@import url('https://fonts.cdnfonts.com/css/akrobat');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

@charset "utf-8";

/* header
---------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family:"Noto Sans JP", Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ Ｐゴシック', 'MS PGothic';
	line-height:1.8;
	color:#646464;
	font-size: 16px;
	vertical-align:top;
	background-color:#ffffff;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
}

@media screen and (max-width:720px){
	body {
		font-size:14px;
	}
}
a        {transition:all 0.3s linear;}
a:link   {color:#00326e;text-decoration:underline;}
a:visited{color:#464646;text-decoration:underline;}
a:hover  {color:#ff6400;text-decoration:none;}
a:active {color:#464646;text-decoration:underline;}


p:has(.btn),
div.btn{
	position:relative;
	clear:both;
	margin:15px auto;
	padding:15px 0;
	background-color:#f1f1f1;
	overflow:visible;
}
div#contents a.btn,
.form div#contents div.btn input[type="button"].btn,
.form div#contents div.btn button.btn{
	width:480px;
	max-width:100%;
	margin:0 auto;
	padding:15px 0;
	color:#fff;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	background-color:orange;
}
div#contents a.btn:hover,
.form div#contents div.btn input[type="button"].btn:hover,
.form div#contents div.btn button.btn:hover{
	background-color:#ff6400;
}
@media screen and (max-width:1144px){
	p:has(.btn),
	div.btn{
		width:100%;
	}
}



/* structure
---------------------------------------- */
div#header,
div#footer{
	clear:both;
	width:90%;
	position:relative;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	transition:all 0.3s linear;
}
div#header{
	padding:30px 5%;
	overflow:visible;
	background-color:#fff;
}
div#footer{
	width:100%;
}
div#container{
	width:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
div#contents{
	width:90%;
	clear:both;
	margin:0 auto 180px;
	padding:0 5%;
	transition:all 0.3s linear;
}


@media screen and (max-width: 1054px) {
	div#contentss {
		margin: 0 0 90px;
	}
}
@media screen and (max-width: 720px) {
	div#footer{
		clear:both;
		width:100%;
		position:relative;
		margin:0 auto;
		padding:30px 0 0;
		overflow:hidden;
	}
}
@media screen and (max-width: 540px) {
	div#header{
		padding-top:15px;
	}
}

/* header
---------------------------------------- */




/* btn_menu
---------------------------------------- */
/* btn_menu */
button#btn_menu {
	display:none;
	opacity: 0;
	z-index: 9999;
}
@media screen and (max-width: 760px){
	button#btn_menu {
		width: 90px;
		height: 90px;
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		text-align: center;
		border: none;
		transition: all 0.3s linear;
		background: #003366;
		opacity: 1.0;
		transition: all 0.3s linear;
		z-index: 999;
		overflow: hidden;
	}
}
@media screen and (max-width: 960px){
	button#btn_menu {
		width: 90px;
		height: 90px;
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		text-align: center;
		border:none;
		transition: all 0.3s linear;
		background:#006cb5;
		opacity: 1.0;
		transition: all 0.3s linear;
		overflow:hidden;
		z-index:99999;
	}
	button#btn_menu:hover {
		background-color:#ff6400;
	}
	button#btn_menu.close {
		background-image:none;
		background-blend-mode:lighten;
	}
	button#btn_menu:before,
	button#btn_menu:after{
		width:32px;
		height:5px;
		content:"";
		position:absolute;
		top:27.5px;
		left:29px;
		display:block;
		background-color:#fff;
		transition:all 0.3s ease-out;
		z-index:10;
	}
	button#btn_menu:after{
		top:auto;
		bottom:27.5px;
	}
	button#btn_menu.close:before,
	button#btn_menu.close:after{
		top:42.5px;
		bottom:auto;
		transition:all 0.3s ease-out;
	}
	button#btn_menu.close:before{
		transform:rotate(-225deg)
	}
	button#btn_menu.close:after{
		top:auto;
		bottom:42.5px;
		transform:rotate(225deg);
	}
	button#btn_menu span{
		width:32px;
		height:5px;
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		margin:-2.5px 0 0 -16px;
		background-color:#fff;
		transition:all 0.3s ease-out;
	}
	button#btn_menu.close span{
		width:0;
		margin:-0.5vw 0 0 0;
		opacity:0;
	}
}
@media screen and (max-width:540px){
	button#btn_menu {
		width: calc(20vw - 3px);
		height: calc(20vw - 3px);
	}
	button#btn_menu:before,
	button#btn_menu:after{
		width:10vw;
		height:1vw;
		top:5vw;
		left:calc(5vw - 1.5px);
	}
	button#btn_menu:after{
		top:auto;
		bottom:5vw;
	}
	button#btn_menu.close:before,
	button#btn_menu.close:after{
		top:calc(9.5vw - 1.5px);
	}
	button#btn_menu span{
		width:10vw;
		height:1vw;
		margin:-0.5vw 0 0 -5vw;
	}
}


