@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright c THE REMMY All Rights Reserved.

HTML CSS Selectors tmp

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
body {
	position: relative;
}


#container.splash {
	position: fixed;
}
#container.content {
	position: absolute;
}

#container {
	position: absolute;
	left: 0%;
	top: 100%;
	width: 100%;
	min-width: 750px;
	z-index: 10;
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 90px;
	/*background-size: cover;*/
}
#container.fixed {
	/*position: static;*/
	top: 0%;
}

/*---------------------------------------------------------------------------------
スプラッシュ
--------------------------------------------------------------------------------- */
#loading {
	overflow: hidden !important;
	height: 100%;
	width: 100%;
	background-color: #F7EFEF;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 500;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F7EFEF;
}
#splash {
	overflow: hidden !important;
	height: 100%;
	width: 100%;
	background-color: #F7EFEF;
	position: relative;
}
#main-gallery {
	height: 842px;
	width: 1300px;
	margin: auto;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#main-gallery section {
	height: 100%;
	width: 100%;
	position: absolute;
}
#main-gallery section .slide-l {
	height: 100px;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-attachment: fixed;
}
#main-gallery section .slide-r {
	height: 100px;
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-attachment: fixed;
}


#logo_bg {
	margin: auto;
	height: 100%;
	width: 100px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 300;
	background-color: #F7EFEF;
}
#logo {
	margin: auto;
	height: 47px;
	width: 587px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 301;
}
#intro .open {
	background-image: url(../img/top/btn_contents.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 34px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	z-index: 301;
}

/*---------------------------------------------------------------------------------
メイン
--------------------------------------------------------------------------------- */
#contents-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}

#mv {
	height: 650px;
	position: relative;
}
#mv img {
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
}
.wrapper {
	background-color: #FFF;
	width: 100%;
	min-width: 960px;
}
.sub-visual {
	border: 5px solid #000;
	height: 600px;
	position: relative;
	display:none;
}
.sub-visual img {
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
}

#information {
	padding-bottom: 46px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#information h2 {
	text-align: center;
	padding-top: 26px;
	padding-bottom: 21px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 27px;
	line-height: 27px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}

#information #news {
	float: left;
	width: 272px;
	padding-top: 27px;
}
#information #news h2 {
	width: 272px;
	margin-bottom: 32px;
}
#information #news dl {
	padding-left: 10px;
}
#information #news dt {
	padding-bottom: 0px;
}
#information #news dt .date {
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
	padding-right: 10px;
}
#information #news dt .copperplate {
	font-size: 14px;
	line-height: 14px;
}
#information #news dd {
	font-size: 15px;
	padding-bottom: 3px;
}

#information #today {
	float: left;
	width: 310px;
	margin-right: 33px;
	margin-left: 53px;
}
#information #today h2 {
	width: 310px;
	margin-bottom: 52px;
	margin-top: 27px;
	position: relative;
	font-size: 35px;
	line-height: 35px;
	padding-top: 22px;
	padding-bottom: 17px;
}
#information #today .ttl {
	text-align: center;
	display: block;
	width: 310px;
	position: absolute;
	left: 0px;
	top: -30px;
	font-size: 27px;
	line-height: 27px;
}
#information #today .cal_slider {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#information #today .cal_slider img {
	display: block;
	float: left;
}
#information #today .cal_slider a.prev, #information #today .cal_slider a.next {
	width: 15px;
	height: 14px;
	display: block;
	position: absolute;
	top: 0;
  bottom: 0;
  margin: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 15px auto;
}
#information #today a.prev {
	left: -25px;
	background-image: url(../img/top/btn_cal_prev.png);
}
#information #today a.next {
	right: -25px;
	background-image: url(../img/top/btn_cal_next.png);
}

#information #today a.prev span, #information #today a.next span, #information #today .disabled {
	display: none !important;
}

.cal-info {
  padding-top: 15px;
  padding-left: 12px;
}
.cal-info li {
  padding: 0 0 20px 34px;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.cal-info li::before {
  width: 25px;
  height: 25px;
  background-color: #707070;
  position: absolute;
  top: -6px;
  left: 0;
  content:"";
}
.cal-info li.info01::before {
  background-color: #7fff00;
}
.cal-info li.info02::before {
  background-color: #00fff0;
}
.cal-info li.info03::before {
  background-color: #ff0;
}
.cal-info li.info04::before {
  background-color: #ff69bf;
}


#information #today p {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
}
#information #today .txt {
	height: 20px;
	padding-top: 8px;
	padding-left: 32px;
  margin-left: 8px;
	position: relative;
	font-size: 15px;
	line-height: 15px;
	display: block;
}
#information #today .txt:after {
	display: block;
	height: 28px;
	width: 28px;
	background-color: #9fa0a0;
	position: absolute;
	left: 0px;
	top: 0px;
	content:"";
}

#information #access {
	float: left;
	width: 292px;
	padding-top: 27px;
}
#information #access h2 {
	width: 272px;
	margin-bottom: 22px;
	letter-spacing: 0.15em !important;
}
#information #access p {
	padding-bottom: 9px;
	font-size: 17px;
	line-height: 1.8;
  position: relative;
}
#information #access .gm a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 30px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
}


#information #hour {
	clear: left;
	padding-top: 70px;
}
#information #hour h2 {
	width: 410px;
	margin-bottom: 18px;
}
#information #hour li {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#information #hour span {
	display:block;
}
#information #hour .day {
	font-size: 24px;
	text-align: center;
	float: left;
	width: 340px;
}
#information #hour .hour {
	float: right;
	width: 260px;
	font-size: 24px;
}
#information #hour .last {
	font-size: 18px;
	clear: both;
	text-align: center;
}

#information #about {
	clear: left;
	padding-top: 20px;
}
#information #about h2 {
	width: 237px;
	margin-bottom: 18px;
}
#information #about p {
	line-height: 36px;
	text-align: center;
	font-size: 15px;
}


#instgram {
	background-color: #333366;
	border: 5px solid #000;
	position: relative;
	height: 890px;
}
#instgram ul {
}
#instgram li {
	height: 210px;
	width: 210px;
	border: 5px solid #FFF;
	position: absolute;
	border-radius: 5px;
	left: 50%;
}
#instgram li a {
    display: table-cell;
	height: 210px;
	width: 210px;
    text-align: center;
    vertical-align: middle;
}
#instgram li img {
    width:auto;
    height:auto;
    max-width: 210px;
    max-height: 210px;
}
#instgram li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	opacity:0.5;
}
#instgram li:nth-of-type(1) {
	height: 300px;
	width: 300px;
	border-radius: 0px;
	top: 218px;
	margin-left: -150px;
}
#instgram li:nth-of-type(1) a {
	height: 300px;
	width: 300px;
}
#instgram li:nth-of-type(1) img {
    max-width: 300px;
    max-height: 300px;
}
#instgram li:nth-of-type(2) {
	top: 218px;
	margin-left: -610px;
}
#instgram li:nth-of-type(3) {
	top: 453px;
	margin-left: -610px;
}
#instgram li:nth-of-type(4) {
	top: 218px;
	margin-left: -380px;
}
#instgram li:nth-of-type(5) {
	top: 453px;
	margin-left: -380px;
}
#instgram li:nth-of-type(6) { 
	top: 218px;
	margin-left: 170px;
}
#instgram li:nth-of-type(7) {
	top: 453px;
	margin-left: 170px;
}
#instgram li:nth-of-type(8) {
	top: 218px;
	margin-left: 400px;
}
#instgram li:nth-of-type(9) {
	top: 453px;
	margin-left: 400px;
}

#instgram .follow {
	background-image: url(../img/top/btn_insta.png);
	background-repeat: no-repeat;
	background-size: 150px auto;
	height: 95px;
	width: 150px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 218px;
}


#new_style {
	padding-top: 50px;
	padding-bottom: 60px;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#new_style h2 {
	width: 200px;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 21px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 27px;
	line-height: 27px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 28px;
}
#new_style li {
	padding: 0px 12px 19px;
	float: left;
	width: 222px;
}
#new_style li:nth-of-type(4n+1) {
	clear: left;
}
#new_style li a {
	background-color: #EEEEEE;
	display: block;
	padding: 2px;
}
#new_style li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	opacity:0.5;
}



/*Hello!new Me*/
#hnm {
	padding-top: 40px;
	padding-bottom: 60px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#hnm h2 {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 29px;
	padding-bottom: 15px;
	font-size: 22px;
	line-height: 1;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 34px;
}
#hnm h2 .sub {
	display: block;
	padding-top: 12px;
	margin-top: 33px;
	font-size: 15px;
	border-top: 2px solid #000;
}

#hnm ul {
	overflow:hidden;
}
#hnm li {
	width: 430px;
	padding: 0 24px 18px;
	float: left;
}
#hnm li:nth-of-type(1) {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#hnm li:nth-of-type(2) {
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#hnm li:nth-of-type(3) {
	padding-top: 40px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	clear: left;
}
#hnm li:nth-of-type(4) {
	padding-top: 40px;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
#hnm li a {
	display: block;
	background-image: url(../img/top/icon_hnms.png);
	background-position: center 85px;
	background-repeat: no-repeat;	
}
#hnm li a:hover {
	opacity:0.5;
	color: #000;
}
#hnm li span {
	display: block;
}
#hnm li .before {
	width: 176px;
	float: left;
}
#hnm li .after {
	width: 176px;
	float: right;
}
#hnm li img {
	width: 172px;
	height: auto;
	border-radius: 86px;
	border: 2px solid #000;	
}
#hnm li .date {
	clear: both;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

/*スタッフ*/
#staff {
	padding-top: 15px;
	padding-bottom: 108px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#staff h2 {
	width: 200px;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 21px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 27px;
	line-height: 27px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#staff .staff-box {
	width: 250px;
	height: 250px;
	padding-right: 90px;
	padding-left: 90px;
	display: inline-block;
}
#staff .staff-box a {
	display: block;
	width: 250px;
	height: 250px;
	position: relative;
}
#staff .staff-box a img {
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#staff a.disabled {
	cursor: default;
}

#price {
	padding-top: 15px;
	padding-bottom: 75px;
}
#price h2 {
	width: 200px;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 21px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 27px;
	line-height: 27px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#price ul {
	text-align: center;
	padding-bottom: 30px;
}
#price ul li {
	display: inline-block;
	position: relative;
	height: 27px;
	margin-right: 44px;
	margin-left: 44px;
	cursor: pointer;
}
#price ul li.current {
	border-bottom: 2px solid #000;
}


#price .price-img {
	padding: 2px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000;
}
#price .price-img img {
	width: 850px;
	border: 1px solid #000;
}

