@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.3
*/

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

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

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

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

.entry-title{
	display: none;
}

.post-date{
	display: none;
}

.post-update{
	display: none;
}

.author-info{
	display: none;
}

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

.menu-close-button {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 2em;
}

/** sp **/
@media screen and (max-width:480px){
	select {
		background-color: initial;
	}
	.home.page #navi {
		display: none
	}
	.logo-menu-button img {
		max-height: 37px;
		margin: 0;
	}
	.menu-content {
		max-width: 90%;
	}
	.home-menu-button, .search-menu-button, .sidebar-menu-button {
	}
	.menu-close-button {
		text-align: start;
	    margin-left: 20px;
	}
	.menu-drawer li {
	    margin-bottom: 5px;
	}
	li .sub-menu .menu-item {
		border-bottom: none;
	}
	.pc-header {
		display:none !important;
	}
	.site-logo-image {
		margin: 0 auto !important;
	}
/* 	#navi-menu-content {
		background: #ce2c5a !important;
		color: #ffffff;
	}
	#navi-menu-content a {
		color: #ffffff;
	} */
    .box-item{
      text-align: center;
    }
	.menu-close-button::before {
		margin:0 10px 0 0;
		content: "Close";
		font-size: 16px;
	}
	.page-contents {
		padding: 10px;
	}
}

h1.entry-title {
	color: #364e96;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #364e96;/*上線*/
    border-bottom: solid 3px #364e96;/*下線*/
}

.article h2 {
	background: linear-gradient(transparent 70%, #ffc6c6 70%);
	padding: 5px;
}

@media screen and (min-width:480px){
	.reg-name {
		width: 300px !important;
	}
	.reg-furigana {
		width: 300px !important;
	}
	.reg-tel {
		width: 300px !important;
	}
	.reg-zip_code {
		width: 100px !important;
	}
	.reg-pref {
		width: 150px !important;
	}
	.reg-instructor {
		width: 150px !important;
	}
	.reg-address {
		width: 500px !important;
	}
	.reg-email {
		width: 500px !important;
	}
	.instructor .profile {
		width: 55%;
		float: right;
		padding:10px;
		min-height: 550px;
	}
	.instructor .image {
		width: 40%;
		float: left;
	}
	.sub-menu li .item-label {
		font-size: 0.8rem;
	}
	.logo-link {
		float:left;
	}
	#flexbox{
      display:flex; 
      flex-wrap: wrap;
      width: 100%;
      height:auto;
      padding:10px;
    }
    .box-item{
      width: 50%;
      text-align: center;
      padding:15px 40px;
    }
	.center {
		text-align:center;
	}
	.bnr-corona {
		display:none;
	}
	.youtube {
		height:550px;
	}
	.youtube iframe {
		height: 500px;
	}
}

.reg-submit {
	width: 300px !important;
    display: inline-block !important;
    padding: 0.5em 1em !important;
    text-decoration: none !important;
    background: #668ad8 !important;
    color: #FFF !important;
    border-bottom: solid 4px #627295 !important;
    border-radius: 3px !important;
}
.reg-submit:active {
    -webkit-transform: translateY(4px) !important;
    transform: translateY(4px) !important;
    border-bottom: none !important;
}

.instructor .image {
	text-align: center;
}
.instructor .name {
	font-size: 1.75rem;
    text-align: center;
}
.instructor .profile {
	padding-left: 5px;
}
.clear {
	clear: right;
}

hr {
	background-color: #fff;
	border-top: 2px dashed #bbb;
	margin: 50px 10px;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin: 1.4em 0.1em;
}

.wpcf7-form label {
	font-weight: bold;
}
.wpcf7-form label span {
	font-weight: none;
	font-size: 0.75rem;
	color: #CC0000;
}

table.course tr {
	white-space: nowrap;
}

.row {
    margin-bottom: 0;
}
.third {
    margin-left: 3.1914893617021276%;
    float: left;
    min-height: 1px;
}
.third {
    width: 31.205673758865245%;
}
.third:first-child {
    margin-left: 0;
}
.topbox {
    margin: 0;
    padding: 0;
}
.topbox .widget {
    margin: 0 0 150px;
}
.widget-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0 0 3px;
    border-bottom: 1px solid #ccc;
}
.textwidget, .textwidget p {
    font-size: 16px;
    color: #444;
    line-height: 160%;
    margin: 0;
    padding: 5px 0 0;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-top30 {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .row .third {
        margin-left: 0;
        width: 100%;
    }
    .topbox .widget {
        margin: 0 0 80px;
    }
    .textwidget, .textwidget p {
        font-size: 14px;
    }
	main.main {
		padding: 0;
	}
}
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.row .topbox a {
	color: initial;
    text-decoration: initial;
} 
.center {
	text-align: center;
}
.top-profile .title {
	text-align: center;
	font-size: 1.25rem;
}
.top-profile .name {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
ol li span {
	font-size:1.2rem;
}
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF !important;
  background: #a7d6ff;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}
.header-tel span {
    display: block;
    font-weight: bold;
    font-size: 2.3rem;
    margin: 10px 0 0 0;
}



.footer-bottom-logo .logo-image{
	max-width:none;
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.items .item {
  width: 50%;
	padding:8px;
	background-color: #FBEBEC;
}

p.text {
	padding: 16px !important;
}

.aiovg-videos-template-classic{
	display:none;
}

.box-store {
	display: inline-block;
    padding: 0.1em !important;
    margin: 1em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 5px #ffeaea;
    border: dashed 1px #ffc3c3;
    border-radius: 8px;
	margin: 8px 5px !important;
}
.box-store p {
    margin: 0; 
    padding: 0;
	font-size: 10px;
}
.youtube {
	width:100%;
}
#map-container {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
}
/* .page-contents ul {
	padding: 0 !important;
} */
/* .virus {
	padding: 26px !important;
}
 */

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #ffc6c6; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #ffc6c6; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #ffc6c6; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

h2.h2b {
  color: #ffffff;/*文字色*/
  border: solid 3px #ffc6c6;/*線色*/
  background-color: #ffc6c6;
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  text-align: center;
}

.shopDetail th {
	white-space: nowrap;
}

.a-button.white {
    border-color: hsla(0,0%,100%,.5);
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  color: white;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border2:hover {
  color: #000;
}

.home-menu-button {
	background-color: #00bfff;
}
.home-menu-button a {
	color: #fff !important;
}
.mobile-menu-buttons .menu-button>a {
	font-size : 30px;
	background-color : transparent;
}
.btn_submit input {
	background: #E95295;/* #FAF0F0;*/
	color: white;/*#00142c;*/
}
/* 背景色 */
