@charset "UTF-8";

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W5', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 100%;
	background-image: url(../img/common/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	-webkit-text-size-adjust: 100%;
}

p, div {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a {
	color: #333;
}

.nmr {
	margin-right: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.mb300 {
	margin-bottom: 300px !important;
}

/*=== contents ==============================================*/
#contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*=== nav ===================================================*/
.nav-template {
	display: block;
	z-index: 900;
}

.nav {
	font-family: "Lato";
	color: #333;
	position: fixed;
	top: 55px;
	left: 100px;
	display: block;
	z-index: 900;
}

.nav .close {
	display: none;
}

.nav a {
	text-decoration: none;
}

.nav a.hover:hover {
	text-decoration: underline;
}

.nav h1 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-bottom: 12px;
}

.nav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.nav li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.nav li.blog {
	display: none;
}

ul.social li {
	float: left;
	list-style: none;
	display: block;
	width: 19px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -10000px;
	font-size: 0;
	line-height: 0;
	margin-right: 8px;
}

ul.social li.fb {
	background-image: url(../img/common/i01/icn_fb.png);
}

ul.social li.tw {
	background-image: url(../img/common/i01/icn_tw.png);
}

ul.social li.in {
	background-image: url(../img/common/i01/icn_insta.png);
}

.nav_w,
.nav_w a {
	text-align: left;
	color: #fff !important;
}

.nav_w ul.social li.fb {
	background-image: url(../img/common/i02/icn_fb.png);
}

.nav_w ul.social li.tw {
	background-image: url(../img/common/i02/icn_tw.png);
}

.nav_w ul.social li.in {
	background-image: url(../img/common/i02/icn_insta.png);
}

/*=== footer ================================================*/
.footer-template {
	background-color: #000;
	position: fixed;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 900;
}

.footer {
	width: 900px;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.footer-template>.footer {
	position: static;
	margin: 25px auto auto;
}

.footer p.idt4 {
	padding-left: 4em !important;
}

.footer .block_l {
	width: 317px;
	float: left;
}

.footer .block_l address,
.footer .block_l div.clearfix {
	font-style: normal;
	margin-bottom: 5px;
}

.footer .block_l p {
	text-indent: -10000px;
}

.footer .block_l p.tel {
	width: 190px;
	height: 35px;
	background-image: url(../img/common/f01/tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 10px;
}

.footer .block_l p.map {
	width: 78px;
	height: 35px;
	background-image: url(../img/common/f01/map.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}

.footer .block_l p.blog {
	width: 128px;
	height: 19px;
	background-image: url(../img/common/f01/blog.png);
	background-repeat: none;
	background-size: contain;
}

.footer .block_c {
	width: 317px;
	float: right;
	border-left: 1px dotted #333;
	padding-left: 30px;
}

.footer .block_c p {
	margin-bottom: 1px;
}

.footer .block_r {
	float: right;
}

.footer .block_r a.reservation {
	display: block;
	width: 227px;
	height: 61px;
	background-image: url(../img/common/f01/reservation.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -10000px;
}

.footer_w  {
	color: #fff !important;
}

.footer_w .block_l p.tel {
	background-image: url(../img/common/f02/tel.png) !important;
}

.footer_w .block_l p.map {
	background-image: url(../img/common/f02/map.png) !important;
}

.footer_w .block_l p.blog {
	background-image: url(../img/common/f02/blog.png) !important;
}

.footer_w .block_r a.reservation {
	background-image: url(../img/common/f02/reservation.png) !important;
}	

/*=== common ================================================*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;

	background-image: url(../img/common/page_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -10000px;

	z-index: 1000;
	display: none;
}

#nav-sp {
	display: none;
}

#footer-sp {
	display: none;
}

/*=== s1 ====================================================*/
.scene {
	position: relative;
	width: 100%;
	min-height: 735px;
	overflow: hidden;
	padding-bottom: 120px;
}

.scene h2 {
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -10000px;
	margin: 60px auto;
}

.contents_inner {
	width: 1100px;
	margin: 0 auto;
}

.inner {
	width: 750px;
	margin-left: 250px;
}



#s01 {
	padding-bottom: 0px !important;
	z-index: 100;
}

#s01 .logo {
	position: absolute;
	background-image: url(../img/01/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -10000px;

	top: 265px;
	left: 0;
	right: 0;
	margin: auto;

	width: 305px;
	height: 102.5px;
	display: block;
}

#s01 .bg {
	width: 100%;
	height: 735px;
	background-image: url(../img/01/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#s01 .cover {
	display: none;
}

#s01 .footer .social {
	display: none;
}

/*=== s2 ====================================================*/
#s02 {
	background-image: url(../img/common/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	z-index: 200;
}

#s02 h2 {
	width: 80.5px;
	height: 18px;
	background-image: url(../img/02/title_news.png);
}

#s02 div.news_sent {
	margin-bottom: 1em;
	color:#333;
	padding-top:1em;
	border-top:#333333 dotted 1px;
}

#s02 p {
	/*font-size: 12px;*/
}

