﻿@charset "UTF-8";

/* ▼▼▼ PC
=====================================*/
#main{
}

/* comingsoon */
.comingsoon_wrap{
	height: calc(100vh - 300px);
    display: grid;
    place-content: center;
}
.comingsoon{
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1.45;
	font-weight: 600;
	text-align: center;
}
.comingsoon .small{
	font-size: 26px;
}

/* hours_info */
.hours_info{
	width: 100%;
	background: #103F84;
	color:#fff;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	font-feature-settings: "palt";
}
.hours_info .hours_info_inner{
	display: inline-block;
	padding-left: 60px;
    padding-bottom: 10px;
	text-align: center;
    line-height: 1.4;
	letter-spacing: 0.1em;
    position: relative;
}
/* iOS Safari用 */
_::-webkit-full-page-media, _:future, :root .hours_info .hours_info_inner{
	padding-top: 5px;
	padding-bottom: 5px;
  }
.hours_info .hours_info_inner::before{
	content: "";
	width: 42px;
	height: 43px;
	margin: auto;
	background: url(../img/icon_moon.webp) no-repeat center center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.hours_info .large{
	font-size: 38px;
}
.hours_info .time{
	font-size: 44px;
	color: #FFEF00;
}

/* lead_wrap */
.lead_wrap{
	padding: 40px 60px;
}
.lead_wrap p.heading_txt{
	font-size: 32px;
	letter-spacing: 0.02em;
	line-height: 1.9;
	font-weight: 600;
	text-align: center;
}
.lead_wrap p.heading_txt .underLine_pink{
	color: #FF3656;
	font-weight: 800;
	background: linear-gradient(transparent 50%, rgba(255,116,136,0.25) 50%);
}
.lead_wrap p.heading_txt .small{
	font-size: 26px;
}

.card_wrap .tokuten{
    max-width: 890px;
    margin: 0 auto 45px;
    background: #FFFFFF;
	color:#FF3656;
    font-size: 28px;
    font-weight: 600;
	text-align: center;
    padding: 40px 80px;
    border: 5px solid #FF3656;
    border-radius: 25px;
	position: relative;
}
.card_wrap .tokuten .card_img{
	width: 118px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	transform: rotate(-13deg);
}
.card_wrap .tokuten .badge{
	width: 165px;
	position: absolute;
	top: -55px;
	right: 30px;
}

/* pointup_info */
.pointup_info{
	background: #E40013;
	color:#FFEF00;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 10px 0;
}


/* anchor_shop_wrap */
.anchor_shop_wrap{
	background: rgba(255, 239, 241, 0.65);
    padding: 55px 0 40px;
}

/* anchor_area */
#anchor_area{
	margin:0 auto 25px;
}
#anchor_area .anchor_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-top: 110px;
	position: relative;
}
#anchor_area .anchor_list::before{
	content: "";
	background: url(../img/fukidashi.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 504px;
	height: 73px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
#anchor_area .anchor_list li{
	height: 80px;
	width: calc(100% / 4 - 6px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #FCFCEA;
	border:1px solid #000000;
	border-radius: 5px;
	color:#000000;
}
#anchor_area .anchor_list li a {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
	line-height: 1.2em;
}
#anchor_area .anchor_list li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: translate(-50%, -80%) rotate(45deg);
}
#anchor_area .anchor_list li:hover a{
	text-decoration: none;
	color:#FCFCEA;
	background:#000000;
}
#anchor_area .anchor_list li:hover::after{
	border-color:#FCFCEA;
}


