@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
html {
  opacity: 0;
  animation: appeare 1s ease .1s 1 normal forwards running;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body{
	font: 16px/1.9 'lato', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, san-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: initial;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
	color: #b99a1d;
}

a:active, a:focus,input:active, input:focus{outline:0;}



/* ヘッダー
------------------------------------------------------------*/
#header{
	 position: relative;
    width:100%;
    height:100vh;
}
#main_v {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/yakiimo_img.jpg);
}
.header_inner {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

header h1 {
  font-size: 2.125em;
  letter-spacing: 3px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 60px 0 20px;
}
  
#mainnav.changeNav {
  background: #6c272d;
  position: fixed;
  top: 0;
  left: 0;
  transition: .8s;
  width: 100%;
  z-index: 100;
}
  
#mainnav.changeNav li{
  padding: 20px 10px;
}

/* フッター
------------------------------------------------------------*/
#footer {
    clear: both;
    padding: 15px 10px 15px 0;
    text-align: center;
    font-size: 12px;
    background-color: #333;
    color: #fff;
}


/* 共通
------------------------------------------------------------*/
img{
}

section{clear:both;}

section h2{
	font-size: 2.313em;
	letter-spacing: 2px;
}

section h3 {
    letter-spacing: 1px;
    font-size: 1.313em;
}
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 120px;
}

.col2 li{
	display: inline-block;
	width: 100%;
}
li.name_list {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5%;
}
.title {
    margin-bottom: 60px;
    text-align: center;
    color: #a9222e;
}
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.center {
    text-align: center;
}
.spnone {
  display: block;
}
.pcnone {
  display: none!important;
}
/* SEC01 ABOUT US
------------------------------------------------------------*/
#sec01 {
    padding-top: 80px;
}

#sec01 ul.info li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}
#sec01 ul.info li td {
    padding-left: 20px;
}
#sec01 ul.info li table th {
    font-weight: bold;
}

/* SEC02 PRODUCTS
------------------------------------------------------------*/

#sec02 .name_list ul li {
    border-bottom: 1px solid #a9222e;
    padding-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
#sec02 .name_list ul li .left {
    display: inline-block;
}
#sec02 .name_list .left h4 {
    font-size: 1.313em;
    line-height: initial;
}
#sec02 .name_list .left h5 {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.125em;
    line-height: initial;
}
#sec02 .name_list ul li .right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0;
}
#sec02 .name_list ul li .right p {
    margin-right: 20px;
}
#sec02 .name_list ul li .right p.tag {
    background-color: #a9222e;
    color: #fff;
    width: fit-content;
    display: inline-block;
    padding: 0 15px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 0.875em;
}
#sec02 .triangle {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #a9222e;
	display: inline-block;
}

/* SEC03 PRODUCT LIST
------------------------------------------------------------*/
.pro_list {
    border: 3px solid #a9222e;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 40px;
}
.list_title {
    background-color: #a9222e;
    color: #Fff;
    text-align: center;
    padding: 15px;
}
.list_title br {
  display: none;
}
.pro_list h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    font-size: 2.313em;
    line-height: initial;
}
.pro_list h4 {
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    font-size: 1.125em;
    letter-spacing: 1px;
}
.list_img_area {
    margin: 40px 0 20px;
}
.list_text_area {
    font-family: 'Noto Serif JP', serif;
    width: 80%;
    margin: 0 auto;
}
.list_text_area div {
    margin-bottom: 30px;
}
.list_text_area .en {
    font-size: 90%;
}
.list_text_area h5 {
    font-size: 1.688em;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: initial;
}
.list_text_area h5 br {
    display: none;
}
.list_text_area .en h5 {
    font-size: 1.313em;
    font-weight: normal;
}
.pro_list table {
    font-size: 0.875em;
}
.pro_list table tr {
    border-bottom: 2px solid #Fff;
    line-height: 1.5;
}
.pro_list table th {
    text-align: center;
    font-weight: normal;
    background-color: #F7F7F7;
    padding: 5px 20px 5px 20px;
    width: 40%;
}
.pro_list table td {
    padding: 5px 20px 5px 20px;
}
#sec03 .col2 {
    padding-top: 20px;
    margin-bottom: 40px;
}

/* SEC04 EVENT
------------------------------------------------------------*/
#sec04 {
    background: url(../images/bgSec04.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    color: #fff;
    text-align: center;
}

