@charset "UTF-8";
/*------------------------------------------------------------------------------
	ホテルふじ竜ヶ丘 - PC CSS
	URL: http://www.tatsugaoka.jp/
	Date: 2017-6-1
	Copyright (c) 2017 Chuo Kanko Corporation. All rights reserved.
------------------------------------------------------------------------------*/

html.desktop a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

html.desktop header #globalNav li a.current {
  background: #f7f6f4;
}

.targetBtn {
  display: none;
}

/* #wrapper */
#wrapper {
  position: relative;
}
body:not(#home) #wrapper {
  background: url(../img/bg/bg_about.png) repeat;
}
.tbl01 {
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
}
.tbl01 th,
.tbl01 td {
  padding: 0;
  border: none;
  border-top: 1px solid #2c210f;
  border-bottom: 1px solid #2c210f;
  font-weight: normal;
  vertical-align: middle;
}
.tbl01 th {
  font-size: 16px;
  padding: 30px 0 30px 15px;
}
.tbl01 td {
  font-size: 18px;
}
.tbl01 td .price {
  color: #a6082e;
  font-weight: bold;
}
.tbl01 .catArea {
  margin-bottom: 10px;
}
.tbl01 .btn02 {
  font-size: 15px;
}
.btn02 {
  display: inline-block;
  width: 320px;
  padding: 20px 0 17px;
  text-align: center;
  color: #fff !important;
  background-image: url(../img/ico/ico_arrow_01.png), url(../img/bg/bg_btn.png);
  background-repeat: no-repeat, repeat;
  background-position: 95% center, top left;
}
#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 9999;
}
.w_m_block {
  display: none;
}
/*==============================================================
	header : ヘッダ
===============================================================*/

header {
  overflow: hidden;
  background: #fff;
}
header .fixheader {
  width: 100%;
  margin-top: 42px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
header.fixed .fixheader {
  position: fixed;
  background: #fff;
  margin-top: 0;
  z-index: 9999;
}
header #hdInner {
  position: absolute;
  top: 0;
  width: 100%;
  transition: margin-top 0.4s ease 0s, opacity 0.4s ease 0.2s;
  opacity: 1;
  background: url(../img/bg/bg_global.png) repeat;
  overflow: hidden;
}
header #hdInner #telNum {
  float: left;
  margin: 10px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
header #hdInner #telNum span {
  font-size: 12px;
  margin-right: 10px;
}
header #hdInner #telNum strong {
  font-weight: normal;
}
header #hdInner #telNum span.time {
  margin-left: 5px;
}
header.fixed #hdInner {
  transition: margin-top 0s ease 0s, opacity 0.4s ease 0s;
  margin-top: -120px;
  opacity: 0;
}
header #siteTitle {
  /*float: left;*/
  margin: 9px 10px 0 25px;
  transition: transform 0.6s ease;
}
header #hdInner ul {
  float: right;
  margin: 5px 10px 0 0;
}
header #hdInner ul li {
  display: inline-block;
}
/*==============================================================
	#search-plan-form　プラン検索
===============================================================*/
/* ページの一番上を閲覧している時  .scroll-top
----------------------------------------------------*/
#search-plan-form {
  position: absolute;
}
body.scroll-top #search-plan-form {
  top: 7px;
  right: 200px;
  font-size: 85%;
  color: #fff;
  line-height: 1;
}
body.scroll-top #search-plan-form h3 {
  display: inline-block;
}
body.scroll-top #search-plan-form form {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.scroll-top #search-plan-form .title,
body.scroll-top #search-plan-form .select_hd_box {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.scroll-top #search-plan-form .title,
body.scroll-top #search-plan-form #dateBox {
  margin-right: 10px;
}
#search-plan-form form select {
  vertical-align: bottom;
  font-size: 85%;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.scroll-top #search-plan-form #s_adult {
  margin-left: 10px;
  font-size: 90%;
}
body.scroll-top #search-plan-form .fixReserve-search {
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
}
body.scroll-top #search-plan-form .fixReserve-search:after {
  content: "空室検索";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.scroll-top #search-plan-form .fixReserve-search input {
  width: 100px;
  height: 25px;
  opacity: 0;
  position: relative;
  z-index: 9;
}
body.scroll-top #search-plan-form #res-close,
body.scroll-top #search-plan-form .subBox {
  display: none;
}
/* スクロールして閲覧している時 
----------------------------------------------------*/
#fix-reservation {
  display: none;
  position: fixed;
  right: -1px;
  top: 20%;
  width: 90px;
  border: 1px solid #b08d0f;
  z-index: 9999;
}
#search-plan-form.fix-res {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 640px;
  position: fixed;
  top: 85px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fdf7f2;
  opacity: 0;
  z-index: -1;
}
#search-plan-form.fix-res-open {
  opacity: 1;
  z-index: 999;
}
#search-plan-form.fix-res form {
  text-align: center;
  font-size: 120%;
  padding: 30px 80px 0;
}
#search-plan-form.fix-res h3 {
  display: inline-block;
}
#search-plan-form.fix-res .title,
#search-plan-form.fix-res #dateBox {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cec7c0;
}

#search-plan-form.fix-res .fixReserve-search {
  display: inline-block;
  background: #2e2210;
  position: relative;
  color: #fff;
}
#search-plan-form.fix-res .fixReserve-search:after {
  content: "空室検索";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-plan-form.fix-res .fixReserve-search input {
  width: 240px;
  height: 60px;
  opacity: 0;
  position: relative;
  z-index: 9;
  display: block;
}
#search-plan-form.fix-res .subBox {
  margin-top: 20px;
  border-top: 1px solid #cec7c0;
  padding: 13px 80px 20px;
}
#search-plan-form.fix-res .subBox ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 20px;
}
#search-plan-form.fix-res .subBox ul li {
  padding: 0 10px;
  display: block;
  border-left: 1px solid #9f988e;
}
#search-plan-form.fix-res .subBox ul li:first-child {
  border: none;
}
#search-plan-form.fix-res .subBox ul li a {
  color: #000;
  display: block;
  padding: 9px 0;
  line-height: 1;
}
#search-plan-form.fix-res .subBox h2 {
  text-align: center;
  padding: 4px 0;
  position: relative;
}
#search-plan-form.fix-res .subBox h2:after,
#search-plan-form.fix-res .subBox h2:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #a6082e;
}
#search-plan-form.fix-res .subBox h2:after {
  right: 0;
  border-left: none;
}
#search-plan-form.fix-res .subBox h2:before {
  left: 0;
  border-right: none;
}
#search-plan-form.fix-res .subBox .telNumber {
  font-size: 200%;
  color: #a6082e;
  text-align: center;
  padding-top: 20px;
}
#search-plan-form.fix-res .subBox .telNumber strong {
  font-weight: normal;
  font-size: 140%;
}
#search-plan-form.fix-res .subBox .telNumber .timeZoon {
  display: block;
  font-size: 50%;
  color: #191919;
}
#search-plan-form.fix-res #res-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  cursor: pointer;
}
#search-plan-form.fix-res #res-close:after,
#search-plan-form.fix-res #res-close:before {
  content: "";
  display: block;
  background: #f0f0f0;
  height: 25px;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#search-plan-form.fix-res #res-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* #globalNav 
