@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(0, 108, 172, 0.7);
}

::selection {
  background-color: rgba(0, 108, 172, 0.7);
}

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

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

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

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

.disnone {
  display: none;
}

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

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

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

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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

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

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

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

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

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

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

#col_main {
  width: 100% !important;
}

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

#col_side1 img {
  width: 100%;
}

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

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

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

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

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

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

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

footer#global_footer {
  min-width: auto;
}

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

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

.slider2 img {
  margin: 0 auto;
}

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

.center {
  text-align: center;
}

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 80px;
}
@media (min-width: 1201px) {
  .header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header.transform {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 30%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 30%, transparent 100%);
}
.header .header_logo {
  width: 200px;
  margin-left: 20px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .header .header_logo {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    padding-right: 16px;
    width: 160px;
  }
}
.header .header_logo a img {
  mix-blend-mode: multiply;
}
.header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .header_content nav {
  position: fixed;
  right: -100%;
  margin-top: 0;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  opacity: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #222;
  padding: 90px 20px;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .header .header_content nav {
    width: 100%;
  }
}
.header .header_content nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header .header_content nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 16px 0;
}
.header .header_content nav .nav_menu li {
  margin-left: 8px;
  font-size: 1.6rem;
  margin-left: 0;
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
.header .header_content nav .nav_menu li:last-child a {
  border-bottom: none;
}
.header .header_content nav .nav_menu li a {
  color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 16px 0;
}
.header .header_content nav .nav_menu li a span {
  font-size: 2.8rem;
  font-family: "Roboto", "Arial Black", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.header .header_content nav .tel2,
.header .header_content nav .contact2 {
  width: 250px;
  height: 50px;
  margin: auto;
}
.header .header_content nav .tel2 a,
.header .header_content nav .contact2 a {
  width: 100%;
  height: 100%;
  color: #006cac;
  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;
  position: relative;
  line-height: 1;
  font-family: "Roboto", "Arial Black", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 0;
  color: #fff;
}
.header .header_content nav .tel2 a i,
.header .header_content nav .contact2 a i {
  font-size: 20px;
  margin-right: 10px;
}
.header .header_content nav .tel2.tel2 a,
.header .header_content nav .contact2.tel2 a {
  background: -webkit-gradient(linear, left top, right top, from(#002fb1), to(#008bbf));
  background: -webkit-linear-gradient(left, #002fb1, #008bbf);
  background: linear-gradient(to right, #002fb1, #008bbf);
}
.header .header_content nav .tel2.contact2,
.header .header_content nav .contact2.contact2 {
  margin-top: 10px;
}
.header .header_content nav .tel2.contact2 a,
.header .header_content nav .contact2.contact2 a {
  background: -webkit-gradient(linear, left top, right top, from(#e83636), to(#ef652f));
  background: -webkit-linear-gradient(left, #e83636, #ef652f);
  background: linear-gradient(to right, #e83636, #ef652f);
}
.header .header_content .header_contact {
  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;
  margin-right: 80px;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact {
    margin-right: 50px;
  }
}
.header .header_content .header_contact .hamburger {
  height: 80px;
  width: 80px;
  cursor: pointer;
  display: block;
  pointer-events: auto;
  background-color: #000;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger {
    top: 16px;
    height: 44px;
    width: 44px;
  }
}
.header .header_content .header_contact .hamburger span {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger span {
    left: 10px;
    width: 25px;
  }
}
.header .header_content .header_contact .hamburger span:nth-child(1) {
  top: 27px;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger span:nth-child(1) {
    top: 13px;
  }
}
.header .header_content .header_contact .hamburger span:nth-child(2) {
  top: 40px;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger span:nth-child(2) {
    top: 22px;
  }
}
.header .header_content .header_contact .hamburger span:nth-child(3) {
  top: 53px;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger span:nth-child(3) {
    top: 31px;
  }
}
.header .header_content .header_contact .hamburger.open {
  background-color: #006cac;
}
.header .header_content .header_contact .hamburger.open span {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger.open span {
    width: 30px;
    left: 8px;
  }
}
.header .header_content .header_contact .hamburger.open span:nth-child(1) {
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger.open span:nth-child(1) {
    top: 22px;
  }
}
.header .header_content .header_contact .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .header_content .header_contact .hamburger.open span:nth-child(3) {
  top: 37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger.open span:nth-child(3) {
    top: 22px;
  }
}
.header .header_content .header_contact .tel,
.header .header_content .header_contact .contact {
  width: 250px;
  height: 50px;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .header .header_content .header_contact .tel,
.header .header_content .header_contact .contact {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .tel,
.header .header_content .header_contact .contact {
    height: 44px;
    width: 44px;
  }
}
.header .header_content .header_contact .tel a,
.header .header_content .header_contact .contact a {
  width: 100%;
  height: 100%;
  color: #006cac;
  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;
  position: relative;
  line-height: 1;
  font-family: "Roboto", "Arial Black", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 0;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .header .header_content .header_contact .tel a .tel_num,
.header .header_content .header_contact .tel a .contact_text,
.header .header_content .header_contact .contact a .tel_num,
.header .header_content .header_contact .contact a .contact_text {
    display: none;
  }
}
.header .header_content .header_contact .tel a i,
.header .header_content .header_contact .contact a i {
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .header_contact .tel a i,
.header .header_content .header_contact .contact a i {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header_content .header_contact .tel a i,
.header .header_content .header_contact .contact a i {
    margin-right: 0;
  }
}
.header .header_content .header_contact .tel.tel a,
.header .header_content .header_contact .contact.tel a {
  background: -webkit-gradient(linear, left top, right top, from(#002fb1), to(#008bbf));
  background: -webkit-linear-gradient(left, #002fb1, #008bbf);
  background: linear-gradient(to right, #002fb1, #008bbf);
}
.header .header_content .header_contact .tel.contact a,
.header .header_content .header_contact .contact.contact a {
  background: -webkit-gradient(linear, left top, right top, from(#e83636), to(#ef652f));
  background: -webkit-linear-gradient(left, #e83636, #ef652f);
  background: linear-gradient(to right, #e83636, #ef652f);
}
.header .header_content .header_contact .sns_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .sns_btn {
    width: 60px;
  }
}
.header .header_content .header_contact .sns_btn .inst_btn, .header .header_content .header_contact .sns_btn .line_btn {
  width: 50px;
}

.main_img {
  position: relative;
}
.main_img .main_logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30vw;
  max-width: 400px;
}
@media only screen and (max-width: 1400px) {
  .main_img .main_logo {
    max-width: 300px;
    top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .main_img .main_logo {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
    width: 50%;
    margin: auto;
    margin-top: 80px;
  }
}
.main_img .main_logo img {
  width: 100%;
}
.main_img .main_text {
  color: #222;
}

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

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

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

.footer_info .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
@media only screen and (max-width: 1000px) {
  .footer_info .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_info .wrap .left {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 1000px) {
  .footer_info .wrap .left {
    width: 100%;
  }
}
.footer_info .wrap .left .cont_ttl_02 h2 {
  border-left: 10px solid #fff;
  padding-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
.footer_info .wrap .left .cont_ttl_02 h2 .ttl_deco {
  font-size: 30px;
}
.footer_info .wrap .left .dl_list {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .footer_info .wrap .left .dl_list {
    margin-top: 40px;
  }
}
.footer_info .wrap .left .dl_list dl {
  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_info .wrap .footer_map {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .footer_info .wrap .footer_map {
    width: 100%;
  }
}
.footer_info .wrap .footer_map div {
  width: 100%;
  height: 100%;
}
.footer_info .wrap .footer_map div iframe {
  width: 100%;
}

.footer_nav .nav_menu {
  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;
  gap: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer_nav .nav_menu li a {
  color: #fff;
}

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

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

#contents,
#contents_wrap {
  background: transparent;
}

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

#main .bg100 {
  padding: 0;
}

.imgL {
  margin: 0 !important;
}

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

.btn div a {
  padding: 16px 82px 16px 32px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
}
.btn div a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn div a:hover {
  background: #fff;
  color: #7a3030;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #7a3030;
  opacity: 1;
}
.btn div a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 5px;
  color: #7a3030;
}

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

#main .p_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #main .p_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#main .cont_ttl_02 article h2 {
  border-left: 10px solid #fff;
  padding-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
#main .cont_ttl_02 article h2 .ttl_deco {
  font-size: 30px;
}

#main .cont_01_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_01_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/home/logo_half.png);
  right: 0;
  bottom: 0;
  width: 400px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap::before {
    bottom: initial;
    top: 0;
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_01_wrap::before {
    width: 200px;
    height: 250px;
  }
}
#main .cont_01_wrap .left {
  padding: 80px;
  padding-right: 16.6666666667%;
  border: 1px solid #fff;
  margin-left: 160px;
  margin-right: 100px;
  width: 50%;
}
@media only screen and (max-width: 1400px) {
  #main .cont_01_wrap .left {
    margin-left: 30px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .left {
    width: 100%;
    padding: 30px;
    border: none;
    margin: auto;
  }
}
#main .cont_01_wrap .left .cont_ttl_02 article > div {
  margin-top: 40px;
  color: #fff;
}
#main .cont_01_wrap .cont_img {
  position: absolute;
  width: 40%;
  z-index: 2;
  right: 160px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1600px) {
  #main .cont_01_wrap .cont_img {
    width: 40%;
  }
}
@media only screen and (max-width: 1400px) {
  #main .cont_01_wrap .cont_img {
    right: 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .cont_img {
    right: inherit;
    top: 0;
    left: 0;
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#main .cont_01_wrap .cont_img img {
  width: 100% !important;
}

#main .sns_wrap .cont_ttl_02 {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  #main .sns_wrap .cont_ttl_02 {
    margin: auto 30px;
  }
}
#main .sns_wrap .cont_ttl_02 article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #main .sns_wrap .cont_ttl_02 article {
    -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;
  }
}
#main .sns_wrap .cont_ttl_02 article > div {
  color: #fff;
  padding-left: 120px;
}
@media screen and (max-width: 640px) {
  #main .sns_wrap .cont_ttl_02 article > div {
    padding-left: 0;
    padding-top: 16px;
  }
}

.cp_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.cp_btn a {
  background: #fff;
  width: 100%;
  height: 100%;
  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;
}

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

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 3;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  padding: 4em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 10;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #000;
  background-image: url("btn_close.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  border-radius: 50%;
  border: 1px solid #ccc;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #FDB53F;
  border: 1px solid #FDB53F;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  font-size: 200%;
  font-weight: 200;
  color: #ED344E;
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  margin: 1em auto 1.5em;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 160px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #111;
  border-radius: 2px;
  font-size: 1.2em;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 90%;
    margin: 3em auto;
    padding: 1.5em;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 26px;
    height: 26px;
    background-size: 14px;
  }
}
#main .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 .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 .top_sns div.sns_list div.slick-slide {
  padding: 0 12px;
}
#main .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 .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%);
}
#main .top_sns div.sns_list div.sns_text {
  display: none;
}

#main .banner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
#main .banner .box {
  font-size: 3rem;
  width: calc((100% - 40px) / 2);
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  #main .banner .box {
    width: 100%;
  }
}
#main .banner .box::before {
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  color: #FFF;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}
#main .banner .box a {
  display: block;
  color: #fff;
  position: relative;
}
#main .banner .box a::before {
  content: "";
  position: absolute;
  background: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.8));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#main .banner .box a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .banner .box a > div {
  position: absolute;
  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;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  pointer-events: none;
  margin-right: 40px;
}

