@charset "UTF-8";
/*---------------------------------
Theme Name: おもちゃ美術館
Description: 
Author:
Author URI:
Version: 1.0
----------------------------------*/
/*---------------------------------

Themes CSS

----------------------------------*/
/*
Basic
----------------------------------*/
/* Chromeで游ゴシックかすれる問題おまじない */
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

/* iphone */
*:focus {
  outline: none !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  html {
    overflow: visible !important;
  }
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #2f2f2f;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
}
body.fix {
  position: fixed;
  width: 100%;
}

.wrap,
.body {
  overflow-x: hidden;
}

p, li, div, span {
  line-height: 2;
}

#wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: visible !important;
    cursor: pointer !important;
    text-decoration: none !important;
  }
}
/* reset */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* link */
a, button, img,
a::before, a::after {
  transition: all 0.3s ease 0s;
}

a {
  color: #2f2f2f;
  text-decoration: none;
}
a._under {
  text-decoration: underline;
}

.mainView a:hover, .mainView a:hover img, .mainView a:active {
  opacity: 1;
  -moz-opacity: 1;
  color: #b81c26;
}

button:hover, button:active {
  color: var(--link-hover-color);
}

a:visited {
  color: #133b60;
}

#st-page a {
  text-decoration: underline;
}

.ticketBtn {
  background-color: #b81c26;
}

.content .btn, .btn {
  display: flex;
  position: relative;
  z-index: 10;
}
.content .btn a,
.content .btn button, .btn a,
.btn button {
  padding: 20px 75px;
  border-radius: 10px;
  background-color: #b81c26;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.content .btn a::after,
.content .btn button::after, .btn a::after,
.btn button::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  right: 25px;
  transition: all 0.3s ease 0s;
}
.content .btn a:not(.nomove):hover::after,
.content .btn button:not(.nomove):hover::after, .btn a:not(.nomove):hover::after,
.btn button:not(.nomove):hover::after {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .content .btn a,
.content .btn button, .btn a,
.btn button {
    font-size: 15px;
    padding: 7px 57px;
  }
  .content .btn a::after,
.content .btn button::after, .btn a::after,
.btn button::after {
    width: 17px;
    height: 17px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.content .btn._btnRW a, .btn._btnRW a {
  color: #2f2f2f;
  border: 3px solid #b81c26;
  background-color: #fff;
}
.content .btn._btnRW a::after, .btn._btnRW a::after {
  background-image: url(../images/icon_arrow_r.png);
}
@media screen and (max-width: 768px) {
  .content .btn._btnRW a, .btn._btnRW a {
    border: 2px solid #b81c26;
  }
}
.content .btn._btnW a, .btn._btnW a {
  color: #2f2f2f;
  border: 3px solid #fff;
  background-color: #fff;
}
.content .btn._btnW a::after, .btn._btnW a::after {
  background-image: url(../images/icon_arrow_r.png);
}
.content .btn._btnW a:hover, .btn._btnW a:hover {
  border: 3px solid #b81c26;
}
.content .btn._btnTicket a::before, .btn._btnTicket a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_ticket_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 36px;
  height: 31px;
  position: absolute;
  top: 25px;
  left: 24px;
  transition: all 0.2s ease 0s;
}
.content .btn._btnTicket a::after, .btn._btnTicket a::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_win_w.png);
  top: 33px;
  transition: all 0.1s ease 0s;
}
@media screen and (min-width: 769px) {
  .content .btn._btnTicket a:hover, .btn._btnTicket a:hover {
    background-color: #7c5745;
  }
  .content .btn._btnTicket a:hover::before, .btn._btnTicket a:hover::before {
    background-image: url(../images/icon_ticket_br.png);
    top: 24px;
  }
  .content .btn._btnTicket a:hover::after, .btn._btnTicket a:hover::after {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_win_w_hover.png);
    top: 30px;
    right: 23px;
  }
}
@media screen and (max-width: 768px) {
  .content .btn._btnTicket a::before, .btn._btnTicket a::before {
    width: 26px;
    height: 20.5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 12px;
  }
  .content .btn._btnTicket a::after, .btn._btnTicket a::after {
    top: 24px;
  }
}
.content .btn._btnWin a::after, .btn._btnWin a::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_win_w.png);
}
@media screen and (min-width: 769px) {
  .content .btn._btnWin a::after, .btn._btnWin a::after {
    top: 33px;
  }
}
.content .btn._btnWin a:hover, .btn._btnWin a:hover {
  background-color: #7c5745;
}
.content .btn._btnWin a:hover::after, .btn._btnWin a:hover::after {
  right: 25px;
}

/* responsive */
.body img:not(.columnImage), .body video, .body object {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

/* ---------------------------------------------
 base modules
------------------------------------------------ */
.inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    overflow-x: hidden;
    padding: 0 10px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ---------------------------------------------
 container
------------------------------------------------ */
.allview {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .allview > div {
    width: 100%;
    padding: 0 10px;
  }
}

.container,
.conWid {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container,
.conWid {
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .conWid {
    overflow: visible;
  }
}
._txtWin::after,
._txtWinR::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_win_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-right: 2px;
  position: relative;
  top: 0.5px;
}

._txtWinR {
  color: #b81c26 !important;
}
._txtWinR::after {
  background-image: url(../images/icon_win_r.png);
}

/* ------ title -------------------------------- */
.pageTitle {
  margin: 0 0 20px;
  height: 430px;
  position: relative;
  background-image: url(../images/bg_title.jpg);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    background-image: url(../images/bg_title_sp.jpg);
    background-size: cover;
  }
}
.pageTitle > div {
  width: 460px;
  height: 95px;
  background-color: #b81c26;
  border-radius: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.pageTitle p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 20px;
}
.pageTitle h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    margin: 65px 0 0;
    height: 265px;
    border-radius: 20px 0;
  }
  .pageTitle > div {
    width: calc(100% - 30px);
    height: auto;
    padding: 11px 10px;
    bottom: 40px;
    left: 15px;
  }
  .pageTitle p {
    font-size: 11px;
  }
  .pageTitle h1 {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* ------ topicPath --------------------------- */
.container .topicPath {
  text-align: left;
  margin: 25px 0 55px;
  padding-left: 35px;
  padding-bottom: 25px;
  color: #2f2f2f;
  font-size: 15px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #f5f2ec;
}
.container .topicPath li {
  font-weight: 600;
  letter-spacing: 1px;
}
.container .topicPath li::after {
  content: "/";
  color: #b81c26;
  font-weight: bold;
  text-shadow: 0 0 #b81c26, 0 0 #b81c26;
  margin: 0 15px;
}
.container .topicPath li:nth-last-child(1)::after {
  content: none;
}
.container .topicPath a {
  color: #2f2f2f;
  font-weight: 600;
  text-decoration: none;
}
.container .topicPath a:link, .container .topicPath a:hover, .container .topicPath a:visited, .container .topicPath a:active {
  color: #2f2f2f;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .container .topicPath {
    margin-top: 210px;
    flex-wrap: wrap;
    padding-left: 5px;
  }
}

/* ------ pagetop ------------------------------ */
.pagetop {
  width: 980px;
  margin: 10px auto;
  text-align: right;
  font-size: 78%;
}
.pagetop a {
  text-decoration: none;
  color: #666;
  padding: 5px 10px 5px 15px;
}
.pagetop a:link, .pagetop a:hover, .pagetop a:visited, .pagetop a:active {
  text-decoration: none;
  color: #666;
  padding: 5px 10px 5px 15px;
}

/* content
------------------------------------------------ */
.content:not(.top) {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content:not(.top) {
    width: 100%;
  }
}

