@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 13px;
	font-family: "M PLUS Rounded 1c", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;
	line-height: 1.5;
}

body.shoplist-page {
	font-size: 16px;
}

a {
	display: inline-block;
}

a:hover {
  opacity: 0.8;
}

img {
	vertical-align: middle;
}

p {
	transform:rotateZ(0.03deg);
}

main img {
	width: 100%;
	height: auto;
}
	
footer {
	padding:30px;
	background-color: #FFF;
	position: relative;
}
.footer_logo{
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
    align-items: center;
}

.footer_logo img{
	width: 105px;
	height: 51px;
}

/* ユーティリティクラス */
.mg-auto {
	margin:auto;
}

.mgb10 {
	margin-bottom:10px;
}

.mgb20 {
	margin-bottom:20px;
}

.mgb30 {
	margin-bottom:30px;
}

.mgb40 {
	margin-bottom:40px;
}

.mgb60 {
	margin-bottom:60px;
}

.mgt50 {
	margin-top:-50px;
}

.container {
	margin: 0 auto;
	max-width: 900px;
}

.logo {
	width:20%;
	height:auto;
}

.btn_area {
	width: 80%;
	margin:auto;
}

.btn_area .comingsoon {
	position: relative;
}

.btn_area .comingsoon a {
	pointer-events: none; /* クリックを無効化 */
    cursor: not-allowed;   /* カーソルを変更 */
}

.btn_area .comingsoon::after {
	content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}



.inner {
	padding: 0 30px;
}

.text_area {
	font-size: 13px;
}

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

.text_area-big {
	font-size: 14px;
}

.font-bold {
	font-weight:800;
	font-size:17px;
}
.font-gothic {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;
}

.font-white {
	color:#FFF;
}

.font-red {
	color:#e35230;
}

.font-beige {
	color:#000;
}

.flex {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}

.icon {
	position:relative;
	padding-left:20px;
}

.icon-map::before {
	content: '';
	display: block;
	background-image: url(../image/icon/icon-map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position:absolute;
	top:0;
	left:-1px;
}

.icon-phone::before {
	content: '';
    display: block;
    background-image: url(../image/icon/icon-phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -2px;
}

.icon-post::before {
	content: '';
    display: block;
    background-image: url(../image/icon/icon-post.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -2px;
}

.icon-hours::before {
	content: '';
    display: block;
    background-image: url(../image/icon/icon-hours.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -2px;
}  

.icon-holidays::before {
	content: '';
    display: block;
    background-image: url(../image/icon/icon-holidays.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -2px;
}  

.icon-url::before {
	content: '';
    display: block;
    background-image: url(../image/icon/icon-url.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -2px;
}  

.icon-map-w::before {
	content: '';
	display: block;
	background-image: url(../image/icon/icon-map-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position:absolute;
	top: 50%;
    left: 39%;
    transform: translateY(-50%) translateX(-39%);
}

.icon-phone-w::before {
	content: '';
    display: block;
    background-image: url(../image/icon/icon-phone-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
	top: 50%;
    left: 39%;
    transform: translateY(-50%) translateX(-39%);
}

/* topスタイルクラス */
.main_bg {
	background-color: #e1e9e1;
}

.main_visual {
	background-color: #FFF;
	padding-bottom:30px;
}

.step-entry_area {
	padding:50px 0 30px;
}

.step_area-bg {
	background-color: #fff;
	border-radius: 20px;
	padding:30px 0;
}

.entry_area {
	padding:30px 0 0;
}


/* shoplistスタイルクラス */
.red_bg {
	padding:20px 0;
	background-color: #e35230;
	position: relative;
}
.red_bg a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	left: 10px;
	padding: 8px 8px 8px 18px;
	text-decoration: none;
	font-size: 14px;
	color: #222;
}

.red_bg a:before {
	content: '';
	display: block;
	background-image: url(../image/icon/back.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position:absolute;
	top: 10px;
	left:-1px;
}


.white_bg {
	padding:20px 0;
	background-color: #FFF;
}

.beige_bg {
	background-color: #e1e9e1;
	padding:20px 0;
}

.tag_nav {
	overflow-x: auto;
}

.tag_nav button {
	margin: 5px; 
	padding: 5px 20px; 
	background: #FFF; 
	border-radius:30px;
	border: none;
	font-size:16px;
}

.tag_nav-item {
    width: max-content;
}

/*.tag_nav::-webkit-scrollbar {
	display:none;
}*/

.tag_nav button.active {
	background: #e35230; 
	color: white;
}

.store-card { 
	background-color :#FFF;
	padding: 15px; 
	margin: 20px 0; 
	border-radius:10px;
}

.store-card_info {
	display:flex;
	gap:20px;
}

.modal-open {
	white-space: nowrap;
	text-align: right;
	cursor: pointer;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    z-index: 500; /* モーダル本体より背面 */
    display: block; /* 初期状態は非表示 */
  }
.modal-contain {
	position:fixed;
	background-color :#FFF;
	padding: 15px; 
	margin: 20px 0; 
	border-radius:10px;
	top: 50%; /* 画面の中央に配置 */
	left: 50%; /* 画面の中央に配置 */
	transform: translate(-50%, -50%); /* 画面の中央に正確に配置するための補正 */
	z-index: 1000; /* 他の要素の上に表示するため */
	width: 95%; /* モーダルの幅（調整可能） */
	max-width: 600px; /* モーダルの最大幅（調整可能） */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 影を追加して立体感を出す */}
	
.modal-close {
	position:absolute;
	top:10px;
	right:10px;
	cursor: pointer;
}

.modal-close img {
	width:20px;
}

.modal-shop_area {
	background-color: #F4F0E8;
	padding:20px;
}

.modal-btn_area {
	display:flex;
	justify-content: center;
	gap:20px;
}

.modal-btn {
	background-color: #E84730;
	padding:10px;
	border-radius: 40px;
	width:49%;
}

.modal-btn a {
	text-decoration: none;
}

.modal-btn-link {
	display:block;
}
.pagetop{
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 50;
}
.pagetop a img{
	width: 32px;
	height: 32px;
}
.bread{
	font-size: 14px;
	margin-bottom: 16px;
}
.bread a{
	color: #222;
}


/* タブレットスタイル */
@media (max-width: 767px) {
	/* shoplist・スタイルクラス */
	.store-card_info {
		display:block;
	}
	
	.logo {
		margin: auto;
	}
	footer .footer_logo{
		position: static;
		margin: 20px auto 0;
	}
}

	
/* SPスタイル */
@media screen and (max-width: 480px) {
	/* ユーティリティクラス */
	.mgb30 {
		margin-bottom:15px;
	}
	
	.mgb40 {
		margin-bottom:20px;
	}
	
	.mgb60 {
		margin-bottom:30px;
	}
	
	.mgt50 {
		margin-top:-36px;
	}

	.inner {
		padding: 0 10px;
	}

	/* TOP・スタイルクラス */
	.main_visual {
		padding-bottom:15px;
	}

	.step_area {
		padding:20px 0 30px;
	}
	
	.step-entry_area {
		padding:30px 0;
	}

	.step_area-bg {
		padding:30px 0 15px;
	}

	.btn_area .comingsoon::after {
		font-size: 1.0rem;
	}
	/* shoplist・スタイルクラス */
	.icon-map-w::before {
		position:absolute;
		top: 50%;
		left: 24%;
		transform: translateY(-50%) translateX(-24%);
	}
	
	.icon-phone-w::before {
		position: absolute;
		top: 50%;
		left: 24%;
		transform: translateY(-50%) translateX(-24%);
	}
	
}

