@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 1.6em !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff !important;
  word-wrap: break-word;
  overflow-x: hidden;
  counter-reset: number 0;
  animation: fadeIn 3s ease 0s 1 normal;
  line-height: 2em !important;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8em !important;
    line-height: 1.8em !important;
  }
}
body > div,
body .blog {
  line-height: 2.4em !important;
}
@media only screen and (max-width: 640px) {
  body > div,
  body .blog {
    line-height: 2.2em !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::selection {
  background-color: #f6cc39;
  color: #fff;
}

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

.inner2 {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.bg100_2,
.inner_out2 {
  margin-left: calc((1200px - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 1200px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((1200px - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 1200px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.6;
}

li {
  list-style: none;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 40px 100px;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 20px 100px;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

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

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

.sml-1 {
  font-size: 0.6em;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.sml {
  font-size: 0.66em;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}
.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #f6cc39 !important;
}
.acc-color a {
  color: #f6cc39 !important;
}

.main-color {
  color: #f2879b !important;
}
.main-color a {
  color: #f2879b !important;
}

.base-color {
  color: #fff !important;
}
.base-color a {
  color: #fff !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

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

@media only screen and (max-width: 1024px) {
  .pctabnone {
    display: none;
  }
}

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

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

.none {
  display: none;
}

.block {
  display: block !important;
}

@media screen and (min-width: 641px) {
  .spblk {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pctabblk {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .tabblk {
    display: none;
  }
}

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

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

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

.annot {
  display: none !important;
}

.flex {
  flex-wrap: wrap;
}

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

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #f6cc39 !important;
  text-decoration: underline !important;
}
.link_1 a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

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

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

@media only 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;
  }
}
.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

.h_blog {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(242, 135, 155, 0.1);
}
.h_blog div.blog_list {
  flex-direction: row !important;
  overflow: auto;
  flex-wrap: wrap;
  max-height: 320px;
  align-content: flex-start;
  border: none !important;
}
@media only screen and (max-width: 1024px) {
  .h_blog div.blog_list {
    max-height: 420px;
  }
}
.h_blog div.blog_list > div {
  flex-direction: row !important;
}
.h_blog div.blog_list > div:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(242, 135, 155, 0.1) !important;
}
.h_blog .blog_photo {
  display: none !important;
}
.h_blog .blog_text {
  font-size: 1em !important;
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.h_blog .blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}
@media only screen and (max-width: 1024px) {
  .h_blog .blog_text {
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.h_blog .blog_date {
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 12%;
  margin-right: 4%;
  letter-spacing: 0.05em;
  color: #f2879b !important;
}
@media only screen and (max-width: 1024px) {
  .h_blog .blog_date {
    margin-right: 0;
    width: 100%;
  }
}
.h_blog h3 {
  font-size: 1em !important;
  width: 84%;
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .h_blog h3 {
    width: 100%;
  }
}
.h_blog h3 a {
  color: #333333 !important;
  text-decoration: underline !important;
}
.h_blog h3 a:hover {
  color: #f2879b !important;
}
.h_blog .detail {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    flex-wrap: wrap-reverse;
  }
}

.h_blog2 .blog_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.h_blog2 .blog_list > div {
  border: none !important;
  flex-wrap: wrap;
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .h_blog2 .blog_list > div {
    width: 100%;
  }
}
.h_blog2 .blog_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .h_blog2 .blog_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.h_blog2 .blog_list > div .blog_photo,
.h_blog2 .blog_list > div .blog_text {
  width: 100% !important;
}
.h_blog2 .blog_list > div .blog_photo img {
  width: 100% !important;
}
.h_blog2 .blog_list > div .blog_date {
  color: #333333;
}
.h_blog2 a {
  color: #333333 !important;
  text-decoration: underline;
}
.h_blog2.ver2 .blog_list > div {
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  .h_blog2.ver2 .blog_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .h_blog2.ver2 .blog_list > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .h_blog2.ver2 .blog_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .h_blog2.ver2 .blog_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .h_blog2.ver2 .blog_list > div:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.h_blog2.ver2 .detail,
.h_blog2.ver2 .detail2 {
  margin-top: 0 !important;
}

.blog2 a {
  text-decoration: none !important;
}
.blog2:nth-of-type(1) {
  background: none !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}
.blog .wrap {
  background: none;
  width: 1200px;
  max-width: 100%;
}
.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}
.blog aside nav > div {
  background: #f2879b;
  color: #fff;
  font-size: 16px !important;
  line-height: 50px !important;
}
@media only screen and (max-width: 640px) {
  .blog aside nav > div {
    font-size: 18px !important;
  }
}
.blog aside ul li:first-child {
  border-top: none !important;
}
.blog .category {
  font-weight: bold;
}
.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}
.blog .category a,
.blog .category span {
  display: block;
  color: #333333 !important;
}
.blog .category a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  position: relative;
}
.blog .category span {
  padding: 10px 0;
}
.blog .flex_images {
  position: relative;
  justify-content: flex-start !important;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog .flex_images {
    justify-content: center !important;
  }
}
.blog .flex_text {
  width: 100%;
  line-height: 2.4em;
}
.blog .blog {
  padding: 0 !important;
}
.blog .pages {
  text-align: left !important;
}
.blog .pages a {
  color: #333333 !important;
}
.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}
.blog aside li {
  line-height: 30px;
  text-align: left;
}
.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #f2879b;
}
.blog #contents article {
  padding: 0 !important;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 100px !important;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}
.blog #contents dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog #contents dd ul a {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .blog #contents dd ul a {
    font-size: 16px;
  }
}
.blog .date {
  color: #f2879b !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: inherit !important;
  border-bottom: 1px solid;
}
.blog dt span {
  color: #333 !important;
  transition: 0.5s;
}
.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}
.blog h1 {
  font-size: 1.4em !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em !important;
  }
}
.blog h2 {
  border-left: 4px solid #f2879b;
  padding-left: 20px;
  font-size: 1.2em !important;
  margin-bottom: 40px;
  padding-bottom: 0 !important;
  line-height: 40px !important;
}
@media only screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}
.blog a {
  color: #f6cc39 !important;
}
@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}
.blog dl.open dt {
  display: flex;
  align-items: center;
}
.blog dl.open label,
.blog td.open {
  border: 1px solid #ccc;
  background: #fff !important;
}
.blog dl.close label,
.blog td.close {
  background: rgba(246, 204, 57, 0.1) !important;
}
.blog dl.close label dd,
.blog td.close dd {
  font-size: 16px;
}
.blog #form_calendar {
  padding: 10px;
}
.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #form_calendar table tbody tr td:hover {
  background: rgba(242, 135, 155, 0.15) !important;
}
.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  background: #fdf0f3 !important;
}
.blog .blog_flex {
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.blog .blog_flex .imgL {
  margin-right: 30px !important;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
.blog .blog_flex .imgL img {
  margin: 0 !important;
}
.blog .blog_flex .name_01 {
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}
.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dl {
    flex-wrap: wrap;
  }
}
.form_wrap dt,
.form_wrap dd {
  background: none !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

.c_contactArea {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(246, 204, 57, 0.1);
}
.c_contactArea .contact_form dt,
.c_contactArea .contact_form dd {
  background: none !important;
  border: none !important;
}
.c_contactArea .contact_form dt {
  color: #333;
  position: relative;
}
.c_contactArea .contact_form dd {
  text-align: left !important;
}
.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}
.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #f2879b;
  border: none;
  font-size: 16px;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #f6cc39;
  opacity: 1 !important;
}
.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.form_wrap.message {
  background: none !important;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}
