/*=============================================
 * body
 *=============================================*/
body {
   background: #000;
   color: #fff;
   font-family: "Zen Old Mincho", serif;
   font-weight: 500;
   font-size: 17px;
   line-height: 34px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
      line-height: 24px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
}

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
}

.h2 .sub {
   display: block;
   font-family: "Allura", cursive;
   font-weight: 400;
   font-style: normal;
   font-size: 70px;
   line-height: 88px;
   letter-spacing: 0;
   padding-top: 5px;
}

.h-18 {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
}

.h-20 {
   font-weight: 500;
   font-size: 20px;
   line-height: 30px;
}

.h-22 {
   font-weight: 500;
   font-size: 22px;
   line-height: 32px;
}

.h-24 {
   font-weight: 500;
   font-size: 24px;
   line-height: 35px;
}

.h-26 {
   font-weight: 500;
   font-size: 26px;
   line-height: 36px;
}

.h-28 {
   font-weight: 500;
   font-size: 28px;
   line-height: 40px;
}

.h-30 {
   font-weight: 500;
   font-size: 30px;
   line-height: 44px;
}

.h-32 {
   font-weight: 500;
   font-size: 32px;
   line-height: 46px;
}

.h-36 {
   font-weight: 500;
   font-size: 36px;
   line-height: 44px;
   letter-spacing: 0.05em;
}

.h-36 small {
   display: block;
   font-size: 18px;
   line-height: 26px;
   padding-top: 20px;
}

.h-40 {
   font-weight: 500;
   font-size: 40px;
   line-height: 60px;
}

.h-42 {
   font-weight: 500;
   font-size: 42px;
   line-height: 60px;
}

[class*="h-"].fnt-allura {
   font-weight: 400;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
   }

   .h2 .sub {
      font-size: 50px;
      line-height: 1.5;
      padding-top: 0;
   }

   .h-18 {
      font-size: 15px;
      line-height: 20px;
   }

   .h-20,
   .h-22 {
      font-size: 18px;
      line-height: 26px;
   }

   .h-24,
   .h-28 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-36 {
      font-size: 24px;
      line-height: 35px;
   }

   .h-36 small {
      display: block;
      font-size: 15px;
      line-height: 20px;
      padding-top: 10px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 5px;
   width: 280px;
   height: 60px;
   background: #fff;
   color: #060606;
   border: 2px solid #060606;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0em;
   line-height: 30px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 8px;
   padding: 0;
}

.button a:before {
   content: '';
   width: 200px;
   height: 10px;
   background-color: #060606;
   position: absolute;
   top: 50%;
   left: 50%;
   border-radius: 4px;
   transition: all 0.3s;
   opacity: 0;
   transform: translate(-50%, -50%);
   z-index: -1;
}

.button a:hover {
   color: #fff;
   opacity: 1;
}

.button a:hover:before {
   width: 102%;
   height: 102%;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      width: 240px;
      height: 48px;
      font-size: 12px;
      line-height: 20px;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-blue {
   color: #3182CE;
}

.cl-green {
   color: #678385;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #F8C625;
}

.cl-black {
   color: #060606;
}

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #DD6B20;
}

.cl-pink {
   color: #BF7A77;
}

.udl01 {
   background-image: linear-gradient(#ECE484, #ECE484);
   background-size: 100% 7px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-400 {
   font-weight: 400;
}

.fw-500 {
   font-weight: 500;
}

.fw-700 {
   font-weight: 700;
}

.fw-900 {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.bdra-30 {
   border-radius: 30px;
}

.img_shadow {
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.img-obj {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }

   .bdra-30 {
      border-radius: 15px;
   }
}

/* -- --*/
.w600 {
   max-width: 600px;
   margin: 0 auto;
}

.w800 {
   max-width: 800px;
   margin: 0 auto;
}

.w900 {
   max-width: 900px;
   margin: 0 auto;
}

.w1000 {
   max-width: 1000px;
   margin: 0 auto;
}

/* -- --*/
.section-space {
   padding: 120px 0;
}

.pt10 {
   padding-top: 10px;
}

.pt20 {
   padding-top: 20px;
}

.pt30 {
   padding-top: 30px;
}

.pt40 {
   padding-top: 40px;
}

.pt50 {
   padding-top: 50px;
}

.pt60 {
   padding-top: 60px;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb100 {
   padding-bottom: 100px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 50px 0;
   }

   .pt30,
   .pt40 {
      padding-top: 20px;
   }

   .pt50,
   .pt60 {
      padding-top: 30px;
   }

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 50px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 50px;
   }

   .pb200 {
      padding-bottom: 100px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #F5F5F5;
}

.bg-cl02 {
   background-color: #fff;
}

/* -- -- */
.img-zoom,
.img-zoom figure {
   display: block;
   overflow: hidden;
}

.img-zoom .img,
.img-zoom .img-obj {
   transition: 0.6s ease-in-out;
}

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
   transform: scale(1.07);
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

/* -- --*/
hr {
   border: 0;
   border-bottom: 1px solid #fff;
}

/* -- --*/
.slick-dots {
   display: flex;
   justify-content: center;
   gap: 15px;
}

.slick-dots li {
   width: 8px;
   height: 8px;
}

.slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #C0C0C0;
   border-radius: 50%;
   border: 0;
   font-size: 0;
   cursor: pointer;
}

.slick-dots button:hover {
   background-color: #FF7C7A;
}

.slick-dots .slick-active button {
   background-color: #FF7C7A;
}

/* -- --*/
.swiper-button-prev,
.swiper-button-next {
   width: 46px;
   height: 46px;
   position: static;
   margin-top: 0;
   transition: all 0.3s;
}

.swiper-button-prev svg,
.swiper-button-next svg {
   display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
   opacity: 0.7;
}

.swiper-button-prev {
   background: url("../img/common/slider-prev.png") no-repeat center top/cover;
}

.swiper-button-next {
   background: url("../img/common/slider-next.png") no-repeat center top/cover;
}

.swiper-pagination {
   display: flex;
   gap: 10px;
}

.swiper-pagination-bullet {
   width: 14px;
   height: 14px;
   background-color: #fff;
   border: 2px solid #D2711D;
   margin: 0;
   padding: 0;
   opacity: 1;
   box-sizing: border-box;
   transition: all 0.3s;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
   background-color: #D2711D;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
   margin-top: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
   width: auto;
   position: static;
}

/* -- -- */
.tb-style {
   line-height: 25px;
}

.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
}

.tb-style dl dt,
.tb-style dl dd {
   display: table-cell;
   vertical-align: top;
   text-align: left;
   padding: 0 20px 30px;
   box-sizing: border-box;
}

.tb-style dl+dl dt,
.tb-style dl+dl dd {
   padding-top: 24px;
}

.tb-style dl dt {
   width: 240px;
   font-weight: 500;
   border-bottom: 2px solid #D1D1D1;
}

.tb-style dl dd {
   border-bottom: 1px solid #D1D1D1;
}

.tb-style dl dd small {
   font-size: 14px;
   line-height: 18px;
   color: #D1D1D1;
}

.tb-style .btn-map {
   display: inline-block;
   background: url("../img/common/icon-map-marker.png") no-repeat center left/15px auto;
   font-weight: 700;
   font-size: 13px;
   line-height: 21px;
   padding-left: 20px;
}

.tb-style .btn-map:hover {
   text-decoration: underline;
}

@media screen and (max-width: 767px) {

   .tb-style dl dt,
   .tb-style dl dd {
      padding: 0 0 20px;
   }

   .tb-style dl+dl dt,
   .tb-style dl+dl dd {
      padding-top: 20px;
   }

   .tb-style dl dt {
      width: 80px;
   }
}

/*=============================================
 * <header>
 *=============================================*/
header {
   display: flex;
   align-items: center;
   width: 100%;
   height: 100px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
   transition: all 0.3s;
   padding: 0 40px;
   color: #fff;
}

header .wrap {
   display: flex;
   align-items: flex-end;
   gap: 30px;
   width: 100%;
   max-width: 100%;
   padding: 0;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: grid;
   max-width: 155px;
}

header .logo a img {
   grid-area: 1/1;
   transition: all 0.3s;
}

header .logo a img:last-child {
   opacity: 0;
}

#navbar {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
}

#navbar .nav-list {
   display: flex;
   align-items: center;
   gap: 30px;
}

#navbar .nav-list a {
   border-bottom: 1px solid;
}

#navbar .nav-list a:not(:hover, .current) {
   border-bottom-color: transparent;
}

