/*--------------------------------------------------

    global-header

--------------------------------------------------*/
.global-header {
  letter-spacing: 0.1em; }
  @media screen and (min-width: 768px) {
    .global-header {
      width: 100%;
      padding: 8px 0 15px;
      line-height: 1;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100; }
      .global-header_item {
        width: 38%; }
      .global-header_title {
        margin: 0 0 10px;
        color: #b6b6b6;
        font-size: 1.2rem; }
      .global-header_logo {
        display: inline-block; }
      .global-header_group {
        align-items: center;
        justify-content: flex-end;
        width: 62%; }
      .global-header_adr {
        width: 100%;
        margin: 0 0 4px;
        color: #444;
        font-size: 1.4rem;
        text-align: right; }
      .global-header_button {
        margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .global-header_bar {
      align-items: center;
      width: 100%;
      background-color: #fff;
      box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      transition: all 0.75s; }
      .global-header_bar.is-show {
        transform: translateY(0); }
      .global-header_bar.is-hide {
        transform: translateY(-100%); }
    .global-header_logo {
      width: auto;
      height: 19px;
      margin-left: 10px; }
      .global-header_logo img {
        vertical-align: top;
        height: 100%; }
    .global-header_tel {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      margin-left: auto;
      color: #fff;
      font-size: 1.5em;
      background-color: #fdf5d1; }
    .global-header_hamburger {
      width: 50px;
      height: 50px;
      position: relative;
      transition: all 0.5s;
      background-color: #88ced7;
      cursor: pointer; }
      .global-header_hamburger span {
        display: block;
        width: 30px;
        height: 2.5px;
        margin: auto;
        background-color: #fff;
        transition: all 0.3s;
        position: absolute;
        right: 0;
        left: 0; }
        .global-header_hamburger span:first-child {
          top: 13px; }
        .global-header_hamburger span:nth-child(2) {
          top: 23px; }
        .global-header_hamburger span:last-child {
          top: 33px; }
      .global-header_hamburger.is-active span:first-child {
        transform: rotate(45deg); }
      .global-header_hamburger.is-active span:last-child {
        transform: rotate(-45deg); }
      .global-header_hamburger.is-active span:nth-child(2) {
        opacity: 0;
        transform: translateX(20px); }
      .global-header_hamburger.is-active span:not(:nth-child(2)) {
        top: 23px; } }

/*--------------------------------------------------

    global-nav

--------------------------------------------------*/
.global-nav {
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }
  @media screen and (min-width: 768px) {
    .global-nav {
      margin: 9px 0 0;
      font-size: 1.8rem; }
      .global-nav_main {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        width: 1080px;
        margin: 0 auto; }
        .global-nav_main a:hover {
          color: #88ced7; } }
  @media screen and (max-width: 767px) {
    .global-nav {
      opacity: 0;
      width: 100%;
      height: 100%;
      padding: 80px 20px 50%;
      font-weight: 500;
      font-size: 1.6rem;
      white-space: nowrap;
      background: linear-gradient(-45deg, #88ced7, #ecf9fb);
      position: fixed;
      top: 0;
      left: 0;
      overflow-y: auto;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.75s, opacity 0.3s;
      z-index: 500; }
      .global-nav.is-open {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
      .global-nav_main {
        width: 100%;
        line-height: 2.5;
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid; }
        .global-nav_main-item {
          display: flex;
          flex-flow: row wrap;
          align-items: center;
          justify-content: space-between; }
          .global-nav_main-item:first-child {
            margin: 0 0 13px;
            padding: 0 0 13px;
            border-bottom: 1px solid; }
          .global-nav_main-item:not(:last-child) {
            margin-bottom: 10px; }
          .global-nav_main-item a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%; }
            .global-nav_main-item a::after {
              content: '\f0da';
              font-size: 0.8em;
              font-weight: 900;
              font-family: "Font Awesome 5 Free"; }
      .global-nav_group {
        width: 100%;
        padding: 20px;
        line-height: 1.3;
        background-color: #f4f4f4; }
      .global-nav_adr {
        font-size: 1.3rem;
        text-align: center;
        white-space: normal; }
      .global-nav_tel {
        justify-content: center;
        margin: 10px 0; }
      .global-nav_button {
        margin: 0 auto; }
      .reservation_button{
          margin: 15px auto 0;
      }
}

/*--------------------------------------------------

    catch

--------------------------------------------------*/
.catch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10; }
  .catch_slider {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .catch_slider .flickity-viewport {
      height: 100% !important; }
  .catch_fig {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    left: -50% !important; }
  .catch_image {
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .catch {
      height: calc(100vh - 260px);
      min-height: 500px;
      margin: 110px 0 0; } }
  @media screen and (max-width: 767px) {
    .catch {
      height: 50vh;
      margin: 50px 0 0; } }

/*--------------------------------------------------

    greeting

--------------------------------------------------*/
.greeting {
  background-color: #ecf9fb; }
  .greeting_subtitle {
    color: #41bdcd; }
    .greeting_subtitle_inner {
      background: linear-gradient(to right, #fbeba0, #fbeba0) no-repeat center/calc(100% - 32px) 100%, linear-gradient(to bottom left, #fbeba0 50%, rgba(255, 255, 255, 0) 50%) no-repeat left/16px 100%, linear-gradient(to top right, #fbeba0 50%, rgba(255, 255, 255, 0) 50%) no-repeat right/16px 100%; }
  @media screen and (min-width: 768px) {
    .greeting {
      text-align: center; }
      .greeting_subtitle {
        margin: 0 0 25px; }
        .greeting_subtitle_inner {
          padding: 3px 20px; } }
  @media screen and (max-width: 767px) {
    .greeting_subtitle {
      margin: 0 0 20px;
      font-size: 1.9rem;
      text-align: center; }
      .greeting_subtitle_inner {
        display: block;
        padding: 5px 30px; } }

/*--------------------------------------------------

    point

--------------------------------------------------*/
.point {
  background: url(../images/point/point_bg.png) no-repeat center/cover; }
  .point_list-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.36364;
    color: #41bdcd;
    text-align: center;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-shadow: #fff 2px 0px,  #fff -2px 0px,
 #fff 0px -2px, #fff 0px 2px,
 #fff 2px 2px , #fff -2px 2px,
 #fff 2px -2px, #fff -2px -2px,
 #fff 1px 2px,  #fff -1px 2px,
 #fff 1px -2px, #fff -1px -2px,
 #fff 2px 1px,  #fff -2px 1px,
 #fff 2px -1px, #fff -2px -1px;
    border-radius: 50%;
    background: linear-gradient(40deg, rgba(247, 254, 255, 0.7), rgba(200, 238, 244, 0.7));
    box-shadow: 0 0 9px rgba(255, 255, 255, 0.65);
    position: relative;
    z-index: 0; }
    .point_list-item::after {
      content: '';
      width: 100%;
      height: 100%;
      margin: auto;
      background: url(../images/point/point_list-item_shape.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
  @media screen and (min-width: 768px) {
    .point_content {
      width: 700px;
      margin: 0 0 50px;
      color: #fff;
      text-shadow: 0 0 10px #000, 0 0 10px #000; }
    .point_list {
      justify-content: center; }
      .point_list-item {
        width: 220px;
        height: 220px;
        font-size: 2.2rem; }
        .point_list-item:not(:nth-child(3n)):not(:last-child) {
          margin-right: 210px; } }
  @media screen and (max-width: 767px) {
    .point {
      background-position: left 60% top; }
      .point_content {
        padding: 20px;
        margin: 0 0 40px;
        background-color: rgba(255, 255, 255, 0.8); }
      .point_list {
        width: 100%;
        flex-wrap: nowrap;
        overflow-y: scroll; }
        .point_list-item {
          flex: 0 0 44%;
          height: 41.06667vw;
          min-height: 140px;
          margin: 0 0 10px;
          font-size: 3.73333vw; }
          .point_list-item:not(:last-child) {
            margin-right: 3vw; } }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .point_list-item {
      font-size: 2.96296vw; } }

/*--------------------------------------------------

    about

--------------------------------------------------*/
.about {
  background-color: #fbfaf4; }
  .about_fig {
    border-radius: 6px; }
  .about_price_minute {
    font-weight: 400; }
  .about-online_list-text {
    display: block; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 70px 0 60px; }
      .about_title {
        margin: 0 0 130px; }
      .about_subtitle {
        padding-left: 110px; }
      .about_content {
        margin: 0 0 70px; }
      .about_item {
        width: 540px; }
      .about_price_minute {
        /* padding-left: 164px; */
        font-size: 5.6rem; }
        .about_price_minute::after {
          width: 164px; }
        .about_price_minute span {
          font-size: 2.8rem; }
      .about_box:not(:last-child) {
        margin-bottom: 110px; }
      .about_list-caption {
        background-size: 122px 100%; }
      .about-online_list-item:not(:last-child) {
        padding-right: 130px;
        margin-right: 130px; }
      .about-online_list-caption {
        font-size: 2.6rem;
        background-size: 117px 100%; }
      .about-online_list-text {
        font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    .about_content {
      margin: 0 0 70px; }
    .about_box:not(:last-child) {
      margin-bottom: 70px; }
    .about_price_minute {
      font-size: 2.4rem; }
      .about_price_minute span {
        font-size: 1.7rem; }
    .about_fig {
      order: 0;
      width: 100%;
      margin: 0 0 20px;
      text-align: center; }
    .about_item {
      order: 1;
      width: 100%; } }

/*--------------------------------------------------

    fasting

--------------------------------------------------*/
.fasting {
  background-color: #f4f9fb; }
  .fasting_fig {
    border-radius: 6px; }
  .fasting_box {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    border-radius: 6px;
    border: 1px solid #41bdcd;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .fasting_box::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
  .fasting_list {
    line-height: 1.6; }
    .fasting_list-item {
      display: flex;
      align-items: center;
      border-bottom: 1px dashed #8a8a8a; }
      .fasting_list-item::before {
        content: '';
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        margin-right: 6px;
        background: url(../images/icon-check_red.png) no-repeat center/contain; }
      .fasting_list-item_arrow-blue::before {
        background: url(../images/icon-check_blue.png) no-repeat center/contain; }
  .fasting_text {
    color: #41bdcd;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    z-index: 0; }
    .fasting_text::after {
      content: '';
      width: 177px;
      height: 126px;
      margin: auto;
      background: url(../images/fasting/fasting_arrow.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -15px;
      z-index: -1; }
  @media screen and (min-width: 768px) {
    .fasting {
      padding: 80px 0 90px; }
      .fasting_title {
        margin: 0 0 130px; }
      .fasting_item {
        width: 540px; }
      .fasting_box {
        align-items: center;
        justify-content: flex-start;
        height: 214px;
        padding: 0 30px;
        margin: 35px 0 0; }
        .fasting_box::after {
          width: 349px;
          height: 214px;
          background: url(../images/fasting/fasting_list_shape_pc.png) no-repeat right/contain; }
      .fasting_list {
        width: 400px;
        font-size: 2rem; }
        .fasting_list_fix {
          width: 185px;
          font-size: 2.4rem; }
      .fasting_text {
        margin: 0 50px 0 40px;
        font-size: 2rem; }
      .fasting_price {
        margin: 60px auto 0; }
        .fasting_price_item {
          padding-left: 125px; }
        .fasting_price_text {
          display: flex;
          align-items: flex-end; }
          .fasting_price_text_fot-small {
            display: block;
            font-size: 1.6rem;
            margin: 0 0 8px 16px; } }
  @media screen and (max-width: 767px) {
    .fasting_content {
      margin: 0 0 40px; }
    .fasting_fig {
      order: 0;
      width: 100%;
      margin: 0 0 20px;
      text-align: center; }
    .fasting_item {
      order: 1;
      width: 100%; }
    .fasting_box {
      justify-content: center;
      padding: 20px; }
      .fasting_box::after {
        content: normal; }
    .fasting_list {
      width: 100%;
      font-size: 1.6rem; }
      .fasting_list_fix {
        font-size: 1.8rem; }
    .fasting_text {
      width: 100%;
      margin: 20px 0 70px;
      text-align: center;
      font-size: 1.8rem; }
      .fasting_text::after {
        width: 59px;
        height: 42px;
        transform: rotate(90deg);
        top: auto;
        right: 0;
        bottom: -52px;
        left: 0; }
    .fasting_price {
      width: 100%;
      margin: 30px auto 0;
      padding: 4px 15px 9px; }
      .fasting_price_text {
        margin: 10px 0 0;
        text-align: center; }
        .fasting_price_text_fot-small {
          display: block;
          margin: 5px 0 0; } }

/*--------------------------------------------------

    qualification

--------------------------------------------------*/
.qualification_fig {
  border-radius: 6px; }

.qualification_number-list {
  align-items: stretch; }
  .qualification_number-list-item {
    border-radius: 6px;
    border: 1px solid #41bdcd;
    position: relative; }
  .qualification_number-list_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    line-height: 1;
    color: #41bdcd;
    font-weight: 300;
    font-family: "Noto Serif JP", serif;
    border-radius: 50%;
    background-color: #fbeba0;
    position: absolute;
    right: 0;
    left: 0; }
    .qualification_number-list_text_fot-small {
      align-self: flex-end;
      font-weight: 400;
      letter-spacing: 0.06em; }

@media screen and (min-width: 768px) {
  .qualification_content {
    margin: 0 0 80px; }
  .qualification_item {
    width: 540px; }
  .qualification_list-item {
    padding: 0 0 15px; }
    .qualification_list-item:nth-child(3n) {
      padding-right: 0;
      margin-right: 0;
      border-right: none; }
    .qualification_list-item:not(:nth-child(3n)) {
      padding-right: 40px;
      margin-right: 40px; }
    .qualification_list-item:not(:nth-last-child(-n+3)) {
      margin-bottom: 20px; }
  .qualification_list img {
    margin: 0 0 10px; }
  .qualification_list-caption {
    font-size: 2.6rem; }
  .qualification_number-list {
    margin: 100px 0 0; }
    .qualification_number-list-item {
      width: 350px;
      padding: 60px 25px 20px; }
    .qualification_number-list_text {
      width: 100px;
      height: 100px;
      padding: 0 0 10px;
      font-size: 6rem;
      top: -50px; }
      .qualification_number-list_text_fot-small {
        font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .qualification_content {
    margin: 0 0 70px; }
  .qualification_fig {
    order: 0;
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }
  .qualification_item {
    order: 1;
    width: 100%; }
  .qualification_number-list {
    margin: 50px 0 0; }
    .qualification_number-list-item {
      margin: 0 0 50px;
      padding: 50px 20px 20px; }
    .qualification_number-list_text {
      width: 80px;
      height: 80px;
      padding: 0 0 7px;
      font-size: 3rem;
      top: -40px; }
      .qualification_number-list_text_fot-small {
        font-size: 1.6rem; } }

/*--------------------------------------------------

    voice

--------------------------------------------------*/
.voice {
  padding: 50px 0;
  background-color: #f5f5f5; }
  .voice_list-item {
    width: 100%;
    margin: 0 0 10px;
    background-color: #fff; }
  .voice_list-card-time {
    font-weight: 700; }
  .voice_list-card-title {
    padding-right: 40px;
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .voice_list-card-title::after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      margin: auto;
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      border-style: solid;
      border-color: #dad6d6;
      border-width: 1px 1px 0 0;
      transform: rotate(45deg); }
  .voice_list-content-time {
    display: block;
    margin: 0 0 10px;
    color: #41bdcd;
    font-weight: 700; }
  .voice_list-content-title {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #41bdcd; }
  @media screen and (min-width: 768px) {
    .voice_list-card {
      padding: 20px 20px 20px 30px; }
      .voice_list-card-time {
        padding-right: 30px;
        margin-right: 30px;
        position: relative; }
        .voice_list-card-time::after {
          content: '';
          width: 1px;
          height: 36px;
          margin: auto;
          background-color: #dad6d6;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0; }
      .voice_list-card-title {
        flex: 1; }
    .voice_button {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .voice_list-card {
      padding: 10px 20px; }
      .voice_list-card-title {
        padding-right: 20px; }
    .voice_list-content-title {
      font-size: 1.8rem; } }

/*--------------------------------------------------

    studio

--------------------------------------------------*/
.studio_wrap {
  align-items: stretch; }

.studio_table tr:nth-child(odd) {
  background-color: #f5f5f5; }

.studio_table th {
  width: 100px;
  text-align: right; }

.studio_table td {
  padding: 10px 20px; }

@media screen and (min-width: 768px) {
  .studio {
    padding-top: 60px; }
    .studio_table {
      width: 520px; }
    .studio_map {
      width: 520px; } }

@media screen and (max-width: 767px) {
  .studio_table {
    width: 100%;
    margin: 0 0 20px; }
    .studio_table th {
      width: 22%; }
  .studio_map {
    width: 100%;
    height: 66.66667vw;
    max-height: 360px; } }

/*--------------------------------------------------

    news

--------------------------------------------------*/
.news {
  background-color: #f5f5f5; }
  .news_list-item {
    width: 100%;
    margin: 0 0 10px;
    background-color: #fff; }
  .news_list-card-time {
    font-weight: 700; }
  .news_list-card-title {
    padding-right: 40px;
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .news_list-card-title::after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      margin: auto;
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      border-style: solid;
      border-color: #dad6d6;
      border-width: 1px 1px 0 0;
      transform: rotate(45deg); }
  .news_list-content-time {
    display: block;
    margin: 0 0 10px;
    color: #41bdcd;
    font-weight: 700; }
  .news_list-content-title {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #41bdcd; }
  .news_button {
    display: block;
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .news_list-card {
      padding: 20px 20px 20px 30px; }
      .news_list-card-time {
        padding-right: 30px;
        margin-right: 30px;
        position: relative; }
        .news_list-card-time::after {
          content: '';
          width: 1px;
          height: 36px;
          margin: auto;
          background-color: #dad6d6;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0; }
      .news_list-card-title {
        flex: 1; } }
  @media screen and (max-width: 767px) {
    .news_list-card {
      padding: 10px 20px; }
      .news_list-card-title {
        padding-right: 20px; }
    .news_list-content-title {
      font-size: 1.8rem; } }

/*--------------------------------------------------

    sns

--------------------------------------------------*/
.sns {
  padding: 40px 0;
  background-color: #fbeba0; }
  .sns_list {
    align-items: center;
    justify-content: center; }
    .sns_list a:hover {
      opacity: 0.6; }
  @media screen and (min-width: 768px) {
    .sns_list-item:not(:last-child) {
      margin-right: 40px; } }
  @media screen and (max-width: 767px) {
    .sns_list-item {
      width: 48%;
      text-align: center; }
      .sns_list-item:last-child {
        width: 100%;
        margin: 20px 0 0; }
    .sns_list a {
      display: inline-block; } }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .sns_list-item {
      width: 58px; }
      .sns_list-item:last-child {
        width: 216px;
        margin: 0; }
      .sns_list-item:not(:last-child) {
        margin-right: 20px; } }

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .privacy_title {
    margin: 0 0 50px; }
  .privacy_inner:not(:last-child) {
    margin-bottom: 40px; }
  .privacy_subtitle {
    font-size: 2.6rem;
    margin: 0 0 15px; } }

@media screen and (max-width: 767px) {
  .privacy_inner {
    padding: 0; }
    .privacy_inner:not(:last-child) {
      margin-bottom: 25px; }
  .privacy_subtitle {
    margin: 0 0 10px; } }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_list li {
  border-bottom: 1px solid #333; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    opacity: 0.7;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

@media screen and (min-width: 768px) {
  .site_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 340px; }
    .site_list li {
      width: 48%; } }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #88ced7;
    display: inline;
    text-decoration: underline; }
  @media screen and (max-width: 539px) {
    .error {
      text-align: left; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_table tr:focus-within th {
  color: #333; }

.contact_table th {
  transition: all 0.5s; }
  .contact_table th [class*="mark"] {
    line-height: 1.5;
    color: #fff;
    float: right;
    padding: 4px 12px;
    font-size: 1.2rem;
    border-radius: 16px; }
  .contact_table th .required-mark {
    background-color: #fbeba0; }
  .contact_table th .arbitrary-mar {
    background-color: #15b91b; }

.contact_table td a {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap; }

.contact_table td div:not(:last-child) {
  margin-bottom: 8px; }

.contact_table td label {
  white-space: nowrap; }

.contact_table td input:focus,
.contact_table td select:focus,
.contact_table td textarea:focus {
  outline: none;
  border-color: #333; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 8px;
  border: 2px solid #88ced7;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  margin: 0; }
  .contact_button + .contact_button {
    margin-left: 2%; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

@media screen and (min-width: 768px) {
  .contact_table {
    width: 100%;
    margin: 0 0 40px; }
    .contact_table th {
      width: 320px;
      line-height: 1.5;
      padding-right: 15px;
      padding-left: 15px;
      vertical-align: middle; }
    .contact_table td {
      padding: 20px 0 20px 50px; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='num'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 85%; }
  .contact textarea {
    min-height: 230px; } }

@media screen and (max-width: 767px) {
  .contact_table {
    margin: 0 0 30px; }
    .contact_table th {
      line-height: 1.5;
      padding: 16px 12px;
      text-align: left; }
    .contact_table td {
      padding: 15px; }
      .contact_table td br {
        content: normal; }
  .contact input[type=radio] + lable {
    width: 31%;
    margin: 0; }
  .contact textarea {
    min-height: 200px;
    margin: 0 0 -40px; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='num'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 125%;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: left top; }
  .contact_recaptcha {
    margin: 0 0 30px; }
  .contact_button {
    width: 48%; } }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  text-align: center; }
  .global-footer_copyright {
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #88ced7; }
    .global-footer_copyright a {
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .global-footer_wrap {
      padding: 30px 0 18px; }
    .global-footer_adr {
      margin: 20px 0 15px; }
    .global-footer_tel {
      display: inline-flex; }
    .global-footer_button {
      display: inline-flex;
      margin-left: 20px; }
    .global-footer_copyright {
      padding: 12px 0;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .global-footer_wrap {
      max-width: 350px;
      padding: 40px 0 20px; }
    .global-footer_adr {
      margin: 13px 0 16px; }
    .global-footer_tel {
      justify-content: center;
      margin: 0 0 15px; }
    .global-footer_button {
      margin: 0 auto; }
    .global-footer_copyright {
      padding: 10px 0;
      font-size: 1rem; } }

/*# sourceMappingURL=style.css.map */
