@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&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-cjk-jp, sans-serif;
}
.serif {
	font-family: 'Noto Serif JP', 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: #222831;
	transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #222831;
}
a:hover {
	color: #222831;
	opacity: 0.5;
}
a:active {
	color: #222831;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222831;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	overflow-y: scroll;
}
#container {
	overflow: hidden;
	text-align: left;
	position: relative;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	#gHeader .menu:hover,
	.menuBox .close:hover {
		opacity: 0.7;
	}
}
/*a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}*/
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.pc {
		display: none !important;
	}
	a:hover {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 26px 101px 20px 37px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 100;
}
#gHeader h1 {
	width: 268px;
	float: left;
}
#gHeader h1 a:hover {
	opacity: 1 !important;
}
#gHeader .hBox {
	margin-top: 68px;
	width: 412px;
	float: right;
}
#gHeader .hBox .hUl {
	margin-bottom: 13px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 412px;
	right: 101px;
	top: 31px;
	z-index: 100;
}
#gHeader .hBox .hUl li {
	width: 200px;
}
#gHeader .hBox .hUl li a {
	padding: 5px 24px 3px;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 10px;
	background: #212832 url(../images/common/webp/icon08.webp) no-repeat right 10px center / 6px 11px;
}
#gHeader .hBox .hUl li a .ico {
	margin: 0 auto;
	display: block;
	line-height: 1;
}
#gHeader .hBox .hUl li.list01 a {
	padding-top: 10px;
}
#gHeader .hBox .hUl li.list01 a .ico {
	margin-bottom: -5px;
}
#gHeader .hBox .tel {
	padding: 9px 0 11px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #937218;
	font-size: 3rem;
	letter-spacing: 0.066em;
	line-height: 1;
	border-top: 1px solid #937218;
	border-bottom: 1px solid #937218;
}
#gHeader .hBox .tel small {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
}
#gHeader .menu {
	position: fixed;
	width: 42px;
	right: 29px;
	top: 35px;
	cursor: pointer;
	z-index: 100;
}
.menuBox {
	display: none;
	position: fixed;
	width: 400px;
	right: 0;
	top: 0;
	background: #F2F2F2;
	height: 100vh;
	overflow-y: auto;
	z-index: 1000;
}
.menuBox .menuInner {
	padding: 24px 30px;
}
.menuBox .close {
	width: 46px;
	position: absolute;
	right: 27px;
	top: 32px;
	cursor: pointer;
}
.menuBox .mLogo {
	margin-bottom: 23px;
	width: 252px;
}
.menuBox .mLogo a:hover {
	opacity: 1;
}
.menuBox .mtel {
	padding: 10px 0 11px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #937218;
	font-size: 2.4rem;
	letter-spacing: 0.066em;
	line-height: 1;
	border-top: 1px solid #937218;
	border-bottom: 1px solid #937218;
	margin-bottom: 37px;
}
.menuBox .mtel small {
	font-size: 1.6rem;
line-height: 1.3;
letter-spacing: 0.03em;
}
.menuBox .mUl li {
	margin-bottom: 17px;
	text-align: center;
}
.menuBox .mUl li a {
	color: #222831;
	display: block;
}
.menuBox .mUl li a span {
	padding: 0 0 3px 10px;
	display: inline-block;
	background: url("../images/common/webp/icon05.webp") no-repeat left center / 5.5px auto;
}
.no-webp .menuBox .mUl li a span {
	background-image: url(../images/common/icon05.png);
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#gHeader .hBox {
		display: none;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 7px 1px 7px 8px;
	}
	#gHeader .hBox {
		display: none;
	}
	#gHeader h1 {
		width: 188px;
	}
	#gHeader .menu {
		right: 0;
		top: 0;
		width: 60px;
	}
	.menuBox {
		width: 100%;
	}
	.menuBox .close {
		width: 31px;
		right: 14px;
		top: 10px;
	}
	.menuBox .menuInner {
		padding: 31px 20px;
	}
	.menuBox .mLogo {
		margin: 0 auto 30px;
	}
	.menuBox .mtel {
		display: none;
	}
	.menuBox .mUl li a {
		font-size: 1.4rem;
	}
	.menuBox .mUl li {
		margin-bottom: 12px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 48px;
}
#gFooter .fNavi {
	padding: 0 15px;
	margin: 0 auto 50px;
	max-width: 840px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gFooter .fNavi li:not(:last-child) {
	margin-bottom: 10px;
}
#gFooter .fNavi li a {
	padding-left: 13px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#gFooter .fNavi li a::before {
	margin-top: -3px;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	border-right: 1px solid #222831;
	border-bottom: 1px solid #222831;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
}
#gFooter .fBox {
	padding: 34px 0 21px;
	text-align: center;
	background: #F1ECE6;
}
#gFooter .fLogo {
	margin: 0 auto 25px;
	width: 308px;
}
#gFooter .fLogo a {
	opacity: 1;
}
#gFooter small {
	font-size: 1.2rem;
	font-style: normal;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 30px 0 55px;
	}
	#gFooter .fNavi {
		margin: 0 auto 24px;
		width: auto;
		display: block;
		text-align: center;
	}
	#gFooter .fNavi li {
		margin-bottom: 13px !important;
	}
	#gFooter .fNavi ul:last-child li:last-child {
		margin-bottom: 0 !important;
	}
	#gFooter .fBox {
		padding: 16px 15px 15px;
	}
	#gFooter .fLogo {
		margin-bottom: 12px;
		max-width: 308px;
		width: 100%;
	}
	#gFooter small {
		font-size: 1.1rem;
	}
	#gFooter .fixBtn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #937218;
		z-index: 50;
	}
	#gFooter .fixBtn::before {
		width: 1px;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		background: #fff;
		content: '';
	}
	#gFooter .fixBtn li {
		width: 50%;
	}
	#gFooter .fixBtn li a {
		padding: 11px 5px 12px;
		display: block;
		text-align: center;
	}
	#gFooter .fixBtn li a img {
		width: 157px;
	}
}

/*------------------------------------------------------------
	LINE
------------------------------------------------------------*/
.line{ position: fixed; bottom: 0; right: 0; background: #00B900; z-index: 109; padding: 20px;}
.line p{ color: #fff; margin-bottom: 10px; font-family: 'Noto Serif JP', serif; font-weight: 700; }
.line img{ width:100px; height: 100px; display: block; margin: 0 auto; }

@media all and (max-width: 767px) {
	.line{ bottom: 55px; width: 100%; padding: 10px;}
	.line p{ margin-bottom: 0; text-align: center; position: relative; }
	.line p::before{
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-image: url("../images/common/webp/icon_line.webp");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		padding-right: 10px;
	}
	.line img{ width:60px; height: 60px; }
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1000px;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 25px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 37px;
	padding-top: 46px;
	color: #937218;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
	background: url(../images/common/webp/icon01.webp) no-repeat center top / 57px auto;
	font-family: 'Noto Serif JP', serif;
}
.no-webp .headLine01 {
	background-image: url("../images/common/icon01.png");
}
@media all and (max-width: 767px) {
	.headLine01 {
		padding-top: 35px;
		font-size: 2.8rem;
		letter-spacing: 0.15em;
		background-size: 42px auto;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.5rem;
	line-height: 1.714;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-align: center;
}
.headLine02 span {
	color: #937218;
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 5px;
		font-size: 2.8rem;
		line-height: 1.446;
	}
}
/*------------------------------------------------------------
	comEnTitle
------------------------------------------------------------*/
.comEnTitle {
	position: absolute;
	left: -5px;
	top: -37px;
	color: #E6E6E6;
	font-size: 17rem;
	letter-spacing: -0.07em;
	line-height: 1.25;
	text-transform: uppercase;
	font-family: "trajan-pro-3", serif;
}
@media all and (max-width: 767px) {
	.comEnTitle {
		left: -10px;
		top: -15px;
		font-size: 8.5rem;
		letter-spacing: -0.07em;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: center;
}
.comBtn a {
	padding: 6px 0;
	width: 166px;
	display: inline-block;
	position: relative;
	color: #937218;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #937218;
	border-bottom: 1px solid #937218;
	box-sizing: border-box;
	font-family: "trajan-pro-3", serif;
	z-index: 1;
}
.comBtn a::before {
	margin-top: -6px;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 18px;
	top: 50%;
	display: block;
	border-right: 1px solid #937218;
	border-bottom: 1px solid #937218;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
}
.comBtn a::after {
	opacity: 0;
	position: absolute;
	left: -19px;
	right: -1px;
	top: -3px;
	bottom: -1px;
	background: #937218;
	content: '';
	z-index: -1;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		background: #937218;
		opacity: 1;
	}
	.comBtn a:hover::before {
		border-right-color: #fff;
		border-bottom-color: #fff;
	}
	.comBtn a:hover::after {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comTalkBox
------------------------------------------------------------*/
.comTalkBox {
	margin: 0 auto;
	padding: 86px 0 100px;
	max-width: 1000px;
	position: relative;
	text-align: center;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
	background: #FFF url(../images/common/webp/com_talk_bg01.webp) no-repeat left bottom / 314px 350px;
	z-index: 3;
}
.no-webp .comTalkBox {
	background-image: url("../images/common/com_talk_bg01.jpg");
}
.comTalkBox .title {
	margin-bottom: 16px;
	color: #937218;
	font-size: 3rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.comTalkBox .talk {
	margin: 34px 0;
	text-align: center;
}
.comTalkBox .talk span {
	padding: 10px 30px 14px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	border-radius: 50px;
	background: #E6E6E6;
}
.comTalkBox .talk span::before {
	width: 33px;
	height: 36px;
	position: absolute;
	left: 120px;
	bottom: -15px;
	background: url(../images/common/webp/arrow01.webp) no-repeat center center / 33px auto;
	content: "";
}
.no-webp .comTalkBox .talk span::before {
	background-image: url("../images/common/arrow01.png")
}
.comTalkBox .btnUl {
	margin: 0 auto;
	width: 730px;
	display: flex;
	justify-content: space-between;
}
.comTalkBox .btnUl li {
	width: 340px;
}
.comTalkBox .btnUl li a {
	padding: 22px 30px 18px 55px;
	height: 100%;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.124em;
	line-height: 1.4;
	text-align: center;
	border-radius: 20px;
	background: url(../images/common/webp/icon08.webp) no-repeat right 24px center / 7px auto,url(../images/common/webp/icon06.webp) no-repeat left 30px center / 21px auto;
	background-color: #222831;
	box-sizing: border-box;
}
.no-webp .comTalkBox .btnUl li a {
	background: url(../images/common/icon08.png) no-repeat right 24px center / 7px auto,url(../images/common/icon06.png) no-repeat left 30px center / 21px auto;
	background-color: #222831;
}
.comTalkBox .btnUl li a span {
	display: block;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.comTalkBox .btnUl li a span em {
	font-size: 3.4rem;
	font-style: normal;
	line-height: 1;
}
.comTalkBox .btnUl li.list01 a {
	padding-right: 20px;
	letter-spacing: 0;
	background: url(../images/common/icon08.png) no-repeat right 24px center / 7px auto,url(../images/common/icon07.png) no-repeat left 33px center / auto 20px;
	background-color: #222831;
}
.comTalkBox .btnUl li.list01 a span {
	margin-top: 2px;
	font-size: 2.8rem;
	letter-spacing: 0.123em;
}
@media all and (max-width: 767px) {
	.comTalkBox {
		margin: 0 25px;
		padding: 25px 22px 25px;
		width: auto;
		font-size: 1.4rem;
		text-align: left;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
		background: #FFF;
	}
	.comTalkBox .title {
		margin-bottom: 16px;
		font-size: 2.8rem;
		line-height: 1.41;
		text-align: center;
	}
	.comTalkBox .talk {
		margin: 18px 0 30px;
		text-align: center;
	}
	.comTalkBox .talk span {
		padding: 10px 30px 14px;
		display: inline-block;
		position: relative;
		vertical-align: top;
		border-radius: 50px;
		background: #E6E6E6;
	}
	.comTalkBox .talk span::before {
		width: 33px;
		height: 36px;
		position: absolute;
		left: 120px;
		bottom: -15px;
		background: url(../images/common/webp/arrow01.webp) no-repeat center center / 33px auto;
		content: "";
	}
	.no-webp .comTalkBox .talk span::before {
		background-image: url("../images/common/arrow01.png");
	}
	.comTalkBox .btnUl {
		margin: 0 auto;
		max-width: 276px;
		width: auto;
		display: block;
	}
	.comTalkBox .btnUl li {
		width: auto;
	}
	.comTalkBox .btnUl li:not(:last-child) {
		margin-bottom: 10px;
	}
	.comTalkBox .btnUl li a {
		padding: 18px 20px 15px 38px;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		line-height: 1.4;
		text-align: center;
		border-radius: 20px;
		background: url(../images/common/webp/icon08.webp) no-repeat right 15px center / 7px auto,url(../images/common/webp/icon06.webp) no-repeat left 20px center / 16px auto;
		background-color: #222831;
		box-sizing: border-box;
	}
	.no-webp .comTalkBox .btnUl li a {
		background: url(../images/common/icon08.png) no-repeat right 15px center / 7px auto,url(../images/common/icon06.png) no-repeat left 20px center / 16px auto;
		background-color: #222831;
	}
	.comTalkBox .btnUl li a span {
		font-size: 3rem;
		letter-spacing: 0;
	}
	.comTalkBox .btnUl li a span em {
		font-size: 3rem;
	}
	.comTalkBox .btnUl li.list01 a {
		padding-right: 20px;
		letter-spacing: 0;
		background: url(../images/common/icon08.png) no-repeat right 15px center / 7px auto,url(../images/common/icon07.png) no-repeat left 18px center / auto 15px;
		background-color: #222831;
	}
	.comTalkBox .btnUl li.list01 a span {
		margin-top: 2px;
		font-size: 2.8rem;
		letter-spacing: 0.123em;
	}
}
@media all and (max-width: 374px) {
	.comTalkBox .btnUl li a {
		padding: 18px 20px 15px 38px;
		font-size: 1rem;
		letter-spacing: 0.01em;
	}
	.comTalkBox .btnUl li a span {
		font-size: 2.5rem;
	}
	.comTalkBox .btnUl li a span em {
		font-size: 2rem;
	}
	.comTalkBox .btnUl li.list01 a span {
		font-size: 2rem;
	}
}