﻿/*common*/
html, body {
	margin: 0;
    padding: 0;
}
body {
	position: static;
	overflow-x: hidden;
	background-color: #FFF;
	box-sizing: border-box;
}

.fade {
	opacity: 1;
}
.fade:hover {
	opacity: 0.7;
}
/*header*/
header nav {
position: relative;
z-index: 100;
}
header .head_logo {
position: absolute;
top: -37px;
left: 50%;
transform: translate(-50%,0);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, header .head_logo {
top: 65px;
	}
}
header .head_logo a {
width: 450px;
height: 156px;
display: block;
position: relative;
opacity: 1;
transition: 0.5s ease-out;
}
header .head_logo a:hover {
opacity: 0.5;
}
header .head_logo a img {
width: 100%;
height: auto;
}


/*sns*/
#sns {
margin: 0 auto;
max-width: 1920px;
padding: 0 0 40px;
text-align: center;
}
#sns h4 {
font-size: 16px;
font-family: 'Yanone Kaffeesatz', sans-serif;
margin-bottom: 10px;
color: #333;
}
#sns ul {
width: 124px;
margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
			text-align: center;
}
#sns ul li {
width: 32px;
}
#sns ul li img {
width: 100%;
height: auto;
}


/*footer*/
footer {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
padding: 20px 0;
text-align: center;
background: #E7D2DA;
}
footer .foot_logo a {
width: 165px;
margin: 0 auto;
padding: 10px;
display: block;
transition: 0.5s ease-out;
}
footer .foot_logo a:hover {
opacity: 0.5;
}



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

}

@media only screen and (max-width: 768px) {
/*header*/
header nav {
position: relative;
z-index: 100;
}
header .head_logo {
width: 72%;
max-width: 330px;
position: absolute;
top: -25px;
left: 50%;
transform: translate(-50%,0);
}
header .head_logo a {
width: 100%;
height: auto;
display: block;
position: relative;
opacity: 1;
transition: 0.5s ease-out;
}
header .head_logo a:hover {
opacity: 0.5;
}
header .head_logo a img {
width: 100%;
height: auto;
}

/*sns*/
#sns {
margin: 0 auto;
padding: 30px 0 30px;
text-align: center;
}
#sns h4 {
font-size: 11px;
}
#sns ul {
width: 125px;
margin: 0 auto;
}

/*footer*/
footer {
position: relative;
width: 100%;
margin: 0 auto;
padding: 10px 0;
text-align: center;
}
footer .logo_bex {
width: 78px;
position: static;
margin: 15px auto;
}
footer .copyright {
font-size: 9px;
}
footer .foot_logo a {
width: 78px;
margin: 0 auto 0;
padding: 10px;
display: block;
}
footer .foot_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
			text-align: center;
}
footer .foot_nav li {
font-size: 10px;
font-family: 'Kumbh Sans', sans-serif;
margin: 5px 10px;
letter-spacing: 0.05em;
}

.btn_more a {
width: 235px;
margin: 25px auto;
}
}