@charset "UTF-8";

figure {
	position: relative;
}
sup {
	font-size: 10px;
}
.row-reverse {
	flex-direction: row-reverse;
}
.aic {
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.aic {
		align-items: normal;
	}
}
.mvCap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 5;
}
.print_item {
	display: none;
}
@media print {
	.print_item {
		display: block;
	}
}
.main_bg {
	position: relative;
	background: rgb(11, 62, 39);
	background: linear-gradient(90deg, rgba(11, 62, 39, 1) 0%, rgba(25, 113, 73, 1) 100%);
}

/* 
=================================== */
.inner:not(.footer_info .inner) {
    max-width: 1340px;
}
.main_text {
	font-size: 18px;
	font-size: clamp(1.4rem, 0.861rem + 0.701vw, 1.8rem);
	letter-spacing: 0.15em;
	line-height: 2;
}

@media only screen and (max-width:768px) {
	.main_text {
		font-size: 16px;
	}
}

/* mv
======================================*/

.mv_cap {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #000;
	padding: 6px 4px;
	top: 0;
	left: 0;
}
.mv_lead {
	color: #fff;
	font-size: 18px;
	font-size: clamp(1.1rem, -0.009rem + 1.131vw, 1.8rem);
letter-spacing: 0.15em;
line-height: 1.5;
text-align: center;
padding: 16px 6px;
	background: rgb(115,102,41);
	background: linear-gradient(90deg, rgba(115,102,41,1) 10%, rgba(150,140,94,1) 50%, rgba(115,102,41,1) 90%);
}

@media only screen and (max-width:980px) {
	.mv_lead {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.mv_wrap {
		display: block;
	}
	.mv_cap {
		font-size: 12px;
		padding: 6px 4px;
	}
	.mv_lead {
		font-size: 16px;
		text-align: left;
	}
}

/* 
=========================== */
.panorama_content {
	display: none;
	position: relative;
}


@media only screen and (max-width: 980px) {
	.top_view {
		display: none;
	}
	.panorama_content {
		display: block;
	}
	.containerbox {
		overflow: hidden;
		position: relative;
		height: 240px;
		cursor: move;
	}

	.panoramixImg {
		width: auto;
		max-width: none !important;
		height: 100% !important;
		position: absolute;
		margin: auto;
	}

	.pano {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	.pano .controls {
		position: static;
	}

	.pano .controls a {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: -47px;
		padding: 0;
		background: url(../images/map/arw.png) no-repeat center center/contain;
		left: 0px;
	}
	.pano .controls .right {
		right: 0;
		left: auto;
		transform: rotate(180deg);
	}
}



/* top_contents
=================================== */
.top_contents {
	position: relative;
	background-image: url(../images/location/top_bg.jpg);
	padding-top: 100px;
	padding-bottom: 120px;
}
.top_contents_title {
	font-size: 50px;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
.top_contents_lead {
	margin-top: 20px;
	text-align: center;
}
.top_img01 {
	position: relative;
	margin-top: 220px;
}
.top_label01 {
	position: absolute;
	right: 10%;
	top: -150px;
	display: block;
	width: auto;
}
.top_img_cap {
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: center;
	padding: 16px 10px;
	background-color: #fff;
}
.top_item_wrap {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.top_item_body {
	width: 46%;
}
.top_item_title {
	font-size: 30px;
	font-size: clamp(2.2rem, 1.123rem + 1.401vw, 3rem);
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #005c3b;
	font-weight: bold;
}
.top_item_text {
	margin-top: 20px;
}
.top_item_img {
	width: 50%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.top_item_inwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_item_inwrap figure {
	width: 48%;
}
.top_item_img_text {
	width: 50%;
}
.top_box {
	margin-top: 100px;
	border: 2px solid #a0976d ;
	background-color: #fff;
	padding: 70px 70px;
}
.top_box_wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.top_box_body {
	width: 52%;
}
.top_box_img {
	width: 44%;
}
.top_box_title {
	font-size: 30px;
	font-size: clamp(2.2rem, 1.123rem + 1.401vw, 3rem);
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #005c3b;
	font-weight: bold;
}
.top_box_text {
	margin-top: 20px;
}

@media only screen and (max-width:768px) {
	.top_contents {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.top_contents_title {
		font-size: 30px;
	}
	.top_contents_lead {
		margin-top: 20px;
		text-align: left;
	}
	.top_img01 {
		margin-top: 246px;
	}
	.top_label01 {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: -226px;
		width: 50%;
		max-width: 340px;
	}
	.top_img_cap {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.5;
		text-align: left;
		padding: 16px 10px;
		background-color: #fff;
	}
	.top_item_wrap {
		margin-top: 80px;
		flex-direction: column;
		row-gap: 30px;
	}
	.top_item_body {
		width: 100%;
	}
	.top_item_title {
		font-size: 20px;
	}
	.top_item_text {
		margin-top: 20px;
	}
	.top_item_img {
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.top_item_inwrap {
		flex-direction: column;
		row-gap: 16px;
	}
	.top_item_inwrap figure {
		width: 100%;
	}
	.top_item_img_text {
		width: 100%;
	}
	.top_box {
		margin-top: 50px;
		padding: 40px 20px;
	}
	.top_box_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.top_box_body {
		width: 100%;
	}
	.top_box_img {
		width: 100%;
	}
	.top_box_title {
		font-size: 20px;
		text-align: center;
	}
	.top_box_text {
		margin-top: 20px;
	}
}

/* shop
=================================== */
.shop_sec-title {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	font-size: clamp(3.8rem, 2.184rem + 2.102vw, 5rem);
	letter-spacing: 0.15em;
	line-height: 1.6;
	padding: 120px 0 90px;
}
.shop_contents {
	padding-bottom: 160px;
}
.shop_contents_bg {
	background-color: #fff;
}
.shop_contents .inner {
	max-width: 1920px;
	padding: 0;
}
.shop_contents_center .inner {
	max-width: 1340px;
	padding: 0 20px;
}
.shop_main {
	position: relative;
}
.shop_label01 {
	position: absolute;
	left: 10%;
	bottom: -150px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: 320px;
	width: clamp(24rem, 13.226rem + 14.011vw, 32rem);
}
.shop_label02 {
	position: absolute;
	right: 10%;
	top: -150px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: 320px;
	width: clamp(24rem, 13.226rem + 14.011vw, 32rem);
}
.shop_label03 {
	position: absolute;
	left: 10%;
	top: -150px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: 320px;
	width: clamp(24rem, 13.226rem + 14.011vw, 32rem);
}
.shop_wrap {
	margin-top: 120px;
	display: flex;
	justify-content: left;
	column-gap: 30px;
}
.shop_contents_bg .shop_wrap {
	margin-top: 120px;
	display: flex;
	justify-content: right;
	column-gap: 30px;
}
.shop_contents_center .shop_wrap {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.shop_img {
	width: 47%;
	padding-top: 150px;
}
.shop_contents_bg .shop_img {
	width: 40%;
	padding-top: 0;
}
.shop_contents_center .shop_img {
	width: 48%;
	padding-top: 0;
}
.shop_contents_wrap {
	overflow: hidden;
}
.shop_img.wide_r figure {
	margin-right: -150px;
	margin-right: calc(clamp(2rem, -10rem + 15.625vw, 15rem) * -1);
}
.shop_img.wide_l figure {
	margin-left: -150px;
	margin-left: calc(clamp(2rem, -10rem + 15.625vw, 15rem) * -1);
}
.shop_body {
	width: 42%;
	color: #fff;
}
.shop_contents_bg .shop_body {
	width: 49%;
	color: #1a1a1a;
}
.shop_contents_center .shop_body {
	width: 48%;
    align-self: flex-start;
    margin-top: 0; 
}
.shop_img_item {
	margin-top: 100px;
	margin-right: 50px;
	margin-left: -120px;
}
.shop_body_title {
	font-size: 30px;
	font-size: clamp(2.3rem, 1.357rem + 1.226vw, 3rem);
	letter-spacing: 0.15em;
	line-height: 1.5;
}
.shop_body_text {
	margin-top: 20px;
}
.shop_date {
	font-family: sans-serif;
	width: 90%;
	margin-top: 60px;
	margin-left: auto;
}
.shop_contents_center .shop_date {
	font-family: sans-serif;
	width: 100%;
	margin-top: 30px;
	margin-left: 0;
}
.shop_contents_bg .shop_date {
	font-family: sans-serif;
	width: 76%;
	margin-top: 60px;
	margin-left: 0;
}
.shop_lead {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.shop_info {
	margin-top: 20px;
	font-size: 16px;
	font-size: clamp(1.2rem, 0.661rem + 0.701vw, 1.6rem);
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-family: sans-serif;
}
dl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}
.shop_info_title {
	position: relative;
	width: 110px;
	padding: 3px;
	margin-left: 20px;
	text-align: center;
}
.shop_info_title::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	top: 6px;
	left: -18px;
	width: 18px;
	height: 18px;
}
.shop_info_title.shop-map::before {
	background-image: url(../images/location/icon_map.svg);
}
.shop_info_title.shop-time::before {
	background-image: url(../images/location/icon_time.svg);
}
.shop_info_title.shop-cal::before {
	background-image: url(../images/location/icon_cal.svg);
}
.shop_info_title.shop-tel::before {
	background-image: url(../images/location/icon_tel.svg);
}
.shop_info_title.shop-map2::before {
	background-image: url(../images/location/icon_map2.svg);
}
.shop_info_title.shop-time2::before {
	background-image: url(../images/location/icon_time2.svg);
}
.shop_info_title.shop-cal2::before {
	background-image: url(../images/location/icon_cal2.svg);
}
.shop_info_title.shop-tel2::before {
	background-image: url(../images/location/icon_tel2.svg);
}

dd {
	padding-top: 4px;
	width: calc(100% - 150px);
}

@media only screen and (max-width:900px) {
	.shop_img_item {
		margin-top: 30px;
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media only screen and (max-width:768px) {
	.shop_sec-title {
		font-size: 30px;
		padding: 120px 0 90px;
	}
	.shop_contents {
		padding-bottom: 90px;
	}
	.shop_main {
		position: relative;
	}
	.shop_label01 {
		left: 5%;
		bottom: -50px;
		width: 34%;
	}
	.shop_label02 {
		right: 10%;
		top: -40px;
		width: 34%;
	}
	.shop_label03 {
		left: 4%;
		top: -30px;
		width: 34%;
	}
	.shop_wrap {
		margin-top: 120px;
		flex-direction: column;
	}
	.shop_contents_bg .shop_wrap {
		margin-top: 40px;
		flex-direction: column;
	}
	.shop_contents_center .shop_wrap {
		margin-top: 50px;
		flex-direction: column;
		row-gap: 20px;
	}
	.shop_img {
		width: 94%;
		margin-right: auto;
		padding-top: 30px;
		order: 1;
	}
	.shop_contents_bg .shop_img {
		display: contents;
	}
	.shop_contents_center .shop_img {
		display: contents;
	}
	.shop_img.wide_r figure {
		margin-right: -150px;
		margin-right: calc(clamp(2rem, -10rem + 15.625vw, 15rem) * -1);
	}
	.shop_img.wide_l figure {
		margin-left: -150px;
		margin-left: calc(clamp(2rem, -10rem + 15.625vw, 15rem) * -1);
	}
	.shop_body {
		width: 100%;
		display: contents;
	}
	.shop_contents_bg .shop_body {
		width: 100%;
	}
	.shop_contents_center .shop_body {
		display: contents;
	}
	.shop_body_wrap {
		padding: 0 20px;
	}
	.sp_border {
		border-top: 1px solid #fff;
		margin-top: 60px;
	}
	.shop_img04 {
		margin-top: 20px;
		width: 94%;
		margin-left: auto;
	}
	.shop_img_item {
		order: 2;
		width: 90%;
		margin-top: 20px;
		margin-right: auto;
		margin-left:auto;
	}
	.shop_body_title {
		font-size: 20px;
		text-align: left;
	}
	.shop_body_text {
		margin-top: 20px;
	}
	.shop_date {
		order: 2;
		width: 100%;
		margin-top: 30px;
		margin-left: auto;
		padding: 0 20px;
	}
	.shop_contents_center .shop_date {
		width: 100%;
		margin: 0;
		padding: 0;
		order: 0;
	}
	.shop_contents_bg .shop_date {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.shop_lead {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	.shop_info {
		margin-top: 0px;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	.shop_info.sp_mt {
		margin-top: 16px;
	}
	dl {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.shop_info_title {
		width: 90px;
		padding: 3px 0;
		margin-left: 18px;
	}
	.shop_info_title::before {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-position: center;
		display: inline-block;
		top: 6px;
		left: -18px;
		width: 18px;
		height: 18px;
	}
	
	dd {
		padding-top: 4px;
		width: calc(100% - 116px);
	}
}


/* tab_contents
================================ */
.tab_link_area {
	position: relative;
	background-image: url(../images/location/top_bg.jpg);
	padding-top: 100px;
	padding-bottom: 120px;
}
.tab_contents_title {
	font-size: 50px;
	font-size: clamp(3.2rem, 0.776rem + 3.152vw, 5rem);
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
}
.tab_contents_subtitle {
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
}
.tab_contents_box {
	margin-top: 24px;
	font-size: 20px;
	padding: 8px 10px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
	border: 1px solid #1a1a1a;
}
.tabBox {
	margin-top: 70px;
}
.tabBox.bottom {
	margin-top: 70px;
	margin-bottom: 0px;
}
.tabBox .tabArea {
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 46px;
	column-gap: clamp(1.6rem, -2.44rem + 5.254vw, 4.6rem);
}
.tabBox .tabArea .one_tab {
	width: 100%;
	display: block;
	transition-duration: 0.3s;
	cursor: pointer;
}
.tabBox .tabArea .one_tab .tab_inner {
	transition-duration: 0.3s;
}
.tabBox .tabArea .select .tab_inner {
	filter: grayscale(100%);
}
.contents .tab_main {
	display: none;
	transition-duration: 0.3s;
}
.tab_main.is_show {
	display: block;
}
.tabBox .tabArea .one_tab:hover {
	box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
	transition: .4s;
}
.tabBox .tabArea .select.one_tab:hover {
	box-shadow: none;
}

@media only screen and (max-width:768px) {
	.tab_link_area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.tab_contents_title {
		font-size: 28px;
		line-height: 1.6;
	}
	.tab_contents_subtitle {
		font-size: 20px;
		margin-top: 10px;
	}
	.tab_contents_box {
		margin-top: 24px;
		font-size: 16px;
	}
	.tabBox {
		margin-top: 30px;
	}
	.tabBox .tabArea {
		max-width: 400px;
		margin: auto;
		grid-template-columns: repeat(1,1fr);
		row-gap: 20px;
	}
	.tabBox .tabArea .select .tab_inner img {
		filter: grayscale(100%);
	}
}


/* 
================================= */
.tab_kv {
	display: flex;
	height: 750px;
}
.tab_kv_body {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.saidera .tab_kv_body {
	background-image: url(../images/location/bg_saidera.jpg);
}
.suita .tab_kv_body {
	background-image: url(../images/location/bg_suita.jpg);
}
.senri .tab_kv_body {
	background-image: url(../images/location/bg_senri.jpg);
}
.tab_kv_img {
	position: relative;
	width: 50%;
}
.tab_kv_img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.saidera .tab_kv_img::before {
	background-image: url(../images/location/kv_saidera.jpg);
}
.suita .tab_kv_img::before {
	background-image: url(../images/location/kv_suita.jpg);
}
.senri .tab_kv_img::before {
	background-image: url(../images/location/kv_senri.jpg);
}
.kv_title {
	width: 94px;
}
.kv_text {
	width: 70%;
	margin-top: 40px;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.tab_kv {
		flex-direction: column;
		height: auto;
	}
	.tab_kv_body {
		width: 100%;
		padding: 60px 20px;
	}
	.tab_kv_img {
		width: 100%;
		height: 380px;
	}
	.kv_title {
		width: 70px;
	}
	.kv_text {
		width: 100%;
		margin-top: 40px;
	}
}


/* saidera
============================================= */
.saidera_top {
	padding: 120px 0;
	background-color: #fff;
}
.saidera_top_wrap {
	display: flex;
	justify-content: space-between;
}
.saidera_top_img {
	position: relative;
	width: 46%;
}
.saidera_top_body {
	position: relative;
	width: 48%;
}
.saidera_img_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}
.saidera_top_text {
	width: 88%;
	margin-left: auto;
	margin-top: 30px;
}
.saidera_icon01 {
	position: absolute;
	width: auto;
	z-index: 2;
	top: -40px;
	left: -40px;
}
.saidera_icon02 {
	width: auto;
	margin-top: 30px;
	margin-left: auto;
}
.saidera_bg {
	padding: 120px 0;
	background-color: #f0eef1;
}
.saidera_wrap {
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.saidera_wrap + .saidera_wrap {
	margin-top: 120px;
}
.saidera_img {
	width: 50%;
}
.saidera_body {
	width: 46%;
}
.saidera_body_title {
	font-size: 26px;
	font-size: clamp(2rem, 1.192rem + 1.051vw, 2.6rem);
	letter-spacing: 0.15em;
	line-height: 1.5;
}
.saidera_body_title::before {
	content: '■';
	color: #6e5777;
}
.saidera_body_text {
	margin-top: 16px;
}
.saidera_wrap2 {
	position: relative;
	margin-top: 100px;
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
}
.saidera_wrap2::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #b6abbb;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.saidera_wrap_item {
	width: 46%;
}
.saidera_wrap_item .saidera_body_title {
	margin-top: 30px;
}
.saidera_wrap_item .saidera_img {
	width: 100%;
}
.saidera_wrap_item .saidera_body {
	width: 100%;
}

@media only screen and (max-width:768px) {
	.saidera_top {
		padding: 60px 0;
	}
	.saidera_top_wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.saidera_top_img {
		width: 100%;
	}
	.saidera_top_body {
		width: 100%;
	}
	.saidera_img_title {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
	}
	.saidera_top_text {
		width: 80%;
		margin-left: auto;
		margin-top: 0;
	}
	.saidera_icon01 {
		position: absolute;
		width: 100px;
		z-index: 2;
		top: -10px;
		left: -10px;
	}
	.saidera_icon02 {
		width: 100px;
		margin-top: 10px;
		margin-left: auto;
	}
	.saidera_bg {
		padding: 60px 0;
	}
	.saidera_bg .shop_info {
		margin-top: 16px;
	}
	.saidera_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.saidera_wrap + .saidera_wrap {
		margin-top: 40px;
	}
	.saidera_img {
		width: 100%;
	}
	.saidera_body {
		width: 100%;
	}
	.saidera_body_title {
		font-size: 20px;
	}
	.saidera_body_text {
		margin-top: 16px;
	}
	.saidera_wrap2 {
		position: relative;
		margin-top: 0;
		flex-direction: column;
	}
	.saidera_wrap2::after{
		content: none;
	}
	.saidera_wrap_item {
		width: 100%;
		margin-top: 40px;
	}
	.saidera_wrap_item .saidera_body_title {
		margin-top: 30px;
	}
	.saidera_wrap_item .saidera_img {
		width: 100%;
	}
	.saidera_wrap_item .saidera_body {
		width: 100%;
	}
}

/* suita
============================================= */
.suita_bg {
	overflow: hidden;
	padding: 120px 0;
	background-color: #f0eef1;
}
.suita_wrap {
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.suita_wrap + .suita_wrap {
	margin-top: 120px;
}
.suita_img {
	width: 50%;
}
.suita_body {
	width: 46%;
}
.suita_wideimg_l {
	margin-left: -150px;
	margin-left: calc(clamp(2rem, -10.03rem + 15.644vw, 15rem) * -1);
}
.suita_wideimg_r {
	margin-right: -150px;
	margin-right: calc(clamp(1.7rem, -10.423rem + 15.764vw, 14.8rem) * -1);
}
.suita_img_mt {
	margin-top: 20px;
}
.suita_body_title {
	font-size: 26px;
	font-size: clamp(2rem, 1.192rem + 1.051vw, 2.6rem);
	letter-spacing: 0.15em;
	line-height: 1.5;
}
.suita_body_title::before {
	content: '■';
	color: #ad8243;
}
.suita_body_text {
	margin-top: 16px;
}

@media only screen and (max-width:768px) {
	.suita_bg {
		padding: 60px 0;
	}
	.suita_bg .shop_info {
		margin-top: 16px;
	}
	.suita_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.suita_wrap + .suita_wrap {
		margin-top: 40px;
	}
	.suita_img {
		width: 100%;
	}
	.suita_body {
		width: 100%;
	}
	.suita_wideimg_l {
		margin-left: auto;
	}
	.suita_wideimg_r {
		margin-right: -20px;
	}
	.suita_img_mt {
		margin-top: 20px;
	}
	.suita_body_title {
		font-size: 20px;
	}
	.suita_body_text {
		margin-top: 16px;
	}
}

/* senri
============================================= */
.senri_top {
	padding: 120px 0;
	background-color: #fff;
}
.senri_top_wrap {
	display: flex;
	justify-content: space-between;
}
.senri_top_img {
	position: relative;
	width: 46%;
}
.senri_top_body {
	position: relative;
	width: 48%;
}
.senri_img_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}
.senri_top_text {
	width: 88%;
	margin-left: auto;
	margin-top: 30px;
}
.senri_icon01 {
	position: absolute;
	width: auto;
	z-index: 2;
	top: -40px;
	left: -40px;
}
.senri_icon02 {
	width: auto;
	margin-top: 30px;
	margin-left: auto;
}
.senri_bg {
	padding: 120px 0;
	background-color: #f0eef1;
}
.senri_wrap {
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.senri_wrap + .senri_wrap {
	margin-top: 120px;
}
.senri_img {
	width: 50%;
}
.senri_body {
	width: 46%;
}
.senri_body_title {
	font-size: 26px;
	font-size: clamp(2rem, 1.192rem + 1.051vw, 2.6rem);
	letter-spacing: 0.15em;
	line-height: 1.5;
}
.senri_body_title::before {
	content: '■';
	color: #78874e;
}
.senri_body_text {
	margin-top: 16px;
}
.senri_wrap2 {
	position: relative;
	margin-top: 100px;
	color: #1a1a1a;
	display: flex;
	justify-content: space-between;
}
.senri_wrap2::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #b6abbb;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.senri_wrap_item {
	width: 46%;
}
.senri_wrap_item .senri_body_title {
	margin-top: 30px;
}
.senri_wrap_item .senri_img {
	width: 100%;
}
.senri_wrap_item .senri_body {
	width: 100%;
}

@media only screen and (max-width:768px) {
	.senri_top {
		padding: 60px 0;
	}
	.senri_top_wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.senri_top_img {
		width: 100%;
	}
	.senri_top_body {
		width: 100%;
	}
	.senri_img_title {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
	}
	.senri_top_text {
		width: 80%;
		margin-left: auto;
		margin-top: 0;
	}
	.senri_icon01 {
		position: absolute;
		width: 100px;
		z-index: 2;
		top: -10px;
		left: -10px;
	}
	.senri_icon02 {
		width: 100px;
		margin-top: 10px;
		margin-left: auto;
	}
	.senri_bg {
		padding: 60px 0;
	}
	.senri_bg .shop_info {
		margin-top: 16px;
	}
	.senri_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.senri_wrap + .senri_wrap {
		margin-top: 40px;
	}
	.senri_img {
		width: 100%;
	}
	.senri_body {
		width: 100%;
	}
	.senri_body_title {
		font-size: 20px;
	}
	.senri_body_text {
		margin-top: 16px;
	}
	.senri_wrap2 {
		position: relative;
		margin-top: 0;
		flex-direction: column;
	}
	.senri_wrap2::after{
		content: none;
	}
	.senri_wrap_item {
		width: 100%;
		margin-top: 40px;
	}
	.senri_wrap_item .senri_body_title {
		margin-top: 30px;
	}
	.senri_wrap_item .senri_img {
		width: 100%;
	}
	.saidera_wrap_item .saidera_body {
		width: 100%;
	}
	.shop_info_title.shop-time2.width {
		width: 100px;
	}
}


/* life_info
========================================= */
.life_info {
	padding: 120px 0;
}
.life_info_title {
	font-size: 40px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	text-align: center;
	border: 1px solid #1a1a1a;
	padding: 10px 10px;
}
.life_info_map {
	margin-top: 60px;
}
.life_info_wrap {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 60px;
	column-gap: clamp(2rem, -3.387rem + 7.005vw, 6rem);
	row-gap: 80px;
}
.group_title {
	font-size: 30px;
	font-size: clamp(2.4rem, 1.592rem + 1.051vw, 3rem);
	letter-spacing: 0.15em;
	line-height: 1.5;
	padding: 10px 6px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.group01 .group_title {
	background-color: #936134;
}
.group02 .group_title {
	background-color: #b65216;
}
.group03 .group_title {
	background-color: #258772;
}
.group04 .group_title {
	background-color: #6e5777;
}
.group05 .group_title {
	background-color: #ad8243;
}
.group06 .group_title {
	background-color: #78874e;
}
.group_item {
	padding: 16px 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #84604a;
}
.group_item:nth-child(odd) {
	background-color: #faf7f5;
}
.group_item_title {
	width: 61%;
	font-size: 18px;
	font-size: clamp(1.2rem, 0.392rem + 1.051vw, 1.8rem);
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.group_item_title::before {
	content: '■';
}
.group01 .group_item_title::before {
	color: #936134;
}
.group02 .group_item_title::before {
	color: #b65216;
}
.group03 .group_item_title::before {
	color: #258772;
}
.group04 .group_item_title::before {
	color: #6e5777;
}
.group05 .group_item_title::before {
	color: #ad8243;
}
.group06 .group_item_title::before {
	color: #78874e;
}
.group_item_text {
	width: 37%;
	font-size: 18px;
	font-size: clamp(1rem, -0.077rem + 1.401vw, 1.8rem);
	line-height: 1.6;
	letter-spacing: 0.15em;
}

@media only screen and (max-width:768px) {
	.life_info {
		padding: 60px 0;
	}
	.life_info_title {
		font-size: 26px;
	}
	.life_info_map {
		margin-top: 30px;
	}
	.life_info_wrap {
		margin-top: 30px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.group_title {
		font-size: 20px;
		padding: 10px 6px;
		margin-bottom: 10px;
	}
	.group_item {
		padding: 16px 10px;
		flex-direction: column;
		row-gap: 6px;
	}
	.group_item_title {
		width: 100%;
		font-size: 16px;
	}
	.group_item_text {
		width: 100%;
		font-size: 16px;
		margin-left: 20px;
	}
}



/* capArea
========================================== */
.capArea {
	padding-top: 80px;
	padding-bottom: 80px;
	background: none;
}
.capArea p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #1a1a1a;
}
@media only screen and (max-width:768px) {
	.capArea {
		padding-top: 40px;
		padding-bottom: 40px;
		background: none;
	}
	.capArea p {
		font-size: 12px;
		line-height: 1.3;
	}
}