@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

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

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(148, 126, 172, 0.7);
}

::selection {
  background-color: rgba(148, 126, 172, 0.7);
}

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

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

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

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

.disnone {
  display: none;
}

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

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

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

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

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

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

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

small {
  font-size: 80%;
}

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

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

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

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

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ 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;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header.transform {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 640px) {
  .header {
    height: 44px;
  }
}
.header .header_logo {
  width: 400px;
  margin-left: 20px;
}
@media only screen and (max-width: 1600px) {
  .header .header_logo {
    width: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .header .header_logo {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    padding-right: 16px;
    width: 160px;
  }
}
.header .header_logo a img {
  mix-blend-mode: multiply;
}
.header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav {
    position: fixed;
    right: -100%;
    margin-top: 0;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    opacity: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    padding: 90px 20px;
    width: 100%;
    z-index: 999;
  }
}
.header .header_content nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header .header_content nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 16px 0;
  }
}
.header .header_content nav .nav_menu li {
  margin-left: 8px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li {
    margin-left: 0;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #f2a0cd;
  }
  > .header .header_content nav .nav_menu li:last-child a {
    border-bottom: none;
  }
}
.header .header_content nav .nav_menu li a {
  color: #454545;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.header .header_content nav .nav_menu li a span {
  font-size: 2.8rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.header .header_content nav .nav_menu li.nav_list {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li.nav_list {
    border-bottom: solid 1px #f2a0cd;
  }
}
.header .header_content nav .nav_menu li.nav_list p {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li.nav_list p::after {
    font-weight: 600;
    content: "+";
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 60px;
    height: 100%;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #947eac;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li.nav_list p.open::after {
    font-weight: 600;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 60px;
    height: 100%;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #947eac;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
  }
}
.header .header_content nav .nav_menu li.nav_list ul.dropdown {
  width: 140px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li.nav_list ul.dropdown {
    position: static;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
.header .header_content nav .nav_menu li.nav_list ul.dropdown li.dropdown_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li.nav_list ul.dropdown li.dropdown_list:first-child {
    border-top: solid 1px #f6f6f3;
  }
  .header .header_content nav .nav_menu li.nav_list ul.dropdown li.dropdown_list:last-child {
    border-bottom: none;
  }
}
.header .header_content nav .nav_menu li.nav_list ul.dropdown li.dropdown_list a {
  display: block;
  background-color: #947eac;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li.nav_list ul.dropdown li.dropdown_list a {
    font-size: 1.4rem;
    background: transparent;
    text-align: center;
    color: #454545;
  }
}
.header .header_content nav .nav_menu li.nav_list ul.dropdown li.dropdown_list a:hover {
  background-color: #f2a0cd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  opacity: 1;
}
.header .header_content nav .tel2,
.header .header_content nav .contact2 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .tel2,
.header .header_content nav .contact2 {
    display: block;
  }
}
.header .header_content nav .tel2 a {
  background: #947eac;
  display: block;
  color: #fff;
  text-align: center;
  padding: 16px;
  max-width: 641px;
  margin: 0 auto;
  font-weight: 500;
}
.header .header_content nav .tel2 a .tel_text {
  line-height: 1;
}
.header .header_content nav .tel2 a .tel_text i {
  padding-right: 8px;
}
.header .header_content nav .tel2 a .hours {
  font-size: 1.2rem;
  padding-left: 8px;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .contact2 {
    margin-top: 8px;
  }
}
.header .header_content nav .contact2 a {
  background: #f2a0cd;
  display: block;
  color: #fff;
  text-align: center;
  padding: 16px;
  max-width: 641px;
  margin: 0 auto;
}
.header .header_content nav .contact2 a span {
  line-height: 1;
  position: relative;
  padding-left: 8px;
}
.header .header_content .hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .hamburger {
    display: block;
    height: 80px;
    width: 80px;
    cursor: pointer;
    display: block;
    pointer-events: auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger {
    height: 44px;
    width: 44px;
  }
}
.header .header_content .hamburger span {
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span {
    left: 10px;
    width: 25px;
  }
}
.header .header_content .hamburger span:nth-child(1) {
  top: 27px;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span:nth-child(1) {
    top: 13px;
  }
}
.header .header_content .hamburger span:nth-child(2) {
  top: 40px;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span:nth-child(2) {
    top: 22px;
  }
}
.header .header_content .hamburger span:nth-child(3) {
  top: 53px;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span:nth-child(3) {
    top: 31px;
  }
}
.header .header_content .hamburger.open {
  background-color: #947eac;
}
.header .header_content .hamburger.open span {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger.open span {
    width: 30px;
    left: 8px;
  }
}
.header .header_content .hamburger.open span:nth-child(1) {
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger.open span:nth-child(1) {
    top: 22px;
  }
}
.header .header_content .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .header_content .hamburger.open span:nth-child(3) {
  top: 37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger.open span:nth-child(3) {
    top: 22px;
  }
}
.header .header_content .tel a {
  width: 260px;
  height: 100px;
  color: #454545;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-family: "Old Standard TT", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  margin-left: 30px;
  font-weight: 500;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
}
@media only screen and (max-width: 1400px) {
  .header .header_content .tel a {
    width: 240px;
    height: 80px;
    letter-spacing: 0;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .tel a {
    width: 80px;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .tel a {
    width: 44px;
    height: 44px;
  }
}
.header .header_content .tel a i {
  font-size: 24px;
  padding-right: 10px;
}
@media only screen and (max-width: 1400px) {
  .header .header_content .tel a i {
    padding: 0;
  }
}
.header .header_content .tel a .hours {
  margin-top: 12px;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .tel a .hours {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .tel a .tel_text .tel_num {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .contact {
    margin-right: 81px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .contact {
    margin-right: 44px;
  }
}
.header .header_content .contact a {
  width: 100px;
  height: 100px;
  background: #947eac;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .header .header_content .contact a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .contact a {
    width: 44px;
    height: 44px;
  }
}
.header .header_content .contact a i {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .header .header_content .contact a i {
    font-size: 2.4rem;
  }
}
.header .header_content .contact a span {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .header .header_content .contact a span {
    display: none;
  }
}

#global_header .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #global_header .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#global_header .main .main_text {
  width: 360px;
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_text {
    width: 200px;
  }
}
#global_header .main .main_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 10px;
}
@media only screen and (max-width: 1000px) {
  #global_header .main .main_img {
    width: 100%;
  }
}
#global_header .main .main_img ul li {
  position: relative;
}
#global_header .main .main_img ul li h1 {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 5.4rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255);
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_img ul li h1 {
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #global_header .main .main_img ul li h1 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
#global_header .main .main_img ul li h1 .t_1 {
  font-size: 6rem;
  font-style: italic;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_img ul li h1 .t_1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  #global_header .main .main_img ul li h1 .t_1 {
    font-size: 2.8rem;
  }
}
#global_header .main .main_img ul li h1 .t_1::before {
  position: absolute;
  top: -213px;
  left: -140px;
  content: "";
  background-image: url(../images/home/flower_01.png);
  display: block;
  width: 160px;
  height: 400px;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(2px 2px 1px #fff);
          filter: drop-shadow(2px 2px 1px #fff);
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_img ul li h1 .t_1::before {
    background-size: contain;
    width: 90px;
    height: 280px;
    top: -100px;
    left: -100px;
  }
}
@media only screen and (max-width: 1000px) {
  #global_header .main .main_img ul li h1 .t_1::before {
    width: 60px;
    height: 140px;
    top: -90px;
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #global_header .main .main_img ul li h1 .t_1::before {
    top: 38%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#global_header .main .main_img ul li h1 .t_1 .t_inner {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_img ul li h1 .t_1 .t_inner {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  #global_header .main .main_img ul li h1 .t_1 .t_inner {
    font-size: 1.8rem;
  }
}
#global_header .main .main_img ul li h1 .t_2 {
  font-size: 3rem;
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_img ul li h1 .t_2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  #global_header .main .main_img ul li h1 .t_2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#global_header .main .main_img ul li h1 .t_2::after {
  position: absolute;
  top: 60px;
  right: -150px;
  content: "";
  background-image: url(../images/home/flower_02.png);
  display: block;
  width: 180px;
  height: 240px;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(2px 2px 1px #fff);
          filter: drop-shadow(2px 2px 1px #fff);
}
@media only screen and (max-width: 1400px) {
  #global_header .main .main_img ul li h1 .t_2::after {
    background-size: contain;
    width: 180px;
    height: 200px;
    top: 40px;
    right: -160px;
  }
}
@media only screen and (max-width: 1000px) {
  #global_header .main .main_img ul li h1 .t_2::after {
    width: 60px;
    height: 90px;
    top: 80px;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #global_header .main .main_img ul li h1 .t_2::after {
    top: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.slick-list {
  overflow: visible;
}

.nolink {
  cursor: pointer;
  pointer-events: none;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  background-color: #fff;
  margin-top: 80px;
}

.reserve .wrap_title {
  position: relative;
  height: 80px;
}
.reserve .wrap_title .cont_title_02 {
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}
.reserve .wrap_title .cont_title_02 article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve .wrap_title .cont_title_02 article h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #5f3556;
}
.reserve .wrap_title .cont_title_02 article h2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #5f3556;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reserve .wrap_title .cont_title_02 article h2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #5f3556;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reserve .wrap_title .title_acs {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reserve .wrap_title .title_acs div {
  font-size: 4.8rem;
  color: #5f3556;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 900;
  line-height: 1;
}
.reserve p {
  margin-top: 40px;
}
.reserve .flex_btn {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .reserve .flex_btn {
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .reserve .flex_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.reserve .flex_btn .box {
  width: 260px;
}
@media screen and (max-width: 834px) {
  .reserve .flex_btn .box {
    width: 100%;
  }
}
.reserve .flex_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reserve .flex_btn .box div a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .reserve .flex_btn .box div a {
    width: 100%;
  }
}
.reserve .flex_btn .box div a i {
  padding-right: 5px;
}
.reserve .flex_btn .box div a.cont_tel {
  background: #f2a0cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve .flex_btn .box div a.cont_tel i {
  font-size: 19px;
}
.reserve .flex_btn .box div a.cont_tel .hours {
  font-size: 1.2rem;
}
.reserve .flex_btn .box div a.cont_mail {
  background: #947eac;
  font-size: 1.8rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.reserve .flex_btn .box div a.cont_line {
  background: #6cb778;
  font-size: 1.8rem;
}

.footer_address .inner {
  padding-top: 48px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .footer_address .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}

.footer_map {
  padding-top: 40px !important;
  margin: 0 auto;
}
.footer_map div {
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .footer_map div {
    padding-bottom: 80%;
  }
}
.footer_map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#global_footer .footer_content {
  padding-top: 80px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #global_footer .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
#global_footer .footer_content .footer_address .footer_logo {
  width: 400px;
  padding-right: 50px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .footer_address .footer_logo {
    padding-right: 0;
    width: 100%;
  }
}
#global_footer .footer_content .footer_address address {
  color: #454545;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .footer_address address {
    padding-left: 0;
    border-left: none;
  }
}
#global_footer .footer_content .footer_nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .footer_nav .nav_menu {
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  #global_footer .footer_content .footer_nav .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
#global_footer .footer_content .footer_nav .nav_menu li {
  text-align: left;
}
#global_footer .footer_content .footer_nav .nav_menu li a {
  color: #454545;
  line-height: 1.2rem;
}
#global_footer .footer_content .footer_nav .nav_menu.nav_1 li a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .footer_nav .nav_menu.nav_1 li a {
    margin-bottom: 16px;
  }
}
#global_footer .footer_content .footer_nav .nav_menu.nav_1 li a:last-child {
  margin-bottom: 0;
}
#global_footer .footer_content .footer_nav .nav_menu .nav_2 > a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #global_footer .footer_content .footer_nav .nav_menu .nav_2 > a {
    margin-bottom: 16px;
  }
}
#global_footer .footer_content .footer_nav .nav_menu .nav_2 ul li a {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
#global_footer .footer_content .footer_nav .nav_menu .nav_2 ul li a:last-child {
  margin-bottom: 0;
}
#global_footer .footer_content .sns_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  #global_footer .footer_content .sns_icon {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#global_footer .footer_content .sns_icon .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
#global_footer .footer_content .sns_icon .icons img {
  width: 33px !important;
}

