@charset "UTF-8";
/*
Theme Name:塚口さんさんタウン
Description:
Theme URI: 
Author: HIRAKU WADA (mallet DESIGN)
Author URI: https://mallet-design.com
Version: 
License: 
License URI: 
*/
/* 1.0 Document Setup
--------------------------------------------------------------*/
/*===================================================
     0.CSS Reset / YUI 3.5.0 - reset.css
===================================================*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #333;
  background: #fffef3;
  font-size: 62.5%;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*===================================================
     Font
===================================================*/
h1, h2 {
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 4.5vw, 3.6rem);
  min-height: 0vw;
}

h3 {
  font-size: 2.1rem;
  font-size: clamp(1.4rem, 4.5vw, 2.1rem);
  min-height: 0vw;
}

/*===================================================
     Color
===================================================*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*===================================================
    1.	Document Setup
===================================================*/
body {
  font-size: 1.5rem !important;
  font-size: clamp(1.1rem, 2vw, 1.5rem) !important;
  min-height: 0vw;
  color: #333 !important;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.8 !important;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.5s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.5s ease;
}
body.fade-out:after {
  opacity: 1;
}

.t8px {
  font-size: 0.8em;
}

.t9px {
  font-size: 0.9em;
}

.t11px {
  font-size: 1.1em;
}

.t12px {
  font-size: 1.2em;
}

.t13px {
  font-size: 1.3em;
}

.t14px {
  font-size: 1.4em;
}

.t15px {
  font-size: 1.5em;
}

.t16px {
  font-size: 1.6em;
}

.t17px {
  font-size: 1.7em;
}

.t18px {
  font-size: 1.8em;
}

.t19px {
  font-size: 1.9em;
}

.t20px {
  font-size: 2em;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

input {
  cursor: pointer;
}

/*for Webkit*/
input::-webkit-input-placeholder {
  color: #000;
}

/*for Firefox*/
input:-moz-placeholder {
  color: #000;
}

a {
  text-decoration: none;
  color: #333 !important;
  cursor: pointer;
}

#wpadminbar a {
  color: #fff !important;
}

a:hover {
  /*filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;*/
  border: none !important;
  text-decoration: none !important;
}

input:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.center {
  text-align: center;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fade_on {
  opacity: 1;
}

/*===================================================
     Utility
===================================================*/
/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-Left
-------------------------------------------------- */
.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60px {
  padding-left: 60px !important;
}

/* padding-Right
-------------------------------------------------- */
.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* margin-top
-------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

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

.mb40 {
  margin-bottom: 40px !important;
}

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

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-dfsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* pc   --------------------------------*/
@media screen and (min-width: 813px) {
  .sp {
    display: none !important;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 812px) {
  body {
    font-size: 12px;
  }

  .pc {
    display: none !important;
  }
}
/* edge   --------------------------------*/
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
/*  -------------------------------------
	Slick
  -------------------------------------*/
.slick-next {
  right: 22% !important;
  z-index: 99;
}
.slick-next:before {
  content: "" !important;
  background: url(assets/img/icon/icon_next.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-next:before {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (max-width:768px) {
  .slick-next {
    right: -20px !important;
  }
}

.slick-prev {
  left: 22% !important;
  z-index: 99;
}
.slick-prev:before {
  content: "" !important;
  background: url(assets/img/icon/icon_prev.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (max-width:768px) {
  .slick-prev {
    left: -10px !important;
  }
}

.single .slider-nav .slick-list {
  padding: 0 !important;
  margin-top: 0.5em;
}
.single .slider-nav .slick-slide {
  padding: 0 0.5em;
}

/*  -------------------------------------
	タブ実装
  -------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_box .btn_area, .tab_box .btn_area2, .tab_box2 .btn_area, .tab_box2 .btn_area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .tab_box .btn_area, .tab_box .btn_area2, .tab_box2 .btn_area, .tab_box2 .btn_area2 {
    margin: 0 0 30px;
  }
}
.tab_box .tab_btn, .tab_box .tab_btn2, .tab_box2 .tab_btn, .tab_box2 .tab_btn2 {
  width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e53014;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: normal;
  color: #e53014;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:768px) {
  .tab_box .tab_btn, .tab_box .tab_btn2, .tab_box2 .tab_btn, .tab_box2 .tab_btn2 {
    width: 180px;
    height: 45px;
    font-size: 14px;
  }
}
@media only screen and (max-width:480px) {
  .tab_box .tab_btn, .tab_box .tab_btn2, .tab_box2 .tab_btn, .tab_box2 .tab_btn2 {
    width: 140px;
    height: 30px;
    font-size: 11px;
  }
}
.tab_box .tab_btn + .tab_btn, .tab_box .tab_btn2 + .tab_btn2, .tab_box2 .tab_btn + .tab_btn, .tab_box2 .tab_btn2 + .tab_btn2 {
  margin-left: 8px;
}
.tab_box .tab_btn:hover, .tab_box .tab_btn2:hover, .tab_box2 .tab_btn:hover, .tab_box2 .tab_btn2:hover {
  background-color: #e53014;
  color: #fff;
}
.tab_box .tab_btn.active, .tab_box .tab_btn2.active, .tab_box2 .tab_btn.active, .tab_box2 .tab_btn2.active {
  background: #e53014;
  color: #fff;
  position: relative;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}
.tab_box .tab_panel.active, .tab_box .tab_panel2.active, .tab_box2 .tab_panel.active, .tab_box2 .tab_panel2.active {
  display: block;
  -webkit-animation: fadeIn 0.4s ease-in-out;
          animation: fadeIn 0.4s ease-in-out;
}

.tab_box2 .btn_area2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab_box .panel_area {
  /* border: solid 1px #e3ebf3;
   padding: 20px;*/
}

/* タブメニュー */
.tab-menu, .sub-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}

.tab-menu li, .sub-tab-menu li {
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 1em;
}

.tab-menu li.active, .sub-tab-menu li.active {
  background: #666;
  color: white;
  -webkit-animation: fadeIn 0.4s ease-in-out;
          animation: fadeIn 0.4s ease-in-out;
}

.tab-menu {
  margin: 0;
}
.tab-menu li {
  border: 1px solid #000;
  width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.tab-menu li.active {
  background: #e53014;
  border: none;
}

.sub-tab-menu {
  margin: 60px 0;
}
.sub-tab-menu li {
  background: #f4f4f4;
}
.sub-tab-menu li.active {
  background: #e53014;
}

/* タブのコンテンツ */
.tab-content, .sub-tab-content {
  display: none;
}

.tab-content.active, .sub-tab-content.active {
  display: block;
  -webkit-animation: fadeIn 0.4s ease-in-out;
          animation: fadeIn 0.4s ease-in-out;
}

.sub-tab-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-tab-content .inner .floor-img, .sub-tab-content .inner ol {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.sub-tab-content .inner ol li {
  border-bottom: 1px solid #9d9c81;
}
.sub-tab-content .inner ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  margin-bottom: 0;
  padding: 15px 0;
}
.sub-tab-content .inner ol li dl dt {
  -ms-flex-preferred-size: 3em;
      flex-basis: 3em;
  font-family: "Montserrat", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  color: #9d9c81;
}
.sub-tab-content .inner ol li dl dd {
  -ms-flex-preferred-size: calc(100% - 3em);
      flex-basis: calc(100% - 3em);
  line-height: 1em;
}
.sub-tab-content .inner ol li dl dd span.shop-desc {
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 1%;
  display: block;
}
.sub-tab-content .inner ol li dl dd span.name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-tab-content .inner ol li dl dd span.name-box__name {
  font-weight: 700;
}
.sub-tab-content .inner ol li dl dd span.name-box__cat {
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 1% 2%;
}
.sub-tab-content .inner ol li dl dd span.name-box__amusement {
  background: #ebdded;
}
.sub-tab-content .inner ol li dl dd span.name-box__culture {
  background: #e6f1d3;
}
.sub-tab-content .inner ol li dl dd span.name-box__beauty {
  background: #d5f7f0;
}
.sub-tab-content .inner ol li dl dd span.name-box__service {
  background: #bae3f9;
}
.sub-tab-content .inner ol li dl dd span.name-box__office {
  background: #b0cdf7;
}
.sub-tab-content .inner ol li dl dd span.name-box__bank {
  background: #f7e7ba;
}
.sub-tab-content .inner ol li dl dd span.name-box__fashion {
  background: #f9f2a0;
}
.sub-tab-content .inner ol li dl dd span.name-box__super {
  background: #FF9B57;
}
.sub-tab-content .inner ol li dl dd span.name-box__gourmet {
  background: #F4DDE9;
}
.sub-tab-content .inner ol li dl dd span.name-box__public {
  background: #DBB395;
}

/*  -------------------------------------
	BlockRevealers
  -------------------------------------*/
.content__image {
  width: 100%;
  display: block;
}

.content__image-wrap--half {
  width: 50vw;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}

.content__title__inner, .block-revealer__content {
  opacity: 0;
}

.block-revealer {
  opacity: 1;
}

/*  -------------------------------------
	search
  -------------------------------------*/
.search-wrap {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  z-index: 103;
}
.search-wrap #form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  /*-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .search-wrap #form {
    width: 70%;
    top: 40%;
  }
}
.search-wrap #form ::-webkit-input-placeholder {
  color: #999;
}
.search-wrap #form ::-moz-placeholder {
  color: #999;
}
.search-wrap #form :-ms-input-placeholder {
  color: #999;
}
.search-wrap #form ::-ms-input-placeholder {
  color: #999;
}
.search-wrap #form ::placeholder {
  color: #999;
}
.search-wrap #form input {
  padding: 0 0.5em;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid #cfcdc0;
}
.search-wrap #form button {
  background: none;
  border: none;
}
.search-wrap #form #s-btn img {
  width: 16px;
  height: 16px;
}
.search-wrap #search-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width:480px) {
  .search-wrap #search-close {
    font-size: 12px;
  }
}
@media only screen and (max-width:480px) {
  .search-wrap {
    margin-top: 0;
  }
}
.search-wrap.open {
  opacity: 1;
  visibility: visible;
  height: 30%;
}
.search-wrap.open #search-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 30px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a2a197;
}
.search-wrap.open #search-close:after {
  content: "×";
  margin-left: 0.5em;
}
@media only screen and (max-width:480px) {
  .search-wrap.open #search-close {
    font-size: 12px;
  }
}
.search-wrap.open #form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  /*-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .search-wrap.open #form {
    width: 70%;
    top: 40%;
  }
}
.search-wrap.open #form ::-webkit-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::-moz-placeholder {
  color: #999;
}
.search-wrap.open #form :-ms-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::-ms-input-placeholder {
  color: #999;
}
.search-wrap.open #form ::placeholder {
  color: #999;
}
.search-wrap.open #form input {
  padding: 0 0.5em;
  width: 80%;
}
.search-wrap.open #form button {
  background: none;
  border: none;
}
.search-wrap.open #form #s-btn img {
  width: 16px;
  height: 16px;
}

/*  -------------------------------------
	wp-pagenavi
  -------------------------------------*/
