<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==========================================================================
   Base
   ========================================================================== */

.page-main {
  min-width: 1120px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.page-main .container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-main p {
  margin-bottom: 10px;
}

.page-main p.hdg {
  margin-bottom: 0;
  font-weight: bold;
}

.page-main strong {
  color: inherit;
  font-weight: bold;
}

@media not screen and (max-width: 768px) {
  .page-main .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-main {
    min-width: 0;
    font-size: 12px;
    line-height: 1.583333333333333;
  }

  .page-main .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-main .hidden-sp {
    display: none;
  }
}

/* Form of equal allocation */
.section-header-profile &gt; div &gt; p {
  text-align: justify;
  text-justify: inter-word;
}


/* ==========================================================================
   Utils
   ========================================================================== */

/* .row
   ========================================================================== */

.row {
  display: flex;
  margin-bottom: 30px;
}

.row &gt; .col {
  width: 100%;
}

.row &gt; .col.one-col {
  width: 50%;
}

.row &gt; .col &gt; :last-child {
  margin-bottom: 0;
}

.row.gutter-l {
  margin-top: -20px;
  margin-left: -40px;
}

.row.gutter-l &gt; .col {
  padding-top: 20px;
  padding-left: 40px;
}

.row.gutter-m {
  margin-top: -10px;
  margin-left: -20px;
}

.row.gutter-m &gt; .col {
  padding-top: 10px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .row {
    display: flex;
    margin-bottom: 10px;
  }

  .row.break-sp {
    display: block;
  }

  .row.break-sp &gt; .col {
    flex-shrink: 1 !important;
    width: auto !important;
  }
}

/* .row-compact
   ========================================================================== */

.row-compact {
  margin-bottom: 15px;
  margin-left: -15px;
}

.row-compact &gt; .col {
  padding-left: 15px;
}

.row-compact &gt; .col-pic {
  order: 1;
  flex-shrink: 0;
  width: 195px;
}

.row-compact.invert &gt; .col-pic {
  order: 0;
}

@media screen and (max-width: 768px) {
  .row-compact {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .row-compact &gt; .col-pic {
    float: right;
    width: 145px;
  }

  .row-compact.invert &gt; .col-pic {
    float: left;
    margin-right: 15px;
  }
}

/* .text-note
   ========================================================================== */

.text-note,
.row-spots.yumoto &gt; .col &gt; p.text-note,
.row-spots.owakudanai &gt; .col &gt; p.text-note {
  font-size: 11px;
  line-height: 1.454545454545455;
}

@media screen and (max-width: 768px) {
  .text-note,
  .row-spots.yumoto &gt; .col &gt; p.text-note,
  .row-spots.owakudanai &gt; .col &gt; p.text-note {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* .over
   ========================================================================== */
@media screen and (min-width: 769px) {
  *.over { -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms;}
	*:hover.over { opacity:0.7;}
}


/* ==========================================================================
   Header
   ========================================================================== */

/* .nav-menu
   ========================================================================== */

.nav-menu {
  position:fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: none;
  width: 180px;
  background: #f6f6f6;
}

.nav-menu .body {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu .body li + li {
  border-top: solid 1px #474747;
}

.nav-menu .btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f6f6f6;
  text-decoration: inherit;
}

.nav-menu .btn:hover {
  color: inherit;
}

.nav-menu .btn:hover .inner {
  opacity: .7;
}

.nav-menu .btn .icon {
  margin-left: auto;
}

.nav-menu .btn .icon.fill {
  fill: currentColor;
}

.nav-menu .btn .icon.stroke {
  stroke: currentColor;
}

.nav-menu .btn-toggle {
  font-size: 18px;
}

.nav-menu .btn-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.166666666666667;
}

.nav-menu .btn-link.hakone {
  background-color: #83ccd2;
  color: #064c52;
}

.nav-menu .btn-link.kamakura {
  background-color: #e9c7b8;
  color: #972308;
}

.nav-menu .btn-link.oyama {
  background-color: #c2da75;
  color: #556a11;
}

.nav-menu .btn-link.hotels {
  background-color: #ebe2b3;
  color: #776401;
}

@media screen and (max-width: 768px) {
  .nav-menu {
    top: 0;
    right: 0;
    width: 40px;
  }

  .nav-menu .body {
    left: auto;
    width: 100vw;
  }

  .nav-menu .btn br {
    display: none;
  }
}

/* .section-header
   ========================================================================== */

.section-header {
  position: relative;
}

.section-header .main {
  position: relative;
  height: calc(100vh - 60px);
  padding-top: 121px;
  background: url(/wordpress/wp-content/themes/odakyu/img/robuchon/header_bg.jpg) 60% 50% no-repeat;
  background-size: cover;
}

.section-header .main &gt; div {
  width: 1045px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin-top: -30px;
}

.section-header .main .heading {
  text-align: center;
}

.section-header .main .heading img {
  width: 100%;
}

.section-header .main &gt; div p {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 33px;
  margin-bottom: 0;
}

.section-header .main .icon {
  position: absolute;
  right: 41px;
  top: 35px;
  width: 60px;
}

/* scroll-area */
.section-header .scroll-area {
  display: block;
  min-height: 65px;
	text-align: center;
	position: absolute;
	left: 0; right: 0;  bottom: 0;
	margin: auto;
	-webkit-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

.section-header .scroll-area &gt; a {
	display: block;
	width: 70px;
	height: 40px;
	position: absolute;
  left: 0; right: 0; bottom: 0;
  margin: auto;
}

.section-header .scroll-area &gt; a:hover {
  text-decoration: none;
}

.section-header .scroll-area &gt; a .scroll-text {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: -22px;
  letter-spacing: 0.1em;
}

.section-header .scroll-area &gt; a .scroll-border {
	width: 1px;
    height: 40px;
    position: absolute;
	left: 0; right: 0;  bottom: 0;
	margin: auto;
	overflow: hidden;
}

.section-header .scroll-area &gt; a .scroll-border:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
    position: absolute;
	left: 0; right: 0;  bottom: 0;
	margin: auto;
	-webkit-animation-duration: 2.5s;
	        animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.section-header .scroll-area  { -webkit-transition-delay: 3700ms; -o-transition-delay: 3700ms; transition-delay: 3700ms; opacity: 1; }
.section-header .scroll-area &gt; a .scroll-border:after { -webkit-animation-name: scroll; animation-name: scroll; }

/* scroll-area - keyframes */
@-webkit-keyframes scroll {
	0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	5% { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	35% { -webkit-transform: translateY(0); transform: translateY(0); }
	65% { -webkit-transform: translateY(0); transform: translateY(0); }
	95% { -webkit-transform: translateY(100%); transform: translateY(100%); }
	100% { -webkit-transform: translateY(100%); transform: translateY(100%); }
}
@keyframes scroll {
	0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	5% { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	35% { -webkit-transform: translateY(0); transform: translateY(0); }
	65% { -webkit-transform: translateY(0); transform: translateY(0); }
	95% { -webkit-transform: translateY(100%); transform: translateY(100%); }
	100% { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@media (min-aspect-ratio: 18/9) {
  .section-header .main {
    width: 1080px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-header .main &gt; div {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .section-header .main {
    width: auto;
    height: 0;
    padding-top: calc(260 / 375 * 100%);
  }

  .section-header .main .icon {
    width: 40px;
    top: auto;
    right: 15px;
    bottom: 15px;
  }

  .section-header .main &gt; div {
    width: 100%;
    position: absolute;
    top: 35px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
  }

  .section-header .main &gt; div p {
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-top: 10px;
  }

  .section-header .scroll-area {
    display: none;
  }
}

/* .section-header-profile
   ========================================================================== */

.section-header-profile {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fdf9e5;
  overflow: hidden;
}

.section-header-profile &gt; :last-child {
  margin-bottom: 0;
}

.section-header-profile .pic {
  float: left;
  width: 237px;
  margin-right: 40px;
}

.section-header-profile .heading {
  padding-top: 25px;
  margin-bottom: 5px;
}

.section-header-profile .heading img {
  height: 33px;
}

.section-header-profile &gt; div &gt; p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section-header-profile {
    position: static;
    width: auto;
    padding: 25px 0 15px;
    background-color: #fdf9e5;
    color: inherit;
    line-height: 1.5;
  }

  .section-header-profile .pic {
    width: 110px;
    margin-right: 15px;
  }

  .section-header-profile .heading {
    padding-top: 0;
    margin-bottom: 0;
  }

  .section-header-profile .heading img {
    height: 18px;
  }

  .section-header-profile &gt; div &gt; p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .section-header-profile .pic { width: 95px; margin-right: 10px; }
  .section-header-profile .heading img { height: 15px; }
  .section-header-profile &gt; div &gt; p { margin-top: 7px; }
}

/* ==========================================================================
   Map
   ========================================================================== */

/* .section-map
   ========================================================================== */

.section-map {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
  background-color: #fdf9e5;
  overflow: hidden;
}

.section-map .container {
  position: relative;
}

.section-map .heading {
  /* position: absolute;
  top: 50px;
  left: 0;
  right: 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #004380;
  text-align: center;
}

.section-map .heading img {
  margin-top: 8px;
}

#lang-en .section-map .heading img {
  margin-top: 0;
}


.section-map .pic {
  width: 100%;
  max-width: 1080px;
  display: block;
  background: #fff;
  border-bottom: 4px solid #004380;
  position: relative;
  margin: auto;
}

.section-map .map-area {
  background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/map_pic_fr_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
}

#lang-en .section-map .map-area {
  background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/map_pic_en_pc.png);
}

@media screen and (min-width: 1990px) {
  .section-map .map-area {
    height: 0;
    background-size: cover;
    padding-top: calc(520 / 1900 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .section-map {
    padding-top: 12px;
    padding-bottom: 0;
    border-top: none;
    background-color: #fff;
  }

  .section-map .heading {
    position: absolute;
    top: 11px;
    left: 15px;
    right: 15px;
    height: 52px;
  }

  .section-map .heading img {
    margin-top: 0;
  }

  .section-map .pic {
    display: none;
  }
}

/* ==========================================================================
   Area
   ========================================================================== */

/* .section-area
   ========================================================================== */

.section-area {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 20px;
}

.section-area.hakone {
  background: #e0f0eb;
}

.section-area.kamakura {
  background: #ede1d9;
}

.section-area.oyama {
  background: #ebf5e5;
}

@media screen and (max-width: 768px) {
  .section-area {
    padding-top: 20px;
  }
}

/* .nav-area
   ========================================================================== */

.nav-area .row {
  margin-bottom: 0;
}

.nav-area .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  background: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.166666666666667;
  text-align: center;
}

.nav-area .item::after {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  width: 25px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  background: url(/wordpress/wp-content/themes/odakyu/img/robuchon/img/nav_item_icon.svg) no-repeat;
  background-size: 100% auto;
}

.nav-area .item:hover {
  text-decoration: inherit;
  opacity: .7;
}

.nav-area .item.is-current {
  pointer-events: none;
}

.nav-area .item.is-current::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid transparent;
  border-width: 15px 15px 0 15px;
}

.nav-area .item.is-current::after {
  display: none;
}

.nav-area .item.is-current:hover {
  opacity: 1;
}

.nav-area .item.hakone {
  font-size: 28px;
  background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/nav_item01_bg.jpg);
}

.nav-area .item.kamakura {
  background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/nav_item02_bg.jpg);
}

.nav-area .item.oyama {
  background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon//nav_item03_bg.jpg);
}

.nav-area .item.hakone.is-current {
  background-color: #83ccd2;
  background-image: none;
}

.nav-area .item.hakone.is-current::before {
  border-top-color: #83ccd2;
}

.nav-area .item.kamakura.is-current {
  background-color: #df9784;
  background-image: none;
}

.nav-area .item.kamakura.is-current::before {
  border-top-color: #df9784;
}

.nav-area .item.oyama.is-current {
  background-color: #c2da75;
  background-image: none;
}

.nav-area .item.oyama.is-current::before {
  border-top-color: #c2da75;
}

@media screen and (max-width: 768px) {
  .nav-area {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .nav-area .item {
    height: 67px;
    font-size: 11px;
    line-height: 1.272727272727273;
  }

  .nav-area .item::after {
    bottom: 10px;
    width: 13px;
    height: 7px;
  }

  .nav-area .item.is-current {
    padding-bottom: 0;
  }

  .nav-area .item.is-current::before {
    border-width: 6px 6px 0 6px;
  }

  .nav-area .item.hakone {
    font-size: 11px;
  }
}

/* .row-area
   ========================================================================== */

.row-area {
  margin-bottom: 63px;
  padding-left: 37px;
  font-size: 15px;
  line-height: 1.6;
}

.row-area &gt; .col-text {
  flex-shrink: 0;
  align-self: flex-end;
  width: 435px;
}

.row-area &gt; .col-pic {
  position: relative;
}

.row-area .heading {
  margin-right: -37px;
  margin-bottom: 20px;
}

.row-area.hakone &gt; .col-pic {
  left: -28px;
}

.row-area.kamakura &gt; .col-pic {
  left: 40px;
  padding-top: 56px;
}

.row-area.enoshima  {
  padding: 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.row-area.enoshima &gt; .col-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.row-area.enoshima &gt; .col-text .heading {
  width: 100%;
  max-width: 520px;
  margin: 0;
}

.row-area.enoshima &gt; .col-text .heading + p {
  width: 100%;
  max-width: 520px;
}

.row-area.oyama  {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 40px;
}

.row-area.oyama &gt; .col-text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .row-area {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.785714285714286;
  }

  .row-area &gt; .col-text {
    padding-top: 40px;
    background: 100% 10px no-repeat;
  }

  .row-area .heading {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .row-area.hakone &gt; .col-text {
    background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/hakone_bg_sp.svg);
  }

  .row-area.kamakura &gt; .col-text {
    background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/kamakura_bg_sp.svg);
  }

  .row-area.enoshima {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .row-area.enoshima &gt; .col-text {
    display: block;
    padding-top: 40px;
    background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/enoshima_bg_sp.svg);
  }

  .row-area.enoshima &gt; .col-text .heading {
    width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .row-area.enoshima &gt; .col-text .heading + p {
    max-width: 100%;
    line-height: 1.5;
  }

  .row-area.oyama &gt; .col-text {
    background-image: url(/wordpress/wp-content/themes/odakyu/img/robuchon/oyama_bg_sp.svg);
  }

  .row-area.oyama {
    margin-top: 0;
  }

  .row-area.hakone &gt; .col-text &gt; p,
  .row-area.kamakura &gt; .col-text &gt; p,
  .row-area.oyama &gt; .col-text &gt; p {
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .row-area.hakone &gt; .col-pic,
  .row-area.kamakura &gt; .col-pic {
    left: 0;
    padding-top: 0;
  }
}

/* .section-area-map
   ========================================================================== */

.section-area-map {
  position: relative;
}

.section-area-map .heading {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 42px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.section-area-map.hakone .heading {
  right: 154px;
  top: 56px;
}

.section-area-map.kamakura .heading {
  left: 96px;
  top: 7px;
}

.section-area-map img {
  max-width: none;
}

.section-area-map.hakone .figure img {
  width: 680px;
}

.section-area-map.kamakura .figure img {
  width: 619px;
}

@media screen and (max-width: 1170px) {
  .section-area-map.hakone .figure img { width: 650px; }
}

@media screen and (max-width: 768px) {
  .section-area-map .heading {
    position: static;
    width: auto;
    height: 28px;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: .1em;
  }

  .section-area-map .figure {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: auto;
    height: 400px;
    padding: 10px;
  }

  .section-area-map.hakone .figure img {
    width: 680px !important;
  }

  .section-area-map.kamakura .figure img {
    width: 496px !important;
    height: 420px;
  }

  .section-area-map.hakone .figure {
    background-color: #f0f8f5;
  }

  .section-area-map.kamakura .figure {
    background-color: #fffaf7;
  }
}

/* .section-spots
   ========================================================================== */

.section-spots {
  margin-bottom: 40px;
}

.section-spots &gt; .heading {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  text-align: center;
}

.section-spots.yumoto &gt; .heading {
  background-color: #3271ae;
}

.section-spots.motohakone &gt; .heading {
  background-color: #ea5762;
}

.section-spots.owakudani &gt; .heading {
  background-color: #00994b;
}

.section-spots.kamakura &gt; .heading {
  background-color: #c01734;
}

.section-spots.enoshima &gt; .heading {
  background-color: #ed6c00;
}

.section-spots.enoshima &gt; p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: -15px;
  margin-bottom: 20px;
}

.section-spots.oyama &gt; .heading {
  background-color: #007440;
}

@media screen and (max-width: 768px) {
  .section-spots {
    margin-bottom: 20px;
  }

  .section-spots &gt; .heading {
    height: 42px;
    margin-bottom: 15px;
  }

  .section-spots &gt; .heading img {
    height: 15px;
  }

  .section-spots.yumoto &gt; .heading img {
    height: 12px;
  }

  .section-spots .row .col .section-spot &gt; :last-child {
    margin-bottom: 0;
  }

  .section-spots .row + .row {
    margin-top: -10px;
  }

  .section-spots .row &gt; .col.one-col {
    margin-top: -10px;
  }

  .section-spots.enoshima &gt; p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: -5px;
    margin-bottom: 15px;
  }
}

/* .row-spots
   ========================================================================== */

.row-spots.yumoto &gt; .col, .row-spots.owakudanai &gt; .col {
  padding-top: 0;
  padding-left: 40px;
}
.row-spots.yumoto &gt; .col-pic, .row-spots.owakudanai &gt; .col-pic {
  flex-shrink: 0;
  width: 540px;
  padding-left: 20px;
}

.row-spots.yumoto &gt; .col-pic img + img, .row-spots.owakudanai &gt; .col-pic img + img {
  margin-top: 10px;
}

.row-spots.yumoto &gt; .col &gt; p, .row-spots.owakudanai &gt; .col &gt; p {
  font-size: 15px;
  line-height: 1.6;
}
.row-spots.owakudanai &gt; .col &gt; p + p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .row-spots.yumoto, .row-spots.owakudanai {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .row-spots.yumoto &gt; .col, .row-spots.owakudanai &gt; .col {
    padding-top: 5px;
    padding-left: 20px;
  }
  .row-spots.yumoto &gt; .col &gt; p, .row-spots.owakudanai &gt; .col &gt; p {
    font-size: 14px;
    line-height: 1.5;
  }
  .row-spots.owakudanai &gt; .col &gt; p + p {
    margin-bottom: 10px;
  }
}

/* .section-spot
    ========================================================================== */

.section-spot .header {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: solid 3px;
}

.section-spot .header .icon {
  margin-right: 10px;
}

.section-spot .header .heading {
  position: relative;
  top: -4px;
  display: flex;
  align-items: flex-end;
  height: 26px;
  margin-right: auto;
}

.section-spot .header.height-2l {
  height: 61px;
  padding-top: 9px;
}

.section-spot .header.height-2l .heading {
  height: 48px;
}

.section-spot .label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 72px;
  height: 24px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.section-spot .label + .label {
  margin-left: 5px;
}

.section-spot .figure {
  margin-bottom: 15px;
}

.section-spot .text-labels {
  display: none;
}

.section-spot.yumoto .header {
  border-color: #3271ae;
}

.section-spot.motohakone .header {
  border-color: #ea5762;
}

.section-spot.owakudani .header {
  border-color: #00994b;
}

.section-spot.kamakura .header {
  border-color: #c01734;
}

.section-spot.enoshima .header {
  border-color: #ed6c00;
}

.section-spot.oyama .header {
  border-color: #007440;
}

@media screen and (max-width: 768px) {
  .section-spot .figure {
    margin-bottom: 10px;
  }

  .section-spot .header .label {
    display: none;
  }

  .section-spot .text-labels {
    display: block;
    margin-top: -5px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .section-spot .label,
  .section-spot .label + .label {
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .section-spot .label br {
    display: none;
  }
}

/* ==========================================================================
   Hotels
   ========================================================================== */

/* .section-hotels
   ========================================================================== */

.section-hotels {
  overflow: hidden;
  background-color: #f3eed5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-hotels .container &gt; :last-child {
  margin-bottom: 0;
}

.section-hotels .container &gt; .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #f8b73d;
}

.section-hotels .container &gt; .banner {
  display: block;
  background: #fff;
  border: 15px solid #fff;
  position: relative;
  -webkit-box-shadow: 0px 3px 7px -5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 7px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 7px -5px rgba(0,0,0,0.3);
}

/* .section-hotels &gt; .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 297px;
  margin-bottom: 60px;
  background: url(/wordpress/wp-content/themes/odakyu/img/robuchon/img/hotel_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
} */

@media screen and (max-width: 768px) {
  .section-hotels {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hotels .container &gt; .heading {
    height: 42px;
    margin-bottom: 15px;
  }

  .section-hotels .container &gt; .heading img {
    height: 18px;
  }

  /* English */
  #lang-en .section-hotels .container &gt; .heading img {
    height: 14px;
  }
}

/* .section-hotel
    ========================================================================== */

.section-hotel {
  height: 100%;
  padding: 20px 20px 15px;
  border: solid 5px;
  background-color: #e9e0d8;
  position: relative;
}

.section-hotel &gt; :last-child {
  margin-bottom: 0;
}

.section-hotel .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-bottom: 15px;
  text-align: center;
}

.section-hotel .label {
  display: block;
  padding: 12px 10px 8px 36px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-image: linear-gradient(-70deg, #000 80%, rgba(0,0,0,0) 80%, rgba(0,0,0,0));
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-hotel.yama {
  background-color: #e0f0eb;
  border-color: #3271ae;
}

.section-hotel.sagamiono {
  background-color: #ecf3e6;
  border-color: #75b542;
}

.section-hotel.yama .heading {
  background-color: #3271ae;
}

.section-hotel.sagamiono .heading {
  background-color: #75b542;
}

.section-hotel.sagamiono .heading &gt; img {
  position: relative;
  top: 2px;
}

.section-hotel.yama .label {
  background-image: linear-gradient(-70deg, #3271ae 80%, rgba(0,0,0,0) 80%, rgba(0,0,0,0));
}

.section-hotel.sagamiono .label {
  background-image: linear-gradient(-70deg, #75b542 80%, rgba(0,0,0,0) 80%, rgba(0,0,0,0));
  padding-left: 44px;
}

@media screen and (max-width: 768px) {
  .section-hotel {
    border-width: 3px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .section-hotel.yama .heading {
    height: 32px;
  }

  .section-hotel.yama .heading img {
    height: 14px;
  }

  .section-hotel.sagamiono .heading {
    height: 54px;
  }

  .section-hotel.sagamiono .heading img {
    height: 39px;
  }

  .section-hotel .row &gt; .col-pic {
    width: 128px;
  }

  .section-hotel .label {
    font-size: 10px;
    padding: 8px 10px 5px 30px;
  }

  .section-hotel.sagamiono .label {
    padding-left: 34px;
  }

    /* English */
    #lang-en .section-hotel.sagamiono .heading {
      height: 34px;
    }

    #lang-en .section-hotel.sagamiono .heading img {
      height: 20px;
    }
}

/* ==========================================================================
   Comment
   ========================================================================== */

/* .box-comment
   ========================================================================== */

.box-comment {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
  line-height: 1.25;
}

.box-comment .pic {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  margin-right: 18px;
  border: solid 2px #e3d8cd;
  border-radius: 10px;
}

.box-comment .pic img {
  border-radius: 8px;
}

.box-comment .pic::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: solid transparent;
  border-width: 8px 0 8px 8px;
  border-left-color: #e3d8cd;
}

.box-comment .text {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .box-comment {
    font-size: 10px;
    line-height: 1.6;
  }

  .box-comment .pic {
    width: 60px;
    margin-right: 10px;
  }

  .box-comment .pic::before {
    border-width: 7px 0 7px 7px;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */

/* .section-footer
   ========================================================================== */

.section-footer {
  padding-top: 60px;
}

.section-footer a:hover {
  text-decoration: inherit;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .section-footer {
    padding-top: 30px;
  }
}

/* .section-footer-item
   ========================================================================== */

.section-footer-item .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  margin-bottom: 20px;
  text-align: center;
}

.section-footer-item &gt; p {
  margin-bottom: 20px;
}

.section-footer-item.freepass .heading {
  background-color: #f8b73d;
}

.section-footer-item.romancecar .heading {
  background-color: #cc343c;
}

.section-footer-item.center .heading {
  background-color: #ee869a;
}

.section-footer-item.romancecar &gt; a, .section-footer-item.center &gt; a {
  position: relative;
  display: block;
}

.section-footer-item.romancecar &gt; a span, .section-footer-item.center &gt; a span {
  width: 100%;
  display: block;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  padding: 22px 20px;
  position: absolute;
  bottom: 0;
}

.section-footer-item.romancecar &gt; a span .icon, .section-footer-item.center &gt; a span .icon {
  stroke: #fff;
  stroke-width: 2px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section-footer-item .heading {
    height: 60px;
    margin-bottom: 15px;
  }

   .section-footer-item .heading img {
    height: 36px;
  }

  .section-footer-item.romancecar &gt; a span, .section-footer-item.center &gt; a span {
    font-size: 15px;
    padding: 15px 10px;
  }

  .section-footer-item.freepass .row {
    margin-bottom: 30px;
  }
  .section-footer-item.freepass .row &gt; .col {
    margin-bottom: 10px;
  }
}

/* .box-freepass
   ========================================================================== */

.box-freepass {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.box-freepass .pic-area {
  height: 170px;
  border: 3px;
  border-style: solid none;
  position: relative;
  overflow: hidden;
}

.box-freepass .pic-area .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box-freepass .text-title &gt; strong,
.box-freepass .text-title &gt; span {
  display: block;
}

.box-freepass .text-block {
  border: 1px solid #ddd;
  border-top: none;
  padding: 13px 10px;
  position: relative;
}

.box-freepass .text-block .text-days {
  display: inline-block;
  color: #fff;
  font-family: urw-din-condensed, sans-serif;
  font-size: 15px;
  line-height: 1;
  padding: 3px 12px;
  margin-bottom: 5px;
}

.box-freepass .text-block .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/* .box-freepass .text-days {
  position: absolute;
  right: 3px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding-bottom: 5px;
  border-radius: 50%;
  color: #fff;
  font-family: urw-din-condensed, sans-serif;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
} */

/* .box-freepass .text-days &gt; strong {
  font-size: 26px;
  font-weight: 500;
} */

.box-freepass.hakone-kamakura {
  color: #e8447e;
}

.box-freepass.hakone {
  color: #004380;
}

.box-freepass.enoshima-kamakura {
  color: #c01734;
}

.box-freepass.tanzawa-oyama {
  color: #007440;
}

.box-freepass.hakone-kamakura .text-days {
  background-color: #e8447e;
}

.box-freepass.hakone .text-days {
  background-color: #004380;
}

.box-freepass.enoshima-kamakura .text-days {
  background-color: #c01734;
}

.box-freepass.tanzawa-oyama .text-days {
  background-color: #007440;
}

.box-freepass.hakone-kamakura .text-block .icon {
  stroke: #e8447e;
}

.box-freepass.hakone .text-block .icon {
  stroke: #004380;
}

.box-freepass.enoshima-kamakura .text-block .icon {
  stroke: #c01734;
}

.box-freepass.tanzawa-oyama .text-block .icon {
  stroke: #007440;
}

@media screen and (max-width: 768px) {
  .box-freepass .pic-area {
    height: 240px;;
  }

  .box-freepass .text-block {
    padding: 12px 10px 20px;
  }

  .box-freepass .text-days {
    font-size: 18px;
    padding-bottom: 9px;
  }

  .box-freepass .text-days &gt; strong {
    font-size: 32px;
  }

}
</pre></body></html>