@charset "UTF-8";

/* main
---------------------------------------------------------- */

html {
  color: #252c33;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  margin: 0 auto;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #100808;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.75;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  body {
    word-break: normal;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  vertical-align: middle;
}

li {
  display: table-cell;
}

a {
  text-decoration: none;
  color: #100808;
}

a:link {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
  opacity: 0.6;
}
a:active {
  color: inherit;
  opacity: 0.6;
}

.flexCenter {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.flexLeft {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.flexBetween {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}


/*
----------------------------------------header footer */

header,
footer,
.contents {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

header,
footer {
  width: 100%;
}

.contents {
  width: calc(100% - 20px);
}

li a {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  flex-basis: auto;
  max-width: 100%;
  height: 100%;
}

/* header */

.menuArea {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 11.5px;
}

.menuBtn {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  height: 20px;
  cursor: pointer
}

.menuBtn img {
  display: block;
  margin-right: 10px;
}

.navArea {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 43px;
  width: 100%;
  z-index: 99;
}

.headerListHome,
.headerListMain,
.headerListSub {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  }

.headerListHome li,
.headerListMain li,
.headerListSub li {
  display: list-item;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #6c6460;
}

.headerListHome li a,
.headerListMain li a,
.headerListSub li a {
  padding-left: 32px;
  padding-right: 32px;
  height: 100%;
}

.logoArea {
  height: 185px;
  display: none;
  margin: 0 auto;
}

/* footer */

.footerList {
  width: 80%;
  max-width: 320px;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.footerList li {
  display: block;
  font-size: 1.4rem;
  line-height: 2.0;
  width: 50%;
  margin-bottom: 15px;
}

.copyright {
  margin: 0 auto;
  text-align: center;
}

small {
  font-size: 1.0rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  /* header */
  .menuArea {
    display: none;
  }

  .navArea {
    display: block;
    position: static;
  }

  .headerListHome {
    display: none;
  }

  .headerListMain,
  .headerListSub {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    /* Safari */
    flex-wrap: nowrap;
  }

  .headerListMain li,
  .headerListSub li {
    display: block;
    text-align: justify;
    width: auto;
    border-right: 2px solid #6c6460;
    border-bottom: none;
    height: auto;
    min-height: 0;
  }

  .headerListMain li a,
  .headerListSub li a {
    display: block;
    padding-left: 1.0em;
    padding-right: 1.0em;
  }

  .headerListMain li:last-child,
  .headerListSub li:last-child {
    border-right: none;
  }

  .headerListMain {
    margin-bottom: 3.0rem;
  }
  .headerListMain li {
    font-size: 3.0rem;
    line-height: 1.2;
  }

  .headerListSub li {
    font-size: 2.1rem;
    line-height: 1.7;
  }

  .logoArea {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
  }

  /* footer */

  .footerList {
    width: auto;
    max-width: none;
  }

  .footerList li {
    text-align: justify;
    border-right: 2px solid #6c6460;
    width: auto;
  }

  .footerList li a {
    padding-left: 1.0em;
    padding-right: 1.0em;
  }

  .footerList li:last-child {
    border-right: none;
  }

  small {
    font-size: 12px;
  }
}

/*
----------------------------------------spNavArea */

.spNavArea {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  margin-top: 1.0rem;
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.spNavArea li {
  color: #0096b6;
  display: block;
  font-size: 1.5rem;
  /* font-weight: bold; */
  text-align: justify;
  width: 100%;
  border-bottom: 2px solid #0096b6;
  height: auto;
  position: relative;
  line-height: 1.5;
  min-height: 0;
  /* background-color: #0096b6; */
}

.spNavArea li a:after {
  content: "＞";
  position: absolute;
  right: 0.5em;
  top: 60%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spNavArea li a {
  display: block;
  padding: 0.6em 2.0em 0.4em 1em;
}

.spNavArea li:last-child {
  border-right: none;
}

@media screen and (min-width: 769px) {
  .spNavArea {
    display: none;
  }
}


/*
----------------------------------------contents */

.ttlArea {
  vertical-align: middle;
  border-top: 2px solid #009dbe;
  border-bottom: 2px solid #009dbe;
  padding: 17px;
  margin-bottom: 45px;
}

.ttlArea h1 {
  color: #009dbe;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 8px 10px 8px 32px;
  line-height: 1.25;
  background-color: #e0f3f7;
  position: relative;
}

h2::before {
  content: "";
  position: absolute;
  left: 9px;
  background-image: url(../img/common/h2_bg.png);
  height: calc(100% - 16px);
  width: 15px;
}

main p {
  margin-left: 24px;
}

/* media */

@media screen and (min-width: 769px) {
  .ttlArea {
    margin-bottom: 60px;
  }
  .ttlArea h1 {
    font-size: 3.6rem;
  }
}


/*
----------------------------------------iframe */

ul.col4 {
  margin: auto;
  text-align: left;
  font-size: 0;
}

ul.col3 {
  margin: auto;
  text-align: left;
  font-size: 0;
}

ul.col4 li {
  display: inline-block;
  width: 50%;
  font-size: 1.4rem;
}

ul.col3 li {
  display: inline-block;
  width: 50%;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  ul.col4 li {
    width: 25%;
  }
  ul.col3 li {
    width: 33.3333333333%;
  }
}

.iframeContentWrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: solid .5rem #999;
  position: relative;
  width: 66.0194174757%;
  margin: 0 auto;
}

.iframeContent {
  width: 100%;
  position: relative;
  padding: 176.4705% 0 0 0;
  overflow: hidden;
}

.iframeContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.iframeContentWrapW {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: solid .5rem #999;
  width: 87%;
  margin: 0 auto;
}

.iframeContentW {
  position: relative;
  width: 100%;
  padding: 56.666% 0 0 0;
}
.iframeContentW iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 問い合わせボタン */
.inquiryBtn {
  margin: 0 auto;
}

.inquiryBtn a {
  display: table-cell;
  padding: 20px 79px 20px 20px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #ffffff;
  position: relative;
  background-color: #33b1cb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  vertical-align: middle;
}

.inquiryBtn.font22 a {
  font-weight: bold;
  padding: 21.5px 79px 21.5px 20px;
}

.inquiryBtn a::after {
  content: url("../img/common/link_btn.png");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* MeSale バナー */

.mesale_banner {
  text-align: center;
  margin: 0 auto;
}

.mesale_banner img {
  width: 100%;
  height: auto;
  max-width: 640px;
}

.inlineSP {
    display: inline;
}

@media screen and (min-width: 769px) {
  .inlineSP {
    display: none;
  }
}
