@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
  background: noned;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  background: #fff;
  color: #796a56;
  overflow-y: scroll;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  letter-spacing: .2rem;
  line-height: 2.2;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p * {
  line-height: inherit;
}

:target {
  scroll-margin-top: 7rem; /* 固定ヘッダーの高さに応じて調整 */
}


.u_inner {
    width: 114rem;
    margin: 0 auto;
    padding: 0 4rem;
    max-width: 100%;
  }

@media screen and (max-width: 767px) {
    html {
      font-size: calc(100vw * 10 / 500);
      scroll-padding-top: 7rem;
    }
  }
    
.u_switch_img {
    opacity: 1;
}  

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

@media screen and (max-width: 767px) {
    .u_visible_pc {
      display: none !important;
    }
    .u_inner {
        width: auto;
        margin: 0 5.6%;
        padding: 0;
    }
    .u_inner.sp {
        margin: 0;
    }
}

.ttl_rl{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.6rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .8rem;
}

@media screen and (max-width: 767px) {
  .ttl_rl{
    letter-spacing: .5rem;
  }
}

.fon_zen{
  font-family: "Zen Old Mincho", serif;
}

.fon_yu{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*.fon_new{
  font-family: "Zen Kaku Gothic New", serif;
}*/

.or{
  font-size: 1.4rem;
  color:#ef9700 ;
  letter-spacing: .5rem;
  margin-right: 1.7rem;
}

@media screen and (max-width: 767px) {
  .or{
    font-size: 1.2rem;
    letter-spacing: .3rem;
    margin-right: 1rem;
  }
}

.ttl_big{
  height: 13rem;
}

.top_up .ttl_big{
  position: absolute;
 right: 18%;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .ttl_big{
    height: 10rem;
  }
.top_up .ttl_big{
left: 0;
bottom: -10rem;
}
}

.ttl_big img{
  height: 100%;
}

.fo_m{
  font-size: 3.5rem;
  padding-bottom: 2rem;
  letter-spacing: 0.1rem;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 960px) {
.fo_m{
  font-size: 2.2rem;
}
}

@media screen and (max-width: 767px) {
  .fo_m{
    font-size: 2.4rem;
  }
}

/*アクション*/
.js_fade{
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadeInAnime1s {
  animation-name: fa_1s;
}

.fa_1s{
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
@keyframes fa_1s{
  0%{
    
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeInAnime1500ms {
  animation-name: fa_1500ms;
}
.fa_1500ms{
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fa_1500ms{
  0%{

  }100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeInAnime500ms {
  animation-name: fa_500ms;
}
.fa_500ms{
  animation-delay: 500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateX(50px);
  opacity: 0;
}
@keyframes fa_500ms{
  0%{

  }100%{
    transform: translateX(0);
    opacity: 1;
  }
}

.fadeInAnime2s {
  animation-name: fa_2s;
}
.fa_2s{
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 1;
}
@keyframes fa_2s{
  0%{

  }100%{
    transform: translateX(0);
    opacity: 1;
  }
}


#header {
  position: fixed;
  width: 100%;
  height: 10rem;
  top: 0;
  z-index: 66;
  display: flex;
  justify-content: space-between;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 7rem;
    width: 100%;
  }
}
 

.h_logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 68;
}


.h_logo img {
  width: 11rem !important; 
  height: 11rem !important;
}

.company .h_logo img , .service .h_logo img , .price .h_logo img , .facil .h_logo img , .information .h_logo img , .contact .h_logo img{
  width: 7rem !important; 
  height: 7rem !important;
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .h_logo img {
    width: 7rem !important;
    height: 7rem !important;
  }
}


#toggle_menu{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.h_inner{
  position: relative;
  background: url(../img/meun_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .h_inner .logo{
    position: absolute;
    left: 3rem;
    top: 3rem;
  }
  .h_inner .logo img{
    width: 8rem;
  }
}

.h_opne{
  position: absolute;
  right: 2.7rem;
  top: 3rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .h_opne{
    width: auto;
    right: 2rem;
    top: 2rem;
  }
}

.h_opne img{
  width: 13px;
}

@media screen and (max-width: 767px) {
  .h_opne img{
    width: auto;
    height: 4rem;
  }
}
.h_opne .open_w {
  display: block; /* 初期状態で表示 */
}

.h_opne .open_g {
  display: none; /* 初期状態で非表示 */
}

.h_opne.headerLogoScroll .open_w {
  display: none; /* スクロール時に非表示 */
}

.h_opne.headerLogoScroll .open_g {
  display: block; /* スクロール時に表示 */
}


.h_close{
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}

.h_close img{
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .h_close{
    height: 7rem;
  }
  .h_close img{
    width: 20px;
    height: 20px ;
  }
}

.meun{
  padding: 0 10rem;
  color: #aa5517;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 120rem;
}

@media screen and (max-width: 960px) {
.meun{
  width: 100%;
  padding: 0 4rem;
}
}

@media screen and (max-width: 767px) {
  .meun{
    padding: 0 4rem;
    transform: none;
    top: 8rem;
    height: 100%;
    overflow-y: scroll;
    left: 0;
    max-width: none;
    overflow-x: hidden;
    width: 100%;
  }
}

.meun .li01{
  position: absolute;
  top:-2rem;
  left:29%;
}

.meun .li02{
  position: absolute;
  top: -2rem;
  left: 48%;
}

.meun .li03{
  position: absolute;
  top: -2rem;
  left: 68%;
}

@media screen and (max-width: 960px) {
  .meun .li01{
    left: 25%;
  }
  .meun .li03{
    left: 72%;
  }
}

@media screen and (max-width: 767px) {
  .meun .li01{
    width: auto;
    left: 35%;
    top: 5rem;
  }
  .meun .li02{
    top: 28rem;
    width: auto;
    left: 35%;
  }
  .meun .li03{
    left: 35%;
    width: 100%;
    top: 50rem;
    padding-bottom: 4rem;
  }
}

.meun .li01 dd{
  font-size: 1.6rem;
  margin-left: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 960px) {
.meun .li01 dd{
  font-size: 1.2rem;
  margin-left: 2rem;
}
}

@media screen and (max-width: 767px) {
  .meun .li01 dd{
  font-size: 1.8rem;
  padding-top: 1rem;
}
}

.meun .li03 .tel{
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 2rem;
  letter-spacing: .5rem;
}

@media screen and (max-width: 960px) {
.meun .li03 .tel{
  font-size: 1.8rem;
}
}

@media screen and (max-width: 767px) {
  .meun .li03 .tel{
    font-size: 2.6rem;
  }
}

.meun .li03 .tel span{
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .3rem;
}

.meun .li03 .sns{
  margin-top: 2rem;
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .meun .li03 .sns{
    width: 20px;
    margin-top: 2rem;
  }
}


.meun .logo{
  width: 13rem;
}

.meun .logo img{
  width: 100%;
}
@media screen and (max-width: 960px) {
.meun .logo{
  width: 10rem;
}
}
@media screen and (max-width: 767px) {
  .meun .logo{
    width: 8rem;
  }
}

.meun>*{
  width: 25%;
}

.meun li{
  font-size:2rem;
  line-height: 2.7;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
.meun li{
  font-size:1.4rem;
}
}

@media screen and (max-width: 767px) {
  .meun li{
    font-size: 2.2rem;
    line-height: 2;
  }
}

.meun .dia{
  position: relative;
  padding: 0px 0px 0px 1em;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  .meun .dia{
    line-height: 2;
  }
}

.meun .dia::before{
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  background-color: #aa5517;
  content: "";
}

.meun .under{
  display: block;
  }

  .meun .under a{
    border-bottom: #aa5517 solid 1px;
    padding-bottom: .5rem;
  }

  .meun .h_sa{ 
    padding-top: 1rem !important;
  }


  .footer{
    background-color: #796a56;
    color: #fff;
    padding: 10rem 8rem 16rem;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
    .footer{
      display: block;
      padding: 4rem 9rem;
    }
  }

  .f_logo{
    width: 12rem;
  }

  @media screen and (max-width: 960px) {
  .f_logo{
    width: 8rem;
  }
  }
  .f_logo img{
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .f_logo{
     display: block;
     margin: auto;
     width: 10rem;
    }
  }
  
  .fo_inner{
    text-align: center;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 89rem;
  }

  @media screen and (max-width: 960px) {

  .fo_inner{
    width: 70%;
  }
  }
  @media screen and (max-width: 767px) {
    .fo_inner{
    position: static;
    transform: none;
    width: 100%;
    padding-top: 4rem;
    }
  }
  
  .f_li{
    display: flex;
    justify-content: space-between;
  }

  @media screen and (max-width: 767px){
    .f_li{
      display: block;
    }
}
  
  .f_li li{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1rem 0;
    font-size: 2rem;
    margin: 0 2rem;
    width: 24rem;
    letter-spacing: .3rem;
  }
  @media screen and (max-width: 960px) {
  .f_li li{
    font-size: 1.4rem;
  }
}

  @media screen and (max-width: 767px){
    .f_li li{
      font-size: 2rem;
      border-bottom: none;
      margin: 0 4rem;
      width: 22rem;
    }
    .f_li li:last-child{
      border-bottom: 1px solid;
    }
  }
  
  .fo_inner .add{
    padding-top: 8rem;
    font-weight: bold;
    letter-spacing: .2rem;
  }
  
  .fo_inner .add p{
  font-size: 1.4rem;
  line-height: 2.2;

  }

  @media screen and (max-width: 767px){
    .fo_inner .add p{
    line-height: 1.7;
    font-size: 1.6rem;
    }
  }
  
  .fo_inner .add a{
    width: 25px;
    display: inline-block;
    margin-top: 4rem;
  }

  @media screen and (max-width: 767px){
    .fo_inner .add a{
      width: 20px;
    }
  }

  
  footer .copy{
    height: 7rem;
    padding: 2rem 4rem;
    color: #000;
    display: flex;
    justify-content: space-between;
  }

  @media screen and (max-width: 767px){
    footer .copy{
      display: block;
      text-align: center;
      height: 17rem;
    }
  }
  
  footer .copy p{
    font-size: 1.2rem;
  }

  footer .copy p a:hover{
    color: #ef9700;
  }

/*main*/  

/*font-page*/
/* オーバーレイの初期状態 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef9700;
  z-index: 1000;
  opacity: 1;
  transition: opacity 1.5s ease; /* オーバーレイが消えるスピード */
}

/* オーバーレイが消えた状態 */
.overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

/* 背景のフェードイン */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.5s ease; /* 背景が現れるスピード */
}

.mv.is-visible {
  opacity: 1;
}

/* 中の要素のフェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 767px) {
  .mv{
  height: 667px;
  background-size: cover;
  background-repeat: no-repeat;
}
}

.mv img{
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv img{
    height: 100%;
  }
}

.slideshow {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.mv_img01 {
  background-image: url('../img/mv_img01.jpg');
  animation: fadeIn 6s ease-in-out forwards;
}

.mv_img02{
  background-image: url('../img/mv_img02.jpg');
}

.mv_img03 {
  background-image: url('../img/mv_img03.jpg');
}

.mv_img04 {
  background-image: url('../img/mv_img04.jpg');
}

.mv_img05{
  background-image: url('../img/mv_img05.jpg');
}

.mv_img06 {
  background-image: url('../img/mv_img06.jpg');
}

.mv_img07 {
  background-image: url('../img/mv_img07.jpg');
}

.slick-dots {
  bottom: 4%;
  z-index: +1;
}



.mv .mv_logo{
  position: absolute;
  width: 242px;
  top: 50%;
  left: 50%;
  transform: translate(-30% , -50%);
  z-index: 10;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mv .mv_logo{
    width: 150px;
    transform: translate(-37% , -50%);
  }
}

.mv .mv_text{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
}

@media screen and (max-width: 767px) {
  .mv .mv_text{
    position: fixed;
    background: #ef9700;
    color: #fff;
    padding: 2rem 14rem;
    text-align: left;
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
  }
}
.mv .mv_sns{
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 20px;
  height: 20px;
  display: none;
}

.mv_sns{
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 20px;
  height: 20px;
  display: none;
}

.fa_sns{
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 20px;
  height: 20px;
  display: none;
}

@media screen and (min-width: 768px) {

}


@media screen and (max-width: 767px) {
  .use{
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
  }
  .mv .mv_sns{
    bottom:8.5rem;
    right: 1rem;
    display: none;
  }

  .mv_sns{
    bottom:8.5rem;
    right: 1rem;
    display: none;
  }

.use img{
  height: auto;
}
}

.top_up{
background: url(../img/top_bg.jpg);
background-size: cover;
width: 100%;
height: 100%;
padding-bottom: 30rem;
position: relative;
}

@media screen and (max-width: 767px) {
  .top_up{
    background-size: contain;
    background-repeat: no-repeat;
    height: 115rem;
  }
}

.top_up dl{
 padding-top: 20%;
 margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_up dl{
  padding-top: 45%;
  }
}

.top_up dt{
  font-size: 4.6rem;
  letter-spacing: 1.2rem;
  height: 24rem;
}


.top_up .top_text{
  padding-left: 57%;
  margin-top: -12rem;
  padding-right: 7%;
}

 .top_text_img{
  width: 9%;
  position: absolute;
  bottom: 20%;
  right: 7%;
}

@media screen and (max-width: 767px) {
  .top_up .top_text{
    padding-left: 0;
    margin-top: 4rem;
    padding: 0 4rem;
    margin-bottom: 10rem;
  }
}

.top_up .top_text p{
  line-height: 2.8;
  letter-spacing: .2rem;
}

@media screen and (max-width: 960px) {
.top_up .top_text p{
  font-size: 1.2rem;
  letter-spacing: .1rem;
}
}

@media screen and (max-width: 767px) {
  .top_up .top_text p{
    width: 100%;
    font-size: 1.8rem;
  }
}

.top_li li{
  position: absolute;
}

.top_li .ti01{
  top: 20%;
  width: 13%;
 left: 28%;
  transform: translateX(-10px);
}

@media screen and (max-width: 767px) {
  .top_li .ti01{
    top: 0;
  left: 0;
  
  width: 35%;
}
}

.top_li .ti02{
top: 12rem;
right: 8%;
width: 21.5%;
}

@media screen and (max-width: 767px) {
  .top_li .ti02{
    right: 0;
    width: 35%;
  }
}
.top_li .ti03{
  top: 43%;
  left: 10%;
  width: 27%;
  }

  @media screen and (max-width: 767px) {
    .top_li .ti03{
      top: 77%;
      right: 0;
      left: auto;
      width: 65%;
    }
  }

.top_li .ti04{
  top: 57%;
  right: 7%;
  width: 10%;
}  

@media screen and (max-width: 767px) {
  .top_li .ti04{
    top: 77%;
    left: 0;
    width: 30%;
  } 
}

.top_bottom{
  position: relative;
  top: -7rem;
  height: 78rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .top_bottom{
    height: 50rem;
}
}
@media screen and (max-width: 767px) {
.top_bottom{
  top:20rem;
  margin-bottom: 0;
  height: 84rem;
}
}

.top_bottom h4{
  line-height: 2.2;
  font-size: 3rem;
  position: absolute;
  right: 20%;
  letter-spacing: .9rem;
  top: 0;
}

@media screen and (max-width: 960px) {
.top_bottom h4{
  right: 10%;
  font-size: 2.4rem;
}
}

@media screen and (max-width: 767px) {
  .top_bottom h4{
    font-size: 2.2rem;
    right: 10%;
  }
}

.top_bottom li{
  position: absolute;
}

.top_bottom .ti05{
  left: 0;
  width: 68%;
  bottom: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .top_bottom .ti05{
    width: 60%;
}
}

.top_bottom .ti05 .ti05img{
  aspect-ratio: 16 / 9;
}

.top_bottom .ti06{
  right: 0;
  width: 13%;
  bottom:0;
} 

@media screen and (max-width: 767px) {
  .top_bottom .ti06{
    right: 39%;
    width: 35%;
    top: 35%;
  }
}

#facilities{
background-color: #061d22;
}

.f_con{
position: relative;
background: url(../img/facilities_img01.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 100rem;
width: 100%;
}

@media screen and (max-width: 767px) {
  .f_con{
  background: url(../img/facilities_img01_sp.jpg);
  height: 80rem;
  background-size: cover;
  background-repeat: no-repeat;
  }
}

.f_con img{
  width: 100%;
  vertical-align: top;
}

.f_inner{
  width: 94rem;
  position: absolute;
  top: 17%;
  color: #fff;
  left: 50%;
  top: 40%;
  transform: translate(-50% , -50%);
  max-width: 94rem;
}

@media screen and (max-width: 960px) {
  .f_inner{
    width: 76rem;
    transform: translate(-50%);
  }
}


@media screen and (max-width: 767px) {
  .f_inner{
    width: 100%;
    padding: 0 4rem;
    top: 5%;
    max-width: none;
    transform: translate(-50%);
  }
}

.f_con h3{
  font-size: 3.8rem;
  width: 100%;
  letter-spacing: 1rem
}

@media screen and (max-width: 960px) {
  .f_con h3{
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .f_con h3{
    font-size: 3.2rem;
    width: auto;
  }
}

.f_con h3:before{
  content: "";
  width: 77rem;
  border-top: 1px solid;
  display: block;
  margin-top: 5rem;
  margin-left: 1rem;
}

@media screen and (max-width: 960px) {
  .f_con h3:before{
    width: 57rem;
  }
}

@media screen and (max-width: 767px) {
  .f_con h3:before{
    width: 19rem;
  }
}

.f_con h3:after{
  content: "";
  width: 8rem;
  border-top: 1px solid;
  display: block;
  margin-top: 5rem;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .f_con h3:after{
    width: 18rem;
  }
}

.f_inner p{
  margin-top: -15rem;
  line-height: 2.2;
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
  width: 62rem;
  top: 26rem;
}

@media screen and (max-width: 960px) {
.f_inner p{
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-30%);
  width: auto;
}
}


@media screen and (max-width: 767px) {
  .f_inner p{
    margin-top: 3rem;
    padding-bottom: 12rem;
    text-align: justify;
    font-size: 1.8rem;
    position: static;
    transform: none;

  }
}

.f_inner a{
  display: flex;
  line-height: 65px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .f_inner a{
    font-size: 1.8rem;
    line-height: 52px;
  }
}


.f_inner a::before{
  content: "";
  width: 70rem;
  border-top: 1px solid;
  display: block;
  margin-top: 3.3rem;
}
@media screen and (max-width: 960px) {
.f_inner a::before{
  width: 47rem;
}
}

.f_inner a::after{
  content: "";
  width: 4rem;
  border-top: 1px solid;
  display: block;
  margin-top: 3.3rem;
  padding-left: 2rem;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .f_inner a::before{
    width: 25rem;
    margin-top: 3.3rem;
    padding-right: 2rem;
  }

  .f_inner a::after{
    width: auto;
    margin-top: 3.3rem;
    display: none;
  }
}

.f_con .f_inner a img{
  width: 65px;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .f_con .f_inner a img{
    width: 45px;
  }
}



.top_facil{
  position: absolute;
  margin-top: 10%;
  left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .top_facil{
bottom:0;
margin-top:0;
  }
}

.f_img>*{
  width: 49.5%;
}

.f_img {
  display: flex;
  background-color: #061d22;
  justify-content: space-between;
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .f_img>*{
    width: 100%;
    padding: 1rem;
  }

  
  .f_img {
    display: block;
  }
}

.f_img img{
  width: 100%;
  vertical-align: top;
}

.f_img .ri div{
  display: flex;
}

.f_img .ri div>*{
  width: 50%;
}

.f_img .ri .pad_ri{
  padding-right: 1rem;
}

.pad_top{
  padding-top: 2rem;
}


@media screen and (max-width: 767px) {
  .f_img .ri {
    padding-top: 0;
  }

  .f_img .ri .pad_ri{
    padding-right: 1rem;
}
.pad_top{
  padding-top: 1rem;
}
}

.f_img .le{
  position: relative;
}

.f_img .le h1{
  position: absolute;
  bottom:5%;
  left: 5%;
  width: 50%;
}

#service{
background: url(../img/service_bg.jpg);
background-size: cover;
background-color: #f2f2f2;
background-position: bottom;
}

@media screen and (max-width: 767px) {
  #service{
    background: none;
  }
}

#service h1{
  text-align: right;
}

.se_inner{
  display: flex;
  color: #796a56;
  margin-top: 8rem;
}

.se_inner .se_le{
  width: 27%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .se_inner{
    display: block;
    margin-top: 15rem;
    position: relative;
  }
  .se_inner .se_le{
    width: 100%;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .se_inner h1{
    width: 10rem;
    position: absolute;
    left: -2.7rem;
    height: auto;
  }
}

.se_inner .se_le dl{
  margin-left: auto !important;
  margin-right: auto !important;
}

.se_inner .se_ri{
  width: 80%;
}

@media screen and (max-width: 767px) {
  .se_inner .se_le dl{
   padding-right: 4rem;
  }
  .se_inner .se_ri{
    width: 100%;
  }
}

.se_inner .se_ri p{
  line-height: 2.7;
}

@media screen and (max-width: 767px) {
  .se_inner .se_ri p{
    padding: 0 4rem;
    margin-bottom: 5rem;
    line-height: 2;
    letter-spacing: .2rem;
    font-size: 1.8rem;
  }
}

.se_li{
display: grid;
width: fit-content;
grid-template-columns: repeat(2, auto);
background-color: #fff;
margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .se_li{
    display: block;
  }
}

.se_con .se_ti{
  position: relative;
  overflow: hidden;
}

.se_con .se_ti img{
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.se_con .se_ti img:hover{
  transform: scale(1.2); 
}

.se_con .se_ti dl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .se_con .se_ti dl{
  text-align: center;
  width: 100%;
  }
}

.se_con dt{
  font-size: 5.2rem;
  color: #fff;
}

.se_con dd{
  font-size: 1.62rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 767px) {
  .se_con dt{
    font-size: 4.2rem;;
  }
  .se_con dd{
    font-size: 1rem;
  }
}

.se_text{
  background-color: #fff;
  padding-left: 6rem;
  display: table;
  width: 100%;
  min-height: 20rem;
}

.se_text p{
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
.se_text{
  min-height: 16rem;
  padding-left: 2rem;
}
}

@media screen and (max-width: 767px) {
  .se_text{
    padding-left: 0;
    min-height: 20rem;

  }
  .se_text p{
    margin: 2rem 0 !important;
    padding: 0 0 0 4rem !important;
    text-align: justify;
    font-size: 1.6rem !important;
    letter-spacing: .2rem !important;
  }
}

.se_text .a{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.se_text .a p{
  width: 70%;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 960px) {
.se_text .a p{
  font-size: 1.2rem;
}
}
@media screen and (max-width: 767px) {
  .se_text .a p{
    font-size: 1.4rem;
  }
  }

.se_text .a img{
  width: 60px;
  position: absolute;
  top: 50%;
  right:10%;
  transform: translate(0 , -50%)
}

@media screen and (max-width: 960px) {
.se_text .a img{
  width: 30px;
}
}


@media screen and (max-width: 767px) {
  .se_text .a img{
    width: 45px;
    right: 4rem;
  }
}

.arrow_hover{
  overflow: hidden;
}

.arrow_hover img:last-of-type {
  opacity: 0;
  transition: opacity .5s;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.arrow_hover:hover img {
  opacity: 1;
}

/* 画像のズーム効果を<a>のホバーに適用 */
.se_con a:hover .se_ti img {
  transform: scale(1.2); /* ズーム */
}

/* 矢印画像の切り替えを<a>のホバーに適用 */
.se_con a:hover .arrow_hover img:last-of-type {
  opacity: 1; /* 2枚目の画像を表示 */
}

.se_con a:hover .arrow_hover img:first-of-type {
  opacity: 0; /* 1枚目の画像を非表示 */
}

.se_pr{
  background: #ef9700;
  color: #fff;
  padding: 3rem 7rem;
  text-align: left;
  transition:  .5s;
}

.se_pr p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
.se_pr{
  padding: 1rem 3rem;
}
}
@media screen and (max-width: 767px) {
  .se_pr{
    padding: 3rem 4rem;
  }
  .se_pr p{
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    font-size: 2.8rem !important;
  }
}

.se_pr:hover{
  background: #7a6a56;

}

.se_pr p::before{
  content: "";
  width: 10rem;
 border-top: 1px solid;
 margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .se_pr p::before{
    width: 3rem;
    margin-right:1rem
  }
}

.se_pr p span{
  font-size: 1.2rem;
  margin-left: 1em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .se_pr p span{
    font-size: 1.4rem;
    margin-left: 2em;
  }
}

#info{
  padding-top: 14rem;
  padding-bottom: 4rem;
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f1f0ee 50%, #f1f0ee 100%);
}

