@charset "UTF-8";
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.inner {
  width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1152px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1151px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .tabAlignL {
    text-align: left;
  }

  .tabAlignC {
    text-align: center;
  }

  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .spAlignL {
    text-align: left;
  }

  .spAlignC {
    text-align: center;
  }

  .spAlignR {
    text-align: right;
  }
}
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

.pT0 {
  padding-top: 0;
}

#keyvijual {
  background-color: #000;
}

#voice {
  border-top: 1px solid #e3e3e3;
}

.underbarArrow {
  text-align: center;
  margin-top: 5%;
}
.underbarArrow a {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 30px 10px 0;
  transition-duration: 1s;
  font-size: 14px;
}
.underbarArrow a:hover:after {
  right: 0px;
}
.underbarArrow a:hover:before {
  right: 0px;
}
.underbarArrow a:after {
  content: "";
  width: 18px;
  height: 1px;
  top: 50%;
  bottom: 50%;
  right: 5px;
  background-color: #ccc;
  position: absolute;
  transition-duration: .3s;
}
.underbarArrow a:before {
  content: "";
  width: 7px;
  height: 1px;
  top: 50%;
  bottom: 50%;
  right: 5px;
  background-color: #ccc;
  margin-top: -3px;
  position: absolute;
  transition-duration: .3s;
  transform: rotate(45deg);
}

