@charset "UTF-8";
/* media query */
.pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .sp {
    display: block;
  }
}

.photoMainimg p.mainVisual {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 668px) {
  .photoMainimg p.mainVisual {
    height: 400px;
  }
}
@media screen and (max-width: 360px) {
  .photoMainimg p.mainVisual {
    background-position: center right;
  }
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
section .headline_large {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 5px 20px;
  border-left: 4px solid #CBBD9C;
  font-size: 1.5em;
}
@media screen and (max-width: 668px) {
  section .headline_large {
    padding: 5px 0 5px 15px;
  }
}
section .headline_large::before {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  height: calc(100% / 2);
  width: 4px;
  background: #977A39;
}
@media screen and (max-width: 668px) {
  section .headline_large {
    line-height: 160%;
  }
}
section .headline_large span.small {
  font-size: 0.7em;
}
@media screen and (max-width: 668px) {
  section .headline_large span.small {
    font-size: 0.6em;
  }
}
section .headline_small {
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 160%;
}
section .caption {
  position: relative;
}
section .caption p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 10px 20px 10px 0;
}
@media screen and (max-width: 668px) {
  section .caption p {
    font-size: 1em;
    padding: 8px 10px 8px 2.3em;
    text-indent: -2.3em;
    line-height: 100%;
  }
}
section .caption p.top {
  bottom: auto;
  top: 0;
}
section .caption p.right {
  left: auto;
  right: 0;
}
section .caption p.right_top {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}
section .caption p span {
  font-size: 90%;
  margin-left: 10px;
}
@media screen and (max-width: 668px) {
  section .caption p span {
    font-size: 3vw;
  }
}
section .caption p::before {
  display: inline-block;
  content: "";
  border: 1px solid #fff;
  margin-bottom: 4px;
  width: 30px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 668px) {
  section .caption p::before {
    width: 20px;
  }
}
section .sub_caption {
  padding-top: 20px;
}
@media screen and (max-width: 668px) {
  section .sub_caption {
    padding-top: 10px;
    font-size: 0.9em;
  }
}

.introArea {
  margin: 50px 0 0;
  text-align: center;
}
.introArea h2 {
  font-size: 2.5em;
  line-height: 180%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .introArea h2 {
    font-size: 1.5em;
  }
}
.introArea h2 + p {
  font-size: 1.1em;
  line-height: 250%;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .introArea h2 + p {
    font-size: 1em;
    text-align: left;
  }
}
.introArea h2 + p.hotelName {
  font-size: 1.3em;
  line-height: 250%;
  letter-spacing: 1px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .introArea h2 + p.hotelName {
    font-size: 1em;
    line-height: 180%;
    margin-bottom: 30px;
  }
}
.introArea .lead {
  font-size: 1.1em;
  line-height: 250%;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .introArea .lead {
    font-size: 1em;
    text-align: left;
  }
}
.introArea .attention {
  border: 2px solid #eee;
  padding: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 668px) {
  .introArea .attention {
    padding: 15px 10px;
    font-size: 0.9em;
    text-align: left;
  }
}
.introArea p.favIcon {
  font-size: 0.8em;
  border-radius: 7px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  line-height: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 0 0 rgba(34, 34, 34, 0.05);
  display: inline-block;
  margin-top: 20px;
}
.introArea p.favIcon::after {
  content: "";
  margin-left: 5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20576%20512%22%20style%3D%22enable-background%3Anew%200%200%20576%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EEEEEE%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M353.9%2C195.5h199.4c0.7%2C0%2C1.2%2C0.5%2C1.2%2C1.2v0.5c0%2C0.4-0.2%2C0.8-0.5%2C1L392.3%2C315.3c-0.4%2C0.3-0.6%2C0.9-0.4%2C1.4%20l63.3%2C192.6c0.2%2C0.6-0.1%2C1.3-0.8%2C1.5l0%2C0c-0.4%2C0.1-0.8%2C0.1-1.1-0.2l-164-118.9c-0.4-0.3-1-0.3-1.4%2C0l-164%2C118.9%20c-0.3%2C0.2-0.7%2C0.3-1.1%2C0.2h0c-0.6-0.2-1-0.9-0.8-1.5l63.3-192.6c0.2-0.5%2C0-1-0.4-1.4L23%2C198.1c-0.3-0.2-0.5-0.6-0.5-1v-0.5%20c0-0.7%2C0.5-1.2%2C1.2-1.2h199.4c0.5%2C0%2C1-0.3%2C1.1-0.8L287.1%2C2.8c0.2-0.5%2C0.6-0.8%2C1.1-0.8h0.6c0.5%2C0%2C1%2C0.3%2C1.1%2C0.8l62.8%2C191.8%20C352.9%2C195.1%2C353.4%2C195.5%2C353.9%2C195.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}
