/* ===========================================
 * hotelpage CSS
 * ======================================== */
@charset "UTF-8";
#left_container #Wrapper #kuchikomiHeader {
  /* margin: 0 auto 9px; */
  padding: 15px 0 0 0;
  min-height: 245px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 5px 5px 0 0;
  margin: 0!important;
}
#Wrapper #kuchikomiHeader p {
    font-size: 16px;
    line-height: 1.3em;
    color: white;
    padding-left: 10px;
}
.hotel-haikei {
  display: inline-block;
  background: #0004;
  width: 100%;
 }
 .hotel-badge-group {
    margin: 10px 15px;
    width: 100%;
    height: auto;
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
}
table {
  border-collapse: collapse; /* ボーダーを重ねて隙間をなくす */
  border-spacing: 0;         /* セル間の余白をゼロに */
  width: 100%;               /* （任意）幅を固定する場合 */
}
.hotel-ch1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35em;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
  @media screen and (min-width: 641px) {
    font-size: 34px;
  }
}
h1.hotel-ch1 {
    margin: 0;
    /* padding: 0; */
}
.hot16 {
  font-size: 14px;
  color: white;
  @media screen and (min-width: 641px) {
font-size: 16px;
  }
}
/*
.hotel-nav {
  width: 100%;
margin-top: 4px;
  position: sticky;
  top: 75px; 
  z-index: 9;
  background: #e9e4e4;
  
}
  @media screen and (min-width: 641px) {
.hotel-nav {
  top: 80px;
  }
}
*/
.hotel-nav {
  width: 100%;
  margin-top: 4px;
  position: sticky;
  top: 75px;
  @media screen and (min-width: 641px) {
top: 80px;
  }
  z-index: 9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(245, 245, 247, 0.75); /* 半透明ライトグレー */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* 薄い下線 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* わずかな影 */
}
/*
@media (prefers-color-scheme: dark) {
  .hotel-nav {
    background: rgba(22, 22, 23, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}*/
.hotel-nav-box{
margin: 0 auto;

}


/* スマホ対応 
@media screen and (max-width: 767px) {
  .hotel-nav-box {
    top: 74.53px;
  }
}*/



.hotel-nav li{
float: left;
width: 32.9%;
text-align: center;
height: 40px;
  line-height: 40px;
  @media screen and (min-width: 641px) {
    width: 33.17%;
  }

}
li.li01{
border-radius: 0 0 0 5px;
}
li.li02{
border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

li.li03{
border-radius: 0 0 5px 0;
}
.hotel-nav ul{
position: relative;
width: 100%;
height: 40px;
}
.hotel-nav ul li a{
display: block;
font-size: 12px;
text-decoration-line: underline;
@media screen and (min-width: 641px) {
font-size: 14px;
}
}
/*
.hotel-nav a:hover {
background-color: #Eb6877;
color: #FFFFFF;
text-decoration: none;
}*/
.hotel-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 0.25s ease;
  text-decoration: none;
}
.fa-chevron-right {
  color: darkgray;
}
.flick-add-wrap{
display: flex;
  flex-direction: column; /* ← これを追加！縦並びになる */
  align-items: flex-end;  /* 右寄せしたい場合 */
}
.flick-add{
  text-align: right;
  margin-block: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}
