@charset "UTF-8";

/*!
Theme Name: kinsho
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.list-6 li ::after {
  font-family: "Font Awesome 5 Free";
  content: "\F105";
  font-weight:bold;
}

.sp_on {
	display:none;
}
.pc_on{
	display:block;
}

.article h2 {
    font-size: 150%;
	margin: 0;
}

h3 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

h3:before, h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

h3:before {
  border-top: solid 1px #E0E46E;
  border-left: solid 1px #E0E46E;
  border-bottom: solid 1px #E0E46E;
  left: 0;
}

h3:after {
  content: '';
  border-top: solid 1px #E0E46E;
  border-right: solid 1px #E0E46E;
  border-bottom: solid 1px #E0E46E;
  right: 0;
}

.article h4 {
    border: none;
	font-size: 130%;
}

.article h5 {
    border-color: white;
	margin-left: 1em;
    text-indent: -1em;
}

body {
    color: white;
    font-family: Yu Mincho, "游明朝", MS PMincho, "ＭＳ Ｐ明朝", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

div {
	   font-family: Yu Mincho, "游明朝", MS PMincho, "ＭＳ Ｐ明朝", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

p  {
	   font-family: Yu Mincho, "游明朝", MS PMincho, "ＭＳ Ｐ明朝", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


span {
	   font-family: Yu Mincho, "游明朝", MS PMincho, "ＭＳ Ｐ明朝", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.main {
    padding: 0px 0px;
}

.elementor-element.elementor-element-e347bdf.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0;
}

.elementor-element.elementor-element-e347bdf.e-con-full.e-flex.e-con.e-parent.e-lazyloaded img {
	width: 100vw;
    height: 100vh;
    object-fit: cover;
  /*  max-width: 1536px; */
    max-height: 830px; 
}

.indent_1em {
	margin-left: 1em;
    text-indent: -1em;
}

.kinsho-copy {
    font-family: Yu Mincho, "游明朝", MS PMincho, "ＭＳ Ｐ明朝", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-style: italic;
}

nav#navi-footer {
    /margin: auto;
    /text-align: center;
    display: inline-block;
}

.footer-bottom.fnm-text-width .menu-footer li {
    width: 150px;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: Yu Mincho, "游明朝", MS PMincho, "ＭＳ Ｐ明朝", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}

.mobile-menu-buttons .sidebar-menu-button {
    display: none;
}
.mobile-menu-buttons .search-menu-button {
	display: none;
}

/* 会社概要 */
.pf_contents {
    max-width: 600px;
}

.pf_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.pf_table th,
.pf_table td {
	border: none;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.pf_table th {
    width: 30%;
    background-color: #f5f5f5;
    color: #333;
    border-left: 4px solid #b0bec5;

}

.pf_table td {
    background-color: #fefefe;
    color: #555;
}

.pf_table tr:last-child th,
.pf_table tr:last-child td {
    border-bottom: none;
}

.pf_table th.pf_01 ,
.pf_table td.pf_02 {
    font-size: 1em;
}


.elementor-92 .article h5 {
    text-indent: -1em;
    margin-left: 1em;
}


/* メディアクエリ: スマホ対応 */
@media (max-width: 600px) {
    .pf_table th,
    .pf_table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .pf_table th {
        margin-top: 10px;
        background-color: #f5f5f5;
        border-left: none;
        border-bottom: none;
		padding-left: 0.5em;
    }

    .pf_table td {
        padding-left: 0;
        border-left: none;
		padding-left: 1.5em;
    }
	
	td.pf_02 {
   		min-height: 2em;
	}
}

@media screen and (min-width: 1536px){
.elementor-element.elementor-element-e347bdf.e-con-full.e-flex.e-con.e-parent.e-lazyloaded img {
	width: 1536px;
	height: 1245px; 
}
}

@media screen and (max-width: 900px){
.elementor-element.elementor-element-e347bdf.e-con-full.e-flex.e-con.e-parent.e-lazyloaded img {
	height: 100%; 
}
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}

.header-container, .main, .sidebar, .footer {
    background-color: black;
}

.footer-bottom-content {
    float: none;
    text-align: center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
    #navi .navi-in > .menu-mobile li {
        width: 50%;
    }
	
	#glt-translate-trigger {
    	z-index: 2;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.sp_on {
		display:block;
	}
	.pc_on{
		display:none;
	}
	
	 main.main, div.sidebar {
        padding: 2em 0px 0px;
        margin: 12px 0;
        border-width: 0;
    }
	
	.navi-in > ul .menu-item-has-description > a > .caption-wrap > div {
    	font-size: 120%;
	}
	ul.mobile-footer-menu-buttons.mobile-menu-buttons {
    	z-index: 10;
	}
	
	#glt-translate-trigger {
    	z-index: 2;
	}
	
	.menu-drawer {
		background-color: black;
		padding-top: 30px!important;
	}
	
	.menu-content .menu-drawer a {
		color: white !important;
	}
	
	.menu-drawer a:hover {
		background-color: #696969;
	}
	
	li:last-child {
    	text-align: center;
	}
	
	.copyright {
        width: 100%;
        padding-bottom: 2em;
    }
	
	.navi-footer-in > .menu-footer li.menu-item {
        border-left: 1px solid var(--cocoon-thin-color);
    }
	
	.navi-footer-in > .menu-footer li:last-child {
    	border-right: 1px solid var(--cocoon-thin-color);
	}
	
	.footer-bottom.fnm-text-width .menu-footer li {
    	width: 32%;
	}
	
	.footer {
    	margin-top: 0px;
	}	
	
	.footer-bottom {
    	margin-top: 0px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.article h2 {
		font-size: 150%;
		margin: 0;
	}
	
	.article h4 {
    border: none;
	font-size: 125%;
	}
	
}

