@charset "utf-8";

/*==========================================
 mainvisual
===========================================*/
.mainvisual{
	width: 100%;
	min-width:1000px;
	max-width:2000px;
	height: 740px;
	background: url(../img/index/index_top2.jpg) no-repeat center center;
	background-size:cover;
	margin:0 auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.mainvisual{
	min-width:100%;
	height: auto;
	background: none;
	margin: 0 auto;
}
}


/*==========================================
 おすすめする理由
===========================================*/
.feature {
  width: 100%;
  padding: 60px 0 0 0;
  margin-top:30px;
}
.feature_box {
  width: 100%;
  letter-spacing: -.4em;
  overflow:hidden;
}
.feature_box li {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	position: relative;
	width: 100%;
	max-width: 300px;
	min-height:400px;
	text-align: center;
	margin: 0 0 40px 0;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	border: 1px solid #ebebeb;
	padding-bottom: 50px;
	margin-right:45px;
}
.feature_box li:nth-of-type(3n){
	margin-right:0;
}

.feature_txt {
  font-size: 20px;
	line-height: 1.3;
  padding: 20px 0 0 0;
}
.feature .btn_more_img {
	position: absolute;
	bottom:8px;
	right:8px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.feature {
  min-width: 100%;
  padding: 30px 0;
}
.feature .inner {
  /*width: 100%;
  min-width: 100%;*/
}
.feature_box {
	display: block;
  width: 98%;
  margin:0 auto;
}
.feature_box li {
	display: table;
	max-width: 100%;
	min-height:100%;
	padding-bottom: 0;
	margin: 0 0 40px 0;
}
.feature_box li img,
.feature_box li .feature_txt {
	display: table-cell;
}
.feature_txt {
	width: 50%;
	font-size: 15px;
	padding: 0;
	vertical-align: middle;
}
}