.flick-add a{
  color: #008dde;
  text-decoration: underline;
  font-size: 12px;
  @media screen and (min-width: 641px) {
font-size: 14px;
  }
text-underline-offset: 3px;
}
.flick-add a:hover{
  text-decoration: none;
}
.flick-add:last-child {
  margin-bottom: 0; /* 最後の行だけ余白をなくす */
}
@media screen and (max-width: 640px) {
h2#info,h2#plan,h2#facility {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
}
.new-hotel-ch2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  @media screen and (min-width: 641px) {
    font-size: 18px;
  }
}
.new-hotel-text{
  font-size: 13px;
  padding:0 5px;
  margin-bottom: 10px;
  @media screen and (min-width: 641px) {
    font-size: 15px;
  }
}
/*プランリスト部分
.plan-t {
  display: inline-block;
  width: 55px;
   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;
}
.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;
  }
}
/*プランリスト部分*/
.hotelinfo-tb{
  width: 100%;
font-size: 0.9em;
border-bottom: 1px solid #ddd;
margin-bottom: 50px;
}
.hotelinfo-tb th{
  width: 94%;
  float: left;
  border: none;
  background: #f7f7f7;
  padding:8px 3%;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  @media screen and (min-width: 641px) {
    width: 21%;
    float: none;
    border: solid 1px #ddd;
    padding:10px 0;
    
  }
}
.hotelinfo-tb td{
  width: 94%;
  float: left;
  border: none;
  padding:12px 3%;
  font-size: 13px;
  @media screen and (min-width: 641px) {
    width: 71%;
    float: none;
    border: solid 1px #ddd;
    padding: 10px 2%;
    font-size: 15px;
  }
}
.hotelinfo-tb a{
  color: #008dde;
  text-decoration: underline;
font-size: 14px;
text-underline-offset: 3px;
}
.hotelinfo-tb a:hover{
  text-decoration: none;
}
.hotel-recommen{
  border: 2px solid #ffcc21;
  background-color: #fff8e1;
  border-radius: 5px;
padding: 10px;
margin: 10px;
}
.recommen-title{
  /*color: #000;*/
  font-size: 16px;
padding-left: 10px;
  font-weight: bold;
  @media screen and (min-width: 641px) {
font-size: 18px;
padding-left: 20px;
}
}

.recommen_list {
  counter-reset: li;
}

.recommen_list li {
 /* display: flex;*/
  align-items: center;
  /*padding: .3em;*/
}
.recommen_list li::before {
  display: inline-block;
  min-width: 1.7em;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #f39801;
  color: #fff;
  font-weight: bold;
  font-size: .75em;
  line-height: 1.7em;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}
.recommen-title span{
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
  @media screen and (min-width: 641px) {
  font-size: 16px;
  }
}
.hotel-recommen ul {
 padding: 1rem !important;
 counter-reset: number;
 list-style-type: none !important;
 @media screen and (min-width: 641px) {
    padding: 1rem!important;
 }
}
.hotel-recommen ul li {
font-size: 13px;

position: relative;
padding: 0.5em 0 0.5em 2.2em;
@media screen and (min-width: 641px) {
font-size: 16px;
padding: 0.5em 0 0.5em 2em;
}
}

.hotel-recommen ul li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #f18409;
    color: #fff;
    border-radius: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
.hotel-price-review{
  width: 100%;
}

dl.hotel-price-erea {
  width: 100%;
  float: left;
  display: flex;
  align-items: normal;
  margin: 0;
  @media screen and (min-width: 641px) {
    width: 50%;
  }
}
dl.hotel-review-erea {
  width: 100%;
  float: left;
  display: flex;
  align-items: normal;
  margin: 0;
  @media screen and (min-width: 641px) {
    width: 50%;
  }
}
.hotel-cheapest-price {
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 18%;
  margin-bottom: 10px;
}
.hotel-cheapest-price-en {
  color: #f00;
  font-size: 13px;
  margin-left: 15px;

  @media screen and (min-width: 641px) {
    font-size: 16px;
  }
}

.hotel-cheapest-price-en span {
  color: #f00;
  font-size: 18px;
  font-weight: bold;

  @media screen and (min-width: 641px) {
    font-size: 22px;
  }
}
  .hotel-all-review{
    background-color: #ffcf32;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 18%;
    margin-bottom: 20px;
  }
  .hotel-review-left{
    margin-left: 15px;
  }
  .hotel-review-right-em{
    color: #ffcf32;
    font-size: 20px;
    font-weight: bold;
    padding-left: 6px;
    @media screen and (min-width: 641px) {
      font-size: 22px;
      padding-left: 8px;
    }
  }

  /*ここから下は精査してクラス名を変更する*/

  @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;}

}
.title-plan-t {
  display: inline-block;
 
  text-align: center;
}
.title-plan-t.pink {
background: #EB6877;
}
.title-plan-t.cosp {
background: #e3891e;
}
.title-plan-t.normal {
  background: #055fcf;
  }
  .title-plan-t.soft {
    background: #27a163;
    }
