/* --------------------------------------------------
  common
-------------------------------------------------- */
body {
  font-family: "Noto Serif SC", serif;
}

/* --------------------------------------------------
  slick
-------------------------------------------------- */
/* slick */
.slick-arrow {
  border: none;
  width: 38px;
  height: 38px;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 20vw;
  z-index: 2;
}

.slick-arrow.prev {
  left: 0;
}

.slick-arrow.next {
  right: 0;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.slick-arrow.prev::after {
  right: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slick-arrow.next::after {
  left: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 640px) {
  /* slick */
  .slick-arrow {
    width: 52px;
    height: 52px;
    top: 38%;
  }
  .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
}
/* --------------------------------------------------
  mv
-------------------------------------------------- */
.mv {
  overflow: hidden;
  height: 100vh;
  max-height: 940px;
  position: relative;
  line-height: 1;
}
.mv-wrap {
  color: #fff;
  position: absolute;
  top: 28%;
  right: 0;
  width: 96%;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .mv-wrap {
    top: 38%;
    width: 56%;
  }
}
.mv-ttl {
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1.06;
  border-bottom: 1px solid #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 10px;
  font-size: 13.86vw;
  padding-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: fadeInMove 1s forwards;
          animation: fadeInMove 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 640px) {
  .mv-ttl {
    font-size: 7.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .mv-ttl {
    font-size: 7.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .mv-ttl {
    font-size: 9.8rem;
  }
}
.mv-txt {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 10px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 0 10px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: fadeInMove 1s forwards;
          animation: fadeInMove 1s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (min-width: 640px) {
  .mv-txt {
    font-size: 1.8vw;
    margin-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .mv-txt {
    font-size: 2rem;
  }
}
@-webkit-keyframes fadeInMove {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInMove {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fade 18s infinite;
          animation: fade 18s infinite;
}
.mv-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mv-item:nth-child(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.mv-item:nth-child(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv-item img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  position: absolute;
  -webkit-animation: scaleDown 15s linear forwards;
          animation: scaleDown 15s linear forwards;
}
@-webkit-keyframes scaleDown {
  from {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleDown {
  from {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mv-scroll {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  z-index: 3;
  font-size: 1.3rem;
  left: 15px;
  bottom: 13%;
  padding-bottom: 72px;
}
@media screen and (min-width: 640px) {
  .mv-scroll {
    font-size: 1.4rem;
    bottom: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-scroll {
    left: 30px;
  }
}
.mv-scroll::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 62px;
  background: url(./../img/common/icn_arrow_white.svg) no-repeat center center/100%;
  bottom: 0;
  left: 3px;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.mv .slick-slide > div > picture {
  display: block !important;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

/* --------------------------------------------------
  news
-------------------------------------------------- */
.news {
  padding: 0;
  border-bottom: 1px solid #c9caca;
}
@media screen and (min-width: 640px) {
  .news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-left {
  position: relative;
  border-bottom: 1px solid #c9caca;
  padding: 5px 15px;
}
@media screen and (min-width: 640px) {
  .news-left {
    padding: 15px 20px;
    width: 62.5%;
    border-right: 1px solid #c9caca;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .news-left {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .news-left {
    padding: 20px 160px 20px 15px;
  }
}
@media screen and (min-width: 640px) {
  .news-left-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-left-heading {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .news-left-heading {
    margin: 0 5% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-left-heading {
    margin: 0 5% 0 8%;
  }
}
.news-left-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  padding: 1px 0;
}
.news-left-item-date {
  font-size: 1.3rem;
  line-height: 1.9;
  width: 75px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .news-left-item-date {
    font-size: 1.5rem;
    width: 85px;
    margin-right: 20px;
  }
}
.news-left-item-ttl {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news-left-item-ttl {
    font-size: 1.4rem;
  }
}
.news-right {
  position: relative;
  background: url(/assets/img/common/icn_bus.svg) no-repeat top 15px left 14px/35px;
}
@media screen and (min-width: 640px) {
  .news-right {
    width: 37.5%;
    background-position: top 20px left 14px;
  }
}
@media screen and (min-width: 1024px) {
  .news-right {
    background-position: top 30px left 28px;
    background-size: 42px;
  }
}
.news-right-link {
  display: block;
  height: 100%;
  padding: 10px 15px 10px 60px;
}
@media screen and (min-width: 640px) {
  .news-right-link {
    padding: 10px 15px 15px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .news-right-link {
    padding: 10px 15px 15px 85px;
  }
}
.news-right-link:hover .news-btn-inline::after {
  right: 0;
}
.news-right-ttl {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .news-right-ttl {
    font-size: 2rem;
  }
}
.news-right-txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news-right-txt {
    font-size: 1.4rem;
  }
}
.news-btn {
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .news-btn {
    text-align: left;
  }
}
.news-btn-inline {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 34px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-btn-inline:hover {
    opacity: 1;
  }
  .news-btn-inline:hover::after {
    right: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .news-btn-inline {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6%;
  }
}
.news-btn-inline::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  width: 22px;
  height: 6px;
  background: url(../img/common/icn_arrow_navy.svg) no-repeat center center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------------------------
  topics
-------------------------------------------------- */
.topics {
  border-bottom: 1px solid #c9caca;
  padding: 5px 20px;
}
@media screen and (min-width: 640px) {
  .topics {
    padding: 0;
  }
}
.topics .inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .topics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topics-item {
  width: 100%;
  max-width: 444px;
}
@media screen and (min-width: 640px) {
  .topics {
    padding: 2.6vw 2%;
  }
}
.topics-item {
  width: 100%;
  margin: 15px auto;
}
@media screen and (min-width: 640px) {
  .topics-item {
    margin: 0 0.5%;
  }
}

/* --------------------------------------------------
  lead
-------------------------------------------------- */
.lead {
  padding: 50px 0;
}
.lead-wrap {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .lead-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 85%;
    margin: 0 auto;
  }
}
.lead-catch {
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .lead-catch {
    text-align: right;
    max-width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .lead-catch {
    margin-right: 50px;
    font-size: 2.6rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .lead-catch {
    font-size: 3rem;
  }
}
.lead-catch::after {
  position: absolute;
  content: "";
  background: #c9caca;
  width: 120px;
  height: 1px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .lead-catch::after {
    width: 200px;
    left: auto;
    right: -100px;
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
}
@media screen and (min-width: 1024px) {
  .lead-catch::after {
    right: -210px;
    bottom: 100px;
    width: 290px;
  }
}
.lead-txt {
  font-size: 1.4rem;
  line-height: 2.33;
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .lead-txt {
    margin: 65px 0 0 auto;
    max-width: 410px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .lead-txt {
    margin: 120px 0 0 50px;
    font-size: 1.5rem;
    max-width: 100%;
  }
}

/* --------------------------------------------------
  rooms
-------------------------------------------------- */
.rooms {
  padding-top: 0;
}
.rooms-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  width: 92%;
  min-height: 85.86vw;
}
@media screen and (min-width: 640px) {
  .rooms-slider {
    margin-top: 32px;
    margin-bottom: 32px;
    min-height: 44.45vw;
  }
}
@media screen and (min-width: 1280px) {
  .rooms-slider {
    min-height: 569px;
  }
}
.rooms-item {
  min-width: 70vw;
  margin-right: 3.125vw;
}
@media screen and (min-width: 640px) {
  .rooms-item {
    min-width: 35.93vw;
  }
}
@media screen and (min-width: 1280px) {
  .rooms-item {
    min-width: 460px;
    margin-right: 40px;
  }
}
.rooms-item-img {
  border-radius: 15px;
  overflow: hidden;
  background-color: #f9f8f5;
}
.rooms-item-ttlEn {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .rooms-item-ttlEn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .rooms-item-ttlEn {
    font-size: 1.4rem;
  }
}
.rooms-item-ttlJa {
  font-size: 1.8rem;
  line-height: 1.5;
}
.rooms-item-info {
  font-size: 1.2rem;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .rooms-item-info {
    font-size: 1.4rem;
  }
}
.rooms .slick-slide {
  max-width: 70vw;
  margin-right: 3.125vw;
}
@media screen and (min-width: 640px) {
  .rooms .slick-slide {
    max-width: 35.93vw;
  }
}
@media screen and (min-width: 1280px) {
  .rooms .slick-slide {
    max-width: 460px;
    margin-right: 40px;
  }
}
.rooms .slick-arrow {
  top: 32vw;
}
@media screen and (min-width: 640px) {
  .rooms .slick-arrow {
    top: 16.4vw;
  }
}
@media screen and (min-width: 1280px) {
  .rooms .slick-arrow {
    top: 210px;
  }
}
.rooms .table-unit {
  margin: 0 auto;
}
.rooms .table-unit dt {
  text-align: center;
  font-size: 16px;
  padding: 0.6em 0;
  font-weight: 400;
  background-color: #f9f8f5;
}
.rooms .table-unit dt span {
  font-size: 12px;
}
.rooms .table-unit dd {
  padding: 1em 0 1em;
  font-size: 14px;
}
.rooms .subInfo {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .rooms .table-unit,
  .rooms .table-unit dt,
  .rooms .table-unit dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rooms .table-unit {
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
  }
  .rooms .table-unit .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rooms .table-unit .row:nth-child(odd) {
    background-color: #f9f8f5;
  }
  .rooms .table-unit dt {
    text-align: left;
    font-size: 18px;
    width: 13em;
    padding: 1.3em 2em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: 1px solid #c9caca;
    background-color: transparent;
  }
  .rooms .table-unit dd {
    padding: 1.9em 40px;
    width: 100%;
    font-size: 15px;
  }
  .rooms .subInfo {
    padding: 20px 0;
  }
  .rooms .subInfo dd {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-right: 20px;
  }
}

/*----------------------------------------------------------------------------
  facilities
----------------------------------------------------------------------------*/
.facilities {
  background: #d4e3ea;
  border-radius: 40px 40px 0 0;
  padding-bottom: 0;
}
@media screen and (min-width: 640px) {
  .facilities {
    border-radius: 60px 60px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .facilities {
    border-radius: 80px 80px 0 0;
  }
}
.facilities .sectionHeading {
  text-align: right;
}
.facilities-content {
  margin: 30px 0 0;
}
@media screen and (min-width: 640px) {
  .facilities-content {
    margin: 60px 0 0;
  }
}
.facilities-wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .facilities-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .facilities-wrap:nth-child(1) .facilities-body {
    padding: 0;
  }
}
.facilities-wrap:nth-child(1) .facilities-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 13.28vw;
}
@media screen and (min-width: 1280px) {
  .facilities-wrap:nth-child(1) .facilities-img {
    padding-bottom: 170px;
  }
}
.facilities-wrap:nth-child(1) .facilities-img .img-s {
  position: absolute;
  width: 40vw;
  right: 6.64vw;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .facilities-wrap:nth-child(1) .facilities-img .img-s {
    width: 32vw;
  }
}
@media screen and (min-width: 1280px) {
  .facilities-wrap:nth-child(1) .facilities-img .img-s {
    width: 411px;
    right: 85px;
  }
}
.facilities-wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .facilities-wrap:nth-child(even) .facilities-body {
    margin: 0 0 0 30px;
  }
}
.facilities-wrap:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .facilities-wrap .secBottom {
    text-align: left;
  }
}
.facilities-body {
  padding: 50px 0 0;
}
@media screen and (min-width: 640px) {
  .facilities-body {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .facilities-body {
    margin: 0 30px 0 0;
    max-width: 280px;
    width: 30%;
  }
}
.facilities-ttl {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (min-width: 640px) {
  .facilities-ttl {
    font-size: 25px;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .facilities-ttl {
    text-align: center;
    margin: 0 0 40px;
  }
}
.facilities-txt {
  font-size: 15px;
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .facilities-txt {
    line-height: 2.33;
  }
}
@media screen and (min-width: 1024px) {
  .facilities-txt {
    margin-bottom: 20px;
  }
}
.facilities-img {
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .facilities-img {
    width: 70%;
  }
}
.facilities-img-inner .img-m {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .meal-slider {
    min-height: 444px;
  }
}
.meal-slider .meal-item {
  display: none;
  overflow: hidden;
  width: calc(90vw + 1px);
}
@media screen and (min-width: 890px) {
  .meal-slider .meal-item {
    width: 800px;
  }
}
.meal-slider .meal-item:first-child {
  display: block;
}
.meal-slider .slick-slide {
  width: calc(90vw + 1px);
}
@media screen and (min-width: 890px) {
  .meal-slider .slick-slide {
    width: 800px;
  }
}
.meal-slider .slick-arrow {
  top: 50vw;
}
@media screen and (min-width: 890px) {
  .meal-slider .slick-arrow {
    top: 444px;
  }
}
.meal-slider .slick-arrow.next {
  right: auto;
  left: 39px;
}
@media screen and (min-width: 640px) {
  .meal-slider .slick-arrow.next {
    left: 53px;
  }
}

.gallery {
  position: relative;
  padding: 50px 0;
  margin: 50px 0 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .gallery {
    padding: 82px 0 70px;
    margin: 105px 0 0;
  }
}
.gallery::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  max-width: 90%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.gallery-slider {
  min-height: 56.34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .gallery-slider {
    min-height: 577px;
  }
}
.gallery-item {
  width: 100%;
  min-width: 82vw;
  max-width: 880px;
  margin: 0 4px;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    min-width: 880px;
  }
}
.gallery-item-img {
  background-color: #f9f8f5;
  overflow: hidden;
}
.gallery-item-ttl {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
  margin: 15px 0 5px;
}
@media screen and (min-width: 640px) {
  .gallery-item-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-item-ttl {
    font-size: 25px;
    margin: 25px 0 5px;
  }
}
.gallery-item-txt {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .gallery-item-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-item-txt {
    font-size: 15px;
  }
}
.gallery .slick-slide {
  max-width: 82vw;
  margin: 0 4px;
}
.gallery .slick-slide:not(.slick-current) .gallery-item-ttl,
.gallery .slick-slide:not(.slick-current) .gallery-item-txt {
  opacity: 0;
}

/*----------------------------------------------------------------------------
  location
----------------------------------------------------------------------------*/
.location {
  padding-bottom: 0;
}
.location .sectionHeading {
  text-align: center;
}
.location-wrap {
  margin: 32px auto 0;
  max-width: 1080px;
}
@media screen and (min-width: 1024px) {
  .location-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 65px auto 0;
  }
}
.location-img {
  overflow: hidden;
  background-color: #f9f8f5;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .location-img {
    max-width: 400px;
    width: 44%;
    margin: 0 87px 0 0;
  }
}
.location-body {
  padding: 15px 0 0;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .location-body {
    max-width: 100%;
    margin: 0;
  }
}
.location-ttl {
  font-size: 22px;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .location-ttl {
    margin: 0 0 35px;
  }
}
.location-txt {
  font-size: 14px;
  line-height: 2.33;
}
@media screen and (min-width: 640px) {
  .location-txt {
    font-size: 15px;
  }
}
.location-txt a {
  font-size: 13px;
  color: #004e9d;
  text-decoration: underline;
}
.location-txt a.tel {
  color: #000;
  text-decoration: none;
}
.location-info {
  margin: 24px 0 32px;
}
@media screen and (min-width: 1024px) {
  .location-info {
    margin: 30px 0 56px;
  }
}
.location-info li {
  font-size: 14px;
  line-height: 2.33;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 640px) {
  .location-info li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .location .secBottom {
    text-align: left;
  }
}
.location .Googlemap {
  max-width: 1080px;
  width: 100%;
  margin: 85px auto 50px;
}
.location .Googlemap iframe {
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .location .Googlemap {
    margin: 40px auto;
  }
  .location .Googlemap iframe {
    height: 250px;
  }
}
.location .subInfo {
  background-color: #fff;
  border: #c9caca 1px solid;
  margin: 30px auto 0;
  padding: 1.5em 5% 0;
}
.location .subInfo h4 {
  color: #1e2e53;
  padding-bottom: 1em;
  text-align: center;
  font-size: 22px;
}
.location .subInfo .txt .ttl {
  font-size: 14px;
  color: #1e2e53;
  padding-bottom: 0.2em;
}
.location .subInfo .txt p {
  padding-bottom: 0.5em;
  font-size: 14px;
}
.location .subInfo > ul > li {
  padding-bottom: 1.5em;
}
.location .subInfo .direction {
  margin: 0 auto;
  padding-bottom: 1em;
}
.location .subInfo .direction:after {
  content: "";
  display: block;
  clear: both;
}
.location .subInfo .direction li .img {
  padding-bottom: 0.5em;
}
.location .subInfo .direction li .img img {
  width: 100%;
}
.location .subInfo .direction p {
  font-size: 14px;
}
.location .subInfo .btnLink {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 2em;
}
.location .btnLink a {
  display: block;
  border: #1e2e53 1px solid;
  color: #1e2e53;
  text-align: center;
  font-size: 16px;
  background: url(/img/icon_btnLink.png) center right/36px no-repeat;
  background-position: right 20px center;
  padding: 20px;
}
.location .btnLink.blank a {
  background-image: url(/img/icon_btnLink_blank.png);
  background-size: 25px auto;
}
.location .subInfo .heading .img {
  margin: 0 auto;
  padding-bottom: 1.5em;
}
.location .subInfo .heading .txt {
  margin: 0 auto;
  padding: 0 0 30px;
}
.location .subInfo .heading .txt .ttl {
  color: #1e2e53;
  line-height: 3rem;
  margin-top: -7px;
  font-size: 2.5rem;
  padding-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  .location .subInfo .direction li {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .location .subInfo .direction li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .location .subInfo {
    max-width: 1080px;
    width: 100%;
    padding: 40px 70px;
    margin: 50px auto 0;
  }
  .location .subInfo h4 {
    font-size: 26px;
    padding: 0 0 50px;
  }
  .location .subInfo > .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .location .subInfo .heading .img {
    width: 320px;
    padding-bottom: 70px;
    margin: 0 30px 0 0;
  }
  .location .subInfo .txt {
    width: 100%;
  }
  .location .subInfo .txt p {
    padding-bottom: 10px;
  }
  .location .subInfo .table-unit {
    max-width: inherit;
    min-width: inherit;
    margin-bottom: 10px;
  }
  .location .subInfo > ul > li {
    padding-bottom: 40px;
  }
  .location .subInfo .direction {
    width: 100%;
  }
  .location .subInfo .direction li {
    float: left;
    width: 28%;
    margin-left: 8%;
  }
  .location .subInfo .direction li:first-child {
    margin-left: 0;
  }
  .location .subInfo .direction li .img {
    padding-bottom: 14px;
  }
  .location .subInfo .btnLink a {
    font-size: 18px;
    padding: 18px;
    margin: 0 auto;
    width: 50%;
    display: block;
  }
  .location .subInfo .heading .txt {
    width: 450px;
    margin: 0;
  }
}
.location #fromAirport {
  padding: 40px 0 0;
  margin-top: 2em;
}
.location #fromAirport .sectionTitle {
  text-align: center;
}
.location #fromAirport .sectionTitle .en {
  font-family: "Lora", serif;
  font-size: 25px;
  background: url(/img/line_g.png) bottom center no-repeat;
  background-size: 100px 1px;
  padding-bottom: 0.5em;
  color: #1e2e53;
}
.location #fromAirport .sectionTitle .ja {
  font-size: 16px;
  font-weight: normal;
  margin: 2em auto 0;
  max-width: 990px;
  color: #1e2e53;
}
.location #fromAirport .subInfo {
  border: #c9caca 1px solid;
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  .location #fromAirport {
    padding: 64px 0 0;
  }
  .location #fromAirport .sectionTitle .en {
    font-size: 35px;
  }
  .location #fromAirport .sectionTitle .ja {
    font-size: 16px;
    white-space: nowrap;
  }
}

/*----------------------------------------------------------------------------
  sightseeing
----------------------------------------------------------------------------*/
.sightseeing {
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .sightseeing {
    padding-bottom: 110px;
  }
}
.sightseeing .ttlHeading {
  margin: 0 0 30px;
}
@media screen and (min-width: 640px) {
  .sightseeing .ttlHeading {
    margin: 0 0 50px;
  }
}
.sightseeing-item {
  min-width: 354px;
  margin: 0 1px;
}
.sightseeing-slider {
  margin-left: -40vw;
  min-height: 33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 640px) {
  .sightseeing-slider {
    min-height: 183px;
  }
}
.sightseeing-item-txt {
  font-size: 12px;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .sightseeing-item-txt {
    font-size: 15px;
  }
}
.sightseeing .slick-slide {
  max-width: 354px;
  width: 100%;
  margin: 0 1px;
}
.sightseeing .slick-slide .sightseeing-item {
  min-width: 0;
}
/*# sourceMappingURL=cn.css.map */