@media screen and (max-width: 767px) {
  #info{
    background:linear-gradient(180deg, #fff 75%, #f1f0ee 75%);
  }
}

#info .ttl{
text-align: center;
}

#info .ttl dt{
  font-size: 4.6rem;
  letter-spacing: 0.5rem;
}
#info .ttl dd{
  letter-spacing: .3rem;
}

@media screen and (max-width: 767px) {
  #info .ttl dt{
    font-size: 3.7rem;
    letter-spacing: 0.5rem;
  }
  #info .ttl dd{
    letter-spacing: .3rem;
  }
  
}

#info h1{
  width:12rem;
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-54%);
}

@media screen and (max-width: 767px) {
  #info h1{
  width: 10rem;
  top: 10rem;
  transform: none;
  }
}

.in_inner{
  margin-top: 4rem;
  padding: 4rem 18rem;
}
@media screen and (max-width: 960px) {
.in_inner{
  padding: 4rem 10rem;
}
}

.in_inner .in_li{
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.in_inner .in_li li{
  position: relative; /* ズームインのために必要 */
  width: 30%;
 
}

.in_inner .in_li .img_body{
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.in_inner .in_li img {
  transition: transform 0.6s ease; /* スムーズなズームインの遷移 */
}

.in_inner .in_li img:hover {
  transform: scale(1.2); /* ズームイン（1.2倍に拡大） */
}


.in_inner .in_li>*{
  width: 30%;
}

@media screen and (max-width: 767px) {
  .in_inner{
    margin-top: 4rem;
    padding: 4rem;
  }
  
  .in_inner .in_li{
    display: block;
  }
  
  .in_inner .in_li>*{
    width: 100% !important;
    margin-bottom: 8rem;
  }
}

.in_inner .in_li dl{
  padding-top: 2rem;
}

.in_inner .in_li dd{
  font-size: 1.5rem;
  letter-spacing: .2rem;
  font-weight: bold;
}

.in_inner .in_li dt{
  font-size: 2rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .in_inner .in_li dt{
    padding-top: 1rem;
    font-size: 1.8rem;
  }
}

.in_inner li dd span{
  margin-left: 2rem;
  position: relative;
}
.in_inner li dd span::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: #796a56;
  left:-10px;
  top: 4px;
}

.in_inner li dd span::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: #796a56;
  right:-10px;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .in_inner li dd span::before{
    height: 10px;
  }
  .in_inner li dd span::after{
    height: 10px;
  }
}



.in_inner .btn{
  line-height: 8rem;
}

.in_inner .btn .arrow_hover{
position: relative;
margin-right: 10rem;
}
@media screen and (max-width: 767px) {
.in_inner .btn .arrow_hover{
top: 0;
right: 0;
height: 50px;
}
}
.in_inner .btn .arrow_hover img{
  position: fixed;
}

.in_inner .btn img{
  width: 80px;
  margin-right: 2rem;
}

.in_inner .btn a{
  font-size: 2.1rem;
  display: flex;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .in_inner .btn img{
    width: 55px;
    margin-right: 2rem;
  }
  .in_inner .btn a{
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 55px;
    width: 200px;
    margin-left: auto;
  }
}

.about_img{
  width: 100%;
}


#about h1{
  width: 12rem;
  position: absolute;
  margin-top: 8rem;
}

@media screen and (max-width: 960px) {
#about h1{
  width: 10rem;
}
}

@media screen and (max-width: 767px) {
.about_h1{
  position: relative;
}

  #about h1{
    width: 8rem;
    transform: translateY(-40%) rotate(-0.25turn);
    margin-top: 0;
    position: absolute;
    left: 62%;
  }
}
.ab_inner{
  display: flex;
}

@media screen and (max-width: 767px) {
  .ab_inner{
    display: block;
  }
}

.ab_inner>*{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .ab_inner>*{
    width: 100%;
  }
}

.ab_inner h3{
  font-size: 4.2rem;
  letter-spacing: .5rem;
}

@media screen and (max-width: 960px) {
.ab_inner h3{
  font-size: 3.2rem;
}
}

@media screen and (max-width: 767px) {
  .ab_inner h3{
    font-size: 3rem;
    letter-spacing: .1rem;
  }
}
.ab_inner p{
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ab_inner p{
    font-size: 1.6rem !important;
  }
}

.ab_le{
  padding:12rem 8rem 16rem 18rem;
}

@media screen and (max-width: 960px) {
.ab_le{
  padding:12rem 4rem 16rem 8rem;
}
}

@media screen and (max-width: 767px) {
  .ab_le{
    padding:10rem 4rem 6rem 4rem;
  }
}

.ab_le p{
  font-size: 1.5rem;
}