.hotel-plan-t{
  display: inline-block;
    width: 60px;
    text-align: center;
}
.hotel-plan-t.pink{
background: #EB6877;
}
.hotel-plan-t.cosp{
background: #e3891e;
}
.hotel-plan-t.normal{
  background: #055fcf;
}
.hotel-plan-t.soft{
  background: #27a163;
}

.midashi h2 {
position: relative;
padding: 0.25em 0;
font-size: 20px;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 10px;
}

.midashi h2:after {
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


#hotel_info .upddate-date{text-align: right; font-size: 10px;
padding: 5px 0;
clear: both;
@media screen and (min-width: 641px) {
font-size: 13px;
}
}
#plan-sub h3 {
        text-align: left;
        padding: 5px 15px;
        font-weight: bold;
      
        font-size: 16px;
        margin-bottom: 5px;
}
#plan-sub.pink h3 {border-left: 5px solid #eb6877;}
#plan-sub.cosp h3 {border-left: 5px solid #e3891e;}
#plan-sub.normal h3 {border-left: 5px solid #055fcf;}
#plan-sub.soft h3 {border-left: 5px solid #27a163;}


  /* 通常（PC）ではタイル表示 */
  .hotelimg-slide-wrap {
    display: flex;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
  }
  .hotelimg-slide-box {
    height: auto;
    margin: 0 .5%;
    width: 24%;
    min-height: 230px;
    @media screen and (min-width: 641px) {
      min-height: 170px;
    }
  }
  
  .hotelimg-slide-box img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 5px;
    
  }
  .hotelimg-slide-box p {
    font-size: 12px;
    padding: 5px;
    margin:.2rem auto;
  }
  @media screen and (max-width: 641px) {
  /* スマホサイズでスライダー表示 */
    .hotelimg-slide-wrap {
      overflow-x: scroll;
    }
    .hotelimg-slide-box {
      flex: 0 0 70%;
      margin: auto 1% auto auto;
    }
  }

/* 通常（PC）ではタイル表示 */
.slide-wrap {
 
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 33%;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.slide-box p {
  font-size: 13px;
  padding: 5px;
  margin:.1rem auto;
}
@media screen and (max-width: 640px) {
/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 70%;
   /* margin: auto 1% auto auto;*/
  }
}

p.sub-title{
font-weight: normal;
font-size: 14px;
@media screen and (min-width: 641px) {
font-size: 16px;
}
}
.recommen-box{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
    border-radius: 8px;
    /*border: #ff2765 3px solid;*/
    border: #ffcc21 3px solid;
    padding-bottom: 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    @media screen and (min-width: 641px) {
width: 98%;
    }
}
.recommen-band{
position: relative;
display: flex;
-webkit-box-align: center;
justify-content: center;
height: 45px;
/*background: #ff2765;*/
background: #ffcc21;
align-items: center;

}
.recommen-band p{
width: fit-content;
color: #000;
font-size: 16px;
font-weight: 700;
@media screen and (min-width: 641px) {
  font-size: 18px;
}
}
.recommen-detail{
padding: 10px;
font-size: 13px;
@media screen and (min-width: 641px) {
  font-size: 14px;
}
}
.thumbnail-image {
  width: 120px;         /* サムネイルの幅（必要に応じて調整） */
  height: auto;         /* 縦横比を保持 */
  object-fit: cover;    /* はみ出し防止：必要に応じて */
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
}
span.font22px{
  font-size: 22px;
}
span.font-bold{
  font-weight: bold;
}
span.font-red{
color: red;
}
.font22px{
  font-size: 22px;
}
.font-bold{
  font-weight: bold;
}
.font-red{
color: red;
}
span.hball{
  background: linear-gradient(
#fff8e1 60%, 
#ffbe24 0%);
}
.plan-tokuten_box3_1 {
  position: relative;
  padding: 0.5em;
  margin: 1.5em 0;
  border: solid 3px #ffcf32;/*線*/
  border-radius: 8px;/*角の丸み*/
  /*color: #000000;文字色*/
}
.plan-tokuten_box3_1 .plan-tokuten_box_title{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 16px;/*タイトル文字サイズ*/
  background: #ffffff;/*タイトル文字背景色*/
  color: #ffcf32;/*タイトル文字色*/
  font-weight: bold;
  @media screen and (min-width: 641px) {
    font-size: 18px;
  }
}

.plan-tokuten-list ul{
list-style-type: none;
padding: 8px 1% 0!important;
font-size: 14px;
@media screen and (min-width: 641px) {
  padding: 10px 2% 0 !important;
  font-size: 16px;
}
}
.plan-tokuten-list ul li{
  margin-bottom: 10px;
  }
  .plan-tokuten-list li{
    position: relative;
    padding-left: 20px;
  }
 
.plan-tokuten-list li:before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }

.form-wrap {
  padding: 2%;
  width: 96%;

  @media screen and (min-width: 641px) {
    margin: 15px auto 0;
  }
}

.form-inner {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;

  @media screen and (min-width: 641px) {
    width: 700px;
  }
}

.btn_07 {
  display: block;
  text-align: center;
  margin: auto;
  font-weight: bold;
  border: 4px solid #ddd;
  padding: 1rem 4rem;
  color: #7c7070;
  border-radius: 100vh;
  transition: 0.5s;
}

/*common.css:860を修正*/
.hotel-badge-item {
  margin-top: 10px;
  margin-right: 8px;
  border-radius: 4px;
  background: rgb(243 152 1 / 80%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
  padding: 1px 5px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  @media screen and (min-width: 641px) {
    padding: 8px 10px;
  }
}

.plan-wrap{
  margin: 10px auto 10px;
  border: none;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  /*padding-bottom: 200px;*/
  @media screen and (min-width: 641px) {
    margin: 15px auto;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
   /*padding-bottom: 100px;*/
  }
}
.plan-wrap.pink{
  border-top: solid 4px #eb6877 !important;
}
.plan-wrap.cosp{
  border-top: solid 4px #e3891e !important;
}
.plan-wrap.normal{
  border-top: solid 4px #055fcf !important;
}
.plan-wrap.soft{
  border-top: solid 4px #27a163 !important;
}
.plan-title{
  margin: 10px auto 10px;

}
.plan-title span{
  color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    @media screen and (min-width: 641px) {
font-size: 20px;
    }
}
/*
.plan-wrap .plan-title h3{
  font-size: 20px;
    font-weight: bold;
    color: #3d3d3d;
}*/
.plan-wrap .plan-title a{
  font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    @media screen and (min-width: 641px) {
      font-size: 20px;
          }
}

.plan-wrap .planabout p{
  margin-bottom: 15px;
}

#price-table table{
  width: 100%;
  background: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}
#price-table table th{
  width: 20%;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  /*color: #000;*/
  border: solid 1px #ddd;
  background: #f7f7f7;
  text-align: center;
  @media screen and (min-width: 641px) {
font-size: 14px;
font-weight: 700;
  }
}
#price-table table caption{
  text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    color: #f00;
}
#price-table table td{
  padding: 10px 3px;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #ddd;
}
#price-table span.blue {
  color: #0000ff;
  font-weight: bolder;
  font-size: 18px;
  @media screen and (min-width: 641px) {
font-size: 24px;
  }
}
#price-table span.red {
  color: #ff0000;
  font-weight: bolder;
  font-size: 18px;
  @media screen and (min-width: 641px) {
font-size: 24px;
  }
}
#price-table span.pax-compa{
display: none;
@media screen and (min-width: 641px) {
display:initial;
  }
}
#price-table td.price-area{
  font-weight: bolder;
  font-size: 18px;
  @media screen and (min-width: 641px) {
font-size: 24px;
  }
}
#price-table .price-area span{
  font-size: 11px;
  font-weight: normal;
  @media screen and (min-width: 641px) {
    font-size: 13px;
  }
}

#price-table .price-remarks th{
  text-align: left;
  padding: 5px 2%;
}
#price-table .price-remarks td{
  text-align: left;
  padding: 10px 2%;
}
.feenotes{
  /*color: #ff8801;*/
  color: #e64c30;
    font-weight: bolder;

}
.hotel-star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  font-size: 20px; 
}

.hotel-star5_rating:before, .hotel-star5_rating:after{
  content: '\2605\2605\2605\2605\2605';
}

.hotel-star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.hotel-star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.hotel-star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.hotel-star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.hotel-star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.hotel-star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.hotel-star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.hotel-star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.hotel-star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.hotel-star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.hotel-star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.hotel-star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*ボタン青*/

#form-inner01114{
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 10px;
  @media screen and (min-width: 641px) {
width: 50%;
margin-bottom: 25px;
  }
}
#form-inner02114{
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
  @media screen and (min-width: 641px) {
width: 50%;
margin-bottom: 25px;
  }
}
.formarea{
width: 100%;
text-align: center;
font-weight: bold;
font-size: 16px;
margin-top: 35px;
}
/* solid019 */
#form-inner01114 .button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 390px;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #23ABdd;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}
#form-inner01114 .button_solid019 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#form-inner01114 .button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

#form-inner02114 .button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 390px;
    padding: 13px 25px;
    color: #23ABdd;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #fff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    border: solid 2px #23ABdd;
}
#form-inner02114 .button_solid019 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #23ABdd;
    border-right: 3px solid #23ABdd;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#form-inner02114 .button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/*ボタン青*/

/*ボタンオレンジ*/

#form-inner011{
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 10px;
  @media screen and (min-width: 641px) {
width: 50%;
margin-bottom: 25px;
  }
}
#form-inner021{
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
  @media screen and (min-width: 641px) {
width: 50%;
margin-bottom: 25px;
  }
}


/* solid019 */
#form-inner011 .button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 390px;
    padding: 20px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: rgb(243, 152, 1);
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}
#form-inner011 .button_solid019 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#form-inner011 .button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

#form-inner021 .button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 390px;
    padding: 18px 25px;
    color: rgb(243, 152, 1);
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #fff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    border: solid 2px rgb(243, 152, 1);
}
#form-inner021 .button_solid019 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid rgb(243, 152, 1);
    border-right: 3px solid rgb(243, 152, 1);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#form-inner021 .button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/*ボタンオレンジ*/



/*プラン一覧*/
#hotelp-planb {
  width: 100%;
  clear: both;
}

#hotelp-planb .new-plan-s1 {
  float: left;
  width: 100%;
  @media screen and (min-width: 641px) {
    width: 80%;
  }
}

#hotelp-planb .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;
  }
}

#hotelp-planb .new-plan-s1 span {
  color: #fff;
  padding: 2px 5px;
  border-radius: 15px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 0.85em;
  height: 20px;
  width: 60px;
  @media screen and (min-width: 641px) {
    padding: 2px 10px;
    margin-right: 10px;
  }
}

#hotelp-planb .new-plan-s {
  margin: 2px 0;
  width: 98%;
  padding: 1px 1%;
}

#hotelp-planb .new-plan-s1 p {
  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: 16px;
    min-height: 45px;
    margin-left: 4px;
  }
}



#hotelp-planb .new-plan {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
  clear: both;
}

#hotelp-planb .new-plan dt {
  width: 30%;
  border-bottom: 3px solid #EB6877;
  margin: 0 auto;
}
#hotelp-planb .plan-t {
  display: inline-block;
  width: 55px;
  /*width: 60px;*/
  text-align: center;
}

#hotelp-planb .plan-t.pink {
  background: #EB6877;
}

#hotelp-planb .plan-t.cosp {
  background: #e3891e;
}

#hotelp-planb .plan-t.normal {
  background: #055fcf;
}

#hotelp-planb .plan-t.soft {
  background: #27a163;
}

#hotelp-planb dt.plan-list-right-dt .fa-chevron-right {
  color: darkgray;
}

