@charset "utf-8";
/*
construction.css
各ページ固有のCSS
*/

/******************************************

header

*******************************************/
#top-main{	
    width: 100%;

}
#top-main .key{	
 width: 100%;
  height: 0;
  padding-top: calc(400 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url('../img/img_main.jpg') center center / cover no-repeat;

}
#top-main .key img{	
    width: 100%;
    height: auto;
}
#top-main .prize {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
#top-main .prize .prize_cont {
position: absolute;
right: 0;
	bottom: 50px;
}
#top-main .prize img {
width: 230px;
	height: auto;
}
#top-head {
	width: 100%;
	height: 98px;
	line-height: 1;
	z-index: 999;
	margin-top: -98px;
}
#top-head a, #top-head {
	font-size: 1rem;
	color: #FFF !important;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .inner {
	position: absolute;
	top:-4px;
	  left: 0;
  right: 0;
  margin: auto;
	width: 1000px;	height: 98px;
		background: #0c1c3f;
	border-radius: 4px;
}
#top-head .inner:after {
	content: "";
	clear: both;
	display: block;
}
header h1 {
	margin-top: 24px;
	padding-left: 20px;
}
header h1 img {
	width: 230px;
	height: auto;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	display: inline-block;
	margin: 0 6px;
	width:180px;
	z-index: 100px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 1.1rem;
				-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
#global-nav ul li span {
	display: inline-block;
	color: #6d7891;
	margin-bottom: 10px;
	font-weight: bold;
font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
}
#global-nav ul li:hover {
opacity: 0.6;
}
#global-nav ul li a {

}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;	height: 98px;
/*	background: #FFF;
	background: rgba(50,33,21,1); */
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 3px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FFF;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
@media screen and (max-width: 1000px) {
#top-head,  .inner {
	width: 100%;
	padding: 0;
}
}
@media screen and (max-width: 768px) {
#top-main{	

 width: 100%;
}
#top-main .key{	
 width: 100%;
  height: 0;
  padding-top: calc(800 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url('../img/img_main.jpg') center center / cover no-repeat;

}
#top-main .key img{	
    width: 100%;
    height: auto;
}
#top-main .prize {

	width: 100%;
	position: relative;
	margin: 0 auto;
}
#top-main .prize .prize_cont {
position: absolute;
right: 10px;
	bottom: 10px;
}
#top-main .prize img {
width: 130px;
	height: auto;
}
#top-head .inner {
	width: 100%;
	position: inherit;
	padding: 0;
	top: 0;
	background: transparent ; 
}

header h1 {
	margin-top: 0px;
}
header h1 img {
	width: 150px;
	height: auto;
}
header li.hd_icon {
	display: none;
	line-height: inherit !important;
}
header li.hd_icon img {
	display: none;
	width: 0;
	height: 0;
	margin: 0 2px;
	padding-bottom: 0px;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
			background: #0c1c3f;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,  #top-head .logo {
	position: absolute;
	left: 0;
	top: 10px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #c58b03;/* SPナビ背景 */
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px ;
}
#global-nav ul li {
	float: none;
	position: static;
	margin: 0;
	width: 100%;
	line-height: 100%;
	padding: 26px 0;
}
#global-nav ul li:hover {
	background-color: #8f6300;
}
	#global-nav ul li span {
		display: none;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	height: auto;
	display: block;
	color: #fff;
	    position: inherit;
}

#nav-toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
/******************************************

footer

*******************************************/

footer{
	background-color: #f2f1ed;
	width: 100%;
	padding: 60px 0;
}
footer .ft_box{width: 1000px; margin: 0 auto;}
footer h1 {
	margin-bottom: 15px;
}
footer h1 img {
	width: 140px;
	height: auto;
}
footer .copyright {
	margin-top: 10px;
	font-size: 0.9rem;
}