/*==========================================
 治療体制
===========================================*/
.system{
  padding-top: 80px;
  background: 
  url(../img/index/system_bg_photo.jpg)no-repeat center top,
  url(../img/index/system_bg.jpg)repeat center top;
}
.system a {
  color: #333;
}
.system h2, .system h2 span{
  color: #fff !important;
}
.system_list{
  width: 100%;
  letter-spacing: -.4em;
  overflow:hidden;
}
.system_list li{
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	position: relative;
	width: 460px;
	background: #fff;
	margin-bottom: 50px;
	margin-right:80px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.system_list li:nth-of-type(2n){
	margin-right:0;
}

.system_icon {
	position: absolute;
	top:220px;
	left: 20px;
}
.system_list_ttl{
	font-size: 22px;
	line-height: 1.4;
	text-align:center;
	padding: 24px 0 15px 0;
}
/*
.ttl--system02 {
	padding: 40px 0 32px 0;
}
*/
.system_list_txt{
	color: #ae055e;
	font-size: 14px;
	line-height:1.4;
	text-align:center;
	padding:0 30px 20px 35px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.system{
  padding-top: 30px;
  background: #f5f2ef url(../img/index/sp_system_bg_photo.jpg) no-repeat center top;
  background-size: 210%;
}

.system h2 {
	margin-bottom: 15px;
}
.system_list li{
  width: 100%;
	margin-bottom: 40px;
}
.system_list_ttl{
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
}
.system_icon {
	top:50%;
	left: 2%;
	width: 45px;
}
.system_list_txt br{
	display:none;
}
}

@media screen and (max-width: 340px) {
  .system{
    background-size: 260%;
  }
}


/*==========================================
 よくあるお悩み
===========================================*/
.worry li a{
  display: block;
	color: #333;
  font-size: 20px;
  background: #fff url(../img/common/icon_arw01.png) no-repeat 98% 55%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 50px 30px 20px;
}
.worry_list li:nth-of-type(even) a {
  background: rgba(251,240,244,.5) url(../img/common/icon_arw01.png) no-repeat 98% 55%;
}
.worry_list_cat {
  display: block;
  width: 15em;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #9f1e62;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.worry .btn_more {
  max-width: 500px;
  font-size: 20px;
  padding: 20px 0;
  margin: 40px auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.worry .inner{
	width: 100%;
	max-width: 100%;
}
.worry li a{
  font-size: 15px;
  background: #fff url(../img/common/icon_arw01.png) no-repeat 98% 58%;
	background-size: 20px auto;
  padding: 20px 40px 20px 2%;
}
.worry_list li:nth-of-type(even) a {
  background: rgba(251,240,244,.5) url(../img/common/icon_arw01.png) no-repeat 98% 58%;
	background-size: 20px auto;
}
.worry_list_cat {
  font-size: 12px;
  padding: 3px;
  margin-bottom: 5px;
}
.worry .btn_more {
  max-width: 300px;
  font-size: 16px;
  padding: 15px 0;
  margin: 30px auto;
  background-size: 20px auto;
}
.worry .btn_more:hover {
  background-size: 20px auto;
}
}


/*==========================================
 医師紹介
===========================================*/
.doctor {
  width: 100%;
  background: url(../img/index/doctor_bg.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 60px 0 0 0;
  margin-top:30px;
}

.doctor_box {
  width: 100%;
	margin-top: 40px;
  letter-spacing: -.4em;
  overflow:hidden;
}
.doctor_box li {
  position: relative;
  display:inline-block;
  letter-spacing: normal;
  vertical-align:top;
  width: 100%;
  max-width: 460px;
  min-height:515px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 8px 40px 8px;
  margin: 0 60px 40px 0;
}
.doctor_box li:nth-of-type(2n) {
  margin-right:0;
}
.doctor_box li dd{
  font-size: 16px;
  line-height: 1.5;
  padding-left:1em;
  text-indent:-1em;
  margin: 0.5em 0 0.5em 1em;
}
.doctor_box li dd::before {
	content:"―";
}
.doctor_box li a {
  margin:20px auto;
}
.doctor_txt {
	text-align: center;
	margin-bottom: 1em;
}
.doctor .btn_more_img {
	position: absolute;
	bottom:8px;
	right:8px;
}

@media screen and (min-width: 0px) and (max-width:768px) {
.doctor {
  background: url(../img/index/sp_doctor_bg.png) no-repeat center top;
  background-size:140%;
  min-width: 100%;
  padding: 30px 0;
}
.doctor_txt {
	text-align: left;
}
.doctor_box {
  width: 95%;
  margin:0 auto;
}
.doctor_box li {
  max-width: 100%;
  min-height:100%;
  margin: 0 0 20px 0;
}
.doctor_box li dd{
  font-size: 14px;
	line-height: 1.4;
	padding-left: 0;
}
}
/*
@media screen and (min-width: 481px) and (max-width:768px) {
.doctor {
  min-width: 100%;
  padding: 30px 0;
}
.doctor_box li {
  width: 100%;
  max-width: 100%;
  margin: 20px 2% 20px 0;
}
}
*/


/*==========================================
 ボタン
===========================================*/
.btn_more {
  display: block;
  font-size: 18px;
  width: 100%;
  max-width: 305px;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.btn_more {
  max-width: 80%;
  margin: 0 auto;
}
}

/*ボタン配色
------------------------------*/
/*===clr01===*/
.btn_clr01 {
  color: #9f1e62;
  background: #fff;
	border: 1px solid #9f1e62;
}
.btn_clr01:hover {
  color: #fff;
  background: #9f1e62;
}

/*===clr02===*/
.btn_clr02 {
  color: #9f1e62;
  background: #fff url(../img/common/icon_arw01.png) no-repeat 98% 55%;
	border: 1px solid #9f1e62;
}
.btn_clr02:hover {
  color: #fff;
  background: #9f1e62 url(../img/common/icon_arw01.png) no-repeat 98% 55%;
}