/* entry nav
------------------------------------------------ */
.content:not(.top) .entryNav {
  background: #f8e8e9;
  padding: 10px;
  margin-top: 30px;
}
.content:not(.top) .entryNav--list {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.content:not(.top) .entryNav--list li a {
  color: #000;
  text-decoration: none;
}
.content:not(.top) .entryNav--list li a:hover {
  color: #b81c26;
}

/* safari */
_::-webkit-full-page-media, _:future, :root :not(.top).content .entryNav--list li {
  white-space: nowrap;
}

/* sidebar
------------------------------------------------ */
.sidebar {
  background-color: #f8e8e9;
  margin: 100px 0 0;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sidebar {
    padding: 30px 0 5px;
  }
}
.sidebar > div {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sidebar > div {
    width: 100%;
    padding: 0 15px;
    flex-direction: column;
  }
}
.sidebar nav {
  width: 32%;
}
.sidebar nav h2 {
  width: 290px;
  color: #b81c26;
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #b81c26;
}
@media screen and (max-width: 768px) {
  .sidebar nav h2 {
    width: 100%;
    padding-top: 20px;
  }
}
.sidebar nav.backnumber ul {
  display: flex;
}
.sidebar nav.backnumber ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sidebar nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sidebar ul, .sidebar li {
  line-height: 1.8em;
}
.sidebar ul {
  margin-top: 20px;
}
.sidebar li {
  margin-bottom: 1rem;
}
.sidebar li a {
  color: #000;
}
.sidebar li a:hover {
  color: #b81c26;
}
@media screen and (max-width: 768px) {
  .sidebar li {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  .pre .sidebar nav {
    width: 45%;
  }
  .pre .sidebar nav h2 {
    width: 90%;
  }
}
/* parts
------------------------------------------------ */
.imgH2Box,
.col2Box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.imgH2Box h2,
.col2Box h2 {
  width: 600px;
  min-width: 600px;
  margin: 0;
}
.imgH2Box > div,
.col2Box > div {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .imgH2Box > div,
.col2Box > div {
    margin: 25px 0 0 40px;
  }
}
.imgH2Box > div.img,
.col2Box > div.img {
  width: 500px;
  min-width: 500px;
  border-radius: 40px 0;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .imgH2Box > div.img,
.col2Box > div.img {
    padding: 30px 20px;
    width: 100%;
    min-width: 100%;
  }
}
.imgH2Box._reverse,
.col2Box._reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .imgH2Box._reverse > div,
.col2Box._reverse > div {
    margin: 25px 40px 0 0;
  }
}
.imgH2Box .title,
.col2Box .title {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .imgH2Box,
.col2Box {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .imgH2Box h2,
.col2Box h2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .imgH2Box .title,
.col2Box .title {
    font-size: 18px;
  }
}

/* ATTENTION */
.att {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
.att p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .att {
    width: 100%;
  }
}
.att--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px 15px 13px 125px;
  margin: 0 0 25px;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #f5f2e9;
  border-radius: 15px 0;
  position: relative;
  overflow: hidden;
}
.att--box::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .att--box {
    flex-direction: column;
    padding: 20px 23px 14px;
  }
}
.att01 .att--title {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .att01 .att--title > p:nth-child(1)::after {
    content: "";
    display: inline-block;
    background-color: #dbd3c6;
    position: relative;
    top: 3px;
    width: 2px;
    height: 18px;
    margin: 0 15px;
  }
}
.att01::before {
  background-image: url(../images/top/img_top_att_01.png);
  width: 80px;
  height: 80px;
  bottom: -9px;
  left: 25px;
}
.att01 ._btnTicket a {
  padding: 20px 70.5px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .att01 ._btnTicket a {
    padding: 15px 52px;
  }
}
.att02 .att--title {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .att02 .att--title > p:nth-child(1)::after {
    content: "";
    display: inline-block;
    background-color: #dbd3c6;
    position: relative;
    top: 3px;
    width: 2px;
    height: 18px;
    margin: 0 15px;
  }
}
.att02::before {
  background-image: url(../images/top/img_top_att_02.png);
  width: 81px;
  height: 132px;
  bottom: -47px;
  left: 25px;
}
.att02 ._btnW a {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .att02 ._btnW a {
    padding: 20px 76.5px;
  }
}
@media screen and (min-width: 769px) {
  .att03 {
    padding: 35px 15px 25px 370px;
  }
}
.att03::before {
  background-image: url(../images/top/img_top_att_03.png);
  width: 322px;
  height: 127px;
  bottom: -18px;
  left: 25px;
}
.att03 > div {
  flex-direction: column;
  align-items: flex-start;
}
.att03 > div p {
  font-size: 15px;
  font-weight: 500;
}
.att03 > div p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0;
}
.att03 > div p.title::before {
  content: "";
  display: inline-block;
  background-color: #2bb273;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
}
.att03 .btn a {
  padding-left: 42px;
}
.att04 {
  padding: 40px 50px;
}
.att04 .att--title {
  margin-right: 30px;
  flex-direction: column;
  align-items: flex-start;
}
.att04 .att--title .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0;
}
.att04 .att--title .title::before {
  content: "";
  display: inline-block;
  background-color: #2bb273;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .att04 {
    padding: 30px 20px;
  }
  .att04 .att--title {
    margin: 0;
  }
  .att04 .btn {
    margin-top: 15px;
  }
}
.att--title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.att--title p {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
}
.att--title p span {
  color: #b81c26;
  position: relative;
}
.att--title p span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #b81c26;
  position: absolute;
  top: -5px;
  left: 7px;
}
@media screen and (max-width: 768px) {
  .att01::before {
    width: 66px;
    height: 66px;
    left: 11px;
  }
  .att01 .att--title {
    margin: 0 0 12px;
  }
  .att01 ._btnTicket a {
    padding: 10px 50px;
    width: 225px;
  }
  .att01 ._btnTicket a::before {
    top: 16px;
  }
  .att01 ._btnTicket a::after {
    top: 18px;
  }
  .att03 {
    overflow: visible;
    margin-bottom: 145px;
    padding: 17px 10px 15px;
    border-radius: 5px 0;
  }
  .att03::before {
    content: none;
  }
  .att03 > div p {
    line-height: 1.5;
  }
  .att03 > div p.title {
    border: none;
  }
  .att03 .btn {
    position: absolute;
    bottom: -75px;
  }
  .att--title {
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
  }
  .att--title > p:first-child {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #dbd3c6;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .att--title p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 460px) {
  .att01::before {
    width: 56px;
    height: 56px;
  }
  .att02::before {
    width: 52px;
    height: 110px;
    left: 20px;
  }
}
@media screen and (max-width: 390px) {
  .att01::before {
    width: 46px;
    height: 46px;
    left: 9px;
    bottom: -7px;
  }
  .att02::before {
    width: 40px;
    height: 106px;
    bottom: -48px;
    left: 10px;
  }
}
.textbox {
  background-color: #fbf3f4;
  margin: 30px 0 0;
  padding: 30px 20px;
  border-radius: 15px 0;
}
.textbox p {
  margin-top: 0;
}
.textbox p.tel {
  font-size: 32px;
  font-weight: bold;
  color: #b81c26;
  letter-spacing: 1px;
  line-height: 1.6;
}
.textbox p.tel a {
  font-weight: bold;
}
.textbox._flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.textbox._flex > * {
  margin: 0 20px;
}

/* FAQ
------------------------------------------------ */
.content:not(.top) .accFaq {
  width: 100%;
  padding: 25px 0 25px 80px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq {
    padding: 20px 0 20px 55px;
  }
}
.content:not(.top) .accFaq--question {
  font-size: 15px;
  position: relative;
  padding-right: 95px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--question {
    padding-right: 55px;
  }
}
.content:not(.top) .accFaq--question::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_faq.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: -55px;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--question::before {
    left: -43px;
    top: 2px;
  }
}
.content:not(.top) .accFaq--question::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #b81c26;
  position: absolute;
  top: 1px;
  right: 30px;
  z-index: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--question::after {
    right: 15px;
  }
}
.content:not(.top) .accFaq--question.open::after {
  background-color: #f8e8e9;
}
.content:not(.top) .accFaq--question button {
  color: #000;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--question button {
    font-size: 16px;
  }
}
.content:not(.top) .accFaq--question button::before, .content:not(.top) .accFaq--question button::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  right: 39px;
  z-index: 1;
  width: 13px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--question button::before, .content:not(.top) .accFaq--question button::after {
    right: 24px;
  }
}
.content:not(.top) .accFaq--question button::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.content:not(.top) .accFaq--question.open button::before, .content:not(.top) .accFaq--question.open button::after {
  background-color: #b81c26;
}
.content:not(.top) .accFaq--question.open button::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.content:not(.top) .accFaq--question.open button::after {
  background-color: transparent;
}
.content:not(.top) .accFaq--toggle {
  display: none;
}
.content:not(.top) .accFaq--answer {
  display: none;
  font-size: 14px;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--answer {
    padding-right: 60px;
  }
}
.content:not(.top) .accFaq--answer p, .content:not(.top) .accFaq--answer ul, .content:not(.top) .accFaq--answer ol, .content:not(.top) .accFaq--answer table {
  width: auto !important;
  margin-top: 20px !important;
  padding-right: 95px;
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .accFaq--answer p, .content:not(.top) .accFaq--answer ul, .content:not(.top) .accFaq--answer ol, .content:not(.top) .accFaq--answer table {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
.content:not(.top) .accFaq--answer p a, .content:not(.top) .accFaq--answer ul a, .content:not(.top) .accFaq--answer ol a, .content:not(.top) .accFaq--answer table a {
  color: #b81c26;
}
.content:not(.top) .accFaq + .accFaq {
  margin-top: -1px;
}

/* ---------------------------------------------
  privacy policy
------------------------------------------------ */
#pp h1 {
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pp h1 {
    font-size: 30px;
    margin: 10px 0 0;
  }
}

.privacy-policy {
  padding: 0 1.5rem 1rem;
}
.privacy-policy h2 {
  margin-top: 2rem;
  font-size: 22px;
}
.privacy-policy p, .privacy-policy ol, .privacy-policy ul {
  margin-top: 1rem;
}
.privacy-policy a {
  text-decoration: underline;
}

/* ---------------------------------------------
  guide
------------------------------------------------ */
.content .anchorList {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.content .anchorList > p {
  margin: 0 auto;
}
.content .anchorList a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 30px;
  position: relative;
}
.content .anchorList a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .anchorList > p:nth-child(odd) a {
  color: #f7b300;
}
.content .anchorList > p:nth-child(odd) a::after {
  background-image: url(../guide/image/img_guide_arrow_01.png);
}
.content .anchorList > p:nth-child(even) a {
  color: #35a973;
}
.content .anchorList > p:nth-child(even) a::after {
  background-image: url(../guide/image/img_guide_arrow_02.png);
}
@media screen and (max-width: 768px) {
  .content .anchorList {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .content .anchorList a {
    font-size: 19px;
    margin: 0 10px 20px;
    padding-bottom: 25px;
    text-align: center;
  }
  .content .anchorList a::after {
    width: 18px;
    height: 18px;
  }
}

#guide {
  /**/
  /**/
  /**/
}
@media screen and (min-width: 769px) {
  #guide .content.guide, #guide .guide .conWid {
    width: 1110px;
    margin: 0 auto;
  }
}
@media all and (-ms-high-contrast: none) {
  #guide .content .anchorList > p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #guide {
    /*#jsChangeContents,
    .container {
      overflow: hidden;
    }*/
  }
  #guide .anchorList p {
    width: 50%;
    text-align: center;
    margin-top: 0;
  }
  #guide .anchorList p a {
    position: relative;
    padding-top: 0;
    margin: 0 0 20px;
  }
  #guide .anchorList p a span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
    top: -3px;
    left: 2px;
  }
  #guide .anchorList p a::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#guide .floor {
  margin-top: 150px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #guide .floor {
    background-color: #f6f4ed;
    padding-bottom: 220px;
  }
  #guide .floor::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -120px;
    width: 100%;
    height: 121px;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #f6f4ed 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f6f4ed 50.5%) no-repeat top right/50% 100%;
  }
  #guide .floor::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 121px;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
  }
}
@media screen and (max-width: 768px) {
  #guide .floor {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
#guide .floor > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #guide .floor > div {
    flex-direction: column;
    width: 100vw !important;
    margin: 0 calc(50% - 50vw);
    padding: 0;
  }
}
#guide .floor h2 {
  width: 334px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #guide .floor h2 {
    position: relative;
    right: 10px;
    max-width: 257px;
    height: auto;
    width: 100%;
    margin: 0 auto 60px;
  }
}
#guide .floor .img {
  max-width: 764px;
}
#guide .floor .conWid .img {
  margin: 0 15px;
}
#guide .swiper {
  width: 1220px !important;
}
@media screen and (max-width: 768px) {
  #guide .swiper {
    width: 100% !important;
  }
}
#guide .swiper-wrapper {
  margin-top: 30px;
  width: 1220px !important;
}
@media screen and (min-width: 769px) {
  #guide .swiper-wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #guide .swiper-wrapper {
    width: 100% !important;
  }
}
#guide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #guide .swiper-slide {
    flex-direction: column;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #guide .swiper-pagination {
    top: 49vw;
    height: 30px;
    text-align: left;
  }
}
#guide .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #e4e0d2;
  opacity: 1;
}
#guide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#guide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}
#guide .swiper-pagination-bullet-active {
  background: #f7b300;
}
#guide .swiper-button-next, #guide .swiper-button-prev {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #f7b300;
}
@media screen and (max-width: 768px) {
  #guide .swiper-button-next, #guide .swiper-button-prev {
    top: 38vw;
  }
}
@media screen and (min-width: 769px) {
  #guide .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #guide .swiper-button-next {
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  #guide .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #guide .swiper-button-prev {
    right: 90px;
    left: unset;
  }
}
#guide .swiper-button-next::before,
#guide .swiper-button-prev::before,
#guide .swiper-button-next::after,
#guide .swiper-button-prev::after {
  content: "";
  height: 4px;
  display: inline-block;
  background: #fff;
  position: absolute;
}
#guide .swiper-button-next::before {
  width: 24px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  right: 16px;
}
#guide .swiper-button-next::after {
  width: 17px;
  bottom: calc(50% - 12px);
  transform: rotate(-45deg);
  left: 25px;
}
#guide .swiper-button-prev::before {
  width: 24px;
  top: calc(50% - 8px);
  transform: rotate(-45deg);
  right: 22px;
}
#guide .swiper-button-prev::after {
  width: 17px;
  bottom: calc(50% - 12px);
  transform: rotate(45deg);
  left: 22px;
}
#guide .swiper-button-next.swiper-button-disabled,
#guide .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#guide .swiper-slide {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
#guide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#guide .swiper-slide .img {
  display: block;
  width: 347px;
  height: 230px;
  border-radius: 40px 0;
  overflow: hidden;
  margin-right: 65px;
}
@media screen and (max-width: 768px) {
  #guide .swiper-slide .img {
    width: 60%;
    height: 100%;
    margin: 0 auto 0 15px !important;
  }
}
#guide .swiper-slide .txt {
  display: inline-block;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #guide .swiper-slide .txt {
    padding: 35px 15px 0;
  }
}
#guide .swiper-slide p {
  margin: 0;
}
#guide .swiper-slide p a {
  color: #b81c26 !important;
}
#guide .swiper-slide .title {
  color: #f7b300;
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
}
#guide .swiper-slide .title::before {
  content: "";
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-color: #f7b300;
  position: relative;
  top: -4px;
  width: 26px;
  height: 26px;
  margin-right: 0.5rem;
  border-radius: 50%;
  text-align: center;
}
#guide .swiper-slide .title.t01::before {
  content: "1";
}
#guide .swiper-slide .title.t02::before {
  content: "2";
}
#guide .swiper-slide .title.t03::before {
  content: "3";
}
#guide .swiper-slide .title.t04::before {
  content: "4";
}
#guide .swiper-slide .title.t05::before {
  content: "5";
}
#guide .swiper-slide .title.t06::before {
  content: "6";
}
#guide .swiper-slide .title.t07::before {
  content: "7";
}
#guide .swiper-slide .title.t08::before {
  content: "8";
}
#guide .swiper-slide .title.t09::before {
  content: "9";
}
#guide .swiper-slide .title.t10::before {
  content: "10";
}
@media screen and (max-width: 768px) {
  #guide .swiper-slide .title {
    line-height: 1.4;
    margin: 10px 0 5px;
    text-align: center;
  }
}
#guide .swiper-slide .sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #guide .swiper-slide .sub + p {
    margin-top: 10px;
  }
}
#guide .floor-detail {
  max-width: 1100px;
  margin: auto;
}
#guide .floor-detail--box {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #guide .floor-detail--box {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #guide .floor-detail--box {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #guide .floor-detail--txt {
    width: 47%;
  }
}
#guide .floor-detail--txt h3 {
  color: #f7b300 !important;
  font-size: 26px !important;
  padding: 0 !important;
  font-weight: 600;
  line-height: 2;
}
#guide .floor-detail--txt h3::before {
  content: "";
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-color: #f7b300;
  position: relative;
  top: -4px;
  width: 26px;
  height: 26px;
  margin-right: 0.5rem;
  border-radius: 50%;
  text-align: center;
}
#guide .floor-detail--txt h3.t01::before {
  content: "1";
}
#guide .floor-detail--txt h3.t02::before {
  content: "2";
}
#guide .floor-detail--txt h3.t03::before {
  content: "3";
}
#guide .floor-detail--txt h3.t04::before {
  content: "4";
}
#guide .floor-detail--txt h3.t05::before {
  content: "5";
}
#guide .floor-detail--txt h3.t06::before {
  content: "6";
}
#guide .floor-detail--txt h3::after {
  display: none !important;
}
#guide .floor-detail--slide {
  position: relative;
}
#guide .floor-detail--slide .swiper-wrapper {
  width: 100% !important;
}
@media screen and (min-width: 769px) {
  #guide .floor-detail--slide {
    width: 45%;
  }
}
#guide .floor-detail--slide .detail-swiper {
  overflow: hidden;
}
#guide .floor-detail--slide .swiper-slide {
  opacity: 1;
  display: block;
  border-radius: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #guide .floor-detail--slide .swiper-pagination {
    bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #guide .floor-detail--slide .swiper-pagination {
    top: inherit;
    bottom: 0;
  }
}
#guide .gallery-area {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-bottom: 50px;
  transform: translateX(-50%);
}
#guide .gallery-area .gallery-wrap {
  display: flex;
  width: 210vw;
}
#guide .gallery-area .gallery-wrap .gallery {
  -webkit-animation: scroll 40s infinite linear 0.5s both;
          animation: scroll 40s infinite linear 0.5s both;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 16vw 16vw 16vw 16vw 16vw 16vw;
  grid-template-rows: 16vw 16vw;
  gap: 15px 15px;
  grid-template-areas: ". i2 i2 . . i5" ". . . i9 i9 i5";
}
@media screen and (max-width: 768px) {
  #guide .gallery-area .gallery-wrap .gallery {
    margin-right: 10px;
    grid-template-columns: 32vw 32vw 32vw 32vw 32vw 32vw;
    grid-template-rows: 32vw 32vw;
    gap: 10px 10px;
  }
}
#guide .gallery-area .gallery-wrap .gallery > .item:nth-child(2) {
  grid-area: i2;
}
#guide .gallery-area .gallery-wrap .gallery > .item:nth-child(5) {
  grid-area: i5;
}
#guide .gallery-area .gallery-wrap .gallery > .item:nth-child(9) {
  grid-area: i9;
}
@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#guide .barrierFree {
  margin: 40px 5px 0;
}
@media screen and (max-width: 768px) {
  #guide .barrierFree {
    margin: 0;
  }
}
#guide .barrierFree--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #guide .barrierFree--wrap {
    flex-direction: column;
  }
}
#guide .barrierFree--wrap--box {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  #guide .barrierFree--wrap--box {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #guide .barrierFree--wrap--box:nth-child(1) {
    order: 2;
  }
  #guide .barrierFree--wrap--box:nth-child(2) {
    order: 1;
    margin-top: 100px;
  }
  #guide .barrierFree--wrap--box:nth-child(3) {
    order: 3;
    margin-top: -10px;
  }
  #guide .barrierFree--wrap--box:nth-child(4) {
    order: 4;
    margin-top: 80px;
  }
  #guide .barrierFree--wrap--box:nth-child(5) {
    order: 5;
    margin-top: 70px;
  }
  #guide .barrierFree--wrap--box:nth-child(6) {
    order: 6;
    margin-top: 70px;
  }
}
#guide .barrierFree--wrap--box .img {
  margin-top: 50px;
  width: 80%;
  border-radius: 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #guide .barrierFree--wrap--box .img {
    margin-top: 20px;
    width: 100%;
  }
}
#guide .barrierFree--wrap .link a {
  text-decoration: none;
  color: #35a973;
}
#guide .barrierFree h2 {
  width: 334px;
  height: 272px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #guide .barrierFree h2 {
    max-width: 257px;
    height: auto;
    width: 100%;
    position: relative;
    left: 12px;
  }
}
#guide .barrierFree h3 {
  display: flex;
  margin: 0;
  align-items: center;
  flex-direction: row;
  position: relative;
  color: #35a973;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #guide .barrierFree h3 {
    /*&::before {
      content: "";
      display: inline-block;
      width: 96px;
      height: 96px;
      background-color: #35a973;
      border-radius: 40px 0;
      position: absolute;
      top: 0;
      left: -112px;
      margin-right: 12px;
    }

    &::after {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top;
      position: absolute;
    }  */
  }
}
@media screen and (max-width: 768px) {
  #guide .barrierFree h3 {
    border: none;
    margin: 0;
    padding-top: 35px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    /* &::before {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 35px;
      margin: 0 auto;
    }*/
  }
}
#guide .barrierFree--wrap--box {
  /*
  &:nth-child(2) h3::after {
    background-image: url(../guide/image/icon_guide_01.png);
    width: 45px;
    height: 49px;
    top: 22px;
    left: -85px;
  }

  &:nth-child(3) h3::after {
    background-image: url(../guide/image/icon_guide_02.png);
    width: 37px;
    height: 51px;
    top: 22px;
    left: -82px;
  }

  &:nth-child(4) h3::after {
    background-image: url(../guide/image/icon_guide_03.png);
    width: 33px;
    height: 59px;
    top: 19px;
    left: -81px;
  }

  &:nth-child(5) h3::after {
    background-image: url(../guide/image/icon_guide_04.png);
    width: 50px;
    height: 38px;
    top: 29px;
    left: -89px;
  }

  &:nth-child(6) h3::after {
    background-image: url(../guide/image/icon_guide_05.png);
    width: 65px;
    height: 41px;
    top: 27px;
    left: -96px;
  } */
}
@media screen and (max-width: 768px) {
  #guide .barrierFree--wrap--box {
    background: #f5f2e9;
    border-radius: 20px 0;
    margin-bottom: 30px;
    padding: 0 20px 20px;
    /*&:nth-child(3) h3::before {
      background-image: url(../guide/image/icon_guide_02_sp.png);
      width: 39px;
      height: 52px;
    }*/
    /*&:nth-child(5) {
      position: relative;
      &::before {
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        position: absolute;
        background-image: url(../guide/image/bg_barrierfree_dot.png);
        width: 233px;
        height: 242px;
        right: -10px;
        bottom: 37px;
        z-index: -1;
      }
      h3::before {
        background-image: url(../guide/image/icon_guide_04_sp.png);
        width: 52px;
        height: 39px;
        }
    }
    &:nth-child(6) h3::before {
      background-image: url(../guide/image/icon_guide_05_sp.png);
      width: 52px;
      height: 39px;
    }*/
  }
  #guide .barrierFree--wrap--box:nth-child(1) {
    background: none;
    margin: 30px 0 20px;
  }
  #guide .barrierFree--wrap--box:nth-child(2) {
    /*h3::before {
      background-image: url(../guide/image/icon_guide_01_sp.png);
      width: 46px;
      height: 50px;
    }*/
  }
  #guide .barrierFree--wrap--box:nth-child(4) {
    /*h3::before {
      background-image: url(../guide/image/icon_guide_03_sp.png);
      width: 31px;
      height: 56px;
    }*/
  }
}
#guide .barrierFree--wrap--box p {
  font-size: 15px;
  line-height: 2;
}
#guide .barrierFree--wrap--box p.link {
  margin-top: 0.8rem;
}
#guide .barrierFree--wrap--box p a {
  color: #b81c26;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #guide .barrierFree--wrap--box p {
    margin: 7px auto 0;
  }
}
#guide .barrierFree--wrap--box .img {
  display: block;
  width: 80%;
  height: auto;
  border-radius: 40px 0;
  overflow: hidden;
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  #guide .barrierFree--wrap--box .img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
#guide .mc {
  background: #f6f4ed;
  margin-top: 90px;
}
@media screen and (min-width: 769px) {
  #guide .mc {
    margin-bottom: -115px;
  }
}
@media screen and (max-width: 768px) {
  #guide .mc {
    margin-top: 50px;
  }
}
#guide .mc > div {
  padding: 70px 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #guide .mc > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #guide .mc > div {
    padding: 0 10px 35px;
  }
}
#guide .mc h2 {
  text-align: center;
  color: #7c5745;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  #guide .mc h2 {
    width: 100%;
    padding: 20px 0;
    line-height: 1.7;
    margin-bottom: 0;
  }
}
#guide .mc h2::before {
  content: "";
  display: inline-block;
  background-image: url(../guide/image/bg_cafe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 125px;
  height: 81px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #guide .mc h2::before {
    width: 130px;
    height: 85px;
    top: 0px;
  }
}
@media screen and (min-width: 769px) {
  #guide .mc .img {
    width: 45%;
  }
}
#guide .mc--slide {
  width: 100%;
  position: relative;
}
#guide .mc--slide .mc-swiper {
  overflow: hidden;
}
#guide .mc--slide .swiper-wrapper {
  width: 100% !important;
}
#guide .mc--slide .swiper-slide {
  opacity: 1;
  display: block;
  border-radius: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #guide .mc--slide .swiper-pagination {
    bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #guide .mc--slide .swiper-pagination {
    top: inherit;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #guide .mc .txt {
    width: 50%;
  }
}
#guide .mc .txt p {
  font-size: 15px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
