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

@font-face {
	font-family: "源柔ゴシックL Normal";
    src:url("font/GenJyuuGothicL-Normal.ttf") format("truetype")
}
body {
	font-family: "源柔ゴシックL Normal";
	font-size: 14px;
	color: #313131;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*** コンテンツ幅 ***/
.container {
	width: 1010px;
	padding-left: 15px;
	padding-right: 15px;
}
.fluid-box {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF6DE;
    padding: 0;
}
.fluid-box-inner {
	margin: 80px auto;
	padding-top: 50px;
    padding-bottom: 45px;
}
@media screen and (max-width: 1010px){
.container {
	width: 100%;
}
}
@media screen and (max-width: 760px){

}
/*** 見出し等デザイン定義 ***/
h2 {
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
.home h2 {
	font-size: 20px;
	color: #604C3F;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}
.home h2 .subttl {
	font-size: 14px;
	color: #A38A77;
	margin-left: 15px;
	font-weight: normal;
}
.home h2 img {
	margin-right: 5px;
}
h2 {
	text-align: center;
	margin-bottom: 1.2em;
	margin-top: 3em;
	font-weight: bold;
}
h2 .under {
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	background: linear-gradient(transparent 50%, #F9C758 50%);
	color: #604C3F;

}
h3 {
	border: none;
	box-shadow: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3:after {
	border: none;
}
h3 img {
    margin-right: 5px;
}
img {
	max-width: initial; /* 初期状態にリセット */
}
@media screen and (max-width: 1024px){
	img {
		max-width: 100%;
	}
}
.infoBtn,
.moreBtn {
	width: 210px;
	padding: 3px 12px 3.5px;
	text-align: center;
	border-radius: 5px;
	transition: .4s;
}
.infoBtn:after,
.moreBtn:after{
	content: '';
    background-image: url(/wp-content/uploads/2019/07/arrow_btn.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 11px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
/*    left: 10px;
    top: 9px;*/
	margin-left: 15px;
	margin-top: 7px;
}
.infoBtn:hover,
.moreBtn:hover {
	opacity: 0.8;
}
.infoBtn {
	background-color: #604C3F;

}
.logo-after a,
.news a {
	color: #fff;
	font-weight: bold;
}

.moreBtn {
	background-color: #fff;
	color: #604C3F;
}
.home .moreBtn {
	display: none !important;
}
a img {
	transition: .4s;
}
a img:hover {
	opacity: 0.7;
}
/*** スライド ***/
.carousel {
	border-bottom: none;
    display: block;
	width: 1030px;
	margin: auto;
	top: -30px;
}
.carousel-inner {
	width: 980px;
	margin: auto;
}
.carousel-control {
	opacity: 1;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
	display: none;
}
.carousel-control .icon-prev {
	background-image: url(/wp-content/uploads/2019/07/arrow_left.png);
	width: 55px;
	height: 55px;
	transition: .4s;
	margin-top: -30px;
	margin-left: -50px;
}
.carousel-control .icon-next {
	background-image: url(/wp-content/uploads/2019/07/arrow_right.png);
	width: 55px;
	height: 54px;
	transition: .4s;
	margin-top: -30px;
	margin-right: -50px;
}
.carousel-control .icon-prev:hover {
	opacity: 0.8;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
@media screen and (max-width: 1050px){
	.carousel {
		width: 100%;
		position: relative;
		top: -50px;
	}
	.carousel-inner {
		width: 95%;
	}
	.carousel-control .icon-prev {
		position: absolute;
		margin-left: -10px;
		left: 10px;
	}
	.carousel-control .icon-next {
		position: absolute;
		margin-right: -10px;
		right: 10px;
	}
}
/*** ヘッダー ***/
.siteHeader {
	background-color: transparent;
	box-shadow: none;
	padding-top: 30px;
	background-image: url(/wp-content/uploads/2019/09/border.png);
	background-repeat: repeat-x;
}
.siteHeadContainer {
	padding-top: 15px !important;
	padding-bottom: 30px !important;

}

.siteHeader h1 {
	font-size: 13px;
}
.navbar-header {
	float: none;
}
.logo-after {
	float: right;
}
@media screen and (min-width: 992px){
	.siteHeader h1 a {
	visibility: hidden;
	display: none;
	}
}
@media screen and (max-width: 991px){

	.navbar-brand img {
		max-height: initial;
		display: inline;
	}
	header .logo-after {
		visibility: hidden;
	display: none;
	}
	.navbar-brand {
		margin-left: 0 !important;
	}
	.navbar-brand a {
		display: block;
	}
}
/*.siteHeadContainer .btn:after {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	margin-left: 15px;
	color: #F9C758;
}*/
@media screen and (max-width: 767px){
	.navbar-brand img {
		width: 140px;
	}
}
/*** グローバルメニュー ***/
.home #gMenu_outer .container {
	padding-bottom: 0;
}
ul.gMenu {
    float: none;
}
ul.gMenu > li > a:hover:after {
	border-bottom: none;
}
/*.globalNavi ul li {
	display: inline-block;
	vertical-align: bottom;
}
.globalNavi ul li img {
	display: inline;
}*/
.gMenu_name {
	font-size: 10px;
	color: #D3755C;
	transition: .4s;
}
.gMenu_name .ttl {
	font-size: 15px;
	font-weight: bold;
}
.gMenu_name:hover {
	opacity: 0.7;
}
ul.gMenu>li {
	width: 13%;
}
.nav>li>a {
    padding: 5px 0;
}
.globalNavi ul li:nth-of-type(4) {
	margin-top: -80px;
	width: 22%;
}
.globalNavi ul li:nth-of-type(4) a {
	background-color: transparent;
}
.globalNavi ul li:nth-of-type(4) a .gMenu_name:hover {
	opacity: 1;
}
.globalNavi ul li:nth-of-type(4) img {
	max-width: 100%;
}

.vk-mobile-nav-menu-btn {
	background-color: #F9C758;
	border: 3px solid #fff;
	    border-radius: 3px;
}
.vk-mobile-nav-menu-btn.menu-open {
	background-color: #F9C758;
	border: 3px solid #fff;
}

/* 新着5件 */
.topInfo_box {
	border-top: 1px solid #A38A77;
	margin-bottom: 30px;
}
.home .wc-shortcodes-row .wc-shortcodes-one-half  {
    padding-bottom: 40px;
    border-bottom: 1px solid #A38A77;
}
.home .wc-shortcodes-row .wc-shortcodes-column-last {
	border-bottom: none;
}
.topInfo_date {
	color: #C8BB9B;
}
.blogttl {

	display: block;
}
.blogttl a {
	color: #313131;
}
.topInfo_inner {
	border-bottom: 1px dashed #604C3F;

}
.topInfo_inner p {
	margin: 8px 0;
}
.fluid-box-inner .wc-shortcodes-one-third .moreBtn {
	margin: 0 auto;
	display: block;
/*	margin-top: -50px;*/
}
/*.fluid-box-inner ul {
	padding-left: 0;
}
.fluid-box-inner li {
	display: inline-block;
	list-style-type: none;
	width: 33.3%;
	text-align: center;
}*/
.news {
	position: absolute;
    right: 0;
}
/* ギャラリー */
.gallery-item {
	width: 31.3% !important;
	text-align: left !important;
	margin-right: 3% !important;
}
.gallery-item:nth-of-type(3n){
	margin-right: 0 !important;
}
.gallery-item dt,
.gallery-item dd {
	padding-left: 0;
}
.gallery-item dt {
	margin-bottom: 3px;
}
.gallery img {
	border: none !important;
	width: 100%;
}
.gallery-caption {
	font-size: 14px !important;
	color: #604C3F !important;

}
.fluid-box .wc-shortcodes-row {
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	.home .fluid-box .wc-shortcodes-row {
		text-align: center;
	}
}
/* CTA */
.cta {
	border: 4px solid #D3755C;
	text-align: center;
	padding: 25px 15px 0 15px;
	margin-bottom: 80px;
}
.cta  ul {
	padding-left: 0;
}
.cta li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	width: 46%;
	border-radius: 5px;
	margin-bottom: 0;
	transition: .4s;
}
.cta li a {
	color: #fff;
	padding: 13.5px 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.cta li:hover {
	opacity: 0.8;
}
.cta li a:before{
	content: '';
    background-image: url(/wp-content/uploads/2019/07/icon04.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
/*    left: 10px;
    top: 9px;*/
	margin-left: -30px;
	margin-top: 3px;

}
.cannanContact {
	background-color: #D3755C;
	margin-right: 1%;
}
.hikarinokoContact {
	background-color: #149AAC;
	margin-left: 1%;
}
.cta li a:after {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/arrow02.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 11px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-left: 15px;
    margin-top: 5px;
}
.cta h2 {
	font-size: 12px;
	color: #D3755C;
	text-align: center;
}
.cta h2 .ttl {
	font-size: 20px;
	font-weight: bold;

}
.ctaTell {
	margin: 0 auto 6px;
	font-size: 22px;
	font-weight: bold;
	
}
.ctaTell a {
	color: #604C3F;
}
.ctaText {
	color: #A38A77;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.cta li {
		width: 100%;
	}
	.cannanContact {
		margin-right: 0;
		margin-bottom: 10px !important;
	}
	.hikarinokoContact {
		margin-left: 0;
	}
}
/*** フッター ***/
footer {
	border-top: none;
	background-color: transparent;
}

footer .container {
	margin: auto;
}
footer .sectionBoxup {
	margin-top: -40px;
	padding-top: 1em;
	padding-bottom: 0;
	color: #fff;
	background-image: url(/wp-content/uploads/2019/09/border02.png);
	background-repeat: no-repeat;
}
footer .sectionBoxup .col-md-4 {
	float: none;
}
.footerName {
	font-size: 15px;
	margin-bottom: 0;

}
footer .copySection {
	padding-top: 0;
	border-top: none;
	background-color: #149AAC;
	color: #fff;
}
/*** 上部へモドルボタン ***/
.page_top_btn {
    right: 2%;
    bottom: 3%;
	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/gototop.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;
}
/*** 下層共通 ***/
.page-header {
	height: 180px;
	text-align: center;
	margin-top: -60px;
	background-color: #F9C758;
	background-color: transparent;
	background-image: url(/wp-content/uploads/2019/07/bg.jpg);
/*	background-image: url(/wp-content/uploads/2019/07/bk02.jpg);*/
	background-repeat: no-repeat;
}
.page-header_pageTitle {
	font-size: 36px !important;
	margin: 0 !important;
	line-height: 3.0 !important;
}
.breadSection {
	display: none;
}
@media screen and (max-width: 991px){
	.page-header_pageTitle {
		line-height: 5.0 !important;
	}
}
@media screen and (max-width: 480px){
	.page-header_pageTitle {
		color: #149AAC;
		font-weight: bold;
	}
}

/*** カナン園について.post-8 ***/
.post-8 .wc-shortcodes-row img {
	width: 100%;
}
.history {
    border-top: 1px solid #A38A77;
}
.history td {
	border-bottom: 1px solid #A38A77;
}

.history td:nth-of-type(1) {
	width: 15% !important;
	font-weight: bold;
	text-align: right;
    padding-right: 2em;
}
.history td:nth-of-type(2) {
	padding-top: 2em;
	padding-bottom: 2em;
}

.post-8 .profile {
	background-color: #FFF6DE;
	padding: 50px;
	margin-top: 60px;
}
.post-8 .profile img {
	padding-right: 30px;
}
.post-8 .profile .wc-shortcodes-row {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding: 15px;
}
.post-8 .profile .wc-shortcodes-row:nth-of-type(1){
	margin-top: 0;
}
.post-8 .profile .wc-shortcodes-row:nth-of-type(3){
	margin-bottom: 0;
}
.post-8 .profile .wc-shortcodes-two-third {
	margin-left: 0;
}
.post-8 .school h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.post-8 .school h3 img {
	width: 28px !important;
}
.post-8 .school .wc-shortcodes-column-last img {
	height: 225px;
    object-fit: cover;
}
.post-8 .school {
	margin-top: 60px;
}
.post-8 .school .wc-shortcodes-row {
	margin-top: 50px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px){
	.history td:nth-of-type(1){
		padding: 0;
		text-align: left;
	}
	.history td:nth-of-type(2){
		padding-right: 0;
	}
	.post-8 .profile {
		padding: 30px;
	}
	.post-8 .profile img {
		padding-right: 0;
	}
}
/*** 年中行事.post-10 ***/
.post-10 .event {
	background-color: #FFF6DE;
	padding: 50px;
}
.monthBox {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 30px;
}
.monthBox .wc-shortcodes-row {
	padding: 30px;
	margin: 0;
/*	height: 400px;*/
}
.monthBox .thumbs {
	padding: 0 30px 15px 30px;
}
/*.monthBox h3 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}
.monthBox h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}*/
.eventMonth {
	position: absolute;
    top: 30px;
    left: -10px;
    width: 300px;

	background: #DA8499;
	background: #a6d3c8;
	padding: 15px 50px;

}
/*.month06 {
	background: #DA8499;
}
.monthBox:nth-of-type(2) {
	background: #eee;
}*/
/********************************************************* ↑仮 ***/
.eventMonth:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 5px 0;
    border-color: transparent #959e9b transparent transparent;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.eventTxt ul {
	margin-top: 100px;
}
.post-10 .mainpic {
	text-align: right;
}
.post-10 .thumbs ul {
	padding-left: 0;
	font-size: 0;
}
.post-10 .thumbs li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	width: 18.8%;
	margin-right: 1.5%;
}
.post-10 .thumbs li:nth-of-type(5n){
	margin-right: 0;
}
.post-10 .thumbs img {
	display: block;
	width: 100%;
	height: 100px !important;
	object-fit: cover;
}
/*.mainpic img {
	width: 100%;
    max-height: 340px;
    object-fit: contain;
}もっと大きく表示したいとき*/
/*.post-10 .mainpic {
    text-align: right;
    vertical-align: bottom;
    position: absolute;
    bottom: -340px;
    right: 0;
}位置*/
@media screen and (max-width: 480px){
	.post-10 .event {
		padding: 30px;
	}
}


/*** 保育の様子.post-12 ***/
.day td:nth-of-type(1) {
	width: 20% !important;
	font-weight: bold;
}
.day .wc-shortcodes-one-half {
	padding: 15px;
}
.post-12 h3 {
	margin-bottom: 5px;
}
.day_am,
.day_pm {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    padding: 20px;
	border: solid 3px #F9C758;
    border-radius: 8px;
}
.day_am table,
.day_pm table {
	border-top: none;
}
.day_am table tr:last-of-type td,
.day_pm table tr:last-of-type td {
	border-bottom: none;
}
.post-12 h3 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;

    background: #FFF;
    color: #604C3F;
    font-weight: bold;
}


.post-12 .week {
	background-color: #FFF6DE;
	padding: 50px;
	margin-top: 60px;
}
.post-12 .wc-shortcodes-one-third {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding: 0 15px 15px 15px;
}
.post-12 .wc-shortcodes-one-third {
/*	margin-left: 2%;
	width: 32%;
	height: 275px;*/
}
h4 {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.post-12 h4 {
/*    background-color: rgba(218, 132, 153, 0.3);*/
  position: relative;
  color: #fff;
  display: inline-block;
 margin: 0;
  text-shadow: 0 0 2px white;
	z-index: 9999;
	font-weight: bold;
}
.post-12 h4:before {
  content: "";
  position: absolute;
  background: #D3755C;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -999;
}
.post-12 .week .wc-shortcodes-row {
	margin-bottom: 50px;
}
.post-12 .week .wc-shortcodes-row p:nth-of-type(1)  {
	margin-bottom: 10px;
}

.post-12 .week .wc-shortcodes-row:nth-of-type(2) .wc-shortcodes-one-third:last-of-type {
	background-color: transparent;
	box-shadow: none;
}
.post-12 .week .wc-shortcodes-row:nth-of-type(2) .wc-shortcodes-one-third:last-of-type img {
	width: 28px;
}
.post-12 .week .wc-shortcodes-row:nth-of-type(2) .wc-shortcodes-one-third:last-of-type p {
	margin-left: 0 !important;
}
.post-12 .week .wc-shortcodes-row img {
	width: 100%;
	margin-top: -15px;
}
.post-12 .week .wc-shortcodes-row p:last-of-type {
	margin-left: 25px;
}
.bento {
	
}
.bento:before,
.post-12 .week .wc-shortcodes-row:nth-of-type(1) .wc-shortcodes-one-third:last-of-type .lunch:before {
	content: '';
    background-image: url(/wp-content/uploads/2019/07/icon09.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
/*    left: 10px;
    top: 9px;*/
	margin-left: -25px;
	margin-top: 3px;
}
.alllunch {
	background: linear-gradient(transparent 50%, #F9C758 50%);
}
@media screen and (max-width: 480px){
	.post-12 .week {
		padding: 30px;
	}
	.post-12 .week .wc-shortcodes-row {
		margin-bottom: 0;
	}
	.post-12 .wc-shortcodes-one-third {
		margin-bottom: 30px;
	}
	.post-12 .week .wc-shortcodes-row:nth-of-type(2){
		margin-top: 0;
	}
}
/*** 乗馬教室.post-15 ***/
.post-15 img {
	width: 100%;
}
.post-15 .wc-shortcodes-item {
	margin-top: 3.5em;
    margin-bottom: 3.5em;
}
/*** 光の子クラブ.post-17 ***/
.post-17 img {
	width: 100%;
	height: 225px;
	object-fit: cover;
}
.post-17 h3 {
	font-size: 16px;
	position: relative;
    padding: 1em;
    margin: 2em 0 1.5em 0;
    background: #149AAC;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.post-17 h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #149AAC;
    width: 0;
    height: 0;
}
.post-17 .wc-shortcodes-column-last h3 {
	line-height: 3.4;
}
@media screen and (max-width: 480px){
	.post-17 .wc-shortcodes-one-third {
		margin-bottom: 70px;
	}
}
/*** 募集要項.post-251 ***/
.expense td:nth-of-type(1){
	background-color: #d3755c;
	color: #fff;
	width: 30% !important;
}
.expense tbody tr td {
	border: 1px solid #e5e5e5;
}
.post-251 h3 {
	font-size: 18px;
}
/*** お問い合わせ.post-19 ***/
.post-19 .tel {
	margin: 0 auto 6px;
	font-size: 22px;
	text-align: center;
	
}
.post-19 .tel a {
	color: #604C3F;
	font-weight: bold;
}
.page-id-19 .siteContent_after {
	display: none;
}
.wpcf7 {
	margin-bottom: 100px !important;
}

.required-contactform7 {
    font-size: 11px;
    background-color: #C30D23;
    color: #fff;
    display: inline-block;
    padding: 1px 3px 0 3px;
    border-radius: 2px;
    margin-left: 5px;
}
.required-contactform {
	color: #C30D23;
}
.wpcf7-submit {
	display: block;
	margin: auto;
	width: 210px;
	
	text-align: center;
	border-radius: 5px;
	border: none;
	transition: .4s;
	background-color: #604C3F;
	font-weight: bold;
}
@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;
	}
	
}
/*** 投稿ページ ***/
.fa_v5_css .entry-meta_items.published::before {
	color: #149AAC;
}
.entry-meta_items_term {
	display: none;
}
.post-type-post .pager {
	display: none;
}

/*-----園舎紹介----------------*/


#post-369 img {
	width: 100%;
	height: 225px;
	object-fit: cover;
}
#post-369 h3 {
	font-size: 16px;
	position: relative;
    padding: 1em;
    margin: 2em 0 1.5em 0;
    background: #149AAC;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
#post-369 h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #149AAC;
    width: 0;
    height: 0;
}
#post-369 .wc-shortcodes-column-last h3 {
	line-height: 3.4;
}
@media screen and (max-width: 480px){
	#post-369 .wc-shortcodes-one-third {
		margin-bottom: 70px;
	}
}

