@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi|Kosugi+Maru|M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP|Noto+Sans+SC|Noto+Sans+TC|Noto+Serif+JP|Noto+Serif+SC|Noto+Serif+TC|Sawarabi+Gothic");
/*
Font Awesome
xxx:before {
display: none;
font-family: "Font Awesome 5 Regular";
content: "\f1ea";
margin-right: 10px;
}

awesome5のフリー
&:after {
font-family: "Font Awesome 5 Free";
content: "\f105";
font-weight:900;
}
*/
* {
  box-sizing: border-box;
}

/* レイアウトCSS */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:active {
  color: #666;
}

img {
  border: 0;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

h2 {
  font-family: ten-mincho-text, serif;
  font-size: 34px;
  color: #333;
  letter-spacing: 3.8px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

p {
  line-height: 1.8;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .wrapper {
    width: 90%;
  }
}

.btn_gr {
  background-color: #36393B;
  color: #fff;
  font-family: yu-mincho-pr6n, sans-serif;
  line-height: 90px;
  text-align: center;
  width: 100%;
}

.textcenter {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top .headouter {
    height: 70px;
    position: fixed;
    top: 0px; /* 位置(上0px) */
    left: 0px;
    z-index: 200;
  }
  .top .headouter header {
    align-items: center;
  }
  .top .headouter .burgerbtn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 100;
    border: none;
  }
  .top .headouter .bar {
    width: 39px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #2962ff;
    transition: 0.3s;
  }
  .top .headouter .bar_top {
    top: 10px;
  }
  .top .headouter .bar_mid {
    top: 22px;
    transition: 0.3s;
  }
  .top .headouter .bar_bottom {
    top: 35px;
  }
  .top .headouter .burgerbtn.close .bar_top {
    transform: translate(-10%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .top .headouter .burgerbtn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .top .headouter .burgerbtn.close .bar_bottom {
    transform: translate(-10%, -15px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .top .headouter header .nav_wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    transform: translateX(100%);
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    padding: 0;
    left: 0;
    top: 0;
  }
  .top .headouter header .nav_wrapper ul.header-nav {
    writing-mode: horizontal-tb;
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 120;
    transform: translate(-50%, -50%);
  }
  .top .headouter header .nav_wrapper ul.header-nav .nav-item {
    line-height: 2.8;
    text-align: center;
  }
  .top .headouter header .nav_wrapper ul.header-nav .nav-item a img {
    width: 20%;
    height: auto;
  }
  .top .headouter header .nav_wrapper.slide-in {
    transform: translateX(0);
    transition: 0.3s;
  }
  body.noscroll {
    overflow: hidden;
  }
}
#book {
  background-color: #fff;
  border: 1px solid #777;
  width: 50px;
  line-height: 50px;
  position: fixed;
  top: 70%;
  right: 30px;
  z-index: 120;
  padding: 10px 0;
}
#book a {
  font-size: 18px;
  line-height: 50px;
  writing-mode: vertical-rl;
  line-height: 40px;
  position: relative;
  border-bottom: 1px #333 solid;
  border-top: 1px #333 solid;
  padding: 20px 0;
  letter-spacing: 2px;
  width: 80%;
  margin: 0 auto;
}

.headouter {
  width: 100%;
  background-color: #fff;
}
.headouter header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  width: 90%;
  margin: 0 0 0 auto;
}
.headouter header .logo {
  flex-basis: 13%;
  align-self: center;
  margin-right: 30%;
}
.headouter header .logo img {
  width: 100%;
  height: auto;
}
.headouter header nav {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 20px 0;
  height: 190px;
  position: fixed;
  top: 0;
  left: 60%;
  transition: 0.5s;
  z-index: 5;
}
.headouter header nav ul {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.headouter header nav ul li {
  font-family: ten-mincho-text, serif;
  line-height: 2.5;
}
.headouter header .instag {
  flex-basis: 2%;
  align-self: center;
  margin-right: 5%;
}
.headouter header .instag img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .headouter header {
    justify-content: space-between;
    padding: 0 20px;
  }
  .headouter header .logo {
    flex-basis: 20%;
  }
  .headouter header nav {
    left: 55%;
  }
  .headouter header .instag {
    flex-basis: 3%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .headouter header {
    justify-content: space-between;
    padding: 0 20px;
    height: 135px;
  }
  .headouter header .logo {
    flex-basis: 15%;
  }
  .headouter header nav {
    font-size: 14px;
    left: 45%;
    height: 160px;
  }
  .headouter header .instag {
    flex-basis: 3%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .headouter header {
    width: 100%;
    height: 70px;
  }
  .headouter header .logo {
    flex-basis: 30%;
  }
  .headouter header .instag {
    flex-basis: 5%;
  }
}

.top {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top .hero {
  height: auto;
}
.top .copy_img {
  width: 45%;
  filter: drop-shadow(3px 3px 3px rgba(7, 7, 7, 0.2));
  position: absolute;
  top: 25%;
  right: 10%;
}
.top .copy_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top .copy_img {
    width: 93%;
    top: 15%;
    right: 3%;
  }
}

.intro p {
  margin-right: -60px;
  font-size: 20px;
  letter-spacing: 6px;
}
@media screen and (max-width: 1200px) {
  .intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 18px;
  }
}
.intro .grandopen {
  width: 90%;
  max-width: 1000px;
  margin: 90px auto 0;
}
.intro .grandopen img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .intro .grandopen {
    margin: 40px auto 0;
  }
}
.intro .news_07 {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0;
  border: 2px solid red;
  padding: 20px 0;
  box-shadow: 0 0 0 4px #fff, 0 0 0 9px red;
}
.intro .news_07 h3 {
  text-align: center;
  color: red;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid red;
  width: 23%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.intro .news_07 .text {
  width: 95%;
  margin: 20px auto 0;
}
.intro .news_07 .text p {
  width: 100%;
  line-height: 2;
  color: red;
  letter-spacing: 3px;
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .intro .news_07 h3 {
    font-size: 20px;
    width: 50%;
  }
  .intro .news_07 .text p {
    font-size: 16px;
    font-weight: 600;
  }
}
.intro .box {
  background-image: url(images/top/bg_intro01.png), url(images/top/bg_intro02.png), url(images/top/bg_intro03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 0 right -40%, top 70% left -13%, bottom 0 left 55%;
  background-size: 50%, 40%, 17%;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  padding-bottom: 120px;
}
.intro .box h2 {
  display: flex;
  font-size: 30px;
  margin-top: 90px;
  align-items: flex-end;
  justify-content: center;
}
.intro .box h2 .inner {
  flex-basis: 60%;
  margin-right: 20px;
}
.intro .box h2 .inner img {
  width: 100%;
  height: auto;
}
.intro .box .content {
  width: 90%;
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.intro .box .content .clip_path_01 {
  padding-right: 50px;
  flex-basis: 62%;
}
.intro .box .content .clip_path_01 img {
  width: 100%;
  height: auto;
}
.intro .box .content .clip_path_03 {
  padding-right: 50px;
  flex-basis: 61%;
}
.intro .box .content .clip_path_03 img {
  width: 100%;
  height: auto;
}
.intro .box .conB {
  flex-direction: row-reverse;
  align-items: center;
}
.intro .box .conB .clip_path_02 {
  flex-basis: 57%;
  padding-right: 58px;
}
.intro .box .conB .clip_path_02 img {
  width: 100%;
  height: auto;
}
.intro .box .conB p {
  margin-right: 0;
}
.intro .box .content01 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .intro .box {
    padding-bottom: 40px;
    background-position: top 25% right -100%, top 65% left -100%, bottom 0 left 90%;
    background-size: 81%, 71%, 45%;
  }
  .intro .box h2 {
    flex-direction: column;
    width: 95%;
    margin: 40px auto 0;
  }
  .intro .box h2 .inner {
    margin: 0 0 20px;
  }
  .intro .box .content {
    flex-direction: column-reverse;
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
  }
  .intro .box .content .clip_path_01 {
    width: 95%;
    margin-right: -30px;
    padding: 0;
    flex-basis: 100%;
  }
  .intro .box .content .clip_path_03 {
    margin-right: -10px;
    padding: 0;
    width: 95%;
  }
  .intro .box .conB {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .intro .box .conB .clip_path_02 {
    margin-left: -20px;
  }
  .intro .box .content01 {
    margin-top: 40px;
  }
  .intro p {
    margin: 25px auto 0;
    width: 95%;
    letter-spacing: 3px;
    text-align: center;
  }
}

.plan {
  margin-top: 100px;
  background: url(images/top/syukuhaku.png) center top no-repeat;
  padding: 90px 0 0;
  background-size: cover auto;
  background-color: #F0F0F0;
}
.plan h2 {
  text-align: center;
}
.plan .l-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .plan .l-container {
    flex-direction: column;
  }
}
.plan .l-container .col-6 {
  flex-basis: 33%;
  width: 30%;
  padding: 0 5px;
  text-align: center;
  margin-top: 80px;
}
.plan .l-container .col-6 .icon {
  height: 120px;
}
.plan .l-container .col-6 .icon span {
  text-align: center;
  vertical-align: bottom;
}
.plan .l-container .col-6 .icon span img {
  width: auto;
}
.plan .l-container .col-6 h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 20px 0;
}
.plan .l-container .col-6 p {
  width: 70%;
  margin: 0 auto;
  letter-spacing: 1.7px;
}
.plan .plan-content {
  background-color: #F0F0F0;
  margin-top: 100px;
  padding: 30px 0 150px;
}
.plan .plan-content .l-container .plan-body {
  background-color: #fff;
  border-radius: 9px;
  padding: 60px 10px 40px;
}
@media screen and (max-width: 990px) {
  .plan .plan-content .l-container .plan-body {
    padding: 90px 10px 30px;
  }
}
.plan .plan-content .l-container .plan-body .plan-img {
  margin-top: -220px;
}
.plan .plan-content .l-container .plan-body .plan-img img {
  width: 100%;
  height: auto;
}
.plan .plan-content .l-container .plan-body .plan-btn {
  background-color: #36393B;
}
.plan .plan-content .l-container .plan-body .plan-btn a {
  color: #fff;
  line-height: 70px;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 990px) {
  .plan .plan-content .l-container .plan-body .plan-btn a {
    font-size: 14px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    margin-top: 60px;
    background-color: #D5E2FB;
    background-image: none;
    width: 100%;
    padding: 40px 0 60px;
  }
  .plan .l-container {
    margin-top: 30px;
  }
  .plan .l-container .col-6 {
    flex-basis: 100%;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    padding: 40px 20px;
  }
  .plan .l-container .col-6 .icon {
    height: 100px;
  }
  .plan .l-container .col-6 .sp_icon {
    height: 124px;
  }
  .plan .l-container .col-6 h3 {
    padding: 10px 0;
  }
  .plan .l-container .col-6 .inner {
    margin-top: 30px;
  }
  .plan .l-container .col-6 .inner .plan-img img {
    width: 100%;
    height: auto;
  }
  .plan .l-container .col-6 .inner .plan-btn {
    background-color: #36393B;
  }
  .plan .l-container .col-6 .inner .plan-btn a {
    color: #fff;
    line-height: 50px;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .plan .l-container .col-6 p {
    width: 100%;
    text-align: left;
  }
}

.bbq {
  background: url(images/top/bg_tebura.png) center top no-repeat;
  padding: 40px 0 400px;
}
.bbq .bbq_body {
  text-align: right;
}
.bbq .bbq_body h2 {
  line-height: 2.3;
}
.bbq .bbq_body p {
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .bbq {
    background: url(images/top/sp_bbq.png) center center no-repeat;
    padding: 0;
    width: 100%;
    height: 650px;
    background-size: cover;
  }
  .bbq .wrapper {
    margin: 0 auto 0 0;
  }
  .bbq .wrapper .bbq_body {
    background-color: #fff;
    text-align: left;
    padding: 20px;
  }
  .bbq .wrapper .bbq_body h2 {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .bbq .wrapper .bbq_body p {
    line-height: 1.6;
    letter-spacing: 1.8px;
  }
}

.freespace {
  margin-top: 150px;
}
.freespace .free_body {
  display: flex;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .freespace .free_body {
    width: 1000px;
  }
}
.freespace .free_body h2 {
  writing-mode: vertical-rl;
  margin-right: -30px;
}
.freespace .free_body .free_container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.freespace .free_body .free_container .grid-col {
  flex-basis: 31.5%;
  padding-bottom: 40px;
}
.freespace .free_body .free_container .grid-col .thumnail {
  width: 100%;
}
.freespace .free_body .free_container .grid-col .thumnail img {
  width: 100%;
  height: auto;
}
.freespace .free_body .free_container .grid-col p {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  .freespace {
    margin-top: 60px;
  }
  .freespace .free_body {
    width: 100%;
    display: block;
  }
  .freespace .free_body h2 {
    writing-mode: horizontal-tb;
    padding: 20px 20px;
    margin-right: 0;
  }
  .freespace .free_body .free_container {
    width: 100%;
    padding: 0 10px;
  }
  .freespace .free_body .free_container .grid-col {
    flex-basis: 50%;
    padding: 5px;
  }
  .freespace .free_body .free_container .grid-col p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
}

.rental {
  margin-top: 100px;
  background: url(images/top/bg_rental.png) left center no-repeat;
  background-size: 50%;
  padding: 0 0 100px 0;
  position: relative;
}
.rental::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 100%;
  background-color: #E8F2EE;
  bottom: 0;
  left: 0;
  z-index: -888;
}
.rental .ren_container h2 {
  text-align: right;
}
.rental .ren_container .ren_content {
  width: 70%;
  margin: 30px 0 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 0 60px 60px;
}
.rental .more01 {
  width: 400px;
  margin: 0 0 0 auto;
  margin-right: -50px;
  border: 1px solid #707070;
  margin-top: 20px;
}
.rental .more01 a {
  line-height: 70px;
  text-align: center;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  .rental .more01 {
    width: 100%;
    margin: 30px auto;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .rental {
    margin-top: 60px;
    padding-bottom: 40px;
    background-image: none;
    background-color: #8ABAAD;
  }
  .rental .ren_container h2 {
    text-align: left;
    line-height: 1.3;
    background-color: #fff;
    letter-spacing: 3.5px;
    padding: 15px;
  }
  .rental .ren_container .ren_content {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
  }
}

.price {
  background-color: #E8F2EE;
  margin-top: -50px;
  position: relative;
  padding: 200px 0 200px;
}
.price .price_body {
  background: url(images/top/bg_price.png) center center no-repeat;
  background-position: right;
  background-size: 50%;
  padding-bottom: 70px;
}
.price .price_body .pri_container h2 {
  writing-mode: vertical-rl;
  padding-left: 40px;
}
.price .price_body .pri_container .pri_content {
  background-color: #fff;
  width: 50%;
  padding: 140px 0 100px 30px;
  margin: -80px auto 0 0;
  letter-spacing: 1.8px;
}
.price .price_body .pri_container .pri_content .more02 a {
  color: #8ABAAD;
  width: 200px;
  margin: 50px 0 0 auto;
  position: relative;
  padding-right: 10px;
  font-weight: 600;
}
.price .price_body .pri_container .pri_content .more02 a::after {
  content: "";
  width: 88px;
  height: 24px;
  background-image: url(images/top/allo_r.png);
  background-size: cover;
  position: absolute;
  bottom: -12px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 0;
  }
  .price .price_body {
    background-size: 70%;
    background-position: top 10% right;
  }
  .price .price_body .pri_container .pri_content {
    width: 83%;
    margin-top: 70px;
    padding: 50px 10px;
  }
  .price .price_body .pri_container .pri_content p {
    letter-spacing: 0.8px;
    line-height: 1.7;
  }
  .price .price_body .pri_container .pri_content .more02 {
    padding: 20px 0;
  }
  .price .price_body .pri_container .pri_content .more02 a {
    margin-top: 10px;
  }
}

.access {
  width: 100%;
  padding-bottom: 100px;
}
.access .access_body {
  position: relative;
}
.access .access_body .map {
  width: 85%;
  margin: 0 0 0 auto;
}
.access .access_body .map iframe {
  width: 100%;
  height: 600px;
}
.access .access_body .ac_container {
  background-color: #fff;
  padding: 30px 25px 35px 35px;
  position: absolute;
  top: -80px;
  left: 15%;
}
.access .access_body .ac_container ul {
  margin-top: 30px;
}
.access .access_body .ac_container ul li {
  line-height: 1.8;
  padding: 10px;
}
.access .access_body .ac_container ul .name {
  font-size: 18px;
  font-weight: 600;
}
.access .access_body .ac_container ul .ad {
  padding-top: 3px;
}
.access .access_body .ac_container ul .border {
  border-bottom: 1px #D0D0D0 solid;
  width: 90%;
}
.access .access_body .ac_container .gMap_btn {
  background-color: #36393B;
  width: 100px;
  margin: 20px 0 0 auto;
}
.access .access_body .ac_container .gMap_btn a {
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .access {
    width: 100%;
    padding-bottom: 40px;
  }
  .access .access_body .map {
    width: 100%;
  }
  .access .access_body .ac_container {
    padding: 20px;
    left: 0;
    padding-top: 40px;
  }
  .access .access_body .ac_container ul {
    margin-top: 15px;
  }
  .access .access_body .ac_container ul li {
    font-size: 14px;
    margin: 0;
  }
  .access .access_body .ac_container ul .border {
    width: 100%;
  }
  .access .ac_text {
    padding-top: 20px;
  }
  .access .ac_text ul {
    width: 70%;
    margin: 0 auto;
  }
  .access .ac_text ul li {
    text-align: left;
    line-height: 1.7;
    font-size: 14px;
    padding: 15px 0;
  }
  .access .ac_text ul .car {
    border-top: 1px #D0D0D0 solid;
  }
  .access .ac_text ul .car span {
    font-size: 12px;
  }
}

footer {
  width: 100%;
}
footer .footnav {
  padding: 50px 0;
}
footer .footnav ul {
  display: flex;
  justify-content: space-between;
}
footer .footnav ul li a {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .footnav ul {
    display: none;
  }
}
footer .con_box {
  display: flex;
  justify-content: center;
}
footer .con_box .ycfLogo {
  flex-basis: 26%;
  padding: 1vw 2vw;
}
footer .con_box .ycfLogo .inner ul li {
  font-size: 13px;
  color: #8ABAAD;
  line-height: 1.7;
}
footer .con_box .ycfLogo .inner ul li:first-child {
  margin-bottom: 15px;
}
footer .con_box .ycfLogo .inner ul li:nth-child(2) {
  font-weight: 600;
}
footer .con_box .ycfLogo .inner ul li:nth-child(3) {
  font-size: 12px;
}
footer .con_box .theeLogo {
  flex-basis: 20%;
  border-right: 1px solid #8ABAAD;
  border-left: 1px solid #8ABAAD;
  padding: 1vw 2.6vw;
}
footer .con_box .theeLogo img {
  width: 100%;
  height: auto;
}
footer .con_box .sponsor {
  flex-basis: 20%;
  padding: 1vw 0 0 4vw;
}
footer .con_box .sponsor a {
  margin: 10px 0;
}
footer .con_box h4 {
  color: #8ABAAD;
}
footer .copy {
  margin-top: 30px;
  background-color: #E8F2EE;
  color: #7FB1A4;
  line-height: 4;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  footer {
    margin-bottom: 40px;
    padding: 10px 0;
  }
  footer .footnav {
    padding: 0;
  }
  footer .con_box {
    width: 95%;
    flex-direction: column-reverse;
  }
  footer .con_box .theeLogo {
    border: none;
    width: 50%;
    margin: 30px auto 0;
  }
  footer .con_box .sponsor {
    padding: 0;
    flex-basis: 95%;
    margin-top: 30px;
  }
  footer .con_box .sponsor .spon_link {
    display: flex;
    justify-content: space-around;
  }
  footer .con_box .sponsor .spon_link a {
    margin: 10px;
  }
  footer .con_box .sponsor .spon_link a img {
    width: 100%;
    height: auto;
  }
  .flow-navi__wrapper {
    display: none;
    overflow: hidden;
  }
  .flow-navi {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    overflow: hidden;
  }
  .btn_info {
    display: flex;
  }
  .btn_info .reserve {
    flex-basis: 50%;
  }
  .btn_info .reserve a {
    background-color: #464646;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 4.5vw;
    padding: 15px;
  }
  .btn_info .link_phone {
    background-color: #FD8866;
    flex-basis: 50%;
  }
  .btn_info .link_phone a {
    width: 100%;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 4.5vw;
  }
  .btn_info img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
}
.test {
  background-color: black;
}
@media screen and (max-width: 1299px) {
  .test {
    background-color: red;
  }
}
@media screen and (max-width: 768px) {
  .test {
    background-color: blue;
  }
}

p, li, a {
  font-family: yu-mincho-pr6n, sans-serif;
}

.top {
  height: 100vh;
  /* スライダー全体 */
  /* スライダー画像 */
  /*
    ①スライド画像
    表示する画像を定義
  */
  /*
    ②アニメーション設定
    animation-durationのみ変更
  */
  /* アニメーション定義 */
}
.top .hero {
  height: 100vh;
}
.top .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -12;
}
.top .slider .image {
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top .slider .image:nth-of-type(1) {
  background-image: url(images/fade/fade00.webp);
}
.top .slider .image:nth-of-type(2) {
  animation-delay: 5s;
  background-image: url(images/fade/fade04.webp);
}
.top .slider .image:nth-of-type(3) {
  animation-delay: 9s;
  background-image: url(images/fade/fade03.webp);
}
.top .slider .image:nth-of-type(4) {
  animation-delay: 13s;
  background-image: url(images/fade/fade08.webp);
}
.top .slider .image {
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 14s; /* ①で設定したanimation-delayを合計を挿入 */
}
@keyframes anime {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    transform: scale(1.01);
    opacity: 1;
  }
  40% {
    transform: scale(1.1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  70% {
    transform: scale(1.17);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#google_translate_element {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: fit-content;
  padding: 0 10px;
}
@media screen and (max-width: 500px) {
  #google_translate_element {
    top: 70px;
    z-index: 100;
    padding-right: 0;
  }
}
#google_translate_element img {
  display: none !important;
}
#google_translate_element a {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 500px) {
  #google_translate_element a {
    padding: 0;
  }
}
#google_translate_element a span {
  padding: 0 0 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  #google_translate_element a span {
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  #google_translate_element.pages_translate {
    top: -70px;
    z-index: 999;
  }
  #google_translate_element.pages_translate.qa {
    top: -80px;
  }
  #google_translate_element.pages_translate.ga {
    top: -100px;
  }
  #google_translate_element.pages_translate.pl {
    top: -90px;
  }
}