----------------------------------------------------*/
header #globalNav ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header #globalNav {
/*  float: right;
*/}
header #globalNav li {
/*  float: left;
*/  width: 145px;
  border-left: 1px solid #e3dfd7;
}
header #globalNav li a {
  display: block;
  text-align: center;
  padding: 24px 5px;
  color: #555049;
}
header #globalNav li a img {
  display: block;
  margin: 0 auto 5px;
}
header #globalNav li#yakinikuBtn {
    
    min-width: 110px;}
header #globalNav li#yakinikuBtn a{
    padding: 10px 5px;
    background: #aa0006;
    color: #fff;
}
header #globalNav li#yakinikuBtn a img{
    max-width: 100%;
    height: auto;
}
header #globalNav li#seaBtn {
  width: auto;
  overflow: hidden;
}

header #globalNav li#seaBtn .fixReserve-search {
  margin: 5px 5px 0 5px;
}

header #globalNav li#seaBtn .select_hd_box,
header #globalNav li#seaBtn .fixReserve-search {
  float: left;
}

header #globalNav li#seaBtn #dateBox {
  margin-bottom: 5px;
}

header #globalNav li#seaBtn .select_hd_box {
  margin: 5px 5px 0 5px;
}

header #globalNav li#seaBtn h3,
header #globalNav li#seaBtn .title {
  color: #b08d0f;
  font-size: 12px;
  margin-bottom: 5px;
}
header #globalNav li#seaBtn .title {
  line-height: 1.2;
}
header #globalNav li#seaBtn select {
  font-size: 14px;
}

/*==============================================================
	#headline : ヘッドライン
===============================================================*/

#headline {
  margin-bottom: 90px;
}
#headline #pageTitle {
  color: #fff;
  height: 300px;
  padding-top: 115px;
  text-align: center;
  line-height: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#headline #pageTitle .enTxt {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 8px 3px;
  font-size: 30px;
  font-weight: bold;
  font-family: Copperplate, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
#headline #pageTitle .tlSmall {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
}
/*h1背景
-----------------------------*/
body.plan #pageTitle {
  background-image: url(../img/title/h1_bg_planIndex.jpg);
}
body.room #pageTitle {
  background-image: url(../img/title/h1_bg_roomIndex.jpg);
}
body.spa #pageTitle {
  background-image: url(../img/title/h1_bg_spaIndex.jpg);
}
body.cuisine #pageTitle {
  background-image: url(../img/title/h1_bg_cuisineIndex.jpg);
}
body.news #pageTitle {
  background-image: url(../img/title/h1_bg_newsIndex.jpg);
}
body.access #pageTitle {
  background-image: url(../img/title/h1_bg_accessIndex.jpg);
}
body.form #pageTitle,
body.errors #pageTitle {
  background-image: url(../img/title/h1_bg_inquiryIndex.jpg);
  color: #000 !important;
}
body.travel #pageTitle {
  background-image: url(../img/title/h1_bg_travelIndex.jpg);
  color: #000 !important;
}
body.business #pageTitle {
  background-image: url(../img/title/h1_bg_businessIndex.jpg);
  color: #000 !important;
}
body.form #headline #pageTitle .enTxt,
body.travel #headline #pageTitle .enTxt,
body.business #headline #pageTitle .enTxt {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}
/*パンくず
-----------------------------*/
#headline .pan {
  padding: 10px 20px;
}
#headline .pan a {
  position: relative;
  color: #262626;
  margin-right: 15px;
  padding-right: 5px;
}
#headline .pan a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #262626;
  border-right: solid 1px #262626;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 100%;
  margin: auto;
}
#headline .pan strong {
  font-weight: normal;
  color: #262626;
}
/*==============================================================
	#main : 主コンテンツ
===============================================================*/

body:not(#home) #main {
  width: 1000px;
  margin: auto;
}
#main .contentInner {
  width: 1000px;
  margin: auto;
}
#main #contactBox {
  width: 100%;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center;
  background: url(../img/bg/bg_contact.png) repeat;
}
#main #contactBox #tlContact {
  margin-bottom: 15px;
}
#main #contactBox #txtContact {
  font-size: 44px;
  color: #a6082e;
  font-family: "Arimo", sans-serif;
}
#main #contactBox #txtContact small {
  font-size: 31px;
  margin-right: 5px;
}
#main #contactBox #txtContact span {
  display: block;
  font-size: 14px;
  color: #191919;
  margin-top: 5px;
}
/*============================================
	body#home : トップページ
============================================*/

/* #mainVisual */

body#home #main #mainVisual img {
  width: 100%;
  height: auto;
}
/* #about */
body#home #main #about {
  background: url(../img/bg/bg_about.png) repeat;
  padding-top: 40px;
  overflow: hidden;
}
body#home #main #about .contentInner {
  overflow: hidden;
  margin-bottom: 60px;
}
body#home #main #about .contentInner div {
  width: 320px;
  float: left;
  margin-right: 20px;
}
body#home #main #about .contentInner div.abCuisine {
  margin: 0;
}
body#home #main #about .contentInner div .photo {
  position: relative;
}
body#home #main #about .contentInner div .eng {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
body#home #main #about .contentInner div .btn::before,
body#home #main #about .contentInner div .btn::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
}
body#home #main #about .contentInner div .btn::before {
  content: "";
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#home #main #about .contentInner div .btn::after {
  content: "";
  right: 16px;
  bottom: 20px;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
body#home #main #about .contentInner div dl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  margin: 15px auto 0;
  max-height: 220px;
  display: block;
}
body#home #main #about .contentInner div dl {
  margin-left: 40px;
}
body#home #main #about .contentInner div dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  min-height: 205px;
  background: url(../../img/bg_abRoom.png) no-repeat left top;
  padding-left: 20px;
  margin-left: 20px;
  line-height: 1.2;
  color: #b08d0f;
  font-size: 30px;
}
body#home #main #about .contentInner div dl dd {
  font-size: 90%;
  line-height: 1.8;
}
body#home #main #about .plan ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  margin-bottom: 40px;
}
body#home #main #about .plan ul li {
  width: 235px;
  margin-right: 20px;
  line-height: 1.5;
}
body#home #main #about .plan ul li:nth-child(4) {
  margin-right: 0;
}
body#home #main #about .plan ul li img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
body#home #main #about .plan ul li a {
  color: #262626;
}
body#home #main #about .plan .btn {
  text-align: center;
  margin-bottom: 40px;
}
body#home #main #about .plan .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 100px;
  color: #fff;
  position: relative;
}
body#home #main #about .plan .btn a span::before,
body#home #main #about .plan .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#home #main #about .plan .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#home #main #about .plan .btn a span::after {
  content: "";
  right: 18px;
  bottom: 24px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
