@charset "UTF-8";

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

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

.ff-sawarabi-mincho, .wf-active .ff-sawarabi-mincho {
	font-family: "游明朝", "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
}

body {
	background-color: initial;
}

/*
.page .date-tags {
	display: none;
}
*/
.page .article-footer {
	display: none;
}

.footer-cover .wp-block-cover {
	margin-bottom: 0px;
}

.footer-bottom {
	margin-top: 0px;
}

/* ==================================
 * ヘッダ部分のスタイル
================================== */
.header-container-in.hlt-top-menu .logo-header img {
	height: 50px;
}
.page .header-container .header-container-in {
	/*width: 100%;*/
	margin:auto;
}

.header {
	/* width: 1256px; */
	margin:auto;
}

.header-in {
	flex-direction:row-reverse;
	align-items:center;
}

.tagline{
	margin-left:auto;
}

.logo {
	text-align:initial;
	margin: .6em 1em;
}

.main {
	padding: 0px;
	border: none;
}

.home .content {
	margin-top: 0px;
}
.eye-catch {
	/* margin-bottom: 0px; */
	margin-bottom: -1.5px;
}
.header-container, .navi {
	background-color: #f7f7f7;
}

.header-container {
	border-bottom: #00b939 10px solid;
}

.page .entry-title{
	display: none;
}

.entry-title {
	text-align:center;
}

.page .wrap {
	width: 100%;
}

.page .header-container-in {
    /* width: 1256px; */
    width: 1320px;
    margin: 0 auto;
}

.header-container-in.hlt-top-menu {
    /* padding: 10px 50px 20px 50px; */
	padding: 10px 0px 20px 0px;
}

.navi-in > ul li {
	height: auto;
	line-height: 40px;
	border-right: solid 1px #aaaaaa;
}
.navi-in > ul li:last-child {
	border-right: none;
}
.menu_jpn_name {
	font-size: 12px;
}

.footer{
	background-color: #00b939;
	background-size:cover;
	margin-top:0px;
	padding: 0px;
}

.footer-submenu-button a{
    background-color: transparent;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    padding: 7px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    position: relative;
	border-color:#23ad3f;
	color: #23ad3f;
	width: 200px;
}

.footer-submenu-button a:hover{
	color:#23ad3f;
	border-color:#23ad3f;
}


.copyright {
	color: #fff;
}

.entry-content {
    margin-top: 0px;
}

.article .wp-block-cover {
    margin-bottom: 0px;
}

.go-to-top-button {
	width: 100px;
	height: 100px;
}

.topright-button1 {
	display: block;
	position: fixed;
	color: #ffffff;
	background-color: #23ad3f;
	/*background-image: url(https://ilife-ins.com/wp-content/uploads/2022/02/side-contact-button.png); */
	right: 5px;
	top: 200px;
	padding: 10px 35px 10px 20px;
	z-index: 100;
	width: 30px;
	height: 100px;
	height: auto;
	border-radius: 5px;
}

.topright-button1 a{
	color: #fff;
	text-decoration: none;
}

.topright-button2 {
	display: block;
	position: fixed;
	color: #ffffff;
	background-color: #094BB1;
	right: 5px;
	top: 370px;
	padding: 10px 35px 10px 20px;
	z-index: 100;
	width: 30px;
	height: auto;
	border-radius: 5px;
}
.topright-button2 a{
	color: #fff;
	text-decoration: none;
}

.fa {
	font-size: 25px;
}

.title-img-hr {
	padding-top: 30px;
}
.contents-group-backcolor{
    background-color: rgba(255,255,255,0.7);
}
.contents-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.contents-top-text {
    padding: 20px;
}
.contents-bottom-space{
	padding-bottom: 50px;	
}
.article h6 {
	border: none;
}

/* パソコンで見たときは"pc-title-img"のclassがついた画像が表示される */
.pc-title-img, .pc-table, .pc-style-text { display: block !important; }
.sp-title-img, .sp-table, .sp-style-text { display: none !important; }

/*.contact-menu-button {
	border: solid 1px #fff;
	border-radius: 10px;
}*/

.pt-cv-colsys .pt-cv-content-item {
	text-align: center;
}
.pt-cv-content {
	text-align: left;
}

.costom-fontsize-1_5em {
	font-size: 1.5em;
}

/* 新着情報CSS */
.wp-show-posts-inner, h2.wp-show-posts-entry-title {
	background-color: rgba(255,255,255,0.7);
	color: #333;
}

.wp-show-posts-inner {
	text-align: right;
}

.wp-show-posts-entry-summary {
	text-align: left;
	padding: 0 10px;
}

.wp-show-posts-inner .wpsp-read-more {
	margin: 0 10px 1em;
}

h2.wp-show-posts-entry-title{
	text-align: center;
	padding: 10px;
	background-color:transparent;
}

h2.wp-show-posts-entry-title a {
	color: #333;
}

.wpsp-load-more {
	text-align: center;
}

.wpsp-load-more .page-numbers {
	width: 75px;
}

/* 教室詳細画面のテーブル設定 */
table {
	margin: 20px auto;
	width: auto;
}
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.company-tbl tr {
	background-color: transparent;
}
.company-tbl th {
	background-color: transparent;
	border: 0px;
	padding: 10px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.company-tbl td {
	background-color: transparent;
	border: 0px;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}

/* 中央付近表示の画像のボトムをなしにする */
.page .title-media-image-bottom {
	margin-bottom: 0px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1260px以下*/
@media screen and (max-width: 1260px){
  /*必要ならばここにコードを書く*/
	.page .header-container-in {
    	width: 100%;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
	/* ==================================
	 * ヘッダ部分のスタイル
	================================== */

	.tagline{
		display:none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	main.main{
		padding: 0px;
	}
	.header-container-in.hlt-top-menu {
    	padding: 0;
	}
	main ol.has-background, ul.has-background{
		padding: 0px 100px 0 100px;
	}
	.topright-button1, .topright-button2 {
		display:none;
	}
	.go-to-top-button {
		width: 70px;
		height: 70px;
	}
	.contents-group {
    	width: 100%;
    	margin-left: auto;
    	margin-right: auto;
	}

	/* スマホで見たときは"sp-title-img"のclassがついた画像が表示される */
	.pc-title-img, .pc-table, .pc-style-text { display: none !important; }
	.sp-title-img, .sp-table, .sp-style-text { display: block !important; }
	
	.content-sp-media-img img {
		padding: 0 8%;
	}
	
	.content-sp-text-group {
		padding: 0 8% 50px 8%;
	}
	.wpsp-load-more .page-numbers {
		margin: 0 0 10px 0;
		width: 80%;
	}
	
	/* 教室詳細画面のテーブル設定 */
	.company-tbl {
		width: 95%;
	}
	.company-tbl td {
		border-bottom: solid 1px #ccc;
	}
	.company-tbl th {
		border-bottom: none;
	}
	.company-tbl th,.company-tbl td {
		display: block;
		width: 100%;
		font-size: 100%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
