/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: https://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: https://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20170425
 *   Version: 1.03
 *   Template Version: 1
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/


/* 
文字のフォント関係
*/
.post h2 {
color: #000;/*文字色*/
padding: 0.6em 0.3em;/*上下の余白*/
border-top: solid 3px #E60012;/*上線*/
border-bottom: solid 3px #E60012;/*下線*/
border-left:none;
font-weight: bold;
font-size:160%;
}
.post h3 {
font-weight: bold;
border-left:5px #E60012 solid;
font-size: 120%;
}
.post h4 {
border-left:none;
	border-bottom:1px #E60012 dotted;
}
.post em{
	background:linear-gradient(transparent 70%, #ffff00 70%);
	font-weight: bold;
	font-style: normal;
}
.post p.setsumei{
	font-size: 80%; 
}
.title_center{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
.slash-1{
	height:10px;
	background-image:linear-gradient(-45deg,
		hsla(0, 0%, 70%, 0),
		hsla(0, 0%, 70%, 0)25%,
		hsla(0, 0%, 70%, 1)25%,
		hsla(0, 0%, 70%, 1)50%,
		hsla(0, 0%, 70%, 0)50%,
		hsla(0, 0%, 70%, 0)75%,
		hsla(0, 0%, 70%, 1)75%);
	background-size: 10px 10px;
	width: auto;
}
h5{
  position: relative;
  padding: 1em 2em;
  background-color: #0B318F;
  border-radius: 6px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	margin: 0 20px;
}
h5::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #0B318F;
}

/* 
レイアウト_トップページ
*/
#top_section1{
	background-color: #EFEFEF;
	border-radius: 15px;
	padding:10px;
}
#top_section1_inner{
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
}
#top_section1 h3{
	margin:10px 0;
}
#top_section1 p.title{
	font-size: 120%;
	font-weight: bold;
	margin:10px;
}
#top_section3 table{
	width:100%;
}
#top_section3 th{
	background-color: #0B318F;
	color:#fff;
	font-size: 80%;
	width:100%;
}
#top_section3 td{
	border:none;
	background-color: #ECECEC;
	padding-left:20px;
	margin-left:15px;
	background-image:url(http://demo1.yahata-cc.jp/wp-content/uploads/2018/05/hyouyajirusi.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10%;
}
#top_section3 .contact{
	background:#0B318F;
    width: 100%;
	max-width: 250px;
    margin: 0 auto;
	text-align: center;
	padding: 1.0em 0;
}
/* 
レイアウト_お問い合わせボックス
*/
.clear {
  clear: both;
  height: 1px;
  border-top: 0.2px #FFA4C0 dotted;
}
.contact_box_wrapper{
	
}
.boxcontact{
	border: #ddd solid 2px;
	background:#FFF0DC;
    padding: 20px;
    clear: both;
}
.contact{
	background:#E60012;
    width: 100%;
	max-width: 250px;
    margin: 0 auto;
	text-align: center;
	padding: 1.0em 0;
}
.contact a{
	text-align: center;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

/* 
レイアウト_コンテナー
*/
.dotted_box{
	padding:5px;
	border: 2px dotted #ccc;
}
.picup_box{
	margin: 20px 0;
	background-color: #F3F3F3;
	text-align: center;
}
.menu-main-container{
	font-weight: bold;
	font-size:115%;
}
#primary{
	margin-top:0px;
}
.mobile-nav {
	font-weight: bold;
	font-size: 110%;
}
.box_wrapper{
}
.box25{
	width: 25%;
	padding: 5px;
	float: left;
}
.box33{
	width: 33%;
	padding: 5px;
	float: left;
}
.box33r{
	width: 33%;
	padding: 5px;
	float: left;
}
.box50{
	width: 50%;
	padding: 5px;
	float: left;
}
.box_inner{
	border: 1px #bbb solid;
	margin: 5px;
	padding:20px;
}
/* 
レイアウト_ヘッダ
*/
.info{
	padding-top: 0px;
}
.info-logo{
	float: left;
}
.info-contact{
	text-align:right;
	padding-top: 0px;
}

/*-----------------------------------------------
フッターメニューを固定する
-----------------------------------------------*/

@media only screen and (max-width: 480px) {
#container{
    padding-bottom:50px;/*フッターの高さだけコンテンツを上げる*/
}
#fixed_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color:#fff;/*メニューの背景色*/
    z-index:99;
	border-top:solid 3px #000D3A;
}
.fixed_footer_bg{	
	background: #00c300;
	width:220px;
	margin:7px auto;
	border-radius: 5px;
	border: solid 1px #005531;
	}
#fixed_footer .fa {
    font-size:24px;/*アイコンフォントのサイズ*/
}
#fixed_footer ul {
    margin:5px 0;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
#fixed_footer ul li {
    display: table-cell;
    vertical-align: middle;
    font-size:10px;/*文字サイズ*/
    margin:auto;
}
#fixed_footer ul li a{
    color:#fff;/*文字色*/
    text-decoration:none;
	font-size:1.8em;
	font-weight:bold;
	padding:5px;
}
#page-top{
    display:none;/*デフォルトのトップへ戻るボタンを消す*/
}
}



/* 
レスポンシブ
*/
@media screen and (max-width: 480px) {
  .info img {
    max-width: 100%;
	  float: right;
  }
	#core img{
		width:100%;
	}
	.box50{
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	float: left;
	}
	.box33r{
	width: 100%;
	padding: 5px;
	float: left;
}
	.box25{
	width: 50%;
	}
	.box25 span{
		font-size:90%;
	}
	.form-width { max-width: 100%;}

}