@charset "UTF-8";
/*---------------------------------------------------------------------------------
font-family
---------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/*button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; 
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; 
}*/
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*---------------------------------------------------------------------------------
Base
---------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333;
  background-color: #F3F3EA;
}

@media screen and (max-width: 767px) {
  body {
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%; /* スマホで文字サイズが大きくなる時の解決 */
    -webkit-text-size-adjust: 100%; /* Safari */
  }
}
html, body {
  min-height: 100vh; /*フッターを下に固定*/
  display: flex; /*フッターを下に固定*/
  flex-direction: column; /*フッターを下に固定*/
}

main {
  flex: 1 1 auto; /*フッターを下に固定*/
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
}

.container {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
}

.img-responsive {
  display: block;
  width: 100%;
  margin: auto;
}

/*---------------------------------------------------------------------------------
animation
---------------------------------------------------------------------------------*/
.fade-in {
  animation: fade-in;
  animation-duration: 1.5s;
  animation-timing-function: ease;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-down {
  animation-name: anime-down; /*ネーム設定*/
  animation-duration: 3s; /*アニメの長さ*/
  animation-timing-function: ease;
  /*アニメの変化
  (ease→初期値：開始時と終了時が緩やかに変化
  ease-in→開始時は緩やかに変化、終了に近づくと早く変化
  ease-out→開始時は早く変化し、終了時は緩やかに変化
  ease-in-out→開始時と終了時は、かなり緩やかに変化
  linear→開始から終了まで一定に変化
  steps(数値, start または end)→パラパラ漫画のように数値をコマ数で変化
  cubic-bezier（数値をカンマ区切りで4つ指定）→変化の進行割合を3次ベジェ曲線で指定)
  */
  animation-iteration-count: infinite; /*再生回数設定*/
  animation-direction: normal; /*アニメの方向設定*/
  animation-fill-mode: backwards; /*開始と終了時の状態*/
}

@keyframes anime-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.anime-up {
  animation-name: anime-up; /*ネーム設定*/
  animation-duration: 3s; /*アニメの長さ*/
  animation-timing-function: ease; /*アニメの変化*/
  animation-iteration-count: infinite; /*再生回数設定*/
  animation-direction: normal; /*アニメの方向設定*/
  animation-fill-mode: backwards; /*開始と終了時の状態*/
}

@keyframes anime-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*---------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------*/
.l-hd {
  background-color: #F3F3EA;
  position: relative;
  z-index: 10;
}
.l-hd__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: auto;
  transition: all 0.3s linear;
}
.l-hd__logo {
  max-width: 90px;
}
.l-hd__logo a:hover {
  opacity: 0.8;
}
.l-hd__logo img {
  width: 100%;
}
.l-hd__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-hd__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
  max-width: 285px;
}
.l-hd__link li:first-child {
  margin-right: 20px;
}
.l-hd__link li a {
  font-size: 2rem;
  color: #333;
  display: block;
}
.l-hd__link li a span {
  display: inline-block;
  margin-left: 5px;
}
.l-hd__link li a:hover {
  color: #646B6E;
}
.l-hd__link li a img {
  transition: all 0.2s linear;
}
.l-hd__link li a:hover img {
  transform: translateY(-2px);
}
.l-hd__hamburger {
  position: relative;
  width: 110px;
  cursor: pointer;
}
.l-hd__hamburger img {
  width: 100%;
  transition: all 0.2s linear;
}
.l-hd__hamburger img:hover {
  transform: translateY(-2px);
}
.l-hd__hamburger img:active {
  transform: scale(0.95);
}
.l-hd__mn {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 10;
  width: 100vw;
  height: 100%;
  background-color: #ECECE4;
  transition: all 1s ease;
}
.l-hd__mn__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.l-hd__mn__img {
  width: 50%;
  height: 100%;
}
.l-hd__mn__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.l-hd__mn__close {
  cursor: pointer;
  width: 35px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.l-hd__mn__close img {
  width: 100%;
  transition: all 0.2s linear;
}
.l-hd__mn__close img:hover {
  transform: translateY(-2px);
}
.l-hd__mn__close img:active {
  transform: scale(0.95);
}
.l-hd__mn__content {
  width: 50%;
  margin-top: 100px;
  padding: 0 80px;
}
.l-hd__mn__logo {
  display: block;
  margin: auto auto 20px;
  max-width: 90px;
}
.l-hd__mn__logo:hover {
  opacity: 0.8;
}
.l-hd__mn__logo img {
  width: 100%;
}
.l-hd__mn__global-menu {
  width: 100%;
}
.l-hd__mn__global-menu .menu-list li {
  background: url("../img/common/deco-line.svg") no-repeat 0 100%/1000px auto;
}
.l-hd__mn__global-menu .menu-list li a {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  padding: 20px 10px;
  transition: all 0.3s linear;
}
.l-hd__mn__global-menu .menu-list li a::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 15px;
  background: url("../img/common/main-icon.svg") no-repeat 0 0/18px auto;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.l-hd__mn__global-menu .menu-list li a:visited {
  color: #333;
}
.l-hd__mn__global-menu .menu-list li a:hover {
  color: #94908A;
}
.l-hd__mn__global-menu .menu-list li a:hover::before {
  transform: rotate(180deg);
}
.l-hd__mn__tel {
  max-width: 230px;
  margin: 50px auto auto;
}
.l-hd__mn__tel a {
  display: block;
}
.l-hd__mn__tel a img {
  width: 20px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.l-hd__mn__tel a span {
  font-size: 3.5rem;
  color: #302d2c;
}
.l-hd__mn__tel a:hover {
  opacity: 0.8;
}
.l-hd__mn__link {
  display: flex;
  justify-content: space-between;
  align-content: center;
  max-width: 180px;
  margin: 20px auto auto;
}
.l-hd__mn__link li:first-child {
  margin-right: 20px;
}
.l-hd__mn__link li a {
  font-size: 2rem;
  color: #333;
  display: block;
}
.l-hd__mn__link li a span {
  display: inline-block;
  margin-left: 5px;
}
.l-hd__mn__link li a:hover {
  color: #646B6E;
}
.l-hd__mn__link li a img {
  transition: all 0.2s linear;
}
.l-hd__mn__link li a:hover img {
  transform: translateY(-2px);
}
.l-hd__fixed-bar {
  display: none;
}

.open {
  right: 0;
}

@media screen and (max-width: 991px) {
  .l-hd__wrap {
    height: 90px;
  }
  .l-hd__logo {
    max-width: 70px;
  }
  .l-hd__link {
    margin-right: 20px;
  }
  .l-hd__link li:first-child {
    margin-right: 20px;
  }
  .l-hd__link li a {
    font-size: 1.8rem;
  }
  .l-hd__hamburger {
    width: 100px;
  }
  .l-hd__mn__content {
    padding: 0 50px;
  }
  .l-hd__mn__global-menu {
    width: 100%;
  }
  .l-hd__mn__global-menu .menu-list li a {
    font-size: 2rem;
    padding: 15px 10px;
  }
  .l-hd__mn__tel {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__wrap {
    height: 80px;
  }
  .l-hd__logo {
    max-width: 60px;
  }
  .l-hd__link {
    margin-right: 100px;
    max-width: 285px;
  }
  .l-hd__link li:first-child {
    margin-right: 20px;
  }
  .l-hd__link li a {
    font-size: 2rem;
    color: #333;
    display: block;
  }
  .l-hd__link li a span {
    display: none;
  }
  .l-hd__link li a:hover {
    color: #646B6E;
  }
  .l-hd__link li a img {
    transition: all 0.2s linear;
  }
  .l-hd__link li a:hover img {
    transform: translateY(-2px);
  }
  .l-hd__hamburger {
    width: 80px;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .l-hd__mn__wrap {
    flex-direction: column;
  }
  .l-hd__mn__img {
    display: none;
  }
  .l-hd__mn__content {
    margin-top: 30px;
    width: 100%;
    padding: 0 30px;
  }
  .l-hd__mn__close {
    width: 30px;
    top: 15px;
    right: 15px;
  }
  .l-hd__mn__logo {
    max-width: 65px;
    margin-bottom: 10px;
  }
  .l-hd__mn__global-menu .menu-list li a {
    font-size: 1.8rem;
    padding: 12px 10px;
  }
  .l-hd__mn__tel {
    margin-top: 20px;
    max-width: 200px;
  }
  .l-hd__mn__tel a span {
    font-size: 3rem;
  }
  .l-hd__mn__tel a img {
    width: 16px;
  }
  .l-hd__mn__link {
    max-width: 180px;
    margin: 10px auto auto;
  }
  .l-hd__fixed-bar {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: #ECECE4;
    border-top: 1px solid #C8C8B8;
  }
  .l-hd__fixed-bar li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-hd__fixed-bar li:not(:last-child) {
    border-right: 1px solid #C8C8B8;
  }
  .l-hd__fixed-bar li a {
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: auto;
  }
  .l-hd__fixed-bar li a span {
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 5px;
  }
}
/*=========================▼グローバルメニュー固定(スクロールの時)▼=========================*/
@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 15;
    height: 80px;
    width: 100%;
  }
  .fixed .l-hd__wrap {
    height: 80px;
  }
  .fixed .l-hd__logo {
    max-width: 60px;
  }
  .fixed .l-hd__hamburger {
    width: 80px;
  }
}
/*---------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------*/
.l-ft {
  background: url("../img/common/deco-line.svg") no-repeat 50% 0/1100px auto;
  padding: 50px 0;
  display: flex;
}
.l-ft__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.l-ft__part01 {
  width: min(260px, 100%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.l-ft__logo {
  width: 80px;
}
.l-ft__logo a {
  display: block;
}
.l-ft__logo a img {
  width: 100%;
}
.l-ft__info {
  width: min(300px, 100%);
}
.l-ft__address {
  line-height: 2rem;
}
.l-ft__tel {
  font-size: 2.2rem;
}
.l-ft__tel span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 5px;
}
.l-ft__part02 {
  width: min(650px, 100%);
}
.l-ft__menu {
  width: 100%;
}
.l-ft__menu .menu-list {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.l-ft__menu .menu-list li a {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2rem;
}
.l-ft__menu .menu-list li a:hover {
  color: #94908A;
}
.l-ft__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(160px, 100%);
  margin: 10px 0 10px auto;
}
.l-ft__link li a {
  font-size: 1.8rem;
  transition: all 0.2s linear;
  text-align: center;
}
.l-ft__link li a span {
  display: inline-block;
  margin-left: 5px;
}
.l-ft__link li a img {
  transition: all 0.2s linear;
}
.l-ft__link li a:hover {
  color: #646B6E;
}
.l-ft__link li a:hover img {
  transform: translateY(-2px);
}
.l-ft__copyright {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .l-ft__part02 {
    width: min(380px, 100%);
  }
  .l-ft__menu .menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-ft__link {
    margin: 10px auto auto;
  }
  .l-ft__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-ft__wrap {
    flex-direction: column;
  }
  .l-ft__part02 {
    display: flex;
    flex-direction: column;
  }
  .l-ft__menu {
    width: 100%;
    order: 2;
  }
  .l-ft__menu .menu-list {
    flex-direction: column;
    margin: 30px auto;
  }
  .l-ft__menu .menu-list li {
    margin: 5px auto;
  }
  .l-ft__menu .menu-list li a {
    text-align: center;
    line-height: 5.2rem;
    width: 250px;
    height: 52px;
    background: url("../img/common/ft_menu-bg.svg") no-repeat 0 0/250px auto;
    display: block;
    margin: auto;
  }
  .l-ft__menu .menu-list li a:hover {
    color: #94908A;
  }
  .l-ft__link {
    order: 1;
  }
  .l-ft__copyright {
    margin-top: 0;
    text-align: center;
    order: 3;
  }
}
/* ------------------------News-list------------------------ */
.c-news {
  width: min(750px, 100%);
  margin: auto;
}
.c-news__list {
  width: 100%;
}
.c-news__list-item {
  align-items: center;
  border-bottom: 1px solid #646B6E;
  padding: 15px 0;
}
.c-news__list-item a {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 3%;
       column-gap: 3%;
  width: 100%;
  position: relative;
}
.c-news__list-item a:visited {
  color: #333;
}
.c-news__list-item a:hover {
  color: #94908A;
}
.c-news__cat-date {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 10%;
       column-gap: 10%;
  align-items: center;
  width: 170px;
}
.c-news__cat-date--cat {
  width: 80px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-align: center;
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #646B6E;
  border-radius: 15px;
}
.c-news__cat-date--time {
  font-size: 1.6rem;
  color: #333333;
}
.c-news__list-title {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-news {
    margin: auto auto 30px;
  }
  .c-news__list-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*-------------ページ送り（カテゴリー・アーカイブページ設定用）-------------*/
.pager-area {
  margin-top: 30px;
}

.pager {
  text-align: center;
}

a.page-numbers, .pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/* ------------------------News-detail------------------------ */
.c-single {
  margin: 20px auto;
  width: min(900px, 100%);
}
.c-single__ttl-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-single__date {
  font-size: 1.4rem;
}
.c-single__cat {
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 80px;
  background-color: #646B6E;
  border-radius: 20px;
}
.c-single__main-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-top: 10px;
}
.c-single__content {
  display: flex;
  flex-direction: column;
  gap: 10px; /*各パーツと余白*/
  margin-top: 50px;
  padding-bottom: 50px;
}
.c-single__content img {
  max-width: 100%;
  margin-bottom: 20px;
}
.c-single__content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: justify;
}
.c-single__content h2 {
  font-weight: bold;
  font-size: 2.2rem;
}
.c-single__content h3 {
  font-weight: bold;
  font-size: 2rem;
}
.c-single__content h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.c-single__content h5 {
  font-weight: bold;
  font-size: 1.6rem;
}
.c-single__content h6 {
  font-weight: bold;
  font-size: 1.4rem;
}
.c-single__content cite {
  font-size: 1.6rem;
}
.c-single__content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
}
.c-single__page-nation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AAAAAA;
  padding-top: 10px;
  margin-bottom: 30px;
}
.c-single__page-nation-btn {
  display: block;
}
.c-single__page-nation-btn a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 120px;
  height: 35px;
  transition: 0.3s;
  background: url("../img/news/news_btn-bg.svg") no-repeat 0 0/120px auto;
}
.c-single__page-nation-btn a:hover {
  opacity: 0.7;
}
.c-single .c-btn__primary {
  margin: auto;
}

