@charset "utf-8";


/*基本設定
---------------------------------------------------------------------------*/
*{
	box-sizing: border-box;
}
.clearfix {
    overflow:hidden;
    height:100%;
}
.delay {
}

 .fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:10s;
 -ms-animation-duration:10s;
 animation-duration:10s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}
@keyframes fadeIn{
	0% { opacity: 0; }
 	100% { opacity: 1; }
}

#zoom{
	width:100%;
	margin: 0 auto;
	height: 40vh;
	min-height: 240px;
	overflow: hidden;
	position: relative;
}
#zoom img{
	width:80%;
	max-width: 800px;
	opacity: 1;
	position: absolute;
	left:50%;
	bottom:25%;
	transform: translate(-50%);
	animation-name: zoom;
	animation:zoom 5s;
}
@keyframes zoom {
	from {
	opacity:0;
	transform:scale(5);
	}
}
#zoom h1{
	width:90%;
	opacity:0;
	position: absolute;
	left:50%;
	top: 28%;
	color: #FFF;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 0.1em;
	transform: translate(-50%);
	animation-name: zoomh1;
	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-delay: 5s;
}
#zoom h2{
	width:90%;
	opacity:0;
	position: absolute;
	left:50%;
	top: 80%;
	color: #ffaaff;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.9em;
	font-weight: 300;
	letter-spacing: 0.1em;
	transform: translate(-50%);
	animation-name: zoomh1;
	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-delay: 6s;
}
@keyframes zoomh1 {
	from {
	opacity:0;
	}
	to{
	opacity:1;
	}
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	margin:  0;
	padding:  0;
}
html,body{
	height: 100%;
}

body {
	font-weight: normal;
	font: 14px/1.6 'Noto Sans jp','Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	-webkit-touch-callout:none;
	/*-webkit-user-select:none; */
}
#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-image: url(/images/back_blue_01.jpg);
	background-repeat:repeat-y;
	background-size: 100%;
}

img{
	display:block;
}
section{
	padding: 0 0 0 0;
}
ul{
	padding: 0  5px 50px 20px;
}
li{
	margin-bottom: 5px;
	list-style-type:decimal;
}
img {
	border: none;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFF;
	text-decoration:none;
	display: block;
}
a:hover {
	text-decoration: none;	
}

/*コンテナー
---------------------------------------------------------------------------*/

#container {
		/*position: relative;
	z-index: 100;
top: 20vh;*/
	width: 100%;
	}
.menubar{
	opacity: 0;
	width: 90%;
	/*height: calc(70% - 50px);*/
	padding-top: 70px;
	background: rgba(0, 0, 0, 0.8); 
	position: fixed;
	top: 0px;
	left: 5%;
	z-index: -100;
}
.menubar ul{
	display: initial;
	padding: 0;
}
.menubar a{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#contents{
	width: 92%;
	max-width: 640px;
	margin:0 auto;
	
	overflow: hidden;
}
#main {
	width: 100%;
}
#main h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 120%;
	font-weight: 400;
	line-height: 1.9em;
	color: #FFF;
	text-align: center;
	margin-bottom: 100px;
	}
#main h2 {
	font-size: 130%;
	font-weight: 600;
	line-height: 30px;
	color: #666;
	}
#main h3 {
	text-align: center;
	color: #000;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size: 110%;
	font-weight: 600;
	line-height: 1.2em;
	padding: 5px 5px 5px 20px;	
	margin-top: 10px;
	margin-bottom: 5px;
}
#main p {
	padding: 0;
	color: #FFF;
	margin-bottom: 15px;
}
.cont_box{
	/*opacity: 0;*/
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    transition-duration: 1s;
	width: 100%;
}
.image_box, .p_box{
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}
.image_box img{
	width: 100%;
}
.cont_box .p_box{
	padding: 30px 10px 30px 10px;
}
.cont_box .p_box img{
	width: 100%;
}
#main .cont_box .p_box h2{
	padding: 0;
	margin: 10px 0 15px;
	line-height: 0em;
	color: #FFF;
	text-align: center;
}

/*トップページ内「料金」ブロック
---------------------------------------------------------------------------*/
#menu  .p_box dl, #campaign  .p_box dl{
  display: flex;
  flex-wrap: wrap;
  width: 70%;
	margin-bottom: 15px;
}
#menu .p_box dt, #campaign .p_box dt  {
  width: 140px;
  padding-bottom: 5px;
  margin-bottom: 5px;
	text-align: right;
}

#menu .p_box dd, #campaign .p_box dd {
  width: calc(50% - 70px);
  padding-bottom: 5px;
  margin-bottom: 5px;
	text-align: right;
}

#pagetop{
	position: fixed;
	color: #FFF;
	right: 15px;
	bottom: 70px;
	z-indez: 999;
}

