@charset "utf-8";
.main_block {
	background-image: url(../images/main.jpg);
	height: 480px;
	position: relative;
}
.header_block {
	position: absolute;
	margin: 0 auto;
	top: 5px;
}
.flex, .room_spec {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
}
.flex_between, .room_spec .txt_box ul, .amenity_block ul {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_center {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flex_center_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_right {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-box-pack: end;
	box-pack: end;
	-webkit-flex-pack: end;
	-moz-flex-pack: end;
	-ms-flex-pack: end;
	flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_between_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_reverse {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_reverse_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_reverse_between {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_reverse_between_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_between_wrap_bottom, .smoking_box .smoking_img {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-box-align: end;
	box-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.fade, .btn_amenity a:hover, .btn_rakuten a:hover, #thumbs label img, #thumbs label img:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.cover_w {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cover_h {
	position: relative;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.glow {
	text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}
/*
---------------------------------------------------------------*/




.room_area {
	padding: 20px 0;
  margin: 0 0 20px;
}

.gray {
	background-image: url(../../common/images/bg04.jpg);
}
.room_block {
	height: auto;
	margin: 0 auto;
  padding: 0 20px;
}
.room_spec .txt_box {
	color: #FFF;
	position: relative;
	width: 470px;
	padding: 65px 60px 0 20px;
}
.room_spec .txt_box h3 {
	color: #000;
	width: 296px;
	height: 60px;
	padding: 26px 0 0;
	background-image: url(../../common/images/bg03.jpg);
	font-size: 239%;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: -43px;
	left: 20px;
}
.room_spec .txt_box h3.cap {
  padding-top: 40px;
  height: 86px;
  box-sizing: border-box;
}
.room_spec .txt_box h3 span {
	font-size: 22px;
}
.room_spec .txt_box p {
	line-height: 1.6em;
	font-size: 108%;
}
.room_spec .img_box {
	padding: 26px 0 0;
}
.default img {
  width: 100%;
  height: auto;
}
.room_spec .txt_box .grade {
  position: absolute;
  top: -26px;
  left: 20px;
  width: 296px;
  text-align: center;
  color: #000;
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .room_spec .txt_box .grade {
    width: 100%;
    top: 16px;
    left: 0px;
    font-size: 18px;
  }
}

.btn_amenity {
	border: #FFF solid 1px;
	font-size: 108%;
	line-height: 1em;
	display: inline-block;
	margin: 20px 0 0;
}
.btn_amenity a {
	display: block;
	padding: 12px 30px;
	font-weight: 600;
	color: #FFF;
}
.btn_amenity a:hover {
	background-color: rgba(255, 116, 0, 0.4);
}
.btn_rakuten {
	border: #FFF solid 1px;
	font-size: 108%;
	line-height: 1em;
	display: inline-block;
	margin: 20px 0 0;
}
.btn_rakuten a {
	display: block;
	padding: 12px;
	font-weight: 600;
	color: #FFF;
}
.btn_rakuten a:hover {
	background-color: rgba(255, 116, 0, 0.4);
}
#stage01 {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
#stage01 p {
	color: #FFF;
	font-size: 108%;
	line-height: 1.4em;
	position: absolute;
	bottom: 10px;
	left: 333px;
}


#r03_01,
#r03_02,
#r03_03,
#r01_01,
#r01_02,
#r02_01,
#r02_02,
#r02_03,
#r02_04 {
  display: none;
}

#r03_01:checked ~ #photo03_01 img,
#r03_02:checked ~ #photo03_02 img,
#r03_03:checked ~ #photo03_03 img,
#r01_01:checked ~ #photo01_01 img,
#r01_02:checked ~ #photo01_02 img,
#r02_01:checked ~ #photo02_01 img,
#r02_02:checked ~ #photo02_02 img,
#r02_03:checked ~ #photo02_03 img,
#r02_04:checked ~ #photo02_04 img {
  opacity: 1;
}

#r01_01:checked ~ #photo01_01 p,
#r01_02:checked ~ #photo01_02 p {
  opacity: 1;
}

#thumbs {
	position: absolute;
	right: 16px;
	bottom: 16px;
	text-align: right;
}

#thumbs label img {
	width: 10.82%;
	cursor: pointer;
	margin: 0 0 0 8px;
	border: #CCC solid 1px;
}
#thumbs label img:hover {
	opacity: 0.7;
}

.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.photo p {
	color: #FFF;
	font-size: 108%;
	line-height: 1.4em;
	position: absolute;
	bottom: 10px;
	left: 333px;
	opacity: 0;
}
#amenity_area {
	padding: 10px 0;
  color: #000;
}

.amenity_block {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
.amenity_block ul li {
	background-image: url(../../common/images/bg03.jpg);
	width: 463px;
	height: auto;
	padding: 20px 0;
}
.amenity_block ul li h3 {
	padding: 0 0 0 20px;
	font-size: 231%;
	line-height: 1.2em;
	font-family: Hannari;
}
.amenity_block ul li h3 span {
	font-size: 13px;
}
.amenity_block ul li dl {
	padding: 0 20px;
	line-height: 1.5em;
}
.amenity_block ul li dl dd {
	padding: 0 0 8px 10px;
}
.amenity_block ul li ol {
	padding: 0 20px;
}
.amenity_block ul li ol li {
	text-indent: -1em;
	padding: 3px 0 3px 1em;
	width: auto;
	line-height: 1.5em;
}
.amenity_block ul li table {
	margin: 10px 20px 0;
	border-top: #000 solid 1px;
}
.amenity_block ul li th, .amenity_block ul li td {
	border-bottom: #000 dotted 1px;
	padding: 8px;
	line-height: 1.6em;
}
.amenity_block ul li th {
	white-space: nowrap;
}

.smoking_box {
	background-image:url(../images/bg_kitsuen.png),url(../../common/images/bg03.jpg);
	background-repeat: no-repeat, repeat;
	background-position: right top, center top;
  background-size: 60%,auto;
	padding: 20px;
	margin: 30px 0 0;
}
.smoking_box h3 {
	font-size: 231%;
	line-height: 1.2em;
	font-family: Hannari;
}
.smoking_box p {
	font-size: 108%;
	line-height: 1.4em;
	padding: 5px 0 10px;
}
.smoking_box .smoking_img div {
	line-height: 0em;
}
.smoking_box .smoking_img div img {
  width: 100%;
  height: auto;
}
.sub_smoke {
  width: 228px;
}