#main .cp_wrap .cp_btn {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 20;
  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;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem 1.5rem 5rem;
  width: 240px;
  height: 90px;
  color: #fff;
  background: #eb804a;
  -webkit-box-shadow: 0 5px 0 #c25e2c;
          box-shadow: 0 5px 0 #c25e2c;
}
@media screen and (max-width: 640px) {
  #main .cp_wrap .cp_btn {
    width: 100%;
    height: 60px;
    bottom: 6px;
  }
}
#main .cp_wrap .cp_btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cp_wrap .cp_btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f48c58;
  -webkit-box-shadow: 0 2px 0 #ef814b;
  box-shadow: 0 2px 0 #ef814b;
}
#main .cp_wrap .cp_btn:hover::before {
  left: 2rem;
}
#main .cp_wrap .cp_btn .cp_text {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef814b;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  #main .cp_wrap .cp_btn .cp_text br {
    display: none;
  }
}
#main .cp_wrap .cp_btn .close_1, #main .cp_wrap .cp_btn .close_2 {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cp_wrap .cp_btn.open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  width: 45px;
  height: 45px;
  bottom: 0;
  padding: 0;
}
#main .cp_wrap .cp_btn.open .cp_text, #main .cp_wrap .cp_btn.open .cpt_b {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cp_wrap .cp_btn.open i {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cp_wrap .cp_btn.open .close_1, #main .cp_wrap .cp_btn.open .close_2 {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 8px;
  background-color: rgb(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cp_wrap .cp_btn.open .close_1.close_1, #main .cp_wrap .cp_btn.open .close_2.close_1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
}
#main .cp_wrap .cp_btn.open .close_1.close_2, #main .cp_wrap .cp_btn.open .close_2.close_2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
}
#main .cp_wrap .cp_btn i {
  color: #fff;
}
#main .cp_wrap .cp_btn i::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}
#main .cp_wrap .banner_wrap {
  position: fixed;
  bottom: 0;
  right: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(128, 128, 128, 0.7);
  padding: 24px 45px 24px 24px;
  padding: 10px 45px 10px 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#main .cp_wrap .banner_wrap.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}

