@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
黄：#fcc601;
赤：#d7000f;
青：#2d4198


タイトルの濃いグレー：#3a3a3a
タイトルのピンク：#bd6a6a;
濃いブラウン:#66533E;
薄いブラウン:#f0eadd;


*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
.oneday section {
  border: none;
  background: none;
}

.oneday a{
    transition: 0.5s; /* 0.3秒で拡大までの時間 */
} 
.oneday a:hover{
    color: #fff;
}

.oneday i[class*="fa-"] {
  margin-right: 0;
  margin-left: 25px;
}
@media screen and (max-width:768px) {
  .oneday h2 {
    font-size: 25px!important;
  }
}

.checkbox__warp{
  display: flex;
  flex-wrap: wrap;
}
.ECM_CheckboxInput {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 2px #333333;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px!important;
  font-weight: bold!important;
  color: #2c2c2c;
}

@media screen and (max-width:768px) {
  .ECM_CheckboxInput {
    padding: 5px 10px;
  }
  .ECM_CheckboxInput-LabelText {
    font-size: 15px!important;
  }
  .ECM_CheckboxInput-DummyInput {
    width: 25px;
    height: 25px;
  }
}


.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}


/*=======================================
	共通
=======================================*/
body{
  background-color: #f0eadd;
}

.breadcrumbs, .header{
  background-color: #fff;
}

.oneday * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  /* position: relative; */
}
.oneday {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.oneday p, .oneday li, .oneday dt, .oneday dd, .oneday th, .oneday td, .oneday h1, .oneday h2, .oneday h3, .oneday h4, .oneday h5 {
  font-family: 'Noto Sans JP', sans-serif;
}

.oneday i {
  font-size: inherit;
  font-weight: bold;
}
.oneday a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.oneday a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.oneday .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.oneday h1, .oneday h2, .oneday h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.oneday h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  color: #333;
}
.oneday img {
  width: 100%;
  height: auto;
}
.oneday .pc-none {
  display: none;
}
@media screen and (max-width:768px) {
  .oneday {
    width: 100%;
    padding: inherit;
  }
  .oneday .sp-none {
    display: none;
  }
  .oneday .pc-none {
    display: inherit;
  }
  .oneday .inner {
    width: 90%;
    padding: 25px 0 30px 0;
  }
  .oneday a{
    font-size: 14px;
    text-align: center;
  }
}



/*=======================================
	ポップアップ
=======================================*/

.special_notice{
    background-color: rgb(70, 105, 105);
    display: inline-block;
    color: #ededed;
    padding: 5px 15px;
    border-radius: 20px;
    border: solid 1px;
    margin-top: 10px;
    cursor: pointer;
}
.special_notice:hover{
  background-color: #ededed;
  color: rgb(70, 105, 105);
  transition: 0.3s;
}


.popup{
      width: 100vw;
      height: 100vh;
      position:fixed;
      top: 0;
      left:0;
      z-index:9997!important;
      display: none;
  }
  .popup-box{
    background-color: white;
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    border: solid 1px;
    padding: 30px 50px 40px;
  }

  .popup-screen{
      background-color: #1119;
      width: 100%;
      height: 100%;
      position:fixed;
      z-index:9998!important;
  }
  /* .popup-txt{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index:9999!important;
  } */
  .close{
    display: flex;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 10px;
    position: absolute;
    color: #fff;
    top: -40px;
    right: 0;
  }
  .batsu {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
   
  .batsu::before, .batsu::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px; /* 棒の幅（太さ） */
    height: 30px; /* 棒の高さ */
    background: #fff;
  }
   
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width:768px) {
  .popup-box{
        width: 95%;
        padding: 30px 25px 40px;
        top: 15%;
        left: 3%;
  }
}

/*=======================================
	メインビジュアル
=======================================*/
.clear{
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  height: 0;
}

.mainvisual__wrap {
  position: relative;
} 

.mainvisual__wrap--title{
  position: relative;
}

.mainvisual__wrap--title-wrap{
    background: url(../img/jroneday_mainv_pc010.png);
    height: 600px;
    width: auto;
    position: absolute;
    z-index: 100;
    background-position: center;
    left: 0%;
    width: 600px;
    background-size: 160%;
    background-repeat: no-repeat;
    top: 9%;
}
/* .mainvisual__wrap--title{
  position: absolute;
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 30px;
  text-align: center;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 0px 10px #f7f7f7;
  border: 2px dashed #6a6a6a;
  z-index: 100;
} */

