@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.fontRoboto {
	font-family: "Roboto", sans-serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #000000;
	/*color: #6D242E;*/

	font-family: "Noto Sans JP", sans-serif;

font-size: 16px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1100px;
	
	background-color: #FCFBF0;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}
.dispBlock {
	display: block !important;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -100px;
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.contIn800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.contIn1040 {
	width: 1040px;
	margin: 0px auto;
	position: relative;
}
.contIn1060 {
	width: 1060px;
	margin: 0px auto;
	position: relative;
}
.contIn1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {
	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		top: -50px;
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.contIn800 {
		width: auto;
	}
	.contIn1000 {
		width: auto;
		position: relative;
	}
	.contIn1040 {
		width: auto;
	}
	.contIn1060 {
		width: auto;
	}
	.contIn1200 {
		width: auto;
	}


}


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

.headerWrap01 {
	height: 100px;
}

.header01 {
	background-color: #ffffff;
box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-webkit-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-moz-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-o-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
-ms-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.headerLogo01 {
	padding: 15px 20px 15px 80px;
}

.headerTel01 {
}
.headerTel01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 15px;
	height: 100px;
	width: 400px;
	background-color: #1F4106;
}
.headerTel01 a:link {	color: #ffffff;	text-decoration: none;}
.headerTel01 a:visited {	color: #ffffff;	text-decoration: none;}
.headerTel01 a:hover {	color:#ffffff;	text-decoration: none;}
.headerTel01 a:active {	color:#ffffff;	text-decoration: none;}

.headerTel01 a .p01 {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}
.headerTel01 a .p02 {
	font-size: 40px;
	line-height: 1.0em;
	font-weight: normal;
}
.headerTel01 a .p02::before {
	content: "";
	background-image: url("../img/header_icon_tel01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px auto;
	width: 23px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerWrap01 {
		height: 50px;
	}

	.header01 {
		background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
	-webkit-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
	-moz-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
	-o-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
	-ms-box-shadow: 0px 3px 6px 0px rgba( 0,0,0,0.3 );
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 50px;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
	}
	.headerLogo01 {
		padding: 15px;
		line-height: 0px;
	}
	.headerLogo01 img {
		width: auto;
		height: 16px;
	}

	.headerTel01 {
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 1000;
	}
	.headerTel01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px 15px;
		height: 60px;
		width: 100%;
		background-color: #1F4106;
	}
	.headerTel01 a:link {	color: #ffffff;	text-decoration: none;}
	.headerTel01 a:visited {	color: #ffffff;	text-decoration: none;}
	.headerTel01 a:hover {	color:#ffffff;	text-decoration: none;}
	.headerTel01 a:active {	color:#ffffff;	text-decoration: none;}

	.headerTel01 a .p01 {
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
	}
	.headerTel01 a .p02 {
		font-size: 16px;
		line-height: 1.0em;
		font-weight: normal;
	}
	.headerTel01 a .p02::before {
		content: "";
		background-image: url("../img/header_icon_tel01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 26px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 7px;
	}



}



/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.mainWrap01 {
	background-image: url("../img/main_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 834px;
	height: 864px;
}

.mainFlex01 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px;
}
.mainH201Wrap01 {
	
}

/*-----------------------*/

.leterSp01 {
	letter-spacing: 0.1em;
}

.contBlock01 {
	margin: 80px auto 120px;
}
.contH301 {
	overflow: hidden;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #1F4106;
	margin-bottom: 27px;
}
.contH301 .s01 {
	display: inline-block;
	position: relative;
}
.contH301 .s01::before {
	content: "";
	height: 1px;
	width: 600px;
	background-color: #1F4106;
	position: absolute;
	left: -630px;
	top: 50%;
}
.contH301 .s01::after {
	content: "";
	height: 1px;
	width: 600px;
	background-color: #1F4106;
	position: absolute;
	right: -630px;
	top: 50%;
}
.text24_15_n {
	font-size: 24px;
	line-height: 1.5em;
}

.pointFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
.pointFlex01 li {
	width: 360px;
	background-color: #ffffff;
	position: relative;
	padding-bottom: 30px;
}
.point01 {
	color: #1F4106;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -70px;
}
.point01 .s01 {
	font-size: 24px;
	line-height: 1.0em;
}
.point01 .s02 {
	font-size: 64px;
	line-height: 1.0em;
	margin-left: 8px;
}

.pointH401 {
	color: #ffffff;
	background-color: #1F4106;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	height: 124px;
	font-size: 24px;
	line-height: 1.6em;
}
.pointBox01 {
	text-align: left;
	padding: 30px 20px 0px;
	font-size: 16px;
	line-height: 1.75em;
}

.pointBtnWrap01 {
	height: 72px;
}
.pointBtnWrap01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 18px 5px 10px;
	background-color: #1F4106;
	width: 300px;
	height: 50px;
	border-radius: 100px;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.pointBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.pointBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.pointBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
.pointBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

.pointBtnWrap01 a::after {
	content: "";
	background-image: url("../img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

/*-----------------------*/

.contBlock02 {
	margin: 80px auto;
	background-image: url("../img/cont_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	/*padding: 70px 0px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 657px;
}
.block02Box01 {
	background-color: rgba( 255,255,255,0.85 );
	padding: 42px 30px 30px 50px;
	text-align: left;
}
.block02H301 {
	color: #1F4106;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 40px;
	padding-right: 20px;
	text-align: center;
}
.text18_175_n {
	font-size: 18px;
	line-height: 1.75em;
}
.contLogo01 {
	text-align: right;
}

/*--------------------*/

.contBlock03 {
	margin: 80px auto 100px;
}
.contH302 {
	color: #1F4106;
	text-align: center;
	margin-bottom: 50px;
}
.contH302 .s01 {
	display: block;
	font-size: 50px;
	line-height: 1.1em;
}
.contH302 .s02 {
	display: block;
	text-align: center;
	margin: 2px auto 8px;
}
.contH302 .s02 img {
	width: 21px;
	height: auto;
}
.contH302 .s03 {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
}
.block03Flex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 58px 58px;
}
.block03Flex01 li {
	width: 360px;
}
.block03Flex01 li.li01 {
box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-webkit-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-moz-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-o-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-ms-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	background-color: #ffffff;
}
.contH401 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 10px;
	height: 60px;
	background-color: #1F4106;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}
.contBox01 {
	padding: 16px 20px 20px;
}
.contBox01 dt {
	color: #1F4106;
	font-size: 19px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 16px;
}
.contBox01 dt .s01 {
	font-size: 16px;
}
.contBox01 dd {
	text-align: left;
	font-size: 16px;
	line-height: 1.75em;
}

/*---------------------*/

.contBlock04 {
	background-color: #ffffff;
box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-webkit-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-moz-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-o-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-ms-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	padding: 70px 0px 60px;
	margin: 80px auto;
}
.block0401 {
	text-align: left;
}
.block04H301 {
	color: #1F4106;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 34px;
}
.block04Box01 {
	width: 700px;
}

.profImg01 {
	position: absolute;
	right: 0px;
	bottom: -60px;
}
.block04Dl01 {
	color: #1F4106;
	margin-top: 20px;
}
.block04Dl01 dt {
	font-size: 20px;
	line-height: 1.3em;
	overflow: hidden;
	margin-bottom: 20px;
}
.block04Dl01 dt .s01 {
	position: relative;
	display: inline-block;
}
.block04Dl01 dt .s01::after {
	content: "";
	width: 700px;
	height: 1px;
	background-color: #1F4106;
	position: absolute;
	right: -713px;
	top: 50%;
}

.block04Dl01 dd .p01 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 18px;
}
.block04Dl01 dd .p01 .s01 {
	font-size: 16px;
	font-weight: bold;
}
.text16_16_n {
	font-size: 16px;
	line-height: 1.6em;
}

/*---------------------*/

.contBlock05 {
	margin: 80px auto 100px;
}
.block05Box01 {
	padding: 30px;
	text-align: left;
}
.block05H401 {
	color: #1F4106;
	text-align: center;
	margin: 18px auto 20px;
	font-size: 18px;
	line-height: 1.1em;
}
.block05H401 .s01 {
	font-size: 12px;
}

/*-----------------------*/

.contBlock06 {
	background-color: #ffffff;
box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-webkit-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-moz-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-o-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
-ms-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	padding: 80px 0px;
	margin: 80px auto;
}
.reserTable01 {
	margin: auto;
	border-collapse: separate;
	border-spacing: 0px 45px;
	margin-top: -45px;
}
.reserTable01 .box01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px;
	width: 156px;
	height: 60px;
	background-color: #1F4106;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
}
.reserTable01 .box01.tel01::before {
	content: "";
	background-image: url("../img/header_icon_tel01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px auto;
	width: 29px;
	height: 38px;
	margin-right: 8px;
}

.reserTable01 td {
	text-align: left;
	vertical-align: middle;
	padding-left: 18px;
}
.contTel01 {
	font-size: 50px;
	line-height: 1.0em;
	color: #1F4106;
}
.contTel01 a:link {	color: #1F4106;	text-decoration: none;}
.contTel01 a:visited {	color: #1F4106;	text-decoration: none;}
.contTel01 a:hover {	color:#1F4106;	text-decoration: underline;}
.contTel01 a:active {	color:#1F4106;	text-decoration: none;}

/*----------------------*/

.contBlock07 {
	margin: 80px auto 100px;
}

.accessMap01 {
	width: 900px;
	margin: auto;
	text-align: center;
}
.mapText01 {
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 28px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.mainWrap01 {
		background-image: url("../img/main_bg01_sp.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 426px auto;
		height: auto;
	}

	.mainFlex01 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 180px;
	}
	.mainH201Wrap01 {
		padding-bottom: 170px;
	}
	.mainH201Wrap01 img {
		width: 254px;
		height: auto;
		margin: auto;
	}
	

	/*-----------------------*/

	.leterSp01 {
		letter-spacing: 0.05em;
	}

	.contBlock01 {
		margin: 70px auto 40px;
		padding: 0px 15px;
	}
	.contH301 {
		overflow: hidden;
		font-size: 22px;
		line-height: 1.5em;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #1F4106;
		margin-bottom: 24px;
	}
	.contH301 .s01 {
		display: inline-block;
		position: relative;
	}
	.contH301 .s01::before {
		content: "";
		height: 1px;
		width: 600px;
		background-color: #1F4106;
		position: absolute;
		left: -610px;
		top: 50%;
	}
	.contH301 .s01::after {
		content: "";
		height: 1px;
		width: 600px;
		background-color: #1F4106;
		position: absolute;
		right: -610px;
		top: 50%;
	}
	.text24_15_n {
		font-size: 16px;
		line-height: 1.5em;
	}

	.pointFlex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 90px 0px;
		margin-top: 85px;
	}
	.pointFlex01 li {
		width: 100%;
		background-color: #ffffff;
		position: relative;
		padding-bottom: 30px;
	}
	.point01 {
		color: #1F4106;
		width: 100%;
		position: absolute;
		left: 0px;
		top: -64px;
	}
	.point01 .s01 {
		font-size: 18px;
		line-height: 1.0em;
	}
	.point01 .s02 {
		font-size: 56px;
		line-height: 1.0em;
	}

	.pointH401 {
		color: #ffffff;
		background-color: #1F4106;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px;
		height: 92px;
		font-size: 20px;
		line-height: 1.6em;
	}
	.pointBox01 {
		text-align: left;
		padding: 20px 20px 0px;
		font-size: 14px;
		line-height: 1.75em;
	}

	.pointBtnWrap01 {
		height: 72px;
	}
	.pointBtnWrap01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px 18px 5px 10px;
		background-color: #1F4106;
		width: 300px;
		height: 50px;
		border-radius: 100px;
		font-size: 17px;
		line-height: 1.2em;
		font-weight: bold;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.pointBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
	.pointBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
	.pointBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
	.pointBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

	.pointBtnWrap01 a::after {
		content: "";
		background-image: url("../img/cont_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
	}

	/*-----------------------*/

	.contBlock02 {
		margin: 40px auto;
		background-image: url("../img/cont_bg01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 112% 100%;
		/*padding: 70px 0px;*/
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: auto;
		padding: 40px 15px;
	}
	.block02Box01 {
		background-color: rgba( 255,255,255,0.85 );
		padding: 18px 20px 20px;
		text-align: left;
	}
	.block02H301 {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 15px;
		padding-right: 0px;
		text-align: center;
	}
	.text18_175_n {
		font-size: 14px;
		line-height: 1.75em;
	}
	.contLogo01 {
		text-align: center;
		margin-top: 10px;
	}
	.contLogo01 img {
		width: 162px;
		height: auto;
	}

	/*--------------------*/

	.contBlock03 {
		margin: 40px auto 50px;
		padding: 0px 15px;
	}
	.contH302 {
		text-align: center;
		margin-bottom: 30px;
	}
	.contH302 .s01 {
		display: block;
		font-size: 32px;
		line-height: 1.1em;
	}
	.contH302 .s02 {
		display: block;
		text-align: center;
		margin: 2px auto 8px;
	}
	.contH302 .s02 img {
		width: 18px;
		height: auto;
	}
	.contH302 .s03 {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 1.5em;
	}
	.block03Flex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0px;
	}
	.block03Flex01 li {
		width: 100%;
	}
	.block03Flex01 li.li01 {
	box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-webkit-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-moz-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-o-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-ms-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
		background-color: #ffffff;
	}
	.contH401 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px 10px;
		height: 56px;
		background-color: #1F4106;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.contBox01 {
		padding: 16px 20px 20px;
	}
	.contBox01 dt {
		font-size: 18px;
		line-height: 1.3em;
		font-weight: 500;
		margin-bottom: 16px;
	}
	.contBox01 dt .s01 {
		font-size: 15px;
	}
	.contBox01 dd {
		text-align: left;
		font-size: 14px;
		line-height: 1.75em;
	}

	/*---------------------*/

	.contBlock04 {
		background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-webkit-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-moz-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-o-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-ms-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
		padding: 25px 15px 25px;
		margin: 40px auto;
	}
	.block0401 {
		text-align: left;
	}
	.block04H301 {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 24px;
		text-align: center;
	}
	.block04Box01 {
		width: auto;
	}

	.profImg01 {
		position: relative;
		right: 0px;
		bottom: 0px;
		text-align: center;
		margin-top: 15px;
	}
	.profImg01 img {
		width: 248px;
		height: auto;
	}
	
	.block04Dl01 {
		color: #1F4106;
		margin-top: 20px;
	}
	.block04Dl01 dt {
		font-size: 20px;
		line-height: 1.3em;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.block04Dl01 dt .s01 {
		position: relative;
		display: inline-block;
	}
	.block04Dl01 dt .s01::after {
		content: "";
		width: 700px;
		height: 1px;
		background-color: #1F4106;
		position: absolute;
		right: -713px;
		top: 50%;
	}

	.block04Dl01 dd .p01 {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 18px;
	}
	.block04Dl01 dd .p01 .s01 {
		font-size: 16px;
		font-weight: bold;
	}
	.text16_16_n {
		font-size: 16px;
		line-height: 1.6em;
	}

	/*---------------------*/

	.contBlock05 {
		margin: 40px auto 50px;
		padding: 0px 34px;
	}
	.block05Box01 {
		padding: 20px;
		text-align: left;
	}
	.block05H401 {
		text-align: center;
		margin: 18px auto 20px;
		font-size: 15px;
		line-height: 1.1em;
	}
	.block05H401 .s01 {
		font-size: 11px;
	}

	/*-----------------------*/

	.contBlock06 {
		background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-webkit-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-moz-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-o-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
	-ms-box-shadow: 0px 0px 10px 0px rgba( 31,65,6,0.5 );
		padding: 35px 15px;
		margin: 40px auto;
	}
	.reserTable01 {
		margin: auto;
		border-collapse: separate;
		border-spacing: 0px 24px;
		margin-top: -24px;
	}

	.reserTable01 th {
		display: block;
	}
	.reserTable01 td {
		display: block;
	}

	.reserTable01 .box01 {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 4px;
		width: 130px;
		height: 50px;
		margin: auto;
		background-color: #1F4106;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.1em;
		font-weight: bold;
	}
	.reserTable01 .box01.tel01::before {
		content: "";
		background-image: url("../img/header_icon_tel01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 24px auto;
		width: 24px;
		height: 32px;
		margin-right: 8px;
	}

	.reserTable01 td {
		text-align: center;
		vertical-align: middle;
		padding-left: 0px;
		margin-top: 15px;
	}
	.contTel01 {
		font-size: 40px;
		line-height: 1.0em;
	}
	.contTel01 a:hover {
		text-decoration: underline;
	}

	/*----------------------*/

	.contBlock07 {
		margin: 30px auto 30px;
	}

	.accessMap01 {
		width: auto;
		margin: auto;
		text-align: center;
	}
	.accessMap01 iframe {
		width: 100%;
		height: 320px;
	}
	
	.mapText01 {
		font-size: 16px;
		line-height: 1.6em;
		margin-top: 20px;
	}



}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap01 {
	background-color: #ffffff;
	padding: 20px 0px 30px;
}
.footerLogo01 {
	margin-bottom: 20px;
}
.footerLogo01 img {
	width: 322px;
	height: auto;
}
.copyRight01 {
	font-size: 12px;
	line-height: 1.6em;
}

/*-------------------*/

.floatBtnWrap01 {
	position: fixed;
	right: -16px;
	bottom: 100px;
}

.pagetopButton {
	width: 40px;
	position: fixed;
	right: 45px;
	bottom: 50px;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.footerWrap01 {
		padding: 20px 0px 75px;
	}
	.footerLogo01 {
		margin-bottom: 20px;
	}
	.footerLogo01 img {
		width: 136px;
		height: auto;
	}
	.copyRight01 {
		font-size: 10px;
		line-height: 1.6em;
	}

	/*-------------------*/

	.floatBtnWrap01 {
		position: fixed;
		right: auto;
		left: 0px;
		bottom: 0px;
	}
	.floatBtnWrap01 ul {
		display: flex;
		flex-direction: row-reverse;
	}
	.floatBtnWrap01 li {
		width: 50%;
	}

	.pagetopButton {
		width: 40px;
		position: fixed;
		right: 21px;
		bottom: 74px;
	}


}


/* -------------------------------------------------------------------- 
 メインテキストアニメーション
-------------------------------------------------------------------- */

.text {
  overflow: hidden;
}

.text.is-active {
  --y: 0;
  --rotate: 0;
}

.char {
  display: inline-block;
  transform: translateY(var(--y, -110%)) rotate(var(--rotate, -45deg));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.03s * var(--char-index));
}

.mainH101 {
	display: none;
}
.textWrap01 {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mainTit01 {
	color: #1F4106;
	font-size: 44px;
	line-height: 1.8em;
}
.mainTit01 .s01 {
	font-size: 54px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	overflow: hidden;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.mainTit01 {
		color: #1F4106;
		font-size: 21px;
		line-height: 1.8em;
	}
	.mainTit01 .s01 {
		font-size: 26px;
		font-weight: bold;
		display: flex;
		justify-content: center;
	}


}




/*-----*/
