body {
  margin: 0;
  padding: 0;
  min-width: 1100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #3a3f51;
}

div,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { margin-top: 0; line-height: 1.7em; }
img { border-style: none; vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }
a:link    { color: #0050a8; }
a:visited { color: #0050a8; }
a:hover   { color: #0050a8; text-decoration: underline; }
a:active  { color: #0050a8; }
a[href^="tel:"] { pointer-events: none; }

.BrSmp,.SmpBr,.SpBr,.PcNone { display: none; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

/* ///// HEADER /////////////////////////////// */
header {
  width: 100%;
  height: 110px;
}
#hd_body {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  overflow: hidden;
}

/* LOGO & SLOGAN
--------------------------- */
#hd_logo {
  position: absolute;
  top: 20px;
  width: 300px;
}
#hd_logo img {
  margin: 0;
  padding: 0;
  width: auto;
  height: 70px;
}

/* MAIN MENU
--------------------------- */
ul#main_menu {
  display: block;
  position: absolute;
  top: 34px;
  right: 0px;
  margin: 0;
  padding: 0;
  height: 45px;
  letter-spacing: 1px;
  font-size: 0; /* inline-block space out */
  list-style-type: none;
}
#main_menu li {
  display: inline-block;
  padding: 0 20px;
  height: 25px;
}
#main_menu li a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #3a3f51;
}
#main_menu li a:hover {
  color: #5DC6F4;
  text-decoration: none;
}
li#mm05 a {
  border-radius: 30px;
  padding: 10px 30px;
  background-color: #55c8aa;
  color: #fff;
}
li#mm05 a:hover {
  color: #fff;
  background-color: #5DC6F4;
}

#sp_menu_btn { display: none; }
#sp_menu_area { display: none; }

/* ///// MAIN IMAGE ////////////////////////////// */

/* SUB PAGE MV STYLE
--------------------------- */
#main_image_area_bg {
  clear: both;
  width: 100%;
  background-color: #e5f8f3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_image_body {
  position: relative;
  margin: 0px auto;
  width: 1100px;
  height: 220px;
}
p#main_image_text {
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;
  right: 0px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 50%;
  width: 100%;
  text-align: center;
  text-align: right;
  line-height: 220px;
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
p#main_image_text {
  font-weight: bold;
  color: #fff;
  text-shadow: 
  #337d6a 2px 0px,  #337d6a -2px 0px,
  #337d6a 0px -2px, #337d6a 0px 2px,
  #337d6a 2px 2px , #337d6a -2px 2px,
  #337d6a 2px -2px, #337d6a -2px -2px,
  #337d6a 1px 2px,  #337d6a -1px 2px,
  #337d6a 1px -2px, #337d6a -1px -2px,
  #337d6a 2px 1px,  #337d6a -2px 1px,
  #337d6a 2px -1px, #337d6a -2px -1px;
}

/* ///// CONTENT AREA /////////////////////////////// */

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  margin: 0px auto;
  padding: 20px 0;
  width: 1100px;
  font-size: 11px;
}

/* コンテンツ幅
--------------------------- */
.ContentBody {
  margin: 0px auto;
  width: 1100px;
}

/* FREE AREA(WIDE)
--------------------------- */
section.ContentArea {
  clear: both;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}
section.ContentArea .ContentBody {
  min-height: 50px;
}

/* ONE COLUMN
--------------------------- */
#main_area.ContentBody {
  padding-bottom: 50px;
  min-height: 400px;
}

/* TWO COLUMN
--------------------------- */
.MainArea {
  float: left;
  padding-bottom: 50px;
  width: 830px;
  min-height: 400px;
}

/* ///// SIDE_AREA ////////////////////////////// */
.SideArea {
  float: right;
  padding-bottom: 50px;
  width: 250px;
}

/* サイドメニュ
--------------------------- */
dl.SideMenu {
  display: block;
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
}
.SideMenu dt {
  display: block;
  margin: 0px;
  padding: 16px 5px;
  width: auto;
  background-color: #044470;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.SideMenu dd {
  margin: 0;
  padding: 0;
}
.SideMenu dd.SList {
  display: block;
  border-bottom: 1px gray dotted ;
}
.SideMenu a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: auto;
  background: url(/img/fm/sk01/frame/sm-arrow.png) 8px center no-repeat;
  color: #444;
}
dl.CategoryMenu {
  margin: 0;
  padding: 0;
}
.CategoryMenu dt {
  border-bottom: 1px gray dotted ;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #634e25;
}
.CategoryMenu dd a {
  padding-left: 60px;
  background: url(/img/fm/sk01/frame/sm-arrow.png) 16px center no-repeat;
}
a#sm_current,
dd.SmCurrent a { font-weight: bold; }

/* サイドバナー
--------------------------- */
ul.SideBanner {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}
.SideBanner li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
}
.SideBanner a {
  display: block;
  width: 100%;
}
.SideBanner img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* ///// CONTACT AREA /////////////////////////////// */
section#contact_area {
  clear: both;
  padding: 70px 0;
  width: 100%;
  background: url(/img/fm/sk01/frame/bg-contact.jpg) center center no-repeat;
  background-size: cover;
}

#contact_hdg{
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #fff;
}
#contact_hdg h2{
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
#contact_hdg span{
  display: block;
  font-size: 18px;
  font-weight: 200;
}

#contact_button_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1100px;
}
#contact_tel,#contact_form {
  width: 460px;
  height: 120px;
}
#contact_button_area a {
  display: table-cell;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 30px;
  width: 460px;
  height: 120px;
  text-align: center;
  line-height: 1.15;
  vertical-align: middle;
  font-size: 38px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}
#contact_button_area a span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
#contact_tel a {
  background: #53c8aa url(/img/fm/sk01/frame/ic-tel.png) 10% center / 34px  no-repeat;
}
#contact_form a {
  font-size: 26px;
  background: #53c8aa url(/img/fm/sk01/frame/ic-mail.png) 8% center / 50px no-repeat;
}
#contact_button_area a:hover {
  background-color: #5DC6F4;
}

/* ///// FOOTER /////////////////////////////// */
footer {
  clear: both;
  padding: 70px 0px 0px;
  background-color: #fff;
}

/* FOOTER LOGO & ADDRESS
--------------------------- */
#ft_address_area {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto 50px;
  width: 380px;
  letter-spacing: 2px;
}

#ft_logo {
  margin-right: 10px;
  width: 70px;
}
#ft_logo img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 70px;
}

b#ft_company_name{
  display: block;
  margin-bottom: 10px;
  line-height: 70px;
  font-size: 34px;
  font-weight: bold;
}
p#ft_address {
  margin: 0;
  width: 400px;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}
span#ft_tel {
  display: inline-block;
}

/* FOOTER MENU
--------------------------- */
.FooterMenuWrap{
  margin-bottom: 50px;
}
ul.FooterMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 1100px;
  list-style-type: none;
}
.FooterMenu li {
  margin: 0px;
  padding: 0 20px;
  border-left: 1px solid #3a3f51;
}
.FooterMenu li:last-child {
  border-right: 1px solid #3a3f51;
}
.FooterMenu a {
  font-size: 16px;
  color: #3a3f51;
}
.FooterMenu a:hover {
  color: #5DC6F4;
  text-decoration: none;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  background-color: #53c8aa;
}
#copyright p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

/* PAGE TOP 
--------------------------- */
#pagetop_fixed {
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 60px;
  height: 60px;
}
#pagetop_fixed img{
  width: 100%;
  height: 100%;
}