/* .kanto{
  font-family: serif!important;
  border: 3px dashed;
  color: red;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transform: rotate(-14deg);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
  left: 4px;
  letter-spacing: 1px;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: solid 5px;
  border-top: solid 5px;
  text-decoration: underline double red;
}

.slope{
  transform: rotate(-12deg);
  padding: 0px 3px 4px 13px;
  font-size: 20px;
  border-bottom: dotted 5px #86a0e7;
  font-weight: bold;
  color: #fb5555;
  margin-bottom: 6px;
  letter-spacing: 6px;
  margin-left: 23px;
  font-family: serif!important;
} */
.mainvisual__wrap--title-text-a{
  text-align: center;
    display: flex;
    justify-content: center;
}
.mainvisual__wrap--title-text-b{
  text-align: center;
  margin-top: 13px;
  font-size: 18px;
  padding: 0 2px;
  background: linear-gradient(transparent 43%, #ffc9a3 79%);
  border-radius: 9px;
}

.fc-ping,.fc-green{
  color: #66533e;
  font-size: 54px!important;
  font-family: serif;
}

.oneday .mainvisual {
  height: 500px;
  background: #2d4198 url("../img/main-pc.jpg") no-repeat top center;
}
.oneday .mainvisual .inner {
	height: 100%;
}
.oneday .mainvisual h1 {
  opacity: 0;
}
.oneday .credit {
	max-width: 1000px;
	margin: 5px auto 0 auto;
	display: block;
	font-size: 12px;
	line-height: 140%;
	text-align: right;
	color: #333;
}
@media screen and (max-width:768px) {
  .oneday .mainvisual {
    height: 500px;
    background: #2d4198 url("../img/main-sp.jpg") no-repeat top center;
  }
  .mainvisual__wrap--title-wrap{
    background-size: 200%;
    width: 400px;
    height: 400px;
    left: 0;
  }
  .mainvisual__wrap--title-text-b{
     background: linear-gradient(transparent 0%, #ffc9a3 104%);
  }
  .oneday .credit {
      max-width: none;
      margin: 5px auto 0 auto;
      padding: 0 7px 0 0;
      display: block;
      font-size: 12px;
      line-height: 140%;
      text-align: right;
      color: #333;
  }
  .mainvisual__wrap--title {
    /* padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
  }
  .kanto{
    height: 65px;
    width: 65px;
    top: -22px;
    left: -13px; 
    letter-spacing: 1px;
    font-size: 15px;
   }
   .fc-ping{
    font-size: 28px!important;
  }
  .mainvisual__wrap--title-text-b {
    margin-top: 10px;
    font-size: 13px;
  }
  .slope {
    font-size: 14px;
    padding: 0 9px 3px;
    letter-spacing: 5px;
    margin-left: 3px;
  }
  .mainvisual__wrap--title {
    width: 100%;
  }
  .discription__title {
    font-size: 14px!important;
  }
}



/*=======================================
	検索BOXラップ
=======================================*/
.bk-b{
  background-color: #f0eadd;
  padding-top: 70px;
  margin-bottom: 20px;
}

.cherch-box__wrap{
  display: flex;
  flex-wrap: wrap;
  background-color: #f0eadd;
}

/*=======================================
	検索BOX
=======================================*/
.mainvisual__wrap .alldaytrip{
    width: 550px;
    position: absolute;
    top: -52px;
    right: 89px;
}
@media screen and (max-width:768px) {
.mainvisual__wrap .alldaytrip {
    width: 95%;
    position: inherit;
    top: 0;
    right: 0;
}
}

.alldaytrip h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.alldaytrip .point-secondtitle{
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
}

.fw-top .fw-mv-search {
  width: 100%;
}

.search-box {
    border: solid 1px gray;
    border-radius: 10px;
    padding: 20px;
    background-color: rgb(244 245 255);
}
.fw-top .fw-search-top--tour .fw-search-top__sub-label {
  margin-left: 30px;
  width: 150px;
}
.fw-top .fw-search-top--tour .fw-search-top__sub-item {
  margin-top: 15px;
}
.fw-top .fw-btn-search-01 {
  background-color: #d61b02;
  margin: 15px 0 15px;
}
.fw-top .fw-btn-search-01:hover {
  background-color: #c28b84;
}
@media screen and (min-width:767px) {
  .fw-top .fw-search-top--tour .fw-search-top__btn {
      width: 885%;
      margin: 0 auto;
  }
  .fw-top .fw-search-top--tour .fw-search-top__sub-item {
    padding-bottom: 7px;
  }
  .alldaytrip{
  margin-top: 20px;
  }
  .alldaytrip .point-secondtitle {
    font-size: 30px;
  }
  /* .alldaytrip .point-secondtitle::before {
    width: 100px;
    height: 100px;
    top: -2%;
    left: 44%;
  } */
}


/*=======================================
	説明文
=======================================*/
.discription{
  background-color: #f0eadd!important;
  padding: 55px 0 55px 30px;
  width: 615px;
}
.discription__title{
  background-color: #66533e;
  padding: 15px 10px;
  display: inline-block;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  z-index: 100;
  top: 13%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.discription__wrap{
  text-align: center;
  position: relative;
}

.discription__wrap--txt{
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
  line-height: 2;
  padding: 50px 0 35px 0;
}
.hilight2{
  background-color: white;
  display: inline-block;
  margin-top: 0px;
  padding: 30px 15px 30px;
  font-size: 16px!important;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width:768px) {
  .discription{
    padding: 0;
    width: 100%;
  }
  .discription__wrap--txt{
      font-size: 16px;
      line-height: 1.2;
      padding: 65px 15px 5px 15px;
      text-align: left;
  }
  .hilight2{
      padding: 35px 20px 20px;
  }
  .discription__title {
    padding: 7px 20px;
    width: 80%;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
/*=======================================
キーワード
=======================================*/

.keyword__wrap{
  background-color: #fff;
  padding: 20px 15px;
}
.hilight3 {
  display: flex;
  flex-wrap: wrap;
}
.hilight3 li{
  margin: 10px;
}
.hilight3 a{
  border: solid 1px #66533e;
  border-radius: 16px;
  padding: 4px 8px;
  color: #66533e;
  transition: 0.5s;
  cursor: pointer;
}
.hilight3 a:hover{
  border: solid 1px #ffffff;
  color: #fff;
  background-color: #66533e;
}
.keyword__title{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
}
.keyword__title::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/i-search.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}

@media screen and (max-width:768px) {
  .keyword__wrap {
    margin: 30px 15px;
  }
  .hilight3 li {
    margin: 5px;
  }
  .hilight3 a {
    padding: 4px 10px;
  }
  .tabs li.active {
    flex: 1;
    /* border-right: solid 1px rgb(70, 105, 105);
    border-bottom: solid 1px rgb(70, 105, 105); */
    min-width: 45%;
  }
}

/*=======================================
	ポイント
=======================================*/
.point {
  background-color:#f0eadd!important;
}
.point h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.point .point-secondtitle{
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
  position: relative;
}

.dx-slashu{
  position: relative;
  display: inline-block;
}


.point-secondtitle::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #66533e;
  margin: 30px 0px 0px -56px;
  position: absolute;
}

.point-secondtitle::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #66533e;
  margin: 30px 0 0px 8px;
  position: absolute;
}
 
.point-secondtitle::before {
  transform: rotate(45deg);
}
 
.point-secondtitle::after {
  transform: rotate(-45deg);
}

.point h3{
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
  background: linear-gradient(transparent 50%, #fecfff 50%);
}

.point .ttl-head{
  font-size: 20px;
  text-align: center;
  color: white;
  background-color: #66533E;
  padding: 5px 0;
}

.text-box p{
  border-top: solid 2px gray;
  padding-top: 10px;
}

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

.point li{
  background-color: white;
  margin: 0px 5px 0 5px;
}

.point li{
  width: 30%;
}

.point .text-box{
  padding: 5px 15px 10px;
}

/* .point h2::before{
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url(../img/jrdaytrip-icon02green.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: 35px;
  left: 262px;
}  */

  @media screen and (max-width:768px) {
    .point li{
      width: 100%;
      margin: 0px 0 20px 0;
      display: flex;
    }
    .point .ttl-head {
    font-size: 15px;
    padding: 0;
    }
    .point .point-secondtitle {
      font-size: 30px;
    }
    .point .text-box {
      width: 60%;
      padding: 5px 10px 10px;
    }
    .point__img-box {
      width: 40%;
    }
    .point h3{
      font-size: 13px;
    }
    .point h2 {
      font-size: 20px!important;
   }
    .text-box p{
      font-size: 13px;
    }

    .point h2::before {
      top: -2%;
      left: 43%;  
      width: 100px;
      height: 100px;
    }
    .point-secondtitle::before {
      display: none;
    }
    .point-secondtitle::after {
       display: none;
    }
}

/*=======================================
	アンカーメニュー
=======================================*/
.origin h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
  margin-top: 45px;
}

.origin .point-secondtitle{
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
}


/* .origin h2::before{
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url(../img/jrdaytrip-icon02green.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: 2px;
  left: 828px;
}  */

.tabs{
  display: flex;
  justify-content: center;
  padding-bottom: 5px!important;
}
.tabs li{
  flex: 1;
  border: solid 1px rgb(70, 105, 105);
  overflow: hidden;
  margin: 1px;
}

.tabs a{
  background-color: rgb(70, 105, 105);
  padding: 15px 30px;
  font-size: 20px;
  color: white;
  /* border-right: solid 1px #fff; */
  /* margin: 0 20px; */
  display: flex;
  justify-content: center;
  pointer-events:none;
}

.tabs .active a{
  background-color:#fff;
  color: rgb(70, 105, 105);
}
/* タブ切の記述 */

/*10px下方からふわっと下に降りてくる*/
@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}	
	
.tab-content{
	display: none;
}
.tab-content.show{
	display: block;
	animation: fuwaMenu 0.5s linear 0s;
}


  @media screen and (max-width:768px) {
    .tab-menu{
      width: 100%;
    }
    .tab-menu ul{
    display: flex;
    flex-wrap: wrap;
    } 
    
    .origin .point-secondtitle{
      font-size: 25px;
    }
    .tabs li {
      flex: 1;
      /* border-right: solid 1px #fff;
      border-bottom: solid 1px #fff; */
      min-width: 45%;
     }
     .tabs a {
      padding: 13px 15px;
      font-size: 16px;
     }
     .tabs.inner{
      padding: 30px 0 0px 0;
     }
     .origin h2::before {
        width: 100px;
        height: 100px;
        top: -26%;
        left: 43%;
     }
  }     
/*=======================================
	デイトリップ
=======================================*/

/* .alldaytrip .point-secondtitle::before{
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url(../img/jrdaytrip-icon02green.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: 37px;
  left: 261px;
}  */

.new-mark{
  position: absolute;
    background-color: #ef5e00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    top: -10px;
    display: none;
}

.new-mark.is-show {
  display: inline-block;
}

.daytrip_wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  background-color: rgb(244 245 255);
  margin-bottom: 30px;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  position: relative;
}

.daytrip_area{
  border-bottom: solid 1px gray;
  border-left: solid 5px #66533E;
  margin: 35px 0 25px 0;
  padding: 10px 0 10px 15px;
}

.daytrip h4 {
  font-size: 30px;
  font-weight: 700;
  color: #2c2c2c;
}

.daytrip_largewrap{
  display: flex;
}
.daytrip_left{
  padding: 10px 15px;
  width: 30%;
  position: relative;
}
.areacard{
  background-color: #3a3a3a;
  display: inline-block;
  padding: 0 25px;
  position: absolute;
  color:#fff;
}


.daytrip_right{
  padding: 10px 15px;
  width: 70%;
  /* display: flex;
  flex-wrap: wrap; */
}
.daytrip_right_wrap{
  width: 100%;
}
.daytrip_wrap .title{
  font-size: 20px;
  font-weight: 600;
  margin: 15px auto;
  border-bottom: solid 1px #bd6a6a;
  color: #66533E;
}
.button_wrap{
  display: flex;
  justify-content: end;
  margin-left: auto;
  padding: 25px 0 10px 0;
}
.button_wrap.single{
  width: 50%;
}
.tourbutton {
  margin-left: auto;
}

.tourbutton.db.wide {
  width: 45%;
}
.tourbutton.db {
  margin: 5px 10px 5px 5px;
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  width: 25%;
}
.tourbutton p{
  font-size: 11px;
  color:black ;
}
.tourbutton .fc-red {
  color: red;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 5px;
  display: flex;
  justify-content: end;
}

.tourbutton a {
  display: inline-block;
  color: white;
  background-color: red;
  border: solid 1px red;
  padding: 7px 14px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.tourbutton a:hover {
  color: red;
  background-color: white;
}

.tourbutton .special {
  display: inline-block;
  color: white;
  background-color: orange;
  border: solid 1px orange;
  padding: 7px 14px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.tourbutton .special:hover {
  color: orange;
  background-color: white;
}

.button_title{
  margin: 10px 0 5px 0;
  font-weight: 700;
  font-size: 17px;
}
.daytrip_price-text{
  justify-content: end;
  display: flex;
  font-size: 13px;
  color: #3e3e3e;
}
.bestplan{
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: dashed;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 10px;
  background-color: #fffffe;
  margin-bottom: 5px;
  border: solid 1px #ededed;
}

.bestplan::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../img/crown-icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
  .daytrip h4 {
    font-size: 25px;
  }
  
.button_wrap {
    flex-wrap: wrap;
  }
  .tourbutton.db.wide {
    width: 100%;
  }
  .tourbutton.db {
    width: 44%;
    flex: inherit;
  }
  .tourbutton .fc-red {
    font-size: 15px;
  }
  .daytrip_left{
    width: 100%;
  }
  .daytrip_right{
    width: 100%;
    padding: 0;
  }
  .daytrip_wrap .title {
    font-size: 18px;
  }
  .daytrip_largewrap {
    display: block;
  }
  .button_wrap.single{
    width: 100%;
  }
  .new-mark{
    top: -14px;
  }

}


/*=======================================
	FAQ
=======================================*/
.faq h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.faq .point-secondtitle{
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
}

.faq {
  background: url("../img/bk-pat.png")!important;
}
.faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
  border: solid 1px #d7d7d7;
  border-radius: 6px;
}
.faq .que {
  height: auto;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  padding: 15px 60px 15px 80px;
  border-radius: 5px;
  background: #ffff;
  overflow: hidden;
}
 .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
}
.faq .que.active::after {
  content: "−";
}
 .faq .que span {
  font-weight: 500;
  display: block;
  width: 65px;
  height: 100%;
  text-align: center;
  color: #FFF;
  background: #66533E;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
 .faq .que:hover {
  opacity: 0.8;
  transition: 0.3s;
}
 .faq .ans {
  padding: 20px 60px 20px 40px;
  display: flex;
  align-items: center;
}
.faq .ans span {
  padding: 0 0 0 40px;
  display: block;
}
.faq .ans span.icon {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #d7000f;
  /* position: absolute; */
  top: 13px;
  left: 23px;
}
.faq .ans a {
text-decoration: underline;
}
.faq .ans a:hover {
color: #2d4198;
opacity: 1;
transition: 0.3s;
}

  @media screen and (max-width:768px) {
    .faq .point-secondtitle {
       font-size: 30px;
    }
    .faq .que {
      font-size: 14px;
    }
    .faq .ans span {
      font-size: 14px;
    }
    .faq .ans {
      padding: 20px 60px 20px 25px;
    }
  }    
/*=======================================
	ご注意
=======================================*/


.notice h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.notice_wrap{
  border: solid 1px gray;
  padding: 30px 30px;
  border-radius: 10px;
}

.notice .hilight{
  font-weight: bold;
}

.notice h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.notice .point-secondtitle{
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
}
 

.jr{
  text-align: right;
    font-size: 13px;
    color: gray;
    background-color: #f0eadd;
}

.howtoticketing a{
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 0;
  color: rgb(2, 2, 197);
}

.howtoticketing a:hover{
  color: #6060d3;
}

  @media screen and (max-width:768px) {
     .notice .point-secondtitle {
        font-size: 30px;
     }
  }
/*=======================================
	特集
=======================================*/


.others{
  background-color: #f0eadd!important;
}
.others h2{
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.others .point-secondtitle{
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
}
.others__card{
  padding: 0 10px;
}

.sec-body{
  display: flex;
}

.sec-container{
  width: 100%;
}

.swiper-wrapper{
  width: 29%;
  padding: 10px;
  background-color: peachpuff;
  margin: 10px;
}

.slide__img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  padding: 0 5px;
}
.slide__img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.slide__img:hover img {
  transform: scale(1.1); /* 拡大 */
}

.slick-initialized .slick-slide {
  /* padding: 0 3px; */
}


@media screen and (max-width:768px) {
  .othres h2{
    font-size: 30px;
    color: #3a3a3a;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .othres.pc-none{
    background-color: #f0E8d8;
  }
}

/* ツアーパネルリニューアル */
  /* ==========================================================================
       Tour Card Component Styles & Design System
       ========================================================================== */
    :root {
      /* カラーパレット */
      --color-primary: #1e3a8a;       /* 信頼感のある深めのネイビー */
      --color-accent: #f97316;        /* コンバージョンを高める鮮やかなオレンジ */
      --color-text-main: #1f2937;     /* メインテキスト（濃いグレー） */
      --color-text-sub: #4b5563;      /* サブテキスト（中グレー） */
      --color-text-light: #9ca3af;    /* 補助テキスト（薄グレー） */
      --color-bg-light: #f3f4f6;      /* 背景用薄グレー */
      --color-white: #ffffff;
      
      /* バッジ・タグ用カラー */
      --color-ranking: #dc2626;       /* ランキング（鮮やかな赤） */
      --color-status: #10b981;        /* ステータス・直前予約（緑） */
      --color-theme-bg: rgba(30, 58, 138, 0.85); /* テーマタグの半透明背景 */

      /* フォントサイズ */
      --font-size-xs: 12px;   /* 12px */
      --font-size-sm: 14px;  /* 14px */
      --font-size-base: 16px;    /* 16px */
      --font-size-lg: 18px;  /* 18px */
      --font-size-xl: 22px;  /* 22px */

      /* その他 */
      --radius-md: 12px;
      --radius-sm: 4px;
      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
      --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
      --transition-base: all 0.2s ease;
      
      /* 検索UI追加用変数 */
      --color-border: #e5e7eb;
      --color-bg-app: #f9fafb;
      --color-bg-search: #ffffff;
    }

    /* 基本リセット */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      color: var(--color-text-main);
      -webkit-font-smoothing: antialiased;
    }
/* 
    .tour-card,
    .tour-card *,
    .tour-card ::before,
    .tour-card ::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    } */
        .tour-card{
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    }
 
 
    /* ==========================================================================
       Tour Card (ツアーカード単体スタイル)
       ========================================================================== */
    .tour-card {
      width: 100%;
      background-color: var(--color-white);
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      border: 1px solid var(--color-border);
      transition: var(--transition-base);
      display: flex;
      flex-direction: column;
    }

    @media (hover: hover) {
      .tour-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
      }
    }

    .tour-card__image-wrapper {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background-color: var(--color-bg-light);
    }

    .tour-card__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: var(--transition-base);
    }

    .tour-card:hover .tour-card__image {
      transform: scale(1.03);
    }

    .badge--ranking {
      position: absolute;
      top: 12px;
      left: 12px;
      background-color: var(--color-ranking);
      color: var(--color-white);
      font-size: var(--font-size-xs);
      font-weight: bold;
      padding: 4px 10px;
      border-radius: var(--radius-sm);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
      z-index: 2;
    }

    .tour-card__themes {
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: flex;
      gap: 6px;
      z-index: 2;
    }

    .tag--theme {
      background-color: var(--color-theme-bg);
      color: var(--color-white);
      font-size: var(--font-size-xs);
      font-weight: 500;
      padding: 3px 8px;
      border-radius: var(--radius-sm);
      backdrop-filter: blur(4px);
    }

    .tour-card__content {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .tour-card__meta {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
    }

    .tag--status {
      background-color: rgba(16, 185, 129, 0.1);
      color: var(--color-status);
      font-size: var(--font-size-xs);
      font-weight: bold;
      padding: 2px 6px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(16, 185, 129, 0.2);
    }

    .tour-card__period {
      font-size: var(--font-size-xs);
      color: var(--color-text-sub);
    }

    .tour-card__title {
      font-size: var(--font-size-base);
      color: var(--color-text-main);
      line-height: 1.5;
      margin-bottom: 16px;
      font-weight: bold;
    }

    .tour-card__catchphrase {
      display: block;
      color: var(--color-accent);
      font-size: var(--font-size-sm);
      margin-bottom: 2px;
    }

    .tour-card__price-block {
      background-color: var(--color-bg-light);
      border-radius: var(--radius-sm);
      padding: 8px 12px;
      margin-bottom: 12px;
    }

    .tour-card__price-label {
      font-size: var(--font-size-xs);
      color: var(--color-text-sub);
      margin-bottom: 2px;
    }

    .tour-card__price-wrap {
      display: flex;
      align-items: baseline;
    }

    .tour-card__price {
      font-size: var(--font-size-xl);
      font-weight: 800;
      color: var(--color-ranking);
      line-height: 1;
    }

    .tour-card__price .currency {
      font-size: var(--font-size-xs);
      font-weight: bold;
      margin-left: 2px;
    }

    .tour-card__price-note {
      font-size: var(--font-size-xs);
      color: var(--color-text-sub);
      margin-left: 4px;
    }

    .tour-card__includes {
      font-size: var(--font-size-xs);
      color: var(--color-primary);
      font-weight: 500;
      margin-top: 6px;
      display: flex;
      align-items: center;
      gap: 4px;
      border-top: 1px dashed #d1d5db;
      padding-top: 6px;
    }

    /* 7. アクションエリア（複数プラン並列ボタン） */
    .tour-card__plans {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: auto;
    }

    .btn-plan {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 10px 12px;
      border-radius: var(--radius-sm);
      text-decoration: none;
      transition: var(--transition-base);
    }

    .btn-plan__name {
      font-size: 12px;
      font-weight: bold;
    }

    .btn-plan__price {
      font-size: 13px; /* 範囲表示（最小〜最大）のため少し小さく */
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 4px;
      white-space: nowrap;
    }

    .btn-plan__price .arrow {
      font-size: 0.75rem;
      opacity: 0.8;
      margin-left: 2px;
    }

    /* プライマリ（平日限定プラン）- オレンジ色固定 */
    .btn-plan--accent {
      background-color: var(--color-accent);
      color: var(--color-white);
      border: 1px solid var(--color-accent);
      box-shadow: 0 2px 4px rgba(249, 115, 22, 0.2);
    }
    .btn-plan--accent:hover {
      background-color: #ea580c;
    }

    /* セカンダリ（その他のプラン）- 青色白抜き固定 */
    .btn-plan--outline {
      background-color: var(--color-primary);
      color: var(--color-white);
      border: 1px solid var(--color-primary);
      box-shadow: 0 2px 4px rgba(30, 58, 138, 0.2);
    }
    .btn-plan--outline:hover {
      background-color: #1e40af; /* ホバー時は少し濃い青 */
    }

    /* ==========================================================================
       App Layout & Search UI (モバイル/PC 共通)
       ========================================================================== */
    .app-wrapper {
      width: 100%;
      margin: 0 auto;
      background-color: var(--color-bg-app);
      min-height: 100vh;
      position: relative;
      box-shadow: 0 0 20px rgba(0,0,0,0.5);
      overflow-x: hidden;
    }

    .j-header {
      background-color: #66533E;
      color: var(--color-white);
      padding: 12px 16px;
      text-align: center;
      position: sticky;
      top: 0;
      z-index: 10;
      box-shadow: var(--shadow-sm);
    }

    .j-header h1 {
      font-size: var(--font-size-base);
      font-weight: bold;
    }

    .search-container {
      background-color: var(--color-bg-search);
      padding: 16px;
      border-bottom: 1px solid var(--color-border);
    }

    .search-section {
      margin-bottom: 24px;
    }
    .search-section:last-child {
      margin-bottom: 0;
    }

    .section-title {
      font-size: var(--font-size-sm);
      color: var(--color-text-main);
      font-weight: bold;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    /* セクションアイコンの基本スタイル */
    .section-title i {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

    /* 各セクションごとの色分けでワクワク感を演出 */
    .section-title i.icon-theme {
      color: var(--color-accent);
      background-color: rgba(249, 115, 22, 0.12);
    }
    .section-title i.icon-area {
      color: var(--color-primary);
      background-color: rgba(30, 58, 138, 0.08);
    }
    .section-title i.icon-filter {
      color: #059669; /* 自然なグリーン */
      background-color: rgba(5, 150, 105, 0.1);
    }

    button {
      background: none;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      -webkit-tap-highlight-color: transparent;
    }

    /* ① テーマ（目的）から探す */
    .theme-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .theme-btn {
      height: 48px;
      background-color: var(--color-white);
      border: 1px solid rgba(30, 58, 138, 0.15);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 8px;
      font-size: var(--font-size-sm);
      font-weight: 500;
      color: var(--color-text-main);
      transition: var(--transition-base);
      box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    }

    .theme-btn i {
      font-size: 1.1rem;
      color: var(--color-accent); /* 変更: オレンジ色にしてワクワク感をプラス */
      opacity: 0.9;
    }

    .theme-btn.active {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-white);
    }
    .theme-btn.active i {
      color: var(--color-white); /* 選択時は白抜き */
    }

    /* ② エリアから探す */
    .area-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
    }

    .area-btn {
      height: 44px;
      padding: 0 16px;
      background-color: var(--color-white); /* 変更 */
      border: 1px solid rgba(30, 58, 138, 0.15); /* 変更 */
      border-radius: 22px;
      font-size: var(--font-size-sm);
      color: var(--color-text-main);
      font-weight: 500;
      transition: var(--transition-base);
      box-shadow: 0 1px 2px rgba(0,0,0,0.02); /* 追加 */
    }

    .area-btn.active {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-white);
    }

    .area-accordion {
      border: 1px solid var(--color-border);
      border-radius: var(--radius-sm);
      overflow: hidden;
      background-color: var(--color-white); /* 追加 */
      box-shadow: 0 1px 3px rgba(0,0,0,0.02); /* 追加 */
    }

    .area-accordion summary {
      padding: 12px 16px;
      font-size: var(--font-size-sm);
      font-weight: bold;
      color: var(--color-text-main);
      background-color: var(--color-bg-app);
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-left: 4px solid var(--color-primary); /* 追加: 左側に差し色のライン */
    }
    
    .area-accordion summary::-webkit-details-marker {
      display: none;
    }

    .area-accordion summary::after {
      content: '\f078';
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: var(--color-primary); /* 変更: text-subからprimaryへ */
      opacity: 0.7; /* 追加 */
      transition: transform 0.3s ease;
    }

    .area-accordion[open] summary::after {
      transform: rotate(180deg);
    }

    .accordion-inner {
      padding: 16px;
      background-color: var(--color-white);
      border-top: 1px solid var(--color-border);
    }

    .sub-area-title {
      font-size: var(--font-size-xs);
      color: var(--color-text-sub);
      margin-bottom: 8px;
      border-bottom: 1px solid #f3f4f6;
      padding-bottom: 4px;
    }

    .sub-area-group {
      margin-bottom: 16px;
    }
    .sub-area-group:last-child {
      margin-bottom: 0;
    }

    /* ③ 基本条件・キーワード */
    .filter-form {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 16px;
    }

    .form-label {
      font-size: var(--font-size-xs);
      color: var(--color-text-sub);
      font-weight: bold;
    }

    .radio-group {
      display: flex;
      gap: 16px;
      height: 44px;
      align-items: center;
    }

    .radio-label {
      font-size: var(--font-size-sm);
      color: var(--color-text-main);
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
    }
    .radio-label input {
      cursor: pointer;
    }

    .keyword-scroll-container {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0 16px;
    }

    .keyword-scroll {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding-bottom: 8px;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    
    .keyword-scroll::-webkit-scrollbar {
      display: none;
    }

    .keyword-tag {
      height: 36px;
      padding: 0 14px;
      background-color: var(--color-white); /* 変更 */
      border: 1px solid rgba(30, 58, 138, 0.15); /* 変更 */
      border-radius: 18px;
      font-size: var(--font-size-xs);
      color: var(--color-text-sub);
      white-space: nowrap;
      transition: var(--transition-base);
      display: flex;
      align-items: center;
      box-shadow: 0 1px 2px rgba(0,0,0,0.02); /* 追加 */
    }

    .keyword-tag.active {
      background-color: var(--color-primary);
      color: var(--color-white);
      border-color: var(--color-primary);
    }
        /* ==========================================================================
       ホバーアニメーション（PC・マウス操作時）
       ========================================================================== */
    @media (hover: hover) {
      /* アクティブ（選択済）ではないボタンにホバーした時、上に浮いて影が濃くなる */
      .theme-btn:not(.active):hover,
      .area-btn:not(.active):hover,
      .keyword-tag:not(.active):hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.06);
        border-color: rgba(30, 58, 138, 0.4); /* 枠線を少し濃くして反応を示す */
      }
      
      /* プランのボタンも少し浮かせる */
      .btn-plan:hover {
        transform: translateY(-1px);
      }
    }

    /* 検索結果エリア */
    .results-container {
      padding: 24px 16px;
      position: relative;
      min-height: 500px;
    }

    .results-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 16px;
    }

    .results-title {
      font-size: var(--font-size-lg);
      font-weight: bold;
      color: var(--color-text-main);
    }

    .results-count {
      font-size: var(--font-size-sm);
      color: var(--color-text-sub);
      font-weight: bold;
    }
    .results-count span {
      color: var(--color-accent);
      font-size: var(--font-size-lg);
    }

    .tour-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: opacity 0.3s ease;
    }

    .loading-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(249, 250, 251, 0.8);
      display: flex;
      justify-content: center;
      padding-top: 100px;
      z-index: 5;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
    }

    .loading-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    .spinner {
      width: 40px;
      height: 40px;
      border: 4px solid var(--color-border);
      border-top-color: var(--color-primary);
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    /* ==========================================================================
       レスポンシブ対応 (PC画面用のレイアウト: 768px以上)
       ========================================================================== */
    /* スマートフォン向け(初期値)の最大幅制限 */
    .app-wrapper {
      max-width: 430px;
    }

    @media (min-width: 768px) {
      .app-wrapper {
          max-width: 1280px;
          margin: 0 auto;
          /* padding: 0 24px; */

      }
      
      .j-header h1 {
        font-size: var(--font-size-xl);
      }

      /* 検索条件を2カラムで横並びに */
      .search-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        align-items: start;
        padding: 24px;
      }
         /* サードビュー（基本条件・キーワード）を下段に全幅配置 */
      .search-container > section:nth-child(3) {
        grid-column: 1 / -1; /* グリッドの端から端まで広げる */
        border-top: 1px dashed var(--color-border); /* 上部に区切り線 */
        padding-top: 24px;
      }

      .search-section {
        margin-bottom: 0;
      }
      
      .area-accordion summary {
        padding: 8px 16px; /* PC時は少し高さを抑える */
      }

      /* PCではキーワードタグを横スクロールではなく折り返し表示に */
      .keyword-scroll-container {
        margin: 0;
        padding: 0;
      }
      .keyword-scroll {
        flex-wrap: wrap;
        overflow-x: visible;
      }

      /* ツアーカードを横3列のグリッドに */
      .results-container {
        padding: 32px 24px;
      }

      .tour-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
      
      .tour-card {
        max-width: none; /* グリッドに任せるため解除 */
      }
    }
    
    @media (min-width: 768px) and (max-width: 992px) {
      /* タブレット時は2列に調整 */
      .tour-list {
        grid-template-columns: repeat(2, 1fr);
      }
      .search-container {
        grid-template-columns: 1fr 1fr;
      }
      /* サードビューは全幅にして下に回すなど柔軟に */
      .search-container > section:nth-child(3) {
        grid-column: 1 / -1;
      }
    }