#navbar .nav-list .icon {
   width: 30px;
}

#navbar .nav-list .icon a {
   border-bottom: 0;
}

#navbar .nav-list .btn-reserve a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 140px;
   height: 38px;
   border-radius: 40px;
   border: 2px solid #fff;
   color: #fff;
   letter-spacing: 0.1em;
   padding-bottom: 2px;
}

#navbar .nav-list .btn-reserve a:hover {
   background-color: #787878;
   opacity: 1;
}

header.fixed {
   background-color: rgba(255, 255, 255, 0.8);
   color: #1A1A1A;
}

header.fixed .logo a img {
   opacity: 0;
}

header.fixed .logo a img:last-child {
   opacity: 1;
}

header.fixed #navbar .nav-list .btn-reserve a {
   border-color: #787878;
   color: #060606;
}

header.fixed #navbar .nav-list .btn-reserve a:hover {
   background-color: #fff;
   opacity: 1;
}

@media screen and (max-width: 1200px) {
   #navbar .nav-list {
      gap: 20px;
   }
}

@media screen and (max-width: 1023px) {
   header {
      padding: 0 20px;
   }

   header .wrap {
      align-items: center;
   }

   header.fixed .hamburger span,
   header.fixed .hamburger span:before,
   header.fixed .hamburger span:after {
      background-color: #060606;
   }

   .hamburger {
      display: block;
   }

   #navbar {
      display: grid;
      background: #060606;
      color: #fff;
      width: 100%;
      max-width: 550px;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 120px 20px;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%);
   }

   #navbar .nav-list {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin: auto 0;
   }

   #navbar .nav-list li.sp {
      display: block;
   }

   #navbar .nav-tel a {
      gap: 5px;
      width: 223px;
      height: 56px;
      background-color: #DD6B20;
      color: #fff;
      font-size: 24px;
      border-radius: 10px;
   }

   #navbar .nav-tel a:before {
      width: 36px;
      height: 36px;
      background-image: url("../img/common/icon-tel-orange.png");
      background-color: #fff;
   }

   #navbar .nav-sns {
      display: flex;
      gap: 20px;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
   }

   #navbar .nav-sns a span {
      display: flex;
      align-items: center;
      width: 41px;
      height: 41px;
      margin: 0 auto;
   }

   .navOpen #navbar {
      opacity: 1;
      visibility: visible;
      transform: translateX(0%);
   }
}

@media screen and (max-width: 767px) {
   header {
      height: 70px;
   }

   header .logo a {
      width: 120px;
   }

   #navbar {
      padding: 80px 20px;
   }
}

@media screen and (min-width: 1024px) {
   #navbar {
      height: auto !important;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background-color: #C4C4C4;
   border-bottom: 10px solid #787878;
   font-size: 15px;
   line-height: 21px;
}

footer .wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 30px;
   padding-top: 120px;
   padding-bottom: 120px;
}

footer .logo {
   width: 210px;
}

footer .txt {
   padding-top: 40px;
}

footer .txt dl {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 5px;
   padding-top: 20px;
}

footer .txt dl dd {
   border-left: 1px solid;
   padding-left: 5px;
}

footer .btn-pp {
   padding-top: 32px;
}

footer .btn-pp a {
   border-bottom: 1px solid transparent;
}

footer .btn-pp a:hover {
   border-bottom-color: #678385;
}

footer nav {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 15px 30px;
   font-weight: 700;
}

footer nav .icon {
   width: 30px;
}

footer nav a:not(.icon) {
   border-bottom: 1px solid;
}

footer nav a:not(.icon):not(:hover) {
   border-bottom-color: transparent;
}

footer address {
   border-top: 1px solid #787878;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding: 40px 0 35px;
}

@media screen and (max-width: 1700px) {
   footer nav {
      width: calc(100% - 560px);
   }
}

