@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/*reset.css*/
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,.wf-sawarabigothic {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*style.css*/

body{
	color: #00131D;
    font-family: "Noto Serif JP",serif;
}
.wf-sawarabigothic,h2,h3 {
	font-family: "Sawarabi Gothic"; 
}
.media .media-body .media-heading a{
	color: #00131D;
    font-family: "Noto Serif JP", serif;
}

.siteHeader_logo{
	float: none;
	padding: 0;

}

.gMenu_outer{
	float: none;
	width: 100%!important;
	min-height: 0;
	display: block;
}

.gMenu{
	float: none;
	clear: both;
	justify-content: space-between;
}

picture{
	display: none;
}

.home picture,
.page-id-76 picture{
	text-align: center;
	display: block;
	text-align: center;
	padding-bottom: 50px;
}

picture img{
	padding-top: 5px;
	padding-bottom: 20px;
	
}
.siteHeader .container .top_txt2{
	display: none;	
}
.top_h2_1 {
  position: relative;
  display: inline-block;
}
.top_h2_1:before {
  content: '';
  position: absolute;
  top: 87px;
  display: inline-block;
  width: 69.38px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#00131d;
}

.top_h2_2 {
  position: relative;
  display: inline-block;
}
.top_h2_2:before {
  content: '';
  position: absolute;
  top: 122px;
  display: inline-block;
  width: 69.38px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#00131d;
}

.top_h2_3 {
  position: relative;
  display: inline-block;
}
.top_h2_3:before {
  content: '';
  position: absolute;
  top: 132px;
  display: inline-block;
  width: 69.38px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#58ad52;
}

.subSection-title:after, h3:after{content: none}


.siteHeader{
}

.siteHeader .container{
    width: 1200px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
th,td,form p{
	padding: 2% 0;
}


.navbar-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_flex1{
	display: flex;
}
.h_flex1 img{
	width:350px;
    max-height: 73px;
}
.h_logo{
	margin-left: 20px;
}

.header_scrolled .gMenu_outer,.gMenu_outer{
	clear: both;
    z-index: 1000;
    width: 100%;
}
.h_flex2 p{
	font-size: 0.8rem;
}
.gMenu_outer nav {
    vertical-align: middle;
    display: block;
    width: 1155px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header_scrolled .gMenu_outer nav {
    vertical-align: middle;
    display: block;
    width: 1155px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header_scrolled .gMenu_outer nav{
	width: 1155px;
}

.navbar-header{
	 margin-bottom: 0; 
}

.header_scrolled .gMenu>li{
}

.elementor-section.elementor-section-boxed>.elementor-container{
	max-width: 1125px!important;
}
.gMenu>li{
	width: 100%;
	border-left: 1px solid #f5f5f5;
}
.gMenu>li:last-child{
	width: 100%;
	border-right: 1px solid #f5f5f5;
}

.gMenu>li .gMenu_name{
		font-size: 15.87px;
	color: #020202;
	font-weight: bold;
}

.device-pc .gMenu>li>a>li{
	width: initial!important;
}
.gMenu>li a{
	display: inline-block;
}

.device-pc .gMenu>li>a{
	display: inline-block;
	    
    padding-right: 0;
    vertical-align: middle;
		    padding-top: 20px;
    padding-bottom: 22px;
}

#menu-item-88 a{
padding-left: 32px;
}

.gMenu>li:before{
	content: none;
}

.su-posts-default-loop{
	display: flex;
}

.su-post-title{
	display: none;
}

.entry-content .su-post{
	width: 25%;
}

.su-posts-default-loop .su-post-thumbnail img{
    max-width: 100%!important;
	max-height: initial!important;
   
}

.su-posts-default-loop .su-post-thumbnail {
    float:none!important;
    display: block!important;
     width: 100%!important;
     height: auto!important; 
    margin-right: 1em!important;
}

.su-posts-default-loop .su-post-meta{
	display: none;
}

.post_more{
	display: block;
	text-align: center;
	background: #00131d;
	border-radius: 50px;
	width: 169.7px;
	padding-top: 8px;
	padding-bottom: 9px;
	color: #fff;
	font-size: 9.26px;
	font-weight: bold;
	margin: 10px auto  0;
	font-family: "Noto Serif JP", serif;
}

.post_more:hover{
 color: #fff;	
}

.post_txt{
	padding: 18px 7px 0 12px;
}

.su-posts-default-loop .su-post,
.su-posts-default-loop .su-post-excerpt{
	margin: 0!important;
}

.su-post-excerpt p{
	font-size: 11.25px;
	letter-spacing: 1.5px;
	line-height: 1.7em;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-weight: bold;
}
.su-posts-default-loop .su-post{
	padding-right: 15px;
}

.su-posts-default-loop .su-post:first-child{
	padding-right: 10px;
}

.su-posts-default-loop .su-post:last-child{
	padding-right: 0;
}

.post_data{
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1.7em;
	
}

.post_price span{
	font-size: 28.12px;
	color: red;
}

.su-posts img{
	vertical-align: middle;
}


#more_sellingplace,
#more_salvage{
	width: 312.2px;
}

#left-box {
  overflow: hidden;/*float解除*/
	
}
#left-box .space {
  float: right;/*画像の位置を右下にしたい場合はright*/
height:5.3em;/*画像上の余白の高さ;;; */
}
#left-box .img {
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
}

