@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  html {
    font-size: 0.9090909091vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-family: "TsukuARdGothic-Regular", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.5;
  background-color: #fafaf0;
  color: #523f05;
}

p {
  font-size: 1.8rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #523f05;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body::before {
    width: 75px;
    height: 80px;
    top: -30px;
    left: -30px;
  }
  body::after {
    width: 50px;
    height: 46px;
    top: -6px;
    right: -8px;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  共通項目
  —————————————————*/
.c-ttl {
  position: relative;
}
.c-ttl .ttl {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
}
.c-ttl .object {
  position: absolute;
}
.c-ttl .object.left {
  top: -30px;
  left: 4.4%;
  width: 30%;
  max-width: 320px;
}
.c-ttl .object.right {
  top: -30px;
  right: 4.4%;
  width: 30%;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .c-ttl .ttl {
    font-size: min(5.333vw, 4rem);
  }
  .c-ttl .object.left {
    top: -20px;
    left: -25%;
    width: 50%;
  }
  .c-ttl .object.right {
    top: -20px;
    right: -25%;
    width: 50%;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header .l-header__inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 1;
}
.l-header .l-header__logo {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.l-header .l-header__logo .text {
  margin-left: 20px;
  font-weight: 600;
  font-size: 1.8rem;
}
.l-header .l-header__contact {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.l-header .l-header__contact .contact-tel {
  font-size: 3.5rem;
  font-weight: 600;
}
.l-header .l-header__contact .contact-btn {
  width: 44%;
  max-width: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #5eae51;
  border-radius: 30px;
  padding: 12px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-left: 20px;
}
.l-header .l-header__contact .contact-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.l-header__nav {
  display: none;
}

.c-contact__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding-top: 8px;
  }
  .l-header .l-header__logo {
    width: 47%;
    max-width: 200px;
  }
  .l-header .l-header__logo .text {
    display: none;
  }
  .l-header .l-header__contact {
    display: none;
  }
  .l-header__nav {
    z-index: 99999;
    width: 100%;
    padding: 70px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fafaf0;
  }
  .l-header__nav .l-header__list {
    display: block;
    padding-bottom: 0;
    mix-blend-mode: inherit;
    padding: 0 10%;
  }
  .l-header__nav .l-header__list li {
    border-bottom: 1px solid #523f05;
  }
  .l-header__nav .l-header__list li a {
    display: block;
    font-size: 4.8vw;
    font-weight: 600;
    padding: 16px 0;
  }
  .l-header__nav .l-header__list li.nav__contact {
    display: block;
  }
  .l-header__nav .l-header__list li.nav__contact a {
    width: 80%;
    max-width: 248px;
    margin: auto;
    height: 50px;
    color: #026D33;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff;
  }
  .l-header__nav .l-header__list__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px;
  }
  .l-header__nav .l-header__list__bottom .link__ig {
    width: 10%;
    max-width: 70px;
    margin: 0 2%;
  }
  .l-header__nav .l-header__list__bottom .link__list {
    width: 56%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .l-header__nav .l-header__list__bottom .link__list li:first-child {
    margin-right: 10%;
  }
  .l-header__nav .l-header__list__bottom .link__list li a {
    font-size: 3.733vw;
    white-space: nowrap;
  }
  .c-hamburger {
    transition: all 0.2s;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    position: absolute;
    height: 2px;
    background-color: #523f05;
    width: 48px;
    left: 15px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 18px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 28px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 38px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
  }
  .c-contact__btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .c-contact__btn .btn__list {
    display: -ms-flexbox;
    display: flex;
  }
  .c-contact__btn .btn__list li {
    width: 50%;
  }
  .c-contact__btn .btn__list li.tel {
    background-color: #523f05;
    border-right: 1px solid #fff;
  }
  .c-contact__btn .btn__list li.tel a::before {
    content: "";
    width: 6.133vw;
    height: 6.133vw;
    margin-right: 5px;
    display: block;
    background: url("../img/icon_tel.png") no-repeat left top/100%;
  }
  .c-contact__btn .btn__list li.mail {
    background-color: #5eae51;
  }
  .c-contact__btn .btn__list li.mail a::before {
    content: "";
    width: 7.467vw;
    height: 5.333vw;
    margin-right: 5px;
    display: block;
    background: url("../img/icon_mail.png") no-repeat left top/100%;
  }
  .c-contact__btn .btn__list li a {
    color: #fff;
    width: 100%;
    font-size: 4.8vw;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 16px 0;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  background-color: #fff2e5;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.l-footer::before {
  content: "";
  width: 182px;
  height: 173px;
  display: block;
  background: url("../img/bg_2.png") no-repeat left top/100%;
  position: absolute;
  bottom: -48px;
  left: -48px;
}
.l-footer::after {
  content: "";
  width: 248px;
  height: 302px;
  display: block;
  background: url("../img/bg_1.png") no-repeat left top/100%;
  position: absolute;
  bottom: -148px;
  right: -96px;
}
.l-footer .l-footer__logo {
  text-align: center;
  margin-bottom: 15px;
}

.l-footer__ig {
  text-align: center;
  margin-bottom: 20px;
}

.l-footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 40px;
}
.l-footer__list li {
  margin: 0 16px;
}
.l-footer__list li a {
  font-size: 1.6rem;
}
.l-footer__list li a:hover {
  opacity: 0.7;
}

.c-copyLight {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 100px;
  }
  .l-footer::before {
    width: 97px;
    height: 92px;
    bottom: 30px;
    right: -15px;
  }
  .l-footer::after {
    width: 85px;
    height: 104px;
    bottom: 30px;
    right: -40px;
  }
  .l-footer .l-footer__logo {
    width: 50%;
    margin: 0 auto 15px;
  }
  .l-footer__ig {
    width: 12%;
    margin: 0 auto 20px;
  }
  .l-footer__list {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }
  .l-footer__list li {
    margin: 0 0 10px;
  }
}
/* —————————————————
  トップページ home
  —————————————————*/
.l-main {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.l-main::before {
  content: "";
  width: 248px;
  height: 302px;
  display: block;
  background: url("../img/bg_1.png") no-repeat left top/100%;
  position: absolute;
  top: -148px;
  left: -96px;
}
.l-main::after {
  content: "";
  width: 182px;
  height: 173px;
  display: block;
  background: url("../img/bg_2.png") no-repeat left top/100%;
  position: absolute;
  top: -48px;
  right: -48px;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
  .l-main::before {
    width: 75px;
    height: 80px;
    top: -30px;
    left: -30px;
  }
  .l-main::after {
    width: 50px;
    height: 46px;
    top: -6px;
    right: -8px;
  }
}
.l-wrap {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

/* メインビジュアル */
.p-mv {
  width: 100%;
  padding-top: 20px;
}
.p-mv .p-mv__catch {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-mv .p-mv__catch .text_color {
  font-size: 6rem;
}
.p-mv .p-mv__catch .text_color.blue {
  color: #00a5b3;
}
.p-mv .p-mv__catch .text_color.green {
  color: #2b9148;
}
.p-mv .p-mv__catch .text_color.red {
  color: #f75153;
}
.p-mv .p-mv__catch .text {
  display: block;
  font-size: 3.6rem;
}
.p-mv .p-mv__catch .text2 {
  display: block;
  font-size: 4.5rem;/*240521追加*/
}

.p-mv .p-mv__text {
  position: relative;
}
.p-mv .p-mv__text .subject {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.p-mv .p-mv__text .subject span {
  background-color: #523f05;
  display: inline-block;
  border-radius: 10px;
  padding: 8px 28px;
}
.p-mv .p-mv__text .lead {
  margin: 0 auto;/*240521追加**/
  text-align: center;/*240521変更**/
  line-height: 2;
  margin-bottom: 15px;
  width: 56%;/*240521追加**/
}
.p-mv .p-mv__img {
  text-align: center;
  width: 38%;
  margin: 0 auto;
}
.p-mv .c-element {
  position: absolute;
}
.p-mv .c-element.element1 {
  top: 24px;
  left: 0;
  width: 16%;
}
.p-mv .c-element.element2 {
  top: 190px;
  right: -1.8%;
  width: 18%;
}
.p-mv .c-element.element3 {
  top: 164px;
  left: 9.4%;
  width: 10%;
}
.p-mv .c-element.element4 {
  top: 24px;
  right: 6%;
  width: 12%;
}

.p-mv__text .red{
  color: #f15b57;
  font-weight: 900;
  font-size: 22px;
}

.big-text{
  font-size: 2.3rem;
  font-weight: bold;
}

.syokai{
  width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 30px;
  border: solid 4px #523f05;
  border-radius: 20px;
}

.syokai h1{
  font-size: 28px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}

.syokai p{
  font-size: 24px;
  font-weight: 600;
}

.syokai-sp{
  display: none;
}



@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 24px;
  }
  .p-mv .p-mv__catch {

    font-size: min(4.8vw, 3.6rem);
    margin-bottom: 16px;
  }
  .p-mv .p-mv__catch .text_color {
    font-size: min(6.4vw, 4.8rem);
  }
  .p-mv .p-mv__catch .text {
    width:100%;
    margin: 0 auto;
    font-size: min(3.5vw, 3rem);
    margin-top: 10px;
  }
  .p-mv .p-mv__text .subject {
    font-size: min(3vw, 2.8rem);
  }
  .p-mv .p-mv__text .subject span {
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .p-mv .p-mv__text .lead {
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.4rem;
    width: 90%;/*240605追加**/
  }
  .p-mv .c-element.element1 {
    top: 60%;
    left: -2%;
  }
  .p-mv .c-element.element2 {
    top: 70%;
    right: -1.8%;
  }
  .p-mv .c-element.element3 {
    top: -8%;
    left: -18%;
    width: 18%;
  }
  .p-mv .c-element.element4 {
    top: -6%;
    right: -18%;
    width: 20%;
  }

  .p-mv__text .red{
    color: #f15b57;
    font-weight: 900;
    font-size: 1.5rem;
  }

  .big-text{
    font-size: 1.4rem;
    font-weight: bold;
  }

  .syokai{
    display: none;
  }

  .syokai-sp{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
    padding-bottom: 30px;
    border: solid 4px #523f05;
    border-radius: 20px;
    display: block;
  }
  
  .syokai-sp h1{
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  .syokai-sp p{
    font-size: 18px;
    font-weight: 600;
  }
  
}
/* ------ ボヌールの一日 ------- */
.p-schedule {
  background-color: #fafaf0;
  position: relative;
  padding-bottom: 120px;
}
.p-schedule::before {
  content: "";
  display: block;
  width: 108%;
  height: 200px;
  background-color: #fafaf0;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-schedule .c-ttl {
  margin-bottom: 110px;
}

.p-schedule__main {
  grid-template-columns: repeat(2, 1fr) 0.7fr;
  grid-template-rows: repeat(2, 1fr) 1.5fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 30px;
}

.haikei{
  margin: 0 auto;
  background-color:#ffffff;
  width: 80%;
  padding-top: 50px;
  border-radius: 50px;
}

.p-schedule__main .item {
  margin: 0 auto;
  padding-bottom: 110px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: left;

}

.p-schedule__main .item .text {
  font-size: 26px;
  line-height: 1.5;
  color: #6f3907;
  width: 50%;
}

.p-schedule__main .item .text span {
  font-size: 1.6rem;
}

.p-schedule__main .item::after {
  width: 98px;
  width: min(6.08vw, 98px);
  height: 6px;
  margin-top: 50px;
  margin: 50px 20px 0;
}

.p-schedule__main .c-element {
  position: absolute;
}
.p-schedule__main .c-element.element1 {
  width: 25%;
  max-width: 256px;
  top: -4%;
  left: -10%;
}
.p-schedule__main .c-element.element2 {
  width: 35%;
  max-width: 370px;
  bottom: -2%;
  right: -3%;
}

.p-schedule__main .t-left{
  width: 45%;
  justify-content: right;
}

.p-schedule__main .t-left img{
  width: 140px;
  margin-right: 30px;
}

.time{
  display: flex;
}

.line{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.line-2{
  margin: 0 auto;
  visibility:hidden;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.line img{
  display: flex;
  width: 55%;
}

.t-right{
  padding-right: 10%;
  font-size: 65%;
}

@media screen and (max-width: 767px) {
  .p-schedule::before {
    height: 120px;
  }
  .p-schedule .c-ttl {
    margin-bottom: 30px;
  }
  .p-schedule__main {
    font-size: 1.3rem;
    padding: 0;
  }

  .p-schedule__main .item {
  padding-top: 20px;
  padding-bottom: 15px;
  display:flex;
  }

  .p-schedule__main .item .text {
    font-size:20px;
    line-height: 1.5;
    color: #6f3907;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    }

    .p-schedule__main .item .text2 {
      font-size: 1.0rem;
      line-height: 1;
      color: #6f3907;
      display: flex;
      width: 80%;
      justify-content: center;
      align-items: center;
      line-height:16px;
    }    

  .p-schedule__main .item .text span {
    display: none;
    font-size: 1rem;
  }
  .p-schedule__main .item::after {
    margin: 15% 10px 0;
  }
  .p-schedule__main .c-element {
    position: absolute;
  }
  .p-schedule__main .c-element.element1 {
    width: 50%;
    top: 0;
    left: -30%;
  }
  .p-schedule__main .c-element.element2 {
    position: static;
    width: 52%;
    margin: 10px auto 0 auto;
  }

  .time{
    font-size: 1.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }

  .haikei{
    margin: 0 auto;
    background-color:#ffffff;
    width: 97%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
  }

  .line{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  
  .line-2{
    margin: 0 auto;
    visibility:hidden;
    justify-content: center;
    align-items: center;
    display:flex;
    width: 80%;
  }
  
  .line img{
    display: flex;
    width: 60%;
  }  

  .yazirushi{
    display: none;
  }

  .p-schedule__main .t-left{
    width: 100%;
    justify-content: right;
  }
  
  .p-schedule__main .t-left img{
    width: 100px;
    margin-right: 30px;
  }  
  
  .t-right{
    padding-right: 10%;
    font-size: 60%;
  }
    
}
/* ------ ボヌールの紹介 ------- */
.p-about {
  position: relative;
  background-color: #fff2e5;
  margin-top: 80px;
  padding-bottom: 120px;
}
.p-about::before {
  content: "";
  display: block;
  width: 108%;
  height: 200px;
  background-color: #fff2e5;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-about .l-wrap {
  position: relative;
}
.p-about .c-ttl {
  margin-bottom: 50px;
}
.p-about .c-lead {
  margin: auto;
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 80%;
}

.p-about .c-lead2 {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  padding-bottom: 40px;
  width: 80%;
}

.p-about .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-about .c-fBox .item__info {
  width: 46%;
}
.p-about .c-fBox .item__map {
  width: 54%;
}
.p-about .c-fBox .item__map iframe {
  width: 100%;
  height: 240px;
}

.p-about .info__text {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.p-about .info__text dt {
  font-weight: 400;
  font-size: 1.8rem;
  width: 115px;
  padding-left: 15px;
}
.p-about .info__text dd {
  font-size: 1.8rem;
}

.p-about .p-slider {
  margin-top: 60px;
}
.p-about .p-slider .slider_img {
  border-radius: 40px;
  overflow: hidden;
  margin: 0 12px;
}

.about-text{
  margin: 0 auto;
  padding-top: 30px;
  background-color:#fafaf0 ;
  border-radius: 40px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .p-about::before {
    height: 120px;
  }
  .p-about .c-ttl {
    margin-bottom: 30px;
  }
  .p-about .c-lead {
    font-size: 3.9vw;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }

  .p-about .c-lead2 {
    font-size: 3.4vw;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }
  
  .p-about .c-fBox {
    display: block;
  }
  .p-about .c-fBox .item__info {
    width: 100%;
  }
  .p-about .c-fBox .item__map {
    width: 100%;
  }
  .p-about .c-fBox .item__map iframe {
    height: 345px;
  }
  .p-about .info__text {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .p-about .info__text dt {
    font-weight: 400;
    font-size: 1.6rem;
    width: 30%;
    padding-left: 0;
  }
  .p-about .info__text dd {
    font-size: 1.6rem;
  }
  .p-about .p-slider {
    margin-top: 60px;
  }
  .p-about .p-slider .slider_img {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 12px;
  }

  .about-text{
    margin: 0 auto;
    padding-top: 30px;
    background-color:#fafaf0 ;
    border-radius: 40px;
    width: 90%;
  }
  
}
@media screen and (max-width: 420px) {
  .p-schedule__main .schedule__block1 .item:first-child {
    width: 50%;
  }
}
/* ------ よくあるご質問 ------- */
.p-faq {
  background-color: #fff2e5;
  position: relative;
  margin-top: 80px;
  padding-bottom: 120px;
}
.p-faq::before {
  content: "";
  display: block;
  width: 108%;
  height: 200px;
  background-color: #fff2e5;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-faq .c-ttl {
  margin-bottom: 110px;
}

.p-faq__list {
  max-width: 750px;
  margin: 0 auto;
}
.p-faq__list .faq__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-faq__list .faq_ttl {
  background-color: #fbd19e;
  border-radius: 20px 20px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 30px;
}
.p-faq__list .faq_ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: url("../img/faq_q.png") no-repeat left top/100%;
}
.p-faq__list .faq_answer {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 30px;
  border-radius: 0 0 20px 20px;
}
.p-faq__list .faq_answer p {
  font-size: 1.8rem;
  margin-top: 6px;
}
.p-faq__list .faq_answer::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: url("../img/faq_a.png") no-repeat left top/100%;
}

@media screen and (max-width: 767px) {
  .p-faq::before {
    height: 120px;
  }
  .p-faq .c-ttl {
    margin-bottom: 40px;
  }
  .p-faq__list .faq__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-faq__list .faq_ttl {
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    padding: 6px 10px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .p-faq__list .faq_ttl::before {
    width: 26px;
    height: 26px;
  }
  .p-faq__list .faq_answer {
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  .p-faq__list .faq_answer p {
    font-size: 1.6rem;
    margin-top: 0;
    width: calc(100% - 40px);
  }
  .p-faq__list .faq_answer::before {
    width: 26px;
    height: 26px;
  }
}
/* ------ お知らせ ------- */
.p-news {
  position: relative;
  padding-bottom: 80px;
}
.p-news::before {
  content: "";
  display: block;
  width: 108%;
  height: 200px;
  background-color: #fafaf0;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-news .l-wrap {
  position: relative;
}
.p-news .c-ttl {
  margin-bottom: 100px;
}

.p-news__list {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px 10px 10px 10px;
  position: relative;
  padding: 20px;
}
.p-news__list::before, .p-news__list::after {
  content: "";
  width: 84px;
  height: 60px;
  display: block;
  background: url("../img/news_deco.png") no-repeat left top/100%;
  position: absolute;
}
.p-news__list::before {
  top: -20px;
  right: -40px;
}
.p-news__list::after {
  bottom: -40px;
  left: -30px;
}
.p-news__list li {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 20px 0;
}
.p-news__list li:not(:last-child) {
  border-bottom: 2px dotted #6f3907;
}
.p-news__list a {
  display: -ms-flexbox;
  display: flex;
}
.p-news__list a .info__date {
  width: 130px;
}
.p-news__list a .info__ttl {
  width: calc(100% - 130px);
  font-size: 1.8rem;
}

.p-news__list .info {
  display: -ms-flexbox;
  display: flex;
}
.p-news__list .info .info__date {
  width: 130px;
}
.p-news__list .info .info__ttl {
  width: calc(100% - 130px);
  font-size: 1.8rem;
}
.p-news__list .info a {
  padding-top: 15px;
}

.p-news__list img{
  height: 50px;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-news::before {
    height: 120px;
  }
  .p-news .c-ttl {
    margin-bottom: 30px;
  }
  .p-news__list {
    border-radius: 10px;
    padding: 0 20px;
  }
  .p-news__list::before, .p-news__list::after {
    width: 42px;
    height: 30px;
  }
  .p-news__list::before {
    top: -20px;
    right: -10px;
  }
  .p-news__list::after {
    bottom: -20px;
    left: -10px;
  }
  .p-news__list li {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding: 14px 0;
  }
  .p-news__list a {
    display: block;
  }
  .p-news__list a .info__date {
    width: auto;
    font-size: 1.6rem;
  }
  .p-news__list a .info__ttl {
    width: 100%;
    font-size: 1.6rem;
  }

  .p-news__list .info {
  display: block;
}
.p-news__list .info .info__date {
    width: auto;
    font-size: 1.6rem;
}
.p-news__list .info .info__ttl {
    width: 100%;
    font-size: 1.6rem;
}
.p-news__list .info a {
  padding-top: 12px;
}

.p-news__list img{
  height: 30px;
  border-radius: 20px;
  text-align: center;
}
}
/* —————————————————
  お問い合わせ contact
  —————————————————*/
.p-contact {
  padding: 60px 0 90px;
}
.p-contact .page-ttl {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.p-contact .lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 10px;
}
.p-contact .c-tel {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
}

.p-contact .formArea {
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 5.8rem 2rem;
}

.p-contact .formArea table {
  width: 100%;
  max-width: 900px;
  text-align: left;
  border-spacing: 0;
  font-size: 1.6rem;
  margin: 0 auto;
}

.p-contact .formArea table tr th .required {
  background-color: #fa9f9d;
  font-size: 1.2rem;
  color: #fff;
  padding: 2px 6px;
  display: inline-block;
  margin-left: 1.6rem;
}

.p-contact .formArea table th,
.p-contact .formArea table td {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  padding: 0 0 35px 0;
}

.p-contact .formArea table tr th {
  position: relative;
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
  width: 30%;
  letter-spacing: 0.05em;
}

.p-contact .formArea table tr td {
  border-bottom: none;
  font-weight: 400;
  width: 66%;
  color: #523f05;
}

.p-contact .formArea table tr td input[type=text],
.p-contact .formArea table tr td input[type=tel],
.p-contact .formArea table tr td input[type=email] {
  width: 100%;
  padding: 14px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #cccccc;
}

.p-contact .formArea table tr th.txt01 {
  vertical-align: top;
  padding-top: 2rem;
}

::-moz-placeholder {
  color: #B4B4B4;
}

:-ms-input-placeholder {
  color: #B4B4B4;
}

::placeholder {
  color: #B4B4B4;
}

.p-contact .formArea table tr td textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
  background-color: #fff;
  border-radius: 6px;
  padding: 1.5rem 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #cccccc;
}

.p-contact .formArea table tr td input:focus,
.p-contact .formArea table tr td textarea:focus,
.p-contact .formArea table tr td select:focus {
  outline: none;
}

.p-contact .formArea table tr td .ageWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-contact .formArea table tr td .ageWrap input {
  width: 22%;
}
.p-contact .formArea table tr td .ageWrap span {
  color: #523f05;
  display: inline-block;
  margin-left: 5px;
}

.p-contact .formArea table tr .methodList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  width: 100%;
}
.p-contact .formArea table tr .methodList .item:first-child {
  margin-right: 30px;
}

.p-contact .formArea table tr .methodList label {
  position: relative;
  cursor: pointer;
  padding-left: 48px;
}

.p-contact .formArea table tr .methodList label::before,
.p-contact .formArea table tr .methodList label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  top: 50%;
}

.p-contact .formArea table tr .methodList label::before {
  background-color: #fff;
  border: 2px solid #523f05;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 5px;
}

.p-contact .formArea table tr .methodList label::after {
  background-color: #523f05;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 12px;
}

.p-contact .formArea table tr .methodList input:checked + label::after {
  opacity: 1;
}

.p-contact .formArea table tr .methodList input {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.p-contact .c-btn {
  width: 100%;
  max-width: 414px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  margin: 50px auto 0 auto;
  transition: 0.3s ease;
}
.p-contact .c-btn .btn {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  text-align: center;
  color: #fff;
}
.p-contact .c-btn .btn.btnSend {
  background-color: #5eae51;
}
.p-contact .c-btn .btn.topBtn {
  background-color: #5eae51;
}
.p-contact .c-btn .btn.backBtn {
  background-color: #838383;
}
.p-contact .c-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-contact .c-btn.back::before {
  -ms-transform: scale(-1, 1) translateY(-50%);
      transform: scale(-1, 1) translateY(-50%);
  right: inherit;
  left: 20px;
}

.p-contact .c-btn:hover {
  opacity: 0.7;
}

.p-contact.confirm .btnList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.p-contact.confirm .btnList .c-btn {
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 30px 0 0;
  }
  .p-contact .l-wrap {
    width: 100%;
  }
  .p-contact .page-ttl {
    font-size: min(5.333vw, 4rem);
    margin-bottom: 20px;
  }
  .p-contact .lead {
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-contact .c-tel {
    font-size: min(6.4vw, 4.8rem);
  }
  .p-contact .formArea {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 30px;
    padding: 34px 20px 50px;
  }
  .p-contact .formArea table {
    border-spacing: 0;
  }
  .p-contact .formArea table,
  .p-contact .formArea table tbody,
  .p-contact .formArea table tr,
  .p-contact .formArea table tr th,
  .p-contact .formArea table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p-contact .formArea table tr th .required {
    margin-left: 0;
  }
  .p-contact .formArea table tr th {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-contact .formArea table td {
    margin-bottom: 24px;
  }
  .p-contact .formArea table tr td input[type=text],
  .p-contact .formArea table tr td input[type=tel],
  .p-contact .formArea table tr td input[type=email] {
    border: 1px solid #cccccc;
  }
  .p-contact .formArea table tr th.txt01 {
    padding-top: 0;
  }
  ::-moz-placeholder {
    color: #B4B4B4;
  }
  :-ms-input-placeholder {
    color: #B4B4B4;
  }
  ::placeholder {
    color: #B4B4B4;
  }
  .p-contact .formArea table tr td textarea {
    height: 250px;
  }
  .p-contact .formArea table tr .methodList {
    display: block;
    width: 100%;
  }
  .p-contact .formArea table tr .methodList .item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-contact .c-btn {
    font-size: 1.8rem;
    margin: 50px auto 0 auto;
  }
  .p-contact.confirm .btnList {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-contact.confirm .btnList .c-btn {
    width: 100%;
  }
  .p-contact.confirm .btnList .c-btn.back {
    margin-top: 20px;
  }
}
.p-contact.confirm .formArea table tr:last-child {
  border-bottom: none;
}

.p-contact.confirm .formArea table tr th,
.p-contact.confirm .formArea table tr td {
  padding: 30px 10px;
  border-bottom: 2px dotted #523f05;
  background-clip: padding-box;
}

.p-contact.confirm .formArea table tr th {
  background-color: #f1efec;
  width: 25%;
}

.p-contact.confirm .formArea table tr td {
  width: 75%;
  padding: 30px 40px;
}

.p-contact.confirm .formArea table tr .methodList {
  display: table-cell;
}

.p-contact .txtError {
  width: 100%;
  text-align: left;
  color: #f15b57;
  font-size: 1.6rem;
  display: none;
  padding-top: 6px;
}

.p-contact .txtError.act {
  display: block;
}

.p-contact .formArea table tr td.act input,
.p-contact .formArea table tr td.act textarea {
  background-color: #ffe7e6;
}

.p-contact .iptCheck:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 9px;
  height: 16px;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  border-bottom: 3px solid #5A2619;
  border-right: 3px solid #5A2619;
}

@media screen and (max-width: 767px) {
  .p-contact.confirm .formArea table tr {
    border-bottom: none;
  }
  .p-contact.confirm .formArea table tr th,
  .p-contact.confirm .formArea table tr td {
    width: 100%;
    margin-bottom: 0;
  }
  .p-contact.confirm .formArea table tr th {
    margin-bottom: 0;
    padding: 15px 10px;
  }
  .p-contact.confirm .formArea table tr td {
    margin-bottom: 0;
    padding: 10px 0 15px;
  }
  .p-contact.confirm .formArea table tr .methodList {
    display: block;
  }
}
.p-contact.thanks .c-btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-contact.thanks {
    padding-bottom: 60px;
  }
}