.wp-pagenavi, .all-page-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
}
@media only screen and (max-width:687px) {
  .wp-pagenavi, .all-page-pager {
    margin: 45px 0 0;
  }
}
.wp-pagenavi .current, .all-page-pager .current {
  background: #f0efdf;
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a, .all-page-pager span, .all-page-pager a {
  font-family: "Montserrat", sans-serif;
  width: auto;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}
@media only screen and (max-width:768px) {
  .wp-pagenavi span, .wp-pagenavi a, .all-page-pager span, .all-page-pager a {
    font-size: 11px;
    width: auto;
    height: 20px;
  }
}
.wp-pagenavi a.nextpostslink, .all-page-pager a.nextpostslink {
  margin-right: 0;
}

.all-page-pager span.page-numbers {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}
@media only screen and (max-width:768px) {
  .all-page-pager span.page-numbers {
    font-size: 12px;
  }
}

/* 2.0 structure
--------------------------------------------------------------*/
/*  -------------------------------------
	Wrapper 
  -------------------------------------*/
.wrapper {
  position: relative;
}
@media only screen and (max-width:1200px) {
  .wrapper {
    padding-top: 0px;
  }
}

/*  -------------------------------------
	Header 
  -------------------------------------*/
.l-header {
  width: 100%;
  position: relative;
  text-align: center;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px;
}
@media only screen and (max-width:1200px) {
  .l-header__inner {
    padding: 30px;
  }
}
@media only screen and (max-width:812px) {
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}
.l-header__inner__sub_menu {
  width: calc(100% / 3);
}
.l-header__inner__sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
.l-header__inner__sub_menu ul li {
  margin-left: 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:1200px) {
  .l-header__inner__sub_menu ul li {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    min-height: 0vw;
  }
}
@media only screen and (max-width:969px) {
  .l-header__inner__sub_menu ul li {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-left: 1.25em;
  }
}
.l-header__inner__sub_menu ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width:812px) {
  .l-header__inner__sub_menu {
    display: none;
  }
}
.l-header__inner__logo {
  display: block;
  width: calc(100% / 3);
}
@media only screen and (max-width:812px) {
  .l-header__inner__logo {
    width: auto;
  }
}
.l-header__inner__logo img {
  width: 290px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 500ms 0s ease-in;
  transition: all 500ms 0s ease-in;
  line-height: 1em;
}
@media only screen and (max-width:1200px) {
  .l-header__inner__logo img {
    width: 240px;
  }
}
.l-header__inner__search {
  width: calc(100% / 3);
}
@media only screen and (max-width:812px) {
  .l-header__inner__search {
    position: absolute;
    left: 30px;
    top: 25px;
  }
}
@media only screen and (max-width:768px) {
  .l-header__inner__search {
    left: 30px;
    top: 25px;
    border-bottom: none;
  }
}
@media only screen and (max-width:480px) {
  .l-header__inner__search {
    left: 15px;
  }
}
.l-header__inner__search img {
  height: 20px;
  width: 20px;
}
.l-header__inner__search input {
  border: none;
  background: none;
}
.l-header__inner__search button {
  background: none;
  border: none;
}
.l-header__inner__search button .s-btn img {
  height: 20px;
  width: 20px;
}
.l-header__nav {
  background: #e53014;
  padding: 22px 0;
}
@media only screen and (max-width:812px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.l-header__nav ul li {
  font-size: 1.7rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  min-height: 0vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 1.5em;
  line-height: 1em;
}
@media only screen and (max-width:1200px) {
  .l-header__nav ul li {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
  }
}
@media only screen and (max-width:991px) {
  .l-header__nav ul li {
    font-size: clamp(1.2rem, 2vw, 1.3rem);
    margin: 0 1em;
  }
}
.l-header__nav ul li a {
  position: relative;
  color: #fff !important;
}
.l-header__nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #e53014;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.l-header__nav ul li a:hover:after {
  width: 100%;
}

body.sticky .button_container {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  position: fixed;
  z-index: 99;
}
body.sticky header {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 1;
}
@media only screen and (max-width:812px) {
  body.sticky header {
    -webkit-animation: inherit;
            animation: inherit;
    opacity: 1;
  }
}
@media only screen and (max-width:768px) {
  body.sticky header {
    height: 75px;
  }
}
body.sticky header nav {
  -webkit-animation-name: fadeInLogo;
          animation-name: fadeInLogo;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  -------------------------------------
	Footer
  -------------------------------------*/
.l-footer {
  background: #fef7e5;
}
.l-footer.content {
  padding: 90px 0 60px;
}
@media only screen and (max-width:768px) {
  .l-footer.content {
    padding: 45px 0 30px;
  }
}
.l-footer__logo img {
  width: 240px;
  height: auto;
}
.l-footer__head {
  margin: 0 0 30px;
}
.l-footer__head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.l-footer__head dl dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-right: 15px;
}
.l-footer__head dl dd img {
  width: 50px;
}
@media only screen and (max-width:969px) {
  .l-footer__head dl dd img {
    width: 40px;
  }
}
@media only screen and (max-width:768px) {
  .l-footer__head dl dd img {
    width: 30px;
  }
}
@media only screen and (max-width:480px) {
  .l-footer__head dl dd img {
    width: 20px;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer__shopdata {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
@media only screen and (max-width:1200px) {
  .l-footer__shopdata {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width:969px) {
  .l-footer__shopdata {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width:480px) {
  .l-footer__shopdata {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.l-footer__shopdata dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  min-height: 0vw;
}
@media only screen and (max-width:768px) {
  .l-footer__shopdata dl {
    display: block;
  }
}
.l-footer__shopdata dl:last-of-type {
  margin: 0;
}
.l-footer__shopdata dl dt {
  font-weight: 400;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.l-footer__shopdata dl dd {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-footer__nav {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 0 0 0 60px;
}
@media only screen and (max-width:1200px) {
  .l-footer__nav {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    padding: 0 0 0 45px;
  }
}
@media only screen and (max-width:969px) {
  .l-footer__nav {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .l-footer__nav {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 0 0 20px;
  }
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:991px) {
  .l-footer__nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__nav ul li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  line-height: 2.5em;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
  .l-footer__nav ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  .l-footer__nav ul li:last-child {
    margin-top: 4%;
  }
}
@media only screen and (max-width:687px) {
  .l-footer__nav ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .l-footer__nav ul li:nth-child(2) {
    margin-top: 4%;
  }
}
.l-footer__nav ul li ul {
  display: block;
}
.l-footer__nav ul li ul li {
  max-width: 100%;
  font-weight: 400;
  font-size: 1.3rem;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
  position: relative;
}
@media only screen and (max-width:991px) {
  .l-footer__nav ul li ul li:last-child {
    margin-top: 0;
  }
}
@media only screen and (max-width:687px) {
  .l-footer__nav ul li ul li:nth-child(2) {
    margin-top: 0;
  }
}
.l-footer__submenu {
  margin-top: 3em;
  position: relative;
}
.l-footer__submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.l-footer__submenu ul li {
  margin: 0 1.5em;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1;
}
.l-footer__submenu__sns {
  position: absolute;
  top: -8px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media only screen and (max-width:480px) {
  .l-footer__submenu__sns {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4%;
  }
}
.l-footer__submenu__sns dt {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-right: 0.5em;
}
.l-footer__submenu__sns dd {
  width: 33px;
}
.l-footer__copyright {
  margin: 45px auto 0;
  text-align: center;
}
.l-footer__copyright p {
  font-size: 1.2rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  min-height: 0vw;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* 3.0 section
--------------------------------------------------------------*/
/* 4.0 contents
--------------------------------------------------------------*/
/*  -------------------------------------
	Content
  -------------------------------------*/
.content {
  padding: 120px 0;
}
@media only screen and (max-width:1200px) {
  .content {
    padding: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .content {
    padding: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .content {
    padding: 40px 0;
  }
}
.content h2.c-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.content h2.c-title:after {
  content: "";
  background: #e53014;
  height: 3px;
  width: 50px;
  display: block;
  margin: 0.5em auto;
}
.content p.c-sub_title {
  text-align: center;
  margin: 0 0 40px;
}
.content p.c-sub_title span {
  font-size: 140%;
}
@media only screen and (max-width:1200px) {
  .content p.c-sub_title {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:768px) {
  .content p.c-sub_title {
    margin: 0 0 20px;
  }
}
.content .content__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.content .content__txt h3 {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin: 0 0 20px;
  line-height: 1.4em;
}
@media only screen and (max-width:991px) {
  .content .content__txt h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  .content .content__txt h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:991px) {
  .content .content__txt p {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .content .content__txt p {
    font-size: 12px;
  }
}

/*  -------------------------------------
	linkBtn
  -------------------------------------*/
.linkBtn {
  width: 240px;
  height: 70px;
  background: #fff;
  border: 1px solid #e53014;
  font-family: "Montserrat", sans-serif;
  color: #e53014 !important;
  font-weight: 500;
  position: relative;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media only screen and (max-width:1200px) {
  .linkBtn {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width:768px) {
  .linkBtn {
    margin: 45px auto 0;
    width: 240px;
    height: 60px;
  }
}
@media only screen and (max-width:480px) {
  .linkBtn {
    width: 50%;
  }
}
.linkBtn span {
  position: relative;
  z-index: 3;
}
.linkBtn:hover {
  border: 1px solid #000;
}
.linkBtn:hover span {
  color: #fff !important;
}

.linkBtn_s {
  width: 240px;
  height: 60px;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #e53014;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*  -------------------------------------
	Top
  -------------------------------------*/
#top {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 120px;
  /*border-bottom: 1px solid $line-color;*/
}
@media only screen and (max-width:1200px) {
  #top {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width:768px) {
  #top {
    margin-bottom: 60px;
  }
}
#top .container-fluid {
  padding: 0;
}
#top .container-fluid .col-sm-12 {
  padding: 0;
  position: relative;
}
#top .container-fluid .col-sm-12 .slick1 {
  overflow: hidden;
  position: relative;
}
#top .container-fluid .col-sm-12 .slick1 div {
  height: auto;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  /*@media only screen and (min-width:1499px){
  	height: 750px;
  }
  @media only screen and (max-width:1360px){
  	height: 550px;
  }
  @media only screen and (max-width:1200px){
  	height: 500px;
  }
  @media only screen and (max-width:991px){
  	height: 500px;
  }
  @media only screen and (max-width:768px){
  	height: 300px;
  }
  @media only screen and (max-width:767px){
  	border-radius: 0;
  }
  @media only screen and (max-width:480px){
  	height: 200px;
  	width: 100%;
  }*/
}
#top .container-fluid .col-sm-12 .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
#top .container-fluid .col-sm-12 .slogan {
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:991px) {
  #top .container-fluid .col-sm-12 .slogan {
    left: -120px;
  }
}
@media only screen and (max-width:768px) {
  #top .container-fluid .col-sm-12 .slogan {
    left: -90px;
  }
}
@media only screen and (max-width:480px) {
  #top .container-fluid .col-sm-12 .slogan {
    padding: 0;
    left: 30px;
    top: auto;
    bottom: 30px;
  }
}
#top .container-fluid .col-sm-12 .slogan p {
  font-size: 45px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.4em;
  margin: 0;
}
#top .container-fluid .col-sm-12 .slogan p span {
  background: #fff;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0 7px;
}
@media only screen and (max-width:768px) {
  #top .container-fluid .col-sm-12 .slogan p span {
    font-size: 21px;
  }
}
#top .container-fluid .col-sm-12 .slogan p span:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width:1200px) {
  #top .container-fluid .col-sm-12 .slogan p {
    font-size: 36px;
  }
}
@media only screen and (max-width:991px) {
  #top .container-fluid .col-sm-12 .slogan p {
    font-size: 30px;
  }
}
@media only screen and (max-width:768px) {
  #top .container-fluid .col-sm-12 .slogan p {
    font-size: 21px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width:480px) {
  #top .container-fluid .col-sm-12 .slogan p {
    font-size: 24px;
  }
}
#top .container-fluid .news-topics {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .container-fluid .news-topics .topics-ttl {
  max-width: 15%;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
}
@media only screen and (max-width:991px) {
  #top .container-fluid .news-topics .topics-ttl {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (max-width:768px) {
  #top .container-fluid .news-topics .topics-ttl {
    font-size: 12px;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
#top .container-fluid .news-topics .topics-ttl p {
  margin: 0;
}
#top .container-fluid .news-topics .topics-txt {
  max-width: 85%;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:991px) {
  #top .container-fluid .news-topics .topics-txt {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
@media only screen and (max-width:768px) {
  #top .container-fluid .news-topics .topics-txt {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
#top .container-fluid .news-topics .topics-txt .ticker {
  width: 100%;
}
#top .container-fluid .news-topics .topics-txt .ticker ul {
  height: 60px;
  width: 100%;
}
#top .container-fluid .news-topics .topics-txt .ticker ul li {
  height: 60px;
  position: relative;
  width: 100%;
  display: none;
}
#top .container-fluid .news-topics .topics-txt .ticker ul li a {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
}
@media only screen and (max-width:768px) {
  #top .container-fluid .news-topics .topics-txt .ticker ul li a {
    margin-top: -13px;
  }
}
#top .container-fluid .news-topics .topics-txt .ticker ul li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width:768px) {
  #top .container-fluid .news-topics .topics-txt .ticker ul li a dl {
    display: block;
  }
}
#top .container-fluid .news-topics .topics-txt .ticker ul li a dl dt {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width:991px) {
  #top .container-fluid .news-topics .topics-txt .ticker ul li a dl dt {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  #top .container-fluid .news-topics .topics-txt .ticker ul li a dl dt {
    font-size: 11px;
    max-width: 100%;
  }
}
#top .container-fluid .news-topics .topics-txt .ticker ul li a dl dd {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
}
@media only screen and (max-width:991px) {
  #top .container-fluid .news-topics .topics-txt .ticker ul li a dl dd {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  #top .container-fluid .news-topics .topics-txt .ticker ul li a dl dd {
    font-size: 12px;
    max-width: 100%;
  }
}

/*  -------------------------------------
	Top-topics
  -------------------------------------*/
#top-topics {
  padding-top: 0;
  position: relative;
}
#top-topics .container {
  position: relative;
}
#top-topics .container .top-topics-link {
  position: absolute;
  right: 30px;
  top: 45px;
  color: #e53014 !important;
  border-bottom: 1px solid #e53014;
  font-family: "Montserrat", sans-serif;
}
#top-topics .backblock {
  width: 30%;
  height: 100%;
  background: #fef7e5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width:768px) {
  .slick-items {
    padding: 0 5%;
  }
}
.slick-items__img {
  margin: 0 1em;
}
.slick-items__img img {
  aspect-ratio: 3/2;
  width: 100%;
  margin: 0 0 0.5em;
}
.slick-items__img .c-post_cat {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  border-radius: 5px;
  padding: 0 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.2rem;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  min-height: 0vw;
  margin: 0 0 0.5em;
  display: inline-block;
}
.slick-items__img .c-event {
  background: #f2b100;
}
.slick-items__img .c-news {
  background: #80cef9;
}
.slick-items__title {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width:812px) {
  .slick-items__title {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
  }
}
.slick-items .slick-prev {
  left: -30px !important;
}
@media only screen and (max-width:768px) {
  .slick-items .slick-prev {
    left: 0 !important;
  }
}
@media only screen and (max-width:480px) {
  .slick-items .slick-prev {
    left: -5px !important;
  }
}
.slick-items .slick-prev:before {
  content: "" !important;
  background: url(assets/img/icon/icon_prev_b.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-items .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}
.slick-items .slick-next {
  right: -30px !important;
}
@media only screen and (max-width:768px) {
  .slick-items .slick-next {
    right: 0 !important;
  }
}
@media only screen and (max-width:480px) {
  .slick-items .slick-next {
    right: -5px !important;
    width: 10px;
  }
}
.slick-items .slick-next:before {
  content: "" !important;
  background: url(assets/img/icon/icon_next_b.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-items .slick-next:before {
    width: 10px;
    height: 20px;
  }
}

.c-post_date {
  color: #a2a197;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
  margin: 0 0 10px;
}

/*  -------------------------------------
	Top-feature
  -------------------------------------*/
#top-feature {
  position: relative;
}
#top-feature .feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  #top-feature .feature-wrap {
    display: block;
  }
}
#top-feature .feature-wrap .feature-content {
  width: calc(100% / 3);
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width:1200px) {
  #top-feature .feature-wrap .feature-content {
    width: calc(100% / 2);
  }
}
@media only screen and (max-width:768px) {
  #top-feature .feature-wrap .feature-content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#top-feature .feature-wrap .feature-content h3 {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
}
@media only screen and (max-width:1200px) {
  #top-feature .feature-wrap .feature-content h3 {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
  }
}
#top-feature .feature-wrap .feature-content p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:991px) {
  #top-feature .feature-wrap .feature-content p {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
@media only screen and (max-width:1200px) {
  #top-feature .feature-wrap .feature-content:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width:768px) {
  #top-feature .feature-wrap .feature-content:nth-of-type(3) {
    margin: 0;
  }
}
#top-feature .backblock {
  width: 30%;
  height: 70%;
  background: #fef7e5;
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}

/*  -------------------------------------
	Top-kids
  -------------------------------------*/
#top-kids {
  background: #f8f8d4;
  position: relative;
}
#top-kids .linkBtn {
  border: none !important;
}
#top-kids #flower1 {
  height: 40%;
  width: auto;
  position: absolute;
  left: 5%;
  bottom: 0;
}
#top-kids #flower1 img {
  height: 100%;
}
#top-kids #flower2 {
  height: 50%;
  width: auto;
  position: absolute;
  right: 5%;
  bottom: 0;
}
#top-kids #flower2 img {
  height: 100%;
}

.kids-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kids-wrap .kids-content {
  width: calc(100% / 5);
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .kids-wrap .kids-content {
    width: calc(100% / 3);
    margin-top: 15px;
  }
}
@media only screen and (max-width:480px) {
  .kids-wrap .kids-content {
    padding: 0 10px;
  }
}

/*  -------------------------------------
	Top-links
  -------------------------------------*/
#top-links .top-links-large, .page-links .top-links-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 4%;
}
@media only screen and (max-width:480px) {
  #top-links .top-links-large, .page-links .top-links-large {
    display: block;
  }
}
#top-links .top-links-large__contents, .page-links .top-links-large__contents {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:1200px) {
  #top-links .top-links-large__contents, .page-links .top-links-large__contents {
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width:991px) {
  #top-links .top-links-large__contents, .page-links .top-links-large__contents {
    aspect-ratio: auto;
  }
}
@media only screen and (max-width:480px) {
  #top-links .top-links-large__contents, .page-links .top-links-large__contents {
    width: 100%;
  }
}
@media only screen and (max-width:1200px) {
  #top-links .top-links-large__contents .inner, .page-links .top-links-large__contents .inner {
    padding: 30px;
  }
}
@media only screen and (max-width:768px) {
  #top-links .top-links-large__contents .inner, .page-links .top-links-large__contents .inner {
    padding: 15px;
  }
}
@media only screen and (max-width:480px) {
  #top-links .top-links-large__contents .inner, .page-links .top-links-large__contents .inner {
    padding: 30px;
  }
}
#top-links .top-links-large__contents h3, .page-links .top-links-large__contents h3 {
  font-size: 4rem !important;
  font-size: clamp(2rem, 2.5vw, 4rem) !important;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
#top-links .top-links-large__contents p.c-sub_title, .page-links .top-links-large__contents p.c-sub_title {
  margin: 0 0 1em;
}
@media only screen and (max-width:991px) {
  #top-links .top-links-large__contents p, .page-links .top-links-large__contents p {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
  #top-links .top-links-large__contents p br, .page-links .top-links-large__contents p br {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  #top-links .top-links-large__contents p, .page-links .top-links-large__contents p {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
  }
}
@media only screen and (max-width:480px) {
  #top-links .top-links-large__contents p br, .page-links .top-links-large__contents p br {
    display: block;
  }
}
#top-links .top-links-large__contents a.more, .page-links .top-links-large__contents a.more {
  background: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  margin: 1em auto 0;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
#top-links .top-links-large #rentalspace, .page-links .top-links-large #rentalspace {
  background: url(assets/img/top/top_bnr1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:480px) {
  #top-links .top-links-large #rentalspace, .page-links .top-links-large #rentalspace {
    margin-bottom: 4%;
  }
}
#top-links .top-links-large #aboutsunsun, .page-links .top-links-large #aboutsunsun {
  background: url(assets/img/top/top_bnr2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#top-links .top-links-small, .page-links .top-links-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-links .top-links-small__contents, .page-links .top-links-small__contents {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  background: #fef7e5;
  text-align: center;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:991px) {
  #top-links .top-links-small__contents, .page-links .top-links-small__contents {
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width:768px) {
  #top-links .top-links-small__contents, .page-links .top-links-small__contents {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    aspect-ratio: auto;
    padding: 15px;
  }
  #top-links .top-links-small__contents:nth-of-type(3), #top-links .top-links-small__contents:nth-of-type(4), .page-links .top-links-small__contents:nth-of-type(3), .page-links .top-links-small__contents:nth-of-type(4) {
    margin-top: 4%;
  }
}
#top-links .top-links-small__contents h3, .page-links .top-links-small__contents h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width:1200px) {
  #top-links .top-links-small__contents h3, .page-links .top-links-small__contents h3 {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
  }
}
#top-links .top-links-small__contents img, .page-links .top-links-small__contents img {
  height: 60px;
  display: block;
  margin: 0 auto 0.5em;
}
@media only screen and (max-width:1200px) {
  #top-links .top-links-small__contents img, .page-links .top-links-small__contents img {
    height: 45px;
  }
}
#top-links .top-links-small__contents p.c-sub_title, .page-links .top-links-small__contents p.c-sub_title {
  margin: 0;
}
@media only screen and (max-width:991px) {
  #top-links .top-links-small__contents p.c-sub_title, .page-links .top-links-small__contents p.c-sub_title {
    font-size: clamp(1.2rem, 2vw, 1.3rem);
  }
}

/*  -------------------------------------
	Top-access
  -------------------------------------*/
#top-access .access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width:480px) {
  #top-access .access-wrap {
    display: block;
  }
}
#top-access .access-wrap .access-content {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
}
#top-access .access-wrap .access-content h3 {
  position: relative;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}
#top-access .access-wrap .access-content h3:after {
  content: "";
  background: #e53014;
  width: 50px;
  height: 3px;
  display: block;
  margin: 1em auto;
}
#top-access .access-wrap .access-content .linkBtn {
  margin-top: 40px;
}
@media only screen and (max-width:480px) {
  #top-access .access-wrap .access-content .linkBtn {
    margin-top: 20px;
    height: 40px;
  }
}
@media only screen and (max-width:480px) {
  #top-access .access-wrap .access-content:nth-of-type(1) {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width:480px) {
  #top-access iframe {
    height: 200px;
  }
}

/*  -------------------------------------
	Top-about
  -------------------------------------*/
#top-about .container-fluid {
  padding: 0;
}
#top-about .container-fluid .col-md-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
}
@media only screen and (max-width:768px) {
  #top-about .container-fluid .col-md-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
@media only screen and (max-width:480px) {
  #top-about .container-fluid .col-md-5 {
    padding: 0;
    padding-top: 30px;
  }
}
#top-about .container-fluid .col-md-5 .c-title, #top-about .container-fluid .col-md-5 .c-sub_title {
  text-align: left;
}
@media only screen and (max-width:768px) {
  #top-about .container-fluid .col-md-5 .c-title, #top-about .container-fluid .col-md-5 .c-sub_title {
    text-align: center;
  }
}
#top-about .container-fluid .col-md-5 .c-sub_title {
  margin: 0 0 30px;
}
#top-about .container-fluid .col-md-5 .c-txt {
  line-height: 2.2;
}
@media only screen and (max-width:768px) {
  #top-about .container-fluid .col-md-5 .c-txt {
    text-align: center;
  }
}
#top-about .container-fluid .col-md-5 .linkBtn {
  margin: 45px 0 0;
}
@media only screen and (max-width:768px) {
  #top-about .container-fluid .col-md-5 .linkBtn {
    margin: 45px auto 0;
  }
}

/*  -------------------------------------
	page / archive / single
  -------------------------------------*/
.page .p-pankuzu, .archive .p-pankuzu, .single .p-pankuzu {
  padding: 16px 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}
.page .p-pankuzu .container-fluid, .archive .p-pankuzu .container-fluid, .single .p-pankuzu .container-fluid {
  padding: 0 60px;
}
.page .l-main, .archive .l-main, .single .l-main {
  padding-top: 0;
}
.page .p-page_title, .archive .p-page_title, .single .p-page_title {
  text-align: center;
  padding-top: 0;
}
.page .p-page_title h1, .archive .p-page_title h1, .single .p-page_title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 30px 0;
}
.page .p-page_title .c-category_img, .archive .p-page_title .c-category_img, .single .p-page_title .c-category_img {
  height: 190px;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width:480px) {
  .page .p-page_title .c-category_img, .archive .p-page_title .c-category_img, .single .p-page_title .c-category_img {
    height: 130px;
  }
}
.page .l-main .container-fluid, .archive .l-main .container-fluid, .single .l-main .container-fluid {
  padding: 0 60px;
}
@media only screen and (max-width:768px) {
  .page .l-main .container-fluid, .archive .l-main .container-fluid, .single .l-main .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width:480px) {
  .page .l-main .container-fluid, .archive .l-main .container-fluid, .single .l-main .container-fluid {
    padding: 0 15px;
  }
}
.page .p-item__content, .archive .p-item__content, .single .p-item__content {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .page .p-item__content, .archive .p-item__content, .single .p-item__content {
    -ms-flex-preferred-size: 31.3%;
        flex-basis: 31.3%;
    max-width: 31.3%;
    margin: 0 0 45px;
  }
}
@media only screen and (max-width:480px) {
  .page .p-item__content, .archive .p-item__content, .single .p-item__content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    margin: 0 0 30px;
  }
}
.page .p-item__content img, .archive .p-item__content img, .single .p-item__content img {
  aspect-ratio: 263/351;
  width: 100%;
}
.page .p-item__name, .page .p-item__price, .archive .p-item__name, .archive .p-item__price, .single .p-item__name, .single .p-item__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  min-height: 0vw;
  line-height: 1.6;
  margin: 1em 0 0.5em;
}
.page .p-item__price, .archive .p-item__price, .single .p-item__price {
  margin: 0;
}
@media only screen and (max-width:991px) {
  .page .l-sidebar, .archive .l-sidebar, .single .l-sidebar {
    margin-top: 90px;
  }
}
@media only screen and (max-width:480px) {
  .page .l-sidebar, .archive .l-sidebar, .single .l-sidebar {
    margin-top: 60px;
  }
}
.page .l-sidebar form, .archive .l-sidebar form, .single .l-sidebar form {
  border-bottom: 1px solid #cfcdc0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
  width: 80%;
  max-width: 270px;
}
.page .l-sidebar form input, .archive .l-sidebar form input, .single .l-sidebar form input {
  border: none;
  background: none;
}
.page .l-sidebar form ::-webkit-input-placeholder, .archive .l-sidebar form ::-webkit-input-placeholder, .single .l-sidebar form ::-webkit-input-placeholder {
  color: #a2a197;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
}
.page .l-sidebar form ::-moz-placeholder, .archive .l-sidebar form ::-moz-placeholder, .single .l-sidebar form ::-moz-placeholder {
  color: #a2a197;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
}
.page .l-sidebar form :-ms-input-placeholder, .archive .l-sidebar form :-ms-input-placeholder, .single .l-sidebar form :-ms-input-placeholder {
  color: #a2a197;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
}
.page .l-sidebar form ::-ms-input-placeholder, .archive .l-sidebar form ::-ms-input-placeholder, .single .l-sidebar form ::-ms-input-placeholder {
  color: #a2a197;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
}
.page .l-sidebar form ::placeholder, .archive .l-sidebar form ::placeholder, .single .l-sidebar form ::placeholder {
  color: #a2a197;
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
}
.page .l-sidebar form button, .archive .l-sidebar form button, .single .l-sidebar form button {
  background: none;
  border: none;
}
.page .l-sidebar form #s-btn, .archive .l-sidebar form #s-btn, .single .l-sidebar form #s-btn {
  width: 20px;
}
.page .l-sidebar .c-side_title, .archive .l-sidebar .c-side_title, .single .l-sidebar .c-side_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  min-height: 0vw;
  margin: 60px 0 10px;
}
@media only screen and (max-width:480px) {
  .page .l-sidebar .c-side_title, .archive .l-sidebar .c-side_title, .single .l-sidebar .c-side_title {
    margin: 30px 0 5px;
  }
}
.page .l-sidebar .c-side_sub_title, .archive .l-sidebar .c-side_sub_title, .single .l-sidebar .c-side_sub_title {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  min-height: 0vw;
}
.page .l-sidebar ul, .archive .l-sidebar ul, .single .l-sidebar ul {
  margin: 1em 0;
  font-family: "Montserrat", sans-serif;
  line-height: 2.2;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  min-height: 0vw;
}

.p-item_slide img {
  width: 100%;
}

/*  -------------------------------------
	page / archive
  -------------------------------------*/
.page .p-page_title, .archive .p-page_title, .single .p-page_title, .search .p-page_title {
  background: url(assets/img/common/title_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .p-page_title .inner, .archive .p-page_title .inner, .single .p-page_title .inner, .search .p-page_title .inner {
  color: #fff;
}
.page .p-page_title .inner h1, .archive .p-page_title .inner h1, .single .p-page_title .inner h1, .search .p-page_title .inner h1 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  margin: 0;
}
.page .p-page_title .inner .c-en_title, .archive .p-page_title .inner .c-en_title, .single .p-page_title .inner .c-en_title, .search .p-page_title .inner .c-en_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  font-size: clamp(2.4rem, 2vw, 4.8rem);
}
.page .p-page_lead, .archive .p-page_lead, .single .p-page_lead, .search .p-page_lead {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  line-height: 2em;
}
@media only screen and (max-width:480px) {
  .page .p-page_lead p br, .archive .p-page_lead p br, .single .p-page_lead p br, .search .p-page_lead p br {
    display: none;
  }
}

/*  -------------------------------------
	page:about / feature
  -------------------------------------*/