@media screen and (max-width: 768px) {

footer{
	background-color: #f2f1ed;
}
	footer .ft_box{width: 100%;}
footer h1 {
	margin-bottom: 15px;
}
footer h1 img {
	width: 90px;
	height: auto;
}
footer .copyright {
	margin-top: 10px;
	font-size: 0.9rem;
}
}
/******************************************

common

*******************************************/

/*ボタン-スクエア*/
.btn_sq {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 2em;
	text-decoration: none;
	color: #FFF;
	background: #4a3114;
	border: solid 2px #4a3114;
	transition: .4s;
}
.btn_sq:hover {
	background: #FFF;
	color: #FFF;
}
.btn_sqL {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1.5em 5em;
	text-decoration: none;
	border: solid 2px #312110;
	transition: .4s;
}
.btn_sqL:hover {
	background: #312110;
	color: #FFF;
}
a span.arrow {
	width: 18px;
	height: 8px;
	background-image: url('../img/common/icn_arrow.png');
	background-size: 18px 8px;
	display: inline-block;
	text-indent: -9999px;
	/* 位置合わせ用 */
	vertical-align: middle;
	right: 0;
	margin: 0 0 4px 10px;
}
a.underline {
	border-bottom: solid 1px #333;
	padding-bottom: 5px;
}
.shikirisen {
	border-bottom: solid 2px #000;
	text-indent: -9999px;
	margin: 25px auto 45px auto;
	width: 170px;
}
a.anchor{
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}

@media screen and (max-width: 768px) {
.wd_940 {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.btn_sqL {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1em 2em;
	text-decoration: none;
	border: solid 2px #312110;
	transition: .4s;
	width: 90%;
}
.btn_sqL:hover {
	background: #312110;
	color: #FFF;
}
}

@media screen and (min-width: 768px) {
.sp_br {
	display: none;
}
}
/******************************************

main

*******************************************/
.title{font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 2.6rem; padding-bottom: 50px;}

#news{	width: 1000px;
	margin: 100px auto 0 auto;}
#news a{ text-decoration: underline;}
#news a:hover{ text-decoration: none;}
#news .news_top{ border-top: 1px solid #CCC; width: 800px;
	margin: 0 auto; }
#news .news_cont{	width: 800px;
	margin: 0 auto; display: flex; justify-content: flex-start; text-align: left; border-bottom: 1px solid #CCC; padding: 16px 0;}
#news .news_cont .news_cont_date{width: 130px; }
#news .news_cont .news_cont_txt{width: 680px; } 

.btn_back{ width: 300px; position: relative;  background-color: #e88714; border-radius: 3px; color: #FFF; font-weight: bold; padding: 20px 0; font-size: 1rem; display: inline-block; -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;}
.btn_back:hover{background-color:#e86414; }

#products{	width: 100%;margin-top: 100px; }
#products .products_cont{	width: 100%; background-color: #0c1c3f; padding: 20px 0 80px 0;}
#products .products_cont_main{	width: 1000px;
	margin: 80px auto 0 auto; display: flex; justify-content: center;}
#products .products_cont_variety{width: 285px; margin: 0 23px;}
#products .products_cont_variety .variety_ph { }
#products .products_cont_variety .variety_name{ color: #fff; font-size: 1.8rem; text-align: center; margin-top: 20px; margin-bottom: 20px;}
#products .products_cont_variety .variety_name span{ color: #fff; font-size: 1rem; text-align: center;}
#products .products_cont_variety .shukaku{  margin-bottom: 20px;}
#products .products_cont_variety .variety_star{  display: flex; justify-content: center;}
#products .products_cont_variety .variety_star .label  { background-color: #FFF; border-radius: 2px; font-weight: bold; padding: 0 15px; font-size: 0.9rem; display: inline-block;}
#products .products_cont_variety .variety_star .rate  {width: 160px; margin-left: 15px;}
#products .products_cont_variety .variety_txt{color: #fff; padding-top: 15px; border-top:solid 2px #FFF; margin-top: 20px}

#commitment{	width: 1000px;  
	margin:  0 auto;padding-top: 130px; }
