@charset "utf-8";

/* Common ----------------------------------------------------------------------------- */
a { outline: none; }
a img { border-style:none; }
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul,li,dl,dt,dd {
	list-style: none;
	margine: 0px;
	padding: 0px;
}
.bold { font-weight: bold; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #F00; }

.mb3 {margin-bottom:3px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}

.mt3 {margin-top:3px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}

.mr3 {margin-right:3px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}

.ml3 {margin-left:3px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}

.pb3 {padding-bottom:3px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}

.pt3 {padding-top:3px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}

.pl3 {padding-left:3px !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}

.pr3 {padding-right:3px !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}

.align-right {text-align: right!important;}
.align-center {text-align: center!important;}
.align-left {text-align: left!important;}

/* Base css ----------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: none;
}
#wr {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	float: none;
}
#container {
	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
.cf {
    display: block;
}
/*------mv------*/
#mv {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #FFF;
}
#lower #mv {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-color: #FFF;
    background: url(../img/bgi_mv_lower.jpg) center -20px no-repeat;
	background-size: cover;
}
#mv .video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 1920px;
    max-height: 1080px;
    width: 100%;
    height: auto;
    z-index: 2;
}
#mv .info {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 77px;
    width: 100%;
    height: 523px;
    /*background: url(../img/bgi_mv.jpg) center -50px no-repeat;*/
	background-size: cover;
    text-align: center;
    z-index: 3;
}
#mv h2 img {
    margin: 0 auto;
    width: auto;
}
#mv h2 {
	margin: 0px 0 37px 0;
}
#mv .copy1 {
    margin-bottom: 42px;
}
#mv a {
    margin: 0 auto;
    width: 210px;
    height: 35px;
    background-image: url(../common/img/btn/concept_pc.png);
    background-size: auto 35px;
    background-color: rgba(70,200,250,0.8);
    border: 1px solid #FFF;
}
/*------Header------*/
#header {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 999999;
	box-shadow:0px 4px 10px 0px #cccccc;
	-moz-box-shadow:0px 4px 10px 0px #cccccc;
	-webkit-box-shadow:0px 4px 10px 0px #cccccc;
	position: relative;
	background-color: #fff;
}
	
#header .inner {
	height: 100px;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header h1 {
    position: absolute;
    left: 0;
    top: 15px;
}
.fixed {
  position: fixed !important;
  top: 0px !important;
}
.bgImg {
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    outline: none;
}
#header h1 a {
    width: 200px;
    height: 70px;
    background-image: url(../img/logo.png);
    background-size: auto 70px;
}
/*------Navi------*/
#header #g_nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: 20px;
}
#g_nav li:first-child {
    margin-left: 0;
}
#g_nav li {
    float: left;
    margin-left: 50px;
}
#g_nav li a p {
    margin-bottom: 12px;
    height: 12px;
    background-image: url(../img/header/navg_btn_pc.png);
    background-size: auto 12px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: none;
}
#g_nav li a {
    display: block;
    padding-top: 10px;
}
#g_nav li.nav01 a p {
    width: 133px;
	height: 20px;
    background-position: 0 0;
	background-image: url(../img/nav_01.png);
	background-size: 100%;
}
#g_nav li.nav02 a p {
    width: 112px;
	height: 20px;
    background-position: 0 0;
	background-image: url(../img/nav_02.png);
	background-size: 100%;
}
#g_nav li.nav03 a p {
    width: 99px;
	height: 20px;
    background-position: 0 0;
	background-image: url(../img/nav_03.png);
	background-size: 100%;
}
#g_nav li.nav04 a p {
    width: 80px;
	height: 20px;
    background-position: 0 0;
	background-image: url(../img/nav_04.png);
	background-size: 100%;
}
#g_nav li.nav05 a p {
    width: 80px;
	height: 20px;
    background-position: 0 0;
	background-image: url(../img/nav_05.png);
	background-size: 100%;
}
#g_nav li a span {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background-color: #f9ba26;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#g_nav li a:hover span,#g_nav li a span.on {
	width:100%;
	background-color:#AAAAAA;
}

