@charset "utf-8";

a {
	text-decoration: none;
	font-family: inherit;
	color: inherit;
	font-style: normal;
}

/*最後に消す*/
div{
	/*border: 0.5px solid lightgray;*/
	box-sizing: border-box;
}
/*最後に消す*/
.relative{
	position: relative;
}
.text-link{
	color: #d0a74f;
	text-decoration: underline;
}
.brown{
	color: #d0a74f;
}
.darkred{
	color: #42210B;
}
.red{
	color: #B60005;
}
.text-right{
	text-align: right;
}
img {
    width: 100%;
    vertical-align: bottom;
}

body{
	line-height: 1.4em;
}
body p{
	line-height: 1.4em;
}

/*lang*/
#lang {
	position: absolute;
	top: 0;
    width: 100%;
	left: 0;
	margin: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 10;
	display: block;
}
#lang .btn_open {
	width: 100%;
	padding: 11px 0;
	letter-spacing: 0.1em;
	color: #09547F;
	background: #fff;

}
#lang .btn_open:before {
	content: "";
    display: inline-block;
    width: 9px;
    height: 7px;
    margin-right: 10px;
    background: url(../common/language_dt.png) no-repeat center;
    background-size: 9px auto;
}
#lang .lang_nav {
	display: none;
	top: 100%;
	width: 100%;
}
#lang .lang_nav a {
	display: block;
	line-height: 3em;
}
#lang .lang_nav li:last-child a {
	border-bottom: none;
}
#lang ul li{
	clear: both;
	display: block;
	border-bottom: solid 1px #FFF;
	width: 100%;
	background:#09547F;
	color:#fff;
}

/*header*/
#header { margin-top: 10.5vw; }
#header-1{
}
#catlead{
	position: absolute;
    width: 80%;
    top: 25%;
    left: 50%;
    margin-left: -40%;
}
#catdesc{
	font-size: 0.9em;
    position: absolute;
    width: 70%;
    left: 50%;
    text-align: center;
    margin-left: -35%;
    top: 45%;
    color: white;
}
/*header*/

/*menu*/
#fixedmenu{
	position:fixed;
	bottom:0;
	width: 100%;
	z-index:10;
}
#fixedmenu ul{
	overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
#fixedmenu li a{
	display:block;
	width: 25%;
	float: left;
}
.lock {
	overflow:hidden;
}

.modal-content {
	z-index:1000;
	display:none;
	padding-top:10px;
	padding-bottom: 1.5em;
	width: 100%;
	background:url(../common/menu_bg.png) no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left:0 !important;
	top:0 !important;
}
.modal-content p {
	margin:0;
	padding:0;
}
.modal-overlay {
	z-index:10;
	display:none;
	position:fixed;
	top: 1.5%;
    left: 1.5%;
    width: 97%;
    height: 97%;
	background-color:#09547F;
}
.modal-wrap {
	z-index:20;
	position:fixed;
	display:none;
	top: 2%;
    left: 6%;
    width: 92%;
    height: 96%;
	overflow:auto;
}
.modal-close {
	color:white;
	text-align: right;
}
.modal-close:hover {
	cursor:pointer;
	color:#f00;
}
.modal-wrap .logo_top{
    width: 35%;
    float: left;
    margin-top: 5%;
    margin-left: 2%;
}
p.close_top{
	text-align: right;
	margin: 5% 3% 3%;
}
p.close_top .modal-close{
	width: 12%;
	display: block;
	margin:5% 5% 5% auto;
}
.modal-content > ul{
	overflow: hidden;
	margin:0;
	padding:0;
}
.modal-content > ul li.lavel{
	background-color: #F70841;
	font-size: 1em;
	padding:5px 30px;
	font-weight: bold;
}
.modal-content > ul li.lavel a{
	color: #fff;
}
#menu ul,
#menu dl{
    overflow: hidden;
    position: relative;
    zoom:1;
}
#menu dl{
	width: 95%;
}
.menu01 li,
.menu01 dd{
	width:45%;
	height: 3em;
	margin:1.5%;
	float:left;
	background-color: #0A416C;
    padding-left: 9%;
    box-sizing: border-box;
    color: white;
}
.menu01 li {
    background-image: url('../common/menu01list.png');
    background-repeat: no-repeat;
    background-position: 3% 50%;
}
.menu01 li a,
.menu01 dd a{
	color: white;
	text-decoration: none;
}
.menu01 li:not(.two-rows) {
    padding-top: 0.8em;
}
.menu_sub li a{
	background:url(../common/menu_sub_li.png) no-repeat left center;
	background-size:1em;
	color:#FFF;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
	float:left;
	padding-left:1.5em;
	margin:5% 5% 0;
}
.menu01 dt,
.menu_yoyaku dt{ margin:5% 0 1.5%;}
.menu_yoyaku_dd01{
	display:block;
	width:43.5%;
	float: left;
	margin-left: 4.8%;
}
.menu_yoyaku img{
	max-width: 100%;
	display: block;
	margin: 0 auto 3px auto;
}
.menu_yoyaku_dd02{
	display:block;
	width:43.5%;
	float: right;
	margin-right: 4.8%;
}
.menu_yoyaku_dd01,
.menu_yoyaku_dd02 {
	margin-top: 3%;
}
.menu_yoyaku_dd01 img,
.menu_yoyaku_dd02 img{
	max-height: 36px;
}
.menu_yoyaku_dd02_02 {
	display: block;
	width: 91%;
	margin: 5% auto;
}
.menu_yoyaku_dd03{
	display: block;
	width: 55%;
	margin: 5% auto;
}
.menu_yoyaku dt{
	border-bottom: 1px solid white;
}
.menu_yoyaku_dd04{
	border-top: 1px solid white;
}
#back-top {
    position: fixed;
    bottom: 13%;
    right: 5%;
    z-index: 10;
}
#back-top span {
    width: 40px;
    height: 40px;
    display: block;
}
/*menu*/

