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

	font-size: 14px;
	color: #333333;
}
a:hover,
a:focus {
	text-decoration: none;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.tel a {
	color: #333;
}
/*** コンテンツ幅980px ***/
.container {
	width: 1010px;
	padding-left: 15px;
	padding-right: 15px;
}
.fluid-box {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EBF2EB;
    padding: 0;
	margin-bottom: 45px;
}
.fluid-box-inner {
	margin: 0 auto;
	padding-top: 50px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1010px){
.container {
	width: 100%;
}
	.fluid-box .container {
	padding-left: 20px;
	padding-right: 20px;
}
}
/*** 見出し等デザイン定義 ***/
h2 {
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
	font-family: "Hannari", 'Noto Serif JP', serif;
	font-weight: bold;
}
h3 {
	border: none;
	box-shadow: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3:after {
	border: none;
}
h4 {
	background-color: transparent;
	border-radius: 0;
}
/*** ヘッダー ***/
.siteHeader {
	border-top: 20px solid #34979A;
	box-shadow: none;
}
.navbar-header {
	float: none;
}
.site-description {
	font-size: 12px;
}
.navbar-brand img {
	max-width: initial;
	max-height: initial;
}
.logo-after {
	float: right;
	font-size: 12px;
	text-align: center;
	margin-top: -30px;
}
.logo-after .tel {
	font-size: 31px;
}
.tel_before {
	background-color: #FF9672;
	border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	transition: .4s;
}
.tel_before:hover {
	opacity: 0.7;
}
.tel_before a {
	color: #F2F2F2;

}
.tel_before a:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    font-size: 18px;
	margin-left: 10px;
	top: 1px;
}
.tel_after {
	
}
/***
.siteHeader .container{
	padding-top: 8px;
}

***/
@media screen and (max-width: 991px){
	.navbar-brand {
		float: left;
		padding: 0;
	}
}

@media screen and (max-width: 525px){
	.navbar-brand {
		float: none;

	}
	.siteHeadContainer .logo-after {
		float: none;
		margin-top: 15px;
	}
	.siteHeadContainer .logo-after .tel_before {
		display: inline-block;
		width: 226px;
		font-size: 11px;
		font-weight: bold;
		padding-top: 2.5px;
    padding-bottom: 2.5px;
	}
	.tel_before a:after {
		display: none;
	}
}


/*** Gメニュー ***/
.current-menu-item a:after {
	border-bottom: none !important;
}
.menu-gmenu-container .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.gMenu {
    float: none;
}
.gMenu_outer {
	border-top: 1px solid #ccc;
}
.current-menu-item .gMenu_name {
	
}
.gMenu_name {
	font-size: 16px;
	transition: .4s;
	font-family: "Hannari", 'Noto Serif JP', serif;
	font-weight: bold;
	color: #279191;
}
.gMenu_name:hover {
	opacity: 0.7;
}
ul.gMenu>li {
	border-right: 1px dashed #1A1A1A;
}
ul.gMenu>li:nth-of-type(1){
	border-left: 1px dashed #1A1A1A;
	width: 11%;
}
ul.gMenu>li:nth-of-type(2){
	width: 21%;
}
ul.gMenu>li:nth-of-type(3){
	width: 13%;
}
ul.gMenu>li:nth-of-type(4){
	width: 25%;
}
ul.gMenu>li:nth-of-type(5),
ul.gMenu>li:nth-of-type(6){
	width: 15%;
}
ul.gMenu>li a {
	padding: 0 15px 5px 15px;
}
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}
ul.gMenu > li > a:hover:after {
	border-bottom: none !important;
}


@media screen and (max-width: 768px){
	footer .footerMenu li {
		float: none;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    overflow: hidden;
		width: 100% !important;
		
}
	footer .footerMenu li a {
		border-left: none !important;
		
	}
	footer .footerMenu li:last-child a {
		border-right: none !important;
	}
	footer .footerMenu .container {
		padding-left: 0;
			padding-right: 0;
	}
}