#main .banner_wrap .cp_banner {
  position: relative;
}
#main .banner_wrap .cp_banner::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
#main .banner_wrap .cp_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
#main .banner_wrap .cp_banner .cp_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #main .banner_wrap .cp_banner .cp_text {
    width: 100%;
    padding: 0 30px;
  }
}
#main .banner_wrap .cp_banner .cp_text .top_text {
  background: #fff;
  color: #3e3e3e;
  font-size: 40px;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main .banner_wrap .cp_banner .cp_text .top_text {
    font-size: 30px;
  }
}
#main .banner_wrap .cp_banner .cp_text .bottom_text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  text-shadow: rgb(0, 0, 0) 1px 0 5px;
}
@media screen and (max-width: 640px) {
  #main .banner_wrap .cp_banner .cp_text .bottom_text {
    font-size: 16px;
  }
}
#main .banner_wrap .cp_banner .bg_img img {
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.y_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(255, 242, 0, 0.5490196078)), to(rgba(255, 242, 0, 0.5490196078)));
  background: -webkit-linear-gradient(top, transparent 80%, rgba(255, 242, 0, 0.5490196078) 80%, rgba(255, 242, 0, 0.5490196078) 100%);
  background: linear-gradient(to bottom, transparent 80%, rgba(255, 242, 0, 0.5490196078) 80%, rgba(255, 242, 0, 0.5490196078) 100%);
}

