@charset "UTF-8";
/* ===================================================================
CSS information

file name  : calendar.css
author     : Ability Consultant
style info : 客室共通・客室TOP
=================================================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
.con_intro {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_intro {
    padding: 0 20px;
  }
}
@media print {
  .con_intro {
    padding: 0 20px;
  }
}
.ie8 .con_intro {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .con_intro {
    width: 95%;
  }
}

/* Hover animation */
/* -----------------------------------------------------------
.con_pgtitle　ページタイトル
----------------------------------------------------------- */
.con_pgtitle {
  background-image: url(../images/bg_title.jpg);
}

/* -----------------------------------------------------------

客室TOP用

----------------------------------------------------------- */
.con_topicpath.nomargin {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
.con_intro_top　イントロ
----------------------------------------------------------- */
/* -----------------------------------------------------------
.con_intro　イントロ
----------------------------------------------------------- */
.con_intro {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-bottom: 30px;
  }
}
.con_intro .txt_wifi {
  margin-bottom: 5px;
}
.con_intro .txt_wifi span {
  display: inline-block;
  background: #00ac9d;
  color: #fff;
  font-size: 134%;
  padding: 0.2em 1em;
  letter-spacing: .05em;
}
@media only screen and (max-width: 1199px) {
  .con_intro .txt_wifi span {
    font-size: 120%;
  }
}
@media print {
  .con_intro .txt_wifi span {
    font-size: 120%;
  }
}
.ie8 .con_intro .txt_wifi span {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_wifi span {
    font-size: 107%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .txt {
    text-align: left;
  }
}
.con_intro .txt span {
  font-size: 87%;
}
.con_intro h3 {
  margin-bottom: 40px;
}
.con_intro .box_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_btn {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn {
    flex-wrap: wrap;
  }
}
.con_intro .box_btn .btn {
  width: 25%;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn .btn {
    width: 80%;
    margin: 0 auto 10px;
  }
  .con_intro .box_btn .btn a {
    font-size: 94%;
    letter-spacing: -.05em;
    padding: .8em .2em;
  }
}
.con_intro .box_btn .btn.green a {
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn .btn.green a {
    padding: .8em .2em;
  }
}

.con_main {
  width: 1308px;
  margin: 22px auto 0;
  height: auto;
}

#main .box_intro {
  width: 1024px;
  margin: 0 auto 55px;
  overflow: hidden;
}

#res_tab {
  width: 1024px;
  margin: 60px auto 35px;
  overflow: hidden;
}

#res_tab li {
  float: left;
  margin-right: 8px;
}

#res_tab li:last-child {
  margin-right: 0;
}

#res_tab li a {
  display: block;
  height: 0;
  padding: 50px 0 0;
  overflow: hidden;
  width: 250px;
}

#res_tab .tab_pla a {
  background: url(../images/tab_pla.png) no-repeat 0 0;
  background-position: top;
}

#res_tab .tab_pla a:hover {
  background-position: bottom;
}

#res_tab .tab_cal a {
  background: url(../images/tab_cal.png) no-repeat 0 0;
}

#res_tab .tab_cal a:hover {
  background-position: bottom;
}

#res_tab .tab_my a {
  background: url(../images/tab_my.png) no-repeat 0 0;
}

#res_tab .tab_my a:hover {
  background-position: bottom;
}

#res_tab .tab_mem a {
  background: url(../images/tab_mem.png) no-repeat 0 0;
}

#res_tab .tab_mem a:hover {
  background-position: bottom;
}

.privilege {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}

.wave_a {
  background: url(../images/bg_fast.gif) center top no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 38px;
}

.box_main {
  background: url(../images/bg_faci_bot.gif) center bottom no-repeat;
  background-color: #f9f8f6;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 25px;
}

.con_res {
  width: 1024px;
  margin: 0 auto;
}

.bn {
  width: 1024px;
  margin: 140px auto 60px;
}

/* -----------------------------------------------------------

#calendar_box	カレンダーコンテンツ

----------------------------------------------------------- */
.box_main .con_res #calendar_box {
  width: 1024px;
  clear: both;
  overflow: hidden;
  padding-bottom: 40px;
  float: none;
}

/*--bn_tokuten--*/
#calendar #page #contents .bn_tokuten {
  text-align: center;
  /*padding-bottom: 60px;*/
}

/*----------------------------------------------------
#calendar_month	　xxxx年xx月部分
----------------------------------------------------*/
.box_main .con_res #calendar_box #calendar_month {
  width: 1024px;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0 15px 0;
  margin: 35px 5px 20px 5px;
  position: relative;
}

.box_main .con_res #calendar_box #calendar_month h2.month {
  text-align: center;
}

.box_main .con_res #calendar_box #calendar_month p.calendar {
  width: 120px;
  position: absolute;
  top: 15px;
  padding: 5px;
  background-color: #404040;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
}
.box_main .con_res #calendar_box #calendar_month p.calendar.cl_l {
  left: 0;
}
.box_main .con_res #calendar_box #calendar_month p.calendar.cl_r {
  right: 0;
}
.box_main .con_res #calendar_box #calendar_month p.calendar a {
  color: #fff !important;
  text-decoration: none;
}

/*----------------------------------------------------
ご希望の日付・お部屋タイプ　部分
----------------------------------------------------*/
.box_main .con_res #calendar_box .txt {
  float: left;
  margin-left: 5px;
}

.box_main .con_res #calendar_box .mark {
  float: right;
  padding: 5px 10px 5px 10px;
  background-color: #E8E8E8;
  color: #000;
}

.box_main .con_res #calendar_box .circle {
  color: #D34600;
}

.box_main .con_res #calendar_box .tri {
  color: #5F7F9A;
}

/*----------------------------------------------------
table	テーブル
----------------------------------------------------*/
.box_main .con_res #calendar_box table {
  width: 100%;
  clear: both;
  /*overflow:hidden;*/
  color: #000;
  margin-top: 15px;
}

.box_main .con_res #calendar_box table a {
  width: 940px;
  clear: both;
  overflow: hidden;
  color: #505050;
  margin-top: 15px;
  margin-left: 1px;
}

.box_main .con_res #calendar_box th {
  width: 188px;
  background: #EFEFEF;
  border: 1px solid #BCBCBC;
  font-weight: normal;
  padding: 5px;
}

.box_main .con_res #calendar_box th.room_type {
  background: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.box_main .con_res #calendar_box td {
  text-align: center;
  border: 1px solid #BCBCBC;
  width: 5px;
  font-size: 0.85em;
  padding: 0 5px;
  background: #FFF;
}

.box_main .con_res #calendar_box td.border_none {
  text-align: center;
  border-top: none;
  border-bottom: none;
  background: transparent;
}

.box_main .con_res #calendar_box td.num {
  color: #5F7F9A;
  background: #FFF;
}

.box_main .con_res #calendar_box td a.circle {
  color: #D34600;
}

.box_main .con_res #calendar_box td.tri {
  color: #5F7F9A;
}

.box_main .con_res #calendar_box td.sat {
  background-color: #C4E7ED;
}

.box_main .con_res #calendar_box td.sun {
  background-color: #F5E1DA;
}

/* -----------------------------------------------------------
各ページ専用指定
----------------------------------------------------------- */
/*======================================

hack - 各種cssハック - for IE7

=======================================*/