.ab_le table{
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 5rem 0 4rem 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .ab_le table{
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.ab_le tr{
  height: 4rem;
}

.ab_le td, .ab_le th{
  line-height: 4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ab_le tr{
    height: 4rem;
  }

  .ab_le td, .ab_le th{
    font-size: 1.6rem;
    line-height: 4rem;
  }
}

.pad_top td, .pad_top th{
  padding-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
.pad_top td, .pad_top th{
  font-size: 1.2rem;
}
}

@media screen and (max-width: 767px) {
  .pad_top td, .pad_top th{
    font-size: 1.6rem;
    padding-top: 4rem;
  }
}

.pad_bo td, .pad_bo th{
  padding-bottom: 2rem;
}

.ab_le .map{
  display: inline-block;
  padding: 1rem 2rem 1rem 2rem;
  background: #ef9700;
  color: #fff;
  margin: 4rem 0;
  font-weight: 600;
  transition:  .5s;
}

@media screen and (max-width: 767px) {
  .ab_le .map{
    margin: 1rem 0;
    padding: 1rem 3rem 1rem 3rem;
  }
}

.ab_le .map:hover{
  background:#7a6a56;

}

.ab_le .map a{
  display: flex;
  align-items: center;
  justify-content: flex-start;;
}

.ab_le .map a::before{
content: "";
width: 1rem;
border-top: 1px solid;
margin-right: 0.5rem;
}

.ab_le .note{
  line-height: 2;
}

.ab_ri{
  background-color: #f1f0ee;
  padding:12rem 18rem 16rem 8rem;
}

@media screen and (max-width: 960px) {
.ab_ri{
  padding:12rem 5rem 16rem 4rem;
}
}

@media screen and (max-width: 767px) {
  .ab_ri{
    padding:8rem 4rem;
  }
}

.ab_ri img{
  width: 100%;
}

.ab_ri p{
  padding: 3rem 0 ;
  font-size: 1.6rem;
  letter-spacing: .1px;
}
@media screen and (max-width: 960px) {
.ab_ri p{
  font-size: 1.3rem;
}
}
@media screen and (max-width: 767px) {
  .ab_ri img{
    margin-top: 2rem;
  }
  .ab_ri p{
    padding: 1.5rem 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.ab_ri .sou{
  margin-top: 5rem;
}

/*facilities*/

.facil_mv{
  display: flex;
}

@media screen and (max-width: 767px) {
  .facil_mv{
    display: block;
  }
  
}

.fa_le{
  width: 25%;
  display: flex;
  margin-top: 12rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fa_le{
    width: 100%;
    padding-bottom: 10rem;
    padding-top: 10rem;
    margin-top: 0;
  }
}

 .fa_le dl{
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .fa_le dl{
    padding-right: 2rem;
  }
}

.mv_img{
  width: 75%;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .mv_img{
    width: 100%;
}
}

.mv_img img{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_img img{
    width: auto;
  }
}

.mv_img .mv_text {
  position: absolute;
  top: 40rem;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  .mv_img .mv_text {
    position: fixed;
    background: #ef9700;
        color: #fff;
        padding: 2rem 14rem;
        text-align: left;
        width: 100%;
        bottom: 0;
        top: auto;
        transform: none;
  }
  .mv_img .mv_text img{
    padding-top: 0.5rem;
  }
}

.c_scroll {
  position: absolute;
  bottom: 0;
  width: 2rem;
  left: 3rem;
  z-index: -1;
  height: 10.4rem;
  transition: bottom .4s ease-in;
  opacity: 0;
  z-index: 60;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c_scroll {
    height: 16.4rem;
  }
}

.c_scroll a {
  display: block;
}

.c_scroll .line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.c_scroll .line:before {
  content: '';
  height: 100%;
  border-left: solid 1px #717171;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  animation: wrap_on 1s ease-in-out 1.5s forwards;
}

.c_scroll .line:after {
  content: '';
  height: 100%;
  border-left: solid 1px #fff;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  animation: scroll_border 2.5s ease-in-out 2.5s infinite;
}

@keyframes wrap_on {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes scroll_border {
  0%,
  100%,
  52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}



.facil_inner{
  padding-top: 35rem;
  background-color: #f1f0ee;
  margin-top: -20rem;
  position: relative;
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .facil_inner{
    padding-top: 5rem;
    margin-top: 0;
    padding-bottom: 4rem;
  }
}

.facil_inner .fa_sns{
  display: block;
  width: 20px;
  position: absolute;
  right: 3rem;
  top: 30rem;
}

.facil_li{
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(2, auto);
  gap: 10rem;
}

@media screen and (max-width: 767px) {
  .facil_li{
    display: block;
  }

  .facil_li li{
    padding-bottom: 8rem;
  }
}

.facil_li dt{
  font-size: 2.2rem;
  padding: 2rem 0 1rem ;
  letter-spacing: .2rem;
}

@media screen and (max-width: 767px) {
  .facil_li dt{
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
  }
}

.facil_li dd{
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: .1rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .facil_li dd{
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.floor_mv{
  position: relative;
}

.floor_mv h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2;
}

.floor_mv h2 span{
  font-size: 1rem;
}


@media screen and (max-width: 767px) {
  .floor_mv h2{
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .floor_mv h2 span{
    font-size: 1.2rem;
  }
  
}

.floor_con{
  margin: 0 auto;
  width: 94rem;
  padding: 15rem 4rem;
  max-width: 100%;
}

.floor_con dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .floor_con{
    padding: 10rem 4rem;
  }

  .floor_con dl{
    display: block;
  }
}

.floor_con dt{
  width: 9%;
}

.floor_con dd{
  width: 70%;
}

@media screen and (max-width: 767px) {
  .floor_con dt{
    width: 22%;
    display: block;
    margin: 0 auto;
  }
  
  .floor_con dd{
    width: 100%;
    padding-top:4rem;
  }
  
}

/*service*/

.service section{
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .service section{
    margin-bottom: 10rem;
  }
}

.se_mv{
  display: flex;
}

@media screen and (max-width: 767px) {
  .se_mv{
    display: block;
  }
}

.sa_top{
  position: relative;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .sa_top{
    margin-bottom: 28rem;
  }
}


@media screen and (max-width: 767px) {
  .fa_sns{
    bottom: 8.5rem;
    right: 1rem;
    display: none;
  }
}

.sa_top .u_inner{
  width: 50%;
  padding: 4rem 0;
  margin-left: 25%;
}

@media screen and (max-width: 767px) {
  .sa_top .u_inner{
    width: 100%;
    padding: 4rem;
    margin: 0;
  }
}

.sa_top p{
  line-height: 2.7;
  font-weight: 400;
  margin-right: calc(50% - 50vw);

}
@media screen and (max-width: 767px) {
  .sa_top p{
    font-size: 2rem;
    letter-spacing: -.1rem;
    line-height: 2.4;
    margin-right: auto;
    text-align: justify;
  }
}

.sa_top .note{
  font-size: 1.5rem;
  padding: 2rem;
  background-color: #f8eddb;
  border-radius: 10px;
  display: inline-block;
  margin-top: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sa_top .note{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .12rem;
  }
}
.one_day{
  margin-top: 15rem;
}

@media screen and (max-width: 767px) {
  .one_day{
    margin-top: 8rem;
    width: auto;
  }
  
}

.one_day h3{
  font-size: 2.2rem;
  text-align: center;
  height: 8rem;
  line-height: 8rem;
  background-color: #7a6a56;
  color: #fff;
  border-top: 5px solid #ef9700;
}

@media screen and (max-width: 767px) {
  .one_day h3{
    height: 8rem;
    line-height: 7.5rem;
    border-top: 3px solid #ef9700;
    font-size: 2.6rem;
  }
}

.one_day tr{
  height: 7rem;
}

.one_day td{
  line-height: 7rem;
  text-align: center;
  width: 15%;
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .one_day td{
    font-size: 1.4rem;
    width: 15%;
  }
}



@media screen and (max-width: 767px) {
  .one_day tr{
    height: 7rem;
  }
  
  .one_day td{
    line-height: 7rem;
    width: 20%;
    padding-right: 1rem;
    font-size: 1.6rem;
  }
}


.g{
  background-color: #f1f0ee;
}



.one_day .mi{
  text-align: left;
  padding-left:2rem;
  position: relative;
  width: 35%;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .one_day .mi{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .one_day .mi{
    width: 80%;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.one_day .mi::before{
  position: absolute;
  display: inline-block;
  content: "";
  width:.5px;
  height:1.5rem;
  background-color:#000;
  position:absolute;
  top:3rem;
  left:-5px;
}
@media screen and (max-width: 767px) {
  .one_day .mi::before{
    top:2.5rem;
  }
}
.one_day .long .mi{
  width: 20%;
}

.one_day .long .la{
  width: 60%;
}

.one_day .la{
  text-align: right;
  font-size: 1.2rem;
  padding-right: 2rem;
  width: 50%;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
.one_day .la{
  font-size: 1.2rem;
}
}

@media screen and (max-width: 767px) {
  .one_day .la{
    padding: 0;
    font-size: 1.2rem;
    margin-left: -1rem;
  }
}


.sa_head{
  position: relative;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .sa_head{
    margin-bottom: 32rem;
  }
}

.sa_head h1{
  position: absolute;
  right: 5rem;
  top: -10rem;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .sa_head h1{
    width: 50%;
    right: 50%;
    transform: translateX(50%);
  }
}

.reverse h1{
  position: absolute;
  left: 5rem;
  top: -10rem;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .reverse h1{
    width: 50%;
    right: 50%;
    transform: translateX(50%);
    left: auto;
  }
}


.sa_head .sa_text{
  display: block;
  width: 50%;
  background: #fff;
  border-bottom: #ef9700 5px solid;
  padding: 6rem 6rem 6rem 2rem;
  box-shadow: 3px 0 7px -6px gray;
  position: absolute;
  bottom: -25%;
  transform: translateY(10%);
}

@media screen and (min-width: 768px) {
#rec .sa_head .sa_text{
  bottom: -15%;
}
}


.reverse .sa_text{
  display: block;
  width: 50%;
  background: #fff;
  border-bottom: #ef9700 5px solid;
  padding: 6rem 2rem 6rem 8rem;
  box-shadow: 0 3px 13px -6px gray;
  position: absolute;
  right: 0;
  bottom: -25%;
  transform: translateY(10%);
}

@media screen and (min-width: 768px) {
#event .reverse .sa_text{
  bottom: -15%;
}
}


@media screen and (max-width: 960px) {
.sa_head .sa_text{
  padding: 4rem;
  width: 60%;
}
}

@media screen and (max-width: 767px) {
  .sa_head .sa_text{
    width: 88%;
    bottom: auto;
    padding: 4rem;
    top: 70%;
  }

  .reverse .sa_text{
    width: 85%;
    bottom: auto;
    padding: 4rem;
    top: 70%;
  }
}


.sa_head .sa_text p{
  width: auto;
  font-weight: 400;
  font-size: 1.7rem;
 text-align: justify;
 letter-spacing: 0;
line-height: 2;
max-width: 54rem;
margin-left: auto;
}

@media screen and (max-width: 960px) {
  .sa_head .sa_text p{
    letter-spacing: .1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sa_head .sa_text p{
    width: 100%;
    position: static;
    font-size: 1.8rem;
    letter-spacing: .1px;
  }
}

.reverse .sa_text p{
  padding-left: 0;
  width: auto;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: justify;
  line-height: 2;
  max-width: 55rem;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .reverse .sa_text p{
    letter-spacing: .1px;
    font-size: 1.8rem;
  }
}


#bathroom{
  margin-bottom: 0;
    padding-bottom: 20rem;
    background-color: #f1f0ee;
}

@media screen and (max-width: 767px) {
  #bathroom{
    padding-bottom: 10rem;
  }
}



.bath_img{
  padding: 15rem 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.bath_img>*{
  width: 49%;
}

@media screen and (max-width: 767px) {
  .bath_img{
    display: block;
    padding-top: 12rem;
  }
  
  .bath_img>*{
    width: 100%;
    padding-bottom: 2rem;
  }
}

.meal_con{
  padding: 15rem 0;
}

.meal_con h3{
  font-size: 4.6rem;
  text-align: center;
  padding-bottom: 2rem;
  line-height: 1;
}

.meal_con h3 span{
  font-size: 1rem;
  color: #ef9700;
  letter-spacing: .6rem;
}

@media screen and (max-width: 767px) {

  .meal_con h3{
    font-size: 3.7rem;
    letter-spacing: .5rem;
  }

  .meal_con h3 span{
    font-size: 1.2rem;
  }
}

.meal_con .memo{
  display: block;
  text-align: center;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .meal_con .memo{
    padding-bottom: 2rem;
  }
}

.meal_li{
  width: fit-content;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .meal_li{
    width: fit-content;

  }
}

.meal_li li{
  padding-bottom: 6rem;
  width:23% ;

}

.meal_li li p{
  font-size: 1.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 960px) {
  .meal_li li p{
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}


@media screen and (max-width: 767px) {
  .meal_li li{
    padding-bottom: 2rem;
    width: 48%;
  }
  
  .meal_li li p{
    font-size: 1.4rem;
  }
}

.meal_li .ot{
  position: relative;
}

.meal_li .ot dl{
  position: absolute;
  top: 15%;
  left: 45%;
  transform: translate(-50% , 0);
}

@media screen and (max-width: 960px) {
  .meal_li .ot dl{
    font-size: 1.2rem;
    top: 10%;
    left: 50%;
    transform: translate(-30%, -0%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .meal_li .ot dl{
    top: 15%;
    left: 50%;
    transform: translate(-50% , 0);
    width: 12rem;
  }
}


.meal_li .ot dt{
  padding-bottom: 2rem;
}
@media screen and (max-width: 960px) {
.meal_li .ot dt{
  padding-bottom: 1rem;
  font-size: 1.2rem;
}
.meal_li .ot dd{
  font-size: 1.2rem;
 }
}
@media screen and (max-width: 767px) {
  .meal_li .ot dt{
   font-size: 1.4rem;
   padding-bottom: 1rem;
  }
  .meal_li .ot dd{
    font-size: 1.4rem;

   }
}

.meal_con .note{
  text-align: center;
  padding-bottom: 1rem;
}

.meal_con .box{
  border: 1px solid;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .meal_con .box{
    text-align: left;
  }
}

#rec{
  background-size: contain;
  margin-bottom: 0;
  padding-bottom: 20rem;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f1f0ee;
}



.rec_con{
  padding: 15rem 0;
}

@media screen and (max-width: 767px) {

.rec_con{
  padding-top: 0;
}
}

.rec_li{
  width: fit-content;
  column-count: 2;
}

.rec_li li{
  padding: 0 2rem 6rem;
}

.rec_li li p{
  font-size: 2rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
.rec_li li{
  padding: 0;
  padding-bottom: 2rem;
}
.rec_li li p{
  font-size: 1.6rem;
}
}

#recreation{
  background: #f1f0ee;
  margin-bottom: 0;
  padding-bottom: 20rem;
}



.curr_ttl{
  font-size: 2.8rem;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .curr_ttl{
    font-size: 2.6rem;
  }

}

.currency{
  display: flex;
}

.curr_le{
width: 55%;
padding: 4rem 0;
}

.curr_ri{
  width: 50%;
  margin-top: 5rem;
}

.curr_le p{
  line-height: 2;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 767px) {
  .currency{
    display: block;
  }
  
  .curr_le{
  width: 100%;
  padding: 4rem 0;
  }

  .curr_le p{
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
  
  .curr_ri{
    width: 100%;
    margin: auto;
  }
}


.curr_le .etc{
  margin: 4rem 0;
  font-size: 2rem;
  padding:1rem 1.5rem;
  background-color: #786956;
  color: #fff;
  border-left: #ef9700 5px solid;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) { 
  .curr_le .etc{
    margin: 4rem 0 2rem 0;
    padding: 0.5rem 1rem;
  }
}

.curr_le p span{
  font-size: 2rem;
}

@media screen and (max-width: 767px) { 
  .curr_le p span{
    line-height: 1;
    font-size: 2.4rem;
  }
}

.curr_le .curr_memo{
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) { 
  .curr_le .curr_memo{
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 1rem;
  }
}

#event{
  padding-bottom: 15rem;
}

#event .odekake h4{
 font-size: 3.6rem;
text-align: center;
padding-bottom: 1rem;
}

.odekake{
  background: #f1f0ee;
  margin-top: 35rem;
  padding:4rem 17rem;
  width: 110rem;
}

@media screen and (max-width: 767px) { 
  .odekake{
    padding:4rem;
    width: auto;
  }
}

.odekake_ex{
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 4rem 0;
  column-count: 2;
}
@media screen and (max-width: 767px) { 
  .odekake_ex{
    column-count: 1;
  }
}

.odekake_ex dl{
  display: flex;
}

.odekake_ex dt{
  line-height: 2;
  text-align: right;
  width: 15%;
  margin-right: 2rem;
}

.odekake_ex dd{
  text-align: left;
  line-height: 2;
}

.odekake p{
  text-align: end;
  padding-top: 1rem;
}

/*company*/
.company section{
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) { 
  .company section{
    margin-bottom: 10rem;
  }
}

#company{
  background-color: #fdfbf7;
}
@media screen and (max-width: 767px) { 
  #company{
    background-color: #fff;
  }
}
.co_mv{
  display: flex;
}
@media screen and (max-width: 767px) { 
  .co_mv{
    display: block;
  }
}
.co_info{
  margin-top: 20rem;
  padding-right: 15rem;
  text-align: left;
}

@media screen and (max-width: 960px) {
.co_info{
font-size: 1.4rem;
padding-right: 10rem;
}
}

@media screen and (max-width: 767px) { 
  .co_info{
    margin-top: 0;
    padding-right: 0;
    padding: 0 4rem;
  }
}

.co_info tr{
  height: 5rem;
}

.co_info td , .co_info td th{
  line-height: 5rem;
  text-align: left;
  padding-left: 2rem;
}

.co_info td{
  width: 20%;
}
@media screen and (max-width: 960px) {
.co_info td{
  width: 27%;
}
}

.co_info th{
  letter-spacing: .1rem;
}


.co_info .hover_o a {
  display: flex;
}

.co_info .hover_o a:hover {
  color: #ef9700;
}

/* 親要素を相対位置に設定 */
.hover_o .inst_hover {
  position: relative;
  display: inline-block; /* 必要に応じて調整 */
  width: 15px; /* 画像の幅に合わせる */
  height: 15px; /* 画像の高さに合わせる */
  top: 0.5rem;
  left: 1rem;
}

/* 1枚目の画像 */
.hover_o .inst_hover img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 親要素に合わせて調整 */
  height: auto;
  z-index: 1; /* 最前面に配置 */
  opacity: 1; /* 初期状態で表示 */
  transition: opacity 0.5s;
}

/* 2枚目の画像 */
.hover_o .inst_hover img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 親要素に合わせて調整 */
  height: auto;
  z-index: 2; /* hover時に前面に出す */
  opacity: 0; /* 初期状態で非表示 */
  transition: opacity 0.5s;
}

/* tr.hover_o をホバーした場合も適用 */
.hover_o:hover .inst_hover img:first-of-type {
  opacity: 0; /* 1枚目を非表示 */
}

.hover_o:hover .inst_hover img:last-of-type {
  opacity: 1; /* 2枚目を表示 */
}


.co_info th img{
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) { 
  .co_info .t dt{
    background: #f1f0ee;
    padding: 0.7rem 1rem;
    font-size: 1.6rem;
  }
  .co_info .t dd{
  padding: 2rem 1rem;
  font-size: 1.6rem;
  position: relative;
  }
  .co_info .t img{
    height: 2rem;
    width: 2rem;
    vertical-align: middle;
    margin-left: 1rem;
    position: absolute;
    right: 2rem;
}

}

.philosophy{
  display: flex;
  padding-right: 15%;
  justify-content: space-between;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) { 
  .philosophy{
    display: block;
    padding-right: 0;
}
}

@media screen and (min-width: 768px) { 
.philosophy .fa_le{
width: 30%;
}
}

.philo_rig{
  display: flex;
  margin-top: 20rem;
  width: 70%;
  justify-content: space-between;
  padding-right: 5%;
}

.philo_rig h2{
  line-height: 1.7;
  letter-spacing: .1rem;
  font-size: 2.4rem;
  padding-top: 8rem;
}

.philo_rig img{
  width: 25rem;
  display: block;
}
@media screen and (max-width: 960px) {
.philo_rig{
display: block;
width: 75%;
margin-bottom: 5rem;
}
.philo_rig img{
  width: 100%;
  display: block;
  margin: auto;
}
}


@media screen and (max-width: 767px) {
  .philo_rig{
    display: block;
    margin-top: 0;
    width: 100%;
    padding: 0 4rem;
    margin-bottom: 8rem;
  }
  .philo_rig img{
    margin: auto;
  }
  .philo_rig h2{
    padding-bottom: 4rem;
  }
}

.philo_inner{
  width: 60%;
padding: 2rem 0;
margin-left: 25.5%;
}

@media screen and (max-width: 767px) {
  .philo_inner{
    width: 100%;
  padding: 4rem ;
  margin-left: 0;
  }
}

.philo_inner h3{
  display: inline-block;
  font-size: 2.2rem;
    background-color: #7a6a56;
    color: #fff;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
    font-weight: bold;
    padding: 0 2rem;
    font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 767px) {
  .philo_inner h3{
    display: block;
}
}

.philo{
  border-top: 2px solid;
}

.philo h2{
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  padding: 2rem 0;
  letter-spacing: .1rem;
  margin-left: -2rem;
}
@media screen and (max-width: 960px) {
.philo h2{
  font-size: 3.2rem;
}
}

@media screen and (max-width: 767px) {
  .philo{
    border-top: none;
  }
  
  .philo h2{
    font-size: 2.8rem;
    font-family: "Zen Old Mincho", serif;
    padding: 2rem 0;
  }
}

.philo p{
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .philo p{
  text-align: justify;
  }
}

.philo .ma{
  padding: 2rem 0;
}

.philo p span{
  font-size: 1.6rem;
}

.co_teams{
  position: relative;
  margin: 20rem 0;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) { 
  .co_teams{
    margin-bottom: 0;
  }
}

.co_inner{
  display: flex;
}

.co_inner h4{
  font-size: 3.1rem;
  width: 25%;
  padding-left: 10%;
  letter-spacing: .3rem;
}

.teams{
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.teams>*{
  width: 47%;
}

.teams dt{
  padding-bottom: 3rem;
  font-size: 2.1rem;
  padding-top: 1rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 767px) { 
  .co_inner{
    display: block;
  }
  .co_inner h4{
    width: 100%;
    padding-left: 4rem;
    font-size: 3.2rem;
  }
  .teams{
    display: block;
    width: 100%;
    padding: 0 4rem;
    margin-top: 4rem;
  }
  
  .teams>*{
    width: 100%;
    padding-bottom: 4rem;
  }
  .teams dt{
    padding-bottom: 2rem;
    font-size: 1.8rem;
    padding-top: 1rem;
  }
  
}
.te_box{
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}

.te_box a{
  display: block;
  width: 100%;
  height: 100%;
}

.te_box .zoom{
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.te_box .zoom:hover{
  transform: scale(1.2);
}
.te_box img:last-of-type{
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}


.co_inner .fa_sns{
  top: 25%;
}

.sta_top{
  display: flex;
}


.sta_top .mv_img{
  margin-top: 25rem;
  z-index: 0;
}
@media screen and (max-width: 767px) { 
  .sta_top{
    display: block;
  }
  .sta_top .mv_img{
    margin-top: 0;
  }
}

.st_top{
  margin-bottom: 20rem;
}

.st_top .u_inner{
  width: 56%;
  padding: 4rem 0;
  margin-left: 25%;
}

.st_top .u_inner p{
  letter-spacing: .1rem;
  line-height: 2.4;
}

@media screen and (max-width: 960px) {
.st_top .u_inner p{
  font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) { 
  .st_top .u_inner{
    width: 100%;
    padding: 4rem;
    margin: 0;
  }

  .st_top .u_inner p{
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.st_top dl{
  border: #ef9700 1px solid;
  border-radius: 10px;
  margin-top: 6rem;
  text-align: center;
  padding: 2rem 4rem 3rem;
}
@media screen and (max-width: 767px) { 
.st_top dl{
  padding: 3rem 2rem;
}
}
.st_top dt{
  border-bottom: 1px solid #ef9700;
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 960px) {
.st_top dt{
  font-size: 1.8rem;
}
}

.st_top dd{
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.7rem;
  letter-spacing: .2rem;
}

@media screen and (max-width: 960px) {
  .st_top dd{
    font-size: 1.4rem;
  }
}


@media screen and (max-width: 767px) { 
  .st_top dt{
    font-size: 1.8rem;
  }
  
  .st_top dd{
    font-size: 1.6rem;
  }
}

.re_top{
  display: flex;
}
@media screen and (max-width: 767px) { 
.re_top{
  display: block;
}
}

.re_top .fa_le{
  margin-top: 0;
}

.re_text{
  margin-top: 10rem;
}

.re_text p{
  line-height: 2;
}

@media screen and (max-width: 960px) {
.re_text p{
  font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) { 
  .re_text{
   padding: 0 4rem;
   margin-top: 0;
  }
  .re_text p{
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.re_inner{
  margin-top: 4rem;
  margin-left: 25%;
  padding-right: 15rem;
}

@media screen and (max-width: 960px) {
.re_inner{
  font-size: 1.4rem;
  padding-right: 10rem;
}
}

@media screen and (max-width: 767px) { 
  .re_inner{
    margin-left: 0;
    padding-right: 0;
    padding: 0 4rem;
  }
}

.re_inner h3{
  font-size: 2.2rem;
  background-color: #7a6a56;
  color: #fff;
  text-align: center;
  height: 7rem;
  line-height: 7rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .re_inner h3{
    font-size: 1.8rem;
    height: 7rem;
    line-height: 7rem;
  }
}

@media screen and (max-width: 767px) { 
  .re_inner h3{
    height: 7rem;
    line-height: 7rem;
    font-size: 2rem;
  }
}
.re_inner table{
  margin-bottom: 4rem;
}

.re_inner tr{
  height: 7rem;
  text-align: left;
  border: 1px solid;
}

.re_inner td, .re_inner th{
  line-height: 7rem;
  padding: 0 2rem;
}
.re_inner th{
  letter-spacing: .1rem;
}

@media screen and (max-width: 960px) {
.re_inner tr{
  height: 7rem;
}

.re_inner td, .re_inner th{
  line-height: 7rem;
  font-size: 1.2rem;
}
}

.re_inner td{
  background-color: #f1f0ee;
  border-right: 1px solid;
}

@media screen and (max-width: 767px) { 
  .re_inner .rt{
    margin-bottom: 4rem;
    border: 1px solid;
  }
  
  .re_inner dl{
    text-align: left;
  }
  
  .re_inner dt, .re_inner dd{
    padding: 1.7rem 1.2rem;
  }
  
  .re_inner dt{
    background-color: #f1f0ee;
    font-size: 1.6rem;
  }
  .re_inner dd{
    background-color: #ffff;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.re_btn{
  display: block;
  margin: 10rem auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
.re_btn{
  margin-right: 0;
}
}
@media screen and (max-width: 767px) { 
  .re_btn{
    margin-right: 0;
  }
}

.re_btn a{
border-radius: 40px;
background-color: #ef9700;
color: #fff;
padding: 2.4rem 4rem;
font-size: 2.2rem;
font-weight: 500;
transition: .5s;
}
.re_btn a:hover{
  background: #7a6a56;
}

.re_btn p{
  border-radius: 40px;
  background-color: #ef9700;
  color: #fff;
  padding: 1rem 6rem;
  font-size: 1.8rem !important;
  font-weight: bold;
  display: inline-block;
  transition: .5s;
  }

@media screen and (max-width: 767px) { 
  .re_btn a{
  display: block;
  margin: 0 auto;
  width: 27rem;
  font-size: 2rem;
  }
  .re_inner  .re_btn a{
    width: 36rem;
  }

}

.re_btn a img{
  width: 20px;
  margin-right: 2rem;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: .4rem;
}

.faq_top{
  display: flex;
}
@media screen and (max-width: 767px) { 
  .faq_top{
    display: block;
  }
}

.faq_top .fa_le{
  margin-top: 0;
}

.faq_inner{
  margin-top: 10rem;
  padding-right: 15rem;
  width: 75%;
}

@media screen and (max-width: 767px) { 
  .faq_inner{
    padding-right: 0;
    width: 100%;
    padding: 0 4rem;
    margin-top: 0;
  }
}

.accordion{
  width: 100%;
}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 2.5rem 7rem;
	display: block;
	color: #fff;
	background:#786956;
  border-left: 5px solid #ef9700;
  font-size: 2.2rem;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: .1rem;
}
@media screen and (max-width: 960px) {
.Label{
  font-size: 1.4rem;
  padding: 2.5rem 2rem;
}
}

.Label::before{		/*タイトル横の矢印*/
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('../img/plus.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 4rem;
}

@media screen and (max-width: 960px) {
.Label::before{
  width: 25px;
  height: 25px;
  right: 2rem;
}
}

@media screen and (max-width: 767px) { 
  .Label {
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
  .Label::before{	
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 1rem;
  }
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:4rem;
	padding: 0 7rem;
	overflow: hidden;
  background: #f1f0ee;
  font-size: 1.5rem;
}

.content p{	
  line-height: 2.4;
}

@media screen and (max-width: 960px) {
.content p{	
  font-size: 1.4rem;
}
}
@media screen and (max-width: 767px) { 
  .content p{	
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:4rem 7rem ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('../img/minus.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 4rem;
}

@media screen and (max-width: 960px) {
.toggle:checked + .Label + .content{
	padding:2rem;
}
.toggle:checked + .Label::before{
  width: 25px;
  height: 25px;
  right: 2rem;
}

}

@media screen and (max-width: 767px) { 
  .toggle:checked + .Label + .content {	
    padding:2rem;
  }
  .toggle:checked + .Label::before {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 1rem;
  }
}


/*contact"*/
.contact{
  background: url(../img/info_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
}


.conta_top{
  display: flex;
}
@media screen and (max-width: 767px) { 
  .conta_top{
    display: block;
  }
}
.conta_text{
  margin-top: 20rem;
}

.conta_text h5{
  font-size: 2.2rem;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .1rem;
}


@media screen and (max-width: 767px) { 
  .conta_text{
    margin-top: 0;
  }
  .conta_text h5{
    padding: 0 4rem;
    font-size: 2.2rem;
    line-height: 1.7;
    text-align: center;
    letter-spacing: .1px;
  }
}

.conta_inner{
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-right: 15rem;
  padding: 4rem 0;
  margin-top: 4rem;
}

.conta_inner dl{
  padding-left: 2rem;
}

.conta_inner .conta_big{
  width: 55%;
  padding-left: 3rem;
}
@media screen and (max-width: 960px) {
  .conta_inner{
    margin-right: 10rem;
    display: block;
  }
  .conta_inner .conta_big{
    width: 100%;
    text-align: center;
  }
  }
@media screen and (max-width: 767px) { 
  .conta_inner .conta_big{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}

.conta_inner>*{
  width: 50%;
}

@media screen and (max-width: 767px) { 
  .conta_inner{
    display: block;
    margin-right: 0;
    border: none;
    margin-top: 0;
    padding: 4rem;
  }
  
  .conta_inner>*{
    width: 100%;
  }
  .conta_inner dl{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-bottom: 4rem;
  }
}

.conta_inner dt{
  font-size: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 400;
letter-spacing: .1px;
}

.conta_inner dd{
  font-size: 1.2rem;
  line-height: 2;
}


@media screen and (max-width: 767px) { 
  .conta_inner dt{
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 4rem;
    letter-spacing: -.5px;
  }
  
  .conta_inner dd{
    font-size: 1.4rem;
    letter-spacing: -.1px;
    line-height: 1.7;
  }
}

.conta_inner .tel{
  text-align: center;
  border-left: 1px solid;
  padding-right: 0;
}

@media screen and (max-width: 960px) {
.conta_inner .tel{
border-left: none;
width: 100%;
margin-top: 4rem;
}
}


@media screen and (max-width: 767px) { 
  .conta_inner .tel{
    border-left: none;
    border-top:none;
    padding-top: 4rem;
    padding-left: 0;
  }
}

.conta_inner .tel dt{
  font-size: 3.5rem;
  line-height: 1.7;
  padding-bottom: 0;
  letter-spacing:0.2rem
}

@media screen and (max-width: 960px) {
.conta_inner .tel dt{
  font-size: 2.4rem;
}
}

@media screen and (max-width: 767px) { 
  .conta_inner .tel dt{
    padding-top: 0;
    letter-spacing: 1px;
    position: relative;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .conta_inner .tel .fa_sns{
    position: absolute;
    top: 0;
    right: 0;
  }
}

.conta_inner .ora{
  background: #ef9700;
  color: #fff;
  padding: 2rem;
  border-radius: 35px;
  display: inline-block;
  padding: 0 2rem .8rem 2rem;
}

.conta_inner .tel dd{
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .conta_inner .ora{
    padding: 0.5rem 1.5rem;
  }

.conta_inner .tel dd{
  font-size: 1.2rem;
}
}

.conta_inner .ora span{
  vertical-align: middle;
  letter-spacing: .1rem;
}
.conta_inner .open span{
  letter-spacing: -.1rem;
}


.conta_body{
  position: relative;
  padding-left: 25%;
}
@media screen and (max-width: 767px) { 
  .conta_inner .ora span{
    font-size: 1.8rem !important;
  }
  .conta_inner .tel dd{
    font-size: 2.2rem;
    margin-bottom: 1rem;
    padding: 0 2rem;
    padding-bottom: 1rem;
  }

  .conta_body{
    padding-left: 0;
  }
  .conta_inner .tel dd span{
    font-size: 2rem;
  }
}

.conta_from {
  margin-top: 8rem;
  padding-right: 15rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
.conta_from{
  padding-right: 10rem;
}
}

@media screen and (max-width: 767px) { 
  .conta_from {
    padding-right: 0;
    padding: 0 4rem;
    margin-top: 4rem;
  }
}

.conta_from dl{
  height: 9rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) { 
  .conta_from dl{
    display: block;
    margin-bottom: 2rem;
  }
}
.conta_from td, .conta_from dd{
  font-size: 1.8rem;
  margin-bottom: 4rem;
  box-sizing: border-box;

}

.conta_from td, .conta_from dd p{
  padding-left: 0;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
}

.confirm .conta_from dd{
  background: none;
}

@media screen and (max-width: 767px) { 
.conta_from .textarea dd p{
  padding-left: 0;
}
}

.conta_from td, .conta_from dd p span{
  font-size: 1.6rem;
}

.conta_from dt{
  width: 23%;
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 960px) {
.conta_from dt{
  width: 30%;
}
}
@media screen and (max-width: 767px) { 
  .conta_from dt{
    width: 100%;
    padding-bottom: 1rem;
  }
}

.conta_from dt span{
  color: #ef9700;
  font-size: 1.2rem;
 position: absolute;
 right: 0;
 top: 0.2rem;
}
@media screen and (max-width: 960px) {
.conta_from dt span{
  font-size: .7rem;
}
}


@media screen and (max-width: 767px) { 
  .conta_from dt span{
    font-size: 1.2rem;
  }
}

.conta_from dd{
  background: #f1f0ee;
  text-align: left;
  width: 67%;
  display: flex;
  align-items:flex-start ;
}

@media screen and (max-width: 767px) { 
  .conta_from dd{
    width: 100%;
    height: 40px;
  }
}

.conta_from .checkbox{
  height: 11rem;
}

@media screen and (max-width: 767px) { 
  .conta_from .checkbox{
    height: 17rem;
  }
}

.conta_from .checkbox dd{
  background: url(../img/info_bg.jpg);
  display: block;
  margin-bottom: 2rem;
  height: auto;
}

.conta_from .checkbox dd span{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
.conta_from .checkbox dd span{
  font-size: 1rem;
}
}
@media screen and (max-width: 767px) { 
  .conta_from .checkbox dd span{
    font-size: 1.5rem;
  }
}

.conta_from .checkbox dd .wpcf7-list-item {
  width: 30%;
}
@media screen and (max-width: 960px) {
.conta_from .checkbox dd .wpcf7-list-item{
  width: 40%;
}
}
@media screen and (max-width: 767px) { 
  .conta_from .checkbox dd .wpcf7-list-item {
    width: 100%;
  }
  .conta_from .checkbox dd{
  padding: 0 ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  }

  .conta_from .checkbox .checkbox-cl01{
    padding-right: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, auto);
    font-size: 1.4rem;
  }
}

.conta_from .textarea{
  height: auto;
  margin-bottom: 2rem;
}

.conta_from .textarea dd{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) { 
  .conta_from .textarea dd{
    height: 100%;
  }
}


.conta_from .free{
  margin-top: 2rem;
}

.conta_from .free p{
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) { 
 
  .conta_from .free p{
    line-height: 1.7;
    font-size: 1.5rem;
  }
}

.conta_from p{
  font-size: 1.7rem;
  padding-left: 33%;
}
@media screen and (max-width: 960px) {
.conta_from p{
  font-size: 1rem;
}
}
@media screen and (max-width: 767px) { 
  .conta_from p{
    padding-left: 0;
    font-size: 1.7rem;
  }
}

.conta_from dt p{
  padding-left: 0;
}

.con_btn{
  display: block;
  margin-right: 15rem;
}

@media screen and (max-width: 767px) { 
  .con_btn{
    margin-right: auto;
  }
}

.conta_body .re_btn{
  margin-bottom: 5rem;
  margin-top: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.conta_body .re_btn p:hover{
  background: #7a6a56;
  transition: .5s;
}

@media screen and (max-width: 767px) { 
  .conta_body .re_btn{
    margin-right: 0;
    margin-top: 2rem;
  }
}

.conta_body .pr_btn p{
  border-radius: 40px;
  background-color: #ef9700;
  color: #fff;
  padding: 1rem 6rem;
  font-size: 2rem !important;
  font-weight: bold;
  display: inline-block;
}

.inquiry{
margin: 10rem 0;
text-align: center;
margin-right: 15rem;
margin-top: 0;
}
@media screen and (max-width: 960px) {
.inquiry{
  margin-right: 10rem;
}
}
@media screen and (max-width: 767px) { 
  .inquiry{
    width: auto;
    margin: 5rem 4rem 10rem;
    text-align: left;

    }
}

.inquiry p{
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) { 
  .inquiry p{
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .1rem;
  }
}


.re_btn img{
  width: 20px;
  padding-top: 1.6rem;
  margin-right: 2rem;
}


.wpcf7 input[type="text"] , .wpcf7 input[type="tel"] , .wpcf7 input[type="email"]{
	width: 100%;
  background: #f1f0ee;
  height: 100%;
}

.wpcf7 textarea[name="textarea"] { 
	width: 100%;
  background: #f1f0ee;
  padding-top: 1rem;
  padding-left: 1rem;
}

.wpcf7 input[type="submit"]{
background: none;
padding: .7rem 6rem .7rem 4rem;

}
@media screen and (max-width: 767px) { 
.wpcf7 input[type="submit"]{
padding: 1rem 8rem 1rem 6rem;
}
}

.conta_body .re_btn::before{
  position: absolute;
  content: "";
  background: url(../img/arrow.png);
  width: 15px;
  height: 15px;
  display: block;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 767px) { 
  .conta_body .re_btn::before{
    width: 15px;
    height: 15px;
    left: 25%;
  }
}

.wpcf7-spinner{
  display: none !important;
}

.checkbox-cl01 input {
  display: none !important;
}


.checkbox-cl01 input + span {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.checkbox-cl01 input + span::after,
.checkbox-cl01 input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.checkbox-cl01 input + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-cl01 input + span::after {
  border: none;
  background-color: #ef9700;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.checkbox-cl01 input:checked + span::after {
  display: block;
}

.privacy-policy {
  height: 350px;
  padding: 2em;
  overflow-y: scroll;
  background: #f6f5f3;
  margin-right: 15rem;
}
@media screen and (max-width: 960px) {
.privacy-policy{
  margin-right: 10rem;
}
}
@media screen and (max-width: 767px) { 
  .privacy-policy {
    margin-right: 0;
    margin: 0 4rem;
    height: 200px;
    padding: 2rem;

  }
}

.privacy-policy h3{
  text-align: center;
  font-size: 1.8rem;
}

.privacy-policy__box p{
  padding-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) { 
  .privacy-policy h3{
    font-size: 2.2rem;
  }
  
  .privacy-policy__box p{
   font-size: 1.6rem;
   line-height: 1.7;
  }
}

.privacy-policy__box {
  margin-top: 30px;
}
.privacy-policy__box:first-child {
  margin-top: 0px;
}

.privacy-policy__head {
  font-size: 20px;
  font-weight: 700;
}

.privacy-policy__detail {
  margin-top: .5em;
}
.wrapper {
max-width: 1000px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 1000px) {
.wrapper {
  margin-right: 5%;
  margin-left: 5%;
}
}

.privacy-bottom{
  text-align: center;
  margin: 6rem 15rem 6rem 0;
}
@media screen and (max-width: 960px) {
.privacy-bottom{
  margin-right: 10rem;
}
}
.privacy-check{
  display: inline-block;
  background: #f1f0ee;
  padding: 1.2rem 1.2rem .7rem 1.2rem;
  border-radius: 7px;
}
@media screen and (max-width: 960px) {
.privacy-check{
  margin-right: 10rem;
}
}
@media screen and (max-width: 767px) { 
  .privacy-bottom{
    margin-right: 0;
  }
  .privacy-check{
    margin: 0;
    margin-top: 4rem;
  }
}


.privacy-check input[type="checkbox"]{
  accent-color: #f1f0ee;
  width: 15px;
  height: 15px;
}

.conta_body .re_btn p{
  padding: .2rem 1rem .2rem 4rem;
}

.conta_body .re_btn img{
  padding-top: .6rem;
}

@media screen and (max-width: 767px) { 
  .conta_body .re_btn img{
    width: 15px;
  }
}


.privacy-bottom p{
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) { 
.privacy-bottom p{
  font-size: 1.6rem;
}
}
.wpcf7-list-item-label{
position: relative;
top: -.3rem !important;
}

@media screen and (max-width: 767px) { 
.wpcf7-list-item-label{
  position: relative;
  top: -.5rem !important;
  }
}

.wpcf7-list-item{
  width: 100%;
  margin-left: 0 !important;
}

/*price*/
.pr_mv{
  display: flex;
}
@media screen and (max-width: 767px) { 
  .pr_mv{
    display: block;
    overflow: hidden;
    position: relative;
  }
}


.pr_mv .mv_img .mv_text{
  top: 10%;
}

@media screen and (min-width: 768px) { 

.pr_mv .mv_img{
  margin-top: 20rem;
}
}

.mv_text{
 position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 75px;
z-index: 50;
}

.mv_text img{
  width: 100%;
}


.pr_mv .mv_img h4{
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) { 
  .mv_text img{
    padding-top: 0.5rem;
  }
  .pr_mv .mv_img {
    padding: 0 4rem;
    margin-top: 0;
  }

  .pr_mv .mv_img h4{
    font-size: 2.4rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 2rem;
  }
  .pr_mv .mv_text {
    background: #ef9700;
    color: #fff;
    padding: 2rem 14rem;
    text-align: left;
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
    display: block;
    position: absolute;
}
}

.table{
  padding-right: 15rem;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
.table{
  padding-right: 10rem;
}
}

@media screen and (max-width: 767px) { 
  .table{
    padding-right: 0;
  }
}

.table h4{
font-size: 2rem !important;
background: #ef9700;
color: #fff;
border-radius: 0 35px 35px 0;
padding: .5rem 0 .5rem 1rem;
border-left: 3px solid #786956;
display: inline-block;
margin-bottom: 4rem;
font-weight: bold;
font-family: "Zen Old Mincho", serif;
width: 14rem;
}

@media screen and (max-width: 960px) {
.table h4{
padding-left: .5rem;
}
}

@media screen and (max-width: 768px) { 
  .table h4{
    padding: .3rem 4rem .3rem 0;
    font-size: 2rem !important;
    width: 16rem;
  }
}

.big_table .diagonal tr>*{
  width: 14.28%;
}

.diagonal {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 960px) {

.diagonal{
  font-size: 1.2rem;
}
}

.big_table .note{
  text-align: right;
}


@media screen and (max-width: 767px) { 
  .table-wrapper{
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-right: 4rem;
  }
  .big_table{
    overflow-x: auto;
  }

  .diagonal {
  width: 96rem;
  overflow-x: scroll;
  }
}

.diagonal th {
  position: relative;
  width: 14.28%; /* 均等にセル幅を指定 */
  text-align: center;
  vertical-align: middle;
}

.diagonal th:first-child {
  position: relative;
  background: none;
}

.diagonal th:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right top,
    transparent calc(50% - 0.5px),
    #000 50%,
    #000 calc(50% + 0.5px),
    transparent calc(50% + 1px)
  );
  z-index: 1;
}

.diagonal th:first-child span {
  position: absolute;
  z-index: 2;
  width: 50%; /* 各テキストが占める範囲を設定 */
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
.diagonal th:first-child span{
  font-size: 1.2rem;
}
}
@media screen and (max-width: 767px) { 
.diagonal th:first-child span{
  font-size: 1.4rem;
}
}

.col-header {
  top: 1rem;
  left: 50%;
  transform: translateX(0%) translateY(10%); /* 微調整で位置を整える */
}

.row-header {
  bottom: 1rem;
  right: 50%;
  transform: translateX(0%) translateY(-10%); /* 微調整で位置を整える */
}

.big_table .dou{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.diagonal th:first-child{
border-left: none;
}

.big_table{
  margin-bottom: 8rem;
}

.big_table .mat{
  background: #766a59;
  color: #fff;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: normal;
}
@media screen and (max-width: 960px) {
.big_table .mat{
font-size: 1.2rem;
}
}

.big_table .gray{
background: #aaa194;
color: #fff;
padding: 2rem 0;
font-size: 1.4rem;
line-height: normal;
}
@media screen and (max-width: 960px) {
  .big_table .gray{
  font-size: 1.2rem;
  }
  .big_table .mat{
    font-size: 1.2rem;
  }
  }

@media screen and (max-width: 767px) { 
  .big_table .mat{
    font-size: 1.6rem;
  }
  .big_table .gray{
    font-size: 1.6rem;
  }
}

.big_table .g td{
  background: #dedad3;
}

.big_table tr{
  height: 5rem;
}

.big_table td{
  text-align: center;
}

.big_table td, .big_table th{
  line-height: 5rem;
}
@media screen and (max-width: 960px) {
.big_table td, .big_table th{
  font-size: 1.2rem;
}
}

@media screen and (max-width: 767px) {
  .big_table tr{
    height: 6rem;
  }
  .big_table td, .big_table th{
    font-size: 1.6rem;
    line-height: 6rem;
  }
}

.big_table th{
  border-left: solid 1px #000;
}

.table .two{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) { 
  .table .two{
    display: block;
  }
}

.two table{
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 960px) {
.two table{
  font-size: 1.2rem;
}
}

.two table tr{
  height: 5rem;
  letter-spacing: .1rem;
}

.two table td, .two table th{
  line-height: 5rem;
}

@media screen and (max-width: 768px) { 
  .two table tr{
    height: 6rem;
  }
  
  .two table td, .two table th{
    line-height: 6rem;
  }
  
}

.two table td{
  border-right: solid 1px #000;
  padding-left: 2rem;
}
@media screen and (max-width: 960px) {
.two table td{
  font-size: 1.2rem;
}
.two table th{
  font-size: 1.2rem;
}
}
@media screen and (max-width: 767px) { 
  .two table td{
    width: 70%;
    font-size: 1.6rem;
    padding-left: 1rem;
  }
  .two table th{
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.two .add{
  width: 50%;
}

.two .add th{
  width: 35%;
}

.two .other{
  width: 45%;
}

@media screen and (max-width: 768px) { 
  .two .add{
    width: 100%;
  }
  
  .two .other{
    width: 100%;
    margin-top: 4rem;
  }
}
.two .other .support{
margin-bottom: 10rem;
}

.two .other th{
  width: 60%;
}

.two .note{
  font-size: 1.3rem;
  padding-top: 2rem;
  letter-spacing: .1rem;
}

@media screen and (max-width: 960px) {
.two .note{
  font-size: 1.2rem;
}
}


@media screen and (max-width: 767px) { 
  .two .other .support{
    margin-bottom: 8rem;
    }
  .two .note{
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .two .other .support td{
    width: 50%;
  }

  .two .other .support2 td{
    width: 50%;
  }
}

.advice{
  display: flex;
  background: #f8eddb;
  padding: 4rem 0;
  margin-bottom: 20rem;
}

.advice dt{
  font-size: 2rem;
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.advice dd{
  width: 70%;
  padding-right: 4rem;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .advice{
    display: block;
    padding: 2rem 4rem;
  }
.advice dt{
  font-size: 1.4rem;
  width: 100%;
  padding-bottom: 1rem;
}
.advice dd{
  font-size: 1.2rem;
  width: 100%;
} 
}


@media screen and (max-width: 767px) { 
  .advice{
    display: block;
    padding: 4rem 2rem;
    margin-bottom: 10rem;
    border-radius: 10px;
  }
  
  .advice dt{
    font-size: 2.4rem;
    width: 100%;
    padding-bottom: 1rem;
  }
  .advice dd{
    font-size: 1.6rem;
    width: 100%;
    padding-right: 0;
  }
}
.case{
  margin-bottom: 15rem;
}

.case h3{
  text-align: center;
  background: #7a6a56;
  color: #fff;
  height: 7rem;
  line-height: 7rem;
  border-bottom: 3px solid #ef9700;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  letter-spacing: .1rem;
}

.case .case_con{
  display: flex;
  justify-content: space-around;
  padding: 0 1rem;
}

.case .case_con>*{
  width: 48%;
}

@media screen and (max-width: 768px) { 
  .case h3{
    height: 7rem;
    line-height: 6rem;
    font-size: 2.4rem;
  }
  .case .case_con{
    display: block;
  }
  .case .case_con>*{
    width: 100%;
    margin-bottom: 4rem;
  }
  
}

.case .bule{
  background-color:rgba(208,216,211,0.5);
  padding: 6rem 3rem 0;
  border-radius: 20px;
  max-height: 106rem;
  min-height: 92rem;

}

.case .pink{
  background-color:rgba(238,196,189,0.5);
  padding: 6rem 3rem 0;
  border-radius: 20px;
  max-height: 106rem;
  min-height: 92rem;

}
@media screen and (max-width: 768px) { 
  .case .bule{
    padding: 6rem 4rem 0;
  }
  
  .case .pink{
    padding: 6rem 4rem 0;
  }
}

.case_inner .img{
  width: 55%;
  display: block;
  margin: auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) { 
.case_inner .img{
  width: 65%;
}
}

.case_inner ul{
  display: flex;
  justify-content: space-between;
}

.case_inner li{
width: 32%;
background: #fff;
padding: 1.2rem 0;
border-radius: 50px;
text-align: center;
font-size: 1.4rem;
letter-spacing: .1rem;

}

@media screen and (max-width: 768px) { 
  .case_inner li{
    padding: .5rem 1rem;
    font-size: 1.6rem;
  }
}

.case_inner .bor{
  border-bottom: 1px solid;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 26rem;
}

@media screen and (max-width: 1380px) { 
  .case_inner .bor{
    height: 30rem;
  }
}

@media screen and (max-width: 1250px) { 
  .case_inner .bor{
    height: 35rem;
  }
}

@media screen and (max-width: 1150px) { 
  .case_inner .bor{
    height: 40rem;
  }
}

@media screen and (max-width: 768px) { 
  .case_inner .bor{
    font-size: 1.6rem;
    line-height: 1.7; 
     padding: 2rem 0 2rem 0;
     min-height: 24rem;
     height: auto;
  }
}
.case_inner dl{
  display: flex;

  border: #786956 1px solid;
  margin-bottom: 4rem;
  margin-top: 4rem;
  font-size: 1.5rem;
  letter-spacing: .1rem;
}

.case_inner dt{
  background: #786956;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 25%;
}

.case_inner dd{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  line-height: 1.7;
}

.case_inner .note{
  font-size: 1.5rem;
  line-height: 1.7;
  padding-bottom: 4rem;
}

.case_inner .note_2{
  text-align: center;
  font-size: 1.3rem;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) { 
  .case_inner dl{
    display: block;
    height: 12rem;
  }
  .case_inner dt{
    padding: 1rem;
    font-size: 1.6rem;
    width: 100%;
  }
  .case_inner dd{
    font-size: 1.6rem;
    width: 100%;
  }
  .case_inner .note{
    font-size: 1.4rem;
    padding-bottom: 2rem;
    letter-spacing: .1rem;
}
.case_inner .note_2{
  font-size: 1.4rem;
}
}

/*information*/

.info_mv{
  display: flex;
}
@media screen and (max-width: 767px) { 
  .info_mv{
    display: block;
  }
}

.info_body{
  margin-top: 12rem;
}

@media screen and (max-width: 767px) { 
  .info_body{
    margin-top: 0;
  }
}


.info_cat ul{
  display: flex;
  width: 50%;
  justify-content: flex-end;
  position:absolute;
  right: 10rem;
  top: 0;
}

.info_cat ul>*{
  width:25% ;
}

@media screen and (max-width: 767px) { 
  .info_cat ul{
    width: 80%;
    position:static;
    margin: 0 auto;
  }
  
  .info_cat ul>*{
    width:23% ;
  }
}


.info_cat li{
  text-align: center;
  border-left: 0.5px solid #acadad;
  font-family:"Zen Old Mincho", serif ;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) { 
  .info_cat li{
    border-left: none;
    margin-left: .5rem;
  }
}

.info_list{
  margin-top: 10rem;
  padding-right: 10rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 960px) {
.info_list{
  padding-right: 10rem;
}
}
@media screen and (max-width: 767px) { 
  .info_cat li a{
    background: #acadad;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 0 1rem;
    font-size: 1.6rem;
    display: inline-block;
  }

  .info_list{
    margin-top: 5rem;
    padding-right: 0;
    padding: 0 4rem;
  }
}

.info_list ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  justify-content: flex-start;
}

.info_list li{
  padding-bottom: 8rem;
  width: 32%;
}

@media screen and (max-width: 960px) {
.info_list li{
  width: 30%;
}
}
@media screen and (max-width: 767px) { 
  .info_list ul{
    display: block;
  }
  .info_list li{
    width: 100%;
  }
}

.info_list li .img_body{
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.info_list li img {
  transition: transform 0.6s ease; /* スムーズなズームインの遷移 */
}

.info_list li img:hover {
  transform: scale(1.2); /* ズームイン（1.2倍に拡大） */
}


.info_list li dl{
  margin-top: 2rem;
}

.info_list li dd{
  color: #ef9700;
  padding-bottom: 1rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) { 
  .info_list li dd{
    font-size: 1.4rem;
  }
}

.info_list li dd span{
  margin-left: 2rem;
  position: relative;
}
.info_list li dd span::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: #ef9700;
  left:-10px;
  top: 4px;
}

.info_list li dd span::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: #ef9700;
  right:-10px;
  top: 4px;
}

@media screen and (max-width: 767px) { 
 .info_list li dd span::before{
  height: 10px;
}

.info_list li dd span::after{
  height: 10px;
}
}

.info_list li dt{
font-size: 2.2rem;
font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 960px) {
.info_list li dt{
  font-size: 1.2rem;
}
}
@media screen and (max-width: 767px) { 
.info_list li dt{
  font-size: 1.8rem;
  }
  
}

/*info singleページ*/
@media screen and (min-width: 768px) { 
.information{
  background: url(../img/info_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
}

.info_iner{
  margin-top: 10rem;
  margin-right: 25%;
}
@media screen and (max-width: 960px) {
.info_iner{
  margin-right: 10%;
}
}

.info_iner dl{
  display: flex;
}

.info_iner dl dd{
  padding-right: 2rem;
  font-family: "Noto Sans", serif;
}

@media screen and (max-width: 767px) { 
  .info_iner{
    margin-top: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .info_iner dl{
    display: block;
    padding: 0 4rem 4rem;
    text-align: center;
  }

  .info_iner .ttl_rl{
    writing-mode:inherit;
    margin-bottom: 1rem;
  }
}


.info_iner dd span{
  color:#fff ;
  background: #ef9700;
  padding: 1rem .7rem;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: "Noto Sans";
  font-weight: 600;
}
@media screen and (max-width: 767px) { 
  .info_iner dd span{
    padding: .4rem 1rem ;
  }
}



.info_iner dt{
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}

.info_iner dt span{
  font-size: 1.5rem;
  color: #ef9700;
  font-family: "Noto Sans", serif;
}

@media screen and (max-width: 767px) { 
  .info_iner dt{
    font-size: 2.4rem;
  }
  
  .info_iner dt span{
letter-spacing: 1.5px;
font-size: 1.4rem;

  }
}

.info_iner .u_inner{
  padding: 8rem;
}
@media screen and (max-width: 767px) { 
  .info_iner .u_inner{
    padding: 0;
  }
}


.info_iner img{
  padding-bottom: 4rem;
}

.info_iner p{
  padding-bottom: 4rem;
  line-height: 1.7;
}

.view{
  display: flex;
  justify-content: space-between;
  margin: 0 15rem 10rem 8rem;
  border-top: 0.5px solid;
  padding-top: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) { 
  .view{
    margin: 0 4rem 10rem;
  }
}

.prev a, .next a{
  display: flex;
  height: 30px;
  line-height: 30px;
}

.prev img, .next img{
  width: 30px;
}

@media screen and (max-width: 767px) { 
  .prev img, .next img{
    width: 30px;
  }
  .prev a, .next a{
    line-height: 30px;
    height: 30px;
  }
  .prev , .next{
    line-height: 30px;
    height: 30px;
  } 
}

.prev img{
  margin-right: 1rem;
}

.next img{
  margin-left: 1rem;
}


.all a{
  display: block;
  text-align: center;
}

.all p{
  padding-top: 1rem;
}

.all img{
width: 20px;
}
@media screen and (max-width: 767px) {
  .all img{
    width: 30px;
    }
}
.view .disabled {
  color: #ccc;
  pointer-events: none;
  cursor: default;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .view .disabled {
    line-height: 30px;
  } 
}

.pagination{
  display: block;
  text-align: center;
  margin: 10rem 0;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links .dots {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
}

.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
    border-radius: 50%;
}

.nav-links .current {
    background: #ef9700;
    color: #FFFFFF;
    padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    position: relative;
}


.nav-links .next::before,
.nav-links .prev::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.nav-links .next::before {
    left: -15px;
}


.nav-links .prev::after {
    right: -15px;
}

.nav-links .dots {
    background: transparent;
    border: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  margin-right: 15rem;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output{
  margin-right: 15rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #rec::before,
  #event::before {
    content: "";
    display: block;
    height: 7rem; /* ヘッダーの高さに合わせて調整 */
    margin-top: -7rem;
  }
  #rec::before{
    background-color: #fff;
  }
}