@charset "UTF-8";/*
GROOWEB SCSS SMACSS BEM
*//* Tools *//* media quary *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}/* show only  SP/PC
-------------------------------*/.pc-only {
  display: none !important;
}

.pc-only-2 {
  display: none !important;
}

.sp-only {
  display: block !important;
}

.sp-only-2 {
  display: inline-block !important;
}

.spbr {
  display: block;
}/* font
-------------------------------*/.bold {
  font-weight: bold;
}/* margin
-------------------------------*/.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

.mb100 {
  margin-bottom: 100px !important;
}/* padding
-------------------------------*//*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,*::before,*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: helvetica, Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.4;
}

a {
  color: #E2C049;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a img:hover {
  opacity: 0.7;
}

.base-section {
  margin-bottom: 50px;
}

.ichigoichie-body {
  padding-top: 0;
}/* Layout *//* Module */.btn {
  display: block;
  text-decoration: none !important;
  text-align: center;
  border-radius: 4px;
  padding: 15px;
}

.btn:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

.btn--brown {
  background: #D08D48;
  color: #fff;
}

.btn--white {
  background: #fff;
  color: #000;
}

.btn--brown-line {
  border: 2px solid #D08D48;
  padding: 13px;
  color: #D08D48;
}

.btn--mb {
  margin-bottom: 15px;
}

.btn--thin {
  background: #E2C049;
  color: #fff;
  padding: 5px 5px;
  font-size: 1.2rem;
}

.btn--cart:before {
  font-family: 'FontAwesome';
  content: '\f07a';
  display: inline-block;
  margin-right: 7px;
}
.btn--cart:after {
  font-family: 'FontAwesome';
  content: '\f0da';
  display: inline-block;
  margin-left: 10px;
}

.btn--cart--thin:before {
  width: 15px;
  height: 12px;
}

.btn--mail:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("../img/icon_mail.png") no-repeat center bottom;
  background-size: contain;
  margin-right: 7px;
}

.btn--mail--thin:before {
  width: 15px;
  height: 12px;
}

.btn .fa {
  margin-right: 0.5em;
}

.heading-1 {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 45px;
}

.heading-1__main {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.heading-1__sub {
  font-size: 1.5rem;
}

.heading-1__strong {
  color: #E2C049;
}

.heading-2 {
  text-align: center;
  line-height: 1.6;
  font-size: 2.8rem;
  background: url(../img/logo_footer.svg) no-repeat center top;
  background-size: 38px auto;
  padding-top: 43px;
  margin-bottom: 20px;
}

.heading-3 {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 10px;
}

.heading-4 {
  margin-bottom: 10px;
  color: #E2C049;
  font-weight: bold;
}

.heading-5 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  background: #E2C049;
  padding: 5px 10px;
}

.heading-page {
  background: #778249;
  color: #fff;
  height: 140px;
}

.heading-page__head {
  text-align: center;
  font-size: 3.2rem;
  padding-top: 20px;
}

.heading-page__head--suika {
  letter-spacing: -2.1px;
}

.heading-page__parent {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding-top: 15px;
}

.heading-page-nomv {
  background: #778249;
  color: #fff;
  height: 140px;
}

.heading-page-nomv__head {
  text-align: center;
  font-size: 3.2rem;
  line-height: 140px;
}

.heading-sub {
  text-align: center;
  color: #E2C049;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: -15px;
  margin-bottom: 20px;
}

.heading-page__parent + .heading-page__head {
  padding-top: 0px;
}

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 250px;
  height: 100%;
  background-color: #778249;
  color: #fff;
  padding: 15px;
}

.drawer-nav a {
  color: #fff;
  text-decoration: none;
}

.drawer-menu li {
  border-bottom: 1px solid #8290A1;
}

.drawer-menu li a {
  display: block;
  padding: 13px 0;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -250px;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 250px;
}

.drawer--right .drawer-nav {
  right: -250px;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 250px;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 25px;
  padding: 18px 17px 28px 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: #fff;
}

.drawer-hamburger:hover {
  cursor: pointer;
  /* background-color: transparent; */
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after,.drawer-hamburger-icon:before {
  position: absolute;
  top: -12px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 12px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mv img {
  margin-top: -50px;
}

.text {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom: 15px;
}

.text-high-sm {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 15px;
}

.text-high {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

.text-sign {
  width: 260px;
  margin-left: auto;
  margin-top: 10px;
}

.caution {
  color: #E2C049;
}

.table {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c9c9c9;
}

.table__td,.table__th {
  border-bottom: 1px solid #c9c9c9;
  font-size: 1.4rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table__th {
  width: 19.6%;
  text-align: left;
  font-weight: bold;
}

.table__td {
  padding-left: 15px;
}

.table-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.table-2:first-of-type {
  border-top: 1px solid #c9c9c9;
}

.table-2--hide {
  display: none;
}

.table-2 tr {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 15px 0;
}

.table-2__td,.table-2__th {
  display: block;
  font-size: 1.4rem;
}

.table-2__th {
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
}

.page-copy {
  text-align: center;
  color: #E2C049;
  font-size: 1.8rem;
  line-height: 1.66;
  font-weight: bold;
  margin: 30px 0 40px;
}

.youtube {
  position: relative;
  padding-top: 56.25%;
}

.youtube__caption {
  margin-top: 10px;
  text-align: center;
}

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

.global-header {
  background: #fff;
  display: none;
  position: fixed;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.global-header__title {
  margin-top: 20px;
}
.global-header__title img{
  height: 57px;
    object-fit: contain;
}
.global-header__menu {
  margin-top: 36px;
  font-weight: bold;
}
.global-header__menu > ul{
  justify-content: space-between;
}

.global-header__menu__item {
  text-align: center;
  font-size: 1.2rem;
}

.global-header__menu a {
  margin-right: 5px;
  color: #000;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 18px;
  line-height: 1.2;
}

.global-header__menu a._current {
  border-bottom: 3px solid #E2C049;
  color: #E2C049;
}

.global-header__menu a:hover {
  color: #E2C049;
}

.customize-support .global-header {
  top: 32px;
}

.global-header-sp {
  padding-top: 15px;
  padding-bottom: 15px;
}

.global-header-sp__head img {
  max-width: 75px;
  margin: 0 auto;
}

.global-header-sp__shop img {
  max-width: 40px;
  margin-left: auto;
}

.breadcrumb {
  font-size: 1.3rem;
  margin-top: 10px;
}

.breadcrumb span[typeof="ListItem"] {
  margin: 0 6px;
}

.breadcrumb span[typeof="ListItem"]:first-child {
  margin-left: 0;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.footer1 {
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer1__logo {
  width: 63px;
  margin: 0 auto;
}

.footer1__copy {
  color: #E2C049;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2.4rem;
  margin-top: 15px;
}

.footer1__nav {
  position: relative;
  overflow: hidden;
  display: none;
}

.footer1__nav__items {
  position: relative;
  float: left;
  left: 50%;
}

.footer1__nav__item {
  position: relative;
  left: -50%;
  float: left;
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.footer1__nav__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer1__nav__item a {
  text-decoration: none;
  color: #000;
}

.footer1__nav__item a:hover {
  text-decoration: underline;
}

.footer2 {
  background: #778249;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.footer2 a {
  color: #fff;
}

.footer2__head {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer2__head a {
  text-decoration: none;
}

.footer2__head a:hover {
  text-decoration: underline;
}

.footer2 p {
  font-size: 1.4rem;
  line-height: 2;
}

.footer2__copyright {
  margin-top: 10px;
}

.footer2__break {
  display: block;
  font-size: 0;
}

.banner {
  padding-top: 100px;
  padding-bottom: 20px;
}

.banner__item {
  margin-bottom: 30px;
}

.home-mv__wrap {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.home-mv__pc {
  display: none;
}

.home-mv__sp {
  display: block;
}

.home-mv__copy {
  position: absolute;
  width: 49.3%;
  width: 55%;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0,0,0,0.2);
    padding: 1rem;
}

.home-mv__logo {
  position: absolute;
  width: 30%;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-message {
  background: url("../img/bg_white.png") repeat-x #778249;
  color: #fff;
  margin-top: 50px;
  padding-bottom: 50px;
}

.home-message__manager {
  margin-bottom: 25px;
  position: relative;
}

.home-message__manager__photo--pc {
  display: none;
}

.home-message__manager__head {
  display: none;
}

.home-message__manager__content {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  line-height: 1.6;
  width: 50%;
  font-size: 1.4rem;
}

.home-message__manager__content__sign {
  width: 50%;
  margin-left: auto;
  margin-top: 20px;
  display: none;
}

.home-message__will__head img {
  max-width: 145px;
  margin: 0 auto 25px;
}

.home-message__will__content {
  line-height: 2;
}

.home-message__will__content p {
  margin-bottom: 15px;
}

.home-message__will__link {
  display: block;
}

.home-relief {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-relief__img img {
  max-width: 454px;
  margin: 0 auto;
}

.home-relief__head {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #E2C049;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
  text-align: center;
}

.home-relief__text {
  line-height: 2;
  margin-bottom: 20px;
}

.home-news {
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-news__head {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.6rem;
  float: left;
}

.home-news__go-archive {
  font-size: 1.4rem;
  margin-bottom: 20px;
  float: right;
}

.home-news__articles {
  border-top: 1px solid #ebebeb;
}

.home-news__article {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 20px 0;
}

.home-news__article:hover {
  text-decoration: underline;
}

.home-news__article__title {
  font-weight: bold;
}

.home-product {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-product__suika {
  background: #E2C049;
  color: #fff;
  margin-bottom: 30px;
}

.home-product__suika__data {
  padding: 30px;
}

.home-product__suika__head {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
}

.home-product__suika__head a {
  color: #fff;
  text-decoration: none;
}

.home-product__suika__text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.home-product__items {
  margin-bottom: 20px;
}

.home-product__item {
  margin-bottom: 30px;
}
.home-product__item img{
  height: 262px;
  object-fit: cover;
}

.home-product__item__name {
  font-weight: bold;
  margin: 5px 0;
}

.home-product__item__name a {
  text-decoration: none;
}

.home-product__item__name a:hover {
  text-decoration: underline;
}

.home-blog {
  background: #E2C049;
  padding: 45px 0 15px;
}

.home-blog__heading {
  margin-bottom: 40px;
}

.home-blog__head {
  text-align: center;
  font-size: 2.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.home-blog__link {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 20px;
}
.home-blog__link a{
  color:#FFF;
}

.home-blog__article {
  margin-bottom: 30px;
}

.home-blog__article img:hover {
  opacity: 0.7;
}

.home-blog__article a {
  color:#FFF;
  text-decoration: none;
}

.home-blog__article__date {
  margin: 8px 0 5px;
  font-size: 1.4rem;
}

.home-blog__article__title {
  font-weight: bold;
  color: #E2C049;
  font-size: 1.4rem;
}

.home-blog__article__title:hover {
  text-decoration: underline;
}

.home-info__left {
  height: 400px;
  background: url("../img/ph_home_info_1.jpg") no-repeat center center;
  background-size: cover;
}

.home-info__right {
  height: 400px;
  background: url("../img/ph_home_info_2.jpg") no-repeat center center;
  background-size: cover;
}

.home-info__wrap {
  position: relative;
}

.home-info__btn {
  position: absolute;
  left: 50%;
  top: 50%;
}

.home-info__btn img {
  margin-left: -50%;
  margin-top: -50%;
}

.staff {
  margin-bottom: 30px;
}

.staff__name {
  color: #097c25;
  font-size: 2rem;
  text-align: center;
  margin-top: 12px;
}

.staff:last-child {
  display: none;
}

#map {
  height: 300px;
}

.map__address {
  text-align: center;
  margin-top: 5px;
  line-height: 2;
}

.map__link {
  margin-top: 5px;
}

.lineup {
  background: #f9f6ef;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.lineup__item {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 30px;
}

.lineup__item__name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #E2C049;
}

.lineup__item__name a {
  text-decoration: none;
}

.lineup__item__text {
  margin-bottom: 20px;
  line-height: 1.8;
}

.lineup-2 {
  background: #fce3e4;
  padding-top: 60px;
  padding-bottom: 80px;
}

.lineup-2__guide {
  margin-bottom: 30px;
}

.lineup-2__guide__list li {
  padding-left: 1em;
  position: relative;
}

.lineup-2__guide__list li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #E2C049;
  position: absolute;
  top: 0.55em;
  left: 0.40em;
}

.lineup-2__message1 {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  font-size: 2.0rem;
}

.lineup-2__message2 {
  text-align: center;
  font-weight: bold;
  color: #E2C049;
  margin-bottom: 20px;
  font-size: 3.2rem;
}

.lineup-2__message3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.lineup-2__item {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.lineup-2__item a {
  text-decoration: none;
}

.lineup-2__item__name {
  font-weight: bold;
  margin: 10px 0 0;
  color: #E2C049;
  font-size: 1.6rem;
}

.lineup-2__item__price {
  font-weight: bold;
  margin: 0 0 5px;
}

.lineup-2__order-btns {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.lineup-2__order-btns li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.the_content .lineup-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.relief-guide__text {
  line-height: 2;
}

.suika-pr__img {
  margin-bottom: 30px;
}

.suika-pr__text {
  line-height: 2;
}

.method {
  background: #f9f6ef;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

.method__section {
  margin-bottom: 30px;
}

.method__head {
  color: #097c25;
  font-size: 2.0rem;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.method__img {
  width: 100%;
  margin: 30px auto;
}

.takeshita-check {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
}

.takeshita-check__sub {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #E2C049;
}

.takeshita-check__copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 10px;
  font-size: 3.4rem;
  font-weight: bold;
}

.takeshita-check__copy__strong {
  display: block;
  color: #E2C049;
}

.sokuhai__section {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.sokuhai__section--last:after {
  display: none !important;
}

.sokuhai__section__head {
  font-size: 2.0rem;
  margin: 10px 0 5px;
}

.sokuhai__section__notice {
  font-size: 1.2rem;
  text-align: right;
}

.sokuhai__photo {
  border-radius: 50%;
}

/* パソコンで見たときは"purchase-banner-pc"のclassがついた画像が表示する */
.purchase-banner-pc { display: block !important;
 padding:30px 0;}
.purchase-banner-sp { display: none !important; }
/* スマートフォンで見たときは"purchase-banner-sp"のclassがついた画像が表示する */
@media only screen and (max-width: 750px) {
.purchase-banner-pc { display: none !important; }
.purchase-banner-sp { display: block !important;}
}

.entry-info {
  background: #fce3e4;
  padding: 20px;
}

.entry-info a {
  text-decoration: none;
}

.entry-info__text {
  text-align: center;
}

.entry-info__text-1 {
  margin-bottom: 20px;
}

.entry-info__text-2 {
  margin-bottom: 10px;
  font-weight: bold;
}

.entry-info__text-3 {
  font-weight: bold;
  font-size: 2.8rem;
  color: #E2C049;
}

.entry-info__text-4 {
  margin-bottom: 20px;
}

.form {
  margin-bottom: 100px;
  margin-top: 20px;
}

.form__row {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
}

.form__row--first {
  border-top: 1px solid #c9c9c9;
}

.form__row dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.form__row__block {
  margin-bottom: 10px;
}

.form__button {
  margin-top: 30px;
}

.form__button input {
  border: none;
  margin: 0 auto;
  outline: none;
  width: 200px;
  font-size: 1.4rem;
}

.form__recaptcha {
  width: 304px;
  margin: 20px auto 0;
}

.form .wpcf7-select {
  font-size: 1.6rem;
}

.form .wpcf7-date {
  font-size: 1.6rem;
}

.form .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.form .wpcf7-text {
  font-size: 1.6rem;
  padding: 5px;
  border: 1px solid #ddd;
  width: 80%;
  -webkit-appearance: none;
}

.form .wpcf7-text.your-zip,.form .wpcf7-text.dest-zip {
  width: 40%;
  margin-left: 10px;
}

.form .wpcf7-textarea {
  font-size: 1.6rem;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-appearance: none;
}

.form .btn {
  -webkit-appearance: none;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 1.4rem;
}

.order__item {
  margin-bottom: 40px;
}

.order__number {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c9c9c9;
  font-size: 1.4rem;
}

.shipping-cost {
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  width: 100%;
  margin-bottom: 10px;
}

.shipping-cost th {
  font-weight: bold;
}

.shipping-cost th,.shipping-cost td {
  font-size: 1.4rem;
  border-top: 1px solid #c9c9c9;
}

.shipping-cost__fee {
  text-align: right;
  padding: 10px 0 10px 40px;
  white-space: nowrap;
}

.shipping-cost__area {
  padding: 10px 0 10px 0px;
}

.takeshita-prof {
  margin-bottom: 40px;
}

.takeshita-prof__photo {
  margin-bottom: 20px;
}

.takeshita-prof__name {
  font-weight: bold;
  margin-bottom: 10px;
}

.takeshita-biography {
  background: #eeeeee;
  padding: 20px;
}

.takeshita-biography__head {
  font-weight: bold;
  margin-bottom: 10px;
}

.takeshita-biography p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.takeshita-lecture__more {
  position: relative;
  display: block;
  margin: 28px auto 0;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  color: #E2C049;
  line-height: 1.33333;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.takeshita-lecture__more::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../img/icon_arrow_bottom_1.png) no-repeat;
  background-size: contain;
}

.takeshita-lecture__more:hover {
  opacity: .7;
}

.blog {
  margin-bottom: 50px;
}

.blog-body {
  margin-top: 40px;
}

.blog-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/ph_blog_top.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.blog-header a {
  color: #fff;
  text-decoration: none;
}

.blog-header__wrap {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-header__logo {
  width: 80px;
  height: auto;
  margin: 0 auto 25px;
}

.blog-header__head {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.blog-header--ichigoichie {
  background: url(../img/ph_ichigoichie_header.jpg) no-repeat #000;
  background-position: 65% center;
  background-size: cover;
}

.blog-main {
  margin-bottom: 30px;
}

.blog-main__head {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.blog-main__article {
  margin-bottom: 30px;
}

.blog-main__article a {
  text-decoration: none;
}

.blog-main__article a:hover {
  text-decoration: underline;
}

.blog-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-main__title {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.blog-main__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.blog-main__data time,.blog-main__data p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.3846;
}

.blog-main__data time + p {
  margin-left: 4px;
}

.blog-main__excerpt {
  margin-bottom: 7px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}

.blog-main__category {
  font-size: 1.3rem;
}

.blog-main__category a {
  color: #000;
  text-decoration: underline;
}

.blog-main__image {
  margin-bottom: 10px;
}

.blog-main__image img {
  width: 100%;
}

.blog-main__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
  border-top: 1px solid #c9c9c9;
}

.blog-main__pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-main__pager__item::after {
  content: '|';
  margin: 0 6px;
}

.blog-main__pager__item:first-child::before {
  content: '|';
  margin: 0 6px;
}

.blog-main__pager__item._current a {
  color: #E2C049;
}

.blog-main__pager__prev {
  margin-right: 18px;
}

.blog-main__pager__next {
  margin-left: 18px;
}

.blog-main__pager a {
  font-size: 1.8rem;
  line-height: 1.6;
  text-decoration: none;
}

.blog-main__pager a:hover {
  text-decoration: underline;
}

.blog-main__bnr-pc {
  margin-top: 60px;
  display: none;
}

.blog-main__bnr-sp {
  margin-top: 40px;
}

.blog-side__items {
  margin-bottom: 20px;
}

.blog-side__items:last-of-type {
  margin-bottom: 30px;
}

.blog-side__items a {
  color: #000;
  text-decoration: none;
}

.blog-side__items a:hover {
  text-decoration: underline;
}

.blog-side__heading {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.833333;
  border-bottom: 1px solid #c9c9c9;
}

.blog-side__category {
  margin-top: 4px;
}

.blog-side__category li a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  line-height: 2.14;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.blog-side__category li a::before {
  content: '-';
  margin-right: 4px;
}

.blog-side__category li a:hover {
  opacity: .7;
}

.blog-side__article {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.blog-side__article + .blog-side__article {
  margin-top: 10px;
}

.blog-side__article:last-of-type {
  margin-bottom: 10px;
}

.blog-side__article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-side__article__title {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.4;
}

.blog-side__article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.blog-side__article__data time,.blog-side__article__data p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.3846;
}

.blog-side__article__data time + p {
  margin-left: 4px;
}

.blog-side__article__image img {
  width: 100%;
}

.blog-side__bnr {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.blog-side__bnr:hover {
  opacity: .7;
}

.blog-side__bnr + .blog-side__bnr {
  margin-top: 30px;
}

.blog-side__bnr img {
  width: 100%;
}

.blog-single__head {
  font-size: 3.0rem;
  font-weight: bold;
  border-bottom:3px solid #D08D48;
	margin-top:20px;
}
.bg-date{
  margin: 1rem 0 3rem;
}
.blog-related {
  border-top: 1px solid #c9c9c9;
  margin-top: 60px;
  padding-top: 30px;
}

.blog-related__head {
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-related img {
  margin-bottom: 10px;
}

.blog-related__article {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.blog-related__article a {
  text-decoration: none;
}

.blog-related__article a:hover {
  text-decoration: underline;
}

.blog-related__article__title {
  font-weight: bold;
  font-size: 1.6rem;
}
.news-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/ph_news_top.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.news-header a {
  color: #fff;
  text-decoration: none;
}

.news-header__wrap {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-header__logo {
  width: 80px;
  height: auto;
  margin: 0 auto 25px;
}

.news-header__head {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.news-header--ichigoichie {
  background: url(../img/ph_ichigoichie_header.jpg) no-repeat #000;
  background-position: 65% center;
  background-size: cover;
}

.news-main {
  margin-bottom: 30px;
}

.news-main__head {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.news-main__article {
  margin-bottom: 30px;
}

.news-main__article a {
  text-decoration: none;
}

.news-main__article a:hover {
  text-decoration: underline;
}

.news-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-main__title {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.news-main__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.news-main__data time,.news-main__data p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.3846;
}

.news-main__data time + p {
  margin-left: 4px;
}

.news-main__excerpt {
  margin-bottom: 7px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}

.news-main__category {
  font-size: 1.3rem;
}

.news-main__category a {
  color: #000;
  text-decoration: underline;
}

.news-main__image {
  margin-bottom: 10px;
}

.news-main__image img {
  width: 100%;
}

.news-main__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
  border-top: 1px solid #c9c9c9;
}

.news-main__pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-main__pager__item::after {
  content: '|';
  margin: 0 6px;
}

.news-main__pager__item:first-child::before {
  content: '|';
  margin: 0 6px;
}

.news-main__pager__item._current a {
  color: #E2C049;
}

.news-main__pager__prev {
  margin-right: 18px;
}

.news-main__pager__next {
  margin-left: 18px;
}

.news-main__pager a {
  font-size: 1.8rem;
  line-height: 1.6;
  text-decoration: none;
}

.news-main__pager a:hover {
  text-decoration: underline;
}

.news-main__bnr-pc {
  margin-top: 60px;
  display: none;
}

.news-main__bnr-sp {
  margin-top: 40px;
}

.news-side__items {
  margin-bottom: 20px;
}

.news-side__items:last-of-type {
  margin-bottom: 30px;
}

.news-side__items a {
  color: #000;
  text-decoration: none;
}

.news-side__items a:hover {
  text-decoration: underline;
}

.news-side__heading {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.833333;
  border-bottom: 1px solid #c9c9c9;
}

.news-side__category {
  margin-top: 4px;
}

.news-side__category li a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  line-height: 2.14;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-side__category li a::before {
  content: '-';
  margin-right: 4px;
}

.news-side__category li a:hover {
  opacity: .7;
}

.news-side__article {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.news-side__article + .news-side__article {
  margin-top: 10px;
}

.news-side__article:last-of-type {
  margin-bottom: 10px;
}

.news-side__article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-side__article__title {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.4;
}

.news-side__article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.news-side__article__data time,.news-side__article__data p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.3846;
}

.news-side__article__data time + p {
  margin-left: 4px;
}

.news-side__article__image img {
  width: 100%;
}

.news-side__bnr {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-side__bnr:hover {
  opacity: .7;
}

.news-side__bnr + .news-side__bnr {
  margin-top: 30px;
}

.news-side__bnr img {
  width: 100%;
}

.news-single__head {
  font-size: 3.0rem;
  font-weight: bold;
  border-bottom:3px solid #D08D48;
    margin-top:20px;
}
.bg-date{
  margin: 1rem 0 3rem;
}
.news-related {
  border-top: 1px solid #c9c9c9;
  margin-top: 60px;
  padding-top: 30px;
}

.news-related__head {
  font-weight: bold;
  margin-bottom: 10px;
}

.news-related img {
  margin-bottom: 10px;
}

.news-related__article {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.news-related__article a {
  text-decoration: none;
}

.news-related__article a:hover {
  text-decoration: underline;
}

.news-related__article__title {
  font-weight: bold;
  font-size: 1.6rem;
}

.crop {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin: 0 auto;
}

.crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
}

.wp-pagenavi{
  text-align:center;
}
.wp-pagenavi a,.wp-pagenavi span {
  margin: 0 0.5rem;
}
.the_content {
  margin-bottom: 60px;
  line-height: 1.8;
}

.the_content:before,.the_content:after {
  content: "";
  display: table;
}

.the_content:after {
  clear: both;
}

.the_content img {
  margin: 2rem auto 4.5rem;
}

.the_content .alignleft {
  float: left;
  margin-right: 20px;
}

.the_content .alignright {
  float: right;
  margin-left: 20px;
}

.the_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.the_content a {
  text-decoration: underline;
}

.the_content a:hover {
  text-decoration: none;
}

.the_content img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.the_content .row > div {
  margin-bottom: 15px;
}

.the_content p + p,.the_content p + .row,.the_content .row + p {
  margin-top: 15px;
}

.sitemap {
  margin: 30px auto;
}

.sitemap__heading {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #097c25;
  line-height: 1.55556;
}

.sitemap__item {
  position: relative;
  padding-left: 1em;
}

.sitemap__item::before {
  content: '…';
  position: absolute;
  top: 0;
  left: 0;
}

.sitemap__item + .sitemap__item {
  margin-top: 12px;
}

.sitemap__item + .sitemap__item--child {
  margin-top: 6px;
}

.sitemap__item:last-of-type {
  margin-bottom: 30px;
}

.sitemap__item a {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.7142857;
  text-decoration: none;
}

.sitemap__item a:hover {
  opacity: .7;
}

.sitemap__item--child {
  padding-left: 13px;
}

.sitemap__item--child::before {
  content: '';
}

.sitemap__item--child a {
  font-size: 1.2rem;
  color: #000;
  line-height: 2;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.sitemap__item--child a:hover {
  opacity: .7;
}

.sitemap__bnr-pc {
  display: none;
}

.sitemap__bnr-sp {
  margin-top: 20px;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/* Slider */.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}/* Icons *//* Arrows */.slick-prev,.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}/* Dots */.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/* State *//* Theme */@font-face {
  font-family:"slick";src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal;
}

@media screen and (min-width: 576px) {
  .spbr {
    display: inline;
  }

  .heading-page__head--suika {
    letter-spacing: 0;
  }

  .table {
    width: 100%;
  }

  .table__th {
    white-space: nowrap;
  }

  .table-2 tr {
    padding: 0;
  }

  .table-2__td,.table-2__th {
    padding-top: 20px;
    padding-bottom: 20px;
    display: table-cell;
  }

  .table-2__th {
    margin-bottom: 0px;
  }

  .table-2__td {
    padding-left: 15px;
  }

  .home-message__manager__photo--sp {
    display: none;
  }

  .home-message__manager__photo--pc {
    display: block;
  }

  .home-message__manager__content {
    display: block;
    font-size: 1.6rem;
  }

  .home-message__manager__content__sign {
    display: block;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }

  .pc-only-2 {
    display: inline-block !important;
  }

  .sp-only {
    display: none !important;
  }

  .sp-only-2 {
    display: none !important;
  }

  body {
    padding-top: 97px;
  }

  .base-section {
    margin-bottom: 100px;
  }

  .heading-1__main {
    font-size: 3.6rem;
  }

  .heading-1__sub {
    font-size: 1.8rem;
  }

  .heading-2 {
    font-size: 3.0rem;
    padding-top: 40px;
  }

  .heading-page {
    height: 200px;
  }

  .heading-page__head {
    font-size: 4.8rem;
    padding-top: 50px;
  }

  .heading-page__parent {
    padding-top: 40px;
  }

  .heading-page-nomv {
    height: 200px;
  }

  .heading-page-nomv__head {
    font-size: 4.8rem;
    line-height: 200px;
  }

  .heading-page__parent + .heading-page__head {
    font-size: 4.8rem;
    padding-top: 0px;
  }

  .page-copy {
    font-size: 2.4rem;
    margin: 38px 0 90px;
  }

  .global-header {
    display: block;
  }

  .global-header-sp {
    display: none;
  }

  .breadcrumb {
    margin-top: 16px;
  }

  .breadcrumb span[typeof="ListItem"] {
    margin: 0 12px;
  }

  .footer1__copy {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }

  .footer1__nav {
    display: block;
  }

  .footer2__break {
    display: inline;
    font-size: inherit;
  }

  .home-mv__pc {
    display: block;
  }

  .home-mv__sp {
    display: none;
  }

  .home-mv__copy {
/*    width: 32.2%;*/
    width: 58%;
    top: 9.33%;
  }

  .home-mv__logo {
    width: 13.2%;
    max-width: 100%;
    bottom: 13.33%;
  }

  .home-message__manager {
    margin-bottom: 45px;
  }

  .home-message__manager__content {
    padding: 30px;
    font-size: 2rem;
  }

  .home-message__will__link {
    display: none;
  }

  .home-relief__img img {
    max-width: 100%;
  }

  .home-relief__head {
    font-size: 3.2rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .home-relief__data {
    padding-left: 0;
    padding-right: 0;
  }

  .home-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-news__head {
    margin-top: 21px;
    float: none;
  }

  .home-news__go-archive {
    float: none;
  }

  .home-product__suika__head {
    font-size: 3.4rem;
  }

  .home-blog__head {
    font-size: 3.6rem;
  }

  .home-info__left {
    height: 520px;
  }

  .home-info__right {
    height: 520px;
  }

  .staff:last-child {
    display: block;
  }

  #map {
    height: 500px;
  }

  .lineup-2__message1 {
    font-size: 3.0rem;
  }

  .lineup-2__message2 {
    font-size: 6.0rem;
  }

  .suika-pr__text__head img {
    margin-top: -80px;
    margin-left: 20px;
  }

  .suika-pr__text p {
    padding-left: 30px;
  }

  .method {
    margin-bottom: 200px;
    padding-bottom: 200px;
  }

  .method__foot {
    position: absolute;
    top: 85%;
    left: 50.3%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .method__img {
    width: 75%;
  }

  .takeshita-check {
    padding: 80px 30px;
  }

  .takeshita-check__copy {
    font-size: 7.0rem;
  }

  .takeshita-check__copy__strong {
    display: inline;
  }

  .flow__section:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #D08D48;
    position: absolute;
  }

  .flow__section:after {
    right: -13px;
    bottom: 40px;
  }

  .entry-info {
    padding: 45px 30px;
  }

  .entry-info__text-3 {
    font-size: 3.6rem;
  }

  .form__row dt {
    margin-bottom: 0;
  }

  .takeshita-biography {
    padding: 40px;
  }

  .blog {
    margin-bottom: 196px;
  }

  .blog-body {
    margin-top: 85px;
  }

  .blog-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-header__logo {
    width: 120px;
    height: 129px;
  }

  .blog-header__head {
    font-size: 4.0rem;
  }

  .blog-header--ichigoichie {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-main {
    margin-bottom: 0;
  }

  .blog-main__head {
    margin-bottom: 55px;
    font-size: 3.0rem;
  }

  .blog-main__article {
    margin-bottom: 60px;
  }

  .blog-main__title {
    margin-bottom: 12px;
  }

  .blog-main__excerpt {
    margin-bottom: 14px;
  }

  .blog-main__image {
    margin-bottom: 0;
  }

  .blog-main__pager {
    padding-top: 58px;
  }

  .blog-main__bnr-pc {
    display: block;
  }

  .blog-main__bnr-sp {
    display: none;
  }

  .blog-side__items {
    margin-bottom: 45px;
  }

  .blog-side__items:last-of-type {
    margin-bottom: 45px;
  }
  .news {
    margin-bottom: 196px;
  }

  .news-body {
    margin-top: 85px;
  }

  .news-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news-header__logo {
    width: 120px;
    height: 129px;
  }

  .news-header__head {
    font-size: 4.0rem;
  }

  .news-header--ichigoichie {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .news-main {
    margin-bottom: 0;
  }

  .news-main__head {
    margin-bottom: 55px;
    font-size: 3.0rem;
  }

  .news-main__article {
    margin-bottom: 60px;
  }

  .news-main__title {
    margin-bottom: 12px;
  }

  .news-main__excerpt {
    margin-bottom: 14px;
  }

  .news-main__image {
    margin-bottom: 0;
  }

  .news-main__pager {
    padding-top: 58px;
  }

  .news-main__bnr-pc {
    display: block;
  }

  .news-main__bnr-sp {
    display: none;
  }

  .news-side__items {
    margin-bottom: 45px;
  }

  .news-side__items:last-of-type {
    margin-bottom: 45px;
  }

  .sitemap {
    margin: 93px auto 327px;
  }

  .sitemap__heading {
    margin-bottom: 33px;
  }

  .sitemap__item + .sitemap__item {
    margin-top: 24px;
  }

  .sitemap__item + .sitemap__item--child {
    margin-top: 0;
  }

  .sitemap__item:last-of-type {
    margin-bottom: 0;
  }

  .sitemap__bnr-pc {
    display: block;
    max-width: 730px;
    margin: 48px auto;
  }

  .sitemap__bnr-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

/*  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }*/

  .col-md-2 {
    -ms-flex: 0 0 14.285714%;
    -webkit-box-flex: 0;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (max-width: 992px) {
  .ls_narrow {
    letter-spacing: -2px;
  }
}


@media screen and (min-width: 992px) {
  .global-header__menu__item {
/*    font-size: 1.6rem;*/
    font-size: 1.4rem;
  }

  .home-message__manager__content {
    font-size: 2.2rem;
    width: 38.7%;
    top: 40px;
    left: 40px;
  }

  .home-message__manager__content__sign {
    width: 50%;
  }

  .home-news__article__title {
    display: inline;
    margin-left: 20px;
  }

  .home-product__suika__data {
    padding: 0px 30px 0  60px;
  }

  .method__foot {
    top: 85%;
  }

  .sokuhai__section:after {
    right: -13px;
    bottom: 20px;
  }

  .sokuhai__section__head {
    font-size: 3.0rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 1200px) {
  .lineup__item {
    padding: 50px 60px;
  }

  .sokuhai {
    padding-top: 95px;
  }
}


/*▼BHW追記▼*/
.ev_txt {
	padding-left: 195px;
	padding-right: 195px;
	word-wrap: break-word;
}

.ev_txt a {
	word-wrap: break-word;
}

.ev_img {
	max-width: 380px;
}

.ev_list {
	overflow: hidden;
	padding-left: 195px;
	padding-right: 195px;
}

.ev_list dt {
	display: inline-block;
    float: left;
}

.ev_list dd {
	display: inline-block;
    float: left;
    padding-left: 45px;
}

.btn--fb {
    background: #4267b2;
    color: #fff;
}
.ev_bnr {
	margin: 30px auto 75px;
	text-align: center;
	max-width: 1110px;
}

.ev_bnr a {
	display: block;
	width: 100%;
	height: 100%;
}

.ev_bnr a:hover {
	opacity: 0.7;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.lrauto {
	margin-left: auto;
	margin-right: auto;
}

.youtube02 iframe {
  width: 100% !important;
  height: 100% !important;
}

.event_info_list {
	width: 100%;
}

.event_info_list dl {
	padding: 20px 150px;
}

.event_info_list dl dt {
	text-align: right;
	font-size: 16px;
	border-bottom: 1px dotted #999;
}

.event_info_list dl dt span {
	color: #E8464E;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.event_info_list dl dd {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
}

.event_info_list dl dd a {
	text-decoration: none;
	color: #666;
}

.eventbnr {
	max-width: 720px;
	margin: 0 auto 30px;
}

.event_youtube {
	max-width: 720px;
	height: 360px;
	margin: 0 auto 30px;
}

.top_catch_box {
	text-align: center;
	margin: 45px auto 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.top_catch01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.4;
	font-size: 2.2rem;
	padding-bottom: 15px;
}

.top_catch01 span {
	color: #E2C049;
}

.top_catch01 span.top_catch_large {
	font-size: 3.2rem;
}

.private_link_box {
	width: 505px;
	margin: 0 auto 50px;
}

.houjin_link_box {
	width: 505px;
	margin: 30px auto 0;
}

.customers-voice-txt {
	padding: 0 30px;
}

@media screen and (max-width: 768px) {
.ev_txt {
	padding-left: 2vw;
	padding-right: 2vw;
}
	
.ev_list {
	padding-left: 2vw;
	padding-right: 2vw;
}
	
.event_info_list {
	width: 100%;
}
	
.event_info_list dl {
	padding: 2vh 2vw;
}
	
.event_info_list dl dt {
	text-align: right;
	font-size: 2vw;
	border-bottom: 1px dotted #999;
}
	
.event_info_list dl dt span {
	color: #E8464E;
	font-size: 4vw;
	padding-left: 5px;
	padding-right: 5px;
}
	
.event_info_list dl dd {
	text-align: left;
	font-size: 3vw;
	padding-top: 1vh;
}
	
.event_info_list dl dd a {
	text-decoration: none;
	color: #666;
}
	
.event_youtube {
	height: 280px;
}

.home-mv__copy {
	width: 88%;
}

.top_catch_box {
	margin: 30px auto;
}

.top_catch01 {
	font-size: 2.0rem;
}

.top_catch01 span.top_catch_large {
	font-size: 3.0rem;
}

.private_link_box {
	width: 100%;
}

.houjin_link_box {
	width: 100%;
}

.customers-voice-txt {
	margin-top: 20px;
}

.s_mb0 {
  margin-bottom: 0!important;
}

}
/*▲BHW追記▲*/
/*▼ブログ用オリジナルブロックパーツ▼*/
.bgh2{
  padding: 0.4em 0.5em 0.4em 0.8em;
  margin-bottom: 3rem;
  color: #333;/*文字色*/
  background: #f9ebeb;/*背景色*/
  border-left: solid 5px #f17a7a;/*左線*/
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bgh3 {
  padding: 0.4em 0.5em 0.4em 0em;
  margin-bottom: 3rem;
  color: #f17a7a;/*文字色*/
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bgh3::before {
  content: '';
  display: inline-block;/*忘れずに！*/
  width: 24px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image: url(../img/hicon-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.bgh4 {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.bgh4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #f17a7a;
}

.bgh4:before {
  left:0;
}
.bg_list{
  margin-bottom: 3rem;
}
.bg_list li{
  position: relative;/*相対位置*/
  padding-left: 2.5em;
  padding-bottom: 1.3rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.bg_list li::before{
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f058";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.3em;/*サイズ*/
  font-weight: 900;
  left: 0.25em;
  top:-3px;
  color: #f17a7a; /*アイコン色*/
}
.bg_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  }
  
  .bg_table th,
  .bg_table td {
  border: 1px solid #ccc;
  padding: 20px;
  }
  
  .bg_table th {
  font-weight: bold;
  background-color: #ededed; 
  width: 25%;
  }
  .blockquote_editor{
    position: relative;
    padding: 30px 35px 30px 70px;
    margin-bottom: 3rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-style: italic;
    background: #ededed;
    color: #333;
    border-left: 4px solid #f17a7a;
  }
  .blockquote_editor > cite > a{
    color: #333;
  }
  .blockquote_editor::before{
    content: "";
    background-image: url(../img/blockquoteicon.png);
    display: inline-block;/*忘れずに！*/
    position: absolute;
    top:18px;
    left: 18px;
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .blockquote_editor::after{
    content: "";
    background-image: url(../img/blockquoteicon.png);
    transform: rotateZ(180deg);
    display: inline-block;/*忘れずに！*/
    position: absolute;
    bottom:18px;
    right: 18px;
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .bg_btn {
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(232, 70, 77);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.38);
    max-width: 45%;
    margin: 0 auto 3rem;
    padding: 1.5rem 3rem;
    text-align: center;
    font-weight: bold;
  }
  .bg_btn a{
    color: #fff;
    text-decoration:none;
  } 
  .bg_btn:hover{
    transition: .3s;
    opacity: 0.7;
}
  .highlighted-yellow {
    background: linear-gradient(transparent 60%, #fbf77f 0%);
    font-weight: bold;
    }
  .highlighted-lime {
    background: linear-gradient(transparent 60%, #c2fd82 0%);
    font-weight: bold;
    }
    a.icon-url{
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    font-weight: bold;
    text-decoration:none;
    color: #f28686!important;
  }
  a.icon-url::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #f28686;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  a.icon-url:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
  }
  .icon-url:before{
    content: "";
    background-image: url(../img/linkicon.png);
    display: inline-block;/*忘れずに！*/
    position: absolute;
    top:7px;
    left: 0;
    width: 16px;/*画像の幅*/
    height: 16px;/*画像の高さ*/
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }    
@media screen and (max-width: 768px) {
  .bgh2{
    font-size: 2rem;
  }
  .bg_table,
  .bg_table tbody,
  .bg_table tr,
  .bg_table td,
  .bg_table th {display:block;
  max-width: 100%;
width: 100%;
}
  .bg_table th {width:100%;}
  .bg_btn {
    max-width: 85%;
  }
  .slick-slide{
  }
  .home-product__item img{
    height: 130px;
    object-fit: cover;
  }
  

}
.blog-single a[rel="category tag"] {
  display: inline-block;
  font-size: 1.4rem;
  padding: 4px 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #D08D48;
  background-color: #fff;
  border: #D08D48 1px solid;
  transition: .4s;
  margin: 0 0.2rem 0.6rem 0;
}
.lang-select-page{
  display: flex;
  justify-content: center;
}
.lang-select-page > li:after{
  content: '|';
  margin: 0 10px;
}
.lang-select-page > li:last-child:after{
  content: '';
}
.lang-select-page > li a{
  text-decoration: underline;
}
ul.list-style-inside{
  list-style: inside;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  ul.list-style-inside{
    list-style: inside;
    padding-left: 0px;
  }
}  