@media only screen and (max-width:480px) {
  .about .p-page_lead, .feature .p-page_lead {
    text-align: left;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
  }
}
.about .p-page_content, .feature .p-page_content {
  padding: 0;
}
.about .p-page_content .row, .feature .p-page_content .row {
  margin: 120px 0;
}
@media only screen and (max-width:1200px) {
  .about .p-page_content .row, .feature .p-page_content .row {
    margin: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .about .p-page_content .row, .feature .p-page_content .row {
    margin: 60px 0;
  }
}
.about .p-page_content .row:nth-of-type(1), .feature .p-page_content .row:nth-of-type(1) {
  margin-top: 0;
}
.about .p-page_content .row:last-of-type, .feature .p-page_content .row:last-of-type {
  margin-bottom: 0;
}
.about .p-page_content .row .col-sm-6, .feature .p-page_content .row .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px;
}
@media only screen and (max-width:991px) {
  .about .p-page_content .row .col-sm-6, .feature .p-page_content .row .col-sm-6 {
    padding: 0 20px;
  }
}
@media only screen and (max-width:480px) {
  .about .p-page_content .row .col-sm-6, .feature .p-page_content .row .col-sm-6 {
    padding: 0;
  }
}
.about .p-page_content .row .col-sm-6 h2, .feature .p-page_content .row .col-sm-6 h2 {
  font-family: "Montserrat", sans-serif;
  color: #e53014;
  margin: 0 0 0.5em;
  font-size: clamp(2.4rem, 2.5vw, 4.8rem);
}
.about .p-page_content .row .col-sm-6 h3, .feature .p-page_content .row .col-sm-6 h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin: 0 0 1.5em;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.about .p-page_content .row .col-sm-6 p, .feature .p-page_content .row .col-sm-6 p {
  line-height: 2em;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
@media only screen and (max-width:991px) {
  .about .p-page_content .row .col-sm-6 p, .feature .p-page_content .row .col-sm-6 p {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
@media only screen and (max-width:767px) {
  .about .p-page_content .row .col-sm-6 img, .feature .p-page_content .row .col-sm-6 img {
    margin-bottom: 30px;
  }
}

/*  -------------------------------------
	page:kids
  -------------------------------------*/
.kids .p-page_content {
  padding: 0;
}
.kids .kids-wrap {
  background: #f8f8d4;
  width: 100%;
  padding: 60px 145px;
  position: relative;
}
@media only screen and (max-width:1200px) {
  .kids .kids-wrap {
    padding: 60px 120px;
  }
}
@media only screen and (max-width:991px) {
  .kids .kids-wrap {
    padding: 60px 70px;
  }
}
@media only screen and (max-width:480px) {
  .kids .kids-wrap {
    padding: 30px;
  }
}
.kids .kids-wrap #flower1 {
  height: 80%;
  width: auto;
  position: absolute;
  left: 3%;
  bottom: 0;
}
@media only screen and (max-width:1200px) {
  .kids .kids-wrap #flower1 {
    left: 2%;
  }
}
@media only screen and (max-width:768px) {
  .kids .kids-wrap #flower1 {
    height: 50%;
  }
}
.kids .kids-wrap #flower1 img {
  height: 100%;
}
.kids .kids-wrap #flower2 {
  height: 30%;
  width: auto;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:1200px) {
  .kids .kids-wrap #flower2 {
    right: 2%;
    height: 25%;
  }
}
@media only screen and (max-width:768px) {
  .kids .kids-wrap #flower2 {
    height: 15%;
    top: 80%;
  }
}
.kids .kids-wrap #flower2 img {
  height: 100%;
}
.kids .kids-desc {
  background: #f8f8d4;
  margin: 120px 0;
}
@media only screen and (max-width:1200px) {
  .kids .kids-desc {
    margin: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .kids .kids-desc {
    margin: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .kids .kids-desc {
    margin: 40px 0;
  }
}
.kids .kids-desc:last-of-type {
  margin-bottom: 0;
}
.kids .kids-desc__head {
  text-align: center;
  position: relative;
  padding: 45px 0 0;
}
@media only screen and (max-width:480px) {
  .kids .kids-desc__head {
    padding: 15px 0 0;
  }
}
.kids .kids-desc__head h3 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  margin: 1em 0;
}
.kids .kids-desc__head img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:480px) {
  .kids .kids-desc__head img {
    width: 75px;
  }
}
.kids .kids-desc__head .flower1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.kids .kids-desc__head .flower1 img {
  width: 30%;
  margin: 0;
}
.kids .kids-desc__head .flower2 {
  position: absolute;
  right: 0;
  bottom: 20%;
  text-align: right;
}
.kids .kids-desc__head .flower2 img {
  width: 25%;
  margin: 0;
  display: inline-block;
}
.kids .kids-desc__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 45px;
}
@media only screen and (max-width:480px) {
  .kids .kids-desc__box {
    display: block;
    padding: 15px;
  }
}
.kids .kids-desc__box__text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.kids .kids-desc__box__text p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.kids .kids-desc__box__text .p-name {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  margin: 1em 0;
}
@media only screen and (max-width:480px) {
  .kids .kids-desc__box__text .p-name {
    margin: 1em auto;
    text-align: center;
  }
}
.kids .kids-desc__box__text a.linkBtn {
  border-radius: 40px;
  margin: 45px 0 0;
}
@media only screen and (max-width:480px) {
  .kids .kids-desc__box__text a.linkBtn {
    margin: 15px auto 0;
    height: 40px;
  }
}
.kids .kids-desc__box__img {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.kids .kids-desc__box__img img {
  border-radius: 40px;
}
@media only screen and (max-width:480px) {
  .kids .kids-desc__box__img {
    margin: 0 0 1em;
  }
}

/*  -------------------------------------
	single:single-shop
  -------------------------------------*/
.single-shop h1.c-title {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  margin: 0 0 1.5em;
  text-align: left;
}
.single-shop .shop-desc img {
  margin-bottom: 3em;
}
.single-shop .shop-desc .entry-content {
  margin-bottom: 1.5em;
}
.single-shop .shop-desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.single-shop .shop-desc dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-bottom: 1px solid #e53014;
  padding: 1.5em 0;
  color: #e53014;
}
.single-shop .shop-desc dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 1.5em 0 1.5em 1.5em;
}
.single-shop .shop-desc dl dd ul {
  margin: 0;
}
.single-shop .shop-desc dl dd a {
  word-break: break-all;
}
.single-shop .shop-desc ul.p-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 0;
}
.single-shop .shop-desc ul.p-tag li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 0.25em 0.5em;
}
.single-shop .shop-desc ul.p-tag li a {
  color: #e53014 !important;
  border: 1px solid #e53014;
  background: #fff;
  border-radius: 30px;
  display: block;
  padding: 10px 20px;
}
@media only screen and (max-width:480px) {
  .single-shop .shop-desc ul.p-tag li a {
    padding: 5px 10px;
  }
}
.single-shop .shop-desc ul.p-tag li a:hover {
  background: #e53014;
  color: #fff !important;
}

/*  -------------------------------------
	archive:archive-shop
  -------------------------------------*/
.post-type-archive-shop .search-box__desc, .tax-shop_category .search-box__desc, .tax-floor .search-box__desc, .tax-initial .search-box__desc, .search-results .search-box__desc, .tax-shop_tag .search-box__desc, .category-event .search-box__desc, .search .search-box__desc, .single-shop .search-box__desc {
  background: #fef7e5;
  padding: 60px;
  position: relative;
}
.post-type-archive-shop .search-box__desc .inner, .tax-shop_category .search-box__desc .inner, .tax-floor .search-box__desc .inner, .tax-initial .search-box__desc .inner, .search-results .search-box__desc .inner, .tax-shop_tag .search-box__desc .inner, .category-event .search-box__desc .inner, .search .search-box__desc .inner, .single-shop .search-box__desc .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-shop .search-box__desc .searchandfilter, .tax-shop_category .search-box__desc .searchandfilter, .tax-floor .search-box__desc .searchandfilter, .tax-initial .search-box__desc .searchandfilter, .search-results .search-box__desc .searchandfilter, .tax-shop_tag .search-box__desc .searchandfilter, .category-event .search-box__desc .searchandfilter, .search .search-box__desc .searchandfilter, .single-shop .search-box__desc .searchandfilter {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.post-type-archive-shop .search-box__desc .searchandfilter h4, .tax-shop_category .search-box__desc .searchandfilter h4, .tax-floor .search-box__desc .searchandfilter h4, .tax-initial .search-box__desc .searchandfilter h4, .search-results .search-box__desc .searchandfilter h4, .tax-shop_tag .search-box__desc .searchandfilter h4, .category-event .search-box__desc .searchandfilter h4, .search .search-box__desc .searchandfilter h4, .single-shop .search-box__desc .searchandfilter h4 {
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  margin: 1em 0;
}
.post-type-archive-shop .search-box__desc .searchandfilter input[type=submit], .tax-shop_category .search-box__desc .searchandfilter input[type=submit], .tax-floor .search-box__desc .searchandfilter input[type=submit], .tax-initial .search-box__desc .searchandfilter input[type=submit], .search-results .search-box__desc .searchandfilter input[type=submit], .tax-shop_tag .search-box__desc .searchandfilter input[type=submit], .category-event .search-box__desc .searchandfilter input[type=submit], .search .search-box__desc .searchandfilter input[type=submit], .single-shop .search-box__desc .searchandfilter input[type=submit] {
  display: none;
}
.post-type-archive-shop .search-box__desc .searchandfilter ul, .tax-shop_category .search-box__desc .searchandfilter ul, .tax-floor .search-box__desc .searchandfilter ul, .tax-initial .search-box__desc .searchandfilter ul, .search-results .search-box__desc .searchandfilter ul, .tax-shop_tag .search-box__desc .searchandfilter ul, .category-event .search-box__desc .searchandfilter ul, .search .search-box__desc .searchandfilter ul, .single-shop .search-box__desc .searchandfilter ul {
  width: 100%;
  margin: 0;
}
.post-type-archive-shop .search-box__desc .searchandfilter ul li, .tax-shop_category .search-box__desc .searchandfilter ul li, .tax-floor .search-box__desc .searchandfilter ul li, .tax-initial .search-box__desc .searchandfilter ul li, .search-results .search-box__desc .searchandfilter ul li, .tax-shop_tag .search-box__desc .searchandfilter ul li, .category-event .search-box__desc .searchandfilter ul li, .search .search-box__desc .searchandfilter ul li, .single-shop .search-box__desc .searchandfilter ul li {
  width: 100%;
}
.post-type-archive-shop .search-box__desc .searchandfilter:last-of-type, .tax-shop_category .search-box__desc .searchandfilter:last-of-type, .tax-floor .search-box__desc .searchandfilter:last-of-type, .tax-initial .search-box__desc .searchandfilter:last-of-type, .search-results .search-box__desc .searchandfilter:last-of-type, .tax-shop_tag .search-box__desc .searchandfilter:last-of-type, .category-event .search-box__desc .searchandfilter:last-of-type, .search .search-box__desc .searchandfilter:last-of-type, .single-shop .search-box__desc .searchandfilter:last-of-type {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.post-type-archive-shop .search-box__desc .searchandfilter:last-of-type ul, .tax-shop_category .search-box__desc .searchandfilter:last-of-type ul, .tax-floor .search-box__desc .searchandfilter:last-of-type ul, .tax-initial .search-box__desc .searchandfilter:last-of-type ul, .search-results .search-box__desc .searchandfilter:last-of-type ul, .tax-shop_tag .search-box__desc .searchandfilter:last-of-type ul, .category-event .search-box__desc .searchandfilter:last-of-type ul, .search .search-box__desc .searchandfilter:last-of-type ul, .single-shop .search-box__desc .searchandfilter:last-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.post-type-archive-shop .search-box__desc .searchandfilter:last-of-type ul li:first-child, .tax-shop_category .search-box__desc .searchandfilter:last-of-type ul li:first-child, .tax-floor .search-box__desc .searchandfilter:last-of-type ul li:first-child, .tax-initial .search-box__desc .searchandfilter:last-of-type ul li:first-child, .search-results .search-box__desc .searchandfilter:last-of-type ul li:first-child, .tax-shop_tag .search-box__desc .searchandfilter:last-of-type ul li:first-child, .category-event .search-box__desc .searchandfilter:last-of-type ul li:first-child, .search .search-box__desc .searchandfilter:last-of-type ul li:first-child, .single-shop .search-box__desc .searchandfilter:last-of-type ul li:first-child {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.post-type-archive-shop .search-box__desc .searchandfilter:last-of-type ul li:last-child, .tax-shop_category .search-box__desc .searchandfilter:last-of-type ul li:last-child, .tax-floor .search-box__desc .searchandfilter:last-of-type ul li:last-child, .tax-initial .search-box__desc .searchandfilter:last-of-type ul li:last-child, .search-results .search-box__desc .searchandfilter:last-of-type ul li:last-child, .tax-shop_tag .search-box__desc .searchandfilter:last-of-type ul li:last-child, .category-event .search-box__desc .searchandfilter:last-of-type ul li:last-child, .search .search-box__desc .searchandfilter:last-of-type ul li:last-child, .single-shop .search-box__desc .searchandfilter:last-of-type ul li:last-child {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.post-type-archive-shop .search-box__desc .searchandfilter:last-of-type input[type=submit], .tax-shop_category .search-box__desc .searchandfilter:last-of-type input[type=submit], .tax-floor .search-box__desc .searchandfilter:last-of-type input[type=submit], .tax-initial .search-box__desc .searchandfilter:last-of-type input[type=submit], .search-results .search-box__desc .searchandfilter:last-of-type input[type=submit], .tax-shop_tag .search-box__desc .searchandfilter:last-of-type input[type=submit], .category-event .search-box__desc .searchandfilter:last-of-type input[type=submit], .search .search-box__desc .searchandfilter:last-of-type input[type=submit], .single-shop .search-box__desc .searchandfilter:last-of-type input[type=submit] {
  display: block;
  background: #e53014;
  color: #fff !important;
}
.post-type-archive-shop .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .tax-shop_category .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .tax-floor .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .tax-initial .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .search-results .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .tax-shop_tag .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .category-event .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .search .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover, .single-shop .search-box__desc .searchandfilter:last-of-type input[type=submit]:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
@media only screen and (max-width:480px) {
  .post-type-archive-shop .search-box__desc, .tax-shop_category .search-box__desc, .tax-floor .search-box__desc, .tax-initial .search-box__desc, .search-results .search-box__desc, .tax-shop_tag .search-box__desc, .category-event .search-box__desc, .search .search-box__desc, .single-shop .search-box__desc {
    padding: 15px;
  }
}
.post-type-archive-shop .search-box__desc input, .post-type-archive-shop .search-box__desc select, .tax-shop_category .search-box__desc input, .tax-shop_category .search-box__desc select, .tax-floor .search-box__desc input, .tax-floor .search-box__desc select, .tax-initial .search-box__desc input, .tax-initial .search-box__desc select, .search-results .search-box__desc input, .search-results .search-box__desc select, .tax-shop_tag .search-box__desc input, .tax-shop_tag .search-box__desc select, .category-event .search-box__desc input, .category-event .search-box__desc select, .search .search-box__desc input, .search .search-box__desc select, .single-shop .search-box__desc input, .single-shop .search-box__desc select {
  width: 100%;
  border: none;
  padding: 14px;
}
.post-type-archive-shop .search-box__desc ::-webkit-input-placeholder, .tax-shop_category .search-box__desc ::-webkit-input-placeholder, .tax-floor .search-box__desc ::-webkit-input-placeholder, .tax-initial .search-box__desc ::-webkit-input-placeholder, .search-results .search-box__desc ::-webkit-input-placeholder, .tax-shop_tag .search-box__desc ::-webkit-input-placeholder, .category-event .search-box__desc ::-webkit-input-placeholder, .search .search-box__desc ::-webkit-input-placeholder, .single-shop .search-box__desc ::-webkit-input-placeholder {
  color: #999;
}
.post-type-archive-shop .search-box__desc ::-moz-placeholder, .tax-shop_category .search-box__desc ::-moz-placeholder, .tax-floor .search-box__desc ::-moz-placeholder, .tax-initial .search-box__desc ::-moz-placeholder, .search-results .search-box__desc ::-moz-placeholder, .tax-shop_tag .search-box__desc ::-moz-placeholder, .category-event .search-box__desc ::-moz-placeholder, .search .search-box__desc ::-moz-placeholder, .single-shop .search-box__desc ::-moz-placeholder {
  color: #999;
}
.post-type-archive-shop .search-box__desc :-ms-input-placeholder, .tax-shop_category .search-box__desc :-ms-input-placeholder, .tax-floor .search-box__desc :-ms-input-placeholder, .tax-initial .search-box__desc :-ms-input-placeholder, .search-results .search-box__desc :-ms-input-placeholder, .tax-shop_tag .search-box__desc :-ms-input-placeholder, .category-event .search-box__desc :-ms-input-placeholder, .search .search-box__desc :-ms-input-placeholder, .single-shop .search-box__desc :-ms-input-placeholder {
  color: #999;
}
.post-type-archive-shop .search-box__desc ::-ms-input-placeholder, .tax-shop_category .search-box__desc ::-ms-input-placeholder, .tax-floor .search-box__desc ::-ms-input-placeholder, .tax-initial .search-box__desc ::-ms-input-placeholder, .search-results .search-box__desc ::-ms-input-placeholder, .tax-shop_tag .search-box__desc ::-ms-input-placeholder, .category-event .search-box__desc ::-ms-input-placeholder, .search .search-box__desc ::-ms-input-placeholder, .single-shop .search-box__desc ::-ms-input-placeholder {
  color: #999;
}
.post-type-archive-shop .search-box__desc ::placeholder, .tax-shop_category .search-box__desc ::placeholder, .tax-floor .search-box__desc ::placeholder, .tax-initial .search-box__desc ::placeholder, .search-results .search-box__desc ::placeholder, .tax-shop_tag .search-box__desc ::placeholder, .category-event .search-box__desc ::placeholder, .search .search-box__desc ::placeholder, .single-shop .search-box__desc ::placeholder {
  color: #999;
}
.post-type-archive-shop .search-box__desc .submit, .tax-shop_category .search-box__desc .submit, .tax-floor .search-box__desc .submit, .tax-initial .search-box__desc .submit, .search-results .search-box__desc .submit, .tax-shop_tag .search-box__desc .submit, .category-event .search-box__desc .submit, .search .search-box__desc .submit, .single-shop .search-box__desc .submit {
  width: 200px;
  margin: 60px auto 0;
}
@media only screen and (max-width:480px) {
  .post-type-archive-shop .search-box__desc .submit, .tax-shop_category .search-box__desc .submit, .tax-floor .search-box__desc .submit, .tax-initial .search-box__desc .submit, .search-results .search-box__desc .submit, .tax-shop_tag .search-box__desc .submit, .category-event .search-box__desc .submit, .search .search-box__desc .submit, .single-shop .search-box__desc .submit {
    margin: 30px auto 0;
  }
}
.post-type-archive-shop .search-box__desc .submit input, .tax-shop_category .search-box__desc .submit input, .tax-floor .search-box__desc .submit input, .tax-initial .search-box__desc .submit input, .search-results .search-box__desc .submit input, .tax-shop_tag .search-box__desc .submit input, .category-event .search-box__desc .submit input, .search .search-box__desc .submit input, .single-shop .search-box__desc .submit input {
  background: #e53014;
  color: #fff;
}
.post-type-archive-shop .search-box__desc .p-tag, .tax-shop_category .search-box__desc .p-tag, .tax-floor .search-box__desc .p-tag, .tax-initial .search-box__desc .p-tag, .search-results .search-box__desc .p-tag, .tax-shop_tag .search-box__desc .p-tag, .category-event .search-box__desc .p-tag, .search .search-box__desc .p-tag, .single-shop .search-box__desc .p-tag {
  margin-top: 60px;
  z-index: 2;
  position: relative;
}
.post-type-archive-shop .search-box__desc .p-tag h3, .tax-shop_category .search-box__desc .p-tag h3, .tax-floor .search-box__desc .p-tag h3, .tax-initial .search-box__desc .p-tag h3, .search-results .search-box__desc .p-tag h3, .tax-shop_tag .search-box__desc .p-tag h3, .category-event .search-box__desc .p-tag h3, .search .search-box__desc .p-tag h3, .single-shop .search-box__desc .p-tag h3 {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  margin: 0 0 1.5em;
  text-align: center;
}
.post-type-archive-shop .search-box__desc .p-tag ul, .tax-shop_category .search-box__desc .p-tag ul, .tax-floor .search-box__desc .p-tag ul, .tax-initial .search-box__desc .p-tag ul, .search-results .search-box__desc .p-tag ul, .tax-shop_tag .search-box__desc .p-tag ul, .category-event .search-box__desc .p-tag ul, .search .search-box__desc .p-tag ul, .single-shop .search-box__desc .p-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.post-type-archive-shop .search-box__desc .p-tag ul li, .tax-shop_category .search-box__desc .p-tag ul li, .tax-floor .search-box__desc .p-tag ul li, .tax-initial .search-box__desc .p-tag ul li, .search-results .search-box__desc .p-tag ul li, .tax-shop_tag .search-box__desc .p-tag ul li, .category-event .search-box__desc .p-tag ul li, .search .search-box__desc .p-tag ul li, .single-shop .search-box__desc .p-tag ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 0.25em 0.5em;
}
.post-type-archive-shop .search-box__desc .p-tag ul li a, .tax-shop_category .search-box__desc .p-tag ul li a, .tax-floor .search-box__desc .p-tag ul li a, .tax-initial .search-box__desc .p-tag ul li a, .search-results .search-box__desc .p-tag ul li a, .tax-shop_tag .search-box__desc .p-tag ul li a, .category-event .search-box__desc .p-tag ul li a, .search .search-box__desc .p-tag ul li a, .single-shop .search-box__desc .p-tag ul li a {
  color: #e53014 !important;
  background: #fff;
  border-radius: 30px;
  display: block;
  padding: 10px 20px;
}
@media only screen and (max-width:480px) {
  .post-type-archive-shop .search-box__desc .p-tag ul li a, .tax-shop_category .search-box__desc .p-tag ul li a, .tax-floor .search-box__desc .p-tag ul li a, .tax-initial .search-box__desc .p-tag ul li a, .search-results .search-box__desc .p-tag ul li a, .tax-shop_tag .search-box__desc .p-tag ul li a, .category-event .search-box__desc .p-tag ul li a, .search .search-box__desc .p-tag ul li a, .single-shop .search-box__desc .p-tag ul li a {
    padding: 5px 10px;
  }
}
.post-type-archive-shop .search-box__desc .p-tag ul li a:hover, .tax-shop_category .search-box__desc .p-tag ul li a:hover, .tax-floor .search-box__desc .p-tag ul li a:hover, .tax-initial .search-box__desc .p-tag ul li a:hover, .search-results .search-box__desc .p-tag ul li a:hover, .tax-shop_tag .search-box__desc .p-tag ul li a:hover, .category-event .search-box__desc .p-tag ul li a:hover, .search .search-box__desc .p-tag ul li a:hover, .single-shop .search-box__desc .p-tag ul li a:hover {
  background: #e53014;
  color: #fff !important;
}
.post-type-archive-shop .search-box__desc #search-img1, .tax-shop_category .search-box__desc #search-img1, .tax-floor .search-box__desc #search-img1, .tax-initial .search-box__desc #search-img1, .search-results .search-box__desc #search-img1, .tax-shop_tag .search-box__desc #search-img1, .category-event .search-box__desc #search-img1, .search .search-box__desc #search-img1, .single-shop .search-box__desc #search-img1 {
  position: absolute;
  left: -10px;
  bottom: -30px;
  width: 30%;
  z-index: 1;
}
.post-type-archive-shop .search-box__desc #search-img2, .tax-shop_category .search-box__desc #search-img2, .tax-floor .search-box__desc #search-img2, .tax-initial .search-box__desc #search-img2, .search-results .search-box__desc #search-img2, .tax-shop_tag .search-box__desc #search-img2, .category-event .search-box__desc #search-img2, .search .search-box__desc #search-img2, .single-shop .search-box__desc #search-img2 {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 15%;
  z-index: 1;
}
.post-type-archive-shop .p-page_content, .tax-shop_category .p-page_content, .tax-floor .p-page_content, .tax-initial .p-page_content, .search-results .p-page_content, .tax-shop_tag .p-page_content, .category-event .p-page_content, .search .p-page_content, .single-shop .p-page_content {
  padding: 0;
}
.post-type-archive-shop .p-page_content h2.c-title, .tax-shop_category .p-page_content h2.c-title, .tax-floor .p-page_content h2.c-title, .tax-initial .p-page_content h2.c-title, .search-results .p-page_content h2.c-title, .tax-shop_tag .p-page_content h2.c-title, .category-event .p-page_content h2.c-title, .search .p-page_content h2.c-title, .single-shop .p-page_content h2.c-title {
  margin: 0 0 0.5em;
}
.post-type-archive-shop .p-page_content h2.c-title:after, .tax-shop_category .p-page_content h2.c-title:after, .tax-floor .p-page_content h2.c-title:after, .tax-initial .p-page_content h2.c-title:after, .search-results .p-page_content h2.c-title:after, .tax-shop_tag .p-page_content h2.c-title:after, .category-event .p-page_content h2.c-title:after, .search .p-page_content h2.c-title:after, .single-shop .p-page_content h2.c-title:after {
  display: none;
}
.post-type-archive-shop .shop-list, .tax-shop_category .shop-list, .tax-floor .shop-list, .tax-initial .shop-list, .search-results .shop-list, .tax-shop_tag .shop-list, .category-event .shop-list, .search .shop-list, .single-shop .shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:480px) {
  .post-type-archive-shop .shop-list, .tax-shop_category .shop-list, .tax-floor .shop-list, .tax-initial .shop-list, .search-results .shop-list, .tax-shop_tag .shop-list, .category-event .shop-list, .search .shop-list, .single-shop .shop-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-type-archive-shop .shop-list__content, .tax-shop_category .shop-list__content, .tax-floor .shop-list__content, .tax-initial .shop-list__content, .search-results .shop-list__content, .tax-shop_tag .shop-list__content, .category-event .shop-list__content, .search .shop-list__content, .single-shop .shop-list__content {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  max-width: 31.3%;
  margin: 0 1% 60px;
  text-align: center;
}
@media only screen and (max-width:480px) {
  .post-type-archive-shop .shop-list__content, .tax-shop_category .shop-list__content, .tax-floor .shop-list__content, .tax-initial .shop-list__content, .search-results .shop-list__content, .tax-shop_tag .shop-list__content, .category-event .shop-list__content, .search .shop-list__content, .single-shop .shop-list__content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    margin: 0 0 30px;
  }
}
.post-type-archive-shop .shop-list__content img, .tax-shop_category .shop-list__content img, .tax-floor .shop-list__content img, .tax-initial .shop-list__content img, .search-results .shop-list__content img, .tax-shop_tag .shop-list__content img, .category-event .shop-list__content img, .search .shop-list__content img, .single-shop .shop-list__content img {
  margin-bottom: 1em;
}
.post-type-archive-shop .shop-list__content p.building_number a, .tax-shop_category .shop-list__content p.building_number a, .tax-floor .shop-list__content p.building_number a, .tax-initial .shop-list__content p.building_number a, .search-results .shop-list__content p.building_number a, .tax-shop_tag .shop-list__content p.building_number a, .category-event .shop-list__content p.building_number a, .search .shop-list__content p.building_number a, .single-shop .shop-list__content p.building_number a {
  color: #999 !important;
}
.post-type-archive-shop .shop-list__content p.shop_name, .tax-shop_category .shop-list__content p.shop_name, .tax-floor .shop-list__content p.shop_name, .tax-initial .shop-list__content p.shop_name, .search-results .shop-list__content p.shop_name, .tax-shop_tag .shop-list__content p.shop_name, .category-event .shop-list__content p.shop_name, .search .shop-list__content p.shop_name, .single-shop .shop-list__content p.shop_name {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
@media only screen and (max-width:1200px) {
  .post-type-archive-shop .shop-list__content p.shop_name, .tax-shop_category .shop-list__content p.shop_name, .tax-floor .shop-list__content p.shop_name, .tax-initial .shop-list__content p.shop_name, .search-results .shop-list__content p.shop_name, .tax-shop_tag .shop-list__content p.shop_name, .category-event .shop-list__content p.shop_name, .search .shop-list__content p.shop_name, .single-shop .shop-list__content p.shop_name {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
}

/*  -------------------------------------
	page:floor
  -------------------------------------*/
.floor .p-page_content .tab_box .tab_panel .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.floor .p-page_content .tab_box .tab_panel .inner .floor-img, .floor .p-page_content .tab_box .tab_panel .inner ol {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.floor .p-page_content .tab_box .tab_panel .inner ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
}
.floor .p-page_content .tab_box .tab_panel .inner ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*  -------------------------------------
	page:information
  -------------------------------------*/
.information .p-page_content {
  padding-bottom: 0;
}
.information .info-content {
  margin-bottom: 90px;
}
@media only screen and (max-width:480px) {
  .information .info-content {
    margin-bottom: 60px;
  }
}
.information .info-content__box {
  margin: 60px 0;
}
@media only screen and (max-width:480px) {
  .information .info-content__box {
    margin: 45px 0;
  }
}
.information .info-content__box:last-of-type {
  margin-bottom: 0;
}
.information .info-content h2 {
  margin: 0 0 1em;
}
@media only screen and (max-width:480px) {
  .information .info-content h2 {
    font-size: clamp(1.8rem, 1.5vw, 3.6rem);
  }
}
.information .info-content dl.openhour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 19px 0;
  margin: 0;
}
.information .info-content dl.openhour dt {
  font-weight: normal;
}
.information .info-content dl.openhour dt span {
  display: inline-block;
}
.information .info-content dl.openhour dt span.building {
  width: 5em;
}
.information .info-content dl.openhour dt span.floor {
  width: 7em;
}
@media only screen and (max-width:480px) {
  .information .info-content dl.openhour dt span.shop {
    display: block;
    margin-top: 0.5em;
  }
}
.information .info-content dl.openhour:last-of-type {
  margin-bottom: 1em;
}
.information .info-content:nth-of-type(2) {
  margin-bottom: 0px;
}
.information .info-content:nth-of-type(2) h3 {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin: 0 0 1em;
}
.information .info-content:nth-of-type(2) iframe {
  margin-bottom: 1em;
}
@media only screen and (max-width:991px) {
  .information .info-content:nth-of-type(2) iframe {
    height: 300px;
  }
}
@media only screen and (max-width:480px) {
  .information .info-content:nth-of-type(2) iframe {
    height: 200px;
  }
}
.information .info-content:nth-of-type(2) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information .info-content:nth-of-type(2) dl dt {
  font-weight: normal;
  margin-right: 1em;
}
.information .info-content:nth-of-type(2) .linkBtn {
  margin: 1.5em 0 0;
}

/*  -------------------------------------
	page:parking
  -------------------------------------*/
.parking .p-page_content {
  padding-bottom: 0;
}
.parking .parking-content {
  margin-bottom: 90px;
}
@media only screen and (max-width:768px) {
  .parking .parking-content {
    margin-bottom: 45px;
  }
}
.parking .parking-content:last-of-type {
  margin-bottom: 0;
}
.parking .parking-content h2 {
  text-align: center;
  margin: 0 0 1.5em;
}
@media only screen and (max-width:768px) {
  .parking .parking-content h2 {
    font-size: clamp(1.8rem, 1.5vw, 3.6rem);
  }
}
.parking .parking-content .parking-map {
  display: block;
  margin: 0 auto 60px;
  width: 80%;
}
@media only screen and (max-width:768px) {
  .parking .parking-content .parking-map {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.parking .parking-content .cycle-map {
  display: block;
  margin: 0 auto 60px;
}
.parking .parking-content h3 {
  font-size: clamp(1.6rem, 1.5vw, 2.1rem);
  margin: 1em 0;
}
.parking .parking-content__box {
  background: #fef7e5;
  padding: 30px;
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .parking .parking-content__box {
    padding: 15px;
    margin: 0 0 30px;
  }
}
.parking .parking-content__box:last-of-type {
  margin-bottom: 0;
}
.parking .parking-content__box h4 {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin: 1em 0;
  font-weight: 700;
}
.parking .parking-content__box table {
  width: 100%;
  margin: 0 0 1em;
}
.parking .parking-content__box table tr th, .parking .parking-content__box table tr td {
  border: 5px solid #fef7e5;
  text-align: center;
  padding: 1em 0;
}
@media only screen and (max-width:768px) {
  .parking .parking-content__box table tr th, .parking .parking-content__box table tr td {
    padding: 0.5em;
  }
  .parking .parking-content__box table tr th br, .parking .parking-content__box table tr td br {
    display: none;
  }
}
.parking .parking-content__box table tr th {
  background: #e53014;
  color: #fff;
}
.parking .parking-content__box table tr td {
  background: #fff;
  line-height: 1.6em;
}
@media only screen and (max-width:768px) {
  .parking .parking-content__box table tr td span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: block;
  }
}
.parking .parking-content__box .for-cinema {
  margin: 1.5em 0 3em;
}
.parking .parking-content__box .caution {
  margin-top: 3em;
}
.parking .parking-content__box h5 {
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 0.5em;
}

/*  -------------------------------------
	page:faq
  -------------------------------------*/
.faq .p-page_content {
  padding-bottom: 0;
}
.faq .faq-content dl {
  margin: 0;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.faq .faq-content dl dt {
  position: relative;
  font-weight: normal;
}
@media only screen and (max-width:991px) {
  .faq .faq-content dl dt {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  .faq .faq-content dl dt {
    font-size: 15px;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content dl dt {
    font-size: 12px;
    padding: 0 30px;
  }
}
.faq .faq-content dl dt:before {
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #e53014;
  margin-right: 1em;
}
@media only screen and (max-width:480px) {
  .faq .faq-content dl dt:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.faq .faq-content dl dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(assets/img/icon/circle-plus.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}
@media only screen and (max-width:480px) {
  .faq .faq-content dl dt:after {
    width: 16px;
    height: 16px;
  }
}
.faq .faq-content dl dt.active:after {
  background: url(assets/img/icon/circle-minus.svg) no-repeat;
  webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .faq-content dl dd {
  margin: 1.5em 0;
}
@media only screen and (max-width:991px) {
  .faq .faq-content dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width:768px) {
  .faq .faq-content dl dd {
    font-size: 13px;
  }
}
@media only screen and (max-width:480px) {
  .faq .faq-content dl dd {
    font-size: 12px;
  }
}
.faq .faq-content dl dd a {
  color: #06c !important;
  border-bottom: 1px solid #06c;
}
.faq .faq-content dl dd ul {
  margin: 1em 0 0;
}
.faq .faq-content dl dd ul li {
  position: relative;
  padding-left: 1em;
}
.faq .faq-content dl dd ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

/*  -------------------------------------
	single
  -------------------------------------*/
.single .p-page_content {
  padding: 60px 0 0;
}
@media only screen and (max-width:480px) {
  .single .p-page_content {
    padding: 30px 0 0;
  }
}
.single h2.c-title {
  font-size: clamp(1.3rem, 2vw, 2.4rem) !important;
  margin: 0 0 45px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:480px) {
  .single h2.c-title {
    margin: 0 0 20px;
  }
}
.single .p-related_item, .single .p-checked_item {
  padding: 120px 0 0;
}
@media only screen and (max-width:991px) {
  .single .p-related_item, .single .p-checked_item {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width:768px) {
  .single .p-related_item, .single .p-checked_item {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width:480px) {
  .single .p-related_item, .single .p-checked_item {
    padding: 30px 0 0;
  }
}
.single .p-related_item .p-item__content, .single .p-checked_item .p-item__content {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%;
  margin-bottom: 0;
}
.single .p-styling_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .p-styling_item__content {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  max-width: 31.3%;
  margin: 0 2% 2% 0;
}
.single .p-styling_item__content p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  min-height: 0vw;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 300;
}
.single .p-styling_item__content__name {
  margin: 1em 0;
}

/*  -------------------------------------
	archive
  -------------------------------------*/
.archive .p-page_content {
  padding: 60px 0;
}
@media only screen and (max-width:480px) {
  .archive .p-page_content {
    padding: 30px 0;
  }
}
.archive .archive-desc-wrap ul {
  margin: 0;
}
.archive .archive-desc-wrap ul li {
  border-bottom: 1px solid #ccc;
  padding: 2em 2em 2em 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.archive .archive-desc-wrap ul li:after {
  content: "";
  display: inline-block;
  background: url(assets/img/icon/icon_next_b.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.archive .archive-desc-wrap ul li .post-date {
  font-size: 80%;
  margin-right: 2em;
  display: inline-block;
}

/*  -------------------------------------
	page:about
  -------------------------------------*/
.about .p-page_title .c-sub_title {
  margin-bottom: 30px;
}
@media only screen and (max-width:480px) {
  .about .l-main .p-page-content {
    margin: 0 0 60px;
  }
}
.about .l-main .p-page-content__top {
  margin: 0 0 90px;
}
@media only screen and (max-width:991px) {
  .about .l-main .p-page-content__top {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:480px) {
  .about .l-main .p-page-content__top {
    margin: 0 0 45px;
  }
}
.about .l-main .p-page-content p {
  line-height: 2.2;
  margin: 0 auto 1em;
  width: 95%;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.about .l-main .p-page-content p:last-of-type {
  margin-bottom: 0;
}
.about .l-main .container-fluid {
  padding: 0;
}
.about .l-main .container-fluid .p-page-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10% 0;
}
.about .l-main .container-fluid .p-page-gallery:last-of-type {
  margin-bottom: 0;
}
.about .l-main .container-fluid .p-page-gallery__01 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
.about .l-main .container-fluid .p-page-gallery__02 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  padding-top: 5%;
}
.about .l-main .container-fluid .p-page-gallery__03 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  padding-left: 10%;
}
.about .l-main .container-fluid .p-page-gallery__04 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  padding-top: 5%;
}
@media only screen and (max-width:767px) {
  .about .l-main .p-shop-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width:991px) {
  .about .l-main .p-shop-info__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width:767px) {
  .about .l-main .p-shop-info__img {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:480px) {
  .about .l-main .p-shop-info__img {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:991px) {
  .about .l-main .p-shop-info__detail {
    padding-left: 30px;
  }
}
@media only screen and (max-width:767px) {
  .about .l-main .p-shop-info__detail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about .l-main .p-shop-info__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width:480px) {
  .about .l-main .p-shop-info__detail dl {
    margin: 0 0 15px;
  }
}
.about .l-main .p-shop-info__detail dl dt {
  font-weight: 400;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.about .l-main .p-shop-info__detail dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
.about .l-main .p-shop-info__name {
  margin: 0 0 30px;
}
@media only screen and (max-width:480px) {
  .about .l-main .p-shop-info__name {
    margin: 0 0 20px;
  }
}
.about .l-main .p-shop-info__address {
  margin: 0 0 20px;
}
@media only screen and (max-width:480px) {
  .about .l-main .p-shop-info__address {
    margin: 0 0 15px;
  }
}
.about .l-main .p-shop-info__access {
  font-size: clamp(1rem, 2vw, 1.3rem) !important;
  min-height: 0vw;
  margin: 0 0 20px;
}
@media only screen and (max-width:480px) {
  .about .l-main .p-shop-info__access {
    margin: 0 0 15px;
  }
}
.about .l-main .p-shop-info__map {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1em;
}
.about .l-main .p-shop-info__map:after {
  content: "〉";
  margin-left: 1em;
  font-size: 80%;
}
.about .l-main .container .p-page-gallery ul li {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  max-width: 31.3%;
  margin-bottom: 3%;
}
.about .l-main .container .p-page-gallery ul li:last-child, .about .l-main .container .p-page-gallery ul li:nth-last-child(2), .about .l-main .container .p-page-gallery ul li:nth-last-child(3) {
  margin-bottom: 0;
}
@media only screen and (max-width:480px) {
  .about .l-main .container .p-page-gallery ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  .about .l-main .container .p-page-gallery ul li:nth-last-child(3) {
    margin-bottom: 3%;
  }
  .about .l-main .container .p-page-gallery ul li:last-child, .about .l-main .container .p-page-gallery ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.about .l-main .p-calendar {
  padding: 120px 0;
  margin: 120px 0;
  background: #f0efdf;
}
@media only screen and (max-width:991px) {
  .about .l-main .p-calendar {
    padding: 90px 0;
    margin: 90px 0;
  }
}
@media only screen and (max-width:768px) {
  .about .l-main .p-calendar {
    padding: 60px 0;
    margin: 60px 0;
  }
}
@media only screen and (max-width:480px) {
  .about .l-main .p-calendar {
    padding: 45px 0;
    margin: 45px 0;
  }
}
.about .l-main .p-calendar #calendar .fc-center h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2vw, 2.4rem) !important;
  margin: 10px 0;
}
.about .l-main .p-calendar #calendar .fc-view-container {
  font-family: "Montserrat", sans-serif;
  color: #fef7e5;
}
.about .l-main .p-calendar #calendar th, .about .l-main .p-calendar #calendar td {
  border-color: #fef7e5 !important;
}
.about .l-main .p-bnr__content {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}

/*  -------------------------------------
	navigation
  -------------------------------------*/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width:480px) {
  .navigation {
    font-size: 12px;
  }
}
.navigation .alignleft a {
  position: relative;
  padding-left: 2em;
}
.navigation .alignleft a:before {
  content: "";
  background: url(assets/img/icon/icon_prev_b.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:480px) {
  .navigation .alignleft a:before {
    width: 12px;
    height: 12px;
  }
}
.navigation .alignright a {
  position: relative;
  padding-right: 2em;
}
.navigation .alignright a:before {
  content: "";
  background: url(assets/img/icon/icon_next_b.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:480px) {
  .navigation .alignright a:before {
    width: 12px;
    height: 12px;
  }
}

/*  -------------------------------------
	page:contact
  -------------------------------------*/
.contact .p-page_content {
  padding-bottom: 0;
}
.contact .p-page_content .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 60px;
}
@media only screen and (max-width:768px) {
  .contact .p-page_content .form-wrap dl:first-of-type dt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:768px) {
  .contact .p-page_content .form-wrap dl {
    display: block;
  }
}
.contact .p-page_content .form-wrap dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  font-weight: 400;
}
@media only screen and (max-width:991px) {
  .contact .p-page_content .form-wrap dl dt {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width:768px) {
  .contact .p-page_content .form-wrap dl dt {
    max-width: 100%;
  }
}
.contact .p-page_content .form-wrap dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
@media only screen and (max-width:991px) {
  .contact .p-page_content .form-wrap dl dd {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (max-width:768px) {
  .contact .p-page_content .form-wrap dl dd {
    max-width: 100%;
  }
}
.contact .p-page_content .form-wrap dl dd input {
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  width: 100%;
  padding: 0 0 30px;
}
.contact .p-page_content .form-wrap dl dd textarea {
  background: #f4f4f4;
  border: none;
  width: 100%;
  height: 250px;
  padding: 0.5em;
}
@media only screen and (max-width:768px) {
  .contact .p-page_content .form-wrap dl dd textarea {
    margin-top: 1em;
  }
}
.contact .p-page_content .form-wrap dl dd span {
  display: block;
  font-weight: normal;
}
.contact .p-page_content .form-wrap dl dd span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px;
}
.contact .p-page_content .form-wrap dl dd span label input {
  margin-right: 5px;
  width: auto;
}
.contact .p-page_content .form-wrap .linkBtn {
  margin: 0 auto;
}
.contact .p-page_content .form-wrap .linkBtn input {
  border: none;
  background: none;
  font-weight: 500;
}
.contact .p-page_content .form-wrap #submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.contact .p-page_content .form-wrap #submit-wrap:hover {
  border: none;
}
.contact .p-page_content .form-wrap #submit-wrap input {
  width: 240px;
  height: 70px;
  margin: 0 0.5em;
  border: 1px solid #e53014;
}
.contact .p-page_content .form-wrap #submit-wrap input:hover {
  color: #fff !important;
  border: none;
  background: #e53014;
}

/*  -------------------------------------
	page:privacy
  -------------------------------------*/
.privacy .p-page_content {
  padding-bottom: 0;
}
.privacy .p-page_content .privacy-content__box {
  margin: 60px 0;
}
.privacy .p-page_content .privacy-content__box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .privacy .p-page_content .privacy-content__box {
    margin: 45px 0;
  }
}
@media only screen and (max-width:480px) {
  .privacy .p-page_content .privacy-content__box {
    margin: 30px 0;
  }
}
.privacy .p-page_content .privacy-content__box h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem) !important;
  border-bottom: 1px solid #000;
  padding: 0 0 1em;
  margin: 0 0 1em;
}

/*  -------------------------------------
	page:sitemap
  -------------------------------------*/
.sitemap .p-page_content {
  padding-bottom: 0;
}
.sitemap .p-page_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitemap .p-page_content ul li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin: 0.5em 0;
}
.sitemap .p-page_content ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.5em;
}
.sitemap .p-page_content ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

/*  -------------------------------------
	page:thanks
  -------------------------------------*/
.thanks .p-page_content {
  padding-bottom: 0;
  text-align: center;
}
.thanks .p-page_content a.linkBtn:hover {
  background: #e53014;
  color: #fff !important;
}

/* 5.0 drawer
--------------------------------------------------------------*/
h1 {
  position: relative;
  text-align: center;
}

.button_container {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 10px;
  width: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media only screen and (max-width:768px) {
  .button_container {
    top: 30px;
    right: 30px;
    width: 24px;
    height: 10px;
  }
}
@media only screen and (max-width:480px) {
  .button_container {
    right: 15px;
  }
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(0px) translateX(0) rotate(45deg);
          transform: translateY(0px) translateX(0) rotate(45deg);
  background: #000;
}
@media only screen and (max-width:768px) {
  .button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
  }
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-16px) translateX(0) rotate(-45deg);
          transform: translateY(-16px) translateX(0) rotate(-45deg);
  background: #000;
}
@media only screen and (max-width:768px) {
  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
}
.button_container.active span:nth-of-type(2) {
  top: 16px;
}
@media only screen and (max-width:768px) {
  .button_container.active span:nth-of-type(2) {
    top: 16px;
  }
}
.button_container span {
  background: #000;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
@media only screen and (max-width:768px) {
  .button_container span:nth-of-type(2) {
    top: 8px;
  }
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
@media only screen and (max-width:768px) {
  .button_container span:nth-of-type(3) {
    top: 16px;
  }
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 10;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  text-align: left;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.overlay nav {
  position: relative;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  min-height: 0vw;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 3% 0;
  font-weight: 500;
}
.overlay ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 1.7rem;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 400;
}
.overlay ul li a span {
  width: 110px;
  display: inline-block;
  font-size: 18px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 2px;
  background: #e53014;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.overlay ul li ul {
  display: block;
  margin: 0.5em 0;
}
.overlay ul li ul li {
  height: auto;
  font-weight: 400;
}
.overlay ul li ul li a {
  font-size: 1.4rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
  }

  .button_container span:nth-of-type(2) {
    top: 8px;
  }

  .button_container span:nth-of-type(3) {
    top: 16px;
  }
}