@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600');


/* =======================================
	BxSlider Start
======================================= */

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 1px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/fixed_photo/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	margin-bottom: 10px;
	z-index: 100;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #503d37;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/fixed_photo/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/fixed_photo/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/fixed_photo/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/fixed_photo/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* =======================================
	BxSlider Finish
======================================= */



/* =======================================
	Page Top Start
======================================= */

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 10;
}

.pagetop a {
    display: block;
    text-decoration: none;
}
 
.pagetop a:hover {
    display: block;
	z-index: 100;
}

/* =======================================
	Page Top Finish
======================================= */



/* =======================================
781px以上（PCとタブレット横型）
======================================= */

@media print, screen and (min-width:781px) {	

	
.display_sp {
	display: none;	
}
	
		
/* =======================================
	Header Panel Start
======================================= */	
	
/* for buttons */
.langbuttons {
	text-align: right;
	margin-right: 10%;
	margin-top: -25px;
}	

.langbuttons a {
	padding: 7px 14px 7px 10px;
	border: 1px solid #FFF;
	border-radius: 6px;
	background: #503c37;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 4px;
	z-index: 300;
	text-align: center;
	box-sizing: border-box;
}

.langbuttons #ja {
	margin-right: -14px;
}	
	
/* when the button is pushed */
.langbuttons a.on {
	background: #FFF;
	border: 1px solid #FFF;
	color: #503c37;
}
	
#header_panel {
    position: relative;
	z-index: 300;
}
	
#svg-bg {
    position: absolute;
    width: 100%;
	height: 200px;
    top: 0;
    left: 0;
    z-index: -1;
}	

#header_panel h1 {
	position: absolute;
	top: 108px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}	
	
#header_panel p {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 24px;
	text-align: center;
}
		
/* =======================================
	Header Panel Finish
======================================= */	
	

	
/* =======================================
	Toji Therapy Second Panel Start
======================================= */	
/*セカンドパネル*/	

#toji_therapy_second_panel {
	background-color: rgba(237,213,200,0.1);
	padding: 120px 10%;
}	
	
#toji_therapy_second_panel h2 .ja {
	width: 48%;
	margin: 0 26% 44px;
}

#toji_therapy_second_panel h2 .en {
	width: 74%;
	margin: 0 13% 44px;
}	

#toji_therapy_second_panel_category01 {
	width: 90%;
	margin: 0 5%;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}	

#toji_therapy_second_panel_category02 {
	width: 40%;
	transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
}	
	
#toji_therapy_second_panel_category03 {
	width: 55%;
}	
	
#toji_therapy_second_panel_category03 h3 {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #dd362c;
	margin-bottom: 38px;
}	

#toji_therapy_second_panel_category03 p {
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	color: #4d4d4d;
	text-align: justify;/*両端ぞろえ*/
	text-justify: inter-ideograph;/*両端ぞろえの種類*/
}	
	
/*セカンドパネル終わり*/			
/* =======================================
	Toji Therapy Second Panel Finish
======================================= */	
	
	
/* =======================================
	Toji Therapy Third Panel Start
======================================= */	
/*サードパネル*/	

#toji_therapy_third_panel {
	background-color: #FFF;
	padding: 120px 10%;
}	
	
#toji_therapy_third_panel h2 {
	text-align: center;
}	
	
#toji_therapy_third_panel_category01 h3.ja {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #FFF;
	background-color: #503d37;
	width: 56%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 32px 22% 12px;
}	

#toji_therapy_third_panel_category01 h3.en {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #FFF;
	background-color: #503d37;
	width: 58%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 32px 21% 12px;
}	

#toji_therapy_third_panel_category01 p {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #503d37;
	text-align: center;
	margin-bottom: 70px;
}	

.toji_therapy_third_panel_category01_support01 {
	font-size: 18px;
}	

.toji_therapy_third_panel_category02 {
	margin-bottom: 80px;
	transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
}	
	
.toji_therapy_third_panel_category03 {
	width: 90%;
	margin: 0 5%;
}	

.toji_therapy_third_panel_category04 {
	width: 100%;
}		

.toji_therapy_third_panel_category04 figure img {
	-webkit-backface-visibility: hidden;
}	
		
.toji_therapy_third_panel_category04 p {
	font-size: 10px;
	color: #808080;
	text-align: right;
	margin-top: 4px;
}
	
.toji_therapy_third_panel_category05 {
	width: 92%;
	margin: 0 3% 0 5%;
}
	
#toji_therapy_third_panel_category06 h3.ja {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #FFF;
	background-color: #503d37;
	width: 56%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 32px 22% 12px;
}	

#toji_therapy_third_panel_category06 h3.en {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #FFF;
	background-color: #503d37;
	width: 58%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 32px 21% 12px;
}	

#toji_therapy_third_panel_category06 p {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #503d37;
	text-align: center;
	margin-bottom: 60px;
}	

.toji_therapy_third_panel_category06_support01 {
	font-size: 18px;
}		

#toji_therapy_third_panel_category07 {
	width: 90%;
	margin: 0 5%;
}	

#toji_therapy_third_panel_category07 h3.ja {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #4D4D4D;
	text-align: center;
}	

#toji_therapy_third_panel_category07 h3.en {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #4D4D4D;
	text-align: center;
}			

#toji_therapy_third_panel_category07 ul.ja {
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	color: #4D4D4D;
}	

#toji_therapy_third_panel_category07 ul.en {
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	color: #4D4D4D;
}	
	
#toji_therapy_third_panel_category07 ul {
    list-style-position: inside;
	margin-top: 32px;
	line-height: 2;
}
	
#toji_therapy_third_panel_category07 ul li {
    padding-left: 1em;
    text-indent: -1em;
	text-align: justify;/*両端ぞろえ*/
	text-justify: inter-ideograph;/*両端ぞろえの種類*/
}		
	
/*サードパネル終わり*/			
/* =======================================
	Toji Therapy Third Panel Finish
======================================= */	
	
	
/* =======================================
	Footer Start
======================================= */
/*ファーストパネル*/

#toji_therapy_footer {
	background-color: #503d37;
	padding: 10px 0;
}

#toji_therapy_footer p {
	font-size: 10px;
	font-family: 'Noto Serif JP', serif;
	display: block;
	text-align: center;
	color: #FFF;
}	
	
/*ファーストパネル終わり*/
/* =======================================
	Footer Finish
======================================= */	
}

