@charset "utf-8";
/*
Theme Name: 油糧物産
Template: lightning
Version: 0.1.2
*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;
    /* ゴシック体の場合 */
    /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    /* 明朝体の場合 */
    /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
img {
vertical-align: bottom!important; 
}
a:hover img,label:hover  {
	opacity: 0.5 ;
	transition: 0.5s
}
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}
.thin-gray {
	background-color:#f9f9f7;
}
.ltg-slide picture {
max-width:1200px;
height: auto;
}

.blue {
	color:#023586;
}
.bottom10 {
	margin-bottom:10px!important;
}
.bottom-40 {
	margin-bottom:40px!important;
}
.top-40 {
	margin-top:40px!important;
}
.center {
	text-align:center;
}
.widget .subSection-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}
element.style a{
    background-color: red!important;
    border: none;
    /* padding: 5px 10px; */
}
.entry-meta_items_author {
    margin-left: 0.8em;
    display: none;
}
/*-----------------------------------------------------
 h1 背景
 -----------------------------------------------------*/

/*取扱商品*/
    .page-id-35 .page-header {
	background-image:url("https://design06.samples.design/wp-content/uploads/2021/07/h1-header03.jpg");
	background-size:cover;
}
/*会社案内*/
    .page-id-33 .page-header {
	background-image:url("https://design06.samples.design/wp-content/uploads/2021/07/h1-header02.jpg");
	background-size:cover;
}
/*ごあいさつ*/
    .page-id-65 .page-header {
	background-image:url("https://design06.samples.design/wp-content/uploads/2021/07/h1-header01.jpg");
	background-size:cover;
}
/*お問合せ*/
    .page-id-8 .page-header {
	background-image:url("https://design06.samples.design/wp-content/uploads/2021/07/h1-header04.jpg");
	background-size:cover;
}
/*お知らせ*/
    .single-post .page-header {
	background-image:url("https://design06.samples.design/wp-content/uploads/2021/07/h1-header05.jpg");
	background-size:cover;
}

/*-----------------------------------------------------
 トップページ
 -----------------------------------------------------*/
.top-content-wrap {
  width: 1140px;
  margin: 0px auto;
}
.content-box {
  display: flex;
  justify-content: space-between;
}
.content-inner {
  width: 350px;
  border: 1px solid #ccc;
  text-align: center;
}
h3.kontent-title {
  font-size: 20px;
  color: #023586;
  margin: 20px 0 20px;
 font-weight:bold;
  
}
.content-inner02 p {
  padding: 0 20px;
  margin: 0;
	line-height: 1.4;
	margin-top:40px;
}
.content-inner02 p.btn {
  width: 210px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
}
.content-inner02 p a {
  background-color: #023586;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.content-inner02 p a:hover {
  background-color: #009e96;
}
.content-inner02 {
    display: flex;
    border: 1px solid #333;
    justify-content: space-evenly;
}
.content-right-box {
    width: 50%;
   background-color:#fff;
    text-align: center;
    
}
.left-box {
    width: 50%;
}
.left-box img {
    vertical-align: bottom;
}
.right-p {
    font-size: 24px;
}
.content-box02 {
    width: 90%;
    margin: 0 auto;
}
/*---------------------------*/

.content-inner p {
  padding: 0 20px;
  margin: 0;
}
.content-inner p.btn {
  width: 210px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
}
.content-inner p a {
  background-color: #023586;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.content-inner p a:hover {
  background-color: #009e96;
}
h2.brackets {
  text-align: center;
  font-size: 30px;
  color: #000 !important;
  margin-bottom: 60px;
  border:none;
}
span.subtitle {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 0.9;
}
h2.brackets span.subtitle::before, h2.brackets span.subtitle::after {
  position: absolute;
  top: 20%;
  content: '';
  width: 1em;
  height: 6px;
  background-color: red;
  border-radius: 10px;
}
h2.brackets span.subtitle::before {
  left: 100%;
}
h2.brackets span.subtitle::after {
  right: 100%;
}
.biger-14 {
  font-size: 14px;
  color: #023586;
}

/*-----------------------------------------------------
 会社概要
 -----------------------------------------------------*/
