/*===============================================
●画面フェイドイン
===============================================*/
body {
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*===============================================
●ブロックふんわり
===============================================*/
.effect-fade {

}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}


/*===============================================
●地図モノクロ
===============================================*/
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*===============================================
●body基本設定
===============================================*/
@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Sawarabi Mincho', sans-serif;
	line-height:1.5em;
}

.fadein {
	opacity : 0.1;
	transform : translate(0px, 45px);
	transition : all 300ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

.a1 {
	color: black;
	text-decoration: none;
	padding-right: 5px
}
.a1:hover{
	color: #1e50a2;
	text-decoration: none;
}

.a2 {
	color: white;
	text-decoration: none;
}
.a2:hover{
	color: #F3F900;
	text-decoration: none;
}
.a3 {
	color: gray;
	text-decoration: none;
	border-bottom: dotted 2px #87CEFA;
}
.a3:hover{
	color: skyblue;
	text-decoration: none;
}


h1 {
	font-family:  'Sawarabi Mincho', sans-serif;
	font-size:1000%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 30%;
	animation-name: fadein;
	animation-duration: 12s;
}
h2 {
	font-family:  'Josefin Sans', sans-serif;
	font-size:600%;
	font-weight:normal;
	letter-spacing: 5px;
	margin-top: 30px;

}

.wh{
	color: #fff;
}
.gr{
	color: gainsboro;
}
.ri{
	text-shadow: 2px 2px 10px #000000 ,
	-2px 2px 10px #000000 ,
	2px -2px 10px #000000 ,
	-2px -2px 10px #000000;
}

h3 {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size:130%;
	font-weight:normal;
	color: #ffffff;
	letter-spacing: 5px;
	margin-top: 40px;
	text-shadow: 
        	darkgray 1px 1px 0, darkgray -1px -1px 0,/*右下、左上*/
        	darkgray -1px 1px 0, darkgray 1px -1px 0,/*右上、左下*/
        	darkgray 0px 1px 0, darkgray  0-1px 0,/*右、左*/
        	darkgray -1px 0 0, darkgray 1px 0 0;/*上、下*/
}
h4 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:200%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 10px;
	
	text-shadow: 2px 2px 10px #000000 ,
	-2px 2px 10px #000000 ,
	2px -2px 10px #000000 ,
	-2px -2px 10px #000000;
}
h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:90%;
	color: #696969;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px
}
h6 {
	font-family:  'Sawarabi Gothic', sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #696969;
}
h7 {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size:110%;
	font-weight:normal;
	color: #ffffff;
	letter-spacing: 5px;
	text-shadow: 
        	darkgray 1px 1px 0, darkgray -1px -1px 0,/*右下、左上*/
        	darkgray -1px 1px 0, darkgray 1px -1px 0,/*右上、左下*/
        	darkgray 0px 1px 0, darkgray  0-1px 0,/*右、左*/
        	darkgray -1px 0 0, darkgray 1px 0 0;/*上、下*/
}
h8 {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size:200%;
	font-weight:normal;
	color: #ffffff;
}

p {
	font-family:  'Caveat', sans-serif;
	font-size:100%;
	font-weight:normal;
	color: #fff;
	text-align: center
}

article{
	max-width: 90%;
	height: auto;
	width /***/:auto;
	padding:10px;
}
footer{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	background: #89c7de;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

#container{
width:100%;
}
p.resizeimage img { width: 100vw; }

