@charset "utf-8";
/* CSS Document */

html {
}

body {
    background-color: #aaa;
    font-size: 16px;
	font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;
}

#container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
}
@media screen and (max-width: 1000px){
	#container {
		border-left: none;
		border-right: none;
	}
}

a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}





/* ヘッダー */
header {
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	background-position: center;
	position: relative;;
	box-shadow: 0 5px 5px rgba(0,0,0,0.63);
	z-index: 10;
}
#header_logo {
	position: absolute;
}
#header_summary {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 8px;
}

#header_summary:before {
	content: '▶';
}
#header_summary>h1 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	margin-left: 5px;
}

nav {
	position: absolute;
	right: 0;
	bottom: 6px;
}

nav>ul {
	overflow: hidden;
}
nav>ul>li {
	float: left;
	height: 46px;
	width: 132px;
	text-align: center;
	border-left: 1px solid #fff;
}
nav>ul>li>a {
	color: #fff;
	line-height: 46px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia,"游明朝 Medium","游明朝","Yu Mincho Medium","YuMincho","YuMincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
nav>ul>li>a:hover {
	text-decoration: none;
}

#header_sp_menu {
	display: none;
}



/* メイン */
#main {
	width: 100%;
	height: 600px;
	position: relative;
	background-color: #000;
}

#main_logo {
	position: absolute;
	top: 218px;
	right: 69px;
	z-index: 5;
}

#main_slide {
	width: 100%;
	height: 100%;
	position: absolute;
}
#main_slide_images{
	width: 100%;
	height: 100%;
	position: absolute;
}
#main_slide_images div{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#main_slide_images div:not(:first-child){
	display: none;
}
#main_slide_button {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 15px;
	z-index: 10;
	color : #fff;
	font-size: 12px;
	text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1);
}
#main_slide_button span{
	cursor: pointer;
	margin: 0 5px;
}



/* 記事 */
section {
	padding: 60px 30px;
}

section>h2 {
	font-family: Georgia,"游明朝 Medium","游明朝","Yu Mincho Medium","YuMincho","YuMincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

section>h3 {
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	background-color: #333;
	color: #fff;
	padding: 6px;
}

section>div {
	overflow: hidden;
}

section p {
	line-height: 1.5;
	margin-bottom: 1em;
}

.section_read {
	margin-bottom: 30px;
	text-align: center;
}

.image_l,.image_r {
	margin-bottom: 30px;
	width: 50%;
}

.image_l img,.image_r img {
	width: 100%;
}

.image_l {
	float: left;
	margin-right: 30px;
}

.image_r {
	float: right;
	margin-left: 30px;
}

#facebook_wrapper {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 50%;
}

.googlemap_embed {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 50%;
	height: 500px;
}

#indoorview_embed {
	border:0;
	width: 100%;
	height: 500px;
}

sub {
	font-size: 10px;
	margin-right: 5px;
}



/* こだわり */
#feature_list>ul {
	overflow: hidden;
}

#feature_list>ul>li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}

#feature_list>ul>li:nth-child(3n) {
	margin-right: 0;
}
.feature_list_image {
	margin-bottom: 15px;
}
.feature_list_image>img {
	width: 100%;
}

.feature_list_head {
	font-family: Georgia,"游明朝 Medium","游明朝","Yu Mincho Medium","YuMincho","YuMincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
	margin-bottom: 10px;
}

.feature_list_read {
	font-size: 14px;
	line-height: 1.5;
}



/* スタッフ紹介 */
#staff_list {
	overflow: hidden;
}

#staff_list>li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	overflow: hidden;
}

#staff_list>li:nth-child(even) {
	margin-right: 0;
}
.staff_list_image {
	float: left;
	width: 40%;
	margin-right: 20px;
	margin-bottom: 10px;
}
.staff_list_image>img {
	width: 100%;
	border-radius: 100px;
}

.staff_list_head {
	margin-top: 15px;
	margin-bottom: 10px;
	height: 70px;
}
.staff_list_head img{
	height: 100%;
}

.staff_list_read {
	font-size: 14px;
	line-height: 1.5;
}




/* アクセス */
#access_route>ul {
	overflow: hidden;
}

#access_route>ul>li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}

#access_route>ul>li:nth-child(3n) {
	margin-right: 0;
}
.access_route_image {
	margin-bottom: 15px;
}
.access_route_image>img {
	width: 100%;
}

.access_route_read {
	font-size: 14px;
	line-height: 1.5;
}



/* 営業カレンダー */
#schedule img {
	width: 100%;
}





/* フッタ */
footer {
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	background-position: center;
	position: relative;;
	box-shadow: 0 5px 5px rgba(0,0,0,.6);
	z-index: 10;
	color: #fff;
}

#footer_logo {
	position: absolute;
	left: 30px;
	top: 12px;
}

#footer_copy {
	position: absolute;
	right: 30px;
	top: 0;
	height: 100px;
	line-height: 100px;
	font-size: 12px;
}



/* totop */
#toTop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 20px;
	border-radius: 100px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.6);
	background-image: url(../images/header_bg.jpg);
	background-position: center;
	z-index: 11;
}
#toTop img {
}













@media screen and (max-width: 950px) {
	nav>ul>li {
		width: 100px;
	}
	nav>ul>li>a {
		font-size: 13px;
	}
	.feature_list_head {
		font-size: 16px;
	}
}

@media screen and (mix-width: 769px) {
	nav {
		display: block;
	}
}


@media screen and (max-width: 769px) {

	header {
		width: 100%;
		height: 50px;
		position: fixed;
	}
	#header_logo {
		width: 100px;
		z-index: 10;
	}
	#header_logo img {
		width: 100%;
	}
	#header_summary {
		right: auto;
		left: 120px;
		top: 0px;
	}

	#header_summary:before {
		content: '';
	}
	#header_summary>h1 {
		font-size: 18px;
		margin-left: 0;
		line-height: 50px;
	}
	#header_summary>h1>span {
		font-size: 12px;
	}

	nav {
		position: fixed;
		left: 0;
		top: 50px;
		right: auto;
		bottom: auto;
		width: 100%;
		z-index: 9;
		opacity: .8;
		display: none;
	}

	nav>ul {
	}
	nav>ul>li {
		float: none;
		height: 46px;
		width: 100%;
		text-align: center;
		border-left: none;
		border-bottom: 1px dotted #888;
		background-color: #444;
	}
	nav>ul>li:last-child {
		border-bottom: 1px solid #888;
	}
	nav>ul>li>a {
		color: #fff;
		line-height: 46px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-family: Georgia,"游明朝 Medium","游明朝","Yu Mincho Medium","YuMincho","YuMincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
	nav>ul>li>a:hover {
		text-decoration: none;
	}


	#header_sp_menu {
		display: block;
		position: absolute;
		right: 7px;
		top: 7px;
		width: 100px;
		height: 36px;
		background-color: #fff;
		font-size: 16px;
		font-family: Georgia,"游明朝 Medium","游明朝","Yu Mincho Medium","YuMincho","YuMincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		border-radius: 10px;
		text-align: center;
		line-height: 40px;
		border: 1px solid #444;
		box-shadow: 0 5px 5px rgba(0,0,0,.6);
		opacity: .9;
		cursor: pointer;
	}

}



@media screen and (max-width: 640px) {

	#header_logo {
		width: 80px;
		z-index: 10;
	}
	#header_summary {
		left: 90px;
	}
	#header_summary>h1>span {
		display: none;
	}

	#header_summary>h1 {
		font-size: 14px;
	}




	#header_sp_menu {
		width: 80px;
		font-size: 14px;
	}


	section>h3 {
		font-size: 14px;
		letter-spacing: 0;
	}


	#main {
		height: 400px;
	}
	#main_slide_button {
		display: none;
	}

	#main_logo {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	#main_logo img{
		width: 90%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}


	section {
		padding: 60px 10px;
	}

	.image_l, .image_r {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}



	#feature_list>ul>li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		overflow: hidden;
	}

	#feature_list>ul>li:nth-child(3n) {
		margin-right: 0;
	}
	#feature_list>ul>li:nth-child(even) {
		margin-right: 0;
	}

	.feature_list_image {
		width: 45%;
		margin-right: 10px;
		float: left;
	}



	#staff_list>li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}


	.staff_list_head {
		margin-top: 0;
	}

	#facebook_wrapper {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.googlemap_embed {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		height: 300px;
	}

	.googlemap_embed>iframe {
		height: 300px;
	}


	#indoorview_embed {
		height: 300px;
	}




	#access_route>ul>li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		overflow: hidden;
		margin-right: 0;
	}

	#access_route>ul>li:nth-child(3n) {
		margin-right: 0;
	}
	.access_route_image {
		width: 60%;
		margin-right: 10px;
		float: left;
	}

	.access_route_read {
		font-size: 14px;
		line-height: 1.5;
	}


	#toTop {
		bottom: 20px;
		width: 80px;
		height: 80px;
	}
	#toTop img{
		width: 100%;
	}


	footer {
		height: 150px;
	}

	#footer_logo {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 20px;
	}
	#footer_logo img{
		max-width: 30%;
	}

	#footer_copy {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}

}
