/*
 * WINPY BOX
 * CSS Document
 *
 */
 
/* font */
@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", sans-serif;
	font-size: 62.5%;
	font-weight: 500;
	overflow-x: hidden;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* common */
* {
	box-sizing: border-box;
}
body {
	color: #1A2642;
}
a {
	color: inherit;
	text-decoration:  none;
}
section {
	display: none;
	min-height: 100vh;
	overflow: hidden;
	padding: 160px 20px;
	transition: all 1.4s;
}
section.active {
	display: block;
}
section:nth-child(2n) {
	background-color: white;
}
section:nth-child(2n-1) {
	background-color: #DFDFD0;
}
body.top #top,
body.item #item,
body.rental #rental,
body.reservation #reservation,
body.shop #shop {
	display: block;
}
ul {
	list-style: none;
}
.ja,
.en {
	display: none;
}
input#en:checked ~ .en {
	display: inherit;
}
body.lng_ja .ja,
body.lng_en .en {
	display: inherit;
}

/* header */
input[type="radio"] {
	display: none;
}
header {
	/*background-color: #030000;*/
	overflow: hidden;
	position: relative;
}
#header_inner {
	overflow: hidden;
	background-color: #1A2642;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1 {
	left: 19px;
	margin: 0;
	max-width: 130px;
	top: 46px;
	width: 30%;
	z-index: 10;
}
h1 img {
	height: auto;
	width: 100%;
}
#header_top {
	align-items: center;
	color: white;
	display: flex;
	flex-wrap: wrap;
	float: right;
	font-size: 2rem;
	font-weight: bold;
	justify-content: flex-end;
	margin: 0;
	max-width: 1314px;
	padding-left: 0;
	padding-right: 20px;
	width: calc(100% - 150px);
}
body:not(.top) #logo,
body:not(.top) #slide {
	/*display: none;*/
}
#header_top li {
	margin: 3px 0;
}
#header_top li + li {
	margin-left: 20px;
}
#header_top li.lang {
	width: calc(45px + 4.3em);
}
#header_top li img {
	height: auto;
	max-width: 100%;
}
#skis_boards {
	max-width: 423px;
	width: 34%;
}
#snow_area {
	max-width: 290px;
	width: 22%;
}
#winpybox {
	max-width: 310px;
	width: 24%;
}

.lang {
	cursor: pointer;
	padding-bottom: 4px;
	width: calc(45px + 4.3em);
}
#ja::before {
	content: url(../img/flag_japanese.gif);
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle;
}
#en::before {
	content: url(../img/flag_english.gif);
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle;
}
.lineup {
	font-size: 2.8rem;
	/* max-width: 1164px; */
	width: calc(100% - 92px);
}

/* slideshow */
#slide_wrap {
	background-color: white;
	padding: 20px;
}
#slide {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#slide::before {
	content: "";
	display: block;
	padding-top: 45%;
	width: 100%;
}
#slide img,
#slide div {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#slide div {
	background-size: 100% 100%;
}
#pict div {
	display: none;
}
#slide div.active {
	display: flex;
}
#slide #pict div img {
	height: auto;
	position: static;
	width: 100%;
}
#s1,
#s2 {
	background-size: cover;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	/*transition: all 1.5s;*/
	width: 100%;
}
#s1 {
	background-position: left top;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	left: 0;
	top: 0;
	transform: translate(0, 0);
}
#s2 {
	background-position: right bottom;
	bottom: 0;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	right: 0;
	transform: translate(0, 0);
}
#s1.plus,
#s2.plus {
	transform: rotate(90deg) scale(1.5, 1.5) !important;
}
#s1.minus,
#s2.minus {
	transform: rotate(-90deg) scale(1.5, 1.5) !important;
}
#s1.horizontal {
	animation: toLeft 1.5s;
	animation-fill-mode: forwards;
}
#s2.horizontal {
	animation: toRight 1.5s;
	animation-fill-mode: forwards;
}
#s1.vertical {
	animation: toTop 1.5s;
	animation-fill-mode: forwards;
}
#s2.vertical {
	animation: toBottom 1.5s;
	animation-fill-mode: forwards;
}
#copy {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
#s1.h1-1 {
	-webkit-clip-path: polygon(0% 0%, 42% 0%, 58% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 42% 0%, 58% 100%, 0% 100%);
	transform: translate(-2%, 0);
}
#s2.h1-2 {
	-webkit-clip-path: polygon(42% 0%, 100% 0%, 100% 100%, 58% 100%);
	clip-path: polygon(42% 0%, 100% 0%, 100% 100%, 58% 100%);
	transform: translate(2%, 0);
}
#s1.h2-1 {
	-webkit-clip-path: polygon(0% 0%, 38% 0%, 62% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 38% 0%, 62% 100%, 0% 100%);
	transform: translate(-3%, 0);
}
#s2.h2-2 {
	-webkit-clip-path: polygon(38% 0%, 100% 0%, 100% 100%, 62% 100%);
	clip-path: polygon(38% 0%, 100% 0%, 100% 100%, 62% 100%);
	transform: translate(3%, 0);
}
#s1.h3-1 {
	-webkit-clip-path: polygon(0% 0%, 34% 0%, 66% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 34% 0%, 66% 100%, 0% 100%);
	transform: translate(-4%, 0);
}
#s2.h3-2 {
	-webkit-clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 66% 100%);
	clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 66% 100%);
	transform: translate(4%, 0);
}
#s1.h4-1 {
	-webkit-clip-path: polygon(0% 0%, 58% 0%, 42% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 58% 0%, 42% 100%, 0% 100%);
	transform: translate(-2%, 0);
}
#s2.h4-2 {
	-webkit-clip-path: polygon(58% 0%, 100% 0%, 100% 100%, 42% 100%);
	clip-path: polygon(58% 0%, 100% 0%, 100% 100%, 42% 100%);
	transform: translate(2%, 0);
}
#s1.h5-1 {
	-webkit-clip-path: polygon(0% 0%, 62% 0%, 38% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 62% 0%, 38% 100%, 0% 100%);
	transform: translate(-3%, 0);
}
#s2.h5-2 {
	-webkit-clip-path: polygon(62% 0%, 100% 0%, 100% 100%, 38% 100%);
	clip-path: polygon(62% 0%, 100% 0%, 100% 100%, 38% 100%);
	transform: translate(3%, 0);
}
#s1.h6-1 {
	-webkit-clip-path: polygon(0% 0%, 66% 0%, 34% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 66% 0%, 34% 100%, 0% 100%);
	transform: translate(-4%, 0);
}
#s2.h6-2 {
	-webkit-clip-path: polygon(66% 0%, 100% 0%, 100% 100%, 34% 100%);
	clip-path: polygon(66% 0%, 100% 0%, 100% 100%, 34% 100%);
	transform: translate(4%, 0);
}
#s1.v1-1 {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 42%, 0% 58%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 42%, 0% 58%);
	transform: translate(0, -4%);
}
#s2.v1-2 {
	-webkit-clip-path: polygon(0% 58%, 100% 42%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 58%, 100% 42%, 100% 100%, 0% 100%);
	transform: translate(0, 4%);
}
#s1.v2-1 {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 0% 62%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 0% 62%);
	transform: translate(0, -6%);
}
#s2.v2-2 {
	-webkit-clip-path: polygon(0% 62%, 100% 38%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 62%, 100% 38%, 100% 100%, 0% 100%);
	transform: translate(0, 6%);
}
#s1.v3-1 {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 34%, 0% 66%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 34%, 0% 66%);
	opacity: 1;
	transform: translate(0, -8%);
}
#s2.v3-2 {
	-webkit-clip-path: polygon(0% 66%, 100% 34%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 66%, 100% 34%, 100% 100%, 0% 100%);
	transform: translate(0, 8%);
}
#s1.v4-1 {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 58%, 0% 42%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 58%, 0% 42%);
	transform: translate(0, -4%);
}
#s2.v4-2 {
	-webkit-clip-path: polygon(0% 42%, 100% 58%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 42%, 100% 58%, 100% 100%, 0% 100%);
	transform: translate(0, 4%);
}
#s1.v5-1 {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 62%, 0% 38%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 62%, 0% 38%);
	transform: translate(0, -6%);
}
#s2.v5-2 {
	-webkit-clip-path: polygon(0% 38%, 100% 62%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 38%, 100% 62%, 100% 100%, 0% 100%);
	transform: translate(0, 6%);
}
#s1.v6-1 {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 0% 34%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 0% 34%);
	transform: translate(0, -8%);
}
#s2.v6-2 {
	-webkit-clip-path: polygon(0% 34%, 100% 66%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 34%, 100% 66%, 100% 100%, 0% 100%);
	transform: translate(0, 8%);
}

