@charset "UTF-8";
body {
  background: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #bcbcbc; }

a {
  color: #A57841; }
  a:hover {
    color: #fff; }

/*---swipper上書き-----*/
.swiper-container {
  padding: 0 0 40px 0 !important; }

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: 0.2 !important; }

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #A57841 !important; }

/*---//swipper上書き-----*/
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff; }

header {
  position: relative;
  z-index: 999; }

.topbg_box {
  max-width: 2000px;
  margin: 0 auto; }

.topbg {
  background: url(../img/pctop.jpg) no-repeat center;
  height: 900px;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    .topbg {
      background: url(../img/sptop.jpg) no-repeat center;
      height: 570px;
      background-size: cover;
      position: relative; } }

.topbg-pos {
  margin-top: -80px; }

.logo_tate {
  position: absolute;
  top: 50px;
  left: 25%; }
  @media (max-width: 1024px) {
    .logo_tate {
      left: 5%; } }
  @media (max-width: 991px) {
    .logo_tate {
      top: 30px; } }
  @media (max-width: 575px) {
    .logo_tate {
      left: 1rem; } }
  .logo_tate img {
    width: 130px; }
    @media (max-width: 767px) {
      .logo_tate img {
        width: 60px; } }

#toppage .logo {
  visibility: hidden; }

.gnavi {
  position: relative;
  z-index: 999; }
  .gnavi a {
    color: #fff !important; }
  .gnavi.navbar {
    position: relative;
    z-index: 999; }
  .gnavi .navbar-nav li {
    margin-right: 1.5rem; }
    .gnavi .navbar-nav li:last-of-type {
      margin-right: 0; }
    @media (max-width: 991px) {
      .gnavi .navbar-nav li {
        padding-left: 1rem; } }

.logo img {
  width: 156px; }

.language {
  width: 100%; }
  .language th {
    width: 60px;
    padding-right: 1rem; }

.regist {
  background: #211B1A;
  padding: 3rem 0; }
  .regist h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold; }
    @media (max-width: 575px) {
      .regist h2 {
        font-size: 1.3rem; } }
    .regist h2:before {
      content: "";
      background: url(../img/icon_reserve.png) no-repeat center;
      background-size: 100% 100%;
      display: block;
      width: 80px;
      height: 80px;
      margin: 0 auto 15px auto;
      text-align: center; }
  .regist .btn-regist {
    width: 100%;
    background: #DE381E;
    color: #fff;
    padding: .7rem 0;
    display: block;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold; }
  .regist .useable_card {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; }
    .regist .useable_card li {
      margin-right: .5rem; }
      .regist .useable_card li img {
        height: 45px; }

