@charset "UTF-8";
::-moz-selection {
  background-color: #d0d0ff;
}
::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}

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

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

@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) and (min-width: 641px) {
  .bp1200none {
    display: block;
  }
}

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

@media screen and (max-width: 834px) and (min-width: 641px) {
  .bp1000none {
    display: block;
  }
}

.annot {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .tabtal div, .tabtal h2, .tabtal h3 {
    text-align: left !important;
  }
}

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

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

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-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-x: hidden;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.75rem;
  }
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding: 80px 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 0 100px;
  }
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1200px;
}

@media screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

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

@media screen and (max-width: 1200px) {
  .inner {
    max-width: inherit;
  }
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

header#global_header {
  max-width: 100vw;
  min-width: inherit;
  position: relative;
}

header#global_header #header {
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  z-index: 999;
}

header#global_header #header.hide {
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

@media screen and (max-width: 834px) {
  header#global_header #header.hide {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

#global_footer {
  min-width: inherit !important;
  position: relative;
}

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

a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .75;
}

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

img {
  max-width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgR, .imgL {
  max-width: 50%;
}

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

.itext .imgR, .itext .imgL {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}

.imgC {
  margin-bottom: 20px;
}

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

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

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

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

.td-p0 table td {
  padding: 0 !important;
}

.td-bdnone table td {
  border: none !important;
}

table .td_img {
  padding: 0 !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

em {
  font-weight: bold;
  font-size: 1.25em;
}

u {
  text-decoration: underline;
}

li {
  list-style: none;
}

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

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

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 834px) {
  .header_container {
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    height: 90px;
  }
}

.h_logo {
  margin-left: 10px;
  width: 200px;
}

@media screen and (max-width: 834px) {
  .h_logo {
    width: 170px;
  }
}

.ct_tel {
  margin-right: 20px;
}

.ct_tel ._tel {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct_tel ._tel img {
  margin-right: 6px;
}

.ct_tel p {
  text-align: right;
  line-height: 1.4;
  margin-top: 2px;
}

.hct_01 {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hct_01 ._spdb {
  display: none;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .hct_01 {
    margin-right: 80px;
  }
  .hct_01 .ct_tel {
    margin-right: 10px;
  }
  .hct_01 .ct_tel ._tel {
    font-size: 23px;
  }
  .hct_01 ._contact {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .hct_01 {
    width: 100%;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .hct_01 .ct_tel {
    width: 80%;
    height: 80px;
    background: #fff;
    border: 2px solid #ba1185;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hct_01 .ct_tel ._tel {
    color: #ba1185 !important;
    font-size: 32px;
    font-weight: 700 !important;
  }
  .hct_01 .ct_tel ._tel img {
    margin-right: 4px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .hct_01 .ct_tel p {
    text-align: center;
    margin-top: 0;
    margin-right: 15px;
  }
  .hct_01 .ct_tel p ._spdb {
    display: block;
    font-size: 17px;
    color: #ba1185;
    font-weight: 500;
    padding: 3px 8px 4px;
    border: 1px solid #ba1185;
    border-radius: 4px;
    margin-bottom: 3px;
  }
  .hct_01 ._contact {
    width: 20%;
    height: 80px;
    display: block;
    padding-top: 12px;
  }
  .hct_01 ._contact::before {
    display: block;
    font-size: 30px;
    line-height: 28px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .hct_01 ._contact ._spdb {
    width: 100%;
    display: block;
  }
}

#nav_global {
  width: 100%;
  margin-top: 15px;
}

#nav_global > ul {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  #nav_global > ul {
    max-width: inherit;
  }
}

#nav_global > ul li {
  font-size: 15px;
}

#nav_global > ul li a {
  font-weight: 500;
  padding: 0 5px;
  display: inline-block;
  position: relative;
}

#nav_global > ul li:hover {
  color: #ba1185;
}

#nav_global > ul li:hover > a {
  opacity: 1;
  color: #ba1185 !important;
}

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

.dropdown {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}

.dropdown::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  font-weight: 400;
  width: 100%;
  line-height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.dropdown .second-level {
  position: absolute;
  z-index: -1;
  padding: 32px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dropdown .second-level li {
  font-size: 15px;
  width: 100%;
  min-width: 150px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.dropdown .second-level li:first-child {
  border-top: 1px solid #eee;
}

.dropdown .second-level li a {
  white-space: nowrap;
  display: block !important;
  padding: 10px 15px !important;
}

.dropdown .second-level li:hover a {
  opacity: 1;
  color: #ba1185 !important;
}

.dropdown .second-level li:hover a::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.clone-nav {
  width: 100%;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 100;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

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

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

#nav_global.m_fixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 999;
}

#mainArea {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  #mainArea {
    padding-top: 0;
  }
}

#mainArea .slider img {
  width: 100% !important;
  max-height: 780px;
}

@media screen and (max-width: 834px) {
  #mainArea .slider img {
    max-height: 550px;
    min-height: 500px;
  }
}

.slick-slide {
  outline: none;
}

.main_copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1000px) {
  .main_copy {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 834px) {
  .main_copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.main_copy .tx_area {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 15px 0 25px;
  background: url(../images/top/sousyoku_top.png) top center/contain no-repeat, url(../images/top/sousyoku_bottom.png) bottom center/contain no-repeat;
  padding: 60px 23px;
}

@media only screen and (max-width: 1200px) {
  .main_copy .tx_area {
    padding: 48px 18px;
  }
}

@media screen and (max-width: 640px) {
  .main_copy .tx_area {
    padding: 42px 15px;
  }
}

.main_copy .tx_area .box_inner {
  width: 630px;
  padding: 30px 0;
  border: 3px solid #c5ae85;
  background: rgba(255, 255, 255, 0.75);
  position: relative;
}

.main_copy .tx_area .box_inner::before {
  display: block;
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #c5ae85;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.main_copy .tx_area .tx01 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
}

.main_copy .tx_area .tx01 br.db_tab {
  display: none;
}

.main_copy .tx_area .tx01 em {
  color: #df0b51;
  font-size: 1.4em;
  margin-left: 10px;
}

.main_copy .tx_area .tx01 .fs_01 {
  color: #fff;
  font-size: 0.55em;
  padding: 5px 10px;
  background: #df0b51;
  display: inline-block;
  margin-right: 10px;
  margin-left: -20px;
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}

.main_copy .tx_area .tx01 .fs_02 {
  color: #df0b51;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 5px;
}

.main_copy .tx_area .tx02 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_copy .tx_area .tx02 img {
  margin: 0 3px;
}

.main_copy .tx_area .tx02 br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .main_copy .tx_area .box_inner {
    width: 490px;
  }
  .main_copy .tx_area .tx01 {
    font-size: 31px;
  }
  .main_copy .tx_area .tx01 br.db_tab {
    display: block;
  }
  .main_copy .tx_area .tx01 .fs_01 {
    margin-left: -10px;
  }
  .main_copy .tx_area .tx02 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .main_copy .tx_area .box_inner {
    width: 430px;
  }
  .main_copy .tx_area .tx01 .fs_01 {
    display: block;
    width: 300px;
    margin: 20px auto 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main_copy .tx_area .tx02 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .main_copy .img_R {
    max-width: 510px;
  }
}

@media only screen and (max-width: 1000px) {
  .main_copy .img_R {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
  }
}

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

#mainArea2 {
  padding-top: 120px;
  background: #f7f5f7;
  position: relative;
}

@media screen and (max-width: 834px) {
  #mainArea2 {
    padding-top: 0;
  }
}

#local-keyvisual {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #922b71), color-stop(50%, #a73181), color-stop(90%, #922b71));
  background: linear-gradient(90deg, #922b71 10%, #a73181 50%, #922b71 90%);
  position: relative;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  font-weight: 500;
  font-size: 46px;
  color: #fff;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 834px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 45px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 40px;
  }
}

#local-keyvisual h1::before, #local-keyvisual .blog_title::before {
  display: block;
  content: '';
  width: 100%;
  height: 26px;
  background: url(../images/top/deco_04.png) center top no-repeat;
  position: absolute;
  left: 0;
  top: -26px;
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 span, #local-keyvisual .blog_title span {
    font-size: 28px;
  }
}

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

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

#local-keyvisual #local-keyvisual-bg img, #local-keyvisual .local-keyvisual-bg img {
  width: 100% !important;
  height: 100% !important;
}

.zdo_drawer_nav_ct01 {
  padding-bottom: 20px;
  padding-left: 8px;
}

.zdo_drawer_nav_ct01 ._contact {
  width: 250px;
  margin: 0 auto 10px;
}

.zdo_drawer_nav_ct01 .ct_tel {
  margin: 0 auto;
  width: 250px;
}

.zdo_drawer_nav_ct01 .ct_tel ._tel {
  font-size: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zdo_drawer_nav_ct01 .ct_tel p {
  text-align: center;
}

#global_footer {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #global_footer {
    font-size: 18px;
    padding-bottom: 70px;
  }
}

#footer {
  color: #fff;
  background: url(../images/top/bg_f.jpg) center/cover;
}

#footer a {
  color: #fff !important;
}

.f_contact {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 1200px) {
  .f_contact {
    max-width: inherit;
  }
}

.f_contact .title_01._h2 h2 {
  color: #fff;
  border-color: #fff;
}

.f_contact p b {
  font-weight: 500;
  font-size: 1.125em;
}

.f_contact .btn_02 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .f_contact .btn_02 {
    max-width: inherit;
  }
}

@media screen and (max-width: 640px) {
  .f_contact .btn_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.f_contact .btn_02 a {
  color: #fff !important;
  border: 1px solid #fff;
  background: none;
}

.f_contact .btn_02 a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}

.f_contact .btn_02 a i, .f_contact .btn_02 a img {
  margin-right: 8px;
}

.f_contact .btn_02 ._tel {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-right: 60px;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .f_contact .btn_02 ._tel {
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .f_contact .btn_02 ._tel {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.footer_container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  font-size: 0.9375em;
  text-align: left;
  padding: 40px 0 20px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .footer_container {
    max-width: inherit;
  }
}

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

.footer_container .f_logo a {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .footer_container {
    display: block;
    text-align: center;
  }
}

.nav_footer {
  width: calc(100% - 350px);
}

.nav_footer .nav_wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav_footer .nav_wrap li {
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .nav_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav_footer .nav_wrap {
    display: block;
  }
  .nav_footer .nav_wrap:not(:first-child) {
    margin-left: 60px;
  }
  .nav_footer .nav_wrap li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .nav_footer {
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_footer .nav_wrap {
    text-align: left;
  }
  .nav_footer .nav_wrap:not(:first-child) {
    margin-left: 80px;
  }
}

@media screen and (max-width: 640px) {
  .nav_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer .nav_wrap {
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer .nav_wrap:not(:first-child) {
    margin-left: 0;
  }
  .nav_footer .nav_wrap li {
    width: 48.5%;
    padding: 0;
    margin-bottom: 18px;
  }
  .nav_footer .nav_wrap li a {
    line-height: 48px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 0;
  }
}

#copy {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  #copy {
    max-width: inherit;
  }
}

@media screen and (max-width: 834px) {
  #copy {
    text-align: center;
    padding-bottom: 20px;
  }
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 90px;
  }
}

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ba1185;
}

#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f106';
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #ba1185 !important;
}

.cont_01 .ct_tx h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}

.cont_01 .ct_tx h1 b {
  font-size: 34px;
  font-weight: 500;
  margin-right: 5px;
  background: linear-gradient(to top, rgba(186, 17, 132, 0.3) 15px, transparent 15px);
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .cont_01 .ct_tx h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .ct_tx h1 {
    font-size: 27px;
    line-height: 1.6;
  }
  .cont_01 .ct_tx h1 span {
    display: block;
  }
}

.cont_01 .btn_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_01 .btn_02 ._tel {
  color: #ba1185 !important;
  background: none;
  border: 1px solid #ba1185;
  margin-right: 50px;
}