/* #newsArea */

body#home #main #newsArea {
  background: #fbfbfa;
  padding: 35px 0;
}
body#home #main #newsArea ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  margin-bottom: 40px;
}
body#home #main #newsArea ul li {
  width: 320px;
  margin-right: 20px;
  line-height: 1.5;
}
body#home #main #newsArea ul li:nth-child(3) {
  margin-right: 0;
}
body#home #main #newsArea ul li.photoframe {
  position: relative;
  width: 320px;
  margin: 0 20px;
  padding: 15px 15px 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
body#home #main #newsArea ul li.photoframe .photo {
  margin: 0 0 15px;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
body#home #main #newsArea ul li.photoframe img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
body#home #main #newsArea ul li.photoframe a {
  color: #262626;
}
body#home #main #newsArea ul li.photoframe span.date {
  display: block;
}
body#home #main #newsArea .btn {
  text-align: center;
}
body#home #main #newsArea .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 100px;
  color: #fff;
  position: relative;
}
body#home #main #newsArea .btn a span::before,
body#home #main #newsArea .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#home #main #newsArea .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#home #main #newsArea .btn a span::after {
  content: "";
  right: 18px;
  bottom: 24px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
/* #appeal */
body#home #main #appeal {
  background: url(../img/bg/bg_appeal.png) repeat;
  padding: 40px 0;
  color: #fff;
}
body#home #main #appeal ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  margin-bottom: 40px;
}
body#home #main #appeal ul li {
  width: 320px;
  margin-right: 20px;
  line-height: 1.5;
  text-align: center;
}
body#home #main #appeal ul li:nth-child(4) {
  margin-right: 0;
}
body#home #main #appeal ul li dt {
  margin-bottom: 15px;
}
body#home #main #appeal ul li dd {
  margin-bottom: 20px;
}
/* #recommend */
body#home #main #recommend {
  width: 850px;
  margin: 60px auto;
  overflow: hidden;
}
body#home #main #recommend div {
  width: 405px;
  margin-right: 20px;
  text-align: center;
}
body#home #main #recommend div.woman,
body#home #main #recommend div.spend {
  float: left;
  margin-bottom: 20px;
}
body#home #main #recommend div.business,
body#home #main #recommend div.uraroji {
  float: right;
  margin: 0;
  margin-bottom: 20px;
}
body#home #main #recommend div p a {
  color: #333;
  text-align: center;
}
body#home #main #recommend div p img {
  display: block;
  margin-bottom: 15px;
}
/* #movie */

body#home #main #movie .contentInner {
  overflow: hidden;
  padding: 35px 0;
}
body#home #main #movie movie {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body#home #main #movie video {
  display: block;
  width: 100%;
  height: 100%;
}
/*============================================
	body.plan : プランページ
============================================*/

body.plan article.inner {
  padding: 0 0 60px;
}
body.plan #main h2 {
  margin-bottom: 35px;
  padding: 10px 0 15px;
  color: #b08d0f;
  border-bottom: solid 1px rgba(176, 141, 15, 0.5);
  font-size: 29px;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body.plan #main .archiveList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.plan #main .archiveList::after {
  content: "";
  display: block;
  width: 320px;
}
body.plan #main .archiveList li {
  width: 320px;
  margin-bottom: 20px;
}
body.plan #main .archiveList li .photo {
  width: 320px;
  height: 213px;
  overflow: hidden;
  margin-bottom: 15px;
}
body.plan #main .archiveList li .photo img {
  width: 100%;
  height: auto;
  /*transition: all .5s ease;*/
}
/*body.plan #main .archiveList li:hover .photo img {
	transform: scale(1.1);
}*/
body.plan #main .archiveList li .title {
  font-size: 18px;
  color: #323232;
  line-height: 1.3;
  margin-bottom: 10px;
}
body.plan #main .archiveList li:hover .title {
  text-decoration: underline;
}
body.plan #main .catArea span {
  display: inline-block;
  font-size: 10px;
  color: #b08d0f;
  border: solid 1px #b08d0f;
  width: 50px;
  text-align: center;
  margin-right: 5px;
  padding: 5px 0;
}
/*詳細ページ
-----------------------------*/

body#planIndiv #main #entryBody h3 {
  font-size: 16px;
  margin-bottom: 40px;
  color: #b08d0f;
}
body#planIndiv #main .catArea span {
  font-weight: bold;
}
body#planIndiv #main #entryBody .leadTxt {
  font-size: 24px;
  margin-bottom: 35px;
}
body#planIndiv #main #entryBody .rightBox {
  width: 585px;
  float: right;
  margin-bottom: 20px;
}
body#planIndiv #main #entryBody .rightBox p {
  margin-bottom: 35px;
}
body#planIndiv #main #entryBody .txtList li {
  margin-bottom: 35px;
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
body#planIndiv #main #entryBody .txtList li:before {
  margin-right: 0.2em;
}
body#planIndiv #main #entryBody .txtList li:first-child:before {
  content: "\002460";
}
body#planIndiv #main #entryBody .txtList li:nth-child(2):before {
  content: "\002461";
}
body#planIndiv #main #entryBody .txtList li:nth-child(3):before {
  content: "\002462";
}
body#planIndiv #main #entryBody .txtList li:nth-child(4):before {
  content: "\002463";
}
body#planIndiv #main #entryBody .txtList li:nth-child(5):before {
  content: "\002464";
}
body#planIndiv #main #entryBody .txtList li:nth-child(6):before {
  content: "\002465";
}
body#planIndiv #main #entryBody .txtList li:nth-child(7):before {
  content: "\002466";
}
body#planIndiv #main #entryBody .txtList li:nth-child(8):before {
  content: "\002467";
}
body#planIndiv #main #entryBody .txtList li:nth-child(9):before {
  content: "\002468";
}
body#planIndiv #main #entryBody .txtList li:nth-child(10):before {
  content: "\002469";
}
body#planIndiv #main #entryBody .leftBox {
  width: 360px;
  float: left;
  margin-bottom: 100px;
}
body#planIndiv #main #entryBody .capList li {
  margin-bottom: 20px;
  text-align: center;
}
body#planIndiv #main #entryBody .capList li .photo {
  overflow: hidden;
  width: 360px;
  height: 260px;
  margin-bottom: 10px;
}
body#planIndiv #main #entryBody .capList li .photo img {
  width: auto;
  height: 100%;
}
body#planIndiv #main #entryBody .capList li .caption {
  font-size: 12px;
  font-feature-settings: "palt";
}
body#planIndiv #main #entryBody .otherBox {
  clear: both;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body#planIndiv #main #entryBody .otherBox .photo {
  float: left;
  width: 270px;
  height: 180px;
  overflow: hidden;
}
body#planIndiv #main #entryBody .otherBox .photo img {
  width: 100%;
  height: auto;
}
body#planIndiv #main #entryBody .otherBox .innerBox {
  position: relative;
  width: 685px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body#planIndiv #main #entryBody .otherBox .innerBox .tbl01 {
  margin: 0;
}

body#planIndiv #main #entryBody .otherBox .innerBox th {
  text-align: center;
}

body#planIndiv #main #entryBody .otherBox .innerBox th,
body#planIndiv #main #entryBody .otherBox .innerBox td {
  border: 1px solid #ccc;
  padding: 20px 10px;
}

body#planIndiv #main .btnList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
body#planIndiv #main .btnList li {
  width: 235px;
  text-align: center;
}
body#planIndiv #main .btnList li a {
  display: block;
  padding: 20px 0;
  background: #fff;
  border: solid 3px rgba(87, 77, 63, 0.5);
  color: #555049;
}
body#planIndiv #main p.btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  position: relative;
}
body#planIndiv #main p.btn a span::before,
body#planIndiv #main p.btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#planIndiv #main p.btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#planIndiv #main p.btn a span::after {
  content: "";
  right: 21px !important;
  bottom: 28px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

body#planIndiv #main #entryBody table th {
  width: 15%;
}

/*==============================================================
	footer : フッタ
===============================================================*/

footer {
  background: url(../img/bg/bg_global.png) repeat;
  overflow: hidden;
}
footer #ftBnr {
  width: 1000px;
  margin: 50px auto;
  overflow: hidden;
}
footer #ftBnr li:first-child {
  float: left;
}
footer #ftBnr li:last-child {
  float: right;
}
/* #subNav 
----------------------------------------------------*/
footer #subNav {
  clear: both;
}
footer #subNav ul {
  text-align: center;
  margin-bottom: 20px;
}
footer #subNav ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #574d3f;
}
footer #subNav ul li:first-child {
  border: none;
}
footer #subNav ul li a {
  color: #fff;
}
/* #ftInner 
----------------------------------------------------*/
footer #ftInner {
  margin-top: 40px;
  padding: 15px 0;
  background: #fff;
  text-align: center;
}
footer #ftInner address {
  margin-top: 15px;
  line-height: 1.2;
}
footer #ftInner address strong {
  display: block;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 15px;
  /*color: #a6082e;*/
}
footer #ftInner address strong small {
  font-size: 17px;
  vertical-align: middle;
}
/* #copyright : 著作権表示 */
footer p#copyright {
  margin-top: 15px;
  font-family: "Arimo", sans-serif;
  font-size: 12px;
}
/*==============================================================
	#roomIndex : 客室
===============================================================*/

body#roomIndex #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body#roomIndex #main section p,
body#roomIndex #main section table,
body#roomIndex #main section ul {
  line-height: 1.5;
}
body#roomIndex #main section#lead p {
  float: left;
}
body#roomIndex #main section#lead dl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  float: right;
}
body#roomIndex #main section#lead dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../img/bg/bg_line_01.png) no-repeat left top;
  padding-left: 40px;
  margin-left: 40px;
  line-height: 1.2;
  color: #b08d0f;
  font-size: 44px;
}
body#roomIndex #main section#lead dl dd {
  font-size: 24px;
  line-height: 1.8;
}
body#roomIndex #main section#about p.photo {
  position: relative;
  margin-bottom: 40px;
}
body#roomIndex #main section#about p.photo span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -26px;
}
body#roomIndex #main section#about p.txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
body#roomIndex #main section#about .aboutBed {
  background: #fff;
  padding: 40px 40px 20px 40px;
  clear: both;
}
body#roomIndex #main section#about ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
body#roomIndex #main section#about ul li {
  width: 440px;
  margin-bottom: 0;
}
body#roomIndex #main section#about ul li img {
  margin-bottom: 30px;
}
body#roomIndex #main section#about .aboutBed h3 {
  color: #b08d0f;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body#roomIndex #main section#about .aboutBed p {
  font-size: 13px;
  margin-bottom: 20px;
}
body#roomIndex #main section#feature ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
body#roomIndex #main section#feature ul li {
  width: 480px;
}
body#roomIndex #main section#feature ul li p.photo {
  position: relative;
  margin-bottom: 20px;
}
body#roomIndex #main section#feature ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -26px;
}
body#roomIndex #main section#feature ul li:nth-child(1) span {
  margin: -20px 0 0 -59px;
}
body#roomIndex #main section#feature ul li h2 {
  margin-top: 30px;
}
body#roomIndex #main section ul li {
  overflow: hidden;
  margin-bottom: 60px;
}
body#roomIndex #main section ul li:last-child {
  margin-bottom: 0;
}
body#roomIndex #main section ul li p {
  float: left;
  margin-right: 40px;
}
body#roomIndex #main section ul li dl {
  margin-left: 583px;
}
body#roomIndex #main section ul li dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b08d0f;
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 30px;
}
body#roomIndex #main section ul li dl dt strong {
  font-size: 29px;
  font-weight: normal;
  letter-spacing: -2px;
}
body#roomIndex #main section ul li dl dd ul {
  margin-bottom: 90px;
}
body#roomIndex #main section ul li.deluxe dl dd ul {
  margin-bottom: 20px;
}
body#roomIndex #main section ul li dl dd ul li {
  margin-bottom: 0;
}
body#roomIndex #main section ul li.deluxe dl dd ul.option {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
body#roomIndex #main section ul li.deluxe dl dd ul.option li {
  width: 200px;
  text-align: center;
}
body#roomIndex #main section ul li.deluxe dl dd ul.option img {
  display: block;
  margin-bottom: 10px;
}
body#roomIndex #main section ul li dl dd .btn {
  text-align: center;
  margin-bottom: 40px;
}
body#roomIndex #main section ul li dl dd .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 100px;
  color: #fff;
  position: relative;
}
body#roomIndex #main section ul li dl dd .btn a span::before,
body#roomIndex #main section ul li dl dd .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#roomIndex #main section ul li dl dd .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#roomIndex #main section ul li dl dd .btn a span::after {
  content: "";
  right: 18px;
  bottom: 28px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
body#roomIndex #main section#ameniti ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
body#roomIndex #main section#ameniti ul li {
  width: 318px;
  margin-bottom: 20px;
  text-align: center;
}
body#roomIndex #main section#ameniti ul li img {
  margin-bottom: 10px;
}
body#roomIndex #main section#amenitiAbout {
  line-height: 1.5;
}
body#roomIndex #main section#amenitiAbout p {
  float: left;
  margin-right: 40px;
}
body#roomIndex #main section#amenitiAbout dl {
  margin-left: 583px;
}
body#roomIndex #main section#amenitiAbout dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b08d0f;
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 30px;
}
body#roomIndex #main section#amenitiAbout dl dt strong {
  font-size: 29px;
  font-weight: normal;
  letter-spacing: -2px;
}
body#roomIndex #main section table {
  width: 100%;
  background: #fff;
}
body#roomIndex #main section table th {
  width: 30%;
  padding: 20px;
}
body#roomIndex #main section table td {
  width: 80%;
  padding: 20px;
}
/*==============================================================
	#spaIndex : 温泉
===============================================================*/

body#spaIndex #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body#spaIndex #main section p,
body#spaIndex #main section table,
body#spaIndex #main section ul {
  line-height: 1.5;
}
body#spaIndex #main section#lead p {
  float: left;
}
body#spaIndex #main section#lead dl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  float: right;
}
body#spaIndex #main section#lead dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../img/bg/bg_line_01.png) no-repeat left top;
  padding-left: 40px;
  margin-left: 40px;
  line-height: 1.2;
  color: #b08d0f;
  font-size: 44px;
}
body#spaIndex #main section#lead dl dd {
  font-size: 24px;
  line-height: 1.8;
}
body#spaIndex #main section#about p.photo {
  margin-bottom: 40px;
}
body#spaIndex #main section#about p.txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
body#spaIndex #main section#about .spec {
  background: #fff;
  padding: 60px;
  margin-bottom: 60px;
}
body#spaIndex #main section#about .spec table {
  width: 800px;
  line-height: 1.8;
  margin: auto;
}
body#spaIndex #main section#about .spec table th {
  font-weight: bold;
  width: 20%;
  border-left: none;
  text-align: center;
}
body#spaIndex #main section#about .spec table th,
body#spaIndex #main section#about .spec table td {
  padding: 20px;
}
body#spaIndex #main section#about .spec table td {
  width: 80%;
  border-right: none;
}
body#spaIndex #main section#about ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
body#spaIndex #main section#about ul li {
  width: 318px;
  margin-bottom: 20px;
  text-align: center;
}
body#spaIndex #main section#about ul li img {
  margin-bottom: 10px;
}
body#spaIndex #main section#bath {
  text-align: center;
}
body#spaIndex #main section#bath .flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body#spaIndex #main section#bath p {
  /*float: left;
	width:631px;
	margin-right: 20px;*/
  width: 647px;
}
body#spaIndex #main section#bath p img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
body#spaIndex #main section#bath ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 333px;
}
body#spaIndex #main section#bath ul li {
  width: 157px;
  margin-bottom: 5px;
}
body#spaIndex #main section#bath ul li img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
/*==============================================================
	#cuisineIndex : お食事
===============================================================*/

body#cuisineIndex #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body#cuisineIndex #main section p,
body#cuisineIndex #main section table,
body#cuisineIndex #main section ul {
  line-height: 1.5;
}
body#cuisineIndex #main section#lead p {
  float: left;
}
body#cuisineIndex #main section#lead dl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  float: right;
}
body#cuisineIndex #main section#lead dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../img/bg/bg_line_01.png) no-repeat left top;
  padding-left: 40px;
  margin-left: 40px;
  line-height: 1.2;
  color: #b08d0f;
  font-size: 44px;
}
body#cuisineIndex #main section#lead dl dd {
  font-size: 24px;
  line-height: 1.8;
}
body#cuisineIndex #main section#about p.txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
body#cuisineIndex #main section#about ul {
  padding: 40px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
body#cuisineIndex #main section#about ul li {
  width: 440px;
}
body#cuisineIndex #main section#about ul li p img {
  margin-bottom: 20px;
}
body#cuisineIndex #main section#about ul li h3 {
  float: left;
  margin-right: 20px;
}
body#cuisineIndex #main section#about ul li p {
  font-size: 13px;
}
body#cuisineIndex #main section#dinner p {
  float: right;
}
body#cuisineIndex #main section#dinner dl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  float: left;
  text-orientation: upright;
}
body#cuisineIndex #main section#dinner dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../img/bg/bg_line_01.png) no-repeat left top;
  padding-left: 40px;
  margin-left: 40px;
  line-height: 1.2;
  color: #b08d0f;
  font-size: 44px;
}
body#cuisineIndex #main section#dinner dl dd {
  font-size: 24px;
  line-height: 1.8;
}
body#cuisineIndex #main section#dinner h2 {
  clear: both;
  padding-top: 60px;
}
body#cuisineIndex #main section#dinner p.txt {
  float: none;
  text-align: center;
  font-size: 18px;
}
body#cuisineIndex #main section#shop {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 100px;
}
body#cuisineIndex #main section#shop p {
  float: left;
  margin-right: 40px;
}
body#cuisineIndex #main section#shop dl {
  position: relative;
}
body#cuisineIndex #main section#shop dl dt {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b08d0f;
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-bottom: 20px;
}
body#cuisineIndex #main section#shop dl dt strong {
  font-size: 29px;
  font-weight: normal;
  letter-spacing: -2px;
}
body#cuisineIndex #main section#shop dl dd table {
  background: none;
  margin-bottom: 20px;
}
body#cuisineIndex #main section#shop dl dd table td {
  padding: 10px 10px 10px 0;
  border-top: none;
}
body#cuisineIndex #main section#shop dl dd table tr:last-child td {
  border-bottom: none;
}
body#cuisineIndex #main section#shop .note {
  /*margin-bottom: 40px;*/
}
body#cuisineIndex #main section#shop dl dd p {
  margin: 0;
}
body#cuisineIndex #main section#shop dl dd .btn {
  text-align: center;
  position: absolute;
  bottom: 0;
}
body#cuisineIndex #main section#shop dl dd .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  position: relative;
}
body#cuisineIndex #main section#shop dl dd .btn a span::before,
body#cuisineIndex #main section#shop dl dd .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#cuisineIndex #main section#shop dl dd .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#cuisineIndex #main section#shop dl dd .btn a span::after {
  content: "";
  right: 19px;
  bottom: 28px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
