/* ===========================================
 * hotellist CSS
 * ======================================== */
/* 共通ヒーロー帯 */
.h1__wrap2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* エリアページ専用（id指定で上書き） */
#area-hero .h1__wrap2 {
  flex-direction: column; /* h1の下にpを縦配置 */
}

/* pタグのスタイル */
#area-hero .hero-desc {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.0rem;
  font-weight: 600;
}
#Wrapper #Inner .paragraph {
    clear: both;
    width: 100%;
}
/* オーバーレイの上にテキストを出す */
.h1__wrap2 { position: relative; }
.h1__wrap2 > h1,
.h1__wrap2 > p {
  position: relative;
  z-index: 1;
}

/* 見出し下の説明文 */
.h1__wrap2 > p {
  color: #fff !important;   /* 他CSSに負けないよう暫定で important */
  font-size: 0.9rem;        /* 小さめ */
  margin-top: .5em;         /* h1との間隔 */
  line-height: 1.5;
  text-align: center;       /* 念のため中央揃え */
  text-shadow: 0 1px 3px rgba(0,0,0,.6); /* 背景上での視認性UP（不要なら削除可） */
}
/* 見出しh2タグ */
.new-subhead h2 {
  font-size: 1.2em;
    line-height: 1.5;
    border-bottom: solid 0.3125rem #eb6877;
    letter-spacing: 0;
    margin: 0 0 1em;
    padding: 0 0.25em 0.75em;
}
.sele {
	float:left;
	width: 100%;
}

.hotellist-compa_midashi {
  width: 100%;
  height:80px;
  /*height:100px;*/
  background:rgba(0, 0, 0, 0.6);
top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
	text-align:center;
  color          : #fff;            /* 文字の色 */
  font-size      : 15pt;      /* 20211217 24pt→15pt */
  letter-spacing : 1px;                /* 文字間 */
  font-weight:bold;
  line-height:28px;      /* 20211217 38px→28px */
  padding-top:15px;
  box-sizing:border-box;
  @media screen and (min-width: 641px) {
        height: 100px;
            
        font-size: 22pt;
       
       
        line-height: 38px;
        padding-top: 20px;
        
    
}
}
.hotellist-outline {
  font-size      : 14px;               /* 文字のサイズ 20211217 14pt→12pt*/
  letter-spacing : 1px;                /* 文字間 */
  color          : #fff;
  @media screen and (min-width: 641px) {
     font-size: 14pt;
        
}
}

.hyouji2 {
      width: 100%;
      text-align: center;
      margin: 15px 0;
      @media screen and (min-width: 641px) {
        margin: 20px 0;
      }
}
/*一覧ページのアコーディオン*/
#list-p-accordion {
  margin-top: 0.7em;  width: 100%;
  @media screen and (min-width:641px) {
    margin-top: 1.5em;
  }

}
#list-p-accordion .toggle {
  display: none;
}
#list-p-accordion .option {
  position: relative; 
  margin-bottom: 1em; 
}
#list-p-accordion .title, .content { 
  -webkit-backface-visibility: hidden;  
  backface-visibility: hidden;  
  transform: translateZ(0);  
  transition: all 0.3s;  }
#list-p-accordion .title { 
  padding: 1em;  
  display: block;  
  /*color: #fff; */
  color: #eb6877; 
  font-weight: bold; 
  /*background: rgb(243 152 1 / 80%);*/
  background: #fff; 
  border-radius: 5px;  
  border: solid 0.2125rem #eb6877;
}
#list-p-accordion .title::after, .title::before { 
  content: "";  
  position: absolute;  
  right: 1.25em;  
  top: 1.25em;  
  width: 2px;  
  height: 0.75em;  
  /*background-color: #fff;  */
  background-color: #eb6877;
  transition: all 0.3s; 
}
#list-p-accordion .title::after { 
  transform: rotate(90deg); 
}
.content { 
  max-height: 0; 
  overflow: hidden; 
}
.content dl { 
  margin: 0; 
  padding: 0.5em; 
  /*padding: 0.5em 1em 1em;*/ 
   font-size: 0.9em;  
   line-height: 1.5;  }
.toggle:checked + .title + .content { 
  max-height: 500px; 
  transition: all 1.5s; 
}
.toggle:checked + .title::before { 
  transform: rotate(90deg) !important; 
}
#list-p-accordion .btn-box{ 
  width: 100%; 
  /*margin-bottom: 5px;*/
  }
