@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.title_wrap {
		text-align: center;
	}
	.text_wrap {
		text-align: center;
	}

	.section_title_text1 {
		font-size: 2.5em;
		color: #34A030;
		text-align: center;
		line-height: 1.2em;
		position: relative;
		display: inline-block;
	}
	.section_title_text1.kazari {
		display: inline-block;
		position: relative;
	}
	.section_title_text1.kazari::before {
		content: "";
		width: 30px;
		height: 35px;
		background: url(../img/nikukyu-g.png) center / 100% no-repeat;
		position: absolute;
		right: -35px;
		top: 50%;
		transform: translateY(-50%);

	}
	.section_title_text1 span{
		font-size: 0.35em;
	}
	.section_title_text1 .menu_sm_text{
		font-size: 1em;
	}

	.section_title_text2 {
		font-size: 2em;
		color: #34A030;
		text-align: center;
		margin-bottom: 20px;
	}

	/* ボタン */
	.more_btn {
		text-align: center;
	}
	.more_btn.btn_left {
		text-align: left;
	}
	.more_btn a{
		width: 260px;
		display: inline-block;
		text-align: center;
		padding: 15px 5px;
		position: relative;
		background-color: #F79B06;
		color: #fff;
		font-weight: bold;
		letter-spacing: 1.2px;
		border-radius: 35px;
	}
	.more_btn a::before{
		content: "";
		width: 30px;
		height: 35px;
		background: url(../img/nikukyu2.png) center / 100% no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	/* 緑ボタン */
	.more_btn_g {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.more_btn_g a{
		width: 260px;
		display: inline-block;
		text-align: center;
		padding: 15px 5px;
		position: relative;
		background-color: #34A030;
		color: #fff;
		font-weight: bold;
		letter-spacing: 1.2px;
		border-radius: 35px;
	}
	.more_btn_g a::before{
		content: "";
		width: 30px;
		height: 35px;
		background: url(../img/nikukyu2.png) center / 100% no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.more_btn_g img {
		height: auto;
		width: 80px;
		margin-left: 25px;
	}

	/* 緑の肉球背景 */
	.nikukyu_bc {
		background: url(../img/nikukyu-bc.png) center / 100% repeat;
	}

	/* 2カラムマージン */
	.column2_m {
		margin-right: 70px;
	}
	.column2_m2 {
		margin-left: 70px;
	}

	/* 縦のマージン */
	.mt_b_130 {
		margin-bottom: 100px;
	}

	.wrap_1200 > div {
		max-width: 1200px !important;
		width: 100%;
	}

	.section_h3 h3 {
		text-align: center;
		font-size: 1.5em;
		line-height: 1.3em;
		padding-bottom: 15px;
		border-bottom: #34A030 1px solid;
		margin-bottom: 15px;
	}

	.color_img img{
		border-radius: 20px;
		position: relative;
		z-index: 10;
		display: inline-block;
	}
	.color_img.color_blue::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #C5D3FA;
		border-radius: 20px;
		z-index: 9;
		top: 15px;
		left: 15px;
	}
	.color_img.color_green::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #92E28F;
		border-radius: 20px;
		z-index: 9;
		top: 15px;
		left: 15px;
	}
	.color_img.color_yellow::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #FCE277;
		border-radius: 20px;
		z-index: 9;
		top: 15px;
		left: 15px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}

	.title_wrap {
		text-align: center;
	}

	.text_wrap {
		text-align: center;
	}

	.section_title_text1 {
		font-size: 6.5vw;
		color: #34A030;
		text-align: center;
		line-height: 1.3em;
	}
	.section_title_text1.en {
		line-height: 0.8em;
	}
	.section_title_text1 span{
		font-size: 4.27vw;
	}
	.section_title_text1 .menu_sm_text{
		font-size: 5vw;
	}
	.section_title_text1.kazari {
		display: inline-block;
		position: relative;
	}
	.section_title_text2 {
		font-size: 5.33vw;
		color: #34A030;
		text-align: right;
		margin-bottom: 30px;
	}

	.section_h3 h3 {
		text-align: center;
		font-size: 5.33vw;
		line-height: 1.3em;
		padding-bottom: 5px;
		border-bottom: #34A030 1px solid;
		margin-bottom: 10px;
	}

	/* ボタン */
	.more_btn {
		text-align: center;
	}
	
	.more_btn a{
		width: 260px;
		display: inline-block;
		text-align: center;
		padding: 15px 5px;
		position: relative;
		background-color: #F79B06;
		color: #fff;
		font-weight: bold;
		letter-spacing: 1.2px;
		border-radius: 35px;
	}
	.more_btn a::before{
		content: "";
		width: 30px;
		height: 35px;
		background: url(../img/nikukyu2.png) center / 100% no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	/* 緑ボタン */
	.more_btn_g {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		flex-direction: column;
	}
	.more_btn_g a{
		width: 260px;
		display: inline-block;
		text-align: center;
		padding: 15px 5px;
		position: relative;
		background-color: #34A030;
		color: #fff;
		font-weight: bold;
		letter-spacing: 1.2px;
		border-radius: 35px;
	}
	.more_btn_g a::before{
		content: "";
		width: 30px;
		height: 35px;
		background: url(../img/nikukyu2.png) center / 100% no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.more_btn_g img {
		height: auto;
		width: 80px;
		margin-top: 25px;
	}

	/* 緑の肉球背景 */
	.nikukyu_bc {
		background: url(../img/nikukyu-bc.png) center / 100% repeat;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* 2カラムマージン */
	.column2_m {
		margin-top: 30px;
	}

	/* 縦のマージン */
	.mt_b_130 {
		margin-bottom: 40px;
	}

	.color_img img{
		border-radius: 20px;
		position: relative;
		z-index: 10;
		display: inline-block;
	}
	.color_img.color_blue::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #C5D3FA;
		border-radius: 20px;
		z-index: 9;
		top: 10px;
		left: 10px;
	}
	.color_img.color_green::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #92E28F;
		border-radius: 20px;
		z-index: 9;
		top: 10px;
		left: 10px;
	}
	.color_img.color_yellow::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #FCE277;
		border-radius: 20px;
		z-index: 9;
		top: 10px;
		left: 10px;
	}
	.sp_m {
		margin-bottom: 30px;
		margin-top: 0;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		height: 350px;
		margin-top: 75px;
	}
	.main_cate_in {
		position: relative;
		height: 100%;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 3em;
		position: absolute;
		top: 50%;
 		right: 10%; 
/* 		transform: translateY(-50%); */
		text-shadow: #000 1px 0 4px;
		color: #fff;
		font-weight: 700;
	}
	

	/* 下層画像 */
	.page-guide .main_cate
	{
		background: url(../img/guide_pc2.png) center / cover no-repeat;
	}
	.page-nursery .main_cate {
		background: url(../img/nursery_pc2.png) center / cover no-repeat;
	}
	.page-lesson .main_cate {
		background: url(../img/lesson_pc.png) center / cover no-repeat;
	}
	.page-training .main_cate {
		background: url(../img/training_pc.png) center / cover no-repeat;
	}
	.page-agility .main_cate {
		background: url(../img/agility_pc.png) center / cover no-repeat;
	}
	.page-seminar .main_cate {
		background: url(../img/seminar_pc.png) center / cover no-repeat;
	}
	.page-bodycare .main_cate {
		background: url(../img/bodycare_pc.png) center / cover no-repeat;
	}
	.page-faq .main_cate {
		background: url(../img/faq_pc2.png) center / cover no-repeat;
	}
	.page-contact .main_cate {
		background: url(../img/contact_pc2.png) center / cover no-repeat;
	}
	.page-blog .main_cate {
		background: url(../img/blog_pc.png) center / cover no-repeat;
	}
	.main_cate {
		background: url(../img/blog_pc.png) center / cover no-repeat;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		height: 40vh;
		margin-top: 12.8vw;
	}
	.main_cate_in {
		position: relative;
		height: 100%;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		font-size: 5vw;
		position: absolute;
		top: 50%;
		left: 0%;
		width: 10%;
		border-radius: 0 5px 5px 0;
		transform: translateY(-50%);
		background-color: #fff;
	}
	
	.main_cate_in span{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		padding-top: 15px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 5px;
		color: #34A030;
		font-weight: 700;
	}

		/* 下層画像 */
		.page-guide .main_cate
		{
			background: url(../img/guide_sp2.png) center / cover no-repeat;
		}
		.page-nursery .main_cate {
			background: url(../img/nursery_sp2.png) center / cover no-repeat;
		}
		.page-lesson .main_cate {
			background: url(../img/lesson_sp.png) center / cover no-repeat;
		}
		.page-training .main_cate {
			background: url(../img/training_sp.png) center / cover no-repeat;
		}
		.page-agility .main_cate {
			background: url(../img/agility_sp.png) center / cover no-repeat;
		}
		.page-seminar .main_cate {
			background: url(../img/seminar_sp.png) center / cover no-repeat;
		}
		.page-bodycare .main_cate {
			background: url(../img/bodycare_sp.png) center / cover no-repeat;
		}
		.page-faq .main_cate {
			background: url(../img/faq_sp2.png) center / cover no-repeat;
		}
		.page-contact .main_cate {
			background: url(../img/contact_sp2.png) center / cover no-repeat;
		}
		.page-blog .main_cate {
			background: url(../img/blog_sp.png) center / cover no-repeat;
		}
		.main_cate {
			background: url(../img/blog_sp.png) center / cover no-repeat;
		}
}