/*** スライド ***/
.carousel {
	height: 520px;
	background-color: #92C8C8;
}
.carousel-inner {
	width: 1280px;
	margin: auto;
}
@media screen and (max-width: 1280px){
	.carousel-inner {
	width: 100%;
}
	.carousel {
		height: auto;
	}
}
/*.carousel-inner>.item a>img, .carousel-inner>.item a>picture>img, .carousel-inner>.item img, .carousel-inner>.item picture>img {
	max-width: initial !important;
    max-height: initial !important;
    margin: auto;
}*/
/*** トップページ.post-5 ***/
.home .siteContent {
	padding-top: 0;
}
.topproblem {
	background-image: url(/wp-content/uploads/2019/07/bg.jpg);
	background-repeat: repeat-x;
	height: 397px;
}
.topproblem h2 {
	margin-bottom: 15px;
}
.topproblem .check {
	width: 30%;
	margin: auto;
}
.topproblem ul li {
    list-style-type: none;
}
.topproblem ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/07/check.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-left: -23px;
}
.large {
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: "Hannari", 'Noto Serif JP', serif;
	font-weight: bold;
}
.green {
	color: #279191;
}
.red {
	color: #FE5C42;
}
.white {
	background-color: #fff;
	border-radius: 3px;
	padding: 15px;
}
.post-5 h3 {
	font-family: "Hannari", 'Noto Serif JP', serif;
	text-align: center;
	background-color: #35979B;
	color: #fff;
	margin-top: -70px;
    padding: 5px;
    line-height: 2.5;
	margin-bottom: 10px;
}
.post-5 h4 {
	font-family: "Hannari", 'Noto Serif JP', serif;
	text-align: center;
	color: #279191;
	border-bottom: 1px solid #269191;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0.8em;
}
/*.post-5 h3:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    font-size: 18px;
    margin-left: 10px;
    top: 1px;
}*/
.topService {
	overflow: hidden;
}
.topService ul {
	padding-left: 0;
	overflow: hidden;
    margin-top: 2em;
	margin-bottom: 3em;
}
.topService .one-half {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	width: 48%;
	list-style-type: none;
	float: left;
	transition: .4s;
}
.topService .one-half img {
	width: 100%;
	height: 303px;
	object-fit: cover;
}
.topService .one-half a {
	color: #333;
}
.topService .one-half:hover {
	opacity: 0.7;
}
.topService .one-half:nth-of-type(1){
	margin-right: 4%;
}
.topmenu ul {
	padding-left: 0;
	overflow: hidden;
    margin: 0 3.5%;
}
.topmenu .one-third {
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	padding: 0 15px 15px 15px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	width: 30%;
	list-style-type: none;
	float: left;
	transition: .4s;
}
.topmenu .one-third:hover {
	opacity: 0.7;
}
.topmenu .one-third a {
	color: #333;
}
.topmenu .one-third:nth-of-type(1),
.topmenu .one-third:nth-of-type(2){
	margin-right: 5%;
}
.topmenu .one-third img {
	width: 100%;
	height: 124px;
	object-fit: cover;
}


