@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
	min-width: 1240px !important;
}

body {
	color: #333333;
	-webkit-text-size-adjust: none;
	font-size: 13px;
	overflow: hidden;
	position: relative;
}
body #page a {
	color: #4d4d4d;
}
body #page a:hover {
	text-decoration: none;
	color: #666666;
}
body #page img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

.over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天サイト レイアウト調整
----------------------------------------------------------- */
#htlSide-A {
	top: 590px !important;
}

#htlContents {
	width: 1190px !important;
	margin: 0px auto !important;
	min-width: 1190px !important;
}

#trvlHtlTabNav,
#trvlHtlSubNav {
	position: relative;
	left: 0;
}

#htlSide-A {
	position: absolute;
	top: 1300px;
	left: 0;
}

#htlMainContent {
	width: 1190px !important;
	margin-left: 0 !important;
}

#RthCustomizeW {
	width: 1190px !important;
	float: none;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	min-width: 1024px;
	position: relative;
	min-width: 1191px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
	left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
	margin: 0 auto;
    width: 100%;
}

#header .con_header .txt_tel {
    float: right;
    margin: 30px 36px 0 0;
}

#header .con_header .box_gnav {
	float: right;
    max-width: 950px;
    text-align: right;
    width: 100%;
	clear: both;
}

#header .con_header .box_gnav #gnav {
    clear: both;
    padding-top: 16px;
}
#header .con_header .box_gnav #gnav li {
    float: left;
    text-align: center;
    width: 13%;
}
#header .con_header .box_gnav #gnav li a {
    display: inline-block;
    padding: 0.8em 0 0;
    position: relative;
    text-align: center;
}
#header .con_header .box_gnav #gnav li a::before {
    background-color: #83971d;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -50%;
    position: absolute;
    transform: scale(0, 1);
    transition: transform 100ms ease-out 0s;
    width: 100%;
}
#header .con_header .box_gnav #gnav li a:hover::before, #header .con_header .box_gnav #gnav li a.active::before {
    transform: scale(1, 1);
}
#header .con_header .box_gnav #gnav li.gnav_res {
    width: 15%;
	margin: 0 0 0 30px;
}
#header .con_header .box_gnav #gnav li.gnav_res a {
    background-color: #83971d;
    cursor: pointer;
    display: block;
    font-size: 1em;
    line-height: 1em;
    padding: 0.8em 0;
}
#header .con_header .box_gnav #gnav li.gnav_res a::before {
    display: none;
}
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	width: 950px;
	margin-left: 240px;
	padding-top: 33px;
}

.img {
	margin: 40px 0;
}

.st {
	margin: 100px 0 0 0;
}


/* イントロ .con_int */
.con_int {
	margin: 0 0 60px 0;
}

.con_int .text {
	margin: 30px 0;
	line-height: 2;
	text-align: center;
}

.con_int .text .small {
	font-size: 85%;
}

.small_txt {
    display: block;
    font-size: 80%;
}

/* 客室 .con_room */
.con_room #tab_rom {
    margin-top: 20px;
}

#contents .tmp_tab {
	clear: both;
	overflow: hidden;
}

#contents .tmp_tab li a .mh1:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #221815;
}
#contents .tmp_tab li a .mh1:after {
	content: '';
	position: absolute;
	top: 0;
	right: 1px;
	height: 100%;
	width: 1px;
	background-color: #FFF;
}
#contents .tmp_tab li a .mh1 .cel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
	padding: 0 3%;
}

#contents .tmp_tab li a:hover, #contents .tmp_tab li a.active {
	background-color: #a57a44;
}

#contents .tmp_tab li:nth-child(1) {
    margin-left: 0;
}
#contents .tmp_tab li:nth-child(5) {
    margin-left: 0;
}

#contents .tmp_tab li:nth-child(9) {
    margin-left: 0;
}

#contents .tmp_tab li:nth-child(13) {
    margin-left: 0;
}


#contents .tmp_tab li {
    float: left;
    margin-left: 23px;
    margin-top: 10px;
    width: 220px;
}

#contents .tmp_tab li a:hover, #contents .tmp_tab li a.active {
    background-color: #a57a44;
}


#contents .tmp_tab li a {
	cursor: pointer;
	background-color: #221815;
    color: #fff;
    display: block;
    padding: 2px;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}
#contents .tmp_tab li a .mh1:efore {
    background-color: #221815;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: -1px;
    width: 1px;
}
#contents .tmp_tab li a .mh1:fter {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    width: 1px;
}
#contents .tmp_tab li a .mh1 .cel {
    display: table-cell;
    line-height: 1em;
    padding: 0 3%;
    text-align: center;
    vertical-align: middle;
}

#contents .tmp_tab li a .mh1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff currentcolor #fff #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
}


.con_spa {
	clear:both;
	overflow:hidden;
}

.con_ac, .con_bf {
	clear:both;
	overflow:hidden;
}

.con_ac .box_ac {
	margin: 100px 0 0 0;
	background:url(../images/st_access.jpg) no-repeat 0 0;
}
.con_ac .box_ac p {
	padding:488px 0 1110px 30px;
  text-align: left;
}


