@charset "utf-8";

/* CSS Document */
.optimal {
  background-image: url(/img/optimal.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0px;
  background-position: center 59%;
  margin: 20px 0px;
}
.optimal_02 {
  background: none;
  width: 100%;
  padding: 0;
  margin: 0 0 40px!important;
}
.optimal_wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  width: 95%;
  border-radius: 8px;
  padding: 31px;
  margin: auto;
}

.optimal_02 .optimal_wrapper {
    width: 100%;
    padding: 20px;
}
.optimal_02 .optimal_wrapper li{}
.optimal_wrapper li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2em;
}
.detailed_information {
  margin-top: 1em;
  /* line-height: 1.8; */
}
.detailed_information span {
  font-size: 80%;
}
.cautionary {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  width: 95%;
  margin: 1.8em auto;
  font-size: 160%;
}
@media screen and (min-width: 1024px) {
  .optimal {
    margin: 40px 0 0;
  }
    .optimal_02 ul{width: fit-content;margin: auto;}
  .optimal_wrapper {
    /* margin-left: 2.5%; */
    width: fit-content;
  }
  .cautionary {
    width: 80%;
    font-size: 200%;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  margin: 20px 0;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .gmap {
    padding-bottom: 25%;
  }
}
.tit_D {
  border-bottom: 1px solid #666;
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
}
.tit_C {
  border-bottom: 1px solid #666;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding-bottom: 0.2em;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.tit_C span {
    float: right;
    font-size: 12px;
    padding-top: 0.6em;
}
@media screen and (min-width: 1024px) {
  .tit_D {
    margin: 20px auto 30px;
    text-align: left;
    font-size: 24px;
  }
}
.prof_box {
  display: grid;
}
.prof_box li {
  flex-direction: column-reverse;
}
.link_wrapper {}
.prof_box .link_blank a {
  margin: 1em 0 0 0;
  display: block;
}


.p_t {
  margin-bottom: 1em;
}
.profile_wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .prof_box li {
    width: 100%;
  }
  .prof_box li:first-child {
    order: 2;
  }
  .prof_box li:last-child {
    order: 1;
  }

  .prof_box.acco li img {
    width: 50%;
    margin: 0 auto 2em;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .prof_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
  }
  .prof_box li {
    flex-direction: column
  }
  .prof_box li:first-child {
    /* width: 38%; */
  }
  .prof_box.acco li:first-child {
    width: 66%;
  }
  .prof_box li:last-child {
    /* width: 60%; */
  }
  .prof_box.acco li {
    width: 30%;
    line-height: 1.8;
  }
  .profile_wrapper {
  margin-bottom: 65px;
  }
}
.imgbox {
  margin: 20px 0 0px;
}
.green {
  position: relative;
  height: 13vh;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.green img {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.imgbox p {
  text-align: center;
  /* font-family: 'Noto Serif JP', serif; */
  /* font-size: 110%; */
  /* width: 90%; */
  margin: auto;
}
h4 {
  border-bottom: 1px solid #666;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 1024px) {
  h3 {
    /* margin: 20px auto 30px; */
    /* font-size: 24px; */
    /* text-align: left; */
  }
  h4 {
    font-size: 22px;
    margin: 20px 0;
  }
  .imgbox {
    margin: 30px 0 30px;
  }
  .imgbox p {
    /* line-height: 2; */
    width: 100%;
  }
}
.explanation {
  margin-bottom: 20px;
  overflow: hidden;
}
.explanation ul {
  text-align: center;
  margin-top: 30px;
}
.explanation ul li:first-child {
  width: 60%;
  margin: auto;
}
.explanation ul li dt {
  border-bottom: 1px solid #666;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  font-size: 130%;
  font-family: 'Noto Serif JP', serif;
}
.explanation ul li dt span {
  font-size: 80%;
  display: block;
}
.explanation ul li dd {
  /* width: 85%; */
  margin: 0 auto 0.5em;
}
.profile_wrapper {}
@media screen and (min-width: 1024px) {
  .explanation {
    overflow: hidden;
  }
  .explanation ul {
    float: left;
    width: 50%;
  }
  .explanation ul li {
    width: 48% !important;
    text-align: left;
    float: right;
  }
  .explanation ul li:first-child {
    width: 100%;
    margin: auto;
    float: left;
  }
  .explanation ul li dl {
    width: 90%;
  }
  .explanation ul li dd {
    width: 100%;
  }
}
.surround {
  border: double #433333;
  padding: 2em;
  text-align: center;
  font-size: 109%;
  margin-bottom: 9vh;
}
.surround a {
  border-bottom: 1px solid #949494;
}
.surround_box {
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
}
.ohter_top.contact_top {
  height: 70px;
}
.ohter_top {
  position: relative;
}
.ohter_top .key_text_01 {
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #fff;
  background-color: rgb(246 61 61 / 20%);
  width: max-content;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  /* -webkit-transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
}
.ohter_top .key_text_01 .text_en {
  /* font-size: 103%; */
}
.ohter_top .key_text_01 .text_en + .text_jp {}
.ohter_top .key_text_01 .text_jp {
  font-size: 120%;
}
@media screen and (min-width: 1024px) {
    .ohter_top .key_text_01 {
        top: 30%;
        left: 4%;
        padding: 10px;
        -webkit-mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
        mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
        width: fit-content;
        padding: 10px 2em;
    }
  .ohter_top .key_text_01 .text_en {
    letter-spacing: 0.1em;
    /* font-size: 100%; */
  }
  .ohter_top .key_text_01 .text_jp {
    font-size: 140%;
    letter-spacing: 0.1em;
  }
    .surround_box {
    width: 80%;
    margin: auto;
}
}
.tit_A {
  border-bottom: 1px solid #666;
  margin: 20px 0 10px;
  line-height: 1.2;
  font-size: 170%;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.sub_titA {
  font-size: 130%;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin: 0.5em 0 1em;
  text-align: center;
  line-height: 1.2;
}
.gaiyou {
  margin-top: 1em;
}
.ploglam {
  margin: 0.8em 0;
}
.ploglam p {
  font-weight: bold;
  color: #222;
}
.planbox {
  border: 1px solid #333;
  border-bottom: none;
  margin-bottom: 1.3em;
  width: 100%;
}
.hayawari {}
.planbox p {
  text-align: center;
  padding: 0.2em;
  font-size: 90%;
  border-bottom: 1px solid #333;
}
.planbox p span {
  font-size: 110%;
  margin-left: 1em;
}
.hayawari p {    text-decoration: line-through;}
.hayawari p span {}

.red {
  border: 1px solid #ff6161;
  color: #ff6161;
  padding: 0.2em 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.4em;
}
.normal {
  border: 1px solid #509c32;
  color: #509c32;
  padding: 0.2em 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.4em;
}

.normal_2 {
  border: 1px solid #383737;
  color: #383737;
  padding: 0.2em 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.4em;
}
.place {
  margin-top: 2em;
}
.place span {
  font-size: 80%;
}
.borderlink {
  border-bottom: 1px dotted #666;
}

.naze { margin-top: 1em;}

@media screen and (min-width: 1024px) {
  .planbox {
    border: none;
  }
    .planbox p {
    border: none;
    text-align: left;
}
    .tit_hayawari {border-bottom: 1px solid #666;margin-bottom: 0.5em;}
    .detailed_information .line {
  margin-bottom: 0.5em;
}
   
 /* .line */

p.tit_hayawari {}
  .tit_A {
    margin: 20px 0 20px;
    font-size: 190%;
  }
  .sub_titA {
    font-size: 170%;
    margin-bottom: 30px;
  }
}




.line {
        margin-bottom: 0.5em;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 4px double #666;
}

.tit_H {
        border-bottom: 1px solid #666;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    font-family: 'Noto Serif JP', serif;
}
.flow ul{padding-left: 1.5em;}
    .flow li{list-style-type: decimal;margin-bottom: 0.5em;}

.schedule dl { font-size: 80%;}
.schedule dt span{font-size: 115%;margin-right: 0.5em;font-weight: bold;}
@media screen and (min-width: 1024px) {
    .flow ul{width: fit-content;margin: 0 auto 5em;}
    .tit_H {
        font-size: 22px;
        margin: 20px 0;
    }
}
.cardlink a { color: #222;}
.cardlink ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 2%;
        margin-top: 1em;
}

.cardlink ul li { width: 49%;margin-bottom: 2%;}
.cardlink ul li dt { position: relative; margin-bottom: 0.5em;}
.cardlink ul li dt img {display:block;
  width:100%;height:180px;
  object-fit:cover;
  object-position:center;}
.cardlink ul li dd {font-size: 90%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.cate-card {font-size: 90%;border: 1px solid #969696;/* border-radius: 4px; */width: fit-content;padding: 0.2em 0.5em;margin: 0.2em 0.5em 2em 0;display: inline-block;}

.top_retreat .cate-card { margin: 0 0.5em 0.2em 0;}
.inner {margin: 30px 0;}
@media screen and (min-width: 1024px) {
    .cardlink ul li { width: 23.5%;}
    .inner {margin: 65px 0;}
}
/*
.ohter_top 
-------------------------------------------*/
.ohter_top {
  position: relative;
  width: 100%;
  margin-bottom: 15px;

}
.ohter_top {}
@media screen and (min-width: 1024px) {
  .ohter_top {
    margin-bottom: 60px;
  }
}

.top_retreat {margin-bottom: 20px;border: 1px solid #7a7a7a;padding: 10px 20px;position: relative;}
.top_retreat a { color: #222;}
.top_retreat .link_style_A a {color: #1a73e8;position: absolute;right: 1em;bottom: 0.5em;margin: 0;}
.half_box li { position: relative;}
.half_box li .cate {
    position: absolute;
    padding: 0.4em 1em;
    background: #fff;
    left: 0.5em;
    top: 0.5em;
}
.bold { font-weight: bold;}
.border { border-bottom: 1px solid #666; padding-bottom: 0.2em;}

.half_box .deta span { font-size: 16px;}
.btn_learn {font-size: 18px; margin-top: 1em;}
.circle img{ border-radius: 50%;}

.top_retreat .link_style_A  {
    color: #1a73e8;
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    margin: 0;
}

.link_style_A::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    right: -12px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #1a73e8;
    border-right: 2px solid #1a73e8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
    .btn_learn { width: 100%; margin: 0.5em 0 0 0;}
    .three_box { width: 50%; margin: 0 auto 10px;}
    .three_box li { margin-bottom: 3em;}
    .three_box li:last-child { margin-bottom: 0;}
}

@media screen and (min-width: 1024px) {
    .top_retreat {/* margin-bottom: 100px; */}
    .prof_box h2 { margin-bottom: 1em;}
}

.top_kv {}

.top_kv { position: relative; /* max-height: 400px; */}
.top_kv img {
    height: 70vh;
    margin-bottom: 30px;
    }

@media screen and (min-width: 1024px) {
    .top_kv img {
    object-fit: cover;
    object-position: center;
    max-height: 400px;
    }
}

.txt-show {position: relative;font-size: 120%;margin-bottom: 1em;}
.txt-show::before {
    /* content: "｜"; */
}

.txt-hide{display: none;/* color: #666; *//* font-size: 90%; */line-height: 1.8;}
.txt-hide2{display: none;color: #666;font-size: 90%;line-height: 1.8;}

button.moredetails {display: block;color: #fff;background: #cb8f8f;padding: 5px 12px;border: none;outline: 0;transition: .5s;font-weight: normal;margin: 0.8em 0;font-size: 80%;-erbkit-transition: .5s;}
 button.moredetails2 {display: block;color: #fff;background: #cb8f8f;padding: 5px 12px;border: none;outline: 0;transition: .5s;font-weight: normal;margin: 0.5em 0 1em;font-size: 80%;-erbkit-transition: .5s;}
button.moredetails::after {
content: "+ More details";
transition: .2s;
-erbkit-transition: .2s;
}

button.moredetails.on-click::after{
content: "- Close";
}

button.moredetails2::after {
content: "+ More details";
transition: .2s;
-erbkit-transition: .2s;
}

button.moredetails2.on-click::after{
content: "- Close";
}