@charset "utf-8";


/*		Contents
-----------------------------------------------------------------

	01.HOME									[ index.html ]
	02.施設情報								[ location/ ]
	03.プライバシーポリシー					[ privacy.html ]
	04.ご利用ガイド							[ guide.html ]
	05.1日の流れ							[ day.html ]
	06.お問い合わせ							[ inquriy.html ]
	07.サイトマップ							[ sitemap.html ]
	08.会社概要　							[ company.html ]
	10.ゆずりは独自の運動プログラム　		[ program.html ]
	11.ご利用者様の変化				　		[ change.html ]
	12.スタッフ紹介		　					[ staff.html ]
	13.お客様の声		　					[ voice/ ]
	14.比率	　								[ user_statistics.html]

-----------------------------------------------------------------*/
/* =================================================================
		reset
================================================================= */

/* リセット */

body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {12
	font-size: 100%;
}

ul, ol {
	list-style: none inside;
}

img,
a img {
	border: 0;
	vertical-align: middle;
}

a:hover{
	text-decoration:none;
}
/* Clearfix */

.clearfix:after{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.clearfix{
 display:inline-block;
}
/*Hides from IE-mac\*/
*html .clearfix{
 height:1%;
}
.clearfix{
 display:block;
}
a{
	color:#503208;
	text-decoration:underline;
}
a:hover{
	color:#503208;
	text-decoration:none;
}
/* =================================================================
	00.commmon								[ index.html ]
================================================================= */
/* =================================================================
		layout
================================================================= */

/* 文字 */

html {
	color: #3e3a39;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.05rem;
}

.normal_box{
	background:url(../../img/common/normal_box_bg.png) repeat-y center top;
	padding-top:20px;
}
.tag_area{
	display:none;
}
 .green_label {
    background: #1eac4b;
    color: #ffffff;
		font-weight: 500;
    padding: 0.5rem 0 0  2rem;
}
/* =================================================================
		header
================================================================= */
.header{
	width:960px;
	margin:0 auto;
    padding: 0 0 8px;
}

.header_right{
	float:right;
}
.header_left{
	float:left;
	width:400px;
}
.header_left p{
	font-size:12px;
}
.header_left .logo{
    margin: 25px 0 1px;
}

.header_right .inquiry{
	 background: #1eac4b;
	font-size: 12px;
	letter-spacing:-0.8px;
	padding-top: 0.3rem;
	width: 7rem;
    height: 7rem;
	text-align: center;
	border-bottom-left-radius: 10px;
		border-bottom-right-radius:  10px;
}
.header_right .inquiry .icon_circle{
	background: #ffffff;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	margin: 0 auto;
}
.icon_circle img{
	width: 3rem;
	height: 3rem;
	padding-top: 1rem;
}
.inquiry a{
    display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
    font-weight: 600;
    margin-top: 0.1rem;
}
/* =================================================================
		gnav
================================================================= */
/*
.gnav{
	background: #1eac4b;
	clear:both;
	height: 73px;
	z-index: 99;
	position: relative;
}
*/
.gnav {
    background: url(../../img/common/gnav_bg.png) repeat-x top center;
    clear: both;
    height: 73px;
    z-index: 99;
    position: relative;
}
.gnav ul{
	width:960px;
	margin:0 auto;
}
.gnav li{
	float:left;
	margin-top:13px;
}
.gnav li a{
	display: block;
}
.gnav_home{width:92px;}
.gnav_aim{width:121px;}
.gnav_program{width:157px;}
.gnav_day{width:117px;}
.gnav_guide{width:148px;}
.gnav_change{width:165px;}
.gnav_facility{width:160px;}

/* =================================================================
		main
================================================================= */
.main_content{
	width:960px;
/*	margin:0 auto 46px;*/
	margin:40px auto 46px;

}

.main{
	float:left;
	width:712px;
}
.main_title{
	background:url(../../img/common/main_title_bg.jpg) no-repeat top center;
	background-color:#bbecff;
	text-align:center;
}
.pan_list_bg{
	background: url(../../img/common/pan_list_bg.gif) repeat-x top center;
	height:34px;
	border-bottom:1px solid #ffffff;
}
.pan_list{
    width: 960px;
    margin: 0 auto 20px;
    font-size: 12px;
    line-height: 34px;
}
.sab_title02{
	background: url(../../img/location/commmon/line.png) repeat-x bottom center;
    padding-bottom: 3px;
    margin-bottom: 18px;
}
/* =================================================================
		side
================================================================= */
.side{
	width:220px;
	float:right;
  margin-top: -17px;
}

#index .side{
	width:220px;
	float:right;
    margin-top: 0;
}
.side ul li{}
.side ul li.inquiry{
	margin-bottom:5px;
}

.side_voice {
	margin-bottom:10px;
}
.side_voice li{
	margin-top:15px;
}
/* 		facility 施設案内
-------------------------------------------------------------- */
.facility{
	background:url(../../img/common/sid/facility_bg.png) no-repeat center bottom;
	padding-bottom:1px;
}
.facility ul{
    margin: 6px 10px;
}
.facility ul li{
	background: url(../../img/common/arrow.png) no-repeat left 5px;
	color: #503208;
	padding-left:20px;
}
.facility ul li a{
	color: #503208;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 25px 35px;
  border: 2px dashed #866f4f;
  border-radius: 65px;
  background-color: #fafafa;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #503208;
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-style: normal;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #866f4f transparent transparent;
  translate: -50% 100%;
  transform: skew(15deg);
  transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #fafafa transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  transform: skew(15deg);
  transform-origin: top;
}
.speechBubble strong{
	color: #e83d3d;
}
/* =================================================================
		footer
================================================================= */
.footer_bg{
	background:url(../../img/common/footer_bg.png);
}
.footer_bg_in{
	background: url(../../img/common/footer_grass.png) no-repeat center bottom;
}
.footer{
	clear:both;
	width:960px;
	margin:0 auto;
	padding:40px 0 50px;
	min-height:260px;
	background:url(../../img/common/footer_img.gif) no-repeat center bottom;

}
.footer_top{
	background:url(../../img/common/footer_top_bg.png) repeat-x top center;
}

