@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color: #333;
	line-height: 100%;
	min-width: 320px;
}
a {
	color: #448EE3;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}
a:link {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#contents p {
	line-height: 1.7;
}
ul, ol {
	list-style-type: none;
}
ul li, ol li, dl {
	line-height: 1.7;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7;
}
::selection {
	background-color: #888;
	color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 100%;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE 6/7 only */
}
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
	display: block!important;
	content: " ";
}
}
div.clear_noie {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	font-size: 0;
	display: block;
	height: 60px;
	width: 60px;
	background-size: 50px 50px;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 60px 60px;
	opacity: 1;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/


figure {
	line-height: 0;
}
img {
	max-width: 100%;
}
.inrBox {
	max-width: 1230px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.inrBox_s {
	max-width: 1020px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.spEle {
	display: none;
}
/*-- 各タイトル --*/
	
.head01 {
	text-align: center;
	font-size: 26px;
	font-weight: bolder;
	line-height: 1.2 !important;
}
.under-head01 {
	text-align: center;
	font-size: 11px;
	margin-bottom: 50px;
	font-weight: bold;
}
.head02 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2 !important;
	margin-bottom: 30px;
}
.head03 {
	font-size: 22px;
	line-height: 1.2 !important;
	margin-bottom: 20px;
}
/*-- HEADER --*/


header {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #FFFFFF;
}
.header-inr {
	max-width: 1230px;
	position: relative;
	margin: 0 auto;
}
header .header-mark {
	float: left;
	width: 30%;
	max-width: 192px;
	padding-top: 5px;
}
header .header-mark a {
	display: block;
}

header .header-mark-box02{
	position: absolute;
	right:130px;
	top:17px;
	}

header .header-mark-box02 a{
	display:block;
	padding:2px 2px;
	line-height:0 !important;
	width:70px;
	}


header .header-mark-box02 a:hover{
	opacity:0.8;
	}


header .header-mark-box {
	position: absolute;
	right: 0;
	top: 10px;
	width: 120px;
}
header .header-mark-box li {
	width: 33.33%;
	float: left;
	text-align: center;
}
header .header-mark-box li a {
	display: block;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
header .header-mark-box li a:hover {
	opacity: 0.5;
}
header .header-ul01 {
	box-sizing: border-box;
	float: right;
	margin-right: 210px;
	width: 790px;
}
header .header-ul01 li {
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
header .header-ul01 li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 1em 1.4em;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
header .header-ul01 li a span {
	font-weight: bold;
	display: block;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
header .header-ul01 li .en {
	margin-top: 0;
}
header .header-ul01 li .jp {
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	letter-spacing: -0.1em;
	opacity: 0;
}
header .header-ul01 li a:hover .en {
	opacity: 0;
	transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
}
header .header-ul01 li a:hover .jp {
	top: 50%;
	opacity: 1;
}
.drawer-hamburger {
	display: none !important;
}
/*-- HEADER-FAC-ZONE --*/

.header-fac-zone {
	background-color: #f0f0f0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: none;
	visibility: hidden;
}
.facility-page header {
	padding-bottom: 0;
}
.facility-page .header-fac-zone {
	display: block;
	visibility: visible;
}
.header-fac-zone:before, .header-fac-zone:after {
	width: 10px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	background-color: #f0f0f0;
}
.header-fac-zone:before {
	left: -10px;
}
.header-fac-zone:after {
	right: -10px;
}
.header-fac-zone ul {
	text-align: center;
}
.header-fac-zone ul li {
	display: inline-block;
}
.header-fac-zone ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	padding: 1em 1em;
	display: block;
}
.header-fac-zone ul li a:hover {
	/*background-color: #6da8a7;*/
    background-color: #dcd6d2;
	color: #fff;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
/*-- FOOTER --*/


footer {
	text-align: center;
	/*background-color: #f0f0f0;*/
    background-color: #dcd6d2;
	box-sizing: border-box;
	padding-top: 40px;
}
footer .footer-ul01 {
	margin-bottom: 20px;
}
footer .footer-ul01 li {
	display: inline-block;
}
footer .footer-ul01 li a {
	display: block;
	padding: 0em 1em;
	color: #000000;
	line-height: 1;
	border-right: 1px solid #000000;
	text-decoration: none;
	font-weight: bold;
}
footer .footer-ul01 li a:hover {
	text-decoration: underline;
}
footer .footer-ul01 li:last-child a {
	border: none;
}
footer .footer-p01 {
	width: 240px;
	margin: 0 auto 20px;
}
footer .footer-p02 {
	margin-bottom: 20px;
}
footer .footer-p03 {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
footer .copy-right {
	color: #FFFFFF;
	font-size: 11px;
	/*background-color: #6da8a7;*/
    background-color: #7f7f7f;
	padding: 0.8em 0;
}
/*-- 各UL --*/


.clm03-ul {
	width: 100%;
	margin: 0 auto 20px;
}
.clm03-ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.clm03-ul li:nth-child(3n) {
	margin-right: 0;
}
.clm04-ul {
	width: 100%;
	margin: 0 auto 20px;
}
.clm04-ul li {
	width: 24%;
	float: left;
	margin-right: 1.3333%;
}
.clm04-ul li:nth-child(4n) {
	margin-right: 0;
}

/*-- アンカーリンク --*/


.mdSpan {
	position: relative;
}
.mdSpan i {
	display: block;
	left: 0;
	line-height: 0;
	margin-top: -80px;
	padding-top: 80px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
}
.facility-page .mdSpan i {
	margin-top: -130px;
	padding-top: 130px;
}
/*-- 各 table --*/


.table-style01 {
	width: 100%;
	margin: 0 auto 30px;
	box-sizing: border-box;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table-style01 th, .table-style01 td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5 !important;
	padding: 0.8em 1em;
	text-align: left;
	vertical-align: middle;
}
.table-style01 th {
	background-color: #eeeeee;
	color: #000;
	padding: 0.8em 0.3em;
	text-align: center;
	font-weight: normal;
}
.table-style01.centerVer th, .table-style01.centerVer td {
	text-align: center !important;
	padding: 0.8em 0.3em;
}
.table-style01.td-centerVer th {
	text-align: left;
	padding: 0.8em 0.8em;
}
.table-style01.td-centerVer td {
	text-align: center;
	padding: 0.8em 0.3em;
}
.tblGray {
	background-color: #eee;
}


/*-- pager-wrapper --*/
.pager-wrapper{
	max-width:600px;
	margin:30px auto 40px;
	text-align:center;
	position:relative;
	}

.pager-wrapper .pager-arrow{
	display:block;
	width:15%;
	position:absolute;
	top:50%;
	margin-top:-1.4em;
	}



.pager-wrapper .arrow-prev{
	left:0;
	}

.pager-wrapper .arrow-next{
	right:0;
	}

.pager-wrapper .pager-arrow a{
	display: block;
	background-color:#ffffff;
    border:  1px solid #000000;
	color:#000000;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	box-sizing:border-box;
	padding:0.3em 0;
	}	
.pager-wrapper .disable a{
	background-color:#ddd !important;
    border:  1px solid #ddd !important;
    color: #ffffff !important;
	cursor:default;
	}	

.pager-wrapper .pager-arrow a:hover{
	background-color:#000000;
    color:#ffffff;
	}	
	

.pager-wrapper .arrow-prev a:after{
	content:"前へ";
	}	
.pager-wrapper .arrow-next a:after{
	content:"次へ";
	}		
.pager-wrapper ul{
	width:70%;
	margin:0 auto;
	}	

.pager-wrapper ul li{
	width:30px;
	display:inline-block;
	margin:3px 0;
	}	

.pager-wrapper ul li a{
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border:1px solid #000000;
	display:block;
	font-size:14px;
	box-sizing:border-box;
	text-decoration:none;
	padding:0.3em 0;
	}	

.pager-wrapper ul li.current a{
	background-color:#000000;
	color:#FFFFFF;
	}

.pager-wrapper ul li a:hover{
	background-color:#000000;
	color:#FFFFFF;
	}	
	
	


@media screen and (max-width:1080px) {
header .header-ul01 {
	float: none;
	margin: 0 auto;
	clear: both;
}
}

@media screen and (max-width:960px) {
header {
	padding-bottom: 0;
	padding-top: 5px;
}
header .header-ul01 {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
header .header-ul01 li {
	display: inline-block;
	float: none;
}
header .header-ul01 li {
	padding: 0;
}
header .header-ul01 li a {
	font-size: 13px;
}
}

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



.pcEle {
	display: none;
}
.spEle {
	display: block;
}
br.spEle {
	display: inline-block;
}
/*-- 各タイトル --*/
	
.head01 {
	text-align: center;
	font-size: 26px;
	font-weight: bolder;
	line-height: 1.2 !important;
}
.under-head01 {
	text-align: center;
	font-size: 11px;
	margin-bottom: 50px;
	font-weight: bold;
}
.head02 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2 !important;
	margin-bottom: 30px;
}
.head03 {
	font-size: 16px;
}
/*-- HEADER --*/

header {
	padding: 10px;
	background-color: #eee;
}
header .header-mark {
	width: 200px;
	max-width: none;
	padding-top: 0;
}
header .header-mark-box, header .header-ul01 {
	display: none;
}
.drawer-hamburger {
	display: block !important;
	padding-top: 10px !important;
}
button.drawer-hamburger:after {
	bottom: 0;
	color: #000;
	content: "MENU";
	font-size: 10px;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.header-fac-zone {
	overflow-x: scroll;
	overflow-y: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.header-fac-zone:before, .header-fac-zone:after {
	display: none;
}
.header-fac-zone ul {
	width: 740px;
}
.header-fac-zone ul li {
	width: 12.5%;
	float: left;
	margin: 0;
}
.header-fac-zone ul li a {
	padding: 1em 0;
}
.menu-zone {
	box-sizing: border-box;
	padding: 20px 0px 0;
}
.menu-zone .sp-menu-mark, .menu-zone .sp-menu-tel {
	width: 80%;
	max-width: 500px;
	margin: 0 auto 20px;
	line-height: 0 !important;
}
.menu-ul-01 {
	margin-bottom: 20px;
}
.menu-ul-01 li a {
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #e0e0e0;
	color: #000000;
	text-decoration: none;
	padding: 8px 10px;
}
.menu-ul-01 li:first-child a {
	border-top: 1px solid #e0e0e0;
}
.menu-ul-01 li a span {
	display: block;
	line-height: 1.2;
}
.menu-ul-01 li a span.en {
	font-size: 15px;
	color: #333333;
}
.menu-ul-01 li a span.jp {
	font-size: 12px;
	color: #6da8a7;
	font-weight: bold;
}
.menu-ul-02 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.menu-ul-02 li {
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
	box-sizing: border-box;
}
.menu-ul-02 li:last-child {
	margin-right: 0;
}
.menu-ul-02 li a {
	display: block;
	padding: 5px;
}

.sp-menu-hug{
	width:80%;
	margin:20px auto 0;
	}

.sp-menu-hug a{
	display:block;
	}	



/*-- FOOTER --*/

footer {
	padding-top: 20px;
}
footer .footer-ul01 {
	display: none;
}
footer .footer-p03 {
	margin-bottom: 20px;
}
/*-- 各UL --*/


.clm03-ul li {
	width: 100%;
	max-width: 320px;
	float: none;
	margin: 0 auto 20px;
}
.clm03-ul li:nth-child(3n) {
	margin-right: auto;
}
.clm04-ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.clm04-ul li:nth-child(2n) {
	margin-right: 0;
}
/*-- 各 table --*/


.table-style01 th, .table-style01 td {
	font-size: 12px;
}
/*-- scroll-zone --*/

.scroll-zone {
	overflow-x: scroll;
	overflow-y: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 30px;
}
.scroll-zone:after {
	position: absolute;
	left: 0;
	bottom: 10px;
	content: "横にスクロールして見てください。";
}
.scroll-zone > table {
	min-width: 700px;
	margin-bottom: 0 !important;
}
}