.introArea p.favIcon.on {
  color: #fff;
  background-color: #222;
}
.introArea p.favIcon.on::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M182.7%2C440.2L33.4%2C290.9c-9-9-9-23.5%2C0-32.5l32.5-32.5c9-9%2C23.5-9%2C32.5%2C0l100.6%2C100.6l215.4-215.4%20c9-9%2C23.5-9%2C32.5%2C0l32.5%2C32.5c9%2C9%2C9%2C23.5%2C0%2C32.5L215.2%2C440.2C206.2%2C449.1%2C191.7%2C449.1%2C182.7%2C440.2L182.7%2C440.2z%22%2F%3E%3C%2Fsvg%3E);
}

.wideimageArea {
  position: relative;
  margin-top: 50px;
}
.wideimageArea::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #F7F4EA;
  height: 400px;
  width: 70%;
  z-index: -1;
}
@media screen and (max-width: 668px) {
  .wideimageArea::before {
    height: 250px;
    width: 80%;
  }
}
.wideimageArea.chef:before {
  display: none;
}
.wideimageArea.chef .inner {
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
  padding: 20px;
  box-sizing: border-box;
}
.wideimageArea.chef .inner h2 {
  margin-top: 0;
}
.wideimageArea .inner .headline_large {
  margin-top: 30px;
}
.wideimageArea .inner > div {
  padding-top: 100px;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner > div {
    padding-top: 50px;
  }
}
.wideimageArea .inner > div.sub_caption {
  padding-top: 20px;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner > div.sub_caption {
    padding-top: 10px;
  }
}
.wideimageArea .inner > div.square {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner > div.square {
    max-width: 80%;
  }
}
.wideimageArea .inner > div p.caption {
  display: block;
  font-size: 0.9em;
  margin-top: 10px;
}
.wideimageArea .inner > div p.caption.right {
  text-align: right;
}
.wideimageArea .inner .text.pt0 {
  padding-top: 0;
}
.wideimageArea .inner .text p:not(:first-child) {
  margin-top: 20px;
}
.wideimageArea .inner > p:first-child {
  padding-top: 100px;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner > p:first-child {
    padding-top: 50px;
  }
}
.wideimageArea .inner > p:nth-child(2) {
  margin-top: 30px;
}
.wideimageArea .inner ul.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2 {
    display: block;
  }
}
.wideimageArea .inner ul.col2 li {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2 li:nth-child(2) {
    margin-top: 10px;
  }
}
.wideimageArea .inner ul.col2_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2 {
    display: block;
  }
}
.wideimageArea .inner ul.col2_2 li:first-child {
  width: 65%;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2 li:first-child {
    width: 100%;
  }
}
.wideimageArea .inner ul.col2_2 li:first-child p:not(:first-child) {
  margin-top: 20px;
}
.wideimageArea .inner ul.col2_2 li:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2 li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.wideimageArea .inner ul.col2_2 li:nth-child(2) .profile {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2 li:nth-child(2) .profile {
    margin-top: 50px;
  }
}
.wideimageArea .inner ul.col2_2 li:nth-child(2) .profile img {
  max-width: 200px;
}
.wideimageArea .inner ul.col2_2 li:nth-child(2) .profile p {
  margin-top: 15px;
  line-height: 110%;
}
.wideimageArea .inner ul.col2_2 li:nth-child(2) .profile p span {
  font-size: 1.3em;
  display: block;
}
.wideimageArea .inner ul.col2_2 li:nth-child(2) .profile.mt0 {
  margin-top: 0;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2 li:nth-child(2) .profile.mt0 {
    margin-top: 50px;
  }
}
.wideimageArea .inner ul.col2_2.reverse li:first-child {
  order: 2;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2.reverse li:first-child {
    order: 1;
  }
}
.wideimageArea .inner ul.col2_2.reverse li:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2.reverse li:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2.onlysp_reverse {
    display: flex;
  }
}
.wideimageArea .inner ul.col2_2.onlysp_reverse li:first-child {
  order: 1;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2.onlysp_reverse li:first-child {
    order: 2;
    margin-top: 20px;
  }
}
.wideimageArea .inner ul.col2_2.onlysp_reverse li:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 668px) {
  .wideimageArea .inner ul.col2_2.onlysp_reverse li:nth-child(2) {
    order: 1;
    margin-top: 0;
  }
}
.wideimageArea section .caption p.top {
  top: 100px;
}
@media screen and (max-width: 668px) {
  .wideimageArea section .caption p.top {
    top: 50px;
  }
}
.wideimageArea section .caption p.right_top {
  top: 100px;
}
@media screen and (max-width: 668px) {
  .wideimageArea section .caption p.right_top {
    top: 50px;
  }
}