body#cuisineIndex #main section#gallery p {
  margin-bottom: 10px;
}
body#cuisineIndex #main section#gallery ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
body#cuisineIndex #main section#gallery ul li {
  width: 200px;
  margin-right: 5px;
  margin-left: 5px;
}
body#cuisineIndex #main section#menu ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
body#cuisineIndex #main section#menu ul li {
  width: 48%;
}
body#cuisineIndex #main section#menu h2.mTtl,
body#cuisineIndex #main section#menu h2.mTtl strong {
  background: none;
}
body#cuisineIndex #main section#menu h3 {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b08d0f;
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-bottom: 10px;
}
body#cuisineIndex #main section#menu table {
  width: 100%;
  background: none;
  margin-bottom: 0;
}
body#cuisineIndex #main section#menu table th,
body#cuisineIndex #main section#menu table td {
  padding: 10px;
  border-top: none;
}
body#cuisineIndex #main section#menu table tr:last-child th,
body#cuisineIndex #main section#menu table tr:last-child td {
  border-bottom: none;
}
body#cuisineIndex #main ul.gurunavi li {
  display: inline-block;
  margin-right: 20px;
}
body#cuisineIndex #main ul.gurunavi li a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  position: relative;
}
body#cuisineIndex #main ul.gurunavi li a span::before,
body#cuisineIndex #main ul.gurunavi li a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#cuisineIndex #main ul.gurunavi li a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#cuisineIndex #main ul.gurunavi li a span::after {
  content: "";
  right: 12px;
  bottom: 24px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
body#cuisineIndex #main section#place p.photo {
  position: relative;
  margin-bottom: 40px;
}
body#cuisineIndex #main section#place p.txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
/*==============================================================
	.cms : 新着情報　共通
===============================================================*/

body.cms #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body.cms #main section p,
body.cms #main section table,
body.cms #main section ul {
  line-height: 1.5;
}
body.cms #main section#conL {
  width: 680px;
  float: left;
}
body.cms #main section#conR {
  width: 280px;
  float: right;
}
body.cms #main section#conL .entry {
  margin-bottom: 40px;
  overflow: hidden;
}
body.cms #main section#conR dl {
  margin-bottom: 40px;
}
body.cms #main section#conR dt {
  font-size: 18px;
  border-bottom: 1px solid #b08d0f;
  text-align: center;
  padding-bottom: 20px;
  color: #b08d0f;
}
body.cms #main section#conR dd ul li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  color: #262626;
  line-height: 1.2;
}
body.cms #main section#conR dd ul li a strong {
  display: block;
  font-weight: normal;
}
body.cms #main section#conR dd select,
body.cms #main section#conR dd table {
  margin-top: 20px;
  width: 100%;
}
body.cms #main section#conR dd select {
  padding: 10px;
}
body.cms #main section#conR dd table {
  background: #fff;
}
body.cms #main section#conR dd table th,
body.cms #main section#conR dd table td {
  text-align: center;
}
/*==============================================================
	#newsIndex : 新着情報
===============================================================*/

body#newsIndex #main section#conL .entry h2 {
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 40px;
  line-height: 2;
}
body#newsIndex #main section#conL .entry h2 strong {
  font-weight: normal;
}
body#newsIndex #main section#conL .entry h2 span.category {
  border: 1px solid #b08d0f;
  background: #fff;
  font-size: 12px;
  color: #b08d0f;
  font-weight: bold;
  padding: 5px;
  margin-right: 5px;
}
body#newsIndex #main section#conL .entry h2 span.date {
  font-size: 16px;
  margin-left: 15px;
}
body#newsIndex #main section#conL .entry h2 a {
  font-size: 29px;
  font-weight: normal;
  display: block;
  color: #b08d0f;
}
body#newsIndex #main section#conL .entry .floatL {
  margin-right: 20px;
}
body#newsIndex #main section#conL .entry .btn {
  margin-top: 40px;
}
body#newsIndex #main section#conL .entry .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 10px 60px;
  color: #fff;
  position: relative;
}
body#newsIndex #main section#conL .entry .btn a span::before,
body#newsIndex #main section#conL .entry .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#newsIndex #main section#conL .entry .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#newsIndex #main section#conL .entry .btn a span::after {
  content: "";
  right: 12px;
  bottom: 18px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
body#newsIndex #main section#conL ol.pagebute {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
body#newsIndex #main section#conL ol.pagebute li {
  margin-left: 5px;
  margin-right: 5px;
}
body#newsIndex #main section#conL ol.pagebute li a,
body#newsIndex #main section#conL ol.pagebute li.active,
body#newsIndex #main section#conL ol.pagebute li span {
  color: #202020;
  text-decoration: none;
  text-align: center;
  border: 1px solid #cacaca;
  width: 50px;
  height: 50px;
  display: block;
  padding-top: 17px;
  background: #fff;
}
body#newsIndex #main section#conL ol.pagebute li a:hover,
body#newsIndex #main section#conL ol.pagebute li.active,
body#newsIndex #main section#conL ol.pagebute li span.current_page {
  background: #262626;
  color: #fff;
}
/*==============================================================
	#newsIndividual : 新着情報　詳細
===============================================================*/

body#newsIndividual #main section#conL .entry h2 {
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 40px;
  line-height: 2;
}
body#newsIndividual #main section#conL .entry h2 span.category {
  border: 1px solid #b08d0f;
  background: #fff;
  font-size: 12px;
  color: #b08d0f;
  font-weight: bold;
  padding: 5px;
  margin-right: 5px;
}
body#newsIndividual #main section#conL .entry h2 span.date {
  font-size: 16px;
  margin-left: 15px;
}
body#newsIndividual #main section#conL .entry h2 strong {
  font-size: 29px;
  font-weight: normal;
  display: block;
  color: #b08d0f;
}
body#newsIndividual #main section#conL .entry p {
  margin-bottom: 20px;
}
body#newsIndividual #main section#conL .pageNav {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
}
body#newsIndividual #main section#conL .pageNav a {
  color: #262626;
}
body#newsIndividual #main section#conL .pageNav li {
  padding: 10px 0;
}
body#newsIndividual #main section#conL .pageNav li:first-child {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #cacaca;
}
body#newsIndividual #main section#conL .pageNav li:last-child {
  padding: 10px 20px 10px 0;
  border-right: 1px solid #cacaca;
}
/*==============================================================
	#accessIndex : 周辺観光・アクセス
===============================================================*/

