@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
#contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
	float: left;
	clear: both;
	font-size: 11px;
	line-height: 19px;
	color: #595757;
	-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;
    position: relative;
	background-color: #fff;
}
#contents .font_asap {
    font-family: 'Asap', sans-serif;
	font-weight: 600;
}
#contents img {
    display: block;
}
#contents a, #contents a:link, #contents a:visited {
	color: inherit;
	text-decoration: none;
    display: block;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
#contents .auto {
    width: 950px;
	margin: 0 auto;
}
#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 .pc_none {
    display: none !important;
}
#contents section {
    width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#contents #main_img_conts {
    background-image: url(../img/slide_bg.jpg);
    height: 750px;
    position: relative;
    z-index: 99;
    -webkit-animation-name: storySlideLeft;
    -webkit-animation-duration: 35;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: storySlideLeft;
    -moz-animation-duration: 35s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideLeft;
    animation-duration: 35s;
    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 #park_conts {
    background: url(../img/bg_top.png), url(../img/bg_body.jpg);
    background-repeat: no-repeat;
    background-position: center top, center top 489px;
    position: relative;
    z-index: 9999;
    margin-top: -59px;
    padding-top: 140px;
    margin-bottom: 41px;
    background-size: 100%;
}
#contents #park_conts .info {
}
#contents #park_conts .info h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    color: #000;
}
#contents #park_conts .info span {
    text-align: left;
    display: inline-block;
}
#contents #park_conts .info .map {
    border: 6px solid #d9ebf6;
    width: 788px;
    margin: 0 auto 47px;
}
#contents #park_conts .list {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 79px;
}
#contents #park_conts .list .outer {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 10px;
    border: 6px solid #D9EBF6;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 54px;
}
#contents #park_conts .list .outer .top_box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
#contents #park_conts .list .outer .top_box .detail {
    width: 415px;
    float: left;
}
#contents #park_conts .list .outer .top_box .detail .name {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 4px;
}
#contents #park_conts .list .outer .top_box .detail .name .number {
    float: left;
}
#contents #park_conts .list .outer .top_box .detail .name h4 {
    float: right;
}
#contents #park_conts .list .outer .top_box .detail ul {
    float: left;
    clear: both;
    border-left: 6px solid #9FA0A0;
    margin-left: 33px;
}
#contents #park_conts .list .outer .top_box .detail ul li {
    margin: 12px 5px 23px 15px;
    position: relative;
}
#contents #park_conts .list .outer .top_box .detail ul li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 29px;
    background-image: url(../img/icon_01.png);
    left: -33px;
    top: -7px;
}
#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: 9px;
}
#contents #park_conts .list .outer .top_box .detail ul li .text {
    font-size: 14px;
    line-height: 24px;
}
#contents #park_conts .list .outer .top_box .img {
    width: 500px;
    float: right;
}
#contents #park_conts .list .outer .link_box {
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 0 1px;
    background-color: #D9EBF6;
}
#contents #park_conts .list .outer .link_box ul {
   margin-left: 40px;
}
#contents #park_conts .list .outer .link_box li {
   display: inline-block;
   vertical-align: middle;
   margin-right: 24px;
}
#contents #park_conts .list .outer .link_box li:first-of-type {
   margin-right: 46px;
}
#contents #park_conts .list .outer .link_box li a {
    font-weight: bold;
  
}
#contents #park_conts .list .outer .link_box li:first-of-type a {
    display: block;
    background-image: url(../img/icon_05_bl.jpg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 18px;
}
#contents #park_conts .list .outer .link_box li:first-of-type a:hover {
    text-decoration: underline;
}
#contents #park_conts .list .outer .link_box .btn {
    background-color: #FFFFFF;
    width: 128px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;		/* CSS3草案 */
    -webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 2px;	/* Firefox用 */
}
#contents #park_conts .list .outer .link_box .btn a {
    width: 100%;
    display: block;
    padding: 1px 0 2px;
    background-image: url(../img/icon_02_wh.jpg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: left 7px top 3.8px;
}
#contents #park_conts .list .outer .link_box .btn:nth-child(3) a {
    background-image: url(../img/icon_03_wh.jpg);
    background-size: 14.5px;
    background-position: left 7px top 3px;
}
#contents #park_conts .list .outer .link_box .btn:nth-child(4) a {
    background-image: url(../img/icon_04_wh.jpg);
    background-size: 15px;
    background-position: left 7px top 3px;
}
#contents #park_conts .list .outer .link_box .btn a:hover {
    background-image: url(../img/icon_02_bl.jpg);
    background-color: #dceaf5;
}
#contents #park_conts .list .outer .link_box .btn:nth-child(3) a:hover {
    background-image: url(../img/icon_03_bl.jpg);
}
#contents #park_conts .list .outer .link_box .btn:nth-child(4) a:hover {
    background-image: url(../img/icon_04_bl.jpg);
}
}