@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
デバイスごとの表示切り替え
========================================================= */
/*　　PCのみ表示　　*/
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

/*　　Tabletのみ表示　　*/
@media (min-width: 1025px) {
  .tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

/*　　SPのみ表示　　*/
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*　　PC,Tabletのみ表示　　*/
@media (max-width: 767px) {
  .pctab {
    display: none;
  }
}

/*　　Tablet,SPのみ表示　　*/
@media (min-width: 1025px) {
  .tabsp {
    display: none;
  }
}

/*　　PC,SPのみ表示　　*/
@media (min-width: 768px) and (max-width: 1024px) {
  .pcsp {
    display: none;
  }
}

/* =========================================================
見出し
========================================================= */
.secTitle {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 3.9rem;
}

@media (max-width: 767px) {
  .secTitle {
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 2.6rem;
  }
}

.secTitle::after {
  content: '';
  display: block;
  background-image: linear-gradient(to right, #c2143d 5px, transparent 4px);
  background-size: 9px 2px;
  background-repeat: repeat-x;
  width: 122px;
  height: 2px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .secTitle::after {
    width: 68px;
  }
}

.secTitle:only-child {
  margin-bottom: 0;
}

.secTitle.center {
  text-align: center;
}

.secTitle.gold {
  color: #bc8325;
}

.secTitle02 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  .secTitle02 {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 2.4rem;
  }
}

.secTitle02:only-child {
  margin-bottom: 0;
}

.secTitle02.center {
  text-align: center;
}

.secTitle02.gold {
  color: #bc8325;
}

.secTitle03 {
  margin: 60px 0 10px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .secTitle03 {
    margin: 40px 0 10px;
    font-size: 2rem;
  }
}

.secTitle03 + p {
  text-align: center;
}

.titleLead {
  margin: -20px 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .titleLead {
    margin: -10px 0 25px;
  }
}

.titleLead:last-child {
  margin-bottom: 0;
}

.leadBlock .wrapper {
  padding-top: 30px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .leadBlock .wrapper {
    padding-bottom: 40px;
  }
}

.leadBlock .pageTitle {
  margin-bottom: 50px;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: 3.9rem;
}

@media (max-width: 767px) {
  .leadBlock .pageTitle {
    font-size: 2.6rem;
  }
}

.leadBlock .pageTitle:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .leadBlock + section .wrapper {
    padding-top: 80px;
  }
}

/* =========================================================
カラー変更
========================================================= */
/*　　テキストカラー　　*/
.c_gold {
  color: #bc8325;
}

.c_red {
  color: #c2143d;
}

strong {
  font-weight: bold;
}

/*　　背景色　　*/
.bgBeige {
  background: #f8f8f7;
}

.icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.icon svg {
  vertical-align: middle;
  fill: #fff;
  width: 25px;
  height: 25px;
}

.icon.yellow {
  background: #d9b64e;
}

.icon.blue {
  background: #26b0bf;
}

.icon.red {
  background: #c2143d;
}

.icon.green {
  background: #74985a;
}

.icon.white {
  background: #fff;
}

.icon.white svg {
  fill: #c2143d;
}

/*　　波線　　*/
.waveT {
  position: relative;
}

.waveT::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../img/common/bg_wave_top.png") repeat-x left bottom/20px auto;
  width: 100%;
  height: 5px;
}

.waveB {
  position: relative;
}

.waveB::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/common/bg_wave_bottom.png") repeat-x left bottom/20px auto;
  width: 100%;
  height: 5px;
}

.waveB.waveBeige::after {
  background-image: url("../img/common/bg_wave_bottom_b.png");
}

.wideBlock {
  padding: 20px;
}

@media (max-width: 767px) {
  .wideBlock {
    padding: 10px 2.5%;
  }
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: #444;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a.external {
  position: relative;
}

a.external::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/icon_external.svg") no-repeat center/10px auto;
  width: 10px;
  height: 10px;
  margin: 0 0 4px 6px;
}

/*　　本文内通常リンク　　*/
p:not([class]) a,
ul:not([class]) a {
  color: #c2143d;
  text-decoration: underline;
}

p:not([class]) a:hover,
ul:not([class]) a:hover {
  text-decoration: none;
}

/*　　ボタン　　*/
.btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .btn {
    margin-top: 20px;
  }
}

.btn a,
.btn .btnLink {
  position: relative;
  display: inline-block;
  background: url("../img/common/icon_btn.svg") no-repeat right 12px center/7px auto;
  border-radius: 22px;
  border: 2px solid;
  min-width: 150px;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  color: #c2143d;
  text-align: center;
  font-weight: bold;
  transition: all .3s;
}

.btn a .icon_external,
.btn .btnLink .icon_external {
  vertical-align: middle;
  fill: #c2143d;
  width: 16px;
  height: 13px;
  margin: 0 -20px 6px 20px;
}

.btn a:hover,
.btn .btnLink:hover {
  opacity: 1;
  border-color: #c2143d;
  background-color: #c2143d;
  background-image: url("../img/common/icon_btn_white.svg");
  color: #fff;
}

.btn a.external::after,
.btn .btnLink.external::after {
  background: url("../img/common/icon_external_red.svg") no-repeat center/13px auto;
  width: 13px;
  height: 13px;
  margin: 0 0 4px 8px;
  transition: all .3s;
}

.btn a.external:hover::after,
.btn .btnLink.external:hover::after {
  background-image: url("../img/common/icon_external_white.svg");
}

.btn.noIcon a {
  background-image: none;
}

.btn.gray a {
  background-image: url("../img/common/icon_btn_gray.svg");
  color: #888;
}

.btn.gray a:hover {
  border-color: #888;
  background-color: #888;
  background-image: url("../img/common/icon_btn_white.svg");
  color: #fff;
}

.btn.clear a {
  background-image: url("../img/common/icon_btn_white.svg");
  color: #fff;
}

.btn.center {
  text-align: center;
}

.btn.right {
  text-align: right;
}

.btnPDF span {
  vertical-align: middle;
  background: #c2143d;
  padding: 2px 3px;
  margin: 0 5px 0 -10px;
  color: #fff;
  font-size: 1rem;
  transition: all .3s;
}

.btnPDF a:hover span {
  background: #fff;
  color: #c2143d;
}