#hotelp-planb div.show-plan .fa-chevron-right {
  color: rgb(243 152 1 / 80%);
  margin-left: .8rem;
}

#hotelp-planb .new-plan-s a {
  display: block;
  width: 100%;
}

#hotelp-planb .new-plan-s a :hover {
  background-color: #f00;
}

#hotelp-planb .plan-list {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 1px;
}

#hotelp-planb .plan-list-left {
  width: 94%;
  display: inline-block;
  margin: 0;
  @media screen and (min-width: 641px) {
    width: 90%;
  }
}

#hotelp-planb .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;
    margin: 0;
    padding: 0;
  }
}

#hotelp-planb .plan-list-aikon {
  width: 10%;
}

#hotelp-planb .plan-list a {
  display: block;
}

#hotelp-planb .plan-list a:hover {
  background-color: #fffafa;
}

#hotelp-planb .plan-list-right-dt {
  text-align: right;

  @media screen and (min-width: 641px) {
    text-align: center;
  }
}
.honoka-gacha01{
  width: 100%;
}
.honoka-gacha02{
  width: 100%;
 float: left;
 @media screen and (min-width: 641px) {
  width: 60%;
}
}
.honoka-gacha03{
  width: 100%;
  float: left;
  padding-top: 10%;
  text-align: center;
  @media screen and (min-width: 641px) {
    width: 40%;
    padding: 0;
  }
}
.honoka-gacha03 a{
  display: inline-block;
}
.honoka-gacha03 img{
  width: 50%;
  @media screen and (min-width: 641px) {
    width: 20%;
  }
}
.honoka-gacha04{
  clear: both;
}
/*コンパニオン派遣*/

.haken-area {
    width: 98%;
    margin: 0 1%;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}
.haken-area th{
    background: #f5f5f5;
    text-align: left;
    border: #ddd solid;
    border-width: 0 1px 1px 1px;
    vertical-align: middle;
padding: 10px;
font-size: 13px;
}
.haken-area td{
    background: #fff;
    border: #ddd solid;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 10px;
    font-size: 13px;
}

#form-inner-haken{margin:25px 0;}
#form-inner-haken .button_solid019 a {
    position: relative;
    display: flex
;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 390px;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ff62ac;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}

          

/*　ここから口コミページ*/
.button-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #002f9f;
    border-radius: 5px;
    background-color: #055fcf;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: .5s ease;
}

.button-4::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-4:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}
.button-area{

  margin: 35px 0;
}
.button-4 a{
  color: #fff;
    font-weight: 600;
    font-size: 1em;
}
.np1.review-left{
  font-size: 12px!important;
}
.np1.review-right-em{
  font-size: 12px!important;
  

}
.review-right-em{
  font-size: 18px;
font-weight: bold;
color: #ffcf32;
}
.review-rate{
  font-size: 16px;
  line-height: 32px;
}
.goto-plan{
text-align: right;
margin: 10px 5px;
border-radius: 5px;

@media screen and (min-width: 641px) {
  
  padding: 5px 10px;
  width: 92%;
  margin: 10px 3%;
 }
}
.goto-plan a{
  color: #008dde;
    text-decoration: underline;
    font-size: 14px;
    text-underline-offset: 3px;
}
.goto-plan a:hover{
  text-decoration: none;
}

.review-star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* \°\ì¡?\?\é¡? ??Í?¤ËÀßÄê?? */
  font-size: 18px; 
  line-height: 32px;
}
.review-star5_rating:before, .review-star5_rating:after{
  content: '\2605\2605\2605\2605\2605';
}
.review-star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* \¤\¨\í¡?\?\é¡? ??Í?¤ËÀßÄê?? */
}
.review-star5_rating[data-rate="5"]:after{ width: 100%; } /* À±5 */
.review-star5_rating[data-rate="4.5"]:after{ width: 90%; } /* À±4.5 */
.review-star5_rating[data-rate="4"]:after{ width: 80%; } /* À±4 */
.review-star5_rating[data-rate="3.5"]:after{ width: 70%; } /* À±3.5 */
.review-star5_rating[data-rate="3"]:after{ width: 60%; } /* À±3 */
.review-star5_rating[data-rate="2.5"]:after{ width: 50%; } /* À±2.5 */
.review-star5_rating[data-rate="2"]:after{ width: 40%; } /* À±2 */
.review-star5_rating[data-rate="1.5"]:after{ width: 30%; } /* À±1.5 */
.review-star5_rating[data-rate="1"]:after{ width: 20%; } /* À±1 */
.review-star5_rating[data-rate="0.5"]:after{ width: 10%; } /* À±0.5 */
.review-star5_rating[data-rate="0"]:after{ width: 0%; } /* À±0 */


