@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">

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



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

	レイアウト

================================================================================ */
.grecaptcha-badge { visibility: hidden; }
/* 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;
	}
}



/* 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;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		background: url(../img/main_cate01.jpg) center top / contain no-repeat;
		height: 39.895vw;
	}
	.main_cate_in {
		position: relative;
		padding: 11vw 0;
		margin: 0 auto;
	}
	.main_cate_in img {
		width: 100%;
	}
	
	.cate_in01 {
		width: 30.729vw;
	}
	.cate_in02 {
		width: 18vw;
	}
	.cate_in03 {
		width: 21vw;
	}
	.cate_in04 {
		width: 18vw;
	}
	.cate_in05 {
		width: 21vw;
	}
	.cate_in06 {
		width: 17vw;
	}
	.cate_in07 {
		width: 17vw;
	}
	.cate_in08 {
		width: 34vw;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		background: url(../img/main_cate01.jpg) center top / cover no-repeat;
		height: 80vw;
	}
	.main_cate_in {
		position: relative;
		padding: 11vw 0;
		margin: 0 auto;
	}
	.main_cate_in img {
		width: 100%;
	}
	
	.cate_in01 {
		width: 58vw;
	}
	.cate_in02 {
		width: 35vw;
	}
	.cate_in03 {
		width: 41vw;
	}
	.cate_in04 {
		width: 35vw;
	}
	.cate_in05 {
		width: 41vw;
	}
	.cate_in06 {
		width: 17vw;
	}
	.cate_in07 {
		width: 37vw;
	}
	.cate_in08 {
		width: 60vw;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
	}
}





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

	セクション

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

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

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

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

}




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

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

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

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

}





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

	マージンボックス

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

/* 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;
	}

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

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}



/* 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;
	}

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

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

}




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

	パディングボックス

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

/* 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_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.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;
	}
}


/* 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_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.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_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




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

	カラーボックス

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

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

	/* カラー01 */
	.row_c01 {
		background: url(../img/bg01.jpg) center top / auto auto repeat;
	}

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

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 4px solid #cccccc;
	}
}



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

	/* カラー01 */
	.row_c01 {
		background: url(../img/bg01.jpg) center top / 65% repeat;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#eeeeee;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 1vw solid #cccccc;
	}
}




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

	見出し

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

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

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

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		text-align: center;
		color: #ed80af;
		font-size: 30px;
		font-weight: 900;
		line-height: 1.35;
	}

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

}


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

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

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
		color: #ed80af;
	}

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

}




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

	共通ボタン

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

