@charset "utf-8";
/*==========================
common
==========================*/
:root{
    --primary-white:#FFFFFF;
    --primary-gray: #4A4A4A;
    --primary-darkGreen: #466a5a;
    --primary-creem: #efeebd;
    --primary-aquagreen: #74ac9e;
    --primary-pink: #fa8789;
    --contentPadding: 80px 5.3%;
}
html {
    font-size: 62.5%;
}

body {
    font-family:
        'Noto Sans JP',
        "Shippori Mincho";
    font-style: normal;
    font-weight: 400;
    color: var(--primary-gray);
    background-color: #fff;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
}

.topic{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.9rem; 
    text-align: center;
}
.topic span{
    color: var(--primary-aquagreen);
}

/*==========================
header
==========================*/

.nav_header {
  padding:0 5.4%;
}
.logo_sp{
  display: block;
  width: 180px;

}
.logo_pc{
  display:none;
}


/* .nav初期表示 */
nav {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  padding: 0 13%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.nav_item {
  font-size: 1.6rem;
  line-height: 2.9rem;
  margin-top: 10px;
}
.nav_list{
  margin-top: 160px;
}
.nav_img {
  position: fixed;
  width: 88px;
  height: 66px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.btnTel_sp{
  display: block;
}
.nav_btn{
  display: block;
  width: 33px;
  height: 29px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 5.3%;
}
.clickBtn{
  display: block;
  width: 220px;
  margin-top: 30px;
}
.telBox_sp{
  display: flex;
  align-items: baseline;
  margin-top: 35px;
}
.telBox_sp p{
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-right: 5px;
}
.tel{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  display: block;
}
.telBox_pc, .clickBtn_pc, .nav_item:last-child {
  display: none;
}

/* .nav.active表示 */
nav.active {
  transform: translateX(0);
}

.header_btn {
  display: block;
  width: 38px;
  height: 29px;
  cursor: pointer;
  position: absolute;
  right: 5.3%;
}

/* .header pc */
@media screen and (min-width:769px) {
  header {
      padding: 30px 7% 10px;
      display: flex;
      justify-content: space-between;
      position: fixed; /*** ← fixedで固定 ***/
      width: 100%; 
      height: 150px; 
      box-sizing: border-box;
      background-color: #fff;
      top: 0; 
      left: 0; 
      display: flex; 
      align-items: center; 
  }   
  .logo_pc{
      display:block;
      width: 400px;
  }
  
  
  nav {
      background: transparent;
      width: auto;
      height: auto;
      padding: 0;
      position: static;
      transform: translate(0);
      display: block;
      text-align: end;
      margin: 0;

  }
  .logo_sp, .nav_btn, .nav_img, .btnTel_sp{
      display: none;
  }

  .nav_list ul{
      margin-top: 10px;
      display: flex;
      gap: 30px;
      align-items: center;
  }
  .nav_list{
      margin: 0;
  }

  .nav_item {
      margin-top: 0;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: 1.3;
  }
  .nav_item:last-child{
      display: block;
  }
  .clickBtn_pc{
      display: inline-block;
      width: 197px;
      margin-top: 10px;
}
.telBox_pc{
  display: flex;
  align-items: end;
  justify-content: end;
}
.telBox_pc p{
  font-size: 1.5rem;
  line-height: 2.9rem;
  margin-right: 7px;
}
.tel_pc{
  display: block;
  margin: auto 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.5rem;
  
}

  .nav_header {
      display: flex;
      padding: 0;
  }

 .header_btn, .nav_item img {
      display: none;
  }

}/* pc 769px */

/*==========================
main
==========================*/
.question_pc{
    display: none;
}
article{
  position: relative;
  align-items: center;
}
.question_sp{
    width: 100%;
    height: auto;
}
h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(217, 217, 217, 0.5);
    padding: 5% 10%;
    font-size: 2.4rem;
    line-height: 4rem;
    text-align: center;
    color: black;

}
h1 span{
    font-size: 1.4rem;
    line-height: 2.9rem;
}

.section-question{
    margin: 0 auto 120px;
    padding: 0 2%;
    max-width: 960px;
    background-image: url(../images/q&a/kumo.png);
    background-repeat: no-repeat;
    background-size: 127px;
    background-position: 100% 110%;
}

/*=========
accordion
=========*/
.p-faq__q-txt{
    display: block;
    max-width: 250px;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
}
.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;
  display: inline-block;
  padding: 10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  content: '';
  margin: auto;
  position: absolute;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  width: 10px;
  height: 0px;
  border-top: solid 1px var(--primary-gray);
  border-right: solid 1px var(--primary-gray);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(135deg) translateY(50%);
}
.accordion_area .accordion_one .ac_header .i_box:after {
  /* border-left: 2px solid var(--primary-gray); */
  width: 0;
  height: 10px;
  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: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1rem 1rem 1rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    color: var(--primary-gray);
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 10px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 60px;
    
  }
}

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

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: var(--primary-gray);
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
@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: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
@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;
  }
}

