@charset "utf-8";

/*************************
共通
*************************/

html {-webkit-overflow-scrolling: touch;}
/* --------▼　MTのみ崩れる箇所の対策　▼-------- */
*, :after, :before, html, a {box-sizing: border-box;}
figure {margin: 0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: inherit;font-family: inherit;font-weight: 500;line-height: 1.1;margin-bottom: 0.5rem;}
/* --------▲　MTのみ崩れる箇所の対策　▲-------- */

main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.orihica_main p, .orihica_main ul, .orihica_main .topicModuleItem__titleCol, .orihica_main .topicModuleItem__priceCol {
	line-height: 1.8;
	font-size: 13px;
	color: #333;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
}
.orihica_main a img {
	transition: ease 0.4s;
}
.orihica_main .contents_inner {
	max-width: 1000px;
	margin: auto;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -90px !important;
	padding-top: 90px !important;
}

/* メインビジュアル */
.orihica_main .mv {
	display: flex;
	padding: 2% 1% 0.5%;
	justify-content: center;
	background-color: #a77867;
	align-items: center;
}
.orihica_main .mv_img {
	margin-right: 3%;
	margin-bottom: 33px;
}
.anchor-area {
	display: flex;
}
.orihica_main .anchor-area a + a:nth-child(n+2) {
	margin-left: 2%;
}
.anchor-area a:hover {
	transform: translateY(-4px);
	transition-duration: .2s;
}

/* リード */
.orihica_main .about {
	font-size: 14px;
	line-height: 2;
	margin: 0 0 80px;
	text-align: center;
	padding-top: 20px;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2, .orihica_main h3, .orihica_main h4 {
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
.orihica_main h2 {
	margin-bottom: 40px;
	font-size: 22px;
}
.recommend_content h2 {
	margin-bottom: 30px;
}
.orihica_main h3 {
	display: flex;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: left;
	align-items: baseline;
	justify-content: center;
}
.num {
	color: #86472b;
	font-family: serif;
	font-size: 35px;
}
h3 span + span {
	padding-left: 12px;
}
.orihica_main h4 {
	font-size: 18px;
	margin: 40px 0 20px;
}
.decoration {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	color: #86472b;
	justify-content: center;
	font-size: 18px;
}
.decoration::before, .decoration::after {
	content: "";
	background-color: #86472b;
	height: 2px;
	width: 25px;
}
.decoration::before {
	margin-right: 10px;
	transform: rotate(60deg);
}
.decoration::after {
	margin-left: 5px;
	transform: rotate(-60deg);
}


/* コンテンツ */
main .container {
	max-width: 1200px;
}
.orihica_main .style_container {
	margin-bottom: 100px;
	padding-bottom: 60px;
	border-bottom: 4px double #88807b;
}
.detailtext span {
	display: block;
	font-family: serif;
	font-size: 30px;
}
.orihica_main .visual_coordinate {
	position: relative;
}
.orihica_main .visual_coordinate::after {
	position: absolute;
	content: "";
	width: 60%;
	background-color: #f6f0e6;
	left: 19%;
	height: 60vh;
	z-index: -10000;
}
.img-link {
	display: block;
	position: relative;
	overflow: hidden;
}
.img-link::after {
	display: block;
	position: absolute;
	content: "";
	background-image: url("../img/155_style_arrow.png");
	background-size: 104px 72px;
	width: 104px;
	height: 72px;
	bottom: 5px;
	right: 5px;
	z-index: 1000;
}
.img-link:hover img {
	transform: scale(1.04);
}
.orihica_main .card_list p{
	font-size: 11px;
	line-height: 1;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	
	/* コンテンツ */
	.orihica_main .visual_coordinate {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: auto;
	}
	.orihica_main .visual_coordinate div:nth-of-type(2) {
		margin-left: 5%;
	}
	.orihica_main .visual_coordinate img {
		height: auto;
	}
	.orihica_main .visual_coordinate .coordinate_detail {
		font-size: 12px;
		line-height: 1.83;
		color: #000;
		margin-top: 15px;
	}
	.reverse .visual-01 {
		order: 2;
	}
	.reverse .visual-02 {
		order: 1;
	}
	.orihica_main .reverse div:nth-of-type(2) {
		margin-left: 0;
		margin-right: 5%;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	.orihica_main .pc {
		display: none;
	}
	body .container {
		width: auto;
		padding: 0;
	}
	body img {
		height: auto;
	}
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.orihica_main p, .orihica_main ul, .orihica_main .topicModuleItem__titleCol, .orihica_main .topicModuleItem__price {
		font-size: 3.3vw;
		line-height: 1.75;
	}
	.orihica_main .about {
		margin-bottom: 14vw;
		padding-top: 30px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.73vw;
		text-align: left;
	}
	
/* 見出し */
	.orihica_main .mv{
		display: block;
		padding: 0 16px 10px;
	}
	.orihica_main .mv_img{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.anchor-area{
		display: flex;
	}
	.orihica_main .anchor-area a+a:nth-child(n+2){
		margin-left: 2%;
	}
	.anchor-area a:hover{
		transform: translateY(-4px);
		transition-duration: .2s;
	}
	
	/* 見出し */
	.orihica_main h2 img, .orihica_main h3 img, .orihica_main h4 img {
		width: auto;
		height: 9.5vw;
	}
	.orihica_main h2 {
		margin-bottom: 10vw;
	}
	.recommend_content h2 {
		margin-bottom: 6vw;
	}
	.orihica_main h3 {
		margin-bottom: 9px;
		justify-content: flex-start;
		align-items: center;
		font-size: 4.5vw;
	}
	h3 span + span {
		padding-left: 10px;
	}
	.orihica_main h4 {
		margin-top: 30px;
		font-size: 4.8vw;
	}
	
	/* コンテンツ */
	.orihica_main .style_container {
		margin-bottom: 20vw;
		padding-bottom: 1vw;
	}
	.orihica_main .maintext {
		text-align: center;
		margin-bottom: 5.4vw;
	}
	.orihica_main .visual_coordinate {
		display: flex;
		flex-wrap: wrap;
	}
	.orihica_main .visual_coordinate .visual-02 {
		width: 78vw;
		margin: auto;
	}
	.orihica_main .visual_coordinate div {
		margin-bottom: 5.4vw;
	}
	.orihica_main .visual_coordinate div img {
		margin: auto;
	}
	.orihica_main .visual_coordinate .coordinate_detail {
		font-size: 3.2vw;
		line-height: 1.83;
		margin-top: 12px;
	}
	.content_detail {
		width: 100%;
		padding: 5vw;
		margin-top: 8vw;
		margin-bottom: 60px;
	}
	.orihica_main .visual_coordinate::after {
		width: 100vw;
		height: 68vh;
		top: 30vw;
		left: -16px;
	}
	.img-link::after {
		background-size: 78px 54px;
		width: 78px;
		height: 54px;
		bottom: 3px;
		right: 2px;
	}
	
	/* モジュール */
	.topicModuleCol4 {
		margin-top: 20px;
	}
	.topicModuleCol4__image {
		margin-bottom: 12px;
	}
	.card_list {
		width: 100%;
	}
}