﻿@charset "utf-8";

/*トップページ１*/
@keyframes slide1 {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*トップページ１*/
@keyframes slide2 {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*トップページ１*/
@keyframes slide3 {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slide4 {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slide5 {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

/*トップページ１*/
.mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	display: block;
}

/*設定*/
#slide1,
#slide2,
#slide3,
#slide4,
#slide5 {
	-webkit-animation-duration: 18s;
	animation-duration: 18s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	display: block;
}

/*トップページ１*/
#slide1 {
	-webkit-animation-name: slide1;
	animation-name: slide1;
	position: relative;
	width: 100%;
	height: auto;
}

/*トップページ１*/
#slide2 {
	-webkit-animation-name: slide2;
	animation-name: slide2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

/*トップページ１*/
#slide3 {
	-webkit-animation-name: slide3;
	animation-name: slide3;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

/*トップページ１*/
#slide4 {
	-webkit-animation-name: slide4;
	animation-name: slide4;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

#slide5 {
	-webkit-animation-name: slide4;
	animation-name: slide4;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	border: solid 0px #000000;
	word-wrap: break-word;
}

p {
	padding: 0px 15px 0px 15px;
}

a {
	color: #660033;
}

hr {
	border: 0.5px #aaaaaa dotted;
	color: #aaaaaa;
	margin: 6px;
}

summary {
	display: block;
	font-size: 12px;
	line-height: 24px;
	/* デフォルトの矢印を消す */
}

summary::-webkit-details-marker {
	display: none;
	/* デフォルトの矢印を消す */
}

summary:before {
	content: url("image/open.jpg");
	/* 画像URLを指定 */
}







h1 {
	position: relative;
	margin-bottom: 5px;
	color: black;
	line-height: 30px;
	font-size: 21px;
}

h1 {
	position: relative;
	/*相対位置*/
	padding-left: 1.3em;
	/*アイコン分のスペース*/
	padding-top: 0.3em;
	line-height: 1.4;
	/*行高*/
}

h1:before {
	font-family: "FontAwesome";
	content: "≡";
	/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;
	/*絶対位置*/
	font-size: 1.4em;
	/*サイズ*/
	left: 0;
	/*アイコンの位置*/
	top: 0;
	/*アイコンの位置*/
	color: #e01000;
	/*アイコン色*/
}







h2 {

	padding: 5px 10px 5px 0px;
	font-size: 18px;
	color: white;

	line-height: 30px;
}



h3 {
	position: relative;
	color: #158b2b;
	font-size: 20px;
	padding: 10px 0;
	text-align: left;
	margin: 1.0em 0;
}

h3:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 45px;
	width: 150px;
	height: 58px;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}






h4 {

	margin: 15px 5px 15px 1px;
	padding: 3px 6px 3px 10px;
	font-size: 18px;
	border-left: 8px solid #6ad1c8;
}







h5 {
	display: inline;
	color: white;
	background-color: black;
	font-size: 18px;
	line-height: 60px;
	font-weight: 100;
	padding: 4px;

}

h6 {
	color: black;
	font-size: 24px;
	margin-top: 15px;
}
.accent01{
	font-size: 26px;
}
.accent02{
	color:white;
	background-color: red;
	padding:2px;
	font-size: 8px;
	margin-left: 10px;
	line-height: 0.5em;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
body {
	margin: 0;
	font-family: メイリオ, sans-serif;
	font-size: 15px;
	line-height: 29px;
	border-top: solid 0px black;

}

.header-back {
	width: 100%;
	background-color: white;

}

.header {
	width: 1100px;
	padding: 5px 10px 5px 10px;
	margin: 0 auto;
	color: #990000;
}

.header:after {
	content: "";
	clear: both;
	display: block;
}

.glovalnavi {
	color: white;
	background-color: darkgreen;
	width: 100%;
	margin-left: 30px;
	
}

.glovalnavi:after {
	content: "";
	clear: both;
	display: block;
}

.glovalnavi ul li a {
	text-decoration: none;
	color: white;
}

/* pc用  */
.glovalnavi-back {
	width: 100%;
	background-color: white;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: darkgreen;
}


.glovalnavi ul,
.glovalnavi li {
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;

}

.glovalnavi li {
	border-bottom: 1px solid #888888;
	line-height: 36px;
}

.glovalnavi li a {
	font-size: 19px;
	padding-left: 15px;
}

.face-back {
	width: 100%;
	background-color: white;
	text-align: center;
	display: block:
}

.face-back-s {
	display: none;
	width: 100%;
}


.face-back:after {
	content: "";
	clear: both;
	display: block;
}

.face {
	width: 100%;
	height: 100px;
	vertical-align: bottom;
	background-image: url(image/topbar.jpg);
	background-position: center;

}

.mainpage {
	width: 1200px;
	padding: 0px;
	background-color: white;
	margin: 0 auto;
}

.mainpage:after {
	content: "";
	clear: both;
	display: block;
}

.m-left {
	background-color: white;
	padding: 0%;
	margin: 2%;
	width: 46%;
	float: left;
	color: black;
	line-height: 28px;
}

.m-right {
	margin: 2%;
	margin-bottom: 5px;
	width: 46%;
	float: left;

}

.m-right:after {
	content: "";
	clear: both;
	display: block;
}


.mainpage-back {
	width: 100%;
	background-color: white;
}

.footer-back {
	width: 100%;
	background-color: darkgreen;
	margin: 0 auto;
}

.footer {
	width: 1140px;
	padding: 30px;
	background-color: darkgreen;
	margin: 0 auto;
	color: white;
}


.header-logo {
	font-size: 15px;
	width: 120px;
	margin-top: 0px;
	float: left;
}

.sub-title {
	font-size: 12px;
	width: 350px;
	color: black;
	margin: 10px 0 10px 0;
	float: left;
}

.logo {
	width: 100px;
	max-width: 150px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.kakunin {
	margin: 10px 5px 0px 0px;
	padding: 0px;
	color: black;
	width: 450px;
	line-height: 26px;
	float: right;
	text-align: center;
}

.kakunin a {
	text-decoration-line: none;
}


.glovalnavi-title {
	color: white;
	background-color: black;
	width: 1200px;
	padding: 10px;
	margin: 0 auto;
}


.main-contens {
	width: 92%;
	margin: 0 auto;
	padding: 10px;

}

.main-contens:after {
	content: "";
	clear: both;
	display: block;
}

.row {
	width: 350px;
	height: 500px;
	padding: 0%;
	padding: 13px;
	float: left;
	margin: 10px;
	border: 1px solid #ffffff;
	font-size: 13px;
	line-height: 22px;

}

.row:after {
	content: "";
	clear: both;
	display: block;
}

.one {
	width: 90%;
	padding: 0%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}

table#table-nb td {
	border: hidden;
	padding: 5px 1px;
}

table#table-nb th {
	border: hidden;
	padding: 5px 1px;
	vertical-align: top;
}

.dummy {
	clear: both;
	width: 100%;
}

.menu {
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 1200px;
	margin: 0 auto;

}

.menu > li {
	float: left;
	width: 18%;
	/* グローバルナビ4つの場合 */
	height: 50px;
	line-height: 50px;

}


.menu > li a {
	display: block;
	color: black;
	text-align: center
}

.menu > li a:hover {
	color: white;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu > li:hover {
	background: black;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: white;
}

.menu__second-level li {
	border-top: 1px solid #FFFFFF;
}

.menu__third-level li {
	border-top: 1px solid #111;
}

.menu__second-level li a:hover {
	background: black;
	color: white;
}

.menu__third-level li a:hover {
	background: #2a1f1f;
}

.menu__fourth-level li a:hover {
	background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

.menu > li.menu__single {
	position: relative;
	color: white;
}

.menu > li.menu__single_2 {
	position: relative;
	width: 15%;
	color: white;
}



li.menu__single ul.menu__second-level {
	position: absolute;
	top: 50px;
	width: 100%;
	background: black;
	color: white;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single_2:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

li.menu__single_2 ul.menu__second-level {
	position: absolute;
	top: 50px;
	width: 100%;
	background: black;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: white;
}

li.menu__single:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}






#footer p {
	margin: 0px 10px;
	color: white;
}


.gmap {
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mail {
	text-decoration: none;
	color: white;
}

/*  （スマホ用ナビ　変更しないでください）ここから　 */
#nav-drawer {
	position: relative;
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 100;
	top: 0px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	margin: 10px;
	position: absolute;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;
	/*線の太さ*/
	width: 25px;
	/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -8px;
}

#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;
	/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/*最前面に*/
	width: 90%;
	/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;
	/*最大幅（調整してください）*/
	height: 100%;
	background: darkgreen;
	/*背景色*/
	transition: .3s ease-in-out;
	/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;
	/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

#nav-drawer {
	display: none;
}

.normal-list {
	margin-left: 20px;
	margin-right: 20px;
}

.img-100p {
	width: 100%;
	display: block;
	margin-top: 3px;
	margin-bottom: 13px;
}


.fb-page {
	width: 100%;
	max-width: 500px;
}

table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: auto;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;

}

.table1 {
	border-collapse: collapse;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	width: 80%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;

}

table th,
table td {
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px #AAAAAA;
	text-align: left;
	/*実線 1px 黒*/
}

.table-t {
	background-color: antiquewhite;

}

.table-t2 {
	margin-left: 20px;
	background-color: antiquewhite;
	width: 50%;
}

.disp {
	display: none;
}

.normal_table {
	margin-left: 20px;
	margin-right: 0px;
	width: auto !important;
	text-align: center;

}

.normal_table tr td {
	border-color: white;
}

.normal li {
	margin-left: 30px;
}

.level2 {
	margin-left: 30px;
}

.gototop {
	display: block;
	padding: 10px;
	float: right;
	width: 50px;
	margin-right: 20px;
	background-color: black;
	font-size: 20px;
	text-align: center;
}

.gototop a {
	text-decoration: none;
	color: white;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 100px;
	height: 99% !important;
	width: 99% !important;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 25px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.test{
	width:100%;
	background-color: brown;
}

.test:after {
	content: "";
	clear: both;
	display: block;
}


@media screen and (max-width:1160px) {
	body {
		margin-top: 40px;
	}

	.header {
		width: 100%;
		text-align: center;
	}

	.header-logo {

		width: 70%;
		margin: 0 auto;
		float: none;
		font-size: 15px;
		line-height: 17px;

	}

	.logo {
		width: 90%;
		margin: 0 auto;
		display: inline-block;
		float: none;
	}

	.sub-title {
		font-size: 13px;
		width: 80%;
		float: none;
		margin: 0 auto;
		display: block;
	}


	#nav-drawer {
		display: block;
		vertical-align: top;
		background-color: #CCCCCC;
	}

	.glovalnavi-back {
		display: none;
	}

	.header-back {
		display: inline-block;

	}

	.glovalnavi-back,
	.mainpage-back,
	.footer-back {
		width: 100%;
	}

	.header {
		width: 90%;
		padding: 1% 1% 1% 1%;
	}

	.glovalnavi {
		width: 90%;
		padding: 5%;

	}

	.gloavlnavi ul,
	li {
		width: 100%;
		float: none;
		padding: 0px;
		margin: 0px;
	}

	.face-back {
		display: none;
	}

	.face-back-s {
		display: block;
	}

	.mainpage {
		width: 92%;
		padding: 1%;
		background-color: none;
	}

	.main-contens-detail {

		float: none;
		width: 96%;
		margin: 2%;

	}

	.m-left {
		padding: 0%;
		width: 95%;
		float: none;
		margin: 0 auto;
	}

	.m-right {
		margin: 0px;
		padding: 3%;
		width: 94%;
		float: none;
		border: 0;
	}



	.one {
		float: none;
		width: 98%;
		margin: 0 auto;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0;

	}

	#m-main {
		padding: 5%;
		width: 90%;
		float: none;
	}

	.footer {
		width: 94%;
		padding: 2%;
	}

	.goyoyaku,
	.kakunin {

		display: block;
		margin: 10px auto;
		float: none;
	}

	.disp {
		display: block;
	}


	.sub_place li {
		width: 38%;
		float: left;
		margin-bottom: 1px;



	}
}

@media screen and (max-width:600px) {
	.face-back {
		display:none;
	}
	.kakunin {
		width: 95%;
		margin: 0 auto;
		float: none;

	}

	.img-180 {
		margin: 5px;
		width: 75%;
		float: none;
	}

	.img-right {
		width: 50%;
		margin: 0 auto;
	}

	table {
		width: 100%;
	}

	#table-nb {
		border: hidden;
	}

	.img-left-menu {
		margin-left: 0px;
		padding-left: 2%;
		border-left: solid 8px #aaaaaa;
	}

	.table-t2 {
		margin-left: 15px;
		background-color: antiquewhite;
		width: 90%;
	}

	.gmap {
		width: 100%;
	}

	.row {
		width: 90%;
		height: 420px;
		padding: 3%;
		float: none;
		margin: 2%;
		border: 1px solid #aaaaaa;
	}

}
