@charset "UTF-8";
/* CSS Document */
/*
html, 
body,
#wrapper {
  height: 100%;
  min-height: 100%;
}

body {
	background:#fff;
	position: relative;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	color: #404040;
	font-family: '游ゴシック', YuGothic, 'メイリオ', 'Mairyo', sans-serif;
}

a {
	color:#d8d9b6;
	outline:none;
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
	-o-transition: 0.1s ease-in-out;  
	transition: 0.1s ease-in-out;
}

a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

a.btn {
	display: block;
	width: 200px;
	height: 36px;
	line-height: 2.5;
	color: #595959;
	border: 1px solid #595959;
	text-align: center;
}

a.btn:hover {
	color: #fff;
	background: #595959;
	opacity:1;
	filter:alpha(opacity=100);
}

img {
	border:0;
}

p {
	margin:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul li {
	margin:0;
	padding:0;
}

dl, dl dt, dl dd {
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}
*/

a {
	outline:none;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;
}

a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.top {
    line-height: 1.8;
}

p {
	font-size: 15px;
    line-height: 1.8;
}

.mincho {
	font-family: YuMincho, "Yu Mincho", "serif" ;
}


.floating-banner {
    position: fixed;
    z-index: 9988;
    bottom: 50px;
    right: 20px;
}
.pc-banner {
    width: 200px;
}

.floating-banner a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.sp-banner {
    display: none;
}

#main {
	width: 95%;
	margin: 2.5% auto;
	position: relative;
	overflow: hidden;
}

.box__centered {
    left: 50%;
    position: absolute;
    top: 50%;
	z-index: 999;
}

.box__contents {
    text-align: center;
    transform: translate(-50%,-50%);
}

h1.logo img {
	width: 507px;
	height: 145px;
}

.bx-wrapper{
  border:none!important;
  box-shadow: none!important;
  margin-bottom: 0!important;
}

.bx-controls {
	display: none!important;
}

ul.slider li {
	height: 600px;
	width: 100%;
}

ul.slider li.slide01 {
	background: url("../image/common/slide/01.jpg?2210") center center;
	background-size: cover; 
}



#concept {
	padding: 25px 0 45px;
	width: 1100px;
	margin: 0 auto;
}

#concept p {
	font-size: 19px;
	color: #666;
	line-height: 2.2;
	letter-spacing: 0.2em;
	padding-bottom: 20px;
}

img.flow {
	width: 1022px;
	height: 216px;
}

h2 {	
	/*font-family: 'Cormorant Garamond', serif;*/
	font-family: 'Poppins';
	font-size: 28px;
	color: #333;
	letter-spacing: 0.12em;
	position: relative;
	margin-bottom: 80px;
	line-height: 1;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
}

h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
	width: 60px;
	height: 3px;
	background-color: #c27d95;
}

#about {
	padding: 70px 0;
	background: url("../image/common/about_bg.jpg?2210262") center center;
	background-size: cover;
	margin-top: 2px;
}

#about h2, #about p {
	color: #e5e5e5;
}

#about p {
	-webkit-font-smoothing: subpixel-antialiased;
}

#play {
	padding: 70px 0 80px;
	background: url("../image/common/iwatake_bg.jpg?2210262") center center;
	background-size: cover; 
	margin-top: 1px;
}

#play p.iwatake {
	color: #1a1a1a;
	text-shadow: 0 0 10px #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}



#layout {
	padding: 70px 0 0;
	margin-bottom: 70px;
	position: relative;
	height: 386px;	
}

#layout ul {
	width: 986px;
	margin: 0 auto;
}

#layout ul.rooms {
	width: 500px;
	margin: 0;
	position: absolute;
	bottom: 0;
}

#layout ul li {
	float: left;
}

#layout ul.rooms li {
	margin: 0 0 8px 0;
	float: none;
}

#layout ul li p {
	text-align: left;
	width: 500px;
}

#layout ul li.zumen {
	padding-left: 50px;
}

#layout ul li.zumen img {
	width: 436px;
	height: 386px;
}

#layout ul.btn-area {
	width: 430px;
	margin: 0;
}

