@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 {color: #333 !important;}
.orihica_main .topicModuleItem__button {min-width: 80px;font-size: 12px;}
.orihica_main .topicModuleItem__titleCol {width: 40%;min-width: 100px;}
.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__priceItem + .topicModuleCol1__priceItem {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
.orihica_main .card_desc p {line-height: 1;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;max-width: 475px;}.orihica_main .card_item{width: calc(250 / 1100 * 100%);margin-right: calc(33 / 1100 * 100%);}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.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;}.card_list{width: auto;}}
/* --------▲　MT調整　▲-------- */
:root {
  --main-color: #6b5751;
}
main .container {
	width: auto;
	height: auto;
	max-width: inherit;
	padding: 0;
}
body .orihica_main img,.topicModuleBanner img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main {
	margin-bottom: 90px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}

/* メインビジュアル */
.mv {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: auto;
	padding: 30px 0 100px;
	align-items: center;
}

/* リード */
.orihica_main .about {
	margin: 0;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
h2 {
	margin: 30px 0;
	font-size: 35px;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.bg {
	background-color: #f5f5f5;
	padding-bottom: 110px;
}
.orihica_main section .contents_inner {
	margin-top: 90px;
}
.contents_area .img-text {
	margin-top: 20px;
	font-size: 14px;
}

/*.img-link*/
.img-link a:hover {
	opacity: .8;
	transition: .2s;
}
.img-link a {
	display: block;
	position: relative;
}
.img-link a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100px;
	background: rgb(0 0 0 / 30%);
	content: "";
}
.img-link a::before {
	position: absolute;
	right: 31px;
	bottom: 29px;
	z-index: 2;
	transform: rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	content: "";
}

/* variation-area */
.variation-area {
	position: relative;
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
}
.variation-area h2{
	position: absolute;
	max-width: 134px;
	top: -55px;
	margin: 0;
}
.text-box p+p {
	margin-top: 10px;
}
.text-box span {
	font-weight: bold;
}

/* button */
.button-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.button_typeA,.button_typeB,.item-button {
	width: 400px;
	border-radius: 100px;
	background: var(--main-color);
	border: 2px solid var(--main-color);
	text-align: center;
}
.item-button {
	width: 320px;
	margin: 25px auto 0px;
}
.button_typeB {
	margin-left: 40px;
}
.button_typeA a,.button_typeB a,.item-button a {
	display: block;
	position: relative;
	margin: 0 auto;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	transition: 0.2s;
}
.button_typeA a,.button_typeB a {
	padding: 20px;
	font-size: 14px;
}
.item-button a {
	padding: 13px 26px;
	font-size: 13px;
}
.button_typeA a::after,.button_typeB a::after,.item-button a::after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transition: 0.5s;
}
.item-button a::after {
	right: 20px;
}
.button_typeB a,.button_typeA a:hover,.item-button a:hover {
	background-color: #fff;
	color: var(--main-color);
}
.button_typeB a:hover {
	background-color: var(--main-color);
	color: #fff;
}
.button_typeB a::after,.button_typeA a:hover::after,.item-button a:hover::after {
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}
.button_typeB a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.staff-area .bg {
	margin-top: 110px;
	padding-top: 60px;
}
.orihica_main .staff-area .contents_inner {
	margin: 0 auto;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	
	/*mv*/
	.pc-line {
		margin: 50px auto;
		max-width: 95px;
		height: 1px;
		background: #333;
	}
	.mv .text-box {
		width: 37%;
	}
	.mv picture {
		width: 60%;
	}
	.mv .text-box p {
		font-size: 14px;
		text-align: center;
	}
	
	/*variation-area*/
	.variation-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 50px 15px;
	}
	.variation-area .img-box {
		width: 50%;
		margin: -50px 0 -60px;
	}
	.variation-area .text-box {
		width: 54%;
		font-size: 14px;
	}
	
	/*tab*/
	.contents_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0px 80px; 
	}
	.contents_inner h2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.contents_area,
	.contents_area.hide {
		display: block !important;
		width: calc(50% - 40px);
		box-sizing: border-box;
	}
	.tab_area {
		display: none;
	}
	.contents_area {
		position: relative;
	}
	.orihica_main .contents-title {
		display: flex;
		position: absolute;
		justify-content: center;
		width: 120px;
		height: 45px;
		background: var(--main-color);
		border-radius: 0px 0px 10px 0px;
		color: #fff;
		align-items: center;
		font-size: 20px;
		content: "";
		z-index: 2;
	}
	.staff-area .contents_inner {
		display: block;
	}
}


