@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
----------------------*/
@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;
}

/*---------------------
HTML BODY初期設定
----------------------*/
html, body {
  margin: 0;
  padding: 0;
}

body * {
  zoom: 1;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif !important;
}
html li {
  list-style-type: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*---------------------
リンクhover設定 
----------------------*/
a.button {
  opacity: 100;
}

a.button:hover {
  opacity: 0.7;
}

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*---------------------------------
bootstrap margin,padding　リセット 
----------------------------------*/
/*--
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12{
    padding-left: 0;
    padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12{
    padding-left: 0;
    padding-right: 0;
}
--*/
/*---------------------------------
#topics > bootstrap margin,padding　リセット 
----------------------------------*/
/*--
#topics{
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }

}// #topics
--*/
/*---------------------
nav設定 
----------------------*/
section.drawer-contents {
  position: relative;
}

/*---------------------
コーナーカバー画像 
----------------------*/
.corner-cover {
  position: relative;
}

.corner-cover .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

/*---------------------
TOP > CONCEPT 
----------------------*/
section#top-catch {
  position: relative;
  padding: 100px 0 50px;
  margin-top: -100px;
}

.top-catch-inner {
  position: relative;
  padding-top: 100px;
}
.top-catch-inner .about-box {
  position: relative;
  z-index: 10;
}
.top-catch-inner .about-box .imgConcept {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.top-catch-inner .txt-box-concept {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url(../img/pattern/wood2.png);
  background-size: cover;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top-catch-inner .txt-box-concept p {
  line-height: 1.8;
  color: #534b46;
}
.top-catch-inner .txt-box {
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
}
.top-catch-inner .txt-box p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .top-catch-inner .txt-box-concept {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
  }
  .top-catch-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify;
  }
}
.thumb-concept {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .thumb-concept {
    margin-top: 30px;
  }
}
.concept-smallThumb1 {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 240px;
  height: 240px;
}
.concept-smallThumb1 img {
  display: block;
  width: 100%;
}

.concept-smallThumb2 {
  position: absolute;
  top: 15%;
  left: calc(50% - 120px);
  width: 240px;
  height: 240px;
}
.concept-smallThumb2 img {
  display: block;
  width: 100%;
}

.concept-smallThumb3 {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 240px;
  height: 240px;
}
.concept-smallThumb3 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .concept-smallThumb1 {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 200px;
    height: 200px;
  }
  .concept-smallThumb2 {
    position: absolute;
    top: 15%;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
  }
  .concept-smallThumb3 {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .concept-smallThumb1 {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 160px;
    height: 160px;
  }
  .concept-smallThumb2 {
    position: absolute;
    top: 15%;
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
  }
  .concept-smallThumb3 {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 640px) {
  .concept-smallThumb1 {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 140px;
    height: 140px;
  }
  .concept-smallThumb2 {
    position: absolute;
    top: 15%;
    left: calc(50% - 70px);
    width: 140px;
    height: 140px;
  }
  .concept-smallThumb3 {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .concept-smallThumb1 {
    position: absolute;
    top: 30%;
    left: 7%;
    width: 100px;
    height: 100px;
  }
  .concept-smallThumb2 {
    position: absolute;
    top: 15%;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
  .concept-smallThumb3 {
    position: absolute;
    top: 30%;
    right: 7%;
    width: 100px;
    height: 100px;
  }
}
/*---------------------
TOP > NEWS 
----------------------*/
#c-news {
  margin-bottom: 60px;
}

.bn-insta {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.bn-insta img {
  display: block;
  width: 100%;
}
.bn-insta a {
  opacity: 1;
}
.bn-insta a:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}

/*---------------------
TOP > MENU 
----------------------*/
section#top-menu {
  position: relative;
  padding: 100px 0;
  margin-top: -100px;
}

.top-menu-inner {
  position: relative;
  background: url(../img/pattern/wood2.png);
  padding-bottom: 90px;
  padding-top: 100px;
}
.top-menu-inner .pics img {
  width: 100%;
}
.top-menu-inner .txt-box {
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
}

.top-menu-leafbg {
  position: absolute;
  width: 100%;
  min-height: 400px;
  height: auto;
  top: 0;
  right: 0;
  background: url(../img/leaf.png) no-repeat top right;
}

@media screen and (max-width: 767px) {
  .top-menu-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify;
  }
  .top-menu-leafbg {
    position: absolute;
    width: 100%;
    min-height: 250px;
    height: auto;
    top: 0;
    right: 0;
    background: url(../img/leaf.png) no-repeat top right;
    background-size: cover;
  }
}
table.menu-price {
  width: 100%;
}
table.menu-price tr {
  width: 100%;
  border-bottom: 1px dotted #c2a36d;
}
table.menu-price tr.bd-solid {
  display: block;
  width: 100%;
  border-bottom: 2px dashed #c2a36d;
  padding: 20px 0;
}
table.menu-price tr:last-child,
table.menu-price tr.bd-solid:last-child {
  border-bottom: none;
}
table.menu-price th, table.menu-price td {
  line-height: 1.6;
}
table.menu-price th span {
  font-size: 0.8em;
  color: #999;
}
table.menu-price th span.ash {
  color: #c2a36d;
}
table.menu-price td span {
  font-size: 0.8em;
}
table.menu-price th {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
}
table.menu-price td {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 1.6em;
}
table.menu-price ruby rt {
  font-size: 0.8em;
  color: #f0f0f0;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/*---------------------
TOP > SHOP 
----------------------*/
section#top-shop {
  position: relative;
  padding: 100px 0;
  margin-top: -100px;
}

