
html {
	font-size: 1vw;
	-webkit-text-size-adjust:100%;
}
@media screen and (max-width:1280px){
	html {
		font-size:1vw;
		-webkit-text-size-adjust:100%;
	}
}

@media screen and (max-width:991px){
	html {
		font-size: 1.5vw;
		-webkit-text-size-adjust:100%;
	}
}

@media screen and (max-width:540px){
	html {
		font-size: 4vw;
		-webkit-text-size-adjust:100%;
	}
}

body {
	font-family: "Shippori Mincho", serif;
  	font-weight: 400;
    line-height: 2;
    letter-spacing:1px;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
	font-optical-sizing: auto;
	color: #38342E;
}

@media screen and (max-width:540px) {
	body {
		font-family: "Shippori Mincho", serif;
  	font-weight: 400;
		text-align:left;
		line-height: 2;
    letter-spacing: 2px;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		box-sizing: border-box;
		font-optical-sizing: auto;
    
    min-height: 100dvh; 
    padding-top: env(safe-area-inset-top);
	}
}



/**

* {
    border: 1px solid #f00;
}

**/

*:focus-visible {
  outline: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px var(--input-bg) inset;
  box-shadow: 0 0 0 1000px var(--input-bg) inset;
  caret-color: inherit;
  border: 1px solid var(--input-border);
  transition: background-color 9999s ease-in-out 0s;
}



