@charset "utf-8";

.policy_box{
	width:920px;
	margin:0 auto;
	background-color:#008ccf;
	padding:5px 40px;
}

.policy_box ul{
	text-align:right;
}

.policy_box li{
	display:inline;
	margin-right:30px;
}

.policy_box li{
	color:#FFF!important;
}

.policy_box li a{
	display:inline;
	color:#FFF;
}

.catch_home{
	color:#333333;	
	text-align:right;
	padding-top:10px;	

}
.home1 a{	
	padding:5px 15px;
	background:#3FA4F0;
	text-decoration:none!important;
	margin-left:10px;
	margin-right:0px;
	color:#FFF!important;

	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}
.home2 a{	
	padding:5px 15px;
	background:#7AC443;
	text-decoration:none!important;
	margin-left:10px;
	margin-right:10px;
	color:#FFF!important;

	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

/*rent*/



.rent_policy_box{
	width:920px;
	margin:0 auto;
	background-color:#008ccf;
	padding:5px 40px;
	margin-top:400px;
}

.rent_policy_box ul{
	text-align:right;
}

.rent_policy_box li{
	display:inline;
	margin-right:30px;
}

.rent_policy_box li{
	color:#FFF!important;
}

.rent_policy_box li a{
	display:inline;
	color:#FFF;
}







/*-----------------------------------------------
 root
-----------------------------------------------*/
html{
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/

html{
	font-size: medium;	
}

body{
	font-size: 62.5%; /* 16px -> 10px */
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,p,address{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

a,
a:link,
a:visited{
	color: #008ccf;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

section{
	position: relative;
}

/*-----------------------------------------------
 body
-----------------------------------------------*/

body{
	min-width: 1000px;
	background-image: url(../img/bg.png);
}

div#content{
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:767px) and (min-width: 1px){
	
	body{
		min-width: 0;
	}
	
	div#content{
		width: auto;
	}
	
}

/*-----------------------------------------------
 header
-----------------------------------------------*/

header#header{
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 188px;
	margin: 0 auto;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
	background-image: url(../img/bg.png);
}

header#header.fixed{
	margin-top: -40px;
}

header#header.fixed,
header#header.fixed div.inner{
	height: 160px;
}

header#header div.inner{
	position: relative;
	width: 1000px;
	height: 188px;
	margin: 0 auto;
	background-color: #fff;
}

header#header .logo{
	position: absolute;
	top: 48px;
	left: 16px;
	width: 106px;
}

header#header .logo img{
	width: 100%;
}

header#header .logo .ad_sp{
		display:none;
}

header#header div#menu{
	display: none;
}

header#header p.catch{
	position: absolute;
	top: 90px;
	left: 150px;
	font-size: 13px;
	letter-spacing : 0.4em;
	color: #008ccf;
}

header#header p.catch-sp{
	display: none;
}

.insta{
	position:fixed;
	right:1%;
	top:1%;
	z-index:999;
}

.insta img{
	width:160px;
}

.insta a:hover{
	opacity:0.8;
}

@media screen and (max-width:767px) and (min-width: 1px){
 .insta{
 	top:90%;
}
 .insta img{
	width:50px;
}
}

/* globalNav */

ul#globalNav{
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 150px;
}

ul#globalNav > li{
	position: relative;
	float: left;
	width: 170px;
	height: 28px;
	border-top: 1px solid #008ccf;
	border-bottom: 1px solid #008ccf;
	border-left: 1px solid #008ccf;
	/*background-image: url(../img/gnav-bg.png); */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	line-height: 27px;
	letter-spacing : 0.4em;
	color: #008ccf;
}

ul#globalNav li a{
	display: block;
	text-decoration: none;
}

ul#globalNav > li a{
	color: #008ccf;
}

ul#globalNav > li:last-child{
	border-right: 1px solid #008ccf;
}

ul#globalNav > li ul{
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	top: 7px;
	left: -1px;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}

ul#globalNav > li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 27px;
}

