ttl-block@charset "UTF-8";
* {
  font-family: Yu Mincho, "游明朝", "游明朝体", "Noto Serif JP" , serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: none;
  outline: none;
}
a:hover {
  color: #fff !important;
}
* a:focus {
  color: #fff !important;
}
.header {
  position: relative;
  z-index: 100;
  background: #fff;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* img {
  max-width: 100%;
}

.stop{
  font-weight: bold;
  color: #c90303;
  border: solid 2px #c90303;
  display: block;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 10px;
  width: 90%;
}
.stop p{
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .stop p {
    font-size: 13px;
  }
}

.wrapper{
  background-color: #fff;
}
/*spの場合*/


/* ナビゲーション */
.nav_toggle{
  background-color: #589595;
  display: none;
}

.nav_wrap-item-small{
  border-bottom: solid 1px #fff;
}

/* ハンバーガー */
@media (max-width: 768px) {
  .openbtn_wrap{
    position: fixed;
    z-index: 1000;
    top: 2%;
    left: 85%;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn4{
    background: #b7282e;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: relative;

  }

  /*ボタン内側*/
  .openbtn4 span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 5px;
      background: #fff;
      width: 45%;
    }
  .openbtn4 span:nth-of-type(1) {
    top:13px; 
  }
  .openbtn4 span:nth-of-type(2) {
    top:19px;
  }
  .openbtn4 span:nth-of-type(3) {
    top:25px;
  }
  .openbtn4 span:nth-of-type(3)::after {
    content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top:5px;
    left:-2px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn4.active span:nth-of-type(1) {
      top: 14px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }

  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn4.active span:nth-of-type(3){
      top: 26px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }

  .openbtn4.active span:nth-of-type(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
      transform: translateY(0) rotate(-45deg);
    top:5px;
    left:4px;
  }
}

/* インフォメーション */
.info__wrap{
  width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 20px;
}
.info__wrap--box{
    /*display: flex;*/
    justify-content: space-between;
    margin: 30px 30px;
}
.info__wrap--right-box{
  width: 45%;
}
.info__wrap--left-box {
  /*width: 50%;*/
  margin: 30px 0;
}
.info__wrap--left-box h3{
  font-size: 25px;
  color: #4a4a4a;
  border-bottom: dotted 2px gray;
}

.address__title{
  font-size: 19px;
  font-weight: bold;
  margin-top: 15px;
}
.address__text{
  font-size: 16px;
}
.address__text a{
	color: #b7282e;
}
.address__text a:hover{
	color: #7d2509 !important;
}
.address__text a:focus{
	color: #b7282e !important;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.intro_faq{
  color: #2f5d50;
  font-size: 20px;
  margin: 25px 0 0 0;
}

.intro_faq::before{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/i-q.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 4px 0px;
} 

.intro_tour{
  color: #2f5d50;
  font-size: 20px;
  margin: 25px 0 0 0;
}
.intro_subtitle{
  font-size: 18px;
  font-weight: 500;
  color: #b7282e;
  border-bottom: solid 1px;
  margin-bottom: 8px;
  padding: 0 10px;
}

.intro_tour::before{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/i-ex.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 4px 0px;
} 

@media only screen and (max-width: 767px) {
  .intro_tour,.intro_faq{
    text-align: center;
  }
  .fs-zenkoku-text{
    color: #B20000;
    font-size: 16px;
    font-weight: bold;
  }
}

/* インフォメーションここまで */

/*pcの場合*/
@media (min-width: 767px) {
*.contents_wrapper {
  width: 1024px;
  margin: 0 auto;
 }
 .info__wrap--left-box h3 {
    font-size: 20px;
 }
 .address__title {
    font-size: 18px;
 }
 .ttl-block {
  background: url("../img/header_pc.jpg") no-repeat;
  background-size: contain;
  height: 25vw;
  width: 100%;
  background-position: center;
  margin-bottom: -8px;
}
.ttl-block_inner {
  position: relative;
  width: 100%;
}
.nav_wrap {
  background: #b7282e;
  width: 100%;
  height: 60px;
}
.ttl-block_decor {
  /*border-left: 310px solid #FFFFFF;*/
  padding: 24rem 0;
}
.nav_wrap-item {
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 240px;
  text-align: center;
}
.nav_wrap-item a {
  color: #fff;
}
.nav_wrap-item a:hover {
  opacity: 0.5;
  transition: 0.5s;
  color: #fff;
}
.nav_wrap-item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #FDFDFD;
  position: absolute;
  top: 5px;
  left: 0;
}
.nav_wrap-item:last-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #FDFDFD;
  position: absolute;
  top: 5px;
  right: 0;
}
.nav_inner {
  display: flex!important;
  justify-content: center;
  padding: 15px 0 0 0;
}

