@charset "UTF-8";

/*----------------------------------------------*/
/* common                                       */
/*----------------------------------------------*/
@font-face {
 font-family: 'JapanSans90';
 src: url('../font/JapanSans90.eot');
 src: url('../font/JapanSans90.eot?#iefix') format('embedded-opentype'),
 url('../font/JapanSans90.woff') format('woff'),
 url('../font/JapanSans90.ttf') format('truetype'),
 url('../font/JapanSans90.otf') format('opentype');
 font-weight: normal;
 font-style: normal;
}


body {
	font-family:'JapanSans90','ヒラギノ角ゴ Pro W3','Hiragino Kaku  Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 90%;
	list-style: none;
}

p {
	margin: 0;
	line-height: 2;
}

a {
	text-decoration: none;
	color: #fff;
}

.inner_wrap {
	width: 980px;
	margin: 0 auto;
}

.clearfloat {
	clear: both;
}

section {
	padding-bottom: 40px;
}

h2 {
	text-align: center;
	font-size: 200%;
	margin: 0 0 40px 0;
	padding-top: 40px;
}

h3 {
	font-size: 130%;
	margin: 10px 0;
}

li {
	list-style: none;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*-header---------------------------------------*/
header {
	background-color: #fff;
	height: 100px;
}

h1 {
	float: left;
	margin: 0;
	height: 96px;
}

header a {
	float: right;
	margin-top: 25px;
	padding: 3px 20px;
	display: block;
	color: #2b328e;
	font-size: 130%;
	border: 2px solid #2b328e;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

header a:hover {
	background-color: #2b328e;
	color: #FFF;
}

nav {
	height: 40px;
	font-size: 120%;
}

nav #nav {
	background-color: #000;
	z-index: 2;
}

nav ul {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.2);
}

nav ul li {
	float: left;
	width: 20%;
}

nav ul li a {
	line-height: 2.5;
	height: 40px;
	display: block;
}

nav ul li a:hover {
	background-color: #333;
}

nav #nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

#nav_responsive {
	display: none;
}


/*-slider---------------------------------------*/
.slider div img {
	width: 100%;
}

.slider button {
	position: absolute;
	text-indent: -9999px;
	z-index: 1;
	cursor: pointer;
	border: none;
}

.slick-prev {
	top: 50%;
	left: 1%;
	height: 60px;
	width: 40px;
	background: url(../img/slider_nav_l.png) no-repeat;
}

.slick-next {
	top: 50%;
	right: 1%;
	height: 60px;
	width: 40px;
	background: url(../img/slider_nav_r.png) no-repeat;
}


/*-Infomation-----------------------------------*/
#infomation {
	background-color: #222;
}


/*-Article---------------------------------------*/
#article ul {
	padding: 0;
}

#article li {
	font-size: 100%;
}

#article a:hover {
	text-decoration: underline;
}

#article span {
	margin-left: 40px;
	color: #aaa;
}

#article p {
	text-align: right;
}




/*-profile--------------------------------------*/
#profile {
	background-color: #222;
}

#profile ul {
	padding: 0;
	display: flex;
	align-items: center;
}

#profile ul:nth-child(2) {
	flex-direction: row-reverse;
}

#profile li {
	width: 50%;
}

#profile li img {
	width: 100%;
}

#profile li:nth-child(1) {
	padding: 0 0 0 30px;
	box-sizing: border-box;
}


/*-guide----------------------------------------*/
#guide ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#guide ul li {
	text-align: center;
	width: calc(100%/3);
	margin: 0 0 30px 0;
}

#guide ul li:nth-child(3) {
	margin: 0;
}

#guide ul li img {
	width: 40px;
}

#guide a:hover {
	text-decoration: underline;
}

#guide .inner_wrap>p {
	text-align: right;
}


/*-reserved-------------------------------------*/
#reserved {
	background-color: #222;
}

#reserved h3,
#reserved p {
	text-align: center;
}

#reserved iframe {
	margin-top: 30px;
}

#reserved .tel {
	font-size: 160%;
	height: 50px;
	width: 30%;
	line-height: 2.2;
	margin: 0 auto;
	background-color: #000;
	border-radius: 10px;
}

#reserved .tel img {
	margin-bottom: -5px;
}

#reserved .mail {
	font-size: 160%;
	height: 50px;
	width: 30%;
	line-height: 2.2;
	margin: 0 auto;
	background-color: #000;
	border-radius: 10px;
}

#reserved .mail img {
	margin-bottom: -5px;
}

#reserved dl {
	width: 60%;
	margin: 0 auto;
}

#reserved dt span {
	color: #f00;
	font-size: 70%;
}

#reserved dd span {
	font-size: 80%;
}

#reserved form>p input {
	margin-top: 20px;
}


/*-attention------------------------------------*/
#attention h2 span {
	font-size: 40%;
	color: #f00;
}

#attention ul {
	display: flex;
	flex-wrap: wrap;
}

#attention ul li {
	text-align: center;
	box-sizing: border-box;
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 20px 30px;
}

#attention ul li img {
	width: 50px;
}

#attention ul li:nth-child(2) img {
	width: 70px;
}


/*-banner------------------------------------*/
#banner {
	background-color: #222;
	padding: 50px 0;
}

#banner p {
	text-align: center;
	margin: 1em auto;
}

