@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,ul,ol,li,h1,h2,h3 {margin:0;padding:0;}
em,strong {font-style:normal;}
ul{list-style:none;}
img {border:0;}
h2,h3,h4 {font-size:100%;}

body{
	font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration:none;
	font-weight: 600;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 30px;
	padding-bottom: 20px;
}

#mainnav a{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	position: relative;
	display: inline-block;
	transition: .3s;
	font-size: 110%;
}

#mainnav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #dab300;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mainnav a:hover::after {
  width: 100%;
}

#topimg{
  position: relative;
  width: 100%;
  text-align: center;
}

.panel{
	font-size: 110%;
	font-weight:600;
}

/* フッター
------------------------------------------------------------*/
#footer{
	color: #fff;
	clear: both;
	height: 200px;
	padding: 0 10px 100px 0;
	text-align: center;
	font-size: 100%;
	letter-spacing:0.1em;
	background-color: #000;
}

#footer p{
	margin-top: 100px;
}

/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}

section h2{
	width: 60%;
	margin: 0 auto 40px;
	font-weight:normal;
	text-align: center;
	font-size: 170%;
}

h2,h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inner1{
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 115%;
    text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inner1 p{
	padding-bottom: 30px;
}

.inner1 H3{
	font-size: 115%;
	padding-bottom: 30px;
	font-weight:normal;
}

.inner2{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 115%;
    text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inner2 p{
	padding-bottom: 30px;
}

.inner2 H3{
	font-size: 115%;
	padding-bottom: 30px;
	font-weight:normal;
}

.panel{
	font-size: 110%;
	font-weight:600;
}

.smalltext_gray{
	margin-top: 0;
	font-size: 90%;
	color:#333;
}

.center{
	text-align: center;
	margin-top: 25px;
}

/* SEC1
------------------------------------------------------------*/
#sec1{
	padding-top: 50px !important;
}


/* アクセス
------------------------------------------------------------*/

#access{
	clear: both;
	margin-top: 0px;
	padding-top: 100px !important;
	background-color: #eee;
}


.col1 li{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

#map{
	position: relative;
	padding-bottom: 95%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* OTHER
------------------------------------------------------------*/

 .scroll-fade {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1600ms;
}

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



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media (min-width: 760px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 760px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}

	.panel{
		display:block !important;
	}


  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col1 li{
		width: 60%;
		vertical-align: top;
	}
	.col1 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.inner1{
		width: 94%;
		padding-bottom: 70px;
	}

	#map iframe{
		width: 95% !important;
		left: 2%;
	}


@media only screen and (max-width: 759px){

	html {
  scroll-padding-top: 150px; /* 固定ヘッダの高さ分 */
}
	
	#header{
		position: fixed;
		width: 100%;
		z-index: 700;
	}
	
	#headerin{
		position: relative;
		width: 100%;
		height: 150px;
		background: #fff;
	}
	
	#header h1{
		padding-top: 30px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 85px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 5px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	section{
		padding-top: 50px;
	}
	section h2{
	margin: 0 auto 20px;
	font-size: 120%;
	text-align: center;
	}

	section h2 span {
		padding: 0 30px;
	}
	
section h2 img {
	width: 80%;
}
	
	
#topimg{
		padding-top: 200px;
		z-index: -100;
	}

	
.inner1{
	font-size: 95%;
	width: 90%;
	margin: 0 auto;
}
	
.inner1 h3{
	margin-top: 10px;
	font-size: 100%;
	text-align: center;
}
	
.inner2{
	font-size: 95%;
	width: 95%;
	margin: 0 auto;
	text-align: left;
}
	
.inner2 h3{
	margin-top: 10px;
	font-size: 100%;
}
	

.inner1 br {
  display: none;
}
	


.smalltext_gray{
	margin-top: 10px;
	font-size: 85%;
    display:contents;
}
}

.small70{
	font-size: 70%;
}
.small80{
	font-size: 80%;
}
	
  #footer{
		padding-top: 20px;
	}
	#sec01{
		padding-top: 150px;
	}
.center{
	margin-top: 5px;
}

.col1 p{
	margin-top: 5px;
	padding: 0;
}


	
	
}
}