@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 1000px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}
.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}
.nf_txt p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333333 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nf_btn a::before {
  z-index: -1;
}
.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.nf_btn a:hover {
  background: #f2879b;
  color: #fff !important;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt:not(.last_txt) {
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a img {
  transition: 0.5s;
}
a:hover, a:active {
  opacity: 0.7;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  visibility: visible !important;
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_1,
.fade_2,
.fade_3,
.fade_4 {
  opacity: 0;
}

.fade-in {
  overflow: hidden;
  position: relative;
}

.fade-in img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.fade-in-one img {
  opacity: 0;
  transition: 2s;
}

._view img {
  opacity: 1;
  transition: 2s;
  animation: fade-in-one 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes fade-in-one {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #f6cc39;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.map_1 iframe {
  border-radius: 30px;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.voice_box .q_01,
.voice_box .a_01 {
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .voice_box .q_01,
  .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}
.voice_box .box {
  width: 100%;
  padding: 10px 15px;
  position: relative;
}
.voice_box .box > div {
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 35px;
  }
}
.voice_box .box:nth-child(odd) {
  background: #f2879b;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd) {
    padding-right: 20px;
  }
}
.voice_box .box:nth-child(odd):after {
  content: "\f067";
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.4em;
  right: 40px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd):after {
    display: none;
  }
}
.voice_box .box:nth-child(odd):hover {
  cursor: pointer;
}
.voice_box .box:nth-child(odd).open:after {
  content: "\f068";
}
.voice_box .box:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(even) {
    display: block;
  }
}
.voice_box .box:nth-child(even) .a_01 {
  color: #f2879b;
}

