﻿/*--------------------------------------
base
--------------------------------------*/

body {
    font-family: "Noto Sans japanese", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    position:relative;
    color:#000;
}
p {
    margin:0;
}
ul {
    margin:0;
    padding:0;
}
li {
    list-style: none;
}
a {
    opacity:1;
    transition:opacity .15s ease-in-out;
}
a:hover {
    text-decoration:none;
    opacity:.5;
}
img {
    max-width: 100%;
    height: auto;
}
*{
  min-height: 0;
  min-width : 0;
}
main {
  overflow: hidden;
}

body .d-hkd,
body .d-thk,
body .d-ngt,
body .d-csk,
body .d-ksh,
body .d-oki {
  display: none;
}

body.d-hkd .d-hkd {
  display: block;
}
body.d-thk .d-thk {
  display: block;
}
body.d-ngt .d-ngt {
  display: block;
}
body.d-csk .d-csk {
  display: block;
}
body.d-ksh .d-ksh {
  display: block;
}
body.d-oki .d-oki {
  display: block;
}

/*--------------------------------------
bootstrap-hacks
--------------------------------------*/

/*-----gutter-----*/

.gutter-1 {
    margin-right: -1px;
    margin-left: -1px;
}
.gutter-1 > [class^='col-'] {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
.gutter-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutter-5 > [class^='col-'] {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.gutter-75 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.gutter-75 > [class^='col-'] {
    padding-top: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 7.5px;
}
.gutter-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.gutter-10 > [class^='col-'] {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.gutter-15 {
    margin-right: -15px;
    margin-left: -15px;
}
.gutter-15 > [class^='col-'] {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}


/*--------------------------------------
utils
--------------------------------------*/

/*-----icons-----*/


/*-----texts-----*/

.ff-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/*-----font-color-----*/

.color-corporate-red {
    color:#EB6464;
}
.color-corporate-blue {
    color:#36A6CE;
}



/*--------------------------------------
fadeinAnimations
--------------------------------------*/

.scroll-space {
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1s;
}
.fadein.fadein-left {
  transform: translate(-20%,0);
}
.fadein.fadein-right {
  transform: translate(20%,0);
}
.fadein.fadein-up {
  transform: translate(0,-20%);
}
.fadein.fadein-bottom {
  transform: translate(0,20%);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.fadein.delay-1 {
  transition-delay: .1s;
}
.fadein.delay-2 {
  transition-delay: .2s;
}
.fadein.delay-3 {
  transition-delay: .3s;
}
.fadein.delay-4 {
  transition-delay: .4s;
}


/*--------------------------------------
modules
--------------------------------------*/

.header {
  background: #fff;
  border-bottom: 1px solid #188140;
}
.header-top {
  background: #3EA63A;
  min-height: 40px;
  align-items: center;
  display: flex;
}
.header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header-top-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
}
.header-top-btn {
  margin-right: 10px;
  min-height: 30px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 13px;
}
.header-top-btn img {
  margin-right: 10px;
  width: 12px;
}
.header-top-btn.white {
  background: #fff;
  color: #000;
}
.header-top-btn.frame {
  outline: 1px solid #fff;
  color: #fff;
}
.header-bottom {
  min-height: 60px;
  display: grid;
  grid-template-columns: 115px 1fr 115px;
  padding: 10px 30px;
}
.header-select {
  display: flex;
  align-items: center;
}
.header-select-box {
  min-height: 40px;
  border: 1px solid #3EA63A;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #188140;
  padding: 0 10px;
  width: 200px;
}
.header-main {
  display: flex;
  align-items: center;
}
.header-main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main-logo {
  margin: 0;
  display: flex;
  align-items: center;
}
.header-main-logo img {
  height: 50px;
}
.header-main-link {
  display: flex;

}
.header-main-link-a {
  display: inline-block;
  color: #188140;
  height: 100%;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-left: 1px solid #89B432;
}
.header-menu-btn {
  width: 40px;
  height: 30px;
  position: relative;
  border: none;
  background: none;
  display: none;
}
.header-menu-btn span {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #3EA63A;
  position: absolute;
  left: 0;
  transition: .1s;
}
.header-menu-btn span:nth-child(1) {
  top: 0;
}
.header-menu-btn span:nth-child(2) {
  top: 13px;
}
.header-menu-btn span:nth-child(3) {
  bottom: 0;
}
/* .header-menu-btn.active span:nth-child(1) {
  transform: translate(-50%,13px) rotate(45deg);
}
.header-menu-btn.active span:nth-child(2) {}
.header-menu-btn.active span:nth-child(3) {
  transform: translate(-50%,-13px) rotate(-45deg);
} */
.header-menu-btn span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 .45s forwards ease;
  animation: btn07-bar01 .45s forwards ease;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(13px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-menu-btn span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.header-menu-btn span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 .45s forwards ease;
  animation: btn07-bar03 .45s forwards ease;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-menu-btn.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 .45s forwards ease;
  animation: active-btn07-bar01 .45s forwards ease;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(13px) rotate(45deg);
    background: #fff;
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(13px) rotate(45deg);
    background: #fff;
  }
}
.header-menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-menu-btn.active span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 .45s forwards ease;
  animation: active-btn07-bar03 .45s forwards ease;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    background: #fff;
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
    background: #fff;
  }
}
#js-menu-body {


}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  transition: .2s;
  z-index: 9990;
  display: none;
}
.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #3EA63A;
  transition: .2s;
  transform: translate(100%,0);
  padding: 20px;
  z-index: 9995;
}
.menu-panel-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.menu-panel.active {
  transform: translate(0,0);
}
@media screen and (max-width: 1409.98px) {
  .header-bottom {
    grid-template-columns: 115px 1fr;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-main-logo img {
    height: 40px;
  }
  .header-main-link-a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  .header-top-text {
    font-size: 12px;
  }
  .header-select-box {
    min-height: 30px;
    font-size: 18px;
  }
  .header-bottom {
    grid-template-columns: 95px 1fr;
  }
  .header-main-logo img {
    height: 30px;
  }
  .header-main-link-a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .header-menu-btn {
    display: block;
  }
  .header-top-btns {
    display: none;
  }
  .header-main-link {
    display: none;
  }
  .header-top-btns.menu {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .header-main-link.menu {
    display: block;
  }
  .header-top-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-main-link-a {
    color: #fff;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 575.98px) {
  .header-bottom {
    padding: 10px;
  }
}

.top-info {
}
.top-info-line {
  display: grid;
  grid-template-columns: max-content 1fr;
  min-height: 35px;
  padding: 10px 0;
}
.top-info-line-heading {
  display: flex;
  align-items: center;
  padding-right: 25px;
  font-size: 13px;
  color: #000;
  border-right: 1px solid #000;
}
.top-info-line-heading img {
  width: 23px;
  margin-right: 5px;
}
.top-info-line-text {
  font-size: 13px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  color: #000;
}

@media screen and (max-width: 767.98px) {
  .top-info-line {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .top-info-line-heading {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
}
.footer {
  background: #A4D5BD;
  padding: 0 20px;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer-box {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
  padding: 0 15px;
  max-width: 850px;
}
.footer-logo {
  height: 50px;
}
.footer-box-follow {
  margin-left: auto;
  margin-right: 30px;
  font-size: 13px;
}
.footer-box-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-box-sns img {
  width: 25px;
  height: 25px;
}
.footer-box-sns a:not(:last-child) {
  margin-right: 35px;
}
.footer-middle {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}
.footer-col-tilte {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-col-list {
  border-left: 1px solid #000;
  margin: 0;
}
.footer-col-list.mb {
  margin-bottom: 25px;
}
.footer-col-list li {
  padding-left: 10px;
}
.footer-col-list li a {
  font-size: 12px;
  color: #000;
}
.footer-bottom {
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer-page-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
.footer-page-list li {
  text-align:center;
  flex:1 1 auto;
}
.footer-page-list a {
  display:block;
  padding:10px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.footer-copyright {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .footer-middle {
    grid-template-columns: 1fr;
  }
  .footer-col-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-logo {
    height: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-box {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-box-follow {
    margin: 0;
    margin-bottom: 10px;
  }
  .footer-page-list {
    flex-direction: column;
  }
  .footer-bottom {
    padding-bottom: 30px;
  }
}
.fv {
  padding: 35px 0 40px 0;
  position: relative;
}
.fv::before {
  content: '';
  background: linear-gradient(to bottom, #00000091 0%, transparent 20%, transparent 100%);
  background-size: cover;
  /* backdrop-filter: blur(5px); */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.fv-bg {
  position: absolute;
  width: 100%;
  height:100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.pop {
  position: absolute;
  bottom: 45px;
  left: 0;
  max-width: 350px;
  z-index: 99;
}
.fv2 {
  /* background-image: url(../img/bg2.jpg);
  background-size: cover; */
  position: relative;
}
.fv2-bg {
  position: absolute;
  width: 100%;
  height:100%;
  object-fit: cover;
}
.fv2-wrap {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  z-index: 10;
  position: relative;
}
.fv2-form {
  padding:10px 0;
}
.fv2-reco {
  background: #00000060;
  padding: 35px 25px 45px;
}
.fv2-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 20px;
}
.fv2-links-item.first-visible {
  grid-column: 1/3;
}
.fv2-links-item {
  background: #fff;
  padding: 10px;
  text-align: left;
}
.fv2-links-item img {
  margin-bottom: 10px;
}
.fv2-links-item-title {
  font-size: 14px;
  color: #0A5829;
}
.fv2-links-item-text {
  font-size: 10px;
  color: #000;
}
.air-form {
  max-width: 500px;
  margin: auto;
}
.air-form.jp {
  max-width: none;
}
.fv2-tabs-buttons {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: flex-end;
  grid-gap: 2px;
}
.fv2-tabs-buttons div,
.fv2-tabs-buttons button {
  min-height: 45px;
  background: #e6e6e6;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 2px 0;
}
.fv2-tabs-buttons div.is-active,
.fv2-tabs-buttons button.is-active {
  background: #fff;
  border-radius: 6px 6px 0 0;
  margin: 0;
}
.fv2-tabs-buttons div:hover,
.fv2-tabs-buttons button:hover {
  opacity: 0.8;
}
.fv2-tabs-contents {}
.fv2-tabs-contents > div:not(:first-child) {
  display: none;
}
.fv-heading {
  text-align: center;
  position: relative;
  z-index: 10;
}
.fv-heading-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.fv-heading-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 35px;
}
.fv-heading-title span {
  display: inline-block;
  position: relative;
}
.fv-heading-title span::before,
.fv-heading-title span::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -80px;
}
.fv-heading-title span::after {
  left: auto;
  right: -80px;
}
.fv-heading.type2 .fv-heading-title {
  font-size: 25px;
}
.fv-heading.type2 .fv-heading-text {
  font-size: 16px;
}
.fv-slider-item {
  display: flex;
  justify-content: center;
}
.fv-slider-item img {
  width: 100%;
}
.fv-slider-item a {
  scale: .7;
  transition: .2s;
  width: 100%;
  display: inline-block;
  padding: 20px 90px;
  backdrop-filter: blur(5px) brightness(0.5);
}
.fv-slider-item a:hover {
  opacity: .9;
}
.fv-slider-item.slick-current a {
  scale: 1;
}
.slick-dots li button:before {
  font-size: 40px!important;
  color: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #27562E!important;
  opacity: 1;
}
.slick-dots li {
  margin: 0;
}
/* .fv-slider .slick-list.draggable {
  padding-bottom: 30px!important;
} */
.fv-slider {
  margin-bottom: 60px!important;
  position: relative;
  z-index: 5;
}
.fv-slider .slick-dots {
  bottom: -50px!important;
}
@media screen and (max-width: 1399.98px) {
  .fv-slider-item a {
    padding: 20px 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .fv-heading-title {
    font-size: 24px;
  }
  .fv-heading-text {
    font-size: 14px;
  }
  .fv-heading-title span::before,
  .fv-heading-title span::after {
    content: none;
  }
  .fv-slider-item a {
    padding: 10px;
  }
  .fv2-tabs-buttons button {
    font-size: 10px;
  }
}

.page {
  display: grid;
  grid-template-columns: 350px 1fr 350px;
  max-width: 1920px;
  margin: auto;
  padding-top: 60px;
}
.page-side {
  padding-left: 40px;
}
.page-side.right {
  padding-left: 0;
  padding-right: 40px;
}
.page-side-recommended {
  background: #fff;
  padding: 25px;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 5px 1px #0000001a;
}
.page-side-recommended-title {
  font-size: 12px;
  color: #fff;
  background: #3EA63A;
  text-align: center;
  margin-bottom: 40px;
}
.page-side-banner {
  margin-bottom: 25px;
}
.page-side-banner p {
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}
.page-side-banner img {
}
.page-main {}
.side-banner-right > div ,
.side-banner-slider > div {
  margin-bottom: 20px;
}

.info {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-bottom: 80px;
}
.info-heading {
  border-right: 2px solid #27562E;

}
.info-heading p:nth-child(1){
  font-size: 14px;
}
.info-heading p:nth-child(2){
  font-size: 25px;
  color: #27562E;
}
.info-cnt {
  padding-left: 20px;
}
.info-line {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #707070;
  padding: 10px 0;
  color: #000;
}
.info-date {
  font-size: 12px;
  margin-right: 10px;
}
.info-label {
  font-size: 10px;
  color: #fff;
  min-height: 17px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  background: #3EA63A;
  border-radius: 4px;
  margin-right: 10px;
}
.info-title {
  font-size: 12px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.info-text {
  display: flex;
  align-items: center;
}
.page-bg {
  /* background: #F5FBF5; */
  position: relative;
}
.page-bg3 {
  background: #FAF8F2;
  position: relative;
}
.page-bg::before,
.page-bg::after {
  content: '';
  width: 100vw;
  height: 100%;
  background: #F5FBF5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.page-bg3::before,
.page-bg3::after {
  content: '';
  width: 100vw;
  height: 100%;
  background: #FAF8F2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
  
.page-section {
  padding: 90px 0;
}
.page-heading {
  font-size: 25px;
  font-weight: bold;
  color: #27562E;
  border-bottom: 1px solid #3EA63A;
  margin-bottom: 5px;
}
.page-heading span {
  font-size: 14px;
  display: block;
}
.page-heading2 {
  font-size: 28px;
  font-weight: bold;
  color: #27562E;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.page-heading2::before {
  content: '';
  width: 300px;
  height: 2px;
  background: #27562E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.page-heading2 span {
  display: block;
  font-size: 18px;
}
.page-text {
  font-size: 18px;
  margin-bottom: 40px;
}
.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tabs button {
  height: 100px;
  width: 100%;
  background: #fff;
  border: none;
  font-size: 32px;
  font-weight: bold;
  color: #B1C2B4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tabs button::before {
  content: '';
  width: 90%;
  height: 3px;
  background: #DDE5DE;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.tabs button.active {
  background: #F5FBF5;
  color: #27562E;
}
.tabs button.active::before {
  background: #27562E;
}
.tabs button:hover {
  text-decoration: underline;
}
.tabs button.active:hover {
  text-decoration: none;
}

.feature-slider .slick-dots li button:before,
.side-banner-slider .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
  filter: drop-shadow(0px 0px 1px black);
}
.feature-slider .slick-prev,
.feature-slider .slick-next,
.side-banner-slider .slick-prev,
.side-banner-slider .slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  z-index:5;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  filter: drop-shadow(2px 2px 2px #00000032);
}
.feature-slider .slick-prev,
.side-banner-slider .slick-prev {
  left: 5px;
  background-image: url(../img/allow-left.png);
}
.feature-slider .slick-next,
.side-banner-slider .slick-next {
  right: 5px;
  background-image: url(../img/allow-right.png);
}
.feature-slider .slick-prev:before, .feature-slider .slick-next:before,
.side-banner-slider .slick-prev:before, .side-banner-slider .slick-next:before {
  color: #000;
  content: '';
}
.feature-slider .slick-prev:hover, .feature-slider .slick-prev:focus,
.side-banner-slider .slick-prev:hover, .side-banner-slider .slick-prev:focus {
  background: #fff;
  background-image: url(../img/allow-left.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .8;
}
.feature-slider .slick-next:hover, .feature-slider .slick-next:focus,
.side-banner-slider .slick-next:hover, .side-banner-slider .slick-next:focus {
  background: #fff;
  background-image: url(../img/allow-right.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .8;
}
.side-banner-slider .slick-slide {
  padding: 5px;
}


.fv-slider .slick-prev,
.fv-slider .slick-next {
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 100px;
  background: #fff;
  display: block;
  clip-path:polygon(100% 0,0 50%,100% 100%);
}
.fv-slider .slick-next {
  clip-path:polygon(0 0,0 100%,100% 50%);
}
.fv-slider .slick-prev::before,
.fv-slider .slick-next::before {
  content: '';
}
.fv-slider .slick-prev {
  left: 26%;
}
.fv-slider .slick-next {
  right: 26%;
}
@media screen and (max-width: 1639.98px) {
  .page {
    grid-template-columns: 250px 1fr 250px;
  }
  .tabs button {
    font-size: 24px;
    height: 75px;
  }
  .page-side {
    padding-left: 20px;
  }
  .page-side-recommended {
    padding: 15px;
  }
  .page-side.right {
    padding-right: 20px;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    width: 25px;
    height: 70px;
  }
}
@media screen and (max-width: 1199.98px) {
  .info {
    grid-template-columns: 1fr;
  }
  .info-heading {
    border: none;
  }
  .page {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .page-main {
    grid-row: 1/2;
  }
  .page-side {
    padding: 0!important;
  }
  .page-side-recommended {
    position: static;
    top: auto;
    left: auto;
    box-shadow: none;
  }
  .page-side-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page-side-banner img {
    /* object-fit: contain;
    height: 200px; */
  }
  .side-banner-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .page-section {
      padding: 55px 0;
  }
}
@media screen and (max-width: 766.98px) {
  .tabs button {
    font-size: 18px;
    height: 55px;
  }
  .info-line {
    flex-direction: column;
  }
  .info-title {
    width: 100%;
  }
  .page-heading {
    font-size: 18px;
  }
  .page-heading span {
    font-size: 12px;
  }
  .page-text {
    margin-bottom: 20px;
  }
  .page-heading2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .page-heading2 span {
    font-size: 14px;
  }
  .fv2-wrap {
    grid-template-columns: 1fr;
  }
  .fv2-links {
    max-width: 500px;
    margin: auto;
  }
  .fv2-form {
    padding: 30px 10px;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    width: 20px;
    height: 60px;
  }
  .fv-slider .slick-next {
    right: 8%;
  }
  .fv-slider .slick-prev {
    left: 8%;
  }
}
@media screen and (max-width: 520.98px) {
  .fv2-links {
    grid-template-columns: 1fr;
  }
  .fv2-links-item.top {
    grid-column: auto;
  }
}

.feature-slider {
  margin-bottom: 100px !important;
}
.feature-slider-item {
  padding: 0 10px;
  filter: drop-shadow(2px 2px 2px #00000032);
}
.feature-slider-a {
  background: #fff;
  position: relative;
  display: inline-block;
  height: 100%;
}
.feature-slider-info {
  padding: 7px;
  padding-bottom: 50px;
}
.feature-slider-title {
  font-size: 18px;
  font-weight: bold;
  color: #27562E;
  margin-bottom: 5px;
}
.feature-slider-text {
  font-size: 14px;
  color: #000;
}
.feature-slider-price-wrap {
  height: 50px;
  width: 100%;
  position: absolute;
  margin-top: auto;
  bottom: 0;
}
.feature-slider-price {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  color: #A51212;
  transform: translate(0,-50%);
}
.feature-slider .slick-list.draggable {
  padding-bottom: 25px!important;
}

.banner-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
.banner-wrap.thin {
  max-width: 870px;
  margin: auto;
}
@media screen and (max-width: 766.98px) {
  .feature-slider {
    margin-bottom: 70px !important;
  }
  .banner-wrap {
    grid-gap: 15px;
  }
}


.free-feature {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px, 1fr));
  grid-gap: 30px 25px;
}
.free-feature-slider-item {
  filter: drop-shadow(2px 2px 2px #00000032);
}
.free-feature-slider-a {
  background: #fff;
  position: relative;
  display: inline-block;
  height: 100%;
}
.free-feature-slider-img {
  position: relative;
}
.free-feature-slider-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.free-feature-slider-place {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}
.free-feature-slider-info {
  padding: 7px;
  padding-bottom: 50px;
}
.free-feature-slider-text {
  font-size: 12px;
  color: #000;
}
.free-feature-slider-price-wrap {
  height: 50px;
  width: 100%;
  position: absolute;
  margin-top: auto;
  bottom: 0;
}
.free-feature-slider-price {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #A51212;
  transform: translate(-50%,-50%);
}

.charter-flight {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px 25px;
}
.charter-flight-title {
  font-size: 16px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3EA63A;
  font-weight: bold;
  background: #E8F5E8;
}

.charter {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px 25px;
  margin-top: 30px;
  filter: drop-shadow(2px 2px 2px #00000032);
}
.charter-item {
  border: 1px solid #000;
}
.charter-title {
  font-size: 16px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #27562E;
  background: #F0F3F5;
}
.banners {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 30px;
  margin-bottom: 100px;
  filter: drop-shadow(2px 2px 2px #00000032);
}
@media screen and (max-width: 1399.98px) {
  .free-feature {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
  }
  .charter-flight {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
  }
  .charter {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
  }
  .banners {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 766.98px) {
  .charter-flight {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
  }
  .charter {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
  }
  .banners {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
  }
}


.f-modal {
  width: 90%;
  height: 90%;
  max-width: 760px;
  max-height: 700px;
  background: #fff;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  border-radius: 15px;
  border: 7px solid #3EA63A;
}
.f-modal-overlay {
  width:100%;
  height: 100%;
  background: #000;
  opacity: .8;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}
.f-modal-wrap {
  display: flex;
  justify-content:center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  margin:auto;
  text-align: right;
}
.f-modal-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  position: absolute;
  top: 22%;
  left: 0;
}
.f-modal-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
}
.f-modal-japan {
  object-fit: contain;
  height: 100%;
}
.f-modal-select {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.f-modal-select button {
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background:  #3EA63A;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}
.f-modal-select button:hover {
  opacity: .8;
}
.f-modal-select button.pos1 {
  top: 16%;
  right: 14%;
  left: auto;
}
.f-modal-select button.pos2 {
  top: 41%;
  right: 23%;
  left: auto;
}
.f-modal-select button.pos3 {
  top: 52%;
  right: 45%;
  left: auto;
}
.f-modal-select button.pos4 {
  top: 75%;
  left: 22%;
}
.f-modal-select button.pos5 {
  top: 84%;
  left: -2%;
}
.f-modal-select button.pos6 {
  bottom: 3%;
  left: auto;
  right: 9%;
  top: auto;
}
.f-modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
}
.f-modal-close:hover {
  opacity: .8;
}
.f-modal-close::before,
.f-modal-close::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #3EA63A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.f-modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 999.98px) {
}
@media screen and (max-width: 766.98px) {
  .f-modal {
    max-height: 400px;
    padding: 25px;
  }
  .f-modal-heading {
    font-size: 18px;
  }
  .f-modal-select {
    right: 25px;
  }
  .f-modal-select button {
    font-size: 12px;
    min-height: 35px;
  }
}
@media screen and (max-width: 529.98px) {
  .f-modal-wrap {
    margin-top: 60px;
  }
  .f-modal-select {
    height: calc(100% - 60px);
  }    
  .f-modal-heading {
    font-size: 15px;
    top: -7%;
  }
  .f-modal-select button {
    font-size: 10px;
    min-height: 22px;
  }
}
.dp-lead {
  max-width: 760px;
  margin: auto;
  text-align: center;
  font-size: 18px;
}
.dp-column {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  flex-wrap: wrap;
  margin-top: 95px;
}
.dp-column-item {
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 15px;
  filter:drop-shadow(0px 3px 4px #ccc);
  text-align: center;
  padding: 15px 20px 25px 20px;
}
.dp-column-point {
  font-size: 21px;
  color: #27562E;
  margin-bottom: 10px;
}
.dp-column-title {
  color: #27562E;
  font-size:18px;
  margin-bottom:20px;
}
.dp-column-text {
  font-size: 15px;
  line-height: 2;
  text-align:left;
}
@media screen and (max-width: 766.98px) {
  .dp-lead {
    font-size: 14px;
  }
  .dp-column {
    margin-top: 45px;
  }
  .dp-column-point {
    font-size: 18px;
  }
  .dp-column-title {
    font-size: 16px;
  }
  .dp-column-text {
    font-size: 12px;
  }
  .dp-column-item {
    width: 100%;
  }
}

/* triphoo setting */
.search-box {
  position: relative;
  z-index: 1;
  align-self: center;
}

.search-box {
  padding: 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 0 10px 10px 10px;
}

.search-box #collapseTour {
  display: block;
}

.search-box .btn-sm,
.search-box .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.search-box .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.search-box .input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.search-box .btn-row {
  padding: 10px;
}

.search-box .btn-row>div {
  flex: 0 1 auto !important;
}
