h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.secondary_nav_widgetized_area nav,
.caption .inner .t1,
.caption .inner .t2,
.caption .inner .t3,
.head_panel .hgroup,
.section_header,
.newsletter_form h3,
.text_block h1,
.text_block h2 small,
.text_block h3 small a,
.post-grid.boxed_children article.post h2.post_title {
  font-family: 'YuMincho', 游明朝, 'MS P明朝', 'MS PMincho', serif;
}
body,
.header,
p,
.section_header.xbold p,
.section_header.fancy p,
.section_header.minimal p,
.section_header.elegant p,
.section_header.overlay p,
.testimonial p,
.pricing_plan .the_price,
.bootstrap-datetimepicker-widget table th,
.widget_latest_posts .media .media-body a span,
.widget_categories ul li a,
.widget_categories ul li a small,
.widget_booking_form h5,
.booking-box-title h2,
.booking-box-title-side h2 {
  font-family: YuGothic, '游ゴシック', 'MS Pゴシック', 'MS PGothic', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: none;
}
.eng {
  font-family: TimesNewRoman, 'Times New Roman', serif;
  font-style: italic;
}
body,
.text_block p {
  font-size: 16px;
  line-height: 1.8;
}
h2, .h2 {
  font-size: 25px;
}
h3, .h3 {
  font-size: 18px;
}
article.post p.top-news-caption {
  font-size: 16px;
}
.text_block ol ol {
    list-style: lower-roman;
}
.text_block ol ol ol {
    list-style: katakana-iroha;
}

body {
  background-color: #ffffff;
}

.light_section,
.main .light_section,
div[class*="_section"] .light_section,
section[class*="_section"] .light_section,
section[class*="_section"] div[class*="_section"] .light_section {
  background-color: #d0d3d4;
}
body,
.light_section,
.main .light_section,
div[class*="_section"] .light_section,
section[class*="_section"] .light_section,
section[class*="_section"] div[class*="_section"] .light_section,
.text_block h2,
.text_block h3 {
  color: #2D2926;
}
.white_section a:link,
.main .white_section a:link,
div[class*="_section"] .white_section a:link,
section[class*="_section"] .white_section a:link,
section[class*="_section"] div[class*="_section"] .white_section a:link,
.white_section a:visited,
.main .white_section a:visited,
div[class*="_section"] .white_section a:visited,
section[class*="_section"] .white_section a:visited,
section[class*="_section"] div[class*="_section"] .white_section a:visited {
  color: #89734c;
}
.widget_footer_menu a:hover {
  color: #89734c !important;
}
.secondary_nav_widgetized_area nav ul li a:before {
  background: #89734c;
}
.dark_section,
.main .dark_section,
div[class*="_section"] .dark_section,
section[class*="_section"] .dark_section,
section[class*="_section"] div[class*="_section"] .dark_section,
footer,
footer .copyright_content {
  background-color: #2D2926;
}
footer a:link, footer a:visited {
  color: #ffffff;
}
.btn-primary {
  border: 1px #89734c solid;
  color: #705f34 !important;
}
.btn-primary:before {
  background: #89734c;
}
.btn-link:before {
  background: #89734c;
}
.header nav.primary_nav ul li a:before {
  background: #89734c;
}
.btn-primary.filled {
  border: 1px solid #89734c;
  background-color: #89734c;
  color: #fff !important;
}
.btn-primary:before {
  background-color: #705f3a;
}
.light_section a:hover,
.main .light_section a:hover,
div[class*="_section"] .light_section a:hover,
section[class*="_section"] .light_section a:hover,
section[class*="_section"] div[class*="_section"] .light_section a:hover,
.light_section a:active,
.main .light_section a:active,
div[class*="_section"] .light_section a:active,
section[class*="_section"] .light_section a:active,
section[class*="_section"] div[class*="_section"] .light_section a:active,
footer a:hover, footer a:active {
    color: #89734c;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #555555 !important;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #555555 !important;
  opacity: 0.5;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #555555 !important;
  opacity: 0.5;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #555555 !important;
  opacity: 0.5;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #555555 !important;
  opacity: 0.5;
}
input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; }
input:focus::-moz-placeholder { color:transparent !important; }
input:focus::-ms-input-placeholder { color:transparent !important; }
textarea:focus::-webkit-input-placeholder { color:transparent !important; }
textarea:focus:-moz-placeholder { color:transparent !important; }
textarea:focus::-moz-placeholder { color:transparent !important; }
textarea:focus::-ms-input-placeholder { color:transparent !important; }