#mainWrap #main #contents .archive .archiveList > ul > li a .archiveBox .photo {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center center;
}
#mainWrap #main #contents section .inner.pT0 {
  padding-top: 0;
}
#mainWrap #main #contents section.pTB150 {
  padding: 150px 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.pTB150 {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.pTB150 {
    padding: 12% 0;
  }
}
#mainWrap #main #contents section#voice .inner {
  padding: 5% 0;
}
#mainWrap #main #contents section#voice .sectionNewTitle {
  padding-bottom: 0;
}
#mainWrap #main #contents section.glayBack {
  background-color: #EDEDED;
}
#mainWrap #main #contents section.topForm {
  background-color: #000;
  padding: 40px 0;
}
#mainWrap #main #contents section.topForm.en .inner .topFormWrap {
  width: calc(100% - 180px);
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm.en .inner .topFormWrap {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm.en .inner .topFormWrap {
    width: 100%;
  }
}
#mainWrap #main #contents section.topForm.en .inner .bestRate {
  color: #fff;
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm.en .inner .bestRate {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm.en .inner .bestRate {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
#mainWrap #main #contents section.topForm.en .inner .bestRate .icon {
  width: 60px;
}
#mainWrap #main #contents section.topForm.en .inner .bestRate .icon img {
  width: auto;
  height: 56px;
}
#mainWrap #main #contents section.topForm.en .inner .bestRate .text {
  width: 80px;
}
#mainWrap #main #contents section.topForm.en .inner .bestRate .text h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}
#mainWrap #main #contents section.topForm.en .inner .bestRate .text p {
  font-size: 11px;
  line-height: 1.3;
}
#mainWrap #main #contents section.topForm .booking {
  color: #fff;
}
#mainWrap #main #contents section.topForm .inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm .inner {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm .inner {
    display: block;
  }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap {
  width: calc(100% - 300px);
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap {
    width: 100%;
  }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek {
  width: 100%;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date {
  color: #fff;
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date {
    margin-bottom: 15px;
  }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date h4 {
  margin-bottom: 8px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date #nitteiarea input {
  margin-right: 5px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date #nitteiarea dl dd input[type="text"] {
  width: 40px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date #nitteiarea dl dd input[type="text"].year {
  width: 60px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date #ninzuarea select {
  margin-right: 5px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl {
  display: block;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl dt {
  display: block;
  width: 100%;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl dd {
  display: block;
  width: 100%;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl dd div {
  margin-bottom: 0;
  font-size: 0;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl dd select {
  margin-right: 0;
  height: 32px;
  line-height: 32px;
  padding-right: 10px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl dd input {
  margin-right: 0;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .booking_date dl dd input[type="text"] {
  /*padding: 15px 10px;*/
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .button {
  width: 120px;
  margin-top: 0;
  height: 53px;
  line-height: 53px;
  background-color: #8F7862;
  color: #fff;
  transition-duration: .3s;
  font-size: 14px;
  margin-left: 10px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .button {
    margin-left: 0;
    width: 100%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .button {
    margin-left: 0;
    width: 100%;
    margin-top: 12px;
    height: 40px;
    line-height: 40px;
  }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek #booking_inner .button:hover {
  background-color: #7c6249;
}












#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 {
    width: 100%;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
    #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 600px) {
    #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date {
    color: #fff;
    padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
    #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date {
        margin-bottom: 15px;
    }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date h4 {
    margin-bottom: 8px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date #nitteiarea input {
    margin-right: 5px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date #nitteiarea dl dd input[type="text"] {
    width: 40px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date #nitteiarea dl dd input[type="text"].year {
    width: 60px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date #ninzuarea select {
    margin-right: 5px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl {
    display: block;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl dt {
    display: block;
    width: 100%;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl dd {
    display: block;
    width: 100%;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl dd div {
    margin-bottom: 0;
    font-size: 0;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl dd select {
    margin-right: 0;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl dd input {
    margin-right: 0;
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .booking_date dl dd input[type="text"] {
    /*padding: 15px 10px;*/
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .button {
    width: 120px;
    margin-top: 0;
    height: 53px;
    line-height: 53px;
    background-color: #8F7862;
    color: #fff;
    transition-duration: .3s;
    font-size: 14px;
    margin-left: 10px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
    #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .button {
        margin-left: 0;
        width: 100%;
        margin-top: 12px;
    }
}
@media only screen and (max-width: 600px) {
    #mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .button {
        margin-left: 0;
        width: 100%;
        margin-top: 12px;
        height: 40px;
        line-height: 40px;
    }
}
#mainWrap #main #contents section.topForm .inner .topFormWrap #frmplanseek02 #booking_inner .button:hover {
    background-color: #7c6249;
}




#mainWrap #main #contents section.topForm .inner .bestRate {
  color: #fff;
  width: 270px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section.topForm .inner .bestRate {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section.topForm .inner .bestRate {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
#mainWrap #main #contents section.topForm .inner .bestRate .icon {
  width: 60px;
}
#mainWrap #main #contents section.topForm .inner .bestRate .icon img {
  width: auto;
  height: 56px;
}
#mainWrap #main #contents section.topForm .inner .bestRate .text {
  width: 220px;
}
#mainWrap #main #contents section.topForm .inner .bestRate .text h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}
#mainWrap #main #contents section.topForm .inner .bestRate .text p {
  font-size: 11px;
  line-height: 1.3;
}
#mainWrap #main #contents section .inner .sectionNewTitle {
  text-align: center;
  padding-bottom: 5%;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .sectionNewTitle {
    padding-bottom: 7%;
  }
}
#mainWrap #main #contents section .inner .sectionNewTitle h3 {
  font-size: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #a28467;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .sectionNewTitle h3 {
    font-size: 6vw;
  }
}
#mainWrap #main #contents section .inner .sectionNewTitle p {
  color: #706F6F;
}
#mainWrap #main #contents section .inner .newsBlock ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 0;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .newsBlock ul li {
    padding: 5% 0;
    display: block;
  }
}
#mainWrap #main #contents section .inner .newsBlock ul li:first-child {
  border-top: 1px solid #E6E6E6;
}
#mainWrap #main #contents section .inner .newsBlock ul li .day {
  font-size: 14px;
  color: #706F6F;
  width: 260px;
  padding-left: 160px;
  box-sizing: border-box;
  line-height: 1.3;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section .inner .newsBlock ul li .day {
    width: 160px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .newsBlock ul li .day {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }
}
#mainWrap #main #contents section .inner .newsBlock ul li .newsTitle {
  font-size: 14px;
  color: #706F6F;
  width: calc(100% - 260px);
  line-height: 1.3;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section .inner .newsBlock ul li .newsTitle {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .newsBlock ul li .newsTitle {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
#mainWrap #main #contents section .inner .newsBlock ul li .newsTitle a:hover {
  text-decoration: underline;
}
#mainWrap #main #contents section .inner .threeCard {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mainWrap #main #contents section .inner .threeCard .card {
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
  background-color: #fff;
  transition-duration: 0.3s;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
#mainWrap #main #contents section .inner .threeCard .card:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #mainWrap #main #contents section .inner .threeCard .card {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  #mainWrap #main #contents section .inner .threeCard .card:nth-child(2n) {
    margin-right: 0;
  }
  #mainWrap #main #contents section .inner .threeCard .card:nth-child(3n) {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .threeCard .card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
}
#mainWrap #main #contents section .inner .threeCard .card a {
  display: block;
}
#mainWrap #main #contents section .inner .threeCard .card a:hover {
  background-color: #fafafa;
}
#mainWrap #main #contents section .inner .threeCard .card a:hover .cardThumnail {
  background-position: center center;
  background-size: cover;
}
#mainWrap #main #contents section .inner .threeCard .card a:hover .cardThumnail img {
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 0.6;
}
#mainWrap #main #contents section .inner .threeCard .card .cardThumnail {
  background-position: center center;
  background-size: cover;
  height: 21vh;
  overflow: hidden;
  background-color: #000;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  #mainWrap #main #contents section .inner .threeCard .card .cardThumnail {
    height: 28vh;
  }
}
#mainWrap #main #contents section .inner .threeCard .card .cardThumnail img {
  transition-duration: 0.3s;
  display: block;
  width: 100%;
  opacity: 1;
  transform: scale(1.01);
}
#mainWrap #main #contents section .inner .threeCard .card .cardContent {
  padding: 8%;
  text-align: center;
}
#mainWrap #main #contents section .inner .threeCard .card .cardContent h5 {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
#mainWrap #main #contents section .inner .threeCard .card .cardContent p {
  font-size: 12px;
  color: #5a5a5a;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  #mainWrap #main #contents #topActivity .inner {
    padding: 5% 0;
    width: 100%;
  }
}