/* gnavi
---------------------------------------- */
/* globalnavi
------------------------------------------------ */
div#global_navi{
	width:calc(100% - 345px);
	position:absolute;
	right:30px;
	top:25px;
	z-index:99999;
}
ul#gnavi{
	width: 100%;
	clear: both;
	margin:0 auto 10px;
	padding: 0;
	text-align:right;
	letter-spacing: -0.4em;
}
ul#gnavi li{
	position: relative;
	display: inline-block;
	font-size:18px;
	text-align:center;
	letter-spacing: normal;
	vertical-align: middle;
}
ul#gnavi li:nth-child(7){
	margin-left:10px;
}
ul#gnavi li a{
	display: block;
	padding:25px 10px;
	transition:all 0.3s linear;
	line-height:1.5;
}
ul#gnavi li:nth-child(7) a{
	padding:25px 15px;
	color:#fff;
	border-radius:10px;
	background-color:#006cb5;
}
ul#gnavi li ul{
	display: none;
	width:18em;
	position: absolute;
	top:calc(1.5em + 50px + 1px);
	left: 50%;
	margin-left: -9em;
	border:1px #ccc solid;
	z-index: 1000;
}
ul#gnavi li:nth-child(7) ul{
	left: auto;
	right:0;
}{
	margin-left:10px;
}
ul#gnavi li ul li{
	display:block;
	font-size:16px;
}
ul#gnavi li ul li:nth-child(7){
	margin-left:0;
}
ul#gnavi li ul li a,
ul#gnavi li:nth-child(7) ul li a,
ul#gnavi li ul li:nth-child(7) a{
	padding:15px 15px 16px;
	color:#006cb5;
	border-radius:0;
	border-bottom:1px #ccc solid;
	background-color:rgba(255,255,255,0.9);
}
ul#gnavi li ul li a:hover,
ul#gnavi li:nth-child(7) ul li a:hover,
ul#gnavi li ul li:nth-child(7) a:hover{
	color:white;
	border-bottom:1px orange solid;
	background-color:orange;
}
ul#gnavi li ul li:last-child a,
ul#gnavi li ul li:last-child a:hover{
	border-bottom: none;
}

/* transform */
div#header.transform ul#gnavi{
	position:fixed;
	top:0;
	right:0;
	margin-bottom:0;
	background-color: rgba(255,255,255,0.85);
	z-index: 99999;
}
div#header.transform ul#gnavi li a {
	padding: 10px;
}
div#header.transform ul#gnavi li a{
	border-radius:0 0 0 10px;
}
div#header.transform ul#gnavi li ul{
	top:calc(1.5em + 20px + 1px);
}
div#header.transform ul#gnavi li ul li a{
	border-radius:0;
}
	

