@charset "utf-8";
html,body{
	overflow-x: hidden;
}


/* ================ Reset ================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;box-sizing: border-box;font-weight: normal;font-style: normal;}
body {
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	color: #000;
	letter-spacing: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul, ul, nav ol, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:rgba( 100, 100, 100, 0.5 );
	text-decoration: none;
	color: #000;
}
a, a:before, a:after{
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
a:hover {
	transform: scale(1.04);
}

button {
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
img{
	vertical-align: bottom;
	border: 0;
	max-width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/* =================== */
.pc{display: none;}
.sp{display: inline-block;}

.wrapper{
	background: transparent;
}
header{
	position: fixed;
	width: 100%;
	background: url("../img/bg_line.png") bottom center no-repeat #fff;
	background-size: 100% auto;
	padding: 2% 2%;
	z-index: 100;
}
header .inner{
	display: flex;
	justify-content: space-between;

}
header .logo_asobiba{
	width: calc((200/828)*100%);
}
header .btn_menu{
	width: calc((50/828)*100%);
	padding: 2% 0 0 0;
}
.gnav{
	display: none;
	width: 100%;
	max-width: 344px;
	margin: 0 auto;
	padding: 25% 0 10%;
	background: url("../img/bg_gnav.png") top center no-repeat;
	background-size: cover;
	aspect-ratio: 688/1358;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}

.gnav.nav_open{
	display: block;
}

.gnav .btn_close{
	width: calc((52/828)*120%);
	position: absolute;
	top: 5%;
	right: 8%;
	cursor: pointer;
}

.gnav ul{
	padding: 0 0 0 20%;
}
.gnav ul li a{
	display: block;
}

.gnav ul li:nth-child(1){
	width: calc((314/828)*150%);
	margin: 0 0 30%
}
.gnav ul li:nth-child(2){
	width: calc((372/828)*150%);
	margin: 0 0 20%
}
.gnav ul li:nth-child(3){
	width: calc((286/828)*150%);
	margin: 0 0 6%
}
.gnav ul li:nth-child(4){
	width: calc((452/828)*150%);
	margin: 0 0 6%
}
.gnav ul li:nth-child(5){
	width: calc((348/828)*150%);
	margin: 0 0 20%
}
.gnav ul li:nth-child(6){
	width: calc((328/828)*150%);
	margin: 0 0 6%
}
.gnav ul li:nth-child(7){
	width: calc((308/828)*150%);
	margin: 0 0 20%
}
.gnav .uma{
	width: calc((152/828)*120%);
	margin: 0 auto;
}


.kv .photo01{
	position: absolute;
	top: 3%;
	left: 25%;
	width: calc((191/828)*100%);
	animation: 
}
.kv .photo02{
	position: absolute;
	top: 27%;
	left: 0;
	width: calc((174/828)*100%);
}
.kv .photo03{
	position: absolute;
	top: 54%;
	left: 15%;
	width: calc((192/828)*100%);
}
.kv .photo04{
	position: absolute;
	top: 0;
	right: 10%;
	width: calc((228/828)*100%);
}
.kv .photo05{
	position: absolute;
	top: 24%;
	right: 0;
	width: calc((167/828)*100%);
}
.kv .photo06{
	position: absolute;
	top: 53%;
	right: 5%;
	width: calc((191/828)*100%);
}

.kv .kv_inner{
	aspect-ratio: 828/1286;
	position: relative;
	padding: 30% 0 0 0;
}
.kv .kv_inner .bg{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: -1;
}
.kv .logo_jra{
	width: calc((114/828)*100%);
	margin: 2% 0 0 2%;
	position: absolute;
	z-index: 2;
}

.kv .txt01{
	width: calc((533/828)*100%);
	margin: 0 auto 5%;
	position: relative;
	z-index: 2;
}
.kv h1{
	width: calc((478/828)*100%);
	margin: 0 auto 10%;
	position: relative;
	z-index: 2;
}