.contact-quick input,
.contact-quick textarea,
.appointment input,
.appointment textarea,
.contact-quick select,
.appointment select,
.submit_btn {
  margin-top: 25px;
}
.form-control {
  margin-bottom: 0px;
}
.form-error {
  color: #e60012;
  font-size: 12px;
}
.input-error {
  border-color: #e60012 !important;
}
input[type=checkbox] + span {
  padding-left: 10px;
}
table.confirm {
  margin-bottom: 50px;
}
table.confirm th,
table.confirm td {
  padding: 16px 24px;
}
table.confirm th {
  width: 20%;
}
table.confirm td {
  width: 80%;
}
@media only screen and (max-width:480px){
table.confirm th,
table.confirm td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.confirm_submit {
  width: 100%;
}
select {
  border: 1px solid rgba(17, 17, 24, 0.2);
}
ul.pagination li.active a {
  color: #89734c !important;
}
table {
  margin-bottom: 100px;
}
th, td {
  padding: 10px 50px 30px 0px;
  vertical-align: top;
}
.no-margin-top {
    margin-top: 0 !important;
}
.top-carousel {
  max-width: 1200px;
  margin: 30px auto;
}
h1.top-page { font-size: 25px; }
h3.border-bottom {
  border-bottom: 1px solid #2D2926;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.restaurant h3 {
  font-size: 25px;
}
.esthetic h4 {
  border-bottom: 1px dotted #2D2926;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 70px;
}
.location h3 {
  border-bottom: 1px dotted #2D2926;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 70px !important;
}
.widget h4 {
  line-height: 1;
  padding-bottom: 0;
}
.faq h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000000;
  line-height: 1.4;
}
.faq p {
  margin-bottom: 40px;
  padding-left: 20px;
}
.margin_top2 {
    margin-top: 80px !important;
}
.header.transparent {
  background-color: rgba(45, 41, 38, 0.85) !important;
}
.header nav.primary_nav ul li a {
  font-size: 14px;
}
.logo {
  padding-left: 35px;
}
.logo a.brand img {
	max-height: 50px;
    width: 158px;
}
.header nav.primary_nav ul {
  float: left;
}
nav a.btn {
  margin-top: 20px;
  margin-left: 24px;
}
.nav_and_tools.nav_centered {
  left: 49%;
}
.caption.caption_elegant .inner .t1 {
  font-size: 50px;
}
.caption.caption_elegant .inner .t1,
.caption.caption_elegant .inner .t3 {
  color: #2D2926 !important;
}
.widget_text .textwidget {
    font-size: 12px;
}
.widget_text .small-head {
    font-size: 13px;
}
.head_panel .slider_wrapper .caption_elegant {
  width: 100%;
  left: 0%;
  top: 25%;
}
.booking-box {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1000;
  width: 300px;
}
.text_block div.teikan-block {
  margin-bottom: 60px;
}
.pointcard-block {
  margin-bottom: 60px;
}
.category-icon {
  color: #323232;
  padding: 5px 10px;
  background-color: #dbdbdb;
  font-size: 11px;
}
article.post .post_date {
  padding-left: 10px;
}
article.post .post_title {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .booking-box {
    display:none;
  }
}
@media (min-width: 768px) {
  .booking-box {
    left: 50%;
    margin-left: -375px;
  }
}
@media (min-width: 992px) {
  .booking-box {
    left: 50%;
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .booking-box {
    left: 50%;
    margin-left: -585px;
  }
}
.booking-box-title {
    background-color: #e4dfd3;
    padding: 10px;
}
.booking-box-title h2 {
    margin: 0;
    color: #705f3a;
    font-size: 18px;
    font-weight: bold;
}
.booking-box-content {
    background-color: rgba(255,255,255, .8);
    padding: 10px;
}
.booking-box-title-side {
    background-color: #e4dfd3;
    padding: 10px;
}
.booking-box-title-side h2 {
    margin: 0;
    color: #705f3a;
    font-size: 18px;
    font-weight: bold;
}
.booking-box-content-side {
    background-color: rgba(255,255,255, .8);
    padding: 10px;
}
.widget .booking-box-content-side {
  background-color: #e8e9ea;
}
.widget:after {
  background-color: #ffffff;
}
.checkinout {
  display: inline-block;
  width: 135px;
}
.checkinout-input {
  background-color: #fdfdfd;
  border: 1px solid rgba(17, 17, 24, 0.2) !important;
  border-radius: 0px;
  color: #111118;
  font-size: 13px;
  height: inherit;
  margin-bottom: 12px;
  line-height: 1.2;
  padding: 10px;
}
.checkinout-input-half {
  width: 48%;
}
.checkinout-input-full {
  width: 97%;
}
.reservation-submit {
  float: left;
  margin-right: 10px;
}
.mypage {
  font-size: 11px;
  line-height: 1.5em;
}
.mypage a,
.main .light_section .mypage a {
    color: #89734c;
}
.mypage a:hover {
  text-decoration: underline;;
}
.main section.bg-monogram {
  background-image: url('/atami/assets/images/bg_monogram.png');
  background-position: right bottom;
  background-color: #2d2926;
  background-size: inherit;
}
.top-concept {
  padding: 30px 30px 50px;
}
.top-concept h2 {
  font-size: 25px;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 0.8;
  margin-bottom: 45px;
}
.top-concept .small-head {
  font-size: 45%;
  letter-spacing: 0;
}
.top-concept .decoration img {
  margin: 10px 0 25px;
}
.top-news {
  margin-bottom: 10px;
}
.entry .entry_title h2 {
  font-size: 25px;
  text-transform: none;
}
.top-location {
  margin-top: 80px;
}
.gmap-box {
  margin-bottom: 60px;
}
.gmap {
  margin-bottom: 20px;
}
.footer-logo {
  margin: 0 50px;
}

.text_block span {
  letter-spacing: 1px;
}
.room_bg_light {
  background-color: rgba(255, 255, 255, 0);
}
.room-row {
  background-color: rgba(255, 255, 255, 0.5);
}
.amenity-caption {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.cta-bottom h2{
  margin-top: 0;
}
.secondary_nav_widgetized_area .nav_plan_button {
  padding: 10px !important;
  margin-top: 5px;
  margin-bottom: 15px;
}
a.language img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
}
a.language:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.secondary_nav_widgetized_area .language {
  display: none;
}
.cbp-popup-wrap {
  z-index: 10000;
}

.affix {
  position: fixed;
  top: 100px;
}
.affix-bottom {
  position: absolute;
}
.affix, .affix-bottom {
  width: 360px;
}

@media (max-width: 1199px){
  .affix, .affix-bottom {
    width: 293.328px;
  }
}

@media only screen and (max-width:480px){
.responsive-table th,
.responsive-table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

@media (max-width: 420px) {
  .text-center {
    text-align: left;
  }
  .main section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .margin_top2 {
      margin-top: 30px !important;
  }
}


/* スマホ用index予約フォーム
=====================================================*/
.booking-box-sp_mypage-link {
  color: #ffffff; }

.booking-box-sp {
  margin-top: 15px; }

@media (min-width: 1048px) {
  .booking-box-sp {
    display: none; } }

.booking-box-sp_wrapper {
  background-color: #89734c;
  min-height: 70px; }

.booking-box-sp_wrapper-L {
  float: left;
  padding: 10px; }

.booking-box-sp_wrapper-R {
  float: right;
  background-color: #b09a71;
  position: relative;
  overflow: hidden;
  width: 50px;
  min-height: 70px;
  cursor: pointer; }

.booking-box-sp_wrapper-R:before {
  content: "";
  position: absolute;
  background-image: url("/atami/assets/images/icon_arrow-w.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out; }

.booking-box-sp_wrapper-R.active:before {
  background-image: url("/atami/assets/images/icon_arrow-w.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.booking-box-sp_content {
  display: none;
  background-color: #f4f4f4;
  color: #333;
  padding: 10px; }

.booking-box-sp_title {
  font-family: YuGothic, "游ゴシック", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px; }

.booking-box-sp_mypage {
  margin: 0;
  padding: 0;
  line-height: 0; }

.booking-box-sp_mypage-link {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  padding: 0; }

.booking-box-sp_mypage-link + .booking-box-sp_mypage-link {
  margin-left: 10px; }

.booking-box-sp_mypage-link:hover {
  color: #B49289; }

@media (max-width: 1048px) {
  .booking-form {
      margin-top: 15px;
  }
}

.reservation-submit-sp {
  float: none;
  margin-top: 30px;
}

/* GrandBach共通フッター
================================================================ */
.commonfooter .footer-column {
  padding: 0 15px;
}

.commonfooter .footer-top {
  margin: 0 auto;
  padding: 50px 15px;
  max-width: 1200px;
}

@media (min-width: 600px) {
  .commonfooter .footer-top {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 600px) {
  .commonfooter .footer-top .footer-column:nth-child(1) {
    flex-basis: 36%;
  }
}

@media (min-width: 600px) {
  .commonfooter .footer-top .footer-column:nth-child(2),
  .commonfooter .footer-top .footer-column:nth-child(3),
  .commonfooter .footer-top .footer-column:nth-child(4) {
    flex-basis: 21.33%;
    flex-grow: 2;
  }
}

.commonfooter .footer-gb_logo {
  margin: 0;
}

.commonfooter .footer-gb_logo.footer-gb_logo-kyoto {
  display: block;
  width: 180px;
  margin-bottom: 20px;
}

.commonfooter .footer-gb_logo.common {
  display: inline-block;
}

.commonfooter .social {
  display: block;
}

.commonfooter .social a {
  margin-right: 10px;
  margin-left: 0;
  font-size: 30px;
}

.commonfooter .footer-menu,
.commonfooter .series-menu {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
}

.commonfooter .footer-menu li:before,
.commonfooter .series-menu li:before {
  margin-right: 10px;
  content: "\f105";
  font-family: "FontAwesome";
}

.commonfooter .footer-menu ul,
.commonfooter .series-menu ul {
  list-style-type: none;
}

.commonfooter .footer-menu a,
.commonfooter .series-menu a {
  color: #fff;
}

.commonfooter .footer-menu a:hover,
.commonfooter .series-menu a:hover {
  color: #6D3332;
}

.commonfooter .series-menu {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .commonfooter .series-menu {
    margin-top: 0;
  }
}

.commonfooter .hotel_name {
  font-weight: bold;
  font-size: 120%;
  font-family: 'YuMincho', 游明朝, 'MS P明朝', 'MS PMincho', serif;
}

.commonfooter .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.commonfooter .footer-bottom .inner {
  margin: 0 auto;
  padding: 96px 15px;
  max-width: 1200px;
}

@media (min-width: 600px) {
  .commonfooter .footer-bottom .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}

@media (min-width: 600px) {
  .commonfooter .footer-bottom .inner .footer-column:nth-child(1) {
    flex-basis: 25%;
  }
}

@media (min-width: 600px) {
  .commonfooter .footer-bottom .inner .footer-column:nth-child(2) {
    flex-basis: 75%;
  }
}

.commonfooter .footer-gb_logo {
  display: block;
  width: 180px;
}

.commonfooter .copyright-container {
  padding: 15px;
  background-color: #000;
  text-align: center;
  font-size: 12px;
}

/* ハンバーガー用ホテルリンク
================================================================ */
.secondary_nav_widgetized_area .hotel_link {
  margin: 0 28px;
  color: #fff;
}

.secondary_nav_widgetized_area .hotel_link:before {
  position: relative;
  display: block;
  margin: 37px 0;
  width: 260px;
  height: 1px;
  background-color: rgba(221, 221, 221, 0.1);
  content: '';
}

.secondary_nav_widgetized_area .menu-gb_logo {
  margin-bottom: 0;
  width: 180px;
}

.secondary_nav_widgetized_area ul {
  padding: 0;
  list-style-type: none;
  font-family: 'YuMincho', 游明朝, 'MS P明朝', 'MS PMincho', serif;
}

.secondary_nav_widgetized_area .series-menu {
  font-size: 13px;
  margin-top: 20px;
}

.secondary_nav_widgetized_area .series-menu a {
  margin-left: 0;
}

.secondary_nav_widgetized_area .series-menu:after {
  background-color: transparent;
}

.secondary_nav_widgetized_area .social {
  width: 260px;
  margin-left: 30px;
}

.secondary_nav_widgetized_area .social a {
  margin-right: 10px;
  margin-left: 0;
  color: #fff;
  font-size: 30px;
}