#layout ul.btn-area li {
	margin-right: 13px;
}



#facility {
	padding: 70px 0;
	background: #f1f1f1;
}

#facility h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
	color: #c27d95;
	line-height: 1;
	-webkit-font-smoothing: subpixel-antialiased;
}

#facility h3 span {
	background: linear-gradient(transparent 60%, #fff 0%);
	font-size: 16px;
	font-weight: bold;
}

#facility p span {
	font-size: 14px;
}

#info {
	padding: 70px 0;
}

#info h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
	color: #7f806b;
	line-height: 1;
	-webkit-font-smoothing: subpixel-antialiased;
}

#info h3 span {
	background: linear-gradient(transparent 60%, #e5e5e5 0%);
	font-size: 16px;
	font-weight: bold;
}

#info dl {
	width: 1100px;
	margin: 5px auto;
	border-top: 1px solid #808080;
}

#info dl dt {
	width: 20%;
	float: left;
	padding: 14px 0;
	border-bottom: 1px solid #808080;
}

#info dl dd {
	width: 20%;
	float: left;
	padding: 14px 0;
	border-bottom: 1px solid #808080;
}

#funny {
	padding: 70px 0;
}

#funny h4 {
    /*font-family: 'Cormorant Garamond', serif;*/
	font-family: 'Poppins';
	color: #404040;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 4px;
	line-height: 1;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
	text-align: left;
}

#funny h4 span {
	font-size: 22px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

#funny h4 span.en {
	font-size: 25px;
}

#funny h4 span::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #af8e57;
    position: absolute;
    left: 0;
    bottom: 0;
}

#funny .enjoy-l {
	position: relative;
	height: 386px;
}

#funny .enjoy-l .fbnr {
	position: absolute;
	bottom: 0;
}

#funny p.enjoyjp {
	font-size: 19px;
	margin-bottom: 20px;
	color: #999;
	-webkit-font-smoothing: subpixel-antialiased;
}

#funny ul {
	width: 986px;
	margin: 30px auto 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

#funny ul li {
	float: left;
}

#funny ul li p {
	text-align: left;
	width: 500px;
}


#funny ul li.fuuny-pic {
	padding-left: 50px;
}

#funny ul li.fuuny-pic img {
	width: 436px;
	height: 386px;
}



#access {
	padding: 70px 0;
	background: #f1f1f1;
}

#access p {
	line-height: 1.7;
}

#access h3 {
	font-size: 15px;
	padding: 10px 0 5px;
}



div.map img {
	width: 1100px;
}

#access a {
	margin: 15px auto 0;
}

#contact {
	padding: 70px 0;
	background: #fff;
	
}

#contact ul {
	width: 800px;
	margin: 0 auto;
}

#contact ul li {
	float: left;
	width: 100%;
	text-align: center;
}

#contact p {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 4px;
}

#contact p span {
	background: linear-gradient(transparent 60%, #f1f1f1 0%);
	font-size: 20px;
}

#contact p.jp-s {
	font-size: 15px;
	color: #4d4d4d;
	margin-bottom: 12px;
	line-height: 1.5;
}

#contact p.time {
	font-size: 15px;
	margin-top: 8px;
}

#contact a {
	color:#c27d95;
}

.note {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}

#kiyaku {
	padding: 70px 0;
	background: #fff;
}

#kiyaku h3 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

#kiyaku ul, #kiyaku p {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}

#kiyaku ul li {
	list-style: disc;
	margin-left: 18px;
}

#kiyaku ul.num {
	width: auto;
	margin-left: 20px;
	
}

#kiyaku ul.num li {
	list-style: decimal;
	margin-left: 18px;
	line-height: 1.6;
}

#kiyaku div.cancel {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

#kiyaku dl {
	float: left;
	font-size: 14px;
	width: 280px;
}

#kiyaku dl dt {
	text-align: center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-weight: bold;
	padding: 5px 0;
}

#kiyaku dl dd {
	text-align: center;
	border-bottom: 1px solid #808080;
	padding: 5px 0;
}

#kiyaku a.btn {
	margin: 0 auto;
}

#wrapper footer .foot div .copyright, #wrapper footer .foot div .powerdby {
	line-height: 1;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}





