.h2_center .text-side{color:#fff;text-align:center}.h2_center .subtitle{letter-spacing:0px}.h2_center .headding_wrap{font-size:2rem}.h2_center .subtitle_wrap,.h2_center .editable_wrap{font-size:1.2rem}.h2_center .spacer-item_wrap:nth-child(1) .editable_wrap{font-size:2rem}@media only screen and (min-width: 768px){.h2_center .headding_wrap{font-size:3.5rem}.h2_center .subtitle_wrap,.h2_center .editable_wrap{font-size:1.5rem}.h2_center .spacer-item_wrap:nth-child(1) .editable_wrap{font-size:3.5rem}}
.formapps .form_area .form-item .awesomplete{display:block;width:100%;padding:0 !important}.form_area .awesomplete li mark{display:inline-block;padding:0 0 0 0.5rem;background:#f2f2f2;border-radius:0.3em}.form_area .awesomplete>ul{box-shadow:unset;overflow:hidden}.form_area .awesomplete>ul>li{color:#333}.form_area .awesomplete>ul>li::after{content:"";position:absolute;left:0;right:0;bottom:0;margin:auto;width:100%;height:2px;background-color:#ccc;transition:transform 0.2s;transform:scaleX(0)}.form_area .awesomplete>ul>li:first-child{border-radius:0.3em 0.3em 0 0}.form_area .awesomplete>ul>li:last-child{border-radius:0 0 0.3em 0.3em}.form_area .awesomplete>ul>li:hover{background-color:#f2f2f2}.form_area .awesomplete>ul>li:hover mark{background-color:#f2f2f2}.form_area .awesomplete>ul>li:hover::after{transform:scaleX(1)}
.footer_sns .letter{letter-spacing:.1em}.footer_sns .logo-side{padding:4rem 0}.footer_sns .logo{width:200px;margin:0 auto 2rem}.footer_sns .logo img{width:auto;max-width:100%}.footer_sns .logo div{display:inline}.footer_sns .sns-side{padding:3rem 0 2rem;border-top:1px solid #ccc}.footer_sns .sns-side ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:130px;margin:auto}.footer_sns .sns-side li{width:30px}.footer_sns .sns-side li img{vertical-align:bottom}.footer_sns .copy{font-size:1.2rem;padding:0 0 1.5rem;text-align:center}@media only screen and (min-width:768px){.footer_sns .footer-company{padding:3.5rem 0}.footer_sns .footer-company_inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.footer_sns .logo-side{margin-left:70px;padding:0}.footer_sns .sns-side{margin-right:70px;border-top:none;padding:0}.footer_sns .sns-side ul{display:-ms-flexbox;display:flex}.footer_sns .copy{border-top:1px solid #ccc;padding:2rem 0}}
@charset "UTF-8";

/* 背景カラー設定を読み込むためのcss */
#section-wrapper {
  background-color: #fff;
}

/* 設定されたフォントを読み込むためのcss */
#section-wrapper .headding {
      font-family: YakuHanMP, "Noto Serif", "Hiragino Mincho ProN", eatYuM, "Sawarabi Mincho", Meiryo, serif;
    line-height: ;
    letter-spacing: em;

}

/* 設定されたフォントを読み込むためのcss */
#section-wrapper .subtitle {
      font-family: YakuHanJP, "Noto Sans Japanese", "Helvetica Neue", Lato, "Droid Sans", "Hiragino Kaku Gothic ProN", eatYuG, Meiryo, sans-serif;
    line-height: ;
    letter-spacing: em;

}

/* 設定されたフォントを読み込むためのcss */
#section-wrapper .letter {
      font-family: YakuHanJP, "Noto Sans Japanese", "Helvetica Neue", Lato, "Droid Sans", "Hiragino Kaku Gothic ProN", eatYuG, Meiryo, sans-serif;
    line-height: ;
    letter-spacing: em;

}

/*  メインビジュアルの矢印の表示/非表示
  非表示の場合はコメントアウトを外す  */
.swiper-button-prev, .swiper-button-next {
  /*display: none;*/
}

/*  メインビジュアルのナビゲーションガイドの表示/非表示
  非表示の場合はコメントアウトを外す  */
.swiper-pagination {
  /*display: none;*/
}


/* グローバルナビの背景色 */
#global-nav, .gnav_sp, .gnav_pc {
    /*background-color: ;*/
}

/* ハンバーガーボタンのカラー */
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
  /*background-color: ;*/
}

/* 送信ボタンの背景カラー */
.table02 .table_bottom .send_btn button {
  /*background-color: ;*/
}

/* h2の高さ調整 */
.h2_ {
  /*height: !important;*/
}


@media only screen and (min-width: 769px) {
/* h2テキストの位置調整 */
.h2_ .h2_wrap {
  /*top: ;*/
}
.h2_ {
  /*height: !important;*/
}
}



