/*-- 固定ページ --*/

.shop {
	overflow: clip;
}

.page h2 {
	font-size: 2rem;
	padding-bottom: 0.6em;
	margin-bottom: 1.5em;
}

.page .splide__pagination {
	background-color: transparent;
	width: 100%;
}

.shop .page{
	margin-bottom: 60px;
}


@media screen and (max-width:500px) {
	.page {
		margin-top: 40px;
		margin-bottom: 80px;
	}

	.page h2 {
		font-size: 1.6rem;
		padding-bottom: 0.6em;
		margin-bottom: 1.5em;
	}

	.page table th,
	.page table td {
		height: auto !important;
	}
}

.shop .splide__pagination li::before {
	display: none;
}

.shop .splide__pagination {
	margin-top: 1rem;
}

.shop .splide__pagination li:not(:first-child) {
	margin-left: 1.25rem;
}

.shop .splide__pagination__page {
	width: 0.9375rem;
	height: 0.9375rem;
	/* background-color: #FFF2F2; */
	background-color: #C67A7A;
	border-radius: 50%;
	border: none;
}

.shop .splide__pagination__page.is-active {
	/* background-color: #C67A7A; */
	background-color: #FFF2F2;
}

.grid-col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.grid-col3 img {
	width: 100%;
}

@media screen and (max-width:500px) {
	.grid-col3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid-col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.grid-col2 img {
	width: 100%;
}

@media screen and (max-width:500px) {
	.grid-col2 {
		grid-template-columns: repeat(1, 1fr);
	}

	.grid-col2.spnogrid {
		gap: 0;
	}
}

/*=============================
 特徴
==============================*/

.features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.features_box {}

.features_box_pic {
	display: flex;
	align-items: center;
}

.features_box_pic figure {
	width: 120px;
}

.features_box_pic img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.features_box_pic h3 {
	flex: 1;
	color: #C67A7A !important;
	margin: 0;
	font-size: 16px;
}

.features_box_pic h3::before {
	display: none;
}

.features_box_content {
	margin-top: 20px;
	background-color: #ececec;
}

.features_box_content dt {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features_box_content dt span {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}

.features_box_content dt span::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '+';
	width: 20px;
	height: 20px;
	background-color: #4B4B4B;
	border-radius: 50%;
	color: #fff;
}

.features_box_content dt.active span::before {
	content: '－';
}

.features_box_content dd {
	padding: 15px;
	border-top: solid 1px #cfcfcf;
}


@media screen and (max-width:500px) {

	.features {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
}

/*=============================
 レンタルプラン
==============================*/
.shopplan_box {
	display: flex;
	justify-content: space-between;
}

.shopplan_box_pic {
	width: 48%;
}

.shopplan_box_pic img {
	object-fit: cover;
	aspect-ratio: 1/0.7;
}

.shopplan_box_data {
	width: 48%;
}

.shopplan_box_data h3 {
	margin-top: 0;
}

.shopplan_box+.shopplan_box {
	margin-top: 40px;
}

@media screen and (max-width:500px) {
	.shopplan_box {
		flex-direction: column;
		gap: 30px;
	}

	.shopplan_box_pic,
	.shopplan_box_data {
		width: 100%;
	}

	.shopplan_box+.shopplan_box {
		margin-top: 40px;
	}
}

/*=============================
 レンタルコーディネート
==============================*/

.coordinate {
	margin-top: 30px;
}

.coordinate .splide__slide {
	font-size: 14px;
	text-align: center;
}

.coordinate .splide__arrows {
	display: none;
}

.coordinate .coordinate_pic {
	aspect-ratio: 5 / 8;
	object-fit: cover;
}

.coordinate_guide {
	margin-top: 30px;
}

/*=============================
 ギャラリーセクション
==============================*/
.shop .gallery_area {
	background-color: #FFF2F2;
	padding-top: 108px;
	padding-bottom: 150px;
}

.shop .gallery_area .cnt {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 77px;
}

.shop .gallery_area .cnt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.shop .gallery_area .cnt li {
	width: 19.4%;
	aspect-ratio: 1/1;
}

.shop .gallery_area .cnt li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.shop .gallery_area .baloon {
	margin-bottom: 40px;
}

.shop .gallery_area .btn_goto {
	margin: 0 auto;
}

.shop .gallery_area .cat_type {
	margin-top: 64px;
	margin-bottom: 64px;
}

.shop .gallery_area .splide {
	margin-top: 36.5px;
	margin-bottom: 43px;
}

.shop .gallery_area .splide__slide {
	width: 149px;
	height: 149px;
}

.shop .gallery_area .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.shop .gallery_area .splide__arrows {
	display: none;
}

.shop .gallery_area .splide__pagination {
	display: none;
}

@media screen and (max-width:800px) {
	.shop .gallery_area .item_list.x280 .item {
		max-width: 100%;
	}

	.shop .gallery_area .item_list {
		padding: 0 30px;
	}
}

@media screen and (max-width:500px) {
	.shop .gallery_area {
		padding-top: 65px;
		padding-bottom: 58px;
	}

	.shop .gallery_area .baloon {
		display: none;
	}

	.shop .gallery_area .cat_type {
		background-color: #fff;
		border-radius: 30px;
		margin: 0 20px 30px;
	}

	.shop .gallery_area .cat_type .lead {
		width: 100%;
		height: 60px;
		display: flex;
		align-items: center;
		position: relative;
		padding-left: 60px;
	}

	.shop .gallery_area .cat_type .lead p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.9375rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #C67A7A;
	}

	.shop .gallery_area .cat_type .lead .circle {
		position: absolute;
		width: 29px;
		height: 29px;
		top: 50%;
		right: 1.6rem;
		background-color: #C67A7A;
		border-radius: 50%;
		transform: translateY(-50%);
	}

	.shop .gallery_area .cat_type .lead .plus1,
	.shop .gallery_area .cat_type .lead .plus2 {
		position: absolute;
		right: 32px;
		width: 1rem;
		height: 2px;
		background-color: #fff;
	}

	.shop .gallery_area .cat_type .lead .plus1 {
		transform: rotate(0deg);
		transition: 0.3s;
	}

	.shop .gallery_area .cat_type .lead.active .plus1 {
		display: none;
	}

	.shop .gallery_area .cat_type .lead .plus2 {
		transform: rotate(90deg);
		transition: 0.3s;
	}

	.shop .gallery_area .cat_type .lead.active .plus2 {
		transform: rotate(0deg);
	}

	.shop .gallery_area .cat_type ul {
		padding: 0 20px;
	}
}



/*=============================
 口コミセクション
==============================*/

.shop .splide__arrows {
	display: none;
}

.shop .plan-voice {
	margin-top: 150px;
}

.shop .plan-voice {
	margin-bottom: 160px;
	font-weight: 400;
}

.shop .plan-voice .secttl {
	letter-spacing: 0;
}

.shop .plan-voice .splide {
	margin-top: 40px;
}

.shop .plan-voice .splide__track {
	overflow: visible;
}

.shop .plan-voice .splide__arrow {
	display: none;
}

.shop .plan-voice .splide__pagination {
	margin-top: 1rem;
}

.shop .plan-voice .splide__pagination li:not(:first-child) {
	margin-left: 1.25rem;
}

.shop .plan-voice .splide__pagination__page {
	width: 0.9375rem;
	height: 0.9375rem;
	/* background-color: #FFF2F2; */
	background-color: #C67A7A;
	border-radius: 50%;
	border: none;
}

.shop .plan-voice .splide__pagination__page.is-active {
	/* background-color: #C67A7A; */
	background-color: #FFF2F2;
}

.shop .voice-box {
	font-family: "Noto Sans JP", sans-serif;
	border: solid 1px #cfcfcf;
	border-radius: 10px;
	padding: 40px;
}

.shop .voice-box-shop {
	margin-bottom: 20px;
}

.shop .voice-box-shop p,
.shop .voice-box-shop span {
	display: inline-block;
	padding: 0.2em 0.6em;
	background-color: #A19A69;
	color: #fff;
	font-size: 0.875rem;
}

dl.voice-box-name {
	margin-bottom: 20px;
}

.voice-box-name dt {
	color: #828282;
	font-size: 0.875rem;
	margin-bottom: 0.4em;
}

div.voice-box-name {
	font-size: 0.875rem;
}

.shop .voice-box-name dt {
	color: #828282;
	font-size: 0.875rem;
	margin-bottom: 0.4em;
}

.shop .voice-box-text {
	font-size: 1rem;
}

@media screen and (max-width:500px) {

	.shop .voice-box {
		padding: 25px;
	}

	.shop .plan-voice {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.shop .plan-voice .splide {
		margin-top: 30px;
	}

}

/*=============================
 スポット セクション
==============================*/

.shop .plan-spot {
	margin-bottom: 160px;
	font-family: "Noto Sans JP", sans-serif;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.shop .spot-box {}

.shop .spot-box-pic {
	width: 100%;
	margin-bottom: 25px;
}

.shop .spot-box-pic img {
	width: 100%;
	aspect-ratio: 39 / 20;
	object-fit: cover;
}

.shop .spot-box-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.shop .spot-box-desc {
	line-height: 1.6;
	font-weight: 400;
}

.spot-slide {
	width: 100%;
}

.shop .spot .splide__arrows {
	display: none;
}

@media screen and (max-width:500px) {

	.shop .spot-box-pic img {
		height: 48vw
	}

}

/*=============================
 フロー セクション
==============================*/


.shop .flow {
	counter-reset: listnum;
}

.shop .flow-box+.flow-box {
	margin-top: 20px;
}

.shop .flow-box {
	display: flex;
	align-items: center;
	padding: 30px;
	border: solid 1px #cfcfcf;
	border-radius: 10px;
}

.shop .flow-pic {
	width: 200px;
}

.shop .flow-pic img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
}

.shop .flow-data {
	margin-left: 40px;
	flex: 1;
}

.shop .flow-data dt {
	font-weight: bold;
	margin-bottom: 1em;
}

.shop .flow-data dt::before {
	counter-increment: listnum;
	content: counter(listnum);
	background-color: #4B4B4B;
	color: #fff;
	padding: 0.25em 0.7em;
	margin-right: 0.5em;
	font-size: 0.875rem;
	border-radius: 10px;
}

@media screen and (max-width:500px) {

	.shop .flow-box+.flow-box {
		margin-top: 10px;
	}

	.shop .flow-box {
		flex-direction: column;
		padding: 20px;
	}

	.shop .flow-pic {
		width: 160px;
		margin-bottom: 20px;
	}

	.shop .flow-pic img {
		width: 160px;
		height: 160px;
	}

	.shop .flow-data {
		margin-left: 0;
	}
}

/*=============================
 ギャラリーセクション
==============================*/

.interior {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;

}


/*=============================
 ブログ
==============================*/

.shop .plan-blog {
	margin-bottom: 160px;
}

.shop .plan-blog .item_list {
	justify-content: flex-start;
	margin-top: 70px;
	gap: 40px;
}

.shop .plan-blog .item_list .item {
	width: 480px;
}

.shop .plan-blog .item_list .item .img_block {
	height: 300px;
}


@media screen and (max-width:500px) {

.shop .plan-blog .item_list .item .img_block {
	height: auto;
}

}


/*=============================
 タブ切り替え
==============================*/

.shop .tab_area {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.shop .tab_area button {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	height: 60px;
	padding: 0 50px;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background-color: #C67A7A;
	border-top: solid 4px #C67A7A;
	border-left: solid 4px #C67A7A;
	border-right: solid 4px #C67A7A;
	border-bottom: none;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}

.shop .tab_area button.active{
	background-color: #fff;
	color: #C67A7A;
}

.tab_table{
	display: none;
}

.tab_table.active{
	display: block;
}

@media screen and (max-width:500px) {

	.shop .tab_area button {
		height: 42px;
	}
}

.shop .tab_table table {
	margin-top: 0;
}


/*=============================
 PLANセクション
==============================*/
.shop .plan-recommend {
  margin-bottom: 50px;
}
.shop .plan-recommend .item_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.shop .plan-recommend .item_list > div {
	display: flex;
	flex-direction: column;
  max-width: 230px;
  width: 100%;
  margin-bottom: 30px;
}
.shop .plan-recommend .item_list img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/380;
  object-fit: cover;
  border-radius: 10px;
}
.shop .plan-recommend .ttl_block {
  text-align: center;
}
.shop .plan-recommend h3 {
	text-align: left;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #C67A7A;
  font-size: 1.2rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
.shop .plan-recommend .price_block {
}
.shop .plan-recommend .price_block .price_org {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-decoration:line-through;
	margin-bottom: 0;
}
.shop .plan-recommend .price_block .yen {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C67A7A;
  margin-right: -0.3em;
}
.shop .plan-recommend .price_block .num {
  font-size: 1.2rem;
  font-weight: bold;
  color: #C67A7A;
}
.shop .plan-recommend .price_block .zei {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: -0.4em;
}
.shop .plan-recommend .txt {
  display: flex;
	flex-grow: 1;
	flex-direction: column;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  margin-bottom: 1.2em;
}
.shop .plan-recommend .btns {
  display: flex;
	flex-direction: column;
  gap: 10px;
}
.shop .plan-recommend .btns a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.8;
  text-align: center;
  border-radius: 2.14em;
  padding: 0 2.14em;
}
.shop .plan-recommend .btns .reserve {
  background-color: #C67A7A;
  border: #C67A7A 1px solid;
}
.shop .plan-recommend .btns .reserve:hover {
  background-color: #fff;
  color: #C67A7A;
  opacity: 1;
}
.shop .plan-recommend .btns .go_detail {
  background-color: #A19A69;
  border: #A19A69 1px solid;
}
.shop .plan-recommend .btns .go_detail:hover {
  background-color: #fff;
  color: #A19A69;
  opacity: 1;
}
.shop .plan-recommend .other {
  background-color: #FFF2F2;
  border: #C67A7A 3px solid;
  border-radius: 20px;
  position: relative;
  padding: 50px 115px 115px;
  margin-top: 85px;
}
.shop .plan-recommend .baloon {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  /* top: -80px; */
  min-width: 540px;
}
.shop .plan-recommend .other .inner {

}
.shop .plan-recommend .other .btn_block {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translate(-50%,50%);
  z-index: 2;
}
.shop .plan-recommend .md-ver {
  display: none;
}
.shop .plan-recommend .splide__arrow {
  display: none;
}
.shop .plan-recommend .splide__pagination {
  margin-top: 1rem;
}
.shop .plan-recommend .splide__pagination li:not(:first-child) {
  margin-left: 1.25rem;
}
.shop .plan-recommend .splide__pagination__page {
  width: 0.9375rem;
  height: 0.9375rem;
  /* background-color: #FFF2F2; */
  background-color: #C67A7A;
  border-radius: 50%;
  border: none;
}
.shop .plan-recommend .splide__pagination__page.is-active {
  /* background-color: #C67A7A; */
  background-color: #FFF2F2;
}

@media screen and (max-width:1260px) {
  .shop .plan-recommend .pc-ver {
    display: none;
  }
  .shop .plan-recommend .md-ver {
    display: block;
    margin-left: 30px;
    margin-top: 50px;
  }
  .shop .plan-recommend .md-ver .splide__slide img {
    aspect-ratio: 290/380;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }
  .shop .plan-recommend .other {
    width: calc(100vw - 60px);
    padding: 5.5vw 30px 12.65vw;
    margin: 85px auto 0;
  }
  .shop .plan-recommend .item_list {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width:900px) {
  .shop .plan-recommend {
    margin-top: 20px;
  }
  .shop .plan-recommend .baloon {
    padding: 0;
    min-width: min(80vw,540px);
  }
  .shop .plan-recommend .splide{
    margin-left: 30px;
  }
}
@media screen and (max-width:500px) {
  .shop .plan-recommend {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 100px;
  }
  .shop .plan-recommend .splide{
    margin-left: 0;
    margin-top: 30px;
  }
  .shop .plan-recommend .other {
    width: calc(100vw - 20px);
  }
  .shop .plan-recommend h3 {
    font-size: 1.125rem;
  }
  .shop .plan-recommend .price_block .num {
    font-size: 1.5rem;
  }
  .shop .plan-recommend .price_block {
    margin-left: 0;
  }
  .shop .plan-recommend .txt {
    font-size: 0.8125rem;
  }
  .shop .plan-recommend .baloon {
    font-size: 3.8vw;
  }
	.shop .plan-recommend .btns {
		flex-direction: row;
	}
}



.btn_goto_2wrap{
	width: 100%;
	display: flex;
	gap: 20px;
	margin: 2em auto;
	justify-content: center;
}
@media screen and (max-width:500px) {

	.btn_goto_2wrap{
		flex-direction: column;
	}
}