/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/

body {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W4', 'ヒラギノ角ゴ Pro';
}

/*=====================================
*
*header
*
=======================================*/
header {
  height: 77px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .Gmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .Gmenu li {
  margin: 20px 25px;
}

header .Gmenu li a {
  color: #111;
  transition: ease all .3s;
}

@media (any-hover:hover) {
  header .Gmenu li a:hover {
    opacity: 0.7;
  }
}

header .header_btn {
  position: absolute;
  height: 100%;
  width: 230px;
  background: url(../img/header/headerBtn-bg.jpg)no-repeat left top;
  right: 0;
  top: 0;
  transition: ease all .5s;
}

@media (any-hover:hover) {
  header .header_btn:hover {
    opacity: .7;
  }
}

header .header_btn .bg_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

header .header_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

header .header_btn .tel_btn {
  display: block;
}

header .header_btn a .image {
  display: block;
  text-align: center;
}

header .header_btn a .text {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

header .fixed_btn {
  background: #7bb8ef;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: ease all .3s;
}

header .fixed_btn.active {
  opacity: 1;
  pointer-events: all;
  bottom: 50px;
}

header .fixed_btn .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

header .fixed_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  transition: ease all .5s;
}

header .fixed_btn a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  background: hsla(0, 0%, 100%, 0.171);
  transform: translate(-50%, -50%);
  transition: ease all .2s;
  border-radius: 50%;
}

header .fixed_btn a:hover::before {
  width: 100%;
  height: 100%;
}

header .fixed_btn a .fixed_btn_inner {
  display: block;
  position: relative;
}

header .fixed_btn a .fixed_btn_inner .image {
  display: block;
  text-align: center;
  margin-bottom: 3px;
}

header .fixed_btn a .fixed_btn_inner .text {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

/*pv*/
@media screen and (max-width:1060px) {
  header .fixed_btn {
    width: 90px;
    height: 90px;
    right: 20px;
  }

  header .fixed_btn .arrow {
    width: 75%;
  }

  header .fixed_btn a .fixed_btn_inner .image {
    width: 70%;
    margin: 0 auto;
  }

  header .fixed_btn a .fixed_btn_inner .text {
    font-size: 14px;
  }
}

/*tb*/
@media screen and (min-width:768px) and (max-width:1024px) {
  header .header_btn {
    width: 200px;
  }

  header .menu-global-container {
    margin-right: 120px;
  }

  header .Gmenu li {
    font-size: 13px;
    margin: 16px 14px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  header .header_btn {
    position: fixed;
    z-index: 9998;
    bottom: -10px;
    top: initial;
    width: 100%;
    height: 80px;
    background: url(../img/header/headerBtn-bg.jpg) repeat left top;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }

  header .header_btn.active {
    bottom: 0;
    opacity: 1.0;
    pointer-events: initial;
  }

  /*ハンバーガーメニュー*/
  header .ham-btn {
    position: fixed;
    z-index: 9998;
    top: 27.5px;
    right: 10px;
  }

  header .ham-btn .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  header .ham-btn span {
    position: relative;
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--main-color);
    transition: 0.3s ease-in-out;
  }

  header .ham-btn.active span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }

  header .ham-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .ham-btn.active span:nth-of-type(3) {
    top: -10px;
    transform: rotate(-45deg);
  }

  .ham-menu {
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 9997;
    width: 100vw;
    height: 100svh;
    min-height: 100vh;
    padding-top: 70px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .ham-menu.active {
    position: fixed;
    top: 0;
    opacity: 1.0;
    pointer-events: inherit;
  }

  .ham-menu .sp-logo {
    position: absolute;
    top: 12.5px;
    left: 20px;
    width: 150px;
    height: 50px;
    background-color: #ededed;
  }

  header .ham-menu .menu-global-container {
    margin-right: 0;
  }

  header .Gmenu {
    display: block;
    opacity: 0;
    transition: 0.5s ease-in-out;
    transition-delay: 0.3s;
  }

  header .Gmenu.active {
    opacity: 1.0;
  }

  header .Gmenu li {
    margin: 0 0 0 20px;
  }

  header .Gmenu li a {
    font-size: 15px;
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #efefef;
  }

  header .fixed_btn {
    width: 70px;
    height: 70px;
  }

  header .fixed_btn a .fixed_btn_inner .text {
    font-size: 12px;
  }

  header .fixed_btn a .fixed_btn_inner .image {
    width: 50%;
  }
}

/*=====================================
*
*front
*
=======================================*/
/*=====================================
*mv
=======================================*/
.front_mv .mv {
  display: flex;
}

.front_mv .mv .mv-logo_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - ((1490 / 1920) * 100%));
}

.front_mv .mv .mv-logo_area h1 {
  text-align: center;
}

.front_mv .mv .mv-logo_area .inner .btn-area {
  margin-top: 50px;
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 27px;
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn-text .deco {
  content: "";
  display: block;
  width: 7px;
  height: 16px;
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn-text .deco-1 {
  background-image: url(../img/mv//deco/deco-1.png);
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn-text .deco-2 {
  background-image: url(../img/mv//deco/deco-2.png);
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn-text span {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.0;
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn {
  position: relative;
  border-radius: 5px;
  background-color: var(--btn-color);
  transition: 0.3s ease-in-out;
}

@media (any-hover:hover) {
  .front_mv .mv .mv-logo_area .inner .btn-area .btn:hover {
    opacity: 0.7;
  }
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 16px 68px;
}

.front_mv .mv .mv-logo_area .inner .btn-area .btn a img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.front_mv .mv .mv-img {
  position: relative;
  width: calc((1490 / 1920) * 100%);
}

.front_mv .mv .mv-img .splide {
  height: 100%;
}

.front_mv .mv .mv-img .splide .splide__track {
  height: 100%;
}

.front_mv .mv .mv-img .splide .splide__track img {
  height: 100%;
  object-fit: cover;
}

.front_mv .mv .news {
  position: absolute;
  display: flex;
  gap: 10px;
  align-items: center;
  left: 0;
  font-size: 14px;
  padding: 11px 48px 11px 23px;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 10px 0 0;
}

.front_mv .mv .news .title {
  font-weight: 600;
  color: #111;
}

.front_mv .mv .news .cont a {
  display: flex;
  align-items: center;
}

.front_mv .mv .news .cont span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  padding-right: 10px;
}

.front_mv .mv .news .cont a {
  color: #333333;
  transition: 0.3s ease-in-out;
}

@media (any-hover:hover) {
  .front_mv .mv .news .cont a:hover {
    opacity: 0.7;
  }
}

/*pc*/
@media screen and (max-width:1450px) {
  .front_mv .mv .mv-logo_area {
    width: calc(100% - ((1360 / 1920) * 100%));
  }

  .front_mv .mv .mv-img {
    width: calc((1360 / 1920) * 100%);
  }

  .front_mv .mv .mv-logo_area .inner .btn-area {
    margin-top: 25px;
  }
}

/*tb*/
@media screen and (max-width:1024px) {
  .front_mv .mv .mv-img {
    width: calc((1316 / 1920) * 100%);
  }

  .front_mv .mv .mv-logo_area h1 {
    width: 65%;
    margin: auto;
  }

  .front_mv .mv .mv-logo_area {
    width: calc(100% - ((1316 / 1920) * 100%));
    padding: 0 1%;
  }

  .front_mv .mv .mv-logo_area img {
    text-align: center;
  }

  .front_mv .mv .mv-logo_area .inner .btn-area {
    margin-top: 20px;
  }

  .front_mv .mv .mv-logo_area .inner .btn-area .btn-text {
    gap: 7px;
    margin-bottom: 15px;
  }

  .front_mv .mv .mv-logo_area .inner .btn-area .btn-text span {
    font-size: 13px;
  }

  .front_mv .mv .mv-logo_area .inner .btn-area .btn {
    width: 200px;
    margin: auto;
  }

  .front_mv .mv .mv-logo_area .inner .btn-area .btn a {
    font-size: 15px;
    padding: 12px 20px;
  }

  .front_mv .mv .mv-logo_area .inner .btn-area .btn a img {
    top: calc(50% - 3px);
    right: 3px;
    scale: 0.75;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .front_mv .mv {
    flex-wrap: wrap;
    gap: 30px;
  }

  .front_mv .mv>* {
    width: 100% !important;
  }

  .front_mv .mv .news {
    font-size: 12px;
    max-width: calc(100vw - 80px);
    padding: 11px 48px 11px 10px;
    opacity: 0.85;
  }

  .front_mv .mv .news .cont a {
    display: block;
  }

  .front_mv .mv .news .title {
    min-width: fit-content;
  }

  .front_mv .mv .news h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

}

/*TOP見出し*/
.front_title {
  margin: 40px auto;
  position: relative;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: ease all .5s;
  top: 10px;
}

.front_title.anime {
  opacity: 1;
  pointer-events: all;
  top: 0;
}

.front_title .en_title {
  font-family: "Lato";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
  color: #333;
}

.front_title .en_title span {
  font-size: 18px;
}

.front_title h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
}

.front_title02 {
  margin: 40px auto;
  position: absolute;
  text-align: center;
  right: 0;
  top: -20px;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: ease all .5s;
}

.front_title02.anime {
  opacity: 1;
  pointer-events: all;
  top: -30px;
}

.front_title02 .en_title {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
  color: #444;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  left: calc(50% + 40px);
  top: 30px;
}

.front_title02 .en_title span {
  font-size: 18px;
  color: #333;
}

.front_title02 h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*tb*/
@media screen and (max-width:1024px) {

  .front_title h2,
  .front_title02 h2 {
    font-size: 30px;
  }
}

/*sp*/
@media screen and (max-width:768px) {
  .front_title {
    margin: 40px auto 20px;
  }

  .front_title02 .en_title {
    left: calc(50% + 30px);
  }

  .front_title h2,
  .front_title02 h2 {
    font-size: 20px;
  }
}

/*=====================================
*section1
=======================================*/
.section1 {
  position: relative;
  overflow: hidden;
  margin: 100px auto 0;
}

.section1 .column_list .slick-initialized .slick-slide {
  margin: 0 15px;
}

.section1 .column_list ol li a {
  transition: ease all .3s;
}

.section1 .column_list ol li a .image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.section1 .column_list ol li a .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 404/ 202;
  object-fit: cover;
}

.section1 .column_list ol li a .image .date {
  font-family: "Lato";
  color: #fff;
  position: absolute;
  left: 17px;
  top: 13.5px;
  font-size: 14px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #000000ab;
}

.section1 .column_list ol li a .title {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section1 .column_list ol li a:hover {
  opacity: .7;
}

/*tb*/
@media screen and (max-width:1024px) {
  .section1 .column_list ol li a .title {
    font-size: 12px;
  }
}

/*sp*/
@media screen and (max-width:599px) {
  .section1 .column_list ol li a .image img {
    aspect-ratio: 5 / 3;
  }
}

/*=====================================
*section2
=======================================*/
.section2 {
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}

.section2 .front_title02.anime {}

.section2 .bg {
  background: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 87%;
  height: 65%;
}

.section2 .bg::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: #f4f4f4;
  position: absolute;
  right: 50px;
  top: 50px;
  transform: translate(100%, -100%);
}

.section2 .image {}

.section2 .image .image_top {
  width: 70%;
  position: relative;
}

.section2 .image .image_top::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.section2 .image .image_top.anime::before {
  animation: image_slide .5s cubic-bezier(0.65, 0.04, 0, 0.9) 0s forwards;
}

@keyframes image_slide {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.section2 .image .image_bottom {
  width: 50%;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  display: inline-block;
  top: -50px;
  width: 45%;
}

.section2 .image .image_bottom::before {
  content: '';
  display: block;
  width: 102%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 0;
}

.section2 .image .image_bottom.anime::before {
  animation: image_slide .5s cubic-bezier(0.65, 0.04, 0, 0.9) 0s forwards;
}

.section2 .sec2_text {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 14px;
  letter-spacing: 5px;
  width: 55%;
  height: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: ease all .5s;
}

.section2 .sec2_text.anime {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
}

.section2 .sec2_text .text_inner {
  max-width: 740px;
  padding: 0 20px;
}

.section2 .sec2_text .text_inner p {
  margin: 15px auto;
  line-height: 1.8;
}

.section2 .sec2_text .text_inner .btn {
  margin: 20px 0;
}

.section2 .sec2_text .text_inner .btn a {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  font-size: 20px;
  margin: 10px 0;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  transition: ease all .3s;
  position: relative;
  letter-spacing: 1px;
}

.section2 .sec2_text .text_inner .btn a:hover {
  opacity: .7;
}

.section2 .sec2_text .text_inner .btn a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/btn/btn_arrow.png)no-repeat left top;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:1260px) {
  .section2 {
    padding-bottom: 55px;
    margin: 100px auto 50px;
  }

  .section2 .sec2_text {
    font-size: 13px;
    height: 50%;
  }

  .section2 .sec2_text .text_inner {
    max-width: 600px;
  }
}

@media screen and (max-width:1060px) {
  .front_title02 h2 {
    font-size: 23px;
  }

  .section2 {
    padding-bottom: 0;
    margin: 50px auto;
  }

  .section2 .bg {
    bottom: 30%;
    height: 50%;
  }

  .section2 .image .image_top {
    width: 75%;
  }

  .section2 .image .image_bottom {
    top: -20px;
  }

  .section2 .sec2_text {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    letter-spacing: 3px;
  }

  .section2 .sec2_text .text_inner {
    max-width: 100%;
  }

  .section2 .sec2_text .text_inner .btn a {
    max-width: 300px;
    padding: 10px;
    font-size: 18px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .section2 .bg::before {
    width: 50px;
    height: 50px;
    right: 25px;
    top: 25px;
  }

  .section2 .sec2_text .text_inner .btn {
    margin: 20px auto;
  }

  .section2 .sec2_text .text_inner .btn a {
    margin: 0 auto;
  }

  .section2 .image .image_top {
    height: 230px;
    overflow: hidden;
  }

  .section2 .image .image_top img {
    max-width: inherit;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .section2 .sec2_text {
    letter-spacing: 2px;
  }
}

/*=====================================
*section3
=======================================*/
.section3 {
  position: relative;
  overflow: hidden;
}

.section3 .sec3_list {
  margin: 40px auto;
}

.section3 .sec3_list ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section3 .sec3_list ol li {
  width: 46%;
  margin: 40px 0;
  position: relative;
}

.section3 .sec3_list ol li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: ease all .5s;
}

.section3 .sec3_list ol li:nth-child(2n):after {
  transition-delay: .2s;
}

.section3 .sec3_list ol li.anime::after {
  width: 0;
}

.section3 .sec3_list ol li .text {
  padding: 10px 20px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #111;
  text-align: center;
  min-width: 50%;
  border-radius: 0 10px 0 0;
  font-size: 20px;
  font-weight: bold;
}

.section3 .sec3_list .center_btn {
  margin: 20px auto;
}

.section3 .sec3_list .center_btn a {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  font-size: 20px;
  margin: 10px auto;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  transition: ease all .3s;
  position: relative;
  letter-spacing: 1px;
}

.section3 .sec3_list .center_btn a:hover {
  opacity: .7;
}

.section3 .sec3_list .center_btn a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/btn/btn_arrow.png)no-repeat left top;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/*pc*/
@media screen and (max-width:1260px) {
  .section3 .sec3_list ol {
    padding-top: 10px;
  }

  .section3 .sec3_list ol li {
    width: 48%;
  }

  .section3 .sec3_list ol li .text {
    font-size: 16px;
  }
}

@media screen and (max-width:1060px) {
  .section3 .sec3_list ol li .text {
    font-size: 14px;
    padding: 5px 8px;
  }

  .section3 .sec3_list .center_btn a {
    max-width: 300px;
    padding: 10px;
    font-size: 18px;
  }
}

/*sp*/
@media screen and (max-width:768px) {
  .section3 .sec3_list {
    margin: 0 auto;
  }

  .section3 .sec3_list ol {
    display: block;
  }

  .section3 .sec3_list ol li {
    display: block;
    width: 100%;
  }

  .section3 .sec3_list ol li {
    margin: 0 auto 80px;
  }
}

/*=====================================
*section4
=======================================*/
.section4 {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  margin: 100px auto;
}

.section4 .bg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
  animation: rotate 30s linear 0s infinite;
}

@keyframes rotate {
  0% {
    transform: translate(30%, -30%) rotate(0deg);
  }

  100% {
    transform: translate(30%, -30%) rotate(360deg);
  }
}

.section4 .map_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.section4 .map_wrapper .map {
  max-width: 900px;
  width: 100%;
  height: 390px;
}

.section4 .map_wrapper .text {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section4 .map_wrapper .text .title {
  font-size: 25px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.section4 .map_wrapper .text p {
  font-size: 14px;
  line-height: 2.4;
  display: inline-block;
  margin: 0 auto;
}

.section4 .map_wrapper .text p span {
  font-weight: bold;
}

.section4 .sec4_list {
  margin: 80px auto;
  position: relative;
}

.section4 .sec4_list ol {
  display: flex;
  justify-content: space-between;
}

.section4 .sec4_list ol li {
  width: calc(100% / 3);
  position: relative;
}

.section4 .sec4_list ol li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fafafa;
  transition: ease all .5s;
}

.section4 .sec4_list ol li:nth-child(2)::after {
  transition-delay: .1s;
}

.section4 .sec4_list ol li:nth-child(3)::after {
  transition-delay: .2s;
}

.section4 .sec4_list.anime ol li::after {
  width: 0;
}

.section4 .sec4_list .center_text {
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
}

/*pc*/
@media screen and (max-width:1060px) {
  .section4 .sec4_list .center_text {
    font-size: 16px;
  }
}

/*sp*/
@media screen and (max-width:768px) {
  .section4 .bg {
    width: 50%;
  }

  .section4 .map_wrapper .text .title {
    font-size: 20px;
  }

  .section4 .map_wrapper .text p {
    font-size: 12px;
  }

  .section4 .sec4_list {
    margin: 20px auto;
  }

  .section4 .sec4_list ol {
    display: block;
  }

  .section4 .sec4_list ol li {
    width: 100%;
  }

  .section4 .sec4_list .center_text {
    font-size: 14px;
  }
}

/*=====================================
*
*single
*
=======================================*/
#single .single_header{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#single .single_header .image{
  width: calc(100% - 430px);
  position: relative;
  height: 400px;
  overflow: hidden;
}
#single .single_header .image img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#single .single_header .image::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  animation: page_image_fade .5s cubic-bezier(0.63, 0, 0.25, 0.96) 0s forwards;
}
@keyframes page_image_fade{
  0%{
    width: 100%;
    right: 0;
  }
  100%{
    width: 0;
    right: 0;
  }
}
#single .single_header .text{
  width: 430px;
  text-align: center;
}
#single .single_header .text .logo{
  width: 200px;
  text-align: center;
  margin: 0 auto 40px;
}
#single .single_header .text .text_inner{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 10px;
  opacity: 0;
  animation: page_text_fade .5s linear 0s forwards;
}
@keyframes page_text_fade{
  0%{
    opacity: 0;
    top: 10px;
  }
  100%{
    opacity: 1;
    top: 0;
  }
}
#single .single_header .text .text_inner h1{
  font-weight: bold;
    line-height: 1.6;
    font-size: 14px;
}
#single .maincontents .contents{
  max-width: 1260px;
  width: 100%;
  padding: 0 20px;
  margin: 80px auto;
}
#single .maincontents .contents h2{
  font-size: 40px;
  letter-spacing: 2px;
  margin: 40px auto 20px;
}
#single .maincontents .contents h3{
  font-size: 35px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  letter-spacing: 2px;
  margin: 40px auto 20px;
}
#single .maincontents .contents h4{
  font-size: 30px;
  border-left: 5px solid #ccc;
  padding: 10px;
  letter-spacing: 2px;
  margin: 40px auto 20px;
}
#single .maincontents .contents p{
  margin: 40px auto;
  line-height: 2;
  letter-spacing: 2px;
}
#single .maincontents .contents .page_pn{
  margin: 40px auto;
}
#single .maincontents .contents .page_pn ol{
  display: flex;
  justify-content: flex-start;
}
#single .maincontents .contents .page_pn ol li{
  width: 48%;
}
#single .maincontents .contents .page_pn ol li:first-child{
  margin-right: 4%;
}
#single .maincontents .contents .page_pn ol li a{
  overflow: hidden;
  position: relative;
  height: 120px;
  display: block;
}
#single .maincontents .contents .page_pn ol li a .image{
  overflow: hidden;
  position: relative;
  height: 100%;
}
#single .maincontents .contents .page_pn ol li a .image img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#single .maincontents .contents .page_pn ol li a .image::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  transition: ease all .5s;
}
#single .maincontents .contents .page_pn ol li a:hover .image::after{
  opacity: 0;
}
#single .maincontents .contents .page_pn ol li a .pn{
  font-size: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 2px;
    opacity: .6;
}
#single .maincontents .contents .page_pn ol li a .cont{
  color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 150px);
}
#single .maincontents .contents .page_pn ol li a .cont span{
  font-size: 12px;
}
#single .maincontents .contents .page_pn ol li a .cont .title{
  font-size: 14px;
}
#single .maincontents .relation{
  width: 100%;
  margin: 40px auto;
  background: #fafafa;
  padding: 50px 0;
}
#single .maincontents .relation .relation_title{
  max-width: 1300px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 20px;
}
#single .maincontents .relation .relation_title .en_title{
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
}
#single .maincontents .relation .relation_title .en_title span{
  font-size: 18px;
  color: #333;
}
#single .maincontents .relation .relation_title h2{
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
}
#single .maincontents .relation ul{
  display: flex;
  justify-content: flex-start;
  max-width: 1300px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#single .maincontents .relation ul li{
  width: 30%;
  margin-right: 5%;
}
#single .maincontents .relation ul li:nth-child(3){
  margin-right: 0;
}
#single .maincontents .relation ul li a{
  display: block;
}
#single .maincontents .relation ul li a .image{
  overflow: hidden;
  position: relative;
  height: 180px;
  background: #000;
}
#single .maincontents .relation ul li a .image img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: ease all .5s;
}
#single .maincontents .relation ul li a .title{
  color: #333;
  padding:10px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: ease all .5s;
}
#single .maincontents .relation ul li a:hover .image img{
  opacity: .6;
}
#single .maincontents .relation ul li a:hover .title{
  opacity: .6;
}
#single .hb-rates-table{
	width: 100%;
	text-align: center;
}
#single .hb-rates-table th{
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
#single .hb-rates-table td{
	font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
	border-right: 1px solid #ccc;
}
#single .hb-rates-table th:last-child,
#single .hb-rates-table td:last-child{
	border: none;
}
#single .maincontents .contents h3.hb-title{
	font-size: 20px;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
    font-weight: bold;
}
#single .maincontents .contents.reseve_single h4{
	border: none;
	font-size: inherit;
}
#single .maincontents .contents.reseve_single label{
	font-size: 16px;
}
#single .maincontents .contents.reseve_single input,
#single .maincontents .contents.reseve_single select{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-family: 'Noto Sans JP';
}
#single .maincontents .contents.reseve_single input[type="submit"]{
	padding: 11px;
	border: none;
	font-family: 'Noto Sans JP';
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	letter-spacing:1px;
	transition: ease all .5s;
	letter-spacing: 2px;
}
#single .maincontents .contents.reseve_single input[type="submit"]:hover{
	cursor: pointer;
	opacity: .7;
}
#single .maincontents .contents.reseve_single .hb-search-error{
	font-size: 14px;
	margin-top: 5px;
}
#single .maincontents .contents.reseve_single .hb-search-fields{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#single .maincontents .contents.reseve_single .hbook-wrapper{
	padding: 40px;
    background: #fafafa;
	margin: 60px auto;
}
#single .maincontents .contents.reseve_single .hb-search-fields > p{
	width: 19%;
}
#single .maincontents .contents.reseve_single .hb-accom-list .hb-step-button{
	display: block !important;
}
#single .maincontents .contents.reseve_single .hb-multi-accom-choices .hb-accom{
	padding: 40px 10px;
}
#single .maincontents .contents.reseve_single .hb-multi-accom-choices .hb-accom .hb-accom-price-total{
	margin: 20px 0 0;
}
#single .maincontents .contents.reseve_single .hb-multi-accom-choices .hb-accom .hb-price-breakdown{
    padding: 10px 20px;
    background: #fff;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.8;
}
.hb-resa-summary-content{
	background: #fff;
}
#single .hb-resa-summary-content {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 22px;
    padding: 16px 17px;
    padding-bottom: 0;
    line-height: 1.8;
}
#single .hb-resa-summary-content .hb-summary-total-price{
	font-size: 20px;
}
#single .hb-payment-method b{
	font-size: 16px;
    font-weight: bold;
}
#single .maincontents .contents .hb-payment-method,
#single .maincontents .contents .hb-paypal-payment-form-txt,
#single .maincontents .contents .hb-confirm-area{
	letter-spacing: 0;
    line-height: 1.8;
}
#single .maincontents .contents .hb-bottom-area i{
	line-height: 1;
	letter-spacing: 0;
    font-size: 12px;
}
#single .maincontents .contents .hb-bottom-area i img{
	height: 20px;
}
#single .hb-title.hb-title-payment,
#single .hb-payment-type-explanation{
	display: none !important;
}