/*------Slider------*/
#slide {
	float: left;
	width: 1000px;
	height: 400px;
	padding: 0px;
	margin: 0 auto;
}
#slide .flex-direction-nav a:hover {
	color: #fff;
}
/*------Footer------*/
#footer {
	width: 100%;
	margin: 40px 0 0 0;
	font-size: 12px;
	padding: 0px;
	float: left;
	background: #f4f4f4;
	position: relative;
}
#footer .outer {
	width: 1000px;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#footer .inner {
	width: 1000px;
	margin: 10px 0;
	float: left;
	padding: 0px;
}
#footer .list_box {
	width: 900px;
	padding: 0px;
	margin: 10px auto 25px auto;
	font-size: 12px;
	display:table;	
}
#footer .list_box li {
	padding: 0px;
	margin: 0;
	display:table-cell;
	text-align: center;
}
#footer .list_box a:link { color : #555555; text-decoration: none; }
#footer .list_box a:visited { color : #555555; text-decoration: none; }
#footer .list_box a:active { color : #555555; text-decoration: none; }
#footer .list_box a:hover { color : #555555; text-decoration: underline; }
#footer .copy {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer #copy .span {
	float: none;
	width: 960px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .copy a:link { color : #555555; text-decoration: none; }
#footer .copy a:visited { color : #555555; text-decoration: none; }
#footer .copy a:active { color : #555555; text-decoration: none; }
#footer .copy a:hover { color : #555555; text-decoration: underline; }
a.pagetop {
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url(../img/pagetop.png);
	bottom: 0;
	right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	text-indent: -9999px;
}
a:hover.pagetop {
	bottom: 5px;
}
/*------Style------*/
#contents {
	float: left;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.8em;
}
#contents a img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contents a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#contents a:link { color : #555555; text-decoration: none; }
#contents a:visited { color : #555555; text-decoration: none; }
#contents a:active { color : #555555; text-decoration: none; }
#contents a:hover { color : #1596B9; text-decoration: underline; }
.ttl {
	width: 100%;
	margin: 30px 0 20px 0;
	padding: 0;
}
.cts_box {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0 0 30px 0;
}
.cts_box .inner {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0px;
}
a.about_box {
	width: 48%;
	height: auto;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
}
a.gallery_box {
	width: 48%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0;
	float: left;
}
a.linkBtn {
	width: 300px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	background-color: #000;
	margin: 0 auto;
	padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover.linkBtn {
	text-decoration: none !important;
	background-color: #AAAAAA;
}
.bg_arrow {
	background-image: url(../img/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 250px center;
}
#info {
	width: 700px;
	margin: 0 auto;
}
#info dl {
	width: 100%;
	border-bottom: dotted #ccc 1px;
	margin: 0;
	padding: 12px 0;
	float: left;
	font-size: 13px;
}
#info dl dt {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}
#info dl dd {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}
#map_flow dl {
	width: 300px;
	float: left;
	margin: 0 0 25px 15px;
	padding: 0;
}
#map_flow dl dt, #map_flow dl dd{
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0px;
}
#map_flow dl dd{
	padding: 10px;
	min-height: 5em;
}
.form_box {
	float: none;
	width: 700px;
	padding: 0px;
	margin: 0 auto 30px auto;
}
.form_box .inner {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0px;
}
table.bdr tr th,table.bdr tr td { 
	border: 1px dotted #999; 
	font-size: 13px
}
.form_box table tr th {
	width: 150px;
}
.submitBtn {
	width: 200px;
	height: 55px;
	line-height: 55px;
	background: #FFC841;
	color: #FFF;
	font-size: 16px;
	border: none;
	margin: 20px auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.submitBtn:hover {
	background: #FFE292;
	color: #FFF;
	text-decoration: none;
}
.submitBtn02 {
	width: 200px;
	height: 55px;
	line-height: 55px;
	background: #CCCCCC;
	color: #FFF;
	font-size: 16px;
	border: none;
	margin: 20px auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.submitBtn02:hover {
	background: #F4F4F4;
	color: #FFF;
	text-decoration: none;
}
a.linkBtn02 {
	width: 200px;
	height: 55px;
	line-height: 55px;
	background: #FFC841 !important;
	color: #FFF !important;
	font-size: 16px;
	border: none;
	margin: 20px auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a.linkBtn02:hover {
	background: #FFE292 !important;
	color: #FFF !important;
	text-decoration: none !important;
}
.herf_box {
	width: 48%;
	float: left;
	margin: 0 1%;
}
#schedule table {
	width: 800px;
}
#gallery dl {
	width: 300px;
	float: left;
	margin: 0 15px 40px 15px;
	padding: 0;
	text-align: center;
}
#gallery dl dt, #gallery dl dd {
	margin: 0;
	padding: 0;
}
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

