@charset "utf-8";

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline: none;
}






/*==============================================

	Modify Base
	2015.01.09

==============================================*/

body {
	position: relative;
	min-width: 1000px;
	background: #fff;
	line-height: 24px;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

strong {
	font-weight: bold;
}

blockquote {
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: underline;
	color: #00a7ea;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a[href]:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.ul {
	border-bottom: 1px dotted #000;
}

.krnL {
	margin-left: -0.5em;
}

.krnR {
	margin-right: -0.5em;	
}

.krnC {
	margin-left: -0.3em;
	margin-right: -0.3em;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.fsn {
	font-size: 14px;
	line-height: 1.9;
}

.fs12 {
	font-size: 12px;
	line-height: 1.5;
}

.fs16 {
	font-size: 16px;
	line-height: 1.77;
}

.fs18 {
	font-size: 18px;
	line-height: 1.77;
}

.fs22 {
	font-size: 22px;
	line-height: 1.77;
}

.fs24 {
	font-size: 24px;
	line-height: 1.4;
}

ul.disc {
	padding-left: 1.2em;
	list-style-type: disc;
}

.cap {
	font-size: 12px;
	line-height: 20px;
}

.socialList {
	text-align: center;
	letter-spacing: -0.4em;
	white-space: nowrap;
}

.socialList>li {
	display: inline-block;
	letter-spacing: normal;
}

.socialList>li+li {
	margin-left: 5px;
}

.socialList>li>* {
	vertical-align: bottom!important;
}

.socialList>li.tw {
	width: 75px;
}

.socialList>li.fb {
	width: 71px;
}

.socialList>li.g1 {
	width: 32px;
}

.btn {
	text-align: center;
}

.btn>a {
	display: inline-block;
	background: #ff8340;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
}

.btn>a.off {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
	cursor: default;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#wrapper>header .id>a {
	position: relative;
	left: -75px;
	display: block;
	padding-left: 75px;
}

#wrapper>header .id>a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#wrapper>footer>.inner span {
	display: block;
}

#wrapper>footer>.inner span+span {
	margin-top: 10px;
}




/*------------------------------------------------
	content elements
------------------------------------------------*/

#contents {
	display: block;
	padding-bottom: 60px;
}

#contents>*+* {
	margin-top: 60px;
}

#contents>*>*+* {
	margin-top: 35px;
}

/*
#contents>*>.title+* {
	margin-top: 55px;
}
*/

.txt>*+* {
	margin-top: 25px;
}

.block {
	position: relative;
	margin: 0 auto;
}

.inner {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 60px 0;
}

.block>header {
	display: table;
	width: 100%;
	background: #00a7ea;
}

.block>header>.inner {
	display: table-cell;
	height: 180px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.block>header>a.inner {
	cursor: pointer;
}

.title {
	text-align: center;
}

.title>span {
	display: block;
	font-weight: bold;
	line-height: 1;
}

.title>span+span {
	margin-top: 15px!important;
}

.block>header .title>span {
	position: relative;
	top: 20px;
	color: #fff;
}

.block>.inner>*+* {
	margin-top: 60px;
}

.block>.inner>*>*+* {
	margin-top: 35px;
}

.block>.inner>*>.title+* {
	margin-top: 60px;
}

.cols {
	overflow: hidden;
}

.cols>*>*+* {
	margin-top: 25px;
}

.cols>* {
	margin-top: 0!important;
}

.cols2 {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

.cols2>* {
	float: left;
	width: 400px;
}

.cols2>*+* {
	margin-left: 40px;
}

.cols3 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.cols3>* {
	float: left;
	width: 300px;
}

.cols3>*+* {
	margin-left: 20px;	
}

.cols4 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.cols4>* {
	float: left;
	width: 160px;
}

.cols4>*+* {
	margin-left: 60px;
}

.row {
	margin: 0 auto;
}





/*------------------------------------------------
	modal
------------------------------------------------*/

#ol,
#olInner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#ol {
	display: none;
	z-index: 10000;
}

#olInner {
	display: table;
	background: rgba(0,0,0,0.5);
}