.top-shop-inner {
  position: relative;
}
.top-shop-inner .pics img {
  width: 100%;
}
.top-shop-inner .txt-box {
  margin: 0 auto;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .top-shop-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify;
  }
}
.thumb-radius {
  border-radius: 8px;
}

.about-shopinfo {
  margin-top: 50px;
}

.shop-photo {
  padding: 10px 0;
}
.shop-photo img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 6px;
}

@media screen and (max-width: 979px) {
  .about-shopinfo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-shopinfo {
    margin-top: 20px;
  }
  .shop-photo {
    padding: 10px 0;
    margin-top: 30px;
  }
}
.shop-logo h3 {
  display: block;
  max-width: 190px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.shop-logo h3 img {
  width: 100%;
}

@media screen and (max-width: 979px) {
  .shop-logo h3 {
    display: block;
    max-width: 180px;
  }
  .shop-logo h3 img {
    width: 100%;
  }
}
.shop-name {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.contact-wrap {
  background: url(../img/pattern/wood3.png);
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.contact-wrap .tel {
  margin: 10px 0 20px;
}
.contact-wrap .bd-2 {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin: 20px 0;
  background: #d7cab2;
}
.contact-wrap .qr img {
  max-width: 150px;
}

.contact-wrap-inner {
  padding: 10px;
}

.contact-sns {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0 30px;
  justify-content: space-between;
  box-sizing: border-box;
}
.contact-sns .contact-insta {
  width: calc(50% - 30px);
}
.contact-sns .contact-tiktok {
  width: calc(50% - 30px);
}
.contact-sns .contact-insta,
.contact-sns .contact-tiktok {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 600;
}
.contact-sns .contact-insta a,
.contact-sns .contact-tiktok a {
  color: #222;
  display: inline-block;
}
.contact-sns .contact-insta a:hover,
.contact-sns .contact-tiktok a:hover {
  color: #94b85f;
}
.contact-sns .contact-insta i,
.contact-sns .contact-tiktok i {
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}

/*---------------------
TOP > ACCESS 
----------------------*/
section#top-access {
  position: relative;
  padding: 70px 0 0;
  margin-top: -70px;
}

.top-access-inner {
  position: relative;
  background: url(../img/pattern1.jpg);
  padding-top: 80px;
}
.top-access-inner .pics img {
  width: 100%;
}
.top-access-inner .txt-box {
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .top-access-inner .txt-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify;
  }
}
.address-box {
  position: absolute;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mapWrap iframe {
  border-radius: 10px;
}

.access-txt {
  font-size: 1.4rem;
  color: #222;
  font-family: "Sawarabi Gothic", sans-serif;
}

/*---------------------
TOP > Footer
----------------------*/
.footerCredit {
  position: relative;
  width: 100%;
  min-height: 80px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footerCredit {
    min-height: 60px;
  }
}
@keyframes footerCredit {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -1400px top;
  }
}
.footerCreditTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: 80px;
  z-index: -1;
  background-image: url("../img/footercredit.svg");
  background-position: 0 top;
  background-repeat: repeat-x;
  background-size: 1400px 79px;
  animation: footerCredit 19s linear 0s infinite;
}

@media only screen and (max-width: 768px) {
  .footerCreditTxt {
    height: 61px;
    background-size: 1000px 56px;
  }
}
@media only screen and (max-width: 480px) {
  .footerCreditTxt {
    height: 48px;
    background-size: 767px 43px;
  }
}
section#footer .row {
  margin: 20px 0 30px;
}

.footer-logo h4 {
  display: block;
  max-width: 190px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.footer-logo h4 img {
  width: 100%;
}

.footer-txt-menu {
  margin: 20px 0;
}
.footer-txt-menu span:nth-child(1) {
  margin-right: 1em;
}
.footer-txt-menu span:nth-child(2) {
  margin-left: 1em;
}

.footer-contents {
  width: 100%;
  height: auto;
  background: url(../img/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-contents .footer-logo {
  display: block;
  width: 240px;
  height: calc(100% - 20px);
  padding: 10px 0;
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer-contents {
    width: 100%;
    height: auto;
  }
  .footer-contents .footer-logo {
    display: block;
    width: 150px;
    height: calc(100% - 20px);
    padding: 10px 0;
    background-color: #fff;
    margin: 0 auto;
  }
  .footer-logo h4 {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-logo h4 img {
    width: 100%;
    margin: 0 auto;
  }
  .footer-contents {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-contents {
    vertical-align: middle;
  }
  .footer-copy p {
    text-align: left;
    margin-top: 15px;
  }
}
.pagetop-area {
  background: url(../img/pattern/wood1.png);
  text-align: center;
}
.pagetop-area a {
  background: #fff;
  display: block;
  padding: 10px 0 8px;
  font-size: 20px;
  color: #c2a36d;
  font-weight: normal;
}
.pagetop-area a:hover {
  background: url(../img/pattern/wood1.png);
  display: block;
  color: #fff;
  transition: all 0.3s;
}

/*---------------------
Page > 汎用ページナビ
----------------------*/
.page-navi h2 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 32px;
  text-shadow: 0px 0px 4px #222;
}
.page-navi h2 span {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .page-navi h2 {
    margin: 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 0px 4px #222;
  }
  .page-navi h2 span {
    color: #fff;
    font-size: 14px;
  }
}
.pn-inner {
  padding: 90px 0 80px;
  width: 100%;
  background: url(../img/grid_bg2.png);
}

.pn-cover1 {
  background: url(../img/pn_bg1.jpg) no-repeat top center;
  background-size: cover;
}

/*---------------------

Page > ページ汎用スタイル

----------------------*/
.page-contents {
  padding-bottom: 20px;
  overflow-x: hidden;
}

.photo-box {
  padding: 10px 15px;
}

.txt-box {
  padding: 10px 15px;
}

.border-box1 {
  border: 2px solid #333;
  padding: 15px 20px 10px;
}

.rect-thumb div {
  padding: 10px;
}
.rect-thumb div img {
  width: 100%;
}

.shop-product {
  margin: 50px 0;
}

.shop-thumb {
  padding-right: 2em;
}

.shop-thumb2 {
  padding-left: 2em;
}

.access-wrap {
  background: url(../img/pattern1.jpg);
}

@media screen and (max-width: 767px) {
  .shop-thumb {
    padding-right: 0;
    margin-bottom: 1em;
  }
  .shop-thumb2 {
    padding-left: 0;
    margin-bottom: 1em;
  }
}
/*-----------------------------

Page > 下層　汎用見出し 

------------------------------*/
.s-headline {
  border-bottom: solid 3px #dcdcdc;
  position: relative;
  border-radius: 1px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.s-headline i {
  color: #223963;
  margin-right: 0.3em;
}

.s-headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #223963;
  bottom: -3px;
  width: 20%;
}

.rounded {
  background: #ded1a9;
  color: #5c3b20;
  padding: 5px 10px;
  border-radius: 13px;
}

.box-rounded {
  border-radius: 6px;
}

/*---------------------
下層ページ 下部メニュー 
----------------------*/
.page-menu img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-menu img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*---------------------
汎用ボタン 
----------------------*/
.btn-normal {
  clear: both;
  text-align: center;
}
.btn-normal a {
  margin: 10px;
  background: #444;
  padding: 1em 4em;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.btn-normal a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .btn-normal {
    clear: both;
    text-align: center;
  }
  .btn-normal a {
    margin: 10px;
    background: #444;
    padding: 1em 2em;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .btn-normal a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .btn-normal {
    clear: both;
    text-align: center;
  }
  .btn-normal a {
    margin: 10px;
    background: #444;
    padding: 1em 1em;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .btn-normal a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------

Page > 会社概要 

------------------------------*/
.company-list {
  margin-top: 20px;
  margin-bottom: 80px;
}
.company-list h2 {
  margin-bottom: 30px;
}
.company-list table {
  width: 100%;
}
.company-list table th, .company-list table td {
  border-bottom: 2px solid #f0f0f0;
}
.company-list table th {
  border-color: #00a0e9;
}
.company-list table tr:last-child {
  border-bottom: none;
}
.company-list table th, .company-list table td {
  padding: 20px 10px;
}
.company-list table th {
  width: 23%;
}
.company-list table td {
  width: auto;
}
.company-list table td span {
  font-size: 80%;
}
.company-list table td span.cap1 {
  display: block;
  width: 4em;
  padding: 4px 10px;
  margin-bottom: 8px;
  background: #777;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.company-list table td span.cap2 {
  display: block;
  width: 7em;
  padding: 4px 10px;
  margin-bottom: 8px;
  background: #777;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.company-list .trade {
  display: block;
  height: 200px;
  padding: 0 20px 0 0;
  overflow-y: auto;
}

/*---------------------
youtube
----------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.rotate-img {
  transform: rotate(-2deg);
}

.radius-img {
  border-radius: 4px;
}

/*---------------------
汎用ボタン 
----------------------*/
.button-fade {
  display: inline-block;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 0 20px;
  height: 54px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
}
.button-fade a {
  color: #fff;
}

.button-fade:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
  font-weight: normal;
}

.button-fade::before,
.button-fade::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-fade,
.button-fade::before,
.button-fade::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.button-fade2 {
  display: inline-block;
  background-color: none;
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
}

.button-fade2:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #333;
  font-weight: normal;
}

.button-fade2::before,
.button-fade2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-fade2,
.button-fade2::before,
.button-fade2::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.button-fade3 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #333;
  color: #333;
  width: 250px;
  height: 54px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
}

.button-fade3:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  font-weight: normal;
}

.button-fade3::before,
.button-fade3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-fade3,
.button-fade3::before,
.button-fade3::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.font-noto {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 17px;
}

.font-garamond {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 20px;
}

.relative {
  position: relative;
}

.pd-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.bd-box1 {
  position: relative;
  border: 3px solid #c2a36d;
  padding: 15px 20px;
  height: 100%;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(140, 149, 102, 0.3);
  background: #fff;
}

.bd-box1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bd-box-inner {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 979px) {
  .row-eq-height {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pd-lr-15 {
    padding-left: 0;
    padding-right: 0;
  }
  .bd-box1 {
    width: 100%;
    position: relative;
  }
}
/* アニメーションのスタイル */
.animation-scrollUp {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.8s;
}

.animation-scrollUp.is-animated {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */