@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #1d1d1d;
	text-decoration: none;
}
a:visited {
	color: #1d1d1d;
}
a:hover {
	color: #1d1d1d;
}
a:active {
	color: #1d1d1d;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1d1d1d;
	font-size: 1.5rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
#main { padding-top:45px;}
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	body.fixed {
		position: fixed;
		left: 0;
		top: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {background-color: #fff;}
#gHeader.is-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	z-index:9999;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 50px;
}
#gHeader.is-scrolled .hBox {
	padding:10px 50px;
}
#gHeader.is-scrolled h1{width:230px;}
#gHeader.is-scrolled h1 img{
	width:100%;
	height:auto;
}
#gHeader .hRBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 300px);
}
#gHeader .hLinkUl {
	display: flex;
	align-items: center;
}
#gHeader .hLinkUl .tel {
	margin-right: 20px;
	white-space: nowrap;
}
#gHeader .hLinkUl .tel a {
	padding-left: 26px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.075em;
	background: url(../../img/common/icon_tel.png) no-repeat left top 9px / 22px auto;
	font-family: 'Roboto', sans-serif;
}
#gHeader.is-scrolled .hLinkUl .tel a {
	font-size: 2.6rem;
	background: url(../../img/common/icon_tel.png) no-repeat left top 5px / 22px auto;
}
#gHeader .hLinkUl .tel a small {
	margin-top: -5px;
	padding-left: 27px;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
#gHeader.is-scrolled .hLinkUl .tel a small {font-size: 1.1rem;}
#gHeader .hLinkUl .mail {width: 180px;}
#gHeader .hLinkUl .mail a {
	padding: 32px 10px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	background-color: #A38560;
	font-family: 'Cormorant Infant', serif;
}
#gHeader.is-scrolled .hLinkUl .mail a {
	padding: 22px 10px;
	font-size: 1.6rem;
}


#gHeader .hLinkUl .search{
	width:300px;
	height:60px;
}
#gHeader .hLinkUl .search #form{
	position:relative;
	width:300px;
}
#gHeader .hLinkUl .search #sbox{
	background:#eee;
	border:none;
	width:240px;
	box-sizing:border-box;
	height:60px;
	padding:0 20px;
	position:absolute;	
	left:0;
	top:0; 	
	outline:0;
}
#gHeader .hLinkUl .search #sbtn2{
	background:#2667DE;
	padding:15px;
	box-sizing:border-box;
	width:60px;
	height:60px;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:0;
	border:none;
}
#gNavi {
	margin:auto;
	padding:0 50px;
}
#gNavi ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-right:1px solid #fff;
}
#gNavi li {
	margin-right: 0;
	display: block;
	vertical-align: top;
	width:25%;
	text-align:center;
	border-left:1px solid #fff;
}
#gNavi li a {
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	padding:15px 0;
	background:#D8DCE1;
}
#gNavi li.on a,
#gNavi li a:hover{
	background:#2667de;
	color:#fff;
}
#gNavi li:last-child a,
#gNavi li:last-child.on a,
#gNavi li:last-child a:hover{
	background:#A38560;
	color:#fff;
}
#gHeader.is-scrolled #gNavi li a {
	font-size: 1.3rem;
}
@media (min-width: 897px) and (max-width: 1445px) {
	#gHeader .hBox {
		padding:20px;
	}
	#gHeader.is-scrolled .hBox {
		padding: 10px 20px;
	}	
	#gNavi {
		padding:0 20px;
	}
}
@media (min-width: 897px) and (max-width: 1400px) {
/*
	#gHeader .hBox h1 {
		width: 180px;
	}
	#gHeader .hRBox {
		width: calc(100% - 200px);
	}
	#gNavi {min-width: 460px;}	
	#gNavi li a {
		font-size: 1.1rem;
		padding: 10px 0;
	}
	#gHeader.is-scrolled #gNavi li a {
		font-size: 1.1rem;
		padding: 10px 0;
	}
	#gHeader .hLinkUl .tel {
		margin-right: 20px;
	}
	#gHeader .hLinkUl .mail {
		width: 100px;
	}
	#gHeader .hLinkUl .tel a {
		padding-left: 20px;
		font-size: 1.8rem;
		line-height: 1.5;
		display: block;
		background-size: 16px auto;
	}
	#gHeader.is-scrolled .hLinkUl .tel a {
		font-size: 1.8rem;
		background: url(../../img/common/icon_tel.png) no-repeat left top 9px / 22px auto;
		background-size: 16px auto;
	}
	#gHeader .hLinkUl .tel a small {
		padding-left: 0;
		font-size: 1.1rem;
	}
	#gHeader .hLinkUl .mail a {
		font-size: 1.3rem;
	}
	#gHeader.is-scrolled .hLinkUl .mail a {
		padding: 32px 10px;
		font-size: 1.3rem;
	}
*/
}
@media all and (min-width: 971px) {
	#gHeader .hLinkUl .mail a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 970px) {
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
		right:0;
		margin:auto;
		z-index:9999;
	}
	#gHeader .hBox {
		padding: 10px 50px 10px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader.is-scrolled .hBox {
		padding: 10px 50px 10px 20px;
	}
	#gHeader .hBox h1 {
		width: 150px;
		height: 24px;
	}
	#gHeader .hRBox {
		width: 22px;
	}
	#gHeader .hLinkUl .tel {
		margin-right: 0;
	}
	#gHeader .hLinkUl .tel a {
		padding-left: 0;
		width: 22px;
		height: 22px;
		display: block;
		font-size: 0;
		line-height: 1;
		letter-spacing: 0.075em;
		background-image: url(../../img/common/icon05.png);
		background-position: center center;
		background-size: cover;
		font-family: 'Roboto', sans-serif;
	}
	#gHeader.is-scrolled .hLinkUl .tel a {
		font-size: 0;
		background-image: url(../../img/common/icon05.png);
		background-position: center center;
		background-size: cover;
	}	
	#gHeader .hLinkUl .tel a small {
		margin-top: 0;
		padding-left: 0;
		font-size: 0;
	}
	#gHeader.is-scrolled .hLinkUl .tel a small {
		font-size: 0;
	}
	#gHeader .hLinkUl .mail {
		width: 22px;
	}
	#gHeader .hLinkUl .mail a {
		padding: 9px 0;
		width: 100%;
		display: block;
		font-size: 0;
		background: url(../../img/common/icon04.png) no-repeat center center / cover;
	}
	#gHeader.is-scrolled .hLinkUl .mail a {
		padding: 9px 0;
		font-size: 0;
	}
	#gHeader .hLinkUl .search{ display:none;}
	#gNavi {
		margin-right: 0;
		padding-top: 150px;
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 9999;
		display: none;
		min-width: 0px;
	}
	#gNavi ul {
		width: 100%;
		display:block;
	}
	#gNavi li {
		margin: 0 0 15px;
		display: block;
		text-align: center;
		width: 100%;
		border-left: none;		
	}
	#gNavi li:last-of-type {
		margin-bottom: 0;
	}
	#gNavi li a {
		padding: 0;
		background:none;
		display:inline-block;
		width:auto;
	}	
	#gNavi li.on a, #gNavi li a:hover {
		background:none;
		color: #2667de;
	}	
	.menu {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 10px;
		top: 5px;
		z-index: 99999;
		cursor: pointer;
		display:block!important;
	}
	.menu span {
		width: 20px;
		height: 2px;
		position: absolute;
		left: 5px;
		top: 7px;
		background-color: #000;
	}
	.menu.on span {
		transform: translateY(7px) rotate(45deg);
	}
	.menu span:nth-of-type(2) {
		top: 14px;
	}
	.menu.on span:nth-of-type(2) {
		display: none;
	}
	.menu span:last-of-type {
		top: 21px;
	}
	.menu.on span:last-of-type {
		transform: translateY(-7px) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 45px;
	background-color: #2A3241;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 20px 15px;
	max-width: 1100px;
	position: relative;
	box-sizing: border-box;
}
#gFooter .fBox .pageTop {
	position: absolute;
	right: 19px;
	bottom: 0;
}
#gFooter .fBox .pageTop a {
	display: block;
}
#gFooter .fNavi {
	margin-bottom: 39px;
	text-align: center;
}
#gFooter .fNavi li {
	display: inline-block;
	vertical-align: top;
}
#gFooter .fNavi li a {
	padding: 0 20px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.075em;
	border-right: 1px solid #fff;
}
#gFooter .fNavi li:last-of-type a {
	border-right: 0;
}
#gFooter .copyright {
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gFooter .fBox .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: underline;
	}
}
@media (min-width: 897px) and (max-width: 970px) {
	#gFooter .fNavi li a {
		padding: 0 15px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 45px;
		background-color: #2A3241;
	}
	#gFooter .fBox {
		max-width: inherit;
	}
	#gFooter .fBox .pageTop {
		width: 60px;
		bottom: 0;
		right: 0;
		text-align: center;
	}
	#gFooter .fBox .pageTop a {
		display: block;
	}
	#gFooter .fNavi {
		margin: 0 -20px 30px;
		display: flex;
		flex-wrap: wrap;
	}
	#gFooter .fNavi li {
		margin-top: 0;
		width: 50%;
		display: flex;
	}
	#gFooter .fNavi li a {
		padding: 9px 5px;
		width: 100%;
		border-color: #fff;
		border-bottom: 1px solid #fff;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	#gFooter .fNavi li:nth-of-type(2n) a {
		border-right: none;
	}
	#gFooter .fNavi li:last-of-type {
		width: 100%;
	}
	#gFooter .fNavi li:last-of-type a {
		border-right: none;
	}
}