#copyright {
  background: #947eac;
}
#copyright a {
  color: #fff;
  pointer-events: none;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fff;
}

#contents {
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  #contents {
    padding: 0 20px;
  }
}

#contents,
#contents_wrap {
  background: transparent;
}

@media only screen and (max-width: 1240px) {
  .inner {
    padding: 0 30px;
  }
}

#main .bg100 {
  padding: 0;
}

.imgL {
  margin: 0 !important;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp_br {
    display: block;
  }
}

#main .flex_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #main .flex_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flex_btn .box {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 640px) {
  #main .flex_btn .box {
    width: 100%;
  }
}
#main .flex_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main .flex_btn .box div a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #main .flex_btn .box div a {
    width: 100%;
  }
}
#main .flex_btn .box div a i {
  padding-right: 5px;
}
#main .flex_btn .box div a.cont_tel {
  background: #f2a0cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .flex_btn .box div a.cont_tel i {
  font-size: 19px;
}
#main .flex_btn .box div a.cont_tel .hours {
  font-size: 1.2rem;
}
#main .flex_btn .box div a.cont_mail {
  background: #947eac;
  font-size: 1.8rem;
}
#main .flex_btn .box div a.cont_mail::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_btn a {
  width: 100%;
  max-width: 290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1.2;
  color: #947eac;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #5f3556;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_btn a::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  color: #5f3556;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_text article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont_text article h2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.cont_text article div {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

