@charset "UTF-8";
/* ==========================================================

title : 多度温泉
scope : 客室写真集 共通

last modify : 2015/10/30 242_hayakawa  

========================================================== */

/* ----------------------------------------------------------
	reset
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,s
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}

a:link {
	color:#0000FF;
}
 
a:visited {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

	
/* ----------------------------------------------------------
	wrapper
---------------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	min-width: 1024px;
	background: url(../image/bg_head.jpg) no-repeat center 0, url(../image/bg.jpg) repeat-y center 1860px;
	behavior:url("/tado_onsen/photogallery/room/css/PIE.htc");
	-pie-background: url(../image/bg_head.jpg) no-repeat center 0, url(../image/bg.jpg) repeat-y center 1860px;
  padding-top: 27px;
}

	
/* ----------------------------------------------------------
	subnav
---------------------------------------------------------- */
.subnav {
	position: fixed;
	top: 26px;
	right: 0;
	z-index: 10;
}
.subnav li {
	margin: 0 0 6px 0;
}

	
/* ----------------------------------------------------------
	logo_group
---------------------------------------------------------- */
.logo_group {
	width: 955px;
	margin: 0 auto;
	padding: 0 0 0 11px;
}

/* ----------------------------------------------------------
	[class^="hotel_"]
---------------------------------------------------------- */
[class^="hotel_"] {
  width: 900px;
  margin: 0 auto 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

[class^="hotel_"]::before {
	content: url(/tado_onsen/photogallery/room/image/ico_decoration_left.png);
	display: block;
	pointer-events: none;
	position: absolute;
	top: -13px;
  left: 0;
	line-height: 0;
}

[class^="hotel_"]::after {
	content: url(/tado_onsen/photogallery/room/image/ico_decoration_right.png);
	display: block;
	pointer-events: none;
	position: absolute;
	top: -18px;
  right: 0;
	line-height: 0;
}

/* クラブハウス本館 */
.hotel_main {
  /* グラデーション */
  background: #12270b; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #12270b 0%,#214713 50%,#12270b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #12270b 0%,#214713 50%,#12270b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12270b', endColorstr='#12270b',GradientType=0 ); /* IE6-9 */
}

/* 火水風別館 */
.hotel_annex {
  /* グラデーション */
  background: #460f05; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #460f05 0%,#741f0b 50%,#460f05 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #460f05 0%,#741f0b 50%,#460f05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#460f05', endColorstr='#460f05',GradientType=1 ); /* IE6-9 */
}

/* レジデンス新館 */
.hotel_residence {
  padding: 5px 0;
  /* グラデーション */
  background: #0d275c; /* Old browsers */
  background: -moz-linear-gradient(left, #0d275c 0%, #14449e 50%, #0d275c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0d275c 0%,#14449e 50%,#0d275c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0d275c 0%,#14449e 50%,#0d275c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d275c', endColorstr='#0d275c',GradientType=1 ); /* IE6-9 */
}

/* ----------------------------------------------------------
	.room_data_box(レジデンス新館のみ)
---------------------------------------------------------- */
.room_data_box {
  width: 397px;
  background: url(/tado_onsen/photogallery/room/image/bg_room_plate.png) 0 0 no-repeat;
  margin: 20px 0 -159px 21px;
  padding: 14px 21px 0 22px;
  position: relative;
  /* flex */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.room_data_box.long {
  width: 437px;
  background: url(/tado_onsen/photogallery/room/image/bg_room_plate_long.png) 0 0 no-repeat;
}

.room_data_box h1 {
  width: 370px;
  height: 84px;
  margin: 0 auto;
  position: relative;
  /* flex */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room_data_box.long h1 {
  width: 410px;
}

.room_data_box h1::before {
	content: url(/tado_onsen/photogallery/room/image/ico_left_ornament.png);
	display: block;
	pointer-events: none;
	position: absolute;
	left: -30px;
	bottom: 0;
	line-height: 0;
}

.room_data_box h1::after {
	content: url(/tado_onsen/photogallery/room/image/ico_right_ornament.png);
	display: block;
	pointer-events: none;
	position: absolute;
	right: -30px;
	bottom: 0;
	line-height: 0;
}


.room_data_box .room_spec {
  margin: 6px auto;
}

/* ----------------------------------------------------------
	main_contents
---------------------------------------------------------- */
.main_contents {
	margin: 0 auto;
	padding: 0 0 90px;
}

.wrapper .first_photo_area {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  /* flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper .first_photo_area a {
  display: block;
  margin-top: 16px;
}

/* ----------------------------------------------------------
	short_left
---------------------------------------------------------- */
.short_left {
  width: 340px;
  margin-top: 16px;
}

/* 部屋名・部屋番号・部屋情報 */
.headline_box {
  background: #464645;
  padding: 13px 10px 18px;
  /* flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 部屋名・部屋番号 */
.headline_box h1 {
  text-align: center;
}

.headline_box h1 img:nth-of-type(2) {
  margin: 25px 0 0;
}

/* 部屋情報 */
.room_spec {
	margin: 13px auto 0 auto;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
  line-height: 2.1;
	vertical-align: bottom;
}

.room_spec .size_l {
	font-size: 18px;
	display: inline-block;
	line-height: 1.6;
	vertical-align: bottom;
	padding: 0;
}

/* ----------------------------------------------------------
	long_right
---------------------------------------------------------- */
.long_right {
  width: 544px;
  /* flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
	
/* ----------------------------------------------------------
	madori
---------------------------------------------------------- */
.madori {
	width: 900px;
	margin: 20px auto 0;
}

	
/* ----------------------------------------------------------
	ul[class^=thumb_]
---------------------------------------------------------- */
[class^=thumb_] {
	overflow: hidden;
	width: 942px;
}

[class^=thumb_] li {
	float: left;
	margin: 20px 0 0 21px;
}

[class^=thumb_] a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: #fff;
}

@media screen and (max-device-width: 1024px) {
	[class^=thumb_] a:hover img {
		opacity: 1 !important;
	}
}

	
/* ----------------------------------------------------------
	gallery
---------------------------------------------------------- */
.gallery {
	width: 942px;
	margin: 0 auto;
	position: relative;
}

.gallery .word_box li {
	position: absolute;
	pointer-events: none;
}


/* ----------------------------------------------------------
	footer
---------------------------------------------------------- */
footer {
	width: 100%;
	min-width: 1024px;
	padding: 17px 0 0 0;
	border-top: 1px solid #151414;
	background: url(../image/bg_footer02.png) no-repeat center 0, url(../image/bg_footer01.jpg) repeat center 0;
	behavior:url("/tado_onsen/photogallery/room/css/PIE.htc");
	-pie-background: url(../image/bg_footer02.png) no-repeat center 0, url(../image/bg_footer01.jpg) repeat center 0;
}

.f_group_btn {
	overflow: hidden;
	width: 948px;
	margin: 0 auto;
	padding: 13px 30px 18px;
	background: url(../image/bg_f_leaf_r.png) no-repeat 776px 0, url(../image/bg_f_leaf_l.png) no-repeat 0 bottom;
}

.f_group_btn li {
	float: left;
}

.f_nav {
	overflow: hidden;
	width: 832px;
	margin: 6px auto 0;
}

.f_nav li {
	float: left;
}

.f_nav li+li {
	float: right;
}

.copyright {
	padding: 20px 0;
	font-size: 14px;
	color: #959494;
	text-align: center;
}
.copyright a{
	color: #959494;
}

/* ----------------------------------------------------------
	fancybox
---------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../image/fancybox_sprite_02.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -408px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
	background-repeat: no-repeat;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../image/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 180px;
	height: 39px;
	cursor: pointer;
	z-index: 8040;
    opacity: 1;
}


.fancybox-close:hover {
    opacity: 0.8;
}


.fancybox-close.slideshow
{
    /*bottom: 108px;*/
}

.fancybox-nav {
	position: absolute;
	top: 0;
	/* width: 40%; */
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../image/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
    opacity: 1;
}

.fancybox-nav:hover span {
    opacity: 0.8;
}

.fancybox-prev span {
    left: -96px;
	background-position: 0 -39px;
}

.fancybox-next span {
    right: -96px;
	background-position: 0 -99px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    width: auto;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.fancybox-title-float-wrap .child {
    font-size: 16px;
}
