@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
#contents {
    width: 100%;
	float: left;
	clear: both;
    color: #595757;
	font-size: 18px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    overflow: hidden;
}
#contents .font_asap {
    font-family: 'Asap', sans-serif;
	font-weight: 600;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents img {
    display: block;
	width: 100%;
}
#contents a, #contents a:link, #contents a:visited {
	color: inherit;
	text-decoration: none;
    display: block;
}
#contents ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
#contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	list-style-type: none;
}
#contents figure {
    margin: 0;
}
#contents .sp_none {
    display: none !important;
}
#contents section {
    width: 100%;
	float: left;
	clear: both;
}
#contents #main_img_conts {
    background-image: url(../img/slide_bg.jpg);
    background-size: cover;
    height: 120vw;
    position: relative;
    z-index: 99;
    -webkit-animation-name: storySlideLeft;
    -webkit-animation-duration: 38;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: storySlideLeft;
    -moz-animation-duration: 38s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideLeft;
    animation-duration: 38s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
}
@-webkit-keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1500px 0px;}
}
@-moz-keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1500px 0px;}
}
@keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1500px 0px;}
}
#contents #main_img_conts h2 {
    top: 13vw;
    width: 114%;
    position: absolute;
    right: -7%;
}
#contents #park_conts {
}
#contents #park_conts .info {
}
#contents #park_conts .info h3 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 22px 17% 20px;
    color: #000;
    background: url(../img/bg_top_sp_02.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: 100%;
    z-index: 9999;
    margin-top: -36px;
    padding-top: 42px;
}
#contents #park_conts .info span {
    text-align: left;
    display: inline-block;
    margin-top: 35px;
}
#contents #park_conts .info .map {
    border-color: #d9ebf6;
    border-style: solid;
    border-top-width: 4px;
    padding: 13px 0 10px;
    background-color: #fff;
}
#contents #park_conts .list {
    width: 100%;
    float: left;
    clear: both;
}
#contents #park_conts .list .outer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #FFFFFF;
    padding-bottom: 25px;
    box-sizing: border-box;
}
#contents #park_conts .list .outer .top_box {
    width: 80%;
    float: left;
    clear: both;
    margin: 30px 10% 0;
    box-sizing: border-box;
}
#contents #park_conts .list .outer .top_box .detail {
}
#contents #park_conts .list .outer .top_box .detail .name {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 13px;
}
#contents #park_conts .list .outer .top_box .detail .name .number {
    width: 18%;
    float: left;
}
#contents #park_conts .list .outer .top_box .detail .name h4 {
    width: 80%;
    float: right;
}
#contents #park_conts .list .outer .top_box .detail ul {
    clear: both;
}
#contents #park_conts .list .outer .top_box .detail ul li {
    margin: 4px 0 14px 42px;
    position: relative;
}
#contents #park_conts .list .outer .top_box .detail ul li::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 35px;
    background-image: url(../img/icon_01.png);
    background-size: 36px;
    left: -42px;
    top: -1px;
}
#contents #park_conts .list .outer .top_box .detail ul li:last-of-type {
    margin-bottom: 24px;
}
#contents #park_conts .list .outer .top_box .detail ul li h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
#contents #park_conts .list .outer .top_box .detail ul li .text {
}
#contents #park_conts .list .outer .top_box .img {
}
#contents #park_conts .list .outer .link_box {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 10% 10px;
    background-color: #D9EBF6;
    box-sizing: border-box;
}
#contents #park_conts .list .outer .link_box ul {
}
#contents #park_conts .list .outer .link_box li {
   float: left;
   width: 32.8%;
   margin-right: 0.8%;
    margin-bottom: 2%;
}
#contents #park_conts .list .outer .link_box li:nth-child(3) {
   margin-right: 0;
}
#contents #park_conts .list .outer .link_box li a {
    font-weight: bold;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 1.9vw;
    text-align: center;
}
#contents #park_conts .list .outer .link_box li a {
    width: 100%;
    display: block;
    padding: 8px 0 7px;
    background-image: url(../img/icon_05_wh.jpg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 7px center;
}
#contents #park_conts .list .outer .link_box li:nth-child(2) a {
    background-image: url(../img/icon_02_wh.jpg);
    background-size: 13px;
    background-position: left 6px center;
}
#contents #park_conts .list .outer .link_box li:nth-child(3) a {
    background-image: url(../img/icon_03_wh.jpg);
    background-size: 14px;
    background-position: left 7px center;
}
#contents #park_conts .list .outer .link_box li:nth-child(4) a {
    background-image: url(../img/icon_04_wh.jpg);
    background-size: 14px;
    background-position: left 7px center;
}
}