@charset "UTF-8";
/*
Theme Name: 丸清永井水産テーマ
Theme URI:
Author: NARTS
Author URI: http://www.narts.jp
Description: 丸清永井水産テーマ
Version: 1.0.0
*/

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Quicksand&display=swap');

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333;
	font-size:16px;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#71bfe4;
}

::selection{background-color:#71bfe4; color: #FFF;}
::-moz-selection{background-color:#71bfe4; color: #FFF;}

body , header , footer{
	max-width: 1920px;
	margin: auto;
}

/********************/
/* wordpress native */
/********************/
.aligncenter {
	display: block;
	margin: 0 auto 1rem;
}
.alignright {
	float: right;
	margin-bottom: 1rem;
}
.alignleft {
	float: left;
	margin-bottom: 1rem;
}



/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	width: 100%;
	height:400px;
	margin:auto;
  	background-size: cover;
  	z-index: 0;
	/* 基本の背景画像 */
	background: url(images/MV_kasou03.jpg) center no-repeat;
}
.page-id-25 #mainvisual {
	/* 水産加工 の背景画像 */
	background: url(images/MV_kasou01.png) center no-repeat;
}
.page-id-29 #mainvisual {
	/* 食の安全性 の背景画像 */
	background: url(images/MV_kasou02.jpg) center no-repeat;
}
.page-id-23 #mainvisual {
	/* 丸清永井水産の魚食育 の背景画像 */
	background: url(images/MV_kasou04.jpg) center no-repeat;
}
.page-id-19 #mainvisual {
	/* 会社案内 の背景画像 */
	background: url(images/MV_kasou05.jpg) center no-repeat;
}
#mainvisual h2 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-top: 210px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #eee;
	text-shadow: 0 0 0.2em rgba(0,0,0,1);
}


/*==================================================================

	main

==================================================================*/
main {
	width: 100%;
	max-width: 1280px;
	margin: 20px auto 100px;
}
.post_content {
	max-width: 1080px;
	margin: auto;
	line-height: 2.2;
	letter-spacing: 2px;
}



