@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(255, 134, 138, 0.7);
}

::selection {
  background-color: rgba(255, 134, 138, 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%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  height: 120px;
}
@media screen and (max-width: 640px) {
  .header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1201px) {
  .header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header.transform {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.header .header_logo {
  width: 200px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    padding-right: 16px;
    width: 100px;
  }
}
.header .header_logo a img {
  mix-blend-mode: multiply;
}
.header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1600px) {
  .header .header_content {
    -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 .global_nav {
  margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav {
    margin-right: 0;
    position: fixed;
    right: -100%;
    margin-top: 0;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    opacity: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    padding: 90px 20px;
    width: 100%;
    z-index: 999;
  }
}
.header .header_content .global_nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header .header_content .global_nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .global_nav .nav_menu {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 16px 0;
  }
}
.header .header_content .global_nav .nav_menu li {
  margin-left: 8px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li {
    margin-left: 0;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }
  .header .header_content .global_nav .nav_menu li:last-child a {
    border-bottom: none;
  }
}
.header .header_content .global_nav .nav_menu li a {
  color: #222;
  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;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li a {
    padding: 16px 0;
  }
}
.header .header_content .global_nav .nav_menu li a span {
  font-size: 2.8rem;
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.header .header_content .global_nav .nav_menu li.nav_list {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li.nav_list {
    border-bottom: solid 1px #ccc;
  }
}
.header .header_content .global_nav .nav_menu li.nav_list p {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li.nav_list p::after {
    font-weight: 600;
    content: "+";
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 60px;
    height: 100%;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ff868a;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li.nav_list p.open::after {
    font-weight: 600;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 60px;
    height: 100%;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ff868a;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
  }
}
.header .header_content .global_nav .nav_menu li.nav_list ul.dropdown {
  width: 140px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li.nav_list ul.dropdown {
    position: static;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
.header .header_content .global_nav .nav_menu li.nav_list ul.dropdown li.dropdown_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li.nav_list ul.dropdown li.dropdown_list:first-child {
    border-top: solid 1px #589dd8;
  }
  .header .header_content .global_nav .nav_menu li.nav_list ul.dropdown li.dropdown_list:last-child {
    border-bottom: none;
  }
}
.header .header_content .global_nav .nav_menu li.nav_list ul.dropdown li.dropdown_list a {
  display: block;
  background-color: #ff868a;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .nav_menu li.nav_list ul.dropdown li.dropdown_list a {
    font-size: 1.4rem;
    background: transparent;
    text-align: center;
    color: #222;
  }
}
.header .header_content .global_nav .nav_menu li.nav_list ul.dropdown li.dropdown_list a:hover {
  background-color: #faa77e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  opacity: 1;
}
.header .header_content .global_nav .tel2,
.header .header_content .global_nav .contact2 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .global_nav .tel2,
.header .header_content .global_nav .contact2 {
    display: block;
  }
}
.header .header_content .global_nav .tel2 {
  margin-top: 20px;
}
.header .header_content .global_nav .tel2 a {
  color: #ff868a;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1;
  font-family: "lato", "Arial Black", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
}
.header .header_content .global_nav .tel2 a .tel_text {
  margin-top: 16px;
  font-size: 4.4rem;
  font-weight: 600;
  color: #ff5400;
  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;
}
.header .header_content .global_nav .tel2 a .tel_text i {
  font-size: 3.2rem;
  margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .global_nav .tel2 a .tel_text i {
    font-size: 2.4rem;
  }
}
.header .header_content .global_nav .contact2 {
  margin-top: 20px;
}
.header .header_content .global_nav .contact2 a {
  background: #ff868a;
  display: block;
  color: #fff;
  text-align: center;
  padding: 16px;
  max-width: 641px;
  margin: 0 auto;
}
.header .header_content .global_nav .contact2 a span {
  line-height: 1;
  position: relative;
  padding-left: 8px;
}
.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;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .header_contact {
    margin-right: 100px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact {
    margin-right: 60px;
  }
}
.header .header_content .header_contact .hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .header_contact .hamburger {
    display: block;
    height: 80px;
    width: 80px;
    cursor: pointer;
    display: block;
    pointer-events: auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .hamburger {
    height: 44px;
    width: 44px;
    top: 15px;
    right: 10px;
  }
}
.header .header_content .header_contact .hamburger span {
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .header .header_content .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: #ff868a;
}
.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 .contact_img {
  width: 120px;
}
@media screen and (max-width: 640px) {
  .header .header_content .header_contact .contact_img {
    width: 100px;
  }
}

#global_header .contact {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  #global_header .contact {
    right: 10px;
  }
}
#global_header .contact a {
  width: 120px;
  height: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#eebfd1), to(#6fb0f4));
  background: -webkit-linear-gradient(left, #eebfd1, #6fb0f4);
  background: linear-gradient(to right, #eebfd1, #6fb0f4);
  border-radius: 9999px;
  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;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #global_header .contact a .contact_text {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #global_header .contact a {
    width: 50px;
    height: 50px;
  }
}
#global_header .contact a i {
  font-size: 30px;
}
@media screen and (max-width: 834px) {
  #global_header .contact a i {
    font-size: 20px;
  }
}
#global_header .contact a:hover {
  width: 130px;
  height: 130px;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  opacity: 1;
}
@media screen and (max-width: 834px) {
  #global_header .contact a:hover {
    width: 60px;
    height: 60px;
  }
}

