.main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 740px) {
  .main {
    margin-top: 66px;
  }
}
.main .main_slides img {
  width: 100%;
}
.main .fl_bnr {
  max-width: 190px;
  position: absolute;
  right: 2%;
  bottom: 13%;
}
@media screen and (max-width: 1080px) {
  .main .fl_bnr {
    max-width: 160px;
  }
}
@media screen and (max-width: 740px) {
  .main .fl_bnr {
    width: 30%;
    bottom: 3%;
  }
}

.obi {
  padding: 10px 0;
  background-color: #660f0a;
}
.obi .inner {
  border-top: solid 1px #927f3d;
  border-bottom: solid 1px #927f3d;
}
.obi .txt {
  padding: 30px 0 35px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .obi .txt {
    padding: 10px 0 15px;
    font-size: 1.6rem;
  }
}
.obi .txt .fz_l {
  font-size: 4.8rem;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .obi .txt .fz_l {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 2.6rem;
  }
}
.obi .txt .tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .obi .txt .tab {
    display: inline-block;
  }
}

.infomation {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/common/content_bg.jpg) repeat;
  position: relative;
}
@media screen and (max-width: 740px) {
  .infomation {
    margin-bottom: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    top: 0;
  }
}
.infomation .bg {
  width: 100%;
  background: url(../images/top/sasa01.png), url(../images/top/sasa02.png);
  background-repeat: no-repeat no-repeat;
  background-position: center top;
  overflow-x: hidden;
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 740px) {
  .infomation .bg {
    min-height: 380px;
    background: url(../images/top/sasa01.png);
    background-position: bottom left;
  }
}
.infomation .onsen-yurai {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 1px solid #786136;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .infomation .onsen-yurai {
    width: 90%;
  }
}
.infomation .onsen-yurai .onsen-title {
  width: 100%;
  padding: 10px 20px;
  background: #786136;
  color: #fff;
}
@media screen and (max-width: 740px) {
  .infomation .onsen-yurai .onsen-title {
    text-align: center;
    font-size: 2rem;
  }
}
.infomation .onsen-yurai .onsen-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 740px) {
  .infomation .onsen-yurai .onsen-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.infomation .onsen-yurai .txt {
  width: calc(100% - 209px);
  padding: 20px;
  line-height: 2;
}
@media screen and (max-width: 740px) {
  .infomation .onsen-yurai .txt {
    width: 100%;
    padding-bottom: 0;
  }
}
.infomation .onsen-yurai .imgbox {
  width: 209px;
  padding: 10px;
}
@media screen and (max-width: 740px) {
  .infomation .onsen-yurai .imgbox {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.infomation .onsen-yurai .imgbox figure {
  margin: 0;
  position: relative;
  text-align: center;
}
.infomation .onsen-yurai .imgbox figure figcaption {
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.infomation .info_area {
  width: 800px;
  margin: 0 auto 0;
  padding: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .infomation .info_area {
    width: 90%;
  }
}
@media screen and (max-width: 740px) {
  .infomation .info_area {
    width: 100%;
    margin: 20px auto 0;
    opacity: 0.9;
    top: 0;
  }
}
.infomation .info_area .info_box {
  padding: 15px 20px;
  border: solid 2px #eedc9c;
  color: #333;
}
@media screen and (max-width: 740px) {
  .infomation .info_area .info_box {
    padding: 15px 0;
    border-right: none;
    border-left: none;
  }
}
.infomation .info_area .info_box .title {
  margin-bottom: 15px;
  font-size: 2.4rem;
}
@media screen and (max-width: 740px) {
  .infomation .info_area .info_box .title {
    text-align: center;
  }
}
.infomation .info_area .info_box .info_inner {
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.infomation .info_area .info_box dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infomation .info_area .info_box dl dt,
.infomation .info_area .info_box dl dd {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #cecece;
  letter-spacing: -0.05em;
}
.infomation .info_area .info_box dl dt {
  width: 20%;
}
@media screen and (max-width: 740px) {
  .infomation .info_area .info_box dl dt {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.infomation .info_area .info_box dl dd {
  width: 80%;
}
@media screen and (max-width: 740px) {
  .infomation .info_area .info_box dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.infomation .info_area .info_box dl dd a {
  color: #2d2d2d;
}

.big_bnr {
  padding: 35px 0 0;
  background-color: #424242;
  border-top: solid 1px #6e6b60;
}
@media screen and (max-width: 740px) {
  .big_bnr {
    padding-bottom: 20px;
  }
}
.big_bnr ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  gap: 10px 0;
}
@media screen and (max-width: 740px) {
  .big_bnr ul {
    gap: 0;
  }
}
.big_bnr ul li {
  width: 48% !important;
}
@media screen and (max-width: 740px) {
  .big_bnr ul li {
    width: 100% !important;
    margin: 0 auto 10px;
  }
  .big_bnr ul li:last-of-type {
    margin-bottom: 0;
  }
}
.big_bnr ul li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.big_bnr ul li a:hover img {
  opacity: 0.7;
}

.access {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .access {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 740px) {
  .access {
    margin-bottom: 40px;
  }
}
.access .map {
  width: 100%;
}
.access .map-more {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  color: #2d2d2d;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.access .map-more:hover {
  background: #eee;
}

.sns {
  background: #424242;
  border-bottom: solid 1px #6e6b60;
}

.snsBox_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .snsBox_wrap {
    width: 70%;
    padding-bottom: 20px;
  }
}

.snsBox {
  width: 48%;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 740px) {
  .snsBox {
    width: 32%;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.snsBox:hover .name {
  opacity: 0.7;
}
.snsBox a {
  display: block;
  padding: 40px 0;
}
@media screen and (max-width: 740px) {
  .snsBox a {
    display: block;
    padding: 0;
  }
}
.snsBox .name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "introff", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .snsBox .name {
    font-size: 1.9rem;
  }
}
.snsBox .name .logo {
  display: inline-block;
  width: 60px;
}
@media screen and (max-width: 1080px) {
  .snsBox .name .logo {
    width: 50px;
  }
}
@media screen and (max-width: 740px) {
  .snsBox .name .logo {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .snsBox .name .logo img {
    width: 100%;
  }
}
.snsBox.tw .name .logo {
  width: 50px;
}
@media screen and (max-width: 1080px) {
  .snsBox.tw .name .logo {
    width: 48px;
  }
}
@media screen and (max-width: 740px) {
  .snsBox.tw .name .logo {
    width: 88.5%;
  }
}

.banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 3%;
}
.banner_area a {
  display: block;
  background: #fff;
}
.banner_area a:hover img {
  opacity: 0.8;
}

.content {
  width: 100%;
  padding: 85px 0;
  background-color: #242424;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .content {
    padding: 40px 0;
    overflow: hidden;
  }
}
.content .ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .content .ttl {
    margin-top: -30px;
    font-size: 2rem;
    position: relative;
    z-index: 2;
  }
}
.content .ttl:after {
  display: block;
  content: "";
  width: 30px;
  margin: 0 auto;
  height: 2px;
  background-color: #927f3d;
}
.content .ttl .sub {
  display: inline-block;
  padding-right: 1rem;
}
@media screen and (max-width: 740px) {
  .content .ttl .sub {
    display: block;
    padding-right: 0;
    line-height: 1;
  }
}
.content .txt {
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 740px) {
  .content .txt {
    margin-bottom: 30px;
  }
}
.content a.btn {
  display: block;
  width: 175px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #927f3d;
  border: solid 1px #927f3d;
  color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content a.btn:hover {
  background-color: #fff;
  border: solid 1px #927f3d;
  color: #927f3d;
}
.content .soon {
  width: 175px;
  margin: 0 auto;
  padding: 10px 0;
  border: solid 1px #fff;
  text-align: center;
}

.col_type1 {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .col_type1 {
    position: static;
  }
}
.col_type1:before {
  display: block;
  content: "";
  width: 100%;
  margin: auto 0;
  height: 300px;
  background: url(../images/common/content_bg.jpg);
  position: absolute;
  top: 50%;
  bottom: 50%;
}
@media screen and (max-width: 820px) {
  .col_type1:before {
    display: none;
  }
}
.col_type1 .image {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .col_type1 .image {
    width: 100%;
    right: 500px;
  }
}
@media screen and (max-width: 820px) {
  .col_type1 .image {
    width: 94%;
    margin: 0 auto 10px;
    overflow: hidden;
    right: 0;
  }
  .col_type1 .image:after {
    display: block;
    content: "";
    width: 200px;
    margin: 0 auto;
    height: 200px;
    background-color: #242424;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: -150px;
    left: 0;
    z-index: 1;
  }
}
.col_type1 .image.soon_img::before {
  content: "Coming Soon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 80px;
  margin: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.col_type1 .image img {
  width: 100%;
}
.col_type1 .base_w {
  width: 1080px;
  margin: auto;
  min-height: 300px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .col_type1 .base_w {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .col_type1 .base_w {
    position: static;
  }
}
@media screen and (max-width: 740px) {
  .col_type1 .base_w {
    min-height: 0;
  }
}
.col_type1 .base_w .textBox {
  width: 430px;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .col_type1 .base_w .textBox {
    width: 100%;
  }
}
.col_type1.reverse .image {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .col_type1.reverse .image {
    width: 100%;
    right: 0;
    left: 500px;
  }
}
@media screen and (max-width: 820px) {
  .col_type1.reverse .image {
    width: 94%;
    margin: 0 auto 10px;
    left: 0;
  }
}
.col_type1.reverse .textBox {
  margin-right: auto;
  margin-left: 0;
}

.col_type2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col_type2 li {
  width: 32%;
}
@media screen and (max-width: 740px) {
  .col_type2 li {
    width: 100%;
    margin-bottom: 50px;
  }
  .col_type2 li:last-of-type {
    margin-bottom: 0;
  }
}
.col_type2 li .image {
  border: solid 1px #242424;
  overflow: hidden;
  position: relative;
}
.col_type2 li .image:after {
  display: block;
  content: "";
  width: 200px;
  margin: 0 auto;
  height: 200px;
  background-color: #242424;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: -151px;
  left: 0;
  z-index: 1;
}
.col_type2 li .ttl {
  margin-top: -30px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1080px) {
  .link_area {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 740px) {
  .link_area {
    margin-bottom: 40px;
  }
}
.link_area ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.link_area ul li {
  width: 50%;
  min-height: 350px;
  background-color: #000;
}
@media screen and (max-width: 740px) {
  .link_area ul li {
    width: 100%;
    min-height: 160px;
  }
}
.link_area ul li a {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 740px) {
  .link_area ul li a {
    min-height: 300px;
  }
}
.link_area ul li a span {
  display: block;
  width: 200px;
  margin: auto;
  padding: 10px 20px;
  border: solid 1px #fff;
  border-radius: 2em;
  color: #fff;
  text-align: center;
}
.link_area ul li a:hover {
  background: rgba(0, 0, 0, 0);
}
.link_area ul li a:hover span {
  background-color: #786136;
  border: solid 1px #786136;
}
.link_area ul li span.soon {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 740px) {
  .link_area ul li span.soon {
    min-height: 300px;
  }
}
.link_area ul li span.soon span {
  display: block;
  width: 200px;
  margin: auto;
  padding: 10px 20px;
  border-radius: 2em;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.link_area ul .staff {
  background: url(../images/top/staff.jpg?) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 740px) {
  .link_area ul .staff {
    background-position: top left 40%;
  }
}
.link_area ul .media {
  background: url(../images/top/img_media.jpg) no-repeat top center;
  background-size: cover;
}

.bnr_slids {
  width: 1200px;
  margin: 50px auto 50px;
  /* .bnr_list {
    width: 95%;
    margin: 0 auto;

    @include mq(md) {
      width: 90%;
    }
    a {
      transition: 0.2s;
      &:hover img {
        opacity: 0.7;
      }
    }
  } */
}
@media screen and (max-width: 1200px) {
  .bnr_slids {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 3%;
  }
}
@media screen and (max-width: 740px) {
  .bnr_slids {
    margin-bottom: 40px;
  }
}
.bnr_slids .list {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 740px) {
  .bnr_slids .list {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bnr_slids .list a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bnr_slids .list a:hover img {
  opacity: 0.7;
}
.bnr_slids .list li {
  width: 230px;
  padding: 0 5px;
}
@media screen and (max-width: 740px) {
  .bnr_slids .list li {
    width: 50%;
    max-width: 230px;
  }
}
.bnr_slids .list li.s_bnr08 {
  width: 343px;
}
@media screen and (max-width: 740px) {
  .bnr_slids .list li.s_bnr08 {
    width: 68%;
    max-width: none;
    padding-bottom: 10px;
  }
}
.bnr_slids .slick-initialized .slick-slide {
  padding: 0 5px;
}
.bnr_slids .slick-prev {
  left: -35px;
}
@media screen and (max-width: 740px) {
  .bnr_slids .slick-prev {
    left: -9%;
  }
}
.bnr_slids .slick-next {
  right: -35px;
}
@media screen and (max-width: 740px) {
  .bnr_slids .slick-next {
    right: -9%;
  }
}
.bnr_slids .slick-prev,
.bnr_slids .slick-next {
  width: 30px;
  height: 30px;
}
.bnr_slids .slick-prev:before,
.bnr_slids .slick-next:before {
  font-size: 30px;
}
.bnr_slids .slick-prev:before,
.bnr_slids .slick-next:before {
  color: #6e6b60;
}/*# sourceMappingURL=top.css.map */