@charset "UTF-8";
/* media query */
.reserved nav.navStd ul li.reserved a {
  background-color: #f5f5f5;
  color: #222;
}

.specific_about nav.navStd ul li.specific_about a {
  background-color: #f5f5f5;
  color: #222;
}

.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
}
.anchorArea ul.col3 {
  justify-content: space-between;
  margin: 30px 0 50px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 {
    display: block;
    margin: 20px 0 30px;
  }
}
.anchorArea ul.col3 li {
  width: calc((100% / 3) - 15px);
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 li {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 li p.link {
    margin-top: 15px;
  }
}
.anchorArea ul.col3 li p.link a {
  display: block;
  font-size: 1.1em;
  padding: 20px 20px 15px;
  min-height: 65px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 li p.link a {
    font-size: 1em;
    padding: 15px 15px 10px 15px;
    min-height: 50px;
  }
}
.anchorArea ul.col3 li p.link a span {
  font-size: 90%;
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 li p.link a span {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 li p.link a span.inline {
    display: inline;
  }
}
@media screen and (max-width: 668px) {
  .anchorArea ul.col3 li:first-child {
    margin-top: 0;
  }
}
.anchorArea ul.textlink {
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul.textlink {
    display: block;
  }
}
.anchorArea ul.textlink li {
  padding-right: 30px;
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 668px) {
  .anchorArea ul.textlink li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
  }
}
.anchorArea ul.textlink li a {
  position: relative;
  display: block;
  font-size: 1.1em;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .anchorArea ul.textlink li a {
    font-size: 100%;
    text-decoration: none;
  }
}
.anchorArea ul.textlink li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_down_black.svg);
  top: calc(50% - 3px);
  right: -15px;
  width: 8px;
  height: 5px;
  transform: rotate(-90deg);
}
.anchorArea ul.textlink li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .anchorArea ul.textlink li:last-child {
    margin-bottom: 0;
  }
}
.anchorArea ul.textlink li img {
  max-width: 25px;
  margin-right: 10px;
  transform: rotate(-5deg);
}
.anchorArea ul.textlink li.guidebook br.sp {
  display: none;
}
@media screen and (max-width: 360px) {
  .anchorArea ul.textlink li.guidebook br.sp {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .anchorArea ul.textlink li.guidebook {
    padding-bottom: 10px;
    padding-left: 2em;
    text-indent: -2em;
  }
}
@media screen and (max-width: 360px) {
  .anchorArea ul.textlink li.guidebook {
    padding-bottom: 20px;
  }
  .anchorArea ul.textlink li.guidebook a {
    line-height: 0;
  }
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.headline_normal {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 2px solid #222;
}

.headline_small {
  font-size: 1.2em;
}
.headline_small span.namber {
  font-weight: bold;
  margin-right: 10px;
}
.headline_small.icon {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.headline_small.icon::before {
  position: absolute;
  content: "▼";
  font-weight: bold;
  font-size: 75%;
  color: #666;
  text-indent: -1.3em;
}

ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 668px) {
  ul.notice li {
    font-size: 0.9em;
  }
}
ul.notice li span.gray {
  color: #ccc;
}
ul.indent li {
  padding-left: 2em;
  text-indent: -1em;
}
ul.linkWide {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  ul.linkWide {
    display: block;
  }
}
ul.linkWide li {
  width: 40%;
}
@media screen and (max-width: 668px) {
  ul.linkWide li {
    width: 100%;
  }
}
ul.linkWide li a {
  width: 100%;
  max-width: 450px;
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
  text-align: center;
  letter-spacing: 5px;
}
ul.linkWide li a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
ul.linkWide li a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  ul.linkWide li a {
    padding: 10px 35px 10px 15px;
  }
}
ul.linkWide li a:hover::after {
  right: 15px;
}
@media screen and (max-width: 668px) {
  ul.linkWide li a {
    text-align: left;
  }
}
@media screen and (max-width: 668px) {
  ul.linkWide li:not(:first-child) {
    margin-top: 20px;
  }
}
ul.linkWide.wide li {
  width: 100%;
}
ul.linkWide.wide li a {
  max-width: 100%;
}
ul.col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  ul.col2 {
    display: block;
  }
}
ul.col2 li {
  width: 48%;
}
@media screen and (max-width: 668px) {
  ul.col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  ul.col2 li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
ul.col2 li.image a {
  display: block;
}
ul.col2 li.image a img {
  border: 1px solid #ddd;
}
ul.col2 li.image .note {
  margin-top: 10px;
  font-size: 95%;
}

p.link {
  margin-top: 20px;
}
p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  letter-spacing: 2px;
}
p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  p.link a {
    padding: 10px 35px 10px 15px;
  }
}
p.link a:hover::after {
  right: 15px;
}
p.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 95%;
}
p span.bold {
  font-weight: bold;
}
p span.circle {
  color: #ccc;
  margin-right: 10px;
  font-size: 80%;
}
p span.small {
  font-size: 95%;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.flowArea .tab_contents .tab_box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #f5f5f5;
}
.flowArea .tab_contents .tab_box li {
  position: relative;
  width: 50%;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  padding: 15px 10px 17px;
  background: #222;
  color: #fff;
}
@media screen and (max-width: 668px) {
  .flowArea .tab_contents .tab_box li {
    font-size: 0.9em;
  }
}
.flowArea .tab_contents .tab_box li:hover {
  background: #3E577E;
}
.flowArea .tab_contents .tab_box li.on {
  background: #f7f4ea;
  color: #222;
  cursor: auto;
}
.flowArea .tab_contents .tab_box li.on:hover {
  background: #f7f4ea;
}
.flowArea .tab_contents .tab_box li.on::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #f7f4ea transparent transparent transparent;
}
@media screen and (max-width: 800px) {
  .flowArea .tab_contents .tab_box li.on::after {
    bottom: -10px;
  }
}
.flowArea .tab_contents .panel {
  display: none;
  position: relative;
  padding: 0 20px 20px;
  background: #f7f4ea;
}
.flowArea .tab_contents .panel .tab_inner {
  background: #fff;
  padding: 35px 20px 20px;
}
@media screen and (max-width: 668px) {
  .flowArea .tab_contents .panel .tab_inner {
    padding: 25px 10px 10px;
  }
}
.flowArea .tab_contents .panel .tab_inner p.reservationImg {
  margin-bottom: 20px;
}
.flowArea .tab_contents .panel .tab_inner p.reservationImg img {
  max-width: 700px;
}
.flowArea .tab_contents .panel.on {
  display: block;
}
.flowArea .flow {
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .flowArea .flow {
    padding: 10px;
  }
}
.flowArea .flow.bg {
  background: url(../../common/images/bg_gray.png);
  padding-bottom: 30px;
}
.flowArea .flow .number {
  font-size: 1.3em;
  margin: 0 0 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}
