body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  letter-spacing: 0.075em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #333;
}
html.active body {
  touch-action: none;
  overflow-y: hidden;
}

div,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { line-height: 1.5em; }
img {border-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }
a:link    { color: #1a7ec3; }
a:visited { color: #1a7ec3; }
a:hover   { color: #1a7ec3; text-decoration: underline; }
a:active  { color: #1a7ec3; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc,.PcBr { display: none; }
.SmpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header {
  z-index: 2;
  position: fixed;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
header.MenuFixed {
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#hd_body {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
h1#hd_slogan {
  position: absolute;
  top: 2px;
  left: 5px;
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-weight: normal;
}
#hd_logo{
  margin-top: 25px;
  width: 60px;
}
#hd_logo img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#hd_tel_button{
  display: none;
}

/* MAIN_MENU
--------------------------- */
#main_menu { display: none; }

/* 三本線 */
#smp_menu_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 70px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  color: #0c3b2b;
  cursor:pointer;
}

/* スマホメニューエリア */
#smp_menu_area {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: calc(100% - 70px);
  background-color: #0c3b2b;
  overflow-y: auto;
}
/* スマホメニューリスト */
ul#smp_main_menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  list-style-type: none;
}
#smp_main_menu li {
  display: block;
  border-bottom: 1px dotted #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}
#smp_main_menu a {
  display: block;
  margin: 0;
  padding-left: 40px;
  width: auto;
  height: 40px;
  background: url(/img/fm/gsc01/style/btn-arrow.png) 15px center / 10px no-repeat;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
}
#smp_main_menu a:hover {
  text-decoration: none;
}

/* HEADER TEL BUTTON */
#sp_tel_button {
  margin-bottom: 30px;
}
#sp_tel_button a {
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 10px 0 10px 40px;
  width: 260px;
  background-color: #0c3b2b;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.0em;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
#sp_tel_button a span{
  display: block;
  letter-spacing: 0px;
  font-size: 11px;
  line-height: 1.0em;
}
#sp_tel_button a{
  background: #0c3b2b url(/img/fm/gsc01/frame/contact-tel.png) 15px center / 30px no-repeat;
}

/* ///// CONTENT ////////////////////////////// */

/* MAIN_IMAGE
--------------------------- */
#main_image_area { width: 100%; }
#main_image { width: 100%; }
#main_image img { width: 100%; vertical-align: bottom; }

#main_image_area_bg { display: none; }

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  clear: both;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 13px;
}

/* //////////////////////////////////////////// */

/* CONTENT BODY
--------------------------- */
.ContentBody {
  box-sizing: border-box;
  width: 100%;
}
.ContentBody:after {
  clear: both;
  display: block;
  content: "";
}

/* MAIN_AREA
--------------------------- */
#main_area {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 480px;
  min-height: 200px;
  background-color: #fff;
}
/* two column */
.MainArea {
  box-sizing: border-box;
  padding: 20px 10px 20px;
}
/* one column */
#main_area.ContentBody {
  padding: 20px 10px 20px;
}
/* wide one column */
section.ContentArea {
  box-sizing: border-box;
  padding: 30px 10px 20px;
  width: 100%;
  overflow: hidden;
}

/* SIDE_AREA
--------------------------- */
#side_area {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 480px;
  background-color: #fff;
}
.SideArea {
  box-sizing: border-box;
  padding: 10px;
}

dl.SideMenu {
  display: block;
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
}
dl.SideMenu dt {
  display: block;
  margin: 0px;
  padding: 13px 5px;
  width: auto;
  background-color: #0c3b2b;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

dl.SideMenu dl {
  margin: 0;
  padding: 0;
}
dl.SideMenu dd {
  margin: 0px;
  padding: 0px;
}
dl.SideMenu dd.SList {
  display: block;
  border-bottom: 1px #ccc dotted ;
}
dl.SideMenu a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: auto;
  background: url(/img/fm/gsc01/frame/sm-arrow.png) 8px center no-repeat;
  color: #444;
}
dl.CategoryMenu {
  margin: 0;
  padding: 0;
}
dl.CategoryMenu dt {
  border-bottom: 1px #ccc dotted ;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #0070b0;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/fm/gsc01/frame/sm-arrow.png) 16px center no-repeat;
}
a#sm_current,
dd.SmCurrent a { font-weight: bold; }

ul.SideBanner {
  display: block;
  margin: 0 auto;
  padding: 0px;
  width: 300px;
  list-style-type: none;
}
ul.SideBanner li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
  text-align:center;
}
ul.SideBanner a {
  display: block;
  width: 100%;
}
ul.SideBanner img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* ///// CONTACT AREA ///////////////////////// */
section#contact_area {
  clear: both;
  box-sizing: border-box;
  padding: 50px 10px;
  width: 100%;
  background: #eeebf6 url(/img/fm/gsc01/frame/bg-contact.jpg) center  no-repeat;
  background-size: cover;
  text-align: center;
}
#contact_area .ContentBody{
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 340px;
}

/* 見出し */
#contact_area .HdgStyleE_ {
  margin-bottom: 30px;
}
#contact_area h1 {
  color: #fff;
}
#contact_area h1 span{
  color: #fff;
}

/* ボタン */
.ContactButton {
  margin: 0 auto 10px;
}
.ContactButton a {
  position: relative;
  display: table-cell;
  border-radius: 50vw;
  border: 1px solid #fff;
  margin: 0;
  padding: 13px 0 20px;
  padding-left: 20px;
  width: 300px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.0em;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.ContactButton a span {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-size: 15px;
}
#contact_tel a{
  background: #0c3b2b url(/img/fm/gsc01/frame/contact-tel.png) 60px 40px / 20px no-repeat;
}
#contact_form a{
  background: #0c3b2b url(/img/fm/gsc01/frame/contact-form.png) 35px center / 24px no-repeat;
}
#contact_form a span {
  letter-spacing: 2px;
}
.ContactButton a:hover {
  filter: brightness(1.3);
}

/* ///// FOOTER /////////////////////////////// */
footer {
  width: 100%;
  padding: 50px 0 0;
  background-color: #0c3b2b;
  color: #fff;
}

/* FOOTER LOGO & ADDRESS
--------------------------- */
#ft_logo{
  margin-bottom: 20px;
  text-align: center;
}
#ft_logo img {
  width: 100px;
  height: auto;
}

#ft_address_area {
  margin-bottom: 30px;
  text-align: center;
}
b#ft_company_name{
  font-size: 18px;
}
p#ft_address {
  margin: 5px;
}

/* FOOTER_MENU_AREA
--------------------------- */
#ft_menu_wrap{
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
}
ul.FooterMenu {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.FooterMenu li {
  border-top: 1px dotted #fff;
  width: 100%;
}
.FooterMenu a {
  display: block;
  margin: 0;
  padding-left: 40px;
  width: auto;
  height: 40px;
  background: url(/img/fm/gsc01/style/btn-arrow.png) 15px center / 10px  no-repeat;
  line-height: 40px;
  color: #fff;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  width: 100%;
  background-color: #000;
}
#copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_fixed {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: rgba(000,000,000,0.7);
}
#pagetop_fixed a{
  display: block;
  padding: 10px;
}
#pagetop_fixed a img{
  width: 30px;
}