.activitySlider.slick-slider button {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 600px) {
  .activitySlider.slick-slider button {
    width: 24px;
    height: 24px;
  }
}
.activitySlider .slick-slide {
  margin: 0 10px;
}
.activitySlider.en .card .cardContent p {
  min-height: 100px !important;
}
.activitySlider .card {
  margin-right: 3.2%;
  margin-bottom: 3.2%;
  background-color: #fff;
  transition-duration: 0.3s;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
.activitySlider .card:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .activitySlider .card {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .activitySlider .card:nth-child(2n) {
    margin-right: 0;
  }
  .activitySlider .card:nth-child(3n) {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  .activitySlider .card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
}
.activitySlider .card a {
  display: block;
}
.activitySlider .card a:hover {
  background-color: #fafafa;
}
.activitySlider .card a:hover .cardThumnail {
  background-position: center center;
  background-size: cover;
}
.activitySlider .card a:hover .cardThumnail img {
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 0.6;
}
.activitySlider .card .cardThumnail {
  background-position: center center;
  background-size: cover;
  height: auto;
  overflow: hidden;
  background-color: #000;
  vertical-align: middle;
}
.activitySlider .card .cardThumnail img {
  transition-duration: 0.3s;
  display: block;
  width: 100%;
  opacity: 1;
  transform: scale(1.01);
}
.activitySlider .card .cardContent {
  padding: 8%;
  text-align: center;
}
.activitySlider .card .cardContent h5 {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.activitySlider .card .cardContent p {
  font-size: 12px;
  color: #5a5a5a;
  letter-spacing: 0.1em;
  min-height: 50px;
}

#newFooter .inner {
  padding: 0;
}
#newFooter .footerSns {
  background-color: #424242;
  padding: 2%;
}
@media only screen and (max-width: 600px) {
  #newFooter .footerSns {
    padding: 15px 0;
  }
}
#newFooter .footerSns ul {
  font-size: 0;
  text-align: center;
}
#newFooter .footerSns ul li {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  #newFooter .footerSns ul li {
    padding: 0 10px;
  }
}
#newFooter .footerSns ul li img {
  width: auto;
  height: 36px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerSns ul li img {
    height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerSns ul li img {
    height: 24px;
  }
}
#newFooter .footerHotelInfo {
  background-color: #000;
}
#newFooter .footerHotelInfo .inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 5% 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerHotelInfo .inner {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner {
    padding: 30px 0;
    display: block;
  }
}
#newFooter .footerHotelInfo .inner .hotelInfo {
  display: flex;
  justify-content: space-between;
  width: 490px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerHotelInfo .inner .hotelInfo {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner .hotelInfo {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner .hotelInfo {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#newFooter .footerHotelInfo .inner .hotelInfo .logo {
  width: 98px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerHotelInfo .inner .hotelInfo .logo {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner .hotelInfo .logo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #newFooter .footerHotelInfo .inner .hotelInfo .logo img {
    width: 30%;
  }
}
#newFooter .footerHotelInfo .inner .hotelInfo .info {
  width: 340px;
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner .hotelInfo .info {
    display: block;
    width: 100%;
  }
}
#newFooter .footerHotelInfo .inner .hotelInfo .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#newFooter .footerHotelInfo .inner .hotelInfo .info h4 span {
  font-size: 12px;
}
#newFooter .footerHotelInfo .inner .hotelInfo .info p {
  line-height: 2;
}
#newFooter .footerHotelInfo .inner .hotelInfo .info .lineLink {
  margin-top: 30px;
  text-align: left;
}
#newFooter .footerHotelInfo .inner .hotelInfo .info .lineLink a {
  border: 1px solid #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 80%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition-duration: .3s;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner .hotelInfo .info .lineLink a {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
