@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://use.typekit.net/dno0wfy.css");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%;
  color: #333333;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

table {
  border-spacing: 0;
}

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

.f-eng {
  font-family: roboto, sans-serif;
  font-style: normal;
}

html.fontS {
  font-size: 52.5%;
}

html.fontM {
  font-size: 62.5%;
}

html.fontL {
  font-size: 82.5%;
}

/* 全体の70%の色 */
/* 全体の25%の色 */
/* 全体の5%の色 */
/* それ以上色使う場合使用 */
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 801px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .mmBr {
    display: block;
  }
}

@media (min-width: 801px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .mlBr {
    display: none;
  }
}

@media (min-width: 801px) {
  .mlBr {
    display: block;
  }
}

.mdBr {
  display: none;
}

@media (max-width: 925px) {
  .mdBr {
    display: block;
  }
}

@media (max-width: 800px) {
  .mmsBr {
    display: none;
  }
}

.mms02Br {
  display: none;
}

@media (max-width: 800px) {
  .mms02Br {
    display: block;
  }
}

/*--------end-br管理--------*/
@media (min-width: 561px) {
  .onlySP {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .onlyPC {
    display: none !important;
  }
}

.container {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 801px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .container {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .container {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}

.skip {
  width: 1px;
  color: #000000 !important;
  font-size: 0.1% !important;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

#header {
  width: 100%;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #066441;
  z-index: 100;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  #header {
    display: none;
  }
}

#header.other-header.js-active {
  height: 70px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#header.other-header.js-active .h-logo {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media screen and (min-width: 801px) and (max-width: 1039px) {
  #header.other-header.js-active .h-logo {
    max-width: 220px;
  }
}

@media screen and (min-width: 801px) and (min-width: 1040px) {
  #header.other-header.js-active .h-logo {
    max-width: 280px;
  }
}

#header.other-header.js-active .h-nav-btm .nav-btm-item {
  margin-bottom: 20px;
}

#header.other-header.js-active .h-nav-up {
  max-height: 0px;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

#header .h-inner1120 {
  width: 96%;
  max-width: 1120px;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 801px) {
  #header .h-inner1120.scroll-hidden {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  #header .h-inner1120.scroll-hidden.js-active {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .h-inner1120.scroll-hidden.js-active .h-logo,
  #header .h-inner1120.scroll-hidden.js-active .h-nav-btm {
    display: none;
  }
}

#header .h-logo {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 801px) and (max-width: 1039px) {
  #header .h-logo {
    max-width: 240px;
  }
}

@media screen and (min-width: 801px) and (min-width: 1040px) {
  #header .h-logo {
    max-width: 300px;
  }
}

#header .h-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

#header .h-nav-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  max-height: 110px;
  overflow: hidden;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#header .h-nav-up-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  width: calc(100% - 180px);
}

#header .h-nav-up-inn .nav-item {
  opacity: 1.0;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#header .h-nav-up-inn .nav-item:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#header .h-nav-up-inn .nav-item:first-child {
  margin-left: 0;
}

@media screen and (min-width: 801px) and (max-width: 1039px) {
  #header .h-nav-up-inn .nav-item {
    margin-right: 15px;
    width: 40%;
  }
}

@media screen and (min-width: 801px) and (min-width: 1040px) {
  #header .h-nav-up-inn .nav-item {
    margin-right: 25px;
  }
}

#header .h-nav-up-inn .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: thin solid #FFFFFF;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 14px;
}

@media screen and (min-width: 801px) and (max-width: 1039px) {
  #header .h-nav-up-inn .nav-item a {
    height: 21px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 801px) and (min-width: 1040px) {
  #header .h-nav-up-inn .nav-item a {
    height: 40px;
  }
}

#header .h-lang-sizer {
  background-color: #FFFFFF;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 0 12px;
}

#header .h-lang-sizer .text {
  color: #066441;
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
}

#header .h-lang-sizer .size-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .h-lang-sizer .size-btn .btn-item {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #066441;
  border-radius: 4px;
  margin-left: 4px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (max-width: 1039px) {
  #header .h-lang-sizer .size-btn .btn-item {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1040px) {
  #header .h-lang-sizer .size-btn .btn-item {
    font-size: 1.4rem;
  }
}

#header .h-lang-sizer .size-btn .btn-item:first-child {
  margin-left: 12px;
}

#header .h-lang-sizer .size-btn .btn-item.active {
  background-color: #FFFFFF;
  border: thin solid #066441;
  color: #066441;
}

#header .h-nav-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .h-nav-btm .nav-btm-item {
  padding: 4px 0;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}

#header .h-nav-btm .nav-btm-item::before {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#header .h-nav-btm .nav-btm-item:hover::before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 801px) and (max-width: 1039px) {
  #header .h-nav-btm .nav-btm-item {
    margin-left: 5.7%;
  }
}

@media screen and (min-width: 801px) and (min-width: 1040px) {
  #header .h-nav-btm .nav-btm-item {
    margin-left: 6.7%;
  }
}

#header .h-nav-btm .nav-btm-item:first-child {
  margin-left: 0;
}

#header .h-nav-btm .nav-btm-item a {
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (max-width: 1039px) {
  #header .h-nav-btm .nav-btm-item a {
    font-size: 1.4rem;
  }
}

#header .h-information {
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #F2F2F2;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 0;
  z-index: 0;
}

#header .h-information.open {
  opacity: 1;
  z-index: 100;
  height: calc(100vh - 95px);
  max-height: 700px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  overflow-y: scroll;
  padding-bottom: 20px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}

#header .h-information.open .contents_box::-webkit-scrollbar {
  display: none;
}

#header .h-information.open.under {
  height: calc(100vh - 165px);
  max-height: 800px;
  margin-top: 70px;
}

#header .h-information .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

#header .h-information .info-wrap:first-child {
  padding-top: 0px;
}

#header .h-information .nav-title {
  padding-top: 16px;
  color: #066441;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: thin solid #066441;
}

#header .h-information .info-wrap .item-box {
  width: 30%;
}

#header .h-information .info-item .item {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .h-information .info-item .item.no-thum {
  margin-top: 2px;
}

#header .h-information .info-item .item.no-thum-first {
  margin-top: 13px;
}

#header .h-information .info-item .item .image-wrap {
  width: 100px;
}

#header .h-information .info-item .item .floor-wrap {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 185px;
}

#header .h-information .info-item .item .floor-wrap.text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  margin-left: 0;
}

#header .h-information .info-item .item .floor-wrap.text .name {
  margin-left: 10px;
}

#header .h-information .info-item .item .floor-wrap .floor {
  width: 30px;
  height: 18px;
  background-color: #066441;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  margin-bottom: 3px;
}

#header .h-information .info-item .item .floor-wrap .name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 16px;
}

#header .h-information .info-item .item .floor-wrap .floor-berluir-salon {
  margin-top: 5px;
  white-space: nowrap;
}

@media (min-width: 801px) {
  .header-sp {
    display: none;
  }
}

@media (max-width: 800px) {
  body.active {
    overflow: hidden;
  }
  .header-sp {
    width: 100%;
    height: 61px;
    position: fixed;
    top: -1px;
    left: 0;
    background-color: #066441;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-sp.under {
    position: absolute;
  }
  .header-sp .h-logo {
    width: 230px;
  }
  .header-sp .hamburger {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 18px;
    width: 22px;
    z-index: 9999;
  }
  .header-sp .hamburger span {
    width: 22px;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    position: absolute;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
  }
  .header-sp .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .header-sp .hamburger span:nth-of-type(2) {
    bottom: 0;
  }
  .header-sp .hamburger.active span {
    height: 2px;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
    background-color: #066441;
  }
  .header-sp .hamburger.active span:nth-of-type(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
  }
  .header-sp .hamburger.active span:nth-of-type(2) {
    top: 5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
  }
  .sp-menu {
    background-color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #066441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 999;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .sp-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 110;
  }
  .sp-menu .h-logo {
    margin: 15px auto 45px;
  }
  .sp-menu .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
  .sp-menu .icon-item {
    background-color: #066441;
    width: 48%;
  }
  .sp-menu .icon-item-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    height: 125px;
  }
  .sp-menu .icon-item .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    color: #066441;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    height: 48px;
    margin-top: 17px;
  }
  .sp-menu .menu-list {
    border-top: thin solid #F2F2F2;
    margin-top: 20px;
  }
  .sp-menu .menu-list.sub {
    border-top: none;
    margin-top: 18px;
  }
  .sp-menu .menu-list .menu-item-arrow {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
    line-height: 1;
  }
  .sp-menu .menu-list .menu-item-arrow > a {
    border-bottom: thin solid #F2F2F2;
    padding: 16px 20px;
    display: block;
    position: relative;
  }
  .sp-menu .menu-list .menu-item-arrow > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 10px;
    background-image: url(../images/sp-menu-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-inner {
    position: relative;
    padding: 16px 20px;
    display: block;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    min-height: 0px;
    overflow: hidden;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 10px;
    background-image: url(../images/sp-menu-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-inner::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 5.4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/icon-more.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .sp-menu .menu-list .menu-item-arrow.more.js-open .more-inner {
    border-bottom: thin solid #F2F2F2;
  }
  .sp-menu .menu-list .menu-item-arrow.more.js-open .more-inner::after {
    background-image: url(../images/icon-more_o.svg);
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-menu {
    border-bottom: thin solid #F2F2F2;
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-menu .more-item {
    padding: 0px 20px;
    line-height: 1.4;
    overflow: hidden;
    min-height: 0;
    height: 0;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-menu.js-active {
    padding-top: 12px;
    padding-bottom: 10px;
    margin-top: 12px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .sp-menu .menu-list .menu-item-arrow.more .more-menu.js-active .more-item {
    padding: 10px 20px;
    min-height: 38px;
    height: auto;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .sp-menu .menu-list .menu-item {
    font-size: 1.6rem;
    font-weight: normal;
    padding-right: 5.4vw;
    padding-left: 5.4vw;
    line-height: 1;
  }
  .sp-menu .menu-list .menu-item > a {
    display: block;
    padding: 12px 20px;
  }
  .sp-menu .menu-copyright {
    margin-top: 28px;
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 1.0rem;
    text-align: center;
  }
}

.under-header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #F2F2F2;
  z-index: 100;
}

@media (max-width: 800px) {
  .under-header {
    top: 60px;
    height: 60px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .under-header.fixed {
    top: 0;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    background-color: #066441;
    color: #FFFFFF;
  }
  .under-header.fixed .ico-menu {
    color: #FFFFFF;
  }
  .under-header.fixed .ico-menu::after {
    background-image: url(../images/icon-menu_o.svg);
  }
  .under-header.active {
    z-index: 90;
  }
}

@media (min-width: 801px) {
  .under-header {
    top: 95px;
    height: 70px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .under-header.js-active {
    top: 40px;
    background-color: #066441;
    color: #FFFFFF;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .under-header.js-active .under-title {
    margin-top: -20px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
}

@media (max-width: 800px) {
  .under-header .h-inner1120 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 5.7vw;
    padding-right: 5.7vw;
  }
  .under-header .h-inner1120 .sp-open-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #066441;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .under-header .h-inner1120 .sp-open-menu.js-active {
    height: 100vh;
    overflow: scroll;
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .under-header .h-inner1120 .sp-open-menu .menu-copyright {
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 1.0rem;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .under-header .h-inner1120 {
    width: 96%;
    max-width: 1120px;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .under-header .h-inner1120 .sp-open-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .under-header .h-inner1120 .sp-only {
    display: none !important;
  }
}

.under-header .h-inner1120 .h-logo-under {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 237px;
}

.under-header .h-inner1120 .js-close {
  position: absolute;
  top: 24px;
  right: 20px;
}

.under-header .under-title {
  white-space: nowrap;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .under-header .under-title {
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .under-header .under-title {
    font-size: 2.2rem;
  }
}

.under-header .under-title.active {
  display: none;
}

.under-header .ico-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #066441;
  font-weight: bold;
}

.under-header .ico-menu::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: -3px;
}

.under-header .under-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  .under-header .under-item-list {
    margin-top: 30px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: thin solid #FFFFFF;
  }
}

@media (min-width: 801px) {
  .under-header .under-item-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 30px;
  }
}

.under-header .under-item-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.under-header .under-item-list .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 801px) {
  .under-header .under-item-list .list-item:hover::before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (max-width: 800px) {
  .under-header .under-item-list .list-item {
    font-size: 1.8rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 50px;
    color: #066441;
    border-bottom: thin solid #066441;
    background-color: #FFFFFF;
    position: relative;
  }
  .under-header .under-item-list .list-item .item-sub {
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: 16px;
  }
  .under-header .under-item-list .list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 10px;
    background-image: url(../images/sp-menu-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .under-header .under-item-list .list-item.bg-green {
    color: #FFFFFF;
    border-bottom: thin solid #FFFFFF;
    background-color: #066441;
  }
  .under-header .under-item-list .list-item.bg-green::before {
    background-image: url(../images/sp-menu-arrow_w.svg);
  }
}

@media (min-width: 801px) {
  .under-header .under-item-list .list-item {
    margin-left: 50px;
  }
  .under-header .under-item-list .list-item:first-child {
    margin: 0;
  }
}

.under-header .under-item-list .list-item a {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 800px) {
  .under-header .under-item-list .list-item a {
    width: 100%;
  }
}

@media (min-width: 801px) {
  .under-header .under-item-list.planet-nav .list-item {
    margin-left: 40px;
  }
}

@media screen and (min-width: 801px) and (min-width: 801px) and (max-width: 1100px) {
  .under-header .under-item-list.planet-nav .list-item {
    margin-left: 20px;
  }
}

.under-header .under-item-list.planet-nav .list-item a {
  line-height: 1.3;
}

@media screen and (min-width: 801px) and (max-width: 1150px) {
  .under-header .under-item-list.planet-nav .list-item a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 801px) and (max-width: 1079px) {
  .fontL #header .h-nav-btm .nav-btm-item {
    margin-left: 1.9vw;
  }
  .fontL #header .h-nav-btm .nav-btm-item a {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 801px) and (min-width: 1080px) {
  .fontL #header .h-nav-btm .nav-btm-item {
    margin-left: 4.7%;
  }
}

#footer {
  background-color: #066441;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

#footer .f-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  #footer .f-item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  #footer .f-item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media (min-width: 801px) {
  #footer .f-item-list {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

#footer .f-arrow-list {
  font-weight: bold;
  font-size: 1.6rem;
}

#footer .f-arrow-list-item {
  position: relative;
}

@media (max-width: 800px) {
  #footer .f-arrow-list-item {
    margin-bottom: 10px;
    padding-left: 30px;
  }
}

@media (min-width: 801px) {
  #footer .f-arrow-list-item {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

#footer .f-arrow-list-item::before {
  content: "";
  width: 6px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  #footer .f-arrow-list-item::before {
    left: 10px;
  }
}

@media (min-width: 801px) {
  #footer .f-arrow-list-item::before {
    left: 0;
  }
}

#footer .f-arrow-list-item:hover::before {
  left: 10px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#footer .f-item-title {
  font-weight: bold;
  font-size: 1.6rem;
  width: 100%;
}

@media (max-width: 800px) {
  #footer .f-item-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 801px) {
  #footer .f-item-title {
    margin-bottom: 20px;
  }
}

#footer .f-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  #footer .f-item-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 1.2rem;
  }
  #footer .f-item-wrap .item-list-left {
    width: 100%;
  }
  #footer .f-item-wrap .item-list-right {
    width: 100%;
  }
}

@media (min-width: 801px) {
  #footer .f-item-wrap {
    font-size: 1.4rem;
  }
  #footer .f-item-wrap .item-list-left {
    width: 54%;
  }
  #footer .f-item-wrap .item-list-right {
    width: 44%;
  }
}

#footer .f-item-wrap .f-item {
  margin-bottom: 16px;
}

#footer .f-item-wrap .f-item a {
  position: relative;
  opacity: 1.0;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#footer .f-item-wrap .f-item a:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#footer .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .f-logo .logo-box {
  max-width: 280px;
}

@media (max-width: 800px) {
  #footer .f-logo .logo-box {
    width: 90%;
  }
}

@media (min-width: 801px) {
  #footer .f-logo .logo-box {
    width: 30%;
  }
}

#footer .icon-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer .icon-instagram img {
  width: 29px;
  height: 29px;
}

#footer .f-bottom-list {
  border-top: thin solid #FFFFFF;
  border-bottom: thin solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  #footer .f-bottom-list {
    padding: 15px 10px;
    margin-right: 5.4vw;
    margin-left: 5.4vw;
    width: calc(100% - 10.6vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  #footer .f-bottom-list {
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footer .f-bottom-item {
  position: relative;
}

@media (max-width: 800px) {
  #footer .f-bottom-item {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 47%;
  }
  #footer .f-bottom-item:nth-child(even) {
    width: 53%;
  }
  #footer .f-bottom-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 801px) {
  #footer .f-bottom-item {
    margin: 0 25px;
    font-size: 1.4rem;
  }
  #footer .f-bottom-item::before {
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  #footer .f-bottom-item:hover::before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

#footer .f-bottom-item.other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  #footer .f-bottom-item.other {
    padding-right: 0;
  }
}

#footer .f-bottom-item.other::after {
  content: "";
  height: 12px;
  width: 12px;
  margin-left: 10px;
  margin-top: 5px;
  background-image: url("../images/icon-other-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#footer .f-address {
  text-align: center;
  font-size: 1.4rem;
}

@media (max-width: 800px) {
  #footer .f-address {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (min-width: 801px) {
  #footer .f-address {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

#footer .f-address .copyright {
  font-size: 1.0rem;
}

@media (max-width: 800px) {
  #footer .f-address .copyright {
    margin-top: 15px;
  }
}

.l-other {
  position: relative;
}

