@charset "UTF-8";

/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css');
*/

body {
	background: #f5f5f5;
	line-height: 1.8;
	letter-spacing: .02em;
	font-size: 1.4rem;
	font-family: YakuHanJP,'游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','ヒラギノ角ゴ','Hiragino kaku Gothic','メイリオ',Meiryo,sans-serif;
	color: #333;
}
.bgImage, #schedule, .dateBox, .eventDate, .timeTable, .timeTable dl, .openTime, .houseImg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.bgImage, #schedule, .dateBox, .eventDate, .timeTable, .timeTable dl, .openTime {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bgImage, #schedule, .dateBox, .eventDate, .timeTable, .timeTable dl {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.houseImg {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.eventDate, .houseImg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.bgImage, #schedule {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
main {
	padding-top: 110px;
}
.inner {
	margin: 0 auto;
	max-width: 1100px;
}
section {
	padding: 75px 80px;
	background: #fff;
}
section + section {
	margin-top: 70px;
}
html, body, header {
	width: 100%;
	height: 100%;
}
/*背景画像の設定をする*/
.bgImage {
	position: relative;
  background: url(assets/images/nagano.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	height: calc(100% - 10.25vw);
}

/*:beforeにぼかし効果を設定する*/
.bgImage::before {
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
.bgImage::after {
  content: '';
  z-index: 99;
	position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
/*   background-color: rgb(0,163,175,.5); *//*半透明カラーの色*/
  background: rgb(0,0,0,.5);
}
.kkLogo {
	position: absolute;
	top: 2.5vw;
	left: 2.5vw;
	color: #fff;
	z-index: 999;
}
.titleBox {
	margin-top: 2.5vw;
}
h1, .subcopy {
	position: relative;
	line-height: 1.6;
  text-align: center;
  letter-spacing: .03em;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2vw;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.8);
  z-index: 999;
}
h1, .subcopy {
	position: relative;
	line-height: 1.6;
  text-align: center;
  letter-spacing: .03em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2vw;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.8);
  z-index: 999;
}
h1 {
	display: block;
	margin-right: 3.5vw;
	letter-spacing: .05em;
	font-family: 'Noto Serif JP', serif;
	font-size: 5.6vw;
	font-weight: 500!important;
	text-shadow: 0 0 15px rgba(0,0,0,.8);
}
h1 span {
	vertical-align: middle;
}
.wbLogo {
	position: relative;
	display: inline-block;
	margin-right: 1.2vw;
}
.wbLogo img {
	width: 13.5vw;
	filter: drop-shadow(0 0 8px rgba(0,0,0,.3));
}
.location {
	position: relative;
	padding: 0 1.25em;
}
.location::after, .location::before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 2.1vw;
	height: 7px;
	background: #fdf57f;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.location::after {
	right: 0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.location::before {
	left: 0;
}
.pointLine {
	background: rgba(0,0,0,0) linear-gradient(transparent 80%,#009e96 0) repeat scroll 0 0;
}
#schedule {
	width: 100%;
	height: 10.25vw;
	background: #009e96;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
}
.eventDate {
	line-height: 1;
	letter-spacing: 0;
	font-family:  YakuHanMP, 'Noto Serif JP', serif;
	font-size: 1.5vw;
}	
.en {
	font-family: 'Crimson Text', serif;
	font-weight: 400!important;
}
.eventDate .en {
	font-size: 3.5vw;
}
.slash {
	font-size: 3.0vw;
}
.limited {
	position: relative;
	top: 0;
	display: inline-block;
	margin-left: .6em;
	padding: .45em .8em .5em;
	border: solid 2px #fdf57f;
	line-height: 1;
	font-size: 1.55vw;
	font-weight: bold;
	color: #fdf57f;
}
.timeTable {
	margin: .25vw 0 .15vw;
	font-weight: normal;
}
.timeTable dl + dl {
	margin-left: 20px;
}
.timeTable {
	font-size: 1.6vw;
}
.openTime li + li {
	margin-left: .5em;	
}
.openTime .en {
	font-size: 2.1vw;	
}
.hbox {
	text-align: center;
}
h2 {
	position: relative;
	display: inline-block;
	margin-bottom: .9em;
	padding: 0 .2em .5em;
	text-align: center;
	letter-spacing: .03em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	color: #009e96;
}
h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #82dad2, #82dad2 2px, #fff 3px, #fff 5px);
	background: repeating-linear-gradient(-45deg, #82dad2, #82dad2 2px, #fff 3px, #fff 5px);
}
.blockMap {
	padding-top: 15px;
	text-align: center;
}
table {
	margin: 40px 0 25px;
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table tr > * {
	border: solid 1px #ddd;
}
th, td {
	padding: .8em 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
}
th {
	width: 220px;
	background: #f7f7f7;
	font-size: 2.0rem;
}
.price {
	font-size: 3.0rem;
}
tr.summary th, tr.summary td, .lotSize {
	font-weight: normal;
}
tr.summary th, tr.summary td {
	font-size: 1.5rem;
}
tr.summary td {
	padding: 1.2em 2em;
	line-height: 1.7;
}
tr.summary td.seller {
	font-size: 1.7rem;
}
tr.summary td {
	text-align: left;
}
td ul li {
	display: inline-block;
	margin-right: .8em;
}
td ul li::before {
	content: "◯";
}
sup {
	position: relative;
	top: -.5em;
	font-size: 1.1rem;
}
.access {
	margin: 50px 0 20px;
}
.access dt {
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #009e96;
}
.mapBox {
	position: relative;
	overflow: hidden;
	padding-bottom: 500px;
	width: 100%;
	height: 0;
}
.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.routes {
	font-weight: bold;
	color: #e15252;
}
.moreBtn a {
	display: block;
	margin: 45px auto 0;
	padding: .8em 1.5rem;
	max-width: 480px;
	border-radius: 40px;
	background: linear-gradient(90deg, #74cb63, #11b3bf);
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
}
.venueLead {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	font-family:  YakuHanMP, 'Noto Serif JP', serif;
	font-size: 2.0rem;
}
.houseImg li {
	margin-top: 12px;
	width: 464px;
}
.newline {
	display: inline-block;
}
footer {
	padding: 50px 0;
	text-align: center;
}
#address ul li {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 .35em;
	line-height: 1.6;
}
.flogo {
	font-size: 1.7rem;
}
.flogo span {
	display: block;
	margin-top: 14px;
}
.registrationNo {
	margin-top: .8em;
	font-size: 1.2rem;
}
.tel {
	font-size: 2.4rem;
}
.telLink {
	font-size: 3.6rem;
}
.siteurl {
	position: relative;
	top: -.25em;
	font-size: 1.8rem;
}
.contactus {
	display: inline-block;
}
.contactus a {
	display: block;
	margin-top: .25em;
	padding: .5em 3.5em;
	width: 100%;
	border: solid 1px #999;
	line-height: 1;
}
.copyright {
	margin-top: .8em;
	letter-spacing: .08em;
	font-size: 1.1rem;
}
@media screen and (min-width: 1280px) {
	.moreBtn a, .contactus a {
		transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
	}
	.moreBtn a:hover, .contactus a:hover {
		opacity: .6;
	}
}

/*-------------------------------------------------
 * loader
-------------------------------------------------*/
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	text-align: center;
	z-index: 99999;
}
.double-bounce1, .double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #009e96;
	opacity: .5;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
#fade {
	position: fixed;
	padding: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 10000; 
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 1679px) {
	.kkLogo img {
		width: 152px;
	}
	.location::after, .location::before {
		width: 2.5vw;
		height: 4px;
	}
	.pointLine {
		padding: 0 5px;
	}
	.limited {
    border-width: 1px;
	}
}
@media screen and (max-width: 1099px) {
	main {
		padding: 8vw 6vw 0;
	}
	footer {
		padding: 4.5vw 6vw;
	}
	section {
    padding: 6vw;
	}
	.bgImage {
		height: calc(100% - 21vw);
	}
	.bgImage::before {
  	-webkit-filter: blur(4px);
		-moz-filter: blur(4px);
		-o-filter: blur(4px);
		-ms-filter: blur(4px);
		filter: blur(4px);
		top: -4px;
		left: -4px;
		right: -4px;
		bottom: -4px;
	}
	.kkLogo {
    top: 4vw;
    left: 4vw;
	}
	h1 {
		margin-top: .75vw;
		font-size: 7.0vw;
	}
	.subcopy {
    font-size: 3.5vw;
	}
	.location::after, .location::before {
		width: 3.5vw;
	}
	.wbLogo img {
		width: 19vw;
	}
	#landDetail .blockMap img {
		width: 500px;
	}
	#schedule {
    height: 21vw;
	}
	.dateBox {
		flex-direction: column;
	}
	.eventDate .en {
		font-size: 5.5vw;
	}
	.slash {
		font-size: 4.5vw;
	}
	.eventDate {
		margin-bottom: 1.15vw;
		font-size: 2.3vw;
	}
	.limited {
		display: block;
		margin: 0;
		width: 32vw;
		font-size: 2.4vw;
	}
	.timeTable {
		font-size: 2.5vw;
	}
	.openTime .en {
		font-size: 3.3vw;
	}	
	.houseImg li {
		margin-top: 10px;
		width: calc((100% - 10px) / 2);
	}
}
@media screen and (max-width: 959px) {
	section + section {
		margin-top: 6.5%;
	}
	.kkLogo img {
		width: 140px;
	}
	.location::after, .location::before {
		height: 3px;
	}
	h2 {
		font-size: 2.7rem;
	}
	h2::after {
		height: 5px;
	}
	th {
		width: 190px;
		font-size: 1.8rem;
	}
	td {
		text-align: left;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.price {
		font-size: 2.6rem;
	}
	tr.summary td {
		padding: 1.2em 1.5em;
	}
	.access {
		margin-top: 35px;
	}
	.access dt {
		font-size: 2.2rem;
	}
	.mapBox {
		padding-bottom: 53.5vw;
	}
	.moreBtn a {
		margin: 30px auto 0;
		padding: .6em 1.5rem;
		font-size: 2.0rem;
	}
	.venueLead {
		margin-bottom: .75em;
		font-size: 1.8rem;
	}
	.flogo {
		font-size: 1.5rem;
	}
	.flogo span {
    margin: 12px auto 5px;
	}
	.flogo span img {
		width: 280px;
	}
	.registrationNo {
		margin-top: .5em;
	}
	#address ul li {
		line-height: 1.5;
	}
	.tel {
		font-size: 2.0rem;
	}
	.telLink {
		font-size: 2.8rem;
	}
	.contactus {
		margin-top: .25em;
	}
}
@media screen and (max-width: 699px) {
	header {
		height: auto;
	}
	section {
		padding: 6vw 5vw;
	}
	.bgImage {
		height: 115vw;
	}
	.bgImage::before {
		-webkit-filter: blur(3px);
		filter: blur(3px);
		top: -3px;
		left: -3px;
		right: -3px;
		bottom: -3px;
	}
	.kkLogo {
		top: 5.5vw;
		left: 5.5vw;
	}
	.kkLogo img {
		width: 26vw;
	}
	.titleBox {
		margin-top: 3.5vw;
	}
	h1 {
		margin: 0;
		font-size: 3.8rem;
	}
	.subcopy {
		line-height: 1.8;
		font-size: 2.0rem;
	}
	.location::after, .location::before {
		width: 5vw;
	}
	.wbLogo {
		display: block;
		margin: 20px 0 1.75vw;
	}
	.wbLogo img {
		width: 38vw;
	}
	#schedule {
			padding: 18px 20px 20px;
			height: auto;
	}
	.eventDate {
		margin-bottom: 10px;
		line-height: 1;
		font-size: 1.7rem;
	}
	.eventDate .en {
		font-size: 3.3rem;
	}
	.limited {
		width: 50%;
		font-size: 1.7rem;
	}
	.timeTable {
		display: block;
		margin-top: 5px;
		font-size: 1.8rem;
	}
	.timeTable dt, .timeTable dd {
		display: inline-block;
		vertical-align: middle;
	}
	.timeTable dl + dl {
		margin: 0;
		line-height: 1.2;
	}
	.openTime .en {
		font-size: 2.3rem;
	}
	main {
		padding: 8vw 5vw 0;
	}
	h2 {
		font-size: 2.4rem;
	}
	table {
		margin: 22px 0 18px;
		border: solid 1px #ddd;
	}
	table tr > * {
		display: block;
		width: 100%;
		border: none;
	}
	table tr th {
		padding: .5em 1.5em;
		border-bottom: solid 1px #ddd!important;
	}
	table tr:not(:first-child) th {
		border-top: solid 1px #ddd;
	}
	.mapBox {
		padding-bottom: 62vw;
	}
	.access, .moreBtn a {
		margin-top: 25px;
	}
	.houseImg {
		display: block;
	}
	.houseImg li {
		margin-top: 8px;
		width: 100%;
	}
	.houseImg li img {
		width: 100%;
    height: 45vw;
		object-fit: cover;
		object-position: 50% 37%;
	}
	.moreBtn a {
		font-size: 1.7rem;
	}
	.flogo {
		font-size: 1.4rem;
	}
	.flogo span {
		margin: 10px auto 0;
		width: 60%;
	}
	.contactus {
		font-size: 1.3rem;
	}
	.copyright {
		margin-top: .8em;
		font-size: 1.0rem;
	}
	#loader {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
}
@media screen and (max-width: 479px) {
	section {
		padding: 6vw 4vw;
	}
	.bgImage::before {
		-webkit-filter: blur(2px);
		filter: blur(2px);
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
	}
	.titleBox {
		margin-top: 5vw;
	}
	h1 {
		font-size: 3.5rem;
	}
	.eventDate, th, .moreBtn a, .tel {
		font-size: 1.6rem;
	}
	.eventDate .en {
		font-size: 3.0rem;
	}
	main {
		padding: 6.5vw 3vw 0;
	}
	h2 {
		font-size: 2.1rem;
	}
	h2::after {
		background: -webkit-repeating-linear-gradient(-45deg, #82dad2, #82dad2 2px, #fff 2px, #fff 4px);
		background: repeating-linear-gradient(-45deg, #82dad2, #82dad2 2px, #fff 2px, #fff 4px);
	}
	.blockMap {
		padding-top: 5px;
	}
	.timeTable {
		font-size: 1.7rem;
	}
	.openTime .en, .price {
		font-size: 2.2rem;
	}
	table tr th {
		padding: .5em 1em;
	}
	td {
		padding: 1.2em!important;
		font-size: 1.4rem!important;
	}
	.venueLead {
		font-size: 1.6rem;
	}
	.access dt {
		margin-bottom: .75em;
		font-size: 1.9rem;
	}
	.mapBox {
		padding-bottom: 85vw;
	}
	.houseImg li img {
		height: 48.45vw;
	}
	.flogo span {
		width: 68%;
	}
	.registrationNo {
		margin-top: .65em;
		font-size: 1.1rem;
	}
	#address ul li {
		margin: 0 .25em;
		line-height: 1.1;
	}
	#address ul li:first-child {
		font-size: 1.3rem;
	}	
	.telLink {
		font-size: 2.5rem;
	}
	.siteurl {
		font-size: 1.5rem;
	}
	.contactus {
		font-size: 1.2rem;
	}
	.contactus a {
		padding-left: 2em;
		padding-right: 2em;
	}
}
@media screen and (max-width: 374px) {
	h1 {
		font-size: 3.2rem;
	}
	.subcopy {
		font-size: 1.8rem;
	}
	.openTime {
		flex-direction: column;
		margin-top: 5px;
		line-height: 1.1;
	}
	.openTime li + li {
    margin: 0;
	}
	.timeTable dl + dl {
		margin-top: 5px;
	}
}