@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1200px){
/*------------------------------------------------------------
TOP_タブレット
--------------------------------------------------------------*/
/*-----------------
parts_TB
------------------*/
.inner{
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
}
p{
	font-size: 2.0rem;
}
/*-----------------
header_TB
------------------*/
/*ロゴ*/
.logo{
	margin-left: 20px;
}
/*ヘッダーナビ*/
.header_nav{
	padding-right: 40px;
}
.nav_list{
	font-size: 1.5rem;
}
.nav_list li+li{
	margin-left: 30px;
}
.header_nav2 {
	display: none;
}

/*-----------------
メインイメージ(TB)
------------------*/
/*ヒーローイメージ*/
.hero_img::before{
	content: "";
	position: absolute;
	width: 200px;
	height: 170px;
	bottom: 20px;
	right: -50px;
}
h1{
	font-size: 4.8rem;
}
.hero_img ul li{
	margin: 0 15px;
	font-size: 3.0rem;
	width: 200px;
	height: 60px;
}
/*ボタン*/
.button{
	margin-top: 280px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
}
.button a{
	margin: 0 15px;
	width: 320px;
	height: 72px;
	font-size: 2.0rem;
}
/*-----------------
使い方(TB)
------------------*/
section{
	padding: 100px 0;
}
/*もみじ饅頭*/
.use::before{
	position: absolute;
	content: "";
	width: 200px;
	height: 114px;
}
/*かき*/
.use::after{
	position: absolute;
	content: "";
	width: 140px;
	height: 134px;
	bottom: -50px;
}
h2{
	font-size: 4.8rem;
	margin-bottom: 80px;
}
.use ul{
	gap: 30px;
}
.use ul li::before{
	line-height: 1.6;
	width: 60px;
	height:60px;
	top: -30px;
}
strong{
	font-size: 2.8rem;
}
/*-----------------
クーポン一覧(TB)
------------------*/
/*レモン*/
.coupon .inner::before{
	content: "";
	width: 142px;
	height: 134px;
	position: absolute;
	top: -20px;
}
/*店一覧*/
.coupon_item{
	width: 30.6%;
}
.store{
	font-size: 1.7rem;
}
/*------------------------------------------------------------
英語ページ_TB
--------------------------------------------------------------*/
.en .hero_txt{
}
	}

