@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

/*
Theme Name: HairMakeLien
Theme URL: https://www.lien-0408.com
Description: Hair Make Lien | 福井県南条郡のヘアサロン（美容室）
Version: 1.0
License: HairMakeLien
License URI: https://www.lien-0408.com
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fbfaf7;
  color: #404040;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header--top {
  position: relative;
}
.l-header--top::after {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/200;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #f4faff;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-header--top::after {
    width: 100%;
    bottom: -8%;
  }
}

.l-header--page {
  position: relative;
}
.l-header--page::after {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/150;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #f4faff;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-header--page::after {
    width: 100%;
    bottom: -8%;
  }
}

.l-header__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 15px 30px 21px 50px;
}
@media screen and (max-width: 1300px) {
  .l-header__inner {
    padding: 15px 30px 21px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  display: inline-block;
  margin-top: 35px;
}
@media screen and (max-width: 1300px) {
  .l-header__logo {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 90px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
.l-header-right__aside {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
}
.l-header-right__info {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 20px;
}
.l-header-right__info-time, .l-header-right__info-close, .l-header-right__info-zip {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 15px;
}
.l-header-right__info-close {
  margin-bottom: 10px;
}
.l-header-right__info-time-ttl {
  width: 80px;
}
.l-header-right__info-close-ttl, .l-header-right__info-zip-ttl {
  width: 70px;
}
.l-header-right__info-time-ttl, .l-header-right__info-close-ttl, .l-header-right__info-zip-ttl {
  height: 30px;
  line-height: 30px;
  background: #82b9d1;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.l-header-right__info-time-txt, .l-header-right__info-close-txt, .l-header-right__info-zip-txt {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.l-header-right__aside-btm {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 30px;
  margin: 20px 30px 0 0;
}
@media screen and (max-width: 1300px) {
  .l-header-right__aside-btm {
    margin: 20px 0 0 0;
  }
}

.l-header-reserve {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 999;
  padding: 20px 20px 30px;
  background: #e2f4fc;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .l-header-reserve {
    position: initial;
    bottom: initial;
    right: initial;
    z-index: 0;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin-top: 40px;
    padding: 20px 0px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  }
}
.l-header-reserve__ttl {
  margin-bottom: 5px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: #096188;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-header-reserve__ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.l-header-reserve__tel {
  margin: 15px auto;
  width: 326px;
}
@media screen and (max-width: 767px) {
  .l-header-reserve__tel {
    width: auto;
    height: 25px;
    aspect-ratio: 326/40;
  }
}
.l-header-reserve__txt01 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-reserve__txt01 {
    font-size: 1.5rem;
  }
}
.l-header-reserve__txt02 {
  text-align: center;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 43px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: #404040;
  line-height: 1;
  letter-spacing: 0.05em;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #404040;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #404040;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #82b9d1;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #82b9d1;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #82b9d1;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #82b9d1;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #82b9d1;
    opacity: 0.95;
    z-index: 8888;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
#slider .l-mv-top__pic {
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  max-width: 1570px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1920px) {
  #slider .l-mv-top__pic {
    width: 81.7708333333%;
    border-radius: 20px 0 0 20px;
  }
}
#slider .l-mv-top__pic img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__pic img {
    position: relative;
    left: -6%;
    width: 130%;
  }
}
#slider .l-mv-top__ttl {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 1920px) {
  #slider .l-mv-top__ttl {
    width: clamp(400px, 34vw, 641px);
    height: auto;
    aspect-ratio: 641/159;
  }
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__ttl {
    top: 55%;
    left: 3%;
    transform: translateY(0%);
    width: clamp(270px, 58vw, 641px);
  }
}
#slider .l-mv-top__ttl img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-mv-page {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.l-mv-page__pic {
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  max-width: 1570px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic {
    width: 81.7708333333%;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic {
    width: calc(100% - 20px);
  }
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 785px);
    width: 1570px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    width: clamp(300px, 80vw, 674px);
    height: auto;
    aspect-ratio: 674/215;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 25px 0 20px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #404040;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #404040;
}
.breadcrumb a:is(:hover, :active) {
  color: #404040;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #404040;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  padding: 120px 0 100px;
  background: url(images/btm_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-btm-sec {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    padding: 0 10px;
  }
}
.l-btm-sec__txt {
  font-size: 2rem;
  letter-spacing: 0.075;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__txt {
    font-size: 1.4rem;
  }
}
.l-btm-sec__tel-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin: 60px auto 40px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__tel-box {
    flex-flow: nowrap column;
    gap: 10px 0;
    margin: 30px auto;
  }
}
.l-btm-sec__reserve {
  width: 230px;
  height: 60px;
  line-height: 60px;
  background: #82b9d1;
  border-radius: 5px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__reserve {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__tel {
    width: auto;
    height: 25px;
    aspect-ratio: 363/46;
  }
}
.l-btm-sec__time-box {
  margin-inline: auto;
  width: 355px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__time-box {
    width: auto;
  }
}
.l-btm-sec__time-box p {
  line-height: 1.6;
}

.l-btm-sec-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
}
.l-btm-sec-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 216px;
  height: auto;
  aspect-ratio: 216/6;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_ttl_bd.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::after {
    width: auto;
    height: 4px;
  }
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px 10px;
    background: #f3faff;
  }
}

.l-footer-pc {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  width: 100%;
  min-height: 410px;
}
.l-footer-pc__left {
  width: 50%;
  padding: 80px 80px 0 20px;
  background: #f3faff;
}
@media screen and (max-width: 1360px) {
  .l-footer-pc__left {
    padding: 80px 0px 0 20px;
  }
}
.l-footer-pc__left-inner {
  margin: 0 0 0 auto;
  width: 570px;
}
@media screen and (max-width: 1360px) {
  .l-footer-pc__left-inner {
    margin: 0 auto 0 0;
  }
}
.l-footer-pc__right {
  width: 50%;
}
.l-footer-pc__right iframe {
  width: 100%;
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    display: block;
    margin: 0 auto 20px;
    width: 110px;
    height: auto;
    aspect-ratio: 180/82;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__zip {
  margin-bottom: 25px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.l-footer__instagram {
  margin-bottom: 45px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer__instagram {
    margin: 0 auto;
  }
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 20px 10px 18px;
  background: #f3faff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
.l-footer-sitemap__page {
  padding: 0 15px;
  height: 20px;
  border-left: 2px solid #096188;
  border-right: 2px solid #096188;
  line-height: 20px;
}
.l-footer-sitemap__page a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-footer-sitemap__page:first-child {
  border-left: none;
}
.l-footer-sitemap__page:last-child {
  border-right: none;
}
.l-footer-sitemap__page + .l-footer-sitemap__page {
  border-left: none;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.l-footer-link a:is(:link, :visited) {
  color: #404040;
}
.l-footer-link a:is(:hover, :active) {
  color: #096188;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #096188;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #82b9d1;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_access.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #82b9d1;
  border: 1px solid #82b9d1;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #82b9d1;
  background: #82b9d1;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #ecbb6e;
  border: solid 1px #ecbb6e;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 10px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #404040;
}
.nav-below a:is(:hover, :active) {
  color: #82b9d1;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #82b9d1;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  border: 2px solid #82b9d1;
  background: #82b9d1;
  border-radius: 10px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a:hover {
  color: #82b9d1;
  background: #fff;
}

.c-btn01--top-sec04 {
  width: 280px;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec04 {
    width: 250px;
    margin: 30px auto 0;
  }
}
.c-btn01--top-sec04 a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec04 a {
    padding: 10px;
  }
}

.c-btn01--fqq {
  width: 300px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .c-btn01--fqq {
    width: 250px;
  }
}
.c-btn01--fqq a {
  padding: 14px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn01--fqq a {
    padding: 10px;
    font-size: 1.4rem;
  }
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 2.2rem;
  }
}
.c-headline::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-headline::after {
    bottom: -25px;
  }
}
.c-headline--concept {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-headline--concept {
    margin-bottom: 50px;
  }
}
.c-headline--concept::after {
  width: 79px;
  height: auto;
  aspect-ratio: 79/23;
  background: url(images/headline_concept.png) no-repeat;
  background-size: 100%;
}
.c-headline--fee {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-headline--fee {
    margin-bottom: 50px;
  }
}
.c-headline--fee::after {
  width: 54px;
  height: auto;
  aspect-ratio: 54/18;
  background: url(images/headline_fee.png) no-repeat;
  background-size: 100%;
}
.c-headline--dressing {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-headline--dressing {
    margin-bottom: 60px;
  }
}
.c-headline--dressing::after {
  width: 63px;
  height: auto;
  aspect-ratio: 63/19;
  background: url(images/headline_dressing.png) no-repeat;
  background-size: 100%;
}
.c-headline--kids {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-headline--kids {
    margin-bottom: 60px;
  }
}
.c-headline--kids::after {
  width: 111px;
  height: auto;
  aspect-ratio: 111/25;
  background: url(images/headline_kids.png) no-repeat;
  background-size: 100%;
}
.c-headline--item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-headline--item {
    margin-bottom: 60px;
  }
}
.c-headline--item::after {
  width: 111px;
  height: auto;
  aspect-ratio: 111/25;
  background: url(images/headline_item.png) no-repeat;
  background-size: 100%;
}
.c-headline--faq {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-headline--faq {
    margin-bottom: 60px;
  }
}
.c-headline--faq::after {
  width: 69px;
  height: auto;
  aspect-ratio: 69/21;
  background: url(images/headline_faq.png) no-repeat;
  background-size: 100%;
}
.c-headline--blog {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-headline--blog {
    margin-bottom: 60px;
  }
}
.c-headline--blog::after {
  width: 58px;
  height: auto;
  aspect-ratio: 58/27;
  background: url(images/headline_blog.png) no-repeat;
  background-size: 100%;
}
.c-headline--overview {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-headline--overview {
    margin-bottom: 60px;
  }
}
.c-headline--overview::after {
  width: 84px;
  height: auto;
  aspect-ratio: 84/17;
  background: url(images/headline_overview.png) no-repeat;
  background-size: 100%;
}

.c-ttl01 {
  position: relative;
  padding: 0 0 5px 65px;
  border-bottom: 1px solid #096188;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    padding: 0 0 5px 45px;
    font-size: 1.8rem;
  }
}
.c-ttl01::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/41;
  bottom: 0;
  left: 15px;
  background: url(images/c_ttl01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-ttl01::before {
    width: 20px;
    bottom: initial;
    top: 0;
    left: 10px;
  }
}

.c-ttl01--dressing-sec01 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01--dressing-sec01 {
    font-size: 1.8rem;
  }
}

.c-ttl02 {
  padding: 15px 10px;
  background: #f4f0e6;
  border-radius: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    padding: 10px;
    font-size: 1.7rem;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt620,
.c-flex-r__txt620 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt620,
  .c-flex-r__txt620 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig440,
.c-flex-r__fig440 {
  max-width: 440px;
  width: 100%;
}
.c-flex__fig440 img,
.c-flex-r__fig440 img {
  border-radius: 20px;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt620,
.c-flex-r-order__txt620 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt620,
  .c-flex-r-order__txt620 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}
.c-flex-order__fig440 img,
.c-flex-r-order__fig440 img {
  border-radius: 20px;
}

/****************************************

_c-column.scss カラム共通

*****************************************/
/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
/*---------- 店舗概要 ----------*/
.p-overview-table {
  display: table;
  width: 100%;
  border: 1px solid #82b9d1;
  border-collapse: separate;
  /*collapseから変更*/
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-overview-table {
    margin-top: 20px;
  }
}
.p-overview-table tbody {
  display: table;
  width: 100%;
}
.p-overview-table tbody th {
  background: #dcf1fa;
  font-weight: 500;
  color: #096188;
}
.p-overview-table tbody td {
  background: transparent;
  border-left: 1px solid #82b9d1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody td {
    border-left: none;
  }
}
.p-overview-table tbody td p {
  line-height: 1.5;
}
.p-overview-table tbody th,
.p-overview-table tbody td {
  border-bottom: 1px solid #82b9d1;
  padding: 15px 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    padding: 10px;
  }
}
.p-overview-table tbody tr:last-child th,
.p-overview-table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody tr:last-child th {
    border-bottom: 1px solid #82b9d1;
  }
}

.p-overview-table tbody th {
  width: 32.2580645161%;
}
.p-overview-table tbody td {
  width: 67.7419354839%;
}
.p-overview-table tbody th,
.p-overview-table tbody td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

/*---------- 料金表 ----------*/
.p-fee-sec01-table {
  display: table;
  width: 100%;
  border: 1px solid #82b9d1;
  border-collapse: separate;
  /*collapseから変更*/
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
.p-fee-sec01-table tbody {
  display: table;
  width: 100%;
}
.p-fee-sec01-table tbody th {
  background: #dcf1fa;
  font-weight: 500;
  color: #096188;
}
.p-fee-sec01-table tbody td {
  background: transparent;
  border-left: 1px solid #82b9d1;
  line-height: 1.5;
}
.p-fee-sec01-table tbody td p {
  line-height: 1.5;
}
.p-fee-sec01-table tbody th,
.p-fee-sec01-table tbody td {
  border-bottom: 1px solid #82b9d1;
  padding: 15px 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-fee-sec01-table tbody th,
  .p-fee-sec01-table tbody td {
    padding: 10px;
  }
}
.p-fee-sec01-table tbody tr:last-child th,
.p-fee-sec01-table tbody tr:last-child td {
  border-bottom: none;
}

.p-fee-sec01-table tbody th {
  width: 39.6226415094%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-fee-sec01-table tbody th {
    width: 60%;
  }
}
.p-fee-sec01-table tbody td {
  width: 43.3962264151%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fee-sec01-table tbody td {
    width: 40%;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
/****************************************

_p-top.scss トップページ

*****************************************/
.p-top-sec01 {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 130px 20px 70px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01 {
    padding: 80px 10px 100px;
  }
}
.p-top-sec01__inner {
  max-width: 1690px;
  width: 100%;
  margin: 0 auto 0 0;
}

.p-top-sec01-flex-order {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order {
    display: flex;
    flex-flow: wrap column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec01-flex-order__txt830 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  width: 49.1124260355%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt830 {
    display: contents;
  }
}
.p-top-sec01-flex-order__fig1020 {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -999;
  width: 60.3550295858%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig1020 {
    order: 2;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 20px;
  }
}
.p-top-sec01-flex-order__fig1020 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%, black 100%);
  mask-image: linear-gradient(to left, transparent 0%, black 30%, black 100%);
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig1020 img {
    position: static;
    object-fit: fill;
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.p-top-sec01-flex-order__btn-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn-box {
    order: 4;
    margin-top: 30px;
  }
}
.p-top-sec01-flex-order__btn {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn {
    max-width: 250px;
    margin-inline: auto;
  }
}
.p-top-sec01-flex-order__btn a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn a {
    padding: 10px;
  }
}

.p-top-sec01-ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 15px;
    font-size: clamp(1.9rem, 5.3vw, 2.2rem);
  }
}
.p-top-sec01-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 232px;
  height: auto;
  aspect-ratio: 232/103;
  top: -110px;
  left: -140px;
  background: url(images/top_sec01_ttl_en.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl::before {
    width: 80px;
    top: -45px;
    left: 0;
  }
}

