@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size:16px;
	line-height: 150%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #000;
}
.pc_hide {
	display: none !important;
}
.sp_hide {
}
a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
}
.sp_hide {
}
.pc_hide {
	display: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}

/**/

.nicescroll-rails-hr{
	display:none !important;
	opacity:0 !important;
}

.nicescroll-rails-vr{
	z-index:100000 !important;
}

/**/

h1,
h2,
h3,
h4{
	font-size:100%;
}

#contents_wrap input[type="text"]{
	font-size:16px;
	text-indent:1em;
}

#contents_wrap textarea{
	font-size:16px;
	padding:1em;
}

#contents_wrap select{
	font-size:16px;
	height:48px;
	line-height:48px;
	border:1px solid #575757;
	box-sizing:border-box;
	text-align:center;
}

/**/

.formErrorArrow{
	display:none !important;
}

/**/

.wp-pagenavi a, .wp-pagenavi span{
	padding: 3px 0.6em !important;
	margin: 2px 5px !important;
}

/*-----------------------------------------------------------*/
/*全体枠*/

#all {
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
/*-----------------------------------------------------------*/
/*上部コンテナ*/

#top_container {
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	height: 335px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	/*background-image: url(common/bg_title@2x.jpg);*/
	/*background-image:url(common/bg_title_background@2x.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color:#ec6d45;
	background-size: cover;
}
/*-----------------------------------------------------------*/
/*波*/

#canvas-container {
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100% !important;
	z-index:10;
}
#sineCanvas {
	width: 100% !important;
	margin: 0px auto;
	height: 55px;
	line-height:100%;
	letter-spacing: -1em; /* 文字間を詰めて隙間をなくす */
}
/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap {
	width: 1324px;
	background-color: #fff;
	margin: 10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* box-shadow */
	box-shadow: 0px 0px 20px 2px #913319;
	position:relative;
	z-index:10000;
}
#header_container {
	width: 100%;
	position: relative;
	height: 132px;
	overflow: hidden;
}
#header_container h1 {
	top: 19.5px;
	left: 14px;
	position: absolute;
}
/**/

#txt_size {
	font-size:88%;
	width: 177px;
	position: absolute;
	left: 850px;
	top: 35px;
	line-height:100%;
}
#txt_size dl {
	display: table;
}
#txt_size dt {
	display: table-cell;
	vertical-align: middle;
	line-height: 25px;
}
#txt_size dd {
	display: table-cell;
	vertical-align: middle;
}
#txt_size dd ul {
	display: table;
}
#txt_size dd ul li {
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
}
#txt_size dd ul li a {
	display: inline-block;
	border: 1px solid #cccccc;
	text-decoration: none;
	line-height: 25px;
	font-size:82%;
	box-sizing: border-box;
	padding: 0px 8px;
	margin-left: 3px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/**/

#select_lang {
	font-size:88%;
	width: 95px;
	position: absolute;
	top: 36px;
	left: 715px;
	line-height:100%;
}

#select_lang a {
	display: block;
	/*border: 1px solid #cccccc;*/
	text-decoration: none;
	width: 95px;
	line-height: 25px;
	font-size:100%;
	text-align: center;
	color: #fff;
	background: #ec6d45;
	box-sizing: border-box;
	padding: 0px 8px;
	margin-left: 3px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.3s;
}

#select_lang a:hover {
	opacity: 0.7;
}


/*
#select_lang dl {
	display: table;
}
#select_lang dt {
	display: table-cell;
	vertical-align: top;
	line-height: 25px;
	padding-top:6px;
}
#select_lang dd {
	display: table-cell;
	vertical-align: bottom;
}

#select_lang dd ul {
	display: table;
}
#select_lang dd ul li {
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
}

#select_lang dd ul li.select a{
	background-color:#cccccc;
}

#select_lang dd ul li a:hover{
	background-color:#cccccc;
}


#select_lang dd ul li a {
	display: inline-block;
	border: 1px solid #cccccc;
	text-decoration: none;
	line-height: 25px;
	font-size:82%;
	box-sizing: border-box;
	padding: 0px 8px;
	margin-left: 3px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

*/
/**/

