@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

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

a:hover, .active{
  text-decoration: underline;
}

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


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

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  	overflow: hidden;
  	width: 100%;
  	height: 690px;
	text-align: center;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

/* 共通
------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.period {
	margin-bottom: 5px;
}

.title {
	font-size: 18px;
}

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

/* SEC01 CONCEPT
------------------------------------------------------------*/
#ownerImg {
	margin-top: 20px;
	width: 120px;
	height: auto;
}

.innerS span{
	display: inline-block;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02 ul{
	margin:0;
	padding: 0;
	list-style: none;
}

.slider {/*横幅90%で左右に余白を持たせて中央寄せ*/
	width:90%;
	margin:0 auto;
}
 
.slider img {
	width:80%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}
 
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 
.slider .slick-slide {
	margin:0 10px;
}
 
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;/*矢印の色*/
	border-right: 2px solid #666;/*矢印の色*/
	height: 15px;
	width: 15px;
}
 
.slick-prev {/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}
 
.slick-next {/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}
 
 /*ドットナビゲーションの設定*/ 
.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}
 
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
 
.slick-dots button {
	border: none;
	color: transparent;
	outline: none;
	/* width:50%; */
	/*ドットボタンのサイズ*/
	/* height:50%; */
	/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	/* background:#ccc; */
	/*ドットボタンの色*/
}
 
.slick-dots .slick-active button{
	background:#333;/*ドットボタンの現在地表示の色*/
}

/* SEC03 MENU
------------------------------------------------------------*/
.menuarea {
	text-align: center;
}

.menuImg {
	width: 350px;
	height: auto;
}

.price {
	margin-left: 20px;
	font-size: 18px;
}

.point {
	margin-top: 20px;
	font-size: 14px;
}

#courseText img {
	margin-top: 20px;
	width: 150px;
	height: auto;
}

.voiceTitle{
	margin-top: 10px;
}

.voice{
	font-size: 12px;
	margin-bottom: 20px;
}

/* SEC04 RESEVE
------------------------------------------------------------*/
.col2_half li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

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

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

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

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

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

	.panel{
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	#sec04 img{
		height: 40px;
		margin-top: 5px;
	}	
  	#footer{
		padding: 30px 10px 70px 0;
	}
	#sns img{
		width: 20px;
		height: 20px;
	}
}


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

	.col2_half li{
		width: 40%;
		vertical-align: top;
	}
	.col2_half li:first-child{
		width: 45%;
		padding-right: 10%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

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

	#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{
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		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);
	}
	#mainImg{
		padding-top: 60px;
		height: 300px;
	}
	#sec04 img{
		height: 40px;
		margin-top: 5px;
	}
	.col2 li{
		margin: 0;
	}

	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	#sns img{
		width: 40px;
		height: 40px;
	}
	.menuarea {
		text-align: center;
		margin-top: 10px;
	}
	.menuImg {
		width: 200px;
		height: auto;
	}
	.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
		width:94%;
		margin:0 auto;
	}
	.slider img {
		width:100%;/*スライダー内の画像を横幅100%に*/
		height:auto;
	}
	#course {
		display: flex;
		margin-bottom: 20px;
	}
	#coursePlan {
		max-width: 300px;
	}
	#courseText {
		text-align: center;
		margin-right: auto;
  		margin-left: auto;
	}
	#courseText img {
		margin-top: 5px;
		width: 100px;
		height: auto;
	}
}