a {
  
  -webkit-user-drag: none;
  
  user-select: none;
  -webkit-user-select: none;
  
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
a:active::after {
  display: none
}


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

html{
    scroll-behavior: smooth;
}
.container-fluid {
	padding: 0;
}
.padding00 {
  padding: 0;
}
ul {
    list-style: none;
	padding-left: 0;
}


a {
	color: #38342E;
	font-weight: 500;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-weight: lighter;
    font-size: 0.8rem;
}
a:hover {
	color: #38342E;
    text-decoration: none;
    transition: 0.5s ease-in-out;
	transition: 0.5s;
}

h1 {
	font-size: 2.0rem;
	color: #38342E;
}

h2 {
	font-size:2.3rem;
	font-weight: 300;
	color: #38342E;
}
h3 {
	
	font-size: 1.3rem;
	color: #38342E;
}
p {
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #38342E;
	text-align: justify;
}

p.en {
	color: #A09A91;
    font-size: 1rem;
	font-style: italic;
	letter-spacing: 2px;
	text-align: left;
}


.big_font {
	font-size: 1.2rem !important;
}
.small_font {
	font-size: 0.7rem;
}
img {
	width: 100%;
  	height: auto;
	object-fit: contain;
}
.img_zone img.shadow {
	box-shadow: 0px 3px 6px #eee;
	border-radius: 5px;
}
img.shadow {
	box-shadow: 0px 3px 6px #eee;
	border-radius: 10px;
}
.line_img {
	height: 3px;
}


@media screen and (max-width:1280px) {
	
}


@media screen and (max-width:991px) {
	h1 {
		font-size: 3rem;
		color: #393838;
	}
  
	h2 {
		font-size: 1.5rem;
		color: #393838;
	}
	h3 {
		font-size: 1.5rem;
		color: #38342E;
	}
	a {
		color: #393838;
		font-weight: 500;
		text-decoration: none;
		transition: 0.5s ease-in-out;
		font-weight: lighter;
		font-size: 1rem;
	}
	p {
		margin-bottom: 0;
		font-size: 1rem;
		color: #393838;
	}
	p.en {
		color: #A09A91;
		text-align: left;
		font-size: 1.2rem;
	}

}

@media screen and (max-width:540px) {
	h2 {
		font-size: 3.5rem;
		font-weight: 300;
	}
	h3 {
		font-size: 2.7rem;
	}
	a {
		color: #393838;
		font-weight: 500;
		text-decoration: none;
		transition: 0.5s ease-in-out;
		font-weight: lighter;
		font-size: 1.6rem;
	}
	.text_zone p {
		text-align: justify;
	}
	p {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
  	p.en {
		font-size: 2rem;
		color: #A09A91;
		text-align:left;
		font-style: italic;
	}
	.big_font {
		font-size: 1.8rem !important;
	}
	.small_font {
		font-size: 1.5rem;
	}
	a {
		font-size: 1.5rem;
	}
}


.shippori {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.minerva {
	font-family: "minerva-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 5px;
	font-style: italic;
}


.color_rd {
	color: #BE1600;
}


.wrap {
	margin: auto;
}
.margin_200 {
	margin: auto;
	margin-top: 10rem;
}
.margin_140 {
	margin: auto;
	margin-top: 8rem;
}
.margin_100 {
    margin: auto;
    margin-top: 5rem;
}
.margin_70 {
	margin: auto;
	margin-top: 3.5rem;
}
.inner_margin {
	margin: auto;
	margin-top: 1.5rem;
}
.margin_bb {
    margin-bottom: 1.5rem;
}
@media screen and (max-width:991px) {
	.margin_200 {
		margin: auto;
		margin-top: 5rem;
	}
	.margin_140 {
		margin: auto;
		margin-top: 3.5rem;
	}
	.margin_100 {
		margin: auto;
		margin-top: 3.5rem;
	}
	.margin_70 {
		margin: auto;
		margin-top: 1.5rem;
	}
	.inner_margin {
		margin: auto;
		margin-top: 1.5rem;
	}
}

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

	.margin_140 {
		margin: auto;
		margin-top: 5rem;
	}
	.margin_100 {
		margin: auto;
		margin-top: 5rem;
	}
	*/
	.margin_200 {
		margin: auto;
		margin-top: 7rem;
	}
	.margin_140 {
		margin: auto;
		margin-top: 7rem;
	}
	.margin_100 {
		margin: auto;
		margin-top: 5rem;
	}
}


.res_991 {
	display: none !important;
}
.res_540 {
	display: none !important;
}
.res_1280 {
	display: none !important;
}
.tab_991 {
	display: none !important;
}
.tab_1280 {
	display: none !important;
}
@media screen and (max-width:1280px) {
	.pc_1280 {
		display: none !important;
	}
	.res_1280 {
		display: block !important;
		
	}
	.tab_1280 {
		display: block !important;
	}
}
@media screen and (max-width:991px) {
	.pc_991 {
		display: none !important;
	}
	.res_991 {
		display: block !important;
	}
	.tab_991 {
		display: block !important;
	}
	.tab_1280 {
		display: none !important;
	}
	
}
@media screen and (max-width:540px) {
	.tab_991 {
		display: none !important;
	}
	.pc_540 {
		display: none !important;
	}
	.res_540 {
		display: block !important;
	}
	.res_padding_top {
        padding-top: 40px !important;
    }
    .res_margin00 {
        margin-top: 0 !important;
    }
}


#drawer .drawer-hamburger {
	display: flex;
	flex-direction: column;
	right: 60px;
	top: 20px;
	align-items: center;
	z-index: 5;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0rem;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 15rem !important;
}

.drawer-hamburger-icon{
	background-color: transparent;
	position: relative;
	display: block;
	width: 60px;
	height: 0px;

}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	display: block;
	width:100%;
	height:2px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#000000;
   	width: 60px;
	height: 1px;
	border-radius: 50px;
}

.drawer-hamburger-icon:after {
	top: 0;
}
.drawer-open .drawer-hamburger-icon {
	width: 30px;
	padding-bottom: 10px;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
	display: block ;
	width:100%;height:2px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#000;
   	width: 30px;
	height: 1px;
	border-radius: 50px;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer-nav {
    position: fixed;
    z-index: 4;
    top: 0;
    overflow: hidden;
    width: 35.25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
}
.drawer--left .drawer-nav{
	left:-35.25rem;
	-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);
	transition:left .6s cubic-bezier(.19,1,.22,1)
}

