@charset "utf-8";

div#r-contents {
     max-width: 950px; 
}

div#RthCustomizeW > div {
    /*max-width: 950px;*/
    text-align: center;

}

#htlMainContent{
            background: url("../images/background.png") center center;

}

.single-column #htlMainContent{
    margin-top: 0!important;
}

#RthCustomize img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/****************************
CSS
****************************/



body {
}


#RthCustomizeW {
    font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    color:#000000;
    line-height:1.6;
    letter-spacing: 0.05em;
    font-size:15px;
}


.flex{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex-btn{
	display:flex;
	justify-content: center;
}



/*  top page contentswrap 
****************************************************/
.contents-wrap01 {
    max-width: 1100px;
    margin: 0 auto;
}
.contents-wrap02{
    max-width:1000px;
	margin:0 auto;
}

#tsuchiya-header{
	border-top:3px solid #e8b31d;
}
#top-contents{
	margin-bottom:80px;
}

#site-summary{
	text-align:center;
	padding:30px 0;
}

#top-rooms{
	margin-bottom:80px;
}

.bnr-wrap{
	position:relative;
}
.bnr-wrap .flex-btn{
	width: 100%;
	position:absolute;
	bottom:-30px;
}
.flex-btn > *{
	margin-left:15px;
	margin-right:15px;
}






/*  footer 
****************************************************/
#footer {
    text-align: center;
    clear: both;
    padding: 7px;
    padding-bottom: 80px;
    margin-top: 100px;
}
#footer .box_wrap{
	display: flex;
	justify-content: space-between;
}
#footer .box_wrap .box1 .sbox1{
   float:left;
}
#footer .address{
	margin-top:10px;
}
#footer .box_wrap .box1 .sbox2 {
    text-align: left;
    float: left;
    padding-top: 10px;
    margin-left: 20px;
}
#footer .box_wrap .box1 .sbox2 a img {
    width:140px;
}
#footer p{
	font-size:0.8rem;
}
#mobile-footerArea{display:none;}

#footer .menu li {
    float: left;
    font-size: 0.8rem;
    margin-right: 12px;
    margin-top: 15px;
}
#footer .otoiawase{
    width: 80%;
    line-height: 1.1;
    margin-left: 20%;
}