#pagetop a{
	color: #FFF;
}
#pagetop:before {
	content: "\f35b";
	font-family: "Font Awesome 5 Free";
	padding: 0em;
	font-size: 50px;
	color: rgba(176, 36, 106, 0.6);
	font-weight:900;
	width: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 1.3;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .cr {
	display: block;
	font-size: 80%;
}

.menu-base{
	width:100%;
	height: 60px;
	position:fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0;
	z-index: 2000;
	display: flex;
	flex-wrap: nowrap;
}
.sns_box{
	display: flex;
}
.reserve-sp_web{
	padding: 0 20px;
	background: #1d9bf0;
	color: #FFF;
	line-height: 50px;
	text-align: center;
}
.reserve-sp_twitter, .reserve-sp_line, .reserve-sp_sms{
	padding: 0 10px;
	color: #FFF;
	text-align: center;
}
.reserve-sp_twitter img, .reserve-sp_line img{
	display: inline-block;
}
.reserve-sp_web:hover, .reserve-sp_twitter:hover, .reserve-sp_line:hover{
	opacity: 0.7;
}
.on{
	opacity: 1.0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.link-box{
	font-size: 12px;
	font-weight: 600;
	padding: 3px;
	background: #FDF7ED;
	margin-bottom: 20px;
}
.link-box img{
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -6px;
}
.link-box:hover{
		opacity: 0.7;
}
.cancel-policy{
	width: 96%;
	padding: 10px;
	margin: 10px auto;
	background: rgba(131, 0, 118, 0.51);
	border: 1px solid #fff;
}
#main .cancel-policy h4{
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
#main .cancel-policy p{
	font-size: 12px;
	margin-bottom: 0;
}
@media only screen and (max-width:640px) {
	.pc{
	display: none;
	}
	.sp{
	display: block;
	}
	
	.menu-base{
	display: none;
	top: initial;
	bottom: 0;
	}
	.start p {
	position: fixed;
	top: 30%;
	width: 100%;
	}
	.start .catch {
    top: 14.7%;
		}
	.spmenu_btn {
		top: initial;
		bottom: 16px;
	}
	.spmenu_text:after {
		top: initial;
		bottom: 2px;
	}

	.cont_box{
		display: block;
	}
	.cont_box .image_box, .cont_box .p_box{
		width: 100%;
	}
	.f-1l {
		/*font-size: 3.8vw;*/
	}
	.f-2l {
		font-size: 16vw;
	}
	header{
	
	}
	header img {
		position: relative;
		top: 0;
		left: 0;
	}
	header .catch {
		top: 22%;
	}
	#container {
		width: 100%;
		padding: 0;
        -webkit-box-shadow:none;
        box-shadow:none;
	}

	section {
	padding: 20px 0 20px 0;
	}
	
	#main p {
		padding:0;
	}
	.therapist-info{
		width: 100%;
	}
	
	#mainimg {
		height: auto;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 10px;
	}
	#mainimg img {
	}
	#menu .p_box dl, #campaign .p_box dl {
  width: 100%;
	}
	#menu .p_box dt, #campaign .p_box dt  {
  width: 120px;
	padding: 0;
	margin: 0;
	}
	#menu .p_box dd, #campaign .p_box dd {
  width: calc(50% - 60px);
	padding: 0;
	margin: 0;
	}

	/*#main section.list article {
		float: none;
		margin: 0px auto 1em;
	}*/
	
	.ta1 {
		width: 100%;
	}
	
	.ta1 td{
		width: auto;
		padding: 2px;
	}
	
	.ta1 th{
		width: 100px;
		padding: 2px;
	}
	
	img.wa {
		width: 100%;
		height: auto;
	}
	#sub #submenu {
		display: none;
	}

	
	.tel {
		display: block;
		text-align: center;
		position: fixed;
		z-index: 5000;
	}
	.cam {
		display: block;
	}
	
	.center{
		text-align: center;
	}
	.fs20{
		font-size: 20px;
		font-weight: bold;
		color: #44A;
	}
	.fs12{
		font-size: 12px;
		color: #444;
	}



	#pagetop{
	display: none;
	bottom: 0;
	}
	#pagetop:before {
	font-size: 40px;
	color: rgba(176, 36, 106, 0.6);
	}
	footer {
	padding-bottom: 70px;
}
}

@media only screen and (max-width:480px) {
	#main section.list article {
		float: left;
		width: 100%;
		height: 480px;
		margin: 0px 10px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main section.list article img {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 5px;
		overflow:hidden;
	}	
	.menubar{
	width: 90%;
	padding-top: 30px;
	padding-bottom: 24px;
	}
	.menubar li{
		font-size: 16px;
		line-height: 1.6em;
		list-style: none;
	}
}