.acc_title:hover {
  cursor: pointer;
}

.newswrap {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .newswrap {
    font-size: 16px;
  }
}
.newswrap > div {
  max-height: 200px;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  .newswrap > div {
    max-height: 500px;
  }
}
.newswrap dl {
  align-items: center !important;
  margin: auto;
  padding: 0 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee !important;
  justify-content: space-between !important;
}
@media only screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}
.newswrap dl:last-child {
  border-bottom: none !important;
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 84% !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}
.newswrap dt {
  letter-spacing: 0;
  border: none !important;
  background: none !important;
  color: #f2879b !important;
  width: 14% !important;
  padding: 0 !important;
  border-right: none !important;
}
@media only screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

.info_1 {
  background: #fff;
}
.info_1 label {
  position: static;
}
.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}
.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}
.info_1 dt {
  text-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: #333333 !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dt {
    align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}
.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}
.info_1 a {
  color: #f6cc39 !important;
  text-decoration: underline !important;
}
.info_1 a:hover {
  color: #f2879b !important;
}

.info_2 label {
  position: static;
}
.info_2 dl:nth-child(odd) {
  background: #fdf0f3;
}
.info_2 dl:nth-child(even) {
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .info_2 dl {
    display: block !important;
    background: none !important;
  }
}
.info_2 dt,
.info_2 dd {
  padding: 10px !important;
  background: none !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .info_2 dt,
  .info_2 dd {
    width: 100% !important;
  }
}
.info_2 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #333333 !important;
  color: #f2879b !important;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .info_2 dt {
    background: #fdf0f3 !important;
    align-items: flex-start !important;
  }
}
.info_2 dd {
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  .info_2 dd {
    background: #fff !important;
    text-align: left;
  }
}
.info_2 a {
  color: #333333 !important;
  text-decoration: underline !important;
}
.info_2 a:hover {
  color: #f6cc39 !important;
}

@media only screen and (max-width: 640px) {
  .tbl_1 {
    font-size: 16px;
  }
}
.tbl_1 td {
  border: 1px solid #f2879b !important;
  padding: 10px !important;
}
.tbl_1 td.up_td {
  background: #fdf0f3;
}
.tbl_1 td.left_td {
  background: rgba(246, 204, 57, 0.1);
}
.tbl_1 a {
  color: #f2879b !important;
  text-decoration: underline;
}

.imgtxt03, .imgtxt04 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    flex-wrap: wrap;
  }
}
.imgtxt03 .inbox, .imgtxt04 .inbox {
  width: 52%;
}
@media only screen and (max-width: 834px) {
  .imgtxt03 .inbox, .imgtxt04 .inbox {
    width: 100%;
  }
}
.imgtxt03 .img_1, .imgtxt04 .img_1 {
  width: 44%;
  position: relative;
  overflow: hidden;
}
.imgtxt03 .img_1:before, .imgtxt04 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.imgtxt03 .img_1 img, .imgtxt04 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 834px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 80%;
    margin: 0 auto 4%;
  }
}
@media only screen and (max-width: 640px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 100%;
  }
}
.imgtxt03 .img_1::before, .imgtxt04 .img_1::before {
  padding-top: 65%;
}
.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #f6cc39;
  color: #fff;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}
.imgtxt03.ver2 .img_1, .ver2.imgtxt04 .img_1 {
  position: relative;
  overflow: hidden;
}
.imgtxt03.ver2 .img_1:before, .ver2.imgtxt04 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.imgtxt03.ver2 .img_1 img, .ver2.imgtxt04 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.imgtxt03.clearfix:after, .clearfix.imgtxt04:after {
  display: none;
}

.imgtxt04 {
  flex-direction: row;
}

.slick-slide {
  outline: none;
}

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

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

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  z-index: 9999;
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: none !important;
}
.c_list li:before {
  content: "・";
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
}

.list_1 {
  border: 1px solid #f2879b;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .list_1 {
    padding: 25px;
  }
}
.list_1 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 2.6em;
}
.list_1 li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .list_1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}
.list_1 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 1.8em;
  font-weight: bold;
  color: #f2879b;
  top: 0;
  left: 0;
  line-height: 1.5;
}

.bb_1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.bb_2 {
  border-bottom: 2px solid #f6cc39;
  margin-bottom: 15px;
  display: inline-block;
}