.cont_01 .btn_02 ._tel:hover {
  background: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .cont_01 .btn_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont_01 .btn_02 ._tel {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_02 .ct_item {
  width: 32%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

.cont_02 .ct_item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.cont_02 .ct_item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .cont_02 .ct_item {
    width: 49%;
  }
  .cont_02 .ct_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .cont_02 .ct_item:nth-child(even) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .ct_item {
    width: 100%;
  }
  .cont_02 .ct_item:nth-child(even) {
    margin-left: 0;
  }
}

.tb_plan {
  border-radius: 5px 5px 0 0;
  padding-bottom: 167px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  .tb_plan {
    padding-bottom: 179px;
  }
}

.tb_plan td div {
  padding: 0 10px;
}

.tb_plan img {
  margin-bottom: 10px;
  width: 100% !important;
}

.tb_plan .td_h3 div {
  padding: 0;
}

.tb_plan .td_h3 h3 {
  margin-bottom: 0;
}

.tb_plan .td_ti {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 70px;
}

@media screen and (max-width: 640px) {
  .tb_plan .td_ti {
    bottom: 82px;
  }
}

.tb_plan .td_ti div {
  font-weight: 500;
  text-align: left;
  padding-right: 0;
}

.tb_plan .td_ti div span {
  display: inline-block;
  line-height: 20px;
  padding: 0 20px;
  border: 1px solid #df0b51;
  border-radius: 10px;
}

.tb_plan .td_ti div b {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 8px;
}

.tb_plan .btn_01 {
  padding: 0 !important;
}

.tb_plan .btn_01 a {
  color: #fff !important;
  border: none;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media screen and (max-width: 640px) {
  .tb_plan .btn_01 a {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tb_plan .btn_01 a:hover {
  opacity: 0.7;
}

.tb_plan .btn_01._01 a {
  background: #593db4;
}

.tb_plan .btn_01._02 a {
  background: #1867b7;
}

.tb_plan .btn_01._03 a {
  background: #1aadc3;
}

.tb_plan .btn_01._04 a {
  background: #10a080;
}

.tb_plan .btn_01._05 a {
  background: #19b151;
}

.tb_plan .btn_01._06 a {
  background: #e0792d;
}

@media only screen and (max-width: 1000px) {
  .top_link_cl3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.5%;
  }
}

.top_link_cl3 a {
  width: calc(100% / 3);
  display: block;
}

@media only screen and (max-width: 1000px) {
  .top_link_cl3 a {
    width: 49%;
    margin-bottom: 20px;
  }
  .top_link_cl3 a:nth-child(even) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 834px) {
  .top_link_cl3 a {
    width: 100%;
  }
  .top_link_cl3 a:nth-child(even) {
    margin-left: 0;
  }
}

.top_link_cl3 a .box {
  position: relative;
  position: relative;
}

.top_link_cl3 a .box::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_link_cl3 a .box::before {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.top_link_cl3 a .box::after {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  right: 20px;
}

.top_link_cl3 a .box img {
  width: 100% !important;
  height: 200px !important;
}

@media only screen and (max-width: 1200px) {
  .top_link_cl3 a .box img {
    height: 160px !important;
  }
}

.top_link_cl3 a .box div {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_link_cl2 {
  max-width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_link_cl2 a {
  width: 48%;
  height: 120px;
  border: 4px double #ba1185;
  padding-right: 15px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .top_link_cl2 a {
    width: 49%;
    height: 100px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .top_link_cl2 a {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.top_link_cl2 a::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 15px solid #922b71;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top_link_cl2 a .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_link_cl2 a .box article img {
  margin-right: 15px;
}

.top_link_cl2 a .box article div {
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .top_link_cl2 a .box article div {
    font-size: 20px;
  }
}

.top_link_cl2 a:hover {
  opacity: 1;
  background: #f7f5f7;
}

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

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

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

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

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

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

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

div.crumb {
  display: none;
}

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

div.item_option dl, button.addcart {
  width: 100%;
}

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

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

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

div.photo {
  margin-left: 0;
}

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

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

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

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

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

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

.sort_catalog {
  overflow: hidden;
}

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

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

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

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

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

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

.shop_cont table {
  table-layout: auto;
}

.shop_contents {
  margin-top: -50px !important;
}

.shop_contents #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.shop_contents #main::after {
  display: none;
}

@media screen and (max-width: 640px) {
  .shop_contents #main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shop_contents #col_main {
  width: calc(100% - 260px) !important;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .shop_contents #col_main {
    width: 100% !important;
    margin-left: 0;
  }
}

.shop_contents #col_main .search #keyword {
  float: none;
}

.shop_contents #col_main .search .pager {
  float: none;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .shop_contents #col_main .search {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .shop_contents #col_main .search {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .shop_contents #col_main div.order ul li {
    margin-left: 15px;
  }
}

.shop_contents #col_main #sumcart div.sum {
  color: #333;
}

@media screen and (max-width: 834px) {
  .shop_contents #col_main #sumcart div.sum {
    padding: 20px;
  }
}

.shop_contents #col_main #sumcart div.sum a {
  color: #999 !important;
}

.shop_contents #col_main #sumcart div.sum > div > div:nth-child(2) {
  max-width: inherit;
  min-width: inherit;
}