.btn.moreBtn a {
  position: relative;
  background-image: none;
  min-width: 260px;
}

.btn.moreBtn a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url("../img/common/icon_btn.svg") no-repeat center/7px auto;
  width: 7px;
  height: 11px;
  margin: auto;
  transform: rotate(90deg);
  transition: all .5s;
}

.btn.moreBtn a:hover::before {
  background-image: url("../img/common/icon_btn_white.svg");
}

.btn.backBtn a,
.btn.backBtn .btnLink {
  background: url("../img/common/icon_back.svg") no-repeat 10px center/7px auto;
  min-width: 260px;
  color: #888;
}

.btn.backBtn a:hover,
.btn.backBtn .btnLink:hover {
  border-color: #888;
  background-color: #888;
  background-image: url("../img/common/icon_back_white.svg");
  color: #fff;
}

.btnS a {
  background: url("../img/common/icon_link.svg") no-repeat left center/20px auto;
  padding-left: 24px;
  color: #c2143d;
  text-decoration: underline;
}

.btnS a:hover {
  text-decoration: none;
}

.btnS.right {
  text-align: right;
}

.btnM a {
  border-radius: 35px;
  min-width: 260px;
}

.btnM a .icon_external {
  fill: #c2143d;
}

.btnL a {
  border-radius: 35px;
  min-width: 500px;
  height: 70px;
  line-height: 70px;
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .btnL a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.btnL a.external::after {
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  margin: 0 0 5px 8px;
}

@media (max-width: 767px) {
  .btnL a.external::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

/*　　ボタンリスト　　*/
.btnList .btn {
  margin: 0;
}

.btnList .btn + .btn {
  margin-top: 15px;
}

.btnList.flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .btnList.flex {
    display: block;
  }
}

.btnList.flex .btn {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .btnList.flex .btn {
    margin: 0;
  }
  .btnList.flex .btn + .btn {
    margin-top: 15px;
  }
}

.iconList li {
  background: url("../img/common/icon_link.svg") no-repeat left 0.4em/19px auto;
  padding-left: 30px;
}

/* =========================================================
List
========================================================= */
.anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 840px;
  margin: 0 auto 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .anchorList {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 570px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .anchorList {
    display: block;
    margin: 0 auto 30px;
  }
}

.anchorList li {
  width: 210px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .anchorList li {
    flex-grow: 0;
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .anchorList li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.anchorList li a {
  position: relative;
  display: block;
  border-radius: 30px;
  line-height: 60px;
  color: #c2143d;
  font-weight: bold;
  font-size: 1.7rem;
}

@media (max-width: 1024px) {
  .anchorList li a {
    background-color: #f8f8f7;
  }
}

@media (max-width: 767px) {
  .anchorList li a {
    line-height: 50px;
  }
}

.anchorList li a::before {
  content: '';
  display: inline-block;
  background: url("../img/common/icon_btn.svg") no-repeat center;
  width: 7px;
  height: 11px;
  margin: 0 20px 0 0;
  transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .anchorList li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
  }
}

.anchorList li a:hover {
  background-color: #f8f8f7;
  opacity: .65;
}

@media (min-width: 1025px) {
  .anchorList.sizeM li {
    width: 280px;
  }
}

.columnList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .columnList {
    display: block;
  }
}

.columnList:last-child {
  margin-bottom: 0;
}

.columnList > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  margin-top: 40px;
  text-align: center;
  /* IE11 debug */
}

@media (max-width: 767px) {
  .columnList > li {
    width: 100%;
    margin-top: 30px;
  }
}

.columnList > li:nth-child(odd) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .columnList > li:nth-child(odd) {
    margin-right: 0;
  }
}

.columnList > li:nth-child(-n + 2) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .columnList > li:nth-child(-n + 2) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .columnList > li:first-child {
    margin-top: 10px;
  }
}

.columnList > li .photo {
  flex-shrink: 0;
  display: block;
  border-radius: 20px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .columnList > li .photo {
    border-radius: 10px;
    margin: 0 0 20px;
  }
}

.columnList > li .title {
  margin-bottom: 15px;
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .columnList > li .title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .columnList > li p {
    max-width: 100%;
  }
}

.columnList > li .iconList {
  margin-top: 20px;
  text-align: left;
}

.columnList.one_third > li {
  width: calc(33.33% - 30px);
  margin: 30px 45px 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .columnList.one_third > li {
    width: calc(33.33% - 20px);
    margin: 20px 30px 0 0;
  }
}

@media (max-width: 767px) {
  .columnList.one_third > li {
    width: 100%;
    margin: 30px 0 0;
  }
}

.columnList.one_third > li:nth-child(-n + 3) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .columnList.one_third > li:nth-child(-n + 3) {
    margin-top: 30px;
  }
}

.columnList.one_third > li:nth-child(3n) {
  margin-right: 0;
}

.columnList.one_third > li .title {
  line-height: 1.6;
}

.contents ul:not([class]) li {
  list-style: none;
  text-indent: -15px;
  margin-left: 15px;
}

.contents ul:not([class]) li::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #c2143d;
  width: 8px;
  height: 8px;
  margin: 0 7px 1px 0;
}

/* =========================================================
アコーディオン
========================================================= */
.accordion {
  border-bottom: 2px dashed #93C6C0;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.accordion dt {
  position: relative;
  border-top: 2px dashed #93C6C0;
  padding: 20px 35px;
  letter-spacing: .1em;
  color: #444;
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .accordion dt {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .accordion dt {
    padding: 20px 0 50px;
    font-size: 1.6rem;
  }
}

.accordion dt img {
  vertical-align: middle;
  border-radius: 10px;
  width: 160px;
  height: 80px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .accordion dt img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }
}

.accordion dt span {
  display: inline-block;
  margin: 0 5px;
}

.accordion dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  background: url("../img/common/icon_btn.svg") no-repeat center/16px auto;
  width: 17px;
  height: 25px;
  margin: auto;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .accordion dt::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    background-size: 100% auto;
    width: 12px;
    height: 20px;
  }
}

.accordion dt.active::after {
  transform: rotate(270deg);
}

.accordion dd {
  display: none;
  padding: 0 0 40px 235px;
  font-feature-settings: 'palt';
}

