/* ##############################################################################

    KEYFRAMES

############################################################################## */

.fade {
  opacity: 0;
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fade.scrollin {
  opacity: 1;
}
.fade:nth-of-type(2) {
  transition-delay: 0.2s;
}
.fade:nth-of-type(3) {
  transition-delay: 0.4s;
}
.fade:nth-of-type(4) {
  transition-delay: 0.6s;
}

@keyframes btn {
  20% {
    right: 0;
    width: 40px;
  }
  50% {
    right: 0;
    width: 0;
  }
  50.1% {
    right: 40px;
    width: 0;
  }
  80% {
    right: 0;
    width: 40px;
  }
}
@keyframes home_stylist {
  20% {
    right: 0;
    width: 80px;
  }
  50% {
    right: 0;
    width: 0;
  }
  50.1% {
    right: 80px;
    width: 0;
  }
  80% {
    right: 0;
    width: 80px;
  }
}
@keyframes footer_cta {
  20% {
    right: 0;
    width: 56px;
  }
  50% {
    right: 0;
    width: 0;
  }
  50.1% {
    right: 56px;
    width: 0;
  }
  80% {
    right: 0;
    width: 56px;
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  padding-top: 104px;
  font-family: "Shippori Mincho", serif;
}
body.page-contact {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}

/* layout
**************************************** */

/* --- inner --- */
.inner,
.site-content {
  width: 90%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
}
.inner-sm {
  max-width: 880px;
}
.inner-lg {
  max-width: 1712px;
}

/* --- section_pdg --- */
.section_pdg,
.site-content {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media print, screen and (max-width: 1080px) {
  .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* --- section_pdg --- */
  .section_pdg,
  .site-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* flex
**************************************** */

/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}
.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2 > *:nth-child(even) {
  margin-right: 0;
}
.flex-col2 > *:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col3 > *:nth-child(3n) {
  margin-right: 0;
}
.flex-col3 > *:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /* --- ざっくりflexレイアウト - sp --- */
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .flex-col2.flex-sp-block > *:last-child,
  .flex-col3.flex-sp-block > *:last-child,
  .flex-col4.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 6%;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
}

/* bg
********************************************** */
.lps_sec:nth-child(2n) {
  background-color: #f8f8f8;
}

/* ttl
********************************************** */
/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 400px;
  line-height: 1.5;
  background-color: #eee;
  background-image: url(../images/common/ttl_online-shop.jpg);
  background-size: cover;
  background-position: center;
}
.page_ttl-jp {
  display: block;
  font-size: 250%;
  letter-spacing: 0.2em;
  color: #fff;
}
.page_ttl-en {
  display: inline-block;
  text-transform: uppercase;
}

/* --- ttl --- */
.ttl-01,
.ttl-02,
.ttl-03 {
  position: relative;
  z-index: 1;
}
.ttl-01 {
  margin-bottom: 88px;
  font-size: 40px;
  line-height: 1.142;
  letter-spacing: 0.265em;
}
.ttl-01::before {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  bottom: -46px;
  display: block;
  width: 48px;
  height: 0;
  border-bottom: solid 2px;
}
.ttl-02 {
  margin-bottom: 80px;
  font-size: 300%;
  line-height: 1.2;
  letter-spacing: 0.265em;
  color: #a38f5b;
}
.ttl-03 {
  margin-bottom: 32px;
  font-size: 250%;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  /* --- page_ttl --- */
  .page_ttl {
    height: 190px;
    text-align: center;
  }
  .page_ttl-jp {
    font-size: 200%;
  }

  /* --- ttl --- */
  .ttl-01 {
    margin-bottom: 44px;
    font-size: 200%;
  }
  .ttl-01::before {
    bottom: -23px;
    border-bottom: solid 1px;
  }
  .ttl-02 {
    margin-bottom: 40px;
    font-size: 180%;
  }
  .ttl-03 {
    margin-bottom: 16px;
    font-size: 170%;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  padding: 16px 0;
  font-size: 87%;
}
.breadcrumbs a {
  text-decoration: underline;
}

/* txt
**************************************** */
.txt-lg {
  font-size: 107%;
}
.txt-sm {
  font-size: 93%;
}
.txt-wh {
  color: #fff;
}
.txt-attention-kome {
  position: relative;
  padding-left: 1.4em;
}
.txt-attention-kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.txtarea p:not(:last-child) {
  margin-bottom: 1em;
}
.bold {
  font-weight: bold;
  font-family: "Koburina Gothic W6 JIS2004";
}

/* --- font --- */
.font-jp,
.post--ttl,
.wp-pagenavi,
.ttl-02,
.ttl-03,
.editor-ttl,
.editor-ttl2,
.editor-ttl3,
table th {
  font-family: "Shippori Mincho", serif;
}
.font-en,
.post--date {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
}
.font,
.ttl-01,
.btn a,
.btn span {
  font-family: adobe-garamond-pro, A1 Mincho, serif;
}

/* btn
********************************************** */
.btn + .btn {
  margin-top: 8px;
}
.btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 20px 48px;
  min-width: 272px;
  color: #fff;
  text-align: center;
  background-color: #a59b80;
  font-size: 113%;
  letter-spacing: 0.115em;
  line-height: 1.4;
}
.btn svg {
  fill: #fff;
  transition: all 0.4s ease-out;
}
.btn a[target="_blank"] {
  padding-right: 56px;
}
.btn a[href$=".pdf"] {
  padding-left: 56px;
}
.btn a:hover {
  text-decoration: none;
}
/*.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 40px;
  height: 0;
  border-top: solid 1px;
  transition: all 0.2s ease-out;
}*/
.btn a[target="_blank"]::before,
.btn a[href$=".pdf"]::before {
  display: none;
}
.btn a:hover::before {
  animation: btn 1.3s ease-in-out;
}

/* --- btn-wh --- */
.btn-wh a {
  color: #000;
  background-color: #fff;
}
.btn-wh svg {
  fill: #000;
}

/* --- btn-border --- */
.btn-border a {
  color: #a59b80;
  border: solid 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .btn a {
    max-width: 100%;
    width: 272px;
    min-width: 0;
  }
  .btn a[target="_blank"] {
    padding-right: 32px;
  }
  .btn a[target="_blank"]::after {
    right: 10px;
  }
  .btn a[href$=".pdf"]::after {
    right: 7px;
    width: 20px;
    height: 9px;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 104px;
  background-color: #fff;
  line-height: 1;
  z-index: 9990;
  transition: all 0.4s ease-out;
}
.page-contact .header {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}
.header > .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 240px;
}
.header--logo a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: block;
  padding: 30px 42px 42px;
  background-color: #2a2a2a;
}
.header--logo img {
  width: 141px;
  height: auto;
}
.sm .header--logo a {
  padding: 28px 34px 28px;
}
.sm .header--logo img {
  width: 113px;
}

