@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #333;
  margin: 0px;
  font-family: "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-size: 1.6rem;
  font-weight: 500;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(100% - 30px);
  height: 60px;
  position: fixed;
  top: 15px;
  z-index: 100;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  background: #fff;
  border-radius: 4px;
  margin: 0px 15px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  #header {
    padding: 0px 10px 0px 30px;
    width: calc(100% - 60px);
    margin: 0px 30px;
  }
}
@media (min-width: 1400px) {
  #header {
    top: 30px;
    height: 80px;
  }
}
#header #header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #header-left #logo {
  display: block;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  width: 210px;
}
@media (min-width: 576px) {
  #header #header-left #logo {
    width: 240px;
  }
}
@media (min-width: 1400px) {
  #header #header-left #logo {
    width: 280px;
  }
}
@media (min-width: 1860px) {
  #header #header-left #logo {
    width: 368px;
  }
}
#header #header-left #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #header-left #headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 576px) {
  #header #header-left #headerInfo {
    margin-left: 3rem;
  }
}
#header #header-left #headerInfo .headerInfo-Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel {
  display: none;
}
@media (min-width: 1560px) {
  #header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    color: #483a37;
    font-family: "Cinzel", serif;
    line-height: 1;
  }
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.2em;
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel li img {
  height: 1em;
  margin-bottom: 0.1em;
  margin-right: 0.8rem;
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel li a {
  color: #483a37;
  text-decoration: none;
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel li:nth-child(2) {
  display: none;
}
@media (min-width: 1740px) {
  #header #header-left #headerInfo .headerInfo-Top .headerInfo-Tel li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-SNS {
  display: none;
}
@media (min-width: 1280px) {
  #header #header-left #headerInfo .headerInfo-Top .headerInfo-SNS {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-SNS li {
  margin-right: 1.6em;
}
#header #header-left #headerInfo .headerInfo-Top .headerInfo-SNS li img {
  width: 2.4rem;
}
#header #header-left #headerInfo .headerInfo-Bottom {
  display: none;
}
@media (min-width: 1780px) {
  #header #header-left #headerInfo .headerInfo-Bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header #header-left #headerInfo .headerInfo-Bottom .business-Hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #483a37;
}
#header #header-left #headerInfo .headerInfo-Bottom .business-Hours li {
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1.6rem;
}
#header #header-left #headerInfo .headerInfo-Bottom .business-Hours li:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  aspect-ratio: 1;
  background: #483a37;
  margin-right: 0.6em;
  margin-bottom: 0.1rem;
}
#header #header-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
}
@media (min-width: 1400px) {
  #header #header-Right {
    height: 54px;
  }
}
#header #header-Right #globalNavi {
  display: none;
}
@media (min-width: 1200px) {
  #header #header-Right #globalNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 1.2em;
  }
}
#header #header-Right #globalNavi .globalNavi-Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header #header-Right #globalNavi .globalNavi-Top .navbar-form {
  width: 200px;
  margin: 0px;
  float: right;
  padding: 0px;
  border: none;
  margin-right: 1.2em;
}
@media (min-width: 1200px) {
  #header #header-Right #globalNavi .globalNavi-Top .navbar-form {
    width: 100%;
  }
}
#header #header-Right #globalNavi .globalNavi-Top .navbar-form .form-group {
  width: 70%;
  float: left;
}
#header #header-Right #globalNavi .globalNavi-Top .navbar-form .form-group .form-control {
  font-size: 1.4rem;
  padding: 0px 0.75em;
  height: 20px;
  border-radius: 4px 0px 0px 4px;
}
@media (min-width: 1400px) {
  #header #header-Right #globalNavi .globalNavi-Top .navbar-form .form-group .form-control {
    height: 24px;
  }
}
#header #header-Right #globalNavi .globalNavi-Top .navbar-form .btn {
  width: 30%;
  float: right;
  text-align: center;
  background: #e0e0e0;
  font-size: 1.4rem;
  height: 20px;
  padding: 0px;
  line-height: 1;
  border-radius: 0px 4px 4px 0px;
}
@media (min-width: 1400px) {
  #header #header-Right #globalNavi .globalNavi-Top .navbar-form .btn {
    height: 24px;
  }
}
#header #header-Right #globalNavi .globalNavi-Top .globalNavi-Member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #header-Right #globalNavi .globalNavi-Top .globalNavi-Member li {
  margin: 0px 0.6em;
  font-size: 1.4rem;
}
#header #header-Right #globalNavi .globalNavi-Top .globalNavi-Member li a {
  display: block;
  width: 110px;
  height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 4px;
}
@media (min-width: 1400px) {
  #header #header-Right #globalNavi .globalNavi-Top .globalNavi-Member li a {
    height: 24px;
    width: 130px;
  }
}
#header #header-Right #globalNavi .globalNavi-Top .globalNavi-Member li:nth-child(1) a {
  background: #775b45;
}
#header #header-Right #globalNavi .globalNavi-Top .globalNavi-Member li:nth-child(2) a {
  background: #315c3a;
}
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi {
  display: none;
}
@media (min-width: 992px) {
  #header #header-Right #globalNavi .globalNavi-Bottom #mainNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi > li {
  display: block;
  border-right: dashed 1px #818181;
}
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi > li:last-child {
  border: none;
}
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi > li > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  padding: 0px 1rem;
}
@media (min-width: 1200px) {
  #header #header-Right #globalNavi .globalNavi-Bottom #mainNavi > li > a {
    padding: 0px 1rem;
  }
}
@media (min-width: 1400px) {
  #header #header-Right #globalNavi .globalNavi-Bottom #mainNavi > li > a {
    padding: 0px 1.5rem;
    line-height: 1.4;
  }
}
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi > li > a:before {
  width: 0%;
  content: "";
  display: block;
  background: #333;
  height: 1px;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
}
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi li.active a:before,
#header #header-Right #globalNavi .globalNavi-Bottom #mainNavi li a:hover:before {
  width: 100%;
}
#header #header-Right #cart-Button {
  margin-right: 45px;
  border-left: none;
}
@media (min-width: 1200px) {
  #header #header-Right #cart-Button {
    margin-right: 0px;
    border-left: dashed 1px #818181;
  }
}
#header #header-Right #cart-Button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header-Right #cart-Button img {
  width: 32px;
}
#header.on {
  top: 5px;
  height: 60px;
  background: #fff;
}
#header.on #logo {
  width: 280px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media (min-width: 576px) {
  #header.on #logo {
    width: 320px;
  }
}
#header.on #mainNavi a {
  text-shadow: none;
  color: #000;
}
#header.on #mainNavi a::before {
  background: #000;
}

