@charset "UTF-8";
/*!
Theme Name: Hanadayori
Author: ACYP
Description: Hanadayori Theme
Text Domain: hanadayori

Hanadayori is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
------------------------------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
.side_order {
  display: none;
}

@media (min-width: 768px) {
  .side_order {
    display: block;
    background-color: #42851C;
    border-radius: 10px 0 0 10px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 149px;
    right: 0;
    z-index: 100;
  }
  .side_order a {
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 2.625rem 0 .875rem 0;
    letter-spacing: 2px;
    position: relative;
  }
  .side_order a::before {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    position: absolute;
    top: 1rem;
    left: 1px;
  }
}

@media (min-width: 992px) {
  .side_order {
    width: 40px;
    top: 161px;
  }
}

.side_sns {
  display: none;
}

@media (min-width: 768px) {
  .side_sns {
    display: block;
    position: fixed;
    right: 4px;
    top: 340px;
    z-index: 100;
  }
  .side_sns li {
    width: 30px;
    margin-bottom: 10px;
  }
  .side_sns a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
}

@media (min-width: 992px) {
  .side_sns {
    right: 8px;
  }
}

/* Navbar */
.navbar {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 1rem 0.25rem calc(1rem + 42px);
}

@media (min-width: 768px) {
  .navbar {
    padding: 0.75rem 1rem 0 1rem;
  }
}

.navbar-brand {
  line-height: 1;
  width: 80px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 120px;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav {
    width: 240px;
    margin: 2rem auto 0 auto;
  }
}

.navbar-expand-md .navbar-nav .nav-link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 500;
  letter-spacing: .01em;
  padding: 0.375rem 0;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link span span {
  font-size: 60%;
  padding-left: .5rem;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 1rem 1rem .75rem 1rem;
    margin-right: .625rem;
    margin-left: .625rem;
  }
  .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #42851C;
  }
  .navbar-expand-md .navbar-nav .nav-link span span {
    color: #707070;
    display: block;
    font-size: 68%;
    letter-spacing: .05em;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    margin-right: 1.375rem;
    margin-left: 1.375rem;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #856E1C;
  }
  .navbar-expand-md .navbar-nav .nav-link:hover span span {
    color: #856E1C;
  }
}

.navbar-expand-md .navbar-nav .nav-link:hover::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: -1.25rem;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link:hover::before {
    color: #856E1C;
    top: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .gnav06 .nav-link,
  .navbar-expand-md li:nth-child(6) .nav-link {
    color: #FFF;
    background: rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    display: block;
    border: 1px solid #FFF;
    border-radius: 6px;
    width: 100%;
    padding: .375rem 0 .375rem 4.25rem;
    margin: .5rem 0;
    position: relative;
  }
  .navbar-expand-md .gnav06 .nav-link::before,
  .navbar-expand-md li:nth-child(6) .nav-link::before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navbar-expand-md .gnav06 .nav-link:hover,
  .navbar-expand-md li:nth-child(6) .nav-link:hover {
    background: rgba(255, 255, 255, 0);
  }
  .navbar-expand-md .gnav06 .nav-link:hover::before,
  .navbar-expand-md li:nth-child(6) .nav-link:hover::before {
    font-size: 24px;
    font-size: 1.5rem;
    content: "\e909";
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .header_tel {
    width: 240px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .header_tel {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}

.navbar-expand-md .header_tel .number {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  -webkit-text-decoration-color: #FFF;
  text-decoration-color: #FFF;
  text-decoration: none;
  position: relative;
}

.navbar-expand-md .header_tel .number::before {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .navbar-expand-md .header_tel .number {
    color: #FFF;
    background: #850E10;
    white-space: nowrap;
    display: block;
    border: 1px solid #850E10;
    border-radius: 6px;
    width: 100%;
    padding: .375rem 0 .375rem 4.25rem;
    margin-bottom: .75rem;
  }
  .navbar-expand-md .header_tel .number a {
    color: #FFF;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .header_tel .number {
    font-size: 22px;
    font-size: 1.375rem;
    color: #850E10;
    padding: .375rem 0 .375rem 1.5rem;
  }
  .navbar-expand-md .header_tel .number::before {
    font-size: 22px;
    font-size: 1.375rem;
    top: 52%;
    left: 0;
  }
  .navbar-expand-md .header_tel .number a {
    color: #850E10;
  }
}

.navbar-expand-md .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-expand-md .sns li {
  width: 25px;
  margin-right: 2rem;
}

.navbar-expand-md .sns li:last-child {
  margin-top: 1px;
  margin-right: 0;
}

.navbar-expand-md .sns li:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .navbar-expand-md .sns {
    display: none;
  }
}

.dropdown-toggle::after {
  border: none;
}

@media (min-width: 768px) {
  .dropdown-toggle::after {
    color: #909090;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    top: 1.5rem;
    left: calc(50% + 48px);
  }
  .gnav04 .dropdown-toggle::after,
  li:nth-child(4) .dropdown-toggle::after {
    left: calc(50% + 35px);
  }
}

@media (max-width: 767.98px) {
  .dropdown-menu {
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: transparent;
    border: none;
    border-left: 1px solid #FFF;
    border-radius: 0;
    padding: 0;
    margin-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .dropdown-menu {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 6px;
    top: 150%;
  }
}

@media (min-width: 768px) {
  .dropdown-menu {
    /*fade_up*/
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    left: 1rem;
  }
}

.nav-item:hover .dropdown-menu {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: calc(100% - 4px);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

@media (min-width: 992px) {
  .nav-item:hover .dropdown-menu {
    left: 1rem;
  }
}

@media (max-width: 767.98px) {
  .dropdown-item {
    padding: 0.25rem .625rem;
    color: #FFF;
  }
}

@media (min-width: 768px) {
  .dropdown-item {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.25rem 1rem;
  }
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  background: rgba(255, 255, 255, 0.25);
}

@media (min-width: 768px) {
  .dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #856E1C;
  }
}

/* アニメーションなど */
@media (min-width: 768px) {
  .home .navbar-nav .gnav01 .nav-link,
  .about .navbar-nav .gnav02 .nav-link,
  .tax-gallery_cat .navbar-nav li:nth-child(3) .nav-link,
  .single-gallery .navbar-nav li:nth-child(3) .nav-link,
  .works .navbar-nav .gnav04 .nav-link,
  .category .navbar-nav li:nth-child(5) .nav-link,
  .single-post .navbar-nav li:nth-child(5) .nav-link,
  .order .navbar-nav .gnav06 .nav-link,
  .navbar-nav .active .nav-link {
    color: #856E1C;
  }
  .home .navbar-nav .gnav01 .nav-link span span,
  .about .navbar-nav .gnav02 .nav-link span span,
  .tax-gallery_cat .navbar-nav li:nth-child(3) .nav-link span span,
  .single-gallery .navbar-nav li:nth-child(3) .nav-link span span,
  .works .navbar-nav .gnav04 .nav-link span span,
  .category .navbar-nav li:nth-child(5) .nav-link span span,
  .single-post .navbar-nav li:nth-child(5) .nav-link span span,
  .order .navbar-nav .gnav06 .nav-link span span,
  .navbar-nav .active .nav-link span span {
    color: #856E1C;
  }
}

.home .navbar-nav .gnav01 .nav-link::before,
.about .navbar-nav .gnav02 .nav-link::before,
.tax-gallery_cat .navbar-nav li:nth-child(3) .nav-link::before,
.single-gallery .navbar-nav li:nth-child(3) .nav-link::before,
.works .navbar-nav .gnav04 .nav-link::before,
.category .navbar-nav li:nth-child(5) .nav-link::before,
.single-post .navbar-nav li:nth-child(5) .nav-link::before,
.order .navbar-nav .gnav06 .nav-link::before,
.navbar-nav .active .nav-link::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: -1.25rem;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media (min-width: 768px) {
  .home .navbar-nav .gnav01 .nav-link::before,
  .about .navbar-nav .gnav02 .nav-link::before,
  .tax-gallery_cat .navbar-nav li:nth-child(3) .nav-link::before,
  .single-gallery .navbar-nav li:nth-child(3) .nav-link::before,
  .works .navbar-nav .gnav04 .nav-link::before,
  .category .navbar-nav li:nth-child(5) .nav-link::before,
  .single-post .navbar-nav li:nth-child(5) .nav-link::before,
  .order .navbar-nav .gnav06 .nav-link::before,
  .navbar-nav .active .nav-link::before {
    color: #856E1C;
    top: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* Navbar Offcanvas */
html,
body {
  overflow-x: hidden;
  /* 狭いデバイスでのスクロールを防止 */
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    z-index: 1040;
    overflow-y: auto;
    visibility: hidden;
    background-color: #42851C;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .navbar-toggler {
    background-color: transparent;
    padding: 20px 6px;
    border: none;
    border-radius: 0;
    z-index: 1050;
  }
}

.icon-bar {
  position: relative;
  display: block;
  width: 1.5em;
  height: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #707070;
}

.icon-bar::before, .icon-bar::after {
  width: 1.5em;
  height: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #707070;
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}

.icon-bar::after {
  top: 10px;
}

.navbar-toggler.active .icon-bar {
  background-color: transparent;
}

.navbar-toggler.active .icon-bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #FFF;
}

.navbar-toggler.active .icon-bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #FFF;
}

/* Image
-------------------------------------------------------------- */
.hero {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .hero {
    padding-right: 40px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .hero {
    padding-right: 50px;
  }
}

.hero .slide_img {
  border-radius: 0 30px 30px 0;
  background-position: right center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 110px);
  max-height: 740px;
  min-height: 400px;
  position: relative;
}

@media (min-width: 768px) {
  .hero .slide_img {
    border-radius: 0 60px 60px 0;
    padding-bottom: calc(100%*980/1920);
    height: 0;
    min-height: none;
  }
}

@media (min-width: 1500px) {
  .hero .slide_img {
    height: 740px;
    padding-bottom: 0;
  }
}

.hero .slide01 {
  background-image: url(img/hero/top_img1.jpg);
}

@media (min-width: 768px) {
  .hero .slide01 {
    background-image: url(img/hero/top_img_md1.jpg);
  }
}

.hero .slide02 {
  background-image: url(img/hero/top_img2.jpg);
}

@media (min-width: 768px) {
  .hero .slide02 {
    background-image: url(img/hero/top_img_md2.jpg);
  }
}

.hero .hero_text {
  position: absolute;
  top: 8%;
  left: 10%;
}

@media (min-width: 768px) {
  .hero .hero_text {
    top: 10%;
    left: 8%;
  }
}

@media (min-width: 992px) {
  .hero .hero_text {
    left: 10%;
  }
}

@media (min-width: 1200px) {
  .hero .hero_text {
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 300px));
    -ms-transform: translateX(calc(-50% - 300px));
    transform: translateX(calc(-50% - 300px));
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  margin-left: auto;
  margin-right: auto;
}

.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 Customize */
.slick-loading .slick-list {
  background: #fff url("img/hero/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  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: rgba(255, 255, 255, 0);
  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.4;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 44px;
    width: 44px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.slick-prev {
  z-index: 1;
  left: 0px;
}

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

.slick-prev:before {
  content: "\e901";
  opacity: .5;
}

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

.slick-next {
  right: 0px;
}

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

.slick-next:before {
  content: "\e902";
  opacity: .5;
}

[dir="rtl"] .slick-next:before {
  content: "\e902";
}

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

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

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  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: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #42851C;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #42851C;
  opacity: 0.9;
}

/* lazyLoad ロード時に一瞬縦並びになる対策*/
.slider {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.slider.slick-initialized {
  opacity: 1;
}

/* Chrome UI */
.slick-slider * {
  outline: none !important;
}

.ttl {
  position: relative;
}

.ttl .entry-header {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .ttl .entry-header {
    top: 110px;
  }
}

.ttl .entry-header h1 {
  padding-left: 8px;
}

@media (min-width: 768px) {
  .ttl .entry-header h1 {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .ttl .entry-header h1 {
    padding-left: 25px;
  }
}

.ttl .col-lg-9 {
  position: static;
}

.ttl_container {
  padding-right: 15px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ttl_container {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .ttl_container {
    padding-right: 50px;
  }
}

.ttl_container div,
.ttl_container .page-header {
  border-radius: 0 30px 30px 0;
  background-image: url(img/ttl/ttl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .ttl_container div,
  .ttl_container .page-header {
    border-radius: 0 60px 60px 0;
    height: 300px;
  }
}

.about .ttl_container div, .about
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_about.jpg);
}

.gallery .ttl_container div, .gallery
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_gallery.jpg);
}

.shop .ttl_container div, .shop
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_shop.jpg);
}

.green .ttl_container div, .green
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_green.jpg);
}

.pet .ttl_container div, .pet
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_pet.jpg);
}

.arrangement .ttl_container div, .arrangement
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_arrangement.jpg);
}

.blog .ttl_container div,
.archive .ttl_container div,
.single-post .ttl_container div, .blog
.ttl_container .page-header,
.archive
.ttl_container .page-header,
.single-post
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_news.jpg);
  border-radius: 0 30px 30px 0;
  height: 120px;
}

@media (min-width: 768px) {
  .blog .ttl_container div,
  .archive .ttl_container div,
  .single-post .ttl_container div, .blog
  .ttl_container .page-header,
  .archive
  .ttl_container .page-header,
  .single-post
  .ttl_container .page-header {
    height: 160px;
  }
}

.post-type-archive-gallery .ttl_container div,
.tax-gallery_cat .ttl_container div,
.tax-gallery_tag .ttl_container div,
.single-gallery .ttl_container div, .post-type-archive-gallery
.ttl_container .page-header,
.tax-gallery_cat
.ttl_container .page-header,
.tax-gallery_tag
.ttl_container .page-header,
.single-gallery
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_gallery.jpg);
  border-radius: 0 30px 30px 0;
  height: 120px;
}

@media (min-width: 768px) {
  .post-type-archive-gallery .ttl_container div,
  .tax-gallery_cat .ttl_container div,
  .tax-gallery_tag .ttl_container div,
  .single-gallery .ttl_container div, .post-type-archive-gallery
  .ttl_container .page-header,
  .tax-gallery_cat
  .ttl_container .page-header,
  .tax-gallery_tag
  .ttl_container .page-header,
  .single-gallery
  .ttl_container .page-header {
    height: 160px;
  }
}

.category-green-business .ttl_container div,
.green-business .ttl_container div, .category-green-business
.ttl_container .page-header,
.green-business
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_green.jpg);
}

.category-arrangement-class .ttl_container div,
.arrangement-class .ttl_container div, .category-arrangement-class
.ttl_container .page-header,
.arrangement-class
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_arrangement.jpg);
}

.search .ttl_container div, .search
.ttl_container .page-header {
  background-image: url(img/ttl/ttl_search.jpg);
}

.ttl_container .page-header h1, .ttl_container .page-header p {
  padding-left: 16px;
}

@media (min-width: 768px) {
  .ttl_container .page-header h1, .ttl_container .page-header p {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .ttl_container .page-header h1, .ttl_container .page-header p {
    padding-left: 50px;
  }
}

/* Content
-------------------------------------------------------------- */
/* Typography ------------------- */
.hero h2 {
  color: #42851C;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.5), -1px 1px 8px rgba(255, 255, 255, 0.5), 1px -1px 8px rgba(255, 255, 255, 0.5), -1px -1px 8px rgba(255, 255, 255, 0.5);
  letter-spacing: .075em;
  font-size: 9vw;
}

@media (min-width: 576px) {
  .hero h2 {
    font-size: 6vw;
  }
}

@media (min-width: 768px) {
  .hero h2 {
    color: #42851C;
    font-size: 4vw;
  }
}

@media (min-width: 992px) {
  .hero h2 {
    letter-spacing: 3px;
  }
}

@media (min-width: 1200px) {
  .hero h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

.hero h2.text-white {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px 1px 3px rgba(0, 0, 0, 0.1), 1px -1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.ttl_container {
  position: relative;
}

.ttl_container .page_title {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05), -1px 1px 3px rgba(0, 0, 0, 0.05), 1px -1px 3px rgba(0, 0, 0, 0.05), -1px -1px 3px rgba(0, 0, 0, 0.05);
  letter-spacing: .075em;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ttl_container .page_title span {
  font-size: 60%;
  letter-spacing: .025em;
  display: block;
}

#content h2.doubl_asterisk {
  color: #856E1C;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

@media (min-width: 360px) {
  #content h2.doubl_asterisk {
    letter-spacing: .1em;
  }
}

#content h2.doubl_asterisk::before, #content h2.doubl_asterisk::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908　\e908";
  color: rgba(133, 110, 28, 0.3);
  font-size: 60%;
}

#content h2.doubl_asterisk::before {
  margin-top: 2px;
  margin-right: .75rem;
}

@media (min-width: 360px) {
  #content h2.doubl_asterisk::before {
    margin-right: 1rem;
  }
}

@media (min-width: 480px) {
  #content h2.doubl_asterisk::before {
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  #content h2.doubl_asterisk::before {
    margin-right: 1.625rem;
  }
}

#content h2.doubl_asterisk::after {
  margin-top: 2px;
  margin-left: .75rem;
}

@media (min-width: 360px) {
  #content h2.doubl_asterisk::after {
    margin-left: 1rem;
  }
}

@media (min-width: 480px) {
  #content h2.doubl_asterisk::after {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  #content h2.doubl_asterisk::after {
    margin-left: 1.625rem;
  }
}

.home #content h2.doubl_asterisk {
  font-family: 'Noto Serif', serif;
}

@media (max-width: 359.98px) {
  #content h2.doubl_asterisk_long::before, #content h2.doubl_asterisk_long::after {
    content: "\e908";
  }
}