ul#globalNav > li ul li{
	width: 211px;
	height: 28px;
	border-right: 1px solid #008ccf;
	border-bottom: 1px solid #008ccf;
	border-left: 1px solid #008ccf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	line-height: 27px;
	letter-spacing : 0.4em;
	color: #008ccf;
	/*background-image: url(../img/gnav-bg.png); */
	background:#FFF;
}

ul#globalNav > li ul li a{
	color: #008ccf;
}

ul#globalNav > li ul li.narrow{
	letter-spacing : 0;
}

ul#globalNav .current > a,
ul#globalNav > li a:hover,
ul#globalNav > li ul li a:hover{
	color: #fff;
	background-color: #8CB7E2;
}

/* contact */

header#header div.contact{
	position: absolute;
	top: 46px;
	right: 0;
}

header#header div.contact dl dt{
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	border: 1px solid #717071;
	color: #717071;
}

header#header div.contact dl dt a{
	color: #717071;
	text-decoration:none;
}

header#header div.contact dl dd{
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #717071;
	font-size: 15px;
	color: #717071;
}

header#header div.contact dl dd.tel{
	padding: 0;
	border: none;
	font-size: 20px;
	color: #717071;
}

@media screen and (max-width:767px) and (min-width: 1px){

	header#header{
		position: static;
		height: auto;
		padding: 0;
		background-image: url(../img/bg.png);
	}
	
	header#header.fixed{
		margin-top: -30px;
	}
	
	header#header div.inner{
		width: auto;
		height: auto;
	}
	
	header#header .logo{
		float: left;
		position: static;
		width: 79%;
		padding: 10px 20px;
		line-height: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	header#header .logo .ad_sp{
		display:block;
		text-align:center;
		padding-top:10px;
		font-weight:lighter;
	}
	
	header#header div#menu{
		display: block;
		position: fixed;
		z-index: 100;
		right: 2%;
		width: 13%;
		padding-top: 2%;
		line-height: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	header#header div#menu img{
		width: 100%;
	}
	
	ul#globalNav{
		display: none;
	}
	
	header#header div.contact,
	header#header p.catch{
		display: none;
	}
	
	header#header p.catch-sp{
		display: block;
		padding: 5px 20px;
		background-color: #008ccf;
		font-size: 3.125vw;
		color: #fff;
	}
	
}

/*-----------------------------------------------
 navigation
-----------------------------------------------*/

div#navigation{
	display: none;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

@media screen and (max-width:767px) and (min-width: 1px){
	
	div#navigation{
		display: block;
	}
	
	div#navigation.open{
		display: block;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	div#navigation{
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		width: 60%;
		background-color: rgba(116,172,221,0.9);
	}
	
	div#navigation > ul{}
	
	div#navigation ul li{
		text-align: right;
		font-size: 3.75vw;
	}
	
	div#navigation ul li p{
		padding: 5px 10px;
		background-color: #008ccf;
		font-size: 3.75vw;
		color: #fff;
	}
	
	div#navigation ul li a{
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	div#navigation ul li > ul li{
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
	}
	
	div#navigation ul li > ul li:last-child{
		border: none;
	}
	
	div#navigation div.close{
		padding: 5px 10px;
		text-align: right;
	}
	
	div#navigation div.close img{
		width: 30px;
	}
	
}

/*-----------------------------------------------
 content
-----------------------------------------------*/

div#content div.block{
	padding-top: 160px;
	margin-top: -160px;
}

@media screen and (max-width:767px) and (min-width: 1px){
	div#content div.block{
		padding-top: 0;
		margin-top: 0;
	}
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/

footer#footer div.inner{
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer#footer p.copyright{
	color: #008ccf;
	text-align: left;
}

@media screen and (max-width:767px) and (min-width: 1px){
	
	footer#footer div.inner{
		width: auto;
		padding: 8px 0;
		background-color: #008ccf;
	}
	
	footer#footer p.copyright{
		font-size: 3.125vw;
		text-align: center;
		color: #fff;
	}
	
	.policy_box{
	width:100%;
	box-sizing: border-box;	
	}
	
/*rent*/



.rent_policy_box{

	margin:0 auto;

}





	
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffffff00;
 color:#2196f3;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border-color:#2196f3;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#2196f3;
 color:#fff;
}