@keyframes toTop {
	100% {
		opacity: 0;
		transform: translateY(-100%);
	}
}
@keyframes toRight {
	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}
@keyframes toBottom {
	100% {
		opacity: 0;
		transform: translateY(100%);
	}
}
@keyframes toLeft {
	100% {
		opacity: 0;
		transform: translateX(-100%);
	}
}

/* nav */
nav {
	max-width: 786px;
	position: absolute;
	right: 0;
	width: 100%;
}
nav::before {
	content: "";
	display: block;
	padding-top: 16.667%;
	width: 100%;
}
nav.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}
nav ul {
	display: flex;
	height: 100%;
	margin: 0;
	min-height: 120px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
nav ul li {
	background-color: #8FC31F;
	color: #1F003F;
	height: 130px;
	margin: 1px 1px 0 0;
	width: 130px;
}
nav ul li:not(.active) {
	cursor: pointer;
}
nav ul li:hover,
nav ul li.active {
	background-color: #200040;
	color: white;
}
nav ul li a,
nav ul li label {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	height: 100%;
	outline: none;
	padding-top: 85px;
	text-align: center;
	width: 100%;
}
nav ul li:not(.active) label {
	cursor: pointer;
}
#mnu_top {
	background: url(../img/icon_home.png) no-repeat center 20px;
}
#mnu_item {
	background: url(../img/icon_item1.png) no-repeat center 20px;
}
#mnu_rental {
	background: url(../img/icon_rental1.png) no-repeat center 26px;
}
#mnu_reservation {
	background: url(../img/icon_reservation1.png) no-repeat center 20px;
}
#mnu_faq {
	background: url(../img/icon_faq1.png) no-repeat center 24px;
}
#mnu_shop {
	background: url(../img/icon_shop1.png) no-repeat center 20px;
}

