header{
  	min-width: 320px;
}

body{
	font-size: 12px;

}
@media screen and ( max-width:320px ){
	body{
		width: 320px;
	}
}
.font{
	font-size: 16px;
}
.request{
	margin-top: 0px !important;
}
.detail{
	width: 0px !important;
	font-size: 10px;
}
.pc{
	display: none;
}
.link-tp:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
.radius{
	border-radius: 2px;  
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* header */
nav{
	margin-top: 0;
    display: flex;
    justify-content: space-between;
    position: static;
    width: 100%;
}
.smp-menu-button {
    width: 50px;
    height: 45px;
    font-weight: bold;
    font-size: 12px;
    box-sizing: border-box;
    margin-right: 1%;
    align-self: center;
    position: relative;
    background-color: #224a7d;
    text-align: center;
    padding-top: 5px;
    margin-top: -5px;
}

.smp-menu-button img{
	width: 30px;
}
.smp-menu-button span:first-of-type, .smp-menu-button span:nth-child(2), .smp-menu-button span:last-of-type {
    display: block;
    height: 3px;
    width: 26px;
    background-color: #fff;
    margin: 0 auto;
    -ms-transition: -ms-transform 400ms, opacity 400ms;
    -webkit-transition: -webkit-transform 400ms, opacity 400ms;
    transition: transform 400ms, opacity 400ms;
}
.smp-menu-button span:not(:last-of-type) {
    margin-bottom: 6px;
}
.smp-menu-button .open:first-of-type{
	-ms-transform: translateY(9px) rotate(45deg);
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
.smp-menu-button .open:nth-child(2){
	opacity: 0;
}
.smp-menu-button .open:last-of-type{
	-ms-transform: translateY(-9px) rotate(-45deg);
	-webkit-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.nav_wrap{
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
.nav_wrap nav ul{
	height: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100%;
    background: rgba(230,230,230, 0.9);
    display: block;
    -ms-transition: -ms-height 400ms;
    -webkit-transition: -webkit-height 400ms;
    transition: height 400ms;
}
.nav_wrap nav ul img{
	height: auto;
}
.nav_wrap nav ul.open{
		height: 100vh;
	}
	.nav_wrap nav ul li{
		width: 80%;
		margin: auto;
	}
	.nav_wrap nav ul li:first-child{
		margin-top: 50px;
	}
	.nav_wrap nav ul li+li{
		margin-top: 20px;
	}
	.nav_wrap nav ul li:last-child{
		margin-top: 30px;
	}
	.nav_wrap nav ul li a{
		width: 100%;
		display: block;
		text-align: center;
	}
	.flex a::before {
	    content: '';
	    width: 15px;
	    height: 15px;
	    border: 0px;
	    border-top: solid 2px #1a2749;
	    border-right: solid 2px #1a2749;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    left: 19%;
	    margin-top: 23px;
	}
	.contact a::before{
		content: '';
	    width: 15px;
	    height: 15px;
	    border: 0px;
	    border-top: solid 2px #fff;
	    border-right: solid 2px #fff;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    left: 19%;
	    margin-top: 2px;
	}
	.nav_wrap nav ul li a img{
		max-width: 460px;
	}
.nav_wrap nav ul img:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.contact{
	background-color: #c69f38;
	padding: 25px 10px;
	width: 250px;
}
	.top img{
		width: 51px;
	}
	.roomplan img{
		width: 149px;
	}
	.location img{
		width: 137px;
	}
	.equipment img{
		width: 150px;
	}
	.outline img{
		width: 113px;
	}
	.contact img{
		width: 112px;
	}

/* top */
#js-top-background-sp{
	overflow: hidden;
    position: relative;
	height: 77vw;
	/*margin-top: 70px;*/
}
#js-top-background-sp img{
	position: absolute;
	width: 100%;
	height: auto;
}
.top-body-bottom{
	background: #fff;
	width: 100%;
	padding: 1px 0;
}
.top-vacancy-box{
	position: relative;
	top: 0;
	left: 0;
}
.top-vacancy{
	background-color: #1a2749;
	padding: 0 10% 10px;

}

.top-vacancy ul li img{
	margin-top: 18px;
	height: 30px;
	width: auto;
}
.top-vacancy ul li span{
	color: #fff;
	font-size: 40px;

}
.top-vacancy-button{
	padding: 10px 0;
    margin: 0;
}
.top-vacancy-button::before{
	width: 12px;
	height: 12px;
	left: 20%;
    top: 73px;
}
.top-vacancy-button:hover {
    background-color: #c69f38;
}
.top-vacancy-nairan{
	padding: 0 30px 10px;
}
.top-vacancy-button p{
	font-size: 14px;
}
.top-vacancy-nairan p{
	font-size: 12px;
}
.top-global-nav-sp{
	text-align: center;
}
.top-global-nav-sp ul a li{
	border-bottom: solid 1px #fff;
}
.top-global-nav-sp ul a li img{
	margin-top: 36px;
    height: 48px;
}
.top-global-nav-sp ul a li::before{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #1a2749;
	border-right: solid 2px #1a2749;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 14%;
	margin-top: 60px;
}
.top-global-nav-sp ul a li:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.top-nav1{
	background-image: url("../images/sp_top_img_1.jpg");
	height: 124px;
	width: 100%;

}
.top-nav2{
	background-image: url("../images/sp_top_img_2.jpg");
	height: 124px;
	width: 100%;
}

.top-nav3{
	background-image: url("../images/sp_top_img_3.jpg");
	height: 124px;
	width: 100%;
}

.top-nav4{
	background-image: url("../images/sp_top_img_4.jpg");
	height: 124px;
	width: 100%;
}

.top-contact{
	text-align: center;
	color: #224a7d;
	font-size: 12px;
	margin: 40px 10%;
}
.top-contact-button{
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #c69f38;
	margin-top: 10px;
	padding: 10px;
}
.top-contact-button a{
	color: #fff;
}
.top-contact-button a:visited{
	color: #fff;
}
.top-contact-button:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.top-contact-button::before{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 20%;
	margin-top: 3px;	
}
/* roomplan */
.roomdetail-comment{
	font-size: 10px;
    margin-top: 5px;
}
.roomplan-top-img img{
    width: 150px;
    height: auto;
}
.roomplan-top-text{
	text-align: center;
	width: 100%;
	bottom: 11%;
	font-size: 12px;
}
.roomplan-vacancy-button{
	width: 320px;
	margin: 30px auto;
}
.roomplan-vacancy-button ul{
	margin: 0 5%;
	width: 300px
}
.roomplan-vacancy-button ul li{

    width: 140px;
    margin-right: 0px;
}

.roomplan-vacancy-button ul li::before{
	content: '';
    width: 10px;
    height: 10px;
    margin-left: 17px;
    margin-top: 5px;
}
.roomplan-vacancy-button ul li a{
    margin-bottom: 1px;

    font-size: 15px;
    background-color: #c69f38;
    width: 140px;
    height: 22px;
}



.roomplan-vacancy{
	background-color: #e6e6e6;
	padding: 50px 5px;	
}
.roomplan-vacancy-top{
	font-size: 15px;
	border-bottom: solid 2px #1a2749;
	width: 100%;
	min-width: 300px;
}
.roomplan-vacancy-info{
	width: 100%;
	text-align: center;
}
.roomplan-vacancy-type img{
	width: 35px;
	height: auto;
}
.inq_matome input{
	font-size: 12px;
	width: 295px;
    padding: 11px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.table_type_vacancy tr:first-child{
	/*display: none;*/
}
.table_type_vacancy tr{
    /*border-bottom: none;*/
    height: 35px;
}
.table_type_vacancy tr td:first-child{
	/*border-right: dotted 2px #224a7d;*/
}
.js-check-required + .checkbox-icon{
  padding: 12px 12px 12px 30px;
}
.table_inq_btn{
	font-size: 8px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.table_inq_btn:hover{
		filter:alpha(opacity=100);
    	-moz-opacity: 1;
    	opacity: 1;
}
.tel-modal{
	width: 100%;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 400;
}
.tel-modal-display{
	display: none;
}
.tel-modal-inner{
	padding: 20px 2%;
	background-color: #fff;
    border: solid 1px #c3c3c3;
    position: relative;
    overflow-y: auto;
}
.tel-modal .title{
	height: 30px;
    line-height: 30px;
    background-color: #224a7d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.tel-modal-store{
	margin-top: 10px;
}
.tel-modal-store dt{
	font-size: 14px;
    font-weight: bold;
}
.tel-modal-store dt > a{
	text-decoration: underline;
}
.tel-modal-number{
	margin-top: 10px;
}
.tel-modal-number-head{
	display: inline-block;
    background-color: #224a7d;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
}
.tel-modal-number-no{
	font-size: 16px;
    font-weight: bold;
}
.tel-modal-id{
	margin-top: 5px;
}
.tel-modal-id span{
	margin-left: 1em;
    vertical-align: baseline;
    font-size: 14px;
}
.tel-modal-info{
	color: #224a7d;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}
.tel-modal-tel{
	height: 60px;
    line-height: 60px;
    background-color: #ebac03;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.tel-modal-tel img{
	width: 24px;
    height: 24px;
}
.tel-modal-cancel{
	width: 100%;
    height: 40px;
    color: #999;
    border: solid 1px #c3c3c3;
    margin-top: 10px;

}

/* roomplan-type */
.type-content{
	margin-top: 20px;
}
.type-top-box{
	width: 320px;
}
.roomplan-type-title{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	border-bottom: solid 2px #224a7d;
}
.roomplan-type-top{
    display: block;
    margin: 20px 0;
}
.roomplan-type-left{
	width: 210px;
	margin: 0 auto;
}
.floor-rent{
	font-size: 13px;
}
.roomplan-type-floor{
	margin: 30px 10px;
	font-size: 15px;
}
.roomplan-type-floor ul{
	margin-top: 0;
}
.roomplan-type-floor ul li{
	width: 90px;
	height: 30px;
	font-size: 15px;
}
.roomplan-type-floor ul li:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.roomplan-type-floor ul li p{
	margin-top: 2px;
}
.roomplan-type-right{
	width: 260px;
    padding: 30px 30px;
}
.roomplan-type{
	font-size: 15px;
}
.roomplan-type p{
	height: 20px;
    width: 40px;
    padding: 3px 8px;
}
.roomplan-type img{
	margin-left: 10px;
	width: 60px;
	height: 25px;
}
.roomplan-type-datail ul{
	font-size: 11px;
    margin-top: 10px;
}
.roomplan-type-rent li{
	width: 125px;
	margin-bottom: 10px;
}
.roomplan-type-datail ul li dt{
	border-bottom: solid 1px #e6e6e6;
}
.roomplan-type-equipment{
	/*width: 250px;*/
}
.roomplan-type-equipment li dl dt{
	width: 250px;
}
.roomplan-type-equipment li dl dd{
	width: 125px;
}
.type-bottom-box{
	width: 100%;
}
.roomplan-type-1ldk{
	font-size: 15px;
	margin: 5px 0;
}
.roomplan-type-other{
	width: 300px;
}
.roomplan-type-other ul li{
    margin: 4px 0;
    width: 145px;
    height: auto;
}
.roomplan-type-other ul li img{
    width: 145px;
    height: auto;
}
.roomplan-type-other ul li:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.table_type_btn {
	margin: 0;
	padding: 10px 11px;
}
.table_type_btn_td{
	width: 90px;
}
.table_type_btn_td_contact_sp{
	text-align: center;
}
.table_type_btn_font_size{
	font-size: 15px;
	margin: 40px;
	padding: 10px 10px;
}

/* location */
.location-title{
	margin: 20px 0;
}
.location-title img{
	height: 50px;
}
.location-top-txt{
	font-size: 12px;
	top: 40px;
}
@media screen and ( max-width:360px ){
	.location-top-txt{
		font-size: 10px;
	}
}
.location-content{
	min-width: 320px;
}
.location-accessmap{
    padding: 35px 20px;
}
.location-accessmap img{
	width: 100%;
	height: auto;
}
.location-pic{
	padding: 50px 10px;
}
.location-pic ul{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.location-pic ul li{
	margin: 0;
    width: 49%;
}
.location-pic ul li img{
	width: 100%;
}
.location-pic ul li p{
	margin: 4px 0 26px;
}
.location-pic-text{
	font-size: 10px;
}

/* equipment */
.equipment-width{
	min-width: 320px;
}
.equipment-top-txt{
	top: 10%;
    width: auto;
    right: 8%;
}
@media screen and ( max-width:480px ){
	.equipment-top-txt{
	    font-size: 10px;
	}
}
.equipment-room{
	width: 300px;
    padding: 10px;
}
.equipment-room-largebox li{
	width: 145px;
}
.equipment-room-title{
	font-size: 15px;
	margin: 0 0 20px;
	padding-top: 40px;
}
.equipment-room-smallbox li{
	width: 145px;
}
.equipment-room-smallbox li img{
	width: 100%;
}
.equipment-room-txt{
    margin: 0 10px 0;
}
.equipment-room-txt h1{
	font-size: 11px;
}
.equipment-room-txt p{
	font-size: 9px;
}
.equipment-room-bottom{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equipment-room-bottom li h1{
	font-size: 11px;
}
.equipment-room-bottom li p{
	font-size: 9px;
}
.equipment-room-bottom li{
	width: 145px;
	margin-bottom: 30px;
}
.equipment-room-bottom li img{
	width: 100%;
}
.equipment-room-bottom li h1,.equipment-room-bottom li p{
	margin: 5px 10px;
}


.equipment-middle-txt{
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	width: 320px;
	text-align: center;
}
.equipment-sec{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equipment-sec li{
	width: 145px;
}
.equipment-sec li:not(.equipment-other-li){
    margin-bottom: 30px;
}
.equipment-sec li h1{
	font-size: 11px;
	margin: 5px 10px;
}
.equipment-sec li p{
	margin: 0 10px;
	font-size: 9px;
}
.equipment-other{
	margin-left: 22px;
}
.equipment-other li{
	width: 100%;
}

/* outline */
.outline-main{
	width: 300px;
    padding: 15px 10px;
    font-size: 10px;
}
.outline-table1{
	width: 300px;
}
.outline-table2{
	width: 300px;
}
.outline-table1 > tbody > tr >  th
,.outline-table2 > tbody > tr >  th{
	width: 80px;
	padding: 5px;
}
.outline-table1 td,.outline-table2 td{
	padding: 5px 0 5px 5px;
}
.outline-table-monthlyrate th {
    width: 84px;
}
.outline-table-monthlyrate td,.outline-table-eq td{
	padding: 0 !important;
} 
.outline-main td{
	vertical-align: top
}
.outline-table-eq-2ldk{
	height: 50px;
}

.outline-contact{
	font-size: 12px;
}
.outline-contact a{
	font-size: 14px;
	background-color: #c69f38;
	width: 260px;
	height: 30px;
	margin-top: 20px;
	padding-top: 10px;
}
.outline-contact a::before{
    width: 12px;
    height: 12px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    margin: 4px 0 0 -31px;
}

/* contact */
.main-content{
	margin-top: 0;
}
.detail-contact-store-tel-btn a {
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    color: #fff;
    background-color: #c69f38;
    text-align: center;
    position: relative;
    padding: 7px 0 3px;
    margin-top: 10px;
}
.detail-contact-store-tel-btn a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 5%;
}
/*.detail-contact-form input[type="radio"] ~ label::after {
	top: 44%;
}*/

/* contact-jsp */


.inq_title{
	width: 94%;
}
.main-content{
	margin-top: 100px;
}

.comp_line1{
	font-size: 15px;
	margin: 20px;
}
.comp-main-content{
	width: 320px;
	margin-top: 100px;
}
.comp_back{
	margin: 20px;
}
.comp_back a{
	font-size: 12px;
}
/* footer */
footer{
	height: auto;
}

.icon-company{
	font-size: 8px;
	padding: 1px;
	margin-top: -2px;
}

.footer-content{
	width: auto;
	padding: 25px 5px;
	margin: 0 auto;
}

.footer-msg{
	float: none;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 0;
	font-size: 10px;
	text-align: center;
}

.footer-store-link{
	width: 130px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	border-radius: 2px;  
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.footer-store-link::before{
	width: 6px;
	height: 6px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	left: 10px;
	margin-top: -3px;
}

.footer-stores-container{
	margin: 30px 0 0;
	flex-direction: column;
}

.footer-stores-elem{
	width: 310px;
	margin: 0 auto 30px;
}
.footer-stores-elem-photo{
	width: 145px;
	float: left;
}
.footer-stores-elem-info{
	width: 160px;
	float: left;
	margin: 0 0 0 5px;
}
	.footer-stores-elem-info h3{
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		padding: 0 0 1px 5px;
		margin-bottom: 2px;
	}


	.footer-stores-elem-info ul{
		font-size: 8px;
		padding: 1px 0 1px;
	}
		.footer-stores-elem-info ul .footer-store-tel{
			font-size: 12px;
			font-weight: bold;
			padding: 1px 0;
		}
	.footer-stores-elem-info img{
		width: 13px;
	}



.footer-contact-link{
	width: 130px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	border-radius: 2px;  
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.footer-contact-link::before{
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	left: 10px;
	margin-top: -3px;
}


/*2020/4/1 パンくずリスト*/
.common-breadcrumb
,.top-breadcrumb {
	margin-top: 70px;
	padding: 3px 3%;
}
.top-breadcrumb {
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.common-breadcrumb-list
,.top-breadcrumb-list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	font-size: 11px;
}
	.common-breadcrumb-list > li > a
	,.top-breadcrumb-list > li > a {
		padding: 5px 0;
	}
	.top-breadcrumb-list > li
	,.top-breadcrumb-list > li > a
	,.top-breadcrumb-list > li > a:visited {
		color: #224a7d;
	}


/*エラーページ*/
.error-main {
	padding-top: 100px;
}
.error-title {
	font-size: 18px;
}
.contact-privacyguide {
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 0px 3%;
}
.contact-privacyguide-content{
	padding: 0 5%;
}