@charset "utf-8";
/*==========================================
 mainvisual
===========================================*/
#home h1, #home .header_txt{
	color:#fff;
}
.mainvisual{
	width: 100%;
	min-width: 1000px;
	max-width: 2000px;
	background-size: cover;
	margin: 0 auto;
}
.flexslider {
    margin: 30px 0 60px;
    background: #fff;
    border: 0 solid #fff;
    position: relative;
    zoom: 1;
    border-radius: 4px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (min-width: 0px) and (max-width:768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media screen and (min-width: 0px) and (max-width:768px) {
.mainvisual{
	min-width:100%;
	height: auto;
	background: none;
	margin: 0 auto;
}
}
#IndexMain-Txt{
	position: absolute;
	top: 70%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgba(255,255,255,0.8);
    padding: 50px;
}
#IndexMain-Txt h2{
    margin-bottom: 10px;
    font-size: 39px;
    font-weight: 400;
}
#IndexMain-Txt h2, #IndexMain-Txt p{
	color: #000;
}
#IndexMain-Txt p{
    font-size: 24px;
}
@media screen and (min-width: 0px) and (max-width:1200px) {
#IndexMain-Txt h2{
	font-size: 36px;
}
}
@media screen and (min-width: 0px) and (max-width:768px) {
.mainvisual{
	min-width: 100%;
	height: auto;
	background: none;
	margin: 0 auto;
	min-height: 300px;
}
#IndexMain-Txt{
	width: 94%;
	padding: 10px;
	top: 60%;
}
#IndexMain-Txt h2{
	font-size: 22px;
}
#IndexMain-Txt p{
	font-size: 18px;
}
#IndexMain-Txt p{
    font-size: 16px;
}
}
.innerW1300 {
    width: 100%;
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.innerw80{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.innerW1300 {
    width: 95%;
    min-width: 95%;
}
.innerw80{
    width: 95%;
    min-width: 95%;
}
}

/*==========================================
 更新情報（単体）
===========================================*/
.news{
	margin-bottom: 70px;
	margin-top: 50px;
}
.news_box {
	display: inline-block;
	background: #d3b99e;
	padding: 20px 20px 20px 140px;
	position: relative;
	width: 1100px;
}
.news_box h2{
	font-size: 24px;
	line-height: 1.4;
	padding: 20px 60px 0 0;
    float: left;
	background: none;
    color: #fff;
	border-bottom: none;
}
.news .news_ttl {
	position: relative;
	font-size: 22px;
	text-align: left;
	background: none;
	padding: 10px;
	margin-bottom: 0;
}
.news .news_ttl::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #a49d90;
	border-bottom: 2px solid #a49d90;
}
.news .news_ttl .ttl--en {
	display: inline;
	padding-left: 20px;
}
.news .news_list {
	max-height: 220px;
	overflow-y: auto;
	background: #ffffffb3;
}
.news .news_list li {
	padding: 10px;
	display: flex;
	/*background: #ffffffb3;*/
}
.news .news_list li .news_date {
	font-family: Century Gothic;
	display: inline-block;
	margin-right: 20px;
}
.news .news_list li .news_txt {
	display: inline-block;
    width: 83%;
}
.news_txt {
	float: right;
}
.news_readmore {
	background-color: #fff;
	padding: 3px 10px;
	color: #6b3906;
    font-size: 13px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.news_box {
	padding: 20px;
	margin: 0;
    width: 100%;
}
.news {
	margin: 0 auto 30px;
}
.news_box h2{
	float: none;
	padding: 5px 0 10px 0;
}
.news .news_list {
	max-height: 100%;
	overflow-y: auto;
}
.news .news_list li {
	font-size: 14px;
	padding: 10px;
	width: 100%;
	display: block;
	float: left;
}
.news .news_ttl {
	font-size: 16px;
	padding-left: 0;
}
.news .news_list li .news_date {
	font-size: 14px;
	margin-right: 0;
    width: 100%;
}
.news .news_list li .news_txt {
    width: 100%;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.news {
    margin-bottom: 40px;
    margin-top: 50px;
}
.news_box {
	padding: 10px 40px 10px 70px;
    width: 950px;
}
}

/*==========================================
 当院の特徴
===========================================*/
h2.new-top img{
	max-width: 10%;
    height: auto;
}
.pickup {
	width: 100%;
	overflow: unset;
	position: relative;
	margin-top: 50px;
}
.pickup.bg {
	background: #ddd;
}
.pickup_box--imgRight h3 {
	font-size: 23px;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 10px 0;
	border-bottom: 1px solid #d3b99e;
}
.pickup_box--imgLeft h3 {
	font-size: 23px;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 10px 0;
	border-bottom: 1px solid #d3b99e;
}
@media screen and (min-width: 0px) and (max-width:768px) {
h2.top img{
	max-width: 28%;
}
.pickup {
	margin: 0 0 60px;
}
.pickup_box--imgRight h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.pickup_box--imgLeft h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.pickup {
	margin-top: 0;
}
}

/*===画像左===*/
.pickup_box--imgLeft {
	margin: 80px auto;
}
.pickup_box--imgLeft img {
	display: block;
	float: left;
}
.pickup_box--imgLeft .pickup_txt img {
	display: block;
	float: left;
	position: absolute;
    top: -100px;
    right: 0;
}
.pickup_box--imgLeft .pickup_txt {
	position: absolute;
	float: right;
	width: 550px;
	margin-left: 650px;
	padding: 20px;
}
.pickup_box--imgLeft .pickup_txt span{
	color: #d3b99e;
	letter-spacing: 1px;
    font-family: Century Gothic;
}
.pickup_box--imgLeft .pickup_txt .g_ttl {
	position: absolute;
    top: -100px;
    right: 0;
    width: 30%;
}
.pickup_box--imgLeft .pickup_txt p {
	margin: 20px auto;
	font-family: 'メイリオ','Meiryo',"游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',Verdana,'ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,sans-serif;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup_box--imgLeft {
	margin: 20px auto;
}
.pickup_box--imgLeft img {
	float: none;
	width: 95%;
	margin: 0 auto;
}
.pickup_box--imgLeft .pickup_txt img{
	width: 25%;
	margin: 0;
	top: -55px;
    left: 0;
}
.pickup_box--imgLeft .pickup_txt {
	float: none;
	width: 100%;
	position: relative;
	border-left: none;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
}
.pickup_box--imgLeft .pickup_txt .g_ttl {
	position: absolute;
    top: -60px;
    left: -50px;
    width: 30%;
}
.pickup_box--imgLeft .pickup_txt p {
	width: 100%;
    margin: 0 auto;
}
.pickup_box--imgLeft a {
	position: initial;
    margin-top: 15px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.pickup_box--imgLeft img {
    width: 90%;
}
.pickup_box--imgLeft .pickup_txt {
	width: 430px;
	margin-left: 560px;
}
}

/*===画像右===*/
.pickup_box--imgRight {
	margin: 30px auto 40px;
}
.pickup_box--imgRight img{
	display: block;
	float: right;
}
.pickup_box--imgRight .pickup_txt img{
	display: block;
	float: right;
	position: absolute;
    top: -100px;
    right: 0;
}
.pickup_box--imgRight .pickup_txt{
	position:absolute;
	float: left;
	width: 550px;
    padding: 20px;
}
.pickup_box--imgRight .pickup_txt span{
	color: #d3b99e;
	letter-spacing: 1px;
    font-family: Century Gothic;
}
.pickup_box--imgRight .pickup_txt .g_ttl {
	position: absolute;
    top: -100px;
    right: 150px;
    width: 30%;
}
.pickup_box--imgRight .pickup_txt p{
	margin: 20px auto;
	font-family: 'メイリオ','Meiryo',"游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',Verdana,'ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,sans-serif;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.pickup_box--imgRight {
	margin: 10px auto;
	padding-left: 0;
}
.pickup_box--imgRight img{
	float: none;
	width: 95%;
	margin: 0 auto;
}
.pickup_box--imgRight .pickup_txt img{
	width: 25%;
	margin: 0;
	top: -55px;
}
.pickup_box--imgRight .pickup_txt{
	float: none;
    width: 100%;
    position: relative;
	border-left: none;
	margin-top: 20px;
	padding: 0;
}
.pickup_box--imgRight .pickup_txt .g_ttl {
	position: absolute;
    top: -60px;
    right: 0;
    width: 30%;
}
.pickup_box--imgRight .pickup_txt p{
	width: 100%;
	margin: 0 auto;
}
.pickup_box--imgRight a {
	position: initial;
    margin-top: 15px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.pickup_box--imgRight img {
    width: 90%;
}
.pickup_box--imgRight .pickup_txt {
    position: absolute;
    float: left;
    width: 430px;
    padding: 50px 20px;
}
}

/*==========================================
 治療案内
===========================================*/
.environment {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.environment h2 img {
    width: 10%;
}
.environmentArea{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
}
.environmentArea>div{
	width: calc(100% / 2);
	background-size: cover;
	height: 400px;
}
.environmentBox01, .environmentBox02{
	position: relative;
	padding: 20px;
}
.environmentTxtArea{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 91%;
    margin: 0 auto;
    padding: 153px 20px;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	border: 1px solid #ffffff75;
}
.environmentTxtArea_ttlBox{
	margin: 0 auto !important;
}
.environmentTxtArea_ttl{
    font-size: 25px;
	color: #fff;
	font-weight:600;
}
.hcap_treatmentcap {
	color: #fff;
	font-family: Century Gothic;
	font-size: 16px;
	text-align: center;
}
.environmentBox01{
	background: url(../img/index/treatment_01.webp) no-repeat center center;
}
.environmentBox02{
	background: url(../img/index/treatment_02.webp) no-repeat center center;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.environment h2 img {
    width: 30%;
}
.environmentArea>div{
	width: 100%;
	background-size: cover;
	height: 183px;
	font-size: 16px;
}
.environment {
	padding: 0;
	margin-top: 10px;
}
.environmentTxtArea{
	min-height: 160px;
	padding: 55px 0 0;
}
.environmentTxtArea_ttl{
    font-size: 21px;
}
.environmentTxtArea_ttl img{
	height: 40px;
}
.environmentBox01, .environmentBox02{
	padding: 11px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.environment {
    margin-top: 0;
}
}

/*==========================================
 診療案内
===========================================*/
.treatment {
	margin: 0 auto;
    padding: 0 0 110px;
}
.treatment_box_inner{
	display: inline-block;
    background: #fcf5f4;
    padding: 20px 40px 30px 450px;
    position: relative;
    margin: 60px 60px 0 0;
    width: 1100px;
}
.treatment_box {
	overflow: hidden;
	letter-spacing: -.4em;
	width: 500px;
	float: right;
}
.treatment_box li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	width: 100%;
	text-align: left;
}
.treatment_box li a {
	display: block;
	padding: 10px 0;
}
.treatment_box li:nth-child(3n)::before{
	content: none;
}
.treatment_box li:nth-child(1)::after,
.treatment_box li:nth-child(2)::after,
.treatment_box li:nth-child(3)::after,
.treatment_box li:nth-child(4)::after,
.treatment_box li:nth-child(5)::after,
.treatment_box li:nth-child(6)::after,
.treatment_box li:nth-child(7)::after,
.treatment_box li:nth-child(8)::after,
.treatment_box li:nth-child(9)::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(100% - 0px);
	height: 1px;
	border-bottom: 1px solid #dcc6af;
}
.treatment_box li a .treatment_box_ttl {
	display: inline-block;
	color: #6a6a6a;
	font-size: 18px;
	background: none;
	margin-top: 0;
	line-height: 1.5;
}
.treatment_box li a .treatment_box_ttl i {
	display: inline-block;
	color: #d3b99e;
	font-size: 18px;
	background: none;
	margin-top: 0;
	line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.treatment {
    padding: 0 0 70px;
}
.treatment_box {
	margin-bottom: 50px;
	width: 100%;
}
.treatment_box_inner{
	display: inline-block;
    background: #f9f7f3;
    padding: 0 30px;
    position: relative;
    margin: 0;
    width: 100%;
}
.treatment_box li {
	width: 100%;
	max-width: 100%;
}
.treatment_box li a {
	padding: 5px 0;
}
.treatment_box li a .treatment_box_ttl {
	width: 100%;
	font-size: 16px;
	background-size: 10px auto;
	padding-bottom: 10px;
	margin-top: 10px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.treatment_box_inner {
	padding: 20px 40px 30px 200px;
	width: 820px;
}
}

/*==========================================
 院長あいさつ
===========================================*/
.message {
	width: 100%;
	position: relative;
	overflow: unset;
	margin: 0;
    background-color: #fcf5f4;
    padding: 130px 0 70px;
}
.index-messagecap {
    padding-bottom: 10px;
    color: #c4aa88;
    text-align: left;
    font-family: "YuMin", "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
    font-size: 13px;
    letter-spacing: 2px;
}
.message .g_ttl {
    position: absolute;
    top: -35px;
    right: 0;
}
.message_txt{
	float: right;
	width: 560px;
	margin: 0 auto 20px;
}
h2.message_txt {
	color: #6b3906;
	font-size: 30px;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
	border-bottom: none;
}
.message_txt h2 img {
    max-width: 24% !important;
}
.message_doctor_name{
	font-size: 15px;
	text-align: right;
	line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width:768px) {
.message {
	margin: 0;
	padding: 60px 0 20px;
}
.message .g_ttl {
    top: -15px;
    left: 60px;
	width: 80%;
}
.message_txt h2 {
	width: 100%;
	font-size: 24px;
    margin-bottom: 0;
}
.message_txt .new-top mg{
	max-width: 35% !important;
	margin-bottom: 0;
}
h2.new-top img {
    max-width: 45% !important;
	margin-bottom: 0;
}
.message_doctor{
	width: 70%;
    margin: 0 auto 10px;
	display: block;
}
.message .inner img {
	margin: 0 auto;
	width: 70%;
	display: block;
}
.message_txt{
	float: none;
	width: 80%;
	font-size: 14px;
}
.message_txt .mt30{
	margin-top: 10px !important;
}
}

/*==========================================
 スタッフあいさつ
===========================================*/
.message2 {
	width: 100%;
	position: relative;
	overflow: unset;
	margin: 0;
    background-color: #fcf5f4;
	padding: 20px 0 90px;
}
.index-messagecap {
    padding-bottom: 10px;
    color: #c4aa88;
    text-align: rigft;
    font-family: "YuMin", "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
    font-size: 13px;
    letter-spacing: 2px;
}
.message2 .g_ttl {
    position: absolute;
    top: -55px;
    right: 0;
}
.message_txt2{
	float: left;
	width: 470px;
	margin: 0 auto 20px;
}
h2.message_txt2 {
	color: #6b3906;
	font-size: 30px;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
	border-bottom: none;
}
.message_txt2 h2 img {
    max-width: 24%;
}
.message_staff{
	float: right;
}
@media screen and (min-width: 0) and (max-width:768px) {
.message2 {
	margin: 0;
	padding: 20px 0 40px;
}
.message2 .g_ttl {
    top: -15px;
    left: 60px;
	width: 80%;
}
.message_txt2 h2 {
	width: 100%;
	font-size: 24px;
    margin-bottom: 0;
}
.message_txt2 h2 img{
	max-width: 35% !important;
	margin-bottom: 0;
}
.message_doctor{
	width: 70%;
    margin: 0 auto 10px;
	display: block;
}
.message_txt2 {
	float: unset;
	width: 80%;
	font-size: 14px;
	margin-top: 20px;
}
.message_txt2 .mt30{
	margin-top: 10px !important;
}
.message_staff{
	float: unset;
	margin: 0 auto;
	width: 80%;
}
.message2 .inner img {
	margin: 0 auto;
	width: 70%;
	display: block;
}
}

/*==========================================
 カレンダー
===========================================*/
.cal_wrapper {
	max-width: 1000px;
	margin: 0 auto 80px;
}
.cal {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}
.cal_wrapper iframe {
	top: 0;
	left: 0;
	width: 490px !important;
	height: 440px !important;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.cal_wrapper {
	padding-bottom: 0;
	margin: 20px auto;
	width: 90%;
}
.cal {
    padding-bottom: 100%;
}
.cal_wrapper iframe {
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
}
}

/*==========================================
 ボタン
===========================================*/
.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;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.btn_more {
	max-width: 65%;
	margin: 0 auto;
}
}

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

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

/*==========================================
 hcap
===========================================*/
.hcap_info {
	color: #fff;
	font-family: Century Gothic;
	font-size: 16px;
	text-align: left;
}
.hcap_feature,
.hcap_treatment {
	color: #d3b99e;
	font-family: Century Gothic;
	font-size: 16px;
	text-align: center;
	line-height: 2.6;
}
.hcap_message {
	color: #d3b99e;
	font-family: Century Gothic;
	font-size: 16px;
	text-align: left;
	line-height: 2.6;
}