@media print, screen and (min-width: 768px) {
  .header--nav,
  .gnav,
  .gnav > .flex,
  .gnav ul,
  .gnav li,
  .gnav a {
    height: 100%;
  }
}
@media print, screen and (max-width: 1300px) {
  .header > .inner {
    padding-left: 120px;
  }
  .header--logo a,
  .sm .header--logo a {
    padding: 30px 21px 42px;
  }
  .header--logo img,
  .sm .header--logo img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    height: 56px;
    background-color: transparent;
  }
  .header .inner {
    padding-left: 8px;
  }
  .header--logo a {
    padding: 12px 16px;
  }
  .header--logo img {
    width: 60px;
  }
}

/* gnav
********************************************** */
.gnav--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
}
.gnav--link span {
  padding: 0 1.5em;
}
.gnav--link:hover,
.gnav--menu li.current > .gnav--link {
  color: #a79870;
  text-decoration: none;
}
.gnav--link:hover svg,
.gnav--menu li.current > .gnav--link svg {
  fill: #a79870;
}
.header .gnav--shop span {
  border-right: solid 1px #c4c4c4;
}
.gnav--shop svg,
.footer .gnav--contact svg {
  margin-right: 8px;
  transform: translateY(1px);
}

/* ---CTA --- */
.cta_tel .gnav--link .num {
  font-size: 187.5%;
  letter-spacing: 0.05em;
}

.header .gnav--web,
.header .gnav--contact,
.hero--nav .gnav--contact {
  width: 104px;
  height: 104px;
}
.header .gnav--contact,
.hero--nav .gnav--contact {
  position: absolute;
  top: 0;
  right: 0;
}
.header .gnav--web .icn,
.header .gnav--contact .icn,
.hero--nav .gnav--contact .icn {
  margin-bottom: 10px;
  fill: #fff !important;
}
.header .gnav--web .icn {
  margin-bottom: 10px;
}
.header .gnav--contact .icn,
.hero--nav .gnav--contact .icn {
  margin-bottom: -12px;
}
.header .gnav--web .gnav--link {
  background-color: #2a2a2a;
  font-size: 75%;
}
.header .gnav--contact .gnav--link,
.hero--nav .gnav--contact .gnav--link {
  height: 100%;
  background-color: #c7c5c1;
  font-size: 88%;
}
.cta_web .gnav--link,
.cta_contact .gnav--link {
  color: #fff;
  letter-spacing: 0.135em;
}

@media print, screen and (max-width: 1470px) and (min-width: 768px) {
  .gnav--link span {
    padding: 0 0.7em;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 768px) {
  .cta_tel .gnav--link .num {
    font-size: 120%;
  }
}
@media print, screen and (max-width: 1110px) and (min-width: 768px) {
  .gnav li:nth-child(5),
  .footer--nav li:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 64px 10%;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-out;
    -webkit-overflow-scrolling: touch;
    font-size: 115%;
  }
  .gnav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav--menu li {
    position: relative;
    width: 100%;
  }
  .gnav--link {
    display: block !important;
    padding: 20px 0;
  }
  .gnav--menu .head_sub_nav {
    margin: 0;
    width: 100%;
    position: relative;
  }
  .gnav--menu .head_sub_nav li {
    border: none;
    border-radius: 4px;
  }
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    z-index: 9999;
  }
  .gnav_btn--lines {
    position: relative;
    width: 24px;
    height: 16px;
  }
  .gnav_btn--lines span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #a59b80;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 50%;
    width: 70%;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-135deg);
    transform: translateY(7px) rotate(-135deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(135deg);
    transform: translateY(-8px) rotate(135deg);
  }

  .header .gnav--tel {
    order: 1;
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: solid 1px #c4c4c4;
  }
  .header .gnav--sns {
    order: 2;
  }
  .header .gnav--shop {
    margin-bottom: 40px;
  }
  .header .gnav--shop span {
    border-right: none;
  }

  /* ---CTA --- */
  .header .gnav--web,
  .header .gnav--contact,
  .hero--nav .gnav--contact {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: 56px;
    margin-bottom: 8px;
  }
  .header .gnav--web a,
  .header .gnav--contact a,
  .hero--nav .gnav--contact a {
    position: relative;
    display: flex !important;
    height: 100%;
    padding: 0;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .header .gnav--web span,
  .header .gnav--contact span {
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 12px;
  }
  .header .gnav--web svg,
  .header .gnav--contact svg {
    position: absolute;
    left: 40px;
    margin-right: 12px;
  }
  .header .gnav--web br,
  .header .gnav--contact br {
    display: none;
  }

  .header .gnav--web .icn {
    width: 15px;
    margin-bottom: 2px;
  }
  .header .gnav--contact .icn,
  .hero--nav .gnav--contact .icn {
    width: 20px;
    margin-bottom: 2px;
  }
  .cta_tel .gnav--link .num {
    padding: 0;
    font-size: 160%;
  }
  .header .sp_fixed_cta {
    position: fixed;
    bottom: 0;
    width: 50%;
    margin-bottom: 0;
	display:none !important;
  }
  .header .sp_fixed_cta.cta_web {
    left: 0;
  }
  .header .sp_fixed_cta.cta_contact {
    right: 0;
  }
  .header .sp_fixed_cta svg {
    position: static;
    left: auto;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

.footer {
  padding-top: 80px;
  padding-bottom: 64px;
  background-color: #2a2a2a;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

/* footer_cta
********************************************** */
.footer_cta {
  height: 738px;
  padding-top: 190px;
  background-repeat: no-repeat;
  background-image: url(../images/home/7.png);
  color: #fff;
}
.footer_cta .home-ttl-02 {
  font-size: 88%;
  letter-spacing: 0.135em;
}
.footer_cta .home-ttl-02 span {
  margin-bottom: -12px;
  font-size: 528.5%;
  letter-spacing: 0.115em;
}
.footer_cta .cta_web {
  margin-right: 92px;
}
.footer_cta .gnav--link span,
.contact_cta .gnav--link span {
  padding: 0 0.5em;
}
.footer_cta .cta_web a,
.footer_cta .cta_tel a,
.contact_cta .cta_tel a {
  display: block;
  width: 432px;
  max-width: 100%;
  height: 120px;
  color: #fff;
  border: solid 1px;
}
.footer_cta .cta_web a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 56px;
  height: 0;
  border-top: solid 1px;
  transition: all 0.2s ease-out;
}
.footer_cta .cta_web a:hover::before {
  animation: footer_cta 1.3s ease-in-out;
}
.footer_cta .cta_tel .ttl,
.contact_cta .cta_tel .ttl {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1;
}
.footer_cta .cta_tel .num,
.contact_cta .cta_tel .num {
  font-size: 225%;
  line-height: 1;
}
.footer_cta .cta_tel .time,
.contact_cta .cta_tel .time {
  margin-top: 8px;
  font-size: 88%;
  opacity: 0.5;
}

@media print, screen and (max-width: 1200px) {
  .footer_cta .cta_web {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer_cta {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url(../images/common/reservation_bg.jpg);
  }
  .footer_cta .home-ttl-02 span {
    font-size: 300%;
  }
  .footer_cta ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer_cta .cta_web {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .footer_cta .cta_web a,
  .footer_cta .cta_tel a,
  .contact_cta .cta_tel a {
    display: flex !important;
    height: auto;
    min-height: 84px;
    padding: 16px;
  }
  .footer_cta .cta_tel .num,
  .contact_cta .cta_tel .num {
    font-size: 160%;
  }
  .footer_cta .cta_tel .ttl,
  .contact_cta .cta_tel .ttl {
    margin-bottom: 8px;
  }
}

/* footer--logo
********************************************** */
.footer--logo img {
  width: 157px;
  height: auto;
}

@media print, screen and (max-width: 1300px) {
  .footer--logo img {
    width: 80px;
  }
}

/* footer--nav
********************************************** */
.footer--nav {
  transform: translateY(-8px);
}
.footer--nav a {
  color: #f8f8f8;
  fill: #f8f8f8;
  line-height: 1.6;
}
.footer .gnav--contact a {
  margin-left: 24px;
  padding: 12px 36px;
  border: solid 1px;
  border-radius: 40px;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 767px) {
  .footer--nav,
  .footer--nav li,
  .footer--nav a {
    width: 100%;
  }
  .footer--nav a {
    padding: 12px;
  }
  .footer .gnav--contact a {
    margin-top: 16px;
    margin-left: 0;
  }
}

/* footer--subnav
********************************************** */
.footer--subnav {
  margin-top: 8px;
  font-size: 75%;
  opacity: 0.5;
}
.copyright {
  padding: 0 1em;
  opacity: 0.5;
}
.pbll {
  display: block;
  opacity: 0.5;
}
.pbll:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer--subnav {
    margin-top: 16px;
  }
  .footer--subnav a {
    padding: 4px;
  }
  .copyright {
    margin-top: 48px;
  }
}

/* ##############################################################################

    INDEX

############################################################################## */

.home-ttl-01,
.home-ttl-02 {
  font-size: 82%;
  letter-spacing: 0.025em;
}
.home-ttl-02 {
  margin-bottom: 64px;
}
/*.home-ttl-01::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-right: 8px;
  background-color: #000;
  transform: translateY(-4px);
}*/
.home-ttl-01 span {
  display: inline-block;
  margin-top: 24px;
  font-size: 715.39%;
  line-height: 1;
  letter-spacing: 0.115em;
}
.home-ttl-02 span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.115em;
}
.home-ttl-03 {
  margin-bottom: 40px;
  font-size: 250%;
  letter-spacing: 0.265em;
  line-height: 1.429;
}
.home .btn {
  margin-top: 56px;
}
.home-column > * {
  width: 50%;
}
.home-column .txtarea {
  padding-left: 240px;
  padding-right: 120px;
}
.home-column .txtarea p {
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .home-column .txtarea p {
  max-width: 560px;
  line-height: 28px;
}
}

@media print, screen and (max-width: 1660px) {
  .home-column .txtarea {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home-ttl-02 {
    margin-bottom: 32px;
  }
  .home-ttl-01 span {
    margin-top: 12px;
    font-size: 380%;
  }
  .home-ttl-02 span {
    font-size: 360%;
  }
  .home-ttl-03 {
    margin-bottom: 20px;
    font-size: 135%;
  }
  .home .btn {
    margin-top: 28px;
    text-align: center;
  }
  .home-column > * {
    width: 100%;
  }
  .home-column .txtarea {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/* hero
********************************************** */
.hero {
  width: calc(100% - 104px);
}

/*-- hero--txtarea  -- */
.hero--txtarea {
  position: absolute;
  left: 156px;
  bottom: 88px;
}
.hero--txtarea,
.hero--txtarea a {
  color: #fff;
}
.hero--txtarea a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.hero--txtarea .ttl {
  margin-bottom: 32px;
  font-size: 625%;
  line-height: 1.08;
  letter-spacing: 0.095em;
}
.hero--txtarea .subttl {
  margin-bottom: 84px;
  font-size: 150%;
  line-height: 1;
  letter-spacing: 0.15em;
}

/*-- home_blog  -- */
.home_blog {
  max-width: 544px;
  padding: 12px 40px 12px 20px;
  border: solid 1px #fff;
}
.home_blog .post--date {
  color: #fff;
  margin-right: 1em;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1;
}
.home_blog .post .post--ttl {
  margin-bottom: 0;
  color: #fff;
  font-size: 82%;
  letter-spacing: 0.24em;
  line-height: 1;
  transform: translateY(-2px);
}
.home_blog .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.home_blog .more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.home_blog .more:hover::before {
  animation: btn 1.3s ease-in-out;
}

/*-- hero--scroll  -- */
.hero--scroll {
  position: absolute;
  left: 32px;
  bottom: 0;
  padding-bottom: 240px;
  color: #fff;
}
.hero--scroll::before,
.hero--scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  height: 220px;
  background-color: #fff;
}
.hero--scroll::before {
  opacity: 0.2;
}
.hero--scroll::after {
  height: 160px;
}
.hero--scroll .txt {
  letter-spacing: 0.095em;
  font-size: 75%;
  transform: rotate(-90deg);
}

/*-- hero--nav  -- */
.hero--nav {
  width: 104px;
  overflow: hidden;
}
.hero--sns .ttl {
  margin-bottom: 52px;
  color: #323232;
  letter-spacing: 0.095em;
  font-size: 75%;
  transform: rotate(90deg);
}
.hero--sns .ttl::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -36px;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #323232;
}
.hero--sns {
  margin-top: 96px;
}
.hero--sns svg {
  fill: #323232;
}
.hero--sns svg:hover {
  fill: #a79870;
}

@media screen and (max-width: 767px) {
  .hero,
  .hero--nav {
    width: 100%;
  }

  /*-- hero--txtarea  -- */
  .hero--txtarea {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 44px;
  }
  .hero--txtarea .ttl {
    margin-bottom: 16px;
    font-size: 280%;
  }
  .hero--txtarea .subttl {
    margin-bottom: 40px;
    font-size: 115%;
    line-height: 24px;
  }

  /*-- hero--scroll  -- */
  .hero--scroll {
    left: 0;
    padding-bottom: 120px;
  }
  .hero--scroll::before,
  .hero--scroll::after {
    height: 110px;
  }
  .hero--scroll::after {
    height: 80px;
  }

  /*-- hero--nav  -- */
  .hero--sns {
    margin-top: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero--sns .ttl {
    width: 100%;
    margin-bottom: 40px;
    transform: rotate(0deg);
    text-align: center;
  }
  .hero--sns .ttl::before {
    content: "";
    position: absolute;
    bottom: -32px;
    right: 50%;
    width: 1px;
    height: 24px;
  }
  .hero--sns dd:not(:last-child) {
    margin-right: 12px;
  }
}

/* home_concept
********************************************** */
.home_concept {
  padding-top: 170px;
  padding-bottom: 300px;
  overflow: hidden;
}
.home_concept .home-column{
    z-index: 1;
}

.home_concept::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  left: 104px;
  display: block;
  height: 838px;
  background-color: #f7f3ed;
}
.home_concept .inner {
  max-width: 1380px;
}
.home_concept .home-ttl-01 {
  margin-bottom: 36px;
}
.home_concept .deco {
  position: absolute;
  right: 0;
  bottom: -32px;
}
.home_concept .txtarea {
  padding-left: 160px;
  padding-right: 160px;
}

@media print, screen and (max-width: 1760px) {
  .home_concept .deco {
    right: -100px;
  }
}
@media print, screen and (max-width: 1660px) {
  .home_concept .txtarea {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home_concept .deco {
    right: -200px;
  }
}
@media print, screen and (max-width: 1200px) {
  .home_concept .deco {
    right: -300px;
  }
}
@media screen and (max-width: 767px) {
  .home_concept {
    padding-top: 117px;
    padding-bottom: 150px;
  }
  .home_concept::before {
    top: 60px;
  }
  .home_concept .home-ttl-01 {
    margin-bottom: 48px;
  }
  .home_concept .imgarea {
    padding-right: 10%;
    margin-bottom: 40px;
  }
  .home_concept .txtarea {
    padding-left: 8%;
    padding-right: 8%;
  }
  .home_concept .deco {
    width: calc(100% - 280px);
    top: 200px;
    right: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 374px) {
  .home_concept .deco {
    display: none;
  }
}

/* home_stylist
********************************************** */
.home_stylist::before {
  content: "";
  position: absolute;
  top: 98px;
  right: 104px;
  left: 0;
  display: block;
  height: 615px;
  background-color: #f7f3ed;
}
.home_stylist .imgarea {
  padding-top: 222px;
}
.home_stylist .home-ttl-01 {
  margin-bottom: 64px;
}
.home_stylist .btn {
  margin-top: 192px;
  margin-right: 80px;
  margin-bottom: 250px;
}
.home_stylist .btn a {
  padding-left: 0;
  padding-right: 96px;
  background-color: transparent;
  color: #323232;
}
.home_stylist .btn a::before {
  width: 80px;
}
.home_stylist .btn a:hover::before {
  animation: home_stylist 1.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .home_stylist .imgarea {
    padding-top: 0;
    padding-left: 10%;
    margin-bottom: 40px;
  }
  .home_stylist .home-ttl-01 {
    margin-bottom: 48px;
  }
  .home_stylist .btn {
    margin-top: 40px;
    margin-right: auto;
  }
}

/* 
********************************************** */
.home_menu {
  padding-top: 222px;
  padding-bottom: 162px;
  background-image: url(../images/home/menu_bg.jpg);
  background-position: top center;
}
.home_menu .kome {
  margin-top: 20px;
  font-size: 88%;
  color: #a4a4a4;
}
.home_menu .btn {
  width: 100%;
}

.home_col2 {
  border: solid 1px #a59772;
  background-color: #fff;
}
.home_col2 > * {
  width: 50%;
}
.home_col2 .txtarea {
  padding: 40px 112px;
}
.home_col2 .home-ttl-03 {
  font-size: 250%;
}
.home_col2 .home-ttl-03 span {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  letter-spacing: 0.2em;
  transform: translateY(-6px);
}
.home_col2-1 .imgarea {
  height: 100%;
  min-height: 592px;
  background-image: url(../images/home/top_bardens.jpg);
  background-size: cover;
}
.home_col2-2 .imgarea {
  height: 100%;
  min-height: 592px;
  background-image: url(../images/home/top_lineastoria.jpg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (max-width: 1500px) {
  .home_col2 .txtarea {
    padding: 40px 80px;
  }
}
@media print, screen and (max-width: 1360px) {
  .home_col2 .txtarea {
    padding: 40px;
  }
  .home_col2 .home-ttl-03 {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .home_menu {
    padding-top: 111px;
    padding-bottom: 81px;
    background-image: url(../images/home/menu_bg_sp.jpg);
  }
  .home_col2 > * {
    width: 100%;
  }
  .home_col2 .imgarea {
    height: 280px;
    min-height: 0;
  }
  .home_col2-2 .imgarea {
    position: relative;
  }
}

/* home_shop
********************************************** */
.home_shop {
  padding-top: 194px;
  padding-bottom: 194px;
}
.item-list .link {
  display: block;
}
.item-list .post {
  width: calc(33.333% - 10.6px);
}
.item-list .post:nth-of-type(3n - 1),
.item-list .post:nth-of-type(3n - 2) {
  margin-right: 16px;
}
.item-list .txtarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.item-list .link:hover .txtarea {
  opacity: 1;
}
.item-list .post .post--ttl {
  margin-bottom: 24px;
  font-size: 138%;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
.item-list .post--price {
  font-size: 150%;
  line-height: 1.45;
  letter-spacing: 0.115em;
}
.item-list .post img {
  width: 100%;
}

@media print, screen and (max-width: 1400px) {
  .item-list .txtarea {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .home_shop {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .item-list .post {
    width: calc(50% - 8px);
  }
  .item-list .post:last-child {
    display: none;
  }
  .item-list .post:nth-of-type(3n - 1) {
    margin-right: 0;
  }
  .item-list .post .post--ttl {
    margin-bottom: 16px;
    font-size: 100%;
  }
  .item-list .post--price {
    font-size: 122%;
  }
}

/* home_access
********************************************** */
.home_access {
  margin-bottom: 152px;
}
.home_access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #f7f3ed;
}
.home_access .txtarea {
  padding-top: 40px;
  padding-bottom: 120px;
}
.home_access .home-ttl-01 {
  margin-bottom: 40px;
}
.home_access .access_list dt {
  width: 110px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.home_access .access_list dd {
  max-width: 288px;
  width: calc(100% - 110px);
  margin-bottom: 16px;
  line-height: 1.4;
}
.home_access .access_list .icn-map {
  margin-left: 24px;
}
.icn-map {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #a59b80;
}

@media screen and (min-width: 1661px) {
  .home_access .txtarea {
    padding-left: 320px;
  }
  .home_access::before {
    /*width: 506px;*/
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_access {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 76px;
  }
  .home_access::before {
    width: 35%;
    width: 100%;
  }
  .home_access .imgarea {
    padding-top: 0;
    padding-left: 10%;
    margin-bottom: 40px;
  }
  .home_access .home-ttl-01 {
    margin-bottom: 40px;
  }
  .home_access .txtarea {
    padding-bottom: 0;
  }
  .home_access .access_list dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .home_access .access_list dd {
    width: 100%;
  }
  .home_access .access_list .icn-map {
    margin-top: 4px;
    margin-left: 8px;
  }
  .icn-map {
    width: 24px;
    height: 24px;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* contact
********************************************** */
.page-contact .page_ttl {
  height: 200px;
  text-align: center;
}
.page-contact .section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-contact .contact.section_pdg {
  padding-top: 0;
}
.contact_cta .cta_tel a {
  color: #323232;
}

/* thanks
********************************************** */
.page-thanks aside {
  display: none;
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}

/* --- post --- */
.post {
  position: relative;
}
.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--date {
  font-size: 85%;
  color: #4d4d4d;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cat_list li,
.cat_list a {
  float: left;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  background-color: #f7f3ed;
  line-height: 1;
  padding: 6px 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.post .post--img {
}
.post .post--ttl {
  margin-bottom: 24px;
  font-size: 200%;
  letter-spacing: 0.115em;
  line-height: 1.4;
}
.no-image {
  background-size: auto 70% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c7c5c1;
}

@media screen and (max-width: 1100px) {
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .post .post--ttl {
    margin-bottom: 16px;
    font-size: 144%;
  }
}

/* side_column
**************************************** */
.side_column {
  width: 264px;
}
.side_section:not(:last-child) {
  margin-bottom: 64px;
}
.side--ttl {
  margin-bottom: 16px;
  line-height: 1;
  font-size: 163%;
  letter-spacing: 0.15em;
  color: #a59772;
}

/* --- side--list --- */
.side--cat .side--list a {
  position: relative;
  display: block;
  padding-left: 28px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.side--cat .side--list a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #000;
  transform: translateY(-4px);
}

/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 24px;
}
.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-side .txtarea {
  flex: 1;
}
.posts-side .post--date {
  margin-bottom: 4px;
  line-height: 1.4;
}
.posts-side .post--ttl {
  margin-bottom: 0;
  font-size: 94%;
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.2;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
}
.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: 0.4s ease-out;
}
.side_column .active .archive_list--ttl::after {
  transform: rotate(315deg);
}
.side_column .archive_month {
  display: none;
  background-color: #f7f3ed;
  padding: 4px 12px;
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}

/* --- btn --- */
.side--btn_list {
  padding: 32px 24px;
  background-color: #f7f3ed;
}
.side--btn .name {
  margin-bottom: 24px;
  line-height: 1.4;
  font-size: 144%;
}
.side--btn .btn a {
  width: 272px;
  min-width: 0;
  max-width: 100%;
  font-size: 100%;
}
.side--btn .btn-cart svg {
  margin-right: 8px;
  transform: translateY(1px);
}

@media screen and (max-width: 767px) {
  .side--btn .btn a {
    width: 100%;
  }
  .side_section:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
  font-size: 92%;
}
.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}
.archive-pulldown .archive_list a {
  display: block;
  padding: 2px 16px;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list--label {
  margin-right: 8px;
}
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 8px 54px 8px 32px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  transform-origin: 50% 50%;
}
.archive-pulldown .active .archive_list--btn::after {
  top: 14px;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #c4c4c4;
}
.posts-blog .post:first-child {
  border-top: 1px solid #c4c4c4;
}
.posts-blog .post--txtarea {
  flex: 1;
}
.posts-blog .post--date,
.blog--info .post--date,
.post--info .post--date {
  margin-right: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.posts-blog .post--img {
  width: 280px;
  margin-right: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.posts-blog .post--img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

@media screen and (max-width: 1100px) {
  .archive-post .container > .inner.flex,
  .single- > .inner.flex,
  .archive-blog .container > .inner.flex,
  .single-blog .container > .inner.flex {
    display: block;
  }
  .archive-blog .side_column,
  .single-blog .side_column {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .posts-blog .post--img::before {
    padding-top: 50%;
  }
}

/* item
**************************************** */
.archive-post .inner.flex.section_pdg,
.single- .inner.flex.section_pdg {
  overflow: hidden;
}
.archive-post .home-ttl-03 {
  font-size: 0;
  margin-bottom: 80px;
}
.archive-post .home-ttl-03 span {
  font-size: 56px;
  letter-spacing: 0.265em;
  line-height: 1.429;
}
.posts-item .post--itemimg img {
  width: 100%;
  margin-bottom: 16px;
}
.posts-item .post--ttl {
  margin-bottom: 8px;
  font-size: 138%;
}
.posts-item .itemsoldout {
  margin-top: -12px;
  color: #aaa;
}
.cart-button svg {
  position: absolute;
  bottom: calc(50% - 12px);
  left: 56px;
  z-index: 10;
  fill: #fff;
}
.cart-button .skubutton {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 20px 48px;
  padding-left: 80px;
  min-width: 272px;
  color: #fff;
  text-align: center;
  background-color: #a59b80;
  font-size: 113%;
  letter-spacing: 0.115em;
  line-height: 1.4;
  border-radius: 0;
  outline: none;
  font-family: "A1 Mincho";
}
.cart-button .skubutton:hover {
  background-color: #c7c5c1;
}

@media all and (-ms-high-contrast: none) {
  .cart-button svg {
    bottom: calc(50% - 8px);
  }
  .cart-button .skubutton {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .archive-post .home-ttl-03 {
    text-align: center;
    margin-bottom: 32px;
  }
  .archive-post .home-ttl-03 span {
    font-size: 24px;
  }
  .posts-item .post--ttl {
    margin-bottom: 8px;
    font-size: 115%;
  }
  .single- .quantity {
    display: block !important;
    margin-bottom: 12px !important;
  }
  .cart-button .skubutton {
    width: 100%;
  }
}

/* news
**************************************** */

/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}
.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}
.news--archive a {
  color: #fff;
}

/* --- news_list --- */
main .news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
main .news_list .post--date {
  background-color: #222;
  color: #fff;
  padding-top: 6px;
  padding: 6px;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: 32px;
}
main .news_list a[href="javascript:void(0);"],
main .news_list a[href="javascript:void(0);"]::before {
  color: inherit;
  cursor: inherit;
  opacity: 1;
  text-decoration: none;
}
.posts-home_news a,
main .news_list a {
  display: inline-flex;
  align-items: center;
}
.posts-home_news a[target="_blank"]::after,
main .news_list a[target="_blank"]::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-image: url(https://bans-bd.jp/wp/wp-content/themes/original_theme/images/common/icon-new_tab.png);
}

@media screen and (max-width: 767px) {
  main .news_list .post {
    display: block;
  }
  main .news_list .post--date {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
  line-height: 1.4;
  color: #a59b80;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.wp-pagenavi a {
  position: relative;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #a59b80;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
  opacity: 0.7;
}
.wp-pagenavi a {
  color: #fff;
}
.wp-pagenavi > *:not(.pages) {
  max-width: calc(100% / 2.6);
}
.archive .wp-pagenavi > *:not(.pages) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px;
}
.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}
.wp-pagenavi .extend {
  width: 24px !important;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 24px;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

/* ##############################################################################

    SEARCH

############################################################################## */

#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}
#search-list .ttl-01 {
  margin: 70px 0 0;
}

/* ##############################################################################

    FORMY

############################################################################## */
#formy_form * {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
#formy_form table {
  width: 100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover {
  opacity: 0.7;
}
#formy_form textarea:hover {
  opacity: 0.7;
}
#formy_form input:focus {
  outline: none;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 8px 16px;
}
.requiredIcon {
  background-color: #a79870;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: 0.5em 8px 0.5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}
#formy_form ul li label:hover {
  opacity: 0.7;
}
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #a79870;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #a79870;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #a79870;
  border-bottom: 2px solid #a79870;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #a79870 !important;
}
.formy_submit_disabled {
  background-color: #ccc !important;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa !important;
}
.formy_send {
  background-color: #a79870 !important;
}
#total_required {
  padding: 16px;
  color: #a79870;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #formy_form {
    padding: 0 16px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
}

.setumei{
  font-size:83%;
  line-height:24px;
}
.items{
  font-size:90%;
  line-height:24px;
  margin-top: -10px;
}
.bigbig
{
  font-weight:600;
}