@charset "utf-8";
@font-face{
	font-family:'iconset';
	src:url("./fonts/iconset.eot?tveyq0");
	src:url("./fonts/iconset.eot?tveyq0#iefix") format("embedded-opentype"),
		url("./fonts/iconset.ttf?tveyq0") format("truetype"),
		url("./fonts/iconset.woff?tveyq0") format("woff"),
		url("./fonts/iconset.svg?tveyq0#iconset") format("svg");
	font-weight:normal;
	font-style:normal
}

.inner{
	width:100%;
	margin:0 auto;
	padding:0;
}
.cf:after,.wrap:after,.inner:after{
	content:"";
	display:block;
	clear:both
}
a{
	color:#333;
	text-decoration:none
}
.isSPb{
	display:block !important
}
.isSPn{
	display:none !important
}
.spt5{
	margin-top:5px
}
.ttl-select{
	font-size:17px;
	font-size:1.7rem;
	margin-top:15px;
	line-height:1.2;
	text-align:center;
	font-weight:bold
}
.ttl-select span{
	display:block;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin-top:2px
}
.ttl-select+.subttl{
	margin-top:15px
}
.area-select-list{
	display:none
}
.ttl-pul{
	color:#A1A1A1;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin-top:15px
}
.ttl-pul span{
	font-weight:bold
}
.subttl{
	background:#333;
	color:#FFF;
	padding:8px 10px
}
.select{
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
	padding:10px 10px;
	margin:5px 0;
	border:#ccc 1px solid;
	font-size:14px;
	font-size:1.4rem;
	background:#fff url(/_shared-wws/images/arr_select.png) no-repeat right center
}
.isIE9 .select{
	background-image:none
}
.lang-select-list{
	display:table;
	width:100%;
	height:38px;
	margin:5px 0 0;
	word-spacing:-1em;
	border-collapse:separate;
	table-layout:fixed
}
.lang-select-list li{
	display:table-cell;
	vertical-align:middle;
	word-spacing:normal;
	text-align:center;
	line-height:1.2;
	padding:0;
	font-size:14px;
	font-size:1.4rem;
	position:relative;
	padding-left:2%
}
.lang-select-list li:first-child{
	padding-left:0
}
.lang-select-list li a{
	display:block;
	padding:0 5px 0;
	height:38px;
	line-height:37px;
	position:relative;
	background:#ddd
}
.lang-select-list li a:after{
	content:"";
	border:#ccc 1px solid;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0
}
.lang-select-list .is-selected a{
	background:#fff
}
.lang-select-list .is-selected a:after{
	border:#13448f 3px solid
}
.country-select2 input{
	width:0px;
	height:0px;
	position: absolute;
	visibility: hidden;
}
.btn-jamp{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	background:#457FD7;
	color:#fff;
	padding:15px 10px;
	margin:15px 0 0;
	width:100%;
	font-size:1.8rem;
	display: block;
}
.btn-jamp:disabled{
	background:#ccc;
	cursor:default
}
.country-select2 span{
	background:gray;
}
.country-select2 input + label{
	margin-top:10px;
	border: 2px solid #1b4fc5;
	background: #fff;
	color: #333;
}
.country-select2 input:not(:checked) + label{
	background: #fff;
	border: #ccc 1px solid;
	color: #333;
}
.country-select2 input ~ p, .country-select2 span ~ p{
	display:none;
}
.country-select2 input:checked ~ p{
	display:block;
	height: 90px;
	padding-top: 38px;
	margin-left: 0%;
}
.country-select2 input:checked ~ p button:after{
	position: absolute;
	top: 45%;
	right: 37px;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -4px;
	margin-right: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.country-select2 .select-again{
	font-size: 1.8rem;
	display: block;
	color: red;
	background: none;
	padding: 5px;
}
@media screen and (min-width: 768px){
	.isSPb{
		display:none !important
	}
	.isSPn{
		display:block !important
	}
	#container{
		-webkit-background-size:auto 218px;
		background-size:auto 218px;
		padding-top:218px;
		padding-bottom:80px
	}
	.ttl-select{
		font-size:26px;
		font-size:2.6rem;
		margin-top:30px
	}
	.ttl-select span{
		font-size:16px;
		font-size:1.6rem;
		margin-top:8px
	}
	.select-area{
		display:none
	}
	.area-select-list{
		display:block;
		width:101%;
		margin-left:-1%;
		position:relative;
		padding-bottom:50px
	}
	.area-select-list:before{
		content:"";
		position:absolute;
		bottom:10px;
		left:50%;
		margin-left:-20px;
		width:0;
		height:0;
		border-style:solid;
		border-width:20px 20px 0 20px;
		border-color:#13448f transparent transparent transparent
	}
	.area-select-list li{
		float:left;
		width:24%;
		margin-left:1%
	}
	.area-select-list a{
		display:block;
		width:100%;
		height:100%;
		position:relative
	}
	.area-select-list a span{
		display:block;
		width:100%;
		position:absolute;
		top:0;
		left:0;
		text-align:center;
		font-weight:bold;
		padding-top:6%;
		line-height:1.2;
		z-index:1
	}
	.area-select-list a img{
		width:100%;
		max-width:none
	}
	.area-select-list a:after{
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		border:#ccc 1px solid
	}
	.area-select-list .is-selected a{
		border:none;
		color:#13448f
	}
	.area-select-list .is-selected a:after{
		border:#13448f 5px solid
	}
	.ttl-pul{
		font-size:26px;
		font-size:2.6rem;
		margin-top:30px
	}
	.ttl-pul span{
		display:none
	}
	.subttl{
		background:#eee;
		color:#333;
		padding:8px 20px
	}
	.select{
		margin:0;
		height:38px;
		padding:2px 10px
	}
	.area-select-btm{
		width:101%;
		margin-left:-1%;
		margin-top:5px;
		z-index:1
	}
	.country-select,.country-select2,.lang-select,.btn-select{
		float:left;
		margin-left:1%;
		vertical-align:top
	}
	.country-select{
		width:46%
	}
	.lang-select{
		width:39%
	}
	.btn-select{
		width:12%
	}
	.select-box{
		border:#eee 1px solid;
		padding:15px 30px 30px;
		margin-top:30px
	}
	.select-info{
		border: #eee 1px solid;
		padding: 15px 30px;
	}
	.lang-select-list{
		margin-top:0;
		height:38px
	}
	.btn-jamp{
		padding:5px 10px;
		margin-top:0;
		min-height:38px;
		height:auto;
	}
	.country-select2 input:first-child + label{
		margin-top:0px;
	}
	.country-select2 input:checked + label{
		padding: 4px 9px;
	}
	.country-select2 span:not(:first-child){
		margin-top:10px;
	}
	.country-select2 input:checked ~ p{
		width: 300px;
	}
	.country-select2 input:checked ~ p button{
		left: -117.3px;
		position: absolute;
		width: 300px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.country-select{
		width:38%
	}
	.lang-select{
		width:47%
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	.inner{
		padding:0 1.2%
	}
}
@media screen and (max-width: 767px){
	.country-select2 {
		margin-top:5px;
	}
	.input-text input{
		height:60px !important;
		margin-top: 5px;
	}
	.autocomplete-wrapper_contactpage a.clear{
		top: 25px !important;
	}
	.btn-jamp{
		margin-top: 5px;
	}
	.country-select2 .btn-jamp{
		margin-top: 10px;
	}
	.country-select2 input:checked + label{
		padding: 14px 9px;
	}
	.country-select2 span:not(:first-child){
		margin-top:10px;
	}
	.country-select2 input:checked ~ p{
		width: 100%;
		position:relative;
	}
	.country-select2 input:checked ~ p button{
		position: absolute;
		width: 300px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.country-select2 input:checked ~ p:before{
		position: absolute;
		z-index: 1;
		top: 15px;
		left: calc( 50% - 12px );
		display: block;
		content: '';
		border-bottom: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid #000c70;
		border-left: 12px solid transparent;
	}
	.country-select2 .select-again{
		margin-top: 5px;
		padding: 15px 10px;
		border: 1px solid red;
	}
}
/* mw1803 */
.txt-lang a {
	text-decoration: underline;
}
#container.mw1803_container {
	background: none;
	padding-top: 0;
}
#container.mw1803_container .mw1803_trim {
	text-align: center;
}
.mw1803_res-pc-none { display: none;}
.mw1803_res-sp-none { display: block;}
@media (min-width: 0px) and (max-width:570px) {
	.mw1803_res-pc-none { display: block;}
	.mw1803_res-sp-none { display: none;}
}
.mw1803_label {
	display: block;
}

/* mw1806 */
.select-box {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.subttl {
		background: transparent;
		padding-left: 0;
		min-height: 38px;
		height : auto;
	}
	.lang-select {
		width: 43%;
	}
	.country-select {
		position: relative;
		width: 42%;
		padding-left: 16px;
	}
	.country-select2 {
		position: relative;
		width: 55%;
		padding-left: 17px;
	}
	.country-select::before, .country-select2::before {
		content: '';
		position: absolute;
		top: calc( 1.5em + 25px );
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #13458f;
	}
	.btn-select {
		padding-top: 38px;
	}
	.select::-ms-expand {
		display: none;
	}
}

.input-text input {
    border: 1px solid #cbcbcb;
    font-size: 100%;
    height: 38px;
    width: 100%;
    line-height: 40px;
    outline: 0 none black;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.autocomplete_contactpage.targ {
    background-color: #fff;
    border: 1px solid #5973b3;
    left: 0;
    margin-top: 1px;
    position: absolute;
}
.autocomplete-wrapper_contactpage a.clear {
    background: transparent url(/common-ver1/images/module/btn_suggest_delete.gif) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 18px;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    top: 10px;
    width: 18px;
    z-index: 99999;
    right: 15px;
}
.errorText {
  display: block;
  margin-top: 10px;
}
.errorText > img {
  margin-right: 5px;
  vertical-align: middle;
}
.errorText > span {
  display: inline-block;
  vertical-align: middle;
}
.input-span {
    display: inline-table;
    position: relative;
    width: 100%;
}
.search_content_block .row_block {
    vertical-align: bottom;
    text-align: left;
}
.autocomplete-wrapper_contactpage{
    position: relative;
}
.autocomplete_contactpage.targ .result-list li {
    border: medium none;
    cursor: pointer;
    display: block;
    float: none;
    line-height: 1.3;
    padding-left: 1px;
}
.autocomplete_contactpage.targ .result-data {
    background: transparent url(/common-ver1/images/cmn/line_dot_bk.gif) repeat-x scroll 0 bottom;
    color: #2b7aba;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    padding: 4px;
    font-size:1.6rem;
}
.autocomplete_contactpage.targ {
    background-color: #fff;
    border: 1px solid #5973b3;
    left: 0;
    margin-top: 1px;
    position: absolute;
    width: 100%;
}
.autocomplete_contactpage.targ .result-list li.d_active a {
    background: #e8e8e8;
    display: block;
}
#module-ticket .autocomplete_contactpage.targ .result-list li a {
    display: block;
    padding: 5px 4px 4px;
    width: 100%;
    color: #333;
}
.autocomplete_contactpage.targ .result-list li a:hover {
    background: #e8e8e8;
}
.autocomplete_contactpage.targ .result-list li a{
    font-size: 1.6rem;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.module-head {
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.sc-title-tab.sc-tab-only {
    padding: 1.6rem 0 9px !important;
}
.sc-title-tab.sc-tab-only {
    width: 550px;
    padding: 0 0 9px 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sc-title-tab.sc-tab-only li:first-child {
    margin-left: 0;
}
.sc-title-tab.sc-tab-only li.current {
    background: #0f2e5d;
    color: #fff;
    position: relative;
}
.sc-title-tab.sc-tab-only li {
    background: #e2e8f7;
    position: relative;
    color: #082559;
    float: left;
    text-align: center;
    display: table;
    width: 254px;
    height: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.sc-title-tab li {
    outline: none;
}
.sc-title-tab.sc-tab-only li#js-tab-reservation span {
    padding-top: 3px;
    padding-bottom: 0px;
    line-height: 1.2em;
}
.sc-title-tab.sc-tab-only li.current span {
    color: #fff;
    text-decoration: none!important;
}
.sc-title-tab.sc-tab-only li span {
    font-size: 109%;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    color: #082559;
    font-weight: bold;
}
.sc-title-tab.sc-tab-only li span.two-lines {
    line-height: 1.2em;
    padding-bottom: 0px;
    padding-top: 3px;
}
.sc-title-tab.sc-tab-only li span.two-lines span {
    line-height: 0.6em;
    padding-bottom: 0px;
    padding-top: 3px;
    text-align: center;
    font-size: 83%;
    display: block;
}
.sc-title-tab.sc-tab-only li.current:after, .sc-title-tab.sc-tab-only li.current:before {
    bottom: calc( 0% - 20px );
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sc-title-tab.sc-tab-only li.current:after {
    border-color: rgba(15,46,93,0);
    border-top-color: #0f2e5d;
    border-width: 10px;
    margin-left: -10px;
}
.select-info{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px){
  .module-head {
    width: 100%;
  }
  .sc-title-tab.sc-tab-only {
    margin: 0 auto;
    width: 90%;
    float: none;
  }
  .sc-title-tab.sc-tab-only li {
    margin-left: 0;
    width: 50%;
    min-height: 2em;
    line-height: 1em;
  }
  .sc-title-tab.sc-tab-only li {
    margin-left: 0;
    width: 50%;
    min-height: 2em;
    line-height: 1em;
  }
}
@media screen and (max-width: 570px){
  .sc-title-tab.sc-tab-only li span {
    font-size: 112.5%;
  }
}

a:focus, button:focus, li:focus {
    outline: solid 1px #B2B2B2;
}
.title-box.h1 .ttl-caption{
  margin-top: 0;
  padding-bottom: 20px;
}
.title-box .contact_ttl-type-01-01 .contact_ttl-text .ttl-text{
  position:relative;
}
.title-box .contact_ttl-type-01-01 .contact_ttl-text .ttl-text.icon-tel:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -48px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAM1BMVEUAAAATRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI8TRI+NF2w5AAAAEHRSTlMAYBDPMO+fQCBQ36+Av3CP9DtT1gAAAYVJREFUWMPtl8uShCAMRQ1PFR/5/6+dnh6aMFJ2C5dFLzxLyzqVBAhhuPkuiPqpmH0/FVvTS9VNtvOTWcGmh8H9yTQqo0duSkcZXKtM5iBVzE3NsMynQhnLT5Zm18yvQiUZARmm3CaGZIFzGTGyZzljw2SGcyjtWauaV7GUacAlua3RCrrkANCAu9iqXxmh65gOwDgB2/4oayRwwYR0iWJfNDLiKkGLpmg4YJIecSkLuwTHh14hgNXXQ8fAfMfA1i8KTJYSnykWztmxLOezww23RDtCsv1zC6OrjU3pTzKSr3UXJbtS9SBczHI7yP7HMNXNU6Fs++UW3JtKxtpIVKpynoq/C3ZLtXKxoBUyPrD6V9mdNGDfeimtyxRioWSeqpeV99NSJ3PvZPKggGWmo+zkdQLLXENnFBpfJ3QukwNgLsq8PZOt8XhUjDBGlxp5nVROQyq8kVHtYLUVecrEIfcBmic1XZsWdgmjw1WCWRFVGVue6WwGjMnFZQg09MB4b4abmyv8AAaBR4SyOqXqAAAAAElFTkSuQmCC) left top no-repeat;
  width: 38px;
  height: 38px;
  background-size: 100%;
  margin-top: -19px;
}
#wrapper{
  font-size: 1.4rem;
  line-height: 1.5;
}