/*-- 固定ページ --*/
/*=============================
 会社概要 - 代表の思い
==============================*/
.company .omoi{
	margin-top: 80px;
}
.company h2.company_ttl {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
	position: relative;
}
.company h2.company_ttl::after {
	content: '';
	width: 42px;
	height: 9px;
	background-color: #807844;
	position: absolute;
	bottom: -1.5em;
	left: 0;
}
.company h2.company_ttl.center {
	text-align: center;
}
.company h2.company_ttl.center::after {
	left: 50%;
	transform: translateX(-50%);
}
.company .omoi .cnt {
	width: 100%;
	margin-bottom: 150px;
}
.company .omoi .cnt .img_block {
	width: 52.5%;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.company .omoi .cnt .img_block img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.company .omoi .cnt .txt_block {
	padding-top: 150px;
	position: relative;
}
.company .omoi .cnt h3 {
  font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 2;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #C67A7A;
	background-color: #fff;
	padding: 0 0.3em 0 0.1em;
}
.company .omoi .cnt .txt,
.company .omoi .cnt .post,
.company .omoi .cnt .name {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: 0.07em;
	color: #000;
}
.company .omoi .cnt .txt {
	margin-bottom: 1em;
}
.company .omoi .cnt .post,
.company .omoi .cnt .name {
	text-align: right;
}
@media screen and (max-width:900px) {
	.company .omoi .cnt h3 {
		font-size: max(2.75vw,1.125rem);
	}
	.company .omoi .cnt .img_block {
		width: 60%;
		margin-left: -15%;
		margin-top: 50px;
	}
	.company .omoi .cnt .txt {
		display: inline;
		font-size: max(1.76vw,0.875rem);
		background-color: rgba(255,255,255,0.7);
	}
}
@media screen and (max-width:500px) {
	.company h2.company_ttl {
		font-size: 1.5rem;
	}
	.company h2.company_ttl::after {
		width: 30px;
		height: 5px;
		bottom: -0.8em;
	}
	.company .omoi .cnt {
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.company .omoi .cnt h3 {
		top: -26vw;
		left: 50%;
		font-size: 1rem;
		/* white-space: nowrap; */
		width: 80%;
		background-color: rgba(255,255,255,0.7);
		transform: translateX(-50%);
	}
	.company .omoi .cnt .img_block {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 0;
	}
	.company .omoi .cnt .txt_block {
		padding-top: 0px;
	}
}

/*=============================
 会社概要 - 会社概要
==============================*/
.company .gaiyo {
	margin-bottom: 130px;
}

@media screen and (max-width:500px) {
	.company .gaiyo {
		margin-bottom: 100px;
	}
}
/*=============================
 会社概要 - 沿革
==============================*/
.company .enkaku {
	margin-bottom: 150px;
}
@media screen and (max-width:500px) {
	.company .enkaku {
		margin-bottom: 100px;
	}
}

/*=============================
 特定商取引法の表⽰
==============================*/
.transactionlaw .common_table {
	margin-bottom: 150px;
}
@media screen and (max-width:500px) {
	.transactionlaw .common_table {
		margin-bottom: 100px;
	}
}

/*=============================
 プライバシーポリシー
==============================*/
.privacy .privacy_wrapper {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.01em;
	margin-top: 80px;
	margin-bottom: 150px;
}
.privacy dt {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 2em;
	margin-left: 1.3em;
	margin-bottom: 0.75em;
	position: relative;
}
.privacy dt::before {
	content: '';
	width: 0.75em;
	height: 1.7em;
	background-color: #807844;
	position: absolute;
	top: 0;
	left: -1.3em;
}
.privacy dd a {
	text-decoration: underline;
}
@media screen and (max-width:900px) {
	.privacy .privacy_wrapper {
		font-size: max(1.76vw,0.875rem);
	}
	.privacy dt {
		font-size: max(2.2vw,1rem);
	}
}
@media screen and (max-width:500px) {
	.privacy .privacy_wrapper {
		margin-top: 50px;
		margin-bottom: 100px;
	}
}


/*=============================
 10の理由
==============================*/
.reason .reason_wrapper {
	margin-top: 90px;
	margin-bottom: 150px;
}
.reason .reason_wrapper li {
	width: 100%;
	padding-bottom: 28px;
	position: relative;
	margin-bottom: 40px;
}
.reason .reason_wrapper .img_block {
	max-width: 367px;
	width: 100%;
}
.reason .reason_wrapper .img_block .label {
	display: none;
}
.reason .reason_wrapper .img_block img {
	width: 100%;
	aspect-ratio: 367/489;
	border-radius: 10px;
	object-fit: cover;
}
.reason .reason_wrapper .txt_block {
	max-width: 700px;
	width: 100%;
	min-height: 293px;
	position: relative;
	background-color: #fff2f2;
	border-radius: 10px;
	padding: 46px 64px 46px 31px;
	margin: -265px 0 0 auto;
	z-index: 2;
}
.reason .reason_wrapper .txt_block .label {
  font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top: -120px;
	left: 0;
	font-size: 0.75rem;
	writing-mode: vertical-lr;
	color: #fff;
}
.reason .reason_wrapper .txt_block .label .num {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	margin-top: 0.5em;
}
.reason .reason_wrapper .txt_block .caption {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #C67A7A;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 31px;
	border: #C67A7A 1px solid;
	border-radius: 10px;
	background-color: #fff;
	padding: 0.55em 1.375em 0.5em 1.25em;
	transform: translateY(-50%);
	z-index: 3;
}
.reason .reason_wrapper .txt_block h3 {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #C67A7A;
	margin-bottom: 0.7em;
}
.reason .reason_wrapper .txt_block .txt {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
@media screen and (max-width:1060px) {
	.reason .reason_wrapper .txt_block {
		margin-top: min(calc(-265px + 1060px - 100vw),-35px);
		max-width: 700px;
		min-width: 367px;
		width: calc(100vw - 90px);
	}
}
@media screen and (max-width:500px) {
	.reason .reason_wrapper {
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.reason .reason_wrapper .img_block {
		display: flex;
		/* justify-content: flex-start; */
		justify-content: space-between;
	}
	.reason .reason_wrapper .img_block img {
		width: calc(100% - 40px);
	}
	.reason .reason_wrapper .img_block .label {
		display: flex;
		justify-content: start;
		font-family: 'Noto Sans JP', sans-serif;
		position: relative;
		width: 30px;
		font-size: 0.75rem;
		writing-mode: vertical-lr;
		color: #C67A7A;
	}
	.reason .reason_wrapper .img_block .label .num {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.5rem;
		line-height: 1;
		margin-top: 0.5em;
	}
	.reason .reason_wrapper .txt_block {
		min-height: auto;
		min-width: 100%;
		width: 100%;
		padding: 30px 20px 40px;
	}
	.reason .reason_wrapper .txt_block .label {
		display: none;
	}
	.reason .reason_wrapper .txt_block .caption {
		font-size: 0.75rem;
	}
}

/*=============================
 FAQ
==============================*/
.faq .cnt {
  margin-bottom: 150px;
}
.faq h3 {
	display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.54;
	margin-top: 80px;
	margin-left: 1.2em;
	margin-bottom: 1.5em;
	position: relative;
}
.faq h3::before {
	position: absolute;
	top: 0;
	left: -1.2em;
	content: '';
	width: 0.68em;
	height: 1.54em;
	background-color: #C67A7A;
}
.faq .btn_goto {
  margin: 0 auto;
}
@media screen and (max-width:900px) {
	.faq h3 {
		font-size: max(2.42vw,1rem);
	}
}
@media screen and (max-width:500px) {
	.faq h3 {
		margin-top: 50px;
	}
  .faq .cnt {
    /* margin-top: 30px; */
    margin-bottom: 100px;
  }
}

/*=============================
 店舗情報
==============================*/
.shop .shop-list {
	background-color: #fff;
	padding: 0;
	margin-bottom: 90px;
}
@media screen and (max-width:900px) {
	.shop .shop-list {
		margin-bottom: 30px;
	}
}

/*=============================
 プラン一覧
==============================*/
.plan_all_wrapper {
	margin-top: 117px;
	margin-bottom: 150px;
}
.plan_all_wrapper .cnt ul {
	display: flex;
	justify-content: flex-start;
	gap: 50px;
	flex-wrap: wrap;
}
.plan_all_wrapper .cnt li {
	width: 47.5%;
	aspect-ratio: 576/394;
	position: relative;
}
.plan_all_wrapper .cnt li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.plan_all_wrapper .cnt li .ttl{
	width: 68%;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.89;
	text-align: center;
	color: #C67A7A;
	position: absolute;
	bottom: 8.9%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.8);
	backdrop-filter: 10px;
	border-radius: 0.55em;
}
.plan_all_wrapper .cnt li .ttl:hover {
	color: #fff;
	background-color: rgba(198,112,112,0.8);
}

@media screen and (max-width:1200px) {
	.plan_all_wrapper .cnt ul {
		gap: 4.1vw;
	}
	.plan_all_wrapper .cnt li .ttl{
		font-size: 2.98vw;
	}
}
@media screen and (max-width:500px) {
	.plan_all_wrapper {
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.plan_all_wrapper .cnt ul {
		flex-direction: column;
	}
	.plan_all_wrapper .cnt li {
		width: 100%;
	}
	.plan_all_wrapper .cnt li .ttl{
		font-size: 1.5rem;
	}
}





/*=============================
 店舗情報詳細 ADD 2025.01.24
==============================*/

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

  .shop .gallery .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 .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 .cat_type .lead .plus1,
  .shop .gallery .cat_type .lead .plus2 {
    position: absolute;
    right: 32px;
    width: 1rem;
    height: 2px;
    background-color: #fff;
  }

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

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

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

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

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