@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #000;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; margin: 0; padding: 0; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:1.8rem;
}


.for_pc{
	display:block;
	margin:0 auto;
}

.for_sp{
	display:none;
	margin:0 auto;
}

/* sp */
@media screen and (max-width: 750px){

body {
		font-size:1.5rem;
	}
	.for_pc{
		display:none;
		margin:0 auto;
	}
	.for_sp{
		display:block;
		margin:0 auto;
	}

}

.inner{
	max-width: 1000px;
	padding: 0 1.5rem;
	margin: 0 auto;
}

@media screen and (max-width: 750px){
.inner{
	max-width: 95%;
	padding: 0;
	margin: 0 auto;
}

}

/* =========================================================
ヘッダー
========================================================= */
header{
	position: fixed;
	height: 57px;
	z-index: 100;
	background-color: #FFF;
	width: 100%;
}

.nav_wrapper{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

h1{
	width: 240px;
	padding: 1.5rem 0 0.5rem 3rem;
	padding-bottom: 1rem;
}

nav ul{
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
}

nav ul li a{
	display: block;
	text-decoration: none;
	padding: 2rem 4rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
}

.list_nav{
background-color: #E50014;;
}
.result_nav{
background-color: #EA5502;
}

nav ul li a:hover{
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

@media screen and (max-width: 750px){
h1{
	width: 80px;
	padding-left: 1rem;
	padding-bottom: 0;
}
nav ul li a{
	padding: 2rem;
	font-size: 1.4rem;
	}
}

/* =========================================================
メインビジュアル
========================================================= */
main{
	background-color: #E50014;
	padding: 57px 0 0;
}


@media screen and (max-width: 750px){
main{
padding: 57px 0 0;
}
main .inner{
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
}

/* =========================================================
box
========================================================= */
#box{
	background-color: #FBFFC0;
	padding: 1rem 0 0;
}
#box .inner{
	text-align: left;
}
#box h2{
  position: relative;
  padding: 1.5em 0 0.3em 35px;
  font-size: 1.4em;
	font-weight: 900;
}
#box h2:before{
  position: absolute;
  content: '';
  top: 1.97em;
  left: 9px;
  width: 18px;
  height: 18px;
  background-color: #E50014;
}
#box .inner p{
  background-color: #FFF;
	border-radius: 10px;
	border: solid 5px #E50014;
	padding: 2.5rem 2.5rem  2.5rem 2.5rem;
  font-size: 1em;
  line-height: 1.8em;
}
#box .span01,
#box .span02{
  display: block;
  padding-bottom: 0.3em;
  font-size: 1.2em;
  font-weight: 900;
  color: #E50014;
}
#box .span02{
  color: #000;
}
@media screen and (max-width: 750px){
#box{
	background-color: #FBFFC0;
	padding: 0.5rem 0 0;
}
#box .inner p{
	border: solid 4px #E50014;
	padding: 1.8rem 1.5rem;
  line-height: 1.6em;
}
#box .span01,
#box .span02{
  font-size: 1.1em;
  line-height: 1.5em;
}
}

/* =========================================================
店舗リスト
========================================================= */
#list{
	background-color: #FBFFC0;
	padding: 10rem 0 6rem;
}

.list_box{
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	border: solid 5px #E50014;
	padding: 6rem 4rem 4rem;
	text-align: left;
}

.list_ttl{
	position: absolute;
	top: -3rem;
	right: 0;
	left: 0;
  	margin: 0 auto;
	max-width: 600px;
	display: block;
	background-color: #E50014;
	border-radius: 10px;
	padding: 1.5rem 4rem;
	color: #FFF;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
}

/*------------アコーディオン--------------*/
.accordion {
margin: 2rem auto 0;
max-width: 60vw;
padding-bottom: 4rem;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
padding: 0.8rem;
display: block;
color: #000;
font-size: 2.2rem;
font-weight: 600;
background-color: #FFF;
border: solid 2px #E50014;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 2rem;
top: 1.5rem;
width: 2px;
height: 2rem;
background-color: #E50014;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 1rem 0;
padding: 0.5em 1em 1em;
/* font-size: 1em; */
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 3000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

.area_ttl{
	color: #E50014;
	font-weight: 800;
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom:dashed 2px #E50014;
	padding: 1rem;
}

.grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1rem;
	margin: 2rem 0;
}

.area a{
	display: grid;
	place-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 1.5rem 1rem;
	text-decoration: none;
	color: #000;
	height:100%;
}

.area a:hover{
	opacity: 0.8;
}

#list a span{
	font-size: 1.4rem;
}

@media screen and (max-width: 750px){
#list{
	padding: 7rem 0 4rem;
}
.list_ttl{
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.list_box{
  border: solid 4px #E50014;
  padding: 4rem 2rem 2rem;
}
.accordion {
  margin: 2rem auto 0 auto;
  max-width: 100vw;
  padding-bottom: 1rem;
}
	.title {
		font-size: 1.8rem;
	}
	.grid{
	grid-template-columns: 1fr 1fr;
	margin: 2rem 0;
}
	.area_ttl{
		text-align: left;
	}
	.area a{
		font-size: 1.4rem;
	}
}

/* =========================================================
ページトップ リンク
========================================================= */
/*リンクの形状*/	
	
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#000;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right:20px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (max-width: 960px) {

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
}

/*---------------------------------------------
フッター
---------------------------------------------*/

footer{
	width: 100%;
	padding: 20px 0;
	font: Arial, Helvetica, sans-serif;
	background: #2b2b2b;
	font-size: 90%;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer address{
	color: #fff;
}

/* sp */
@media screen and (max-width: 520px){
	footer{
		padding:10px 0;
	}

	footer a{
	font-size: 0.5em;
	}
	
	#page-top a{
	margin: 0 -10px 0 0;
	}
}



