@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{
	font-size: 4vw;
	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 {
	background: url(../common/header-3.png) no-repeat center top;
	background-size: cover;
	display: block;
	text-align: center;
}
#header-1 h2 {
	width: 100%;
	text-align: center;
	padding-top: 8%;
}
#header-1 p {
	display: block;
	padding: 6% 5% 10%;
    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;
	background-image: url("../common/fixedmenu_bg.png");
	display: flex;
	justify-content: center;
}
#fixedmenu li {
	width: 25%;
}
#fixedmenu li a,
#fixedmenu li > img{
	display:block;
}
.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;
}
.menu_yoyaku {
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin-top: 5%;
}
.menu_yoyaku dt{
	width: 8.5vw;
	margin: 5% auto 1.5%;
}
.menu_yoyaku img{
	margin: 2% auto 3px auto;
}
.menu_yoyaku_dd02{
	display:block;
	width:43.5%;
	float: right;
	margin-right: 4.8%;
}
.menu_yoyaku_dd03{
	width: 95%;
	margin: 5% auto;
}
.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*/

/*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{
    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: 7vw;
	margin: 0 auto 3% auto;
	display: block;
}
.footer-1-2{
	margin: 0 auto 3% auto;
}
.footer-1-3{
	width: 80%;
	display: block;
	margin: 1% 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 {
	text-align: center;
}
#footer table tr:first-child td img {
	width: 50vw;
	margin: 5% 0;
}
#footer table tr:nth-child(2) td {
	text-align: center;
	border-top: dotted 1px #D0A74F;
	margin-top: 8%;
}
#footer table tr:nth-child(2) td img {
	width: 7vw;
	margin-top: 3%;
}
#footer table tr:nth-child(3) td img {
	margin-top: 3%;
}
#footer table tr:nth-child(4) td {
	text-align: center;
	margin-top: 8%;
}
#footer table tr:nth-child(4) td img {
	width: 81vw;
	margin: 5% 0;
}
#footer table tr:nth-child(5) td {
	text-align: center;
	border-top: dotted 1px #D0A74F;
	border-bottom: dotted 1px #D0A74F;
}
#footer table tr:nth-child(5) td img {
	width: 17.5vw;
	margin: 3% 0;
}
#footer table tr:nth-child(6) td {
	padding: 3% 0;
}

/*
#footer-1{
    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: 8.5vw;
	margin: 0 auto 3% auto;
	display: block;
}
.footer-1-2{
	margin: 0 auto 3% auto;
}
.footer-1-3{
	width: 80%;
	display: block;
	margin: 1% auto;
}

#footer-2 table{
	width: 100%;
	position: absolute;
	bottom: 10px;
	display: table;
    border-collapse: separate;
    border-spacing: 2px;
}

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

#footer-2 table tr td:nth-child(odd) {
	padding: 2% 1% 2% 3%
}
#footer-2 table tr td:nth-child(even) {
	padding: 2% 3% 2% 1%
}


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

#footer{
	width: 100%;
	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 {
	text-align: center;
}
#footer table tr:first-child td img {
	width: 38vw;
	margin: 5% 0;
}
#footer table tr:nth-child(2) td {
	text-align: center;
	border-top: dotted 1px #D0A74F;
	margin-top: 8%;
}
#footer table tr:nth-child(2) td img {
	width: 8.5vw;
	margin-top: 3%;
}
#footer table tr:nth-child(3) td img {
	margin-top: 3%;
}
#footer table tr:nth-child(4) td {
	text-align: center;
	margin-top: 8%;
}
#footer table tr:nth-child(4) td img {
	width: 81vw;
	margin: 5% 0;
}
#footer table tr:nth-child(5) td {
	text-align: center;
	border-top: dotted 1px #D0A74F;
	border-bottom: dotted 1px #D0A74F;
}
#footer table tr:nth-child(5) td img {
	width: 17.5vw;
	margin: 3% 0;
}
#footer table tr:nth-child(6) td {
	padding: 3% 0;
}*/
/*content*/

.wifi{margin-top:20px;}