@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:#333; font-family:inherit; font-weight:500; line-height:1.1;}
/* 商品モジュール調整 (使用しない場合は削除) */
.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 {color: #333 !important;font-size: 13px;}
.orihica_main .topicModuleItem__titleCol {min-width: auto;width: 40%;}
.orihica_main .topicModuleItemBtn {color: #333;background-color: #edeae8;border: none;font-weight: bold;}
.orihica_main .topicModuleItemBtn::after {border-top: 2px solid #333;border-right: 2px solid #333;}
.orihica_main .topicModuleCol1 {margin-bottom: 45px;}
.orihica_main .topicModuleCol1__item {margin-top: 13px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 0px;padding-left: 0px;}
.orihica_main .topicModuleCol1__priceItem + .topicModuleCol1__priceItem {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;max-width: 475px;}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.orihica_main .topicModuleCol1 {margin-top: 6vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}}
/* --------▲　MT調整　▲-------- */

main .container {
	width: auto;
	height: auto;
	max-width: inherit;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover, .list a:hover {
	opacity: .7;
	transition: .2s;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -100px !important;
	padding-top: 100px !important;
}
/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}
.orihica_main .mv {
	display: flex;
	padding: 1%;
	justify-content: center;
	background-color: #f9f7f6;
	align-items: center;
}
.orihica_main .mv_img {
	margin-right: 3%;
	margin-bottom: 33px;
	width: 450px;
}
.anchor-area {
	display: flex;
	width: 840px;
}
.orihica_main .anchor-area a + a:nth-child(n+2) {
	margin-left: 3.6%;
}
.anchor-area a:hover {
	transform: translateY(-4px);
	transition-duration: .2s;
}
/* リード */
.orihica_main .about {
	padding: 40px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}
.orihica_main .big_text {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	position: relative;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	line-height: 1.7;
	margin: 45px auto 60px;
}
.orihica_main .small-text {
	font-size: 16px;
	display: inline-block;
}
h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -21px;
	display: inline-block;
	width: 60px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #7c512e;
}
.orihica_main h3 {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 26px;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7;
}
h2 span {
	font-size: 16px;
}
.orihica_main h3 img {
	width: 65px;
	margin-right: 10px;
}
/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 900px;
	margin: 0 auto 80px;
}
/*styling*/
.col02_typeA {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
}
.col02_typeA .img-area {
	max-width: 450px;
}
.col02_typeA .tx-area {
	max-width: 375px;
}
.col02_typeA + .col02_typeA {
	margin-top: 60px;
}
.orihica_main .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}
.orihica_main .title span {
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
.orihica_main .text {
	margin: 10px 0 20px;
	font-size: 13px;
}

/*+aアイテム*/
.col02_typeF {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 750px;
	margin: 30px auto 100px;
}
.col02_typeF li {	
	width: calc(50% - 30px);
	margin-bottom: 10px;
}
.col02_typeF li:nth-child(n+3) {
	margin-top: 35px;
}
.orihica_main .list {
	text-align: center;
	background-color: #7c512e;
	border-radius: 10px;
}
.orihica_main .list p {
	color: #fff;
	padding: 7px 20px 7px 0;
}
.orihica_main .list .title_list {
	padding: 20px 0 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.orihica_main .list .after {
	position: relative;
	font-size: 13px;
}
.orihica_main .after::before {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transition: 0.5s;
}
.list-text ,.list-text-down {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.85;
}
.list-text-down p {
padding: 10px 0 
}
.orihica_main .card_list p {
	line-height: 1;
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.reverse .tx-area {
		order: -1;
	}
}
/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
	body .container {
		padding: 0;
	}
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.col02_typeA {
		padding: 0 16px;
	}
}
/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	/* mv */
		.orihica_main .mv{
		display: block;
		padding: 0 16px 10px;
	}
	.orihica_main .mv_img{
		margin-right: 0;
		margin-bottom: 15px;
		padding-top: 13px;
		width: auto;
		text-align: center;
	}
	.orihica_main .sub-img{
		width: 240px;
		margin: auto;
	}

	.orihica_main .anchor-area a+a:nth-child(n+2){
		margin-left: 2%;
	}
	.anchor-area a:hover{
		transform: translateY(-4px);
		transition-duration: .2s;
	}
	.anchor-area {
		margin-bottom: 20px;
    display: flex;
    width: auto;
}
	/* リード */
	.orihica_main .about {
		margin-bottom: 12vw;
		padding: 20px 16px 0;
	}
	.orihica_main .about .lead_text {
		font-size: 3.2vw;
		text-align: left;
	}
	.orihica_main .small-text {
		display: block;
		font-size: 14px;
		text-align: center;
		margin-bottom: 8px;
	}
	.orihica_main .big_text {
	font-size: 20px;
	text-align: center;
	margin-bottom: 8px;
}

	/* 見出し */
	.orihica_main h2 {
		font-size: 6.16vw;
		line-height: 1.5;
		margin: 35px auto 60px;
	}
	.orihica_main h2 span {
		font-size: 13px;
	}
	h2:before {
	height: 1px;
}
	#staff-area h2 {
		margin-top: 70px;
	}
	.orihica_main h3 {
		margin-bottom: 15px;
		padding: 0;
		font-size: 4.2vw;
		border-bottom: none;
		line-height: 2;
	}
	.orihica_main h3 span {
		display: flex;
		flex-direction: row;
	}
	.orihica_main h3 img {
		width: 55px;
		margin-right: 10px;
	}
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		padding: 0 16px;
		margin: 0 auto 10px;
	}
	main .topicModuleBanner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.col02_typeA h3 {
		order: 1;
	}
	.col02_typeA .img-area {
		order: 2;
		width: 100%;
	}
	.col02_typeA .tx-inner {
		order: 3;
	}
	.col02_typeA .tx-area {
		display: contents;
		margin-top: 15px;
	}
	.col02_typeF {
		display: grid;
		width: 100%;
		margin: auto;
		justify-content: space-between;
	}
	.col02_typeF p .title-td {
		font-size: 16px;
		line-height: 1;
		margin-top: 13px;
	}
	.col02_typeF li:first-child {
		margin-top: 0;
	}
	.col02_typeF li:nth-child(2n) {
		margin-left: 0;
	}
	.col02_typeF li {
		width: 100%;
		margin: 30px auto 0;
	}
	.col02_typeF li a {
		background-color: #f7ecec;
	}
	.col02_typeF p {
		font-size: 12px;
	}
	.orihica_main .text {
		margin: 20px 0;
		font-size: 12px;
	}
	.orihica_main .after::before {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		right: 15px;
	}
	.orihica_main .title {
		margin-top: 15px;
		padding-bottom: 12px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
	}
	.tx-inner .title {
		border-bottom: 2px solid #ccc;
	}
	.orihica_main .title span {
		font-size: 13px;
	}
	li .list-text {
		line-height: 1.85;
		font-size: 13px;
		margin-top: 15px;
	}
	.col02_typeF .title {
		font-size: 16px;
	}
	.orihica_main .card_list {
		width: 100%;
	}
	.orihica_main .list .after {
	font-size: 12px;
}
.orihica_main .topicModuleItemBtn::after {
	border-top: 1px solid #333;border-right: 1px solid #333;
	}
	
}