img{
	max-width: 100%;
	height: auto;
	width :auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}

body{
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		overflow-x: hidden;
		font-size: 14px;
		letter-spacing: 2px;
}

.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a{
  color: #666666;
  text-decoration: none;
}

li{
  list-style: none;
}

a:hover {
  opacity: 0.7;
}
a p:hover{
	opacity: 0.7;
}
a img:hover{
	opacity: 0.7;
}

.container{
  max-width: 1100px;
  margin: 0 auto;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.pc_header {
	padding: 15px 0;
	background: url("../img/header_bg.jpg") no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
	z-index: 3;
}
.pc_header h1 {
	text-align: center;
}

.drawer-nav {
	top: 13.5vw;
	background: rgba(255, 255, 255, 0.9);
}
.drawer-menu li {
	margin: 15px 0;
}
.drawer--top.drawer-open .drawer-nav{
	    top: 167px;
}
.drawer-hamburger {
	background: url("../img/menu_bg.png") no-repeat;
	background-position: center center;
	padding: 28px 2rem 55px;
	top: 20px;
	right: 20px !important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background: #fff;
}

.f_img {
	text-align: center;
	padding: 50px 0 0;
}
.f_img figure {
    margin: 0 -110px 0 0;
}

footer {
	background: #000;
	margin: -80px 0 0;
	padding: 115px 0 10px;
	text-align: center;
	color: #fff;
}
footer ul {
	margin: 30px auto 50px;
	width: 40%;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	justify-content: center !important;
}
footer ul li {
	margin: 0 20px;
}
footer ul li a {
	color: #fff;
}


/* ページTOP */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}







@media screen and (max-width:639px) {
.SP-none{
	display: none;
}

.container{
  width: 96%;
}

.pc_header {
    padding: 10px 0;
}
.pc_header h1 {
    width: 50%;
		margin: 0 auto;
}
.drawer--top.drawer-open .drawer-nav{
	top: 0;
}
.drawer-hamburger {
	top: -3px;
	right: 0 !important;
	padding: 25px 2rem 44px;
	background-size: 67%;
}
.drawer-menu {
    padding: 100px 0 0;
}
.drawer-menu li {
    margin: 0 0 10px;
    width: 48%;
}

.f_img figure {
    margin: 0 -50px 0 0;
}

footer {
    background: #000;
    margin: -50px 0 0;
    padding: 75px 0 10px;
    text-align: center;
    color: #fff;
}
footer ul.flex {
    margin: 20px auto;
    width: 100%;
}
footer ul li {
	width: 46%;
	margin: 0 2% 10px;
}


}


@media screen and (min-width:640px) {
.PC-none{
	display: none;
}

/*ページTOP*/
#page-top a{
	background: #D50000;
	text-decoration: none;
	color: #fff;
	width: 100%;
	padding: 25px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
}


@media screen and (max-width: 320px) {
	.drawer-hamburger {
		    width: 1.8rem;
		top: -4px;
		    right: -13px !important;
		    padding: 21px 2rem 41px;
		    background-size: 56%;
	}

}