#main .wrap_title {
  position: relative;
  height: 80px;
}
#main .wrap_title .cont_title_02 {
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}
#main .wrap_title .cont_title_02 article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .wrap_title .cont_title_02 article h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #5f3556;
  gap: 5px;
}
#main .wrap_title .cont_title_02 article h2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #5f3556;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .wrap_title .cont_title_02 article h2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #5f3556;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .wrap_title .title_acs {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main .wrap_title .title_acs div {
  font-size: 4.8rem;
  color: #5f3556;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 900;
  line-height: 1;
}

.menu_title article h3 {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5f3556;
}
.menu_title article h3::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5f3556;
  background: #5f3556;
  padding-left: 12px;
}
.menu_title article div {
  margin-top: 30px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

#main .cont_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#main .cont_01 .left {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  #main .cont_01 .left {
    padding-left: 0;
    padding-right: 0;
  }
}
#main .cont_01 .left .cont_title article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .cont_01 .left .cont_title article h2 {
  margin-top: 16px;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  #main .cont_01 .left .cont_title article h2 {
    font-size: 3rem;
  }
}
#main .cont_01 .left .cont_title article div {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  #main .cont_01 .left .cont_title article div {
    font-size: 1.8rem;
  }
}
#main .cont_01 .left .cont_title article div span {
  font-size: 1.6rem;
}
#main .cont_01 .left .cont_text div {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  #main .cont_01 .left .flex_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  #main .cont_01 .left .flex_btn .box {
    width: 100%;
  }
}
#main .cont_01 .right {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01 .right {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#main .cont_01 .right .cont_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}
#main .cont_01 .right .bg_img {
  margin-right: -22px;
  margin-bottom: -22px;
}
@media screen and (max-width: 834px) {
  #main .cont_01 .right .bg_img {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}

#main .cont_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  #main .cont_02 {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-position: bottom right;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 0;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_02 {
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }
}
#main .cont_02 .left {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  #main .cont_02 .left {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_02 .left {
    width: 100%;
  }
}
#main .cont_02 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
}
@media only screen and (max-width: 1600px) {
  #main .cont_02 .right {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .cont_02 .right {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_02 .right {
    width: 100%;
  }
}
#main .cont_02 .right .cont_title article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .cont_02 .right .cont_title article h2 {
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.2;
  text-shadow: 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255);
}
@media screen and (max-width: 640px) {
  #main .cont_02 .right .cont_title article h2 {
    font-size: 2.4rem;
  }
}
#main .cont_02 .right .cont_title article div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 16px;
  text-shadow: 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255), 1px 1px 5px rgb(255, 255, 255);
}
#main .cont_02 .right .cont_btn a {
  color: #fff;
  background: #947eac;
  border: none;
}
#main .cont_02 .right .cont_btn a::before {
  color: #fff;
}

#main .cont_03 {
  gap: 16px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03 {
    gap: 20px;
  }
}
#main .cont_03 .box {
  width: calc((100% - 48px) / 4);
  overflow: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03 .box {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03 .box {
    width: 100%;
  }
}
#main .cont_03 .box article {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 0 0 16px 0;
  width: 100%;
}
#main .cont_03 .box article h3 {
  padding-top: 18px;
  color: #454545;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.2;
}
#main .cont_03 .box article img {
  width: 100%;
}
#main .cont_03 .box article > div {
  width: 100%;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 18px;
  padding-bottom: 35px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
#main .cont_03 .box article > div .btn {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#main .cont_03 .box article > div .btn a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1.2;
  color: #947eac;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #5f3556;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#main .cont_03 .box article > div .btn a::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  color: #5f3556;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_03_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .cont_03_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.cont_03_2 .left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .cont_03_2 .left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_03_2 .left {
    width: 100%;
  }
}
.cont_03_2 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.cont_03_2 .right::before {
  position: absolute;
  bottom: -10%;
  right: 0;
  content: "";
  width: 140px;
  height: 140px;
  background: url(../images/home/flower_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1000px) {
  .cont_03_2 .right::before {
    bottom: -25%;
  }
}
@media screen and (max-width: 640px) {
  .cont_03_2 .right::before {
    bottom: -29%;
    right: -30px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_03_2 .right {
    padding-left: 0;
  }
}

#main .cont_04 {
  padding: 80px 0;
}
#main .cont_04 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #main .cont_04 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#main .cont_04 .inner .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main .cont_04 .inner .left .cont_address dl {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  #main .cont_04 .inner .left .cont_address dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
#main .cont_04 .inner .left .cont_address dl dd,
#main .cont_04 .inner .left .cont_address dl dt {
  border: none;
}
@media screen and (max-width: 640px) {
  #main .cont_04 .inner .left .cont_address dl dd,
#main .cont_04 .inner .left .cont_address dl dt {
    width: 100%;
    padding: 8px 5px;
  }
}
#main .cont_04 .inner .left .cont_address dl dt {
  background: #947eac;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 120px;
  padding: 5px 10px;
}
@media screen and (max-width: 640px) {
  #main .cont_04 .inner .left .cont_address dl dt {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 5px;
  }
}
#main .cont_04 .inner .left .cont_address dl dd {
  padding: 5px 0;
  background: transparent;
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  #main .cont_04 .inner .left .cont_address dl dd {
    margin-left: 0;
    padding: 8px 5px;
  }
}
#main .cont_04 .inner .right {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  #main .cont_04 .inner .right {
    width: 100%;
    max-width: 800%;
  }
}

.cont_05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .cont_05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.cont_05 .left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .cont_05 .left {
    width: 100%;
  }
}
.cont_05 .left .top_blog {
  margin: 0 auto;
  max-height: 180px;
  height: 100%;
  overflow-y: scroll;
  max-width: 430px;
}
@media only screen and (max-width: 1000px) {
  .cont_05 .left .top_blog {
    max-height: 100px;
    max-width: none;
  }
}
.cont_05 .left .top_blog::-webkit-scrollbar {
  width: 6px;
}
.cont_05 .left .top_blog::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.cont_05 .left .top_blog::-webkit-scrollbar-thumb {
  background-color: #947eac;
  border-radius: 100px;
}
.cont_05 .left .top_blog > div {
  margin-right: 24px;
  border: none;
}
.cont_05 .left .top_blog > div > div {
  border-bottom: none;
}
.cont_05 .left .top_blog > div .blog_photo {
  display: none;
}
.cont_05 .left .top_blog > div .blog_text {
  width: 100%;
}
.cont_05 .left .top_blog > div .blog_text:first-child {
  padding-top: 0;
}
.cont_05 .left .top_blog > div .blog_text .blog_date {
  display: inline-block;
  font-weight: 500;
  font-family: "Old Standard TT", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #454545;
}
.cont_05 .left .top_blog > div .blog_text h3 {
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  color: #5f3556;
  border-bottom: 1px solid #947eac;
  font-weight: 500;
  font-size: 1.6rem;
}
.cont_05 .left .top_blog > div .blog_text h3 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0 5px;
  color: #5f3556;
}
.cont_05 .left .top_blog > div .blog_text .detail {
  margin-top: 16px;
  font-size: 1.6rem;
  display: none;
}
.cont_05 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1000px) {
  .cont_05 .right {
    width: 100%;
  }
}
.cont_05 .right .top_sns div.sns_list {
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cont_05 .right .top_sns div.sns_list > div {
  width: 33.3333333333%;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont_05 .right .top_sns div.sns_list > div .sns_photo {
  width: 100%;
  padding: 0 0 100% 0;
  position: relative;
}
.cont_05 .right .top_sns div.sns_list > div .sns_photo a {
  display: block;
}
.cont_05 .right .top_sns div.sns_list > div .sns_photo a img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.cont_05 .right .top_sns div.sns_list > div .sns_text {
  display: none;
  width: 100%;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

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

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

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

.flex4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex4._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex4._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 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;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 150px 10px;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 100px 30px;
  }
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

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

.title_01 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01::before {
  content: "";
  background: rgb(1, 0, 77);
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.4rem;
  }
}
.title_02 article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_02 article h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #5f3556;
  gap: 5px;
}
.title_02 article h2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #5f3556;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title_02 article h2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #5f3556;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title_03 h3 {
  font-size: 2.4rem;
  color: #947eac;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 8px;
  border-bottom: 1px solid #947eac;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.8rem;
  }
}
.title_03 h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "■";
  color: #947eac;
}
.title_03 div {
  margin-top: 24px;
}

