@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(214, 177, 160, 0.7);
}

::selection {
  background-color: rgba(214, 177, 160, 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: 400;
}

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

.mincho {
  font-family: "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%;
}

#global_header .header {
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: fixed;
  width: 100%;
  padding: 10px 24px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  #global_header .header {
    padding: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  #global_header .header {
    padding: 8px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1201px) {
  #global_header .header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#global_header .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);
}
#global_header .header.transform::before {
  opacity: 1;
}
#global_header .header.transform .tel a,
#global_header .header.transform .contact a {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#global_header .header.transform .hamburger {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#global_header .header .header_logo {
  width: 140px;
}
@media only screen and (max-width: 1400px) {
  #global_header .header .header_logo {
    width: 100px;
  }
}
#global_header .header .header_item {
  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) {
  #global_header .header .header_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#global_header .header .header_item .nav_global {
  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: #222;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1600px) {
  #global_header .header .header_item .nav_global {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global {
    margin-top: 0;
    overflow-y: scroll;
    -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-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 834px) {
  #global_header .header .header_item .nav_global {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global.open {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
  }
}
#global_header .header .header_item .nav_global .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) {
  #global_header .header .header_item .nav_global .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 16px;
  }
}
#global_header .header .header_item .nav_global .nav_menu .nav_home {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu .nav_home {
    display: block;
  }
}
#global_header .header .header_item .nav_global .nav_menu li {
  margin-left: 8px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu li {
    margin-left: 0;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #222;
  }
  > #global_header .header .header_item .nav_global .nav_menu li:last-child a {
    border-bottom: none;
  }
}
#global_header .header .header_item .nav_global .nav_menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #222;
  padding: 0 24px;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1600px) {
  #global_header .header .header_item .nav_global .nav_menu li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu li a {
    padding: 16px 0;
  }
}
#global_header .header .header_item .nav_global .nav_menu li a span {
  font-family: "Raleway", "Arial Black", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu li a span {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
#global_header .header .header_item .nav_global .nav_menu li.nav_list {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu li.nav_list {
    border-bottom: solid 1px #222;
  }
}
#global_header .header .header_item .nav_global .nav_menu li.nav_list p {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu li.nav_list p::after {
    font-weight: 600;
    content: "+";
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    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: #222;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .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: #222;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
  }
}
#global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown {
  width: 140px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown {
    position: static;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
#global_header .header .header_item .nav_global .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) {
  #global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown li.dropdown_list:first-child {
    border-top: solid 1px #222;
  }
  #global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown li.dropdown_list:last-child {
    border-bottom: none;
  }
}
#global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown li.dropdown_list a {
  display: block;
  background-color: #d6b1a0;
  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) {
  #global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown li.dropdown_list a {
    font-size: 1.4rem;
    background: transparent;
    padding: 16px 0;
    text-align: left;
    color: #222;
  }
}
#global_header .header .header_item .nav_global .nav_menu li.nav_list ul.dropdown li.dropdown_list a:hover {
  background-color: #d6b1a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  opacity: 1;
}
#global_header .header .header_item .header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#global_header .header .header_item .header_contact .tel,
#global_header .header .header_item .header_contact .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
#global_header .header .header_item .header_contact .tel:first-child,
#global_header .header .header_item .header_contact .contact:first-child {
  margin-left: 0;
}
#global_header .header .header_item .header_contact .tel.tel,
#global_header .header .header_item .header_contact .contact.tel {
  margin-left: 32px;
}
#global_header .header .header_item .header_contact .tel.tel a i,
#global_header .header .header_item .header_contact .contact.tel a i {
  color: #95b5ce;
}
#global_header .header .header_item .header_contact .tel.tel a span,
#global_header .header .header_item .header_contact .contact.tel a span {
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-weight: 600;
}
#global_header .header .header_item .header_contact .tel.contact a i,
#global_header .header .header_item .header_contact .contact.contact a i {
  color: #d6b1a0;
}
#global_header .header .header_item .header_contact .tel.contact a span,
#global_header .header .header_item .header_contact .contact.contact a span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
#global_header .header .header_item .header_contact .tel a,
#global_header .header .header_item .header_contact .contact a {
  width: 240px;
  display: block;
  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;
  line-height: 1;
  color: #d6b1a0;
  font-size: 2.4rem;
  padding: 10px 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 1.8rem;
  color: #222;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #222;
}
@media only screen and (max-width: 1600px) {
  #global_header .header .header_item .header_contact .tel a,
#global_header .header .header_item .header_contact .contact a {
    padding: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .header_contact .tel a,
#global_header .header .header_item .header_contact .contact a {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .header_contact .tel a,
#global_header .header .header_item .header_contact .contact a {
    width: 40px;
    height: 40px;
  }
}
#global_header .header .header_item .header_contact .tel a span,
#global_header .header .header_item .header_contact .contact a span {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .header_contact .tel a span,
#global_header .header .header_item .header_contact .contact a span {
    display: none;
  }
}
#global_header .header .header_item .header_contact .tel a:hover,
#global_header .header .header_item .header_contact .contact a:hover {
  opacity: 1;
  color: #fff;
  background: #d6b1a0;
}
#global_header .header .header_item .header_contact .tel a:hover i,
#global_header .header .header_item .header_contact .contact a:hover i {
  color: #fff;
}
#global_header .header .header_item .header_contact .tel a i,
#global_header .header .header_item .header_contact .contact a i {
  color: #d6b1a0;
  padding-right: 10px;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .header_contact .tel a i,
