@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.9;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}


.container {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}

/* ▼ 固有スタイル
--------------------------------------- */
.price {
	font-weight: bold!important;
}

/* ▼ flort_bnr
--------------------------------------- */
.flort_bnr{
	position: fixed;
	top: 62px;
	right: 0;
	z-index: 9;
	}
	.flort_bnr p:nth-child(1){
		max-width: 130px;
	}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	background: #000;
	z-index: 9;
	position: relative;
	}
	header .flex_box{
		justify-content: space-between;
	}
	#site_title {
		width: 150px;
		position: absolute;
	}


.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	width: calc(100% - 150px);
	overflow: hidden;
	justify-content: flex-end;
	align-items: center;
}
	#gnav > ul {
		display: flex;
	}
	#gnav > ul > li {
		color: #fff;
		padding: 20px 20px 10px;
	}
	#gnav > ul > li > a {
		display: block;
		color: #fff;
	}
	#gnav > ul > li > a,
	#gnav > ul > li .drop_menu{
		border-bottom: 2px solid #000;
	}
	#gnav > ul > li > a:hover,
	#gnav > ul > li .drop_menu:hover{
		border-bottom: 2px solid #fff;
		cursor: pointer;
	}
	#gnav .drop_dawn{
		display: none;
		background: #555;
		padding: 15px 20px 20px 20px;
		position: absolute;
		top: 60px;
	}
	#gnav .drop_dawn li a{
		border-bottom: 1px solid #fff;
	}
	#gnav > ul > li:hover .drop_dawn{
		display: block;
	}
	#gnav .sns_icon p a{
		display: flex;
		align-items: center;
		padding: 0 5px;
	}
	#gnav .sns_icon p img{
		max-width: 27px;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 60px auto 150px;
	clear: both;
	overflow: hidden;
}


/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
}

section{
	padding: 60px 0;
}


/* ▼ パンくず
--------------------------------------- */
#path {
	max-width: 1240px;
	padding: 0 20px;
	margin: 10px auto 0;
	font-size: 14px;
	}
	#path ol{
		display: flex;
		justify-content: flex-end;
	}
	#path li:not(:last-child):after {
		content: "＞";
		margin:0 10px;
		color: #333;
	}



/* ▼ システム
--------------------------------------- */
.disabled {
    /* opacity: .5; */
    pointer-events:none;
	cursor: not-allowed;
	display: none;
}
.reserve_disabled {
    /* opacity: .5; */
	display: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	background: #e4e4e4;
	padding: 60px 0 0px;
	clear: both;
	overflow: hidden;
	}
	.footer_logo{
		max-width: 150px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#footer_inner {
		width: 80%;
		max-width: 1000px;
		overflow: hidden;
	}
	.footer_nav > div:nth-child(1){
		flex: 2;
		margin-right: 10%;
		position: relative;
	}
	.footer_nav > div:nth-child(1)::after{
		content: "";
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -5%;
	}
	.footer_nav > div:nth-child(1) > ul{
		flex: 1;
	}
	.footer_nav > div:nth-child(1) > ul li{
		margin-bottom: 5px;
	}
	.footer_nav .footer_nav_sub{
		font-size: 14px;
	}
	.footer_nav > div:nth-child(2){
		flex: 1;
		font-size: 14px;
	}
	.footer_nav > div:nth-child(2) p.tel-moji{
		font-size: 23px;
		font-weight: bold;
	}
	.footer_nav > div:nth-child(2) p{
		margin-bottom: 10px;
	}
	.footer_nav > div:nth-child(2) p.tel-moji::before{
		display: inline-block;
		content: "TEL";
		margin-right: 15px;
		font-size: 14px;
		font-weight: 500;
	}
	.footer_nav .sns_icon a{
		display: flex;
		align-items: center;
		margin-top: 10px;
		padding: 0 10px 0 0;
	}
	.footer_nav .sns_icon img{
		max-width: 27px;
	}


/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: right;
}


/* ▼▼▼ 404
====================================================== */
#not_found{
	padding: 8vw 20px;
	}
	#not_found p{
		font-size: 14px;
		text-align: center;
	}
	#not_found p.arial{
		margin-bottom: 10px;
		font-size: 42px;
		font-family: "Arial", "メイリオ";
	}
	#not_found p.arial + p{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#not_found p.txt{
		margin-bottom: 30px;
		line-height: 1.9;
	}
	#not_found .top_btn a{
		display: inline-block;
		padding: 15px 40px;
		border: 1px solid #ccc;
	}
/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 13px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.container {
		padding: 0 15px;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */

	/* ▼ flort_bnr
	--------------------------------------- */
	.flort_bnr{
		background: #fff;
		top: auto;
		bottom: 0;
	}
	.flort_bnr p:nth-child(1){
		max-width: 100%;
	}
	.flort_bnr > div{
		display: flex;
	}
	.flort_bnr > div p{
		flex: 1;
		padding-top: 1px;
	}
	/* お問い合わせ復活ver */
	/* .flort_bnr > div p:nth-child(1){
		padding-right: 1px;
	} */
	/* お問い合わせ非表示ver */
	.flort_bnr > div p:nth-child(1){
		background: #3d5d89;
		text-align: center;
	}
	.flort_bnr > div p:nth-child(1) img{
		max-width: 270px;
	}


	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}
	.header_inner {
		width: 100%;
		height: 72px;
		background: #fff;
		border-bottom: 10px solid #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		transition: .5s ease-in-out;
	}
	body.menu_fixed .header_inner{
		height: auto;
		background: #555;
		border-bottom: none;
	}
	#site_title {
		padding-left: 20px;
	}
	#site_title img{
		max-width: 72px;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		margin: 0;
		background: #555;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav > ul {
			display: block;
		}
		#gnav > ul > li {
			padding: 5px 10px;
			position:relative;
		}
		#gnav > ul > li::before {
			content: "";
			width: 8px;
			height: 8px;
			background: #fff;
			border-radius: 50%;
			position: absolute;
			left: -10px;
			top: 15px;
			margin: auto;
		}
		#gnav > ul > li > a,
		#gnav > ul > li .drop_menu{
			border-bottom: none;
		}
		#gnav > ul > li > a:hover,
		#gnav > ul > li .drop_menu:hover{
			border-bottom: none;
		}
		#gnav > ul:nth-child(1){
			width: 70%;
			padding: 25px 0 50px 21vw;
			margin: 0 auto;
			position: relative;
		}
		#gnav > ul:nth-child(1)::before{
			content: "";
			width: 1px;
			height: 100vh;
			background: #aaa;
			position: absolute;
			left: 27.5%;
			top: 0;
		}
		#gnav .drop_dawn{
			display: block;
			position: unset;
			padding: 5px 0 5px 10px;
		}
		#gnav .sns_icon{
			position: absolute;
			bottom: 50px;
			left: 20px;
		}
		#gnav .sns_icon p{
			margin-bottom: 15px;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 62px;
		height: 62px;
		position: absolute;
		top: 0;
		right: 5px;
		z-index: 2000;
	}
		.menu .icon span:before{
			content: "";
			width:40px;
			height: 100%;
			background: url(../img/menu_open.png)no-repeat center/100%;
			position: absolute;
		}
		.menu .icon.active span:before{
			background: url(../img/menu_close.png)no-repeat center/100%;
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		margin: 30px auto 60px;
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
		display: block;
	}
	section{
		padding: 40px 0;
	}
	.kome{
		font-size: 12px;
	}

	/* ▼ パンくず
	--------------------------------------- */
	#path {
		margin: 80px auto 0;
		font-size: 12px;
	}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
		padding: 20px 0 150px;
	}
	.footer_nav .pc{
		display: none;
	}
	.footer_nav .sp_only{
		display: flex;
		justify-content: space-between;
		max-width: 375px;
		margin: 0 auto 10px;
		font-size: 10px;
		line-height: 1.6;
	}
	.footer_nav .sp_only > p:nth-child(1) img{
		width: 45px;
	}
	.footer_nav .sp_only > p:nth-child(2){
		padding-right: 5%;
		border-right: 1px solid #aaa;
	}
	.footer_nav .sp_only > div:nth-child(3){
		margin-right: 3%;
	}
	.footer_nav .sp_only p.tel-moji{
		font-size: 14px;
		line-height: 1.5;
	}
	.footer_nav .sp_only p.tel-moji::before{
		display: inline-block;
		margin-right: 8px;
		content: "TEL";
		font-size: 10px;
	}

	/* ▼ コピーライト
	--------------------------------------- */
	#copyright{
		margin-bottom: 0;
		font-size: 10px;
		text-align: center;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		width: 40px;
		bottom: 15px;
		right: 15px;
	}

	/* ▼▼▼ 404
	====================================================== */
	#not_found{
		padding: 100px 20px 60px;
		}
		#not_found p.arial{
			margin-bottom: 10px;
			font-size: 39px;
		}
		#not_found p.arial + p{
			font-size: 17px;
		}
		#not_found p.txt{
			line-height: 1.6;
		}

}