.kuchikomi-midashi h2 {
  position: relative;
  padding: 0.25em 0;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
  }
  
  .kuchikomi-midashi h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
  .kuchikomi-review{
    margin: 15px 0;
  }
  .kuchikomi-review-star{
    width: 100%;
    padding-left: 15px;
    @media screen and (min-width: 641px) {
  width: 50%;
    }
  }
  .kuchikomi-review-left {
    margin-left: 15px;
}


  .kuchikomi-review-hyouka{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    @media screen and (min-width: 641px) {
  width: 50%;
    }
  }
  .kuchikomi-review-star dl,dt,dd{
    float: left;
  }
  .kuchikomi-all-review {
      background-color: #ffcf32;
      color: #000;
      font-size: 12px;
      font-weight: bold;
      padding: 5px;
      text-align: center;
      width: 18%;
      margin-bottom: 20px;
  }
  .kuchikomi-nk3 {
      padding: 5px 20px;
  }
  .kuchikomi-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;
    }
  }
  .np2{
  
    padding: 5px 0;
  }

  .kuchi-icon{
    width:20px;
    float:left;
    padding:3px 0;
    }
  .kuchi-tex{
    float:left;
  color:#000;font-size:14px;margin-left:5px;
    }


.come_b{
      font-size:16px;
      font-weight:400;
      @media screen and (min-width: 641px) {
        font-size:19px;
      }
    }
    .kuchikomi_detail{
      list-style-type: none;
    }
     

#left_container #Wrapper .conti_np{
  padding:2%;
  
  margin-bottom:12px;
  
  font-size:14px;
  width: 95.8%;
  margin:0px auto 10px auto;
  border: 1px solid #e0dccc;
    border-radius: 5px;
    margin: 20px 0;
  @media screen and (min-width: 641px) {
    padding:11px;
    width: 97.8%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#Wrapper .conti_np .photoCont{
  float:left;
  width:100%;
  text-align:center;
  @media screen and (min-width: 641px) {
    width:70%;
  }
}
#Wrapper .conti_np .dayCont{
  float:left;
  width:100%;
  text-align:left;
  @media screen and (min-width: 641px) {
    float:right;
    width:30%;
    text-align:right;
  }
}
#Wrapper .conti_np .stCont{
  float:left;
  width:100%;
  text-align:center;
padding:5px 0;
border-bottom:solid 1px #e0dccc;
margin-bottom:5px;
}
#Wrapper .conti_np .commentCont{
  float:left;
  width:100%; 
  word-wrap: break-word;
  
}
#Wrapper .conti_np .commentCont p{clear:both;}
.conti_np .photoCont p{color:#EB6877;font-size:20px;font-weight:bold;margin-top:5px;}

.comment_title{
  font-weight: bold;
}

.np1{
  float:left;
  text-align:left;
  margin-right:20px;
  
  vertical-align:bottom;}
  .np2{
    float:left;
    text-align:left;
  }
  .fob{font-weight:bold;}
  .foball{font-weight:bold;padding-left:5px;color:#f28f01;}


  .kuchi-h {
    width: 100%
}

.kuchi1 {
    width: 50%;
    float: left
}

.kuchi-icon {
    width: 20px;
    float: left;
    padding: 3px 0;
    color: #eb6877;

}

.kuchi-tex {
    float: left;
    color: #000;
    font-size: 14px;
    margin-left: 5px
}
.review-title p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 10px 0;
  line-height: 1.4;
}