/*header*/

/*header*/

/*oshirase*/
#oshirase{
background: #D2ECF9;
text-align: center;
padding: 10px;
margin-top: 1em;
    margin-bottom: 1em;
}
#oshirase #oshirase_box{
border: 1px solid #ba0103;
padding: 35px 5px 10px;
}
#oshirase h3{
color: #ba0103;
    letter-spacing: 0.3em;
    font-size: 20px;
    margin-bottom: 10px;
}
#oshirase h4{
	color: #689EBA;
    font-size: 20px;
    margin: 20px 0;
}
#oshirase .oshirase_img{
	width: 100%;
	display: block;
	margin: 0 auto 15px;
}

/*info-table*/
.info-table{
	color: #42210B;
}

.info-table th{
	border-bottom: 1pt solid #C0966D;
	border-right: 1pt solid white;
	background-color: #ECECEC;
	padding: 10px 20px;
}
.info-table td{
	border-bottom: 1pt solid #C0966D;
	background-color: #FAFAFA;
	padding: 10px 20px;
}
/*info-table*/

/*content*/
.two-col-table{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.two-col-table td{
	width: 50%;
}
.two-col-table img{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 10%;
}
#footer-1,
.plan-yoyaku{
    margin: 5% 3% 0 3%;
    background-image: url('../images/footer-1-back.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2%;
}
.footer-1-1{
	width: 65%;
	margin: 0 auto 3% auto;
	display: block;
}
.footer-1-2{
	margin: 0 auto 3% auto;
}
.footer-1-3{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.footer-1-4{
	width: 88%;
	display: block;
	margin: 15px auto 0% auto;
}


#footer-2 table{
	position: absolute;
	bottom: 5px;
	display: table;
    border-collapse: separate;
    border-spacing: 2px;
}

#footer-2 table{
	width: 100%;
}

#footer-2 td{
	width: 50%;
	height: 30%;
}
#footer-2 td img{
	display: block;
	margin: 0 auto;
}

#footer-3{
	margin-top: 60px;
}
#footer-3 table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

#footer{
	background-color: #882025;
	color: white;
	padding-top: 15%;
    margin-top: 10%;
	padding-bottom: 30%;
}
#footer-toTop{
	position: absolute;
	width: 20%;
	left:50%;
	top: -30px;
	margin-left: -10%
}
#footer table{
	border-collapse: separate;
	border-spacing:5px 0;
	padding: 0 3%
}
#footer table tr:first-child td{
	padding: 0 30%;
}
#footer table tr:nth-child(2) td{
	padding: 0 20% 3%;
}
#footer table tr:nth-child(3) td{
	width: 50%;
}
#footer table tr:nth-child(4) td{
	padding: 3% 0;
}
#footer table tr:nth-child(5) td{
	padding: 3% 5%;
}
#footer table tr:nth-child(6) td{
	padding: 0 30%;
}
#footer table tr:nth-child(7) td{
	padding: 3% 0;
}
#footer table tr:nth-child(8) td{
}

/*content*/

.wifi{margin-top:10px;}
.mankituTicket{
	margin-top: 20px;
}
