@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

.sp {
  display: none !important;
}

@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .l-container {
    width: 350px;
    margin: 0 auto;
    position: relative;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main {
  width: 585px;
  margin: 0 auto;
  padding-top: 120px;
}

.header {
  background-color: #0173B3;
  box-shadow: 0 4.5px 9px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: calc((100% - 585px) / 2);
  width: 585px;
  z-index: 10;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 495px;
  height: 120px;
}
.header-logo {
  display: block;
  width: 180px;
}
.header-btn-txt {
  font-size: 15px;
  text-align: center;
  margin-bottom: 7.5px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.header-btn span {
  width: 270px;
  height: 52.5px;
  border-radius: 45px;
  font-size: 21px;
  font-weight: bold;
  background-color: #FF5722;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  position: relative;
  letter-spacing: 0.05em;
  box-shadow: 0 4.5px 9px rgba(0, 0, 0, 0.16);
}
.header-btn span img {
  width: 12px;
  position: absolute;
  right: 18px;
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 48px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #0362B5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.toggle {
  display: block;
  width: 103.5px;
  height: 103.5px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.toggle .on {
  width: 103.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.toggle .off {
  width: 103.5px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  margin: 45px auto 0;
  display: block;
}
.btn-txt {
  font-size: 21px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.btn span {
  width: 420px;
  height: 75px;
  border-radius: 60px;
  font-size: 27px;
  margin: 0 auto;
  font-weight: bold;
  background-color: #FF5722;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4.5px 9px rgba(0, 0, 0, 0.16);
}
.btn span img {
  width: 15px;
  position: absolute;
  right: 45px;
}

.container {
  width: 495px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 30px 45px;
  box-sizing: border-box;
}

.tit {
  font-size: 36px;
  line-height: 2;
  text-align: center;
}

.txt {
  font-size: 24px;
  line-height: 2;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
}

.tit2 {
  font-size: 30px;
  line-height: 2;
  margin-top: 15px;
}

.tit3 {
  font-size: 24px;
  line-height: 2;
  margin-top: 15px;
}

.txt2 {
  font-size: 24px;
  line-height: 2;
  margin-top: 15px;
  font-weight: 500;
}

.about {
  padding: 60px 0;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
  margin-top: -3px;
}

.sauna-area {
  background-image: url(../img/bg2.webp);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.sauna-slider {
  margin: 30px 0;
}
.sauna-pic {
  margin-top: 30px;
}

.food {
  padding: 60px 0;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
}
.food-pic {
  margin: 30px 0;
}

.molkky {
  padding: 60px 0;
  background-image: url(../img/bg2.webp);
  background-size: cover;
  background-position: center;
}
.molkky-pic {
  margin: 30px 0;
}

.footer {
  padding: 60px 0;
  background-color: #0173B3;
  width: 585px;
  margin: 0 auto;
}
.footer .tit {
  color: #fff;
}
.footer .btn-txt {
  color: #fff;
}
.footer-copy {
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
  color: #fff;
}

@media (max-width: 575px) {
  .main {
    margin: 0 auto;
    padding-top: 80px;
    width: 100%;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 32px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #0362B5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .header {
    background-color: #0173B3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    left: 0;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 330px;
    height: 80px;
  }
  .header-logo {
    display: block;
    width: 120px;
  }
  .header-btn-txt {
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .header-btn span {
    width: 180px;
    height: 35px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: #FF5722;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    position: relative;
    letter-spacing: 0.05em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header-btn span img {
    width: 8px;
    position: absolute;
    right: 12px;
  }
  .toggle {
    display: block;
    width: 69px;
    height: 69px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .toggle .on {
    width: 69px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .toggle .off {
    width: 69px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn {
    margin: 30px auto 0;
    display: block;
  }
  .btn-txt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .btn span {
    width: 280px;
    height: 50px;
    border-radius: 40px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #FF5722;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn span img {
    width: 10px;
    position: absolute;
    right: 30px;
  }
  .container {
    width: 330px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
  .tit {
    font-size: 24px;
    line-height: 2;
    text-align: center;
  }
  .txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    text-align: center;
  }
  .tit2 {
    font-size: 20px;
    line-height: 2;
    margin-top: 10px;
  }
  .tit3 {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
  .txt2 {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
  .about {
    padding: 40px 0;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
    margin-top: -2px;
  }
  .sauna-area {
    background-image: url(../img/bg2.webp);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }
  .sauna-slider {
    margin: 20px 0;
  }
  .sauna-pic {
    margin-top: 20px;
  }
  .food {
    padding: 40px 0;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
  }
  .food-pic {
    margin: 20px 0;
  }
  .molkky {
    padding: 40px 0;
    background-image: url(../img/bg2.webp);
    background-size: cover;
    background-position: center;
  }
  .molkky-pic {
    margin: 20px 0;
  }
  .footer {
    padding: 40px 0;
    background-color: #0173B3;
    width: 100%;
  }
  .footer .tit {
    color: #fff;
  }
  .footer .btn-txt {
    color: #fff;
  }
  .footer-copy {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */