@charset "UTF-8";
/*
// Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
.test {
  border: 2px solid #cc7;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.row {
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin: 0;
}

.inward {
  padding-left: 10vw !important;
  padding-right: 10vw !important;
  transition: padding 0.4s;
}

.img-mb {
  margin: 2rem 0;
}

.mb {
  margin-bottom: 8rem;
}

.mb-m {
  margin-bottom: 4rem;
}

.mb-s {
  margin-bottom: 1.8rem;
}

.mb-xs, .thumb {
  margin-bottom: .8rem;
}

.shift-top {
  margin-top: -9vw;
}

.color-1 {
  color: #006FB9 !important;
}

.color-2 {
  color: #00A7E1 !important;
}

.san-serif, html, body, .btn-heading, .related-posts .date, .news-post .date, .archives .date, .restaurant-post .date {
  font-family: Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.serif, h1, .h1, h2, .h2, h3, .h3, h4, .h4, body#home .news-post h3, body#home .restaurant-post h3, h5, .h5, blockquote, q, .quote, body#aboutus .core-value .heading {
  font-family: "Times New Roman", Times, serif;
}

html, body {
  font-weight: 300;
  color: #4B4B4B;
  height: 100%;
  width: 100%;
}

.lock-scroll {
  overflow: hidden;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 600;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("/img/preloading_op.gif") no-repeat center center;
  background-size: 80px;
}

a {
  color: #006FB9 !important;
  transition: 0.4s;
}
a:hover {
  color: #00A7E1 !important;
  text-decoration: none;
}

a.block {
  display: block;
}
a.block:hover img {
  opacity: .84 !important;
}
a.block:hover h1, a.block:hover h2, a.block:hover h3, a.block:hover h4 {
  color: #006FB9 !important;
}
a.block p, a.block .date {
  color: #4B4B4B;
}
a.block * {
  transition: 0.4s;
}
a.block .more {
  margin-left: 5px;
  color: #006FB9;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, body#home .news-post h3, body#home .restaurant-post h3, h5, .h5 {
  color: #000;
  font-weight: 600;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
  margin-bottom: 2.6rem;
}

h3, .h3 {
  font-size: 1.25rem;
  margin-bottom: 1.8rem;
}

h4, .h4, body#home .news-post h3, body#home .restaurant-post h3 {
  font-size: 1.13rem;
  margin-bottom: .8rem;
}

h5, .h5 {
  font-size: 1rem;
}

.bg-light {
  background-color: #fff !important;
}

.container {
  max-width: 1400px;
  /*max-width: 1920px;*/
  padding: 0;
}

.jumbotron {
  border-radius: 0;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

img {
  border-radius: 5px;
}

.img-fluid {
  width: 100%;
}

blockquote, q, .quote, cite, .cite {
  text-align: center;
}

blockquote, q, .quote {
  font-style: italic;
  color: #006FB9;
  font-size: 1.25rem;
}

cite, .cite {
  font-style: normal;
  font-weight: 400;
}

cite > span, .cite > span {
  font-size: 0.8rem;
  font-weight: 300;
}

.box-pale {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  transition: padding 0.4s;
}
.box-pale > .row {
  padding: 5vw !important;
  transition: padding 0.4s;
  background-color: #F3F9FC;
  border-radius: 8px !important;
}

.box-wave {
  background-color: #63A9D7;
  position: relative;
  padding: 150px 0 150px;
}
.box-wave::before, .box-wave::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat-x;
}
.box-wave::before {
  top: 0px;
  height: 101px;
  background-image: url("/img/wave_02_top.svg");
  background-position: center top;
}
.box-wave::after {
  bottom: -3px;
  height: 114px;
  background-image: url("/img/wave_02_bottom.svg");
  background-position: center bottom;
}
.box-wave * {
  color: #fff !important;
}

button, button:focus, button:active, .btn, .btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  outline: none !important;
  border: 2px solid transparent;
  padding: .6rem 3.6rem;
}

.btn-sm {
  padding: .4rem 1.5rem;
}

.btn-outline-light {
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #00A7E1 !important;
}

.btn.btn-primary {
  color: #fff !important;
  border-color: #00A7E1;
  background-color: #00A7E1;
}
.btn.btn-primary:hover {
  border-color: #006FB9;
  background-color: #006FB9 !important;
}

.btn-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: .2rem 1.5rem;
  font-size: .8rem;
}

