@charset "UTF-8";


/*==============================
Reset CSS
==============================*/
/* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* 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;
}

/* add reset css */
button {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*==============================
general
==============================*/
/*================================
General Class Switch
================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.wdt5 {
  width: 5%;
}

.wdt10 {
  width: 10%;
}

.wdt15 {
  width: 15%;
}

.wdt20 {
  width: 20%;
}

.wdt25 {
  width: 25%;
}

.wdt30 {
  width: 30%;
}

.wdt35 {
  width: 35%;
}

.wdt40 {
  width: 40%;
}

.wdt45 {
  width: 45%;
}

.wdt50 {
  width: 50%;
}

.wdt55 {
  width: 55%;
}

.wdt60 {
  width: 60%;
}

.wdt65 {
  width: 65%;
}

.wdt70 {
  width: 70%;
}

.wdt75 {
  width: 75%;
}

.wdt80 {
  width: 80%;
}

.wdt85 {
  width: 85%;
}

.wdt90 {
  width: 90%;
}

.wdt95 {
  width: 95%;
}

.wdt100 {
  width: 100%;
}

/*==============================
state
==============================*/
.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-left {
  text-align: left !important;
}

.is-f-right {
  padding-bottom: 1em;
  padding-left: 1em;
  float: right;
}

.is-f-left {
  float: left;
}

.is-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.is-bold {
  font-weight: 700;
}

.is-red {
  color: #f00;
}

.is-note {
  font-size: calc(11 / 16 * 1rem);
}

.is-regular {
  font-size: calc(14 / 16 * 1rem);
}

.is-small {
  font-size: calc(12 / 16 * 1rem);
}

.is-xsmall {
  font-size: calc(11 / 16 * 1rem);
}

.is-medium {
  font-size: calc(18 / 16 * 1rem);
}

.is-large {
  font-size: calc(22 / 16 * 1rem);
}

.is-img-auto {
  width: auto;
}

@media (max-width: 1280px) {
  .is-img-auto {
    max-width: 100%;
  }
}

.is-margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.is-cap {
  padding-top: .5em;
  padding-bottom: .5em;
}

.is-br {
  display: none;
}

@media screen and (max-width: 540px) {
  .is-br {
    display: inline;
  }
}

.is-br2 {
  display: inline;
}

@media screen and (max-width: 540px) {
  .is-br2 {
    display: none;
  }
}

/*==============================
font
==============================*/
/*font-face*/
@font-face {
  src: url("./assets/fonts/OpenSansCondensed-Light.woff2") format("woff2"), url("./assets/fonts/OpenSansCondensed-Light.woff") format("woff");
  font-family: 'Open Sans Condensed';
}

@font-face {
  src: url("./assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("./assets/fonts/OpenSans-Regular.woff") format("woff");
  font-family: 'Open Sans';
}

/*==============================
base
==============================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none !important;
}

body {
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  background: #fff;
  color: #656565;
  font-family: 'Open Sans', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}

body.hidden {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
  color: #1b5da9;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #1b5da9;
  opacity: 1;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

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

a img {
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover, a img:active, a img:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  a img:hover, a img:active, a img:focus {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  a a:active, a a:focus {
    opacity: 1;
  }
}

sup {
  font-size: .5em;
  vertical-align: top;
}

iframe {
  vertical-align: bottom;
}

/*==============================
flex
==============================*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.basic {
  margin-left: 2em;
  list-style: disc;
}

ul.basic li {
  margin-bottom: .5em;
}

ul.basic p {
  margin-bottom: 2em;
}

ul.upper-latin {
  margin-left: 2em;
  list-style: upper-latin;
}

ul.upper-latin li {
  margin-bottom: .5em;
}

ul.upper-latin p {
  margin-bottom: 2em;
  font-weight: normal;
}

ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

ul.list > li {
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  ul.list {
    margin-right: -15px;
    margin-left: -15px;
  }
  ul.list > li {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

ul.list-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
}

ul.list-narrow li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

ul.list-1-clms > li {
  width: 100%;
}

ul.list-2-clms > li {
  width: 50%;
}

@media (max-width: 992px) {
  ul.list-2-clms > li {
    width: 100%;
  }
}

ul.list-3-clms > li {
  width: 33.33333%;
}

@media (max-width: 992px) {
  ul.list-3-clms > li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  ul.list-3-clms > li {
    width: 100%;
  }
}

ol.basic {
  padding-left: 1em;
  list-style: decimal;
}

ol.basic li {
  margin-bottom: .5em;
}

ol.brackets > li {
  position: relative;
  padding-left: 1.5em;
  list-style-type: none;
  counter-increment: cnt;
}

ol.brackets > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(cnt) ")";
}

/*==============================
table
==============================*/
table.default {
  width: 100%;
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
}

table.default caption {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
  text-align: left;
}

table.default caption::before {
  content: '●';
}

table.default th,
table.default td {
  padding: 1em;
  border-right: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
}

table.default th {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

table.default thead {
  background: #eaf3f0;
}

table.default tbody th {
  background: #f4f9f7;
  text-align: left;
}

table.th30 th {
  width: 30%;
}

table.th50 th {
  width: 50%;
}

@media screen and (max-width: 768px) {
  table.horizontal th,
  table.horizontal td {
    width: 100%;
    padding: .5em;
    float: left;
  }
}

table.v-a-m th {
  vertical-align: middle;
}

table.t-a-c td {
  text-align: center;
}

table.t-a-c-th tbody th {
  text-align: center;
}

table.t-a-c-th td {
  text-align: center;
}

.table-wrapper {
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .table-wrapper table {
    width: 150%;
  }
}

/*==============================
icons
==============================*/
[class^='icon-'],
[class*='icon-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
}

.icon {
  width: auto;
  height: 12px;
  line-height: 1;
}

.ic-before {
  margin-right: .25em;
}

.ic-after {
  margin-left: .25em;
}

.ic-rotate90 .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ic-rotate180 .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ic-horizontal .icon {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ic-tel .icon {
  height: .8em;
}

.icon-pdf {
  color: #c25454;
}

.icon-pdf .icon {
  height: 1em;
}

.icon-pdf.reverse {
  color: #fff;
}

/*==============================
btn
==============================*/
@media screen and (max-width: 768px) {
  input[type='submit'],
  input[type='button'] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
  }
  input[type='submit']::-webkit-search-decoration,
  input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']:focus,
  input[type='button']:focus {
    outline-offset: -2px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 1em;
  border: none;
  border-radius: 6px;
  color: #656565;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .btn {
    cursor: none;
  }
}

@media screen and (max-width: 540px) {
  .btn {
    font-size: calc(16 / 16 * 1rem);
  }
}

.btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .btn:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 540px) {
  .btn {
    padding: .5em 1em;
  }
}

.btn.btn-large {
  padding: 1em;
}

.btn.btn-default {
  background: #f6f6f6;
  color: #656565;
}

.btn.btn-base {
  background: #f6f6f6;
  color: #fff;
}

.btn.btn-conversion {
  background: #1b5da9;
  color: #fff;
}

.btn.btn-back {
  background: none;
  color: #1b5da9;
}

.btn.btn-skelton {
  border: solid 1px #dadada;
  background: none;
  color: inherit;
}

.btn.btn-skelton-white {
  border: solid 1px #fff;
  background: none;
  color: #fff;
}

.btn.btn-skelton-primary {
  border: solid 1px #1b5da9;
  background: none;
  color: #1b5da9;
}

.inline-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*==============================
module
==============================*/
/* breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 30px;
  font-size: calc(14 / 16 * 1rem);
}

@media screen and (max-width: 540px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb li::after {
  margin-right: 10px;
  margin-left: 10px;
  content: '>';
}

.breadcrumb li:last-of-type::after {
  content: none;
}

/* wp-pagenavi */
.pagenavi {
  margin-top: 30px;
}

.wp-pagenavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}

.wp-pagenavi ul li {
  padding-right: 10px;
  padding-left: 10px;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  color: #fff;
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink,
.wp-pagenavi .current.nextpostslink,
.wp-pagenavi .current.previouspostslink {
  background: none;
  color: #656565;
}

.wp-pagenavi a {
  background: #1b5da9;
}

/* for accordion */
.op-cont i {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.op-cont i.rotate {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wrapped {
  display: none;
}

.accordion {
  margin-bottom: 30px;
}

.accordion .accordion-contents {
  margin-bottom: 10px;
  border-radius: 6px;
}

.accordion .accordion-contents dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5em 1em;
  border: solid 1px #dadada;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.accordion .accordion-contents dt:hover, .accordion .accordion-contents dt.active {
  background: #1b5da9;
  color: #fff;
}

.accordion .accordion-contents dd {
  padding: 30px 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .accordion .accordion-contents dd {
    padding: 15px 0;
  }
}

@media screen and (max-width: 540px) {
  .accordion .accordion-contents dd {
    font-size: calc(14 / 16 * 1rem);
  }
}

.accordion .accordion-contents h4,
.accordion .accordion-contents h5 {
  margin-bottom: .5em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.accordion .accordion-contents p {
  margin-bottom: .5em;
}

/* pull down */
.pull {
  position: relative;
}

.pull .pull-open {
  display: none;
  position: absolute;
}

/* tab */
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #dadada;
}

.tab li {
  position: relative;
  width: 30%;
  max-width: 220px;
  margin-bottom: -1px;
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
  font-size: calc(18 / 16 * 1rem);
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .tab li {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .tab li {
    font-size: calc(14 / 16 * 1rem);
  }
}

.tab li a {
  color: #fff;
}

.tab li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5em;
  border: solid 1px #dadada;
  border-bottom: none;
  background: #505050;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tab li span:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .tab li span:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 540px) {
  .tab li span {
    padding: .5em 0;
  }
}

.tab li.active span {
  background: #fff;
  color: #656565;
  cursor: default;
}

.tab li.active span:hover {
  opacity: 1;
}

.tab li.active::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 34%);
  width: 68%;
  height: 1px;
  background: #dadada;
  content: '';
}

@media screen and (max-width: 540px) {
  .tab.info > li span {
    height: 40px;
    line-height: 1.2;
  }
}

.tab.info > li.cat-all span {
  background: #b6b6b6;
}

.tab.info > li.cat-shop-news span {
  background: #f49f7a;
}

.tab.info > li.cat-facilities-news span {
  background: #7ec0cc;
}

.tab.info > li.active span {
  background: #fff;
}

.sche-inner,
.info-inner {
  display: none;
  position: relative;
  padding: 30px 0 60px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sche-inner,
  .info-inner {
    padding: 30px 0;
  }
}

.sche-inner.show,
.info-inner.show {
  display: block;
}

.modal {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 0 ease 0.5s;
  transition: all 0 ease 0.5s;
}

.modal.active {
  visibility: visible;
  opacity: 1;
}

.modal.modal-room {
  width: 90%;
  max-width: 640px;
  height: 520px;
}

.modal.modal-room .slides {
  z-index: 9999;
  position: relative;
  width: 100%;
  max-width: 640px;
}

#overlay {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.map .gmap {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .map .gmap {
    height: 200px;
  }
}

.map .gmap iframe {
  width: 100%;
  height: 100%;
}

/*==============================
base structure
==============================*/
.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 540px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container.expand {
    padding-right: 0;
    padding-left: 0;
  }
}

.container.narrow {
  width: 80%;
}

@media screen and (max-width: 960px) {
  .container.narrow {
    width: 90%;
  }
}

.row {
  margin-right: -30px;
  margin-left: -30px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.l-header {
  position: relative;
}

.l-nav {
  position: fixed;
  top: -120vh;
  left: 0;
}

.l-nav.open {
  top: 0;
}

.aside-wrapper {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  width: 230px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.aside-wrapper.close {
  left: -230px;
}

@media screen and (max-width: 768px) {
  .aside-wrapper {
    width: 100%;
  }
}

.l-aside {
  width: 230px;
  background: #1b5da9;
}

@media screen and (max-width: 768px) {
  .l-aside {
    width: 100%;
  }
}

.l-aside.fixed {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 768px) {
  .l-aside.fixed {
    position: static;
  }
}

.l-main {
  position: relative;
  width: calc(100% - 230px);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .l-main {
    width: 100%;
  }
}

.l-main.wide {
  width: 100%;
  margin-left: -230px;
}

.l-main.s-column {
  width: 100%;
}

/*==============================
common parts
==============================*/
/*==============================
header
==============================*/
.l-header {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-header {
    height: 80px;
    background: #fff;
  }
}

@media screen and (max-width: 960px) {
  .l-header {
    height: 60px;
  }
}

.l-header .logo {
  z-index: 100;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 82px;
}

@media screen and (max-width: 960px) {
  .l-header .logo {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .logo {
    width: 41px;
  }
}

/*==============================
nav
==============================*/
.l-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9998;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #1b5da9;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.l-nav a,
.l-nav span {
  width: 100%;
  color: #fff;
}

.l-nav ul {
  padding-right: 15px;
  padding-left: 15px;
}

.l-nav ul.child {
  padding: 0;
}

@media screen and (max-width: 960px) {
  .l-nav ul.child {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .l-nav ul li {
    padding: 5px;
    border-top: dashed 1px #fff;
  }
}

.l-nav ul li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 0;
}

.nav-wrapper {
  width: 86%;
  max-width: 1000px;
}

.nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 3%;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 960px) {
  .nav-top {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.nav-top ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 960px) {
  .nav-top ul {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.nav-top ul .child a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav-top ul .child a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .nav-top ul .child a:hover {
    opacity: 1;
  }
}

.nav-top a .nav-pict dt {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav-top a .nav-pict dd {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav-top a:hover {
  opacity: 1;
}

.nav-top a:hover .nav-pict dt {
  background: #2481eb;
}

@media screen and (max-width: 768px) {
  .nav-top a:hover .nav-pict dt {
    background: #1b5da9;
  }
}

.nav-top a:hover .nav-pict dd {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .nav-top a:hover .nav-pict dd {
    opacity: 1;
  }
}

.nav-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-top: 3%;
}

@media screen and (max-width: 960px) {
  .nav-bottom {
    padding-top: 0;
  }
}

.nav-bottom > ul {
  width: 20%;
}

@media screen and (max-width: 960px) {
  .nav-bottom > ul {
    width: 100%;
  }
}

.nav-bottom > ul:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 960px) {
  .nav-bottom > ul:last-of-type li {
    border-bottom: dashed 1px #fff;
  }
}

.nav-pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .nav-pict {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
  .top-btn .nav-pict {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
  }
}

.nav-pict dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: .5em;
  border-radius: 100%;
  background: #1b5da9;
}

@media screen and (max-width: 960px) {
  .nav-pict dt {
    width: 70px;
    height: auto;
    margin-right: .5em;
    margin-bottom: 0;
  }
  .top-btn .nav-pict dt {
    width: 120px;
    height: 120px;
    margin-right: 0;
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .top-btn .nav-pict dt {
    width: 96px;
    height: 96px;
  }
}

@media screen and (max-width: 960px) and (max-width: 540px) {
  .top-btn .nav-pict dt {
    width: 84px;
    height: 84px;
  }
}

.nav-pict dd {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .nav-pict dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .top-btn .nav-pict dd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .top-btn .nav-pict dd {
    font-size: calc(11 / 16 * 1rem);
  }
}

.nav-pict .nav-en {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: calc(14 / 16 * 1rem);
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .nav-pict .nav-en {
    text-align: left;
  }
  .top-btn .nav-pict .nav-en {
    text-align: center;
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .top-btn .nav-pict .nav-en {
    display: none;
  }
}

.shop dt img {
  width: 60px;
}

@media screen and (max-width: 960px) {
  .shop dt img {
    width: 36px;
  }
}

.meeting dt img {
  width: 68px;
}

@media screen and (max-width: 960px) {
  .meeting dt img {
    width: 40.8px;
  }
}

.event dt img {
  width: 86px;
}

@media screen and (max-width: 960px) {
  .event dt img {
    width: 51.6px;
  }
}

.hall dt img {
  width: 55px;
}

@media screen and (max-width: 960px) {
  .hall dt img {
    width: 33px;
  }
}

.access dt img {
  width: 70px;
}

@media screen and (max-width: 960px) {
  .access dt img {
    width: 42px;
  }
}

/*==============================
humburger icon
==============================*/
.btn-mn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .btn-mn {
    width: 60px;
    height: 60px;
  }
}

.humburger {
  display: block;
  width: 40px;
  height: 40px;
}

.humburger span {
  display: block;
  position: absolute;
  top: calc(50% - 5px * .5);
  left: calc(50% - 40px * .5);
  width: 40px;
  height: 5px;
  background: #eaf3f0;
}

.rotation span {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.rotation .top {
  margin-top: -14px;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.rotation .bottom {
  margin-top: 14px;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.rotation.open .middle {
  background: rgba(255, 255, 255, 0);
}

.rotation.open .top {
  margin-top: 0;
  -webkit-transform: rotate(-40deg) !important;
  transform: rotate(-40deg) !important;
}

.rotation.open .bottom {
  margin-top: 0;
  -webkit-transform: rotate(40deg) !important;
  transform: rotate(40deg) !important;
}

/*==============================
aside
==============================*/
.aside-wrapper {
  background: #1b5da9;
}

.l-aside {
  padding: 60px 1em 20px;
}

@media screen and (max-width: 768px) {
  .l-aside {
    padding: 30px;
  }
}

.l-aside a {
  display: block;
  color: #fff;
  font-size: calc(18 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .l-aside a {
    padding: 10px 0;
  }
}

dl .l-aside a {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-aside ul li {
    border-top: dashed 1px #fff;
  }
}

.l-aside ul li.map-btn {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .l-aside ul li.map-btn {
    margin-top: 0;
    padding-top: 20px;
  }
}

.l-aside ul li.map-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: .3em;
  border: solid 1px #fff;
  border-radius: 6px;
}

.l-aside ul li.map-btn a .icon-info {
  margin-right: .2em;
}

.l-aside ul li.map-btn a .icon-info svg {
  height: 1em;
}

.l-aside ul li.map-btn a .icon-arrow01 {
  margin-left: .2em;
}

.l-aside dl {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .l-aside dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

.l-aside dl dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.l-aside dl dd {
  margin-left: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: calc(14 / 16 * 1rem);
}

.opener {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}

@media screen and (max-width: 768px) {
  .opener {
    display: none;
  }
}

.opener i {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 20px;
  height: 7px;
}

.opener::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 80px 80px 0;
  border-style: solid;
  border-color: transparent #144680 transparent transparent;
  content: '';
}

.opener.close {
  right: -80px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/*==============================
footer
==============================*/
.pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1010;
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1b5da9;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pagetop .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pagetop.active {
  opacity: 1;
}

.pagetop:hover {
  background: #2275d5;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pagetop:hover {
    background: #1b5da9;
  }
}

.pagetop.fixed {
  position: absolute;
  top: -60px;
}

.l-footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 0;
  }
}

@media screen and (max-width: 540px) {
  .l-footer {
    padding: 20px 0;
  }
}

.l-footer .l-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .l-footer .l-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(14 / 16 * 1rem);
    text-align: center;
  }
}

.l-footer .l-address .footer-logo {
  width: 82px;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .l-footer .l-address .footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.l-footer .l-address .copyright {
  margin-left: auto;
  padding: 10px 0;
}

@media screen and (max-width: 960px) {
  .l-footer .l-address .copyright {
    width: 100%;
    text-align: center;
  }
}

/*==============================
common styles
==============================*/
.l-main {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 30px;
  }
}

.l-main h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 60px 0.25em;
  border-bottom: solid 1px #dadada;
  font-size: calc(46 / 16 * 1rem);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .l-main h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding: 0 30px 0.25em;
    font-size: calc(40 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .l-main h2 {
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: calc(32/ 16 * 1rem);
  }
}

.l-main h2.single-tit {
  font-size: calc(32 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .l-main h2.single-tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: calc(24 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .l-main h2.single-tit {
    font-size: calc(22/ 16 * 1rem);
  }
}

.l-main h2.wide {
  padding-left: 100px;
}

.l-main h2 span.pagetit-en {
  margin-left: 2em;
  padding: 0.5em 2em;
  border-left: solid 1px #dadada;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: calc(16 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .l-main h2 span.pagetit-en {
    margin-left: 0;
    padding: 0;
    border-left: none;
    font-size: calc(14 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .l-main h2 span.pagetit-en {
    font-size: calc(12 / 16 * 1rem);
  }
}

.l-main h2 span.cate {
  width: 100%;
  font-size: calc(14 / 16 * 1rem);
}

.l-main h3 {
  position: relative;
  margin-bottom: 60px;
  padding: 0 0 0.1em 0.5em;
  border-bottom: solid 1px #dadada;
  font-size: calc(32 / 16 * 1rem);
}

.l-main h3::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background: #dadada;
  content: '';
}

@media screen and (max-width: 768px) {
  .l-main h3 {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: calc(24 / 16 * 1rem);
    text-align: center;
  }
  .l-main h3::before {
    content: none;
  }
}

@media screen and (max-width: 540px) {
  .l-main h3 {
    margin-bottom: 20px;
    font-size: calc(22/ 16 * 1rem);
  }
}

.contents {
  margin-bottom: 30px;
}

.contents table + p {
  margin-top: 1em;
}

.contents p {
  margin-bottom: 0.5em;
}

.contents-inner {
  padding-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .contents-inner {
    padding-bottom: 15px;
  }
}

.contents-inner h4 {
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: solid 1px #1b5da9;
  font-size: calc(22 / 16 * 1rem);
}

@media screen and (max-width: 540px) {
  .contents-inner h4 {
    font-size: calc(20 / 16 * 1rem);
  }
}

.contents-inner h5 {
  margin-bottom: 0.5em;
  font-size: calc(20 / 16 * 1rem);
}

@media screen and (max-width: 540px) {
  .contents-inner h5 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.contents-inner h5::before {
  margin-right: 0.3em;
  content: '●';
}

.contents-inner p + h4,
.contents-inner p + h5 {
  margin-top: 1.5em;
}

.pagetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 350px;
  background: url("assets/img/layout/header_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  .pagetitle {
    height: 276px;
  }
}

@media screen and (max-width: 540px) {
  .pagetitle {
    height: 200px;
  }
}

.pagetitle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 210px 210px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: '';
}

@media screen and (max-width: 768px) {
  .pagetitle::before {
    width: 0;
    height: 0;
    border-width: 75px 75px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
}

.pagetitle::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 150px 150px;
  border-style: solid;
  border-color: transparent transparent #1b5da9;
  content: '';
}

@media screen and (max-width: 768px) {
  .pagetitle::after {
    width: 0;
    height: 0;
    border-width: 0 0 75px 75px;
    border-style: solid;
    border-color: transparent transparent #1b5da9;
  }
}

.pagetitle.shop {
  background: url("assets/img/layout/shop_header_bg.jpg") no-repeat;
  background-size: cover;
}

.pagetitle.meeting {
  background: url("assets/img/layout/meeting_header_bg.jpg") no-repeat;
  background-size: cover;
}

.pagetitle.event {
  background: url("assets/img/layout/event_header_bg.jpg") no-repeat;
  background-size: cover;
}

.pagetitle h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .pagetitle h1 {
    font-size: calc(28 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .pagetitle h1 {
    font-size: calc(24 / 16 * 1rem);
  }
}

.pagetitle span {
  display: block;
}

.pagetitle span.tit-pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-bottom: 0.2em;
  border-radius: 100%;
  background: #1b5da9;
}

@media screen and (max-width: 1366px) {
  .pagetitle span.tit-pict {
    width: 118px;
    height: 118px;
  }
}

@media screen and (max-width: 540px) {
  .pagetitle span.tit-pict {
    width: 80px;
    height: 80px;
  }
}

.pagetitle span.tit-en {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: calc(18 / 16 * 1rem);
  font-weight: normal;
}

.pagetitle.meeting img {
  width: 88px;
}

@media screen and (max-width: 540px) {
  .pagetitle.meeting img {
    width: 44px;
  }
}

.pagetitle.event img {
  width: 82px;
}

@media screen and (max-width: 540px) {
  .pagetitle.event img {
    width: 41px;
  }
}

.pagetitle.shop img {
  width: 52px;
}

@media screen and (max-width: 540px) {
  .pagetitle.shop img {
    width: 26px;
  }
}

.pagetitle.information img {
  width: 55px;
}

@media screen and (max-width: 540px) {
  .pagetitle.information img {
    width: 27.5px;
  }
}

.pagetitle.access img {
  width: 66px;
}

@media screen and (max-width: 540px) {
  .pagetitle.access img {
    width: 33px;
  }
}

.pagetitle.floormap img {
  width: 66px;
}

@media screen and (max-width: 540px) {
  .pagetitle.floormap img {
    width: 33px;
  }
}

.pagetitle.contact img {
  width: 70px;
}

@media screen and (max-width: 540px) {
  .pagetitle.contact img {
    width: 35px;
  }
}

.pagetitle.privacy img {
  width: 60px;
}

@media screen and (max-width: 540px) {
  .pagetitle.privacy img {
    width: 30px;
  }
}

.tel-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d60b0b;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .tel-num {
    font-size: calc(32 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .tel-num {
    display: none;
  }
}

.tel-sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .tel-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5em 0;
    background: #d60b0b;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
    font-size: calc(24 / 16 * 1rem);
    font-weight: 600;
  }
}

.tel-box {
  padding: 10px;
  border: solid 10px #dadada;
  font-size: calc(18 / 16 * 1rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tel-box {
    border: solid 5px #dadada;
    font-size: calc(14 / 16 * 1rem);
  }
}

.tel-box h4 {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #dadada;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
}

.tel-box.tel-box-s dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(14 / 16 * 1rem);
}

.tel-box.tel-box-s dl dt {
  margin-right: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.tel-box.tel-box-s .tel-num {
  font-size: calc(26 / 16 * 1rem);
}

.tel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .tel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tel-wrapper > div {
  padding: 0 10px;
}

.photo-slider-wrap {
  position: relative;
  margin-bottom: 60px;
}

.photo-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 30px;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .photo-slider {
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
  }
}

.photo-slider .slide {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .photo-slider .slide {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.downloads li {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.downloads li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

.downloads li a {
  width: 100%;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .downloads li {
    width: 100%;
    margin-bottom: 15px;
  }
  .downloads li:nth-last-of-type(-n + 2) {
    margin-bottom: 15px;
  }
  .downloads lilast-of-type {
    margin-bottom: 0;
  }
}

.sp-nav {
  display: none;
  margin-bottom: 45px;
  font-size: calc(12 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .sp-nav {
    display: block;
  }
}

.sp-nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
  margin-left: -3px;
}

.sp-nav ul li {
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.sp-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5em 0.8em;
  border-radius: 6px;
  background: #1b5da9;
  color: #fff;
}

.sp-nav a i {
  width: 5px;
}

/*==============================
form
==============================*/
.form {
  margin: 0 auto;
  /* radio */
}

@media (max-width: 768px) {
  .form {
    width: 100%;
  }
}

.form .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 0;
}

@media (max-width: 768px) {
  .form .btn-wrapper {
    padding: 1em 0;
  }
}

.form .btn-wrapper .btn {
  margin: 0 10px;
}

.form .btn-wrapper.submit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form .btn-wrapper.submit .btn-back {
  margin-top: 1em;
}

.form .error {
  display: inline-block;
  padding: .4em .5em .3em;
  background: #d60b0b;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 480px) {
  .form .error {
    font-size: calc(12 / 16 * 1rem);
  }
}

.form .required {
  margin-left: .5em;
  padding: .1em .5em;
  background: #d60b0b;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 480px) {
  .form .required {
    font-size: calc(12 / 16 * 1rem);
  }
}

.form input[type='submit'],
.form input[type='button'] {
  font-family: inherit;
}

.form input[type='text'],
.form input[type='number'],
.form input[type='tel'],
.form input[type='email'],
.form textarea {
  width: 100%;
  margin: .5em 0;
  padding: .5em;
  border: solid 1px #dadada;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
  font-family: inherit;
  font-size: calc(16 / 16 * 1rem);
}

.form input[type='text']:focus,
.form input[type='number']:focus,
.form input[type='tel']:focus,
.form input[type='email']:focus,
.form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(2, 167, 247, 0.5) inset;
  box-shadow: 0 0 3px 0 rgba(2, 167, 247, 0.5) inset;
}

.form input[type='text'].input-required,
.form input[type='number'].input-required,
.form input[type='tel'].input-required,
.form input[type='email'].input-required,
.form textarea.input-required {
  background: #fff3f3;
}

.form input[type='text'].input-required:focus,
.form input[type='number'].input-required:focus,
.form input[type='tel'].input-required:focus,
.form input[type='email'].input-required:focus,
.form textarea.input-required:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(194, 84, 84, 0.5) inset;
  box-shadow: 0 0 3px 0 rgba(194, 84, 84, 0.5) inset;
}

.form textarea {
  width: 100%;
}

.form select {
  width: 100%;
  margin-bottom: 1em;
  padding: .5em 1em .7em;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-size: calc(16 / 16 * 1rem);
}

.form .radio-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .form .radio-set {
    margin-top: 10px;
  }
}

.form .radio-set .radio {
  min-width: 50%;
}

@media (max-width: 768px) {
  .form .radio-set .radio {
    width: 100%;
  }
}

.form .radio,
.form .checkbox {
  position: relative;
  margin: 2px 0;
  padding: 15px 15px 15px 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form .radio::before,
.form .checkbox::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 34px;
  height: 34px;
  margin-right: .5em;
  border: solid 1px #dadada;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  content: '';
  cursor: pointer;
}

.form .radio::after,
.form .checkbox::after {
  display: none;
  z-index: 10;
  position: absolute;
  top: 12px;
  left: 18px;
  width: 12px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 5px #1b5da9;
  border-bottom: solid 5px #1b5da9;
  content: '';
}

@media (max-width: 768px) {
  .form .radio,
  .form .checkbox {
    cursor: none;
  }
  .form .radio::before,
  .form .checkbox::before {
    cursor: none;
  }
}

.form .radio.input-required::before,
.form .checkbox.input-required::before {
  background: #fff3f3;
}

.form .radio.input-required::after,
.form .checkbox.input-required::after {
  border-right: solid 5px #c25454;
  border-bottom: solid 5px #c25454;
}

.form .checkbox::before {
  border-radius: 0;
}

.form .radio-toggle-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form .radio-toggle-set .radio-toggle-on,
.form .radio-toggle-set .radio-toggle-off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form .radio-toggle-set .radio-toggle-on::before,
.form .radio-toggle-set .radio-toggle-off::before {
  display: block;
  position: absolute;
  top: 1px;
  width: 35px;
  height: 30px;
  border-top: solid 1px #f6f6f6;
  border-bottom: solid 1px #f6f6f6;
  background: #f6f6f6;
  content: '';
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  .form .radio-toggle-set .radio-toggle-on,
  .form .radio-toggle-set .radio-toggle-off {
    cursor: none;
  }
  .form .radio-toggle-set .radio-toggle-on::before,
  .form .radio-toggle-set .radio-toggle-off::before {
    cursor: none;
  }
}

@media (max-width: 480px) {
  .form .radio-toggle-set .radio-toggle-on::before,
  .form .radio-toggle-set .radio-toggle-off::before {
    width: 30px;
  }
}

.form .radio-toggle-set .radio-toggle-on {
  padding-left: 45px;
}

.form .radio-toggle-set .radio-toggle-on::before {
  left: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form .radio-toggle-set .radio-toggle-on::after {
  z-index: 10;
  position: absolute;
  top: 3px;
  left: -33px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  content: '';
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 480px) {
  .form .radio-toggle-set .radio-toggle-on {
    padding-left: 35px;
  }
  .form .radio-toggle-set .radio-toggle-on::after {
    left: -28px;
  }
}

.form .radio-toggle-set .radio-toggle-off {
  padding-right: 45px;
}

.form .radio-toggle-set .radio-toggle-off::before {
  right: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 480px) {
  .form .radio-toggle-set .radio-toggle-off {
    padding-right: 35px;
  }
}

.form input[type='radio'],
.form input[type='checkbox'] {
  display: none;
}

.form input[type='radio']:checked + .radio,
.form input[type='radio']:checked + .checkbox,
.form input[type='checkbox']:checked + .radio,
.form input[type='checkbox']:checked + .checkbox {
  border-radius: 6px;
  background: rgba(36, 129, 235, 0.2);
}

.form input[type='radio']:checked + .radio.input-required,
.form input[type='radio']:checked + .checkbox.input-required,
.form input[type='checkbox']:checked + .radio.input-required,
.form input[type='checkbox']:checked + .checkbox.input-required {
  background: none;
}

.form input[type='radio']:checked + .radio::before,
.form input[type='radio']:checked + .checkbox::before,
.form input[type='checkbox']:checked + .radio::before,
.form input[type='checkbox']:checked + .checkbox::before {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}

.form input[type='radio']:checked + .radio::after,
.form input[type='radio']:checked + .checkbox::after,
.form input[type='checkbox']:checked + .radio::after,
.form input[type='checkbox']:checked + .checkbox::after {
  display: block;
}

.form input[type='radio']:checked + .radio-toggle-on::before,
.form input[type='checkbox']:checked + .radio-toggle-on::before {
  left: 0;
  border-top: solid 1px #1b5da9;
  border-right: solid 1px #1b5da9;
  border-bottom: solid 1px #1b5da9;
  background: #1b5da9;
}

.form input[type='radio']:checked + .radio-toggle-on::after,
.form input[type='checkbox']:checked + .radio-toggle-on::after {
  left: 7px;
}

@media (max-width: 480px) {
  .form input[type='radio']:checked + .radio-toggle-on::after,
  .form input[type='checkbox']:checked + .radio-toggle-on::after {
    left: 3px;
  }
}

.form input[type='radio']:checked + .radio-toggle-off::before,
.form input[type='checkbox']:checked + .radio-toggle-off::before {
  right: 0;
  border-top: solid 1px #f6f6f6;
  border-bottom: solid 1px #f6f6f6;
  border-left: solid 1px #f6f6f6;
  background: #f6f6f6;
}

.form input[type='radio']:not(:checked) + .radio-toggle-on::before,
.form input[type='checkbox']:not(:checked) + .radio-toggle-on::before {
  left: 0;
  border-top: solid 1px #f6f6f6;
  border-right: solid 1px #f6f6f6;
  border-bottom: solid 1px #f6f6f6;
  background: #f6f6f6;
}

.form input[type='radio']:not(:checked) + .radio-toggle-off::before,
.form input[type='checkbox']:not(:checked) + .radio-toggle-off::before {
  right: 0;
  border-top: solid 1px #1b5da9;
  border-bottom: solid 1px #1b5da9;
  border-left: solid 1px #1b5da9;
  background: #1b5da9;
}

/*==============================
posted
==============================*/
.posted h3 {
  text-align: left;
}

.posted h4 {
  margin-bottom: .5em;
  padding-left: .5em;
  border-left: solid 1px #1b5da9;
  font-size: calc(22 / 16 * 1rem);
}

@media screen and (max-width: 540px) {
  .posted h4 {
    font-size: calc(20 / 16 * 1rem);
  }
}

.posted h5 {
  margin-bottom: .5em;
  font-size: calc(20 / 16 * 1rem);
}

@media screen and (max-width: 540px) {
  .posted h5 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.posted h5::before {
  content: '●';
}

.posted p {
  margin-bottom: 1em;
}

.posted a {
  text-decoration: underline;
}

.posted img {
  width: auto;
  max-width: 100%;
}

.posted strong {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.posted ul,
.posted ol {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

.posted ul {
  list-style: disc;
}

.posted ol {
  list-style: decimal;
}

.posted blockquote {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  font-style: italic;
}

.posted blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7f7f7f;
  font-family: serif;
  font-size: 3em;
  content: '“';
}

.posted p + h4,
.posted p + h5,
.posted ul + h4,
.posted ul + h5,
.posted ol + h4,
.posted ol + h5,
.posted blockquote + h4,
.posted blockquote + h5 {
  margin-top: 2em;
}

/*==============================
top
==============================*/
.main-img {
  position: relative;
  margin-bottom: 30px;
}

.main-img::before {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 210px 210px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: '';
}

@media screen and (max-width: 960px) {
  .main-img::before {
    content: none;
  }
}

.main-img::after {
  z-index: 30;
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 0;
  height: 0;
  border-width: 0 0 150px 150px;
  border-style: solid;
  border-color: transparent transparent #1b5da9;
  content: '';
}

@media screen and (max-width: 960px) {
  .main-img::after {
    bottom: 0;
    content: none;
  }
}

.main-img h1 {
  z-index: 50;
  position: absolute;
  top: 85px;
  left: 18px;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
}

.main-img h1 span {
  margin-left: .1em;
  font-size: calc(26 / 16 * 1rem);
}

@media screen and (max-width: 960px) {
  .main-img h1 {
    top: -60px;
    left: 90px;
  }
  .main-img h1 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-img h1 {
    top: -40px;
    left: 70px;
    font-size: calc(11 / 16 * 1rem);
  }
  .main-img h1 span {
    font-size: calc(16 / 16 * 1rem);
  }
}

.main-img .slides {
  position: relative;
}

.main-img .slides::before, .main-img .slides::after {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  content: '';
}

@media screen and (max-width: 1366px) {
  .main-img .slides::before, .main-img .slides::after {
    width: 30%;
  }
}

@media screen and (max-width: 960px) {
  .main-img .slides::before, .main-img .slides::after {
    display: none;
  }
}

.main-img .slides::before {
  left: 0;
}

.main-img .slides::after {
  right: 0;
}

.main-img .slide-img {
  padding: 2px 1px;
}

@media screen and (max-width: 960px) {
  .main-img .slide-img {
    padding: 0;
  }
}

.top-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 10px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .top-btn {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .top-btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96%;
  }
  .top-btn::after {
    width: 100%;
    content: '';
  }
}

.top-btn .nav-block {
  position: relative;
}

@media screen and (max-width: 540px) {
  .top-btn .nav-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-btn .nav-block:nth-of-type(n+4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.top-btn .nav-block ul.child {
  display: none;
  z-index: 20;
  position: absolute;
  top: -245px;
  left: calc(50% - 100px);
  width: 210px;
  height: 240px;
  padding: 20px;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.top-btn .nav-block ul.child::after {
  z-index: 19;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-width: 20px 15px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: '';
}

@media screen and (max-width: 960px) {
  .top-btn .nav-block ul.child li {
    padding: 5px;
    border-top: dashed 1px #fff;
  }
}

.top-btn .nav-block ul.child li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.top-btn .nav-block ul.child li a:hover {
  opacity: 0.6;
}

.top-btn .nav-block ul.child li a i {
  color: #1b5da9;
}

.top-btn .nav-block ul.child.active {
  display: block;
  z-index: 9990;
}

.top-btn .nav-block ul.child.disable {
  display: none;
}

.top-btn a {
  color: inherit;
}

.top-btn a .nav-pict dt {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.top-btn a .nav-pict dd {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.top-btn a:hover {
  opacity: 1;
}

.top-btn a:hover .nav-pict dt {
  background: #2481eb;
}

.top-btn a:hover .nav-pict dd {
  opacity: 0.6;
}

.top-btn .shop dt img {
  width: 49.8px;
}

@media screen and (max-width: 960px) {
  .top-btn .shop dt img {
    width: 36px;
  }
}

.top-btn .meeting dt img {
  width: 56.44px;
}

@media screen and (max-width: 960px) {
  .top-btn .meeting dt img {
    width: 40.8px;
  }
}

.top-btn .event dt img {
  width: 71.38px;
}

@media screen and (max-width: 960px) {
  .top-btn .event dt img {
    width: 51.6px;
  }
}

.top-btn .hall dt img {
  width: 45.65px;
}

@media screen and (max-width: 960px) {
  .top-btn .hall dt img {
    width: 33px;
  }
}

.top-btn .access dt img {
  width: 58.1px;
}

@media screen and (max-width: 960px) {
  .top-btn .access dt img {
    width: 42px;
  }
}

.top-info {
  padding: 90px 0 0;
  background: #fff;
  background: -webkit-linear-gradient(315deg, #eaf3f0 0%, #eaf3f0 50%, #fff 50%, #fff 100%);
  background: linear-gradient(135deg, #eaf3f0 0%, #eaf3f0 50%, #fff 50%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .top-info {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 540px) {
  .top-info {
    padding: 30px 0 0;
    background: -webkit-linear-gradient(315deg, #eaf3f0 0%, #eaf3f0 35%, #fff 35%, #fff 100%);
    background: linear-gradient(135deg, #eaf3f0 0%, #eaf3f0 35%, #fff 35%, #fff 100%);
  }
}

.top-info h2 {
  margin-bottom: 1em;
  text-align: center;
}

.top-info h2 span {
  display: block;
}

.top-info h2 span.pagetit-en {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: calc(48 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .top-info h2 span.pagetit-en {
    font-size: calc(36 / 16 * 1rem);
  }
}

@media screen and (max-width: 768px) {
  .top-info h2 span.pagetit-en {
    font-size: calc(36 / 16 * 1rem);
  }
}

.top-info .info-inner {
  min-height: 300px;
}

@media screen and (max-width: 768px) {
  .top-info .info-inner {
    min-height: auto;
  }
}

@media screen and (max-width: 540px) {
  .top-info .info-inner ul {
    max-height: 340px;
    padding-right: 20px;
    overflow-y: auto;
  }
}

.top-about {
  position: relative;
  padding: 8% 0 8% 10%;
  background: url("assets/img/top/about_bg.jpg") no-repeat;
  background-size: cover;
  color: #000;
}

@media screen and (max-width: 540px) {
  .top-about {
    padding: 20% 8%;
  }
}

.top-about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 210px 210px 0 0;
  border-style: solid;
  border-color: #1b5da9 transparent transparent;
  content: '';
}

@media screen and (max-width: 768px) {
  .top-about::before {
    width: 0;
    height: 0;
    border-width: 105px 105px 0 0;
    border-style: solid;
    border-color: #1b5da9 transparent transparent;
  }
}

.top-about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 200px 200px;
  border-style: solid;
  border-color: transparent transparent #fff;
  content: '';
}

@media screen and (max-width: 768px) {
  .top-about::after {
    width: 0;
    height: 0;
    border-width: 0 0 75px 75px;
    border-style: solid;
    border-color: transparent transparent #fff;
  }
}

.top-about h2 {
  margin-bottom: 30px;
}

.top-about h2 span {
  display: block;
}

@media screen and (max-width: 540px) {
  .top-about h2 span {
    text-align: center;
  }
}

.top-about h2 span.pagetit-en {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: calc(48 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .top-about h2 span.pagetit-en {
    font-size: calc(36 / 16 * 1rem);
  }
}

.top-about h3 {
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .top-about h3 {
    font-size: calc(28 / 16 * 1rem);
  }
}

@media screen and (max-width: 540px) {
  .top-about h3 {
    font-size: calc(24 / 16 * 1rem);
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .top-about h3 {
    font-size: calc(22 / 16 * 1rem);
    text-align: center;
  }
}

.top-about p {
  font-size: calc(18 / 16 * 1rem);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-about p {
    font-size: calc(16 / 16 * 1rem);
  }
}

.map.top-map {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .map.top-map {
    padding: 15px;
  }
}

/*==============================
schedule
==============================*/
.schedule-tab {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .schedule-tab .is-cap {
    text-align: center;
  }
}

.sche-header {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .sche-header {
    margin-bottom: 0;
  }
}

.sche-header h4 {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-size: calc(32 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sche-header h4 {
    position: static;
    margin-bottom: .25em;
  }
}

@media screen and (max-width: 540px) {
  .sche-header h4 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.sche-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sche-header .prev {
  margin-right: auto;
}

.sche-header .next {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sche-header .prev,
  .sche-header .next {
    position: relative;
    width: 50%;
  }
  .sche-header .prev .btn,
  .sche-header .next .btn {
    width: 100%;
    border-bottom: none;
    border-radius: 0;
  }
  .sche-header .prev .btn {
    border-left: none;
  }
  .sche-header .next {
    left: -1px;
    width: calc(50% + 1px);
  }
  .sche-header .next .btn {
    border-right: none;
  }
}

table.calendar {
  width: 100%;
}

table.calendar thead {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

table.calendar th,
table.calendar td {
  text-align: center;
}

table.calendar th a,
table.calendar td a {
  display: block;
}

table.calendar th a:hover,
table.calendar td a:hover {
  text-decoration: underline;
}

table.calendar tbody td {
  vertical-align: middle;
}

table.schedule {
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
}

@media screen and (max-width: 768px) {
  table.schedule {
    width: 203%;
    border-left: none;
  }
}

@media screen and (max-width: 540px) {
  table.schedule {
    font-size: calc(14 / 16 * 1rem);
  }
}

table.schedule th,
table.schedule td {
  padding: .3em;
  border-right: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
}

@media screen and (max-width: 540px) {
  table.schedule th,
  table.schedule td {
    width: 6%;
  }
}

table.schedule thead {
  background: #f6f6f6;
  font-size: calc(11 / 16 * 1rem);
}

table.schedule tbody th {
  font-weight: 600;
  word-break: keep-all;
}

table.schedule tbody tr:nth-of-type(2n) {
  background: #eaf3f0;
}

table.event td {
  padding: 0;
}

table.event thead tr:first-of-type th:nth-of-type(2n) {
  background: #ddece7;
}

table.event thead tr:first-of-type th:nth-of-type(2n+1) {
  background: #eaf3f0;
}

table.event thead tr:first-of-type th:nth-of-type(1) {
  background: #f6f6f6;
}

table.event tbody th {
  width: 28%;
  font-weight: normal;
  text-align: left;
}

table.event tbody th p {
  color: #7f7f7f;
  font-size: calc(14 / 16 * 1rem);
}

table.event tbody th a {
  color: inherit;
  text-decoration: underline;
}

table.event .d {
  z-index: 0;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

table.event .d span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

table.event .d span::before, table.event .d span::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: calc(50% + 1px);
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #c25454;
  content: '';
}

table.event .d span::before {
  left: 0;
}

table.event .d span::after {
  right: 0;
}

table.event .d.start span::before {
  left: calc(50% - 5px);
  width: calc(50% - 5px);
}

table.event .d.start span::after {
  right: 0;
}

table.event .d.end span::before {
  left: 0;
}

table.event .d.end span::after {
  right: calc(50% - 5px);
  width: calc(50% - 5px);
}

.schedule-wrapper {
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .schedule-wrapper {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .schedule-wrapper.scr {
    overflow-x: auto;
  }
}

.holi {
  color: #c25454;
}

.sat {
  color: #2e89cf;
}

.holi-bg {
  background: #ffeff3;
}

.sat-bg {
  background: #e1f1f9;
}

.close-bg {
  background: #f6f6f6;
}

.ava {
  color: #d60b0b;
  font-weight: 700;
}

/*==============================
meeting
==============================*/
.mtd {
  margin: 30px auto;
  text-align: center;
}

.intr-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -30px;
  margin-bottom: .5em;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .intr-room {
    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 540px) {
  .intr-room {
    margin-top: 20px;
  }
}

.room-img,
.calendar-wrapper {
  width: 50%;
  min-width: 350px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .room-img,
  .calendar-wrapper {
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.room-img {
  position: relative;
}

.room-img .slick-dots.dots02 {
  bottom: 10px;
}

.room-img .notice {
  position: absolute;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .room-img .notice {
    position: static;
    padding-top: 10px;
  }
}

.calendar-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: .5em;
  border: solid 1px #dadada;
}

@media screen and (max-width: 768px) {
  .calendar-cont {
    padding: 1em .5em;
  }
}

.calendar-cont a {
  color: inherit;
}

.calendar-cont .sche-select {
  z-index: 50;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}

.calendar-cont .sche-select .pull-btn {
  height: 25px;
  border-radius: 0px;
  background: #1b5da9;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

.calendar-cont .sche-select .pull-open {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.calendar-cont .sche-select .pull-open ul {
  border: solid 1px #dadada;
}

.calendar-cont .sche-select .pull-open ul li {
  border-bottom: solid 1px #dadada;
}

.calendar-cont .sche-select .pull-open ul li:last-of-type {
  border-bottom: none;
}

.calendar-cont .sche-select .pull-open a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: .8em 1em;
  border-radius: 0px;
  font-size: calc(14 / 16 * 1rem);
}

.calendar-cont .sche-header {
  width: 90%;
  max-width: 320px;
}

.calendar-cont .sche-header h4 {
  position: static;
  top: 0;
  font-size: calc(18 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .calendar-cont .sche-header .next {
    text-align: right;
  }
}

.calendar-cont .calendar {
  width: 80%;
  max-width: 270px;
}

@media screen and (max-width: 768px) {
  .calendar-cont .calendar {
    width: 90%;
  }
}

.room-moda-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 540px) {
  .room-moda-btn {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}

.room-moda-btn li {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 960px) {
  .room-moda-btn li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .room-moda-btn li {
    margin-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.room-moda-btn li span {
  width: 100%;
}

.flow-box {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .flow-box {
    width: 100%;
    margin-top: calc(20px + 20px);
  }
}

.flow-box li {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  counter-increment: cnt;
}

.flow-box li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flow-box li {
    margin-bottom: 55px;
  }
}

.flow-box li::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -20px;
  left: calc(50% - 30px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #dadada;
  color: #fff;
  font-size: calc(22 / 16 * 1rem);
  content: counter(cnt);
}

.flow-box li::after {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-width: 30px 25px 0 25px;
  border-style: solid;
  border-color: #dadada transparent transparent;
  content: '';
}

@media screen and (max-width: 768px) {
  .flow-box li::after {
    bottom: -25px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #dadada transparent transparent;
  }
}

.flow-box li:last-of-type::after {
  content: none;
}

.flow-box dl {
  padding: 2.5em 1em 1em;
  border: solid 5px #dadada;
  background: #fff;
}

.flow-box p {
  margin-bottom: 1em;
}

.flow-box p:last-of-type {
  margin-bottom: 0;
}

.flow-box a {
  margin-top: 1em;
}

.flow-simple > li {
  position: relative;
  margin-bottom: 40px;
  padding: 1em 1.5em;
  border: solid 2px #dadada;
}

.flow-simple > li::after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #dadada transparent transparent;
  content: '';
}

@media screen and (max-width: 768px) {
  .flow-simple > li::after {
    bottom: -25px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #dadada transparent transparent;
  }
}

.flow-simple > li:last-of-type::after {
  content: none;
}

/*==============================
event
==============================*/
.event-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .event-info {
    margin-bottom: 30px;
  }
}

.event-info > div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .event-info > div {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .event-info .event-img {
    margin-bottom: 30px;
  }
}

.event-info .event-detail {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .event-info .event-detail {
    padding-left: 0;
  }
}

.event-info .event-detail ul li {
  padding: 1em 0;
  border-top: dashed 1px #dadada;
}

.event-info .event-detail ul li:last-of-type {
  border-bottom: dashed 1px #dadada;
}

.event-info .event-detail dl dt {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.event-info .event-detail dl dt::before {
  margin-right: .5em;
  color: #1b5da9;
  content: '■';
}

.event-info .event-detail dl dd {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5em;
}

.event-info .event-detail dl dd span {
  margin-right: .5em;
}

.event-info .event-detail dl dd span::after {
  content: ',';
}

.event-info .event-detail dl dd span:last-of-type {
  margin-right: 1em;
}

.event-info .event-detail dl dd span:last-of-type::after {
  content: none;
}

.event-info .event-detail dl dd a {
  font-size: calc(14 / 16 * 1rem);
}

@media screen and (max-width: 768px) {
  .event-info .event-detail dl dd a {
    padding: .4em 1em;
  }
}

.description {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .description {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .description {
    width: 100%;
  }
}

.event-note {
  margin-top: 60px;
  font-size: calc(14 / 16 * 1rem);
}

/*==============================
shop
==============================*/
.shop-img {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .shop-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .shop-img {
    margin-bottom: 15px;
  }
}

.shop-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-info .shop-description {
  width: 70%;
  padding-right: 45px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .shop-info .shop-description {
    width: 100%;
    padding-right: 0;
    padding-bottom: 22.5px;
  }
}

@media screen and (max-width: 540px) {
  .shop-info .shop-description {
    padding-bottom: 15px;
  }
}

.shop-info .shop-detail {
  width: 30%;
  padding-left: 45px;
  border-left: dashed 1px #dadada;
}

@media screen and (max-width: 768px) {
  .shop-info .shop-detail {
    width: 100%;
    padding-top: 22.5px;
    padding-left: 0;
    border-top: dashed 1px #dadada;
    border-left: none;
  }
}

@media screen and (max-width: 540px) {
  .shop-info .shop-detail {
    padding-top: 15px;
  }
}

.shop-info .shop-detail li {
  margin-bottom: 1em;
}

.shop-info .shop-detail dt {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.shop-info .shop-detail a {
  font-size: calc(14 / 16 * 1rem);
}

.cate-block {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .cate-block {
    margin-bottom: 45px;
  }
}

.shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .shop-list {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 540px) {
  .shop-list {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.shop-list li {
  width: 33.33333%;
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.shop-list li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .shop-list li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .shop-list li {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 540px) {
  .shop-list li {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 540px) {
  .shop-box {
    font-size: calc(14 / 16 * 1rem);
  }
}

.shop-box a {
  display: block;
  color: inherit;
}

.shop-box h4 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Segoe UI', Verdana, sans-serif;
  font-weight: 600;
}

.shop-box .shop-thumb {
  margin-bottom: 1em;
}

@media screen and (max-width: 540px) {
  .shop-box .shop-thumb {
    margin-bottom: .5em;
  }
}

/*==============================
info
==============================*/
.info-inner li {
  margin-bottom: 1.5em;
}

.info-inner li:last-of-type {
  margin-bottom: 0;
}

.info-query {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .info-query {
    padding-left: 1em;
  }
  .info-query::before {
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #1b5da9;
    content: '';
  }
}

.info-query dt {
  width: 100px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: .09em;
}

@media screen and (max-width: 960px) {
  .info-query dt {
    width: 20%;
  }
}

@media screen and (max-width: 540px) {
  .info-query dt {
    width: 35%;
  }
}

.info-query dd.cate {
  width: 150px;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .info-query dd.cate {
    width: 30%;
  }
}

@media screen and (max-width: 540px) {
  .info-query dd.cate {
    width: 150px;
  }
}

.info-query dd.cate a {
  display: block;
  width: 100%;
  padding: .2em;
  border-radius: 6px;
  color: #fff;
}

.info-query dd.cat-shop-news a {
  background: #f49f7a;
}

.info-query dd.cat-facilities-news a {
  background: #7ec0cc;
}

.info-query dd.info-tit {
  padding-left: 5%;
}

.info-query dd.info-tit a {
  color: inherit;
}

@media screen and (max-width: 960px) {
  .info-query dd.info-tit {
    width: 100%;
    margin-top: .5em;
    padding-left: 0;
  }
}

@media screen and (max-width: 540px) {
  .info-query dd.info-tit {
    font-size: calc(14 / 16 * 1rem);
  }
}

/*==============================
floormap
==============================*/
.floormap img {
  width: 100%;
}

.floormap .mapimage {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/*==============================
faq
==============================*/
.faq {
  width: 100%;
}

@media (max-width: 768px) {
  .faq {
    font-size: calc(14 / 16 * 1rem);
  }
}

.faq li {
  margin-bottom: 20px;
}

.faq dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b5da9;
  font-weight: bold;
}

.faq dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5em;
}

.faq dl dd p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  border-radius: 100%;
  outline: none;
  background: #fff;
  color: #1b5da9;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}

.slick-prev i,
.slick-next i {
  width: auto;
  height: 30px;
}

.slick-prev i .icon,
.slick-next i .icon {
  height: 30px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.6;
}

.slick-prev.arrow2,
.slick-next.arrow2 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 30px;
  height: 30px;
}

.slick-prev.arrow2 i,
.slick-next.arrow2 i {
  width: auto;
  height: 15px;
}

.slick-prev.arrow2 i .icon,
.slick-next.arrow2 i .icon {
  height: 15px;
}

.slick-prev {
  left: 20%;
  padding-right: 5px;
}

@media screen and (max-width: 1366px) {
  .slick-prev {
    left: 25%;
  }
}

@media screen and (max-width: 960px) {
  .slick-prev {
    left: 5%;
  }
}

.slick-prev i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-prev.arrow2 {
  left: 10px;
  padding-right: 2px;
}

.slick-next {
  right: 20%;
  padding-left: 5px;
}

@media screen and (max-width: 1366px) {
  .slick-next {
    right: 25%;
  }
}

@media screen and (max-width: 960px) {
  .slick-next {
    right: 5%;
  }
}

.slick-next.arrow2 {
  right: 10px;
  padding-left: 2px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  display: block;
  z-index: 100;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -30px;
  }
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #d0d0d0;
  content: '';
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slick-dots li button::before {
    width: 15px;
    height: 15px;
  }
}

.slick-dots li.slick-active button::before {
  background: #1b5da9;
}

.slick-dots.dots02 {
  bottom: -30px;
}

.slick-dots.dots02 li:first-child:last-child {
  display: none;
}

.slick-dots.dots02 li button::before {
  background: #505050;
}

.slick-dots.dots02 li.slick-active button::before {
  background: #1b5da9;
}
