﻿@charset "utf-8";

body {
	margin: 0 auto;
	font-size:1.1vw;
	background-color: white;
	font-family: "メイリオ","游明朝","MS Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","游ゴシック",serif;
}

h1 {
	color: #330000;
	font-size:4vw;
}
h2 {
	color: #330000;
	font-size:3vw;
}
h3 {
	color: #330000;
	font-size:2vw;
}
h4 {
	color: #222222;
	font-size:1.5vw;
	margin: 0;
}
h5 {
	color: #222222;
	font-size:1.2vw;
	margin: 0;
}
p {
	color: #000000;
	font-size:1vw;
	margin: 0;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.kasen1 {
	display: inline-block;
	width: 80%;
	height: 5px;
	border-bottom: 2px dotted #6091d3;
}

/********************************************/
/*****  レイアウト                     ******/
/********************************************/
#fix {
	width: 100%;
	height: 2.5vw;
	margin-top: 0;
	position: fixed;
	z-index: 1;
}
#container {
	display: inline-block;
	margin-top: 2.5vw;
	width: 100%;
	height: auto;
	background-color: white;
    	/* box-shadow: 2px 0 4px gray;/*影*/*/
}
#main {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

/********************************************/
/*****  ナビゲーション                 ******/
/********************************************/
#nav {
	width: 100%;
	height: 2.5vw;
	margin: 0 auto;
	text-align: center;
	background-color: #708090;
	border-bottom: 1px solid #fff;
}
#nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 60%;
	text-align: center;
}
#nav ul li {
	display: table-cell;
	width: 16.67%;
	border-right: 1px solid #fff;
}
#nav ul li:first-child {
	border-left: 1px solid #fff;
}
#nav ul li a {
	display: block;
	width: 100%;
	margin: 4% 0;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #FF8856;
	font-weight: bold;
}

/********************************************/
/*****  キャッチ画像                   ******/
/********************************************/
#catch img {
	width: 100%;
	height: auto;
	/*margin-bottom: 1%;*/
}

/********************************************/
/*****  ヘッダー                       ******/
/********************************************/
#header {
	display: inline-block;
	width: 100%;
	height: 22vw;
	background-color: white;
}

#header img {
	width: 100%;
	height: auto;
}

/********************************************/
/*****  フッター                       ******/
/********************************************/
#footer {
	display: inline-block;
	margin-top: 8%;
	width: 100%;
	height: 10%;
	text-align: center;
	background-color: #708090;
}

#footer p{
	color: white;
	font-size:1.0vw;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/********************************************/
/*****  トップへ戻る                   ******/
/********************************************/
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: #003a75; /*ボタンの色*/
	opacity: 0.6;
	border-radius: 50%; /*角の丸み*/
}
#page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_top a::after{
	content: '▲';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/********************************************/
/*****  ブロック                       ******/
/********************************************/
/*--- １列 ---*/
.block1 {
	display: inline-block;
	width: 80%;
	background-color: white;
}
.block1 .item1 {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}

/*--- ２列 50%-50%---*/
.block2 {
	display: inline-block;
	width: 80%;
	background-color: white;
	margin-bottom: 2%;
}
.block2 .item1 {
	float: left;
	width: 48%;
	text-align: left;
	margin-right: 2%;
}
.block2 .item2 {
	float: right;
	width: 48%;
	text-align: left;
	margin-left: 2%;
}

/*--- ２列 30%-70%---*/
.block21 {
	display: inline-block;
	width: 100%;
	background-color: white;
}
.block21 .item1 {
	float: left;
	width: 28%;
	text-align: left;
	margin-right: 2%;
}
.block21 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block21 .item2 {
	float: right;
	width: 68%;
	text-align: left;
	margin-left: 2%;
}

/*--- ２列 10%-90%---*/
.block22 {
	display: inline-block;
	width: 100%;
	background-color: white;
}
.block22 .item1 {
	float: left;
	width: 8%;
	text-align: left;
	margin-right: 2%;
}
.block22 .item2 {
	float: right;
	width: 88%;
	text-align: left;
	margin-left: 2%;
}


/*--- ３列 30%-30%-40%---*/
.block3 {
	display: inline-block;
	width: 100%;
	background-color: white;
}
.block3 .item1 {
	float: left;
	width: 28%;
	text-align: left;
	margin-right: 2%;
}
.block3 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block3 .item2 {
	float: left;
	width: 28%;
	text-align: left;
	margin-right: 2%;
}
.block3 .item2 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block3 .item3 {
	float: right;
	width: 38%;
	text-align: left;
}

/********************************************/
/*****  グーグルマップ                 ******/
/********************************************/
.ggmap {
	display: inline-block;
	position: relative;
	width: 80%;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	border: solid 1px #6091d3;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