#sec04 button {
    background-color: #a9222e;
    font: inherit;
    border: 0;
    color: #fff;
    padding: 20px 60px;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#sec04 button:hover {
    background-color: #6c272d;
}
.inner_event {
	padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}
.inner_event p {
    font-size: 1.313em;
}
p.info {
    font-weight: bold;
    margin: 10px 0;
}
i.fas {
    padding-right: 10px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1140px;
		padding-bottom: 120px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
	#footer {
		padding: 15px 0;
		background-color: #333;
		color: #fff;
	}
  #mainnav{
    top: 0;
    width:100%;
    z-index:500;
  }

  #mainnav ul{
    text-align: center;
  }

  #mainnav li{
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  
  #mainnav a{
    color: #fff;
  }
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 49%;
		padding: 0 3%;
		vertical-align: top;
	}
  #sec01 .inner ul.info li.info_line {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px){
  #sec04 {
    background: url(../images/bgSec04_sp.jpg) no-repeat center center;
  }
  .list_img_area img {
    width: 80%;
    height: auto;
  }
  #mainnav.changeNav li{
    padding: 20px 0;
  }
  .list_title br {
    display: block;
  }
  #sec04 button {
    padding: 15px 0;
    width: 100%;
  }
  #sec02 .name_list {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px){
  body {
    font-size: 90%;
  }
  .spnone {
    display: none!important;
   }
  .pcnone {
    display: block!important;
  }
  .pro_list table th {
    padding: 5px 0 5px 15px;
    text-align: initial;
    border-right: 1px solid #e4e4e4;
  }
  .pro_list table td {
    padding: 5px 15px 5px 15px;
    text-align: initial;
  }
  .pro_list table {
    border: 1px solid #e4e4e4;
    width: 100%;
  }
  .pro_list table tr {
    border: 1px solid #e4e4e4;
  }
  #main_v {
    min-width: initial;
    background-position: center;
  }
  .header_inner {
    background-color: #333;
    padding: 20px 0 10px;
    width: 100%;
    min-width: initial;
  }
  header h1{
		font-size: 1.313em;
    padding: 0 0 10px 0;
  }
  section h2 {
    font-size: 1.500em;
  }
  section h3 {
    font-size: initial;
    letter-spacing: initial;
  }
  #mainnav ul{
		text-align: center;
    font-size: 90%;
  }
  #mainnav ul li{
    display: inline-block;
  }
  #mainnav ul li a {
    padding: 0 5px;
    color: #fff;
  }
  .pro_list {
    border: 0;
  }
  #sec01 {
    padding-top: 40px;
  }
 .title {
    margin-bottom: 40px;
  }
  #sec01 ul.info li {
    padding: 0;
    margin-bottom: 30px;
  }
  #sec01 ul.info li.info_line {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
  }
  #sec01 ul.info li table {
    font-size: 14px;
  }
  #sec01 ul.info li th {
     min-width: 100px;
  }
  #sec02 .name_list .left h4 {
    font-size: initial;
  }
  #sec02 .name_list .left h5 {
    font-size: 1em;
  }
  #sec02 .triangle_sp {
    position: absolute;
    right: 0;
    top: 40%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #a9222e;
  }
  .list_text_area {
    width: 100%;
    text-align: initial;
  }
  .list_text_area br {
    display: none;
    }
  .list_text_area h5 {
    text-align: center;
    font-size: 1.313em;
    margin-bottom: 10px;
  }
  .list_text_area h5 br {
    display: block;
  }
  .pro_list h3 {
    font-size: 1.313em;
  }
  .pro_list h4 {
    font-size: 1em;
    line-height: initial;
  }
  .inner {
    padding-bottom: 60px;
  }
  #sec03 .inner {
    padding-bottom: 40px;
  }
  #sec03 .col2 {
    padding-top: 0;
  }
  #sec03 .col2 li {
    margin-bottom: 20px;
  }
  .list_img_area {
    margin: 30px 0
  }
  .inner_event {
    padding: 50px 0;
  }

  .inner_event p {
    font-size: initial;
    line-height: initial;
  }
  .inner_event p br {
    display: none;
  }
  #sec01 ul.info li td {
    padding-left: 0;
  }

}
@media only screen and (max-width: 1024px){
  #sec01 ul.info li.info_img {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
}