/* 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: #f5c727;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 18px 4em;
		border-radius: 20px;
		font-weight: 700;
		font-size: 20px;
	}
	
	
}


/* 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;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		margin-left: auto;
		margin-right: auto;
		width: 60vw;
		background-color: #f5c727;
		text-align: center;
		border-radius: 4vw;
		display: inline-block;
		color: #ffffff;
		font-weight: 700;
		font-size: 4vw;
		padding: 4vw 0;
	}
	
	
}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.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;
		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;
	}
	.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対策 */
	}


	/* 投稿記事見出し */
	.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;';
	}


	/* 投稿記事見出し */
	.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) {
	.cate_box01 {
		background-color: #fff;
		border-radius: 20px;
		padding: 60px;
	}
	
	.pc_center {
		text-align: center;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.cate_box01 {
		background-color: #fff;
		border-radius: 4vw;
		padding: 6vw;
	}
	a.pointer-events.num_tel {
		color: #f5c727;
	}
}





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

	レッスンコース

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.tb_price table {
		width: 100%;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.tb_price tr {
		
	}
	.tb_price th {
		font-size: 16px;
		padding: 16px;
		background: #eeeeee;
		text-align: center;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.tb_price td {
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		padding: 16px;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.tb_price td:first-child {
		width: 24%;
	}
	.tb_price td:nth-child(2) {
		width: 24%;
		text-align: center;
	}
	.tb_price td:last-child {
		width: 52%;
	}
	
	.lesson_contact {
		border: 10px solid #ed80af;
		border-radius: 20px;
		background-color: #ffffff;
		text-align: center;
		color: #ed80af;
		padding: 82px 0;
	}
	
	.lesson_contact_title h2 {
		font-size: 30px;
		font-weight: 500;
	}
	.lesson_contact_title h2 span {
		font-size: 50px;
		font-weight: 900;
		display: block;
		margin-top: 18px;
	}
	
	.lesson_contact_tel {
		margin-top: 3px;
	}
	.lesson_contact_tel a {
		font-size: 72.93px;
		font-weight: 900;
		position: relative;
		color: #ed80af;
		pointer-events: none;
	}
	.lesson_contact_tel a:before {
		content: 'tel:';
		position: absolute;
		font-size: 40px;
		font-weight: 900;
		top: 33px;
		left: -67px;
		color: #ed80af;
	}
	
	.lesson_contact_time {
		font-size: 30px;
		font-weight: 500;
		margin-top: -20px;
	}
	.lesson_contact_attention {
		font-size: 20px;
		font-weight: 500;
	}
	
	.lesson_contact_btn {
		text-align: center;
		margin-top: 32px;
	}
	.lesson_contact_btn ul {
		font-size: 0;
		text-align: center;
	}
	.lesson_contact_btn ul li {
		display: inline-block;
	}
	.lesson_contact_btn ul li:first-of-type {
		margin-right: 40px;
	}
	.lesson_contact_btn a {
		width: 300px;
		background-color: #f5c727;
		text-align: center;
		border-radius: 20px;
		display: inline-block;
		color: #ffffff;
		font-weight: 900;
		font-size: 25px;
		padding: 29px 0;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.tb_price table {
		width: 100%;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.tb_price tr {
		
	}
	.tb_price th {
		font-size: 3.2vw;
		padding: 2vw;
		background: #eeeeee;
		text-align: center;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.tb_price td {
		font-size: 3.2vw;
		font-weight: normal;
		text-align: left;
		padding: 2vw;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.tb_price td:first-child {
		width: 26%;
	}
	.tb_price td:nth-child(2) {
		width: 23%;
		text-align: center;
	}
	.tb_price td:last-child {
		width: 51%;
	}
	
	.lesson_contact {
		border: 2vw solid #ed80af;
		border-radius: 4vw;
		background-color: #ffffff;
		text-align: center;
		color: #ed80af;
		padding: 8vw 6vw;
	}
	
	.lesson_contact_title h2 {
		font-size: 5vw;
		font-weight: 500;
	}
	.lesson_contact_title h2 span {
		font-size: 8vw;
		font-weight: 900;
		display: block;
		margin-top: 3vw;
	}
	
	.lesson_contact_tel a {
		font-size: 9vw;
		font-weight: 900;
		position: relative;
		color: #ed80af;
		margin-left: 8vw;
	}
	.lesson_contact_tel a:before {
		content: 'tel:';
		position: absolute;
		font-size: 5vw;
		font-weight: 900;
		top: 3.8vw;
		left: -8.5vw;
		color: #ed80af;
	}
	
	.lesson_contact_time {
		font-size: 4vw;
		font-weight: 500;
		margin-top: -2vw;
	}
	.lesson_contact_attention {
		font-size: 3.5vw;
		font-weight: 500;
	}
	
	.lesson_contact_btn {
		text-align: center;
		margin-top: 6vw;
	}
	.lesson_contact_btn ul {
		font-size: 0;
		text-align: center;
	}
	.lesson_contact_btn ul li {
		display: inline-block;
	}
	.lesson_contact_btn ul li:first-of-type {
		margin-bottom: 4vw;
	}
	.lesson_contact_btn a {
		width: 72vw;
		background-color: #f5c727;
		text-align: center;
		border-radius: 4vw;
		display: inline-block;
		color: #ffffff;
		font-weight: 900;
		font-size: 4vw;
		padding: 4vw 0;
	}
}





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

	お問い合わせ

================================================================================ */
.contact_f7 td input.input_short {
	width: 30%;
	margin-right: 0.5em;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.lesson_contact.tel_contact {
		padding: 42px 0;
	}
	.privacy_box .elementor-toggle .elementor-tab-title {
		border: none;
		background: #F5C727;
		color: #fff;
	}
	.elementor-toggle .elementor-tab-content {
		border: none;
		background: #fff;
		display: none;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.lesson_contact.tel_contact {
		padding: 6vw;
	}
	.tel_contact .lesson_contact_title h2 {
		line-height: 1.4;
	}
	.privacy_box .elementor-toggle .elementor-tab-title {
		border: none;
		background: #F5C727;
		color: #fff;
	}
	.elementor-toggle .elementor-tab-content {
		border: none;
		background: #fff;
		display: none;
	}
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* 同意テキスト */
	.doui_text{
		text-align: center;
		padding: 40px 0 15px;
	}
	.doui_text .wpcf7-form-control-wrap{
		padding-top: 2em;
		display: inline-block;
	}
	.doui_text span.wpcf7-list-item {
		display: inline-block;
		margin: 0  !important;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* 同意テキスト */
	.doui_text{
		text-align: center;
		padding: 4vw 0 2vw;
	}
	.doui_text .wpcf7-form-control-wrap{
		padding-top: 2em;
		display: inline-block;
	}
	.doui_text span.wpcf7-list-item {
		display: inline-block;
		margin: 0  !important;
	}
}



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

	〇〇ページ

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


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



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





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

	アクセスページ

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

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


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



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