#global_header .header .header_item .header_contact .contact a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-right: 0;
  }
}
#global_header .header .header_item .header_contact .tel a i::before,
#global_header .header .header_item .header_contact .contact a i::before {
  padding-right: 5px;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .header_item .header_contact .tel a i::before,
#global_header .header .header_item .header_contact .contact a i::before {
    padding-right: 0;
  }
}
#global_header .header .hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #global_header .header .hamburger {
    display: block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-color: #fff;
    position: relative;
    z-index: 200;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 8px;
    font-family: "Raleway", "Arial Black", sans-serif;
  }
  #global_header .header .hamburger span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    background-color: #d6b1a0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_header .header .hamburger span:nth-child(1) {
    top: 13px;
  }
  #global_header .header .hamburger span:nth-child(2) {
    top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_header .header .hamburger span:nth-child(3) {
    top: 27px;
  }
  #global_header .header .hamburger.open {
    background-color: #d6b1a0;
  }
  #global_header .header .hamburger.open span {
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    left: 8px;
    background-color: #fff;
  }
  #global_header .header .hamburger.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #global_header .header .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  #global_header .header .hamburger.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

#global_header .main_image {
  padding-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #global_header .main_image {
    padding-top: 60px;
  }
}
#global_header .main_image .main_text {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #global_header .main_image .main_text {
    top: inherit;
    bottom: 20px;
    left: 20px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#global_header .main_image .main_text h1 {
  font-weight: 700;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1000px) {
  #global_header .main_image .main_text h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #global_header .main_image .main_text h1 {
    font-size: 1.6rem;
  }
}
#global_header .main_image .main_text img {
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
  #global_header .main_image .main_text img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  #global_header .main_image .main_text img {
    max-width: 300px;
  }
}
@media screen and (max-width: 834px) {
  #global_header .main_image .main_text img {
    min-width: 160px;
    width: 30vw;
  }
}
#global_header .main_image .m_space {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 834px) {
  #global_header .main_image .m_space {
    display: none;
  }
}
#global_header .main_image .m_space .pink_1, #global_header .main_image .m_space .blue_1 {
  position: absolute;
}
#global_header .main_image .m_space .pink_1 img, #global_header .main_image .m_space .blue_1 img {
  -o-object-fit: contain;
     object-fit: contain;
}
#global_header .main_image .m_space .blue_1 {
  top: 15%;
  left: 50%;
  z-index: 1;
  width: 10vw;
}
#global_header .main_image .m_space .pink_1 {
  top: 50%;
  left: 20%;
  z-index: 2;
  width: 20vw;
}
#global_header .main_image .m_img {
  width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#global_header .main_image .m_img ul {
  width: 100%;
}
#global_header .main_image .m_img ul li picture {
  width: 100%;
}
#global_header .main_image .m_img ul li picture img {
  width: 100% !important;
}

.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  font-family: "Montserrat", "Arial Black", sans-serif;
  color: #95b5ce;
}

.scroll::before {
  -webkit-animation: scroll 3.5s infinite;
          animation: scroll 3.5s infinite;
  border: solid #95b5ce;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(-30px, 30px);
            transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(-30px, 30px);
            transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  text-align: center;
}