.p-top-sec02 {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 0 0 70px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 {
    padding: 0 10px 60px;
  }
}
.p-top-sec02__inner {
  max-width: 1690px;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-top-sec02-flex-order {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order {
    display: flex;
    flex-flow: wrap column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec02-flex-order__txt830 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
  width: 49.1124260355%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt830 {
    display: contents;
  }
}
.p-top-sec02-flex-order__fig1020 {
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: -999;
  margin: 0 0 0 auto;
  width: 60.3550295858%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig1020 {
    order: 2;
    margin: 0 auto 10px;
    width: 100%;
    border-radius: 20px;
  }
}
.p-top-sec02-flex-order__fig1020 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%);
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig1020 img {
    position: static;
    object-fit: fill;
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.p-top-sec02-flex-order__btn-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__btn-box {
    order: 4;
    margin-top: 30px;
  }
}
.p-top-sec02-flex-order__btn {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__btn {
    max-width: 250px;
    margin-inline: auto;
  }
}
.p-top-sec02-flex-order__btn a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__btn a {
    padding: 10px;
  }
}

.p-top-sec02-ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.p-top-sec02-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 246px;
  height: auto;
  aspect-ratio: 246/124;
  top: -120px;
  left: -100px;
  background: url(images/top_sec02_ttl_en.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 1790px) {
  .p-top-sec02-ttl::before {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl::before {
    width: 100px;
    top: -45px;
    left: 0;
  }
}

.p-top-sec03 {
  padding: 100px 10px 170px;
  background: url(images/top_sec03_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 {
    padding: 60px 10px;
    background: url(images/top_sec03_bg.jpg) repeat-y center top;
    background-size: 860px 435px;
  }
}
.p-top-sec03__inner {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}

.p-top-sec03__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__list {
    flex-flow: nowrap column;
    align-items: center;
    gap: 60px 0;
  }
}
.p-top-sec03__item {
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
  width: 29.8701298701%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__item {
    max-width: 460px;
    width: 100%;
  }
}
.p-top-sec03__fig460 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 30px;
  max-width: 460px;
  width: 100%;
  height: auto;
  aspect-ratio: 460/316;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__fig460 {
    margin-inline: auto;
  }
}
.p-top-sec03__fig460 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-sec03__txt {
  margin: 0 auto 40px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .p-top-sec03__txt {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.p-top-sec03__btn {
  margin: auto auto 0;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__btn {
    max-width: 250px;
  }
}
.p-top-sec03__btn a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__btn a {
    padding: 10px;
  }
}

.p-top-sec03-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-top: 45px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    margin-bottom: 15px;
    padding-top: 38px;
    font-size: 1.5rem;
  }
}
.p-top-sec03-ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.p-top-sec03-ttl--price::before {
  width: 100px;
  height: auto;
  aspect-ratio: 100/32;
  background: url(images/top_sec03_ttl_en01.png) no-repeat;
  background-size: 100%;
}

