﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
a {
    color: #9a0b18;
}
body {
	font-size: 16px;
	line-height: 1.7;
	font-family: 'Sawarabi Gothic', sans-serif;
}
h2, h3, h4 {
font-family: 'Noto Serif JP', serif;
}
#loader{z-index: 9999;

	background-color: #e4e1de;
	background-image: url("../img/bg2.png")
}
#loader img {
    animation-name: fadein;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    z-index: 1;
}
#loader img {
    width: 320px;
	height: 150px;
    top: 50%;
    left: 0;
}
.loader_icon {
    top: 46%;
}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes leftin {
	0% {opacity:0;transform: translate(-150px,0);}
	100% {opacity:1;transform: translate(0,0);}
}
@keyframes rightin {
	0% {opacity:0;transform: translate(100px,0);}
	100% {opacity:1;transform: translate(0,0);}
}
@keyframes loader{
    0% {width: 0;left: 0;}
	50% {}
	100% {width: 100%;}
}
@keyframes page_title{
    0% {width: 0;}
	100% {width: 100%;}
}



::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-thumb {
    background: #AAAAAA;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background: #e8e8e8;
}
.lb-data .lb-close {
	cursor: pointer;
}
/*------------------------------*/
.st-FooterSns_Item-desktop a {
    color: #3c5a99;
    border-color: #3c5a99;
}
.st-FooterSns_Item a {
	display: block;
    color: #000000;
    text-decoration: none;
	padding: 6px 8px;
	display: flex;
	align-items: center;
}
.st-FooterSns_Item span {
	width: 41px;
}

.st-FooterSns_Item a:hover {
    background: #c9c9c9;
    color: #ffffff !important;
}
.st-FooterSns_Item-instagram span {
	font-size: 1.8rem;
}
.st-FooterSns_Item-desktop span {
	font-size: 1.4rem;
}
.st-FooterSns_Item-desktop a:hover {
    background: #d5464e;
}
.st-FooterSns_Item-hotpepper a:hover {
    background: #28aae1;
}
main {
	overflow: hidden;
	z-index: 0;
}
header {
	z-index: 2;
}
#main_menu .logo2 {
	display: none;
}
#main_menu.fixed .logo1 {
	opacity: 0;position: absolute;
}
#main_menu.fixed .logo2 {
	display: block;
}
#main_menu .main_menuInner {
    width: 100%;
	margin: 6px auto 6px;
}
#main_menu li a {
	display: block;transition: all 0.3s
}
#main_menu li span{
      transition: 0.3s;
}
#main_menu li span:nth-child(1) {display: block;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 18%), -1px 2px 5px rgb(0 0 0 / 18%);
    
}
#main_menu li span:nth-child(2) {
     opacity:0;
     position: relative;
     top: -0.5em;
}
#main_menu li:hover span:nth-child(1) {opacity: 0;}
#main_menu li:hover span:nth-child(2) {opacity: 1;top: -1.55rem;
color: #9a0b18
}
#main_menu li:hover a {
	    transform: scale(1.1)rotate(
0.1deg
);
}

#logo2 img {
	width: 98px;
}
#main_menu.fixed ul {
	margin-top: 0;
}
#main_menu ul li {
	margin-top: 24px;
}
#g_navi {
	position: fixed;z-index: 2;
	
}
#logo {
	width: 180px;
	position: absolute;
    top: 9px;
    left: 30px;
}
#logo:hover {

    transform: rotate(
-11deg
);
}


#main_menu {
	z-index: 9999;
	padding: 0px 20px 0px;
}
#main_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
}
#main_menu.fixed li a span {
	color: #555555;
}
#main_menu.fixed li:hover span:nth-child(2) {
	color: #085508;
}
/*#main_menu li:not(:last-child) a:hover span{
	margin-top: 4px;
}*/
#footer_box .tel a {
    position: relative;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.3);
	z-index: 0;
}
#footer_box .tel a:hover::before {
    width: 100%;
}
#footer_box .tel a::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d7d7d7;
    transition: width 0.7s;
	transition-delay: .2s;
}