#list-p-accordion .btn{ 
  margin: 0 auto; 
  width: 50%; 
}
#list-p-accordion .btn input { 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  border: none; 
  width: 100%; 
  height: 44px; 
  background: rgb(243 152 1 / 80%); 
  color: #fff; 
  font-size: 18px;  
  font-weight: bold; 
  border-radius: 5px;}

/*ページネーション*/
.pager {
  overflow: hidden;
  margin-bottom: 15px;
  @media screen and (min-width: 641px) {
    float:left;
	width:100%;
  }
}

.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  margin: 1px 1px;
  position: relative;
  left: -50%;
  float: left;
  @media screen and (min-width: 641px) {
    margin: 0 1px;
  }
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 12px;
  padding: 0.6em 1em;
  border-radius: 3px;
  @media screen and (min-width: 641px) {
    font-size: 16px;
  }
}

.pager ul li a {
  background: #EEE;
  color: #000;
  text-decoration: none;
  
}

.pager ul li a:hover {
  background: #333;
  color: #FFF;
  @media screen and (min-width: 641px) {
    background: #EB6877;
    color: #FFF;
  }
}
.hyouji{
width:100%;
text-align:center;
@media screen and (min-width: 641px) {
  clear: both;
}
}

/*ページネーション*/

.plan-waku-new{
  float: none;
  width: 100%;
}
.plan-waku-new ul{
  list-style: none;
}
.list-badge-group {
  margin: 5px 2%;
  width: 94%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  bottom: 5px;
}

/*common.cssにあるクラス差分チェック*/
.list-badge-item {
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 4px;
  background: rgb(243 152 1 / 80%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
  padding: 2px;
  @media screen and (min-width: 641px) {
    padding: 4px;
  }
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  @media screen and (min-width: 641px) {
    font-size: 14px;
  }
  font-weight: bold;
}
.paragraph.spring_info{
  margin-bottom:30px;
  padding-bottom:15px;
  border-bottom:#eb6877 solid 3px;}
.paragraph.spring_info .Inner {
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  min-height: 205px;
  /*min-height: 245px;*/
  border-radius: 5px;
  @media screen and (min-width: 641px) {
    min-height: 245px;
  }
  
}

@media screen and (max-width: 640px) {
  .Inner .right_paragraph .ttl_springs {
    /* display: none; */
    display: initial;
  }
}

.paragraph.spring_info .Inner .list-right_paragraph {
  display: inline-block;
  width: 100%;
}

.list-ttl_springs {
  background: #0006;
  position: absolute;
  top: 5px;
  width: 100%;
  @media screen and (min-width: 641px) {
    width: 100%;
  }
}

.list-ttl_springs p {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin: 0;
}

.paragraph.spring_info .Inner h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  @media screen and (min-width: 641px) {
    font-size: 34px;
  }
}

.paragraph.spring_info .Inner h3 span {
  font-size: 16px;
  color: white;
  @media screen and (max-width: 640px) {
display: none;
  }
}

.hotellist-hyouka-k{

    float: left;
    width: 100%;
    padding: 1px 5px;
    /* margin-bottom: 5px; */
    box-sizing: border-box;
    height: auto;

    @media screen and (min-width: 641px) {
      
        
          padding: 5px 5px;
          margin-bottom: 5px;
        
    
  }


}

.list-area {
  font-size: 15px !important;
  line-height: 1.3em !important;
  font-weight: bold;
  
  @media screen and (min-width: 641px) {
    font-size: 18px !important;
    line-height: 1.5em;
  }
}
.mid_icon-new{
  width: 100%;
  text-align: left;
}
.mid_icon-new ul li {
  float: left;
  font-size: 11px;

}
.mid_icon-new li{
margin-left: 5px;
}

/*
@media screen and (max-width: 640px) {
  .nks {
    color: #EB6877;
    font-weight: bold;
    line-height: 18pt;
    font-size: 14px;
  }
}
.nk2 a {
  text-decoration: underline;
}
*/

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  font-size: 20px;

  /*フォントサイズ 自由に設定化 */
  @media screen and (min-width: 641px) {
    font-size: 22px;
  }
}