.cont_flex {
  display: flex;
  flex-wrap: wrap;
}
.cont_flex._reverse {
  flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

.img100 img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_2clm > div,
.cont_2clm > a {
  width: 48%;
  margin-bottom: 4%;
}
@media only screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.cont_2clm.ver2 > div,
.cont_2clm.ver2 > a {
  width: 48%;
  margin-bottom: 4%;
}
@media only screen and (max-width: 834px) {
  .cont_2clm.ver2 > div,
  .cont_2clm.ver2 > a {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont_2clm.ver2 > div:not(:nth-child(2n)),
.cont_2clm.ver2 > a:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media only screen and (max-width: 834px) {
  .cont_2clm.ver2 > div:not(:nth-child(2n)),
  .cont_2clm.ver2 > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.cont_2clm.ver3 > div,
.cont_2clm.ver3 > a {
  width: 48% !important;
  margin-bottom: 0 !important;
}
.cont_2clm.ver3 > div:not(:nth-child(2n)),
.cont_2clm.ver3 > a:not(:nth-child(2n)) {
  margin-right: 4% !important;
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}
.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(3n)),
  .cont_4clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(3n)),
  .cont_4clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}
.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.objc_01 .box {
  display: block;
  position: relative;
}
.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}
.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}
.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}
.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_02 div {
  text-align: center;
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
  overflow: inherit !important;
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 48%;
    margin-bottom: 40px;
  }
}
.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.gallery_1 .box .imgwrap {
  position: relative;
  overflow: hidden;
}
.gallery_1 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.gallery_1 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery_1 .box article > div {
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery_1.ver2 .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.gallery_2 .box {
  position: relative;
  margin-bottom: 2%;
  overflow: inherit !important;
  width: 48%;
  margin-bottom: 4%;
}
.gallery_2 .box > div {
  margin-top: 10px;
  font-size: 14px;
}
.gallery_2 .box > div h3 {
  font-size: 1.2em;
  border-left: #f6cc39 4px solid;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px 1em;
  margin: 20px 0 10px;
}
.gallery_2 .box:not(:nth-child(2n)) {
  margin-right: 4%;
}
.gallery_2 .box .imgwrap {
  position: relative;
  overflow: hidden;
}
.gallery_2 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.gallery_2 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sekoubox {
  justify-content: space-between;
}
.sekoubox .box:nth-child(1), .sekoubox .box:nth-child(3) {
  width: 45%;
}
.sekoubox .box:nth-child(2) {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #f2879b;
}
@media only screen and (max-width: 834px) {
  .sekoubox .box:nth-child(2) i {
    font-size: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .sekoubox .box:nth-child(2) i {
    font-size: 48px;
  }
  .sekoubox .box:nth-child(2) i:before {
    content: "\f322";
  }
}
@media only screen and (max-width: 640px) {
  .sekoubox .box:nth-child(2) {
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .sekoubox .box {
    width: 100% !important;
  }
}
.sekoubox .box article > div {
  text-align: center;
}
.sekoubox .box p {
  text-align: center;
  font-size: 24px;
  color: #f2879b;
  margin-top: 10px;
}
.sekoubox .box .imgwrap {
  position: relative;
  overflow: hidden;
}
.sekoubox .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.sekoubox .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.anchor_btn a {
  padding: 15px;
  display: block;
  text-align: center;
  color: #333333 !important;
  border: 1px solid;
  position: relative;
}
.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.anchor_btn a:hover {
  background: #333333;
  color: #fff !important;
}

header {
  max-width: 100%;
}
header .col2 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 10;
}
header .col2 > div {
  width: 25%;
}
header .col2 > div:not(:last-child) {
  border-right: 1px solid #fff;
}
header .col2 a {
  font-weight: 500;
  display: block;
  padding: 1em 10px;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  header .col2 a {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
header .col2 a i {
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  header .col2 a i {
    margin: 0;
  }
}
header .col2-tel {
  background: #f2879b;
}
header .col2-line {
  background: #00b900;
}
header .col2-time {
  background: #6ccff0;
}
header .col2-access {
  background: #cccccc;
}
header .col2-web {
  background: #8FC31F;
}

.header {
  width: 100%;
  z-index: 2;
}

.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-120%);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}
.clone-nav .nav-list {
  margin: 0 auto;
}
.clone-nav .nav-list > li > a,
.clone-nav .nav-list > li > span {
  padding: 15px 0 !important;
}
.clone-nav .sub_menu {
  top: 62px !important;
}

.is-show {
  transform: translateY(0);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
@media only screen and (max-width: 1024px) {
  .header-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .header-container .col1 {
    width: 140px;
  }
}

@media only screen and (max-width: 1024px) {
  header .nav,
  .clone-nav {
    display: none;
  }
}
header .nav .nav-list,
.clone-nav .nav-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  header .nav .nav-list,
  .clone-nav .nav-list {
    width: 600px;
  }
}
header .nav .nav-list .nav-item,
.clone-nav .nav-list .nav-item {
  flex-grow: 1;
  position: relative; /*ドロップダウン基準点*/
}
header .nav .nav-list .nav-item > a,
header .nav .nav-list .nav-item > span,
.clone-nav .nav-list .nav-item > a,
.clone-nav .nav-list .nav-item > span {
  color: #333333;
  display: block;
  padding: 10px 0;
}
header .nav .nav-list .nav-item > a::after,
header .nav .nav-list .nav-item > span::after,
.clone-nav .nav-list .nav-item > a::after,
.clone-nav .nav-list .nav-item > span::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #f6cc39;
  transition: all 0.3s ease 0s;
}
header .nav .nav-list .nav-item > a:hover,
header .nav .nav-list .nav-item > span:hover,
.clone-nav .nav-list .nav-item > a:hover,
.clone-nav .nav-list .nav-item > span:hover {
  cursor: pointer;
  color: #f6cc39;
}
header .nav .nav-list .nav-item > a:hover::after,
header .nav .nav-list .nav-item > span:hover::after,
.clone-nav .nav-list .nav-item > a:hover::after,
.clone-nav .nav-list .nav-item > span:hover::after {
  width: 40px;
}
@media screen and (min-width: 1025px) {
  header .nav i,
  .clone-nav i {
    display: none;
  }
}

.main {
  position: relative;
}
.main .slider img {
  width: 100%;
  height: 80vh !important;
  min-height: 768px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 1024px) {
  .main .slider img {
    height: 480px !important;
    min-height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .main .slider img {
    height: auto !important;
  }
}
.main::before, .main::after {
  content: "";
  background: url("../images/home/bg_1.jpg") center center/cover no-repeat;
  position: absolute;
  width: 30%;
  height: 50%;
  display: block;
  opacity: 0.8;
  z-index: 2;
}
.main::before {
  bottom: 0;
  left: 0;
  clip-path: ellipse(70% 100% at 0% 100%);
}
.main::after {
  top: 0;
  right: 0;
  clip-path: ellipse(70% 100% at 100% 0%);
}

.main-h1 {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  left: 32px;
  font-weight: 700;
  background-color: #fff;
  padding: 48px 72px;
  font-size: 2rem;
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/home/bg_1.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  #local-keyvisual {
    background-attachment: scroll;
  }
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  font-weight: 500;
  z-index: 1;
  line-height: 1.2;
  position: relative;
  text-align: center;
  font-size: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}
@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.2em;
    height: 190px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 1.8em;
    height: 180px;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.5em;
  margin-top: 15px;
  color: #f2879b;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_menu {
  flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 50px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}
