@charset "utf-8";
/* CSS Document */
#cy_nav li a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#cy_nav li a:hover {
	color: #e8792b;
}
#sc_nav li a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sc_nav li a:hover {
	color: #e8792b;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.7;
}
/** マウスオーバー追加↑ **/

#cy_header {
	width: 97%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 50px 0 40px;
	position: relative;
}

#logo {
	float: left;
}
#logo a img {
	height: auto;
}

#cy_nav {
	float: right;
	padding-top: 40px;
}
#cy_nav li {
	display: inline-block;
}

#cy_nav a {
	letter-spacing: normal;
	color: #50352b;
	text-decoration: none;
	padding: 0 15px 0 5px;
	border-right: 1px dashed #50352b;
}
#cy_nav li:last-child a {
	border-right: 0;
}

#h_contact {
	background-color: #e8792b;
	border-radius: 0 0 10px 10px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 40px;
	color: #fff;
}

#h_contact li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 15px 0 5px;
}

#h_contact .fa {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

#h_contact img {
	display: inline-block;
	vertical-align: middle;
}

#h_contact .h_inline {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

#h_contact li:last-child {
	border-right: 0;
}

/********************/

.flexslider {
	height: 730px;
	position: relative;
	z-index: 10;
	float: right;
	width: 100%;
	max-width: 1440px;
	border-radius: 20px;
	overflow: hidden;
}

#fade1 {
	background-image: url(../images/fade1.jpg);
}

#fade2 {
	background-image: url(../images/fade2.jpg);
}

#fade3 {
	background-image: url(../images/fade3.jpg);
}

#fade1,
#fade2,
#fade3 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 730px;
	height: 730px;
}

#title {
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 500;
	font-size: 38px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#scroll {
	text-align: center;
	padding: 40px 0;
}

/**************/

#scroll_nav {
	position: fixed;
	width: 100%;
	padding: 15px 14px;
	text-align: center;
	top: 0;
	left: 0;
	background-color: #f1eae7;
	z-index: 9999;
	display: none;
}

#sc_logo {
	display: inline-block;
	padding-right: 40px;
	vertical-align: middle;
}

#sc_nav {
	display: inline-block;
	vertical-align: middle;
}

#sc_nav li {
	display: inline-block;
	padding: 0 15px 0 0px;
	border-right: 1px dashed #50352b;
}
#sc_nav li:last-child {
	border-right: 0;
}

#sc_nav a {
	text-decoration: none;
	color: #000;
}

#sc_icon {
	display: inline-block;
	vertical-align: middle;
}

#sc_icon li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

/*************/

.bg {
	background: url(../images/bg.png) 50% 0 / auto 434px repeat-y;
}

.padding100 {
	padding: 100px 0;
}

.padding100_180 {
	padding: 100px 0 200px;
}

.top_right {
	float: right;
	width: 48%;
}

.eng_midashi {
	font-size: 24px;
	text-align: center;
}

.af_bb:after {
	content: "";
	width: 30px;
	display: block;
	border-bottom: 2px solid #50352b;
	margin: 15px auto 0;
}

.ja_midashi {
	text-align: center;
	font-size: 18px;
}

.more a {
	display: block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	text-decoration: none;
	color: #50352b;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #50352b;
	margin: 0 auto;
}

.more a:hover {
	background-color: #50352b;
	color: #fff;
}

.flex_1 {
	display: flex;
	justify-content: space-between;
	width: 115%;
	float: right;
}

.flex_1 li {
	width: 48%;
}
.flex_1 img {
	width: 100%;
	height: auto;
}

.top_left {
	float: left;
	width: 48%;
}

/*******************/

.left_radius_bg {
	background-color: #f1eae7;
	border-radius: 100px 0 100px 0;
	position: relative;
	z-index: 500;
}

.minus {
	margin-top: -80px;
}

.center_midashi {
	text-align: center;
}

.center_midashi .ja {
	font-size: 26px;
}
.center_midashi .eng {
	display: block;
	font-size: 16px;
}

.flex_pickup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_pickup li {
	width: 48%;
	position: relative;
	margin: 40px 0;
}

.flex_pickup a {
	color: #50352b;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.num {
	font-size: 58px;
	line-height: 1em;
	padding-left: 30px;
	font-weight: bold;
}

.p_img {
	margin-top: -15px;
}

.p_midashi {
	margin-top: -30px;
	margin-left: -20px;
}

.p_midashi span {
	background-color: #f1eae7;
	font-size: 24px;
	padding: 10px 30px;
	transition: 0.3s ease-in-out;
}

.p_more span {
	background-color: #f1eae7;
	border-radius: 30px;
	padding: 7px 30px;
	position: absolute;
	right: 20px;
	top: 60px;
	z-index: 500;
	transition: 0.3s ease-in-out;
}

.flex_pickup a:hover {
	color: #e8792b;
}

.flex_pickup a:hover .p_midashi span {
	background-color: #e8792b;
	color: #fff;
}

.flex_pickup a:hover .p_more span {
	background-color: #e8792b;
	color: #fff;
}

/**********************/

.padding180_100 {
	padding: 180px 0 100px;
}

.padding180 {
	padding: 180px 0;
}

.padding100_0 {
	padding: 100px 0 0;
}

.center_midashi.left_im {
	text-align: left;
}

.before_bt:before {
	content: "";
	width: 30px;
	display: block;
	border-bottom: 2px solid #e8792b;
	margin: 0 0 30px;
}

.news_left {
	float: left;
	width: 46%;
}

.news_right {
	float: right;
	width: 46%;
}

.news a {
	display: table;
	width: 100%;
	color: #50352b;
	text-decoration: none;
	padding: 20px 10px;
	border-bottom: 1px dashed #50352b;
}

.n_cell1 {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}

.n_cell2 {
	display: table-cell;
	vertical-align: top;
}

.bb_a_o a {
	color: #e8792b;
	text-decoration: none;
	border-bottom: 1px solid #e8792b;
}