.headouter {
  width: 100%;
  background-color: #fff;
}
.headouter header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  width: 90%;
  margin: 0 0 0 auto;
}
.headouter header .logo {
  flex-basis: 13%;
  align-self: center;
  margin-right: 30%;
}
.headouter header .logo img {
  width: 100%;
  height: auto;
}
.headouter header nav {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 20px 0;
  height: 180px;
  position: fixed;
  top: 0;
  left: 60%;
  transition: 0.5s;
  z-index: 5;
}
.headouter header nav ul {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.headouter header nav ul li {
  font-family: ten-mincho-text, serif;
  line-height: 2.5;
}
.headouter header .instag {
  flex-basis: 2%;
  align-self: center;
  margin-right: 5%;
}
.headouter header .instag img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) and (max-width: 1350px) {
  .headouter header {
    justify-content: space-between;
    padding: 0 20px;
    height: 135px;
  }
  .headouter header .logo {
    flex-basis: 15%;
  }
  .headouter header nav {
    font-size: 15px;
    left: 45%;
    height: 160px;
  }
  .headouter header .instag {
    flex-basis: 3%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .headouter header {
    justify-content: space-between;
    padding: 0 20px;
    height: 135px;
  }
  .headouter header .logo {
    flex-basis: 15%;
  }
  .headouter header nav {
    font-size: 14px;
    left: 45%;
    height: 160px;
  }
  .headouter header .instag {
    flex-basis: 3%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .headouter {
    position: fixed;
    top: 0px; /* 位置(上0px) */
    left: 0px;
    z-index: 100;
  }
  .headouter header {
    width: 100%;
    height: 70px;
  }
  .headouter header .nav_wrapper.slide-in {
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .headouter header .nav_wrapper.slide-in ul.header-nav {
    writing-mode: horizontal-tb;
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 120;
    transform: translate(-50%, -50%);
  }
  .headouter header .nav_wrapper.slide-in ul.header-nav .nav-item {
    line-height: 2.8;
    text-align: center;
  }
  .headouter header .nav_wrapper.slide-in ul.header-nav .nav-item a img {
    width: 20%;
    height: auto;
  }
  .headouter header .logo {
    flex-basis: 30%;
  }
  .headouter header .instag {
    flex-basis: 5%;
  }
}

.copy_img {
  width: 45%;
  position: absolute;
  top: 25%;
  right: 10%;
}
.copy_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .copy_img {
    width: 93%;
    top: 13%;
    right: 3%;
  }
}

.bold {
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .bold {
    font-size: 16px;
  }
}

h3 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 10px;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

h4 {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 17px;
  padding-bottom: 5px;
}

span {
  font-weight: 300;
  font-size: 15px;
}

.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.more03 {
  width: 100%;
  background-color: #fff;
}
.more03 a {
  color: #3E7CE5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 30px;
  padding: 0 8px;
  position: relative;
}
.more03 a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 20px;
  background-image: url(images/common/arrowRight.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 15%;
  right: 1%;
}
@media screen and (max-width: 340px) {
  .more03 a {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 30px 5px 8px;
  }
  .more03 a::after {
    top: 30%;
  }
}

section {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
}

.cta .innerbox {
  display: flex;
  justify-content: space-evenly;
}
.cta .innerbox .inner {
  width: 400px;
  height: 120px;
}
.cta .innerbox .tel_btn {
  border: 1px solid #8ABAAD;
  height: 120px;
  background-color: #fff;
}
.cta .innerbox .tel_btn a {
  position: relative;
}
.cta .innerbox .tel_btn a .inner {
  padding-left: 30px;
}
.cta .innerbox .tel_btn a .inner .num {
  color: #8ABAAD;
  font-size: 46px;
  line-height: 27px;
  position: relative;
  letter-spacing: 1.8px;
}
.cta .innerbox .tel_btn a .inner .num::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 60px;
  background-image: url(images/common/cta_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 6%;
  bottom: -22px;
}
@media screen and (max-width: 768px) {
  .cta .innerbox .tel_btn a .inner .num::after {
    background-image: none;
  }
}
.cta .innerbox .tel_btn a .inner .box {
  color: #36393B;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 1.8px;
}
.cta .innerbox .tel_btn a::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #8ABAAD;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cta .innerbox .tel_btn a::after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #8ABAAD;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.cta .innerbox .web_book {
  height: 120px;
  background-color: #36393B;
  position: relative;
}
.cta .innerbox .web_book a {
  color: #fff;
  text-align: center;
  line-height: 120px;
  letter-spacing: 1.8px;
}
.cta .innerbox .web_book a::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cta .innerbox .web_book a::after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .cta .innerbox {
    flex-direction: column;
  }
  .cta .innerbox .tel_btn a .inner .box {
    line-height: 65px;
  }
  .cta .innerbox .tel_btn a .inner .num {
    font-size: 42px;
  }
  .cta .innerbox .tel_btn a .inner .num::after {
    bottom: -17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 340px) {
  .cta .innerbox .tel_btn a .inner {
    height: 90px;
  }
  .cta .innerbox .tel_btn a .inner .box {
    line-height: 53px;
  }
  .cta .innerbox .tel_btn a .inner .num {
    font-size: 30px;
    line-height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .cta .innerbox .inner {
    width: initial;
  }
  .cta .innerbox .web_book {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  .cta .innerbox .inner {
    height: 90px;
  }
  .cta .innerbox .tel_btn {
    height: 90px;
  }
  .cta .innerbox .tel_btn a .inner .box {
    line-height: 56px;
  }
  .cta .innerbox .tel_btn a .inner .num {
    line-height: 0.2;
  }
  .cta .innerbox .tel_btn a .inner .num::after {
    bottom: -16px;
  }
  .cta .innerbox .web_book {
    height: 90px;
  }
  .cta .innerbox .web_book a {
    line-height: 90px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .headouter {
    height: 70px;
  }
  .headouter header {
    align-items: center;
  }
  .headouter .burgerbtn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 100;
    border: none;
  }
  .headouter .bar {
    width: 39px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #2962ff;
    transition: 0.3s;
  }
  .headouter .bar_top {
    top: 11px;
  }
  .headouter .bar_mid {
    top: 20px;
    transition: 0.3s;
  }
  .headouter .bar_bottom {
    top: 29px;
  }
  .headouter .burgerbtn.close .bar_top {
    transform: translate(-10%, 11px) rotate(45deg);
    transition: transform 0.3s;
  }
  .headouter .burgerbtn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .headouter .burgerbtn.close .bar_bottom {
    transform: translate(-10%, -7px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .headouter header .nav_wrapper {
    transform: translateX(100%);
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    padding: 0;
    left: 0;
  }
  .headouter header .nav_wrapper ul.header-nav {
    writing-mode: horizontal-tb;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 120;
    transform: translate(-50%, -50%);
  }
  .headouter header .nav_wrapper ul.header-nav .nav-item {
    line-height: 4;
    text-align: center;
  }
  .headouter header .nav_wrapper ul.header-nav .nav-item a img {
    width: 20%;
    height: auto;
  }
  .headouter header .nav_wrapper.slide-in {
    transform: translateX(0);
    transition: 0.3s;
  }
  body.noscroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 340px) {
  h3 {
    font-size: 24px;
  }
}
main .title {
  width: 100%;
  margin-top: 100px;
}
main .title h2 {
  padding: 20px 0;
}
main .title .bg_ttl {
  background: url(images/plan/camp_bg_01.png) center center no-repeat;
  background-position: bottom right;
  position: relative;
  padding: 100px 0 0;
  margin-top: 100px;
  background-size: 62%;
}
main .title .title_box {
  padding-bottom: 70px;
}
main .title .title_box p {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  top: -20%;
  line-height: 2.5;
}
main .title .time {
  padding: 20px 5px 20px 20px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  main .title {
    margin-top: 70px;
  }
  main .title h2 {
    padding: 10px 0;
  }
  main .title .bg_ttl {
    margin: 0;
    position: static;
    padding: 0 0 40px 0;
    background-position: center top 12px;
    background-size: 200%;
  }
  main .title .bg_ttl .wrapper {
    width: 95%;
  }
  main .title .bg_ttl .wrapper .title_box {
    padding: 10px 0 0;
  }
  main .title .bg_ttl .wrapper .title_box p {
    position: static;
    top: 0;
    line-height: 1.5;
    margin-top: 260px;
    padding: 10px 5px;
  }
  main .title .bg_ttl .wrapper .time {
    padding: 0;
    margin-top: 0;
    padding: 15px 10px;
    background-color: #fff;
    width: auto;
  }
  main .title .bg_ttl .wrapper .time p {
    line-height: 1.3;
  }
}
main .title .mini_text {
  font-size: 14px;
  line-height: 1.7;
  display: block;
}

section.c-content p {
  font-family: "Noto Sans JP", sans-serif;
}
section.c-content .bg_color {
  background-color: #D3E2FB;
  padding: 50px 30px 60px;
  width: 85%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1000px) {
  section.c-content .bg_color {
    width: 100%;
  }
}
section.c-content .container {
  display: flex;
}
section.c-content .container .imgbox {
  flex-basis: 55%;
  min-height: 370px;
}
section.c-content .container .imgbox img {
  width: 100%;
  height: auto;
}
section.c-content .container .textbox {
  padding-left: 40px;
  position: relative;
  min-width: 480px;
}
section.c-content .container .textbox h3 {
  padding: 0;
}
section.c-content .container .textbox .innerbox h4 {
  line-height: 1.5;
  margin-top: 15px;
}
section.c-content .container .textbox .innerbox h5 {
  font-weight: 500;
  margin-top: 10px;
}
section.c-content .container .textbox .innerbox p, section.c-content .container .textbox .innerbox span {
  line-height: 1.7;
  font-size: 14px;
  padding-left: 20px;
}
section.c-content .container .textbox .innerbox span {
  display: block;
  line-height: 2;
}
section.c-content .container .textbox .innerbox .more03 {
  position: absolute;
  bottom: 0;
  width: 90%;
}
section.c-content .container .textbox .innerbox .more03 a {
  padding: 10px 20px;
}
section.c-content .container .textbox .innerbox .more03 a:after {
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
@media screen and (max-width: 768px) {
  section.c-content .bg_color {
    padding: 30px 10px;
  }
  section.c-content .bg_color .container {
    flex-direction: column;
  }
  section.c-content .bg_color .container .imgbox {
    padding: 10px 20px 30px;
    min-height: initial;
  }
  section.c-content .bg_color .container .textbox {
    min-width: initial;
    padding: 10px 10px 90px;
    min-height: initial;
  }
  section.c-content .bg_color .container .textbox .more03 {
    width: 95%;
    margin: 10px auto;
  }
  section.c-content .bg_color .container .textbox .more03 a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px;
  }
  section.c-content .bg_color .container .textbox .more03 a::after {
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
  }
}

.f-plus .yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.f-plus .exp {
  margin: 30px 0 10px;
  line-height: 2;
}
.f-plus .f-inner {
  margin-top: 50px;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
}
.f-plus .f-inner .container {
  display: flex;
}
.f-plus .f-inner .container .imgbox {
  flex-basis: 50%;
  padding-bottom: 100px;
}
.f-plus .f-inner .container .imgbox img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 1099px) {
  .f-plus .f-inner .container .imgbox img {
    width: 100%;
  }
}
.f-plus .f-inner .container .textbox {
  flex-basis: 25%;
}
.f-plus .f-inner .container .textbox ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.f-plus .f-inner .container .pribox {
  flex-basis: 25%;
}
.f-plus .f-inner .container .pribox .josebold {
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
.f-plus .f-inner .container .pribox .josebold span {
  font-size: 12px;
}
.f-plus .f-inner .container .pribox .boldplus {
  margin-top: 0;
}
.f-plus .f-inner .container .pribox .cero {
  margin-top: 10px;
}
.f-plus .f-inner .container .pribox .jose {
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.f-plus .f-inner .container .pribox .jose span {
  font-size: 12px;
  font-weight: 300;
}
.f-plus .f-inner .container .pribox p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.f-plus .f-inner .btnbox {
  width: 30%;
  margin: 0 0 0 auto;
}
.f-plus .f-inner .btnbox .pribtn_b {
  background-color: #D3E2FB;
}
.f-plus .f-inner .btnbox .pribtn_b a {
  font-family: yu-mincho-pr6n, sans-serif;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
.f-plus .f-inner .btnbox .bookbtn {
  margin-top: 8px;
  background-color: #36393B;
}
.f-plus .f-inner .btnbox .bookbtn a {
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
.f-plus .f-inner-top {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.f-plus .m-inner {
  padding-top: 30px;
}
.f-plus .m-inner .container {
  display: flex;
  justify-content: space-between;
}
.f-plus .m-inner .container .morning {
  margin-top: 30px;
  flex-basis: 60%;
  display: flex;
}
.f-plus .m-inner .container .morning .imgbox {
  flex-basis: 40%;
}
.f-plus .m-inner .container .morning .imgbox img {
  width: 100%;
  height: auto;
}
.f-plus .m-inner .container .morning .textbox {
  padding-left: 30px;
}
.f-plus .m-inner .container .morning .textbox ul li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.f-plus .m-inner .container .menu {
  margin-top: 30px;
  flex-basis: 30%;
  border-left: 1px solid #000;
  padding-left: 30px;
}
.f-plus .m-inner .container .menu ul li {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .f-plus .wrapper {
    width: 95%;
  }
  .f-plus .wrapper .exp {
    margin-top: 20px;
    line-height: 1.8;
  }
  .f-plus .wrapper h4 {
    padding: 0 15px;
    margin-top: 20px;
  }
  .f-plus .wrapper .container {
    flex-direction: column;
  }
  .f-plus .wrapper .container .imgbox {
    padding-bottom: 20px;
  }
  .f-plus .wrapper .container .imgbox .box {
    width: 100%;
  }
  .f-plus .wrapper .container .imgbox .box img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) and (max-width: 340px) {
  .f-plus .wrapper .container .imgbox .box {
    height: 300px;
  }
  .f-plus .wrapper .container .imgbox .box img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .f-plus .wrapper .btnbox {
    margin-top: 20px;
    width: 100%;
  }
  .f-plus .m-inner {
    width: 100%;
    padding-top: 10px;
  }
  .f-plus .m-inner .container {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .f-plus .m-inner .container .morning {
    flex-direction: column;
    flex-basis: 100%;
  }
  .f-plus .m-inner .container .menu {
    border-left: none;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    padding-left: 0;
    margin-top: 20px;
  }
  .f-plus .m-inner .container .menu h4 {
    margin-top: 15px;
    padding-left: 0;
  }
  .f-plus .m-inner .container .menu ul li {
    padding-left: 15px;
  }
  .f-plus .m-inner .pribox {
    width: 100%;
    margin: 15px 0;
  }
  .f-plus .m-inner .pribox .innerbox {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }
  .f-plus .m-inner .pribox .innerbox .josebold {
    margin-top: 0;
    line-height: 1.5;
  }
  .f-plus .m-inner .pribox .minip {
    font-size: 12px;
    padding-left: 15px;
  }
}

.josebold {
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
.josebold span {
  font-size: 12px;
}

.jose {
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.jose span {
  font-size: 12px;
  font-weight: 300;
}

.cn-container h3 {
  padding: 30px;
}
.cn-container .bg_container {
  background: url(images/plan/camp_03.png) bottom center no-repeat;
  background-size: 42%;
  background-position: left 10% top 0;
  margin-top: 30px;
}
.cn-container .bg_container .innerbox .bg_w {
  background-color: #fff;
  width: 60%;
  margin: 0 0 0 auto;
  padding: 0 40px 40px;
}
.cn-container .bg_container .innerbox .pribox {
  width: 18%;
  margin: 0 0 0 auto;
}
.cn-container .bg_container .btnbox {
  padding-top: 60px;
}
@media screen and (min-width: 2000px) {
  .cn-container .bg_container .btnbox {
    padding-top: 200px;
  }
}
.cn-container .bg_container .btnbox .pribtn_b {
  width: 30%;
  margin: 0 0 0 auto;
  background-color: #68A691;
}
.cn-container .bg_container .btnbox .pribtn_b a {
  color: #fff;
  font-family: "游明朝", YuMincho;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
.cn-container .bg_container .btnbox .bookbtn {
  width: 30%;
  margin: 0 0 0 auto;
  margin-top: 8px;
  background-color: #36393B;
}
.cn-container .bg_container .btnbox .bookbtn a {
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .cn-container h3 {
    padding: 0;
  }
  .cn-container .bg_container {
    background-size: 80%;
    padding: 170px 0 0 0;
    background-position: left 0 top;
  }
  .cn-container .bg_container .innerbox .bg_w {
    width: 90%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 340px) {
  .cn-container .bg_container .innerbox .bg_w {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .cn-container .bg_container .innerbox .pribox {
    margin: 0 0 0 auto;
    width: 85%;
  }
  .cn-container .bg_container .btnbox {
    padding-top: 20px;
  }
  .cn-container .bg_container .btnbox .pribtn_b {
    width: 100%;
  }
  .cn-container .bg_container .btnbox .bookbtn {
    width: 100%;
  }
}

.c_flow .outcontainer {
  display: flex;
  justify-content: space-between;
}
.c_flow .outcontainer h3 {
  flex-basis: 30%;
}
.c_flow .outcontainer .container {
  flex-basis: 70%;
  display: flex;
  flex-wrap: wrap;
}
.c_flow .outcontainer .container .innerbox {
  flex-basis: 33%;
  padding: 0 5px 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c_flow .outcontainer .container .innerbox {
    flex-basis: 48%;
  }
}
.c_flow .outcontainer .container .innerbox dl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_flow .outcontainer .container .innerbox dl {
    text-align: left;
    line-height: 1.5em;
  }
}
.c_flow .outcontainer .container .innerbox dl dt {
  font-weight: 600;
  line-height: 1.7;
}
.c_flow .outcontainer .container .innerbox dl dt img {
  width: 100%;
  height: auto;
}
.c_flow .outcontainer .container .innerbox dl .box {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .c_flow .outcontainer .container .innerbox dl .box {
    margin-bottom: 10px;
  }
}
.c_flow .outcontainer .container .innerbox dl dd {
  width: 95%;
  margin: 0 auto;
  font-size: 15px;
  color: #707070;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c_flow .outcontainer .container .innerbox dl dd {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c_flow .wrapper .outcontainer {
    flex-direction: column;
  }
  .c_flow .wrapper .outcontainer h3 {
    padding: 20px 0;
  }
}

.atten .innertext {
  padding: 30px 0;
}
.atten .innertext ul li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

footer {
  margin-top: 100px;
}

.title {
  width: 100%;
  margin-top: 100px;
}
.title h2 {
  padding: 20px 0;
}
.title .bg_ttl_g {
  background: url(images/plan/gla_bg_01.webp) center center no-repeat;
  background-position: bottom right;
  position: relative;
  padding: 100px 0 0;
  margin-top: 96px;
  background-size: 62%;
}
@media screen and (max-width: 768px) {
  .title {
    margin-top: 50px;
  }
  .title h2 {
    padding: 10px 0;
  }
  .title .bg_ttl_g {
    margin: 0;
    position: static;
    padding: 0 0 40px 0;
    background-position: center top 12px;
    background-size: 200%;
  }
  .title .bg_ttl_g .wrapper {
    width: 95%;
  }
  .title .bg_ttl_g .wrapper .title_box {
    padding: 10px 0 0;
  }
  .title .bg_ttl_g .wrapper .title_box p {
    position: static;
    top: 0;
    line-height: 1.5;
    margin-top: 260px;
    padding: 10px 5px;
  }
  .title .bg_ttl_g .wrapper .time {
    padding: 0;
    margin-top: 0;
    padding: 5px 10px;
    width: auto;
    background-color: #fff;
  }
  .title .bg_ttl_g .wrapper .time p {
    line-height: 1.3;
  }
}

.c-content .bg_color .container .g-textbox {
  min-height: 450px;
}
@media screen and (max-width: 768px) {
  .c-content .bg_color .container .g-textbox {
    min-height: initial;
  }
}

.gla_02 .container {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}
.gla_02 .container .imgbox {
  flex-basis: 35%;
}
.gla_02 .container .imgbox img {
  width: 100%;
  height: auto;
}
.gla_02 .container .textbox {
  flex-basis: 40%;
}
.gla_02 .container .inner {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
.gla_02 .container .inner p {
  font-weight: 600;
}
.gla_02 .container .inner ul {
  margin-top: 10px;
}
.gla_02 .container .inner ul li {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gla_02 .container .inner2 {
  margin-top: 20px;
}
.gla_02 .container .inner2 p {
  font-weight: 600;
}
.gla_02 .container .inner2 ul {
  margin-top: 10px;
}
.gla_02 .container .inner2 ul li {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gla_02 h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 600;
  margin-top: 30px;
  padding-left: 10%;
}
.gla_02 .m-inner .container {
  width: 90%;
  margin: 20px auto 0;
  justify-content: space-around;
}
.gla_02 .m-inner .container .imgbox {
  flex-basis: 35%;
}
.gla_02 .m-inner .container .imgbox img {
  width: 100%;
  height: auto;
}
.gla_02 .m-inner .container .textbox {
  flex-basis: 40%;
}
.gla_02 .m-inner .container .textbox ul li {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gla_02 .gl_f_con {
  margin-top: 20px;
}
.gla_02 .pribox {
  width: 30%;
  margin: 40px 0 0 auto;
}
.gla_02 .pribox .innerbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.gla_02 .btnbox {
  width: 30%;
  margin: 10px 0 0 auto;
}
.gla_02 .btnbox .pribtn_g {
  background-color: #D3E2FB;
}
.gla_02 .btnbox .pribtn_g a {
  line-height: 40px;
  text-align: center;
}
.gla_02 .btnbox .bookbtn {
  margin-top: 8px;
  background-color: #36393B;
}
.gla_02 .btnbox .bookbtn a {
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
.gla_02 .menu {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.gla_02 .menu h4 {
  font-family: "Noto Sans JP", sans-serif;
}
.gla_02 .menu ul {
  padding-left: 10%;
}
.gla_02 .menu ul li {
  font-family: "Noto Sans JP", sans-serif;
}

.gn-container .bg_container_g {
  background: url(images/plan/glam_03.webp) bottom center no-repeat;
  background-size: 42%;
  background-position: left 10% bottom 0;
  margin-top: 30px;
}
.gn-container .bg_container_g .innerbox .bg_w {
  background-color: #fff;
  width: 60%;
  margin: 0 0 0 auto;
  padding: 0 40px 40px;
}
.gn-container .bg_container_g .innerbox .pribox {
  width: 18%;
  margin: 0 0 0 auto;
}
.gn-container .bg_container_g .btnbox {
  padding-top: 60px;
}
@media screen and (min-width: 2000px) {
  .gn-container .bg_container_g .btnbox {
    padding-top: 200px;
  }
}
.gn-container .bg_container_g .btnbox .pribtn_b {
  width: 30%;
  margin: 0 0 0 auto;
  background-color: #68A691;
}
.gn-container .bg_container_g .btnbox .pribtn_b a {
  color: #fff;
  font-family: "游明朝", YuMincho;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
.gn-container .bg_container_g .btnbox .bookbtn {
  width: 30%;
  margin: 0 0 0 auto;
  margin-top: 8px;
  background-color: #36393B;
}
.gn-container .bg_container_g .btnbox .bookbtn a {
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .gn-container .bg_container_g {
    background-size: 80%;
    padding: 170px 0 0 0;
    background-position: left 0 top;
  }
  .gn-container .bg_container_g .innerbox .bg_w {
    width: 90%;
    padding: 20px;
  }
  .gn-container .bg_container_g .innerbox .pribox {
    margin: 0 0 0 auto;
    width: 85%;
  }
  .gn-container .bg_container_g .btnbox {
    padding-top: 20px;
  }
  .gn-container .bg_container_g .btnbox .pribtn_b {
    width: 100%;
  }
  .gn-container .bg_container_g .btnbox .bookbtn {
    width: 100%;
  }
}

.title {
  width: 100%;
  margin-top: 100px;
}
.title h2 {
  padding: 20px 0;
}
.title .bg_ttl_f {
  background: url(images/plan/free_bg_022.jpg) center center no-repeat;
  background-position: bottom right;
  position: relative;
  padding: 100px 0 0;
  margin-top: 98px;
  background-size: 62%;
}
.title .title_box {
  padding-bottom: 70px;
}
.title .title_box p {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  top: -20%;
  line-height: 2.5;
}
.title .time {
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .title {
    margin-top: 50px;
  }
  .title h2 {
    padding: 10px 0;
  }
  .title .bg_ttl_f {
    margin: 0;
    position: static;
    padding: 0 0 40px 0;
    background-position: center top 12px;
    background-size: 200%;
  }
  .title .bg_ttl_f .wrapper {
    width: 95%;
  }
  .title .bg_ttl_f .wrapper .title_box {
    padding: 10px 0 0;
  }
  .title .bg_ttl_f .wrapper .title_box p {
    position: static;
    top: 0;
    line-height: 1.5;
    margin-top: 260px;
    padding: 10px 5px;
  }
  .title .bg_ttl_f .wrapper .time {
    padding: 0;
    margin-top: 0;
    padding: 5px 10px;
    width: auto;
    background-color: #fff;
  }
  .title .bg_ttl_f .wrapper .time p {
    line-height: 1.3;
  }
}

.textfree {
  flex-basis: 40%;
  min-height: 430px;
}

section.c-content .bg_color_g {
  background-color: #E7F1EE;
}
section.c-content .bg_color_g .container .free_img_box {
  min-height: 365px;
}
@media screen and (max-width: 768px) {
  section.c-content .bg_color_g .container .free_img_box {
    min-height: 267px;
  }
}
section.c-content .bg_color_g .container .textfree {
  flex-basis: 45%;
}
section.c-content .bg_color_g .container .textfree .pribtn_b {
  background-color: #36393B;
  width: 185px;
  margin: 40px 0 0 auto;
}
section.c-content .bg_color_g .container .textfree .pribtn_b a {
  color: #fff;
  line-height: 37px;
  position: relative;
  text-align: center;
}
section.c-content .bg_color_g .container .textfree .pribtn_b a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(images/common/arrowR_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 25%;
  right: 2%;
}
section.c-content .bg_color_g .container .textfree .more04 {
  width: 415px;
  background-color: #fff;
  padding-left: 20px;
  margin: 10px 0 0 auto;
}
section.c-content .bg_color_g .container .textfree .more04 a {
  line-height: 37px;
  position: relative;
}
section.c-content .bg_color_g .container .textfree .more04 a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(images/common/arrowR_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 25%;
  right: 1%;
}
section.c-content .bg_color_g .container .textfree .btn_box {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.c-content .bg_color_g .container .textfree {
    padding: 0 10px;
  }
  section.c-content .bg_color_g .container .textfree .btn_box {
    position: initial;
  }
  section.c-content .bg_color_g .container .textfree .btn_box .pribtn_b {
    width: 100%;
    margin: 20px auto 0;
  }
  section.c-content .bg_color_g .container .textfree .btn_box .more04 {
    width: 100%;
    margin: 10px auto;
  }
  section.c-content .bg_color_g .container .textfree .btn_box .more04 a {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c_flow .wrapper .outcontainer .container .innerbox dl dt {
    line-height: 1.5;
  }
  footer {
    margin-top: 20px;
  }
  footer .con_box {
    align-items: center;
    justify-content: center;
  }
  footer .con_box .ycfLogo {
    margin-top: 20px;
  }
  footer .con_box .theeLogo {
    width: 40%;
  }
}
#book {
  background-color: #fff;
  border: 1px solid #777;
  width: 50px;
  line-height: 50px;
  position: fixed;
  top: 70%;
  right: 30px;
  z-index: 120;
  padding: 10px 0;
}
#book a {
  font-size: 18px;
  line-height: 50px;
  writing-mode: vertical-rl;
  line-height: 40px;
  position: relative;
  border-bottom: 1px #333 solid;
  border-top: 1px #333 solid;
  padding: 20px 0;
  letter-spacing: 2px;
  width: 80%;
  margin: 0 auto;
}

.price_content {
  margin-top: 90px;
}
.price_content .taxin {
  font-size: 14px;
}
.price_content .price_img {
  margin-top: 70px;
  width: 100%;
}
.price_content .price_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .price_content .price_img img {
    width: 100%;
    height: auto;
  }
}
.price_content .cancel {
  margin-top: 40px;
}
.price_content .cancel table {
  width: 30%;
}
.price_content .cancel table tr th, .price_content .cancel table tr td {
  line-height: 1.5;
}
.price_content .cancel .color_red {
  padding-top: 10px;
  color: red;
}
@media screen and (max-width: 768px) {
  .price_content .cancel table {
    width: 80%;
  }
}

.rental_container {
  margin-top: 100px;
}
.rental_container .rental_bg_g {
  background-color: #E8F2EE;
  padding: 60px 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g {
    padding: 30px 0;
  }
}
.rental_container .rental_bg_g .rental01, .rental_container .rental_bg_g .rental02 {
  background-color: #fff;
  margin-top: 40px;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g .rental01, .rental_container .rental_bg_g .rental02 {
    padding: 10px 5px;
  }
}
.rental_container .rental_bg_g .rental01 h3, .rental_container .rental_bg_g .rental02 h3 {
  font-size: 28px;
  color: #8ABAAD;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g .rental01 h3, .rental_container .rental_bg_g .rental02 h3 {
    font-size: 20px;
    padding-top: 40px;
  }
}
.rental_container .rental_bg_g .rental01 h4, .rental_container .rental_bg_g .rental02 h4 {
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g .rental01 h4, .rental_container .rental_bg_g .rental02 h4 {
    padding-left: 10px;
  }
}
.rental_container .rental_bg_g .rental01 .wrapper_table, .rental_container .rental_bg_g .rental02 .wrapper_table {
  margin-top: 30px;
  border-bottom: #e7e7e7 1px solid;
  padding-bottom: 30px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g .rental01 .wrapper_table, .rental_container .rental_bg_g .rental02 .wrapper_table {
    margin-top: 10px;
    width: 100%;
  }
}
.rental_container .rental_bg_g .rental01 .wrapper_table_noborder, .rental_container .rental_bg_g .rental02 .wrapper_table_noborder {
  border: none;
}
.rental_container .rental_bg_g .rental01 table, .rental_container .rental_bg_g .rental02 table {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g .rental01 table, .rental_container .rental_bg_g .rental02 table {
    margin-top: 10px;
    width: 100%;
  }
}
.rental_container .rental_bg_g .rental01 table tr th, .rental_container .rental_bg_g .rental01 table tr td, .rental_container .rental_bg_g .rental02 table tr th, .rental_container .rental_bg_g .rental02 table tr td {
  padding-left: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .rental_container .rental_bg_g .rental01 table tr th, .rental_container .rental_bg_g .rental01 table tr td, .rental_container .rental_bg_g .rental02 table tr th, .rental_container .rental_bg_g .rental02 table tr td {
    padding-left: 10px;
    font-size: 14px;
  }
}
.rental_container .rental_bg_g .rental01 table tr td, .rental_container .rental_bg_g .rental02 table tr td {
  text-align: right;
}

.qa_container .bg_g {
  margin-top: 50px;
  background-color: #E8F2EE;
  padding: 50px 20px;
  /*------------------------------

  ここからアコーディオンのCSS

  ------------------------------*/
  /* チェックボックスを非表示にする */
  /* Question部分 */
  /* Answer部分は最初は表示しない */
  /* チェックボックスにチェックが入ったらAnswer部分を表示 */
}
.qa_container .bg_g .accordion {
  width: 80%;
  margin: 0 auto;
}
.qa_container .bg_g .accordion-hidden {
  display: none;
}
.qa_container .bg_g .accordion-open {
  line-height: 1.5;
  display: block;
  padding: 10px 10px 10px 35px;
  background: #fff;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 500;
  position: relative;
}
.qa_container .bg_g .accordion-open::before {
  content: "Q";
  position: absolute;
  color: #8ABAAD;
  font-size: 20px;
  left: 10px;
  top: 7px;
}
.qa_container .bg_g .accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  opacity: 0;
  transition: 0.3s; /* 表示速度の設定 */
  position: relative;
}
.qa_container .bg_g .accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  background: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
  padding: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.qa_container .bg_g .accordion-hidden:checked + .accordion-open + .accordion-close span {
  flex-basis: 3%;
  font-size: 20px;
  color: #FADDCC;
}
.qa_container .bg_g .accordion-hidden:checked + .accordion-open + .accordion-close p {
  flex-basis: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .qa_container {
    margin-top: 80px;
  }
  .qa_container h2 {
    padding-top: 30px;
  }
  .qa_container .bg_g {
    margin-top: 30px;
    padding: 20px 0;
  }
  .qa_container .bg_g .accordion {
    width: 100%;
    margin: 0 auto;
  }
  .qa_container .bg_g .accordion .accordion-hidden:checked + .accordion-open + .accordion-close {
    line-height: 1.3;
    font-size: 16px;
    align-items: center;
  }
  .qa_container .bg_g .accordion .accordion-hidden:checked + .accordion-open + .accordion-close span {
    flex-basis: 10%;
  }
}

.bg_g {
  padding: 50px 20px;
  background-color: #E8F2EE;
}
@media screen and (max-width: 768px) {
  .bg_g {
    margin-top: 70px;
  }
}

.office_info {
  background-color: #fff;
  padding: 30px;
}
.office_info .wrapper table {
  margin: 0 auto;
  margin-top: 40px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .office_info .wrapper table {
    width: 100%;
  }
}
.office_info .wrapper table tr:last-child th {
  border-bottom: #f7f7f7 3px solid;
}
.office_info .wrapper table tr th {
  width: 30%;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: bold;
  border-bottom: #fff 3px solid;
}
.office_info .wrapper table tr td {
  width: 70%;
  border-bottom: #f7f7f7 3px solid;
}
.office_info .wrapper table tr th, .office_info .wrapper table tr td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .office_info {
    padding: 20px 0 0 0;
  }
  .office_info .wrapper table {
    margin-top: 30px;
  }
  .office_info .wrapper table tr {
    height: 50px;
  }
  .office_info .wrapper table tr th, .office_info .wrapper table tr td {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 25px;
    padding: 20px;
  }
  .office_info .wrapper table tr td {
    line-height: 28px;
  }
}

.gar_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 80px;
}
.gar_container .inner {
  position: relative;
  width: 23%;
  margin: 5px;
}
.gar_container .inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gar_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.gar_imgs img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .ttl {
    margin-top: 100px;
  }
  .gar_container {
    margin-top: 30px;
  }
  .gar_container .inner {
    width: 20%;
  }
}
.growingup section {
  margin-top: 40px;
}
.growingup table {
  margin: 30px 0;
  width: 100%;
}
.growingup table tr th, .growingup table tr td {
  padding: 15px;
  border: 1px solid #ccc;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .growingup table tr th, .growingup table tr td {
    border: none;
  }
}
.growingup table tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.growingup table tr th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .growingup table tr th {
    width: 100%;
    display: block;
    padding-bottom: 0px;
    font-weight: bold;
  }
}
.growingup table tr td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .growingup table tr td {
    display: block;
    width: 100%;
  }
}
.growingup h5 {
  line-height: 1.5em;
  font-size: 18px;
}

.link_btn {
  display: block;
  padding: 15px;
  background-color: #00528e;
  border: 1px solid #00528e;
  color: #fff;
  transition: 0.2s;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  margin-top: 30px;
}
.link_btn:hover {
  background-color: #fff;
  color: #00528e;
}
@media screen and (max-width: 768px) {
  .link_btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .waq {
    margin-top: 20px;
  }
}
.waq .logoimg {
  margin-top: 30px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .waq .logoimg {
    width: 100%;
    margin-top: 30px;
  }
}
.waq .logoimg img {
  width: 100%;
}
.waq .waq_info {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .waq .waq_info {
    margin-top: 20px;
  }
}
.waq .waq_info .waq_ttl .waq_ttl_inner {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .waq .waq_info .waq_ttl .waq_ttl_inner {
    font-size: 18px;
  }
}
.waq .waq_info .waq_ttl p {
  margin-top: 10px;
  line-height: 2;
}
.waq .c-contents {
  margin-right: 12%;
}
@media screen and (max-width: 768px) {
  .waq .c-contents {
    margin-right: 0;
  }
}
.waq .c-contents .bg_color {
  background-color: #D3E2FB;
}
.waq .c-contents .container {
  display: flex;
  padding: 4rem 2rem 4rem;
  gap: 2.8rem;
}
.waq .c-contents .container .imgbox {
  flex-basis: 40%;
}
.waq .c-contents .container .imgbox img {
  width: 100%;
}
.waq .c-contents .container .textbox {
  flex-basis: 60%;
  position: static;
}
.waq .c-contents .container .textbox .innerbox .inner h4 {
  font-size: 18px;
}
.waq .c-contents .container .textbox .innerbox h5 {
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .waq .c-contents .container .textbox .innerbox h5 {
    font-size: 14px;
  }
}
.waq .c-contents .container .textbox .innerbox p {
  margin-top: 10px;
  font-size: 14px;
}
.waq .c-contents .container .textbox .innerbox p span {
  color: #2962ff;
}
.waq .c-contents .container .textbox .innerbox .more03 {
  position: static;
  margin-top: 2rem;
}
.waq .c-contents .container .textbox .innerbox .more03 a {
  padding: 0.5rem 1rem;
}
.waq .c-contents .container .textbox .innerbox .more03 a::after {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .waq .c-contents .container {
    flex-direction: column;
  }
}

.bbq {
  margin-top: 0;
}

.top_waq_collabo {
  margin: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 70%, #E8F2EE 70%, #E8F2EE 100%);
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .top_waq_collabo {
    padding: 100px 0;
  }
}
.top_waq_collabo .waq_container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top_waq_collabo .waq_container {
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }
}
.top_waq_collabo .waq_container .img {
  flex-basis: 45%;
}
.top_waq_collabo .waq_container .img img {
  width: 100%;
  height: auto;
}
.top_waq_collabo .waq_container .waq_txt h2 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .top_waq_collabo .waq_container .waq_txt h2 {
    font-size: 20px;
  }
}
.top_waq_collabo .waq_container .waq_txt p {
  margin-top: 2.4rem;
}
.top_waq_collabo .waq_container .waq_txt .more01 {
  margin-top: 3rem;
}
.top_waq_collabo .waq_container .waq_txt .more01 a {
  border: 1px solid #333;
  line-height: 70px;
  text-align: center;
  letter-spacing: 1.7px;
}

.waq_tebura .bg_container {
  background-image: url(images/plan/waq_03.jpg);
  background-position: bottom left;
  background-size: 55%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .waq_tebura .bg_container {
    background-size: 80%;
    background-position: top left;
  }
}

.splide {
  margin-top: 4rem;
}
.splide .splide__slide img {
  width: 100%;
  height: auto;
}

.waq_img {
  flex-basis: 45%;
}
.waq_img img {
  width: 100%;
  height: auto;
}

/*************************************************

page

*************************************************/