#newFooter .footerHotelInfo .inner .hotelInfo .info .lineLink a:hover {
  background-color: #fff;
  color: #000;
}
#newFooter .footerHotelInfo .inner .hotelMap {
  width: 580px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerHotelInfo .inner .hotelMap {
    display: block;
    width: 100%;
    margin-top: 40px;
    height: 36vh;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerHotelInfo .inner .hotelMap {
    display: block;
    width: 100%;
    margin-top: 40px;
    height: 36vh;
  }
}
#newFooter .footerNav {
  background-color: #424242;
}
#newFooter .footerNav .inner {
  padding: 5% 0;
}
#newFooter .footerNav .inner nav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerNav .inner nav {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerNav .inner nav {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerNav .inner nav ul {
    width: 31%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerNav .inner nav ul {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
#newFooter .footerNav .inner nav ul li {
  margin-top: 18px;
  font-size: 12px;
}
#newFooter .footerNav .inner nav ul li.parent {
  font-weight: bold;
  font-size: 14px;
}
#newFooter .footerNav .inner nav ul li:first-child {
  margin-top: 0;
}
#newFooter .footerNav .inner nav ul li a {
  color: #fff;
}
#newFooter .footerBottom {
  background-color: #706F6F;
}
#newFooter .footerBottom .inner {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
#newFooter .footerBottom .inner .angoLogo img {
  width: auto;
  height: 36px;
}
#newFooter .footerBottom .inner .copyBlock {
  color: #fff;
  font-size: 12px;
}
#newFooter .footerBottom .inner .copyBlock a {
  color: #fff;
}
#newFooter .footerBottom .inner .copyBlock a:hover {
  text-decoration: underline;
}
#newFooter .footerBottom .inner .copyBlock .copylight {
  margin-top: 12px;
}

.mapFullWidth .google-map {
  height: 50vh;
}