html {
	height: 100%;
}
body {
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	text-align: center;
	background-color: #EEE;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	width: 100%;
}
p {
	font-size: 14px;
	line-height: 1.9;
}
.tate {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
.font-miss {
	font-family: 'Pinyon Script', cursive;
}
.script-ttl {
	text-align: center;
	margin-bottom: 48px;
	text-shadow: rgba(0,0,0,0.25) 0px 0px 1px;
}
.script-ttl span {
	display: inline-block;
	border-bottom: #111 solid 1px;
	line-height: 0.8;
	font-size: 48px;
	padding: 0 1em;
}
.script-ttl small {
	display: block;
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .2em;
	padding-left: .2em;
	margin-top: 1em;
}
#movie .script-ttl span {
	color: #FFF;
	border-color: #FFF;
}
@media screen and (max-width: 480px){
	.script-ttl {
	margin-bottom: 32px;
}
	.script-ttl span {
		font-size: 32px;
	}
	.script-ttl small {
		font-size: 18px;
	}
}

 @media screen and (max-width: 480px) {
p {
	text-align: left;
}
}
a {
	outline: none;
}
::selection {
	background: #6B5B29;
	color: #FFF;
}
::-moz-selection {
 background:#6B5B29;
 color: #FFF;
}
.inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 12px;
	margin: 0 auto;
}
/* header */
header {
	height: 77px;
	border-top: 2px solid #DFDFD0;
	margin-top: 2px;
	border-bottom: 2px solid #DFDFD0;
	box-shadow: 0 2px 0 0 #F7F7F7;
	margin-bottom: 2px;
	position: relative;
	background-color: #F7F7F7;
}
header .inner {
	position: relative;
	height: 100%;
}
header h1 {
	max-width: 516px;
	width: 50%;
	left: 12px;
}
header h1 span {
	display: block;
	text-align: left;
	font-size: 11px;
	color: #999;
	margin-top: 6px;
}
header #btns {
	width: 35%;
	right: 12px;
}
header #btns li {
	float: left;
	width: 50%;
	max-width: 239px;
	padding-left: 20px;
}
@media screen and (max-width: 800px) {
header h1 {
	width: 70%;
}
header #btns {
	width: 25%;
	right: 0;
}
header #btns li {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding-left: 0;
}
header #btns li:first-child {
	margin-bottom: 4px;
}
}
@media screen and (max-width: 500px) {
header h1 {
	width: 66%;
	left: 6px;
}
header #btns {
	width: 33%;
}
}
/* kv */
#kv {
	height: 420px;
	padding-top: 10px;
	background: url(../imgs/bg_kv.png) top left repeat-x;
	background-color: #0F7BE7;
}
@media screen and (max-width: 600px) {
#kv {
	height: 220px;
}
}
#kv:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: url(../imgs/line_kvshita.png);
	position: absolute;
	bottom: 0;
}
#kv #kv_bg {
	height: 100%;
	background: url(../imgs/kv_2019_01.jpg) center top no-repeat;
	background-size: cover;
}
#kv .inner {
	position: relative;
	height: 100%;
}
#kv #catchtxt {
	display: block;
	max-width: 746px;
	width: 90%;
	right: 12px;
}
@media screen and (max-width: 600px) {
#kv #catchtxt {
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	right: auto;
}
#kv #kv_bg {
	height: 100%;
	background: url(../imgs/kv_2019_01.jpg) center top no-repeat;
	background-size: cover;
}
}
.kageue,
.kageshita {
	position: relative;
}
.kageue:before {
	content: "";
	width: 150%;
	height: 10%;
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.8);
	box-shadow: 0 0 12px rgba(0,0,0,0.8);
	top: -2px;
	left: -25%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.kageshita:after {
	content: "";
	width: 150%;
	height: 10%;
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	bottom: 0;
	left: -25%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/* kazari */
.kazari1 {
	background-image: url(../imgs/fig_kazari_01.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.kazari2 {
	background-image: url(../imgs/fig_kazari_02.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.kazaripadding {
	padding-top: 96px;
}
@media screen and (max-width: 640px) {
.kazari1,
.kazari2 {
	background-size: 118px;
}
.kazaripadding {
	padding-top: 48px;
}
}
#wrap {
	overflow: hidden;
}
/* maincopy */
#maincopy {
	position: relative;
	padding-bottom: 96px;
	border-bottom: 2px solid #F8F7F5;
}
#maincopy:before {
	content: "";
	display: block;
	width: 20%;
	height: 100%;
	background: url(../imgs/bg_kakka_01.png) 0 bottom no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#maincopy:after {
	content: "";
	display: block;
	width: 20%;
	height: 100%;
	background: url(../imgs/bg_kakka_02.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
/* スライダー */
#slide-area-wrap {
	background-color: #FFF;
	padding-top: 96px;
}
#slide-area {
	/*background: url(../imgs/bg_dya.png);
	background-attachment: fixed;*/
	overflow: hidden;
	height: 70vh;
	min-height: 640px;
	padding: 0 10vw 0;
}
@media screen and (max-width: 1024px) {
#slide-area {
	height: 56.25vw;
	min-height: auto;
	padding: 0;
}
}
@media screen and (max-width: 480px) {
	#slide-area {
	height: 100vw;
	min-height: auto;
	padding: 0;
}
}
.room-slider {
	margin: 48px auto 0;
}
.room-slider::before {
	content: "";
	display: block;
	background: url(../imgs/bg_dya2.png);
	background-attachment: fixed;
	/*background-color: rgba(0,0,0,0.075);*/
	width: 150vw;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -25vw;
}
.room-slider .slick-list {
	overflow: visible;
}
.room-slider figure {
	width: 100%;
	padding: 48px 24px;
}
.room-slider img {
	box-shadow: rgba(0,0,0,0.25) 0px 36px 48px -18px;
	width: auto;
	height: 48vh;
	display: block;
	margin: auto;/*	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
}
@media screen and (max-width: 1024px) {
	.room-slider img {
		max-height: 50vw;
	}
}
@media screen and (max-width: 480px) {
	.room-slider {
	margin: 24px auto 0;
}
	.room-slider figure {
	padding: 24px 8px;
}
	.room-slider img {
		max-height: 50vw;
	}
}

.around-slider,
.around-slider div {
	height: 100%;
}
.around-slider .around-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex!important;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 48px 0;
	overflow: hidden;
}
.around-slider .around-item .item-cap {
	background-color: #FFF;
	box-shadow: rgba(0,0,0,0.25) 0px 36px 48px -18px;
	border-radius: 4px 0 0 4px;
	padding: 32px 0 32px 48px;
	height: auto;
	width: 25vw;
	opacity: 0;
	transform: translateX(100px);
	transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 3s, filter ease-out 2s, opacity ease-out .4s;
}
.around-slider .around-item.slick-active .item-cap {
	opacity: 1;
	transform: translateX(0);
}
.around-slider .around-item .item-cap h3 {
	font-size: 24px;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
.around-slider .around-item .item-cap p {
	font-size: 14px;
	font-family: serif;
	font-weight: bold;
	text-align: left;
}
.around-slider .around-item .item-cap h3,
.around-slider .around-item .item-cap p {
	filter: blur(24px);
	transition: filter ease-out .4s;
	transition-delay: 1s;
}
.around-slider .around-item.slick-active .item-cap h3,
.around-slider .around-item.slick-active .item-cap p {
	filter: none;
}
@media screen and (max-width: 768px){
	.around-slider .around-item {

	padding: 0;
	overflow: hidden;
}
	.around-slider .around-item .item-cap {
	background-color: rgba(255,255,255,0.8);
	border-radius: 0;
	padding: 16px 24px;
	height: auto;
	width: auto;
}
.around-slider .around-item .item-cap h3 {
	font-size: 16px;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 12px;
}
.around-slider .around-item .item-cap p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
}
}



/* gallery */
#gallery {
	background: url(../imgs/bg_dya.png);
	background-attachment: fixed;
	border-top: 2px solid #E6E3E1;
	padding: 96px 0;
}
@media screen and (max-width: 480px){
	#gallery {
	padding: 48px 0;
	}
}
#gallery #photolist {
	background: url(../imgs/fig_photo_01.png) 0 0 no-repeat;
	padding: 24px;
	position: relative;
}
#gallery #photolist:after {
	position: absolute;
	content: "";
	display: block;
	width: 105px;
	height: 105px;
	background: url(../imgs/fig_photo_02.png) right bottom no-repeat;
	right: 0;
	bottom: 0;
}
#gallery #photolist ul.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gallery #photolist li {
	flex-basis: 33.33337%;
	width: 33.33337%;
	/*float: left;*/
	padding: 36px 0;
	position: relative;
	z-index: 0;
}
#gallery #photolist li a {
padding: 0 24px;
    display: block;
}

