
section {
  box-sizing: border-box;
  text-align: center;
  padding: 0 20px 6em;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}
ul.dot{
  list-style: disc;         /* ● ドットを表示 */
  padding-left: 1.5em;       /* インデントを少し戻す */
}
/*#daycamp ul.icon>li,#daycamp div.icon,#daycamp h4.icon{
  display: flex;
  align-items: center; 
}
#daycamp ul.icon>li>i,#daycamp div.icon>i,#daycamp h4.icon>i{
  flex-shrink: 0;   アイコンのサイズを保つ 
}*/
ul.caption{
  padding: 0;
}
ul.caption li,p.caption{
  margin-top:2px;
  margin-bottom:0px;
  font-size: 0.85rem;
  text-indent: -1.3em;     /* 1行目の左端を1文字分戻す */
  padding-left: 1.3em;     /* 全体を1文字分右に寄せる */
  line-height: 1.6;      /* 行間を少し広めに調整（お好みで） */
}
ul.caption,p.caption{
  margin-top:5px;
  margin-bottom:0px;
}
/*#daycamp a,#daycamp  button,#daycamp  .hamburger {
  -webkit-tap-highlight-color: transparent;
}
#daycamp a{
  text-decoration: none;
  transition: opacity 0.1s ease; 
}
#daycamp a:hover{
  opacity: 0.4;
}*/

h3{
  font-family: "ab-kirigirisu", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9em;
  margin-bottom: 0.8em;
  letter-spacing: -0.1em;
  line-height:1.2em;
  color: #134634;
}
h3::after {
  content: "••••";
  display: block;
  font-size: 0.8em;
  margin-top: 6px;
  color: #9FBA9F;
  letter-spacing: 0.2em;
}
.text-sp {
  display: none;
}
.text-pc {
  display: inline;
}
.line {
  width: 600px;
  height: 20px;
  margin: 0 auto 30px auto;
  border-bottom: 2px dotted#ccc;
}
.mb10{margin-bottom:10px !important; }
.mb20{margin-bottom:20px !important; }
.mb30{margin-bottom:30px !important; }
.mb40{margin-bottom:40px !important; }
.mb50{margin-bottom:50px !important; }
.font_outline{
  text-shadow:
    2px 0 0 #fff,
   -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

#daycamp{
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック体", sans-serif;
  /*font-family: 'M PLUS 1', sans-serif;*/
  font-weight: 500;
  font-size: 14px;
  max-width: 1280px;
  margin: 0 auto;
  color: #404040;
  box-sizing: border-box;
}

.section-description{
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  margin-bottom: 3.5em;
  display: inline-block;
  text-align: left;
  width: 90%;
}
.section-content{
  max-width: 1000px;
  margin: 0 auto;
}
h4{
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 700;
  margin:0 0 1em 0;
}

.g-icon,.g-icon2 {
  margin-right: 10px;
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.g-icon2 {
  font-variation-settings:
    'FILL' 0;
}
.c_btn{
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #B7A8A8;
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 600;
  margin: 20px auto 0 auto;
  padding: 0;
  /*transition: opacity 0.2s ease, background-color 0.2s ease, border 0.2s ease;*/
  font-size:1em;
}
.c_btn>a,.c_btn>span{
  color: #462D2D;
  display: block;
  padding: 12px 24px;
  text-decoration: none;
}
.c_btn:not(.tel-pc):active {
  /*transform: translateY(-2px);*/
  background-color:#FFDC26; /* 背景色を薄く */
  border: 1px solid #FFDC26;
}

/*★★★★★　intro　★★★★★*/
#intro{
  padding: 0 !important;
  /*margin-bottom: 1em;*/
}
.hero {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url('img/intro/main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-limited {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 30%;
  height: auto;
  max-width: 100px;
  z-index: 2;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 1rem;
  max-width: 380px;
}
.hero-title {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 550px;
}
.hero-catch {
  width: 70%;
  height: auto;
  margin-top: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
  pointer-events: none;
  z-index: 2;
}

/*★★★★★　intro-lead　★★★★★*/
#intro-lead{
  /*position: relative;*/
  padding-top: 1em;
  /*padding-bottom: 7em;*/
  z-index: 1;
}

#intro-lead h3{ 
  position: relative;
  display: inline-block;
  padding: 0 0.1em;
  /*margin-top: 20px;*/
}
#intro-lead h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  height: 1.5em; 
  width: 100%;
  background: url('img/intro/line.png') no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