#global_footer .footer {
  margin-top: 120px;
  background: #f5ebe7;
}
@media screen and (max-width: 834px) {
  #global_footer .footer {
    margin-top: 80px;
  }
}
#global_footer .footer .form {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 100px 0;
}
@media only screen and (max-width: 1000px) {
  #global_footer .footer .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#global_footer .footer .form .form_title {
  font-size: 7.2rem;
  font-weight: 700;
  font-family: "Montserrat", "Arial Black", sans-serif;
  letter-spacing: 0.1em;
  color: #d6b1a0;
  line-height: 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-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;
}
@media screen and (max-width: 640px) {
  #global_footer .footer .form .form_title {
    font-size: 4rem;
  }
}
#global_footer .footer .form .form_title span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #222;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #global_footer .footer .form .form_title span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
#global_footer .footer .form .form_item {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 1000px) {
  #global_footer .footer .form .form_item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
#global_footer .footer .form .form_item .footer_tel,
#global_footer .footer .form .form_item .footer_mail {
  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;
}
#global_footer .footer .form .form_item .footer_tel:last-child,
#global_footer .footer .form .form_item .footer_mail:last-child {
  margin-right: 0;
}
#global_footer .footer .form .form_item .footer_tel a,
#global_footer .footer .form .form_item .footer_mail a {
  width: 400px;
  display: block;
  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;
  line-height: 1;
  color: #d6b1a0;
  font-size: 2.4rem;
  padding: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 3.6rem;
  color: #222;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #222;
}
@media screen and (max-width: 640px) {
  #global_footer .footer .form .form_item .footer_tel a,
#global_footer .footer .form .form_item .footer_mail a {
    width: 300px;
  }
}
#global_footer .footer .form .form_item .footer_tel a span,
#global_footer .footer .form .form_item .footer_mail a span {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-weight: 500;
}
#global_footer .footer .form .form_item .footer_tel a:hover,
#global_footer .footer .form .form_item .footer_mail a:hover {
  opacity: 1;
  color: #fff;
  background: #d6b1a0;
}
#global_footer .footer .form .form_item .footer_tel a:hover i,
#global_footer .footer .form .form_item .footer_mail a:hover i {
  color: #fff;
}
#global_footer .footer .form .form_item .footer_tel a i,
#global_footer .footer .form .form_item .footer_mail a i {
  color: #d6b1a0;
  padding-right: 10px;
}
#global_footer .footer .form .form_item .footer_tel a i::before,
#global_footer .footer .form .form_item .footer_mail a i::before {
  padding-right: 5px;
}
#global_footer .footer .form .form_item .footer_tel.footer_mail a,
#global_footer .footer .form .form_item .footer_mail.footer_mail a {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  #global_footer .footer .form .form_item .footer_tel.footer_mail a,
#global_footer .footer .form .form_item .footer_mail.footer_mail a {
    font-size: 2.4rem;
  }
}
#global_footer .footer .form .form_item .footer_tel.footer_tel a span,
#global_footer .footer .form .form_item .footer_mail.footer_tel a span {
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #global_footer .footer .form .form_item .footer_tel.footer_tel a span,
#global_footer .footer .form .form_item .footer_mail.footer_tel a span {
    font-size: 2.4rem;
  }
}
#global_footer .footer .form .form_item .footer_tel.footer_tel a i,
#global_footer .footer .form .form_item .footer_mail.footer_tel a i {
  color: #95b5ce;
}
@media screen and (max-width: 640px) {
  #global_footer .footer .form .form_item .footer_tel.footer_tel a i,
#global_footer .footer .form .form_item .footer_mail.footer_tel a i {
    font-size: 2.4rem;
  }
}
#global_footer .footer .form .form_item .footer_tel.footer_tel a:hover,
#global_footer .footer .form .form_item .footer_mail.footer_tel a:hover {
  opacity: 1;
  color: #fff;
  background: #d6b1a0;
}
#global_footer .footer .form .form_item .footer_tel.footer_tel a:hover i,
#global_footer .footer .form .form_item .footer_mail.footer_tel a:hover i {
  color: #fff;
}