.footer_top p{
	background:url(../../img/common/footer_top_img.png) no-repeat top right;
	margin:0 auto;
	width:960px;
	height:286px;
}
.footer_top p img{
	margin:66px 0 0 0;
}
.footer_left{
	width:229px;
	margin:0 auto;
	float:left;
}
.footer_left p{
	margin-bottom:13px;
  text-align: center;
}
.footer_right{
	width:660px;
	float:right;
	padding-top:7px;
}
.footer_right h4{
	margin-bottom:14px;
	padding-bottom:10px;
	border-bottom:#492704 dotted 1px;
}
ul.footer_facility{
	float:left;
	width:330px;
}
ul.footer_facility li{}
ul.footer_facility li{
	background: url(../../img/common/arrow.png) no-repeat left 6px;
	color: #503208;
	padding-left:18px;
	margin-bottom:2px;
}
ul.footer_facility li a{
	color: #503208;
}
.footer_link{
	clear:both;
}
/* フッターリンク */
.footer_link{
	text-align:center;
	background: url(../../img/common/footer_link_bg.gif) repeat-x top center;
	line-height:61px;
}
.footer_link a{
	color: #503208;
}

/* コピーライト */
.copy{
	text-align:center;
	padding:15px 0;
	background:url(../../img/common/footer_bg.png);
	font-size:12px;
}
/* =================================================================
	01.HOME									[ index.html ]
================================================================= */

/* key
--------------------------------------------------------------------*/
.key{
	margin-top:-1px;
	margin-bottom:15px;
}
.key h1{
	width:960px;
	margin:0 auto;
}

#index .main{
	margin-top:-15px;
}
#index .main_content{
	margin:0 auto 46px;
}

/* promise
--------------------------------------------------------------------*/
.promise_box{
	background:url(../../img/common/promise_bg.png) repeat-y center top;
	width:712px;
}
.promise_box h2{
	margin-bottom:6px;
}
.promise_list {
	margin:0 auto;
	width:684px;
}
.promise_list li{
	float:left;
	width:224px;
	margin-right:6px;
}
.promise_list li p.text{
	font-size:13px;
	color:#503208;
	padding-right:15px;
	line-height:1.3;
	padding-left:7px;
}
.promise_box .bg_bottom img,
.normal_box .bg_bottom img{
	vertical-align:bottom;
}

.promise_list li.end{
	margin-right:0;
}
.promise_list h3{
	padding-left: 6px;
	padding-bottom: 3px;
}
/* move
--------------------------------------------------------------------*/
.move{
	background: url(../../img/index/move_bg.png) repeat-y center -2px;

}
.move_box{
    margin: -111px auto 0;
    width: 610px;
	height:350px;

}
/* お客様の声
--------------------------------------------------------------------*/
.top_voice{
	background:url(../../img/index/voice_bg.png) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:35px;
}
.top_voice div{
	float:left;
	width:326px;
	margin-left:20px;
}
.voice_family{
	background:url(../../img/index/voice_family_bg.png) no-repeat center bottom;
	padding-bottom:20px;
}
.voice_guest{
	background:url(../../img/index/voice_guest_bg.png) no-repeat center bottom;
	padding-bottom:20px;
}
.top_voice div .img{
	text-align:center;
	margin-bottom:10px;
}

.top_voice div .text{
	margin:0 auto 10px;
	width:280px;
}

