@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansCJKjp-Regular.eot');
    src: url('font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}

/* ベースとカラー等
/*--------------------------------- */
body{
	background-color: #FFFFFF;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	font-family: 'Noto Sans Japanese',sans-serif;
	background-image: 
    /* 1枚目の背景画像のパス */
    url(../img/nami-left.png),
    /* 2枚目の背景画像のパス */
    url(../img/nami-right.png);

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left 0px center,
    /* 2枚目の背景画像の表示位置 */
    right 0px center;

  background-repeat:
    no-repeat repeat;

  background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    20vw;
}

@media screen and (max-width:767px){body{font-size: 16px;}}
@media screen and (max-width:420px){body{font-size: 4.1vw;}}
header{
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFF;
	background-position: -135;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2962C9;
}
footer{
	display: block;
	margin-top:-15px;
	padding-top:38px;
	background: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
	
	
}
#footer{
	color: #FFF;
	padding-bottom: 40px;
	background-image:url(../img/nami-under.png);
	background-position:center bottom;
	background-repeat: repeat no-repeat;
	background-size:50px;
	font-size: 0.95em;
}
@media screen and (max-width:420px){
#footer{font-size: 1.08em;}}
nav{}
h1,h2{
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.2;
}
h3,h4,h5{font-size: 1.6em;font-weight: bold;margin-bottom: 1em;
	line-height: 1.2;}
/*.card{
	border: 1px solid #CCC;
	padding: 8px;
	margin-bottom: 15px;
	background-color: #FFF;
}*/

section{
	padding-top: 70px;
	padding-bottom: 70px;
	display: block;
	background-color:rgba(255,255,255,0.33);}

section:nth-child(even){background-color:rgba(173,216,230,0.33);}
section.pab0{
	padding-bottom: 0px;
	background-color: rgba(255,255,255,0);
}
.title{
	color:#000;
	text-align: center;
	font-size: 2.2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 900;
	margin-bottom: 1em;
}
.title2{
	text-align: center;
	color: #62565d;
	font-size: 1.9em;
}

.small{
	font-size: 90%;
	line-height: 1.2;
}
.big{font-size: 135%;}
.font-white{
	color: #FFF !important;
}
.marker {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}
/* ヘッダー
/*--------------------------------- */
h1#logo{
	width: 194px;
	font-size: 24px;
	float: left;
	color: #369;
	line-height: 1.1;
	margin: 0px;
}
h1#logo a, h1#logo a:hover{color: #369;}
h1 span{
	font-size: 55%;
	color: #333;
	line-height: 1;
}
.header-right{
	float: right;
	padding-top: 6px;
}
@media screen and (max-width:767px){.header-right{display: none;}}

/* ヘッダー固定時*/
#header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 98;
}

#slider{margin-top: 58px;}
@media screen and (max-width:767px){

#slider{margin-top: 58px;}
}
/* ナビ
/*--------------------------------- */
@media screen and (min-width:768px){
	header nav ul{	margin: 0px;padding: 0px; text-align:center}
	header nav ul li a{padding: 10px 15px; display:inline-block}
	header nav ul li a:hover{
	color:#8DA2CB !important;
}
	header nav ul li a.on{
	color:#ccc !important;
}
	header nav ul li a:hover.on{ background:#DDD; color:#369 !important;}
	.navi{ margin-left:auto;text-align:center}
}
header nav ul li{
	list-style-type: none;
	text-align: center;
}

/*PCのスタイル*/

header nav ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}
header nav ul li a{
	color: #333;
	text-decoration: none;
	font-weight: 500;
}
#nav_toggle{
	display: none;
	position: absolute;
	top: 18px;
	right: 10px;
}
 
@media screen and (max-width:767px){
	/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255,0.85);
		left: 0;
		z-index: 99;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #6389D8;
		padding: 16px;
		font-size:1.3em;
		font-weight: 500;
	}
}
@media screen and (max-width:767px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 36px;
		height: 36px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #4C444D;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		background: #4C444D;
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			background: #4C444D;
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			background: #4C444D;
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}

.telicon{
	position: absolute;
	top: 6px;
	right: 60px;
	display:none;
	height: 50px;
	width: 50px;
	font-size: 9px;
	color: #333;
	text-align: center;
}
.telicon a{
	border-radius: 50%;
	height: 36px;
	width: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #6389D8
}
.telicon a:hover{
	background-color: #999;
}
@media screen and (max-width:767px){.telicon{display:block;}}
/* フッターfooter
/*--------------------------------- */
footer address{
	line-height: 1.25;
	max-width:350px;
	margin-right: auto;
	margin-left: auto;
}
footer .pat15{}
@media screen and (min-width:768px){
footer .pat15{ padding-top:15px;}}
/* 各ページトップ　info
/*--------------------------------- */
.info{
	height: auto;
	width: 100%;
	position: relative;
}
.info .imgcover{height:250px;}
.infotitle{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.infotitle span{
	font-size: 18px;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
@media screen and (max-width:767px){
.info .imgcover{height:150px;}
}

/* サムネイル
/*--------------------------------- */
.thum{height:250px;}
@media screen and (max-width:767px){.thum{height:80px;}}
/* access　グーグルマップ
/*--------------------------------- */
.gmap{	width: 100%;
	height: 450px;}

.max800{
	width: 100%;
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
}
/* アンカーリンク調整
/*--------------------------------- */
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
/* ふわっとでてくる
/*--------------------------------- */
.scroll-block{
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(20px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}