.btn_order{ position: relative;  background-color: #e88714; border-radius: 3px; color: #FFF; font-weight: bold; padding: 30px 80px; font-size: 1.4rem; display: inline-block; -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; margin-top: 70px; margin-bottom: -20px;}
.btn_order:hover{background-color:#e86414; }

#access{	width: 1000px;
	margin: 100px auto 0 auto;}
#access .shop{	display: flex; justify-content: space-between; margin-top: 40px; margin-bottom: 100px;}
#access .shop .shop_ph img{	width: 350px; border-radius: 3px;}
#access .shop .shop_txt{	width: 650px; padding-left: 30px; text-align: left; font-weight: bold;}
.comp_link {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.comp_link img {
	height: 80px;
	width: auto;
}
.contents_inner {
   margin-top:-60px;
  padding-top:60px;
}
@media screen and (max-width: 768px) {
.title{font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 2rem; padding-bottom: 50px;}

#news{	width: 100%;
	margin: 50px auto 0 auto;
	padding: 20px;}
#news .news_top{ border-top: 1px solid #CCC; width: 100%;
	margin: 0 auto; }
#news .news_cont{	width: 100%;
	margin: 0 auto; display: block; text-align: left; border-bottom: 1px solid #CCC; padding: 16px 0;}
#news .news_cont .news_cont_date{width: 100%;}
#news .news_cont .news_cont_txt{width: 100%; } 

.btn_back{ width: 100%; position: relative;  background-color: #e88714; border-radius: 3px; color: #FFF; font-weight: bold; padding: 20px 0; font-size: 1rem; display: inline-block; -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;}
.btn_back:hover{background-color:#e86414; }
	
#products{	width: 100%;margin-top: 50px; }
#products .products_cont{	width: 100%; background-color: #0c1c3f; padding: 10px 30px 30px 30px;}
#products .products_cont_main{	width: 100%;
	margin: 80px auto 0 auto; display: block;}
#products .products_cont_variety{width: 100%; margin: 0 0 60px 0;}
#products .products_cont_variety .variety_ph{margin: 0 auto; }
#products .products_cont_variety .variety_ph img {width: 90%; height: auto; padding-left: 10%; }
#products .products_cont_variety .variety_name{ color: #fff; font-size: 1.8rem; text-align: center; margin-top: 20px; margin-bottom: 20px;}
#products .products_cont_variety .variety_name span{ color: #fff; font-size: 1rem; text-align: center;}
#products .products_cont_variety .shukaku{  margin-bottom: 20px;}
#products .products_cont_variety .variety_star{  display: flex; justify-content: center;}
#products .products_cont_variety .variety_star .label  { background-color: #FFF; border-radius: 2px; font-weight: bold; padding: 0 5px; font-size: 0.9rem; display: inline-block; line-height: 34px;}
#products .products_cont_variety .variety_star .rate  {width: 200px; margin-left: 15px;}
#products .products_cont_variety .variety_txt{color: #fff; padding-top: 15px; border-top:solid 2px #FFF; margin-top: 20px}

#commitment{	width: 100%;
	margin: 0 auto; padding: 100px 20px 20px 20px;}
.btn_order{ width: 90%; position: relative;  background-color: #e88714; border-radius: 3px; color: #FFF; font-weight: bold; padding: 20px 0; font-size: 1rem; display: inline-block; -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;}
.btn_order:hover{background-color:#e86414; }

#access{	width: 100%;
	margin: 50px auto 0 auto; padding: 20px;}
#access .shop{	display: block; margin-top: 40px; margin-bottom: 100px;}
#access .shop .shop_ph img{	width: 100%; border-radius: 3px;}
#access .shop .shop_txt{	width: 100%; padding-left: 0; margin-top: 20px; text-align: left; font-weight: bold;}

.comp_link {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.comp_link img {
	height: 60px;
	width: auto;
}
	.contents_inner {
   margin-top:-60px;
  padding-top:60px;
}
}