@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap')







* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
   	font-size: 100%;
 	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}


body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0 0px;
	text-align : center ;
	 background-image: url(../i/bg_washi.jpg);
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
	height:1px;
	overflow: hidden;
}



/*======================================

	common text
	
========================================*/

p {
	color:#333;
	font-size:15px;
	line-height: 2;
	margin:0 0 12px 0;
	padding: 0 0 0 0;
	vertical-align: baseline;
	font-weight: 400;
}

a{
	text-decoration: none;
}

p a {
	color:#336699;
	text-decoration:none;
}
p a:hover {
	color:#8f383e;
	text-decoration:none;
}

img{
  text-decoration: none;
  border: none;
  vertical-align: bottom;
}

a img{
	transition: 0.5s
}
		
a img:hover{
	opacity: 0.8;
}
	

#navi-clear{
	clear:both;
	width:100%;
	height:1px;
	overflow: hidden;
	}

.clear{
	clear:both;
	height:0px;
	overflow: hidden;
	}

.serif{
	font-family: 'EB Garamond', serif;
}


.mincho{
	font-family: serif;
}

.roboto-slab{
font-family: 'Roboto Slab', serif;
letter-spacing: 0.1em;
}

#page-top {
    position: fixed;
    bottom: 18px;
    right: 12px;
    font-size: 12px;
    z-index: 50;
	}
#page-top a {
    background: #003856;
    text-decoration: none;
    color: #fff;
    width: 54px;
    height: 42px;
    padding: 9px 0;
    text-align: center;
    display: block;
    border:1px solid #fff;
    border-radius: 6px;
	}
#page-top a:hover {
    text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
	
.clear{
	clear:both;
	width:100%;
	height:1px;
	overflow: hidden;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin:20px 0 20px 0;
/*  overflow: hidden; */
}
 
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.color-blue{
	color:#003856;
	}




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


a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: none;
  border: none;
	}




/*======================================

	humberger
	
========================================*/
.mobile-nav-wrapper {
display: block;
z-index: 999;
}



input {
  display: none;
}
.cp_fullscreenmenu {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to top, rgba(0,51,102,0.9) 0%, rgba(0,51,102,0.9) 100%);
}
.cp_fullscreenmenu .menu label {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: 100%;
}

.cp_fullscreenmenu .menu .menucont {
	width: 100%;
	position: absolute;
	top:45%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	justify-content: space-between;
}


