@charset "utf-8";
/*下層ページ
下層ページのテーブル
メニュー料金
院内の様子
診療時間・アクセス
よくある質問
お問い合わせ
サイトマップ
----------------------------------------------------*/

/*下層ページ
----------------------------------------------------*/

#cont {
		margin-top:10px;
}


.pan {
    width: 594px;
    margin: 0 auto 10px auto;
}

.pan a {
		text-decoration:none;
}

.pan li {
	float:left;
	margin:0 7px 0 0;
	width:auto;
	font-size: 12px;
}

.pan li a {
		background:url(../images/common/arrow.gif) right 3px no-repeat;
		background-size:4px 10px;
		padding:0 15px 0 0;
}


.page-title {
	background:url(../images/second/pagetitle_bg.png) 0 0 no-repeat;
	padding:19px 0 21px 69px;
	border-bottom:solid 2px #F3F3F3;
	font-size:26px;
	font-weight:bold;
	margin:0 auto 20px auto;
	width: 525px;
}

.page-title span {
	font-size:42px;
	color:#fd4800;
	font-family:Century Gothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.section.width100{
	width:100%;
}

h2.flow,
h4.flow {
		font-weight:bold;
		font-size:18px;
		border-bottom:dashed 1px #ccc;
		margin: 0 auto 10px auto;
    	width: 594px;
}

h2.flow span,
h4.flow span {
		color:#fff;
		background:#D82F41;
		padding:2px 5px;
		font-family:Century Gothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.g-border {
		border:solid 1px #DB3400;
		padding:10px;
}

.box3 {
		width:663px;
		margin:0 -18px 0 0;

}

.box3 p {
		float:left;
		margin:0 18px 18px 0;
		text-align:center;

}
h3.nh3 {
	font-weight:bold;
	border-bottom:dashed 1px #ccc;
	font-size:15px;
	padding:0;
	line-height:1.5em;
	color: #8E6A49;
	margin: 0 0 5px 0;
}

.section h3 {
		border-left:8px solid #d82f41;
		padding:0 0 0 15px;
		font-weight:bold;
		margin:0 0 10px 0;		
}

ul.un{
	}

ul.un li{
	background:url(../images/common/arrow.gif) 7px 7px no-repeat;
	padding-left:20px;
	border-bottom:dashed 1px #ccc;
	padding-bottom:7px;
	margin-bottom:7px;
	}

h2.clih2 {
		background:none;
		margin:0 0 15px 0!important;
		padding:0;
}


.sc {
		font-size:16px;
		font-weight:bold;
		margin:0 0 15px 0;
		color:#30A500;
}

ul.jiko{
	overflow:hidden;
	padding-left: 1em;
}

ul.jiko li{
	text-indent:-1em;
	font-weight: bold;
}

ul.jiko li:before { content:"・" }

.list01{
	box-sizing: border-box;
	border: 1px solid #ffc560;
	padding: 16px 20px 12px;
	background: #fffceb;
	margin-bottom: 16px;
}

.list01 li{
	position: relative;
	padding-left: 16px;
}

.list01 li:before{
	content: "";
	display: block;
	
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #ffc560;
}



.img-height{
	height: 182px;	
}

.desc{
	border: 1px solid #ffc560;
	background: #fffceb none repeat scroll 0 0;
	padding: 15px;
	margin-top: 20px;	
}

.desc span{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.bg_arrow_btm{
	background: url("../images/second/icon_arrow_btm.png") no-repeat center top;
	padding-top: 54px;
}

#side.second {
	margin-top: 24px;
}

.memo01{
	font-size: 13px;
}

.ttl01{
	border-bottom: 2px solid #d82f41;
	color: #d82f41;
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.ttl02{
	font-size: 22px;
	font-weight: bold;
	color: #d82f41;
	margin-bottom: 14px;
	position: relative;
}

.ttl02 span{
	position: relative;
	padding-top: 4px;
	margin-top: 4px;
	display: inline-block;
}

.ttl02 span:before{
	content: "";

	position: absolute;
	left: -20px;
	top: -1px;

	width: 3px;
	height: 100%;
	background: #d82f41;

	transform: rotate(-35deg);
}

.ttl02 span:after{
	content: "";

	position: absolute;
	right: -15px;
	top: -1px;

	width: 3px;
	height: 100%;
	background: #d82f41;

	transform: rotate(35deg);
}

/*下層ページのテーブル
----------------------------------------------------*/

.nt {
    border-collapse: collapse;
    border: #54a029 solid 2px;
    margin: 15px 0 30px;
    width: 100%;
}

.nt td {
    border: #54a029 solid 2px;
    padding: 10px;
    background-color: #fff;
}

.nt th {
    border: #54a029 solid 2px;
    padding: 5px 10px;
    background-color: #70be43;
		font-weight:bold;
		text-align:center;
		color:#fff;
}

.c-t {
		background:#ddd!important;
}

.c-t td {
		background:#fff!important;
		padding:5px;
}

.c-t th {
		background:rgb(247, 245, 238)!important;
		padding:5px;
		font-weight:bold;
		text-align:center;
}

.c-t .td01 {
		background:#f7f7f7;
		text-align:center;
		font-weight:bold;
}

.price {
		text-align:right;
}

.price-t th.jihi {
		background:#EAF2FF;
}

.ryoukin_category{
	width: calc(96% - 2px);
	margin: 20px auto 0;
	padding: 7px 0;
	
	font-size: 16px;
	font-weight: bold;
	background: #f7f5ee;
	color: #330000;
	border: 1px solid #ddd;
	border-bottom: none;
	text-align: center;
}

table.ryoukin,
table.staff {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    line-height: 1.8em;
    margin-bottom: 30px;
    color: #330000;
}

.ryoukin thead th{
	background-color: #F7F5EE;
    padding: 10px;
    text-align: center;
    border: #ddd solid 1px;
    text-align: center;
}

.ryoukin tbody th {
    background-color: #F7F5EE;
    padding: 10px;
    text-align: center;
    border: #ddd solid 1px;
    text-align: center;
}

.ryoukin tbody td,
.staff td{
    background-color: #fff;
    padding: 10px;
    border: #DBD6C4 solid 1px;
    width: auto;
    text-align: center;
}

.staff td{
	padding: 10px 20px;
}

.time-t {
		background:#ddd;
}

.time-t td {
		background:#fff;
		padding:5px;
		text-align:center;
}

.time-t th {
		background:#FFFFE1;
		padding:5px;
		font-weight:normal;
		text-align:center;
}

.staff th {
    background-color: rgb(247, 245, 238);
    padding: 10px;
    text-align: center;
    border: #DBD6C4 solid 1px;
    text-align: center;
}

/*メニュー料金
----------------------------------------------------*/
.menu_concept{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 25px !important;
}

.menu_concept:after{
	content: "";
	display: block;
	width: 80px;
	height: 0;
	margin: 20px auto 0;
	border-bottom: 5px solid #d82f41;
}

.menu_concept_list{
	margin: 40px auto;
}

.menu_concept_list ul{
}

.menu_concept_list li{
	font-size: 20px;	
	font-weight: bold;
	letter-spacing: 0.025em;

	padding: 13px 0 13px 90px;
	margin-bottom: 60px;
	border-radius: 5px;
	
	position: relative;
}

.menu_concept_list li:last-child{
	margin-right: 0;
}

.menu_concept_list li:after{
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	
	position: absolute;
	background: url("../images/second/menu_arrow.png") no-repeat center bottom;
	left: 0;
	right: 0;
	bottom: -45px;
}

.menu_concept_list li:last-child{
	margin-bottom: 0;
}


.menu_concept_list li:last-child:after{
	content: none;
}

.menu_concept_list li strong{
	width: 70px;
	height: 70px;
	border-radius: 100px;
	color: #fff;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

	border: 10px solid #fff;
		
	font-size: 22px;
	line-height: 0;
	
	position: absolute;
	left: 0;	
	top: -20px;
	left: -20px;
}

.menu_concept_list li strong:after{
	content: "";
	display: block;

	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 100px;
	
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 2;
	
	border: 1px solid #fff;
}

.menu_concept_step01{
	background: #fff0f2;
	color: #d82f41;
}

.menu_concept_step01 strong{
	background: #d82f41;
}

.menu_concept_step01 .illust{
	position: absolute;
	right: 13px;
	top: -24px;
}

.menu_concept_step01 .illust img{
	width: 66px;
	height: auto;
}

.menu_concept_step02{
	background: #ffeed9;
	color: #fa9825;
}

.menu_concept_step02 strong{
	background: #fa9825;
}

.menu_concept_step02 .illust{
	position: absolute;
	right: 18px;
	top: -20px;
}

.menu_concept_step02 .illust img{
	width: 50px;
	height: auto;
}

.menu_concept_step03{
	background: #ecfdf1;
	color: #60d885;
}

.menu_concept_step03 strong{
	background: #60d885;
}

.menu_concept_step03 .illust{
	position: absolute;
	right: 5px;
	top: -35px;
}

.menu_concept_step03 .illust img{
	width: 70px;
	height: auto;
}

.menu_concept_img{
	width: 200px;
	height: 150px;
	background: #000;
	margin-right: 20px;
}

.menu_concept_text{
	width: calc(100% - 220px);
}

.priceimg01{
	margin-bottom: 20px;
}

.priceimg01 img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.movieconts{
	margin: 15px auto;
}

.movieconts iframe{
	width: 100%;
	height: 380px;
}

/*JOYトレ
----------------------------------------------------*/
.joytra-use{
	background: #fffceb;
	border: 1px solid #ffc560;
	box-sizing: border-box;
	padding: 16px 20px 16px;
	margin-bottom: 20px;
}


.joytra-use-ttl01{
	font-size: 18px;
	border-left: 8px solid #ffc560;
	border-bottom: 1px solid #ffc560;
	padding: 4px 0 2px 10px;
	margin-bottom: 15px;

	font-weight: bold;
}

.joytra-use dl{
	margin-top: 0;
	margin-bottom: 0;
}

.joytra-use dl dt{
	position: relative;
	padding-left: 16px;
	font-weight: bold;
}

.joytra-use dl dt:before{
	content: "";
	position: absolute;

	width: 9px;
	height: 9px;
	background: #ffc560;
	border-radius: 100px;
	left: 0;
	top: 8px;
}

.joytra-use dl dd{
	margin-bottom: 15px;
}

.joytra-use dl:last-of-type dd{
	margin-bottom: 0;
}

.joytra-movie{
	width: 100%;
	min-height: 450px;
}


/*院内の様子
----------------------------------------------------*/
.gallery-box {
    margin: 0px auto;
}

.gallery_l {
		width:320px;
		margin:0px 26px 10px 0px;
		float:left;
}
.gallery_r {
		width:320px;
		margin:0px 0px 10px 0px;
		float:right;
}

/*診療時間・アクセス
----------------------------------------------------*/
.access_pic2 {
		margin-left:36px
}
.access_pic2_r {
		margin-left:8px
}

/*よくある質問
----------------------------------------------------*/
.quest dt {
	padding-top:3px;
	padding-left:40px;
	margin-bottom:10px;
	min-height:30px;
	display:block;
	background:url("../images/second/qa_q.gif") left top no-repeat;
}
.quest dd{
	padding-top:3px;
	padding-bottom:30px;
	padding-left:40px;
	margin-bottom:30px;
	min-height:30px;
	display:block;
	background:url("../images/second/qa_a.gif") left top no-repeat;
	border-bottom:2px dotted #B6B3AB;
}

/*お問い合わせ
----------------------------------------------------*/

#mailform table th,
#mailform table td
{
	padding:15px;
}

#mailform table th{
	width: 35%!important;
}

textarea{
    width: 100%!important;
}

input{
	font-size: 16px;
}

/*サイトマップ
----------------------------------------------------*/

.sitemap {
		background:url(../images/common/footer_line.gif) 0 bottom repeat-x;
		margin:20px 0;
		line-height:2em;
		float:right;
}

.sitemap li {
		float:left;
		margin:0 0 1px 0;
		padding:0 0 0 20px;
		width:150px;
		background:url(../images/common/f_arrow.gif) 0 5px no-repeat;
}