.link_next {
    background-color: #111111;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}
.link_page {
    background-color: #111111;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.link_before {
    background-color: #111111;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}
a.link_page, a.link_next, a.link_before {
    color: #ffffff !important;
	font-size: 13px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover.link_page, a:hover.link_next, a:hover.link_before {
    color: #cccccc !important;
	text-decoration: none!important;
}
#news_arrow_l {
	float: left;
	width: 47%;
	margin: 0 1% 0 0;
	text-align: right;
}
#news_arrow_c {
	float: left;
	width: 3%;
	margin: 0;
	text-align: center;
}
#news_arrow_r {
	float: left;
	width: 47%;
	margin: 0 0 0 1%;
	text-align: left;
}
a.linkBtn02 {
    width: 300px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    background-color: #000;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* float: left; */
}
#info h2.info_ttl {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
.cms_kiji img {
	width: 100%;
	height: auto;
}
.forpc{display:inline-block!important;}
.forsp{display:none!important;}
.br-pc {display:inline-block!important;}
.br-sp {display:none!important;}
/*-------------------------------------------------------

Responsive---960px---

-------------------------------------------------------*/
@media screen and (max-width:960px){

/* Base css ----------------------------------------------------------------------------- */
#wr {
	width: 100%;
	margin: 0px;
	padding: 60px 0 0 0;
	float: left;
}
#wrapper {
	width: 90%;
}
#container {
	width: 100%;
}
/*------mv------*/
#mv {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #FFF;
}
#lower #mv {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-color: #FFF;
    background: url(../img/bgi_mv_lower.jpg) center -20px no-repeat;
	background-size: cover;
}
#mv .video {
    display: none;
}
#mv .info {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 77px;
    width: 100%;
    height: 523px;
    background: url(../img/bgi_mv.jpg) center -50px no-repeat;
	background-size: cover;
    text-align: center;
}
#mv h2 img {
    margin: 0 auto;
    width: auto;
}
#mv h2 {
	margin: 0px 0 37px 0;
}
#mv .copy1 {
    margin-bottom: 42px;
}
#mv a {
    margin: 0 auto;
    width: 210px;
    height: 35px;
    background-image: url(../common/img/btn/concept_pc.png);
    background-size: auto 35px;
    background-color: rgba(70,200,250,0.8);
    border: 1px solid #FFF;
}
/*------Header------*/
#header {
	display: none;
}
#header_sp {
	width: 100%;
    height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: none;
	position: fixed;
	top: 0px;
	z-index: 99999;
	background-color: #FFF;
	box-shadow:0px 4px 10px 0px #cccccc;
	-moz-box-shadow:0px 4px 10px 0px #cccccc;
	-webkit-box-shadow:0px 4px 10px 0px #cccccc;
}
#header_sp .inner {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#header_sp .logo {
	text-align: left;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header_sp .logo img {
	height: 50px !important;
}
/*------Navi------*/