.menu{
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu-left{
	width: 90%;
	text-align: center;
	margin: 0 auto 0px auto;
}
.menu-right{
	width: 90%;
	margin: 0 auto 0 auto;
}

.menu-logo{
	width: 145px;
	margin: 0 auto;
}
.menu-logo img{
	width: 100%;
}
.menu-sns{
	display: flex;
	justify-content: center;
	margin: 21px 0 0 0;
}

.menu-sns a{
	width: 21px;
	display: block;
	justify-content: center;
	margin: 0px 9px 0 9px;
}
.menu-sns img{
	width: 100%;
}

.navi{
	margin: 24px 0px 0 0px;
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navi a{
	display: block;
	width: 100%;
	text-align: center;
	font-size:15px;
	font-weight: 600;
	color:#fff;
	margin: 0 0 15px 0;
}


.menu-banner-to-onlinestore{
	width: 270px;
	height: auto;
	margin: 0 auto;
}
.menu-banner-to-onlinestore img{
	width: 270px;
	height: auto;
}



/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
	transition: all 0.5s;
	transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
	visibility: visible;
	transition: opacity 0.5s;
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
	background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(45deg);
	background-color: #fff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(-45deg);
	background-color: #fff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-10%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
	width: 48px;
	height: 48px;
	padding: 5px 0px 4px 10px;
	cursor: pointer;
	background: #003856;
}
.cp_fullscreenmenu .hamburger:hover .open:before {
	top: -6px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
	top: 2px;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
	position: relative;
	display: block;
	width: 27px;
	height: 3px;
	border-radius: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
	position: relative;
	display: block;
	width: 27px;
	height: 0px;
	border-radius: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}


.cp_fullscreenmenu .open {
	top: 18px;
	cursor: pointer;
}
.cp_fullscreenmenu .open:before {
	top: -6px;
	content: '';
	transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
	top: 2px;
	content: '';
}








/*======================================

	wrapper layout
	
========================================*/

.common-contents-wrapper{
	width:100%;
	min-width: 100%;
	margin: 0px auto 0px auto;
	padding:33px 0px 0 0px;
	text-align: center;
	overflow: hidden;
}

.common-contents-wrapper-wide{
	width:100%;
	min-width: 100%;
	margin: 0px auto 0px auto;
	padding:33px 0px 0 0px;
	text-align: center;
	overflow: hidden;
}



.contents{
	width:95%;
	margin: 0 auto 0px auto;
	padding:0 0 0px 0px;
	text-align: left;
}

.contents-wide{
	width:100%;
	margin: 0 auto 0px auto;
	padding:0 0 0px 0px;
	text-align: left;
}



/*======================================

	figure
	
========================================*/

figure{
	width:100%;
	margin:0px 0 0px 0;
	padding:0 0 0 0;
}
figure img{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align: bottom;
}



/*======================================

	wave
	
========================================*/
.wave-wrapper{
	width: 100%;
	min-width: 100%;
	height: 50px;
	position: relative;
}

.wave{
position: absolute;
height:50px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
margin: 0px;
z-index: 50;
bottom: 15px;
left:0;
width: 100%;
}
canvas{
position: absolute;
bottom: 0px;
left:0;
width: 100%;
}
.wave-foot{
	position: absolute;
	width: 100%;
	height: 15px;
	background: #fff;
	bottom: -15px;
	left:0;
}




/*======================================

	page-head & h2
	
========================================*/

.page-head{
	width: 100%;
	min-width: 100%;
	height: 150px;
	background: transparent;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
}

.head-bg-white{
	display: block;
	width: 100%;
	height: 135px;
	background: #fff;
	z-index: 99;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.main-logo{
	position: absolute;
	top:0;
	left: 0;
}

.main-logo{
	position: absolute;
	top:24px;
	left: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1;
	font-size: 14px;
	z-index: 200;
}

.main-logo img{
	width: 120px;
	height: auto;
}

.h2-bg{
	width: 100%;
	height: 150px;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	padding: 12px 12px 0px 12px;
	line-height: 1;
	font-size: 14px;
	z-index: 100;
}

.h2-bg-photo{
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 20px;
}

h2.header-h2{
	font-family: "Zen Old Mincho", serif;
	font-size:24px;
	font-weight: 500;
	letter-spacing: 0;
	text-indent: -0;
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%,-50%);
	z-index: 200;
	color: #fff;
	
}




/*======================================

	foofooter-contactter
	
========================================*/


.footer-contact-wrapper{
	width: 100%;
	min-width: 100%;
	padding: 54px 0 54px 0;
	background: #003856;
}

.footer-contact{
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0;
}

.footer-contact-title{
	font-family: "Zen Old Mincho", serif;
	font-size:36px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
	color:#fff;
}

.footer-contact-text{
	font-size:15px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
	color:#fff;
}

.footer-contact-anchor{
	padding: 0;
	margin: 30px auto 21px auto;
	color:#fff;
}

.footer-contact-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #fff;
	color: #fff;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.footer-contact-anchor a:hover{
	background: #fff;
	border:1px solid #fff;
	color: #003856;
}

.footer-contact-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}


.footer-contact-tel{
	font-size:24px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
	color:#fff;
}
.footer-contact-tel a{
	color:#fff;
}


/*======================================

	footer
	
========================================*/
.footer-wrapper{
	width:100%;
	min-width: 100%;
	height: 390px;
	padding: 45px 0 24px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	color:#fff;

}



.foot__video{
position:absolute;
right:0;bottom:0;top:0;right:0;
width:100%;
height:100%;
background-size:100% 100%;
background-color:#fff;
background-position:center center;
background-size:contain;
-o-object-fit:cover;
object-fit:cover;
z-index:2;
}
.footer-wrapper:after{
content:"";
width:100%;
height:100%;
background: #827977;
mix-blend-mode: multiply;

position:absolute;left:0;top:0;z-index:3;
}


/*======================================

	footer
	
========================================*/


.footer{
	width:90%;
	text-align: left;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%, 0%);
	z-index: 4;
}





.footer-menu{
	margin: 30px 0 0 0;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 0 0 21px 0;
	margin: 45px 0 30px 0;
}


