@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";

.wrap {
  overflow-x: hidden;
}
@media screen and (min-width: 801px) {
  .wrap {
    padding-top: 135px;
  }
}

/* ============================================ */
/* ヘッダー */
/* ============================================ */
.header_content {
  margin: 10px auto 0;
  overflow: hidden;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header_top_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.header_top_wrap_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.header_logo_wrap {
  flex: 0 0 240px;
  max-width: 240px;
}
.logo_content {
  transition: .3s opacity ease-out;
}
.logo_content:hover {
  opacity: .7;
}
.header_nav_top_list {
  display: flex;
  justify-content: flex-end;
}
.header_nav_top_list_item:not(:last-child) {
  margin-right: 11px;
}
.header_nav_top_list_item .round_button {
  border: 1px solid #000;
  transition: .3s ease-out;
  transition-property: background, color, border-color;
}
.header_nav_top_list_item .round_button span {
  background: center left no-repeat;
  background-size: contain;
  letter-spacing: .04em;
  display: inline-block;
  line-height: 1.1;
}
.header_nav_top_list_item .round_button .icon-shop {
  padding-left: 34px;
  background-image: url(../img/cmn/icon-shop.svg);
}
.header_nav_top_list_item .round_button .icon-mail {
  padding-left: 26px;
  background-image: url(../img/cmn/icon-mail.svg);
}
.header_nav_bottom {
  margin-top: 21px;
}
.header_nav_bottom_list {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}
.header_nav_bottom_list_item {
  font-size: 1.3rem;
  letter-spacing: .1em;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom:8px;
}
.header_nav_bottom_list_item a, .header_nav_bottom_list_item button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.4;
}
.header_nav_bottom_list_item a::before, .header_nav_bottom_list_item button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6ca0a4;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  transition: .3s ease-out;
  transition-property: bottom, opacity;
}
.header_nav_bottom_list_item a:hover::before, .header_nav_bottom_list_item button:hover::before {
  bottom: 0;
  opacity: 1;
}
.header_nav_bottom_list_item:not(:first-child) {
  margin-left: 18px;
  border-left: 1px solid #ccc;
}
.js-change_nav-plan .header_nav_bottom_list_item {
  padding-left: 13px;
}
.js-change_nav-plan .header_nav_bottom_list_item:not(:first-child) {
  margin-left: 12px;
}
.change_nav_link {
  letter-spacing: .1em;
}
.header_content-black .change_nav_link {
  color: #fff;
}
@media screen and (min-width: 801px) {
  .header_content.fixed:not(.header_content_top) {
    border-bottom: 1px solid #b2b2b2;
  }
  .header_top_wrap_inner {
    -webkit-clip-path: polygon(50px 0, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::before, .header_top_wrap_inner::after {
    content: "";
    position: absolute;
    display:block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
  }
  .header_top_wrap_inner {
    padding: 25px 51px 10px 42px;
    border: 1px solid #b2b2b2;
  }
  .header_top_wrap_inner::before {
    top: -1px;
    left: -22px;
    transform: rotate(-45deg);
    transform-origin: top right;
  }
  .header_top_wrap_inner::after {
    bottom: -1px;
    right: -21px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
  }

  /* header切り替え */
  .header_content-black .header_top_wrap_inner {
    /* background: #666; */
    background-image: linear-gradient(0deg, rgba(55, 55, 55, 1), rgba(110, 110, 110, 1));
  }
  .header_content-black .logo_content {
    background-image: url(../img/cmn/icon-shop-b.svg);
  }
  .header_content-black .header_logo_wrap {
    background-image: url(../img/cmn/logo_close.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header_content-black img.logo {
    display: none;
  }
  .header_content-black .round_button, .header_nav_top_list_item .round_button:hover {
    background: #fff;
    color: #000;
  }
  .header_content-black .header_nav_top_list_item .round_button {
    border: 1px solid #666;
  }

  .header_content-black .round_button:hover {
    background: #666;
    color: #fff;
    border-color: #fff;
  }
  .header_content-black .round_button .icon-shop, .header_nav_top_list_item .round_button:hover .icon-shop {
    background-image: url(../img/cmn/icon-shop-b.svg);
  }
  .header_content-black .round_button .icon-mail, .header_nav_top_list_item .round_button:hover .icon-mail {
    background-image: url(../img/cmn/icon-mail-b.svg);
  }
  .header_content-black .round_button:hover .icon-shop {
    background-image: url(../img/cmn/icon-shop.svg);
  }
  .header_content-black .round_button:hover .icon-mail {
    background-image: url(../img/cmn/icon-mail.svg);
  }
  .header_content-black .header_link_text {
    color: #fff;
  }

  .change_menu_button {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .change_menu_button span{
    position: absolute;
    top: 100%;
  }
  .change_menu_button::before, .change_menu_button[data-type="plan"]::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: 3;
    transition: .3s transform ease-out;
  }
  .change_menu_button:hover::before, .change_menu_button[data-type="plan"]:hover::after {
    transform: rotate(360deg);
  }
  .change_menu_button::before {
    bottom: 10px;
    right: 10px;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #666;
  }
  .change_menu_button[data-type="plan"]::after {
    bottom: 10px;
    right: 10px;
    border-right: 9px solid transparent;
    border-top: 9px solid #666;
  }
  .header_nav_top_list_item .round_button {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 801px) {
  .header_top_wrap_inner {
    padding: 10px 51px 5px 42px;
  }
  .header_logo_wrap {
    flex: 0 0 200px;
  }
  .header_nav_top_list_item .round_button {
    font-size: 1.2rem;
    padding: 4px 16px;
  }
  .header_nav_bottom {
    margin-top: 13px;
  }
}
@media screen and (max-width: 800px) {
  .header_top_wrap {
    margin: 0;
    width: 100%;
  }
  .header_content {
    width: 100%;
    margin: 0;
  }
  .header_logo_wrap {
    flex: 0 0 140px;
    padding: 8px 10px;
    max-width: 140px;
  }
  .header_nav_wrap {
    flex: 1 1 auto;
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header_nav_top_list_item .round_button .icon-shop {
    padding-left: 14px;
    background-size: 12px auto;
  }
  .header_nav_top_list_item .round_button .icon-mail {
    padding-left: 13px;
    background-size: 10px auto;
  }
  .header_nav_top {
    padding: 9px 1px 9px 0;
  }
  .header_nav_top_list_item .round_button span {
    letter-spacing: -.07em;
  }
  .header_nav_top_list_item:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 390px) {
  .header_nav_top {
    display: none;
  }
}

/* ハンバーガーメニュー */
/* -------------------------------------------- */
.hamburger_nav {
  display: none;
}
.hamburger_nav.is-open {
  display: block;
  position: relative;
  z-index: 20;
}
.hamburger_nav_overlay {
  display: none;
}
.hamburger_nav_container {
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.hamburger_close {
  background: transparent;
  border: 0;
}
.hamburger_content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 58px;
}
.hamburger_content .inner {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .hamburger_content {
    padding: 0 15px;
    margin-top: 38px;
  }
  .hamburger_nav_overlay {
    align-items: center;
    background: rgba(0,0,0,.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    outline: none;
  }
  .hamburger_nav_container {
    background-color: #000;
  }
  .hamburger_list {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
  .hamburger_link {
    position: relative;
    display: block;
    padding: 13px 13px 13px 23px;
    border-bottom: 1px solid #fff;
  }
  .hamburger_accordion_link::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    left: 1px;
    top: 12px;
    background-image: url(../img/cmn/icon_arrow_open.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hamburger_accordion_link {
    position: relative;
    display: block;
    padding: 7px 0 0 12px;
  }
  .hamburger_accordion_item {
    position: relative;
    padding: 0 0 15px;
    width: 49%;
  }
  .hamburger_link::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    left: 10px;
    top: 18px;
    background-image: url(../img/cmn/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hamburger_link.is_open::before {
    background-image: url(../img/cmn/icon_arrow_open.svg);
  }
  .accordion_button::marker {
    -webkit-appearance: none;
    display: none;
  }
  .hamburger_inner_list {
    background-color: #fff;
    color: #000;
  }
  .hamburger_item {
    width: 50%;
  }
  .hamburger_item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .hamburger_photo_plan_img {
    display: block;
    width: 100%;
  }
  .hamburger_nav_top_list {
    padding: 9px 49px 9px 0;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }
  .hamburger_nav_top_list_item:not(:last-of-type) {
    margin: 0 6px 0 0;
  }
  .hamburger_nav_top .round_button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    letter-spacing: -.07em;
  }
  .hamburger_nav_top .icon-shop {
    display: inline-block;
    line-height: 0.8;
    padding-left: 14px;
    background-size: 12px auto;
    background: url(../img/cmn/icon-shop_hamburger.svg) center left no-repeat;
  }
  .icon-mail {
    display: inline-block;
    line-height: 0.7;
    padding-left: 13px;
    background-size: 10px auto;
    background: url(../img/cmn/icon-mail_hamburger.svg) center left no-repeat;
  }
  .hamburger_accordion {
    padding: 30px 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
  }
}
@media screen and (max-width: 420px) {
  .hamburger_content {
    margin-top: 18px;
  }
  .hamburger_nav_top .round_button {
    font-size: 1rem;
  }
  .hamburger_list {
    letter-spacing: 0.7px;
    font-size: 1rem;
  }
  .hamburger_accordion_link {
    padding: 6.5px 0 0 12px;
  }
  .hamburger_accordion_link::before {
    width: 4px;
    top: 9px;
  }
  .hamburger_link::before {
    width: 4px;
    top: 16.3px;
  }
}

/* ハンバーガーメニュー　アニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hamburger_nav[aria-hidden="false"] .hamburger_nav_overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.hamburger_nav[aria-hidden="false"] .hamburger_nav_container {
  animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}

.hamburger_nav[aria-hidden="true"] .hamburger_nav_overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.hamburger_nav[aria-hidden="true"] .hamburger_nav_container {
  animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}

.hamburger_nav .hamburger_nav_container,
.hamburger_nav .hamburger_nav_overlay {
  will-change: transform;
}
.nav_wrap {
  margin-bottom: 0;
}

/* ハンバーガーメニュー　ボタン周り */
.hamburger_btn {
  position: relative;
  width: 48px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}
.hamburger_btn span, .hamburger_btn span::before, .hamburger_btn span::after {
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
}
.hamburger_btn span {
  top: 27px;
  left: 10px;
}
.hamburger_btn span::before, .hamburger_btn span::after {
  content: "";
  left: 0;
}
.hamburger_btn span::before {
  top: -8px;
}
.hamburger_btn span::after {
  bottom: -8px;
}
.hamburger_close{
  position: fixed;
  color: #fff;
}
.hamburger_close span{
  background: transparent;
}
.hamburger_close span::before, .hamburger_close span::after {
  top: 0;
}
.hamburger_close span::before {
  transform: rotate(-45deg);
}
.hamburger_close span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger_nav.is-open .hamburger_close span::before,
  .hamburger_nav.is-open .hamburger_close span::after {
    background-color: #fff;
  }
  .hamburger_btn span {
    top: 20px;
    left: 11px;
  }
  .hamburger_btn span,
  .hamburger_btn span::before,
  .hamburger_btn span::after {
    width: 25px;
  }
}


/* ============================================ */
/* メイン */
/* ============================================ */
.main_content_wrap {
  position: relative;
  z-index: 1;
}
.inner {
  margin: auto;
  padding: 0 15px;
  max-width: 1030px;
}
/* .page .main_content > .inner {
max-width: 948px;
} */
@media screen and (max-width: 800px) {
  .main_content_wrap {
    padding-top: 20px;
  }
}

/* ============================================ */
/* ページタイトル */
/* ============================================ */
.page_ttl {
  height: 280px;
  background: linear-gradient(to bottom, rgb(175 158 106 / 30%), #fff 50%);
  position: relative;
  margin-bottom: 40px;
}
.page_ttl::before, .page_ttl-page .page_ttl_text_wrap::after, .page_ttl_content::before {
  content:"";
  position: absolute;
  display: block;
}
.page_ttl::before {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top: 1px solid rgb(0 0 0 / 10%);
  border-bottom: 1px solid rgb(255 255 255 / 60%);
}
.page_ttl-page .page_ttl_text_wrap::after {
  left: 57%;
  top: 56%;
  width: 800px;
  height: 372px;
  background: url(../img/about_us/about_title_text.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.page_ttl-plan {
  height: 425px;
}
.page_ttl_content {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 40px;
  position: relative;
}
.page_ttl_content::before {
  right: 0;
  bottom: 0;
  width: 720px;
  height: 239px;
  background: url(../img/about_us/about_title_img.jpg) center center no-repeat;
}
.page_ttl-plan .page_ttl_content::before {
  width: 70%;
  height: 350px;
  bottom: 32px;
  background-size: cover;
}
.page_ttl_text_wrap {
  max-width: calc(100% - 720px);
  padding-left: 15px;
  height: 100%;
  position: relative;
}
.page_ttl-plan .page_ttl_text_wrap {
  max-width: 100%;
}
.page_ttl_inner {
  width: calc(100vw - (100vw - 1030px)/2);
  max-width: 100%;
  height: 100%;
  padding-left: calc((100vw - 1030px)/2);
  display: flex;
  align-items: center;
  position: absolute;
}
.page_ttl-plan .page_ttl_inner {
  width: 100%;
  padding: 0;
  position: relative;
}
.page_ttl_text {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  line-height: 32px;
  letter-spacing: .3rem;
  z-index: 1;
  flex: 1 1 100%;
  position: relative;
}
.page_ttl-plan .page_ttl_text {
  height: 100%;
  display: flex;
  align-items: center;
}
.page_ttl-plan .page_title_text_jp {
  flex: 1 1 100%;
  text-align: center;
  padding-top: 79px;
  background: url(../img/plan/omiyamairi/title_icon.svg) top center no-repeat;
  background-size: auto 63px;
  font-size: 3.5rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.45em;
  margin-right: -0.45em;
  margin-top: -27px;
  margin: -27px -0.4em 0 0;
  max-width: 350px;
}
.page_ttl_text .page_title_text_en {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .5em;
  display: block;
}
.page_ttl-plan .page_title_text_en {
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 8.5rem;
  font-family: Times;
  color: #000;
  letter-spacing: .07em;
  line-height: 1;
  margin-bottom: -13px;
  padding-right: calc((100% - 1030px)/2);
  text-align: right;
}
@media screen and (min-width: 1201px){
  .page_ttl::after {
    left: auto;
    right: 50%;
  }
  .page_ttl_inner {
    padding-left: 85px;
    width: 100%;
  }
  .page_ttl-plan .page_title_text_jp {
    max-width: 29%;
    display: block;
  }
}
@media screen and (max-width: 1050px) and (min-width: 801px) {
  .page_ttl_content::before {
    max-width: 75%;
    background-size: cover;
  }
  .page_ttl_text_wrap {
    max-width: 25%;
  }
}
@media screen and (min-width: 801px) {
  .page_ttl-plan .page_title_text_jp {
    background-size: auto 63px;
    font-size: 3.5rem;
    letter-spacing: 0.45em;
    padding-left: 0.45em;
  }
}
@media screen and (max-width: 800px) {
  .page_title_wrap {
    display: flex;
    flex-flow: column;
	  margin-top: 50px;
  }
  .page_ttl {
    height: 32.5vw;
    margin-bottom: 6px;
  }
  .page_ttl-plan {
    height: 200px;
  }
  .page_ttl_content {
    padding-top: 46px;
  }
  .page_ttl-plan .page_ttl_content {
    padding-top: 50px;
  }
  .page_ttl_content::before {
    max-width: 62.5%;
    height: 27.5vw;
    z-index: 1;
    background-size: cover;
  }
  .page_ttl-plan .page_ttl_content::before {
    width: 67.5%;
    height: 180px;
    bottom: 0;
  }
  .page_ttl_text_wrap {
    max-width: 100%;
    padding-left: 10px;
  }
  .page_ttl-page .page_ttl_text_wrap::after {
    width: 59vw;
    height: calc(100% + 60px);
    transform: translateY(-50%) rotate(-6deg);
    left: -4%;
    top: 37%;
    background-position: center left;
  }
  .page_ttl_inner {
    width: 100%;
    position: relative;
  }
  .page_ttl::after {
    right: auto;
    left: 30px;
    bottom: 10%;
    top: auto;
    max-height: 32vw;
    background-size: contain;
  }
  .page_ttl_text {
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: 2px;
  }
  .page_ttl-plan .page_ttl_text {
    align-items: flex-start;
  }
  .page_ttl-plan .page_title_text_jp {
    margin-top: 0;
    background-size: 15px auto;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    position: absolute;
    left: 13%;
    padding-top: 33px;
    line-height: 30px;
    letter-spacing: .1em;
  }
  .page_ttl_text .page_title_text_en {
    font-size: 1rem;
    transform: scale(0.5);
    transform-origin: top left;
  }
  .page_ttl-plan .page_ttl_text .page_title_text_en {
    font-size: 2.3rem;
    right: auto;
    bottom: auto;
    top: calc(100% - 2.3rem);
    margin-bottom: 0;
    line-height: 1;
    transform: none;
    padding-left: 0;
    text-align: left;
  }
}

/* ============================================ */
/* パンくずリスト */
/* ============================================ */
.breadcrumb_wrap {
  max-width: 1030px;
  line-height: 1.5;
  margin: 23px auto 5px;
  position: relative;
  z-index: 1;
}
.breadcrumb_item {
  display: inline-block;
  letter-spacing: -.06em;
  line-height: 1;
}
.breadcrumb_item:not(:last-child) {
  padding-right: 10px;
  position: relative;
}
.breadcrumb_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 5%;
  background: #000;
  width: 1px;
  height: 90%;
}
.breadcrumb_item a {
  text-decoration: underline;
  transition: .3s ease-out;
  transition-property: background, color;
}
.breadcrumb_item a:hover{
  background: #000;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .breadcrumb_wrap {
    order: 1;
    text-align: right;
    margin: 0 0 22px auto;
  }
}


/* メインコンテンツ、サイドバーレイアウト */
/* -------------------------------------------- */

.main_column {
  min-width: 0;
  min-height: 0;
}

@media screen and (min-width: 801px) {
  .main_column {
    flex: 1 1;
    padding-right: 20px;
  }
  .side_column {
    flex: 0 0 200px;
  }
  .side_wrap {
    margin-top: 15px;
    padding: 0 0 25px;
    border: 1px solid #cccccc;
    position: relative;
  }
  .side_wrap::before, .side_wrap::after {
    position: absolute;
    content: "";
  }
  .side_box {
    position: relative;
  }
  .side_box::before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    box-shadow: 0 1px #fff;
    bottom: -25px;
    right: -8px;
    width: calc(100% - 175px);
    height: 15px;
  }
  .side_box::after {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    bottom: -20px;
    right: 0px;
    width: 22px;
    height: 11px;
    transform: rotate( 135deg);
    display: block;
    background: #fff;
  }
  .side_ttl {
    padding: 0 0 15px;
    text-align: center;
  }
  .all_link_button {
    padding: 0 15px;
    margin: 15px 0 20px;
  }
  .all_link {
    font-size: 1.4rem;
    display: block;
    color: #fff;
    background: #999999;
    padding: 10px 5px;
    position: relative;
  }
  .all_link::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    border-top: solid 5px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #fff;
    transform: rotate( 45deg);
  }
  .sidebar_link_wrp{
    padding: 0 15px;
  }
  .accordion_button {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    position: relative;
  }
  .sidebar_link_box:not([open]) .accordion_button::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 5px;
    border: solid 3px transparent;
    border-bottom: none;
    border-top: solid 7px #70a4a8;
    transition: .1s top ease-out;
  }
  .sidebar_link_box:not([open]):hover .accordion_button::after {
    top: 10px;
  }
  .sidebar_link_wrp .sidebar_link_box:not(:first-child) {
    margin-top: 15px;
  }
  .accordion_inner {
    margin-top: 2px;
  }
  .accordion_inner .accordion_box:not(:last-child) {
    margin-bottom: 2px;
  }
  .accordion_box_link {
    font-size: 1.4rem;
    display: block;
    padding: 10px 5px;
    background: #f0f0f0;
    position: relative;
    transition: .3s background ease-out;
  }
  .accordion_box_link:hover {
    background: #999;
    color: #fff;
  }
  .accordion_box_link::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    border-top: solid 5px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #000;
    transform: rotate( 45deg);
  }
  .accordion_box_link:hover::before {
    border-left-color: #fff;;
  }

  /* summaryの矢印を消す Chrome、Safari以外 */
  .side_column summary {
    display: block;
  }

  /* summaryの矢印を消す Chrome、Safari */
  .side_column summary::-webkit-details-marker {
    display: none;
  }

  /* サイドメニュー オープン時にアニメーションを設定 */
  details[open] .accordion_inner {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0; /* 透明 */
      transform: translateY(-10px); /* 上から表示 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}
@media screen and (max-width: 800px) {
  .side_column {
    width: 100%;
  }
}

/* ============================================ */
/* Footer */
/* ============================================ */
footer {
  margin-top: 70px;
}
.footer_gallery_wrap {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.footer_gallery_wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 823px;
  height: 375px;
  top: -60px;
  left: 73px;
  right: 0;
  margin: auto;
  background: url(../img/cmn/gallery_text.png) center no-repeat;
}
.footer_costume_content {
  background: #df8179;
}
.footer_photograph_content {
  background: #70a4a8;
}
.footer_gallery_content_inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer_gallery_header_wrap {
  padding: 70px 0 41px;
}
.footer_gallery_title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.3;
}
.footer_gallery_title span {
  font-family: 'Noto Serif JP', serif;
  font-size: .9rem;
  display: block;
}
.footer_gallery_search_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.footer_gallery_search_select_wrap {
  flex: 1 1 48.5%;
  max-width: 48.5%;
}
.footer_gallery_img_list {
  display: grid;
  gap: 0px 0px;
  background: #fff;
}
.footer_gallery_img_item a {
  display: block;
  position: relative;
}
.footer_gallery_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.photo_img {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.costume_img {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_list_btn {
  max-width: 190px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 801px) {

  .footer_costume_content .footer_gallery_header_wrap {
    padding-left: 98px;
    padding-right: 31px;
  }
  .footer_photograph_content .footer_gallery_header_wrap {
    padding-right: 98px;
    padding-left: 31px;
  }
  .footer_gallery_img_list-costume {
    grid-template-columns: 1.5fr 1.5fr 2fr;
    grid-template-rows: 3fr 1fr 2fr;
    grid-template-areas:
    "one one two"
    "one one five"
    "three four five";
  }
  .footer_gallery_img_one-costume { grid-area: one; }
  .footer_gallery_img_two-costume { grid-area: two; }
  .footer_gallery_img_three-costume { grid-area: three; }
  .footer_gallery_img_four-costume { grid-area: four; }
  .footer_gallery_img_five-costume { grid-area: five; }

  .footer_gallery_img_one-costume a, .footer_gallery_img_three-costume a, .footer_gallery_img_four-costume a {
    padding-bottom: 138.9%;
  }
  .footer_gallery_img_two-costume a, .footer_gallery_img_five-costume a {
    padding-bottom: 156.3%;
  }

  .footer_gallery_img_list-photograph {
    grid-template-columns: 2fr 1fr 1fr .5fr 1.5fr;
    grid-template-rows: 1.25fr .94fr 1.56fr;
    grid-template-areas:
    "one two two three three"
    "four four five five six"
    "four four seven seven seven";
  }
  .footer_gallery_img_one-photograph { grid-area: one; }
  .footer_gallery_img_two-photograph { grid-area: two; }
  .footer_gallery_img_three-photograph { grid-area: three; }
  .footer_gallery_img_four-photograph { grid-area: four; }
  .footer_gallery_img_five-photograph { grid-area: five; }
  .footer_gallery_img_six-photograph { grid-area: six; }
  .footer_gallery_img_seven-photograph { grid-area: seven; }

  .footer_gallery_img_one-photograph a, .footer_gallery_img_two-photograph a, .footer_gallery_img_three-photograph a {
    padding-bottom: 125%;
  }
  .footer_gallery_img_four-photograph a {
    padding-bottom: 166.7%;
  }
  .footer_gallery_img_five-photograph a, .footer_gallery_img_six-photograph a {
    padding-bottom: 125.3%;
  }
  .footer_gallery_img_seven-photograph a {
    padding-bottom: 104%;
  }
  .footer_gallery_footer_wrap {
    padding: 16px 0 55px;
  }
}
@media screen and (max-width: 1100px) {
  .photo_img {
    display: none;
  }
  .costume_img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  footer {
    margin-top: 40px;
  }
  .footer_gallery_wrap::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    padding-bottom: 45.5%;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  .footer_gallery_wrap {
    display:block;
  }
  .footer_gallery_content_inner {
    padding: 15px 15px 20px;
  }
  .footer_gallery_header_wrap {
    padding: 10px 0;
  }
  .footer_gallery_title {
    font-size: 1.5rem;
  }
  .footer_gallery_title span {
    transform: scale(.8);
  }
  .footer_gallery_search_wrap {
    margin: 16px auto 0;
    max-width: 88%;
  }
  .footer_gallery_img_wrap {
    margin-top: 5px;
  }
  .footer_gallery_img_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .footer_gallery_img_item a {
    padding-bottom: 97.3%;
  }
  .footer_gallery_footer_wrap {
    margin-top: 15px;
  }
  .footer_gallery_footer_wrap .footer_list_btn {
    width: 130px;
    display: inline-block;
  }
}

/* フッター　黒部分 */
.footer_bottom {
  position: relative;
  background: #fff;
}
#pagetop {
  position: absolute;
  right: 56px;
  top: -23px;
  width: 42px;
  background: #000;
  box-shadow: -1px 1px #fff, 1px -1px #fff;
  z-index: 2;
  transition: .3s transform ease-out;
}
#pagetop:hover {
  transform: translateY(-5px);
}
#pagetop .corner_button_first_decoration::before,
#pagetop .corner_button_first_decoration::after,
#pagetop .corner_button_last_decoration::before,
#pagetop .corner_button_last_decoration::after{
  background-color: #000;
}
#pagetop .corner_button_first_decoration::after,
#pagetop .corner_button_last_decoration::after {
  border-color: #fff;
}
#pagetop .corner_button_first_decoration::before {
  box-shadow: 1px -1px #fff;
}
#pagetop .corner_button_last_decoration::before {
  box-shadow: -1px 1px #fff;
}
#pagetop .tex_none {
  display: inline-block;
  position: relative;
  width: 100%;
}
#pagetop::after {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -50%) scale(1, 1.3) rotate(45deg);
}
.footer_bottom .inner {
  max-width: 990px;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 40px 15px;
}
.copyright {
  font-size: .9rem;
  color: #000;
  letter-spacing: .1em;
}
@media screen and (min-width: 801px) {
  .footer_bottom_link:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .footer_bottom {
    margin-top: 27px;
  }
  #pagetop {
    right: 27px;
    top: -13px;
    width: 29px;
    padding: 1px 3px;
  }
  .footer_bottom .inner {
    justify-content: center;
  }
  .copyright {
    transform: scale(.8);
  }
}

/* 店舗一覧 共通*/
/* -------------------------------------------- */
.store .layout_postlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_shop {
  width: 48.3%;
  background-color: #F4F4EF;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.store .section_shop:nth-child(2n) {
  transition-delay: .1s;
}
.shop_wrp .section_shop:nth-child(n+7), .layout_postlist .section_shop:last-child {
  margin: 0;
}
.shop_wrp .section_shop h2.shop_title, .layout_postlist .section_shop h2.shop_title {
  line-height: 1.2;
  flex: 1;
  font-size: 2.1rem;
}
.shop_inner {
  width: 100%;
  padding: 0 20px;
  order: 2;
}
.shop_title {
  margin: 0 0 4px;
  color: #B1A06A;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 1.5px;
}
.shop_info {
  margin: 9px 0 18px;
}
.shop_snslist {
  display: flex;
}
.shop_sns_wrp {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.shop_sns_img {
  width: 30px;
  height: 30px;
  float: right;
  order: 1;
}
.shop_address {
  height: 75px;
  margin: 5px 0 5px;
  order: 3;
  line-height: 25px;
}
.shop_text_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop_sns_img:not(:last-of-type) {
  margin-right: 5px;
}
.shop_costume_title {
  color: #70A4A8;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dashed #b2b2b2;
  padding: 0 0 9px;
  margin: 0 0 14px;
  letter-spacing: 0.5px;
}
.shop_costume_taglist {
  display: flex;
  flex-wrap: wrap;
}
.costume_tag {
  display: block;
  background-color: #70A4A8;
  border-radius: 100px;
  padding: 2px 13px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 5px 6px 0;
}
.shop_tel {
  text-align: center;
  display: block;
  border: 1px solid #b2b2b2;
  border-radius: 100px;
  background-color: #fff;
  padding: 5px;
  margin: 15px 0 16px;
}
.shop_tel_bold {
  font-weight: bold;
}
.shop_img {
  display: block;
  width: 100%;
  height: 92%;
  order: 1;
}

@media screen and (max-width:800px) {
  .section_shop {
    width: 48.5%;
    margin: 0 0 13px;
  }
  .shop_inner {
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .shop_title {
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 1px;
    line-height: 26px;
  }
  .shop_costume_title {
    font-size: 1.1rem;
    padding: 0 0 5px;
    margin: auto 0 8px;
  }
  .costume_tag {
    border-radius: 7px;
    padding: 1px 8px;
    font-size: 1rem;
    margin: 0 2px 4px 0;
  }
  .shop_tel {
    padding: 4px 0;
    margin: auto 0 10px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0px;
  }
  .shop_info {
    margin: 9px 0;
  }
  .shop_text_wrap {
    /* display: block; */
    margin-bottom: 10px;
  }
  .shop_sns_wrp {
    margin: 0 0 0 5px;
    justify-content: normal;
  }
  .shop_sns_img {
    width: 22px;
    height: 22px;
  }
  .shop_address {
    font-size: 1rem;
    line-height: 16px;
    height: auto;
  }
  .shop_wrp .section_shop:nth-child(n+7) {
    margin-bottom: 10px;
  }
  .shop_wrp .section_shop:last-child {
    margin-bottom: 0;
  }
  .shop_wrp .section_shop h2.shop_title, .layout_postlist .section_shop h2.shop_title {
    line-height: 14px;
    font-size: 1.2rem;
  }
  .shop_img {
    height: auto;
  }
  .shop_costume_taglist {
    padding: 0 0 5px;
  }
}


/* プルミエールについて */
/* -------------------------------------------- */

.about_us_image_content {
  padding: 0 0 19px 0;
}

.about_us_inner {
  display: flex;
  position: relative;
}

.about_us_text_wrap {
  order: 20;
  position: absolute;
  top: 5%;
  left: 48%;
}

.about_us_image_content_text {
  font-size: 1.4rem;
  max-width: 431px;
  line-height: 2;
}

.about_us_image_content_text_02 {
  font-size: 1.4rem;
  max-width: 392px;
  line-height: 2;
}

.about_us_img_wrap {
  order: 10;
}

.about_us_image_content_02 {
  padding: 0 0 101px 0;
}

.about_us_inner_02 {
  display: flex;
  position: relative;
}

.about_us_text_wrap_02 {
  margin-top: 55px;
}

@media screen and (max-width:800px) {
  .about_us_image_content {
    padding: 0 0 19px 0;
    margin: 0% 0 26% 0%;
  }

  .about_us_text_wrap {
    top: 75%;
    right: 0;
  }

  .about_us_image_content_text {
    font-size: 1rem;
    max-width: 630px;
  }

  .about_us_img_wrap {
    text-align: left;
    width: 100%;
  }

  .about_us_img_wrap img {
    width: 70%;
    max-width: 490px;
  }

  .about_us_image_content_02 {
    padding: 0;
    margin: 0;
  }

  .about_us_inner_02 {
    position: relative;
    flex-direction: column-reverse;
  }

  .about_us_text_wrap_02 {
    position: absolute;
    margin-top: 36%;
  }

  .about_us_image_content_text_02 {
    font-size: 1rem;
    max-width: 283px;
  }

  .about_us_img_wrap_02 {
    text-align: right;
  }

  .about_us_img_wrap_02 img {
    width: 70%;
    max-width: 490px;
  }

}

@media screen and (max-width:500px) {
  .about_us_image_content {
    padding: 0;
    margin: 0;
  }

  .about_us_text_wrap {
    left: 16%;
  }

  .about_us_image_content_02 {
    padding: 0 0 55px 0;
    margin: 0;
  }

}


/* ボタン部分共通？ */
/* ============================================ */
.button_normal {
  color: #fff;
  padding: 13px;
  display: block;
  margin: 40px auto 0;
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  background-image: url(../img/shop_content/button_black.png);
  background-repeat: no-repeat;
  background-size: 260px 50px;
  width: 260px;
  height: 50px;
  text-align: center;
  max-width: 100%;
  max-height: 50px;
}
.button_contact,
.button_reserve {
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .button_normal {
    font-size: 1.2rem;
    padding: 9px;
    margin: 18px auto 0;
    background-image: url(../img/shop_content/button_black_sp.png);
    background-size: contain;
    width: 173px;
    height: 40px;
  }
  .button_contact,
  .button_reserve {
    background-image: url(../img/shop_content/button_black.png);
    width: 187px;
    height: 36px;
    padding: 7px;
    margin: 10px auto 0;
  }
}


/* レンタル・撮影プラン　ナビ追加 2022/3/10 */
/* ============================================ */
.top_section_wrp.nav {
  position: relative;
  background: #f4f4ef;
  padding: 30px 15px 0;
  margin-top: 100px;
}
.header_top_nav {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  margin: 20px auto 0;
  padding: 20px 0;
  max-width: 1180px;
}
.header_top_nav .header_nav_bottom {
  margin: 0;
}
.header_top_nav .header_nav_bottom_list {
  justify-content: center;
}
.header_top_nav .header_nav_bottom_list_item {
  margin: 0;
  padding: 0;
}
.header_top_nav .header_link_text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 21px;
  transition: 0.2s all ease-out;
  transition-property: background;
}
.header_top_nav .header_link_text:hover {
  background-color: #f3f3eb;
}
.header_top_nav img {
  margin: 0 9px;
}
.header_top_nav .header_link_text::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top_section_wrp.nav {

  }
}

@media screen and (max-width: 1183px) {
  .header_top_nav .header_link_text {
    font-size: 1.1rem;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 1020px) {
  .header_top_nav .header_link_text {
    padding: 10px 9px;
  }
}
@media screen and (max-width: 940px) {
  .header_top_nav .header_link_text {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 900px) {
  .header_top_nav .header_link_text {
    font-size: 1rem;
    padding: 10px 2px;
  }
}

/* 2309追従メニュー */
.btmFix {
  display: none;
}
@media screen and (max-width: 768px) {
  footer {
    /* padding: 35px 0 75px 0; */
  }
  .btmFix {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16);
    box-sizing: border-box;
    z-index: 9998;
    height: 75px;
  }
  .btmFix > * > a {
    display: grid;
    place-items: center;
    height: 100%;
  }
  .btmFix .btm_contact {
    width: auto;
    flex: 1;
    background: #CB746D;
  }

  .btmFix .btm_contact a {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  }

  .btmFix .btm_reserve {
  width: 50vw;
  background: #659396;
  border-left: 1px solid rgba(255,255,255,0.7);
  }

  .btmFix .btm_reserve a {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  background-size: 5.3846vw auto;
  }

  .btmFix .btmPagetop {
  width: 12vw;
  box-sizing: border-box;
  border-left: 1px solid rgba(255,255,255,0.7);
  background: #438ca4dd;
  }

  .btmFix .btmPagetop a {
  color: #fff;
  line-height: 1.167;
  text-align: center;
  padding-top: 10px;
  }
  .arrow-top {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 500px) {
  footer {
    /* padding: 35px 0 55px 0; */
  }
  .btmFix {
    height: 55px;
  }
}
/* プラグインページtop非表示 */
#wpfront-scroll-top-container {
  display: none !important;
}
/* ページトップ修正 */
#pagetop {
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  background: #262626;
}
#pagetop::after {
  width: 10px;
  height: 10px;
  top: 55%;
}
@media screen and (max-width: 800px) {
  #pagetop {
    bottom: 10%;
  }
  footer {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding-bottom: 25px;
  }
}

/* btn-new */
.btn-new,.footer_gallery_footer_wrap .footer_list_btn.btn-new {
  background: url(../img/top/btn_bg.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  min-width: 40%;
  height: 70px;
  display: grid !important;
  place-items: center;
  color: #fff;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: calc(100vw - 50px);
  margin: auto;
}
.btn-new.--btn_w {
  background: url(../img/top/btn_bg_w.png) no-repeat center center;
  background-size: contain;
  color: #333;
}
.btn-new.--long {
  background: url(../img/top/btn_bg_1.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .btn-new {
    font-size: 14px;
  }
}
  .btn_flex {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
  }
  .btn_flex > *{
    width: 40%;
    max-width: 300px;
    min-width: 300px;
  }


@media screen and (max-width: 590px) {
  .btn-new.__sp_long,
  .plan_furisode .btn-new {
    background: url(../img/top/btn_bg_1.png) no-repeat center center;
    background-size: contain;
    font-size: 16px;
    width: 100%;
  }
  .btn_flex > *{
    width: 100%;
    max-width: 100%;
  }

}

/* ヘッダー 追加*/
/* ============================================ */
/* ヘッダーコンテンツ */
/* ============================================ */
@media screen and (min-width: 801px) {
  .wrap {
    padding-top: 0 !important;
  }
  .header_top_wrap {
    width: 100%;
    max-width: 100%;
  }
  .header_top_wrap_inner{
    border-bottom: transparent;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::after {
    content: none;
  }
  .change_menu_button {
    display: none;
  }
  .header_top_nav {
    clip-path: polygon(100% 0, 100% 50px, calc(100% - 50px) 100%, 0 100%, 0 0);
    position: relative;
    padding: 20px 0 20px;
    max-width: 100%;
  }
  .top_section_wrp.nav {
    padding: 0;
    background: #f4f4ef;
  }
  .header_top_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
    bottom: -1px;
    right: -20px;
    transform: rotate(-42deg);
    transform-origin: bottom left;
  }
}
@media screen and (min-width: 1200px) {
  .top_section_wrp.nav {
  }
}

.shop_sns_menu a:first-child {
  display: none;
}
@media screen and (max-width: 800px) {
  .header_top_wrap_inner {
    height: 75px;
  }
  .header_logo_wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-left: 20px;
    display: grid;
    align-content: center;
  }
  .header_logo_wrap img {
    max-height: 60px;
    object-fit: contain;
  }
  .header_nav_top_list_item .round_button {
    display: none;
  }
  .header_nav_top {
    padding: 0;
  }
  .header_nav_wrap {
    gap: 8%;
  }
  .shop_sns_img {
    width: 44px;
    height: 45px;
  }
}
@media screen and (max-width: 390px) {
  .header_nav_top {
    display: block;
  }
}

/* ハンバーガーメニュー ボタン周り */
.hamburger_btn {
  position: relative;
  width: 48px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
}
.hamburger_btn span, .hamburger_btn span::before, .hamburger_btn span::after {
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
}
.hamburger_btn span {
  top: 27px;
  left: 10px;
}
.hamburger_btn span::before, .hamburger_btn span::after {
  content: "";
  left: 0;
}
.hamburger_btn span::before {
  top: -10px;
}
.hamburger_btn span::after {
  bottom: -10px;
}
.hamburger_close{
  position: fixed;
  color: #fff;
  top: 15px;
}
.hamburger_close span{
  background: transparent;
}
.hamburger_close span::before, .hamburger_close span::after {
  top: 0;
}
.hamburger_close span::before {
  transform: rotate(-45deg);
}
.hamburger_close span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger_btn {
    right: 20px;
    top: 5px;
  }
  .hamburger_nav.is-open .hamburger_close span::before,
  .hamburger_nav.is-open .hamburger_close span::after {
    background-color: #fff;
  }
  .hamburger_btn span {
    top: 10px;
    left: 3px;
  }
  .hamburger_btn span,
  .hamburger_btn span::before,
  .hamburger_btn span::after {
    width: 40px;
  }
  .hamburger_nav_top_list_item {
    display: none;
  }
  .hamburger_nav_top_list {
    padding: 19px 70px 9px 0;
  }
  .hamburger_close{
    top: 15px;
  }
}
/* ホバーアニメーション */
.hover_light {
  transition: all 0.3s ease-in-out;
}
.hover_light:hover {
  filter: opacity(.8);
}

.anker_link{
  max-width: 1200px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 0;
}
.btn_flex.anker_link > *{
  width: 17%;
}
@media screen and (max-width: 550px) {
  .anker_link{
    margin-top: 0;
    row-gap: 1%;
}
.anker_link .btn-new{
  height: 60px;
}
}
@charset "UTF-8";

/* ============================================ */
/* 汎用パーツ */
/* ============================================ */

/* フォント */
/* ============================================ */
.mincho {
  font-family: 'Noto Serif JP', serif;
}

/* タイトル */
/* ============================================ */
/* 中央揃えタイトル */
.center_title {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  letter-spacing: .15em;
  font-size: 2rem;
  padding-bottom:5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  .center_title {
    font-size: 1.4rem;
  }
}

/* マーカータイトル */
.marker_title span {
  padding:0 10px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}
.marker_title span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1.8rem;
  top: 50%;
  left: 0;
  background: #d9e6e8;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .marker_title span {
    font-size: 1.2rem;
    padding: 0;
  }
  .marker_title span::before {
    height: 11px;
  }
}

/* ボタン */
/* ============================================ */

/* 左上と右下が欠けたボタン */
.corner_button {
  display: inline-block;
  text-align: center;
  width: 250px;
  line-height:1.3;
  background: #74a6aa;
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}
.corner_button .corner_button_first_decoration::before, .corner_button .corner_button_first_decoration::after,
.corner_button .corner_button_last_decoration::before, .corner_button .corner_button_last_decoration::after {
  content: "";
  position: absolute;
  display: block;
  background: #74a6aa;
}
.corner_button .corner_button_first_decoration::before, .corner_button .corner_button_last_decoration::before {
  width: calc(100% - 10px);
  height: 10px;
}
.corner_button .corner_button_first_decoration::before {
  top: -10px;
  right: 0;
}
.corner_button .corner_button_last_decoration::before {
  bottom: -10px;
  left: 0;
}
.corner_button .corner_button_first_decoration::after, .corner_button .corner_button_last_decoration::after {
  width: 15px;
  height: 7px;
  transform: rotate(-45deg);
}
.corner_button .corner_button_first_decoration::after {
  top: -6px;
  left: 0px;
}
.corner_button .corner_button_last_decoration::after {
  bottom: -6px;
  right: 0px;
}

@media screen and (max-width: 800px) {
  .corner_button {
    width: 150px;
    line-height:1.3;
    padding: 0 5px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .corner_button .corner_button_first_decoration::before, .corner_button .corner_button_last_decoration::before  {
    width: calc(100% - 5px);
    height: 3px;
  }
  .corner_button .corner_button_first_decoration::before {
    top: -3px;
    right: 0;
  }
  .corner_button .corner_button_last_decoration::before {
    bottom: -3px;
  }
  .corner_button .corner_button_first_decoration::after, .corner_button .corner_button_last_decoration::after  {
    width: 6px;
    height: 4px;
  }
  .corner_button .corner_button_first_decoration::after  {
    top: -2px;
    left: 1px;
  }
  .corner_button .corner_button_last_decoration::after  {
    bottom: -2px;
    right: 1px;
  }
}

/* 左上と右下が欠けたボタン フチありバージョン */
.corner_button-line {
  padding: 11px 4px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.corner_button-line::before, .corner_button-line::after {
  content:"";
  position: absolute;
  display: block;
  border-top: 2px solid #333;
  width: 20px;
  z-index: -1;
  transform: rotate(-45deg);
}
.corner_button-line::before {
  top: 6px;
  left: -2px;
  box-shadow: 1px 1px #fff;
}
.corner_button-line::after {
  bottom: 6px;
  right: -2px;
  box-shadow: 3px -1px #fff;
}
.corner_button-line_inner{
  padding: 1px;
  width: 260px;
  margin: 0;
  background: #333;
  box-shadow: -1px 0 #fff, -3px 0 #333, -4px 0 #333, 1px 0 #fff, 3px 0 #333, 4px 0 #333;
  position: relative;
}
.corner_button-line_text {
  position: relative;
  z-index: 2;
}

.corner_button-line_inner .corner_button_first_decoration, .corner_button-line_inner .corner_button_last_decoration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.corner_button-line_inner .corner_button_first_decoration::before, .corner_button-line_inner .corner_button_last_decoration::before {
  background: #333;
}
.corner_button-line_inner .corner_button_last_decoration {
  top: auto;
  bottom: 0;
  z-index: 1;
}
.corner_button-line_inner .corner_button_first_decoration::before {
  box-shadow: 1px 0px #fff, 0px -1px #fff, 1px -1px #fff, 2px -2px 0 2px #333;
}
.corner_button-line_inner .corner_button_last_decoration::before {
  box-shadow: -1px 0px #fff, 0px 1px #fff, -1px 1px #fff, -2px 2px 0 2px #333;
}
.corner_button-line_inner .corner_button_first_decoration::after, .corner_button-line_inner .corner_button_last_decoration::after {
  background: #333;
}
@media screen and (max-width: 800px) {
  .corner_button-line {
    padding: 5px 4px;
  }
  .corner_button-line::before, .corner_button-line::after {
    border-top: 2px solid #333;
    width: 12px;
  }
  .corner_button-line::before {
    top: 3px;
    left: -1px;
    box-shadow: 3px 3px 0 2px #d2d2d2;
  }
  .corner_button-line::after {
    bottom: 2px;
    right: -1px;
    box-shadow: -3px -3px 0 2px #d2d2d2;
  }
  .corner_button-line_inner{
    padding: 1px;
    width: 140px;
    box-shadow: -1px 0 #d2d2d2, -3px 0 #333, -4px 0 #333, 1px 0 #d2d2d2, 3px 0 #333, 4px 0 #333;
  }
  .corner_button-line_inner .corner_button_first_decoration::before {
    box-shadow: 1px 0px #d2d2d2, 0px -1px #d2d2d2, 1px -1px #d2d2d2, 2px -2px 0 2px #333;
  }
  .corner_button-line_inner .corner_button_last_decoration::before {
    box-shadow: -1px 0px #d2d2d2, 0px 1px #d2d2d2, -1px 1px #d2d2d2, -2px 2px 0 2px #333;
  }
}

/* 丸ボタン */
.round_button {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 6px 21px;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .round_button {
    font-size: .9rem;
    padding: 1.5px 10px;
    border-radius: 20px;
  }
}

/* 欠けた背景 */
.corner_layout {
  padding: 0 24px;
  background: #fff;
  position: relative;
}
.corner_layout-lt, .corner_layout-rt {
  margin-top: 24px;
  padding-bottom: 24px;
}
.corner_layout-lb, .corner_layout-rb {
  margin-bottom: 24px;
  padding-top: 24px;
}
.corner_layout::before, .corner_layout::after {
  content: "";
  position: absolute;
  display: block;
}
.corner_layout::before {
  background: #fff;
  width: calc(100% - 24px);
  height: 24px;
}
.corner_layout-lt::before, .corner_layout-lb::before  {
  right: 0;
}
.corner_layout-rt::before, .corner_layout-rb::before  {
  left: 0;
}
.corner_layout-lt::before, .corner_layout-rt::before  {
  top: -24px;
}
.corner_layout-lb::before, .corner_layout-rb::before {
  bottom: -24px;
}
.corner_layout::after {
  width: 20px;
  height: 34px;
  background: #fff;
}
.corner_layout-lt::after {
  left: 9px;
  top: -23px;
  transform: rotate(45deg);
}
.corner_layout-lb::after {
  left: 9px;
  bottom: -23px;
  transform: rotate(-45deg);
}
.corner_layout-rt::after {
  right: 9px;
  top: -23px;
  transform: rotate(-45deg);
}
.corner_layout-rb::after {
  right: 9px;
  bottom: -23px;
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .corner_layout {
    padding: 0 12px;
  }
  .corner_layout-lt, .corner_layout-rt {
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .corner_layout-lb, .corner_layout-rb {
    margin-bottom: 12px;
    padding-top: 12px;
  }
  .corner_layout::before {
    width: calc(100% - 12px);
    height: 12px;
  }
  .corner_layout-lt::before, .corner_layout-rt::before  {
    top: -12px;
  }
  .corner_layout-lb::before, .corner_layout-rb::before {
    bottom: -12px;
  }
  .corner_layout::after {
    width: 10px;
    height: 17px;
    background: #fff;
  }
  .corner_layout-lt::after {
    left: 4px;
    top: -12px;
  }
  .corner_layout-lb::after {
    left: 4px;
    bottom: -12px;
  }
  .corner_layout-rt::after {
    right: 4px;
    top: -12px;
  }
  .corner_layout-rb::after {
    right: 4px;
    bottom: -12px;
  }
}

/* 欠けた背景　枠線あり */
.border_layout.corner_layout {
  border: 1px solid #000;
}
.border_layout.corner_layout-lt::before {
  box-shadow: 1px -1px #000;
}
.border_layout.corner_layout-lt::after {
  border-left: 1px solid #000;
}
.border_layout.corner_layout-lb::before {
  box-shadow: 1px 1px #000
}
.border_layout.corner_layout-lb::after {
  border-left: 1px solid #000;
}
.border_layout.corner_layout-rt::before {
  box-shadow: -1px -1px #000
}
.border_layout.corner_layout-rt::after {
  border-right: 1px solid #000;
}
.border_layout.corner_layout-rb::before {
  box-shadow: -1px 1px #000;
}
.border_layout.corner_layout-rb::after {
  border-right: 1px solid #000;
}

/* 欠けた背景　枠線あり */
.doubble_corner_layout {
  box-shadow: -1px 1px #000, 1px -1px #000;
}
.doubble_corner_layout .corner_button_first_decoration::before {
  box-shadow: 1px -1px #000;
}
.doubble_corner_layout .corner_button_first_decoration::after {
  border-top: 1px solid #000;
}
.doubble_corner_layout .corner_button_last_decoration::before {
  box-shadow: -1px 1px #000;
}
.doubble_corner_layout .corner_button_last_decoration::after {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  .doubble_corner_layout .corner_button_first_decoration::before, .doubble_corner_layout .corner_button_last_decoration::before {
    width: calc(100% - 3px);
  }
  .doubble_corner_layout .corner_button_first_decoration::after {
    top: -2px;
    left: 0;
  }
  .doubble_corner_layout .corner_button_last_decoration::after  {
    bottom: -2px;
    right: 0;
  }
}

/* ============================================ */
/* 記事アーカイブリスト */
/* ============================================ */



/* ============================================ */
/* セレクトボックス */
/* ============================================ */
.select_box {
  position: relative;
  background: #fff;
}
.select_box select {
  width: 100%;
  height: 50px;
  padding: 0 46px 0 13px;
  text-indent: 0.01px;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 1.4rem;
}
.select_box::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  right: 45px;
  background: #000;
  top: 0;
  z-index: 0;
}
.select_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: scale(1, 1.3) translateY(-50%) rotate(-45deg);
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .select_box select {
    height: 36px;
    padding: 0 34px 0 7px;
    font-size: 1rem;
  }
  .select_box::before {
    height: 36px;
    right: 35px;
  }
  .select_box::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
}

/* ============================================ */
/* ページネーション */
/* ============================================ */
.pagination {
  align-items: center;
  font-size: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin: 30px -3px 0;
}
.pager_wrap{
  margin: 0 30px;
}
.pagination .pager_wrap .pager {
  display: inline-block;
  width: 30px;
  padding: 3px 0;
  line-height: 30px;
  text-align: center;
  border: 1px dotted #000;
  font-size: 1.5rem;
}
.pagination .pager_wrap .pager:not(:last-child){
  margin-right: 20px;
}
.prev_post, .next_post {
  width: 30px;
  line-height: 40px;
  display: block;
}
.prev.pager, .next.pager {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.pagination .prev.pager, .pagination .next.pager {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.prev.pager::before, .next.pager::before {
  content:"";
  display: block;
  border: solid 5px transparent;
  border-left: solid 10px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s left ease-out;
}
.prev.pager::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.prev.pager:hover::before {
  left: 25%;
}
.next.pager:hover::before {
  left: 75%;
}
.pagination .pager {
  transition: 0.3s ease-out;
  transition-property: background, color;
}
.pagination .next_post {
  justify-content: flex-end;
}
.pagination .pager:hover, .pagination .current {
  color: #fff;
}
.pagination .pager_wrap .pager:hover,.pagination .current{
  background: #000;
}
.pagination .archive_link_btn {
  width: auto;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .pagination {
    margin: 20px 0;
  }
  .pager_wrap{
    margin: 0 15px;
  }
  .pagination .back_link a {
    width: 75px;
    margin: 0 40px;
  }
  .pagination .pager_wrap .pager:not(:last-child){
    margin-right: 15px;
  }
  .prev.pager::before,
  .next.pager::before {
    border-width: 4px;
    border-left-width: 8px;
  }
  .pagination .pager_wrap .pager {
    font-size: 1.4rem;
  }
}

/* ============================================ */
/* フォーム */
/* ============================================ */
form input,
form textarea {
    padding: 2px 8px;
    border: 1px solid #b2b2b2b2;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
form input.error_field_color,
form textarea.error_field_color {
    background-color: #fff5f7;
    border: 2px solid #ff6363;
}
form .buton_back {
    border: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

form input::placeholder {
    color: #B2B2B2;
}
form input[type="text"],
form textarea,
form input[type="email"],
form input[type="tel"] {
    width: 100%;
}
form textarea {
    height: 248px;
    resize: none;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 22px;
}
input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin: 0 2px 2px 0;
    border: 1px solid #303030;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #fff;
}
input[type="checkbox"]:checked {
    border: 2px solid #303030;
}
input[type="checkbox"]:checked::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 2px;
    right: 2px;
    background-image: url(../img/contact/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
input[type="radio"] {
    position: relative;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin: 0 5px 3px 0;
    border: 1px solid #303030;
    border-radius: 100px;
    -webkit-appearance: none;
}
input[type="radio"]:checked {
    border: 2px solid #303030;
}
input[type="radio"]:checked::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 2px;
    right: 2px;
    background-color: #74A6AA;
    border-radius: 100px;
}
form input[name="postal_code"] {
    width: 70px;
    margin: 0 0 0 5px;
}
form input[name="postal_code2"] {
    width: 90px;
}
input[type="submit"] {
    display: block;
    margin: auto;
}
label {
    cursor: pointer;
    font-size: 1.4rem;
}
.request_item label {
    align-items: center;
    display: flex;
}
select{
    cursor: pointer;
}
select[name="visit_day_item01"],
select[name="visit_day_item02"],
select[name="visit_day_item03"],
select[name="visit_day_item04"] {
    padding: 2px 43px 2px 10px;
    border: 1px solid #b2b2b2b2;
}
@media screen and (max-width: 800px) {

  form input,
  form textarea {
      padding: 6px 8px;
      font-size: 1.1rem;
  }
  form label {
      font-size: 1.1rem;
  }
  form textarea {
      height: 90px;
      font-size: 1rem;
      line-height: 18px;
  }
  select[name="visit_day_item01"],
  select[name="visit_day_item02"],
  select[name="visit_day_item03"],
  select[name="visit_day_item04"] {
      padding: 6px 43px 6px 10px;
  }
  input[type="checkbox"] {
      width: 14px;
      height: 14px;
      margin: 0 0 1px 0;
  }
  input[type="checkbox"]:checked::before {
      width: 8px;
      height: 8px;
      top: 1px;
      right: 1px;
  }
  form input[name="postal_code"] {
      margin: 0 0 0 6px;
  }
  input[type="radio"] {
      width: 14px;
      height: 14px;
      margin: 0 0 1px 0;
  }
  input[type="radio"]:checked::before {
      width: 6px;
      height: 6px;
      top: 2px;
      right: 2px;
  }
}

/* ============================================ */
/* ホバーアニメーション */
/* ============================================ */
@media screen and (min-width: 801px) {
  .hover_up, .hover_left, .hover_right, .hover_all_roll, .hover_clockwise, .hover_unclockwise {
    transition: .3s transform ease-out;
    display: inline-block;
  }
  .hover_up:hover {
    transform: translateY(-5px);
  }
  .hover_left:hover {
    transform: translateX(-5px);
  }
  .hover_right:hover {
    transform: translateX(5px);
  }
  .hover_all_roll:hover {
    transform: rotate(360deg)
  }
  .hover_clockwise:hover {
    transform: rotate(4deg);
  }
  .hover_unclockwise:hover {
    transform: rotate(-4deg)
  }
  .hover_zoom {
    display: block;
    overflow: hidden;
  }
  .hover_zoom img {
    transition: .5s transform ease-out;
  }
  .hover_zoom:hover img {
    transform: scale(1.2);
  }
  .hover_clear img {
    transition: .5s opacity ease-out;
  }
  .hover_clear:hover img {
    opacity: .7;
  }
  .hover_underline:hover {
    text-decoration: underline;
  }
  .hover_left_border_dpink, .hover_left_border_dgreen {
    display: inline-block;
    position: relative;
  }
  .hover_left_border_dpink::after, .hover_left_border_dgreen::after {
    content: "";
    position: absolute;
    display: block;
    transition: .1s width ease-out;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
  }
  .hover_left_border_dpink::after {
    background: #824f4b;
  }
  .hover_left_border_dgreen::after {
    background: #415758;
  }
  .hover_left_border_dpink:hover::after, .hover_left_border_dgreen:hover::after {
    width: 5px;
  }
}

/* スクロールアニメーション */
.js-scroll_animation.fadeIn {
  opacity: 0;
  transition: 1s opacity ease-out;
}
.js-scroll_animation.fadeIn.is-show {
  opacity: 1;
}
.js-scroll_animation.fadeIn_up, .js-scroll_animation.fadeIn_down, .js-scroll_animation.fadeIn_left, .js-scroll_animation.fadeIn_right {
  opacity: 0;
  transition: 1s ease-out;
  transition-property: opacity, transform;
}
.js-scroll_animation.fadeIn_up {
  transform: translateY(50px);
}
.js-scroll_animation.fadeIn_down {
  transform: translateY(-50px);
}
.js-scroll_animation.fadeIn_left {
  transform: translateX(-100px);
}
.js-scroll_animation.fadeIn_right {
  transform: translateX(100px);
}
.js-scroll_animation.fadeIn_up.is-show, .js-scroll_animation.fadeIn_down.is-show, .js-scroll_animation.fadeIn_left.is-show, .js-scroll_animation.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .js-scroll_animation.fadeIn_up {
    transform: translateY(30px);
  }
  .js-scroll_animation.fadeIn_down {
    transform: translateY(-30px);
  }
  .js-scroll_animation.fadeIn_left {
    transform: translateX(-50px);
  }
  .js-scroll_animation.fadeIn_right {
    transform: translateX(50px);
  }
}
@media screen and (min-width: 801px) {
  .js-scroll_animation.delay_01 { transition-delay: .1s; }
  .js-scroll_animation.delay_02 { transition-delay: .2s; }
  .js-scroll_animation.delay_03 { transition-delay: .3s; }
  .js-scroll_animation.delay_04 { transition-delay: .4s; }
  .js-scroll_animation.delay_05 { transition-delay: .5s; }
  .js-scroll_animation.delay_06 { transition-delay: .6s; }
  .js-scroll_animation.delay_07 { transition-delay: .7s; }
  .js-scroll_animation.delay_08 { transition-delay: .8s; }
  .js-scroll_animation.delay_09 { transition-delay: .9s; }
  .js-scroll_animation.delay_10 { transition-delay: 1s; }
}
@charset "UTF-8";

/* プルミエールについて */
/* ============================================ */

/* 共通部分 */

.about_inner {
  margin: auto;
  padding: 0 15px;
  max-width: 948px;
}
.about_us_backimage {
  position: relative;
  margin: 75px 0 0 0;
}
.about_us_backimage::before {
  background: url(../img/about_us/about_us_backimage.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 672px;
  left: 0%;
  top: -3%;
  overflow: hidden;
  content: "";
  position: absolute;
  max-width: 1287px;
}
.about_us_text_wrap_01 {
  order: 20;
  position: absolute;
  top: 5%;
  left: 48%;
}
.about_us_text_wrap_03 {
  margin-top: 55px;
  max-width: 431px;
}
.about_us_image_content_text_01 {
  font-size: 1.4rem;
  width: 431px;
  line-height: 2;
}
.about_us_image_content_text_03 {
  font-size: 1.4rem;
  width: 100%;
  line-height: 2;
}
.about_us_img_wrap_03 {
  width: 490px;
}
.about_us_img_wrap_03 img {
  width: 490px;
  max-width: 490px;
}
.about_us_reason {
  margin: 0 0 105px;
}
.about_us_reason .center_title {
  border-bottom: 1px solid #6a6a6a;
}
.about_us .center_title {
  padding-bottom: 10px;
}
.about_us_reason_content .marker_title {
  padding: 0 0 14px;
}
.about_us_reason_text {
  max-width: 354px;
  margin: 0 0 0 10px;
  font-size: 1.4rem;
}
.about_us_reason_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 918px;
  padding: 27px 0 0 0;
}
.about_us_mark_sec {
  width: 50%;
}
.about_us_mark_sec_02 {
  width: 46%;
}
.about_us_mark_sec_04 {
  width: 46%;
}
.about_us_reason_inner {
  display: flex;
  width: 100%;
  margin: 0 30px 0 0;
}
.about_us_reason_inner_02 {
  display: flex;
  width: 100%;
  margin: 0 30px 0 0;
}
.about_us_reason_inner_03 {
  display: flex;
  width: 100%;
  margin: 54px 28px 0 0;
}
.about_us_reason_inner_04 {
  display: flex;
  width: 100%;
  margin: 54px 30px 0 0;
}
.about_us_reason_text_wrap {
  order: 20;
  margin: 26px 0 0;
  max-width: 360px;
}
.about_us_reason_text_wrap_02 {
  order: 20;
  margin: 26px 0 0;
}
.about_us_reason_text_wrap_03 {
  order: 20;
  margin: 25px 0 0;
}
.about_us_reason_text_wrap_04 {
  order: 20;
  margin: 25px 0 0;
}
.about_us_reason_img_wrap {
  max-width: 90px;
  margin: 0;
  text-align: center;
  order: 10;
}
.about_us_reason_img_wrap_03 {
  order: 10;
}
.about_us_company_profile .center_title {
  border-bottom: 1px solid #6a6a6a;
}
.about_us_company_profile_01 {
  border-right: dotted 1px #b2b2b2;
  padding-right: 42px;
  margin-right: 42px;
  width: 50%;
}
.about_us_company_profile_inner {
  display: flex;
  margin: 36px 0 0 0;
  font-feature-settings: "palt";
}
.company_profile_dl {
  display: flex;
  padding: 0 0 18px;
}
.company_profile_dl_02 {
  padding: 0 0 32px;
}
.company_profile_dt {
  width: 77px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.company_profile_dd {
  width: 81%;
  font-size: 1.4rem;
}
.company_profile_dd_02 {
  margin-left: 34px;
  font-size: 1.4rem;
}
.company_profile_dd_03 {
  margin: 10px 0 0 80px;
}
.company_profile_dd_04 {
  width: 82%;
  font-size: 1.4rem;
  padding-bottom: 14px;
}
.company_profile_dd_space {
  white-space: nowrap;
}
.company_profile_text {
  max-width: 301px;
}
.company_profile_inner_small {
  display: flex;
}
.company_profile_wrap_small {
  max-width: 215px;
}
.company_profile_wrap_small_02 {
  max-width: 250px;
}
.company_profile_margin {
  margin: 26px 0 0 0;
}
.about_us_company_profile_02 {
  width: 45%;
}
.about_mamas_imgbox {
  max-width: 250px;
  display: block;
}
.about_matsuba_imgbox {
  max-width: 250px;
  display: block;
}
.company_profile_list_flexbox {
  display: flex;
  justify-content: space-between;
}
.company_profile_inner_list_brie {
  margin: 0 0 25px;
}
.company_profile_detail_title {
  margin: 0 0 7px;
}
.company_profile_inner_list_mamas {
  margin: 0 0 7px;
}
@media screen and (max-width: 950px) {
  .company_profile_dd_space {
    white-space: normal;
  }
}

@media screen and (max-width: 880px) {
  .about_us_text_wrap_01 {
    left: 42%;
  }
}

@media screen and (max-width: 800px) {
  .about_us_reason_inner {
    margin: 0 0 0 0;
  }
  .about_us_reason_inner_02 {
    width: 80%;
    margin: 0 -1px 0 0;
  }
  .about_us_reason_text_wrap_02 {
    max-width: 300px;
  }
  .about_us_reason_inner_03 {
    margin: 54px 22px 0 0;
  }
  .about_us_reason_text_wrap_03 {
    max-width: 300px;
  }
  .about_us_reason_inner_04 {
    width: 80%;
    margin: 54px 0 0 0;
  }
  .about_us_reason_text {
    max-width: 300px;
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  .about_inner {
    padding: 0;
  }
  .about_us_backimage {
    position: relative;
    margin: 0;
  }
  .about_us_backimage::before {
    background: url(../img/about_us/about_us_backimage_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1011px;
    left: 0%;
    top: 0%;
    overflow: hidden;
    content: "";
    position: absolute;
    max-width: 982px;
  }
  .about_us .center_title {
    padding-bottom: 7px;
  }
  .about_us_text_wrap_01 {
    top: 75%;
    right: 0;
    left: 40%;
  }
  .about_us_text_wrap_03 {
    position: unset;
    margin-top: 0;
  }
  .about_us_img_wrap_03 {
    text-align: right;
    width: 100%;
  }
  .about_us_img_wrap_03 img {
    width: 70%;
    max-width: 490px;
  }
  .about_us_image_content_text_01 {
    font-size: 1rem;
    max-width: 630px;
    width: auto;
  }
  .about_us_image_content_text_03 {
    font-size: 1rem;
    max-width: 630px;
    width: auto;
  }
  .about_us_reason {
    margin: 0 0 40px;
  }
  .about_us_reason_content {
    max-width: 540px;
    padding: 16px 9px 0;
    margin: 0 auto;
  }
  .about_us_reason_img_wrap {
    width: 100%;
    max-width: 52px;
  }
  .about_us_mark_sec {
    width: 100%;
    margin-left: 0;
  }
  .about_us_mark_sec_02 {
    width: 100%;
  }
  .about_us_mark_sec_04 {
    width: 100%;
  }
  .about_us_reason_inner {
    margin: 0 0 33px 0;
  }
  .about_us_reason_inner_02 {
    margin: 0 0 20px auto;
  }
  .about_us_reason_inner_03 {
    margin: 0 0 15px 0;
  }
  .about_us_reason_inner_04 {
    margin: 0 0 0 auto;
  }
  .about_us_reason_text {
    font-size: 1rem;
  }
  .about_us_reason_text_wrap {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
  .about_us_reason_text_wrap_02 {
    margin: 11px 0 0 0;
  }
  .about_us_reason_text_wrap_03 {
    margin: 10px 0 0 0;
  }
  .about_us_reason_text_wrap_04 {
    margin: 11px 0 0 0;
  }
  .about_us_reason_img_wrap img{
    width: 100%;
    display: block;
    margin: auto;
  }
  .about_us_reason_img_wrap_03 img{
    width: 70%;
  }
  .about_us_company_profile_inner {
    display: block;
    margin: 14px 27px 0;
  }
  .about_us_company_profile_01 {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    max-width: 690px;
    margin: 0 auto;
  }
  .company_profile_dl {
    padding: 0 0 11px;
    max-width: 690px;
    border-bottom: dotted 1px #6a6a6a;
    margin-bottom: 11px;
  }
  .company_profile_dl_02 {
    padding: 0 0 14px;
    max-width: 690px;
    border-bottom: dotted 1px #6a6a6a;
    margin-bottom: 10px;
  }
  .about_us_company_profile_02 {
    width: 100%;
    margin: 0 auto;
  }
  .about_us_company_profile_02 .company_profile_dl:last-child {
    padding: 0 0 14px;
    max-width: 690px;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .company_profile_dt {
    width: 70px;
    font-size: 1rem;
  }
  .company_profile_dd {
    width: 100%;
    font-size: 1rem;
  }
  .company_profile_dd_02 {
    margin-left: 34px;
    font-size: 1rem;
  }
  .company_profile_dd_03 {
    margin: 13px 0 0 55px;
  }
  .company_profile_dd_04 {
    width: 100%;
    font-size: 1rem;
    padding-bottom: 0;
  }
  .company_profile_dd_space {
    white-space: normal;
  }
  .company_profile_margin {
    margin: 26px 0 0 0;
  }
  .about_us_company_profile_02 .corner_first {
    font-size: 1rem;
  }
  .about_us_company_profile_02 .corner_first::before {
    right: -1%;
    top: 12%;
    background-size: 60% 60%;
  }
  .about_us_company_profile_02 .corner_first_02 {
    font-size: 1rem;
  }
  .about_us_company_profile_02 .corner_first_02::before {
    right: 11%;
    top: 12%;
    background-size: 60% 60%;
  }
  .company_profile_dt_letter {
    letter-spacing: 0.5rem;
  }
  .company_profile_dt_letter_02 {
    letter-spacing: 0.1rem;
  }
  .about_us_reason_content .marker_title {
    padding: 0 0 5px;
  }
  .company_profile_detail_title {
    margin: 0 0 2px;
  }
  .company_profile_inner_list_mamas {
    margin: 0 0 3px;
  }
  .about_mamas_imgbox {
    max-width: 145px;
  }
  .about_matsuba_imgbox {
    max-width: 145px;
  }
  .company_profile_inner_list_brie {
    margin: 0 0 18px;
  }
  .company_profile_list_flexbox {
    max-width: 270px;
  }
  .about_us .corner_layout-lt {
    margin-top: -27px;
    padding-bottom: 12px;
    width: 87%;
    margin-left: auto;
  }
  .about_us_inner {
    flex-direction: column;
  }
  .about_us .corner_layout-rt {
    margin-top: -16px;
    padding-bottom: 12px;
    width: 74%;
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .about_us_backimage {
    overflow: hidden;
  }
  .about_us_backimage::before {
    background: url(../img/about_us/about_us_backimage_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 491px;
    height: 506px;
    left: -14%;
    top: 0%;
    overflow: hidden;
    content: "";
    position: absolute;
  }
  .about_us_text_wrap_01 {
    position: unset;
    left: 16%;
  }
}

@media screen and (max-width: 375px) {
  .about_us_reason_inner_02 {
    margin: 0 0 15px auto;
  }
  .about_us_reason_inner_04 {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .about_us_reason_inner {
    margin: 0 0 10% 0;
  }
  .about_us_reason_inner_02 {
    margin: 0 0 20px 5%;
  }
  .about_us_reason_inner_04 {
    margin: 0 0 0 8%;
  }
}



/* 店舗情報タイトル */
/* ============================================ */
.store .page_ttl_content::before,
.archive.tax-store .page_ttl_content::before {
  background: url(../img/shop_content/shop_title_img.jpg) center center no-repeat;
  background-size: cover;
}

.store .page_ttl-page .page_ttl_text_wrap::after,
.archive.tax-store .page_ttl-page .page_ttl_text_wrap::after {
  background: url(../img/shop_content/shop_title_text.png) center center no-repeat;
  left: 50%;
  top: 55%;
}

@media screen and (max-width:800px) {
  .store .page_ttl-page .page_ttl_text_wrap::after,
  .archive.tax-store .page_ttl-page .page_ttl_text_wrap::after {
    width: 42vw;
    left: 0%;
    top: 40%;
    background-size: contain;
  }
}


/* 店舗一覧のみ */

.shop_list_map_sec {
  max-width: 100%;
  height: 400px;
  margin-top: 60px;
}

@media screen and (max-width:800px) {
  .main_column .shop_list_hair_link.button_hair_shop {
    width: 180px;
  }
  .shop_list_map_sec {
    height: 200px;
    margin-top: 30px;
  }
}


/* 店舗詳細 */
/* ============================================ */
.shop_details_main_title {
  font-size: 2.5rem;
  text-align: left;
  padding: 4px 0 7px;
  border-bottom: 1px solid #b2b2b2;
}
.shop_details_text {
  margin: 11px 0 13px;
  font-size: 1.4rem;
}
.shop_details_costume {
  max-width: 530px;
  margin: 0 auto 30px;
}
.shop_details_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #70A4A8;
  border-bottom: 1px solid #b2b2b2;
  padding: 0 0 7px 15px;
  letter-spacing: 2px;
  line-height: 27px;
}
.shop_details_title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #70A4A8;
}
.shop_details_slider {
  margin: 0 auto 60px;
}
.shop_details_costume_title {
  display: flex;
}
.shop_details_costume_text {
  color: #000;
  margin: auto 0 auto auto;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0;
}
.shop_details_costume_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.shop_details_costume_list::before, .shop_details_costume_list::after {
  content: "";
  order: 1;
  width: 29%;
}
.shop_details_costume_content {
  width: 29%;
}
.shop_details_costume_inner_list {
  display: flex;
  justify-content: space-between;
  padding: 2px 0 2px;
  font-size: 1.4rem;
}
.shop_details_costume_content {
  border-bottom: 1px dashed #CCCCCC;
}
.shop_details_costume_list_title {
  display: grid;
  align-items: center;
  color: #70A4A8;
  font-weight: bold;
}
.section_shop_details_infomation {
  width: 46%;
}
.shop_details_infomation_list {
  display: flex;
  padding: 10px 0;
  font-size: 1.4rem;
}
.shop_details_infomation_list:not(:last-of-type) {
  border-bottom: 1px dashed #b2b2b2;
}
.shop_details_infomation_list_title {
  font-weight: normal;
  width: 65px;
}
.shop_details_infomation_detail {
  margin: 0 0 0 15px;
}
.shop_details_flexbox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.shop_details_access_title {
  margin: 0 0 16px;
}
.shop_details_access_map {
  height: 230px;
}
.section_shop_details_access {
  width: 48%;
}
.section_shop_details_access iframe {
  max-width: 100%;
  height: 230px;
}
.shop_details_message_title {
  position: relative;
  color: #B1A06A;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 9px 26px;
}
.shop_details_message_title::before {
  position: absolute;
  content: "";
  font-size: 1rem;
  display: block;
  width: 20px;
  height: 20px;
  left: -3px;
  top: 7px;
  background-image: url(../img/shop_content/icon_message.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_details_message {
  position: relative;
  background-color: #F4F4EF;
  max-width: 770px;
  margin: 0 0 20px;
  padding: 15px 30px;
}
.shop_details_message::before {
  position: absolute;
  content: "";
  width: 770px;
  max-width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-bottom: 15px solid #F4F4EF;
  border-left: 15px solid #fff;
}
.shop_details_message::after {
  position: absolute;
  content: "";
  width: 770px;
  max-width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: 15px solid #F4F4EF;
  border-right: 15px solid #fff;
}
.main_column .button_hair_shop {
  margin: 0 auto 90px;
}
.shop_details_sns_img img {
  max-width: 30px;
}
.shop_details_message_text {
  font-size: 1.4rem;
}
.shop_details_sns_title {
  margin: 0 0 15px;
  color: #000;
  display: flex;
}
.shop_details_sns_img {
  max-width: 30px;
  display: block;
  margin: 0 0 0 auto;
}
.shop_details_sns_flexbox {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 27px;
}
.shop_details_facebook {
  width: 47%;
}
.shop_details_instagram {
  width: 47%;
  margin: 0;
}
.shop_details_instagram_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_details_instagram_imgbox {
  width: 31%;
  margin: 0 0 10px;
}
.shop_details_normal_button {
  display: block;
  max-width: 268px;
  margin: 0 auto 70px;
}
.shop_details_facebook_box {
  background-color: #F0F0F0;
  margin: 0 0 5px;
}
/* facebook埋め込み */
.shop_details_facebook_box iframe {
  max-width: 100%;
}
.shop_details_facebook_box iframe ._5pcb._5tmf._50f3 {
  max-width: 100%;
}
.store ._5v3q ._1dwg {
  background-color: #F0F0F0;
}
.shop_details_facebook_box iframe ._4-u2 {
  border: none;
}
.store ._2a2q._65sr {
  margin: 0;
}
.shop_details_button_flexbox {
  max-width: 575px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 52px;
}
.shop_details_reserve_button_text,
.shop_details_contact_button_text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 26px;
}
.shop_details_reserve_button_text::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  top: 3px;
  left: -10px;
  background-image: url(../img/shop_content/icon_shop.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_details_contact_button_text::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  top: 5px;
  left: -5px;
  background-image: url(../img/shop_content/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_details_facebook_list {
  display: block;
  overflow: scroll;
  padding: 0 7px 0 0;
  -webkit-overflow-scrolling: touch;
}
.shop_details_facebook_list::-webkit-scrollbar {
  width: 8px;
}
.shop_details_facebook_list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.shop_details_facebook_list::-webkit-scrollbar-thumb {
  background-color: #70A4A8;
  border-radius: 10px;
}
.shop_details_facebook_inner_flexbox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.shop_details_facebook_store {
  width: 100%;
  margin: 0 0 0 15px;
  line-height: 22px;
}
.shop_details_facebook_date {
  font-size: 1.2rem;
  display: block;
}
.shop_details_facebook_text {
  font-size: 1.4rem;
}
.link_buton {
  width: 260px;
  position: relative;
  background-color: #333333;
  color: #fff;
  padding: 4px;
  display: block;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.link_buton::before {
  width: 100px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 13px solid #333333;
  border-left: 13px solid #fff;
}
.link_buton::after {
  width: 100px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 13px solid #333333;
  border-right: 13px solid #fff;
}
.link_buton::before,
.link_buton::after,
.link_inner_buton::before,
.link_inner_buton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
}
.link_inner_buton {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 7px;
  z-index: 1;
  text-align: center;
  border-radius: 11px 0 11px 0;
}
.link_inner_buton::before {
  width: 4.5px;
  height: 9px;
  top: -1px;
  left: 0px;
  transform: skewX(-45deg);
  border-right: 1px solid #d2d2d2;
  z-index: -1;
  background-color: #333;
}
.link_inner_buton::after {
  width: 4.5px;
  height: 10px;
  bottom: -1px;
  right: 0px;
  transform: skewX(-45deg);
  border-left: 1px solid #d2d2d2;
  z-index: -1;
  background-color: #333;
}
.buton_shop_previw {
  margin: 0 auto 70px;
}
.button_shop_preview {
  margin: 0 auto;
}
.button_shop_instagram {
  display: block;
  margin: 0 auto;
}
.button_shop_facebook {
  margin: 30px auto 0;
}
.button_shop_preview_imgbox {
  display: block;
  max-width: 260px;
  margin: auto;
}
.button_hair_imgbox {
  display: block;
  max-width: 260px;
  margin: 30px auto 0;
}
.button_reserve_imgbox {
  display: block;
  max-width: 260px;
  margin: auto;
}
.button_contact_imgbox {
  display: block;
  max-width: 260px;
  margin: auto;
}
@media screen and (max-width:800px) {
  .shop_details_main_title {
    font-size: 1.4rem;
    text-align: center;
  }
  .shop_details_text {
    margin: 10px 0 12px;
    font-size: 1rem;
    text-align: center;
  }
  .shop_details_slider {
    margin: 0 auto;
  }
  .shop_details_title {
    font-size: 1.2rem;
    padding: 0 0 0 11px;
    letter-spacing: 1px;
    margin: 0 0 13px;
  }
  .shop_details_title::before {
    top: 11px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #70A4A8;
  }
  .shop_details_costume {
    margin: 0 auto 18px;
  }
  .shop_details_costume_content {
    width: 48%;
  }
  .shop_details_costume_text {
    letter-spacing: -0.5px;
    font-size: 1rem;
  }
  .shop_details_flexbox {
    display: block;
    margin: 0 0 15px;
  }
  .shop_details_infomation_list {
    padding: 0 0 7px;
    font-size: 1rem;
    width: 90%;
    margin: auto;
  }
  .shop_details_infomation_list:not(:first-of-type) {
    padding: 7px 0;
  }
  .shop_details_infomation_list_title {
    font-weight: bold;
    width: 60px;
    padding: 0 0 0 7px;
  }
  .shop_details_infomation_list:not(:last-of-type) {
    border-bottom: 1px dashed #CCCCCC;
  }
  .section_shop_details_infomation {
    width: 100%;
    margin: 0 0 22px;
  }
  .shop_details_access_title {
    margin: 0 0 13px;
  }
  .shop_details_access_map {
    height: 150px;
  }
  .section_shop_details_access {
    width: 100%;
  }
  .shop_details_button_flexbox {
    display: block;
    margin: 0 auto 22px;
  }
  .shop_details_reserve_button {
    margin: 0 auto 9px;
  }
  .shop_details_reserve_button_text::before {
    width: 18px;
    background-position-y: 2px;
  }
  .shop_details_contact_button_text::before {
    width: 13px;
    background-position-y: 1px;
  }
  .shop_details_reserve_button_text,
  .shop_details_contact_button_text {
    padding: 0 0 0 14px;
  }
  .shop_details_contact_button {
    margin: 0 auto 9px;
  }
  .shop_details_costume_inner_list {
    padding: 3px 6px 3px 6px;
    font-size: 1rem;
  }
  .shop_details_costume_list {
    margin: 2px 0 0;
  }
  .shop_details_reserve_button,
  .shop_details_contact_button {
    max-width: 148px;
  }
  .shop_details_contact_button {
    margin: 0 auto;
  }
  .shop_details_button_flexbox_constant {
    display: flex;
    max-width: 365px;
    margin: auto;
    justify-content: center;
  }
  .shop_details_button_flexbox_constant .link_buton {
    width: 46%;
    margin: 30px auto 0;
  }
  .shop_details_message_text {
    font-size: 1rem;
    line-height: 16px;
  }
  .shop_details_message {
    padding: 10px 15px;
    margin: 0 0 27px;
  }
  .shop_details_message_title {
    font-size: 1.1rem;
    padding: 0 0 2px 18px;
  }
  .shop_details_message_title::before {
    top: 4px;
    width: 14px;
  }
  .shop_details_message::before {
    border-bottom: 10px solid #F4F4EF;
    border-left: 10px solid #fff;
  }
  .shop_details_message::after {
    border-top: 10px solid #F4F4EF;
    border-right: 10px solid #fff;
  }
  .main_column .button_hair_shop {
    width: 46%;
    margin: 28px auto 0;
  }
  .shop_details_sns_title {
    color: #70A4A8;
  }
  .shop_details_sns_flexbox {
    display: block;
  }
  .shop_details_facebook {
    width: 100%;
    margin: 0 0 15px;
  }
  .shop_details_instagram {
    width: 100%;
    margin: 0 0 10px;
  }
  .shop_details_normal_button {
    max-width: 148px;
    margin: 0 auto 30px;
  }
  .shop_details_sns_button {
    display: block;
    max-width: 148px;
    margin: 0 auto 10px;
  }
  .shop_details_sns_flexbox {
    margin: 0;
  }
  .shop_details_facebook_store {
    font-size: 1.3rem;
  }
  .store .corner_button-line_inner {
    padding: 8px 0;
  }
  .store .buton_reserve {
    max-width: 200px;
    margin: 0 auto 10px;
    font-size: 1rem;
  }
  .link_inner_buton {
    border-radius: 10px 0 11px 0;
  }
  .link_buton {
    padding: 2px;
    margin: 8px auto 0;
    max-width: 175px;
    font-size: 1rem;
  }
  .link_buton::before {
    border-bottom: 10px solid #333333;
    border-left: 10px solid #fff;
  }
  .link_inner_buton::before {
    width: 3.5px;
    height: 8px;
    left: 1px;
  }
  .link_buton::after {
    border-top: 10px solid #333333;
    border-right: 10px solid #fff;
  }
  .link_inner_buton::after {
    width: 4px;
    height: 9px;
    right: 1px;
  }
  .store .buton_instagram {
    padding: 2px;
    margin: 10px auto 30px;
  }
  .store .buton_shop_previw {
    margin: 0 auto;
  }
  .shop_details_facebook_list {
    height: auto;
    padding: 0;
    overflow: auto;
  }
  .facebook_code_wrp {
    text-align: center;
  }
  .shop_details_instagram_imgbox {
    width: 32%;
    margin: 0 0 7px;
    text-align: center;
  }
  .store .main_content .inner {
    padding: 0;
  }
  .store .main_column {
    padding: 0 15px;
  }
  .section_shop_details_access iframe {
    height: 170px;
  }
  .button_shop_preview {
    margin: 28px auto 0;
    width: 46%;
  }
  .button_shop_preview_imgbox {
    max-width: 130px;
  }
  .button_hair_imgbox {
    max-width: 130px;
  }
  .tax-store .button_shop_preview_imgbox,
  .tax-store .button_hair_imgbox {
    margin: 20px 10px 0;
  }
  .button_reserve_imgbox {
    max-width: 170px;
    margin: 0 auto 10px;
  }
  .button_contact_imgbox {
    max-width: 170px;
  }
  .sp_sns_img_box {
    display: block;
    max-width: 130px;
    margin: 10px auto 0;
  }
  .button_instagram_imgbox {
    display: block;
    max-width: 130px;
    margin: 10px auto 0;
  }
  .button_shop_instagram {
    max-width: 130px;
    margin: 0 auto 0;
  }
  .shop_details_costume_title {
    margin: 0 0 3px;
  }
  .tax-store footer {
    margin-top: 30px;
  }
}

/* 店舗詳細メインスライダー */
.shop_slider .slick-slide {
  margin: 0 7px;
  /*height: 350px;*/
}
.shop_slider .slick-dots li button:before {
  opacity: 1;
  color: #F0F0F0;
}
.shop_slider .slick-dots .slick-active button:before {
  opacity: 1;
  color: #70A4A8;
}
.shop_slider .slick-dots li button:before {
  font-size: 12px;
}
.shop_slider .slick-dots {
  bottom: -33px;
}
.shop_slider .slick-dots li {
  margin: 0 1px;
}
.shop_slider {
  transition: opacity .3s linear;
}
.shop_slider.slick-initialized　{
  opacity: 1;
}
.shop_details_main_slider picture img {
  max-width: 100%;
}
.shop_details_slider .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 44%;
}
@media screen and (max-width:800px) {
  .shop_slider .slick-slide {
    margin: 0;
    height: auto;
  }
  .shop_details_main_slider picture img {
    height: 205px;
    object-fit: contain;
    width: 100%;
  }
  .shop_slider .slick-dots {
    bottom: 5px;
  }
  .shop_details_slider .slick-slide img {
    /* height: 400px; */
    aspect-ratio: 1/1;
    width: 100vw;
  }
  .shop_details_slider .slick-dotted.slick-slider {
    padding: 0 0 21px;
  }
  .shop_details_slider .shop_slider .slick-dots li button:before {
    font-size: 10px;
  }
  .shop_details_slider .slick-dots li button:before {
    content: "●";
  }
  .shop_details_slider .slick-dots li {
    width: 9px;
    height: 9px;
  }
  .shop_details_slider .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  .main_column .button_hair_shop {
    width: 180px;
  }
}

/* 店舗詳細スタッフ部分 */
.section_shop_details_staff {
  margin: 0 0 20px;
}
.shop_details_staff_title {
  margin: 0 0 22px;
}
.shop_details_staff_wrap {
  font-feature-settings: "palt" 1;
}
.shop_details_staff_inner_content {
  order: 2;
  display: inline-table;
  /*margin: 0 0 auto;*/
  width: 80%;
  margin: auto;
}
/*
.shop_details_staff_content {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 33%;
}
*/
.shop_details_staff_content:not(:last-of-type) {
  padding: 0 3% 0 0;
  margin: 0 3% 0 0;
  /*border-right: 1px dashed #b2b2b2;*/
}

.store .shop_details_staff_content:last-of-type {
  padding: 0 0 0 25px;
}
.shop_details_staff_img {
  position: relative;
  order: 1;
  height: fit-content;
  padding: 4px;
  /*margin: 0 0 5px;*/
  background-color: #F0F0F0;
  width: 50%;
  margin: auto;
}
.shop_details_staff_inner_img {
  position: relative;
  height: 230px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 5%;
  z-index: 0;
}
.shop_details_staff_img_innerbox::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 4px;
  z-index: 1;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F0F0F0;
  border-top: 6px solid #F0F0F0;
  border-right: 6px solid transparent;
}
.shop_details_staff_img_innerbox::after {
  position: absolute;
  content: "";
  bottom: 1px;
  right: 4px;
  z-index: 1;
  border-top: 6px solid transparent;
  border-right: 6px solid #F0F0F0;
  border-bottom: 6px solid #F0F0F0;
  border-left: 6px solid transparent;
}
.shop_details_staff_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
}
.shop_details_staff_img::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: 2;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.shop_details_staff_name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 18px;
  text-align: center;
  order: 2;
}
.staff_name_small {
  font-size: 1.2rem;
  font-weight: normal;
}
.shop_details_staff_info {
  width: 100%;
  font-size: 1.3rem;
  line-height: 20px;
  order: 4;
  margin: auto;
  padding-bottom: 10px;
}
.shop_details_staff_text {
  font-weight: bold;
  font-size: 1.2rem;
  color: #70A4A8;
  /*margin: 0 0 15px;*/
  width: 50%;
  margin: auto;
  order: 3;
  padding-bottom: 10px;
}
.shop_details_staff_info_content:not(:last-of-type) {
  margin: 0 0 8px;
}
.shop_details_staff_info_title {
  font-weight: bold;
}
/*.shop_staff_list {
  display: flex;
}*/
@media screen and (max-width:800px) {
  .shop_details_staff_content:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .shop_details_staff_content:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width:800px) {
  .shop_details_staff_content {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    border-right: none;
    flex-wrap: nowrap;
    flex-direction: unset;
  }
  .shop_staff_slider .slick-track {
    max-width: 100%;
  }
  .shop_details_staff_content:not(:last-of-type) {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #CCCCCC;
    border-right: none;
  }
  .shop_details_staff_inner_content {
    width: 68%;
    /*padding: 0 0 0 12px;*/
  }
  .shop_details_staff_img {
    max-width: 110px;
    padding: 2px;
    width: 70%;
  }
  .shop_details_staff_inner_img {
    height: 120px;
  }
  .staff_name_small {
    font-size: 1rem;
  }
  .shop_details_staff_name {
    width: auto;
    font-size: 1.2rem;
    line-height: 17px;
    margin: 0 0 5px;
    margin-top: 5px;
  }
  .shop_details_staff_text {
    margin: auto;
    line-height: 15px;
    font-size: 1rem;
  }
  .section_shop_details_staff {
    margin: 0 0 20px;
  }
  .shop_details_staff_info_content:not(:last-of-type) {
    margin: 0 0 7px;
  }
  .store .shop_details_staff_content:last-of-type {
    padding: 0;
    margin: 0;
  }
  .store .shop_details_staff_content:first-of-type {
    margin: 0 0 10px;
  }
  .shop_details_staff_info {
    font-size: 1rem;
    line-height: 15px;
    margin: 0;
  }
  .shop_details_staff_title {
    margin: 0 0 13px;
  }
  .shop_staff_list {
    display: block;
  }
  .shop_details_staff_img::before {
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
  }
  .shop_details_staff_img::after {
    border-top: 3px solid transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid transparent;
  }
  .shop_details_staff_img_innerbox::before {
    top: 1px;
    left: 2px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #F0F0F0;
    border-top: 3px solid #F0F0F0;
    border-right: 3px solid transparent;
  }
  .shop_details_staff_img_innerbox::after {
    bottom: 1px;
    right: 2px;
    border-top: 3px solid transparent;
    border-right: 3px solid #F0F0F0;
    border-bottom: 3px solid #F0F0F0;
    border-left: 3px solid transparent;
  }

}

/* 店舗詳細インスタ調整 */
#sb_instagram {
  padding: 0 !important;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_item:not(:nth-child(3n)) {
  padding-right: 10px !important;
}
#sb_instagram #sbi_images .sbi_item:not(:nth-last-child(-n+3)) {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 800px) {

  a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready,
  #sb_instagram .sbi_photo img {
    height: auto;
  }
  #sb_instagram #sbi_images .sbi_item:not(:nth-last-child(n+4)) {
    display: none;
  }
  #sb_instagram #sbi_images .sbi_item:nth-last-child(-n+6) {
    padding-bottom: 0 !important;
}
}

@media screen and (min-width: 801px) {
  a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready,
  #sb_instagram .sbi_photo img {
    height: 115px !important;
  }
}


@media screen and (max-width: 640px) {

  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 33.3333% !important;
  }

}


/* 店舗一覧・詳細サイドバー */
.store .side_wrap.sp .side_ttl {
  background: #000;
  color: #fff;
  padding: 6px 0;
  text-align: center;
}
.shop_sidebar .side_ttl_text {
  position: relative;
  font-weight: bold;
  letter-spacing: 1.3px;
}
.store .sidebar_shop_link_wrp .sidebar_link_box:last-child .accordion_inner,
.tax-store .sidebar_shop_link_wrp .sidebar_link_box:last-child .accordion_inner,
.post-type-archive-salon .sidebar_shop_link_wrp .sidebar_link_box:last-child .accordion_inner{
  padding-bottom: 20px;
}
.store .sidebar_shop_link_wrp .sidebar_link_box:not([open]):last-child .accordion_button,
.tax-store .sidebar_shop_link_wrp .sidebar_link_box:not([open]):last-child .accordion_button,
.post-type-archive-salon .sidebar_shop_link_wrp .sidebar_link_box:not([open]):last-child .accordion_button {
  border: none;
}
.salon_link_wrp {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.shop_text_wrap {
  margin-bottom: 5px;
}

@media screen and (min-width: 801px) {
  .shop_sidebar .side_wrap::before {
    position: absolute;
    content: "";
    display: block;
    background: #000;
    box-shadow: 1px -1px #cccccc;
    top: -15px;
    right: 0;
    width: calc(100% - 15px);
    height: 15px;
  }
  .shop_sidebar .side_wrap::after {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    top: -10px;
    left: 0px;
    width: 22px;
    height: 11px;
    transform: rotate( -45deg);
    display: block;
    background: #000;
  }
  .shop_sidebar .side_ttl {
    background-color: #000;
    color: #fff;
  }
  .shop_sidebar .sidebar_link_wrp .sidebar_link_box .accordion_button {
    padding-top: 15px;
  }
  .store .sidebar_link_box:not([open]) .accordion_button::after,
  .tax-store .sidebar_link_box:not([open]) .accordion_button::after,
  .post-type-archive-salon .sidebar_link_box:not([open]) .accordion_button::after {
    top: 26px;
  }
  .store .sidebar_link_box:not([open]):hover .accordion_button::after,
  .tax-store .sidebar_link_box:not([open]):hover .accordion_button::after,
  .post-type-archive-salon .sidebar_link_box:not([open]):hover .accordion_button::after {
    top: 29px;
  }
  .shop_sidebar .sidebar_banner_wrp {
    margin-top: 20px;
  }
  .shop_sidebar .sidebar_banner_link {
    display: block;
    position: relative;
  }
  .shop_sidebar .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
    margin-bottom: 15px;
  }
  .shop_sidebar .sidebar_banner_link::before {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    top: -8px;
    left: -8px;
    width: 18px;
    height: 18px;
    transform: rotate( 135deg);
    display: block;
    background: #fff;
  }
  .shop_sidebar .sidebar_banner_link::after {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    bottom: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    transform: rotate( -45deg);
    display: block;
    background: #fff;
  }
  .shop_sidebar .sidebar_banner_image {
    width: 100%;
    border: 1px solid #cccc;
  }
}
@media screen and (max-width: 800px) {
  .store .inner.flex_box {
    flex-flow: column-reverse;
  }
  .store .side_wrap.sp {
    background-color: #70A4A8;
    margin: 10px 0 0;
  }
  .store .side_wrap.sp .side_ttl {
    font-size: 1.4rem;
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    background: #70A4A8;
  }
  .footer_gallery_search_wrap {
    margin: 25px auto 0;
    max-width: 100%;
  }
  .store .footer_gallery_search_select_wrap {
    width: 48%;
  }
  .sp_side_inner {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  .store .side_wrap.sp .footer_gallery_search_select_wrap:nth-last-of-type(n+2) {
    margin-bottom: 10px;
  }
  .store .sp_side_inner .select_box select {
    font-size: 1.3rem;
    padding: 0 42px 0 7px;
  }
}


/* ============================================ */
/* レンタルプラン */
/* ============================================ */

/* 男袴 */
/* ============================================ */

.plan_mens_hakama .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/mens_hakama/title_icon.svg);
}

.plan_mens_hakama .page_ttl_content::before {
  background-image: url(https://www.premiere-grp.com/wp-content/uploads/2025/07/mens_hakama_title_img-2.jpg);
}

.plan_mens_hakama .mens_hakama_plan_main_text {
  margin: -14px auto 55px;
}

.mens_hakama_circle_area {
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 23px;
}

.mens_hakama_circle_img {
  position: absolute;
  left: 50%;
  top: -23%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mens_hakama_circle {
  position: relative;
  display: inline-block;
  width: 179px;
  height: 179px;
  max-width: 24%;
  max-height: 24%;
  border-radius: 50%;
  background: #d9e6e8;
}

.mens_hakama_text {
  font-size: 2rem;
  color: #6ca0a4;
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 179px;
  text-align: center;
  line-height: 2.5rem;
}

.mens_hakama_text_small {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  line-height: 1rem;
}

.mens_hakama_annotation {
  font-size: 1.4rem;
  margin: 0 0 18px;
}

.plan_set_list_02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
  flex-direction: row;
}

.plan_set_list_contents {
  padding: 0 17px 0 0;
}

.plan_set_list_contents_03 {
  padding: 0 17px 0 0;
}

.mens_hakama_annotation_area {
  line-height: 23px;
  margin: 3px 0 0;
}

.mens_hakama_annotation_area_03 {
  line-height: 23px;
  margin: 3px 0 0;
}

.mens_hakama_plan_imgbox {
  max-width: 33.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mens_hakama_text_02 {
  font-size: 1.4rem;
  color: #ee7864;
  font-weight: bold;
}

.plan_bg_rental {
  margin: 0 0 100px;
}

.plan_mens_hakama footer {
  margin-top: 105px;
}

.plan_mens_hakama .plan_mens_hakama_bg_rental {
  padding: 41px 0 25px 45px;
}
.button_mens_hakama_imgbox {
  margin: 0 auto 65px;
}
@media screen and (max-width: 900px) {
  .mens_hakama_text {
    font-size: 1.5rem;
    line-height: 23px;
  }
}

@media screen and (max-width: 800px) {
  .plan_mens_hakama .inner {
    padding: 0;
  }

  .plan_mens_hakama .page_title_wrap .breadcrumb_wrap {
    padding: 0 15px;
  }

  .plan_mens_hakama .page_ttl-plan .page_title_text_jp {
    background-size: 30px auto;
  }

  .plan_mens_hakama .page_ttl_content::before {
    background-image: url(https://www.premiere-grp.com/wp-content/uploads/2025/07/mens_hakama_title_img_sp-2.jpg);
  }

  .plan_mens_hakama .mens_hakama_plan_main_text {
    margin: auto;
  }

  .plan_mens_hakama .plan_mens_hakama_bg_rental {
    padding: 45px 0 15px 15px;
  }

  .mens_hakama_circle_area {
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    justify-content: space-around;
    margin: 50px 0 -19px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .mens_hakama_circle {
    width: 143px;
    height: 143px;
    margin: 0 0 42px;
  }

  .mens_hakama_circle_img {
    top: -26%;
  }

  .mens_hakama_text_small {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: -15%;
  }

  .plan_set_list_02 {
    max-width: 80px;
    height: 70px;
    flex-direction: column;
  }

  .mens_hakama_annotation {
    font-size: 1rem;
  }

  .mens_hakama_annotation_area {
    margin: 4px 0 13px;
    line-height: 16px;
  }

  .mens_hakama_annotation_area_02 {
    margin: 0 auto 27px;
    max-width: 92%;
  }

  .mens_hakama_annotation_area_03 {
    margin: 4px 0 13px;
    line-height: 16px;
  }

  .mens_hakama_plan_imgbox {
    margin: -12px 0 0;
    position: unset;
    max-width: 44%;
  }

  .mens_hakama_text_02 {
    font-size: 1rem;
  }

  .plan_set_list_contents_02 {
    padding: 0 17px 0 0;
  }

  .plan_set_list_contents_03 {
    padding: 0 17px 28px 0;
  }

  .mens_hakama_plan_bg_section {
    padding: 25px 0 15px 15px;
  }

  .plan_bg_rental {
    margin: 0 0 21px;
  }

  .plan_mens_hakama footer {
    margin-top: 20px;
  }

  .plan_mens_hakama .mens_hakama_plan_bg_section {
    padding: 20px 0 15px 15px;
  }
  .button_mens_hakama_price_imgbox {
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 640px) {
  .mens_hakama_annotation_area_02 {
    max-width: 90%;
  }

  .mens_hakama_circle {
    max-width: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  .mens_hakama_circle_area {
    max-width: 400px;
  }
}

/* 卒業袴 */
/* ============================================ */
.plan_graduate_hakama .page_ttl-plan .page_title_text_jp {
  background-image: url(../img/plan/graduate_hakama/title_icon.svg);
}

.plan_graduate_hakama .page_ttl_content::before {
  background-image: url(../img/plan/graduate_hakama/graduate_hakama_title_img-1.jpg);
}

.plan_graduate_hakama .main_column {
  width: 100%;
}

.graduate_hakama_rental_plan_area {
  background: linear-gradient(45deg, transparent 14px, #b1a06a 15px, #fff 16px), linear-gradient(135deg, transparent 14px, #b1a06a 15px, #fff 16px), linear-gradient(225deg, transparent 14px, #b1a06a 15px, #fff 16px), linear-gradient(315deg, transparent 14px, #b1a06a 15px, #fff 16px);
  background-position: bottom left,top left,top right,bottom right;
  background-size: 50% 50%; /* 隙間ができる場合は51% 51%にする */
  background-repeat: no-repeat;
}

.graduate_hakama_rental_plan_area::before,.graduate_hakama_rental_plan_area::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 20px;
}

.graduate_hakama_rental_plan_area::before {
  border-top: solid 1px #b1a06a;
}

.graduate_hakama_rental_plan_area::after {
  border-bottom: solid 1px #b1a06a;
}

.graduate_hakama_rental_plan_area > .graduate_hakama_rental_plan_area_02 {
  border-left: solid 1px #b1a06a;
  border-right: solid 1px #b1a06a;
  margin: 20px 0;
  padding: 0 20px;
}

.graduate_hakama_corner_button {
  width: 100%;
  max-width: 680px;
  background: #fff;
  color: #000;
  padding: 0 20px;
}

.graduate_hakama_doubble_corner {
  max-width: 680px;
  margin: 0 auto;
}

.graduate_hakama_doubble_corner_layout {
  box-shadow: -1px 1px #b1a06a, 1px -1px #b1a06a;
}

.graduate_hakama_doubble_corner_layout .graduate_hakama_corner_button_first_decoration::before {
  box-shadow: 1px -1px #b1a06a;
}

.graduate_hakama_corner_button .graduate_hakama_corner_button_first_decoration::before,
.graduate_hakama_corner_button .graduate_hakama_corner_button_first_decoration::after,
.graduate_hakama_corner_button .graduate_hakama_corner_button_last_decoration::before,
.graduate_hakama_corner_button .graduate_hakama_corner_button_last_decoration::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
}

.graduate_hakama_doubble_corner_layout .graduate_hakama_corner_button_first_decoration::after {
  border-top: 1px solid #b1a06a;
}

.graduate_hakama_doubble_corner_layout .graduate_hakama_corner_button_last_decoration::before {
  box-shadow: -1px 1px #b1a06a;
}

.graduate_hakama_doubble_corner_layout .graduate_hakama_corner_button_last_decoration::after {
  border-bottom: 1px solid #b1a06a;
}

.graduate_hakama_rental_plan_title {
  font-size: 2.2rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin: 15px 0 14px;
}

.graduate_hakama_rental_plan_text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7;
}

.graduate_hakama_rental_plan_text_area {
  margin: 0 0 8px;
}

.graduate_hakama_rental_plan_text_area_02 {
  margin: 0 0 15px;
}

.graduate_hakama_rental_plan_title_small {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 8px;
  text-align: left;
}

.graduate_hakama_rental_plan_annotation {
  font-size: 1.2rem;
  margin: 8px 0 35px;
}

.graduate_hakama_plan_title_area {
  padding: 0 0 20px;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.7;
}

.graduate_hakama_plan_imgbox {
  max-width: 33.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.graduate_hakama_plan_decorate_title {
  padding: 16px 27px 0;
  margin: 16px auto 10px;
}

.graduate_hakama_photo_plan_decorate_title {
  padding: 16px 27px 0;
  margin: 16px auto 0;
}

.graduate_hakama_plan_area {
  padding: 0 0 16px;
  margin: 5px 0 15px;
  max-width: 430px;
}

.plan_graduate_hakama .graduate_hakama_photo_plan_bg_section {
  padding: 47px 0 20px 45px;
  margin: 0 0 50px;
}

.plan_graduate_hakama .graduate_hakama_plan_bg_rental {
  padding: 59px 0 30px 45px;
  margin: 0 0 50px;
}

.graduate_hakama_plan_setrental_detailinnerbox {
  width: 67%;
}

.graduate_hakama_photo_plan_imgbox {
  max-width: 35.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.graduate_hakama_plan_inner_section.graduate_hakama_plan_inner_cornercut {
  padding: 0 0 0px;
}

.graduate_hakama_plan_photo_subtitle {
  font-size: 2rem;
  padding: 0 0 4px;
  margin: 9px 0 3px;
}

.graduate_hakama_plan_setbox {
  margin: 11px 0 10px;
}

.graduate_hakama_plan_icon_list {
  display: flex;
  flex-wrap: wrap;
}

.plan_graduate_hakama .plan_graduate_hakama_rental_inner_wrap:not(:last-of-type) {
  margin: 0 auto 65px;
}
.plan_graduate_hakama .plan_graduate_hakama_rental_inner_wrap:nth-child(2) {
  margin: 0 auto 30px;
}

.plan_graduate_hakama_setrental_inner_section .plan_setrental_detailinnerbox {
  line-height: 30px;
}

.plan_graduate_hakama footer {
  margin-top: 85px;
}

.plan_graduate_hakama .plan_setrental_detailbox {
  margin: 18px auto 5px;
}

.button_price_imgbox {
  display: block;
  max-width: 290px;
  margin: 0 auto 50px;
}
.button_graduate_hakama_price_imgbox {
  margin: 0 auto 65px;
}

@media screen and (max-width: 800px) {
  .plan_graduate_hakama .inner {
    padding: 0;
  }

  .plan_graduate_hakama .page_title_wrap .breadcrumb_wrap {
    padding: 0 15px;
  }

  .plan_graduate_hakama .page_ttl-plan .page_title_text_jp {
    background-size: 22px auto;
  }

  .plan_graduate_hakama .page_ttl_content::before {
    background-image: url(../img/plan/graduate_hakama/graduate_hakama_title_img_sp-1.jpg);
  }

  .graduate_hakama_corner_button {
    padding: 0 12px;
  }

  .graduate_hakama_corner_button {
    width: 100%;
    max-width: 740px;
  }

  .graduate_hakama_rental_plan_title {
    font-size: 1.2rem;
    margin: 14px 0 10px;
  }

  .graduate_hakama_rental_plan_text {
    font-size: 1rem;
  }

  .graduate_hakama_rental_plan_title_small {
    font-size: 1rem;
    margin: 0 0 4px;
  }

  .graduate_hakama_rental_plan_text_area {
    margin: 0;
  }

  .graduate_hakama_rental_plan_text_area_02 {
    margin: 0 0 10px;
  }

  .graduate_hakama_rental_plan_annotation {
    font-size: 1rem;
    margin: 4px 0 25px;
  }

  .graduate_hakama_plan_title_area {
    padding: 0 0 13px;
    margin: 0 0 13px;
  }

  .graduate_hakama_plan_textbox {
    width: 66.7%;
  }

  .graduate_hakama_plan_imgbox {
    max-width: 45.5%;
    position: unset;
  }

  .graduate_hakama_plan_inner_section {
    padding: 0 0 12px;
  }

  .graduate_hakama_plan_setrental_list_title {
    font-size: 2.6rem;
    margin: 0 0 0 10px;
  }

  .graduate_hakama_plan_setrental_detailinnerbox {
    width: 83%;
  }

  .graduate_hakama_plan_bg_rental {
    padding: 45px 0 15px 15px;
    margin: 0 0 21px;
  }

  .graduate_hakama_plan_bg_section {
    padding: 27px 1px 24px 15px;
  }

  .graduate_hakama_plan_inner_photo_img {
    max-width: 140px;
    margin: 0 auto;
  }

  .graduate_hakama_plan_imgbox {
    max-width: 45%;
  }

  .graduate_hakama_plan_inner_section {
    padding: 12px 0 0;
  }

  .graduate_hakama_plan_inner_section_02 {
    padding: 0 0 12px;
  }

  .graduate_hakama_doubble_corner {
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
  }

  .graduate_hakama_photo_plan_imgbox {
    max-width: 45%;
    position: unset;
  }

  .graduate_hakama_plan_photo_subtitle {
    font-size: 1.3rem;
  }

  .graduate_hakama_plan_decorate_title {
    padding: 16px 27px 0;
    margin: 24px auto 10px;
  }

  .graduate_hakama_plan_area {
    max-width: 100%;
  }

  .plan_graduate_hakama .graduate_hakama_photo_plan_bg_section {
    padding: 20px 0 15px 15px;
    margin: 0 0 20px;
  }

  .plan_graduate_hakama .plan_graduate_hakama_rental_inner_wrap:not(:last-of-type) {
    margin: 0 auto 40px;
  }

  .plan_graduate_hakama .plan_graduate_hakama_rental_inner_wrap:nth-child(2) {
    margin: 0 auto 20px;
  }

  .plan_graduate_hakama .graduate_hakama_plan_bg_rental {
    padding: 35px 0 20px 15px;
    margin: 0 0 20px;
  }

  .graduate_hakama_plan_area {
    padding: 0;
  }

  .plan_graduate_hakama .graduate_hakama_plan_photo_subtitle {
    padding: 0;
  }

  .plan_graduate_hakama_setrental_inner_section .plan_setrental_detailinnerbox {
    line-height: 15px;
  }

  .plan_setrental_detailbox {
    margin: 11px auto 1px;
  }

  .plan_graduate_hakama footer {
    margin-top: 20px;
  }

  .plan_graduate_hakama .plan_setrental_detailbox {
    margin: 11px auto 4px;
  }

  .button_price_imgbox {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .button_graduate_hakama_price_imgbox {
    margin: 0 auto 24px;
  }

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





/* 提携美容室一覧ページ */
/* ============================================ */

/* セレクトボックス */
.hair_shop_search_wrap {
  display: flex;
  margin: 0 0 25px;
}
.hair_shop_search_select_wrap {
  width: 32%;
}
.hair_shop_search_select_wrap:not(:last-of-type) {
  margin: 0 3% 0 0;
}
.hair_shop_search_select_wrap .hair_shop_search_select {
  font-size: 1.2rem;
  color: #333333;
  border: 1px solid #b2b2b2;
  letter-spacing: 0.5px;
}
.hair_shop_search_select_wrap::before {
  background: #b2b2b2;
}
.hair_shop_search_select_wrap::after {
  top: 40%;
  right: 18px;
  border-top: 10px solid #333333;
  border-right: 6px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 6px solid transparent;
  transform: unset;
}
@media screen and (max-width: 800px) {
  .hair_shop_search_wrap {
    margin: 10px 0 10px;
  }
  .hair_shop_search_select_wrap::after {
    right: 11px;
  }
}

.post-type-archive-salon .page_ttl-plan .page_title_text_en {
  display: none;
}
.post-type-archive-salon .page_ttl-plan .page_title_text_jp {
  background-image: none;
}
.post-type-archive-salon .page_ttl_content::before {
  background-image: url(../img/hair_shop/hair_shop_title_img.jpg);
}
.hair_shop_wrap {
  font-feature-settings: "palt" 1;
}
.hair_shop_main_title {
  background-color: #689ca0;
  color: #fff;
  text-align-last: center;
  padding: 9px 5px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 20px;
  margin: 0 0 9px;
}
.hair_shop_localplace_title {
  font-size: 2.5rem;
  font-family: 'Noto Serif JP', serif;
  color: #689ca0;
  font-weight: bold;
  letter-spacing: 1.8px;
  padding: 0 0 15px;
}
.hair_shop_section {
  margin: 0 0 75px;
}
.hair_shop_inner_section {
  /*display: flex;*/
  /*flex-direction: row-reverse;*/
  justify-content: space-between;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.hair_shop_textbox {
  flex: 1;
}

.hair_shop_name_wrap {
  display: flex;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #cccccc;
  line-height: 27px;
}
.hair_shop_sns_icon {
  max-width: 30px;
}
.hair_shop_imgbox {
  /*width: 23.3%;*/
  width:70%;
  /*margin: 0 20px 0 0;*/
  margin-left:0;
}
.hair_shop_imgbox_stylist {
  /*width: 23.3%;*/
  width:30%;
  /*margin: 0 20px 0 0;*/
	margin:auto;
}
.hair_shop_imgbox_make {
  /*width: 23.3%;*/
  width:30%;
  /*margin: 0 20px 0 0;*/
  margin-left:10px;
}
.hair_shop_img {
  max-width: 180px;
}
.hair_shop_map_icon {
  max-width: 11px;
  padding: 0 0 4px;
}
.hair_shop_title {
  font-weight: bold;
}
.hair_shop_sns_wrap {
  display: flex;
  margin: -4px 0 0 auto;
}
.hair_shop_place_wrap {
  display: flex;
  font-size: 1.4rem;
}
.hair_shop_sns_link:not(:last-of-type) {
  margin: 0 9px 0 0;
}
.hair_shop_list {
  display: flex;
  font-size: 1.4rem;
}
.hair_shop_list_title {
  padding: 0 5px 0 0;
}
.hair_shop_list_detail {
  font-weight: bold;
  color: #689ca0;
}
.hair_shop_message {
  font-size: 1.2rem;
  margin: 10px 0 0;
}
.hair_shop_adress {
  padding: 0 9px 0 0;
}
.hair_shop_map_link {
  color: #689ca0;
}
.hair_shop_map_link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .post-type-archive-salon .page_ttl_content::before {
    background-image: url(../img/hair_shop/hair_shop_title_img.jpg);
  }
  .hair_shop_main_title {
    padding: 6px 5px;
    font-size: 1.3rem;
    letter-spacing: 14px;
    margin: 0 0 5px;
  }
  .hair_shop_localplace_title {
    font-size: 1.5rem;
    padding: 0 0 7px;
  }
  .hair_shop_inner_section {
    flex-direction: column;
    letter-spacing: 0.1px;
    line-height: 1.8rem;
  }
  .hair_shop_textbox {
    order: 2;
  }
  .hair_shop_imgbox {
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    height: 235px;
  }
  .hair_shop_img {
    max-width: 75%;
  }
  .attachment-full.size-full.wp-post-image {
    text-align: center;
    height: 235px;
    object-fit: cover;
  }
  .hair_shop_name_wrap {
    font-size: 1.2rem;
    padding: 0 0 4px;
    margin: 0 0 6px;
  }
  .hair_shop_sns_icon {
    max-width: 23px;
  }
  .hair_shop_sns_link:not(:last-of-type) {
    margin: 0 6px 0 0;
  }
  .hair_shop_place_wrap {
    font-size: 1.1rem;
  }
  .hair_shop_list {
    font-size: 1.1rem;
  }
  .hair_shop_message {
    font-size: 1rem;
    margin: 7px 0 0;
  }
  .hair_shop_section {
    margin: 0 0 30px;
  }
  .hair_shop_map_icon {
    max-width: 10px;
  }
  .hair_shop_sns_wrap {
    margin: -1px 0 0 auto;
  }
}

/* 404ページ */
/* ============================================ */
.error404 .page_ttl_content::before {
  content: none;
}
.error404 .page_ttl_text_wrap {
  max-width: 95%;
  padding-left: 0;
  margin: auto;
}
.error404_button_wrap {
  margin: 60px 0 0;
}
.error404_text {
  text-align: center;
}
.error404 .page_ttl {
  margin-bottom: 30px;
}
.error404 .page_ttl_inner {
  padding-left: 0;
}
.error404 .page_ttl_text {
  text-align: center;
}
.error404 .main_column {
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .error404_button_wrap {
    margin: 10px 0 0;
  }
  .error404 .flex_box {
    display: block;
  }
  .error404_text {
    margin: auto;
  }
  .error404 .page_ttl_content {
    padding-top: 30px;
  }
  .error404 .page_ttl_text .page_title_text_en {
    transform-origin: unset;
  }
  .error404 .page_ttl {
    height: 120px;
    margin-bottom: 6px;
  }
}


/* レンタル・撮影プラン　ナビ追加 2022/3/10 */
/* ============================================ */
.top_section_wrp.nav {
  padding-top: 0;
  background: none;
}
.header_top_nav {
  margin-top: 10px;
}

/* 「振袖」ページ　アコーディオン化 2022/4/1 */
/* ================================================== */
.accordion-contents{
  position: relative;
}
.accordion-contents .accordion-button{
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  transition: transform 0.5s;
}
@media screen and (max-width: 640px){
  .accordion-contents{
    padding-top: 4rem!important;
  }
  .accordion-contents .accordion-button{
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
  }
}
.accordion-contents .accordion-button.showed{
  transform: rotate(180deg);
}
.accordion-contents > section{
  transition: height 0.5s;
  overflow: hidden;
}
@media screen and (min-width: 801px){
.accordion-contents > section:nth-child(3){
  height: auto!important;
}
}
/* 「振袖」ページ　アコーディオン化 2022/4/1 ここまで */
/* ================================================== */
@charset "UTF-8";

/* お知らせ一覧 */
/* ============================================ */

/* 共通部分 */
.campaign_content_title {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  letter-spacing: .15em;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 19px;
}
.campaign_content_title span {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .5em;
  padding-left: 21px;
}
.archive_campaign_content_postlist {
  display: flex;
  max-width: 770px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.archive_campaign_content_list {
  box-sizing: border-box;
  flex: 0 1 calc(95% / 3);
  width: 240px;
  padding: 0 0 16px 0;
  margin: 0 0 22px 0;
}
.archive_campaign_content_img_wrap {
  overflow: hidden;
}
.archive_campaign_link_wrap img {
  transition: .3s transform ease-out;
}
.archive_campaign_link_wrap:hover img {
  transform: scale(1.2);
}
.archive_campaign_content_date {
  font-size: 1.3rem;
  color: #838383;
  font-weight: bold;
}
.archive_campaign_content_text {
  font-size: 1.4rem;
  font-weight: bold;
}
.archive_campaign_content_img_wrap img {
  object-fit: cover;
  width: 240px;
  height: 240px;
	/* height: 200px; */
}
.campaign_content_button {
  text-align: center;
  margin: 0 0 59px 0;
}
.archive_news_content_li {
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.archive_news_content_li:first-child {
  border-top: solid 1px #6a6a6a;
  padding-top: 19px;
}
.archive_news_content_li:last-child {
  border-bottom: solid 1px #6a6a6a;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.archive_news_content_dl {
  display: flex;
  align-items: center;
}
.archive_news_content_dt_wrp {
  display: flex;
  margin: 0 0 auto;
}
.news_content_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.archive_news_content_dt a {
  display: block;
  font-size: 1.2rem;
  background: #74a6aa;
  padding: 1px 8px;
  color: #fff;
  text-align: center;
}
.archive_news_content_dt a:not(:last-child) {
  margin-right: 5px;
}
.archive_news_content_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #838383;
}
.archive_news_content_dt {
  margin-right: 24px;
  display: flex;
}
.archive_news_content_dt a a:not(:last-child) {
  margin-right: 5px;
}
.archive_news_content_date::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  margin-left: 4px;
  border: transparent solid 4px;
  border-left-color: #74a6aa;
  vertical-align: 1px;
  border-width: 4px 0 4px 6px;
}
.archive_news_content_dd {
  font-size: 1.4rem;
  flex: 1;
}
.campaign_content_green {
  margin: 34px -3px 29px;
}
.campaign_content_green .pager_wrap .pager {
  border: 1px dashed #74a6aa;
  color: #74a6aa;
  padding: 4px 0;
}
.campaign_content_green .pager_wrap .pager:hover, .pagination .current {
  background: #74a6aa;
  color: #fff !important;
}
.prev.pager::before, .next.pager::before {
  border-left: solid 10px #70a4a8;
}
.campaign_content_green .pager_wrap {
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 801px) {
  .archive_campaign_content_list:nth-child(3n+1):not(:nth-last-child(-n+3)) {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 21px;
    display: block;
    box-sizing: border-box;
  }
  .archive_campaign_content_list:nth-child(3n+1):not(:nth-last-child(-n+3))::after {
    position: absolute;
    width: 314%;
    content: "";
    border-bottom: 1px dashed #b2b2b2;
    bottom: 0;
  }
}
@media screen and (max-width: 870px) {
  .archive_news_content_date::before {
    margin-right: 4px;
    margin-left: 0px;
    border-width: 4px 0 4px 6px;
  }
}
@media screen and (max-width: 850px) {
  .archive_campaign_content_list {
    box-sizing: border-box;
    flex: 0 1 calc(95% / 3);
    padding: 0px;
    margin-left: 0px;
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .news_content_ttl {
    font-size: 1.2rem;
  }
  .archive_campaign_content_postlist {
    justify-content: center;
    margin: 0 auto;
  }
  .archive_campaign_content_img_wrap img {
    width: 100%;
    /* height: 115px; */
	  height: 100%;
  }
  .archive_campaign_content_list {
    box-sizing: border-box;
    flex: 0 1 calc(67% / 2);
    padding: 0 5px 6px;
    margin: 0 0 7px 0;
    width: 240px;
  }
  .archive_news_content_dt_wrp {
    margin: 0 0 6px;
  }
  .campaign_content_title {
    font-size: 1.5rem;
  }
  .campaign_content_title span {
    font-size: .5rem;
    padding-left: 7px;
  }
  .blog .archive_campaign_content_list:nth-child(n+5){
    display: none;
  }
  .archive_campaign_content_date {
    font-size: 1rem;
  }
  .archive_campaign_content_text {
    font-size: 1rem;
  }
  .campaign_content_button {
    text-align: center;
    margin: 0 0 19px 0;
  }
  .campaign_content_button_img {
    width: 130px;
  }
  .archive_news_content_li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .archive_news_content_li:first-child {
    border-top: solid 1px #c7c7c7;
    padding-top: 10px;
  }
  .archive_news_content_li:last-child {
    padding-bottom: 12px;
    margin-bottom: 23px;
    border-bottom: solid 1px #c7c7c7;
  }
  .archive_news_content_dl {
    align-items: normal;
  }
  .archive_news_content_dt a {
    font-size: 1rem;
    background: #74a6aa;
    padding: 0 6px;
    color: #fff;
    text-align: center;
    margin: 0 6px auto;
  }
  .archive_news_content_date {
    font-size: 1rem;
    color: #838383;
  }
  .archive_news_content_date::before {
    margin-right: 4px;
    border-width: 2px 0 2px 4px;
  }
  .archive_news_content_dd {
    font-size: 1rem;
  }
  .campaign_content_green {
    margin: 23px -3px 16px;
  }
  .archive_news_content_dt {
    margin: 0;
    font-weight: bold;
  }
  .archive_news_content_date {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .archive_campaign_content_postlist {
    justify-content: space-between;
    margin: 0;
  }
  
  .archive_campaign_content_list {
    flex: 0 1 calc(100% / 2);
  }
}
@media screen and (max-width: 400px) {
  .archive_news_content_dl {
    display: block;
  }
  .archive_news_content_dd {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .archive_campaign_content_list {
    flex: 0 1 calc(100% / 2);
  }
  
}

/* お知らせ詳細 */
/* ============================================ */

/* 共通部分 */

.news_content_list_area {
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 29px;
  margin-bottom: 29px;
  max-width: 770px;
}

.news_content_list {
  max-width: 650px;
  margin: 0 60px;
}
.news_content_title_wrp {
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 13px;
  margin-bottom: 23px;
}
.news_content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 650px;
}
.news_content_date_wrp {
  flex: 1;
}
.news_content_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #838383;
}

.news_content_category a {
  font-size: 1.2rem;
  background: #74a6aa;
  padding: 1px 8px;
  color: #fff;
  text-align: center;
}

.news_content_text {
  font-size: 1.4rem;
  max-width: 650px;
  margin: 23px 0 0 0;
  line-height: 2;
}

.news_content_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: -20px;
}

.news_content_nav_prev_post, .news_content_nav_next_post {
  font-family: 'Noto Serif JP', serif;
  color: #74a6aa;
  width: 80px;
}
.news_content_nav_prev_post .prev.pager {
  padding-left: 35px;
}
.news_content_nav_prev_post .prev.pager::before {
  transform: translateY(-50%) rotate(-180deg);
  left: 10px;
}
.news_content_nav_prev_post .prev.pager:hover::before {
  left: 0;
}
.news_content_nav_next_post {
  text-align: right;
}
.news_content_nav_next_post .next.pager {
  padding-right: 35px;
}
.news_content_nav_next_post .next.pager::before {
  transform: translateY(-50%);
  left: auto;
  right: 10px;
  transition-property: right;
}
.news_content_nav_next_post .next.pager:hover::before {
  right: 0;
}
.news_content_text_prev {
  transform: rotate(180deg);
  width: 55px;
  height: 15px;
  position: absolute;
  right: -100%;
  padding-left: 22px;
}

.news_content_text_next {
  width: 50px;
  position: absolute;
  right: 20%;
  top: -100%;
}

@media screen and (max-width: 800px) {
  
  .single .inner {
    display: block;
  }
  
  .news_main_column {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
  }
  
  .news_content_list_area {
    padding-bottom: 25px;
    margin-bottom: 20px;
    max-width: 740px;
  }
  
  .news_content_list {
    margin: 0 auto;
  }
  .news_content_title_wrp {
    padding-bottom: 6px;
  }
  .news_content_title {
    padding-bottom: 5px;
    max-width: 740px;
  }
  
  .news_content_date {
    font-size: 1rem;
  }
  
  .news_content_category a {
    font-size: 1rem;
    padding: 3px 4px;
  }
  
  .news_content_item {
    padding: 0 23px;
  }
  
  .news_content_text {
    font-size: 1rem;
    margin: 9px 0 0 0;
  }
  
  .news_content_nav {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .news_content_nav_prev_post, .news_content_nav_next_post {
    width: 55px;
    height: 30px;
    line-height: 30px;
  }
  .news_content_nav_prev_post .prev.pager {
    padding-left: 25px;
  }
  .news_content_nav_prev_post .prev.pager::before {
    left: 5px;
  }
  .news_content_nav_next_post .next.pager {
    padding-right: 25px;
  }
  .news_content_nav_next_post .next.pager::before {
    right: 5px;
  }
  .news_content_nav .pager:before {
    border-width: 4px;
    border-left-width: 8px;
  }
  
  .news_content_text_prev {
    font-size: 1rem;
    height: 10px;
    padding-left: 17px;
  }
  
  .news_content_text_next {
    font-size: 1rem;
    right: -50%;
    top: -60%;
  }
  .news_content_back_btn img {
    width: 130px;
  }
}

/* お知らせサイドバー */
/* ============================================ */

/* 共通部分 */
.news_sidebar .side_wrap {
  padding: 0 0 13px;
}
.news_sidebar .side_wrap::before {
  display: block;
  background: #000;
  box-shadow: 1px -1px #cccccc;
  top: -15px;
  right: 0;
  width: calc(100% - 15px);
  height: 15px;
}
.news_sidebar .side_wrap::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -10px;
  left: 0px;
  width: 22px;
  height: 11px;
  transform: rotate(-45deg);
  display: block;
  background: #000;
}
.news_sidebar .side_box::before {
  right: -13px;
  height: 23px;
}
.news_sidebar .side_box::after {
  bottom: -9px;
  width: 15px;
  height: 8px;
}
.news_sidebar .side_ttl {
  background: #000;
  color: #fff;
  margin-bottom: 13px;
}
.news_sidebar .side_ttl_text {
  font-weight: bold;
}
.news_sidebar .all_link {
  color: #000;
  background: #f2f2f2;
  transition: .3s background ease-out;
}
.news_sidebar .all_link.active, .news_sidebar .all_link:hover {
  background: #6ca0a4;
  color: #fff;
}
.news_sidebar .all_link::before {
  bottom: 1px;
  right: 1px;
}
.news_sidebar .all_link:not(.active)::before {
  border-left-color: #000;
}
.news_sidebar .all_link:hover::before {
  border-left-color: #fff;
}
.news_sidebar .all_link_button {
  padding: 0 10px;
  margin: 2px 0 0px;
}
.news_sidebar .sidebar_banner_wrp {
  margin-top: 20px;
}
.news_sidebar .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
  margin-bottom: 15px;
}
.news_sidebar .sidebar_banner_link {
  display: block;
  position: relative;
}
.news_sidebar .sidebar_banner_link::before {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  transform: rotate(135deg);
  display: block;
  background: #fff;
}
.news_sidebar .sidebar_banner_image {
  width: 100%;
  border: 1px solid #cccc;
}
.news_sidebar .sidebar_banner_link::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  bottom: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  display: block;
  background: #fff;
}
@media screen and (min-width: 801px) {
  .news_sidebar_column:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .news_side_column {
    display: block;
    margin: 0 auto;
  }
  .news_sidebar {
    margin: 25px 0 -15px 0;
    width: 100%;
  }
  .news_sidebar .sidebar_banner_wrp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .news_sidebar_column:not(:first-child) {
    margin: 0 0 0 11px;
  }
}

/* お知らせページトップ部分画像 */
.blog .page_ttl_content::before, .archive .page_ttl_content::before, .single .page_ttl_content::before {
  background: url(../img/news/news_title_img.jpg) center center no-repeat;
  background-size: cover;
}
.blog .page_ttl-page .page_ttl_text_wrap::after, .archive .page_ttl-page .page_ttl_text_wrap::after, .single .page_ttl-page .page_ttl_text_wrap::after {
  background: url(../img/news/news_title_text.png) center center no-repeat;
  left: 50%;
  top: 55%;
}
@media screen and (max-width: 800px) {
  .blog .page_ttl-page .page_ttl_text_wrap::after, .archive .page_ttl-page .page_ttl_text_wrap::after, .single .page_ttl-page .page_ttl_text_wrap::after {
    background-size: contain;
    width: 50vw;
    left: 9%;
  }
  
}

/* ============================================ */
/* メインビジュアル 追加分*/
/* ============================================ */

.home .archive_news_content_li {
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 19px;
  margin-bottom: 19px;
  width:50%;
}

.news_cat{
	display:flex;
}

.archive .hover_left_border_dgreen{
	display:block;
	margin-bottom:1px;
}

.archive_news_content_dt_wrp {
  display: flex;
  margin: 0 0 auto;
  width:40%;
}
.archive_news_content_li:first-child {
    border-top: 0px !important;
    padding-top: 0px !important;
}
.archive_news_content_li:nth-last-child(1){
    border-bottom: solid 1px #6a6a6a;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.archive_news_content_li:nth-last-child(2){
    border-bottom: solid 1px #6a6a6a;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.top_news_flex_wrap{
  display:flex;
  flex-wrap: wrap;
}
.archive_news_content_txt{
  width:60%;
}
.archive_news_content_dd{
   margin-left:16px;
}

@media screen and (max-width: 800px) {
  .top_news_flex_wrap{
    display:block;
  }
  .home .archive_news_content_li {
    width:100%;
  }
  .archive_news_content_dl {
    display: flex !important;
  }
  .news_img{
    width:75%;
  }
	.news_cat{
		display:block;
	}
  .archive_news_content_dd{
    font-size: 11px;
    margin-top: 10px;
    padding-left:0px !important;
  }
  .archive_news_content_txt{
    padding-left: 10px;
    padding-top: 15px;
  }
  .archive_news_content_li:nth-last-child(2){
    border-bottom: dashed 1px #6a6a6a;
  }
}