#site_search {
	font-size:82%;
	position: absolute;
	top: 35px;
	right: 20px;
	line-height:100%;
}
#site_search dl {
	display: table;
	width: 225px;
	height: 32px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:100%;
}
#site_search dt {
	display: table-cell;
	vertical-align: middle;
	padding-left:1px;
	line-height:100%;
}
#site_search dt input {
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline;
	width: 100%;
	border: none;
}
#site_search dd {
	display: table-cell;
	vertical-align: middle;
	line-height:100%;
}
#site_search dd input {
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: inline;
	width: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:2px;
}
/**/

#head_txt_menu {
	font-size:94%;
	/*width: 333px;*/
	width:500px;
	/*width:800px;*/
	position: absolute;
	right: 5px;
	top: 0px;
}
#head_txt_menu ul {
	display: table;
	width: 100%;
	height: 35px;
}
#head_txt_menu ul li {
	list-style-type: none;
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
#head_txt_menu ul li a {
	text-decoration: none;
}

/*
#head_txt_menu ul li.first,
#head_txt_menu ul li.second {
	width: 28%;
}

#head_txt_menu ul li.first a {
	font-weight:bold;
	color:#EC6D45;
	font-size:105%;
}

#head_txt_menu ul li.first:last-child a {
	font-weight:normal;
	font-size:105%;
}

#head_txt_menu ul li.first a::before,
#head_txt_menu ul li.second a::before {
	content:'';
	display:inline-block;
	background:url(common/movie.png) no-repeat;
	background-size:contain;
	width:16px;
	height:16px;
	margin-right:0.5em;
	position:relative;
	top:2px;
}
*/
/**/

#gnavi {
	font-family: "Noto Sans Japanese";
	width:1280px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	bottom:0px;
}
#gnavi ul {
	display: table;
	width:100%;
	height:50px;
}
#gnavi ul li {
	list-style-type: none;
	display: table-cell;
	vertical-align:top;
}

#gnavi ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:113%;
	line-height:30px;
	text-align:center;
	display:block;
	overflow:hidden;
}

#gnavi ul li:hover{
	border-bottom:4px solid #0071bc;
	box-sizing:border-box;
}



#gnavi ul li a span{
	border-left:1px solid #999999;
	box-sizing:border-box;
	text-align:center;
	display:block;
}

#gnavi ul li:last-child a span{
	border-right:1px solid #999999;
}

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

#mv_ship{
	width:81px;
	height:56px;
	overflow:hidden;
	line-height:44px;
	background-image:url(common/illust_ship.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	position:absolute;
	right:200px;
	margin-top:15px;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title{
	width:1280px;
	text-align:center;
	margin-top:65px;
	color:#fff;
	font-family: "Noto Sans Japanese";
	font-size:100%;
	margin-left:auto;
	margin-right:auto;
}

#page_title h2{
	font-size:200%;
	line-height:normal;
	letter-spacing:0.1em;
}

/*パンくず*/

#breadcrumb{
	width:1280px;
	position:absolute;
	z-index:20;
	left:50%;
	margin-left:-640px;
	bottom:0px;
	text-indent:20px;
	color:#b3b3b3;
	font-size:88%;
}

#breadcrumb a,
#breadcrumb span{
	text-decoration:none;
	color:#000000;
}

/*-----------------------------------------------------------*/
/*下部コンテナ*/

#bottom_container {
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	position:relative;
	margin:0px auto;
}
/*-----------------------------------------------------------*/
/*バナー*/

.bottom_btn_block{
	width:1158px;
	margin:50px auto;
	overflow:hidden;
	text-align: center;
}


.bottom_btn_block li{
	list-style-type:none;
	display: inline-block;
}


/*.bottom_btn_block li:nth-child(2){
	display: none;
}
*/


.bottom_btn_yoyaku{
	/*float:left;*/
	overflow:hidden;
	width:554px;
}