.top_voice div .btn{
	text-align:center;
}
/* リクルートバナー
--------------------------------------------------------------------*/
.recruit_bnr{
	margin:6% auto;
}
.recruit_bnr a img {
    width:60%;
    height:auto;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
/* お知らせ・更新情報
--------------------------------------------------------------------*/
.news_list{
	/*background: url(../../img/index/news_bg.png) no-repeat left bottom;*/
	 background-color: #fff;
	margin-bottom:15px;
}

.news_list h2{}
.news_list table{
	border-collapse:collapse;
	width:660px;
	margin:0 auto;
}

.news_list table tr{
	border-bottom:#ccab7d dashed 1px;

	display:block;
}
.news_list table tr.end{
	border-bottom:none;
}

.news_list table td{
	border-collapse:collapse;
	padding:13px 0;
}
.news_list table td a{
	color:#503208;
	line-height:1.3;
	text-decoration:underline;
}

.news_list h4{
	font-weight:bold;
	background:url(../../img/common/arrow02.png) no-repeat left top;
	padding-left:25px;
	margin-bottom:5px;
	color:#503208;
	line-height:1.3;
}
.news_list table td p{
	padding-left:25px;
}

.news_list table th{
	border-collapse:collapse;
	vertical-align:top;
	width:7em;
	padding:13px 0;
	text-align:left;
}
/* 問い合わせ
--------------------------------------------------------------------*/
.main_content .inquiry{
	position:relative;
}
.main_content .inquiry p a{
	position:absolute;
	top:185px;
	left:30px;
}

/* =================================================================
	02.施設情報								[ location/ ]
================================================================= */
/*--------------------------------------------------------------------
	 インデックス
--------------------------------------------------------------------*/
#location  .box_bg{
	padding:20px 25px;
	width:662px;
}
.area_title{
	background: url(../../img/location/commmon/line.png)  repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:18px;
	margin-top:58px;
}
.area_title.first{
	margin-top:0;
}
.shop_box{
	clear:both;
	margin-bottom:45px;
}
.shop_box.last{
/*	margin-bottom:0;*/
}
.shop_box .photo{
	margin-bottom:15px;
}
.shop_box .photo img{
	border-width:4px;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.shop_box .left{
	float: left;
	width:260px;
}
.shop_box .right{
	float:right;
	width:385px;
}
.shop_name{
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
}
.loctbl{
	border-collapse:collapse;
	border-top:#9fb26a  solid 1px;
	border-bottom:#9fb26a solid 1px;
	width:100%;

}
.loctbl tr{
	border-collapse:collapse;
}
.loctbl td{
	border-collapse:collapse;
	border-bottom:#9fb26a dashed 1px;
	padding:8px 5px 8px 10px;
	line-height:1.5;
}
.loctbl th{
	border-collapse:collapse;
	background:url(../../img/location/commmon/th_bg.png) repeat left top;
    width: 5em;
    padding: 10px 10px;
	border-bottom:#9fb26a dashed 1px;
	text-align:center;

}

/*--------------------------------------------------------------------
	施設ページ
--------------------------------------------------------------------*/
.sab_title{
	background:url(../../img/location/commmon/title_bg.png) no-repeat top left;
	color:#ffffff;
	font-size:170%;
	line-height:64px;
	height:58px;
	padding-left:55px;
	width:655px;
	margin-left:2px;
}
.location .box{
	margin-bottom:25px;
}
.box_bg{
	background:url(../../img/common/promise_bg.png) repeat-y top center;
	padding:22px 25px;
	width:666px;
}
.bg_top{
	line-height:1px;
	vertical-align:bottom;
}
.bg_bottom{
	line-height:1px;
	vertical-align:top;
	display:block;
}

.photo img{
	/* border */
		border:6px solid #ffffff;
	/* box-shadow */
	box-shadow:rgba(204, 204, 204, 0.65098) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.65098) 0px 0px 5px 2px;
}

.appearance{
	margin-bottom:20px;
	text-align:center;
}
.appearance img.first{
	margin-right:17px;
}
.message_box{
	position:relative;
/*	background:#00f;*/
}
.message_box .img{
	position:absolute;
    top: 30px;
    right: -8px;
}
.message_box .photo img{
	width:40%;
	position:absolute;
  top: 30px;
  right: -8px;
	border: 6px solid #ffffff;
  box-shadow: rgba(204, 204, 204, 0.65098) 0px 0px 5px 2px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.65098) 0px 0px 5px 2px;
}
.message_box_bg{
	background:url(../../img/location/commmon/message_bg.png) repeat-y top left;
	padding:0 30px 15px 30px;
	min-height:441px;

}
.message_box .text_bg{
	background:url(../../img/location/commmon/line02.gif) no-repeat top left;
	padding-top:1px;

}
.message_box .text{
	background: url(../../img/location/commmon/line.gif) repeat-y left top;
	padding-left:5px;
	line-height:30px;
}

.message_box .text strong{
	color:#e83d3d;
	font-weight:normal;
}

/* 施設情報
------------------------------------------------------------------------*/
.gmap{
	width:658px;
	margin: 0 auto 20px;
}
.gmap iframe{
	border:#b5c977 solid 1px;
}

.map_btn{
	text-align:center;
}
.information_table{
	border-collapse:collapse;
	width:100%;
	border-top: solid #9fb26a 1px;
	border-bottom: solid #9fb26a 1px;
	margin-bottom:30px;
}
.information_table th{
	border-collapse:collapse;
	background:url(../../img/location/commmon/th_bg.png) repeat;
	border-bottom:#9fb26a dashed 1px;
	text-align:left;
	padding:13px 18px;
	width:128px;
}

.information_table td{
	border-collapse:collapse;
	border-bottom:#9fb26a dashed 1px;
	padding:13px 18px;
}

/* 送迎範囲
------------------------------------------------------------------------*/
.pick_area{
	width:660px;
	margin:0 auto;
}
.pick_area_bg{
	background:url(../../img/location/commmon/area_bg.png) repeat-y left top;
	padding:0 22px;
}
.pick_area h3{
	background:url(../../img/location/commmon/area_title_bg.png) no-repeat left bottom;
	height:61px;
	line-height:65px;
	margin-bottom:15px;
	font-size:25px;
	padding-left:5px;
}
.lead{
	margin-bottom:1em;
}
.pick_area ul li{
	background:url(../../img/location/commmon/arrow03.gif) no-repeat left center;
	padding-left:30px;
	float:left;
	width:175px;
	margin-bottom:5px;
}

/* 写真ギャラリー
------------------------------------------------------------------------*/
.gallery_list li{
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}
li.3n{
	margin-right:0;
}
.gallery_list li.list_3n{
	margin-right:0;
}
.box.gallery_list .box_bg{
	padding-bottom:10px;
}

/* =================================================================
	03.プライバシーポリシー	/個人情報保護方針　[ privacy.html/personal.html ]
================================================================= */
.privacy{}
.privacy .normal_box p{
	margin:0 25px 15px;
}
.privacy .normal_box p.lead{
	margin:0 0 1em 0;
}
ol.list_ol{
	background: url(../../img/common/content_bg02.gif) repeat;
	padding:21px 26px;
	margin:0 25px 20px;
}
ol.list_ol > li{
	border-bottom:#9fb269 dashed 1px;
    padding-bottom: 15px;
    margin-bottom:15px;
    text-indent: -1em;
    padding-left: 1em;
	padding-right:10px;
	line-height:1.7;
}
#personal .normal_box{
	margin-bottom:15px;
}
#personal ol.list_ol > li{
    text-indent: 0em;
    padding-left: 0em;
}
#personal h3{
	margin-bottom:10px;
}
ol.list_ol > li.last{
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
ol.list_ol > li > ol{
	padding-left:1em;
}
.list_in li{
	text-indent:-1em;
	padding-left:1em;
}

#personal table{
	border-collapse: collapse;
	border-spacing: 0;
}