#content h3 {
  letter-spacing: .05em;
}

#content .bottom_enji_line {
  border-bottom: 3px solid #850E10;
  padding: .25em 0;
}

@media (min-width: 1200px) {
  .home #content .bottom_enji_line {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#content .bottom_enji_block {
  padding-bottom: .75rem;
  margin-bottom: 1.5rem;
  position: relative;
}

#content .bottom_enji_block::before {
  content: "";
  width: 2em;
  height: 4px;
  background-color: #850E10;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#content .bottom_enji_block_center {
  text-align: center;
  padding-bottom: .75rem;
  margin-bottom: 1.5rem;
  position: relative;
}

#content .bottom_enji_block_center::before {
  content: "";
  width: 2em;
  height: 4px;
  border-radius: 2px;
  background-color: #850E10;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#content .two_colour_line {
  padding-bottom: .5rem;
  position: relative;
}

#content .two_colour_line::before {
  content: "";
  width: 4em;
  height: 3px;
  background-color: #42851C;
  position: absolute;
  left: 0;
  bottom: 0;
}

#content .two_colour_line::after {
  content: "";
  width: calc(100% - 4.125em);
  height: 3px;
  background-color: rgba(133, 110, 28, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
}

#content .news_box h3,
#content .blog_box h3 {
  clear: none;
  margin: 0 0 .25rem 0;
}

#content .news_box h3 .cat_label,
#content .blog_box h3 .cat_label {
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #42851C;
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: .25rem;
}

@media (min-width: 768px) {
  #content .news_box h3 .cat_label,
  #content .blog_box h3 .cat_label {
    margin-right: .75rem;
  }
}

#content .news_box p,
#content .blog_box p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

#content .news_box p.date,
#content .blog_box p.date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  margin: .5rem 0;
}

#content p {
  letter-spacing: .01em;
  line-height: 2;
}

#content p.p_lead {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (min-width: 768px) {
  #content p.p_lead {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 992px) {
  #content p.p_lead {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media (min-width: 1200px) {
  #content p.p_lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#content p.note_line {
  font-weight: 400;
  line-height: 40px;
  background-image: url(img/common/note_line.png);
  background-repeat: repeat;
  background-position: left top;
  padding: 2px 1rem 1rem 1.5rem;
}

#content p.text_large {
  line-height: 1.8;
}

@media (min-width: 768px) {
  #content p.text_large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#content p.p_justify {
  text-align: justify;
}

#content p.line_height_narrow {
  line-height: 1.2;
}

#content p.line_height_normal {
  line-height: 1.4;
}

#content p.line_height_wide {
  line-height: 1.6;
}

#content p.text-small {
  font-size: 15px !important;
}

#content p.triangle_down {
  padding-left: 1.25em;
  position: relative;
}

#content p.triangle_down::before {
  font-size: 120%;
  color: #42851C;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

#content p span.number {
  position: relative;
  padding-left: 1.4em;
}

#content p span.number:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #42851C;
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.45em;
}

#content .tel_fax p {
  color: #FFF;
  letter-spacing: .1em;
  line-height: 1.2;
  padding-bottom: .25rem;
}

#content .tel_fax p .tf {
  font-size: 65%;
}

#content .tel_fax p .number {
  -webkit-text-decoration-color: #850E10;
  text-decoration-color: #850E10;
  text-decoration: none;
}

#content .tel_fax p .number:before {
  color: #FFF;
}

#content .tel_fax a {
  color: #FFF;
}

#content .noto_serif {
  font-family: 'Noto Serif', serif;
}

/* List ------------------- */
ul.circle {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 2rem;
}

ul.circle li {
  font-weight: 400;
  margin-bottom: .75em;
}

ul.circle li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: rgba(133, 110, 28, 0.5);
  margin-right: 0.2em;
  vertical-align: -0.075em;
}

ul.circle_mini, .single .entry-content ul {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 2rem;
}

ul.circle_mini li, .single .entry-content ul li {
  font-weight: 400;
  margin-bottom: .75em;
}

ul.circle_mini li::before, .single .entry-content ul li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: rgba(133, 110, 28, 0.5);
  margin-right: 0.2em;
  vertical-align: -0.075em;
}

ul.asterisk {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 2rem;
}

ul.asterisk li {
  font-weight: 400;
  margin-bottom: .75em;
}

ul.asterisk li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: rgba(133, 110, 28, 0.5);
  margin-right: 0.2em;
  vertical-align: -0.075em;
}

ol {
  padding-left: 1.5rem;
}

ol li {
  line-height: 1.6;
  margin-bottom: .75em;
}

ol li:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  margin: .5rem 0;
}

.breadcrumb ol {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .breadcrumb ol {
    padding-left: 2rem;
  }
}

.breadcrumb ol li {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline;
}

.breadcrumb ol li:not(:last-of-type)::after {
  color: #707070;
  content: ">";
  padding: 0 0.25em;
}

.breadcrumb ol li a {
  color: #707070;
}

.breadcrumb ol li a:hover {
  color: #42851C;
}

.breadcrumb ol li span span {
  padding-left: .5rem;
}

/* Button ------------------- */
.btn-outline-secondary {
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #CCC;
}

.btn_angle_right {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: .625rem 3.75rem .625rem 2rem;
}

.btn_angle_right::after {
  font-size: 24px;
  font-size: 1.5rem;
  color: #42851C;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.btn_angle_right:hover, .btn_angle_right:focus, .btn_angle_right.focus {
  color: #FFF;
  background-color: #42851C;
  border-color: #42851C;
}

.btn_angle_right:hover::after, .btn_angle_right:focus::after, .btn_angle_right.focus::after {
  color: #FFF;
}

.btn_bottom_order {
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
  letter-spacing: .1em;
  border-radius: 0 30px 0 0;
  width: 100%;
  height: 80px;
  padding-left: 2.5em;
  margin: 0 auto 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.btn_bottom_order::before {
  font-size: 120%;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-4.25em, -50%);
  -ms-transform: translate(-4.25em, -50%);
  transform: translate(-4.25em, -50%);
}

@media (min-width: 768px) {
  .btn_bottom_order {
    font-size: 26px;
    font-size: 1.625rem;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .btn_bottom_order {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.btn-link {
  padding: 0;
  text-decoration: none !important;
}

.btn-link::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #850E10;
  margin-right: 0.2em;
  vertical-align: -0.075em;
}

.btn-link:hover {
  color: #850E10;
}

/* Table ------------------- */
table th,
table td {
  line-height: 1.6;
  padding: 10px;
}

table th {
  font-weight: 400;
  white-space: nowrap;
}

/* normal */
.table_normal th {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}

.table_normal td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

@media (min-width: 992px) {
  .table_normal th,
  .table_normal td {
    padding: 1rem .75rem;
  }
}

/* vertical */
.table_vertical th {
  display: block;
  text-align: left;
  border: 1px solid #CCC;
  border-bottom: none;
  background-color: #FAFAFA;
}

.table_vertical td {
  display: block;
  border: 1px solid #CCC;
  border-bottom: none;
}

.table_vertical tr:last-child td {
  border-bottom: 1px solid #CCC;
}

@media (min-width: 768px) {
  .table_vertical th,
  .table_vertical td {
    display: table-cell;
    border: 1px solid #CCC;
  }
}

/* table_vertical_horizontal_line */
.table_vertical_horizontal_line th {
  display: block;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #CCC;
  padding-bottom: 0;
}

.table_vertical_horizontal_line td {
  display: block;
  padding-top: .25rem;
}

.table_vertical_horizontal_line tr:last-child td {
  border-bottom: 1px solid #CCC;
}

@media (min-width: 768px) {
  .table_vertical_horizontal_line th,
  .table_vertical_horizontal_line td {
    display: table-cell;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
}

/* home table */
.table_shop th {
  width: 5rem;
  padding-right: 0;
}

@media (min-width: 992px) {
  .table_shop th {
    width: 6rem;
  }
}

.table_shop td {
  padding-right: 0;
}

.table_shop .shop_name {
  color: #42851C;
  letter-spacing: .15em;
  vertical-align: middle;
  padding-bottom: .75rem;
}

/* green table */
.green .table_vertical {
  margin-bottom: .5rem;
}

@media (min-width: 768px) {
  .green .table_vertical th {
    width: 12rem;
  }
  .green .table_vertical th,
  .green .table_vertical td {
    padding: .75rem 1rem;
  }
}

@media (min-width: 992px) {
  .green .table_vertical th {
    width: 15rem;
  }
}

.green .table_vertical .text-note {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

/* Image ------------------- */
figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  text-align: center;
}

.max_width {
  max-width: 320px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max_width {
    max-width: none;
  }
}

.max_width_float {
  max-width: 320px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max_width_float {
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .max_width_float {
    max-width: 380px;
  }
}

.max_width_vertical {
  max-width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .max_width_vertical {
    max-width: none;
  }
}

.max_width_vertical_float {
  max-width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .max_width_vertical_float {
    max-width: 210px;
  }
}

@media (min-width: 992px) {
  .max_width_vertical_float {
    max-width: 280px;
  }
}

.rounded_gallery {
  border-radius: 0 30px 0 0;
}

.rounded_leaf {
  border-radius: 0 30px 0 30px;
}

/* Animation ------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slick-slide .hero_text {
  opacity: 0;
}

.slick-active .hero_text {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.delighter.right {
  -webkit-transform: translate(-30px);
  -ms-transform: translate(-30px);
  transform: translate(-30px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(30px);
  -ms-transform: translate(30px);
  transform: translate(30px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(20px);
  -ms-transform: translatey(20px);
  transform: translatey(20px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom_slow {
  -webkit-transform: translatey(30px);
  -ms-transform: translatey(30px);
  transform: translatey(30px);
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.delighter.bottom_slow.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

/* Content etc. ------------------- */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section .container p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.bg_lead {
  background-image: url(img/top/bg_lead_sp.svg);
  background-repeat: no-repeat;
  background-position: right 5% bottom 20px;
  background-size: auto 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .bg_lead {
    background-size: auto 60%;
  }
}

@media (min-width: 768px) {
  .bg_lead {
    background-image: url(img/top/bg_lead_l.svg), url(img/top/bg_lead_r.svg);
    background-position: left calc(50% - 360px) center, right calc(50% - 360px) center;
    background-size: auto 50%;
  }
}

@media (min-width: 992px) {
  .bg_lead {
    background-position: left calc(50% - 460px) center, right calc(50% - 460px) center;
    background-size: auto 60%;
  }
}

@media (min-width: 1200px) {
  .bg_lead {
    background-position: left calc(50% - 530px) center, right calc(50% - 520px) center;
  }
}

.bg_green_lead {
  background-color: #F0F5ED;
  mix-blend-mode: multiply;
  border-radius: 30px;
  padding: 2rem;
}

@media (min-width: 768px) {
  .bg_green_lead {
    border-radius: 100vh;
    padding: 3rem 0;
  }
}

.works1,
.works2,
.works3,
.works4 {
  padding-top: calc(80%*620/1200);
  margin-bottom: 1rem;
  position: relative;
}

.works1::before,
.works2::before,
.works3::before,
.works4::before {
  border-radius: 0 30px 0 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 15px;
  background-image: url(img/top/works01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 576px) {
  .works1::before,
  .works2::before,
  .works3::before,
  .works4::before {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .works1::before,
  .works2::before,
  .works3::before,
  .works4::before {
    background-position: center center;
  }
}

@media (min-width: 360px) {
  .works1,
  .works2,
  .works3,
  .works4 {
    padding-top: calc(85%*620/1200);
  }
}

@media (min-width: 768px) {
  .works1,
  .works2,
  .works3,
  .works4 {
    padding-top: 60px;
    margin-bottom: 4rem;
  }
  .works1::before,
  .works2::before,
  .works3::before,
  .works4::before {
    border-radius: 0 60px 0 0;
    right: 40%;
    background-size: cover;
  }
}

.works1 .border_box,
.works2 .border_box,
.works3 .border_box,
.works4 .border_box {
  border: 1px solid #EEE;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
  .works1 .border_box,
  .works2 .border_box,
  .works3 .border_box,
  .works4 .border_box {
    padding: 30px 20px 20px 20px;
  }
}

@media (min-width: 992px) {
  .works1 .border_box,
  .works2 .border_box,
  .works3 .border_box,
  .works4 .border_box {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .works1 .border_box,
  .works2 .border_box,
  .works3 .border_box,
  .works4 .border_box {
    margin-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .works1 .border_box,
  .works2 .border_box,
  .works3 .border_box,
  .works4 .border_box {
    margin-bottom: 100px;
  }
}

.works2::before,
.works4::before {
  border-radius: 30px 0 0 0;
  left: 15px;
  right: 0;
}

@media (min-width: 576px) {
  .works2::before,
  .works4::before {
    left: 20px;
  }
}

@media (min-width: 768px) {
  .works2,
  .works4 {
    padding-top: 60px;
    margin-bottom: 4rem;
  }
  .works2::before,
  .works4::before {
    border-radius: 60px 0 0 0;
    left: 40%;
  }
}

.works2::before {
  background-image: url(img/top/works02.jpg);
}

@media (min-width: 768px) {
  .works2::before {
    background-position: center bottom;
  }
}

.works3::before {
  background-image: url(img/top/works03.jpg);
}

@media (min-width: 768px) {
  .works3::before {
    background-position: center top;
  }
}

.works4::before {
  background-image: url(img/top/works04.jpg);
}

.bg_news {
  background-image: url(img/top/bg_news.jpg);
  background-size: cover;
  background-position: center top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.bg_news::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bg_news .btn {
  z-index: 2;
}

.bg_left_side {
  background-color: #F9F8F4;
  border-radius: 0 30px 30px 0;
  padding: 2rem 0;
  margin-right: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .bg_left_side {
    padding-right: 0;
    padding-left: 50px;
    margin-right: 50px;
    margin-bottom: 2rem;
  }
}

.bg_right_side {
  background-color: #F9F8F4;
  border-radius: 30px 0 0 30px;
  padding: 2rem 0;
  margin-left: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .bg_right_side {
    padding-left: 0;
    padding-right: 50px;
    margin-left: 50px;
    margin-bottom: 2rem;
  }
}

.bg_left_side .container,
.bg_right_side .container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 360px) {
  .bg_left_side .container,
  .bg_right_side .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .bg_left_side .container,
  .bg_right_side .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.bg_green {
  background-color: #F0F5ED;
}

.bg_beige {
  background-color: #F9F8F4;
}

.bg_leaf_left .container,
.bg_leaf_right .container {
  padding-top: 2rem;
  position: relative;
}

@media (min-width: 768px) {
  .bg_leaf_left .container,
  .bg_leaf_right .container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

.bg_leaf_left .container::before,
.bg_leaf_right .container::before {
  content: '';
  background-color: #F0F5ED;
  border-radius: 0 30px;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 200px;
  z-index: -1;
}

@media (min-width: 768px) {
  .bg_leaf_left .container::before,
  .bg_leaf_right .container::before {
    border-radius: 0 60px;
    right: 25%;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .bg_leaf_left .container .row [class*="col-"]:last-child,
  .bg_leaf_right .container .row [class*="col-"]:last-child {
    padding-left: 30px;
    padding-right: 0;
  }
}

.bg_leaf_left .container .inner,
.bg_leaf_right .container .inner {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .bg_leaf_left .container .inner,
  .bg_leaf_right .container .inner {
    padding-left: 3rem;
    padding-bottom: 2rem;
  }
}

.bg_leaf_left .container figure,
.bg_leaf_right .container figure {
  margin-top: 2rem;
}

.bg_leaf_left .container figure img,
.bg_leaf_right .container figure img {
  border-radius: 30px 0 0 0;
}

@media (min-width: 768px) {
  .bg_leaf_left .container figure img,
  .bg_leaf_right .container figure img {
    border-radius: 0 30px;
  }
}

@media (min-width: 768px) {
  .bg_leaf_right .container::before {
    left: 25%;
    right: 15px;
  }
}

@media (min-width: 768px) {
  .bg_leaf_right .container .inner {
    padding-left: 20px;
    padding-right: 3rem;
  }
}

.border_box {
  border: 1px solid #CCC;
  padding: 15px;
  margin-bottom: 2rem;
}

.border_box p:last-child,
.border_box ul:last-child,
.border_box figure {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .border_box {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .border_box {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .border_box {
    padding: 30px;
  }
}

.link_box {
  position: relative;
}

.link_box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.link_box a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.link_box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

#content {
  margin-bottom: 2rem;
}

.home #content {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #content .container_narrow,
  #content .container {
    max-width: 960px;
  }
}

/* Top */
@media (min-width: 992px) {
  #content .bg_news .container {
    max-width: 720px;
  }
}

/* Page */
.map {
  height: 350px;
}

/* Order */
.foot_order {
  display: none;
}

@media (min-width: 768px) {
  .foot_order {
    display: block;
  }
  .foot_order .tel_fax,
  .foot_order .btn_bottom_order {
    margin-bottom: .5rem;
  }
  .foot_order p {
    padding-top: .5rem;
  }
}

.tel_fax {
  background-color: #850E10;
  border-radius: 0 30px 0 0;
  text-align: center;
  width: 100%;
  height: 80px;
  margin: 0 auto 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .tel_fax {
    height: 100px;
  }
}

.news_box,
.blog_box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  z-index: 2;
}

@media (min-width: 768px) {
  .news_box,
  .blog_box {
    margin-bottom: 30px;
  }
}

.news_box figure,
.blog_box figure {
  border-radius: 6px;
  width: 100px;
  float: left;
  margin: 0 .75rem .25rem 0;
}

@media (min-width: 576px) {
  .news_box figure,
  .blog_box figure {
    width: 120px;
    margin: 0 1rem 0 0;
  }
}

.news_box figure img,
.blog_box figure img {
  border-radius: 6px;
  margin-bottom: 0;
}

.blog .news_box,
.archive .news_box,
.green .news_box,
.arrangement .news_box, .blog
.blog_box,
.archive
.blog_box,
.green
.blog_box,
.arrangement
.blog_box {
  border: 1px solid rgba(133, 110, 28, 0.3);
}

.blog .news_box:hover,
.archive .news_box:hover,
.green .news_box:hover,
.arrangement .news_box:hover, .blog
.blog_box:hover,
.archive
.blog_box:hover,
.green
.blog_box:hover,
.arrangement
.blog_box:hover {
  background-color: rgba(133, 110, 28, 0.1);
}

.green .news_box,
.arrangement .news_box, .green
.blog_box,
.arrangement
.blog_box {
  margin-bottom: 20px;
}

.gallery_box {
  position: relative;
  margin-bottom: 20px;
}

.gallery_box figure {
  border: 1px solid rgba(133, 110, 28, 0.3);
  border-radius: 0 30px 0 0;
  margin-bottom: 0;
  overflow: hidden;
  will-change: transform;
}

.gallery_box figure img {
  margin-bottom: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.gallery_box:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.gallery_box .cat_label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1 !important;
  color: #FFF;
  background: #856E1C;
  padding: .4em .75em .5em .75em;
  margin: 0;
  position: absolute;
  left: -10px;
  bottom: 10px;
  z-index: 1;
}

@media (max-width: 359.98px) {
  .gallery_box .cat_label {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .gallery_cat-hair-parts .gallery_box .cat_label {
    padding: .4em .25em .5em .25em;
  }
}

/* Form
-------------------------------------------------------------- */
/* page_top
-------------------------------------------------------------- */
.page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  background: #707070;
  opacity: .7;
  border-radius: 50%;
  z-index: 100;
}

@media (min-width: 768px) {
  .page_top {
    right: 10px;
    bottom: 20px;
  }
}

.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.page_top a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* Footer
-------------------------------------------------------------- */
.footer_container {
  background-color: #42851C;
  padding: 2rem 0 1rem 0;
}

@media (min-width: 480px) {
  .footer_container {
    padding: 2rem 30px 1rem 30px;
  }
}

@media (min-width: 768px) {
  .footer_container {
    padding: 2rem 0 1rem 0;
  }
}

@media (max-width: 767.98px) {
  .home .footer_container {
    padding-bottom: 50px;
  }
}

.footer_container .row {
  margin-right: -10px;
  margin-left: -10px;
}

.footer_container .row > .col,
.footer_container .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.footer_container .footer_logo {
  display: block;
  width: 110px;
  margin: 2rem auto 1rem auto;
}

@media (min-width: 480px) {
  .footer_container .footer_logo {
    margin: .5rem auto 1rem 0;
  }
}

@media (min-width: 768px) {
  .footer_container .footer_logo {
    max-width: 120px;
    margin: .5rem 0 1rem auto;
  }
}

.footer_container .sns li {
  width: 26px;
  margin-right: 1rem;
}

.footer_container .sns li:last-child {
  margin-top: 1px;
  margin-right: 0;
}

.footer_container .sns li:hover {
  opacity: .8;
}

.footer_nav {
  color: #FFF;
  width: 13rem;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .footer_nav {
    width: auto;
  }
}

.footer_nav li {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: .25em;
  padding-bottom: .25em;
}

@media (min-width: 768px) {
  .footer_nav li {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}

.footer_nav li span {
  font-size: 70%;
  padding-left: .5rem;
}

.footer_nav li ul {
  border-left: 1px solid #FFF;
  padding-left: .5rem;
  margin: .5rem 0;
}

.footer_nav li ul li {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: .125em;
  padding-bottom: .125em;
}

.footer_nav li a {
  color: #FFF;
  display: block;
}

.footer_nav li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

p.copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  p.copyright {
    letter-spacing: 1px;
    text-align: right;
  }
}

/* Fixed nav */
.fixed_nav {
  display: table;
  table-layout: fixed;
  border-top: 1px solid #FFF;
  width: 100%;
  margin: 0;
}

.fixed_nav li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #850E10;
}

.fixed_nav li a {
  color: #FFF;
  font-weight: 500;
  line-height: 40px;
}

.fixed_nav li:nth-child(1) a {
  display: block;
  background-color: #42851C;
  padding-left: 1em;
  position: relative;
}

.fixed_nav li:nth-child(1) a:before {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-2.2em, -50%);
  -ms-transform: translate(-2.2em, -50%);
  transform: translate(-2.2em, -50%);
}

.fixed_nav li span.number {
  color: #FFF;
  padding-left: 1.2em;
  position: relative;
}

.fixed_nav li span.number:before {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .fixed_nav {
    display: none;
  }
}

/* WordPress Common -------------------------------------------------------------- */
/* Widgets
-------------------------------------------------------------- */
.widget {
  margin: 0 0 2rem;
}

.widget select {
  max-width: 100%;
}

/* Posts and pages
-------------------------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 2rem;
}

.page-links {
  clear: both;
  margin-bottom: 2rem;
}

/* Media
-------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions
-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #222;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* WordPress Style -------------------------------------------------------------- */
/* Post */
.page .entry-title,
.single .page-title,
.archive .page-title,
.blog .page-title,
.not-found .page-title {
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05), -1px 1px 3px rgba(0, 0, 0, 0.05), 1px -1px 3px rgba(0, 0, 0, 0.05), -1px -1px 3px rgba(0, 0, 0, 0.05);
  letter-spacing: .075em !important;
  line-height: 1.6 !important;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page .entry-title span,
.single .page-title span,
.archive .page-title span,
.blog .page-title span,
.not-found .page-title span {
  font-size: 60%;
  letter-spacing: .025em;
  display: block;
}

.page .entry-title {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.post .entry-title,
.search .entry-title {
  padding-bottom: .5rem;
  position: relative;
}

.post .entry-title::before,
.search .entry-title::before {
  content: "";
  width: 4em;
  height: 3px;
  background-color: #42851C;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post .entry-title::after,
.search .entry-title::after {
  content: "";
  width: calc(100% - 4.125em);
  height: 3px;
  background-color: rgba(133, 110, 28, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog .hentry,
.search .hentry,
.category .hentry,
.tag .hentry,
.single .hentry {
  border: 1px solid rgba(133, 110, 28, 0.3);
  border-radius: 0 30px;
  padding: 20px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .blog .hentry,
  .search .hentry,
  .category .hentry,
  .tag .hentry,
  .single .hentry {
    border-radius: 0 60px;
    padding: 30px;
    margin-bottom: 4rem;
  }
}

.single .hentry {
  margin-top: 1rem;
  margin-bottom: 60px;
}

.single-gallery .hentry {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .single-gallery .hentry {
    padding: 0 50px;
  }
}

.single-gallery .entry-title {
  color: #856E1C;
  padding-left: 1.25em;
  position: relative;
}

.single-gallery .entry-title::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: rgba(133, 110, 28, 0.3);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.single-gallery .g_cat {
  color: #FFF;
  line-height: 1;
  background-color: #42851C;
  display: inline-block;
  padding: .5rem 1rem .625rem 1rem;
}

.search .hentry {
  border-radius: 10px;
  margin-bottom: 20px;
}

.search .hentry p {
  margin: 0px !important;
}

.search .entry-title {
  margin-top: 0 !important;
}

.search .entry-summary {
  margin-top: 10px;
}

.post-type-archive-gallery .hentry {
  /*未確認*/
  width: 100%;
}

.entry-date {
  color: #707070;
  margin-bottom: 10px !important;
}

.cat-links,
.tags-links {
  color: #666;
  font-size: 90%;
  margin-right: 1rem;
}

.single .entry-content h3 {
  color: #42851C;
  margin-bottom: 1.5rem;
}

.single .entry-content h4 {
  color: #850E10;
}

.single .entry-content p a {
  text-decoration: underline;
}

.single .entry-content p a:hover {
  text-decoration: none;
}

.single-post table th,
.single-post table td {
  line-height: 1.6;
  border: 1px solid #CCC;
  padding: 10px;
}

@media (min-width: 992px) {
  .single-post table th th,
  .single-post table th td,
  .single-post table td th,
  .single-post table td td {
    padding: 1rem .75rem;
  }
}

.entry-footer {
  clear: both;
  margin: 20px 0;
}

.entry-footer .edit-link {
  border: 1px solid #CCC;
  padding: 10px;
}

/* Main */
.blog #main,
.archive #main,
.search #main {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.single #main {
  margin-bottom: 4rem;
}

/* Widget */
.widget-area {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .widget-area {
    margin-bottom: 4rem;
  }
}

.widget {
  margin-bottom: 4rem;
}

.widget h4 {
  margin-top: 0px !important;
  border: 1px solid rgba(133, 110, 28, 0.3);
  border-radius: 6px;
  padding: .4rem .8rem .5rem .8rem;
}

.widget ul {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.widget ul li {
  margin-bottom: .75em;
}

.widget ul li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #42851C;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}

.post-type-archive-gallery .widget ul li::before,
.tax-gallery_cat .widget ul li::before,
.tax-gallery_tag .widget ul li::before,
.single-gallery .widget ul li::before {
  color: #856E1C;
}

/* image alignment */
.single .entry-content img {
  border-radius: 10px;
}

.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-content img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.entry-content img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content .wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.entry-content .wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.post-thumbnail {
  margin-top: 1rem;
}

/* Search */
.search-no-results .widget_search {
  display: none;
}

#searchform {
  max-width: 300px;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1rem 1rem 2rem 1rem;
}

.breadcrumbs a {
  color: #707070;
}

.breadcrumbs a:hover {
  color: #42851C;
}

.breadcrumbs span[typeof="ListItem"] {
  margin-right: .25rem;
}

.breadcrumbs span[typeof="ListItem"] span {
  margin-left: .25rem;
}

@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 3rem;
  }
}

.page .breadcrumbs {
  margin-bottom: 0;
}

/* gallery slider */
.slider_box .main-slider {
  border-radius: 0 30px;
  overflow: hidden;
  will-change: transform;
}

@media (min-width: 768px) {
  .slider_box .main-slider {
    border-radius: 0 60px;
  }
}

.slider_box .main-slider img {
  border-radius: 0 30px;
}

@media (min-width: 768px) {
  .slider_box .main-slider img {
    border-radius: 0 60px;
  }
}

.slider_box .thumbnail-slider {
  width: 300px;
  margin: 1rem auto 2rem auto;
}

@media (min-width: 768px) {
  .slider_box .thumbnail-slider {
    width: 400px;
  }
}

@media (min-width: 992px) {
  .slider_box .thumbnail-slider {
    width: 500px;
  }
}

.slider_box .thumbnail-slider .slick-track {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.slider_box .thumbnail-slider .slide {
  opacity: 0.5;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider_box .thumbnail-slider img {
  cursor: pointer;
  border-radius: 0;
}

.slider_box .thumbnail-slider .slick-current {
  opacity: 1;
}

.slider_note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6 !important;
  margin-top: 1rem;
}

/* navigation */
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #CCC;
  padding: 3px 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #42851C;
  border-color: #909090;
}

.post-navigation {
  margin: 4rem 0;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
  width: 100%;
  padding: 10px 0;
}

.post-navigation .nav-previous + .nav-next {
  border-top: none;
}

.post-navigation .nav-previous:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  color: #42851C;
  margin-right: 0.3em;
  vertical-align: -.25em;
}

.post-navigation .nav-next:after {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906';
  color: #42851C;
  margin-left: 0.3em;
  vertical-align: -.25em;
}

@media (min-width: 768px) {
  .post-navigation {
    margin: 100px 0;
  }
  .post-navigation .nav-next {
    text-align: right;
  }
}
