@charset "utf-8";
/*
Template:twentynineteen
Theme Name:twentynineteen_child
*/
@import url('../twentynineteen/style.css');
@media only screen and (max-width:767px) {}
body, html {
    font-size: 14pt !important;
}
body, html, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
    font-feature-settings: "palt" !important;
}
h1:not(.site-title)::before, h2::before {
    content: none !important;
}
*, *:before, *:after {
  box-sizing: border-box;
}
* {
  -webkit-appearance: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a, img, img a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width:767px) {
    h1 {
        font-size: 18pt;
    }
}
@media only screen and (min-width:768px) {
    .pc-none {
        display: none;
    }
}
@media only screen and (max-width:767px) {
    .sp-none {
        display: none;
    }
}
.inner {
    max-width: 1140px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}
.txt-center {
    text-align: center;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb30 {
    margin-bottom: 30px;
}
.mgb50 {
    margin-bottom: 50px;
}
.mgt50 {
    margin-top: 50px;
}
.text-just {
    text-align: justify;
    text-justify: inter-ideograph;
}
ul, li {
    margin: 0;
}
p {
    margin: 0;
}
html body div.wprm-overlay {
    background: rgb(0,0,0,0.6);
}
/*-------------------------------------------
コンテンツ
-------------------------------------------*/
#container {
  width: 1000px;
  padding: 20px 10px 10px;
  margin: 0 auto;
}
#main {
  max-width: 670px;
  width: 100%;
  float: right;
  margin: 0 auto 20px;
}
/*-------------------------------------------
サイトバー
-------------------------------------------*/
#sidebar {
  max-width: 300px;
  width: 100%;
  float: left;
  padding: 0 10px;
}
#sidebar a:hover {
opacity: 0.6;
}
@media only screen and (max-width:1024px) {
  #container {
    width: 100%;
  }
  #main {
    max-width: 75%;
  }
  #sidebar {
    max-width: 25%;
  }
}
@media only screen and (max-width:767px) {
  #container, #main, #sidebar {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------
記事関連
-------------------------------------------*/
.inner {
	max-width: 1140px;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
}
.single-title {
	background: #FFF;
	color: #49267c;
	text-align: center;
	padding: 35px 0;
	line-height: 1.4em;
	border-top: 3px solid #49267c;
}
.single-day {
	color: #49267c;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
}
.singleTiele{
	padding-bottom: 10px;
	border-bottom: 1px solid #49267c;
	margin-bottom: 20px;
	font-size: 1.8em;
    line-height: 1.4em;
    margin-top: 10px;
}
#information-list li {
	list-style: none;
	font-size: 1.2em;
	padding: 10px;
	display: block;
	border-bottom: 1px dotted #49267c;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#information-list li:hover {
	background: #d2eaff;
}
#information-list a {
	display: block;
}
.singlepage-title{
color: #49267c;
font-size: 45px;
font-weight: bold;
}
.information-all{
display: block;
padding: 10px 0;
width: 300px;
text-align: center;
border: 1px solid #5a96fc;
background: #5a96fc;
color: #fff !important;
font-size: 14pt;
margin: 30px auto 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.information-all:hover{
background: #fff;
color: #5a96fc !important;
}
@media only screen and (max-width:767px) {
.singlepage-title{
font-size: 24px;
}
.information-all{
width: 100%;
}
.singleTiele{
	font-size: 1.4em;
}
}
/*-------------------------------------------
ページナビゲーション
-------------------------------------------*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 30px 0 70px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #FFF !important;
	background: rgba(90,150,252,0.70);
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	border: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background: #5a96fc;
}
.wp-pagenavi span.current {
	background: #5a96fc;
	font-weight: normal !important;
}



/*-------------------------------------------
お問い合わせ関連
-------------------------------------------*/
#contact-area {
    color: #0390a2;
}
#contact-area th {
    width: 25%;
    text-align: left;
}
#contact-area th, #contact-area td {
    border: none;
    padding: 15px 10px;
}
#contact-area tr {
    border-bottom: 1px dotted #00B7CE;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea {
    padding: 10px;
    margin: 0 0 5px;
    width: 100%;
}
select {
    padding: 10px;
    border: solid 1px #ccc;
}
@media only screen and (max-width:640px) {
    #contact-area th, #contact-area td {
        display: block;
        width: 100%;
    }
    #contact-area th {
        border-bottom: none;
        padding: 10px 0 0;
    }
    #contact-area td {
        padding: 0 0 10px;
    }
}
#contact-area .hissu {
    color: #F00;
    font-size: 0.8em;
}
.form-subtext {
    text-align: center;
}
.wpcf7-form input[type=submit] {
    width: 200px;
    height: 60px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: #009b63;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.wpcf7-form input[type=submit]:hover {
    opacity: 0.6;
}
/*-------------------------------------------
業者欄　個別
-------------------------------------------*/
.gyousyu-icon{
float: left;
padding: 3px 5px;
display: block;
background: #364FAD;
color: #fff;
font-size: 0.8em;
text-align: center;
margin: 0 5px 5px 0;
border-radius: 3px;
}