.regist_point {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  .regist_point li {
    width: 50%;
    margin-top: .5rem; }
    @media (max-width: 767px) {
      .regist_point li {
        width: 100%; } }
    @media (max-width: 575px) {
      .regist_point li {
        font-size: 0.9rem; } }
    .regist_point li:before {
      font-family: "Font Awesome 5 Free";
      content: '\f00c';
      font-weight: 900;
      margin-right: 0.5rem; }

.top_intro {
  background: url(../img/shinjyuku_img.jpg) no-repeat rgba(0, 0, 0, 0.3) center;
  background-size: cover; }
  @media (max-width: 575px) {
    .top_intro {
      background: url(../img/shinjyuku_img-sp.jpg) no-repeat rgba(0, 0, 0, 0.3) center; } }
  .top_intro .top_intro-mask {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 200px 0; }
  .top_intro h2 {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.5rem;
    font-size: 2.5rem; }
    @media (max-width: 767px) {
      .top_intro h2 {
        font-size: 2rem; } }
    @media (max-width: 575px) {
      .top_intro h2 {
        font-size: 1.4em; } }
  .top_intro p {
    color: white;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2; }
    @media (max-width: 991px) {
      .top_intro p {
        font-size: 1.2rem;
        text-align: left; } }
    @media (max-width: 575px) {
      .top_intro p {
        font-size: 1em; } }

.content_box {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .content_box h2 {
    text-align: center;
    font-weight: bold; }
    @media (max-width: 575px) {
      .content_box h2 {
        font-size: 1.4rem; } }
    .content_box h2.icon-aria:before {
      content: "";
      background: url(../img/icon_area.png) no-repeat;
      background-size: 100% 100%;
      width: 80px;
      height: 63px;
      margin: 0 auto;
      display: block;
      margin-bottom: 1rem; }
    .content_box h2.icon-rule:before {
      content: "";
      background: url(../img/icon_rule.png) no-repeat;
      background-size: 100% 100%;
      width: 80px;
      height: 69px;
      margin: 0 auto;
      display: block;
      margin-bottom: 1rem; }
    .content_box h2.icon-room:before {
      content: "";
      background: url(../img/icon_room.png) no-repeat;
      background-size: 100% 100%;
      width: 80px;
      height: 56px;
      margin: 0 auto;
      display: block;
      margin-bottom: 1rem; }
    .content_box h2.icon-house:before {
      content: "";
      background: url(../img/icon_house.png) no-repeat;
      background-size: 100% 100%;
      width: 60px;
      height: 63px;
      margin: 0 auto;
      display: block;
      margin-bottom: 1rem; }
    .content_box h2.icon-mymark:before {
      content: "";
      background: url(../img/icon_mymark.png) no-repeat;
      background-size: 100% 100%;
      width: 80px;
      height: 89px;
      margin: 0 auto;
      display: block;
      margin-bottom: 1rem; }
    .content_box h2 + p {
      text-align: center;
      margin-bottom: 3rem; }
      @media (max-width: 575px) {
        .content_box h2 + p {
          font-size: 0.9rem;
          margin-bottom: 1.5rem; } }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .gmap iframe, .gmap object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.area h3 {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #bcbcbc; }
@media (max-width: 575px) {
  .area p {
    font-size: 0.9rem; } }

.bestrate h3 {
  text-align: center;
  color: #ecd065;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 4px double #ecd065;
  border-bottom: 4px double #ecd065; }
  @media (max-width: 575px) {
    .bestrate h3 {
      font-size: 1.2rem; } }
.bestrate p {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4;
  font-family: serif;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .bestrate p {
      font-size: 1.9rem; } }
  .bestrate p span {
    font-size: 1.2rem; }

.room_price {
  padding: 1rem 0 0 0;
  border-top: 1px solid #bcbcbc; }
  .room_price .attention {
    padding: 1rem 0;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc; }
    .room_price .attention li {
      list-style: none;
      font-size: 0.9rem; }

.btn-type1 {
  color: #A57841;
  border: 1px solid #A57841;
  padding: 1rem 2.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  position: relative; }
  @media (max-width: 575px) {
    .btn-type1 {
      font-size: 1.1rem;
      padding: 1rem;
      display: block; } }
  .btn-type1:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #A57841 #A57841 transparent transparent;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 2px; }
  .btn-type1 img {
    height: 30px;
    margin-right: 1rem; }
    @media (max-width: 575px) {
      .btn-type1 img {
        width: 40px; } }
  .btn-type1:hover {
    background: #141414;
    text-decoration: none;
    color: #A57841; }

.room h3 {
  font-weight: bold; }
  @media (max-width: 767px) {
    .room h3 {
      font-size: 1.3rem; } }
.room .table {
  border-bottom: 1px solid #dee2e6; }
  @media (max-width: 767px) {
    .room .table {
      font-size: 0.9rem; } }
  .room .table th, .room .table td {
    font-weight: normal;
    padding: .7rem .5rem; }
.room h4 {
  font-size: 1.2rem;
  padding-left: 10px;
  border-left: 5px solid #bcbcbc; }
  @media (max-width: 575px) {
    .room h4 {
      font-size: 1.1rem; } }
.room ul {
  padding-left: 1.5rem; }
@media (max-width: 575px) {
  .room li {
    font-size: 0.9rem; } }

.facility h3 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold; }
  @media (max-width: 575px) {
    .facility h3 {
      font-size: 1.1rem; } }
.facility ul {
  padding-left: 1.5rem; }
@media (max-width: 575px) {
  .facility li {
    font-size: 0.9rem; } }

.contact .icon i {
  font-size: 5rem;
  color: #A57841;
  margin-bottom: 1rem; }
.contact .tel {
  font-size: 2rem; }
  @media (max-width: 575px) {
    .contact .tel {
      font-size: 1.5rem; } }
.contact h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: center; }
.contact .contact_box {
  border: 1px solid #A57841;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
.contact ul {
  padding-left: 1.5rem; }

footer ul {
  text-align: center;
  padding: 0;
  font-size: 1rem; }
  @media (max-width: 767px) {
    footer ul {
      text-align: left; } }
  footer ul li {
    list-style: none;
    display: inline-block;
    margin: 1rem 1rem; }
    @media (max-width: 767px) {
      footer ul li {
        display: block;
        margin-bottom: 1rem; } }
    footer ul li a {
      color: #fff; }
