@charset "UTF-8";
:root {
  --margin: calc(10px* 3);
}

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;
}

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: 400;
}

body {
  color: #000;
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.8rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  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: 100px;
}
@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;
}

#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: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  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;
}

#g-nav.panelactive {
  background: url(../images/home/header_bg.jpg);
  background-size: cover;
}

.navR {
  display: flex;
  gap: 40px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .navR {
    gap: 15px;
  }
}

#g-nav {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
  }
}
#g-nav .mainNav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
    width: 80%;
    margin: auto;
  }
}
#g-nav .mainNav li {
  position: relative;
  display: flex;
  align-items: center;
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #000;
  line-height: 1.25em;
}
#g-nav .mainNav li a::before {
  content: "-";
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a::before {
    display: none;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    width: 100%;
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 20px 15px;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    line-height: 1.25em;
  }
}
#g-nav .mainNav .other a {
  color: #155095;
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    top: -2000%;
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 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;
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: #733d52;
  display: block;
  color: #fff !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: #000 !important;
    background-color: #a67e11;
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
    width: 84px;
    min-height: 84px;
    background: #733d52;
  }
  .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;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

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

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

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 77px;
  height: 77px;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #a67e11;
}

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

.openBtn span:nth-of-type(2) {
  margin: 10px 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;
}

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

.fix_contact {
  display: flex;
  flex-direction: column !important;
  gap: 20px;
}
.fix_contact a {
  letter-spacing: 0;
  display: block;
  color: #000;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_contact .mail {
  padding: 14px;
  background-color: #a67e11;
  color: #fff;
}
.fix_contact .tel, .fix_contact .tel2 {
  font-size: clamp(18px, 2vw, 20px);
  background-color: #fff;
  padding: 12px;
}
.fix_contact i, .fix_contact img {
  margin-right: 5px;
}

#global_header {
  transform: translateY(-800px);
  transition: transform 1s;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}
@media only screen and (max-width: 900px) {
  #global_header {
    display: block;
    position: inherit;
    transform: none !important;
  }
}

.header--pinned {
  transform: translateY(0) !important;
  transition: transform 1s;
}

.header {
  background: url(../images/home/footer_bg.jpg);
  background-size: cover;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    gap: 0;
    padding: 20px;
    z-index: 10000;
  }
}
.header .mainNav {
  flex-direction: row !important;
  justify-content: flex-end;
}
.header .navR {
  display: flex;
  flex-direction: row !important;
}
.header .fix_contact {
  flex-direction: row !important;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .header .fix_contact {
    flex-direction: column !important;
  }
}