.t_white {
  color: #fff !important;
}

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

.dl_list dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
@media screen and (max-width: 640px) {
  .dl_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dl_list dl dt {
  font-weight: bold;
  text-align: center;
  background: none;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-bottom: 1px solid #7a3030;
  padding: 30px;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .dl_list dl dt {
    padding: 10px;
    width: 100%;
    border: 0;
    text-align: left;
    display: block;
    background: #888888;
  }
}
.dl_list dl dd {
  padding: 30px;
  border: 0px;
  background: none;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .dl_list dl dd {
    padding: 10px;
    width: 100%;
    border: 0;
  }
}

#main .dl_list dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
@media screen and (max-width: 640px) {
  #main .dl_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .dl_list dl dt {
  font-weight: bold;
  text-align: center;
  background: none;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-bottom: 1px solid #7a3030;
  padding: 30px;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #main .dl_list dl dt {
    padding: 10px;
    width: 100%;
    border: 0;
    text-align: left;
    display: block;
    background: #888888;
  }
}
#main .dl_list dl dd {
  padding: 30px;
  border: 0px;
  background: none;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #main .dl_list dl dd {
    padding: 10px;
    width: 100%;
    border: 0;
  }
}

.img_1-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.img_4-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.img_16-9 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.title_01 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01::before {
  content: "";
  background: rgba(3, 3, 3, 0.237);
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.4rem;
  }
}
.title_02 article h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  color: #fff;
  border-left: 6px solid #97202a;
}
.title_03 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.title_03 h3:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
  background: #000;
}
.title_03 div {
  margin-top: 24px;
}

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

