html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Jost', 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 14px;
}
a{
    color: #000;
    text-decoration: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

/* ヘッダーコンテンツ */
.header{
  background: #FFFDF7;
  width: 270px;
  position: fixed;
  left: 0;
  height: 100vh;
}
.humberger{
  display: none;
}
#js-global-navigation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.header h1{
    padding: 80px 5%;
}
.global-navigation__list li{
  padding: 16px 0 16px 24px;
  border-top: 1px solid #C3C3C3;
  position: relative;
}
.global-navigation__list li:before{
  content: '';
  background: url(../images/yajirushi.svg);
  width: 15px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 21px;
}
.global-navigation__list{
  width: 85%;
}
/* ヘッダーコンテンツ */
#main-content{
  padding-left: 270px;
  box-sizing: border-box;
}
.mv{
  margin-bottom: 24px;
}
.base-contents{
  padding: 24px 5%;
  box-sizing: border-box;
}
.base-contents2{
  padding: 24px 5%;
  box-sizing: border-box;
}
.base-contents2 > div{
  background: #FAF8F2;
  padding: 3%;
}
.main-ttl{
  color: #B1A067;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 36px;
}
.main-ttl small{
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.sub-ttl{
  color: #B1A067;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 36px;
}
.text-area-contents{
  max-width: 880px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow:hidden;
  }
  .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  }