#personal tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#personal table td {
    border: #9fb269 solid 1px;
    font-size: 13px;
    padding: 10px 10px 10px 15px;
}

#personal th {
	border: #9fb269 solid 1px;
    font-size: 13px;
    padding: 10px 10px 10px 15px;
    width: 150px;
}



/* =================================================================
	04.ご利用ガイド					[ guide.html ]
================================================================= */


.guide .normal_box{
	margin-bottom:30px;
}
.guide .normal_box_in{
	padding-right:25px;
	padding-left:25px;
	padding-bottom:10px;
}

/* ご利用について
------------------------------------------------------------------------*/
.accept_box .lead{
	margin-bottom:1.5em;
}
.accept_no{
	float:left;
	background: url(../../img/guide/sab_bg_no.gif) no-repeat bottom left;
	width:318px;
    padding-bottom: 7px;
}
.accept{
	float:right;
	background: url(../../img/guide/sab_bg.gif) no-repeat bottom left;
	width:318px;
    padding-bottom: 7px;
}
.accept p,
.accept_no p{
	margin:10px 15px;
}
.accept p strong,
.accept_no p strong{
	color:#fe585f;
/*	font-weight:normal;*/

}


/* 営業時間のご案内
------------------------------------------------------------------------*/
.sales_table{
	border-collapse:collapse;
	width:100%;
	border:#9fb269 solid 1px;
	margin-bottom:15px;
}

.sales_table td{
	border-collapse:collapse;
	border:#9fb269 solid 1px;
	text-align:center;
	padding:12px 0;
	font-size:16px;
}

.sales_table th{
	border-collapse:collapse;
	background: url(../../img/guide/time_bg.gif) repeat;
	border:#9fb269 solid 1px;
	font-weight:normal;
	padding:12px 0;
}
.sales_table .week{
	background: url(../../img/guide/week_bg.gif) repeat;
	font-weight:bold;
	font-size:16px;
}
.sales_table .holiday{
	color:#ff3048;
}
.sales_box p.attention{
	font-size:12px;
	line-height:1.6;
	margin-bottom:0;
}
/* 要介護認定の取得からご利用開始までの流れ
------------------------------------------------------------------------*/
.flow_box p{
	text-align:center;
}

/* ご利用料金のご案内
------------------------------------------------------------------------*/
.groups_list{
	margin-bottom:32px;
}
.groups_list .attention{
	font-size:12px;
}
.groups_list li{
	float:left;
	margin-right:24px;
	margin-bottom:15px;
}
.groups_list li.last{
	margin-right:0;
}
.groups_box{
	margin-bottom:56px;
}
.groups_box#groups03{
	margin-bottom:0;
}
.groups_box#groups03 table.price_table.last{
	margin-bottom:0;
}

.groups_box > h3 {
	margin-bottom:16px;
}
.groups_box > h4 {
	background: url(../../img/location/commmon/line.png) repeat-x bottom center;
    padding-bottom: 3px;
    margin-bottom: 18px;
}
.groups_box .attention{
	font-size:12px;
	text-indent:-1em;
	padding-left:1em;
}

.price_table{
	border-collapse:collapse;
	width:100%;
	border:#a0b26c solid 1px;
	margin-bottom:25px;
}

.price_table td{
	border-collapse:collapse;
	border-right:#a0b26c solid 1px;
	border-bottom:1px dashed #a0b26c;
	text-align:center;
	padding:10px 0;
	line-height:1.3;
}
.price_table td.price_td{
	text-align: right;
	padding-right:15px;
}
.price_table td.unit_plus{
	padding:0 0 0 45px;
	text-align:left;
}
.price_table td.unit{
	padding:0 0 0 78px;
	text-align:left;
}

.price_table th{
	border-collapse:collapse;
	background:url(../../img/common/content_bg02.gif) repeat;
	border-right:#a0b26c solid 1px;
	padding:6px 0;

}
/* 各サービスのボタン
------------------------------------------------------------------------*/
.service_btn{
	background: url(../../img/common/bg02.gif) no-repeat bottom left;
	padding-bottom:25px;
	width:710px;
	margin-bottom:60px;
}
.service_btn ul{
	width:660px;
	margin:-13px auto 0;
    position: relative;
}
.service_btn ul li{
	float:left;
	margin-right:30px;
}
.service_btn ul li.even{
	margin-right:0;
}


/* =================================================================
	05.1日の流れ							[ day.html ]
================================================================= */
.day .normal_box{
	margin-bottom:30px;
    padding-top: 25px;
}
.day .normal_box_in{
	background: url(../../img/common/normal_box_bg_bottom.png) no-repeat bottom left;
	padding-bottom:2px;
}
.day_list{
	width:660px;
	margin:0 auto;
}
.day_list li{
	position:relative;
}
.day_list li .text{
	position:absolute;
	top:0;
	left:118px;
	width:250px;
	line-height:1.3;

}
.day_list li .text p{
	margin-left:5px;
}
.day_list li .text h3{
	margin-bottom:10px;
}
.day .service_btn{
	margin-bottom:20px;
}
/* =================================================================
	06.お問い合わせ						[ inquriy.html ]
================================================================= */