p.kome{
	margin-bottom: 60px;
	font-size: 18px;
}
section:not(:last-of-type){
	margin-bottom: 40px;
}
h2{
	padding-bottom: 15px;
	font-size: 24px;
	position: relative;
	margin-bottom: 20px;
}
h2::after{
	content: "";
	width: 100%;
	height: 3px;
	background: #C22D71;
	position: absolute;
	left:0;
	bottom: 0;
}
section .area_wrap h3{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
}
section .area_wrap h3.subway{
	background-color: #C22D71;
}
section .area_wrap h3.station{
	background-color: #984B80;
}
section .shop_wrap .shop_list{
	/* border-top: 1px solid #CCCCCC;; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section .shop_wrap .shop_list li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid #D8B2B9;
	width: calc(100% / 2 - 15px);
}
section .shop_wrap .shop_list li:nth-child(1),section .shop_wrap .shop_list li:nth-child(2){
	border-top: 1px solid #D8B2B9;
}
section .shop_wrap.only .shop_list li{
	width: 100%;
}
section .shop_wrap .shop_list li .shop_name,
section .shop_wrap .shop_list li .shop_discount{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
section .shop_wrap .shop_list li .shop_name{
	-ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    min-height: 65px;
	padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
section .shop_wrap .shop_list li .shop_name.shop_name_min{
	font-size: 11px;
}
section .shop_wrap .shop_list li .shop_discount{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 65px;
	padding: 10px 0 10px 20px;
	color: #CB1618;
	font-size: 14px;
	font-weight: 700;
}
section .shop_wrap .shop_list li .shop_discount span{
	font-size: 12px;
}

/* notice */
.notice{
	margin-top: 30px;
}
.notice li{
	font-size: 14px;
	line-height: 1.7;
	text-indent: -1em;
	padding-left: 1em;
}



p.more {
	text-align: center;
}
p.more a {
	display: block;
	background: #000;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 90px;
	text-decoration: none;
	position: relative;
}
p.more a:hover{
	opacity:0.6;
}
p.more span {
	position: relative;
}
p.more span:after {
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin:auto;
	position: absolute;
	top: 5px;
	bottom: 0;
	right: -20px;
	transform: rotate(45deg);
}
.yellow{
	position: relative;
	z-index: 1;
}
.yellow img{
	display: block;
}
@media screen and (min-width: 769px) {
	section .shop_wrap:not(.only){
		/* display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between; */
	}
	/* section .shop_wrap:not(.only) .shop_list{
		-webkit-flex: 48%;
		-ms-flex: 48%;
		flex: 48%;
		width: 48%;
		max-width: 48%;
	} */
}
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	#main{

	}
.container::before,.container::after{
	display: none;
}


/* hours_info */
.hours_info{
	font-size: 14px;
}
.hours_info .hours_info_inner{
	padding: 0 10px 6px 25px;
}
.hours_info .hours_info_inner::before{
	width: 22px;
	height: 22px;
	left: -5px;
}
.hours_info .large{
	font-size: 19px;
}
.hours_info .time{
	font-size: 22px;
}




#anchor_area .anchor_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding-top: 65px;
}
#anchor_area .anchor_list::before {
    width: 275px;
    height: 40px;
}
#anchor_area .anchor_list li{
	width: 100%;
	margin: 0;
	height: 56px;
}
#anchor_area .anchor_list li a{
	padding: 8px 0 15px;
	font-size: 11px;
}
#anchor_area .anchor_list li a::after{
	width: 6px;
	height: 6px;
	right: 6px;
}
h2{
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 22px;
}

/* comingsoon */
.comingsoon_wrap{
	
}
.comingsoon{
	font-size: 24px;
}
.comingsoon .small{
	font-size: 16px;
}

.lead_wrap{
	padding: 30px 0;
}
.lead_wrap .spimg{
	width: 100%;
}
.lead_wrap p.heading_txt{
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.45;
}
.lead_wrap p.heading_txt .small{
	font-size: 14px;
}


.card_wrap {
    padding: 0;
    margin-bottom: 40px;
}
.card_wrap .tokuten {
    max-width: 100%;
    margin: 0 auto 50px;
    background: #FFFFFF;
    font-size: 18px;
	line-height: 1.4;
    padding: 20px;
    border: 3px solid #FF3656;
    border-radius: 20px;
}
.card_wrap .tokuten .card_img {
    width: 76px;
    top: unset;
    bottom: -15px;
    left: -10px;
}
.card_wrap .tokuten .badge {
    width: 93px;
    position: absolute;
    top: -30px;
    right: -15px;
}

/* pointup_info */
.pointup_info{
	font-size: 22px;
	padding: 5px 0;
	letter-spacing: 0.02em;
}

/* anchor_shop_wrap */
.anchor_shop_wrap{
    padding: 45px 0 30px;
}



section .shop_wrap .shop_list:not(:first-child){
	border-top: none;
}
section .shop_wrap .shop_list li{
	width: 100%;
}
section .shop_wrap .shop_list li:nth-child(2){
	border-top: none;
}
section .shop_wrap .shop_list li .shop_name{
	-webkit-flex: 0 0 140px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
    width: 140px;
    max-width: 140px;
    min-height: 65px;
    padding: 10px;
    font-size: 14px;
}
section .shop_wrap .shop_list li .shop_name.shop_name_min{
	font-size: 10px;
}
section .shop_wrap .shop_list li .shop_discount{
	min-height: 65px;
	padding: 10px 0 10px 10px;
	font-size: 14px;
}
section .shop_wrap .shop_list li .shop_discount.shop_discount_min_sp{
	font-size: 13px;
}
section .shop_wrap .shop_list li .shop_discount span{
	font-size: 10px;
}
p.more a{
	font-size: 18px;
	line-height: 60px;
}
}
/* ▼▼▼ 340px
=====================================*/
@media screen and (max-width: 340px) {

}
