/* 全体 */
html,body{
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #4d4d4d;
	background: url("../img/all/menu_bg.jpg") repeat-x 0 220px;
}

body.english{
	background: url("../img/all/menu_bg.jpg") repeat-x 0 120px;
}

input,select,option,textarea{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 20px;
}

img{
	vertical-align: top;
}

a{
	color: #333333;
	outline: none;
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

#wrapper{
	min-width: 960px;
	min-height: 100%;
	margin: 0 auto;
	/*background: url("../img/all/shadow.png") repeat-y center center;*/
}

#container{
	margin: 0 auto;
}

#header{
	background: url("../img/all/header_bg.gif") repeat-x bottom;
	height: 220px;
	position: relative;
	font-size: 14px;
}

.english #header{
	height: 120px;
}

#header_inner{
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#header #logo{
	/* position: absolute;
	top: 70px;
	left: 230px; */
	margin: 5px 0 0;
}

.english #header #logo{
	top: 30px;
  left: 538px;
}

#header .logo_personal{
	position: absolute;
	top: 30px;
	left: 15px;
  width: 200px;
}

.english #header .logo_personal{
	top: 10px;
	left: 308px;
}

#header .logo_personal img{
	width: 100%;
  height: auto;
}

#header #logo a{
	display: block;
	text-indent: -9999px;
	background: url("../img/all/kaatsu.jpg") no-repeat;
	width: 84px;
	height: 58px;
	margin: auto;
}

#header .kansenboushi{
	position: absolute;
	top: 5px;
	left: 250px;
	width: 160px;
}

#header .kansenboushi img{
	width: 100%;
	height: auto;
}

#header #description{
	position: absolute;
	top: 140px;
	left: 440px;
	text-align: left;
	z-index: 100;
  line-height: 1.7;
}


#header #info{
	position: absolute;
	right: 15px;
	top: 48px;
	text-align: right;
	z-index: 0;
	line-height: 20px;
}

#header #info .tel{
	font-size: 18px;
	line-height: 24px;
}

#header #info .parking{
	font-weight: normal;
	color: #ff0000;
}

#header span.blue{
	color: #c2eaff;
}

#header span.pink{
	color: #e4c2ff;
}

#header .language{
  text-align: right;
  padding: 10px 15px;
}

#header .language a{
  display: inline-block;
  background: #0f6cff;
  border: 1px solid #0f6cff;
  color: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}

#header .language.jp a{
  background: #f70000;
  border: 1px solid #f70000;
}

#header .language a:hover{
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}


#footer{
	margin: 10px 0 0;
	padding: 15px 0 10px;
	text-align: center;
	background: #defaff;
}

.footer_nav_wrap{
	padding: 0 0 0 0px;
	width: 960px;
	margin: 0 auto;
}

.footer_nav{
	float: left;
	display: inline;
	width: 221px;
	min-height: 100px;
	margin: 0 12px 0 0;
	font-size: 12px;
	text-align: left;
}

.footer_nav.first{
	margin: 0 12px 0 20px;
}

.footer_nav h4{
	border-bottom: 1px solid #b6e8ff;
	padding: 0 0 7px;
	margin: 0 0 7px;
	line-height: 1.2em;
	text-align: left;
	color: #52a8ff;
	font-size: 13px;
}

.footer_nav ul{
	list-style: none;
}

.footer_nav a{
	color: #52a8ff;
	background: url("../img/all/footer_arrow.png") left center no-repeat;
	padding: 0 0 0 14px;
	display: inline-block;
}

.footer_nav a.lines{
	background-position: left 25%;
	line-height: 16px;
	padding-top: 3px;
}

#footer #copyright{
	font-size: 12px;
}


#menu{
	height: 40px;
	overflow: hidden;
	list-style: none;
	width: 960px;
	margin: 0 auto;
}

#menu li{
	float: left;
	display: inline;
	height: 40px;
}

#menu li#menu_left,
#menu li#menu_right{
	width: 15px;
	background-repeat: no-repeat;
}

#menu li#menu_left{
	background-image: url("../img/all/menu_left.jpg");
}
#menu li#menu_right{
	background-image: url("../img/all/menu_right.jpg");
}

#menu li a{
	display: block;
	width: 186px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top;
}
.english #menu li a{
	display: block;
	width: 310px;
}

#menu li a:hover,
#page_top #menu li#menu_top a,
#page_system #menu li#menu_system a,
.english#page_system #menu li#menu_system a,
.english#page_profile #menu li#menu_profile a,
.english#page_contact #menu li#menu_contact a,
#page_reserve #menu li#menu_reserve a,
#page_access #menu li#menu_access a,
#page_contact #menu li#menu_contact a,
#page_report #menu li#menu_report a{
	background-position: bottom;
}


#menu li#menu_top a{
	background-image: url("../img/all/menu_top.jpg");
}
#menu li#menu_system a{
	background-image: url("../img/all/menu_system.jpg");
}
.english #menu li#menu_system a{
	background-image: url("../img/all/menu_system_en.jpg");
}
#menu li#menu_reserve a{
	background-image: url("../img/all/menu_reserve.jpg");
}
#menu li#menu_access a{
	background-image: url("../img/all/menu_access.jpg");
}
#menu li#menu_contact a{
	background-image: url("../img/all/menu_contact.jpg");
}
.english #menu li#menu_contact a{
	background-image: url("../img/all/menu_contact_en.jpg");
}
#menu li#menu_report a{
	background-image: url("../img/all/menu_report.jpg");
}
.english #menu li#menu_profile a{
	background-image: url("../img/all/menu_profile_en.jpg");
}



/* ヘッダースライド・ナビ */
.special_banner{
	margin: 10px auto;
	width: 930px;
}
.special_banner img{
	width: 100%;
	height: auto;
}

#slide_shadow{
	background: url("../img/index/banner_shadow.gif") repeat-x bottom;
	padding: 0 0 10px;
	position: relative;
	z-index: 1000;
	margin: 0 0 20px;
}

#slide{
	background-image: url("../img/index/banner_bg2.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
}

#page_top #slide{
	background-image: url("../img/index/banner_bg.jpg");
	position: relative;
}

#slide_inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#slider{
	display: none;
}

#page_top #slide_inner{
	padding: 40px 0 0;
}

#page_top #slider{
	display: block;
}

#nav {
	padding: 15px 0px 15px 57px;
}

#nav ul{
	list-style: none;
}

#nav li{
	float: left;
	margin: 0 40px 15px 0px;
}

#page_top #nav{
	width: 255px;
	float: left;
	display: inline;
	margin: 15px 0 0 25px;
	padding: 0;
}

#page_top #nav li{
	float: none;
	margin: 0 0 10px;
}


.nav{
	position: absolute;
	top: 140px;
	display: none;
	z-index: 1000;
	font-size: 14px;
}

.nav#nav1{
	left: 57px;
}
.nav#nav2{
	left: 352px;
}
.nav#nav3{
	left: 647px;
}

.nav .nav_box{
	width: 255px;
	background: url("../img/all/nav_bg.png");
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.nav .nav_box ul{
	list-style: none;
}

.nav .nav_box ul li{
	text-align: left;
}

.nav .nav_box ul li a{
	display: block;
	font-weight: bold;
	line-height: 1;
	padding: 10px 6px;
}

#page_top .nav .nav_box ul li a{
	padding: 10px 10px;
}

#nav1 .nav_box ul li a{
	color: #36a5ff;
	border-bottom: 1px solid #d1f2ff;
}

#nav2 .nav_box ul li a{
	color: #cca34c;
	border-bottom: 1px solid #eeca7c;
}

#nav3 .nav_box ul li a{
	color: #a685cc;
	border-bottom: 1px solid #bc9eee;
}

.nav .nav_box ul li a.lines{
	line-height: 1.2em;
}

.nav .nav_box ul li span{
	font-size: 13px;
}

.nav .nav_box ul li.last a{
	border-bottom: 0;
}


#nav2 .nav_box ul li.last a,
#nav3 .nav_box ul li.last a{
	border-bottom: 0;
}

.nav .nav_box ul li a:hover{
	background: #ffffff;
}

.nav#nav1 .nav_box{
}
.nav#nav1 .nav_box ul li a:hover{
	background: url("../img/all/nav_bg1.png");
	color: #ffffff;
}

.nav#nav2 .nav_box{
}
.nav#nav2 .nav_box ul li a:hover{
	background: url("../img/all/nav_bg2.png");
	color: #ffffff;
}

.nav#nav3 .nav_box{
}
.nav#nav3 .nav_box ul li a:hover{
	background: url("../img/all/nav_bg3.png");
	color: #ffffff;
}

.nav .nav_arrow{
	display: none;
}

#page_top .nav{
	position: absolute;
	top: 65px;
	left: auto;
	right: 261px;
	padding: 0 19px 0 0;
}

#page_top .nav .nav_box{
	width: 260px;
}

#page_top .nav .nav_arrow{
	display: block;
	width: 19px;
	height: 13px;
	position: absolute;
	right: 0;
}

#page_top .nav#nav1 .nav_arrow{
	top: 80px;
}

#page_top .nav#nav2 .nav_box{
	margin: 144px 0 0;
}
#page_top .nav#nav2 .nav_arrow{
	top: 175px;
}

#page_top .nav#nav3 .nav_box{
	margin: 275px 0 0;
}
#page_top .nav#nav3 .nav_arrow{
	top: 306px;
}

.contents{
	width: 960px;
	margin: 0 auto;
}



h2{
	width: 960px;
	height: 24px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 10px;
	position: relative;
}

.english h2{
  margin-top: 40px;
}

h2#title_system{
	background-image: url("../img/all/title_system.png");
}

h2#title_system_en{
	background-image: url("../img/all/title_system_en.png");
}

h2#title_access{
	background-image: url("../img/all/title_access.png");
}

h2#title_contact{
	background-image: url("../img/all/title_contact.png");
}

h2#title_contact_en{
	background-image: url("../img/all/title_contact_en.png");
}

h2#title_contact_friend{
	background-image: url("../img/all/title_contact_friend.png");
}

h2#title_contact_group{
	background-image: url("../img/all/title_contact_group.png");
}

h2#title_report{
	background-image: url("../img/all/title_report.png");
}

h2#title_profile{
	background-image: url("../img/all/title_profile.png");
}

h2#title_profile_en{
	background-image: url("../img/all/title_profile_en.png");
}

h2#title_salon{
	background-image: url("../img/all/title_salon.png");
}

h2#title_cabi{
	background-image: url("../img/all/title_cabi.png");
}

h2#title_diet{
	background-image: url("../img/all/title_diet.png");
}

h2#title_visit{
	background-image: url("../img/all/title_visit.png");
}

h2#title_facial{
	background-image: url("../img/all/title_facial.png");
}

h2#title_massage{
	background-image: url("../img/all/title_massage.png?20211014");
}

h2#title_personal{
	background-image: url("../img/all/title_personal.png");
}

h2#title_kaatsu{
	background-image: url("../img/all/title_kaatsu.png");
}

h2#title_span{
	background-image: url("../img/all/title_span.png");
}

h2#title_stretch{
	background-image: url("../img/all/title_stretch.png?20200220");
}

h2#title_visittraining{
	background-image: url("../img/all/title_visittraining.png");
}

h2#title_executive{
	background-image: url("../img/all/title_executive.png");
}

h2 span{
	position: absolute;
	top: 0px;
	right: 20px;
	text-indent: 0;
	width: 400px;
	text-align: right;
	display: block;
	font-weight: normal;
}

h2 span a{
	color: #c5444d;
}



.comingsoon{
	text-align: center;
	padding: 100px 0;
	font-size: 24px;
	line-height: 1.2em;
}




/* 送信ボタン */
#submit{
	text-align: center;
	padding: 10px 0;
}

#submit button{
	margin: 0 5px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}



.english_contact{
  padding-bottom: 20px;
}

.english_contact .line{
  display: flex;
  justify-content: center;
  align-items: center;
}

.english_contact .line_qr{
  margin-right: 10px;
}

.english_contact .tel{
  text-align: center;
}