#guide .mc .txt p span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #guide .mc .txt p {
    width: calc(100% - 70px);
    margin: 20px auto;
  }
}
#guide .mc .btn a {
  width: 440px;
  padding: 22px 20px 22px 0;
  font-size: 15px;
  background: #7c5745;
}
#guide .mc .btn a:hover {
  background: #392e28;
}
#guide .mc .btn a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_cup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
  top: 9px;
  left: 0;
  margin-right: 12px;
  width: 34px;
  height: 27px;
}
#guide .mc .btn a::after {
  width: 16px;
  height: 16px;
  top: 35px;
}
@media screen and (max-width: 768px) {
  #guide .mc .btn a {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 25px 38px 25px 42px;
  }
  #guide .mc .btn a::before {
    position: absolute;
    width: 23px;
    height: 17px;
    left: 15px;
  }
  #guide .mc .btn a::before, #guide .mc .btn a::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#guide .mc .sns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #guide .mc .sns {
    width: 440px;
  }
}
#guide .mc .sns a {
  margin: 10px;
  width: 40px;
  height: 40px;
}
#guide .mc .sns a.fb {
  background-image: url(../guide/image/logo_fb.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#guide .mc .sns a.insta {
  background-image: url(../guide/image/logo_insta.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#guide .mc .sns a:hover img {
  opacity: 0;
}

/* ---------------------------------------------
  faq
------------------------------------------------ */
#faq h2.org {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media all and (-ms-high-contrast: none) {
  #faq .content .anchorList > p {
    width: 19%;
    text-align: center;
  }
  #faq .content .anchorList > p:nth-child(2) {
    width: 23%;
  }
}

#faq .contactBox {
  width: 100%;
  background: #f5f2e9;
  padding: 40px 30px;
  margin: 90px 0 0;
  text-align: center;
}
#faq .contactBox h2.org {
  font-size: 24px;
  margin: 0;
}
#faq .contactBox .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faq .contactBox {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#faq .contactBox .adrress {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq .contactBox .adrress > div:nth-child(1) {
  border-right: 2px solid #dbd3c6;
  margin-right: 20px;
  padding-right: 20px;
}
#faq .contactBox .adrress .tel,
#faq .contactBox .adrress .tel a {
  margin: 0;
  color: #b81c26;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}
#faq .contactBox .adrress div.btn a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  background-image: url(../images/icon_mail_r.png);
  width: 22px;
  height: 17px;
  top: 42%;
  left: 30px;
}
#faq .contactBox .adrress div.btn a::after {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #faq .contactBox .adrress {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
  }
  #faq .contactBox .adrress > div:nth-child(1) {
    margin: 0 0 20px;
    border: none;
    padding: 0;
  }
  #faq .contactBox .adrress > div:nth-child(2) {
    width: 100%;
  }
  #faq .contactBox .adrress > div:nth-child(2) a {
    width: 100%;
  }
  #faq .contactBox .adrress .tel {
    text-align: center;
  }
}

.body:not(#top) .content.faq h2:not(.org).anotherH2 {
  text-align: left;
}

/* ---------------------------------------------
  info
------------------------------------------------ */
@media screen and (min-width: 769px) {
  #info .content {
    width: 1240px;
  }
}
#info .access {
  margin: 80px 0 0;
}
#info .access p {
  margin-top: 0;
}
#info .access h2 {
  margin-top: 0;
}
#info .covid {
  display: flex;
  padding: 40px 50px;
  border: 2px solid #b81c26;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  #info .covid--outline {
    width: 500px;
    min-width: 500px;
    margin-right: 30px;
  }
}
#info .covid--outline h2 {
  margin: 0;
  color: #b81c26;
  font-size: 21px;
}
#info .covid--outline--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 50px;
}
#info .covid--outline--icon > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 0;
  margin: 0 30px;
}
#info .covid--outline--icon > div::before {
  content: "";
  display: inline-block;
  background-color: #f5f2e9;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
#info .covid--outline--icon > div img {
  width: 75%;
}
#info .covid--list ul:not(.rice) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #info .covid {
    padding: 30px 25px;
    flex-direction: column;
  }
  #info .covid--outline--icon {
    flex-wrap: wrap;
    margin: 10px auto;
    max-width: 200px;
  }
  #info .covid--outline--icon > div {
    margin: 20px;
  }
}
#info .businessDay {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #info .businessDay {
    margin-top: 60px;
  }
}
#info .admissionFee--wrap {
  display: flex;
}
#info .admissionFee--wrap > * {
  width: 50%;
}
#info .admissionFee .btn {
  margin: 80px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .admissionFee--wrap {
    flex-direction: column;
  }
  #info .admissionFee--wrap > * {
    width: 100%;
  }
  #info .admissionFee .btn {
    margin: 30px 0 70px;
  }
}
#info .att {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #info .att {
    margin-top: 40px;
  }
  #info .att .att03 {
    margin-bottom: 120px;
  }
}
#info .access {
  margin-top: 100px;
}

/* ---------------------------------------------
  volunteer
------------------------------------------------ */
@media screen and (min-width: 769px) {
  #volunteer .content {
    width: 1240px;
  }
}
#volunteer .pageTitle p {
  margin-right: 10px;
}
#volunteer .anchorList {
  margin-top: 50px;
}
@media all and (-ms-high-contrast: none) {
  #volunteer .content .anchorList > p {
    width: 50%;
    text-align: center;
  }
}
#volunteer .aboutVolunteer {
  margin-top: 80px;
}
#volunteer .aboutVolunteer .imgH2Box {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #volunteer .aboutVolunteer {
    margin-top: 30px;
  }
  #volunteer .aboutVolunteer .imgH2Box {
    margin-bottom: 40px;
  }
}
#volunteer .att {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #volunteer .att {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  #volunteer .aboutDonation .col2Box {
    margin-top: 50px;
  }
}
#volunteer .aboutDonation .col2Box .txtBox {
  margin-top: 0;
}
#volunteer .company {
  margin: 30px 0;
}
#volunteer .company--logo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#volunteer .company--logo li {
  width: 24%;
  margin: 20px 16.5px 0 0;
}
@media screen and (min-width: 769px) {
  #volunteer .company--logo li:nth-of-type(4n) {
    margin-right: 0;
  }
}
#volunteer .company--name {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#volunteer .company--name li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font-size: 16px;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #volunteer .company--logo {
    justify-content: space-between;
  }
  #volunteer .company--logo li {
    margin: 0 0 10px;
    width: 49%;
  }
  #volunteer .company--name {
    margin-top: 20px;
  }
}

.imgH2Box > div.img._cut,
.col2Box > div.img._cut {
  padding: 0;
  margin: 30px 20px;
}

/* ---------------------------------------------
  en
------------------------------------------------ */
@media screen and (min-width: 769px) {
  .en-access .txtBox {
    margin: 25px 40px 0 0;
  }
}

.gm-svpc img {
  max-width: none !important;
}

/* ---------------------------------------------
 elements initialization 
------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

a img, fieldset, img {
  border: 0;
  vertical-align: top;
}

a img {
  opacity: 1;
  transition: opacity 0.2s ease;
}

a img:hover {
  opacity: 0.5;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 35px;
  line-height: 1.5;
}

input, select, textarea {
  font-size: 100%;
}

ol, ul, li {
  list-style: none;
}

q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ------ form --------------------------------- */
button, fieldset, form, input,
label, legend, select, textarea {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

input, textarea {
  vertical-align: middle;
  padding: 1px;
}

textarea {
  width: 98%;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
  margin-right: 3px;
}

/* ------ font --------------------------------- 

body{
  font-size:14px;
  color: #333;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}

*/
/* ------ links color -------------------------- 

a:link,
a:visited,
a:hover,
a:active{
  text-decoration:underline;
}
a:link          { color:#2061a9; }
a:visited       { color:#17467b; }
a:hover,a:active{ color:#2775cb; }
*/
/* ------ clearfix scheme ---------------------- */
/*
div:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}
*/
* html div {
  zoom: 1;
} /* IE6 */
*:first-child + html div {
  zoom: 1;
} /* IE7 */
/* base modules
------------------------------------------------ */
.content p, .content ul, .content dl, .content ol, .content table, .content blockquote {
  margin: 20px 0 0;
  line-height: 1.8em;
  color: #010101;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .content p, .content ul, .content dl, .content ol, .content table, .content blockquote {
    font-size: 14px;
  }
}
.content ul p, .content ul dl, .content ul ol {
  margin: 0;
}
.content dl p, .content dl ul, .content dl ol {
  margin: 0;
}
.content ol p, .content ol ul, .content ol dl {
  margin: 0;
}
.content ul ul, .content dl dl, .content ol ol {
  margin-top: 5px;
}
.content ul ul {
  margin-left: 1.5px;
}
.content ol ol {
  margin-left: 6.5px;
}
.content table p, .content table ul, .content table dl, .content table ol {
  margin: 0;
}
.content p img, .content dl img, .content ul img {
  vertical-align: middle;
}

a:not(.btnLink) {
  color: #b81c26;
  text-decoration: underline;
}

.column-image-left + .entry-container > p, .column-image-right + .entry-container > p {
  margin-top: 10px;
}

.column-image-left, .column-image-center, .column-image-right {
  margin-top: 20px !important;
}

/* common modules
------------------------------------------------ */
em {
  color: #FD6408;
}

.small {
  font-size: 87%;
}

.x-small {
  font-size: 78%;
}

.large {
  font-size: 107%;
}

.x-large {
  font-size: 120%;
}

.attention {
  color: #FF3366;
}

._bold {
  font-weight: bold;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

._left {
  text-align: left;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.nomargintop {
  margin-top: 0 !important;
}

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

.content .nocss {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

a[href*="tel:"] {
  pointer-events: none;
}

/* --- anchor , ext icon --- */
a[href$=".xls"], a[href$=".xlsx"], a[href$=".doc"], a[href$=".docx"], a[href$=pdf], a[href$=ppt], a.anchor {
  color: #b81c26;
  text-decoration: underline;
  padding-right: 20px;
}
a[href$=".xls"], a[href$=".xlsx"] {
  background: url(../images/fileicon/xls.png) no-repeat 100% 50%;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../images/fileicon/doc.png) no-repeat 100% 50%;
}
a[href$=pdf] {
  background: url(../images/fileicon/pdf.png) no-repeat 100% 50%;
}
a[href$=ppt] {
  background: url(../images/fileicon/ppt.png) no-repeat 100% 50%;
}
a.anchor {
  background: url(../images/fileicon/win.png) no-repeat 100% 50%;
}
a:hover, a:active {
  text-decoration: none;
}

/* --- openwin --- */
.openwin {
  padding-right: 15px;
}

/* ---　pagetop-in　 --- */
.pagetop-in {
  text-align: right;
}
.pagetop-in a {
  font-size: 92%;
}

/* --- blockquote --- */
.content:not(.top) blockquote, .content:not(.top) .acms-entry blockquote {
  background: #fafafa;
  color: #454545;
  font-size: 15px;
  border: 0;
  padding: 30px 20px 30px 145px;
  position: relative;
  line-height: 2;
}
.content:not(.top) blockquote::before, .content:not(.top) .acms-entry blockquote::before {
  content: "“";
  display: inline-block;
  font-family: "Staatliches", cursive;
  color: #eee;
  font-size: 277px;
  line-height: 0;
  position: absolute;
  top: 140px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .content:not(.top) blockquote, .content:not(.top) .acms-entry blockquote {
    padding: 65px 20px 20px;
  }
  .content:not(.top) blockquote::before, .content:not(.top) .acms-entry blockquote::before {
    font-size: 160px;
    top: 76px;
    left: 15px;
  }
}

/* ------ title -------------------------------- */
.body:not(#top) .content a:active {
  text-decoration: none;
}
.body:not(#top) .content h2:not(.org), .body:not(#top) .content .wysiwyg h1 {
  color: #fff;
  font-size: 24px;
  background-color: #b81c26;
  border-radius: 5px;
  padding: 12px 25px;
}
.body:not(#top) .content h2:not(.org).anotherH2, .body:not(#top) .content .wysiwyg h1.anotherH2 {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 80px 0 0;
  background: none;
  background-color: unset;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body:not(#top) .content h2:not(.org), .body:not(#top) .content .wysiwyg h1 {
    font-size: 20px;
  }
  .body:not(#top) .content h2:not(.org).anotherH2, .body:not(#top) .content .wysiwyg h1.anotherH2 {
    font-size: 28px;
  }
}
.body:not(#top) .content h3:not(.org), .body:not(#top) .content .wysiwyg h2 {
  color: #b81c26;
  font-size: 24px;
  padding: 12px 25px 13px 28px;
  position: relative;
}
.body:not(#top) .content h3:not(.org)::after, .body:not(#top) .content .wysiwyg h2::after {
  content: "";
  display: inline-block;
  background-color: #b81c26;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .body:not(#top) .content h3:not(.org), .body:not(#top) .content .wysiwyg h2 {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.body:not(#top) .content h3:not(.org)._dot, .body:not(#top) .content .wysiwyg h2._dot {
  color: #b81c26;
  font-size: 28px;
  line-height: 1.4;
  padding: 0 0 10px 5px;
}
.body:not(#top) .content h3:not(.org)._dot::after, .body:not(#top) .content .wysiwyg h2._dot::after {
  content: "";
  display: inline-block;
  background-image: url(../images/top/bg_dot.png);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: unset;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .body:not(#top) .content h3:not(.org)._dot::after, .body:not(#top) .content .wysiwyg h2._dot::after {
    background-size: cover;
    height: 3px;
  }
}
@media all and (-ms-high-contrast: none) {
  .body:not(#top) .content h3:not(.org)._dot::after, .body:not(#top) .content .wysiwyg h2._dot::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .body:not(#top) .content h3:not(.org)._dot, .body:not(#top) .content .wysiwyg h2._dot {
    font-size: 24px;
  }
}
.body:not(#top) .content h4:not(.org), .body:not(#top) .content .wysiwyg h3 {
  color: #b81c26;
  font-size: 24px;
}
.body:not(#top) .content h4:not(.org)::before, .body:not(#top) .content .wysiwyg h3::before {
  content: "";
  display: inline-block;
  background-color: #b81c26;
  position: relative;
  top: -7px;
  left: 0;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .body:not(#top) .content h4:not(.org), .body:not(#top) .content .wysiwyg h3 {
    font-size: 20px;
  }
}
.body:not(#top) .content h5:not(.org), .body:not(#top) .content .wysiwyg h4 {
  color: #b81c26;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .body:not(#top) .content h5:not(.org), .body:not(#top) .content .wysiwyg h4 {
    font-size: 18px;
  }
}

/* ------ ul ----------------------------------- */
/* --- normal list --- */
.list li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #b81c26;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.list li a {
  color: #b81c26;
}

