@charset "UTF-8";

/*----------リセット-------------*/
html {
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,blockquote {
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
ol.ul,li {
  list-style:none;
}
img{
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/*----------ページ・共通-------------*/
body {
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 18px;
  -webkit-text-size-adjust: none;
}
#sp_wrap {
  width: 100%;
}
.clear {
  clear: both;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.cf {
	/*overflow: hidden;*/
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
@media print, screen and (min-width:768px){
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width:767px){
  body {
    padding-top: 71px;
  }
}
/* --------------------------------------------------

ヘッダー

-------------------------------------------------- */
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#header .header_wrap{
  position: relative;
  border-top: 6px solid #551900;
  background-color: #fff;
}
/* #header .header_wrap::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #F096A3 0%, #F096A3 50%, #7EC9C5 50%, #7EC9C5 100%);
} */
#header .header_inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header_block {
  display: flex;
  align-items: center;
}
#header .header_sns > ul{
  display: flex;
}
#header .header_sns li a{
  display: block;
}
#header .header_netorder {
  position: relative;
}
#header .header_netorder::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 55px;
  background: url(/m_menu/new/220915_test/images/h_border.png) no-repeat;
  background-size: contain;
}

@media print, screen and (min-width:768px){
  #header .header_wrap{
    padding-left: 2.083%;
    padding-right: 2.083%;
  }
  #header .header_inner{
    height: 94px;
  }
  #header .header_logo{
    width: 90px;
  }
  #header .header_sns li{
    width: 34px;
    margin-left: 20px;
  }
  #header .header_netorder{
    width: 220px;
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width:767px){
  #header .header_wrap{
    padding-left: 10px;
    padding-right: 10px;
    border-width: 3px;
  }
  /* #header .header_wrap::before{
    height: 5px;
  } */
  #header .header_inner{
    height: 67px;
  }
  #header .header_logo{
    width: 56px;
  }
  #header .header_sns li{
    width: 20px;
    margin-left: 10px;
  }
  #header .header_netorder{
    width: 65px;
    margin-left: 20px;
    padding-left: 20px;
  }
}
/* is-pin */
#header.is-pin .header_wrap{
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #EEEEEE;
  box-shadow: 0 0 1px rgba(238, 238, 238, 1);
}

/*----------------------------------------------------------
	フッター
----------------------------------------------------------*/
.footer_bg {
  width: 100%;
  background: #e87d86;
  margin-top: 40px;
}
.footer{
	width: 950px;
	margin: 0 auto;
  padding: 10px 0;
	color: #551900;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
}
