@charset "UTF-8";
.d-none {
  display: none !important; }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
/* 共通
------------------------------------------------------------*/
body.toppage header {
  margin-bottom: 20px; }

#contentWrap {
  position: relative;
  width: 100%;
  top: 44px;
  left: 50%;
  margin-left: -50%; }

.content-colm {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px; }

.spnone {
  display: none; }

video {
  width: 100%; }

.ad img {
  display: none; }
.ad a img {
  display: block; }

/* font-size
------------------------------------------------------------*/
.fs_bigger {
  font-size: 250%; }

.fs_large {
  font-size: 200%; }

.fs150 {
  font-size: 150%; }

.fs_small {
  font-size: 1.2rem; }

/* align
------------------------------------------------------------*/
.align_c {
  text-align: center !important; }

.align_l {
  text-align: left !important; }

/* font-color
------------------------------------------------------------*/
.color-blue {
  color: #3092f9; }

.color-red {
  color: #c61f22; }

.color-pink {
  color: #f75586; }

.color-orange {
  color: #FF8C00; }

.color-gold {
  color: #89775b; }

.color-tw {
  color: #2196f3; }

.color-in {
  color: #241e1b; }

.color-white {
  color: #fff; }

/* background-color
------------------------------------------------------------*/
.bg-tw {
  background: #2196f3; }

.bg-in {
  background: #333; }

.bg-black {
  background: #241e1b;
  color: #fff; }

.bg-black_02 {
  background: #2c2e2f; }

.bg-blue {
  background: #3092f9; }

.bg-blue_02 {
  background: #e5f4f9; }

.bg-white {
  background: #fff; }

.bg-gray {
  background: #f9fafb; }

.bg_red {
  background: #c61f22 !important; }

.bg_gold {
  background: #e0dad0  !important;
  position: relative; }
  .bg_gold::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30vh 100vw;
    border-color: transparent transparent #cfc6b7 transparent; }

.bg_gray {
  background: #fff url("../images/main/bg_gray.png") repeat center top; }

.bg_white {
  background: #fff; }

.blockquote {
  font-size: 0.95em;
  padding: 20px;
  position: relative;
  border: 1px solid;
  opacity: .8; }
  .blockquote::before, .blockquote::after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-weight: 900;
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    padding: .2em;
    text-align: center;
    font-size: 1.3em;
    line-height: 1;
    background: #fff; }
  .blockquote::after {
    content: "\f10e";
    right: -.2em;
    bottom: -.4em; }
  .blockquote::before {
    content: "\f10d";
    left: -.2em;
    top: -.3em; }

.bg_orange {
  background-color: #fef4e8; }

.inner {
  position: relative;
  width: 100%;
  padding: 0 20px; }
  .inner.sp_width {
    padding: 0; }
    .inner.sp_width .pd {
      padding: 0 20px; }

.d-block {
  display: block; }

.d-flex {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }

.col-1, .col-2, .col-3, .col-4, .col-6, .col-9, .col-10, .col-12 {
  padding-right: 20px;
  padding-left: 20px; }

.col-1 {
  width: calc(100% / 12); }

.col-2 {
  width: calc(100% / 6); }

.col-3 {
  width: calc(100% / 4); }

.col-4 {
  width: calc(100% / 3); }

.col-6 {
  width: calc(100% / 2); }

.col-8 {
  width: calc(100% / 3 * 2); }

.col-9 {
  width: 75%; }

.col-10 {
  width: calc(100% / 6 * 5); }

.col-12 {
  width: 100%; }

.p-2 {
  padding: 20px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-4 {
  padding-top: 40px !important; }

.mask_radius {
  overflow: hidden;
  border-radius: 10px; }

.box_bnr {
  background: url("../images/main/bg_bubble.png");
  padding: 20px; }
  .box_bnr .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin: auto; }
    .box_bnr .flex > div {
      margin-left: 10px; }
      .box_bnr .flex > div:first-child {
        margin-left: 0; }

.box_lineup > div {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 2px solid #eee; }
  .box_lineup > div figure {
    margin-bottom: 20px; }

.box_lineup_02 > div {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 2px solid #eee; }
  .box_lineup_02 > div div {
    width: calc(100% / 2 - 10px); }
    .box_lineup_02 > div div h4 {
      text-align: left; }
  .box_lineup_02 > div figure {
    width: calc(100% / 2 - 10px);
    margin-left: 20px;
    margin-bottom: 20px; }

.type_step li {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 6px; }
  .type_step li:first-child .step::before {
    display: none; }
  .type_step li:first-child div {
    padding-top: 20px !important;
    border-top: 2px dotted #c2c2c2; }
  .type_step li .step {
    display: table-cell;
    vertical-align: middle;
    background: #45bafd;
    position: relative;
    width: 46px;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    box-sizing: border-box;
    letter-spacing: -0.1em; }
    .type_step li .step span {
      font-size: 1rem;
      display: block;
      letter-spacing: normal; }
    .type_step li .step::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 0;
      border-style: solid;
      border-width: 15px 23px 0 23px;
      border-color: #fff transparent transparent transparent; }
    .type_step li .step::after {
      border-color: #45bafd transparent transparent;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 23px 0 23px;
      position: absolute;
      bottom: -15px;
      left: 0;
      z-index: 2; }
  .type_step li div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 15px 0 10px 15px;
    box-sizing: border-box; }
    .type_step li div::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -21px;
      border-top: 2px dotted #c2c2c2; }
    .type_step li div:nth-child(n+2) {
      padding-top: 30px; }

.attentionArea {
  background: no-repeat url("../images/main/bg_attention.png");
  background-position: top;
  background-size: 140%; }
  .attentionArea h2 {
    font-size: 2.3rem;
    color: #c61f22; }
    .attentionArea h2 span {
      font-size: 70%;
      display: inline-block; }
  .attentionArea ul {
    margin: auto;
    padding: 0 10px;
    margin-bottom: 15px;
    max-width: 400px; }
    .attentionArea ul li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 20px; }
      .attentionArea ul li::before {
        content: "\f14a";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: 0;
        font-size: 140%;
        color: #c61f22; }
      .attentionArea ul li strong {
        font-size: 110%; }
  .attentionArea .arrow {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px; }
    .attentionArea .arrow::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -80px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 80px 0 80px;
      border-color: #3092f9 transparent transparent transparent;
      z-index: -1; }
  .attentionArea .txt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #3092f9; }
    .attentionArea .txt span {
      position: relative;
      z-index: 1; }
      .attentionArea .txt span::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 70%;
        top: 50%;
        left: 0;
        background: #fff109;
        z-index: -1; }

.index_menu ul {
  display: flex;
  align-items: center;
  justify-content: center; }
  .index_menu ul li {
    width: calc(100% / 3);
    margin-left: 8px; }
    .index_menu ul li:first-child {
      margin-left: 0; }
    .index_menu ul li a {
      display: block;
      height: 94px;
      text-align: center;
      padding: 13px 0;
      min-height: 74px;
      color: #fff;
      background: linear-gradient(#3197cd, #007fc3);
      font-weight: bold;
      border-radius: 8px; }
      .index_menu ul li a img {
        max-width: 40px;
        display: block;
        margin: auto;
        margin-bottom: 5px; }
      .index_menu ul li a p {
        font-size: 1.5rem;
        line-height: 1.2; }
        .index_menu ul li a p span {
          font-size: 1rem;
          display: block; }

.type_ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .type_ranking li {
    width: 100%;
    margin-bottom: 20px; }
    .type_ranking li:first-child a::before {
      content: "１";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #dbbc40;
      z-index: 1; }
    .type_ranking li:nth-child(2) a::before {
      content: "２";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #ddd;
      z-index: 1; }
    .type_ranking li:nth-child(3) a::before {
      content: "３";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #B2948A;
      z-index: 1; }
    .type_ranking li:nth-child(4) a::before {
      content: "４";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #45bafd;
      z-index: 1; }
    .type_ranking li:nth-child(5) a::before {
      content: "５";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #45bafd;
      z-index: 1; }
    .type_ranking li:nth-child(6) a::before {
      content: "６";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #45bafd;
      z-index: 1; }
    .type_ranking li a {
      position: relative;
      display: block;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      display: flex;
      padding: 15px;
      background: #fff;
      border-radius: 4px; }
      .type_ranking li a figure {
        width: 30%;
        height: auto;
        border-radius: 4px; }
      .type_ranking li a div {
        width: 70%;
        padding-left: 15px; }
        .type_ranking li a div h3 {
          font-size: 1.6rem;
          padding: 0;
          margin-bottom: 5px; }
          .type_ranking li a div h3 span {
            display: none;
            padding: 0;
            color: #ddd;
            font-size: 1.6rem; }
        .type_ranking li a div p {
          font-size: 1.3rem;
          line-height: 1.4;
          color: #666;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .type_ranking li a div .price {
          padding: 0;
          padding-top: 5px;
          text-align: right;
          font-size: 120%; }
      .type_ranking li a .dl-02 {
        margin-top: 10px; }
        .type_ranking li a .dl-02 dt {
          font-size: 100%; }
      .type_ranking li a:hover {
        box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.1); }

.type_ranking_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .type_ranking_02 li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #cad9dd;
    border-radius: 4px; }
    .type_ranking_02 li:first-child a::before {
      content: "１";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #dbbc40;
      z-index: 1; }
    .type_ranking_02 li:nth-child(2) a::before {
      content: "２";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #ddd;
      z-index: 1; }
    .type_ranking_02 li:nth-child(3) a::before {
      content: "３";
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -10px;
      left: 10px;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background: #B2948A;
      z-index: 1; }
    .type_ranking_02 li a {
      position: relative;
      display: block;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      display: flex;
      background: #fff;
      border-radius: 4px;
      padding: 15px;
      border-bottom: solid 5px #cad9dd;
      border-radius: 4px;
      transition: 0s; }
      .type_ranking_02 li a figure {
        margin: auto;
        margin-bottom: 10px;
        height: 220px;
        overflow: hidden;
        border-radius: 4px; }
      .type_ranking_02 li a div h3 {
        font-size: 1.8rem;
        padding: 0;
        margin: auto;
        margin-bottom: 5px;
        text-align: center;
        color: #45bafd; }
        .type_ranking_02 li a div h3 span {
          display: none;
          padding: 0;
          color: #ddd;
          font-size: 1.6rem; }
      .type_ranking_02 li a div p {
        font-size: 1.3rem;
        line-height: 1.4;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .type_ranking_02 li a div .price {
        padding: 0;
        padding-top: 5px;
        text-align: right;
        font-size: 120%; }
      .type_ranking_02 li a .dl-02 {
        margin-top: 10px; }
        .type_ranking_02 li a .dl-02 dt {
          font-size: 100%; }
    .type_ranking_02 li:hover a {
      background: #fff3f7; }
      .type_ranking_02 li:hover a h3 {
        color: #f75586; }
    .type_ranking_02 li:active {
      position: relative;
      top: 5px; }
      .type_ranking_02 li:active a {
        border-bottom: none; }

.type_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .type_menu li {
    width: 100%;
    margin-bottom: 10px;
    background: #f9fafb;
    border-radius: 4px;
    border: 1px solid #cad9dd; }
    .type_menu li a {
      position: relative;
      display: block;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      display: flex;
      overflow: hidden;
      padding: 15px;
      border-bottom: solid 5px #cad9dd;
      border-radius: 4px;
      transition: 0s; }
      .type_menu li a figure {
        width: 30%;
        height: auto;
        border-radius: 4px; }
      .type_menu li a div {
        width: 70%;
        padding-left: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .type_menu li a div h3 {
          padding: 0;
          margin-bottom: 5px;
          font-size: 1.6rem;
          line-height: 1.2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
          .type_menu li a div h3 span {
            display: none;
            padding: 0;
            color: #ddd;
            font-size: 1.6rem; }
        .type_menu li a div p {
          font-size: 1.3rem;
          line-height: 1.4;
          color: #666;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 5px; }
        .type_menu li a div em {
          display: inline-block;
          padding: 2px 10px;
          color: #fff;
          font-weight: bold;
          font-size: 1.2rem;
          border-radius: 10px;
          background: #45bafd; }
        .type_menu li a div .price {
          padding-top: 5px;
          text-align: right;
          font-size: 120%; }
      .type_menu li a .dl-02 {
        margin-top: 10px; }
        .type_menu li a .dl-02 dt {
          font-size: 100%; }
    .type_menu li:hover a {
      background: #fff3f7; }
      .type_menu li:hover a h3 {
        color: #f75586; }
    .type_menu li:active {
      position: relative;
      top: 5px; }
      .type_menu li:active a {
        border-bottom: none; }

.type_list_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .type_list_02 li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: block;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex; }
    .type_list_02 li figure {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
      .type_list_02 li figure.img100 img {
        width: 100%;
        margin-left: auto; }
      .type_list_02 li figure img {
        width: 170%;
        margin-left: -50px; }
    .type_list_02 li div {
      width: calc(100% - 100px);
      padding-left: 15px; }
      .type_list_02 li div h3 {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        border-radius: 20px;
        padding: 5px;
        margin-bottom: 5px;
        background: #3092f9;
        color: #fff; }
        .type_list_02 li div h3 span {
          display: none;
          padding: 0;
          color: #ddd;
          font-size: 1.6rem; }
      .type_list_02 li div p {
        font-size: 1.3rem;
        line-height: 1.4; }

.type_menu_03 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .type_menu_03 li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px; }
    .type_menu_03 li a {
      position: relative;
      display: block;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      display: flex;
      overflow: hidden;
      padding: 15px;
      background: #f9f9f6;
      border-radius: 10px; }
      .type_menu_03 li a:hover {
        box-shadow: rgba(113, 135, 164, 0.539216) 0px 0px 5px 2px;
        -webkit-box-shadow: rgba(113, 135, 164, 0.539216) 0px 0px 5px 2px; }
      .type_menu_03 li a div h3 {
        padding-bottom: 0;
        padding-left: 50px;
        font-size: 1.6rem;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        .type_menu_03 li a div h3 span {
          display: none;
          padding: 0;
          color: #ddd;
          font-size: 1.6rem; }
      .type_menu_03 li a div p {
        font-size: 1.3rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 5px;
        color: #999; }
        .type_menu_03 li a div p.link {
          color: #3092f9;
          text-decoration: underline; }
      .type_menu_03 li a div em {
        position: absolute;
        bottom: 15px;
        right: 15px;
        display: inline-block;
        padding: 2px 10px;
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
        border-radius: 10px;
        background: #45bafd; }
      .type_menu_03 li a div .price {
        position: absolute;
        bottom: 10px;
        right: 15px;
        padding-top: 5px;
        text-align: right;
        font-size: 120%; }

.stars i {
  color: #FF8C00;
  padding: 0;
  font-size: 1.4rem; }

.type_menu_04 li {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px; }
  .type_menu_04 li .category {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    padding: 2px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background: #45bafd; }
  .type_menu_04 li div h3 {
    color: #45bafd;
    margin-top: 20px; }

.type_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .type_list li {
    width: 100%;
    margin-bottom: 20px; }
    .type_list li a {
      position: relative;
      display: flex;
      overflow: hidden;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      color: #3092f9;
      border-radius: 5px;
      background: #fff;
      box-shadow: 0 1px 2px rgba(25, 25, 25, 0.2); }
      .type_list li a figure {
        width: 20%;
        height: auto; }
      .type_list li a div {
        display: flex;
        align-items: center;
        width: 80%;
        padding: 0 0 0 20px; }
      .type_list li a h3 {
        padding: 0;
        font-size: 1.4rem;
        line-height: 1.4; }

.section-contents h2 {
  text-align: left;
  color: #333; }

.button_aircon_shadow {
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
  height: 22.13333vw;
  color: transparent;
  position: relative;
  display: block; }
  .button_aircon_shadow .shadow {
    background-image: url("../images/special/aircon/btn_shadow.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: 12px 13px;
    -webkit-animation: shadowloop 0.2s linear infinite;
    animation: shadowloop 0.2s linear infinite;
    width: 100%;
    height: 20.53333vw;
    position: absolute;
    top: 1.6vw;
    left: 1.6vw;
    border-radius: 10.26667vw;
    display: block; }
  .button_aircon_shadow .aircon {
    background-image: url("../images/special/aircon/btn_aircon_sp.png");
    background-size: 84vw 20.53333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 84vw;
    height: 20.53333vw;
    display: block;
    position: relative;
    position: relative;
    color: transparent; }

.button_contact_shadow {
  width: 84vw;
  height: 15.2vw;
  color: transparent;
  position: relative;
  display: block; }
  .button_contact_shadow .shadow {
    background-image: url("../images/special/aircon/btn_shadow.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: 10px 11px;
    -webkit-animation: shadowloop 0.2s linear infinite;
    animation: shadowloop 0.2s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.33333vw;
    left: 1.33333vw;
    border-radius: 7.6vw;
    overflow: hidden; }
  .button_contact_shadow .contact {
    background-image: url("../images/special/aircon/btn_contact_sp.png");
    background-size: 84vw 15.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 15.2vw;
    display: block;
    position: relative;
    position: relative;
    color: transparent; }

@-webkit-keyframes shadowloop {
  from {
    background-position: 0  0; }
  to {
    background-position: 5px 0; } }
@keyframes shadowloop {
  from {
    background-position: 0 0; }
  to {
    background-position: 5px 0; } }
@-webkit-keyframes hover-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes hover-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.special-aircon_h1 {
  display: inline-block;
  position: relative;
  top: -5vw;
  left: 13vw;
  margin: 0;
  margin-bottom: 30px;
  padding: 5px 10px;
  color: #fff;
  font-size: 25px;
  transform: rotate(-3deg);
  background: #184cab; }
  .special-aircon_h1 span {
    font-size: 3.7vw;
    display: block; }
  .special-aircon_h1 strong {
    font-size: 6vw; }
  .special-aircon_h1 em {
    color: #fde22d; }

.special-aircon_option {
  position: relative;
  max-width: 700px;
  margin: auto;
  padding: 10px;
  border: 10px solid #2c8ce4;
  background: #d9ebf1; }
  .special-aircon_option .special-aircon_option_tab {
    position: absolute;
    top: -38px;
    left: -10px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #2c8ce4; }
  .special-aircon_option .special-aircon_option_caption {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -40px;
    padding: 2px 10px 2px 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffc400; }
    .special-aircon_option .special-aircon_option_caption::before {
      display: block;
      position: absolute;
      left: -30px;
      top: -5px;
      content: "";
      width: 40px;
      height: 40px;
      background-image: url("../images/special/aircon/icon_plus.png");
      background-size: 100%; }
  .special-aircon_option .special-aircon_option_top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .special-aircon_option .special-aircon_option_top > div:first-child {
      width: 25%;
      padding-right: 10px; }
    .special-aircon_option .special-aircon_option_top > div:nth-child(2) {
      width: 55%; }
    .special-aircon_option .special-aircon_option_top > div:nth-child(3) {
      width: 20%; }
    .special-aircon_option .special-aircon_option_top figure {
      border-radius: 10px;
      overflow: hidden; }
    .special-aircon_option .special-aircon_option_top .special-aircon_option_round {
      padding: 10px 0;
      color: #fff;
      text-align: center;
      font-size: 2.6vw;
      font-weight: bold;
      line-height: 1.4;
      border-radius: 50%;
      background: #006dcb; }
  .special-aircon_option .special-aircon_option_bottom {
    display: flex;
    justify-content: center;
    align-items: center; }
    .special-aircon_option .special-aircon_option_bottom .special-aircon_option_bottom_txt {
      font-size: 2vw; }
    .special-aircon_option .special-aircon_option_bottom .special-aircon_option_bottom_price {
      font-size: 4vw;
      font-weight: bold;
      margin-right: 10px; }
      .special-aircon_option .special-aircon_option_bottom .special-aircon_option_bottom_price span {
        font-size: 3vw; }
  .special-aircon_option h4 {
    padding: 0;
    color: #2c8ce4;
    font-size: 2.6vw; }
  .special-aircon_option h3 {
    color: #006dcb;
    font-size: 5vw; }
    .special-aircon_option h3 span {
      display: inline-flex;
      font-size: 3.6vw; }

.special-aircon_bg_green {
  color: #fff;
  background: #58cfc2;
  padding: 60px 0; }
  .special-aircon_bg_green h2 {
    color: #fff; }
    .special-aircon_bg_green h2 b {
      color: #fcff05; }
  .special-aircon_bg_green h3 {
    font-size: 4vw;
    text-align: center; }
    .special-aircon_bg_green h3 strong {
      font-size: 5vw; }
    .special-aircon_bg_green h3 b {
      color: #fcff05; }
  .special-aircon_bg_green .caption {
    position: relative;
    display: block;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-weight: bold;
    text-align: center;
    color: #58cfc2;
    background: #fff;
    border-radius: 30px; }
    .special-aircon_bg_green .caption::before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -10px;
      bottom: -10px;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      border-bottom-right-radius: 30px; }
  .special-aircon_bg_green .point {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto; }
    .special-aircon_bg_green .point div {
      width: calc(100% / 3 - 10px);
      height: calc(100vw / 3 - 20px);
      padding: 20px 0;
      border-radius: 50%;
      background: #fff; }
    .special-aircon_bg_green .point h4 {
      width: 100%;
      padding-top: 1.4vw;
      padding-bottom: 5px;
      line-height: 1;
      font-size: 7vw;
      text-align: center;
      color: #00bda7; }
    .special-aircon_bg_green .point p {
      width: 100%;
      color: #007051;
      font-size: 5vw;
      font-weight: bold;
      text-align: center;
      line-height: 1; }
      .special-aircon_bg_green .point p span {
        font-size: 4vw; }
  .special-aircon_bg_green .p_strong {
    font-size: 4vw;
    text-align: center;
    font-weight: bold; }
    .special-aircon_bg_green .p_strong strong {
      font-size: 5vw; }
    .special-aircon_bg_green .p_strong b {
      color: #fcff05; }

.special-aircon_bg_blue {
  color: #fff;
  padding: 60px 0;
  background: #2794eb; }
  .special-aircon_bg_blue h2 {
    color: #fff; }
  .special-aircon_bg_blue .case {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border: 10px solid #f9c50c; }
    .special-aircon_bg_blue .case div {
      width: calc(100% / 3 - 10px);
      padding: 20px 0; }
      .special-aircon_bg_blue .case div figure {
        margin-bottom: 10px; }
      .special-aircon_bg_blue .case div h4 {
        font-weight: bold;
        text-align: center;
        color: #3092f9;
        letter-spacing: 1px; }
        .special-aircon_bg_blue .case div h4 b {
          font-size: 1.8rem; }
      .special-aircon_bg_blue .case div p {
        font-weight: bold;
        font-size: 3vw;
        text-align: center;
        color: #3092f9;
        line-height: 1.2; }
  .special-aircon_bg_blue .p_border {
    font-size: 4vw;
    font-weight: bold; }
    .special-aircon_bg_blue .p_border b {
      border-bottom: #5badef solid 5px; }

.special-aircon_price {
  padding: 60px 0;
  background: #e3f2f8; }
  .special-aircon_price h2 span {
    color: #666; }
  .special-aircon_price .wrap {
    overflow-x: scroll; }
  .special-aircon_price table {
    border-collapse: collapse;
    max-width: 600px;
    width: 450px;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed; }
    .special-aircon_price table tr {
      background-color: #fff;
      padding: .35em;
      border: 2px solid #ff7e13; }
    .special-aircon_price table th {
      padding: 15px 10px;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      border-right: 2px solid #ff7e13;
      border-top: 2px solid #ff7e13;
      border-left: 2px solid #ff7e13; }
      .special-aircon_price table th.non {
        border-right: none; }
      .special-aircon_price table th span {
        font-size: 1rem; }
    .special-aircon_price table td {
      padding: 15px 0;
      border-right: 2px solid #ff7e13;
      text-align: center; }
    .special-aircon_price table thead tr {
      font-weight: bold;
      background-color: #fff3bd;
      color: #333; }
    .special-aircon_price table tbody th {
      border-right: 2px solid #ff7e13; }
  .special-aircon_price .txt {
    text-align: left;
    font-size: 1.6rem; }
  .special-aircon_price .price {
    font-weight: bold;
    font-size: 1.6rem; }
    .special-aircon_price .price span {
      font-size: .6em; }
  .special-aircon_price .title {
    width: 100px;
    font-weight: bold;
    font-size: 1.6rem; }
  .special-aircon_price .orange_bk {
    color: #fff;
    background: #ff7e13; }
  .special-aircon_price .yellow_bk {
    background: #ffdc62; }
  .special-aircon_price .orange-txt {
    color: #e81010; }

.box_performance {
  padding: 60px 0;
  background: #e3f2f8; }
  .box_performance h2 span {
    color: #666; }
  .box_performance ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .box_performance ul li {
      padding: 10px 5px; }
      .box_performance ul li a {
        padding: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        background: #fff;
        border-radius: 10px;
        border-bottom: 2px solid #e0e5e7; }
        .box_performance ul li a img {
          width: 25px;
          margin-right: 5px; }
        .box_performance ul li a:hover {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.special-aircon_review {
  padding: 60px 0;
  background: #e3f2f8; }
  .special-aircon_review h2 span {
    color: #666; }
  .special-aircon_review .review {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin-bottom: 20px; }
    .special-aircon_review .review h3 {
      font-size: 2rem;
      margin-bottom: 20px; }
      .special-aircon_review .review h3 span {
        display: inline-block;
        padding: 0;
        font-size: 2rem;
        border-bottom: 5px solid #ffe149; }
    .special-aircon_review .review > p {
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
    .special-aircon_review .review div {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 20px; }
      .special-aircon_review .review div img {
        width: 50px;
        margin-right: 10px; }

.special-aircon_flow {
  padding: 60px 0; }
  .special-aircon_flow h2 span {
    color: #666; }
  .special-aircon_flow .time strong {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    color: #fff;
    background: #ffc400;
    border-radius: 20px; }
  .special-aircon_flow .flow > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    color: #3092f9;
    background: #e3f2f8; }
    .special-aircon_flow .flow > div div {
      width: 50%;
      position: relative; }
      .special-aircon_flow .flow > div div:first-child {
        padding: 10px; }
      .special-aircon_flow .flow > div div:last-child {
        overflow: hidden; }
      .special-aircon_flow .flow > div div .step {
        position: absolute;
        display: block;
        top: -5px;
        left: 0;
        padding: 2px 5px;
        color: #3092f9;
        font-size: 1.2rem;
        font-weight: bold;
        background: #fff; }
      .special-aircon_flow .flow > div div img {
        width: 60vw; }
      .special-aircon_flow .flow > div div h3 {
        line-height: 1.2;
        display: inline-block;
        margin: auto;
        margin-top: 15px;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #3092f9; }
        .special-aircon_flow .flow > div div h3 span {
          display: inline-block;
          padding: 0;
          font-size: 1.2rem; }
      .special-aircon_flow .flow > div div p {
        line-height: 1.2; }

.special-aircon_faq {
  padding: 60px 0;
  background: #fff;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */ }
  .special-aircon_faq h2 span {
    color: #666; }
  .special-aircon_faq .tab-wrap {
    display: flex;
    flex-wrap: wrap; }
  .special-aircon_faq .tab-label {
    width: calc(100% / 4 - 5px);
    width: 100px;
    margin-right: 5px;
    padding: 10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    order: -1;
    background: #cacaca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .special-aircon_faq .tab-content {
    width: 100%;
    display: none;
    padding: 10px;
    background: #e3f2f8; }
    .special-aircon_faq .tab-content .faq {
      color: #333;
      background: #fff;
      padding: 10px;
      margin-bottom: 10px; }
      .special-aircon_faq .tab-content .faq:last-child {
        margin-bottom: 0; }
      .special-aircon_faq .tab-content .faq .item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5px;
        cursor: pointer; }
        .special-aircon_faq .tab-content .faq .item .header {
          transition: ease-in-out 100ms;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap; }
          .special-aircon_faq .tab-content .faq .item .header strong {
            width: calc(100% - 60px); }
          .special-aircon_faq .tab-content .faq .item .header .fa {
            width: 20px;
            transition: ease-in-out 300ms;
            color: #2794eb;
            font-size: 1.5rem; }
      .special-aircon_faq .tab-content .faq .icon_faq {
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 5px;
        margin-right: 10px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
        vertical-align: middle;
        background: #2794eb;
        border-radius: 50%; }
    .special-aircon_faq .tab-content .text {
      width: 100%;
      display: none; }
    .special-aircon_faq .tab-content .rotate-fa {
      transform: rotate(180deg); }
    .special-aircon_faq .tab-content .blue {
      color: #2794eb; }
    .special-aircon_faq .tab-content .no-bar {
      border-bottom: 0; }
  .special-aircon_faq .tab-switch:checked + .tab-label {
    background: #3092f9; }
  .special-aircon_faq .tab-switch:checked + .tab-label + .tab-content {
    display: block; }
  .special-aircon_faq .tab-switch {
    display: none; }

.special-aircon_contact {
  padding: 60px 0;
  color: #fff;
  background: #2a86e2; }
  .special-aircon_contact h2 {
    color: #fff; }
    .special-aircon_contact h2 span {
      font-size: 2rem; }
  .special-aircon_contact .d-flex {
    justify-content: center; }

.text-price {
  font-size: 3rem;
  margin: 0;
  font-weight: bold; }
  .text-price span {
    font-size: 1.2rem;
    color: #626262; }
  .text-price em {
    color: #f9c50c; }

.tableColm01 {
  width: 100%;
  font-size: 1.2rem; }
  .tableColm01 tr {
    border-bottom: 1px solid #ddd; }
    .tableColm01 tr th {
      border: 1px solid #ddd;
      padding: 10px;
      color: #777;
      line-height: 1.8;
      text-align: center;
      background: #f7f7f7;
      word-break: keep-all; }
    .tableColm01 tr td {
      padding: 10px;
      border: 1px solid #ddd;
      text-align: center;
      color: #000; }
      .tableColm01 tr td.align_l {
        padding: 10px;
        text-align: left; }
    .tableColm01 tr .bg-blue {
      background: #F2F7FE; }
    .tableColm01 tr .bg-gold {
      background: #FBFAF6; }
    .tableColm01 tr .bg-platinum {
      background: #F4F7F8; }
  .tableColm01 thead tr th {
    font-weight: bold;
    line-height: 1.4; }
  .tableColm01 thead tr dd {
    width: 220px; }
  .tableColm01 span {
    font-size: 1rem; }

.option_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .option_list > div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #fff; }
    .option_list > div div {
      padding: 20px; }
    .option_list > div h4 {
      padding: 10px 20px;
      color: #fff;
      background: #45bafd; }

.bg_box {
  background-image: url("../images/main/bg_image.jpg");
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
  /*&::before{
  	content: "";
  	position: absolute;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: #000;
  	opacity: 0.2;
  }*/ }
  .bg_box.bg_img02 {
    background-image: url("../images/main/bg_image_02.jpg"); }
  .bg_box .inner {
    padding: 0 20px; }
  .bg_box .p-2 {
    background: #fff; }
    .bg_box .p-2 img {
      margin-bottom: 20px; }
  .bg_box h4 {
    text-align: center;
    line-height: 1.6; }
    .bg_box h4 span {
      display: block;
      color: #ddd; }
  .bg_box h2 {
    padding-top: 60px;
    margin-bottom: 20px;
    color: #fff; }
  .bg_box h3 {
    color: #fff;
    text-align: center; }

.ranking .d-flex {
  margin-right: -20px;
  margin-left: -2px; }
.ranking .col-1, .ranking .col-2, .ranking .col-3, .ranking .col-4, .ranking .col-6, .ranking .col-9, .ranking .col-10, .ranking .col-12, .ranking .col-md-1, .ranking .col-md-2, .ranking .col-md-3, .ranking .col-md-4, .ranking .col-md-6, .ranking .col-md-9, .ranking .col-md-10, .ranking .col-md-12 {
  padding-right: 10px;
  padding-left: 10px; }
.ranking div {
  position: relative; }
  .ranking div:first-child::before {
    content: "１";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #dbbc40; }
  .ranking div:first-child figure {
    border: 4px solid #dbbc40; }
  .ranking div:nth-child(2)::before {
    content: "２";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #ddd; }
  .ranking div:nth-child(2) figure {
    border: 4px solid #ddd; }
  .ranking div:nth-child(3)::before {
    content: "３";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #B2948A; }
  .ranking div:nth-child(3) figure {
    border: 4px solid #B2948A; }
  .ranking div:nth-child(4)::before {
    content: "４";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #45bafd; }
  .ranking div:nth-child(4) figure {
    border: 4px solid #45bafd; }
  .ranking div:nth-child(5)::before {
    content: "５";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #45bafd; }
  .ranking div:nth-child(5) figure {
    border: 4px solid #45bafd; }
  .ranking div:nth-child(6)::before {
    content: "６";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #45bafd; }
  .ranking div:nth-child(6) figure {
    border: 4px solid #45bafd; }
  .ranking div figure {
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #A3B9C6; }
  .ranking div h4 {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center; }

.flow {
  background: #fff; }
  .flow li {
    border-bottom: 2px dotted #3092f9;
    padding: 20px 0 20px 40px;
    position: relative; }
    .flow li h3 {
      color: #3092f9;
      padding: 5px 0; }
    .flow li .flow_num {
      position: absolute;
      font-weight: bold;
      left: 0;
      top: 25px;
      font-size: 2rem;
      text-align: center;
      color: white;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      line-height: 30px;
      background: #3092f9; }

.col_custom {
  padding-top: 20px;
  margin-bottom: 40px;
  color: #fff; }
  .col_custom a {
    color: #fff; }
  .col_custom dl {
    padding: 0;
    border-bottom: 1px solid #222; }
    .col_custom dl dt {
      background-color: #222; }

.col_content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px; }

.col_main, .col_side {
  width: 100%; }

.col_main {
  background: #fff;
  max-width: 940px; }
  .col_main h2 {
    margin-bottom: 10px; }
  .col_main span.line {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 40%, #fff109 40%);
    background: -o-linear-gradient(transparent 40%, #fff109 40%);
    background: linear-gradient(transparent 40%, #fff109 40%); }

.col_side .bg {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  padding: 20px; }
.col_side h4 {
  font-size: 120%; }
.col_side .side_nav li a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative; }
  .col_side .side_nav li a:hover {
    color: #3092f9; }
  .col_side .side_nav li a img {
    width: 25px;
    display: inline-block;
    margin-right: 6px; }
  .col_side .side_nav li a::before {
    /*content: "";*/
    position: absolute;
    display: block;
    border-top: 2px solid #3092f9;
    border-right: 2px solid #3092f9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    transition: .4s; }
.col_side .side_follow {
  padding: 30px 0;
  text-align: center; }
  .col_side .side_follow .title-sns {
    margin-bottom: 10px; }
  .col_side .side_follow ul {
    width: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    .col_side .side_follow ul li {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #3092f9; }
      .col_side .side_follow ul li.twitter {
        background: #1da1f2; }
      .col_side .side_follow ul li.instagram {
        background: #de0050; }
      .col_side .side_follow ul li.line {
        background: #2bac38; }
      .col_side .side_follow ul li a {
        display: block;
        line-height: 40px;
        color: #fff;
        font-size: 2rem; }

.box_line {
  border: 4px solid #ddd;
  border-radius: 10px; }

@media screen and (min-width: 728px) {
  .swiper-container a:hover {
    opacity: 1; } }

.pankuzu {
  display: block;
  padding: 5px 20px;
  z-index: 2;
  margin-top: 60px; }
  .pankuzu li {
    font-size: 0.9rem;
    display: inline-block; }
    .pankuzu li a {
      color: #3092f9;
      font-size: 1rem;
      font-weight: bold; }
      @media screen and (min-width: 728px) {
        .pankuzu li a:hover {
          text-decoration: none; } }
      .pankuzu li a:last-child {
        margin-right: 0; }
    .pankuzu li::after {
      content: ">";
      margin-left: 5px; }
    .pankuzu li:last-child::after {
      display: none; }

img.w70 {
  width: 70%; }

.emlink {
  font-size: 1.2rem;
  display: inline-block; }
  .emlink a {
    color: #999; }

/* twitter
------------------------------------------------------------*/
@media screen and (min-width: 728px) and (min-width: 480px) {
  iframe .twitter-timeline-rendered {
    width: calc(100vw - 20px) !important;
    max-width: 600px !important; } }
@media screen and (min-width: 480px) {
  iframe.twitter-timeline-rendered {
    width: calc(100vw - 20px) !important;
    max-width: 600px !important; }

  .col_side iframe.twitter-timeline-rendered {
    width: calc(100vw - 20px) !important;
    max-width: 600px !important; }

  article iframe.twitter-timeline-rendered {
    width: calc(100vw - 20px) !important;
    max-width: 600px !important; } }
.timeline-Widget {
  width: calc(100vw - 20px) !important; }

.twitter-timeline {
  width: calc(100vw - 20px) !important; }

/* erea
------------------------------------------------------------*/
.erea_tel {
  border: 1px solid #3092f9;
  color: #3092f9;
  display: block;
  display: flex;
  font-size: 1rem; }
  .erea_tel i {
    position: relative;
    width: 60px;
    height: auto;
    display: block;
    padding: 15px;
    background: #3092f9;
    color: #3092f9;
    font-size: 2rem; }
    .erea_tel i::before {
      position: absolute;
      margin-top: 2px;
      left: 50%;
      margin-left: -10px;
      color: #fff; }
  .erea_tel p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px;
    padding-left: 20px; }
    .erea_tel p strong {
      font-size: 2rem; }

/* box
------------------------------------------------------------*/
.box {
  padding: 20px; }
  .box ul li {
    margin-bottom: 10px; }
  .box i {
    color: #45bafd;
    font-size: 1.6rem; }
  .box.max_width {
    width: calc(100% + 40px);
    margin-left: -20px; }

.box_scroll {
  overflow-y: scroll;
  height: 400px;
  border: 4px solid #ddd;
  padding: 20px;
  background: #fff;
  border-radius: 10px; }

.box-line_bold {
  padding: 5px;
  border: 10px solid #ddd; }

.box_bg_03 {
  padding: 7.8vw 10vw;
  background-color: #f6f8f9; }

.box_gold {
  padding: 20px;
  background: #fff;
  border: 1px solid #3092f9; }

.box_contact {
  background-image: url(../images/main/bg_image.jpg);
  padding: 40px 0 30px 0;
  color: #fff; }
  .box_contact ul {
    width: 80%;
    margin: auto; }
    .box_contact ul li:first-child .btn {
      background: #FF8C00; }
      .box_contact ul li:first-child .btn::before {
        border-top: 3px solid #FF8C00;
        border-right: 3px solid #FF8C00; }
  .box_contact .text_tel a {
    color: #fff; }
  .box_contact .text_tel strong {
    font-size: 3.9rem; }
  .box_contact .text_tel em {
    font-size: 1.2rem; }

.box_contact_top h2 span {
  display: block;
  max-width: 470px;
  margin: auto;
  margin-top: 20px;
  padding: 5px 10px;
  border: 1px solid #3092f9; }
.box_contact_top .text_box {
  display: inline-block;
  padding: 15px;
  border: 1px solid #89775b;
  color: #89775b; }
.box_contact_top ul {
  margin: auto; }
.box_contact_top .text_tel strong {
  font-size: 4.5rem; }
.box_contact_top .text_tel em {
  font-size: 1.2rem; }

.box_bg {
  padding: 40px 0;
  background-color: #f6f8f9; }

.box_concept {
  padding: 40px 0;
  /*background: url(../images/main/bg_concept.png) repeat-x left center;*/
  background-color: #3092f9;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2;
  text-align: center;
  -webkit-animation: scroll 30s linear 0s infinite;
  animation: scroll 30s linear 0s infinite; }
  .box_concept .title_head h2 {
    color: #fff; }

.txt-point {
  font-family: Montserrat,'Noto Sans JP',"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Geneva,Arial,Verdana,sans-serif;
  color: #89775b; }
  .txt-point b {
    font-size: 200%; }

@keyframes scroll {
  0% {
    background-position: left center; }
  100% {
    background-position: -1838px center; } }
.voice {
  display: flex;
  justify-content: start;
  align-items: flex-start; }
  .voice figure {
    width: 18%;
    text-align: center; }
    .voice figure img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: 0;
      border: 4px solid #f5f5f5; }
    .voice figure figcaption {
      font-size: .65em;
      padding: .4em 0; }
  .voice div {
    width: auto;
    font-size: .95em;
    border: 3px solid #eee;
    background-color: #fff;
    color: #444;
    padding: 2.5%;
    position: relative;
    border-radius: 5px; }
    .voice div::before {
      content: '';
      position: absolute;
      border-right: 8px solid #eee;
      border-bottom: 8px solid transparent;
      border-top: 8px solid transparent;
      top: 10px;
      left: -11px; }
    .voice div::after {
      content: '';
      position: absolute;
      border-right: 10px solid #fff;
      border-bottom: 8px solid transparent;
      border-top: 8px solid transparent;
      top: 10px;
      left: -7px; }

/* セラピストページで使用
------------------------------------------------------------*/
.box_prof .bx-wrapper {
  margin-bottom: 10px; }
.box_prof .h1-prof {
  position: absolute;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2.5rem;
  z-index: 1;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 10px 0;
  color: #333; }
  .box_prof .h1-prof div {
    padding: 10px 0;
    border-top: 1px solid #E8D4D5;
    border-bottom: 1px solid #E8D4D5;
    line-height: 1; }
  .box_prof .h1-prof strong {
    display: block; }
    .box_prof .h1-prof strong i {
      color: #89775b;
      font-size: 1.6rem; }
  .box_prof .h1-prof span {
    display: inline-block; }
  .box_prof .h1-prof em {
    display: inline-block;
    font-size: 1.2rem; }
.box_prof .bg_img {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px; }
.box_prof .bx-pager {
  margin-bottom: 20px;
  padding: 0 20px; }
  .box_prof .bx-pager a {
    position: relative; }
    .box_prof .bx-pager a::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 5px solid rgba(0, 0, 0, 0.2); }
    .box_prof .bx-pager a.active::before {
      border: 5px solid #3092f9; }
.box_prof li {
  margin-bottom: 0 !important; }
  .box_prof li h3 {
    font-size: 3rem; }
    .box_prof li h3 span {
      display: inline-block;
      font-size: 1.4rem; }

.twitter-timeline {
  border: 1px solid #ddd !important;
  border-radius: 10px;
  display: block !important;
  margin: auto;
  margin-bottom: 20px !important; }

/* LINE@ページで使用
------------------------------------------------------------*/
.box-point ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .box-point ul li {
    border-radius: 15px;
    width: calc(100% / 3 - (26px / 3));
    margin-left: 10px; }
    .box-point ul li:first-child {
      margin-left: 0; }
    .box-point ul li a {
      border: 1px #89775b solid;
      border-radius: 15px;
      text-align: center;
      padding: 20px 0;
      display: block; }
    .box-point ul li h3 {
      font-size: 1.4rem;
      padding-bottom: 0;
      color: #89775b; }
      .box-point ul li h3 span {
        padding: 0;
        display: block;
        font-size: 2rem; }
    .box-point ul li p {
      display: none;
      line-height: 1.4;
      color: #89775b; }

/* システムページで使用
------------------------------------------------------------*/
.box-system {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9); }
  .box-system i {
    color: #3092f9; }
  .box-system div {
    text-align: center;
    padding: 30px 20px; }
  .box-system h2 {
    font-size: 3rem;
    text-align: center; }
    .box-system h2 span {
      padding: 0; }
  .box-system h3 {
    padding-bottom: 10px;
    color: #89775b; }
    .box-system h3.align_l {
      text-align: left; }
  .box-system h4 {
    font-size: 1.4rem;
    padding-bottom: 20px;
    line-height: 1.8;
    color: #999; }
    .box-system h4 strong {
      color: #3092f9; }
  .box-system p {
    color: #999; }
    .box-system p.align_l {
      text-align: left; }
  .box-system dl {
    margin: auto;
    max-width: 380px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .box-system dl dt {
      font-size: 2rem; }
      .box-system dl dt span {
        font-size: 1.4rem; }
    .box-system dl dd {
      color: #3092f9;
      font-size: 2rem; }
      .box-system dl dd.line {
        font-size: 1rem;
        padding: 0 10px;
        line-height: 3;
        color: #999; }

/* オプションで使用
------------------------------------------------------------*/
.box-option {
  position: relative; }
  .box-option p {
    color: #999; }
    .box-option p.align_l {
      text-align: left; }
  .box-option dl {
    margin: auto;
    max-width: 380px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .box-option dl dt {
      font-size: 2rem; }
      .box-option dl dt span {
        font-size: 1.4rem; }
    .box-option dl dd {
      color: #3092f9;
      font-size: 2rem; }
      .box-option dl dd.line {
        font-size: 1rem;
        padding: 0 10px;
        line-height: 3;
        color: #999; }
  .box-option .wide {
    padding: 0 30px; }

/* ピックアップ
------------------------------------------------------------*/
.pickup {
  width: calc(100% - 40px);
  max-width: 500px;
  margin: auto; }
  .pickup .bx-wrapper {
    margin: 0; }
  .pickup .slider > li {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .pickup .slider > li figure span {
      text-align: center;
      color: #fff;
      background-color: #89775b;
      font-size: 0.8em;
      font-weight: normal;
      padding: 1% 0 1% 0;
      margin: 0 0 1% 0;
      font-family: 'Cinzel', serif;
      letter-spacing: 0.2em;
      position: absolute;
      top: 3%;
      left: -35%;
      z-index: 40;
      width: 100%;
      transform: skew(28deg, -28deg); }
      .pickup .slider > li figure span.gold {
        background-color: #89775b; }
    .pickup .slider > li .text {
      color: #fff;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 15px;
      background: rgba(175, 140, 140, 0.7); }
      .pickup .slider > li .text p {
        line-height: 1.4;
        font-size: 1.4rem;
        text-align: center; }
        .pickup .slider > li .text p strong {
          font-size: 1.8rem; }

/* ブログページで使用
------------------------------------------------------------*/
.box_pr a {
  display: inline-block;
  padding: 15px;
  border: 4px solid #ECF0F1; }

.page_num {
  padding: 2px 5px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  display: inline-table; }
  .page_num:hover {
    background: #eee; }

.box_thum_type li {
  border-top: 2px solid #eee; }
  .box_thum_type li a {
    padding: 15px 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff; }
    @media screen and (min-width: 728px) {
      .box_thum_type li a:hover img {
        transform: scale(1); } }
    .box_thum_type li a figure {
      width: 30%;
      height: 100%;
      border-radius: 5px;
      position: relative; }
      .box_thum_type li a figure::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 5px solid rgba(0, 0, 0, 0.2);
        transition: 0.2s; }
      @media screen and (min-width: 728px) {
        .box_thum_type li a figure:hover::after {
          border: 5px solid #3092f9; }
        .box_thum_type li a figure:hover img {
          transform: scale(1); } }
    .box_thum_type li a div {
      position: relative;
      width: 70%;
      padding-left: 20px; }
      .box_thum_type li a div h4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 5px;
        padding: 0;
        font-size: 1.4rem;
        overflow: hidden; }
      .box_thum_type li a div p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 25px;
        font-size: 1.2rem;
        line-height: 1.4;
        overflow: hidden; }
      .box_thum_type li a div em {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: right; }

.box_blog {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .box_blog li {
    width: calc(100% / 3 - (10px / 3 ));
    margin-left: 5px;
    margin-bottom: 5px;
    background: rgba(175, 140, 140, 0.9); }
    .box_blog li:first-child {
      margin-left: 0; }
    .box_blog li:nth-child(3n+1) {
      margin-left: 0; }
    .box_blog li:nth-child(7n) {
      display: none; }
    .box_blog li:nth-child(8n) {
      display: none; }
    .box_blog li a {
      position: relative;
      display: block; }
      .box_blog li a div {
        color: #fff;
        padding: 5px 5px 5px 8px; }
        .box_blog li a div h4 {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 0;
          font-size: 1rem; }
          .box_blog li a div h4 em {
            display: block;
            color: #eee; }
            .box_blog li a div h4 em i {
              font-size: 1rem; }
        .box_blog li a div p {
          display: none; }

.img-size_bland {
  width: 80%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff; }

/* 料金システムページで使用
------------------------------------------------------------*/
.step li {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  border: 1px solid #3092f9;
  background: #3092f9; }

/* margin
------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important; }

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

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

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

.pb_large {
  padding-bottom: 60px; }

.pb_half {
  padding-bottom: 40px; }

.pb_small {
  padding-bottom: 10px; }

.pd20 {
  padding: 20px 0; }

.pd40 {
  padding: 40px 0; }

.pd80 {
  padding: 80px 0; }

.slide_top {
  margin-top: 60px; }
  @media screen and (min-width: 728px) {
    .slide_top a:hover {
      opacity: 1; } }

/* icon
------------------------------------------------------------*/
i {
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  padding: 5px 6px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 10px; }
  i.i_border {
    border: 1px solid #3092f9;
    color: #3092f9;
    border-radius: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 6px; }
  i.i_blue {
    background: #3092f9; }
  i.i_pink {
    background: #f75586; }
  i.i_gray {
    background: #efefef;
    color: #333; }
  i.i_orange {
    background: #FF8C00; }
  i.i_purple {
    background: #89216B; }
  i.sky {
    background: #159ba3; }

.list_02 i {
  margin-left: 10px; }

/* h1,h2,h3,h4
------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 1.6px; }

.h1-bg {
  background: #fff;
  color: #3092f9;
  padding: 20px;
  margin-bottom: 20px; }
  .h1-bg h1 {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 0;
    max-width: 1200px; }
    .h1-bg h1 img {
      width: 55px;
      padding-right: 10px; }
  .h1-bg p {
    max-width: 1200px; }

h1 {
  display: block;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2; }
  h1 span {
    display: block;
    padding-top: 5px;
    font-size: 1.4rem; }
  h1 b {
    font-size: 1.4rem; }
  h1.h1-slide {
    display: block;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 20px; }
    h1.h1-slide span {
      display: inline-block;
      font-style: normal;
      padding: 0; }
  h1.h1-main {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0; }
    h1.h1-main strong {
      font-size: 2.6rem; }
    h1.h1-main span {
      font-size: 1.6rem;
      color: #f75586;
      font-style: normal; }
  h1.h1-fs {
    font-size: 3rem;
    margin-bottom: 20px; }
    h1.h1-fs span {
      font-size: 1.6rem;
      color: #f75586;
      font-style: normal; }

h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
  color: #3092f9; }
  h2.icon-review {
    position: relative;
    text-align: left;
    padding-left: 50px; }
    h2.icon-review::before {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      width: 40px;
      height: 60px;
      background: url("../images/main/icon-review.png") no-repeat;
      background-size: 100%; }
  h2 img {
    width: auto;
    height: 80px; }
    h2 img.h {
      height: 200px; }
  h2 span {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    letter-spacing: 2px; }
  h2 em {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 1.6rem; }
  h2.mb0 {
    margin: 0;
    padding: 0; }
  h2.h2-h {
    color: #241e1b;
    font-size: 2.5rem;
    position: relative;
    font-weight: bold;
    display: block;
    font-family: "NOW-GE", sans-serif,"Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1.25926;
    padding: 2.5rem 0 0;
    /*&::after{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 3px;
        width: 35px;
        height: 3px;
        background-color: $color-black;
        }*/ }
    h2.h2-h span {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      font-size: 4.5rem;
      line-height: 1;
      color: rgba(23, 74, 91, 0.2);
      font-family: Lato, sans-serif;
      font-weight: 700;
      font-variant: small-caps;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  h2.h2-head {
    padding: 8px 20px 6px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    background: #3092f9;
    color: #fff; }
  h2.h2-bg {
    font-size: 1.6rem;
    position: relative;
    padding: 8px 20px 6px 20px;
    background: #45bafd;
    color: #fff; }
    h2.h2-bg::after {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      content: '';
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top: 10px solid #45bafd; }
  h2.h2-bg_02 {
    text-align: left;
    font-size: 1.6rem;
    padding: 8px 20px 5px 20px;
    background: #f2f2f2;
    color: #666; }
  h2.h2-bg_radius {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
    text-align: left;
    color: #333;
    background: #f3f3f3; }
  h2.h2-top-border {
    position: relative;
    padding-top: 20px;
    text-align: left; }
    h2.h2-top-border::after {
      width: 48px;
      background-color: #3092f9; }
    h2.h2-top-border::before {
      background-color: #e5e5e5;
      width: 100%; }
    h2.h2-top-border::after, h2.h2-top-border::before {
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      top: 0; }

h3 {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 1.6; }
  h3 span {
    display: block;
    padding-top: 10px;
    font-size: 1.4rem; }
  h3.icon-review {
    position: relative;
    text-align: left;
    padding-left: 40px; }
    h3.icon-review::before {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      width: 32px;
      height: 60px;
      background: url("../images/main/icon-review.png") no-repeat;
      background-size: 100%; }
  h3.h3-h {
    color: #3092f9;
    text-align: center;
    font-size: 2rem;
    font-weight: bold; }
    h3.h3-h b {
      color: #3092f9; }
  h3.h3_white {
    color: #fff; }
  h3.h3_dotted {
    color: #3092f9;
    border-bottom: 2px dotted #3092f9;
    padding: 5px 0 5px 0;
    margin-bottom: 20px; }
  h3.h3_color {
    color: #f75586; }
  h3.h3-small {
    font-size: 1.4rem;
    text-align: center; }
  h3.h3-left_border {
    border-left: 6px solid #ddd;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #3092f9; }
  h3.h3-list_type {
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #89775b;
    text-align: left;
    border-radius: 5px;
    background: #fff; }
  h3.h3-radius {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 5px;
    background: #3092f9;
    color: #fff; }
    h3.h3-radius span {
      display: none;
      padding: 0;
      color: #ddd;
      font-size: 1.6rem; }
  h3.h3-txt {
    font-size: 2.5rem; }
  h3.h3-head {
    font-size: 1.6rem; }
  h3.h3-concept {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 0; }
  h3.h3-custom {
    text-align: center;
    position: relative;
    font-size: 2rem;
    color: #3092f9; }
    h3.h3-custom em {
      position: absolute;
      font-size: 1.6rem;
      background: #3092f9;
      padding: 2px 5px;
      color: #fff;
      display: inline-block;
      margin-left: -30px;
      top: 25px; }
      h3.h3-custom em.txt4 {
        margin-left: -60px; }
    h3.h3-custom b {
      display: inline-block;
      width: 80px;
      height: 80px;
      color: #89775b;
      text-align: center;
      line-height: 80px;
      font-size: 4rem;
      margin-bottom: 10px;
      border-radius: 50%;
      border: 1px solid #3092f9;
      margin-right: 10px; }

.title_head {
  text-align: center; }
  .title_head h1, .title_head h2 {
    font-size: 3rem;
    position: relative;
    color: #3092f9;
    display: inline-block;
    line-height: 1.2; }
    .title_head h1::before, .title_head h2::before {
      content: "";
      display: block;
      background-image: url(../images/title/title_head_left.png);
      background-repeat: no-repeat;
      background-size: 100%;
      width: 60px;
      height: 100%;
      position: absolute;
      left: -70px;
      top: 50%; }
    .title_head h1::after, .title_head h2::after {
      content: "";
      display: block;
      background-image: url(../images/title/title_head_right.png);
      background-repeat: no-repeat;
      background-size: 100%;
      width: 60px;
      height: 100%;
      position: absolute;
      right: -70px;
      top: 50%; }

h4 {
  font-size: 1.6rem;
  padding-bottom: 10px; }

h5 {
  margin-bottom: 10px; }

/* fade
------------------------------------------------------------*/
.title-fade b {
  color: transparent;
  animation: fade 10s ease-out forwards; }
  .title-fade b:nth-child(1) {
    animation-delay: 0.1s; }
  .title-fade b:nth-child(2) {
    animation-delay: 0.2s; }
  .title-fade b:nth-child(3) {
    animation-delay: 0.3s; }
  .title-fade b:nth-child(4) {
    animation-delay: 0.4s; }
  .title-fade b:nth-child(5) {
    animation-delay: 0.5s; }
  .title-fade b:nth-child(6) {
    animation-delay: 0.6s; }
  .title-fade b:nth-child(7) {
    animation-delay: 0.7s; }
  .title-fade b:nth-child(8) {
    animation-delay: 0.8s; }

@keyframes fade {
  0% {
    text-shadow: 0 0 100px #3092f9;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px #3092f9; }
  15% {
    opacity: 1; }
  20% {
    text-shadow: 0 0 0px #3092f9; }
  100% {
    text-shadow: 0 0 0px #3092f9; } }
.text-fade b {
  color: transparent;
  animation: fade02 10s ease-out forwards; }
  .text-fade b:nth-child(1) {
    animation-delay: 0.6s; }
  .text-fade b:nth-child(2) {
    animation-delay: 0.7s; }
  .text-fade b:nth-child(3) {
    animation-delay: 0.8s; }
  .text-fade b:nth-child(4) {
    animation-delay: 0.9s; }
  .text-fade b:nth-child(5) {
    animation-delay: 1s; }
  .text-fade b:nth-child(6) {
    animation-delay: 1.1s; }

@keyframes fade02 {
  0% {
    text-shadow: 0 0 100px #241e1b;
    opacity: 0; }
  5% {
    text-shadow: 0 0 90px #241e1b; }
  15% {
    opacity: 1; }
  20% {
    text-shadow: 0 0 0px #241e1b; }
  100% {
    text-shadow: 0 0 0px #241e1b; } }
/* ol
------------------------------------------------------------*/
ol {
  margin-left: 20px; }
  ol li {
    width: 100% !important;
    list-style-type: disc;
    margin-bottom: 10px; }

/* btn
------------------------------------------------------------*/
.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 14px 10px;
  margin: auto;
  max-width: 500px;
  background: #45bafd;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: .2s;
  font-size: 120%; }
  .btn i {
    font-size: 1.4rem; }
  @media screen and (min-width: 728px) {
    .btn:hover {
      background-position: right center;
      opacity: inherit;
      background: #00a0b8; } }
  .btn::before {
    content: "";
    position: absolute;
    display: block;
    border-top: 3px solid #40cbdb;
    border-right: 3px solid #40cbdb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    transition: .2s;
    z-index: 1; }
  .btn::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: .2s;
    background: #fff; }
  .btn.tw {
    background: #2196f3; }
    .btn.tw::before {
      border-top: 3px solid #2196f3;
      border-right: 3px solid #2196f3; }
  .btn.line {
    background: #2bac38; }
    .btn.line::before {
      border-top: 3px solid #2bac38;
      border-right: 3px solid #2bac38; }
  .btn.insta {
    background: #de0050; }
    .btn.insta::before {
      border-top: 3px solid #de0050;
      border-right: 3px solid #de0050; }

.btn_line {
  display: block;
  text-align: center; }
  .btn_line img {
    width: 116px; }

.btn_small {
  color: #fff;
  text-align: center;
  padding: 3px 6px 2px 6px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  background-color: #3092f9;
  border-radius: 5px; }

.btn_type {
  padding-left: 20px;
  position: relative;
  display: block;
  color: #45bafd;
  font-weight: bold;
  font-size: 120%; }
  .btn_type::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-color: #45bafd;
    border-radius: 50%; }
  .btn_type::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 4px;
    width: 4px;
    height: 4px;
    margin-top: -3px; }

.toggle_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .toggle_btn li {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px; }
    .toggle_btn li:first-child {
      margin-left: 0; }
    .toggle_btn li:nth-child(2n+1) {
      margin-left: 0; }
    .toggle_btn li a {
      position: relative;
      display: block;
      padding: 20px;
      padding-left: 55px;
      border: 1px solid #3092f9;
      background: #e5f4f9; }
      .toggle_btn li a::before {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #3092f9;
        border-radius: 8px;
        background: #fff;
        top: 50%;
        left: 10px;
        margin-top: -15px; }
      .toggle_btn li a:hover::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 20px;
        margin-top: -3px;
        width: 0.75rem;
        height: 0.375rem;
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transform: rotate(-45deg) scale(1, 1);
        border: 3px solid #3092f9;
        border-top-style: none;
        border-right-style: none; }

.btn-border {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  margin: auto;
  max-width: 600px; }
  .btn-border::before {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    transition: .2s; }
  .btn-border.tw {
    background: #2196f3; }

.btn_large {
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #89775b;
  border-radius: 40px; }
  .btn_large::before {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    transition: .2s; }

.btn_nomal {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #3092f9;
  border-radius: 5px; }
  .btn_nomal::before {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    transition: .2s; }

.slide-wrap {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap; }
  .slide-wrap::-webkit-scrollbar {
    height: 10px; }
  .slide-wrap::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px; }
  .slide-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px; }
  .slide-wrap li {
    width: 100%;
    min-width: 240px;
    margin-left: 20px; }
    .slide-wrap li:first-child {
      margin-left: 0; }
    .slide-wrap li a {
      display: inline-block; }
    .slide-wrap li figure {
      overflow: hidden;
      border: 1px solid #ddd;
      border-radius: 5px; }
    .slide-wrap li div {
      padding: 20px 0;
      position: relative; }
      .slide-wrap li div h3 {
        font-size: 1.4rem;
        line-height: 1.4;
        color: #3092f9;
        padding: 0;
        margin-bottom: 5px; }
        .slide-wrap li div h3 span {
          margin-left: 5px; }
      .slide-wrap li div p {
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: 5px; }
        .slide-wrap li div p strong {
          font-size: 1.4rem; }

/* font
------------------------------------------------------------*/
.fs12 {
  font-size: 1.2rem; }

/* ul
------------------------------------------------------------*/
ul li a {
  transition: 0.2s; }
  ul li a figure {
    position: relative;
    width: 100%;
    overflow: hidden; }
    ul li a figure img {
      transition: 0.6s; }
    ul li a figure::after {
      content: "";
      width: 100%;
      height: 100%;
      background: transparent;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.2s; }
  @media screen and (min-width: 728px) {
    ul li a:hover {
      opacity: 1; }
      ul li a:hover figure img {
        transform: scale(1.2); }
      ul li a:hover figure::after {
        background: rgba(0, 0, 0, 0); } }

ul.img-radius figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px; }

.x2, .x3, .x4 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .x2.sp-x2 li, .x3.sp-x2 li, .x4.sp-x2 li {
    width: calc(99% / 2 - (20px / 2));
    margin-left: 20px; }
    .x2.sp-x2 li:first-child, .x3.sp-x2 li:first-child, .x4.sp-x2 li:first-child {
      margin-left: 0; }
    .x2.sp-x2 li:nth-child(2n+1), .x3.sp-x2 li:nth-child(2n+1), .x4.sp-x2 li:nth-child(2n+1) {
      margin-left: 0; }
  .x2.spxnone li, .x3.spxnone li, .x4.spxnone li {
    width: calc(99% / 4);
    margin: 0; }
  .x2 li, .x3 li, .x4 li {
    width: 100%;
    margin-bottom: 10px; }

.gallery {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .gallery li {
    position: relative;
    width: calc(100% / 4 - 10px);
    margin-left: 10px;
    margin-bottom: 10px; }
    .gallery li a {
      display: block; }
      .gallery li a::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .gallery li a::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 5px solid rgba(0, 0, 0, 0.2);
        transition: 0.2s; }
    .gallery li img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      object-fit: cover; }
    .gallery li:first-child {
      margin-left: 0; }
    .gallery li:nth-child(4n+1) {
      margin-left: 0; }

.fc_large iframe {
  height: 200px; }

.bg_appeal {
  padding: 10px 0;
  background: url(../images/main/bg_grade.png) no-repeat;
  background-color: #3092f9;
  background-size: cover; }
  .bg_appeal h2 {
    padding-top: 20px;
    color: #fff; }
  .bg_appeal h3 {
    font-size: 1.8rem;
    color: #fff; }
  .bg_appeal .ap {
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 2px 5px 2px 10px;
    background: #3092f9; }

.bg_sns {
  padding: 40px 0; }
  .bg_sns ul li {
    display: none; }
    .bg_sns ul li:first-child {
      display: block; }
    .bg_sns ul li div {
      border-radius: 10px;
      padding: 0 10px; }
  .bg_sns h3 {
    margin: 0; }

.box-twitter {
  border-radius: 10px;
  padding: 0 10px; }

.bg_content {
  padding: 40px 0;
  background: #3092f9;
  color: #89775b; }
  .bg_content h2 {
    padding-top: 0;
    color: #fff; }
  .bg_content ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .bg_content ul li {
      width: calc(100% / 2);
      text-align: center;
      box-shadow: 0 1px 2px rgba(25, 25, 25, 0.2); }
      .bg_content ul li a {
        position: relative;
        display: block;
        transition: 0.2s; }
        .bg_content ul li a figure {
          position: relative;
          width: 100%;
          overflow: hidden; }
          .bg_content ul li a figure img {
            transition: 0.6s; }
          .bg_content ul li a figure::after {
            background: rgba(0, 0, 0, 0.4); }
        .bg_content ul li a div {
          width: 100%;
          color: #fff;
          position: absolute;
          top: 50%;
          margin-top: -15px;
          padding: 10px;
          margin-bottom: 15px; }
          .bg_content ul li a div h4 {
            transition: .5s;
            font-size: 1.4rem;
            padding-bottom: 5px; }
          .bg_content ul li a div p {
            display: none;
            transition: .5s;
            line-height: 1.2;
            font-size: 1.2rem; }

.bg_nomal {
  padding: 10px 0;
  background: #fff; }

.col-layout li {
  width: calc(100% / 2 - (10px / 2));
  margin-left: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 2px rgba(25, 25, 25, 0.2);
  margin-bottom: 5px; }
  .col-layout li:first-child, .col-layout li:nth-child(2n+1) {
    margin-left: 0; }
  .col-layout li figure {
    margin-bottom: 10px; }
  .col-layout li div {
    padding: 0 15px 15px 15px; }
    .col-layout li div h4 {
      font-size: 1.6rem;
      padding-bottom: 5px;
      color: #89775b;
      letter-spacing: 1px; }
    .col-layout li div p {
      line-height: 1.4;
      font-size: 1.2rem;
      color: #333; }

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

.map iframe {
  width: 100%;
  height: 300px; }

/* dl
------------------------------------------------------------*/
dl.dl-01 {
  width: 100%; }
  dl.dl-01 dt {
    font-size: 120%;
    color: #3092f9;
    font-weight: bold;
    margin-bottom: 5px; }
  dl.dl-01 dd {
    font-size: 120%; }
dl.dl-02 {
  width: 100%;
  display: flex; }
  dl.dl-02 dt {
    min-width: 25%;
    padding: 10px 0;
    text-align: center;
    font-size: 120%;
    color: #fff;
    font-weight: bold;
    background: #3092f9; }
  dl.dl-02 dd {
    width: 100%;
    text-align: center;
    font-size: 120%;
    padding: 8px 10px;
    background: #fff; }
dl.dl-04 {
  width: 100%;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd; }
  dl.dl-04 a {
    color: #3092f9;
    text-decoration: underline; }
  dl.dl-04 dt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    color: #666;
    font-weight: bold;
    background: #efefef;
    border-radius: 30px;
    font-size: 70%; }
  dl.dl-04 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 80%;
    margin-left: 10px; }
dl.dl-03 {
  width: 100%;
  border-bottom: 1px solid #ddd; }
  dl.dl-03 dt {
    padding: 10px;
    font-weight: bold;
    background: #e5f4f9; }
  dl.dl-03 dd {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px; }
dl.dl-faq {
  width: 100%;
  border-bottom: 1px solid #ddd; }
  dl.dl-faq dt {
    position: relative;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 10px; }
    dl.dl-faq dt::before {
      position: absolute;
      content: "Q";
      top: 10px;
      left: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #3092f9;
      border-radius: 10px;
      width: 30px;
      height: 30px;
      font-size: 2rem; }
  dl.dl-faq dd {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative; }
    dl.dl-faq dd::before {
      position: absolute;
      content: "A";
      top: 2px;
      left: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #45bafd;
      border-radius: 10px;
      width: 30px;
      height: 30px;
      font-size: 2rem; }

.area_tag {
  display: flex;
  flex-flow: wrap; }
  .area_tag dl:first-child {
    padding-top: 0; }
  .area_tag dl:nth-child(3), .area_tag dl:nth-child(4), .area_tag dl:nth-child(5), .area_tag dl:nth-child(6) {
    width: 50%; }

.list dl {
  display: flex;
  position: relative;
  width: 100%;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
  font-size: 1.2rem;
  line-height: 1.4; }
  .list dl dt {
    width: 25%;
    padding: 10px;
    font-weight: bold;
    transition: .3s; }
  .list dl dd {
    width: 75%;
    display: inline-block;
    padding: 10px; }

.list_02.bg_gold {
  background: #89775b;
  padding: 20px;
  color: #fff; }
.list_02 dl {
  width: 100%;
  padding: 10px 0;
  line-height: 1.8;
  border-bottom: 1px solid #ddd; }
  .list_02 dl:first-child {
    padding-top: 0; }
  .list_02 dl dt {
    width: 100%;
    font-weight: bold; }
  .list_02 dl dd {
    width: 100%;
    font-size: 1.4rem; }

.h_list dl {
  padding: 10px 0;
  line-height: 1.8;
  border-bottom: 1px solid #eee; }
  .h_list dl:first-child {
    padding-top: 0; }
.h_list dd {
  margin-top: 10px; }
.h_list i {
  margin-right: 10px;
  border-radius: 0; }
.h_list time {
  color: #999; }
.h_list a {
  color: #89775b;
  text-decoration: underline; }
  .h_list a.btn {
    color: #fff; }

.dl_x2 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
  .dl_x2 dl {
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 0;
    line-height: 1.8; }
    .dl_x2 dl dt {
      width: 30%;
      font-weight: bold;
      transition: .3s;
      background: #89775b;
      padding: 10px 0;
      color: #fff;
      text-align: center;
      font-size: 2rem; }
    .dl_x2 dl dd {
      width: 70%;
      display: inline-block;
      border: 1px solid #89775b;
      padding-left: 40px;
      background: #fff;
      padding: 10px 0;
      color: #89775b;
      text-align: center;
      font-size: 2rem; }

/*サイトマップ
------------------------------------------------------------*/
.x4_layout > li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px; }
  .x4_layout > li ul li {
    margin-bottom: 10px; }
    .x4_layout > li ul li a {
      position: relative;
      display: inline-block;
      color: #333;
      padding-left: 25px;
      transition: .3s; }
      .x4_layout > li ul li a::before {
        content: "";
        position: absolute;
        display: block;
        border-top: 2px solid #3092f9;
        border-right: 2px solid #3092f9;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        left: 5px;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        transition: .2s; }
      .x4_layout > li ul li a.title {
        display: block;
        padding: 15px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 20px;
        background-color: #3092f9;
        color: #fff; }
        .x4_layout > li ul li a.title::before {
          display: none; }

table.table-price {
  background: #fff;
  display: block;
  width: 100%; }
  table.table-price tbody {
    display: block; }
    table.table-price tbody tr {
      display: block;
      border: 2px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px; }
      table.table-price tbody tr th, table.table-price tbody tr td {
        display: block;
        padding: 10px;
        text-align: center; }
      table.table-price tbody tr th {
        background: #d8f7fb;
        font-weight: bold; }
        table.table-price tbody tr th a {
          display: block; }
      table.table-price tbody tr td {
        border-bottom: 2px solid #ddd; }
        table.table-price tbody tr td.price p {
          background: #f3f3f3;
          padding-top: 2px;
          margin-bottom: 5px; }
        table.table-price tbody tr td b {
          color: #45bafd; }
        table.table-price tbody tr td.total {
          background: #45bafd;
          color: #fff;
          font-weight: bold; }
          table.table-price tbody tr td.total b {
            font-size: 2rem;
            color: #fff109; }
        table.table-price tbody tr td:last-child {
          border-bottom: none; }
table.border_bottom {
  width: 100%; }
  table.border_bottom tr {
    width: 100%;
    display: block;
    padding: 20px 0;
    padding-bottom: 0; }
    table.border_bottom tr th {
      width: 100%;
      display: block;
      margin-bottom: 5px; }
      table.border_bottom tr th h4 {
        display: inline-block;
        padding-bottom: 0;
        font-size: 1.6rem;
        font-weight: bold;
        vertical-align: middle; }
      table.border_bottom tr th i {
        margin-right: 5px; }
    table.border_bottom tr td {
      width: 100%;
      display: block; }
table.schedule {
  width: 100%; }
  table.schedule tr {
    display: flex;
    border: 1px solid #eee;
    background: #fff; }
    table.schedule tr th {
      display: inline-block;
      width: 30%;
      padding: 10px;
      color: #fff;
      text-align: center;
      background: #89775b; }
    table.schedule tr td {
      display: inline-block;
      width: 70%;
      padding: 10px;
      text-align: center;
      background: #fff; }
      table.schedule tr td .btn {
        display: none;
        padding: 5px 10px;
        max-width: 200px; }
table.table01 {
  width: 100%; }
  table.table01 tr {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd; }
    table.table01 tr th {
      width: 30%;
      padding: 10px;
      background: #f5f5f5; }
    table.table01 tr td {
      width: 70%;
      padding: 10px; }

input[type="text"] {
  -webkit-appearance: none;
  width: 100%;
  height: 44px;
  max-width: 400px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  border: 1px solid #ddd; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  width: 100%;
  background: #fff;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px; }
  select::-ms-expand {
    display: none; }

.select-flex {
  display: flex; }
  .select-flex p {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 20px; }

.selectWrap {
  position: relative;
  display: flex; }
  .selectWrap.w60 {
    width: 60px; }
  .selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    z-index: 1; }

input[type="submit"], input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background-color: #3092f9;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border: none;
  border-radius: 40px; }
  input[type="submit"] .back, input[type="button"] .back {
    background: #666; }

.tabMove .tab-content {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; }
  .tabMove .tab-content label {
    display: inline-block;
    width: calc(100% / 7 - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    background: #f4f2ee;
    color: #777;
    border-radius: 2px;
    transition: .2s;
    font-size: 1.2rem;
    box-shadow: 0.3vw 0.3vw 0.3vw rgba(0, 0, 0, 0.2); }
    .tabMove .tab-content label:first-child {
      margin-left: 0; }
    .tabMove .tab-content label.sat {
      background: #3092f9;
      color: #fff; }
    .tabMove .tab-content label.sun {
      background: #3092f9;
      color: #fff; }
    .tabMove .tab-content label span {
      font-size: 1.2rem;
      display: block; }
    @media screen and (min-width: 728px) {
      .tabMove .tab-content label:hover {
        color: #fff;
        background: linear-gradient(5deg, #ff5ea0, #ff8f92); }
        .tabMove .tab-content label:hover.sat {
          background: linear-gradient(5deg, #ff5ea0, #ff8f92); }
        .tabMove .tab-content label:hover.sun {
          background: linear-gradient(5deg, #ff5ea0, #ff8f92); } }
  .tabMove .tab-content input {
    display: none; }
    .tabMove .tab-content input:checked + label {
      background: linear-gradient(5deg, #ff5ea0, #ff8f92);
      color: white; }
      .tabMove .tab-content input:checked + label.sat {
        background: linear-gradient(5deg, #ff5ea0, #ff8f92); }
      .tabMove .tab-content input:checked + label.sun {
        background: linear-gradient(5deg, #ff5ea0, #ff8f92); }
.tabMove #tabMove-bmon,
.tabMove #tabMove-btue,
.tabMove #tabMove-bwed,
.tabMove #tabMove-bthu,
.tabMove #tabMove-bfri,
.tabMove #tabMove-bsat,
.tabMove #tabMove-bsun {
  margin-top: 20px;
  display: none; }
.tabMove #tabMove-mon:checked ~ #tabMove-bmon,
.tabMove #tabMove-tue:checked ~ #tabMove-btue,
.tabMove #tabMove-wed:checked ~ #tabMove-bwed,
.tabMove #tabMove-thu:checked ~ #tabMove-bthu,
.tabMove #tabMove-fri:checked ~ #tabMove-bfri,
.tabMove #tabMove-sat:checked ~ #tabMove-bsat,
.tabMove #tabMove-sun:checked ~ #tabMove-bsun {
  display: block; }
.tabMove #tabMove-bmon2,
.tabMove #tabMove-btue2,
.tabMove #tabMove-bwed2,
.tabMove #tabMove-bthu2,
.tabMove #tabMove-bfri2,
.tabMove #tabMove-bsat2,
.tabMove #tabMove-bsun2 {
  margin-top: 20px;
  display: none; }
.tabMove #tabMove-mon2:checked ~ #tabMove-bmon2,
.tabMove #tabMove-tue2:checked ~ #tabMove-btue2,
.tabMove #tabMove-wed2:checked ~ #tabMove-bwed2,
.tabMove #tabMove-thu2:checked ~ #tabMove-bthu2,
.tabMove #tabMove-fri2:checked ~ #tabMove-bfri2,
.tabMove #tabMove-sat2:checked ~ #tabMove-bsat2,
.tabMove #tabMove-sun2:checked ~ #tabMove-bsun2 {
  display: block; }
.tabMove #tabMove-b1,
.tabMove #tabMove-b2,
.tabMove #tabMove-b3,
.tabMove #tabMove-b4,
.tabMove #tabMove-b5,
.tabMove #tabMove-b6,
.tabMove #tabMove-b7 {
  margin-top: 20px;
  display: none; }
.tabMove #tabMove-1:checked ~ #tabMove-b1,
.tabMove #tabMove-2:checked ~ #tabMove-b2,
.tabMove #tabMove-3:checked ~ #tabMove-b3,
.tabMove #tabMove-4:checked ~ #tabMove-b4,
.tabMove #tabMove-5:checked ~ #tabMove-b5,
.tabMove #tabMove-6:checked ~ #tabMove-b6,
.tabMove #tabMove-7:checked ~ #tabMove-b7 {
  display: block; }

/* WEB予約ページで使用
------------------------------------------------------------*/
.castSelect {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  .castSelect li {
    position: relative;
    width: calc(100% / 3 - (10px / 3)) !important;
    margin-left: 5px;
    margin-bottom: 5px; }
    .castSelect li:first-child, .castSelect li:nth-child(3n+1) {
      margin-left: 0; }
  .castSelect label {
    position: relative;
    cursor: pointer;
    display: block;
    text-align: center;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 5px; }
    .castSelect label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid #ddd;
      border-radius: 50%; }
    .castSelect label p {
      padding: 5px 0 0 0;
      font-size: 1.2rem; }
  .castSelect input {
    display: none; }
    .castSelect input:checked + label {
      color: #fff;
      background: #89775b; }
      .castSelect input:checked + label::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 6px;
        width: 0.75rem;
        height: 0.375rem;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(1, 1);
        border: 3px solid #89775b;
        border-top-style: none;
        border-right-style: none; }

.box_contact_flow {
  background: #efefef;
  padding: 10px 0;
  width: calc(100% + 40px);
  margin-left: -20px; }
  .box_contact_flow ul {
    display: flex;
    align-items: flex-start; }
    .box_contact_flow ul li {
      position: relative;
      flex-grow: 1;
      height: 40px;
      line-height: 40px;
      margin-left: 25px;
      text-align: center;
      font-weight: bold;
      background: #45bafd;
      font-size: 1.2rem;
      color: #fff; }
      .box_contact_flow ul li span {
        margin-left: -10px; }
      .box_contact_flow ul li.ac {
        background: #3092f9;
        color: #fff; }
        .box_contact_flow ul li.ac::after {
          border-color: transparent transparent transparent #3092f9;
          -webkit-box-shadow: -1px 0px 0px 0px #3092f9;
          box-shadow: -1px 0px 0px 0px #3092f9; }
        .box_contact_flow ul li.ac span::before {
          border-color: transparent #3092f9 transparent transparent; }
        .box_contact_flow ul li.ac span::after {
          border-color: transparent transparent #3092f9 transparent; }
      .box_contact_flow ul li:first-child {
        margin-left: 0; }
        .box_contact_flow ul li:first-child span::before {
          display: none; }
        .box_contact_flow ul li:first-child span::after {
          display: none; }
      .box_contact_flow ul li:last-child::after {
        display: none; }
      .box_contact_flow ul li::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 13px;
        border-color: transparent transparent transparent #45bafd;
        -webkit-box-shadow: -1px 0px 0px 0px #45bafd;
        box-shadow: -1px 0px 0px 0px #45bafd;
        position: absolute;
        z-index: 0;
        top: 0;
        right: -13px; }
      .box_contact_flow ul li span::before {
        content: "";
        position: absolute;
        left: -17px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 18px 28px 0;
        border-color: transparent #45bafd transparent transparent; }
      .box_contact_flow ul li span::after {
        content: "";
        position: absolute;
        left: -17px;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 28px 18px;
        border-color: transparent transparent #45bafd transparent; }

/* systemで使用
------------------------------------------------------------*/
.max550 {
  max-width: 550px;
  margin: auto; }

/* blogで使用
------------------------------------------------------------*/
.index {
  position: relative;
  padding: 30px;
  padding-top: 30px;
  margin-bottom: 40px;
  border: 4px solid #ddd;
  border-radius: 10px; }
  .index h3 {
    position: absolute;
    top: -14px;
    left: 15px;
    display: block;
    padding: 0 10px;
    color: #45bafd;
    font-size: 1.8rem;
    background: #fff; }
  .index ol {
    margin: 0; }
    .index ol li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px;
      list-style-type: none; }
      .index ol li:last-child {
        margin-bottom: 0; }
      .index ol li::after {
        content: "";
        position: absolute;
        display: block;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
        left: 3px;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        transition: .2s; }
      .index ol li::before {
        content: "";
        position: absolute;
        width: 16px;
        left: 0;
        top: 4px;
        height: 16px;
        background-color: #45bafd; }
    .index ol a {
      color: #3092f9; }
      .index ol a:hover {
        text-decoration: underline; }

/* 広告
------------------------------------------------------------*/
.finance_area {
  display: flex;
  margin: auto;
  margin-bottom: 40px;
  flex-wrap: wrap;
  max-width: calc(600px + 20px); }
  .finance_area div {
    width: calc(100% / 2 - (20px / 2));
    margin-left: 20px; }
    .finance_area div:first-child {
      margin-left: 0; }
  .finance_area div > img {
    display: none; }

.finance_area_02 {
  display: flex;
  margin: auto;
  margin-bottom: 40px;
  flex-wrap: wrap;
  max-width: calc(600px + 20px); }
  .finance_area_02 div {
    width: 100%;
    max-width: 300px;
    margin: auto; }
    .finance_area_02 div:last-child {
      display: none; }
  .finance_area_02 div > img {
    display: none; }

/* ソーシャル
------------------------------------------------------------*/
.socialArea {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  .socialArea li {
    /*width: calc(100% / 2 - (20px / 2));
    margin-left: 20px;*/
    text-align: center;
    margin-left: 20px; }
    .socialArea li:first-child {
      margin-left: 0; }
    .socialArea li:nth-child(2n+1) {
      margin-left: 0; }
    .socialArea li a {
      position: relative;
      display: inline-block;
      padding: 20px;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
      .socialArea li a i {
        font-size: 2.5rem; }
        .socialArea li a i::before {
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -12px;
          color: #fff;
          margin-left: -8px; }
      .socialArea li a.twitter {
        background: #2196f3; }
        .socialArea li a.twitter i::before {
          margin-left: -12px; }
      .socialArea li a.facebook {
        background: #3b5998; }

.gallery-detail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .gallery-detail .detail-01 {
    width: 100%; }
  .gallery-detail .detail-02 {
    width: 50%; }
  .gallery-detail .detail-03 {
    width: 50%; }

.box-news {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: #fff;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-top: 60px; }
  .box-news .tittle {
    position: absolute;
    left: 0;
    width: 70px;
    height: 40px;
    margin-left: -10px;
    background: #fff;
    z-index: 1;
    line-height: 40px;
    box-sizing: border-box;
    color: #3092f9;
    font-size: 1.2rem; }
    .box-news .tittle::before {
      position: absolute;
      content: "";
      right: 5px;
      top: 50%;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #3092f9; }
  .box-news span {
    padding-left: 915px;
    line-height: 40px;
    white-space: nowrap;
    white-space: nowrap;
    animation: scrollAnime 15s linear infinite;
    transition: 0.2s; }
@keyframes scrollAnime {
  from {
    transform: translate(0%); }
  100%,to {
    transform: translate(-100%); } }
.bx-pager {
  display: flex;
  justify-content: center; }
  .bx-pager a {
    margin-left: 5px;
    max-width: 60px; }
    .bx-pager a:first-child {
      margin-left: 0; }

@media screen and (min-width: 480px) {
  .col_main {
    background: #fff; } }
@media screen and (min-width: 728px) {
  #slider {
    display: flex;
    justify-content: center; }
    #slider li {
      position: relative;
      border-radius: 10px;
      overflow: hidden; }

  .bx-pager {
    display: block; }
    .bx-pager a {
      display: block;
      max-width: 60px;
      margin-left: 0;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden; }

  .inner_s {
    padding: 0 40px; }

  .pt-md-2 {
    padding-top: 20px !important; }

  .pt-md-4 {
    padding-top: 40px !important; }

  /* font-size
  ------------------------------------------------------------*/
  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .bg_box h4 {
    font-size: 2.6rem; }
    .bg_box h4 span {
      font-size: 1.6rem; }

  .d-block {
    display: block; }

  .d-md-flex {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-10, .col-md-12 {
    padding-right: 20px;
    padding-left: 20px; }

  .col-md-1 {
    width: calc(100% / 12) !important; }

  .col-md-2 {
    width: calc(100% / 6) !important; }

  .col-md-3 {
    width: calc(100% / 4) !important; }

  .col-md-4 {
    width: calc(100% / 3) !important; }

  .col-md-6 {
    width: calc(100% / 2) !important; }

  .col-md-8 {
    width: calc(100% / 3 * 2) !important; }

  .col-md-9 {
    width: 75% !important; }

  .col-md-10 {
    width: calc(100% / 6 * 5) !important; }

  .col-md-12 {
    width: 100% !important; }

  .box_bnr {
    padding: 40px; }

  .box_lineup > div {
    padding: 40px; }
    .box_lineup > div figure {
      width: 50%;
      padding-right: 20px; }
      .box_lineup > div figure.order-md-2 {
        padding-right: 0;
        padding-left: 20px; }
    .box_lineup > div div {
      width: 50%;
      padding-left: 20px; }
      .box_lineup > div div.order-md-1 {
        padding-left: 0;
        padding-right: 20px; }

  .box_lineup_02 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .box_lineup_02 > div {
      padding: 40px;
      width: calc(100% / 2 - 40px);
      margin-left: 40px; }
      .box_lineup_02 > div:first-child, .box_lineup_02 > div:nth-child(2n+1) {
        margin-left: 0; }
      .box_lineup_02 > div figure {
        width: 100%;
        margin-left: 0; }
      .box_lineup_02 > div div {
        width: 100%; }

  .type_step li:first-child .step::before {
    display: none; }
  .type_step li:first-child div {
    padding-top: 30px !important;
    border-top: 2px dotted #c2c2c2; }
  .type_step li .step {
    width: 60px;
    padding-top: 20px; }
    .type_step li .step span {
      font-size: 12px;
      display: block;
      letter-spacing: normal; }
    .type_step li .step::before {
      border-width: 20px 30px 0 30px; }
    .type_step li .step::after {
      bottom: -20px;
      border-width: 20px 30px 0 30px; }
  .type_step li div {
    padding-left: 30px; }

  .attentionArea {
    background-size: 2100px; }
    .attentionArea h2 {
      font-size: 4rem;
      margin-bottom: 50px; }
      .attentionArea h2 span {
        font-size: 70%; }
    .attentionArea ul {
      margin: auto;
      margin-bottom: 15px;
      display: flex;
      flex-wrap: wrap;
      max-width: 900px; }
      .attentionArea ul li {
        width: 50%;
        padding-left: 40px;
        margin-bottom: 30px; }
        .attentionArea ul li::before {
          font-size: 200%; }
        .attentionArea ul li strong {
          font-size: 150%; }
    .attentionArea .arrow {
      position: relative;
      color: #fff;
      font-weight: bold;
      text-align: center;
      z-index: 1;
      margin-bottom: 20px;
      padding-top: 20px; }
      .attentionArea .arrow::before {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -100px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 80px 100px 0 100px;
        border-color: #3092f9 transparent transparent transparent;
        z-index: -1; }
    .attentionArea .txt {
      text-align: center;
      font-size: 3rem;
      font-weight: bold;
      color: #3092f9;
      padding-top: 30px; }
      .attentionArea .txt span {
        position: relative;
        z-index: 1; }
        .attentionArea .txt span::before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 70%;
          top: 50%;
          left: 0;
          background: #fff109;
          z-index: -1; }

  .index_menu ul li a img {
    max-width: 60px; }
  .index_menu ul li a p {
    font-size: 1.4rem; }

  .type_ranking {
    justify-content: flex-start;
    align-items: flex-start; }
    .type_ranking li {
      width: calc(100% / 2 - (40px / 2));
      margin-left: 40px;
      margin-bottom: 40px; }
      .type_ranking li:first-child, .type_ranking li:nth-child(2n+1) {
        margin-left: 0; }
      .type_ranking li a {
        padding: 20px; }
        .type_ranking li a div {
          padding-left: 15px; }
          .type_ranking li a div h3 {
            font-size: 1.6rem;
            line-height: 1.4;
            padding: 0; }
            .type_ranking li a div h3 span {
              font-size: 1.2rem;
              display: block; }
          .type_ranking li a div p {
            font-size: 1.2rem; }
        .type_ranking li a .dl-02 {
          margin: 0; }

  .type_ranking_02 {
    justify-content: flex-start;
    align-items: flex-start; }
    .type_ranking_02 li {
      width: calc(100% / 3 - (60px / 3));
      margin-left: 20px;
      margin-bottom: 40px; }
      .type_ranking_02 li:first-child, .type_ranking_02 li:nth-child(3n+1) {
        margin-left: 0; }
      .type_ranking_02 li a figure {
        height: auto; }
      .type_ranking_02 li a div h3 {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0; }
        .type_ranking_02 li a div h3 span {
          font-size: 1.2rem;
          display: block; }
      .type_ranking_02 li a div p {
        font-size: 1.2rem; }

  .type_menu {
    justify-content: flex-start;
    align-items: stretch; }
    .type_menu li {
      width: calc(100% / 2 - (20px / 2));
      margin-left: 20px;
      margin-bottom: 20px; }
      .type_menu li:first-child, .type_menu li:nth-child(2n+1) {
        margin-left: 0; }
      .type_menu li a {
        padding: 0;
        height: 100%;
        padding-bottom: 20px; }
        .type_menu li a figure {
          width: 100%;
          margin-bottom: 15px;
          border-radius: 0; }
        .type_menu li a div {
          padding: 0 20px;
          width: 100%; }
          .type_menu li a div h3 {
            font-size: 2rem;
            padding: 0;
            margin-bottom: 10px;
            -webkit-line-clamp: 3; }
            .type_menu li a div h3 span {
              display: block;
              padding-bottom: 5px;
              font-size: 1.3rem; }
          .type_menu li a div p {
            font-size: 1.4rem; }
          .type_menu li a div em {
            margin-bottom: 20px; }
          .type_menu li a div .price {
            position: inherit;
            padding: 0; }

  .type_menu_03 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start; }
    .type_menu_03 li {
      width: calc(100% / 2 - (20px / 2));
      margin-left: 20px; }
      .type_menu_03 li:first-child, .type_menu_03 li:nth-child(2n+1) {
        margin-left: 0; }
      .type_menu_03 li a div h3 {
        line-height: 1.2; }
      .type_menu_03 li a div p {
        font-size: 1.4rem; }
        .type_menu_03 li a div p.link {
          color: #3092f9;
          text-decoration: underline; }

  .type_list li {
    width: calc(100% / 2 - 20px);
    margin-left: 20px; }
    .type_list li:first-child {
      margin-left: 0; }
    .type_list li:nth-child(2n+1) {
      margin-left: 0; }
    .type_list li a::after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -13px;
      right: 15px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      transition: .2s;
      background: #3092f9; }
    .type_list li a::before {
      content: "";
      position: absolute;
      display: block;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      right: 25px;
      width: 6px;
      height: 6px;
      margin-top: -4px;
      transition: .2s;
      z-index: 1; }
    .type_list li a:hover {
      background: #3092f9; }
      .type_list li a:hover h3 {
        color: #fff; }
      .type_list li a:hover::before {
        border-top: 3px solid #3092f9;
        border-right: 3px solid #3092f9; }
      .type_list li a:hover::after {
        background: #fff; }
    .type_list li a div {
      padding: 10px 20px; }
      .type_list li a div h3 {
        font-size: 1.8rem; }

  .type_list_02 {
    justify-content: flex-start;
    align-items: flex-start; }
    .type_list_02 li {
      width: calc(100% / 3 - (80px / 3));
      margin-left: 40px;
      margin-bottom: 0; }
      .type_list_02 li:first-child, .type_list_02 li:nth-child(3n+1) {
        margin-left: 0; }
      .type_list_02 li figure {
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 200px;
        margin: auto;
        margin-bottom: 20px; }
        .type_list_02 li figure.img100 img {
          width: 100%;
          height: auto;
          margin-left: 0%; }
        .type_list_02 li figure img {
          width: 200%;
          height: auto;
          margin-left: -60%; }
      .type_list_02 li div {
        width: 100%;
        padding-left: 0; }
        .type_list_02 li div h3 {
          text-align: center;
          font-size: 1.8rem;
          border-radius: 30px;
          padding: 10px;
          margin-bottom: 15px; }
          .type_list_02 li div h3 span {
            display: block; }
        .type_list_02 li div p {
          font-size: 1.4rem; }

  .tableColm01 {
    width: 100%; }

  .text-price {
    text-align: right;
    color: #c61f22; }
    .text-price span {
      font-size: 60%;
      padding-left: 2px; }

  .section-contents {
    display: flex;
    flex-wrap: wrap; }
    .section-contents .swiper-slide {
      width: 100% !important; }
    .section-contents > div {
      width: calc(50% - 20px);
      margin-left: 20px; }
      .section-contents > div:first-child {
        margin-left: 0; }

  .content_block {
    padding: 40px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px 6px 0 0; }

  .option_list > div {
    width: calc(100% / 2 - (40px / 2));
    margin-left: 40px; }
    .option_list > div:first-child, .option_list > div:nth-child(2n+1) {
      margin-left: 0; }
    .option_list > div div {
      padding: 20px; }
    .option_list > div h4 {
      padding: 15px 20px; }

  /* h1,h2,h3,h4
  ------------------------------------------------------------*/
  .h1-bg {
    padding: 40px;
    margin: auto;
    margin-bottom: 30px; }
    .h1-bg h1 {
      margin: auto;
      padding: 0 15px; }
      .h1-bg h1 img {
        width: 80px;
        height: auto; }
    .h1-bg p {
      margin: auto;
      padding: 0 15px; }

  h1 {
    font-size: 3rem;
    margin-bottom: 40px; }
    h1 img {
      width: auto;
      height: 100px; }
    h1.h1-slide {
      font-size: 2.5rem; }
      h1.h1-slide span {
        font-size: 2.5rem; }

  h2 {
    font-size: 4rem;
    margin-bottom: 30px; }
    h2 img {
      height: 100px; }
      h2 img.h {
        height: 300px; }
    h2.h2-h {
      font-size: 3rem;
      letter-spacing: 5px;
      padding-bottom: 30px; }
      h2.h2-h::after {
        width: 48px;
        height: 4px; }
    h2.h2-head {
      width: 100%;
      font-size: 3rem;
      color: #333;
      background-color: transparent; }
      h2.h2-head span {
        font-size: 2rem; }
    h2.h2-fs {
      font-size: 2.4rem; }
    h2.h2-bg {
      font-size: 2.6rem;
      margin-bottom: 40px; }
      h2.h2-bg::after {
        margin-left: -20px;
        border: 20px solid transparent;
        border-top: 20px solid #45bafd; }
    h2.h2-bg_02 {
      font-size: 2rem;
      margin-bottom: 20px; }
    h2.h2-bg_radius {
      width: 100%;
      margin-left: inherit;
      border-radius: 10px;
      margin-bottom: 20px; }
    h2.h2-top-border {
      padding-top: 25px;
      margin-bottom: 30px; }

  h3 {
    font-size: 2rem;
    padding-bottom: 20px; }
    h3.h3-custom {
      font-size: 4rem;
      margin-bottom: 20px; }
    h3.h3-h {
      font-size: 3rem; }
    h3.h3-radius {
      text-align: center;
      font-size: 1.8rem;
      border-radius: 30px;
      padding: 10px;
      margin-bottom: 15px; }
      h3.h3-radius span {
        display: block; }

  h4 {
    font-size: 2rem; }

  .box_list.disp li {
    width: calc(100% / 3 - (30px / 3)); }
  .box_list li {
    width: calc(99% / 3 - (30px / 3));
    margin: 0 5px;
    border: none;
    margin-bottom: 10px; }
    .box_list li a {
      padding: 0;
      text-align: center;
      border-radius: 10px;
      color: #fff; }
      .box_list li a figure {
        width: 100%; }
        .box_list li a figure span {
          top: 3%;
          bottom: inherit;
          margin: 0 0 1% 0;
          transform: skew(28deg, -28deg);
          font-size: 0.8rem;
          letter-spacing: 0.2em;
          left: -35%; }
      .box_list li a div {
        width: 100%;
        padding: 15px;
        border-bottom-radius: 10px; }
        .box_list li a div p {
          font-size: 1.4rem; }
          .box_list li a div p strong {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }
        .box_list li a div i.fa-crown {
          color: #fff; }
    .box_list li .tw {
      top: 15px;
      right: 15px;
      left: inherit; }

  .checkbox {
    margin-bottom: 10px; }
    .checkbox label {
      font-size: 1.4rem; }

  .fc_large > li {
    width: calc(100% / 5 * 3);
    margin-left: 0; }
    .fc_large > li:last-child {
      width: calc(100% / 5 * 2);
      padding: 40px;
      background: #f3f3f3; }
    .fc_large > li iframe {
      height: 600px; }

  /* dl
  ------------------------------------------------------------*/
  dl.dl-01 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
    dl.dl-01 dt {
      width: 50%; }
    dl.dl-01 dd {
      width: 50%; }
  dl.dl-03 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    dl.dl-03 dt {
      padding: 20px;
      min-width: 20%; }
    dl.dl-03 dd {
      padding: 20px;
      margin-bottom: 0; }
  dl.dl-04 {
    border: none;
    padding: 5px 0; }

  .area_tag dl {
    width: 50%; }

  .list dl {
    font-size: 1.6rem; }
  .list .box_deco dl, .list .box_deco_02 dl {
    padding: 10px 0;
    font-size: 1.8rem; }
    .list .box_deco dl dt, .list .box_deco_02 dl dt {
      width: 40%; }
    .list .box_deco dl dd, .list .box_deco_02 dl dd {
      font-size: 1.8rem; }

  .list_02 dl {
    width: 100%;
    display: flex;
    padding: 10px 0;
    line-height: 1.8;
    border-bottom: 1px solid #ddd; }
    .list_02 dl dt {
      width: 25%;
      font-weight: bold; }
    .list_02 dl dd {
      width: 75%;
      font-size: 1.6rem; }

  .bg_nomal {
    padding: 60px 0; }

  .box_contact {
    padding: 60px 0 50px 0; }
    .box_contact .text_tel strong {
      font-size: 4.3rem; }

  .box_scroll {
    border: none;
    height: 550px;
    padding: 40px; }

  .box_pr a {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px; }
    .box_pr a figure {
      width: 30%; }
    .box_pr a div {
      width: 70%;
      padding-left: 20px; }

  .box_thum_type {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .box_thum_type.pcxnone li {
      width: 100%;
      margin-left: 0; }
    .box_thum_type li {
      border: 2px solid #eee;
      margin-bottom: 20px;
      border-radius: 5px;
      width: calc(100% / 2 - (20px / 2));
      margin-left: 20px; }
      .box_thum_type li:first-child {
        margin-left: 0; }
      .box_thum_type li:nth-child(2n+1) {
        margin-left: 0; }
      .box_thum_type li a {
        padding: 20px; }
        .box_thum_type li a div h4 {
          font-size: 1.6rem;
          -webkit-line-clamp: 2; }
        .box_thum_type li a div p {
          font-size: 1.3rem;
          line-height: 1.6;
          -webkit-line-clamp: 2; }

  .box_blog li {
    margin-bottom: 5px;
    width: calc(100% / 5 - (20px / 5)); }
    .box_blog li:nth-child(5n+1) {
      margin-left: 0; }
    .box_blog li:nth-child(3n+1) {
      margin-left: 5px; }
    .box_blog li:nth-child(7n) {
      display: block; }
    .box_blog li:nth-child(8n) {
      display: block; }
    .box_blog li:first-child {
      margin-left: 0; }
    .box_blog li a div {
      padding: 15px; }
      .box_blog li a div h4 {
        font-size: 1.4rem;
        margin-bottom: 5px; }
        .box_blog li a div h4 em {
          font-size: 1.2rem; }
      .box_blog li a div p {
        display: block;
        font-size: 1.2rem;
        line-height: 1.2; }

  .bg_sns {
    padding: 60px 0; }
    .bg_sns ul li {
      display: block; }

  .bg_content {
    padding: 60px 0; }
    .bg_content ul {
      margin: 0; }
      .bg_content ul li {
        width: calc(100% / 3); }
        .bg_content ul li a div {
          margin-top: -20px; }
          .bg_content ul li a div h4 {
            font-size: 1.8rem; }
          .bg_content ul li a div p {
            display: block; }

  .bg_appeal {
    padding: 20px 0; }

  .list_02 i {
    display: inline-block;
    margin-left: 10px; }

  .col-layout li:nth-child(2n+1) {
    margin-left: 20px; }
  .col-layout li:first-child {
    margin-left: 0; }
  .col-layout li div {
    padding: 0 20px 20px 20px; }

  .pankuzu {
    margin: auto;
    max-width: calc(940px + 300px);
    padding: 10px 40px; }
    .pankuzu li {
      font-size: 1.2rem; }
      .pankuzu li a {
        font-size: 1.2rem; }

  .spnone {
    display: block; }

  .content-colm {
    top: 0;
    padding: 0 20px;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    justify-content: center; }

  .swiper-container.toppage {
    top: 0;
    padding-top: 0; }

  .inner {
    width: 100%;
    max-width: calc(980px + 300px);
    padding: 0 40px;
    margin: auto; }
    .inner.sp_width {
      padding: 0 40px; }
      .inner.sp_width.pd {
        padding: 0; }

  .col_custom {
    padding-top: 60px;
    margin-bottom: 60px; }

  .inner_s {
    padding: 0 100px;
    margin: auto; }
    .inner_s p {
      line-height: 1.8; }
      .inner_s p.txt_layout {
        font-size: 1.6rem; }

  .pcnone {
    display: none !important; }

  .box_intro {
    position: relative;
    justify-content: flex-end;
    display: flex; }
    .box_intro h3 {
      font-size: 3rem; }
    .box_intro figure {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      margin-left: -200px;
      z-index: -1; }
    .box_intro div {
      width: 75%;
      max-width: 650px;
      padding: 50px;
      margin-top: 40px;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
      .box_intro div p {
        font-size: 1.4rem; }
    .box_intro dl dt {
      font-size: 3rem; }
    .box_intro dl dd {
      font-size: 3rem; }
      .box_intro dl dd.line {
        line-height: 4.5; }

  .box_intro_02 {
    text-align: left; }
    .box_intro_02 figure {
      width: 80%;
      display: block; }
    .box_intro_02 div {
      position: absolute;
      padding: 30px;
      width: 420px; }
      .box_intro_02 div h2, .box_intro_02 div h4 {
        margin: 0; }
      .box_intro_02 div dl {
        text-align: left;
        color: #333;
        font-size: 1.4rem; }
        .box_intro_02 div dl dt {
          background-color: transparent;
          padding: 0;
          line-height: 1.4; }
        .box_intro_02 div dl dd {
          background-color: transparent;
          padding: 0;
          line-height: 1.4;
          font-size: 1.6rem; }

  .box_small {
    padding: 0 20%; }

  /* ピックアップ
  ------------------------------------------------------------*/
  .pickup {
    max-width: 500px;
    margin: auto; }
    .pickup .slider > li .text {
      padding: 20px 40px; }

  /* 共通
  ------------------------------------------------------------*/
  /* btn
  ------------------------------------------------------------*/
  .btn_border {
    width: 40%; }

  .btn_nomal {
    display: inline-block;
    padding: 20px 140px; }

  .slide-wrap li {
    width: calc(99% / 4 - 30px);
    min-width: calc(99% / 4 - 30px); }
    .slide-wrap li div h3 {
      font-weight: normal;
      font-size: 1.6rem; }
    .slide-wrap li div p {
      font-size: 1.4rem; }

  /* h4
  ------------------------------------------------------------*/
  .deco {
    position: relative; }
    .deco::before {
      content: "";
      position: absolute;
      display: block;
      border-top: 1px solid #e3ddd0;
      top: -30px;
      left: -30px;
      right: -20px;
      height: 4px;
      background-color: #e3ddd0; }
    .deco::after {
      content: "";
      position: absolute;
      display: block;
      border-left: 1px solid #e3ddd0;
      top: -30px;
      height: 486px;
      left: -30px;
      width: 4px;
      background-color: #e3ddd0; }

  .box_deco {
    border-left: 1px solid #e3ddd0;
    border-top: 1px solid #e3ddd0;
    padding: 20px;
    text-align: left; }

  .deco_02 {
    position: relative; }
    .deco_02::before {
      content: "";
      position: absolute;
      display: block;
      border-top: 1px solid #e3ddd0;
      top: -30px;
      left: -20px;
      right: -30px;
      height: 4px;
      background-color: #e3ddd0; }
    .deco_02::after {
      content: "";
      position: absolute;
      display: block;
      border-left: 1px solid #e3ddd0;
      top: -30px;
      height: 424px;
      right: -30px;
      width: 4px;
      background-color: #e3ddd0; }

  .box_deco_02 {
    border-right: 1px solid #e3ddd0;
    border-top: 1px solid #e3ddd0;
    padding: 20px;
    text-align: left; }

  .deco_03 {
    position: relative; }
    .deco_03::before {
      content: "";
      position: absolute;
      display: block;
      border-top: 1px solid #e3ddd0;
      top: -30px;
      left: -30px;
      right: -20px;
      height: 4px;
      background-color: #e3ddd0; }
    .deco_03::after {
      content: "";
      position: absolute;
      display: block;
      border-left: 1px solid #e3ddd0;
      top: -30px;
      height: 287px;
      left: -30px;
      width: 4px;
      background-color: #e3ddd0; }

  .box_deco_03 {
    border-left: 1px solid #e3ddd0;
    border-top: 1px solid #e3ddd0;
    padding: 20px; }

  /*セラピストページで使用
  ------------------------------------------------------------*/
  .box_prof {
    max-width: 1180px;
    margin: auto;
    padding: 0 40px; }
    .box_prof .bx-wrapper {
      margin-bottom: 0; }
    .box_prof .h1-prof {
      font-size: 3rem; }
      .box_prof .h1-prof div {
        padding: 20px 0; }
    .box_prof .bg_img {
      width: 100%;
      max-width: 500px;
      margin-left: 100px; }
    .box_prof li h3 {
      text-align: center;
      padding-bottom: 10px; }
      .box_prof li h3 span {
        display: block;
        padding-top: 0; }

  /*システムページで使用
  ------------------------------------------------------------*/
  .box-system {
    padding-top: 40px;
    border-radius: 20px; }
    .box-system div p {
      font-size: 1.4rem; }
    .box-system dl dt {
      font-size: 3rem; }
    .box-system dl dd {
      font-size: 3rem; }
      .box-system dl dd.line {
        line-height: 4.5; }

  /*オプションで使用
  ------------------------------------------------------------*/
  .box-option .x2 li {
    width: calc(70% - 20px); }
    .box-option .x2 li:first-child {
      width: 30%; }
  .box-option dl {
    justify-content: flex-start;
    margin: 0; }

  /* btn
  ------------------------------------------------------------*/
  .btn_large {
    font-size: 2rem; }

  /* margin
  ------------------------------------------------------------*/
  .mb_large {
    margin-bottom: 120px !important; }

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

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

  .pb_large {
    padding-bottom: 120px !important; }

  .pb_half {
    padding-bottom: 60px !important; }

  .pb_small {
    padding-bottom: 20px !important; }

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

 /*box
------------------------------------------------------------*/
  .box {
    padding: 30px; }
    .box.max_width {
      width: 100%;
      margin-left: inherit; }

  /* dl
  ------------------------------------------------------------*/
  .img-size_bland {
    width: 400px; }

  /* video
  ------------------------------------------------------------*/
  .video {
    height: auto;
    padding: 0; }
    .video iframe {
      position: relative;
      width: 600px;
      height: 305px;
      left: 50%;
      margin-left: -300px; }

  .video-wrap video {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0; }
  .video-wrap #svg {
    position: absolute;
    top: 30%; }

  .map iframe {
    height: 460px; }

  .gallery-detail {
    position: relative;
    height: 50vw; }
    .gallery-detail .detail-01 {
      position: absolute;
      width: 64.58%;
      top: 0;
      left: 0; }
    .gallery-detail .detail-02 {
      position: absolute;
      width: 28.47%;
      top: 28.69%;
      right: 4.86%; }
    .gallery-detail .detail-03 {
      position: absolute;
      width: 44.56%;
      bottom: 0;
      left: 9.86%; }

  .box-news {
    margin-top: 0; }
    .box-news .tittle {
      width: 90px;
      font-size: 1.2rem; }
    .box-news span {
      font-size: 1.4rem; }

  table.table-price {
    border-radius: 10px;
    border: 2px solid #ddd; }
    table.table-price thead {
      display: block; }
      table.table-price thead tr {
        display: flex;
        width: 100%;
        background: #f3f3f3;
        border-bottom: 1px solid #ddd; }
        table.table-price thead tr:last-child {
          border-bottom: none; }
        table.table-price thead tr td, table.table-price thead tr th {
          padding: 20px;
          text-align: center;
          font-weight: bold;
          font-size: 120%; }
        table.table-price thead tr th {
          width: 30%;
          border-right: 1px solid #ddd; }
        table.table-price thead tr td {
          border: none; }
          table.table-price thead tr td.price {
            width: 27%;
            border-right: 1px solid #ddd; }
          table.table-price thead tr td.total {
            width: 40%; }
    table.table-price tbody {
      display: block; }
      table.table-price tbody tr {
        display: flex;
        width: 100%;
        margin-bottom: 0;
        border: none;
        border-radius: inherit;
        border-bottom: 1px solid #ddd; }
        table.table-price tbody tr:last-child {
          border-bottom: none; }
        table.table-price tbody tr td, table.table-price tbody tr th {
          padding: 20px; }
        table.table-price tbody tr th {
          width: 30%;
          background-color: transparent;
          border-right: 1px solid #ddd; }
          table.table-price tbody tr th a {
            color: #333; }
            table.table-price tbody tr th a:hover {
              color: #f75586; }
        table.table-price tbody tr td {
          border: none; }
          table.table-price tbody tr td.price {
            width: 27%;
            border-right: 1px solid #ddd; }
          table.table-price tbody tr td.total {
            background: #fff;
            width: 40%; }
            table.table-price tbody tr td.total b {
              color: #3092f9; }
  table.border_bottom tr {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
    table.border_bottom tr th {
      width: 30%;
      display: inline-block; }
    table.border_bottom tr td {
      width: 70%;
      display: inline-block; }
  table.schedule {
    width: 100%; }
    table.schedule tbody {
      display: flex; }
    table.schedule tr {
      display: block;
      border: 1px solid #eee;
      width: calc(100% / 7);
      background: #fff; }
      table.schedule tr th {
        display: inline-block;
        width: 100%; }
      table.schedule tr td {
        display: inline-block;
        width: 100%;
        background-color: transparent; }
        table.schedule tr td .btn {
          font-size: 1.4rem;
          display: block; }
          table.schedule tr td .btn::before, table.schedule tr td .btn::after {
            display: none; }

  .castSelect li {
    width: calc(100% / 4 - (15px / 4)) !important; }
    .castSelect li:nth-child(3n+1) {
      margin-left: 5px; }
    .castSelect li:nth-child(4n+1) {
      margin-left: 0; }
  .castSelect label {
    padding: 10px; }
    .castSelect label::before {
      width: 30px;
      height: 30px; }
    .castSelect label p {
      font-size: 1.4rem; }
  .castSelect input:checked + label::after {
    top: 12px;
    left: 10px; }

  .col_side {
    max-width: 300px; }
    .col_side .bg {
      width: 100%;
      margin-left: 0; }
    .col_side h4 {
      width: 100%;
      margin-left: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .col_side .side_nav {
      width: 100%;
      margin: 0; }
      .col_side .side_nav li a {
        font-size: 1.4rem; }

  /* 広告
  ------------------------------------------------------------*/
  .finance_area_02 div {
    width: calc(100% / 2 - (20px / 2));
    margin: inherit;
    margin-left: 20px;
    max-width: 300px; }
    .finance_area_02 div:first-child {
      margin-left: 0; }
    .finance_area_02 div:last-child {
      display: block; }
  .finance_area_02 div > img {
    display: none; }

  .col_side .type_menu_03 li {
    width: 100%;
    margin-left: 0; }

  .button_aircon_shadow {
    width: 488px;
    height: 86px; }
    .button_aircon_shadow .shadow {
      width: 488px;
      height: 86px;
      top: 8px;
      left: 8px;
      border-radius: 43px;
      overflow: hidden; }
    .button_aircon_shadow .aircon {
      background: url("../images/special/aircon/btn_aircon_pc.png");
      background-size: 488px 86px;
      width: 488px;
      height: 86px; }
    .button_aircon_shadow:hover {
      -webkit-animation: hover-scale .3s ease;
      animation: hover-scale .3s ease; }

  .button_contact_shadow {
    margin-right: auto;
    margin-left: auto;
    margin-top: 38px;
    width: 473px;
    height: 86px; }
    .button_contact_shadow .shadow {
      background-image: url("../images/special/aircon/btn_shadow.png");
      background-size: 12px 13px;
      width: 473px;
      height: 86px;
      top: 8px;
      left: 8px;
      border-radius: 43px; }
    .button_contact_shadow .contact {
      background-image: url("../images/special/aircon/btn_contact_pc.png");
      background-size: 473px 86px;
      width: 473px;
      height: 86px; }

  .special-aircon_bg_green .caption {
    font-size: 2.4rem; }
  .special-aircon_bg_green h2 span {
    font-size: 3rem; }
  .special-aircon_bg_green h3 {
    font-size: 3rem; }
    .special-aircon_bg_green h3 span {
      font-size: 2rem; }
  .special-aircon_bg_green .point div {
    width: calc(100% / 3 - 20px);
    max-height: 180px;
    padding: 20px 0; }
  .special-aircon_bg_green .point h4 {
    padding-bottom: 10px;
    font-size: 4rem; }
  .special-aircon_bg_green .point p {
    font-size: 3rem; }
    .special-aircon_bg_green .point p span {
      font-size: 2.5rem; }
  .special-aircon_bg_green h3 {
    font-size: 2vw; }
  .special-aircon_bg_green .p_strong {
    font-size: 2vw; }

  .special-aircon_bg_blue .case div {
    width: calc(100% / 3 - 100px); }
    .special-aircon_bg_blue .case div p {
      font-size: 1.8rem; }
  .special-aircon_bg_blue h4 {
    font-size: 3rem; }
    .special-aircon_bg_blue h4 b {
      font-size: 4rem; }
  .special-aircon_bg_blue .p_border {
    font-size: 2vw; }

  .special-aircon_price .wrap {
    overflow-x: scroll; }
  .special-aircon_price table {
    width: 1000px; }
    .special-aircon_price table tr {
      padding: 20px 0;
      font-size: 1.8rem; }
    .special-aircon_price table th {
      padding: 20px 0;
      font-size: 1.8rem; }
    .special-aircon_price table td {
      padding: 20px 0;
      font-size: 1.8rem; }
  .special-aircon_price .txt {
    font-size: 2rem; }
  .special-aircon_price .price {
    font-size: 2rem; }
    .special-aircon_price .price span {
      font-size: .6em; }
  .special-aircon_price .title {
    font-size: 1.8rem; }

  .special-aircon_flow {
    background: #fff; }
    .special-aircon_flow .flow {
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .special-aircon_flow .flow > div {
        width: calc(100% / 2 - 10px); }
        .special-aircon_flow .flow > div div span {
          top: 0;
          font-size: 1.4rem; }
        .special-aircon_flow .flow > div div:last-child {
          max-width: 250px; }
        .special-aircon_flow .flow > div div img {
          max-width: 250px; }

  .special-aircon_review .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .special-aircon_review .review {
    width: calc(100% / 2 - 20px); }
    .special-aircon_review .review h3 {
      font-size: 2rem;
      margin: 0; }
    .special-aircon_review .review div img {
      margin-right: 20px; }

  .special-aircon_faq .tab-label {
    width: auto;
    padding: 20px; }
  .special-aircon_faq .tab-content {
    padding: 30px; }
    .special-aircon_faq .tab-content .faq {
      padding: 0; }
      .special-aircon_faq .tab-content .faq .item {
        padding: 20px;
        margin-bottom: 10px; }
      .special-aircon_faq .tab-content .faq .text {
        padding: 20px; }

  .special-aircon_contact .d-flex {
    align-items: center; }
    .special-aircon_contact .d-flex div:nth-child(1) {
      order: 2;
      width: calc(100% - 25vw); }
    .special-aircon_contact .d-flex div:nth-child(2) {
      order: 1;
      width: 25vw; } }
@media screen and (min-width: 980px) {
  .slide_top {
    margin-top: 0; }

  .box-point ul li {
    width: calc(100% / 3 - (66px / 3));
    margin-left: 30px;
    padding: 10px; }
    .box-point ul li a {
      border-radius: 50%;
      padding: 20px;
      height: 320px; }
    .box-point ul li h3 {
      padding-top: 50px;
      font-size: 3rem;
      margin-bottom: 20px; }
      .box-point ul li h3 span {
        font-size: 2rem; }
    .box-point ul li p {
      display: block;
      line-height: 1.4; }

  .type_ranking li {
    width: calc(100% / 3 - (80px / 3));
    margin-left: 40px; }
    .type_ranking li:nth-child(2n+1) {
      margin-left: 40px; }
    .type_ranking li:first-child, .type_ranking li:nth-child(3n+1) {
      margin-left: 0; }

  .type_menu li {
    width: calc(100% / 4 - (60px / 4));
    margin-left: 20px; }
    .type_menu li:nth-child(2n+1) {
      margin-left: 20px; }
    .type_menu li:first-child, .type_menu li:nth-child(4n+1) {
      margin-left: 0; }

  .special-aircon_option .special-aircon_option_top > div:first-child {
    width: 20%; }
  .special-aircon_option .special-aircon_option_top .special-aircon_option_round {
    font-size: 2rem; }
  .special-aircon_option .special-aircon_option_bottom .special-aircon_option_bottom_txt {
    font-size: 1.6rem; }
  .special-aircon_option .special-aircon_option_bottom .special-aircon_option_bottom_price {
    font-size: 3rem; }
    .special-aircon_option .special-aircon_option_bottom .special-aircon_option_bottom_price span {
      font-size: 2rem; }
  .special-aircon_option h4 {
    font-size: 2rem; }
  .special-aircon_option h3 {
    font-size: 4rem; }
    .special-aircon_option h3 span {
      font-size: 3rem; } }
@media screen and (min-width: 1185px) {
  .col_content {
    padding: 0 40px;
    max-width: calc(940px + 300px);
    margin: auto;
    margin-bottom: 40px; }

  .col_main {
    width: calc(100% - 340px);
    margin-bottom: 0;
    margin-right: 40px; }

  .box_list.disp li {
    width: calc(99% / 4 - (40px / 4)); } }
/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: 0.4s; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

.swiper-button-prev {
  background-color: rgba(203, 203, 203, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: 0.4s; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

.swiper-button-next {
  right: 0;
  left: auto;
  background-color: rgba(203, 203, 203, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  border: 4px solid #cbcbcb;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #cbcbcb; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-slide {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 480px) {
    .swiper-slide {
      width: 60% !important; } }
