@charset "UTF-8";

/*------------------------------------------------------------
google font
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*------------------------------------------------------------
  共通
------------------------------------------------------------*/
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
/*------------------------------------------------------------
  reset
------------------------------------------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
address,
strong {
  font: inherit;
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: inherit;
}
textarea {
  overflow: auto;
  resize: none;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}


/*------------------------------------------------------------
  body
------------------------------------------------------------*/

body {
  position: relative;
  left: 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', メイリオ, sans-serif;
  transition: left .3s;
}
body.is-on {
  visibility: visible;
}
body.is-drawer-open {
  left: -250px;
  overflow: hidden;
  touch-action: none;
}
.en{
  font-family: 'Roboto', sans-serif;
}

@media screen and (min-width: 360px) {
  body.is-drawer-open {
    left: -285px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  material-icons
------------------------------------------------------------*/

.material-icons {
  font-size: inherit;
}


/*------------------------------------------------------------
  header
------------------------------------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  background: #fff;
  transition: left .3s;
}
.is-drawer-open .header {
  left: -250px;
}
.header__content {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  margin-right: auto;
}
.header__button,
.header__search {
  display: none;
}
body.lp .header__search,
body.lp .header__drawer-button,
body.lp .header__menu {
  display: none;
}

@media screen and (min-width: 360px) {
  .is-drawer-open .header {
    left: -285px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.lp .header {
    padding: 0 30px;
  }
  body.lp .header__button {
    display: block;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  .header__tel-button {
    display: none;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .header {
    padding: 0 60px;
    height: auto;
  }
  .header__content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
    background: #fff;
  }
  .header__button,
  .header__search {
    display: block;
    margin-left: 30px;
  }
  .header__menu {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
  .header__drawer-button {
    display: none;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .header {
    padding: 0 90px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1400px) {
  .header {
    padding: 0 120px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  header-logo
------------------------------------------------------------*/

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img,
.lp .header-area-logo img {
  width: 220px;
}

@media screen and (min-width: 992px) {
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .header-logo img,
  .lp .header-area-logo img {
    width: 300px;
  }
} /* ----- media END ----- */
@media all and (-ms-high-contrast: none) {
  .header__logo {
    margin-right: auto;
  }
  .header__button,
  .header__search {
    margin-left: 30px;
  }
}

/*------------------------------------------------------------
  header-tel-button
------------------------------------------------------------*/
.header-tel-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.header-tel-button__icon {
  font-size: 26px;
}
.header-tel-button__text {
  font-size: 12px;
}


/*------------------------------------------------------------
  header-drawer-button
------------------------------------------------------------*/

.header-drawer-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.header-drawer-button__line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 15px;
}
.header-drawer-button__line-item {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: opacity .3s, transform .3s;
}
body.is-drawer-open .header-drawer-button__line-item:nth-child(1) {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
body.is-drawer-open .header-drawer-button__line-item:nth-child(2) {
  opacity: 0;
}
body.is-drawer-open .header-drawer-button__line-item:nth-child(3) {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.header-drawer-button__text {
  margin: 1em 0 -.5em;
  font-size: 11px;
  line-height: 1;
}


/*------------------------------------------------------------
  header-drawer-menu
------------------------------------------------------------*/

.header-drawer-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100vh;
  padding: 30px 20px 100px 20px;
  overflow-y: scroll;
  transition: right .3s;
}
body.is-drawer-open .header-drawer-menu {
  right: 0;
}
.header-drawer-menu__nav {
  margin-right: -20px;
}
.header-drawer-menu__search + .header-drawer-menu__nav {
  margin-top: 20px;
}
.header-drawer-menu__nav + .header-drawer-menu__button {
  margin-top: 40px;
}

@media screen and (min-width: 360px) {
  .header-drawer-menu {
    right: -285px;
    width: 285px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .header-drawer-menu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible;
  }
  .header-drawer-menu__search + .header-drawer-menu__nav {
    margin-top: 0;
  }
  .header-drawer-menu__search,
  .header-drawer-menu__button {
    display: none;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  header-search
------------------------------------------------------------*/

.header-search {
  position: relative;
}
.header-search__input {
  width: 100%;
  height: 100%;
  padding: .75em 65px .75em 15px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
.header-search__submit,
.header-search__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}
.header-search__submit {
  background: currentColor;
  transition: background-color .3s;
}
.header-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .header-search {
    width: 100%;
    max-width: 260px;
    border: 1px solid currentColor;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .header-search__input {
    font-size: 18px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  header-nav
------------------------------------------------------------*/

.header-nav__item {
  position: relative;
  transition: background-color .3s, color .3s;
}
.header-nav__link {
  padding: 1.2em 0;
  border-bottom: 1px solid currentColor;
}

@media screen and (min-width: 992px) {
  .header-nav {
    z-index: auto !important;
  }
  .header-nav__list {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .header-nav__list .header-nav__list {
    display: none;
  }
  .header-nav__item {
    position: static;
    width: 100%;
  }
  .header-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;;
    height: 100%;
    border-bottom: none !important;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .header-nav__link {
    font-size: 18px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  header-nav-child
------------------------------------------------------------*/

.header-nav-child {
  display: none;
  padding-left: 20px;
  border-bottom: 1px solid currentColor;
}
.header-nav-child__link {
  border-bottom: 1px dotted currentColor;
}
.header-nav-child__item:last-child .header-nav__link {
  border-bottom: none;
}

@media screen and (max-width: 959px) {
  .header-nav-child {
    background: none !important;
    color: currentColor !important;
  }
}

@media screen and (min-width: 992px) {
  .header-nav-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
    transform: translate3d(-50%, -100%, 0);
    width: 100vw;
    padding: 30px 60px 60px 30px;
    border-bottom: none;
    transition: transform .3s;
  }
  body.is-on .header-nav-child {
    display: flex;
  }
  body.ua-ie .header-nav__item:hover .header-nav-child {
    transform: translate3d(-50%, 0, 0);
  }
  .header-nav-child__item {
    width: 33.333%;
    padding: 30px 0 0 30px;
    border-bottom: none;
    background: none !important;
  }
  .header-nav-child__link {
    padding-left: 30px;
    border-left: 3px solid currentColor;
    background: #fff;
    text-align: left;
    transition: border-color .6s, color .3s;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .header-nav-child {
    padding: 30px 90px 60px 60px;
  }
  .header-nav-child__item {
    width: 25%;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1400px) {
  .header-nav-child {
    padding: 30px 120px 60px 90px;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .header-nav__item:hover .header-nav-child {
    transform: translate3d(-51%, 0, 0);
  }
}


/*------------------------------------------------------------
  header-accordion
------------------------------------------------------------*/

@media screen and (max-width: 959px) {
  .header-accordion {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(1em * 1.7 + 2.4em);
    height: calc(1em * 1.7 + 2.4em);
  }
  .header-accordion::before,
  .header-accordion::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background: currentColor;
    transition: opacity .6s, transform .3s;
  }
  .header-accordion::before {
    transform: translateX(-50%);
  }
  .header-accordion.is-on::before {
    opacity: 0;
  }
  .header-accordion::after {
    transform: translateX(-50%) rotate(90deg);
  }
  .header-accordion.is-on::after {
    transform: translateX(-50%) rotate(0);
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  header-button
------------------------------------------------------------*/
.header-button__item.-tel a {
  font-family: 'Roboto', sans-serif;
}
.header-button__item + .header-button__item {
  margin-top: 20px;
}
body.lp .header-button__item.-shop,
body.lp .header-button__item.-contact {
    display: none;
}
body.lp .header-button__item.-lp_form {
  display: block;
}
.header-button__item.-lp_form {
  display: none;
}
.header-button .primary-button {
  padding: 1em 40px;
  font-size: 16px;
}
.primary-button input {
  white-space: normal;
}
.header-button__item.-tel .primary-button {
  border: 1px solid currentColor;
}
.header-button .primary-button__icon.-tel {
  right: auto;
  left: calc(50% - 3.5em);
  font-size: 26px;
}
.primary-button.shop_btn {
  background-color: #1a1a1a;
}
.header-button__text {
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}
.primary-button.shop_btn:hover {
  border: 2px #1a1a1a solid;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.lp .header-button__item + .header-button__item {
    margin-top: 0px;
  }
  body.lp .primary-button:last-child {
    padding: 0.7em 30px 0.7em 10px;
  }
  body.lp .header-button {
    display: flex;
    align-items: baseline;
  }
  body.lp .header-button__item.-tel {
    position: relative;
    padding-left: 40px;
    line-height: 1;
    margin-right: 20px;
  }
  body.lp .primary-button__icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 1.5em;
  }
  body.lp .header-button__item.-tel .primary-button {
    position: static;
    padding: 0;
    border: none;
    color: currentColor;
    font-size: 30px;
    line-height: 1;
  }
  body.lp .header-button__item.-tel .primary-button {
    pointer-events: none;
  }
  body.lp .header-button .primary-button__icon.-tel {
    left: 0;
    font-size: 30px;
  }
  body.lp .header-button__text {
    margin-top: .5em;
    color: #000;
    font-size: 10px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .header-button {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .header-button__item {
    position: relative;
  }
  .header-button__item + .header-button__item {
    margin: 0 0 0 30px;
  }
  .header-button__item.-tel {
    padding-left: 40px;
    line-height: 1;
  }
  .header-button__item.-tel .primary-button__icon {
    top: 19px;
  }
  .header-button__item.-tel .primary-button {
    position: static;
    padding: 0;
    border: none;
    color: currentColor;
    font-size: 30px;
    line-height: 1;
  }
  .header-button__item.-tel .primary-button {
    pointer-events: none;
  }
  .header-button .primary-button__icon.-tel {
    left: 0;
    font-size: 30px;
  }
  .header-button__text {
    margin-top: .5em;
    color: #000;
    font-size: 10px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .header-button__item.-tel {
    padding-left: 45px;
  }
  .header-button__item.-tel .primary-button {
    font-size: 36px;
  }
  .header-button .primary-button__icon.-tel {
    font-size: 40px;
  }
  .header-button__text {
    font-size: 12px;
  }
  .header-button .primary-button {
    min-width: 230px;
    font-size: 18px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  footer
------------------------------------------------------------*/

.footer {
  padding: 0 20px;
}
body.lp .footer__main {
  display: none;
}

@media screen and (min-width: 576px) {
  .footer {
    padding: 0 30px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .footer {
    padding: 0 60px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .footer {
    padding: 0 90px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1400px) {
  .footer {
    padding: 0 120px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  footer-main
------------------------------------------------------------*/

.footer-main {
  padding: 60px 0;
}
.footer-main__info,
.footer-main__nav {
  display: none;
}

@media screen and (min-width: 992px) {
  .footer-main {
    display: flex;
    justify-content: space-between;
  }
  .footer-main__info {
    display: block;
    margin-top: 40px;
  }
  .footer-main__nav {
    display: block;
    margin-left: 60px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  footer-sub
------------------------------------------------------------*/

.footer-sub {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%) 60px;
  border-top: 1px solid #fff;
}
.footer-sub__copyright {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .footer-sub {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 30px calc(50vw - 50%);
  }
  .footer-sub__copyright {
    margin-top: 0;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  footer-logo
------------------------------------------------------------*/

.footer-logo {
  width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footer-logo {
    width: 260px;
    margin-left: 0;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  footer-info
------------------------------------------------------------*/

@media screen and (min-width: 992px) {
  .footer-info__text + .footer-info__text {
    margin-top: .5em;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  footer-nav
------------------------------------------------------------*/

@media screen and (min-width: 992px) {
  .footer-nav {
    display: flex;
  }
  .footer-nav__item + .footer-nav__item {
    margin-left: 30px;
  }
  .footer-nav__list .footer-nav__list {
    padding-left: 10px;
  }
  .footer-nav__list-link {
    padding: .4em 0;
    white-space: nowrap;
    transition: color .3s;
  }
  .footer-nav__list .footer-nav__list .footer-nav__list-link {
    position: relative;
    padding: .2em 0 .3em 20px;
  }
  .footer-nav__list-icon {
    position: absolute;
    top: .6em;
    left: 0;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .footer-nav__item + .footer-nav__item {
    margin-left: 60px;
  }
} /* ----- media END ----- */

/*------------------------------------------------------------
  footer-pagetop
  ------------------------------------------------------------*/

.footer-pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.footer-pagetop__text {
  margin-top: .5em;
}

@media screen and (min-width: 992px) {
  .footer-pagetop {
    flex-direction: row;
  }
  .footer-pagetop__text {
    margin: 0 0 0 10px;
  }

} /* ----- media END ----- */


/*------------------------------------------------------------
  footer-copyright
------------------------------------------------------------*/

.footer-copyright__text {
  display: block;
  font-size: 12px;
  text-align: center;
}
/* LP用 */
.top_official {
  font-size: 16px;
  position: relative;
  padding: .2em 0 .3em 20px;
}
.top_official span {
  position: absolute;
    top: 0.6rem;
    left: 0px;
}

.footer__sub_lp {
  display: none;
}
.footer__sub {
  display: block;
}
body.lp .footer__sub_lp {
  display: block;
}
body.lp .footer__sub {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_official {
    text-align: center;
  }
  .top_official span {
    left: 15px;
}
}



/*------------------------------------------------------------
  response-device
------------------------------------------------------------*/

.response-device {
  background: none !important;
}
.content__item:not(.-background) + .response-device {
  border-top: 1px solid currentColor;
}
.response-device__intro {
  color: #000;
  font-size: 16px;
  text-align: center;
}
.response-device__button-item + .response-device__button-item {
  margin-top: 20px;
}
.response-device__button-item.-tel a {
  font-family: 'Roboto', sans-serif;
}
.response-device__button .primary-button {
  font-size: 20px;
}
.response-device__button .primary-button__icon.-tel {
  right: auto;
  left: calc(50% - 3.8em);
  font-size: 33px;
}
.response-device__button-text {
  margin-top: .5em;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .response-device__button {
    display: flex;
    align-items: center;
  }
  .head-office .response-device__button {
    width: 60%;
    margin: 0 auto;
  }
  .head-office .content__column {
    padding-left: 0px;
  }
  .response-device__button-item {
    position: relative;
    width: 100%;
  }
  .response-device__button-item + .response-device__button-item {
    margin: 0 0 0 20px;
  }
  .response-device__button-item.-tel {
    width: auto;
    white-space: nowrap;
    pointer-events: none;
  }
  .response-device__button-item .primary-button {
    max-width: none;
  }
  .response-device__button-item.-tel {
    padding-left: 70px;
  }
  .response-device__button-item.-tel .primary-button {
    position: static;
    padding: 0;
    border: none;
    background: none;
    color: currentColor;
    font-size: 45px;
    line-height: 1;
    text-align: left;
  }
  .response-device__button .primary-button__icon.-tel {
    left: 0;
    font-size: 55px;
  }
  .response-device__button-text {
    text-align: left;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .response-device__button-item + .response-device__button-item {
    margin-left: 60px;
  }
  .response-device__button-item.-tel {
    padding-left: 70px;
  }
  .response-device__button-item.-tel .primary-button {
    font-size: 55px;
  }
  .response-device__button .primary-button__icon.-tel {
    font-size: 55px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  breadcrumb
------------------------------------------------------------*/

.breadcrumb {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 1em 20px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
.breadcrumb__link {
  font-size: 14px;
  transition: color .3s;
}
.breadcrumb__item:last-child .breadcrumb__link {
  color: #000;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    padding: 1em 60px;
  }
  .breadcrumb__link {
    font-size: 16px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .breadcrumb {
    padding: 1em 90px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1400px) {
  .breadcrumb {
    padding: 1em 120px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  article
------------------------------------------------------------*/

.article {
  opacity: 0;
  padding: 0 20px;
}
body.is-on .article {
  opacity: 1;
}
.article__mainvisual {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
.article__content {
  padding: 90px 0;
}
.article__main {
  width: 100%;
}
.article__sidebar {
  padding-top: 60px;
}

@media screen and (min-width: 576px) {
  .article {
    max-width: 576px;
    margin: 0 auto;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  .article {
    max-width: 1020px;
  }
  body.large .article {
    max-width: 1260px;
  }
  .article.-sidebar {
    max-width: 1540px;
  }
  .article.-sidebar .article__main {
    width: calc(100% - 300px);
  }
  .article__content {
    display: flex;
  }
  .article__sidebar {
    width: 330px;
    min-width: 330px;
    padding: 0 0 0 30px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .article {
    max-width: 1080px;
    padding: 0 60px;
  }
  body.large .article {
    max-width: 1320px;
  }
  .article__content {
    padding: 120px 0;
  }
  .article__sidebar {
    padding-left: 60px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .article {
    max-width: 1140px;
    padding: 0 90px;
  }
  body.large .article {
    max-width: 1380px;
  }
  .article__sidebar {
    padding-left: 90px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 1400px) {
  .article {
    max-width: 1200px;
    padding: 0 120px;
  }
  body.large .article {
    max-width: 1440px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  hero
------------------------------------------------------------*/

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  /* height: 100%; */
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  overflow: hidden;
  height: 148vw !important;
}
body.lp .hero {
  height: 197vw !important;
}
.hero.-medium {
  height: 70vh !important;
}
.hero.-small {
  height: 50vh !important;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero__catch {
  width: 80vw;
  position: absolute;
  top: 42vw;
}
body.lp .hero .hero__catch {
  width: 85vw;
  position: absolute;
  top: 8vw;
  left: 25px;
}
.hero__catch-text {
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 2px #000;
}
.hero__catch-text.-large {
  font-size: 36px;
  line-height: 1.5;
}
.hero__catch-text.-medium {
  margin-top: 1em;
  font-size: 20px;
}
.hero__catch-text.-small {
  margin-top: 1em;
}
.hero__image,
.hero__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.hero__image-slider {
  height: 100%;
}
.hero__image-item {
  height: 100%;
  background: center / cover;
}

/* 加盟店用 */
.hero_kamei_none {
  display: none;
}
.hero_kamei {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    overflow: hidden;
    height: 134vw !important;
}
.hero_kamei .hero__catch {
  width: 100vw;
  top: 37vw;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .hero_kamei .hero__catch {
    width: 50vw;
    top: 13vw;
    left: 25vw;
  }
}

@media screen and (min-width: 768px) {
  .hero {
    height: 36vw !important;
  }
  body.lp .hero {
    height: 40vw !important;
  }
  .hero_kamei {
    height: 39vw !important;
  }
  .hero__catch {
    width: 49vw;
    top: 10vw;
    left: 27vw;
  }
  body.lp .hero .hero__catch {
    width: 48vw;
    top: 3vw;
    left: 27vw;
  }
  .hero_kamei .hero__catch {
    width: 50vw;
    top: 13vw;
    text-align: center;
  }
  .hero__movie {
    background: none !important;
  }
  .hero__catch-text.-large {
    font-size: 60px;
  }
  .hero__catch-text.-medium {
    font-size: 30px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  mainvisual
------------------------------------------------------------*/

.mainvisual {
  padding: 30px 0;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mainvisual {
    padding: 60px 0;
    font-size: 40px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  content
------------------------------------------------------------*/

.content__item {
  position: relative;
  padding-top: 70px;
  padding-bottom: 90px;
}
.content__item.-background {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.content__item:first-child,
.content__item:not(.-background) + .content__item:not(.-background) {
  margin-top: -90px;
}
.content__item:not(.-background):first-child {
  padding-top: 30px;
}
.content__item:last-child {
  margin-bottom: -90px;
}
.content__column {
  position: static !important;
}
.content__column {
  padding-top: 20px;
}
.content__unit + .content__unit {
  padding-top: 20px;
}
.content__narrow {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .content__item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .content__item.-background {
    width: calc(100vw + 30px);
    margin-left: calc(50% - 50vw - 30px);
  }
  .content__item:first-child,
  .content__item:not(.-background) + .content__item:not(.-background) {
    margin-top: -120px;
  }
  .content__item:not(.-background):first-child {
    padding-top: 50px;
  }
  .content__item:last-child {
    margin-bottom: -120px;
  }
  .content__column {
    padding: 30px 0 0 30px;
  }
  .content__column.-column-12_12 {
    width: 100%;
  }
  .content__column.-column-11_12 {
    width: 91.666%;
  }
  .content__column.-column-10_12 {
    width: 83.333%;
  }
  .content__column.-column-9_12 {
    width: 75%;
  }
  .content__column.-column-8_12 {
    width: 66.666%;
  }
  .content__column.-column-7_12 {
    width: 58.333%;
  }
  .content__column.-column-6_12 {
    width: 50%;
  }
  .content__column.-column-5_12 {
    width: 41.666%;
  }
  .content__column.-column-4_12 {
    width: 33.333%;
  }
  .content__column.-column-3_12 {
    width: 25%;
  }
  .content__column.-column-2_12 {
    width: 16.666%;
  }
  .content__column.-column-1_12 {
    width: 8.333%;
  }
  .background.-reverse ~ .content__column {
    color: #fff;
  }
  .content__unit:only-child {
    height: 100%;
  }
  .content__unit + .content__unit {
    padding-top: 30px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  primary-title
------------------------------------------------------------*/

.primary-title {
  padding-top: .5em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.content__column:first-child .primary-title,
.background + .content__column .primary-title {
  padding-top: 0;
}
.primary-title__sub {
  display: block;
  font-size: 70%;
}
.primary-title::before {
  content: '';
  display: block;
  margin-top: calc(.5em * -.5);
}

@media screen and (min-width: 768px) {
  .primary-title {
    margin-bottom: 0;
    font-size: 46px;
  }
  .content__column + .content__column:not(.-column-12_12) .primary-title {
    padding-top: 0;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  secondary-title
------------------------------------------------------------*/

.secondary-title {
  padding: .5em 0 .2em;
  border-bottom: 2px solid currentColor;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.content__column:first-child .secondary-title,
.background + .content__column .secondary-title {
  padding-top: 0;
}
.secondary-title::before {
  content: '';
  display: block;
  margin-top: calc(.5em * -.5);
}

@media screen and (min-width: 768px) {
  .secondary-title {
    font-size: 30px;
  }
  .content__column + .content__column:not(.-column-12_12) .secondary-title {
    padding-top: 0;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  tertiary-title
------------------------------------------------------------*/

.tertiary-title {
  position: relative;
  padding: .5em 0 .2em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.content__column:first-child .tertiary-title,
.background + .content__column .tertiary-title {
  padding-top: 0;
}
.tertiary-title::before {
  content: '';
  display: block;
  margin-top: calc(.5em * -.5);
}
.tertiary-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: currentColor;
}

@media screen and (min-width: 768px) {
  .tertiary-title {
    font-size: 26px;
  }
  .content__column + .content__column:not(.-column-12_12) .tertiary-title {
    padding-top: 0;
  }
  .tertiary-title::after {
    width: 40px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  quaternary-title
------------------------------------------------------------*/

.quaternary-title {
  padding-top: .5em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.content__column:first-child .quaternary-title,
.background + .content__column .quaternary-title {
  padding-top: 0;
}
.quaternary-title::before,
.quaternary-title::after {
  content: '';
  display: block;
}
.quaternary-title::before {
  margin-top: calc(.5em * -.7);
}
.quaternary-title::after {
  margin-bottom: calc(.5em * -.7);
}

@media screen and (min-width: 768px) {
  .quaternary-title {
    font-size: 26px;
  }
  .content__column + .content__column:not(.-column-12_12) .quaternary-title {
    padding-top: 0;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  sentence
------------------------------------------------------------*/

.sentence::before,
.sentence::after {
  content: '';
  display: block;
}
.sentence::before {
  margin-top: calc(.5em * -.7);
}
.sentence::after {
  margin-bottom: calc(.5em * -.7);
}

@media screen and (min-width: 576px) {
  .sentence.-center {
    text-align: center;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  link
------------------------------------------------------------*/

.link {
  display: inline;
}
.link.-blank {
  position: relative;
  padding-right: 1.3em;
}
.link__inner {
  border-bottom: 1px solid currentColor;
  transition: border-color .3s;
}
body.ua-ie .link:hover .link__inner {
  border-color: transparent;
}
.link__icon {
  position: absolute;
  bottom: 0;
  right: .1em;
}

@media (hover: hover) {
  .link:hover .link__inner {
    border-color: transparent;
  }
}


/*------------------------------------------------------------
  note
------------------------------------------------------------*/

.note {
  display: inline-block;
  width: 100%;
  padding-left: 12px;
  color: #686E74;
  font-size: 85%;
  text-indent: -1.2em;
}
.note::before {
  content: '※ ';
}


/*------------------------------------------------------------
  emphasis
------------------------------------------------------------*/

.emphasis {
  font-weight: bold;
  font-style: normal;
}


/*------------------------------------------------------------
  marker
------------------------------------------------------------*/

.marker {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}


/*------------------------------------------------------------
  unordered-list
------------------------------------------------------------*/

.unordered-list li {
  position: relative;
  padding-left: 25px;
}
.unordered-list li + li {
  margin-top: .7em;
}
.unordered-list li::before {
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: currentColor;
}
.unordered-list span {
  color: #000;
}


/*------------------------------------------------------------
  ordered-list
------------------------------------------------------------*/

.ordered-list li {
  counter-increment: ol;
  position: relative;
  padding-left: 25px;
}
.ordered-list li + li {
  margin-top: .7em;
}
.ordered-list li::before {
  content: counter(ol) '.';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.ordered-list span {
  color: #000;
}


/*------------------------------------------------------------
  media
------------------------------------------------------------*/

.media {
  text-align: center;
}
.media__link {
  position: relative;
}
.media__icon {
  display: none;
}
.media__link[href*=".jpg"] .media__icon,
.media__link[href*=".png"] .media__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
}
.media__caption {
  margin-top: 1em;
}


/*------------------------------------------------------------
  table
------------------------------------------------------------*/

.table {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table::-webkit-scrollbar {
  display:none;
}
.table table {
  overflow: hidden;
}
.table th,
.table td {
  padding: 1em 15px;
}
.table th {
  text-align: left;
}
.content__item.-background .table th {
  background: #f5f5f5 !important;
}
.content__item.-background .table td {
  background: #fff;
}
.table td + td {
  border-top: 1px solid #DDE1E5;
}
.table .acms-cell-text-center {
  text-align: center;
}
.table .acms-cell-text-right {
  text-align: right;
}
.table .acms-admin-cell-text-nowrap {
  white-space: nowrap;
}
.table .acms-admin-cell-text-bold {
  font-weight: bold;
}
.table .acms-cell-text-center {
  vertical-align: middle;
}

.table .acms-cell-text-bottom {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .table th,
  .table td {
    display: block;
  }
  .table .acms-table-scrollable th,
  .table .acms-table-scrollable td,
  .table.scroll-hint th,
  .table.scroll-hint td {
    display: table-cell;
    white-space: nowrap;
  }
  .table .acms-table-scrollable th + th,
  .table.scroll-hint th + th {
    border-left: 1px solid #fff;
  }
  .table .acms-table-scrollable td + td,
  .table.scroll-hint td + td {
    border-left: 1px solid #DDE1E5;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  .table th,
  .table td {
    padding: 1.3em 30px;
  }
  .table th {
    white-space: nowrap;
  }
  .table tr + tr th {
    border-top: 1px solid #fff;
  }
  .table th+ th {
    border-left: 1px solid #fff;
  }
  .table tr + tr td {
    border-top: 1px solid #DDE1E5;
  }
  .table td + td {
    border-top: none;
    border-left: 1px solid #DDE1E5;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  map
------------------------------------------------------------*/

.map {
  z-index: 0;
  width: 100%;
  height: 400px;
  pointer-events: none;
}


/*------------------------------------------------------------
  background
------------------------------------------------------------*/

.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: center / cover;
}


/*------------------------------------------------------------
  primary-button
------------------------------------------------------------*/

.primary-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 30px;
  border: 2px solid transparent;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: border-color .6s, background-color .6s, color .3s;
}
body.lp .primary-button:last-child {
  padding: 1em 30px 1em 10px;
}
body.ua-ie .primary-button:hover {
  border-color: currentColor;
  background-color: transparent !important;
}
.primary-button__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.primary-button.-reverse .primary-button__icon {
  right: auto;
  left: 15px;
}

@media screen and (min-width: 576px) {
  .primary-button {
    max-width: 380px;
    margin: 0 auto;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .primary-button:hover {
    border-color: currentColor;
    background-color: transparent !important;
  }
}


/*------------------------------------------------------------
  secondary-button
------------------------------------------------------------*/

.secondary-button {
  position: relative;
  margin-top: -21px;
  padding: 1em 60px 1em 20px;
  border: 1px solid currentColor;
  line-height: 1.5;
  transition: background .3s;
}
.secondary-button {
  background: #fff;
}
.secondary-button__text {
  color: #000;
  transition: color .3s;
}
body.ua-ie .secondary-button:hover .secondary-button__text {
  color: #fff;
}
.secondary-button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding-top: .1em;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .content__column:first-child .secondary-button,
  .content__column.-column-12_12 + .content__column .secondary-button {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .secondary-button {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 58px;
    margin-top: -31px;
  }
  .content__column.-column-6_12 .secondary-button {
    width: calc(100% + 15px);
  }
  .content__column.-column-4_12 .secondary-button {
    width: calc(100% + 20px);
  }
  .content__column.-column-3_12 .secondary-button {
    width: calc(100% + 22.5px);
  }
  .content__column:first-child .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-6_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-6_12 + .content__column.-column-6_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button {
    margin-top: 0;
  }
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button {
    margin-left: -8px;
  }
  .content__column.-column-12_12 + .content__column.-column-6_12 + .content__column.-column-6_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-6_12 + .content__column.-column-6_12 + .content__column.-column-6_12 + .content__column.-column-6_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-6_12 + .content__column.-column-6_12 + .content__column.-column-6_12 + .content__column.-column-6_12 + .content__column.-column-6_12 + .content__column.-column-6_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button {
    margin-left: -16px;
  }
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 + .content__column.-column-3_12 .secondary-button {
    margin-left: -24px;
  }
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button {
    margin-left: -11px;
  }
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button,
  .content__column.-column-12_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 + .content__column.-column-4_12 .secondary-button {
    margin-left: -22px;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .secondary-button:hover .secondary-button__text {
    color: #fff;
  }
}


/*------------------------------------------------------------
  primary-card
------------------------------------------------------------*/

.content__item:not(.-background) .primary-card__link {
  padding: 20px;
  border: 1px solid #DDE1E5;
  transition: border-color .3s;
}
body.ua-ie .content__item:not(.-background) .primary-card__link:hover {
  border-color: currentColor;
}
.content__item.-background .primary-card__link .primary-card__head {
  overflow: hidden;
}
.content__item.-background .primary-card__link .primary-card__image {
  transition: transform .3s;
}
body.ua-ie .content__item.-background .primary-card__link:hover .primary-card__image {
  transform: scale3d(1.1, 1.1, 1);
}
.primary-card__body {
  padding-top: 10px;
}
.content__item.-background .primary-card__body {
  padding: 20px 25px;
  background: #fff;
}
.primary-card__title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.primary-card__sentence {
  color: #000;
  text-align: center;
}
.primary-card__title + .primary-card__sentence {
  margin-top: .3em;
}

@media screen and (min-width: 768px) {
  .primary-card,
  .primary-card__link,
  .primary-card__body {
    height: 100%;
  }
  .primary-card {
    overflow: hidden;
  }
  .content__item:not(.-background) .primary-card__link {
    padding: 30px;
  }
  .primary-card__body {
    padding-top: 10px;
  }
  .content__item.-background .primary-card__body {
    padding: 25px 30px;
  }
  .primary-card__title {
    font-size: 22px;
  }
  .primary-card__title + .primary-card__sentence {
    margin-top: .5em;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .content__item:not(.-background) .primary-card__link:hover {
    border-color: currentColor;
  }
  .content__item.-background .primary-card__link:hover .primary-card__image {
    transform: scale3d(1.1, 1.1, 1);
  }
}


/*------------------------------------------------------------
  secondary-card
------------------------------------------------------------*/

.secondary-card {
  padding: 20px;
  color: #fff;
}
.secondary-card__body {
  padding-top: 20px;
}
.secondary-card__title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: color .3s;
}
.secondary-card__sentence {
  color: #fff !important;
}
.secondary-card__title + .secondary-card__sentence {
  margin-top: .3em;
}

@media screen and (min-width: 768px) {
  .secondary-card,
  .secondary-card__link {
    height: 100%;
  }
  .secondary-card {
    padding: 30px;
  }
  .secondary-card__body {
    padding-top: 25px;
  }
  .secondary-card__title {
    font-size: 26px;
  }
  .secondary-card__title + .secondary-card__sentence {
    margin-top: .5em;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  accordion
------------------------------------------------------------*/

.accordion {
  padding: 0 20px;
}
.content__item.-background .accordion {
  background: #fff;
}
.accordion__head {
  position: relative;
  padding: 15px 30px 15px 0;
  cursor: pointer;
}
.content__item:not(.-background) .accordion__head {
  color: #fff;
}
.accordion__head-sentence {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.accordion__head-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.accordion__head-icon::before,
.accordion__head-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity .6s, transform .3s;
}
.accordion__head-icon::after {
  transform: rotate(90deg);
}
.accordion__head.is-on .accordion__head-icon::before  {
  opacity: 0;
}
.accordion__head.is-on .accordion__head-icon::after  {
  transform: rotate(0);
}
.accordion__body {
  display: none;
  padding: 15px 0;
  border-top: 1px solid currentColor;
}
.accordion__body-sentence {
  color: #000;
}
.content__item:not(.-background) .accordion__body-sentence {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .accordion {
    padding: 0 30px;
  }
  .accordion__head {
    padding: 25px 40px 25px 0;
  }
  .accordion__head-sentence {
    font-size: 24px;
  }
  .accordion__body {
    padding: 25px 0;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  archive-list
------------------------------------------------------------*/

.archive-list__link {
  position: relative;
  padding: 20px 0;
  transition: color .3s;
}
.archive-list__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.archive-list__date {
  font-family: 'Roboto', sans-serif;
}
.archive-list__category {
  padding: .5em 20px;
  color: #000;
  font-size: 12px;
}
.archive-list__info + .archive-list__title {
  margin-top: .7em;
}
.archive-list__line,
.archive-list__line-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.content__item.-background .archive-list__line {
  background: #fff !important;
}
.archive-list__line-inner {
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: transform .3s;
}
body.ua-ie .archive-list__link:hover .archive-list__line-inner {
  transform: scale3d(1, 1, 1);
}

@media screen and (min-width: 768px) {
  .archive-list__link {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
  }
  .archive-list__info {
    transform: translateY(.15em);
    white-space: nowrap;
  }
  .archive-list__category {
    margin-left: 60px;
  }
  .archive-list__info + .archive-list__title {
    margin: 0 0 0 60px;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .archive-list__link:hover .archive-list__line-inner {
    transform: scale3d(1, 1, 1);
  }
}


/*------------------------------------------------------------
  archive-thumbnail
------------------------------------------------------------*/

.archive-thumbnail {
  margin-top: -20px;
}
.archive-thumbnail__item {
  padding-top: 20px;
}
.archive-thumbnail__link {
  transition: color .3s;
}
.archive-thumbnail__body {
  padding: 20px;
}
.content__item.-background .archive-thumbnail__body {
  background: #fff !important;
}
.archive-thumbnail__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.archive-thumbnail__category {
  padding: .5em 10px;
  color: #fff;
  font-size: 12px;
}
.archive-thumbnail__title {
  margin-top: .7em;
}
.archive-thumbnail__date {
  font-size: 14px;
}

@media screen and (min-width:768px) and ( max-width:1000px) {
  .archive-thumbnail__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .archive-thumbnail__category {
    max-width: 95px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .archive-thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
  }
  .archive-thumbnail__item {
    width: 25%;
    padding: 30px 0 0 30px;
  }
  .archive-thumbnail__link,
  .archive-thumbnail__body {
    height: 100%;
    overflow: hidden;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  archive-slider
------------------------------------------------------------*/

.archive-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.archive-slider__item {
  height: auto;
  padding: 0 40px;
}
.archive-slider__link {
  height: 100%;
  transition: background .3s;
}
.content__item.-background .archive-slider__link {
  background: #fff;
}
body.ua-ie .archive-slider__link:hover {
  background: currentColor !important;
}
.archive-slider__body {
  padding: 20px;
}
.archive-slider__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  transition: color .3s;
}
body.ua-ie .archive-slider__link:hover .archive-slider__title {
  color: #fff;
}
.archive-slider__sentence {
  margin-top: .5em;
  color: #000;
  transition: color .3s;
}
body.ua-ie .archive-slider__link:hover .archive-slider__sentence {
  color: #fff;
}
.archive-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 30px;
  height: 80px;
  font-size: 25px;
  cursor: pointer;
}
.archive-slider__arrow.-prev {
  left: 0;
}
.archive-slider__arrow.-next {
  right: 0;
}
.archive-slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.archive-slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  background-color: #fff;
  border: 1px solid currentColor;
}
.content__item.-background .archive-slider__pagination .swiper-pagination-bullet  {
  border: none;
}
.archive-slider__pagination .swiper-pagination-bullet-active {
  background-color: currentColor;
}

@media screen and (min-width: 576px) {
  .archive-slider__item {
    padding: 0;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  .archive-slider__body {
    padding: 30px;
  }
  .archive-slider__title {
    font-size: 24px;
  }
  .archive-slider__arrow {
    width: 40px;
    height: 100px;
  }
  .archive-slider__pagination {
    margin-top: 45px;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .archive-slider__link:hover {
    background: currentColor !important;
  }
  .archive-slider__link:hover .archive-slider__title,
  .archive-slider__link:hover .archive-slider__sentence {
    color: #fff;
  }
}


/*------------------------------------------------------------
  category
------------------------------------------------------------*/

.category {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
.category__title {
  transform: translateY(.6em);
  margin-right: 20px;
  white-space: nowrap;
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.category__item {
  padding: 10px 0 0 10px;
}
.category__link {
  padding: .5em 20px;
  border: 1px solid currentColor;
  transition: color .6s, background-color .3s;
}
body.ua-ie .category__link:hover {
  background-color: currentColor;
}
.category__link.-current {
  background-color: currentColor;
  pointer-events: none;
}
.category__link-inner {
  color: #000;
  transition: color .3s;
}
body.ua-ie .category__link:hover .category__link-inner,
.category__link.-current .category__link-inner {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .category {
    font-size: 16px;
  }
} /* ----- media END ----- */

@media (hover: hover) {
  .category__link:hover {
    background-color: currentColor;
  }
  .category__link:hover .category__link-inner {
    color: #fff;
  }
}


/*------------------------------------------------------------
  pager
------------------------------------------------------------*/

.pager {
  display: flex;
  justify-content: center;
}
.pager__button,
.pager__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 50px;
  color: #fff;
}
.pager__button-link {
  border: 1px solid transparent;
  transition: border-color .6s, background-color .6s, color .3s;
}
body.ua-ie .pager__button-link:hover {
  border: 1px solid currentColor;
  background-color: #fff !important;
}
.pager__button-icon {
  font-size: 20px;
}
.pager__button-icon.-prev {
  margin: 0 20px 0 -30px;
}
.pager__button-icon.-next {
  margin: 0 -30px 0 20px;
}
.pager__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  letter-spacing: -.1em;
}

@media (hover: hover) {
  .pager__button-link:hover {
    border: 1px solid currentColor;
    background-color: #fff !important;
  }
}


/*------------------------------------------------------------
  entry-head
------------------------------------------------------------*/

.entry-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.entry-head__date {
  font-weight: bold;
}
.entry-head__category {
  margin-top: 10px;
  padding: .5em 20px;
  font-size: 12px;
}
.entry-head__sns {
  display: flex;
}
.entry-head__sns-item {
  width: 30px;
}
.entry-head__sns-item + .entry-head__sns-item {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .entry-head__info {
    display: flex;
    align-items: center;
  }
  .entry-head__category {
    margin: 0 0 0 30px;
  }
  .entry-head__sns-item {
    width: 40px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  sidebar
------------------------------------------------------------*/

.sidebar__item + .sidebar__item {
  margin-top: 30px;
}
.sidebar__head {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.sidebar__head + .sidebar__body {
  margin-top: 10px;
}
.sidebar__list-link {
  position: relative;
  padding: 1em 0 1em 25px;
  transition: color .3s;
}
.sidebar__list-icon {
  position: absolute;
  left: 0;
}
.sidebar__list-icon.-arrow {
  font-size: 20px;
  top: .8em;
}
.sidebar__list-icon.-calendar {
  top: 1.35em;
}
.sidebar__list-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

/*------------------------------------------------------------
  youtube
------------------------------------------------------------*/

.youtube {
  width: 100%;
  height: calc(89.333vw * .5625);
}

@media screen and (min-width: 576px) {
  .youtube {
    height: 281.25px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  .youtube {
    height: 511.88px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  form
------------------------------------------------------------*/

.form__term {
  position: relative;
  padding-left: 40px;
}
.form__batch {
  position: absolute;
  top: .2em;
  left: 0;
  width: 30px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.form__batch.-must {
  background: #b23333;
}
.form__batch.-any {
  background: #000;
}
.form__batch.-must + .form__batch.-any {
  display: none;
}
.form__border {
  border: 1px solid currentColor;
}
.form__table input,
.form__table select,
.form__table textarea {
  display: block;
  width: 100%;
  padding: .5em 10px;
  color: #000;
  font-size: 16px;
}
.form__table select {
  cursor: pointer;
}
.form__table .sentence.-center {
  text-align: center;
}
.form__select {
  position: relative;
}
.form__select-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 60%;
  padding: .1em .1em 0 0;
  border-left: 1px solid currentColor;
  font-size: 25px;
  pointer-events: none;
}
.form__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.form__list-item {
  width: 50%;
  padding: 15px 0 0 15px;
}
.form__option input {
  display: none;
}
.form__option label {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.form__option-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: .2s;
}
.form__option input:checked + label {
  background: none;
}
.form__option input:checked + label .form__option-icon {
  background: currentColor;
}
.form__option input:checked + label .form__option-icon-inner {
  opacity: 1;
}
.form__option.-radio .form__option-icon {
  border-radius: 100%;
}
.form__option.-radio .form__option-icon-inner {
  content: '';
  opacity: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #fff;
}
.form__option.-check .form__option-icon-inner {
  opacity: 0;
  color: #fff;
  font-size: 20px;
}
.form__button {
  margin-top: 30px;
}
.form__button > * {
  width: 100%;
  text-align: center;
}
.form__button > * + * {
  margin-top: 20px;
}
.form__item + .form__item {
  margin-top: 1em;
}
.form__button.-zoho {
  display: block;
  text-align: center;
}
.form__button.-zoho button {
  display: inline-block;
}

/* エラー表示 */
.form__error-text {
  display: none;
}
.form__error .form__error-text {
  display: block;
  margin-top: 1em;
  color: #b23333;
}
.form__error .form__border {
  border-color: #b23333;
  background: #fdf0f0;
}

@media screen and (min-width: 768px) {
  .form__batch {
    top: .4em;
  }
  .form__button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 40px;
  }
  .form__button > * + * {
    margin: 0 30px 0 0;
  }
} /* ----- media END ----- */

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
}

/*------------------------------------------------------------
  hover
------------------------------------------------------------*/

.hover-opacity {
  transition: opacity .3s;
}
body.ua-ie .hover-opacity:hover {
  opacity: .6;
}

@media (hover: hover) {
  .hover-opacity:hover {
    opacity: .6;
  }
}


/*------------------------------------------------------------
  hide
------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  theme
------------------------------------------------------------*/

.theme-background-main {
  color: #fff;
}


/*------------------------------------------------------------
  smartphoto
------------------------------------------------------------*/

.smartphoto {
  z-index: 999999 !important;
}

/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
/* 注意書き */
.attention {
  color: #9d988e;
  display: block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.attention::before {
  content: "※ ";
}
/* ご相談からお手伝いまでの流れ */
.top_flow-box__list-txt__num {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  font-size: 24px;
  width: 53px;
  height: 53px;
  text-align: center;
  border-radius: 50px;
  line-height: 2.3;
  margin-right: 20px;
  position: absolute;
  top: -5px;
  left: 0;
  font-family: 'Roboto', sans-serif;
}
.top_flow-box__list-txt_box {
  position: relative;
}
p.top_page__flow-box__list-txt {
}
@media screen and (max-width: 768px) {
  .top_flow-box__list-txt_box {
    padding-left: 50px;
    margin: 20px 0 40px 0;
  }
  p.top_page__flow-box__list-txt {
    margin-left: -50px;
    margin-top: 15px;
  }
  .top_flow-box__list-txt_box h3 {
    font-size: 22px;
}
  .top_flow-box__list-txt__num {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 2;
    top: 0px;
  }
  .top_flow-box__list_inner {
    display: flex;
    flex-direction: column-reverse;
}
.top_flow-box__list-img img {
  width: 100%;
}
}
@media screen and (min-width: 768px) {
  .top_flow-box__list-txt__num {
  top: 8px;
  left: 15px;
  }
  .top_page__flow-box__list li:not(:last-child) .top_flow-box__list-txt_box:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: -webkit-calc(100% + 60px);
  height: calc(100% + 60px);
  position: absolute;
  left: 42px;
  top: 22px;
  background: #cccccc;
  }
  .top_flow-box__list-txt_box {
      flex-basis: 55%;
      max-width: 55%;
      padding-left: 85px !important;
      padding-top: 20px;
  }
  .top_flow-box__list-txt_box,
  .top_flow-box__list-img {
      padding: 0 15px;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
  .top_flow-box__list-txt_box h3 {
  font-size: 30px;
  margin-bottom: 20px;
  }
  .top_flow-box__list-img {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
  margin-bottom: 0;
  }
  .top_flow-box__list_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  }
  .top_page__flow-box__list li:not(:last-child) {
  margin-bottom: 60px;
  }
}/* ----- media END ----- */
/* キャンペーンバナー */
.bnr_campaign img {
  margin: 60px auto 0px auto;
}
.bnr_campaign.himeji_2bnr img {
  margin: 0 auto 0px auto;
}
.bnr_campaign:hover {
  opacity: .7;
  transition: .6s;
}
/* お支払い */
.pay_img img {
  margin: 0 auto;
}
/* テキスト装飾 */
.price_color {
  color: #cca51d;
}
.price_large {
  font-size: 40px;
}
.table_base-price {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .price_large {
    font-size: 35px;
  }
  .table_base-price {
    font-size: 20px;
  }
}

/*------------------------------------------------------------
  response-device_2
------------------------------------------------------------*/
.problem-row01-in {
  padding-left: 40px;
  max-width: 1200px;
  margin: 150px auto 0 auto;
  text-align: center;
  position: relative;
}
.problem-row01-in.shop_res,
.problem-row01-in.shop_res_himeji {
  margin: 0px auto;
}
  .response_box__inner {
  background: #ffffff;
  border: 2px #cca51d solid;
}
h2.res_ttl {
  background: #cca51d;
  padding: 20px 0;
  position: relative;
  color: #ffffff;
  font-size: 35px;
}
.shop_res h2.res_ttl:after {
  content: none;
}
  h2.res_ttl:before {
  content: "";
  width: 183px;
  height: 183px;
  background: url(../image/res_free.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 90%;
  left: -60px;
  top: -40px;
}
  h2.res_ttl:after {
    content: "";
    display: inline-block;
    background: url(../image/res_human.png);
    background-repeat: no-repeat;
    width: 169px;
    height: 180px;
    top: -74px;
    position: absolute;
    right: 25px;
    background-size: 100%;
}
.response_box__txt {
  padding: 40px;
}
.problem-row01-in .response-device__button-item.-tel p {
  text-align: center;
}
.response_box__txt .-tel {
  color: #cca51d;
}
.response-device__button-item.-tel .primary-button__icon {
  top: 30px;
}
@media screen and (max-width: 767px) {
  .problem-row01-in {
    padding-left: 15px;
    margin: 100px auto 0 auto;
}
  h2.res_ttl {
    font-size: 25px;
  }
  .response_box__txt {
    padding: 20px;
}
h2.res_ttl:before {
  background-size: 50%;
  left: -30px;
  top: -70px;
}
h2.res_ttl:after {
  display: none;
}
.response_box__txt .txt_center {
  text-align: left;
}
.response_box__txt .primary-button__text {
  font-size: 18px;
}
}/* ----- media END ----- */

/*------------------------------------------------------------
  feed-thumbnails
------------------------------------------------------------*/
.feed-thumbnails {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background: #fff;
}
.feed-thumbnails img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------
  form(店舗LP)
------------------------------------------------------------*/
.shop_form_item {
  margin-top: -160px !important;
}
@media screen and (min-width: 768px) {
  .shop_form_item {
    margin-top: -220px !important;
  }
}
/*------------------------------------------------------------
  会社概要
------------------------------------------------------------*/
img.ceo_name {
  width: 120px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  img.ceo_name {
    width: 140px;
  }
}


/*------------------------------------------------------------
  fix-bnr
------------------------------------------------------------*/
.fix-bnr {
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.fix-bnr.is-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.fix-bnr__inner {
  position: relative;
}
.fix-bnr__body {
  box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
  border-radius: 5px;
  overflow: hidden;
}
.fix-bnr__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #000;
  text-align: center;
  cursor: pointer;
}
.fix-bnr__icon {
  line-height: 25px;
  font-size: 18px;
  color: #fff;
}
.is-drawer-open .fix-bnr {
  opacity: 0;
  visibility: hidden;
}
.fix-bnr.is-close {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .fix-bnr {
    width: 230px;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .fix-bnr__close {
    width: 30px;
    height: 30px;
  }
  .fix-bnr__icon {
    line-height: 30px;
  }
} /* ----- media END ----- */


/*------------------------------------------------------------
  movie-box
------------------------------------------------------------*/
.movie-box {
  max-width: 760px;
  margin: 0 auto;
}
.movie-box__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie-box__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*------------------------------------------------------------
  先行予約
------------------------------------------------------------*/  
.primary-title-sbu{
    font-size:20px;
    line-height:160%;
}
.reserve_box,
.reserve_box02{
  border:3px solid #48b78f;
}
.reserve_box02{
  border-color:#c5a023;
}
.reserve_ttl,
.reserve_ttl02{
  background:#48b78f;
  color:#fff;
  text-align:center;
  font-size:20px;
  padding:5px;
}
.reserve_ttl02{
  background:#c5a023;
}
.reserve_txt{
  padding: 10px 15px 10px;
}
.reserve_txt-sbu{
  text-align:center;
  background:#f1f1f1;
  padding:5px;
}
.price_color02{
    color:#aa3231;
}
.price_fs-l{
    font-size:20px;
}
.price_fs-s{
    font-size:12px;
}
dl.reserve_menu div{
  position: relative;
  display: flex;
  justify-content: space-between;
}
dl.reserve_menu div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #dde0e4;
}
dl.after-top div::after{
  top: 40%;
}
dl.reserve_menu dt{
  margin:0;
  padding: 10px 15px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  line-height: 110%;
}
dl.reserve_menu dd{
  margin:0;
  padding: 0 0 0 15px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
}



@media screen and (min-width: 768px) {
    .primary-title-sbu{
        font-size:30px;
    }
    .reserve_box,
    .reserve_box02{
        font-size:20px;
    }
    .reserve_ttl,
    .reserve_ttl02{
        font-size:30px;
        padding:5px;
    }
    .reserve_txt{
        padding: 20px 35px 30px;
    }
    .price_fs-l{
        font-size:30px;
    }
    .price_fs-s{
        font-size:16px;
    }
    dl.reserve_menu dt{
        padding: 15px 15px 0 0;
    }
    .reserve_txt-sbu{
        margin:20px 0;
    }    
}

.spring_campaign{
  margin-bottom: 60px;
}
.spring_campaign h3 {
  font-size: 28px;
  background: #e08174;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.spring_content {
  padding: 60px 40px;
  background:#f4ecea;
  margin-bottom: 60px;
}
.spring_box{
  margin-bottom: 40px;
}
.spring_box:last-child{
  margin-bottom: 0;
}
.spring_content h4 {
  color: #e08174;
  font-size: 24px;
  position: relative;
  padding: 0.5em 0 0.2em;
  font-weight: bold;
  line-height: 1.5;
}
.spring_content h4::before {
  content: '';
  display: block;
  margin-top: calc(0.5em * -.5);
}
.spring_content h4::after {
  width: 40px;
}
.spring_content h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: currentColor;
}
.spring_content h4 span {
  font-size: 18px;
}
.spring_tbl{
  padding: 30px 0 20px 0;
}
.spring_tbl td{
  font-size: 16px;
  padding: 20px;
  text-align: left;
  color: #000;
  background: #fff;
}
.spring_tbl th {
  background: #e08174;
  color: #fff;
  padding: 20px;
  text-align: left;
  font-size: 16px;
}
.spring_tbl th+ th {
  border-left: 1px solid #fff;
}
.spring_tbl tr + tr td {
  border-top: 1px solid #DDE1E5;
}
.spring_tbl td + td {
  border-top: none;
  border-left: 1px solid #DDE1E5;
}
.tc{
  text-align: center!important;
}
.spring_annotation p{
  font-size: 14px;
  color: #686E74;
}
.spring_color{
  color:#e08174;
}
.spring_tbl th.spring_option {
  background: #f0ddd8;
  color:#e08174;
}
.general_content h4 {
  color: #cca51d;
  font-size: 24px;
  position: relative;
  padding: 0.5em 0 0.2em;
  font-weight: bold;
  line-height: 1.5;
}
.general_content h4::before {
  content: '';
  display: block;
  margin-top: calc(0.5em * -.5);
}
.general_content h4::after {
  width: 40px;
}
.general_content h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: currentColor;
}
.general_content h4 span {
  font-size: 18px;
}
.general_box{
  margin-bottom: 40px;
}
.general_box:last-child{
  margin-bottom: 0;
}
.general_tbl{
  padding: 30px 0 20px 0;
}
.general_tbl td{
  font-size: 16px;
  padding: 20px;
  text-align: left;
  color: #000;
  background: #fff;
}
.general_tbl th {
  background: #f1f1f1;
  color: #000;
  padding: 20px;
  text-align: left;
  font-size: 16px;
}
.general_tbl th+ th {
  border-left: 1px solid #fff;
}
.general_tbl tr + tr td {
  border-top: 1px solid #DDE1E5;
}
.general_tbl td + td {
  border-top: none;
  border-left: 1px solid #DDE1E5;
}
.general_annotation p{
  font-size: 14px;
  color: #686E74;
}

@media screen and (max-width: 767px){
.spring_campaign h3 {
  font-size: 21px;
}
.spring_box {
  margin-bottom: 20px;
}
.spring_content {
  padding: 40px 20px;
  margin-bottom: 40px;
}
.spring_content h4 {
  font-size: 18px;
}
.spring_content h4 span {
  font-size: 14px;
}
.spring_tbl th {
  padding: 10px;
  font-size: 14px;
}
.spring_tbl td{
  padding: 10px;
  font-size: 14px;
}
.spring_tbl{
  padding: 20px 0 10px 0;
}
.spring_annotation p{
  font-size: 12px;
}
.general_content h4 {
  font-size: 18px;
}
.general_content h4 span {
  font-size: 14px;
}
.general_box {
  margin-bottom: 20px;
}
.general_tbl th {
  padding: 10px;
  font-size: 14px;
}
.general_tbl td{
  padding: 10px;
  font-size: 14px;
}
.general_tbl{
  padding: 20px 0 10px 0;
}
.general_annotation p{
  font-size: 12px;
}
}

/*------------------------------------------------------------
  加盟店募集
------------------------------------------------------------*/  
.c-section__title {
  font-size: min(38 / 900 * 100vw, 38px);
}
.c-section__title.-center {
  text-align: center;
}

span.corp__color {
  color: #a78f5f;
}

.corp__arrow--wrap {
  text-align: center;
  margin: 20px 0;
}

.corp__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 120px 0 120px;
  border-color: #f9f2e2 transparent transparent transparent;
}

.corp__merit--title {
  color: #b88e68;
  text-align: center;
  font-size: 1.2em;
}

.corp__merit--color {
  color: #b88e68;
}

.c-point__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.c-point__container:nth-child(n + 2) {
  position: relative;
}

.c-point__container:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-175%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 0 4vw 2.67vw;
  border-color: transparent transparent transparent #b88e68;
}

.corp__target--small {
  font-size: 0.8em;
  font-weight: 400;
  text-align: right;
  width: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-top: 60px;
}

.c2__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7%;
}

.c2__img {
  position: relative;
}

.c2__img::before {
  content: "";
  display: block;
  padding-top: calc(411 / 746 * 100%);
}

.c2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c2__img.-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c2__contents {
  padding: 40px 0 0;
  text-align: center;
}

.c__text span {
  color: #B18C4E;
}

.c2__text {
  font-size: min(18 / 900 * 100vw, 18px);
}

.c2__text span.right {
  color: inherit;
  display: block;
  text-align: right;
}

.c__text.-center {
  text-align: center;
}

.c__text {
  font-size: min(18 / 900 * 100vw, 18px);
}

.c-text__md {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.c-text__textmd {
  font-size: 1.35em;
  margin: 1em 0;
}

.c-text__textmd.-center {
  text-align: center;
}

.c3__img {
  width: 80%;
  margin: 0 auto;
}

.c3__contents {
  margin-top: min(40 / 1500 * 100vw, 40px);
}

.c__point {
  position: relative;
  margin-top: 40px;
}

.c__point--number {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c__point--number span {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  font-size: min(16 / 900 * 100vw, 16px);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.c__point--number span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B18C4E;
  transform: skew(-20deg);
  box-shadow: 3px 3px 0px rgb(250, 249, 237, 0.75);
  z-index: -1;
}

.c2-row__container {
  display: flex;
  align-items: center;
  column-gap: 8%;
  row-gap: 20px;
  padding: 40px;
  border: 2px solid #B18C4E;
  background-color: #fff;
  margin-top: 60px;
}

.c2-row__container.-reverse {
  flex-direction: row-reverse;
}

.c2-row__contents {
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
}

.c2-row__lead {
  color: #B18C4E;
  font-size: min(30 / 900 * 100vw, 30px);
  font-weight: 700;
  text-align: center;
}

.c2-row__text {
  margin-top: 2em;
}

.c-margin20 {
  margin-top: 20px;
}

.c-margin40 {
  margin-top: 40px;
}

.c-margin60 {
  margin-top: 60px;
}

.c-point__container {
  width: min(300 / 1200 * 100vw, 300px);
  height: min(300 / 1200 * 100vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  padding: 40px;
}

.border {
  padding: 100px 40px 60px;
  position: relative;
  z-index: 1;
}

.border::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #EFE9DF, #EFE9DF 5px, #F7F2E1 5px, #F7F2E1 10px);
  z-index: -2;
}

.border::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  top: 6px;
  background-color: #fff;
  z-index: -1;
}

.border__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #fff;
}

.tertiary-title.-center {
  text-align: center;
}

.c-section__title.tertiary-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.c-pc {
  display: block;
}

@media screen and (max-width: 767px){
  span.is-nowrap {
    white-space: nowrap;
  }

  .c-pc {
    display: inline-block;
  }

  .c-sp {
    display: block;
  }

  .c-section__title {
    font-size: 26px;
  }

  .c__text {
    font-size: 16px;
  }

  .c2__contents {
    padding-top: 20px;
  }

  .c3__img {
    max-width: 300px;
  }

  .c__point--number span {
    font-size: 16px;
  }

  .c2-row__container {
    flex-direction: column;
  }

  .c2-row__container.-reverse {
    flex-direction: column;
  }

  .c-point__wrap {
    grid-template-columns: 1fr;
    grid-gap: calc(40 / 375 * 100vw);
  }

  .c-point__container:nth-child(n + 2)::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -90%) rotate(90deg);
    border-width: 6vw 0 6vw 4vw;
  }

  .c-point__container {
    width: min(250 / 375 * 100vw, 300px);
    height: min(250 / 375 * 100vw, 300px);
    margin: 0 auto;
  }

  .c-margin40 {
    margin-top: 20px;
  }

  .border {
    padding: 60px 40px 40px;
  }

  .border__title {
    white-space: nowrap;
    padding: 0.5em 1.5em;
  }

  .c2__wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  .corp__target--small {
    margin-top: 20px;
    font-size: 0.75em;
  }

  .c__point {
    margin-top: 20px;
  }

  .c2-row__contents {
    width: 100%;
    max-width: 500px;
  }

  .c2-row__lead {
    font-size: 20px;
  }

  .c2-row__text {
    margin-top: 1em;
  }

  .c2__text {
    font-size: 16px;
  }

  .c-text__textmd {
    font-size: 1.25em;
  }

  .corp__arrow {
    border-width: 30px 60px 0 60px;
  }

  .corp__arrowR {
    border-width: 40px 0 40px 20px;
  }
}

@media screen and (min-width: 1500px){
  .c-point__container:nth-child(n + 2)::before {
    border-width: 60px 0 60px 40px;
  }
}

/*------------------------------------------------------------
  2022-夏限定メニュー
------------------------------------------------------------*/  
.summer_textbox{
  margin-bottom: 60px;
}
.summer_campaign{
  margin-bottom: 0;
}
.summer_campaign h3 {
  font-size: 28px;
  background: #5a975b;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.summer_content {
  padding: 60px 40px;
  background:#eeffec;
  margin-bottom: 60px;
}
.summer_box{
  margin-bottom: 40px;
}
.summer_box:last-child{
  margin-bottom: 0;
}
.summer_content h4 {
  color: #5a975b;
  font-size: 24px;
  position: relative;
  padding: 0.5em 0 0.2em;
  font-weight: bold;
  line-height: 1.5;
}
.summer_content h4::before {
  content: '';
  display: block;
  margin-top: calc(0.5em * -.5);
}
.summer_content h4::after {
  width: 40px;
}
.summer_content h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: currentColor;
}
.summer_content h4 span {
  font-size: 18px;
}
.summer_tbl{
  padding: 30px 0 20px 0;
}
.summer_tbl td{
  font-size: 16px;
  padding: 20px;
  text-align: left;
  color: #000;
  background: #fff;
}
.summer_tbl th {
  background: #5a975b;
  color: #fff;
  padding: 20px;
  text-align: left;
  font-size: 16px;
}
.summer_tbl th+ th {
  border-left: 1px solid #fff;
}
.summer_tbl tr + tr td {
  border-top: 1px solid #DDE1E5;
}
.summer_tbl td + td {
  border-top: none;
  border-left: 1px solid #DDE1E5;
}
.tc{
  text-align: center!important;
}
.summer_annotation p{
  font-size: 14px;
  color: #686E74;
}
.summer_color{
  color:#5a975b;
}
.summer_tbl th.summer_option {
  background: #d0f1cb;
  color:#5a975b;
}

@media screen and (max-width: 767px){
  .summer_campaign h3 {
    font-size: 21px;
  }
  .summer_box {
    margin-bottom: 20px;
  }
  .summer_content {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .summer_content h4 {
    font-size: 18px;
  }
  .summer_content h4 span {
    font-size: 14px;
  }
  .summer_tbl th {
    padding: 10px;
    font-size: 14px;
  }
  .summer_tbl td{
    padding: 10px;
    font-size: 14px;
  }
  .summer_tbl{
    padding: 20px 0 10px 0;
  }
  .summer_annotation p{
    font-size: 12px;
  }
  .general_content h4 {
    font-size: 18px;
  }
  .general_content h4 span {
    font-size: 14px;
  }
  .general_box {
    margin-bottom: 20px;
  }
  .general_tbl th {
    padding: 10px;
    font-size: 14px;
  }
  .general_tbl td{
    padding: 10px;
    font-size: 14px;
  }
  .general_tbl{
    padding: 20px 0 10px 0;
  }
  .general_annotation p{
    font-size: 12px;
  }
  }