@media screen and (max-width: 750px) {
body {
	font-size: 14px;
}
	
p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
	

	
h1.logo img {
	width: 210px;
	height: auto;
}

.pc-banner {
	display: none;
}
.sp-banner {
    display: inline-block;
    width: 100%;
}
.floating-banner  {
    bottom: 0;
	right: 0;
	line-height: 0;
}	


	
ul.slider li {
	height: 390px;
	width: 100%;
}
	
#concept {
	padding: 50px 0;
	width: 100%;
}

#concept p {
	font-size: 16px;
	color: #666;
	line-height: 2;
	letter-spacing: 0.1em;
	padding-bottom: 0;
}

h2 {
	margin-bottom: 60px;
	font-size: 27px;
}	

#about p {
	text-align: left;
}
	
#play {
	margin-top: 2px;
	background: url("../image/common/iwatake_bg_sp.jpg?2210263") center center;
	background-size: cover; 
}


#play p.iwatake {
	text-align: left;
}


	
#layout {
	padding: 65px 0 70px;
	margin-bottom: 0;
	position: static;
	height: auto;	
}
	
#layout ul {
	width: 100%;
}

#layout ul li {
	float: none;
}
	
#layout ul.rooms {
	width: 90%;
	margin: 0 auto;
	position: static;
}

#layout ul.rooms li {
	margin: 0 0 10px 0;
}


#layout ul li p {
	width: 90%;
}

#layout ul li.zumen {
	padding-left: 0;
	padding-top: 25px;
}

#layout ul li.zumen img {
	width: 90%;
	height: auto;
}

#layout ul.btn-area {
	width: 100%;
}

#layout ul.btn-area li {
	margin-right: 0;
}
	
#layout ul.btn-area li:first-child {
	margin-bottom: 12px;
}

#facility p span {
	font-size: 13px;
}
	
div.map img {
	width: 100%;
}

#info p.notice, #info p.note {
	text-align: left;
	}
	
#info dl {
	width: 90%;
	font-size: 15px;
	border-top: none;
	border-bottom: 1px solid #808080;
}

#info dl dt {
	width: 100%;
	float: none;
	border: none;
	font-size: 15px;
	color: #fff;
	background: #737373;
	display: inline-block;
	line-height: 1;
}

#info dl dd {
	width: 100%;
	float: none;
	border-bottom: 1px dotted #b3b3b3;
}
	
#info dl dd.bbtm {
	border-bottom: none;
}

#funny {
	padding: 70px 0 20px 0;
}
	
#funny h4 {
	text-align: center;
}	
	
#funny h4 span {
	font-size: 21px;
}

#funny h4 span.en {
	font-size: 23px;
}	

#funny .enjoy-l {
	position: static;
	height: auto;
}

#funny .enjoy-l .fbnr {
	position: static;
}
	
#funny p.enjoyjp {
	font-size: 16px;
	text-align: center;
}
	
#funny ul {
	width: 100%;
	margin: 0 auto 50px;
	padding-bottom: 0;
	border-bottom: none;
}

#funny ul li {
	float: none;
}

#funny ul li p {
	width: 90%;
}

#funny ul li.fuuny-pic {
	padding-left: 0;
	padding-top: 25px;
	width: 90%;
	margin: 0 auto;
}

#funny ul li.fuuny-pic img {
	width: 100%;
	height: auto;
}	
	
	
	
div.cp-terms {
	width: 90%;
}
	
#contact {
	padding: 70px 0 20px 0;
}
	
#contact ul {
	width: 100%;
}

#contact ul li {
	float: none;
	width: 100%;
}
	
#contact ul li:first-child {
	padding-bottom: 30px;
}	
	
#contact p {
	font-size: 18px;
}

#kiyaku h3 {
	width: 90%;
}

#kiyaku ul, #kiyaku p {
	width: 90%;
}

#kiyaku div.cancel {
	width: 90%;
}

#kiyaku dl {
	width: 50%;
}


.sp-dn {
    display: none !important; }
}


@media screen and (min-width: 751px) {
  .pc-dn {
    display: none !important; } }