.p-top-sec03-ttl--kids::before {
  width: 208px;
  height: auto;
  aspect-ratio: 208/47;
  background: url(images/top_sec03_ttl_en02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl--kids::before {
    width: auto;
    height: 36px;
  }
}

.p-top-sec03-ttl--item::before {
  width: 186px;
  height: auto;
  aspect-ratio: 186/39;
  background: url(images/top_sec03_ttl_en03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl--item::before {
    width: auto;
    height: 33px;
  }
}

.p-top-sec04 {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 140px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04 {
    padding: 90px 10px 30px;
  }
}
.p-top-sec04__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__inner {
    padding: 0;
  }
}

.p-top-sec04-ttl {
  display: inline-block;
  position: relative;
  margin: 0 0 125px 80px;
  padding-top: 25px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-ttl {
    margin: 0 0 60px 30px;
    font-size: 2.2rem;
  }
}
.p-top-sec04-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 51px;
  height: auto;
  aspect-ratio: 51/22;
  top: 0;
  left: 0;
  background: url(images/top_sec04_ttl_en.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec04-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 1100px;
  height: auto;
  aspect-ratio: 1100/170;
  top: 50%;
  left: -490px;
  transform: translateY(-50%);
  background: url(images/top_sec04_bg03.jpg) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-ttl::after {
    width: 720px;
  }
}
.p-top-sec04-ttl__inner {
  position: relative;
}
.p-top-sec04-ttl__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 149px;
  height: auto;
  aspect-ratio: 149/156;
  bottom: -130px;
  left: -100px;
  background: url(images/top_sec04_bg01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-ttl__inner::before {
    width: 49px;
    bottom: -40px;
    left: -30px;
  }
}
.p-top-sec04-ttl__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 754px;
  height: auto;
  aspect-ratio: 754/246;
  top: -110px;
  right: -870px;
  background: url(images/top_sec04_bg02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-ttl__inner::after {
    width: 204px;
    top: -30px;
    right: -220px;
  }
}

.p-top-sec05__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 170px;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__inner {
    padding: 60px 10px;
  }
}
.p-top-sec05__bnr-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__bnr-box {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}
.p-top-sec05__bnr {
  max-width: 560px;
}