/*** 新着5件 ***/
.topInfo_box {
	border-top: 1px solid #eee;
	font-size: 15px;
	text-align: center;
}
.topInfo_inner {
	border-bottom: 1px dashed #999;
	text-align: left;
}
.topInfo_inner p {
	margin: 15px auto;
    width: 80%;
}
.topInfo_date {
	display: inline-block;
	width: 15%;
}
.topInfo_cat {
	padding: 2px 5px;
	border-radius: 50px;
	display: inline-block;
	width: 75px;
    margin-left: 0;
    margin-right: 30px;
    text-align: center;
	font-size: 12px;
	line-height: 1.4;
	transition: .4s;
}
.topInfo_cat_info,
.topInfo_cat_blog {
	background-color: #339797;
}
.topInfo_cat:hover {
	opacity: 0.7;
}
.topInfo_cat_info a,
.topInfo_cat_blog a {
	color: #fff;
}
.topInfo_cat_class {
	background-color: #FF9672;
}
.topInfo_cat_class a {
	color: #fff;
}
.blogttl a {
	color: #333;
	transition: .4s;
}
.blogttl a:hover {
	opacity: 0.7;
}
.moreBtn {
	display: block; 
	text-align: center;
	background-color: #4D4D4D;
	border-radius: 3px;
	color: #fff;
	width: 252px;
	padding: 7.5px 5px;
	margin: 20px auto 30px;
	position: relative;
	transition: .4s;
}
.moreBtn:hover {
	opacity: 0.6;
}
.moreBtn a {
	color: #fff;
}
.moreBtn a:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    font-size: 18px;
    margin-left: 10px;
    top: 8px;
}
@media screen and (max-width: 991px){
	.topproblem {
		height: auto;
		background-size: cover;
	}
		.topproblem .check {
		width: 50%;
	}
}
@media screen and (max-width: 768px){

	.large {
		font-size: 20px;
	}
	.topmenu ul {
		margin: 0;
	}
	.topmenu .one-third:nth-of-type(1), .topmenu .one-third:nth-of-type(2) {
    margin-right: 3%;
}
	.topmenu .one-third {
		width: 31.3%;
	}
}
@media screen and (max-width: 767px){
.topproblem .check {
		width: 65%;
	}
	.topService .one-half {
		float: none;
		width: 100%;
	}
	.post-5 h3 {
		margin-top: -60px;
	}
}
@media screen and (max-width: 480px){
	.topmenu .one-third {
		float: none;
		width:100%;
	}
	.topInfo_box .topInfo_date {
		width: auto;
	}
	.topInfo_box .blogttl {
		display: block;
	}
	.topInfo_box .topInfo_cat {
		margin: 0 15px;
	}
	.topInfo_box .topInfo_inner p {
		width: 100%;
	}
}
@media screen and (max-width: 420px){
	.topproblem .green {
		font-size: 18px;
	}
	.topproblem .check {
		width: 100%;
	}
	.large {
    font-size: 18px;
		text-align: left;
}
	h2 {
		font-size: 20px;
	}
}
/*** フッター ***/
footer {
	border-top: none;
}
.siteFooter {
	background-color: rgba(53,151,155,0.08);
}
footer .footerMenu {
	background-color: #fff;
	border: none;
	border-top: 1px solid #ccc;
}
footer .footerMenu li a {
    border-left: 1px dashed #1A1A1A;
	transition: .4s;
}
footer .footerMenu li:last-child a {
	border-right: 1px dashed #1A1A1A;
}
footer .footerMenu li a:hover {
	opacity: 0.6;
}
footer .footerMenu li {
	text-align: center;
}
footer .footerMenu li:nth-of-type(1){
	width: 11%;
}
footer .footerMenu li:nth-of-type(2){
	width: 21%;
}
footer .footerMenu li:nth-of-type(3){
	width: 13%;
}
footer .footerMenu li:nth-of-type(4){
	width: 25%;
}
footer .footerMenu li:nth-of-type(5),
footer .footerMenu li:nth-of-type(6){
	width: 15%;
}
.footerLogo img {
	max-width: initial;
}


