@charset "UTF-8";
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
a{
    color: #fff;
    text-decoration: none;
}
body#campaign{
    background: #18191b;
    background-image: url(../images/tokyo.jpg);
    background-size: 100%;
    background-position: top center;
    background-attachment: fixed;
    color: #FFF;
}
h1{
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 30px; 
    color: #a09358;
}
.resv{
    text-align: center;
}
.resv h2{
    font-size: 110%;
    line-height: 2.0em;
    letter-spacing: 0.05em
}
.telno{
    font-size: 250%;
    font-weight: bold;
}
.spt{
    width: 900px;
    height: 360px;
    margin: 30px auto;
}
.spt p.spt-txt{
    margin: 30px auto 0;
    text-align: center;
    color: #000;
}
.spt img{
    box-shadow: 0 5px 5px #000;
}
.spt img:hover{
    opacity: 0.8;
}
.spt p.spt-txt span{
    background: #a09358;
    padding: 5px 20px;
    border-radius: 30px;
}

#exp{
    width: 960px;
    margin: 80px auto 40px;
}
#exp div{
    float: left;
    margin-right: 10px;
    width: 28%;
    border: 1px solid #a09358;
    padding: 18px;
    height: 100px;
}
#exp div:nth-child(3){
    margin-right: 0;
}
#exp p{
    line-height: 1.25em;
    letter-spacing: 0.05em;
    font-size: 90%;
}
#exp p.exp-t{
    font-weight: bold;
    font-size: 20px;
    border-bottom: 3px dotted #a09358;
    margin-bottom: 10px;
    color: #a09358;
    line-height: 1.25em;
    letter-spacing: 0;
}

#chbox{
    width: 960px;
    margin: 0 auto;
}
h2.exp-tit{
    font-size: 150%;
    line-height: 2.0em;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 20px auto;
    color: #ccc;
}
#chbox div.room{
	width: 960px;
	margin: 0 auto 10px;
}
div.cate p.sub{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color:#a09358;
}
div.cate p.sub:before, div.cate p.sub:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #a09358;
	display: block;
}
div.cate p.sub:before {
	margin-right: .5em;
}
div.cate p.sub:after {
	margin-left: .5em;
}
p.ext{
    text-align: center;
    line-height: 2.0em;
    background: #000;
    color: #a09358;
    margin-top: 15px;
    border: 1px dotted #a09358;
    display: block;
}
#chbox h3{
    text-align: center;
    padding: 15px;
}
.chargebox-lr h3{
    background: #3ec6ce;
}
.chargebox-rl h3{
    background: #d93252;
}

.chargebox-lr{
    float: left;
    width: 48%;
    margin-right: 1%;
}
.chargebox-rl{
    float: right;
    width: 49%;
}
#chbox table{
    border: solid 1px #ccc;
    border-collapse: collapse;
}
#chbox table tr.tbleh th,#chbox table tr.tbleh td{
    padding: 8px;
    font-size: 100%;
    background: #18191b;
}
#chbox table{
    width: 100%;
}
#chbox table tr th,#chbox table tr td{
    padding: 20px 15px;
    font-size: 150%;
    border: solid 1px #ccc;
    border-collapse: collapse;
    text-align: center;
    background: #333;
}
#chbox table tr th{
    font-weight: normal;
}
#chbox table tr th span{
    font-size: 80%;
}
#chbox table tr td{
    font-weight: bold;
}
.price-info p{
	margin-top: 20px;
	text-align:center;
	font-size: 90%;
}

#mapbox{
    width: 960px;
    margin: 20px auto;
}
#foot-info{
    width: 960px;
    line-height: 1.25em;
    margin: 50px auto;
    text-align: center;
}
.h-name{
    font-size: 24px;
    line-height: 1.5em;
}
.h-tel{
    font-size: 24px;
    line-height: 1.5em;
}
footer{
    width: 100%;
    background: #333;
}
footer h6{
    line-height: 2.0em;
    font-size: 12px;
    text-align: center;
}

#noimage{
	display:none;
}

@media only screen and (max-width: 750px) {
    h1{
        text-align: center;
        font-size: 20px;
        padding: 20px 0;
        border-bottom: 1px solid #333;
        margin-bottom: 20px; 
        color: #a09358;
    }
    .spt{
        width: 94%;
        height: auto;
        margin: 20px auto 10px;
    }
    .spt p img{
        width: 100%;
    }
    .spt p.spt-txt span{
        padding: 5px 15px;
        font-size:12px; 
    }
    #chbox div.room{
    	width: 100%;
    }
    #exp{
        width: 94%;
        margin: 30px auto 0;
    }
    #exp div{
        float: none;
        margin-right: auto;
        margin-left:auto;
        margin-bottom: 5px;
        width: 94%;
        padding: 10px;
        height: 100px;
    }
    #exp div:nth-child(3){
        margin-right: 0;
    }
    #chbox{
        width: 94%;
        margin: 0 auto;
    }
    #chbox table{
	    font-size: 90%;
	}
	#chbox table tr.tbleh th,#chbox table tr.tbleh td{
	    padding: 10px 5px;
	}
	#chbox table tr th,#chbox table tr td{
	    padding: 20px 10px;
	    font-size: 18px;
	}
    .chargebox-lr{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }
    .chargebox-rl{
        float: none;
        width: 100%;
    }
    #mapbox{
        width: 94%;
        margin: 0px auto;
    }
    #foot-info{
        width: 94%;
        line-height: 1.25em;
        margin: 20px auto;
        text-align: center;
        font-size: 90%;
    }
}