@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  細かいcssを記載します。
=================================================================== */

/*レイアウト*/
.clear{
    display: block;
}

#header{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#main_logo{
    margin: 30px auto;
}

.contents{
    width: 955px;
    margin-left: 240px;
    color: #333;
}

.contents_margin{
    margin: 50px 0;
}

.contents a{
    text-decoration: none;
}

.contents p{
    line-height: 1.6em;
}

/*文字*/
h2.con{
    font-size: 35px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0f1e31;
}

h3.room_name{
    font-size: 26px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 30px 0 15px;
}

h3.room_name span {
    display: block;
    font-size: 0.5em;
    color: #835e5e;
}

p.catch{
    font-family: serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

span.gloss{
    font-size: 0.8em;
}

/*tab*/
.tab_wrap{
    width:955px;
}

input[type="radio"]{
    display:none;
}

.tab_area{
    font-size:0;
    margin:0;
}

.tab_area label{
    width:473px;
    margin:2px;
    display:inline-block;
    padding:16px 0;
    color:#fafafa;
    background:#666;
    text-align:center;
    font-size:13px;
    cursor:pointer;
    transition:ease 0.2s opacity;
}

.tab_area label:hover{
    opacity:0.8;
}

.tab_panel{
    width:100%;
    display:none;
}

.tab_panel p{
    letter-spacing:1px;
    text-align:center;
    margin: 20px 0;
}
 


/*tab_test*/
ul.tabs{
    overflow: auto;
    padding: 0;
    width: 100%;
    margin-top: 30px;
}

ul.tabs li{
    float: left;
    width:49%;
    margin:.1%;
    display:inline-block;
    color:#fafafa;
    background:#666;
    text-align:center;
    font-size:13px;
    cursor:pointer;
    transition:ease 0.2s opacity;
    background: #666;
}
ul.tabs li.active{
    background: #0f1e31;
}
ul.panels{
    clear:both;
    position: relative;
    z-index: -1;
    padding: 0;
    width: 100%;
}

ul.tabs li:hover{
    opacity:0.8;
}

ul.tabs li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 18px 0;
}


ul.panels > li.panel {
  display: none;
}
ul.panels > li.panel.active {
  display: block;
}

.kugiri_standard{
    width: 50%;
    background: #eacccc;
    margin-top: 30px;
}


/*各種詳細*/
.room_wrap{
    text-align: center;
    display: block;
    overflow: auto;
}
.room_img{
    float: left;
    width: 450px;
    margin-right: 20px;
}
.room_description{
    float: right;
    width: 460px;
}

.room_description p{
    text-align: left;
    margin: 0;
}

.room_spec{
    text-align: left;
    margin: 0;
}

.room_spec dt{
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #0f1e31;
}

.room_spec dt:first-child{
    margin-top: 0;
}

.room_spec dd{
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-left: 0;
    line-height: 1.6em;
}

.room_spec dt.short{
    float: left;
    width: 30%;
    margin-right: 5%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #0f1e31;
}

.room_spec dd.short{
    float: left;
    width: 65%;
    margin: 0;
    margin-top: 4px;
}

dl.room_amenity{
    width: 96%;
    background: #fafafa;
    padding: 2%;
    margin-top: 20px;
    font-size: 14px;
    overflow: auto;
}

.room_amenity dt{
    float: left;
    width: 925px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #0f1e31;
    text-align: left;
}

.room_amenity dd{
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-left: 0;
    line-height: 1.6em;
    text-align: left;
}

#spa .room_spec{
    margin-top: 10px;
}

.room_plan_link{
    border: 1px solid #ccc;
    background: #fff;
    width: 200px;
    padding: 10px 0;
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 30px;
}

.room_plan_link:hover{
    background: #ccc;
}

.luxury_tokuten{
    background: #fcf9e6;
    padding: 2%;
    width: 96%;
    margin-top: 30px;
}

.luxury_tokuten h3{
    font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

.luxury_tokuten p{
    text-align: left;
}

.luxury_tokuten p.luxury_title{
    font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    margin-top: 15px;
    
}

.luxury_tokuten p.luxury_description{
    border-bottom: 1px dashed #ccc;
    margin: 0;
    padding-bottom: 15px;
}

/*footer*/
#footer{
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    overflow: auto;
    margin-top: 120px;
    padding-bottom: 20px;
}

.foot_plan_link{
    margin: 30px auto;
    display: block;
    background: #fff;
    width: 200px;
    padding: 10px 0;
    border: 0;
}

.foot_plan_link:hover{
    opacity: 0.8;
}

.copy{
    font-size: 12px;
    margin-top: 10px;
}