.navbar-brand {
  padding: 0 !important;
}
.navbar-brand img {
  width: 100%;
  padding: .7rem 0rem;
  transition: .8s;
}
.navbar-brand img.small {
  width: 76%;
  padding: .2rem 0rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
  padding: .2rem 0;
  font-size: .93em;
  font-weight: 400;
  transition: .8s;
}
.navbar .nav-item {
  margin-left: 1rem;
}
.navbar .dropdown-menu {
  border: none !important;
  box-shadow: 0px 2px 10px 0px rgba(0, 111, 185, 0.14);
  font-size: 100%;
}
.navbar .navbar-collapse {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar.small {
  padding: 0 0 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #006FB9 !important;
  transition: 0.4s;
  padding: .3rem 0 .3rem 1rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
  color: #00A7E1 !important;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 5px;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  width: 40px;
  height: 34px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.navbar-toggler:hover .navbar-toggler-icon span {
  background: #00A7E1;
}
.navbar-toggler .navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #006FB9;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(1) {
  top: 5px;
  transform-origin: left center;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(2) {
  top: 16px;
  transform-origin: left center;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(3) {
  top: 27px;
  transform-origin: left center;
}

.navbar-toggler.open .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
  left: 6px;
}
.navbar-toggler.open .navbar-toggler-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler.open .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 30px;
  left: 6px;
}

.footer {
  background-color: #D4EDFB;
  position: relative;
  padding: 130px 0 15px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 157px;
  background-image: url("/img/wave_footer.svg");
  background-position: center top;
  background-repeat: repeat-x;
}
.footer * {
  color: #006FB9 !important;
}
.footer *:not(h2) {
  font-size: .85rem;
}
.footer a:hover {
  color: #00A7E1 !important;
}
.footer ul li {
  margin-bottom: .2rem;
}
.footer .logo {
  margin-right: 14px;
}
.footer .copyright {
  text-align: center;
}

.nav-pagetop {
  position: fixed;
  z-index: 500;
  display: inline-block;
  bottom: 2rem;
  right: 2rem;
}
.nav-pagetop img {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  border-radius: 100% !important;
  box-shadow: 0px 6px 15px 0px rgba(0, 111, 185, 0.23);
}
.nav-pagetop:hover img {
  transform: scale(1.3);
}
.nav-pagetop.show img {
  opacity: .8;
}

.main-visual {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.main-visual .jumbotron {
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-visual .jumbotron h1 {
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: 300 !important;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 7vw !important;
}
@media (max-width: 767px) {
  .main-visual .jumbotron h1 {
    font-size: 1.7rem;
  }
}
.main-visual.home {
  height: 66vw;
  min-height: 480px;
}
.main-visual.home .jumbotron {
  background: url("/img/main-visual_home.jpg");
}
.main-visual.home .jumbotron h1 {
  margin-top: -9vw;
}
@media (max-width: 992px) {
  .main-visual.home .jumbotron h1 {
    margin-top: -6vw;
  }
}
@media (max-width: 575px) {
  .main-visual.home .jumbotron h1 {
    margin-top: -.5em;
  }
}
.main-visual.home .wave {
  background-image: url("/img/waves.svg");
}
.main-visual.general {
  height: 50vw;
  min-height: 400px;
}
.main-visual.general .jumbotron h1 {
  margin-top: -2vw;
}
@media (max-width: 992px) {
  .main-visual.general .jumbotron h1 {
    margin-top: 0vw;
  }
}
@media (max-width: 575px) {
  .main-visual.general .jumbotron h1 {
    margin-top: .2em;
  }
}
.main-visual.general .wave {
  background-image: url("/img/waves_02.svg");
}
.main-visual.aboutus .jumbotron {
  background: url("/img/main-visual_aboutus.jpg");
}
.main-visual.market .jumbotron {
  background: url("/img/main-visual_market.jpg");
}
.main-visual.news .jumbotron {
  background: url("/img/main-visual_news.jpg");
}
.main-visual.restaurants .jumbotron {
  background: url("/img/main-visual_restaurants.jpg");
}
.main-visual.career .jumbotron {
  background: url("/img/main-visual_career.jpg");
}
.main-visual .wave {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 105%;
  height: 100%;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.main-visual-2 {
  min-height: 450px;
  transition: 0.4s;
  overflow: hidden;
}
.main-visual-2 .jumbotron {
  text-align: center;
  height: 100%;
  padding: 0;
  color: #fff;
}
.main-visual-2 .jumbotron h1 {
  transition: 0.4s;
  width: 100%;
  position: relative;
  font-weight: 300 !important;
  text-align: center;
}
.main-visual-2 .jumbotron .wave {
  width: 100% !important;
  overflow: hidden;
}
.main-visual-2 .jumbotron .wave img {
  display: block;
  width: 105% !important;
  height: auto;
  position: relative;
  left: -10px;
}

.main-visual-2.restaurants-post {
  height: 50vw;
}

.main-visual-2.restaurants-post .jumbotron {
  background: url("/img/main-visual_restaurant_detail.jpg");
  text-align: center;
  height: 100%;
  padding: 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center 100px;
}
.main-visual-2.restaurants-post .jumbotron h1 {
  background-color: #fff;
  padding-top: 125px;
  height: 200px;
  color: #006FB9 !important;
  background-color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-visual-2.restaurants-post .jumbotron h1 {
    font-size: 1.7rem;
    padding-top: 100px;
    height: 170px;
  }
}

.main-visual-2.locations .jumbotron {
  background-color: #63A9D7;
  text-align: center;
  height: 100%;
  padding: 0;
  color: #fff;
}
.main-visual-2.locations .jumbotron h1 {
  padding-top: 150px;
  color: #fff !important;
  margin-bottom: 2.2rem !important;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .main-visual-2.locations .jumbotron h1 {
    font-size: 2rem;
    padding-top: 120px;
    height: 170px;
    margin-bottom: 1rem !important;
  }
}
.main-visual-2.locations .jumbotron p {
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .main-visual-2.locations .jumbotron p {
    padding: 0 1.2rem;
  }
}
.main-visual-2.locations .jumbotron .map {
  padding: 0 3.2rem;
}
@media (max-width: 767px) {
  .main-visual-2.locations .jumbotron .map {
    padding: 0;
  }
}

.main-visual.no-img {
  height: 23rem;
  min-height: 200px;
}
.main-visual.no-img .jumbotron {
  background-color: #F3F9FC;
}
.main-visual.no-img .jumbotron h1 {
  font-size: 2.2rem !important;
  margin-top: 1.3em !important;
  color: #006FB9 !important;
}
@media (max-width: 767px) {
  .main-visual.no-img .jumbotron h1 {
    font-size: 1.6rem !important;
  }
}
.main-visual.no-img .jumbotron h1 .date {
  display: block;
  font-size: 55%;
  margin-top: .5rem;
  opacity: .5;
}

a.arrow-r, a.arrow-l {
  display: inline-block;
  position: relative;
}
a.arrow-r::after, a.arrow-l::after {
  position: absolute;
  transition: 0.4s;
}

a.arrow-r::after {
  top: -1px;
  right: -10px;
  content: url("/img/icon_arrow.svg");
  transition: 0.4s;
}
a.arrow-r:hover::after {
  right: -15px;
}

a.arrow-l {
  padding-left: 10px;
}
a.arrow-l::after {
  top: 1px;
  left: 0px;
  content: url("/img/icon_arrow.svg");
  transform: rotate(180deg);
}
a.arrow-l:hover::after {
  left: -5px;
}

.pager .text-right .arrow-r {
  margin-right: 10px;
}

.pager.pager-bottom > * {
  border-top: 1px solid #eee !important;
  padding-top: 3rem;
}

body#home .news-post h3, body#home .restaurant-post h3 {
  font-weight: 400;
}

body#home .testimonial blockquote {
  position: relative;
}
body#home .testimonial blockquote::before {
  top: 10px;
  left: -70px;
  content: "\201C";
}
body#home .testimonial blockquote:after {
  bottom: -50px;
  right: -52px;
  content: "\201D";
}