@media (min-width: 768px) and (max-width: 1024px) {
  .accordion dd {
    padding: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .accordion dd {
    padding: 0 0 40px;
  }
}

.accordion dd img {
  display: block;
  max-width: 600px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .accordion dd img {
    max-width: 100%;
  }
}

.accordion dd p + p {
  margin-top: 1.5em;
}

.accordion dd small {
  font-size: 1.3rem;
}

/* =========================================================
table
========================================================= */
.table01 {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 30px;
}

.table01:first-child {
  margin-top: 0;
}

.table01:last-child {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .table01 tr:first-child th:first-child,
  .table01 tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
  }
  .table01 tr:first-child th:last-child,
  .table01 tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
  }
  .table01 tr:last-child th:first-child,
  .table01 tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
  }
  .table01 tr:last-child th:last-child,
  .table01 tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}

.table01 tr:not(:last-child) th,
.table01 tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}

.table01 th:not(:last-child),
.table01 td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.table01 th,
.table01 td {
  background: #F8F8F7;
  vertical-align: middle;
  line-height: 1.5;
  padding: 15px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    width: 100%;
  }
}

.table01 th {
  background: #EEEFEC;
  font-weight: bold;
}

.table01 td {
  padding: 20px 10px;
}

.bgBeige .table01 td {
  background: #fff;
}

.table02 {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 30px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .table02 tr:first-child th:first-child,
  .table02 tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
  }
  .table02 tr:first-child th:last-child,
  .table02 tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
  }
  .table02 tr:last-child th:first-child,
  .table02 tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
  }
  .table02 tr:last-child th:last-child,
  .table02 tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .table02 {
    border-radius: 15px;
  }
}

.table02:first-child {
  margin-top: 0;
}

.table02:last-child {
  margin-bottom: 0;
}

.table02 tr:not(:last-child) th {
  border-bottom: 1px solid #AF1436;
}

.table02 tr:not(:last-child) td {
  border-bottom: 1px solid #fff;
}

.table02 th,
.table02 td {
  background: #F8F8F7;
  vertical-align: middle;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .table02 th,
  .table02 td {
    display: block;
    width: 100%;
  }
}

.table02 th {
  background: #c2143d;
  width: 15%;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table02 th {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .table02 th {
    width: 100%;
    text-align: center;
  }
}

.bgBeige .table02 td {
  background: #fff;
}

/* =========================================================
タブ
========================================================= */
.tabList {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .tabList {
    margin: 0 0 30px;
  }
}

.tabList li {
  text-align: center;
}

@media (max-width: 767px) {
  .tabList li {
    flex-grow: 1;
    width: calc(100% / 3 - (10px / 3));
  }
}

.tabList li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .tabList li + li {
    margin-left: 5px;
  }
}

.tabList li a {
  display: block;
  border-radius: 25px;
  background: #f8f8f7;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #888;
}

@media (max-width: 767px) {
  .tabList li a {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px 4px;
    line-height: 1.5;
  }
}

.tabList li a::after {
  content: '';
  transition: opacity .5s;
}

.tabList .active a {
  position: relative;
  background: #c2143d;
  color: #fff;
  font-weight: bold;
}

.tabList .active a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  border: 5px solid transparent;
  border-top: 5px solid #c2143d;
  width: 0;
  height: 0;
  margin: auto;
}

.bgBeige .tabList li:not(.active) a {
  background-color: #fff;
}

/* =========================================================
SLICK
========================================================= */
.slick-slider {
  position: relative;
}

.slick-slider img {
  width: 100%;
  height: auto;
}

.slick-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: url("../img/common/icon_btn.svg") no-repeat center/14px auto;
  border: none;
  width: 40px;
  height: 120px;
  margin: auto;
  cursor: pointer;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-slider .slick-prev {
  left: 20px;
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  .slick-slider .slick-prev {
    left: -20px;
  }
}

.slick-slider .slick-next {
  right: 20px;
}

@media (max-width: 767px) {
  .slick-slider .slick-next {
    right: -20px;
  }
}

.slick-slider .slick-dots {
  position: static;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: 0;
    margin-top: 15px;
  }
}

.slick-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

@media (max-width: 767px) {
  .slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}