.section{
  max-width: 960px;
}
/*=========
base
=========*/

.accordion_area{
  margin-top: 30px;
  max-width: 960px;
}

.gutter>*:not(:last-child) {
  margin-bottom: 30px;
}

ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}

/* accordion */



/* .header pc */
@media screen and (min-width:769px) {
    h2{
        font-size: 4rem;
        line-height: 6rem;
        writing-mode:horizontal-tb;
        padding: 3% 10%;
        margin: 0;
    }
    h2 span{
        font-size: 2rem;
    }

    .question_pc{
        display: block;
       padding: 0 7%;
        width: 100%;
        margin: 0 auto;
    }
    .quenstion_sp{
        display: none;
    }
    .p-faq__q-txt {
        max-width: 800px;
    }
    

}

/*  ========================
footer
==========================*/
footer {
    padding: var(--contentPadding);
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
}
.footetlogo_pc{
    display: none;
}

footer table {
    margin: 40px auto 10px;
    padding: 10px;
    max-width: 500px;
}
footer table th, footer table td{
    font-size: 1.4rem;
    line-height: 2.6rem;
    vertical-align: middle;
    text-align: center;
    border-top:  solid 1px gray;
    border-bottom:solid 1px gray ;
    border-collapse: collapse ;
    table-layout: fixed;
    width: 40px;
    height: 10px;
}

footer table th:first-child, footer table td:first-child{
    width: 100px;
    padding-right: 15px;
}

td:first-child,th:first-child{
    border-left:none;
}
td:last-child th:last-child th{
    border-right:none;
}

.table_txt{
    font-size: 1.4rem;
    line-height: 2.6rem; 
    text-align: left;
    display: inline-block;
    max-width: 500px;
}


.copy {
    margin-top: 64px;
}

.copy small {
    font-size: 1.2rem;
}

/* footer pc */
@media screen and (min-width: 769px) {
    .footerContents {
        padding: 0;
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        gap: 50px;
        justify-content: center;
    }
    .footerlogo_sp{
        display: none;
    }
    .footetlogo_pc{
        display: block;
    }
    .table_txt, footer table th, footer table td{
        font-size: 1.5rem;
        line-height: 2.9rem; 
    }
    footer table th, footer table td{
        vertical-align: middle;
        text-align: center;
        border-top:  solid 1px gray;
        border-bottom:solid 1px gray ;
        border-collapse: collapse ;
        table-layout: fixed;
        width: 50px;
        height: 60px;
       
    }
    footer .address, footer .address a{
        margin: 0;
    }
    footer .address{
        text-align: left;
    }
    footer .reservation {
        display: block;
    }
    .footerLine{
        width: 1331px;
    }
    footer table{
        margin: 0;
    }
    .table_txt{
        font-size: 1.5rem;
        line-height: 2.8rem; 
    }
    footer table th:first-child, footer table td:first-child{
        width: 150px;
        padding-right: 15px;
    }
    .spBr{
        display: none;
    }






    .footer__group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__topic {
        font-size: 2.4rem;
        line-height: 1;
    }

    .menu__list {
        display: flex;
        margin-top: 0;
    }

    .menu__item {
        margin-top: 0;
        margin-left: 32px;
    }

    .sns {
        justify-content: flex-end;
    }

    .sns__item {
        margin: 0 0 0 24px;
    }

    .copy {
        margin-top: 32px;
    }
    
}/* pc 769px */