@media screen and (max-width: 668px) {
  .flowArea .flow .number {
    padding-left: 2.4em;
    text-indent: -2.4em;
    line-height: 140%;
  }
}
.flowArea .flow .number span {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 0 5px 2px;
  margin-right: 15px;
  font-size: 90%;
}
.flowArea .flow .firsttime {
  border: 2px solid #ccc;
  margin-top: 20px;
  padding: 20px;
}
.flowArea .flow .firsttime p:first-child {
  font-size: 1.2em;
}
.flowArea .attention {
  border: 2px solid #CB4B4B;
  padding: 13px 15px;
  margin-top: 20px;
  background: #fff;
}
.flowArea .attention p:first-child {
  font-size: 1.1em;
  color: #CB4B4B;
  border-bottom: 1px solid #CB4B4B;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .flowArea .attention p:first-child {
    font-size: 1em;
  }
}

div.telArea {
  background: url(../../common/images/bg_gray.png);
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  div.telArea {
    padding: 15px;
  }
}
div.telArea p:first-child {
  font-size: 1.2em;
}
div.telArea p.tel {
  margin-bottom: 5px;
}
div.telArea p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
div.telArea p.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
div.telArea p.tel a {
  font-weight: 700;
  font-size: 1.5em;
  margin-left: 10px;
}
div.telArea p.tel a::before {
  width: 20px;
  height: 20px;
  background-size: cover;
  vertical-align: inherit;
  margin-right: 8px;
}

.periodArea .tableBox {
  margin: 20px 0;
}
.periodArea .tableBox div {
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.periodArea table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 668px) {
  .periodArea table {
    font-size: 0.9em;
  }
}
.periodArea table th, .periodArea table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 180%;
}
.periodArea table th {
  text-align: center;
  padding: 10px 15px;
  background: #f7f7f7;
}
@media screen and (max-width: 668px) {
  .periodArea table th {
    padding: 10px 5px;
  }
}
.periodArea table td {
  padding: 10px 15px;
}
@media screen and (max-width: 668px) {
  .periodArea table td {
    padding: 10px;
  }
}
.periodArea table.seigen {
  text-align: center;
}
@media screen and (max-width: 668px) {
  .periodArea table.seigen {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.periodArea table.seigen tr:first-child td {
  background: #f5f5f5;
  width: calc(100% / 13);
}
.periodArea table.tokutei {
  margin: 20px 0;
}
.periodArea table.tokutei td.bg_y {
  background: #f7f4ea;
  width: 22%;
}
.periodArea table.tokutei td.bg_g {
  background: #f5f5f5;
  width: 32%;
}
.periodArea .flex {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .periodArea .flex {
    display: block;
  }
}
.periodArea .flex h4 {
  margin-right: 50px;
}
.periodArea .flex .link {
  margin-top: 0;
}
@media screen and (max-width: 668px) {
  .periodArea .flex .link {
    margin-top: 10px;
  }
}
.periodArea .flex .link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
}
.periodArea .flex .link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.periodArea .flex .link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .periodArea .flex .link a {
    padding: 10px 35px 10px 15px;
  }
}
.periodArea .flex .link a:hover::after {
  right: 15px;
}
.periodArea .ticket, .periodArea .contentsSet {
  margin-top: 10px;
  padding: 20px;
  border: 5px solid #f7f4ea;
}
@media screen and (max-width: 668px) {
  .periodArea .ticket, .periodArea .contentsSet {
    padding: 15px;
  }
}
.periodArea .contentsSet {
  margin-bottom: 50px;
  max-width: 900px;
}
.periodArea .contentsSet .red {
  color: #CB4B4B;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.periodArea .contentsSet select {
  padding: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 668px) {
  .periodArea .contentsSet select {
    width: 100%;
  }
}
.periodArea .accordion_button {
  position: relative;
  background-color: #222;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  margin-top: 20px;
}
.periodArea .accordion_button::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_down_white.svg);
  top: calc(50% - 3px);
  right: 20px;
  width: 8px;
  height: 5px;
  transition: 0.5s;
}
.periodArea .accordion_button:hover {
  background-color: #3E577E;
  color: #fff;
}
.periodArea .accordion_button:hover::after {
  top: 50%;
}
.periodArea .accordion_contents {
  display: none;
}
.periodArea .specificImage {
  margin: 20px 0;
  max-width: 750px;
}
.periodArea + p.link {
  margin-top: 30px;
  text-align: center;
}
