@charset "utf-8";

:root{
	--color-white: #fff;
	--color-black: #1A1A1A;
	--color-green:#2C7000;
	--color-light-green: #EBF4DB;
	--color-beige: #EAE3D3;
	--color-brown:#712C00;
	--color-orange:#FF8B32;
	--color-light-yellow:#FFFBE6;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	text-align: left;
	color: #000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
	display: none !important;
}

body .pc-item {
	display: block !important;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height: 100%;
	}

	body .sp-item {
		display: block !important;
	}

	body .pc-item {
		display: none !important;
	}

	body .sp-item img {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	body {
		width: 100%;
		margin: 0 auto;
		border-left: 0px;
		border-right: 0px;
		box-shadow: none;
	}

	.sp img {
		max-width: 95%;
	}

	.sp02 img {
		max-width: 100%;
	}

	.sp03 img {
		max-width: 70%;
	}
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.ov_hd {
	overflow: hidden;
}

.bg_none {
	background-image: none !important;
}

a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.line_0 {
	line-height: 0;
}

.zindex {
	z-index: 200;
}

input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

input[type=image]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
	font-style: normal;
}

.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}

.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}

.red {
	color: #ff0000;
}

.yellow {
	background-color: #ffff00;
}

.gray {
	color: #666666;
}