.bottom_btn_yoyaku a{
	background-color:#ec6d45;
	color:#fff;
	text-decoration:none;
	/*line-height:112px;*/
	padding: 5.4% 0%;
	text-align:center;
	display:block;
	background-image:url(common/icon_foot_yoyaku.png),url(common/arrow_foot_yoyaku.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left 33px center,right 33px center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight:bold;
	font-size:150%;
}

.bottom_btn_yoyaku a p{
	font-size: 70%;
	padding-top: 5px;
	margin: 0px;
}

.bottom_btn_kuuseki{
	float:right;
	overflow:hidden;
	width:554px;
}

.bottom_btn_kuuseki a{
	background-color:#29abe2;
	color:#fff;
	text-decoration:none;
	line-height:112px;
	text-align:center;
	display:block;
	background-image:url(common/icon_foot_kuuseki.png),url(common/arrow_foot_kuuseki.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left 33px center,right 33px center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight:bold;
	font-size:150%;
}

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

#foot_tel_container01_wrap{
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	position: relative;
	margin: 0px auto;
	overflow:hidden;
	background-color:#013a77;
}

#foot_tel_container01{
	width:1194px;
	margin:0px auto;
	overflow:hidden;
	color:#fff;
	text-align:center;
}

#foot_tel_container01 h2{
	background-image:url(common/icon_foot_tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:inline-block;
	overflow:hidden;
	line-height:108px;
	padding-left:70px;
	padding-right:70px;
	font-size:150%;
}

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

#foot_tel_container02_wrap{
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	position: relative;
	margin: 0px auto;
	overflow:hidden;
	background-color:#d2eaff;
}

#foot_tel_container02{
	width:1250px;
	margin:40px auto;
	overflow:hidden;
	display:table;
}

#foot_tel_container02 .f_block01{
	border-bottom:1px solid #013a77;
	overflow:hidden;
	padding-bottom:10px;
	display:table;
	width:100%;
}

#foot_tel_container02 .f_block02{
	overflow:hidden;
	padding-top:10px;
	display:table;
	width:100%;
}

#foot_tel_container02 dl{
	width:25%;
	display:table-cell;
	overflow:hidden;
	vertical-align:top;
}

#foot_tel_container02 dl dt{
	font-size:100%;
	overflow:hidden;
	margin-bottom:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

#foot_tel_container02 dl dt > span{
	display: block;
	color: #ff0000;
	font-weight: bold;
}


#foot_tel_container02 dl dt b{
	font-size:113%;
	color:#013a77;
	font-weight:bold;
	display:block;
}

#foot_tel_container02 dl dd{
	overflow:hidden;
	/*width:360px;*/
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

#foot_tel_container02 dl dd table{
	background-color:#fff;
	overflow:hidden;
	/*width:360px;*/
	width:300px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#foot_tel_container02 dl dd table th{
	width:95px;
}

#foot_tel_container02 .f_block01 th div{
	background-color:#013a77;
	color:#fff;
	width:68px;
	text-align:center;
	line-height:32px;
	margin:15px auto;
}

#foot_tel_container02 .f_block02 th .kyushi{
	background-color:#F7931E;
	color:#fff;
}

#foot_tel_container02 .f_block01 th .kansai{
	background-color:#22B573;
	color:#fff;
}


#foot_tel_container02 .f_block02 th div{
	background-color:#346192;
	color:#fff;
	width:68px;
	text-align:center;
	line-height:32px;
	margin:15px auto;
}

#foot_tel_container02 dl dd table td{
	font-size:125%;
}

#foot_tel_container02 .txt01{
	clear:both;
	display:block;
	text-align:right;
	font-size:94%;
	margin:20px 10px 0px 0px;
}

#foot_tel_container02 .txt01 span{
	display: block;
	font-weight: bold;
	color: #ff0000;
}
/*-----------------------------------------------------------*/

#footer_wrap{
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	position: relative;
	margin: 0px auto;
	overflow:hidden;
}

#footer{
	width:1194px;
	margin:0px auto;
	overflow:hidden;
}

/**/

#footer .left_col{
	float:left;
	overflow:hidden;
	width:440px;
	display:table;
	margin:50px 0px;
}

#footer .left_col h1{
	display:table-cell;
	vertical-align:top;
}

#footer .left_col dl{
	display:table-cell;
	vertical-align:top;
}

#footer .left_col dl dt{
	font-weight:bold;
}

#footer .left_col dl dd{
	overflow:hidden;
	margin:1em 0px;
}

#footer .left_col dl dd ul{
	display:table;
}

#footer .left_col dl dd ul li{
	display:block;
	list-style-type:none;
	padding-right:5px;
}

#footer .left_col dl dd ul li a{
	line-height:53px;
	}


/**/

#footer .right_col{
	float:right;
	overflow:hidden;
	width:750px;
}

.foot_address{
	width:100%;
	margin-top:30px;
	margin-bottom:25px;
	overflow:hidden;
}

.foot_address li{
	float:left;
	overflow:hidden;
	list-style-type:none;
	width:33.3%;
	/*width:50%;*/
	margin-bottom:5px;
}

.foot_address li dl{
	background-color:#e6e6e6;
	width:244px;
	/*width:370px;*/
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:94%;
}

.foot_address li dl dt{
	overflow:hidden;
	margin-top:20px;
	margin-left:20px;
	font-weight:bold;
}

.foot_address li dl dd{
	overflow:hidden;
	margin-bottom:20px;
	margin-left:20px;
}

.foot_address li dl dd br{
	display:none;
}

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

#copy{
	width: 100%;
	max-width: 100%;
	min-width: 1333px;
	overflow:hidden;
	line-height:52px;
	background-color:#e6e6e6;
}

#copy p{
	text-align:center;
	font-size:82%;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_wrap{
	font-family:"Noto Sans Japanese";
	/*margin-top:70px;*/
	overflow:hidden;
}

#contents_wrap .subtitle{
	text-align:center;
	overflow:hidden;
	background-image:url(fare/image/border_sub.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#contents_wrap .subtitle span{
	font-weight:bold;
	font-size:163%;
	line-height:70px;
	letter-spacing:0.1em;
}

/**/

#contents_wrap .subtitle2{
	text-align:center;
	overflow:hidden;
}

#contents_wrap .subtitle2 span{
	font-weight:bold;
	font-size:150%;
	line-height:35px;
}

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

#fix_yoyaku{
	position:fixed;
	right:0px;
	top:190px;
	z-index:40;
}

#fix_yoyaku a:hover img{
	transform:scale(0.98);
	transform-origin:right center;
}

/*-----------------------------------------------------------*/
/*固定用ヘッダー*/

#hide_header_wrap {
	width: 1324px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	/* box-shadow */
	box-shadow: 0px 0px 20px 2px #999;
	position:fixed;
	z-index:10000;
	top:0px;
	left:50%;
	margin-left:-662px;
	display:none;
}
#hide_header_container {
	width: 100%;
	position: relative;
	height: 70px;
	overflow: hidden;
}

/**/

#hide_gnavi {
	font-family: "Noto Sans Japanese";
	width:1280px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	bottom:0px;
}
#hide_gnavi ul {
	display: table;
	width:100%;
	height:50px;
	margin-top:20px;
}
#hide_gnavi ul li {
	list-style-type: none;
	display: table-cell;
	vertical-align:top;
}

#hide_gnavi ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:113%;
	line-height:30px;
	text-align:center;
	display:block;
	overflow:hidden;
}

#hide_gnavi ul li:hover{
	border-bottom:4px solid #0071bc;
	box-sizing:border-box;
}



#hide_gnavi ul li a span{
	border-left:1px solid #999999;
	box-sizing:border-box;
	text-align:center;
	display:block;
}

#hide_gnavi ul li:last-child a span{
	border-right:1px solid #999999;
}

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

#fixed_bottom_btn{
	width:100vw;
	position:fixed;
	left:0px;
	bottom:0px;
	background-image:url(index/bg_blue.png);
	background-size:cover;
	letter-spacing: -1em; /* 文字間を詰めて隙間をなくす */
	z-index:10000;
	display:none;
}

#fixed_bottom_btn ul{
	text-align:center;
	margin:10px auto;
	line-height:100%;
	width:1275px;
	overflow:hidden;
}

#fixed_bottom_btn ul li{
	list-style-type:none;
	/*float:left;*/
	display: inline-block;
	margin:0px 0px 0px 3px;
	overflow:hidden;
	width:421px;
	overflow:hidden;
	letter-spacing: normal; /* 文字間を元に戻す */
	
}

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

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	z-index:4000000;
}
.pagetop a {
    display: block;
    background-color:#ec6d45;
    text-align: center;
    font-size:94%;
    text-decoration: none;
    padding:15px 20px;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	color:#fff;
}
.pagetop a:hover {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    font-size:75%;
    text-decoration: none;
    padding:15px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	transform:scale(0.98);
	transform-origin:right center;
}

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



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