.nav_toggle{
  background-color: #589595;
  display: none;
}

.nav_wrap-item-small{
  border-bottom: solid 1px #fff;
}
.pc_no {
  display: none!important;
} 

.intro {
  background: #FFF;
  height: auto;
  padding-top: 110px;
  /*padding-bottom: 40px;*/
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  /*border-bottom: solid 1px gray;*/
}  
.intro_txt { 
  padding-bottom: 30px;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
}
.intro-left{
  width: 93%;
  /*padding: 0 70px 0 0;*/
}
.intro-right{
  /*width: 50%;*/
  margin-top: 20px;
  padding: 0 80px;
}


.detail {
  background: #FFF;
  height: auto;
  padding-top: 45px;
  padding-bottom: 40px;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}  

.detail-left{
  width: 40%;
}

.detail_ttl p{
  font-size: 20px;
}

.detail-right{
  width: 60%;
}

.detail-tx{
  font-size: 17px;
  border-bottom: solid 1px gray;
  display: flex;
  margin: 30px 0 10px;
  padding: 15px 0 5px;
}

.detail-tx span{
  /*padding-right: 100px;*/
  width: 100px;
}

.schedule_waku {
  border: solid 3px #1f3134;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
  border-radius: 20px;
}


/* .intro {
  background: #FFFBEB;
  height: auto;
  padding-top: 45px;
  padding-bottom: 40px;
}  
.intro_txt { 
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
} */
.schedule_waku {
  border: solid 3px #1f3134;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
  border-radius: 20px;
}
.schedule { 
  margin: 20px 0 0 0; 
  padding: 0;
  text-align: center;
  /*font-weight: bold;*/
  font-size: 1.4em;
}
/*.schedule_ttl {
  font-weight: bold;
}*/


/* オリジナルCSS */
img{
max-width: 100%;
}
.item-box__wrap{
  display: flex;
  margin: 20px 0;
}
.item-box__item-wrap{
width: calc(100% / 3);
padding: 5px;
}

.itenerary__wrap--wrap{
  display: flex;
}
.itenerary__item-wrap{
  display: flex;
  border-bottom: 1px dotted gray;
  padding: 20px 15px;
  justify-content: space-between;
}

.fs-title{
font-size: 18px;
color: #000052;
text-align: center;
}
.fs-zenkoku-text{
  color: #B20000;
  font-size: 20px;
}
.introduce{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #1f3134;
  border-bottom: solid;
  margin:50px 198px!important;
}
.itenerary__item--right{
  width: 30%;
}
.itenerary__item--left{
  width: 54%;
}

/*.img_calendar{
width: 800px;
}*/
.intro_ttl {
border-bottom: solid 3px #a68929;
position: relative;
/* margin: 55px 240px 0; */
font-size: 1.8em;
font-weight: bold;
text-align: left;
}

.intro_ttl:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #b7282e;
bottom: -3px;
width: 26%;
} 
.br-sp {
display: none;
}
.tour_block {
    background: url("../img/background.jpg") bottom repeat-x #ffffff;
    padding: 80px 0 87px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.tour_blockv2 {
  background-color: #ebebeb;
  padding: 80px 0 87px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.tour_block_ttl {
  text-align: center;
  font-size: 30px;
  color: #ffff;
  font-weight: bold;
}

.tour_block_ttl.fc-bl {
  color: #111111;
}

.tour_item {
  background: rgb(233 233 233 / 80%);
  margin: 20px auto;
  width: 1024px;
  border: #1f3134 2px solid;
}
.tour_item_inner {
  padding: 20px;
  display: flex;
}
.tour_item_ttl {
  display: block;
  font-size: 20px;
  color: #1f3134;
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}
.tour_item_cap {
display: block;
  font-size: 16px;
  color: #1f3134;
  line-height: 20px;
  margin-bottom: 10px;
font-weight: 500;
}
.tour_item_subttl {
display: block;
  font-size: 16px;
  color: #1f3134;
margin-top: 5px;
  /*position: absolute;
  left: 0;
  top: 70px;*/
}
.tour_item_price {
display: block;
  font-size: 18px;
  color: #FF0000;
  font-weight: bold;
margin-top: 10px;
  /*position: absolute;
  top: 210px;
  left: 0px;*/
}
.btn_wrap{
display: block;
margin-top: 30px;
margin-bottom: 20px;
/*text-align: right;*/
}
.btn_dep{	
  /*position: absolute;
    top: 250px;*/
  flex-wrap: wrap;
  display: flex;
  justify-content: center;

}
.tour_item_btn {
  text-align: center;
  margin: 5px 10px;
  position: relative;
}

.tour_item_btn a {
  border-radius: 5px;
  display: inline-block;
  background: #2f5d50;
  width: 400px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}

.tour_item_btn.dbl a {
  border-radius: 5px;
  display: inline-block;
  background: #2f5d50;
  width: 220px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}

.tour_item_btn .cmgs {
  border-radius: 5px;
  display: inline-block;
  background: #303030;
  width: 340px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}



.tour_item_btn:hover {
  opacity: 0.5;
  transition: 0.5s;
  color: #fff;
}
.tour_item_btn a:hover {
  color: #fff;
}
.tour_item_btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 1.5px 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-45%) rotate(45deg);
  position: absolute;
  right: 5%;
  top: 45%;
}
.tour_item_ph {
  margin-right: 20px;
}
.tour_item_text {
  text-align: left;
/*width:75%;*/
}
.tour_item_notbox {
  position: relative;
}
/*行程	*/

.list-tab li{
  width: 50%;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  font-weight: 500;
  background-color: rgb(0, 0, 0, 0.1);
  color: white;
  /* border-top: solid 2px #b7282e;
  border-left: solid 2px #b7282e;
  border-right: solid 2px #b7282e; */
}

.list-tab .active{
  background-color: #b7282e;
  color: white;
  text-decoration: underline;
}