.columnimageArea {
  margin-top: 50px;
}
.columnimageArea .col2,
.columnimageArea .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .columnimageArea .col2,
  .columnimageArea .col3 {
    display: block;
  }
}
.columnimageArea .col2 li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  .columnimageArea .col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .columnimageArea .col2 li:not(:first-child) {
    margin-top: 20px;
  }
}
.columnimageArea .col3 li {
  width: 32%;
}
@media screen and (max-width: 668px) {
  .columnimageArea .col3 li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .columnimageArea .col3 li:not(:first-child) {
    margin-top: 20px;
  }
}

.pickupArea1.flex > div {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 668px) {
  .pickupArea1.flex > div {
    flex-wrap: wrap;
  }
}
.pickupArea1.flex > div > section {
  width: 50%;
}
.pickupArea1.flex > div .inner {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 668px) {
  .pickupArea1.flex > div .inner {
    margin: 0;
  }
}
@media screen and (max-width: 668px) {
  .pickupArea1.flex > div .img {
    margin-top: 30px;
  }
}
.pickupArea1 .inner {
  padding: 30px;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}
@media screen and (max-width: 668px) {
  .pickupArea1 .inner {
    padding: 15px;
  }
}
.pickupArea1 .inner dl dt {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.pickupArea2 .inner {
  padding: 30px;
  background: #F7F4EA;
  position: relative;
}
@media screen and (max-width: 668px) {
  .pickupArea2 .inner {
    padding: 15px;
  }
}
.pickupArea2 .inner p.icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #977A39;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (max-width: 668px) {
  .pickupArea2 .inner p.icon {
    padding: 5px 10px;
    font-size: 1em;
  }
}
.pickupArea2 .inner dl dt {
  border-bottom: 1px solid #e2dbc9;
}
.pickupArea2 .green {
  background: #eef6eb !important;
}
.pickupArea2 .green p.icon {
  background: #73be66 !important;
}
.pickupArea2 .green dl dt {
  border-bottom: 1px solid #73be66;
}
.pickupArea2 .green dl dt span {
  font-size: small;
  float: right;
}
.pickupArea2 .green dl dt span a {
  color: #336699;
}

