@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;
}
/*------------------------------------------------------------
    content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    max-width: 96rem;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 2rem;
        max-width: initial !important;
    }
}
/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 2.8rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 2.8rem;
        font-size: 2.1rem;
    }
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 2.6rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 2.4rem;
        font-size: 2.6rem;
    }
}

/* スマホ：タップ時のハイライトを無効化 */
a, button, .menu, [role="button"], input[type="button"], input[type="submit"] {
	-webkit-tap-highlight-color: transparent;
}

/* fixBtn */
.fixBtn {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 16.2rem;
	z-index: 130;
}
.fixBtn a {
	display: inline-block;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover {
		transform: scale(1.1,1.1);
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		bottom: 6rem;
		right: -1.7rem;
		width: 11.1rem;
	}
}

/* comBtn */
.comBtn a {
	padding-top: 0.5rem;
	width: 12.3rem;
	height: 5.4rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.2rem;
	background: #73A27F;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.8;
	}
}


/* comBtn02 */
.comBtn02 {
	margin-top: 5rem;
}
.comBtn02 a {
	margin: 0 auto;
	padding-bottom: 0.5rem;
	width: 48rem;
	height: 10rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	background: #A17C6F;
	box-shadow: 0 0.4rem 2rem 0 rgba(131, 121, 116, 0.30);
	letter-spacing: 0.03em;
	text-align: center;
}
.comBtn02 .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn02 img {
	margin: -0.4rem 1rem 0 0;
	width: 4rem;
	display: inline-block;
	vertical-align: middle;
}
.comBtn02 .big {
	font-size: 2.5rem;
	line-height: 1;
}
.comBtn02 .blank .inner {
	padding-right: 1.7rem;
}
.comBtn02 .blank .inner::after {
	margin-top: 0.1rem;
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../img/common/icon01.png) no-repeat left top / 100% 100%;
	content: "";
}
.comBtn02.orange {
	margin-top: 3.2rem;
}
.comBtn02.orange a {
	background-color: #E18665;
	letter-spacing: 0.105rem;
}
.comBtn02.orange a .inner {
	background-size: 2rem auto;
}
.comBtn02.orange a .inner::after {
	width: 1.4rem;
	height: 1.4rem;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		width: 100% !important;
		max-width: 29.5rem;
		font-size: 1.5rem;
	}
	.comBtn02 .big {
		font-size: 2rem;
	}
	.comBtn02.orange a {
		font-size: 1.7rem;
		max-width: 28rem;
		font-weight: 500;
		line-height: 1.6; 
		letter-spacing: 0.051rem;
		box-shadow: 0 0.4rem 1.4rem 0 rgba(65, 103, 185, 0.20);
	}
	.comBtn02.orange a .inner {
		padding-right: 0;
	}
	.comBtn02.orange .blank .inner::after {
		position: static;
		display: inline-block;
		margin-left: 0.5rem;
		width: 1.3rem;
		height: 1.3rem;
		vertical-align: -0.6rem;
	}
}


/* comNotes */
.comNotes {
	margin-top: 1.8rem;
}
.comNotes li {
	color: #AA9D96;
	font-size: 1.5rem;
	line-height: 1.7;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.comNotes p {
	line-height: inherit;
}
@media all and (max-width: 896px) {
	.comNotes {
		margin-top: 1rem;
		letter-spacing: 0.05em;
	}
	.comNotes li {
		line-height: 1.72;
		font-size: 1.4rem;
	}
}


/* comListUl */
.comListUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comListUl li {
	width: calc((100% - 4rem)/3);
	background-color: #fff;
	border-radius: 0.8rem;
	padding: 1.3rem 3rem 2rem;
}
.comListUl .title {
	margin: 0 -4.5rem 0.5rem;
	text-align: center;
	font-size: 1.5rem;
}
.comListUl .photoBox {
	margin-bottom: 0.7rem;
}
.comListUl .photoBox .image {
	height: 15.9rem;
	padding: 0.8rem;
	border: 0.1rem solid #E5E5E5;
	border-bottom: none;
	position: relative;
}
.comListUl .photoBox .iconStyle::after {
	width: 5.9rem;
	height: 2.4rem;
	position: absolute;
	bottom: 0.4rem;
  	right: 0.5rem;
	background: url("../img/index/pop_icon.png") no-repeat left top / 100% 100%;
	content: "";
}
.comListUl .photoBox .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comListUl .photoBox .txt {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 100%; 
	padding: 0.6rem 0.7rem 0.7rem;
	letter-spacing: 0.039rem;
	background-color: #737981;
}
.comListUl .name {
	color: #256BE4;
	font-size: 1.7rem;
	line-height: 1.25;
	font-weight: 700;
}
.comListUl .name small {
	font-size: 1.5rem;
}
.comListUl .comBtn02 a {
	padding: 0 0 0.3rem 1rem;
	width: 100%;
	font-size: 1.6rem;
	height: 4.6rem;
	background-color: #4B8DEB;
	box-shadow: none;
}
.comListUl .comBtn02 {
	margin: 2.1rem -0.7rem 0;
}
@media all and (max-width: 896px) {
	.comListUl {
		display: block;
	}
	.comListUl li {
		padding: 2rem 2rem 1.9rem;
		width: auto;
		display: flex;
		margin-bottom: 1rem;
	}
	.comListUl li:last-child {
		margin-bottom: 0;
	}
	.comListUl .textBox {
		flex: 1;
		margin: -0.1rem 0 0 1.1rem;
	}
	.comListUl .photoBox {
		width: 32.6%;
	}
	.comListUl .photoBox .image {
		height: auto;
		aspect-ratio: 86/85;
	}
	.comListUl .title {
		margin-bottom: 0.7rem;
		text-align: left;
	}
	.comListUl .comBtn02 {
		margin: 1.6rem -0.3rem 0 0;
	}
	.comListUl .photoBox .txt {
		font-size: 1.3rem;
		padding: 0.4rem 0.7rem 0.4rem;
		line-height: 1.3;
	}
	.comListUl .comBtn02 a {
		margin: 0;
		padding: 0 0 0.3rem 0.2rem;
	}
	.comListUl .photoBox .iconStyle::after {
		width: 3.2rem;
		height: 1.3rem;
		bottom: 0.2rem;
		right: 0.2rem;
	}
}



/* soonTxt */
.soonTxt {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
}