/*
Theme Name: Hotel Blog Theme
Description: ホテルコンチネンタル ブログ用テーマ
Version: 1.0
Author: Coding Partner
*/


@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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%;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: 58%;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
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;
	box-sizing: border-box;
}
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: #2E2E2E;
	text-decoration: none;
}
a:visited {
	color: #2E2E2E;
}
a:hover {
	color: #2E2E2E;
}
a:active {
	color: #2E2E2E;
}
.wp-block-post img{
	height:auto!important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #2E2E2E;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FCFCFC;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
p {
	line-height: 2;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	p {
		line-height: 1.8;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	min-height: 90px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #FCFCFC;
	z-index: 100;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .comLogo {
	margin: 25px 0 0 72px;
}
#gHeader .menu {
	/* padding-top: 26px; */
	/* width: 110px; */
	color: #fff;
	/* height: 90px; */
	/* font-size: 1.4rem; */
	font-family: 'Marcellus', serif;
	/* background-color: #5B7E5E; */
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	/* -webkit-transition: opacity .3s; */
	transition: opacity .3s;
}
#gHeader .menu .txt {
	margin-top: 10px;
	display: block;
	letter-spacing: 0.1rem;
}
#gHeader .hBtn a {
	display: flex;
	color: #fff;
	font-size: 1.4rem;
	width: 143px;
	height: 90px;
	background-color: #2D5A31;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	-webkit-transition: .3s;
	transition: .3s;
}
#gHeader .hBtn span {
	padding-right: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#gHeader .hBtn span::after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	right: -1px;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