.company-wrap {
    display: flex;
    justify-content: space-between;
}
.company-box table {
    border-collapse: collapse;
}
.company-box table th,.company-box table td {
    border: solid 1px #959595;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}
.company-box table th {
    background-color: #f9f9f9;
    width: 24%;
    text-align: left;
}
.company-box {
    width: 48%;
}
/*-----------------------------------------------------
 ごあいさつ
 -----------------------------------------------------*/

.greeting p {
    line-height: 1.7;
}
p.president {
    text-align: right;
    margin-top: 40px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*-----------------------------------------------------
 取扱商品
 -----------------------------------------------------*/

.product-wrap {
    display: flex;
    justify-content: space-between;
}
.product-box {
    width: 550px;
    height: 200px;
    border: 1px solid #333;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.product-img {
    width: 267px;
    position: relative;
}
.product-label {
    position: absolute;
    top:0;
    left: 0;
    font-size: 14px;
    color: #fff;
    background-color: rgba(51,51,51,0.8);
    padding: 5px 15px;
    z-index: 100;
    margin: 0;
    width: 267px;
    text-align: center;
    box-sizing: border-box;
}
.product-img img {
    width: 100%;
    height: auto;
}
.right-box {
    font-size: 14px;
    display: flex;
    width: 280px;
}
.right-box ul {
    margin: 0 0 0 20px;
    padding-left: 0;
    padding: 20px 10px 10px 10px;
}
.right-box ul li {
    margin-bottom: 10px;
}
/*-----------------------------------------------------
 Navi
 -----------------------------------------------------*/
.gMenu_name {
	font-size:16px!important;
	font-weight:normal!important;
}
.gMenu li {
    margin: 0;
    list-style: none;
    line-height: 1.4;
    font-size: 16px!important;
    position: relative;
	text-align:center;
	margin-right:30px;
}
.gMenu li li {
    background-color: #333;
}
 .gMenu > li.menu-item-has-children::after {
     border-bottom-color: #333; 
}
.textwidget {
	font-size:14px;
}
/*-----------------------------------------------------
 お知らせ
 -----------------------------------------------------*/
div.whatsnew a {
    padding: 24px 0;
    display: block;
    text-decoration: none;
    box-shadow: none;
}

div.whatsnew dd {
    margin: 0;
    padding: 0 2px;
    font-size: 20px;
}
div.whatsnew dt {
    margin: 0 0 0 0.3em;
    padding: 0;
    border: 0;
    color: Gray;
    font-weight: normal;
    white-space: nowrap;
	font-size: 20px;
}
div.whatsnew .newmark {
    font-size: 74%;
    padding: 6px 5px;
    vertical-align: middle;
    color: White;
    background-color: #ff4500;
    border-radius: 3px;
}
/*-----------------------------------------------------
 お問合せBOX
 -----------------------------------------------------*/
.contact-box {
    border: 2px solid #023586;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    background-color: #f9f9f9;
    box-shadow: 0 1px 2px rgb(171 171 171 );
	margin-top:100px;
}
.contact-btn {
    width: 34%;
    text-align: center;
    vertical-align: baseline;
    margin: 0 10px;
   box-sizing: border-box;
    
}
.contact-btn a {
    padding: 10px 15px;
    border: 2px solid #023586;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    background-color: #023586;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.contact-btn a:hover {
    background-color: #fff;
    color: #023586;
}
.contact-box p {
    font-size: 20px;
    margin: 0 10px;
}
.contact-tel {
    font-size: 34px!important;
    font-weight: bold;
    margin-top: 18px!important;
}

.contact-inner {
    display: flex;
    justify-content: center;
}
/*-----------------------------------------------------
 お問合せ
 -----------------------------------------------------*/
.contact-wrap {
	margin:60px 0;
}
.contact-table th,.contact-table td {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:50%;
	border:solid 1px #ccc;
}
.contact-table th {
	background-color:#f9f9f9;
}
.contact-table td {
	font-size:30px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
.inquiry th {
	font-weight: normal!important;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
    max-width: 100%; 
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #eb6100;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
	border:2px solid #eb6100;
	opacity:1;
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
/*-----------------------------------------------------
 フッター
 -----------------------------------------------------*/

footer.site-footer {
    background-color: #f7f7f7!important;
}
.sectionBox {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
}
.siteFooter {
    background-color: #023586;
}
.copySection {
    font-size: 12px!important;
    color: #fff!important;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
   display:block;
}
.footer-nav ul li a:hover {
    text-decoration: underline;
    color: #023586;
}
.menu-arrow {
  color: #023586;
  font-size: 14px;
}
.footer-container {
    background-color: #eee;
	text-align:center;
	justify-content:center;
	border-top:solid 4px #023586;
}
.siteContent_after {
	padding-bottom:0px;
}
.footer-logo {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.footer-nav ul li,.footer-comp ul li {
  list-style: none;
  /*margin-left: 20px;*/
}
.footer-nav ul {
	padding-left:0;
	display:flex;
	justify-content:center;
}
.footer-nav ul li {
	margin-left:30px;
}
.footer-nav ul li {
	margin-left:30px;
}
.footer-comp ul li:first-child {
	margin-left:0px;
}
.footer-comp ul li {
	margin-left:30px;
}
.footer-comp ul li:first-child {
    margin-left: 0;
}
.footer-comp ul {
    display: flex;
	justify-content:center;
	padding-left:0;

}
.footer-comp {
	text-align:center;
}
.footer-logo:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 33px;/*画像の幅*/
  height: 32px;/*画像の高さ*/
  background-image: url(https://design06.samples.design/wp-content/uploads/2021/07/cropped-logo.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

@media(max-width:500px) {
	.top-content-wrap {
		width:100%;
	}
	h2.brackets {
    margin-bottom: 30px;
}	
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 3em calc(50vw - 50%);
}	
	.siteHeader_logo img {
    margin-bottom: 10px;
}
/*-----------------------------------------------------
 トップ
 -----------------------------------------------------*/
.content-box {
    display: flex;
    flex-direction: column;
}	
.content-inner {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
	margin-bottom:30px;
}	
	.no-bottom {
		margin-bottom:0;
	}
	.content-inner02 {
    display: block;
}
	.content-right-box {
    width: 100%; 
}
	.left-box {
    width: 100%; 
}
	.content-inner02 p {
	margin-top:0;
    padding-top: 30px;
}
/*-----------------------------------------------------
 お問合せBOX
 -----------------------------------------------------*/
	
	.contact-box {
		width:100%;
	}
	.contact-box p {
		font-size:16px;
		text-align:left;
	}
	.contact-inner {
    display: block;
}
	.contact-btn {
		width:100%;
		text-align:center!important;
		box-sizing:border-box;
		margin:0!important;	
	}
	.contact-tel {
    font-size: 24px!important;
    font-weight: bold;
    margin-top: 18px!important;
	text-align:center!important;
}
/*-----------------------------------------------------
 お知らせ
 -----------------------------------------------------*/
	div.whatsnew dt,div.whatsnew dd {
		font-size:14px;
	}
	div.whatsnew a {
    padding: 17px 0;
}
/*-----------------------------------------------------
 会社案内
 -----------------------------------------------------*/
.company-wrap {
    display: flex; 
	flex-direction: column;
}	
.company-box {
    width: 100%; 
}	
.sp-top-40 {
		margin-top:40px;
}
	.company-box table td:last-child {
		border-bottom: solid 1px #959595;
	}
	.company-box table th {
		border-top:none;
	}
		.top-border {
		border-top:solid 1px #959595;
	}
.company-box table th, .company-box table td {
    display:block;
	width:100%;
	border-bottom:none;
}
/*-----------------------------------------------------
 取扱商品
 -----------------------------------------------------*/
.product-wrap {
    display: block; 
}	
.product-box {
     width: 100%; 
     height: auto; 
    border: 1px solid #333;
    display: block; 
    margin-bottom: 40px;
}
	.product-img {
		margin:30px auto 0;
	}
	.right-box {
    font-size: 14px;
    display: flex;
    width: 280px;
	margin:0 auto;
}
/*-----------------------------------------------------
 お問合せ
 -----------------------------------------------------*/
    .inquiry td,
    .inquiry th {
        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 .any,
    .inquiry .haveto {
        font-size: 10px
    }
	.contact-wrap p {
		text-align:left;
	}
/*-----------------------------------------------------
 フッター
 -----------------------------------------------------*/
	.footer-nav ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.footer-nav ul li {
		margin-left:20px;
	}
	.footer-nav ul li:first-child {
		margin-left:0;
	}
}