@media screen and (max-width:1100px) {
	ul#gnavi li a{
		font-size:16px;
		}
	ul#gnavi li a{
		padding:25px 5px;
	}
}
@media screen and (max-width: 960px) {
	div#global_navi{
		display:none;
		width:360px;
		position:fixed;
		top:0;
		right:0;
		margin:0;
		padding:0;
		background-color:rgba(255,255,255,0.9);
		z-index:99999;
	}
	ul#gnavi {
		width:100%;
		height:100vh;
		display:block;
		padding:120px 0 0 0;
		overflow-x:auto;
	}
	ul#gnavi li {
		display:block;
		width:100%;
		padding:0;
	}
	ul#gnavi li:nth-child(7){
		margin-left:0;
	}
	ul#gnavi li a,
	ul#gnavi li:nth-child(7) a{
		height:inherit;
		margin:0;
		padding:10px 15px 10px 60px;
		font-size:16px;
		text-align:left;
		text-indent:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		background:transparent url(../img/arr.png) no-repeat left 30px top 12px / 20px auto;
		box-shadow:none;
	}
	ul#gnavi li:nth-child(7) a{
		color:#006cb5;
	}
	ul#gnavi li a:hover,
	ul#gnavi li a ul li a:hover {
		margin:0!important;
		color:#fff!important;
		background-color:orange!important;
	}
	ul#gnavi li a:before,
	ul#gnavi li a:after {
		display:none;
	}
	ul#gnavi li ul {
		width:100%;
		height:auto;
		display:none;
		position:static;
		margin:0;
		padding:0;
		border:none;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		background:none
	}
	ul#gnavi li ul li a {
		padding:10px 15px 10px 60px;
		text-align:left;
		border-bottom: 1px #ccc solid !important;
	}
	ul#gnavi li ul li a,
	ul#gnavi li:nth-child(7) ul li a,
	ul#gnavi li ul li:nth-child(7) a {
		padding: 10px 0 10px 60px;
		border-radius:0;
		background-image:none;
		background-color: rgba(245,245,240,1.0);
	}
	div#header.transform ul#gnavi{
		position:relative;
	}
	div#header.transform ul#gnavi li a {
		padding: 10px 15px 10px 60px;
	}
}
@media screen and (max-width: 420px) {
	div#global_navi{
		width:calc(100% - 60px);
	}
	ul#gnavi li a,
	ul#gnavi li:nth-child(7) a{
		font-size:14px;
	}
}


/* ttl
---------------------------------------- */
div#contents h1.ttl{
	width:100vw;
	max-width:480px;
	height:100vw;
	max-height:calc(480px - 240px + 2em);
	position:relative;
	margin:15px auto 60px ;
	padding: calc(240px - 2em) 0 0;
	color:#fff;
	font-size:32px;
	text-align:center;
	border-radius:50%;
	background:rgba(50,30,20,0.85);
	overflow:hidden;
}
div#contents h1.ttl:before{
	width:100%;
	height:120px;
	content:"";
	position:absolute;
	top:0;
	display:block;
	background:url(../img/top/header_second.webp) no-repeat left center / cover;
	z-index:-1;
}
div#contents h1.ttl:after{
	width:calc(100% - 60px);
	content:"";
	display: block;
	margin: 15px auto 0;
	padding-top:10px;
	color:#fff;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	border-top:1px #fff solid;
}



/* property_list
---------------------------------------- */
ul.property_list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:60px;
}
ul.property_list li{
	width:calc(25% - 22.5px - 30px);
	position:relative;
	max-width:400px;
	margin:0 30px 30px 0;
	padding:15px 15px calc(1.4em + 20px + 15px);
	background-color:#fff;
}
ul.property_list li:nth-child(4n){
	margin-right:0;
}
ul.property_list li:before{
	width:calc(100% + 30px);
	content:"";
	display:block;
	margin:-15px 0 0 -15px;
	padding-top:calc(65.83% + 30px * 0.6583 + 15px);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
}
div#gnavi ul.property_list li:nth-child(1):before,
div#contents ul.property_list li.no1:before{background-image:url(../../property/img/01/1.webp);}
div#gnavi ul.property_list li:nth-child(2):before,
div#contents ul.property_list li.no2:before{background-image:url(../../property/img/02/1.webp);}
div#gnavi ul.property_list li:nth-child(3):before,
div#contents ul.property_list li.no3:before{background-image:url(../../property/img/03/1.webp);}
div#gnavi ul.property_list li:nth-child(4):before,
div#contents ul.property_list li.no4:before{background-image:url(../../property/img/04/1.webp);}
div#gnavi ul.property_list li:nth-child(5):before,
div#contents ul.property_list li.no5:before{background-image:url(../../property/img/05/1.webp);}
div#gnavi ul.property_list li:nth-child(6):before,
div#contents ul.property_list li.no6:before{background-image:url(../../property/img/06/1.webp);}
div#gnavi ul.property_list li:nth-child(7):before,
div#contents ul.property_list li.no7:before{background-image:url(../../property/img/07/1.webp);}
div#gnavi ul.property_list li:nth-child(8):before,
div#contents ul.property_list li.no8:before{background-image:url(../../property/img/08/1.webp);}
div#gnavi ul.property_list li:nth-child(9):before,
div#contents ul.property_list li.no9:before{background-image:url(../../property/img/09/1.webp);}
div#gnavi ul.property_list li:nth-child(10):before,
div#contents ul.property_list li.no10:before{background-image:url(../../property/img/10/1.webp);}
div#contents ul.property_list li:nth-child(11):before,
div#contents ul.property_list li:nth-child(12):before{background-image:url(../img/noimg.png);}