#global_footer .form_access {
  background: #fff;
  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-top: 100px;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#global_footer .form_access .shop_info {
  margin-right: 40px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access .shop_info {
    width: 100%;
    margin-right: 0;
  }
}
#global_footer .form_access .shop_info dl {
  border-bottom: 1px dotted #d0dce5;
  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;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access .shop_info dl {
    border-bottom: none;
  }
}
#global_footer .form_access .shop_info dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access .shop_info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#global_footer .form_access .shop_info dl dt {
  width: 90px;
  background: #d6b1a0;
  color: #fff;
  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;
  -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;
  padding: 8px;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access .shop_info dl dt {
    width: 100%;
  }
}
#global_footer .form_access .shop_info dl dd {
  width: 90%;
  padding-left: 16px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access .shop_info dl dd {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }
}
#global_footer .form_access .map {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #global_footer .form_access .map {
    margin-top: 40px;
  }
}
#global_footer .form_access .map div iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.footer_content {
  background-color: #d0dce5;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer_content .wrap {
  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;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_content .wrap .footer_logo {
  width: 50%;
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap .footer_logo {
    width: 100%;
  }
}
.footer_content .wrap .footer_logo a img {
  width: 170px;
}
.footer_content .wrap .footer_logo p {
  margin-top: 16px;
  text-align: left;
}
.footer_content .wrap .footer_nav {
  -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: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap .footer_nav {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer_content .wrap .footer_nav .nav_menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .footer_content .wrap .footer_nav .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer_content .wrap .footer_nav .nav_menu > div {
  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;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .footer_content .wrap .footer_nav .nav_menu > div a {
    font-size: 1.4rem;
  }
}
.footer_content .wrap .footer_nav .nav_menu > div .nav_list > a {
  margin-bottom: 20px;
}
.footer_content .wrap .footer_nav .nav_menu > div .nav_list ul {
  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;
  gap: 20px;
}
.footer_content .wrap .footer_nav .nav_menu > div .nav_list ul li {
  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;
}
.footer_content .wrap .footer_nav .nav_menu > div .nav_list ul li::before {
  content: "―";
  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;
}
.footer_content .wrap .footer_nav .nav_menu li:last-child {
  border-right: none;
}
.footer_content .wrap .footer_nav .nav_menu li a {
  display: block;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

#copyright {
  padding: 30px 0;
  color: #57575a;
  font-weight: 700;
  background: #fff;
}
#copyright a {
  color: #57575a;
  pointer-events: none;
  font-weight: 700;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
}

#contents_wrap,
#contents {
  background: transparent;
  padding: 0;
}

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

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

img {
  width: 100%;
}

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

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

.p_none {
  pointer-events: none;
}

.btn div a {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  line-height: 1.2;
  color: #222;
  position: relative;
  font-size: 2.4rem;
  font-family: "Raleway", "Arial Black", sans-serif;
  font-weight: 700;
}
.btn div a:hover {
  opacity: 1;
  color: #d6b1a0;
}
.btn div a span {
  margin-left: 10px;
  font-size: 30px;
}

#main .banner {
  gap: 32px;
}
@media only screen and (max-width: 1200px) {
  #main .banner {
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  #main .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .banner .box {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 640px) {
  #main .banner .box {
    width: 100%;
  }
}
#main .banner .box a {
  display: block;
  position: relative;
  font-size: 4.5rem;
  color: #222;
}
@media only screen and (max-width: 1000px) {
  #main .banner .box a {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  #main .banner .box a {
    font-size: 3rem;
  }
}
#main .banner .box a .btn {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #222;
  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;
}
#main .banner .box a .btn span {
  font-size: 4.5rem;
  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-top: 7px;
}
@media only screen and (max-width: 1000px) {
  #main .banner .box a .btn span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  #main .banner .box a .btn span {
    font-size: 3rem;
  }
}
#main .banner .box img {
  width: 100%;
}
#main .banner .box h3 {
  display: none;
}

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

.cont_title_02 article h2 {
  font-weight: 300;
  font-size: 2.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;
}
.cont_title_02 article h2 span {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Raleway", "Arial Black", sans-serif;
  color: #d6b1a0;
}
.cont_title_02 article div {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}