.map {
  width: 100%;
}
.map div {
  aspect-ratio: 16/9;
}
.map div iframe {
  width: 100%;
  height: 100%;
}

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

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

/* -------ページ記述ここから------- */
#main .about_flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  #main .about_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .about_flex .box:first-child {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #main .about_flex .box:first-child {
    width: 100%;
  }
}
#main .about_flex .box:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  #main .about_flex .box:last-child {
    width: 100%;
    margin-left: 0;
  }
}
#main .about_flex .box:last-child h3 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  color: #fff;
}
#main .about_flex .box:last-child h3:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  content: "";
  background: #006cac;
}
#main .about_flex .box:last-child div {
  margin-top: 20px;
  color: #fff;
}

#main .company_01 {
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  #main .company_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main .company_01 .box:first-child {
  width: 40%;
  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;
}
@media only screen and (max-width: 1000px) {
  #main .company_01 .box:first-child {
    width: 100%;
  }
  #main .company_01 .box:first-child img {
    max-width: 400px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #main .company_01 .box:first-child img {
    max-width: 100%;
  }
}
#main .company_01 .box:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 50px;
}
@media only screen and (max-width: 1000px) {
  #main .company_01 .box:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #main .company_01 .box:last-child {
    padding: 20px;
  }
}

/* -------ページ記述ここまで------- */
.fancybox-stage {
  background: rgba(253, 253, 253, 0.8);
}

.fancybox-bg {
  background: none;
}

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

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

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

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

#main .flow-list .box:nth-child(1) article::before {
  content: "STEP:01";
}
#main .flow-list .box:nth-child(2) article::before {
  content: "STEP:02";
}
#main .flow-list .box:nth-child(3) article::before {
  content: "STEP:03";
}
#main .flow-list .box:nth-child(4) article::before {
  content: "STEP:04";
}
#main .flow-list .box:nth-child(5) article::before {
  content: "STEP:05";
}
#main .flow-list .box:nth-child(6) article::before {
  content: "STEP:06";
}
#main .flow-list .box {
  position: relative;
  overflow: inherit !important;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 130px;
}
#main .flow-list .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
#main .flow-list .box article::before {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  color: #000;
  border-radius: 100px;
  background: #fff;
  -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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .flow-list .box article img {
  width: 30%;
}
#main .flow-list .box article div {
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .flow-list .box article div h3 {
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #main .flow-list .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #main .flow-list .box article img {
    width: 100%;
  }
}

#main .sns_page .sns_list {
  border: none !important;
  display: block !important;
}
#main .sns_page .sns_list > div {
  margin-bottom: 50px;
  border: none !important;
}
@media screen and (max-width: 834px) {
  #main .sns_page .sns_list > div {
    display: block !important;
  }
}
#main .sns_page .sns_list > div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #main .sns_page .sns_list > div .sns_photo {
    width: 100% !important;
  }
}
#main .sns_page .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .sns_page .sns_list > div .sns_text {
  line-height: 2;
}
@media screen and (max-width: 834px) {
  #main .sns_page .sns_list > div .sns_text {
    width: 100% !important;
  }
}
#main .sns_page .sns_list > div .sns_text .caption {
  font-size: 14px;
  color: #fff;
}
#main .sns_page .sns_list > div .sns_text .sns_date {
  color: #fff !important;
  background-color: #7a3030;
  display: table;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Roboto", "Arial Black", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
