@charset "UTF-8";
/*
Theme Name: 幸せの調律サロン Ainotice
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	color: #000;
	letter-spacing: 0;
	font-size: 62.5%;
}
html {
	/*-----------------------------------------
	ゴシック主体の場合
	-----------------------------------------*/
	/*font-family: 'Noto Sans JP', sans-serif;
	/*font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	/*-----------------------------------------
	明朝体主体の場合
	-----------------------------------------*/
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}
a {
	transition: 0.1s linear all;
	color: #222;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-type: none;
}
p, th, td, li, dt, dd {
	line-height: 2;
}
img {
	max-width: 100%;
	height: auto;
	border: none !important;
	vartical-align: bottom;
	outline: none;
}
area {
	border: none;
	outline: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*-----------------------------------------
wrapper
-----------------------------------------*/
.wrapper {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
/*-----------------------------------------
header
-----------------------------------------*/
.header_inner {
	z-index: 9;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 72px;
	padding: 0 80px;
	background: #FFF;
	font-size: 1.5rem;
}
.header_logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 72px;
}
.header_inner .logo {
	width: 110px;
	margin-right: 15px;
}
.header_logo p a {
	color: #828282;
	font-size: 2.7rem;
	font-family: 'Raleway', sans-serif;
}
.gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.gnav a {
	padding: 0 1em;
	color: #606060;
}
.gnav a:hover {
	color: #ca5b9d;
}
/*-----------------------------------------
gnav
-----------------------------------------*/
.spbtn {
	display: none;
	position: relative;
	width: 40px;
	height: 30px;
}
.menu__line {
	background: #606060; /* スマホメニュー3本線の色はここで変更できます */
	display: block;
	height: 3px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line--center {
	top: calc(50% - 1.5px);
}
.menu__line--bottom {
	bottom: 0;
}
.menu__line--top.active {
	top: calc(50% - 1.5px);
	transform: rotate(45deg);
}
.menu__line--center.active {
	transform: scaleX(0);
}
.menu__line--bottom.active {
	top: calc(50% - 1.5px);
	transform: rotate(135deg);
}
.wrapper .spmenu {
	width: 50%;
	position: fixed;
	z-index: 9999;
	left: -80%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.98);
	overflow: auto;
	height: 100%;
}
.wrapper .spmenu li {
	width: 100%;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
	overflow: hidden;
}
.wrapper .spmenu li:first-child {
	line-height: 1em;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.wrapper .spmenu li:last-child {
	border-bottom: none;
}
.wrapper .spmenu li a {
	color: #222;
	display: block;
	font-size: 12px;
	padding: 10px 0 10px 15px;
}
.wrapper .spmenu li:first-child a {
	padding: 10px 0 10px 0;
}
.wrapper .spmenu li a:hover {
	text-decoration: none;
}
.wrapper .spmenu li a img {
	width: 64%;
}
/*-----------------------------------------
footer
-----------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	width: 50px;
}
.pagetop a {
	display: block;
	background: #ca5b9d;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}
.pagetop a:hover {
	background: #CCC;
}
.common_sns {
	padding: 30px 0 15px;
	background: url("images/common/sns_bg.png") no-repeat center top;
	background-size: cover;
}
.common_sns ul {
	max-width: 900px;
	margin: 0 auto;
}
.common_sns li {
	width: 48%;
	max-width: 334px;
	margin: 0 25px 15px;
}
.common_sns li a {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: #FFF;
	border-radius: 66px;
	box-shadow: 0px 0px 15px 0px rgba(96, 98, 99, 0.1);
}
.common_sns li a:after {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: 25px;
	top: 50%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translate(0, -75%);
	transition: 0.1s linear all;
}
.common_sns li a:hover {
	background: #f4f4f4;
}
.common_sns li a:hover:after {
	right: 20px;
}
.common_sns figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 66px;
}
.footer_inner {
	padding: 50px 80px;
}
.footer_inner .logo {
	width: 220px;
}
.footer_inner nav li {
	display: inline;
	margin-left: 1em;
}
.footer_inner nav li a {
	color: #606060;
	font-size: 1.5rem;
}
.footer_inner nav li a:hover {
	color: #ca5b9d;
}
.footer_inner nav li a:after {
	content: '/';
	display: inline-block;
	margin-left: 1em;
}
.footer_inner nav li:last-child a:after {
	content: '';
}
.copyright {
	padding: 20px 0 40px;
	background: #eee;
	color: #727171;
	font-size: 1.2rem;
	text-align: center;
}
/*-----------------------------------------
common
-----------------------------------------*/
h3 {
	margin-bottom: 60px;
	color: #606060;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 4px;
}
.h3_en {
	margin-bottom: 20px;
	text-align: center;
}
h4 {
	margin-bottom: 60px;
	color: #606060;
	font-size: 2.4rem;
	letter-spacing: 2px;
}
table {
	width: 100%;
}
tr {
	border-bottom: 1px solid #eee;
}
th {
	width: 18em;
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
td {
	padding: 20px 0;
	text-align: left;
}
.section_inner {
	width: 90%;
	margin: 100px auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.Ac {
	align-items: center;
}
.flex.Jc {
	justify-content: center;
}
.flex.imgR .cont {
	width: 65%;
	text-align: left;
}
.flex.imgL .cont {
	width: 65%;
	text-align: left;
}
.flex.imgR .img {
	width: 31%;
}
.flex.imgL .img {
	width: 31%;
}
.btn, .btn_pink {
	margin: 30px 0;
}
.btn a {
	position: relative;
	display: inline-block;
	min-width: 310px;
	padding: 20px 40px;
	border: 1px solid #a8aca1;
	border-radius: 30px;
	background: #FFF;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}
.btn_pink a {
	position: relative;
	display: inline-block;
	min-width: 310px;
	padding: 15px 55px;
	border-radius: 30px;
	background: linear-gradient(127deg, rgba(202, 91, 157, 1) 0%, rgba(234, 84, 98, 1) 100%);
	background: -webkit-linear-gradient(127deg, #ca5b9d 0%, #ea5462);
	color: #FFF;
	font-size: 2.1rem;
	line-height: 1.3;
	text-align: center;
}
.btn.wide a {
	min-width: 410px;
}
.btn a:before {
	z-index: -1;
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	right: -7px;
	bottom: -7px;
	border-radius: 100px;
	background: #efefef;
}
.btn_pink a:before {
	z-index: -1;
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	right: -7px;
	bottom: -7px;
	border-radius: 100px;
	background: #dfdcea;
}
.btn a:after {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: 25px;
	top: 50%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translate(0, -75%);
	transition: 0.1s linear all;
}
.btn_pink a:after {
	z-index: 2;
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: 25px;
	top: 50%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translate(0, -75%);
	transition: 0.1s linear all;
}
.btn a:hover {
	background: #fff8d6;
}
.btn_pink a:hover {
	background: #ca5b9d;
}
.btn a:hover:after, .btn_pink a:hover:after {
	right: 20px;
}
.gra {
	display: inline-block;
	background: linear-gradient(127deg, rgba(243, 152, 45, 1) 0%, rgba(234, 84, 98, 1) 100%);
	background: -webkit-linear-gradient(127deg, #ea5462 0%, #f3982d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gra.pink {
	display: inline-block;
	background: linear-gradient(127deg, rgba(202, 91, 157, 1) 0%, rgba(234, 84, 98, 1) 100%);
	background: -webkit-linear-gradient(127deg, #ca5b9d 0%, #ea5462);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gra.blue {
	display: inline-block;
	background: linear-gradient(127deg, rgba(31, 176, 226, 1) 0%, rgba(88, 76, 157, 1) 100%);
	background: -webkit-linear-gradient(127deg, #584c9d 0%, #1fb0e2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pink {
	color: #ca5b9d;
}
/*-----------------------------------------
top
-----------------------------------------*/
.mainimg {
	z-index: 2;
	position: relative;
	width: 100%;
	margin: 72px 0 0;
	background: url("images/top/mv_bg.png") no-repeat center;
	background-size: cover;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slick-dots {
	bottom: 15px !important;
}
.mainimg.second {
	background-image: url("images/top/mv02_img.jpg"), url("images/top/mv_bg.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right center, center;
	background-size: 56% 100%, cover;
}
.mainimg .flex {
	width: 100%;
	max-width: 1200px;
	height: 667px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.mainimg .txt {
	margin-left: 60px;
}
.mainimg .txt02 {
	margin: 15px 0 10px 230px;
}
.mainimg .txt03 {
	color: #000000;
	font-size: 2.1rem;
}
.mainimg.second .txt01 {
	position: relative;
	z-index: 2;
	color: #606060;
	font-size: 2.4rem;
	margin: 0 0 0;
}
.mainimg.second .txt02 {
	position: relative;
	z-index: 1;
	margin: -50px 0 -30px -64px;
}
.mainimg.second .txt03 {
	position: relative;
	z-index: 2;
	margin: 0 0 0;
}
.mainimg.second .btn a {
	min-width: 216px;
	padding: 15px 40px;
}
.mainimg figure {
	position: relative;
	align-self: flex-end;
}
.mainimg .taniguchi {
	position: relative;
	z-index: 2;
}
.mainimg .wave01 {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 110px;
}
.mainimg .wave02 {
	z-index: 1;
	position: absolute;
	left: -280px;
	top: 15px;
}
.mainimg.second .wave01 {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: -80px;
}
.mainimg.second .wave02 {
	z-index: 1;
	position: absolute;
	left: 310px;
	top: 45px;
}
.mainimg .wave03 {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 110px;
}
.home_hypnotherapy {
	position: relative;
	padding: 1px;
	background: rgba(255, 248, 220, 0.2);
}
.home_hypnotherapy .section_inner {
	width: 90%;
	max-width: 1280px;
}
.home_hypnotherapy .section_inner.intro {
	margin-bottom: 70px;
}
.home_hypnotherapy .section_inner.intro .gra {
	display: inline-block;
	background: linear-gradient(127deg, rgba(243, 152, 45, 1) 0%, rgba(255, 217, 0, 1) 100%);
	background: -webkit-linear-gradient(127deg, #ffd900 0%, #f3982d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4rem;
}
.home_hypnotherapy .section_inner.hypnotherapy {
	position: relative;
	margin-top: 70px;
	padding: 60px 0 30px;
}
.home_hypnotherapy .wave01 {
	position: absolute;
	right: -80px;
	top: -250px;
}
.home_hypnotherapy .wave02 {
	position: absolute;
	left: -80px;
	bottom: -130px;
}
.home_hypnotherapy .section_inner.hypnotherapy:before {
	z-index: 1;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 80%;
	max-width: 800px;
	height: 100%;
	background: #FFF;
	transform: translateX(-50%);
}
.home_hypnotherapy .section_inner.hypnotherapy > * {
	position: relative;
	z-index: 2;
}
.home_hypnotherapy .section_inner.hypnotherapy .flex {
	margin-left: 60px;
}
.home_hypnotherapy .section_inner.hypnotherapy .cont p {
	margin-bottom: 20px;
}
.home_hypnotherapy .section_inner.hypnotherapy .cont p:first-child {
	margin-bottom: 30px;
}
.home_hypnotherapy .hypnotherapy figure {
	margin: 0 20px 30px;
}
.home_menu {
	position: relative;
	width: 100%;
	padding: 1px;
}
.home_menu:before {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	top: 380px;
	left: 0;
	width: 58%;
	height: 390px;
	background: #f7f6fb;
}
.home_menu .section_inner {
	width: 100%;
	max-width: 1280px;
}
.home_menu .cont {
	position: relative;
	width: 45%;
	text-align: center;
}
.home_menu .cont .wave01 {
	position: absolute;
	top: 60px;
	left: 0;
}
.home_menu .cont .txt {
	display: inline-block;
}
.home_menu .img {
	width: 55%;
	padding: 55px 0 0 55px;
	background: url("images/top/menu_bg01.png") no-repeat left top;
}
.home_menu h3 {
	color: #dd525b;
	font-size: 1.7rem;
}
.home_menu h4 {
	margin-bottom: 30px;
	color: #ca5b9d;
	text-align: left;
}
.home_menu .txt p {
	display: inline-block;
	text-align: left;
}
.home_menu .link {
	width: 86%;
	margin: 50px auto 0;
}
.home_menu .link .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}
.home_menu .link .wrap {
	flex: 1;
	margin: 0 20px;
	padding: 35px 40px 40px;
	border: 1px solid #ca5b9d;
	background: #FFF;
	text-align: center;
}
.home_menu .link p {
	color: #606060;
	font-weight: bold;
	font-size: 2.1rem;
}
.home_menu .link p small {
	color: #ca5b9d;
}
.home_menu .link p.en {
	margin: 0 0 20px;
	color: #ca5b9d;
	font-size: 1.4rem;
}
.home_menu .link p.price {
	display: inline-block;
	border-bottom: 2px dashed #aaaaaa;
	font-size: 2rem;
	line-height: 1.2;
}
.home_menu .link p.btn a {
	width: 300px;
	color: #606060;
}
.home_profile {
	position: relative;
	padding: 1px;
}
.home_profile:before {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	left: 60%;
	bottom: 0;
	width: 100%;
	height: 450px;
	background: #fffbf4;
}
.home_profile .section_inner {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 40px auto;
}
.home_profile .wave01 {
	z-index: -1;
	position: absolute;
	right: -30px;
	top: 10px;
}
.home_profile .wave02 {
	z-index: -1;
	position: absolute;
	left: 30px;
	bottom: -60px;
}
.home_profile .lead {
	margin-bottom: 60px;
	text-align: center;
}
.home_profile .img {
	margin: 0 60px 60px 0;
}
.home_profile figure {
	text-align: right;
}
.home_profile .name {
	margin: 20px 0;
	letter-spacing: 0;
}
.home_profile .sign {
	text-align: right;
}
.home_profile .txt p {
	margin-bottom: 30px;
}
.home_news h3 {
	color: #dd525b;
	font-size: 1.7rem;
}
.home_news div.whatsnew a {
	padding: 15px 20px;
	background: #fffbf4;
}
.home_news div.whatsnew a:hover {
	background: #f4f4f4;
}
.home_news div.whatsnew .newmark {
	margin-right: 10px;
	background: #ca5b9d;
}
.home_news div.whatsnew dt {
	width: 10em;
}
.home_news div.whatsnew dd {
	/*display: flex;
	align-items: center;*/
}
.home_news .section_inner {
	width: 100%;
	max-width: 910px;
}
.home_news ul {
	margin-bottom: 60px;
}
div.whatsnew hr {
	display: none;
}
.home_nav .btn {
	margin: 50px 0 0;
}
/*-----------------------------------------
ぱんくず
-----------------------------------------*/
.wrapper .breadcrumb {
	width: 1000px;
	margin: 10px auto;
}
.wrapper .breadcrumb ul {
	overflow: hidden;
}
.wrapper .breadcrumb ul li {
	float: left;
	font-size: 11px;
}
/*-----------------------------------------
見出し
-----------------------------------------*/
.pageimg {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 294px;
	margin: 66px 0;
	text-align: center;
}
.page-story .pageimg {
	background: url("images/story/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.page-about .pageimg {
	background: url("images/about/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.page-menu .pageimg {
	background: url("images/menu/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.page-contact .pageimg {
	background: url("images/contact/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.page-terms .pageimg {
	background: url("images/terms/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.page-privacypolicy .pageimg {
	background: url("images/privacypolicy/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.page-law .pageimg {
	background: url("images/law/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.archive .pageimg, .category .pageimg, .single .pageimg {
	background: url("images/news/pageimg.jpg") no-repeat center bottom;
	background-size: cover;
}
.error404 .pageimg {
	background: #f4f4f4;
}
.pageimg h2 {
	display: inline-block;
	margin-top: 15px;
	font-size: 1.7rem;
	background: linear-gradient(127deg, rgba(243, 152, 45, 1) 0%, rgba(234, 84, 98, 1) 100%);
	background: -webkit-linear-gradient(127deg, #ea5462 0%, #f3982d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*-----------------------------------------
内部共通
-----------------------------------------*/
.ttl {
	position: relative;
}
.ttl .sub {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.ttl.pink h3 {
	color: #ca5b9d;
	font-size: 2.4rem;
}
.ttl.pink .sub {
	top: 35px;
	color: #ca5b9d;
	font-size: 1.4rem;
}
.story_episode {
	text-align: center;
	position: relative;
}
.story_episode.intro .section_inner {
	margin-bottom: 60px;
}
.story_episode.episode01 .section_inner {
	margin-top: 60px;
}
.story_episode.episode01:before {
	z-index: -1;
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	content: '';
	width: calc(50% + 280px);
	height: 63%;
	background: #faf7f0;
}
.story_episode.episode01:after {
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 20%;
	display: block;
	content: url("images/story/story_wave01.png");
}
.story_episode.episode01 figure {
	width: 105%;
	max-width: 912px;
	margin: 0 auto;
	position: relative;
}
.story_episode.episode01 figure:before {
	z-index: -1;
	position: absolute;
	right: -190px;
	bottom: -250px;
	display: block;
	content: url("images/story/story_wave04.png");
}
.story_episode.episode02:before {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 20px;
	display: block;
	content: '';
	width: calc(50% + 280px);
	height: 63%;
	background: #faf7f0;
}
.story_episode.episode02:after {
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: -100px;
	display: block;
	content: url("images/story/story_wave04.png");
}
.story_episode.episode02 figure {
	width: 105%;
	max-width: 912px;
	margin: 0 auto;
	position: relative;
}
.story_episode.episode02 figure:before {
	z-index: -1;
	position: absolute;
	left: -170px;
	bottom: -140px;
	display: block;
	content: url("images/story/story_wave02.png");
}
.story_episode.episode03:before {
	z-index: -1;
	position: absolute;
	right: 40%;
	top: 345px;
	display: block;
	content: '';
	width: 755px;
	height: 650px;
	background: #faf7f0;
}
.story_episode.episode03:after {
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 17%;
	display: block;
	content: url("images/story/story_wave01.png");
}
.story_episode.epilogue:before {
	z-index: -1;
	position: absolute;
	right: 0;
	top: -20px;
	display: block;
	content: url("images/story/story_wave03.png");
}
.story_episode .num {
	margin-bottom: 40px;
}
.story_episode .num span {
	display: inline-block;
	padding: 5px 2em;
	background: #ca5b9d;
	color: #FFF;
}
.story_episode.epilogue .num span {
	background: #ea5462;
}
.story_episode h4 {
	margin-bottom: 45px;
	font-size: 4rem;
}
.story_episode h5 {
	margin: 60px 0 30px;
	color: #ca5b9d;
	font-size: 2.4rem;
}
.story_episode.epilogue h5 {
	color: #ea5462;
}
.story_episode .cont {
	z-index: 1;
	position: relative;
	width: 80%;
	max-width: 750px;
	margin: 0 auto 100px;
	text-align: left;
}
.story_profile {
	padding-top: 1px;
	background: url("images/story/profile_bg.png") no-repeat left top;
	background-size: 60% auto;
}
.story_profile .section_inner {
	margin-top: 50px;
	max-width: 910px;
	margin-bottom: 0;
}
.story_profile .flex {
	align-items: flex-end;
}
.story_profile .left {
	flex: 1;
}
.story_profile h4 {
	margin-bottom: 40px;
}
.story_profile .right figure {
	margin-bottom: 30px;
}
.story_profile .right .sign {
	margin: 10px 0 25px;
}
.story_profile .right ul {
	padding-left: 25px;
	border-left: 2px solid #fce7ce;
	font-size: 1.5rem;
}
.story_profile .left p {
	margin-top: 30px;
}
.story_profile .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 0;
}
.story_profile .detail dl {
	width: calc(50% - 15px);
	padding: 20px 25px;
	background: #faf7f0;
}
.story_profile .detail dt {
	color: #f3982d;
	font-size: 1.7rem;
}
.story_profile .detail dd {
	font-size: 1.5rem;
}
.story_profile .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 60px 0;
	padding: 30px 0;
	border-top: 2px solid #fce7ce;
}
.story_profile .logo .txt {
	flex: 1;
	padding-right: 30px;
	font-size: 1.5rem;
}
.page-about .ttl {
	display: inline-block;
}
.page-about .ttl h3 {
	display: inline-block;
}
.page-about .ttl .en {
	position: absolute;
	right: -40px;
	top: 30px;
}
.about_intro {
	position: relative;
	background-image: url("images/common/wave_L.png"), url("images/common/wave_R.png");
	background-position: left top 200px, right bottom 200px;
	background-repeat: no-repeat, no-repeat;
}
.about_intro .section_inner {
	width: 100%;
	background: url("images/about/intro_en.png") no-repeat center;
}
.about_intro .flex {
	justify-content: space-around;
}
.about_intro .imgL {
	align-self: end;
	margin-bottom: 140px;
}
.about_intro .txt {
	min-width: 724px;
}
.about_intro .txt p {
	margin-bottom: 30px;
}
.about_detail .section_inner {
	max-width: 1280px;
}
.about_detail .illust {
	width: 100%;
	max-width: none;
	padding-top: 70px;
	background: #fcfbf8;
}
.about_detail .illust figure {
	width: 80%;
	max-width: 830px;
	margin: 0 auto;
	padding: 50px 20px 0;
	background: #FFF;
}
.about_detail h4 {
	margin: 50px 0 20px;
	color: #f3982d;
	font-size: 1.8rem;
}
.about_detail .cont h5 {
	display: inline-block;
	margin: 50px 0 20px;
	padding: 6px 20px;
	border: 1px solid #f3982d;
	color: #f3982d;
	font-size: 1.8rem;
}
.about_detail .cont dl {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 30px;
}
.about_detail .cont dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 70px;
	margin-right: 15px;
	color: #f3982d;
	font-size: 2.1rem;
}
.about_detail .cont dt:after {
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background: #c8c8c8;
}
.about_detail .cont dd {
	width: calc(100% - 85px);
}
.about_detail .imgR .cont {
	padding-left: 100px;
}
.about_detail .imgR .img {
	position: relative;
	padding-top: 90px;
}
.about_detail .imgR .img:before {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	top: 120px;
	left: 26px;
	width: 319px;
	height: 377px;
	background: #fdeed2;
}
.about_detail .img01 {
	float: left;
	margin-bottom: 60px;
}
.about_detail .img02 {
	float: right;
	margin-bottom: 60px;
}
.about_detail .imgL {
	position: relative;
	padding-bottom: 50px;
}
.about_detail .imgL:after {
	z-index: -1;
	content: url("images/common/wave_R.png");
	display: block;
	position: absolute;
	right: -230px;
	top: -60px;
}
.about_detail .imgL:before {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	right: 47%;
	top: 260px;
	width: 100%;
	height: calc(100% - 260px);
	background: #fcfbf8;
}
.about_detail .imgL .img {
	position: relative;
	padding-top: 50px;
	background: url("images/about/detail_bg02.png") no-repeat left bottom;
}
.about_detail .imgL .img:before {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	top: 140px;
	left: 60px;
	width: 262px;
	height: 416px;
	background: url("images/about/detail_bg01.png") no-repeat center;
	background-size: cover;
}
.about_detail .img03 {
	float: left;
	margin: 150px 0 50px;
}
.about_detail .img04 {
	float: right;
}
.about_detail .img05 {
	position: absolute;
	left: 24px;
	bottom: 30px;
}
.about_effect .section_inner, .about_difference .section_inner, .about_w_effect .section_inner {
	width: 100%;
}
.about_effect figure, .about_difference figure, .about_w_effect figure {
	position: relative;
	margin-bottom: 50px;
}
.about_effect figure:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: url("images/common/wave_L.png");
}
.about_effect .txt, .about_difference .txt, .about_w_effect .txt {
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}
.page-about .about_w_effect .ttl .en {
	right: 30px;
	top: 80px;
}
.about_w_effect {
	position: relative;
}
.about_w_effect:before {
	z-index: -1;
	content: url("images/common/wave_R.png");
	display: block;
	position: absolute;
	right: 0;
	top: -70px;
}
.about_w_effect .btn {
	margin-top: 60px;
}
.about_link {
	padding: 1px 0;
	background: url("images/about/link_bg.png") no-repeat center;
	background-size: cover;
}
.about_link .section_inner {
	margin: 50px auto;
}
.about_link .btn_pink a {
	padding: 20px 40px;
}
.about_link .btn_pink a:before {
	z-index: 1;
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	right: 10px;
	background: #FFF;
	border-radius: 25px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.1s linear all;
}
.about_link .btn_pink span {
	font-size: 1.6rem;
}
.about_link .btn_pink a {
	padding: 20px 80px;
	border-radius: 40px;
}
.about_link .btn_pink a:after {
	border-top: 1px solid #ca5b9d;
	border-right: 1px solid #ca5b9d;
}
.menu_online .section_inner {
	max-width: 1150px;
}
.menu_online .ttl {
	position: relative;
	display: inline-block;
}
.menu_online .ttl h3 {
	display: inline-block;
}
.menu_online .ttl .en {
	position: absolute;
	right: -40px;
	top: 50px;
}
.menu_online .flex.imgL .img {
	position: relative;
	width: 50%;
	padding-bottom: 75px;
}
.menu_online .flex.imgL .img img {
	width: 100%;
	height: auto;
}
.menu_online .flex.imgL .img:before {
	z-index: -1;
	content: url("images/menu/online_bg.png");
	display: block;
	position: absolute;
	bottom: 0;
	left: -90px;
}
.menu_online .flex.imgL .cont {
	width: 42%;
}
.menu_online .flex.imgL .cont p {
	margin-bottom: 25px;
}
.menu_online.kouza {

	padding-top: 1px;
	background: url("images/story/profile_bg.png") no-repeat left top;
	background-size: cover;
}
.menu_online.kouza ul {
	width: 100%;
	background: #FFF;
	padding: 50px;
}
.menu_online.kouza .zoomDL {
	margin: 20px 0;
	    padding: 20px 30px;
    border: 1px solid #ca5b9d;
    background: #FFF;
}
.menu_online.kouza .zoomDL h4 {
	margin-bottom: 7px;
		color: #ca5b9d;
	font-size: 1.6rem;
	font-weight: bold;
}
.menu_online.kouza .zoomDL a {
	color: #ca5b9d;
}

.menu_online.kouza .zoomDL p {font-size: 1.5rem;}
.menu_online.kouza .zoomDL .btn {
    margin: 15px 0;
}
.menu_flow .bg_line {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
.menu_flow .bg_line:after {
	content: '';
	position: absolute;
	left: 40px;
	top: 60px;
	width: 0;
	height: calc(100% - 120px);
	border: 1px dashed #e6b2d1;
}

.menu_flow .wrap {
	position: relative;
	width: 100%;
	min-height: 320px;
	margin-bottom: 50px;
	padding: 50px 80px;
	border: 1px solid #ca5b9d;
}
.menu_flow .wrap:before {
	z-index: 2;
	position: absolute;
	left: 22px;
	top: 44px;
	content: url("images/menu/flow_circle.png");
	display: block;
}
.menu_flow .wrap.hypnotherapy:before {
	z-index: 2;
	position: absolute;
	left: 22px;
	top: 44px;
	content: url("images/menu/flow_circle2.png");
	display: block;
}
.menu_flow .wrap .img {
	position: absolute;
	right: -150px;
	top: 50%;
	transform: translateY(-50%);
	width: calc(32% + 150px);
}
.menu_flow .wrap .img img {
	width: 100%;
	height: auto;
}
.menu_flow .wrap.counseling .img:before {
	z-index: -1;
	content: url("images/menu/flow_bg01.png");
	position: absolute;
	left: -15px;
	top: -15px;
}
.menu_flow .wrap.hypnotherapy .img:before {
	z-index: -1;
	content: url("images/menu/flow_bg02.png");
	position: absolute;
	right: -15px;
	bottom: -15px;
}
.menu_flow .wrap.feedback .img:before {
	z-index: -1;
	content: url("images/menu/flow_bg01.png");
	position: absolute;
	left: -15px;
	top: -15px;
}
.menu_flow .wrap .ttl h4 {
	margin-bottom: 30px;
	padding-bottom: 45px;
	border-bottom: 2px solid #d5d5d5;
	color: #ca5b9d;
}
.menu_flow .wrap .ttl .en {
	position: absolute;
	left: 0;
	top: 20px;
	color: #ca5b9d;
	font-size: 1.4rem;
}
.menu_flow .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 960px;
	margin: 60px auto 50px;
}
.menu_flow .price dl {
	width: calc(50% - 10px);
	padding: 35px 20px 40px;
	border: 1px solid #ca5b9d;
	background: #FFF;
	line-height: 1.7;
	text-align: center;
}
.menu_flow .price dt {
	font-weight: bold;
	font-size: 2.1rem;
	color: #606060;
}
.menu_flow .price dt small {
	color: #ca5b9d;
}
.menu_flow .price dt span {
	display: block;
	margin: 0 0 20px;
	color: #ca5b9d;
	font-size: 1.4rem;
}
.menu_flow .price dd {
	display: inline-block;
	color: #606060;
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 2px dashed #aaaaaa;
	line-height: 1.2;
}
.menu_online ul {
	display: inline-block;
	margin: 50px auto 0;
}
.menu_online li {
	position: relative;
	padding: 0 0 5px 37px;
	text-align: left;
}
.menu_online li:before {
	content: url("images/common/ico_check.svg");
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 22px;
	height: 22px;
}
.menu_faq {
	padding: 1px 0;
	background: #fcfbf8;
}
.menu_faq .section_inner {
	max-width: 1280px;
}
.menu_faq .wrap {
	margin-bottom: 30px;
	padding: 30px 65px;
	background: #FFF;
}
.menu_faq dt {
	position: relative;
	padding: 0 0 15px 65px;
	border-bottom: 2px solid #ececec;
	font-size: 2.1rem;
}
.menu_faq dt:before {
	content: 'Q';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #1fb0e2;
	border-radius: 50px;
	color: #FFF;
	font-size: 1.7rem;
	width: 38px;
	line-height: 38px;
	text-align: center;
}
.menu_faq dd {
	padding: 20px 0 0 65px;
}
.contact_intro {
	position: relative;
	background-image: url("images/common/wave_L.png"), url("images/common/wave_R.png");
	background-position: left top 200px, right bottom;
	background-repeat: no-repeat, no-repeat;
}
.contact_intro .section_inner {
	width: 100%;
	background: url("images/contact/bg_en.png") no-repeat center bottom 45px;
}
.contact_intro .flex {
	justify-content: space-around;
	min-height: 460px;
}
.contact_intro .imgL {
	align-self: end;
}
.contact_intro .txt {
	min-width: 724px;
}
.contact_form {
	padding: 1px 0;
	margin: 75px auto;
	background: url("images/contact/form_bg.png") no-repeat center top;
	background-size: cover;
}
.contact_form .section_inner {
	max-width: 1000px;
	padding: 60px;
	background: #FFF;
}
.contact_form .lead {
	display: inline-block;
	margin: 0 auto 50px;
	text-align: left;
}
/*-----------------------------------------
コンタクトフォーム用
-----------------------------------------*/
.contact_form table {
	width: 100%;
	margin-bottom: 40px;
}
.contact_form tr {
	border-bottom: 1px solid #eee;
}
.contact_form th {
	width: 30%;
	padding: 20px 0;
	color: #ca5b9d;
	text-align: left;
	vertical-align: middle;
}
.contact_form td {
	padding: 20px 0 20px 20px;
	text-align: left;
}
.contact_form td a {
	color: #ca5b9d;
}
.mailform table th span {
	background: #ca5b9d;
	font-size: 12px;
	float: right;
	padding: 0 7px;
	color: white;
}
.submit {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	padding: 10px 1.9%;
	width: 96%;
	background: #f2f2f2;
	border: none;
}
input[type="submit"] {
	-webkit-appearance: none;
	width: 250px;
	background: url(images/56/arrow.png) no-repeat 94% center #111;
	color: white;
	text-align: center;
	border: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 25px;
	transition: 0.1s linear all;
}
input[type="submit"] {
	position: relative;
	display: inline-block;
	min-width: 310px;
	margin: 30px 0 0;
	padding: 15px 55px;
	border-radius: 30px;
	background: linear-gradient(127deg, rgba(202, 91, 157, 1) 0%, rgba(234, 84, 98, 1) 100%);
	background: -webkit-linear-gradient(127deg, #ca5b9d 0%, #ea5462);
	font-size: 1.8rem;
	font-weight: normal;
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.3;
}
input[type="submit"]:hover {
	background: #ca5b9d;
}
.terms_cont, .privacypolicy_cont, .law_cont {
	background-image: url("images/common/wave_L.png"), url("images/common/wave_R.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top 30px, right top 210px;
}
.terms_cont, .privacypolicy_cont, .law_cont {
	position: relative;
}
.terms_cont .section_inner, .privacypolicy_cont .section_inner, .law_cont .section_inner {
	max-width: 1280px;
}
.terms_cont h4 {
	margin-bottom: 40px;
	color: #ca5b9d;
	font-size: 1.8rem;
}
.terms_cont dt, .privacypolicy_cont dt {
	margin-top: 40px;
	color: #ca5b9d;
	font-weight: bold;
}
.terms_cont dt:first-child, .privacypolicy_cont dt:first-child {
	margin-top: 0;
}
/*-----------------------------------------
pagenavi
-----------------------------------------*/
.wp-pagenavi {
	margin-bottom: 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	background-color: #0033a1;
	border: 1px solid #0033a1 !important;
	color: white;
	padding: 5px 8px !important;
	font-size: 14px;
	transition: 0.1s linear all;
}
.wp-pagenavi span.current {
	background-color: white;
	font-weight: normal !important;
	color: #0033a1;
}
.wp-pagenavi a:hover {
	background-color: #0033a1;
	color: white;
}
/*--------------------------------------------------------------------------------
	新着情報 //news
---------------------------------------------------------------------------------*/
body.page-news main, body.archive main, body.category main, body.single main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
	width: 90%;
	margin: 50px auto 120px;
}
.news__cont {
	flex: 1;
}
aside {
	width: 30%;
	padding-left: 4%;
}
.aside__cont:not(:last-child) {
	margin-bottom: 40px;
}
.aside__cont h5 {
	color: #e50012;
	margin-bottom: 5px;
}
.aside__inner {
	margin-bottom: 45px;
}
.aside__inner h4 {
	margin-bottom: 10px;
	color: #555;
	text-align: center;
	position: relative;
}
.aside__inner h4 span {
	display: inline-block;
	padding: 0 15px;
}
.aside__inner h4::before, .aside__inner h4::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20%;
	left: 0;
	height: 1px;
	background-color: #cccccc;
}
.aside__inner h4::after {
	left: auto;
	right: 0;
}
.aside__inner .disc-ul li::before {
	content: "・";
	color: #222222;
}
.single__txt {
	margin-bottom: 40px;
}
.single__txt p {
	margin-bottom: 20px;
}
.single__txt p img {
	max-width: 100%;
	height: auto;
}
.single__data {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding: 7px 10px;
	background: #fbf9f4;
}
.single__data:after {
	content: '';
	clear: both;
	display: block;
}
.single__data__date {
	margin: 0 15px;
}
.single__data__category li {
	float: left;
	margin: 0 2.5px;
}
.single__data__category a {
	padding: 2px 10px;
	background: #c3a571;
	color: #FFFFFF;
}
.news__cont__single {
	margin-bottom: 50px;
}
.news__cont h4 {
	margin-bottom: 20px;
	color: #555;
	font-size: 2.2rem;
}
.wp-pagenavi .pages {
	background: #222;
	color: #FFFFFF;
	border: none;
	padding: 5px 10px;
}
.wp-pagenavi .page {
	background: #222;
	border: none;
	padding: 5px 10px;
}
.wp-pagenavi span.current {
	background: #efe7d8;
	border: none;
	padding: 5px 10px;
}
.paging {
	text-align: center;
	margin: 100px auto 0;
	width: 100%;
	display: flex;
	-js-display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.paging div {
	text-align: center;
	align-items: stretch;
}
.paging a {
	display: block;
	background: #efe7d8;
	padding: 5px 20px;
	color: #c3a571;
}
.paging .all {
	margin: 0 15px;
}
.paging .all a {
	background: #c3a571;
	color: #FFFFFF;
}
/*-----------------------------------------
Responsive
-----------------------------------------*/
.sp, .tb, .spS {
	display: none;
}
.pc.tb {
	display: block;
}
@media screen and (max-width: 1280px) {
	.home_menu .link {
		width: 96%;
	}
	.home_menu .link .flex {
		justify-content: space-between;
	}
	.home_menu .link .wrap {
		flex: 0;
		flex-basis: 49%;
		margin: 0;
		text-align: center;
		padding: 35px 0 40px;
	}
	.menu_flow .section_inner {
		width: 96%;
	}
	.menu_flow .price {
		justify-content: space-between;
	}
	.menu_flow .price dl {
		flex: 0;
		flex-basis: 49%;
		margin: 0;
		text-align: center;
		padding: 35px 0 40px;
	}
}
@media screen and (max-width: 1240px) {
	.about_intro .flex {
		flex-direction: column;
	}
	.about_intro .imgL {
		display: none;
	}
	.about_intro .txt {
		min-width: 0;
	}
	.contact_intro .flex {
		flex-direction: column;
	}
	.contact_intro .imgL {
		display: none;
	}
}
@media screen and (max-width: 1194px) { /* iPad Pro */
}
@media screen and (max-width: 1024px) { /* タブレット横 */
	.header_inner {
		padding: 0 4%;
	}
	.mainimg figure {
		flex: 1;
	}
	.home_hypnotherapy .section_inner.hypnotherapy .flex {
		margin-left: 0;
	}
}
@media screen and (max-width: 896px) { /* iPhone XS MAX 横表示 */
	.pc {
		display: none;
	}
	.tb {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.wrapper {
		width: 100%;
		overflow: hidden;
	}
	.header_inner {
		position: fixed;
	}
	header .gnav {
		display: none;
	}
	.spbtn {
		display: block;
	}
	.btn.wide a {
		min-width: 0;
	}
	.footer_inner {
		flex-direction: column;
		padding: 50px 4%;
	}
	.footer_inner .logo {
		margin-bottom: 20px;
	}
	.pageimg {
		margin-top: 72px;
	}
	.mainimg {
		margin-top: 72px;
	}
	.mainimg .flex {
		height: 600px;
	}
	.mainimg.first .flex {
		background: url("images/top/mv_sp_bg.png") no-repeat right bottom;
		background-size: contain;
	}
	.mainimg.first .txt {
		margin-bottom: 60px;
	}
	.mainimg.first .txt01 {
		color: #606060;
		font-size: 4rem;
		letter-spacing: 2px;
	}
	.mainimg.first .txt02 {
		width: 160px;
		margin-left: 0;
		text-align: right;
	}
	.mainimg figure {
		display: none;
	}
	.home_hypnotherapy .wave01 {
		right: unset;
		left: 50%;
	}
	.home_menu .section_inner {
		width: 90%;
	}
	.home_menu .flex.Ac {
		flex-direction: column;
	}
	.home_menu .cont {
		width: 100%;
	}
	.home_menu .cont .wave01 {
		display: none;
	}
	.home_menu .link .flex {
		flex-direction: column;
		margin-bottom: 0;
	}
	.home_menu .link .wrap {
		width: 100%;
		margin: 0 0 30px;
	}
	.home_profile .txt br {
		display: none;
	}
	.home_profile .lead {
		font-size: 2.6rem;
	}
	.home_profile figure {
		text-align: center;
	}
	.home_profile .img {
		margin: 0 0 30px;
	}
	.story_episode.episode01:before {
		width: 90%;
	}
	.story_episode.episode02:before {
		width: 90%;
	}
	.story_episode.episode03:before {
		top: 250px;
		right: 20%;
	}
	.story_profile {
		background-size: 80% auto;
	}
	.story_profile h4 {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.story_profile .right {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.story_profile .right ul {
		display: inline-block;
		text-align: left;
	}
	.story_profile .detail dl {
		width: 100%;
		margin-bottom: 30px;
	}
	.about_detail .imgR .cont {
		padding-left: 0;
	}
	.about_detail .img01 {
		margin-bottom: 300px;
	}
	.about_detail .img04 {
		float: none;
		position: absolute;
		left: 0;
		top: 38%;
	}
	.about_detail .img05 {
		left: 0;
		bottom: 5%;
	}
	.menu_online .flex.Ac {
		flex-direction: column;
	}
	.menu_online .flex.imgL .img {
		padding-bottom: 50px;
		margin-bottom: 30px;
	}
	.menu_online .flex.imgL .img:before {
		z-index: -1;
		content: '';
		background: url(images/menu/online_bg.png);
		background-size: cover;
		display: block;
		position: absolute;
		bottom: 0;
		width: 140%;
		height: 200px;
		left: 50%;
		transform: translateX(-50%)
	}
	.menu_online .flex.imgL .cont {
		width: 100%;
	}
	.menu_flow .wrap {
		flex-direction: column;
		padding: 50px 50px 50px 80px;
	}
	.menu_flow .flex.imgR .cont {
		width: 100%;
	}
	.menu_flow .wrap .img {
		margin-top: 30px;
		position: relative;
		right: unset;
		top: unset;
		transform: translateY(0);
		width: calc(32% + 150px);
	}
	.menu_flow .price {
		flex-direction: column;
		margin-bottom: 0;
	}
	.menu_flow .price dl {
		width: 100%;
		margin: 0 0 30px;
	}
	.menu_faq .wrap {
		padding: 30px;
	}
	.contact_intro .txt {
		width: 90%;
		min-width: 0;
		margin: 0 auto 30px;
	}
	.contact_form .section_inner {
		padding: 50px 30px;
	}
	body.page-news main, body.archive main, body.category main, body.single main {
		flex-direction: column;
	}
	aside {
		width: 100%;
		padding: 50px 0 0;
	}
}
@media screen and (max-width: 640px) {
	.tb {
		display: none;
	}
	.pc.tb {
		display: none;
	}
	.sp {
		display: block;
	}
	.section_inner {
		margin: 50px auto;
	}
	.pageimg {
		height: 200px;
	}
	.pageimg img {
		width: auto;
		height: 50px;
	}
	h3 {
		margin-bottom: 30px;
		font-size: 2.6rem;
		letter-spacing: 1px;
	}
	.ttl .sub {
		font-size: 1.2rem;
	}
	.h3_en {
		margin-bottom: 0px;
	}
	.h3_en img {
		width: auto;
		height: 30px;
	}
	h4 {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.common_sns li {
		width: 100%;
		max-width: unset;
	}
	.footer_inner .logo {
		width: 110px;
	}
	.footer_inner nav ul {
		text-align: center;
	}
	.footer_inner nav ul:first-child li {
		margin: 0 1em;
	}
	.footer_inner nav li a:after {
		display: none;
	}
	.footer_inner nav ul:nth-child(2) li a {
		font-size: 1.2rem;
	}
	.copyright {
		padding: 20px 0;
		margin-bottom: 40px;
	}
	.pagetop {
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		padding: 0;
	}
	.slick-dots {
		bottom: 8px !important;
	}
	.mainimg.second {
		background-image: url(images/top/mv02_sp_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.mainimg .flex {
		align-items: flex-end;
		height: 400px;
	}
	.mainimg.first .flex {
		background-position: right -20px bottom;
		background-size: 75% auto;
	}
	.mainimg.second .flex {
		align-items: flex-start;
		padding: 0;
	}
	.mainimg.first .txt {
		display: flex;
		flex-direction: column-reverse;
		margin: 30px 30px 50px;
	}
	.mainimg.second .txt {
		display: flex;
		flex-direction: column;
		margin: 30px 30px 50px;
	}
	.mainimg.first .txt01 {
		line-height: 1;
	}
	.mainimg.first .txt02 {
		text-align: left;
	}
	.mainimg.second .txt01 {
		font-size: 2rem;
	}
	.mainimg.first .txt03 {
		color: #606060;
		font-size: 1.6rem;
	}
	.mainimg.second .txt02 {
		position: relative;
		z-index: 1;
		margin: -25px 0 -20px -35px;
	}
	.mainimg.second .txt03 {
		color: #606060;
		font-size: 1.6rem;
	}
	.mainimg.second .txt03 br {
		display: none;
	}
	.mainimg.second .btn {
		display: none;
	}
	.mainimg .wave01, .mainimg .wave02, .mainimg .wave03 {
		display: none;
	}
	.home_hypnotherapy .section_inner.intro {
		margin: 70px auto 0;
	}
	.home_hypnotherapy .section_inner.intro h3 {
		margin-bottom: 30px;
		font-weight: normal;
	}
	.home_hypnotherapy .section_inner.intro .gra {
		font-size: 3rem;
	}
	.home_hypnotherapy .section_inner.hypnotherapy {
		margin-top: 0;
		padding: 30px 0 30px;
	}
	.home_hypnotherapy .section_inner.hypnotherapy .flex {
		margin-left: 0;
	}
	.home_menu h3 {
		font-size: 1.4rem;
	}
	.home_menu .img {
		width: 100%;
	}
	.home_menu .link .wrap {
		padding: 25px 15px;
	}
	.home_menu .link p {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.home_menu .link p span {
		display: block;
		font-size: 1.4rem;
	}
	.home_menu .link p.en {
		margin: 10px 0 20px;
		font-size: 1.2rem;
	}
	.home_menu .link p.price {
		border-bottom: none;
		line-height: 1.7;
	}
	.home_menu .link p.btn a {
		display: block;
		width: 100%;
		min-width: 0;
	}
	.home_profile .lead {
		margin-bottom: 0;
	}
	.home_profile figure img {
		width: 60%;
		margin-right: 30px;
	}
	.home_profile .sign img {
		width: auto;
		height: 16px;
	}
	.story_episode .cont {
		width: 90%;
	}
	.story_episode h4 {
		font-size: 3rem;
	}
	.story_episode h5 {
		margin: 50px 0 30px;
		font-size: 2rem;
	}
	.story_episode.episode01:before {
		width: 95%;
	}
	.story_episode.episode02:before {
		width: 95%;
	}
	.story_episode.episode01 figure {
		margin-left: 5%;
	}
	.story_episode.epilogue h5 {
		line-height: 1.5;
	}
	.story_profile h4 {
		width: 85%;
		margin: 40px auto;
	}
	.story_profile .right figure {
		margin: 0 auto 30px;
		width: 60%;
	}
	.story_profile .right .sign img {
		width: auto;
		height: 22px;
	}
	.story_profile .logo {
		flex-direction: column-reverse;
		margin: 30px 0 0;
	}
	.story_profile .logo .txt {
		padding: 30px 0 0;
	}
	.about_intro .flex {
		padding: 0 5%;
	}
	.about_intro .txt p {
		text-align: left;
	}
	.about_intro .txt p br {
		display: none;
	}
	.about_detail .flex {
		flex-direction: column;
	}
	.about_detail .flex.imgR .cont, .about_detail .flex.imgL .cont {
		width: 100%;
	}
	.about_detail .flex.imgR .img, .about_detail .flex.imgL .img {
		display: none;
	}
	.about_detail h4 {
		line-height: 1.7;
	}
	.about_detail .illust {
		margin-bottom: 10px;
		padding-top: 50px;
	}
	.about_detail .section_inner.detail {
		margin-top: 0;
	}
	.about_detail figure.sp {
		margin-top: 30px;
		text-align: center;
	}
	.page-about .ttl h3 br {
		display: none;
	}
	.page-about .ttl .en {
		right: 0;
		top: 25px;
	}
	.page-about .about_w_effect .ttl .en {
		right: 0;
		top: 60px;
	}
	.about_link .btn_pink a {
		min-width: 0;
		padding: 20px 40px 20px 15px;
		border-radius: 40px;
	}
	.btn_pink a {
		font-size: 1.8rem;
	}
	.about_link .btn_pink span {
		display: block;
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.menu_online .ttl .en {
		top: 35px;
	}
	.menu_online .flex.imgL .img {
		padding-bottom: 30px;
	}
	.menu_online .flex.imgL .img:before {
		height: 70px;
	}
	.menu_flow h3 img {
		width: auto;
		height: 50px;
	}
	.menu_flow .ttl .sub {
		top: 45px;
	}
	.menu_flow .wrap {
		padding: 40px 20px 40px 60px;
	}
	.menu_flow .wrap:before {
		left: 13px;
	}
	.menu_flow .wrap.hypnotherapy:before {
		left: 12px;
	}
	.menu_flow .bg_line:after {
		left: 30px;
	}
	.menu_flow .wrap .img {
		width: 95%;
	}
	.menu_flow .wrap.counseling .img:before {
		content: '';
		background: url(images/menu/flow_bg01.png);
		left: unset;
		right: -5%;
		top: unset;
		bottom: -5%;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.menu_flow .wrap.hypnotherapy .img:before {
		content: '';
		background: url(images/menu/flow_bg02.png);
		left: unset;
		right: -5%;
		top: unset;
		bottom: -5%;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.menu_flow .wrap.feedback .img:before {
		content: '';
		background: url(images/menu/flow_bg01.png);
		left: unset;
		right: -5%;
		top: unset;
		bottom: -5%;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.menu_flow .price dl {
		padding: 25px 15px;
	}
	.menu_flow .price dl dt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.menu_flow .price dt span {
		display: block;
		margin: 10px 0 20px;
		font-size: 1.2rem;
	}
	.menu_flow .price dd {
		border-bottom: none;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.menu_flow .price p.btn a {
		display: block;
		width: 100%;
		min-width: 0;
	}
	.menu_online .txt {
		text-align: left;
	}
	.menu_online ul {
		margin-top: 30px;
	}
	.menu_online.kouza ul {
		padding: 20px;
	}
	.menu_online.kouza .zoomDL {
		padding: 20px;
	}
	.menu_online.kouza .zoomDL p {

    line-height: 1.8;
	}
	.menu_faq h3 img {
		width: auto;
		height: 50px;
	}
	.menu_faq .ttl .sub {
		top: 50px;
	}
	.menu_faq .wrap {
		padding: 20px;
	}
	.menu_faq dt:before {
		font-size: 1.5rem;
		width: 30px;
		line-height: 30px;
	}
	.menu_faq dt {
		padding: 0 0 10px 45px;
		font-size: 1.8rem;
	}
	.menu_faq dd {
		padding: 15px 0 0 45px;
		font-size: 1.5rem;
	}
	.contact_intro .flex {
		min-height: 0;
	}
	.contact_intro .txt p {
		text-align: left;
	}
	.contact_form {
		margin: 50px auto;
	}
	.contact_form .section_inner {
		margin-bottom: 0;
		padding: 50px 30px 20px;
	}
	.contact_form .ttl.pink {
		margin-bottom: 20px;
	}
	.contact_form .ttl.pink h3 {
		font-size: 2rem;
		line-height: 1.5;
		margin: 0;
	}
	.contact_form .ttl.pink .sub {
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		margin-top: 5px;
	}
	.contact_form th {
		display: block;
		width: 100%;
		padding: 15px 0;
		line-height: 1;
	}
	.mailform table th span {
		float: left;
		margin-right: 10px;
		line-height: 1.4;
	}
	.contact_form td {
		display: block;
		width: 100%;
		padding: 0 0 15px
	}
	.terms_cont h3, .privacypolicy_cont h3 {
		margin-bottom: 60px;
	}
	.terms_cont dt, .privacypolicy_cont dt {
		margin-top: 30px;
	}
	.law_cont th {
		display: block;
		width: 100%;
		padding: 15px 0 0;
		font-weight: 700;
	}
	.law_cont td {
		display: block;
		width: 100%;
		padding: 0 0 15px
	}
	.paging {
		margin: 50px auto 0;
	}
	body.page-news main, body.archive main, body.category main, body.single main {
		margin-bottom: 0;
	}
	.news__cont h4 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 375px) {
	.spS {
		display: block;
	}
	.mainimg .txt {
		margin: 20px 15px 30px;
	}
	.mainimg .txt03 {
		font-size: 1.4rem;
	}
	.contact_form .ttl.pink h3 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 320px) {}