@charset "UTF-8";
/*
Reset
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*
Reset END
*/
/* レスポンシブ */
.pc {
  display: block;
}

@media (max-width: 992px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}

@media (max-width: 992px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* margin */
.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

/* padding */
.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

/*column*/
.row {
  display: flex;
  margin-left: -40px;
}

.col {
  width: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .row {
    flex-wrap: wrap;
  }
  .col-sm-50 {
    width: calc(50% - 20px);
  }
  .col-sm-40 {
    width: calc(40% - 20px);
  }
  .col-sm-33 {
    width: calc(33.33333333% - 20px);
  }
  .col-sm-20 {
    width: calc(20% - 20px);
  }
  .col-sm-10 {
    width: calc(10% - 20px);
  }
  .row-sm-blocks-2 > .col {
    width: calc((100% / 2) - 20px);
  }
  .row-sm-blocks-3 > .col {
    width: calc((100% / 3) - 20px);
  }
  .row-sm-blocks-4 > .col {
    width: calc((100% / 4) - 20px);
  }
}

/* display */
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.btn {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}

/* font */
.fs9 {
  font-size: 9px;
  font-size: 0.9rem;
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

/* color */
/* link */
a:hover {
  opacity: .7;
  transition: .3s;
}

/* button */
.btn {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}

body {
  display: none;
  margin: 0;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

header:before,
footer:before {
  display: block;
  height: 48px;
  width: 100%;
  content: "";
  background: url(../images/bg01.jpg) repeat-x top center/auto 100%;
}

@media (max-width: 767px) {
  header:before,
  footer:before {
    height: 24px;
    background: url(../images/bg01.jpg) repeat-x top left/auto 100%;
  }
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  line-height: 1.6;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .container {
    padding: 40px 10px;
  }
}

.inner_900 {
  max-width: 900px;
  margin: 0 auto;
}

.fade {
  opacity: 0;
}

.fade01 {
  transition: 1s;
  transform: translate(0, 15px);
}

.fade.active {
  opacity: 1;
  transform: translate(0, 0);
}

/*　見出し
--------------------------*/
/*$txt_1em:calc(1em - ((1em * 1.6 - 1em) / 2)); line-heightを含めて1em*/
.heading_h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .heading_h2 {
    margin-bottom: 20px;
  }
}

.heading_h2 .h2 {
  margin-bottom: calc(.5em - (.5em * 1.6 - .5em));
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
}

@media (max-width: 767px) {
  .heading_h2 .h2 {
    font-weight: 700;
  }
}

.heading_h2 .sub {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
}

.h3 {
  margin-bottom: calc(1em - (.5em * 1.6 - .5em));
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}

@media (max-width: 767px) {
  .h3 {
    margin-bottom: calc(.75em - (.5em * 1.6 - .5em));
  }
}

p {
  line-height: 1.9;
}

/*　ヘッダー
--------------------------*/
.header .container {
  height: 160px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header .container {
    height: 140px;
  }
}

.header .container .logo {
  max-width: 145px;
  max-height: 100px;
}

@media (max-width: 767px) {
  .header .container .logo {
    width: 40%;
  }
}

/* ナビゲーション
--------------------------*/
/*　コンテンツ
--------------------------*/
.section_kv {
  height: calc(100vh - 208px);
  background: url(../images/mv_img.jpg) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .section_kv {
    height: calc(100vw * 0.66);
  }
}

.section_info {
  background: url(../images/bg02.jpg) repeat top left/300px 300px;
  border-bottom: 1px solid #313131;
}

.section_concept .container {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .section_concept .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section_concept .container .row .item {
  position: relative;
}

@media (max-width: 767px) {
  .section_concept .container .row .item {
    padding: 40px 40px 0;
  }
}

.section_concept .container .row .item:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 45%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .section_concept .container .row .item:after {
    width: 50%;
  }
}

.section_concept .container .row .item .image {
  margin: 0 auto;
}

.section_concept .container .row .item .txt {
  padding: 40px 20px;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section_concept .container .row .item .txt {
    padding: 20px 10px 40px;
    max-width: 100%;
  }
}

.section_concept .container .row .item01:after {
  background: url(../images/bg04.png) repeat left top/64px auto;
}

.section_concept .container .row .item02:after {
  background: url(../images/bg06.png) repeat left top/61px auto;
}

@media (max-width: 767px) {
  .section_concept .container .row .item02:after {
    right: 0;
    left: auto;
  }
}

.section_concept .container .row .item03:after {
  background: url(../images/bg07.png) repeat left top/52px auto;
}

.section_menu {
  border-top: 1px solid #313131;
  background: url("../images/bg_menu01.jpg") repeat-x 50% 50%/auto 100%;
}

.section_menu .heading_h2 .h2,
.section_menu .heading_h2 .sub {
  color: #fff;
}

.menu_link {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px;
  padding: 40px 25px 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #313131;
}

.menu_link .__jp {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.menu_link .__en {
  display: block;
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

.menu_link .__icon {
  margin-left: 20px;
}

.section_shop {
  background: url(../images/bg02.jpg) repeat top left/300px 300px;
  border-top: 1px solid #313131;
}

.section_shop .container .h3 {
  text-align: left;
}

.section_shop .container .item {
  background-color: #fff;
  padding: 40px;
}

@media (max-width: 767px) {
  .section_shop .container .item {
    padding: 20px;
  }
}

.section_shop .container .item .shopinfo li {
  display: flex;
  line-height: 1.8;
}

.section_shop .container .item .shopinfo li .lavel {
  width: 6em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section_shop .container .item + .item {
    margin-top: 20px;
  }
}

.section_shop .google-map {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 61%;
  overflow: hidden;
}

.section_shop .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .shopcalendarwrap {
    margin: 20px -10px 0;
  }
}

.shopcalendar {
  max-width: 720px;
  margin: auto;
}

.shopcalendar .calendar {
  position: relative;
}

.shopcalendar .calendar iframe {
  height: 400px;
}

iframe {
  max-width: 100%;
}

.pagetop {
  display: none;
  border-top: 1px solid #000;
}

@media (max-width: 767px) {
  .pagetop {
    display: block;
  }
}

.pagetop a {
  display: block;
  padding: 30px;
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

/*　フッター
--------------------------*/
.footer {
  background-color: #313131;
}

.footer .container {
  padding: 1em 0;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