/* ----------------------------------------
 * ■追加スタイル
 * --------------------------------------*/


/* ----------------------------------------
 * ■loading
 * --------------------------------------*/

#loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#loading .loading_inner {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 50%;
}

#loading .loading_inner .loader_animation,
#loading .loading_inner .loader_animation:before,
#loading .loading_inner .loader_animation:after {
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.3s infinite ease-in-out;
  animation: load7 1.3s infinite ease-in-out;
}

#loading .loading_inner .loader_animation {
  color: #fff;
  font-size: 12px;
  margin: 10px auto;
  position: relative;
  top: -30px;
  text-indent: -9999rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

#loading .loading_inner .loader_animation:before, #loading .loading_inner .loader_animation:after {
  content: '';
  position: absolute;
  top: 0;
}

#loading .loading_inner .loader_animation:before {
  left: -3.4rem;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#loading .loading_inner .loader_animation:after {
  left: 3.4rem;
}
@-webkit-keyframes load7 {
  0%,
      80%,
      100% {
    box-shadow: 0 2.45rem 0 -1.25rem;
  }
  40% {
    box-shadow: 0 2.45rem 0 0;
  }
}
@keyframes load7 {
  0%,
      80%,
      100% {
    box-shadow: 0 2.45rem 0 -1.25rem;
  }
  40% {
    box-shadow: 0 2.45rem 0 0;
  }
}

#loading .circle {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 8px solid #ff0000;
  border-right-color: transparent;
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.2;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.2;
  }
}

#section_9232 .standard_content_three .section-content:last-child {
    display: none;
}

#section_27364,
#section_27359 {
    padding: 6rem 0 0;
}

.h2_line {
    padding: 24rem 0 7rem;
}

.mainvisual_standard {
    background: #fff !important;
}

.block_vertical_two,
.card_three,
.title_all,
.block_four,
.title_sub,
.table_light {
    padding: 6rem 0;
}

#section_9915 .standard_content_two,
#section_9910 .standard_content_two {
    padding: 0 0 6rem;
}

#section_9914 .standard_content_two,
#section_9909 .standard_content_two {
    padding: 6rem 0 2rem;
}

.block_four .spacer-item_wrap:nth-child(1) .editable_wrap {
    margin-bottom: 2rem;
}

.half .text-side {
    background: #f5f5f5;
}

.half_fit_image .subtitle,
.block_four .subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    color: #582e04;
}

.title_section .subtitle {
    color: #333;
    font-weight: 400;
    padding-top: 1rem;
}

.half_fit_image .spacer-item_wrap:nth-child(1) .editable_wrap {
    padding-bottom: 1rem;
}

.photo_gallery_02 .image-frame {
    position: relative;
}

.photo_gallery_02 .image-frame:before {
    position: absolute;
    content: "";
    width: 91%;
    height: 87%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    transition: .2s;
    opacity: 0;
}

.photo_gallery_02 .image-frame:hover:before {
    opacity: 1;
    width: 86%;
    height: 79%;
}

.half_fit_image .text-side:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background: #f5f5f5;
    z-index: -1;
    right: 0 !important;
    bottom: 0;
}

.half_fit_image.reverse .text-side:before {
    left: 0;
}

.half_fit_image .text-side {
    position: relative;
    z-index: 0;
}

.card_three .image-frame-bg.bottom-icon {
    background: #f5f5f5 !important;
}

.card_three .image-side .image-frame-bg,
.standard_content_two .image-side .frame-image {
    border-bottom: 5px solid #ffdc67;
}

#section_9876 .title_all.section_name:before,
#section_9885 .title_all.section_name:before,
.block_vertical_two.section_name:before,
.block_four.section_name:before,
#section_9907 .block_four.section_name:before,
#section_9903 .block_four.section_name:before {
    position: absolute;
    content: "";
    background-size: contain !important;
    opacity: 0.5;
}

#section_9885 .title_all.section_name:before,
#section_9876 .title_all.section_name:before {
    width: 70%;
    height: 59%;
    bottom: -40%;
    left: 0;
    background: url(https://s3-ap-northeast-1.amazonaws.com/flamingo-production/uploads/storage/image/file/5820/HUuKAAcQqouSGuIEEk7ERg.png) no-repeat;
}

.block_vertical_two.section_name:before {
    width: 57%;
    height: 30%;
    bottom: -6%;
    right: 0;
    background: url(https://s3-ap-northeast-1.amazonaws.com/flamingo-production/uploads/storage/image/file/5786/JkJR8s6ZRckEq0CyxNmyDg.png) no-repeat;
    z-index: 1;
}

#section_9886 .block_four.section_name:before,
#section_9890 .block_four.section_name:before,
#section_9896 .block_four.section_name:before {
    width: 40%;
    height: 35%;
    bottom: 10%;
    right: 10%;
    background: url(https://s3-ap-northeast-1.amazonaws.com/flamingo-production/uploads/storage/image/file/5808/5UMW4ACjFGYEsPqJM2RdRw.png) no-repeat;
}


#section_9907 .block_four.section_name:before,
#section_9907 .block_four.section_name:before,
#section_9912 .block_four.section_name:before, 
#section_9903 .block_four.section_name:before{
    width: 40%;
    height: 35%;
    bottom: 10%;
    left: 10%;
    background: url(https://s3-ap-northeast-1.amazonaws.com/flamingo-production/uploads/storage/image/file/5814/O2XTpZsUhz_p92rsAbF20g.png) no-repeat;
}

.standard_content_two .editable_wrap, 
.standard_content_two .headding_wrap,
.standard_content_two .section_h3 {
    font-size: 2.7rem;
}

.standard_content_two {
    background: url(https://s3-ap-northeast-1.amazonaws.com/parabola-images/taihei-kogyo/bg.jpg) !important;
    background-size: auto!important;
    background-repeat: repeat!important;
}

.footer_sns .sns-side li:last-child, 
.footer_sns .sns-side li:nth-child(2),
.footer_sns .sns-side li:first-child {
    display: none;
}

.h2_center.section_name:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.3);
}

.table_light .table_wrap .tr .th {
    background-color: #e7e2d6;
}

.mainvisual_standard:before {
    position: absolute;
    content: "";
    width: 43.4%;
    height: 60%;
    left: 0;
    top: 0;
    background: #e4e0d5;
    z-index: 1;
}

.gnav_items li a {
    position: relative;
}

.gnav_items li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #ebcc63;
    bottom: -9px;
    left: 0;
    transition: .2s;
}

.gnav_items li a:hover:before {
    width: 95%;
}

.letter {
    font-family: YakuHanMP, "Noto Serif", "Hiragino Mincho ProN", eatYuM, "Sawarabi Mincho", Meiryo, serif;
}

.section_name .section_btn a, .section_name .section_btn input {
    background-color: transparent !important;
    letter-spacing: 3px;
    border: 2px solid #ebcc63 !important;
    transition: .4s;
}

.section_name .section_btn a:hover {
    background: #ebcc63 !important;
    opacity: 1;
}

.mainvisual_standard .headding_wrap {
    font-size: 3.5rem;
}

.footer_sns .copy {
    background: #d6cfc1;
}




@media only screen and (min-width: 1025px) {
.fixed .gnav_container ul li a {
    color: #333 !important;
}
.gnav_container {
    background-color: rgba(255,255,255,.7);
}
}



@media only screen and (min-width: 769px) {
.mainvisual_standard .catch {
    top: 40%;
}
}







@media only screen and (max-width: 768px) {
.gnav .drawer-menu li a {
    color: #333 !important;
}
.title_all.section_name:before {
    width: 100%;
    height: 100px;
    bottom: -15%;
}
.block_four.section_name:before,
#section_9907 .block_four.section_name:before, 
#section_9907 .block_four.section_name:before,
 #section_9912 .block_four.section_name:before,
#section_9903 .block_four.section_name:before {
    width: 80%;
    height: 300px;
    bottom: 0;
    right: auto;
    left: 0;
}
.h2_center .spacer-item_wrap:nth-child(1) .editable_wrap {
    font-size: 3rem;
}
.half_fit_image .text-side_inner {
    text-align: center;
    max-width: 80%;
}
.mainvisual_standard:before {
    width: 60%;
    height: 40%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(197, 183, 145, 0.8);
}
.mainvisual_standard .headding_wrap font, 
.mainvisual_standard .headding_wrap span {
    color: #fff !important;
}
#section-wrapper .subtitle font {
    color: #503107;
}
.gnav .header_logo img {
    width: 72%;
}
}



@media only screen and (max-width: 767px) {
.block_four .spacer-item:last-child {
    padding-bottom: 0 !important;
}
.half_fit_image .section_h3,
.block_four .section_h3 {
    font-size: 2.7rem;
}
.block_four .spacer-item_wrap:nth-child(2) {
    padding-bottom: 2rem;
}
.block_vertical_two.section_name:before {
    height: 8%;
    bottom: -0.5rem;
    right: 0;
}
}



@media only screen and (max-width: 450px) {
.mainvisual_standard .headding_wrap {
    font-size: 2.8rem;
}
.gnav .header_logo img {
    width: 60%;
}
.mainvisual_standard:before {
    width: 70%;
    height: 38%;
}
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
          font-family: YakuHanJP,Roboto,"Droid Sans","Noto Sans Japanese","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",YuGothic,Meiryo,sans-serif;
     }
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,.section_name .section_btn a, .section_name .section_btn input {
          letter-spacing:1px;
          width: auto;
     }
}