.conta{
	overflow: hidden;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.conta1{
	overflow: hidden;
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}
.conta2{
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	background-size: cover;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}

.conta2sub{
	float: none;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	color: #fff;

}
.conta3{
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: url("../mate/pic15.png") no-repeat center center;
	color:thistle;
}
.conta3sub{
	float: none;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%,   -50%);
	transform: translate(-50%,   -50%);
	color: #fff;
}
.conta4{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.conta5{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:  url("../mate/kagurazaka.jpg") no-repeat center center;
}	
	
.main{
	float: left;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
}
.side{
	float: right;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
}
.main1{
	float: left;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.side1{
	float: right;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
}
.main2{
	float: left;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
}
.side2{
	float: right;
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
    background-color: rgba(0,191,255,0.5);
}
.main3{
	float: left;
	width: 350px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
	}
.side3{
	float: right;
	width: 350px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
	}
.main4{
	float: left;
	width: 350px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	}
.side4{
	float: right;
	width: 350px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	}

.box_ac{
	width: 80%;
	height: 50%;
	margin: 10px;
	background-color: #C1E4E9;
	}
.box_more{
	width: 90px;
	height: 30px;
	align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
	background-color:lightskyblue;
	}
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
	
.conta{
	width: 100%;
}
.conta1{
	overflow: hidden;
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}
.conta2{
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	background:#fff url("mate/top.jpg") no-repeat center center;
	background-size:cover;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}
.conta3{
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: url("../mate/pic15.png") no-repeat center center;
	color:thistle;
	font-size: 80%;
}
.conta3sub{
	float: none;
	width: 100%;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%,   -50%);
	transform: translate(-50%,   -50%);
	color: #fff;
}
.conta2sub{
	float: none;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
.conta5{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:antiquewhite url("../mate/kagurazaka.jpg") no-repeat center center;
}
.main{
	/*　floatを解除 */
	float: none;
	height: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat left bottom;
	font-family:  'Sawarabi Mincho', sans-serif;
	}
.side{
	/*　floatを解除 */
	float: none;
	height: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat right bottom;
	}
.main1{
	float: none;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
        background-color: rgba(129,216,208,0.5);
	}
.side1{
	/*　floatを解除 */
	float: none;
	height: 250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat right bottom;
	}
.main2{
	/*　floatを解除 */
	float: none;
	height: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat left bottom;
	font-family:  'Sawarabi Mincho', sans-serif;
	}
.side2{
	/*　floatを解除 */
	height: 100px;
	float: none;
	width:100%;
	margin-left: auto;
	margin-right: auto;
        background-color: rgba(0,191,255,0.5);
	}
.main3{
	float: none;
	width: 350px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}
.side3{
	width: 350px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}
h1 {
	font-family:  'Sawarabi Mincho', sans-serif;
	font-size:800%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 40%;
	animation-name: fadein;
	animation-duration: 12s;
}
h2 {
	font-family:  'Josefin Sans' , sans-serif ;
	font-size:600%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 25px;
	margin-left: 10px;
}
h4 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:160%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 10px;
	
	text-shadow: 2px 2px 10px #000000 ,
	-2px 2px 10px #000000 ,
	2px -2px 10px #000000 ,
	-2px -2px 10px #000000;
}
.box_news{
	width: 100%;
	height: 100px;
	margin: 0px;
	background-color: #83CCD2;
	}
.box_ac{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #C1E4E9;
	}
.box_more{
	width: 90px;
	height: 30px;
	align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
	background-color:lightskyblue;
	}
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
	
.conta1{
	overflow: hidden;
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}
.conta2{
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	background:#fff url("mate/top.jpg") no-repeat center center;
	background-size:cover;
	display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}
.conta3{
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	color:thistle;
	background: url("../mate/pic15.png") no-repeat center center;
	font-size: 55%;
}
.conta5{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:antiquewhite url("../mate/kagurazaka.jpg") no-repeat center center;
}
.main{
	/*　floatを解除 */
	float: none;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat left bottom;
	font-family:  'Sawarabi Mincho', sans-serif;
	}
.side{
	/*　floatを解除 */
	float: none;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat right bottom;
	}
.main1{
	float: none;
	width: 100%;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 70%;
        background-color: rgba(45,204,211,0.5);
	}
.side1{
	/*　floatを解除 */
	float: none;
	height: 230px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat right bottom;
	}
.main2{
	/*　floatを解除 */
	float: none;
	height: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat left bottm;
	font-family:  'Sawarabi Mincho', sans-serif;
	}
.side2{
	/*　floatを解除 */
	height: 100px;
	float: none;
	width:100%;
	margin-left: auto;
	margin-right: auto;
        background-color: rgba(0,191,255,0.5);
	font-size: 70%;
	}
.main3{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.side3{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family:  'Sawarabi Mincho', sans-serif;
	font-size:700%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 80%;
	animation-name: fadein;
	animation-duration: 12s;
}
h2 {
	font-family:  'Josefin Sans' , sans-serif;
	font-size:400%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 15px;
	margin-left: 10px;
}
h4 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:150%;
	font-weight:normal;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 10px;
	
	text-shadow: 2px 2px 10px #000000 ,
	-2px 2px 10px #000000 ,
	2px -2px 10px #000000 ,
	-2px -2px 10px #000000;
}	
.box_news{
	width: 100%;
	height: 100px;
	margin: 0px;
	background-color: #83CCD2;
	}
.box_ac{
	width: 100%;
	height: 100px;
	margin: 0px;
	background-color: #C1E4E9;
	}
.box_more{
	width: 90px;
	height: 30px;
	align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
	background-color:lightskyblue;
	}
}
