﻿@charset "utf-8";
/* CSS Document */
@import "clear.css";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

header {
	background: url("../images/main_img.png") no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

header h2 {
	background: rgba(255,255,255,0.3);
}

h2 {
	font-size: 2.4rem;
	font-weight: 800;
	text-align: center;
	margin: 15px 0;
}

#access {
	background: #fef5e4;
}

.submit {
	text-align: center;
	padding-top: 15px;
}

.submit input {
	background: #000;
	color: #fff;
 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2rem;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 5px 60px;
}

#outdoor {
	font-size: 3rem;
	position: relative;
}
	
#outdoor p {
	color: #fff;
	position: absolute;
	top: 20%;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100%;
	display: flex;
	align-items: center;
}

#contact {
	background: url("../images/img6.png") no-repeat center;
	background-size: cover;
}

.link_btn {
	display: inline-block;
	background: #44463f;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

#calendar {
	text-align: center;
}

#terms {
	margin: auto;
}

#terms dd li {
	list-style: disc;
}

header h1 span {
	color: #fff;
	display: block;
	font-weight: 600;
}

#greeting {
	background: url("../images/bg_img.png") no-repeat 0 60%;
	background-size: cover;
	text-align: center;
	line-height: 2.6rem;
}

footer {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 0.8rem;
}

#activity {
	background: #000;
	padding: 30px 0;
	text-align: center;
}

#activity a {
	display: inline-block;
	border: solid #fff 1px;
	padding: 15px;
}

#act_header {
	display: flex;
	justify-content: space-around;
	padding: 30px 5%;
    background: #000;
}

#act_header p {
	width: 48%;
}

.shop_list {
	border: solid #ccc 1px;
}

.shop_list dt {
	text-align: center;
	border-bottom: dotted #aaa 1px;
}

.shop_list h3 {
	background: #aaa;
	color: #fff;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}

.shop_list dd p span {
	border: solid #aaa 1px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	display: inline-block;
	margin-right: 15px;
}

#room_detail dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

#room_detail dl dt,#room_detail dl dd {
	border-bottom: solid #aaa 1px;
	margin: 10px 0;
	padding: 10px 0;
}

#room_detail dl dt {
	width: 30%;
}

#room_detail dl dd {
	width: 70%;
}

#insta {
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	text-align: center;
}

#insta a {
	color: #e59510;
}

#insta span {
	display: inline-block;
	border: solid #e59510 1px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto 45px;
}

.slider img {
    width:35vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.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 {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

#reserve {
	background: #f0f0f0;
	text-align: center;
}

#reserve a {
	border: solid #888 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #666;
	font-weight: 600;
	display: block;
	background-size: contain;
}

#reserve li:first-child a {
	background: url("../images/reserve_1.png") no-repeat center right;
}

#reserve li:last-child a {
	background: url("../images/reserve_2.png") no-repeat center right;
}

.contact {
	text-align: center;
}

.contact a {
	background: #000;
	display: inline-block;
	font-size: 2rem;
	border-radius: 60px;
	padding: 15px 45px;
}

@media (min-width: 1025px) {
	.pc_none,.sp_menu {
		display: none;
	}
	
	header {
		height: 70vh;
	}
	
	header h1 {
		margin-bottom: 60px;
	}
	
	header h1 span {
		font-size: 2.4rem;
	}
	
	footer {
		padding: 15px 0;
	}
	
	#main_wrap {
		text-align: center;
	}
	
	.contents {
		padding: 45px 0;
	}
	
	#info {
		text-align: center;
	}