/**wp_single_post-navigation**/
.nav-links {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.nav-links a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 120px;
  height: 35px;
  transition: 0.3s;
  background: url("../img/news/news_btn-bg.svg") no-repeat 0 0/120px auto;
}

.nav-links a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-single__content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
/*---------------------------------------------------------------------------------
Button
---------------------------------------------------------------------------------*/
.c-primary_btn {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  color: #302d2c;
  margin: 50px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 80px;
  background: url("../img/common/btn-primary_bg.svg") no-repeat 0 0/215px auto;
  position: relative;
  transition: all 0.3s ease;
}
.c-primary_btn::after {
  display: block;
  content: "";
  width: 55px;
  height: 25px;
  background: url("../img/common/btn-primary_deco.svg") no-repeat 0 0/55px auto;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c-primary_btn:hover {
  transform: translateY(3px);
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.2));
}
.c-primary_btn:active {
  transform: scale(0.98);
}
.c-primary_btn:hover::after {
  right: -50px;
}

@media screen and (max-width: 767px) {
  .c-primary_btn {
    font-size: 2rem;
    line-height: 2rem;
    margin: 30px auto auto;
    width: 180px;
    height: 67px;
    background: url("../img/common/btn-primary_bg.svg") no-repeat 0 0/180px auto;
  }
  .c-primary_btn::after {
    width: 45px;
    height: 20px;
    background: url("../img/common/btn-primary_deco.svg") no-repeat 0 0/45px auto;
    top: 50%;
    right: -35px;
  }
  .c-primary_btn:hover::after {
    right: -40px;
  }
}
/*---------------------------------------------------------------------------------
Tittle
---------------------------------------------------------------------------------*/
.c-primary-ttl {
  font-family: "Oregano", cursive;
  font-weight: normal;
  font-size: 9rem;
  line-height: 9rem;
  text-align: center;
  color: #302d2c;
}

@media screen and (max-width: 767px) {
  .c-primary-ttl {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}
.c-sb_first-ttl {
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  color: #302d2c;
  background: url("../img/common/com_sb_top-ttl-bg.webp") no-repeat 0 0/430px auto;
  width: calc(100% - 40px);
  max-width: 430px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-sb_first-ttl {
    font-size: 3rem;
    line-height: 3rem;
    background: url("../img/common/com_sb_top-ttl-bg.webp") no-repeat 0 0/300px auto;
    width: calc(100% - 40px);
    max-width: 300px;
    height: 63px;
  }
}
.c-sb_secondary-ttl {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  color: #302d2c;
}
.c-sb_secondary-ttl::after {
  display: block;
  content: "";
  width: 120px;
  height: 8px;
  background: url("../img/common/sb_secondary-ttl_line.svg") no-repeat 0 0/120px auto;
  margin: 10px auto auto;
}

@media screen and (max-width: 767px) {
  .c-sb_secondary-ttl {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
/*---------------------------------------------------------------------------------
Salon-info
---------------------------------------------------------------------------------*/
.c-salon-info {
  font-size: 1.8rem;
  width: min(520px, 100%);
}
.c-salon-info__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #302D2C;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-salon-info__logo {
  display: block;
  width: 100px;
}
.c-salon-info__logo img {
  width: 100%;
}
.c-salon-info__address {
  width: min(350px, 100%);
}
.c-salon-info__address h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.c-salon-info__address p {
  line-height: 2.5rem;
}
.c-salon-info__content dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.c-salon-info__content dl:nth-child(1) dd {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.c-salon-info__content dl:nth-child(1) dd span {
  font-size: 3.5rem;
  line-height: 3.5rem;
  display: inline-block;
  margin-left: 5px;
}
.c-salon-info__content dl:nth-child(1) dd span small {
  font-size: 1.6rem;
}
.c-salon-info__content dl:nth-child(2) dd {
  font-size: 2.2rem;
}
.c-salon-info__content dl:nth-child(2) dd span {
  display: inline-block;
  margin-right: 15px;
}
.c-salon-info__content dl:nth-child(2) dd small {
  font-size: 1.6rem;
}
.c-salon-info__content dl:nth-child(4) dd {
  font-size: 1.4rem;
}
.c-salon-info__content dl:nth-child(5) dd {
  font-size: 1.5rem;
}
.c-salon-info__content dl:not(:last-child) {
  margin-bottom: 20px;
}
.c-salon-info__content dl dt {
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  width: min(120px, 100%);
  height: 35px;
  background-color: #646B6E;
}
.c-salon-info__content dl dd {
  line-height: 2.5rem;
  width: min(380px, 100%);
}
.c-salon-info__content dl dd ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.c-salon-info__content dl dd ul li img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .c-salon-info {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .c-salon-info__content dl dd ul {
    gap: 3%;
  }
  .c-salon-info__content dl:nth-child(1) dd span {
    font-size: 3rem;
    line-height: 3rem;
    display: inline-block;
    margin-left: 5px;
  }
  .c-salon-info__content dl:nth-child(1) dd span small {
    display: block;
  }
  .c-salon-info__content dl:nth-child(1) dd img {
    width: 16px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-salon-info__content dl dt {
    font-size: 1.5rem;
    line-height: 3rem;
    height: 30px;
  }
  .c-salon-info__content dl dd ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 2%;
  }
  .c-salon-info__content dl:nth-child(2) dd {
    font-size: 2rem;
  }
  .c-salon-info__content dl:nth-child(2) dd small {
    display: block;
  }
}
/* ------------------------Form-setting------------------------ */
.c-form {
  background-color: #fff;
  border: 1px solid #E1D3C5;
  border-radius: 25px;
  width: min(950px, 100%);
  margin: 50px auto 100px auto;
  padding: 80px 0;
  /**wp-form**/
}
.c-form form {
  width: min(750px, 100%);
  margin: auto;
}
.c-form form input, .c-form form textarea {
  outline: none;
}
.c-form form label {
  display: block;
}
.c-form__item-wrap {
  display: flex;
}
.c-form__item-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.c-form__item-wrap p:last-child {
  width: 100%; /**(自動生成の幅設定)**/
}
.c-form__item-name {
  font-weight: bold;
  min-width: 200px;
}
.c-form__item-input {
  padding: 8px;
  border: 1px solid #D9D9C8;
  width: 100%;
  background-color: #FBFBF2;
}
.c-form__item-textarea {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #D9D9C8;
  background-color: #FBFBF2;
}
.c-form__txt-confirm {
  text-align: center;
}
.c-form__txt-confirm-link {
  font-weight: bold;
}
.c-form__item-submit {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 250px;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #302D2C;
  margin: 30px auto auto;
  display: block;
  transition: all 0.2s linear;
}
.c-form__item-submit:visited {
  background-color: #302D2C;
}
.c-form__item-submit:hover {
  background-color: #94908A;
}
.c-form__item-radio-wrap {
  display: flex;
}
.c-form__item-radio-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.c-form__item-radio-wrap p:last-child {
  width: 100%; /**(自動生成の幅設定)**/
}
.c-form__item-radio-wrap > .wpcf7-form-control-wrap > .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.c-form__item-radio-wrap > .wpcf7-form-control-wrap > .wpcf7-form-control > span {
  margin-left: initial;
}
.c-form__item-radio-wrap > .wpcf7-form-control-wrap > .wpcf7-form-control > span > label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-form .wpcf7-form-control-wrap {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.c-form .wpcf7-response-output {
  margin: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.c-form .wpcf7-list-item {
  display: block;
}

@media screen and (max-width: 991px) {
  .c-form {
    margin: 40px auto 80px auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    margin: 30px auto 60px auto;
    padding: 40px 5px;
  }
  .c-form__item-wrap {
    flex-direction: column;
    gap: 5px;
  }
  .c-form__item-radio-wrap {
    flex-direction: column;
  }
  .c-form__item-submit {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
/*---------------------------------------------------------------------------------
Top-page
---------------------------------------------------------------------------------*/
/*----------------------------------- First-view -----------------------------------*/
.p-fv {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 10px auto 100px auto;
  position: relative;
}
.p-fv__salon-info {
  position: absolute;
  left: 10%;
  bottom: -8%;
  z-index: 5;
  width: min(280px, 100%);
}
.p-fv__deco {
  position: absolute;
  right: 5%;
  bottom: -5%;
  width: min(130px, 100%);
  z-index: 5;
}
.p-fv img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .p-fv__salon-info {
    width: min(220px, 100%);
  }
  .p-fv__deco {
    bottom: -3%;
    width: min(100px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__salon-info {
    width: min(200px, 100%);
  }
  .p-fv__deco {
    bottom: 0;
    width: min(90px, 100%);
  }
}
@media screen and (max-width: 575px) {
  .p-fv__salon-info {
    left: 25%;
    bottom: -18%;
    width: min(190px, 100%);
  }
  .p-fv__deco {
    right: 0;
    width: min(60px, 100%);
  }
}
.anime-mv {
  animation-name: anime-mv; /*ネーム設定*/
  animation-duration: 2s; /*アニメの長さ*/
  animation-timing-function: ease-in-out;
  animation-direction: normal; /*アニメの方向設定*/
  animation-fill-mode: backwards; /*開始と終了時の状態*/
}

@keyframes anime-mv {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/*----------------------------------- About -----------------------------------*/
.p-abt__phrase {
  width: min(580px, 100%);
  margin: auto;
}
.p-abt__phrase span {
  width: min(180px, 100%);
  display: block;
  margin: auto auto 20px;
}
.p-abt__phrase img {
  width: 100%;
}
.p-abt__img-grp {
  margin: 50px auto auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-abt__img-grp li {
  width: min(250px, 100%);
}
.p-abt__img-grp img {
  width: 100%;
}
.p-abt__cont {
  margin: 50px auto auto;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  width: min(950px, 100%);
}
.p-abt__cont__left {
  width: min(130px, 100%);
}
.p-abt__cont__left img {
  width: 100%;
}
.p-abt__cont__center {
  width: min(550px, 100%);
}
.p-abt__cont__center p {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
}
.p-abt__cont__center p:not(:last-child) {
  margin-bottom: 10px;
}
.p-abt__cont__right {
  width: min(170px, 100%);
  margin-top: auto;
}
.p-abt__cont__right img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .p-abt__cont {
    width: min(850px, 100%);
  }
  .p-abt__cont__left {
    width: min(100px, 100%);
  }
  .p-abt__cont__center {
    width: min(450px, 100%);
  }
  .p-abt__cont__right {
    width: min(130px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-abt__phrase {
    width: min(580px, 95%);
    margin: auto;
  }
  .p-abt__phrase span {
    width: min(130px, 90%);
    margin: auto auto 10px;
  }
  .p-abt__img-grp {
    width: min(500px, 100%);
    margin: 30px auto auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-abt__img-grp li {
    width: min(250px, 100%);
  }
  .p-abt__cont {
    margin: 30px auto auto;
  }
  .p-abt__cont__center p {
    font-size: 1.7rem;
    text-align: justify;
  }
  .p-abt__cont__center p br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .p-abt__cont {
    flex-direction: column;
  }
  .p-abt__cont__left {
    width: min(320px, 85%);
  }
  .p-abt__cont__center {
    margin: 20px auto auto;
  }
  .p-abt__cont__center p {
    font-size: 1.6rem;
  }
  .p-abt__cont__right {
    display: none;
  }
}
/*----------------------------------- deco-line -----------------------------------*/
.deco-line {
  line-height: 0;
  overflow-x: hidden;
}

/*----------------------------------- Menu -----------------------------------*/
.p-mn__top {
  width: min(700px, 100%);
  position: relative;
  margin: auto;
}
.p-mn__deco01 {
  max-width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mn__deco01 img {
  width: 100%;
}
.p-mn__deco02 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 150px;
}
.p-mn__deco02 img {
  width: 100%;
}
.p-mn__txt {
  margin-top: 20px;
}
.p-mn__txt p {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-mn__deco01 {
    max-width: 60px;
  }
  .p-mn__deco02 {
    max-width: 80px;
  }
  .p-mn__txt {
    margin-top: 20px;
  }
  .p-mn__txt p {
    font-size: 1.6rem;
  }
  .p-mn__txt p br {
    display: none;
  }
}
/*----------------------------------- News -----------------------------------*/
.p-news__top {
  width: min(800px, 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  margin: auto auto 20px;
  padding: 0;
}
.p-news__ttl {
  font-family: "Oregano", cursive;
  font-weight: normal;
  font-size: 9rem;
  line-height: 9rem;
  text-align: center;
  color: #302d2c;
}
.p-news__link {
  font-family: "Oregano", cursive;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  color: #302d2c;
  background: url("../img/top/news-btn_bg.svg") no-repeat 0 0/130px auto;
  width: 130px;
  height: 40px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.p-news__link::after {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url("../img/top/news-btn_arrow.svg") no-repeat 0 0/8px auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.p-news__link:hover {
  transform: translateY(-3px);
}
.p-news__link:active {
  transform: scale(0.98);
}
.p-news__link:hover::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-news__ttl {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}
/*----------------------------------- Access -----------------------------------*/
.p-acc__wrap {
  margin: 40px auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-acc__part01 {
  width: min(520px, 100%);
  overflow-y: hidden;
}
.p-acc__part02 {
  width: min(520px, 100%);
}
.p-acc__part02 img {
  width: 100%;
}
.p-acc__btn-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.p-acc__btn-area a {
  color: #fff;
  line-height: 2.2rem;
  text-align: center;
  padding: 8px 5px;
  display: block;
  background-color: #646B6E;
  transition: all 0.2s linear;
}
.p-acc__btn-area a:hover {
  background-color: #94908A;
}
.p-acc__btn-area a:active {
  transform: scale(0.98);
}
.p-acc__btn-area a:nth-child(1) {
  grid-column: 1/3;
}
.p-acc__map-area {
  height: 450px;
}
.p-acc__map-area iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-acc__wrap {
    margin: 20px auto auto;
    flex-direction: column;
  }
  .p-acc__part02 {
    margin-top: 30px;
  }
  .p-acc__btn-area {
    display: block;
  }
  .p-acc__btn-area a:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-acc__map-area {
    height: 300px;
  }
}
/*============================アプリ紹介============================*/
.app_coment {
  margin-top: 30px;
  text-align: center;
}

.app_area {
  margin-top: 50px;
}

.app_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: auto;
}

.app_img {
  margin-right: 5%;
  max-width: 335px;
}

.app_intro {
  max-width: 450px;
  margin-bottom: 10px;
}

.app_txt-area {
  margin: 20px auto 10px auto;
}

.app_txt1 {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4rem;
  text-align: justify;
  color: #302D2C;
  margin-bottom: 10px;
}

.app_txt2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: justify;
  color: #94908A;
}

.app_txt2 p:first-child {
  margin-bottom: 5px;
}

.app_txt3 {
  line-height: 2.5rem;
  text-align: justify;
  margin: 10px auto auto;
}

.app_download {
  margin: auto;
}

.app_box {
  width: 100%;
}

.app_box p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  margin-bottom: 10px;
  width: 330px;
  height: 35px;
  background: url("../img/top/app_title-bg.svg") no-repeat 0 0/330px 35px;
  margin: auto auto 10px;
}

.app_box .btn_main01 {
  font-family: "Oregano", cursive;
  font-size: 2.5rem;
  width: min(300px, 100%);
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #302D2C;
  border-radius: 50px;
  margin: 20px auto auto;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.app_box .btn_main01:hover {
  background-color: #D9D9C8;
}

.app_qr {
  max-width: 150px;
  margin: auto auto 20px auto;
  border: 5px solid #DEC5B1;
}

.app_btn-large {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  display: block;
  max-width: 750px;
  padding: 15px;
  background: #94908A;
  background-size: cover;
  margin: 30px auto auto;
  position: relative;
  transition: all 0.3s linear;
  border-radius: 50px;
}

.app_btn-large::after {
  display: block;
  content: "";
  width: 10px;
  height: 23px;
  background: url("../img/top/app_btn-lage_deco.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.app_btn-large:hover {
  filter: brightness(115%);
}

@media (max-width: 991px) {
  .app_img {
    margin-right: 3%;
    max-width: 250px;
  }
  .app_txt1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .app_txt2 {
    font-size: 1.8rem;
  }
  .app_txt3 {
    margin: 5px auto auto;
  }
}
@media (max-width: 767px) {
  .app_area {
    margin-top: 30px;
  }
  .app_coment br {
    display: none;
  }
  .app_wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
  .app_img {
    margin-right: 0;
    max-width: 200px;
  }
  .app_intro {
    max-width: inherit;
  }
  .app_txt1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 20px;
  }
  .app_box p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 10px;
    width: 300px;
    height: 30px;
    background: url("../img/top/app_title-bg.svg") no-repeat 0 0/300px 30px;
    margin: auto auto 10px;
  }
  .btn-app {
    font-size: 1.4rem;
    line-height: 5rem;
    height: 50px;
  }
  .btn-app::after {
    display: none;
  }
  .app_btn-large {
    font-size: 1.8rem;
    max-width: 550px;
    padding: 13px;
    margin: 10px auto auto;
  }
  .app_btn-large::after {
    width: 10px;
    height: 23px;
    right: 10px;
  }
}
/*---------------------------------------------------------------------------------
Common-style
---------------------------------------------------------------------------------*/
.p-sb_com-top {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto auto;
  position: relative;
}
.p-sb_com-top img {
  width: 100%;
}

/*---------------------------------------------------------------------------------
About-subpage
---------------------------------------------------------------------------------*/
.p-sb-abt__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.p-sb-abt__part01 {
  width: min(550px, 100%);
  position: relative;
}
.p-sb-abt__en-phrase {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-sb-abt__en-phrase img {
  width: 100%;
}
.p-sb-abt__salon-deco {
  max-width: 120px;
  margin: 20px auto auto;
}
.p-sb-abt__salon-deco img {
  width: 100%;
}
.p-sb-abt__main-phrase {
  margin: 20px auto;
  max-width: 370px;
}
.p-sb-abt__main-phrase img {
  width: 100%;
}
.p-sb-abt__txt {
  margin-top: 20px;
}
.p-sb-abt__txt p {
  text-align: center;
}
.p-sb-abt__part02 {
  width: min(500px, 100%);
}
.p-sb-abt__part02 img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .p-sb-abt__main-phrase {
    width: 90%;
  }
  .p-sb-abt__txt p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-abt__wrap {
    flex-direction: column-reverse;
  }
  .p-sb-abt__part01 {
    margin: 20px auto auto;
    width: min(750px, 100%);
  }
  .p-sb-abt__part02 {
    margin: auto;
    width: min(500px, 85%);
  }
  .p-sb-abt__salon-deco {
    display: none;
  }
  .p-sb-abt__txt p {
    text-align: justify;
  }
}
/*----------------------------------- Concept -----------------------------------*/
.p-sb-cpt__wrap {
  margin-top: 40px;
}
.p-sb-cpt__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.p-sb-cpt__box:not(:last-child) {
  margin-bottom: 50px;
}
.p-sb-cpt__box:nth-child(2), .p-sb-cpt__box:nth-child(4) {
  flex-direction: row-reverse;
}
.p-sb-cpt__part01 {
  width: min(530px, 100%);
}
.p-sb-cpt__part01 img {
  width: 100%;
}
.p-sb-cpt__part02 {
  width: min(500px, 100%);
}
.p-sb-cpt__ttl {
  max-width: 220px;
  margin-bottom: 20px;
}
.p-sb-cpt__ttl img {
  width: 100%;
}
.p-sb-cpt__phrase {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 20px;
}
.p-sb-cpt__txt p {
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .p-sb-cpt__ttl {
    max-width: 200px;
  }
  .p-sb-cpt__phrase {
    font-size: 2.3rem;
    line-height: 3rem;
    text-align: justify;
    margin-bottom: 10px;
  }
  .p-sb-cpt__phrase br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .p-sb-cpt__box:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-sb-cpt__ttl {
    max-width: 180px;
  }
  .p-sb-cpt__phrase {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-cpt__box {
    flex-direction: column;
  }
  .p-sb-cpt__box:nth-child(2), .p-sb-cpt__box:nth-child(4) {
    flex-direction: column;
  }
  .p-sb-cpt__part01 {
    width: min(530px, 95%);
  }
  .p-sb-cpt__part02 {
    width: min(650px, 100%);
    margin-top: 20px;
  }
  .p-sb-cpt__ttl {
    margin: auto auto 10px;
  }
}
/*----------------------------------- Staff -----------------------------------*/
.p-sb-stf {
  background-color: #ECECE4;
}
.p-sb-stf__wrap {
  margin-top: 40px;
}
.p-sb-stf__box {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #94908A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  padding: 60px;
}
.p-sb-stf__img {
  width: min(280px, 100%);
}
.p-sb-stf__img img {
  width: 100%;
}
.p-sb-stf__content {
  width: min(650px, 100%);
}
.p-sb-stf__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  width: min(250px, 100%);
}
.p-sb-stf__name span {
  color: #fff;
  background-color: #646B6E;
  display: inline-block;
  margin-right: 20px;
  width: 120px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.p-sb-stf__name strong {
  font-weight: 500;
  font-size: 3rem;
  text-align: left;
}
.p-sb-stf__list dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-sb-stf__list dl dt {
  width: min(200px, 100%);
  padding: 10px;
  border-bottom: 1px solid #94908A;
}
.p-sb-stf__list dl dd {
  width: min(450px, 100%);
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .p-sb-stf__box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-stf__box {
    padding: 40px 20px;
    flex-direction: column;
  }
  .p-sb-stf__img {
    width: min(280px, 90%);
  }
  .p-sb-stf__name {
    margin: 20px auto;
  }
  .p-sb-stf__name span {
    margin-right: 10px;
  }
  .p-sb-stf__name strong {
    margin: auto;
  }
  .p-sb-stf__list dl {
    flex-direction: column;
  }
  .p-sb-stf__list dl:not(:last-child) {
    margin-bottom: 5px;
  }
  .p-sb-stf__list dl dt, .p-sb-stf__list dl dd {
    text-align: center;
    width: 100%;
  }
  .p-sb-stf__list dl dt {
    border-bottom: 1px solid #94908A;
    padding: 5px;
    line-height: 2.5rem;
  }
  .p-sb-stf__list dl dd {
    border-bottom: none;
    padding: 5px;
    line-height: 2.5rem;
  }
}
/*----------------------------------- Salon-guide -----------------------------------*/
.p-sb-salon__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: 100%;
  margin-top: 40px;
}
.p-sb-salon__part01 {
  width: min(500px, 100%);
}
.p-sb-salon__part01 img {
  width: 100%;
}
.p-sb-salon__part02 {
  width: min(520px, 100%);
}

@media screen and (max-width: 767px) {
  .p-sb-salon__wrap {
    flex-direction: column;
  }
  .p-sb-salon__part01 {
    margin-bottom: 20px;
    width: min(500px, 90%);
  }
}
/*----------------------------------- Salon-gallery -----------------------------------*/
.p-sb-gallery__ttl {
  font-size: 4rem;
  border-bottom: 3px solid #302D2C;
  padding-bottom: 10px;
}
.p-sb-gallery__ttl span {
  font-size: 2rem;
  line-height: 2rem;
  display: inline-block;
}
.p-sb-gallery__wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.p-sb-gallery__box {
  width: min(350px, 100%);
}
.p-sb-gallery__box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sb-gallery__wrap {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
  .p-sb-gallery__ttl {
    font-size: 3rem;
    border-bottom: 3px solid #302D2C;
    padding-bottom: 10px;
  }
  .p-sb-gallery__ttl span {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
/*---------------------------------------------------------------------------------
Menu-subpage
---------------------------------------------------------------------------------*/
.p-sb-mn__link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-sb-mn__link li {
  width: 100%;
}
.p-sb-mn__link li a {
  font-family: "Oregano", cursive;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #302d2c;
  width: min(250px, 100%);
}
.p-sb-mn__link li a img {
  width: 100%;
  transition: all 0.2s linear;
}
.p-sb-mn__link li a img:hover {
  transform: translateY(2px);
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
}
.p-sb-mn__link li a img:active {
  transform: scale(0.98);
}
.p-sb-mn__com__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3%;
  border-bottom: 3px solid #302D2C;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
.p-sb-mn__com__ttl h3 {
  font-family: "Oregano", cursive;
  font-weight: normal;
  font-size: 8rem;
  line-height: 8rem;
  color: #302d2c;
  width: 100%;
}
.p-sb-mn__com__ttl h3 span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #646B6E;
  padding: 0 20px;
  border-radius: 20px;
  margin-left: 10px;
}
.p-sb-mn__com__ttl p {
  text-align: right;
  min-width: 100px;
}
.p-sb-mn__com__ttl-2 h3 {
  line-height: 9.5rem;
}
.p-sb-mn__com__img {
  width: min(950px, 100%);
  margin: auto auto 20px;
}
.p-sb-mn__com__img img {
  width: 100%;
}
.p-sb-mn__com__box {
  width: 100%;
}
.p-sb-mn__com__name {
  font-size: 2.2rem;
  font-weight: 600;
  max-width: 230px;
  min-width: 230px;
  height: 68px;
  background: url("../img/menu/mn_name_bg.svg") no-repeat 0 0/230px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-sb-mn__com__name::before {
  display: block;
  content: "";
  width: 18px;
  height: 15px;
  background: url("../img/menu/mn_name_icon.svg") no-repeat 0 0/18px auto;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.p-sb-mn__com__content {
  width: 100%;
}
.p-sb-mn__com__list dl {
  line-height: 2.2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-sb-mn__com__list dl dt {
  border-bottom: 1px solid #646B6E;
  width: 60%;
  padding: 15px 0;
}
.p-sb-mn__com__list dl dt span {
  font-size: 1.4rem;
}
.p-sb-mn__com__list dl dt small {
  font-size: 1.4rem;
  display: block;
}
.p-sb-mn__com__list dl dd {
  text-align: right;
  width: 40%;
  border-bottom: 1px solid #C8C8B8;
  padding: 15px 0;
}
.p-sb-mn__attention {
  font-size: 1.4rem;
  font-size: 600;
  line-height: 2.5rem;
  text-align: justify;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ECECE4;
  margin-top: 30px;
}
.p-sb-mn__items {
  background-color: #ECECE4;
}
.p-sb-mn__items__ttl {
  text-align: center;
  width: min(250px, 100%);
  margin: auto;
}
.p-sb-mn__items__ttl strong {
  font-family: "Oregano", cursive;
  font-weight: normal;
  font-size: 8rem;
  line-height: 8rem;
  text-align: center;
  color: #302d2c;
}
.p-sb-mn__items__ttl span {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.p-sb-mn__items__ttl small {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #646b6e;
}
.p-sb-mn__items__txt {
  margin-top: 30px;
}
.p-sb-mn__items__txt p {
  text-align: center;
}
.p-sb-mn__items__wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #94908A;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-sb-mn__items__card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.p-sb-mn__items__card__img img {
  width: 100%;
}
.p-sb-mn__items__card__content {
  padding: 20px 10px;
  box-sizing: border-box;
}
.p-sb-mn__items__card__name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
}
.p-sb-mn__items__card__intro, .p-sb-mn__items__card__price {
  margin-top: 10px;
}
.p-sb-mn__items__card__intro h5, .p-sb-mn__items__card__price h5 {
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  background-color: #646B6E;
  max-width: 80px;
  height: 25px;
  margin-bottom: 5px;
}
.p-sb-mn__items__card__intro p, .p-sb-mn__items__card__price p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-sb-mn__link {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: min(600px, 100%);
    margin: auto;
  }
  .p-sb-mn__com__ttl {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .p-sb-mn__com__ttl h3 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    text-align: center;
  }
  .p-sb-mn__com__ttl h3 span {
    display: block;
    margin: auto;
    max-width: 250px;
  }
  .p-sb-mn__com__ttl p {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
  }
  .p-sb-mn__com__ttl-2 h3 {
    line-height: 9rem;
  }
  .p-sb-mn__com__img {
    margin: auto auto 10px;
  }
  .p-sb-mn__com__name {
    font-size: 2rem;
    max-width: 210px;
    min-width: 210px;
    height: 62px;
    background: url("../img/menu/mn_name_bg.svg") no-repeat 0 0/210px auto;
  }
  .p-sb-mn__com__name::before {
    left: 10px;
  }
  .p-sb-mn__com__list dl dt {
    padding: 10px 0;
    width: 65%;
  }
  .p-sb-mn__com__list dl dt span {
    display: block;
  }
  .p-sb-mn__com__list dl dd {
    padding: 10px 0;
    width: 35%;
  }
  .p-sb-mn__items__ttl strong {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
  .p-sb-mn__items__txt {
    margin-top: 20px;
  }
  .p-sb-mn__items__txt p {
    text-align: justify;
  }
  .p-sb-mn__items__txt p br {
    display: none;
  }
  .p-sb-mn__items__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .p-sb-mn__link {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .p-sb-mn__link li {
    width: 80%;
    margin: auto;
  }
  .p-sb-mn__com__name {
    margin: auto;
  }
  .p-sb-mn__com__content {
    width: min(820px, 100%);
    border-left: none;
    padding-left: 0;
  }
  .p-sb-mn__items__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-sb-mn__items__card {
    width: 90%;
    margin: auto;
  }
}
/*---------------------------------------------------------------------------------
Hair-donation-subpage
---------------------------------------------------------------------------------*/
.p-sb-hair-dona_main-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.p-sb-hair-dona_img {
  width: min(500px, 100%);
}
.p-sb-hair-dona_img img {
  width: 100%;
}
.p-sb-hair-dona_content {
  width: min(550px, 100%);
}
.p-sb-hair-dona_phrase {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  color: #646B6E;
}
.p-sb-hair-dona_txt01 {
  margin-top: 20px;
}
.p-sb-hair-dona_txt01 p {
  text-align: justify;
}
.p-sb-hair-dona_txt01 p:not(:last-child) {
  margin-bottom: 10px;
}
.p-sb-hair-dona_txt02 {
  color: #fff;
  line-height: 2.5rem;
  padding: 20px;
  background: #C4B4A7;
  margin-top: 20px;
  border-radius: 20px;
}
.p-sb-hair-dona_txt02 p {
  text-align: justify;
}
.p-sb-hair-dona_sub-wrap {
  margin-top: 50px;
  width: 100%;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}
.p-sb-hair-dona_box {
  width: 100%;
}
.p-sb-hair-dona_box:not(:last-child) {
  margin-bottom: 20px;
}
.p-sb-hair-dona_com_main-title {
  font-size: 2rem;
  font-weight: 600;
  color: #646B6E;
  text-align: center;
  background-color: #D9D9C8;
  padding: 5px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.p-sb-hair-dona_com_title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #302D2C;
  margin-bottom: 15px;
}
.p-sb-hair-dona_com_title::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: url("../img/hair-donation/hair-dona_title-line.svg");
  margin-top: 10px;
}
.p-sb-hair-dona_txt03 p {
  margin-top: 10px;
  text-align: justify;
  line-height: 2.5rem;
}
.p-sb-hair-dona_txt03 p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .p-sb-hair-dona_main-wrap {
    flex-direction: column;
  }
  .p-sb-hair-dona_img {
    margin: auto;
    width: min(500px, 90%);
  }
  .p-sb-hair-dona_content {
    margin: 30px auto auto;
    width: 100%;
  }
  .p-sb-hair-dona_phrase {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .p-sb-hair-dona_sub-wrap {
    padding: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-hair-dona_sub-wrap {
    padding: 30px 20px;
  }
  .p-sb-hair-dona_phrase {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .p-sb-hair-dona_box {
    width: 100%;
  }
  .p-sb-hair-dona_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-sb-hair-dona_com_main-title {
    font-size: 1.8rem;
  }
  .p-sb-hair-dona_com_title {
    margin-bottom: 10px;
  }
  .p-sb-hair-dona_com_title::after {
    margin-top: 5px;
  }
  .p-sb-hair-dona_txt01 {
    margin-top: 10px;
  }
}
.p-sb-digital-re {
  position: relative;
  background: #ECECE4;
  margin-bottom: 100px;
}
.p-sb-digital-re_youtube {
  margin: auto auto;
  padding-top: 40px;
  width: min(850px, 100%);
}
.p-sb-digital-re_youtube-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  overflow: hidden;
}
.p-sb-digital-re_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sb-digital-re_link {
  line-height: 2rem;
  margin: 30px auto auto;
  max-width: 600px;
  background: #C4B4A7;
  text-align: center;
  padding: 10px;
}
.p-sb-digital-re_link h5 {
  font-weight: bold;
  color: #fff;
  margin: auto auto 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  width: min(550px, 100%);
}
.p-sb-digital-re_link a {
  color: #fff;
  word-wrap: break-word; /*英語の改行*/
}
.p-sb-digital-re_link a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.p-sb-digital-re_intro {
  margin-top: 50px;
}
.p-sb-digital-re_intro-phrase {
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  color: #94908A;
}
.p-sb-digital-re_intro-phrase br {
  display: none;
}
.p-sb-digital-re_intro-txt {
  margin: 20px auto auto;
  width: min(750px, 100%);
}
.p-sb-digital-re_intro-txt p {
  text-align: center;
}
.p-sb-digital-re_wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}
.p-sb-digital-re_box:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .p-sb-digital-re {
    margin-bottom: 80px;
  }
  .p-sb-digital-re_youtube {
    margin: auto auto;
    padding-top: 30px;
  }
  .p-sb-digital-re_wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-sb-digital-re {
    margin-bottom: 60px;
  }
  .p-sb-digital-re_intro {
    margin-top: 30px;
  }
  .p-sb-digital-re_intro-phrase {
    font-size: 2.8rem;
  }
  .p-sb-digital-re_intro-phrase br {
    display: block;
  }
  .p-sb-digital-re_intro-txt {
    margin: 10px auto auto;
  }
  .p-sb-digital-re_intro-txt p {
    text-align: justify;
  }
  .p-sb-digital-re_wrap {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .p-sb-digital-re_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------------------------------------
News-subpage
---------------------------------------------------------------------------------*/
.p-sb-news__wrap {
  background-color: #fff;
  width: min(950px, 100%);
  padding: 6% 8%;
  border-radius: 25px;
  border: 1px solid #ECECE4;
  margin: auto;
}

/*---------------------------------------------------------------------------------
Contact-subpage
---------------------------------------------------------------------------------*/
.p-sb-contact__txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sb-contact__txt {
    text-align: justify;
  }
}
/*---------------------------------------------------------------------------------
Reservation-subpage
---------------------------------------------------------------------------------*/
.sb_app-intro {
  line-height: 2.5rem;
  background-color: #94908A;
  padding: 30px;
  width: min(900px, 100%);
  margin: auto;
  border-radius: 20px;
}
.sb_app-intro .sb_app-int_phrase {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.sb_app-intro .sb_app-int_txt {
  color: #fff;
  max-width: 750px;
  border-top: 1px solid #fff;
  margin: auto;
  padding-top: 10px;
}
.sb_app-intro .sb_app-int_txt p {
  text-align: center;
}
.sb_app-intro .sb_app-int_txt p:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sb_app-intro {
    padding: 30px 20px;
  }
  .sb_app-intro .sb_app-int_phrase {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
  }
  .sb_app-intro .sb_app-int_txt p {
    text-align: justify;
  }
  .sb_app-intro .sb_app-int_txt p br {
    display: none;
  }
}
.sb_com_app {
  padding-top: 50px;
}

.sb_com_app2 {
  margin-bottom: 100px;
}

.sb_com_app-wrapper {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 50px;
  margin-top: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .sb_com_app2 {
    margin-bottom: 80px;
  }
  .sb_com_app-wrapper {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sb_com_app2 {
    margin-bottom: 60px;
  }
  .sb_com_app-wrapper {
    padding: 50px 20px;
  }
}
/**-----------------アプリダウンロード-----------------**/
.sb_app_download {
  max-width: 900px;
  margin: auto;
  background: #F3F3EA;
  border: 1px solid #D9D9C8;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  padding: 30px 30px;
  position: relative;
  border-radius: 20px;
}

.dl_step-cion {
  max-width: 75px;
  min-width: 60px;
}
.dl_step-cion img {
  width: 100%;
}

.dl_content {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}

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

.dl_sea_title {
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background: #646B6E;
  margin-bottom: 10px;
}

.dl_sea_txt {
  width: 100%;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 10px;
}

.dl_sea_box {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  margin-bottom: 10px;
}
.dl_sea_box .dl_sea_bar {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 5px;
  text-align: center;
  width: 100%;
  max-width: 340px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #94908A;
}
.dl_sea_box .dl_sea_btn {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 5px;
  text-align: center;
  color: #fff;
  width: 150px;
  border-radius: 5px;
  background: #302D2C;
}

.dl_sea_brand {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  margin: auto;
}
.dl_sea_brand img {
  max-width: 195px;
}

.dl_qrcode {
  width: 100%;
  max-width: 200px;
}
.dl_qrcode .dl_qr-phrase {
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  background: #646B6E;
}
.dl_qrcode .dl_qr-img {
  max-width: 150px;
  margin: auto;
  border: 5px solid #C4B4A7;
  margin-top: 15px;
}
.dl_qrcode .dl_qr-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sb_app_download {
    flex-direction: column;
    padding: 50px 20px 30px 20px;
  }
  .dl_step-cion {
    max-width: 75px;
    min-width: inherit;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dl_sea_title {
    font-size: 2rem;
  }
  .dl_sea_box .dl_sea_bar {
    font-size: 1.6rem;
  }
  .dl_sea_box .dl_sea_btn {
    font-size: 1.6rem;
  }
  .dl_qrcode {
    max-width: 180px;
  }
  .dl_qrcode .dl_qr-img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .dl_search {
    margin: auto;
  }
  .dl_content {
    flex-direction: column;
  }
  .dl_sea_title {
    font-size: 2rem;
  }
  .dl_sea_txt {
    font-size: 1.5rem;
  }
  .dl_qrcode {
    max-width: inherit;
    margin: 20px auto auto;
  }
  .dl_qrcode .dl_qr-img {
    max-width: 130px;
    margin-top: 10px;
  }
}
/**-----------------会員登録(詳細)-----------------**/
.sb_app_member-flow {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  max-width: 880px;
  margin: 70px auto auto;
}

.sb_app_mf_box {
  max-width: 400px;
}

.mf_top-part {
  max-width: 280px;
  position: relative;
  margin: auto;
}
.mf_top-part .mf_step-icon {
  max-width: 75px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.mf_top-part .mf_step-icon img {
  width: 100%;
}
.mf_top-part .mf_step-img img {
  width: 100%;
}

.mf_content {
  margin-top: 20px;
}
.mf_content .mf_title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem;
  border-radius: 10px;
  background: #646B6E;
  padding: 8px 10px 8px 10px;
  margin-bottom: 10px;
}
.mf_content .mf_txt {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.mf_content .mf_txt p {
  line-height: 2.5rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .sb_app_member-flow {
    flex-direction: column;
    margin: 70px auto auto;
  }
  .sb_app_mf_box {
    max-width: 550px;
  }
  .sb_app_mf_box:last-child {
    margin-top: 60px;
  }
  .mf_top-part {
    max-width: 230px;
  }
  .mf_top-part .mf_step-icon {
    top: -35px;
  }
  .mf_top-part .mf_step-img img {
    width: 100%;
  }
  .mf_content .mf_title {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    line-height: 2rem;
    border-radius: 10px;
    padding: 8px 10px 8px 10px;
    margin-bottom: 10px;
  }
  .mf_content .mf_txt {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  .mf_content .mf_txt p {
    text-align: justify;
  }
}
@media screen and (max-width: 575px) {
  .mf_content .mf_title {
    text-align: center;
  }
}
/**-----------------予約方法-----------------**/
.reserve-area {
  max-width: 970px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  flex-wrap: wrap;
}

.reserve-box {
  width: 48%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-bottom: 30px;
}
.reserve-box:nth-child(5), .reserve-box:nth-child(6) {
  margin-bottom: 0;
}
.reserve-box .rb_step-icon {
  max-width: 75px;
  min-width: 60px;
}
.reserve-box .rb_step-icon img {
  width: 100%;
}
.reserve-box .rb_step-content {
  width: 100%;
  max-width: 370px;
}
.reserve-box .rb_step-content .rb_step-titile {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem;
  padding: 8px 10px 8px 10px;
  border-radius: 10px;
  background: #646B6E;
  margin-bottom: 10px;
}
.reserve-box .rb_step-content .rb_step-txt {
  line-height: 2.5rem;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .reserve-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .reserve-box:nth-child(5) {
    margin-bottom: 30px;
  }
  .reserve-box:nth-child(6) {
    margin-bottom: 0;
  }
  .reserve-box .rb_step-content {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .reserve-box {
    flex-direction: column;
  }
  .reserve-box .rb_step-icon {
    max-width: 75px;
    min-width: inherit;
    margin: auto auto -15px auto;
    position: relative;
    z-index: 5;
  }
  .reserve-box .rb_step-content .rb_step-titile {
    padding: 18px 10px 5px 10px;
    text-align: center;
  }
}
/* ------------------------Page-top------------------------ */
.u-page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 65px;
  z-index: 5;
}

.u-page-top a {
  display: block;
  transition: all 0.3s linear;
}

.u-page-top a img {
  width: 100%;
}

.u-page-top a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  .u-page-top {
    bottom: 55px;
    right: 5px;
    max-width: 50px;
  }
}
/*---------------------------------------------------------------------------------
margin
---------------------------------------------------------------------------------*/
.u-mg-100 {
  margin: 100px auto;
}

.u-mg-top-100 {
  margin: 100px auto auto;
}

.u-mg-bottom-100 {
  margin: auto auto 100px;
}

.u-mg-80 {
  margin: 80px auto;
}

.u-mg-top-80 {
  margin: 80px auto auto;
}

.u-mg-bottom-80 {
  margin: auto auto 80px;
}

.u-mg-50 {
  margin: 50px auto;
}

.u-mg-top-50 {
  margin: 50px auto auto;
}

.u-mg-bottom-50 {
  margin: auto auto 50px;
}

@media (max-width: 1199px) {
  .u-mg-100 {
    margin: 80px auto;
  }
  .u-mg-top-100 {
    margin: 80px auto auto;
  }
  .u-mg-bottom-100 {
    margin: auto auto 80px;
  }
  .u-mg-80 {
    margin: 70px auto;
  }
  .u-mg-top-80 {
    margin: 70px auto auto;
  }
  .u-mg-bottom-80 {
    margin: auto auto 70px;
  }
}
@media (max-width: 767px) {
  .u-mg-100 {
    margin: 60px auto;
  }
  .u-mg-top-100 {
    margin: 60px auto auto;
  }
  .u-mg-bottom-100 {
    margin: auto auto 60px;
  }
  .u-mg-80 {
    margin: 50px auto;
  }
  .u-mg-top-80 {
    margin: 50px auto auto;
  }
  .u-mg-bottom-80 {
    margin: auto auto 50px;
  }
}
/*---------------------------------------------------------------------------------
Padding
---------------------------------------------------------------------------------*/
.u-pd-100 {
  padding: 100px 0;
}

.u-pd-top-100 {
  padding: 100px 0 0;
}

.u-pd-bottom-100 {
  padding: 0 0 100px;
}

.u-pd-80 {
  padding: 80px 0;
}

.u-pd-top-80 {
  padding: 80px 0 0;
}

.u-pd-bottom-80 {
  padding: 0 0 80px;
}

.u-pd-50 {
  padding: 50px 0;
}

.u-pd-top-50 {
  padding: 50px 0 0;
}

.u-pd-bottom-50 {
  padding: 0 0 50px;
}

@media (max-width: 1199px) {
  .u-pd-100 {
    padding: 80px 0;
  }
  .u-pd-top-100 {
    padding: 80px 0 0;
  }
  .u-pd-bottom-100 {
    padding: 0 0 80px;
  }
  .u-pd-80 {
    padding: 70px 0;
  }
  .u-pd-top-80 {
    padding: 70px 0 0;
  }
  .u-pd-bottom-80 {
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .u-pd-100 {
    padding: 60px 0;
  }
  .u-pd-top-100 {
    padding: 60px 0 0;
  }
  .u-pd-bottom-100 {
    padding: 0 0 60px;
  }
  .u-pd-80 {
    padding: 50px 0;
  }
  .u-pd-top-80 {
    padding: 50px 0 0;
  }
  .u-pd-bottom-80 {
    padding: 0 0 50px;
  }
}/*# sourceMappingURL=style.css.map */