/****************************************

newsトップ用

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  max-height: 270px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    max-height: 210px;
  }
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #096188;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
  }
}
.p-diary-list__date {
  width: 21%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #404040;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  width: 79%;
  font-size: 1.8rem;
  font-weight: normal;
  color: #404040;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list a {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 40px 20px 16px 30px;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-diary-list a {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list a:is(:hover, :active) {
  background: rgba(130, 185, 209, 0.2);
}

/****************************************

_p-page-name.scss コンセプト

*****************************************/
.p-concept-sec01__box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__box {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__fig {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__fig img {
    border-radius: 20px;
  }
}
.p-concept-sec01__txt-box {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 999;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__txt-box {
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
    z-index: 0;
    width: auto;
  }
}
.p-concept-sec01__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__txt {
    font-size: 1.4rem;
  }
}
.p-concept-sec01__txt:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__txt:not(:first-of-type) {
    margin-top: 25px;
  }
}

.p-concept-sec02__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec02__ttl {
    margin-bottom: 20px;
  }
}
.p-concept-sec02__sub-ttl {
  margin-bottom: 15px;
}

.p-concept-sec02-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px 80px;
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-concept-sec02-list {
    gap: 40px 0;
  }
}
.p-concept-sec02-list__item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .p-concept-sec02-list__item {
    width: 100%;
  }
}
.p-concept-sec02-list__fig480 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec02-list__fig480 {
    margin-bottom: 15px;
    max-width: 480px;
    margin-inline: auto;
  }
}
.p-concept-sec02-list__fig480 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-concept-sec02-list__tel {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec02-list__tel {
    width: 211px;
  }
}

/****************************************

_p-page-name.scss 料金表

*****************************************/
.p-fee-sec01__txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-fee-sec01__txt {
    margin-bottom: 30px;
  }
}

.p-fee-sec01-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  .p-fee-sec01-list {
    gap: 40px 0;
  }
}
.p-fee-sec01-list__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .p-fee-sec01-list__item {
    width: 100%;
  }
}
.p-fee-sec01-list__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-fee-sec01-list__ttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

/****************************************

_p-page-name.scss 出張着付け

*****************************************/
.p-dressing-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-dressing-ttl {
    margin-bottom: 20px;
  }
}

.p-dressing-ttl--mb15 {
  margin-bottom: 15px;
}

.p-dressing-sec01__tel {
  margin: 15px 0;
  width: 211px;
}
.p-dressing-sec01__insta {
  margin-top: 15px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-dressing-sec01__insta {
    margin: 15px auto 0;
    width: 220px;
  }
}

.p-dressing-sec04__box:not(:last-child) {
  margin-bottom: 15px;
}
.p-dressing-sec04__box-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #096188;
}
@media screen and (max-width: 767px) {
  .p-dressing-sec04__box-ttl {
    font-size: 1.4rem;
  }
}

/****************************************

_p-page-name.scss キッズスペース

*****************************************/
.p-kids-sec01__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-kids-sec01__ttl {
    margin-bottom: 20px;
  }
}