#s02 p.date {
	float: left;
	width: 70px;
	margin-right:1em;
}

#s02 p.text {
	float: left;
	padding-left:1em;
	letter-spacing:0.2em;
	width:600px;
}

/*=== s3 ====================================================*/
#s03 {
	background-image: url(../img/common/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	z-index: 300;
}

#s03 h2 {
	width: 210.5px;
	height: 34px;
	background-image: url(../img/03/title_stylesample.png);
}

#s03 div.entry {
	width: 164.5px;
	float: left;
	margin-right: 30px;
}

#s03 div.entry img {
	width: 100%;
	margin-bottom: 14px;
	display: block;
}

/*=== s4 ====================================================*/
#s04 {
	background-color: #000;
	z-index: 400;
}

#s04 .inner {
	width: 900px;
	margin-left: 100px;
}

#s04 h2 {
	margin-left: 0;
	margin-bottom: 45px;
	width: 150.5px;
	height: 16.5px;
}

#s04 h2.photo {
	background-image: url(../img/04/title_photo.png);
}

#s04 h2.movie {
	background-image: url(../img/04/title_movie.png);
}

#s04 div.entry {
	width: 217px;
	float: left;
	margin-right: 10px;
}

#s04 div.entry img {
	width: 100%;
	margin-bottom: 5px;
	display: block;
}

#s04 div.entry img.theme {
	margin-bottom: 10px;
}

/*=== s5 ====================================================*/
#s05 {
	background-image: url(../img/05/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	color: #fff;
	text-align: center;
	z-index: 500;
}

#s05 p.small {
	font-size: 11px;
	line-height: 2em;
}

#s05 h2 {
	width: 76px;
	height: 34px;
	background-image: url(../img/05/title_plice.png);
}

#s05 h3 {
	color: #a98a82;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 0px;
}

#s05 div.price {
	display: table;
	width: 800px;
	margin: 0 auto;
	margin-bottom:0.5em !important;
}

#s05 div.price div.i {
	display: table-cell;
	width: 50%;
	text-align: right;
	padding-right: 30px;
	letter-spacing: 1px;
	font-size:14px;
	margin-bottom:0px
}

#s05 div.price div.p {
	display: table-cell;
	width: 50%;
	text-align: left;
	padding-left: 0px;
	letter-spacing: 1px;
	font-size:14px;
	margin-bottom:50px
}

#s05 p.description {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}

#s05 .tbl {
}

#s05 .tbl p {
	width: 23%;
	margin: 0 1%;
	font-size: 11px;
	float: left;
}

/*=== s6 ====================================================*/
#s06 {
	background-image: url(../img/common/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	z-index: 600;
}

#s06 h2.staff {
	width: 76.5px;
	height: 26.5px;
	background-image: url(../img/06/title_staff.png);
}

#s06 h2.reservation {
	width: 190.5px;
	height: 26.5px;
	background-image: url(../img/06/title_reservation.png);
}

#s06 h3 {
	font-size: 11px;
	line-height: 2em;
}

#s06 div.entry {
	width: 235px;
	float: left;
	margin-right: 20px;
}

#s06 div.entry img {
	width: 100%;
	margin-bottom: 14px;
	display: block;
}

#s06 div.entry p.name {
	letter-spacing: 0.2em;
	margin-bottom: 7px;
}

#s06 div.entry img.name {
	margin-bottom: 15px;
}

#s06 div.entry p.comment {
	font-size: 11px;
	line-height: 1.8em;
}

