@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; }
}

/*========= スクロールダウンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown4{
  position:absolute;
  bottom:10%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:15%;}
      50%{bottom:18%;}
     100%{bottom:15%;}
 }

.scrolldown4 span{
  position: absolute;
  left:-20px;
  bottom:10px;
  color: #666;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:1px;
  height: 50px;
  background:#666;
}

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;
}
body {
    background-color: #FFF;
    font-weight: normal;
    font: 16px/1.6 'Noto Sans jp','Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    font-color: #003366;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */

}
img{
	display:block;
}
section{
	background: #FFF;
	padding: 0 5px 30px;
}
ul{
	padding: 0  5px 10px 20px;
}
li{
	margin-bottom: 5px;
	list-style-type:decimal;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.flex_wrap{
	display: flex;
	flex-wrap: wrap;
}
.clear {
  clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #003366;
	text-decoration:none;
	display: block;
}
a:hover {
	text-decoration: none;	
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
header img {
	width: 100%;
}
header .catch {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0%;
    margin: 0 auto;
}
header .catch h1, header .catch h2, header .catch h3 {
	color: #333;
	line-height: 1;
	text-align: center;
}
.f-1l {
	font-size: 2.5vw;
	text-shadow:0px 0px 2px #FFF;
}
.f-2l {
	font-family: Roboto;
	font-size: 16vw;
	font-weight:100;
	text-shadow:0px 0px 5px #FFF;
}
.f-3l {
	font-size: 2vw;
	letter-spacing: 1em;
	text-shadow:0px 0px 2px #FFF;
}
/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	/*max-width: 1000px;*/
	height: 100%;
	margin: 66.6% auto 0;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	box-sizing: border-box;
}
.reserve{
	width: 120px;
	height: 120px;
	background: #ff7733;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 120px;
	font-weight: bold;
	position: fixed;
	top: 10px;
	left: 10%;
	z-index: 1000;
}
.reserve:hover{
	background: #ffa172;
}
/*メニュー
---------------------------------------------------------------------------*/


.spmenu_btn {
	display:block;
	position:fixed;
	top:7px;
	right:22px;
	width:30px;
	height:26px;
	background:#000;
	border-top:12px solid #fff;
	border-bottom:12px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	cursor: pointer;
	z-index: 1000;
}
.spmenu_text:after {
	content:'MENU';
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position:fixed;
	top: 32px;
	right: 19px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	z-index: 1000;
}
.spmenu_text.active:after {
	content:'CLOSE';
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn:before {
	content:'';
	position:absolute;
	width:26px;
	height:2px;
	background:#000;
	top:-9px;
	right:0;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn:after {
	content:'';
	position:absolute;
	width:26px;
	height:2px;
	background:#000;
	bottom:-9px;
	right:0;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.spmenu_btn.active {
	background:#FFF;
}
.spmenu_btn.active:before {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top:0;
	right:0;
}
.spmenu_btn.active:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom:0;
	right:0;
}


.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;
}
.menubar li{
	font-size: 16px;
	margin-bottom: 5px;
	list-style: none;
}
.menubar li:hover{
	background: rgba(176, 36, 106, 0.6); 
}
.active{
	opacity: 1;
	display: block;
	z-index: 1000;
	transition: all 0.5s;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#contents{
	width: 100%;
	max-width: 640px;
	margin:0 auto;
	padding-top: 30px;
}
#main {
	width: 100%;
	background: #FFF;
}

#main h2 {
	font-size: 120%;
	font-weight: 600;
	line-height: 30px;
	color: #666;
	}
#main h2 a{
	font-size: 120%;
	text-align: center;
	padding: 10px 0;	
	color: #FFF;
	line-height: 0.7em;
}
#main .ph-link{
	width: 96%;
	margin: 2% auto;
	text-align: center;
	background: #ad2a58;
	border-radius: 20px;
	padding: 10px 0;
	color: #FFF;
}
#main .ph-link h2{
	background-color:initial;
	font-size: 160%;
	text-align: center;
	color: #FFF;
}
#main .ph-link h3{
	background-color:initial;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	border: none;
}
#main h3 {
	text-align: center;
	background-color: #f5eff4;;	
	font-size: 100%;
	font-weight: 600;
	padding: 0px 5px 0px 20px;	
	border: 1px solid #f59ef7;
	margin-bottom: 5px;
	/*border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;*/
}
#main p {
	padding: 0;
	color: #333;
	margin-bottom: 15px;
}
.cont_box{
	/*opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);*/
    transition-duration: 1s;
	width: 100%;
	background: #FFF;
}
.cont_box .image_box, .cont_box .p_box{
	width: 100%;
	box-sizing: border-box;
}
.cont_box .image_box img{
	width: 100%;
}
.cont_box .p_box{
    padding: 0 10px 0 10px;

}
.p_box h2{
    margin-left: -10px;
}
#main .cont_box .p_box h2{
	padding: 0;
	margin: 10px 0 15px;
	line-height: 1.4em;
	border-bottom: 1px solid #666;
	text-align: left;
}