/****************************************

_p-page-name.scss ヘアアイテム

*****************************************/
.p-item-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 25px;
}
@media screen and (max-width: 767px) {
  .p-item-list {
    flex-flow: nowrap column;
    align-items: center;
    gap: 40px 0;
  }
}
.p-item-list__item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 767px) {
  .p-item-list__item {
    max-width: 350px;
    width: 100%;
  }
}
.p-item-list__fig350 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #82b9d1;
  width: 350px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .p-item-list__fig350 {
    max-width: 350px;
    width: 100%;
    height: auto;
    aspect-ratio: 350/260;
  }
}
.p-item-list__fig350 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-item-list__ttl {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.07em;
  background: url(images/c_ttl02.jpg) repeat-y center top;
  background-size: 350px 90px;
}
@media screen and (max-width: 767px) {
  .p-item-list__ttl {
    padding: 10px;
    font-size: 1.8rem;
  }
}

/****************************************

_p-page-name.scss よくあるご質問

*****************************************/
.p-faq-box:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq-box:not(:first-of-type) {
    margin-top: 20px;
  }
}

.p-faq-box {
  padding: 30px;
  background: #f4f0e6;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq-box {
    padding: 25px 15px;
  }
}
.p-faq-box__ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 0px 10px 60px;
  border-bottom: 1px solid #096188;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq-box__ttl {
    margin-bottom: 15px;
    padding: 0px 0px 10px 45px;
    font-size: 1.6rem;
  }
}
.p-faq-box__ttl::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 35px;
  top: 0px;
  left: 10px;
  background: #82b9d1;
  border-radius: 50%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-box__ttl::before {
    top: -5px;
    left: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 1.8rem;
  }
}
.p-faq-box__txt {
  position: relative;
  padding: 0 0 10px 60px;
}
@media screen and (max-width: 767px) {
  .p-faq-box__txt {
    padding: 0 0 0 45px;
  }
}
.p-faq-box__txt::before {
  display: block;
  content: "A";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 35px;
  top: -5px;
  left: 10px;
  background: #ecbb6e;
  border-radius: 50%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-box__txt::before {
    left: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 1.8rem;
  }
}

/****************************************

_p-blog.scss お知らせ

*****************************************/
.p-journal-list__item:not(:last-of-type) {
  margin-bottom: 60px;
}
.p-journal-list__date {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #096188;
}
@media screen and (max-width: 767px) {
  .p-journal-list__date {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-journal-list__ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__ttl {
    margin-bottom: 15px;
  }
}
.p-journal-list__txt {
  margin-bottom: 30px;
}
.p-journal-list__btn {
  width: 340px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    width: 250px;
    margin: 0 auto;
  }
}
.p-journal-list__btn a {
  padding: 18px 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn a {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.p-journal-list__fig440 {
  position: relative;
  width: 440px;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig440 {
    max-width: 440px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/330;
  }
}
.p-journal-list__fig440 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-overview.scss 店舗概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  border-radius: 20px;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc-pc {
    text-align: center;
  }
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #404040;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #82b9d1;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #82b9d1;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #404040;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #404040;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #404040;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #82b9d1;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #404040;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #82b9d1;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #404040;
}

.u-main-color {
  color: #82b9d1;
}

.u-accent-color {
  color: #ecbb6e;
}

.u-red {
  color: #ff0000;
}

.u-blue-dark {
  color: #096188;
}

.u-blue-light {
  color: #82b9d1;
}

.u-yellow {
  color: #ecbb6e;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-jp {
  font-family: "Noto Serif JP", serif;
}

.u-font-en {
  font-family: "Noto Serif JP", serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */