@charset "UTF-8";
/*
Theme Name: NIRAKUNavi theme
Theme URI:
Description: オリジナルテーマ
Version: 2
Author: leprojet
Author URI:
*/
@import url("Templates/StyleSheets/normalize.css");
@import url("Templates/StyleSheets/reset.css");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  overflow: hidden;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通 */
body {
  margin: 0;
}

.nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nopc {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}

.title {
  margin-top: 30px;
}

.contents {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 0;
}

.container {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フッター */
.PageTop {
  width: 81px;
  height: 81px;
  position: fixed;
  bottom: -300px;
  right: 10px;
  z-index: 200;
  visibility: hidden;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}
@media only screen and (max-width: 640px) {
  .PageTop {
    width: 40.5px;
    height: 40.5px;
  }
}
.PageTop.visible {
  bottom: 30px;
}
.PageTop a {
  width: 81px;
  height: 81px;
  background: url("images/PageTop.png");
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 640px) {
  .PageTop a {
    width: 40.5px;
    height: 40.5px;
    display: block;
  }
}

.footer_content a {
  color: #fff;
  margin: 10px;
  text-decoration: underline;
  display: inline-block;
}

.copyright {
  color: #fff;
  padding-top: 30px;
}

#footer {
  background-color: #fff;
  background-image: url(images/f_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
#footer .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#footer .footer_content {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  position: relative;
  padding: 4rem 0 6rem;
}
#footer .footer_txt {
  width: 49%;
}
#footer .footer_nira {
  width: 49%;
}
#footer .footer_info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#footer .footer_info p {
  padding-top: 10px;
  text-align: left;
}
#footer .footer_info a {
  color: #4d4d4d;
  font-weight: bold;
  margin: 10px 8px 10px 0;
}
#footer .footer_logo {
  width: 170px;
}
#footer .copyright {
  color: #4d4d4d;
  padding-top: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #footer .flex-box {
    display: block;
  }
  #footer .footer_txt {
    width: 60%;
  }
  #footer .footer_nira {
    display: block;
    width: 60%;
    margin: 2vw 0 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #footer .footer_content {
    padding: 2rem 0 4rem;
  }
  #footer .footer_logo {
    width: 100px;
  }
}

/*micro clearfix*/
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: トップページ */
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #396db6 !important;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  background-image: url(images/common/bg.png);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
body::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(images/common/bg01.png);
  background-size: 100% auto;
  height: 100%;
  background-repeat: no-repeat;
}
body::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(images/common/bg02.png);
  background-size: 100% auto;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}

main {
  position: relative;
  overflow: hidden;
}
main::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(images/common/bg03.png);
  background-size: 100% auto;
  height: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #fff !important;
}

#header {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
#header img {
  max-width: 940px;
  width: 90%;
  height: auto;
}

.slider {
  background-image: url(images/bg_slide.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slick-slide {
  padding: 0;
}
.slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.slick-prev,
.slick-next {
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 0;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: #003686;
}
.slick-prev {
  left: -10%;
}
@media only screen and (max-width: 640px) {
  .slick-prev {
    left: 5px;
  }
}

.slick-next {
  right: -10%;
}
@media only screen and (max-width: 640px) {
  .slick-next {
    right: 5px;
  }
}

.bg {
  background-image: url(images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px;
  margin: 15px auto 30px;
}
@media only screen and (max-width: 640px) {
  .bg {
    padding: 6px;
    margin: 10px auto 20px;
  }
}
.bg > .bg {
  background-image: url(images/bg3.png);
  margin: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: shop_data */
.sec__shop_data .container {
  max-width: 740px;
  margin: 60px auto;
}
@media only screen and (max-width: 640px) {
  .sec__shop_data .container {
    margin: 40px auto;
  }
}
.sec__shop_data .shop_data {
  background: #fff;
  padding: 5%;
}
.sec__shop_data .shop_data .subtitle {
  font-size: 28px;
  font-weight: bold;
  color: #006cb6;
  text-align: center;
  margin-top: 0;
}
.sec__shop_data .shop_data dl {
  border-bottom: 1px solid #3e3a39;
  color: #3e3a39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .sec__shop_data .shop_data dl {
    font-size: 14px;
  }
}
.sec__shop_data .shop_data dl dt {
  width: 100px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .sec__shop_data .shop_data dl dt {
    width: 80px;
  }
}
.sec__shop_data .shop_data dl dd {
  margin-left: 1em;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 640px) {
  .sec__shop_data .shop_data dl dd {
    width: calc(100% - 80px);
  }
}
.sec__shop_data .map {
  margin-top: 40px;
}
.sec__shop_data .map .subtitle {
  background: #006cb6;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}
.sec__shop_data .map .map_box {
  position: relative;
  padding-top: 70%;
}
@media only screen and (max-width: 640px) {
  .sec__shop_data .map .map_box {
    padding-top: 400px;
  }
}
.sec__shop_data .map .map_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 店舗一覧 */
.sec__shop .container {
  max-width: 740px;
  margin: 60px auto;
}
@media only screen and (max-width: 640px) {
  .sec__shop .container {
    margin: 40px auto;
  }
}
.sec__shop .shop_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec__shop .shop_list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec__shop .shop_list li {
  background-image: url(images/bg_shop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 15px 0;
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .sec__shop .shop_list li {
    margin: 0 0 20px;
  }
}
.sec__shop .shop_list li a {
  display: block;
}
.sec__shop .shop_list li a:hover {
  opacity: 0.8;
}
.sec__shop .shop_list li img {
  width: 100%;
  height: auto;
}
.sec__shop .shop_list li .shop_data {
  overflow: hidden;
}
.sec__shop .shop_list li .btn_more {
  width: 49%;
  float: left;
  margin: 3%;
}
.sec__shop .shop_list li .btn_line {
  width: 41%;
  float: right;
  margin: 3%;
  margin-left: 0;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: bnr */
.bnr .container {
  margin: 60px auto;
}
@media only screen and (max-width: 640px) {
  .bnr .container {
    margin: 40px auto;
  }
}

.bnr__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.bnr__list a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .bnr__list a:hover {
    opacity: 1;
  }
}
.bnr__list .ttl {
  max-width: 820px;
  margin: 15px auto;
}

.bnr03 .btn__list {
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  .bnr03 .btn__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 動画 */
.sec__movie .container {
  max-width: 740px;
  margin: 60px auto;
}
@media only screen and (max-width: 640px) {
  .sec__movie .container {
    margin: 40px auto;
  }
}
.sec__movie .movie {
  position: relative;
  padding-top: 70%;
}
.sec__movie .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec__movie .movie img {
  width: 100%;
  height: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: sec__slider */
.sec__slider .container {
  max-width: 740px;
  margin: 60px auto;
}
@media only screen and (max-width: 640px) {
  .sec__slider .container {
    margin: 40px auto;
  }
}/*# sourceMappingURL=style.css.map */