@charset "UTF-8";

/*===============================================
●in_base.css 画面の横幅が769px以上
===============================================*/
@media (min-width: 769px) and (max-width: 1096px) {




/* 

// -------------------------------------------------------------------------

//  Body

// -------------------------------------------------------------------------

*/
html, body {
	width: 100%;
	height: 100%;
	min-width: 796px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* 

// -------------------------------------------------------------------------

//  Header

// -------------------------------------------------------------------------

*/
header {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5%;
	padding-bottom: 1%;
	background-color: rgba(247,246,243,0.5);
	position: absolute;
	}

.header_contents {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

header h1 {
	text-align: center;
	font-size: 1em;
	padding-bottom: 20px;
	color: #000000;
}
.logo   {
	padding-top: 30px;
}

.header_contents_left {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.header_contents_right {
	width: 100%;
	clear: both;
	padding-top: 20px;
}


.detail {
	width: 70%;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 20px;
	height: 30px;
}
.add {
	padding-right: 30px;
	text-align: left;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
}
.tel  {
	font-weight: 900;
	font-size: 2em;
	height: 30px;
	padding-top: 10px;
	float: right;
}
.tel a  {
	color: #A70A00;

}




/* 

// -------------------------------------------------------------------------

//  subnav Section

// -------------------------------------------------------------------------

*/

.subnav {
	text-align: center;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.subnav li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}



/* 

// -------------------------------------------------------------------------

// NAVI

// -------------------------------------------------------------------------

*/

nav {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
}
nav li {
	float: left;
	padding-left: 6px;
	padding-right: 5px;
}

.nav {
	padding: 20px;
	margin: auto;
	width: 96%;
	background-image: url(../images/fixnav_bg.jpg);
	background-repeat: repeat-x;
}
.nav  li {
	padding-right: 20px;
	letter-spacing: 2px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 96%;
}

.desk {
	display: none;
}
.media {
	display: none;
}
#menu-box {
	display: none;
}



/* 

// -------------------------------------------------------------------------

//  Title

// -------------------------------------------------------------------------

*/

#title_cover_about  {
    background:  url(../images/about/title.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#title_cover_product {
    background:  url(../images/product/title.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#title_cover_company  {
    background:  url(../images/company/title.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#title_cover_contact  {
    background:  url(../images/contact/title.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100%;
}
#title_cover_recipe  {
    background:  url(../images/recipe/title.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#title_cover {
	height: 540px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 410px;
	clear: both;
}
	
#title_cover h3 {
	position: absolute;
	top: 320px;
	text-align: center;
}
	
	
#s_title {
	display: none;
}


/* 

// -------------------------------------------------------------------------

//  subnav Section

// -------------------------------------------------------------------------

*/

.subnav {
	text-align: center;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.subnav li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}




/* 

// -------------------------------------------------------------------------

//  pagecommon Section

// -------------------------------------------------------------------------

*/
.clear {
	clear:both;
}

.hidden {
	display: none;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 100%;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat;
	}

#contents {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.Contents {
	width: 96%;
	margin: 30px auto;
	padding-top: 2%;
	padding-bottom: 2%;
	clear: both;
	min-height: 100%;
	display: inline-block;
}
.container {
	width: 96%;
	margin: 30px auto;
}



.box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	border: 1px solid #CFCFCF;
	margin-top: 2%;
	margin-bottom: 2%;
	clear: both;
	background-color: #FFFFFF;
	display: inline-block;
}
.midashi_d   {
	float: left;
	background-image: url(../images/midashi_logo.png);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
	letter-spacing: 3px;
	line-height: 200%;
}
.midashi_t  {
	display: none;
}
.midashi_s  {
	display: none;
}

.hidden {
	display: none;
}

.text  {
	text-align: left;
	line-height: 200%;
}

.text_r  {
	text-align: right;
	line-height: 200%;
}

/* tableの設定
----------------------------------------------------------- */
table	{
	color: #333;
	border: 1px solid #CCC;
	border-collapse: collapse
}
th, td	{
	border: 1px solid #CCC;
	padding: 10px;
}
th	{
	color: #000;
	font-weight: bolder;
	background-color: #6D93D6;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

td	{
	text-align: center;
}

/* 

// -------------------------------------------------------------------------

//   PAGETOP

// -------------------------------------------------------------------------

*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 73px;
    padding: 30px 0;
    display: block;

}
/* 

// -------------------------------------------------------------------------

//   FOOTER

// -------------------------------------------------------------------------

*/
#footer {
	background-color: #9F9F9F;
	clear: both;
}



footer {
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 20px;
	background-image: url(../images/bg_footer.jpg);
	padding-top: 20px;
	display: inline-block;
}
.footerContents {
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 50px;
}

.footerNAV {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
}
.footerNAV ul {
	clear: both;
}
.footerNAV li {
	font-size: 1em;
	color: #FFFFFF;
	display: inline;
}
.footerNAV li a {
	color: #FFFFFF;
}

.footernav {
	display: none;
}
footer .add {
	clear: both;
}
footer .name {
	font-size: 2em;
	padding-top: 20px;
}
footer dt {
	font-weight: bolder;
}
footer dl {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
}
footer .copy {
	color: #000000;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}

#footer_contents .name {
	font-size: 1.6em;
	color: #0C0;
}







/* 

// -------------------------------------------------------------------------

//   Company

// -------------------------------------------------------------------------

*/

.company {
	padding-top: 5%;

}
.shacho_pic {
float: left;
	padding-left: 2%;
	padding-right: 2%;

}
.greeting {
	width: 60%;
	float: left;
}
.gaiyo dt {
	text-align: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	letter-spacing: 5px;
	border-bottom: 1px dotted #21067A;
	font-size: 1.2em;
	font-weight: bolder;
	color: #21067A;
	background-color: #EEEEEE;
}
.gaiyo dd {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.2em;
	}



/* historyの設定
----------------------------------------------------------- */
.history {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
th, td	{
	border: 1px solid #CCC;
	padding: 10px;
	width: 30%;
}

.history th {
	width: 30%;
	background-color: #EEEEEE;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.history td {
	width: 70%;
	text-align: left;
}
.mapWaku {
	height: auto;
}
.mapdetail {
	width: 100%;
}
.mapdetail dt {
	background-color: #EEEEEE;
	color: #21067A;
	font-weight: bolder;
	font-size: 1.5em;
	padding-top: 1%;
	padding-bottom: 1%;
	letter-spacing: 10%;
	margin-bottom: 30px;
}
.mapdetail dd {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	line-height: 180%;
	font-size: 1em;
	text-align: left;
}
.mapdetail a {
	color: #000000;

}
.googlemap {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border: 1px solid #C6C6C6;
	background-color: #FFFFFF;
	width: 98%;
	height: 400px;
}

/* 

// -------------------------------------------------------------------------

//   About

// -------------------------------------------------------------------------

*/
.kodawariWaku {
	display: inline-block
	border: 1px solid #C6C6C6;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
	display: inline-block;
}

.kodawaridetail_r {
	width: 50%;
	float: right;
}

.kodawaridetail_l {
	width: 50%;
	float: left;
}
.kodawaridetail_r dt ,.kodawaridetail_l dt{
	font-weight: bolder;
	font-size: 1.3em;
	padding-left: 2%;
	padding-right: 2%;
	letter-spacing: 5%;
	margin-bottom: 30px;
	text-align: left;
	line-height: 200%;
	margin-top: 60px;
}
.kodawaridetail_r dd ,.kodawaridetail_l dd{
	padding-right: 2%;
	padding-left: 2%;
	line-height: 180%;
	font-size: 1em;
	text-align: left;
	padding-bottom: 5%;
	padding-top: 5%;
	clear: both;
}

.kodawari_midashi_r {
	float: right;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5%;
	padding-left: 1%;
}


.kodawari_midashi_l {
	float: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}

/* 

// -------------------------------------------------------------------------

//  Product

// -------------------------------------------------------------------------

*/

#pagenav {
	width: 100%;
	background-color: #19193E;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	color: #FFFFFF;
		}
#pagenav dd {
	padding-top: 10px;
	padding-bottom: 10px;
}
#pagenav .left {
	float: left;
	width: 50%;
}
#pagenav .right {
	float: left;
	width: 50%;
}