/* --- link list --- */
.link li {
  padding-left: 15px;
  position: relative;
}
.link li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #b81c26;
  border-right: solid 2px #b81c26;
  position: absolute;
  top: 0.9em;
  left: 0;
  transform: rotate(45deg);
}

/* --- dash list --- */
.dash li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.dash li:before {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  background: #b81c26;
  position: absolute;
  top: 1em;
  left: 0;
}
.dash li a {
  color: #b81c26;
}

/* --- number list --- */
ol {
  counter-reset: number;
  padding: 0;
  /* paddingキャンセル */
  list-style: none;
  /* olがはき出す数字を消す */
}
ol li {
  text-indent: -30px;
  padding-left: 25px;
}
ol li:before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

/* --- attention list --- */
.rice li {
  position: relative;
  margin-left: 1.5rem;
  line-height: 1.8;
}
.rice li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
}
.rice li a {
  color: #b81c26;
}

/* --- compact list --- */
.compact li {
  display: inline;
  margin-right: 10px;
}

/* --- within compact list --- */
.within {
  padding: 8px;
  border: 1px solid #ddd;
}

/* ------ dl ----------------------------------- */
/* --- normal list --- */
.list dt {
  font-weight: bold;
}
.list dd {
  padding-left: 13px;
}

/* --- link list --- */
.link dt {
  background: url(../images/icon_arrow01.png) no-repeat 0 0.4em;
  padding-left: 15px;
  font-weight: bold;
}
.link dd {
  padding-left: 15px;
}

/* --- horizonal --- */
.horizonal dt {
  clear: left;
  float: left;
  width: 10em;
  padding: 8px 8px 8px 0;
}
.horizonal dd {
  padding: 8px 15px 8px 11em;
  border-bottom: 1px solid #ddd;
}

/* ------ layout frame ------------------------- */
.content .layout-frame {
  clear: both;
  margin-left: -20px;
}
.content .layout-3col {
  margin-left: -15px;
}
.content .layout-unit {
  float: left;
  display: inline;
  margin-left: 20px;
}
.content .layout-3col .layout-unit {
  margin-left: 15px;
}

/* 720px */
.grid-1 {
  width: 60px;
}

.grid-2 {
  width: 110px;
}

.grid-3 {
  width: 170px;
}

.grid-4 {
  width: 230px;
}

.grid-5 {
  width: 290px;
}

.grid-6 {
  width: 350px;
}

.grid-7 {
  width: 410px;
}

.grid-8 {
  width: 470px;
}

.grid-9 {
  width: 530px;
}

.grid-10 {
  width: 590px;
}

.grid-11 {
  width: 650px;
}

/* ------ social media ------------------------- */
.social-icon ul {
  margin: 20px auto;
  text-align: center;
}
.social-icon ul li {
  display: inline-block;
}
.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius: 50%;
  transition: all 0s ease 0s;
}

@media screen and (min-width: 750px) {
  .facebook:hover {
    background: url(../images/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998 !important;
  }
}
.facebook {
  background: url(../images/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #3b5998;
}

@media screen and (min-width: 750px) {
  .twitter:hover {
    background: url(../images/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced !important;
  }
}
.twitter {
  background: url(../images/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #00aced;
}

@media screen and (min-width: 750px) {
  .line:hover {
    background: url(../images/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13 !important;
  }
}
.line {
  background: url(../images/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #2cbf13;
}

/* ------ table -------------------------------- */
.content:not(.top) table:not(.org) {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
.content:not(.top) table:not(.org) th, .content:not(.top) table:not(.org) td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #000;
  background: #fff;
  border-collapse: collapse;
  border-bottom: none;
}
.content:not(.top) table:not(.org) th {
  background: #fbf3f4;
  font-weight: bold;
}
.content:not(.top) table:not(.org) tr:last-child {
  border-bottom: 1px solid #000;
}
.content:not(.top) table:not(.org) thead th {
  background: #f1d2d4;
  text-align: center;
}

th.head {
  background: #f1d2d4;
  text-align: center;
}

/* --- noborder --- */
table.noborder {
  border: 0;
  background: none;
}
table.noborder td, table.noborder th {
  border: 0;
  background: none;
}

/* index
------------------------------------------------ */
.index {
  clear: both;
  margin: 0 0 0 -20px;
}
.index dl {
  position: relative;
  float: left;
  display: inline;
  margin-left: 20px;
  width: 350px;
  background: #eee;
}
.index dt {
  padding: 7px;
  background: #ddd;
}
.index dt a {
  text-decoration: none;
}
.index dd {
  padding: 7px;
}

/* cms
------------------------------------------------ */
/* --- entry-date --- */
.entry-date {
  text-align: right;
  font-size: 87%;
  margin: 10px;
}
.entry-date time {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .entry-date {
    margin-top: 10px;
  }
}

/* --- entry-navigation / pager-navigation --- */
.entry-navigation, .pager-navigation {
  font-size: 87%;
  margin: 50px 0 0;
}

.entry-navigation a:link, .entry-navigation a:visited, .entry-navigation a:hover, .entry-navigation a:active {
  text-decoration: none;
}

.pager-navigation a:link, .pager-navigation a:visited, .pager-navigation a:hover, .pager-navigation a:active {
  text-decoration: none;
}

.entry-navigation ul, .pager-navigation ul {
  margin: 0;
}

/* entry-navigation */
.entry-navigation {
  background: #eee;
  padding: 10px;
}
.entry-navigation li {
  width: 33%;
}
.entry-navigation .entry-new {
  float: left;
}
.entry-navigation .entry-list {
  float: left;
  text-align: center;
}
.entry-navigation .entry-old {
  float: right;
  text-align: right;
}
.entry-navigation .home {
  text-align: center;
  margin-top: -20px;
}
.entry-navigation ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .entry-navigation ul, *:first-child + html .entry-navigation ul {
  zoom: 1;
}

/* pager-navigation */
.pager-navigation ul {
  display: flex;
}
.pager-navigation ul li {
  text-align: center;
  margin-right: 10px;
  line-height: 1;
}
.pager-navigation ul li span.cur,
.pager-navigation ul li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #b81c26;
  border: 1px solid #b81c26;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.pager-navigation ul li a {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.pager-navigation ul li a.prev, .pager-navigation ul li a.next {
  position: relative;
}
.pager-navigation ul li a.prev::before, .pager-navigation ul li a.prev::after, .pager-navigation ul li a.next::before, .pager-navigation ul li a.next::after {
  content: "";
  height: 2px;
  border-radius: 2px;
  display: inline-block;
  background: #000;
  position: absolute;
}
.pager-navigation ul li a.prev::before {
  width: 13px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  right: 14px;
}
.pager-navigation ul li a.prev::after {
  width: 9px;
  bottom: calc(50% - 7px);
  transform: rotate(45deg);
  left: 14px;
}
.pager-navigation ul li a.next::before {
  width: 13px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  right: 11px;
}
.pager-navigation ul li a.next::after {
  width: 9px;
  bottom: calc(50% - 7px);
  transform: rotate(-45deg);
  left: 15px;
}

/* 続きを読むリンク */
.search.entry p.continue {
  margin: 0;
  padding: 0;
}
.search.entry p.continue a {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
}
.search.entry p.continue a:hover {
  background-color: #F0F0F0;
}

/*
Header
----------------------------------*/
.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 25px 0;
  background-color: #fff;
}
.header a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header {
    width: 70px;
    height: 65px;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    border-radius: 0 0 0 10px;
    border-left: 2px solid #f5f2e9;
    border-bottom: 2px solid #f5f2e9;
  }
}
.header--nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header--nav {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .header--nav.open {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 90px 30px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header--nav.open::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    opacity: 1;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.header--nav--lang {
  position: relative;
  padding: 0 0 0 46px;
  margin: 0 20px 0 0;
}
.header--nav--lang::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_lang.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 2px;
  left: 1px;
}
.header--nav--lang ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header--nav--lang ul li {
  position: relative;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.header--nav--lang ul li a:hover {
  opacity: 0.7;
}
.header--nav--lang ul li.jp, .header--nav--lang ul li.jp a {
  color: #b81c26;
}
.header--nav--lang ul li.en a {
  color: #2f2f2f;
}
.header--nav--lang ul li:nth-child(2) {
  margin-left: 20px;
}
.header--nav--lang ul li:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-color: #b3b3b3;
  position: absolute;
  top: 10px;
  left: -10px;
  width: 1px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .header--nav--lang {
    order: 1;
    margin: 0 0 35px;
    padding: 0 0 0 25px;
  }
  .header--nav--lang::before {
    width: 25px;
    height: 25px;
    top: 8px;
  }
  .header--nav--lang ul li {
    width: 125px;
    text-align: center;
    font-size: 20px;
  }
  .header--nav--lang ul li:nth-child(2) {
    margin: 0;
  }
  .header--nav--lang ul li:nth-child(2) ::before {
    top: 15px;
    left: 0;
    width: 2px;
    height: 15px;
    border-radius: 2px;
  }
}
.header--nav--social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header--nav--social ul li {
  margin: 0 5px;
}
.header--nav--social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}
.header--nav--social ul li a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
}
.header--nav--social ul li a:hover::after {
  width: 42px;
  height: 42px;
  top: -3.5px;
  left: -3.5px;
}
.header--nav--social ul li:nth-child(1) a::after {
  background-image: url(../images/icon_inst.png);
}
.header--nav--social ul li:nth-child(2) a::after {
  background-image: url(../images/icon_fb.png);
}
.header--nav--social ul li:nth-child(3) a::after {
  background-image: url(../images/icon_tw.png);
}
@media screen and (max-width: 768px) {
  .header--nav--social {
    order: 5;
    margin: 0 0 25px;
  }
  .header--nav--social ul li {
    margin: 0 9px;
  }
  .header--nav--social ul li a {
    width: 45px;
    height: 45px;
  }
  .header--nav--social ul li a::after {
    width: 45px;
    height: 45px;
  }
}
.header--nav--menu ul {
  display: flex;
}
.header--nav--menu ul li {
  margin-left: 24px;
}
@media screen and (min-width: 769px) {
  .header--nav--menu ul li.cafe {
    margin-left: 20px;
  }
}
.header--nav--menu ul li.cafe a {
  letter-spacing: -1px;
  background-color: #7c5745;
  padding: 15px 36px 15px 17px;
  position: relative;
}
.header--nav--menu ul li.cafe a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_cup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
  top: 9px;
  left: 0;
  margin-right: 7px;
  width: 34px;
  height: 27px;
}
.header--nav--menu ul li.cafe a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_win_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 22px;
  right: 15px;
  transition: all 0.3s ease 0s;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .header--nav--menu ul li.cafe a::after {
    top: 30px;
  }
}
.header--nav--menu ul li.cafe a:hover {
  background-color: #392e28;
}
.header--nav--menu ul li.ticket a {
  padding: 15px 49px 15px 84px;
  position: relative;
}
.header--nav--menu ul li.ticket a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_ticket.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 13px;
  left: 30px;
  margin-right: 14px;
  width: 42px;
  height: 30px;
}
.header--nav--menu ul li.ticket a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_win_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 22px;
  right: 15px;
  transition: all 0.3s ease 0s;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .header--nav--menu ul li.ticket a::after {
    top: 30px;
  }
}
.header--nav--menu ul li.ticket a:hover {
  background: #7c5745;
}
.header--nav--menu ul li.ticket a:hover::before {
  background-image: url(../images/icon_ticket_br.png);
  top: 11.5px;
  left: 24px;
  width: 58px;
  height: 34px;
}
.header--nav--menu ul li a {
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header--nav--menu {
    order: 3;
    margin: 35px 0 0;
    width: 100%;
  }
  .header--nav--menu ul {
    flex-direction: column-reverse;
  }
  .header--nav--menu ul li {
    margin: 0 0 25px;
  }
  .header--nav--menu ul li a {
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    padding: 20px 0 !important;
    position: relative;
  }
  .header--nav--menu ul li a::after {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_win_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 29px;
    right: 22px;
  }
  .header--nav--menu ul li.ticket a::before {
    background-image: url(../images/icon_ticket_sp.png);
    width: 49px;
    height: 37px;
    position: absolute;
    top: 18px;
    left: 40px;
    margin: 0;
  }
  .header--nav--menu ul li.cafe a {
    background-color: #392e28;
  }
  .header--nav--menu ul li.cafe a::before {
    content: none;
  }
}
.header--nav--contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .header--nav--contact {
    order: 4;
    display: block;
    width: 100%;
    margin: 0 0 25px;
  }
  .header--nav--contact > div {
    display: flex;
    justify-content: space-between;
  }
  .header--nav--contact .btn {
    width: calc(50% - 10px);
    height: 65px;
  }
  .header--nav--contact .btn a {
    width: 100%;
    padding: 0 0 6px;
    border: 2px solid #b81c26;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .header--nav--contact .btn a::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
  }
  .header--nav--contact .btn.contact a::before {
    background-image: url(../images/icon_mail_r.png);
    width: 17px;
    height: 13px;
  }
  .header--nav--contact .btn.contact a::after {
    width: 16px;
    height: 16px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header--nav--contact .btn.contact a::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .header--nav--contact .btn.tel a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .header--nav--contact .btn.tel a::before {
    background-image: url(../images/icon_tel_r.png);
    width: 17px;
    height: 17px;
    top: 1px;
  }
  .header--nav--contact .btn.tel a::after {
    content: none;
  }
}
@media screen and (max-width: 375px) {
  .header .header--nav--menu ul li.ticket a::before {
    width: 43px;
    height: 32px;
    top: 20px;
    left: 22px;
  }
}
.header .gnavH,
.header .closeBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .gnavH {
    display: block;
    order: 2;
  }
  .header .gnavH ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .gnavH ul li {
    width: calc(50% - 10px);
    position: relative;
  }
  .header .gnavH ul li::after, .header .gnavH ul li:nth-child(1)::before, .header .gnavH ul li:nth-child(5)::before {
    content: "";
    display: inline-block;
    background-image: url(../images/bg_gnavLine.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
  }
  .header .gnavH ul li::after {
    bottom: 0;
  }
  .header .gnavH ul li:nth-child(1)::before, .header .gnavH ul li:nth-child(5)::before {
    top: 0;
  }
  .header .gnavH ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    color: #2f2f2f;
    line-height: 1.1;
    padding-left: 45px;
    position: relative;
  }
  .header .gnavH ul li a::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    top: 23px;
    left: 10px;
    width: 22px;
    height: 22px;
  }
  .header .gnavH ul li:nth-child(1) {
    order: 1;
  }
  .header .gnavH ul li:nth-child(1) a::before {
    background-image: url(../images/icon_menu_01.png);
  }
  .header .gnavH ul li:nth-child(2) {
    order: 3;
  }
  .header .gnavH ul li:nth-child(2) a::before {
    background-image: url(../images/icon_menu_02.png);
  }
  .header .gnavH ul li:nth-child(3) {
    order: 5;
  }
  .header .gnavH ul li:nth-child(3) a::before {
    background-image: url(../images/icon_menu_03.png);
  }
  .header .gnavH ul li:nth-child(4) {
    order: 7;
  }
  .header .gnavH ul li:nth-child(4) a::before {
    background-image: url(../images/icon_menu_04.png);
  }
  .header .gnavH ul li:nth-child(5) {
    order: 2;
  }
  .header .gnavH ul li:nth-child(5) a::before {
    background-image: url(../images/icon_menu_05.png);
  }
  .header .gnavH ul li:nth-child(6) {
    order: 4;
  }
  .header .gnavH ul li:nth-child(6) a::before {
    background-image: url(../images/icon_menu_06.png);
  }
  .header .gnavH ul li:nth-child(7) {
    order: 6;
  }
  .header .gnavH ul li:nth-child(7) a::before {
    background-image: url(../images/icon_menu_07.png);
  }
  .header .hamburger-btn {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 70px;
    width: 70px;
    height: 100%;
    outline: none;
    z-index: 200;
  }
  .header .hamburger-btn::before, .header .hamburger-btn::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    transition: all 0.3s ease 0s;
  }
  .header .hamburger-btn::before {
    width: 33px;
    height: 22px;
    background-image: url(../images/icon_gnav_open.png);
    top: 22px;
    right: 18px;
  }
  .header .hamburger-btn::after {
    width: 30px;
    height: 32px;
    background-image: url(../images/icon_gnav_close.png);
    opacity: 0;
    top: 17px;
    right: 19px;
  }
  .header .closeBtn:not(#js-buttonHamburger) {
    order: 6;
    display: block;
    width: 100vw;
    height: 63px;
    background-color: #b81c26;
  }
  .header .closeBtn:not(#js-buttonHamburger) p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .header .closeBtn:not(#js-buttonHamburger) p::after {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_close_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 19px;
    height: 19px;
    position: relative;
    top: 1px;
    right: -7px;
  }
}