@media screen and (max-width:1260px){
	#single .maincontents .relation .relation_title h2{
		font-size:30px;
	}
	
  #single .single_header .image{
    width: calc(100% - 330px);
    overflow: hidden;
  }
  #single .single_header .text {
    width: 320px;
  }
}

@media screen and (max-width:1060px){
  #single .single_header .image{
    width: calc(100% - 240px);
  }
  #single .single_header .text{
    width: 230px;
    padding: 0 10px;
  }
}

/*sp*/
@media screen and (max-width:768px){
	#single .single_header .image {
		width: calc(100% - 20px);
		height: 130px;
		position: relative;
		overflow: hidden;
		left: 20px;
	}
	#single .single_header {
		flex-flow: column-reverse;
		align-items: flex-start;
	}
	#single .single_header .text {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		padding: 0 20px;
		background: #fff;
		z-index: 2;
		position: relative;
		border-radius: 0 5px 0 0;
		margin: 60px 0 20px;
	}
	#single .single_header .text .logo{
		margin: 0;
		margin-right: 20px;
		width: 100px;
	}
	#single .single_header .text .text_inner{
		margin: 0;
		text-align: left;
	}
	#single .maincontents .contents h2{
		font-size: 25px;
		letter-spacing: 1px;
	}
	#single .maincontents .contents h3{
		font-size: 22px;
		letter-spacing: 1px;
	}
	#single .maincontents .contents h4{
		font-size: 18px;
		letter-spacing: 1px;
	}
	#single .maincontents .contents p {
		margin: 20px auto;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	#single .maincontents .contents .page_pn ol li a .pn{
		font-size: 16px;
		top: 10px;
		left: 10px;
		transform: none;
		letter-spacing: 1px;
	}
	#single .maincontents .contents .page_pn ol li a .cont{
		color: #fff;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 10px;
		transform: none;
		width: 100%;
		padding: 0 10px;
	}
	
	#single .maincontents .relation .relation_title h2{
		font-size: 20px;
	}
	
	#single .maincontents .contents .page_pn ol li a .cont .title{
		font-size: 12px;
	}
	#single .maincontents .relation ul{
		display: block;
	}
	#single .maincontents .relation ul li{
		width: 100%;
		margin: 20px auto;
	}
	#single .maincontents .relation ul li a .image{
		height: 100px;
	}
	#single .maincontents .relation ul li a .title{
		font-size: 14px;
	}	
}
/*=====================================
*
*page
*
=======================================*/
.page_mv{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.page_mv .mv_image{
  width: calc(100% - 430px);
  position: relative;
}
.page_mv .mv_image::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  animation: page_image_fade .5s cubic-bezier(0.63, 0, 0.25, 0.96) 0s forwards;
}
@keyframes page_image_fade{
  0%{
    width: 100%;
    right: 0;
  }
  100%{
    width: 0;
    right: 0;
  }
}
.page_mv .mv_inner{
  width: 430px;
  text-align: center;
}
.page_mv .mv_inner .logo{
  width: 200px;
  text-align: center;
  margin: 0 auto 40px;
}
.page_mv .mv_inner .text{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 10px;
  opacity: 0;
  animation: page_text_fade .5s linear 0s forwards;
}
@keyframes page_text_fade{
  0%{
    opacity: 0;
    top: 10px;
  }
  100%{
    opacity: 1;
    top: 0;
  }
}
.page_mv .mv_inner .text .en_title{
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Lato';
  letter-spacing: 2px;
  color: #333;
}
.page_mv .mv_inner .text .page_title{
  font-size: 33px;
  font-weight: bold;  
  line-height: 1;
  color: #333;
}

@media screen and (max-width:1260px){
	.page_mv .mv_image{
		width: calc(100% - 330px);
		overflow: hidden;
	}
	.page_mv .mv_inner {
		width: 320px;
	}
	.page_mv .mv_inner .logo{
		width: 110px;
		margin: 0 auto 20px;
	}
	.page_mv .mv_inner .text .en_title{
		margin-bottom: 5px;
	}
	.page_mv .mv_inner .text .page_title{
		font-size: 28px;
	}
}

@media screen and (max-width:1060px){
	.page_mv{
		align-items: stretch;
	}
	.page_mv .mv_image{
		width: calc(100% - 240px);
	}
	.page_mv .mv_inner{
		width: 230px;
		padding: 0 10px;
	}
	.breadcrumb{
		width: calc(100% - 240px);
	}
	.page_mv .mv_inner .text .page_title{
		font-size: 22px;
	}	 
}

/*sp*/
@media screen and (max-width:768px){
	.page_mv{
		flex-flow: column-reverse;
		align-items: flex-start;
	}
	.page_mv .mv_image{
		width: calc(100% - 20px);
		height: 130px;
		position: relative;
		overflow: hidden;
		left: 20px;
	}
	.page_mv .mv_inner{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		padding: 0 20px;
		background: #fff;
		z-index: 2;
		position: relative;
		border-radius: 0 5px 0 0;
		margin: 0 0 20px;
	}
	.page_mv .mv_inner .text .page_title {
		font-size: 25px;
	}
	.page_mv .mv_inner .logo{
		margin: 0;
		margin-right: 20px;
		width: 100px;
	}
	.page_mv .mv_inner .text{
		margin: 0;
		text-align: left;
	}
	.page_mv .mv_inner .text .en_title{
		margin-bottom: 5px;
	}
}

#page .maincontents{
  margin: 0 auto 120px;
}
#page .maincontents .contents{
  
}
#page .maincontents .contents p{
  margin: 20px auto;
}
#page .maincontents .contents .page_text_top{
  line-height: 3;
  letter-spacing: 3px;
  margin: 80px auto;
}
#page .maincontents .contents .page_flex{
  display: flex;
  justify-content: space-between;
}
#page .maincontents .contents .page_flex.re{
  flex-flow: row-reverse;
}
#page .maincontents .contents .page_flex .image{
  width: 50%;
  position: relative;
  overflow: hidden;
  min-height: 390px;
}
#page .maincontents .contents .page_flex .image::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fafafa;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: ease all .5s;
}
#page .maincontents .contents .page_flex.anime .image::after{
  width: 0;
}
#page .maincontents .contents .page_flex .page_flex_inner{
  width: 50%;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
	overflow: hidden;
}
#page .maincontents .contents .page_flex .page_flex_inner .foot{
	position: absolute;
    right: 80px;
    top: 30px;
    width: 10%;
    opacity: 0;
    transform: rotate(-30deg);
    transition: ease all .3s;
}
#page .maincontents .contents .page_flex.anime .page_flex_inner .foot{
	opacity: .1;
}
#page .maincontents .contents .page_flex .page_flex_inner .ico{
	position: absolute;
    right: 40px;
    top: 30px;
    width: 10%;
    transform: rotate(10deg);
    transition: ease all .3s;
	display: none;
}
#page .maincontents .contents .page_flex .page_flex_inner .text{
  position: relative;
  top: 10px;
  opacity: 0;
  transition: ease all .5s;
}
#page .maincontents .contents .page_flex.anime .page_flex_inner .text{
  opacity: 1;
  top: 0;
}
#page .maincontents .contents .page_flex .page_flex_inner .text .page_title .en_title{
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
  font-family: 'Lato';
  letter-spacing: 2px;
  color: #333;
}
#page .maincontents .contents .page_flex .page_flex_inner .text .page_title .en_title span{
  font-size: 18px;
}
#page .maincontents .contents .page_flex .page_flex_inner .text .page_title h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
#page .maincontents .contents .page_flex .page_flex_inner .text p{
	font-size: 15px;
	margin: 50px auto;
	line-height: 3;
	letter-spacing: 1px;
	font-weight: 700;
	color: #555;
}
#page .maincontents .contents .page_flex .page_flex_inner .text .btn{
  
}
#page .maincontents .contents .page_flex .page_flex_inner .text .btn a{
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 10px;
  font-size: 20px;
  margin: 10px 0;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  transition: ease all .3s;
  position: relative;
  letter-spacing: 4px;
}
#page .maincontents .contents .page_flex .page_flex_inner .text .btn a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/btn/btn_arrow.png)no-repeat left top;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#page .maincontents .contents .page_flex .page_flex_inner .text .btn a:hover{
  opacity: .7;
}
#page .maincontents .contents .page_bottom{
  margin: 80px auto;
  position: relative;
}
#page .maincontents .contents .page_bottom .page_title{

}
#page .maincontents .contents .page_bottom .page_title .en_title{
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
}
#page .maincontents .contents .page_bottom .page_title .en_title span{
  font-size: 18px;
  color: #333;
}
#page .maincontents .contents .page_bottom .page_title h2{
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
}
#page .maincontents .contents .page_bottom .single_map{
  width: 100%;
  max-width: 1060px;
  position: relative;
  overflow: hidden;
	text-align: center;
  margin: 40px auto;
}
#page .maincontents .contents .about_table{
  margin: 120px auto;
  position: relative;
  max-width: 960px;
  width: 100%;
  border: 2px solid #5cafef;
  padding: 40px;
}
#page .maincontents .contents .about_table::before{
  content: '';
  display: block;
  width: calc( 100% - 20px);
  height: calc( 100% - 20px);
  border: 1px solid #5cafef;
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
#page .maincontents .contents .about_table .checks{
  display: flex;
  justify-content: space-between;
}
#page .maincontents .contents .about_table .checks .check_inner{
  width: 50%;
}
#page .maincontents .contents .about_table .checks .check_inner .check_title{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #5cafef;
}
#page .maincontents .contents .about_table .checks .check_inner .time {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: #655e5e;
}
#page .maincontents .contents .about_table .about_inner{
  margin: 30px auto 10px;
}
#page .maincontents .contents .about_table .about_inner ol{
  display: flex;
  justify-content: space-between;
}
#page .maincontents .contents .about_table .about_inner ol li{
  width: calc( 100% - 2.5px);
  margin-right: 5px;
  background: #fafafa;
  padding: 20px;
}
#page .maincontents .contents .about_table .about_inner ol li:last-child{
  margin-right: 0;
}
#page .maincontents .contents .about_table .about_inner ol li .title{
  font-weight: bold;
  text-align: center;
  color: #333;
  font-size: 18px;
}
#page .maincontents .contents .about_table .about_inner ol li .cont{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
#page .maincontents .contents .about_table .about_inner ol li .cont p{
  margin: 0 auto;
}
#page .maincontents .contents .about_table .note{
  line-height: 1.8;
}
#page .maincontents .contents .modal_list{

}
#page .maincontents .contents .modal_list ol{
  display: flex;
  justify-content: space-between;
}
#page .maincontents .contents .modal_list ol li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  border: 1px solid #ccc;
  padding: 20px 10px;
  position: relative;
  transition: ease all .5s;
}
#page .maincontents .contents .modal_list ol li::before{
  content: '';
  width: 14px;
  height: 14px;
  background: url(img/modal_icon.png)no-repeat left top;
  margin-right: 8px;
}
#page .maincontents .contents .modal_list ol li:hover{
  cursor: pointer;
  background: #ccc;
  color: #fff;
}
#page .maincontents .contents .modal_bg{
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  transition: ease all .5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#page .maincontents .contents .modal_bg.active{
  opacity: .4;
  pointer-events: all;
}
#page .maincontents .contents .modal_cont{

}
#page .maincontents .contents .modal_cont .modal_inner{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  background: #fff;
  padding: 40px;
  line-height: 2.3;
  min-width: 55%;
  transition: ease all .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  box-shadow: 0px 15px 15px -20px #000;
  font-size: 14px;
}
#page .maincontents .contents .modal_cont .modal_inner::before{
  content: '';
  display: block;
  width: calc( 100% - 20px);
  height: calc( 100% - 20px);
  border: 1px solid #ccc;
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
#page .maincontents .contents .modal_cont .modal_inner.active{
  opacity: 1;
  pointer-events: all;
}
#page .maincontents .contents .modal_cont .modal_inner .title{
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
#page .maincontents .contents .modal_cont .modal_inner .title::before{
  content: '';
  display: block;
  width: 300px;
  height: 1px;
  background: #999;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(100%,-50%);
}
#page .maincontents .contents .modal_cont .modal_inner table{
  width: 100%;
  border-collapse: collapse;
}
#page .maincontents .contents .modal_cont .modal_inner table th{
  border: 1px solid #ccc;
  padding: 10px;
  background: #efefef;
}
#page .maincontents .contents .modal_cont .modal_inner table td{
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
#page .maincontents .contents .modal_cont .modal_inner .close{
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ccc;
  z-index: 99;
}
#page .maincontents .contents .modal_cont .modal_inner .close span{
  font-size: 40px;
}
#page .maincontents .contents .modal_cont .modal_inner .close span:hover{
  cursor: pointer;
}
#page .maincontents .contents .page_slide{
  display: flex;
  justify-content: space-between;
  margin: 120px auto;
}
#page .maincontents .contents .page_slide .thumbnail{
  width: 18%;
  max-width: 280px;
  position: relative;
  overflow: hidden;
}
#page .maincontents .contents .page_slide .thumbnail .thumbnail_inner{
  display: flex;
  transition: ease all .5s;
}
#page .maincontents .contents .page_slide .thumbnail ol{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#page .maincontents .contents .page_slide .thumbnail ol li{
  height: 100px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
  background: #000;
	transition: ease all .3s;
}
#page .maincontents .contents .page_slide .thumbnail ol li:hover{
	cursor: pointer;
	opacity: .8;
}
#page .maincontents .contents .page_slide .thumbnail ol li img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: .5;
  transition: ease all .3s;
}
#page .maincontents .contents .page_slide .thumbnail ol li.active img{
  opacity: 1;
}
#page .maincontents .contents .page_slide .thumbnail .arrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: calc( 50% - 10px);
  transform: translateY(-50%);
  padding: 0 10px;
  width: 100%;
  pointer-events: none;
}
#page .maincontents .contents .page_slide .thumbnail .arrow .prev{
  pointer-events: none;
  opacity: 0;
}
#page .maincontents .contents .page_slide .thumbnail .arrow .next{
  pointer-events: none;
  opacity: 0;
}
#page .maincontents .contents .page_slide .thumbnail .arrow .prev.active,
#page .maincontents .contents .page_slide .thumbnail .arrow .next.active{
  pointer-events: all;
  opacity: 1;
}

#page .maincontents .contents .page_slide .thumbnail .arrow .prev.active img,
#page .maincontents .contents .page_slide .thumbnail .arrow .next.active img{
	filter: drop-shadow(0px 0px 6px #aaa);
}

#page .maincontents .contents .page_slide .thumbnail .dots{
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#page .maincontents .contents .page_slide .thumbnail .dots span{
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  opacity: .6;
  border-radius: 50%;
  margin: 0 5px;
}
#page .maincontents .contents .page_slide .thumbnail .dots span.active{
  opacity: 1;
}
#page .maincontents .contents .page_slide .slider{
  width: 81%;
  max-width: 1373px;
  position: relative;
  transition: ease all .5s;
  overflow: hidden;
  height: 580px;
}
#page .maincontents .contents .page_slide .slider img{
  opacity: 0;
  transition: ease all .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: fade_slide 1s linear 0s forwards;
}
@keyframes fade_slide{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#page .maincontents .contents .page_slide .slider span{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  letter-spacing: 2px;
  animation: fade_slide 1s linear 0s forwards;
}
#page .maincontents .contents .institution{
  margin: 80px auto;
  position: relative;
}
#page .maincontents .contents .institution ol{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page .maincontents .contents .institution ol li{
  width: 48%;
  margin-bottom: 40px;
}
#page .maincontents .contents .institution ol li .text{
  margin-top: 10px;
}
#page .maincontents .contents .institution ol li .text .title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#page .maincontents .contents .institution ol li .text .title::before{
  content: '';
  display: block;
  width: 80%;
  height: 200px;
  border: 1px solid #ccc;
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translate(-50%,0%);
  z-index: -1;
}
#page .maincontents .contents .institution ol li .text .title::after{
  content: '';
  display: block;
  width: 30%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translate(-50%,0%);
  z-index: -1;
}

#page .maincontents .contents .institution ol li .text .title p {
    width: fit-content;
	font-size:18px!important;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8;
    background: #fff;
    padding: 0 2.0em;
}

#page .maincontents .contents .institution ol li .text p{
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}
#page .maincontents .contents .institution ol li img{
	aspect-ratio: 96 / 65;
	object-fit:cover;
}

#page .maincontents .contents .form{
  max-width: 740px;
  width: 100%;
  padding: 0 20px;
  margin: 80px auto;
}
#page .maincontents .contents .form .form_cont{

}
#page .maincontents .contents .form .form_cont .form_inner{
  margin: 20px auto;
  position: relative;
}
#page .maincontents .contents .form .form_cont .form_inner .title{
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#page .maincontents .contents .form .form_cont .form_inner .title span{
  font-size: 12px;
  background: #75b5e6;
  color: #fff;
  margin-left: 10px;
  letter-spacing: 1px;
  padding: 5px 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
#page .maincontents .contents .form .form_cont .form_inner .cont{
  margin-top: 10px;
}
#page .maincontents .contents .form .form_cont .form_inner .cont input,
#page .maincontents .contents .form .form_cont .form_inner .cont textarea{
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-family: '游ゴシック';
  letter-spacing: 1px;
}

#page .maincontents .contents .form .form_cont .form_inner .cont textarea{
	resize:none;
}

#page .maincontents .contents .form .form_cont .form_btn{
  margin: 40px auto;
  position: relative;
  width: 100%;
  max-width: 340px;
  transition: ease all .5s;
}
#page .maincontents .contents .form .form_cont .form_btn:hover{
  opacity: .7;
}
#page .maincontents .contents .form .form_cont .form_btn::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/btn/btn_arrow.png)no-repeat left top;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#page .maincontents .contents .form .form_cont .form_btn input{
  display: block;
  width: 100%;
  max-width: 340px;
  padding: 15px;
  font-size: 25px;
  margin: 10px auto;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  font-family: '游ゴシック';
  letter-spacing: 2px;
  transition: ease all .5s;
}
#page .maincontents .contents .form .form_cont .form_btn input:hover{
  cursor: pointer;
}
#page .maincontents .contents .form .form_cont .form_note{
  text-align: center;
  font-size: 13px;
  margin-top: -35px;
  letter-spacing: 1px;
}
#page .maincontents .contents .center_text{
	text-align: center;
    margin: 40px auto;
    line-height: 2.5;
    font-size: 18px;
}
#page .maincontents .contents .thanks_btn{
	margin-top: 40px;
}
#page .maincontents .contents .thanks_btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 5px;
    font-size: 20px;
    margin: 10px auto;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    transition: ease all .3s;
    position: relative;
    letter-spacing: 1px;
}
#page .maincontents .contents .thanks_btn a:hover{
	opacity: .7;
}
#page .maincontents .contents .thanks_btn a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/btn/btn_arrow.png)no-repeat left top;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#page .maincontents .contents .order{
	max-width: 760px;
	width: 100%;
	margin: 40px auto;
}
#page .maincontents .contents .order table{
	width: 100%;
	border: 1px solid #f1e3e7;
}
#page .maincontents .contents .order table th{
	width: 40%;
    text-align: left;
    padding: 20px;
	background: #fff5f8;
	border: 1px solid #f1e3e7;
}
#page .maincontents .contents .order table td{
    text-align: left;
    padding: 20px;
	border: 1px solid #f1e3e7;
}

#page .maincontents .contents .priva_sec {
    position: relative;
}
#page .maincontents .contents .priva_sec .first_text {
    border: 1px solid #ccc;
    padding: 30px 30px;
    margin: 30px 0;
    position: relative;
    border: 2px solid #ccc;
}
#page .maincontents .contents .priva_sec .first_text p {
    /* font-weight: bold; */
    font-size: 16px;
    margin: 0 !important;
    line-height: 1.7;
    position: relative;
}
#page .maincontents .contents .priva_sec .priva_row {
    position: relative;
}
#page .maincontents .contents .priva_sec .priva_row h2 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
    padding: 20px;
    background: #fafafa;
}
#page .maincontents .contents .priva_sec .first_text::before {
    content: "";
    z-index: 0;
    content: '';
    display: block;
    width: calc( 100% - 20px);
    height: calc( 100% - 20px);
    border: 1px solid #ccc;
    position: absolute;
    left: 10px;
    top: 10px;
    pointer-events: none;
}
#page .maincontents .contents .priva_sec .priva_row ul {
    padding-left: 1.4em;
}
#page .maincontents .contents .priva_sec .priva_row ul li {
    list-style: disc;
}

@media screen and (max-width:1260px){
	#page .maincontents .contents .page_flex .page_flex_inner{
		padding: 30px;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text p{
		margin: 20px auto;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text .btn a{
		font-size: 18px;
	}
	#page .maincontents .contents .page_flex .image{
		overflow: hidden;
		position: relative;
	}
	#page .maincontents .contents .page_flex .image img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		max-width: inherit;
		width: auto;
		height: 100%;
	}
	#page .maincontents .contents .page_bottom .page_title h2{
		font-size: 30px;
	}

	#page .maincontents .contents .page_slide{
		margin: 80px auto;
	}
	#page .maincontents .contents .page_slide .thumbnail ol li{
		height: 80px;
	}
	#page .maincontents .contents .page_slide .slider{
		height: 480px;
	}
	#page .maincontents .contents .priva_sec {
    	padding: 0 20px;
	}
}

@media screen and (max-width:1060px){
	#page .maincontents .contents .page_text_top{
		line-height: 2;
	}
	#page .maincontents .contents .page_slide .thumbnail ol li{
		height: 60px;
	}
	#page .maincontents .contents .page_slide .slider{
		height: 340px;
	}
	#page .maincontents .contents .page_slide .thumbnail ol li{
		margin: 0 auto 10px;
	}
	#page .maincontents .contents .page_slide .thumbnail .thumbnail_inner{
		margin-bottom: 10px;
	}
	#page .maincontents .contents .about_table{
		max-width: 720px;
	}
	#page .maincontents .contents .about_table .about_inner ol li{
		padding: 10px;
	}
	#page .maincontents .contents .about_table .about_inner ol li .cont p{
		font-size: 14px;
	}
	#page .maincontents .contents .institution{
		width: calc( 100% - 40px);
	}
	#page .maincontents .contents .institution ol li .text .title::after{
		width: 40%;
	}	
}

/*sp*/
@media screen and (max-width:768px){
	#page .maincontents .contents .page_flex .page_flex_inner .foot{
		right: 40px;
		top: 20px;
	}

	#page .maincontents {
		margin: 0 auto 80px;
	}
	#page .maincontents .contents .page_text_top {
		margin: 40px auto;
		font-size: 12px;
		line-height: 2.5;
	}
	#page .maincontents .contents .page_flex{
		display: block;
	}
	#page .maincontents .contents .page_flex .image{
		width: 100%;
		min-height: inherit;
		height: 250px;
	}
	#page .maincontents .contents .page_flex .image img{
		height: auto;
		max-width: 100%;
	}
	#page .maincontents .contents .page_flex .page_flex_inner{
		width: 100%;
		padding: 30px 20px;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text .page_title .en_title{
		font-size: 12px;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text .page_title .en_title span{
		font-size: 16px;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text .page_title h2{
		font-size: 23px;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text .btn a{
		margin: 0 auto;
	}
	#page .maincontents .contents .page_flex .page_flex_inner .text p{
		font-size: 13px;
		line-height: 2.5;
	}
	#page .maincontents .contents .page_bottom .page_title h2{
		font-size: 20px;
	}
	#page .maincontents .contents .page_slide{
		flex-flow: column-reverse;
	}
	#page .maincontents .contents .page_slide .thumbnail{
		width: 100%;
		max-width: 100%;
	}
	#page .maincontents .contents .page_slide .slider{
		width: 100%;
	}
	#page .maincontents .contents .page_slide .thumbnail .thumbnail_inner{
		display: block;
		margin-top: 10px;
	}
	#page .maincontents .contents .page_slide .thumbnail ol{
		display: flex;
	}
	#page .maincontents .contents .page_slide .thumbnail ol li{
		width: 19%;
		margin: 0 0 10px;
		margin-right: calc(5% / 4);
		height: 35px;
	}
	#page .maincontents .contents .page_slide .thumbnail ol li:last-child{
		margin-right: 0;
	}
	#page .maincontents .contents .page_slide .thumbnail .arrow{
		display: none;
	}
	#page .maincontents .contents .page_slide .slider {
		height: auto;
		padding-top: 42%;
	}
	#page .maincontents .contents .page_slide .slider span{
		font-size: 12px;
		letter-spacing: 1px;
		bottom: 5px;
	}
	#page .maincontents .contents .about_table{
		max-width: calc( 100% - 40px);
		padding: 20px;
		margin: 40px auto;
	}
	#page .maincontents .contents .about_table .checks .check_inner .check_title{
		font-size: 16px;
	}
	#page .maincontents .contents .about_table .checks .check_inner .time{
		font-size: 16px;
	}
	#page .maincontents .contents .about_table .about_inner{
		margin: 10px auto;
	}
	#page .maincontents .contents .about_table .about_inner ol{
		display: block;
	}
	#page .maincontents .contents .about_table .about_inner ol li{
		width: 100%;
		margin: 10px auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 15px;
	}
	#page .maincontents .contents .about_table .about_inner ol li .title{
		width: 40%;
		text-align: left;
		font-size: 16px;
	}
	#page .maincontents .contents .about_table .about_inner ol li .cont{
		margin-top: 0;
	}
	#page .maincontents .contents .about_table .about_inner ol li .cont p{
		line-height: 1.6;
		text-align: left;
	}
	#page .maincontents .contents .about_table .note {
		font-size: 14px;
	}
	#page .maincontents .contents .modal_list ol{
		display: block;
		max-width: calc( 100% - 40px);
		margin: 0 auto;
	}
	#page .maincontents .contents .modal_list ol li{
		margin: 20px auto;
		width: 100%;
		justify-content: flex-start;
	}
	#page .maincontents .contents .modal_cont .modal_inner{
		overflow: auto;
		width: 80%;
		height: 80%;
		padding: 20px;
	}
	#page .maincontents .contents .modal_cont .modal_inner::before{
		content: none;
	}
	#page .maincontents .contents .modal_cont .modal_inner .title::before{
		content: none;
	}
	#page .maincontents .contents .modal_cont .modal_inner .close{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	#page .maincontents .contents .modal_cont .modal_inner .title{
		font-weight: bold;
		font-size: 16px;
		position: relative;
		display: block;
		padding-right: 40px;
		line-height: 1.5;
	}
	#page .maincontents .contents p{
		font-size: 13px;
	}
	#page .maincontents .contents .modal_cont .modal_inner table tr{
		display: block;
	}
	#page .maincontents .contents .modal_cont .modal_inner table tr th,
	#page .maincontents .contents .modal_cont .modal_inner table tr td{
		display: block;
		width: 100%;
		border-bottom: none;
	}
	#page .maincontents .contents .modal_cont .modal_inner table tr:last-child td:last-child{
		border: 1px solid #ccc;
	}
	#page .maincontents .contents .institution ol{
		display: block;
	}
	#page .maincontents .contents .institution ol li{
		width: 100%;
	}
	#page .maincontents .contents .institution ol li .text .title::before{
		width: 90%;
	}
	#page .maincontents .contents .institution ol li .text .title::after{
		width: 50%;
	}	
	#page .maincontents .contents  .priva_sec .priva_row h2 {
		font-size: 14px;
		margin-top: 30px;
		padding: 15px;
	}
	#page .maincontents .contents .priva_sec .first_text p {
		font-size: 14px;
	}
}
/*=====================================
*
*archive
*
=======================================*/
/*=====================================
*
*archive
*
=======================================*/
#archive{

}
#archive .archive_header{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#archive .archive_header .image{
  width: calc(100% - 430px);
  position: relative;
  height: 400px;
  overflow: hidden;
}
#archive .archive_header .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#archive .archive_header .image::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  animation: page_image_fade .5s cubic-bezier(0.63, 0, 0.25, 0.96) 0s forwards;
}

@keyframes page_image_fade{
  0%{
    width: 100%;
    right: 0;
  }
  100%{
    width: 0;
    right: 0;
  }
}
#archive .archive_header .text{
  width: 430px;
  text-align: center;
}
#archive .archive_header .text .logo{
  width: 200px;
  text-align: center;
  margin: 0 auto 40px;
}
#archive .archive_header .text .text_inner{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 10px;
  opacity: 0;
  animation: page_text_fade .5s linear 0s forwards;
}
@keyframes page_text_fade{
  0%{
    opacity: 0;
    top: 10px;
  }
  100%{
    opacity: 1;
    top: 0;
  }
}
#archive .archive_header .text .en_title{
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Sancreek';
  letter-spacing: 2px;
  color: #333;
}
#archive .archive_header .text h1{
  font-size: 33px;
  font-weight: bold;
  font-family: 'Kaisei Decol';
  line-height: 1;
  color: #333;
}
#archive .looplist{
  margin: 40px auto;
}
#archive .looplist ol{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#archive .looplist ol li{
  width: 30%;
  margin-bottom: 40px;
  margin-right: 5%;
}
#archive .looplist ol li:nth-child(3n){
  margin-right: 0;
}
#archive .looplist ol li a{
  display: block;
  position: relative;
}
#archive .looplist ol li a .image{
  position: relative;
  overflow: hidden;
}
#archive .looplist ol li a .image time{
  color: #fff;
  font-family: 'Annie Use Your Telescope';
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 20px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #000000ab;
}
#archive .looplist ol li a .image .more{
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  z-index: 3;
  width: 100%;
  height: 100%;
  letter-spacing: 2px;
  transition: ease all .5s;
}
#archive .looplist ol li a .image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transition: ease all .5s;
}
#archive .looplist ol li a:hover .image .more{
  opacity: 1;
}
#archive .looplist ol li a:hover .image::before{
  opacity: .6;
}
#archive .looplist ol li a .text h2{
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  transition: ease all .5s;
}
#archive .looplist ol li a:hover .text h2{
  opacity: .7;
}
#archive .newslist{
  margin: 40px auto;
}
#archive .newslist ol{
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}
#archive .newslist ol li a{
  color: #333;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: block;
  transition: ease all .5s;
}
#archive .newslist ol li a:hover{
  background: #efefef;
}
#archive .newslist ol li a time{
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #777;
  letter-spacing: 1px;
}
#archive .newslist ol li a h2{
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-left: 10px;
}

#archive .pagination{
  margin: 0 auto;
}
#archive .pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
#archive .pagination ul li{
  margin: 0 5px;
}
#archive .pagination ul li span{
  border: 1px solid #333;
  background: #333;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: ease all .5s;
  line-height: 1;
  font-weight: bold;
}
#archive .pagination ul li a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  transition: ease all .5s;
  line-height: 1;
  font-weight: bold;
}
#archive .pagination ul li a:hover{
  background: #ccc;
}
#archive .reserve_list{
	margin: 80px auto;
}
#archive .reserve_list ol{
	
}
#archive .reserve_list ol li{
	
}
#archive .reserve_list ol li a{
	display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
	transition: ease all .3s;
	position: relative;
}
#archive .reserve_list ol li a .image{
	width: 40%;
}
#archive .reserve_list ol li a .text{
	width: 58%;
	position: relative;
}
#archive .reserve_list ol li a h2{
	font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
#archive .reserve_list ol li a table{
	width: 100%;
    color: #333;
    font-size: 16px;
}
#archive .reserve_list ol li a table td{
	
}
#archive .reserve_list ol li a table td.hb-rate-price{
	font-size: 20px;
}
#archive .reserve_list ol li a .more{
	position: absolute;
    right: 15px;
    bottom: 0;
    color: #333;
    letter-spacing: 1px;
    font-size: 18px;
}
#archive .reserve_list ol li a:hover{
	background: #fafafa;
}

@media screen and (max-width:1260px){
	#archive .archive_header .image{
		width: calc(100% - 330px);
		overflow: hidden;
	}
	#archive .archive_header .text {
		width: 320px;
	}
	#archive .archive_header .text .logo{
		width: 110px;
		margin: 0 auto 20px;
	}
	#archive .archive_header .text .text_inner .en_title{
		margin-bottom: 5px;
	}
	#archive .archive_header .text .text_inner .page_title{
		font-size: 28px;
	}
}

@media screen and (max-width:1060px){
  #archive .archive_header .image{
    width: calc(100% - 240px);
  }
  #archive .archive_header .text{
    width: 230px;
    padding: 0 10px;
  }
  #archive .archive_header .text .page_title{
    font-size: 22px;
  }	
}

/*sp*/
@media screen and (max-width:768px){
	#archive .breadcrumb{
		width: calc( 100% - 40px);
		padding: 0;
	}
	
	#archive .looplist ol{
		display: block;
	}
	
	#archive .looplist ol li{
		margin-right: 0;
		width: 100%;
	}
	
	#archive .looplist ol li a .image{
		height: 140px;
		position: relative;
	}
	
	#archive .looplist ol li a .image img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	#archive .archive_header{
		flex-flow: column-reverse;
		align-items: flex-start;
	}
	#archive .archive_header .image{
		width: calc(100% - 20px);
		height: 130px;
		position: relative;
		overflow: hidden;
		left: 20px;
	}
	#archive .archive_header .text{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		padding: 0 20px;
		background: #fff;
		z-index: 2;
		position: relative;
		border-radius: 0 5px 0 0;
		margin: 60px 0 20px;
	}
	#archive .archive_header .text .text_inner h1 {
		font-size: 25px;
	}
	#archive .archive_header .text .logo{
		margin: 0;
		margin-right: 20px;
		width: 100px;
	}
	#archive .archive_header .text .text_inner{
		margin: 0;
		text-align: left;
	}
	#archive .archive_header .text .text_inner .en_title{
		margin-bottom: 5px;
	}
}
/*=====================================
*
*breadcrumb
*
=======================================*/
.breadcrumb{
  width: calc(100% - 430px);
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  margin: 10px 0;
}
.breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li{
  display: inline-flex;
  align-items: center;
}
.breadcrumb ul li::after{
  content: '\e5cc';
  font-family: 'Material Icons';
  margin: 0 8px;
  color: #666;
}
.breadcrumb ul li:last-child::after{
  content: none;
}
.breadcrumb ul li a{
  color: #666;
  font-size: 14px;
  letter-spacing: 2px;
}

@media screen and (max-width:1260px){
  .breadcrumb{
    width: calc(100% - 330px);
  }	
}

@media screen and (max-width:1060px){
  .breadcrumb{
    width: calc(100% - 240px);
  }	
}

/*sp*/
@media screen and (max-width:768px){
	.breadcrumb {
		width: 100%;
		padding: 0 20px;
	}
	.breadcrumb ul li a{
		font-size: 12px;
	}
}
/*=====================================
*
*search
*
=======================================*/
.search{
	margin: 80px auto;
}
.search .search_box{
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 5px;
}
.search h3{
	text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 1px;
	position: relative;
}
.search h3::after{
	content: "※9名以上又は2サイト以上のご予約の場合は１サイト毎にご予約をお願いしております。";
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 10px auto;
    font-weight: normal;
}
.search label{
	font-size: 16px;
}
.search input,
.search select{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-family: 'Noto Sans JP';
}
.search input[type="submit"]{
	padding: 11px;
	border: none;
	font-family: 'Noto Sans JP';
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	letter-spacing:1px;
	transition: ease all .5s;
}
.search input[type="submit"]:hover{
	cursor: pointer;
	opacity: .7;
}
.search .hb-search-error{
	font-size: 14px;
	margin-top: 5px;
}
#page .maincontents .contents .hb-search-fields p{
	margin: 0;
	margin-right: 2%;
}
#page .maincontents .contents .hb-search-fields p:last-child{
	margin-right: 0;
}
#page .maincontents .contents .hb-searched-summary p.hb-check-dates-wrapper,
#page .maincontents .contents .hb-searched-summary p.hb-people-wrapper{
	font-size: 14px;
    font-weight: normal;
	text-align: center;
	border-right: 1px solid #ccc;
}
#page .maincontents .contents .hb-searched-summary p.hb-people-wrapper{
	border-right: none;
}
#page .maincontents .contents .hb-searched-summary p.hb-check-dates-wrapper span,
#page .maincontents .contents .hb-searched-summary p.hb-people-wrapper span{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	display: block;
}
.hb-search-result-title-section{
	text-align: center;
}
#page .hb-accom{
	position: relative;
	min-height: 330px;
}
.hb-accom-list{
	min-width: 100%;
}
.hb-accom-list .hb-view-accom.hb-button-wrapper{
	display: none !important;
}

/*
.hb-accom-list .hb-select-accom.hb-button-wrapper,
.hb-accom-list .hb-step-button,
.hb-accom-list .hb-accom-selected-left-wrapper{
	display: none !important;
}*/

#page .hb-accom-left.hb-multiple-accom-left{
	display:none!important;
}

.hb-accom-title{
	font-size: 22px;
	max-width: calc( 100% - 350px );
	font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 40px;
}
.hb-accom-price-total{
	max-width: calc( 100% - 350px );
}
.hb-accom-img{
	position: absolute;
    right: 15px;
    top: 15px;
}
.hb-select-accom-wrapper{
	max-width: calc( 100% - 350px );
	display: flex;
	justify-content: flex-start;
}
#page .maincontents .contents .hb-price-breakdown{
    margin: 10px 0;
    max-width: calc(100% - 350px);
    background: #fffdf4;
    padding: 10px 15px;
    line-height: 1.8;
}
#page .maincontents .contents .hb-select-accom-wrapper p{
	margin: 10px 0;
	margin-right: 20px;
}
#page .hb-payment-method-wrapper{
	padding: 10px;
	background: #fafafa;
}
#page .hb-accom-selected{
	background: #fff;
}
.hb-accom-selected.hb-accom-none-left .hb-select-accom{
	display: block;
}
#page .hb-confirm-button{
	text-align: center;
}
#page .hb-confirm-button input[type="submit"]{
	display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
	padding: 15px;
}
#page .law{
	
}
#page .law h2{
	text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 40px auto;
}
#page .law_table{
	max-width: 1000px;
    width: 100%;
    margin: 20px auto;
	border-collapse: collapse;
}
#page .law_table th{
	background: #efefef;
	padding: 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#page .law_table td{
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/*sp*/
@media screen and (max-width:768px){
	.search .search_box{
		width:calc(100% - 40px);
		margin:auto;
		padding: 20px;
	}
	
	#front .hb-vertical-search-form .hb-search-submit-wrapper.hb-search-button-wrapper.hb-button-wrapper, #page .hb-vertical-search-form .hb-search-submit-wrapper.hb-search-button-wrapper.hb-button-wrapper {
		margin-top: 20px;
	}
}
/*=====================================
*
*toc
*
=======================================*/
/*=====================================
*
*footer
*
=======================================*/
footer {}

footer .cta {}

footer .cta ol {
  display: flex;
  justify-content: space-between;
}

footer .cta ol li {
  width: 50%;
}

footer .cta ol li a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  transition: ease all .3s;
}

footer .cta ol li a .image {
  position: relative;
  overflow: hidden;
}

footer .cta ol li a .image img {
  opacity: .4;
}

footer .cta ol li a .image::before {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: .2;
}

footer .cta ol li a .image::after {
  content: '';
  display: block;
  width: 60%;
  max-width: 400px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .4;
}

footer .cta ol li a .text {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
}

footer .cta ol li a:hover {
  filter: sepia(0.4);
}

footer .Fmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .Fmenu li {
  margin: 45px 25px 20px;
}

footer .Fmenu li a {
  color: #111;
  font-size: 16px;
  transition: ease all .3s;
}

footer .Fmenu li a:hover {
  opacity: .7;
}

footer .footer_about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

footer .footer_about .logo {
  margin-right: 40px;
  max-width: 80px;
}

footer .footer_about .logo a {
  transition: ease all .3s;
}

footer .footer_about .logo img {
  width: 100%;
}

footer .footer_about .logo a:hover {
  opacity: .7;
}

footer .footer_about .about {
  font-size: 14px;
  line-height: 2;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  margin: 10px auto;
}

/*pc*/
@media screen and (max-width:1260px) {
  footer .cta ol li a .text {
    left: 40px;
  }

  footer .cta ol li a .image::after {
    width: 40%;
  }
}

@media screen and (max-width:1060px) {
  footer .Fmenu li {
    margin: 45px 20px 20px;
  }

  footer .Fmenu li a {
    font-size: 14px;
  }

  footer .cta ol li a .image::after {
    right: 40px;
  }
}

/*sp*/
@media screen and (max-width:768px) {
  footer .cta {
    margin: 40px auto 60px;
  }

  footer .cta ol {
    display: block;
  }

  footer .cta ol li {
    width: 100%;
    margin: 10px auto;
  }

  footer .cta ol li a .text {
    left: 35px;
    font-size: 18px;
  }

  footer .cta ol li a .image::after {
    right: 35px;
    max-width: 100px;
  }

  footer .Fmenu {
    margin: 20px auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer .Fmenu li {
    margin: 5px 0;
    margin-right: 25px;
    display: inline-block;
  }

  footer .footer_about {
    justify-content: flex-start;
  }

  footer .footer_about .logo {
    max-width: 80px;
  }

  footer .footer_about .logo {
    margin-right: 10px;
  }
}

/*=====================================
*
*sidenav
*
=======================================*/

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pc用
=======================================*/
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

/*=====================================
*pc以外
=======================================*/
@media screen and (min-width: 1025px) {
  .nopc {
    display: none;
  }
}

/*=====================================
*sp以外
=======================================*/
@media screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none;
  }
}

/*=====================================
*sp用
=======================================*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}