.btn-contents{
  text-align: center;
}
.btn-contents a{
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 48px;
  position: relative;
  border: 1px solid #707070;
}
.btn-contents a:hover{
  opacity: .5;
  transition: .4s;
}
.btn-contents a:before{
  content: '';
  background: url(../images/yajirushi2.svg);
  width: 10px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.photo2 li{
  width: 49%;
  margin: .5%;
}
.description-contents{
  background: #fff;
  padding: 3%;
  margin: .5%;
}
.point-list li{
  width: 100%;
  height: 78px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
.point-list2 li{
  background: #F4ECD1;
  border: 0px;
}
.point-block ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pointitem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
.pointitem li{
  width: 24%;
  margin: .5%;
  border: 1px solid #D9D9D9;
  height: 238px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.pointitem li > div{
  text-align: center;
  font-weight: 600;
}
.pointitem li > div img{
  width: 88px;
  margin-bottom: 8px;
}
.pointitem li > div p{
  min-height: 48px;
}
.point-block{
  margin-top: 32px;
}
.point-block ul li,
.point-block2 ul li{
  width: 49%;
  margin: .5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  height: 78px;
  font-weight: 600;
  padding: 8px 8px 8px 40px;
  box-sizing: border-box;
}
.point-block2 ul li{
  width: 99%;
  margin: .5%;
  margin-bottom: 16px;
}
.point-block ul li:before,
.point-block2 ul li:before{
  content: '●';
  font-size: 16px;
  position: absolute;
  left: 16px;
}
.point-block2 ul li:before{
  color: #B1A067;
}
.attention-ttl{
  background: #F4ECD1;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  margin-bottom: 16px;
}
.text{
  padding-left: 16px;
}
.map1{
  width: 64%;
}
.map2{
  width: 36%;
}
.price-table td{
  border: 1px solid #C7C7C7;
  padding: 16px;
}
.price-table{
  width: 100%;
}
.price-table td:first-child{
  background: #F4ECD1;
  width: 200px;
  font-weight: 600;
}
.attention-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.attention-box{
  margin-top: 32px;
}
.attention-box > div{
  width: 48%;
  padding: 3%;
  background: #FAFAFA;
  border: 1px solid #F4ECD1;
  box-sizing: border-box;
  height: 300px;
}
.attention-box > div li{
  margin-bottom: 12px;
}
.attention-box > div h4{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.attention-box > div ul{
  list-style-type: disc;
}
.text-center{
  text-align: center;
}
.w50{
  width: 50%;
}
.mt-5{
  margin-top: 5%;
}
.ml-5{
  margin-left: 5%;
}
/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: #fafafa;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../images/q.svg);
  width: 54px;
  height: 54px;
  background-size: 100%;
  top: -13px;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  padding-left: 36px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../images/a.svg);
  width: 54px;
  height: 54px;
  background-size: 100%;
  top: -13px;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
  padding-left: 36px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/*フッターコンテンツ*/

/*フッターコンテンツ*/
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #main-content {
        padding-left: 0;
        box-sizing: border-box;
    }
    .humberger {
        display: block;
        height: 60px;
        margin-left: auto;
        position: relative;
        z-index: 10;
        width: 60px;
        border: none;
        background-color: transparent;
    }
    .humberger.-active .humberger__line {
        background-color: transparent;
    }
    .humberger.-active .humberger__line::before {
        top: 0;
        transform: rotate(45deg);
    }
    .humberger.-active .humberger__line::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .humberger.-active .humberger__text::before {
      content: '閉じる';
    }
    .humberger__line {
        display: block;
        height: 2px;
        position: absolute;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        background-color: #172e59;
        transition: transform 0.4s;
    }
    .humberger__line:before,
    .humberger__line:after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        background-color: #172e59;
        transition: inherit;
    }
    .humberger__line:before {
        top: -6px;
    }
    .humberger__line:after {
        top: 6px;
    }
    .humberger__text {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .humberger__text::before {
        content: "メニュー";
        text-align: center;
        color: #172e59;
        font-size: 10px;
        font-weight: 900;
    }
    .header {
      width: 100%;
      background: none;
      position: relative;
      right: 0;
      height: auto;
      left: 0;
      display: flex;
    }
    .header__nav-area {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 9;
        height: 100vh;
        width: 300px;
        visibility: hidden;
        padding-top: 60px;
        background: #FFFDF7;
        z-index: 1000;
    }
    .header__nav-area.-active {
        left: 0;
      visibility: inherit;
        transition: transform 1s;
    }
    .global-navigation {
        padding-top: 40px;
        padding-right: 25px;
        padding-bottom: 120px;
        padding-left: 25px;
    }
    .global-navigation__list > li {
        /* padding-bottom: 20px;
        border-bottom: 2px solid #e7e9ee; */
    }
    /* .global-navigation__list > li + li {
      margin-top: 20px;
    } */
    .global-navigation__link {
      display: flex;
        align-items: center;
        justify-content: space-between;
        transition: color 0.4s;
        font-size: 0.875rem;
    }
    .global-navigation__link.-accordion {
        position: relative;
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        padding: 0;
    }
    .global-navigation__link.-accordion::after {
        content: '';
        display: block;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 2px;
        background-color: #ed3242;
        transform: translateY(-50%);
        transition: transform 0.4s;
    }
    .global-navigation__link.-accordion::before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        background-color: #ed3242;
        transform: translateY(-50%);
        
    }
    .global-navigation__link.-active::after {
      transform: translateY(-50%) rotate(-90deg);
    }
    .accordion {
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: 0.4s;
    }
    .accordion.-active {
        height: auto;
        padding-top: 30px;
        visibility: visible;
    }
    .accordion__list li {
        font-size: 0.75rem;
    }
    .accordion__list li + li {
        margin-top: 21px;
    }
    .accordion__link {
        color: #172e59;
    }
    .header h1{
      display: inline-block;
      width: 220px;
      padding: 14px;
    }
    .header__inner{
      position: absolute;
      right: 0;
    }
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
    .main-ttl {
      color: #B1A067;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 5%;
  }
  .text-area-contents{
    text-align: left;
  }
  .youtube{
    padding-bottom: 92.25%;
  }
  body{
    font-size: 14px;
  }
  .btn-contents a{
    font-size: 16px;
  }
  .base-contents2 > div {
      background: #FAF8F2;
      padding: 5%;
  }
  .point-list li{
    padding: 5%;
    box-sizing: border-box;
    text-align: left;
    display: block;
    height: auto;
  }
  .point-block ul li, .point-block2 ul li{
    width: 99%;
    margin: .5%;
    margin-bottom: 16px;
  }
  .pointitem li {
    width: 48%;
    margin: 1%;
    height: 180px;
  }
  .main-ttl small {
    font-size: 14px;
  }
  .price-table td:first-child{
    width: 100%;
  }
  .price-table td {
      width: 100%;
      display: block;
      box-sizing: border-box;
  }
  .attention-box > div {
      width: 100%;
      padding: 3%;
      background: #FAFAFA;
      border: 1px solid #F4ECD1;
      box-sizing: border-box;
      height: auto;
      margin-bottom: 24px;
  }
  .attention-box > div ul {
      list-style-type: disc;
      padding-left: 24px;
  }
  .w50 {
      width: 100%;
  }
  .p-faq__headinner::before {
      position: absolute;
      left: 0;
      content: "";
      background: url(../images/q.svg);
      width: 36px;
      height: 36px;
      background-size: 100%;
      top: -2px;
  }
  .p-faq__headinner p.p-faq__q-txt{
    padding-left: 24px;
  }
  .p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "";
    background: url(../images/a.svg);
    width: 36px;
    height: 36px;
    background-size: 100%;
    top: -2px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
      font-size: 16px;
      padding-left: 24px;
  }
  .pointitem li > div img {
    width: 70px;
  }
}
.company-table{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.company-table th{
    width: 200px;
    padding: 16px;
    background: #b1a067;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
}
.company-table td{
    width: calc(100% - 200px);
    padding: 16px;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
}

@media screen and ( max-width: 599px ){
    .company-table th{
    width: 100%;
    display: block;
    }
    .company-table td{
    width: 100%;
    display: block;
    }
    }