#banner ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 80%;
	display: flex;
	flex-wrap: wrap;
}

#banner li {
	width: 30%;
	margin: 0 5% 10px 0;
	text-align: center;
}

#banner li:nth-child(3),
#banner li:nth-child(6) {
	margin: 0 0 10px;
}

#banner li img {
    width: 100%;
}

/*-totop---------------------------------------*/
#totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#totop a {
	width: 50px;
	height: 47px;
	display: block;
	padding: 8px 10px 10px 10px;
	border: 2px solid #2b328e;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	color: #2b328e;
	text-align: center;
	line-height: 1.5;
}

#totop a:hover {
	background-color: #2b328e;
	color: #FFF;
}





/*-footer---------------------------------------*/
footer {
	background-color: #fff;
}

footer p {
	text-align: center;
	color: #000;
	font-size: 80%;
	line-height: 50px;
}




/*----------------------------------------------*/
/* max-width980px                               */
/*----------------------------------------------*/
@media screen and (max-width: 980px) {
	.inner_wrap {
		width: 90%;
	}
	
	nav ul {
		width: 100%;
	}
	
	#map_canvas {
		width: 100%;
	}
	
	#guide ul {
		width: 80%;
		margin: 0 auto 40px;
		padding: 0;
	}
	
	#guide ul li {
		width: 100%;
	}
	
	#attention ul {
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
	
	#reserved #gcalender {
		width: 100%;
	}
	
	#attention ul li {
		width: 100%;
	}
}


/*----------------------------------------------*/
/* max-width880px                               */
/*----------------------------------------------*/
@media screen and (max-width: 880px) {
	body {
		position: relative;
	}
	
	header {
		height: 90px;
		width: 100%;
		background-color: #fff;
		position: fixed;
		top: 0;
		z-index: 10;
	}
	
	header h1 img {
		margin-top: 7px;
		width: 80%;
	}
	
	header a {
		display: none;
	}
	
	nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
	}
	
	#nav {
		display: none;
	}
	
	#nav_responsive {
		display: block;
		width: 100%;
	}
	
	#nav_responsive>a {
		display: block;
		text-align: right;
		font-size: 200%;
		padding-right: 5%;
		cursor: pointer;
		color: #000;
		height: 90px;
	}
	
	#nav_responsive .menu_button span {
		font-size: 60%;
	}
	
	#nav_responsive .close_button {
		display: none;
	}
	
	#nav_responsive ul {
		padding: 0;
		display: none;
		background-color: #fff;

	}
	
	#nav_responsive li {
		float: none;
		border-top: 1px solid #000;
		width: 100%;
	}
	
	#nav_responsive li a {
		display: block;
		color: #000;
	}
	
	#nav_responsive li a:hover {
		background-color: #ccc;
	}
	
	.slider {
		margin-top: 90px;
	}

	#reserved .tel,
	#reserved .mail {
		width: 50%;
	}
	
	#totop a {
		width: 50px;
		height: 50px;
	}
}


/*----------------------------------------------*/
/* max-width680px                               */
/*----------------------------------------------*/
@media screen and (max-width: 680px) {
	header {
		height: 70px;
	}

	header h1 img {
		margin-top: 5px;
		width: 65%;
	}
	
	#nav_responsive>a {
		height: 70px;
	}
	
	.slider {
		margin-top: 70px;
	}
	
	.slick-prev,
	.slick-next {
		display: none!important;
	}
	
	#profile ul {
		flex-wrap: wrap;
	}

	#profile li {
		width: 100%;
		padding: 5px 0!important;
	}
	
	#profile li img {
		width: 100%;
	}
	
	#reserved .tel,
	#reserved .mail {
		width: 60%;
	}
	
	#banner ul {
		width: 100%;
		text-align: left;
	}
	
	#banner li {
		width: 90%;
		margin: 0 auto 20px;
		line-height: 1.1;
	}
	#banner li:nth-child(3),
	#banner li:nth-child(6) {
		margin: 0 auto 20px;
	}
}


/*----------------------------------------------*/
/* max-width515px                               */
/*----------------------------------------------*/
@media screen and (max-width: 515px) {
	header h1 img {
		margin-top: 5px;
		width: 65%;
	}
	
	#nav_responsive>a {
		height: 70px;
	}
	
	#profile img {
		width: 100%;
	}
	
	#guide #map_canvas {
		height: 250px !important;
	}
	
	#reserved iframe {
		height: 400px;
	}
	
	#reserved .tel,
	#reserved .mail {
		width: 80%;
	}
	
	#reserved dl,
	#reserved dd {
		width: 90%;
	}
	
	#attention ul {
		width: 100%;
	}
	
	#totop {
		bottom: 10px !important;
		right: 10px;
	}
	
	#totop a {
		width: 40px;
		height: 40px;
		font-size: 80%;
	}
}


/*----------------------------------------------*/
/* under-width320px                             */
/*----------------------------------------------*/
@media screen and (max-width: 320px) {
	header {
		height: 60px;
	}

	header h1 img {
		margin-top: 10px;
		width: 65%;
	}
	
	#nav_responsive>a {
		height: 60px;
	}
	
	.slider {
		margin-top: 60px;
	}
	
	#reserved .tel,
	#reserved .mail {
		width: 100%;
	}
	
	#reserved dl,
	#reserved dd {
		width: 90%;
	}
}