/**/

.map_style1 iframe {
	width: 100%;
	height: 500px;
}

/***************************/

#cy_footer {
	margin-top: 100px;
}

.f_contact_box {
	background-color: #fff;
	padding: 60px 10px;
}

.f_contact_left {
	float: left;
	width: 50%;
	text-align: center;
}

.web_more a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #50352b;
	width: 94%;
	margin: 0 auto;
	max-width: 480px;
	border-radius: 10px;
	font-size: 14px;
}

.web_more .fa {
	font-size: 20px;
	position: relative;
}

.web_more .fa-caret-right {
	top: 3px;
}

.web_more a:hover {
	background-color: #ffa86b;
}

.f_contact_right {
	float: right;
	width: 50%;
	text-align: center;
	border-left: 1px solid #50352b;
}

.c_list li {
	margin-bottom: 10px;
}

.c_list a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #50352b;
	width: 94%;
	margin: 0 auto;
	max-width: 480px;
	border-radius: 10px;
	font-size: 18px;
}
.c_list li:nth-child(1) a {
	background-color: #e8792b;
}

.c_list .fa {
	font-size: 26px;
	position: relative;
}

.c_list .fa {
	font-size: 26px;
	position: relative;
}

.c_list .fa-caret-right {
	top: 3px;
}

.c_list a:hover {
	background-color: #ffa86b;
}

.c_minus {
	position: relative;
	top: -2px;
}

.f_text {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	max-width: 480px;
}

/****/

#f_box {
	padding: 300px 0 100px;
	position: relative;
	z-index: 10;
	margin-top: -260px;
	background-color: #e8792b;
	color: #fff;
}

#f_logo {
	float: left;
}
#f_logo2 {
	float: left;
}
#f_right {
	float: right;
	text-align: right;
}

#f_tel li {
	display: inline-block;
	padding-left: 15px;
	font-size: 20px;
	margin: 7px 0;
}

.pri_a a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.copy100 {
	position: relative;
}
.coco1 {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	height: auto;
}
.coco2 {
	position: absolute;
	top: 28px;
	right: 120px;
	width: 150px;
	height: auto;
}
.coco3 {
	position: absolute;
	top: 10px;
	right: 0;
	width: 250px;
	height: auto;
}

#copy {
	text-align: center;
	border-top: 1px solid #fff;
	margin-top: 60px;
	padding: 40px 0;
}
#copy a {
	color: #fff;
}

/*********************************************************************

	カウンセリング内容・料金

*********************************************************************/
#service_main {
	background-image: url(../images/content1.jpg);
}

.main_size {
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	overflow: hidden;
	border-radius: 30px;
}

#title_in {
	text-align: center;
	font-size: 34px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	font-weight: bold;
	padding-top: 160px;
	line-height: 1.2em;
}

#title_in .eng {
	display: block;
	font-size: 18px;
}

/***********/

