/* Common */
:root{
  --cc:#009ecb;
  --cc2:#c23d24;
}
*{
  font-family: source-han-sans-cjk-ja,Helvetica Neue,arial,Hiragino Kaku Gothic ProN,Hiragino Sans,meiryo,sans-serif;
}
.brm *{
  /* font-family: "Noto Serif JP", serif; */
}
.brm i{
  font-family: "Font Awesome 5 Free";
}


/* Color */
.dp_sb--btn,.dp_foot{
  background: var(--cc);
}

.dp_sb__tab--btn>i,.dp_sb__tab--btn{
  color:var(--cc);
}

.dp_pBox--ttl,.tower11 .bgBox .dp_pBox--ttl{border-color: var(--cc);}

.dp_pBox__li {
    border: none;
    border: 8px solid var(--cc);
    color: #333;
    border-radius: 2px;
}

.dp_pBox__li:nth-of-type(2) > img {
    width: 140px !important;
    margin: 24px auto;
}
.dp_pBox__li--str{color:#333;}
.tower11 .dp_pBox__li--txt span{
    color: #666;
}

.brm .bgBox dd {
    font-size: 14px;
    line-height: 1.8;
}
.brm .dp_sBox dd,.brm .dp_sBox dl:nth-of-type(2) dd {
    font-size: 15px;
    line-height: 1.8;
}
.brm .dp_rBox__li .dp_pBox__li--txt{line-height: 1.8;}
.tower11 .dp_pBox__li > img {
    width: 80px !important;
    margin: 20px auto;
}
.w--m1000{max-width:1200px;}
.dp_sBox dl dt,.dp_sBox dl dd{
  width: 100%;
}
.tower11 .dp_pBox__li{width: calc(100% / 4 - 10px);}
.dp_sBox .col_3 dd p{height: 240px;}

/* searchBox */
.chooseHotel {
    color: #fff;
    line-height: 1.8;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    color: #333;
}
.chooseHotel label {
    padding: 4px 0;
}
.chooseHotel .ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    border-bottom: 1px solid #333;
}
.chooseHotel label {
    position: relative;
    cursor: pointer;
    padding-left: 36px;
    font-size: 14px;
}

.chooseHotel label::before,
.chooseHotel label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.chooseHotel label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.chooseHotel label::after {
  background-color: var(--cc);
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px
}

.chooseHotel input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}

.dp_pBox__li > img {
    margin: 33px auto;
}
.dp_sBox .col_3 dl {
    width: calc(100% / 3 - 15px);
}
.dp_rBox__li b {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 0;
    border-left: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
}
.bgBox + footer {
    margin-top: -80px;
}
.brm .bgBox dd h3 {
    line-height: 2;
}
.bgBox dd h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.8;
}
.tower11 .dp_pBox--ttl span{
      font-size: 15px;
}
.tower11 .dp_pBox__li:nth-of-type(3) > img{
  width: 140px !important;
}
.tower11 .dp_pBox__li:nth-of-type(4) > img{
  width: 100px !important;
}
.bgBox dt{
  width:365px;
  position: relative;
}
.bgBox dt .cprTxt {
    bottom: 20px;
    right: 20px;
    top: inherit;
}
.prBox{position: relative;}
.prBox .cprTxt {
    bottom: 6px;
    right: 10px;
    font-size: 13px;
    top: inherit;
}
.bgBox dd{
  width: calc(100% - 400px);
}
.bgBox dd p{line-height: 1.8;}
.dp_sBox .col_3 dt img{width: 100%;}

.cprTxt{
  text-shadow: 0 0 3px #000;
    position: absolute;
    bottom: 20px;
    right: 60px;
    color: #fff;
    font-size: 20px;
}

.cht__Wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.cht__box{
    width:calc(100% / 2 - 8px);
}
.ch__tab{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.ch__tab li {
     width: calc(100% / 2 - 16px);
     font-weight:bold;
     margin-bottom:8px;
     border-left:8px solid #009ecb;
     padding-left:8px
}


@media (max-width: 599px){
  .dp_sb__tab{
    border-color: var(--cc);
  }
  .dp_sBox .col_3 dl{width: 100%;}
  .dp_eBox {
      padding: 20px;
  }
  .bgBox + footer {
    margin-top: -40px;
  }
 
  .brm .bgBox dd h3 {
      color: #333;
      font-size: 18px;
      text-align: center;
      margin: 30px 0;
      line-height: 2;
  }
  .brm .dp_sBox dd, .brm .dp_sBox dl:nth-of-type(2) dd {
      font-size: 13px;
      padding-bottom: 30px;
  }
  .brm .bgBox{padding:30px 0;}
    .tower11 .dp_pBox--ttl span {
      font-size: 11px;
  }
  .bgBox dd h3{font-size:19px;}
  
  .tower11 .dp_pBox__li{width: 100%;}
  .bgBox dt,.bgBox dd{width: 100%;}
  .dp_sBox .col_3 dd p{height: auto;}

  .cprTxt {
    bottom:inherit;
    top: 110px;
    right: 10px;
    color: #fff;
    font-size: 12px;
  }
.ch__tab li {
    width: calc(100% / 2 - 8px);
    font-weight: bold;
    margin-bottom: 0;
    border-left: none;
    padding: 8px;
    border: 2px solid #009ecb;
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
  .ch__tab li.sel{
    background:#009ecb;
    color:#fff;
  }
  .cht__box {
      width: 100%;
      margin-top: 16px;
  }  
}