#intro-lead .section-description{
  font-weight: 500;
  line-height: 2.0em;
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}

#intro-lead .section-description::before {
  content: '';
  position: absolute;
  display: block; /* これが必要 */
  max-width: 1100px;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image:url('img/deco/1.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 110px auto;
  background-position: right 0px bottom 15px; 
  z-index: -1;
}

.recommend-highlight {
  position: relative;
  display: inline-block;
}
.recommend-highlight::before {
  content: "● ● ● ●";
  position: absolute;
  top: -2.8em;
  left: 50%;
  transform: translateX(-50%);
  color: #FFCC00;
  font-size: 0.25em;
  letter-spacing: 1.1em;
  white-space: nowrap;
  margin-left: 0.6em;
}
.section-period{
  display: inline-block;
  /*font-family: "ab-kirigirisu", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;*/
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 600;
  color: #FFF;
  background-color: #134634;
  padding: 5px 30px;
  margin: 0 auto;
  max-width: 400px;
  border-radius: 50px;
  font-size: .9em;
  line-height: 1.4em;
}
.tentfactory{
  border: 2px solid #007A89;
  padding: 30px 30px;
  max-width: 700px;
  margin: 0 auto;
  background-color:#EAFEFF;
}
.tentfactory h4{
  color: #134634;
  margin-top: 30px;
  font-size: 1.1em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  /*justify-content: center;
  display: inline-block;*/
  text-align: left;
}
.tentfactory img{
  width: 65%;
  max-width: 200px;
  margin: auto;
}
.tentfactory p{
  text-align: left;
}
.tentfactory .g-icon{
  font-size: 1.8em;
}

/*★★★★★　recommend　★★★★★*/
#recommend .section-content,#features .section-content{
  max-width: 1100px;
}
.recommend-highlight {
  color: #00a67d;
}
.recommend-list {
  display: flex;
  flex-direction: column;
}

.recommend-item img {
  width: 90%;
  margin: 0 auto 15px;
  max-width: 300px;
}
.recommend-item h4,.feature-text h4 {
  font-size: 1.25em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #134634;
  text-align: left;
}

.recommend-item .g-icon,.feature-text .g-icon {
  font-size: 2em;
}
.recommend-item p,.feature-text p {
  font-size: 1.06em;
  line-height: 1.5em;
  text-align: left;
  margin: 0 auto 10px auto;
  padding: 0 20px;
  max-width: 320px;
}

/*★★★★★　features　★★★★★*/
.feature-text-box{
  background-color: #DFF6EA;
  max-width: 300px;
  margin: auto;
}
.feature-text {
  text-align: center;
  padding: 40px 30px;
  text-align: left;
}
.feature-img img{
  max-width: 300px;
  margin: auto;
}
.feature-text p {
  margin: 0!important;
  padding: 0!important;
}

/* ★★★★★ details (利用料金・時間・人数) ★★★★★ */
.details-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding-bottom: 4em;
}
.details-icon {
  width: 180px;
  height: 180px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #134634;
}
.details-icon .g-icon{
  font-size: 2.5em;
  margin: 0 0 6px;
}
.details-icon h4 {
  font-size: 1.3em;
  margin: 0;
}
.details-info-item p {
  margin: 0 auto 10px auto;
  font-size: 0.95em;
  line-height: 1.6;
  text-align: left;
  /*padding: 0 5%;*/
  max-width: 250px
}
.details-info-item h5 {
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6em;
}
.details-info-item h5 span{
  font-size: 0.9em;
}
/* 個別の背景色 */
.details-info-item:nth-child(1) .details-icon {
  background-color: #EDD5CF; /* 料金 */
}
.details-info-item:nth-child(2) .details-icon {
  background-color: #C6D3DB; /* 時間 */
}
.details-info-item:nth-child(3) .details-icon {
  background-color: #F1E7D9; /* 人数 */
}
.details-box {
  border: 3px dashed #97C2B3;
  padding: 3.5em 1em;
  border-radius: 1.5em;
  max-width: 550px;
  margin: auto;
}
.details-box h4 {
  font-size: 1.3em;
  color: #134634;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.details-box .g-icon,.details-box .g-icon2 {
  font-size: 1.6em;
  margin-right: .2em;
}
.details-equipment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equipment-item {
  text-align: center;
  width: 48%;
  padding: 10px;
}
.equipment-item img {
  margin:0 auto 8px auto;
  max-width: 250px;
}
.equipment-item p {
  margin: 0;
  font-size: 0.95em;
}
.details-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tools-section {
  width: 100%;
  margin-top: 2em;
}
.tools-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.tools-content .tool_img{
  width: 50%;
  max-width: 200px;
}
.tools-content ul {
  text-align: left;
  width: 50%;
  margin-top: 14%;
  padding-left: 0;
}
.tools-content li {
  font-size: 0.9em;
  line-height: 1.6;
}

