@charset "UTF-8";
ul{padding:0px;}
ul li{list-style:none}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	
	color:#000;
	
	position: relative;
	
	box-sizing: border-box;
	background-repeat: repeat;
}

.bg-img{	
	position: fixed;
	top:0;
	left:0;
	
	width:100%;
	
	z-index: -10;
	
	box-sizing: border-box;
	padding-top:90px;
}

.bg-img img{
	width:100%;
	vertical-align: bottom;
}

a{
	color:#09f;
	text-decoration: none;
}

a:hover{
	color:#06f;
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

#fixed-navi{
	position: fixed;
	top:0;
	left:0;
	
	width:100%;
	
	background-color:#fff;
	color:#000;
	
	z-index: 10;
	border-bottom:1px solid #000;
}

#fixed-navi h1{
	font-size:0.8rem;
	line-height:30px;
	
	text-align: center;
	
	background-color:#000;
	color:#fff;
	
}

#h-navi{
	width:100%;
}

#h-navi ul{
	display:flex;
	width:100%;
	height:60px;
	
	margin:0 auto;
	max-width:800px;
	
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

#h-navi ul li{
	width:20%;
	
	font-size:0.6rem;
	line-height:30px;
	
	text-align: center;
	
	color:#09f;
}

#h-navi ul li a{
	display:block;
	color:#471333;
	
	box-sizing: border-box;
	padding-top:30px;
}

#h-navi ul li a:hover{
	text-decoration: none;
}

#h-navi ul li.top{
	background-repeat: no-repeat;
	background-size:25px;
	background-position: center bottom 25px;
}

#h-navi ul li.reserve{
	background-repeat: no-repeat;
	background-size:25px;
	background-position: center bottom 25px;
}

#h-navi ul li.therapist{
	background-repeat: no-repeat;
	background-size:25px;
	background-position: center bottom 25px;
}

#h-navi ul li.tel{
	background-repeat: no-repeat;
	background-size:25px;
	background-position: center bottom 25px;
}

#h-navi ul li.menu{
	background-repeat: no-repeat;
	background-size:25px;
	background-position: center bottom 25px;
}

#header{padding:30px 0px 30px 0px;
	width:100%;
	z-index: 20;
    background-position: center;
    
}

#header p.logo{
	width:100%;
	
	box-sizing: border-box;
	padding:10px 0;
	
	margin:0 auto;
	max-width: 485px;
}

#header p.logo a{
	display:block;
	padding:0px;
	margin:0px;
}

#header p.logo img{
	width:100%;
	vertical-align: bottom;
	padding:0px;
	margin:0px;
}

#header p.contact{
	text-align: center;
	
	box-sizing: border-box;
	padding-bottom:10px;
}

#header p.contact img{
	width:100%;
	vertical-align: bottom;
	
	max-width: 740px;
}

#header p.caption{
	text-align: center;
	
	box-sizing: border-box;
	padding:0 10px;
	
	color:#09f;
}

#header div.extramenu{
	display: table;
	width:100%;
	
	/*flex-flow: row wrap;
	justify-content: center;
	align-items: center;*/
	
	background-color:#fff;
	
	margin:0 auto;
	max-width: 540px;
}

@media screen and (min-width: 640px){
	#header{
		box-sizing: border-box;
		padding-bottom:20px;
	}
}

#header div.extramenu p.btn-twitter{
	display:table-cell;
	width:80%;
	vertical-align: middle;
	text-align: center;
}

#header div.extramenu p.btn-twitter a{
	display:block;
}

#header div.extramenu p.btn-twitter img{
	display:block;
	vertical-align: bottom;
}

#header div.extramenu ul.language{
	display:table-cell;
	width:20%;
	vertical-align: middle;
	
	font-size:0;
	line-height:1.0em;
}

#header div.extramenu ul.language li{
	display:inline-block;
	width:50%;
	
	vertical-align: middle;
	text-align: center;
	
	background-color:#fff;
	
	box-sizing: border-box;
	border-left:solid 1px #09f;
}

#header div.extramenu ul.language li a{
	display:block;
	color:#000;
}

#header div.extramenu ul.language li img{
	width:100%;
	vertical-align: bottom;
}

#header div.extramenu ul.language li a:hover{
	text-decoration: none;
}

#footer{
	box-sizing: border-box;
	padding:20px;
	
	text-align: center;
	
	background-image: url("../images/bg.png");
	color:#fff;
}

#footer p.logo{
	box-sizing: border-box;
	padding:10px 0;
	
	width:100%;
	margin:0 auto;
	max-width: 360px;
}

#footer p.logo a{
	display:block;
}

#footer p.logo img{
	width:100%;
	vertical-align: bottom;
}

#footer p.caption{
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:10px;
}

#footer div.group{
	width:100%;
	margin:0 auto;
	max-width: 480px;
}

#footer div.group p.ttx{
	background-image: url("../images/gbg.jpg");
	color:#000;
}

#footer div.group ul{	
	font-size:0;
	line-height:1.0em;
	
	box-sizing: border-box;
	padding:5px 0;
}

#footer div.group ul li{
	display:inline-block;
	width:50%;
	vertical-align: middle;
	
	box-sizing: border-box;
	padding:5px;
}

#footer div.group ul li a{
	display:block;
	
	font-size:0.8rem;
	line-height:30px;
	
	background-color:#ccc;
	color:#000;
}

#footer div.group ul li img{
	width:100%;
	vertical-align: bottom;
}

.img-banner{
	padding-bottom:10px;
	background-color:#fff;
}

.img-banner a{
	display:block;
}

.img-banner img{
	/* width:100%; */
	vertical-align: bottom;
}

.img-banner iframe{
	width:100%;
	border:none;
	vertical-align: bottom;
	
	box-sizing: border-box;
	padding:0 10px;
}

.img-banner span.img-demo{
	display:flex;
	justify-content: center;
	align-items: center;
	
	width:100%;
	height:120px;
	
	background-color:#ccc;
	color:#000;
}

.drawer-nav ul.navigation li{
	line-height: 50px;
	
	box-sizing: border-box;
	border-bottom:solid 1px #fff;
}

.drawer-nav ul.navigation li a{
	display:block;
	color:#fff;
	
	box-sizing: border-box;
	padding-left:35px;
}

.drawer-nav ul.navigation li a:hover{
	text-decoration: none;
}

.drawer-nav ul.navigation li.top{
	background-image: url("../images/icon-top.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.therapist{
	background-image: url("../images/icon-therapist.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.system{
	background-image: url("../images/icon-system.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.schedule{
	background-image: url("../images/icon-calendar.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.newface{
	background-image: url("../images/icon-newface.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.guide{
	background-image: url("../images/icon-calendar.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.guide{
	background-image: url("../images/icon-guide.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.event{
	background-image: url("../images/icon-light.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.magazine{
	background-image: url("../images/icon-magazine.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.support{
	background-image: url("../images/icon-support.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.diary{
	background-image: url("../images/icon-diary.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.recruit{
	background-image: url("../images/icon-recruit.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

.drawer-nav ul.navigation li.insta{
	background-image: url("../images/icon-insta.svg");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center left 10px;
}

#page{
	background-image: url("../images/wbg.png");
	background-repeat: repeat;
	background-size: 10px;
	
	box-sizing: border-box;
	padding:10px 0;
}

#page h3{
	width:100%;
	
	background-color:#09f;
	color:#fff;
	
	text-align: left;
	
	background-image:url("../images/tbg.png");
	background-repeat: repeat;

	
	font-size:1.25rem;
	line-height:40px;
	font-weight:800;
	
	box-sizing: border-box;
	padding:0 10px;
}

#page h3:before{
	content:"　";
	
	box-sizing: border-box;
	padding-right:10px;
}

#page h3 span.note{
	font-size:0.8rem;
	line-height:40px;
	font-weight:800;
	
	margin:0 5px;
}

#page div.content{
	box-sizing: border-box;
	padding:10px;
}

@media screen and (min-width: 640px){
	#page div.content{
		margin:0 auto;
		max-width: 1280px;
	}
}

#page p.btn-detail{
	width:180px;
	margin:0 auto;
	
	font-size:0.8rem;
	line-height:35px;
	text-align: center;
}

#page p.btn-detail a{
	display:block;
	
	background-color:#471333;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #471333;
	border-radius:5px;
}

#page p.btn-detail a:hover{
	background-color:#fff;
	color:#471333;
	
	text-decoration: none;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.pager{
	text-align: center;
}

.pager li{
	display:inline-block;
	width:30px;
	
	font-size:0.8rem;
	line-height:30px;
	
	text-align: center;
	
	margin-right:2.5px;
}

.pager li:last-child{
	margin-right:0;
}

.pager li a{
	display:block;
	color:#fff;
}

.pager li a:hover{
	text-decoration: none;
}

.pager li span.ol{
	display:block;
	
	background-color:#09f;
	color:#fff;
}

.pager li span.ol:hover{
	background-color:#06f;
}

.content-twin{
	margin:0 auto;
	width:1280px;
	
	box-sizing: border-box;
	padding:10px;
	
	margin-bottom:20px;
}

.content-main{
	width:840px;
	float:right;
	
	background-color: rgba(255,255,255,0.80);
	box-sizing: border-box;
	padding:10px;
}

.content-sidebar{
	width:400px;
	float:left;
	
	background-color: rgba(255,255,255,0.80);
	box-sizing: border-box;
	padding:10px;
}

.content-single{
	margin:0 auto;
	width: 1280px;
	
	background-color: rgba(255,255,255,0.80);
	box-sizing: border-box;
	padding:10px;
	
	margin-bottom:20px;
}

.bnr-box{text-align:center}
.bnr-box ul{margin:auto;}
.bnr-box li{display:inline-block}
.bnr-box li a{}
.bnr-box li a:hover {
	opacity: 0.5 ;
}