.flex_three {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_three li {
	width: 31%;
	position: relative;
	margin: 20px 0;
}

.s_num {
	background-color: #e8792b;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 2.4em;
	letter-spacing: 0.12em;
	font-size: 22px;
	border-radius: 50%;
	margin-left: 20px;
	position: absolute;
	top: -20px;
	left: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.s_center_bb {
	text-align: center;
	font-size: 20px;
}
.s_center_bb:after {
	content: "";
	border-bottom: 2px solid #e8792b;
	width: 40px;
	margin: 15px auto 0;
	display: block;
}

.min {
	min-height: 120px;
}
.min2 {
	min-height: 360px;
}

.s_price_box {
	border: 1px dashed #50352b;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}

.border_box {
	border: 1px dashed #50352b;
	padding: 40px 20px;
}

.w960_auto {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.s_minus img {
	border-radius: 15px;
}

/**********/

.left_radius_bg.bg_color2 {
	background: url(../images/bg.png) 50% 0 / auto 434px repeat-y;
}

.flex_two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_two li {
	width: 48%;
	position: relative;
	margin: 20px 0;
}

/*********************************************************************

	個人向けトレーニング

*********************************************************************/
#training_main {
	background-image: url(../images/training1.jpg);
}

.training_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.training_list li {
	width: 40%;
	border-top: 3px solid #50352b;
	border-bottom: 3px solid #50352b;
	padding: 5px 0;
	background-color: #fff;
}
.training_list li:nth-child(2) {
	width: 48%;
}

.t_box {
	border-top: 1px solid #50352b;
	border-bottom: 1px solid #50352b;
	padding: 40px;
}

/*********/

.talking_list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
	border-bottom: 1px dashed #aaa;
}

.talk_left {
	width: 35%;
}

.talk_right {
	width: 60%;
}

.af_bb.af_bb_left:after {
	margin-left: 0;
}
.af_bb.af_bb_color_o:after {
	border-color: #e8792b;
}

/************/

.price_table {
	width: 100%;
}

.price_table th:nth-child(1) {
	background-color: transparent;
	border: 0;
}
.price_table th {
	background-color: #ffa86b;
	padding: 30px 20px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #9a9999;
}
.price_table td {
	padding: 30px 20px;
	border: 1px solid #50352b;
}
.price_table td:nth-child(1) {
	background-color: #ffa86b;
}

/********/

.left_radius_bg.radius_right {
	border-radius: 0 100px 0 100px;
}

.flex_phase {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_phase li {
	width: 31%;
	border: 1px dashed #50352b;
	padding: 40px;
	border-radius: 15px;
}

.phase_num {
	text-align: center;
	font-size: 18px;
}

.phase_num span {
	display: block;
	font-size: 28px;
}

.phase_midashi {
	font-size: 22px;
	text-align: center;
}

.p_table p {
	display: table;
	width: 100%;
}

.p_table .p_cell1 {
	display: table-cell;
	width: 185px;
}

.p_table .p_cell2 {
	display: table-cell;
}

/*********************************************************************

	コンセプト

*********************************************************************/
#concept_main {
	background-image: url(../images/concept1.jpg);
}

.center_text {
	text-align: center;
}

.flex_concept {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.c_w48 {
	width: 48%;
}

.order_2 {
	order: 2;
}

.border_midashi {
	font-size: 22px;
	position: relative;
}

.border_midashi span {
	position: relative;
	z-index: 100;
	background-color: #f2e3d7;
	padding: 0 20px 0 0;
}

.border_midashi:after {
	content: "";
	border-bottom: 1px dashed #50352b;
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 10;
	width: 100%;
}

.w420 {
	width: 100%;
	max-width: 420px;
}

.mark2 {
	background: linear-gradient(transparent 80%, #ffff66 80%);
}

/***********************************/

.c_width {
	width: 55%;
	position: relative;
	z-index: 100;
}

.bb_name {
	border-bottom: 1px dashed #b8b7b7;
	padding-bottom: 5px;
	font-size: 16px;
}
.bb_name span {
	font-size: 22px;
}

.concept_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.concept_list li {
	width: 48%;
	border-top: 3px solid #50352b;
	border-bottom: 3px solid #50352b;
	padding: 5px 0;
	background-color: #fff;
}
.concept_list li:nth-child(2) {
	width: 48%;
}

#c_img1 {
	position: absolute;
	right: 0;
	bottom: 200px;
	z-index: 10;
}

.c_min {
	min-height: 200px;
}

.left_radius_bg.left_bottom_none {
	border-radius: 0 100px 0 0;
}

/*********************************************************************

	オンラインカウンセリング

*********************************************************************/
#remote_main {
	background-image: url(../images/remote1.jpg);
}

.remote_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.remote_left {
	width: 40%;
}

.re_img1 img {
	width: 85%;
	height: auto;
}

.re_img2 {
	text-align: right;
}
.re_img2 img {
	width: 70%;
	height: auto;
}

.remote_right {
	width: 53%;
}

.re_width {
	width: 100%;
	max-width: 570px;
}

/*********************************************************************

	お問い合わせ

*********************************************************************/
#contact_main {
	background-image: url(../images/contact1.jpg);
}

.contact_box {
	border: 1px dashed #50352b;
	padding: 40px 20px;
	border-radius: 20px;
	text-align: center;
}

.c_tel {
	font-size: 18px;
}

.c_tel span {
	font-size: 32px;
}

.contact_table {
	background-color: #fff;
}

.contact_table li {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #aaa;
}

.c_cell1 {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
	padding: 30px 20px;
	font-size: 18px;
}

.c_cell2 {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
}

.size {
	width: 100%;
	height: 50px;
	padding: 0 15px;
}
.area {
	width: 100%;
	height: 200px;
	padding: 0 15px;
}

.sizemax_400 {
	max-width: 400px;
}

.cy_submit {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	border: 1px solid #50352b;
	border-radius: 10px;
	background-color: transparent;
	padding: 20px;
	font-size: 16px;
}

/*********************************************************************

	ご予約

*********************************************************************/
#res_main {
	background-image: url(../images/yoyaku1.jpg);
}

.res_flex {
	display: flex;
	flex-wrap: wrap;
}

.res_left {
	width: 120px;
	font-size: 16px;
}

.res_right {
}

.res_inline {
	display: inline-block;
	padding-right: 10px;
}

.res_days {
	width: 80px;
	height: 30px;
}

.res_inline .span_i {
	padding-left: 10px;
}

.check_list label {
	font-size: 16px;
	font-weight: normal;
	padding-right: 15px;
}

.left_radius_bg.right_bottom_none {
	border-radius: 100px 0 0 0;
}
/********/
.calendar {
	width: 100%;
	height: 500px;
	background-color: #facfa8;
	border-radius: 30px;
}

/*********************************************************************

	カウンセラー養成講座へのご案内

*********************************************************************/
#guidance_main {
	background-image: url(../images/bisiness1.jpg);
}
.guidance_table {
	background-color: #f9f1ec;
	border-top: 1px dashed #aaa;
}

.guidance_table li {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #aaa;
}

.g_cell1 {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
	padding: 30px 20px;
}

.g_cell2 {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
}

/*********************************************************************

	アクセス

*********************************************************************/
#access_main {
	background-image: url(../images/access1.jpg);
}

.ac_flex {
	display: flex;
	justify-content: space-between;
}

.ac_right {
	width: 46%;
}

.center_midashi.ac_midashi_left {
	text-align: left;
}

.ac_midashi_left:before {
	content: "";
	border-top: 2px solid #eb9c64;
	width: 30px;
	margin: 0 0 15px;
	display: block;
}

.access_table {
	border-top: 1px dashed #aaa;
}

.access_table li {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #aaa;
}

.access_cell1 {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
	padding: 20px;
}

.access_cell2 {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.ac_left {
	width: 48%;
}
.map_style2 iframe {
	width: 100%;
	height: 600px;
}

/*********************************************************************

	お知らせ

*********************************************************************/
#news_main {
	background-image: url(../images/news1.jpg);
}
/*
.news_contents {
	float:left;
	width:50%;
}
*/
.news_list li {
	margin: 10px 0;
}

.news_list a {
	display: table;
	width: 100%;
	color: #000;
	text-decoration: none;
}

.news_cell1 {
	display: table-cell;
	width: 130px;
	padding: 10px 0;
}

.news_cell2 {
	display: table-cell;
	border-bottom: 1px dashed #aaa;
	padding: 10px 0;
}