#infoEn .header--nav--lang ul li.en {
  color: #b81c26 !important;
}
#infoEn .header--nav--lang ul li.jp, #infoEn .header--nav--lang ul li.jp a {
  color: #2f2f2f !important;
}

@media screen and (max-width: 768px) {
  body.fix .header .hamburger-btn::before {
    opacity: 0;
  }
  body.fix .header .hamburger-btn::after {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  #js-buttonHamburger {
    display: none;
  }
}
.headerLogo {
  width: 200px;
  height: 157px;
  background-color: #fff;
  border-radius: 0 0 15px 0;
  position: absolute;
  top: -55px;
  left: -1px;
  z-index: 20;
}
.headerLogo a {
  display: block;
  width: 150px;
  height: 133px;
  margin: 0 23px 0 auto;
}
.headerLogo a img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#top .headerLogo {
  width: 310px;
  height: 315px;
  border-radius: 0 0 10px 0;
  top: -85px;
  left: -1px;
}
#top .headerLogo a {
  width: 278px;
  height: 248px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #top .headerLogo {
    width: 168.5px;
    height: 176px;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
  }
  #top .headerLogo a {
    width: 127px;
    height: 113.5px;
    margin: 40px 15px auto auto;
  }
}

/*
.header + div.conWid {
  height: 176px;
  position: absolute;
}
*/
@media screen and (max-width: 768px) {
  .SPunder {
    display: none;
  }
  .body:not(#top) .noSPunder {
    display: none;
  }
  .body:not(#top) .SPunder {
    display: inline-block;
  }
  .body:not(#top) .headerLogo {
    width: 100%;
    height: 65px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .body:not(#top) .headerLogo a {
    display: block;
    width: 155px;
    height: 50px;
    margin: 15px 0 0 20px;
  }
}
.gnav {
  position: absolute;
  top: 300px;
  right: -0.5px;
  z-index: 100;
  display: block;
  background-color: #fff;
  border-radius: 15px 0 0 0;
  padding: 30px 15px 25px 10px;
}
.gnav::before, .gnav::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  width: 50px;
  height: 28px;
}
.gnav::before {
  background-image: url(../images/bg_corner_l.png);
  bottom: -8px;
  left: -31px;
}
.gnav::after {
  background-image: url(../images/bg_corner_r.png);
  top: -13px;
  right: -18px;
}
.gnav ul {
  display: flex;
  align-items: flex-end;
}
.gnav ul li {
  margin: 0 0 0 30px;
}
.gnav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: bold;
  padding: 52px 0 0;
  position: relative;
}
.gnav ul li a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
}
.gnav ul li:nth-child(1) a::before {
  background-image: url(../images/icon_menu_01.png);
  width: 34px;
  height: 41px;
  margin-top: 3px;
}
.gnav ul li:nth-child(2) a::before {
  background-image: url(../images/icon_menu_02.png);
  width: 43px;
  height: 43px;
}
.gnav ul li:nth-child(3) a::before {
  background-image: url(../images/icon_menu_03.png);
  width: 42px;
  height: 46px;
}
@media screen and (min-width: 769px) {
  .gnav ul li:nth-child(4) {
    margin-left: 35px;
  }
}
.gnav ul li:nth-child(4) a::before {
  background-image: url(../images/icon_menu_04.png);
  width: 43px;
  height: 42px;
  margin-top: 3px;
}
@media screen and (min-width: 769px) {
  .gnav ul li:nth-child(5) {
    margin-left: 40px;
  }
}
.gnav ul li:nth-child(5) a::before {
  background-image: url(../images/icon_menu_05.png);
  width: 49px;
  height: 43px;
}
.gnav ul li:nth-child(6) a::before {
  background-image: url(../images/icon_menu_06.png);
  width: 43px;
  height: 43px;
}
@media screen and (min-width: 769px) {
  .gnav ul li:nth-child(7) {
    margin-left: 40px;
  }
}
.gnav ul li:nth-child(7) a::before {
  background-image: url(../images/icon_menu_07.png);
  width: 28px;
  height: 41px;
}
.gnav ul li:nth-child(8) {
  display: none;
}
.gnav ul li:hover a::before {
  top: -5px;
}
.gnav ul li:hover:nth-child(1) a::before {
  width: 41px;
  height: 58.8px;
}
.gnav ul li:hover:nth-child(2) a::before {
  width: 51.6px;
  height: 51.6px;
}
.gnav ul li:hover:nth-child(3) a::before {
  width: 50.4px;
  height: 55.2px;
}
.gnav ul li:hover:nth-child(4) a::before {
  width: 51.6px;
  height: 50.4px;
}
.gnav ul li:hover:nth-child(5) a::before {
  width: 58.8px;
  height: 51.6px;
}
.gnav ul li:hover:nth-child(6) a::before {
  width: 51.6px;
  height: 51.6px;
}
.gnav ul li:hover:nth-child(7) a::before {
  width: 33.6px;
  height: 49px;
}
.gnav.topFix {
  position: fixed;
  top: 0 !important;
  right: 0;
  border-radius: 0 0 0 15px;
  border-left: 3px solid #f5f2e9;
  border-bottom: 3px solid #f5f2e9;
}
.gnav.topFix::before {
  content: none;
}
.gnav.topFix::after {
  background-image: none;
  background-color: #fff;
  border-bottom: 3px solid #f5f2e9;
  width: calc(100vw - 1240px);
  height: 100%;
  top: 0;
  left: 725px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .gnav {
    padding: 25px 0 0;
    top: 305px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 370px;
    padding: 34px 0 0;
    border-radius: 15px 0 0 0;
  }
  .gnav::before {
    top: 12px;
    bottom: unset;
  }
  .gnav::after {
    background-color: #fff;
    background-image: none;
    top: 0;
    right: -50%;
    width: 50vw;
  }
  .gnav ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 345px;
    max-width: 345px;
    margin: 0 auto;
  }
  .gnav ul li {
    margin: 0 0 24px;
  }
  .gnav ul li:nth-child(1) {
    margin-right: 25px;
  }
  .gnav ul li:nth-child(1) a::before {
    width: 28px;
    height: 34px;
  }
  .gnav ul li:nth-child(2) {
    margin-right: 25px;
  }
  .gnav ul li:nth-child(2) a::before {
    width: 35px;
    height: 35px;
  }
  .gnav ul li:nth-child(3) {
    margin-right: 35px;
  }
  .gnav ul li:nth-child(3) a::before {
    width: 32px;
    height: 35px;
  }
  .gnav ul li:nth-child(4) {
    margin-right: 15px;
  }
  .gnav ul li:nth-child(4) a::before {
    width: 35px;
    height: 35px;
  }
  .gnav ul li:nth-child(5) {
    margin-right: 10px;
  }
  .gnav ul li:nth-child(5) a::before {
    width: 37px;
    height: 33px;
    top: 2px;
  }
  .gnav ul li:nth-child(6) {
    margin-right: 13px;
  }
  .gnav ul li:nth-child(6) a::before {
    width: 35px;
    height: 35px;
  }
  .gnav ul li:nth-child(7) {
    margin-right: 17px;
  }
  .gnav ul li:nth-child(7) a::before {
    width: 23px;
    height: 34px;
    top: 1px;
  }
  .gnav ul li:nth-child(8) {
    display: inline-block;
  }
  .gnav ul li:nth-child(8) a {
    letter-spacing: -3px;
  }
  .gnav ul li:nth-child(8) a::before {
    background-image: url(../images/icon_menu_08.png);
    width: 40px;
    height: 26px;
    top: 6px;
  }
  .gnav ul li a {
    font-size: 14px;
    line-height: 1;
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 769px) {
  #top .gnav {
    top: 495px;
  }
  #top .gnav::before {
    bottom: -13px;
  }
}
@media screen and (max-width: 768px) {
  #top .gnav {
    top: 502px;
  }
  #top .gnav::before {
    top: 13px;
  }
}

@media screen and (max-width: 375px) {
  .gnav {
    width: 310px;
  }
  .gnav ul {
    max-width: 100vw;
    width: 320px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    left: 15px;
    position: relative;
  }
  .gnav ul li a {
    font-size: 12px;
  }
  .gnav ul li:nth-child(1) {
    margin-right: 24px;
  }
  .gnav ul li:nth-child(2) {
    margin-right: 23px;
  }
  .gnav ul li:nth-child(3) {
    margin-right: 30px;
  }
  .gnav ul li:nth-child(4) {
    margin-right: 26px;
  }
  .gnav ul li:nth-child(5) {
    margin-right: 11px;
  }
  .gnav ul li:nth-child(6) {
    margin-right: 12px;
  }
  .gnav ul li:nth-child(7) {
    margin-right: 19px;
  }
  .gnav ul li:nth-child(8) {
    margin-right: 20px;
  }
}
#ticketFix {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 1000;
  transform: translateX(233px);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
}
#ticketFix a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 105px;
  padding-top: 12px;
  padding-left: 21px;
  background-color: #b81c26;
  border-radius: 15px 0 0 15px;
  text-decoration: none;
}
#ticketFix a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_ticket_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 26px;
  left: -9px;
  width: 46px;
  height: 33px;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 769px) {
  #ticketFix a:hover {
    background-color: #7c5745;
  }
  #ticketFix a:hover::before {
    background-image: url(../images/icon_ticket_br.png);
    top: 23px;
    left: -10px;
    width: 46.5px;
    height: 39px;
  }
}
#ticketFix p {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}
#ticketFix p span {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.5;
}
#ticketFix.appear {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  #ticketFix {
    position: absolute;
    top: 413px;
    right: 90%;
    width: 90%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 1;
  }
  #ticketFix a {
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 60px;
  }
  #ticketFix a::before {
    background-image: url(../images/icon_ticket_sp.png);
    top: 15px;
  }
  #ticketFix a::after {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_win_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 24px;
    left: 312px;
  }
  #ticketFix p {
    letter-spacing: -0.5px;
  }
  #ticketFix p span {
    font-size: 21px;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  #ticketFix.footIn {
    transform: translateX(233px) !important;
    opacity: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .body:not(#top) #ticketFix {
    top: unset;
    bottom: 95px;
    right: 65px;
    position: fixed;
    z-index: 300;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .body:not(#top) #ticketFix p {
    opacity: 0 !important;
  }
  .body:not(#top) #ticketFix.up {
    opacity: 1;
    display: inline-block;
  }
  .body#top #ticketFix {
    transition: all 0.2s ease 0s;
  }
  .body#top #ticketFix.in {
    right: -20px;
    transition: all 0s ease 0s;
    top: unset;
    bottom: 95px;
    right: 65px;
    position: fixed;
    z-index: 300;
    display: none;
  }
  .body#top #ticketFix.in.up {
    display: inline-block;
    transition: all 0.2s ease 0s;
    opacity: 1;
    top: unset;
    bottom: 95px;
    right: 65px;
    position: fixed;
    z-index: 300;
  }
  .body#top #ticketFix.in.up p {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 360px) {
  #top .headerLogo {
    height: 140px;
  }
  #top .headerLogo a {
    margin: 20px 20px auto auto;
    width: 117px;
    height: 104.5px;
  }
  #ticketFix {
    top: 350px;
  }
}
@media screen and (max-width: 375px) {
  #ticketFix a {
    padding: 20px 0 20px 45px;
  }
  #ticketFix a::after {
    left: 260px;
  }
  #ticketFix p {
    font-size: 16px;
  }
  #ticketFix p span {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  header + .conWid::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    width: 50px;
    height: 28px;
    background-image: url(../images/bg_corner_r.png);
    top: 293px;
    right: -9px;
    z-index: 20;
  }
  #top header + .conWid::after {
    top: 490px;
  }
}
/* IE */
@media all and (-ms-high-contrast: none) {
  .gnav ul li a::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/*
Footer
----------------------------------*/
#pagetop {
  margin-top: 150px;
}
#pagetop div {
  width: 65px;
  height: 65px;
  position: absolute;
  right: -22px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #pagetop {
    margin-top: 80px;
    position: fixed;
    right: -5px;
    bottom: 15px;
    z-index: 300;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  #pagetop div {
    right: 10px;
  }
  #pagetop.up {
    opacity: 1;
  }
}

.footer {
  background: #fff;
  position: relative;
  z-index: 200;
  padding: 10px 0 0;
}
.footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.footer--logo .logo {
  width: 278px;
  height: 248px;
}
.footer--logo--social {
  margin: 25px 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer--logo--social li {
  margin: 0 10px;
}
.footer--logo--social li a {
  display: block;
  width: 34px;
  height: 34px;
}
.footer--logo address {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.footer--navigation {
  width: 100%;
  padding: 30px 0 0;
  margin: 0 0 0 90px;
}
.footer--navigation .wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer--navigation .wrap .btn,
.footer--navigation .wrap a {
  width: 100%;
  text-align: center;
}
.footer--navigation .wrap .btn a {
  position: relative;
}
.footer--navigation .wrap .btn a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  left: 57px;
}
.footer--navigation .contact {
  margin-right: 42px;
}
.footer--navigation .contact a::before {
  background-image: url(../images/icon_mail_r.png);
  width: 22px;
  height: 17px;
  top: 42%;
}
.footer--navigation .tel a {
  font-weight: bold;
}
.footer--navigation .tel a::before {
  background-image: url(../images/icon_tel_r.png);
  width: 23px;
  height: 22px;
  top: 38%;
}
.footer--navigation .tel a::after {
  content: none;
}
.footer--navigation .ticket {
  width: 100%;
  margin-bottom: 40px;
}
.footer--navigation .ticket a {
  width: 100%;
  text-align: center;
}
.footer--navigation .ticket a::after {
  background-image: url(../images/icon_win_w.png);
}
.footer--navigation .ticket a:hover {
  background-color: #7c5745;
}
@media screen and (min-width: 769px) {
  .footer--navigation .ticket a:hover::after {
    right: 25px;
  }
}
.footer--nav--main {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer--nav--main li {
  position: relative;
  color: #2f2f2f !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.footer--nav--main li::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
  top: 5px;
  left: 0;
  margin-right: 7px;
}
.footer--nav--main li a {
  color: #2f2f2f !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.footer--nav--main li a:hover {
  opacity: 0.7;
}
.footer--nav--main li:nth-child(1)::before {
  background-image: url(../images/icon_footer_nav_01.png);
  width: 20px;
  height: 24px;
}
.footer--nav--main li:nth-child(2)::before {
  background-image: url(../images/icon_footer_nav_02.png);
  width: 25px;
  height: 25px;
}
.footer--nav--main li:nth-child(3)::before {
  background-image: url(../images/icon_footer_nav_03.png);
  width: 24px;
  height: 27px;
  top: 6px;
}
.footer--nav--main li:nth-child(4)::before {
  background-image: url(../images/icon_footer_nav_04.png);
  width: 26px;
  height: 26px;
  top: 6px;
}
.footer--nav--main li:nth-child(5)::before {
  background-image: url(../images/icon_footer_nav_05.png);
  width: 26px;
  height: 25px;
}
.footer--nav--main li:nth-child(6)::before {
  background-image: url(../images/icon_footer_nav_06.png);
  width: 17px;
  height: 24px;
  top: 6px;
}
.footer--nav--sub {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer--nav--sub li {
  margin: 0 12.5px;
}
.footer--nav--sub li a {
  color: #2f2f2f !important;
  text-decoration: underline;
}
.footer--nav--sub li a:hover {
  text-decoration: none;
}
.footer .copyright {
  background-color: #f5f2e9;
  height: 65px;
  margin-bottom: 0;
  position: relative;
}
.footer .copyright > div {
  margin-top: 23px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .copyright::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 8px;
  background: linear-gradient(90deg, #b81c26 0%, #b81c26 33.3%, #f7b300 33.3%, #f7b300 66.6%, #2bb273 66.6%, #2bb273 100%);
}
.footer .copyright p {
  font-size: 14px;
  line-height: 1;
}
.footer .copyright--name {
  letter-spacing: 0.8px;
}
.footer .copyright--name a {
  text-decoration: underline;
  color: #2f2f2f;
}
.footer .copyright--name a:hover {
  text-decoration: none;
}
.footer .copyright--txt {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer > div {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .footer > div.conWid {
    margin: 0;
    padding: 0 10px;
  }
  .footer--logo {
    margin: 30px auto 0;
  }
  .footer--logo .logo {
    margin: 0 auto;
    width: 175px;
    height: 157px;
  }
  .footer--logo--social {
    margin: 25px 0 20px;
  }
  .footer--logo address {
    text-align: center;
    font-weight: 500;
  }
  .footer--navigation {
    margin: 25px 0 0;
    padding: 0;
  }
  .footer--navigation .wrap {
    margin-bottom: 25px;
  }
  .footer--navigation .wrap .btn a {
    padding: 7px 0;
  }
  .footer--navigation .wrap .btn a::before {
    left: 14px;
  }
  .footer--navigation .wrap .contact {
    margin-right: 23px;
  }
  .footer--navigation .wrap .contact a {
    padding-left: 8px;
  }
  .footer--navigation .wrap .contact a::before {
    width: 17px;
    height: 13px;
    top: 16px;
  }
  .footer--navigation .wrap .contact a::after {
    width: 15px;
    height: 15px;
  }
  .footer--navigation .wrap .tel a {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.67;
  }
  .footer--navigation .wrap .tel a::before {
    width: 16px;
    height: 16px;
  }
  .footer--navigation .ticket {
    margin-bottom: 25px;
  }
  .footer--navigation .ticket a {
    padding: 17.5px 0;
  }
  .footer--navigation .ticket a::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .footer--nav {
    display: none;
  }
  .footer .copyright {
    height: 110px;
  }
  .footer .copyright > div {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .footer .copyright--name {
    font-size: 15px !important;
    color: #2f2f2f;
    text-align: center;
    letter-spacing: 2px;
  }
  .footer .copyright--txt {
    margin-top: 15px !important;
  }
  .footer .copyright p {
    font-size: 7px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 378px) {
  .footer--navigation .wrap .contact {
    margin-right: 5px;
  }
  .footer--navigation .wrap .contact a {
    font-size: 14px;
  }
  .footer--navigation .wrap .tel a {
    font-size: 16px;
  }
  .footer--navigation .wrap .tel a::before {
    width: 15px;
    height: 15px;
    top: 14px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #ticketFix.footIn,
#pagetop.footIn {
    opacity: 0 !important;
  }
}
/*
Top
----------------------------------*/
/* --------------------------------------------- */
.headTitle p {
  margin: 0;
  color: #c8222c;
  letter-spacing: 2px;
}
.headTitle span {
  color: #c8222c;
  font-size: 18px;
  font-weight: 600;
}
.headTitle h2 {
  color: #2f2f2f;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .headTitle h2 {
    font-size: 28px;
    margin-top: 4px;
  }
}

/* ---------------------------------------------
  ACCESS
------------------------------------------------ */
.access {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.access--txt .headTitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .access--txt .headTitle p {
    margin-bottom: 10px;
  }
}
.access--txt .headTitle h2 {
  margin: 0;
}
.access--txt p {
  letter-spacing: 0.5px;
  font-size: 15px;
}
.access--txt ul {
  margin-top: 0;
}
.access--txt h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.access--txt h3::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
}
.access--txt h3:nth-of-type(odd)::before {
  background-color: #f7b300;
}
.access--txt h3:nth-of-type(even)::before {
  background-color: #2bb273;
}
.access--map {
  width: 730px;
  height: 455px;
  border-radius: 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 38px;
  }
  .access--txt {
    margin-bottom: 35px;
  }
  .access--txt h3 {
    margin-top: 15px;
  }
  .access--txt p {
    line-height: 1.5;
  }
  .access--txt ul {
    margin-top: 0;
  }
  .access--txt ul li {
    line-height: 1.5;
  }
  .access--map {
    width: 100%;
    height: 300px;
  }
}

.map-wrap {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  padding-top: 79.4066317627%;
}
.map-wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------- */
#top {
  /* ---------------------------------------------
    ATTENTION
  ------------------------------------------------ */
  /* ---------------------------------------------
    NEWS
  ------------------------------------------------ */
  /* ---------------------------------------------
    CONCEPT
  ------------------------------------------------ */
  /* ---------------------------------------------
    MOVIE
  ------------------------------------------------ */
  /* ---------------------------------------------
    EXPERIENCE
  ------------------------------------------------ */
  /* ---------------------------------------------
    EVENT
  ------------------------------------------------ */
  /* ---------------------------------------------
    DONATION
  ------------------------------------------------ */
  /* ---------------------------------------------
    WAHAHA
  ------------------------------------------------ */
  /* ---------------------------------------------
    Introduce
  ------------------------------------------------ */
}
#top p {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #top .keyvisualS.sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #top .keyvisualS.pc {
    display: none !important;
  }
}
#top .keyvisual {
  position: relative;
  margin: 0 0 60px;
  /*イベント無し*/
}
@media screen and (min-width: 769px) {
  #top .keyvisual {
    top: -10px;
  }
}
#top .keyvisual::before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/bg_corner_sp_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 98px;
  height: 53px;
  position: absolute;
  top: -18px;
  left: 272px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #top .keyvisual {
    margin: 65px 0 360px;
    width: 100%;
    height: 462.5px;
  }
  #top .keyvisual::before {
    top: -28px;
    left: 121px;
  }
}
#top .keyvisual.eventNone .todaysEvent--txt::before {
  content: "本日予定されているイベントはありません";
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  position: relative;
  bottom: 5px;
}
#top .keyvisual.eventNone .swiper-pagination {
  display: none;
}
#top .keyvisual .swiper {
  height: 653px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .keyvisual .swiper {
    height: 462.5px;
  }
  #top .keyvisual .swiper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top .todaysEvent {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #top .todaysEvent {
    background-color: #fff;
    border-radius: 15px 0;
    margin: 20px 20px 20px;
    width: 460px;
    height: 105px;
    position: absolute;
    left: -0.5px;
    bottom: 7.5px;
    z-index: 10;
  }
  #top .todaysEvent::before {
    content: "";
    display: inline-block;
    background-image: url(../images/top/bg_top_event.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 510px;
    height: 140px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 0;
  }
}
#top .todaysEvent .headTitle {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #top .todaysEvent .headTitle {
    left: -8px;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  #top .todaysEvent .headTitle {
    left: 20px;
  }
}
#top .todaysEvent .headTitle::before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/img_top_event_flag.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 45px;
  height: 49px;
  position: absolute;
  top: -43px;
  left: 53px;
  z-index: 1;
}
#top .todaysEvent .headTitle p {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #top .todaysEvent .headTitle p {
    width: 90px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(347deg);
    left: -3px;
    top: 12px;
  }
}
#top .todaysEvent .headTitle p span {
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  display: inline-block;
  width: 20px;
  height: 130px;
  transform-origin: center bottom;
  letter-spacing: normal;
  font-size: 12px;
}
#top .todaysEvent .headTitle p span:nth-child(1) {
  transform: rotate(356.1deg);
}
#top .todaysEvent .headTitle p span:nth-child(2) {
  transform: rotate(2.1deg);
}
#top .todaysEvent .headTitle p span:nth-child(3) {
  transform: rotate(8deg);
}
#top .todaysEvent .headTitle p span:nth-child(4) {
  transform: rotate(14deg);
}
#top .todaysEvent .headTitle p span:nth-child(5) {
  transform: rotate(19deg);
}
#top .todaysEvent .headTitle p span:nth-child(6) {
  transform: rotate(25deg);
}
#top .todaysEvent .headTitle p span:nth-child(7) {
  transform: rotate(30deg);
}
#top .todaysEvent .headTitle h2 {
  color: #b81c26;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin: 36px 32px 0 36px;
}
#top .todaysEvent--txt {
  position: relative;
  z-index: 10;
  max-width: 330px;
  height: 70px;
  max-height: 70px;
  margin: 16px 0 0;
  overflow: hidden;
  line-height: 1.45;
  /*
  overflow: visible !important;
  .swiper-slide {
    opacity: 0;
  }
  .swiper-slide-active {
    opacity: 1;
  }
  */
}
@media screen and (min-width: 769px) {
  #top .todaysEvent--txt {
    height: 90px !important;
    left: -5px;
  }
}
@media screen and (min-width: 769px) {
  #top .todaysEvent--txt .swiper-wrapper {
    max-width: 280px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  #top .todaysEvent--txt .swiper-wrapper {
    padding-bottom: 0;
    height: 90px !important;
  }
}
#top .todaysEvent--txt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  #top .todaysEvent--txt p {
    min-width: 280px;
  }
}
#top .todaysEvent--txt a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}
#top .todaysEvent--txt a:hover {
  text-decoration: underline;
}
@media all and (-ms-high-contrast: none) {
  #top .todaysEvent--txt {
    /*IE対策*/
    max-height: 4.5em;
  }
}
@media screen and (min-width: 769px) {
  #top .todaysEvent--txt .swiper-pagination-fraction,
#top .todaysEvent--txt .swiper-pagination-custom,
#top .todaysEvent--txt .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px;
    left: 3px;
    font-size: 14px;
    text-align: right;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #top .todaysEvent--txt .swiper-pagination-fraction,
#top .todaysEvent--txt .swiper-pagination-custom,
#top .todaysEvent--txt .swiper-container-horizontal > .swiper-pagination-bullets {
    line-height: 1;
    bottom: -6px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top .todaysEvent {
    position: relative;
    margin: 210px 0 25px;
    flex-direction: column;
    align-items: center;
  }
  #top .todaysEvent::before, #top .todaysEvent::after {
    content: "";
    display: inline-block;
    background-image: url(../images/top/bg_dot.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: unset;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
  }
  #top .todaysEvent::before {
    top: -25px;
  }
  #top .todaysEvent::after {
    bottom: -23px;
  }
  #top .todaysEvent .headTitle h2 {
    font-weight: 800;
    margin: 0;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  #top .todaysEvent .headTitle h2 .sp {
    display: inline-block;
  }
  #top .todaysEvent .headTitle p {
    position: absolute;
    top: -5px;
    left: 12px;
    transform: rotate(348deg);
  }
  #top .todaysEvent .headTitle p span {
    font-size: 11px;
    font-weight: 700;
    height: 285px;
  }
  #top .todaysEvent .headTitle p span:nth-child(1) {
    transform: rotate(5.6deg);
  }
  #top .todaysEvent .headTitle p span:nth-child(2) {
    transform: rotate(8deg);
  }
  #top .todaysEvent .headTitle p span:nth-child(3) {
    transform: rotate(10.2deg);
  }
  #top .todaysEvent .headTitle p span:nth-child(4) {
    transform: rotate(12.5deg);
  }
  #top .todaysEvent .headTitle p span:nth-child(5) {
    transform: rotate(14.8deg);
  }
  #top .todaysEvent .headTitle p span:nth-child(6) {
    transform: rotate(17.2deg);
  }
  #top .todaysEvent .headTitle p span:nth-child(7) {
    transform: rotate(19.1deg);
  }
  #top .todaysEvent .headTitle::before {
    width: 28px;
    height: 31px;
    top: -4px;
    left: -44px;
  }
  #top .todaysEvent--txt {
    width: 100%;
    max-width: 100%;
    height: 80px !important;
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
  }
  #top .todaysEvent--txt a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
  }
}
@media screen and (max-width: 360px) {
  #top .keyvisual,
#top .keyvisual .swiper {
    height: 380px;
  }
  #top .gnav {
    top: 420px;
  }
}
#top #topAtt01::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  background-image: url(../images/top/bg_att_01.png);
  width: 221px;
  height: 306px;
  bottom: -138px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top #topAtt01::after {
    width: 150px;
    height: 210px;
    bottom: -60px;
    z-index: 1;
  }
}
#top #topNews {
  margin-top: 70px;
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  #top #topNews .side01 {
    width: 725px;
  }
}
#top #topNews .side02 {
  background-color: #fff;
  position: relative;
  overflow: hidden scroll;
  border: 3px solid #f5f2e9;
}
#top #topNews .side02 a {
  display: block;
  cursor: pointer;
}
#top #topNews .side02 a img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #topNews .side02 a .icon {
  display: none;
}
@media screen and (min-width: 769px) {
  #top #topNews .side02 {
    width: 420px;
    height: 420px;
    border-radius: 15px 0;
    margin: 60px 0 0;
    left: 40px;
  }
  #top #topNews .side02 a {
    position: relative;
  }
  #top #topNews .side02 a img {
    width: 420px;
    height: 420px;
  }
  #top #topNews .side02 a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  #top #topNews .side02 a:hover img {
    opacity: 1;
  }
  #top #topNews .side02 a:hover .icon {
    display: block;
    width: 90%;
    text-align: center;
  }
  #top #topNews .side02 a:hover .icon span {
    display: inline-block;
    padding: 0 7px;
    box-sizing: border-box;
    max-width: 50%;
  }
  #top #topNews .side02 a:hover .icon span.like:before {
    content: url(../images/top/icon_like.png);
    vertical-align: middle;
    margin-right: 5px;
  }
  #top #topNews .side02 a:hover .icon span.comme:before {
    content: url(../images/top/icon_comme.png);
    vertical-align: middle;
    margin-right: 5px;
  }
  #top #topNews .side02 a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#top #topNews .side02 iframe {
  border: none !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  #top #topNews {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  #top #topNews .side02 {
    width: 100%;
    padding-top: 100%;
    height: auto;
    position: relative;
    border-radius: 10px 0;
    margin-top: 38px;
    box-sizing: content-box;
  }
  #top #topNews .side02 #insta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top #topNews .side02 #insta a {
    width: 100%;
    height: 100%;
  }
}
#top .news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#top .news--title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#top .news--title--btn {
  margin: 0 0 30px;
}
#top .news--title--btn a {
  text-decoration: none;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  padding-right: 35px;
  position: relative;
  white-space: nowrap;
}
#top .news--title--btn a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 6.8px;
  right: 1px;
  transition: all 0.3s ease 0s;
}
#top .news--title--btn a:hover::after {
  right: -4px;
}
#top .news--title h2 {
  margin: 15px 0 40px 0;
  letter-spacing: 4px;
}
#top .news ul {
  width: 100%;
  margin: 0;
}
#top .news ul li {
  position: relative;
}
#top .news ul li::after, #top .news ul li:first-child::before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/bg_dot.png);
  background-repeat-x: repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#top .news ul li:first-child::before {
  top: 0;
}
#top .news ul li a {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#top .news ul li a:hover {
  opacity: 0.7;
}
#top .news ul li p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 10px;
}
#top .news ul li span {
  margin: 0 30px 0 17px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #top .news ul li span {
    position: relative;
    bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  #top .news {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #top .news--title h2 {
    margin: 10px 0 30px;
  }
  #top .news--title--btn {
    margin: 0 0 25px;
  }
  #top .news--title--btn a {
    font-size: 15px;
    white-space: nowrap;
  }
  #top .news--title--btn a::after {
    top: 4px;
  }
  #top .news .side01,