.kv .prologue{
	background: url("../img/bg_prologue-sp.png") top center no-repeat;
	background-size: 100% auto;
	padding: 25% 0 0;
	margin: -20% 0 0 0;
}


.kv .txt02{
	width: calc((603/828)*100%);
	margin: 0 auto 10%;
}

.kv .btn_app{
	display: block;
	width: calc((473/828)*100%);
	margin: 0 auto;
	position: relative;
/*	text-decoration: none;
	text-align: center;
	background: transparent;
	border-radius: 120px;
	outline: none;
*/
	transition: all 0.2s ease;
}

.kv .btn_app:hover{
	transform: scale(1.1);
}
/*
.kv .btn_app span {
	position: relative;
	z-index: 2;
	display: block;
	padding: 24px 30px;
	background:#f8c900;
	border-radius: 120px;
	color:#000;
	font-weight: 600;
	animation: btn_app_shadow 1.5s steps(1) infinite;
}
.pushdown:before {
	content:"";
	position: absolute;
	z-index: 0;
	top:7px;
	left:0;
	width: 100%;
	height: 100%;
	border-radius: 120px;
	background-color: #be8c00;
}
.pushdown:hover span {
	background-color: #be8c00;
	transform: translateY(7px);
}

@keyframes btn_app_shadow{
	0%{transform: translateY(7px);}
	50%{transform: translateY(0);}
	100%{transform: translateY(7px);}
}
*/