.marker2 {
	background: linear-gradient(transparent 80%, #facfa8 80%);
}

.news_list li:nth-child(2n) .marker2 {
	background: linear-gradient(transparent 80%, #ffa86b 80%);
}

.takasa {
	margin-top: 60px;
}

/*********************************************************************

	ブログ

*********************************************************************/
#blog_main {
	background-image: url(../images/blog1.jpg);
}

/*****************/

.pay {
	text-align: center;
	margin-top: 20px;
}
.block {
	display: block;
}

.none740 {
	display: block;
}

.acon {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffa86b;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.acon a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	transition: 0.3s ease-in-out;
}
.acon a:hover {
	background-color: #50352b;
}


/********************************  動画　**********************************/

#video {
	width: 800px;
	height: 450px;
	display: block;
	margin: 0 auto;
	margin-bottom: 100px;
}

.imap {
	padding-top: 60px;
}
.imap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imap ul li {
	width: 49%;
}
.imap iframe {
	width: 100%;
	height: 500px;
}
.imap21 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.new_btn a {
	display: block;
	padding: 20px 10px 15px;
	color: #fff;
	text-decoration: none;
	background-color: #50352b;
	width: 94%;
	margin: -110px auto 0;
	max-width: 480px;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}
.new_btn a:hover {
	background-color: #ffa86b;
}

/* PC用
------------------------------------------------------------*/

@media only screen and (min-width: 1700px) {
}

@media only screen and (max-width: 1699px) {
	/********************/

	.flexslider {
		height: 500px;
		position: relative;
		z-index: 10;
		float: right;
		width: 100%;
		max-width: 1000px;
		border-radius: 20px;
		overflow: hidden;
	}

	#fade1,
	#fade2,
	#fade3 {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: auto 500px;
		height: 500px;
	}

	#title {
		position: absolute;
		bottom: 107px;
		left: 0;
		z-index: 500;
		font-size: 32px;
		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	}

	#scroll {
		text-align: center;
		padding: 40px 0;
	}

	#logo {
		float: left;
		width: 20%;
	}
	#cy_nav {
		float: right;
		width: 75%;
		padding-top: 40px;
	}
	#logo a img {
		width: 100%;
		height: auto;
	}

	#cy_nav a {
		letter-spacing: normal;
		color: #50352b;
		text-decoration: none;
		padding: 0 15px 0 5px;
		border-right: none;
	}
	#cy_nav li {
		display: inline-block;
		width: 18%;
		padding: 5px 0;
	}
}