.pickupArea1,
.pickupArea2 {
  margin-top: 50px;
}
.pickupArea1 ul.col2,
.pickupArea2 ul.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .pickupArea1 ul.col2,
  .pickupArea2 ul.col2 {
    display: block;
  }
}
.pickupArea1 ul.col2 li:first-child,
.pickupArea2 ul.col2 li:first-child {
  width: 40%;
}
@media screen and (max-width: 668px) {
  .pickupArea1 ul.col2 li:first-child,
  .pickupArea2 ul.col2 li:first-child {
    width: 100%;
  }
}
.pickupArea1 ul.col2 li:last-child,
.pickupArea2 ul.col2 li:last-child {
  width: 56%;
}
@media screen and (max-width: 668px) {
  .pickupArea1 ul.col2 li:last-child,
  .pickupArea2 ul.col2 li:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.pickupArea1 ul.col2.reverse li:first-child,
.pickupArea2 ul.col2.reverse li:first-child {
  order: 2;
}
@media screen and (max-width: 668px) {
  .pickupArea1 ul.col2.reverse li:first-child,
  .pickupArea2 ul.col2.reverse li:first-child {
    order: 1;
  }
}
.pickupArea1 ul.col2.reverse li:last-child,
.pickupArea2 ul.col2.reverse li:last-child {
  order: 1;
}
@media screen and (max-width: 668px) {
  .pickupArea1 ul.col2.reverse li:last-child,
  .pickupArea2 ul.col2.reverse li:last-child {
    order: 2;
  }
}
.pickupArea1 ul.col2.single li:first-child,
.pickupArea2 ul.col2.single li:first-child {
  width: 100%;
}
.pickupArea1 dl dt,
.pickupArea2 dl dt {
  font-size: 1.3em;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .pickupArea1 dl dt,
  .pickupArea2 dl dt {
    font-size: 1.2em;
    line-height: 160%;
  }
}
@media screen and (max-width: 668px) {
  .pickupArea1 dl dd,
  .pickupArea2 dl dd {
    font-size: 0.9em;
  }
}
.pickupArea1 dl dd.price span,
.pickupArea2 dl dd.price span {
  font-size: 1.5em;
  margin-right: 10px;
}
.pickupArea1 dl dd.mt10,
.pickupArea2 dl dd.mt10 {
  margin-top: 10px;
}
.pickupArea1 dl dd.mt20,
.pickupArea2 dl dd.mt20 {
  margin-top: 20px;
}
.pickupArea1 dl dd.large,
.pickupArea2 dl dd.large {
  font-size: 1.1em;
}
.pickupArea1 dl dd.notice,
.pickupArea2 dl dd.notice {
  font-size: 90%;
}
.pickupArea1 dl dd.right,
.pickupArea2 dl dd.right {
  text-align: right;
}
.pickupArea1 dl dd.staffArea,
.pickupArea2 dl dd.staffArea {
  margin-top: 50px;
}
.pickupArea1 dl dd.staffArea ul,
.pickupArea2 dl dd.staffArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .pickupArea1 dl dd.staffArea ul,
  .pickupArea2 dl dd.staffArea ul {
    display: block;
  }
}
.pickupArea1 dl dd.staffArea ul li:first-child,
.pickupArea2 dl dd.staffArea ul li:first-child {
  width: 25%;
}
@media screen and (max-width: 668px) {
  .pickupArea1 dl dd.staffArea ul li:first-child,
  .pickupArea2 dl dd.staffArea ul li:first-child {
    width: 100%;
    text-align: center;
  }
}
.pickupArea1 dl dd.staffArea ul li:first-child img,
.pickupArea2 dl dd.staffArea ul li:first-child img {
  max-width: 200px;
}
.pickupArea1 dl dd.staffArea ul li:nth-child(2),
.pickupArea2 dl dd.staffArea ul li:nth-child(2) {
  width: 70%;
}
@media screen and (max-width: 668px) {
  .pickupArea1 dl dd.staffArea ul li:nth-child(2),
  .pickupArea2 dl dd.staffArea ul li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}

.movieArea {
  margin-top: 50px;
}
.movieArea .inner {
  background: #eee;
  padding: 50px 0;
}
@media screen and (max-width: 668px) {
  .movieArea .inner {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.movieArea .inner .movie_box {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .movieArea .inner .movie_box {
    width: 86%;
    margin: auto;
  }
}
.movieArea .inner .movie_box::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movieArea .inner .movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profileArea {
  margin-top: 50px;
}
.profileArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 668px) {
  .profileArea ul {
    padding: 15px;
    font-size: 0.9em;
  }
}
.profileArea ul li:first-child {
  width: 62%;
}
@media screen and (max-width: 668px) {
  .profileArea ul li:first-child {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.profileArea ul li:first-child dl dt {
  font-size: 0.9em;
}
.profileArea ul li:first-child dl dd.name {
  font-size: 1.3em;
  border-bottom: 1px solid #eee;
  margin: -5px 0 10px;
  padding-bottom: 5px;
}
.profileArea ul li:nth-child(2) {
  width: 34%;
}
@media screen and (max-width: 668px) {
  .profileArea ul li:nth-child(2) {
    width: 90%;
    order: 1;
    margin: auto;
  }
}

.mediumimageArea {
  margin-top: 50px;
}
.mediumimageArea .inner > ul.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2 {
    display: block;
  }
}
.mediumimageArea .inner > ul.col2 li.image {
  width: 42%;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2 li.image {
    width: 100%;
  }
}
.mediumimageArea .inner > ul.col2 li.text {
  width: 53%;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2 li.text {
    width: 100%;
    margin-top: 20px;
  }
}
.mediumimageArea .inner > ul.col2 li.text .listText li {
  position: relative;
  padding-left: 1.5em;
}
.mediumimageArea .inner > ul.col2 li.text .listText li::before {
  position: absolute;
  content: "●";
  font-weight: bold;
  font-size: 90%;
  color: #ccc;
  text-indent: -1.5em;
}
.mediumimageArea .inner > ul.col2 li.text p:not(:first-child) {
  margin-top: 20px;
}
.mediumimageArea .inner > ul.col2:nth-child(even) li.image {
  order: 2;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2:nth-child(even) li.image {
    order: 1;
    margin-top: 20px;
  }
}
.mediumimageArea .inner > ul.col2:nth-child(even) li.text {
  order: 1;
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2:nth-child(even) li.text {
    order: 2;
    margin-top: 20px;
  }
}
@media screen and (max-width: 668px) {
  .mediumimageArea .inner > ul.col2:not(:first-child) {
    margin-top: 30px;
  }
}

.infoArea {
  margin-top: 50px;
}
.infoArea .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 {
    display: block;
    padding: 15px;
    background: #f7f4ea;
  }
}
.infoArea .col3::after {
  content: "";
  display: block;
  width: calc((100% / 3) - 30px);
}
@media screen and (max-width: 960px) {
  .infoArea .col3::after {
    width: calc((100% / 3) - 20px);
  }
}
@media screen and (max-width: 668px) {
  .infoArea .col3::after {
    display: none;
  }
}
.infoArea .col3 > li {
  width: calc((100% / 3) - 30px);
}
@media screen and (max-width: 960px) {
  .infoArea .col3 > li {
    width: calc((100% / 3) - 20px);
  }
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li {
    width: 100%;
  }
}
.infoArea .col3 > li:not(:nth-child(3n+1)) {
  margin-left: 45px;
}
@media screen and (max-width: 960px) {
  .infoArea .col3 > li:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li:not(:first-child) {
    margin-top: 30px;
  }
}
.infoArea .col3 > li .slick-dots {
  bottom: 15px;
}
.infoArea .col3 > li dl {
  margin-top: 15px;
}
.infoArea .col3 > li dl dt {
  font-size: 1.2em;
  line-height: 150%;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li dl dt {
    border-bottom: 1px solid #bbb;
  }
}
.infoArea .col3 > li dl dt span.small {
  font-size: 80%;
}
.infoArea .col3 > li dl dd {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.9em;
}
.infoArea .col3 > li dl dd.address {
  padding-left: 0;
}
.infoArea .col3 > li dl dd.address::before {
  content: none;
}
.infoArea .col3 > li dl dd.noindent {
  padding-left: 0;
}
.infoArea .col3 > li dl dd.noindent::before {
  content: none;
}
.infoArea .col3 > li dl dd.notice::before {
  content: none;
}
.infoArea .col3 > li dl dd.mt10 {
  margin-top: 10px;
}
.infoArea .col3 > li dl dd::before {
  position: absolute;
  content: "●";
  font-weight: bold;
  font-size: 90%;
  color: #ccc;
  text-indent: -1.5em;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li dl dd::before {
    color: #bbb;
  }
}
.infoArea .col3 > li.wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li.wide {
    display: block;
  }
}
.infoArea .col3 > li.wide > p,
.infoArea .col3 > li.wide div {
  width: 53%;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li.wide > p,
  .infoArea .col3 > li.wide div {
    width: 100%;
  }
}
.infoArea .col3 > li.wide dl {
  width: 45%;
  padding-left: 20px;
  margin-top: 0;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li.wide dl {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
.infoArea .col3 > li.reverse > p,
.infoArea .col3 > li.reverse div {
  order: 2;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li.reverse > p,
  .infoArea .col3 > li.reverse div {
    order: 1;
  }
}
.infoArea .col3 > li.reverse dl {
  order: 1;
}
@media screen and (max-width: 668px) {
  .infoArea .col3 > li.reverse dl {
    order: 2;
  }
}

.snsArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 50px auto 0;
}
.snsArea ul li {
  width: 30%;
}
@media screen and (max-width: 668px) {
  .snsArea ul li {
    text-align: center;
    font-size: 0.9em;
  }
}
.snsArea ul li img {
  max-width: 30px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 668px) {
  .snsArea ul li img {
    margin-right: 0;
  }
}

.hotelinfoArea {
  position: relative;
  margin-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .hotelinfoArea {
    margin-top: 80px;
  }
}
.hotelinfoArea::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(../../../common/images/bg_gray.png);
  height: 340px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 668px) {
  .hotelinfoArea::after {
    height: 100%;
    padding-top: 30px;
  }
}
.hotelinfoArea p.first {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  .hotelinfoArea p.first {
    margin-bottom: 15px;
  }
}
.hotelinfoArea > section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .hotelinfoArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .hotelinfoArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .hotelinfoArea > section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) {
  .hotelinfoArea > section {
    margin-bottom: 0;
  }
}
.hotelinfoArea > section article {
  width: calc((100% / 3) - 30px);
  margin: 0 22px;
}
@media screen and (max-width: 960px) {
  .hotelinfoArea > section article {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 668px) {
  .hotelinfoArea > section article {
    width: 100%;
    margin: 0 10px 30px;
  }
}
.hotelinfoArea > section article:first-child {
  margin-left: 0;
}
@media screen and (max-width: 668px) {
  .hotelinfoArea > section article:first-child {
    margin: 0 10px 30px;
  }
}
.hotelinfoArea > section article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .hotelinfoArea > section article.noslide {
    margin: 0 0 30px;
  }
}
.hotelinfoArea > section article > p.photo {
  overflow: hidden;
}
.hotelinfoArea > section article > p.photo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hotelinfoArea > section article > p.photo a:hover {
  transform: scale(1.05);
}
.hotelinfoArea > section article > div {
  padding: 15px 20px;
  background: #fff;
  min-height: 147px;
}
@media screen and (max-width: 668px) {
  .hotelinfoArea > section article > div {
    padding: 15px;
    min-height: auto;
  }
}
.hotelinfoArea > section article > div > p.name {
  font-size: 1.2em;
  text-align: left;
}
.hotelinfoArea > section article > div > p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.hotelinfoArea > section article > div > p.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.hotelinfoArea > section article > div > p.tel a {
  font-size: 1.4em;
  letter-spacing: 2px;
}
.hotelinfoArea > section article > div > address {
  position: relative;
}
.hotelinfoArea > section article > div > address::before {
  position: absolute;
  content: "";
}
.hotelinfoArea .link {
  text-align: center;
}
.hotelinfoArea .link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  letter-spacing: 5px;
}
.hotelinfoArea .link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.hotelinfoArea .link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .hotelinfoArea .link a {
    padding: 10px 35px 10px 15px;
  }
}
.hotelinfoArea .link a:hover::after {
  right: 15px;
}

ruby rt {
  font-size: 30%;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

p span.gold {
  color: #977A39;
}
p span.em1 {
  margin-right: 1em;
}
p span.line {
  margin-right: 1em;
}

img.w100 {
  width: 100px !important;
}
@media screen and (max-width: 668px) {
  img.w100 {
    width: 70px !important;
  }
}
