@charset "utf-8";
/*==========================================
 下層ページ
===========================================*/
#contents {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	background:#fff;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#contents {
	min-width: 100%;
}
}

/*アクセス診療時間
----------------------------------------------*/
/*医院情報*/
table.tb_access th,
table.tb_access td {
	border: 1px solid #ddd;
}
table.tb_access td {
	padding: 15px 10px;
}
/*診療時間*/
table.access_hours thead th {
	font-weight: bold;
	background: #f7f7f7;
	border-bottom: none;
}
table.access_hours thead th:first-child {
	width: 25%;
}
table.access_hours th,
table.access_hours td {
	color: #333;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 10px 0;
}
/*交通手段*/
#access .access_train {
	background: url(../img/low/ico-train.png) no-repeat left center;
    padding: 24px 0 16px 90px;
}
#access .access_car {
    background: url(../img/low/ico-car.png) no-repeat left center;
    padding: 24px 0 16px 90px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
table.access_hours th,
table.access_hours td {
	font-size: 14px;
	padding: 10px 0;
}
}

/*料金表
----------------------------------------------*/
table.tb_price img{max-width: 200px;}
table.tb_price th, table.tb_price tr{border: 1px solid #ddd;}
table.tb_price th, table.tb_price td{padding: 10px;}
table.tb_price td .price{padding-left: 1em;}
/*==========================================
料金
===========================================*/
.price01,.price-outline{
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.price01{
	border-bottom: 1px solid rgb(117 117 117 / 70%);
    border-top: 1px solid rgb(117 117 117 / 70%);
    align-items: center;
}
.price-outline{
	border-bottom: 1px solid #ddd;
	align-items: center;
	padding: 5px 0;
}
li.price_ttl{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 5px;
    background: #edeceab8;
}
.price_ttlW70{
	width: 70%;
}
.price_ttlW30{
	width: 30%;
	min-height: 55px;
}
.price_ttlW100{
	width: 100%;
}
.price_line{
	margin-top: -1px;
}
li.fee{
	margin-left: auto;
	text-align: right;
	font-weight: 700;
}
li.price_img{
	width: 11%;
	padding: 5px;
}
li.price_img img{
	filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
li.outline-txt{
	font-weight: 500;
}
.outline-txtW150{
	width: 150px;
}
.outline-txtW300{
	width: 300px;
}
.outline-txtW500{
	width: 500px;
}
@media screen and (min-width: 0px) and (max-width:480px) {
li.price_ttl{
	font-size: 16px;
}
li.outline-txt{
	font-size: 14px;
	padding: 5px;
}
li.price_img{
	width: 20%;
}
.price_ttlW50,.price_ttlW30 {
	width: 100%;
	border-bottom: 1px solid rgba(174,147,115,0.7);
	min-height: 30px;
}
.outline-txtW300{
	width: 100%;
}
}

/*院内設備
----------------------------------------------*/
.grid2.barrier-free>li{padding: 0 2%;}

/*よくある質問
----------------------------------------------*/
.qa_list li{
	margin: 12px auto;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.qa_list li:before, .qa_area li:before, .qa_area h3:before{
	content: "Q.";
	color: #00b1da;
	font-weight: bold;
	margin-right: .3em;
}
.qa_area h3+p:before{
	content: "A.";
	color: #d94568;
	font-weight: bold;
	margin-right: .3em;
}

/*院長プロフィールなど
----------------------------------------------*/
.kome1, .kome1 {display: block; overflow: hidden;}
.kome1>.dt {width: 1em;}
.kome1>dt, .kome1>.dt,.kome1>.dt{display:block;float:left;}
.kome1>.dd, .kome1>.dd {display: block;overflow: hidden;}
.kome3, .kome3 {display: block; overflow: hidden;}
.kome3>.dt {width: 5em;}
.kome3>dt, .kome3>.dt,.kome3>.dt{display:block;float:left;}
.kome3>.dd, .kome3>.dd {display: block;overflow: hidden;}
.kome5, .kome5 {display: block; overflow: hidden;}
.kome5>.dt {width: 8em;}
.kome5>dt, .kome5>.dt,.kome5>.dt{display:block;float:left;}
.kome5>.dd, .kome5>.dd {display: block;overflow: hidden;}
.careerlist dt {
	float: left;
	width: 70px;
	padding: 0 0 3px 0;
}
.careerlist dd {
	margin-left: 70px;
	padding: 0 0 3px 0;
	background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.careerlist dt {
	width: 80px;
}
.careerlist dd {
	margin-left: 80px;
}
}

.tu{
	text-decoration: underline 1px;
}

/*===アコーディオンメニュー===*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000;
	padding: 3px 0;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: block;	padding: 10px 2em 10px 1em;
	cursor: pointer;
	margin: 0;
	background: #f1e8e1;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
	background: rgba(240,163,55,0.1);
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input: checked ~ .cp_actab-content {
	max-height: 40em;
	border-left: 1px solid rgba(240,163,55,0.3);
	border-right: 1px solid rgba(240,163,55,0.3);
	border-bottom: 1px solid rgba(240,163,55,0.3);
}
/* Icon */
.cp_actab label::after {
	line-height: 2.6;
	position: absolute;
	top: 0;	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {	content: '+';}.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
@media screen and (max-width: 640px) {.cp_actab label {
	line-height: 2;
	padding: .25em 2em .25em 1em;
}
.cp_actab label::after {
	line-height: 2;	width: 2em;
	height: 2em;
}
}

/*ステップフロー*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color: #ccc!important;
}
.stepflow li {
	position: relative;
	padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 2px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #fcc63d;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #d77498;
	background-color: #fff;
}
.stepflow_label {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1rem;
	font-family: Century Gothic;
}
.stepflow_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.stepflow_content {
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #ccc;
}

/*よくある質問
----------------------------------------------*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000;
	padding:3px 0;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: block;	padding: 10px 2em 10px 1em;
	cursor: pointer;
	margin: 0;
	background:#f1e8e1;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
	background:#f7f7f7;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 50em;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
/* Icon */
.cp_actab label::after {
	line-height: 2.6;
	position: absolute;
	top: 0;	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {	content: '+';}.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
@media screen and (max-width: 640px) {.cp_actab label {
	line-height: 2;
	padding: .25em 2em .25em 1em;
}
.cp_actab label::after {
	line-height: 2;	width: 2em;
	height: 2em;
}
}

/*==========================================
 list_anker
===========================================*/
/*ul.list_type_anker{
	list-style-position: inside;
	list-style-type : disc;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
ul.list_typeanker2{
	list-style-position: inside;
	list-style-type : decimal;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}*/
.list_type_anker {
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.list_type_anker li{
	width: 100%;
	max-width: 100%;
	position: relative;
    display: inline-block;
	border: 1px solid #999;
    margin: 10px;
	padding: 5px;
	text-align: center;
}
.list_type_anker li i{
	padding-left: 5px;
	color: #999;
}
.list_type_anker li a {
	padding: 5px 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.list_type_anker {
	display: unset;
}
.list_type_anker li{
	width: 95%;
	max-width: 95%;
	position: relative;
    display: inline-block;
}
}

/*===【追加】特徴===*/
.service_content2.num1 .item_list {
    background: #dadada;
	padding: 25px;
}
.service_content2 .item {
    background: #fff;
    margin: 0 0 22px;
}
.service_content2 .image {
    width: 300px;
    height: 210px;
    float: left;
}
.service_content2 .content {
    width: calc(100% - 300px);
    height: 210px;
    float: right;
    position: relative;
	background: #ffff;
}
.service_content2.num1 .content .desc {
    font-size: 16px;
	position: absolute;
    padding: 0 45px;
    line-height: 2.2;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.service_content2 .item:last-of-type {
    margin: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
 .service_content2 .image {
	float: none;
	width: 100%;
	height: 200px;
}
.service_content2 .content {
	float: none;
	width: 100%;
	height: auto;
	position: relative !important;
	padding: 25px;
	line-height: 2.2;
	top: 0;
}
.service_content2.num1 .content .desc {
    padding: 0;
}
.service_content2 .content .desc {
	position: relative !important;
	padding: 25px;
	line-height: 2.2;
	top: 0;
	transform: none !important;
	font-size:14px !important;
}
}

/*===【追加】横2列画像とテキストボックス===*/
#service_list .item {
	width: calc(50% - 8px);
	margin: 0 16px 15px 0;
	/*height: 400px;*/
	position: relative;
	float: left;
}
#service_list .item a {
	display: block;
}
#service_list .image_wrap {
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#service_list .image_wrap .item1 {
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: url(../img/low/first02.jpg) no-repeat center center;
    background-size: cover;
}
#service_list .image_wrap .item2 {
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: url(../img/low/first01.jpg) no-repeat center center;
    background-size: cover;
}
#service_list .title_area {
	padding: 40px 50px;
	/*height: 200px;*/
	/*border: 1px solid #333;*/
	border-top: none;
	box-sizing: border-box;
	background: #fff;
}
#service_list .desc {
	line-height: 2.2;
	font-size: 16px;
	margin: 5px 0 0;
	color: #000;
	max-height: 4.4em;
	overflow: hidden;
	visibility: visible;
}
#service_list .title {
	font-size: 22px;
    color: #eea299;
    line-height: 1.8;
    font-weight: 700;
}
#service_list .item:nth-child(2n) {
    margin-right: 0;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
@media screen and (min-width: 0px) and (max-width:768px) {
#service_list .item {
	width: 100%;
	margin: 0 auto 30px;
	height: auto;
	position: relative;
	float: unset;
}
#service_list .image_wrap {
	height: 130px;
}
#service_list .title_area {
	height: auto;
	padding: 23px 25px;
}
#service_list .desc {
	line-height: 2;
	margin: 5px 0 0;
	max-height: 6em;
	font-size: 14px;
}
}

/*===【追加】横3列比較テーブル===*/
table.tbl_ver {
    width: 100%;
}
table {
	line-height: 1.4;
	border-collapse: collapse;
    border-spacing: 0;
}
table.tbl_ver th {
    background: #dadada;
    text-align: center;
    font-weight: 500;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
table.tbl_ver th, table.tbl_ver td {
	padding: 20px 15px 20px;
}
.w33 {
	width: 33%;
}
/*table th {
	font-size: 19px;
}*/
th, td {
	border: 1px solid #ddd;
	padding: .5em;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.scroll_tbl {
	overflow: scroll;
	margin-bottom: 5px;
}
.scroll_tbl table {
	width: 800px !important;
}
table.tbl_hor th, table.tbl_ver th {
	padding: 8px 10px 10px;
}
}

/*==========================================
 追加_2カラム
===========================================*/
.feature {
	width: 100%;
	background-size: cover;
	padding: 0;
}
.feature_box {
	width: 100%;
	letter-spacing: -.4em;
}
.feature_box div {/*aniview使用時自動付与*/
	display: inline;
}
.feature_box li {
	display: inline-block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    vertical-align: top;
    padding: 15px;
    margin: 0 20px 20px 0;
    letter-spacing: normal;
    border: 1px solid #999;
}
.sub_ttl2 {
    padding: 10px 0;
    font-size: 18px;
    color: #5a3322;
    letter-spacing: 0.1em;
    text-align: center;
    /*font-family: 'Montserrat', serif;*/
    margin: 0 0 50px 0;
}
.feature_box li.point03 {
	margin-right: 0;
}
.feature_box li dt{
	margin: 0 0 10px;
	font-size: 22px;
    color: #eea299;
    line-height: 1.8;
    font-weight: 700;
}
.feature_box li dd{
	font-size: 16px;
	text-align: left;
}
.feature_box li a {
	margin: 20px auto;
}
.feature_box li a i {
	color:#999;
}
.feature_box li .feature_btn {
	position: absolute;
    font-size: 14px;
    color: #827166;
	letter-spacing: 3px;
    letter-spacing: 0.1em;
    font-family: 'Cinzel', serif;
    top: 500px;
	right: 30px;
}
.feature_btn::after {
    content: url(../img/index/arrow.png);
	position: absolute;
    bottom: 5px;
    right: -30px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.feature {
	min-width: 100%;
	padding: 0;
}
.feature_box li dt{
	font-size: 20px;
	margin: 0 0 10px;
}
.feature_box li {
	width: 100%;
	max-width: 100%;
	margin: 0 2% 30px 0;
}
/*.feature_box li.point03,
.feature_box li.point06 {
	margin-right: 2%;
}*/
.feature_box li dd {
    font-size: 14px;
}
.feature_box li .feature_btn {
	top: 350px;
}
}

/*===【追加】flow===*/
/*画像左レイアウト300px_flow*/
.img_left_flow{padding: 20px 0; overflow:hidden;}
.img_left_flow img, .img_left_flow .img_box{display:block; float:left; width:350px;}
.img_left_flow .txt_box{ float:right; width:620px; line-height: 1.8;}
@media screen and (min-width: 0px) and (max-width:768px) {
.img_left_flow img, .img_left_flow .img_box{ float:none; width:100%; margin-bottom: 10px;}
.img_left_flow .txt_box{float:none; width:100%;}
}
/*画像右レイアウト300px_flow*/
.img_right_flow{padding: 20px 0; overflow:hidden;}
.img_right_flow img, .img_right_flow .img_box{display:block; float:right; width:350px;}
.img_right_flow .txt_box{float:left; width:620px; line-height: 1.8;}
@media screen and (min-width: 0px) and (max-width:768px) {
.img_right_flow img, .img_right_flow .img_box{float:none; width:100%; margin-bottom: 10px;}
.img_right_flow .txt_box{float:none; width:100%;}
}
.flow_h4 {
	font-size: 20px;
	font-weight: 700;
	color: #eea299;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.flow_no {
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
}

.att5 {
    background: #f1e8e1;
    padding: 20px 30px 20px 30px;
    display: block;
    border: 1px solid #eea299;
    /*box-shadow: 1px 1px 0 #fff inset;*/
    margin-top: 6px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.att5 {
    padding: 10px 20px;
}
}

.att5_h4 {
	font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.att5_h4 {
	font-size: 18px;
	padding-bottom: 0;
}
}

/*画像左レイアウト300px_att5*/
.img_left_att5{padding: 20px 0; overflow:hidden;}
.img_left_att5 img, .img_left_att5 .img_box{display:block; float:left; width:300px;}
.img_left_att5 .txt_box{ float:right; width:620px; line-height: 1.8;}
@media screen and (min-width: 0px) and (max-width:768px) {
.img_left_att5 img, .img_left_att5 .img_box{ float:none; width:100%; margin-bottom: 20px;}
.img_left_att5 .txt_box{float:none; width:100%;}
}
/*画像右レイアウト300p_att5x*/
.img_right_att5{padding: 20px 0; overflow:hidden;}
.img_right_att5 img, .img_right_att5 .img_box{display:block; float:right; width:300px;}
.img_right_att5 .txt_box{float:left; width:620px; line-height: 1.8;}
@media screen and (min-width: 0px) and (max-width:768px) {
.img_right_att5 img, .img_right_att5 .img_box{float:none; width:100%; margin-bottom: 20px;}
.img_right_att5 .txt_box{float:none; width:100%;}
}

/*==========================================
 下層チェックリスト
===========================================*/
.att4_checklist {
    background: #f1e8e1;
    padding: 30px 115px;
    display: block;
    border: 1px solid #eea299;
    /*box-shadow: 1px 1px 0 #fff inset;*/
    margin-top: 6px;
}
.checklist_box {
	overflow: hidden;
	background: #fff;
    padding: 15px 30px 30px;
}
.checklistbox li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
  width: 100%;
  text-align: left;
}
.checklist_box li a {
	display: block;
	padding: 10px 0;
}
.checklisty_box li a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.checklist_box li i {
	color: #bae8e3;
	padding-right: 5px;
}
.checklist_box li:nth-child(3n)::before{
	content: none;
}
.checklist_box li:nth-child(1)::after,
.checklist_box li:nth-child(2)::after,
.checklist_box li:nth-child(3)::after{
	content: '';
	display: block;
	bottom: 0;
	width: calc(100% - 16px);
	height: 1px;
	border-bottom: 1px solid #999;
}
.checklist_box li a .checklist_box_ttl {
	display: inline-block;
	font-size: 18px;
	background: none;
	margin-top: 0;
	line-height: 1.5;
}
.checklist_box li a .checklist_box_ttl i {
	color: #eea299;/*#aad1b9*/
}
@media screen and (min-width: 0px) and (max-width:768px) {
.att4_checklist {
    padding: 30px 15px 20px;
    margin-top: 6px;
}
.checklist_box {
	margin-bottom: 30px;
	width: 100%;
	padding: 10px 0 30px 20px;
}
.checklist_box_inner{
	display: inline-block;
    padding: 0 20px 20px 30px;
    position: relative;
    margin: 60px 0 0;
    width: 100%;
}
.checklist_box li {
	width: 100%;
	max-width: 100%;
}
.checklist_box li a {
	padding: 5px 0;
}
.checklist_box li a .checklist_box_ttl {
	width: 100%;
	font-size: 15px;
	background-size: 10px auto;
	padding-bottom: 10px;
	margin-top: 10px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.worry_box_inner {
    padding: 20px 40px 30px 340px;
    width: 1000px;
}
}

/*==========================================
バナーエリア
===========================================*/
.bnr-area {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.bnr-area li{
	margin: 10px 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.bnr-area {
    width: 100%;
    margin: 0 auto;
	text-align: center;
	display: unset;
}
.bnr-area li{
	margin: 15px 10px;
}
}

/*==========================================
good
===========================================*/
.good {
    background: #fff;
    padding: 14px 10px;
    padding-left: 47px;
    display: block;
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
}
.good :after {
    content: '';
    position: absolute;
    display: block;
    position: absolute;
    margin: auto;
    left: 14px;
    right: auto;
    top: 23px;
    bottom: auto;
    background: url(../img/low/good_icon.png) no-repeat center / cover;
    width: 22px;
    height: 22px;
}

/*==========================================
 ボタン
===========================================*/
.btn_more {
	display: block;
	font-size: 14px;
	width: 100%;
	max-width: 230px;
	text-align: center;
	padding: 8px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_more i {
	margin-left: .5em;
}
.btn_more2 {
	display: block;
	font-size: 14px;
	width: 100%;
	max-width: 420px;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_more2 i {
	margin-left: .5em;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.btn_more {
	max-width: 85%;
	margin: 0 auto;
}
.btn_more2 {
	max-width: 85%;
	margin: 0 auto;
}
}

/*ボタン配色
------------------------------*/
/*===clr01===*/
.btn_clr01 {
	color: #fff;
	background: #eea299;
}
.btn_clr01:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*===clr02===*/
.btn_clr02 {
	color: #fff;
	background: #c4aa88;
}
.btn_clr02:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/*==========================================
 text
===========================================*/
.att6 {
	background: #eea299;
	padding: 4px 14px 2px;
	margin: 5px 5px 10px 0;
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
	color: #fff;
	box-shadow: 5px 5px 0 #ecda8f;
}
/*===h4===*/
.h4_low{
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #999;
	padding: 0 0 0 8px;
	margin: 0 0 .5em 0;
}

.bkcolor {
	background: #f1e8e1;
	padding: 100px 0;
}
.bkcolor2{
	background: #f1e8e1; 
	margin: 100px 0; 
	padding: 50px;
}
@media screen and (max-width:640px) {
.bkcolor2{
	padding: 40px 20px;
}
}



.k_button a{
	width: 100%;
    display: inline-block;
    padding: 12px;
    color: #fff;
}