.dropdown-toggle {
  padding-right: 24px !important;
  position: relative;
}
.dropdown-toggle:after {
  position: absolute;
  right: 8px;
  top: 50%;
}

.dropdown-menu {
  border-radius: 0px;
  border: none;
  margin-top: -20px;
}
.dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 0.8rem 0.4rem;
  border-bottom: dashed 1px #acacac;
  line-height: 1.2;
  padding-right: 2.8rem;
  position: relative;
}
.dropdown-menu a:hover {
  background: #F6F9E4;
}
.dropdown-menu a:after {
  content: "";
  display: block;
  width: 16px !important;
  aspect-ratio: 16/7;
  background: url(../images/icon_arrow.png) no-repeat center;
  position: absolute;
  top: 1.6rem;
  right: 4px;
}

/* ホバー領域をメニューまで延ばし、メニュー上でも消えないようにする */
#mainNavi .dropdown:hover {
  padding-bottom: 220px;
  margin-bottom: -220px;
}

/* リンククリック後はメニューを非表示 */
#mainNavi .dropdown.dropdown-menu-closed .dropdown-menu {
  display: none !important;
}

.dropdown-menu.show,
#mainNavi .dropdown:hover .dropdown-menu {
  display: block;
  width: 280px;
  font-size: 1.4rem;
  margin-top: 6px !important;
  padding: 8px 15px !important;
  border-radius: 8px;
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 60px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -360px;
    width: 360px;
  }
}
.side-open #sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sidebar .sidebar-form {
  width: 100%;
  margin: 0px;
  float: right;
  padding: 0px;
  border: none;
}
#sidebar .sidebar-form .form-group {
  width: 70%;
  float: left;
}
#sidebar .sidebar-form .form-group .form-control {
  font-size: 1.4rem;
  padding: 0px 0.75em;
  height: 36px;
  border-radius: 4px 0px 0px 4px;
}
#sidebar .sidebar-form .btn {
  width: 30%;
  float: right;
  text-align: center;
  background: #e0e0e0;
  font-size: 1.4rem;
  height: 36px;
  padding: 0px;
  line-height: 1;
  border-radius: 0px 4px 4px 0px;
}
#sidebar .sidebar-Member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#sidebar .sidebar-Member li {
  width: 48%;
}
#sidebar .sidebar-Member li a {
  display: block;
  width: 100%;
  height: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 4px;
}
#sidebar .sidebar-Member li:nth-child(1) a {
  background: #775b45;
}
#sidebar .sidebar-Member li:nth-child(2) a {
  background: #315c3a;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 1.8rem;
}
#sidebar .list-sidenav > li {
  text-align: left;
}
#sidebar .list-sidenav > li > a {
  color: #3a3a3a;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: dashed 1px #5f5f5f;
  font-size: 14px;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  background: #f7f7f7;
}
#sidebar .list-sidenav > li.has-submenu > a:after {
  width: 10px;
  right: 8px;
  background: url(../images/icon_plus.svg) no-repeat center/16px;
}
#sidebar .list-sidenav > li.has-submenu > a.on:after {
  right: 8px;
  background: url(../images/icon_minus.svg) no-repeat center/16px;
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #cacaca;
}
#sidebar .submenu li a {
  padding: 10px 15px 10px 28px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#sidebar .submenu li a:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar .submenu li a:hover {
  background: #f7f7f7;
}
#sidebar .submenu li a.active a {
  background: #f7f7f7;
}

.sidebar-bnr {
  text-align: center;
}
.sidebar-bnr img {
  width: 80%;
  margin: 0px auto;
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

#sidebar-Cart {
  width: 100%;
  background: #464646;
  color: #fff;
  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;
  font-weight: 500;
  padding: 0px 15px;
  height: 36px;
  font-size: 20px;
  border-radius: 4px;
}
#sidebar-Cart img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 1.2rem;
  width: 19px;
  height: auto;
}
#sidebar-Cart:hover {
  opacity: 0.9;
}

#sidebarTel {
  font-weight: 700;
  font-size: 7.2vw;
  font-family: "Cinzel", serif;
  text-align: center;
  line-height: 1;
}
@media (min-width: 576px) {
  #sidebarTel {
    font-size: 3rem;
  }
}
#sidebarTel img {
  height: 1em;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}

.sidebar_business-Hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0px auto;
  font-size: 1.4rem;
}
.sidebar_business-Hours dt {
  font-weight: 700;
  width: 5em;
  line-height: 1.2;
  text-align: left;
}
.sidebar_business-Hours dd {
  line-height: 1.2;
  text-align: left;
}

.sidebar-SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-SNS li {
  width: 50%;
  text-align: center;
}
.sidebar-SNS li img {
  width: 3rem;
}

.sideMenu-Cont {
  position: sticky;
  top: 90px;
}

#sideMenu-Categoly {
  background: #fff;
  border-radius: 16px;
  padding: 15px;
}

#sidebar-categoryMenu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  display: block;
}

.dropdown-Item a {
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: #333;
  font-size: 14px;
}
.dropdown-Item a:hover {
  background: #f2f2f2;
}
.dropdown-Item .dropdown-Item_Link {
  display: block;
  padding: 15px 30px 15px 5px;
  position: relative;
  border-bottom: dashed 1px #775b45;
}
.dropdown-Item .dropdown-Item_Link span:after {
  content: "";
  display: block;
  background: url(../images/icon_arrow_up.svg);
  position: absolute;
  right: 0px;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.dropdown-Item .dropdown-Item_Link span.open::after {
  background: url(../images/icon_arrow_down.svg);
}

.dropdown-Submenu {
  display: none;
}
.dropdown-Submenu.open {
  display: block;
}

.dropdown-Submenu_Item {
  font-size: 13px;
}
.dropdown-Submenu_Item > a {
  padding: 12px 20px 12px 15px;
  position: relative;
}
.dropdown-Submenu_Item > a span:after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow_drop_up.svg);
  right: 0px;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.dropdown-Submenu_Item > a span.open::after {
  background: url(../images/icon_arrow_drop_down.svg);
}

.dropdown-Thirdmenu {
  display: none;
  padding: 0px 0px 0px 15px;
  font-size: 12px;
}
.dropdown-Thirdmenu a {
  padding: 4px 20px 4px 15px;
}