/* top */
#top {
	padding-top: 131px;
}
#intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1494px;
	width: 100%;
}
#intro h3 {
	align-items: center;
	animation: ponpon 2s infinite;
	background-color: #D90000;
	border-radius: 1000px;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 3rem;
	font-weight: bold;
	height: 160px;
	justify-content: center;
	margin: 41px 0 35px 17.75%;
	text-align: center;
	width: 160px;
}
#intro h3 ~ h3 {
	margin-left: 11.1667%;
}
#intro h3:hover {
	box-shadow: 3px 3px 4px black;
}
#intro .tile {
	margin: 0 auto;
	padding: 0 calc(50% - 600px);
	width: 100%;
}
#intro .tile > * {
	float: left;
}
#intro ul.nice {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1494px;
	min-width: 180px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#intro ul.nice li {
	align-items: center;
	background-color: rgba(26, 38, 66, 0.8);
	color: white;
	display: flex;
	font-size: 2.2rem;
	font-weight: bold;
	height: 150px;
	justify-content: center;
	margin: 0 1px 10px;
	text-align: center;
	width: 180px;
}
/*
.tile .nice li:nth-child(odd) {
	left: 0;
	right: inherit;
}
.tile .nice li:nth-child(2) {
	margin-top: calc(116 * (360px - 100%) / 180 + 116px);
}
.tile .nice li:nth-child(3) {
	margin-top: calc(232 * (360px - 100%) / 180 + 232px);
}
.tile .nice li:nth-child(4) {
	margin-top: calc(348 * (360px - 100%) / 180 + 348px);
}
.tile .nice li:nth-child(5) {
	margin-top: calc(464 * (360px - 100%) / 180 + 464px);
}
.tile .nice li:nth-child(6) {
	margin-top: calc(580 * (360px - 100%) / 180 + 580px);
}
.tile .nice li:nth-child(7) {
	margin-top: calc(696 * (360px - 100%) / 180 + 696px);
}
*/
#intro ul.nice li span.small {
	font-size: 1.5rem;
	font-weight: normal;
}
body.lng_ja #intro .nice.ja,
body.lng_en #intro .nice.en,
body.lng_ja #intro .benefits.ja,
body.lng_en #intro .benefits.en {
	display: flex;
}
#intro ul.benefits {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1202px;
	overflow: hidden;
	padding: 0;
}
#intro ul.benefits li {
	align-items: flex-start;
	background-color: rgba(26, 38, 66, 0.8);
	color: white;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: bold;
	height: 170px;
	justify-content: center;
	line-height: 1.5;
	margin: 0 1px 12px;
	max-width: 280px;
	padding-top: 24px;
	text-align: center;
	width: 100%;
}
#intro ul.benefits li.left,
#intro ul.benefits li span.left {
	text-align: left;
}
#intro ul.benefits li span.small {
	font-size: 1.4rem;
	font-weight: normal;
}
#intro .coupon {
	cursor: pointer;
	margin-left: 40px;
}
.off {
	margin-top: 56px;
	text-align: center;
}
.off p {
	color: black;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1em;
}
.off p.normal {
	font-weight: normal;
}
.off .note {
	font-size: 1.7rem;
	font-weight: normal;
	margin: 0;
}
#coupon {
	cursor: pointer;
	display: block;
	height: 49px;
	margin: 0 auto 12px;
	width: 129px;
}
#coupon:hover {
	background-color: lightcyan;
}
body.lng_ja #coupon {
	background-image: url(../img/rental/btn_print_j.gif);
}
body.lng_en #coupon {
	background-image: url(../img/rental/btn_print_e.gif);
}
#img_coupon {
	text-align: center;
}
#listbox_wrap {
	/*height: 0;*/
	margin: 40px 0 0;
	/*position: relative;*/
	width: 100%;
}
.listbox {
	height: 0;
	/*overflow: hidden;
	position: absolute;*/
	transform: scaleY(0);
	transform-origin: center top;
	transition: all 0.4s;
	width: 100%;
}
.listbox.wide {
	max-width: 100%;
}
.listbox.active {
	height: inherit;
	transform: scaleY(1);
}
#intro p {
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 54px 54px 8px calc(100% - 1004px);
	max-width: 500px;
}
#intro .tile > img {
	height: auto;
	margin: 0 auto;
	max-width: 450px;
	width: 100%;
}
a[href="jobs.html"] {
	background-color: white;
	box-shadow: 0 0 4px black;
	color: #000066;
	display: block;
	letter-spacing: -1px;
	line-height: 1.8;
	margin: 0 auto 20px;
	max-width: 330px;
	padding: 9px 0;
	text-align: center;
	width: 80%;
}
a[href="jobs.html"] * {
	vertical-align: baseline;
}
#slide_wrap[style="display: none;"] + a {
	display: none;
}
a[href="jobs.html"]:hover {
	background-color: #8FC31F;
	color: white;
}
a[href="jobs.html"] span.large {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
a[href="jobs.html"] span.large::before {
	content: url(../../asset/img/top/icon_staff.png);
	display: inline-block;
	margin-right: 10px;
}
a[href="jobs.html"]:hover span.large::before {
	content: url(../../asset/img/top/icon_staff_hover.png);
}
a[href="jobs.html"] span.small {
	font-size: 1.5rem;
	font-weight: bold;
}
a[href="jobs.html"] img {
	height: auto;
	width: 26px;
}

@keyframes ponpon {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-10px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-10px);
	}
	20% {
		transform: translateY(0);
	}
}

/* 商品情報 */
#item {
	background: url(../img/item/bg_item.jpg) repeat-y left top;
	background-size: contain;
}
h2 {
	border-bottom: 2px solid #200040;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 40px 50px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
#item h2::before {
	content: url(../img/icon_item2.png);
	left: calc(50% - 25px);
	position: absolute;
	top: -50px;
}
h2::after {
	content: "";
	background: #200040;
	display: block;
	height: 2px;
	left: calc(50% - 87.5px);
	position: absolute;
	top: 1.45em;
	width: 175px;
}
#items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1149px;
	margin: 0 auto;
}
h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 114px auto 40px;
	text-align: center;
}
.text1 {
	font-size: 1.5rem;
	margin: 1em auto;
	max-width: 1402px;
	text-align: center;
}
.text2 {
	font-size: 1.5rem;
	margin: 0 auto;
	max-width: 1402px;
}
.text2 li {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5em 0;
}
.text2 li span.bold {
	font-weight: bold;
}
#items h4 {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
#items .tile ul {
	color: #1F003F;
	font-size: 1.5rem;
	list-style: inside disc;
	margin: 12px auto 24px;
	padding: 0 0 0 2em;
}
#items .tile ul li {
	line-height: 1.5;
}
#items .tile img {
	display: block;
	margin: 12px auto;
}

#items .tile {
	border: 1px solid #1F003F;
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
}
#items .tile h5 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 auto;
}
#items .tile h5 span {
	font-size: 1.5rem;
	display: block;
	text-align: left;
}
body.lng_ja h5.ja,
body.lng_en h5.en {
	display: inline-block;
}
#items .tile p {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	margin: 0 40px;
}
.item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1402px;
	width: 100%;
}
#item .list {
	margin: 0 20px 60px;
	max-width: 230px;
	width: 100%;
}
#item .list p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 auto;
	width: 183px;
	word-wrap: break-word;
}
#item .photo_wrapper {
	align-items: center;
	display: flex;
	height: 426px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
#item .list .mark {
	color: white;
	font-size: 1.8rem;
	font-weight: bold;
	height: 1.5em;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 160px;
}
#item .list .mark.new {
	background-color: #D90000;
}
#item .list .mark.recommended {
	background-color: #00B22D;
}
body.lng_ja #item .list .mark.recommended.ja,
body.lng_en #item .list .mark.recommended.en {
	display: block;
}
body.lng_en p.mark.recommended.en {
	display: block;
}
.item_list .list a {
	animation: poyon 2s infinite;
	color: red;
	display: inline-block;
	font-weight: bold;
	transform-origin: left bottom;
}
#item table {
	border-collapse: collapse;
	font-size: 1.5rem;
	margin: 0 auto 35px;
	width: 244px;
}
#item table th {
	border: 1px solid;
	font-weight: normal;
	padding: 7px;
}
#item table td {
	border: 1px solid;
	padding: 7px;
	text-align: center;
}
#item table tr:first-child th:first-child {
	width: 60%;
}
#item table td {
	width: 20%;
}
#item table tr:nth-child(even) th,
#item table tr:nth-child(even) td {
	background-color: #E6ECFF;
}


@keyframes poyon {
	0% {
		transform: scale(1, 1);
	}
	15% {
		transform: scale(1.2, 1);
	}
	30% {
		transform: scale(1, 1.2);
	}
	45% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 1);
	}
}

/* rental */
#rental {
	color: #1F003F;
}
#rental h2 {
	margin-bottom: 76px;
}
#rental h2::after {
	content: "";
	left: calc(50% - 104px);
	width: 208px;
}
#rental h2::before {
	content: url(../img/icon_rental2.png);
	left: calc(50% - 25px);
	position: absolute;
	top: -50px;
}
#rental dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	max-width: 922px;
}
#rental dl dt {
	background-color: #200040;
	color: white;
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	width: 120px;
}
#rental dl dd {
	margin: 0;
	width: calc(100% - 120px);
}
#rental dl dd ul {
	padding: 0;
}
#rental dl dd ul li {
	display: flex;
	font-size: 1.5rem;
	line-height: 40px;
}
#rental dl dd ul li + li {
	margin-top: 10px;
}
#rental dl dd ul li p {
	justify-content: center;
	margin: 0;
	text-align: center;
	width: 39px;
}
#rental dl dd ul li p.label {
	border: 1px solid white;
	justify-content: flex-start;
	line-height: 40px;
	margin: 0 13px;
	padding: 0 14px;
	width: 430px;
}
#rental dl dd ul li select {
	color: #1F003F;
	outline: none;
	text-align: right;
	width: 70px;
}
#rental .amount {
	border-bottom: 1px solid;
	font-size: 3rem;
	margin: 0 0 0 auto;
	text-align: right;
	width: 200px;
}
.amount::before {
	content: "\0000A5";
	float: left;
}
#rental dl.total {
	flex-wrap: nowrap;
	margin-top: 60px;
}
#rental dl.total dt {
	color: inherit;
	margin-left: auto;
	margin-right: 36px;
	background: none;
	font-size: 2rem;
	width: inherit;
}
#rental dl.total.special dt {
	color: #D80000;
	font-weight: bold;
}
#rental dl.total dd {
	display: flex;
	width: 200px;
}
#rental dl.total.special .amount {
	border-bottom: 1px solid #D90000;
	color: #D90000;
	font-weight: bold;
}
.about_rental {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 700px;
	padding: 0;
	width: 100%;
}
.about_rental.caution li::before {
	content: "\002605";
}
.about_rental li.fifteen::before {
	content: "(*)";
}
#rental .caution {
	color: #B20000;
}
#rental .caution .fifteen {
	color: #4C6600;
	margin-bottom: 8px;
}
body.lng_ja .about_rental.ja,
body.lng_en .about_rental.en {
	display: block;
}
.cancel {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 18px auto 113px;
	max-width: 700px;
	padding: 0;
	width: 100%;
}
body.lng_ja .cancel.ja,
body.lng_en .cancel.en {
	display: block;
}
.brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 861px;
}
.brand a {
	margin: 0 0 32px;
	width: 131px;
}
.brand a img {
	display: block;
}
.table_wrap {
	background: url(../img/rental/logo_lucent.png) left top no-repeat;
	margin: -60px auto 0;
	max-width: 1300px;
	overflow: hidden;
}
#rental #table_frame {
	overflow-x: auto;
}
#rental table {
	border-collapse: collapse;
	color: black;
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 950px;
	min-width: 380px;
}
#rental table th {
	border: 1px solid black;
	padding: 4px;
	white-space: noWrap;
}
#rental table td {
	border: 1px solid black;
	padding: 4px;
	text-align: center;
	white-space: noWrap;
	width: 140px;
}
#rental table th.bg1,
#rental table th.bg2,
#rental table th.bg5,
#rental table th.bg6,
#rental table th.bg7 {
	border-bottom: 1px solid white;
}
th,
td {
	background-color: white;
}
#rental td:empty {
	background-image: linear-gradient(to top left, transparent, transparent 49%, black 49%, black 51%, transparent 51%, transparent);
}
#rental table th span.show {
	display: inline-block;
}
#rental table th span.hide {
	display: none;
}
.bg1 {
	background-color: red;
	color: white;
}
.bg2 {
	background-color: black;
	color: white;
}
.bg3 {
	background-color: rgb(54,96,146);
	color: white;
}
.bg4 {
	background-color: rgb(217,217,217);
}
.bg5 {
	background-color: rgb(15,36,62);
	color: yellow;
}
.bg6 {
	background-color: rgb(128, 128,128);
	color: white;
}
.bg7 {
	background-color: rgb(15,36,62);
	color: white;
}
.bg8 {
	background-color: rgb(242,242,242);
}
#rental .none {
	display: none;
}
#price_list {
	background-color: #E6730B;
	color: white;
	height: 60px;
	margin: 24px auto 60px;
	width: 265px;
}
#price_list img {
	display: block;
	float: right;
}
#price_list a {
	box-sizing: border-box;
	line-height: 60px;
	font-size: 1.7rem;
	font-weight: bold;
	padding-right: 54px;
	position: relative;
	text-align: center;
}
#price_list a::after {
	content: url(../img/rental/icon_pdf.png);
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
}
#rental h4 {
	background-color: #777777;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 24px auto;
	max-width: 700px;
	padding-left: 11px;
	position: relative;
}
#rental h4.coupon {
	background-color: #FF860D;
}
/*h4::after {
	background-color: white;
	bottom: 6px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}*/
