@charset "utf-8";
/******************************************************************
Theme Name: わらびの華 ver.2023
Theme URI: https://warabinohana.jp/
Description: わらびの華｜岡山の総社にある和菓子販売店・餅・お団子・だんご・まんじゅう・大福・おはぎ・わらびもちドリンクなど
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
* {
  -webkit-animation-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,.row:after {
  width:0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
.area {
  max-width: 540px;
}
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.area {
  max-width: 720px;
  padding-right: 15px;
  padding-left: 15px;
}
}
@media print,screen and (min-width: 992px) {
.area {
  max-width: 960px;
}
}
@media print,screen and (min-width: 1200px) {
.area {
  max-width: 1140px;
}
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
.grid-s {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-s-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-s-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-s-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-s-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-s-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-s-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-s-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-s-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-s-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-s-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-s-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-s-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-s-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-s-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-s-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-s-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-s-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-s-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-s-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-s-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-s-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-s-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-s-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
@media print,screen and (min-width: 768px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.grid-m {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-m-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-m-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-m-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-m-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-m-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-m-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-m-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-m-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-m-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-m-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-m-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-m-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-m-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-m-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-m-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-m-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-m-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-m-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-m-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-m-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-m-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-m-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-m-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-m-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-m-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-m-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-m-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-m-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-1 {
  margin-left: 8.3333%;
}
.space-2 {
  margin-left: 16.6666%;
}
.space-3 {
  margin-left: 25%;
}
.space-4 {
  margin-left: 33.3333%;
}
.space-5 {
  margin-left: 41.6666%;
}
.space-6 {
  margin-left: 50%;
}
.space-7 {
  margin-left: 58.3333%;
}
.space-8 {
  margin-left: 66.6666%;
}
.space-9 {
  margin-left: 75%;
}
.space-10 {
  margin-left: 83.3333%;
}
.space-11 {
  margin-left: 91.6666%;
}
}
@media print,screen and (min-width: 992px) {
.grid-l {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-l-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-l-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-l-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-l-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-l-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-l-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-l-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-l-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-l-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-l-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-l-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-l-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-l-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-l-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-l-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-l-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-l-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-l-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-l-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-l-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-l-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-l-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-l-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-l-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-l-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-l-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-l-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-l-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
.d-s-none {
  display: none !important;
}
.d-s-inline {
  display: inline !important;
}
.d-s-inline-block {
  display: inline-block !important;
}
.d-s-block {
  display: block !important;
}
.d-s-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-s-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 768px) {
.d-m-none {
  display: none !important;
}
.d-m-inline {
  display: inline !important;
}
.d-m-inline-block {
  display: inline-block !important;
}
.d-m-block {
  display: block !important;
}
.d-m-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-m-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 992px) {
.d-l-none {
  display: none !important;
}
.d-l-inline {
  display: inline !important;
}
.d-l-inline-block {
  display: inline-block !important;
}
.d-l-block {
  display: block !important;
}
.d-l-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-l-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}
.sp-left {
  text-align: justify;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.n {
  font-weight: 400;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 60px;
}
.documents-under.lg-h {
  margin-bottom: 60px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
}
@media print, screen and (min-width: 992px) {
.documents.lg-h {
  margin-top: 100px;
}
.documents-under.lg-h {
  margin-bottom: 100px;
}
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 8;
  cursor: pointer;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
#page-top {
  right: 20px;
}
#page-top img {
  height: 50px;
  width: 50px;
}
}
/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --black: #3B3A38;
  --red: #ff0000;
  --white: #fff;
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
  white-space: nowrap;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray02);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media print, screen and (min-width: 768px) {
#breadcrumb {
  font-size: 70%;
  margin: 1em auto 0;
}
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 235px);
  flex: 1;
  padding: 0 15px;
}
.side-wrap {
  width: 235px;
  padding: 0 15px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 285px);
}
.side-wrap {
  width: 285px;
}
}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*-------------------------------------------------------------
▼フォーム設定（基本）
--------------------------------------------------------------*/
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray03);
  background-color: var(--gray03);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray03);
  resize: vertical;
  background-color: var(--gray03);
}
select {
  width: auto;
  border: 1px solid var(--gray01);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.asterisk {
  color: var(--red);
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
::placeholder {
  color: #ACACAC;
  font-size: 16px;
  letter-spacing: 0.1em;
}
/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found,
#post-not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: aliceblue;
}
#not-found ul, #post-not-found ul,
#post-not-found ul, #post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul ::marker,
#post-not-found ul ::marker {
  color: var(--main);
}
#not-found ul li a, #post-not-found ul li a,
#post-not-found ul li a, #post-not-found ul li a {
  text-decoration: underline;
}
#not-found h2,
#post-not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3,
#post-not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before,
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
#not-found,
#post-not-found {
  padding: 40px;
}
#not-found h2,
#post-not-found h2 {
  font-size: 2.5em;
}
}
/*--------------------------------------------------------------------
▼テーブル基本設定
---------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.under-line-table tr {
  border-bottom: 1px solid var(--gray02);
}
table.under-line-table tr th {
  padding: 20px 0 0;
}
table.under-line-table tr td {
  padding: 5px 0 20px;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
table.under-line-table tr th {
  padding: 20px 15px 20px 0;
}
table.under-line-table tr td {
  padding: 20px 0;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/

/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"] {
  font-family: 'Sawarabi Mincho', serif;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #CDBA8C;
  --gold: #FDF9F6;
  --gray01: #FBFBFB;
  --gray02: #CCCCCC;
  --gray03: #F3F3F3;
  --gray04: #999999;
  --gray05: #3B3A38;
}
.main-color {
  color: var(--main);
}
.gold-bg {
  background-color: var(--gold);
}
.gray-bg {
  background-color: var(--gray01);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
/* html.open,
html.open body {
  overflow: hidden;
} */
.header{
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: .5s;
}
.header-inner {
  height: 100px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 80px;
}
.hamburger-nav .logo img {
  height: 80px;
}
.footer-inner .logo img{
  height: 100px;
}
.hamburger-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 11;
  background-color: var(--gray05);
  border-radius: 50%;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: var(--white);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 25%;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -9px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 9px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  max-width: 400px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0,0,0,0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner{
  margin-top: 20px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-nav-wrap{
  display: flex;
  align-items: center;
}
.header-contact-box {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.header-contact-box .header-contact-form a img{
  width: 40px;
  height: 28px;
  margin-left: 14px;
}
.header-sns-icon{
  width: 50px;
  height: 50px;
}
.header-contact-icon{
  margin-left: 10px;
  width: 50px;
  height: 50px;
}
/**frontpage用ヘッダースタイル**/
.front-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header.smaller {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}
.front-header .header-inner {
  justify-content: flex-end;
}
.front-header.smaller .header-inner {
  justify-content: space-between;
}
.front-header .header-inner > .logo {
  display: none;
}
.front-header.smaller .header-inner> .logo {
  display: block;
}
.open .front-header .hamburger-btn {
  position: fixed;
}
.front-header.is-show {
  top: 0;
  transition: .5s;
}
.front-header .hamburger-btn {
  position: absolute;
}
.front-header.smaller.slowUp {
  transition: .7s;
}
@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 380px;
}
}
@media print, screen and (min-width: 768px) {
.hamburger-nav {
  width: 380px;
}
.header-contact-box {
  margin-right: 70px;
}
  }
@media print, screen and (min-width: 992px) {
.header-inner {
  height: 130px;
  padding: 60px;
}
.header-inner > .logo img {
  height: 100px;
}
.logo img {
  height: 120px;
}
.footer-inner .logo img{
  height: 150px;
}
.hamburger-btn {
  width: 60px;
  height: 60px;
  top: 35px;
  right: 70px;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.hamburger-nav .logo {
  margin-top: 25px;
}
.header-contact-box {
  margin-right: 100px;
}
.header-sns-icon{
  width: 60px;
  height: 60px;
}
.header-contact-icon{
  margin-left: 30px;
  width: 60px;
  height: 60px;
}
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-copy {
  background: var(--main);
}
.footer-copy p {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0;
}
.footer-sns-icon{
  margin-top: 30px;
}
.footer-sns-icon p{
  display: inline;
  margin-left: 30px;
}
.footer-sns-area{
  border-top: 1px solid var(--gray02);
  border-bottom: 1px solid var(--gray02);
  padding: 20px 0 40px;
}
.footer-sns-follow p:first-child{
  font-size: 2em;
}
.footer-sns-follow p:nth-child(2){
 letter-spacing: -0.03em;
 line-height: 0;
}
.footer-tel-btn a,
.footer-form-btn a {
  position: relative;
  padding-left: 40px;
}
.footer-tel-btn a::before {
  content: "";
  background-image: url(library/images/icon/tel-icon-b.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-form-btn a::before {
  content: "";
  background-image: url(library/images/icon/mail-icon-b.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-area{
  background-image: url(library/images/content/contact-area-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 20px;
}
.footer-tel-btn{
  font-size: 1.7em;
}
.footer-form-btn{
  font-size: 1.4em;
  margin-top: 20px;
}
.footer-inner-box2{
  margin-top: 40px;
}
.footer-org p{
  margin-top: 0;
}
@media print, screen and (min-width: 576px) {
.footer-tel-btn{
  font-size: 1.7em;
}
}
@media print, screen and (min-width: 768px) {
.contact-box-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box-btn div:nth-child(2){
  margin-left: 40px;
  margin-top: 0;
}
/* .footer-other-area{
  display: flex;
  align-items: center;
}
.footer-other-area p:nth-child(2){
  margin-left: 20px;
} */
}
@media print, screen and (min-width: 992px) {
.footer-inner .grid-12{
  justify-content: space-between;
}
.footer-inner-box1{
  max-width: 648px;
}
.footer-inner-box2{
  max-width: 477px;
  margin-top: 0;
}
.footer-menu ul{
  display: flex;
  align-items: center;
}
.footer-menu ul li:not(:first-child){
  margin-left: 30px;
}
.menu-footer-menu2-container{
  margin-top: 30px;
}
.footer-sns-area{
  display: flex;
  align-items: center;
}
.footer-sns-icon{
  margin-left: 50px;
  margin-top: 10px;
}
.footer-tel-btn{
  font-size: 2em;
}
.footer-form-btn{
  font-size: 1.8em;
}
.footer-org p{
  margin-top: 10px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: 1.7em;
}
h3, .h3 {
  font-size: 1.2em;
}
h4, .h4 {
  font-size: 1em;
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}
.front-ttl{
  font-size: 2.2em;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
h2, .h2 {
  font-size: 2em;
}
h3, .h3 {
  font-size: 1.5em;
}
h4, .h4 {
  font-size: 1.2em;
}
.front-ttl{
  font-size: 3em;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  position: relative;
  padding-left: 80px;
}
.main-btn::before{
  content: "";
  background-image: url(library/images/icon/dia-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 68px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
table.form tr {
  border-bottom: 1px solid var(--gray02);
}
table.form tr th {
  vertical-align: text-top;
  padding: 20px 0 0;
  font-weight: normal;
}
table.form tr td {
  padding-bottom: 20px;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-btn-flex-box button {
  margin: 0 15px;
}
.form-btn{
  background: var(--main);
  color: var(--white);
  border: none;
  padding: 20px 40px;
  font-size: inherit;
  letter-spacing: 0.1em;
}
.form-btn.rev{
  background: var(--white);
  color: var(--black);
  border: solid 2px var(--main);
  padding: 20px 40px;
  font-size: inherit;
}
.form-btn:hover{
  opacity: 0.7;
}
.contact-end-area{
  background-color: var(--gold);
  padding: 60px 20px;
}
.contact-end-tel a {
  position: relative;
  padding-left: 40px;
  font-size: 2em;
}
.contact-end-tel a::before {
  content: "";
  background-image: url(library/images/icon/tel-icon-g.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.form tr td {
  padding-bottom: 0;
}
table.form.sp-block-table tr th {
  padding: 60px 10px;
  font-size: 20px;
  line-height: 1.2;
  width: 280px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
.company-table{
  text-align: left;
}
.company-table tr {
  border-bottom: 1px solid var(--gray02);
}
.company-table th {
  display: block;
  padding: 20px 0 0;
  font-weight: 400;
}
.company-table td {
  display: block;
  padding: 10px 0 20px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.company-table th {
  display: table-cell;
  width: 20%;
  padding: 40px 0;
}
.company-table td {
  display: table-cell;
  width: 80%;
  padding: 40px 0;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-visual-box{
  position: relative;
}
.top-visual-box::before {
  content: "";
  background-image: url(library/images/content/top-visual-ttl.svg);
  position: absolute;
  display: inline-block;
  top: 6%;
  left: 8%;
  width: 63px;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-visual-box img.for-corporate {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  right: 10px;
  width: 130px;
  height: 130px;
}
.front-block01{
  position: relative;
}
.front-block01::before{
  content: "";
  background-image: url(library/images/content/flower01.svg);
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 735px;
  height: 312px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front-block02{
  position: relative;
}
.front-block02::before{
  content: "";
  background-image: url(library/images/content/flower02.svg);
  position: absolute;
  display: inline-block;
  top: -6vw;
  left: 0;
  width: 150px;
  height: 173px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vertical-text02{
  text-align: left;
}
.vertical-text03{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.vertical-text03 h2{
  font-size: 1.6em;
}
.vertical-text03 p{
  text-align: right;
  margin: 0;
  font-size: 0.8em;
}
.slider-2{
  overflow: hidden;
}
.slider-2 .slick-slide {
  width: 400px;
  height: 280px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  max-width: 370px;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #09000d;
  border-width: 1px 1px 0 0;
  position: absolute;
  transform: rotate(45deg);
}
.slider-2 .slick-prev::before {
  border-width: 0 0 1px 1px;
  left: 6px;
}
.slider-2 .slick-next::before {
  right: 6px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}
.slick-slide{
  position: relative;
}
.slick-slide .product-name{
  position: absolute;
  bottom: 20px;
  right: 40px;
  background: var(--white);
  border-top: 3px solid var(--main);
  padding: 20px 10px;
}
.news-area:not(:first-child){
  margin-top: 40px;
}
@media print, screen and (min-width: 576px) {
.top-visual-box::before {
  top: 10%;
  left: 12%;
  width: 100px;
  height: 374px;
}
.slider-2 .slick-prev::before {
  left: 60px;
}
.slider-2 .slick-next::before {
  right: 60px;
}
.slider-2 .slick-arrow {
  max-width: 540px;
}
.slider-2 .slick-arrow::before {
  width: 30px;
  height: 30px;
}
}
@media print, screen and (min-width: 768px) {
.front-block02::before{
  width: 300px;
  height: 346px;
}
.vertical-text02{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.6em;
  margin: 0 auto;
}
.slider-2 .slick-slide {
  width: 600px;
  height: 400px;
  margin: 0 40px;
}
.slider-2 .slick-arrow {
  max-width: 720px;
}
.slider-2 .slick-prev::before {
  left: 15px;
}
.slider-2 .slick-next::before {
  right: 15px;
}
.slick-slide .product-name{
  bottom: 40px;
}
.vertical-text03 h2{
  font-size: 2em;
}
.vertical-text03 p{
  font-size: inherit;
}
.news-box h4{
  margin-left: 40px;
}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
.top-visual-box::before {
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  width: 160px;
  height: 600px;
}
.top-visual-box img.for-corporate {
  right: 60px;
  width: 200px;
  height: 200px;
}
.slider-2 .slick-slide {
  width: 1000px;
  height: 700px;
}
.slider-2 .slick-arrow {
  max-width: 1140px;
}
.slider-2 .slick-prev::before {
  left: 24px;
}
.slider-2 .slick-next::before {
  right: 24px;
}
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.serif{
  font-family: serif;
}
.font18 {
  font-size: 1.125em;
}
.page-main-visual{
  height: 600px;
  margin-top: 100px;
  position: relative
}
.page-main-visual.background-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-main-visual-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-main-visual-text h2{
  font-size: 1.6em;
}
.page-main-visual-text h2 span{
  background-color: var(--white);
  padding: 10px 20px;
  border-left: 3px solid var(--main);
}
.vertical-text p{
  margin-top: 30px;
}
.vertical-text-img.sp img{
  width: 200px;
}
.align-group .row{
  align-items: center;
}
.w-bg-gold{
  background: linear-gradient(90deg, #fff 0%, #fff 40%, #FDF9F6 40%, #FDF9F6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.w-bg-gold.padding-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.w-bg-gray{
  background: linear-gradient(90deg, #fbfbfb 0%, #fbfbfb 60%, #fff 60%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.w-bg-gray.padding-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-block01{
  position: relative;
}
.about-block01::before{
  content: "";
  background-image: url(library/images/content/flower03.svg);
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 380px;
  height: 157px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-block01-text h2{
  margin-top: 40px;
}
.about-block02 h2{
  margin-top: 40px;
}
.thought-block01{
  position: relative;
}
.thought-block01::before{
  content: "";
  background-image: url(library/images/content/flower02.svg);
  position: absolute;
  display: inline-block;
  top: -85px;
  left: 0;
  width: 150px;
  height: 173px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.thought-block01 h2{
  margin-top: 40px;
}
.thought-block02 p{
  display: inline-block;
}
.production-method-block img{
  margin-top: 40px;
}
.production-method-block .row{
  padding-top: 130px;
  margin-top:-130px;
}
.production-method-ttl{
  position: relative;
  padding-left: 90px;
}
.production-method-ttl::before{
  content: "";
  background-image: url(library/images/icon/dia-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 75px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.for-corporate01{
  position: relative;
}
.for-corporate01::before{
  content: "";
  background-image: url(library/images/content/flower04.svg);
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 6%;
  width: 130px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.for-corporate01-text h2{
  margin-top: 40px;
}
.for-corporate02 .service-block{
  background-color: var(--white);
  padding: 30px 20px;
}
.products-ttl{
  border-bottom: 1px solid var(--main);
}
.explanation-ttl{
  background-color: var(--main);
  color: var(--white);
  padding: 6px 10px;
  display: inline-block;
  white-space: nowrap;
}
.explanation-text{
  padding-top: 20px;
}
@media print, screen and (min-width: 576px) {
.for-corporate01::before{
  width: 180px;
  height: 166px;
}
}
@media print, screen and (min-width: 768px) {
.page-main-visual{
  margin-top: 150px;
}
.page-main-visual-text h2{
  font-size: 2em;
}
.page-main-visual-text h2 span{
  padding: 30px 60px;
}
.vertical-text{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  line-height: 1.6em;
}
.vertical-text p{
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 0;
}
.vertical-text-img img{
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-block02 h2{
  margin-top: 0;
}
.thought-block01::before{
  width: 300px;
  height: 346px;
  top: -110px;
}
.production-method-block img{
  margin-top: 0;
}
.about-block01-text h2{
  margin-top: 0;
}
.about-block01::before{
  width: 735px;
  height: 312px;
}
.about-block01 img{
  margin-left: -15px;
}
.for-corporate01-text h2{
  margin-top: 0;
}
.for-corporate01 img{
  margin-left: -15px;
}
.for-corporate01::before{
  bottom: -18%;
  width: 268px;
  height: 246px;
}
.explanation-area{
  display: flex;
  align-items: center;
}
.explanation-text{
  padding-top: 0;
  padding-left: 20px;
}
}
@media print, screen and (min-width: 992px) {
.vertical-text{
  line-height: 2.4em;
}
.vertical-text p{
  margin-right: 40px;
  margin-left: 40px;
}
.thought-block01::before{
  top: -130px;
}
.thought-block01 h2{
  margin-top: 0;
}
}
@media print, screen and (min-width: 1200px) {
.vertical-text p{
  margin-right: 50px;
  margin-left: 50px;
  font-size: 1.125em;
}
.vertical-text-box{
  padding-right: 40px;
}
}
@media print, screen and (min-width: 1400px) {

}
@media print, screen and (min-width: 1600px) {
.about-block01-text{
  padding-right: 200px;
}
.for-corporate01-text{
  padding-right: 200px;
}
}

@-moz-document url-prefix(){
textarea{
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .vertical-text02{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    }
  }
}

/* androidハック */
body.Android .serif {
  font-family: 'Noto Serif JP', 'Sawarabi Mincho', serif;
  font-size: 20px;
}
body.Android .slick-slide .product-name{
  height: 150px;
}
.mwform-tel-field input[type="text"]{
  width: 25%;
}


/* style2 */


/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --main: #CDBA8C;
  --gold: #FDF9F6;
  --gray01: #FBFBFB;
  --gray02: #CCCCCC;
  --gray03: #F3F3F3;
  --gray04: #999999;
  --gray05: #3B3A38;
}
.main-color {
  color: var(--main);
}
.gold-bg {
  background-color: var(--gold);
}
.gray-bg {
  background-color: var(--gray01);
}
/* .open .front-header #front-header-menu.is-show .hamburger-btn {
  position: fixed;
} */
/* .open .stop-header .hamburger-btn {
  position: fixed;
} */
.page-main-visual {
  height: 250px;
}
#not-found, #post-not-found {
  background: var(--gold);
}
.searchform button {
  background: var(--main);
}
#not-found h3, #post-not-found h3 {
  color: var(--main);
}
#not-found h3::before, #post-not-found h3::before {
  border-color: var(--main) transparent transparent transparent;
}
@media print, screen and (min-width: 768px) {
.page-main-visual {
  height: 300px;
}
}
/*-------------------------------------------------------------
▼固定ページ用CSS
--------------------------------------------------------------*/
.vertical-text02.product-ttl {
  padding: 14px 0;
  border-top: 4px solid var(--main);
  border-bottom: 4px solid var(--main);
}
.border-ttl {
  position: relative;
  padding-bottom: 20px;
}
.border-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: var(--main);
  border-radius: 50%;
}
.price {
  font-size: 14px;
  text-align: right;
}
.price span {
  font-size: 1.25em;
}
.product-box {
  text-align: center;
}
.product-box img {
  width: 80%;
}
.triangle {
  position: relative;
}
.triangle-icon {
  position: absolute;
  top: 0;
  right: 10px;
  width: 100px;
  z-index: 1;
}
.pack-text{
  font-size: 16px;
}
.align-items-center{
  align-items: center;
}
.pack-bg{
  height: 300px;
  position: relative;
}
.sp-block{
  display: block;
}
.sp-none{
  display: none;
}
.relative{
  position: relative;
  z-index: -1;
}
.pack-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.text-bg{
  margin-left: 20px;
  display: block;
  background-color: #fff;
}
.text-bg:last-child{
  display: inline-block;
}

/* ハック */
/* _::-webkit-full-page-media, _:future,.sp-block{
  display: block;
}
_::-webkit-full-page-media, _:future,.sp-none{
  display: none;
} */
@media print, screen and (min-width: 576px) {
  .sp-block{
    display: none;
  }
  .sp-none{
    display: block;
  }
  /* _::-webkit-full-page-media, _:future,.sp-block{
    display: none;
  }
  _::-webkit-full-page-media, _:future,.sp-none{
    display: block;
  } */
  .pack-text{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
.vertical-text02.product-ttl {
  margin-bottom: 40px;
}
.product-box img {
  width: 100%;
}
.product-box p {
  text-align: left;
}
.sp-block{
  display: none;
}
.sp-none{
  display: block;
}
.pack-text{
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  font-size: 20px;
}
}
@media print, screen and (min-width: 992px) {
.triangle-icon {
  width: 130px;
  right: 15px;
}
.product-menu {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pack-text{
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  font-size: 28px;
}
}
@media print, screen and (min-width: 1200px) {
  .pack-text{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 32px;
  }
}