/*	
	#info ul {
		display: flex;
		justify-content: center;
		padding: 30px 10%;
		flex-wrap: wrap;
	}
	
	#info li {
		max-height: 400px;
		margin: 0 0.5% 30px;
		width: 24%;
	}
	
	#info li img {
		max-height: 100%;
	}
*/	
	#price {
		border: solid #aaa 1px;
		padding: 30px 60px;
		margin: 45px auto;
		width: 680px;
	}
	
	#price dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#price dt,#price dd {
		font-size: 1.4rem;
		padding: 20px 0;
	}
	
	#price dt {
		width: 40%;
	}
	
	#price dd {
		text-align: right;
		width: 60%;
	}
	
	#outdoor ul {
		line-height: 0;
		display: flex;
	}
	
	#outdoor p {
		font-size: 2.4vw;
	}
	
	#access {
		padding: 60px 0;
		text-align: center;
	}
	
	#map {
		height: 50vh;
		margin: 45px auto;
		width: 60%;
	}
	
	.link_btn {
		padding: 15px 45px;
	}
	
	#contact {
		padding: 60px 0;
	}
	
	#contact dl {
		margin: auto;
		width: 500px;
	}
	
	#contact dt {
		padding: 10px 0;
	}
	
	#contact dd {
		margin-bottom: 15px;
	}
	
	#calendar {
		margin: 60px auto;
		width: 800px;
	}
	
	#terms {
		padding: 60px 0;
		width: 840px;
	}
	
	#activity_wrap {
		padding: 60px 5%;
	}
	
	#terms dl {
		margin-bottom: 60px;
	}
	
	#terms dd {
		margin-bottom: 20px;
		padding-left: 1rem;
	}
	
	#terms dd li {
		margin-left: 1.4em;
	}
	
	#greeting {
		padding: 60px 0;
	}
	
	#measures ul {
		display: flex;
		justify-content: space-around;
		margin: 0 15% 100px;
	}

	#measures li {
		width: 30%;
	}
	
	#activity {
		padding: 60px 0;
	}
	
	#activity a {
		font-size: 2rem;
		padding: 30px 45px;
	}
	
	#shop_wrap {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	.shop_list {
		padding: 30px 3%;
		margin-bottom: 60px;
		width: 24%;
	}
	
	.shop_list h3 {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	
	.shop_list dt {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	
	.shop_list dd p {
		margin: 25px 0 15px;
	}
	
	.shop_list dd p span {
		padding: 5px 30px;
	}
	
	#room_detail {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 30px 15%;
	}
	
	#room_detail > dt img {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	#room_detail > dt,#room_detail > dd {
		width: 48%;
	}
	
	#insta {
		padding: 30px 0;
		font-size: 1.8rem;
	}
	
	#insta span {
		padding: 10px 45px;
		margin: 30px 0;
	}
	
	#insta p {
		line-height: 0;
	}

	#insta p img {
		width: 400px;
	}
	
	#reserve {
		padding: 30px 0;
	}
	
	#reserve ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#reserve li {
		margin: 0 30px;
		padding: 10px;
		width: 400px;
	}
	
	#reserve a {
		font-size: 1.4rem;
		padding: 20px 0;
	}
}

@media screen and (max-width: 1024px) {
	.sp_none,nav {
		display: none;
	}
	
	header {
		height: 40vh;
	}
	
	header h1 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	header h1 span {
		font-size: 1.7rem;
	}
	
	footer {
		padding: 5px 0;
	}
	
	h2 {
		font-size: 6vw;
	}
	
	#main_wrap {
		margin: 0 10%;
	}
	
	.contents {
		margin: 30px 5%;
	}
	
/*	#info ul {
		margin: 10px 2%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#info li {
		margin: 5px 0;
		width: 48%;
	}
*/	
	#price {
		border: solid #aaa 1px;
		padding: 20px 5% 5px;
		margin: 30px 0;
	}
	
	#price dd {
		text-align: right;
		margin-bottom: 10px;
	}
	
	#outdoor ul {
		line-height: 0;
	}
	
	#outdoor p {
		font-size: 10vw;
	}
	
	#access {
		padding: 30px 5%;
		text-align: center;
	}
	
	#map {
		height: 40vh;
		margin: 15px 0;
	}
	
	#contact {
		padding: 30px 0;
	}
	
	#contact dl {
		margin: 10px 5%;
	}
	
	#calendar {
		margin: 30px 5%;
	}
	
	.link_btn {
		padding: 10px 30px;
	}
	
	#terms {
		padding: 30px 5%;
	}

	#terms dt {
		margin-bottom: 5px;
		text-align: center;
	}
	
	#terms dd {
		font-size: 0.9rem;
		margin-bottom: 15px;
	}
	
	#terms dd ul {
		margin-left: 1.5rem;
	}
	
	#greeting {
		font-size: 0.8rem;
		padding: 30px 3%;
		line-height: 1.8rem;
	}

	#measures ul {
		margin-bottom: 60px;
	}

	.shop_list {
		padding: 15px 3%;
		margin-bottom: 30px;
	}
	
	.shop_list h3 {
		padding: 5px 0;
		margin-bottom: 10px;
	}
	
	.shop_list dt {
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	
	.shop_list dd p {
		margin: 15px 0 5px;
	}
	
	.shop_list dd p span {
		padding: 5px 15px;
	}
	
	#insta {
		padding: 20px 0;
		font-size: 1.4rem;
	}
	
	#insta span {
		padding: 10px 20px;
		margin: 20px 0;
	}
	
	#insta p img {
		width: 70%;
	}
	
	#reserve {
		padding: 15px 3%;
	}
	
	#reserve li {
		padding: 10px;
	}
	
	#reserve a {
		font-size: 1.4rem;
		padding: 20px 0;
	}
}