/*************************
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;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	.orihica_main .mv {
		margin-bottom: 0;
	}
	.orihica_main .about {
		padding-top: 5.3vw;
	}
	.orihica_main .lead_text {
		font-size: 3.2vw;
		text-align: left;
	}
	.contents_inner, .about, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.bg {
		padding-bottom: 11vw;
	}
	.orihica_main section .contents_inner {
		margin-top: 15vw;
	}
	.orihica_main h2 {
		font-size: 5vw;
		margin-bottom: 5vw;
	}
	
	/*mv*/
	.mv {
		flex-wrap: wrap;
		padding: 0 0 8vw;
	}
	.mv .text-box {
		display: contents;
	}
	.mv h1,.mv .lead_text {
		width: 90%;
	}
	.mv h1 {
		order: 1;
		margin: 6vw auto;
	}
	.mv picture {
		order: 2;
	}
	.mv .lead_text {
		order: 3;
		margin: 4vw auto 0;
	}
	.pc-line {
		display: none;
	}
	.lead-tx {
		font-size: 3.2vw;
	}
	
	/*variation-area*/
	.variation-area h2 {
		max-width: 110px;
    top: -3.5vw;
		left: 4vw;
	}
	.variation-inner {
		display: grid;
		grid-template-columns: 1fr;
		padding: 8vw 4vw 5vw;
	}
	.variation-inner .text-box {
		display: contents;
		font-size: 3.2vw;
		text-align: left;
	}
	.variation-area .text01,.variation-area .img-box,.variation-area .text02,.item-button {
		grid-column: 1;
	}
	.variation-area .text01 {
		grid-row: 1;
		margin-bottom: 2.6vw;
		text-align: center;
	}
	.variation-area .img-box {
		grid-row: 2;
		width: 100%;
		position: relative;
	}
	.variation-area .text02 {
		grid-row: 3;
		margin: 3.73vw 0 0;
	}
	/*button*/
	.button-area {
		display: block;
	}
	.button_typeA,.button_typeB {
		max-width: 100%;
	}
	.button_typeB {
		margin: 5vw 0 0;
	}
	.item-button {
		grid-row: 2;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		z-index: 10;
	}
	.item-button a {
		display: block;
		width: 100%;
		height: 100%;
		background: transparent;
		font-size: 0;
		padding: 0;
		border-radius: 0;
	}
	.item-button a:after {
		display: none;
	}
	/*.img-link*/
	.img-link a::after {
		width: 10vw;
		height: 10vw;
	}
	.img-link a::before {
		right: 6.8vw;
		bottom: 6.2vw;
		width: 3.2vw;
		height: 3.2vw;
	}
	/*tab_area*/
	.tab_area {
		overflow: hidden;
		display: flex;
		margin: auto;
		background-color: #f5f5f5;
		border-radius: 4vw 4vw 0 0;
	}
	.tab_area li {
		display: block;
		width: 50vw;
		padding: 1.2vw 0;
		background-color: #f5f5f5;
		border-radius: 4vw 4vw 0 0;
		color: var(--main-color);
		text-align: center;
		font-size: 3.8vw;
		z-index: 1;
	}
	.contents_area.hide {
		display: none;
	}
	.tab_area li.select {
		background-color: var(--main-color);
		color: #fff;
		z-index: 3;
	}
	.contents_area .img-text {
		margin-top: 4.2vw;
		font-size: 3.2vw;
	}
	.staff-area .bg {
		margin-top: 17vw;
		padding-top: 5vw;
	}
}