footer .copySection {
	border: none;
	padding-top: 7px;
	padding-bottom: 5px;
}
footer .copySection p {
	margin-bottom: 0;
}
.page_top_btn {
    right: 2%;
    bottom: 5%;
	width: 54px;
	height: 55px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background-color: transparent;
    outline: 0;
    background-image: url(/wp-content/uploads/2019/07/backtotop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.page_top_btn:hover {
	opacity: 0.6;
}
.copySection {
	background-color: #34979A;
	color: #fff;
}

/*** Sonorityについて.post-7 ***/
.imgSize {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}
.breadSection {
	display: none;
}
.page-header {
	height: 200px;
	color: #333;
	background-color: transparent;
	background-image: url(/wp-content/uploads/2019/07/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 40%;
	border-bottom: none;
}
.page-header_pageTitle {
	line-height: 4.5 !important;
	font-family: "Hannari", 'Noto Serif JP', serif;
	font-weight: bold;
}
table tr td:nth-of-type(1){
	font-weight: bold;
}
.profile tr td:nth-of-type(1){
	width: 20% !important;
	
}
.profile {
	border-top: 1px dashed #999;
}
.profile tr td {
	border-bottom: 1px dashed #999;
}

.overview tr td:nth-of-type(1),
.seminar tr td:nth-of-type(1){
	width: 30% !important;
	background-color: #35979B;
	color: #fff;
	text-align: center;
}
.overview tbody tr td,
.seminar tbody tr td {
	border: 1px solid #e5e5e5;
}
.aboutcounseling {
	margin-top: 80px;
}
.aboutcounseling .white {
	margin-bottom: 30px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.aboutcounseling h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #269191;
	margin-bottom: 10px;
}
.fa-briefcase-medical,
.fa-clipboard-list {
	color: #279191;
	margin-left: 3px;
	margin-right: 5px;
}
.fa-bullseye,
.post-13 .fa-clipboard-list,
.fa-edit,
.fa-lightbulb {
	color: #FF9672;
	margin-left: 3px;
	margin-right: 5px;
	font-size: 18px;
}

@media screen and (max-width: 1010px){
	.aboutcounseling .white {
	margin-right: 30px;
		margin-left: 30px;
}
}
@media screen and (max-width: 480px){
	.profile tr td:nth-of-type(1),
	.overview tr td:nth-of-type(1){
		width: 100% !important;
		display: block;
		border: none;
	background-color: #35979B;
	color: #fff;
	text-align: center;
	}
	.profile tr td:nth-of-type(2),
	.overview tr td:nth-of-type(2){
		width: 100% !important;
		display: block;

		border: none;
	}
	.profile,
	.overview {
		border-top: none;
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
		.aboutcounseling .white {
	margin-right: 0;
		margin-left: 0;
}
}
/*** メニュー.post-9 ***/
.post-9 h2,
.post-11 h2,
.post-13 h2,
.post-15 h2:nth-of-type(2) {
	background-color: #35979B;
    color: #fff;
    padding: 0 5px 5px 5px;
    line-height: 2.5;
    border-radius: 3px;
}
.post-9 h3 {
	border-left: 5px solid #269191;
	padding-left: 10px;
	padding-top: 3px;
}
.post-9 h4 {
	margin-bottom: 0;
}
.priceMenu {
	border-top: 1px dashed #999;
}
.priceMenu tr td {
	border-bottom: 1px dashed #999;
}
#psychology {
	margin-top: 80px;
}
.post-9 h5 {
	margin-bottom: 0;
	font-size: 16px;
}
.post-9 h5:nth-of-type(2){
	margin-top: 50px;
}
@media screen and (max-width: 480px){
	.priceMenu tr td:nth-of-type(1){
		width: 70% !important;
	}
}
/*** 箱庭セラピスト養成講座.post-11 ***/
@media screen and (max-width: 480px){
	.seminar tr td:nth-of-type(1){
		width: 100% !important;
		display: block;
		border: none;
	background-color: #35979B;
	color: #fff;
	text-align: center;
	}
	.seminar tr td:nth-of-type(2){
		width: 100% !important;
		display: block;

		border: none;
	}
	.seminar {
		border-top: none;
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}	
}

/*** その他講習.post-13 ***/
/*.post-13 h3 {
	border-left: 5px solid #269191;
	padding-left: 10px;
	padding-top: 3px;
}
.post-13 .subttl {
	font-size: 18px;
	margin-left: 10px;
}*/
.post-13 h4 {
	padding-left: 0;
}

.reiki tr:nth-of-type(1){
	background-color: #35979B;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.reiki tr td:nth-of-type(1){
	width: 15% !important;
	background-color: #35979B;
	color: #fff;
	text-align: center;
}
.reiki tr td:nth-of-type(2){
	width: 65% !important;
}
.reiki tr td:nth-of-type(3){
	text-align: center;
}
.reiki tbody tr td {
	border: 1px solid #e5e5e5;
}
/*** お問い合わせ.post-15 ***/
.post-15 .tel {
	font-size: 31px;

	font-weight: bold;
}
.post-15 .tel a {
	color: #279191;
}
.required-contactform7 {
	font-size: 12px;
	background-color: #FF9672;
	color: #fff;
	display: inline-block;
	padding: 3px 10px 1px 10px;
	border-radius: 50px;
	margin-left: 5px;
}
.cntct-form {

}
.cntct-form .btn-primary {
	width: 252px;
	border-radius: 3px;
	padding: 7.5px 5px;
	background-color: #4D4D4D;
	transition: .4s;
}

.cntct-form .btn-primary:hover {
	opacity: 0.6;
}

/*.cntct-form .btn-primary:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    font-size: 18px;
    margin-left: 10px;
    top: 1px;
}*/
.wpcf7-submit {
	display: block;
	margin: auto;
	width: 252px;
    padding: 7.5px 5px;
	transition: .4s;
	border: none;
	border-radius: 0;
}
.table tbody tr td .wpcf7-form-control {
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.cntct-form th,.cntct-form td {
	width: 100%;
	display: block;
}
	.cntct-form tr {
		background-color: #fff !important;
	}
	.cntct-form th {
		background-color: #f9f9f9;
		font-weight: bold;
	}
	.wpcf7-submit {
		width: 100%;
	}
}





.single-post .entry-footer,
.single-post .pager {
	display: none;
}
.entry-meta_items_term .btn-primary {
	border-radius: 50px;
}
.entry-meta_items:before {
	display: none;
}
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }

.single-post h1.entry-title {
    font-size: 24px;
	margin-top: 1em;
}
.single-post h2 {
	text-align: left;
	font-family: sans-serif;
	font-size: 18px;
}