.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .sub_menu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.sub_menu a {
  display: block;
  background: rgba(242, 135, 155, 0.9);
  color: #fff !important;
  padding: 12px 0;
}
@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
    background: none;
  }
}
.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #f2879b !important;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .sub_menu a:hover {
    background: none;
    color: #333333 !important;
  }
}

.open #nav-toggle:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
  font-size: 13px;
  color: #f6cc39;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 20px;
  height: 32px;
  cursor: pointer;
  display: none;
  border: 1px solid #f6cc39;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
#nav-toggle:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
  font-size: 13px;
  color: #f6cc39;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
#nav-toggle span {
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #f6cc39;
  position: absolute;
  transition: 0.5s;
}
#nav-toggle span:nth-child(1) {
  top: 18px;
}
#nav-toggle span:nth-child(2) {
  top: 28px;
}
#nav-toggle span:nth-child(3) {
  top: 38px;
}

.open #nav-toggle span:nth-child(1) {
  top: 28px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 28px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 28px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  width: 100%;
  height: 100%;
  margin: auto;
  visibility: hidden;
  overflow: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#gloval-nav {
  padding: 40px 80px;
}
@media only screen and (max-width: 1024px) {
  #gloval-nav {
    padding: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #gloval-nav {
    padding: 40px 20px;
  }
}
#gloval-nav nav {
  position: relative;
  width: 100%;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
