<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@media screen and (min-width: 769px){

img{
	max-width: 100%;
	vertical-align: bottom;
	width /***/:auto;
}

#container{
	width:100%;
}

#main{
	transform: none !important;
}
.pc_off {display: none;}

.float_r {	float: right;}
.float_l {	float: left;}
.clear {	clear: both;}

.contents_wrap {
	width: 1000px;
	margin: 0 auto 40px;
	text-align: left;
}

.conts {
	width: 1000px;
	float: left;
}

h2.multi_h2 {	width: 900px;}
h2.conts_h2 {	width: 100%;	box-sizing: border-box;}

h2.multi_h2,
h2.conts_h2 {
	font-size: 20px;
	line-height: 1.5rem;
	padding: 15px;
	background: #f5f5f5;
	text-align:left;
	margin: 20px 0 20px 0;
}

/*ã‚µã‚¤ãƒ‰ãƒŠãƒ“å·¦å³å…¥ã‚Œæ›¿ãˆ*/

.l-roomlist{
	width:780px;
	float:left;
}

.l-sidenavi{
	width:200px;
	float:left;
	margin:50px 0 0 0;
}

.l-sidewaku{
	width:196px;
	margin:0px 0px 10px 0px;
	padding:1px;
	border-top: 2px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fff;
	float: right;
}

.l-sidewaku h4{
	margin:0;
	font-size: 15px;
	line-height:40px;
	background-color: #F3F2ED;
	color:#333333;
	font-weight:bold;
}

.l-sidewaku h5{
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align:left;
	line-height:38px;
	background-color:#333333;
	color:#FFFFFF;
	text-indent:15px;
	font-size:15px;
	font-weight:bold;
}

.l-searchtitle{
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: bold;
	border:3px solid #FF8C00;
}


    /*rental-contents*/
    
    .onl_link_box {
        border: 10px solid #0085b2;
        padding: 28px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .onl_link_box p {
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
        text-align: center;
        color: #0085b2;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .onl_link_box ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .onl_link_box li {
        list-style: none;
    }
    .onl_link_box a {
        display: block;
        width: 200px;
        background: #ff9326;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        padding: 15px 0;
        padding-left: 10px;
        border: 2px solid #ff9326;
        text-decoration: none;
    }
    .onl_link_box a:hover {
        background: #fff;
        color: #ff9326;
    }
    .onl_link_box a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 15px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .onl_link_box a:hover::after {
        border-top: 3px solid #ff9326;
        border-right: 3px solid #ff9326;
    }

    .onl_link_box li:last-child a {
        display: block;
        width: 240px;
        background: #ff5454;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        padding: 15px 0;
        padding-left: 10px;
        border: 2px solid #ff5454;
        text-decoration: none;
    }
    .onl_link_box li:last-child a:hover {
        background: #fff;
        color: #ff5454;
    }
    .onl_link_box li:last-child a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 15px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .onl_link_box li:last-child a:hover::after {
        border-top: 3px solid #ff5454;
        border-right: 3px solid #ff5454;
    }



.onlie{
     overflow: hidden;
    clear: both;
}
.online .onlie_info{
    background: #FAE7E4;
    padding: 20px;
    overflow: hidden;
    margin-top: 11px;


}
.online .onlie_info h4{
    color: #A7281F;
    font-size: 22px;
    line-height: 26px;
    margin: 14px 0px 20px;
    text-align: center;
}
.online .onlie_info_img{
    position: absolute;
    left: 0px;
    right: -440px;
    margin: auto;
    width: 113px;
    top: 17px;
}
.online .onlie_info_img img{

}
.online .onlie_info_box{
    background: #fff;
    padding: 15px 23px;
    margin-bottom: 20px;
    overflow: hidden;

}
.onlie_info_box:nth-child(3){
	margin-bottom:25px;
}
.online .onlie_info_box h5{
    color: #A7281F;
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0px 15px 0px;
}
.online .onlie_info_box p{
    font-size: 14px;
    line-height: 25px;
}

.online .onlie_info_come{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

    .onlie_info_box ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .onlie_info_box li {
        list-style: none;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	width: 340px;
	float: left;
    }
    .onlie_info_box li a{
    color: #1367af;
    padding-left:11px;
    text-decoration: underline;
    font-weight: bold;
    background: url(/img/side_vector.png) top left no-repeat;
    background-position: 0px 8px;
    margin-bottom: 7px;

    }

    .onlie_info_box li a:hover{
    text-decoration: none;

    }




/* åŸºæœ¬é&nbsp;…ç›®ã“ã“ã¾ã§
---------------------------------------- */


}</pre></body></html>