.footer-menu a{
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	padding: 2px 12px 2px 12px;
	color:#fff;
	border-left:1px solid #fff;
}

.footer-menu a.footer-to-news{
	border-left:0px solid #fff;
}

.footer-menu a:hover{
	opacity: 0.7;
}

.footer-logo{
	width: 100%;
	margin: 45px 0 0 0;
	text-align: center;
}

.footer-logo img{
	margin: 0 auto 0 auto;
	width: 250px;
}


.footer-info{
	font-size: 14px;
	color:#fff;
	margin: 21px auto 30px auto;
	padding: 0 0px;
	text-align: center;
}

.footer-info span{
	display: block;
	margin: 3px auto 0 auto;
}

.footer-sns{
	display: flex;
	justify-content: center;
	margin: 36px 0 0 0;
}

.footer-sns a{
	width: 30px;
	display: block;
	justify-content: center;
	margin: 0px 12px 0 12px;
}
.footer-sns img{
	width: 100%;
}

.copyright{
	font-size: 12px;
	color:#fff;
	margin: 75px auto 12px auto;
	padding: 0 0px;
	text-align: center;
}





}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {






/*======================================

	humberger
	
========================================*/
.mobile-nav-wrapper {
display: block;
z-index: 9999;
}



input {
  display: none;
}
.cp_fullscreenmenu {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to top, rgba(0,51,102,0.9) 0%, rgba(0,51,102,0.9) 100%);
}
.cp_fullscreenmenu .menu label {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: 100%;
}

.cp_fullscreenmenu .menu .menucont {
	width: 800px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: space-between;
}


.menu{
	width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-left{
	width: 180px;
	text-align: center;
}
.menu-right{
	width: 450px;
}

.menu-logo{
	width: 180px;
	margin: 75px 0 0 0;
}
.menu-logo img{
	width: 100%;
}
.menu-sns{
	display: flex;
	justify-content: center;
	margin: 36px 0 0 0;
}

.menu-sns a{
	width: 30px;
	display: block;
	justify-content: center;
	margin: 0px 12px 0 12px;
}
.menu-sns img{
	width: 100%;
}

.navi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navi a{
	display: block;
	width: 48%;
	text-align: left;
	font-size:18px;
	font-weight: 600;
	color:#fff;
	margin: 0 0 48px 0;
}


.menu-banner-to-onlinestore{
	width: 336px;
	height: 110px;
}
.menu-banner-to-onlinestore img{
	width: 336px;
	height: 110px;
}



/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
	transition: all 0.5s;
	transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
	visibility: visible;
	transition: opacity 0.5s;
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
	background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(45deg);
	background-color: #fff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(-45deg);
	background-color: #fff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-10%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
	width: 80px;
	height: 80px;
	padding: 20px 0px 24px 23px;
	cursor: pointer;
	background: #003856;
}
.cp_fullscreenmenu .hamburger:hover .open:before {
	top: -9px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
	top: 5px;
}

.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
	position: relative;
	display: block;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.cp_fullscreenmenu .open {
	position: relative;
	display: block;
	width: 36px;
	height: 0px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
}


.cp_fullscreenmenu .open {
	top: 18px;
	cursor: pointer;
}
.cp_fullscreenmenu .open:before {
	top: -9px;
	content: '';
	transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
	top: 5px;
	content: '';
}








/*======================================

	wrapper layout
	
========================================*/

.common-contents-wrapper{
	width:100%;
	min-width: 1000px;
	margin: 0px auto 0px auto;
	padding:33px 0px 0 0px;
	text-align: center;
	overflow: hidden;
}

.common-contents-wrapper-wide{
	width:100%;
	min-width: 1000px;
	margin: 0px auto 0px auto;
	padding:33px 0px 0 0px;
	text-align: center;
	overflow: hidden;
}



.contents{
	width:960px;
	margin: 0 auto 0px auto;
	padding:0 0 0px 0px;
	text-align: left;
}

.contents-wide{
	width:100%;
	margin: 0 auto 0px auto;
	padding:0 0 0px 0px;
	text-align: left;
}



/*======================================

	figure
	
========================================*/

figure{
	width:100%;
	margin:0px 0 0px 0;
	padding:0 0 0 0;
}
figure img{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align: bottom;
}