#gallery #photolist li .photo {
	
	display: block;
	box-shadow: rgba(0,0,0,0.25) 0px 36px 48px -18px;
	/*border: 6px solid #FFF;*/
   /* box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);*/
	margin-bottom: 12px;
	 background-color: #000;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
#gallery #photolist li .photo img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: ease-out .3s;
}
#gallery #photolist li .photo img.yoko {
	height: 100%;
	width: auto;
	left: -25%;
}
#gallery #photolist li a:hover .photo img {
	transform: scale(1.2);
	opacity: 0.5;
}
#gallery #photolist li a:hover .photo:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../imgs/icon_zoom.png) 0 0 no-repeat;
	position: absolute;
	background-size: 100%;
	top: 40%;
	left: 40%;
	z-index: 3;
}
@media screen and (max-width: 500px) {
#gallery #photolist li a:hover .photo:after {
	content: none;
}
#gallery #photolist li a:hover .photo img {
	opacity: 1;
}
}
#gallery #photolist li .caption {
	background-color: #FFF;
	/* background: url(../imgs/bg_nafuda.png) 0 0 no-repeat; */
	background-size: 100%;
	box-shadow: rgba(0,0,0,0.25) 0px 16px 36px -18px;
	border-radius: 100px;
	display: block;
	max-width: 286px;
	width: 90%;
	line-height: 48px;
	height: 48px;
	margin: 20px auto 0;
	font-size: 14px;
	font-family: serif;
	font-weight: bold;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 480px) {
	#gallery #photolist li .caption {
		line-height: 36px;
	height: 36px;
	}
}

 @media screen and (max-width: 800px) {
#gallery #photolist li {
	flex-basis: 50%;
	width: 50%;
}
}
@media screen and (max-width: 640px) {
#gallery #photolist {
	background-size: 50%;
	padding: 12px;
}
#gallery #photolist:after {
	background-size: 50%;
}
}
@media screen and (max-width: 500px) {
#gallery #photolist li {
	padding: 16px 0;
	flex-basis: 100%;
	width: 100%;
}
#gallery #photolist li a {
padding: 0 4px;
    display: block;
}
}
/* movie */
#movie {
	background-color: #231F0E;
	border-top: 2px solid #4E421F;
	border-bottom: 2px solid #4E421F;
	box-shadow: 0 0 0 2px #231F0E;
	padding: 96px 0;/*margin-bottom: 96px;*/
}
@media screen and (max-width: 480px){
	#movie {
		padding: 48px 0;
	}
}
.w50 {
	float: left;
	width: 50%;
	padding: 0 24px;
}
#movie #youtube {
	width: 50%;
	margin: 0 auto 96px;
}
@media screen and (max-width: 800px) {
.w50 {
	float: none;
	width: 100%;
	margin-top: 24px;
	padding: 0;
}
#movie #youtube {
	width: 100%;
}
}
.cbox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	box-shadow: 0 0 10px 0 #000;
}
#viewer .cbox:after {
	content: "";
	display: block;
	width: 63px;
	height: 63px;
	background: url(../imgs/fig_ribon.png) 0 0 no-repeat;
	position: absolute;
	background-size: 100%;
	top: -2px;
	left: -2px;
}
.cbox iframe,
.cbox object,
.cbox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#movie h2 {
	font-size: 24px;
	color: #CCC;
	margin-bottom: 48px;
}
#viewer h2 {
	border-top: 2px solid #302912;
	padding-top: 48px;
}
#movie p {
	color: #EEE;
}
/* detail */
#detail {
	padding: 96px 0;
}
#detail .spec {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 80px;
	background-color: #F9F9F9;
}
#detail .spec th,
#detail .spec td {
	padding: 12px 16px;
	border: 1px solid #EEE;
}
#detail .spec th {
	text-align: left;
}
#detail .spec td {
	font-weight: bold;
	color: #000;
}
#detail .spec td .add {
	font-weight: normal;
	color: #666;
}
#detail .spec th.cap {
	text-align: center;
	background-color: #F2F2F2;
}
#detail .spec .capr {
	border-right: 1px solid #FFF;
}
#detail th {
	white-space: nowrap;
	background-color: #F2F2F2;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}