.star5_rating:before,
.star5_rating:after {
  content: '★★★★★';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */
.btn_cont-new {
  margin: 10px 0;
  font-size: 11px;
  float: left;
  width: 100%;
}
.btn_cont-new ul{
  list-style: none;
}
.btn_cont-new li {
  float: left;
  padding: 2px 4px;
  margin-right: 4px;

  @media screen and (min-width: 641px) {
    padding: 2px 7px;
    margin-right: 5px;
  }
}

.btn_cont-new .pink {
  border: 1px solid #EB6877;
  border-radius: 5px;
  background-color: #fff;
  color: #EB6877;
}

.btn_cont-new .soft {
  border: 1px solid #27a163;
  border-radius: 5px;
  background-color: #fff;
  color: #27a163;
}

.btn_cont-new .cosp {
  border: 1px solid #e3891e;
  border-radius: 5px;
  background-color: #fff;
  color: #e3891e;
}

.btn_cont-new .normal {
  border: 1px solid #055fcf;
  border-radius: 5px;
  background-color: #fff;
  color: #055fcf;
}

/*
.nk1 em {
  font-size: 20px !important;
  font-weight: bold;
  padding-left: 10px;
}*/

.pcice-review {
  width: 100%;
  margin-bottom: 30px;
}

dl.price-erea {
  display: flex;
  /* justify-content: flex-start; */
  align-items: normal;
}

dl.price-review {
  display: flex;
  align-items: normal;
  /* align-items: flex-start; */
}

.pcice-review dl {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;

  @media screen and (min-width: 641px) {
    width: 50%;
  }
}

.pcice-review dt {
  float: left;

}

.cheapest-price {
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 18%;display: flex;
  justify-content: center;
  height: 100%;
}

.cheapest-price-en {
  color: #f00;
  font-size: 13px;
  margin-left: 15px;

  @media screen and (min-width: 641px) {
    font-size: 16px;
  }
}

.cheapest-price-en span {
  color: #f00;
  font-size: 18px;
  font-weight: bold;

  @media screen and (min-width: 641px) {
    font-size: 22px;
  }
}

.all-review {
  background-color: #ffcf32;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 18%;
  display: flex;
  justify-content: center;
  height: 100%;
}

.review-left {
  margin-left: 15px;
}

.review-right-em {
  color: #ffcf32;
  font-size: 18px;
  font-weight: bold;
  padding-left: 6px;

  @media screen and (min-width: 641px) {
    font-size: 22px;
    padding-left: 8px;
  }
}

.review-right {
  margin-left: 15px;
}

.review-right a {
  font-size: 14px;
  text-decoration: underline;
  /*vertical-align: -webkit-baseline-middle;*/
  vertical-align: sub;
}
p.review-zero{
  font-size: 14px!important;
  text-decoration: underline!important;
  /*vertical-align: -webkit-baseline-middle;*/
  vertical-align: sub!important;
margin-top: 5px;
}
.new-plan-s1 {
  float: left;
  width: 100%;
  @media screen and (min-width: 641px) {
    width: 80%;
  }
}

.new-plan-s2 {
  float: left;
  width: 98%;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #EB6877;
  height: 10px;
  padding-bottom: 2px;
  padding-right: 2%;

  @media screen and (min-width: 641px) {
    width: 20%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
}

.new-plan-s1 span {
  color: #fff;
  padding: 2px 5px;
  /*padding: 2px 10px;*/
  border-radius: 15px;
  margin-right: 4px;
  /*margin-right: 10px;*/
  font-weight: bold;
  font-size: 0.85em;
  @media screen and (min-width: 641px) {
    padding: 2px 10px;
    margin-right: 10px;
  }
}

.new-plan-s {
  margin: 2px 0;
  width: 98%;
  padding: 1px 1%;
}

.new-plan-s1 h4 {
  font-size: 14px; 
  font-weight: 900;
  min-height: 35px;
  align-items: center;
  padding-top: 2px;
  margin: 0;
  padding: 0;

  @media screen and (min-width: 641px) {
    display: flex;
    font-size: 15px;
    min-height: 45px;
    margin-left: 4px;
    margin: 0;
    padding: 0;
  }
}

.new-plan-box {
  width: 100%;
  clear: both;
}

.new-plan {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
  clear: both;
}

.new-plan dt {
  width: 30%;
  border-bottom: 3px solid #EB6877;
  margin: 0 auto;
}

/*続きを読む*/
.readmore {
  position: relative;
  margin: 35px auto 0;
  padding: 0 0 20px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 300px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
 
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  background: rgb(243 152 1 / 80%);
}

.readmore label::before{
  content: '全てのプランを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '閉じる';
}
/* 新しく追加する部分 */
.readmore input[type="checkbox"]:checked ~ label {
  pointer-events: none;
  visibility: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}
.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 210px;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .readmore-content {
  position: relative;
  height: 175px;
  overflow: hidden;
}

}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

/* チェックボックスを再クリックできないようにするための部分 */
.readmore input[type="checkbox"]:checked ~ label {
  pointer-events: none;
}



/*続きを読むここまで*/

/**/
@media screen and (max-width: 640px) {
  #countainer02 #left_container #Wrapper {
    width: 100%;
    height: auto;
    background: #fff;
  }
}
  
/**/
@media screen and (min-width: 641px) {
  #countainer02 #left_container #Wrapper {

    background: #fff;
  }



  
}

.plan-t {
  display: inline-block;
  width: 55px;
  /*width: 60px;*/
  text-align: center;
}

.plan-t.pink {
  background: #EB6877;
}

.plan-t.cosp {
  background: #e3891e;
}

.plan-t.normal {
  background: #055fcf;
}

.plan-t.soft {
  background: #27a163;
}

dt.plan-list-right-dt .fa-chevron-right {
  color: darkgray;
}

div.show-plan .fa-chevron-right {
  color: rgb(243 152 1 / 80%);
  margin-left: .8rem;
}

.new-plan-s a {
  display: block;
  width: 100%;
}

.new-plan-s a :hover {
  background-color: #f00;
}

.plan-list {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 1px;
}

.plan-list-left {
  width: 94%;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  @media screen and (min-width: 641px) {
    width: 90%;
  }
}

.plan-list-right {
  width: 2%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;

  @media screen and (min-width: 641px) {
    width: 9%;
    margin-top: 15px;
    text-align: center;
  }
}

.plan-list-aikon {
  width: 10%;
}

.plan-list a {
  display: block;
}

.plan-list a:hover {
  background-color: #fffafa;
}

.plan-list-right-dt {
  text-align: right;

  @media screen and (min-width: 641px) {
    text-align: center;
  }
}

.show-plan {
  left: 50%;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
  border: 2px solid rgb(243 152 1 / 80%);
  border-radius: 5px;
  padding: 10px 0;
  width: 300px;
  color: rgb(243 152 1 / 80%);
  display: table;
}



.selectbox-2 {
  float: left;
    position: relative;
    width: 100%;
    margin: 8px 0;
    @media screen and (min-width: 641px) {
      width: 29%;
      margin: 10px;

    }
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    /*background-color: #f39801;*/
    background-color: #ddd;
    content: '';
}

.selectbox-2::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    /*border: 2px solid #f39801;*/
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}

.selectbox-2 select:focus {
    /*outline: 1px solid #f39801;*/
    outline: 1px solid #ddd;
    }
    .selectbox-2 select:hover {
      background-color: #fffafa;
    }
.selectbox-2 option{
  font-weight: bold;
}

/*topcss sele-wを削除*/
.new-sele-w {
        width: 99%;
        float: left;
        padding-left: 1%;
        margin: 10px 0;
        /*margin: 20px 0;*/
        @media screen and (min-width: 641px) {
          padding-left: 1%;
          margin: 20px 0;
        }
    }