/*-------グローバルナビ　修正--------------------*/
.gMenu_name .ttl{
	font-size: 14px;
}

/*---------フッターコンタクトボタン------------------------*/

.cta li a{
	font-size: 14px;
}

/*------20221014--料金表table----------*/

table.table th{
	  background-color: #d3755c;
    color: #fff;
}
p.strong{
	font-weight:bold;
}
.price_imgs img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

@media screen and (max-width:768px){
	.page-header .container,.page-header .row,.page-header .col-md-12{
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
	.page-header .col-md-12 h1{
	line-height:1.2 !important;
}
}


/*--------スマホcss--------------------------*/

.sp-header-catch{
	display: block;
	background: rgba(211, 117, 92,.2);
	padding: 15px;
	margin-top: 15px;

}
.sp-header-catch ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.sp-header-catch li::before{
	content:"\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #D3755C;
	margin-right: 0.4em;

	
}
.sp-header-catch li:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:991px){
	.vk-mobile-nav-menu-btn{
		right:5px;
		left:auto;
	}
	h1 a img{
		display: none !important;
	
	
	}
	
	h1 a::before{
		content:"\f015";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		color: #000;
		width:34px;
		height: 34px;
		background-color: #F9C758;
		border: 3px solid #fff;
		border-radius: 3px;
		font-size:18px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
	   top: 5px;
		left: 5px;
	
	}
	.admin-bar h1 a::before {
		top: 51px;
	}
	.navbar-brand{
		padding:0;
	}
	.carousel{
		top:0;
	}
	
	.sp-btns{
		display: flex;
		margin-top: 15px;
		
	
	}
	.sp-btns a{
		width:calc(100% - 15px);
		flex:1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	
	}
	.sp-btns a:nth-child(1){
		background: #337ab7;
		margin-right: 15px;
	}
	.sp-btns a:nth-child(1)::before{
		content:"\f017";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		color: #fff;
		padding-right: 1em;
	}
	.sp-btns a:nth-child(2){
		background: #d3755c;
	}
	.sp-btns a:nth-child(2)::before{
		content:"\f0e0";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		color: #fff;
		padding-right: 1em;
	}
	.sp-btns a:hover{
		text-decoration: none;
		opacity: 0.8;
	}
	.page-header{
		margin-top: 0;
	}
	}
	@media screen and (min-width:992px) {
		.sp-btns{
			display: none !important;
		}
		body.device-mobile .vk-mobile-nav-menu-btn{
			display: none !important;
		}
	}
	
	.course h4{
		background: #d3755c;
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
		border-radius: 10px;

	}
	.course dl{
		display: flex;
		margin-bottom: 0px;
    margin-top: 0px;
		align-items: center;
	}
	.course dt{
		background:#eda590;
		width: 140px;
		border: none;
		padding: 10px;
		color: #fff;
		flex:0 0 140px;
	}
	.course dd{
		padding-left: 10px;
		border: none;
	}