<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	border: 0;
	font-weight: normal;
	font-style: normal;
	list-style-type: none;
}
html {
	height: 100%;
}
body {
	font-family: Arial, Roboto, "Droid Sans", "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	text-align: center;
	background: url(../images/bgr.jpg);
	height: 100%;
}
.wrap {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	position: relative;
	padding: 0 50px 50px;
	background: #fff;
}
.menu {
	margin: 10px 0 20px;
}
.menu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;/*-- 蟾ｦ謠�∴ --*/
	justify-content: space-between;/*-- 荳｡遶ｯ謠�∴ --*/
	justify-content: center;/*-- 荳ｭ螟ｮ謠�∴ --*/
}
.menu ul li {
	margin: 0 5px;
}
.menu ul li img{
	width:235px;
}
.menu ul li a {
	display: block;
	transition: all 0.2s;
	cursor: pointer;
}
.menu ul li.current a {
	opacity: 0.6;
}
.menu ul li a:hover {
	opacity: 0.7;
}
.contents .day {
	z-index: 1;
	background: #fff;
	height: 0;
	position: relative;
	overflow: hidden;
}
.contents .day.show {
	z-index: 2;
	height: auto;
}
.contents .day .item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;/*-- 荳ｭ螟ｮ謠�∴ --*/
	justify-content: left;/*-- 蟾ｦ謠�∴ --*/
	justify-content: space-between;/*-- 荳｡遶ｯ謠�∴ --*/
	margin-bottom: 20px;
}
.contents .day .pic_wrap {
	width: 600px;
	margin-left: 30px;
}
.contents .day .slider-single {
	height: 600px;
}
.contents .day .pic {
	margin-bottom: 10px;
}
.contents .day .pic img {
	display: block;
	margin: 0;
}
.contents .day .pic_wrap .menu_pic {
	margin-top: 10px;
	height: 90px;
}
.slider-single .slick-next, .slider-single .slick-prev {
	width: 41px;
	height: 86px;
}
.slider-single .slick-next {
	right: -35px;
}
.slider-single .slick-prev {
	left: -35px;
}
.slider-single .slick-next:before {
	content: url(../images/arr_slide_next.png);
}
.slider-single .slick-prev:before {
	content: url(../images/arr_slide_prv.png);
}
.slider-nav .slick-next:before {
	content: url(../images/arr_nav_next.png);
}
.slider-nav .slick-prev:before {
	content: url(../images/arr_nav_prv.png);
}
.slider-nav .slick-slide img {
	opacity: 0.5;
}
.slider-nav .slick-slide.is-active img {
	opacity: 1;
}
.slider-nav .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.contents .day .info {
	width: 325px;
	min-height: 700px;
}
.contents .day .info .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin: 20px 0 0;
}
.contents .day .info .spec {
	margin: 30px 0 0;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
}
.contents .day .info .price_title {
	margin: 30px 0 0;
	font-size: 16px;
	text-align: left;
}
.contents .day .info .price {
	margin: 10px 0 0;
	font-size: 24px;
	text-align: left;
}

.btn_pagetop{
	position:fixed;
	bottom:40px;
	right:40px;
	width:45px;
	height:45px;
	z-index:10;

background: #6f7478;
background: -moz-linear-gradient(top,  #85909c 0%, #6f7478 100%);
background: -webkit-linear-gradient(top,  #85909c 0%,#6f7478 100%);
background: linear-gradient(to bottom,  #85909c 0%,#6f7478 100%);
cursor:pointer;
transition: all 0.2s;
}
.btn_pagetop:hover{
	opacity:0.7;
}
.btn_pagetop img{
	display:block;
	  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:20px;

}



.table_wrap {
	margin:20px 0 0;
	padding:0 30px 0;
}
.table_wrap table{
	width:100%;
	margin-bottom:30px;
	font-size:13px;
	border-collapse:collapse;
}
.table_wrap table th {
	background:#99CCFF;
	font-weight:bold;
	border:solid 1px #333;
	padding:5px 10px;
	font-size:16px;
	color:#fff;
}
.table_wrap td{
	border:solid 1px #333;
	width:25%;
	padding:5px 10px;
	line-height:120%;
	background:#fff;
	font-size:16px;
	text-align:left;
	text-decoration: none;
}

.box {
  width: 1000px;
  height: 1450px;
  position: relative; /* 蝓ｺ貅紋ｽ咲ｽｮ縺ｨ縺吶ｋ */
}

/* 蜈ｱ騾壹☆繧気SS */
.box img {
  position: absolute; /* 逶ｸ蟇ｾ菴咲ｽｮ縺ｫ謖�ｮ� */
}

.box .getchu {
	left:-15px;
}

.box .getchu_btn {
  top: 1375px;
	left: 12px;
}
</pre></body></html>