/*======================================

	wave
	
========================================*/
.wave-wrapper{
	width: 100%;
	min-width: 960px;
	height: 100px;
	position: relative;
}

.wave{
position: absolute;
height:75px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
margin: 0px;
z-index: 50;
bottom: 15px;
left:0;
width: 100%;
}
canvas{
position: absolute;
bottom: 0px;
left:0;
width: 100%;
}
.wave-foot{
	position: absolute;
	width: 100%;
	height: 15px;
	background: #fff;
	bottom: -15px;
	left:0;
}







/*======================================

	page-head & h2
	
========================================*/

.page-head{
	width: 100%;
	min-width: 1000px;
	height: 250px;
	background: transparent;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
}

.head-bg-white{
	display: block;
	width: 100%;
	height: 135px;
	background: #fff;
	z-index: 99;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.main-logo{
	position: absolute;
	top:0;
	left: 0;
}

.main-logo{
	position: absolute;
	top:48px;
	left: 48px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1;
	font-size: 14px;
	z-index: 200;
}

.main-logo img{
	width: 200px;
	height: 50px;
}

.h2-bg{
	width: 100%;
	height: 220px;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	padding: 30px 30px 0px 30px;
	line-height: 1;
	font-size: 14px;
	z-index: 100;
}

.h2-bg-photo{
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 20px;
}

h2.header-h2{
	font-family: "Zen Old Mincho", serif;
	font-size:42px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-indent: -0.15em;
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%,-50%);
	z-index: 200;
	color: #fff;
	
}



/*======================================

	foofooter-contactter
	
========================================*/


.footer-contact-wrapper{
	width: 100%;
	min-width: 960px;
	padding: 54px 0 54px 0;
	background: #003856;
}

.footer-contact{
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0;
}

.footer-contact-title{
	font-family: "Zen Old Mincho", serif;
	font-size:42px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
	color:#fff;
}

.footer-contact-text{
	font-size:15px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
	color:#fff;
}

.footer-contact-anchor{
	padding: 0;
	margin: 30px auto 21px auto;
	color:#fff;
}

.footer-contact-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #fff;
	color: #fff;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.footer-contact-anchor a:hover{
	background: #fff;
	border:1px solid #fff;
	color: #003856;
}

.footer-contact-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}


.footer-contact-tel{
	font-size:27px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
	color:#fff;
}
.footer-contact-tel a{
	color:#fff;
}


/*======================================

	footer
	
========================================*/
.footer-wrapper{
	width:100%;
	min-width: 960px;
	height: 500px;
	padding: 45px 0 24px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	color:#fff;

}



.foot__video{
position:absolute;
right:0;bottom:0;top:0;right:0;
width:100%;
height:100%;
background-size:100% 100%;
background-color:#fff;
background-position:center center;
background-size:contain;
-o-object-fit:cover;
object-fit:cover;
z-index:2;
}
.footer-wrapper:after{
content:"";
width:100%;
height:100%;
background: #827977;
mix-blend-mode: multiply;

position:absolute;left:0;top:0;z-index:3;
}


/*======================================

	footer
	
========================================*/


.footer{
	width:960px;
	text-align: left;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%, 0%);
	z-index: 4;
}





.footer-menu{
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 21px 0;
	margin: 45px 0 30px 0;
}


.footer-menu a{
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	padding: 2px 12px 2px 12px;
	color:#fff;
	border-left:1px solid #fff;
}

.footer-menu a.footer-to-news{
	border-left:0px solid #fff;
}

.footer-menu a:hover{
	opacity: 0.7;
}

.footer-logo{
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
}

.footer-logo img{
	margin: 0 auto 0 auto;
	width: 250px;
}


.footer-info{
	font-size: 14px;
	color:#fff;
	margin: 21px auto 30px auto;
	padding: 0 0px;
	text-align: center;
}

.footer-sns{
	display: flex;
	justify-content: center;
	margin: 36px 0 0 0;
}

.footer-sns a{
	width: 30px;
	display: block;
	justify-content: center;
	margin: 0px 12px 0 12px;
}
.footer-sns img{
	width: 100%;
}

.copyright{
	font-size: 12px;
	color:#fff;
	margin: 145px auto 12px auto;
	padding: 0 0px;
	text-align: center;
}




}/*//end  min-width: 481px ///////////////////////*/