/*プランリンクページ検索ボックス*/
@media screen and (min-width: 641px) {

  .shi{
    float:left;
    width:100%;
  }
  .shi-dw1{
      margin-top: 20px;
    width:100%;
    float:left;
    background-color: #f1ebdb;
  }
  .shi-dw1-2{
    margin-top: 20px;
    width: 96%;
    float: left;
    background-color: #EB6877;
    color: #ffffff;
    font-weight: bold;
    padding:5px 2%;
    margin-bottom: 15px;
  }
  .shi-dw2{
      padding-bottom: 20px;
    width:90%;
    float:left;
    margin-left:5%;
    margin-right:5%;
  }
  
  .shi1{
    width:100%;
    float:left;
    margin-top:3px;
    margin-bottom:3px;
  }
  .shi2{
    width:12%;
    float:left;
    box-sizing:border-box;
    border-right: 2px solid #999;
    margin-right:3%;
    color: #EB6877;
  }
  .shi2 a {
    color: #EB6877;
    text-decoration:none;
  }
  
  .shi3{
    width:85%;
    float:left;
    color: #EB6877;
  }
  .shi3 a {
    color: #EB6877;
    text-decoration:none;
  }
  .shi4{
    width:17%;
    float:left;
    box-sizing:border-box;
    border-right: 2px solid #999;
    margin-right:3%;
  }
  .shi5{
    width:80%;
    float:left;
    color: #EB6877;
  }
  .sele-m{
      margin-top: 20px;
      margin-bottom: 5px;
    width:100%;
    float:left;
    background-color: #f1ebdb;
  }
  .sele {
    float:left;
    width: 100%;
    display:none;
  }
  .shibo{
    float:left;
    width:100%;
    margin:10px 0% 30px 0%;
    font-size:14px;
    line-height:18pt;
  }
 
.cp_actab1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab1 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab1 label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 0.2em 0 0.2em 2.2em;
	cursor: pointer;
	margin: 0 0 1px 0;
	color: #ffffff;
	font-size: 17px;
	background-image: url(../img/top_b/map-i.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 1% 50%;
}
.cp_actab1 .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
}
.cp_actab1 .cp_actab-content p {
	margin: 1em;
	word-break: keep-all;
}
/* :checked */
.cp_actab1 input:checked ~ .cp_actab-content {
	max-height:100%;
}
/* Icon */
.cp_actab1 label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab1 input[type=checkbox] + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f150";
   font-weight: 900;
   padding: 0.2em 0;
}
.cp_actab1 input[type=checkbox]:checked + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f151";
   font-weight: 900;
}

.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 5px auto 0 auto;
	color: #ffffff;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 0.2em 0 0.2em 2.2em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #000;
	color: #ffffff;
	font-size:17px;
	background-image: url(../img/top_b/onsen-i.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
}
.cp_actab2 .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
}
.cp_actab2 .cp_actab-content p {
	margin: 1em;
	word-break: keep-all;
}
/* :checked */
.cp_actab2 input:checked ~ .cp_actab-content {
	max-height:100%;
}
/* Icon */
.cp_actab2 label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab2 input[type=checkbox] + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f150";
   font-weight: 900;
   padding: 0.2em 0;
}
.cp_actab2 input[type=checkbox]:checked + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f151";
   font-weight: 900;
}

}
@media screen and (max-width: 640px) {
 
  .shi{
 
    display:none;
  }
  .select-box02 {
    width: 96%;
    margin: 10px auto;
    padding: 2% ;
    background-color: #eeeeee;
    float:left;
  }
  .select-box02 select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/sele/arrow02.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #cccccc 100%);
    background: url(../img/sele/arrow02.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #cccccc 100%);
    background-size: 20px, 100%;
}

.shibo{
	float:left;
	width:96%;
	margin:10px 2% 30px 2%;
	font-size:14px;
	line-height:18pt;
}
.cp_actab1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab1 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab1 label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 0.2em 0 0.2em 1.7em;
	cursor: pointer;
	margin: 0 0 1px 0;
	color: #fff;
	font-size: 16px;
	background-image: url(../img/top_b/map-i.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 1% 50%;
}
.cp_actab1 .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
}
.cp_actab1 .cp_actab-content p {
	margin: 1em;
	word-break: keep-all;
	line-height:30px;
}
/* :checked */
.cp_actab1 input:checked ~ .cp_actab-content {
	max-height:100%;
}
/* Icon */
.cp_actab1 label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab1 input[type=checkbox] + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f150";
   font-weight: 900;
   padding: 0.2em 0;
}
.cp_actab1 input[type=checkbox]:checked + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f151";
   font-weight: 900;
   
}

.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 5px auto 0 auto;
	color: #ffffff;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 0.2em 0 0.2em 1.7em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #000;
	color: #ffffff;
	font-size:16px;
	background-image: url(../img/top_b/onsen-i.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
}
.cp_actab2 .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
}
.cp_actab2 .cp_actab-content p {
	margin: 1em;
	word-break: keep-all;
	line-height:30px;
}
/* :checked */
.cp_actab2 input:checked ~ .cp_actab-content {
	max-height:100%;
}
/* Icon */
.cp_actab2 label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab2 input[type=checkbox] + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f150";
   font-weight: 900;
   padding: 0.2em 0;
}
.cp_actab2 input[type=checkbox]:checked + label::after {
 color: #fff;
    font-family:"Font Awesome 5 Free";
    content:"\f151";
   font-weight: 900;
}
}
