img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.pc_hd{
display: none;
}


.img-s-disp {
  display: none !important;
}



/*
==========================================================
header
==========================================================
*/

.drawer-toggle{
display: none;
}
.drawer-nav{
display: none;
}
#header_sp{display: none;}

  .is-animation {
    height: 50px;
	background-color: rgba(255,255,255,0.70);
  }
  .is-animation h1 {
    color: #000;
  }

#header_pc{
margin: 0;
padding: 0;
width: 100%;
height: 65px;
overflow: hidden;
background: #f7ede4;
}

#header_pc .top_head{
width: 100%;
margin: 0px auto;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

#header_pc .logo{
height: 50px;
width:320px;
position: relative;
z-index: 10;
margin: 10px 0px;
padding: 0;
}
#header_pc .logo a{
display: block;
height: 100%;
width: 100%;
}
#header_pc.logo img{
width: 100%;
}

#header_pc .header_inner{
width: 680px;
margin: 20px 0px 0px 70px;
padding: 0;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  
}
#header_pc .header_inner li{
margin: 0px auto;
}
#header_pc .header_inner li a{
text-decoration: none;
color: #45434d;
font-size: 16px;
font-weight: bold;
}

#header_pc .header_inner li .reserve_btn{
width: 140px;
height: 38px;
z-index: 10;
position: relative;
top: -5px;
}
#header_pc .header_inner li .reserve_btn a{
background: #bd2811;
display: block;
width: 100%;
height: 100%;
color: #fff;
font-size: 16px;
border-radius: 30px;
text-decoration: none;
text-align: center;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
#header_pc .reserve_btn a:hover{
background: #A56D6E;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 80%;
	background-color: hsla(0,0%,100%,0.85);
}



/*
==========================================================
footer
==========================================================
*/
footer {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	overflow:hidden;
	position: relative;
	bottom: 0;
}

footer .footer_logo{
	width: 340px;
	margin: 50px auto 15px 0px;
	float: left;
}

footer .sns_icon{
position: relative;
top: 50px;
right: 0px;
	width: 150px;
	margin: 0px 0px 15px auto;
	display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
footer .sns_icon li{
width: 30px;
}
footer .foot_inner{
margin: 100px 0px 50px 0px;
padding: 0;
width: 100%;
	display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
footer .foot_inner li a{
text-align: center;
color: #282828;
text-decoration: none;
}

footer .foot_inner .foot_box{
width: 30%;
color: #fff;
text-align: left;
font-size: 14px;
line-height: 200%;
border-right: 1px solid #fff;
}
footer .foot_inner .foot_link{
width: 30%;
color: #fff;
text-align: left;
font-size: 14px;
line-height: 200%;
}
footer .foot_inner .foot_link li a{
text-align: left;
color: #fff;
text-decoration: none;
}


footer .copyright{
	text-align: center;
	font-size: 18px;
	color: #000;
	margin: 0px auto 10px auto;
}


