@charset "utf-8";
/* CSS Document */


/*ハンバーガー*/
@media screen and (min-width:1000px){
	#drawer_wrapper{
		display: none;
	}
}
@media screen and (max-width:999px){
	header .pc_con{
		display: none;
	}
	

#drawer_wrapper .phone {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background:#f5f1e6;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 98;
	text-align: center;
}
	
/*ロゴ*/
header .phone .logo{
	margin: 0 auto;
	width: 70%;
}
header .phone .logo a{
}
header .phone .logo a img{
	width:100%;
}
header .phone .logo a:hover img{
}
	
/*ご注文へ*/
header .phone .shop{
	margin-top:50px;
	margin-bottom: 30px;
}
header .phone .shop a{
	text-decoration: none;
	background-color: #fff;
	padding: 15px 40px;
	color:#000;
	position: relative;
}
header .phone .shop a img{
	display: inline-block;
	vertical-align: middle;
}
header .phone .shop a p{
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
}
header .phone .shop a p:before,header .phone .shop a p:after{
  content: '';
  position: absolute;
  background: #000;
}
header .phone .shop a p:before {
  top: 24px;
  right: -18px;
  height: 1px;
  width: 35px;
}
header .phone .shop a p:after {
  bottom: 18px;
  right: -19px;
  height: 1px;
  width: 10px;
  transform: rotate(125deg);
}

/*インフォメーション*/
header .phone .head_info{
	margin-bottom: 20px;
}
header .phone .head_info p.text1{
	font-size: 14px;
	margin-bottom: 0.5em;
}
header .phone .head_info .tel{
	width:80%;
	margin: 0 auto;
}
header .phone .head_info .tel a{
}
header .phone .head_info .tel a img{
	width:100%;
}
header .phone .head_info .tel a:hover img{
}
header .phone .head_info p.text2{
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.3em;
}
header .phone .head_info p.text3{
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.5em;
}
	
/*閉じる*/
header .phone .close{
  position: absolute;
  color: #000;
  height: 0.1em;
  background: currentColor;
  transform: rotate(45deg);
  top: 24px;
  right: 20px;
  width: 30px;
}
header .phone .close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}

	
	
	
	
/*ハンバーガーアイコン*/
#drawer_wrapper #hamburger_icon {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	border-radius: 3px;
}
#drawer_wrapper #hamburger_icon .aicon{
	position: absolute;
	top:8px;
	right:38px;
}
#drawer_wrapper #hamburger_icon span.yum {
	position: absolute;
    width: 25px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#drawer_wrapper #hamburger_icon span:nth-child(1) {
    top: 0;
}
#drawer_wrapper #hamburger_icon span:nth-child(2) {
    top: 10px;
}
#drawer_wrapper #hamburger_icon span:nth-child(3) {
    top: 20px;
}
#drawer_wrapper #hamburger_icon span:nth-child(4) {
    top: 27px;
	left: -7px;
}
#drawer_wrapper #hamburger_icon.open span {
    background: #fff;
}
#drawer_wrapper #hamburger_icon.open span {
    width: 24px;
}
#drawer_wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#drawer_wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
#drawer_wrapper .contents section:nth-child(even) p {
    right: 10%;
}
#drawer_background {
    z-index: 97;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.fa-book-open,
.fa-phone{
    padding-right: .25em;
}

	
#drawer_wrapper nav.phone .sns{
}
#drawer_wrapper nav.phone .sns a{
	color:#007089!important;
	width:30%;
	margin-left: 10px;
	margin-right: 10px;
}
#drawer_wrapper nav.phone .sns a i{
	font-size: 50px;
}
	
	
	
.header{
    width: 100%;
}

	
	
}