#coupon_frame {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 1.4s;
	width: 100%;
	z-index: -10;
}
#coupon_frame.active {
	opacity: 1;
	z-index: 100;
}
#coupon_wrapper {
	align-items: center;
	background-color: white;
	display: flex;
	flex-direction: column;
	height: 85vh;
	justify-content: space-around;
	max-height: 839px;
	max-width: 700px;
	padding: 12px 0;
	text-align: center;
	width: 90%;
}
#coupon_wrapper img {
    height: calc(100% - 70px);
    margin: 0 auto 6px;
    max-height: 591px;
    max-width: 296px;
    width: auto;
}
#rental a.coupon {
	color: #FF3F00;
	cursor: pointer;
}
#cancel_mail::after {
	content: url(../img/rental/icon_mail.jpg);
	display: inline-block;
	margin-left: 18px;
	vertical-align: middle;
}

/* reserve */
#reservation {
	font-size: 1.5rem;
}
#reservation h2::before {
	content: url(../img/icon_reservation2.png);
	left: calc(50% - 20px);
	position: absolute;
	top: -50px;
}
#reservation .color-red {
	color: red;
	font-size: 150%;
}
form .forspam {
	color: red;
	width: 90%;
	margin: 20px auto;
}
form {
	color: black;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
body.lng_ja .names dt span.ja,
body.lng_en .names dt span.en {
	display: inline-block;
}


.required::before {
	content: "\002217";
	color: red;
	font-size: 150%;
}
body.lng_ja #add_name {
	background-image: url(../img/reserve/btn_add_name_j.gif);
}
body.lng_en #add_name {
	background-image: url(../img/reserve/btn_add_name_e.gif);
}
.shoe_size_list {
	display: none;
}
.names {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 24px;
	min-height: 25px;
}
.order_nums {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 24px;
	min-height: 25px;
}
.order + .order {
	padding-top: 16px;
}
.order .names {
	margin-bottom: 0;
}
.names.height_auto {
	height: auto;
}
.names dt {
	line-height: 25px;
	text-align: right;
	width: 220px;
}
.onamae a span {
	border: 1px solid;
	border-radius: 10px;
	color: gray;
	cursor: pointer;
	display: none;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-left: calc(100% - 95px);
	text-align: center;
	width: 70px;
}
form#reserve > div.order:nth-last-of-type(2) .onamae a {
	display: block;
}
form#reserve > .order:nth-of-type(10) dl.names dt a {
	display: none;
}
.names dd {
	margin: 0 0 0 auto;
	width: calc(100% - 233px);

}
input[name="ages[]"] {
	width: 4em;
}
.onamae ~ dd label {
	width: inherit;
}
.onamae ~ dd div {
	margin: 4px 0 8px;
	width: 100%;
}
.onamae ~ dd label.gender {
	max-width: 130px;
}
.onamae ~ dd label.age {
	max-width: 110px;
}
.onamae ~ dd label.height {
	max-width: 170px;
}
.onamae ~ dd label.shoe_size {
	max-width: 170px;
}
.onamae ~ dd label.level {
	max-width: 130px;
}

body.lng_en .onamae ~ dd label.gender {
	max-width: 150px;
	text-align: left;
}

body.lng_en .onamae ~ dd label.height {
	max-width: 200px;
}

body.lng_en .onamae ~ dd label.shoe_size {
	max-width: 230px;
	text-align: left;

}
body.lng_en .onamae ~ dd label.level {
	max-width: 200px;
	text-align: left;
}

.names dd.flex {
	display: flex;
	flex-wrap: wrap;
}
.rental_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	min-height: 30px;
	padding-left: 212px;
}
.rental_list.total {
	margin: 33px 0 60px;
	padding-left: 0;
}
.rental_list.total.sub {
	margin: 0;
}
.wrap {
	margin-bottom: 8px;
}
p.hr {
	margin: 2em 0;
	max-width: 1060px;
	position: relative;
	text-align: center;
	width: calc(100vw - 4em);
}
p.hr::before {
	border-top: 3px double;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: calc(50% - 4em);
}
p.hr::after {
	border-top: 3px double;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 0.5em;
	width: calc(50% - 4em);
}
form input,
form label,
form select,
form textarea {
  font-family: inherit;
}
form input {
	height: 25px;
	max-width: 309px;
	width: 100%;
}
.names select {
	height:  25px;
}
.names p + select {
	margin-right: 15px;
}
.rental_list select {
	height: 30px;
}
.rental_list select.item {
	width: 329px;
}
#reservation p.request {
	margin: 0 auto 60px;
	text-align: center;
}
body.lng_ja .names p.ja,
body.lng_en .names p.en {
	display: inline-block;
	margin: 0;
}
body.lng_ja .names select + p.ja {
	margin-left: 1em;
}
.names .note {
	color: #C30C22;
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 0 0 15px;
}
.names label {
	display: inline-block;
	text-align: center;
	width: 46px;
}
input[name="address"] {
	max-width: 446px;
	width: 100%;
}
.rental.total {
	margin: 66px 0 60px;
}

#for_name {
	margin: 0;
}
.rental_list dt {
	background-color: #200040;
	color: white;
	font-size: 1.8rem;
	font-weight: bold;
	height: 31px;
	line-height: 30px;
	margin-bottom: 7px;
	/*margin-left: 80px;*/
	width: 120px;
}
.rental_list.total dt {
	background-color: inherit;
	color: #1F003F;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	text-align: right;
	width: calc(100% - 200px);
}
.rental_list.total.special dt {
	color: #D80000;
}
.rental_list dt select {
	background-color: #200040;
	border: none;
	color: white;
	font: inherit;
	width: 100%;
}
.rental_list dt a {
	border: 1px solid;
	border-radius: 10px;
	color: gray;
	cursor: pointer;
	display: none;
	font-weight: bold;
	height: 26px;
	text-align: center;
	line-height: 26px;
	/* margin: 4px calc(50% - 19px) 0; */
	margin: 4px 0;
	width: 120px;
}
.rental_list dt a.none {
	display: none;
}
.rental_list dt:last-of-type {
	margin-bottom: 40px;
}
.rental_list dt:last-of-type a {
	display: block;
}
.rental_list dd {
	display: flex;
	flex-wrap: wrap;
	height: 31px;
	justify-content: space-between;
	margin: 0 0 0 auto;
	width: calc(100% - 136px);
}
.rental_list dt + dd + dd {
	margin-top: -30px;
}
.rental_list.total dd {
	width: 200px;
}
.rental_list.total.special dd {
	color: #D80000;
}
.rental_list p {
	margin: 0;
}
.rental_list .amount {
	border-bottom: 1px solid;
	font-size: 3rem;
	margin: 0 0 7px auto;
	text-align: right;
	width: 180px;
}
dl.rental_list dd p {
	justify-content: center;
	line-height: 30px;
	margin: 0 auto 0 0;
	text-align: center;
	/* width: 39px; */
}
.rental_list select.days {
	margin: 0 0 0 13px;
	width: 55px;
}
.rental_list select.people {
	width: 55px;
}
#reserve .caution {
	color: #1F003F;
	margin: 0 0 40px 94px;
}
.textarea {
	margin: 0 0 14px 80px;
	max-width: 654px;
	position: relative;
	width: 100%;
}
.spam {
	margin: 0 0 114px 80px;
	/* max-width: 250px; */
}
.textarea textarea {
	background: inherit;
	border: 1px solid;
	min-width: 100%;
	min-height: 180px;
	max-width: 100%;
	padding: 7px 16px;
	position: relative;
	z-index: 2;
}
.textarea p.title {
	left: 16px;
	margin: 0;
	position: absolute;
	top: 7px;
}
.textarea p.none {
	display: none;
}
#buttons {
	display: flex;
	height: 45px;
	justify-content: space-between;
	margin: 0 0 0 213px;
	max-width: 502px;
	padding: 0;
	width: 100%;
}
#buttons li {
	height: 45px;
	margin: 0 5px;
	width: 150px;
}
#buttons li input {
	border: none;
	color: white;
	cursor: pointer;
	font-weight: bold;
	height: 100%;
	width: 100%;
}
#buttons li.btn_clear input {
	background-color: rgba(57, 115, 115, 0.4);
}
#buttons li.btn_clear input:hover {
	background-color: #397373;
}
#buttons li.btn_submit input {
	background-color: #D96000;
}
.error {
	color: red;
	display: none;
	margin: -1em 0 1em 220px;
}
.error.on {
	display: block;
}
input[name="rental_start"],
input[name="rental_end"],
input[name="visit_date"],
input[name="visit_time"] {
	text-align: center;
	width: 44%;
}

input[name="order_num"] {
	max-width: 50px;
}
#sending {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#sending.active	 {
	display: flex;
}
.spinner {
	font-size: 10px;
	height: 40px;
	margin: 100px auto;
	text-align: center;
	width: 50px;
}
.spinner > div {
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
	background-color: white;
	display: inline-block;
	height: 100%;
	width: 6px;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
body.lng_ja select[name="country_j"],
body.lng_en select[name="country"] {
	display: inline-block;
}
input[name="country_name"] {
	display: none;
}
select.category {
	display: none;
}
option[disabled] {
	display: none;
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}  
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% { 
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
	}
}

/* FAQ */
#faq dl {
	margin: 60px auto;
	max-width: 900px;
	width: 100%;
}
#faq dl dt {
	color: red;
	font-size: 2rem;
	font-weight: bold;
	padding: 12px 0 11px calc(46px + 1em);
	position: relative;
}
#faq dl dt::before {
	content: url(../img/faq/icon_q.png);
	display: inline-block;
	height: 46px;
	left: 0;
	margin-right: 1em;
	position: absolute;
	top: 0;
	vertical-align: top;
}
#faq dl dt::after {
	content: "?";
	margin-left: 4px;
}
#faq dl dd {
	color: black;
	font-size: 1.8rem;
	margin: 0 0 40px 24px;
	padding: 6px 0 6px calc(32px + 1em);
	position: relative;
}
#faq dl dd:before {
	content: url(../img/faq/icon_a.png);
	display: inline-block;
	height: 32px;
	left: 0;
	margin-right: 1em;
	position: absolute;
	top: 0;
	vertical-align: top;
}

/* shop info */
#shop {
	min-height: calc(100vh - 102px);
}
#shop h2 {
	margin-bottom: 50px;
}
#shop h2::before {
	content: url(../img/icon_shop2.png);
	left: calc(50% - 25px);
	position: absolute;
	top: -50px;
}
#shop_wrap {
	margin: 0 auto;
	max-width: 1494px;
	overflow: hidden;
	padding: 0 50px;
	position: relative;
}
#shop_detail {
	float: left;
	margin: 0 auto;
	max-width: 350px;
	width: 100%;
}
#shop_detail ul {
	color: black;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 0;
}
#shop_detail li.large {
	font-size: 1.8rem;
	margin-bottom: 0.6em;
}
#map {
	float: right;
	margin: 0 auto;
	max-width: 665px;
	position: relative;
	width: 100%;
}
#map::before {
	content: "";
	display: block;
	padding-top: 40.3%;
	width: 100%;
	z-index: -1;
}
#map iframe {
	position: absolute;
	top: 0;
}
#shop_photo2 {
	display: block;
	position: absolute;
	right: 408px;
	top: 312px;
}
body.lng_ja #shop_detail ul.ja,
body.lng_en #shop_detail ul.en {
	display: block;
}
#shop_detail ul li.square {
	margin: 2em 0 0;
}
#shop_detail ul li.square::before {
	content: "\025a0";
}
#shop_detail ul li.square + li.square {
	margin: 0 0 2em;
}
#card {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
#card li + li {
	margin-left: 30px;
}
#shop  h4 {
	background-color: #777777;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 40px auto 24px;
	padding-left: 11px;
	position: relative;
	width: 100%;
}
#link_collection {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#link_collection li {
	height: 50px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 260px;
}
#link_collection li a {
	/*
	background-image: linear-gradient(to bottom,#79BCFF 50%, #57ABFF 51%);
	border: 1px solid #79BCFF;
	*/
	align-items: center;
	box-shadow: 2px 2px 4px gray;
	color: white;
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	margin: 0 1px 12px;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 3px black, -1px 1px 3px black, 1px -1px 3px black, -1px -1px 3px black;
	width: 260px;
}
#link_collection li:nth-child(odd) a {
	background: url(../img/shop/bg_link1.jpg) no-repeat left top;
}
#link_collection li:nth-child(even) a {
	background: url(../img/shop/bg_link2.jpg) no-repeat left top;
}
#link_collection li:nth-child(odd) a::before {
	background: url(../img/shop/bg_link1.jpg) no-repeat left top;
	content: "";
	-webkit-filter: blur(4px);
	filter: blur(4px);
	height: 50px;
	position: absolute;
	top: 50px;
	width: 260px;
}
#link_collection li:nth-child(even) a::before {
	background: url(../img/shop/bg_link2.jpg) no-repeat left top;
	content: "";
	-webkit-filter: blur(4px);
	filter: blur(4px);
	height: 50px;
	position: absolute;
	top: 50px;
	width: 260px;
}
#link_collection li a:hover {
/*
	animation-name: bg_slide;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
*/
}
#link_collection li a:hover::before {
	top: 0;
}
#link_collection li a span {
	position: relative;
}
#link_collection li a span.en {
	font-size: 1.4rem;
}
#weather {
	border: 1px solid gray;
	border-radius: 8px;
	clear: right;
	float: right;
	height: 266px;
	margin: 40px auto 0;
	max-width: 346px;
	padding: 4px;
	width: 100%;
}
#weather iframe {
	border: none;
	height: 100%;
	width: 100%;
}
#shop_photo {
	display: block;
	float: left;
	margin-left: calc((100% - 1230px) / 2);
}

@keyframes bg_slide {
	0% {
		background-image: linear-gradient(to bottom,#79BCFF 50%, #57ABFF 51%);
		opacity: 1;
	}
	10% {
		background-image: linear-gradient(to bottom,#79BCFF 60%, #57ABFF 61%);
	}
	20% {
		background-image: linear-gradient(to bottom,#79BCFF 70%, #57ABFF 71%);
	}
	30% {
		background-image: linear-gradient(to bottom,#79BCFF 80%, #57ABFF 81%);
	}
	40% {
		background-image: linear-gradient(to bottom,#79BCFF 90%, #57ABFF 91%);
	}
	50% {
		background-image: linear-gradient(to bottom,#79BCFF 99%, #57ABFF 100%);
		opacity: 0.8;
	}
	60% {
		background-image: linear-gradient(to bottom,#79BCFF 90%, #57ABFF 91%);
	}
	70% {
		background-image: linear-gradient(to bottom,#79BCFF 80%, #57ABFF 81%);
	}
	80% {
		background-image: linear-gradient(to bottom,#79BCFF 70%, #57ABFF 71%);
	}
	90% {
		background-image: linear-gradient(to bottom,#79BCFF 60%, #57ABFF 61%);
	}
	100% {
		background-image: linear-gradient(to bottom,#79BCFF 50%, #57ABFF 51%);
		color: black;
		opacity: 0.6;
	}
}

/* footer */
footer {
	background-color: #221815;
	padding: 29px 27px 40px 142px;
}
#footer_inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1432px;
	width: 100%;
}
#footer_inner dl {
	color: white;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0 40px;
}
body.lng_ja #footer_inner dl.ja,
body.lng_en #footer_inner dl.en {
	display: block;
}
#footer_inner dl dd {
	margin: 0;
}
#copyright {
	color: white;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 auto;
}

/* print */
@media print {
	#print {
		align-items: flex-start;
		display: flex;
		justify-content: center;
		margin: 2rem;
		overflow: visible;
		width: 100%;
	}
	#print img {
		display: block;
	}
	.print-off {
		display: none !important;
	}
}
@media screen and (max-width: 1420px) {
	#shop_photo {
		margin-left: calc(100% - 940px);
		margin-bottom: 40px;
	}
	#shop_photo2 {
		float: right;
		position: static;
	}
	#map {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1300px) {
	#map {
		clear: left;
		float: left;
	}
	#weather {
		margin-top: 0;
	}
}
@media screen and (max-width: 1240px) {
	.hide1 {
		display: none;
	}
}
@media screen and (max-width: 1220px) {
	#weather {
		float: none;
		margin-top: 40px;
	}
	#map {
		float: none;
		margin-top: 40px;
	}
}
@media screen and (max-width: 1200px) {
	#intro .tile > *:not(h3) {
		float: none;
	}
	#intro .tile > img {
		display: block;
	}
	#intro .tile p {
		margin: 54px auto 8px;
		max-width: 100%;
	}
	#intro h3,
	#intro h3 ~ h3 {
		margin-left: calc((100% - 320px) / 3);
	}
	a[href="jobs.html"] {
	}
	#listbox_wrap {
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 1150px) {
	#snow_area {
		width: 30%;
	}
	#winpybox {
		width: 32%;
	}
	.hide2 {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
	#shop_detail {
		float: none;
	}
	#shop_photo {
		margin: 40px calc((100% - 507px) / 3);
	}
	#shop_photo2 {
		float: left;
		margin-top: 40px;
	}
}
@media screen and (max-width: 1060px) {
	#header_inner {
		height: inherit;
		padding: 12px 0;
	}
	#items {
		display: block;
	}
	#items .tile {
		margin-bottom: 60px;
	}
	#shop_detail {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 730px;
		width: 100%;
	}
	#card {
		max-width: 319px;
		width: 100%;
	}
	#card li {
		margin: 0 2px;
	}
	#card li img {
		display: block;
		height: auto;
		width: 100%;
	}
	#shop_detail a {
		margin: 40px 20px;
	}
	#map {
		margin: 40px auto 0;
		max-width: 665px;
		position: relative;
		width: 100%;
	}
	#map::before {
		content: "";
		display: block;
		padding-top: 40.3%;
	}
	#map iframe {
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.rental_list dt + dd + dd {
		margin-top: 9px;
	}
	.rental_list dt a {
		margin: 4px 0 0;
		text-indent: 0;
	}
	.rental_list:not(.total) dd {
		box-sizing: border-box;
		height: inherit;
		padding-right: 1em;
	}
	.rental_list.total {
		padding-right: 1em;
	}
}
@media screen and (max-width: 970px) {
	#rental dl:not(.total) dt {
		line-height: 2;
		margin-bottom: 12px;
		padding-top: 0;
		text-align: left;
		text-indent: 1em;
		width: 100%;
	}
	#rental dl:not(.total) dd {
		margin-right: 1em;
		width: calc(100% - 2em);
	}
	#rental dl.total {
		padding-right: 2em;
	}
}
@media screen and (max-width: 900px) {
	.lineup {
		font-size: 2rem;
	}
}
@media screen and (max-width: 860px) {
	.rental_list select.item {
		margin-bottom: 8px;
		width: 100%;
	}
	.rental_list + .rental_list {
		margin-top: 16px;
	}
	.textarea {
		margin: 0 auto 60px;
	}
	.spam{
		margin: 0 auto 60px;
	}
	#buttons {
		margin: 0 auto;
	}
}
@media screen and (max-width: 825px) {
	#intro ul.benefits {
		margin: 0 auto;
		max-width: 280px;
		width: 100%;
	}
}
@media screen and (max-width: 760px) {
	nav ul li {
		font-size: 0;
		height: 100%;
		width: calc(100% / 5);
	}
	nav ul li a {
		font-size: 1.2rem;
	}
	nav ul li a span {
		display: none;
	}
	#shop_wrap {
		padding: 0 20px;
	}
}
@media screen and (max-width: 720px) {
	#rental dl dd ul li {
		flex-wrap: wrap;
	}
	#rental dl dd ul li + li {
		margin-top: 16px;
	}
	#rental dl dd ul li p.label {
		margin-bottom: 12px;
		margin-right: 0;
		width: 100%;
	}
	#rental dl dd ul li select {
		margin-left: 2em;
	}
	#rental .amount {
		margin-right: 13px;
	}
	#shop_photo,
	#shop_photo2 {
		float: none;
		margin: 40px auto;
	}
}
@media screen and (max-width: 700px) {
	.hide3 {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	input[name="rental_start"],
	input[name="rental_end"],
	input[name="visit_date"],
	input[name="visit_time"] {
		width: 100%;
	}
	.names label.rotate {
		margin: 8px 0;
		transform: rotate(90deg);
		width: 70%;
	}
	#rental table {
		font-size: 1rem;
	}
	#rental table th,
	#rental table td {
		padding: 1px;
	}
	#rental .table_wrap table th span.show {
		display: none;
	}
	#rental .table_wrap table th span.hide {
		display: inline-block;
	}
	.rental_list:not(.total) dt {
		width: calc(100% - 1em);
	}
	.rental_list:not(.total) dt:last-of-type {
		margin-bottom: 36px;
	}
	.rental_list:not(.total) dd {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.names dt {
		text-align: left;
		width: 100%;
	}
	.names dd {
		margin-left: 25px;
		width: calc(100% - 25px);
	}
	.onamae a {
		margin: 0 0 8px 12px;
	}
	#link_collection {
		width: 262px;
	}
	.rental_list {
		padding-left: 25px;
	}
	.rental_list:not(.total) dt {
		font-size: 1.5rem;
	}
	.rental_list.total dt {
		font-size: 1.8rem;
	}
	.rental_list .amount {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 560px) {
	#header_top {
		width: 70%;
	}
	.item_list {
		display: block;
	}
	#item .list {
		margin: 0 auto 60px;
	}
}
@media screen and (max-width: 520px) {
	#winpybox {
		margin: 0 !important;
		position: absolute;
		right: 100px;
		top: 25%;
	}
	.hide4 {
		display: none;
	}
	#rental dl.total.special dt span.hide {
		display: none;
	}
	.rental_list.total .amount {
		margin: 8px 0 0 1em;
		width: 100%;
	}
	.rental_list.total dt,
	.rental_list.total dd {
		width: 100%;
	}
	#reserve .caution {
		margin: 0 0 40px 1em;
	}
}
@media screen and (max-width: 460px) {
	nav ul li a {
		background-size: 58% 36% !important;
	}
	#intro {
		justify-content: center;
	}
	#intro .tile {
		margin: 0 0 12px;
	}
	#rental dl dd ul li p.label {
		font-size: 1.2rem;
		margin: 0 0 12px 8px;
		padding: 0 6px;
	}
	#rental dl dd ul li select {
		font-size: 1.2rem;
		width: 40px;
	}
	#rental dl dd ul li select + p {
		font-size: 1.2rem;
	}
	#rental .amount {
		font-size: 1.4rem;
		width: 70px;
	}
	#rental dl.total dt {
		font-size: 1.5rem;
	}
	#rental dl.total dd {
		width: 70px;
	}
	#shop_wrap {
		padding: 0;
	}
	footer {
		padding: 12px;
	}
}
@media screen and (max-width: 416px) {
	#intro .tile h3 {
		float: none;
		margin: 41px auto 0;
	}
	#intro ul.nice {
		margin: 0 auto;
		width: 180px;
	}
	a[href="jobs.html"] span.small {
		display: none;
	}
}
@media screen and (max-width: 350px) {
	.brand {
		display: block;
	}
	.brand a {
		display: block;
		margin: 0 auto 32px;
	}
}