body#home .testimonial blockquote::before, body#home .testimonial blockquote::after {
  position: absolute;
  opacity: .3;
  color: #006FB9;
  font-size: 9.3rem;
  line-height: 0;
}

body#aboutus .core-value .heading {
  color: #006FB9;
  background-image: url("/img/core-value_ornament.svg");
  min-height: 202px;
  min-width: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.archives h2, .archives .h2 {
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .archives h2, .archives .h2 {
    font-size: 1.3rem;
  }
}

body#locations .archives .gmap {
  margin: 1.8rem 0 1.2rem;
}

body#locations .archives h2 {
  margin-bottom: 3.2rem !important;
  font-weight: 600 !important;
  text-align: center;
}

body#restaurants-post .restaurants-post h2 {
  font-weight: 300;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  body#restaurants-post .restaurants-post h2 {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}

body#news-post .news-post h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  body#news-post .news-post h2 {
    font-size: 1.3rem;
    margin-bottom: 2.6rem;
  }
}

.related-posts h3 {
  font-weight: 300;
  font-size: 1.13rem;
  margin-bottom: 1rem;
}
.related-posts .disc {
  font-size: .9rem;
}

.related-posts .date, .news-post .date, .archives .date, .restaurant-post .date {
  margin-top: .6rem;
  display: block;
  font-size: 90%;
  opacity: .5;
}

form .col-form-label {
  padding-top: 0 !important;
}

form em {
  color: #ff0000;
  font-weight: 80%;
}

.gallery [class*='col-'] {
  margin-bottom: 10px !important;
}

.col-2 {
  flex-basis: calc(100% / 6 - 4.16%);
}

.col-3 {
  flex-basis: calc(100% / 4 - 3.68%);
}
.col-3.gutter-s {
  flex-basis: calc(100% / 4 - 10px);
}

.col-4 {
  flex-basis: calc(100% / 3 - 3.38%);
}

.col-5 {
  flex-basis: calc(100% / 2.4 - 2.89%);
}

.col-6 {
  flex-basis: calc(100% / 2 - 2.4%);
}
.col-6.gutter-s {
  flex-basis: calc(100% / 2 - 10px / 2);
}

.col-7 {
  flex-basis: calc(100% / 1.714 - 2%);
}

.col-8 {
  flex-basis: calc(100% / 1.5 - 1.67%);
}

@media (min-width: 576px) {
  .col-sm-2 {
    flex-basis: calc(100% / 6 - 4.16%);
  }

  .col-sm-3 {
    flex-basis: calc(100% / 4 - 3.68%);
  }
  .col-sm-3.gutter-s {
    flex-basis: calc(100% / 4 - 10px);
  }

  .col-sm-4 {
    flex-basis: calc(100% / 3 - 3.38%);
  }

  .col-sm-5 {
    flex-basis: calc(100% / 2.4 - 2.89%);
  }

  .col-sm-6 {
    flex-basis: calc(100% / 2 - 2.4%);
  }
  .col-sm-6.gutter-s {
    flex-basis: calc(100% / 2 - 10px / 2);
  }

  .col-sm-7 {
    flex-basis: calc(100% / 1.714 - 2%);
  }

  .col-sm-8 {
    flex-basis: calc(100% / 1.5 - 1.67%);
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex-basis: calc(100% / 6 - 4.16%);
  }

  .col-md-3 {
    flex-basis: calc(100% / 4 - 3.68%);
  }
  .col-md-3.gutter-s {
    flex-basis: calc(100% / 4 - 10px);
  }

  .col-md-4 {
    flex-basis: calc(100% / 3 - 3.38%);
  }

  .col-md-5 {
    flex-basis: calc(100% / 2.4 - 2.89%);
  }

  .col-md-6 {
    flex-basis: calc(100% / 2 - 2.4%);
  }
  .col-md-6.gutter-s {
    flex-basis: calc(100% / 2 - 10px / 2);
  }

  .col-md-7 {
    flex-basis: calc(100% / 1.714 - 2%);
  }

  .col-md-8 {
    flex-basis: calc(100% / 1.5 - 1.67%);
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex-basis: calc(100% / 6 - 4.16%);
  }

  .col-lg-3 {
    flex-basis: calc(100% / 4 - 3.68%);
  }
  .col-lg-3.gutter-s {
    flex-basis: calc(100% / 4 - 10px);
  }

  .col-lg-4 {
    flex-basis: calc(100% / 3 - 3.38%);
  }

  .col-lg-5 {
    flex-basis: calc(100% / 2.4 - 2.89%);
  }

  .col-lg-6 {
    flex-basis: calc(100% / 2 - 2.4%);
  }
  .col-lg-6.gutter-s {
    flex-basis: calc(100% / 2 - 10px / 2);
  }

  .col-lg-7 {
    flex-basis: calc(100% / 1.714 - 2%);
  }

  .col-lg-8 {
    flex-basis: calc(100% / 1.5 - 1.67%);
  }
}
@media (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-item, .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    margin-left: 0;
  }

  .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    border: none;
  }
  .navbar .dropdown-item {
    padding: .1rem 1rem;
    font-size: .86rem;
    position: relative;
  }
  .navbar .dropdown-item::before {
    content: ".";
    position: absolute;
    left: .2rem;
    top: -.7rem;
    font-size: 1.4rem;
  }
  .navbar .dropdown-item:hover {
    background: none;
  }
}
@media (max-width: 991px) {
  .inward {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
  }

  .box-pale {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-pale > .row {
    padding: 7vw !important;
  }

  .main-visual {
    height: 80vw;
  }
}
@media (max-width: 767px) {
  .navbar-brand img {
    width: 80%;
  }

  .navbar {
    padding: .1rem 0;
  }

  .mb {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    margin-bottom: 1.3rem;
  }

  .main-visual .wave {
    background-size: 116%;
  }

  .testimonial blockquote::before, .testimonial blockquote::after {
    font-size: 7rem;
  }

  .box-wave::before, .box-wave::after {
    background-position: -200px top;
  }

  .footer .copyright {
    text-align: left;
  }

  .nav-pagetop {
    bottom: 1rem;
    right: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