.f_flex_li {
	display: flex;
	align-items: flex-end;
	margin-left: 10px;
}

.f_flex_li>ul:first-child{
	padding-right: 88px;
}

.f_flex_li ul li{
	line-height: 1.7;
	width: 230px;
}
.col-md-4{
	max-width: 29.24%;
	flex: initial!important;
}
.col-md-4:first-child{
	max-width: 50%;
}

.col-md-4:last-child{
	max-width: 20.76%;
}

.row{
	align-items: center;
}

.col-md-4{
	padding: 0!important;
}


.siteFooter {
    border-top: none;
}
.f_address{
	font-family: "Noto Serif JP", serif;
	color: #fff;
	line-height: 1.7;
	font-size: 14.1px;
	padding-top: 15px;
}
.footerul{
	display: flex;
	flex-wrap: wrap;
}
.footerul li{
	width: 50%;
}
footer .flink{
	margin-top: 80px;
	text-align: center;
}
footer .fdis{
	font-size: 0.8rem;
	margin: 30px 0;
}
.vk_posts{
	display: none;
}
.entry-meta{
	display: none;
}

footer{
	letter-spacing: 2.5px;
}

footer .footerWidget{
	padding-top: 62px;
	padding-bottom: 64px;
	
}
footer address{
	background-color: #323232;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}
footer address a{
	color: #fff;
}

.siteFooter .widget{
	margin-bottom: 0!important;
}
#media_image-5{
	text-align: right;
}

footer .container{
	max-width: 1127px!important;
}

footer a{
	color: #323232;
	font-family: "Noto Serif JP", serif;
}

footer a:hover{
	text-decoration: none;
}

.copySection{
	padding-top: 0!important;
	padding-bottom: 15px;
}
small{
	color: #fff;
	font-size: 15px;
	font-family: "Noto Serif JP", serif;
}

form th{
	color: #00131D;
    font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 21px;
}

.contact_flex{
	    display: flex;
    justify-content: center;
    margin-top: 30px;

}


.btn{
	font-family: "Noto Serif JP", serif;
}
.contact_flex input{
	margin: 0 15px;
	background-color: #00131D!important;
	border: none!important;
	color: #fff;
}

.greeting p{
	font-size: 18px;
	margin-bottom: 1.5em;
	color: #00131D;
}

.greeting_bold{
	color: #00131D;
    font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 21px;
	
}
@media screen and (max-width: 1200px){
.siteHeader .container {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0 auto;
}
.header_scrolled .gMenu_outer nav {
    vertical-align: middle;
    display: block;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footerul{
	text-align: center;
}
.footerul li{
	width: 100%;
	margin-top: 30px;
}

}
	@media screen and (max-width: 998px){
#gMenu_outer{
	display: none;
}
	.f_flex_li{
		align-items: flex-start;
		flex-direction: column;
	}
}
	

@media screen and (max-width: 768px){
.siteHeader .container{
	padding-top: 81px;
	padding-right: 2%;
	padding-left: 2%;
}
.siteHeader .container .top_txt{
	display: none;	
}
.siteHeader .container .top_txt2{
	display: inherit;
}
	
.navbar-header {
	display: inherit;
}
.h_flex1 {
	display: inherit;
}
.siteHeader_logo img {
	width: 420px;
    max-height: auto;
    display: block;
}
.h_flex2{
	text-align: center;
	margin-top: 20px;	
	padding-bottom: 50px;	
}
.h_flex2 img{
	width: 80%;
}
.su-posts-default-loop {
	display: inherit;
}
.su-post{
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
	.col-md-4,.col-md-4:first-child{
		max-width: 100%;
		margin: 7.5px 15px;
}
footer address{
	font-size: 0.8rem;
	padding: 15px 10px;
}
}
.elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}
	
	
.siteHeader_logo img {
	padding: 0 10px;
}
.page-header {
  background-color: #58ad52;
}
@media screen and (min-width: 992px){
.header_scrolled .gMenu > li{
	width: 100%;
}
}

