@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
    フォント個別 
----------------------*/
.montserrat {
  font-family: "Geologica", sans-serif;
}

/*---------------------
    body設定 
----------------------*/
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0em;
  color: #222;
}

/*---------------------
win対策　フォントアンチエイリアス 
//transform: rotate(0.001deg);
----------------------*/
/*---------------------
    リンク色 
----------------------*/
a, a:hover {
  text-decoration: none;
}

a {
  color: #355a78;
}

a:hover {
  color: #555;
}

/*---------------------
    見出し設定 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*---------------------
    フォントサイズ 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  line-height: 1;
}

p {
  font-size: 14px;
}

p {
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/*---------------------
トップ　キャッチ 
----------------------*/
.catchcopy h2 {
  font-size: 2.5em;
  font-family: "Geologica", sans-serif;
}

/*---------------------
コンセプト　キャッチ 
----------------------*/
.concept-headline {
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url(../img/pattern/wood2.png);
  padding: 20px 30px;
  display: block;
  text-align: center;
  bottom: -11px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  float: right;
  color: #534b46;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 600;
  text-shadow: 0 0 1px #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 979px) {
  .concept-headline {
    position: absolute;
    padding: 10px 15px;
    display: block;
    text-align: center;
    bottom: -10px;
    left: 50%;
    width: 70%;
    margin-left: -35%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .concept-headline {
    position: absolute;
    padding: 10px 15px;
    display: block;
    text-align: center;
    bottom: -10px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    float: right;
  }
}
/*---------------------
    見出しスタイル
----------------------*/
.headline1 {
  font-size: 2.5em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.headline2 {
  font-size: 1.8em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.headline3 {
  font-size: 1.5em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.headline4 {
  font-size: 1.3em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.headline5 {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.en-headline1 {
  font-size: 1.5em;
  font-family: "Geologica", sans-serif;
}

.sub-en {
  font-size: 0.5em;
  color: #999;
  font-family: "Geologica", sans-serif;
}

@media screen and (max-width: 979px) {
  .headline1 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .headline2 {
    font-size: 1.4em;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  .headline3 {
    font-size: 1.3em;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  .headline4 {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  .headline5 {
    font-size: 2.1em;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .en-headline1 {
    font-size: 1.5em;
  }
  .sub-en {
    font-size: 0.5em;
    color: #999;
  }
}
.ch-discount {
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background: #c2a36d;
  color: #fff;
  border-radius: 4px;
}

.txt-discount1 {
  text-align: center;
  line-height: 1;
  font-size: 3em;
  font-weight: 600;
  margin-top: 30%;
  font-family: "Geologica", sans-serif;
}
.txt-discount1 span {
  font-size: 0.8em;
}

@media screen and (max-width: 979px) {
  .txt-discount1 {
    text-align: center;
    line-height: 1;
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: "Geologica", sans-serif;
  }
  .txt-discount1 span {
    font-size: 0.8em;
  }
}
/*---------------------
コンテンツ見出し 下線あり
----------------------*/
.ch-head1,
.ch-head2,
.ch-head3,
.ch-head4 {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 3em;
  font-weight: normal;
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  z-index: 15;
}
.ch-head1 span,
.ch-head2 span,
.ch-head3 span,
.ch-head4 span {
  margin-left: 20px;
}

.ch-head2 {
  margin-top: 0;
}

.ch-head4 {
  position: relative;
  margin-top: 0;
}

.ch-head1:before,
.ch-head2:before,
.ch-head3:before,
.ch-head4:before {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 50px;
  text-align: left;
  font-size: 0.7em;
}

.ch-head1:before,
.ch-head2:before,
.ch-head3:before,
.ch-head4:before {
  content: url(../img/common/kirakira.svg);
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  transform: translate(-50%, 80%);
}

.ch-head1:after,
.ch-head2:after,
.ch-head3:after,
.ch-head4:after {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 50px;
  text-align: right;
  font-size: 0.7em;
}

.ch-head1:after,
.ch-head2:after,
.ch-head3:after,
.ch-head4:after {
  content: url(../img/common/kirakira2.svg);
  vertical-align: top;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  transform: translate(40%, 80%);
}

@media screen and (max-width: 979px) {
  .ch-head1,
  .ch-head2,
  .ch-head3,
  .ch-head4 {
    position: relative;
    text-align: center;
    font-size: 2.4em;
    z-index: 15;
  }
  .ch-head1 span,
  .ch-head2 span,
  .ch-head3 span,
  .ch-head4 span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ch-head1,
  .ch-head2,
  .ch-head3,
  .ch-head4 {
    position: relative;
    text-align: center;
    text-align: center;
    margin-top: -30px;
    font-size: 2.4em;
    z-index: 15;
  }
  .ch-head1 span,
  .ch-head2 span,
  .ch-head3 span,
  .ch-head4 span {
    margin-left: 20px;
  }
  .ch-head1:before,
  .ch-head2:before,
  .ch-head3:before,
  .ch-head4:before {
    width: 20px;
    height: 20px;
    transform: translate(-50%, 70%);
  }
  .ch-head1:after,
  .ch-head2:after,
  .ch-head3:after,
  .ch-head4:after {
    width: 20px;
    height: 20px;
    transform: translate(40%, 70%);
  }
}
/*---------------------
    本文スタイル
----------------------*/
.txt1 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6;
}

.txt2 {
  font-size: 0.8em;
}

.txt3 {
  font-size: 1.2em;
  line-height: 2;
}

.txt4 {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
}

.concept-txt {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept-txt {
    text-align: left;
  }
}
.t-center-pc {
  text-align: center;
}

.t-left-pc {
  text-align: left;
}

@media screen and (max-width: 979px) {
  .t-center-pc {
    text-align: left;
  }
  .t-left-pc {
    text-align: center;
  }
}
/*---------------------
    ウェイト
----------------------*/
.fw-bold {
  font-weight: 600;
}

.fw-normal {
  font-weight: normal;
}

/*---------------------
    ボックステキスト
----------------------*/
.box-round-txt {
  padding: 10px 15px;
  background: url(../img/stripe01.png), rgba(255, 255, 255, 0.3);
}

/*---------------------
    MENU 見出し
----------------------*/
.ch-head-border {
  display: flex;
  align-items: center;
}

.ch-head-border:before,
.ch-head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}

.ch-head-border:before {
  margin-right: 1rem;
}

.ch-head-border:after {
  margin-left: 1rem;
}

/*---------------------
TOP > お問い合わせ
----------------------*/
.contact-wrap .tel {
  font-family: "Geologica", sans-serif;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.contact-wrap .tel i, .contact-wrap .tel svg {
  font-size: 0.8em;
  color: #94b85f;
}
.contact-wrap .tel span {
  font-size: 12px;
}
.contact-wrap .tel a {
  color: #000;
}

@media screen and (max-width: 979px) {
  .contact-wrap .tel {
    font-size: 2.5em;
    letter-spacing: 0.05em;
  }
  .contact-wrap .tel i, .contact-wrap .tel svg {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .contact-wrap .tel {
    font-size: 2.2em;
    letter-spacing: 0.05em;
  }
  .contact-wrap .tel i, .contact-wrap .tel svg {
    font-size: 0.8em;
  }
}
/*---------------------
　フッター
----------------------*/
.footer-contents p {
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  transform: rotate(0.001deg);
}

.footer-txt-menu a {
  color: #333;
}
.footer-txt-menu a:hover {
  color: #555;
  text-decoration: underline;
}

p.copyright {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}/*# sourceMappingURL=typo.css.map */