.inquriy .normal_box_in{
	margin:0 25px;
}
.inquriy h3{
	background: url(../../img/location/commmon/line.png) repeat-x bottom center;
    padding-bottom: 3px;
    margin-bottom: 18px;
}

.flow{
	margin-bottom:20px;
}
.flow_attention{
	margin-bottom:40px;
	text-align:center;
	font-size:16px;
	font-weight: bold;
}

.inquiry_box{
	background:url(../../img/inquiry/inquiry_box_bg.gif) no-repeat left bottom;
	padding-bottom:20px;
	margin-bottom:15px;
}
.inquiry_box .title{
	float:left;
	width:280px;
	font-size:20px;
	font-weight:bold;
	margin-left:22px;
}

.checkbox{
	float: left;
	width:300px;
	margin-right:22px;
}
.checkbox label{
	cursor:pointer;
}
.checkbox input[type*="checkbox"] {
cursor: pointer;
}
p.attention{
	margin-bottom:40px;
}
span.required{
	background:#ef6500;
	padding:1px 7px;
	color:#ffffff;
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	margin-top:2px;
	border-radius:3px;
}
span.any{
	background:#cccccc;
	padding:1px 7px;
	color:#333333;
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	margin-top:2px;
	border-radius:3px;
}
.inquiry_table{
	border-collapse:collapse;
	border-bottom:#a0b26c solid 1px;
	border-top:#a0b26c solid 1px;
	width:100%;
	margin-bottom:20px;
}
.inquiry_table th{
    border-collapse: collapse;
    background: #d8ebd3;
    border-bottom: 1px dashed #a0b26c;
	text-align:left;
    padding: 13px 20px;
    line-height: 1.3;
    width: 9em;
}
.inquiry_table td{
    border-collapse: collapse;
/*    border-right: #a0b26c solid 1px;*/
    border-bottom: 1px dashed #a0b26c;
	text-align:left;
    padding: 13px 20px;
    line-height: 1.3;
}
.inquiry_table td input,
.inquiry_table td select,
.inquiry_table td textarea{
	border:#a0b26b solid 1px;
	background:#ffffff;
	padding:5px;
}
.inquiry_table td.address input,
.inquiry_table td.address select{
	margin-bottom:10px;
}
.submit-btn{
	text-align:center;
}


/* エラーページ
------------------------------------------------------------------------*/

#inquiry-confirm table{
	border-collapse:collapse;
	border-bottom:#a0b26c solid 1px;
	border-top:#a0b26c solid 1px;
	width:100%;
	margin-bottom:34px;
}
#inquiry-confirm span.attention{
	color:#fe585f;
	font-weight:bold;
}
#inquiry-confirm table td{
    border-collapse: collapse;
    border-bottom: 1px dashed #a0b26c;
	text-align:left;
    padding: 13px 20px;
    line-height: 1.3;
}
#inquiry-confirm  .submit-btn{
	text-align:center;
	margin-bottom:10px;
}


/* 確認ページ
------------------------------------------------------------------------*/
#inquiry-confirm table{}
#inquiry-confirm table th{
	border-collapse: collapse;
	background: url(../../img/location/commmon/th_bg.png) repeat left top;
	border-bottom: 1px dashed #a0b26c;
	text-align:left;
	padding: 13px 20px;
	line-height: 1.3;
	width: 11em;
}

/* =================================================================
	ダウンロード							[ sitemap.html ]
 =================================================================　*/
.download-list{
	padding: 0 0 10px 0;
}
.download-list li{
	float: left;
	margin: 0 10px 0 0;
}
.download-list li:last-child{
	margin: 0;
}
.sbs{
	display: flex;
}
.sbs .left_text{
	width: 90%;
	margin-right: 2%;
}
.sbs .download-list{
	width: 30%;
}

/* =================================================================
	07.サイトマップ							[ sitemap.html ]
 =================================================================　*/
.sitemap{}
.sitemap .normal_box .normal_box_in{
	margin:0 25px;
	padding-top:24px;
}
.sitemap .normal_box ul{
	width:330px;
	float:left;
}
.sitemap .normal_box ul li{
	margin-bottom:7px;
}
.sitemap .normal_box ul li a{
	background:url(../../img/common/arrow.png) no-repeat left center;
	padding-left:15px;
	display: inline-block;
}
.sitemap .normal_box ul li ul li a{
	background:none;
	padding-left:0;
	margin:0;
}
.sitemap .normal_box ul li ul{
	margin:8px 0 10px 17px;
	font-size:12px;

}
.sitemap .normal_box ul li ul li{
	margin:0 0 13px 0;
	line-height:1em;
	font-size:12px;

}
.sitemap .normal_box ul li ul li.title{
	font-size:14px;
	text-indent:0.6em;
}
/* =================================================================
	08.会社概要　			[ company.html ]
================================================================= */
.company .normal_box{
	margin-bottom:24px;
}
.company .normal_box_in {
	margin:0 25px 0 25px;
	padding-bottom:10px;
}
.company .normal_box_in table{
	margin-bottom:0;
}


/* =================================================================
	09.ゆずりはが目指すこと　			[ aim.html ]
================================================================= */
.aim .normal_box.idea_box {
	margin-bottom:20px;
}
.aim .idea_box .normal_box_in{
	padding-bottom:15px;
}
.normal_box.aim_list_box{
	background:url(../../img/aim/aim_bg.gif) repeat-y top left;
    margin-bottom: 30px;
}
.aim_list {
	width:660px;
	margin:0 auto;
}

.aim_list li{
	width:660px;
	margin:0 auto;
	border-bottom:dashed 1px #ccab7d;
	margin-bottom:30px;
}
.aim_list li h3{
	margin-bottom:15px;
}