@media screen and (max-width: 834px) {
  .shop_contents #col_main #sumcart ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shop_contents aside {
  display: block !important;
  width: 220px !important;
  border: 1px solid #ba1185;
  border-bottom: none;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .shop_contents aside {
    margin-top: 80px !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.shop_contents aside .side_title {
  color: #fff;
  font-weight: 500;
  background: #ba1185;
  padding: 5px 10px;
}

.shop_contents aside a.category {
  border-bottom: 1px solid #ba1185 !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .shop_contents aside a.category {
    padding: 15px 20px 15px 10px !important;
    font-size: 16px !important;
  }
}

.items {
  margin: 50px 0 10px !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items > article {
  margin: 0 0 40px !important;
  width: 31% !important;
}

.items > article:not(:nth-child(3n)) {
  margin-right: 4.5% !important;
}

@media screen and (max-width: 834px) {
  .items > article {
    width: 48.5% !important;
  }
  .items > article:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  .items > article:nth-child(odd) {
    margin-right: 3% !important;
  }
}

.items > article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items > article .photo img {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.items > article .photo::before {
  display: block;
  content: '';
  padding-top: 80%;
}

.items > article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
  padding-top: 0 !important;
}

.items > article .price {
  color: #ff0000;
  font-weight: bold;
}

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

.search form select {
  height: 100% !important;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

article.item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.item .photo {
  width: 50%;
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  article.item .photo {
    width: 100%;
  }
}

article.item .photo .large {
  width: 100%;
  margin-left: 0;
}

@media only screen and (max-width: 1000px) {
  article.item .photo .large {
    width: 58%;
  }
}

article.item .photo .large img {
  width: 100%;
}

article.item .photo .small {
  max-width: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 1000px) {
  article.item .photo .small {
    max-width: 40%;
    min-width: 40%;
  }
}

article.item .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

article.item .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  margin-left: 2%;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  article.item .photo .small ul li {
    width: 48%;
  }
}

article.item .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

article.item .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

article.item .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 1000px) {
  article.item .item_view {
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
  }
}

article.item .item_view h2 {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  article.item .item_view h2 {
    font-size: 26px;
  }
}

article.item .item_view h2 span {
  display: none;
}

article.item .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

article.item .item_view .struct .item_option {
  width: 100%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  article.item .item_view .struct .item_option .addcart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article.item .item_view .struct .item_option .addcart dl.count {
  display: block;
  margin-top: 20px;
}

article.item .item_view .struct .item_option .addcart dl.count dt {
  color: #333;
}

article.item .item_view .struct .item_option .addcart dl.count .select:after {
  top: 17px !important;
}

article.item .item_view .struct .item_option .addcart dl.count .select select {
  padding: 10px !important;
}

article.item .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  article.item .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

article.item .item_view .struct .item_option .addcart a {
  text-decoration: none;
}

article.item .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

.dl_tokusho dl dt {
  width: 30% !important;
}

.dl_tokusho dl dd {
  background: none !important;
  width: 70% !important;
}

.dl_tokusho dl dd h6:first-child {
  margin-top: 0;
}

.dl_tokusho dl dd dl {
  border-bottom: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .dl_tokusho dl dt, .dl_tokusho dl dd {
    width: 100% !important;
  }
}

.btn a {
  display: block;
  max-width: 300px;
  background: #ba1185;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

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

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

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

.tx_tel a {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  padding-left: 37px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.tx_tel a::before {
  display: block;
  content: '';
  width: 27px;
  height: 18px;
  background: url(../images/top/icon_freedial.png) left center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h3_plan {
  text-align: center;
}

.h3_plan h3 {
  font-size: 30px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #ba1185;
}

.h3_plan._01 h3 {
  color: #593db4;
  border-color: #593db4;
}

.h3_plan._02 h3 {
  color: #1867b7;
  border-color: #1867b7;
}

.h3_plan._03 h3 {
  color: #1aadc3;
  border-color: #1aadc3;
}

.h3_plan._04 h3 {
  color: #10a080;
  border-color: #10a080;
}

.h3_plan._05 h3 {
  color: #19b151;
  border-color: #19b151;
}

.h3_plan._06 h3 {
  color: #e0792d;
  border-color: #e0792d;
}

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

h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  h2 {
    margin-bottom: 30px;
  }
}

h3 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  h3 {
    font-size: 1.375em;
  }
}

h4 {
  font-size: 1.125em;
  color: #11bb50;
  font-weight: 700;
  margin-bottom: 10px;
}

.title_01._h2 h2 {
  font-size: 32px;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #ba1185;
}

@media screen and (max-width: 640px) {
  .title_01._h2 article {
    text-align: center;
  }
  .title_01._h2 article div {
    text-align: left;
  }
}

.title_01.-center article {
  text-align: center;
}

.title_01 h3 {
  color: #ba1185;
}

.title_02 h2 {
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  padding: 30px 1em;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #922b71), color-stop(50%, #a73181), color-stop(90%, #922b71));
  background: linear-gradient(90deg, #922b71 10%, #a73181 50%, #922b71 90%);
}

@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 26px;
  }
}

.title_02 h3 {
  font-size: 22px;
  padding: 5px 10px 6px 25px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  position: relative;
}

.title_02 h3::before {
  display: block;
  content: '';
  width: 5px;
  height: 22px;
  background: #ba1185;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_03 h2 {
  color: #fff;
  padding: 10px;
  background: #922b71;
}

.title_03._plan_01 h2 {
  background: #593db4;
}

.title_03._plan_02 h2 {
  background: #1867b7;
}

.title_03._plan_03 h2 {
  background: #1aadc3;
}

.title_03._plan_04 h2 {
  background: #10a080;
}

.title_03._plan_05 h2 {
  background: #19b151;
}

.title_03._plan_06 h2 {
  background: #e0792d;
}

.title_03._manner h2 {
  font-size: 1.5em;
  margin-top: 80px;
  margin-bottom: 20px;
}

.title_03._manner h2 span {
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 834px) {
  .title_03._manner h2 span {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.title_03 h3 {
  padding-left: 25px;
  padding-bottom: 2px;
  position: relative;
}

.title_03 h3::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #922b71;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_04 h2 {
  font-size: 1.5em;
  border-bottom: 1px solid #ba1185;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .title_04 h2 {
    font-size: 22px;
  }
}

.title_04._policy h2 {
  font-size: 1.25em;
  margin-bottom: 15px;
}

.title_04 h3 {
  font-size: 1.5em;
  border-bottom: 1px solid #ba1185;
  padding-bottom: 3px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .title_04 h3 {
    font-size: 22px;
  }
}

.title_04 h3 span {
  display: block;
  color: #ba1185;
  font-weight: 700;
}

.title_05 h2 {
  border-bottom: 2px solid #ba1185;
  padding: 3px 0 4px 150px;
  position: relative;
}

.title_05 h2 span {
  color: #fff;
  width: 140px;
  height: 100%;
  background: #ba1185;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .title_05 h2 {
    padding-left: 130px;
  }
  .title_05 h2 span {
    font-size: 25px;
    width: 120px;
  }
}

.bg_01 {
  padding: 30px;
  background: #f7f5f7;
}

@media screen and (max-width: 640px) {
  .bg_01 {
    padding: 20px;
  }
}

.bg_01._top_01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f7f5f7), color-stop(65%, transparent));
  background: linear-gradient(180deg, #f7f5f7 65%, transparent 65%);
}

.bg_02, .dl_03 dl {
  padding: 30px;
  background: #fff;
  border: 4px double #ba1185;
}

@media screen and (max-width: 640px) {
  .bg_02, .dl_03 dl {
    padding: 30px 20px;
  }
}

.bg_03 {
  padding: 20px;
  border: 4px double #11bb50;
}