#katsuo  {
	width: 100%;
	height: 600px;
	background:  url(../images/product/katsuo_titlepic.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#katsuotitle_cover {
		width: 230px;
		height: 230px;
		margin: 0 auto;
		position: relative;
}
	
#katsuotitle_cover h3 {
	position: absolute;
	top: 200px;
}


		
#maguro {
	width: 100%;
	height: 600px;
	background:  url(../images/product/maguro_titlepic.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
		
#magurotitle_cover {
		width: 230px;
		height: 230px;
		margin: 0 auto;
		position: relative;
}
	
#magurotitle_cover h3 {
	position: absolute;
	top: 200px;
}
#KatsuoContents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/product/katsuo_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 180%;
	display: inline-block;
	max-width: 1000px;
}

#MaguroContents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/product/maguro_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 180%;
	display: inline-block;
	max-width: 1000px;
}

.productWaku {
	width: 96%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	float: left;
	display: inline-block;
}

.productWaku_half {
	width: 96%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	float: left;
	display: inline-block;
}
.productWaku .exp, .productWaku_half .exp {
	text-align: left;
	margin-top: 0px;
	padding: 30px;
}
.productWaku dt, .productWaku_half dt {
	font-weight: 700;
	font-size: 1.5em;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 5px;
}


	
/* 

// -------------------------------------------------------------------------

// CONTACT

// -------------------------------------------------------------------------

*/
#mail_form  dd {
	text-align: left;
}


.button01 {
  margin: 0 auto;
  padding: 1em 2em;
}
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #77CCF2;
  transition: 0.3s;
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #ACE5F9;
}


}