.aim_list li p{
	background:url(../../img/aim/list01_img.jpg) no-repeat right top;
	padding:0 320px 30px 3px ;
	min-height: 215px;
}
.aim_list li p strong{
	font-weight:normal;
	color:#e64049;
}
.aim_list li.list02 p{
	background:url(../../img/aim/list02_img.jpg) no-repeat right top;
}
.aim_list li.list03 {
	border-bottom:none;
	margin-bottom:0;
}
.aim_list li.list03 p{
	background: url(../../img/aim/list03_img.jpg) no-repeat right top;
}
.aim_list li.list03 p.text02{
	background: url(../../img/aim/list03_img02.png) no-repeat left top;
	padding:0 0 30px 370px ;
	min-height:184px;
}
.idea_box{
	text-align:center;
}
.aim .promise_box{
	margin-bottom:30px;
}
.aim .promise_list {
	margin-bottom:0;
}
.aim .service_btn{
	margin-bottom:15px;
}
/* =================================================================
	10.ゆずりは独自の運動プログラム　			[ program.html ]
================================================================= */
.program_list_box{
	margin-bottom:40px;
}
.program_list{
	width:660px;
	margin:0 auto;
}
.wory_box{
	margin-top:30px;
}
.program_list li{
	background:url(../../img/program/program_img01.jpg) no-repeat right top;
	border-bottom:dashed 1px #ccab7d;
	margin-bottom:30px;
	padding-bottom:30px;
}
.program_list li.list02{
	background-image:url(../../img/program/program_img02.jpg);
}
.program_list li.list03{
	background-image:url(../../img/program/program_img03.jpg);
}
.program_list li.list04{
	background-image:url(../../img/program/program_img04.jpg);
}
.program_list li.list05{
	background-image:url(../../img/program/program_img05.jpg);
}
.program_list li.list06{
	background-image:url(../../img/program/program_img06.jpg);
	border:none;
	margin:0;
	padding-bottom:18px;
}

.program_list li p{
	padding:0 330px 0 0;
	min-height:114px;
}
.program_list li h3{
	margin-bottom:10px;
}
.program_move{
	text-align:center;
	margin-top:20px;
}
.program .service_btn{
	margin-bottom:30px;
}
/* =================================================================
	11.ご利用者様の変化				　		[ change.html ]
================================================================= */
.change .normal_box{
	margin-bottom:0;
}
.change .normal_box_in{
	margin:0 25px 10px 25px;
}
.change p strong{
	font-weight:normal;
	color:#e83d3d;
}
.efficacy_box h3{
    background: url(../../img/location/commmon/line.png) repeat-x bottom center;
    padding-bottom: 3px;
    margin-bottom: 18px;
}
.efficacy_box p.text{
	background:url(../../img/change/efficacy_img.jpg) no-repeat right top;
	padding:0 324px 20px 0;
}
.feel_box p.text{
	background: url(../../img/change/feel_img01.jpg) no-repeat right top;
	padding:0 335px 20px 0;
    min-height: 194px;
}
.feel_box p.text02{
	background: url(../../img/change/feel_img02.jpg) no-repeat left top;
	padding:0 0 20px 294px;
}
.feel_box p span{
	font-size:80%;
}

/* =================================================================
	12.スタッフ紹介		　		[ staff.html ]
================================================================= */
.staff_list{
	margin-bottom:50px;
}
.staff_list li{
	margin-bottom:10px;
}
.staff .side{
	padding-top:0;
	margin-top:0;
}

/* スタッフ詳細ページ
------------------------------------------------------------------------*/
.staff .main_content {
    margin: 24px auto 46px;
}
.staff .main_content h2 {
    margin: -8px 0 0;
}
.normal_box.staff_box{
	background:url(../../img/staff/staff_bg.gif) repeat-y left top;
	padding-top:28px;
	margin-bottom:10px;
}
.staff_box .normal_box_in{

}
.staff_content{


}
.staff_content li{
	padding-bottom:38px;
	width:650px;
	margin:0 auto;
}
.staff_content li p{
	background: url(../../img/staff/takei/photo01.jpg) no-repeat right top;
	padding:0 300px 0 0;
	min-height:185px;
}

.staff_content li h3{
	margin-bottom:23px;
}
.staff_content li p strong{
	color:#e83d3d;
	font-weight:normal;
}
/* ボタンエリア */
.staff_btn_area{
	margin-bottom:48px;
}
.staff_btn_area ul{
	margin-bottom:30px;
}
.staff_btn_area ul li{
	float:left;
	margin-right:17px;
}
.staff_btn_area ul li.end{
	margin:0;
}
/* 武井さんのページ */
#takei .staff_btn_area ul li#btn_takei{
	display:none;
}
.staff_content li p{
	background: url(../../img/staff/takei/photo01.jpg) no-repeat right top;
}
.staff_content li.grant{
	padding-bottom:25px;
}
.staff_content li.grant p{
	background:url(../../img/staff/takei/photo02.jpg) no-repeat left top;
	padding:0 0 0 290px;
}

.staff_content li.service p{
	background-image:url(../../img/staff/takei/photo03.jpg);
}
.staff_content li.healthy p{
	background:url(../../img/staff/takei/photo04.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
.staff_content li.memory{
	padding-bottom:0;
}
.staff_content li.memory p{
	background: url(../../img/staff/takei/takei.jpg) no-repeat right bottom;
	padding:0 280px 10px 0;
	min-height:409px;
}
.staff_content li.principal p{
	background:url(../../img/staff/takei/photo05.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
.staff_content li.family p{
	background-image:url(../../img/staff/takei/photo06.jpg);
}
.staff_content li.goal p{
	background:url(../../img/staff/takei/photo07.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
.staff_content li.message{
	padding:0;
}
.staff_content li.message p{
	background-image:url(../../img/staff/takei/photo08.jpg);
}

/* 捧さんのページ */
#hou .staff_btn_area ul li#btn_hou{
	display:none;
}
#hou .staff_content li.job p{
	background:none;
	padding:0;
	min-height:0;
}
#hou .staff_content li.grant{
	padding-bottom:25px;
}
#hou .staff_content li.grant p{
	background:url(../../img/staff/hou/photo01.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
#hou .staff_content li.service{
	padding-bottom:18px;
	background:url(../../img/staff/hou/photo02.jpg) no-repeat right bottom;
}
#hou .staff_content li.service p{
	padding:0 290px 1em 0 ;
	background:none;
}
#hou .staff_content li.healthy p{
	background:url(../../img/staff/hou/photo03.jpg) no-repeat left top;
	padding:0 0 1em 290px;
}
#hou .staff_content li.healthy p.text02{
	background:none;
	padding:0;
	min-height:0;
}
#hou .staff_content li.memory{
	padding-bottom:0;

}
#hou .staff_content li.memory p{
	background: url(../../img/staff/hou/photo04.jpg) no-repeat right top;
	padding:0 280px 0 0;
	min-height:213px;
}

#hou .staff_content li.memory p.text02{
	background:none;
	padding:0 0 30px 0;
	min-height:0;
}

#hou .staff_content li.principal p{
	background:url(../../img/staff/hou/photo05.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
#hou .staff_content li.family p{
	background-image:url(../../img/staff/hou/photo06.jpg);
}
#hou .staff_content li.goal p{
	background:url(../../img/staff/hou/photo07.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
#hou .staff_content{
	padding:0 0 2px 0;
	background:url(../../img/staff/staff_bg_bottom.gif) no-repeat bottom left;
}
#hou .staff_content li.message{
	width:660px;
}
#hou .staff_content li.message p{
	background:url(../../img/staff/hou/photo08.jpg) no-repeat right bottom;
	min-height:220px;
	padding:0 300px 0 0 ;
}

#hou #btn_sekigawa{
	margin-right:0;
}

/* 関川さんのページ */
#sekigawa .staff_btn_area ul li#btn_sekigawa{
	display:none;
}
#sekigawa .staff_content li p{
	background: url(../../img/staff/sekigawa/photo01.jpg) no-repeat right top;
}
#sekigawa .staff_content li.grant{
	padding-bottom:25px;
}
#sekigawa .staff_content li.grant p.text01{
	background:url(../../img/staff/sekigawa/photo02.jpg) no-repeat left top;
	padding:0 0 1em 290px;
}
#sekigawa .staff_content li.grant p.text02{
	background:none;
	padding:0 0 0 0;
	min-height:0;
}

#sekigawa .staff_content li.service p{
	background-image:url(../../img/staff/sekigawa/photo03.jpg);
}
#sekigawa .staff_content li.healthy p{
	background:url(../../img/staff/sekigawa/photo04.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
#sekigawa .staff_content li.memory{
	padding-bottom:0;
}
#sekigawa .staff_content li.memory p{
	background: url(../../img/staff/sekigawa/sekigawa01.jpg) no-repeat right bottom;
	padding:0 280px 0 0;
	min-height:320px;
}
#sekigawa .staff_content li.principal p{
	background:url(../../img/staff/sekigawa/photo05.jpg) no-repeat left top;
	padding:0 0 0 290px;
}

#sekigawa .staff_content li.family p{
	background-image:url(../../img/staff/sekigawa/photo06.jpg);
}

#sekigawa .staff_content li.goal{
	padding-bottom:0;
}
#sekigawa .staff_content li.goal p{
	background:url(../../img/staff/sekigawa/sekigawa02.jpg) no-repeat left bottom;
	padding:0 0 30px 319px;
	margin-left:-25px;
}
#sekigawa .staff_content li.message{
	padding:0;
	margin-bottom:20px;
}
#sekigawa .staff_content li.message p{
	background-image: url(../../img/staff/sekigawa/photo07.jpg);
}

/* 山田さんのページ */
#yamada .staff_btn_area ul li#btn_yamada{
	display:none;
}
#yamada .staff_content li.job p{
	background:none;
	min-height:0;
	padding:0;
}
#yamada .staff_content li.grant{
	padding-bottom:25px;
}
#yamada .staff_content li.grant p{
	background: url(../../img/staff/yamada/photo01.jpg) no-repeat right bottom;
	padding:0 250px 30px 0;
}

#yamada > div.main_content.clearfix > div.main > div.normal_box.staff_box > div > ul > li.service > p{
	background: url(../../img/staff/yamada/photo02.jpg) no-repeat left top ;
	padding:0 0 0 290px;
}
#yamada .staff_content li.healthy p.text{
	background:url(../../img/staff/yamada/photo03.jpg) no-repeat right top;
	padding:0 290px 1em 0 ;
}
#yamada .staff_content li.healthy p.text02{
	background:none;
	padding:0;
}

#yamada .staff_content li.principal p{
	background:url(../../img/staff/yamada/photo04.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
#yamada .staff_content li.family p{
	background-image:url(../../img/staff/yamada/photo05.jpg);
}
#yamada .staff_content li.goal p{
	background:url(../../img/staff/yamada/photo06.jpg) no-repeat left top;
	padding:0 0 0 290px;
}
#yamada .staff_content{
	padding:0 0 2px 0;
	background:url(../../img/staff/staff_bg_bottom.gif) no-repeat bottom left;
}
#yamada .staff_content li.message p{
	background:url(../../img/staff/yamada/photo07.jpg) no-repeat right bottom;
}