/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}


	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.sp_mt {
		margin-top: 6vw;
	}

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
		
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	カラーボックス

================================================================================ */

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





/* ================================================================================

	初めての方へ ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-guide .outer_wrap {
		padding: 0 0px;
	}
	.worries,
	.flow {
		background-color: #FFFAEB;
	}
	.worries_list li{
		font-size: 1.125em;
		font-weight: 700;
		margin-bottom: 10px;
		padding-left: 20px;
		position: relative;
	}
	.worries_list li:last-child {
		margin-bottom: 0;
	}
	.worries_list li::before{
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background: url(../img/check.png) center / 100% no-repeat;
	}
	.worries_img img{
		width: 800px;
		height: auto;
		margin-top: 40px;
	}
	.section_h3.flow_1 h3,
	.section_h3.flow_2 h3,
	.section_h3.flow_3 h3 {
		text-align: left;
		padding-left: 48px;
		position: relative;
	}
	.section_h3.flow_1 h3::before,
	.section_h3.flow_2 h3::before,
	.section_h3.flow_3 h3::before {
		content: "1";
		font-size: 1.25em;
		width: 40px;
		height: 37px;
		padding: 7px;
		text-align: center;
		background-color: #34A030;
		color: #fff;
		font-family: 'Josefin Sans', sans-serif;
		position: absolute;
		left: 0;
		bottom:15px;
		line-height: 1em;
	}
	.section_h3.flow_2 h3::before {
		content: "2";
	}
	.section_h3.flow_3 h3::before {
		content: "3";
	}

	.staff_title {
		background-color: #34A030;
		padding: 0px 15px;
		color: #fff;
		font-weight: 600;
		border-radius: 3px;
	}
	.staff_item {
		width: 33%;
	}
	.top_other {
		padding: 0px 20px 70px;
	}
	.top_other > div {
		max-width: 1200px !important;
		width: 100%;
	}
	.other_btn > div {
		max-width: 1200px !important;
		width: 100%;
	}
	.contact_content {
		background: url(../img/waku.png) center / 100% 100% no-repeat;
		padding: 70px 8%;
		position: relative;
	}
	.contact_content::before {
		content: "";
		width: 3px;
		height: 85%;
		background-color: #FDECB3;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.contact_content_tel {
		text-align: center;
	}
	.contact_content_num {
		line-height: 1.2;
		position: relative;
		color: #2E2E2E;
		margin-left: 60px;
		font-size: 2.5em;
		border-bottom: 1.5px solid #2E2E2E;
	}
	.contact_content_num::before {
		content: "";
		width: 50px;
		height: 50px;
		background: url(../img/tel-icon-b.png) center / 100% no-repeat;
		position: absolute;
		left: -60px;
		bottom: 0;
	}

	.contact_title {
		text-align: center;
	}
	.contact_title_sub {
		font-weight: 600;
		padding: 5px 40px;
		background-color: #fff;
		border-radius: 15px;
		margin-bottom: 0px !important;
	}
	.contact_title h2 {
		font-size: 2.813em;
		margin-bottom: 10px;
		position: relative;
		display: inline-block;
		margin-top: 0 !important;
		z-index: 1;
	}
	.contact_title h2::before {
		content: "";
		width: 100%;
		height: 10px;
		background-color: #F8F59E;
		position: absolute;
		left: 50%;
		bottom: 15px;
		transform: translateX(-50%);
		z-index: -1;
	}
	.contact_title span {
		color: #34A030;
	}
	.contact_content_text {
		font-weight: 600;
		margin-bottom: 40px !important;
	}
	.contact_content_text2 {
		font-weight: 600;
		margin-bottom: 20px !important;
	}

	.line_tyui {
		font-size: 0.875em;
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.page-guide .outer_wrap {
		padding: 0 0px;
	}
	.page-guide .inner_wrap {
		padding: 0 0px;
	}
	.worries,
	.flow {
		background-color: #FFFAEB;
		padding-left: 20px;
		padding-right: 20px;
	}
	.worries_list li{
		font-size: 1.125em;
		font-weight: 700;
		margin-bottom: 10px;
		padding-left: 20px;
		position: relative;
	}
	.worries_list li::before{
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background: url(../img/check.png) center / 100% no-repeat;
	}
	.worries_list li:last-child {
		margin-bottom: 0;
	}
	.worries_list2 {
		margin-top: 10px;
	}
	.worries_img img{
		width: 800px;
		height: auto;
		margin-top: 40px;
	}
	.section_h3.flow_1 h3,
	.section_h3.flow_2 h3,
	.section_h3.flow_3 h3 {
		text-align: left;
		padding-left: 48px;
		position: relative;
	}

	.section_h3.flow_1 h3::before,
	.section_h3.flow_2 h3::before,
	.section_h3.flow_3 h3::before {
		content: "1";
		font-size: 1.25em;
		width: 40px;
		height: 37px;
		padding: 10px;
		text-align: center;
		background-color: #34A030;
		color: #fff;
		font-family: 'Josefin Sans', sans-serif;
		position: absolute;
		left: 0;
		bottom: 0;
		line-height: 1em;
	}
	.section_h3.flow_2 h3::before {
		content: "2";
	}
	.section_h3.flow_3 h3::before {
		content: "3";
	}
	.section_title_text1.long_title {
		font-size: 6vw;
	}

	/* 事例 */
	.example.p_top_long {
		padding: 10px 20px 0;
	}

	.staff_title {
		background-color: #34A030;
		padding: 0px 15px;
		color: #fff;
		font-weight: 600;
		border-radius: 3px;
	}
	.staff_item {
		width: 33%;
	}

	.top_other {
		padding: 0px 10px 40px;
	}
	.contact_content {
		background: url(../img/waku-bc2.png) center / 100% 100% no-repeat;
		padding: 40px 30px;
		position: relative;
	}

	.contact_content_tel {
		text-align: center;
	}
	.contact_content_num {
		line-height: 1.2;
		position: relative;
		color: #2E2E2E;
		margin-left: 40px;
		font-size: 8.4vw;
		border-bottom: 1.5px solid #2E2E2E;
	}
	.contact_content_num::before {
		content: "";
		width: 40px;
		height: 40px;
		background: url(../img/tel-icon-b.png) center / 100% no-repeat;
		position: absolute;
		left: -40px;
		bottom: 0;
	}

	.contact_title {
		text-align: center;
	}
	.contact_title_sub {
		font-weight: 600;
		padding: 5px;
		background-color: #fff;
		border-radius: 15px;
		margin-bottom: 0px !important;
	}
	.contact_title h2 {
		font-size: 7.4vw;
		margin-bottom: 10px;
		position: relative;
		display: inline-block;
		margin-top: 0 !important;
		z-index: 1;
	}
	.contact_title h2::before {
		content: "";
		width: 100%;
		height: 10px;
		background-color: #F8F59E;
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		z-index: -1;
	}
	.contact_title span {
		color: #34A030;
	}
	.contact_content_text {
		font-weight: 600;
		margin-bottom: 30px !important;
	}
	.contact_content_text2 {
		font-weight: 600;
		margin-bottom: 20px !important;
	}

	.line_tyui {
		font-size: 0.875em;
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
	}
	.mail_section {
		margin-bottom: 40px;
	}
}