body#accessIndex #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body#accessIndex #main section p.alignC {
  margin-bottom: 60px;
}
body#accessIndex #main section .traffic {
  background: #fff;
  padding: 60px 60px 20px 60px;
  margin-bottom: 60px;
}
body#accessIndex #main section .traffic h3 {
  color: #b08d0f;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body#accessIndex #main section .traffic table {
  margin-bottom: 60px !important;
  line-height: 1.8;
  margin: auto;
  width: 100%;
}
body#accessIndex #main section .traffic table th {
  font-weight: bold;
  width: 20%;
  border-left: none;
  text-align: center;
  vertical-align: middle;
}
body#accessIndex #main section .traffic table th.train {
  background: url(../../access/img/ico_train.png) no-repeat 20px center;
}
body#accessIndex #main section .traffic table th.bus {
  background: url(../../access/img/ico_bus.png) no-repeat 20px center;
}
body#accessIndex #main section .traffic table th.car {
  background: url(../../access/img/ico_car.png) no-repeat 20px center;
}
body#accessIndex #main section .traffic table th,
body#accessIndex #main section .traffic table td {
  padding: 20px;
}
body#accessIndex #main section .traffic table td {
  width: 80%;
  border-right: none;
}
body#accessIndex #main section li {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
}
body#accessIndex #main section li p.floatR {
  margin-left: 40px;
}
body#accessIndex #main section li dl {
  line-height: 1.5;
  width: 560px;
}
body#accessIndex #main section li dl.noPhoto {
  width: auto;
}
body#accessIndex #main section li dl dt {
  font-size: 29px;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b08d0f;
  border-bottom: 1px solid #b08d0f;
  margin-bottom: 30px;
}
body#accessIndex #main section li dl dd p {
  margin-bottom: 20px;
}
body#accessIndex #main section ul li dl dd .btn {
  margin-bottom: 0;
}
body#accessIndex #main section ul li dl dd .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 0;
  color: #fff;
  position: relative;
  width: 300px;
  text-align: center;
}
body#accessIndex #main section ul li dl dd .btn a span::before,
body#accessIndex #main section ul li dl dd .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#accessIndex #main section ul li dl dd .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#accessIndex #main section ul li dl dd .btn a span::after {
  content: "";
  right: 18px;
  bottom: 40px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
body#accessIndex #main section #map {
  margin-bottom: 40px;
}
body#accessIndex #main section iframe {
  margin-bottom: 10px;
}
body#accessIndex #main section .alignC {
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
/*==============================================================
	#travelIndex : 女子たび富士山周遊プチ旅行
===============================================================*/

body#travelIndex #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body#travelIndex #main section li {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
body#travelIndex #main section li.conR p.photo {
  float: right;
}
body#travelIndex #main section li.conL p.photo {
  float: left;
  width: 480px;
  font-size: 12px;
  text-align: center;
}
body#travelIndex #main section li.conL p.photo img {
  margin-bottom: 10px;
}
body#travelIndex #main section li ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
body#travelIndex #main section li li {
  margin-bottom: 0;
}
body#travelIndex #main section li dl {
  line-height: 1.5;
  width: 480px;
}
body#travelIndex #main section li.conL dl,
body#travelIndex #main section li.conL ul {
  float: right;
}
body#travelIndex #main section li.conR ul {
  float: left;
}
body#travelIndex #main section li ul.column {
  clear: both;
  padding-top: 13px;
  float: none;
}
body#travelIndex #main section li dl dt {
  font-size: 29px;
  border-bottom: 2px dotted #f86a6a;
  margin-bottom: 30px;
  color: #f86a6a;
}
body#travelIndex #main section li dl dd p {
  margin-bottom: 20px;
}
body#travelIndex #main section ul li .btn a {
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  position: relative;
  text-align: center;
}
body#travelIndex #main section ul li .btn a span::before,
body#travelIndex #main section ul li .btn a span::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
body#travelIndex #main section ul li .btn a span::before {
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#travelIndex #main section ul li .btn a span::after {
  content: "";
  right: 27px;
  bottom: 28px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
body#travelIndex #main section ul li .clearB {
  text-align: center;
  padding-top: 40px;
}
body#travelIndex #main section ul li .btn.clearB a span::after {
  right: 19px;
  bottom: 24px;
}
body#travelIndex #main section li.conL:last-child ul {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
body#travelIndex #main section li.conL:last-child {
  margin-bottom: 0;
}
body#travelIndex #main section li.conL:last-child ul li {
  width: 190px;
}
body#travelIndex #main section li.conL:last-child ul img {
  margin-bottom: 10px;
}
/*==============================================================
	#businessIndex : ビジネスライフをサポート
===============================================================*/

body#businessIndex #main section {
  margin-bottom: 60px;
}
body#businessIndex #main section#businessList p,
body#businessIndex #main section#businessList dl {
  line-height: 1.5;
  margin-bottom: 20px;
}
body#businessIndex #main section#businessList p.txt {
  text-align: center;
}
body#businessIndex #main section#businessList ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  padding: 40px 0 0 0;
}
body#businessIndex #main section#businessList li {
  width: 480px;
  margin-bottom: 40px;
}
body#businessIndex #main section#businessList dt {
  position: relative;
  margin-bottom: 20px;
}
body#businessIndex #main section#businessList dt span {
  width: 80px;
  height: 80px;
  display: block;
  background: url(../../business/img/bg_num_01.png) no-repeat;
  font-size: 30px;
  font-family: Copperplate;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  text-align: center;
  padding-top: 20px;
}
body#businessIndex #main section#businessList div.woman h2 {
  background: url(../../business/img/pho_business_11.jpg) no-repeat;
  width: 1000px;
  height: 200px;
  color: #a6082e;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 1.3;
  padding: 65px 0 0 40px;
}
body#businessIndex #main section#businessList div.woman dt span {
  background: url(../../business/img/bg_num_02.png) no-repeat;
}
body#businessIndex #main section#businessList dd strong {
  font-size: 24px;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #b08d0f;
  display: block;
  margin-bottom: 20px;
}
/*==============================================================
　body.form : フォーム
===============================================================*/

body.form #main section {
  overflow: hidden;
  margin-bottom: 60px;
}
body.form #main section#lead p,
body.form #main section#lead ul,
body.form #main section#entry p,
body.form #main section#entry ul {
  line-height: 1.5;
  margin-bottom: 20px;
}
body.form form table {
  background: #fff;
  line-height: 1.5;
  margin-bottom: 60px;
}
body.form form th,
body.form form td {
  padding: 20px;
}
body.form form th {
  width: 30%;
}
body.form form th .nessesary {
  background: #a6082e;
  color: #fff;
  font-size: 85%;
  font-weight: normal;
  border-radius: 3px;
  padding: 4px 12px;
  margin-left: 10px;
  display: inline-blockp;
}
body.form form td .radioelement {
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
}
body.form input[type="text"],
body.form textarea {
  width: 100%;
  border: 1px solid #dfdbc7;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2);
}
body.form input[type="text"]:focus,
body.form textarea:focus {
  background: #f6f5f5;
}
body.form form td .kome {
  font-size: 85%;
  display: block;
  margin-bottom: 1.6%;
}
body.form form input[type="submit"] {
  cursor: pointer;
}
body.form .errs {
  color: #a6082e;
  padding: 20px;
}
body.form .alignC input {
  color: #fff;
  font-size: 24px;
  padding: 20px 60px;
  background: url(../img/bg/bg_btn.png);
}
/* #formStep
----------------------------------------------------*/
#formStep {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.4%;
}
#formStep li {
  width: 30%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mykokoro", serif;
  font-size: 180%;
  padding: 20px 4px;
  margin: 0 2%;
  line-height: 40px;
  position: relative;
}
#formStep li:last-of-type {
  background: none;
}
#formStep .num {
  background: url(../img/bg/bg_btn.png);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  color: #fff;
  margin-right: 12px;
}
#formStep .num em {
  font-weight: normal;
  font-family: "Mykokoro", serif;
}
#formStep li.crr {
  background: rgba(0, 0, 0, 0.1);
}
/*==============================================================
　html.tablet : タブレット対応
===============================================================*/