#gloval-nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: auto;
  list-style: none;
  background-size: contain;
  background-position: center;
}
#gloval-nav ul .nav-item a,
#gloval-nav ul .nav-item span {
  display: block;
  color: #333333 !important;
  text-decoration: none;
  padding: 12px 0;
  transition: 0.6s ease;
  font-size: 18px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #gloval-nav ul .nav-item a,
  #gloval-nav ul .nav-item span {
    font-size: 20px;
  }
}
#gloval-nav ul .nav-item a:after,
#gloval-nav ul .nav-item span:after {
  display: none;
}
#gloval-nav ul .col2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#gloval-nav li,
#gloval-nav > div {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav i {
  border: 1px solid;
  font-size: 1.4em;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #f2879b;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gloval-nav .i_active::before {
  content: "\f068";
}

.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li,
.open #gloval-nav > div {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#global_footer {
  background: none !important;
  padding: 30px 20px;
  position: relative;
}
#global_footer::before {
  content: "";
  background: linear-gradient(to right, #f2879b 0%, #f6cc39 100%);
  width: 100%;
  height: 1px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #global_footer {
    font-size: 16px;
  }
}
#global_footer a {
  text-decoration: none !important;
}

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

footer .nav {
  display: block !important;
}
footer .nav .nav-list {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .nav .nav-item {
  flex-grow: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-item {
    flex-grow: inherit;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    position: relative;
  }
  footer .nav .nav-item:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 0.71em;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 640px) {
  footer .nav .nav-item {
    width: 100%;
  }
}
footer .nav a {
  display: block;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 15px 0;
  }
}
footer .nav a:hover {
  color: #f6cc39;
}

.cont_1 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media only screen and (max-width: 1024px) {
  .cont_1 {
    background-attachment: scroll;
  }
}
.cont_1 .access {
  font-size: 18px;
  background: #fff;
  padding: 0.05em 4em 0.35em;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 30px;
}
.cont_1 .access .num {
  font-size: 1.44em;
  color: #f2879b;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  padding: 0 3px;
  position: relative;
  top: 0.1em;
}

