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

/************************************
** 子テーマ用のスタイルを書く
************************************/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
img {
  vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
  opacity: .7;
}
.w-100 {
	width: 100%;
}
html .body .has-orange-color {
  color: #eb6700;
}
.is-style-blank-box-orange {
  border-color: #eb6700;
}
.content-in {
	flex-wrap: unset;
}
html .body .has-orange-background-color {
  background-color: #eb6700;
}
html .body .has-grey-background-color {
  background-color: #f0f0f0;
}
.alignfull {
  width:100vw;
  margin-left: calc(50% - 50vw);
}
#main p {
  margin-bottom: 1em;
}
.marker-under {
  background: linear-gradient(transparent 60%, #fffc0c 60%);
}
.wrap {
  width: 100%;
}
.header-top {
  border-bottom: solid 1px #ddd;
  width:100vw;
  margin-left: calc(50% - 50vw);
  font-size: .7em;
  text-align: right;
  padding: 4px 120px 4px 0;
}
.header-inner {
  width:100vw;
  display: flex;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
  border-bottom: solid 1px #ddd;
}
.header-inner .header-left,
.header-inner .header-right {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.header-inner .header-left .logo {
  margin-right: 20px;
}
.header-inner .header-left .logo img {
  height: 100px;
  width: auto;
}
.header-inner .header-right .btn-reserve a {
  background: #eb6700;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
  margin-left: 20px;
}
.header-inner .header-right .tel .no {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1;
	display: flex;
	align-items: center;
}
.header-inner .header-right .tel .no .yoyaku{
    color: #eb6700;
    font-size: 15px;
    border: solid 2px;
    padding: 2px;
    margin: 0 2px 0 0;
}
.header-inner .header-right .tel .no a {
  color: #333;
  text-decoration: none;
}
.header-inner .header-right .tel .no .color{
  color: #eb6700;
  font-size: .7em;
  padding-right: 5px;
}
.header-inner .header-right .tel dl {
  font-size: .9em;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  width: 280px;
}
.header-inner .header-right .tel dl dt {
	width: 80px;
}
.header-inner .header-right .tel dl dd {
  width: 190px;
}
.header-inner .header-right .tel .attention {
  font-size: .9em;
  font-weight: normal;
  opacity: .7;
}
.nav-container {
  border-bottom: solid 1px #ddd;
  width:100vw;
  margin-left: calc(50% - 50vw);
  padding: 10px 0;
}
.nav-container ul{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nav-container ul li {
  padding: 0 20px;
}
.nav-container ul li a{
  color: #777;
  font-weight: bold;
  text-decoration: none;
}
.hero {
  width:100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 60px;
}
.ttl-en {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #eb6700;
  letter-spacing: 1px;
}
.news-list {
  list-style: none;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border: 1px solid transparent;
}
.news-list li {
  width: 33.3%;
  padding: 0 29px;
  margin: 0 0 30px;
}
.news-list li .thumbnail {
  margin-bottom: 10px;
}
.news-list li .thumbnail img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}
.news-list li .date {
  font-size: .8em;
  font-family: 'Roboto', sans-serif;
  color: #777;
}
.news-list a {
  color: #333;
  line-height: 1.6;
  text-decoration: none;
}
.news-more a {
  color: #333;
  background: url(img/arrow1.png) no-repeat;
  background-size: 15px;
  background-position: left center;
  min-height: 15px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-left: 18px;
}
.bg-head div:first-child {
	padding:10px 0 10px 20px;
}
.bg-head p {
	line-height: 1.4;
}
.full-bg-head span {
	display: inline-block;
}
.googlemap {
	height: 320px;
}
.wpcf7 table th {
	text-align:left;
	padding: 10px;
}
.wpcf7 table th span {
	color: #d04b46;
	font-size: .8em;
	margin-left: 1em;
}
.wpcf7 table td {
	padding: 10px;
	background: #fff;
}
.wpcf7 .privacy-container {
	background: #eee;
	max-width: 700px;
	margin: 0 auto 20px;
	font-size: .8em;
	padding: 20px;
	height: 160px;
	overflow: scroll;
}
.wpcf7 .privacy-container a {
	color: #000;
}
.wpcf7 input[type="submit"] {
    width: 370px;
    max-width: 80%;
    margin: 20px auto;
    background: #000;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    border-radius: 50px;
    font-size: 1.1em;
    border: none;
    box-shadow: none;
    outline: none;
}
.wpcf7 .form-recaptcha{
    font-size: .8em;
    color: #aaa;
}
.wpcf7 .form-recaptcha a {
	color: #aaa;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}
.page_top_btn {
	border-radius: 50%;
	width: 50px;
	height: 48px;
}
footer .header-inner {
	margin-left: 0;
}
footer .header-top {
	padding-right: 0;
}
.sp-fixed {
	position: fixed;
	width: 100%;
	z-index: 0;
	left: 0;
	bottom: 0;
	display: flex;
}
.sp-fixed>div {
	text-align: center;
	width: 50%;
}
.sp-fixed>div a {
	display: block;
	background: #eb6700;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 0;
	line-height: 1.2;
	height: 62px;
}
.sp-fixed>div a small {
	display: block;
}
.sp-fixed>div:last-child a {
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
#go-to-top, #header-container {
	display: none;
}
.article h1.entry-title {
	line-height: 1.5;
	padding: 0;
}
.sidebar h2, .sidebar h3 {
	background: #eb6700;
	color: #fff;
}
.scrolled .nav-container {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.home-news-intro {
    border: solid 2px #eb6700;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: -40px;
}
table.price th {
	width: 40%;
}
table.price tr:nth-of-type(2n+1) {
	background: #fff;
}
table.price th,
table.price td{
	padding: 6px 20px;
}

.offer_img {
	margin-bottom: 0!important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 481px){
	.rmp_menu_trigger{
		display: none!important;
	}
}


@media screen and (min-width: 835px){
  .pcnon {
    display: none!important;
  }
}


/*1199px以下*/
@media screen and (max-width: 1199px){
	.header-inner .header-left .text {
		display: none;
	}
	.mobile-menu-buttons {
		display: none;
	}
	.nav-container .container {
		max-width: 100%;
	}
	.nav-container ul li {
		font-size: .85em;
    white-space: pre;
    padding: 0 10px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  .spnon {
    display: none!important;
  }
	.news-list li .thumbnail img {
		height: 140px;
	}
	footer {
		padding-bottom: 80px;
	}
	footer .header-inner {
		border-bottom: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.header-top,
	.nav-container {
		display: none!important;
	}
	.header-right .tel {
		display: none;
	}
	.rmp-menu-additional-content .header-right .tel {
		display: block;
	}
	.rmp-menu-additional-content .header-inner {
    	width: unset;
    	display: block;
    	margin-left: 0;
    	border-bottom: none;
	}
	.rmp-menu-additional-content .header-inner .header-right {
		width: 100%;
	}
	.rmp-menu-additional-content .header-inner .header-right .tel .no {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.rmp-menu-additional-content .header-inner .header-right .tel dl {
		width: 100%;
		font-weight: normal;
		font-size: 1em;
		justify-content: space-between;
	}
	.rmp-menu-additional-content .header-inner .header-right .tel .no a {
		color: #eb6700;
	}
	.rmp-menu-additional-content .header-inner .header-right .tel .no .yoyaku {
		padding: 5px;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
	.rmp-menu-additional-content .header-inner .header-right .tel dl dd {
		width: calc(100% - 80px);
	}
	.header-inner .header-left .logo {
		margin-right: 0;
	}
	.header-inner .header-left .logo img {
		height: 60px;
	}
	.header-inner .header-left .logo {
		display: block;
		width: 100%;
		background: #000;
	}
	.header-inner .header-right .btn-reserve a {
		height: 60px;
		font-size: 1em;
		margin: 0;
		width: 100%;
	}
	.header-inner .header-left, .header-inner .header-right {
		width: 50%;
	}
	.header-right .btn-reserve {
		width: calc(100% - 60px);
	}
	.news-list li {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
	}
	.news-list li .thumbnail img {
    height: 212px;
	}
	.news-list {
		margin: 20px 0 0;
		padding: 0;
	}
	.fz-44px { font-size: 33px;}
	.fz-36px { font-size: 24px;}
	.fz-32px { font-size: 20px;}
	.fz-22px { font-size: 18px;}

	#main .vk_block-margin-lg--margin-bottom {margin-bottom: 2rem!important;}

	.bg-head div:first-child {
		flex-basis: 15%!important;
		padding: 5px 0 5px 5px;
	}
	.googlemap {
		height: 200px;
	}
	.voice {
		padding-top: 10px!important;
    	padding-right: 10px!important;
    	padding-bottom:10px!important;
    	padding-left: 10px!important;
	}

element.style {
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    bottom: 0;
    color: #000;
    font-size: 14px;
    left: 0;
    margin-bottom: 0;
    max-height: unset;
    overflow: auto;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    position: relative;
    text-align: left;
	}
	.sp-center {
		text-align: center;
	}
	.sp-center img{
		margin: 0 auto;
	}
	footer .header-inner {
		justify-content: center;
	}
	footer .header-inner .header-right {
		display: none;
	}
	.page_top_btn {
		bottom: 8%;
	}
	.home-news-container {
		padding: 16px;
	}

}

.grecaptcha-badge { visibility: hidden; }


.home_access_gallery_wrap figure.wp-block-image figcaption{
    position: inherit!important;
    background: none!important;
    color: #333333!important;
    padding-top: 10px!important;
    font-weight: 500!important;
}
.home_training_box_wrap .main_title {
    padding: 15px;
    color: #333333;
    background: #fff4ec;
    border-bottom: solid 3px #eb6700;
    font-weight: 500;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.home_training_box_wrap .home_training_box figure{
    margin-bottom: 10px;
}
.home_training_box_wrap .home_training_box .s_title {
    font-weight: 500;
    margin-bottom: 10px!important;
    padding: 5px 0 5px 30px;
    position: relative;
    display: flex;
    border-bottom: solid 1px #cccccc;
}
.home_training_box_wrap .home_training_box .s_title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    font-size: 0.9em;
    left: 0.25em;
    top: 0.5em;
    color: #ff6a6a;
}
.home_training_box_wrap .home_training_box .text{
    font-size: 14px;
}
.home_training_box_wrap .mid_title_wrap{
    text-align: center;
    margin-top: 20px!important;
}
.home_training_box_wrap .mid_title {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    font-size: 1.4em;
    font-weight: normal;
    color: #eb6700;
}
.home_training_box_wrap .mid_title:before, .home_training_box_wrap .mid_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #eb6700;
}
.home_training_box_wrap .mid_title:before {
  left:0;
}
.home_training_box_wrap .mid_title:after {
  right: 0;
}
.home_training_box_wrap .listbox {
    background: #fff7f0;
    padding: 20px 20px 20px 60px;
    border-bottom: solid 3px #eb6700;
}
#about_price {
padding-top: 80px;
margin-top: -80px;
}
#trainer_info,#signal {
	height: 1px;
display: block;
padding-top: 80px;
margin-top: -80px;
}
.header-top a{
	color:#333;
}
.header-top a:hover{
	opacity:0.8;
}
#contact_form{
	padding-top:100px;
	margin-top:-100px;
}
.sp_tel_info a {
    color: #ffffff;
    margin-top: 10px;
    display: block;
}