.overlay ul li.headerContact {
	padding: 20px 25px  19px 22px;
}
/* -------------------------nav_menu.css-----------------------------*/
#nav_menu p {
	font-size: 10px;    position: absolute;
    bottom: 0;
}
.button_container {
  position: fixed;
	top: 40px;
	right: 20px;
  height: 40px;
  width: 33px;
  cursor: pointer;
  z-index: 9998;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
  background: #ababab;
	 width: 100%;
	box-shadow: none;
}
.button_container.active .middle {
  opacity: 0;
  background: #ababab;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #ababab;
	 width: 100%;
	box-shadow: none;
}
.button_container span {
  background: #555555;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
width: 100%;
text-align: right;
}
.button_container span:nth-of-type(3) {
  top: 16px;
width: 100%;
}

.overlay {
  position: fixed;
  background:rgba(255,255,255,0.97);
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: scroll;
	z-index: 999;
}
.overlay.open {
  opacity: 1.0;
  visibility: visible;
  height:100%;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
	display: block;
    position: relative;
    opacity: 1;
    padding: 13px;
    margin-bottom: 2px;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #404040!important;
  text-decoration: none;
  overflow: hidden;
	font-size: 14px;
}
/*.overlay ul li a span{
color: rgba(171,171,171,1.0)!important;ハンバーガー内文字色
}*/
#footer #map iframe {
	width: 100%;
}
#footer_bottom ul li+ li {
	margin-left: 25px;
}

.foot_bg {
	width: 100%;
	height: 330px;background-image: url(../img/main_img.jpg);
    background-size: cover;
background-position: 50% 53%;
}
.footerInner {
	margin: 0 auto;
	padding: 20px;
	background-color:#b41d2a;
}
#footer {
    max-width: 1000px;
    margin-top: -85px;
    background: #fff;
}
footer .tel a {
    padding: 13px 12px;
}
#copyright {
	margin-right: 125px;
}
@media screen and (min-width:769px) {
header li + li {
    margin-left: 18px;
    margin-right: 9px;
}

}
@media(max-width: 1000px) {
	#logo {
	max-width: 250px;
}
}
@media screen and (min-width:769px) and ( max-width:1050px) {
	#main_menu li a span {
		font-size: 1.2vw;
	}   

}
@media screen and (max-width: 768px){
	#main_menu ul {
	margin-top: 2px;
	}
	#main_menu li a span {
		color: #696969;    font-size: 1.8vw;
	}
	#main_menu.fixed .logo2 {
		display: none;
	}
	#logo {
    position: inherit;
    margin: auto;
    width: 126px;
    margin-top: 11px;
}
	#main_menu li.headerContact {
		background: none;
	}
	#footer_bottom {
		padding: 24px 21px 25px;
	}
}
@media screen and (max-width: 667px){
	#footer_bottom ul li+ li {
	margin-left: 0;
		margin-top: 13px
}
	.overlay ul li a span{
		font-size: 15px;
	}
	#page-top a img {
    height: auto;
    width: 39px;
}
	.asayuuInner {
    padding-top: 30px;
}
	body {
	font-size: 14px;
}
.button_container {
	right: 20px;
}
.overlay nav {
    height: 90%;
}
.overlay ul li.headerContact {
	background-size: contain;
	}
	.button_container {
    top: 20px;
    right: 24px;
}
	#spLogo {
    max-width: 87px;
    margin-left: 13px;
    margin-top: 6px;
	}
	.footerInner {
    padding: 0px;
}
	#map iframe {
		height: 350px;
	}
	#copyright {
    margin-right: 0;
}
}

















/*top_return*/
#page-top {
    position: fixed;
    right: 19px;
	z-index: 999;
	transition: all 0.2s;
}
#page-top:hover {
	bottom: 16px!important;
}

/*IE*/
@media all and (-ms-high-contrast: none){
	#main_menu.fixed .logo1 {
		display: none;
}
	#main_menu.fixed .logo2 img{
height: 70px;		
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*top_return*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 998;
}
#page-top a img {
    width: 45px;
}
}