#main .sns_page .sns_list > div .sns_text ul {
  margin-top: 20px;
}
#main .sns_page .sns_list > div .sns_text ul li a {
  color: #fff !important;
  border: solid 1px #fff;
  padding: 5px 20px;
  margin-bottom: 5px;
  font-family: "Roboto", "Arial Black", sans-serif;
}
#main .sns_page .sns_list > div .sns_text ul li a:hover {
  background-color: #7a3030;
  color: #fff !important;
  opacity: 1 !important;
  border: 1px solid #7a3030;
}

.faq dl,
.faq dt,
.faq dd {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.faq dl {
  display: block !important;
  margin-bottom: 5px;
  color: #fff;
}

.faq dt {
  font-weight: bold;
  position: relative;
  padding: 10px !important;
  padding-right: 30px !important;
  padding-left: 15px !important;
  border: 1px solid #ccc !important;
  color: #fff;
}

.faq dt:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 30px;
  margin: auto;
  content: "";
  background: url(../images/contents/icon_plus.png) center/20px no-repeat;
}

.faq dt:hover {
  cursor: pointer;
}

.faq dd {
  display: none;
}

.faq dd span {
  display: block !important;
  padding: 10px !important;
}

#main .ttl_d article > div {
  margin-top: 20px;
  color: #fff;
}

.cp_btn {
  -webkit-animation: flfl 2.3s linear infinite;
          animation: flfl 2.3s linear infinite;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@-webkit-keyframes flfl {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(2deg, 2.2deg);
            transform: skew(2deg, 2.2deg);
  }
  10% {
    -webkit-transform: skew(-1deg, -1deg);
            transform: skew(-1deg, -1deg);
  }
  15% {
    -webkit-transform: skew(0.5deg, 1.2deg);
            transform: skew(0.5deg, 1.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@keyframes flfl {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(2deg, 2.2deg);
            transform: skew(2deg, 2.2deg);
  }
  10% {
    -webkit-transform: skew(-1deg, -1deg);
            transform: skew(-1deg, -1deg);
  }
  15% {
    -webkit-transform: skew(0.5deg, 1.2deg);
            transform: skew(0.5deg, 1.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@media screen and (max-width: 640px) {
  .cp_btn {
    -webkit-animation: frfr 2.3s linear infinite;
            animation: frfr 2.3s linear infinite;
  }
  @-webkit-keyframes frfr {
    0% {
      -webkit-transform: translate(2px, 0px);
              transform: translate(2px, 0px);
    }
    5% {
      -webkit-transform: translate(-2px, 0px);
              transform: translate(-2px, 0px);
    }
    10% {
      -webkit-transform: translate(2px, 0px);
              transform: translate(2px, 0px);
    }
    15% {
      -webkit-transform: translate(-2px, 0px);
              transform: translate(-2px, 0px);
    }
    20% {
      -webkit-transform: translate(2px, 0px);
              transform: translate(2px, 0px);
    }
    25% {
      -webkit-transform: translate(-2px, 0px);
              transform: translate(-2px, 0px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes frfr {
    0% {
      -webkit-transform: translate(2px, 0px);
              transform: translate(2px, 0px);
    }
    5% {
      -webkit-transform: translate(-2px, 0px);
              transform: translate(-2px, 0px);
    }
    10% {
      -webkit-transform: translate(2px, 0px);
              transform: translate(2px, 0px);
    }
    15% {
      -webkit-transform: translate(-2px, 0px);
              transform: translate(-2px, 0px);
    }
    20% {
      -webkit-transform: translate(2px, 0px);
              transform: translate(2px, 0px);
    }
    25% {
      -webkit-transform: translate(-2px, 0px);
              transform: translate(-2px, 0px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
}

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

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

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

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

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

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

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

div.crumb {
  display: none;
}

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

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

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

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

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

div.photo {
  margin-left: 0;
}

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

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

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

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

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

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

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.shop_cont table {
  table-layout: auto;
}

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