@charset "UTF-8";
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-20: calc((100% - 20px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-75: calc((100% - 75px*2) / 3);
  --flex3-10: calc((100% - 10px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex2-75: calc((100% - 75px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-10: calc((100% - 10px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-30: calc((100% - 30px*3) / 4);
  --flex4-40: calc((100% - 40px*3) / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --flex5-10: calc((100% - 10px*4) / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#000000;
  --white:#ffffff;
  --accColor:#51236c;
  --titleColor:#000000;
  --letter: 0.22em;
  --btnColor:#000000;
  --paleColor:#f7f7f7;
  --inner-2:82.5vw;
  --en: "Raleway", sans-serif;
  --ja: "Zen Kaku Gothic New", sans-serif;
  --black:#000000;
  --grad-1:linear-gradient(to right, #cef7fd , #e4fcee);
  --grad-2:linear-gradient(-74deg, #e4fcee, #cef7fd, #fff 95%);
  --grad-3:linear-gradient(37deg, #60d6e8 , #5bc6b3);
  --grad-4:linear-gradient(-14deg, #e4fcee 20%, #cef7fd , #fff 64%);
  --grad-vertical:linear-gradient(to bottom, #60d6e8 , #5bc6b3);
  --icon-fill:"Phosphor-fill";
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 500;
}

body {
  position: relative;
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--black);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: var(--ja);
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 150px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  background: none !important;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#g-nav {
  width: 100%;
  overflow-y: auto;
}
#g-nav .mainNav {
  display: none;
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
  .nav_dropdown a::before {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  /*アクティブクラスがついたら位置を0に*/
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: 1px solid var(--accColor) !important;
  }
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: var(--black) !important;
    background-color: var(--paleColor);
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
    width: 60px;
    min-height: 60px;
    background: var(--accColor);
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: block;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9997;
}
.openBtn .btnText {
  font-family: var(--en);
  font-size: 1.8rem;
  font-weight: 500;
}

.btnArea {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 130px;
  height: 127px;
}
@media screen and (max-width: 834px) {
  .btnArea {
    width: 80px;
    height: 77px;
  }
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #000;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
  margin: 10px 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.openBtn.active .btnText {
  color: var(--white);
}
.openBtn.active span {
  background: var(--white);
}

.header {
  z-index: 9997;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.header .h-logo {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  z-index: 1;
  max-width: 55vw;
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    padding: 20px;
  }
}

.header.panelactive {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 0;
  padding: 100px 50px 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  background-color: var(--mainColor);
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .header.panelactive {
    width: 100%;
    padding: 50px 3vw;
  }
}
.header.panelactive .mainNav {
  overflow-y: auto;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  flex-flow: column wrap;
}
.header.panelactive .mainNav li {
  text-align: left;
}
.header.panelactive .mainNav li a {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 15px !important;
  color: var(--white);
  font-size: clamp(14px, 1.6vw, 18px);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header.panelactive .mainNav li a .en {
  font-size: clamp(26px, 3vw, 32px);
  font-family: var(--en);
  line-height: 1.25em;
}

.fix_contact {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9996;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .fix_contact {
    gap: 10px;
    right: 15px;
  }
}
.fix_contact .line {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  line-height: 1.25em;
  color: var(--black);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .fix_contact .line {
    font-size: 1.4rem;
  }
}
.fix_contact .line img {
  max-width: 13vw;
}

.mainWrap {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mainWrap .scroll {
  position: relative;
  font-size: 1.8rem;
  transform: rotate(90deg);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: var(--en);
  height: 5.21vw;
  width: 5.21vw;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .mainWrap .scroll {
    height: 9.21vw;
  }
}
.mainWrap .scroll .arrow {
  display: flex;
  align-items: center;
  margin-left: 30px;
  position: relative;
}
.mainWrap .scroll .arrow::before {
  content: "";
  width: 120px;
  height: 2px;
  background-color: var(--mainColor);
  display: block;
}
.mainWrap .scroll .arrow::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -5px;
}

.mainArea {
  width: 94.79vw;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .mainArea {
    width: 80.79vw;
  }
}
.mainArea img {
  height: calc(100vh - 106px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .mainArea img {
    height: 60vh !important;
  }
}

#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.img-kv img {
  width: 100% !important;
  padding-right: 5.21vw;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.blogArea {
  text-align: left;
  padding: 0 24px 40px 24px;
}

.subArea .en, .blogArea .en {
  font-size: clamp(52px, 6vw, 62px);
  display: block;
  line-height: 1.25em;
  font-family: var(--en);
}
.subArea .en::before, .blogArea .en::before {
  content: "/";
  font-family: var(--en);
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
.subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.25em;
  margin-top: 10px;
}
.subArea article, .blogArea article {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--black);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

footer#global_footer {
  background-color: var(--mainColor);
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--white);
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1em;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
    bottom: 95px;
  }
}
footer#global_footer .footer {
  padding: 100px 5.21vw;
  color: var(--white);
}
footer#global_footer .footer-logo {
  filter: invert(1);
  margin-bottom: 60px;
}
footer#global_footer .footer-nav {
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.67);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    flex-direction: column;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  color: var(--white);
  display: inline-block;
  position: relative;
}
footer#global_footer #copy {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: var(--white);
  display: block;
}

.index #contents_wrap {
  padding-bottom: 0 !important;
}

.title-01 h2 {
  font-size: clamp(34px, 3.6vw, 40px);
  line-height: 1.25em;
}
.title-01 h2 .en {
  font-family: var(--en);
  font-size: 0.7em;
  display: block;
  line-height: 1em;
  margin-bottom: 28px;
}
.title-01 h2::before {
  content: "/";
  font-family: var(--en);
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 38px;
}
.title-01 p, .title-01 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}
.title-01-en h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(44px, 5vw, 50px);
  line-height: 1em;
  font-family: var(--en);
}
.title-01-en h2::before {
  content: "/";
  text-align: left;
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 38px;
}
.title-01-en p, .title-01-en article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-01-en p:empty, .title-01-en article > div:empty {
  margin-top: 0;
}
.title-01-en-left h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: clamp(44px, 5vw, 50px);
  line-height: 1em;
  font-family: var(--en);
}
.title-01-en-left h2::before {
  content: "/";
  text-align: left;
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 38px;
}
.title-01-en-left p, .title-01-en-left article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-01-en-left p:empty, .title-01-en-left article > div:empty {
  margin-top: 0;
}
.title-01-h1 h1 {
  font-size: clamp(34px, 3.6vw, 40px);
  line-height: 1.25em;
}
.title-01-h1 h1 .en {
  font-family: var(--en);
  font-size: 0.7em;
  display: block;
  line-height: 1em;
  margin-bottom: 28px;
}
.title-01-h1 h1::before {
  content: "/";
  font-family: var(--en);
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 38px;
}
.title-01-h1 p, .title-01-h1 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-01-h1 p:empty, .title-01-h1 article > div:empty {
  margin-top: 0;
}

.scroll-hint-text {
  line-height: 1.25em;
}

.text-waku {
  position: relative;
  z-index: 1;
}
.text-waku > div {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .text-waku > div {
    padding: 30px;
  }
}
.text-waku::before {
  content: "";
  background-color: var(--accColor);
  width: 80px;
  height: 80px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.text-waku::after {
  content: "";
  background-color: var(--accColor);
  width: 80px;
  height: 80px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  visibility: visible !important;
  z-index: -1;
}
.text .back {
  background-color: var(--paleColor);
}
.text > div, .text p {
  line-height: 3em;
}
.text article > div, .text p {
  line-height: 3em;
}

.imgWrap {
  margin-inline: calc(50% - 50vw);
}

.fix-img {
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 834px) {
  .fix-img {
    background-attachment: scroll;
    height: 300px !important;
  }
}

.section-salon .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .section-salon .inner {
    display: block;
  }
}
.section-salon .inner .section-left {
  width: 48%;
}
.section-salon .inner .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-salon .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-salon .inner .section-left {
    width: 100% !important;
  }
}
.section-salon .inner .section-right {
  width: 48%;
}
.section-salon .inner .section-right .btn {
  margin-top: 50px;
}
.section-salon .inner .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-salon .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-salon .inner .section-right .gmap {
  height: 100%;
}
.section-salon .inner .section-right .gmap iframe {
  height: 100%;
  filter: grayscale(1);
}
.section-concept {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .section-concept {
    display: block;
  }
}
.section-concept .section-left {
  width: 41%;
}
.section-concept .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-concept .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-concept .section-left {
    width: 100% !important;
  }
}
.section-concept .section-right {
  width: 48%;
}
.section-concept .section-right .btn {
  margin-top: 50px;
}
.section-concept .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-concept .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-staff {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .section-staff {
    display: block;
  }
}
.section-staff .section-left {
  width: 48%;
}
.section-staff .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-staff .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-staff .section-left {
    width: 100% !important;
  }
}
.section-staff .section-right {
  width: 48%;
}
.section-staff .section-right .btn {
  margin-top: 50px;
}
.section-staff .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-staff .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-news {
  position: relative;
}
.section-news::before {
  content: "";
  border-bottom: 2px solid var(--mainColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: var(--transX);
  width: 89.06vw;
  height: 2px;
}

#form_calendar {
  font-family: var(--en);
  max-width: 790px;
  margin: auto;
  color: var(--mainColor);
}
#form_calendar table {
  border-bottom: 1px solid #e4e4e4 !important;
  margin-bottom: 0 !important;
}
#form_calendar .past {
  background-color: var(--paleColor) !important;
}
#form_calendar tr {
  height: 80px !important;
}
#form_calendar tr td:first-of-type {
  background-color: var(--paleColor) !important;
}
#form_calendar .head span {
  color: var(--mainColor) !important;
  font-weight: 500 !important;
}
#form_calendar td {
  border-color: #e4e4e4 !important;
}
#form_calendar td label {
  font-weight: 400 !important;
}
#form_calendar .close span {
  font-weight: 500 !important;
  color: var(--mainColor) !important;
}
#form_calendar .open span {
  border: 1px solid var(--mainColor) !important;
}
#form_calendar thead tr th {
  color: var(--mainColor) !important;
  font-weight: 400 !important;
}