.drawer--left.drawer-open .drawer-hamburger{
	left:-35.25rem
}
.drawer--right .drawer-nav{
	right:-35.25rem;
	-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);
	transition:right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-nav p.res_logo {
	margin-top: 100px;
	text-align: left;
	margin-left: 50px;
}
.drawer-brand {
	padding-left: 0;
}
.drawer-nav p.res_logo img {
	width: 140px;
}
.drawer-menu {
	margin-top: 0px;
	text-align: left;
}
.drawer-menu a {
	color: #515657;
	transition: 0.5s;
	padding-left: 60px;
}
.drawer-menu a:hover {
	color: #515657;
	background-color: #F7F6F2;
	transition: 0.5s;
	text-decoration: none !important;
}
@media screen and (max-width:991px) {
	.drawer-menu a:hover {
		color: #54C3F1 !important;
		background-color: #F7F6F2;
		transition: 0.5s;
		text-decoration: none !important;
	}
}
.drawer-nav p.member_img,
.drawer-nav p.tel_img {
	text-align: left;
	margin-left: 60px;
}
.drawer-nav p.member_img img {
	width: 150px;
	height: auto;
	margin: auto;
	margin-left: 0;
	margin-top: 20px;
}
.drawer-nav p.tel_img img {
	width: 200px;
	height: auto;
	text-align: left;
	margin-top: 20px;
}

.drawer-nav .contact_zone {
	
	text-align: left;
	
	display: flex;
}

.drawer-nav .contact_zone p {
	font-size: 12px;
	line-height: 1.5;
	
}

.drawer-nav .contact_zone p span {
	font-size: 42px;
	font-weight: 600;
	color: #393838;
}
.drawer-nav .contact_zone .page_link {
	margin-top: 20px;
	margin-left: 70px;
}
.drawer-nav .contact_zone .form_zone a {
	font-size: 14px;
}
.drawer-nav .contact_zone .tel_zone a {
	letter-spacing: 2px;
}

@media screen and (max-width:1440px) {
	.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}
@media screen and (max-width:1280px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}	

	.drawer-nav .contact_zone {
		
		text-align: left;
		
		display: ruby-text;
		margin-top: 100px;
	}
	.drawer-nav .contact_zone .page_link {
		margin-top: 20px;
		margin-left: 30px;
	}
	
} 


@media screen and (max-width:991px) {
	#drawer .drawer-hamburger {
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		right: 10px;
		top: 10px;
		padding: 10px 0.75em 20px;
	}
}

@media screen and (max-width:991px) {
	.drawer-nav .contact_zone {
		margin-top: 40px;
		text-align: left;
		
		display: block;
	}
	.drawer-nav .contact_zone p {
		font-size: 12px;
	}
	.drawer-nav .contact_zone p span {
		font-size: 22px;
		font-weight: 600;
	}
	.drawer-nav .contact_zone .page_link {
		margin-top: 20px;
		margin-left: 0px;
		display: inline-block;
	}
	.drawer-nav .contact_zone .tel_zone {
		padding-left: 30px;
	}

}

@media screen and (max-width:540px) {
	.drawer-nav .contact_zone {
		margin-top: 20px;
		text-align: left;
		
		display: block;
	}
	.drawer-nav .contact_zone p {
		font-size: 12px;
		color: #fff;
	}
	.drawer-nav .contact_zone p span {
		font-size: 22px;
		font-weight: 600;
		color: #fff;
	}
	.drawer-nav .contact_zone .tel_zone {
		padding-left: initial;
	}
}


.hamburger {
    display: flex;
    position: fixed;
    right: 2rem;
    top: 2.5rem;
    cursor: pointer;
    z-index: 300;
    background-color: #A09A91;
    padding: 0.8rem 4rem;
    border-radius: 5px;
    transition: 0.5s;
}
.hamburger:hover {
    display: flex;
    position: fixed;
    right: 2rem;
    top: 2.5rem;
    cursor: pointer;
    z-index: 300;
    background-color: #665a4a;
    padding: 0.8rem 4rem;
    border-radius: 5px;
    transition: 0.5s;
}
.hamburger p {
    font-weight: 400;
    margin-right: 2.5rem;
    color: #fff;
    font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 2px;
}


.menu_border {
    position: relative;
}
.hamburger__line {
	position: absolute;
	width: 1.5rem;
	height: 1px;
	right: 0px;
	background-color: #fff;
	transition: all 0.5s;
}

.hamburger__line--1 {
  top: 0.45rem;
}

.hamburger__line--2 {
  top: 0.75rem;
}

.hamburger__line--3 {
  top: 1.05rem;
}


.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 0.8rem;
  width: 0.9rem;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 0.8rem;
  width: 0.9rem
}

.sp-nav>ul {
    margin: auto;
    margin-top: 2rem;
	padding-left: 0;
	column-count: 2;
}


.sp-nav {
	display: block;
	position: fixed;
	right: -100%; 
	top: 0;
	width: 50%;
	height: 100vh;
	transition: all 0.5s;
	z-index: 200;
	overflow-y: auto;
	background-color: #E0DCD6;
	/*background-image: url("../img/nav_bgimg.jpg");
    background-position: center;   
    background-repeat: no-repeat;
    background-size: cover;*/
  }
  
  
  .open .sp-nav {
	right: 0;
  }
  
  
  
  
  @media screen and (min-width: 541px) and (max-width: 991px) {
	.sp-nav {
	  right: 0 !important;
	}
	
	#js-hamburger {
	  display: none !important;
	}
  }
  
  
  @media screen and (max-width: 540px) {
	
	#js-hamburger {
	  display: flex; 
	  position: fixed; 
	  z-index: 210;    
	}
  }
  
  .sp-nav-ul ul.inner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	column-gap:3rem;
  }
  .sp-nav-ul ul.inner_list li {
	width: 5rem;
  }
  .black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7); 
	z-index: 100; 
	
	
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s; 
  }
  
  
  #nav-wrapper.open .black-bg {
	opacity: 1;
	visibility: visible;
  }

.open .black-bg {
  opacity: 0.5;
  visibility: visible;
}


.open .sp-nav>ul {
    margin: auto;
    margin-top: 2rem;
	padding-left: 0;
	column-count: 2;
}


@media screen and (max-width:1440px) {
    .hamburger {
		display: flex;
		position: fixed;
		right: 1.5rem;
		top: 2.5rem;
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;
		padding: 0.8rem 3rem;
		border-radius: 5px;
	}
	.hamburger:hover {
		display: flex;
		position: fixed;
		right: 1.5rem;
		top: 2.5rem;
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 0.8rem 3rem;
		border-radius: 5px;
		transition: 0.5s;
	}
}


@media screen and (max-width:1280px) {
	.sp-nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 55%;
		height: 100vh;
		background-color: #E0DCD6;
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
	  }
	  .open .sp-nav>ul {
		margin: auto;
		margin-top: 2rem;
		padding-left: 0;
		column-count: 2;
	}
	  
}


@media screen and (max-width:991px) {
	.hamburger {
		display: flex;
		position: fixed;
		right: 1.5rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;
		padding: 0.5rem 2rem;
		border-radius: 5px;
	}
	.hamburger:hover {
		display: flex;
		position: fixed;
		right: 1.5rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 0.5rem 2rem;
		border-radius: 5px;
		transition: 0.5s;
	}
	.hamburger p {
		font-family: "Changa", sans-serif;
		font-weight: 400;
		margin-right: 2rem;
		color: #fff;
		font-size: 0.7rem;
	}
	.hamburger__line {
		position: absolute;
		width: 1.2rem;
		height: 1px;
		right: 0px;
		background-color: #fff;
		transition: all 0.5s;
	}
	.hamburger__line--1 {
		top: 0.4rem;
	  }
	  
	  .hamburger__line--2 {
		top: 0.7rem;
	  }
	  
	  .hamburger__line--3 {
		top: 1.0rem;
	  }
	  .sp-nav {
		display: block;
		position: fixed;
		right: -100%;
		top: 0;
		width: 50%;
		height: 100vh;
		background-color: #E0DCD6;
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
	  }
    .sp-nav>ul {
        margin: auto;
        margin-top: 3rem;
        padding-left: 0;
        column-count: 2;
    }

}

