
/* メインイメージ
-----------------------------------------------------------------------------*/
.english #m_img {background-image: url(../images/english/m_img.jpg);}



/* English
-----------------------------------------------------------------------------*/
.english #m_img {
	margin-bottom: 60px;
}
.english .content {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05em;
	font-weight: 400;
}
.english .com_index {
	font-weight: 600;
	margin-bottom: 60px;
}

.english .concept_box {
	padding-top: 60px;
	margin-bottom: 70px;
	background: rgb(243,251,228);
	background: -moz-linear-gradient(top,  rgba(243,251,228,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(243,251,228,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(243,251,228,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbe4', endColorstr='#ffffff',GradientType=0 );
}
.english .concept_box .section {
	text-align: center;
}

.english .access_box {
	margin-bottom: 70px;
}
.english .access_box .flt_box .flt_l {
	width: 68%;
}
.english .access_box .flt_box .flt_r {
	width: 28%;
}
.english .access_box .flt_box .flt_l dd {
	margin-top: 20px;
	color: #EB7600;
	letter-spacing: .1em;
	line-height: 1.0em;
}
.english .access_box .flt_box .flt_r dt {
	color: #53B200;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.0em;
	background: url(../../../images/icon.png) no-repeat left .1em;
	background-size: 15px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.english .map_box iframe {
	display: block;
	width: 100%;
	height: 490px;
	margin: 50px auto;
}

.english .access_box .addres_list {
	width: 100%;
}
.english .access_box .addres_list th,
.english .access_box .addres_list td {
	padding: 5px 3%;
	vertical-align: middle;
}
.english .access_box .addres_list tr:first-child th,
.english .access_box .addres_list tr:first-child td {
	padding-top: 20px;
}
.english .access_box .addres_list tr:last-child th,
.english .access_box .addres_list tr:last-child td {
	padding-bottom: 20px;
}
.english .access_box .addres_list th {
	width: 26%;
	background: #F4F2ED;
	color: #333333;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.0em;
	text-align: center;
}
.english .access_box .addres_list a {
	color: #B79F73;
	text-decoration: none;
}
.english .access_box .addres_list a:hover {
	text-decoration: underline;
}

.english .doctor_box {
	background: #EDF8E4;
	padding: 100px 0;
}
.english .doctor_box .flt_l {
	width: 38%;
}
.english .doctor_box .flt_r {
	width: 58%;
}
.english .doctor_box .dr_name dt {
	font-family: 'Sorts Mill Goudy', serif;
	color: #333;
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.0em;
	margin-bottom: 20px;
}
.english .doctor_box .dr_plof dt {
	margin-top: 20px;
	color: #53B200;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.english .doctor_box .dr_plof li {
	margin-top: 10px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.english #m_img {
	margin-bottom: 5%;
}
.english .com_index {
	margin-bottom: 6%;
}

.english .concept_box {
	padding-top: 5%;
	margin-bottom: 8%;
}

.english .access_box {
	margin-bottom: 8%;
}
.english .access_box .flt_box .flt_l dd {
	margin-top: 10px;
}
.english .access_box .flt_box .flt_r dt {
	margin-bottom: 10px;
}

.english #g_map_en {
	margin: 5% 0;
}

.english .doctor_box {
	padding: 8% 0;
}
.english .doctor_box .dr_name dt {
	margin-bottom: 10px;
}
.english .doctor_box .dr_plof li {
	margin-top: 5px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.english .com_index {
	margin-bottom: 6%;
}

.english .concept_box {
	padding-top: 8%;
	margin-bottom: 8%;
}

.english .access_box {
	margin-bottom: 8%;
}
.english .access_box .flt_box .flt_l {
	width: 100%;
	float: none;
}
.english .access_box .flt_box .flt_r {
	margin-top: 5%;
	width: 100%;
	float: none;
}
.english .access_box .flt_box .flt_l dd {
	margin-top: 10px;
}
.english .access_box .flt_box .flt_r dt {
	margin-bottom: 10px;
}

.english #g_map_en {
	height: 350px;
	margin: 5% 0;
}

.english .access_box .addres_list tr,
.english .access_box .addres_list th,
.english .access_box .addres_list td {
	display: block;
}
.english .access_box .addres_list th,
.english .access_box .addres_list td,
.english .access_box .addres_list tr:first-child th,
.english .access_box .addres_list tr:first-child td,
.english .access_box .addres_list tr:last-child th,
.english .access_box .addres_list tr:last-child td {
	padding: 8px 3%;
}
.english .access_box .addres_list th {
	width: 94%;
	text-align: left;
}

.english .doctor_box {
	padding: 10% 0;
}
.english .doctor_box .flt_l {
	width: 100%;
	max-width: 280px;
	margin: 5% auto 0;
	float: none;
}
.english .doctor_box .flt_r {
	width: 100%;
	float: none;
}
.english .doctor_box .dr_name dt {
	font-size: 200%;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
}


/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}

/* Mobile (Landscape)
------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}