.slick-slider .slick-dots li button {
  border: none;
  border-radius: 50%;
  border: none;
  background: #e9e7e0;
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.slick-slider .slick-dots li.slick-active button {
  background: #c2143d;
}

/* =========================================================
pickup
========================================================= */
.pickup {
  background: url("../img/top/bg_pickup.jpg") no-repeat center/cover;
}

@media (max-width: 767px) {
  .pickup {
    background-image: url("../img/top/bg_pickup_sp.jpg");
  }
}

.pickup .wrapper {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .pickup .wrapper {
    padding: 50px 0;
  }
}

.pickup .title {
  margin: -120px 0 25px;
  text-align: center;
  color: #c2143d;
  font-weight: bold;
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .pickup .title {
    margin: -70px auto 0;
    padding-bottom: 20px;
    width: 260px;
    font-size: 2rem;
  }
}

.pickup .title span {
  position: relative;
  display: inline-block;
  background: url("../img/common/bg_fukidashi.svg") no-repeat center;
  width: 310px;
  height: 93px;
  line-height: 93px;
}

@media (max-width: 767px) {
  .pickup .title span {
    background-size: 200px auto;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-left: 60px;
  }
}

.pickup .title img {
  position: absolute;
  top: 0;
  left: -140px;
}

@media (max-width: 767px) {
  .pickup .title img {
    top: 20px;
    left: -70px;
    width: 60px;
  }
}

.pickupSlide {
  position: relative;
  border-radius: 30px;
  background: #f8f8f7;
  padding: 60px 40px 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pickupSlide {
    padding: 40px 25px 30px;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .pickupSlide {
    border-radius: 15px;
    padding: 20px 10px 5px;
    margin: 0 14px;
  }
}

.pickupSlide .listItem {
  margin: 0 18px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pickupSlide .listItem {
    margin: 0 12px;
  }
}

@media (max-width: 767px) {
  .pickupSlide .listItem {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .pickupSlide .slick-arrow {
    width: 40px;
    height: 60px;
  }
}

.pickupSlide .slick-prev {
  left: -39px;
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  .pickupSlide .slick-prev {
    left: -30px;
  }
}

.pickupSlide .slick-next {
  right: -39px;
}

@media (max-width: 767px) {
  .pickupSlide .slick-next {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .pickupSlide .slick-dots {
    margin-top: 10px;
  }
}

#slick-arrow .bg {
  fill: #f8f8f7;
}

#slick-arrow .bd {
  fill: #c2143d;
}

/* =========================================================
イベント、お知らせ
========================================================= */
.infoDetailBlock h1:not(.pageTitle),
.infoDetailBlock h2,
.infoDetailBlock h3,
.infoDetailBlock h4,
.infoDetailBlock h5,
.infoDetailBlock h6 {
  margin: 2em 0 1em;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .infoDetailBlock h1:not(.pageTitle),
  .infoDetailBlock h2,
  .infoDetailBlock h3,
  .infoDetailBlock h4,
  .infoDetailBlock h5,
  .infoDetailBlock h6 {
    margin: 1.5em 0 .75em;
    font-size: 1.8rem;
  }
}

.infoDetailBlock h1:not(.pageTitle) + h1:not(.pageTitle),
.infoDetailBlock h1:not(.pageTitle) + h2,
.infoDetailBlock h1:not(.pageTitle) + h3,
.infoDetailBlock h1:not(.pageTitle) + h4,
.infoDetailBlock h1:not(.pageTitle) + h5,
.infoDetailBlock h1:not(.pageTitle) + h6,
.infoDetailBlock h2 + h1:not(.pageTitle),
.infoDetailBlock h2 + h2,
.infoDetailBlock h2 + h3,
.infoDetailBlock h2 + h4,
.infoDetailBlock h2 + h5,
.infoDetailBlock h2 + h6,
.infoDetailBlock h3 + h1:not(.pageTitle),
.infoDetailBlock h3 + h2,
.infoDetailBlock h3 + h3,
.infoDetailBlock h3 + h4,
.infoDetailBlock h3 + h5,
.infoDetailBlock h3 + h6,
.infoDetailBlock h4 + h1:not(.pageTitle),
.infoDetailBlock h4 + h2,
.infoDetailBlock h4 + h3,
.infoDetailBlock h4 + h4,
.infoDetailBlock h4 + h5,
.infoDetailBlock h4 + h6,
.infoDetailBlock h5 + h1:not(.pageTitle),
.infoDetailBlock h5 + h2,
.infoDetailBlock h5 + h3,
.infoDetailBlock h5 + h4,
.infoDetailBlock h5 + h5,
.infoDetailBlock h5 + h6,
.infoDetailBlock h6 + h1:not(.pageTitle),
.infoDetailBlock h6 + h2,
.infoDetailBlock h6 + h3,
.infoDetailBlock h6 + h4,
.infoDetailBlock h6 + h5,
.infoDetailBlock h6 + h6 {
  margin-top: 1em;
}

.infoDetailBlock h1:not(.pageTitle) {
  background: #c2143d;
  padding: 5px 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .infoDetailBlock h1:not(.pageTitle) {
    padding: 4px 15px;
  }
}

.infoDetailBlock h2 {
  background: #f8f8f7;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .infoDetailBlock h2 {
    padding: 4px 15px;
  }
}

.infoDetailBlock h3 {
  border-left: 5px solid;
  padding: 0 0 0 15px;
  line-height: 1.5;
  color: #c2143d;
}

@media (max-width: 767px) {
  .infoDetailBlock h3 {
    padding-left: 10px;
  }
}

.infoDetailBlock h4 {
  border-left: 5px solid;
  padding: 0 0 0 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .infoDetailBlock h4 {
    padding-left: 10px;
  }
}

.infoDetailBlock h5 {
  margin-bottom: .5em;
  color: #c2143d;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .infoDetailBlock h5 {
    font-size: 1.6rem;
  }
}

.infoDetailBlock h5 + h6 {
  margin-top: .5em;
}

.infoDetailBlock h6 {
  margin-bottom: .5em;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .infoDetailBlock h6 {
    font-size: 1.6rem;
  }
}

.infoDetailBlock h6 + h5 {
  margin-top: .5em;
}

.infoDetailBlock em {
  font-style: italic;
}

.infoDetailBlock ul {
  margin: 1em 0;
}

.infoDetailBlock ol {
  margin: 1em 0;
}

.infoDetailBlock ol li {
  list-style: decimal;
  margin-left: 15px;
}

.infoDetailBlock blockquote {
  border: 1px solid #ddd;
  background: url("../img/common/icon_quote.svg") no-repeat right 30px top 30px/32px auto;
  padding: 35px 100px 35px 40px;
  margin: 1.5em 0;
}

@media (max-width: 767px) {
  .infoDetailBlock blockquote {
    background-size: 25px auto;
    background-position: right 20px top 20px;
    padding: 15px 40px 15px 20px;
    margin: 1em 0;
  }
}

/* =========================================================
global nav
========================================================= */
.globalNav {
  position: relative;
  z-index: 4;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1025px) {
  .globalNav {
    transition: all .3s;
  }
  body.nav_fixed .globalNav {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .globalNav {
    display: none;
    position: fixed;
    /*top: 130px;*/
	top: 60px;
    left: 0;
    /*height: calc(100% - 130px);*/
    height: calc(100% - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav {
    top: 85px;
    height: calc(100% - 85px);
  }
}

.globalNav .gnav {
  position: relative;
  display: flex;
  width: 100%;
}

@media (max-width: 1024px) {
  .globalNav .gnav {
    flex-wrap: wrap;
  }
}

.globalNav .gnav > li {
  width: calc(100% / 6);
  text-align: center;
}

@media (max-width: 1024px) {
  .globalNav .gnav > li {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 25%;
  }
  .globalNav .gnav > li:nth-child(4n) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .globalNav .gnav > li {
    width: 50%;
  }
  .globalNav .gnav > li:nth-child(even) {
    border-right: none;
  }
}

.globalNav .gnav > li svg {
  box-sizing: border-box;
  display: block;
  fill: #c2143d;
  vertical-align: middle;
  width: 45px;
  height: 30px;
  margin: 0 auto 5px;
}

@media (max-width: 1024px) {
  .globalNav .gnav > li svg {
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  .globalNav .gnav > li svg {
    width: 30px;
    height: 26px;
  }
}

.globalNav .gnav > li:nth-child(3) svg {
  width: 35px;
  height: 30px;
}

@media (max-width: 767px) {
  .globalNav .gnav > li:nth-child(3) svg {
    width: 30px;
    height: 25px;
  }
}

.globalNav .gnav > li:nth-child(7) svg {
  width: 45px;
  height: 45px;
  margin: -7px auto 0;
}

@media (max-width: 1024px) {
  .globalNav .gnav > li:nth-child(7) svg {
    margin-bottom: 5px;
  }
}

.globalNav .gnav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 85px;
  padding: 15px 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #414d57;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .globalNav .gnav > li > a {
    height: 23vw;
  }
}

@media (max-width: 767px) {
  .globalNav .gnav > li > a {
    height: 90px;
  }
}

.globalNav .gnav > li > a:hover {
  opacity: 1;
}

.globalNav .gnav > li > a em {
  position: relative;
  padding: 0 4px;
}

.globalNav .gnav > li > a em::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  background: #FFE100;
  width: 100%;
  height: 10px;
  opacity: 0;
}

.globalNav .gnav > li.current > a em::before {
  opacity: 1;
}

.globalNav .gnav .nestBtn.on > a em::before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .globalNav .gnav .nestBtn.on > a em::before {
    content: none;
  }
}

.globalNav .gnav .nestList {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 40px 0;
  text-align: left;
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1025px) {
  .globalNav .gnav .nestList {
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
  }
}

@media (max-width: 1024px) {
  .globalNav .gnav .nestList {
    display: none;
  }
}

.globalNav .gnav .nestList dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.globalNav .gnav .nestList dl dt {
  width: 196px;
}

.globalNav .gnav .nestList dl dt a {
  display: block;
}

.globalNav .gnav .nestList dl dt img {
  border-radius: 30px;
}

.globalNav .gnav .nestList dl dd {
  width: 310px;
}

.globalNav .gnav .nestList dl dd .title {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 2rem;
}

.globalNav .gnav .nestList dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.globalNav .gnav .nestList dl dd ul li {
  background: url("../img/common/icon_btn.svg") no-repeat left center/7px auto;
  width: 50%;
  padding-left: 16px;
  letter-spacing: .1em;
  line-height: 2;
  font-weight: bold;
}

.globalNav .gnav .nestList dl dd ul li a {
  color: inherit;
  text-decoration: none;
}

.globalNav .gnav .nestList dl dd ul li.wide {
  width: 100%;
}

@media (min-width: 1025px) {
  .globalNav .gnav .on .nestList {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
  }
}

.globalNav .link_tawawa {
  text-align: center;
}

.globalNav .link_tawawa a {
  display: block;
  background: url("../img/common/tawawa04.png") no-repeat calc(50% + 80px) bottom/64px auto;
  line-height: 65px;
  font-weight: bold;
}

.globalNav .link_ticket {
  text-align: center;
}

.globalNav .link_ticket a {
  display: block;
  border: 4px solid #E2C000;
  background: #FFE100;
  height: 65px;
}

.globalNav .link_ticket a img {
  width: 168px;
  height: auto;
}

.globalNav .langFormWrap {
  background: #F0EFEB;
  padding: 20px 5%;
}

.globalNav .langList {
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 1024px) {
  .globalNav .langList {
    display: flex;
    justify-content: center;
  }
}

.globalNav .langList li + li {
  position: relative;
}

.globalNav .langList li + li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 1px;
  height: 15px;
  margin: auto;
}

.globalNav .langList li a {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .globalNav .langList li a {
    padding: 0 8px;
  }
}

.globalNav .searchForm {
  display: flex;
  margin-top: 20px;
}

.globalNav .searchForm input {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 1.5rem;
}

.globalNav .searchForm input[type="search"] {
  border-radius: 5px 0 0 5px;
  background: #fff;
  width: calc(100% - 70px);
}

.globalNav .searchForm input[type="submit"] {
  border-radius: 0 5px 5px 0;
  background: #c2143d url("../img/common/icon_search.svg") no-repeat right 12px center/11px auto;
  width: 70px;
  padding-right: 27px;
  color: #fff;
  font-weight: bold;
}

.globalNav .snsList {
  padding: 15px 0;
}

.globalNav .snsList li {
  width: auto;
}

.globalNav .snsList li + li {
  border: none;
  margin: 0;
}

.globalNav .snsList li a {
  display: block;
  padding: 25px 8px;
}

@media (max-width: 1024px) {
  .globalNav .snsList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 8px;
  }
}

.globalNav .snsList li svg {
  max-width: 30px;
  max-height: 30px;
  margin: 0;
}

.globalNav .snsList .youtube svg {
  vertical-align: middle;
  max-width: 47px;
  max-height: 20px;
}

@media (max-width: 1024px) {
  .hotelInfo .logo {
    margin-bottom: 20px;
  }
  .hotelInfo .logo img {
    width: 190px;
  }
}

.towerLink {
  background: #F8F7F5;
}

.towerLink .wrapperW {
  padding: 15px 0;
}

@media (max-width: 1024px) {
  .towerLink .wrapperW {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .towerLink .wrapperW {
    width: 100%;
    padding: 0 20px;
  }
}

.towerLinkList {
  display: flex;
}

@media (max-width: 1024px) {
  .towerLinkList {
    display: block;
  }
}

.towerLinkList li {
  width: 33.33%;
  text-align: center;
}

@media (max-width: 1024px) {
  .towerLinkList li {
    width: 100%;
  }
}

.towerLinkList li + li {
  border-left: 1px solid #e7e3df;
}

@media (max-width: 1024px) {
  .towerLinkList li + li {
    border: none;
    border-top: 1px solid #e7e3df;
  }
}

.towerLinkList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
}

@media (max-width: 1024px) {
  .towerLinkList li a {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .towerLinkList li a {
    padding: 25px 15px;
  }
}

.towerLinkList li img {
  max-width: 240px;
  max-height: 100%;
}

.keihanLink {
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 25px 0;
}

.keihanLink ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .keihanLink ul li + li {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .keihanLink ul li {
    width: 120px;
    margin-bottom: 15px;
  }
  .keihanLink ul li:nth-child(odd) {
    margin-right: 20px;
  }
}

.keihanLink ul li a {
  display: block;
}

@font-face {
  font-family: "DIN";
  font-style: normal;
  font-weight: 700;
  src: local("DINPro bold"), url("../font/DINPro-Bold_13934.ttf") format("ttf"), url("../font/DINPro-Bold_13934.woff") format("woff");
  font-display: swap;
}

html,
body {
  font-size: 62.5%;
}

body {
  color: #444;
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .02em;
  min-width: 1080px;
  -webkit-text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
    min-width: 0;
    padding-top: 60px;
    /*padding-top: 130px;*/
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 85px;
  }
}

@media (max-width: 1024px) {
  body {
    position: relative;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 1080px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    width: 90%;
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 90%;
    padding: 40px 0;
  }
}

.wrapperW {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapperW {
    width: 90%;
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .wrapperW {
    width: 90%;
    padding: 40px 0;
  }
}

.text_en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

button:focus {
  outline: 0;
}

/* =========================================================
newsImportant
========================================================= */
.newsImportant {
  position: relative;
  z-index: 6;
  display: flex;
  background: #BA0027;
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .newsImportant {
    display: block;
    height: auto;
    line-height: 1.7;
    padding: 5px 10px;
  }
}

.newsImportant dt {
  margin-right: 20px;
  color: #FFE100;
  font-size: 1.2rem;
}

.newsImportant dt svg {
  vertical-align: middle;
  fill: #FFE100;
  width: 13px;
  height: 11px;
  margin: 0 5px 4px 0;
}

.newsImportant dd {
  color: #fff;
  font-size: 1.2rem;
}

.withNews .topics {
  top: 200px;
}

.withNews.nav_fixed .topics {
  top: 210px;
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: relative;
  z-index: 5;
  background: #009b4a;
  color: #fff;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.globalHeader a {
  color: inherit;
}

.globalHeader .headerTop {
  display: flex;
  align-items: center;
  background: #006d30;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  font-size: 1.2rem;
}

@media (max-width: 1024px) {
  .globalHeader .headerTop {
    display: none;
  }
}

.globalHeader .headerTop .linkList {
  display: flex;
  margin-left: auto;
}

.globalHeader .headerTop .linkList a {
  position: relative;
  padding-left: 25px;
}

.globalHeader .headerTop .linkList a::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  background: #fff;
  width: 5px;
  height: 2px;
  transform: rotate(50deg);
}

.globalHeader .headerTop .linkList a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 9px;
  height: 2px;
  margin: 0 0 3px 5px;
}

.globalHeader .wrapperW {
  position: relative;
  display: flex;
  align-items: center;
  background: url("../img/common/tawawa01.png") no-repeat right 20px bottom/58px auto;
  max-width: 100%;
  width: 100%;
  height: 65px;
  padding: 0 20px;
  font-size: 1.3rem;
  transition: all .5s;
}

@media (max-width: 1024px) {
  .globalHeader .wrapperW {
    background: none;
    height: 60px;
    padding: 0;
  }
}

.globalHeader .siteLogo {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 300px;
  height: 30px;
  margin: auto;
}

@media (max-width: 1024px) {
  .globalHeader .siteLogo {
    width: 200px;
    height: 21px;
  bottom: 0px;
  }
}

.globalHeader .siteLogo a {
  display: block;
}

.globalHeader .toggleBtn {
  position: relative;
  width: 94px;
  margin-left: 15px;
  line-height: 30px;
  text-align: center;
  transition: all .5s;
  cursor: pointer;
}

.globalHeader .toggleBtn dt {
  position: relative;
  border-radius: 5px;
  background: #006d30;
  padding-right: 10px;
  box-shadow: 0 2px 0 0 #006d30;
  transition: all .3s;
}

.globalHeader .toggleBtn dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
}

.globalHeader .toggleBtn dt.active {
  background-color: #fff;
  color: #006d30;
}

.globalHeader .toggleBtn dt.active::after {
  top: 2px;
  bottom: 0;
  transform: rotate(-135deg);
}

.globalHeader .toggleBtn dd {
  display: none;
  position: absolute;
  top: 40px;
  left: -25px;
  right: -25px;
  z-index: 2;
  border-radius: 5px;
  background: #fff;
  margin: auto;
  padding: 10px 15px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.globalHeader .toggleBtn dd::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  width: 0;
  height: 0;
  margin: auto;
}

.globalHeader .toggleBtn dd ul li + li {
  border-top: 1px solid #ddd;
}

.globalHeader .toggleBtn dd ul li a,
.globalHeader .toggleBtn dd ul li span {
  display: block;
  padding: 5px 0;
  color: #414d57;
  text-decoration: none;
  font-weight: bold;
}

.globalHeader .toggleBtn dd ul li span {
  color: #c2143d;
}

.globalHeader .searchBtn {
  position: relative;
  width: auto;
  margin-left: 0;
}

.globalHeader .searchBtn dt {
  background: none;
  width: 32px;
  height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow: none;
}

.globalHeader .searchBtn dt.active {
  background: none;
}

.globalHeader .searchBtn dt::after {
  content: none;
}

.globalHeader .searchBtn dt img {
  vertical-align: middle;
}

.globalHeader .searchBtn dd {
  left: 0;
  right: auto;
  padding: 20px 20px;
}

.globalHeader .searchBtn dd::before {
  left: 12px;
  right: auto;
}

.globalHeader .searchBtn dd form {
  display: flex;
}

.globalHeader .searchBtn dd form input {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 1.5rem;
}

.globalHeader .searchBtn dd form input[type="search"] {
  border-radius: 5px 0 0 5px;
  background: #f8f8f7;
}

.globalHeader .searchBtn dd form input[type="submit"] {
  border-radius: 0 5px 5px 0;
  background: #c2143d url("../img/common/icon_search.svg") no-repeat right 12px center/11px auto;
  padding-right: 27px;
  color: #fff;
  font-weight: bold;
}

.globalHeader .langBtn dd {
  width: 140px;
}

.globalHeader .snsBtn .snsList {
  display: block;
  padding: 0;
}

.globalHeader .snsBtn .snsList li {
  width: 100%;
}

.globalHeader .snsBtn .snsList li + li {
  border-left: none;
}

.globalHeader .snsBtn .snsList li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.globalHeader .snsBtn .snsList svg {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  margin: 0 7px 0 0;
}

.globalHeader .snsBtn .snsList .youtube svg {
  max-width: 40px;
}

.globalHeader .subNav {
  display: flex;
  margin: 0 50px 0 auto;
  line-height: 1;
}

@media (max-width: 1024px) {
  .globalHeader .subNav {
    display: none;
  }
}

.globalHeader .subNav li + li {
  border-left: 1px solid;
}

.globalHeader .subNav li a {
  padding: 0 12px;
}

.globalHeader .gnavBtn {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
  text-indent: -9999px;
  transition: all .5s;
}

@media (min-width: 1025px) {
  .globalHeader .gnavBtn {
    display: none;
  }
}

@media (max-width: 1024px) {
  .globalHeader .gnavBtn {
    display: block;
    background: #006d30;
  }
}

.globalHeader .gnavBtn span,
.globalHeader .gnavBtn span:before,
.globalHeader .gnavBtn span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 18px;
  height: 2px;
  margin: auto;
  text-indent: -9999px;
  transition: all .5s;
}

.globalHeader .gnavBtn span:before {
  top: -6px;
  bottom: auto;
}

.globalHeader .gnavBtn span:after {
  bottom: -6px;
  top: auto;
}

.globalHeader .gnavBtn.open span {
  background: transparent;
}

.globalHeader .gnavBtn.open span:before {
  top: 0;
  transform: rotate(45deg);
}

.globalHeader .gnavBtn.open span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.ticketBnr {
  position: fixed;
  bottom: 25%;
  right: 0;
  z-index: 3;
}

@media (max-width: 1024px) {
  .ticketBnr {
    bottom: 0;
    left: 0;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .ticketBnr a {
    display: block;
    border: 4px solid #E2C000;
    background: #FFE100;
    height: 65px;
  }
}

@media (max-width: 1024px) {
  .ticketBnr a img {
    width: 168px;
    height: auto;
  }
}

/* =========================================================
contents
========================================================= */
.contents {
  display: block;
  overflow: hidden;
  background: linear-gradient(to top, #f8f8f7, #fff 60px);
}

@media (min-width: 1025px) {
  body.nav_fixed .contents {
    margin-top: 90px;
  }
}

.breadcrumbs {
  margin: 10px 0 10px 25px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 5px 0 5px 15px;
    padding-right: 20px;
  }
}

.breadcrumbs li {
  display: inline;
  font-size: 1.2rem;
  color: #888;
}

@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: 1.1rem;
  }
}

.breadcrumbs li:not(:last-child)::after {
  content: '>';
  margin: 0 5px 0 10px;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs svg {
  vertical-align: middle;
  fill: #888;
  width: 11px;
  height: 10px;
  margin: 0 7px 4px 0;
}

.breadcrumbs + section .wrapper {
  padding-top: 30px;
}

.titleArea {
  position: relative;
  background: #555;
  height: 360px;
  color: #fff;
  text-align: center;
  font-feature-settings: 'palt';
}

@media (min-width: 768px) and (max-width: 1024px) {
  .titleArea {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .titleArea {
    height: 300px;
  }
}

.titleArea .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.titleArea .breadcrumbs li {
  color: #fff;
}

.titleArea .breadcrumbs svg {
  fill: #fff;
}

.titleArea .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .titleArea .wrapper {
    width: 90%;
  }
}

.titleArea .pageTitle {
  margin-bottom: 30px;
  font-size: 3.9rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .titleArea .pageTitle {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
}

.titleArea .pageTitle::after {
  content: '';
  display: block;
  background-image: linear-gradient(to right, #c2143d 5px, transparent 4px);
  background-size: 9px 2px;
  background-repeat: repeat-x;
  width: 122px;
  height: 2px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .titleArea .pageTitle::after {
    width: 68px;
  }
}

.titleArea .pageTitle .icon {
  display: inline-flex;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .titleArea .pageTitle .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .titleArea .pageTitle .icon svg {
    max-width: 20px;
    max-height: 20px;
  }
}

.titleArea .checkinTime {
  border: 1px solid;
  width: 300px;
  margin-top: 40px;
  line-height: 2.2;
  font-size: 1.3rem;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .titleArea .checkinTime {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .titleArea .checkinTime {
    width: 100%;
    margin-top: 20px;
  }
}

/* =========================================================
snsArea
========================================================= */
.snsArea {
  overflow: hidden;
}

.snsArea .wrapper {
  max-width: 1080px;
}

@media (max-width: 767px) {
  .snsArea .snsList {
    flex-wrap: wrap;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .snsArea .snsList li {
    border-right: 1px solid #e1ded5;
    width: calc(100% / 3);
    margin: 5px 0 0;
    font-size: 1rem;
  }
  .snsArea .snsList li:nth-child(3n) {
    border-right: none;
  }
  .snsArea .snsList li:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .snsArea .snsList li + li {
    border-left: none;
  }
}

.snsArea .snsList a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0;
  color: inherit;
}

@media (max-width: 767px) {
  .snsArea .snsList a {
    padding: 5px 0;
  }
}

.snsList {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0 25px;
}

@media (max-width: 767px) {
  .snsList {
    padding: 20px 0 15px;
  }
}

.snsList li {
  width: 20%;
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .snsList li {
    font-size: 1rem;
  }
}

.snsList li + li {
  border-left: 1px solid #e1ded5;
}

.snsList a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0;
  color: inherit;
}

.snsList svg {
  display: block;
  margin: 0 auto 5px;
  max-width: 30px;
  max-height: 30px;
}

@media (max-width: 767px) {
  .snsList svg {
    max-width: 24px;
    max-height: 24px;
  }
}

.snsList .google {
  color: #757575;
}

.snsList .fb {
  color: #3b5998;
}

.snsList .fb svg {
  fill: #3b5998;
}

.snsList .twi {
  color: #14171a;
}

.snsList .twi svg {
  fill: #14171a;
	padding-left: 8px;
}

.snsList .line {
  color: #74985a;
}

.snsList .line svg {
  fill: #74985a;
}

.snsList .youtube {
  color: #c42b3b;
}

.snsList .youtube svg {
  max-width: 60px;
  fill: #c42b3b;
}

@media (max-width: 767px) {
  .snsList .youtube svg {
    max-width: 50px;
  }
}

.snsList .insta {
  color: #e38191;
}

.snsList .insta svg {
  fill: #e38191;
}

.shareBtn {
  align-items: center;
}

.shareBtn li {
  width: auto;
}

.shareBtn li + li {
  border: none;
}

.shareBtn li a {
  display: block;
  padding: 0 15px;
}

.shareBtn li svg {
  fill: #7E8082;
  vertical-align: middle;
  max-width: 25px;
  max-height: 25px;
  margin: 0;
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  background: #009b4a;
  color: #fff;
}

.globalFooter a {
  color: inherit;
}

.globalFooter .h2_text {
  opacity: .7;
  margin-bottom: 40px;
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  .globalFooter .h2_text {
    margin-bottom: 30px;
  }
}

.globalFooter > .wrapperW {
  position: relative;
  background: url("../img/common/bg_tower.png") no-repeat right 60px bottom/80px auto;
  padding: 40px 230px 50px 0;
}

@media (max-width: 1024px) {
  .globalFooter > .wrapperW {
    background: none;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .globalFooter > .wrapperW {
    width: 90%;
  }
}

.globalFooter .sitemapLink {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

@media (max-width: 1024px) {
  .globalFooter .sitemapLink {
    justify-content: flex-start;
    flex-wrap: wrap;
    background: url("../img/common/bg_tower.png") no-repeat right 30px bottom/80px auto;
    padding: 0 230px 40px 0;
  }
}

@media (max-width: 767px) {
  .globalFooter .sitemapLink {
    display: block;
    background-position: right 10px bottom;
    background-size: 70px auto;
    padding: 0 90px 40px 0;
  }
}

.globalFooter .sitemapLink .linkList {
  line-height: 2.4;
  font-weight: bold;
  font-size: 1.7rem;
}

@media (max-width: 1024px) {
  .globalFooter .sitemapLink .linkList {
    line-height: 2;
    width: 45%;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .globalFooter .sitemapLink .linkList {
    line-height: 2.2;
    width: 100%;
  }
}

.globalFooter .sitemapLink .subList {
  line-height: 2;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .globalFooter .sitemapLink .subList {
    width: 45%;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .globalFooter .sitemapLink .subList {
    width: 100%;
  }
  .globalFooter .sitemapLink .subList li:nth-child(3) {
    margin-bottom: 1.25em;
  }
  .globalFooter .sitemapLink .subList + .subList {
    margin-top: 1.25em;
  }
  .globalFooter .sitemapLink .subList + .subList li:nth-child(3) {
    margin-bottom: 0;
  }
}

.globalFooter .sitemapLink hr {
  border: none;
  border-left: 1px solid #fff;
  margin: 0 -10px;
}

@media (max-width: 1024px) {
  .globalFooter .sitemapLink hr {
    border: none;
    border-top: 1px solid #fff;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
}

.globalFooter .hotelInfo {
  background: none;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .globalFooter .hotelInfo {
    display: block;
    background: #cc3453;
    margin: 0 -5.5%;
    padding: 50px 6%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .globalFooter .hotelInfo {
    padding: 40px 25px;
  }
}

.globalFooter .hotelInfo .logo {
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .globalFooter .hotelInfo .logo {
    margin-right: 0;
  }
}

.globalFooter .hotelInfo .logo img {
  width: 240px;
}

.globalFooter .hotelInfo .address {
  margin-bottom: 0;
}

.globalFooter .snsList {
  position: absolute;
  right: 240px;
  bottom: 250px;
  z-index: 0;
  display: flex;
}

@media (max-width: 1024px) {
  .globalFooter .snsList {
    position: static;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .globalFooter .snsList {
    margin: 20px 0;
  }
}

.globalFooter .towerLink .wrapperW {
  max-width: 1280px;
  padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter .towerLink .wrapperW {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .globalFooter .towerLink .wrapperW {
    padding: 0 15px;
  }
}

.globalFooter .towerLinkList {
  display: flex;
}

@media (max-width: 1024px) {
  .globalFooter .towerLinkList {
    display: block;
  }
}

.globalFooter .towerLinkList li {
  width: 33.33%;
  text-align: center;
}

@media (max-width: 1024px) {
  .globalFooter .towerLinkList li {
    width: 100%;
  }
}

.globalFooter .towerLinkList li + li {
  border-left: 1px solid #e7e3df;
}

@media (max-width: 1024px) {
  .globalFooter .towerLinkList li + li {
    border: none;
    border-top: 1px solid #e7e3df;
  }
}

.globalFooter .towerLinkList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
}

@media (max-width: 1024px) {
  .globalFooter .towerLinkList li a {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .globalFooter .towerLinkList li a {
    padding: 15px 20px;
  }
}

.globalFooter .towerLinkList li img {
  max-width: 320px;
}

@media (max-width: 767px) {
  .globalFooter .towerLinkList li img {
    max-width: 240px;
  }
}

.globalFooter .keihanLink {
  border-radius: 0;
  background: #fff;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .globalFooter .keihanLink {
    padding: 20px 20px;
  }
}

.globalFooter .keihanLink ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .globalFooter .keihanLink ul {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}

@media (max-width: 767px) {
  .globalFooter .keihanLink ul li {
    width: 120px;
    margin-bottom: 10px;
  }
  .globalFooter .keihanLink ul li:nth-child(odd) {
    margin-right: 20px;
  }
}

.globalFooter .keihanLink ul li + li {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .globalFooter .keihanLink ul li + li {
    margin-left: 0;
  }
}

.globalFooter .copyright {
  background: #1b2228;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .globalFooter .copyright {
    padding: 20px 0;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .pagetop {
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pagetop {
    bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pagetop {
    position: absolute;
    bottom: 100px;
    right: 10px;
  }
}

/* =========================================================
投稿系の画像
========================================================= */
@media (max-width: 767px) {
	.infoDetail .infoDetailBlock img,.infoDetail .photoSlide img {
		width: 100% !important;
		height: auto !important;
	}
}

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