.main_img {
  padding: 60px;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .main_img {
    padding: 30px;
    padding-top: 0;
  }
}
.main_img img {
  width: 100% !important;
}

#global_header .nolink {
  cursor: pointer !important;
  pointer-events: none;
}

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

#copyright {
  background: transparent;
  color: #222;
  text-align: center;
}
#copyright a {
  color: #222;
  pointer-events: none;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #ff868a;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 2;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  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;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer_content .footer_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .footer_content .footer_left {
    width: 100%;
  }
}
.footer_content .footer_left .footer_logo {
  width: 250px;
}
.footer_content .footer_left .footer_nav {
  margin-top: 30px;
}
.footer_content .footer_left .footer_nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.footer_content .footer_left .footer_nav .nav_menu li a {
  color: #222;
}
.footer_content .footer_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fee5e9;
  text-align: left;
  padding: 40px;
  border-radius: 10px;
  border: 3px solid #ff868a;
}
@media screen and (max-width: 640px) {
  .footer_content .footer_right {
    width: 100%;
  }
}
.footer_content .footer_right .info .company_name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer_content .footer_right .info .t_1 .text_deco {
  margin-right: 10px;
}

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: #fff;
}

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

#contents,
#contents_wrap {
  background: transparent;
}

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

#main .bg100 {
  padding: 0;
}

.imgL {
  margin: 0 !important;
}

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

.btn div a {
  padding: 16px 82px 16px 32px;
  background: #ef814b;
  color: #fff;
  border-radius: 50px;
  -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 #faa77e;
}
.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;
  background: #ff9663;
  width: 40px;
  height: 40px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn div a:hover {
  background: #fff;
  color: #faa77e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #faa77e;
  opacity: 1;
}
.btn div a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 5px;
  color: #fff;
}

.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: #ff868a;
  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_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #main .p_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

.cont_01_title h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 2px, #ff868a 0.75;
}
@media only screen and (max-width: 1000px) {
  .cont_01_title h2 {
    font-size: 2rem;
  }
}

.cont_title h2 {
  font-size: 3.6rem;
  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;
  color: #ff868a;
  gap: 10px;
  font-weight: 600;
}
.cont_title h2 .text_deco {
  color: #ef814b;
  font-size: 1.8rem;
  line-height: 1;
}
.cont_title h2::after {
  content: "";
  height: 3px;
  width: 40px;
  background: #ff868a;
}

@media only screen and (max-width: 1000px) {
  .cont_01_wrap {
    padding-top: 200px !important;
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .cont_01_wrap {
    padding-top: 80px !important;
  }
}
.cont_01_wrap .wrap {
  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;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.cont_01_wrap .wrap .milk_img {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap .wrap .milk_img {
    z-index: 2;
  }
}
.cont_01_wrap .wrap .right {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap .wrap .right {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .cont_01_wrap .wrap .right {
    width: 100%;
  }
}
.cont_01_wrap .wrap .right .cont_une {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .cont_01_wrap .wrap .right .cont_une {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .wrap .right .cont_une {
    width: 100%;
  }
}
.cont_01_wrap .wrap .right .cont_ttl {
  position: relative;
  padding-right: 120px;
  padding-left: 120px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .cont_01_wrap .wrap .right .cont_ttl {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .wrap .right .cont_ttl {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.cont_01_wrap .wrap .right .cont_ttl article h2 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.cont_01_wrap .wrap .right .cont_ttl article div {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .wrap .right .cont_ttl article div {
    text-align: left !important;
  }
}
.cont_01_wrap .wrap .right .btn {
  position: relative;
  z-index: 2;
}

.cont_title_02 article h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
}

.milk {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 3s linear infinite;
          animation: yurayura 3s linear infinite;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
#main .banner {
  gap: 20px;
}
@media screen and (max-width: 834px) {
  #main .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main .banner .box {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 834px) {
  #main .banner .box {
    width: 100%;
  }
}
#main .banner .box div a {
  height: 300px;
  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;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
}
#main .banner .box div a::after {
  content: "\f061";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #ef814b;
  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 .banner .box:nth-child(1) div a {
  background: #ffddbb;
  border: 6px solid #ea9a72;
  outline: 2px solid #ea9a72;
  outline-offset: -10px;
}
#main .banner .box:nth-child(2) div a {
  background: #e4fccc;
  border: 6px solid #51a069;
  outline: 2px solid #51a069;
  outline-offset: -10px;
}
#main .banner .box:nth-child(2) div a::after {
  color: #017423;
}

#main .cont_03_wrap .wrap .item_flex {
  gap: 20px;
}
@media screen and (max-width: 834px) {
  #main .cont_03_wrap .wrap .item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_03_wrap .wrap .item_flex .box {
  width: calc((100% - 40px) / 3);
  background: #fff;
}
@media screen and (max-width: 834px) {
  #main .cont_03_wrap .wrap .item_flex .box {
    width: 100%;
  }
}
#main .cont_03_wrap .wrap .item_flex .box article {
  height: 100%;
}
#main .cont_03_wrap .wrap .item_flex .box article a {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  position: relative;
  height: 100%;
}
#main .cont_03_wrap .wrap .item_flex .box article a:hover {
  opacity: 1;
}
#main .cont_03_wrap .wrap .item_flex .box article a h3 {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background-color: #ff868a;
  color: #fff;
  padding: 10px 40px;
  border-radius: 0 5px 5px 0;
}
#main .cont_03_wrap .wrap .item_flex .box article a img {
  aspect-ratio: 1/1;
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 40px;
}
#main .cont_03_wrap .wrap .item_flex .box article a div {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  color: #222;
  text-align: left;
  margin-top: 20px;
}
#main .cont_03_wrap .wrap .item_flex .box article a .btn {
  width: 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;
}
#main .cont_03_wrap .wrap .item_flex .box article a .btn::after {
  font-weight: 600;
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  display: block;
  font-size: 20px;
  padding-left: 10px;
}
#main .cont_03_wrap .wrap .item_flex .box:first-child article a .btn {
  color: #ff868a;
}
#main .cont_03_wrap .wrap .item_flex .box:nth-child(2) article a h3 {
  background: #006cac;
}
#main .cont_03_wrap .wrap .item_flex .box:nth-child(2) article a .btn {
  color: #006cac;
}

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

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

