@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 16px;
	scroll-padding-top: 80px;
	scroll-behavior: smooth;
	font-feature-settings: "palt" 1;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a, p, ul, ol, li, h1, h2, h3, h4, h5, div {
	font-feature-settings: "palt";
	font-family: "Zen Maru Gothic", sans-serif;
	list-style: none;
	line-height: 180%;
}
body {
	background: url(../images/bg.png),#EFB018;
}
.sp_br {
	display: none;
}
main {
	margin: 0 auto;
}
.tb_br {
	display: none;
}

.tb_only_br {
	display: none;	
}
@media (max-width: 780px) {
	.tb_br,.tb_only_br {
		display: block;
	}
	.pc_only_br {
		display: none;	
	}	
}
@media (max-width: 450px) {	
	html {
		scroll-padding-top: 120px;		
		font-size: 14px;
	}
	.tb_only_br {
		display: none;	
	}		
	.sp_br {
		display: block;
	}	
	
	.pc_br {
		display: none;
	}	
}





/* ======================
front-page
====================== */
.title {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	max-width: 800px;
}
.lead {
	width: calc(100% - 20px);
	margin: 20px auto 50px;	
	padding: 20px 20px 10px;
    max-width: 800px;	
	border-radius: 10px;
	text-align: center;
    background: #FDF5D5;	
}
.lead > p {
	font-size: 1.1rem;
	line-height: 2rem;
	font-weight: bold;
	color: #333;	
}
.lead_btn_area {
	margin: 20px auto 10px;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.lead_btn_area > p > a {
	width: 180px;	
	margin: 10px;
	padding: 5px;	
	display: block;
	text-align: center;	
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background: #D14A17;	
}
@media (max-width: 780px) {
	.lead {
		text-align: left;
	}		
}
@media (max-width: 450px) {	
	.title {
		padding: 10px 0 0;
	}
	.lead {
		padding: 15px 15px 5px;
	}	
	.lead > p {
		font-size: 1rem;
		line-height: 2rem;
		font-weight: bold;
		color: #222;	
	}
	.lead_btn_area {
		flex-direction: column;
	}
	.lead_btn_area > p > a {
		margin: 5px;	
	}	
}
/* ======================
nav
====================== */
.main_img {
	position: relative;
	z-index: 9999;
}
#nav_area  {
	background: #fff;		
}
#nav_area a {
	width: 100%;
	display: block;
	padding: 8px;	
	font-weight: 700;	
	font-size: 1rem;	
	letter-spacing: 0.1rem;
	line-height: 1.5;
	color: #333;
	display: block;				
}
#nav_area > ul {
	margin: 0 auto;
	display: flex;
	background: #fff;		
}

#nav_area > ul > li {
	display: flex;
	align-items: stretch;	
	justify-content: center;
	cursor: pointer;
	text-align: center;	
}
#nav_area > ul > li > a {
	color: #fff;	
}
#nav_area > ul > li:nth-of-type(1) {
	width: 150px;
	background: #453737;
}
#nav_area > ul > li:nth-of-type(2),
#nav_area > ul > li:nth-of-type(3), 
#nav_area > ul > li:nth-of-type(4) {
	width: calc((100% - 150px) / 3);	
}	
#nav_area > ul > li:nth-of-type(2) {
	background: #E64D96;
}
#nav_area > ul > li:nth-of-type(3) {
	background: #359DD9;
}
#nav_area > ul > li:nth-of-type(4) {
	background: #57B434;
}
#nav_area > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}	

/* JS */
#nav_area.m_fixed {
	width: 100%;
	position: fixed;
	top: 0;
}




@media (max-width: 780px) {	
	#nav_area a {
		height: 3rem;
		padding: 8px 5px;
		font-size: 0.9rem;	
		line-height: 1.3;		
	}	
	#nav_area > ul > li:nth-of-type(1) {
		width: 80px;
	}
	#nav_area > ul > li:nth-of-type(2),
	#nav_area > ul > li:nth-of-type(3), 
	#nav_area > ul > li:nth-of-type(4) {
		width: calc((100% - 80px) / 3);	
	}				
}

