@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

#wrapper {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  background: #F9F9F9;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}

.disnon {
  display: none;
}

.text_red {
  color: #E7180F;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.text_font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-align: center;
  text-decoration: none;
  background: #8D1621;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #D88493;
  transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 30px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #D88493;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #D88493;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}

.bookquickly {
  color: #E7180F;
  font-weight: 600;
  /* text-decoration: underline; */
}

.slash span {
  display: inline-block;
  padding: 0 20px;
  background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
  background-size: 12px;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 60px;
  }

  .slash span {
    padding: 0 18px;
    background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
    background-size: 12px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 30px;
}

.page_roof .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.page_roof .img_unit {
  width: 100%;
  display: flex;
  align-items: center;
  background: #F9F9F9;
  margin-bottom: 30px;
  background: #FFFFFF;
}

.page_roof .img_unit .photo {
  width: 60%;
}

.page_roof .img_unit .logo {
  width: 40%;
  text-align: center;
}

.page_roof .img_unit .photo img {
  width: 100%;
  vertical-align: bottom;
}

.page_roof .img_unit .logo img {
  width: 70%;
}

.page_roof .toplead {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page_roof .toplead p {
  font-size: 140%;
  line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    padding-top: 30px;
  }

  .page_roof .toplead p {
    font-size: 110%;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 760px) {
  #pageNav nav {
    width: 100%;
    z-index: 9999;
    margin: 0 0 30px;
    padding: 5px 0;
    background: #8D1621;
  }

  #pageNav nav ul a,
  #pageNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav nav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #pageNav nav ul a {
    flex-grow: 1;
    height: 55px;
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 8px;
  }

  #pageNav nav ul a:lastt-child {
    background: none;
  }

  #pageNav nav ul a li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #pageNav nav ul a li p {
    text-align: center;
  }

  #pageNav .nav_btnOpen {
    display: none;
  }
}

/****スマホメニュー****/
@media screen and (max-width: 759.9px) {
  #pageNav nav {
    display: none;
  }

  .nav_btnOpen {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #8D1621;
    color: #FFFFFF;
  }

  .nav_btnOpen:after {
    content: "▼　MENU ▼";
  }

  .nav_btnClose {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #8D1621;
    color: #FFFFFF;
  }

  .nav_btnClose:after {
    content: "▲　CLOSE　▲";
  }

  #pageNav nav {
    background: #8D1621;
    width: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }

  #pageNav nav ul a,
  #pageNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #pageNav nav ul a {
    width: 100%;
  }

  #pageNav nav ul a li {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 0;
    text-align: center;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0;
  padding-top: 70px;
}

.pageContent .inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 759.9px) {
  .pageContent {
    padding-top: 50px;
  }
}

/*-------------title--------------*/
.title {
  margin-bottom: 20px;
  color: #A21500;
}

.title h2 {
  font-size: 95px;
  text-shadow: 0px 0px 20px #C4878F;
  font-family: serif;
  /*font-family: 'Noto Sans JP';*/
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.title h2 span {
  font-size: 80%;
}

.title p {
  font-size: 26px;
  text-align: right;
  margin-top: -0.8em;
  position: relative;
  z-index: 2;
}

.title p::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -20px;
  width: 170px;
  height: 200px;
  background: url("../images/illust_rose.png")no-repeat center;
  background-size: contain;
  z-index: 1;
  opacity: 0.6;
}

@media screen and (max-width: 759.9px) {
  .title h2 {
    font-size: 10vw;
    text-shadow: 0px 0px 10px #C4878F;
  }

  .title p {
    margin-top: -0.5em;
    font-size: 5vw;
  }

  .title p::before {
    top: -140px;
    right: -20px;
    width: 140px;
    height: 160px;
    background: url("../images/illust_rose.png")no-repeat center;
    background-size: contain;
    z-index: 1;
    opacity: 0.6;
  }

}

/*-------------CAST--------------*/
#cast .cast_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#cast .cast dl {
  margin-bottom: 10px;
  font-size: 130%;
}

#cast .cast dl dd {
  padding-left: 1em;
}

@media screen and (max-width: 759.9px) {
  #cast .cast dl {
    font-size: 120%;
  }
}

/*-------OVERVIEW--------------*/
#overview {}

#overview #movie {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 56.25%;
  position: relative;
}

#overview #movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 560px;
  margin: 0 auto;
  height: 100%;
}

#overview p.hp {
  text-align: left;
  margin: 10px 0;
  font-size: 110%;
}

a.hp {
  color: #C50B0E;
  font-weight: bold;
}

#overview .comment {
  margin-bottom: 30px;
}

#overview .comment p {
  font-size: 120%;
}

@media screen and (max-width: 759.9px) {
  #overview #movie iframe {
    width: 100%;
  }

  #overview p.hp {
    font-size: 100%;
  }

  #overview .comment p {
    font-size: 110%;
  }
}

/*-------ツアー-------------*/
#tour h3 {
  font-size: 160%;
  margin-bottom: 15px;
  text-align: center;
}

#tour h3+p {
  font-size: 150%;
  margin-bottom: 50px;
  text-align: center;
}

#tour .place {
  margin-bottom: 30px;
  text-align: center;
}

#tour .place h4 {
  font-size: 200%;
  margin-bottom: 5px;
}

#tour .place p {
  font-size: 120%;
}

#tour .calendar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 50px;
  justify-content: center;
}

#tour .calendar li {
  width: 12%;
  margin: 0 2px 15px;
  position: relative;
}

#tour .calendar .date {
  font-size: 120%;
  padding: 5px 0;
  text-align: center;
  border: 2px solid #8D1621;
  border-top: 2px solid #8D1621;
  border-left: 2px solid #8D1621;
  border-bottom: 2px solid #8D1621;
}

#tour .calendar .time {
  font-size: 120%;
  padding: 5px 0;
  text-align: center;
  border-left: 2px solid #8D1621;
  border-right: 2px solid #8D1621;
  border-bottom: 2px solid #8D1621;
}

.remaining {
  color: #ff0000;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
}

#tour .calendar li.soldout p {
  background: #3F3F3F;
}

.soldout::before {
  position: absolute;
  transform: rotate(10deg);
  background-color: #C50B0E;
  opacity: 0.9;
  padding: 5px 18px;
  color: #FFFFFF;
  content: "soldout";
  font-size: 110%;
  top: 30%;
  left: 8%;
  z-index: 100;
}

@media screen and (max-width: 759.9px) {
  #tour h3 {
    font-size: 130%;
  }

  #tour p {
    font-size: 100%;
  }

  #tour .place h4 {
    font-size: 160%;
  }

  #tour .place p {
    font-size: 110%;
  }

  #tour .calendar li {
    width: 19%;
    margin: 0 1px 15px;
  }
}

#tour {
  text-align: center;
}

#tour .seat img {
  width: 50%;
  height: auto;
}

/*------------plan--------------*/
#plan .inner {
  margin-top: -100px;
}

#plan p.attention {
  display: flex;
  justify-content: center;
}

#plan h3 {
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 759.9px) {
  #plan h3 {
    font-size: 130%;
  }
}

/*--------予約--------------*/
.yoyaku_wrap {
  width: 100%;
}

.yoyaku_wrap h3 {
  font-size: 180%;
  color: #A21500;
  margin-bottom: 30px;
  text-align: center;
}

.yoyaku_wrap p.attention {
  font-size: 100%;
  display: flex;
  justify-content: center;
}

.yoyaku_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.yoyaku_unit a.godetail {
  width: 46%;
  max-width: 320px;
  margin: 0 2% 20px;
}

.yoyaku_kikan {
  margin: 10px 0 20px 0;
  font-size: 150%;
  font-weight: bold;
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 759.9px) {
  .yoyaku_wrap h3 {
    font-size: 120%;
  }

  .yoyaku_wrap p.attention {
    font-size: 90%;
  }
}

/*------------.caution--------------*/
.yoyaku_wrap .caution {
  width: 95%;
  max-width: 800px;
}

.caution {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10px;
}

.caution li {
  text-indent: -1em;
  margin-bottom: 5px;
  font-size: 90%;
  text-align: left;
}

/*------------tour--------------*/
/*-----案内----*/
#guidance {
  font-size: 100%;
}

#guidance h3 {
  font-size: 120%;
  margin-bottom: 10px;
}

#guidance ul {
  margin: 0 0 30px 10px;
}

#guidance ul li {
  font-size: 100%;
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

#guidance ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 3px;
}

#guidance ul li.tel::before {
  content: "■";
  font-size: 90%;
  margin-right: 3px;
}

#guidance a {
  color: #C50B0E;
  font-weight: bold;
  font-size: 110%;
}