﻿@charset "UTF-8";

/*

  background-color: rgba(126, 112, 81, 0.05);

  font-family: 'Mulish', "メイリオ", arial, helvetica, clean, sans-serif;

  font-family: ten-mincho, serif;

*/

/* common　共通エレメント */

.block-news_detail img {
  display: inline;
}

@media screen and (min-width: 561px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
  .pc-only {
    display: none !important;
  }
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #756643;
  font-family: "メイリオ", arial, helvetica, clean, sans-serif;
  letter-spacing: .02em;
  line-height: 1.8;
}

a {
  color: #756643;
  text-decoration: underline;
}

@media screen and (min-width: 561px) {

  body {
    min-width: 1300px;
    background: url(../images/common/bg.png) center top repeat;
    font-size: 1.4rem;
  }

  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .base-container {
    width: 1200px;
    margin: 0 auto;
  }

  a {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }

  .f_size-16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {

  body {
    background: url(../images/common/bg@2x.png) center top repeat;
    background-size: 100vw 436.8vw;
    font-size: 3.73vw;
  }

  .wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .base-container {
    padding: 0 4.27vw;
  }
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*タイトル*/

.ttl-h1,
.ttl-h2,
.ttl-h3,
.ttl-h4,
.ttl-h5 {
  font-weight: 600;
}

.ttl-h1 {
  color: #A57548;
  font-family: ten-mincho, serif;
  line-height: 1.46;
}

.ttl-h2-centerd {
  color: #756643;
  font-family: ten-mincho, serif;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 561px) {

  .ttl-img-h1 {
    color: #A57548;
    margin: 40px 0;
  }

  .ttl-h1 {
    margin: 40px 0;
    font-size: 4.8rem;
  }

  .ttl-h1.h1-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .ttl-h1.h1-img img {
    position: relative;
    top: 27px;
    margin-left: 24px;
  }

  .ttl-h2 {
    margin: 64px 0 24px;
    font-size: 2.8rem;
  }

  .ttl-h3 {
    min-height: 80px;
    margin: 40px 0 24px;
    padding: 19px 24px 18px;
    background: url(../images/common/bg_ttl_h3.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 2.4rem;
  }

  .ttl-h4 {
    margin: 40px 0 20px;
    font-size: 2rem;
  }

  .ttl-h5 {
    margin: 40px 0 16px;
    font-size: 1.6rem;
  }

  .ttl-h2-centerd {
    margin-bottom: 50px;
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 560px) {

  .ttl-img-h1 {
    margin: 6.8vw 0 6vw;
  }

  .ttl-img-h1 img {
    width: 100%;
  }

  .ttl-img-h2 img {
    width: 100%;
  }

  .ttl-h1 {
    margin: 1.33vw 0 6vw;
    font-size: 7.47vw;
  }

  .ttl-h1.h1-img img {
    margin-top: 1.33vw;
  }

  .ttl-h2 {
    margin: 10.67vw 0 3vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }

  .ttl-h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 11.73vw;
    margin: 10.67vw -4.27vw 3vw;
    padding: 3.2vw 4.27vw 2.67vw;
    background: url(../images/common/bg_ttl_h3@2x.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 4.8vw;
    line-height: 1.6;
  }

  .ttl-h4 {
    margin: 10.67vw 0 2.4vw;
    font-size: 4vw;
    line-height: 1.6;
  }

  .ttl-h5 {
    margin: 10.67vw 0 2vw;
    font-size: 3.73vw;
    line-height: 1.6;
  }
}

/*リンク*/

a.link-outer,
a.link-pdf {
  position: relative;
}

a.link-outer::after,
a.link-pdf::after {
  content: '';
  display: inline-block;
  position: relative;
}

a.link-pdf::after {
  content: 'PDF';
}

@media screen and (min-width: 561px) {

  a.link-outer::after {
    width: 11px;
    height: 11px;
    margin: 0 2px 0 8px;
    background: url(../images/common/icon_link_outer_brown.png) center no-repeat;
    background-size: contain;
  }

  a.link-pdf::after {
    top: -2px;
    width: 32px;
    height: 20px;
    margin: 0 2px 0 8px;
    background-color: #756545;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
  }
}

@media screen and (max-width: 560px) {

  a.link-outer::after {
    width: 2.93vw;
    height: 2.93vw;
    margin: 0 .3vw 0 2vw;
    background: url(../images/common/icon_link_outer_brown@2x.png) center no-repeat;
    background-size: contain;
  }

  a.link-pdf::after {
    top: -.5vw;
    width: 8.53vw;
    height: 5.33vw;
    margin: 0 .3vw 0 2vw;
    background-color: #756545;
    color: #fff;
    font-size: 2.67vw;
    text-align: center;
    line-height: 5.33vw;
  }
}

/*ボタン*/

.block-base-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-base-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 561px) {

  .block-base-btn.btn-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .block-base-btn a {
    width: 240px;
    height: 56px;
    background: url(../images/common/btn_bg_brown_240.png) center no-repeat;
    background-size: contain;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {

  .block-base-btn a {
    width: 37.33vw;
    height: 8.53vw;
    background: url(../images/common/btn_bg_brown_140@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-base-btn.btn-sp-177 a {
    width: 47.2vw;
  }
}

/*テーブル*/

.block-base-tbl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 600;
}

@media screen and (min-width: 561px) {

  .block-base-tbl {
    margin-top: 38px;
  }

  .block-base-tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #D3CEC0;
    font-size: 1.6rem;
  }

  .block-base-tbl dt {
    width: 340px;
    padding-left: 40px;
    border-bottom: 1px solid #D3CEC0;
    background: url(../images/common/bg_tbl_ttl.png) center no-repeat;
    background-size: 100% 104%;
    overflow: hidden;
  }

  .block-base-tbl dd {
    width: 860px;
    padding: 25px 24px;
    border-bottom: 1px solid #D3CEC0;
  }
}

@media screen and (max-width: 560px) {

  .block-base-tbl {
    margin-top: 5.4vw;
    margin-right: -4.27vw;
    margin-left: -4.27vw;
  }

  .block-base-tbl dl {
    border-bottom: 1px solid #D3CEC0;
  }

  .block-base-tbl dt {
    width: 100%;
    min-height: 13.33vw;
    padding-left: 4.27vw;
    border-top: 1px solid #D3CEC0;
    background: url(../images/common/bg_tbl_ttl@2x.png) center no-repeat;
    background-size: 100% 104%;
    overflow: hidden;
  }

  .block-base-tbl dd {
    width: 100%;
    padding: 4.27vw;
  }
}

/*ヘッダー*/

@media screen and (min-width: 561px) {

  .block-header-pc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 67px;
  }

  .block-header-pc-inner .header-logo {
    width: 410px;
  }

  .block-header-pc-inner .header-logo img {
    display: block;
  }

  .block-header-pc-inner .header-gnav {
    margin-left: auto;
  }

  .block-header-pc-inner .header-gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .block-header-pc-inner .header-gnav li {
    position: relative;
    white-space: nowrap;
  }

  .block-header-pc-inner .header-gnav li + li {
    margin-left: 14px;
  }

  .block-header-pc-inner .header-gnav li.list-bdr {
    margin-left: 43px;
  }

  .block-header-pc-inner .header-gnav li.list-bdr::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 2px;
    height: 16px;
    background-color: rgba(117, 102, 67, 0.78);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-header-pc-inner .header-gnav a {
    display: block;
    font-size: 1.6rem;
    font-family: ten-mincho, serif;
    text-decoration: none;
  }

  .block-header-pc-inner .header-gnav a:hover {
    opacity: .7;
  }

  .block-header-pc-inner .header-gnav img {
    display: block;
  }
}

@media screen and (max-width: 560px) {

  .block-header-sp {
    position: relative;
    height: 17.6vw;
  }

  .block-header-sp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 17.6vw;
    padding-left: 5vw;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 999;
  }

  .block-header-sp-inner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /*透明化*/
   /* background: url(../images/common/bg@2x.png) center top repeat;*/
    background-size: 100vw 436.8vw;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .block-header-sp-inner.is-float::before {
    opacity: 1;
  }

  .header-logo,
  .menu-logo {
    width: 81.73vw;
  }

  .header-logo img,
  .menu-logo img {
    width: 100%;
  }

  .header-menu-btn,
  .menu-menu-btn {
    position: absolute;
    top: 3.2vw;
    right: 0;
    width: 12.8vw;
    height: 12.8vw;
  }

  .header-menu-btn::before,
  .menu-menu-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-menu-btn::before {
    width: 4.27vw;
    height: 4.27vw;
    background: url(../images/common/header_footer/btn_menu_open@2x.png) center no-repeat;
    background-size: contain;
  }

  .menu-menu-btn::before {
    width: 3.47vw;
    height: 3.47vw;
    background: url(../images/common/header_footer/btn_menu_close@2x.png) center no-repeat;
    background-size: contain;
  }

  .block-header-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg@2x.png) center top repeat;
    background-size: 100vw 436.8vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  .block-header-menu-inner {
    padding-top: 17.6vw;
  }

  .block-header-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100vw;
    height: 17.6vw;
    padding-left: 5vw;
    background: url(../images/common/bg@2x.png) center top repeat;
    background-size: 100vw 436.8vw;
    z-index: 9;
  }

  .block-header-menu-nav {
    padding: 0 4.27vw 4.27vw;
  }

  .block-header-menu-nav .nav-item + .nav-item {
    margin-top: .67vw;
  }

  .block-header-menu-nav .item-ttl > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 10.67vw;
    padding: 0 16vw 0 4.27vw;
    color: #fff;
    text-decoration: none;
  }

  .block-header-menu-nav .item-ttl.ttl-brown > * {
    background: url(../images/common/header_footer/bg_sp_menu_brown@2x.png) center no-repeat;
    background-size: cover;
  }

  .block-header-menu-nav .item-ttl.ttl-green > * {
    background: url(../images/common/header_footer/bg_sp_menu_green@2x.png) center no-repeat;
    background-size: cover;
  }

  .block-header-menu-nav .item-ttl a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 6vw;
    width: 1.7vw;
    height: 1.7vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }

  .block-header-menu-nav .item-ttl a span {
    position: relative;
  }

  .block-header-menu-nav .item-ttl a span::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 2.13vw;
    height: 2.13vw;
    margin-left: 4.27vw;
    background: url(../images/common/icon_link_outer_white@2x.png) center no-repeat;
    background-size: contain;
  }

  .block-header-menu-nav .item-ttl p {
    position: relative;
  }

  .block-header-menu-nav .item-ttl p span {
    position: absolute;
    top: 50%;
    right: 5.33vw;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-header-menu-nav .item-ttl p span::before,
  .block-header-menu-nav .item-ttl p span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .block-header-menu-nav .item-ttl p span::before {
    width: 100%;
    height: 2px;
  }

  .block-header-menu-nav .item-ttl p span::after {
    width: 2px;
    height: 100%;
  }

  .block-header-menu-nav .item-ttl.is-open p span::after {
    opacity: 0;
  }

  .block-header-menu-nav .nav-sub-menu {
    display: none;
  }

  .block-header-menu-nav .nav-sub-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-header-menu-nav .nav-sub-menu .menu-item {
    width: 45.6vw;
    min-height: 10.93vw;
    margin-top: .3vw;
    background: url(../images/common/header_footer/bg_sp_menu_sub_white@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-header-menu-nav .nav-sub-menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.67vw 2.67vw;
    font-size: 3.47vw;
    text-decoration: none;
    line-height: 1.4;
  }

  .block-header-menu-nav .nav-sub-menu .menu-item a.menu-link-outer::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.67vw;
    width: 2.13vw;
    height: 2.13vw;
    background: url(../images/common/icon_menu_link_outer_brown@2x.png) center no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*フッター*/

footer {
  background-color: rgba(136, 120, 95, 0.05);
}

footer a {
  text-decoration: none;
}

.block-page_top {
  display: none;
  position: fixed;
  z-index: 999;
}

.block-page_top > * {
  display: block;
  width: 100%;
}

.block-footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-footer-nav > ul > li {
  position: relative;
}

.block-footer-nav > ul > li:not(:last-child)::after {
  content: '|';
}

.block-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-footer-copyright {
  text-align: center;
}

@media screen and (min-width: 561px) {

  footer {
    margin-top: 28px;
    padding: 40px 0 24px;
  }

  .block-page_top {
    right: 20px;
    bottom: 20px;
    width: 44px;
  }

  .block-footer-nav {
    font-size: 1.2rem;
  }

  .block-footer-nav > ul + ul {
    margin-top: 12px;
  }

  .block-footer-nav > ul > li:not(:last-child)::after {
    margin: 0 5px;
  }

  .block-footer-logo {
    margin-top: 30px;
  }

  .block-footer-copyright {
    margin-top: 30px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {

  footer {
    margin-top: 10vw;
    padding: 16vw 0 10.67vw;
  }

  .block-page_top {
    right: 2.67vw;
    bottom: 2.67vw;
    width: 8.53vw;
  }

  .block-footer-nav {
    font-size: 3.47vw;
    line-height: 2.5;
  }

  .block-footer-nav > ul > li:not(:last-child)::after {
    margin: 0 1.33vw;
  }

  .block-footer-nav > ul:nth-child(2) > li:nth-child(3)::after {
    content: none;
  }

  .block-footer-logo {
    width: 61.73vw;
    margin: 8vw auto 0;
  }

  .block-footer-logo img {
    width: 100%;
  }

  .block-footer-copyright {
    margin-top: 8vw;
    font-size: 2.67vw;
  }
}

/*パンくず*/

.breadcrumbs ul {
  overflow: hidden;
}

.breadcrumbs ul li {
  display: inline;
  position: relative;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid #978D75;
  border-right: 1px solid #978D75;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs a {
  text-decoration: none;
}

@media screen and (min-width: 561px) {

  .breadcrumbs {
    margin-top: 80px;
    font-size: 1.2rem;
  }

  .breadcrumbs ul li {
    margin: 0 24px 0 0;
  }

  .breadcrumbs ul li:not(:last-child)::after {
    top: 6px;
    right: -15px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 560px) {

  .breadcrumbs {
    margin: 21vw 0 -6vw;
    font-size: 3.2vw;
  }

  .breadcrumbs ul li {
    margin: 0 6.4vw 0 0;
  }

  .breadcrumbs ul li:not(:last-child)::after {
    top: 1.6vw;
    right: -4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

/*ページャー*/

.block-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-pager > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.block-pager > ul > li > a,
.block-pager > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.block-pager > ul > li > a {
  text-decoration: none;
}

.block-pager > ul > li > span {
  color: #fff;
}

.block-pager > ul > li.pager-prev a,
.block-pager > ul > li.pager-next a {
  color: transparent;
  font-size: 0;
}

.block-pager > ul > li.pager-prev a::before,
.block-pager > ul > li.pager-next a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}

.block-pager > ul > li.pager-prev a::before {
  border-bottom: 2px solid #88785F;
  border-left: 2px solid #88785F;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.block-pager > ul > li.pager-next a::before {
  border-top: 2px solid #88785F;
  border-right: 2px solid #88785F;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 561px) {

  .block-pager {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
  }

  .block-pager > ul > li + li {
    margin-left: 10px;
  }

  .block-pager > ul > li > a,
  .block-pager > ul > li > span {
    min-width: 40px;
    height: 40px;
    padding: 2px 14px 0;
    font-size: 1.3rem;
  }

  .block-pager > ul > li > a {
    background: url(../images/common/bg_pager_off@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-pager > ul > li > span {
    background: url(../images/common/bg_pager_on@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-pager > ul > li.pager-prev a::before,
  .block-pager > ul > li.pager-next a::before {
    width: 10px;
    height: 10px;
  }

  .block-pager > ul > li.pager-prev a::before {
    left: 54%;
  }

  .block-pager > ul > li.pager-next a::before {
    left: 46%;
  }
}

@media screen and (max-width: 560px) {

  .block-pager {
    margin-top: 10.67vw;
  }

  .block-pager > ul > li + li {
    margin-left: 1.8vw;
  }

  .block-pager > ul > li > a,
  .block-pager > ul > li > span {
    min-width: 10.67vw;
    height: 10.67vw;
    padding: .4vw 3.2vw 0;
    font-size: 3.47vw;
  }

  .block-pager > ul > li > a {
    background: url(../images/common/bg_pager_off@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-pager > ul > li > span {
    background: url(../images/common/bg_pager_on@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-pager > ul > li.pager-prev a::before,
  .block-pager > ul > li.pager-next a::before {
    width: 2.67vw;
    height: 2.67vw;
  }

  .block-pager > ul > li.pager-prev a::before {
    left: 54%;
  }

  .block-pager > ul > li.pager-next a::before {
    left: 46%;
  }
}

/*バナー*/

.block-bot-bnr-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-bot-bnr-list img {
  width: 100%;
}

@media screen and (min-width: 561px) {

  .block-bot-bnr-list {
    margin-top: 80px;
  }

  .block-bot-bnr-list > ul > li {
    width: 384px;
  }

  .block-bot-bnr-list > ul > li:not(:nth-child(3n)) {
    margin-right: 24px;
  }

  .block-bot-bnr-list > ul > li:not(:nth-child(-n+3)) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 560px) {

  .block-bot-bnr-list {
    margin-top: 17.07vw;
  }

  .block-bot-bnr-list > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-bot-bnr-list > ul > li {
    width: 44.27vw;
  }

  .block-bot-bnr-list > ul > li:not(:nth-child(-n+2)) {
    margin-top: 2.67vw;
  }
    
}

/*テンプレート*/

.block-base-comment {}

.block-article .item-lead {
  font-weight: 600;
}

.block-bslist .item-lead {
  font-weight: 600;
}

.block-full-img-container {
  width: 100%;
}

.block-full-img-container img {
  width: 100%;
}

.block-movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.block-movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block-article .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-bslist .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px
  flex-direction: column;
}

.block-tbl table {
  border-spacing: 0;
}

.block-tbl th {
  font-weight: 600;
  text-align: left;
}

@media screen and (min-width: 561px) {

  .block-full-img-container:not(:first-child),
  .block-movie-container:not(:first-child),
  .block-article:not(:first-child),
  .block-bslist:not(:first-child),
  .block-tbl:not(:first-child) {
    margin-top: 100px;
  }

  .block-movie-inner {
    width: 800px;
    margin: 0 auto;
  }

  .block-article.col-1 .block-article-item {
    width: 100%;
  }

  .block-article.col-2 .block-article-item {
    width: 580px;
  }

  .block-article.col-3 .block-article-item {
    width: 373px;
  }

  .block-article.col-4 .block-article-item {
    width: 282px;
  }

  .block-article.col-2 .block-article-item:not(:nth-child(2n)),
  .block-article.col-3 .block-article-item:not(:nth-child(3n)) {
    margin-right: 40px;
  }

  .block-article.col-4 .block-article-item:not(:nth-child(4n)) {
    margin-right: 24px;
  }

  .block-article.col-1 .item-img {
    max-width: 0px;
    margin: 0 auto;
  }

  .block-article .item-lead {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 150px;
  }

  .block-article.col-4 .item-lead {
    margin-top: 14px;
    font-size: 1.6rem;
  }

  .block-article.col-1 .item-lead {
    margin-top: 38px;
  }

  .block-article .item-comment {
    margin-top: 10px;
    font-size: 1.4rem;
    padding-left: 225px;
    padding-right: 225px;
  }

  .block-article.col-1 .item-comment {
    margin-top: 14px;
  }

  .block-article.col-4 .item-comment {
    margin-top: 8px;
  }

  .block-article.vert .block-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .block-article.vert-large .item-img {
    width: 580px;
  }

  .block-article.vert-large .item-detail {
    width: 556px;
  }

  .block-article.vert-small .item-img {
    width: 373px;
  }

  .block-article.vert-small .item-detail {
    width: 763px;
  }

  .block-article.vert .item-lead {
    margin-top: 0;
  }












  .block-bslist.col-1 .block-bslist-item {
    width: 100%;
  }

  .block-bslist.col-2 .block-bslist-item {
    width: 580px;
  }

  .block-bslist.col-3 .block-bslist-item {
    width: 373px;
  }

  .block-bslist.col-4 .block-bslist-item {
    width: 282px;
  }

  .block-bslist.col-2 .block-bslist-item:not(:nth-child(2n)),
  .block-bslist.col-3 .block-bslist-item:not(:nth-child(3n)) {
    margin-right: 40px;
  }

  .block-bslist.col-4 .block-bslist-item:not(:nth-child(4n)) {
    margin-right: 24px;
  }

  .block-bslist.col-1 .item-img {
    max-width: 0px;
    margin: 0 auto;
  }

  .block-bslist .item-lead {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .block-bslist.col-4 .item-lead {
    margin-top: 14px;
    font-size: 1.6rem;
  }

  .block-bslist.col-1 .item-lead {
    margin-top: 38px;
  }

  .block-bslist .item-comment {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .block-bslist.col-1 .item-comment {
    margin-top: 14px;
  }

  .block-bslist.col-4 .item-comment {
    margin-top: 8px;
  }

  .block-bslist.vert .block-bslist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .block-bslist.vert-large .item-img {
    width: 580px;
  }

  .block-bslist.vert-large .item-detail {
    width: 556px;
  }

  .block-bslist.vert-small .item-img {
    width: 373px;
  }

  .block-bslist.vert-small .item-detail {
    width: 763px;
  }

  .block-bslist.vert .item-lead {
    margin-top: 0;
  }




  .block-tbl th,
  .block-tbl td {
    padding: 20px 16px;
    border-top: 1px solid #D3CEC0;
    border-bottom: 1px solid #D3CEC0;
  }
}

@media screen and (max-width: 560px) {
    
   .block-bslist .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px
  flex-direction: column;
  } 

  .block-sns_list .base-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px
  flex-direction: column;
  justify-content: center;
  }
    
  .block-full-img-container:not(:first-child),
  .block-movie-container:not(:first-child),
  .block-article:not(:first-child),
  .block-bslist:not(:first-child),
  .block-tbl:not(:first-child) {
    margin-top: 21vw;
  }

  .block-article.col-1 .item-img {
    max-width: 0px;
    display: none;
  }
    
  .block-article.col-1 .block-news_detail-article-item {
    width: 100%;
  }

  .block-article.col-2 .block-article-item,
  .block-article.col-4 .block-article-item {
    width: calc((100% - 4.27vw) /2);
  }

  .block-article.col-3 .block-article-item {
    width: calc((100% - (4.27vw * 2)) /3);
  }

  .block-article.col-2 .block-article-item:not(:nth-child(2n)),
  .block-article.col-4 .block-article-item:not(:nth-child(2n)),
  .block-article.col-3 .block-article-item:not(:nth-child(3n)) {
    margin-right: 4.27vw;
  }

  .block-article.col-4 .block-article-item:not(:nth-child(-n+2)) {
    margin-top: 5vw;
  }

  .block-article .item-lead {
    margin-top: 3.6vw;
    font-size: 3.47vw;
    line-height: 1.7;
  }

  .block-article.col-1 .item-lead {
    margin-top: 6vw;
    font-size: 4.27vw;
  }

  .block-article .item-comment {
    margin-top: 2.4vw;
    font-size: 3.2vw;
  }

  .block-article.col-1 .item-comment {
    margin-top: 4vw;
    font-size: 3.73vw;
  }

  .block-article.vert .block-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-article.vert .item-img {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .block-article.vert .item-detail {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }








.block-bslist.col-1 .item-img {
    max-width: 0px;
    display: none;
  }
    
  .block-bslist.col-1 .block-news_detail-bslist-item {
    width: 100%;
  }

  .block-bslist.col-2 .block-bslist-item,
  .block-bslist.col-4 .block-bslist-item {
    /*width: calc((100% - 4.27vw) /2);*/
  }

  .block-bslist.col-3 .block-bslist-item {
    width: calc((100% - (4.27vw * 2)) /3);
  }

  .block-bslist.col-2 .block-bslist-item:not(:nth-child(2n)),
  .block-bslist.col-4 .block-bslist-item:not(:nth-child(2n)),
  .block-bslist.col-3 .block-bslist-item:not(:nth-child(3n)) {
    /*margin-right: 4.27vw;*/
  }

  .block-bslist.col-4 .block-bslist-item:not(:nth-child(-n+2)) {
    margin-top: 5vw;
  }

  .block-bslist .item-lead {
    margin-top: 3.6vw;
    font-size: 3.47vw;
    line-height: 1.7;
  }

  .block-bslist.col-1 .item-lead {
    margin-top: 6vw;
    font-size: 4.27vw;
  }

  .block-bslist .item-comment {
    margin-top: 2.4vw;
    font-size: 3.2vw;
  }

  .block-bslist.col-1 .item-comment {
    margin-top: 4vw;
    font-size: 3.73vw;
  }

  .block-bslist.vert .block-bslist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-bslist.vert .item-img {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .block-bslist.vert .item-detail {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }



  .block-tbl table,
  .block-tbl tbody,
  .block-tbl tr,
  .block-tbl th,
  .block-tbl td {
    display: block;
  }

  .block-tbl table {
    margin: 0 -4.27vw;
    border-top: 1px solid #D3CEC0;
  }

  .block-tbl tr {
    padding: 4vw 4.27vw;
    border-bottom: 1px solid #D3CEC0;
  }

  .block-tbl td {
    margin-top: 2vw;
    font-size: 3.47vw;
  }
}

/*リスト*/

.block-white_bg-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-white_bg-list .list-btn,
.block-white_bg-list .list-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-white_bg-list .list-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 561px) {

  .block-white_bg-list .list-2col li {
    width: 580px;
  }

  .block-white_bg-list .list-3col li {
    width: 384px;
  }

  .block-white_bg-list .list-2col li:not(:nth-child(2n)) {
    margin-right: 40px;
  }

  .block-white_bg-list .list-2col li:not(:nth-child(-n+2)) {
    margin-top: 40px;
  }

  .block-white_bg-list .list-3col li:not(:nth-child(3n)) {
    margin-right: 24px;
  }

  .block-white_bg-list .list-3col li:not(:nth-child(-n+3)) {
    margin-top: 25px;
  }

  .block-white_bg-list .list-container {
    padding-bottom: 32px;
    background: url(../images/common/bg_white_list.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-white_bg-list h2 + .list-container {
    margin-top: 40px;
  }

  .block-white_bg-list .list-detail {
    margin-top: 18px;
  }

  .block-white_bg-list .list-2col .list-detail {
    padding: 0 40px;
  }

  .block-white_bg-list .list-3col .list-detail {
    padding: 0 20px;
  }

  .block-white_bg-list .list-sub_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    overflow: hidden;
  }

  .block-white_bg-list .list-btn {
    margin-top: 28px;
  }

  .block-white_bg-list .list-btn a {
    width: 260px;
    height: 48px;
    background: url(../images/common/btn_bg_beige_260.png) center no-repeat;
    background-size: contain;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {

  .block-white_bg-list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-white_bg-list li {
    margin-top: 3.2vw;
  }

  .block-white_bg-list img {
    width: 100%;
  }

  .block-white_bg-list .list-container {
    padding-bottom: 4vw;
    background: url(../images/common/bg_white_list@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-white_bg-list h2 + .list-container {
    margin-top: 4.27vw;
  }

  .block-white_bg-list .list-detail {
    margin-top: 4vw;
    padding: 0 3.2vw;
  }

  .block-white_bg-list .list-sub_ttl {
    height: 12vw;
    font-size: 3.73vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
  }

  .block-white_bg-list .list-btn {
    margin-top: 1vw;
  }

  .block-white_bg-list .list-btn a {
    width: 37.73vw;
    height: 8.53vw;
    background: url(../images/common/btn_bg_beige_142@2x.png) center no-repeat;
    background-size: contain;
    font-size: 2.67vw;
  }

  .block-white_bg-list .list-btn a.link-outer::after {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 0 0 1vw;
  }
	.block-anker-list li:not(:nth-child(-n+4)) {
    margin-top: 10px;
  }
}

/*アンカー*/

.block-anker-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.block-anker-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #E4E1DC;
  text-decoration: none;
}

.block-anker-list a::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #897C60 transparent transparent transparent;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


@media screen and (min-width: 561px) {

  .block-anker-list {
    margin-top: 40px;
  }

  .block-anker-list.col-3 li:not(:nth-child(3n)),
  .block-anker-list.col-4 li:not(:nth-child(4n)),
  .block-anker-list.col-5 li:not(:nth-child(5n)),
  .block-anker-list.col-6 li:not(:nth-child(6n)) {
    margin: 0px 10px 10px 0px;
  }

  .block-anker-list a {
    height: 50px;
    padding-left: 16px;
    font-size: 1.6rem;
  }

  .block-anker-list.col-3 a {
    width: 393px;
  }

  .block-anker-list.col-4 a {
    width: 292px;
  }

  .block-anker-list.col-5 a {
    width: 232px;
  }

  .block-anker-list.col-6 a {
    width: 191px;
  }

  .block-anker-list a::after {
    right: 16px;
  }
}

@media screen and (max-width: 560px) {

  .block-anker-list {
    margin-top: 6.4vw;
  }

  .block-anker-list li:not(:nth-child(3n)) {
    margin-right: 2.67vw;
  }

  .block-anker-list li:not(:nth-child(-n+3)) {
    margin-top: 2.67vw;
  }

  .block-anker-list a {
    width: 28.53vw;
    height: 8.53vw;
    padding-left: 2.67vw;
    font-size: 3.2vw;
  }

  .block-anker-list a::after {
    right: 2.67vw;
  }
}

/*スライダー*/

.block-slider-full-centered-disp3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

@media screen and (min-width: 561px) {

  .block-slider-full-centered-disp3 .slider-item {
    width: 600px;
    margin: 0 12px;
  }
}

@media screen and (max-width: 560px) {

  .block-slider-full-centered-disp3 .slider-item {
    width: 80vw;
    margin: 0 1.33vw;
  }

  .block-slider-full-centered-disp3 .slider-item img {
    width: 100%;
  }
}

/*アコーディオン*/

.block-acc-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.block-acc-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-acc-list-item .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-acc-list-item .list-btn a,
.block-acc-list-item .list-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #756643;
  text-decoration: none;
}

@media screen and (min-width: 561px) {

  .block-acc-list-item {
    padding: 28px 32px 32px;
    background: url(../images/shop-list/bg_shop_list.png) center no-repeat;
    background-size: 100% 100%;
  }

  .list-1col .block-acc-list-item {
    width: 100%;
  }

  .list-2col .block-acc-list-item {
    width: 588px;
    height: auto;
  }

  .list-3col .block-acc-list-item {
    width: 384px;
    height: 332px;
  }

  .list-2col .block-acc-list-item:not(:nth-child(2n)),
  .list-3col .block-acc-list-item:not(:nth-child(3n)) {
    margin-right: 24px;
  }

  .list-2col .block-acc-list-item:not(:nth-child(-n+2)),
  .list-3col .block-acc-list-item:not(:nth-child(-n+3)) {
    margin-top: 24px;
  }

  .block-acc-list-item .list-ttl {
    font-size: 2rem;
    font-weight: 600;
  }

  .block-acc-list-item .list-detail {
    margin-top: 10px;
  }

  .block-acc-list-item .list-comment p.annotation {
    margin-top: 3px;
    font-size: 1.2rem;
  }

  .block-acc-list-item .list-btn {
    margin-top: 18px;
  }

  .block-acc-list-item .list-btn a,
  .block-acc-list-item .list-btn span {
    width: 260px;
    height: 48px;
    background: url(../images/common/btn_bg_beige_260.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 1.6rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 560px) {

  .block-acc-list-item {
    width: 100%;
    padding: 0 4.27vw;
    background: url(../images/common/bg_contact_list@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-acc-list-item .list-logo {
    position: relative;
    height: 21.33vw;
    padding-right: 12.27vw;
  }

  .block-acc-list-item + .block-acc-list-item {
    margin-top: 2.67vw;
  }

  .block-acc-list-item .list-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 14.93vw;
    padding: 2.67vw 0;
    font-weight: 600;
  }

  .block-acc-list-item .list-ttl::before,
  .block-acc-list-item .list-ttl::after {
    content: '';
    display: block;
    position: absolute;
  }

  .block-acc-list-item .list-ttl::before {
    top: 50%;
    right: 0;
    width: 6.4vw;
    height: 6.4vw;
    background-color: #E4E1DC;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-acc-list-item .list-ttl::after {
    top: 50%;
    right: 2.2vw;
    width: 1.8vw;
    height: 1.8vw;
    margin-top: -1.33vw;
    border-right: 2px solid #756545;
    border-bottom: 2px solid #756545;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .block-acc-list-item .list-ttl.is-open::after {
    margin-top: -.33vw;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .block-acc-list-item .list-detail.js-acc_list-target {
    display: none;
  }

  .block-acc-list-item .list-comment {
    font-size: 3.47vw;
  }

  .block-acc-list-item .list-comment p.annotation {
    font-size: 2.93vw;
  }

  .block-acc-list-item .list-btn {
    margin-top: 4.27vw;
    padding-bottom: 6.4vw;
  }

  .block-acc-list-item .list-btn a {
    width: 37.33vw;
    height: 8.53vw;
    background: url(../images/common/btn_bg_beige_142@2x.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 561px) {

  .block-contact-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .block-contact-modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .block-contact-modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .block-contact-modal-inner {
    position: relative;
    width: 1000px;
    min-height: 200px;
    padding: 40px;
    background: url(../images/common/bg_contact_modal.png) center no-repeat;
    background-size: 100% 100%;
  }
	
  .block-contact-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background: url(../images/company/history/icon_modal_close.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  .block-contact-modal h3 {
    font-size: 2.8rem;
  }

  .block-contact-modal-comment {
    margin-top: 4px;
  }

  .block-contact-modal-list {
    margin-top: 10px;
    overflow: auto;
  }
  .block-contact-modal-list-item {
    background: url(../images/common/bg_contact_acc.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-contact-modal-list-item + .block-contact-modal-list-item {
    margin-top: 10px;
  }

  .block-contact-modal-list-item .modal-list-question {
    position: relative;
    padding: 18px 24px;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
  }

  .block-contact-modal-list-item .modal-list-question::before,
  .block-contact-modal-list-item .modal-list-question::after {
    content: '';
    display: block;
    position: absolute;
  }

  .block-contact-modal-list-item .modal-list-question::before {
    top: 50%;
    right: 22px;
    width: 32px;
    height: 32px;
    background-color: #E4E1DC;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-contact-modal-list-item .modal-list-question::after {
    top: 50%;
    right: 33px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-right: 2px solid #756545;
    border-bottom: 2px solid #756545;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .block-contact-modal-list-item .modal-list-question.is-open::after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .block-contact-modal-list-item .modal-list-answer {
    display: none;
    padding: 0 24px 20px;
  }
}

@media screen and (max-width: 560px) {
	
  .block-contact-modal {
    margin: 4.27vw -4.27vw;
    padding: 3.8vw 4.27vw 4.27vw;
    background: url(../images/common/bg_contact_modal@2x.png) center no-repeat;
    background-size: 100% 100%;
  }
	/*220125_LIVE ALOHA GIVE ALOHA 活動内容　尾嶋記載*/
	.block-contact-modal.block-contact-modal01 {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 999;
	background: none;
	}
	.block-contact-modal-bg.block-contact-modal-bg01 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
	.block-contact-modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
	.block-contact-modal-inner.block-contact-modal-inner01 {
    position: relative;
    width: auto;
		padding: 40px;
    background: url(../images/common/bg_contact_modal.png) center no-repeat;
    background-size: 100% 100%;
}
	.block-contact-modal-list.block-contact-modal-list01 {
    overflow: auto;
	height: 550px;
  }
	.block-contact-modal-close.block-contact-modal-close01 {
    position: absolute;
    top: 38px;
    right: 14px;
    width: 40px;
    height: 40px;
    background: url(../images/company/history/icon_modal_close.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
	/*220125_LIVE ALOHA GIVE ALOHA 活動内容　尾嶋記載ここまで*/
	
  .block-contact-modal h3 {
    font-size: 3.73vw;
  }

  .block-contact-modal-comment {
    margin-top: 1vw;
    font-size: 3.47vw;
    line-height: 1.6;
  }

  .block-contact-modal-list {
    margin-top: 2vw;
  }

  .block-contact-modal-list-item {
    background: url(../images/common/bg_contact_list@2x.png) center no-repeat;
    background-size: 100% 100%;
  }

  .block-contact-modal-list-item + .block-contact-modal-list-item {
    margin-top: 1.67vw;
  }

  .block-contact-modal-list-item .modal-list-question {
    position: relative;
    padding: 3vw 4vw 7.27vw;
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.4;
  }

  .block-contact-modal-list-item .modal-list-question::before,
  .block-contact-modal-list-item .modal-list-question::after {
    content: '';
    display: block;
    position: absolute;
  }

  .block-contact-modal-list-item .modal-list-question::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.27vw;
    background-color: #E4E1DC;
  }

  .block-contact-modal-list-item .modal-list-question::after {
    bottom: 1.8vw;
    left: 50%;
    width: 1.8vw;
    height: 1.8vw;
    margin-left: -1.33vw;
    border-right: 2px solid #756545;
    border-bottom: 2px solid #756545;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease;
    transition: .15s ease;
  }

  .block-contact-modal-list-item .modal-list-question.is-open::after {
    bottom: 0.8vw;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .block-contact-modal-list-item .modal-list-answer {
    display: none;
    padding: 3vw 4vw;
    font-size: 3.47vw;
  }
}

/*個人情報保護方針*/

.block-privacy-list .list-comment p + p {
  margin-top: 1.4em;
}

.block-privacy-info {
  text-align: right;
}

@media screen and (min-width: 561px) {

  .block-privacy-info {
    margin-top: 80px;
  }
}

@media screen and (max-width: 560px) {

  .block-privacy-info {
    margin-top: 10.67vw;
  }
}


/*220308尾嶋追記 法人のお客様ボタン箇所*/
.link_sns_nav .common_tag-item{
		margin: 0.5em 1em 0 0;
	}
.link_sns_nav{
	flex-wrap: wrap;
}
.link_sns_box{
	flex-wrap: wrap;
}
@media screen and (max-width: 560px){
	.link_sns_box{
	justify-content: space-around;
		display: flex;
}
.link_sns_box .base-container{
	width: 45%;
	padding: 0;
}
		.link_sns_icon{
			justify-content: space-around!important;
			width: 90%;
			margin: 0 auto;
		}
		.link_sns_icon li img{
			width: 30px;
		}
		.link_sns_icon li + li{
			margin-left: 0!important;
		}
}
/*レシートLP*/
.online_top{
			text-align: center;
			font-size: 2em;
			margin-top: 50px;
			font-weight: bold;
		}
		.block-onlineshop-content h2{
			background-color: #C0B089;
			color: #fff;
			padding: 0.5em 0;
			margin-bottom: 20px;
			text-align: center;
		}
		.online_top_nav{
			max-width: 400px;
			margin: 50px auto;
		}
		.online_top_nav li{
			background-color: #fff;
			padding: 0.5em 0 0.5em 2em;
			margin-bottom: 10px;
		}
		.online_top_nav li:last-child{
			margin-bottom: 0;
		}
		.online_top_nav li a{
			font-weight: bold;
		}
		.online_top_manu{
			color: #fff;
			max-width: 800px;
			margin: 0 auto;
		}
		.online_top_manu li{
			margin-bottom: 50px;
		}
		.online_top_manu h3{
			font-size: 2.3em;
			line-height: 1.3em;
		}
		.online_top_manu h3 span{
			font-size: 0.7em;
			font-weight: normal;
		}
		.online_top_manu_box{
			display: flex;
			justify-content: space-between;
			background-color: #C0B089;
			width: 100%;
			padding: 0 2em;
		}
		.online_top_manu_box img{
			border-radius: 50%;
			max-width: 140px;
		}
		.online_top_manu_title{
			margin: auto;
			text-align: center;
		}
		.online_top_manu_box01{
			background-color: #fff;
			padding: 1em;
			text-align: right;
		}
		.online_top_manu_box01 li{
			margin-bottom: 5px;
			position: relative;
		}
		.online_top_manu_box01 li::before{
			position: absolute;
			content: "";
			width: 0;
			height: 0;
			border-left: 6px solid #756643;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			top: 7px;
			right: 0;
		}
		.online_top_manu_box02 li a,.online_top_nav li a{
			text-decoration: none;
			display: block;
		}
		.online_top_manu_box01 li a{
			text-decoration: none;
			padding-right: 1em;
		}
		.online_top_manu_box02{
			display: flex;
			justify-content: space-around;
		}
		.online_top_manu_box02 li{
			background-color: #fff;
			padding: 1em 0;
			margin: 20px 0 0;
			width: 300px;
			text-align: center;
		}
		.online_flyers .block-onlineshop-content{
			margin-bottom: 80px;
		}
		.online_top_manu_img{
			margin: auto 0;
		}
		.online_top_manu_box{
				min-height: 180px;
			}
		.online_top_manu_box a{
			color: #fff;
			text-decoration: none;
			margin: auto;
		}
	.online_question .list-3col li{
		width: 100%;
	}
	.online_question .list-3col .list-detail{
		padding: 1.5em 3em;
	}
	.online_question .list-wholesale-ttl,.online_question .list-detail{
		margin-top: 0;
	}
	.online_question .list-3col li:not(:nth-child(3n)){
		margin-right: 0;
	}
	.online_question .block-white_bg-list .list-container{
		padding-bottom: 0;
	}
.wholesale_link{
		-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
		border: 2px solid;
		width: auto;
		right: 20px;
		bottom: 80px;
	z-index: 999;
	position: fixed;
	padding: 2em 1.5em;
}
	.wholesale_link a{
		text-decoration: none;
		font-size: 1em;
		letter-spacing: 0.2em;
		font-weight: bold;
		display: block;
	}
.wholesale_link_sp{
	display: block!important;
	opacity: 1!important;
	bottom: 15vw;
	right: calc(2.67vw + 1em);
	background-color: #756643;
	z-index: 999;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	padding: 1.5em 1em;
	width: auto;
}
.wholesale_link_sp a{
	font-size: 0.8em;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-decoration: none;
	}
.online_question ul li{
		margin-bottom: 30px;
		margin-top: 0!important;
	}
.online_question .list-hidden-area{
	margin: 10px 1em 0 1em;
}
.online_question .list-hidden-area p{
	position: relative;
	padding-left: 1em;
}
.online_question .list-hidden-area p::before{
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
		@media screen and (max-width: 560px){
			.online_top{
				font-size: 1.1em;
			}
			.online_top_manu_box{
			padding: 0.5em 1em;
		}
			.online_top_manu h3{
			font-size: 1.2em;
		}
			.online_top_manu_box02 li{
				padding: 0.8em 0;
			}
			.online_top_manu_box02 li:first-child{
				margin: 20px 5px 0 0;
			}
			.online_top_manu_box02 li:last-child{
				margin: 20px 0 0 5px;
			}
			.online_top_manu_box02{
				justify-content: space-between;
			}
			.block-onlineshop-content h2{
				font-size: 1em;
			}
			.block-onlineshop-content ul li{
				width: 48%;
			}
			.online_top_manu_box img{
			max-width: 70px;
		}
			.online_top_manu_box{
				min-height: 100px;
			}
			.online_flyers .list-sub_ttl{
				font-size: 0.7em;
			}
		.online_question .list-3col .list-detail{
		padding: 1.5em 1em;
	}
		
		}

/*お問い合わせページ221104　こころ*/
.various_contact_01{
	display: flex;
	justify-content: space-between;
}
.various_contact_01 div a:nth-child(1){
	max-width: 250px;
}
.various_contact_01_sp{
	display: none;
}
.various_contact_01_pc{
	text-align: right;
	font-size: 0.8em;
	margin-top: 1em;
}
@media screen and (max-width: 560px){
	.various_contact_01{
	display:block;
}
.various_contact_01 div.list-btn a:nth-child(1){
	max-width: none;
}
	.block-acc-list-item .various_contact_01 div.list-btn a{
		width: 47.33vw;
	}
	.various_contact_01 div:nth-child(3){
		margin-top: 0;
	}
	.various_contact_01_sp{
	display: block;
	font-size: 0.8em;
		text-align: center;
}
.various_contact_01_pc{
	display: none;
}
}