#top .news .side02 {
    width: 100%;
  }
  #top .news ul li::after {
    height: 2px;
  }
  #top .news ul li a {
    padding: 6px 0 16px;
  }
  #top .news ul li p {
    -webkit-line-clamp: 3;
    line-height: 1.5;
    margin-left: 10px;
    margin-right: 10px;
  }
  #top .news ul li span {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
  }
}
#top #topConcept::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  background-image: url(../images/top/bg_concept.png);
  width: 392px;
  height: 485px;
  bottom: -360px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top #topConcept::after {
    width: 180px;
    height: 225px;
    bottom: -95px;
  }
}
#top .concept {
  margin-bottom: 105px;
}
#top .concept > div:not(.btn) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}
#top .concept--img {
  margin-top: 5px;
  width: 559px;
}
#top .concept--txt {
  width: 543px;
}
#top .concept--txt p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 1.2rem;
}
#top .concept--txt p.title {
  margin-top: 0;
  color: #b81c26;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
}
#top .concept .btn a {
  margin: 0 auto;
  padding: 20px 180px 20px 160px;
}
@media screen and (max-width: 768px) {
  #top .concept {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #top .concept > div:not(.btn) {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  #top .concept--img {
    width: 100%;
  }
  #top .concept--txt {
    width: 100%;
  }
  #top .concept--txt p {
    line-height: 1.6;
    margin-bottom: 25px;
  }
  #top .concept--txt p.title {
    font-size: 15px;
    line-height: 1.6;
    margin: 25px 0;
  }
  #top .concept .btn a {
    width: 100%;
    padding: 18px 0;
  }
  #top .concept .btn a::after {
    width: 21px;
    height: 21px;
    top: 23px;
    right: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top .concept .btn a::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#top #topMovie {
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  #top #topMovie {
    margin-bottom: 40px;
  }
}
#top #topMovie div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  position: relative;
}
#top #topMovie div::before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/bg_movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px 0;
}
#top #topMovie .movie button {
  display: block;
  width: 155px;
  height: 155px;
  text-decoration: none;
  position: relative;
}
#top #topMovie .movie button::after {
  content: "";
  display: inline-block;
  width: 155px;
  height: 155px;
  background-color: #b81c26;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
  #top #topMovie .movie button:hover::after {
    width: 186px;
    height: 186px;
    top: -15.5px;
    left: -15.5px;
  }
}
#top #topMovie .movie button p {
  color: #fff;
  margin: 0;
  text-align: center;
}
#top #topMovie .movie--txt {
  font-size: 12px;
  width: 125px;
  height: 125px;
  text-align: center;
  margin: 0 auto;
  transform: rotate(330deg);
  position: absolute;
  left: 20px;
  top: 23px;
}
#top #topMovie .movie--txt span {
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  display: inline-block;
  width: 20px;
  height: 55px;
  transform-origin: center bottom;
  letter-spacing: normal;
}
#top #topMovie .movie--txt span:nth-child(1) {
  transform: rotate(337deg);
}
#top #topMovie .movie--txt span:nth-child(2) {
  transform: rotate(356deg);
}
#top #topMovie .movie--txt span:nth-child(3) {
  transform: rotate(14deg);
}
#top #topMovie .movie--txt span:nth-child(4) {
  transform: rotate(33deg);
}
#top #topMovie .movie--txt span:nth-child(5) {
  transform: rotate(50deg);
}
#top #topMovie .movie--txt span:nth-child(6) {
  transform: rotate(67deg);
}
#top #topMovie .movie--txt span:nth-child(7) {
  transform: rotate(83deg);
}
#top #topMovie .movie--play {
  position: relative;
  padding-top: 100px;
}
#top #topMovie .movie--play::before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/icon_movie_play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 29px;
  height: 36px;
  position: absolute;
  top: 58px;
  left: 67px;
}
@media screen and (max-width: 768px) {
  #top #topMovie .movie {
    height: 220px;
  }
  #top #topMovie .movie button, #top #topMovie .movie button::after, #top #topMovie .movie .movie--txt {
    width: 93px;
    height: 93px;
  }
  #top #topMovie .movie::before {
    height: 220px;
    border-radius: 15px 0;
    overflow: hidden;
    background-size: cover;
  }
  #top #topMovie .movie--txt {
    font-size: 15px;
    font-weight: 800;
    left: -2px;
    top: -1px;
  }
  #top #topMovie .movie--txt span {
    height: 50px;
  }
  #top #topMovie .movie--txt span:nth-child(1) {
    transform: rotate(305deg);
  }
  #top #topMovie .movie--txt span:nth-child(2) {
    transform: rotate(336deg);
  }
  #top #topMovie .movie--txt span:nth-child(3) {
    transform: rotate(2deg);
  }
  #top #topMovie .movie--txt span:nth-child(4) {
    transform: rotate(33deg);
  }
  #top #topMovie .movie--txt span:nth-child(5) {
    transform: rotate(60deg);
  }
  #top #topMovie .movie--txt span:nth-child(6) {
    transform: rotate(88deg);
  }
  #top #topMovie .movie--txt span:nth-child(7) {
    transform: rotate(114deg);
  }
  #top #topMovie .movie--play {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 58px;
    left: 3px;
  }
  #top #topMovie .movie--play::before {
    width: 15px;
    height: 20px;
    top: 37px;
    left: 39px;
  }
}
#top .exp {
  margin-bottom: 125px;
}
#top .exp h2 {
  letter-spacing: 6px;
  line-height: 1.6;
  margin-top: 10px;
}
#top .exp--box {
  display: flex;
  justify-content: space-between;
}
#top .exp--box:nth-child(2) {
  margin-top: -200px;
  align-items: flex-end;
}
#top .exp--box--txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #top .exp--box--txt {
    margin: 0 0 70px;
  }
}
#top .exp--box--txt p {
  margin: 0 15px 0 0;
  font-size: 15px;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  #top .exp--box--txt .btn a {
    padding: 20px 76.5px;
  }
}
#top .exp--box--tile {
  display: flex;
}
#top .exp--box--tile div {
  position: relative;
}
#top .exp--box--tile div::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 290px;
  height: 420px;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
#top .exp--box--tile div.tile01::before {
  background-image: url(../images/top/bg_ex_01.png);
}
#top .exp--box--tile div.tile01 p {
  right: -1px;
}
@media screen and (min-width: 769px) {
  #top .exp--box--tile div.tile01 p {
    top: -18px;
    padding: 0 17px 0 0;
    line-height: 1;
  }
}
#top .exp--box--tile div.tile02 {
  margin-left: 30px;
}
#top .exp--box--tile div.tile02::before {
  background-image: url(../images/top/bg_ex_02.png);
}
#top .exp--box--tile div.tile02 p {
  bottom: -2px;
  right: -1px;
}
@media screen and (min-width: 769px) {
  #top .exp--box--tile div.tile02 p {
    padding: 22px 11px 0;
    line-height: 1;
  }
}
#top .exp--box--tile div.tile03 {
  margin-right: 30px;
}
#top .exp--box--tile div.tile03::before {
  background-image: url(../images/top/bg_ex_03.png);
}
#top .exp--box--tile div.tile03 p {
  bottom: -8px;
}
@media screen and (min-width: 769px) {
  #top .exp--box--tile div.tile03 p {
    right: -1px;
    height: 134px;
    line-height: 1;
    padding: 24px 13px 0 0;
  }
}
#top .exp--box--tile div.tile04::before {
  background-image: url(../images/top/bg_ex_04.png);
}
#top .exp--box--tile div.tile04 p {
  top: -47px;
}
@media screen and (min-width: 769px) {
  #top .exp--box--tile div.tile04 p {
    right: -1px;
    padding: 30px 12px 0 0;
    line-height: 1;
  }
}
#top .exp--box--tile div p {
  position: absolute;
  writing-mode: vertical-rl;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  width: 72px;
  height: 130px;
  color: #b81c26;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #top .exp {
    margin-bottom: 55px;
  }
  #top .exp .headTitle {
    margin-bottom: 48px;
  }
  #top .exp h2 {
    letter-spacing: 4px;
    line-height: 1.4;
    margin-top: 4px;
  }
  #top .exp--box {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }
  #top .exp--box:nth-child(2) {
    margin-top: 40px;
    align-items: normal;
  }
  #top .exp--box--tile {
    justify-content: space-between;
  }
  #top .exp--box--tile div {
    width: 48%;
    height: 69vw;
    display: block;
  }
  #top .exp--box--tile div::before {
    width: 100%;
    height: 100%;
  }
  #top .exp--box--tile div.tile01 p {
    border-radius: 0 0 0 15px;
    top: -13px;
    padding: 0 7px;
  }
  #top .exp--box--tile div.tile02 {
    margin-left: 0;
  }
  #top .exp--box--tile div.tile02 p {
    padding: 14px 6px 0;
  }
  #top .exp--box--tile div.tile03 p {
    left: -1px;
    bottom: 10px;
    padding: 15px 6px 0;
    border-radius: 0 15px 0 0;
  }
  #top .exp--box--tile div.tile04 p {
    top: -26px;
    left: -1px;
    padding: 14px 6px 0;
    border-radius: 0 0 15px 0;
    height: 80px;
  }
  #top .exp--box--tile div p {
    width: 46px;
    height: 90px;
    font-size: 20.5px;
  }
  #top .exp--box--txt {
    flex-direction: column;
  }
  #top .exp--box--txt p {
    margin: 0 0 25px;
  }
  #top .exp--box--txt .btn a {
    width: 225px;
  }
  #top .exp--box--txt .btn a::after {
    right: 22px;
  }
}
#top #topEvent {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px;
  position: relative;
}
#top #topEvent::before, #top #topEvent::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #top #topEvent::before {
    background-image: url(../images/top/bg_event_01.png);
    width: 375px;
    height: 485px;
    top: 0;
    right: 0;
  }
}
#top #topEvent::after {
  background-image: url(../images/top/bg_event_02.png);
  width: 355px;
  height: 485px;
  bottom: 0;
  left: 0;
}
#top #topEvent .headTitle p {
  width: 110px;
  height: 110px;
  text-align: center;
  margin: 0 auto;
  transform: rotate(347deg);
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
#top #topEvent .headTitle p span {
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  display: inline-block;
  width: 20px;
  height: 75px;
  transform-origin: center bottom;
  letter-spacing: normal;
}
#top #topEvent .headTitle p span:nth-child(1) {
  transform: rotate(346deg);
}
#top #topEvent .headTitle p span:nth-child(2) {
  transform: rotate(-1deg);
}
#top #topEvent .headTitle p span:nth-child(3) {
  transform: rotate(12.5deg);
}
#top #topEvent .headTitle p span:nth-child(4) {
  transform: rotate(27deg);
}
#top #topEvent .headTitle p span:nth-child(5) {
  transform: rotate(42deg);
}
#top #topEvent .headTitle h2 {
  text-align: center;
  margin: 40px 0 0;
}
#top #topEvent .txt {
  text-align: center;
  margin: 25px 0 0;
}
#top #topEvent .btn {
  margin: 30px 0 0;
  width: 100%;
}
#top #topEvent .btn a {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top #topEvent {
    margin-bottom: 55px;
  }
  #top #topEvent::after {
    width: 176px;
    height: 240px;
    bottom: 23px;
  }
  #top #topEvent .headTitle p {
    top: -13px;
  }
  #top #topEvent .txt {
    margin: 20px 0 0;
  }
  #top #topEvent .btn a {
    max-width: 300px;
    width: 100%;
    letter-spacing: 0;
  }
  #top #topEvent .btn a::after {
    right: 20px;
  }
}
#top .donation {
  margin: 50px 30px 0 0;
  display: flex;
  justify-content: flex-end;
}
#top .donation > div {
  display: flex;
  flex-direction: column;
}
#top .donation .btn a {
  padding: 20px 70px 20px 28px;
}
#top .donation--txt {
  width: 405px;
  margin-right: 70px;
}
#top .donation--txt > p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 2;
  margin-bottom: 35px;
}
#top .donation--img {
  width: 304px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #top .donation {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 0 42px;
  }
  #top .donation--txt {
    width: 100%;
  }
  #top .donation--txt p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #top .donation--img {
    width: 83%;
    margin: 0 auto;
    position: relative;
    left: 40px;
  }
  #top .donation--img.pc {
    display: none !important;
  }
  #top .donation .btn a {
    width: 100%;
    letter-spacing: 1px;
  }
  #top .donation .btn a::after {
    top: 25px;
    right: 25px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top .donation .btn a::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#top #topWahaha {
  background-color: #f5f2e9;
}
@media screen and (min-width: 769px) {
  #top #topWahaha::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    background-image: url(../images/top/bg_event_02.png);
    width: 355px;
    height: 485px;
    bottom: 73px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  #top #topWahaha {
    width: 100%;
    margin: 0;
    border-radius: 10px 0;
  }
}
#top .wahaha {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .wahaha--txt--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#top .wahaha--txt--title p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
#top .wahaha--txt--title div {
  width: 247px;
  margin-left: 12px;
}
#top .wahaha--txt > p {
  font-size: 15px;
  margin-top: 7px;
  letter-spacing: 1px;
}
#top .wahaha .btn {
  display: block;
}
#top .wahaha .btn a {
  padding: 10px;
  display: block;
}
#top .wahaha .btn a::after {
  background-image: none;
}
#top .wahaha .btn a[target=_blank] {
  margin-bottom: 10px;
}
#top .wahaha .btn a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_win_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  right: 25px;
  width: 14px;
  height: 14px;
  top: 22px;
  transition: all 0.1s ease 0s;
}
@media screen and (max-width: 768px) {
  #top .wahaha .btn a[target=_blank]::after {
    top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #top .wahaha {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 22px 0 20px;
  }
  #top .wahaha--txt--title {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #top .wahaha--txt--title p {
    font-size: 15px;
  }
  #top .wahaha--txt--title div {
    width: 298px;
    margin: 0 0 5px;
  }
  #top .wahaha--txt > p {
    margin: 6px 20px 15px;
    line-height: 1.5;
  }
  #top .wahaha .btn {
    width: 100%;
    margin: 0 auto 10px;
  }
  #top .wahaha .btn a {
    width: 100%;
  }
}
#top .introduce {
  margin: 0 auto 80px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #top .introduce {
    margin: 50px auto;
  }
}
#top .introduce .inner {
  padding: 20px;
  border: 2px solid #f5f2e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top .introduce .inner {
    display: block;
  }
}
#top .introduce--img {
  width: 30%;
  border-radius: 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .introduce--img {
    width: 100%;
  }
}
#top .introduce--content {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #top .introduce--content {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top .introduce--content .link {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top .introduce--content .link li {
    width: 33%;
    margin-right: 0;
  }
}
#top .introduce--content .link li::before {
  top: 0.6em;
}
@media screen and (max-width: 768px) {
  #top .introduce--content .link li::before {
    top: 1em;
  }
}

/* /#top */
@media all and (-ms-high-contrast: none) {
  #top .news ul li p {
    max-height: 30px;
  }
}
/*
CMS
----------------------------------*/
/* ---------------------------------------------
 acms.css初期化
------------------------------------------------ */
#adminBox {
  margin-bottom: 0 !important;
}

.acms-entry .entry-container {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-entry .entry-container2 {
  padding-left: 10px;
  padding-right: 10px;
}
.acms-entry .entry-container iframe {
  max-width: 100%;
  margin-top: 20px;
}
.acms-entry blockquote {
  margin-top: 20px !important;
}
.acms-entry img {
  width: auto;
}

[class*=column-gf-map-] {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.acms-entry [class*=column-image-] a,
.acms-entry [class*=column-media-] a,
.acms-entry [class*=column-eximage-] a {
  background: none;
}

/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
  text-align: left;
}

/* ファイル配置（右） */
.column-gf-file-right {
  text-align: right;
}

/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
@media screen and (max-width: 768px) {
  .column-gf-map-auto > div {
    width: 100% !important;
  }
}

/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left, .column-gf-video-left {
  display: inline;
  float: left;
}

/* YouTube配置 (右) */
.column-gf-youtube-right, .column-gf-video-right {
  display: inline;
  float: right;
}

/* YouTube配置 (中央) */
.column-gf-youtube-center, .column-gf-video-center {
  margin-left: auto;
  margin-right: auto;
}

.acms-entry [class*=column-gf-youtube-], .acms-entry [class*=column-gf-video-] {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .acms-entry [class*=column-gf-youtube-], .acms-entry [class*=column-gf-video-] {
    width: 100%;
    max-width: 100%;
  }
}

div.a-table-editable:after {
  display: none;
}

.entryFormColumnTable {
  table-layout: fixed;
}

/* ------ social icon -------------------------- */
.social-icon ul {
  margin: 20px auto;
  text-align: center;
}
.social-icon ul li {
  display: inline-block;
}
.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .facebook:hover {
    background: url(../images/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998 !important;
  }
}
.facebook {
  background: url(../images/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #3b5998;
}

@media screen and (min-width: 750px) {
  .twitter:hover {
    background: url(../images/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced !important;
  }
}
.twitter {
  background: url(../images/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #00aced;
}

@media screen and (min-width: 750px) {
  .line:hover {
    background: url(../images/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13 !important;
  }
}
.line {
  background: url(../images/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #2cbf13;
}

/* ------ 変なところ調整 -------------------------- */
.acms-entry .entry-container {
  clear: both;
}

.entry-container iframe {
  width: 100%;
}

.acms-col-sm-12 {
  width: 100%;
}

/*
.column-image-left,
.column-image-right,
.column-image-center,
.entry-container2,
.entry-container3 {
  width: 100%;
  .column-image-left,
  .column-image-right,
  .column-image-center {
    width: auto;
  }
}

.acms-col-sm-6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}*/
/* ---------------------------------------------
  NEWS
------------------------------------------------ */
#news .news--box h2 a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
#news .news--box h2 a:hover {
  opacity: 0.7;
}
#news .news--box p {
  margin: 0;
}
#news .news--box .date {
  margin: 0.5rem;
  text-align: right;
}
#news .news--box .overview {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#news .news--box .overview > div a {
  width: 350px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
}
#news .news--box .overview p {
  margin: 0 0.5rem 0 2rem;
}
#news .news--box .overview p a {
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  #news .news--box .overview {
    flex-wrap: wrap;
  }
  #news .news--box .overview > div {
    margin: 0 auto;
  }
  #news .news--box .overview > div a {
    width: 100%;
  }
  #news .news--box .overview p {
    margin: 1rem 0.5rem 0;
  }
}

.acms-inner header h2 {
  margin-top: 0;
  color: #fff !important;
}
.acms-inner header h2 a {
  pointer-events: none;
  text-decoration: none;
  opacity: 1;
  color: #fff !important;
}

/* ---------------------------------------------
  EVENT
------------------------------------------------ */
._w {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  ._w {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.content:not(.top) .eventOverview {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
}
.content:not(.top) .eventOverview--img {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: auto;
  margin-right: 30px;
}
.content:not(.top) .eventOverview table {
  margin: 0;
  width: 100%;
  max-width: 450px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.content:not(.top) .eventOverview table tr {
  width: 100%;
  border-top: 2px solid #f5f2e9;
}
.content:not(.top) .eventOverview table tr:last-child {
  border-bottom: 2px solid #f5f2e9;
}
.content:not(.top) .eventOverview table th, .content:not(.top) .eventOverview table td {
  padding: 10px 5px;
  font-weight: 500;
  vertical-align: top;
  white-space: normal;
}
.content:not(.top) .eventOverview table th {
  color: #b81c26;
}
@media screen and (max-width: 768px) {
  .content:not(.top) .eventOverview {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .content:not(.top) .eventOverview--img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .content:not(.top) .eventOverview table {
    display: block;
    width: 100%;
  }
  .content:not(.top) .eventOverview table thead,
.content:not(.top) .eventOverview table tbody,
.content:not(.top) .eventOverview table tr,
.content:not(.top) .eventOverview table th,
.content:not(.top) .eventOverview table td {
    display: block;
    width: 100%;
  }
  .content:not(.top) .eventOverview table th {
    padding-bottom: 2px;
  }
  .content:not(.top) .eventOverview table td {
    padding-top: 0;
  }
}

.teacher {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
}
.teacher--img {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.teacher--introduction {
  margin: 0 0 0 30px;
}
.teacher--introduction p {
  margin: 0;
}
.teacher--introduction p.hp {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .teacher {
    flex-direction: column;
    margin: 30px 0;
  }
  .teacher--img {
    margin: 0 auto;
  }
  .teacher--introduction {
    margin: 10px 0 0;
  }
}

.acms-admin-btn-group.acms-admin-btn-group-inline {
  display: flex;
  flex-direction: row;
}

.acms-admin-grid textarea {
  font-family: "Arial";
}

/* Form
----------------------------------*/
/* CSS Document */
#contact {
  /* input area */
  /* icon */
  /* base */
  /* 必須アイコン */
  /* 入力例 */
  /* メールアドレス入力文 */
  /* --- エラー -- */
  /* フォームボタン */
  /* flow */
  /* privacy agreement */
}
#contact .textbox ._flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .textbox ._flex p.tel {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #contact .textbox ._flex p.x-large {
    white-space: nowrap;
  }
}
#contact .textbox ._flex > * {
  margin: 0 20px;
}
#contact .acms-admin-form-radio label {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #contact .textbox ._flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  #contact .textbox ._flex > * {
    margin: 0;
  }
  #contact .textbox ._flex p.tel {
    font-size: 20px;
    margin: 0 auto 20px;
    text-align: center;
  }
  #contact .textbox ._flex p a[href^="mailto:"] {
    position: relative;
    top: -5px;
  }
  #contact .acms-admin-form-radio {
    display: block;
  }
}
#contact div.center input {
  margin-top: 15px;
}
#contact iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 250px;
  max-height: 250px;
  margin: 30px 0;
  border: 2px solid #eee;
}
@media screen and (max-width: 768px) {
  #contact iframe {
    height: 210px;
    max-height: 210px;
  }
}
#contact .error {
  color: #b81c26;
}
#contact .error::before {
  content: "!";
  display: inline-block;
  background-color: #b81c26;
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -2px;
  border-radius: 50%;
  line-height: 1;
  padding: 2px 7px 4px;
  margin-right: 5px;
}
#contact a[href^="tel:"] {
  font-weight: bold;
}
#contact form {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #contact form textarea {
    max-width: 746px;
    font-family: Arial, Helvetica, sans-serif;
  }
}
#contact input[type=text], #contact input[type=email] {
  border: 1px solid #bbb;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  max-width: 100%;
}
#contact textarea {
  border: 1px solid #bbb;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  max-width: 100%;
}
#contact .require, #contact .norequire {
  float: right;
  display: inline-block;
  font-size: 78%;
  padding: 0 5px;
  color: #fff;
  border-radius: 5px;
}
#contact .require {
  background: #666;
}
#contact .norequire {
  background: #ccc;
}
#contact table {
  width: 100%;
}
#contact table th, #contact table td {
  padding: 10px;
}
#contact table th {
  width: 230px;
  min-width: 230px;
}
@media screen and (max-width: 768px) {
  #contact table {
    display: block;
    width: 100%;
  }
  #contact table thead,
#contact table tbody,
#contact table tr,
#contact table th,
#contact table td {
    display: block;
    width: 100%;
  }
}
#contact th:before {
  content: "任意";
  display: block;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 15px;
  line-height: 15px;
  margin: 7px 0 0;
  background: #aaa;
  float: right;
}
#contact th.required:before {
  content: "必須";
  background: #b81c26;
}
#contact .content .example {
  font-size: 78%;
  color: #666;
  margin: 3px;
  padding: 0;
}
#contact .content .email-text {
  font-size: 85%;
  margin: 10px 0 5px;
}
#contact .content .error {
  font-size: 85%;
  color: #dd0000;
  padding: 0 0 0 15px;
  background: url(../images/form/icon_information.png) no-repeat 0 0.2em;
  margin: 5px 0;
}
#contact .content table table p.error {
  font-size: 91%;
}
#contact input.error, #contact textarea.error {
  border: 1px solid #ee9899;
}
#contact .form-button form {
  display: inline;
  padding: 0 20px;
}
#contact .btn._center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .btn._center {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
#contact .btn._center button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  width: 325px;
  height: 63px;
  padding: 0;
}
#contact .btn._center button::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #contact .btn._center button {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
#contact .btn._center button.btn-01:hover, #contact .btn._center button.btn-03:hover {
  background-color: #7c5745;
}
#contact .btn._center button.btn-02 {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #000;
}
#contact .btn._center button.btn-02:hover {
  background-color: #fff;
  border: 1px solid #000;
}
#contact .content .flow {
  margin: 50px 0;
  overflow: hidden;
}
#contact .flow {
  height: 40px;
  margin: 40px 0 0;
  border-radius: 7px;
  overflow: hidden;
}
#contact .flow li {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-left: none;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}
#contact .flow li:after {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  border-radius: 0 7px 7px 0;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -20px;
  z-index: 1;
}
#contact .flow li.flow01 {
  width: 32.3%;
  padding-left: 5px;
}
#contact .flow li.flow02 {
  width: 32.3%;
  padding-left: 10px;
}
#contact .flow li.flow02::after {
  width: 25px;
  right: -20px;
}
#contact .flow li.flow03 {
  width: 35.3%;
  padding-left: 15px;
}
#contact .flow li.flow03::after {
  display: none;
}
#contact .flow.step01 li.flow01 {
  background: #b81c26;
  color: #ffffff;
}
#contact .flow.step01 li.flow01::after {
  background: #b81c26;
}
#contact .flow.step01 li.flow02 {
  background: #eee;
  color: #aaa;
}
#contact .flow.step01 li.flow02::after {
  background: #eee;
}
#contact .flow.step01 li.flow03 {
  background: #f6f6f6;
  color: #aaa;
}
#contact .flow.step02 li.flow01 {
  background: #f6f6f6;
  color: #aaa;
}
#contact .flow.step02 li.flow01::after {
  background: #f6f6f6;
}
#contact .flow.step02 li.flow02 {
  background: #b81c26;
  color: #fff;
}
#contact .flow.step02 li.flow02::after {
  background: #b81c26;
}
#contact .flow.step02 li.flow03 {
  background: #eee;
  color: #aaa;
}
#contact .flow.step03 li.flow01 {
  background-color: #eee;
  color: #aaa;
}
#contact .flow.step03 li.flow01::after {
  background-color: #eee;
}
#contact .flow.step03 li.flow02 {
  background: #f6f6f6;
  color: #aaa;
}
#contact .flow.step03 li.flow02::after {
  background-color: #f6f6f6;
}
#contact .flow.step03 li.flow03 {
  background: #b81c26;
  color: #fff;
}
#contact .agreement {
  text-align: center;
  margin-bottom: 30px;
}
#contact .agreement > p {
  text-align: center;
}
#contact .agreement label {
  display: inline-block;
  margin: 10px 0 0;
  background: #fff7ee;
  padding: 10px 20px;
  cursor: pointer;
}
#contact .agreement label input {
  vertical-align: middle;
  margin: -1px 4px 0 0;
}

/*---------------------------------

PCのみ（960px～）

----------------------------------*/
@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    font-weight: normal;
    color: inherit;
    text-decoration: none !important;
  }
  /*-- ここまで --*/
}
/*# sourceMappingURL=style.css.map */