.box-1 a {
  color: #333333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fdf0f3;
  min-height: 260px;
  border-radius: 30px;
  line-height: 1.8;
  position: relative;
}
.box-1 a::before {
  content: "";
  border-radius: 20px;
  border: 1px solid #fff;
  width: 92%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-1 .imgwrap {
  width: 135px;
  height: 135px;
  margin: 0 auto 10px;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.img_rad img {
  border-radius: 30px;
}

.cont_2 {
  border-top: 2px solid #f2879b;
  border-bottom: 2px solid #f2879b;
}

.border {
  background: linear-gradient(to right, #f2879b 0%, #f6cc39 100%);
  width: 100%;
  height: 1px;
  opacity: 0.2;
}

.time_tbl {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background: #fdf0f3;
  padding: 30px 40px 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .time_tbl {
    font-size: 14px;
  }
}
.time_tbl tr {
  border-bottom: 1px solid rgba(242, 135, 155, 0.3);
}
.time_tbl td {
  border: none !important;
  padding: 10px 0 !important;
}
.time_tbl .left_td {
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .time_tbl .left_td {
    width: 130px;
  }
}
.time_tbl .left_td i {
  margin-right: 5px;
}
.time_tbl .en-1 div {
  font-weight: 500;
}

.cal_1 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f2879b;
}
.cal_1 dt,
.cal_1 dd {
  background: none !important;
  border: none !important;
  width: 100%;
}
.cal_1 dt {
  padding: 2px 0px 0 6px !important;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}
.cal_1 dd {
  padding: 2px 4px 4px 6px !important;
  font-size: 12px;
  line-height: 1.4;
  overflow: auto;
}
.cal_1 dd span {
  margin-right: unset;
  line-height: 1.4;
  margin-bottom: 2px;
  font-size: 14px;
  padding: 2px 0;
  display: block;
  font-weight: 500;
  text-align: center;
}
.cal_1 dl {
  width: 14.2857142857%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f2879b;
  background: #fff;
}
.cal_1 dl:nth-child(-n+7) {
  background: #fdf0f3;
}
.cal_1 dl:nth-child(-n+7) dt {
  align-items: center;
  padding: 5px 0 !important;
}
.cal_1 dl:nth-child(-n+7) dd {
  display: none;
}
.cal_1 dl:nth-child(n+8) {
  height: 75px;
}
.cal_1 dl:nth-child(n+8) dd {
  padding: 0 4px !important;
}
.cal_1 dl:nth-child(7n) dt {
  color: #050b57;
}
.cal_1 dl:nth-child(7n+1) dt {
  color: #d01111;
}
.cal_1 dl.blank {
  background: #fff;
}
.cal_1 dl.blank dt,
.cal_1 dl.blank dd {
  background: #fff;
}
.cal_1 dl.holiday {
  background: rgba(246, 204, 57, 0.05);
}
.cal_1 dl.public dt {
  color: #d01111;
}

.cont_4 a {
  color: #333333 !important;
}
.cont_4 .txtbox-1 {
  margin-top: 40px;
}
.cont_4 .txtbox-1 h4 i {
  padding-right: 5px;
}
.cont_4 .txtbox-1 .box {
  border-radius: 30px;
  background: linear-gradient(to right, #f2879b 0%, #f6cc39 100%);
  position: relative;
  padding: 20px;
}
.cont_4 .txtbox-1 .box::before {
  content: "";
  border-radius: 29px;
  background: #fff;
  width: calc(100% - 3px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cont_4 .txtbox-1 .box > div {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .cont_4 .tab_center h3,
  .cont_4 .tab_center div {
    text-align: center !important;
  }
}

.btn a {
  display: block;
  max-width: 300px;
  background: #f2879b;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media only 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media only 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media only 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media only 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;
  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;
  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;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

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

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

.title_1._index h2 {
  position: relative;
  margin-bottom: 80px;
}
.title_1._index h2:before {
  content: "";
  background: #f2879b;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.title_1._index h3 {
  background: #f2879b;
  color: #fff;
  width: 200px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 40px;
}
.title_1._common h2 {
  padding: 18px 0;
  border-top: 2px solid #f6cc39;
  border-bottom: 2px solid #f6cc39;
  margin-bottom: 40px;
  font-size: 1.8em;
  text-align: center !important;
  font-weight: 500;
  background: rgba(246, 204, 57, 0.1);
}
@media only screen and (max-width: 1024px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
    display: block;
  }
}
.title_1._common h3 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 1.4em;
  border-bottom: 2px solid #eee;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .title_1._common h3 {
    font-size: 1.2em;
  }
}
.title_1._common h3:before {
  content: "";
  background: #f2879b;
  height: 4px;
  width: 15%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.title_2._index h2 {
  font-size: 42px;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .title_2._index h2 {
    font-size: 36px;
  }
}
.title_2._index h2:before {
  content: "";
  background: #f2879b;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.title_2._index h2::first-letter {
  color: #f2879b;
}
.title_2._index h2 .ja-1 {
  font-size: 0.38em;
  display: block;
}
.title_2._index h3 {
  font-size: 1.28em;
  color: #f2879b;
  margin-bottom: 15px;
}
.title_2._common h2 {
  margin-bottom: 40px;
  font-size: 1.8em;
  background: #f2879b;
  padding: 0.6em 1em 0.6em 1.8em;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}
.title_2._common h2:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.title_2._common h2:after {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title_3._index {
  position: relative;
}
.title_3._index h2 {
  font-size: 42px;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .title_3._index h2 {
    font-size: 36px;
  }
}
.title_3._index h2::first-letter {
  color: #f2879b;
}
.title_3._index h2 .ja-1 {
  font-size: 0.38em;
  padding-left: 20px;
}
.title_3._index .btn-2 {
  position: absolute !important;
  top: 10px;
  right: 0;
}
.title_3._common h2 {
  margin-bottom: 60px;
  font-size: 1.8em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .title_3._common h2 {
    font-size: 1.4em;
  }
}

.btn-1, .btn-2 {
  margin: 0 auto;
  width: 320px;
  height: 60px;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2879b;
  color: #f2879b !important;
  border-radius: 30px;
  position: relative;
}
.btn-1:after, .btn-2:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0.71em;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .btn-1, .btn-2 {
    width: 95%;
    height: 70px;
    border-radius: 50px;
  }
}
.btn-1:hover, .btn-2:hover {
  background: #f2879b;
  color: #fff !important;
  opacity: 1;
}

.btn-2 {
  font-size: 12px;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 150px;
  height: 35px;
}
@media only screen and (max-width: 640px) {
  .btn-2 {
    height: 40px;
    border-radius: 50px;
  }
}
.btn-2::after {
  right: 15px;
}

.txt_1 {
  background: linear-gradient(to right, rgba(242, 135, 155, 0.15) 0%, rgba(246, 204, 57, 0.15) 100%);
  padding: 30px;
  border: 1px dotted #f2879b;
  border-radius: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.txt_1 h3 {
  font-size: 1.8em;
  font-weight: 500;
  color: #f2879b;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(249, 232, 118, 0.6) 0%);
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .txt_1 h3 {
    font-size: 1.6em;
  }
}
.txt_1_chi {
  font-size: 18px;
  background: #fff;
  padding: 0.05em 4em 0.35em;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 30px;
}
.txt_1_chi .num {
  font-size: 1.44em;
  color: #f2879b;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  padding: 0 3px;
  position: relative;
  top: 0.1em;
}

.txt_2 {
  background: linear-gradient(to right, rgba(242, 135, 155, 0.15) 0%, rgba(246, 204, 57, 0.15) 100%);
  padding: 30px;
  border: 1px dotted #f2879b;
  border-radius: 30px;
}
.txt_2 h3 {
  font-size: 1.4em;
  font-weight: 500;
  color: #f2879b;
  display: inline-block;
  margin-bottom: 15px;
  border-left: 4px solid #f2879b;
  padding-left: 1em;
  line-height: 1.2em;
}
@media only screen and (max-width: 640px) {
  .txt_2 h3 {
    font-size: 1.25em;
  }
}

.txt_3 {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .txt_3 {
    text-align: left;
  }
}
.txt_3 > div {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(249, 232, 118, 0.6) 0%);
  font-weight: 500;
}

.img65 .imgwrap::before {
  padding-top: 65% !important;
}

.img55 .imgwrap::before {
  padding-top: 55% !important;
}

.line_flow .imgwrap {
  border: 1px solid #cfcfcf;
}
.line_flow .imgwrap::before {
  padding-top: 175% !important;
}

.anc-btn-01 .box {
  width: calc((100% - 24px) / 4);
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 1000px) {
  .anc-btn-01 .box {
    width: calc((100% - 8px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .anc-btn-01 .box {
    width: 100%;
    margin-right: 0;
  }
}
.anc-btn-01 .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .anc-btn-01 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.anc-btn-01 .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #6ccff0;
  color: #fff;
  padding: 16px 8px;
  line-height: 1.4;
}
.anc-btn-01 .box a::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}

@media only screen and (max-width: 640px) {
  #main .flex-01 {
    flex-direction: column;
  }
}
#main .flex-01 .box {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  #main .flex-01 .box {
    order: 1;
    width: 100%;
    flex: initial;
  }
}
#main .flex-01 .box:nth-child(1) {
  padding: 0 24px 0 0;
}
@media only screen and (max-width: 640px) {
  #main .flex-01 .box:nth-child(1) {
    padding: 0;
  }
}
#main .flex-01 .box:nth-child(1):has(img) {
  padding: 0;
}
#main .flex-01 .box:nth-child(2) {
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 640px) {
  #main .flex-01 .box:nth-child(2) {
    padding: 0;
  }
}
#main .flex-01 .box:nth-child(2):has(img) {
  padding: 0;
}
#main .flex-01 .box:has(img) {
  width: 40%;
  flex: initial;
}
@media only screen and (max-width: 640px) {
  #main .flex-01 .box:has(img) {
    order: 2;
    width: 100%;
    margin-top: 24px;
  }
}
#main .flex-01 .box h3 {
  margin-bottom: 16px;
}
#main .flex-01 .box a.btn-a-01 {
  margin-top: 16px;
}