/* ★★★★★ flow (ご予約・ご利用の流れ) ★★★★★ */
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: auto;
}
.flow-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
  border: 1px solid #97C2B3;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  padding: 40px 20px;
  border-radius: 0.5em;
  max-width: 550px;
  margin: auto;
  width: 100%;
}
.flow-step {
  background: #90AD99;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.85em;
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  font-size: 1.2em;
}
.flow-content{
  margin: auto;
}
.flow-content h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 1.2em;
  color: #134634;
  margin-bottom: 0.5em;
}
.flow-content .g-icon2 {
  font-size: 1.4em;
  margin-right: 0;
}
.flow-content p {
  margin: 0;
  max-width: 300px;
}

/* ★★★★★ reservation (予約・変更・キャンセル) ★★★★★ */

.reservation-box {
  max-width: 800px;
  margin: auto;
  padding: 3em 7%;
  border-radius: 6px;
}
.reservation-box h4 {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  justify-content: center;
  gap: 0.5em;
  font-size: 1.2em;
  color: #134634;
  margin-bottom: 1.4em;
}
.reservation-box .g-icon{
  font-size: 1.4em;
  margin-right: 0;
}
.reservation-box ul {
  list-style: disc outside;
  padding-left: 1.2em;
  text-align: left;
  line-height: 1.7em;
}
.reservation-box li {
  padding: 3px 0;
}
.reservation-box.re-re{
  margin-bottom: 2em;
  background-color: #FFFDEE;
  border: 1px solid #ddd;
}
.reservation-box.re-ca{
  background-color: #FFEFEF;
  border: 1px solid #ddd;
}
.reservation-box .c_btn{
  max-width: 350px;
}
.re-red{
  font-family: 'M PLUS 1', Meiryo, sans-serif;
  font-weight: 400;
  color:#980707;
  padding: 0 2px;
}
.web{
  margin: 40px 0 0 0;
  border: dotted 3px #91C7E1;
  padding: 20px 8%;
  background-color: aliceblue;
}
.web h5{
  font-size: 1.2em;
  color: #0972AC;
  margin-bottom: 5px;
}
.web p{
  font-size: 0.8em;
  color: #980E1F;
}
.web ul{
  font-size: 0.95em;
}
.re-ca strong{
  color:#ED2F5E;
}

/* ★★★★★ faq (よくある質問) ★★★★★ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  border: 1px solid #ccc;
  padding: 25px 5%;
  border-radius: 0.5em;
  transition: all 0.5s ease;  /* faq-item全体にスムーズな変化 */
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  cursor: pointer;
}
.faq-question,.faq-answer {
  display: flex;
  align-items: center;
  gap: 14px;
  /*padding: 0 0 15px 0;*/
}
.faq-answer {
  align-items: flex-start;  
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s ease;
}
.faq-question img,.faq-answer img {
  width: 30px;
}
.faq-answer img {
  flex-shrink: 0;
}
.faq-question h4 {
  margin: 0;
  font-size: 1.1em;
  color: #134634;
  text-align: left;
}
.faq-answer p {
  margin: 0;
  /*font-size: 0.9em;*/
  line-height: 1.6;
  text-align: left;
  margin-top: 0.3em; 
}
.faq-item.active .faq-answer {
  height: auto;
  opacity: 1;
  transform: scaleY(1);
}
.faq-answer .c_btn{
  border-radius: 50px;
  display: inline-block;
}
.faq-answer .c_btn>a{
  padding: 10px 22px;
  font-size: 0.8em;
  display: inline-block;
}

.to-back{
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 40px 20px 0 20px;
}
.to-back .c_btn{
  border-radius: 50px;
  background-color: #D8E0CF;
  border: 1px solid #B3BDAF;
}

/* =========================================== */
/* スマホ */
/* =========================================== */
@media (max-width: 499px) {
  .sp_off{display: none !important;}
}

/* =========================================== */
/* タブレット */
/* =========================================== */
@media all and (min-width: 500px) {
  h3{
    font-size: 2.2em;
  }
  h3::after {
    font-size: 0.6em;
  }
  .pc_off{display: none !important;}
  /*★★★★★　intro　★★★★★*/
  .hero-limited {
    max-width: 120px;
  }
  .hero-text {
    max-width:none;
  }
  .hero-title {
    width: 60%;
  }
  .section-description{
    text-align: center;
  }
  
  /*★★★★★　intro-lead　★★★★★*/
  #intro-lead .section-description{
  padding-bottom: 70px;
}
  #intro-lead .section-description::before {
    background-size: 180px auto;
    background-position: right bottom 20px; 
  }
  .tentfactory{
    padding: 40px 5%;
  }
  .tentfactory h4{
    font-size: 1.3em;
    justify-content: center;
  }
  .tentfactory .g-icon{
    font-size: 1.6em;
  }
  /*★★★★★　recommend　★★★★★*/
  .recommend-list {
    max-width: 550px;
    margin: auto;
  }
  .recommend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .recommend-img{
    width: 50%;
  }
  .recommend-img img{
    max-width: 230px;
  }
  .recommend-text{
    width: 50%;
  }
  
/*★★★★★　features　★★★★★*/
  .feature-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
  }
  .feature-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .feature-text {
    padding:20px 30px;
  }
  .feature-img,.feature-text-box{
    width: 50%;
  }
  .feature-img{
    overflow: hidden;   /* はみ出た部分を隠す */
  }
  .feature-img img{
    object-fit: cover;  /* はみ出ても比率維持しながらカバー */
    object-position: center;  /* 中央を基準にカット */
    width: 100%;
    height: 100%;
    max-width:none;
  }
  .feature-text h4 {
    line-height: 1.4em;
  }
  .feature-text-box{
    display: flex;
    align-items: center;
    max-width:none;
    margin:0;
  }
  
/* ★★★★★ details (利用料金・時間・人数) ★★★★★ */
  .details-box {
    padding: 3.5em 3em;
  }
  
/* ★★★★★ faq (よくある質問) ★★★★★ */
  .faq-list {
    max-width: 550px;
    margin: auto;
  }
}

/* =========================================== */
/* スマホ・タブレット（PCより小さいサイズ） */
/* =========================================== */
@media (max-width: 767px) {
  
}

/* =========================================== */
/* PC */
/* =========================================== */
@media all and (min-width: 768px) {
  #daycamp{
    font-size: 16px;
  }
  section {
    padding: 0 30px 9em;
  }
  h3{
    font-size: 2.6em;
  }
  h3::after {
    font-size: 0.5em;
    margin-top: 8px;
  }
  .section-description{
    font-size: 1.15em;
  }
  .line {
    height: 30px;
  }
  .c_btn{
    transition: opacity 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  }
  .c_btn>a,.c_btn>span{
    /*font-size: 0.95em;*/
    padding: 12px 8%;
  }
  
  .c_btn:not(.tel-pc):hover {
    background-color:#FFDC26; /* 背景色を薄く */
    border: 1px solid #FFDC26;
  }
  /*★★★★★　intro　★★★★★*/
  #intro{
    /*margin-bottom: 3em;*/
  }
  .hero {
    height: 100vh;
  }
  .hero-limited {
    top: 3rem;
    left: 3rem;
    width: 20%;
    max-width: 200px;
  }
  .hero-catch {
    width: 90%;
    max-width: 750px;
  }
  
  /*★★★★★　intro-lead　★★★★★*/
  #intro-lead{
    padding-top: 3.5em;
    padding-bottom: 10em;
  }
  
  #intro-lead h3{ 
    padding: 0 0.3em;
  }
  #intro-lead h3::after {
    bottom: -0.3em;
    height: 1.5em;
    height: 3.2em;
  }
  #intro-lead .section-description::before {
    background-size: 230px auto;
  }
  .recommend-highlight::before {
    top: -2.2em;
    font-size: 0.3em;
    letter-spacing: 0.7em;
  }
.section-period{
    margin: 0 auto 20px;
    font-size: 1em;
  }
  
  /*★★★★★　recommend　★★★★★*/

  .recommend-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:none;
  }
  .recommend-item {
    flex-direction: column;
    width: 23%;
  }
  .recommend-item:nth-child(even) {
    margin-top: 50px;
  }
  .recommend-item img {
    width: 100%;
  }
  .recommend-item h4,.feature-text h4{
    font-size: 1.1em;
  }

  .recommend-item .g-icon,.feature-text .g-icon {
    font-size: 1.7em;
  }
  .recommend-item p {
    font-size: 0.95em;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    max-width: 320px;
  }
  .recommend-img,.recommend-text{
    width: 100%;
  }
  
  /*★★★★★　features　★★★★★*/
  .feature-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feature-item {
    width: 50%;
    height: 320px;
  }
  .feature-item:nth-child(odd) {
    flex-direction: row;
  }
  .feature-text p {
    font-size: 0.95em;
    margin: 0;
  }
  .feature-text h4 {
    font-size: 1.05em;
    text-align: center;
  }

  .feature-text .g-icon {
    display: none;
  }
  
  .reverse .feature-item{
    flex-direction: row-reverse;
  }
  .feature-off{
    display: none;
  }

/* ★★★★★ details (利用料金・時間・人数) ★★★★★ */
  .details-info-list {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  .details-info-item {
    flex: 1;
  }
  .details-box {
    max-width:none;
    padding: 5em 3.5em;
    margin-left:0;
    margin-right:0;
  }
  .details-box.tools-section {
    padding: 3.5em 3.5em;
  }
  .details-box h4 {
    font-size: 1.4em;
  }
  .details-box .g-icon,.details-box .g-icon2 {
  margin-right: .4em;
}
  .equipment-item {
    width: 23%;
    padding: 5px;
  }
  .tools-section {
    width: 48%;
  }
  .tools-content .tool_img{
    width: 50%;
    max-width: none;
  }
  .tools-content ul {
    width: 50%;
    margin-top: 10%;
  }

/* ★★★★★ flow (ご予約・ご利用の流れ) ★★★★★ */
  .flow-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 40px 10%;
    max-width:none;
    justify-content: space-between;
  }
  .flow-step {
    width: 90px;
    height: 90px;
    font-size: 1.2em;
    margin: 0;
  }
  .flow-content{
    margin: 0;
    width: calc(100% - 130px);
  }
  .flow-content h4 {
    font-size: 1.4em;
    justify-content: flex-start;
  }
  .flow-content p {
    max-width:none;
  }
  
/* ★★★★★ reservation (予約・変更・キャンセル) ★★★★★ */
  
  #reservation .section-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #reservation .reservation-box{
    width: 48.5%
  }
  .reservation-box {
    /*padding: 3em 10%;*/
    margin: 0;
    padding: 4em 5%;
  }
  .reservation-box.re-re{
    margin-bottom: 0;
  }
  .reservation-box h4 {
    font-size: 1.4em;
  }
  .reservation-box .c_btn{
    width: 80%;
  }
  .web{
    margin: 40px 0 0 0;
    padding: 25px 30px;
  }
  .web h5{
    font-size: 1.1em;
  }
  .web ul{
    font-size: 0.9em;
  }
/* ★★★★★ faq (よくある質問) ★★★★★ */
  .faq-list {
    max-width: 800px;
    gap: 20px;
  }
  .faq-item {
    padding: 40px 10%;
    cursor: text;
  }
  .faq-question,.faq-answer {
    gap: 25px;
  }
  .faq-answer {
    display: flex !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    margin: 15px 0 0 40px;
  }
  .faq-question h4 {
    font-size: 1.25em;
  }
  .faq-question img,.faq-answer img {
    width: 34px;
  } 
  
/*★★★★★　トップに戻る　★★★★★*/
  .to-back{
    padding: 80px 20px 0 20px;
  }

}
@media all and (min-width: 1024px) {
/*★★★★★　recommend　★★★★★*/
  .recommend-item p,.feature-text p{
    font-size: 1em;
  }
  .recommend-item h4,.feature-text h4{
    font-size: 1.2em;
  }
  .recommend-item .g-icon,.feature-text .g-icon {
    font-size: 1.8em;
  }
  
/*★★★★★　features　★★★★★*/
  .feature-item {
    height: 250px;
  }
  .feature-off{
    display:block;
  }
/* ★★★★★ details (利用料金・時間・人数) ★★★★★ */
  .tools-content ul {
    padding-left: 5%;
  }
}