.con_ph {
	margin: 100px 0 ;
	background:url(../images/img_photo.jpg) no-repeat 0 0;
}
.con_ph p {
	padding: 259px 0 23px 665px;
}

.con_re {
	margin: 100px 0 ;
	background:url(../images/img_reservation.gif) no-repeat 0 0;
}
.con_re p {
	padding: 218px 0 104px 400px;
}

.con_re .faq_re {
  padding: 218px 0 104px 495px;
}



/*--------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.con_spa:not(:target) {
	position:relative;/* IE10（\9なしでIE11にも適用） */
	top:550px;/* IE10（\9なしでIE11にも適用） */
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.con_bf:not(:target) {
	position:relative;/* IE10（\9なしでIE11にも適用） */
	top:550px;/* IE10（\9なしでIE11にも適用） */
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.con_ac:not(:target) {
	position:relative;/* IE10（\9なしでIE11にも適用） */
	top:550px;/* IE10（\9なしでIE11にも適用） */
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.con_ph:not(:target) {
	position:relative;/* IE10（\9なしでIE11にも適用） */
	top:550px;/* IE10（\9なしでIE11にも適用） */
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.con_in:not(:target) {
	position:relative;/* IE10（\9なしでIE11にも適用） */
	top:550px;/* IE10（\9なしでIE11にも適用） */
}
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section:not(:target) {
	position:absolute; /* IE10（\9なしでIE11にも適用） */
}
}

.box_room {
	margin: 50px 0 0 0;
}


label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #221815;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #003399;
}

#panels {
  background-color: white;
}
#panels .container {
  margin: 0 auto;
  width: 100%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  width: 100%;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-5-ctrl:checked ~ #panels #panel-5 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-6-ctrl:checked ~ #panels #panel-6 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-7-ctrl:checked ~ #panels #panel-7 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-8-ctrl:checked ~ #panels #panel-8 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-9-ctrl:checked ~ #panels #panel-9 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-10-ctrl:checked ~ #panels #panel-10 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-11-ctrl:checked ~ #panels #panel-11 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-12-ctrl:checked ~ #panels #panel-12 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}

#panel-13-ctrl:checked ~ #panels #panel-13 main {
  max-height: initial;
  opacity: 1;
  width: 100%
}


#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: #a57a44;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
   background-color: #a57a44;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
   background-color: #a57a44;
}

#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  background-color: #a57a44;
}

#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
  background-color: #a57a44;
}

#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
  background-color: #a57a44;
}

#panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
  background-color: #a57a44;
}

#panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
  background-color: #a57a44;
}

#panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-9-ctrl:checked ~ #tabs-list #li-for-panel-9 label.panel-label {
  background-color: #a57a44;
}

#panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-10-ctrl:checked ~ #tabs-list #li-for-panel-10 label.panel-label {
  background-color: #a57a44;
}

#panel-11-ctrl:checked ~ #tabs-list #li-for-panel-11 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-11-ctrl:checked ~ #tabs-list #li-for-panel-11 label.panel-label {
  background-color: #a57a44;
}

#panel-12-ctrl:checked ~ #tabs-list #li-for-panel-12 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-12-ctrl:checked ~ #tabs-list #li-for-panel-12 label.panel-label {
  background-color: #a57a44;
}

#panel-13-ctrl:checked ~ #tabs-list #li-for-panel-13 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-13-ctrl:checked ~ #tabs-list #li-for-panel-13 label.panel-label {
  background-color: #a57a44;
}





ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0;
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: 220px;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 0 0 23px;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}

ul#tabs-list li:hover + li {
  border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
  position: relative;
  font-size: 0.875em;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #a57a44;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
  background-color: #a57a44;
}

main {
    width: 70%;
    margin: 0 auto;
}
.panel-radios {
  display: none;
}

body {
  background: #fff;
  color: #444444;
}

main p {
  line-height: 1.8;
}

#contents .box_room #tabs-list li:nth-child(1) {
    margin-left: 0;
}
#contents .box_room #tabs-list li:nth-child(5) {
    margin-left: 0;
}

#contents .box_room #tabs-list li:nth-child(9) {
    margin-left: 0;
}

#contents .box_room #tabs-list li:nth-child(13) {
    margin-left: 0;
}


/*--------------------------------------------*/


.photo {
	text-align:center;
}






























/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
/*#footer {
	width: 950px;
	margin-left: 240px;
	border-top: 1px solid #dadada;
	margin-top: 31px;
	padding: 49px 0 0;
	position: relative;
	text-align: center;
}
#footer:before {
	content: '';
	width: 100%;
	border-top: 1px solid #dadada;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
}
#footer address {
	font-size: 13px;
	margin-top: 1.5em;
}
#footer .txt_open {
	margin-top: 1.3em;
}
#footer .txt_tel {
	margin-top: 1.3em;
}
#footer .btn_rsv {
	margin-top: 1.5em;
}
#footer #copyright {
	text-align: center;
	background: #434343;
	color: #FFF;
	font-family: "Times New Roman", serif;
	font-size: 12px;
	line-height: 2.5;
	margin-top: 2.5em;
}*/
