﻿@charset "utf-8";

body {
	/* background: url(../images/body_bg.gif); */
	margin: 0 auto;
	font-size:1.1vw;
	color: white;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	color: #006600;
	font-size:3vw;
}
h2 {
	color: #4a3a15;
	font-size:2vw;
	margin-bottom: 0vw;
}
h3 {
	color: #444444;
	font-size:1.4vw;
}
h4 {
	color: #444444;
	font-size:1.2vw;
}
h5 {
	color: #444444;
	font-size:1.1vw;
}
p {
	color: #444444;
	font-size:1.0vw;
}

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

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

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

/********************************************/
/*****  ヘッダー                       ******/
/********************************************/
#header {
	width: 100%;
	height: 6vw;
	background-color: white;
	opacity: 0.6;
}
#header .logo {
	float: left;
	width: 30%;
	margin-left: 3%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#header .logo img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
#header .contact {
	float: right;
	width: 30%;
	margin-right: 3%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#header .contact img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}

/********************************************/
/*****  ナビゲーション                 ******/
/********************************************/
nav {
	width: 100%;
	height: 2.5vw;
	margin: 0 auto;
	text-align: center;
	background-color: #009966;
	border-bottom: 1px solid #fff;
}

nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 70%;
	text-align: center;
}

nav ul li {
	display: table-cell;
	width: 16.67%;
	border-right: 1px solid #ccc;
}

nav ul li:first-child {
	border-left: 1px solid #ccc;
}

nav ul li a {
	display: block;
	width: 100%;
	margin: 4% 0;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

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

nav ul li.current {
	font-weight: bold;
}

nav ul li.current a {
	color: yellow;
}

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

/********************************************/
/*****  フッター                       ******/
/********************************************/
#footer {
	display: table;
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #009966;
	margin-top: 80px;
}

#footer p{
	display: table-cell;
	vertical-align: middle;
	color: white;
}

/********************************************/
/*****  トップへ戻る                   ******/
/********************************************/
#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%;
	text-align: left;
	background-color: white;
	margin-bottom: 2rem;
}
.block1 .item1 {
	width: 80%;
	margin: 0 auto;
}
.block1 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block1 .item2 {
	width: 70%;
	margin: 0 auto;
}
.block1 .item2 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block1 .item3 {
	width: 100%;
	margin: 0 auto;
}
.block1 .item3 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block1 .item4 {
	width: 100%;
	margin-left: 15%;
	text-align: left;
}
.block1 .item5 {
	width: 50%;
	margin: 0 auto;
}
.block1 .item5 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}

/*--- ２列 50%-50%---*/
.block2 {
	display: inline-block;
	width: 80%;
	text-align: left;
	background-color: white;
	margin-bottom: 2rem;
}
.block2 .item1 {
	float: left;
	width: 47%;
	margin-right: 3%;
	text-align: left;
}
.block2 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block2 .item2 {
	float: right;
	width: 47%;
	margin-left: 3%;
	text-align: left;
}
.block2 .item2 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block2 .item3{
	float: left;
	width: 50%;
	text-align: left;
}
.block2 .item3 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block2 .item4{
	float: right;
	width: 40%;
	text-align: left;
}
.block2 .item4 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}

/*--- ３列 35%-35%-30%---*/
.block3 {
	display: inline-block;
	width: 80%;
	text-align: center;
	background-color: white;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.block3 .item1 {
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: left;
}
.block3 .item1_c {
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
.block3 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block3 .item2 {
	float: right;
	width: 30%;
	text-align: left;
}
.block3 .item2_c {
	float: right;
	width: 30%;
	text-align: center;
}
.block3 .item2 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}

/*--- ４列 26%-26%-26%-22%---*/
.block4 {
	display: inline-block;
	width: 80%;
	text-align: center;
	background-color: white;
	margin-bottom: 2rem;
}
.block4 .item1 {
	float: left;
	width: 22%;
	margin-right: 4%;
	text-align: left;
}
.block4 .item1_c {
	float: left;
	width: 22%;
	margin-right: 4%;
	text-align: center;
}
.block4 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block4 .item2 {
	float: right;
	width: 22%;
	text-align: left;
}
.block4 .item2_c {
	float: right;
	width: 22%;
	text-align: center;
}
.block4 .item2 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}

/********************************************/
/*****  リスト                         ******/
/********************************************/
/*--- ２列 ---*/
.list1 {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
	background-color: white;
}
.list1 ul {
	width: 60%;
	font-size: 1.25vw;
	margin: 0 auto;
}
.list1 ul li{
	padding: 0;
	float: left;
	width: 50%;
	margin-top: 0;
}

/********************************************/
/*****  インフォメーション             ******/
/********************************************/
.info1 {
	display: inline-block;
	width: 70%;
	margin-bottom: 2em;
	padding: 1em 1em;
	background-color: #DDFFFF;
	border: solid 3px #6091d3;
	border-radius: 10px;/*角の丸み*/
}

.info1 h3 {
	margin: 0; 
	padding: 0;
	color: #444444;
	font-size:1.2vw;
	text-align: center;
	font-weight: bold;
}

.info1 img {
	width: 80%;
	height: auto;
}

.info2 {
	display: inline-block;
	width: 70%;
	margin-bottom: 30px;
	padding: 1em 1em;
	background-color: #FFE4E1;
	border: solid 3px #FF5192;
	border-radius: 10px;/*角の丸み*/
}

.info2 h3 {
	margin: 0; 
	padding: 0;
	color: #444444;
	font-size:1.2vw;
	text-align: center;
	font-weight: bold;
}

.info2 img {
	width: 80%;
	height: auto;
}

.info3 {
	display: inline-block;
	width: 70%;
	margin-bottom: 30px;
	padding: 1em 1em;
	background-color: #CCFFCC;
	border: solid 3px #00CC99;
	border-radius: 10px;/*角の丸み*/
}

.info3 h3 {
	margin: 0; 
	padding: 0;
	color: #444444;
	font-size:1.2vw;
	text-align: center;
	font-weight: bold;
}

.info3 img {
	width: 80%;
	height: auto;
}

/********************************************/
/*****  グーグルマップ                 ******/
/********************************************/
.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%;
}

/********************************************/
/*****  メガネ                         ******/
/********************************************/
glasses {
	width: 100%;
}

glasses ul.item_list {
	list-style: none;
	width: 70%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #4a3a15;
}

glasses ul.item_list li{
	padding: 0;
	width: calc( 50% - ( 80px / 2 ));
	float: left;
}

glasses ul.item_list li{
	margin-left: 40px;
}

glasses ul.item_list li:nth-child(2n + 1){
	margin-left: 0;
}

glasses ul.item_list li img{
	border: 1px solid #ddd;
	width: 100%;
	height: 56%;
	object-fit: cover;
	margin-bottom: 40px;
}

glasses ul.item_list::after{
	display: block;
	clear: both;
	content: "";
}


/********************************************/
/*****  イベント                       ******/
/********************************************/
.event1 {
	display: inline-block;
	width: 80%;
	height: auto;
	background: white;
	margin-bottom: 30px;
}

.event1 img {
	width: 80%;
	height: auto;
}