.bold {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.ul {
	text-decoration: underline;
}

.marker-border-1 {
	background: linear-gradient(transparent 50%, #ffff66 0%);
}

.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

.al {
	text-align: left !important;
}

.bold {
	font-weight: bold !important;
}

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
	line-height: 150%;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.font21 {
	font-size: 21px !important;
}

.font22 {
	font-size: 22px !important;
}

.font23 {
	font-size: 23px !important;
}

.font24 {
	font-size: 24px !important;
}

.font25 {
	font-size: 25px !important;
}

.font26 {
	font-size: 26px !important;
}

.font27 {
	font-size: 27px !important;
}

.font28 {
	font-size: 28px !important;
}

.font29 {
	font-size: 29px !important;
}

.font30 {
	font-size: 30px !important;
}

.font32 {
	font-size: 32px !important;
}

/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.clear {
	clear: both;
}

img {
	line-height: 0;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ----------------------------------------------------
共通
---------------------------------------------------- */

img {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}

/* LP全体の指定 */
.lp-container {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

.inner{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.text{
	font-size: 16px;
	font-weight: 300;
	line-height: calc(25.24 / 16);
	color: var(--color-black);
	font-feature-settings: "palt";
}

.text .accent{
	font-weight: bold;
	color: var(--color-orange);
}

@media screen and (max-width: 640px) {
	.text{
		font-size: calc(25vw / 640 * 100);
		line-height: calc(46.76 / 25);
	}
}

/* ----------------------------------------------------
ファーストビュー
---------------------------------------------------- */
.fv{
	background-image: url(../images/bg-fv.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: center top;
	margin: 0 auto;
}

.fv__img{
	width: 100%;
	aspect-ratio: 900 / 1533;
	object-fit: cover;
}

/* ----------------------------------------------------
CTA
---------------------------------------------------- */
.cta{
	padding: 80px 0;
}

.cta__inner{
	position: relative;
}

.cta__img{
	width: 100%;
}

.cta__button-wrap{
	position: absolute;
    width: 446px;
    aspect-ratio: 446 / 109;
    left:50%;
    bottom:5%;
    transform: translateX(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
}

.cta__button {
    width: 100%;
    height: auto;
    display: block;
    animation: zoomAnimation 2s infinite;
}

.cta__button:hover{
	opacity: 0.7;
}

@keyframes zoomAnimation {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@media screen and (max-width: 950px) {
	.cta__button-wrap{
		width: 400px;
	}
	.cta__button{
		bottom:8%;
	}
}

@media screen and (max-width: 640px) {
	.cta{
		padding: clamp(1.25rem, 6.25vw, 2.5rem) 0;
	}
	.cta__button-wrap{
		width: 75%;
	}
	.cta__button{
		bottom:6%;
	}
}

/* ----------------------------------------------------
概要
---------------------------------------------------- */
.about {
	padding: 10px 0 60px;
}

.about__img{
	float: left;
	width: 180px;
	margin-right: 20px;
	aspect-ratio: 180 / 141;
}

.about__text:not(:first-of-type) {
	margin-top: 20px;
}

.about__text .accent{
	font-size: 20px;
	line-height: calc(26.72 / 20);
}

.about__img02{
	margin-top: 26px;
	width: 674px;
	aspect-ratio: 674 / 191;
}

.about__title{
	margin-top: 45px;
}

.about__title img{
	width: 674px;
	object-fit: cover;
	aspect-ratio: 674 / 53;
}

.about__content{
	display: flex;
	margin-top: 35px;
	gap:15px;
	align-items: flex-start;
}

.about__list {
	list-style: none;
	background-color: var(--color-light-yellow);
	padding: 15px 10px;
	border-radius: 10px;
	margin-top: 25px;
}

.about__item {
	padding-left: 25px;
	background: url(../images/bento-icon.svg) left 0px top 6px no-repeat;
	background-size: 16px auto;
}

.about__item:not(:first-child){
	margin-top: 10px;
}

.about__img04{
	flex-shrink: 0;
	width: 208px;
	object-fit: cover;
	aspect-ratio: 208 / 364;
}

@media screen and (max-width: 640px) {
	.about {
		padding: 10px 0 35px;
	}
	.about__title{
		margin-top: 25px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.about__title img{
		width: 641px;
		aspect-ratio: 641 / 45;
	}
	.about__img{
		width: 32.5%;
		margin-right: 0.5rem;
	}
	.about__content{
		display: block;
		margin-top: 20px;
	}
	.about__item {
		padding-left: clamp(0.938rem, -0.313rem + 6.25vw, 2.188rem);
		background-position-y:clamp(0.5rem, 0.25rem + 1.25vw, 0.75rem);
		background-size: clamp(0.75rem, -0.063rem + 4.06vw, 1.563rem) auto;
	}
	.about__img04{
		float: right;
		width: 35%;
		object-fit: cover;
		aspect-ratio: 203 / 181;
	}
	.about__text--mt60{
		margin-top: clamp(1.875rem, 9.38vw, 3.75rem)!important;
	}
	.about__text .accent{
		font-size: calc(40vw / 640 * 100);
		line-height: calc(26.72 / 40);
	}
	.about__text .sp-mt{
		display: block;
		margin-top: clamp(1.25rem, 0.313rem + 4.69vw, 2.188rem);
	}
	.about__img05{
		float: right;
		margin-left: 10px;
		margin-top: 20px;
		width: 35%;
		object-fit: cover;
		aspect-ratio: 201 / 169;
	}
	.about__item:not(:first-child){
		margin-top: 0.25rem;
	}
}

/* ----------------------------------------------------
お弁当紹介
---------------------------------------------------- */
.bento-intro{
	position: relative;
	background-image: url(../images/bg-bento-intro-line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	padding: 130px 0 20px;
}

.bento-intro__box {
	background-image: url(../images/bg-bento-intro-box.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: top center;
	padding: 45px 30px 60px;
	margin-top: 45px;
}

.bento-intro__subtitle img {
	width: 587px;
	object-fit: cover;
	aspect-ratio: 587 / 85;
}

.bento-intro__box-body-wrap{
	padding: 0 15px;
}

.bento-intro__box-body {
	background-color: var(--color-white);
	padding: 17px 15px;
	border-radius: 13px;
	margin-top: 35px;
}

.bento-intro__text + .bento-intro__text {
	margin-top: 20px;
}

.bento-intro__commitment-title{
	margin-top: 75px;
	text-align: center;
}

.bento-intro__commitment-title img{
	width: 525px;
	object-fit: cover;
	aspect-ratio: 105 / 9;
}

.bento-intro__commitment-content{
	margin-top: 56px;
}

.bento-intro__commitment-img{
	width: 670px;
	object-fit: cover;
	aspect-ratio: 335 / 104;
}

.bento-intro__kitchen-title {
	margin-top: 55px;
	text-align: center;
}

.bento-intro__kitchen-title img{
	width: 580px;
	object-fit: cover;
	aspect-ratio: 580 / 34;
}

.bento-intro__kitchen-img{
	margin-top: 45px;
	width: 688px;
	object-fit: cover;
	aspect-ratio: 688 / 354;
}

.bento-intro__kitchen-list-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}

.bento-intro__kitchen-list {
	list-style: none;
	margin: 35px auto 0;
}

.bento-intro__kitchen-item {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 200;
	color: var(--color-black);
	line-height: calc(15 / 16);
	font-feature-settings: "palt";
}

.bento-intro__kitchen-item .accent{
	font-weight: 700;
	color: var(--color-brown);
}

.bento-intro__kitchen-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5em; 
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color-brown);
	transform: translateY(-50%);
}

.bento-intro__kitchen-item:not(:first-child){
	margin-top: 12px;
}

@media screen and (max-width: 640px) {
	.bento-intro{
		background-image: url(../images/bg-bento-intro-line-sp.png);
		padding: clamp(3.5rem, 1.375rem + 10.63vw, 5.625rem) 0 0;
	}
	.bento-intro__box {
		padding: calc(40vw / 640 * 100) calc(25vw / 640 * 100);
		margin-top: calc(45vw / 640 * 100);
	}
	.bento-intro__subtitle img {
		width: 93%;
		aspect-ratio: 562 / 81;
	}	
	.bento-intro__box-body-wrap{
		padding: 0 ;
	}
	.bento-intro__box-body {
		padding: 0.9375rem 0.5rem;
		margin-top: clamp(1.25rem, 0.313rem + 4.69vw, 2.188rem);
	}
	.bento-intro__text + .bento-intro__text {
		margin-top: 0.25rem;
	}	
	.bento-intro__commitment-title{
		margin-top: clamp(1.875rem, 0.875rem + 5vw, 2.875rem);
	}
	.bento-intro__commitment-title img{
		width: 83%;
	}
	.bento-intro__commitment-content{
		margin-top: 1.5625rem;
	}
	.bento-intro__kitchen-title{
		margin-top: 2.5rem;
	}
	.bento-intro__kitchen-img{
		margin-top: 1.25rem;
	}
	.bento-intro__kitchen-list{
		margin-top: 0.9375rem;
	}
	.bento-intro__kitchen-item {
		padding-left: 10px;
		font-size: calc(24vw / 640 * 100);
		line-height: calc(42 / 24);
	}
	.bento-intro__kitchen-item::before{
		top:0.9em;
	}
	.bento-intro__commitment-img{
		width: 603px;
		object-fit: cover;
		aspect-ratio: 603 / 554;
	}
	.bento-intro__kitchen-item:not(:first-child){
		margin-top: 0.25rem;
	}
}

/* ----------------------------------------------------
お弁当つくり
---------------------------------------------------- */

.bento-making__top{
	background-image: url(../images/bg-bento-making-bottom-smoothclear.png), url(../images/bg-bento-making-top.jpg);
	background-repeat: no-repeat, repeat;
	background-size: contain, contain;
	background-position: center bottom, center top;
	padding: 120px 0 300px;
}

.bento-making__title{
	text-align: center;
}

.bento-making__title img{
	width: 616px;
	aspect-ratio: 616 / 145;
	object-fit: cover;
}

.bento-making__items{
	display: flex;
	flex-direction: column;
	gap:55px;
	margin-top: 60px;
}

.bento-making__item{
	position: relative;
	background-color: var(--color-white);
	padding: 22px 15px 20px;
	z-index: 1;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.bento-making-item__text{
	margin-top: 20px;
}

.bento-making-item__title img,
.bento-making-item__img{
	width: 100%;
}

.bento-making__item .bento-making-item__img:not(:first-child){
	margin-top: 20px;
}

.bento-making__item:nth-child(3) .bento-making-item__title .bento-making-item__img{
	width: 80%;
}

.bento-making-item__list-wrap {
	display: inline-block;
	background-color: var(--color-light-green);
	padding: 15px 8px;
	margin-top: 25px;
	border-radius: 11px;
}

.bento-making-item__sample-text{
	font-size: 20px;
	font-weight: 500;
	color: var(--color-brown);
	line-height: calc(26.72 / 20);
	font-feature-settings: "palt";
}

.bento-making-item__list {
	list-style: none;
	margin-top: 10px;
}

.bento-making-item__item {
	padding-left: 25px;
	background: url(../images/bento-icon.svg) left 0px top 6px no-repeat;
	background-size: 16px auto;
	line-height: calc(33.4 / 24)!important;
}

.bento-making-item__item:not(:first-child){
	margin-top: 10px;
}

.bento-making__event-food-box {
	margin-top: 80px;
	background-image: url(../images/bg-bento-making-box.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	padding: 10px;
}

.bento-making__event-food {
	padding: 20px 23px;
}

.bento-making__event-food-img{
	width: 104px;
	aspect-ratio: 104 / 148;
	object-fit: cover; 
	float: left;
	margin-right: 5px;
}

.bento-making__event-food-title img{
	width: 242px;
	aspect-ratio: 242 / 34;
	object-fit: cover;
}

.bento-making__event-food-text {
	margin-top: 15px;
}

.bento-making__middle{
	position: relative;
	background-image: url(../images/bg-bento-making-middle-bottom.png), url(../images/bg-bento-making-middle.jpg);
	background-repeat: no-repeat, repeat;
	background-size: contain, contain;
	background-position: center bottom, center top;
	padding: 200px 0 70px;
}

.bento-making__lunchbox-title{
	position: absolute;
	top:-5px;
	left:50%;
	transform: translate(-50%, -50%);
}

.bento-making__lunchbox-title img{
	width: 464px;
	aspect-ratio: 464 / 416;
	object-fit: cover;
}

.bento-making__lunchbox-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:20px;
	max-width: 700px;
	padding: 0 15px;
}

.bento-making__lunchbox-item {
	width: 100%;
	background-color: var(--color-beige);
	padding: 15px 10px;
	border-radius: 15px;
	box-sizing: content-box;
}

.bento-making__lunchbox-item.bento-making__lunchbox-item--eco{
	background-color: var(--color-light-green);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
}

.bento-making-lunchbox-item__title {
	font-size: 27px;
	font-weight: 700;
	line-height: calc(45.16 / 27);
	color: var(--color-brown);
	font-feature-settings: "palt";
}

.bento-making__lunchbox-item.bento-making__lunchbox-item--eco .bento-making-lunchbox-item__title {
	color: var(--color-green);
}

.bento-making-lunchbox-item__text {
	margin-top: 12px;
}

.bento-making-lunchbox-item__note {
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	line-height: calc(26.51 / 14);
	color: var(--color-black);
	margin-top: 5px;
	font-feature-settings: "palt";
}

.bento-making-lunchbox-item__img{
	flex-shrink: 0;
	width: 123px;
	aspect-ratio: 161 / 135;
	object-fit: cover;
}

.bento-making__bottom{
	background-color: var(--color-white);
	padding: 120px 0 80px;
}

.bento-making__delivery-title{
	text-align: center;
	margin-top: 50px;
}

.bento-making__delivery-title img{
	width: 409px;
	aspect-ratio: 409 / 94;
	object-fit: cover;
}

.bento-making__delivery-box {
	border: 1px solid var(--color-brown);
	padding: 65px 15px 50px;
	position: relative;
}

.bento-making__delivery-subtitle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: 95%;
	display: flex;
	justify-content: center;
}

.bento-making__delivery-subtitle img{
	width: 659px;
	aspect-ratio: 659 / 83;
	object-fit: cover;
}

.bento-making__delivery-text + .bento-making__delivery-text {
	margin-top: 30px;
}

@media screen and (max-width: 950px) {
	.bento-making__event-food-img{
		width: calc(104vw / 900 * 100);
	}
}
@media screen and (max-width: 768px) {
	.bento-making__event-food {
		padding: 20px clamp(0.313rem, -5.366rem + 14.17vw, 1.438rem);
	}
}
@media screen and (max-width: 640px) {
	.bento-making__top{
		background-image: url(../images/bg-bento-making-bottom-smoothclear-sp.png), url(../images/bg-bento-making-top.jpg);
		padding: 40px 0 clamp(3.125rem, 15.63vw, 6.25rem);
	}
	.bento-making__items{
		gap: 3.125rem;
		margin-top: 3.125rem;
	}
	.bento-making-item__list-wrap {
		display: block;
		margin-top: 0.625rem;
		padding: 0.938rem 0.5rem 1.563rem;
	}
	.bento-making__event-food {
		padding: clamp(0.625rem, 3.13vw, 1.25rem) clamp(0.563rem, 2.81vw, 1.125rem);
	}
	.bento-making__event-food-box{
		background-image: url(../images/bg-bento-making-box-sp.png);
		margin-top: 2.5rem;
	}
	.bento-making__event-food-img{
		width: calc(104vw / 640 * 100);
	}
	.bento-making-item__sample-text{
		font-size: calc(24vw / 640 * 100);
		line-height: calc(26.72 / 24);
	}
	.bento-making-item__item {
		padding-left: clamp(0.938rem, 4.69vw, 1.875rem);
		background-position-y:clamp(0.563rem, 0.188rem + 1.88vw, 0.938rem);
		background-size: clamp(0.5rem, 2.5vw, 1rem) auto;
	}
	.bento-making-item__item:not(:first-child){
		margin-top: 0.5rem;
	}
	.bento-making-item__list{
		padding: 0 clamp(0.625rem, -1.25rem + 9.38vw, 2.5rem);
	}
	.bento-making__event-food-text{
		margin-top: clamp(0.438rem, -0.063rem + 2.5vw, 0.938rem);
		line-height: calc(41.75 / 25)!important;
	}
	.bento-making__middle{
		padding: 2.5rem 0 clamp(3.125rem, 1.25rem + 9.38vw, 5rem);
	}
	.bento-making__lunchbox-items {
		gap:0.75rem;
		margin-top: 1.2rem;
	}
	.bento-making__lunchbox-item {
		padding: 0.75rem 1.0rem;
	}

	.bento-making__lunchbox-title{
		position: relative;
		transform: translate(-50%, 0);
		text-align: center;
	}
	.bento-making__lunchbox-title img{
		width: 72%;
	}
	.bento-making__event-food-title img{
		width: calc(242vw / 640 * 100);
	}
	.bento-making-lunchbox-item__title {
		font-size: calc(30vw / 640 * 100);
		line-height: calc(45.16 / 30);
	}
	.bento-making-lunchbox-item__text-wrap{
		display: flex;
		align-items: flex-end;
		gap:0.5rem;
	}
	.bento-making-lunchbox-item__text{
		line-height: calc(40.08 / 24)!important;
		margin-top: 0.5rem;
	}
	.bento-making-lunchbox-item__img{
		width: calc(101vw / 640 * 100);
		aspect-ratio: 161 / 135;
		object-fit: cover;
	}
	.bento-making-lunchbox-item__note {
		font-size: calc(22vw / 640 * 100);
		line-height: calc(40.08 / 22);
		margin-top: 0.25rem;
	}
	.bento-making__delivery-title{
		margin-top: clamp(1.563rem, 7.81vw, 3.125rem);
	}
	.bento-making__delivery-title img{
		width: 66%;
	}
	.bento-making__bottom{
		padding: clamp(2.5rem, 12.5vw, 5rem) 0 clamp(3.5rem, 12.5vw, 6rem);
	}
	.bento-making__delivery-box {
		padding: 2.0rem 0.75rem 0.8rem;
	}
	.bento-making__delivery-text + .bento-making__delivery-text {
		margin-top: clamp(0.938rem, 4.69vw, 1.875rem);
	}
}

/* ----------------------------------------------------
ご利用料金について
---------------------------------------------------- */
.price__box{
	position: relative;
	border: 1px solid var(--color-brown);
	background-color: var(--color-white);
	padding: 65px 18px 20px;
}

.price__title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.price__cards {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.price__card {
	width: 50%;
	text-align: center;
}

.price__card:first-child{
	border-right: 1px solid var(--color-brown);
}

.price__note {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 300;
	line-height: calc(26.57 / 15);
	font-feature-settings: "palt";
	text-align: right;
}

.price__payment-method {
	border-left: 1px solid var(--color-brown);
	border-right: 1px solid var(--color-brown);
	border-bottom: 1px solid var(--color-brown);
	background-color: #F7F3E9;
	padding: 20px 18px 10px;
}

.price__payment-method-title {
	font-size: 28px;
	font-weight: 500;
	line-height: calc(26.57 / 28);
	color: var(--color-brown);
	font-feature-settings: "palt";
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color-brown);
}

.price__payment-method-title .sm-text {
	font-size: 16px;
	font-weight: 300;
	line-height: calc(21 / 16);
	color: var(--color-black);
	font-feature-settings: "palt";
}

.price__payment-method-list {
	padding: 15px 15px 0;
}

.price__payment-method-ltem {
	position: relative;
	padding-left: 8px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-black);
	line-height: calc(34.87 / 16);
}

.price__payment-method-ltem::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.2em; 
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color-black);
	transform: translateY(-50%);
}

.price__payment-method-note {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
	line-height: calc(26.57 / 15);
	font-feature-settings: "palt";
	text-align: right;
}

.price__button-wrap{
	display: block;
	margin-top: 30px;
	text-align: center;
}

.price__button{
	width: 90%;
}

.price__button:hover{
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.price__box{
		padding: clamp(2.5rem, 1.25rem + 6.25vw, 3.75rem) 0.5rem 1.0rem;
	}
	.price__title{
		width: 95%;
	}
	.price__card img{
		width: 80%;
	}
	.price__note {
		margin-top: 0.625rem;
		font-size: calc(18vw / 640 * 100);
		line-height: calc(26.57 / 18);
	}
	.price__payment-method {
		padding: 1rem 0.5rem;
	}
	.price__payment-method-title {
		font-size: calc(28vw / 640 * 100);
		line-height: calc(26.57 / 28);
		border-bottom: none;
		padding-bottom: 0;
	}
	.price__payment-method-title .sm-text {
		font-size: calc(16vw / 640 * 100);
		line-height: calc(26.57 / 16);
	}
	.price__payment-method-list {
		padding: 0.5rem 0.25rem 0;
	}
	.price__payment-method-ltem {
		font-size: calc(20vw / 640 * 100);
		line-height: calc(34.87 / 20);
	}
	.price__payment-method-ltem::before {
		top: 1.0em; 
	}
	.price__payment-method-note {
		margin-top: 0.25rem;
		font-size: calc(18vw / 640 * 100);
		line-height: calc(26.57 / 18);
	}
}
/* ----------------------------------------------------
よくある質問
---------------------------------------------------- */
.faq {
	background-image: url(../images/bg-faq.jpg);
	background-repeat: repeat;
	background-size: contain;
	background-position: center top;
	padding: 75px 0 80px;
}

.faq__title {
	text-align: center;
}

.faq__title img{
	width: 270px;
	aspect-ratio: 135 / 21;
	object-fit: cover;
}

.faq__items {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:15px;
}

.faq__item {
	width: 100%;
	background-color: var(--color-white);
	border: 3px solid #E1D2AE;
	border-radius: 15px;
	padding: 22px 25px;
	box-sizing: border-box;
}

.faq-item__title {
	position: relative;
	color: var(--color-brown);
	font-size: 21px;
	line-height: calc(26.72 / 21);
	font-weight: 500;
	padding-left: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E1D2AE;
}

.faq-item__title::before{
	content: "Q.";
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-brown);
	font-size: 21px;
	font-weight: 500;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%);
}
.faq-item__content {
	padding: 16px 3px 0;
}

@media screen and (max-width: 640px) {
	.faq{
		padding: clamp(3.125rem, 1.563rem + 7.81vw, 4.688rem) 0 clamp(2.5rem, 12.5vw, 5rem);
	}
	.faq__title img{
		width: 42%;
	}
	.faq__items{
		margin-top: 2.5rem;
		gap: 0.75rem;
	}
	.faq__item{
		padding: 0.5rem 0.75rem;
	}
	.faq-item__title {
		font-size: calc(28vw / 640 * 100);
		line-height: calc(36.72 / 28);
		padding-left: clamp(1.125rem, -0.125rem + 6.25vw, 2.375rem);
		padding-bottom: 0.5rem;
	}
	.faq-item__title::before{
		font-size: calc(28vw / 640 * 100);
		top: clamp(0.5rem, -0.063rem + 2.81vw, 1.063rem);
	}
	.faq-item__content{
		padding: 0.375rem 0.25rem 0;
	}
}

/* ----------------------------------------------------
店舗情報
---------------------------------------------------- */
.shop-info__inner{
	position: relative;
	padding: 140px 0 0;
}

.shop-info__inner::before{
	position: absolute;
	content: '';
	width: 100%;
	aspect-ratio: 337 / 5;
	background-image: url(../images/shop-info-line.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top:15px;
	left: 50%;
	transform: translateX(-50%);
}

.shop-info__title{
	text-align: center;
}

.shop-info__title img{
	width: 189px;
	aspect-ratio: 189 / 55;
	object-fit: cover;
}

.shop-info__items {
	max-width: 360px;
	width: 100%;
	margin: 40px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.shop-info__item {
	display: flex;
}

.shop-info__item + .shop-info__item{
	margin-top: 40px;
}

.shop-info__item-label {
	font-size: 21px;
    width: 100%;
    max-width: 127px;
    font-weight: 500;
	line-height: calc(25.24 / 21);
    color: var(--color-brown);
	display: flex;
	align-items: center;
}

.shop-info__item-value a{
	color: var(--color-black);
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.shop-info__inner{
		padding: 5.5rem 0 0;
	}
	.shop-info__inner::before{
		width: 90%;
	}
	.shop-info__title img{
		width: 29%;
	}
	.shop-info__items{
		max-width: none;
		width: 80%;
		margin-top: clamp(1.25rem, 6.25vw, 2.5rem);
	}
	.shop-info__item + .shop-info__item{
		margin-top: clamp(1.0rem, 6.25vw, 1.5rem);
	}	
	.shop-info__item-label {
		font-size: calc(30vw / 640 * 100);
		max-width: clamp(3rem, 2.063rem + 14.69vw, 7.938rem);
		line-height: calc(25.24 / 30);
	}
}
@media screen and (max-width: 430px) {
	.shop-info__items{
		width: 85%;
	}
}