@charset "utf-8";
/*
Template:twentynineteen
Theme Name:twentynineteen_child
*/
@import url('../twentynineteen/style.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.6em !important;
	font-feature-settings: "palt";
}
a:active {
	-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;
}
a:active {
	text-decoration: none;
}
a img {
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6, .min-f {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p {
	margin-bottom: 0 !important;
}
.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;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.txt-jus {
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (min-width:768px) {
	.pc-none {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	.sp-none {
		display: none;
	}
}
h1:not(.site-title)::before, h2::before {
	content: none !important;
}
h3 {
	background: url(https://gifu.oasis-service.jp/wp-content/uploads/ico_h2.png) no-repeat 6px center #e1effa;
	padding: 20px 20px 20px 90px !important;
	border-radius: 10px;
	border: 3px solid #2778bd;
	color: #2778bd;
	font-weight: 700;
	margin-bottom: 40px;
}
.menu-sub {
	font-size: 0.6em;
	margin-top: -7px;
}


/*-------------------------------------------
料金表
-------------------------------------------*/
.t_price {
	margin: 0 auto;
	max-width: 100%;
}
.t_price th, td {
	border: 1px solid #e0dccc !important;
	padding: 15px 10px !important;
	border-collapse: collapse;
}
.t_price th {
	color: #5E5E5E;
	font-weight: bold;
}
.t_price td {
	color: #5E5E5E;
	width: 70%;
}



/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
.contact {
	width: 100%;
	margin: 0 auto;
}
.contact {
	border-collapse: collapse;
}
.contact label input {
	width: 100%;
}
.contact_img {
	margin-top: 2em;
	text-align: center;
}
.t_contact {
	margin: 0 auto;
	max-width: 100%;
}
.t_contact th, td {
	border: 1px solid #e0dccc !important;
	padding: 15px 10px !important;
	border-collapse: collapse;
}
.t_contact th {
	background: #eeece4;
	color: #5E5E5E;
	font-weight: bold;
}
.t_contact td {
	color: #5E5E5E;
	width: 70%;
}
.t_contact td:last-child {
	border: 2px solid #e0dccc;
}
.alignC {
	text-align: center !important;
}
@media only screen and (max-width:767px) {
	.t_contact {
		width: 100%;
	}
	.t_contact th {
		display: block;
		text-align: center;
		width: 100%;
	}
	.t_contact td {
		display: block;
		width: 100%;
	}
	.form-width {
		width: 100%;
	}
}


/*-------------------------------------------
お問い合わせ 解体
-------------------------------------------*/
.k_contact {
	margin: 0 auto;
	max-width: 100%;
}
.k_contact th, td {
	border: 1px solid #66cbf1 !important;
	padding: 15px 10px !important;
	border-collapse: collapse;
}
.k_contact th {
	background: #cff2ff;
	color: #5E5E5E;
	font-weight: bold;
}
.k_contact td {
	color: #5E5E5E;
	width: 70%;
}
.k_contact td:last-child {
	border: 2px solid #66cbf1;
}
/*-------------------------------------------
個人情報保護方針
-------------------------------------------*/
.cssbox {
	margin: 2em auto 0 auto;
	border: solid 1px #ccc;
	max-width: 800px;
	height: 120px;
	width: 100%;
	padding: 0 0.5em;
	overflow: auto;
	background-color: #f8f8ff;
}


/*-------------------------------------------
記事関連
-------------------------------------------*/
.inner {
	max-width: 1140px;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
}
.single-title {
	background: #FFF;
	color: #2778bd;
	text-align: center;
	padding: 35px 0;
	line-height: 1.4em;
	border-top: 3px solid #2778bd;
}
.single-day {
	color: #2778bd;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2778bd;
	margin-bottom: 20px;
}
.blog-list li {
	list-style: none;
	font-size: 1.2em;
	padding: 10px;
	display: block;
	border-bottom: 1px dotted #2778bd;
	-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;
}
.blog-list li:hover {
	background: #d2eaff;
}
.blog-list a {
	display: block;
}
@media only screen and (max-width:767px) {
	.single-title {
		font-size: 0.8em;
		padding: 20px 0;
	}
}


/*-------------------------------------------
ページナビゲーション
-------------------------------------------*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 30px 0 70px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #FFF !important;
	background: rgba(72,83,162,0.6);
	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: #4853a2;
}
.wp-pagenavi span.current {
	background: #4853a2;
	font-weight: normal !important;
}


/*-------------------------------------------
フッターボタン
-------------------------------------------*/
#contact-side-btn{
position: fixed;
right: 0;
bottom: 300px;
z-index: 9999999;
}
#footer-btn-sp{
position: fixed;
bottom: 0;
width: 100%;
z-index: 9999999;
}
#contact-btn-sp{
text-align: center;
}
#contact-btn-sp ul{
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding: 0;
}
#contact-btn-sp li{
display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #2c79bb;
}
#contact-btn-sp li:last-child{
  border-right: none;
}

.footer_pc_btn{
position: fixed;
bottom: 0;
z-index: 9999999;
width: 100%;
}


/*-------------------------------------------
faq
-------------------------------------------*/
/*faq accordion*/
.toggle {
  display: none;
}
.Label { /*タイトル*/
  padding: 15px 20px;
  display: block;
  color: #fff;
  background: #019ac6;
  font-size: 1.2em;
  cursor: pointer;
  font-weight: bold;
}
.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label, .faq-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq-content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.faq-content p {
margin: 0 !important;
font-size: 1.2em;
}
.toggle:checked + .Label + .faq-content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.faq-accordion {
margin: 0 15px;
}
.faq-accordion input[type=checkbox] {
  display: none;
}
.faq-sub{
font-size: 0.8em;
text-align: right;
margin-top: 10px;
}
.faq-sub a{
text-decoration: underline;
}