.txbox_01 img, .txbox_01 .itext {
  width: 50% !important;
  margin-left: 3%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 834px) {
  .txbox_01 img, .txbox_01 .itext {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
}

.txbox_01 h2, .txbox_01 h3 {
  margin-right: 53%;
}

@media screen and (max-width: 834px) {
  .txbox_01 h2, .txbox_01 h3 {
    margin-right: 0;
  }
}

.txbox_01._reverse img, .txbox_01._reverse .itext {
  margin-left: 0;
  margin-right: 3%;
}

.txbox_01._reverse h2, .txbox_01._reverse h3, .txbox_01._reverse div {
  margin-right: 0;
  margin-left: 53%;
}

@media screen and (max-width: 834px) {
  .txbox_01._reverse h2, .txbox_01._reverse h3, .txbox_01._reverse div {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .txbox_01._sp_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .txbox_01._sp_reverse img, .txbox_01._sp_reverse .itext {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.txbox_02 img, .txbox_02 .itext {
  width: 40% !important;
  margin-left: 3%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .txbox_02 img, .txbox_02 .itext {
    width: 100% !important;
    margin-left: 0;
    float: none;
  }
}

.txbox_02 h2, .txbox_02 h3 {
  margin-right: 43%;
}

@media screen and (max-width: 640px) {
  .txbox_02 h2, .txbox_02 h3 {
    margin-right: 0;
  }
}

.txbox_02._reverse img, .txbox_02._reverse .itext {
  margin-left: 0;
  margin-right: 3%;
}

.txbox_02._reverse h2, .txbox_02._reverse h3, .txbox_02._reverse div {
  margin-right: 0;
  margin-left: 43%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_02._reverse h2, .txbox_02._reverse h3, .txbox_02._reverse div {
    margin-left: 48%;
  }
}

@media screen and (max-width: 640px) {
  .txbox_02._reverse h2, .txbox_02._reverse h3, .txbox_02._reverse div {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .txbox_02._sp_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .txbox_02._sp_reverse img, .txbox_02._sp_reverse .itext {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.txbox_03 img, .txbox_03 .itext {
  width: 25% !important;
  margin-left: 3%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_03 img, .txbox_03 .itext {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .txbox_03 img, .txbox_03 .itext {
    width: auto !important;
    float: none;
    margin: 0 auto 10px;
  }
}

.txbox_03 h2, .txbox_03 h3 {
  margin-right: 28%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_03 h2, .txbox_03 h3 {
    margin-right: 33%;
  }
}

@media screen and (max-width: 640px) {
  .txbox_03 h2, .txbox_03 h3 {
    margin-right: 0;
  }
}

.txbox_03._reverse img, .txbox_03._reverse .itext {
  margin-left: 0;
  margin-right: 3%;
}

@media screen and (max-width: 640px) {
  .txbox_03._reverse img, .txbox_03._reverse .itext {
    margin-left: auto;
    margin-right: auto;
  }
}

.txbox_03._reverse h2, .txbox_03._reverse h3, .txbox_03._reverse div {
  margin-right: 0;
  margin-left: 28%;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .txbox_03._reverse h2, .txbox_03._reverse h3, .txbox_03._reverse div {
    margin-left: 33%;
  }
}

@media screen and (max-width: 640px) {
  .txbox_03._reverse h2, .txbox_03._reverse h3, .txbox_03._reverse div {
    margin-left: 0;
  }
}

.ct_img img {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .ct_img img {
    min-height: inherit;
  }
}

.ct_img .imgC {
  margin-bottom: 0;
}

.ct_img a {
  max-width: inherit;
}

.df_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_01 .ct_title {
  width: 100%;
}

.df_01 .ct_tx {
  width: 50%;
}

.df_01 .ct_img {
  width: 45%;
}

.df_01 .ct_img.img_01 {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.df_01 .ct_img.img_01 img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.df_01 .ct_item {
  width: 48%;
}

.df_01 .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .df_01 .ct_tx {
    width: 47%;
  }
}

@media screen and (max-width: 834px) {
  .df_01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_01 .ct_tx {
    width: 100%;
  }
  .df_01 .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_01 .ct_img {
    width: 100%;
  }
  .df_01 .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_01 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_01 .ct_item {
    width: 100%;
  }
  .df_01 .ct_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.df_02, .df_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_02 .ct_title, .df_03 .ct_title {
  width: 100%;
}

.df_02 .ct_tx, .df_03 .ct_tx {
  width: 50%;
}

.df_02 .ct_img, .df_03 .ct_img {
  width: 45%;
}

.df_02 .ct_img.img_01, .df_03 .ct_img.img_01 {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.df_02 .ct_img.img_01 img, .df_03 .ct_img.img_01 img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.df_02 .ct_item, .df_03 .ct_item {
  width: 48%;
}

.df_02 .ct_item img, .df_03 .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .df_02 .ct_tx, .df_03 .ct_tx {
    width: 47%;
  }
}

@media screen and (max-width: 834px) {
  .df_02, .df_03 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_02 .ct_tx, .df_03 .ct_tx {
    width: 100%;
  }
  .df_02 .ct_tx:not(:last-child), .df_03 .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_02 .ct_img, .df_03 .ct_img {
    width: 100%;
  }
  .df_02 .ct_img img, .df_03 .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_02 .ct_img:not(:last-child), .df_03 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_02 .ct_item, .df_03 .ct_item {
    width: 100%;
  }
  .df_02 .ct_item:not(:last-child), .df_03 .ct_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 835px) {
  .df_02, .df_03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .df_02 .ct_tx, .df_03 .ct_tx {
    width: 60%;
  }
  .df_02 .ct_img, .df_03 .ct_img {
    width: 35%;
  }
  .df_02 .ct_img img, .df_03 .ct_img img {
    min-height: inherit;
  }
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .df_02 .ct_img, .df_03 .ct_img {
    width: 70%;
  }
  .df_02 .ct_img img, .df_03 .ct_img img {
    margin-right: 0;
  }
  .df_02 .ct_item, .df_03 .ct_item {
    width: 48%;
  }
  .df_02 .ct_item:not(:last-child), .df_03 .ct_item:not(:last-child) {
    margin-bottom: 0;
  }
  .df_02 .ct_item:nth-child(odd), .df_03 .ct_item:nth-child(odd) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 640px) {
  .df_02 .ct_img img, .df_03 .ct_img img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 835px) {
  .df_03 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .df_03 .ct_tx {
    width: 67%;
  }
  .df_03 .ct_img {
    width: 30%;
  }
}

._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

._start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bg_img_cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img_repeat {
  background-repeat: repeat;
  background-size: auto;
}

.btn a {
  color: #fff !important;
  width: 220px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .btn a {
    width: 80%;
    max-width: 400px;
    height: 62px;
  }
}

.btn a._tel {
  background: #666;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}

.btn a._tel i {
  margin-right: 8px;
}

.btn a._line {
  background: #222;
}

.btn a._line img {
  margin-right: 5px;
}

.btn_01 a {
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 40px;
  border: 1px solid #333;
  position: relative;
  position: relative;
}

.btn_01 a:hover {
  opacity: 1;
  color: #fff !important;
  background: #ba1185;
  border-color: #ba1185;
}

@media screen and (max-width: 640px) {
  .btn_01 a {
    width: 80%;
    max-width: 400px;
    height: 62px;
    margin: 0 auto;
  }
}

.btn_01 a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_01._acc a {
  color: #222 !important;
  border-color: #222 !important;
}

@media screen and (max-width: 1000px) and (min-width: 835px) {
  .btn_01._acc a {
    width: 180px;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.btn_01._acc a::after {
  border-color: #222;
}

.btn_01._acc a:hover {
  background: #ccc;
}

a.btn_02, .btn_02 a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 60px;
  background: #ba1185;
  position: relative;
  z-index: 2;
}

a.btn_02:hover, .btn_02 a:hover {
  opacity: 1;
  background: #922b71;
}

@media screen and (max-width: 640px) {
  a.btn_02, .btn_02 a {
    width: 80%;
    max-width: 400px;
    height: 62px;
    margin: 0 auto;
  }
}

a.btn_02._acc, .btn_02 a._acc {
  border-color: #11bb50;
}

a.btn_02._acc::after, .btn_02 a._acc::after {
  background: #11bb50;
}

.btn_plan a {
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 40px;
  border: 1px solid #333;
  position: relative;
  position: relative;
  color: #fff !important;
  border: none;
}

.btn_plan a:hover {
  opacity: 1;
  color: #fff !important;
  background: #ba1185;
  border-color: #ba1185;
}

@media screen and (max-width: 640px) {
  .btn_plan a {
    width: 80%;
    max-width: 400px;
    height: 62px;
    margin: 0 auto;
  }
}

.btn_plan a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_plan a:hover {
  opacity: 0.7;
}

.btn_plan._01 a {
  background: #593db4;
}

.btn_plan._02 a {
  background: #1867b7;
}

.btn_plan._03 a {
  background: #1aadc3;
}

.btn_plan._04 a {
  background: #10a080;
}

.btn_plan._05 a {
  background: #19b151;
}

.btn_plan._06 a {
  background: #e0792d;
}

._contact::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0e0';
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

._tel {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
}

._tel img {
  margin-right: 6px;
}

._large a {
  font-size: 20px;
  width: 340px;
  height: 80px;
}

@media screen and (max-width: 640px) {
  ._large a {
    width: 80%;
    max-width: 400px;
  }
}

._center a {
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  ._tab_center a {
    margin: 0 auto;
  }
}

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

.box_cl2 > .box, .box_cl2 > a {
  width: 48%;
  margin-bottom: 40px;
  position: relative;
}

.box_cl2 > .box:nth-child(odd), .box_cl2 > a:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 640px) {
  .box_cl2 {
    margin-bottom: -20px !important;
  }
  .box_cl2 > .box, .box_cl2 > a {
    width: 100%;
  }
  .box_cl2 > .box:nth-child(odd), .box_cl2 > a:nth-child(odd) {
    margin-right: 0;
  }
}

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

.box_cl3 > .box, .box_cl3 > a {
  width: 32%;
  margin-bottom: 20px;
  display: block;
}

.box_cl3 > .box:not(:nth-child(3n)), .box_cl3 > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .box_cl3 {
    margin-bottom: -10px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box_cl3 > .box, .box_cl3 > a {
    width: 49%;
    margin-bottom: 10px;
  }
  .box_cl3 > .box:not(:nth-child(3n)), .box_cl3 > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .box_cl3._sp_cl1 .box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .box_cl3.link_01 .box {
    width: 100%;
  }
}

.box_cl3.link_01 .box a {
  position: relative;
  text-align: center;
  line-height: 1.3;
  height: 60px;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.box_cl3.link_01 .box a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box_cl3.link_01 .box a::after {
  color: #999;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.box_cl3.link_01 .box a:hover {
  opacity: 1;
  background: #ebd9e5;
}

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

.box_cl4 .box {
  width: 24%;
  margin-bottom: 20px;
}

.box_cl4 .box:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}

.box_cl4 .box img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .box_cl4 .box {
    width: 49%;
  }
  .box_cl4 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cl4 .box:nth-child(odd) {
    margin-right: 2%;
  }
}

._75p > .box, ._75p > a {
  position: relative;
}

._75p > .box::after, ._75p > a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

._75p > .box img, ._75p > a img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

._100p > .box, ._100p > a {
  position: relative;
}

._100p > .box::after, ._100p > a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

._100p > .box img, ._100p > a img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.form_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
  border-bottom: 1px solid #ccc;
}

.form_wrap dl:first-child {
  border-top: 1px solid #ccc;
}

.form_wrap dl dt, .form_wrap dl dd {
  border: none !important;
  padding: 10px !important;
}

.form_wrap dl dt {
  font-weight: 500;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.form_wrap dl dd {
  background: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_wrap dl dd a {
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

.form_wrap dl dd span {
  color: #f11e1e;
}

.form_wrap dl dd i {
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
    padding: 5px 10px !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

.dl_01 dl {
  border-style: dashed;
}

.dl_01 dl:first-child {
  border-top-style: dashed;
}

.dl_01 dl dt {
  color: #666;
  font-weight: 500;
  background: none !important;
}

.dl_01 dl dd {
  background: none !important;
}

.dl_02 dl {
  border-bottom-style: dotted;
  padding-bottom: 10px;
  margin-top: 10px;
}

.dl_02 dl:first-child {
  border-top: none;
  margin-top: 0;
}

.dl_02 dl dt {
  color: #ba1185;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  width: 140px !important;
}

@media screen and (max-width: 640px) {
  .dl_02 dl dt {
    width: 105px !important;
  }
}

.dl_02 dl dd {
  background: none !important;
  padding: 0 !important;
  width: calc(100% - 140px) !important;
}

@media screen and (max-width: 640px) {
  .dl_02 dl dd {
    width: calc(100% - 105px) !important;
  }
}

.dl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_03 dl {
  padding: 10px 20px 15px;
  margin-bottom: 20px;
  width: 32%;
  border-bottom: 4px double #ba1185;
  display: block !important;
}

.dl_03 dl:first-child {
  border-top: 4px double #ba1185;
}

.dl_03 dl:not(:nth-child(3n)) {
  margin-right: 2%;
}

.dl_03 dl dt {
  font-size: 1.125em;
  color: #922b71;
  padding: 0 !important;
  margin-bottom: 10px;
  background: none !important;
}

.dl_03 dl dd {
  padding: 0 !important;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .dl_03 dl {
    padding: 10px 10px 15px;
  }
}

@media screen and (max-width: 640px) {
  .dl_03 dl {
    width: 100%;
  }
  .dl_03 dl:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.dl_03._cl2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dl_03._cl2 dl {
  width: 49%;
}

.dl_03._cl2 dl:not(:nth-child(3n)) {
  margin-right: 0;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .dl_03._cl2 dl dt {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .dl_03._cl2 dl {
    width: 100%;
  }
}

.dl_04 dl {
  border-bottom: none;
}

.dl_04 dl:first-child {
  border-top: none;
}

.dl_04 dl:not(:last-child) {
  margin-bottom: 15px;
}

.dl_04 dl dt {
  background: none !important;
  padding: 0 0 0 1.5em !important;
  margin-bottom: 3px;
  position: relative;
}

.dl_04 dl dt::before {
  display: block;
  content: '●';
  color: #ebd9e5;
  position: absolute;
  left: 0;
  top: 0;
}

.dl_04 dl dd {
  padding: 0 !important;
}

.ul_01 li {
  font-weight: 500;
  padding-left: 22px;
  margin-bottom: 5px;
  position: relative;
  overflow: visible !important;
}

.ul_01 li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f111';
  font-weight: 700;
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.ul_01._link li a {
  text-decoration: underline;
}

.ul_02 li {
  font-weight: 500;
  margin-left: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  overflow: visible !important;
}

.ul_02 li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-weight: 700;
  color: #ba1185;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -30px;
}

.tb_01 tr {
  border-bottom: 1px solid #ccc;
}

.tb_01 tr:first-child {
  border-top: 1px solid #ccc;
}

.tb_pricelist table {
  margin-top: -10px;
}

.tb_pricelist table tr {
  border-bottom: 1px dashed #ccc !important;
}

.tb_pricelist table tr td {
  border: none !important;
  padding: 10px 0 !important;
}

.tb_pricelist table tr td:first-child {
  color: #666;
  font-size: 0.875em;
}

.tb_pricelist table tr td:first-child b {
  color: #333;
  font-size: 1.15em;
  font-weight: 500;
  display: inline-block;
}

.tb_pricelist table tr .td_price {
  width: 240px;
}

.tb_pricelist table tr .td_price div {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .tb_pricelist table tr td {
    display: block;
  }
  .tb_pricelist table tr .td_price {
    width: 100%;
    padding: 0 !important;
  }
  .tb_pricelist table tr .td_price div {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.scrollarea {
  border: none;
  max-height: 550px;
  overflow-y: scroll;
  padding-right: 10px;
  position: relative;
}

.scrollarea::-webkit-scrollbar {
  width: 5px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: #ccc;
}

.top_news {
  padding: 30px 0;
  border-top: 2px solid #ba1185;
  border-bottom: 2px solid #ba1185;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_news .ct_title h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  padding: 5px 25px;
  background: #ba1185;
}

@media screen and (max-width: 834px) {
  .top_news {
    padding: 0 0 20px;
    border-top: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_news .ct_title {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .top_news .ct_title h2 {
    padding-left: 10px;
  }
  .top_news .news_list {
    width: 100%;
    padding-left: 10px;
  }
}

.news_list {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.news_list dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.news_list dl:first-child {
  border-top: none;
  padding-top: 0;
}

.news_list dl dt {
  display: block !important;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 5px;
}

.news_list dl dd {
  background: inherit !important;
  padding: 0 !important;
}

.news_list dl dd a {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .news_list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list dl dd {
    width: 100% !important;
  }
}

.qa_box {
  padding-bottom: 20px !important;
  border-bottom: 1px dashed #ccc !important;
}

.qa_box .box {
  width: 100%;
  padding: 6px 5px;
  padding-left: 55px;
  position: relative;
}

.qa_box .box::before {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.qa_box .box:first-child {
  margin-bottom: 10px;
}

.qa_box .box:first-child div {
  font-weight: 500;
}

.qa_box .box:first-child::before {
  content: 'Q';
  color: #ba1185;
  border: 1px solid #ba1185;
}

.qa_box .box:last-child::before {
  content: 'A';
  color: #fff;
  line-height: 40px;
  background: #ba1185;
  padding-left: 2px;
}

.anchor {
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 834px) {
  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.video_wrap {
  position: relative;
}

.video_wrap::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.3%;
}

.video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.pan1 {
  margin-top: -60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .pan1 {
    margin-top: -50px;
  }
}

.pan1 .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pan1 .pankuzu li:not(:first-child) {
  margin-left: 10px;
}

.pan1 .pankuzu li:not(:last-child) {
  margin-right: 10px;
}

.pan1 .pankuzu li:not(:last-child) a {
  text-decoration: underline;
  text-underline-position: under;
}

.pan1 .pankuzu li:last-child a {
  cursor: text;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 15px;
  }
}

.anime01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime02, .title_anime-3 {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime03 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime04 {
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeIn-down, .fadeIn-up, .fadeIn-right, .fadeIn-left {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dt {
  display: block !important;
}

form .form_wrap dd {
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .form_wrap dd > div {
  width: 100%;
}

.contact_form dt label {
  display: block;
  color: #ff4545 !important;
}

.contact_form .checkbox dt {
  word-break: keep-all;
}

.contact_form .addr span {
  color: #666;
}

.contact_form .date div {
  width: auto;
}

.contact_form .date div span {
  color: #666;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}

@media screen and (max-width: 640px) {
  .contact_form dl dt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .contact_form dl dt label {
    margin-left: 10px;
  }
}

.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}

.contact_form dl.file dt {
  font-size: 16px !important;
}

.contact_form dl.file dd div.drop {
  height: 160px;
}

.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}

@media screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt, .contact_form dl.file dd {
    width: 100% !important;
  }
}

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}

.submit button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
  font-weight: 500;
  text-indent: inherit;
  background: #fff;
  border: 1px solid #666;
  border-bottom: 4px solid #666;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: 1px solid #666;
  top: 2px;
  margin-bottom: 3px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}

.policy_link a {
  color: #f11e1e !important;
  margin-right: 3px;
}

.error {
  margin-top: -30px !important;
  margin-bottom: 20px !important;
  background: #ef1b1b !important;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
  margin: 0;
}

@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 450px;
    overflow-y: scroll;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  font-weight: bold;
  border-bottom: 2px solid #bbb;
  padding: 0 0 5px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.modaal-content-container p {
  margin: 0 0 10px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

.nf_tx h2 {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  .nf_tx h2 {
    text-align: left !important;
  }
}

.nf_btn a {
  width: 270px !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .nf_btn a {
    width: 80% !important;
    max-width: 400px;
  }
}

.sitemap_li li {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #ba1185;
}

.sitemap_li li a:hover {
  text-decoration: underline;
}

.top_bloglist {
  max-width: 1000px;
  padding: 30px;
  border-top: 4px double #11bb50;
  border-bottom: 4px double #11bb50;
}

@media screen and (max-width: 834px) {
  .top_bloglist {
    padding: 30px 10px;
  }
}

.top_bloglist .blog_list {
  border: none !important;
}

.top_bloglist .blog_list > div {
  display: block;
  border-color: #ebd9e5 !important;
}

.top_bloglist .blog_list > div:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.top_bloglist .blog_list > div .blog_photo {
  display: none;
}

.top_bloglist .blog_list > div .blog_text {
  font-size: 1em;
  width: 100%;
  padding: 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_bloglist .blog_list > div .blog_text .blog_date {
  color: #df0b51;
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  .top_bloglist .blog_list > div .blog_text .blog_date {
    font-size: 0.9375em;
    margin-right: 25px;
  }
}

.top_bloglist .blog_list > div .blog_text h3 {
  font-size: 1em;
  line-height: 1.2;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.top_bloglist .blog_list > div .blog_text .detail {
  width: 100%;
  font-size: 0.9375em;
}

.top_bloglist .blog_list > div .blog_text .detail:empty {
  display: none;
}

.ct_blog .blog_list {
  border: none !important;
  display: block !important;
}

.ct_blog .blog_list > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

.ct_blog .blog_list > div:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) and (min-width: 641px) {
  .ct_blog .blog_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ct_blog .blog_list > div .blog_photo {
  width: 15%;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 5%;
}

@media screen and (max-width: 640px) {
  .ct_blog .blog_list > div .blog_photo {
    border: none;
  }
}

.ct_blog .blog_list > div .blog_text {
  padding: 0 !important;
}

.ct_blog .blog_list > div .blog_text .blog_date {
  font-size: 16px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ba1185 !important;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text h3 {
  font-size: 20px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #ba1185;
  padding: 5px 10px;
}

.ct_blog .blog_list > div .blog_text h3 a span {
  color: #fff;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text .detail {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .ct_blog .blog_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ct_blog .blog_list > div .blog_photo {
    width: 70%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ct_blog .blog_list > div .blog_text {
    width: 100%;
    margin-bottom: 20px;
  }
}

header:nth-of-type(1) {
  background: #fff !important;
}

#blog #nav_global {
  font-size: 16px;
}

.blog {
  font-size: 1.6rem;
  padding: 50px 0 80px;
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .blog {
    font-size: 1.75rem;
  }
}

.blog .wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  background: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .blog .wrap {
    max-width: inherit;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog a {
  color: #666 !important;
  text-decoration: underline !important;
}

.blog a:visited {
  color: #999 !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

.blog aside {
  width: 28%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    border: none;
    padding: 0;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog aside table td.blog {
  padding: 0;
}

.blog aside table td.blog label {
  background: #ba1185 !important;
}

.blog aside #form_calendar {
  min-width: inherit;
}

.blog aside #form_calendar table tbody tr td:hover {
  background: #f7f5f7 !important;
}

.blog aside #search button {
  top: 7px;
}

.blog #contents {
  width: 70%;
  margin: 0;
  margin-left: 2%;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
  }
}

.blog #contents > article {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ccc;
  padding: 20px;
}

.blog #contents > article:not(:last-child) {
  margin-bottom: 40px;
}

.blog #contents > article .date {
  font-size: 14px;
  color: #922b71;
  margin-bottom: 5px;
}

.blog #contents > article .imgC {
  margin: 0 auto;
}

.blog #contents > article .imgR {
  margin: 0 0 0 10px;
}

.blog #contents > article .imgL {
  margin: 0 10px 0 0;
}

.blog #contents > article .imgR, .blog #contents > article .imgL {
  max-width: 50%;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .blog #contents > article .imgR, .blog #contents > article .imgL {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.blog #contents > article a .imgR, .blog #contents > article a .imgL {
  margin: 0;
  max-width: 100%;
}

.blog #contents h1, .blog #contents h2 {
  padding-bottom: 10px;
  border-bottom: 4px double #922b71;
  margin-bottom: 30px;
  position: relative;
}

.blog #contents h1 span, .blog #contents h2 span {
  font-weight: 500;
}

.blog #contents h3 {
  color: #ba1185;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog #contents dl {
  background: #fff;
}

.blog #contents dl dt {
  margin-bottom: 0;
}

.blog #contents dl dt span.date {
  color: #922b71;
}

.blog #contents dl dt a {
  text-decoration: none !important;
}

.blog #contents dl dt a span.translate {
  font-size: 19px;
}

.top_ig_list .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto -10px;
}

@media screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_ig_list .sns_list > div {
  border-bottom: none;
  width: 32%;
  margin-bottom: 10px;
  position: relative;
}

.top_ig_list .sns_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

.top_ig_list .sns_list > div::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.top_ig_list .sns_list > div .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.top_ig_list .sns_list > div .sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32%;
  }
  .top_ig_list .sns_list > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .top_ig_list .sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.ct_instagram .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.ct_instagram .sns_list > div {
  border-bottom: 1px dashed #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct_instagram .sns_list > div:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ct_instagram .sns_list > div .sns_photo {
  width: 30% !important;
  padding: 0;
}

.ct_instagram .sns_list > div .sns_text {
  width: 65%;
  padding: 0;
  font-size: 16px;
}

.ct_instagram .sns_list > div .sns_text .sns_date {
  color: #ba1185;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #ba1185;
}

.ct_instagram .sns_list > div .sns_text ul {
  display: none;
}

@media screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .ct_instagram .sns_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .ct_instagram .sns_list > div .sns_text {
    width: 100%;
    font-size: 18px;
  }
}
/*# sourceMappingURL=assets.css.map */