.drop_wrap {
  position: absolute;
  top: 30%;
  left: 40%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .drop_wrap {
    top: 10%;
    left: 60%;
  }
}
.drop_wrap div {
  margin: 175px auto;
}
.drop_wrap .drop {
  position: relative;
  width: 20px;
  height: 20px;
  top: -30px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  -webkit-animation-name: drip;
  animation-name: drip;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.drop_wrap .drop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid rgb(255, 255, 255);
  top: -22px;
}
.drop_wrap .wave {
  position: relative;
  opacity: 0;
  top: 0;
  width: 2px;
  height: 1px;
  border: #FFF 7px solid;
  border-radius: 300px/150px;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.drop_wrap .wave:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: -5px;
  left: -5px;
  width: 2px;
  height: 1px;
  border: #FFF 5px solid;
  border-radius: 300px/150px;
  -webkit-animation-name: ripple-2;
  animation-name: ripple-2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    width: 600px;
    height: 300px;
    border-width: 1px;
    top: -100px;
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    width: 600px;
    height: 300px;
    border-width: 1px;
    top: -100px;
    opacity: 0;
  }
}
@-webkit-keyframes ripple-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 200px;
    height: 100px;
    border-width: 1px;
    top: 100px;
    left: 200px;
  }
}
@keyframes ripple-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 200px;
    height: 100px;
    border-width: 1px;
    top: 100px;
    left: 200px;
  }
}
@-webkit-keyframes drip {
  to {
    top: 190px;
  }
}
@keyframes drip {
  to {
    top: 190px;
  }
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(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;
}

.dl_list {
  background: #ccc;
}
.dl_list label {
  position: static;
}
.dl_list dl:last-child {
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .dl_list dl {
    display: block !important;
  }
}
.dl_list dt,
.dl_list dd {
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .dl_list dt,
.dl_list dd {
    width: 100% !important;
  }
}
.dl_list dt {
  text-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #222 !important;
}
@media screen and (max-width: 640px) {
  .dl_list dt {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}
.dl_list dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}
@media screen and (max-width: 640px) {
  .dl_list dd {
    text-align: left;
  }
}
.dl_list a {
  color: #faa77e !important;
  text-decoration: underline !important;
}
.dl_list a:hover {
  color: #ff868a !important;
}

.title_01 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01::before {
  content: "";
  background: rgb(255, 243, 243);
  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: 5rem;
  color: #222;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.4rem;
  }
}
.title_02 article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_02 article h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #006cac;
  gap: 5px;
}
.title_02 article h2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #006cac;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title_02 article h2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #006cac;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title_03 h3 {
  font-size: 2.4rem;
  color: #ff868a;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 8px;
  border-bottom: 1px solid #ff868a;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.8rem;
  }
}
.title_03 h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "■";
  color: #ff868a;
}
.title_03 div {
  margin-top: 24px;
}

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

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

.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: #ff868a;
  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: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #fff2f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ff868a;
}
@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: #ff868a;
  -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: #ff868a;
  -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 #ff868a;
}
#main .flex_cont_btn .box div a:hover::before, #main .flex_cont_btn .box div a:hover::after {
  right: 0.5em;
}

/* -------ページ記述ここから------- */
#main .about_ttl article h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  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) {
  #main .about_ttl article h2 {
    font-size: 2rem;
  }
}
#main .about_ttl article h2::after, #main .about_ttl article h2::before {
  content: "";
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  display: block;
}
#main .about_ttl article h2::before {
  background: url(../images/contents/milk.png);
  background-size: contain;
}
#main .about_ttl article h2::after {
  background: url(../images/contents/cow.png);
  background-size: contain;
}
#main .about_ttl article div {
  margin-top: 20px;
}

#main .about_ttl_2 article h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
#main .about_ttl_2 article h2::before {
  content: "●";
  color: #ff868a;
}
#main .about_ttl_2 article div {
  margin-top: 20px;
}

#main .prdt_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 834px) {
  #main .prdt_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .prdt_wrap .cont_img {
  width: 40%;
}
@media screen and (max-width: 834px) {
  #main .prdt_wrap .cont_img {
    width: 100%;
  }
}
#main .prdt_wrap .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: 10px;
}
#main .prdt_wrap .right .item_card .box {
  width: 100%;
}
#main .prdt_wrap .right .item_card .box:first-child article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
#main .prdt_wrap .right .item_card .box:first-child article h3 {
  font-weight: 600;
  color: #222;
  font-size: 1.8rem;
  margin-left: 5px;
}
#main .prdt_wrap .right .item_card .box:first-child article > div {
  background: #f2f9ff;
  border: 1px solid #aed8ff;
  padding: 0 10px;
}
#main .prdt_wrap .right .item_card .box:nth-child(2) {
  margin-top: 20px;
}

#main .news_01 {
  background-color: rgba(255, 210, 218, 0.2980392157);
  padding: 32px;
}
@media screen and (max-width: 834px) {
  #main .news_01 {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .news_01 .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .news_01 .box {
    width: 100%;
  }
}
#main .news_01 .box img {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 100%;
  padding-left: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  #main .news_01 .box img {
    padding-left: 0;
    margin-top: 20px;
  }
}
#main .news_01 h2 {
  margin: 8px 0 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 8px 0;
  border-block: 1px solid rgba(191, 191, 191, 0.24);
}

#main .ul_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: 8px;
}
#main .ul_list ul li {
  padding-right: 5px;
}
#main .ul_list ul li::before {
  font-weight: 600;
  content: "\f4fc";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: #aed8ff;
}

#main .recruit_list dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #main .recruit_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 .recruit_list dl dt {
  font-weight: bold;
  text-align: center;
  background: none;
  color: #333;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-bottom: 1px solid #ff5400;
  padding: 30px 5px;
}
@media screen and (max-width: 640px) {
  #main .recruit_list dl dt {
    padding: 10px;
    width: 100%;
    border: 0;
    text-align: left;
    display: block;
    background: #589dd8;
  }
}
#main .recruit_list dl dd {
  padding: 30px;
  border: 0px;
  background: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #main .recruit_list dl dd {
    padding: 10px;
    width: 100%;
    border: 0;
  }
}

#main .about_flex {
  gap: 20px;
}
@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 {
  width: calc((100% - 40px) / 3);
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  #main .about_flex .box {
    width: 100%;
  }
}
#main .about_flex .box article {
  height: 100%;
}
#main .about_flex .box article a {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  position: relative;
  height: 100%;
}
#main .about_flex .box article a:hover {
  opacity: 1;
}
#main .about_flex .box article a h3 {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background-color: #ff868a;
  color: #fff;
  padding: 10px 40px;
  border-radius: 0 5px 5px 0;
}
#main .about_flex .box article a img {
  aspect-ratio: 1/1;
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 40px;
}
#main .about_flex .box article a div {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  color: #222;
  text-align: left;
  margin-top: 20px;
}
#main .about_flex .box article a .btn {
  width: 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;
}
#main .about_flex .box article a .btn::after {
  font-weight: 600;
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  display: block;
  font-size: 20px;
  padding-left: 10px;
}
#main .about_flex .box:first-child article a .btn {
  color: #ff868a;
}
#main .about_flex .box:nth-child(2) article a h3 {
  background: #006cac;
}
#main .about_flex .box:nth-child(2) article a .btn {
  color: #006cac;
}

/* -------ページ記述ここまで------- */
.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 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 #ff868a;
}
@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 #ff5400;
  font-size: 2rem;
  font-weight: 500;
  color: #ff868a;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

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