/* =================================================================
	13.お客様の声		　					[ voice/ ]
================================================================= */


/* ご利用者様の声
------------------------------------------------------------------*/
.voice_content{
    background: url(../../img/voice/voice_bg.gif) repeat-y left top;
	margin-bottom:30px;
	padding-top:0;

}
.voice_content .normal_box_in{
    background: url(../../img/voice/voice_bg_bottom.gif) no-repeat bottom left;
	padding-bottom:10px;
}

.voice_guest_list{
	margin:0 30px;
}
.voice_guest_list li{
	margin:0 0 40px 0;
}
.voice_guest_list h3{
	margin-bottom:17px;
}
.left_box .voice_photo{
	float: right;
	margin-right:5px;
    padding-top: 6px;
}
.right_box .voice_photo{
	float:left;
	margin-right:10px;
}
.voice_guest_list .text{
	width:360px;
	float:left;
	margin-left:5px;
}
.voice_guest_list .right_box .text{
	float:right;
}
.voice_guest_list strong{
	color:#e2253b;
	font-weight:normal;

}
.voice_guest_list h4{
	background:url(../../img/location/commmon/line.png) repeat-x bottom left;
	font-size:16px;
	padding:5px 0;
	width:360px;
	float:left;
	margin-bottom:10px;
}
.voice_guest_list h4.none{	width:100%;}
.voice_guest_list .right_box h4{
	float:right;
}
.voice_guest_list h4 img{
	vertical-align:middle;
	margin-right:10px;
}
.guest_btn_area{
	background:url(../../img/voice/voice_btn_bg.png) no-repeat bottom left;
	padding-bottom:15px;
	margin-bottom:10px;
}
.guest_btn_area ul{
	margin:0 0 15px 20px;
}
.guest_btn_area li{
	float:left;
	margin-right:15px;
}
.guest_btn_area li.one{

}
.guest_btn_area p{
	text-align:center;
}

/* 加藤さんのページ */
body.katou .guest_btn_area li.katou{
	display:none;
}

/* 北條さんのページ */
#voice_guest.houjou > div.main_content.clearfix > div.main > div.guest_btn_area > ul > li.houjou.one{
	display:none;
}

/* 弘岡さんのページ */
body.hirooka  div.guest_btn_area > ul > li.hirooka{
	display:none;
}
body.hirooka .voice_guest_list li.goal{
	margin-bottom:20px;
}


/* ご家族の声
------------------------------------------------------------------*/
#voice_family .voice_content{
    background: url(../../img/voice/family_bg.gif) repeat-y left top;
    padding-top:0;
	margin-bottom:30px;

}
#voice_family .voice_content .normal_box_in{
    background: url(../../img/voice/family_bg_bottom.gif) no-repeat bottom left;
	padding-bottom:10px;
}
#voice_family .guest_btn_area li{
	margin-bottom:15px;
}

#voice_family .guest_btn_area li.sugita,
#voice_family .guest_btn_area li.toda{
	margin-bottom:0;
}

/* =================================================================
	14.比率	　					[ data.html]
================================================================= */
h2.key{
	margin:0;
	background:none;
	margin-bottom:27px;
}
.data_box{
    margin-bottom: 38px;
}
.data_box.data_box_main .normal_box_in{
	padding-bottom:1px;
	padding: 0 29px 20px;
}
.data_box_main h3{
	margin-bottom:26px;
}

.data_box_main p{
	margin-bottom:33px;
}
.data_box .normal_box_in{
	background: url(../../img/common/normal_box_bg_bottom.png) no-repeat bottom left;
	padding-bottom:2px;
	padding:0 26px 10px;
}

.data_box .normal_box_in strong{
	color:#e83d3d;
	font-weight:normal;
}
.cause_text{}

.cause_text img{
	float:left;
	margin-right:34px;
}
.program_more{
    text-align: center;
    margin-top: -74px;
}

.cause_text p{
	margin-bottom:1.5em;
}
/* 症状リスト */
.disease_list{
	width:650px;
	margin:0 auto 17px;
}
.data_box h3.sab_title02{
	width:650px;
	margin:0 auto 22px;
}
/* テキスト */
.disease_text {
	width:650px;
	margin:0 auto;
}
.disease_text p{
	margin-bottom:1.5em;
}

/* 画像 */
.disease_text img{
	float:right;
	margin-left: 22px;
	margin-bottom:10px;
}
.data .service_btn{
	margin-bottom:20px;
}

/*お知らせ　履歴*/
.news_detail {
    background-color: #fff;
	margin-bottom:15px;
}

.news_detail table{
	border-collapse:collapse;
	width:660px;
	margin:0 auto;
}

.news_detail table tr{
	border-bottom:#ccab7d dashed 1px;

	display:block;
}
.news_detail table tr.end{
	border-bottom:none;
}

.news_detail table td{
	border-collapse:collapse;
	padding:13px 0;
}
.news_detail table td a{
	color:#503208;
	line-height:1.3;
	text-decoration:underline;
}

.news_detail h4{
	font-weight:bold;
	background:url(../../img/common/arrow02.png) no-repeat left top;
	padding-left:25px;
	margin-bottom:5px;
	color:#503208;
	line-height:1.3;
}
.news_detail table td p{
	padding-left:25px;
}

.news_detail table th{
	border-collapse:collapse;
	vertical-align:top;
	width:7em;
	padding:13px 0;
	text-align:left;
}

.news_detail ul, .news_list ul {
	padding-left: 25px;
}
.center {
	text-align:center;
}

/*共通*/
.bold {
	font-weight:bold;
	}

.uline {
	text-decoration:underline;
}