#olBody {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#ol #olScroll {
	width: 480px;
	margin: 0 auto;
	overflow: auto;
}

#ol .btn.close {
	width: 100%;
	background: #fff;
}

#ol .btn.close>a {
	display: block;
	height: 60px;
	line-height: 60px;
	background: #00a7ea;
}

#ol .olContent {
	display: none;
	padding: 40px;
	background: #fff;
	text-align: left;
}

#ol .olContent>*+* {
	margin-top: 35px;
}

.mov {
	position: relative;
}
.mov:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cols.btn_list a {
	display: block;
	background: #eee;
	color: #666;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 2.8;
}

.cols.btn_list a[href] {
	background: #ff8340;
	color: #fff;
}

/*------------------------------------------------
	slide
------------------------------------------------*/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
	opacity: .5;
	transition: opacity .5s;
}

.slick-slide.slick-current.slick-center {
	opacity: 1;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 14px;
	letter-spacing: -.4em;
	text-align: center;
}

.slick-dots>* {
	display: inline-block;
	letter-spacing: normal;
	width: 8px;
	height: 8px;
	background: #e6e6e6;
	border-radius: 8px;
}

.slick-dots>*+* {
	margin-left: 10px;
}

.slick-dots .slick-active {
	background: #a9d5a2;
}

.slick-dots button {
	display: none;
}

/*------------------------------------------------
	pagetop
------------------------------------------------*/

#pagetop {
	display: none;
	position: fixed;
	left: 90px;
	right: 90px;
	bottom: 90px;
	height: 0;
	z-index: 10;
}

#pagetop>.inner {
	width: 940px;
	text-align: right;
	vertical-align: bottom;
	margin: 0 auto;
	height: 0;
	overflow: visible;
	padding: 0;
}

#pagetop a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 150px;
	height: 150px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}



/*------------------------------------------------
	add 2018.09.18
------------------------------------------------*/

table {
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}

#header {
	background-color:#92c18b;
	background: url(../images/header_bg.jpg) no-repeat right center;
	background-size: cover;
	padding: 40px 0;
}

#header>.inner {
	height: 720px;
	padding: 0;
}

#header>.inner>*+* {
	margin-top: 0;
}

#header .title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}

#header .label {
	position: absolute;
	top: 0;
	right: 0;
}

#header .badge {
	position: absolute;
	bottom: 0;
	right: 0;
}

#header .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #808080;
	line-height: 1.7;
}

#introduction {
	text-align: center;
}

#introduction .txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}

#grandopen {
	background: #f5aa3b;
	color: #fff;
}

#grandopen .title {
	float: left;
	width: 33.3%;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: left;
}

#grandopen .txt {
	width: 66.7%;
	margin-top: 0;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
}

#grandopen .txt .btn {
	display: inline-block;
}

#grandopen .txt .btn>a {
	width: 300px;
	background: #fff;
	color: #f5aa3b;
}

#opening {
	background: #f19d86;
	color: #fff;
}

#opening .title {
	float: left;
	width: 33.3%;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: left;
}

#opening .txt {
	width: 66.7%;
	margin-top: 0;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
}

#opening .txt .btn {
	display: inline-block;
}

#opening .txt .btn>a {
	width: 300px;
	background: #fff;
	color: #f19d86;
}

#list_feature>* {
	padding: 45px 20px;
	background: #cccccc;
	box-sizing: border-box;
}

#list_feature>* .txt {
	margin-top: 35px;
}

#list_feature>* .txt>*+* {
	margin-top: 15px;
}

#list_feature>* .lead {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
}

#slide {
	padding: 0 0 40px;
	background: #cccccc;
}

#slide .img {
	width: 940px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#slide .img:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 75%;
}

#slide .cap {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}

#list_facility {
	text-align: center;
	border: 1px solid #b3b3b3;
	padding: 45px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}

#list_facility>*+* {
	margin-top: 60px;
}

#list_facility .cols4 {
	width: auto;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -40px;
	letter-spacing: -.4em;

}