.cont_01_wrap {
  position: relative;
}
.cont_01_wrap .pink_1, .cont_01_wrap .blue_1 {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.cont_01_wrap .pink_1 img, .cont_01_wrap .blue_1 img {
  width: 100%;
}
.cont_01_wrap .blue_1 {
  top: 50%;
  left: 0;
  width: 20%;
}
.cont_01_wrap .pink_1 {
  bottom: -500px;
  right: -100px;
  width: 30%;
}

#main .cont_02_wrap {
  background: #d0dce5;
  position: relative;
}
#main .cont_02_wrap::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/home/cont_01_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
#main .cont_02_wrap .inner {
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner {
    padding: 0;
  }
}
#main .cont_02_wrap .inner .cont_title_02 {
  z-index: 1;
}
#main .cont_02_wrap .inner .cont_title_02 article h2 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #fff;
  text-align: left;
}
#main .cont_02_wrap .inner .cont_img img {
  max-width: none;
  width: 100%;
}
#main .cont_02_wrap .inner .cont_02 {
  z-index: 1;
  gap: 60px;
  gap: 60px;
  gap: 60px;
  gap: 60px;
  gap: 60px;
  gap: 60px;
}
#main .cont_02_wrap .inner .cont_02 .box:nth-child(1) h3::before {
  content: "1.";
}
#main .cont_02_wrap .inner .cont_02 .box {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner .cont_02 .box {
    width: 100%;
  }
}
#main .cont_02_wrap .inner .cont_02 .box article h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
#main .cont_02_wrap .inner .cont_02 .box article h3::before {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-size: 4.6rem;
}
#main .cont_02_wrap .inner .cont_02 .box article div {
  font-weight: 700;
  margin-top: 24px;
}
#main .cont_02_wrap .inner .cont_02 .box:nth-child(2) h3::before {
  content: "2.";
}
#main .cont_02_wrap .inner .cont_02 .box {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner .cont_02 .box {
    width: 100%;
  }
}
#main .cont_02_wrap .inner .cont_02 .box article h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
#main .cont_02_wrap .inner .cont_02 .box article h3::before {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-size: 4.6rem;
}
#main .cont_02_wrap .inner .cont_02 .box article div {
  font-weight: 700;
  margin-top: 24px;
}
#main .cont_02_wrap .inner .cont_02 .box:nth-child(3) h3::before {
  content: "3.";
}
#main .cont_02_wrap .inner .cont_02 .box {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner .cont_02 .box {
    width: 100%;
  }
}
#main .cont_02_wrap .inner .cont_02 .box article h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
#main .cont_02_wrap .inner .cont_02 .box article h3::before {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-size: 4.6rem;
}
#main .cont_02_wrap .inner .cont_02 .box article div {
  font-weight: 700;
  margin-top: 24px;
}
#main .cont_02_wrap .inner .cont_02 .box:nth-child(4) h3::before {
  content: "4.";
}
#main .cont_02_wrap .inner .cont_02 .box {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner .cont_02 .box {
    width: 100%;
  }
}
#main .cont_02_wrap .inner .cont_02 .box article h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
#main .cont_02_wrap .inner .cont_02 .box article h3::before {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-size: 4.6rem;
}
#main .cont_02_wrap .inner .cont_02 .box article div {
  font-weight: 700;
  margin-top: 24px;
}
#main .cont_02_wrap .inner .cont_02 .box:nth-child(5) h3::before {
  content: "5.";
}
#main .cont_02_wrap .inner .cont_02 .box {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner .cont_02 .box {
    width: 100%;
  }
}
#main .cont_02_wrap .inner .cont_02 .box article h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
#main .cont_02_wrap .inner .cont_02 .box article h3::before {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-size: 4.6rem;
}
#main .cont_02_wrap .inner .cont_02 .box article div {
  font-weight: 700;
  margin-top: 24px;
}
#main .cont_02_wrap .inner .cont_02 .box:nth-child(6) h3::before {
  content: "6.";
}
#main .cont_02_wrap .inner .cont_02 .box {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .inner .cont_02 .box {
    width: 100%;
  }
}
#main .cont_02_wrap .inner .cont_02 .box article h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
#main .cont_02_wrap .inner .cont_02 .box article h3::before {
  font-family: "Raleway", "Arial Black", sans-serif;
  font-size: 4.6rem;
}
#main .cont_02_wrap .inner .cont_02 .box article div {
  font-weight: 700;
  margin-top: 24px;
}

.title_deco {
  width: 100%;
  position: relative;
}
.title_deco .deco_01, .title_deco .deco_02, .title_deco .deco_03 {
  position: absolute;
  top: -100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  font-weight: 700;
  font-size: 72px;
  font-family: "Montserrat", "Arial Black", sans-serif;
  color: #95b5ce;
}
@media screen and (max-width: 640px) {
  .title_deco .deco_01, .title_deco .deco_02, .title_deco .deco_03 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1400px) {
  .title_deco .deco_01, .title_deco .deco_02, .title_deco .deco_03 {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.title_deco .deco_01 {
  left: -120px;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .title_deco .deco_01 {
    left: 0;
  }
}
.title_deco .deco_02 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #d6b1a0;
  right: -100px;
}
@media only screen and (max-width: 1400px) {
  .title_deco .deco_02 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    right: initial;
    left: 0;
  }
}

.cont_03_title article h2 {
  color: #d6b1a0;
  border-bottom: 1px solid #d6b1a0;
  font-weight: 700;
}

#main .cont_03 {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 30px 0;
}
@media screen and (max-width: 834px) {
  #main .cont_03 {
    gap: 30px;
  }
}
#main .cont_03 .box {
  width: calc((100% - 240px) / 2);
}
@media screen and (max-width: 834px) {
  #main .cont_03 .box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03 .box {
    width: 100%;
  }
}
#main .cont_03 .box 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
#main .cont_03 .box article img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#main .cont_03 .box article h3 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: 700;
}
#main .cont_03 .box article div {
  height: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  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: 24px;
}
#main .cont_03 .box article div .pink_border {
  display: inline-block;
  color: #fff;
  background-color: #d6b1a0;
  margin-bottom: 24px;
}
#main .cont_03 .box article div .btn {
  margin-top: auto;
}
#main .cont_03 .box article div .btn a {
  margin-top: auto;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  line-height: 1.2;
  color: #222;
  position: relative;
  font-size: 2.4rem;
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-weight: 700;
  padding-left: 0;
}
#main .cont_03 .box article div .btn a:hover {
  opacity: 1;
  color: #d6b1a0;
}
#main .cont_03 .box article div .btn a span {
  margin-left: 10px;
  font-size: 30px;
}

.cont_04_title article h2 {
  font-weight: 700;
  font-size: 72px;
  font-family: "Montserrat", "Arial Black", sans-serif;
  color: #95b5ce;
}
@media screen and (max-width: 640px) {
  .cont_04_title article h2 {
    font-size: 4rem;
  }
}

#main .cont_04 {
  height: 200px;
  overflow-y: scroll;
}
#main .cont_04::-webkit-scrollbar {
  width: 7px;
}
#main .cont_04::-webkit-scrollbar-thumb {
  background: #d6b1a0;
  border-radius: 3px;
}
#main .cont_04::-webkit-scrollbar-track {
  background: #f9f7f2;
}
@media screen and (max-width: 640px) {
  #main .cont_04 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_04 dl dt {
  padding: 10px;
  background: #fff;
  border: none;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px dashed #d0dce5;
}
@media screen and (max-width: 640px) {
  #main .cont_04 dl dt {
    border-bottom: none;
  }
}
#main .cont_04 dl dd {
  padding: 10px 0;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #d0dce5;
}

#main .cont_05_title h2 {
  color: #d6b1a0;
}

#main .sns_wrap {
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 50px 0;
}
#main .sns_wrap .top_sns div.sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  overflow: auto;
}
#main .sns_wrap .top_sns div.sns_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}
#main .sns_wrap .top_sns div.sns_list div.slick-slide {
  padding: 0 12px;
}
#main .sns_wrap .top_sns div.sns_list div.sns_photo {
  width: 100%;
  padding: 0 0 100% 0;
  position: relative;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
}
#main .sns_wrap .top_sns div.sns_list div.sns_photo 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%);
  -ms-transform: translate(-50%, -50%);
}

.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 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #d6b1a0;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    padding: 20px;
    font-size: 2.4rem;
  }
}
.title_02 article h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #777777;
  border-bottom: solid 2px #777777;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .title_02 article h2 {
    font-size: 2rem;
    display: block;
    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;
  }
}
.title_02 article h2::before, .title_02 article h2::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 100% + 14px);
  height: calc(100% + 14px);
  background-color: #d6b1a0;
}
.title_02 article h2::before {
  left: 7px;
}
.title_02 article h2::after {
  right: 7px;
}
.title_02 article div {
  margin-top: 30px;
}
.title_03 h3 {
  color: #222;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 10px 10px 20px;
  font-weight: 700;
}
.title_03 h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 50px;
  border-radius: 5px;
  background-color: #d6b1a0;
}
.title_03 div {
  margin-top: 16px;
}

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #222;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #222;
  pointer-events: none;
}
.pan ul li a {
  color: #d6b1a0;
  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;
}

.concept_01 {
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .concept_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept_01 .box {
  width: calc((100% - 60px) / 3);
  -webkit-box-shadow: 10px 10px 0px 0px #d0dce5;
          box-shadow: 10px 10px 0px 0px #d0dce5;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .concept_01 .box {
    width: 100%;
  }
}
.concept_01 .box:nth-child(2n) {
  -webkit-box-shadow: 10px 10px 0px 0px #f5ebe7;
          box-shadow: 10px 10px 0px 0px #f5ebe7;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .concept_01 .box:nth-child(2n) {
    margin-top: 0;
  }
}
.concept_01 .box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#main .faq {
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .faq .box {
  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;
  color: #222;
  line-height: 1.4;
}
#main .faq .box > * {
  min-width: 0;
}
#main .faq .box::before {
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  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-sizing: border-box;
          box-sizing: border-box;
}
#main .faq .box:first-child::before {
  content: "Q";
  color: #fff;
  background-color: #d6b1a0;
}
#main .faq .box:first-child > div {
  font-weight: 700;
}
#main .faq .box:last-child {
  margin-top: 16px;
}
#main .faq .box:last-child::before {
  content: "A";
  color: #fff;
  background-color: #95b5ce;
}
#main .faq .box div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .menu_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .menu_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .menu_01 img {
  margin: 0;
  width: 40%;
  padding-right: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 834px) {
  #main .menu_01 img {
    width: 100% !important;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .menu_01 img {
    max-width: none;
  }
}
#main .menu_01 div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .menu_01 div {
    margin-top: 16px;
  }
}

#main .menu_02 {
  -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;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
#main .menu_02 .box:nth-child(1) div::before {
  content: "1.";
}
#main .menu_02 .box {
  overflow: visible;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 834px) {
  #main .menu_02 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .menu_02 .box {
    width: 100%;
  }
}
#main .menu_02 .box div {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .menu_02 .box div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 4rem;
  color: #d6b1a0;
  margin-right: 8px;
  line-height: 1;
}
#main .menu_02 .box:nth-child(2) div::before {
  content: "2.";
}
#main .menu_02 .box {
  overflow: visible;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 834px) {
  #main .menu_02 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .menu_02 .box {
    width: 100%;
  }
}
#main .menu_02 .box div {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .menu_02 .box div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 4rem;
  color: #d6b1a0;
  margin-right: 8px;
  line-height: 1;
}
#main .menu_02 .box:nth-child(3) div::before {
  content: "3.";
}
#main .menu_02 .box {
  overflow: visible;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 834px) {
  #main .menu_02 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .menu_02 .box {
    width: 100%;
  }
}
#main .menu_02 .box div {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .menu_02 .box div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 4rem;
  color: #d6b1a0;
  margin-right: 8px;
  line-height: 1;
}
#main .menu_02 .box:nth-child(4) div::before {
  content: "4.";
}
#main .menu_02 .box {
  overflow: visible;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 834px) {
  #main .menu_02 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .menu_02 .box {
    width: 100%;
  }
}
#main .menu_02 .box div {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .menu_02 .box div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 4rem;
  color: #d6b1a0;
  margin-right: 8px;
  line-height: 1;
}
#main .menu_02 .box:nth-child(5) div::before {
  content: "5.";
}
#main .menu_02 .box {
  overflow: visible;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 834px) {
  #main .menu_02 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .menu_02 .box {
    width: 100%;
  }
}
#main .menu_02 .box div {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .menu_02 .box div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 4rem;
  color: #d6b1a0;
  margin-right: 8px;
  line-height: 1;
}
#main .menu_02 .box:nth-child(6) div::before {
  content: "6.";
}
#main .menu_02 .box {
  overflow: visible;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 834px) {
  #main .menu_02 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .menu_02 .box {
    width: 100%;
  }
}
#main .menu_02 .box div {
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .menu_02 .box div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 4rem;
  color: #d6b1a0;
  margin-right: 8px;
  line-height: 1;
}

#main .menu_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .menu_wrap .cont_img {
  width: 50%;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  #main .menu_wrap .cont_img {
    width: 100%;
  }
}
#main .menu_wrap .cont_img img {
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 834px) {
  #main .menu_wrap .cont_img img {
    max-width: none;
  }
}
#main .menu_wrap .menu_03 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .menu_wrap .menu_03 {
    margin-top: 20px;
  }
}

#main .menu_03 dl {
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .menu_03 dl:first-child {
  margin-top: 0;
}
#main .menu_03 dl dt, #main .menu_03 dl dd {
  border: none;
}
#main .menu_03 dl dt {
  background: #95b5ce;
  color: #fff;
  font-family: "Montserrat", "Arial Black", sans-serif;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}
#main .menu_03 dl dd {
  font-weight: 700;
  padding-left: 20px;
  background: transparent;
}

#main .menu_04 dl {
  margin-top: 16px;
}
@media screen and (max-width: 834px) {
  #main .menu_04 dl {
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .menu_04 dl:first-child {
  margin-top: 0;
}
#main .menu_04 dl dt, #main .menu_04 dl dd {
  border: none;
}
#main .menu_04 dl dt {
  background: #d6b1a0;
  color: #fff;
  font-family: "Montserrat", "Arial Black", sans-serif;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  min-width: 160px;
}
@media screen and (max-width: 834px) {
  #main .menu_04 dl dt {
    width: 100%;
    min-width: auto;
    padding: 5px;
  }
}
#main .menu_04 dl dd {
  font-weight: 700;
  padding-left: 20px;
  text-align: right;
  position: relative;
}
#main .menu_04 dl dd::before {
  position: absolute;
  top: 50%;
  right: 160px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "・・・・・";
  color: #d6b1a0;
}
@media screen and (max-width: 834px) {
  #main .menu_04 dl dd {
    width: 100%;
  }
}

#main .menu_05 dl dt {
  min-width: 400px;
}
@media screen and (max-width: 640px) {
  #main .menu_05 dl dt {
    min-width: auto;
  }
}
#main .menu_05 dl dd {
  text-align: right;
  position: relative;
}
#main .menu_05 dl dd::before {
  position: absolute;
  top: 50%;
  right: 160px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "・・・・・";
  color: #d6b1a0;
}

#main .menu_06 dl {
  margin-top: 16px;
}
@media screen and (max-width: 834px) {
  #main .menu_06 dl {
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .menu_06 dl:first-child {
  margin-top: 0;
}
#main .menu_06 dl dt, #main .menu_06 dl dd {
  border: none;
}
#main .menu_06 dl dt {
  background: #d6b1a0;
  color: #fff;
  font-family: "Montserrat", "Arial Black", sans-serif;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  min-width: 160px;
}
@media screen and (max-width: 834px) {
  #main .menu_06 dl dt {
    width: 100%;
    min-width: auto;
    padding: 5px;
  }
}
#main .menu_06 dl dd {
  font-weight: 700;
  padding-left: 20px;
  text-align: right;
  font-size: 2.4rem;
  color: #d65959;
}
@media screen and (max-width: 834px) {
  #main .menu_06 dl dd {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    font-size: 2rem;
  }
}

#main .menu_07 {
  max-width: 1000px;
  margin: auto;
  gap: 16px;
}
#main .menu_07 .box {
  width: calc((100% - 48px) / 4);
  padding: 16px;
}
@media screen and (max-width: 640px) {
  #main .menu_07 .box {
    width: calc((100% - 16px) / 2);
  }
}
#main .menu_07 .box h3 {
  display: none;
}
#main .menu_07 .box div {
  text-align: center;
  font-size: 1.4rem;
  background: #d6b1a0;
  border-radius: 50px;
  margin-top: 8px;
  color: #fff;
}

.ba {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ba .box {
  position: relative;
}
.ba .box:nth-child(1) {
  width: 40%;
}
.ba .box:nth-child(1)::before {
  content: "Before";
  font-family: "Montserrat", "Arial Black", sans-serif;
  background: #95b5ce;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}
.ba .box:nth-child(1) div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f34453;
  font-weight: 700;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  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;
}
@media screen and (max-width: 640px) {
  .ba .box:nth-child(1) div {
    width: 50px;
    height: 50px;
  }
}
.ba .box:nth-child(2) {
  width: 20%;
  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;
}
.ba .box:nth-child(2) img {
  width: 80% !important;
}
.ba .box:nth-child(3) {
  width: 40%;
}
.ba .box:nth-child(3)::before {
  content: "After";
  font-family: "Montserrat", "Arial Black", sans-serif;
  background: #d6b1a0;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}

.ba_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.ba_wrap .ba {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 1000px) {
  .ba_wrap .ba {
    width: 100%;
  }
}

#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: 500;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
@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 #222;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dd {
    padding: 16px 0 32px 0;
  }
}

#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 #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #d6b1a0;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

#main .access_01 {
  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) {
  #main .access_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .access_01 .access_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
}
@media only screen and (max-width: 1000px) {
  #main .access_01 .access_content {
    padding-right: 0;
  }
}
#main .access_01 .access_content dl {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#main .access_01 .access_content dl:first-child {
  margin-top: 0;
}
#main .access_01 .access_content dl:last-child dt {
  border-bottom: none;
}
#main .access_01 .access_content dl dt,
#main .access_01 .access_content dl dd {
  width: 100%;
}
#main .access_01 .access_content dl dt {
  display: block;
  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;
  min-width: 100px;
  background-color: #d0dce5;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #main .access_01 .access_content dl dt {
    padding-bottom: 0.5rem;
  }
}
#main .access_01 .access_content dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .access_01 .map {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  #main .access_01 .map {
    width: 100%;
    margin-top: 30px;
  }
}
#main .access_01 .map div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  #main .access_01 .map div {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 640px) {
  #main .access_01 .map div {
    padding-bottom: 80%;
  }
}
#main .access_01 .map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.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 {
  background: #d6b1a0;
  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;
}

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: "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 */