@charset "UTF-8";
.top_image .top_txt p {
  text-shadow: 3px 3px 9px rgba(0,0,0,1), -3px 3px 9px rgba(0,0,0,1), 3px -3px 9px rgba(0,0,0,1), -3px -3px 9px rgba(0,0,0,1);
}
.top_text{
  padding-bottom: 150px;
}
.red{
  color: #c93b28;
}
.crown{
  background: url(../images/bestrate/crown_bg.jpg) repeat-y;
  background-size: 100% auto;
  position: relative;
}

.crown:before{
  content: "";
  display: block;
  background: url(../images/bestrate/crown_bg_bottom.png) repeat-x;
  background-size: auto 7px;
  width: 100%;
  height: 7px;
  top: 0;
  position: absolute;
}
.crown:after{
  content: "";
  display: block;
  background: url(../images/bestrate/crown_bg_bottom.png) repeat-x;
  background-size: auto 7px;
  width: 100%;
  height: 7px;
}
.crown .txt{
  padding: 0 3%;
}
.crown_crown{
  width: 80%;
  max-width: 517px;
  top: -92px;
  left: 0;
  right: 0;
  margin: auto;
}
.crown .title{
  display: inline-block;
  width: 293px;
  margin: 95px 0 40px;
}
.crown .sec{
  line-height: 2.4;
  margin: 12px 0 33px;
}

.crown .img{
  display: flex;
}
.crown .img > div{
  width: 25%;
  height: auto;
}


/* conditions */
/* excluded */
.conditions,
.excluded{
  width: 94%;
  border-radius: 25px;
  padding: 50px 0 60px;
  margin: 60px auto 0;
}
.conditions .title_line,
.excluded .title_line{
  margin: 20px auto 30px;
}
.conditions .txt{
  display: flex;
  flex-wrap: wrap;
  padding: 0 1% 0 8%;
}
.excluded .txt{
  padding: 0 1% 0 8%;
}
.conditions .txt p,
.excluded .txt p{
  line-height: 1.9;
  text-indent: -1em;
  padding-left: 1em;
}
.conditions .txt p:nth-child(3n - 2){
  width: 36%;
}
.conditions .txt p:nth-child(3n - 1){
  width: 34%;
}
.conditions .txt p:nth-child(3n){
  width: 30%;
}

.conditions .txt p:nth-child(10),
.conditions .txt p:nth-child(11){
  width: 100%;
}
.excluded_outer{
  padding-bottom: 85px;
}
/* other */
.other{
  padding: 55px 0;
}
.other .title_line{
  margin: 25px auto 30px;
}
.other .txt{
  line-height: 1.85;
}
.other .img{
  width: 90%;
  margin: 50px auto;
}
.other .list li{
  display: flex;
}
.other .list .num{
  display: block;
  background: #fff;
  color: #c93b28;
  border: 1px solid #c93b28;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  margin-right: 5px;
  line-height: 1;
  margin-top: 3px;
}
.other .list .text{
  width: calc(100% - 15px);
  line-height: 1.85;
}

/* reservation */
.sec_reservation{
  padding: 50px 0 65px;
}
.sec_reservation .title_line{
  margin: 8px auto 0;
}
.sec_reservation .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.sec_reservation .box .rate{
  width: 21%;
}
.sec_reservation .box .btn{
  width: 35.5%;
  height: 60px;
  line-height: 60px;
}
.sec_reservation .box .btn.sp{
  display: none;
}
.sec_reservation .tel{
  width: 37%;
}
.sec_reservation .icon_tel{
  display: inline-block;
  width: 25px;
  height: auto;
}
.sec_reservation .tel span.hat{
  color: #6c4825;
}

@media screen and (max-width: 1040px){
  .sec_reservation .tel{
    width: 100%;
  }
  .sec_reservation .box .btn {
    margin: 0 0 0 15px;
  }
  .sec_reservation .tel{
    text-align: center;
    margin-top: 20px;
  }

}
@media screen and (max-width: 768px){
  .top_text {
    padding-bottom: 100px;
  }
  .crown_crown {
    width: 100%;
    max-width: 317px;
    top: -80px;
  }
  .crown .title {
    width: 250px;
    margin: 50px 0 20px;
  }
  .crown .img{
    flex-wrap: wrap;
  }
  .crown .img > div {
    width: 50%;
  }
  .crown .sec {
    line-height: 2;
  }
  .excluded_outer {
    padding-bottom: 30px;
  }
  .conditions, .excluded {
    padding: 30px 0 30px;
    margin: 30px auto 0;
  }
  .conditions .txt,
  .excluded .txt{
    padding: 0 3% 0 8%;
  }
  .conditions .txt p:nth-child(3n),
  .conditions .txt p:nth-child(3n-1),
  .conditions .txt p:nth-child(3n-2){
    width: 100%;
  }
  .other {
    padding: 30px 3%;
  }
  .other .title_line {
    margin: 20px auto;
  }
  .other .img {
    width: 100%;
    margin: 20px auto;
  }
  .other .list .text .margin-l{
    margin-left: 1em;
  }
  .sec_reservation {
    padding: 30px 0;
  }
  .sec_reservation .box {
    display: block;
    width: 94%;
    max-width: 500px;
    margin: 0 auto;
  }
  .sec_reservation .box .rate {
    width: 100%;
    margin: 15px 0;
  }
  .sec_reservation .box .btn {
    width: 100%;
    margin: 0;
  }
  .sec_reservation .box .btn.sp{
    display: block;
  }
  .sec_reservation .box .btn.pc{
    display: none;
  }
}
