@charset "utf-8";


/* -------------------------------------------------------------------
 PC
------------------------------------------------------------------- */

/* common -------------------- */
body {
	background-color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}

nav,
section,
footer,
.inner {
	width: 1185px;
	margin-left: auto;
	margin-right: auto;
}
section {
	margin-bottom: 180px;
	padding-top: 150px;
	margin-top: -150px;
}

a {
	text-decoration: none;
}
li {
	list-style: none;
}

/* header -------------------- */
header{
	text-align: center;
	background-color: #fff;
	padding: 30px;
	background: url(../img/img_headbg.png);
}

/* nav -------------------- */
div.inner {
	display: flex;
	justify-content: space-between;
	background: #404040;
	margin-bottom: 50px;
	width: 1180px;
	margin: auto;
}
div.inner.fixed{
    position: fixed;
    top: 0;
    left: calc(50% - 590px);
    z-index: 100;
}
div.inner h1 {
	padding: 10px 25px 0;
	height: 56px;
}
div.inner nav ul {
	display: flex;
	justify-content: space-between;

}

div.inner nav ul li a {
	display: block;
	background: #404040;
	color: #fff;
	font-size: 25px;
	width: 100%;
	line-height: 70px;
	text-align: center;
	width: 195px;
}
div.inner nav ul li a:hover {
	background: #93014a;
}

section > h1{
	background: #93014a;
	color: #fff;
	width: 200px;
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

/* footer -------------------- */
footer {
	text-align: center;
}

/* 商品一覧 -------------------- */
section#cont00 {
  	width: 800px;
  	margin-left: auto;
  	margin-right: auto;
  	font-size: 20px;
  	margin-bottom: 50px;
  }
  section#cont00 h1 {
  	width: 100%;
  	background-color: #000;
  	padding-top: 50px;
  }
section#cont00 h1 img {
  	width: 100%;
  	
  }

section#cont01  {
	
}
section#cont01 article h1 {
	margin-bottom: 60px;
}
section#cont01 article h1 {
	margin-bottom: 60px;
}

section#cont01 article ul li {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 60px;
	margin-left: 70px;
}

section#cont01 article ul li h2 {
	color: #beac83;
	font-size: 31px;
}

section#cont01 article ul li div.ttltxt{
	width: 350px;
}
section#cont01 article ul li p{
	color: #fff;
	font-size: 22px;
}

section#cont01 article ul li p span{
	display: block;
	font-size: 18px;
	margin-top: 5px;
}

section#cont01 article ul li div.photo-area{
	display: flex;
	justify-content: center;
}
section#cont01 article ul li div.photo-area figure{
	display: inline-block;
	text-align: center;
	font-size: 24px;
	margin:10px;
	position: relative;
}
section#cont01 article ul li figure span{
	position: absolute;
    top: 60px;
    font-size: 15px;
    width: 150px;
    display: block;
    left: -30px;
}

section#cont01 article ul li figure span.zei{
	position: relative;
    top: 0;
    font-size: 20px;
    width: auto;
    display: inline-block;
    left: 0;
}

section#cont01 article ul li div.note{
	margin-top: 340px;
	font-size: 20px;
	font-weight:normal;
	font-family: sans-serif;
	visibility: hidden;
}

section#cont01 article div.flex-area{
	display: flex;
	font-size: 22px;
	font-weight: bold;
	margin-left: 260px;
	width: 790px;
}

section#cont01 article div.flex-area figure{
	margin-right: 45px;
}
section#cont01 article div.tokubetsu{
	margin-top:20px;
}
section#cont01 article div.tokubetsu h2{
	color: #fff;
	background-color: #d90000;
	text-align: center;
	margin-bottom: 30px;
	width: 75%;
	margin-left: 70px;
}

section#cont01 article div.tokubetsu ul{
	display: flex;
	font-size: 22px;
	font-weight: bold;
	margin-left: 260px;
	width: 790px;
	justify-content: space-between;
	margin-top: 10px;
}

section#cont01 article div.tokubetsu ul li {
    display: block;
    font-weight: bold;
    width: 48%;
    margin-left: 0;
}

section#cont01 article div.tokubetsu ul li h3 {
    text-align: center;
}

section#cont01 article div.tokubetsu ul li figure img {
    width: 60%;
    height: auto;
}
section#cont01 article div.tokubetsu ul li figure {
    text-align: center;
    margin: 10px 0;
}

section#cont01 article ul li figure figcaption.flex-area {
    display: flex;
}

section#cont01 article ul li figure figcaption.flex-area div {
    margin: 0 10px;
}



section#cont01 article div.tokubetsu ul li p span {
    font-size: 0.8rem;
    margin-top: 10px;
    display: block;
}


section#cont01 article div.nara{
	width: 1000px;
	margin: auto;
	background: url(../img/img_headbg.png); 
	margin-top: 120px;
	text-align: center;
	color: #000;
}

section#cont01 article div.nara h2{
	padding: 20px 0 60px;
}

section#cont01 article div.nara figure {
	margin-top: 20px;
	margin-bottom: 20px;
}

section#cont01 article div.nara ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 24px;
	margin: 50px;
}
section#cont01 article div.nara ul li {
	width: auto;
	margin: 0;
	display: block;
}
section#cont01 article div.nara ul li span {
	font-size: 18px;
	display: block;
}
section#cont01 article div.nara ul li span.zei {
	font-size: 24px;
	display: inline-block;
}
section#cont01 article div.nara ul li img {
	display: block;
	margin: auto;
}

section#cont01 article div.nara p {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding: 0 150px 20px;
}
section#cont01 article div.nara p:last-child {
	padding: 0 150px 90px;
}

/* お知らせ -------------------- */
section#cont02 ul  {
	width: 800px;
	margin: 80px auto;
}

section#cont02 ul li {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
}

section#cont02 ul li span {
	margin-right: 30px;
}

/* 会社情報 -------------------- */
section#cont03 {
	text-align: center;
	font-size: 20px;
}

section#cont03 h2 {
	height: 56px;
}

section#cont03 ul {
	margin-bottom: 35px;
}

section#cont03 ul li a {
	color: #fff;
	text-decoration: none;
}

section#cont03 ul li span.eig01{
	margin-left: 1em;
}
section#cont03 ul li span.eig02{
	margin-left: 0.5em;
}
section#cont03 ul li span.hori{
	margin-left: 5em;
}


/* 販売店様 -------------------- */

section#cont04 ul  {
	width: 800px;
	margin: 80px auto;
}

section#cont04 ul li {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
section#cont04 ul li a { 
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

section#cont04 ul li a span { 
	margin-right: 25px;
}






/* -------------------------------------------------------------------
 SP
------------------------------------------------------------------- */

@media screen and (max-width:736px) { 
	body {
		overflow: hidden;
	}
  
  /* header -------------------- */
  header img {
  	width: 100%;
  }
  nav, section, footer, .inner {
  	width: auto;
  }
  div.inner {
  	display: block;
  	width: auto;
  }
  div.inner.fixed {
  	left: 0;
  }
  div.inner nav ul {
  	flex-wrap: wrap;
  	border-bottom:solid 1px #fff;
  	margin-top: 10px;

  }
  div.inner nav ul li {
  	width: 50%;
  	border:solid 1px #fff;
  	box-sizing: border-box;
  	border-bottom: none;
  }
  section {
  	margin-bottom: 50px;
  }


  section#cont00 {
  	width: auto;
  	margin: 10px;
  }
  section#cont01 article h1 {
  	margin-bottom: 0;
  	overflow: hidden;
  }

  section#cont01 article h1 img {
  	width: 250%;
  }
  section#cont01 article ul li {
  	display: block;
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }
  section#cont01 article ul li div.ttltxt {
  	width: auto;
  }
   section#cont01 article ul li div.ttltxt p {
  }
  section#cont01 article ul li div.photo-area {
  	padding-top: 30px;
  	text-align: center;
  }
  section#cont01 article ul li div.note {
  	margin-top: 10px;
  	text-align: center;
  	display: none;
  }
  section#cont01 article ul li figure span.zei{
    font-size: 18px;
    display: block;
}
  section#cont01 article div.flex-area {
  	display: block;
  	width: auto;
  	margin: 10px;
  }
  section#cont01 article div.flex-area figure{
	margin-right: 0;
	text-align: center;
}

  section#cont01 article div.tokubetsu h2{
	margin-left: 0;
	width: auto;
}

section#cont01 article div.tokubetsu ul{
	display: block;
	margin-left: 0;
	width: auto;
}

section#cont01 article div.tokubetsu ul li {
    width: auto;
    margin-left: 0;
    margin-left: 10px;
    margin-right: 10px;
}


section#cont01 article div.tokubetsu ul li figure img {
    width: 60%;
}
  section#cont01 article div.nara {
  	width: auto;
  	padding: 10px;
  	text-align: left;
  }
  section#cont01 article div.nara img {
  	width: 100%;
  }
  section#cont01 article div.nara p,
  section#cont01 article div.nara p:last-child {
  	padding: 0;
  }
  section#cont01 article div.nara ul {
  	display: block;
  }

   section#cont02 ul {
	width: auto;
}
  section#cont02 ul li {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}

  section#cont02 ul li span {
	display: block;
}
section#cont03 p,
section#cont03 figure,
section#cont03 li,
section#cont03 h2 {
	margin-left: 10px;
	margin-right: 10px;
}
section#cont03 img {
	width: 100%;
}

section#cont04 ul {
	margin-left: 10px;
	margin-right: 10px;
}
section#cont04 ul li a span {
	display: block;
}






	



}