/* -------------------------------
          オーバーレイ
      -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
          HambergerMenu
      -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 28px;
  top: 25px;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  z-index: 103;
  display: block;
}
@media (min-width: 1200px) {
  .menuWrapper {
    display: none;
  }
}
.menuWrapper.on {
  right: 25px;
  top: 15px;
}

.side-open .menuWrapper {
  display: block;
  top: 15px;
  right: 15px;
}

#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton {
  margin-right: 120px;
}
#menuButton span {
  opacity: 1;
  -webkit-transition: opacity 150ms 50ms;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side-open #menuButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sidebar-Title {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  height: 42px;
  font-size: 3.125vw;
}
@media (min-width: 576px) {
  .sidebar-Title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .sidebar-Title {
    font-size: 2.4rem;
  }
}
.sidebar-Title.bg_Green {
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 70%, url(../images/bg_title-line.jpg) no-repeat right 16px center/1px 70%, #315c3a;
}
.sidebar-Title.bg_Red {
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 70%, url(../images/bg_title-line.jpg) no-repeat right 16px center/1px 70%, #ab3131;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #2f4834;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  padding: 90px 0px 90px;
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 120px 0px;
  }
}
#footer #footerBody .footerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer #footerBody .footerLeft #f-logo {
  width: 70vw;
  text-align: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  #footer #footerBody .footerLeft #f-logo {
    max-width: 320px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft #f-logo {
    text-align: left;
  }
}
#footer #footerBody .footerLeft .footer-pdfBtn {
  background: #fff;
  color: #2f4834;
  max-width: 380px;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 0px 1em;
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer #footerBody .footerLeft .footer-pdfBtn img {
  width: 18px;
  height: auto;
}
#footer #footerBody .footerLeft .footer-Tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Cinzel", serif;
  line-height: 1;
}
#footer #footerBody .footerLeft .footer-Tel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.2em;
}
#footer #footerBody .footerLeft .footer-Tel li img {
  height: 1em;
  margin-bottom: 0.1em;
  margin-right: 0.8rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#footer #footerBody .footerLeft .footer-Tel li a {
  color: #fff;
  text-decoration: none;
}
#footer #footerBody .footerLeft .footer_business-Hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
#footer #footerBody .footerLeft .footer_business-Hours li {
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
}
#footer #footerBody .footerLeft .footer_business-Hours li:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  aspect-ratio: 1;
  background: #fff;
  margin-right: 0.6em;
  margin-bottom: 0.1rem;
}
#footer #footerBody .footerLeft .f-tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1;
  }
}
#footer #footerBody .footerLeft .f-tel .en {
  font-size: 1.8rem;
}
#footer #footerBody .footerLeft .f-tel .num {
  font-size: 3rem;
}
#footer #footerBody .footerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#footer #footerBody .footerRight #textLink {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #footer #footerBody .footerRight #textLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #textLink {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  #footer #footerBody .footerRight #textLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer #footerBody .footerRight #textLink li {
  margin: 0px 0px 0px 1rem;
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #footerBody .footerRight #copy {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px;
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #copy {
    text-align: right;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  width: 100%;
}
#sliderWrap #catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 86vw;
}
@media (min-width: 576px) {
  #sliderWrap #catch {
    width: 554px;
  }
}

#mainSlider {
  width: 100%;
  position: relative;
}
#mainSlider .sp-buttons {
  padding-top: 0px;
  position: absolute;
  bottom: 0px;
}
#mainSlider .sp-button {
  width: 13.6666666667%;
  height: 2px;
  position: relative;
  background: #fff;
  border-radius: 0;
  border: 0;
}
#mainSlider {
  /* before要素 */
}
#mainSlider .sp-selected-button:before {
  -webkit-animation-name: sliderpro-bg-color01;
  animation-name: sliderpro-bg-color01;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 0;
  content: "";
  display: inline-block;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  position: absolute;
}
@-webkit-keyframes sliderpro-bg-color01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes sliderpro-bg-color01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* スクロールダウンの位置 */
.scroll_down {
  position: absolute;
  bottom: 45px;
  right: 45px;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 10;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media (min-width: 1400px) {
  .scroll_down {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.scroll_down a .arrow {
  position: absolute;
  width: 28px;
  height: 3px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 6s ease-out infinite;
  animation: move 6s ease-out infinite;
}
.scroll_down a .arrow:first-child {
  -webkit-animation: move 6s ease-out 2s infinite;
  animation: move 6s ease-out 2s infinite;
}
.scroll_down a .arrow:nth-child(2) {
  -webkit-animation: move 6s ease-out 4s infinite;
  animation: move 6s ease-out 4s infinite;
}
.scroll_down a .arrow:before, .scroll_down a .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll_down a .arrow:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
.scroll_down a .arrow:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
.scroll_down a .text {
  display: block;
  margin-top: 60px;
  margin-left: -14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.bnr {
  border: solid 1px #ccc;
  display: block;
  aspect-ratio: 120/24;
  padding: 5px 30px;
  text-align: center;
}
.bnr img {
  width: auto;
  margin: 0px auto;
}

.product-List_Wrap {
  padding: 60px 0px;
  width: 100%;
  background: url(../images/bg_list01.png) no-repeat left top/25%, url(../images/bg_list02.png) no-repeat right top/20%, url(../images/bg_list03.png) no-repeat left bottom/40%, url(../images/bg_list04.png) no-repeat right bottom/30%, url(../images/bg_beige-paper.jpg) center;
}
.product-List_Wrap .inr {
  border: solid 2px #fff;
  border-radius: 16px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .product-List_Wrap .inr {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .product-List_Wrap .inr {
    padding: 60px;
  }
}

.featured_Wrap {
  padding: 60px 0px;
  width: 100%;
  background: url(../images/bg_products01.png) no-repeat left bottom/14%, url(../images/bg_products02.png) no-repeat right bottom/15%, #4e6f55;
}

.border-Image {
  border-radius: 8px;
  outline: 1px dashed #654727;
  outline-offset: -4px;
}
@media (min-width: 992px) {
  .border-Image {
    border-radius: 16px;
    outline-offset: -8px;
  }
}

.berge_Wrap {
  padding: 60px 0px;
  width: 100%;
  background: #fcf7ee;
}

.news-Wrap {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .news-Wrap {
    padding: 30px;
    border-radius: 16px;
  }
}

.news-Inner {
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  scrollbar-color: #555 #e0ebeb;
  scrollbar-width: thin;
  padding-right: 3rem;
}
.news-Inner::-webkit-scrollbar {
  width: 6px;
  background-color: #555;
}
.news-Inner:-webkit-scrollbar-thumb {
  background: #e0ebeb;
  width: 8px;
  border-radius: 0;
}

.news-table {
  width: 100%;
  border-top: none;
}
@media (min-width: 992px) {
  .news-table {
    border-top: solid 1px #ccc;
  }
}
.news-table th,
.news-table td {
  display: block;
}
@media (min-width: 992px) {
  .news-table th,
  .news-table td {
    display: table-cell;
  }
}
.news-table th {
  width: 100%;
  border-bottom: solid 1px #333;
  padding: 15px 0px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .news-table th {
    border-bottom: solid 1px #ccc;
    width: 15%;
    padding: 30px 0px;
  }
}
.news-table th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-table td {
  width: 100%;
  border-bottom: none;
  padding: 15px 0px 30px;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .news-table td {
    padding: 30px 0px 30px 40px;
    width: auto;
    border-bottom: solid 1px #ccc;
  }
}
.news-table td a {
  display: block;
  padding: 0px 50px 0px 0px;
  background: url(../images/icon_arrow-right.svg) no-repeat right 8px center/30px 30px;
}
.news-table .date {
  display: inline-block;
  font-weight: 700;
  margin-right: 2rem;
}
.news-table .icon-New {
  color: #cf4848;
  font-weight: 400;
  margin-left: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.2rem;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  font-size: 1.2rem;
  border: solid 1px #cf4848;
  border-radius: 2px;
  padding: 0px 0.8em;
  line-height: 1.4;
  padding-bottom: 0.1em;
}
@media (min-width: 992px) {
  .news-table .icon-New {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.town-Wrap {
  background: url(../images/bg_town.jpg) no-repeat bottom center/100% auto;
  padding: 60px 0px;
}
@media (min-width: 1400px) {
  .town-Wrap {
    background: url(../images/bg_town.jpg) no-repeat bottom center;
  }
}

.border-Box {
  outline: 1px dashed #fff;
  border-radius: 16px;
  padding: 24px;
  outline-offset: -12px;
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .border-Box {
    border-radius: 32px;
    padding: 48px;
    outline-offset: -24px;
  }
}
.border-Box.bg_Green {
  background: url(../images/bg_green-paper.jpg) repeat;
  outline-color: #4e6f55;
}
.border-Box.bg_Brown {
  background: url(../images/bg_brown-paper.jpg) repeat;
  outline-color: #5f1f20;
}
.border-Box.bg_White {
  background: #fff;
  outline-color: #5f1f20;
}
.border-Box.wide {
  padding: 40px;
}
@media (min-width: 992px) {
  .border-Box.wide {
    padding: 90px;
  }
}

.radius8 {
  border-radius: 4px;
}
@media (min-width: 992px) {
  .radius8 {
    border-radius: 8px;
  }
}

.radius16 {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .radius16 {
    border-radius: 16px;
  }
}

.jelato {
  position: relative;
}
.jelato:before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1;
  background: url(../images/icon_jelato.png) no-repeat center/contain;
  position: absolute;
  top: 0px;
  right: 15px;
}
@media (min-width: 576px) {
  .jelato:before {
    width: 100px;
  }
}
@media (min-width: 1600px) {
  .jelato:before {
    width: 140px;
  }
}

.award {
  position: relative;
}
.award:before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background: url(../images/icon_award.png) no-repeat center/contain;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 19vw;
}
@media (min-width: 576px) {
  .award:before {
    width: 100px;
    right: -15px;
  }
}
@media (min-width: 992px) {
  .award:before {
    width: 110px;
    right: -15px;
  }
}
@media (min-width: 1200px) {
  .award:before {
    width: 150px;
  }
}
@media (min-width: 1600px) {
  .award:before {
    width: 210px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * list.html 
 *  
 *-------------------------------------------------------------------------------------------*/
.paper-Leaf_Wrap {
  padding: 60px 0px;
  width: 100%;
  background: url(../images/bg_list01.png) no-repeat left top/25%, url(../images/bg_list02.png) no-repeat right top/20%, url(../images/bg_beige-paper.jpg) center;
}
@media (min-width: 992px) {
  .paper-Leaf_Wrap {
    padding: 90px 0px;
  }
}
.paper-Leaf_Wrap .inr {
  border: solid 2px #fff;
  border-radius: 16px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .paper-Leaf_Wrap .inr {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .paper-Leaf_Wrap .inr {
    padding: 60px;
  }
}

.product-Title {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  height: 36px;
  font-size: 3.125vw;
}
@media (min-width: 576px) {
  .product-Title {
    font-size: 1.8rem;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .product-Title {
    font-size: 2.2rem;
    height: 48px;
  }
}
.product-Title.bg_Green {
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 70%, url(../images/bg_title-line.jpg) no-repeat right 16px center/1px 70%, #315c3a;
}
.product-Title.bg_Red {
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 70%, url(../images/bg_title-line.jpg) no-repeat right 16px center/1px 70%, #ab3131;
}

.category-Title_Low {
  font-size: 5.8vw;
  border-bottom: solid 2px #2e703c;
  line-height: 1.2;
  padding: 0px 0px 0.4em;
  margin-top: -0.2em;
}
@media (min-width: 576px) {
  .category-Title_Low {
    font-size: 3.5rem;
  }
}

.itemBox {
  position: relative;
}
.itemBox:before {
  width: 70px;
  color: #fff;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
}
.itemBox img {
  position: relative;
  z-index: 1;
}
.itemBox.gold:before {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  content: "金賞";
}
.itemBox.osusume:before {
  background: linear-gradient(130deg, rgb(230, 20, 9) 0%, rgb(253, 120, 11) 50%, rgb(230, 20, 9) 100%);
  content: "おすすめ";
}
.itemBox.sale:before {
  background: #eb0e06;
  content: "SALE";
}

.product-Name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1600px) {
  .product-Name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-Name dt {
  background: #998168;
  color: #fff;
  padding: 0px 0.6em 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  width: 120px;
  margin-bottom: 0.4rem;
}
@media (min-width: 1600px) {
  .product-Name dt {
    margin-bottom: 0px;
  }
}
.product-Name dd {
  width: 100%;
  font-size: 1.8rem;
  padding: 0px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1600px) {
  .product-Name dd {
    width: calc(100% - 120px);
    padding: 0px 1em;
  }
}

.price {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
}

.cartBtn {
  background: #ca2e29;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-height: 38px;
}
.cartBtn img {
  height: 1em;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 0.4em;
}
.cartBtn:hover {
  background: #df3e38;
  color: #fff;
}

.product-Box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-Box > div .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*-------------------------------------------------------------------------------------------*
 *
 * concept.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tabBtn {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0px 15px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  background: #3d3d3d;
  color: #fff;
  border-radius: 10px;
}
.tabBtn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  background: url(../images/icon_double_arrow_down.svg) no-repeat center/cover;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.tabBtn:hover {
  color: #444444;
  background: #fff;
  border: solid 1px #444444;
}
.tabBtn:hover:after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.tabBtn.active {
  color: #444444;
  background: #fff;
  border: solid 1px #444444;
}
.tabBtn.active:after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.flowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  aspect-ratio: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 25px 0px 15px;
  background: url(../images/bg_brown-paper.jpg);
}
.flowBox .img {
  margin: 0px auto;
  width: 80%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.flowBox .img img {
  border-radius: 50%;
}
.flowBox .tit {
  font-size: 3.6vw;
  color: #654727;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .flowBox .tit {
    font-size: 2rem;
  }
}
.flowBox .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px 15px;
  color: #654727;
  margin: 0px;
  line-height: 1.4;
  text-align: left;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: justify;
}
@media (min-width: 1400px) {
  .flowBox .txt {
    padding: 0px 15px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * howto.html
 *  
 *-------------------------------------------------------------------------------------------*/
.box {
  background: url(../images/bg_bergu-paper.jpg);
  padding: 15px;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .box {
    padding: 15px 30px;
  }
}
.box h5 {
  font-weight: 700;
  font-size: 1.8rem;
}

.responsiveTable2 {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  .responsiveTable2 {
    width: 100%;
    display: table;
    border-bottom: none;
  }
}
.responsiveTable2 th {
  width: 100%;
  padding: 15px 0px 0px;
  font-weight: bold;
  border-top: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable2 th {
    padding: 15px 0px 15px;
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable2 td {
  width: 100%;
  padding: 15px 0px 15px;
  border-bottom: none;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable2 td {
    padding: 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

.table td {
  white-space: nowrap;
}

/*-------------------------------------------------------------------------------------------*
 *
 * shop.html
 *  
 *-------------------------------------------------------------------------------------------*/
.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #315c3a;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
}
.dotList.Horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.numList {
  margin-left: 2em;
}
.numList li {
  list-style: decimal-leading-zero;
  list-style-position: outside;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.googleMap {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .googleMap {
    height: 480px;
  }
}

.googleMapBtn {
  background: #2f3c5b;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0px 1.8em;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding-bottom: 0.1em;
}
.googleMapBtn img {
  height: 1em;
  margin-right: 0.4em;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.table2 th {
  padding-right: 1em;
  white-space: nowrap;
  vertical-align: top;
}
.table2 td {
  line-height: 1.4;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contact-Tel {
  font-size: 3.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #483a37;
}
.contact-Tel img {
  height: 1em;
  margin-right: 0.4em;
}

.contact-Hours_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-Hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  font-size: 1.4rem;
}
.contact-Hours th,
.contact-Hours td {
  padding: 5px 0px;
}
.contact-Hours th {
  font-weight: 700;
  width: 8em;
  line-height: 1.2;
  text-align: left;
  vertical-align: top;
}
.contact-Hours th:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1;
  background: #654727;
  margin-bottom: 0.1em;
  margin-right: 0.6em;
}
.contact-Hours td {
  line-height: 1.2;
  text-align: left;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 20px 20px 20px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  width: 100%;
}

.form15 {
  width: 20% !important;
  display: inline-block;
}

.form25 {
  display: inline-block;
  width: 100% !important;
}
@media (min-width: 768px) {
  .form25 {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .form25 {
    width: 25% !important;
  }
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form15 {
    width: 15% !important;
  }
  .form50 {
    width: 50% !important;
  }
}
.need {
  color: #df443e;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #df443e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
}

.formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  min-height: 56px;
  background: #315C3A;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
  border-radius: 8px;
  border: none;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #2e703c;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  margin-right: 1.2rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 1.2rem;
}
.formBtn button.formBtn {
  border: none;
  outline: none;
}
.formBtn button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 12px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px #999 inset;
          box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
  text-align: justify;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  height: 420px;
  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%;
}
@media (min-width: 992px) {
  #h2Title {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 520px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    height: 560px;
  }
}
@media (min-width: 1600px) {
  #h2Title {
    height: 600px;
  }
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center/cover;
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center/cover;
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center/cover;
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center/cover;
}
#h2Title.p06 {
  background: url(../images/bg_h2title06.jpg) no-repeat center/cover;
}
#h2Title.p07 {
  background: url(../images/bg_h2title07.jpg) no-repeat center/cover;
}
#h2Title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(37.5px);
          transform: translateY(37.5px);
}
@media (min-width: 1400px) {
  #h2Title h2 {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
#h2Title h2 .en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 12vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  #h2Title h2 .en {
    font-size: 5.8rem;
  }
}
@media (min-width: 992px) {
  #h2Title h2 .en {
    font-size: 6.4rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 .en {
    font-size: 7.2rem;
  }
}
#h2Title h2 .en:after {
  content: "";
  display: block;
  width: 99px;
  aspect-ratio: 99/14;
  background: url(../images/bg_h2title_cross.png) no-repeat center/contain;
  margin: 1.5rem auto 0px;
}
#h2Title h2 .ja {
  font-size: 5.2vw;
  font-weight: 400;
}
@media (min-width: 576px) {
  #h2Title h2 .ja {
    font-size: 3.6rem;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #654727;
}
.title .en {
  font-size: 8vw;
  font-family: "Cinzel", serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .title .en {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .title .en {
    font-size: 6rem;
  }
}
.title .en:after {
  content: "";
  display: block;
  width: 57px;
  aspect-ratio: 57/10;
  background: url(../images/bg_title_cross.png) no-repeat center/contain;
  margin-top: 1rem;
  -webkit-filter: invert(26%) sepia(9%) saturate(3198%) hue-rotate(350deg) brightness(93%) contrast(81%);
          filter: invert(26%) sepia(9%) saturate(3198%) hue-rotate(350deg) brightness(93%) contrast(81%);
}
.title .ja {
  font-size: 4.8vw;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
@media (min-width: 768px) {
  .title .ja {
    padding-left: 3.6rem;
    font-size: 2.4rem;
  }
}
.title.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title.center .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.title.center .ja {
  padding: 0px 3.6rem;
}
.title.white .en {
  color: #fff;
}
.title.white .en:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.title.white .ja {
  color: #fff;
}

.category-Title {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 16px 0.6em;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  min-height: 24px;
  margin: -12px 5px 0px;
  font-size: 2.6vw;
}
@media (min-width: 576px) {
  .category-Title {
    margin: -16px 10px 0px;
    font-size: 1.8rem;
    min-height: 32px;
  }
}
@media (min-width: 1200px) {
  .category-Title {
    margin: -20px 15px 0px;
    font-size: 2rem;
    min-height: 40px;
  }
}
.category-Title.bg_Green {
  background: url(../images/bg_title-line.jpg) no-repeat left 8px center/1px 70%, url(../images/bg_title-line.jpg) no-repeat right 8px center/1px 70%, #315c3a;
}
.category-Title.bg_Red {
  background: url(../images/bg_title-line.jpg) no-repeat left 8px center/1px 70%, url(../images/bg_title-line.jpg) no-repeat right 8px center/1px 70%, #ab3131;
}

a .category-Title {
  text-decoration: none;
}

.subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subTitle .en {
  font-weight: 700;
  font-family: "Cinzel", serif;
  font-size: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (min-width: 576px) {
  .subTitle .en {
    font-size: 2.4rem;
  }
}
.subTitle .en:before {
  content: "";
  display: block;
  background: #35403c;
  width: 3.2rem;
  height: 1px;
  margin-right: 0.8rem;
}
.subTitle .ja {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .subTitle .ja {
    font-size: 2.6rem;
  }
}
.subTitle.green {
  color: #2e423b;
}
.subTitle.brown {
  color: #562f30;
}

.subTitle2 {
  position: relative;
  background: #654727;
  font-size: 3.6vw;
  color: #fff;
  outline: 1px dashed #fff;
  border-radius: 8px;
  padding: 8px 16px;
  outline-offset: -4px;
}
@media (min-width: 576px) {
  .subTitle2 {
    font-size: 2.2rem;
  }
}

.subTitle3 {
  position: relative;
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 60%, #315C3A;
  font-size: 3.6vw;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px 8px 32px;
}
@media (min-width: 576px) {
  .subTitle3 {
    font-size: 2.2rem;
  }
}

.read {
  font-size: 3.6vw;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 576px) {
  .read {
    font-size: 2rem;
  }
}
.read:before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  background: #654727;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2.5vw;
}
@media (min-width: 576px) {
  .read:before {
    top: 0.8em;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 60%, #315c3a;
  color: #fff;
  font-weight: 400;
  max-width: 360px;
  width: 100%;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 0px 40px 0px 32px !important;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.1rem !important;
  border: none;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.detailBtn:after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media (min-width: 992px) {
  .detailBtn:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.detailBtn:hover {
  color: #fff;
  background: url(../images/bg_title-line.jpg) no-repeat left 16px center/1px 60%, #2e703c;
}
.detailBtn:hover:after {
  -webkit-transform: translate(4px, 0);
          transform: translate(4px, 0);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.red {
  color: #AB3131;
}

.breadcrumb-Wrap {
  background: #315C3A;
  color: #fff;
  font-size: 1.4rem;
}
.breadcrumb-Wrap a {
  color: #fff;
}
.breadcrumb-Wrap .breadcrumb {
  margin: 0px;
}
.breadcrumb-Wrap .breadcrumb .active {
  color: #fff;
}

.z-index1 {
  position: relative;
  z-index: 1;
}

.z-index2 {
  position: relative;
  z-index: 2;
}

.textAline-Justify {
  text-align: justify;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.heightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.heightCont.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.padding-Right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.padding-Right_Xl {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .padding-Right_Xl {
    padding-right: 8.1%;
  }
}

.padding-Left_Xl {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .padding-Left_Xl {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .photo-ofi {
    border-radius: 16px;
  }
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */