@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #333;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 500;
   font-size: 18px;
   line-height: 36px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
}

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

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

.tel {
   text-align: center;
}

.tel a {
   display: inline-flex;
   align-items: baseline;
   gap: 4px;
   font-weight: 500;
   font-size: 32px;
   line-height: 35px;
   letter-spacing: 0;
}

.tel a small {
   font-size: 18px;
}

.tel time {
   display: block;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
}

.list-sns {
   display: flex;
   align-items: center;
   gap: 10px;
}

.list-sns dt {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 700;
}

.list-sns dt:after {
   content: '';
   width: 30px;
   border-top: 1px solid #292727;
}

.list-sns dd {
   display: flex;
   align-items: center;
   gap: 15px;
}

.list-sns dd a {
   width: 30px;
}

.list-sns dd a img {
   display: block;
}

@media screen and (max-width: 767px) {
   .tel a {
      font-size: 26px;
      line-height: 33px;
   }

   .tel a small {
      font-size: 14px;
      line-height: 18px;
      margin-right: 4px;
   }

   .tel time {
      font-size: 12px;
      line-height: 17px;
   }
}

.hashtag {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   line-height: 26px;
}

.hashtag span {
   background-color: #F1DEB8;
   border: 1px solid #7C7054;
   color: #443511;
   border-radius: 5px;
   padding: 5px 13px;
}

@media screen and (max-width: 767px) {
   .hashtag {
      gap: 8px;
      font-size: 13px;
      line-height: 19px;
   }

   .hashtag span {
      padding: 2px 5px;
   }
}

.time-table {
   background-color: #fff;
   border: 3px solid #479D68;
   border-radius: 20px;
   padding: 27px 27px;
}

.time-table table {
   width: 100%;
}

.time-table table th,
.time-table table td {
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   text-align: center;
}

.time-table table thead th {
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 10px;
}

.time-table table thead th:first-child {
   width: 110px;
   color: #277455;
   font-weight: 500;
   font-size: 17px;
   padding-left: 18px;
}

.time-table table thead th.sat {
   color: #044584;
}

.time-table table thead th.sun {
   color: #E1344C;
}

.time-table table tbody th,
.time-table table tbody td {
   padding-top: 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #ccc;
}

.time-table table tbody th {
   color: #08442C;
   padding-left: 18px;
}

.time-table table tbody td img {
   max-width: 20px;
}

.time-table table tbody tr:last-child th,
.time-table table tbody tr:last-child td {
   font-weight: 500;
   font-size: 15px;
   text-align: left;
   border-bottom: 0;
   padding: 10px 0 0 18px;
}

@media screen and (max-width: 767px) {
   .time-table {
      padding: 20px 20px;
   }

   .time-table table th,
   .time-table table td {
      font-size: 12px;
      line-height: 20px;
   }

   .time-table table thead th {
      padding-bottom: 5px;
   }

   .time-table table thead th:first-child {
      width: 80px;
      font-size: 13px;
      padding: 0 5px;
   }

   .time-table table tbody th,
   .time-table table tbody td {
      padding: 5px 0;
   }

   .time-table table tbody th {
      padding: 5px;
   }

   .time-table table tbody td img {
      max-width: 10px;
   }

   .time-table table tbody tr:last-child td {
      font-size: 12px;
      padding: 5px 5px 0;
   }
}

/*=============================================
 * <header>
 *=============================================*/
header {
   background-color: #fff;
   width: 100%;
   position: sticky;
   top: 0;
   z-index: 100;
   box-sizing: border-box;
}

.header__home {
   width: 100%;
   height: 160px;
   padding: 35px 40px 0;
   box-sizing: border-box;
}

.header__catch {
   font-size: 14px;
   line-height: 20px;
   position: absolute;
   top: 35px;
   left: 40px;
}

.header__logo {
   width: 388px;
   margin: 0 auto;
   padding-top: 5px;
}

.header__nav {
   display: flex;
   justify-content: center;
   gap: 60px;
   font-weight: 700;
   font-size: 17px;
   line-height: 25px;
   padding-top: 30px;
}

.header__nav a:hover {
   color: #479D68;
   opacity: 1;
}

.header__nav i {
   display: inline-block;
   width: 22px;
   height: 22px;
   background: url("../img/common/icon-home.svg") no-repeat center top/cover;
   margin-right: 4px;
}

.header__tel {
   position: absolute;
   top: 35px;
   right: 40px;
}

.header__sns {
   position: absolute;
   top: 75px;
   left: 40px;
}

.header__fixed {
   display: flex;
   align-items: flex-end;
   gap: 20px;
   background-color: #fff;
   width: 100%;
   height: 100px;
   padding: 20px 40px;
   box-sizing: border-box;
}

.header__fixed .logo {
   flex: 1 0 0;
}

.header__fixed .logo a {
   display: block;
   max-width: 388px;
}

.header__fixed .list-sns_sp {
   display: none;
}

#navbar {
   display: flex;
   align-items: flex-end;
}

#navbar .nav {
   display: flex;
   justify-content: center;
   gap: 30px;
   font-weight: 700;
   font-size: 17px;
   line-height: 25px;
   padding-right: 20px;
}

#navbar .nav a:hover {
   color: #479D68;
   opacity: 1;
}

#navbar .nav i {
   display: inline-block;
   vertical-align: sub;
   width: 22px;
   height: 22px;
   background: url("../img/common/icon-home.svg") no-repeat center top/cover;
   margin-right: 4px;
   position: relative;
   top: -4px;
}

#navbar .list-sns {
   position: absolute;
   top: 20px;
   right: 335px;
}

#navbar .tel {
   border-left: 1px solid #479D68;
   padding-left: 20px;
}

.hamburger {
   display: none;
}

body.home header {
   position: relative;
}

body.home .header__fixed {
   position: fixed;
   top: 0;
   left: 0;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

body.home .header__fixed.fixed {
   opacity: 1;
   visibility: visible;
}

@media screen and (max-width: 1440px) {
   .header__catch {
      font-size: 12px;
   }

   .header__fixed {
      padding: 20px;
   }

   #navbar .nav {
      gap: 20px;
      font-size: 14px;
   }

   #navbar .list-sns {
      right: 315px;
   }
}

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

   .header__catch {
      display: none;
   }

   .header__nav {
      gap: 40px;
   }

   .header__fixed {
      align-items: center;
   }

   .header__fixed .list-sns_sp {
      display: flex;
      align-items: center;
      gap: 12px;
   }

   .header__fixed .list-sns_sp li {
      width: 30px;
   }

   body.home header {
      position: sticky;
   }

   body.home .header__fixed {
      opacity: 1;
      visibility: visible;
      position: relative;
   }

   .hamburger {
      display: block;
   }

   #navbar {
      display: block;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      padding: 100px 30px;
      box-sizing: border-box;
      overflow-y: auto;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
   }

   #navbar .nav {
      flex-direction: column;
      gap: 20px;
      font-size: 17px;
   }

   #navbar .nav a {
      display: block;
      border-bottom: 2px dotted #333;
      padding: 0 10px 10px;
   }

   #navbar .nav__submenu ol {
      display: none;
   }

   #navbar .list-sns {
      position: relative;
      top: auto;
      right: auto;
      padding-top: 30px;
   }

   #navbar .tel {
      border-left: 0;
      padding: 30px 0 0;
   }

   #navbar .sp {
      display: block;
   }

   #navbar .hashtag {
      padding: 15px 0;
   }

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

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

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

   #navbar .nav__submenu {
      position: relative;
   }

   #navbar .nav__submenu ol {
      width: max-content;
      background-color: #fff;
      border: 1px solid #333;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -10px);
      padding: 10px 15px;
      line-height: 30px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   #navbar .nav__submenu:hover>a {
      color: #479D68;
   }

   #navbar .nav__submenu:hover ol {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer .wrap {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 20px;
   padding-top: 80px;
   padding-bottom: 60px;
}

footer .col {
   width: 450px;
}

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

footer .txt {
   font-size: 17px;
   line-height: 25px;
   padding-top: 10px;
}

footer .tel {
   padding-top: 10px;
}

footer .hashtag {
   padding: 10px 0;
}

footer nav {
   display: flex;
   flex-wrap: wrap;
   gap: 50px 60px;
   width: 500px;
}

footer nav ul {
   width: 220px;
}

footer nav ul li+li {
   padding-top: 30px;
}

footer nav ul a {
   display: block;
   border-bottom: 2px dotted #333;
   padding: 0 10px 10px;
}

footer nav ul a i {
   display: inline-block;
   background: url("../img/common/icon-home.svg") no-repeat center top/cover;
   width: 22px;
   height: 22px;
   margin-right: 5px;
}

footer .list-sns {
   width: 100%;
}

footer address {
   background-color: #C6EFD6;
   color: #08442C;
   font-weight: 500;
   font-size: 17px;
   line-height: 25px;
   margin-top: 22px;
   padding: 14px 0 11px;
   position: relative;
}

footer address:after {
   content: '';
   width: 100%;
   height: 22px;
   background: url("../img/common/footer-deco.png") repeat top left/auto 100%;
   position: absolute;
   bottom: 100%;
   left: 0;
}

@media screen and (max-width: 1200px) {
   footer nav {
      gap: 50px 30px;
      width: 450px;
   }

   footer nav ul {
      width: 210px;
   }
}

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

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

   footer .col {
      width: 100%;
   }

   footer .logo {
      width: 240px;
   }

   footer .txt {
      font-size: 13px;
      line-height: 19px;
   }

   footer .hashtag {
      padding: 15px 0;
   }

   footer nav {
      display: block;
      width: auto;
   }

   footer nav ul {
      display: none;
   }

   footer address {
      font-size: 14px;
      line-height: 20px;
      padding: 18px 0 80px;
   }
}

/* -- -- */
.ft-btn-fixed {
   opacity: 0;
   visibility: hidden;
   position: fixed;
   z-index: 9;
   transition: all 0.3s;
}

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

@media screen and (max-width: 767px) {
   .ft-btn-fixed {
      width: 100%;
      bottom: 0;
      left: 0;
   }

   .ft-btn-fixed ul {
      display: flex;
      padding: 10px 45px;
   }

   .ft-btn-fixed ul li {
      width: 50%;
   }
}

@media screen and (min-width: 768px) {
   .ft-btn-fixed {
      top: 50%;
      right: 0;
      transform: translateY(-50%);
   }

   .ft-btn-fixed ul {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 58px;
   }
}

/* -- -- */
*::selection {
   background-color: #010B33;
   color: #fff;
}

/*=============================================
 * <section>
 *=============================================*/
#kv {
   width: 100%;
   background: url("../img/common/kv-bg.png") no-repeat center bottom/cover;
   padding: 132px 0 120px;
}

.kv-ttl {
   font-weight: 700;
   font-size: 40px;
   letter-spacing: 0.05em;
   line-height: 58px;
}

.kv-ttl .en {
   display: inline-block;
   font-size: 24px;
   letter-spacing: 0.15em;
   line-height: 30px;
   color: #277455;
   padding-bottom: 10px;
   text-transform: uppercase;
}

@media screen and (max-width: 767px) {
   #kv {
      padding: 30px 0 60px;
   }

   .kv-ttl {
      font-size: 25px;
      line-height: 32px;
   }

   .kv-ttl .en {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 5px;
   }
}

/* -- --*/
.breadcrumbs {
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   padding: 10px 0 100px;
}

.breadcrumbs .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

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

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

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

@media screen and (max-width: 1023px) {
   .breadcrumbs {
      font-size: 13px;
      line-height: 20px;
      overflow-x: auto;
      box-sizing: border-box;
      padding: 10px 20px;
      margin-bottom: 50px;
   }

   .breadcrumbs .wrap {
      gap: 10px;
      width: max-content;
      max-width: inherit;
      background-color: transparent;
      margin: 0;
      padding: 0;
   }

   .breadcrumbs .wrap>span {
      position: relative;
      top: 1px;
   }
}

/* -- --*/
.filter-gray {
   filter: grayscale(100%);
   cursor: pointer;
   transition: all 0.3s;
}

.filter-gray:hover {
   filter: grayscale(0);
}

/*=============================================
 * 404
 *=============================================*/
#content-404 {
   padding: 120px 0;
   border-bottom: 2px solid #479D68;
}

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

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

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

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

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

/*=============================================
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
   font-weight: 500;
   font-size: 22px;
   line-height: 32px;
   color: #292727;
}

.h2 .en {
   font-family: "Outfit", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
   font-weight: 700;
   font-size: 44px;
   letter-spacing: 0.05em;
   line-height: 55px;
   color: #277455;
}

.h-17 {
   font-weight: 500;
   font-size: 17px;
   line-height: 25px;
}

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

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

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

.h-25 {
   font-weight: 700;
   font-size: 25px;
   line-height: 35px;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   line-height: 35px;
}

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

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

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

.h-34 {
   font-weight: 700;
   font-size: 34px;
   line-height: 46px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   line-height: 52px;
}

.h-40 {
   font-weight: 700;
   font-size: 40px;
   line-height: 58px;
}

.h-46 {
   font-weight: 700;
   font-size: 46px;
   line-height: 66px;
}

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

   .h2 .en {
      font-size: 25px;
      line-height: 32px;
   }

   .h-17 {
      font-size: 13px;
      line-height: 20px;
   }

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

   .h-22,
   .h-24 {
      font-size: 18px;
      line-height: 30px;
   }

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

   .h-32,
   .h-34 {
      font-size: 22px;
      line-height: 30px;
   }

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

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

.button a {
   display: inline-block;
   vertical-align: baseline;
   width: 280px;
   background-color: #277455;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   letter-spacing: 0;
   line-height: 28px;
   text-align: left;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 50px;
   padding: 16px 50px;
}

.button a:before {
   content: '';
   width: 10px;
   height: 10px;
   background-color: #C6EFD6;
   position: absolute;
   top: 50%;
   left: 30px;
   border-radius: 50%;
   transform: translateY(-50%);
   transition: all 0.3s;
   z-index: -1;
}

.button a:after {
   content: '\f0a9';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 28px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
}

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

.button a:hover:before {
   width: 100%;
   height: 100%;
   border-radius: 30px;
   left: -1px;
   padding: 1px;
}

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

   .button a {
      width: 240px;
      text-align: left;
      font-size: 14px;
      line-height: 20px;
      padding: 15px 40px;
   }

   .button a:before {
      left: 20px;
   }

   .button a:after {
      font-size: 24px;
   }
}

/* -- -- */
.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: #1C66B9;
}

.cl-green {
   color: #277455;
}

.cl-red {
   color: #D90912;
}

.cl-yellow {
   color: #FFCC00;
}

.cl-brown {
   color: #533B0C;
}

.cl-orange {
   color: #EB5407;
}

.udl {
   background-image: linear-gradient(#FFCC00, #FFCC00);
   background-size: 100% 40%;
   background-repeat: no-repeat;
   background-position: left bottom;
}

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

.fw-smb {
   font-weight: 600;
}

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

.fw-black {
   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);
}

.ovh {
   overflow: hidden;
}

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

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

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

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

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

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

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

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

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

   .pt80 {
      padding-top: 50px;
   }

   .pt120 {
      padding-top: 60px;
   }

   .pb80 {
      padding-bottom: 50px;
   }

   .pb120,
   .pb200 {
      padding-bottom: 50px;
   }
}

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

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

/* -- -- */
.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 {
   opacity: 1;
}

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

/* -- --*/
.tb-style {
   position: relative;
   font-size: 17px;
   line-height: 25px;
}

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

.tb-style dl>* {
   display: table-cell;
   vertical-align: top;
   padding: 20px 20px;
   border-bottom: 1px solid #479D68;
}

.tb-style dl:first-child>* {
   padding-top: 0;
}

.tb-style dl dt {
   width: 200px;
   position: relative;
   border-bottom-width: 3px;
   position: relative;
   top: 1px;
}

.tb-style dl dd {
   padding-left: 20px;
}

.tb-style dl dd a:not([href^="tel:"]):hover {
   text-decoration: underline;
}

.tb-style dl dd p {
   padding-bottom: 20px;
}

.tb-style dl dd p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   .tb-style {
      font-size: 13px;
      line-height: 20px;
   }

   .tb-style dl>* {
      padding: 10px 0px;
   }

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

   .tb-style dl dd {
      padding-left: 10px;
   }
}

/* -- -- */
.box-qa dl+dl {
   margin-top: 20px;
}

.box-qa dl dt {
   display: grid;
   grid-template-columns: 22px 1fr 18px;
   align-items: center;
   gap: 10px;
   background-color: #FBE4C2;
   border-radius: 10px;
   padding: 22px 30px;
   font-weight: 500;
   cursor: pointer;
}

.box-qa dl dt:before {
   content: '';
   width: 22px;
   height: 22px;
   background: url("../img/index/icon-q.png") no-repeat center top/cover;
}

.box-qa dl dt i {
   color: #EB5407;
   font-size: 18px;
   transition: all 0.3s;
}

.box-qa dl dd {
   display: none;
   font-size: 16px;
   line-height: 24px;
   margin: 15px 30px 0;
   padding-left: 32px;
   position: relative;
}

.box-qa dl dd:before {
   content: '';
   width: 22px;
   height: 22px;
   background: url("../img/index/icon-a.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.box-qa dl.active dt i {
   transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
   .box-qa dl+dl {
      margin-top: 10px;
   }

   .box-qa dl dt {
      grid-template-columns: 16px 1fr 14px;
      gap: 6px;
      font-size: 14px;
      line-height: 20px;
      padding: 15px 10px;
   }

   .box-qa dl dt:before {
      width: 16px;
      height: 16px;
   }

   .box-qa dl dd {
      font-size: 13px;
      line-height: 20px;
      margin: 10px 10px 0;
      padding-left: 21px;
   }

   .box-qa dl dd:before {
      width: 16px;
      height: 16px;
   }
}

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

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

@media screen and (max-width: 767px) {
   .photo-full {
      width: 100%;
      height: 60vw;
   }

   .photo-full img {
      height: 100%;
      object-fit: cover;
   }
}

/* -- -- */
.list-dot {
   font-size: 18px;
   line-height: 26px;
}

.list-dot li {
   position: relative;
   padding-left: 20px;
}

.list-dot li:before {
   content: '';
   width: 9px;
   height: 9px;
   background: #EB5407;
   position: absolute;
   top: 10px;
   left: 0;
   border-radius: 50%;
}

.list-dot li+li {
   margin-top: 8px;
}

@media screen and (max-width: 767px) {
   .list-dot {
      font-size: 14px;
   }

   .list-dot li {
      padding-left: 15px;
   }

   .list-dot li:before {
      top: 9px;
   }

   .list-dot li+li {
      margin-top: 5px;
   }
}

/* -- -- */
.swiper-fade .swiper-slide {
   opacity: 0 !important;
}

.swiper-fade .swiper-slide-active {
   opacity: 1 !important;
}

/* -- --*/
.slick-arrow {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 30px;
   height: 30px;
   font-size: 0;
   border: 0;
   position: relative;
   cursor: pointer;
   background: #277455;
   color: #fff;
   border-radius: 50%;
   transition: all 0.3s;
}

.slick-arrow:before {
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 20px;
   line-height: 1;
}

.slick-arrow:hover {
   background-color: #333;
}

.slick-prev:before {
   content: "\f104";
}

.slick-next:before {
   content: "\f105";
}

.slick-dots {
   display: flex;
   justify-content: center;
   gap: 10px;
}

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

.slick-dots li button {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #fff;
   border: 2px solid #fff;
   border-radius: 50%;
   font-size: 0;
   box-sizing: border-box;
   cursor: pointer;
   transition: all 0.3s;
}

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

@media screen and (max-width: 767px) {
   .slick-arrow {
      width: 20px;
      height: 20px;
   }

   .slick-arrow:before {
      font-size: 12px;
   }

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

@media screen and (min-width: 1080px) {
   .slick-dots li button:hover {
      background-color: #FFCC00;
   }
}

/*=============================================*
* お問い合わせ
*=============================================*/
.wpcf7 {
   position: relative;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
   font-size: 16px;
   line-height: 24px;
}

.wpcf7 .select {
   position: relative;
}

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

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

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '\f107';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 15px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 16px;
   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;
   padding: 10px 50px 10px 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: 10px 20px;
}

.wpcf7 textarea {
   height: 240px;
   resize: vertical;
}

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

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
   width: 100%;
   height: 100%;
   cursor: pointer;
   background-position: top 22px right 15px;
   background-size: 18px 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: flex;
   flex-direction: column;
   gap: 10px;
   font-size: 14px;
   line-height: 22px;
}

.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: inline-grid;
   grid-template-columns: 16px 1fr;
   align-items: flex-start;
   gap: 5px;
   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: '';
   background-color: #fff;
   border: 1px solid #707070;
   grid-area: 1/1;
   position: relative;
   top: 1px;
   border-radius: 2px;
   cursor: pointer;
   width: 16px;
   height: 16px;
   box-sizing: border-box;
   position: relative;
   top: 4px;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   display: none;
   content: '\f00c';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 12px;
   line-height: 16px;
   letter-spacing: 0;
   text-align: center;
}

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

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 13px;
   line-height: 22px;
   color: #E50012;
}