.wrap-tab {
  overflow: hidden;
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.wrap-tab ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.wrap-tab p {
  margin: 0;
width: 90%;
	
}
.wrap-tab-content3.show{
  /* margin-right: 10px;
  margin-left: 10px; */
  display: block;
}

.wrap-tab-content3{
  /* margin-right: 10px;
  margin-left: 10px; */
  display: none;
}
  

.list-tab {
  display: flex;
  /*margin: 0 -2px;*/
  /*border-bottom: 3px solid #b29f6b;*/
}

.tab-content2 {
  padding: 1em;
  margin-top: 20px;
  border-radius: 10px;
}
.tab-content2.active {
  background: #FFF;
}
.tab-content3 {
  padding: 1em;
  border: 2px solid #b7282e; 
  margin-top: 20px; 
  /*border-bottom: 1px solid #b29f6b;
  border-left: 1px solid #b29f6b;
  border-right: 1px solid #b29f6b;*/
}
.tab-content3 {
  background: rgb(233 233 233 / 80%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.d-txt-s {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.r-txt-a {
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
}
.r-txt-b {
  font-size: 16px;
  font-weight: bold;
  background-color: #f7f7f7;
  margin: 5px!important;
  padding: 5px 15px;
  border-radius: 10px;
}
.r-txt-c {
  font-size: 16px;
  font-weight: bold;
}
.r-txt-b-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #b7282e;
}

.r-txt-b-time {
  font-size: 19px;
  font-weight: bold;
  color: #b7282e;
  text-align: center;
}

.r-txt-time {
  font-size: 15px;
  font-weight: bold;
  color: #b7282e;
}

.r-txt-time::before{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/i-time.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 4px 0px;
} 

.r-txt-title {
  font-size: 19px;
  font-weight: bold;
  color: #1f3134;
  text-align: center;
  border-bottom: solid 1px gray;
}
.r-txt-craft {
  font-size: 13px;
  font-weight: bold;
  color: #1f3134;
}
.r-txt-day {
  font-size: 21px;
  font-weight: bold;
  color: #1f3134;
  text-align: center;
  border-bottom: dotted 1px;
}
.itinerary-wrap {
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
  width: 100%;
  /* width: 50%; */
}
.itinerary-main__box{
  background-color: #f0f2f2;
    padding: 5px 10px;
    border-radius: 10px;
}
.itinerary-main{
  display: flex;
}
.itinerary-info {
  width: 100%;
}

.itinerary-info.left {
    width: 100%;
    margin-left: 30px;
}

/*マイカープランおすすめの過ごし方ここまで	*/

/*みどころ　ここから*/
/*tamu210407ここから*/
/*写真2コ*/
/*tamu210407ここまで*/
/*みどころ　ここまで*/
/*kojiここから*/
.wrapper section {
  border-bottom: none;
}
.contents_wrapper {
  width: 1024px;
  margin: 0 auto;
}
.sec_qa h2 {
  font-size: 30px;
  color: #1f3134;
  text-align: center;
  font-weight: bold;
}
.sec_qa {
  padding: 80px 0 100px;
}
.qa .text_min {
  position: relative;
  border: 1px solid #1f3134;
  padding: 30px 30px 30px 60px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.qa .text_min::after {
  content: 'Q';
  position: absolute;
  font-size: 22px;
  color: #1f3134;
  top: 30px;
  left: 30px;
  display: block;
}
.qa .qa_dd {
  position: relative;
  border-left: 1px solid #1f3134;
  border-right: 1px solid #1f3134;
  border-bottom: 1px solid #1f3134;
  padding: 8px 30px 30px 60px;
}
.qa .qa_dd::after {
  content: 'A';
  position: absolute;
  font-size: 22px;
  color: #B20000;
  top: 0;
  left: 30px;
  display: block;
}
.qa .qa_dd p {
  font-size: 16px;
}
.wrap_qa .text_min span.plus {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Times", "Times New Roman", "serif";
  font-weight: normal;
  font-size: 28px;
}
.wrap_qa .text_min span.plus_inner {
  position: relative;
  width: 40px;
  height: 40px;
}
.wrap_qa .text_min span.plus_inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #1f3134;
  position: absolute;
  right: -8px;
  top: 20px;
}
.wrap_qa .text_min span.plus_inner::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #1f3134;
  position: absolute;
  right: 2px;
  top: 10px;
}
.recommend_tokusyu_btn{
text-align: center;
margin: 0 auto;
width: 100%;
padding-bottom: 50px;
  padding-top: 15px;
}
.recommend_tokusyu {
  font-size: 30px;
  color: #1f3134;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
.tour_item_btn2{
width: 330px;
text-align: center;
margin: 0 auto;
display: inline-block;
padding: 20px;
}  
.tour_item_btn2 a{
display: inline-block;
  height: 6rem;
  width: 100%;
  background-color: #2f5d50;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
margin: 0 auto;
  padding: 10px;
}

.tour_item_btn2 a::after{
content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1.5px 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.tour_item_btn2 a:hover{
opacity: 0.7;
} 
}
/*pcの場合ここまで*/
/*smpの場合*/
@media only screen and (max-width: 767px) {
  /* .tour_block {
    background: url(../img/tsuiki-airfes-bc-pc.jpg) bottom repeat-x #ffffff;
    padding: 80px 0 87px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 65% 12%;
    background-attachment: fixed;
  } */
	.tour_block{
		padding-bottom: 20px;
	}
  .tour_blockv2 {
    background-color: #ededed;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .breadcrumbs{
    background-color: #fff;
  }
  .pararax:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url("../img/background.jpg") ;
    background-size:cover;
  }
  /* インフォメーション */
  .info__wrap{
    width: 94%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
  }
  .info__wrap--box{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 5px;
  }
  .info__wrap--right-box{
    width: 100%;
  }
  .info__wrap--left-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .info__wrap--left-box h3{
    font-size: 25px;
    color: #4a4a4a;
    border-bottom: dotted 2px gray;
  }
  .address__title {
    font-size: 16px;
   }
   .address__text {
    font-size: 3.5vw;
  }
  /* インフォメーションここまで */


  .itenerary__item--right{
    width: 90%;
    margin: 15px auto;
  }
  .itenerary__item-wrap{
    border-bottom: dotted 2px rgb(163, 163, 163);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .sec_qa li{
    background: rgb(233 233 233 / 80%);
  }
  .ttl-block_smp {
    background: url("../img/header_sp.jpg") 0 0 no-repeat;
    background-size: contain;
    background-position: center;
    height: 60vw;
    width: 100%;
  }
  
  .smp_no {
    display: none;
  }
  .intro {
    background: #FFF;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  } 


  
 .intro_txt { 
    margin: 15px 15px 0 15px; 
    padding-bottom: 20px;
    text-align: left;
    /*font-weight: bold;*/
    font-size: 1.1em;
  }
  .schedule_waku {
    border: solid 1px #1f3134;
    margin: 0 auto;
    width: 85%;
    padding: 0 10px 15px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 15px;
  }
  .schedule { 
    margin: 15px 0 0 0; 
    padding: 0;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.1em;
  }  
  .intro_ttl {
  border-bottom: solid 3px #a68929;
  position: relative;
  margin: 0 30px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  }
  .intro_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #b7282e;
  bottom: -3px;
  width: 30%;
  }  

  .tour_block_ttl {
    text-align: center;
    font-size: 4.5vw;
    color: #1f3134;
    font-weight: bold;
  }

  .tour_item {
    background: rgb(233 233 233 / 80%);
    margin: 3% auto;
    width: 95%;
    /*border: #bbb8b8 1px solid;*/
	 border: #1f3134 2px solid;
  }
  .tour_item_inner {
    padding: 3%;
  }
  .tour_item_ttl {
    font-size: 4vw;
    color: #1f3134;
    line-height: 1.3;
    margin: 3% auto;
    font-weight: bold;
  }
  .tour_item_cap {
    font-size: 3.5vw;
    color: #1f3134;
    line-height: 1.2;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .tour_item_subttl {
    font-size: 3.5vw;
    color: #1f3134;
  }
  .tour_item_price {
    font-size: 4.5vw;
    color: #FF0000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3%;
  }
  .tour_item_btn {
    text-align: center;
    margin: 20px auto;
    position: relative;
  }
  .tour_item_btn a {
    background: #2f5d50;
    width: 90%;
    padding: 3%;
    border-radius: 5px;
    color: #fff;
    font-size: 4vw;
    line-height: 1.5;
    display: inline-block;
  }

  .tour_item_btn .cmgs {
    background: #303030;
  }



  .tour_item_btn:active {
    opacity: 0.3;
	background: #fa9393;
    transition: 0.5s;
  }
  .tour_item_btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 1.5px 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-45%) rotate(45deg);
    position: absolute;
    right: 5%;
    top: 45%;
  }
  .tour_item_ph img {
    width: 100%;
  }
  .tour_item_text {
    text-align: left;
  }
  /*マイカープランおすすめの過ごし方ここから	*/
  .wrap-tab {
    overflow: hidden;
    width: 100%;
    padding-bottom: 35px ;
  }
  .wrap-tab ul {
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
  }
  .wrap-tab p {
    margin: 8px 0;
  }
 
  .wrap-tab-content2{
	margin-right: 10px;
	margin-left: 10px;
  }
  .wrap-tab-content3.show{
    /* margin-right: 10px;
    margin-left: 10px; */
    display: block;
  }
  
  .list-tab li{
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
    font-weight: 500;
    color: white;
    border: solid 1px #b7282e;
  }
  
  .list-tab .active{
    background-color: #b7282e;
    color: white;
    text-decoration: underline;
  }
  .list-tab {
    display: flex;
    /*margin: 0 -2px;*/
    /*border-bottom: 3px solid #b29f6b;*/
  }
  .wrap-tab-content3{
    /* margin-right: 10px;
    margin-left: 10px; */
    display: none;
  }
  .tab-content2 {
    padding: 4% 4% 50px 4%;
	  border: 2px solid #1f3134;
  }
  .tab-content2.active {
	background: #FFF;
  }
  .tab-content3 {
    background: rgb(233 233 233 / 80%);
    padding: 0 20px 20px;
    margin: 0 10px 0px;
    border: solid #b7282e 1px;
  }
  .tab-content3.active {
    background: rgb(233 233 233 / 80%);
  }
  .d-txt-s {
    font-size: 12px;
    text-align: right;
    margin-top: 15px!important;
  }
  .r-txt-a {
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
  }
  .r-txt-b {
    font-size: 3.5vw;
    font-weight: bold;
    background-color: #f7f7f7;
    margin: 5px!important;
    padding: 5px 15px;
    border-radius: 10px;
  }
  .r-txt-c {
    font-size: 16px;
    font-weight: bold;
  }
  .r-txt-b-ttl {
    font-size: 5vw;
    font-weight: bold;
    color: #b7282e;
    text-align: center;
    margin: 5px!important;
  }
  .r-txt-day {
    font-size: 4.2vw;
    font-weight: bold;
    color: #1f3134;
    margin-top: 30px!important;
    text-align: center;
    border-bottom: dotted 1px;
  }
  .itinerary-wrap {
    margin-bottom: 10px !important;
  }
  .itinerary-main__box{
    background-color: #f0f2f2;
      padding: 5px 10px;
      border-radius: 10px;
  }
  .itinerary-info {
    width: 100%;
  }
  .fc-bl{
    padding-top: 20px;
  }
  /*マイカープランおすすめの過ごし方ここまで	*/	
  /*みどころ　ここから*/
  /*みどころ　ここまで*/
  /*kojiここから*/
  .wrapper section {
    border-bottom: none;
  }
  .sec_qa {
    margin: 0 4%;
  }	
  .sec_qa h2, .tour_block_ttl {
    margin: 5% auto;
    font-size: 5.5vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
 .tour_block_ttl.fc-bl {
    color: #111111;
  }

  .sec_qa {
    padding-bottom: 20%;
  }
  .qa .text_min {
    position: relative;
    border: 1px solid #1f3134;
    padding: 3% 10% 3% 7%;
    font-size: 3.74vw;
    font-weight: 500;
    margin-top: 4%;
  }
  .qa .text_min::after {
    content: 'Q';
    position: absolute;
    font-size: 3.74vw;
    font-weight: bold;
    color: #1f3134;
    top: 15%;
    left: 3%;
    display: block;
  }
  .qa .qa_dd {
    position: relative;
    border-left: 1px solid #1f3134;
    border-right: 1px solid #1f3134;
    border-bottom: 1px solid #1f3134;
    padding: 0 3% 3% 7%;
  }
  .qa .qa_dd::after {
    content: 'A';
    position: absolute;
    font-size: 3.74vw;
    font-weight: bold;
    color: #B20000;
    top: 0;
    left: 3%;
    display: block;
  }
  .qa .qa_dd p {
    font-size: 3.47vw;
  }
  .wrap_qa .text_min span.plus {
    position: absolute;
    height: 40px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Times", "Times New Roman", "serif";
    font-weight: normal;
    font-size: 28px;
  }
  .wrap_qa .text_min span.plus_inner {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .wrap_qa .text_min span.plus_inner::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #1f3134;
    position: absolute;
    right: -5px;
    top: 17px;
  }
  .wrap_qa .text_min span.plus_inner::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #1f3134;
    position: absolute;
    right: 2px;
    top: 10px;
  }
  .recommend_tokusyu_btn{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 15px;
    /*padding-top: 40px;*/
  }    
  .recommend_tokusyu {
    margin: 10% auto;
    font-size: 5.5vw;
    text-align: center;
    font-weight: bold;
	  color: #fff;
  }
  .tour_item_btn2 {
    width: 100%;
    padding: 0;
    margin-top: 0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
	}
	.tour_item_btn2 a{
	display: inline-block;
    height: 4.3rem;
    width: 95%;
    background-color: #e84843;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 4.3rem;
    text-align: center;
    color: #fff;
	margin: 0 auto 15 auto;
    }
  /*kojiここから*/
  /*210407追加*/
  /*写真2コ*/
  /*    マップ*/
  /*    マップまで*/
  
  .introduce {
    font-size: 5.2vw;
    font-weight: bold;
    color: #131356;
    padding: 20px 0 15px 0;
    border-bottom: solid 2px #131356;
    text-align: center;
  }

  .fs-title {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0 2px;

  }
  .item-box--img{
    padding: 25px 0 0 0;
  }
}
/*smpの場合*/
/* detailのスマホ */
@media (max-width: 768px) {
  .detail {
    background: #FFF;
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
  }  

  .detail-left{
    width: 95%;
  }

  .detail_ttl p{
    font-size: 20px;
    text-align: center;
  }

  .detail-right{
    width: 90%;
    margin: 0 auto ;
  }

  .detail-tx{
    font-size: 1.1em;
    border-bottom: solid 1px gray;
    display: flex;
    margin: 30px 0 10px;
    padding: 15px 0 5px;
  }

  .detail-tx span{
    padding-right: 30px;
    width: 140px;
  }
  .r-txt-b-time {
    font-size: 19px;
    font-weight: bold;
    color: #b7282e;
    text-align: center;
    padding-top: 20px;
  }
  
  .r-txt-time {
    font-size: 15px;
    font-weight: bold;
    color: #b7282e;
  }
  
  .r-txt-time::before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/i-time.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 8px 4px 0px;
  } 
  
  .r-txt-title {
    font-size: 19px;
    font-weight: bold;
    color: #1f3134;
    text-align: center;
    border-bottom: solid 1px gray;
    padding: 15px 0 15px 0;
  }
  
  .r-txt-craft {
    font-size: 13px;
    font-weight: bold;
    color: #1f3134;
  }

  /* ナビのハンバーガー内部 */
  .nav_wrap {
    width: inherit;
    height: inherit;
  }
  .nav_wrap-item{
    border-bottom: solid 1px #fff;
    text-align: center;
  }

  .nav_wrap-item a {
    font-size: 4vw;
    color: #fff;
    /* width: 33.3%; */
    /* width: 50%; */
    text-align: center;
    /* border: #FFFFFF 1px solid; */
    padding:20px 0;
    line-height: 1.6;
    display: inline-block;
    width: 100%;
  }
  .nav_inner {
    display: none;
    position: fixed;
    z-index: 100;
    top: 10%;
    background-color: #b7282e;
    right: 0;
    width: 65%;
  }
}