a.btn-a-01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #6ccff0;
  color: #fff;
  padding: 16px 24px;
  line-height: 1.4;
}
a.btn-a-01::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}

#main .top-news-01 dl {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  align-items: baseline;
}
@media only screen and (max-width: 640px) {
  #main .top-news-01 dl {
    flex-direction: column;
  }
}
#main .top-news-01 dl:first-child {
  padding-top: 0;
}
#main .top-news-01 dt, #main .top-news-01 dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
#main .top-news-01 dt {
  width: 20%;
  color: #f2879b;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #main .top-news-01 dt {
    width: 100%;
  }
}
#main .top-news-01 dd {
  flex: 1;
  padding-left: 48px;
}
@media only screen and (max-width: 834px) {
  #main .top-news-01 dd {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 640px) {
  #main .top-news-01 dd {
    width: 100%;
    padding: 0;
  }
}

.page-top {
  position: fixed;
  right: 8px;
  bottom: 72px;
  z-index: 999;
}
.page-top a {
  width: 40px;
  height: 40px;
  background-color: #f2879b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
}

.price-01 table tr:first-child {
  background-color: #f2879b;
  color: #fff;
}
.price-01 table tr:first-child td div {
  text-align: center;
}

.color_red {
  color: red;
}

.color_green {
  color: #00ff00;
}

.fontsize_120 {
  font-size: 1.2em;
}/*# sourceMappingURL=assets.css.map */