#list_facility .cols4>* {
	display: inline-block;
	letter-spacing: normal;
	float: none;
	width: 25%;
	margin: 0;
	margin-bottom: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

#list_facility .cols4>.item>*+* {
	margin-top: 15px;
}

#floormap .floor {
	text-align: center;
}

#floormap .guide {
	text-align: left;
}

#floormap .guide .title {
	text-align: center;
}

#floormap .guide .photo {
	text-align: center;
}

#floormap .guide .item>*+* {
	margin-top: 10px;
}

#list_plan>* {
	padding: 45px 20px;
	background: #cccccc;
	box-sizing: border-box;
}

#list_plan .title {
	color: #fff;
}

#list_plan .label {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}

#list_plan .table_wrap {
	margin-left: -20px;
	margin-right: -20px;
}

#list_plan table th,
#list_plan table td {
	padding: 10px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}

#list_plan table th {
	width: 40%;
	border-right: 1px solid #fff;
	font-weight: bold;
	text-align: left;
}

#list_plan .comment {
	font-weight: bold;
}

#plan .option {
	border: 1px solid #b3b3b3;
}

#plan .option td,
#plan .option th {
	border: 1px solid #b3b3b3;
	text-align: left;
	padding: 10px 15px;
}

#plan .option th {
	font-weight: bold;
}

#information .summary {
	height: 220px;
}

#information .summary>* {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#information .summary>*>* {
	text-align: left;
	margin-top: 0!important;
}

#information .summary .title {
	font-weight: bold;
}

#map {
	height: 220px;
}

#notes {
	text-align: center;
}

#notes>.inner>*+* {
	margin-top: 40px;
}

#footer {
	text-align: center;
}

#footer>.inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

#pagetop a {
	background-image: url(../images/badge.png);
}

/* for smart phone */

@media only screen and (max-width: 30em){
	body {
		min-width: 0;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.inner {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	.block>.inner>*+* {
		margin-top: 40px;
	}

	.btn {
		width: 100%;
	}

	#header {
		padding: 20px;
	}

	#header {
		background-image: url(../images/sp/header_bg.jpg);
	}

	#header>.inner {
		height: 440px;
	}

	#header .id {
		width: 60px;
	}

	#header .badge {
		width: 90px;
	}

	#header .txt {
		font-size: 14px;
	}

	#header .title {
		text-align: center;
	}

	#header .title>* {
		margin-right: auto;
		margin-left: auto;
	}

	#header .title>*+* {
		margin-top: 20px;
	}

	#header .name {
		width: 215px;
	}

	#header .copyja {
		width: 250px;
	}

	#header .copyen {
		width: 210px;
	}

	#grandopen .title,
	#grandopen .txt {
		float: none;
		width: 100%;
		padding: 0;
	}

	#grandopen .txt {
		margin-top: 35px;
	}

	#grandopen .txt .btn>a {
		width: 100%;
	}

	#opening .title,
	#opening .txt {
		float: none;
		width: 100%;
		padding: 0;
	}

	#opening .txt {
		margin-top: 35px;
	}

	#opening .txt .btn>a {
		width: 100%;
	}

	.cols {
		width: 100%!important;
	}

	.cols>* {
		float: none!important;
		width: 100%;
		margin-left: 0!important;
	}

	.cols>*+* {
		margin-top: 20px!important;
	}

	#slide .img {
		min-width: 320px;
		width: 100%;
	}
	
	#list_facility {
		padding: 40px 20px;
	}

	#list_facility>*+* {
		margin-top: 40px;
	}

	#list_facility .cols4>* {
		width: 100%;
	}

	#map {
		height: auto;
	}

	#map:before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 100%;
	}

	#information .summary {
		height: auto;
	} 

	#information .summary>* {
		position: static;
		top: 0%;
		transform: translateY(0%);
	}

	#pagetop {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	#pagetop>.inner {
		width: 100%;
	}

	#pagetop a {
		width: 90px;
		height: 90px;
	}

.pc {
	display: none;
}

.sp {
	display: block;
}

}
