@charset "utf-8";

.pc-none{
  display: none;
}

@media (max-width: 768px) {
  .pc-none{
    display: block;
  }
}

/*----------------------------------------
hero
----------------------------------------*/
.hero {
  background: #F1F0E6;
  padding: 20px 0 20px;
  text-align: center;
  color: #000;
  position: relative;
}

.hero-inr {
  max-width: 1024px;
  margin: 0 auto;
}

.hero-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

.hero-heading span{
  background: #847048;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.hero-box{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-nav-list{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  border-radius: 4px;
  margin: 20px auto 0;
}

.hero-nav-list li{
  position: relative;
}

.hero-nav-list li:after{
    width: 1px;
    height: 70%;
    content: "";
    background: #7a6c4b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hero-nav-list li:last-child:after{
  display: none;
}

.hero-nav-list li a{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #7a6c4b;
  text-decoration: none;
  padding: 0 10px;
}

.hero-nav-list li a:hover{
  text-decoration: underline;
}

.hero-info{
  margin: 0 0 0 auto;
}

.hero-info-tel a{
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: right;
}

.hero-info-adress{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  text-align: right;
  margin: 10px 0 0;
}

/* レスポンシブ：スマホ用 */
@media (max-width: 768px) {
  .hero {
    padding: 20px 20px;
  }

  .hero-inr {
    max-width: inherit;
  }

  .hero-heading {
    font-size: 22px;
  }

  .hero-heading span{
    font-size: 12px;
    margin: 0 0 10px;
    display: inline-block;
  }
  .hero-nav-list{
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .hero-nav-list li:nth-of-type(3):after{
    display: none;
  }
  .hero-nav-list li{
  }
  .hero-nav-list li a{
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    min-height: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-box{
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .hero-info{
    margin: 20px 0 0;
    text-align: left;
  }
  .hero-info-tel a{
    font-size: 20px;
    text-align: left;
  }
  .hero-info-adress{
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0;
  }
}

/*----------------------------------------
intro
----------------------------------------*/
.intro {
}

.intro-inr {
  max-width: 960px;
  margin: 50px auto 0;
}

.intro-box{
  max-width: 960px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
}

.intro-box--left{
  max-width: 630px;
}

.intro-img img{
  width: 100%;
}

.intro-box--right{
  max-width: 300px;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}

.intro-info{
  font-size: 14px;
  text-align: left;
  color: #000;
  font-weight: 300;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', serif;
}

.intro-info-box{
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
  background: #F1F0E6;
  padding: 15px;
  border-radius: 4px;
}

.intro-box-text{
  font-size: 15px;
  line-height: 1.8;
}

.intro-btn{
  width: 260px;
  margin: 20px auto 0;
}

.intro-btn a{
  display: block;
}

.intro-btn a img{
  width: 100%;
}

.intro-btn a:hover{
  opacity:0.8;
	zoom:1;
}

.intro-heading {
  font-size: 28px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin: 40px auto 0;
}

.intro-text{
  font-size: 16px;
  text-align: left;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .intro {
    padding-bottom: 40px;
  }

  .intro-inr {
    max-width: inherit;
    margin: 30px auto 0;
  }

  .intro-box{
    max-width: inherit;
    margin: 10px auto 0;
    display: block;
    justify-content: center;
  }

  .intro-box--left{
    width: 92vw;
    margin: 0 auto 0;
    max-width: inherit;
  }

    .intro-box--left img{
      width: 100%;
    }

  .intro-box--right{
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }

  .intro-text{
    font-size: 15px;
    line-height: 1.8;
  }


  .intro-heading {
    font-size: 20px;
    margin: 10px 20px 0;
  }

  .intro-text{
    font-size: 16px;
    margin: 30px 20px 0;
  }
}

/*----------------------------------------
about
----------------------------------------*/
.about{
  margin: 0 auto 0;
  padding: 100px 0 0;
}

.about-inr{
  max-width: 1024px;
  margin: 0 auto 0;
}

.about-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.about-heading:before {
  width: 6%;
  height: 3px;
  content: "";
  background: #000;
  margin: 0 auto 50px;
  text-align:  center;
  display: block;
}

.about-text{
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 1.8;
  margin: 50px auto 0;
}

.about-tab{
  margin: 60px auto 0;
}

.about-tab-head{
  width: 100%;
}

.about-tab-head-list{
  display: flex;
  justify-content: flex-start;
  gap:20px;
  margin: 0 0 10px;
}

.about-tab-head-list li{
  width: 190px;
  height: 50px;
  background: #fb7474;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.about-tab-head-list li:hover{
  opacity: 0.8;
}

.about-tab-head-list li button{
  cursor: pointer;
}

.about-tab-head-list li:first-child{
  width: 260px;
}

.about-tab-head-list li.is-active{
  background: #f1f0e6;
}

.about-tab-head-list li.is-active:after{
  width: 100%;
  height: 20px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #f1f0e6;
}

.about-tab-head-list li.is-active button{
  color: #fb7474;
}

.about-tab-head-list button{
  display: block;
  font-size: 14px;
  color:#fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background: none;
  border: none;
}

.about-tab-body{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #F1F0E6;
  border-radius: 4px;
}

.about-tab-body-box{
  background: #fff;
  padding: 40px 30px;
  display: none;
}

.about-tab-body-box.is-active{
  display: block;
}

.about-tab-body-list{
  list-style: none;
}

.about-tab-body-list>li{
  margin: 20px 0 0;
}

.about-tab-body-list>li:first-child{
  margin: 0;
}

.about-tab-body-table{
  width: 100%;
}

.about-tab-body-table th{
  width: 170px;
  padding: 0 0 15px;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: left;
}

.about-tab-body-table td{
  padding: 0 0 15px;
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
}

.about-tab-body-list-img{
  display: flex;
  justify-content: flex-start;
  list-style: none;
  gap: 40px;
  margin: 0 auto 40px;
}

.about-tab-body-list-img figure{
  padding: 0;
  margin: 0;
}

.about-tab-body-list-img figcaption{
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1;
  margin: 20px auto 0;
}

.about-tab-body-notes{
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 1;
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .about{
    padding: 30px 0 0;
  }

  .about-inr{
    max-width: inherit;
  }

  .about-heading {
    font-size: 20px;
  }

  .about-heading:before {
    width: 10%;
    margin: 0 auto 40px;
  }
  .about-text{
    max-width: inherit;
    font-size: 14px;
    margin: 30px 20px 0;
  }
  .about-tab{
    margin: 40px auto 0;
    padding: 0 20px 20px;
  }

  .about-tab-head-list{
    display: flex;
    justify-content: flex-start;
    gap:10px;
  }

  .about-tab-head-list li:first-child button{
    text-align: left;
  }

  .about-tab-body{
    padding: 10px;
  }

  .about-tab-body-box{
    padding: 20px 15px;
  }

  .about-tab-body-list>li{
    margin: 10px 0 0;
  }

  .about-tab-body-list>li:first-child{
    margin: 0;
  }

  .about-tab-body-table{
    width: 100%;
  }

  .about-tab-body-table th{
    width: 60px;
    font-size: 14px;
  }

  .about-tab-body-table td{
    padding: 0 0 15px 10px;
    font-size: 14px;
    vertical-align: top;
  }

  .about-tab-body-list-box{
    width: 100%;
    overflow: hidden;
  }

  .about-tab-body-list-img{
    gap: 20px;
    padding: 0 0 20px;
    overflow: scroll;
  }

  .about-tab-body-list-img figure{
    padding: 0;
    margin: 0;
  }

  .about-tab-body-list-img figcaption{
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1;
    margin: 20px auto 0;
  }
}

/*----------------------------------------
price
----------------------------------------*/
.price{
  margin: 0 auto 0;
  padding: 100px 0 0;
}

.price-inr{
  max-width: 1024px;
  margin: 0 auto 0;
}

.price-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.price-heading:before {
  width: 6%;
  height: 3px;
  content: "";
  background: #000;
  margin: 0 auto 50px;
  text-align:  center;
  display: block;
}

.price-box{
  max-width: 960px;
  margin: 60px auto 0;
}

.price-box table{
  width: 100%;
  border-bottom: solid 1px #cccccc;
  margin: 0 auto 0;
}

.price-box table th{
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

.price-box table td{
  padding: 10px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

.price-box table td.odd{
  background: #F1F0E6;
}

.price-box table th.bg, .price-box table td.bg{
  background: #F1F0E6;
}

.price-box table td.pad0{
  padding:0;
}

.price-table-th--left{
  
  background: #F1F0E6;
}

.price-table-th--right{
  
  background: #F1F0E6;
  border-right: solid 1px #cccccc;
}

.price-border--left{
  border-left: solid 1px #cccccc;
}

.border--left{
	border-left: solid 1px #cccccc;
}

.border--right{
	border-right: solid 1px #cccccc;
}


.price-table-text{
  font-size: 14px;
  text-align: left;
  margin: 5px 0 0;
}


.price-table-notes{
  font-size: 12px;
  text-align: right;
  margin: 5px 0 0;
}

.price-notes-list{
  margin: 10px 0 0;
  list-style: none;
}

.price-notes-list li{
  font-size: 14px;
  margin: 5px 0 0 0;
  text-indent: -20px;
  padding-left: 20px;
}

.price-notes-list li:first-child{
  margin: 0 0 0 0;
}

.price-notes-list li span{
  color: #F97272;
}

@media (max-width: 768px) {
  .price{
    padding: 30px 0 0;
  }

  .price-inr{
    max-width: inherit;
  }

  .price-heading {
    font-size: 20px;
  }

  .price-heading:before {
    width: 10%;
    margin: 0 auto 40px;
  }

  .price-box{
    width: 92vw;
    max-width: inherit;
    margin: 30px auto 0;
  }

  .price-box-inr{
    overflow: auto;
  }


  .price-box table{
  }
  .price-table-notes{
    margin: 5px 10px 0;
  }

  .price-notes-list{
    margin: 10px 10px 0;
  }
}

/*----------------------------------------
gallery
----------------------------------------*/
.gallery{
  margin: 0 auto 0;
  padding: 100px 0 0;
}

.gallery-inr{
  max-width: 1024px;
  margin: 0 auto 0;
}

.gallery-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.gallery-heading:before {
  width: 6%;
  height: 3px;
  content: "";
  background: #000;
  margin: 0 auto 50px;
  text-align:  center;
  display: block;
}

.gallery-box{
  max-width: 960px;
  margin:60px auto 0;
}

.gallery-list{
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 30px;
}

.gallery-list li{
  width: 300px;
}

.gallery-list li a{
  display: block;
}

.gallery-list li img{
  width: 100%;
}

@media (max-width: 768px) {
  .gallery{
    margin: 0 auto 0;
    padding: 60px 0 0;
  }

  .gallery-inr{
    max-width: inherit;
    margin: 0 auto 0;
  }

  .gallery-heading {
    font-size: 24px;
  }

  .gallery-heading:before {
    width: 10%;
    height: 3px;
  }

  .gallery-box{
    max-width: inherit;
    margin:30px auto 0;
  }

  .gallery-list{
    display: flex;
    gap: 10px;
  }

  .gallery-list li{
    width: 46vw;
  }

}


/*----------------------------------------
guidance
----------------------------------------*/
.guidance{
  margin: 0 auto 0;
  padding: 100px 0 0;
}

.guidance-inr{
  max-width: 1024px;
  margin: 0 auto 0;
}

.guidance-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.guidance-heading:before {
  width: 6%;
  height: 3px;
  content: "";
  background: #000;
  margin: 0 auto 50px;
  text-align:  center;
  display: block;
}

.guidance-img{
  margin: 50px auto 0;
  text-align: center;
}

.guidance-box{
  max-width: 600px;
  margin: 30px auto 0;
}

.guidance-heading-sub{
  font-size: 18px;
  font-weight: bold;
  color: #FB7474;
}

.guidance-text{
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

.guidance-box-box{
  margin: 15px 0;
  padding: 10px;
  border: dotted 1px #898989;
}

.guidance-box-box table{
  width: 100%;
}

.guidance-box-box table th{
  width: 20%;
  vertical-align: top;
}

.guidance-box-box table td{
  width: 80%;
  vertical-align: top;
}

.guidance-list{
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
}

.guidance-list li{
  width: 300px;
}

.guidance-list dl{
  margin: 15px auto 0;
}

.guidance-list dt{
  font-size: 18px;
  font-weight: bold;
  color: #FB7474;
}

.guidance-list dd{
  font-size: 16px;
  color: #000;
  text-align: left;
  list-style: 1.6;
  margin: 10px auto 0;
}

@media (max-width: 768px) {
  .guidance{
    padding: 30px 0 0;
  }

  .guidance-inr{
    max-width: inherit;
  }

  .guidance-heading {
    font-size: 20px;
  }

  .guidance-heading:before {
    width: 10%;
    margin: 0 auto 40px;
  }

  .guidance-img{
    width: 92vw;
    margin: 30px auto 0;
  }

  .guidance-img img{
    width:100%;
  }

  .guidance-box{
    width: 92vw;
    max-width: inherit;
    margin: 30px auto 0;
  }

  .guidance-box-box table th{
    width: 20%;
    font-size: 14px;
    text-align: left;
  }

  .guidance-box-box table td{
    width: 80%;
    font-size: 14px;
  }
  .guidance-list{
    width: 92vw;
    display: block;
    margin: 0 auto 0;
  }

  .guidance-list li{
    width: 100%;
  }

  .guidance-list dl{
    margin: 15px auto 0;
  }

  .guidance-list dt{
    font-size: 18px;
    font-weight: bold;
    color: #FB7474;
  }

  .guidance-list dd{
    font-size: 16px;
    color: #000;
    text-align: left;
    list-style: 1.6;
    margin: 10px auto 0;
  }
}

/*----------------------------------------
access
----------------------------------------*/
.access{
  margin: 0 auto 0;
  padding: 100px 0 0;
}

.access-inr{
  max-width: 960px;
  margin: 0 auto 0;
}

.access-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.access-heading:before {
  width: 6%;
  height: 3px;
  content: "";
  background: #000;
  margin: 0 auto 50px;
  text-align:  center;
  display: block;
}

.access-box{
  max-width: 960px;
  margin: 60px auto 0;
}

.access-map{
  margin: 20px auto 0;
}

.access-map iframe{
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media (max-width: 768px) {
  .access{
    padding: 60px 0 0;
  }

  .access-inr{
    max-width: inherit;
  }

  .access-heading {
    font-size: 20px;
  }

  .access-heading:before {
    width: 10%;
    margin: 0 auto 40px;
  }

  .access-box{
    max-width: 92vw;
    margin: 30px auto 0;
  }

  .access-map{

  }

  .access-map iframe{
    width:100%;
  }
}

/*----------------------------------------
inq
----------------------------------------*/
.inq{
  margin: 0 auto 0;
  padding: 60px 0 0;
}

.inq-inr{
  max-width: 1024px;
  margin: 0 auto 0;
  padding-bottom: 80px;
}

.inq-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.inq-tel{
  width: 356px;
  margin: 30px auto 0;
}

.inq-tel a{
  display: block;
}

.inq-text{
  margin: 30px 0 0;
  text-align: center;
  font-size: 14px;
}

.inq-btn{
  width:450px;
  margin: 10px auto 0;
}

.inq-btn a{
  display: block;
  transition: all .2s;
}

.inq-btn a:hover{
  opacity:0.8;
	zoom:1;
}

@media (max-width: 768px) {
  .inq{
    margin: 0 auto 0;
    padding: 30px 0 0;
  }

  .inq-inr{
    max-width: inherit;
    margin: 0 auto 0;
    padding-bottom: 80px;
  }

  .inq-heading {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
  }

  .inq-tel{
    width: 74vw;
    margin: 10px 0 0 30px;
  }

  .inq-tel a img{
    width:100%;
  }

  .inq-text{
    margin: 30px 0 0;
    text-align: center;
    font-size: 14px;
  }

  .inq-btn{
    width:89vw;
    margin: 10px auto 0;
  }

  .inq-btn a img{
    width:100%;
  }
}