.pnav{
	margin: 0 auto;
	padding: 20% 0;
	background: url("../img/bg_pnav-sp.png") bottom center no-repeat #4eac33;
	background-size: 100% auto;
}
.pnav ul{
	margin: 0 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pnav ul li{
	width: 33%;
}
.pnav ul li a{
	display: flex;
	aspect-ratio: 1/1;
	align-items: center;
	position: relative;
}
.pnav ul li:nth-child(1) span{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: url("../img/bg_gear01.png") top center no-repeat;
	background-size: 100% auto;
	animation: gear01 15s linear infinite;
	z-index: 0;
}
.pnav ul li:nth-child(1) a img{
	display: block;
	width:60.6%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pnav ul li:nth-child(2) span{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: url("../img/bg_gear02.png") top center no-repeat;
	background-size: 100% auto;
	animation: gear02 15s linear infinite;
	z-index: 0;
}
.pnav ul li:nth-child(2) a img{
	display: block;
	width:32.6%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pnav ul li:nth-child(3) span{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: url("../img/bg_gear03.png") top center no-repeat;
	background-size: 100% auto;
	animation: gear01 15s linear infinite;
	z-index: 0;
}
.pnav ul li:nth-child(3) a img{
	display: block;
	width:40%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@keyframes gear01 {
  100% {transform: rotate(360deg);}
}
@keyframes gear02 {
  100% {transform: rotate(-360deg);}
}

.pnav ul li a:hover img{
	transform: scale(1.1);
}

.produce{
	background: url("../img/bg_ttl-produce-sp.png") top 19% center no-repeat #0075b5;
	background-size: 100% auto;
	padding: 30% 0 10% 0;
}
/*
.produce .anm{
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 110px;
	transform: translateX(50%);
}
.produce .anm.anime{
	animation: slide-left 10s infinite linear 0.5s both;
}
.produce .anm .ani01{
	display: block;
	width: calc((200/828)*100%);
}
.produce .anm .ani02{
	display: block;
	width: calc((200/828)*100%);
}
@keyframes slide-left{
	from {
	  transform: translateX(50%);
	}
	  to {
	  transform: translateX(-100%);
	}
}
*/

.produce h2{
	width: calc((466/828)*100%);
	margin: 0 auto 10%;
}
.produce .txt01{
	width: calc((707/828)*100%);
	margin: 0 auto;
}
.produce .logo{
	width: calc((600/828)*100%);
	margin: 0 auto;
}




.play{
	background: url("../img/bg_play-sp.png") bottom center no-repeat #0075b5;
	background-size: 100% auto;
	padding: 10% 0 20%;
}
.play .inner{
	border-radius: 20px;
	background: #fff;
	margin: 0 4%;
	padding: 15% 0;
}

.play h2{
	width: calc((492/828)*100%);
	margin: 0 auto 6%;
}
.play .txt01{
	width: calc((556/828)*100%);
	margin: 0 auto 6%;
}
.play .logo{
	width: calc((306/828)*108%);
	margin: 0 auto 6%;
}
.play .area_map{
	margin: 0 1%;
	padding: 0 0 10%;
	background: url("../img/bg_asobiba.png") bottom center no-repeat;
	background-size: 100% auto;
}
.play .area_list{
	margin: 0 10%;
}
.play .area_list li{
	margin: 0 0 10%;
}
.play .notice{
	color: #fff;
	font-size: 3vw;
	text-align: center;
	padding: 10% 0 0 0;
}


.guide{
	padding: 15% 0 10%;
	background: url("../img/bg_guide-sp.png") top center no-repeat #4ead33;
	background-size: 100% auto;
}
.guide .head{
	display: flex;
	justify-content: center;
	align-items: center;
}
.guide .head .ani01{
	width: calc((200/828)*100%);
}
.guide .head .ani02{
	width: calc((200/828)*100%);
}

.guide h2{
	width: calc((348/828)*100%);
	margin: 0 0 10%;
}
.guide .inner{
	margin: 0 5%;
	padding: 10% 5%;
	border-radius: 40px;
	background: #fafaec;
}
.guide .inner dt{
	margin: 0 0 6%
}
.guide .inner dd{
	margin: 0 0 10%;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.guide .inner dd span.fsmall{
	font-size: 80%;
}

.guide .inner dd .time{
	margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
	justify-content: center;
}
.guide .inner dd .time li{
	flex-basis: 50%;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  text-align: left;
  line-height: 1.4;
}
.guide .inner dd .time li:before {
  content: counter(number);
  counter-increment: number;
  background-color: #000;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.4;
  margin-left: -28px;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.guide .inner dd .link{
	display: block;
	color: #0071b8;
	text-decoration: underline;
	margin: 5% auto;
}
.guide .inner dd .notice{
	line-height: 1.4;
	font-size: 67%;
	letter-spacing: -0.8px;
}

.guide .inner dd .btn_notice{
	display: block;
	width: calc((608/828)*125%);
	margin: 10% auto 5%;
}
.guide .inner dd .btn_faq{
	display: block;
	width: calc((608/828)*125%);
	margin: 0 auto 5%;
}

.guide .inner dd.flow h3{
	width: calc((200/828)*115%);
	margin: 0 0 0 10%;
	padding: 3% 0 0 0;
}
.guide .inner dd.flow{
	background: url("../img/bg_flow.png") top center no-repeat;
	background-size: 100% 100%;
}
.guide .inner dd.flow ol{
	padding: 10% 0 20%;
	margin: 0 10%;
}
.guide .inner dd.flow ol li:nth-child(1){
	width: calc((508/828)*156%);
	margin: 0 0 10%;
}
.guide .inner dd.flow ol li:nth-child(2){
	width: calc((532/828)*156%);
	margin: 0 0 10%;
}
.guide .inner dd.flow ol li:nth-child(3){
	width: calc((442/828)*156%);
}

.map {
	background: url("../img/bg_map-top-sp.png") top center no-repeat #fff;
	background-size: 100% auto;
	padding: 30% 0 0 0;
}
.map .inner{
	background: url("../img/bg_map-sp.png") top center no-repeat;
	background-size: 100% auto;
	padding: 10% 0;
	margin: 0 5%;
	aspect-ratio: 758/1006;
}

.map h2{
	width: calc((444/828)*100%);
	margin: 0 auto 10%;
}
.map .img{
	margin: 0 5% 10%;
}

.map .btn_info{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 5%;
}

.hanshin{
	background: #fff;
	padding: 20% 0;
}
.hanshin .txt{
	margin: 0 0 10%;
}
.hanshin a{
	display: block;
	width: calc((473/828)*100%);
	margin: 0 auto;
}



/*
.event .txt{
	width: calc((498/828)*100%);
	margin: 0 auto 10%;
}

.event .slide{
	width: 200%;
	margin: 0 auto 10%;
	display: flex;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}

.event .btn_enjoy{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 5%;
}
.event .btn_event{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 5%;
}
*/




footer{
	background: url("../img/bg_foot.png") top center repeat-x #ebebeb;
	background-size: 100% auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 30% 0 0 0;
}
footer .logo{
	margin: 0 auto 15%;
}
footer .notice{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 20%
}
footer .notice a{
	text-decoration: underline;
}
footer .social ul{
	display: flex;
	margin: 0 30% 15%;
	justify-content: space-between;
}
footer .f_box .ttl{
	margin: 0 0 5%;
	font-weight: 600;
}

footer .social li{
	flex-basis: 40%;
}
footer .social li a{
	display: block;
}
footer .txt{
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 10%
}

footer small{
	display: block;
	margin: 0 0 10%;
}

footer .foot{
	background: #000;
	text-align: center;
	padding: 3% 0;
}
footer .foot img{
	width: calc((118/828)*100%);
	display: block;
	margin: 0 auto;
}


.wrap-remodal .scrl{
	height: 65vh;
	overflow-y: scroll;
	text-align: left;
	word-break: auto-phrase;
}

.modal_faq dt{
	background: url("../img/ico_q.png") top left no-repeat;
	background-size: 20px auto;
	padding: 0 0 0 30px;
	font-weight: 600;
	margin: 0 0 10%;
	font-size: 3.86vw;
}
.modal_faq dd{
	background: url("../img/ico_a.png") top left no-repeat;
	background-size: 18px auto;
	padding: 0 0 0 30px;
	margin: 0 0 10%;
	font-size: 3.38vw;
	line-height: 1.8;
}

.modal_notice dt{
	font-weight: 600;
	margin: 0 0 5%;
	font-size: 3.86vw;
}
.modal_notice dd{
	margin: 0 0 10%;
	font-size: 3.38vw;
	line-height: 1.8;
}


.remodal .wrap-remodal.panzoom_map{
	padding: 9px;
	background-size: 100% 100%;
}
.remodal .wrap-remodal.panzoom_map .modal_map{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
}





/* ======================================== */
@media print, screen and (min-width: 829px){
/* =======829～1199px======== */
.pc{display: inline-block;}
.sp{display: none;}
header{
	padding: 22px 0;
	background: url("../img/bg_line-l.png") bottom center no-repeat #fff;
	background-size: 100% auto;
	display: block;
}
header .inner{
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header .logo_asobiba{
	width: 150px;
}
header .btn_menu{
	width: 37px;
	cursor: pointer;
}

.gnav{
	width: 880px;
	max-width: 880px;
	padding: 100px 0;
	background: url("../img/bg_gnav-l.png") top center no-repeat;
	background-size: cover;
	aspect-ratio: 880/550;
}

.gnav .btn_close {
    width: 41px;
    top: 50px;
    right: 50px;
}
.gnav ul{
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 10px
}
.gnav ul li a{
	display: block;
}

.gnav ul li:nth-child(1){
	width: 192px;
	margin: 0 0 90px
}
.gnav ul li:nth-child(2){
	width: 221px;
	margin: 0 0 40px
}
.gnav ul li:nth-child(3){
	width: 172px;
	margin: 0 0 10px;
	float: left;
}
.gnav ul li:nth-child(4){
	width: 264px;
	margin: 0 0 0 66px;
	float: left;
}
.gnav ul li:nth-child(5){
	width: 200px;
	margin: 0 0 40px 238px;
	clear: both;
}
.gnav ul li:nth-child(6){
	width: 194px;
	margin: 0 0 10px;
	float: left;
}
.gnav ul li:nth-child(7){
	width: 175px;
	margin: 0 0 0 44px;
	float: left;
}
.gnav .uma{
	width: 120px;
	margin: 0 auto;
	position: absolute;
	right: 60px;
	bottom: 10px;
}


.kv{
}
.kv .kv_inner{
	aspect-ratio: auto;
	padding: 0;
	position: relative;
}
.kv .kv_inner .bg{
	width: 100%;
	position:relative;
	top: 0;
	z-index: -1;
	text-align: center;
	background: url("../img/bg_kv-b.jpg") bottom center no-repeat;
	background-size: 100% auto;
}
.kv .kv_inner .bg img{
	width: 1920px;
	margin: 0 auto;
}
.kv .kv_inner .bg:after{
	display: none;
}

/*
.kv .kv_inner .bg:after{
	content: "";
	display: block;
	background: url("../img/bg_kv.jpg") top center no-repeat;
	background-size: 1600px auto;
	width: 1600px;
	height: 812px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
*/
.kv .photo_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1600px;

}
.kv .photo01{
	left: 20%;
	top: 5%;
	width: min(216vw / 16, 216px);
}
.kv .photo02{
	width: min(265vw / 16, 265px);
}

.kv .photo03{
	top: 50%;
	left: 10%;
	width: min(265vw / 16, 265px);
}
.kv .photo04{
	top: 5%;
	right: 10%;
	width: min(291vw / 16, 291px);
}
.kv .photo05{
	top: 36%;
	right: 3%;
	width: min(261vw / 16, 261px);
}
.kv .photo06{
	top: 50%;
	right: 15%;
	width: min(216vw / 16, 216px);
}


.kv .txt01{
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin: 0 auto 30px;
	width: min(658vw / 16, 658px);
}
.kv h1{
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 0 0 0;
	text-align: center;
	margin: 0 auto;
	width: min(526vw / 16, 526px);
}
.kv .logo_jra{
	width: 108px;
}
.kv .txt02{
	text-align: center;
	margin: 0 auto 90px;
}
.kv .txt03{
	text-align: center;
	margin: 0 auto 70px;
}
.kv .btn_app{
	max-width: 466px;
	margin: 0 auto;
}
.kv .btn_app span{
	padding: 40px;
	font-size: 19px;
}
.kv .prologue{
	background: url("../img/bg_prologue.png") top center repeat-x;
	background-size: 1600px auto;
	padding: 300px 0 0;
	position: relative;
	margin: -120px 0 0 0;
}
.kv .prologue:after{
	content: "";
	display: block;
	width: min(1380vw / 16, 1380px);
	aspect-ratio: 1380/903;
	position: absolute;
	top: 300px;
	left: 50%;
	background: url("../img/bg_prologue-leaf.png") top center no-repeat;
	background-size: 100% auto;
	transform: translateX(-50%);
	pointer-events: none;
}



.pnav{
	margin: 0 auto;
	padding: 100px 0 300px;
	background: url("../img/bg_pnav.png") bottom center no-repeat #4eac33;
	background-size: 100% auto;
}
.pnav ul{
	max-width: 800px;
	margin: 0 auto;
}
.produce{
	padding: 300px 0 60px 0;
	background: url("../img/bg_ttl-produce.png") top 166px center no-repeat #0075b5;
}
.produce h2{
	text-align: center;
	margin: 0 auto 58px;
}
.produce .txt01{
	text-align: center;
	margin: 0 auto;
}
.produce .logo{
	text-align: center;
}	


.play{
	background: url("../img/bg_play.png") bottom center no-repeat #0075b5;
	background-size: 100% auto;
	padding: 140px 0;
}
.play .inner{
	max-width: 1440px;
	margin: 0 auto;
	padding: 120px 0;
	border-radius: 100px;
}
.play .inner h2{
	text-align: center;
	margin: 0 auto 43px;
}
.play .inner .txt01{
	text-align: center;
	margin: 0 auto 90px;
}
.play .logo{
	width: 378px;
	text-align: center;
	margin: 0 auto;
}
.play .area_map{
	max-width: 1221px;
	margin: 0 auto 100px;
	text-align: center;
	padding: 0 0 100px;
}
.play .area_list{
	display: flex;
	margin: 0 40px;
	justify-content: space-between;
}
.play .area_list li{
	margin: 0;
}
.play .notice{
	font-size: 18px;
	padding: 100px 0 0 0;
}






.guide{
	padding: 200px 0 50px;
	background: url("../img/bg_guide.png") top 400px center no-repeat #4ead33;
	background-size: 100% auto;

}
.guide h2{
	text-align: center;
	margin: 0 auto 85px;
}
.guide .inner{
	max-width: 848px;
	margin: 0 auto;
	border-radius: 80px;
	padding: 100px 90px;
}
.guide .inner dd{
	padding: 0 30px;
  font-size: 26px;
}
.guide .inner dd .notice{
	font-size: 16px;
}

.guide .inner dd .btn_notice{
	max-width: 468px;
}
.guide .inner dd .btn_faq{
	max-width: 468px;
}

.guide .inner dd .time{
	margin: 0 10%;
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
	justify-content: center;
}
.guide .inner dd .time li{
	flex-basis: 50%;
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
  text-align: left;
  line-height: 1;
}
.guide .inner dd .time li:before {
  content: counter(number);
  counter-increment: number;
  background-color: #000;
  color: #fff;
  display: block;
  float: left;
  line-height: 1;
  margin-left: -36px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.map {
	padding: 470px 0 270px;
	background: url("../img/bg_map-top.png") top center no-repeat #fff;
	background-size: 100% auto;
}

.map .inner{
	max-width: 977px;
	margin: 0 auto;
	background: url("../img/bg_map.png") top center no-repeat;
	padding: 130px 0 0 0;
	aspect-ratio: 1/1;
}

.map h2{
	text-align: center;
	margin: 0 auto 54px;
}
.map .img{
	text-align: center;
	margin: 0 auto 80px;
}
.map .btn_info{
	max-width: 468px;
	margin: 0 auto;
}

.hanshin{
	padding: 0 0 200px;
}
.hanshin .txt{
	text-align: center;
	margin: 0 auto 93px;
}
.hanshin a{
	width: 473px;
	margin: 0 auto;
}


footer {
	padding: 150px 0 0 0;
	background: url("../img/bg_foot.png") top center repeat-x #ebebeb;
}
footer .inner_pc{
	max-width: 960px;
	margin: 0 auto;
}

footer .notice{
	font-size: 20px;
	text-align: left;
	margin: 0 0 80px;
}
footer .inner_pc .f_box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 60px;
}

footer .social {
	padding: 0 100px 0 0;
}
footer .social ul{
	width: 190px;
	margin: 0
}
footer .social li{
	margin: 0 0 20px;
}
footer .txt{
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-align: left;
}
footer small{
	font-size: 18px;
	margin: 0 0 45px;
}
footer .foot{
	padding: 20px;
}
footer .foot img{
	width: 120px;
}

.wrap-remodal .scrl{
	height: 390px;
	padding: 0 40px 0 0;
}

/* notice */
.modal_notice dt{
	font-size: 21px;
}
.modal_notice dd{
	font-size: 19px;
}


/* FAQ */
.modal_faq dt{
	font-size: 21px;
	background-size: 31px auto;
	padding: 0 0 0 40px;
	margin: 0 0 30px;
	line-height: 1.8;
}
.modal_faq dd{
	font-size: 19px;
	background-size: 31px auto;
	padding: 0 0 0 40px;
}
.remodal .wrap-remodal.panzoom_map{
	padding: 9px;
	background-size: 100% 100%;
}
.remodal .wrap-remodal.panzoom_map .modal_map{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 70px;
}



}
@media print, screen and (min-width: 1199px){
/* =======1200px～PC======== */
.pc{display: inline-block;}
.sp{display: none;}


/* ======PC=======*/}