@media (max-width: 800px) {
  .l-other {
    margin-top: 155px;
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .l-other {
    margin-top: 255px;
    margin-bottom: 100px;
  }
}

.l-other .news {
  margin-bottom: 0;
}

.l-under-layer {
  position: relative;
}

@media (max-width: 800px) {
  .l-under-layer {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .l-under-layer {
    margin-top: 185px;
    margin-bottom: 100px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .pickup {
    margin-top: 80px;
  }
}

@media (min-width: 561px) {
  .pickup {
    margin-top: 100px;
  }
}

.pickup .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 0px) and (max-width: 560px) {
  .pickup .pickup-list .pickup-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .pickup .pickup-list .pickup-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .pickup .pickup-list .pickup-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 801px) {
  .pickup .pickup-list .pickup-item {
    width: 30%;
    margin-bottom: 50px;
    margin-right: 3%;
  }
  .pickup .pickup-list .pickup-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 561px) {
  .pickup .pickup-list .pickup-item:hover .item-image img {
    width: 110%;
    max-width: 110%;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    height: 110%;
  }
}

.pickup .pickup-list .pickup-item:hover .pickup-data {
  color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.pickup .pickup-list .pickup-item .item-image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 801px) {
  .pickup .pickup-list .pickup-item .item-image {
    height: 194px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pickup .pickup-list .pickup-item img {
  width: 100%;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  transition-duration: .2s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

@media (max-width: 800px) {
  .pickup .pickup-list .pickup-item img {
    height: 58.6vw;
    max-height: 300px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .pickup .pickup-list .pickup-item img {
    height: 36vw;
  }
}

@media (min-width: 801px) {
  .pickup .pickup-list .pickup-item img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .pickup .pickup-list .pickup-data {
    margin-top: 10px;
  }
}

@media (min-width: 801px) {
  .pickup .pickup-list .pickup-data {
    margin-top: 10px;
  }
  .pickup .pickup-list .pickup-data .title-area {
    margin-top: 3px;
  }
}

@media (max-width: 800px) {
  .pickup .pickup-list {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .pickup .pickup-list.sp-2column .pickup-item {
    width: 48%;
    margin-top: 10px;
    margin-right: 4%;
  }
  .pickup .pickup-list.sp-2column .pickup-item:nth-child(even) {
    margin-right: 0;
  }
  .pickup .pickup-list.sp-2column .pickup-item img {
    height: 29vw;
  }
}

@media (min-width: 801px) {
  .pickup .pickup-list {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

@media (min-width: 801px) {
  .pickup .pickup-list.scroll-area {
    overflow-y: scroll;
    height: 400px;
  }
}

.pickup .pickup-list.scroll-area::-webkit-scrollbar {
  width: 10px;
}

.pickup .pickup-list.scroll-area::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}

.pickup .pickup-list.scroll-area::-webkit-scrollbar-thumb {
  background-color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .pickup .pickup-list.under.sp-2column .pickup-item {
    width: 48%;
    margin-top: 10px;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .pickup .pickup-list.under.sp-2column .pickup-item:nth-child(even) {
    margin-right: 0;
  }
  .pickup .pickup-list.under.sp-2column .pickup-item img {
    height: 29vw;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .pickup .pickup-list.under .pickup-item {
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .pickup .pickup-list.under .pickup-item {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 4%;
  }
  .pickup .pickup-list.under .pickup-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 801px) {
  .pickup .pickup-list.under .pickup-item {
    margin-top: 25px;
    width: 30.1%;
    margin-bottom: 30px;
    margin-right: 4.8%;
  }
  .pickup .pickup-list.under .pickup-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .category-list-wrap {
    padding: 30px 10px 10px;
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    background-size: 26px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    margin-top: 0px;
  }
  .category-list-wrap.js-active {
    background-color: #EBEBEB;
    padding: 10px 10px 40px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    margin-top: 20px;
  }
  .category-list-wrap.js-active .category-list {
    min-height: 200px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .category-list-wrap.js-active .category-button .category-text {
    display: none;
  }
  .category-list-wrap.js-active .category-button::before {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-image: url(../images/btn_category_o.svg);
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 560px) {
  .category-list {
    min-height: 0px;
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 561px) {
  .category-list {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.category-list .category-item {
  border-radius: 10px 0 10px 0;
  line-height: 1;
  margin-right: 6px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-weight: bold;
  opacity: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.category-list .category-item :hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .category-list .category-item {
    padding: 9px 10px;
    font-size: 1.2rem;
  }
}

@media (min-width: 561px) {
  .category-list .category-item {
    padding: 12px;
    font-size: 1.6rem;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .category-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #066441;
    font-size: 2.2rem;
    font-weight: bold;
    padding-right: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    width: 160px;
  }
  .category-button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(../images/btn_category.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 561px) {
  .category-button {
    display: none;
  }
}

@media (max-width: 800px) {
  .news {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

@media (min-width: 801px) {
  .news {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .news.shibuyaku-top {
    margin-top: 40px;
  }
}

.news-list {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .news-list {
    margin-bottom: 30px;
  }
}

@media (min-width: 801px) {
  .news-list {
    margin-bottom: 60px;
  }
}

.news-list .news-item {
  border-bottom: thin solid #CCCCCC;
  opacity: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.news-list .news-item:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.news-list .news-item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  .news-list .news-item .item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 16px 12px;
  }
}

@media (min-width: 801px) {
  .news-list .news-item .item-inner {
    padding: 20px 0;
  }
}

.news-list .news-item .item-inner .date {
  font-weight: bold;
  color: #066441;
  margin-right: 20px;
  letter-spacing: 0.01em;
  margin-left: 20px;
}

@media (max-width: 800px) {
  .news-list .news-item .item-inner .date {
    margin: 3px 0 0;
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .news-list .news-item .item-inner .date {
    min-width: 146px;
    font-size: 1.6rem;
  }
}

.news-list .news-item .item-inner .tag-area {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .news-list .news-item .item-inner .tag-area {
    margin-left: 0;
  }
}

@media (min-width: 801px) {
  .news-list .news-item .item-inner .tag-area {
    width: 240px;
  }
}

.news-list .news-item .item-inner .cat {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}

@media (min-width: 801px) {
  .news-list .news-item .item-inner .cat {
    margin-right: 30px;
  }
}

@media (max-width: 800px) {
  .news-list .news-item .item-inner .title-area {
    margin-top: 5px;
    width: 100%;
    padding: 3px 0 10px;
  }
}

@media (min-width: 801px) {
  .news-list .news-item .item-inner .title-area {
    margin-top: 0;
    padding-right: 5%;
    width: 60%;
  }
}

.news-list.top-newslist .item-inner .date {
  min-width: 145px;
}

@media (max-width: 800px) {
  .news-list.top-newslist .item-inner .date {
    margin-right: 10px;
    min-width: 100px;
  }
}

@media (min-width: 801px) {
  .news-list.top-newslist .item-inner .date {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .news-list.top-newslist .title-area {
    width: 100%;
    padding: 10px 0;
  }
}

@media (min-width: 801px) {
  .news-list.top-newslist .title-area {
    width: calc(100% - 356px);
  }
}

.news-list.under .news-item .title-area {
  width: 100%;
}

.news-list.under .news-item .date {
  margin-right: 10px;
}

.news-list.news-page .news-item .date {
  color: #333333;
}

@media (min-width: 801px) {
  .news-list.taxonomy-newslist .item-inner .tag-area {
    width: auto;
  }
}

@media (max-width: 800px) {
  .other-top {
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .other-top {
    margin-bottom: 100px;
  }
}

.under-section01 .lead-text {
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .under-section01 .lead-text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.under-section01 .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .under-section01 .img-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

@media (min-width: 561px) {
  .under-section01 .img-area {
    margin-top: 50px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .under-section01 .img-area .img-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 561px) {
  .under-section01 .img-area .img-item {
    width: 48%;
  }
}

.under-section01 .google-map {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .under-section01 .google-map {
    margin-bottom: 25px;
  }
}

@media (min-width: 561px) {
  .under-section01 .google-map {
    margin-bottom: 60px;
  }
}

.under-section01 .google-map iframe {
  width: 100%;
}

@media (max-width: 800px) {
  .under-section01 .google-map iframe {
    height: 67vw;
  }
}

@media (min-width: 801px) {
  .under-section01 .google-map iframe {
    height: 67vw;
    max-height: 750px;
  }
}

@media (max-width: 800px) {
  .post-wrap {
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .post-wrap {
    margin-bottom: 100px;
  }
}

.post-title-area .post-date {
  font-weight: bold;
  color: #066441;
}

@media (max-width: 800px) {
  .post-title-area .post-date {
    font-size: 1.4rem;
  }
}

.post-title-area .post-title {
  font-weight: bold;
  word-break: break-all;
}

@media (max-width: 800px) {
  .post-title-area .post-title {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

@media (min-width: 801px) {
  .post-title-area .post-title {
    font-size: 2.6rem;
    margin-top: 5px;
    line-height: 1.4;
  }
}

.post-area {
  overflow: hidden;
}

@media (max-width: 800px) {
  .post-area {
    margin-top: 20px;
    margin-bottom: 55px;
  }
}

@media (min-width: 801px) {
  .post-area {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.post-area figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .post-area figure {
    margin-bottom: 25px;
  }
}

@media (min-width: 801px) {
  .post-area figure {
    margin-bottom: 60px;
  }
}

.post-area figure figcaption {
  width: auto;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  .post-area figure figcaption {
    width: 100%;
    text-align: left;
  }
}

.post-area p {
  line-height: 1.8;
}

@media (max-width: 800px) {
  .post-area p {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

@media (min-width: 801px) {
  .post-area p {
    margin-bottom: 40px;
  }
}

.post-area .textLayer {
  line-height: 1.8;
}

@media (max-width: 800px) {
  .post-area .textLayer {
    font-size: 1.4rem;
  }
}

.post-area h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .post-area h1 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

@media (min-width: 801px) {
  .post-area h1 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

.post-area h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .post-area h2 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media (min-width: 801px) {
  .post-area h2 {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

.post-area h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .post-area h3 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

@media (min-width: 801px) {
  .post-area h3 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.post-area a {
  color: #3300cc;
}

.post-area strong {
  font-weight: bold;
}

.post-area iframe {
  max-width: 100%;
}

@media (max-width: 800px) {
  .post-area ul {
    font-size: 1.4rem;
    padding: 0 0 25px 15px;
  }
}

@media (min-width: 801px) {
  .post-area ul {
    padding: 0 0 40px 20px;
  }
}

@media (max-width: 800px) {
  .post-area table {
    font-size: 1.4rem;
    margin: 0 0 25px 0;
  }
}

@media (min-width: 801px) {
  .post-area table {
    margin: 0 0 40px 0;
  }
}

.post-area img {
  margin-bottom: 30px;
}

.post-area .alignleft {
  float: left;
}

.post-area .aligncenter {
  margin: 0 auto 30px auto;
}

.post-area .alignright {
  float: right;
  margin-left: auto;
}

.post-area #gallery-1 .gallery-item {
  margin-top: 0;
}

.post-area #gallery-1 .gallery-item:last-of-type {
  margin-right: 0;
}

.post-area #gallery-1 img {
  border: 0;
  width: 100%;
}

.post-area .gallery-columns-2 .gallery-item {
  width: 48% !important;
  margin-right: 4%;
}

.post-area .gallery-columns-3 .gallery-item {
  width: 30% !important;
  margin-right: 5%;
}

.post-area .gallery-columns-4 .gallery-item {
  width: 22% !important;
  margin-right: 4%;
}

.post-2column-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 0px) and (max-width: 560px) {
  .post-2column-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

@media (min-width: 561px) {
  .post-2column-box {
    margin-top: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.post-2column-box .img-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .post-2column-box .img-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 561px) {
  .post-2column-box .img-area {
    width: 40%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .post-2column-box .text-area {
    margin-top: 40px;
    width: 100%;
  }
}

@media (min-width: 561px) {
  .post-2column-box .text-area {
    width: 50%;
  }
}

.post-2column-box .text-area .small-title {
  padding: 5px 27px;
  background-color: #066441;
  color: #FFFFFF;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .post-2column-box .text-area .small-title {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
}

@media (min-width: 561px) {
  .post-2column-box .text-area .small-title {
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
  }
}

.post-2column-box .text-area p {
  line-height: 1.8;
}

@media (max-width: 800px) {
  .post-2column-box .text-area p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 801px) {
  .post-2column-box .text-area p {
    margin-bottom: 40px;
  }
}

.other-top .main-slider {
  position: relative;
}

@media (max-width: 800px) {
  .other-top .main-slider {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}

@media (min-width: 801px) {
  .other-top .main-slider {
    margin-top: 165px;
    max-height: 600px;
    margin-bottom: 60px;
  }
}

.main-slider {
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 560px) {
  .main-slider {
    margin-top: 60px;
    height: 100vh;
    max-height: 350px;
    position: relative;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .main-slider {
    margin-top: 60px;
    height: 100vh;
    max-height: 450px;
    position: relative;
  }
}

@media (min-width: 801px) {
  .main-slider {
    margin-top: 95px;
    height: calc(100vh - 165px);
    max-height: 768px;
  }
}

.main-slider .swiper-wrapper {
  max-height: 670px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .main-slider .swiper-wrapper .swiper-slide {
    height: calc(100vh - 60px);
    max-height: 350px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .main-slider .swiper-wrapper .swiper-slide {
    height: calc(100vh - 60px);
    max-height: 450px;
  }
}

@media (min-width: 801px) {
  .main-slider .swiper-wrapper .swiper-slide {
    height: calc(100vh - 165px);
  }
}

.main-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

@media (max-width: 800px) {
  .main-slider .swiper-button-prev,
  .main-slider .swiper-button-next {
    background-image: url(../images/arrow_sp.svg);
    width: 12px;
    height: 28px;
  }
}

@media (min-width: 801px) {
  .main-slider .swiper-button-prev,
  .main-slider .swiper-button-next {
    background-image: url(../images/arrow_l.svg);
    width: 50px;
    height: 90px;
  }
}

.main-slider .swiper-button-prev {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 800px) {
  .main-slider .swiper-button-prev {
    left: 10px;
  }
}

@media (min-width: 801px) {
  .main-slider .swiper-button-prev {
    left: 0;
  }
}

.main-slider .swiper-button-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 800px) {
  .main-slider .swiper-button-next {
    right: 10px;
  }
}

@media (min-width: 801px) {
  .main-slider .swiper-button-next {
    right: 0;
  }
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 120px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .swiper-pagination {
    bottom: 26px;
  }
}

@media (min-width: 801px) {
  .swiper-pagination {
    bottom: 38px;
  }
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

@media (min-width: 801px) {
  .swiper-pagination-bullet {
    margin: 0 12px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .swiper-pagination.planet-pagination {
    left: 6vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.title-style01 {
  font-weight: bold;
  color: #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 800px) {
  .title-style01 {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}

@media (min-width: 801px) {
  .title-style01 {
    font-size: 3.0rem;
  }
}

.title-style01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #066441;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

@media (max-width: 800px) {
  .title-style01::after {
    margin-top: 5px;
  }
}

@media (min-width: 801px) {
  .title-style01::after {
    margin-top: 15px;
  }
}

.title-style01 .title-inner {
  background-color: #FFFFFF;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}

@media (max-width: 800px) {
  .title-style01 .title-inner {
    padding-right: 20px;
  }
}

@media (min-width: 801px) {
  .title-style01 .title-inner {
    padding-right: 30px;
  }
}

.title-style01::before {
  content: attr(data-title);
  font-family: roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media (max-width: 800px) {
  .title-style01::before {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}

@media (min-width: 801px) {
  .title-style01::before {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
}

.title-style02 {
  font-weight: bold;
  color: #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 800px) {
  .title-style02 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    line-height: 1.4;
    border-bottom: thin solid #066441;
  }
}

@media (min-width: 801px) {
  .title-style02 {
    font-size: 3.0rem;
  }
  .title-style02::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #066441;
    position: absolute;
    top: 50%;
    margin-top: 15px;
    left: 0;
    z-index: 1;
  }
}

.title-style02 .title-inner {
  background-color: #FFFFFF;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 60px;
  line-height: 1;
}

@media (max-width: 800px) {
  .title-style02 .title-inner {
    line-height: 1.3;
  }
}

.title-style02::before {
  content: attr(data-title);
  font-family: roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media (max-width: 800px) {
  .title-style02::before {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}

@media (min-width: 801px) {
  .title-style02::before {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
}

.title-style03 {
  line-height: 40px;
  font-weight: bold;
  color: #066441;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .title-style03 {
    font-size: 2rem;
    padding-left: 22px;
    line-height: 1.5;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 801px) {
  .title-style03 {
    font-size: 2.6rem;
    padding-left: 26px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.title-style03 .tax {
  font-size: 1.6rem;
  margin-left: 20px;
  line-height: 32px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .title-style03 .tax {
    font-size: 1.2rem;
    margin-left: 10px;
    line-height: 20px;
  }
}

@media (min-width: 801px) {
  .title-style03 .sub-title {
    max-width: 470px;
    white-space: nowrap;
  }
}

.title-style03 .sub-text {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .title-style03 .sub-text {
    margin-top: 30px;
    margin-left: -22px;
  }
}

@media (min-width: 801px) {
  .title-style03 .sub-text {
    margin-left: 30px;
  }
}

.title-style03.iris::before {
  top: 5px !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  .title-style03.iris::before {
    height: 50px;
  }
}

@media (min-width: 801px) {
  .title-style03.iris::before {
    height: 70px;
  }
}

.title-style03::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 40px;
  background-color: #066441;
}

@media (max-width: 800px) {
  .title-style03::before {
    width: 4px;
  }
}

@media (min-width: 801px) {
  .title-style03::before {
    width: 6px;
  }
}

@media (max-width: 800px) {
  .title-style03.title-kashikan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 801px) {
  .title-style03.title-kashikan {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.title-style03.title-kashikan::before {
  bottom: unset;
  top: 0;
}

.title-style03.line-center::before {
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 801px) {
  .fontL .title-style03 .sub-text {
    margin-left: 170px;
  }
}

.title-style04 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #066441;
  padding-bottom: 4px;
  border-bottom: thin solid #066441;
}

.title-style05 {
  border: thin solid #066441;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .title-style05 {
    padding: 10px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 561px) {
  .title-style05 {
    padding: 8px;
    font-size: 1.6rem;
  }
}

.tag00 {
  border: 2px solid #066441;
  height: 40px;
  line-height: 0.8 !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  .tag00 {
    height: 31px;
  }
}

.tag00 a {
  color: #066441;
}

.tag01, .news_shibuyaku, .event_shibuyaku, .news_singers {
  background-color: #066441;
}

.tag02, .news_planetarium, .event_planetarium {
  background-color: #1F6ED4;
}

.tag03, .news_sakurahall, .event_sakurahall {
  background-color: #CC0EA5;
}

.tag04, .news_denshohall, .event_denshohall {
  background-color: #860000;
}

.tag05, .news_renshu {
  background-color: #4B5F72;
}

.tag06, .news_gakushu {
  background-color: #895B2E;
}

.tag07, .news_gallery, .event_gallery {
  background-color: #001871;
}

.tag08, .news_iris, .event_iris {
  background-color: #86269B;
}

.tag09, .news_hachilabo, .event_hachilabo {
  background-color: #CE9703;
}

.tag10, .news_library, .event_library {
  background-color: #008533;
}

.tag11, .news_other, .event_other {
  background-color: #333333;
}

.page-top {
  font-family: roboto, sans-serif;
  font-style: normal;
  position: fixed;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  width: 40px;
  height: 40px;
  border: 2px solid #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #066441;
  font-weight: bold;
  z-index: 1;
}

.page-top.show {
  opacity: 1;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.page-top .top-inn {
  height: 17px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .page-top {
    right: 5.4vw;
    bottom: 5.4vw;
  }
}

@media (min-width: 561px) {
  .page-top {
    right: 20px;
    bottom: 20px;
  }
}

.page-top::after {
  content: "";
  width: 14px;
  height: 22px;
  background-image: url(../images/pagetop.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.cat {
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: bold;
  color: #FFFFFF;
}

@media (max-width: 800px) {
  .cat {
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .cat {
    font-size: 1.4rem;
  }
}

.date {
  font-size: 1.4rem;
  margin-left: 10px;
}

.title-area {
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .title-area {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.other-schedule {
  display: block;
  background-color: #066441;
  border: thin solid #066441;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 561px) {
  .other-schedule:hover {
    background-color: #FFFFFF;
    color: #066441;
  }
  .other-schedule:hover::before {
    background-image: url(../images/icon-calender-table.svg);
  }
}

@media (max-width: 800px) {
  .other-schedule {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .other-schedule {
    margin-top: 50px;
  }
}

.other-schedule::before {
  content: "";
  background-image: url(../images/icon-calender-table_o.svg);
  width: 30px;
  height: 32px;
  margin-right: 20px;
  margin-top: -3px;
}

@media (max-width: 800px) {
  .other-schedule::before {
    width: 27px;
    height: 28px;
    background-size: contain;
  }
}

@media (min-width: 801px) {
  .other-schedule::before {
    width: 31px;
    height: 32px;
    background-size: cover;
  }
}

.l-breadcrumbs {
  position: absolute;
  top: 165px;
  left: 0;
  background-color: #FFFFFF;
  height: 35px;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .l-breadcrumbs {
    display: none;
  }
}

.l-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 96%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.l-breadcrumbs ul li {
  font-size: 1.2rem;
  margin-left: 30px;
  position: relative;
}

.l-breadcrumbs ul li::before {
  content: ">";
  color: #066441;
  position: absolute;
  left: -18px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-breadcrumbs ul li:first-child {
  margin-left: 0;
}

.l-breadcrumbs ul li:first-child::before {
  display: none;
}

.l-breadcrumbs.l-under-breadcrumbs {
  top: 95px;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  position: relative;
}

.btn-wrap .btn {
  height: 70px;
  background-color: #066441;
  border: thin solid #066441;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  .btn-wrap .btn {
    width: 100%;
  }
}

@media (min-width: 801px) {
  .btn-wrap .btn {
    width: 38%;
  }
}

.btn-wrap .btn::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .btn-wrap .btn::after {
    right: 12px;
  }
}

@media (min-width: 561px) {
  .btn-wrap .btn:hover {
    background-color: #FFFFFF;
    border-radius: 4px;
    color: #066441;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .btn-wrap .btn:hover::after {
    background-image: url(../images/btn-arrow_o.svg);
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .btn-wrap .btn.wide {
    width: 60%;
  }
}

@media (min-width: 561px) {
  .btn-wrap .btn.wide {
    width: 400px;
  }
}

@media (min-width: 801px) {
  .btn-wrap .btn.r-spacing {
    padding-right: 30px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-top .f-calender-box {
    margin-top: 27px;
  }
}

@media (min-width: 561px) {
  .other-top .f-calender-box {
    margin-top: 40px;
  }
}

.other-top .f-calender-box .f-caleder .date {
  margin-left: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-top .f-calender-box .f-caleder .arrow {
    margin-top: 20px;
  }
}

@media (min-width: 561px) {
  .other-top .f-calender-box .f-caleder .arrow {
    margin-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-top .f-calender-box .f-schedule {
    margin-top: 40px;
  }
}

@media (min-width: 561px) {
  .other-top .f-calender-box .f-schedule {
    margin-top: 30px;
  }
}

.top-calender02 .f-calender-box {
  margin-top: 0px;
}

.f-calender-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

@media (min-width: 561px) {
  .f-calender-box {
    margin-top: 60px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-box .f-caleder {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .f-calender-box .f-caleder {
    width: 40%;
    min-width: 240px;
    max-width: 350px;
  }
}

.f-calender-box .f-caleder .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 335px;
}

.f-calender-box .f-caleder .date {
  width: 74px;
  height: 58px;
  position: relative;
  color: #066441;
  font-weight: bold;
}

.f-calender-box .f-caleder .date .year {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}

.f-calender-box .f-caleder .date .year::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80px;
  height: 1px;
  background-color: #CCCCCC;
}

.f-calender-box .f-caleder .date .month-box {
  position: absolute;
  left: 35px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.f-calender-box .f-caleder .date .month-box .number {
  font-size: 3.0rem;
  line-height: 0.8;
}

.f-calender-box .f-caleder .date .month-box .month {
  font-size: 1.8rem;
  line-height: 1;
}

.f-calender-box .f-caleder .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  margin-top: 35px;
}

.f-calender-box .f-caleder .arrow .prev,
.f-calender-box .f-caleder .arrow .next {
  width: 9px;
  height: 20px;
  background-image: url(../images/icon-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-calender-box .f-caleder .arrow .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.f-calender-box .f-caleder .calender-box {
  max-width: 335px;
  margin-top: 15px;
}

.f-calender-box .f-caleder .calender-box .weekday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 561px) {
  .f-calender-box .f-caleder .calender-box .weekday {
    margin-top: 2px;
    margin-bottom: 10px;
  }
}

.f-calender-box .f-caleder .calender-box .weekday .weekday-item {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-box .f-caleder .calender-box .weekday .weekday-item {
    font-size: 1.4rem;
  }
}

.f-calender-box .f-caleder .calender-box .weekday .weekday-item.sat {
  color: #004EFF;
}

.f-calender-box .f-caleder .calender-box .weekday .weekday-item.sun {
  color: #FF0000;
}

.f-calender-box .f-caleder .calender-box .day-box {
  border-top: 3px solid #066441;
  border-left: 3px solid #066441;
  border-bottom: 2px solid #066441;
  border-right: 3px solid #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-calender-box .f-caleder .calender-box .day-box .day {
  width: 14.28%;
  height: 50px;
  border-bottom: thin solid #066441;
  border-right: thin solid #066441;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-calender-box .f-caleder .calender-box .day-box .day:nth-child(7n) {
  border-right: none;
}

.f-calender-box .f-caleder .calender-box .day-box .day.link {
  background-color: #F2F2F2;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.f-calender-box .f-caleder .calender-box .day-box .day.link:hover {
  opacity: 0.6;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.f-calender-box .f-caleder .calender-box .day-box .daya {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-calender-box .f-caleder .calender-box .day-box .day.kyukan-day {
  background-color: #333333;
  color: #FFFFFF;
}

.f-calender-box .f-caleder .calender-box .day-box .day .today {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}

.f-calender-box .f-caleder .calender-box .day-box .day .today::before {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #066441;
  z-index: -1;
}

.f-calender-box .f-caleder .kyukan {
  font-size: 1.2rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-calender-box .f-caleder .kyukan::before {
  content: "■";
  font-size: 2rem;
  margin-bottom: -2px;
  margin-right: 10px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-box .f-schedule {
    width: 100%;
    margin-top: 40px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .f-calender-box .f-schedule {
    margin-top: 30px;
    width: calc(100% - 44vw);
  }
}

@media (min-width: 801px) {
  .f-calender-box .f-schedule {
    width: 57%;
    margin-top: 30px;
  }
}

.f-calender-box .f-schedule.under .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  .f-calender-box .f-schedule.under .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
  }
}

.f-calender-box .f-schedule.under .date {
  margin-left: 0;
  margin-right: 20px;
  width: 110px;
  display: block;
}

.f-calender-box .f-schedule.under .title-area {
  margin-top: 0px;
}

.f-calender-box .f-schedule .schedule-title {
  width: 100%;
  background-color: #066441;
  color: #FFFFFF;
  height: 39px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-box .f-schedule .schedule-list {
    margin-top: 15px;
  }
}

@media (min-width: 561px) {
  .f-calender-box .f-schedule .schedule-list {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .f-calender-box .f-schedule .schedule-list .schedule-item {
    padding-left: 16px;
    border-bottom: thin solid #CCCCCC;
    margin-bottom: 13px;
    padding-bottom: 15px;
  }
}

@media (min-width: 801px) {
  .f-calender-box .f-schedule .schedule-list .schedule-item {
    padding-left: 20px;
    border-bottom: thin solid #707070;
    margin-bottom: 17px;
    padding-bottom: 17px;
    opacity: 1;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .f-calender-box .f-schedule .schedule-list .schedule-item:hover {
    opacity: 0.6;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
}

.f-calender-box .f-schedule .schedule-list .schedule-item .title-area {
  line-height: 1.4;
  margin-top: 0;
  word-break: break-all;
}

.f-calender-box .f-schedule .schedule-list .schedule-item .f-schedule-bottom {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-calender-box .f-schedule .schedule-list .schedule-item .f-schedule-bottom .date {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}

@media (min-width: 801px) {
  .f-calender-box.top-calender-area .f-caleder {
    width: 40%;
  }
}

.f-calender-box.top-calender-area .f-caleder .navigation {
  max-width: 335px;
}

.f-calender-box.top-calender-area .f-caleder .navigation .arrow {
  margin-top: 35px;
}

.f-calender-box.top-calender-area .f-caleder .calender-box {
  max-width: 335px;
  margin-top: 15px;
}

.f-calender-box.top-calender-area .f-caleder .calender-box .weekday {
  margin-top: 2px;
}

.f-calender-box.top-calender-area .f-caleder .other-schedule {
  margin-top: 40px;
}

.f-calender-box.top-calender-area .f-schedule {
  margin-top: 30px;
}

.f-calender-box.top-calender-area .f-schedule .schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 801px) {
  .fontL .f-calender-box .f-caleder .date .year::before {
    left: 5px;
  }
  .fontL .f-calender-box .f-caleder .date .month-box {
    left: 65px;
  }
}

.calender-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  .calender-category {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .calender-category {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.calender-category .pulldown-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  position: relative;
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .pulldown-box {
    margin-bottom: 10px;
  }
}

.calender-category .pulldown-box::after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/arrow-pulldown.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .pulldown-box::after {
    right: 70px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .calender-category .pulldown-box::after {
    right: 70px;
  }
}

@media (min-width: 801px) {
  .calender-category .pulldown-box::after {
    right: 104px;
  }
}

.calender-category .pulldown-box .pulldown {
  border: thin solid #066441;
}

@media (max-width: 800px) {
  .calender-category .pulldown-box .pulldown {
    width: 127px;
    padding-left: 15px;
    font-size: 1.4rem;
    border-radius: 4px 0 0 4px;
  }
}

@media (min-width: 801px) {
  .calender-category .pulldown-box .pulldown {
    width: 156px;
    padding-left: 20px;
    border-radius: 6px 0 0 6px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .pulldown-box .submit-btn {
    height: 36px;
  }
}

@media (min-width: 561px) {
  .calender-category .pulldown-box .submit-btn {
    height: 50px;
  }
}

.calender-category .pulldown-box .submit-btn input {
  font-size: 1.4rem;
  background-color: #066441;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .pulldown-box .submit-btn input {
    border-radius: 0 4px 4px 0;
    height: 36px;
    width: 61px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .calender-category .pulldown-box .submit-btn input {
    border-radius: 0 4px 4px 0;
    height: 50px;
    width: 60px;
  }
}

@media (min-width: 801px) {
  .calender-category .pulldown-box .submit-btn input {
    height: 50px;
    width: 88px;
    border-radius: 0 6px 6px 0;
  }
}

.calender-category .select-calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.calender-category .select-calender .select-item {
  font-weight: bold;
  background-color: #FFFFFF;
  border: thin solid #066441;
  border-radius: 6px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .select-calender .select-item {
    width: 50px;
    height: 37px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .calender-category .select-calender .select-item {
    min-width: 140px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .calender-category .select-calender .select-item {
    min-width: 155px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .select-calender .select-item:last-child {
    margin-left: 5px;
  }
}

@media (min-width: 561px) {
  .calender-category .select-calender .select-item:last-child {
    margin-left: 12px;
  }
}

.calender-category .select-calender .select-item a {
  color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #066441;
  position: relative;
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .select-calender .select-item a {
    height: 36px;
  }
}

@media (min-width: 561px) {
  .calender-category .select-calender .select-item a {
    height: 50px;
    padding-left: 32px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .calender-category .select-calender .select-item a .text {
    display: none;
  }
}

.calender-category .select-calender .select-item a::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
}

.calender-category .select-calender .select-item a.list::before {
  width: 22px;
  height: 14px;
  background-image: url(../images/icon-calender-list.svg);
}

@media (min-width: 561px) {
  .calender-category .select-calender .select-item a.list::before {
    left: 20px;
  }
}

.calender-category .select-calender .select-item a.table::before {
  width: 20px;
  height: 22px;
  background-image: url(../images/icon-calender-table.svg);
}

@media (min-width: 561px) {
  .calender-category .select-calender .select-item a.table::before {
    left: 10px;
  }
}

.calender-category .select-calender .select-item.active, .calender-category .select-calender .select-item:hover {
  background-color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.calender-category .select-calender .select-item.active a, .calender-category .select-calender .select-item:hover a {
  color: #FFFFFF;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.calender-category .select-calender .select-item.active a.list::before, .calender-category .select-calender .select-item:hover a.list::before {
  background-image: url(../images/icon-calender-list_o.svg);
}

.calender-category .select-calender .select-item.active a.table::before, .calender-category .select-calender .select-item:hover a.table::before {
  background-image: url(../images/icon-calender-table_o.svg);
}

.f-calender-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .f-calender-under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    margin-top: 0;
  }
}

@media (min-width: 801px) {
  .f-calender-under {
    margin-top: 55px;
    margin-bottom: 100px;
  }
}

.f-calender-under .f-caleder {
  width: 100%;
}

.f-calender-under .f-caleder .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-calender-under .f-caleder .date {
  width: 74px;
  height: 58px;
  position: relative;
  color: #066441;
  font-weight: bold;
}

.f-calender-under .f-caleder .date .year {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}

.f-calender-under .f-caleder .date .year::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80px;
  height: 1px;
  background-color: #CCCCCC;
}

.f-calender-under .f-caleder .date .month-box {
  position: absolute;
  left: 35px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.f-calender-under .f-caleder .date .month-box .number {
  font-size: 3.0rem;
  line-height: 0.8;
}

.f-calender-under .f-caleder .date .month-box .month {
  font-size: 1.8rem;
  line-height: 1;
}

.f-calender-under .f-caleder .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
}

.f-calender-under .f-caleder .arrow .prev,
.f-calender-under .f-caleder .arrow .next {
  width: 9px;
  height: 20px;
  background-image: url(../images/icon-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-calender-under .f-caleder .arrow .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 800px) {
  .f-calender-under .f-caleder .calender-box {
    margin-top: 20px;
  }
}

.f-calender-under .f-caleder .calender-box .weekday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .f-calender-under .f-caleder .calender-box .weekday {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

@media (min-width: 801px) {
  .f-calender-under .f-caleder .calender-box .weekday {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.f-calender-under .f-caleder .calender-box .weekday .weekday-item {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}

.f-calender-under .f-caleder .calender-box .weekday .weekday-item.sat {
  color: #004EFF;
}

.f-calender-under .f-caleder .calender-box .weekday .weekday-item.sun {
  color: #FF0000;
}

.f-calender-under .f-caleder .calender-box .day-box {
  border-top: 3px solid #066441;
  border-left: 3px solid #066441;
  border-bottom: 2px solid #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-calender-under .f-caleder .calender-box .day-box .day {
  width: 14.28%;
  padding: 5px 10px;
  border-bottom: thin solid #066441;
  border-right: thin solid #066441;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .f-calender-under .f-caleder .calender-box .day-box .day {
    height: 50px;
  }
}

@media (min-width: 801px) {
  .f-calender-under .f-caleder .calender-box .day-box .day {
    height: auto;
    font-size: 2.2rem;
    font-family: roboto, sans-serif;
    min-height: 140px;
  }
}

.f-calender-under .f-caleder .calender-box .day-box .day:nth-child(7n+7) {
  border-right: 3px solid #066441;
}

.f-calender-under .f-caleder .calender-box .day-box .day .today {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}

@media (min-width: 801px) {
  .f-calender-under .f-caleder .calender-box .day-box .day .today {
    padding-left: 8px;
  }
}

.f-calender-under .f-caleder .calender-box .day-box .day .today::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #066441;
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-under .f-caleder .calender-box .day-box .day .today::before {
    margin-top: -1px;
  }
}

@media (min-width: 801px) {
  .f-calender-under .f-caleder .calender-box .day-box .day .today::before {
    margin-left: 4px;
  }
}

.f-calender-under .f-caleder .calender-box .day-box .day > a {
  width: 100%;
  height: 100%;
  width: 24px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-calender-under .f-caleder .calender-box .day-box .day.link {
  background-color: #F2F2F2;
}

.f-calender-under .f-caleder .calender-box .day-box .day.kyukan-day {
  background-color: #333333;
  color: #FFFFFF;
}

@media (min-width: 801px) {
  .f-calender-under .f-caleder .calender-box .day-box .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #333333;
  }
}

.f-calender-under .f-caleder .calender-box .day-box .day .event-list {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 30px;
  min-height: 140px;
}

@media (max-width: 800px) {
  .f-calender-under .f-caleder .calender-box .day-box .day .event-list {
    display: none;
  }
}

.f-calender-under .f-caleder .calender-box .day-box .day .event-list .event {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 1.2rem;
  font-family: "noto-sans-cjk-jp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-top: 10px;
  border-radius: 6px;
  padding: 8% 6%;
  opacity: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.f-calender-under .f-caleder .calender-box .day-box .day .event-list .event:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.f-calender-under .f-caleder .calender-box .day-box .day .event-list .event:first-child {
  margin-top: 0;
}

.f-calender-under .f-caleder .calender-box .day-box .day .event-list .event a {
  display: block;
  word-break: break-all;
}

.f-calender-under .f-caleder .kyukan {
  font-size: 1.2rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-calender-under .f-caleder .kyukan::before {
  content: "■";
  font-size: 1.6rem;
  margin-bottom: -2px;
  margin-right: 10px;
}

@media (min-width: 801px) {
  .f-calender-under .f-schedule {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-under .f-schedule {
    width: 100%;
    margin-top: 40px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .f-calender-under .f-schedule {
    margin-top: 40px;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .f-calender-under .f-schedule {
    width: 57%;
  }
}

.f-calender-under .f-schedule.under .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  .f-calender-under .f-schedule.under .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
  }
}

.f-calender-under .f-schedule.under .date {
  margin-left: 0;
  margin-right: 20px;
  width: 110px;
  display: block;
}

.f-calender-under .f-schedule.under .title-area {
  margin-top: 5px;
  word-break: break-all;
}

.f-calender-under .f-schedule .schedule-title {
  width: 100%;
  background-color: #066441;
  color: #FFFFFF;
  height: 39px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) and (max-width: 560px) {
  .f-calender-under .f-schedule .schedule-list {
    margin-top: 13px;
  }
}

@media (min-width: 561px) {
  .f-calender-under .f-schedule .schedule-list {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .f-calender-under .f-schedule .schedule-list .schedule-item {
    display: block;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: thin solid #CCCCCC;
  }
}

@media (min-width: 801px) {
  .f-calender-under .f-schedule .schedule-list .schedule-item {
    padding-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: thin solid #707070;
  }
}

.f-calender-under .f-schedule .schedule-list .schedule-item .f-schedule-bottom {
  margin-top: 10px;
}

.f-calender-under .f-schedule .schedule-list .schedule-item .f-schedule-bottom .date {
  margin-left: 0;
}

.f-calender-under .f-schedule .schedule-list .schedule-item .f-schedule-bottom .title-area {
  margin-top: 5px;
  word-break: break-all;
}

@media (max-width: 800px) {
  .calender-list {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .calender-list.top-calender .calender-list-item {
    border: 4px solid #EBEBEB;
  }
}

@media (min-width: 801px) {
  .calender-list.top-calender .calender-list-item {
    border: thin solid #066441;
  }
  .calender-list.top-calender .calender-list-item:not(:first-child) {
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  .calender-list.top-calender .calender-list-item .list-layout .left-box .date {
    font-size: 1.8rem;
    color: #FFFFFF;
  }
}

@media (min-width: 801px) {
  .calender-list.top-calender .calender-list-item .list-layout .left-box .date {
    font-size: 2.2rem;
    color: #333333;
  }
}

@media (min-width: 801px) {
  .calender-list.top-calender .calender-list-item .list-layout .left-box .date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 150px;
    width: 33%;
  }
}

@media (max-width: 800px) {
  .calender-list.top-calender .calender-list-item .list-layout .left-box .img-wrap {
    width: 69vw;
    height: 100%;
  }
}

@media (min-width: 801px) {
  .calender-list.top-calender .calender-list-item .list-layout .left-box .img-wrap {
    width: 210px;
    height: 148px;
  }
}

@media (min-width: 801px) {
  .calender-list.top-calender .calender-list-item .list-layout .right-box {
    margin-left: 3%;
  }
}

.calender-list.top-calender .calender-list-item .list-layout .right-box .list-title {
  word-break: break-all;
}

@media (min-width: 801px) {
  .calender-list.top-calender .calender-list-item .list-layout .right-box .list-title {
    margin-top: 15px;
  }
}

.calender-list .calender-list-item {
  border: 4px solid #EBEBEB;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 1.0;
}

.calender-list .calender-list-item:hover {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0.6;
}

.calender-list .calender-list-item:not(:first-child) {
  margin-top: 30px;
}

.calender-list .calender-list-item .list-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout {
    padding: 10px 14px;
  }
}

.calender-list .calender-list-item .list-layout .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .left-box {
    background-color: #066441;
  }
}

.calender-list .calender-list-item .list-layout .left-box .date {
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .left-box .date {
    color: #FFFFFF;
    height: 100%;
    font-size: 1.8rem;
    min-width: 105px;
    width: 31%;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .left-box .date {
    margin-right: 20px;
    color: #066441;
    font-size: 2.4rem;
    min-width: 120px;
    width: 33%;
  }
}

.calender-list .calender-list-item .list-layout .left-box .date .weekday {
  font-size: 1.6rem;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .left-box .img-wrap {
    width: 69vw;
    height: 100%;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .left-box .img-wrap {
    width: 220px;
    height: 160px;
  }
}

.calender-list .calender-list-item .list-layout .left-box .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .right-box {
    padding: 14px 5%;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 4%;
    width: 100%;
  }
}

.calender-list .calender-list-item .list-layout .right-box .list-title {
  font-weight: bold;
  word-break: break-all;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .right-box .list-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .right-box .list-title {
    margin-top: 25px;
    font-size: 1.8rem;
    padding-right: 10%;
    line-height: 1.4;
  }
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .right-box .list-data-box {
    margin-top: 10px;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .right-box .list-data-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 50px;
  }
}

.calender-list .calender-list-item .list-layout .right-box .time {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .right-box .time {
    margin-top: 8px;
  }
}

.calender-list .calender-list-item .list-layout .right-box .top-category {
  font-size: 1.4rem;
  font-weight: bold;
}

.calender-list .calender-list-item .list-layout .right-box .btn-more {
  background-color: #066441;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding-right: 10px;
  min-width: 150px;
}

@media (max-width: 800px) {
  .calender-list .calender-list-item .list-layout .right-box .btn-more {
    height: 40px;
    margin-top: 25px;
    width: 55%;
    max-width: 200px;
    margin-right: auto;
  }
}

@media (min-width: 801px) {
  .calender-list .calender-list-item .list-layout .right-box .btn-more {
    height: 48px;
    margin-bottom: 5px;
    width: 167px;
    padding-top: 1px;
  }
}

.calender-list .calender-list-item .list-layout .right-box .btn-more::after {
  content: "";
  width: 6px;
  height: 14px;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

/* ++++++++++++++++
+
+ ページナビ
+
++++++++++++++++ */
.wp-pagenavi {
  position: relative;
  width: 100%;
  clear: both;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .wp-pagenavi {
    font-size: 1.6rem;
  }
}

@media (min-width: 561px) {
  .wp-pagenavi {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .wp-pagenavi {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -5px;
    width: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 983px) {
  .wp-pagenavi {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 984px) and (max-width: 1199px) {
  .wp-pagenavi {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .wp-pagenavi {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 1500px) {
  .wp-pagenavi {
    padding-top: 15px;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  /*見ている*/
  .wp-pagenavi span.current {
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    text-indent: 0;
    background-color: #066441;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    border: none;
  }
  .wp-pagenavi span.extend {
    display: none;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .page-numbers {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    color: #066441;
    margin-left: 4px;
    margin-right: 4px;
    text-indent: 0;
    border-radius: 50%;
    padding: 0;
    border: none;
  }
}

@media print, screen and (min-width: 600px) {
  /*見ている*/
  .wp-pagenavi span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 0;
    background-color: #066441;
    color: #FFFFFF;
    border-radius: 50%;
    border: none;
    padding: 0;
  }
  .wp-pagenavi span.extend {
    display: none;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #066441;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 0;
    border-radius: 50%;
    padding: 0;
    border: none;
  }
}

.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
  text-decoration: none;
}

.wp-pagenavi a:visited {
  text-decoration: none;
}

.wp-pagenavi a:hover {
  opacity: 0.5;
}

.wp-pagenavi a:active {
  text-decoration: none;
}

.wp-pagenavi span.pages {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .wp-pagenavi {
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    /*共通部分*/
    /*戻る*/
    /*次へ*/
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .prev {
    background-color: #066441;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    margin-bottom: -10px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after,
  .wp-pagenavi .next::after,
  .wp-pagenavi .prev::after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/arrow-pagenation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .next:hover,
  .wp-pagenavi .prev:hover {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink:hover::after,
  .wp-pagenavi .nextpostslink:hover::after,
  .wp-pagenavi .next:hover::after,
  .wp-pagenavi .prev:hover::after {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .prev {
    position: absolute;
    left: 5.4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .prev::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .wp-pagenavi .previouspostslink:hover::after,
  .wp-pagenavi .prev:hover::after {
    margin-left: -6px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next {
    position: absolute;
    right: 5.4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wp-pagenavi .nextpostslink::after,
  .wp-pagenavi .next::after {
    -webkit-transform: rotate(180deg) translate(-50%, -50%);
            transform: rotate(180deg) translate(-50%, -50%);
    margin-top: -12px;
    margin-left: -6px;
  }
  .wp-pagenavi .nextpostslink:hover::after,
  .wp-pagenavi .next:hover::after {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 600px) {
  .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*共通部分*/
    /*戻る*/
    /*次へ*/
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .prev {
    background-color: #066441;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after,
  .wp-pagenavi .next::after,
  .wp-pagenavi .prev::after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/arrow-pagenation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .next:hover,
  .wp-pagenavi .prev:hover {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink:hover::after,
  .wp-pagenavi .nextpostslink:hover::after,
  .wp-pagenavi .next:hover::after,
  .wp-pagenavi .prev:hover::after {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .prev {
    margin-right: 15px;
  }
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .prev::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .wp-pagenavi .previouspostslink:hover::after,
  .wp-pagenavi .prev:hover::after {
    margin-left: -6px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next {
    margin-left: 15px;
  }
  .wp-pagenavi .nextpostslink::after,
  .wp-pagenavi .next::after {
    -webkit-transform: rotate(180deg) translate(-50%, -50%);
            transform: rotate(180deg) translate(-50%, -50%);
    margin-top: -12px;
    margin-left: -6px;
  }
  .wp-pagenavi .nextpostslink:hover::after,
  .wp-pagenavi .next:hover::after {
    margin-left: 0;
  }
}

.wp-pagenavi .page:hover {
  background-color: #066441;
  color: #FFFFFF;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}

.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi a {
  border: 0;
  margin: 0;
  padding: 0;
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 560px) {
  .page-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 561px) {
  .page-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 70px;
  }
}

.page-link .link-item {
  border-left: thin solid #066441;
  border-right: thin solid #066441;
  margin-right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #066441;
  font-weight: bold;
}

.page-link .link-item::before {
  background-color: #066441;
  content: "";
  position: absolute;
  left: 23px;
  bottom: 5px;
  width: calc(100% - 46px);
  height: 30px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: -1;
}

.page-link .link-item:hover a {
  color: #FFFFFF;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.page-link .link-item:hover::before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (min-width: 0px) and (max-width: 560px) {
  .page-link .link-item {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 561px) {
  .page-link .link-item {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.page-link .link-item:last-child {
  border-right: thin solid #066441;
}

.page-link .link-item a {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .page-link .link-item a {
    height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 30px;
  }
}

@media (min-width: 561px) {
  .page-link .link-item a {
    height: 40px;
    padding-left: 29px;
    padding-right: 29px;
    line-height: 40px;
  }
}

@media (max-width: 800px) {
  .kashikan-top .lead-text {
    margin: 20px 0 30px;
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .kashikan-top .lead-text {
    margin: 60px 0;
  }
}

.kashikan-top .reserve-btn {
  width: 100%;
  border: thin solid #066441;
  border-radius: 10px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  background-image: url(../images/arrow-kashikan-reserve.svg);
  background-position: center right 6%;
  background-repeat: no-repeat;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan-top .reserve-btn {
    margin-top: -30px;
    height: 250px;
  }
}

@media (min-width: 561px) {
  .kashikan-top .reserve-btn {
    height: 200px;
    margin-bottom: 100px;
  }
}

.kashikan-top .reserve-btn:hover {
  color: #066441;
  background-color: #FFFFFF;
  background-image: url(../images/arrow-kashikan-reserve_o.svg);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.kashikan-top .reserve-btn .btn-title {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  padding-right: 2px;
}

.kashikan-top .reserve-btn .sub-text {
  margin-top: 9px;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 800px) {
  .kashikan-inner {
    margin-top: -100px;
    padding-top: 90px;
    margin-bottom: 90px;
  }
}

@media (min-width: 801px) {
  .kashikan-inner {
    margin-top: -120px;
    padding-top: 120px;
    margin-bottom: 80px;
  }
}

.kashikan-inner .img-column02,
.kashikan-inner .img-column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  .kashikan-inner .img-column02,
  .kashikan-inner .img-column03 {
    margin-top: 25px;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .img-column02,
  .kashikan-inner .img-column03 {
    margin-top: 30px;
  }
}

.kashikan-inner .img-column02 .img-item figure figcaption,
.kashikan-inner .img-column03 .img-item figure figcaption {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .kashikan-inner .img-column02 .img-item figure figcaption,
  .kashikan-inner .img-column03 .img-item figure figcaption {
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .img-column02 .img-item figure figcaption,
  .kashikan-inner .img-column03 .img-item figure figcaption {
    font-size: 1.4rem;
  }
}

.kashikan-inner .caption-text {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .kashikan-inner .caption-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .caption-text {
    font-size: 1.4rem;
  }
}

.kashikan-inner .img-column02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .kashikan-inner .img-column02 .img-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .kashikan-inner .img-column02 .img-item.spacing {
    margin-bottom: 60px;
  }
  .kashikan-inner .img-column02 .img-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .img-column02 .img-item {
    width: 48%;
  }
  .kashikan-inner .img-column02 .img-item:nth-child(even) {
    margin-left: 4%;
  }
}

.kashikan-inner .img-column03 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  .kashikan-inner .img-column03 .img-item {
    width: 48%;
  }
  .kashikan-inner .img-column03 .img-item:nth-child(even) {
    margin-left: 4%;
    margin-bottom: 25px;
  }
  .kashikan-inner .img-column03 .img-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .img-column03 .img-item {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 40px;
  }
  .kashikan-inner .img-column03 .img-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .kashikan-inner .img-column03 .img-item:last-child, .kashikan-inner .img-column03 .img-item:nth-child(4), .kashikan-inner .img-column03 .img-item:nth-child(5) {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  .kashikan-inner .btn-wrap {
    margin-top: 23px;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .btn-wrap {
    margin-top: 30px;
  }
}

.kashikan-inner .btn-wrap a {
  height: 70px;
}

@media (max-width: 800px) {
  .kashikan-inner .btn-wrap a {
    min-width: 330px;
  }
}

@media (min-width: 801px) {
  .kashikan-inner .btn-wrap a {
    min-width: 300px;
  }
}

@media (min-width: 561px) {
  .kashikan-inner .btn-wrap.mt-spacing {
    margin-top: 45px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan.spacing-wrapper {
    margin-top: 110px;
  }
}

@media (min-width: 561px) {
  .kashikan.spacing-wrapper {
    margin-top: 80px;
  }
}

.kashikan .kashikan-img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .kashikan-img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media (min-width: 561px) {
  .kashikan .kashikan-img-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .kashikan-img-area .img-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .kashikan .kashikan-img-area .img-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 561px) {
  .kashikan .kashikan-img-area .img-item {
    width: 31%;
  }
}

.kashikan .table-wrap {
  overflow-x: auto;
}

.kashikan .hall-outline,
.kashikan .hall-price {
  width: 1000px;
  border-top: 3px solid #066441;
  border-left: 3px solid #066441;
  border-bottom: 3px solid #066441;
  border-right: 3px solid #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .hall-outline,
  .kashikan .hall-price {
    margin-top: 30px;
  }
}

@media (min-width: 561px) {
  .kashikan .hall-outline,
  .kashikan .hall-price {
    margin-top: 40px;
  }
}

.kashikan .hall-outline .table-title,
.kashikan .hall-outline .table-titlelist,
.kashikan .hall-price .table-title,
.kashikan .hall-price .table-titlelist {
  background-color: #EBEBEB;
  text-align: center;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  line-height: 1.3;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .hall-outline .table-title,
  .kashikan .hall-outline .table-titlelist,
  .kashikan .hall-price .table-title,
  .kashikan .hall-price .table-titlelist {
    font-size: 1.4rem;
  }
}

@media (min-width: 561px) {
  .kashikan .hall-outline .table-title,
  .kashikan .hall-outline .table-titlelist,
  .kashikan .hall-price .table-title,
  .kashikan .hall-price .table-titlelist {
    font-size: 1.6rem;
  }
}

.kashikan .hall-outline .table-title.vertical-mid,
.kashikan .hall-outline .table-titlelist.vertical-mid,
.kashikan .hall-price .table-title.vertical-mid,
.kashikan .hall-price .table-titlelist.vertical-mid {
  vertical-align: middle;
}

.kashikan .hall-outline .table-data,
.kashikan .hall-price .table-data {
  font-size: 1.4rem;
  padding: 15px;
}

.kashikan .hall-outline .table-data.center,
.kashikan .hall-price .table-data.center {
  text-align: center;
}

.kashikan .hall-outline .table-data.right,
.kashikan .hall-price .table-data.right {
  text-align: right;
}

.kashikan .hall-outline .table-data.vertical-mid,
.kashikan .hall-price .table-data.vertical-mid {
  vertical-align: middle;
}

.kashikan .hall-outline .table-title,
.kashikan .hall-outline .table-titlelist,
.kashikan .hall-outline .table-data,
.kashikan .hall-price .table-title,
.kashikan .hall-price .table-titlelist,
.kashikan .hall-price .table-data {
  border-bottom: thin solid #066441;
  border-right: thin solid #066441;
}

.kashikan .hall-outline .table-title:nth-child(2),
.kashikan .hall-outline .table-titlelist:nth-child(2) {
  width: 30%;
}

.kashikan .hall-outline .table-title:nth-child(3),
.kashikan .hall-outline .table-titlelist:nth-child(3) {
  width: 14%;
}

.kashikan .hall-outline .table-title:nth-child(4),
.kashikan .hall-outline .table-titlelist:nth-child(4) {
  width: 14%;
}

.kashikan .hall-outline .table-title:nth-child(5),
.kashikan .hall-outline .table-titlelist:nth-child(5) {
  width: 8%;
}

.kashikan .hall-outline .table-title:nth-child(6),
.kashikan .hall-outline .table-titlelist:nth-child(6) {
  width: 34%;
}

.kashikan .hall-price .hall-list:nth-child(2) .table-title:first-child,
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:first-child {
  width: 87px;
}

.kashikan .hall-price .hall-list:nth-child(2) .table-title:nth-child(2),
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:nth-child(2) {
  width: 130px;
}

.kashikan .hall-price .hall-list:nth-child(2) .table-title:nth-child(3),
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:nth-child(3) {
  width: 130px;
}

.kashikan .hall-price .hall-list:nth-child(2) .table-title:nth-child(4), .kashikan .hall-price .hall-list:nth-child(2) .table-title:nth-child(5), .kashikan .hall-price .hall-list:nth-child(2) .table-title:nth-child(6), .kashikan .hall-price .hall-list:nth-child(2) .table-title:nth-child(7),
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:nth-child(4),
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:nth-child(5),
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:nth-child(6),
.kashikan .hall-price .hall-list:nth-child(2) .table-titlelist:nth-child(7) {
  width: 167px;
}

.attention-list {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .remark-box {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (min-width: 561px) {
  .remark-box {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.remark-box .remark-title {
  font-weight: bold;
  letter-spacing: 1em;
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .remark-box .remark-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 561px) {
  .remark-box .remark-title {
    font-size: 1.8rem;
  }
}

.remark-box .remark-text {
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 0px) and (max-width: 560px) {
  .remark-box .remark-text {
    font-size: 1.4rem;
  }
}

@media (min-width: 561px) {
  .remark-box .remark-text {
    font-size: 1.6rem;
  }
}

@media (min-width: 561px) {
  .kashikan-flow-wrap {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-box {
    margin-top: 30px;
  }
}

@media (min-width: 561px) {
  .flow-box {
    margin-top: 40px;
  }
}

.flow-box .flow-box-inn .flow-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-box .flow-box-inn .flow-column .flow-column-item {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item {
    width: 46.5%;
  }
}

@media (min-width: 801px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item {
    width: 45%;
  }
}

.flow-box .flow-box-inn .flow-column .flow-column-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/flow-arow.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flow-box .flow-box-inn .flow-column .flow-column-item::after {
  bottom: -21px;
}

.flow-box .flow-box-inn .flow-column .flow-column-item .flow-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item .flow-item:first-child {
    height: 174px;
  }
}

@media (min-width: 801px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item .flow-item:first-child {
    height: 147px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item .btm-spacing {
    margin-bottom: 226px;
  }
}

@media (min-width: 561px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item .btm-spacing {
    margin-bottom: 241px;
  }
}

.flow-box .flow-box-inn .flow-column .flow-column-item .btm-spacing::after {
  background-repeat: repeat-y;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item .btm-spacing::after {
    height: 212px;
    bottom: -223px;
  }
}

@media (min-width: 561px) {
  .flow-box .flow-box-inn .flow-column .flow-column-item .btm-spacing::after {
    height: 227px;
    bottom: -244px;
  }
}

.flow-box .flow-item {
  border: 3px solid #066441;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

@media (max-width: 800px) {
  .flow-box .flow-item {
    padding: 20px 10px;
    margin-bottom: 32px;
  }
}

@media (min-width: 801px) {
  .flow-box .flow-item {
    padding: 22px 24px;
    margin-bottom: 30px;
  }
}

.flow-box .flow-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/flow-arow.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flow-box .flow-item:last-child {
  margin-bottom: 0px;
}

.flow-box .flow-item:last-child::after {
  display: none;
}

.flow-box .flow-item .column-title {
  font-weight: bold;
  color: #066441;
}

@media (max-width: 800px) {
  .flow-box .flow-item .column-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media (min-width: 801px) {
  .flow-box .flow-item .column-title {
    font-size: 1.6rem;
  }
}

.flow-box .flow-item .column-text {
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-box .flow-item .column-text {
    font-size: 1.0rem;
  }
}

@media (min-width: 561px) {
  .flow-box .flow-item .column-text {
    font-size: 1.4rem;
  }
}

.flow-readme {
  font-weight: bold;
}

@media (max-width: 800px) {
  .flow-readme {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .flow-readme {
    font-size: 1.6rem;
    margin-top: 60px;
  }
}

.flow-document {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-document .document-item {
  width: 49%;
}

.flow-document .document-item a {
  background-color: #066441;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  border: 2px solid #066441;
}

@media (max-width: 800px) {
  .flow-document .document-item a {
    font-size: 1.4rem;
    height: 74px;
    line-height: 1.4;
  }
}

@media (min-width: 801px) {
  .flow-document .document-item a {
    font-size: 1.6rem;
    height: 50px;
  }
}

@media (min-width: 561px) {
  .flow-document .document-item a:hover {
    background-color: #FFFFFF;
    color: #066441;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
}

.flow-document .document-item a:hover span::before {
  background-image: url(../images/icon-document-item_o.svg);
}

.flow-document .document-item a:hover .yoyaku::before {
  background-image: none;
}

.flow-document .document-item a span {
  position: relative;
}

.flow-document .document-item a span::before {
  content: "";
  position: absolute;
  top: 43%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background-image: url(../images/icon-document-item.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.flow-document .document-item a .yoyaku::before {
  background-image: none;
}

.flow-document-gakushu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flow-document-gakushu .document-item {
  width: 32%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-document-gakushu .document-item {
    width: 49%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-document-gakushu .document-item:last-of-type {
    width: 100%;
    margin-top: 8px;
  }
}

.flow-document-gakushu .document-item a {
  font-size: 1.5rem;
  line-height: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .flow-document-gakushu .document-item a {
    font-size: 1.4rem;
  }
}

.flow-document-gakushu .document-item a:hover span::before {
  background-image: none;
}

.flow-document-gakushu .document-item a span::before {
  background-image: none;
}

.document-text {
  font-size: 1.4rem;
}

@media (min-width: 0px) and (max-width: 560px) {
  .document-text {
    margin-top: 20px;
  }
}

@media (min-width: 561px) {
  .document-text {
    margin-top: 25px;
  }
}

.text-list .list-item {
  font-size: 1.4rem;
}

.pdf-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  .pdf-download {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .pdf-download {
    margin-top: 40px;
  }
}

.pdf-download .pdf-item {
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .pdf-download .pdf-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .pdf-download .pdf-item {
    width: 48%;
  }
  .pdf-download .pdf-item:nth-child(odd) {
    margin-right: 4%;
  }
}

@media (min-width: 801px) {
  .pdf-download .pdf-item {
    width: 32%;
    margin-right: 2%;
  }
  .pdf-download .pdf-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.pdf-download .pdf-item a {
  border: 3px solid #066441;
  color: #066441;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 60px;
  position: relative;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .pdf-download .pdf-item a {
    border-radius: 6px;
    height: 60px;
    font-size: 1.4rem;
  }
}

@media (min-width: 561px) {
  .pdf-download .pdf-item a {
    border-radius: 10px;
    height: 95px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
}

.pdf-download .pdf-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon-pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .pdf-download .pdf-item a::before {
    width: 26px;
    height: 30px;
  }
}

@media (min-width: 561px) {
  .pdf-download .pdf-item a::before {
    width: 34px;
    height: 40px;
  }
}

@media (min-width: 561px) {
  .pdf-download .pdf-item:hover a {
    color: #FFFFFF;
    background-color: #066441;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .pdf-download .pdf-item:hover a::before {
    background-image: url(../images/icon-pdf_o.svg);
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
}

.contact-box {
  border: 6px solid #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #066441;
}

@media (max-width: 800px) {
  .contact-box {
    margin-bottom: 80px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px;
    margin-top: -20px;
  }
}

@media (min-width: 801px) {
  .contact-box {
    margin: 80px auto;
    width: 50%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 30px;
    margin-top: -20px;
  }
}

.contact-box .contact-title {
  text-align: center;
}

.contact-box .contact-title .cont-title {
  font-weight: bold;
  font-size: 1.8rem;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact-box .contact-title .cont-sub {
    font-size: 1.6rem;
  }
}

@media (min-width: 561px) {
  .contact-box .contact-title .cont-sub {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.contact-box .contact-title .cont-time {
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  .contact-box .num-area {
    margin-top: 16px;
  }
}

.contact-box .num-area .num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 800px) {
  .contact-box .num-area .num-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
  .contact-box .num-area .num-item:first-child {
    margin-bottom: 5px;
  }
}

@media (min-width: 801px) {
  .contact-box .num-area .num-item {
    font-size: 2.0rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-box .num-area .num-item:first-child {
    margin-bottom: 5px;
  }
}

.contact-box .num-area .num-item .num-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #066441;
  border-radius: 6px;
  width: 40px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

@media (max-width: 800px) {
  .pagelink-spacing {
    padding-top: 100px;
    margin-top: -115px;
  }
}

@media (min-width: 801px) {
  .pagelink-spacing {
    padding-top: 250px;
    margin-top: -250px;
  }
}

.l-other .under-section01 .img-area {
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .l-other .under-section01 .img-area {
    margin-bottom: 10px;
  }
}

.l-other .price-wrapper {
  margin-top: 0;
}

.l-other .kashikan {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .l-other .kashikan {
    margin-bottom: 80px;
  }
}

.other-table {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-table {
    margin-top: 30px;
  }
}

.other-table .other-table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  .other-table .other-table-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.other-table .other-table-box .img-item {
  max-width: 310px;
  width: 31%;
}

@media (max-width: 800px) {
  .other-table .other-table-box .img-item {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 100%;
  }
}

.other-table .other-table-box .img-item img {
  margin: 0 auto;
}

.other-table .other-table-box .hall-outline {
  width: 66%;
  margin-top: 0;
  border: 0;
}

.other-table .other-table-box .hall-outline tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #066441;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-outline tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-outline {
    margin: 0 auto;
    width: 100%;
  }
}

.other-table .other-table-box .hall-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.other-table .other-table-box .hall-list:first-child {
  width: 16%;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list:first-child {
    width: 100%;
  }
}

.other-table .other-table-box .hall-list:nth-child(2) {
  width: 24%;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list:nth-child(2) {
    width: 100%;
  }
}

.other-table .other-table-box .hall-list:nth-child(3) {
  width: 10%;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list:nth-child(3) {
    width: 100%;
  }
}

.other-table .other-table-box .hall-list:nth-child(4) {
  width: 50%;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list:nth-child(4) {
    width: 100%;
  }
}

.other-table .other-table-box .hall-list:nth-child(4) .table-data {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.other-table .other-table-box .hall-list:last-child {
  border-right: 0;
}

.other-table .other-table-box .hall-list:last-child .table-titlelist, .other-table .other-table-box .hall-list:last-child .table-data {
  border-right: 0;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list:last-child .table-titlelist {
    border-right: thin solid #066441;
  }
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: thin solid #066441;
  }
  .other-table .other-table-box .hall-list:last-child {
    border-bottom: 0;
  }
}

.other-table .other-table-box .hall-list .table-titlelist {
  padding: 32px 0;
}

@media (max-width: 800px) {
  .other-table .other-table-box .hall-list .table-titlelist {
    padding: 30px 0;
    width: 27%;
    border-bottom: 0;
  }
}

.other-table .other-table-box .table-data {
  border-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-data {
    width: 73%;
    border-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start !important;
  }
}

.other-table .other-table-box .table-titletxt {
  padding-bottom: 12px;
  border-bottom: thin solid #066441;
  display: block;
}

.other-table .other-table-box .table-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 100%;
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-titlebox:first-child {
    border-bottom: thin solid #066441;
  }
}

.other-table .other-table-box .table-titlebox:first-child .table-titlelist {
  border-right: thin solid #066441;
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-titlebox:first-child .table-titlelist {
    border-right: 0;
  }
}

.other-table .other-table-box .table-titlebox:first-child .table-titleitem {
  border-right: thin solid #066441;
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-titlebox:first-child .table-titleitem {
    border-right: 0;
  }
}

.other-table .other-table-box .table-titlebox:nth-child(2) .table-titlelist {
  border-right: 0;
}

.other-table .other-table-box .table-titlebox .table-titleitem {
  padding: 10px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-titlebox .table-titleitem {
    background-color: #FFFFFF;
  }
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-titlebox .table-titlelist {
    border-bottom: thin solid #066441;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .other-table .other-table-box .table-titlebox {
    width: 100%;
  }
}

.other-table .m-0 {
  margin-bottom: 0;
}

.other-table .remark-title {
  letter-spacing: 0;
}

.other-table .hall-price {
  margin-top: 0;
}

.other-table .hall-price .table-title {
  width: 14%;
}

.other-table .hall-price .table-titlelist {
  width: 21.5%;
}

.other-table .arena-price {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-table .arena-price {
    margin-top: 30px;
  }
}

.gakushu-table .hall-outline .hall-list:nth-child(2) {
  width: 16%;
}

@media (max-width: 800px) {
  .gakushu-table .hall-outline .hall-list:nth-child(2) {
    width: 100%;
  }
}

.gakushu-table .hall-outline .hall-list:nth-child(4) {
  width: 58%;
}

@media (max-width: 800px) {
  .gakushu-table .hall-outline .hall-list:nth-child(4) {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .gakushu-table .hall-outline .hall-list:nth-child(4) .table-titlelist {
    padding: 45px 0;
  }
}

.gakushu-table .arena table {
  width: 100%;
}

.gakushu-table .arena table .hall-list:nth-child(2) {
  width: 21%;
}

@media (max-width: 800px) {
  .gakushu-table .arena table .hall-list:nth-child(2) {
    width: 100%;
  }
}

.gakushu-table .arena table .hall-list:nth-child(4) {
  width: 45%;
}

@media (max-width: 800px) {
  .gakushu-table .arena table .hall-list:nth-child(4) {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .gakushu-table .arena table .hall-list:nth-child(4) .table-titlelist {
    padding: 40px 0;
  }
}

.gakushu-table .arena table .hall-list:nth-child(4) .table-data {
  padding-left: 10px;
}

@media (max-width: 800px) {
  .gakushu-table .arena table .hall-list:nth-child(4) .table-data {
    padding-right: 10px;
  }
}

.gakushu-table .arena table .hall-list:last-child {
  width: 8%;
}

@media (max-width: 800px) {
  .gakushu-table .arena table .hall-list:last-child {
    width: 100%;
  }
}

.gakushu-table .arena table .table-data {
  padding: 15px 0;
}

@media (max-width: 800px) {
  .gakushu-table .arena table .table-data {
    padding: 0 0 0 15px;
  }
}

.gakushu-table .arena .attention-item {
  padding-bottom: 3px;
}

.other-table02 {
  margin-top: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-table02 {
    margin-top: 40px;
  }
}

.other-table02 .hall-price {
  margin-top: 25px;
}

.other-table02 .table-data {
  vertical-align: middle;
}

.other-table02 .table-titleitem {
  padding: 15px;
  border-bottom: thin solid #066441;
}

.other-table02 .table-titleitem:last-child {
  border-bottom: 0;
}

.other-table02 .facility-title .table-title, .other-table02 .facility-title .table-titlelist {
  padding: 25px 10px;
}

.remark-title02 {
  font-weight: bold;
  color: #066441;
  margin-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .remark-title02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 561px) {
  .remark-title02 {
    font-size: 1.8rem;
  }
}

.padding-none {
  padding: 0 !important;
}

.other-spacing {
  margin-top: -170px;
}

@media (max-width: 800px) {
  .other-spacing {
    margin-top: -60px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-spacing {
    margin-top: -40px;
  }
}

.split-content {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .split-content {
    margin-top: 30px;
  }
}

.split-content .flow-split {
  width: 47%;
  background-color: #066441;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px 6px 0 0;
}

@media (max-width: 800px) {
  .split-content .flow-split {
    font-size: 1.4rem;
    height: 54px;
    line-height: 1.4;
  }
}

@media (min-width: 801px) {
  .split-content .flow-split {
    font-size: 1.6rem;
    height: 50px;
  }
}

.other-flow {
  position: relative;
  z-index: 10;
}

.other-flow .top-flow {
  margin-bottom: 30px;
}

.other-flow .flow-box-inn .flow-column .flow-column-item {
  position: relative;
}

.other-flow .flow-box-inn .flow-column .flow-column-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/flow-arow.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-flow .flow-box-inn .flow-column .flow-column-item:nth-child(2)::after {
  display: none;
}

.other-flow .flow-box-inn .flow-column .flow-column-item::after {
  background-repeat: repeat-y;
  background-size: contain;
  height: 226px;
  bottom: -240px;
}

@media (max-width: 925px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item::after {
    height: 284px;
    bottom: -290px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item::after {
    height: 250px;
    bottom: -257px;
    left: 35%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item::after {
    height: 251px;
    bottom: -258px;
    left: 30%;
  }
}

.other-flow .flow-box-inn .flow-column .flow-column-item .left-flow .flow-item:first-child, .other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .flow-item:first-child {
  height: auto;
}

.other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .btm-spacing {
  margin-bottom: 30px;
  position: relative;
}

.other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .btm-spacing:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/flow-arow.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -25px;
  top: auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .btm-spacing {
    padding: 30px 10px;
  }
}

.other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .flow-item:first-child::after {
  height: 418px;
  bottom: -543px;
}

@media (max-width: 925px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .flow-item:first-child::after {
    height: 488px;
    bottom: -632px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .flow-item:first-child::after {
    height: 451px;
    bottom: -574px;
    left: 65%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-flow .flow-box-inn .flow-column .flow-column-item .right-flow .flow-item:first-child::after {
    height: 451px;
    bottom: -584px;
    left: 70%;
  }
}

.other-flow .center-flow {
  width: 45%;
  margin: 0 auto 30px auto;
  position: relative;
}

.other-flow .center-flow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/flow-arow.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -22px;
  top: auto;
}

.other-flow .flow-document {
  margin-top: 80px;
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  .other-flow .flow-document {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.other-download .pdf-item {
  width: 48%;
  margin-right: 4%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-download .pdf-item {
    width: 100%;
    margin-right: 0;
  }
}

.other-download .pdf-item:nth-child(3n+3) {
  margin-right: 4%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-download .pdf-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.other-download .pdf-item:nth-child(2n+2) {
  margin-right: 0;
}

.gakushu .img-area {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .gakushu .img-area {
    margin-top: 20px;
  }
}

.renshu-table .renshu-table-box01 .hall-list:last-of-type .table-titlebox:first-child {
  width: 42%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box01 .hall-list:last-of-type .table-titlebox:first-child {
    width: 100%;
  }
}

.renshu-table .renshu-table-box01 .hall-list:last-of-type .table-titlebox:nth-child(2) {
  width: 58%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box01 .hall-list:last-of-type .table-titlebox:nth-child(2) {
    width: 100%;
  }
}

.renshu-table .renshu-table-box01 .hall-list:last-of-type .table-titlebox .table-titleitem {
  padding: 10px;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box01 .hall-list:last-of-type .table-titlebox .table-titleitem {
    padding: 15px;
  }
}

.renshu-table .renshu-table-box02 .hall-list:first-of-type {
  width: 12%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:first-of-type {
    width: 100%;
  }
}

.renshu-table .renshu-table-box02 .hall-list:first-of-type .table-data {
  padding: 0 10px;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:first-of-type .table-data {
    padding: 15px;
  }
}

.renshu-table .renshu-table-box02 .hall-list:nth-child(3) {
  width: 8%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:nth-child(3) {
    width: 100%;
  }
}

.renshu-table .renshu-table-box02 .hall-list:nth-child(3) .table-data {
  padding: 0 10px;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:nth-child(3) .table-data {
    padding: 15px;
  }
}

.renshu-table .renshu-table-box02 .hall-list:last-of-type {
  width: 56%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:last-of-type {
    width: 100%;
  }
}

.renshu-table .renshu-table-box02 .hall-list:last-of-type .table-titlebox:first-child {
  width: 54%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:last-of-type .table-titlebox:first-child {
    width: 100%;
  }
}

.renshu-table .renshu-table-box02 .hall-list:last-of-type .table-titlebox:nth-child(2) {
  width: 46%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:last-of-type .table-titlebox:nth-child(2) {
    width: 100%;
  }
}

.renshu-table .renshu-table-box02 .hall-list:last-of-type .table-titlebox .table-titleitem {
  padding: 10px;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box02 .hall-list:last-of-type .table-titlebox .table-titleitem {
    padding: 15px;
  }
}

.renshu-table .renshu-table-box05 .hall-list:last-of-type .table-titlebox:first-child {
  width: 52%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box05 .hall-list:last-of-type .table-titlebox:first-child {
    width: 100%;
  }
}

.renshu-table .renshu-table-box05 .hall-list:last-of-type .table-titlebox:nth-child(2) {
  width: 48%;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box05 .hall-list:last-of-type .table-titlebox:nth-child(2) {
    width: 100%;
  }
}

.renshu-table .renshu-table-box05 .hall-list:last-of-type .table-titlebox .table-titleitem {
  padding: 10px;
}

@media (max-width: 800px) {
  .renshu-table .renshu-table-box05 .hall-list:last-of-type .table-titlebox .table-titleitem {
    padding: 15px;
  }
}

@media (max-width: 800px) {
  .renshu-table .hall-list:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 0;
    background-color: #EBEBEB;
  }
}

.renshu-table .hall-list:nth-child(4) .table-titlelist {
  padding: 11px 0 10px 0;
  border-right: 0;
}

.renshu-table .hall-list:nth-child(4) .table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  border-right: 0;
}

@media (max-width: 800px) {
  .renshu-table .hall-list:nth-child(4) .table-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    outline: thin solid #066441;
  }
}

.renshu-table .remark-box {
  margin-bottom: 0;
}

.gallery-under-section01 .img-area {
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .gallery-under-section01 .img-area {
    margin-bottom: 0px;
  }
}

.kashikan .gallery-kashikan-img-area .img-item {
  width: 48%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .gallery-kashikan-img-area .img-item {
    width: 100%;
  }
}

.kashikan .gallery-table-wrap .table-title {
  vertical-align: middle;
  text-align: left;
}

.kashikan .gallery-table-wrap .hall-outline {
  width: 52%;
}

@media (max-width: 800px) {
  .kashikan .gallery-table-wrap .hall-outline {
    width: 100%;
  }
}

.kashikan .gallery-hall-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  .kashikan .gallery-hall-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.kashikan .gallery-hall-price .gallery-hall-price-box:first-child {
  width: 40%;
}

@media (max-width: 800px) {
  .kashikan .gallery-hall-price .gallery-hall-price-box:first-child {
    width: 100%;
  }
}

.kashikan .gallery-hall-price .gallery-hall-price-box:nth-child(2) {
  width: 52%;
}

@media (max-width: 800px) {
  .kashikan .gallery-hall-price .gallery-hall-price-box:nth-child(2) {
    width: 100%;
  }
}

.kashikan .gallery-hall-price .gallery-hall-price-box:nth-child(2) .table-data {
  width: 50%;
}

.kashikan .gallery-hall-price .hall-price {
  width: 100%;
}

.kashikan .gallery-hall-price .hall-price .table-title, .kashikan .gallery-hall-price .hall-price .table-data {
  vertical-align: middle;
}

.kashikan .gallery-hall-price .hall-price .table-title {
  text-align: left;
}

.kashikan .gallery-hall-price .hall-price .center {
  text-align: center;
}

.kashikan .gallery-flow-wrap .top-flow {
  margin-bottom: 30px;
}

.kashikan .gallery-flow-wrap .flow-box-inn .flow-column .flow-column-item {
  position: relative;
}

.kashikan .gallery-flow-wrap .flow-box-inn .flow-column .flow-column-item .left-flow:before, .kashikan .gallery-flow-wrap .flow-box-inn .flow-column .flow-column-item .right-flow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/flow-arow.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kashikan .gallery-flow-wrap .flow-box-inn .flow-column .flow-column-item .flow-item {
  height: auto;
}

.kashikan .gallery-down {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .gallery-down {
    margin-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .gallery-down .document-item {
    width: 100%;
  }
}

.kashikan .flow-readme {
  margin: 60px 0 10px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .kashikan .flow-readme {
    margin: 30px 0 20px;
  }
}

.iris-title a {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-title a {
    font-size: 1.4rem;
  }
}

.under-header .under-item-list .sp-iris-title {
  padding-top: 8px;
  padding-bottom: 8px;
}

.under-header .under-item-list .sp-iris-title a {
  font-size: 1.4rem;
}

.iris-under-section01 {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 {
    margin-bottom: 80px;
  }
}

.iris-under-section01 .title-inner {
  line-height: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .lead-text {
    font-size: 1.4rem;
  }
}

.iris-under-section01 .iris-title-content {
  margin: 40px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .iris-title-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 40px;
  }
}

.iris-under-section01 .iris-title-content .iris-title-list {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 925px) {
  .iris-under-section01 .iris-title-content .iris-title-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .iris-title-content .iris-title-list {
    width: 100%;
    margin-bottom: 30px;
  }
}

.iris-under-section01 .iris-title-content .iris-title-list .iris-title-item {
  width: 50%;
  font-weight: 600;
  color: #066441;
  margin-bottom: 15px;
}

@media (max-width: 925px) {
  .iris-under-section01 .iris-title-content .iris-title-list .iris-title-item {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .iris-title-content .iris-title-list .iris-title-item {
    font-size: 1.4rem;
  }
}

.iris-under-section01 .iris-title-content .iris-title-list .iris-title-item:last-child {
  margin-bottom: 0;
}

.iris-under-section01 .pdf-download {
  width: 40%;
  margin: 0;
}

@media (max-width: 925px) {
  .iris-under-section01 .pdf-download {
    width: 50%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .pdf-download {
    width: 100%;
  }
}

.iris-under-section01 .pdf-download .pdf-item {
  width: 100%;
  margin: 0;
}

.iris-under-section01 .btn-wrap {
  margin-bottom: 80px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .btn-wrap {
    margin-bottom: 60px;
  }
}

.iris-under-section01 .btn-wrap .btn {
  font-size: 1.4rem;
}

.iris-under-section01 .btn-wrap .btn::after {
  right: 8px;
}

@media (max-width: 925px) {
  .iris-under-section01 .btn-wrap .btn {
    padding: 18px 0;
    height: auto;
  }
}

.iris-under-section01 .lead-text02 {
  margin: 40px 0 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .lead-text02 {
    margin: 20px 0 30px;
    font-size: 1.4rem;
  }
}

.iris-under-section01 .iris-table {
  overflow-x: auto;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .iris-table {
    margin-bottom: 30px;
  }
}

.iris-under-section01 .iris-table .iris-outline {
  border: 3px solid #066441;
  width: 1000px;
}

.iris-under-section01 .iris-table .iris-outline .iris-list:first-of-type .table-title {
  text-align: center;
}

.iris-under-section01 .iris-table .iris-outline .iris-list:first-of-type .table-title:nth-child(4) {
  width: 45%;
}

.iris-under-section01 .iris-table .iris-outline .table-title {
  background-color: #F2F2F2;
  font-weight: bold;
}

.iris-under-section01 .iris-table .iris-outline .table-data {
  font-size: 1.4rem;
}

.iris-under-section01 .iris-table .iris-outline .table-title, .iris-under-section01 .iris-table .iris-outline .table-data {
  border-bottom: thin solid #066441;
  border-right: thin solid #066441;
  padding: 20px 15px;
  line-height: 1.8;
  vertical-align: middle;
}

.iris-under-section01 .iris-pdf-download {
  width: 48%;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-under-section01 .iris-pdf-download {
    width: 100%;
  }
}

.iris-table-wrap .other-table-box:last-of-type {
  margin-bottom: 30px;
}

.iris-table-wrap .other-table-box .hall-list:nth-child(1) {
  width: 20%;
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box .hall-list:nth-child(1) {
    width: 100%;
  }
}

.iris-table-wrap .other-table-box .hall-list:nth-child(2) {
  width: 18%;
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box .hall-list:nth-child(2) {
    width: 100%;
  }
}

.iris-table-wrap .other-table-box .hall-list:nth-child(3) {
  width: 62%;
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box .hall-list:nth-child(3) {
    width: 100%;
  }
}

.iris-table-wrap .other-table-box .hall-list:nth-child(3) .table-data {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box .hall-list .table-titlelist {
    padding: 35px 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-table-wrap .other-table-box .hall-list .table-titlelist {
    padding: 30px 0;
  }
}

.iris-table-wrap .other-table-box .table-data {
  padding: 32px 15px;
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box .table-data {
    padding: 23px 15px;
  }
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box:nth-child(4) .hall-list:first-child, .iris-table-wrap .other-table-box:nth-child(4) .hall-list:nth-child(2) {
    height: 80px;
  }
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box:nth-child(4) .hall-list:first-child .table-titlelist, .iris-table-wrap .other-table-box:nth-child(4) .hall-list:nth-child(2) .table-titlelist {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box:nth-child(4) .hall-list:first-child .table-data, .iris-table-wrap .other-table-box:nth-child(4) .hall-list:nth-child(2) .table-data {
    padding: 0;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box:nth-child(4) .iris-table-titlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 800px) {
  .iris-table-wrap .other-table-box:nth-child(4) .iris-table-titlebox .iris-table-titlelist {
    text-align: center;
    vertical-align: middle;
    width: 33%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: thin solid #066441;
  }
  .iris-table-wrap .other-table-box:nth-child(4) .iris-table-titlebox .iris-table-titlelist:last-child {
    border-right: 0;
  }
}

.iris-table-wrap .hall-price {
  max-width: 840px;
  margin: 0 auto 15px auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-table-wrap .hall-price {
    max-width: 500px;
    margin-bottom: 10px;
  }
}

.iris-table-wrap .hall-price .hall-list:first-of-type .table-title {
  width: 23%;
}

.iris-table-wrap .hall-price .hall-list:nth-child(2) .table-title, .iris-table-wrap .hall-price .hall-list:nth-child(3) .table-title {
  text-align: left;
}

.iris-table-wrap .attention-list {
  max-width: 840px;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-table-wrap .attention-list {
    max-width: 500px;
  }
}

.iris-flow-wrap .flow-box {
  max-width: 615px;
  margin: 40px auto 0 auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-flow-wrap .flow-box {
    margin-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-flow-wrap .flow-box .flow-item {
    padding: 23px 10px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .iris-flow-wrap .flow-box .flow-item:nth-child(3), .iris-flow-wrap .flow-box .flow-item:nth-child(4) {
    padding: 15px 10px;
  }
}

.hachilabo-under-section01 {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-under-section01 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-under-section01 .img-area .img-item:last-child {
    margin-bottom: 0;
  }
}

.hachilabo-under-section01 .img-area img {
  margin-bottom: 5px;
}

.hachilabo-under-section01 .img-area span {
  font-size: 1.2rem;
}

.hachilabo-under-section01 .exhi-img-area {
  max-width: 650px;
  margin: 40px auto 60px auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-under-section01 .exhi-img-area {
    margin: 20px auto 40px auto;
  }
}

.hachilabo-under-section01 .exhi-img-area .img-wrap img {
  margin: 0 auto 20px auto;
}

.hachilabo-under-section01 .exhi-img-area .img-wrap .title {
  font-weight: 600;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-under-section01 .exhi-img-area .img-wrap .title {
    font-size: 1.4rem;
  }
}

.hachilabo-calender {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .hachilabo-calender {
    margin-bottom: 80px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-calender {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hachilabo-calender .hachilabo-calender-pdf {
  width: 48%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-calender .hachilabo-calender-pdf {
    width: 100%;
  }
}

.hachilabo-calender .hachilabo-calender-pdf .pdf-item {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .hachilabo-calender .hachilabo-calender-pdf .pdf-item a {
    padding-right: 10px;
  }
}

.hachilabo-calender .btn-wrap {
  width: 48%;
  height: 200px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .hachilabo-calender .btn-wrap {
    width: 100%;
    height: 95px;
  }
}

.hachilabo-calender .btn-wrap .btn {
  width: 100%;
  height: 100%;
}

.exhi-container {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container {
    margin-bottom: 80px;
  }
}

.exhi-container .wp-pagenavi {
  padding-bottom: 0;
}

.exhi-container .hachilabo-img-column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px 0 15px 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .hachilabo-img-column03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 20px 0;
  }
}

.exhi-container .hachilabo-img-column03 .img-item {
  width: 30%;
  margin-bottom: 60px;
  margin-right: 5%;
}

.exhi-container .hachilabo-img-column03 .img-item:last-of-type, .exhi-container .hachilabo-img-column03 .img-item:nth-last-child(2), .exhi-container .hachilabo-img-column03 .img-item:nth-last-child(3) {
  margin-bottom: 30px;
}

.exhi-container .hachilabo-img-column03 .img-item:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .hachilabo-img-column03 .img-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.exhi-container .hachilabo-img-column03 .img-item img {
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .hachilabo-img-column03 .img-item img {
    margin-bottom: 10px;
  }
}

.exhi-container .hachilabo-img-column03 .img-item .bold {
  font-weight: bold;
  margin-bottom: 5px;
}

.exhi-container .hachilabo-img-column03 .img-item figcaption {
  font-size: 1.6rem;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .hachilabo-img-column03 .img-item figcaption {
    font-size: 1.4rem;
  }
}

.exhi-container .regu-lead-text {
  margin: 40px 0 0 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .regu-lead-text {
    margin: 15px 0 0 0;
    font-size: 1.4rem;
  }
}

.exhi-container .regu-img-column, .exhi-container .lounge-img-column {
  margin-top: 50px;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .regu-img-column, .exhi-container .lounge-img-column {
    margin-top: 30px;
  }
}

.exhi-container .regu-img-column .img-item:last-of-type, .exhi-container .regu-img-column .img-item:nth-last-child(2), .exhi-container .regu-img-column .img-item:nth-last-child(3), .exhi-container .lounge-img-column .img-item:last-of-type, .exhi-container .lounge-img-column .img-item:nth-last-child(2), .exhi-container .lounge-img-column .img-item:nth-last-child(3) {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .exhi-container .regu-img-column .img-item:last-of-type, .exhi-container .regu-img-column .img-item:nth-last-child(2), .exhi-container .regu-img-column .img-item:nth-last-child(3), .exhi-container .lounge-img-column .img-item:last-of-type, .exhi-container .lounge-img-column .img-item:nth-last-child(2), .exhi-container .lounge-img-column .img-item:nth-last-child(3) {
    margin-bottom: 30px;
  }
  .exhi-container .regu-img-column .img-item:last-of-type:last-of-type, .exhi-container .regu-img-column .img-item:nth-last-child(2):last-of-type, .exhi-container .regu-img-column .img-item:nth-last-child(3):last-of-type, .exhi-container .lounge-img-column .img-item:last-of-type:last-of-type, .exhi-container .lounge-img-column .img-item:nth-last-child(2):last-of-type, .exhi-container .lounge-img-column .img-item:nth-last-child(3):last-of-type {
    margin-bottom: 0;
  }
}

.exhi-container .regu-img-column .img-item img, .exhi-container .lounge-img-column .img-item img {
  margin-bottom: 15px;
}

.exhi-container .regu-img-column .img-item figcaption, .exhi-container .lounge-img-column .img-item figcaption {
  font-size: 1.4rem;
  font-weight: 500;
}

.exhi-container .lounge-img-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.exhi-container .lounge-img-column .img-item {
  margin-right: 50px;
}

.archive-list .pickup-data .date {
  font-weight: 600;
  color: #066441;
  margin: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .archive-list .pickup-data .date {
    font-size: 1.2rem;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .archive-list .pickup-data .title-area {
    margin-top: 5px;
  }
}

.series-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.series-list .series-list-item {
  width: 48%;
  margin: 0 0 30px 0 !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}

.series-list .series-list-item .list-layout {
  padding: 24px 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px;
  }
}

.series-list .series-list-item .list-layout .left-box {
  min-height: 190px;
  display: block;
}

@media (max-width: 800px) {
  .series-list .series-list-item .list-layout .left-box {
    background-color: transparent;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout .left-box {
    min-height: 177px;
  }
}

.series-list .series-list-item .list-layout .left-box .img-wrap {
  max-width: 134px;
  height: 100%;
}

@media (max-width: 800px) {
  .series-list .series-list-item .list-layout .left-box .img-wrap {
    width: 134px;
    height: 190px;
    margin: 0 auto;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout .left-box .img-wrap {
    width: 125px;
    height: 177px;
  }
}

.series-list .series-list-item .list-layout .right-box {
  margin-left: 5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  .series-list .series-list-item .list-layout .right-box {
    padding: 20px 0 0 0;
    margin: 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout .right-box {
    padding-top: 5px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.series-list .series-list-item .list-layout .right-box .list-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 925px) {
  .series-list .series-list-item .list-layout .right-box .list-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout .right-box .list-title {
    margin-bottom: 8px;
    line-height: 22px;
  }
}

.series-list .series-list-item .list-layout .right-box .time {
  margin: 0;
  line-height: 20px;
}

@media (max-width: 800px) {
  .series-list .series-list-item .list-layout .right-box .time {
    margin-bottom: 15px;
  }
}

.series-list .series-list-item .list-layout .right-box .series-btn-more {
  width: 160px;
  height: 40px;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout .right-box .series-btn-more {
    min-width: 115px;
    width: 115px;
    height: 30px;
    font-size: 1rem;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
  }
}

.series-list .series-list-item .list-layout .right-box .series-btn-more::after {
  right: 10px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-list .series-list-item .list-layout .right-box .series-btn-more::after {
    right: 8px;
    width: 4px;
    height: 8px;
  }
}

.series-lead-text {
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-lead-text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.series-column-box {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  .series-column-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .series-column-box .img-area {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-column-box .img-area {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  .series-column-box .text-area {
    width: 100%;
    position: relative;
  }
}

.series-column-box .text-area .small-title {
  text-align: center;
}

@media (max-width: 800px) {
  .series-column-box .text-area .small-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.series-column-box .text-area p {
  text-align: justify;
}

.series-column-box .text-area .series-detail-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 800px) {
  .series-column-box .text-area .series-detail-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.series-column-box .text-area .series-detail-text-box .series-logo {
  width: 160px;
  margin-left: 30px;
  margin-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 800px) {
  .series-column-box .text-area .series-detail-text-box .series-logo {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.series-column-box .text-area .qr {
  max-width: 80px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .series-column-box .text-area .qr {
    margin: 0 auto;
  }
}

.series-column-box .text-area .btn-more {
  background-color: #066441;
  border: thin solid #066441;
  padding: 13px 30px;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 800px) {
  .series-column-box .text-area .btn-more {
    max-width: 215px;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 561px) {
  .series-column-box .text-area .btn-more:hover {
    background-color: #FFFFFF;
    color: #066441;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .series-column-box .text-area .btn-more:hover::after {
    background-image: url(../images/btn-arrow_o.svg);
    right: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

.series-column-box .text-area .btn-more::after {
  content: "";
  width: 6px;
  height: 14px;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.state-column-box {
  margin-top: 100px;
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .state-column-box {
    margin-top: 80px;
  }
}

.state-column-box .text-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.state-column-box .text-area .small-title {
  margin: 0 auto 40px auto;
  text-align: center;
}

@media (max-width: 800px) {
  .state-column-box .text-area .small-title {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}

.state-column-box .state-pic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.state-column-box .state-pic-box .state-pic-item {
  width: 48%;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .state-column-box .state-pic-box .state-pic-item {
    margin-bottom: 20px;
  }
}

.past-column-box .text-line {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.past-column-box .text-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #ccc;
}

.past-column-box .text-line .small-title {
  font-size: 2rem;
  font-weight: 600;
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .past-column-box .text-line .small-title {
    font-size: 1.8rem;
  }
}

.past-column-box .past-list {
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .past-column-box .past-list {
    margin-bottom: 60px;
  }
}

.past-column-box .past-list .past-item {
  margin-bottom: 35px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .past-column-box .past-list .past-item {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.planetarium-page-link {
  margin: 40px 0 0 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-page-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.planetarium-page-link .link-item a {
  padding: 0 38px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-page-link .link-item a {
    padding: 0 22px;
  }
}

.planetarium-pickup-list {
  margin: 0 0 30px 0 !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-pickup-list {
    margin: 15px 0 30px 0 !important;
  }
}

.planetarium-kashikan-lead-text {
  line-height: 30px;
  margin: 40px 0 80px 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-lead-text {
    font-size: 1.4rem;
    line-height: 24px;
    margin: 30px 0 60px 0;
  }
}

.planetarium-kashikan-list {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-list {
    margin-bottom: 80px;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-pic {
  width: 45%;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-pic {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right {
  width: 50%;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right {
    display: contents;
    width: 100%;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .planetarium-kashikan-box-title {
  font-size: 2rem;
  font-weight: 600;
  color: #066441;
  margin-bottom: 20px;
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .planetarium-kashikan-box-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #066441;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .planetarium-kashikan-box-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .planetarium-kashikan-box-title {
    font-size: 1.8rem;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .text {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .text {
    font-size: 1.4rem;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .price-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .price-box .example {
  background-color: #066441;
  color: #FFFFFF;
  font-weight: 600;
  padding: 8px 30px;
  margin-right: 20px;
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .price-box .price-item {
  font-weight: 600;
  color: #066441;
  font-size: 2rem;
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .price-box .price-item .tax {
  font-size: 1.4rem;
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail {
  margin-bottom: 15px;
  line-height: 30px;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 26px;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail .detail-title {
  padding-left: 12px;
  font-weight: 600;
  color: #066441;
  position: relative;
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail .detail-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 7px;
  height: 14px;
  background-image: url(../images/detail-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail .detail-title {
    font-size: 1.6rem;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 3px;
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail-price:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail-price {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail-price dt {
  margin-right: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail-price dt, .planetarium-kashikan-list .planetarium-kashikan-box .planetarium-kashikan-box-right .detail-price dd {
    font-size: 1.4rem;
  }
}

.planetarium-pdf-download {
  margin-bottom: 60px;
}

.planetarium-pdf-download .no-padding a {
  padding-right: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-pdf-download .logo-area {
    width: 160px;
    margin: 40px auto 80px;
  }
}

@media (min-width: 561px) {
  .planetarium-pdf-download .logo-area {
    width: 150px;
    margin: 28px auto 100px;
  }
}

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

@media (max-width: 800px) {
  .planetarium-kashikan-info {
    margin-top: 40px !important;
  }
}

@media (min-width: 801px) {
  .planetarium-kashikan-info {
    margin-top: 65px;
  }
}

.planetarium-kashikan-info .info-item {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .planetarium-kashikan-info .info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-info .info-item {
    padding-right: 0;
  }
}

@media (min-width: 801px) {
  .planetarium-kashikan-info .info-item {
    width: 50%;
    margin-bottom: 50px;
  }
}

.planetarium-kashikan-info .info-item .detail-title {
  white-space: nowrap;
  margin-right: 15px;
  color: #066441;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 800px) {
  .planetarium-kashikan-info .info-item .detail-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kashikan-info .info-item .info-text {
    font-size: 1.4rem;
  }
}

.planetarium-kashikan-info .info-item .spacing {
  display: block;
  margin-top: 10px;
}

.planetarium-kashikan-info .info-item .button {
  background-color: #066441;
  border: thin solid #066441;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 7px 30px 7px 20px;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  margin-top: 15px;
}

@media (min-width: 561px) {
  .planetarium-kashikan-info .info-item .button:hover {
    background-color: #FFFFFF;
    color: #066441;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .planetarium-kashikan-info .info-item .button:hover::after {
    background-image: url(../images/arrow-planetarium_o.svg);
  }
}

.planetarium-kashikan-info .info-item .button::after {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-image: url(../images/arrow-planetarium.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.planetarium-kashikan-info {
  margin-top: 80px;
}

.planetarium-kaisetsu-content .pickup-list {
  margin-top: 15px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-content .pickup-list {
    margin-top: 5px;
  }
}

.planetarium-kaisetsu-content .pickup-list .pickup-item {
  width: 28% !important;
  margin-right: 8% !important;
}

.planetarium-kaisetsu-content .pickup-list .pickup-item:nth-child(3n) {
  margin-right: 0 !important;
}

@media (max-width: 800px) {
  .planetarium-kaisetsu-content .pickup-list .pickup-item {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .planetarium-kaisetsu-content .pickup-list .pickup-item:nth-child(3n) {
    margin-right: 4% !important;
  }
  .planetarium-kaisetsu-content .pickup-list .pickup-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.planetarium-kaisetsu-content .pickup-list .pickup-item .inner-item .item-image {
  min-height: 280px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-content .pickup-list .pickup-item .inner-item .item-image {
    min-height: 157px;
  }
}

.planetarium-kaisetsu-content .pickup-list .pickup-item .inner-item .item-image img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.planetarium-kaisetsu-content .pickup-list .pickup-item .pickup-data {
  margin-top: 10px;
}

.planetarium-kaisetsu-content .pickup-list .pickup-item .pickup-data .title-area {
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-content .pickup-list .pickup-item .pickup-data .title-area {
    font-size: 1.2rem;
  }
}

.planetarium-kaisetsu-detail-content {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-detail-content {
    margin-bottom: 80px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-detail-content .title-style02 .title-inner {
    padding-right: 0;
    line-height: 1.3;
  }
}

.planetarium-kaisetsu-detail-content .kaisetsu-detail-box {
  margin-top: 60px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-detail-content .kaisetsu-detail-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.planetarium-kaisetsu-detail-content .kaisetsu-detail-box .item-image {
  width: 42%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-detail-content .kaisetsu-detail-box .item-image {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}

.planetarium-kaisetsu-detail-content .kaisetsu-detail-box .kaisetsu-detail-right {
  width: 50%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-detail-content .kaisetsu-detail-box .kaisetsu-detail-right {
    width: 100%;
  }
}

.planetarium-kaisetsu-detail-content .kaisetsu-detail-box .kaisetsu-detail-right .kaisetsu-detail-list {
  margin-bottom: 30px;
}

.planetarium-kaisetsu-detail-content .kaisetsu-detail-box .kaisetsu-detail-right .kaisetsu-detail-list:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-kaisetsu-detail-content .kaisetsu-detail-box .kaisetsu-detail-right .kaisetsu-detail-list {
    margin-bottom: 20px;
  }
}

.planetarium-kaisetsu-detail-content .kaisetsu-detail-box .kaisetsu-detail-right .kaisetsu-detail-list .kaisetsu-detail-title {
  font-weight: 600;
  color: #066441;
  margin-bottom: 10px;
}

.planetarium-social-lead-text {
  margin: 40px 0 80px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium-social-lead-text {
    margin: 30px 0 60px;
    font-size: 1.4rem;
  }
}

.social-list {
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  .social-list {
    margin-bottom: 80px;
  }
}

.social-list .social-list-item {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .social-list .social-list-item {
    margin-bottom: 20px;
  }
}

.social-list .social-list-item:hover {
  opacity: 1;
}

.social-list .social-list-item .list-layout {
  padding: 16px 30px 16px 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  .social-list .social-list-item .list-layout {
    padding: 21px 12px;
  }
}

@media (max-width: 800px) {
  .social-list .social-list-item .list-layout .left-box {
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .social-list .social-list-item .list-layout .left-box .img-wrap {
    width: 100%;
  }
}

.social-list .social-list-item .list-layout .right-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  .social-list .social-list-item .list-layout .right-box {
    display: contents;
  }
}

.social-list .social-list-item .list-layout .right-box .list-title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0;
}

@media (max-width: 800px) {
  .social-list .social-list-item .list-layout .right-box .list-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
}

.social-list .social-list-item .list-layout .right-box .list-text {
  font-size: 1.4rem;
}

@media (max-width: 800px) {
  .social-list .social-list-item .list-layout .right-box .list-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: justify;
  }
}

.p-privacypolicy {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-privacypolicy {
    margin-bottom: 80px;
  }
}

.p-privacypolicy .title-style02 {
  margin-bottom: 60px;
}

.p-privacypolicy .privacypolicy-inner {
  margin-bottom: 80px;
}

.p-privacypolicy .privacypolicy-inner .privacypolicy-title {
  margin-bottom: 30px;
  font-weight: 600;
}

.p-privacypolicy .privacypolicy-inner .inner-wrap .inner-text {
  font-size: 1.4rem;
  line-height: 30px;
}

.p-privacypolicy .privacypolicy-inner .unei-margin {
  margin-bottom: 20px;
}

.p-privacypolicy .privacypolicy-inner .device-box {
  margin-bottom: 25px;
}

.p-privacypolicy .privacypolicy-inner .device-box:last-of-type {
  margin-bottom: 0;
}

.p-privacypolicy .privacypolicy-inner .device-box .device-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #066441;
}

.p-privacypolicy .privacypolicy-inner .device-box .device-item {
  font-size: 1.4rem;
}

.p-privacypolicy .privacypolicy-inner .privacypolicy-link-item {
  font-size: 1.4rem;
}

.p-privacypolicy .privacypolicy-inner .privacypolicy-text-link, .p-privacypolicy .privacypolicy-inner .privacypolicy-link-item {
  color: #066441;
  padding-bottom: 2px;
  border-bottom: solid;
  border-color: #066441;
  border-width: 1px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-privacypolicy .privacypolicy-inner .privacypolicy-text-link:hover, .p-privacypolicy .privacypolicy-inner .privacypolicy-link-item:hover {
  opacity: 0.6;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-sitemap {
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-sitemap {
    margin-bottom: 0;
  }
}

.p-sitemap .title-style01 {
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-sitemap .title-style01 {
    margin-bottom: 20px;
  }
}

.p-sitemap .sitemap-home {
  margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-sitemap .sitemap-home {
    margin-bottom: 40px;
  }
}

.p-sitemap .sitemap-title a, .p-sitemap .sitemap-title span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #066441;
  position: relative;
  padding-left: 24px;
}

.p-sitemap .sitemap-title a::before, .p-sitemap .sitemap-title span::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 14px;
  background-image: url(../images/detail-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-sitemap .sitemap-title a:hover::before {
  left: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-sitemap .sitemap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 925px) {
  .p-sitemap .sitemap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-sitemap .sitemap-bottom .sitemap-inner {
  margin-bottom: 60px;
}

.p-sitemap .sitemap-bottom .sitemap-inner:last-of-type, .p-sitemap .sitemap-bottom .sitemap-inner:nth-child(2) {
  width: 44%;
}

@media (max-width: 925px) {
  .p-sitemap .sitemap-bottom .sitemap-inner:last-of-type, .p-sitemap .sitemap-bottom .sitemap-inner:nth-child(2) {
    width: 100%;
  }
}

.p-sitemap .sitemap-bottom .sitemap-inner:last-of-type {
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-sitemap .sitemap-bottom .sitemap-inner {
    margin-bottom: 40px;
  }
}

.p-sitemap .sitemap-bottom .sitemap-inner .inner-wrap .inner-text {
  padding-left: 24px;
  margin-top: 10px;
}

.p-sitemap .sitemap-bottom .sitemap-inner .inner-wrap .inner-text a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-sitemap .sitemap-bottom .sitemap-inner .inner-wrap .inner-text a:hover {
  color: #066441;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-sitemap .sitemap-bottom .sitemap-inner .inner-wrap .f-eng {
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-sitemap .sitemap-bottom .sitemap-list .sitemap-title {
  margin-bottom: 10px;
}

.p-sitemap .sitemap-bottom .sitemap-list .sitemap-title:last-of-type {
  margin-bottom: 0;
}

.other-news-list {
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-news-list {
    margin-top: 20px;
  }
}

.other-news-list .tag-area .cat {
  background-color: #066441;
  white-space: nowrap;
}

@media (min-width: 801px) {
  .other-news-list .title-area {
    width: 60% !important;
  }
}

.other-news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-news-date .post-date {
    padding-top: 3px;
  }
}

.other-news-date .tag-area {
  margin-left: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-news-date .tag-area {
    margin-left: 10px;
  }
}

.other-news-date .tag-area .cat {
  background-color: #066441;
}

.notPage {
  max-width: 1040px;
  padding: 150px 20px 120px 20px;
  margin: 0 auto;
}

.notPage .container {
  text-align: center;
}

.notPage .container h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.notPage .container p {
  margin-bottom: 60px;
  line-height: 32px;
}

#sb_instagram #sbi_images .sbi_item {
  width: 22% !important;
  margin-right: 4% !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 47% !important;
    margin-right: 6% !important;
    margin-bottom: 6% !important;
  }
}

#sb_instagram #sbi_images .sbi_item:nth-child(4n) {
  margin-right: 0 !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(4n) {
    margin-right: 6% !important;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  #sb_instagram #sbi_images .sbi_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

#sb_instagram #sbi_images .sbi_item:first-of-type, #sb_instagram #sbi_images .sbi_item:nth-child(2), #sb_instagram #sbi_images .sbi_item:nth-child(3), #sb_instagram #sbi_images .sbi_item:nth-child(4) {
  margin-bottom: 4% !important;
}

@media (min-width: 0px) and (max-width: 560px) {
  #sb_instagram #sbi_images .sbi_item:first-of-type, #sb_instagram #sbi_images .sbi_item:nth-child(2), #sb_instagram #sbi_images .sbi_item:nth-child(3), #sb_instagram #sbi_images .sbi_item:nth-child(4) {
    margin-bottom: 6% !important;
  }
}

.translated-ltr #header {
  top: 57px !important;
}

.translated-ltr .main-slider {
  margin-top: 152px !important;
}

.translated-ltr .under-header {
  top: 152px !important;
}

.translated-ltr .l-breadcrumbs {
  top: 222px !important;
}

.translated-ltr .l-under-breadcrumbs {
  top: 152px !important;
}

.translated-ltr .l-under-layer {
  margin-top: 242px !important;
}

.translated-ltr .other-top .main-slider {
  margin-top: 222px !important;
}

.translated-ltr .under-header.js-active {
  top: 97px !important;
}

.scroll {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  margin-bottom: 24px;
}

@media (max-width: 800px) {
  .scroll {
    display: none;
  }
}

@media (min-width: 801px) {
  .scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.scroll .img-warp {
  width: 28px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 800px) {
  .attention {
    border: 2px solid #CB0000;
    margin-top: 30px;
    padding: 14px 16px 30px;
  }
}

@media (min-width: 801px) {
  .attention {
    border: thin solid #CB0000;
    padding: 40px;
  }
}

.attention .att-title {
  font-weight: bold;
  border-bottom: thin solid #CCCCCC;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 800px) {
  .attention .att-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .attention .att-title {
    font-size: 1.6rem;
  }
}

.attention .att-title .date {
  margin-right: 20px;
  margin-left: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .attention .att-title .date {
    font-size: 1.2rem;
  }
}

@media (max-width: 800px) {
  .attention .acc-text-area {
    margin-top: 15px;
  }
}

@media (min-width: 801px) {
  .attention .acc-text-area {
    margin-top: 30px;
  }
}

.attention .acc-text-area p {
  margin-bottom: 10px;
}

.attention .acc-text-area p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .attention .acc-text-area p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

@media (min-width: 801px) {
  .attention .acc-text-area p {
    line-height: 1.8;
  }
}

.attention .acc-text-area a {
  color: #3300cc;
  border-bottom: solid thin #3300cc;
  padding-bottom: 2px;
}

.instagram {
  background-color: #F2F2F2;
}

@media (min-width: 0px) and (max-width: 560px) {
  .instagram {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media (min-width: 561px) {
  .instagram {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.instagram .title-instagram {
  font-size: 1.4rem;
  color: #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .instagram .title-instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.instagram .title-instagram::before {
  content: attr(data-title);
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-right: 35px;
  margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .instagram .title-instagram::before {
    font-size: 3.0rem;
  }
}

@media (min-width: 561px) {
  .instagram .title-instagram::before {
    font-size: 3.4rem;
  }
}

.instagram .thumnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  .instagram .thumnail-list {
    margin-top: 25px;
  }
}

@media (min-width: 801px) {
  .instagram .thumnail-list {
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .instagram .thumnail-list .thum-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 25px;
  }
  .instagram .thumnail-list .thum-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .instagram .thumnail-list .thum-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 25px;
  }
  .instagram .thumnail-list .thum-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 801px) {
  .instagram .thumnail-list .thum-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .instagram .thumnail-list .thum-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .instagram .btn-wrap {
    margin-top: 0px;
  }
}

@media (min-width: 561px) {
  .instagram .btn-wrap {
    margin-top: 60px;
  }
}

.informaiton-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  background-color: #066441;
  padding: 0;
}

.informaiton-bnr:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  .informaiton-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5.4vw;
    margin-left: 5.4vw;
    width: calc(100% - 10.6vw);
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

@media (min-width: 801px) {
  .informaiton-bnr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 8px solid #066441;
    margin-top: 40px;
    margin-bottom: 174px;
    max-width: 1000px;
  }
}

.informaiton-bnr .bnr-wrap {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  .informaiton-bnr .bnr-wrap {
    width: 100%;
    padding: 15px 0;
  }
}

@media (min-width: 801px) {
  .informaiton-bnr .bnr-wrap {
    width: 39%;
  }
}

.informaiton-bnr .bnr-wrap .bnr-title {
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .informaiton-bnr .bnr-wrap .bnr-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 801px) {
  .informaiton-bnr .bnr-wrap .bnr-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 800px) {
  .informaiton-bnr .bnr-wrap .bnr-text {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .informaiton-bnr .bnr-wrap .bnr-text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

@media (max-width: 800px) {
  .informaiton-bnr .bnr-image {
    margin-right: 5.4vw;
    margin-left: 5.4vw;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .informaiton-bnr .bnr-image {
    width: 60%;
  }
}

.p-pageSection {
  margin-top: 80px;
}

.about-inner {
  margin-bottom: 80px;
}

@media (min-width: 561px) {
  .about-inner {
    margin-bottom: 95px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .about-inner .title-style03 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media (min-width: 561px) {
  .about-inner .title-style03 {
    margin-top: -110px;
    padding-top: 110px;
  }
}

@media (max-width: 800px) {
  .about-inner .title-style04 {
    margin-top: 20px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .about-inner .title-style04.mt-top35 {
    margin-top: 20px;
  }
}

@media (min-width: 801px) {
  .about-inner .title-style04.mt-top35 {
    margin-top: 35px;
  }
}

@media (max-width: 800px) {
  .about-inner .inner-text {
    margin: 15px 0;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

@media (min-width: 801px) {
  .about-inner .inner-text {
    margin: 40px 0 50px;
    line-height: 1.8;
  }
}

@media (max-width: 800px) {
  .about-inner .inner-text2 {
    margin: 30px 0;
    line-height: 1.7;
  }
}

@media (min-width: 801px) {
  .about-inner .inner-text2 {
    margin: 25px 0 45px;
    line-height: 1.8;
  }
}

@media (max-width: 800px) {
  .about-inner .about-art, .about-inner .about-area {
    margin-bottom: 40px;
  }
}

.about-inner .img-column02,
.about-inner .img-column03 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-inner .img-column02 .img-item figure figcaption,
.about-inner .img-column03 .img-item figure figcaption {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .about-inner .img-column02 .img-item figure figcaption,
  .about-inner .img-column03 .img-item figure figcaption {
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .about-inner .img-column02 .img-item figure figcaption,
  .about-inner .img-column03 .img-item figure figcaption {
    font-size: 1.4rem;
  }
}

.about-inner .caption-text {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .about-inner .caption-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .about-inner .caption-text {
    font-size: 1.4rem;
  }
}

.about-inner .img-column02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .about-inner .img-column02 .img-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-inner .img-column02 .img-item.spacing {
    margin-bottom: 20px;
  }
  .about-inner .img-column02 .img-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 801px) {
  .about-inner .img-column02 .img-item {
    width: 48%;
  }
  .about-inner .img-column02 .img-item:nth-child(even) {
    margin-left: 4%;
  }
}

.about-inner .img-column03 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 55px;
}

@media (max-width: 800px) {
  .about-inner .img-column03 .img-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .about-inner .img-column03 .img-item:nth-child(even) {
    margin-left: 4%;
  }
  .about-inner .img-column03 .img-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 801px) {
  .about-inner .img-column03 .img-item {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 40px;
  }
  .about-inner .img-column03 .img-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  .about-inner .btn-wrap {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .about-inner .btn-wrap {
    margin-top: 40px;
  }
}

.about-inner .btn-wrap a {
  min-width: 300px;
}

@media (max-width: 800px) {
  .about-inner .bnr-section {
    margin-top: 40px;
  }
}

@media (min-width: 801px) {
  .about-inner .bnr-section {
    margin-top: 58px;
  }
  .about-inner .bnr-section:nth-child(2) {
    margin-top: 32px;
  }
}

.about-inner .bnr-section .about-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) and (max-width: 560px) {
  .about-inner .bnr-section .about-column2 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 561px) {
  .about-inner .bnr-section .about-column2 {
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about-inner .bnr-section .about-column2 .img-area {
  max-width: 180px;
  display: block;
}

@media (min-width: 0px) and (max-width: 560px) {
  .about-inner .bnr-section .about-column2 .text-area {
    margin-top: 20px;
    width: 100%;
    font-size: 1.4rem;
  }
}

@media (min-width: 561px) {
  .about-inner .bnr-section .about-column2 .text-area {
    width: 76%;
    padding-left: 6%;
  }
}

.p-guide .guide-inner {
  overflow: auto;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-inner {
    margin-bottom: 70px;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-inner {
    margin-bottom: 100px;
  }
}

.p-guide .guide-inner:nth-child(2) {
  clear: both;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-inner .guide-inner-text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-inner .guide-inner-text {
    margin-top: 30px;
  }
}

.p-guide .guide-inner .title-style04 {
  margin-top: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .lead-text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

@media (min-width: 561px) {
  .p-guide .lead-text {
    margin-top: 60px;
  }
}

.p-guide .floor-list {
  clear: both;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .floor-list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 561px) {
  .p-guide .floor-list {
    margin-top: 50px;
  }
}

.p-guide .floor-list .list-item {
  min-height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F2F2F2;
  padding-right: 20px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .floor-list .list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-guide .floor-list .list-item:nth-child(10) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .p-guide .floor-list .list-item:nth-child(11) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .p-guide .floor-list .list-item:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 561px) {
  .p-guide .floor-list .list-item {
    float: left;
    width: 46%;
    margin-bottom: 20px;
  }
  .p-guide .floor-list .list-item:nth-child(odd) {
    margin-right: 8%;
  }
  .p-guide .floor-list .list-item:nth-child(2n+7) {
    margin-right: 0;
  }
  .p-guide .floor-list .list-item:nth-child(2n+8) {
    margin-right: 8%;
  }
  .p-guide .floor-list .list-item:nth-child(8) {
    margin-top: -30px;
  }
}

@media screen and (min-width: 561px) and (min-width: 654px) and (max-width: 1000px) {
  .p-guide .floor-list .list-item:nth-child(8) {
    margin-top: -15px;
  }
}

@media screen and (min-width: 561px) and (min-width: 561px) and (max-width: 653px) {
  .p-guide .floor-list .list-item:nth-child(8) {
    margin-top: 0px;
  }
}

@media (min-width: 561px) {
  .p-guide .floor-list .list-item:nth-child(10) {
    margin-top: -165px;
  }
}

@media screen and (min-width: 561px) and (min-width: 676px) and (max-width: 1000px) {
  .p-guide .floor-list .list-item:nth-child(10) {
    margin-top: -155px;
  }
}

@media screen and (min-width: 561px) and (min-width: 654px) and (max-width: 675px) {
  .p-guide .floor-list .list-item:nth-child(10) {
    margin-top: -140px;
  }
}

@media screen and (min-width: 561px) and (min-width: 561px) and (max-width: 653px) {
  .p-guide .floor-list .list-item:nth-child(10) {
    margin-top: -125px;
  }
}

@media (min-width: 561px) {
  .p-guide .floor-list .list-item:nth-child(12) {
    margin-top: -160px;
  }
}

@media screen and (min-width: 561px) and (min-width: 654px) and (max-width: 1000px) {
  .p-guide .floor-list .list-item:nth-child(12) {
    margin-top: -150px;
  }
}

@media screen and (min-width: 561px) and (min-width: 561px) and (max-width: 653px) {
  .p-guide .floor-list .list-item:nth-child(12) {
    margin-top: -145px;
  }
}

.p-guide .floor-list .list-item .floor {
  background-color: #066441;
  font-weight: bold;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1,6rem;
}

@media (max-width: 800px) {
  .p-guide .floor-list .list-item .floor {
    height: 45px;
    width: 45px;
  }
}

@media (min-width: 801px) {
  .p-guide .floor-list .list-item .floor {
    height: 50px;
    width: 50px;
  }
}

.p-guide .floor-list .list-item .item-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: calc(100% - 70px);
}

.p-guide .floor-list .list-item .item-warp .item {
  margin-top: 16px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-guide .floor-list .list-item .item-warp .item:first-child {
  margin-top: 0;
}

.p-guide .floor-list .list-item .item-warp a.item {
  position: relative;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.p-guide .floor-list .list-item .item-warp a.item:hover {
  color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.p-guide .floor-list .list-item .item-warp .out-link {
  position: relative;
}

.p-guide .floor-list .list-item .item-warp .out-link::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -22px;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-other-link_o.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-guide .en-page .title-style04 {
  margin-top: 20px;
}

.p-guide .en-page .access-sub-title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.4rem;
}

.p-guide .guide-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-guide .guide-column2.spacing {
  margin-top: 60px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-column2.spacing .guide-column2-left {
    margin-bottom: 40px;
  }
  .p-guide .guide-column2.spacing .guide-column2-left .guide-column2-inner-box {
    width: 68%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-column2 .guide-column2-left,
  .p-guide .guide-column2 .guide-column2-right {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-column2 .guide-column2-left,
  .p-guide .guide-column2 .guide-column2-right {
    width: 46%;
  }
}

.p-guide .guide-column2 .guide-column2-inner {
  width: 100%;
}

.p-guide .guide-column2 .guide-column2-inner .img-box {
  max-width: 240px;
  margin: 10px 0;
  opacity: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-column2 .guide-column2-inner .img-box {
    width: 68%;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-column2 .guide-column2-inner .img-box {
    width: 50%;
  }
}

.p-guide .guide-column2 .guide-column2-inner .img-box:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.p-guide .guide-column2 .guide-column2-inner .guide-column2-text-small {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.p-guide .guide-column2 .guide-column2-inner .guide-column2-text-small a {
  position: relative;
}

.p-guide .guide-column2 .guide-column2-inner .guide-column2-text-small a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -25px;
  width: 16px;
  height: 14px;
  background-image: url(../images/icon-other-link_o.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-guide .guide-small-title {
  margin-top: 30px;
  font-weight: bold;
  color: #066441;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-small-title {
    font-size: 1.6rem;
  }
  .p-guide .guide-small-title.guide-sp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-guide .guide-small-title.guide-sp-wrap .guide-sp-wrapinn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-guide .guide-small-title.guide-sp-wrap .guide-sp-wrapinn:first-child {
    margin-bottom: 15px;
  }
  .p-guide .guide-small-title.guide-sp-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-small-title {
    font-size: 1.8rem;
  }
  .p-guide .guide-small-title .guide-sp-wrapinn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-guide .guide-small-title .guide-icon {
  margin-right: 10px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-small-title .title {
    margin-right: 15px;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-small-title .title {
    margin-right: 17px;
    font-size: 1.8rem;
  }
}

.p-guide .guide-small-title .title .small {
  font-size: 1.4rem;
}

.p-guide .guide-small-title .guide-text-mark {
  background-color: #066441;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-right: 4px;
  width: 42px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-small-title .guide-text-mark {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-small-title .guide-text-mark {
    font-size: 1.2rem;
    padding: 4px 6px;
    margin-bottom: 2px;
  }
}

.p-guide .guide-small-title .guide-text-mark-no-bg {
  font-size: 1.4rem;
  font-weight: normal;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-small-title .guide-text-mark-no-bg {
    margin: 10px 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-sp-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-guide .guide-sp-column .guide-column2-text {
    width: 46%;
  }
  .p-guide .guide-sp-column .guide-inner-wrap {
    margin-top: 10px;
    width: 50%;
  }
  .p-guide .guide-sp-column .guide-inner-wrap .guide-column2-inner-box {
    width: 100%;
  }
}

.p-guide .guide-column2-text {
  margin-top: 10px;
  font-size: 1.4rem;
}

.p-guide .guide-column2-text.no-mt {
  margin-top: 0;
}

.p-guide .guide-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-inner-wrap {
    margin-top: 15px;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-inner-wrap {
    margin-top: 30px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-inner-wrap .guide-column2-inner-box {
    width: 46%;
  }
}

@media (min-width: 561px) {
  .p-guide .guide-inner-wrap .guide-column2-inner-box {
    width: 48%;
  }
}

.p-guide .guide-inner-wrap .guide-column2-inner-box .link-list {
  font-weight: bold;
  font-size: 1.4rem;
}

.p-guide .guide-inner-wrap .guide-column2-inner-box .link-list .link-item {
  padding-left: 15px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .p-guide .guide-inner-wrap .guide-column2-inner-box .link-list .link-item {
    font-size: 1.4rem;
  }
}

.p-guide .guide-inner-wrap .guide-column2-inner-box .link-list .link-item span {
  position: relative;
}

.p-guide .guide-inner-wrap .guide-column2-inner-box .link-list .link-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  width: 6px;
  height: 13px;
  background-image: url(../images/arrow-planetarium_o.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
}

/* モーダル本体 */
.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333333;
  color: #FFFFFF;
}

@media (min-width: 0px) and (max-width: 560px) {
  .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px;
    width: 90%;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .modal-content {
    height: 40%;
    width: 90%;
    padding: 40px 30px;
    min-height: 390px;
  }
}

@media (min-width: 801px) {
  .modal-content {
    height: 40%;
    width: 60%;
    padding: 90px;
    min-height: 390px;
  }
}

@media screen and (min-width: 801px) and (min-width: 801px) and (max-width: 1100px) {
  .modal-content {
    padding: 30px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .modal-content .modal-wrap {
    width: 100%;
  }
  .modal-content .modal-wrap:last-child {
    margin-top: 30px;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .modal-content .modal-wrap {
    width: 48%;
  }
}

@media (min-width: 801px) {
  .modal-content .modal-wrap {
    width: 46%;
  }
}

@media screen and (min-width: 801px) and (min-width: 801px) and (max-width: 1100px) {
  .modal-content .modal-wrap {
    margin-left: 20px;
  }
}

.modal-content .modal-title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-content .modal-text {
  font-size: 1.4rem;
}

@media (min-width: 0px) and (max-width: 560px) {
  .modal-content .modal-btn {
    display: none;
  }
}

.modal-content .modal-btn-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 561px) {
  .modal-content .modal-btn-sp {
    display: none;
  }
}

.modal-content .more {
  width: 180px;
  height: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  background-color: #FFFFFF;
  position: relative;
}

@media (min-width: 0px) and (max-width: 560px) {
  .modal-content .more {
    margin-top: 40px;
  }
}

@media (min-width: 561px) {
  .modal-content .more {
    margin-top: 60px;
  }
}

.modal-content .more::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 7px;
  height: 14px;
  background-image: url(../images/icon-modal-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-content .modal-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background-image: url(../images/modal-close-btn.svg);
  background-position: center;
  background-size: contain;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media (max-width: 800px) {
  .contact .contact-column2-wrap {
    margin-top: 20px;
  }
}

@media (min-width: 801px) {
  .contact .contact-column2-wrap {
    margin-top: 60px;
  }
}

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

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 561px) {
  .contact .contact-column2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact .contact-column2 .contact-left {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

@media (min-width: 561px) {
  .contact .contact-list {
    margin-top: 35px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-list .contact-item {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 561px) {
  .contact .contact-list .contact-item {
    margin-bottom: 5px;
  }
}

.contact .contact-list .contact-item .contact-item-title {
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-list .contact-item .contact-item-title {
    width: 100%;
    display: block;
  }
}

@media (min-width: 561px) {
  .contact .contact-list .contact-item .contact-item-title {
    display: inline-block;
    width: 146px;
  }
}

@media (max-width: 800px) {
  .contact .contact-wrap {
    margin-top: 60px;
  }
}

@media (min-width: 801px) {
  .contact .contact-wrap {
    margin-top: 60px;
  }
}

.contact .contact-wrap .lead-text {
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .lead-text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

@media (min-width: 561px) {
  .contact .contact-wrap .lead-text {
    margin-top: 35px;
  }
}

.contact .contact-wrap .contact-data {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-data {
    font-size: 1.4rem;
  }
}

.contact .contact-wrap .contact-data .data-item {
  margin-left: 25px;
}

.contact .contact-wrap .contact-office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list {
    margin-top: 27px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 561px) {
  .contact .contact-wrap .contact-office-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list .contact-list-item {
    width: 100%;
    font-size: 1.4rem;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item.sp_half {
    width: 48%;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item.sp_half .num-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item.sp_half .num-list .contact-tel,
  .contact .contact-wrap .contact-office-list .contact-list-item.sp_half .num-list .contact-fax {
    width: 100%;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item .num-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item .num-list .contact-tel,
  .contact .contact-wrap .contact-office-list .contact-list-item .num-list .contact-fax {
    width: 48%;
  }
}

@media (min-width: 0px) and (max-width: 560px) and (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list .contact-list-item .num-list.sp100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item .num-list.sp100 .contact-tel {
    width: 100%;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item .num-list.sp100 .contact-tel .time {
    font-size: 1.2rem;
  }
}

@media (min-width: 561px) {
  .contact .contact-wrap .contact-office-list .contact-list-item {
    width: 30%;
    margin-top: 40px;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item:nth-child(3n+2) {
    margin-left: 5%;
  }
  .contact .contact-wrap .contact-office-list .contact-list-item:nth-child(3n+3) {
    margin-left: 12%;
    width: 23%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list .contact-list-item.row2 {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .contact .contact-wrap .contact-office-list .contact-list-item.row2 {
    width: 65%;
  }
}

.contact .contact-wrap .contact-office-list .contact-list-item.row2 .list-title {
  margin-top: 30px;
}

.contact .contact-wrap .contact-office-list .contact-list-item.row2 .list-title:first-child {
  margin-top: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list .contact-list-item.row2 .list-title.mt-10 {
    margin-top: -10px;
  }
}

.contact .contact-wrap .contact-office-list .list-title {
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list .list-title {
    font-size: 1.4rem;
  }
}

.contact .contact-wrap .contact-office-list .num-list {
  margin-top: 5px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list .num-list {
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-wrap .contact-office-list.second-style {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 561px) {
  .contact .contact-wrap .contact-office-list.second-style {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}

@media (min-width: 561px) {
  .contact .contact-wrap .contact-office-list.second-style .contact-list-item:nth-child(3n+2) {
    width: 25%;
    margin-left: 10%;
  }
}

.p-accessibility {
  font-size: 1.4rem;
}

@media (max-width: 800px) {
  .p-accessibility {
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .p-accessibility {
    margin-bottom: 100px;
  }
}

@media (max-width: 800px) {
  .p-accessibility .title-inner {
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .p-accessibility .text-wrap {
    margin: 30px 0 60px;
  }
}

@media (min-width: 801px) {
  .p-accessibility .text-wrap {
    margin: 60px 0;
  }
}

.p-accessibility .text-wrap .lead-text {
  margin-bottom: 24px;
  line-height: 1.7;
}

.p-accessibility .text-wrap .lead-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .p-accessibility .inner-wrap {
    margin: 20px 0 60px;
  }
}

@media (min-width: 801px) {
  .p-accessibility .inner-wrap {
    margin: 40px 0 60px;
  }
}

.p-accessibility .inner-wrap .inner-text {
  margin-bottom: 16px;
}

.p-accessibility .inner-wrap .inner-text:last-child {
  margin-bottom: 0;
}

.accessibility-result .table-wrap {
  overflow-x: scroll;
}

.accessibility-result .table-wrap .table-title {
  text-align: left;
  vertical-align: middle;
}

.accessibility-result .table-wrap ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.accessibility-result .accessibility-result02 {
  margin-top: 80px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .accessibility-result .accessibility-result02 {
    margin-top: 60px;
  }
}

.accessibility-result .accessibility-result02 .lead-text {
  margin-top: 40px;
  line-height: 26px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .accessibility-result .accessibility-result02 .lead-text {
    margin-top: 30px;
  }
}

.accessibility-result .accessibility-result02 .lead-text a {
  color: #066441;
  border-bottom: thin solid #066441;
}

.accessibility-result .accessibility-result02 .table-titlelist {
  text-align: left;
}

.accessibility-result .accessibility-result02 .table-titlelist:first-child {
  width: 9%;
}

.accessibility-result .accessibility-result02 .table-titlelist:nth-child(2) {
  width: 40%;
}

.accessibility-result .accessibility-result02 .table-titlelist:nth-child(3) {
  width: 7%;
}

.accessibility-result .accessibility-result02 .table-titlelist:nth-child(4) {
  width: 7%;
}

.accessibility-result .accessibility-result02 .table-titlelist:nth-child(5) {
  width: 7%;
}

.accessibility-result .accessibility-result02 .table-titlelist:nth-child(6) {
  width: 30%;
}

.accessibility-result .accessibility-result02 .table-data {
  vertical-align: middle;
}

.planetarium .projection-calender {
  position: absolute;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  border: thin solid #066441;
  border-radius: 12px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  .planetarium .projection-calender {
    bottom: 10px;
    width: 178px;
    height: 44px;
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .planetarium .projection-calender {
    bottom: 20px;
    width: 214px;
    height: 62px;
    margin-right: 105px;
  }
}

.planetarium .projection-calender:hover {
  background-color: #066441;
  color: #FFFFFF;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-calender {
    padding-top: 80px;
    margin-top: -80px;
  }
  .planetarium .planetarium-calender .f-schedule.under {
    margin-top: 30px;
  }
  .planetarium .planetarium-calender .f-schedule.under .schedule-list {
    margin-top: 18px;
  }
}

@media (min-width: 561px) {
  .planetarium .planetarium-calender {
    padding-top: 160px;
    margin-top: -160px;
  }
}

.planetarium .column2-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .column2-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

@media (min-width: 561px) {
  .planetarium .column2-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
  }
}

.planetarium .column2-area .sns-box,
.planetarium .column2-area .remaining-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 412px;
}

.planetarium .column2-area .sns-box h2,
.planetarium .column2-area .remaining-box h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .column2-area .sns-box h2,
  .planetarium .column2-area .remaining-box h2 {
    font-size: 1.6rem;
  }
}

.planetarium .column2-area .sns-box {
  display: block;
}

@media (min-width: 561px) {
  .planetarium .column2-area .sns-box {
    width: 35%;
  }
}

@media screen and (max-width: 1000px) {
  .planetarium .column2-area .sns-box {
    width: 40%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .column2-area .sns-box {
    width: 100%;
    overflow: hidden;
  }
}

.planetarium .column2-area .sns-box .sns-content {
  overflow-y: scroll;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .column2-area .remaining-box {
    margin-top: 80px;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 561px) {
  .planetarium .column2-area .remaining-box {
    width: 57%;
  }
}

.planetarium .column2-area .remaining-box .msg {
  font-size: 1.4rem;
}

@media (min-width: 801px) {
  .planetarium .news {
    margin-top: 100px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .news .news-list {
    margin-top: 15px;
  }
}

@media (min-width: 561px) {
  .planetarium .news .news-list {
    margin-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .pickup {
    margin-top: 80px;
  }
}

@media (min-width: 561px) {
  .planetarium .pickup {
    margin-top: 100px;
  }
}

.planetarium .pickup .text-area {
  margin-top: 15px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .pickup .text-area {
    line-height: 1.7;
  }
}

@media (min-width: 561px) {
  .planetarium .pickup .text-area {
    line-height: 1.8;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .pickup .pickup-list .pickup-item {
    width: 100%;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .planetarium .pickup .pickup-list .pickup-item {
    width: 48%;
  }
  .planetarium .pickup .pickup-list .pickup-item:nth-child(odd) {
    margin-right: 4%;
  }
}

@media (min-width: 801px) {
  .planetarium .pickup .pickup-list .pickup-item {
    width: 28.5%;
    margin-right: 5%;
  }
  .planetarium .pickup .pickup-list .pickup-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .planetarium .pickup .pickup-list.scroll-area {
    margin-bottom: 20px;
  }
}

@media (min-width: 801px) {
  .planetarium .pickup .pickup-list.scroll-area {
    height: 240px;
  }
}

.planetarium .sub-title {
  color: #066441;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .sub-title {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

@media (min-width: 561px) {
  .planetarium .sub-title {
    font-size: 2.0rem;
    margin-top: 50px;
  }
}

.planetarium .text-area {
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .text-area {
    font-size: 1.4rem;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .cont-planetarium {
    margin-top: 80px;
  }
}

@media (min-width: 561px) {
  .planetarium .cont-planetarium {
    margin-top: 100px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .cont-planetarium .sub-title {
    margin-top: 20px;
  }
}

@media (min-width: 561px) {
  .planetarium .cont-planetarium .sub-title {
    margin-top: 47px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .cont-planetarium .text-area {
    margin-top: 10px;
    line-height: 1.7;
  }
}

@media (min-width: 561px) {
  .planetarium .cont-planetarium .text-area {
    margin-top: 20px;
    line-height: 1.8;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .p-staff-image {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

@media (min-width: 561px) {
  .planetarium .p-staff-image {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail {
    margin-top: 50px;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail {
    margin-top: 100px;
  }
}

.planetarium .planetarium-detail .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail .price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .price-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.planetarium .planetarium-detail .price-box .price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail .price-box .price-table {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .price-box .price-table {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.planetarium .planetarium-detail .price-box .price-table .data-box {
  border-top: 3px solid #066441;
  border-left: 3px solid #066441;
  border-bottom: 3px solid #066441;
  border-right: 3px solid #066441;
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail .price-box .price-table .data-box {
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .price-box .price-table .data-box {
    font-size: 1.6rem;
    height: 180px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-detail .price-box .price-table .data-box tr {
    height: 44px;
  }
}

.planetarium .planetarium-detail .price-box .price-table .data-box th,
.planetarium .planetarium-detail .price-box .price-table .data-box td {
  border-bottom: thin solid #066441;
  border-right: thin solid #066441;
  line-height: 1.2;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-detail .price-box .price-table .data-box th,
  .planetarium .planetarium-detail .price-box .price-table .data-box td {
    padding: 2px 10px;
    vertical-align: middle;
    width: 33.3%;
  }
}

@media (min-width: 561px) {
  .planetarium .planetarium-detail .price-box .price-table .data-box th,
  .planetarium .planetarium-detail .price-box .price-table .data-box td {
    padding: 12px;
  }
}

.planetarium .planetarium-detail .price-box .price-table .data-box th:first-child,
.planetarium .planetarium-detail .price-box .price-table .data-box td:first-child {
  width: 180px;
}

.planetarium .planetarium-detail .price-box .price-table .data-box th:nth-child(2),
.planetarium .planetarium-detail .price-box .price-table .data-box td:nth-child(2) {
  width: 120px;
}

.planetarium .planetarium-detail .price-box .price-table .data-box th:nth-child(3),
.planetarium .planetarium-detail .price-box .price-table .data-box td:nth-child(3) {
  width: 150px;
}

.planetarium .planetarium-detail .price-box .price-table .data-box th {
  background-color: #F2F2F2;
  font-weight: bold;
  text-align: center;
}

.planetarium .planetarium-detail .price-box .price-table .data-box th.left {
  text-align: left;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-detail .price-box .price-table .data-box td {
    text-align: right;
  }
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail .price-box .attention-box {
    margin-top: 20px;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .price-box .attention-box {
    width: 45%;
    margin-left: 25px;
    margin-top: -8px;
  }
}

.planetarium .planetarium-detail .price-box .attention-box .att-item {
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-detail .price-box .attention-box .att-item {
    line-height: 1.7;
  }
}

@media (min-width: 561px) {
  .planetarium .planetarium-detail .price-box .attention-box .att-item {
    line-height: 2.2;
  }
}

.planetarium .planetarium-detail .detail-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #066441;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail .detail-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .detail-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.planetarium .planetarium-detail .detail-title .small {
  display: block;
  font-size: 1.2rem;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-detail .detail-title .small {
    margin-left: 10px;
    margin-bottom: 3px;
  }
}

.planetarium .planetarium-detail .campaign-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
}

@media (max-width: 800px) {
  .planetarium .planetarium-detail .campaign-box {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .campaign-box {
    margin-top: -46px;
    margin-left: 96px;
  }
}

.planetarium .planetarium-detail .campaign-box .camp-lead {
  display: block;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-detail .campaign-box .camp-lead {
    letter-spacing: 0;
  }
}

.planetarium .planetarium-detail .campaign-box .camp-text {
  margin-top: 10px;
  font-weight: normal;
}

.planetarium .planetarium-detail .campaign-box .campaign-box {
  margin-top: 30px;
  font-weight: normal;
}

@media (min-width: 801px) {
  .planetarium .planetarium-detail .campaign-box .campaign-box {
    width: 44%;
  }
}

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

@media (max-width: 800px) {
  .planetarium .planetarium-info {
    margin-top: 40px;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-info {
    margin-top: 65px;
  }
}

.planetarium .planetarium-info .info-item {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .planetarium .planetarium-info .info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-info .info-item {
    padding-right: 0;
  }
}

@media (min-width: 801px) {
  .planetarium .planetarium-info .info-item {
    width: 50%;
    margin-bottom: 50px;
  }
}

.planetarium .planetarium-info .info-item .detail-title {
  white-space: nowrap;
  margin-right: 15px;
}

@media (max-width: 800px) {
  .planetarium .planetarium-info .info-item .detail-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .planetarium-info .info-item .info-text {
    font-size: 1.4rem;
  }
}

.planetarium .planetarium-info .info-item .spacing {
  display: block;
  margin-top: 10px;
}

.planetarium .planetarium-info .info-item .button {
  background-color: #066441;
  border: thin solid #066441;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 7px 30px 7px 20px;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  margin-top: 15px;
}

@media (min-width: 561px) {
  .planetarium .planetarium-info .info-item .button:hover {
    background-color: #FFFFFF;
    color: #066441;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .planetarium .planetarium-info .info-item .button:hover::after {
    background-image: url(../images/arrow-planetarium_o.svg);
  }
}

.planetarium .planetarium-info .info-item .button::after {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-image: url(../images/arrow-planetarium.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 560px) {
  .planetarium .logo-area {
    width: 160px;
    margin: 40px auto 80px;
  }
}

@media (min-width: 561px) {
  .planetarium .logo-area {
    width: 150px;
    margin: 28px auto 100px;
  }
}

@media (max-width: 800px) {
  .other-wrap {
    margin-top: 110px;
  }
}

@media (min-width: 801px) {
  .other-wrap {
    margin-top: 200px;
  }
}

.other-wrap a {
  opacity: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.other-wrap a:hover {
  opacity: 0.6;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  .other-wrap .kashikan-inner {
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .other-wrap .kashikan-inner {
    margin-bottom: 60px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .kashikan-inner .other-text {
    margin-top: 15px;
  }
}

@media (min-width: 561px) {
  .other-wrap .kashikan-inner .other-text {
    margin-top: 30px;
  }
}

.other-wrap .kashikan-inner .img-column02 {
  margin-top: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .kashikan-inner .img-column02 .img-item {
    margin-bottom: 25px;
  }
  .other-wrap .kashikan-inner .img-column02 .img-item:last-child {
    margin-bottom: 10px;
  }
}

.other-wrap .kashikan-inner .img-column02.other-cont {
  margin-top: 30px;
}

.other-wrap .kashikan-inner .img-column02.other-cont .data-list02 {
  border-top: thin solid #066441;
}

.other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: thin solid #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0;
  }
}

@media (min-width: 561px) {
  .other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box {
    padding: 7px 0;
  }
}

.other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box .other-data-title {
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box .other-data-title {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box .other-data-title {
    width: 150px;
  }
  .other-wrap .kashikan-inner .img-column02.other-cont .data-list02 .list-item .other-data-box .other-data-title.small {
    width: 100px;
  }
}

.other-wrap .other-text {
  margin-top: 32px;
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-text {
    line-height: 1.8;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-news {
    margin-top: 25px;
  }
  .other-wrap .other-news .news-list {
    margin-top: 5px;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-news {
    margin-top: 80px;
  }
}

.other-wrap .other-column2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box,
  .other-wrap .other-column2-box .other-right-box {
    width: 100%;
  }
  .other-wrap .other-column2-box .other-left-box:last-child,
  .other-wrap .other-column2-box .other-right-box:last-child {
    margin-top: 20px;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box,
  .other-wrap .other-column2-box .other-right-box {
    width: 48%;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap,
  .other-wrap .other-column2-box .other-right-box .box-wrap {
    margin-bottom: 40px;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap,
  .other-wrap .other-column2-box .other-right-box .box-wrap {
    margin-bottom: 40px;
  }
}

.other-wrap .other-column2-box .other-left-box .box-wrap:last-child,
.other-wrap .other-column2-box .other-right-box .box-wrap:last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .title-style04,
  .other-wrap .other-column2-box .other-right-box .box-wrap .title-style04 {
    margin-bottom: 25px;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .title-style04,
  .other-wrap .other-column2-box .other-right-box .box-wrap .title-style04 {
    margin-bottom: 15px;
  }
}

.other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box,
.other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box:last-child,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box:last-child {
    margin-bottom: 10px;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box {
    margin-bottom: 20px;
  }
}

.other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-title,
.other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-title,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-title {
    width: 105px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-detail,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-detail {
    margin-top: 5px;
  }
}

.other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-detail .item-area .item,
.other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-detail .item-area .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-detail .item-area .item .left,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-detail .item-area .item .left {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-detail .item-area .item .left,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-detail .item-area .item .left {
    width: 130px;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-detail .item-area .item .right,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-detail .item-area .item .right {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box .other-left-box .box-wrap .other-data-box .other-data-detail .item-area .item .right,
  .other-wrap .other-column2-box .other-right-box .box-wrap .other-data-box .other-data-detail .item-area .item .right {
    width: calc(100% - 130px);
  }
}

.other-wrap .other-column2-box.senior {
  margin-top: 55px;
  margin-bottom: 60px;
}

.other-wrap .other-column2-box.senior .other-left-box .title-style04,
.other-wrap .other-column2-box.senior .other-right-box .title-style04 {
  margin-bottom: 25px;
}

.other-wrap .other-column2-box.senior .other-left-box .other-data-box .other-data-title,
.other-wrap .other-column2-box.senior .other-right-box .other-data-box .other-data-title {
  width: 140px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .other-column2-box.senior .other-left-box .other-data-box .other-data-detail,
  .other-wrap .other-column2-box.senior .other-right-box .other-data-box .other-data-detail {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .other-wrap .other-column2-box.senior .other-left-box .other-data-box .other-data-detail,
  .other-wrap .other-column2-box.senior .other-right-box .other-data-box .other-data-detail {
    width: calc(100% - 140px);
  }
}

.other-wrap .medical .img-column02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .medical .img-column02 {
    margin-bottom: 30px;
  }
}

@media (min-width: 561px) {
  .other-wrap .medical .img-column02 {
    margin-bottom: 60px;
  }
}

.other-wrap .medical .other-column2-box .medical-subtitle {
  font-size: 2rem;
  padding-bottom: 20px;
  font-weight: bold;
  color: #066441;
  text-align: center;
}

.other-wrap .medical .other-column2-box .other-left-box .other-data-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.other-wrap .medical .other-column2-box .other-left-box .other-data-box .other-data-title {
  width: 100%;
  margin-bottom: 5px;
}

.other-wrap .medical .other-column2-box .other-left-box .other-data-box .other-data-detail {
  width: 100%;
}

.other-wrap .medical .other-column2-box .other-left-box .medical-contact .other-data-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.other-wrap .medical .other-column2-box .other-left-box .medical-contact .other-data-box .other-data-title, .other-wrap .medical .other-column2-box .other-left-box .medical-contact .other-data-box .other-data-detail {
  width: 100%;
}

.other-wrap .medical .other-column2-box .other-left-box .medical-contact .other-data-box .other-data-title {
  margin-bottom: 5px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .medical .other-column2-box .other-right-box {
    margin-top: 40px;
  }
}

.other-wrap .medical .other-column2-box .other-right-box .other-data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-wrap .medical .other-column2-box .other-right-box .other-data-box:last-child {
    margin-bottom: 0;
  }
}

.other-wrap .medical .other-column2-box .other-right-box .other-data-box .other-data-title,
.other-wrap .medical .other-column2-box .other-right-box .other-data-box .other-data-detail {
  width: 100%;
}

.other-wrap .medical .other-column2-box .other-right-box .other-data-box .other-data-detail {
  width: 100%;
}

@media (min-width: 561px) {
  .other-wrap .medical .other-column2-box .other-right-box .other-data-box .other-data-detail {
    margin-top: 5px;
  }
}

.box-wrap .text-area {
  line-height: 2;
}

@media (min-width: 561px) {
  .box-wrap .fax {
    margin-left: 40px;
  }
}

.other-officelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-officelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.other-officelist .office-item {
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-officelist .office-item {
    width: 100%;
  }
}

@media (min-width: 561px) {
  .other-officelist .office-item {
    width: 48%;
  }
}

.other-officelist .office-item .office-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #066441;
}

@media (min-width: 0px) and (max-width: 560px) {
  .other-officelist .office-item .office-title {
    margin-bottom: 15px;
    position: relatived;
  }
}

@media (min-width: 561px) {
  .other-officelist .office-item .office-title {
    margin-bottom: 10px;
  }
}

.access .access-column-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .access .access-column-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

@media (min-width: 801px) {
  .access .access-column-layout {
    margin-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .access .access-column-layout.spacing {
    margin-bottom: 80px;
  }
}

@media (min-width: 561px) {
  .access .access-column-layout.spacing {
    margin-bottom: 100px;
  }
}

@media (max-width: 800px) {
  .access .access-column-layout .access-box-left {
    width: 100%;
  }
}

@media (min-width: 801px) {
  .access .access-column-layout .access-box-left {
    width: 50%;
  }
}

.access .access-column-layout .access-box-left .access-address {
  margin-top: 13px;
  font-weight: bold;
  line-height: 1.8;
}

.access .access-column-layout .access-box-left .access-address .access-tel {
  font-weight: normal;
  margin-left: 20px;
}

.access .access-column-layout .access-box-left .access-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  display: flex;
}

@media (min-width: 0px) and (max-width: 560px) {
  .access .access-column-layout .access-box-left .access-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 561px) {
  .access .access-column-layout .access-box-left .access-btn-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn {
    width: 100%;
  }
  .access .access-column-layout .access-box-left .access-btn-list .btn:first-child {
    margin-bottom: 10px;
  }
}

@media (min-width: 561px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn {
    width: 48%;
  }
}

.access .access-column-layout .access-box-left .access-btn-list .btn .item {
  border: 3px solid #066441;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #FFFFFF;
  color: #066441;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media (max-width: 800px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item {
    height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 801px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item {
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.access .access-column-layout .access-box-left .access-btn-list .btn .item:hover {
  background-color: #066441;
  color: #FFFFFF;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.access .access-column-layout .access-box-left .access-btn-list .btn .item.item01::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background-image: url(../images/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item01::before {
    left: calc(50% - 70px);
  }
}

@media (min-width: 801px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item01::before {
    left: 20px;
  }
}

@media screen and (min-width: 801px) and (max-width: 920px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item01::before {
    left: 5%;
  }
}

.access .access-column-layout .access-box-left .access-btn-list .btn .item.item01:hover::before {
  background-image: url(../images/icon-pdf_o.svg);
}

@media (min-width: 801px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item02 {
    padding-left: 30px;
  }
}

.access .access-column-layout .access-box-left .access-btn-list .btn .item.item02::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 29px;
  background-image: url(../images/icon-map.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item02::before {
    left: calc(50% - 90px);
  }
}

@media (min-width: 801px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item02::before {
    left: 10%;
  }
}

@media screen and (min-width: 801px) and (max-width: 920px) {
  .access .access-column-layout .access-box-left .access-btn-list .btn .item.item02::before {
    left: 5%;
  }
}

.access .access-column-layout .access-box-left .access-btn-list .btn .item.item02:hover::before {
  background-image: url(../images/icon-map_o.svg);
}

@media (max-width: 800px) {
  .access .access-column-layout .access-box-right {
    width: 100%;
  }
}

@media (min-width: 801px) {
  .access .access-column-layout .access-box-right {
    width: 44%;
  }
}

@media (max-width: 800px) {
  .access .access-box-wrap {
    margin-top: 30px;
  }
  .access .access-box-wrap.train:first-child {
    margin-top: 50px;
  }
}

@media (min-width: 801px) {
  .access .access-box-wrap {
    margin-top: 20px;
  }
}

.access .access-box-wrap .title-style04 {
  border-bottom: thin solid #CCCCCC;
}

@media (min-width: 561px) {
  .access .access-box-wrap:first-child {
    margin-top: 0;
  }
}

.access .access-sub-title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.4rem;
}

.access .access-train-list {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.access .access-train-list .train-item {
  line-height: 1.4;
}

.access .access-sub-title02 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}

.access .access-sub-title02::before {
  content: "●";
  color: #066441;
}

.access .btn-list {
  margin-bottom: 24px;
}

.access .btn-list .btn-item {
  margin-top: 5px;
  font-size: 1.4rem;
}

@media (min-width: 0px) and (max-width: 560px) {
  .access .btn-list .btn-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access .btn-list .btn-item:first-of-type {
    margin-top: 10px;
  }
  .access .btn-list .btn-item:nth-child(2) {
    margin-top: 15px;
  }
}

.access .btn-list .btn-item a {
  color: #066441;
  font-size: 1.2rem;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  border: thin solid #066441;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding-right: 4px;
  line-height: 1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 1;
}

.access .btn-list .btn-item a:hover {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 560px) {
  .access .btn-list .btn-item a {
    width: 92px;
    margin-bottom: 3px;
  }
}

.access .btn-list .btn-item a::before {
  content: "PDF";
  color: #FFFFFF;
  border-radius: 6px 0 0 6px;
  font-size: 1.2rem;
  height: 25px;
  line-height: 25px;
  background-color: #066441;
  padding: 0 9px;
  margin-right: 3px;
}

.access .btn-list .btn-item a .pdf {
  margin-bottom: 1px;
}

.access .access-text {
  font-size: 1.4rem;
  margin-top: 16px;
}

.access .bnr {
  width: 180px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 1;
}

@media (max-width: 800px) {
  .access .bnr {
    margin-top: 20px;
  }
}

@media (min-width: 801px) {
  .access .bnr {
    margin-top: 30px;
  }
}

.access .bnr:hover {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0.6;
}

.icon-other-link a {
  position: relative;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 1;
}

.icon-other-link a:hover {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 560px) {
  .icon-other-link a {
    font-size: 1.4rem;
  }
}

.icon-other-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background-image: url(../images/icon-other-link_o.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 0px) and (max-width: 560px) {
  .icon-other-link a::before {
    right: -25px;
  }
}

@media (min-width: 561px) {
  .icon-other-link a::before {
    right: -40px;
  }
}
/*# sourceMappingURL=common.css.map */