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

.contents {
  background: #fff;
  padding: 50px 0;
}

.container {
  max-width: 740px;
  width: 94%;
  margin: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*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;
  -pie-transition: bottom 0.4s linear;
}
@media only screen and (max-width: 640px) {
  .PageTop {
    width: 40.5px;
    height: 40.5px;
  }
}
.PageTop.visible {
  bottom: 160px;
}
@media only screen and (max-width: 640px) {
  .PageTop.visible {
    bottom: 80px;
  }
}
.PageTop a {
  width: 81px;
  height: 81px;
  background-image: url("images/common/PageTop.png");
  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;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: left;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
body .slick-dots li button:before,
body .slick-dots li.slick-active button:before {
  color: #fff !important;
}
body #header {
  margin: 0 auto;
  text-align: center;
}
body #header img {
  width: 100%;
  height: auto;
}
body .slider {
  background-image: url(images/home/bg_slide.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body .slick-slide {
  padding: 0;
}
body .slick-slide img {
  width: 100%;
  height: auto;
}
body .slick-prev,
body .slick-next {
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 0;
}
body .slick-prev:before,
body .slick-next:before {
  font-size: 40px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  body .slick-prev:before,
  body .slick-next:before {
    color: #003686;
  }
}
body .slick-prev {
  left: -10%;
}
@media only screen and (max-width: 768px) {
  body .slick-prev {
    left: 5px;
  }
}
body .slick-next {
  right: -10%;
}
@media only screen and (max-width: 768px) {
  body .slick-next {
    right: 5px;
  }
}
body .bg {
  background-image: url(images/home/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px;
  margin: 15px auto 30px;
}
@media only screen and (max-width: 640px) {
  body .bg {
    padding: 6px;
    margin: 10px auto 20px;
  }
}
body .bg > .bg {
  background-image: url(images/home/bg3.png);
  margin: auto;
}
body .bg_area {
  background: linear-gradient(167deg, #05058E 0%, #37A8E1 4%, #37A8E1 9%, #05058E 40%);
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  body .bg_area {
    padding: 30px 0;
  }
}
body .shop_list {
  margin-top: 30px;
}
body .nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  body .nopc {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  body .nosp {
    display: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メイン */
#home-main {
  max-width: 740px;
  margin: 60px auto;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  #home-main {
    margin: 30px auto;
  }
}
#home-main h3 {
  font-size: clamp(56px, 6.588vw, 58px);
  font-weight: 900;
  margin-bottom: 38px;
  margin-top: 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #home-main h3 {
    font-size: clamp(25px, 4.166vw, 58px);
    margin-bottom: 15px;
  }
}
#home-main .youtube_link h3 {
  color: #fff;
  -webkit-filter: drop-shadow(5px 5px 1px rgba(5, 5, 142, 0.5));
          filter: drop-shadow(5px 5px 1px rgba(5, 5, 142, 0.5));
  line-height: 1.2;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 38px;
  width: 100vw;
}
#home-main .youtube_link ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
#home-main .youtube_link a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  #home-main .youtube_link h3 {
    -webkit-filter: drop-shadow(3px 3px 1px rgba(5, 5, 142, 0.5));
            filter: drop-shadow(3px 3px 1px rgba(5, 5, 142, 0.5));
    font-size: 22px;
    margin-bottom: 15px;
  }
  #home-main .youtube_link ul {
    gap: 20px;
  }
}
#home-main .nirakko_link a:hover {
  opacity: 0.7;
}
#home-main .movie {
  position: relative;
  padding-top: 70%;
  margin-bottom: 25px;
}
#home-main .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home-main .movie img {
  width: 100%;
  height: auto;
}
#home-main .shop_data {
  overflow: hidden;
  background-image: url(images/home/bg_shop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  #home-main .shop_data {
    margin-bottom: 20px;
  }
}
#home-main .shop_data h3 {
  width: 66.5%;
  display: inline-block;
  margin: 0;
}
#home-main .shop_data .btn_more {
  width: 64.5%;
  margin: 2%;
  display: inline-block;
}
#home-main .shop_data .btn_line {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.5%;
  margin: 2%;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: マップリンク */
#home_maplink {
  max-width: 740px;
  margin: 40px auto;
  width: 94%;
}
@media only screen and (max-width: 640px) {
  #home_maplink {
    margin: 20px auto;
  }
}
#home_maplink h2 {
  margin: 10px auto 0;
}
#home_maplink h2 img {
  width: 100%;
  height: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 店舗一覧 */
#home_shop {
  max-width: 740px;
  margin: 20px auto 40px;
  width: 94%;
}
#home_shop h2 {
  margin: 20px 0;
  text-align: left;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #home_shop h2 {
    font-size: 28px;
  }
}
#home_shop h2 small {
  font-size: 0.75em;
}
#home_shop h2 img {
  display: none;
}
#home_shop .shop_list {
  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;
}
#home_shop .shop_list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home_shop .shop_list li {
  background-image: url(images/home/bg_shop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 15px 0;
  width: 49%;
}
@media only screen and (max-width: 640px) {
  #home_shop .shop_list li {
    width: 100%;
    margin: 10px 0;
  }
}
#home_shop .shop_list li a {
  display: block;
}
#home_shop .shop_list li a:hover {
  opacity: 0.8;
}
#home_shop .shop_list li img {
  width: 100%;
  height: auto;
}
#home_shop .shop_list li .shop_data {
  overflow: hidden;
}
#home_shop .shop_list li .shop_data .image {
  float: left;
  width: 32%;
  margin: 0;
  aspect-ratio: 1/1;
}
#home_shop .shop_list li .shop_data .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#home_shop .shop_list li .shop_data h3 {
  color: #fff;
  float: right;
  width: 68%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
#home_shop .shop_list li .btn_line {
  width: 68%;
  float: right;
  padding: 8px 10px;
}
#home_shop .shop_list li .btn_more {
  padding: 10px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アンカーリンク */
#home_shop_nav {
  padding-top: 90px;
}
@media only screen and (max-width: 640px) {
  #home_shop_nav {
    padding-top: 22%;
  }
}
#home_shop_nav ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 740px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  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;
  border: 1px solid #fff;
}
#home_shop_nav li {
  width: 33.333%;
  border: 1px solid #fff;
  border-width: 1px;
}
#home_shop_nav .shop_nav1 {
  background-color: #d7000f;
}
#home_shop_nav .shop_nav2 {
  background-color: #0068b7;
}
#home_shop_nav .shop_nav3 {
  background-color: #094;
}
#home_shop_nav a {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 1em 0;
}
@media only screen and (max-width: 640px) {
  #home_shop_nav a {
    font-size: 20px;
  }
}
#home_shop_nav a:hover {
  opacity: 0.8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
footer {
  background-color: #fff;
}

.footer {
  max-width: 685px;
  width: 90%;
  margin: 0 auto;
}
.footer figure {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .footer figure {
    margin-bottom: 30px;
  }
}
.footer .f-link {
  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;
}
.footer .f-link a {
  font-size: 18px;
}
.footer .f-link p {
  font-size: 18px;
  padding: 0 8px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .footer .f-link a {
    font-size: 15px;
  }
  .footer .f-link p {
    font-size: 15px;
  }
}
.footer .AED {
  width: 50%;
  max-width: 254px;
  margin: 50px auto 20px;
}
@media only screen and (max-width: 640px) {
  .footer .AED {
    margin: 27px auto 0px;
  }
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 1em 0;
}
@media only screen and (max-width: 640px) {
  .copy {
    padding-bottom: 130px;
  }
}

.area_fukushima {
  background-color: #E5FF1F;
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  .area_fukushima {
    padding: 30px 0;
  }
}

.area_fukushima_in {
  max-width: 715px;
  width: 90%;
  margin: 0 auto;
}
.area_fukushima_in h4 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  margin-bottom: 38px;
  line-height: 1;
  text-align: center;
}
.area_fukushima_in h3 {
  font-size: clamp(56px, 6.588vw, 58px);
  font-weight: 900;
  margin-bottom: 38px;
  margin-top: 0;
  line-height: 1.3;
  text-align: center;
}
.area_fukushima_in h3 span {
  color: #AD0352;
}
@media only screen and (max-width: 640px) {
  .area_fukushima_in h4 {
    font-size: clamp(14px, 2.333vw, 30px);
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
  .area_fukushima_in h3 {
    font-size: clamp(25px, 4.166vw, 58px);
    margin-bottom: 15px;
  }
  .area_fukushima_in h3 span {
    font-size: clamp(27px, 4.5vw, 58px);
  }
}
.area_fukushima_in ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.area_fukushima_in ul li {
  width: 32%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.area_fukushima_in ul li:nth-child(2) {
  margin: 0 2% 20px 2%;
}
.area_fukushima_in ul li:nth-child(4) {
  margin: 0 2% 0 0;
}
.area_fukushima_in ul li:nth-child(5) {
  margin-bottom: 0px;
}
.area_fukushima_in ul li a {
  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: 100%;
}
.area_fukushima_in ul li p {
  font-size: 26px;
  font-weight: 700;
  color: #05058E;
  text-align: center;
  padding-bottom: 45px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area_fukushima_in ul li p span {
  font-size: 48px;
}
.area_fukushima_in ul li .arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area_fukushima_in ul li .arrow .st0 {
  fill: none;
  stroke: #05058E;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area_fukushima_in ul li:hover a {
  opacity: 0.7;
}
.area_fukushima_in ul li:hover p {
  color: #AD0352;
}
.area_fukushima_in ul li:hover .arrow {
  left: 52%;
}
.area_fukushima_in ul li:hover .arrow .st0 {
  stroke: #AD0352;
}
@media only screen and (max-width: 640px) {
  .area_fukushima_in ul li {
    margin-bottom: 10px;
  }
  .area_fukushima_in ul li p {
    font-size: 12px;
    padding-bottom: 25px;
    line-height: 1.2;
  }
  .area_fukushima_in ul li p span {
    font-size: 22px;
  }
  .area_fukushima_in ul li .arrow {
    bottom: 0px;
    width: 15px;
  }
  .area_fukushima_in ul li .arrow .st0 {
    stroke-width: 4;
  }
}/*# sourceMappingURL=style.css.map */