@charset "utf-8";
/* CSS Document */

.lp-main{
    width: 980px;
    margin: 30px auto 0;
}
.lp-main a{
    color: #1476d1;
}
.lp-ct{
    text-align: center;
    width: 980px;
    margin: 30px auto 0;
}
.lp-ct{
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ececec;
}
.lp-coupon{
    margin-top: 20px;
}
.lp-coupon img{
    margin: 20px 0 40px;
}
.goto-yoyaku-scroll a{
    font-weight: bold;
    background-image: url(/lp/goto/img/angle-down-solid-white.svg) ;
    background-position: right 30px center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #000;
    display: block;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 24px;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}
.goto-yoyaku-scroll a:hover{
    text-decoration: none;
    background-color: #d81e1e;
}
.lp-ct h2{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.lp-ct h2 + .txt-red{
    font-size: 20px;
    font-weight: bold;
}
.lp-ct h3{
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
}
.lp-ct .txt-red{
    color: #d81e1e;
}
.lp-ct .text-left{
    text-align: left;
}
.lp_goto{
	margin-top: 24px;
}
.go-to-taisaku{
    text-align: center;
    border: #d81e1e 2px solid;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    width: 80%;
}
.go-to-taisaku a{
    color: #000;
}
.go-to-taisaku img{
    margin-right: 10px;
}

h3.lp-title-blue{
    font-weight: bold;
    background-color: #448aca;
    font-size: 20px;
    color: #fff;
}
.gray-box80{
    width: 80%;
    margin: 20px auto;
    padding: 20px 60px;
    background-color: #f0f0f0;
}
.gray-box80 ul{
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
.gray-box80 h4{
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.goto-img-rei{
    margin: 40px 0;
}
.goto-ul-check{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
.goto-ul-check{
    width: 85%;
    margin: 10px auto;
	margin-bottom: 32px;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 5px;
}
.goto-ul-check li{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../goto/img/check-square-solid.svg) ;
    background-size: 25px;
    padding-left:  35px;
    margin: 5px;
}

.goto-yoyaku-inner{
    padding: 20px;
    background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgb(255 33 105 / 80%));
}
h3.goto-yoyaku-title{
    background-color: #000000;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
}
.goto-yoyakubox{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px;
    margin: 0 0 10px;
    font-weight: bold;
    background-color: #ffffffd1;
}
.goto-yoyakubox:last-child{
    border-bottom: none;
}
.goto-yoyaku-hotelinfo{
    padding-right: 20px;
}
.goto-yoyakubox h4{
    font-weight: bold;
    font-size: 16px;
}
.goto-yoyaku-desc{
    font-size: 14px;
}

.goto-yoyakubox-img{
    margin-left: 10px;
    width: 35%;
}
.goto-yoyakubox img{
    width: 100%;
}
.goto-yoyaku-link{
    display: flex;
    width: 100%;
    text-align: center;
}
.goto-yoyaku-link li{
    width: 50%;
    padding: 10px 10px 0 0;
    font-size: 18px;
}
.goto-yoyaku-link li a{
    background-color: #fff;
    display: block;
    width: 100%;
    height: 70px;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;   
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../goto/img/arrow-circle-right-solid.svg) ;
    background-size: 25px;
    margin: 5px;
}
/* kensaku-form */
.goto-yoyaku .plan-panel .plan-panel_rsv_inner{
    background-color: inherit;
    text-align: left;
    font-weight: bold;

}
.goto-yoyaku .plan-panel .booking{
    font-weight: bold;
    border-left: 4px solid #333;
    font-size: 18px;
}
.goto-yoyaku .plan-panel .booking_search input[type="button"] {
    width: 400px;
    font-weight: bold;
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #cc2026;
    color: rgb(255 255 255);
    border-style: none;
    border-radius: 3px;
    float: right;
    cursor: pointer;
    font-size: 16px;
    white-space: 1.5em;
    /* letter-spacing: 0.5em; */
}
.goto-yoyaku #searchtypearea{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goto-yoyaku .plan-panel .booking_search input[type="button"]:hover{
    background: #f3363d;
}
.goto-yoyaku .plan-panel .target_label:after{
    border: 2px solid #fff;
}