/*------Slider------*/
#slide {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
}
/*------Footer------*/
#footer {
	width: 100%;
	margin: 40px 0 0 0;
	font-size: 12px;
	padding: 0px;
	float: left;
	background: #f4f4f4;
	position: relative;
}
#footer .outer {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#footer .inner {
	width: 100%;
	margin: 10px 0;
	float: left;
	padding: 0px;
}
#footer .list_box {
	display: none;
}
#footer .list_box li {
	padding: 0px;
	margin: 0;
	display:table-cell;
	text-align: center;
}
#footer .list_box a:link { color : #555555; text-decoration: none; }
#footer .list_box a:visited { color : #555555; text-decoration: none; }
#footer .list_box a:active { color : #555555; text-decoration: none; }
#footer .list_box a:hover { color : #555555; text-decoration: underline; }
#footer .copy {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer #copy .span {
	float: none;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .copy a:link { color : #555555; text-decoration: none; }
#footer .copy a:visited { color : #555555; text-decoration: none; }
#footer .copy a:active { color : #555555; text-decoration: none; }
#footer .copy a:hover { color : #555555; text-decoration: underline; }
a.pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover.pagetop {
	bottom: 5px;
}
/*------Style------*/
#contents {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.6em;
}
#contents a img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contents a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#contents a:link { color : #555555; text-decoration: none; }
#contents a:visited { color : #555555; text-decoration: none; }
#contents a:active { color : #555555; text-decoration: none; }
#contents a:hover { color : #1596B9; text-decoration: underline; }
.ttl {
	width: 100%;
	margin: 30px 0 20px 0;
	padding: 0;
}
.cts_box {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0 0 30px 0;
}
.cts_box .inner {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0px;
}
a.linkBtn {
	width: 300px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	background-color: #000;
	margin: 0 auto;
	padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover.linkBtn {
	text-decoration: none !important;
	background-color: #AAAAAA;
}
.bg_arrow {
	background-image: url(../img/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 250px center;
}
#map_flow dl {
	width: 300px;
	float: left;
	margin: 0 0 25px 15px;
	padding: 0;
}
#map_flow dl dt, #map_flow dl dd{
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0px;
}
#map_flow dl dd{
	padding: 10px;
	min-height: 3em;
}
.form_box {
	float: none;
	width: 700px;
	padding: 0px;
	margin: 0 auto 30px auto;
}
.form_box .inner {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0px;
}
table.bdr tr td { 
	border: 1px dotted #999; 
	font-size: 13px
}
form .submitBtn {
	width: 200px;
	height: 55px;
	line-height: 55px;
	background: #FFC841;
	color: #FFF;
	font-size: 16px;
	border: none;
	margin: 20px auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
form .submitBtn:hover {
	background: #FFE292;
}
.herf_box {
	width: 48%;
	float: left;
	margin: 0 1%;
}
#gallery dl {
	width: 300px;
	float: left;
	margin: 0 15px 40px 15px;
	padding: 0;
	text-align: center;
}
#schedule table {
	width: 100%;
}
img{max-width: 100%;height: auto;width /***/:auto;vertical-align: bottom;}
.forsp{display:inline-block!important;}
.forpc{display:none!important;}
.br-sp {display:inline-block!important;}
.br-pc {display:none!important;}
}

/*-------------------------------------------------------

Responsive---740px---

-------------------------------------------------------*/
@media screen and (max-width:740px){

a.about_box,a.gallery_box {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0;
	float: left;
    text-align: center;
}
#info {
	width: 100%;
	margin: 0 auto;
}
#info dl {
	width: 100%;
	border-bottom: dotted #ccc 1px;
	margin: 0;
	padding: 15px 0;
	float: left;
}
#info dl dt {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}
#info dl dd {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#footer .inner {
    width: 100%;
    margin: 30px 0;
    float: left;
    padding: 0px;
}
a.pagetop img {
	display: none;
}
a.pagetop {
	background: #000 !important;
	padding:5px 0;
	color: #FFF !important;
	text-align: center;
	width: 100%;
	text-decoration: none;
	position: relative;
	float: left;
    height: auto;
    text-indent: 1px;
}
a.pagetop:hover {
	bottom: 0;
}
#map_flow dl {
    width: 300px;
    float: none;
    margin: 0 auto 40px auto;
    padding: 0;
}
#map_flow dl dd{
	padding: 10px;
	min-height: 3em;
	margin: 0 0 40px 0;
}
#lower #mv {
    height: 200px;
    background: url(../img/bgi_mv_lower.jpg) center 0px no-repeat;
    background-size: cover;
}
.form_box {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0 auto 30px auto;
}
.form_box table tr th,.form_box table tr td {
	display: block; 
	border: 0;
	width: 95% !important;
}
.form_box table.bdr {
	border: none;
}
.herf_box {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}
#gallery dl {
    width: 300px;
    float: none;
    margin: 0 auto 40px auto;
    padding: 0;
    text-align: center;
}
}