﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/
header{
	margin-bottom: 80px;
}
.container::before,
.container::after{
	content:"";
	width: 103px;
	position: absolute;
	top:30px;
	z-index: 0;
}
.container::before{
	content:"";
	background: url(../img/bg_left.png)repeat-y top center /contain;
	height: calc(100% + 180px);
	left:-12%;
}
.container::after{
	background: url(../img/bg_right.png)repeat-y top center /contain;
	height: 100%;
	right:-12%;
}
.note{
	margin-bottom: 20px;
}
.note p.heading_txt{
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1.45;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
}
.note p.heading_txt span{
	color: #EA5504;
	background: linear-gradient(transparent 50%, #FFF001 50%);
}
.note .point_wrap .flex{
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.note .point_wrap .flex .point_img{
	max-width: 185px;
}
.note .point_wrap .flex .point_txt{
	font-size: 28px;
	letter-spacing: 0.014em;
	font-weight: bold;
}
.note .point_wrap .txt_orange{
	font-size: 24px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #EA5504;
	text-align: center;
	margin-bottom: 30px;
}
.note .point_wrap .txt_bl{
	font-size: 24px;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	line-height: 2.5;
}
.note .mejirushi_wrap{
	margin-bottom: 50px;
}
.note .mejirushi_wrap .mejirushi_img{
	max-width: 400px;
	margin: 0 auto 40px;
}
.note .mejirushi_wrap .mejirushi_img img{
	width: 100%;
}
.note .mejirushi_wrap .txt_bl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 20px;
}
.note .mejirushi_wrap .kome{
	max-width: 510px;
	margin: 0 auto;
	font-size: 14px;
    line-height: 17px;
    text-indent: -1em;
    padding-left: 1em;
}

.card{
	max-width: 700px;
	padding: 0 10px;
	margin: 0 auto 50px;
}
.card .card_ttl{
	text-align: center;
	font-size: 24px;
	color: #C42A1E;
	letter-spacing: -0.04em;
	margin-bottom: 25px;
}
.card .card_flex{
	display: flex;
	gap: 8px;
	align-items: center;
}
.card .card_flex .img{
	width: calc((100% - 16px) / 3);
	margin-bottom: 25px;
}
.card ul.kome{
	padding-left: 35px;
}
.card ul.kome li{
	font-size: 14px;
	line-height: 17px;
	text-indent: -1em;
	padding-left: 1em;
}
#nav_area{
	margin:0 auto 25px;
}
#nav_area .nav_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#nav_area .nav_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;
}
/* #nav_area .nav_list li:nth-child(3n),
#nav_area .nav_list li:last-child{
	margin-right: 0;
} */
#nav_area .nav_list li a {
	font-size: 18px;
	font-weight: bold;
	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;
}
#nav_area .nav_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);
}
#nav_area .nav_list li:hover a{
	text-decoration: none;
	color:#FCFCEA;
	background:#000000;
}
#nav_area .nav_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 #CCCCCC;
	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 #CCCCCC;
}
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;
	align-content: center;
	-webkit-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
	max-width: 200px;
	min-height: 70px;
	padding: 17px 10px 17px 17px;
	background: #FCFCEA;
	font-size: 14px;
	font-weight: bold;
	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: 70px;
	padding: 13px 0 13px 20px;
	color:#CB1618;
	font-size: 18px;
	font-weight: bold;
}
section .shop_wrap .shop_list li .shop_discount span{
	font-size: 12px;
}
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;
}
@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;
	}
	header{
		margin-bottom: 25px;
	}
.container::before,.container::after{
	display: none;
}
#nav_area .nav_list{
	justify-content: flex-start;
}
#nav_area .nav_list li{
	width: 48%;
	margin: 0 2% 10px 0;
	height: 56px;
}
#nav_area .nav_list li a{
	padding: 8px 0 15px;
	font-size: 11px;
}
#nav_area .nav_list li a::after{
	width: 6px;
	height: 6px;
	right: 6px;
}
#nav_area .nav_list li{
	width: 48%;
	margin-right:0;
}
#nav_area .nav_list li:nth-child(odd){
	margin-right: 2%;
}
.note .spimg{
	width: 100%;
}
h2{
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 22px;
}
.note p.heading_txt{
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin-bottom: 25px;
}
.note .point_wrap .flex {
    gap: 10px;
	margin-bottom: 25px;
}

.note .point_wrap .flex .point_img {
    max-width: 70px;
}
.note .point_wrap .flex .point_txt {
    font-size: 14px;
}
.note .point_wrap .txt_orange {
    font-size: 12px;
	margin-bottom: 25px;
}
.note .point_wrap .txt_bl {
    font-size: 12px;
    line-height: 1.5;
	margin-bottom: 25px;
}
.note .mejirushi_wrap .mejirushi_img {
    max-width: 210px;
    margin: 0 auto 25px;
}
.note .mejirushi_wrap .txt_bl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.note .mejirushi_wrap .kome {
	font-size: 12px;
    line-height: 1.7;
}
.note .mejirushi_wrap {
    margin-bottom: 25px;
}
.card{
	margin-bottom: 40px;
}
.card .card_ttl{
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 25px;
}
.card .card_flex {
    gap: 4px;
}
.card .card_flex .img{
	width: calc((100% - 4px) / 3);
}
.card ul.kome {
    padding-left: 0;
}
.card ul.kome li{
	font-size: 12px;
	line-height: 1.7;
}

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;
}
.yellow{
	padding: 30px 0 0;
}
p.more a{
	font-size: 18px;
	line-height: 60px;
}
}
/* ▼▼▼ 340px
=====================================*/
@media screen and (max-width: 340px) {

}