@media screen and (max-width: 1023px) {
   footer .wrap {
      flex-direction: column;
   }

   footer .logo {
      width: 180px;
      margin: 0 auto;
   }

   footer .txt p {
      text-align: center;
   }

   footer nav {
      width: 100%;
      justify-content: center;
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   footer .wrap {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   footer .txt p {
      text-align: left;
   }

   footer .txt dl {
      gap: 15px 5px;
   }

   footer address {
      padding: 20px 0;
   }
}

/*=============================================
 * 
 *=============================================*/
.ft-fixed {
   width: 150px;
   position: fixed;
   bottom: 0;
   right: 0;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

.ft-fixed.fixed {
   opacity: 1;
   visibility: visible;
}

.ft-fixed.stop {
   opacity: 0;
   visibility: hidden;
}

.ft-fixed a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 10px;
   width: 150px;
   height: 90px;
   background: linear-gradient(150deg, #575757 50%, #484848 50%);
   color: #fff;
   border: 1px solid #fff;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.2em;
   box-sizing: border-box;
}

.ft-fixed a:before {
   content: '';
   width: 28px;
   height: 26px;
   background: url("../img/common/icon-calendar.png") no-repeat center top/cover;
   position: relative;
   z-index: 1;
}

.ft-fixed a:after {
   content: '';
   width: 100%;
   height: 100%;
   background-image: linear-gradient(150deg, #060606 50%, #060606 50%);
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
   opacity: 0;
}

.ft-fixed a span {
   position: relative;
   z-index: 1;
}

.ft-fixed a:hover {
   opacity: 1;
}

.ft-fixed a:hover:after {
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .ft-fixed {
      width: auto;
      top: auto;
      right: 10px;
      bottom: 10px;
      left: 10px;
      transform: translateY(0);
   }

   .ft-fixed a {
      flex-direction: row;
      gap: 10px;
      width: 100%;
      height: 50px;
      background-image: linear-gradient(172.6deg, #575757 50%, #484848 50%);
   }

   .ft-fixed a span {
      position: relative;
      top: 2px;
   }
}

/*=============================================
 * footer common 
 *=============================================*/
.section__cta {
   background: url("../img/common/cta-bg.jpg") no-repeat center top/cover;
   padding: 120px 0;
   position: relative;
   color: #fff;
}

.section__cta .video {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.section__cta .video video {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
}

.section__cta .wrap {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: center;
   z-index: 1;
}

.section__cta .txt {
   padding-top: 40px;
}

.section__cta .banner {
   text-align: center;
   padding-left: 100px;
}

.section__cta .banner dl:not(:last-child) {
   padding-bottom: 40px;
}

.section__cta .banner dl dt {
   font-weight: 500;
   font-size: 22px;
   line-height: 28px;
   padding-bottom: 8px;
}

.section__cta .banner dl a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 65px;
   background-color: #fff;
   font-size: 30px;
   line-height: 38px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 50px;
   text-align: center;
   padding-top: 5px;
   color: #060606;
}

.section__cta .banner dl a:hover {
   background-color: #060606;
   color: #fff;
   opacity: 1;
}

.section__cta .banner dl a[href^="tel:"] {
   font-size: 36px;
   line-height: 45px;
}

@media screen and (max-width: 1023px) {
   .section__cta .wrap {
      display: flex;
      flex-direction: column;
      gap: 50px;
   }

   .section__cta h2 {
      text-align: center;
   }

   .section__cta .banner {
      width: 500px;
      padding-left: 0;
   }
}

@media screen and (max-width: 767px) {
   .section__cta {
      padding: 50px 0;
   }

   .section__cta .wrap {
      gap: 30px;
   }

   .section__cta .txt {
      padding-top: 30px;
   }

   .section__cta .banner {
      width: 100%;
   }

   .section__cta .banner dl:not(:last-child) {
      padding-bottom: 20px;
   }

   .section__cta .banner dl dt {
      font-size: 18px;
      line-height: 26px;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   width: 100%;
   height: 500px;
   color: #fff;
   border-bottom: 1px solid #787878;
   position: relative;
}

#kv:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(6, 6, 6, 0.4);
   position: absolute;
   top: 0;
   left: 0;
   display: none;
}

#kv .kv-img {
   position: absolute;
   top: 0;
   left: 0;
}

#kv .wrap {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   z-index: 1;
}

#kv .kv-title {
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0.1em;
   line-height: 30px;
   padding-top: 80px;
}

#kv .kv-title .sub {
   display: block;
   text-transform: capitalize;
   font-weight: 400;
   font-size: 80px;
   line-height: 100px;
   padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
   #kv {
      height: 250px;
   }

   #kv .kv-title {
      font-size: 18px;
      line-height: 26px;
      padding-top: 40px;
   }

   #kv .kv-title .sub {
      font-size: 50px;
      line-height: 50px;
      padding-bottom: 5px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   color: #678385;
   font-size: 14px;
   line-height: 20px;
   box-sizing: border-box;
   padding: 30px 0 120px;
}

.breadcrumbs .wrap {
   overflow-x: auto;
}

.breadcrumbs ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   width: max-content;
}

.breadcrumbs ul li {
   display: flex;
   gap: 20px;
   position: relative;
}

.breadcrumbs ul li+li:before {
   content: '...';
}

.breadcrumbs a {
   display: block;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

.breadcrumbs span {
   word-break: break-all;
}

.breadcrumbs li.home a {
   background: url("../img/common/icon-home.svg") no-repeat center left/16px auto;
   padding-left: 21px;
}

@media screen and (max-width: 1023px) {
   .breadcrumbs {
      font-size: 12px;
      position: static;
   }
}

@media screen and (max-width: 767px) {
   .breadcrumbs {
      padding: 20px 0 50px;
   }

   .breadcrumbs ul {
      gap: 10px;
   }

   .breadcrumbs ul li {
      gap: 10px;
   }
}

/* =============================================
 * 404
 *=============================================*/
.error404 .breadcrumbs {
   display: none;
}

#content-404 {
   padding: 120px 0;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .button {
   text-align: center;
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 50px 0;
   }

   #content-404 .wrap {
      text-align: justify;
   }

   #content-404 .txt {
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
   position: relative;
}

.wpcf7 .wpcf7-form-control-wrap {
   display: block;
   color: #060606;
}

.wpcf7 .select {
   display: flex;
   align-items: flex-start;
   width: 100%;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap {
   flex: 1;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '';
   width: 15px;
   height: 8px;
   background: url("../img/common/icon-angle-down.png") no-repeat center top/cover;
   position: absolute;
   top: 20px;
   right: 20px;
}

.wpcf7 .select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 4px;
   line-height: 30px;
   padding: 7px 50px 7px 20px;
   cursor: pointer;
}

.wpcf7 .select select::-ms-expand {
   display: none;
}

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 4px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 7px 20px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 241px;
   resize: vertical;
   padding: 15px 20px;
}

.wpcf7 input[type="date"] {
   padding-right: 40px;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
   width: 100%;
   height: 100%;
   cursor: pointer;
   background-image: url("../img/common/icon-calendar.svg");
   background-position: top 13px right 20px;
   background-size: 17px auto;
   position: absolute;
   top: 0;
   left: 0;
}

.wpcf7 ::-webkit-input-placeholder {
   color: #AAB8C4;
}

.wpcf7 ::-moz-placeholder {
   color: #AAB8C4;
}

.wpcf7 :-ms-input-placeholder {
   color: #AAB8C4;
}

.wpcf7 :-moz-placeholder {
   color: #AAB8C4;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
   display: block;
   margin-left: 0;
   cursor: pointer;
}

.wpcf7-checkbox input,
.wpcf7-radio input {
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
   display: grid;
   grid-template-columns: 15px 1fr;
   align-items: center;
   gap: 10px;
   cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   content: '';
   grid-area: 1/1;
   margin: auto;
   width: 15px;
   height: 15px;
   border-radius: 2px;
   border: 1px solid #3182CE;
   box-sizing: border-box;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
   background-color: #fff;
   box-sizing: border-box;
   position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   position: relative;
   border: 0;
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
   background: url("../img/common/icon-checked.png") no-repeat center top/cover;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label:after {
   background-color: #3182CE;
   width: 11px;
   height: 11px;
}

.wpcf7-checkbox input:checked+.wpcf7-list-item-label:after,
.wpcf7-radio input:checked+.wpcf7-list-item-label:after {
   display: block;
}

.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:before,
.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:after {
   border-radius: 50%;
}

.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:after {
   background: #769CBF;
   width: 11px;
   height: 11px;
}

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 12px;
   color: #fff;
}

.wpcf7 .result-txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
   .wpcf7 .select {
      width: 100%;
   }

   .wpcf7-checkbox,
   .wpcf7-radio,
   [data-name="radio-898"] .wpcf7-checkbox {
      grid-template-columns: 1fr;
   }
}