@media screen and (max-width: 640px){
/*------------------------------------------------------------
TOP_SP
--------------------------------------------------------------*/
/*-----------------
parts_SP
------------------*/
p{
	font-size: 1.4rem;
}
	.br_sp{
		display: block;
	}
	.br_pc{
		display: none;
	}
/*-----------------
header_SP
------------------*/	
/*.btn_trigger*/
.btn_trigger{
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 200;
  width: 40px;
  height: 60px;
	background-color: transparent;
}
.btn_trigger>span{
  display: block;
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.5s;
	border-radius: 2px;
}
.btn_trigger>span:first-of-type{
  top: 28%;
}
.btn_trigger>span:nth-of-type(2){
  top: 48%;
}
.btn_trigger>span:last-of-type{
  top: 68%;
} 
.btn_trigger.active>span:first-of-type{
  transform: rotate(45deg);
  top: 48%;
}
.btn_trigger.active>span:nth-of-type(2){
  opacity: 0;
}
.btn_trigger.active>span:last-of-type{
  transform: rotate(-45deg);
  top: 48%;
}
/*ヘッダーナビ*/
.header_nav{
	padding-right: 20px;
	display: none;
	width: 60%;
	height: 120%;
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 200;
	background-color: var(--main-blue);
}
.header_nav.m_fixed {
	display: none;
}
.header_nav .nav_list{
	padding-top: 20%;
	padding-left: 20%;
	text-align: left;
	flex-direction: column;
	align-items: flex-start;
}
.header_nav .nav_item{
	margin-bottom: 40px;
	margin-left: 0;
}
/*ヘッダーナビ*/
.header_nav2{
	display: unset;
	padding-right: 80px;

}


/*-----------------
メインイメージ(SP)
------------------*/
/*ヒーローイメージ*/
.hero_img{
	width: 100%;
	height: auto;
	max-height: 800px;
	background-image: url(../images/main_img_sp.jpg);
	background-size: cover;
	background-position: center;
	margin: 60px auto 0;
	padding-bottom: 320px;
	position: relative;
}
/*お好み焼き*/
.hero_img::before{
	content: "";
	position: absolute;
	width: 134px;
	height: 114px;
	bottom: 20px;
	right: -20px;
}
h1{
	text-align: center;
	padding: 20px 0 10px;
	font-size: 4.0rem;
}
.main_img .hero_img p{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	padding: 0 10px;
}
.hero_img ul{
	position: absolute;
	bottom: -25px;
}
.hero_img ul li{
	margin: 0 5px;
	font-size: 2.4rem;
	width: 100px;
	height: 50px;
	border-radius: 25px;
}
.hero_txt{
	margin: 60px auto 0;
	font-size: 1.6rem;
	width: 90%;
	text-align: left;
}
/*ボタン*/
.button{
	margin-top: 320px;
	margin-bottom: 60px;
	flex-direction: column;
}
.button a{
	margin: 0 auto 30px;
	width: 90%;
	height: 72px;
}
/*-----------------
使い方(SP)
------------------*/
section{
	padding: 80px 0;
}
/*背景画像*/
.use{
	background-image: url(../images/use_bg.jpg);
	background-size: cover;
	position: relative;
}
/*もみじ饅頭*/
.use::before{
	position: absolute;
	content: "";
	width: 150px;
	height: 85px;
	top: -25px;
}
/*かき*/
.use::after{
	position: absolute;
	content: "";
	width: 104px;
	height: 100px;
	bottom: -10px;
}
h2{
	line-height: 1.4;
	font-size: 3.0rem;
	margin-bottom: 40px;
}
.use ul{
	flex-direction: column;
	gap: 40px;
}
.use ul li{
	flex-direction: column;
	padding: 50px 20px 30px;
	width: 100%;
}
strong{
	font-size: 2.4rem;
}
.use img{
	padding: 20px 0;
}
.use p{
	font-size: 1.6rem;
	text-align: left;
}
/*-----------------
乗車券が買える場所(SP)
------------------*/
/*地図*/
.map{
	position: relative;
	width: 100%;
	height: 100vw;
	padding-top: 100%;
}
/*-----------------
クーポン一覧(SP)
------------------*/
/*背景*/
.coupon{
	padding: 80px 0;
}
.coupon::before{
	content: "";
	width: 100%;
	height: 80px;
	background-size: cover;
}
.coupon::after{
	background-size: cover;
}
/*レモン*/
.coupon .inner::before{
	content: "";
	width: 106px;
	height: 100px;
	top: -20px;
}
/*店一覧*/
.coupon_item_list{
	display: flex;
	flex-direction: column;
	gap: 0;
	flex-wrap: nowrap;
	margin-top: 8%;
}
.coupon_item{
	width: 100%;
	height: auto;
	padding: 8px;
	margin-bottom: 4%;
}
.coupon_item a{
	display: flex;
	align-items: center;
}
/*バッジ*/
.badge{
	position: absolute;
	padding: 4px;
	top: 0;
	left: 0;
}
.coupon_img{
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	margin-right: 8px;
}
.coupon_img img{
	width: 60px;
	height: 60px;
}
.coupon_txt{
	flex: 1 1 auto;
}
.store{
	max-height: 26px;
	overflow: hidden;
	font-size: 1.6rem;
	padding: 0;
}
/*特典*/
.off{
	max-height: 32px;
	overflow: hidden;
	line-height: 1.6;
}
/*-----------------
フッター(SP)
------------------*/
footer{
	text-align: center;
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px auto;
}
footer .logo{
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------------------------------------
英語ページ_SP
--------------------------------------------------------------*/
/*-----------------
メインイメージ(SP)
------------------*/
.en h1{
	font-size: 3.2rem;
}
.en .hero_img ul li{
	font-size: 1.5rem;
}
.en .hero_txt{
	margin: 30px auto 0;
	font-size: 1.5rem;
}
}