#detail tr:last-child th {
	border-bottom: 1px solid #F2F2F2;
}
#detail td {
	text-align: left;
}
#detail p {
	font-size: 12px;
}
#detail .spec .innerType {
	display: inline-block;
	background-color: darkorange;
	padding: 2px 16px;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 4px;
	border-radius: 2px;
}
#detail .spec .sq dt {
	clear: both;
	float: left;
	width: 4em;
	line-height: 1.5;
}
#detail .spec dd {
	line-height: 1.5;
}
/* location */
#location {
	padding: 96px 0;
	background-color: #FFF;
	/*border-top: 2px solid #F7F7F7;*/
	border-bottom: 2px solid #F7F7F7;
	box-shadow: 0 0 0 2px #FFF;
}
@media screen and (max-width: 480px){
	#location {
		padding: 48px 0;
	}
}
#location #l-caption {
	position: relative;
}
#location #l-caption table {
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
#location #l-caption table th,
#location #l-caption table td {
	padding: 8px;
}
#location #l-caption table td {
	text-align: left;
}
#location #l-caption table span {
	dispaly: inline-block;
	background-color: darkorange;
	border-radius: 2px;
	padding: 2px 16px;
	color: #FFF;
	white-space: nowrap;
}
#googleMap {
	width: 100%;
	height: 480px;
}
@media screen and (max-width: 480px) {
#googleMap {
	height: 240px;
}
}
#location #near {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 16px;
}
#location #near th {
	width: 75%;
	text-align: left;
	font-weight: bold;
	padding: 8px 16px 8px 0;
	background: url(../imgs/arrow.gif) right center no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
}
#location #near td {
	text-align: right;
	vertical-align: middle;
}
#location #areaImgs li {
	float: left;
	padding: 16px;
	width: 33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#location #areaImgs li span {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	background-color: rgba(255,255,255,0.85);
	width: 20px;
	height: 20px;
	border-radius: 100px;
	line-height: 20px;
}
@media screen and (max-width: 480px) {
#location #areaImgs li {
	padding: 8px;
}
#location #areaImgs li span {
	top: 0;
	left: 0;
}
}
/* footer */
footer {
	background-color: #1B1716;
	border-top: 2px solid #4E421F;
	box-shadow: 0 0 0 2px #1B1716;
}
footer .note {
	color: #CCC;
}
footer .f-inner {
	padding: 80px 16px;
}
footer #contactArea {
	color: #FFF;
}
footer h5 {
	font-size: 19px;
	margin-bottom: 32px;
}
footer #ask {
	margin-bottom: 16px;
}
footer hr {
	width: 100%;
	max-width: 240px;
	border-color: #5D5D5D;
	margin-top: 48px;
	margin-bottom: 48px;
}
footer #f-logo {
	max-width: 86px;
	margin: 0 auto 24px;
	;
}
footer .dataBox {
	max-width: 800px;
	margin: 0 auto 32px;
}
footer .f-data {
	width: 100%;
}
footer .f-data th {
	text-align: left;
	font-size: 12px;
	padding: 8px;
	color: #CCC;
	width: 84px;
}
footer .f-data td {
	text-align: right;
	color: #CCC;
}
footer #ask.map {
	background-image: url(../imgs/icon_map.png);
	margin-bottom: 0;
}
footer #ask.map:hover {
	background-image: url(../imgs/icon_map_hover.png);
}
footer #infoArea {
	background-color: #DFDAD2;
}
footer #infoArea #comInfo {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
footer #infoArea #comInfo th,
footer #infoArea #comInfo td {
	vertical-align: middle;
	line-height: 1.5;
	text-align: left;
	padding: 16px;
}
footer #infoArea #comInfo th {
	width: 25%;
	max-width: 200px;
}
#ask,
#detailSearch {
	display: block;
	line-height: 40px;
	border: 1px solid #FF8C00;
	border-radius: 2px;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 80px;
	color: #FF8C00;
	background: url(../imgs/icon_mail.png) 8% center no-repeat;
	background-size: 15px auto;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#ask:hover,
#detailSearch:hover {
	background-image: url(../imgs/icon_mail_hover.png);
	background-color: #FF8C00;
	color: #FFF;
}
@media screen and (max-width: 480px) {
footer #infoArea #comInfo th,
 footer #infoArea #comInfo td {
	display: block;
}
footer #infoArea #comInfo th {
	width: 200px;
	margin: 0 auto;
}
}
footer #copy {
	background-color: #FFF;
	padding: 8px;
	color: #99896F;
	font-size: 11px;
}
/* toTop */
#toTop {
	display: block;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 9999;
	bottom: 8px;
	right: 8px;
	width: 44px;
	height: 44px;
	padding: 12px;
	border-radius: 2px;
	-webkit-transform: translateX(150%);
	-ms-transform: translateX(150%);
	-o-transform: translateX(150%);
	transform: translateX(150%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#toTop.on {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
/* todetail */
.todetail {
	padding: 48px 12px;
	max-width: 624px;
	margin: 0 auto;
}
/* modal */
#modalWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#modal {
	position: fixed;
	width: 90%;
	height: auto;
	max-height: 90%;
	background-color: #FFF;
	/*	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
	/*top: 46%;
	left: 46%;*/
	padding: 24px;
	overflow-x: hidden;
	border-radius: 4px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
	display: none;
}
#modal img {
	display: block;
	max-height: 75vh;
	width: auto;
	margin: 1em auto;
}
@media screen and (max-width: 480px) {
#modal {
	padding: 12px;
}
}
#modal {
	max-width: 800px;
}
/* addBnr */
#addBnr {
	margin-bottom: 48px;
}
#addBnr li {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 50%;
	padding: 6px 24px;
}
#addBnr li a:hover img {
	opacity: 0.6;
}
@media screen and (max-width: 600px) {
#addBnr li {
	float: none;
	max-width: 100%;
	padding: 6px 24px;
}
}