.line {
  padding: 0 0 1px 0;
  background-color: #f2a0cd;
}

.btn div a {
  padding: 16px 32px;
  background: #f2a0cd;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn div a:hover {
  background: #fff;
  color: #f2a0cd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #f2a0cd;
  opacity: 1;
}

.map {
  width: 100%;
  margin: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .map {
    width: 100%;
  }
}
.map div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .map div {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 640px) {
  .map div {
    padding-bottom: 80%;
  }
}
.map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #454545;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #454545;
  pointer-events: none;
}
.pan ul li a {
  color: #947eac;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.pan ul li a i::before {
  padding: 0 5px;
}
.pan ul div {
  display: inline-block;
}
.pan ul div i::before {
  padding: 0 5px;
}

#main .flex_cont_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flex_cont_btn .box {
  width: calc((100% - 48px) / 4);
}
@media only screen and (max-width: 1200px) {
  #main .flex_cont_btn .box {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 834px) {
  #main .flex_cont_btn .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn .box {
    width: 100%;
  }
}
#main .flex_cont_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
#main .flex_cont_btn .box div a {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 100%;
  color: #454545;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #454545;
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn .box div a {
    width: 100%;
  }
}
#main .flex_cont_btn .box div a::before {
  content: "";
  position: absolute;
  top: calc(63% - 1px);
  right: 1em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 10px;
  height: 2px;
  background-color: #454545;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .flex_cont_btn .box div a::after {
  content: "";
  position: absolute;
  top: 63%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #454545;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .flex_cont_btn .box div a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid #947eac;
}
#main .flex_cont_btn .box div a:hover::before, #main .flex_cont_btn .box div a:hover::after {
  right: 0.5em;
}

#main .cont_text_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #main .cont_text_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
#main .cont_text_img img {
  width: 40%;
}
@media screen and (max-width: 640px) {
  #main .cont_text_img img {
    width: 100%;
  }
}
#main .cont_text_img > div {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #main .cont_text_img > div {
    padding-left: 0;
  }
}

.fancybox-stage {
  background: rgba(253, 253, 253, 0.8);
}

.fancybox-bg {
  background: none;
}

.fancybox-navigation button:before {
  background: rgb(30, 30, 30);
}

.fancybox-button {
  background: rgb(30, 30, 30);
}

#main .support_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#main .support_01 .box div {
  position: relative;
  padding-left: 32px;
}
#main .support_01 .box div::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/contents/check.png);
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

#main .support_02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 0 0 5px 5px;
}

#main .support_point {
  border-radius: 5px 5px 0 0;
}
#main .support_point div {
  display: inline-block;
  background: #947eac;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
}

#main .staff_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #main .staff_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#main .staff_01 .cont_img {
  width: 30%;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(148, 126, 172, 0.8);
          box-shadow: 10px 10px 0px 0px rgba(148, 126, 172, 0.8);
}
@media screen and (max-width: 640px) {
  #main .staff_01 .cont_img {
    width: 100%;
  }
}
#main .staff_01 .cont_img img {
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
}
#main .staff_01 .name_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #main .staff_01 .name_title {
    padding-left: 0;
  }
}
#main .staff_01 .name_title h3 {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #947eac;
}
#main .staff_01 .name_title h3 span {
  font-size: 1.8rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  gap: 5px;
}
#main .staff_01 .name_title h3 span::before {
  content: "";
  height: 1px;
  background: #947eac;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .staff_01 .name_title h3 span::after {
  content: "";
  height: 1px;
  background: #947eac;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .staff_01 .name_title div {
  margin-top: 16px;
}

#main .table_menu article table tbody tr:nth-child(1), #main .table_menu article table tbody tr:nth-child(2n+1) {
  background-color: #947eac;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #main .table_menu article table tbody tr:nth-child(1), #main .table_menu article table tbody tr:nth-child(2n+1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .table_menu article table tbody tr:nth-child(1) td, #main .table_menu article table tbody tr:nth-child(2n+1) td {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #main .table_menu article table tbody tr:nth-child(1) td, #main .table_menu article table tbody tr:nth-child(2n+1) td {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #main .table_menu article table tbody tr:nth-child(1) td:nth-child(1), #main .table_menu article table tbody tr:nth-child(2n+1) td:nth-child(1) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .table_menu article table tbody tr:nth-child(1) td:nth-child(2), #main .table_menu article table tbody tr:nth-child(2n+1) td:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
}
#main .table_menu article table tbody tr:nth-child(1) td:nth-child(2) div, #main .table_menu article table tbody tr:nth-child(2n+1) td:nth-child(2) div {
  text-align: right;
}

.shop_01 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.shop_01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_01 .box article h3 {
  width: 100px;
  background: #947eac;
  display: inline-block;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.shop_01 .box article div {
  margin-top: 16px;
}
.shop_01 .box:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop_01 .box:nth-child(2) {
  width: 40%;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main .shop_02 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .shop_02 dl:first-child dt {
  padding-top: 0;
}
#main .shop_02 dl dt {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #947eac;
  font-size: 2rem;
  font-weight: 500;
  color: #5f3556;
  padding: 16px 0;
}
#main .shop_02 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

#main .contact_01 dl:first-child dt {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl:last-child dd {
    border: none;
  }
}
#main .contact_01 dl dt,
#main .contact_01 dl dd {
  padding: 32px 8px;
  border: none;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt,
#main .contact_01 dl dd {
    padding: 0;
  }
}
#main .contact_01 dl dt {
  text-align: center;
  font-weight: 700;
  background: transparent;
  border-bottom: 1px solid #947eac;
}
@media screen and (max-width: 834px) {
  #main .contact_01 dl dt {
    padding-right: 40px;
    min-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt {
    padding-top: 32px;
    border-bottom: none;
    display: block;
    text-align: left;
  }
  #main .contact_01 dl dt label {
    padding-left: 5px;
  }
}
#main .contact_01 dl dd {
  border-bottom: 1px solid rgb(171, 173, 180);
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dd {
    padding: 16px 0 32px 0;
  }
}

.contact_02 div .bg_color_2 {
  display: inline-block;
  background-color: #947eac;
  color: #fff;
  padding: 8px;
  margin-bottom: 8px;
}

#main .contact_03 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  #main .contact_03 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #main .contact_03 .box img {
    width: 100%;
  }
}

.form_title article div {
  margin-top: 16px;
  font-size: 1.6rem;
}

#main .policy_01 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .policy_01 dl:first-child dt {
  padding-top: 0;
}
#main .policy_01 dl dt {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #f2a0cd;
  font-size: 2rem;
  font-weight: 500;
  color: #947eac;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

.blog {
  margin-top: 80px !important;
}
@media screen and (max-width: 640px) {
  .blog {
    margin-top: 40px !important;
  }
}

.title-blog {
  height: 300px;
  position: relative;
  background-image: url(../images/home/cont2_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.title-blog h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem !important;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .title-blog h1 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 640px) {
  .title-blog {
    height: 200px;
  }
}
.title-blog::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgb(1, 0, 77);
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_menu {
  padding: 0;
}

.blog {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.blog nav a {
  color: #454545;
  font-weight: 500;
}
.blog .wrap {
  background: none;
  max-width: 100%;
  padding: 0 30px;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    width: 100%;
  }
}
.blog a {
  display: block;
  text-decoration: none;
  font-weight: inherit;
}
.blog aside nav > div {
  background: #947eac;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .blog aside nav > div {
    font-size: 18px;
  }
}
.blog aside ul li:first-child {
  border-top: none;
}
.blog .category {
  font-weight: bold;
  padding: 0;
}
.blog .category li {
  padding: 0;
  border-top: none;
}
.blog .category a,
.blog .category span {
  display: block;
  color: #454545;
}
.blog .category a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
.blog .category span {
  padding: 10px 0;
}
.blog .flex_images {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .blog .flex_images {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog .flex_text {
  width: 100%;
  line-height: 2.4em;
}
.blog .pages {
  text-align: left;
  padding: 0;
}
.blog .pages a {
  color: #454545;
}
.blog aside {
  padding: 0;
  min-width: 230px;
}
@media screen and (max-width: 640px) {
  .blog aside {
    min-width: 100%;
  }
}
.blog aside li {
  line-height: 30px;
  text-align: left;
}
.blog aside h3 {
  font-size: 1.2em;
  color: #fff;
  background: #333;
  padding: 8px 10px;
  font-weight: 500;
}
.blog #contents article {
  padding: 0 !important;
}
.blog #contents article:not(:last-child) {
  margin-bottom: 80px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-bottom: 100px;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}
.blog #contents dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog #contents dd ul a {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .blog #contents dd ul a {
    font-size: 16px;
  }
}
.blog .date {
  color: #454545;
  margin-bottom: 20px;
  display: inline-block;
  width: inherit;
  border-bottom: 1px solid;
}
.blog dt span {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog .detail {
    text-align: left;
  }
}
.blog h1 {
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em;
  }
}
.blog h2 {
  border-left: 6px solid #333;
  padding: 10px 10px 10px 20px !important;
  font-size: 1.4em;
  margin-bottom: 30px;
  font-weight: 500;
  color: #454545;
}
@media screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}
.blog a {
  color: #222;
}
@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog #calendar {
    width: 100%;
  }
}
.blog #search button {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.blog dl.open dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog dl.open label,
.blog td.open {
  background: rgba(148, 126, 172, 0.15);
}
.blog dl.close label,
.blog td.close {
  background: #eee;
}
.blog dl.close label dd,
.blog td.close dd {
  font-size: 16px;
}
.blog #form_calendar {
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  max-width: 640px !important;
}
.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100%;
  line-height: inherit;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog #form_calendar table tbody tr td:hover {
  background: rgba(246, 246, 243, 0.3);
}
.blog #form_calendar table tbody tr td.blog label {
  line-height: inherit;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #947eac;
  color: #fff;
}
.blog .blog_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .blog .blog_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog .blog_flex .imgL {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.blog .blog_flex .imgL img {
  margin: 0;
}

.blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px;
}

@media screen and (max-width: 640px) {
  #form_calendar {
    max-width: none !important;
  }
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 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.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 (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */