@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frijole&display=swap');

@font-face {
font-family: "genjyu_m";
  src: url("../img/genjyu_m.ttf") format("ttf"),url("../img/genjyu_m.eot") format("eot"),url("../img/genjyu_m.woff") format("woff"),url("../img/genjyu_m.woff2") format("woff2");
}
body {
font-family: 'Kosugi Maru', sans-serif;
background: /*#74542b*/#a38968;
overflow: hidden;
line-height: 1.9;
}

h2, h3 {
font-family: "genjyu_m","sans-serif";
}
.menu li a, .cms_title, #fx_contact a, #menu_wrap nav li a, .more a, .text_r, .page_title_box h2 {
  font-family: 'Concert One', cursive;
}
.swiper-pagination-current, .swiper-pagination-total {
font-family: 'Frijole', cursive;
}
.menu li a span, .cms_title span {
  font-family: 'Kosugi Maru', sans-serif;
}
.menu li a {
  font-size: 21px;
display: block
}
.menu li a:hover {
	transform: scale(1.08);
}
.top_map iframe {
    width: 100%;
    height: 500px;
	vertical-align: bottom;
}

/* ---------------------------------------- */
#loader{z-index: 9999;}
#loader img {
	animation-name: swing1;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    z-index: 1;
	animation-iteration-count: infinite;
}
#loader img {
    width: 100%;
	height: auto;
    top: 50%;
    left: 0;
}
.loader_icon {
    top: 50%;
    width: 250px;
}
@keyframes swing1 {
	0% {
    animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transform: rotate(0deg) translateY(0);}
	35% {
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    transform: rotate(5deg) translateY(-10px);}
	50% {
    animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transform: rotate(0deg) translateY(0);}
	85% {
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    transform: rotate(-5deg) translateY(-10px);}
	100% {
    animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transform: rotate(0deg) translateY(0);}
}



.load, .load_sc {
	opacity: 0;
}
.load.trans, .load_sc.trans {
	animation: poyoyon 1s ease-in-out 1 forwards;
}
.warp.trans {
    opacity: 1;
    animation: warp 1s ease;
}
@keyframes poyoyon {
0% {
    opacity: 0;
    transform: translateY(50px) scale3d(0.5, 0.5, 0.5);
  }
  40% {
    opacity: 1;
    transform: translateY(-20px) scale3d(1, 1, 1);
  }
  70% {
    opacity: 1;
    transform: translateY(5px) scale3d(1, 1, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale3d(1, 1, 1);
  }
 
}
@keyframes warp {
0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
	25% {
    -webkit-transform: scale(1.2, 0.2);
    transform: scale(1.2, 0.2);
}
	50% {
    -webkit-transform: scale(0.5, 1.5);
    transform: scale(0.5, 1.5);
}
	100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
#logo {
	animation-delay: 0.2s;
}
.under #logo {
    max-width: 400px;
    width: 30%;
}
#main_img {
	animation-delay: 0.3s;
}
.tori1.load, .next.load_sc {
	animation-delay: .5s;
}

/* ---------------------------------------------------------------- */
#fx_contact {
  position: fixed;
  z-index: 99;
  width: 240px;
  top: 20px;
  right: 120px;
  transform: translateY(-110px);
  transition: ease 0.6s;
font-size: 24px;
}
#fx_contact a {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#menu_bt {
  position: fixed;
  z-index: 99;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  top: 20px;
  transform: translateY(-110px);
  right: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: ease 0.6s;
  cursor: pointer;
}
#menu_bt.sc, #menu_bt.active, #fx_contact.sc {
  transform: translateY(0px);
}

#menu_bt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  transition: ease 0.3s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#menu_bt span::before, #menu_bt span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  transition: ease 0.3s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#menu_bt span::before {
  transform: translateY(-12px);
}
#menu_bt span::after {
  transform: translateY(12px);
}
#menu_bt.active span {
    transform: rotate(-45deg) translate(-13px, -15px);
}
#menu_bt.active span::before {
  transform: translateY(0px) rotate(90deg);
}
#menu_bt.active span::after {
  opacity: 0;
}

/*ハンバーガー内ナビ*/
#menu_wrap {
    overflow: auto;
    position: fixed;
    width: auto;
    max-height: 100vh;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 98;
    padding-top: 100px;
    display: none;
    padding-bottom: 30px;
}
#menu_wrap nav ul {
    text-shadow: 2px 1px 11px rgb(117 84 43 / 80%), 0px 1px 35px rgb(117 84 43), 0px 1px 81px rgb(117 84 43);
    box-shadow: 8.863px 32.596px 49px 0 rgb(205 205 205 / 38%);
    background-color: rgb(0 0 0 / 84%);
	min-width: 240px;
	border-radius: 18px;
}

#menu_wrap nav li{border-bottom: 2px solid;}
#menu_wrap nav li:last-of-type{margin-bottom: 0px;padding-bottom: 0px; border-bottom: none;}
#menu_wrap nav li a{display: block;padding: 10px 10px 10px 20px;transition: ease 0.3s;}
#menu_wrap nav li a:hover{padding-left: 30px;}
#menu_wrap nav li a:hover i{
	transform: translateX(10px);
}
#menu_wrap .sns_links{border-radius: 100px;width: 80%;margin: 0 auto;box-sizing: border-box;
box-shadow: 8.863px 6.596px 23px 0 rgb(205 205 205 / 38%);
}

#menu_wrap .sns_links a,#menu_wrap nav li a i{transition: ease 0.3s;}
#menu_wrap .sns_links a:hover{opacity: 0.6;}
#menu_wrap .sns_links a:hover{opacity: 0.6;}
/* ---------------------------------------------------------------- */
.swiper-container:before, .swiper-container:after, #page-top a:before {
  content: "";
  display: block;
  position: absolute;
}
.swiper-container:before {
  top: -1px;
  left: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background-image: url(../img/frame.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.swiper-container:after {
  top: -6px;
  left: -2px;
  width: calc(100% + 10px);
  height: calc(100% + 12px);
  background-image: url("../img/frame_line.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
/*top_return*/
#page-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 96;
}
#page-top a img {
  width: 69px;
}
#page-top a:before {
  top: -25px;
  left: 50%;
  margin: auto;
  margin-left: -50px;
  width: 100px;
  height: 20px;
  background-image: url("../img/pagetop.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#page-top a.is-hover img {
  animation: poyooon 1.2s linear 0s forwards;
}
@keyframes poyooon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  80% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
/*IE*/
@media all and (-ms-high-contrast: none) {}
/* ---------- タブレット ---------- */
@media screen and (min-width: 769px) {
#menu_bt.sc:hover, #fx_contact.sc:hover {
  transform: translateY(5px);
  opacity: 0.6;
}
}
@media screen and (max-width: 1068px) {
.menu li a {
    font-size: 17px;
}
}

@media screen and (max-width: 768px) {
	.under #menu_bt, .under #menu_bt, .under #fx_contact {
    transform: translateY(0px);
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px) {
	body {
		font-size: 14px;
	}
	.loader_icon {
    width: 150px;
}
.top_map iframe {
    height: 250px;
}
.under #logo {
    width: 129px!important;
}
	#menu_bt {
    width: 47px;
    height: 47px;
		top: 15px;
		right: 15px;
}
	#fx_contact a {
    width: 140px;
    height: 50px;
}
	#fx_contact {
    width: 160px;
    top: 15px;
    right: 78px;
    font-size: 17px;
}
#menu_wrap nav li a {
    padding: 8px 10px 8px 20px;
}
#menu_wrap {
    padding-top: 60px;
}
#menu_bt span {
    width: 30px;
    height: 2px;
}
#menu_bt span::before, #menu_bt span::after {
    width: 30px;
    height: 2px;
}
#menu_bt span::before {
    transform: translateY(-8px);
}
#menu_bt span::after {
    transform: translateY(10px);
}
#menu_bt {
    width: 52px;
    height: 52px;
}
#menu_bt.active span {
    transform: rotate(-45deg) translate(-10px, -11px);
}
#fx_contact {
    top: 15px;
    right: 63px;
    font-size: 17px;
}
#fx_contact a {
}
  /*top_return*/
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 97;
  }
  #page-top a img {
    width: 50px;
  }
#page-top a:before {
    top: -15px;
    left: 50%;
    margin-left: -30px;
    width: 62px;
}
}