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

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

.annot {
  display: none !important;
}

.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;
  -moz-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;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-family: YakuHanJP, "Quicksand", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1264px) {
  .inner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-inline: 24px;
  }
}

.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;
  background-color: transparent;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1264px) {
  #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-inline: 24px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  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: #0000ff;
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.imgR, .imgL {
  max-width: 100% !important;
  margin: 0;
}
@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", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Quicksand", "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#global_header a {
  text-decoration: none;
}

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .header {
    min-height: 52px;
  }
}
.header .h-logo {
  padding: 16px 32px 16px 32px;
}
@media only screen and (max-width: 1600px) {
  .header .h-logo {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .header .h-logo {
    display: block;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 834px) {
  .header .h-logo {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 640px) {
  .header .h-logo {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 834px) {
  .header .h-logo img {
    width: 160px;
  }
}
.header .global-nav {
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .header .global-nav {
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .header .global-nav {
    justify-content: stretch;
    width: auto;
    padding-right: 68px;
  }
}
@media screen and (max-width: 834px) {
  .header .global-nav {
    padding-right: 56px;
  }
}
.header .global-nav .nav-list {
  display: flex;
  padding: 16px 32px;
}
@media only screen and (max-width: 1400px) {
  .header .global-nav .nav-list {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .global-nav .nav-list {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .global-nav .nav-list {
    display: none;
  }
}
.header .global-nav .nav-list .nav-item {
  border-left: 1px solid #ccc;
}
.header .global-nav .nav-list .nav-item:last-child {
  border-right: 1px solid #ccc;
}
.header .global-nav .nav-list .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1f2a74;
  padding: 40px 24px 0;
  background-repeat: no-repeat;
  background-position: center top 8px;
  background-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .header .global-nav .nav-list .nav-item a {
    padding: 40px 16px 0;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .global-nav .nav-list .nav-item a {
    padding: 32px 12px 0;
    background-size: 20px;
  }
}
.header .global-nav .nav-list .nav-item a span {
  color: #ccc;
  font-size: 1.2rem;
  margin-top: 4px;
}
.header .global-nav .nav-list .nav-item:nth-child(1) a {
  background-image: url("../images/home/nav_icon_01.png");
}
.header .global-nav .nav-list .nav-item:nth-child(2) a {
  background-image: url("../images/home/nav_icon_02.png");
}
.header .global-nav .nav-list .nav-item:nth-child(3) a {
  background-image: url("../images/home/nav_icon_03.png");
}
.header .global-nav .nav-list .nav-item:nth-child(4) a {
  background-image: url("../images/home/nav_icon_04.png");
}
.header .global-nav .nav-list .nav-item:nth-child(5) a {
  background-image: url("../images/home/nav_icon_05.png");
}
.header .global-nav .nav-list .nav-item:nth-child(6) a {
  background-image: url("../images/home/nav_icon_06.png");
}
.header .global-nav .h-btn {
  display: flex;
}
@media screen and (max-width: 640px) {
  .header .global-nav .h-btn {
    display: none;
  }
}
.header .global-nav .h-btn a {
  padding: 16px 32px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .global-nav .h-btn a {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .global-nav .h-btn a {
    padding: 0 16px;
    height: 68px;
  }
}
@media screen and (max-width: 834px) {
  .header .global-nav .h-btn a {
    height: 56px;
  }
}
.header .global-nav .h-btn a::before {
  content: "";
  width: 1px;
  height: calc(100% - 32px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  .header .global-nav .h-btn a::before {
    height: calc(100% - 8px);
  }
}
.header .global-nav .h-btn a:last-child::before {
  content: none;
}
.header .global-nav .h-btn a.c-tel .tel-name {
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .header .global-nav .h-btn a.c-tel .tel-name {
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
.header .global-nav .h-btn a.c-tel .tel-list .tel-info {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .header .global-nav .h-btn a.c-tel .tel-list .tel-info {
    font-size: 1.6rem;
  }
}
.header .global-nav .h-btn a.c-tel .tel-list .tel-info .tel-num {
  margin-left: 4px;
}
.header .global-nav .h-btn a.c-tel .tel-list .tel-info i {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .header .global-nav .h-btn a.c-tel .tel-list .tel-info i {
    font-size: 14px;
  }
}
.header .global-nav .h-btn a.c-tel .tel-list .tel-open {
  font-size: 1.2rem;
  margin-top: 8px;
}

.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn a.c-tel {
  background-color: #1f2a74;
  color: #fff;
}
.c-btn a.c-tel .tel-name {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.c-btn a.c-tel .tel-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-btn a.c-tel .tel-list .tel-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn a.c-tel .tel-list .tel-info .tel-num {
  font-weight: 700;
}

.open-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #d21377;
}
@media only screen and (max-width: 1000px) {
  .open-btn {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 834px) {
  .open-btn {
    padding: 4px;
  }
}
@media screen and (max-width: 640px) {
  .open-btn {
    padding: 2px;
  }
}
.open-btn .in {
  position: relative;
  width: 48px;
  height: 48px;
}
.open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  right: 7.5px;
  border-radius: 5px;
  background: #fff;
  width: 33px;
}
.open-btn span:nth-child(1) {
  top: 15px;
}
.open-btn span:nth-child(2) {
  top: 24px;
}
.open-btn span:nth-child(3) {
  top: 33px;
}
.open-btn.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
}

.nav {
  display: none;
  transition: 0.3s;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .nav {
    display: block;
    width: 100%;
  }
}
.nav .navigation {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: fit-content;
  width: 400px;
  height: 100%;
  flex-direction: column;
  background-color: #f1f1f1;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 32px;
  padding-top: 100px;
  overflow-y: auto;
}
.nav .navigation::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}
.nav .navigation::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation::-webkit-scrollbar-thumb {
  background-color: #1f2a74;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(210, 19, 119, 0.48);
}
@media screen and (max-width: 640px) {
  .nav .navigation {
    padding-top: 72px;
    min-width: 0;
    width: 100%;
  }
}
.nav .navigation.open {
  right: 0;
}
.nav .navigation .nav-list {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.nav .navigation .nav-list .nav-item {
  text-align: center;
  width: calc(50% - 8px);
  margin: 0 16px 16px 0;
}
.nav .navigation .nav-list .nav-item:nth-child(even) {
  margin-right: 0;
}
.nav .navigation .nav-list .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1f2a74;
  padding: 48px 8px 16px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center top 16px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav .navigation .nav-list .nav-item a span {
  color: #ccc;
  font-size: 1.2rem;
  margin-top: 4px;
}
.nav .navigation .nav-list .nav-item:nth-child(1) a {
  background-image: url("../images/home/nav_icon_01.png");
}
.nav .navigation .nav-list .nav-item:nth-child(2) a {
  background-image: url("../images/home/nav_icon_02.png");
}
.nav .navigation .nav-list .nav-item:nth-child(3) a {
  background-image: url("../images/home/nav_icon_03.png");
}
.nav .navigation .nav-list .nav-item:nth-child(4) a {
  background-image: url("../images/home/nav_icon_04.png");
}
.nav .navigation .nav-list .nav-item:nth-child(5) a {
  background-image: url("../images/home/nav_icon_05.png");
}
.nav .navigation .nav-list .nav-item:nth-child(6) a {
  background-image: url("../images/home/nav_icon_06.png");
}
.nav .navigation .h-btn a {
  margin-top: 16px;
  padding: 16px;
}
.nav .navigation .h-btn a:first-child {
  margin-top: 0;
}
.nav .navigation .h-btn a.c-tel .tel-name {
  margin-right: 12px;
}
.nav .navigation .h-btn a.c-tel .tel-list .tel-info {
  font-size: 2rem;
}
.nav .navigation .h-btn a.c-tel .tel-list .tel-info .tel-num {
  margin-left: 4px;
}
.nav .navigation .h-btn a.c-tel .tel-list .tel-open {
  font-size: 1.2rem;
  margin-top: 8px;
}

.main {
  position: relative;
}
.main .main-catch {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  max-width: 100%;
  max-height: 100%;
}
.main picture img {
  width: 100%;
}

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

.footer {
  background-color: #1f2a74;
  margin-top: 96px;
  padding-block: 72px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-top: 72px;
    padding-block: 48px;
  }
}
.footer .f-logo img {
  filter: brightness(0) invert(1);
}
.footer .f-nav {
  margin-top: 32px;
}
.footer .f-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .f-nav .nav-list .nav-item {
  margin: 0 16px 8px;
}
.footer .f-nav .nav-list .nav-item a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.footer .copy {
  margin-top: 32px;
}
.footer .copy a {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}

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

#main #col_main section {
  color: #333;
  font-family: YakuHanJP, "Quicksand", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #col_main section .img-w100 img {
  width: 100%;
}
#main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.top-mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .top-mt-96 {
    margin-top: 72px;
  }
}

.top-mt-48 {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .top-mt-48 {
    margin-top: 32px;
  }
}

.top-pblk-96 {
  padding-block: 96px;
}
@media screen and (max-width: 640px) {
  .top-pblk-96 {
    padding-block: 72px;
  }
}

.title-top h2 {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-size: 4rem;
  font-weight: 700;
  color: #1f2a74;
  font-family: "Quicksand", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .title-top h2 {
    font-size: 3.2rem;
  }
}
.title-top h2 .ttl-acs {
  color: #d21377;
  font-size: 1.8rem;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .title-top h2 .ttl-acs {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
.title-top h3 {
  color: #1f2a74;
  font-size: 2.4rem;
  font-family: "Quicksand", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .title-top h3 {
    font-size: 2rem;
  }
}

#main .title-top-h1 {
  color: #fff;
}
#main .title-top-h1 h1 {
  font-size: 3.2rem;
  font-family: "Quicksand", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #main .title-top-h1 h1 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #main .title-top-h1 h1 {
    font-size: 2.2rem;
    padding-bottom: 16px;
  }
}
#main .title-top-h1 h1::before {
  content: "";
  width: 48px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  #main .title-top-h1 h1::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#main .title-top-h1 article div {
  margin-top: 32px;
  line-height: 2;
}
@media only screen and (max-width: 1200px) {
  #main .title-top-h1 article div {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #main .title-top-h1 article div {
    margin-top: 24px;
  }
}

.wrap-01 {
  display: flex;
  padding-block: 48px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .wrap-01 {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
}
.wrap-01::before {
  content: "";
  width: 60%;
  height: 100%;
  background-color: #1f2a74;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 1200px) {
  .wrap-01::before {
    content: none;
  }
}
.wrap-01 .left, .wrap-01 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .wrap-01 .left, .wrap-01 .right {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .left, .wrap-01 .right {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrap-01 .left {
    width: 48%;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap-01 .left {
    width: 44%;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-01 .left {
    width: 100%;
    background-color: #1f2a74;
    padding-block: 96px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .left {
    padding-block: 72px;
  }
}
.wrap-01 .left .in {
  max-width: 600px;
  margin: 0 auto;
}
.wrap-01 .right {
  background: rgba(255, 255, 255, 0.72) url("../images/home/bg_01.jpg") top left/cover no-repeat;
  background-blend-mode: lighten;
  padding: 48px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 1600px) {
  .wrap-01 .right {
    width: 52%;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap-01 .right {
    width: 56%;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-01 .right {
    width: 100%;
    padding-block: 96px;
    padding-inline: 32px;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .right {
    padding-block: 72px;
    padding-inline: 24px;
  }
}
.wrap-01 .right .in {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}

.title-top-01 h2 {
  color: #d21377;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Quicksand", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .title-top-01 h2 {
    font-size: 3.6rem;
  }
}

#main .cont-01 {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #main .cont-01 {
    font-size: 1.6rem;
  }
}
#main .cont-01 dl {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  #main .cont-01 dl {
    flex-direction: column;
  }
}
#main .cont-01 dl:first-child {
  margin-top: 0;
}
#main .cont-01 dt, #main .cont-01 dd {
  border: none;
  background-color: transparent;
  padding: 0;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main .cont-01 dt, #main .cont-01 dd {
    width: 100%;
  }
}
#main .cont-01 dt {
  color: #e6b422;
  display: inline;
  width: 136px;
}
#main .cont-01 dd {
  color: #250d00;
  padding-left: 48px;
  flex: 1;
}
@media only screen and (max-width: 1400px) {
  #main .cont-01 dd {
    padding-left: 32px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-01 dd {
    padding: 0;
  }
}

#main .cont-02 {
  margin-bottom: -16px;
  justify-content: center;
  align-items: center;
}
#main .cont-02 .box {
  width: calc((100% - 64px) / 5);
  margin: 0 16px 16px 0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #1f2a74;
}
@media only screen and (max-width: 1000px) {
  #main .cont-02 .box {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 640px) {
  #main .cont-02 .box {
    width: calc(50% - 6px);
    margin: 0 12px 12px 0;
  }
}
#main .cont-02 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  #main .cont-02 .box:nth-child(5n) {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont-02 .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-02 .box:nth-child(3n) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-02 .box:nth-child(2n) {
    margin-right: 0;
  }
}
#main .cont-02 .box:last-child {
  margin-right: 0;
}
#main .cont-02 .box a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 0 100%;
  position: relative;
  color: #1f2a74;
  border-radius: 50%;
}
#main .cont-02 .box a::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px dashed #1f2a74;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #main .cont-02 .box a::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
#main .cont-02 .box a article {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .cont-02 .box a article > h3 {
  display: none;
}
#main .cont-02 .box a article div {
  margin-top: 16px;
}
#main .cont-02 .box a article div h3 {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #main .cont-02 .box a article div h3 {
    font-size: 1.4rem;
  }
}
#main .cont-02 .box a article img {
  max-width: 70%;
  object-fit: contain;
}
@media only screen and (max-width: 1000px) {
  #main .cont-02 .box a article img {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .sp-nowrap {
    white-space: nowrap;
  }
}

#main .cont-03 {
  margin-bottom: -16px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #main .cont-03 {
    flex-direction: column;
  }
}
#main .cont-03 .box {
  width: calc((100% - 32px) / 3);
  margin: 0 16px 16px 0;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box {
    width: 100%;
  }
}
#main .cont-03 .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box:nth-child(3n) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box:nth-child(2n) {
    margin-right: 0;
  }
}
#main .cont-03 .box:last-child {
  margin-right: 0;
}
#main .cont-03 .box a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 40px;
  position: relative;
}
#main .cont-03 .box a::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px dashed #1f2a74;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
#main .cont-03 .box a h2 {
  margin-top: 12px;
  font-size: 2.8rem;
}

#main .cont-04 {
  max-height: 280px;
  overflow-y: auto;
}
#main .cont-04::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}
#main .cont-04::-webkit-scrollbar {
  width: 8px;
}
#main .cont-04::-webkit-scrollbar-thumb {
  background-color: #1f2a74;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(210, 19, 119, 0.48);
}
#main .cont-04 dl {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  #main .cont-04 dl {
    flex-direction: column;
  }
}
#main .cont-04 dl:first-child {
  padding-top: 0;
}
#main .cont-04 dt, #main .cont-04 dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
#main .cont-04 dt {
  width: fit-content;
  color: #1f2a74;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  #main .cont-04 dt {
    width: 100%;
  }
}
#main .cont-04 dd {
  flex: 1;
  padding-left: 48px;
}
@media screen and (max-width: 834px) {
  #main .cont-04 dd {
    padding-left: 24px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-04 dd {
    width: 100%;
    padding: 0;
  }
}

.wrap-05 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .wrap-05 {
    flex-direction: column;
  }
}
.wrap-05 .left, .wrap-05 .right {
  width: calc(50% - 16px);
}
@media screen and (max-width: 834px) {
  .wrap-05 .left, .wrap-05 .right {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .wrap-05 .left, .wrap-05 .right {
    width: 100%;
  }
}
.wrap-05 .left {
  margin-right: 32px;
}
@media screen and (max-width: 834px) {
  .wrap-05 .left {
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-05 .left {
    margin: 0 0 48px;
  }
}

.top-map .in {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.top-map .in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.acenter a {
  margin: 0 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 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: 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 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: 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 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: 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 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;
  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-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    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: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  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 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title-01 {
  background-position: center center;
  background-size: cover;
  height: 240px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.24);
  background-blend-mode: darken;
}
@media screen and (max-width: 640px) {
  .title-01 {
    height: 200px;
  }
}
.title-01 h1 {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Quicksand", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .title-01 h1 {
    font-size: 3.2rem;
  }
}
.title-01 h1 .ttl-acs {
  font-size: 2.4rem;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 640px) {
  .title-01 h1 .ttl-acs {
    font-size: 2rem;
  }
}
.title-02 h2 {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1f2a74;
  padding: 8px 16px;
  line-height: 1.4;
  border-radius: 5px;
}

.interval-16 article div {
  margin-top: 16px;
}

.tp {
  margin-top: 12px;
  font-size: 1.4rem;
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:first-child a::before {
  content: "\e3af";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}
.tp ul div {
  margin: 0 4px;
}
.tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.wrap-services {
  display: flex;
}
@media screen and (max-width: 640px) {
  .wrap-services {
    flex-direction: column;
  }
}
.wrap-services .image {
  width: 200px;
}
@media screen and (max-width: 834px) {
  .wrap-services .image {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-services .image {
    width: 100%;
    order: 2;
    margin-top: 24px;
  }
}
.wrap-services .text {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .wrap-services .text {
    width: 100%;
    order: 1;
  }
}
.wrap-services .text.right {
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  .wrap-services .text.right {
    padding: 0;
  }
}

@media screen and (max-width: 834px) {
  #main .services-01 dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  #main .services-01 dl:last-child dt {
    border-bottom: none;
  }
}
@media screen and (max-width: 834px) {
  #main .services-01 dl dt {
    width: 100%;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 834px) {
  #main .services-01 dl dd {
    width: 100%;
  }
}

.price-01, .price-02, .price-03 {
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .price-01, .price-02, .price-03 {
    font-size: 1.4rem;
  }
}

.price-01 td:first-child div, .price-02 td:first-child div {
  text-align: left;
}
.price-01 div, .price-02 div {
  text-align: center;
}

#main .faq-01 {
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
#main .faq-01 .box {
  padding: 16px 0;
}
#main .faq-01 .box > * {
  min-width: 0;
}
#main .faq-01 .box:first-child div::before {
  content: "Q";
  color: #1f2a74;
}
#main .faq-01 .box:last-child div::before {
  content: "A";
  color: #fff;
  background-color: #1f2a74;
}
#main .faq-01 .box > div {
  flex: 1;
  position: relative;
  padding-left: 40px;
}
#main .faq-01 .box > div::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #1f2a74;
  border-radius: 50%;
  font-weight: 500;
}

.sns-01 div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
}
.sns-01 div.sns_list > div {
  width: calc((100% - 48px) / 3);
  flex-direction: column;
  border: none;
  margin: 0 24px 40px 0;
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div {
    width: calc((100% - 16px) / 2);
    margin: 0 16px 24px 0;
  }
}
.sns-01 div.sns_list > div:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div:nth-child(3n) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div:nth-child(2n) {
    margin-right: 0;
  }
}
.sns-01 div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}
.sns-01 div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.sns-01 div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.sns-01 div.sns_list > div div.sns_text {
  width: 100%;
  padding: 0;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sns-01 div.sns_list > div div.sns_text div.sns_date {
  color: #1f2a74;
  font-weight: 700;
  font-size: 1.6rem;
}
.sns-01 div.sns_list > div div.sns_text div.caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div div.sns_text div.caption {
    -webkit-line-clamp: 3;
  }
}

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", "游明朝体", "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: flex;
    align-items: center;
    justify-content: center;
    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: 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: flex;
  flex-wrap: wrap;
  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 {
    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 */