.header2 {
  justify-content: flex-start;
  align-items: inherit;
  z-index: 9997;
  background: url(../images/home/header_bg.jpg);
  background-size: cover;
  width: 21.79%;
  will-change: transform;
  transition: transform 0.4s ease;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 2%;
}
.header2 #h-logo {
  text-align: left;
}
.header2 .mainNav {
  flex-direction: column !important;
}
.header2 .navR {
  flex-direction: column !important;
}
.header2 .fix_contact {
  flex-direction: column !important;
}
@media only screen and (min-width: 835px) and (max-width: 1450px) {
  .header2 {
    width: 30%;
    padding: 50px 2%;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .header2 {
    padding: 50px 24px;
    width: 25%;
  }
}
@media only screen and (max-width: 900px) {
  .header2 {
    display: none;
  }
}

.mainWrap {
  display: flex;
  justify-content: space-between;
}

.mainArea, .mainWrap article {
  width: 78.21%;
}
@media only screen and (min-width: 835px) and (max-width: 1450px) {
  .mainArea, .mainWrap article {
    width: 76%;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .mainArea, .mainWrap article {
    width: 75%;
  }
}
@media only screen and (max-width: 900px) {
  .mainArea, .mainWrap article {
    width: 100%;
  }
}
.mainArea img, .mainWrap article img {
  width: 100% !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mainArea img, .mainWrap article img {
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

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

.subArea {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .subArea {
    padding: 10rem 0;
  }
}
.subArea h1 {
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1.25em;
  color: #a67e11;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.subArea article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.subArea article > div {
  font-size: 2.4rem;
  display: block;
  color: #a67e11;
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #000;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

footer#global_footer .pageTop {
  font-size: 3rem;
  color: #733d52;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #733d52;
  position: fixed;
  right: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: plus-lighter;
}
footer#global_footer .footer_contact {
  background: url(../images/home/home_contact_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 24px;
  color: #000;
}
footer#global_footer .footer_contact .text {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
footer#global_footer .footer_contact .inner::after {
  content: "";
  background-color: #733d52;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 90px;
}
footer#global_footer .footer_btn {
  gap: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer#global_footer .footer_btn a {
  display: block;
  color: #000;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer_btn a {
    width: 100%;
  }
}
footer#global_footer .footer_btn .mail {
  padding: 10px;
  background-color: #733d52;
  color: #fff;
  font-size: 2.4rem;
}
footer#global_footer .footer_btn .tel, footer#global_footer .footer_btn .tel2 {
  font-size: 2.4rem;
  background-color: #fff;
  padding: 10px;
}
footer#global_footer .footer_btn i, footer#global_footer .footer_btn img {
  margin-right: 5px;
  width: 10% !important;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer_btn i, footer#global_footer .footer_btn img {
    width: auto !important;
  }
}
footer#global_footer .footer_h2 {
  font-size: clamp(26px, 6.6vw, 26px);
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #733d52;
  gap: 15px;
}
footer#global_footer .footer_h2::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #733d52;
  display: block;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer_h2::before {
    width: 10%;
  }
}
footer#global_footer .footer_h2::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #733d52;
  display: block;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer_h2::after {
    width: 10%;
  }
}
footer#global_footer .footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-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 {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #000;
  line-height: 1.25em;
  font-weight: 500;
}
footer#global_footer .footer_bottom {
  background: url(../images/home/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0 30px;
}
footer#global_footer .footer_bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer_bottom .inner {
    gap: 30px;
    flex-wrap: wrap;
  }
}
footer#global_footer .footer_bottom .footer_L {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer_bottom .footer_L {
    width: 100%;
    text-align: center;
  }
}
footer#global_footer .footer_bottom .footer_R {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer#global_footer .footer_bottom .footer_R .gmap iframe {
  width: 100%;
  max-height: 250px;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer_bottom .footer_R {
    width: 100%;
  }
}
footer#global_footer #copy {
  padding: 20px 0;
  background-color: #431426;
  display: block;
  color: #fff;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

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

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

.section-news::after {
  content: "";
  background-color: #733d52;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  display: block;
  margin: 30px auto 0;
}
.section-news__heading {
  position: relative;
  z-index: 1;
}
.section-news__heading::before {
  content: "";
  width: 100%;
  background-color: #733d52;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-news__heading h2 {
  margin-left: 45px;
  padding: 0 15px;
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.25em;
  font-weight: 600;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.section-news__heading h2 .en {
  margin-left: 15px;
  font-size: 2.4rem;
  color: #733d52;
}
@media only screen and (max-width: 900px) {
  .section-news__heading h2 .en {
    font-size: 1.8rem;
  }
}
.section-news__heading article > div {
  line-height: 2em;
}
.section-news__heading article > div:empty {
  margin-top: 0;
}
.section-about {
  background-size: cover;
  position: relative;
  z-index: 1;
}
.section-about::before {
  content: "";
  background: url(../images/home/home_about_bg.jpg);
  background-size: cover;
  height: 500px;
  width: 100%;
  max-width: 62.5vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-about__deco .box:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-about__deco .box:last-of-type {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .section-about__deco .box:last-of-type {
    top: unset;
    bottom: 0;
  }
}
.section-about__heading h1 {
  writing-mode: vertical-rl;
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.25em;
  font-weight: 600;
  position: relative;
  padding-top: 16vh;
}
.section-about__heading h1::before {
  content: url(../images/home/ougi_deco.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-about__heading h1 .underLine1 {
  position: relative;
  z-index: 1;
}
.section-about__heading h1 .underLine1::before {
  content: "";
  background-color: #cba4b3;
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-about__heading h1 .underLine2 {
  display: block;
  margin-top: 200px;
  position: relative;
  z-index: 1;
}
.section-about__heading h1 .underLine2::before {
  content: "";
  background-color: #cba4b3;
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  z-index: -1;
}
.section-about__heading article {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 50px;
}
.section-about__heading article > div {
  line-height: 1.8em;
  writing-mode: vertical-rl;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .section-about__heading article > div {
    line-height: 1.8em;
  }
}
.section-about__heading article > div:empty {
  margin-top: 0;
}
.section-about .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .section-about .inner {
    display: block;
  }
}
.section-about .inner .section-left {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-about .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-about .inner .section-left {
    width: 100% !important;
    text-align: center;
  }
}
.section-about .inner .section-right {
  width: 48%;
}
.section-about .inner .section-right .btn {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .section-about .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-kouen .inner {
  max-width: 74.48vw;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .section-kouen .inner {
    display: block;
  }
}
.section-kouen .inner .section-left {
  width: 50%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-kouen .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-kouen .inner .section-left {
    width: 100% !important;
    text-align: center;
  }
}
.section-kouen .inner .section-right {
  width: 50%;
}
.section-kouen .inner .section-right .btn {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .section-kouen .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .section-kouen .inner {
    max-width: 100%;
  }
}
.section-kouen .inner::before {
  content: "";
  background: url(../images/home/home_kouen_bg.png);
  max-width: 54.17vw;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3%;
  bottom: -7%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .section-kouen .inner::before {
    max-width: 100%;
    right: 0;
  }
}
.section-kouen .inner::after {
  content: "";
  background: #fff;
  max-width: 54.17vw;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .section-kouen .inner::after {
    max-width: 100%;
  }
}
.section-kouen .section-left img {
  width: 100% !important;
}
.section-kouen .section-right {
  position: relative;
  background-color: #fff;
  padding: 10%;
  margin-top: 0 !important;
}
.section-kouen__heading h2 {
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.25em;
  font-weight: 300;
  color: #733d52;
  margin-bottom: 40px;
}
.section-kouen__heading article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-kouen__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-nyumon-prof {
  background-size: cover;
}
.section-nyumon-prof .inner {
  max-width: 78.65vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-nyumon-prof .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .section-nyumon-prof .inner {
    max-width: 100%;
  }
}
.section-nyumon-prof__flex {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 834px) {
  .section-nyumon-prof__flex {
    width: 100%;
  }
}
.section-nyumon-prof__flex .box {
  overflow: visible !important;
}
.section-nyumon-prof__flex .box:first-of-type {
  position: relative;
  z-index: 1;
}
.section-nyumon-prof__flex .box:first-of-type::before {
  content: "";
  width: 100%;
  background-color: #733d52;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-nyumon-prof__flex .box:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.section-nyumon-prof__flex .box:last-of-type img {
  width: 62% !important;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-nyumon-prof__flex .box:last-of-type img {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .section-nyumon-prof__flex .box:last-of-type img {
    width: 100% !important;
  }
}
.section-nyumon-prof__flex .box:last-of-type article > div {
  width: 35%;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-nyumon-prof__flex .box:last-of-type article > div {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .section-nyumon-prof__flex .box:last-of-type article > div {
    width: 100% !important;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-nyumon-prof__flex .box:last-of-type {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .section-nyumon-prof__flex .box:last-of-type {
    flex-wrap: wrap;
  }
}
.section-nyumon-prof__flex .box:last-of-type::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.section-nyumon-prof__flex .box h2 {
  color: #333;
  font-weight: 600;
  font-size: clamp(32px, 3vw, 36px);
  line-height: 1.25em;
  background: url(../images/home/home_nyumon_prof_bg.jpg);
  background-size: cover;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  margin-bottom: 30px;
}

.deco-wrapper {
  position: relative;
  z-index: 1;
}
.deco-wrapper .box:first-of-type {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}
.deco-wrapper .box:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dl-news {
  max-height: 398px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  padding: 20px 15px !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dl {
  border-bottom: 1px dashed #777777;
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

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

.btn__solid {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .btn__solid {
    width: 100% !important;
  }
}
.btn__solid a {
  background-color: #733d52;
  text-align: center;
  color: #fff;
  line-height: 1.25em;
  position: relative;
  display: block;
  padding: 10px;
  min-width: 200px;
}
@media screen and (max-width: 640px) {
  .btn__solid a {
    min-width: 100%;
  }
}

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

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

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

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger {
  opacity: 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: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-animated {
  opacity: 1 !important;
}

.is-animated h2 {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}

.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}

.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}

.switch input[type=checkbox] {
  display: none;
}

.switch label {
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}

/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}

.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}

.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}

@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 640px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
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: #733d52 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #000 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #733d52 !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: #733d52;
  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;
}

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

.heading-left h2 {
  font-size: clamp(26px, 2.6vw, 26px);
  line-height: 1.25em;
  border-bottom: 1px solid #733d52;
  padding-bottom: 15px;
}
.heading-left article > div {
  margin-top: 50px;
  line-height: 2em;
}
.heading-left article > div:empty {
  margin-top: 0;
}
.heading-center h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.heading-center h2::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #733d52;
  display: block;
}
@media screen and (max-width: 834px) {
  .heading-center h2::before {
    width: 10%;
  }
}
.heading-center h2::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #733d52;
  display: block;
}
@media screen and (max-width: 834px) {
  .heading-center h2::after {
    width: 10%;
  }
}
.heading-center article > div {
  margin-top: 50px;
  line-height: 2em;
}
.heading-center article > div:empty {
  margin-top: 0;
}

.dl__list dt {
  border: none !important;
  padding: 30px 15px !important;
}
@media screen and (max-width: 640px) {
  .dl__list dt {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
.dl__list dd {
  border: none !important;
  padding: 30px 15px !important;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .dl__list dd {
    width: 100% !important;
  }
}
.dl__list dl {
  border-bottom: #a67e11 1px solid;
}
@media screen and (max-width: 640px) {
  .dl__list dl {
    display: block !important;
  }
}

.td-info .td_top, .td-info .td_L {
  background-color: #733d52;
  color: #fff;
}

.ul__list--prof {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.ul__list--prof ul {
  display: grid;
  gap: 10px;
}
.ul__list--prof ul li {
  padding: 20px 10px;
  border-bottom: 1px dashed #733d52;
}

.message-prof {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.message-prof > div {
  background-color: #fff;
  line-height: 2em;
  padding: 50px;
}
.message-prof > div::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #733d52;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.message-prof > div::after {
  content: "";
  visibility: visible !important;
  width: 50px;
  height: 50px;
  background-color: #733d52;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}

.flex-nyumon {
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .flex-nyumon .box {
    width: 100%;
  }
}
.flex-gallery {
  gap: 30px;
}
.flex-gallery .box {
  width: calc((100% - 60px) / 3);
}
.flex-gallery .box img {
  aspect-ratio: 1.3/1;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .flex-gallery .box {
    width: 100%;
  }
}
.flex-gallery2 {
  gap: 30px;
}
.flex-gallery2 .box {
  width: calc((100% - 60px) / 3);
  text-align: center;
}
.flex-gallery2 .box h3 {
  background-color: #a67e11;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.flex-gallery2 .box img {
  aspect-ratio: 1.3/1;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-gallery2 .box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .flex-gallery2 .box {
    width: 100%;
  }
}

.form dt {
  border: none !important;
  padding: 30px 15px !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    padding-bottom: 0 !important;
  }
}
.form dd {
  border: none !important;
  padding: 30px 15px !important;
}
.form dl {
  border-bottom: #a67e11 1px solid;
}

.policy p {
  margin-bottom: 10px;
  line-height: 2.25em;
}
.policy h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #733d52;
  padding-bottom: 8px;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.fadeupTrigger {
  opacity: 0;
}

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */