@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	color
------------------------------------------------------------*/
.red {
	font-weight: 700;
	color: #e83e0b;
	margin:0 0.7rem;
}
.orage {
	font-weight: 700;
	color: #f08300;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	max-width: 89rem;
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 900px) {
	.content {
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	background-color: #FFF9D9;
}
.pageTitle .bg {
	max-width: 109.7rem;
	height: 8.8rem;
	margin: 0 auto;
	padding: 0 2.5rem 0.7rem;
	display: flex;
	align-items: center;
	background: url(../images/common/page_title_bg.jpg) no-repeat center right;
	background-size: cover;
	box-sizing: border-box;
}
.pageTitle h2 {
	font-size: 3.7rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (max-width: 900px) {
	.pageTitle .bg {
		max-width: inherit;
		height: 6rem;
		padding: 0 1.5rem 0.2rem;
		background-position: center center;
	}
	.pageTitle h2 {
		font-size: 2.5rem;
		-webkit-text-stroke: 0.4rem transparent;
		-webkit-text-fill-color: #231815;
		background: #FEEDBE;
		-webkit-background-clip: text;
	}
	.pageTitle h2 .red {
		-webkit-text-fill-color: #e83e0b;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: -0.1rem;
	text-align: center;
	font-weight: 500;
	color: #d17200;
	font-size: 4.4rem;
	letter-spacing: 0.02em;
}
@media all and (max-width: 900px) {
	.headLine01 {
		margin-bottom: 0.5rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.1rem;
	padding-bottom: 0.1rem;
	text-align: center;
	color: #d17200;
	font-weight: 500;
	font-size: 2.75rem;
	border-bottom: 1px solid #d7ac6e;
}
@media all and (max-width: 900px) {
	.headLine02 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.2rem;
	text-align: center;
	color: #d17200;
	font-weight: 500;
	font-size: 4.2rem;
}
.headLine03 img {
	margin: -3.5rem 1rem 0;
	width: 16.2rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 900px) {
	.headLine03 {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	.headLine03 img {
		width: 10rem;
		margin-top: 0 !important;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1rem;
	color:#d17200;
	font-weight: 500;
	font-size: 2.35rem;
	overflow: hidden;
}
.headLine04 span {
	padding-right: 0.2rem;
	position: relative;
	display: inline-block;
}
.headLine04 span::before {
	margin-top: 1px;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 1000rem;
	height: 1px;
	background-color: #f08300;
	content: "";
}
@media all and (max-width: 900px) {
	.headLine04 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 3.1rem;
	padding-bottom: 0.2rem;
	text-align: center;
	font-size: 2.9rem;
	letter-spacing: -0.1em;
	font-weight: 500;
	border-bottom: 0.2rem solid #f08300;
}
@media all and (max-width: 900px) {
	.headLine05 {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		line-height: 1.3;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList li {
	width: 15.2rem;
}
.comList a {
	height: 2.6rem;
	padding: 0 0 0.1rem 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 1.5rem;
	background: #e83e0b url(../images/common/icon03.png) no-repeat left 2rem center;
	background-size: 1.95rem auto;
	border-radius: 5rem;
	box-sizing: border-box;
}
.comList a:hover {
	opacity: 0.7;
}
.comList .tel {
	width: 33.2rem;
}
.comList .tel a {
	padding: 0 0 0.4rem 2.6rem;
	color: #e83e0b;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 2.2rem;
	background: #f2e2cc url(../images/common/icon02.png) no-repeat left 2rem center;
	background-size: 2.3rem auto;
}
.comList .tel a > span {
	margin: 0.3rem 0 0 0.6rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	letter-spacing: 0;
}
@media all and (max-width: 900px) {
	.comList {
		margin: 0 auto;
		display: block;
	}
	.comList li {
		margin: 0 auto;
	}
	.comList .tel {
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact .text {
	margin-bottom: 0.4rem;
	text-align: left;
	line-height: 1.64;
	width: 34.2rem;
}
.comContact .imgInfo {
	margin: 0 auto 2rem;
	align-items: flex-start;
}
.comContact .snsInfo {
	margin: 0 auto 2rem;
	align-items: flex-start;
}
.comContact .img {
	width: 34.2rem;
	margin-top: 3rem;
}
.comContact .bgInfo {
	width: 34.2rem;
	margin: 4rem 0.9rem 0 0;
	padding: 1.5rem 1rem 0.5rem;
	text-align: center;
	box-sizing: border-box;
	background-color: #ebf5ec;
	border-radius: 0.5rem;
}
.comContact .bgInfo ul {
	margin-bottom: 0.3rem;
	align-items: center;
}
.comContact .bgInfo li {
	width: 9.4rem;
	margin: 0 1.8rem;
}
.comContact .bgInfo p {
	color: #00a75b;
	font-size: 2.7rem;
}
.comContact a:hover {
	opacity: 0.7;
}
.comContact .snsList {
	padding: 0rem 0 1.3rem 0rem;
	align-items: center;
	/* border-top: 1px solid #c9caca; */
	/* border-bottom: 1px solid #c9caca; */
}
.comContact .snsList img {
	width: 5.6rem;
}
.comContact .snsList li {
	margin: 0 0.5rem;
	line-height: 1.3;
	font-size: 1.9rem;
}
@media all and (max-width: 900px) {
	.comContact .text {
		margin-bottom: 1rem;
	}
	.comContact .imgInfo {
		width: auto;
		display: block;
		margin: 0 auto 2rem;
	}
	.comContact .snsInfo {
		width: auto;
		display: block;
		margin: 0 auto 2rem;
	}
	.comContact .img {
		width: 26rem;
		margin: 0 auto;
	}
	.comContact .bgInfo {
		width: auto;
		margin: 1rem 0 0;
	}
	.comContact .bgInfo p {
		font-size: 2rem;
	}
	.comContact .snsList {
		padding: 1.3rem 0;
	}
	.comContact .snsList img {
		width: 5.6rem;
	}
	.comContact .snsList li {
		font-size: 1.9rem;
	}
	.comContact .snsList li:last-child {
		text-align: left;
	}
}
/*------------------------------------------------------------
	comGuest
------------------------------------------------------------*/
.comGuest {
	padding-top: 6.5rem;
}
.comGuest .headLine03 {
	margin-bottom: 1.2rem;
}
.comGuest .headLine03 img {
	margin: -4rem -0.6rem 0;
	width: 17rem;
}
.comGuest .topText {
	margin-bottom: 3.9rem;
	line-height: 1.64;
}
.comGuest .info {
	margin-bottom: 3.1rem;
	padding: 2.5rem 1.9rem 2.3rem;
	background-color: #f9f2e8;
	border-radius: 1rem;
}
.comGuest .info .img {
	width: 18rem;
}
.comGuest .info .textBox {
	width: calc(100% - 19.7rem);
	margin-top: -0.5rem;
}
.comGuest .info p {
	margin-bottom: 1.1rem;
	line-height: 1.4;
	letter-spacing: -0.1em;
}
.comGuest .info .title {
	margin-bottom: 0.7rem;
	color: #595757;
	overflow: hidden;
}
.comGuest .info .title span {
	padding-right: 0.5rem;
	display: inline-block;
	position: relative;
}
.comGuest .info .title span::before {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 10000rem;
	border-bottom: 0.2rem dotted #898989;
	content: "";
}
.comGuest .info .textList li {
	padding-left: 1.4rem;
	position: relative;
	color: #cb3d37;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	box-sizing: border-box;
}
.comGuest .info .textList li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #f7b86f;
	content: "●";
}
.comGuest .info .note {
	margin-top: 0.5rem;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}
.comGuest .info .whiteBg {
	margin-top: 3.4rem;
	padding: 0 1.6rem;
	background-color: #fff;
	border-radius: 1rem;
}
.comGuest .info .ttl {
	padding: 0.7rem 5rem 0.9rem;
	text-align: center;
	cursor: pointer;
	color: #af814b;
	font-weight: 500;
	font-size: 2.4rem;
	background: url(../images/common/icon07.png) no-repeat center right 1.2rem;
	background-size: 3rem auto;
	transition: .3s;
}
.comGuest .info .ttl.on {
	background-image: url(../images/common/icon07_on.png);
}
.comGuest .info dl {
	display: none;
}
.comGuest .info dt {
	padding: 0 1rem 0.1rem;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	background-color: #e49336;
	border-radius: 0.7rem;
}
.comGuest .info dd {
	padding: 0.7rem 0 1.4rem;
	line-height: 1.4;
	letter-spacing: -0.1em;
}
.comGuest .btmBox {
	padding: 4.6rem 0;
	margin-bottom: 3.2rem;
	position: relative;
}
.comGuest .btmBox::before {
	position: absolute;
	left: 50%;
	width: 4.8rem;
	height: 4.2rem;
	bottom: -1.6rem;
	background-color: #f2e2cc;
	content: "";
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	transform: translateX(-50%);
}
.comGuest .btmBox .img01 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-45%);
	width: 4rem;
	margin-left: -39rem;
}
.comGuest .btmBox .img02 {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-41%);
	width: 3.8rem;
	margin-right: -39.6rem;
}
.comGuest .btmBox p {
	text-align: center;
	font-size: 2.3rem;
}
.comGuest .headLine02 {
	margin-bottom: -0.3rem;
	padding-bottom: 0;
	border-bottom: none;
}
@media all and (min-width: 901px) {
	.comGuest .info .textList.flex {
		margin-right: -3rem;
	}
	.comGuest .info .textList.wid01 li:nth-child(2n + 1) {
		width: 33.5rem;
	}
	.comGuest .info .textList.wid02 li:nth-child(2n + 1) {
		width: 23rem;
	}
	.comGuest .info .textList.wid03 li:nth-child(2n + 1) {
		width: 31.5rem;
	}
	.comGuest .info .textList.wid04 li:nth-child(2n + 1) {
		width: 37.5rem;
	}
	.comGuest .info .ttl:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 900px) {
	.comGuest {
		padding-top: 3rem;
	}
	.comGuest .headLine03 img {
		width: 11rem;
	}
	.comGuest .topText {
		margin-bottom: 2rem;
	}
	.comGuest .info {
		margin-bottom: 2rem;
		padding: 2rem 1.5rem;
	}
	.comGuest .info .imgBox {
		display: block;
	}
	.comGuest .info .img {
		margin: 0 auto;
	}
	.comGuest .info .textBox {
		width: auto;
		margin-top: 1rem;
	}
	.comGuest .info .textList {
		display: block;
	}
	.comGuest .info .textList li {
		font-size: 1.3rem;
	}
	.comGuest .info .note {
		font-size: 1.1rem;
	}
	.comGuest .info .whiteBg {
		margin-top: 2rem;
		padding: 0 1.5rem;
	}
	.comGuest .info .ttl {
		padding: 0.7rem 2.5rem 0.9rem;
		font-size: 1.9rem;
		background-position: center right 0rem;
		background-size: 2.4rem auto;
	}
	.comGuest .info dt {
		font-size: 1.8rem;
	}
	.comGuest .btmBox {
		padding: 2rem 5rem 3rem;
		margin-bottom: 0;
	}
	.comGuest .btmBox::before {
		width: 3rem;
		height: 2.5rem;
		bottom: 0rem;
	}
	.comGuest .btmBox .img01 {
		left: 1.5rem;
		width: 3rem;
		margin-left: 0;
	}
	.comGuest .btmBox .img02 {
		right: 1.5rem;
		width: 3rem;
		margin-right: 0;
	}
	.comGuest .btmBox p {
		font-size: 1.7rem;
	}
}