@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333333;
	font-weight: bold;
	background: #fff;
	line-height: 1.5
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color: #333;
}
a:hover{
	opacity:0.6;
}

.wrap{
	overflow:hidden;
}
.relative{
	position:absolute;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
img.pc{
	display:inline;
}
img.sp{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 2.2rem;
	}
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	img.pc{
		display:none;
	}
	img.sp{
		display:inline;
	}
	.in {
			width: 580px;
			margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.caution{
	font-size: 1.2rem;
	color: #fff;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.caution{
		font-size: 1.4rem;
		margin-top: 5px;
	}
}

.popup{
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.popup.open{
  opacity: 0;
  pointer-events:auto;
  display: none;
}
.popup .in{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup_i{
  position: relative;
  z-index: 2;
}
.popup:after{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:0;
}
.pop_tel img {
  transform: scale(1);
}
.pop_tel img {
  -webkit-animation: bound 1.5s ease-in infinite;
  -moz-animation: bound 1.5s ease-in infinite;
  animation: bound 1.5s ease-in infinite;
}
.pop_close.u_cls{
  background: #fff;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin-top: 15px;
}
.b_cls{
  text-align: right;
}
.b_cls img{
  width: 30px;
}


.about_shops_w{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 20px;
}
#about h3.about_shops_ttl{
	margin-top: 40px;
	background: #080059;
	color: #fff;
	padding: 10px;
}
.about_shops_w > li{
	width: 24%;
	margin-bottom: 10px;
}
.about_shops_w > li a{
    background: #efedff;
    font-size: 1.2rem;
    padding: 10px;
    display: block;
		text-align:center;
}
@media screen and (max-width: 640px) {
	#about h3.about_shops_ttl{
		font-size: 2.2rem;
	}
	.about_shops_w > li{
		width: 100%;
		margin-bottom: 10px;
	}
	.about_shops_w > li a{
	    background: none;
			border-bottom: 1px solid #ccc;
			padding: 20px;
	    display: block;
			text-align:left;
			font-size: 2.2rem;
	}
}


#cp_area img{
	height:auto;
}
.campaign_area img{
	height: auto;
}


.page-id-1891 .covid{
	text-align: center;
}
@media screen and (max-width: 640px) {
	.page-id-1891 #main .in{
		display: none !important;
	}
.chokuei-template-single-chokuei_re #main::before,
.chokuei-template-single-chokuei_re #main::after{
	display: none !important;
}
.page-id-1891 #main{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
}