/*--------------------------------
all common
--------------------------------*/
.all-cmn {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  background: url("/img/common/ptn_beige.png");
  font-family: 'Yu Gothic','YuGothic','Yu Gothic Medium','YuGothic Medium','Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #20020f;
}

@media all and (-ms-high-contrast: none) {
  .all-cmn {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
}

.wrp-minw {
  width: 100%;
  min-width: 1120px;
}

.sp {
  display: none;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.ctn {
  width: 1080px;
  margin: auto;
}

.w100 {
  width: 100%;
}

.fw600 {
  font-weight: 600;
}

.col-ong {
  color: #f7941f;
}

.col-wht {
  color: #fff;
}

.col-brwn {
  color: #7b3e22;
}

.bg-wht {
  background: #fff;
}

.bd-ong {
  border: solid 2px #f7941f;
}

.bg-blk {
  background: #4d3b30;
}

.over {
  overflow: hidden;
}

.z1 {
  z-index: 1;
}

.z-1 {
  z-index: -1;
}

.bana-tel {
  width: 250px;
  max-width: 100%;
  height: 70px;
  background: url("/img/common/info-frame.png") top left no-repeat;
}

.bana-tel .tel {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
}

.bana-tel .tel span {
  font-size: 16px;
  font-size: 1.6rem;
}

.bana-tel p {
  font-size: 13px;
  font-size: 1.3rem;
}

.bana-tel a, .bana-tel p {
  text-align: center;
}

.wrp-tbl {
  width: 100%;
}

.wrp-tbl th, .wrp-tbl td {
  font-weight: 500;
  line-height: 24px;
  padding: 15px;
  vertical-align: middle;
}

.wrp-tbl th {
  width: 30%;
  text-align: center;
}

.button {
  margin-top: 40px;
}

.button a {
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  display: block;
  background: #20020f;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border: solid 2px #c4a547;
  position: relative;
}

.button a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url("/img/common/arrw-gld.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
}

.button a:hover {
  opacity: .8;
}

.wrap_youtube {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.wrap_youtube .youtube {
  border: solid 4px #f7941f;
  position: relative;
  width: 100%;
  padding-top: 54%;
}

.wrap_youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wrap_youtube.frame-leaf::before, .wrap_youtube.frame-leaf::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.wrap_youtube.frame-leaf::before {
  width: 210px;
  height: 82px;
  background-image: url("/img/top/cm-movie-obj-01.png");
  top: -50px;
  left: 0%;
}

.wrap_youtube.frame-leaf::after {
  width: 371px;
  height: 75px;
  background-image: url("/img/top/cm-movie-obj-02.png");
  bottom: -75px;
  right: -20px;
}

.wrp-menu-tag a {
  display: block;
  width: 320px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: url("/img/top/menu-bg-tile.png") top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrp-menu-tag a:nth-child(n+4) {
  margin-top: 30px;
}

.wrp-menu-tag a:hover {
  opacity: .9;
}

.wrp-menu-tag p {
  width: 140px;
  text-align: center;
}

.wrp-menu-tag figure {
  width: 180px;
  text-align: right;
}

.wrp-menu-tag p, .wrp-menu-tag figure {
  max-width: 100%;
}

.list-column a {
  display: block;
  border-bottom: solid 1px #4d3b30;
  padding-bottom: 15px;
}

.list-column a:not(:first-child) {
  margin-top: 20px;
}

.list-column a:hover {
  opacity: .8;
}

.list-column .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-column .inner time, .list-column .inner .tag span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

.list-column .inner time {
  color: #7b3e22;
}

.list-column .inner .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-column .inner .tag span {
  line-height: 13px;
  background: #20020f;
  color: #fff;
  padding: 2px;
  margin-left: 5px;
}

.list-column .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}

.wrp-link-btn .btn-bana {
  width: 520px;
  max-width: 100%;
  padding: 20px;
  border: solid 2px #c4a547;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrp-link-btn .btn-bana.movie {
  background: url("/img/top/bana-movie-bg.png") center center no-repeat;
  background-size: cover;
}

.wrp-link-btn .btn-bana.calender {
  background: url("/img/top/bana-calender-bg.png") center center no-repeat;
  background-size: cover;
}

.wrp-link-btn .btn-bana img {
  margin: 6px 0;
}

.wrp-link-btn .btn-bana:hover {
  opacity: .8;
}

.bana-list {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.bana-list .wrp-order-bana {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.bana-list .wrp-order-bana:hover {
  opacity: .8;
}

.bana-list .wrp-order-bana.bana-base p {
  padding: 20px;
}

.bana-list .wrp-order-bana.bana-base p::before, .bana-list .wrp-order-bana.bana-base p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  z-index: 1;
}

.bana-list .wrp-order-bana.bana-base p::after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 230px 60px;
  left: -60px;
}

.bana-list .wrp-order-bana.bana-base p::before {
  border-color: #fff transparent transparent transparent;
  border-width: 230px 60px 0 0;
  right: -60px;
}

.bana-list .wrp-order-bana.bana-base figure {
  top: 0;
}

.bana-list .wrp-order-bana.bana-base figure.img-01 {
  left: 0;
}

.bana-list .wrp-order-bana.bana-base figure.img-02 {
  right: 0;
}

.bana-list .wrp-order-bana.bana-app {
  border: solid 8px #c4a547;
  padding: 20px 20px 0 20px;
}

.bana-list .wrp-order-bana.bana-app .top-frame {
  top: 0;
  left: 20px;
  right: 20px;
  margin: 0 auto;
}

.wrp-access .box {
  width: 490px;
  max-width: 100%;
}

.wrp-access .box .ttl {
  font-size: 20px;
  font-size: 2rem;
}

.wrp-access .wrp-tbl {
  position: relative;
}

.wrp-access .wrp-tbl::before {
  content: '';
  display: block;
  width: 490px;
  min-height: 3px;
  background-image: url("/img/top/line-grange.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.wrp-access .wrp-tbl dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wrp-access .wrp-tbl dl::after {
  content: '';
  display: block;
  width: 490px;
  min-height: 3px;
  background-image: url("/img/top/line-grange.png");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wrp-access .wrp-tbl dt, .wrp-access .wrp-tbl dd {
  line-height: 24px;
  padding: 15px 10px;
}

.wrp-access .wrp-tbl dt {
  width: 30%;
}

/*--------------------------------
heaer
--------------------------------*/
header .wrp-top-bar {
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  padding: 10px 30px;
}

header h1 {
  font-size: 13px;
  font-size: 1.3rem;
}

header nav li {
  padding: 0 30px;
}

header nav li:not(:first-child) {
  border-left: dotted 3px #f7941f;
}

header nav li a, header nav li span {
  color: #20020f;
  display: block;
  text-align: center;
}

header nav li a:hover {
  opacity: .8;
}

header nav .bg-ong {
  background-color: rgba(247, 148, 31, 0.2);
  padding: 3px 15px;
}

header .wrp-mv .mv-main {
  height: 720px;
  background: url("/img/common/mv.png") center center no-repeat;
  background-size: cover;
}

header .wrp-mv .mv-main .cc {
  width: 1320px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

header .wrp-mv .mv-lower {
  height: 490px;
  background: url("/img/common/sv.png") center center no-repeat;
}

header .wrp-mv .mv-lower .ctn {
  height: 100%;
}

header #fix_btn {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 90;
  -webkit-transition: .4s;
  transition: .4s;
}

header #fix_btn a {
  display: block;
  text-align: center;
}

header #fix_btn img {
  -webkit-transition: none;
  transition: none;
}

header #fix_btn.slide-none {
  -webkit-transition: .4s;
  transition: .4s;
  right: -200px;
}

/*--------------------------------
container-top
--------------------------------*/
.container-top article {
  padding: 100px 0;
}

.container-top p {
  line-height: 32px;
}

.container-top h2 {
  text-align: center;
  margin-bottom: 40px;
}

.container-top h2 .ruby::after {
  content: '';
  display: block;
  margin: 0 auto;
  background-size: contain;
}

.container-top h2 .ruby.rbn::after {
  width: 220px;
  height: 42px;
  background-image: url("/img/top/ttl-rbn.png");
}

.container-top h2 .ruby.line::after {
  width: 120px;
  height: 8px;
  margin-top: 10px;
  background-image: url("/img/top/ttl-line.png");
}

/*--------------------------------
about
--------------------------------*/
.container-top article.about .obj1 {
  top: 50px;
  left: -330px;
}

.container-top article.about .obj2 {
  top: 20px;
  right: -420px;
}

/*--------------------------------
cm
--------------------------------*/
.container-top article.cm {
  z-index: 2;
}

.container-top article.cm h2::before, .container-top article.cm h2::after {
  content: '';
  display: inline-block;
  width: 143px;
  height: 60px;
  background-image: url("/img/top/cm-ttl-obj.png");
  background-size: contain;
  vertical-align: middle;
}

.container-top article.cm h2::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*--------------------------------
menu
--------------------------------*/
.container-top article.menu {
  background: url("/img/top/menu-bg.png") center center no-repeat;
  background-size: cover;
  min-height: 1102px;
  padding-top: 320px;
  margin-top: -300px;
}

.container-top article.menu .obj1 {
  top: -80px;
  left: -170px;
}

.container-top article.menu .obj2 {
  top: -170px;
  right: -60px;
}

.container-top article.menu .obj3 {
  left: -250px;
  bottom: -70px;
}

/*--------------------------------
column
--------------------------------*/
.container-top article.column .obj {
  margin-top: -40px;
}

.container-top article.column .wrp {
  width: 500px;
  max-width: 100%;
  height: 621px;
  padding: 0 50px 50px;
  background: url("/img/top/blog-event-frame.png") center center no-repeat;
  background-size: cover;
}

.container-top article.column .wrp .box {
  margin-top: 30px;
}

/*--------------------------------
access
--------------------------------*/
.container-top article.access {
  background: rgba(196, 165, 71, 0.1);
}

.container-top article.access .obj1 {
  left: -120px;
  bottom: -100px;
}

.container-top article.access .obj2 {
  right: -320px;
  bottom: -100px;
}

/*--------------------------------
	footer
--------------------------------*/
footer {
  padding: 80px 0 40px 0;
  background: #4d3b30;
}

footer p, footer a {
  color: #fff !important;
  line-height: 30px;
}

footer .logo a {
  width: 360px;
  max-width: 100%;
  border: solid 4px #f7941f;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

footer .footer-nav {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

footer .footer-nav li {
  padding: 0 20px;
}

footer .footer-nav li:not(:first-child):not(:nth-child(8)) {
  border-left: solid 1px #fff;
}

footer .footer-nav li:nth-child(n+8) {
  margin-top: 20px;
}

footer .footer-nav li a {
  display: block;
  line-height: 16px;
}

footer small {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #20020f;
}

footer small span, footer small a {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}

footer small a {
  margin: 0 5px;
}
/*# sourceMappingURL=style.css.map */