/*==================================================================

	ぱんくず

==================================================================*/
.breadcrumbs {
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 50px;
    padding-bottom: 18px;
    font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {
	margin-right:5px;
	font-size:12px;
	color: #68a1cb;
}
.breadcrumbs span {	
	padding: 0 5px;
}



/*==================================================================

	 タイトル

==================================================================*/
h3 {
	position: relative;
	margin-bottom: 65px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #3cafb3;
	letter-spacing: 4px;
}
h3::before {
	position: absolute;
	content: "";
	bottom: -30px;
	left: 0;
	right: 0;
	width: 245px;
	height: 15px;
	margin: auto;
	background-image: url(images/h3.png);
	background-size: 245px 15px;
}

h4 {
	position: relative;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	color:#3cafb3;
	letter-spacing: 3px;
}

h5 {
	position: relative;
	margin-bottom: 25px;
	font-size: 19px;
	font-weight: bold;
	color:#3cafb3;
	letter-spacing: 3px;
}




/*==================================================================

	table

==================================================================*/
table{
  width: 100%;
  border-collapse: collapse;
}
table tr{
  border-bottom: solid 2px white;
}
table tr:last-child{
  border-bottom: none;
}
table th{
  position: relative;
  width: 30%;
  background-color: #81c6c9;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-7px;
  border-left: 14px solid #81c6c9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td{
  text-align: left;
  width: 70%;
  background-color: #f7f7f7;
  padding: 10px 20px 10px 50px;
}



/*==================================================================

	btn

==================================================================*/

/*------------------------------ btn01 ------------------------------*/
.btn01 {
}
.btn01 a {
	position: relative;
	padding: 15px 70px;
	background: #81c6c9;
	border-radius: 10px;
	transition: 0.3s ease-out;
	color: #FFF;
	font-size: 14px;
}
.btn01 a i {
	font-size: 13px;
	padding-right: 10px;
}
.btn01 a:hover {
	border-radius: 30px;
}


/*==================================================================

	お知らせ一覧

==================================================================*/
.category-news section {
	position: relative;
	max-width: 1080px;
	margin: auto;
}
.category-news .post_date {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 20px;
    padding: 8px 30px;
    background: #7ac8cb;
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 3px;
}
.category-news dl dt a h4 {
	font-size: 18px;
	margin-bottom: 10px;
    padding-left: 180px;
    padding-top: 4px;
}
.category-news dl dd .post_content {
	padding-left: 180px;
	border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


/*==================================================================

	お知らせ中身

==================================================================*/
.single main h3 {
	max-width: 1080px;
	margin: auto;
}
.single .post_date {
    color: #999;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}



/*==================================================================

	お客様の声

==================================================================*/
ul.feedback {
}
ul.feedback li {
	position: relative;
	min-height: 86px;
	margin-bottom: 20px;
	padding-left: 110px;
    font-size: 13px;
	text-align: right;
}
ul.feedback li::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 90px;
	height: 86px;
	background: url(images/icon_man01.svg) no-repeat center top;
}
ul.feedback li.icon_man02::before {	background: url(images/icon_man02.svg) no-repeat center top;}
ul.feedback li.icon_man03::before {	background: url(images/icon_man03.svg) no-repeat center top;}
ul.feedback li.icon_man04::before {	background: url(images/icon_man04.svg) no-repeat center top;}
ul.feedback li.icon_man05::before {	background: url(images/icon_man05.svg) no-repeat center top;}
ul.feedback li.icon_man06::before {	background: url(images/icon_man06.svg) no-repeat center top;}
ul.feedback li.icon_man07::before {	background: url(images/icon_man07.svg) no-repeat center top;}
ul.feedback li.icon_man08::before {	background: url(images/icon_man08.svg) no-repeat center top;}
ul.feedback li.icon_man09::before {	background: url(images/icon_man09.svg) no-repeat center top;}
ul.feedback li p {
	position: relative;
    padding: 10px 20px;
    line-height: 1.5;
    border-radius: 10px;
	text-align: left;
	background: #f7f7f7;
    font-size: 15px;
}
ul.feedback li p::before {
	position: absolute;
	content: "";
	left: -10px;
	top: 50%;
	margin-top: -8px;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #f7f7f7 transparent transparent;
}

a.more {
	position: relative;
	float: right;
    padding: 5px 40px;
    background: #81c6c9;
    border-radius: 10px;
    color: #FFF;
    font-size: 14px;
    transition: 0.3s ease-out;
}
a.more:hover {
	border-radius: 30px;
}

/*-----ページネーション-----*/
.nav-links {
	text-align: center;
}
.nav-links span {
	margin: 0 5px;
	padding: 8px 13px 11px 13px;
    background: #f7f7f7;
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 1;
}
.nav-links a {
	margin: 0 5px;
	background: #3cafb3;
    padding: 8px 13px 11px 13px;
    display: inline-block;
    line-height: 1;
    color: #FFF;
}


/*==================================================================

	$水産加工

==================================================================*/
.flex_box {
	display: flex;
	justify-content: space-between;
}

/*左＊写真とテキスト*/
.list01 {
	width: 450px;
}
.list01 dt {
	width: inherit;
	height: 300px;
}
.list01 dt img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}
.list01 dd {
	width: inherit;
	box-sizing: border-box;
	padding: 15px 20px 20px;
	background: #f7f7f7;
	border-radius: 0 0 20px 20px;
	line-height: 2;
	letter-spacing: 1.8px;
}
/*右＊お客様の声*/
.list02 {
	width: 580px;
}

/*動画横並び*/
.flex_box .youtube iframe {
	width: 520px;
    height: 290px;
}

.page-id-25 h3 em {
	padding: 0 8px 0 15px;
	color: #1790a6;
	background:linear-gradient(transparent 60%, #b2e8ea 60%);
}



/*==================================================================

	$食の安全性

==================================================================*/
#page-food_safety .flex_box:nth-of-type(3) .list03 img { height: 330px; } /*徹底した衛生管理は食の安全の為に*/
#page-food_safety .flex_box:nth-of-type(5) .list03_right img { height: 300px; } /*食べる人に合わせて個別に対応します　上*/
#page-food_safety .flex_box:nth-of-type(6) .list03 img { height: 260px; } /*食べる人に合わせて個別に対応します　下*/


/*左＊写真*/
.list03 {
	width: 450px;
	margin-right: 50px;
}
.list03 img {
	width: inherit;
	height: 320px;
	object-fit: cover;
	border-radius: 20px;
}
.list03_right {
	width: 450px;
	margin-left: 50px;
}
.list03_right img {
	width: inherit;
	height: 320px;
	object-fit: cover;
	border-radius: 20px;
}
/*list04はテキストのみ*/
.list04 ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
.list04 ul li::before {
	position: absolute;
	content: "";
	top: 15px;
	left: 5px;
	width: 6px;
	height: 6px;
	background: #3cafb3;
	border-radius: 100%;
}



/*==================================================================

	$魚食育

==================================================================*/
#page-food_education .flex_box:nth-of-type(2) .list01 dt { height: 330px; } /*守るべき伝統〜*/

#page-food_education .flex_box:nth-of-type(3) { flex-direction:row-reverse; } /*新鮮さと美味しさへのこだわり〜*/
#page-food_education .flex_box:nth-of-type(3) .list01 dt { height: 410px; } /*新鮮さと美味しさへのこだわり〜*/

#page-food_education .flex_box:nth-of-type(4) .list01 dt { height: 210px; } /*秋の味覚として、サンマ〜*/



/*==================================================================

	$会社概要

==================================================================*/
#page-company .flex_box:nth-of-type(1) { flex-direction:row-reverse; } /*経営理念*/

/*右＊写真*/
.list05 {
	width: 450px;
	margin-left: 50px;
}
.list05 img {
	width: inherit;
	height: 450px;
	object-fit: cover;
	border-radius: 20px;
}

/*list04はテキストのみ*/
.list04 ol {counter-reset: item;}
.list04 ol li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.list04 ol li::before {
	position: absolute;
	content: "";
	left: 3px;
	counter-increment: item;
  	content: counter(item)'.';
	color: #3cafb3;
}
.list04 ol li:first-of-type {
	margin-top: 15px;
}

.text p { margin-bottom: 10px; }

/*右＊アクセス*/
iframe {
	width: 700px;
}
.list06 {
	width: 300px;
}
.list06 dl {
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}
.list06 dl dt {
	color: #3cafb3;
	font-weight: bold;
	font-size: 18px;
}
.list06 dl dt i {
	width: 20px;
	margin-right: 10px;
    text-align: center;
}
.list06 dl dd {
	padding-left: 30px;
}




/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
@media(max-width:500px) {
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{ border-top:1px solid #d7d7d7!important; }
	.inquiry .haveto,.inquiry .any { font-size:12px; }
}

.inquiry {
	width:100%;
	margin-bottom:40px;
	border-bottom:solid 1px #fff;
}
.inquiry th{
	width:30%;
	padding:20px 20px;
	border-top:solid 1px #fff;
	text-align:left;
}
.inquiry td{
	padding:20px 30px;
	border-top:solid 1px #fff;
}
.inquiry td input{
	width:50%;
	padding:10px 20px;
    box-sizing: border-box;
}
.inquiry td select{
	padding:10px 20px;
}
.inquiry td textarea{
	width:100%;
	padding:10px 20px;
    box-sizing: border-box;
}
.spam {
	padding:5px 10px;
	background:#f7f7f7;
	border:1px solid #eee;
	text-align:center;
}
.spam span {
	margin-right:5px;
}
.contact_privacytext {
	text-align:center;
	text-decoration-line:underline;
}

/*------------------------------ 必須 ------------------------------*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border:1px solid #fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 任意 ------------------------------*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border:1px solid #fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 送信ボタン ------------------------------*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#81c6c9;
 color:#fff;
 font-size:15px; 
 border-radius:2px;
 margin:25px auto 0;
 border:1px solid #81c6c9;
	-webkit-appearance: none;
}
#formbtn:hover{
 background:#fff;
 color:#81c6c9;
 border:1px solid #81c6c9;
}