/*トップページ内「お知らせ」ブロック
---------------------------------------------------------------------------*/
#new{
	width: 100%;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
}
#new dl{
	overflow: auto;	
	margin: 0;
	color: #003366;
	line-height: 1.3em;	
		height: auto;
		padding-left: 0;
}

/*日付設定*/
#new dt{
	font-weight: bold;	
	float: none;
	width: auto;
	padding-top: 6px;
	padding-bottom: 0;
}
/*記事設定*/
#new dd{
	border-bottom: 1px solid #ccc;	
	/*padding-left: 10em;*/
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 6px;
}
#new dd img {
	vertical-align: middle;
}


/*トップページ内「料金」ブロック
---------------------------------------------------------------------------*/
#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;
}


/*therapist
---------------------------------------------------------------------------*/
.therapist-info{
	width: 100%;
	padding: 0 10px 40px 10px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/

#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%);
}

/*FAQ
--------------------------------------------------------------------------*/
.cp_qa {
width: auto;
overflow-x: hidden;
margin: 0 auto;
color: black;
background-color: #fff;
}
.disp-box input:checked ~ .text {
height: auto;
opacity: 1; /* 文字を表示 */
}


.Q{
  font-size: 40px;
  text-align: center;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
  width: auto;
	overflow-x: hidden;
	margin: 0 auto 20px;
	color: black;
  background-color: #fff;
}
.cp_qa .cp_actab {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	color: #333;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}


/*アクセス
--------------------------------------------------------------------------*/
.image-content2 {
	width: 96%;
	padding: 30px 5px 20px;;
	background: #ffffff;
}
.page-access ul.route-images {
  margin: 0;
  padding-left: 0;
}
.page-access ul.route-images li {
  list-style: none;
  margin-bottom: 15px;
}
.page-access .map {
  margin: 0;
}
.page-access .map-link a {
  background: url(../images/ico-blank.gif) no-repeat right center;
  padding: 2px 15px 2px 0;
  text-decoration: underline;
  color: #00f;
}
#map_canvas {
  width: 100%;
  height: 480px;
  margin-top: 10px;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	color: #FFF;
	background: rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .cr {
	display: block;
	font-size: 80%;
}

#bluesky{
	width: 94%;
	margin: 0 auto;
}
#bluesky img{
	width: 100%;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.blog {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	/*height: 175px;
	overflow: hidden;*/
}

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #142ff6;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.cp{
	padding: 0px;
	margin: 0px;;
	font-size: 18px;
	line-height:24px;
	color: #333;
}
.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;
}
@media only screen and (max-width:1000px) {
	#pagetop{
	bottom: 20px;
	}
}
@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: 7%;
	}
	#container {
		width: 100%;
		padding: 0;
        -webkit-box-shadow:none;
        box-shadow:none;
	}
	
	#contents {
		width: auto;
	}
	section {
	padding: 10px 0 0 0;
	}
	#main h3 {
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 10px 0px;
	}
	
	#main p {
		padding:0;
	}
	.therapist-info{
		width: 100%;
	}
	#main .p_box{
		padding: 0 15px 15px;
	}
	
	#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: 50px;
	}
	#pagetop:before {
	font-size: 40px;
	color: rgba(176, 36, 106, 0.6);
}


		/*コンテナー（HPを囲むブロック）
	---------------------------------------------------------------------------*/
	#container {
		width: auto;
		position: relative;
	}


	/*周辺地図
	---------------------------------------------------------------------------*/

	#map_canvas {
  		height: 300px;
	}
	.foot-base{
		display: flex;
	}
}

@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;
	}
}