@charset "UTF-8";

@import './base.css';
@import './fontawesome.css';

.sp-menubtn {
  z-index: 4;
}

.sp-menu {
  z-index: 3;
}

.header {
  z-index: 2;
}

main {
  z-index: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.top-main {
  width: 720px;
}

.header {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
}

.header__head {
  padding: 10px;
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header__text {
  font-size: 14px;
  font-weight: normal;
}

.header__logo {
  margin-top: 6px;
  width: 84px;
}

.header__main {
  padding-top: 10px;
}

.header__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__tel-wrap {
  background: #eee;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.header__tel-num {
  font-size: 23px;
  margin-left: 5px;
  font-weight: bold;
  letter-spacing: 0.067em;
}

.header__link-wrap {
  display: flex;
  margin-left: 34px;
}

.header__link {
  color: #fff;
  background: #00a3d9;
  display: flex;
  width: 126px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
}

.header__link:visited {
  color: #fff;
}

.header__link:first-child {
  margin-left: 0;
}

.header__link-img {
  width: 26px;
  margin-bottom: 10px;
}

.h-sns__link--yt, .h-sns__link--fb, .h-sns__link--tw {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.h-sns__link--yt:visited, .h-sns__link--fb:visited, .h-sns__link--tw:visited {
  color: #fff;
}

.h-sns {
  display: flex;
}

.h-sns__item {
  margin-left: 10px;
}

.h-sns__link--yt {
  background: #cd201f;
}

.h-sns__link--fb {
  background: #3B5998;
}

.h-sns__link--tw {
  background: #55acee;
}

.h-gnav {
  display: flex;
  justify-content: flex-end;
}

.h-gnav__item {
  margin-left: 34px;
}

.h-gnav__link {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 16px 2px 20px;
  position: relative;
}

.h-gnav__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  background: #00a3d9;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.btn-spmenu {
  background: #eee;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: relative;
}

.btn-spmenu__bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .5s ease;
}

.btn-spmenu__bar:nth-child(1) {
  top: 12px;
}

.btn-spmenu.opened .btn-spmenu__bar:nth-child(1) {
  top: 20px;
  transform: translate(-50%, 0) rotate(45deg);
}

.btn-spmenu__bar:nth-child(2) {
  top: 19px;
}

.btn-spmenu.opened .btn-spmenu__bar:nth-child(2) {
  transform: translate(-50%, 0) scale(0);
}

.btn-spmenu__bar:nth-child(3) {
  top: 26px;
}

.btn-spmenu.opened .btn-spmenu__bar:nth-child(3) {
  top: 20px;
  transform: translate(-50%, 0) rotate(-45deg);
}

.sp-menu {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 20px 20px;
}

.sp-menu__navlist {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sp-menu__navitem {
  font-size: 14px;
  padding: 10px 0;
}

.sp-menu__snslist {
  display: flex;
}

.sp-menu__snsitem {
  margin-right: 10px;
}

.sp-menu__snslink--yt {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #cd201f;
}

.sp-menu__snslink--yt:visited {
  color: #fff;
}

.sp-menu__snslink--fb {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #3B5998;
}

.sp-menu__snslink--fb:visited {
  color: #fff;
}

.sp-menu__snslink--tw {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #55acee;
}

.sp-menu__snslink--tw:visited {
  color: #fff;
}

.sp-menu__tel-wrap {
  background: #eee;
  padding: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.sp-menu__tel-num {
  font-size: 20px;
  margin-top: 5px;
  font-weight: bold;
}

.f-contact {
  background: #eee;
  padding: 55px 0;
}

.f-contact__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.f-contact__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
  width: 100%;
}

.f-contact__info {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-contact__link-wrap {
  width: 50%;
  position: relative;
}

.f-contact__link-wrap:after {
  content: url(/img/shadow_footer.png);
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
}

.f-contact__link {
  display: block;
  text-align: center;
  width: 338px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.f-contact__link:last-of-type {
  margin-bottom: 0;
}

.f-nav {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.f-nav__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.f-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-nav__item {
  border-right: 1px solid #525252;
  margin-bottom: 10px;
}

.f-nav__link {
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.f-info {
  padding: 24px 0 55px;
}

.f-info__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.f-info__text {
  font-size: 12px;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 20px;
}

.f-info__copy {
  display: block;
  font-size: 12px;
  text-align: center;
}

.aside {
  width: 215px;
}

.aside__contents {
  margin-bottom: 40px;
}

.aside__contents:last-child {
  margin-bottom: 0;
}

.aside__title {
  color: #000;
  font-size: 14px;
  background: #eee;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
}

.aside__body {
  margin-bottom: 40px;
}

.aside__body:last-of-type {
  margin-bottom: 0;
}

.aside__twitter {
  border: 1px solid #eee;
  margin-bottom: 40px;
}

.aside__sns {
  margin-bottom: 10px;
}

.aside__sns:last-child {
  margin-bottom: 0;
}

.aside__bnr {
  margin-bottom: 40px;
}

.aside__bnr-img {
  margin-bottom: 15px;
}

.aside__text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.aside__map {
  border: 1px solid #eee;
  padding: 15px 15px 25px;
}

.aside__maptext {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
}

.aside__maplink {
  text-decoration: underline;
}

.aside__movie-title {
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}

.aside__movie-body {
  width: 100%;
  height: 100%;
}

.aside__info-list {
  font-size: 14px;
}

.aside__info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.aside__info-head--time {
  margin-bottom: 5px;
}

.aside__info-body {
  font-size: 18px;
  color: #d80000;
}

.aside__info-body--time {
  font-size: 14px;
  color: #525252;
  line-height: 1.5;
}

.aside__lead {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.aside__link {
  display: block;
  border: 1px solid #ddd;
  padding: 18px 0 18px 14px;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}

.aside__link:last-child {
  margin-bottom: 0;
}

.aside__link:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.mainv {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.mainv__lead {
  position: absolute;
  z-index: 1;
  top: 62px;
  left: 112px;
}

.search-nav {
  margin: -23px 0 50px;
}

.search-nav__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
  padding: 0;
  border-radius: 3px;
  background: #00a3d9;
  position: relative;
}

.search-nav__title {
  width: 354px;
  height: 44px;
  color: #00a3d9;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.search-nav__title:before {
  content: "";
  background-image: url(/img/icon_search_nav.png);
}

.search-nav__list {
  display: flex;
  justify-content: space-between;
  padding: 28px 14px 18px;
}

.search-nav__item {
  position: relative;
}

.search-nav__item:after {
  content: "";
  width: 1px;
  height: 63px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

.search-nav__item:last-child:after {
  content: none;
}

.search-nav__link {
  width: 215px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.top-contents {
  margin-bottom: 44px;
}

.top-contents__title {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 18px 4px;
  border-bottom: 2px solid #eee;
  position: relative;
  margin-bottom: 30px;
}

.top-contents__title:before {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00a3d9;
}

.search-list01 {
  display: flex;
  flex-wrap: wrap;
}

.search-list01__item {
  width: 226px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.search-list01__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.search-list01__item:nth-child(3n) {
  margin-right: 0;
}

.search-list01__link {
  display: block;
}

.search-list02 {
  display: flex;
  flex-wrap: wrap;
}

.search-list02__item {
  width: 226px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.search-list02__item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.search-list02__item:nth-child(3n) {
  margin-right: 0;
}

.search-list02__link {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 16px 0 16px 14px;
  letter-spacing: 0.2em;
  position: relative;
}

.search-list02__link:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.top-faq__navlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.top-faq__navitem {
  background: #8dd5f5;
  margin-top: 10px;
}

.top-faq__navitem:nth-child(-n+3) {
  margin-top: 0;
}

.top-faq__navlink {
  width: 230px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.2em;
}

.top-faq__navlink:before {
  content: "#";
  margin-right: 4px;
}

.top-faq__navlink:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.top-faq__list {
  margin-bottom: 20px;
}

.top-faq__item {
  padding: 20px 4px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.top-faq__item:before {
  content: "Q";
  font-size: 24px;
  font-weight: bold;
  color: #d80000;
  margin-right: 10px;
}

.top-faq__link {
  text-decoration: underline;
  color: #525252;
  letter-spacing: 0.1em;
}

.top-faq__link:visited {
  color: #525252;
}

.top-faq__btn-wrap {
  text-align: center;
}

.top-faq__btn {
  display: inline-block;
  width: 226px;
  border: 1px solid #ddd;
  padding: 16px 0;
  letter-spacing: 0.1em;
  position: relative;
}

.top-faq__btn:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.top-about {
  margin-top: 60px;
}

.top-about__lead {
  font-size: 20px;
  font-weight: bold;
  color: #00a3d9;
  margin-bottom: 40px;
}

.top-about__container {
  overflow: hidden;
}

.top-about__img {
  float: right;
  margin: 0 0 20px 20px;
}

.top-about__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.top-about__text:last-of-type {
  margin-bottom: 0;
}

.top-reco {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-reco__item {
  text-align: center;
  margin-top: 14px;
}

.top-reco__item:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
  .header__link:hover {
    color: #fff;
    background: #40cfff;
  }
  .h-gnav__link:hover {
    opacity: .7;
  }
  .btn-spmenu {
    display: none;
  }
  .sp-menu {
    display: none !important;
  }
  .f-contact__link:hover {
    opacity: .7;
  }
  .f-nav__link:hover {
    opacity: .7;
    text-decoration: underline;
  }
  .aside__sns-link:hover {
    opacity: 0.7;
  }
  .aside__bnrlink:hover {
    opacity: 0.7;
  }
  .aside__maplink:hover {
    opacity: 0.7;
  }
  .aside__link:hover {
    background: #eee;
  }
  .search-nav__link:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .search-list01__link:hover {
    opacity: .7;
  }
  .search-list02__link:hover {
    background: #eee;
  }
  .top-faq__navlink:hover {
    opacity: .7;
  }
  .top-faq__btn:hover {
    background: #ddd;
  }
  .top-bnr__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .wrapper {
    min-width: auto;
  }
  .container {
    padding: 0;
    width: 94%;
  }
  .container {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .container main {
    order: 1;
    margin-bottom: 30px;
  }
  .container aside {
    order: 2;
  }
  .top-main {
    width: 100%;
  }
  .header {
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
  }
  .header__head {
    position: static;
    width: auto;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .header__text {
    display: none;
  }
  .header__logo {
    width: 48px;
  }
  .header__tel-wrap {
    display: none;
  }
  .header__link-wrap {
    margin-left: auto;
  }
  .header__link {
    width: 65px;
    height: 40px;
    margin-left: 5px;
  }
  .header__link-img {
    width: 15px;
    margin-bottom: 5px;
  }
  .header__link-text {
    font-size: 10px;
  }
  .h-sns {
    display: none;
  }
  .h-gnav {
    display: none;
  }
  .f-contact {
    padding: 30px 0;
  }
  .f-contact__inner {
    padding: 0;
    width: 94%;
  }
  .f-contact__inner {
    flex-direction: column;
  }
  .f-contact__title {
    font-size: 18px;
  }
  .f-contact__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .f-contact__tel {
    width: 80%;
  }
  .f-contact__link-wrap {
    width: 100%;
  }
  .f-contact__link-wrap:after {
    content: none;
  }
  .f-contact__link {
    width: 100%;
  }
  .f-nav {
    padding: 24px 0;
  }
  .f-nav__inner {
    padding: 0;
    width: 94%;
  }
  .f-nav__item {
    width: 50%;
    text-align: center;
    border-right: none;
    margin-bottom: 14px;
  }
  .f-nav__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .f-nav__link {
    font-size: 12px;
    padding: 0;
    letter-spacing: 0;
  }
  .f-info {
    padding: 30px 0;
  }
  .f-info__inner {
    padding: 0;
    width: 94%;
  }
  .f-info__copy {
    line-height: 1.3;
  }
  .aside {
    width: 100%;
  }
  .aside__movie-body {
    height: calc(94vw * 9 / 16);
  }
  .mainv {
    padding: 0;
  }
  .mainv__lead {
    width: 160px;
    top: 15px;
    left: 5%;
  }
  .mainv__img-item {
    height: 190px;
    position: relative;
  }
  .mainv__img-item img {
    height: 190px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .search-nav {
    margin: 0 0 30px;
  }
  .search-nav__inner {
    padding: 0;
    width: 94%;
  }
  .search-nav__title {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0);
    border-radius: 0;
  }
  .search-nav__list {
    flex-wrap: wrap;
    padding: 10px;
  }
  .search-nav__item {
    width: 48%;
    margin-bottom: 4%;
  }
  .search-nav__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .search-nav__item:after {
    content: none;
  }
  .search-nav__link {
    width: 100%;
  }
  .top-contents {
    margin-bottom: 30px;
  }
  .top-contents__title {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .search-list01__item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .search-list01__item:nth-last-child(-n+3) {
    margin-bottom: 5px;
  }
  .search-list01__item:nth-child(3n) {
    margin-right: 2%;
  }
  .search-list01__item:nth-child(2n) {
    margin-right: 0;
  }
  .search-list01__item::nth-last-child(-n*2) {
    margin-bottom: 0;
  }
  .search-list02__item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .search-list02__item:nth-last-child(-n + 3), .search-list02__item:nth-child(3n) {
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .search-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .search-list02__item::nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .search-list02__link {
    font-size: 14px;
    padding: 12px 0 12px 10pxx;
  }
  .top-faq__navlist {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .top-faq__navitem {
    margin: 0 0 10px;
  }
  .top-faq__navlink {
    width: 100%;
    letter-spacing: 0;
    font-size: 14px;
  }
  .top-faq__item {
    padding: 10px 4px;
  }
  .top-faq__item:before {
    font-size: 18px;
    margin-right: 6px;
  }
  .top-faq__link {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .top-faq__btn {
    width: 100%;
    letter-spacing: 0;
  }
  .top-about {
    margin-top: 30px;
  }
  .top-about__lead {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .top-about__img {
    float: none;
    margin: 0 0 10px;
  }
  .top-about__text {
    margin-bottom: 0;
  }
  .top-reco {
    flex-direction: column;
  }
}