@media screen and (max-width:540px) {
	.hamburger {
		width: 37px;
		height: 37px;
		display: flex;
		position: fixed;
		right: 1.5rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		background-color: #A09A91;
		padding: 10px;
		border-radius: 5px;
	}
	.hamburger:hover {
		width: 37px;
		height: 37px;
		display: flex;
		position: fixed;
		right: 1.5rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		background-color: #665a4a;
		padding: 10px;
		border-radius: 5px;
		transition: 0.5s;
	}
	.hamburger__line {
		position: absolute;
		width: 2.2rem;
		height: 1px;
		right: initial;
		left: 0;
		background-color: #fff;
		transition: all 0.5s;
	}
	.sp-nav {
		position: fixed;
		right: -102%;
		top: 0;
		width: 102%;
		height: 102vh;
		background-color: #E0DCD6;
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
	  }
	  	.hamburger__line--1 {
		top: 0.5rem;
	  }
	  
	  .hamburger__line--2 {
		top: 1.1rem;
	  }
	  
	  .hamburger__line--3 {
		top: 1.7rem;
	  }
	  .open .hamburger__line--1 {
		transform: rotate(-45deg);
		top: 1rem;
		width: 2rem;
	}

	.open .hamburger__line--2 {
		opacity: 0;
	}

	.open .hamburger__line--3 {
		transform: rotate(45deg);
		top: 1rem;
		width: 2rem;
	}
	.sp-nav>ul {
		margin: auto;
		margin-top: 2rem;
		padding-left: 0;
		column-count: 2;
		display: flex;
		flex-direction: column;
	}
	.open .sp-nav>ul {
		margin: auto;
		margin-top: 2rem;
		padding-left: 0;
		column-count: 2;
		display: flex;
		flex-direction: column;
	}

}


.sp-nav>div:nth-child(1){
	margin: auto;
	margin-top: 10rem;
	padding: 0;
}
.sp-nav p {
	width: 12rem;
	height: auto;
}
.sp-nav ul li {
	line-height: 1.5;
	margin: 12px 0;
}
.sp-nav ul.col-9>li:first-child {
    margin-top: 0.3rem;
}
.sp-nav ul a {
  font-size: 0.8rem;
  transition: 0.5s;
  padding:5px 0;
  position: relative;
}
.sp-nav ul a:hover {
  font-size: 0.8rem;
  transition: 0.5s;
}
.open .sp-nav ul li {
	line-height: 1.5;
	margin: 12px 0;
}
.open .sp-nav ul a {
  font-size: 0.8rem;
  transition: 0.5s;
  padding:5px 0;
  position: relative;
}
.open .sp-nav ul a:hover {
  font-size: 0.8rem;
  transition: 0.5s;
}


.sp-nav .navi_flex {
	display: flex;
	justify-content: left;
	margin: auto;
	margin-top: 2rem;
}
.sp-nav .contact_zone {
	
	padding: 0;
}
.sp-nav .contact_zone a {
	background-color: #514939;
	border-radius: 5px;
	padding: 1rem 3rem;
	display: inline-block;
}
.sp-nav .contact_zone a img {
	width: 6rem;
	height: auto;
}
.sp-nav .navi_info_zone {
	margin: auto;
	margin-bottom: 0;
}


@media screen and (max-width:1280px) {
	.sp-nav p {
		width: 10rem;
		height: auto;
	}
	.sp-nav>div:nth-child(1){
		margin: auto;
		margin-top: 14rem;
		padding: 0;
	}
}

@media screen and (max-width:991px) {
	.sp-nav>div:nth-child(1){
		margin: auto;
		margin-top: 17rem;
		padding: 0;
	}
	.sp-nav .navi_info_zone p {
		font-size: 0.8rem;
	}
	.sp-nav .navi_flex {
		display: flex;
		flex-direction: column;
		justify-content: left;
		margin: auto;
        margin-top: 3rem;
	}
	.sp-nav .navi_info_zone {
		margin-left: 0;
		margin-top: 1rem;
		padding-left: 0;
	}
}


@media screen and (max-width:540px) {
    .sp-nav .navi_flex {
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin: auto;
        margin-top: 3rem;
    }
}
@media screen and (max-width: 540px) {
	body.sp-nav-open {
		overflow: hidden;
	}
}
.sp-nav li a::after {
  content: '';  
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 2rem;
  height: 2px;
  background:#A09A91;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sp-nav .inner_ul a:after {
content: '';  
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 2rem;
  height: 2px;
  background:#A09A91;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sp-nav li.current a::after,
.sp-nav li a:hover::after {
  transform: scale(1, 1);
}


@media screen and (max-width:540px) {


	.sp-nav>div:nth-child(1){
		margin: auto;
		margin-top: 7rem;
		padding: 0;
	}
	.sp-nav p {
		
		font-size: 1.5rem;
		margin-bottom: 10rem;
	}
	.sp-nav .navi_info_zone p {
		font-size: 1.5rem;
	}


	.sp-nav p {
		width: 20rem;
		height: auto;
		margin-bottom: 0;
	}
	.sp-nav ul>li {
		margin: 10px 0;
	}
	.open .sp-nav ul>li {
		margin: 10px 0;
	}
	.sp-nav ul a {
		font-size: 1.8rem;
		transition: 0.5s;
		padding:10px 0;
	}
	.open .sp-nav ul a {
		font-size: 1.8rem;
		transition: 0.5s;
		padding:10px 0;
	}
	.open .sp-nav ul a:hover {
		font-size: 1.8rem;
		transition: 0.5s;
	}
	.sp-nav .contact_zone a {
		background-color: #514939;
		border-radius: 5px;
		padding: 2rem 5rem;
		display: inline-block;
	}
	.sp-nav .contact_zone a img {
		width: 13rem;
		height: auto;
	}
	.sp-nav .navi_info_zone {
		margin-top: 1rem;
		margin-bottom: 20rem;
	}
}


footer {
	background-image: url("../img/footer_bg_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding-top: 8rem;
}
footer .footer_title_zone h2 {
	font-size: 2.8rem;
	color: #A09A91;
	margin-bottom: 0;
}
footer .footer_title_zone p {
	color:#38342E;
}
footer .footer_menu {
	display: flex;
	justify-content: space-between;
}
footer .footer_menu .contact_zone {
	background-color: #514939;
	display: inline-block;
	text-align: center;
	padding: 2rem 2.5rem;
	border-radius: 5px;
	vertical-align: top;
	height: fit-content;
}
footer .footer_menu .contact_zone a {
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
}
footer .footer_menu .contact_zone a span {
	font-size: 0.7rem;
}
footer .footer_menu .contact_zone a span.minerva {
	font-size: 1rem;
}
footer .footer_menu .contact_zone a img {
	margin: auto;
	
	
	width: 1.5rem;
	height: auto;
}
footer .footer_menu .menu_zone span {
	color: #A09A91;
}
footer .footer_menu .menu_zone li a {
	color:#454545;
	display: inline-block;
	line-height: 1.5;
	font-size: 0.8rem;
}
footer .footer_menu .menu_zone li a span.en {
	font-family: "minerva-modern", sans-serif;
	font-size: 1rem;
}

footer .footer_menu .menu_zone {
	/*display: flex;
	justify-content: left;*/
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

footer .footer_menu .menu_zone .first_ul ul.inner_ul {
	margin-top: 20px;
}

footer .footer_menu .menu_zone ul.first_ul li {
	line-height: 1.5;
}
/*
footer .footer_menu .menu_zone ul.first_ul,
footer .footer_menu .menu_zone ul.second_ul {
	column-count: 2;
	column-fill: auto;
}*/
footer .footer_menu .menu_zone ul.second_ul .inner_ul li {
	line-height: 1.5;
}

footer .footer_menu .menu_zone ul.flex_ul .inner_ul {
	flex-direction: column;
	padding-left: 0;
}
footer .footer_menu .menu_zone ul.first_ul>li:nth-child(1) {
	margin-bottom: 1.5rem;
}
footer .footer_menu .menu_zone ul.second_ul>li,
footer .footer_menu .menu_zone ul.third_ul>li {
	margin-bottom: 1.5rem;
	line-height: 1.5;
}
.split {
    break-before: column;
  }
  footer .footer_comment p {
	display: block;
  }
footer .border_title::after {
	background: #707070;
	width: 8rem;
	right: initial;
	margin-left: 2rem;
}


footer .copyright_zone {
	margin: auto;
	margin-top: 1.5rem;
}
footer #copyright {
	text-align:right;
	margin-bottom: 5rem;
	font-weight: 500;
	font-size: 0.6rem;
	letter-spacing: 2px;
}

@media screen and (max-width:1280px) {
	footer .footer_menu .contact_zone {
		background-color: #514939;
		display: inline-block;
		text-align: center;
		padding: 2rem;
		border-radius: 5px;
		vertical-align: top;
		height: fit-content;
	}
}

@media screen and (max-width:991px) {
	footer {
		background-image: url("../img/footer_bg_img.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		padding-top: 5rem;
		padding-bottom: 5rem;

	}
	footer .footer {
		padding: 0 8.64px;
	}
	footer .footer_title_zone h2 {
		font-size: 1.8rem;
		color: #A09A91;
		margin-bottom: 0;
	}
	footer .footer_menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	footer .border_title {
		margin-top: 3.5rem;
	}
	footer .border_title::after {
		background: #707070;
		width: 15rem;
	}
	footer #copyright {
		text-align: center;
		margin-bottom: 0rem;
		font-weight: 500;
		font-size: 0.8rem;
	}
	footer .footer_comment p {
		display: block;
		padding: 0;
	}
}

@media screen and (max-width:540px) {
	footer {
		background-image: url("../img/footer_bg_img.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		padding-top: 7rem;
		padding-bottom: 7rem;

	}
	footer .footer_menu {
		display:block;
	}
	footer .footer_title_zone h2 {
		font-size: 3rem;
		color: #A09A91;
		margin-bottom: 0;
	}
	footer .footer_menu .contact_zone {
		display: block;
	}
	footer .footer_menu .contact_zone a span {
		font-size: 1.5rem;
	}
	footer .footer_menu .contact_zone a img {
		margin: auto;
		width: 3.5rem;
		height: auto;
	}
	footer .footer_menu .contact_zone a span.minerva {
		font-size: 2rem;
	}
	footer .border_title {
		margin-top: 3.5rem;
		font-size: 2.5rem !important;
	}
	footer .border_title::after {
		background: #707070;
		width: 11rem;
		right: 9.64px;
	}
	footer #copyright {
		width: 100%;
		text-align: center;
		margin-bottom: 0rem;
		font-weight: 500;
		font-size: 1.2rem;
	}

}


.img-box{
	width: 100%;
	
	height: 900px;
	overflow: hidden;
	position: relative;
  }
  .img-box>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	height: 900px;
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	animation-name: fade;
	animation-duration: 12s;
	animation-iteration-count: infinite;
  }
  @keyframes fade {
	0%{
	  opacity: 0;
	}
	20%{
	  opacity: 1;
	}
	80%{
	  opacity: 0;
	}
	100%{
	  opacity: 0;
	  z-index: 0;
	}
  }
  
  .img-box>div:first-of-type{
	background-image: url(../img/res_main_img01.jpg);
	
  }
  
  
  .img-box>div:nth-of-type(2){
	background-image: url(../img/res_main_img02.jpg);
	
	animation-delay: 4s;
  }
  
  
  .img-box>div:last-of-type{
	background-image: url(../img/res_main_img03.jpg);
	
	animation-delay: 8s;
  }


@media screen and (max-width:540px) {
	.img-box{
		width: 100%;
		
		height: 650px;
		overflow: hidden;
		position: relative;
	  }
	  .img-box>div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		
		height: 650px;
		background-position: top left;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 1;
		opacity: 0;
		animation-name: fade;
		animation-duration: 12s;
		animation-iteration-count: infinite;
	  }
	.img-box>div:first-of-type{
		background-image: url(../img/res_main_img01.png);
		background-position: top left;
	}
	    
	.img-box>div:nth-of-type(2){
		background-image: url(../img/res_main_img02.png);
		
		animation-delay: 4s;
	}
	
	
	.img-box>div:last-of-type{
		background-image: url(../img/res_main_img03.png);
		
		animation-delay: 8s;
	}
}