.flex-btn-catalog {
  align-items: flex-start;
  gap: 10px;
}
.flex-btn-catalog .box {
  width: var(--flex5-10);
}
.flex-btn-catalog .box:nth-of-type(even) {
  margin-top: 40px;
}
.flex-btn-catalog .box article {
  position: relative;
}
.flex-btn-catalog .box article img {
  transform-origin: center;
  transform: scale(1.1);
  filter: grayscale(1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex-btn-catalog .box article a {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  color: var(--black);
  align-items: flex-end;
}
.flex-btn-catalog .box article a .in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  margin-bottom: 60px;
}
.flex-btn-catalog .box article a .in .en {
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--en);
  font-size: clamp(28px, 3vw, 32px);
  background-color: #fff;
  line-height: 1.25em;
  padding: 5px;
}
.flex-btn-catalog .box article a .in .ja {
  line-height: 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-family: var(--ja);
  background-color: #fff;
  padding: 5px;
}
.flex-btn-catalog .box:hover img {
  filter: grayscale(0);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1);
}
.flex-btn-catalog .box:hover a {
  opacity: 1 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-btn-catalog .box {
    width: var(--flex3-10);
  }
}
@media screen and (max-width: 640px) {
  .flex-btn-catalog .box {
    width: var(--flex2-10);
  }
}
.flex-voice .box {
  padding: 34px;
  width: var(--flex3-0);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 834px) {
  .flex-voice .box {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.flex-voice .box:nth-of-type(3n) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.flex-voice .box:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.flex-voice .box:nth-of-type(-n + 3) {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.flex-voice .box .infoWrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 35px;
}
.flex-voice .box .infoWrap-left {
  font-size: 1.6rem;
}
.flex-voice .box .infoWrap-left .star {
  margin-top: 10px;
}
.flex-voice .box .infoWrap-date .label {
  padding: 4px 13px;
  font-size: 1.2rem;
  background-color: var(--mainColor);
  color: var(--white);
  border-radius: 13px;
  margin-right: 8px;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  .flex-voice .box {
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
  }
  .flex-voice .box:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.flex-ttl-btn {
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .flex-ttl-btn {
    gap: 50px;
  }
}
.flex-ttl-btn .box {
  overflow: visible !important;
}
.flex-ttl-btn .box .btn-small:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .flex-ttl-btn .box {
    width: 100%;
  }
}

.sns-slider .slick-slide {
  margin: 0 15px;
}
.sns-slider .sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 30px;
}
.sns-slider .sns_list > div {
  border-bottom: none !important;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .sns-slider .sns_list > div {
    width: 100%;
    flex-direction: row !important;
  }
}
.sns-slider .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
  font-size: 1.4rem !important;
}
.sns-slider .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.sns-slider .sns_list > div .sns_text h3 a {
  color: var(--black);
}
.sns-slider .sns_list > div .sns_text .clearfix {
  display: none;
}
.sns-slider .sns_list > div .sns_text .sns_date {
  line-height: 1em;
  color: rgba(0, 0, 0, 0.5);
  font-family: var(--en);
  margin: 10px 0;
}
.sns-slider .sns_list > div .sns_photo {
  width: 100%;
  padding: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .sns-slider .sns_list > div .sns_photo {
    margin: auto;
  }
}
.sns-slider .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.dl-news {
  max-width: 1000px;
  margin: auto;
  max-height: 410px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
  padding: 30px 8px !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  font-family: var(--en);
  line-height: 1em;
  justify-content: flex-start !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dd {
  line-height: 1.25em;
}
.dl-news dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}
.dl-modaal {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .dl-modaal {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.dl-modaal dt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 14px !important;
  border: none !important;
  justify-content: flex-start !important;
  border-radius: 50px;
  align-items: center !important;
  font-size: 1.2rem;
  background-color: #000;
  color: var(--white);
}
@media screen and (max-width: 834px) {
  .dl-modaal dt {
    width: 100% !important;
  }
}
.dl-modaal dd {
  padding: 8px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-modaal dd {
    width: 100% !important;
  }
}
.dl-modaal dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .dl-modaal dl {
    display: block !important;
    width: 46%;
  }
}
.dl-company dt {
  padding: 25px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company dd {
  padding: 25px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  min-height: 415px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  text-align: center;
  background-color: var(--mainColor);
  display: block;
  padding: 30px;
  font-family: var(--en);
  border-radius: 50px;
  font-size: 1.8rem;
  min-width: 298px;
  color: var(--white);
  line-height: 1em;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .btn a {
    min-width: 100%;
  }
}
.btn a:hover {
  background-color: var(--accColor);
  opacity: 1 !important;
}
.btn-small {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn-small {
    width: 100%;
  }
}
.btn-small a {
  text-align: center;
  background-color: var(--mainColor);
  display: block;
  padding: 16px;
  font-family: var(--en);
  border-radius: 50px;
  min-width: 170px;
  color: var(--white);
  line-height: 1em;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .btn-small a {
    min-width: 100%;
  }
}
.btn-small a:hover {
  background-color: var(--accColor);
  opacity: 1 !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeUp-load {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime-load {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUpAnime {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local-title-01 h2 {
  font-size: 1.4rem;
}
.local-title-01 h2 .en {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: clamp(44px, 5vw, 50px);
  line-height: 1em;
  font-family: var(--en);
  display: block;
  margin-bottom: 14px;
}
.local-title-01 h2::before {
  content: "/";
  text-align: left;
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 38px;
}
.local-title-01 p, .local-title-01 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.local-title-01 p:empty, .local-title-01 article > div:empty {
  margin-top: 0;
}
.local-title-ja h2 {
  font-size: 1.4rem;
  border-bottom: 1px solid var(--accColor);
  padding-bottom: 15px;
}
.local-title-ja h2 .en {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: clamp(44px, 5vw, 50px);
  line-height: 1em;
  font-family: var(--en);
  margin-bottom: 14px;
  margin-right: 15px;
}
.local-title-ja h2::before {
  content: "/";
  text-align: left;
  font-weight: 100;
  font-size: clamp(62px, 7vw, 78px);
  color: var(--accColor);
  display: block;
  line-height: 1em;
  margin-bottom: 38px;
}
.local-title-ja p, .local-title-ja article > div {
  line-height: 3em;
  margin-top: 50px;
}
.local-title-ja p:empty, .local-title-ja article > div:empty {
  margin-top: 0;
}

.sub-title-en h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.25em;
  font-family: var(--en);
}
.sub-title-en article > div {
  margin-top: 30px;
}
.sub-title-en article > div:empty {
  margin-top: 0;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
  float: none !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.dl-profile {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .dl-profile {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.dl-profile dt {
  padding: 8px !important;
  border: none !important;
  justify-content: flex-start !important;
  border-radius: 50px;
  align-items: center !important;
  font-size: 1.2rem;
  min-width: 116px;
}
@media screen and (max-width: 834px) {
  .dl-profile dt {
    width: 100% !important;
  }
}
.dl-profile dd {
  padding: 8px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-profile dd {
    width: 100% !important;
  }
}
.dl-profile dl {
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .dl-profile dl {
    display: block !important;
    width: 46%;
  }
}

.local-section-imgText {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-imgText {
    display: block;
  }
}
.local-section-imgText .section-left {
  width: 48%;
}
.local-section-imgText .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-imgText .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-imgText .section-left {
    width: 100% !important;
  }
}
.local-section-imgText .section-right {
  width: 48%;
}
.local-section-imgText .section-right .btn {
  margin-top: 50px;
}
.local-section-imgText .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-imgText .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.modaal-close {
  position: absolute !important;
  background-color: var(--black) !important;
  right: -25px !important;
  top: -25px !important;
}

.modaal-content-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.modaal-content-container .box {
  width: var(--flex2);
}
@media screen and (max-width: 834px) {
  .modaal-content-container .box {
    width: 100%;
  }
}
.modaal-content-container .box:first-of-type > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.modaal-content-container .box:first-of-type > div img:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
.modaal-content-container .box:first-of-type > div img:nth-of-type(2) {
  grid-column: 3/4;
}
.modaal-content-container .box:first-of-type > div img:nth-of-type(3) {
  grid-column: 3/4;
}
.modaal-content-container .box:last-of-type h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.25em;
  margin-bottom: 15px;
  background-color: var(--paleColor);
  margin-top: 15px;
}
.modaal-content-container .box:last-of-type h3:first-of-type {
  margin-top: 0;
}

.local-flex-btn-anchor {
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor {
    gap: 15px;
    justify-content: space-between;
  }
}
.local-flex-btn-anchor .box {
  width: var(--flex3);
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-btn-anchor .box {
    width: var(--flex2-15);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-btn-anchor .box {
    width: 100%;
  }
}
.local-flex-btn-anchor .box > div {
  height: 100%;
}
.local-flex-btn-anchor .box a {
  height: 100%;
  background-color: var(--black);
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  border-radius: 5px;
}
.local-flex-img-catalog {
  gap: 30px;
}
.local-flex-img-catalog .box {
  width: var(--flex3);
}
.local-flex-img-catalog .box img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .local-flex-img-catalog .box {
    width: var(--flex2);
  }
}
.local-flex-staff {
  gap: 75px;
}
@media screen and (max-width: 834px) {
  .local-flex-staff {
    gap: 30px;
  }
}
.local-flex-staff .box {
  width: var(--flex2-75);
  position: relative;
  overflow: visible !important;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .local-flex-staff .box {
    width: var(--flex2);
  }
}
.local-flex-staff .box img {
  aspect-ratio: 1/1.1;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-flex-staff .box .name {
  font-family: var(--en);
  font-size: clamp(24px, 2.6vw, 32px);
  color: #ccc;
  margin-top: 30px;
}
.local-flex-staff .box .name .ja {
  color: var(--mainColor);
  font-family: var(--ja);
  font-size: 0.5em;
  margin-left: 15px;
}
.local-flex-staff .box h3 {
  position: absolute;
  writing-mode: vertical-rl;
  top: 0;
  right: 0;
  font-family: var(--en);
  font-size: 1.5em;
  line-height: 1em;
}
.local-flex-imgText {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.local-flex-imgText .box {
  width: var(--flex2);
}
.local-flex-imgText .box img {
  width: 100% !important;
}
.local-flex-imgText .box h3 {
  margin-bottom: 15px;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.25em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mainColor);
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 3em;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText .box {
    width: 100% !important;
  }
}
.local-flex-img-3 {
  gap: 30px;
}
.local-flex-img-3 .box {
  width: var(--flex3);
}
.local-flex-img-3 .box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 .box {
    width: var(--flex2);
  }
}

.local-list-sns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.local-list-sns ul li a {
  color: var(--black);
  font-size: clamp(42px, 5vw, 60px);
}
.local-list-point ul li {
  overflow: visible !important;
  position: relative;
  padding-left: 7rem;
  line-height: 1.25em;
  margin-bottom: 45px;
}
.local-list-point ul li .en {
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  color: var(--white);
  font-family: var(--en);
  font-size: 1.4rem;
  width: 60px;
  height: 60px;
  border-radius: 100vh;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.local-list-point ul li .en .nb {
  font-size: 2em;
  margin-top: 10px;
}

.thumb-slider .slick-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  position: inherit !important;
}
.thumb-slider .slick-slider img {
  width: 100% !important;
  border-radius: 14px;
}
.thumb-slider .slick-slider .slick-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 8px;
  bottom: -unset !important;
  position: inherit !important;
}
.thumb-slider .slick-slider .slick-dots li {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.thumb-slider .slick-slider .slick-dots li img {
  width: 100% !important;
  aspect-ratio: 1.3/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.thumb-slider .slick-dotted {
  margin-bottom: 0 !important;
}

.form dt {
  padding: 25px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 25px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .form dl {
    display: block !important;
  }
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-blog .date {
  color: var(--black) !important;
  font-family: var(--en);
}
.page-blog section div#contents article h1, .page-blog section div#contents article h2 {
  color: var(--black);
}
.page-blog #form_calendar tr {
  height: 30px !important;
}
.page-blog .blog_photo {
  display: block !important;
}
.page-blog .summary {
  display: block !important;
}
.page-blog section div#contents > dl dt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .page-blog section div#contents > dl dt {
    display: block;
  }
}
.page-blog section div#contents > dl dt .blog_photo {
  grid-row: 1/3;
}
.page-blog section div#contents > dl dt .blog_photo img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-blog section div#contents > dl dt > div:nth-of-type(2) {
  grid-column: 2/4;
}
.page-blog section div#contents > dl dt > div:nth-of-type(2) a {
  color: var(--black);
  text-decoration: underline;
}
.page-blog section div#contents > dl dt .summary {
  grid-column: 2/4;
  font-size: 1.4rem;
}
.page-blog section div#contents > dl ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page-blog section div#contents > dl ul li a {
  display: block;
  background-color: #ececec;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
  margin: 0 !important;
}
.page-blog section div#contents > dl {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 !important;
}/*# sourceMappingURL=assets.css.map */