#gHeader .telTxt {
	margin: -2px 40px 0 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
}
#gHeader .telTxt a {
	margin-top: 15px;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.02em;
}
#gHeader .menu .off {
	display: none;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gHeader .comLogo {
		margin: 25px 0 0 14px;
	}
	#gHeader .comLogo img {
		width: 300px;
	}
	#gHeader .comLogo {
		font-size: 1.4rem;
	}
}
@media all and (min-width: 897px) {
	#gHeader .hBtn a:hover,
	#gHeader .menu:hover {
		opacity: 0.8;
	}
	#gHeader .logo a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		min-height: 0;
	}
	#gHeader .btnUl {
		display: flex;
	}
	#gHeader .btnUl img {
		width: 60px;
	}
	#gHeader .menu {
		width: 60px;
		font-size: 1.1rem;
		height: 60px;
		padding-top: 13px;
		background-color: #2E2E2E;
	}
	#gHeader .menu.on {
		background-color: #484848;
	}
	#gHeader .comLogo {
		margin: 11px 0 0 15px;
	}
	#gHeader .menu .txt {
		margin-top: 5px;
	}
	#gHeader .menu.on .off {
		display: block;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(6px) translateX(0) rotate(-30deg);
		-ms-transform: translateY(6px) translateX(0) rotate(-30deg);
		transform: translateY(6px) translateX(0) rotate(-30deg);
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-6px) translateX(0) rotate(30deg);
		-ms-transform: translateY(-6px) translateX(0) rotate(30deg);
		transform: translateY(-6px) translateX(0) rotate(30deg);
	}
}
@media all and (max-width: 374px) {
	#gHeader .comLogo {
		margin: 5px 5px 0 5px;
	}
	#gHeader .menu {
		padding-top: 11px;
		font-size: 1rem;
		width: 45px;
		height: 45px;
	}
	#gHeader .btnUl img {
		width: 45px;
	}
	#gHeader .menu .txt {
		margin-top: -2px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(4px) translateX(0) rotate(-30deg);
		-ms-transform: translateY(4px) translateX(0) rotate(-30deg);
		transform: translateY(4px) translateX(0) rotate(-30deg);
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-4px) translateX(0) rotate(30deg);
		-ms-transform: translateY(-4px) translateX(0) rotate(30deg);
		transform: translateY(-4px) translateX(0) rotate(30deg);
	}
	#gHeader .menuLine {
		width: 26px;
	}
	#gHeader .menuLine span:nth-of-type(2) {
		top: 8px;
	}
}
/* menuBox */
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	background-color: #2E2E2E;
	display: none;
}
.menuBox .innerBox {
	display: flex;
}
.menuBox .showImg {
	width: 50%;
	height: 100vh;
	background: url("../img/common/menu_bg.jpg") no-repeat center center / cover;
}
.menuBox .rightBox {
	height: 100vh;
	flex: 1;
	overflow-y: auto;
}
.menuBox .widBox {
	margin: 0 auto;
	padding: 132px 0 80px;
	max-width: 504px;
	box-sizing: border-box;
}
.menuBox .comLogo {
	margin-bottom: 59px;
	text-align: center;
}
.menuBox .naviUl {
	margin: -24px auto 0;
	padding-left: 57px;
	max-width: 455px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	justify-content: space-between;
}
.menuBox .naviUl li {
	margin-top: 24px;
	width: 50%;
}
.menuBox .naviUl li:nth-child(2n) {
	width: calc(50% - 35px);
}
.menuBox .naviUl a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.menuBox .naviUl a::before {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: -21px;
	background: url("https://h-conti.com/news/wp-content/uploads/2023/03/icon09.png") no-repeat left top / 100% 100%;
	content: "";
	opacity: 0;
}
.menuBox .naviUl .on::before {
	opacity: 1;
}
.menuBox .telBox {
	margin-top: 68px;
	padding: 30px 26px 30px 0;
	border-top: 1px solid #8AA38C;
	border-bottom: 1px solid #8AA38C;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* comBtn */
.comBtn a {
    margin: 0 auto;
    width: 100%;
    max-width: 252px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.comBtn.left a { 
    margin: 0; 
}
@media all and (min-width: 897px) {
    .comBtn a:hover {
        color: #C66459;
        background-color: #fff;
    }
    .comBtn.green a:hover,
    .comBtn.green02 a:hover {
        color: #fff;
        background-color: #C66459;
    }
}
@media all and (max-width: 896px) {
    .comBtn a { 
        max-width: 252px;
        height: 55px;
        font-size: 1.6rem;
    }
}

.menuBox .telBox .comBtn02 {
	margin: 0;
}
.menuBox .telBox .comBtn02 a {
	max-width: inherit;
	width: 200px;
	font-size: 1.5rem;
}
.menuBox .telBox .tel a {
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.menuBox .telBox > * {
	margin: 0 29px;
}
.menuBox .pageList {
	padding: 1px 20px 19px;
	background-color: #3E3E3E;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuBox .pageList li {
	margin-top: 18px;
	width: calc(50% - 20px);
}
.menuBox .pageList a {
	color: #fff;
	font-size: 1.5rem;
}
.menuBox .pageList a span {
	padding-right: 12px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.menuBox .pageList a span::after {
	margin-top: -2px;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 0;
	background: url("/img/common/icon_arrow03.png") no-repeat left top / 100% 100%;
	content: "";
}
.menuBox .topClose {
	margin: 0;
	padding-top: 20px;
	height: 80px;
	font-family: 'Marcellus', serif;
	position: absolute;
	top: 7px;
	right: 16px;
	font-weight: normal;
	font-size: 1.4rem;
	box-sizing: border-box;
}
.menuBox .topClose .txt {
	margin-top: 9px;
	letter-spacing: 0.1em;
}
.menuBox .topClose .menuLine {
	width: 55px;
}
@media all and (min-width: 897px) {
	.menuBox .naviUl a:hover {
		color: #2D5A31;
	}
	.menuBox .telBox .tel a:hover {
		color: #2D5A31;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		top: 60px;
		height: calc(100% - 60px);
		overflow-y: auto;
	}
	.menuBox .innerBox {
		display: block;
	}
	.menuBox .comLogo {
		margin-bottom: 35px;
		text-align: center;
		font-size: 1.6rem;
	}
	.menuBox .comLogo img {
		max-width: 230px;
	}
	.menuBox .comLogo .txt {
		margin-top: 14px;
		text-align: center;
	}
	.menuBox .rightBox {
		padding: 40px 20px;
		height: auto;
	}
	.menuBox .naviUl a::before {
		display: none;
	}
	.menuBox .naviUl .on {
		color: #C66459;
	}
	.menuBox .naviUl {
		margin: 0 0 35px;
		padding-left: 0;
		max-width: inherit;
		justify-content: space-between;
	}
	.menuBox .naviUl li {
		margin: 0;
		width: 50% !important;
		border-bottom: 1px solid #505050;
	}
	.menuBox .naviUl a {
		display: flex;
		height: 51px;
		font-size: 1.4rem;
		align-items: center;
		padding-left: 5px;
		position: relative;
	}
	.menuBox .naviUl a::after {
		width: 1px;
		height: calc(100% - 10px);
		position: absolute;
		top: 5px;
		right: 0;
		background-color: #505050;
		content: "";
	}
	.menuBox .naviUl li:nth-child(2n) a {
		padding-left: 10px;
	}
	.menuBox .naviUl li:nth-child(2n) a:after {
		display: none;
	}
	.menuBox .telBox {
		margin-top: 45px;
		padding: 0;
		border-top: none;
		border-bottom: none;
		display: block;
	}
	.menuBox .telBox > * {
		margin: 0;
	}
	.menuBox .telBox .tel {
		margin-bottom: 20px;
		text-align: center;
	}
	.menuBox .telBox .tel a {
		font-size: 2.6rem;
	}
	.menuBox .telBox .comBtn02 a {
		max-width: inherit;
		width: 252px;
		font-size: 1.5rem;
		height: 55px;
	}
	.menuBox .widBox {
		padding: 0;
	}
}
@media all and (max-width: 374px) {
	.menuBox {
		top: 45px;
		height: calc(100% - 45px);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 61px;
	position: relative;
}
#gFooter .link {
	font-size: 1.2rem;
	margin-bottom: -21px;
}
#gFooter .pageTop {
	width: 18px;
	position: absolute;
	top: 61px;
	right: 30px;
}
#gFooter .pageTop .over {
	display: none;
}
#gFooter .flex {
	margin-bottom: 40px;
	justify-content: space-between;
}
#gFooter .right {
	margin: 4px 0 0 35px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .bgBox {
	padding: 51px 0 25px;
	color: #fff;
	background-color: #2E2E2E;
}
#gFooter .bgBox a {
	color: #fff;
}
#gFooter .fTitle {
	margin-bottom: 31px;
	font-size: 2.4rem;
	font-family: 'Marcellus', serif;
}
#gFooter .flexBox {
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#gFooter .flexBox::before {
	margin-left: -1px;
	width: 1px;
	height: calc(100% - 28px);
	background-color: #fff;
	opacity: 0.25;
	content: "";
	position: absolute;
	top: 9px;
	left: 50%;
}
#gFooter .flexBox > div {
	width: calc(50% - 40px);
}
#gFooter .logoList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .logoList li {
	margin: 30px 30px 0 0;
}
#gFooter .logoList img {
	height: 42px;
	width: auto;
}
#gFooter .listDl {
	margin-top: -1px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#gFooter .listDl p {
	line-height: 1.5;
}
#gFooter .listDl dt {
	font-family: 'Noto Serif JP', serif;
	float: left;
	font-weight: 600;
}
#gFooter .listDl dt a {
	text-decoration: underline;
}
#gFooter .listDl dd {
	padding: 0 0 19px 7.4em;
}
#gFooter .listDl dd a {
	margin-left: 10px;
}
#gFooter .copyright {
	font-style: normal;
	text-align: center;
	font-size: 1.2rem;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 90%;
	max-width: 1296px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gFooter .flex {
		display: block;
	}
}
@media all and (min-width: 897px) {
	#gFooter .logoList a:hover {
		opacity: 0.7;
	}
	#gFooter .listDl dt a:hover {
		text-decoration: none;
	}
	#gFooter .pageTop a:hover .over {
		display: block;
	}
	#gFooter .pageTop a:hover .img {
		display: none;
	}
	#gFooter .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 60px;
	}
	#gFooter .flex {
		margin-bottom: 28px;
		display: block;
	}
	#gFooter .pageTop {
		width: 18px;
		top: 171px;
		right: 20px;
	}
	#gFooter .fNavi02 {
		margin-top: 0;
		font-size: 1.4rem;
		padding: 28px 0 0 0;
		border-top: 1px solid #C8C8C8;
		justify-content: space-between;
	}
	#gFooter .fNavi02 li {
		margin: 0 0 20px;
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
	#gFooter .bgBox {
		padding: 51px 0 25px;
	}
	#gFooter .flexBox {
		margin-bottom: 8px;
		display: block;
	}
	#gFooter .flexBox > div {
		width: auto;
	}
	#gFooter .fTitle {
		margin-bottom: 24px;
		font-size: 2.2rem;
		text-align: center;
	}
	#gFooter .bgBox {
		padding: 34px 0 31px;
	}
	#gFooter .listDl dd {
		padding: 0 0 29px 0;
	}
	#gFooter .listDl dt {
		margin-bottom: 9px;
		float: none;
	}
	#gFooter .listDl dd a {
		margin: 9px 0 0 0;
		display: inline-block;
		vertical-align: top;
	}
	#gFooter .leftBox {
		border-bottom: 1px solid rgba(255,255,255,0.25);
		padding-bottom: 10px;
		margin-bottom: 34px;
	}
	#gFooter .flexBox::before {
		display: none;
	}
	#gFooter .logoList {
		margin-top: -10px;
	}
	#gFooter .logoList li {
		margin: 0 0 20px;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
	}
	#gFooter .fBox {
		margin: 0 20px;
		width: auto;
		display: block;
	}
	#gFooter .link {
		font-size: 1.2rem;
		margin-bottom: 13px;
		text-align: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter .pageTop {
		width: 14px;
		top: 160px;
		right: 5px;
	}
	#gFooter .logoList img {
		height: 34px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* fonts */
.en {
	font-family: 'Marcellus', serif;
}

/* pageVisual */
.pageVisual {
	margin-bottom: 81px;
	background-color: #EFEFEF;
	/* background-color: #DAE0DB; */
}
.pageVisual .innerBox {
	margin: 0 auto;
	width: 90%;
	height: 180px;
	max-width: 1100px;
	/* max-width: 1242px; */
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.pageVisual .title {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 4.2rem;
	font-weight: 500;
	position: relative;
}
.pageVisual .title::after {
	margin-top: -8px;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: -27px;
	background: url("/img/common/icon01.png") no-repeat left top / 100% 100%;
	/* background: url("../img/common/icon01.png") no-repeat left top / 100% 100%; */
	content: "";
}
.pageVisual .title .en {
	padding-right: 23px;
	min-width: 88px;
	color: #C66459;
	/* color: #2D5A31; */
	font-size: 2.2rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	margin: -13px 20px 0 0;
	letter-spacing: 0.02em;
}
.pageVisual .title .en::after {
	width: 1px;
	height: 42px;
	position: absolute;
	top: -5px;
	right: 0;
	background-color: #868686;
	content: "";
}
@media all and (max-width: 896px) {
	.pageVisual .title .en {
		min-width: 0;
		padding: 0;
		margin: 0 0 3px;
		font-size: 1.5rem;
		display: block;
	}
	.pageVisual .title .en::after {
		display: none;
	}
	.pageVisual .title {
		font-size: 2.6rem;
	}
	.pageVisual .innerBox {
		padding: 0 40px 3px;
		width: 100%;
		height: 141px;
	}
	.pageVisual .title::after {
		margin-top: 0;
		width: 10px;
		height: 10px;
		top: 7px;
		left: -20px;
	}
	.pageVisual {
		margin-bottom: 39px;
	}
}
@media all and (min-width: 897px) {
    body {
        padding-top: 90px; 
    }
}
@media all and (max-width: 896px) {
    body {
        padding-top: 60px;
    }
}


/* content */
.content {
	margin: 0 auto;
	width: 80%;
	max-width: 1152px;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	.content {
		width: 90%;
	}
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 20px;
	}
}

/* imgShadow */
.imgShadow {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

/* headLine01 */
.headLine01 {
	margin-bottom: 35px;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: -0.01em;
}
.headLine01.center {
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 22px;
	text-align: center;
}
.headLine02 .jp {
	display: block;
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: normal;
}
.headLine02 .en {
	padding-bottom: 30px;
	display: block;
	position: relative;
	color: #2d5a31;
	font-weight: normal;
	font-size: 4.2rem;
	letter-spacing: 0.03em;
	text-align: center;	
}
.headLine02 .en::after {
	left: 50%;
	bottom: 0;
	position: absolute;
	width: 7px;
	height: 7px;
	content: '';
	background: linear-gradient(100deg,#8eb490 0%, #4b774f 100%);
	transform: rotate(45deg) translateX(-50%);
}
.headLine02.whiteTtl {
	color: #FFF;
}
.headLine02.whiteTtl .en {
	color: #FFF;
}
.headLine02.whiteTtl .en::after {
	background: #FFF;
}
.headLine02.leftTtl {
	margin: 0 0 57px 20px;
	text-align: left;
}
.headLine02.leftTtl .en {
	padding: 0;
	display: inline-block;
	text-align: left;
	font-size: 1.8rem;
}
.headLine02.leftTtl .en::after {
	left: -17px;
	top: 11px;
}
.headLine02.leftTtl .jp {
	margin-top: 5px;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 11px;
		font-size: 2rem;
	}
	.headLine02 .en {
		padding-bottom: 22px;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	.headLine02 .jp {
		margin-top: 13px;
		font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	}
	.headLine02.leftTtl {
		margin: 0 0 38px 15px;
	}
	.headLine02.leftTtl .en {
		font-size: 1.4rem;
	}
	.headLine02.leftTtl .en::after {
		left: -13px;
		width: 5px;
		height: 5px;
	}
	.headLine02.leftTtl .jp {
		margin-top: 5px;
		font-size: 2.4rem;
	}
}
.headLine04 {
	margin-bottom: 40px;
}
.headLine04 .en {
	padding-bottom: 19px;
	color: #5b7e5e;
	font-size: 1.8rem;
}
.headLine04 .jp {
	margin: 7px 0 12px;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
}
.headLine04 small {
	font-weight: normal;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 22px;
	}
	.headLine04 .en {
		padding-bottom: 13px;
		font-size: 1.2rem;
	}
	.headLine04 .en::after {
		width: 5px;
		height: 5px;
	}
	.headLine04 .jp {
		margin: 5px 0 0;
		font-size: 2.2rem;
	}
	.headLine04 small {
		font-size: 1.2rem;
	}
}

/* headLine03 */
.headLine03 {
	margin-bottom: 12px;
	padding-left: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #2e2e2e;
	background: url("../img/common/icon01.png") no-repeat left center / 10px;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 14px;
		padding-left: 17px;
		font-size: 1.6rem;
	}
}
/* comListDl */
.comListDl {
	line-height: 2;
}
.comListDl dt {
	font-family: 'Noto Serif JP', serif;
	float: left;
}
.comListDl dd {
	margin-bottom: 21px;
	padding: 0 0 21px 7.2em;
	border-bottom: 1px solid #B9C8BA;
}
.comListDl dd:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comListDl dd {
		margin-bottom: 10px;
		padding: 2px 0 12px 7.7em;
	}
}

/* comBlank */
a.comBlank {
	margin-right: 2px;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
a.comBlank::after {
	margin: -1px 0 0 4px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon08.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	a.comBlank:hover {
		color: #2D5A31;
	}
	a.comBlank:hover::after {
		background-image: url("../img/common/icon08_over.png");
	}
}
@media all and (max-width: 896px) {
	a.comBlank {
		text-decoration: none;
	}
}

/* mapLink */
.mapLink {
	margin-top: 16px;
}
.mapLink a {
	display: inline-block;
	text-decoration: underline;
	position: relative;
}
.mapLink a::before {
	margin: -5px 9px 0 0;
	width: 15px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url("https://h-conti.com/news/wp-content/uploads/2023/03/icon07.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.mapLink a:hover {
		color: #2D5A31;
	}
	.mapLink a:hover::before {
		background-image: url("https://h-conti.com/news/wp-content/uploads/2023/03/icon07_over.png");
	}
}
@media all and (max-width: 896px) {
	.mapLink a::before {
		margin: -5px 7px 0 0;
		width: 13px;
		height: 21px;
	}
	.mapLink {
		margin-top: 12px;
	}
}


/* comReserve */
.comReserve {
	margin: 80px auto 0;
	padding: 78px 0 79px;
	color: #fff;
	width: 90%;
	max-width: 1296px;
	background: url("https://h-conti.com/news/wp-content/uploads/2023/03/bg-reservation-scaled.jpg") no-repeat center center / cover;
	box-sizing: border-box;
}
.comReserve .title {
	margin-bottom: 35px;
	text-align: center;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
}
.comReserve .title .en {
	margin-bottom: 31px;
	display: block;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
.comReserve .txt {
	text-align: center;
}
.comReserve .title .en::after {
	margin-left: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
.comReserve .flexUl {
	margin-top: 21px;
	display: flex;
	justify-content: center;
	position: relative;
}
.comReserve .flexUl::after {
	width: 1px;
	height: 94px;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #fff;
	content: "";
}
.comReserve .flexUl li {
	width: 340px;
	box-sizing: border-box;
}
.comReserve .flexUl a {
	color: #fff;
}
.comReserve .flexUl .tel {
	text-align: center;
}
.comReserve .flexUl .tel a {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	font-family: 'Noto Serif JP', serif;
}
.comReserve .flexUl .small {
	margin-bottom: 15px;
	font-size: 1.6rem;
	display: block;
	text-align: center;
}
.comReserve .flexUl li:last-child {
	padding: 0 0 0 34px;
}
@media all and (max-width: 896px) {
	.comReserve {
		margin: 56px 20px 0;
		padding: 50px 0 50px;
		width: auto;
		background-image: url("https://h-conti.com/news/wp-content/uploads/2023/03/sp_bg01.jpg");
	}
	.comReserve .title .en{
		margin-bottom: 22px;
		font-size: 1.4rem;
	}
	.comReserve .title {
		margin-bottom: 11px;
		font-size: 2.4rem;
	}
	.comReserve .flexUl {
		margin-top: 20px;
		display: block;
	}
	.comReserve .flexUl li:last-child {
		padding: 0;
	}
	.comReserve .flexUl li {
		width: auto;
	}
	.comReserve .flexUl::after {
		display: none;
	}
	.comReserve .title .en::after {
		margin-left: -4px;
		width: 7px;
		height: 7px;
		bottom: -15px;
	}
	.comReserve .flexUl .tel a{
		font-size: 2.8rem;
		line-height: 1;
	}
	.comReserve .flexUl .tel{
		margin-bottom: 28px;
	}
	.comReserve .txt {
		padding-bottom: 24px;
		position: relative;
	}
	.comReserve .txt::after {
		width: 274px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		border-bottom: 1px solid rgba(255,255,255,0.6);
		content: "";
	}
	.comReserve .flexUl .small {
		margin-bottom: 14px;
		font-size: 1.4rem;
	}
	.comReserve .flexUl .tel .small {
		margin-bottom: 8px;
	}
}



/* comBtn02 */
.comBtn02 a {
	margin: 0 auto;
	width: 100%;
	max-width: 252px;
	height: 55px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.comBtn02.left a {
	margin: 0;
}
.comBtn02 .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn02 .inner::after {
	margin-top: -5px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url("https://h-conti.com/news/wp-content/uploads/2023/03/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
.comBtn02.green a {
	border-color: #C66459;
	color: #C66459;
}
.comBtn02.green02 a {
	border-color: #C66459;
	color: #C66459;
	background-color: #fcfcfc;
}
.comBtn02.greenBg a {
	border-color: transparent;
	color: #FFF;
	background: linear-gradient(90deg,#627d61 0%, #385935 100%);
	border: 1px solid transparent;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		color: #2D5A31;
		background-color: #fff;
	}
	.comBtn02 a:hover .inner::after {
		background-image: url("https://h-conti.com/news/wp-content/uploads/2023/03/icon03_over.png");
	}
	.comBtn02.green a:hover,
	.comBtn02.green02 a:hover {
		color: #fff;
		background-color: #2D5A31;
	}
	.comBtn02.greenBg a:hover {
		background: #FFF;
		border-color: #2d5a31;
	}
	.comBtn02.greenBg a:hover .inner::after {
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		max-width: 236px;
		height: 52px;
	}
}


/* snsBox */
.snsBox {
	margin-top: 80px;
	padding: 45px 0;
	background-color: #DAE0DB;
}
.snsBox .snsUl {
	display: flex;
	justify-content: center;
}
.snsBox .snsUl li {
	width: 40%;
	max-width: 442px;
	margin: 0 15px;
}
@media all and (min-width: 897px) {
	.snsBox .snsUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.snsBox {
		margin-top: 40px;
		padding: 35px 5px;
	}
	.snsBox .snsUl {
		display: block;
	}
	.snsBox .snsUl li {
		width: auto;
		max-width: inherit;
		margin: 0 0 -10px;
		text-align: center;
	}
	.snsBox .snsUl li:last-child {
		margin-bottom: 0;
	}
	.snsBox .snsUl img {
		width: 100%;
		max-width: 365px;
	}
}

/* comNotes */
.comNotes {
	font-size: 1.4rem;
}


/* comMainImg */
.comMainImg {
	margin-top: -81px;
	padding-left: 72px;
	position: relative;
}
.comMainImg img {
	width: 100%;
}
.comMainImg::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	width: 100%;
	background-color: #DAE0DC;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	.comMainImg {
		margin-top: -39px;
		padding-left: 20px;
	}
}

/* anchorList  */
.anchorList {
	margin: 0 auto;
	padding: 0 72px;
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.anchorList li {
	margin-bottom: 20px;
	width: calc((100% - 60px)/3);
}
.anchorList::after {
	width: calc((100% - 60px)/3);	
	content: '';
}
.anchorList a {
	padding: 17px 0 50px;
	display: block;
	position: relative;
	text-align: center;
	background: #dae0db;
	border: 1px solid #c8d6cc;
	box-shadow: 0px 0px 10px #d3ded6;
	transition: 0.3s;
}
.anchorList a::after {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: 19px;
	background: url(../img/common/icon_arrow01.png) no-repeat center bottom / 100%;
	content: '';
	transition: 0.3s;
	transform: translateX(-50%);
}
.anchorList a span {
	display: block;
}
.anchorList a .en {
	margin-bottom: 9px;
	color: #8aa38c;
	font-family: 'Marcellus', serif;
}
.anchorList .jp {
	font-weight: 600;
	font-size: 2rem;
	color: #2e2e2e;
	font-family: 'Noto Serif JP', serif;
}
@media all and (min-width: 897px) {
	.anchorList a:hover::after {
		bottom: 15px;
	}
	.anchorList a:hover {
		border-color: #8AA38C;
	}
}
@media all and (max-width: 896px) {
	.anchorList {
		padding: 40px 20px 30px;
		background: #dae0db;
	}
	.anchorList li {
		margin-bottom: 10px;
		width: calc((100% - 16px)/3);
	}
	.anchorList::after {
		width: calc((100% - 16px)/3);	
	}
	.anchorList a {
		padding-bottom: 33px;
		background: #FFF;
	}
	.anchorList a .en {
		margin-bottom: 3px;
		font-size: 1rem;
	}
	.anchorList .jp {
		font-size: 1.2rem;
	}
	.anchorList a::after {
		width: 12px;
		bottom: 10px;
	}


}
/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 15px 20px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #8aa38c;
}
.comTable th {
	width: 60%;
	text-align: left;
	background: #dae0db;
	font-weight: 500;
}
.comTable th .red {
	margin-left: 8px;
	color: #d14e4e;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 11px 14px 12px;
	}
	.comTable th .red {
		display: block;
		margin-left: 0;
		font-size: 1.4rem;
	}
}

.noteList li {
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #2e2e2e;
}


/* lableTxt */
.lableTxt {
	margin: -5px 0 11px;
}
.lableTxt span {
	min-width: 86px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 5px 10px 0 0;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(91,126,94,0.95);
	line-height: 1;
	text-align: center;
	padding: 5px 12px 8px;
	box-sizing: border-box;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.lableTxt span {
		margin: 5px 5px 0 0;
		padding: 5px 9px 6px;
		font-size: 1.4rem;
	}
}


/* headLine05 */
.headLine05 {
	margin-bottom: 44px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1.2;
	padding: 0 20px;
}
.headLine05 .en {
	margin-bottom: 14px;
	color: #446c47;
	font-weight: normal;
	font-family: 'Marcellus', serif;
	font-size: 1.8rem;
	display: block;
	position: relative;
	letter-spacing: 0.03em;
	position: relative;
}
.headLine05 .en::before {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: -20px;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.headLine05 .small {
	margin: -8px 0 0 25px;
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
}
.headLine05.white {
	color: #fff;
}
.headLine05.white .en {
	color: #fff;
}
.headLine05.white .en::before {
	background-image: url("../img/common/icon02.png");
}
@media all and (min-width: 897px) {
	.headLine05 a:hover {
		color: #2D5A31;
	}
}
@media all and (max-width: 896px) {
	.headLine05 .en {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.headLine05 {
		margin-bottom: 33px;
		padding: 4px 14px 0;
		font-size: 2.4rem;
		position: relative;
	}
	.headLine05 .en::before {
		width: 7px;
		height: 7px;
		top: 4px;
		left: -14px;
	}
	.headLine05 .small {
		margin: 0;
		font-size: 1.2rem;
		position: absolute;
		bottom: -6px;
		right: 0;
	}
}

/* comImgBox */
.comImgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .textBox {
	margin: -2px 0 0 60px;
	flex: 1;
}
.comImgBox .photo {
	width: calc(50% - 76px);
}
.comImgBox .photo img {
	width: 100%;
}
.comImgBox .title {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
}
.comImgBox .comNotes {
	margin-top: 12px;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photo {
		margin-bottom: 17px;
		width: auto;
	}
	.comImgBox .textBox {
		margin: 0;
	}
	.comImgBox .title{
		margin-bottom: 14px;
		font-size: 2rem;
	}
	.comImgBox .comNotes {
		margin-top: 12px;
		line-height: 1.6;
	}
}


/* comGreenbg */
.comGreenbg {
	padding: 61px 0 80px;
	position: relative;
}
.comGreenbg::after {
	width: 99999px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #dae0db;
	content: "";
	z-index: -1;
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	.comGreenbg {
		padding: 38px 0 59px;
	}
}


/* comTable02 */
.comTable02 th,
.comTable02 td {
	padding: 10px 20px;
	height: 62px;
	width: auto;
	text-align: left;
	line-height: 2;
	box-sizing: border-box;
}
.comTable02 th {
	text-align: center;
	background-color: #E7EDE8;
}
.comTable02 thead th {
	padding: 10px 20px;
	color: #fff;
	height: auto;
	background-color: #446C47;
}
.comTable02 .wid01 {
	width: 21.8%;
} 
.comTable02 .wid02 {
	width: 44.35%;
}
.comTable02 .price {
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.comTable02 .price .num {
	font-size: 2.2rem;
}
@media all and (max-width: 896px) {
	.comTable02 th,
	.comTable02 td {
		padding: 9px 10px 9px;
		height: 51px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.comTable02 th {
		padding-left: 0;
		padding-right: 0;
	}
	.comTable02 thead th {
		padding: 6px 5px 4px;
		line-height: 1.5;
	}
	.comTable02 .wid01 {
		width: 30.7%;
	}
	.comTable02 .wid02 {
		width: 46%;
	}
	.comTable02 .price .num {
		font-size: 2rem;
	}
	.comTable02 .price {
		margin: 0 -10px;
	}
}


/* comTxtUl */
.comTxtUl li {
	padding-left: 17px;
	margin-bottom: 15px;
	position: relative;
}
.comTxtUl li::before {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #5B7E5E;
	border-radius: 50px;
	content: "";
}
.comTxtUl li:last-child {
	margin-bottom: 0;
}
.comTxtUl li .col {
	color: #D14E4E;
}
@media all and (max-width: 896px) {
	.comTxtUl li {
		padding-left: 15px;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	.comTxtUl li::before {
		top: 10px;
		left: 1px;
	}
}

/* headLine06 */
.headLine06{
	margin-bottom: 21px;
	width: 100%;
	display: flex;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	justify-content: space-between;
	font-size: 2.2rem;
	box-sizing: border-box;
}
.headLine06 .num {
	width: 56px;
	height: 56px;
	display: flex;
	color: #2D5A31;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	border: 1px solid #5B7E5E;
	background-color: #FCFCFC;
	border-radius: 50px;
	box-sizing: border-box;
}
.headLine06 .txt {
	margin: 11px 0 0 14px;
	flex: 1;
}
.headLine06 .jp {
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: 3px;
	font-family: 'Noto Sans JP', sans-serif;
}
.headLine06 .big {
	line-height: 1;
	font-size: 3.6rem;
	display: inline-block;
	vertical-align: top;
	margin-top: -8px;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 17px;
		font-size: 2rem;
		line-height: 1.8;
	}
	.headLine06 .num {
		width: 36px;
		height: 36px;
		font-size: 1.5rem;
	}
	.headLine06 .txt {
		margin: -1px 0 0 9px;
	}
	.headLine06 .jp {
		font-size: 1.5rem;
		display: block;
		vertical-align: 0;
		margin-top: -1px;
	}
	.headLine06 .big {
		font-size: 3.2rem;
		margin-top: -1px;
	}
}


/* comLineBox */
.comLineBox {
	border: 1px solid #8AA38C;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.comLineBox .photo {
	width: 334px;
}
.comLineBox .rightBox {
	padding: 35px 40px;
	flex: 1;
}
.comLineBox .headLine01 {
	margin-bottom: 16px;
	font-size: 2.8rem;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.comLineBox {
		display: block;
		font-size: 1.4rem;
	}
	.comLineBox .photo {
		width: auto;
	}
	.comLineBox .headLine01 {
		margin-bottom: 17px;
		font-size: 2rem;
		line-height: 1.6;
		text-align: center;
	}
	.comLineBox .rightBox {
		padding: 25px 13px 30px;
	}
	.comLineBox .rightBox p {
		line-height: 1.6;
	}
	.comLineBox .photo img {
		width: 100%;
	}
}

/* lineBtn */
.lineBtn {
	margin-top: 16px;
}
.lineBtn a {
	padding-top: 6px;
	width: 100%;
	max-width: 252px;
	height: 55px;
	border: 1px solid #06C755;
	border-radius: 50px;
	background-color: #06C755;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.lineBtn span {
	width: 100%;
	display: block;
}
.lineBtn img {
	width: 175px;
}
.lineBtn .over {
	display: none;
}
@media all and (min-width: 897px) {
	.lineBtn a:hover .img {
		display: none;
	}
	.lineBtn a:hover .over {
		display: inline-block;
	}
	.lineBtn a:hover {
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.lineBtn a {
		margin: 0 auto;
	}
	.lineBtn {
		margin-top: 18px;
	}
}

/* comLogo */
.comLogo {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: normal;
}
.comLogo .txt {
	margin-left: 15px;
	display: inline-block;
	vertical-align: bottom;
}
@media all and (min-width: 897px) {
	.comLogo a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.comLogo img {
		width: 100%;
		max-width: 150px;
	}
	.comLogo .txt {
		margin: 3px 0 0 0;
		text-align: right;
		display: block;
	}
	.comLogo {
		font-size: 1.1rem;
	}
}

.menuLine {
	margin: 0 auto;
	display: block;
	height: 16px;
	width: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.menuLine span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menuLine span:nth-of-type(2) {
	top: 14px;
}
@media all and (max-width: 896px) {
	.menuLine {
		width: 36px;
	}
	.menuLine span:nth-of-type(2) {
		top: 12px;
	}
}



/* closeBtn */
.closeBtn {
	margin: 52px auto 0;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	cursor: pointer;
}
.closeBtn .txt {
	margin-top: 6px;
	display: block;
}
.closeBtn .menuLine {
	width: 30px;
	-webkit-transition: 0s;
	transition: 0s;
}
.closeBtn .menuLine span {
	height: 1px;
	background-color: #fff !important;
	-webkit-transition: 0s;
	transition: 0s;
}
.closeBtn .menuLine .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-30deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-30deg);
	transform: translateY(7px) translateX(0) rotate(-30deg);
}
.closeBtn .menuLine .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(30deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(30deg);
	transform: translateY(-7px) translateX(0) rotate(30deg);
}
@media all and (min-width: 897px) {
	.closeBtn:hover {
		color: #C66459;
	}
	.closeBtn:hover .menuLine span {
		background-color: #C66459 !important;
	}
}
@media all and (max-width: 896px) {
	.closeBtn {
		margin: 137px auto 0;
		font-size: 1.4rem;
	}
	.closeBtn .menuLine .top {
		-webkit-transform: translateY(6px) translateX(0) rotate(-30deg);
		-ms-transform: translateY(6px) translateX(0) rotate(-30deg);
		transform: translateY(6px) translateX(0) rotate(-30deg);
	}
	.closeBtn .menuLine .bottom {
		-webkit-transform: translateY(-6px) translateX(0) rotate(30deg);
		-ms-transform: translateY(-6px) translateX(0) rotate(30deg);
		transform: translateY(-6px) translateX(0) rotate(30deg);
	}
	.closeBtn .txt {
		margin-top: 7px;
	}
}


/* comLink */
.comLink {
	margin-top: 16px;
}
.comLink a {
	text-decoration: underline;
}
.comLink.right {
	text-align: right;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #2D5A31;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		margin-top: 12px;
	}
}

/* comBanner */
.comBanner{
	
}
.comBanner a {
	display: flex;
	height: 325px;
	position: relative;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.comBanner .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/member_bg.jpg") no-repeat center center / cover;
	transition: all .4s linear;
}
.comBanner a::after {
	margin-top: -5px;
	width: 86px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 71px;
	background: url("../img/common/icon05.png") no-repeat left top / 100% 100%;
	content: "";
	-webkit-transition: .4s;
	transition: .4s;
}
.comBanner .headLine05 {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 5;
	margin: 0;
	box-sizing: border-box;
	padding: 0 92px;
}
.comBanner .headLine05 .en {
	color: #fff;
}
.comBanner .headLine05 .en::before {
	background-image: url("../img/common/icon02.png");
}
@media all and (min-width: 897px) {
	.comBanner a:hover .image {
		transform: scale(1.05);
	}
	.comBanner a:hover::after {
		right: 66px;
	}
}
@media all and (max-width: 896px) {
	.comBanner .image {
		background-image: url("../img/index/sp_member_bg.jpg");
	}
	.comBanner a::after {
		display: none;
	}
	.comBanner .headLine05 {
		padding: 0 10px;
		text-align: center;
	}
	.comBanner a {
		height: 200px;
	}
	.comBanner .headLine05 .en {
		margin-bottom: 31px;
	}
	.comBanner .headLine05 .en::before {
		width: 7px;
		height: 7px;
		top: auto;
		left: 50%;
		bottom: -17px;
		margin-left: -4px;
	}
}

/* comListUl */
.comListUl {
	margin: 0 -24px;
	flex-wrap: wrap;
	display: flex;
}
.comListUl li {
	padding: 0 24px;
	width: 25%;
	box-sizing: border-box;
}
.comListUl a {
	display: block;
}
.comListUl .image {
	height: 192px;
	position: relative;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.comListUl .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s linear;
}
.comListUl p {
	line-height: 1.8;
}
.comListUl .time {
	margin-bottom: 4px;
	font-size: 1.4rem;
}
.comListUl .title {
	margin-bottom: 9px;
	font-size: 2rem;
	line-height: 1.8;
}
.comListUl .textBox {
	margin: 17px 10px 0;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comListUl li {
		padding: 0 10px;
	}
	.comListUl {
		margin: 0 -10px;
	}
	.comListUl .textBox {
		margin: 17px 0 0;
	}
}
@media all and (min-width: 897px) {
	.comListUl a:hover .image img {
		transform: scale(1.05);
	}
	.comListUl a:hover {
		color: #2D5A31;
	}
}
@media all and (max-width: 896px) {
	.comListUl {
		margin: 0 -20px;
		display: block;
	}
	.comListUl li {
		padding: 0;
		margin: 0 10px;
		width: 288px;
	}
	.comListUl .time {
		font-size: 1.2rem;
	}
	.comListUl .title {
		margin-bottom: 7px;
		font-size: 1.8rem;
		line-height: 2;
	}
	.comListUl .textBox {
		margin: 13px 10px 0;
	}
	.comListUl .image {
		height: 51.4vw;
	}
}

/* comListUl02 */
.comListUl02 {
	
}
.comListUl02 li {
	border-bottom: 1px solid #8AA38C;
}
.comListUl02 a {
	padding: 24px 0 26px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.comListUl02 .time {
	width: 112px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
.comListUl02 .txt {
	flex: 1;
}
@media all and (min-width: 897px) {
	.comListUl02 a:hover {
		color: #2D5A31;
	}
}
@media all and (max-width: 896px) {
	.comListUl02 .time {
		margin-bottom: 9px;
		width: auto;
	}
	.comListUl02 li span {
		display: block;
	}
	.comListUl02 a {
		padding: 21px 0 20px;
		display: block;
		font-size: 1.4rem;
	}
}

/* comLinkUl */
.comLinkUl {
	display: flex;
	flex-wrap: wrap;
}
.comLinkUl li {
	width: 33.33%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.comLinkUl li:nth-child(3n) {
	border-right: none;
}
.comLinkUl a {
	padding-bottom: 11px;
	color: #fff;
	height: 60px;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5B7E5E;
}
.comLinkUl .txt {
	display: block;
}
.comLinkUl img {
	width: 35px;
}


/* comTelBox */
.comTelBox {
	padding: 20px 25px 35px;
	width: 250px;
	background-color: rgba(45,90,49,0.1);
	text-align: center;
	box-sizing: border-box;
}
.comTelBox .telTxt {
	margin-bottom: 13px;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.comTelBox .title {
	margin-bottom: 39px;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.comTelBox .title::before {
	margin-left: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	background: url("https://h-conti.com/news/wp-content/uploads/2023/03/icon09.png") no-repeat left top / 100% 100%;
	content: "";
	opacity: 0.5;
}
.comTelBox .comBtn02 a {
	margin: 0 auto;
	max-width: 200px;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.comTelBox {
		padding: 27px 25px 30px;
		width: auto;
	}
	.comTelBox .comBtn02 a {
		max-width: 235px;
	}
	.comTelBox .title {
		margin-bottom: 34px;
		font-size: 1.5rem;
	}
	.comTelBox .telTxt {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.comTelBox .title::before {
		bottom: -22px;
	}
}

#gNavi {
	width: 100%;
	padding: 24px 72px 0 0;
	box-sizing: border-box;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#gNavi ul li {
	margin-left: 40px;
}
#gNavi ul .on {
	color: #C66459;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#gNavi ul {
		font-size: 1.5rem;
	}
	#gNavi {
		padding: 24px 20px 0 0;
	}
	#gNavi ul li {
		margin-left: 20px;
	}
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		color: #C66459;
	}
}