@media only screen and (max-width: 1500px) {
	#cy_header {
		width: 97%;
		max-width: 1680px;
		margin: 0 auto;
		padding: 50px 0 40px;
		position: relative;
	}

	#logo {
		float: left;
	}

	#logo img {
		width: 240px;
		height: auto;
	}

	#cy_nav {
		float: right;
		padding-top: 30px;
	}

	#cy_nav a {
		padding: 0 10px 0 2px;
	}

	/**************/

	#scroll_nav {
		position: fixed;
		width: 100%;
		padding: 15px 14px;
		text-align: center;
		top: 0;
		left: 0;
		background-color: #f1eae7;
		z-index: 9999;
		display: none;
	}

	#sc_logo {
		display: inline-block;
		padding-right: 20px;
		vertical-align: middle;
	}

	#sc_logo img {
		width: 60px;
		height: auto;
	}

	#sc_nav {
		font-size: 12px;
	}

	#sc_nav li {
		padding: 0 10px 0 0px;
	}

	#sc_icon {
	}

	#sc_icon li {
		padding: 0 5px;
	}

	#cy_nav li {
		display: inline-block;
		width: 24%;
		padding: 5px 0;
	}

	.imap {
		padding-top: 60px;
	}
	.imap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.imap ul li {
		width: 49%;
	}
	.imap iframe {
		width: 100%;
		height: 400px;
	}
	.imap21 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1350px) {
	#cy_header {
		width: 97%;
		max-width: 1680px;
		margin: 0 auto;
		padding: 70px 0 40px;
		position: relative;
	}

	#logo {
		float: none;
		text-align: center;
	}

	#logo img {
		width: 240px;
		height: auto;
	}

	#cy_nav {
		float: none;
		padding-top: 30px;
		text-align: left;
	}
	#cy_nav li {
		display: inline-block;
	}

	#cy_nav a {
		letter-spacing: normal;
		color: #50352b;
		text-decoration: none;
		padding: 0 11px 0 0px;
		border-right: 1px dashed #50352b;
	}
	#cy_nav li:last-child a {
		border-right: 0;
	}

	#h_contact {
		background-color: #e8792b;
		border-radius: 0 0 10px 10px;
		position: absolute;
		right: 50%;
		top: 0;
		margin-right: -340px;
		padding: 10px 40px;
		color: #fff;
	}
	.min2 {
		padding-bottom: 20px;
	}

	#logo {
		float: left;
		width: 20%;
	}
	#cy_nav {
		float: right;
		padding-top: 30px;
		width: 75%;
	}

	#logo a img {
		width: 100%;
		height: auto;
	}

	#cy_nav a {
		letter-spacing: normal;
		color: #50352b;
		text-decoration: none;
		padding: 0 15px 0 5px;
		border-right: none;
	}
	#cy_nav li {
		display: inline-block;
		width: 24%;
		padding: 5px 0;
	}

	/********************/
}
@media only screen and (max-width: 1100px) {
	.h100 {
		height: 100vh;
	}

	#cy_header {
		width: 97%;
		max-width: 1680px;
		margin: 0 auto;
		padding: 30px 0 20px;
		position: relative;
	}

	#logo {
		float: none;
		text-align: left;
	}

	#logo img {
		width: 220px;
		height: auto;
	}

	#cy_nav {
		display: none;
	}

	#h_contact {
		display: none;
	}

	/**************/

	#scroll_nav {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	/********************/

	.flexslider {
		height: 400px;
		position: relative;
		z-index: 10;
		float: right;
		width: 100%;
		max-width: 1000px;
		border-radius: 20px;
		overflow: hidden;
	}

	#fade1,
	#fade2,
	#fade3 {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: auto 400px;
		height: 400px;
	}

	#title {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 500;
		font-size: 24px;
		width: 100%;
		text-align: center;
	}

	#scroll {
		text-align: center;
		padding: 20px 0;
	}

	#scroll img {
		width: 40px;
		height: auto;
	}

	/*************/

	.bg {
		background: url(../images/bg.png) 50% 0 / auto 434px repeat-y;
	}

	.padding100 {
		padding: 40px 0;
	}

	.padding100_180 {
		padding: 40px 0 120px;
	}

	/*******************/

	.left_radius_bg {
		border-radius: 60px 0 60px 0;
	}

	.minus {
		margin-top: -60px;
	}

	.center_midashi {
		text-align: center;
	}

	.center_midashi .ja {
		font-size: 22px;
	}
	.center_midashi .eng {
		font-size: 14px;
	}

	.flex_pickup {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_pickup li {
		width: 48%;
		position: relative;
		margin: 20px 0;
	}

	.num {
		font-size: 42px;
		line-height: 1em;
		padding-left: 20px;
		font-weight: bold;
	}

	.p_img {
		margin-top: -15px;
	}

	.p_midashi {
		margin-top: 20px;
		margin-left: 0;
	}

	.p_midashi span {
		background-color: #f1eae7;
		font-size: 14px;
		padding: 0;
		transition: 0.3s ease-in-out;
	}

	.p_more {
		text-align: center;
		margin-top: 20px;
	}

	.p_more span {
		background-color: #f1eae7;
		border-radius: 30px;
		padding: 7px 30px;
		position: static;
		right: 0;
		top: 0;
		z-index: 500;
		transition: 0.3s ease-in-out;
	}

	/**********************/

	.padding180_100 {
		padding: 40px 0 40px;
	}

	.padding180 {
		padding: 120px 0;
	}

	.padding100_0 {
		padding: 40px 0 0;
	}

	.center_midashi.left_im {
		text-align: left;
	}

	.before_bt:before {
		content: "";
		width: 30px;
		display: block;
		border-bottom: 2px solid #e8792b;
		margin: 0 0 30px;
	}

	.news_left {
		float: left;
		width: 46%;
	}

	.news_right {
		float: right;
		width: 46%;
	}

	.news a {
		display: table;
		width: 100%;
		color: #50352b;
		text-decoration: none;
		padding: 20px 10px;
		border-bottom: 1px dashed #50352b;
	}

	.n_cell1 {
		display: table-cell;
		width: 100px;
		vertical-align: top;
	}

	.n_cell2 {
		display: table-cell;
		vertical-align: top;
	}

	.bb_a_o a {
		color: #e8792b;
		text-decoration: none;
		border-bottom: 1px solid #e8792b;
	}

	/**/

	.map_style1 iframe {
		width: 100%;
		height: 400px;
	}

	/***************************/

	#cy_footer {
		margin-top: 40px;
	}

	.f_contact_box {
		background-color: #fff;
		padding: 30px 10px;
	}

	.f_contact_left {
		float: none;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #50352b;
		padding-bottom: 40px;
	}

	.web_more a {
		display: block;
		padding: 20px 10px;
		width: 94%;
		max-width: 480px;
		font-size: 14px;
	}

	.web_more .fa {
		font-size: 20px;
		position: relative;
	}

	.web_more .fa-caret-right {
		top: 3px;
	}

	.web_more a:hover {
		background-color: #ffa86b;
	}

	.f_contact_right {
		float: none;
		width: 100%;
		text-align: center;
		border-left: 0;
		margin-top: 40px;
	}

	.c_list li {
		margin-bottom: 10px;
	}

	.c_list a {
		display: block;
		padding: 10px 10px;
		color: #fff;
		text-decoration: none;
		background-color: #50352b;
		width: 94%;
		margin: 0 auto;
		max-width: 480px;
		border-radius: 10px;
		font-size: 14px;
	}
	.c_list li:nth-child(1) a {
		background-color: #e8792b;
	}

	.c_list .fa {
		font-size: 14px;
		position: relative;
		top: -2px;
	}

	.c_list .fa-caret-right {
		display: none;
	}

	.c_list a:hover {
		background-color: #ffa86b;
	}

	.c_minus {
		position: relative;
		top: -1px;
	}

	.f_text {
		text-align: left;
		width: 94%;
		margin: 0 auto;
		max-width: 480px;
	}

	/****/

	#f_box {
		padding: 300px 0 0;
		position: relative;
		z-index: 10;
		margin-top: -260px;
		text-align: center;
	}

	#f_logo {
		float: none;
	}
	#f_logo img {
		width: 240px;
		height: auto;
	}
	#f_right {
		float: none;
		text-align: center;
		margin-top: 30px;
	}

	#f_tel li {
		display: inline-block;
		padding-left: 15px;
		font-size: 20px;
		margin: 7px 0;
	}

	.pri_a a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}

	#copy {
		text-align: center;
		border-top: 1px solid #fff;
		margin-top: 40px;
		padding: 20px 0;
	}

	/*********************************************************************

	カウンセリング内容・料金

*********************************************************************/

	.main_size {
		height: 300px;
		border-radius: 30px;
	}

	#title_in {
		font-size: 24px;
		padding-top: 125px;
		line-height: 1.2em;
	}

	#title_in .eng {
		display: block;
		font-size: 16px;
	}

	/***********/

	.flex_three {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_three li {
		width: 48%;
		position: relative;
		margin: 20px 0;
	}

	.s_num {
		width: 50px;
		height: 50px;
		line-height: 2em;
		letter-spacing: 0.12em;
		font-size: 22px;
		border-radius: 50%;
		margin-left: 5px;
		position: absolute;
		top: -20px;
		left: 10px;
	}

	.s_center_bb {
		text-align: center;
		font-size: 16px;
	}

	/*********************************************************************

	個人向けトレーニング

*********************************************************************/
	#training_main {
		background-image: url(../images/training1.jpg);
	}

	.training_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.training_list li {
		width: 48%;
		border-top: 3px solid #50352b;
		border-bottom: 3px solid #50352b;
		padding: 5px 0;
		background-color: #fff;
	}
	.training_list li:nth-child(2) {
		width: 48%;
	}

	.t_box {
		border-top: 1px solid #50352b;
		border-bottom: 1px solid #50352b;
		padding: 40px;
	}

	/*********/

	.talking_list li {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 40px 0;
		border-bottom: 1px dashed #aaa;
	}

	.talk_left {
		width: 35%;
	}

	.talk_right {
		width: 60%;
	}

	.af_bb.af_bb_left:after {
		margin-left: 0;
	}
	.af_bb.af_bb_color_o:after {
		border-color: #e8792b;
	}

	/********/

	.left_radius_bg.radius_right {
		border-radius: 0 100px 0 100px;
	}

	.flex_phase {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_phase li {
		width: 100%;
		border: 1px dashed #50352b;
		padding: 40px;
		border-radius: 15px;
		margin: 10px 0;
	}

	.phase_num {
		text-align: center;
		font-size: 18px;
	}

	.phase_num span {
		display: block;
		font-size: 28px;
	}

	/*********************************************************************

	コンセプト

*********************************************************************/

	.center_text {
		text-align: center;
	}

	.flex_concept {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

	.c_w48 {
		width: 48%;
	}

	.order_2 {
		order: 2;
	}

	.border_midashi {
		font-size: 18px;
		position: relative;
	}

	.border_midashi span {
		position: relative;
		z-index: 100;
		background-color: #f2e3d7;
		padding: 0 20px 0 0;
	}

	.border_midashi:after {
		content: "";
		border-bottom: 1px dashed #50352b;
		position: absolute;
		top: 18px;
		left: 0;
		z-index: 10;
		width: 100%;
	}

	.w420 {
		width: 100%;
		max-width: 420px;
	}

	.mark2 {
		background: linear-gradient(transparent 80%, #ffff66 80%);
	}

	/***********************************/

	.c_width {
		width: 100%;
		position: relative;
		z-index: 100;
	}

	.bb_name {
		border-bottom: 1px dashed #b8b7b7;
		padding-bottom: 5px;
		font-size: 16px;
	}
	.bb_name span {
		font-size: 22px;
	}

	.concept_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.concept_list li {
		width: 48%;
		border-top: 3px solid #50352b;
		border-bottom: 3px solid #50352b;
		padding: 5px 0;
		background-color: #fff;
	}
	.concept_list li:nth-child(2) {
		width: 48%;
	}

	#c_img1 {
		display: none;
	}

	.c_min {
		min-height: 200px;
	}
	.copy100 {
		margin-top: 20px;
	}
	.copy100 img {
		position: static;
		top: 10px;
		right: 0;
		/**width: 120px;**/
		width: 200px;
		height: auto;
	}
	#video {
		width: 600px;
		height: 340px;
		display: block;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	.imap {
		padding-top: 60px;
	}
	.imap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.imap ul li {
		width: 100%;
	}
	.imap ul li:nth-child(2) {
		padding-top: 40px;
	}
	.imap iframe {
		width: 100%;
		height: 400px;
	}
	.imap21 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.new_btn a {
		font-size: 14px;
		max-width: 350px;
		margin: -80px auto 90px;
	}
}

@media only screen and (max-width: 740px) {
	#cy_header {
		width: 94%;
		max-width: 1680px;
		margin: 0 auto;
		padding: 20px 0 20px;
		position: relative;
	}

	#logo img {
		width: 160px;
		height: auto;
	}

	/*************/

	.padding100 {
		padding: 40px 0;
	}

	.padding100_180 {
		padding: 40px 0 120px;
	}

	.top_right {
		float: none;
		width: 100%;
	}

	.eng_midashi {
		font-size: 18px;
		text-align: center;
	}

	.af_bb:after {
		content: "";
		width: 30px;
		display: block;
		border-bottom: 1px solid #50352b;
		margin: 10px auto 0;
	}

	.ja_midashi {
		text-align: center;
		font-size: 14px;
	}
	.top_left {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	/**********************/

	.padding180_100 {
		padding: 40px 0 40px;
	}

	.padding180 {
		padding: 120px 0;
	}

	.padding100_0 {
		padding: 40px 0 0;
	}

	.center_midashi.left_im {
		text-align: left;
	}

	.before_bt:before {
		content: "";
		width: 30px;
		display: block;
		border-bottom: 2px solid #e8792b;
		margin: 0 0 30px;
	}

	.news_left {
		float: none;
		width: 100%;
	}

	.news_right {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	/*********************************************************************

	カウンセリング内容・料金

*********************************************************************/

	.main_size {
		height: 200px;
		border-radius: 20px;
	}

	#title_in {
		font-size: 16px;
		padding-top: 85px;
		line-height: 1.2em;
	}

	#title_in .eng {
		display: block;
		font-size: 14px;
	}

	/*********************************************************************

	個人向けトレーニング

*********************************************************************/

	.training_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.training_list li {
		width: 100%;
		border-top: 3px solid #50352b;
		border-bottom: 3px solid #50352b;
		padding: 5px 0;
		background-color: #fff;
		margin: 10px 0;
	}
	.training_list li:nth-child(2) {
		width: 100%;
	}

	.t_box {
		border-top: 1px solid #50352b;
		border-bottom: 1px solid #50352b;
		padding: 20px;
	}

	/*********/

	.talking_list li {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 40px 0;
		border-bottom: 1px dashed #aaa;
	}

	.talk_left {
		width: 35%;
	}

	.talk_right {
		width: 60%;
	}

	.af_bb.af_bb_left:after {
		margin-left: 0;
	}
	.af_bb.af_bb_color_o:after {
		border-color: #e8792b;
	}

	/************/
	.scroll_table {
		overflow: scroll;
	}
	.price_table {
		width: 740px;
	}

	.price_table th:nth-child(1) {
		background-color: transparent;
		border: 0;
	}
	.price_table th {
		background-color: #ffa86b;
		padding: 15px 10px;
		text-align: center;
		font-size: 14px;
		border: 1px solid #9a9999;
	}
	.price_table td {
		padding: 15px 10px;
		border: 1px solid #50352b;
	}
	.price_table td:nth-child(1) {
		background-color: #ffa86b;
	}

	/*********************************************************************

	コンセプト

*********************************************************************/

	.center_text {
		text-align: center;
	}

	.flex_concept {
		display: block;
	}

	.c_w48 {
		width: 100%;
		margin-bottom: 20px;
	}

	.order_2 {
		order: 2;
		margin-bottom: 20px;
	}

	.border_midashi {
		font-size: 16px;
		position: relative;
	}

	.border_midashi:after {
		top: 16px;
	}

	.w420 {
		width: 100%;
		max-width: 420px;
	}

	.mark2 {
		background: linear-gradient(transparent 80%, #ffff66 80%);
	}

	/***********************************/

	.c_width {
		width: 100%;
		position: relative;
		z-index: 100;
	}

	.bb_name {
		border-bottom: 1px dashed #b8b7b7;
		padding-bottom: 5px;
		font-size: 14px;
	}
	.bb_name span {
		font-size: 18px;
	}

	.concept_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.concept_list li {
		width: 100%;
		border-top: 3px solid #50352b;
		border-bottom: 3px solid #50352b;
		padding: 5px 0;
		background-color: #fff;
	}
	.concept_list li:nth-child(2) {
		width: 100%;
		margin-top: 20px;
	}

	#c_img1 {
		display: none;
	}

	.c_min {
		min-height: 0;
	}

	/*********************************************************************

	お問い合わせ

*********************************************************************/

	.contact_box {
		border: 1px dashed #50352b;
		padding: 20px 10px;
		border-radius: 20px;
		text-align: center;
	}

	.c_tel {
		font-size: 14px;
	}

	.c_tel span {
		font-size: 24px;
	}

	.contact_table li {
		display: block;
		width: 100%;
		border-bottom: 1px dashed #aaa;
	}

	.c_cell1 {
		display: block;
		width: 100%;
		padding: 20px 10px 0;
		font-size: 14px;
	}

	.c_cell2 {
		display: block;
		vertical-align: middle;
		padding: 10px 10px 30px;
	}

	.cy_submit {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		border: 1px solid #50352b;
		border-radius: 10px;
		background-color: transparent;
		padding: 20px;
		font-size: 14px;
	}

	/*********************************************************************

	カウンセラー養成講座へのご案内

*********************************************************************/

	.guidance_table li {
		display: block;
		width: 100%;
		border-bottom: 1px dashed #aaa;
	}

	.g_cell1 {
		display: block;
		width: 100%;
		padding: 20px 10px 0;
	}

	.g_cell2 {
		display: block;
		vertical-align: middle;
		padding: 10px 10px 20px;
	}

	/*********************************************************************

	アクセス

*********************************************************************/

	.ac_flex {
		display: block;
		margin-top: 20px;
	}

	.ac_right {
		width: 100%;
	}

	.center_midashi.ac_midashi_left {
		text-align: left;
	}

	.ac_midashi_left:before {
		width: 30px;
		margin: 0 0 10px;
	}

	.access_table li {
		display: table;
		width: 100%;
		border-bottom: 1px dashed #aaa;
	}

	.access_cell1 {
		display: table-cell;
		width: 120px;
		vertical-align: middle;
		padding: 15px 0 15px 10px;
	}

	.access_cell2 {
		display: table-cell;
		vertical-align: middle;
		padding: 15px 10px;
	}

	.ac_left {
		width: 100%;
	}
	.map_style2 iframe {
		width: 100%;
		height: 400px;
		margin-top: 40px;
	}
	.takasa {
		margin-top: 30px;
	}
	.none740 {
		display: none;
	}

	.acon {
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #ffa86b;
		color: #fff;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	.acon a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 15px 0;
		transition: 0.3s ease-in-out;
	}
	#video {
		width: 400px;
		height: 250px;
		display: block;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	#logo {
		float: left;
		width: 50%;
	}

	.imap {
		padding-top: 60px;
	}
	.imap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.imap ul li {
		width: 100%;
	}
	.imap ul li:nth-child(2) {
		padding-top: 40px;
	}
	.imap iframe {
		width: 100%;
		height: 300px;
	}
	.imap21 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
	/********************/

	.flexslider {
		height: 400px;
		position: relative;
		z-index: 10;
		float: right;
		width: 100%;
		max-width: 1000px;
		border-radius: 20px;
		overflow: hidden;
	}

	#fade1,
	#fade2,
	#fade3 {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: auto 400px;
		height: 400px;
	}
	#fade1 {
		background-position: 10% 0;
	}

	#fade3 {
		background-position: 40% 0;
	}

	#title {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 500;
		font-size: 16px;
		width: 100%;
		text-align: center;
	}

	#scroll {
		text-align: center;
		padding: 20px 0;
	}

	#scroll img {
		width: 40px;
		height: auto;
	}

	/*******************/

	.left_radius_bg {
		border-radius: 40px 0 40px 0;
	}

	.minus {
		margin-top: -60px;
	}

	.center_midashi {
		text-align: center;
	}

	.center_midashi .ja {
		font-size: 22px;
	}
	.center_midashi .eng {
		font-size: 14px;
	}

	.flex_pickup {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_pickup li {
		width: 100%;
		position: relative;
		margin: 20px 0;
	}

	/****/

	#f_box {
		padding: 300px 0 0;
		position: relative;
		z-index: 10;
		margin-top: -260px;
		text-align: center;
	}

	#f_logo {
		float: none;
	}
	#f_logo img {
		width: 200px;
		height: auto;
	}
	#f_right {
		float: none;
		text-align: center;
		margin-top: 30px;
	}

	#f_tel li {
		display: inline-block;
		padding-left: 15px;
		font-size: 20px;
		margin: 7px 0;
	}

	.pri_a a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}

	#copy {
		text-align: center;
		border-top: 1px solid #fff;
		margin-top: 40px;
		padding: 20px 0;
	}

	/*********************************************************************

	カウンセリング内容・料金

*********************************************************************/

	.main_size {
		height: 200px;
		border-radius: 20px;
	}

	#title_in {
		font-size: 16px;
		padding-top: 85px;
		line-height: 1.2em;
	}

	#title_in .eng {
		display: block;
		font-size: 14px;
	}

	/***********/

	.flex_three {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_three li {
		width: 100%;
		position: relative;
		margin: 20px 0;
	}

	.s_center_bb {
		font-size: 14px;
	}
	.s_center_bb:after {
		content: "";
		border-bottom: 2px solid #e8792b;
		width: 30px;
		margin: 10px auto 0;
		display: block;
	}

	.min {
		min-height: 0;
		margin-bottom: 20px;
	}

	.s_price_box {
		border: 1px dashed #50352b;
		padding: 10px;
		text-align: center;
		background-color: #fff;
	}

	.border_box {
		border: 1px dashed #50352b;
		padding: 20px 20px;
	}

	.w960_auto {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}

	/**********/

	.flex_two {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_two li {
		width: 100%;
		position: relative;
		margin: 40px 0;
	}

	/*********************************************************************

	個人向けトレーニング

*********************************************************************/

	.talking_list li {
		display: block;
		padding: 40px 0;
		border-bottom: 1px dashed #aaa;
	}

	.talk_left {
		width: 100%;
	}

	.talk_right {
		width: 100%;
		margin-top: 20px;
	}

	.af_bb.af_bb_left:after {
		margin-left: 0;
	}
	.af_bb.af_bb_color_o:after {
		border-color: #e8792b;
	}

	/************/
	.scroll_table {
		overflow: scroll;
	}
	.price_table {
		width: 480px;
	}

	.price_table th:nth-child(1) {
		background-color: transparent;
		border: 0;
	}
	.price_table th {
		background-color: #ffa86b;
		padding: 10px 10px;
		text-align: center;
		font-size: 14px;
		border: 1px solid #9a9999;
	}
	.price_table td {
		padding: 10px 10px;
		border: 1px solid #50352b;
	}
	.price_table td:nth-child(1) {
		background-color: #ffa86b;
	}

	/********/

	.left_radius_bg {
		border-radius: 50px 0 50px 0;
	}

	.left_radius_bg.radius_right {
		border-radius: 0 50px 0 50px;
	}

	.left_radius_bg.left_bottom_none {
		border-radius: 0 50px 0 0;
	}

	.flex_phase {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex_phase li {
		width: 100%;
		border: 1px dashed #50352b;
		padding: 20px;
		margin: 10px 0;
	}

	.phase_num {
		text-align: center;
		font-size: 14px;
	}

	.phase_num span {
		display: block;
		font-size: 18px;
	}

	.phase_midashi {
		font-size: 18px;
		text-align: center;
	}

	/*********************************************************************

	オンラインカウンセリング

*********************************************************************/

	.remote_flex {
		display: block;
	}

	.remote_left {
		width: 100%;
	}

	.re_img1 img {
		width: 100%;
		height: auto;
	}

	.remote_right {
		width: 100%;
	}

	.spnone {
		display: none;
	}

	.re_width {
		width: 100%;
		max-width: 570px;
	}

	/*********************************************************************

	ご予約

*********************************************************************/

	.res_flex {
		display: block;
		flex-wrap: wrap;
	}

	.res_left {
		width: 100%;
		font-size: 12px;
	}

	.res_right {
	}

	.res_inline {
		display: inline-block;
		padding-right: 10px;
	}

	.res_days {
		width: 48px;
		height: 30px;
	}

	.check_list label {
		font-size: 12px;
		font-weight: normal;
		padding-right: 5px;
	}

	.left_radius_bg.right_bottom_none {
		border-radius: 50px 0 0 0;
	}
	/********/
	.calendar {
		width: 100%;
		height: 500px;
		background-color: #facfa8;
		border-radius: 30px;
	}

	/*********************************************************************

	お知らせ

*********************************************************************/

	.news_list a {
		display: table;
		width: 100%;
		color: #000;
		text-decoration: none;
	}

	.news_cell1 {
		display: table-cell;
		width: 100px;
		padding: 10px 0;
	}

	.news_cell2 {
		display: table-cell;
		border-bottom: 1px dashed #aaa;
		padding: 10px 0;
	}

	.marker2 {
		background: linear-gradient(transparent 80%, #facfa8 80%);
	}

	.news_list li:nth-child(2n) .marker2 {
		background: linear-gradient(transparent 80%, #ffa86b 80%);
	}

	.block {
		display: none;
	}

	.coco2 {
		position: absolute;
		top: 28px;
		right: 120px;
		width: 150px;
		height: auto;
	}

	.min2 {
		min-height: auto;
		padding-bottom: 20px;
	}
	#video {
		width: 320px;
		height: 200px;
		display: block;
		margin: 0 auto;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 370px) {
	#video {
		width: 280px;
		height: 180px;
		display: block;
		margin: 0 auto;
		margin-bottom: 60px;
	}
}

.link_sp {
	display: none;
}
.acon_sp {
	display: none;
}
@media (max-width:670px) {
	.acon_sp {
		display: block;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(34,139,34,1);
		color: #fff;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
	}
	.acon_sp a {
		display: block;
		color: rgba(245,255,255,1);
		text-decoration: none;
		padding: 20px 0;
		transition: 0.3s ease-in-out;
	}
	.acon_sp a:hover {
		background-color: #50352b;
	}
	.acon {
		display: none;
	}
	.link_pc {
		display: none;
	}
	.link_sp {
		display: block;
	}
}
