@charset "UTF-8";
/* 送迎プラン */

/*=================================================
mainVisual
=================================================*/

.mainVisual {
    background: url(/wp/wp-content/uploads/rt/event/2017_sougei_plan/main_v-1.jpg) center no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    margin-bottom: 0;
}

/* tablet▼ */

@media all and (min-width: 768px) {
    .mainVisual {
        height: 450px;
    }
}

/* PC▼ */

@media all and (min-width: 992px) {
    .mainVisual {
        height: 540px;
    }
}

.titleA {
    color: #3f3430;
    font-size: 2.3em;
    margin: 40px auto 30px;
}

.titleB {
    color: #7d0001;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.5em;
    display: inline-block;
}

.rubi {
    font-size: 0.8em;
}

.price {
    font-size: 1.2em;
    font-weight: 600;
}

.label-right {
    position: absolute;
    right: 0;
    margin-top: -10px;
}

.rt-menu-images {
    position: relative;
    background-image: url(images/main_v.jpg);
}

.header-dec {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}

.rt-room h1 {
    margin: 0;
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #999;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
}

.inner {
    background-color: #FFF;
    border: 50px solid #f3e4d9;
    border-bottom-width: 30px;
    border-top-width: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
    /*   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}

.box-first {
    margin: 20px auto 40px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.flex-box .box {
    display: block;
    margin: 30px auto;
    width: 45%;
    line-height: 1.2;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.flex-box .box4 {
    display: block;
    width: 40%;
    text-align: left;
}

.flex-box .box6 {
    display: block;
    width: 60%;
    text-align: left;
}

.img-label {
    width: 18%;
    float: left;
    margin-right: 5px;
    margin-bottom: 18px;
}

.hr-img {
    background-image: url(images/hr.png);
    background-repeat: repeat-x;
    border: none;
    height: 10px;
}

.hr-red {
    border-top-color: #7f0001;
}

.border-box {
    margin: 5%;
    border: solid 1px #222;
    position: relative;
    padding-top: 5%;
}

.border-box .titleA {
    position: absolute;
    top: -1.7em;
    left: 50%;
    margin-left: -111px;
    padding: 0 20px;
    background: #fff;
    display: block;
}

.bg-menu {
    margin: 5%;
    padding: 10px 5%;
    background-color: #f5eaeb;
}

.bg-red_title {
    background-color: #7d0001;
    display: inline-block;
    color: #f2e6d5;
    padding: 2px 30px;
    margin: 20px;
    line-height: 2;
    font-size: 1.3rem;
}

.bg-gold {
    background-color: #a48446;
    padding: 0 5px;
    line-height: 1.5em;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
}

.bg-radius {
    background-color: #a48446;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}

.box9 {
    margin: 5%;
}

.disc-red li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.3em;
    line-height: 1.2;
    list-style: none;
}

.disc-red li:before {
    content: "●";
    color: #7d0001;
    left: 0;
    position: absolute;
}

.disc-bk li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.3em;
    list-style: none;
}

.disc-bk li:before {
    content: "●";
    left: 0;
    position: absolute;
}

/* 予約以下 */

.tm-yoyaku {
    width: 50%;
    margin: 30px auto;
    padding: 10px;
    background-color: #333;
    border: 5px #999;
    border-style: ridge;
    color: #FFF;
    text-align: center;
}

.tm-yoyaku p {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.tm-yoyaku .tm-tel {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    font-size: 1.8em;
    border: 1px solid #FFF;
    letter-spacing: 3px;
}

.tm-yoyaku .tm-tel i {
    font-size: 1.2em;
    margin-bottom: 2px;
    margin-right: 5px;
}

.rt-contents-bnr {
    width: 100%;
    background-color: #E0E0E0;
    text-align: center;
    top: 10px;
    position: relative;
}

.rt-contents-bnr li {
    display: inline-block;
}

.rt-contents-bnr img {
    padding: 0;
    margin: 20px;
    width: 257px;
    height: 87px;
    border: solid 1px #E0E0E0;
}

.rt-contents-bnr a:hover {
    opacity: 0.5;
}

.img-sp {
    display: none;
}

.tm-tel {
    font-size: 2em;
}

@media (max-width:768px) {
    body {
        overflow-x: hidden;
    }
    img {
        max-width: 100%;
    }
    .titleA {
        font-size: 2em;
        margin-top: 20px;
    }
    .bg-gold {
        padding: 2px 5px;
        line-height: 1.5em;
    }
    .img-label {
        margin-bottom: 0;
    }
    .rt-menu-images {
        background-image: url(images/main_v_sp.jpg);
    }
    .tm-hr-t {
        width: 95%;
    }
    .tm-hr-b {
        width: 95%;
    }
    .box-first {
        margin: 20px auto 40px;
        width: 90%;
        height: 90%;
    }
    .flex-box .box, .flex-box .box4, .flex-box .box6 {
        margin: 20px 0;
        width: 100%;
    }
    .header-dec {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .inner {
        border: none;
        border-top: solid 30px #f3e4d9;
    }
    .border-box .titleA {
        top: -1.3em;
        left: 50%;
        margin-left: -100px;
    }
    .bg-menu {
        margin: 0;
    }
    .tm-yoyaku {
        width: 85%;
    }
    .tm-yoyaku a {
        color: #FFF;
        border: none;
    }
    .rt-contents-bnr {
        top: auto;
    }
    .img-sp {
        display: block;
        width: 90%;
        margin: 20px auto;
    }
    .tm-tel {
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .img-label {
        margin-bottom: 18px;
    }
}

/* tool */

.specify {
    font-family: 'Shrikhand', cursive;
}

.txt-gold {
    color: #a48446;
}

.txt-red {
    color: #7d0001;
}

.txt-left {
    text-align: left;
}

.txt-bold {
    font-weight: bold;
}

.i-block {
    display: inline-block;
}

.d-block {
    display: block;
    position: relative;
}

.b-right {
    text-align: right;
    margin: 3px 0 10px;
}

.u-line {
    border-bottom: solid 1px #222;
    line-height: 1.8em;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