@media (max-width: 450px) {		
	#nav_area > ul  {
		flex-wrap: wrap;
	}	
	#nav_area > ul > li:nth-of-type(1),
	#nav_area > ul > li:nth-of-type(2),
	#nav_area > ul > li:nth-of-type(3), 
	#nav_area > ul > li:nth-of-type(4) {
		width: 50%;	
	}		
}
/* ======================
single-shop.php
====================== */
.single_main_container {
	margin: 0 0 100px;
}
.header_single {
	width: calc(100% - 40px);
	margin: 20px auto 10px;	
	max-width: 500px;	
	display: flex;
	align-items: center;
	text-align: center;
}
.pan a {
    display: inline-block;
    width: 1rem; /* 大きさ */
    height: 1rem; /* 大きさ */
    border-top: 2px solid #333; /* 線の太さ・色 */
    border-left: 2px solid #333; /* 線の太さ・色 */
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header_single > h2 {
	margin: 0 auto;	
	padding-right: 20px;
	display: inline-block;	
}
/* 店舗カード */
.single_card_container {
	margin: 0 auto 50px;
	max-width: 500px;
	background: #F7F7F7;	
	border-radius: 10px; 
}
.single_shop_img img {
	border-radius: 10px 10px 0 0; 	
}
.single_shop_box {
	padding: 1rem;
}
.single_shop_name_fl {
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.single_shop_name {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #333;
}
.single_icon_area {
	display: flex;
	position:relative;
	top:2px;
}

.site_link a, .sns_link a {
	width: 2rem;
	display: block;
	line-height: 1;
}
.single_shop_inrbox {
	margin-bottom: 1rem;
	padding: 1rem;
	border-radius: 5px;
	background: #EAEAEA;
}
.single_shop_address {
	margin-bottom: 1rem;	
}
.single_shop_address,.single_shop_tel,.shop_open {
	display: flex;
	align-items: center;	
}
.single_shop_address > a, .tel_link > a {
	display: flex;
	color: #333;
	text-decoration-color: #808080;
}
.single_icon > img {
	width: 2rem;
	margin-right: 1rem;
}
.single_shop_tel {
	margin-bottom: 1rem;	
	padding: 1rem 0;
	border-top: solid 1px #EAEAEA; 
	border-bottom: solid 1px #EAEAEA; 	
}
.yokaset_menu {
	margin: 1rem 0;
	padding: 1rem;
	border-radius: 5px;
	background: #EAEAEA;	
}
.menu_img {
	text-align: center;
	background: #333;		
}
.menu_img > img {
	width: auto;
	height: 300px;
	margin: 0 auto;
}
.yokaset_menu_txt {
	margin-top: 3px;
}
.menu_txt {
	font-size: 0.8rem;
	display: flex;
}
.ue {
	display: block;
	margin-right: 5px;
}
.modoru {
	margin: 30px 0;
	text-align: center;
}
.modoru_top {
    width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 1080px;		
	text-align: right;
}
.modoru > a,.modoru_top > a {
	padding: 20px 0;
	color: #333;
}

@media (max-width: 450px) {	
	.single_card_container {
		width: 95%;
		margin: 0 auto 10px;		
	}
}
/* ======================
各エリア
====================== */
.inr {
	margin: 0 auto;	
	max-width: 1080px;	
}
.group {
	width: calc(100% - 10px);
	margin: 20px 20px 20px 0;
	padding: 5px 20px;
	max-width: 1080px;	
	border-radius: 0 20px 20px 0;
	color: #fff;
	font-size: 1.2rem;
}
.bg_pink {
	background: #E64D96;
}
.bg_blue {
	background: #359DD9;
}
.bg_green {
	background: #57B434;
}
.card_container {
	width: calc(100% - 20px);
	margin: 0 auto;		
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop_card {
	width: calc(50% - 10px);
	margin: 0 auto 10px;	
	min-width: 350px;
  	display: flex;
  	background: #F7F7F7;
	border-radius: 6px;
}
.bd_pink {
	border: solid 3px #E64D96;
}
.bd_blue {
	border: solid 3px #359DD9;
}
.bd_green {
	border: solid 3px #57B434;
}
.card_container:last-of-type:after {
    content: "";
	display: block;
	width: calc(50% - 10px);
	margin: 0 auto 10px;	
}
  	
/* 左側：テキストエリア */
.shop_fl {
	padding: 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
}
.shop_name_fl {
  	align-self: flex-start;
	margin-bottom: 5px;
}
.shop_fl > div {
	width: 100%;	
}
.shop_name_fl {
	display: flex;
	justify-content: space-between;
}
.shop_name {
	margin-right:2px;
	font-size: 1rem;
	line-height: 1.3rem;
}
.icon_area {
	display: flex;
}
.icon_area > .site_link a, .icon_area > .sns_link a {
	width: 1.3rem;
	padding: 0;
	line-height: 1;
}
.icon_area > .sns_link a {
	margin-left: 2px;
}
.shop_address {
	display: flex;
	align-items: flex-start;
}
.shop_address > a .address_txt {
	font-size: 0.8rem;
	line-height: 1.1rem;
	color: #333;
}
.shop_address > a {
	text-decoration: none;
	color: #333;	
}
.shop_txt {
	color: #333;;
}
.shop_img {
	width: 45%;

}
.shop_img img {
	width: 100%;
	height: 130px;
	display: block;
	object-fit: cover;
	border-radius: 0 3px 3px 0;
}
.icon > img {
	width: 1.1rem;
	margin-right: 3px;
	vertical-align: top;
}
/* ボタンを下に固定 */
.shop_link {
  margin-top: auto; 	
}
.shop_link a {
	padding: 3px 5px 5px;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 0.8rem;
	color: #333;
	border: solid 1px #808080;
	text-decoration: none;
}
@media (max-width: 780px) {
	.shop_card {
		min-width: 100%;
	}
}
/* ======================
参加方法
====================== */
.howto {
	margin: 0 0 50px;
}
.howto_pan  {
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	align-items: center;
}
.howto_inr {
	width: calc(100% - 20px);
	margin: 0 auto 20px;
	padding: 20px;
	max-width: 950px;	
	background: #FDF5D5;
	border-radius: 20px;
}
.howto_inr > h1 {
	padding: 8px 20px;
	font-size: 1.3rem;
	border-radius: 20px;
	text-align: center;
	background: #285095;
	color: #fff;
}

.step1_box, .step2_box {
	margin-right: 30px;	
	padding-right: 10px;
    position: relative;	
}
.step1_box::after,.step2_box::after {
    content: "";
    position: absolute;
    top: 50%;   
    left: 100%;
    transform: translateY(-50%);   
    border: 20px solid transparent;
    border-left: 15px solid #EFB018;
}
.step_area {
	margin: 10px auto 0;
	padding: 10px;
	display: flex;
	flex-direction: space-around;
}
.step {
	width: 100px;
}
.toypo_logo {
	width: auto;
	height: 1.5rem;
	margin-right: 5px;
}
.s_phone {
	width: 70px;
	margin-right: 10px;
}
.step_txt,.step_txt > a {
	font-weight: bold;
	color: #333;	
}
.txt_s {
	font-size: 0.8em;
}
.txt_yellow {
	margin: 0 5px;
	padding: 0 5px;
	color: #D14A17;	
	background: #F5E929;
}
.txt_red {
	color: #D14A17;
}
.txt_red > a {
	color: #D14A17;
	text-decoration-color: #D14A17;
}
.howto_step_box_inr_fl {
	display: flex;
}
.tokuten_box_inr_fl_r {
	width: 65%;;
}

.tokuten_txt {
	margin: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}
.tokuten1,.tokuten2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
    position: relative;	
}
.tokuten1::after,.tokuten2::after {
    content: "";
    position: absolute;
    top: 100%;
	left: calc(50% - 20px);
    border: 20px solid transparent;
    border-top: 15px solid #D14A17;
}
.tokuten_til {
	margin: 0 auto;	
	padding: 8px 5px;
	max-width: 700px;	
	border: solid 2px #D14A17;
	text-align: center;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: #D14A17;
}
.tokuten_box_inr_fl {
	margin: 0 auto;
	padding: 10px;
	max-width: 700px;		
	border: solid 2px #D14A17;	
	display: flex;
	border-radius: 0 0 10px 10px;	
	background: #fff;
}
.sticker {
	width: 300px;
	margin: 0 auto;
}
.stamp {
	width: auto;
	height: 2rem;
	margin-right: 5px;
}
.coupon, .present {
	width: 200px;
	margin: 0 auto;	
}
p.asterisk{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.7em;
}
.tosen_up {
	margin-top: 10px;
	padding: 10px;
	border-radius: 8px;	
	background:  #F5E929;
	text-align: center;
}
.tosen_up > h5 {
	margin-bottom: 8px;	
	font-size: 1.1rem;
	background:  #F5E929;
}
.tosen_up > p {
	padding: 3px;
	border-radius: 15px;
	background:  #D14A17;	
	color: #fff;
}
.tosen_up > p:first-of-type {
	margin-bottom: 8px;
}
.coupon_img {
	margin: 0 auto;
	max-width: 950px;
}
.howto > p {
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 950px;	
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
@media (max-width: 780px) {
	.step_area {
		margin: 10px 0 0;
		display: flex;
		flex-direction: column;
		flex-direction: flex-start;
	}	
	.step1_box, .step2_box {
		margin-right: 0;	
		padding-right: 0;
		padding-bottom: 30px;		
	}	
	.step1_box::after,.step2_box::after {
		top: 100%;
		left: calc(50% - 20px);
		border: 20px solid transparent;
		border-top: 15px solid #EFB018;   /* 好みで色を変えてください */  
	}	
	.tokuten_box_inr_fl {
		flex-direction: column;
	}	
	.tokuten_box_inr_fl_r {
		width: 100%;;
		margin-top: 10px;
	}
	.sticker,.coupon, .present {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.tokuten_box_inr_fl {
		display: block;
	}
}
/* ======================
footer
====================== */
.subway {
	margin: 50px auto;
	max-width: 800px;	
}
.footer_inr {
	background: #453737;
	color: #fff;
	padding: 30px 20px;
	font-size: 0.8rem;
}
.footer_fl {
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: space-around;
}
.footer_box {
	flex-direction: column;
}
.footer_box {
	display: flex;
	margin-bottom: 10px;
}
.footer_box > h5, .footer_box > ul li {
	font-size: 0.9rem;
}
.event_area {
	width: 320px;
}
.tel_link,
.tel_link:link,
.tel_link:visited,
.tel_link:hover,
.tel_link:active {
  color: #fff !important;
  text-decoration: none; 
}
@media (max-width: 780px) {
	.footer_fl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;		
	}
	.subway {
		width: calc(100% - 20px);
	}	
	.odr1 {
		width: 100%;
		max-width: 500px;		
		margin: 0 auto 20px;
		order: 1;
	}
	.odr2 {
		order: 2;
		flex-direction: column;		
	}
	.odr3 {
		order: 3;
	}
}
@media (max-width: 450px) {	
	.footer_fl {
		width: 300px;	
		margin: 0 auto;		
	}	
	.subway {
		width: 100%;		
		margin: 20px auto 0;
	}		
}	