#s06 table.calendar {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
}

#s06 table.calendar th {
	font-size: 10px;
	border: 1px solid #333;
}

#s06 table.calendar td {
	font-size: 10px;
	border: 1px solid #333;
	padding: 2px;
}

#s06 table.calendar td.holiday {
	background-color: #f00;
}

#s06 .sp_caution {
	display: none;
}

#s06 .device {
	border-bottom: 1px dotted #333;
	padding-top: 30px;
	padding-left: 103px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 86.5px 137px;
	min-height: 117px;
	padding-bottom: 20px;
}

#s06 .device_tel {
	background-image: url(../img/06/tel.png);
}

#s06 .device_tel p.tel {
	background-image: url(../img/06/reservation_tel.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 185px;
	height: 25px;
	text-indent: -10000px;
	margin-bottom: 10px;
}

#s06 .device_tel p.tel_number {
	background-image: url(../img/06/reservation_tel_number.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 572px;
	height: 32.5px;
	text-indent: -10000px;
}

#s06 .device_smart {
	background-image: url(../img/06/smart.png);
}

#s06 .device_smart p.smart {
	background-image: url(../img/06/reservation_smart.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 275.5px;
	height: 27px;
	text-indent: -10000px;
	margin-bottom: 10px;
}

#s06 .announce {
	margin-top: 10px;
}

#s06 .announce .fl {
	float: left;
	width: 71px;
}

#s06 .announce .fl .qr {
	width: 71px;
}

#s06 .announce .fr {
	float: left;
	padding-left: 20px;
}

#s06 .device_smart p.comingsoon {
	background-image: url(../img/06/comming_soon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 156px;
	height: 25.5px;
	text-indent: -10000px;
	margin: 10px 0;
}

#s06 .device_smart img.appstore {
	width: 112.5px;
	height: auto;
}

#s06 .device_smart img.googleplay {
	width: 112.5px;
	height: auto;
}

#s06 .device_mail {
	background-image: url(../img/06/pc.png);
	padding-bottom: 120px;
	border-bottom: 0px;
}

#s06 .device_mail p.mail {
	background-image: url(../img/06/reservation_mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 231px;
	height: 27px;
	text-indent: -10000px;
	margin-bottom: 10px;
}

#s06 .device_mail a {
	font-size: 140%;
	color: #00f;
}

#s06 .device_mail p.indent {
	padding-left: 1em;
	text-indent: -1em;
}

#s06 .caution {
	width: 90%;
	margin: 5px 5%;
	display: block;
	font-size: 11px;
}

/*=== stylesample ====================================================*/
body.black {
	background: #000;
}

#stylesample {
	background-color: #000;
	width: 1100px;
	height: 735px;
	color: #999;
	margin: 0 auto;
}

#stylesample h1 {
	width: 210.5px;
	height: 34px;
	background-image: url(../img/03/detail/title_stylesample_w.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	text-indent: -10000px;
	margin: 50px auto 60px;
}

#stylesample .prev,
#stylesample .next {
	width: 100px;
	height: 516px;
	position: absolute;
	top: 120px;
}

#stylesample .prev {
	left: 0;
}

#stylesample .next{
	right: 0;
}

#stylesample .prev span {
	position: absolute;
	top: 50%;
	left: 40px;
	cursor: pointer;
}

#stylesample .next span {
	position: absolute;
	top: 50%;
	right: 40px;
	cursor: pointer;
}

#stylesample .zoom {
	width: 449px;
	float: left;
	margin-left: 100px;
}

#stylesample .zoom img {
	width: 425px;
}

#stylesample .info {
	width: 450px;
	float: left;
	font-size: 11px;
	line-height: 20px;
}

#stylesample .info .thumbnail {
	text-align: left;
	margin-bottom: 50px;
}

#stylesample .info .thumbnail img {
	margin-left: 5px;
	margin-right: 5px;
	width: 115px;
	cursor: pointer;
}

#stylesample .info h2 {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 30px;
}

#stylesample .info .description,
#stylesample .info .price {
	margin-bottom: 30px;
}

/*=== map ====================================================*/
.map_wrapper {
	width: 600px;
	margin: 0 auto;
}

#map {
	width: 600px;
	height: 500px;
}