ul.property_list li a{
	display:block;
	margin-bottom:15px;
}
ul.property_list li p{
	font-size:14px;
}
ul.property_list li a.btn{
	width:100%;
	position:absolute;
	bottom:0;
	display:block;
	margin-left:-15px;
	margin-bottom:0;
	color:#fff;
	text-align:center;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	background-color:#ff7f17;
}
ul.property_list li a.btn:hover{
	background-color:orange;
}
@media screen and (max-width:1280px){
	ul.property_list li{
		width:calc(33.33% - 20px - 30px);
	}
	ul.property_list li:nth-child(4n){margin-right:30px;}
	ul.property_list li:nth-child(3n){margin-right:0;}
}
@media screen and (max-width:820px){
	ul.property_list li{
		width:calc(50% - 7.5px - 30px);
		margin-right:15px;
	}
	ul.property_list li:nth-child(4n){margin-right:15px;}
	ul.property_list li:nth-child(3n){margin-right:15px;}
	ul.property_list li:nth-child(2n){margin-right:0;}
}
@media screen and (max-width:540px){
	ul.property_list li p{
		font-size:12px;
	}
}
@media screen and (max-width:420px){
	ul.property_list li{
		width:calc(100% - 30px);
		margin-right:0!important;
	}
}


/* pagenavi
---------------------------------------- */
ul#pagenavi{
	max-width:1024px;
	margin:0 auto 60px;
}
ul#pagenavi li{
	margin-right:10px;
	padding-left:10px;
	background:url(../img/arr2.png) no-repeat left center;
}
ul#pagenavi li:first-child{
	padding-left:20px;
	background:url(../img/icon_home.png) no-repeat left center;
}



/* footer
---------------------------------------- */
div#footer h1.ttl{
	padding:5px 0 3px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background-color:#3c3c3c;
}
div#footer div.inner{
	width:calc(214px + 15px + 12.6em + 20px);
	margin:0 auto;
	padding:15px calc(50% - 107px - 7.5px - 6.3em + 10px);
	overflow:hidden;
	background-color:#fff;
}
div#footer div.inner a.logo{
	float:left;
}
div#footer div.inner span.tel{
	float:right;
	margin:9px 0 0;
}
div#footer ul{
	max-width:1024px;
	margin:0 auto;
	padding: 30px calc(50% - 512px);
	background-color:#3c3c3c;
}
div#footer ul li{
	margin:15px auto;
	padding-left:15px;
	background:url(../img/arr.png) no-repeat left center;
}
div#footer ul li a{
	color:#fff;
}
div#footer ul li a:hover{
	color:orange;
}

div#footer small{
	display:block;
	padding:15px 0;
	color:#fff;
	text-align:center;
	background-color:#000;
}
@media screen and (max-width:1084px){
div#footer ul{
		padding: 30px 60px;
	}
}
@media screen and (max-width:1054px){
	div#footer ul li{
		margin-top:10px;
		margin-bottom:10px;
	}
	div#footer ul li a{
		font-size:14px;
	}
}