/* 全体
----------------------------------------------------*/

html.tablet header #globalNav {
  width: 75%;
}

html.tablet header #globalNav #seaBtn {
  float: right;
  border: none;
}

html.tablet header #globalNav li#seaBtn #dateBox,
html.tablet header #globalNav li#seaBtn .title {
  padding-top: 15px;
}

html.tablet header #globalNav li#seaBtn #dateBox,
html.tablet header #globalNav li#seaBtn .title,
html.tablet header #globalNav li#seaBtn h3 {
  margin-bottom: 0;
  float: left;
  font-size: 0.8rem;
}

html.tablet header #globalNav li#seaBtn h3,
html.tablet header #globalNav li#seaBtn .title {
  margin-bottom: 0;
}

html.tablet header #globalNav li#seaBtn h3 {
  padding-top: 8px;
  margin-right: 10px;
}

html.tablet header #globalNav li#seaBtn .title {
  margin-left: 10px;
}

/*
html.tablet header #globalNav li {
	width: 120px;
}
*/
html.tablet #main .contentInner {
  width: 100%;
}
html.tablet body:not(#home) #main {
  width: 100%;
}
/* トップページ
----------------------------------------------------*/

html.tablet body#home #main #about .contentInner {
  display: flex;
  justify-content: space-between;
}
html.tablet body#home #main #about .contentInner div {
  margin-right: 0;
  float: none;
}
html.tablet body#home #main #appeal ul {
  justify-content: space-between;
}
html.tablet body#home #main #appeal ul li {
  margin-right: 0;
}
/* 客室
----------------------------------------------------*/

html.tablet body#roomIndex #main section#lead dl {
  margin-right: 40px;
}
/* 温泉
----------------------------------------------------*/

html.tablet body#spaIndex #main section#lead dl {
  margin-right: 30px;
}
/* 温泉
----------------------------------------------------*/

html.tablet body#spaIndex #main section#lead dl {
  margin-right: 30px;
}
/* お食事
----------------------------------------------------*/

html.tablet body#cuisineIndex #main section#lead dl {
  margin-right: 30px;
}
/*--EOF-----------------------------------------------------------------------*/

body.plan #main .searchBox {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 7px;
  border: solid 3px rgba(87, 77, 63, 0.5);
}
body.plan #main .searchBox #dateBox {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.plan #main .searchBox form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.plan #main .searchBox .closeBtn {
  display: none;
}
body.plan #main .searchBox h3,
body.plan #main .searchBox #dateBox,
body.plan #main .searchBox .alignC,
body.plan #main .searchBox p {
  vertical-align: middle;
}
body.plan #main .searchBox #dateBox {
  width: 55%;
}
body.plan #main .searchBox #dateBox span,
body.plan #main .searchBox #dateBox select,
body.plan #main .searchBox #dateBox button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
body.plan #main .searchBox #dateBox span {
  margin: 0 7px;
}
body.plan #main .searchBox .innerBox > p {
  display: none;
}
body.plan #main .searchBox .innerBox {
  width: 95%;
  padding: 0;
}
body.plan #main .searchBox .innerBox select {
  border: 1px solid #d9d0c4;
  padding: 3px;
  padding-right: 16px;
  border-radius: 3px;
}
body.plan #main .searchBox h3 {
  padding-right: 0px;
  line-height: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
body.plan #main .searchBox .calendarBtn {
  /*	width: 40px;
	border-radius: 3px;
	padding: 5px;*/
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.plan #main .searchBox .calendarBtn:hover {
  opacity: 0.7;
}
/*
body.plan #main .searchBox .calendarBtn img {
	width: 100%;
	height: auto;
	display: block;
}
*/
body.plan #main .searchBox .searchBtn {
  font-size: 15px;
  margin-left: 20px;
  padding: 14px 35px;
  color: #fff;
  border: none;
  background: url(../img/bg/bg_btn.png) repeat;
  display: inline-block;
}
/*　カレンダー　*/

body.plan #main .searchBox #search_calendar {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
}
body.plan #main .searchBox #search_calendar a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.plan #main .searchBox #search_calendar a:hover {
  opacity: 0.7;
}
body.plan #main .searchBox #search_calendar.open {
  display: block;
  opacity: 1;
}
body.plan #main .searchBox #search_calendar .calendarBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 40%;
  height: 50%;
}
body.plan #main .searchBox #search_calendar .calendarBox .cl_close {
  position: absolute;
  right: -70px;
  top: -50px;
  border-radius: 50%;
  background: #000;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
body.plan #main .searchBox #search_calendar .calendarBox .cl_close:before,
body.plan #main .searchBox #search_calendar .calendarBox .cl_close:after {
  display: block;
  content: "";
  width: 3px;
  height: 50%;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.plan #main .searchBox #search_calendar .calendarBox .cl_close:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.plan #main .searchBox #search_calendar .calendarBox table {
  width: 100%;
}
body.plan #main .searchBox #search_calendar .calendarBox table th,
body.plan #main .searchBox #search_calendar .calendarBox table td {
  text-align: center;
  border: none;
  border-bottom: 1px solid #ded7ce;
}
body.plan #main .searchBox #search_calendar .calendarBox table th {
  padding: 10px 0;
}
body.plan #main .searchBox #search_calendar .calendarBox table th a {
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #555049;
  font-weight: normal;
}
body.plan #main .searchBox #search_calendar .calendarBox table td {
  padding: 10px 5px;
}
body.plan #main .searchBox #search_calendar .calendarBox table td a {
  background: #f6f5f5;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: #555049;
  display: block;
  border-radius: 2px;
}
body.plan #main .searchBox #search_calendar .calendarBox table .cl_week span {
  background: #000;
  color: #fff;
  position: relative;
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 50%;
  padding-top: 8px;
}

body.errors #main {
  line-height: 1.5;
}

body.errors #main p,
body.errors #main ul {
  margin-bottom: 20px;
}

body.errors section {
  margin-bottom: 60px;
}
@media screen and (max-width: 1250px) {
    header #globalNav li{
        width: 125px;
        font-size: 90%;
    }
}
@media screen and (max-width: 1200px) {
  header #globalNav {
    width: 77%;
  }
  header #globalNav li {
    width: 14.285%;
  }
}
@media screen and (max-width: 1100px) {
  .w_m_block {
    display: block;
  }
  header #globalNav li {
      font-size: 80%;
    }
}
