@charset "UTF-8";
@media screen and (min-width: 769px) {
	.f_media_logo {
		width: 100%;
		margin: 0 auto;
		padding: 6px 10% 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
		border-top: 1px solid #fff;
		background: #33a389;
	}
	.f_media_logo:after {
		content: "";
		display: block;
		clear: both;
	}
	.f_media_logo a {
		float: right;
	}
	.f_media_logo p {
		font-size: 13px;
		color: #fff;
		float: right;
		line-height: 30px;
		padding-right: 9px;
	}
	/*メインイメージ*/
	.main-contents_wrapper {
		background-image: url(../img/common/bg_main-contents_top.png), url(../img/common/bg_main-contents_under.png), url(../img/top/bg_main-contents.png);
		background-repeat: no-repeat;
		background-position: top right, bottom right, left bottom;
	}
	.main-contents_inner {
		width: 900px;
		margin: 0 auto;
		padding-top: 53px;
		padding-bottom: 124px;
	}
	.mainimage {
		max-width: 1130px;
		min-width: 1000px;
		height: 66.7vw;
		max-height: 667px;
		min-height: 600px;
		margin: 0 auto;
		background-image: url(../img/top/mainimage.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	.mainimage_callout {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.mainimage_channel {
		position: absolute;
		bottom: 103px;
		right: 0;
		z-index: 12;
	}
	.main_ch_link {
		background: #d7e6e2;
		box-shadow: 0 0 3px 0 #999;
		border: 3px solid #33a389;
		border-radius: 3px;
		width: 360px;
		height: 350px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.main_ch_link>span {
		display: block;
		margin-top: -45px;
	}
	.main_ch_link>span img {}
	.main_ch_link iframe {
		width: 335px;
		height: 188px;
		margin: 2px auto 0;
		display: block;
	}
	.main_ch_txt {
		padding: 7px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.main_ch_txt p {
		color: #111;
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		width: 168px;
	}
	.main_ch_txt span {
		background: #ffec35;
		border: 1px solid #111;
		width: 160px;
		height: 45px;
		-webkit-box-sizing: border-box;
		text-align: center;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 3px;
		text-align: center;
	}
	.main_ch_txt span img {
		padding-top: 12px;
	}
	.main_ch_link:hover {
		background: #b0d2ca;
	}
	.main_ch_link:hover .main_ch_txt span {
		background: #ecda2b;
	}
	.mainimage_catch {
		position: absolute;
		bottom: 0;
		right: 0px;
		z-index: 11;
		background-color: #f7f5f2;
	}
	/*お知らせ お役立ち情報*/
	.news-box {
		width: 388px;
		padding: 20px 20px 15px;
		margin-right: 40px;
		float: left;
		background-color: #fff;
		border: 1px solid #33a389;
	}
	.news-box:nth-of-type(2n) {
		margin-right: auto;
	}
	.news-header::after {
		content: "";
		display: block;
		clear: both;
		border-bottom: 1px dashed #33a389;
	}
	.news-header h2 {
		float: left;
	}
	.news-header>p {
		float: right;
		background-color: #b4d5cd;
		border-radius: 3px;
		margin-bottom: 4px;
	}
	.news-header>p:hover {
		background-color: #33a389;
	}
	.news-header>p a {
		display: block;
		padding: 11px 20px;
		font-size: 13px;
		font-weight: bold;
		color: #111;
		text-decoration: none;
	}
	.news-box_iframe {
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		overflow-y: auto;
		height: 210px;
		margin: 15px auto 0;
	}
	.news-box_iframe iframe {
		display: block;
		width: 100%;
		height: 100%;
	}
	/*診療案内 地図と住所*/
	.guide-logo {
		text-align: center;
		margin-bottom: 27px;
	}
	.top-main-address {
		text-align: center;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.top-main-address br {
		display: none;
	}
	.top-main-tel {
		text-align: center;
		margin-bottom: 28px;
	}
	.top-guide {
		margin-bottom: 20px;
	}
	.btn-top-guide {
		font-size: 15px;
		font-weight: bold;
		background-color: #b4d5cd;
		border-radius: 3px;
		position: relative;
	}
	.btn-top-guide a {
		text-decoration: none;
		display: block;
		padding: 18px 27px;
		width: 146px;
		color: #111;
	}
	.btn-top-guide:hover {
		background-color: #33a389;
	}
	.btn-top-guide-access {
		float: left;
	}
	.btn-top-guide-contact {
		float: right;
	}
	.btn-top-guide i {
		position: absolute;
		display: block;
		content: "";
	}
	.btn-top-guide-access i {
		width: 16px;
		height: 21px;
		top: 15px;
		right: 22px;
		background-image: url(../img/top/guide_icon_access.png);
		background-repeat: no-repeat;
	}
	.btn-top-guide-contact i {
		width: 24px;
		height: 16px;
		top: 17px;
		right: 25px;
		background-image: url(../img/top/guide_icon_mail.png);
		background-repeat: no-repeat;
	}
	.line-account a {
		display: block;
	}
	.line-account a:hover {
		opacity: 0.8;
	}
	.line-howto {
		margin: 10px 0 -5px;
	}
	.line-howto a {
		display: inline-flex;
		align-items: center;
		font-size: 14px;
		font-weight: bold;
		color: #111;
		&:hover {
			text-decoration: underline;
		}
	}
	.line-howto a img {
		margin-left: 5px;
	}
	.online_bnr {
		margin-top: 20px;
	}
	.online_bnr a {
		display: block;
	}
	.online_bnr a:hover {
		opacity: 0.8;
	}
	/*当院の思い*/
	.top-will {
		margin-top: 47px;
		margin-bottom: 62px;
		height: 293px;
		background-image: url(../img/top/bg_will.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.top-will h2 {
		margin-bottom: 41px;
	}
	.top-will p {
		font-size: 14px;
		width: 395px;
		line-height: 1.5;
		margin: 1em auto 1em 0;
	}
	.top-pv {}
	.top-pv iframe {
		width: 100%;
		height: 500px;
	}
	/*診療カレンダー*/
	.top-calender {
		margin-top: 77px;
	}
	.top-calender h2 {
		margin-bottom: 28px;
	}
	/* attention
	---------------------------------------- */
	.t_attention {
		margin-bottom: 20px;
	}
	.t_attention a {
		display: block;
		height: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 2px solid #ff4f4f;
		background: #fff;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		line-height: 56px;
	}
	.t_attention a:hover {
		background: #FFE5E5;
	}
	.t_attention span {
		display: block;
		background: #ff4f4f;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 200px;
	}
	.t_attention p {
		color: #111;
		padding: 0 20px;
	}
	.t_attention a:hover p {
		text-decoration: underline;
	}
}