/* ================================================================================

	保育園ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* 利用可能なメニュー */
	.nursery_menu_content {
		padding: 20px;
		border: 3px solid #34A030;
		border-radius: 10px;
	}
	/* 保育概要 */
	.nursery_overview {
		background-color: #FFFAEB;
	}
	/* 営業時間と料金 */
	.time_price {
		text-align: center;
	}
	.special_price {
		font-size: 1.875em;
		font-weight: 900;
		display: inline-block;
		position: relative;
		color: #f45050;
		z-index: 1;
	}
	.special_price::before {
		content: "";
		width: 100%;
		height: 15px;
		background-color: #F8F59E;
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		z-index: -1;
	}
	.sns_icons {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sns_icons li {
		width: 120px;
		height: 60px;
	}
	.sns_icons li:not(:last-child) {
		margin-right: 20px;
	}
	.sns_icons li img{
		height: 100%;
		width: auto;
	}
	.sns_icons li .youtube_icon {
		height: 100%;
		width: auto;
	}
	.sns_icons li:last-child {
		margin-right: 0px;
	}
	/* クレジットカード */
	.card_img {
		margin: 0 calc(50% - 50vw);
  		width: 100vw !important;
		margin-top: 40px;
	}
	.card_img img {
		height: auto;
		width: 100%;
	}
	/* 料金表 */

	.price_table {
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		border-spacing: 0;
	   }
	   .price_table th {
		padding: 10px;
		border: solid 1px #408d59;
		width: 200px;
		background-color: #fff;
		vertical-align: middle;
	   }
	   .price_table tr:first-child th{
		border-right: solid 1px #ffffff;
	   }
	   .price_table td {
		padding: 10px;
		border: solid 1px #408d59;
		background-color: #fff;
		vertical-align: middle;
	   }
	   .price_table .first_price td,
	   .price_table .first_price th {
		background-color: #34A030;
		color: #fff;
		font-weight: 700;
	   }
	   .price_table .first_price th {
		border-right: solid 1px #ffffff;
	   }
	   .price_table .first_price td {
		border-right: solid 1px #ffffff;
	   }
	   .price_table .first_price td:last-child {
		border-right: solid 1px #408d59;
	   }
	   .table_text_left td{
		text-align: left;
	   }
	   .first_price td {
		text-align: center !important;
	   }

	   /* 枠付きのテキストボックス */
	   .waku_text {
			padding: 20px;
			border: 3px solid #34A030;
			border-radius: 10px;
	   }
	   .waku_text p {
		margin-bottom: 10px !important;
		font-weight: 700;
		font-size: 1.125em;
	   }
	   .waku_text ul {
		margin-top: 0 !important;
	   }
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-nursery .outer_wrap {
		padding: 0 0px;
	}
	.page-nursery .inner_wrap {
		padding: 0 0px;
	}
	/* 利用可能なメニュー */
	.nursery_menu {
		padding-top: 40px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.nursery_menu_content {
		padding: 20px;
		border: 3px solid #34A030;
		border-radius: 10px;
	}
	/* 保育概要 */
	.nursery_overview {
		background-color: #FFFAEB;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	/* 営業時間と料金 */
	.time_price {
		text-align: center;
	}
	.top_long.time_price {
		margin-top: 0;
	}
	.special_price {
		font-size: 1.875em;
		font-weight: 900;
		display: inline-block;
		position: relative;
		color: #f45050;
		z-index: 1;
	}
	.special_price::before {
		content: "";
		width: 100%;
		height: 15px;
		background-color: #F8F59E;
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		z-index: -1;
	}
	.sns_icons {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sns_icons li {
		width: 115px;
    	height: 45px;
	}
	.sns_icons li:not(:last-child) {
		margin-right: -20px;
	}
	.sns_icons li img{
		height: 100%;
		width: auto;
	}
	.sns_icons li .youtube_icon {
		height: 100%;
		width: auto;
	}
	.sns_icons li:last-child {
		padding-left: 20px;
	}
	/* クレジットカード */
	.card_img {
		margin: 0 calc(50% - 50vw);
  		width: 100vw !important;
		margin-top: 40px;
	}
	.card_img img {
		height: auto;
		width: 100%;
	}
	/* 料金表 */

	.price_table {
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		border-spacing: 0;
	   }
	   .price_table th {
		padding: 5px;
		border: solid 1px #408d59;
		width: 100px;
		background-color: #fff;
		vertical-align: middle;
	   }
	   .price_table tr:first-child th{
		border-right: solid 1px #ffffff;
	   }
	   .price_table td {
		padding: 5px;
		border: solid 1px #408d59;
		background-color: #fff;
		vertical-align: middle;
		min-width: 70px;
	   }
	   .price_table .first_price td,
	   .price_table .first_price th {
		background-color: #34A030;
		color: #fff;
		font-weight: 700;
	   }
	   .price_table .first_price th {
		border-right: solid 1px #ffffff;
	   }
	   .price_table .first_price td {
		border-right: solid 1px #ffffff;
	   }
	   .price_table .first_price td:last-child {
		border-right: solid 1px #408d59;
	   }
	   .table_text_left td{
		text-align: left;
	   }
	   .first_price td {
		text-align: center !important;
	   }

	   /* 枠付きのテキストボックス */
	   .waku_text {
			padding: 20px;
			border: 3px solid #34A030;
			border-radius: 10px;
	   }
	   .waku_text p {
		margin-bottom: 10px !important;
		font-weight: 700;
		font-size: 1.125em;
	   }
	   .waku_text ul {
		margin-top: 0 !important;
	   }
}





/* ================================================================================

	レッスン ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.page-lesson .outer_wrap {
		padding: 0 0px;
	}
	.page-lesson .inner_wrap {
		padding: 0 0px;
	}
	.lesson_bc {
		background-color: #FFFAEB;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.list_icon {
		list-style: disc !important;
		padding-left: 20px;
	}
	.lesson_img img{
		width: 100%;
		height: 330px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-lesson .outer_wrap {
		padding: 0 0px;
	}
	.page-lesson .inner_wrap {
		padding: 0 0px;
	}
	.lesson_bc {
		background-color: #FFFAEB;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.manabi.row_long {
		padding-top: 0px;
	}
	.list_icon {
		list-style: disc !important;
		padding-left: 20px;
	}
	
	.lesson_img img{
		width: 100%;
		height: 200px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}
}





/* ================================================================================

	基礎トレーニング　ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-training .outer_wrap {
		padding: 0 0px;
	}
	.page-training .inner_wrap {
		padding: 0 0px;
	}
	.section_h3.color_red {
		color: #f45050;
	}
	.youi {
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-training .outer_wrap {
		padding: 0 0px;
	}
	.page-training .inner_wrap {
		padding: 0 0px;
	}
	.section_h3.color_red {
		color: #f45050;
	}
	.youi {
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
	}
	.lesson_bc.row_long {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
}





/* ================================================================================

	アジリティーページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-agility .outer_wrap {
		padding: 0 0px;
	}
	.page-agility .inner_wrap {
		padding: 0 0px;
	}
	.section_h3.achievements h3{
		text-align: left;
	}
	.storong_text {
		font-size: 1.125em;
		font-weight: 700;
	}
	.storong_text span {
		color: #f45050;
	}
	.waku_text.agility_waku {
		padding: 10px 20px 0px 20px;
	}
	.waku_text.agility_waku p{
		font-size: 1em;
		font-weight: 500;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-agility .outer_wrap {
		padding: 0 0px;
	}
	.page-agility .inner_wrap {
		padding: 0 0px;
	}
	.section_h3.achievements h3{
		text-align: left;
	}
	.storong_text {
		font-size: 4.8vw;
		font-weight: 700;
	}
	.storong_text span {
		color: #f45050;
	}
	.waku_text.agility_waku {
		padding: 10px 20px 0px 20px;
	}
	.waku_text.agility_waku p{
		font-size: 1em;
		font-weight: 500;
	}
}





/* ================================================================================

	セミナー・講座　ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-seminar .outer_wrap {
		padding: 0 0px;
	}
	.page-seminar .inner_wrap {
		padding: 0 0px;
	}
	/* ブログ一覧 */
	.seminar_blog ul{
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.seminar_blog li:not(:last-child){
		margin-right: 20px;
	}
	.seminar_blog img {
		border-radius: 20px;
		margin-bottom: 15px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-seminar .outer_wrap {
		padding: 0 0px;
	}
	.page-seminar .inner_wrap {
		padding: 0 0px;
	}
	/* ブログ一覧 */
	.seminar_blog ul{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.seminar_blog li:not(:last-child){
		margin-bottom: 20px;
	}
	.seminar_blog img {
		border-radius: 20px;
		margin-bottom: 10px;
	}
	.seminar_blog h3 {
		font-size: 4vw;
	}
}





/* ================================================================================

	ボディケア　ページ

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.page-bodycare .outer_wrap {
		padding: 0 0px;
	}
	.page-bodycare .inner_wrap {
		padding: 0 0px;
	}

	.price_table.price_table2 th,
	.price_table.price_table2 td{
		width: 30%;
	}
	.price_table.price_table2 th {
		font-weight: normal;
	}
	.price_table.price_table2 .first_price th {
		font-weight: bold;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-bodycare .outer_wrap {
		padding: 0 0px;
	}
	.page-bodycare .inner_wrap {
		padding: 0 0px;
	}

	.price_table.price_table2 th,
	.price_table.price_table2 td{
		width: 30%;
	}
	.price_table.price_table2 th {
		font-weight: normal;
	}
	.price_table.price_table2 .first_price th {
		font-weight: bold;
	}

	.column_reversible.top_shorts {
		margin-top: 0;
	}
	.column_reversible.top_short .col2_1 h3{
		margin-top: 8vw;
	}
}





/* ================================================================================

	faq ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-faq .outer_wrap {
		padding: 0 0px;
	}
	.page-faq .inner_wrap {
		padding: 0 0px;
	}
	.faq_btn {
		max-width: 600px;
		margin: 0 auto;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-faq .outer_wrap {
		padding: 0 0px;
	}
	.page-faq .inner_wrap {
		padding: 0 0px;
	}
	.faq_blog {
		text-align: center;
	}
}




/* ================================================================================

	お問い合わせ・アクセスページ

================================================================================ */

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-contact .outer_wrap {
		padding: 0 0px;
	}
	.page-contact .inner_wrap {
		padding: 0 0px;
	}
	.contact_text {
		padding: 20px;
		border: 3px solid #34A030;
		border-radius: 10px;
   } 
   .contact_text p {
	margin-bottom: 10px !important;
   }
   .contact_line_section {
	max-width: 700px;
	margin: 0 auto;
   }

   /* 送信ボタン */
	.btn_submit {
		margin-top: 4vw;
	}
	.btn_submit input {
		padding: 15px 40px;
		min-width: 350px;
	}
	.contact_doui {
		text-align: center;
	}
	.contact_doui p{
		margin-top: 0 !important;
	}
	span.wpcf7-form-control.wpcf7-acceptance.optional {
		display: block;
		text-align: center;
	}
	.doui_btn {
		text-align: center;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-contact .outer_wrap {
		padding: 0 0px;
	}
	.page-contact .inner_wrap {
		padding: 0 0px;
	}
	.contact_text {
		padding: 20px;
		border: 3px solid #34A030;
		border-radius: 10px;
   } 
   .contact_text p {
	margin-bottom: 10px !important;
   }

   /* 送信ボタン */
.btn_submit {
	margin-top: 3vw;
}
.btn_submit input {
	padding: 15px 40px;
	min-width: 350px;
}
.contact_doui {
	text-align: center;
}

.contact_doui p{
	margin-top: 0 !important;
}
span.wpcf7-form-control.wpcf7-acceptance.optional {
	display: block;
	text-align: center;
}
	.doui_btn {
		text-align: center;
	}
}