@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;}
/* 商品モジュール調整 (使用しない場合は削除) */
.orihica_main .topicModuleCol2 {max-width: 1000px;margin-top: 30px;margin-bottom: 0px;}
.orihica_main .topicModuleCol2__text {padding-left: 0px;padding-right: 0px;}
.orihica_main .topicModuleCol2 .topicModuleCol2__image {display: none;}
.orihica_main .topicModuleCol2__price + .topicModuleCol2__price {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleItem, .orihica_main .topicModuleItem__button,.orihica_main .topicModuleCol1 .orihica_main .topicModuleItem {color: #000 !important;}
.orihica_main .topicModuleItem__button {min-width: 80px;border: 1px solid #000;background-color: #fff;font-size: 12px;}.orihica_main .topicModuleCol1__priceItem+.topicModuleCol1__priceItem {border-top: 1px solid #000;}
.orihica_main .topicModuleCol1__priceItem {width: 100%;}
.orihica_main .topicModuleItem__titleCol {width: 40%;}
.orihica_main .topicModuleItemBtn {color: #fff;background-color: #231815;border: 1px solid #fff;}
.orihica_main .topicModuleItemBtn::after {border-top: 1px solid #fff;border-right: 1px solid #fff;}
.orihica_main .topicModuleCol1 {margin-bottom: 20px;}
.orihica_main .topicModuleCol1__item {margin-top: 5px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 0px;padding-left: 0px;}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;}.orihica_main .card_list {max-width: 100%;}.orihica_main .card_item{width: calc(250 / 1100 * 100%);margin-right: calc(33 / 1100 * 100%);}.orihica_main .topicModuleCol1__priceList {padding-top: 0;padding-left: 0;padding-right: 0;padding-bottom: 0;border-top: 2px solid #000;border-bottom: 2px solid #000;}
.orihica_main .topicModuleCol1__priceItem{padding: 0 30px;}
.orihica_main .topicModuleItem__titleCol{display: block;}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}.orihica_main .topicModuleCol1 {
	margin-bottom: 0;}.orihica_main .topicModuleCol1 {margin-top: 1.5vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}.orihica_main .topicModuleItem__titleCol {min-width: 0px;}.orihica_main .topicModuleCol1__item{margin: 0;}}
/* --------▲　MT調整　▲-------- */

main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #000;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
}
.bg, .bg-white {
	padding: 70px 0 120px;
}
.bg {
	background-color: #f1f1f1;
}
#sec04 .bg-white {
	padding-bottom: 0;
}
.orihica_main {
	margin-bottom: 90px;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -70px !important;
	padding-top: 70px !important;
}
/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}
/* リード */
.orihica_main .about {
	line-height: 2.3;
	margin: 0 0 120px;
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}
/* anchor */
.anchor {
	max-width: 890px;
	margin: 65px auto 0;
}
.orihica_main .title01 {
	color: #9e3621;
	font-size: 16px !important;
}
.anchor ul li p span {
	color: #9e3621;
}
.orihica_main .anchor ul {
	display: flex;
	margin: auto;
	margin-top: 80px;
}
.orihica_main .anchor ul li {
	display: flex;
	width: calc(100% /4);
	max-height: 195px;
	box-shadow: 6px 5px 0px 0px #9e3621;
	border: 1px solid #000;
	text-align: center;
	transition-duration: 0.3s;
}
.orihica_main .anchor ul li:hover {
	box-shadow: 2px 2px 0px 0px #9e3621;
	background-color: #f1f1f1;
}
.orihica_main .anchor ul li + li {
	margin-left: 30px;
}
.orihica_main .anchor p {
	margin: auto;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}
.orihica_main .anchor img {
	width: auto;
	max-height: 180px;
}
.orihica_main .anchor a {
	display: grid;
	width: 100%;
	grid-template-rows: 180px 60px;
	margin-top: -80px;
	padding: 0 17px 20px;
}
/* button */
.button_typeA + .button_typeB {
	margin-top: 30px;
}
.button_typeA a, .button_typeB a {
	position: relative;
	display: block;
	padding: 18px 25px;
	color: #fff;
	background-color: #9e3621;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition-duration: 0.3s;
}
.button_typeA a::after, .button_typeB a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.button_typeA a:hover, .button_typeB a:hover {
	opacity: 0.8;
}
/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	line-height: 1.6;
	color: #000 !important;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.item-container {
	display: flex;
	justify-content: space-between;
	margin: auto
}
.reverse .item-img {
	order: -1;
}
.text-box {
	margin-top: -90px;
}
.text-box, .item-img {
	width: 47.5%;
}
.num {
	width: auto;
	max-height: 49px;
	margin-bottom: 30px;
}
.item-text {
	margin-top: 15px;
	font-size: 14px;
}
.button-area {
	margin-top: 40px;
}
.note {
	font-size: 12px;
}
/*画像リンク*/
.img-link02 a:hover {
	opacity: .8;
	transition: .2s;
}
.img-link02 a {
	display: block;
	position: relative;
}
.img-link02 a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 47px;
	height: 47px;
	border: 2px solid #fff;
	border-radius: 100px;
	background: rgb(0 0 0 / 30%);
	content: "";
}
.img-link02 a::before {
	position: absolute;
	right: 29px;
	bottom: 28px;
	z-index: 2;
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	content: "";
}
/*module*/
.text-box .module {
	margin: 30px 0 40px;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
}
/*************************
tablet only
*************************/
@media screen and (max-width: 1232px) {}
/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -70px !important;
		padding-top: 75px !important;
	}
	/* リード */
	.orihica_main .about {
		margin-bottom: 26vw;
		padding-top: 5.3vw;
	}
	.orihica_main .about .lead_text {
		font-size: 3.2vw;
		text-align: left;
	}
	/* anchor */
	.anchor {
		margin: 10.6vw auto;
	}
	.orihica_main .title01 {
		color: #9e3621;
		font-weight: bold;
		font-size: 4.2vw;
	}
	.orihica_main .anchor ul {
		flex-wrap: wrap;
		margin-top: 17.3vw;
	}
	.orihica_main .anchor ul li {
		width: calc(100% / 2 - 5.3vw);
		max-height: 80.2vw;
	}
	.orihica_main .anchor ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.orihica_main .anchor ul li + li:nth-child(n+3) {
		margin-top: 21.3vw;
	}
	.orihica_main .anchor p {
		font-size: 3.2vw;
	}
	.orihica_main .anchor .title01 {
		font-size: 3.8vw;
	}
	.orihica_main .anchor a {
		grid-template-rows: 40vw 13vw;
		margin-top: -17.6vw;
		padding: 0 0.9vw 3.7vw;
	}
	.orihica_main .anchor img {
		max-height: 38vw;
	}
	.note {
		font-size: 2.94vw;
	}
	/* button */
	.button_typeA a {
		padding: 5.3vw 6vw 5.3vw 1vw;
		font-size: 3.5vw;
	}
	.button_typeA a::after{
		right: 4vw;
	}
	.orihica_main .anchor ul li {
		box-shadow: 1.0vw 1.0vw 0px 0px #9e3621;
	}
	/* 見出し */
	.orihica_main h2 {
		font-size: 5.4vw;
		line-height: 1.4;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}
		/*画像リンク*/
	.img-link02 a::after {
		width: 40px;
		height: 40px;
	}
	.img-link02 a::before {
		right: 26px;
		bottom: 24px;
		width: 12px;
		height: 12px;
	}
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.bg, .bg-white {
		padding: 0 0 21.8vw;
	}
	/* (item-container) */
	.item-container {
		flex-wrap: wrap;
	}
	.text-box {
		display: contents;
	}
	.item-container .num {
		max-height: 10vw;
		margin-bottom: 5vw;
	}
	.item-container h2 {
		order: 1;
		margin-top: -3.3vw;
	}
	.item-container .item-text {
		order: 2;
		margin: 1.8vw 0 5.3vw;
		font-size: 3.2vw;
	}
	.item-container .item-img {
		order: 3;
		width: 100%;
	}
	.item-container .module {
		order: 4;
		width: 100%;
		margin: 0;
	}
	.item-container .button-area {
		order: 5;
		width: 100%;
		margin-top: 0;
	}
}