@charset "UTF-8";
@media screen and (max-width: 768px) {
	.f_media_logo {
		width: 100%;
		margin: 0 auto;
		padding: 6px 2% 8px;
		text-align: right;
		border-top: 1px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		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;
	}
	.f_media_logo {
		margin: 0 auto;
		padding: 6px 5px 8px;
		text-align: right;
	}
	.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_under.png), url(../img/top/bg_main-contents.png);
		background-repeat: no-repeat;
		background-position: bottom right, left bottom;
	}
	.main-contents_inner {
		margin: 0 auto;
		width: 95%;
		padding-top: 20px;
		padding-bottom: 75px;
	}
	.mainimage {
		margin: 0 auto;
		background-image: url(../img/top/mainimage.jpg);
		background-repeat: no-repeat;
		background-position: center 89px;
		background-size: contain;
	}
	.mainimage_callout {
		margin: 10px auto;
		width: 90%;
		text-align: right;
	}
	.mainimage_channel {
		width: 94%;
		margin: 0 auto;
	}
	.main_ch_link {
		background: #d7e6e2;
		box-shadow: 0 0 3px 0 #999;
		border: 3px solid #33a389;
		border-radius: 3px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		margin-top: 30px;
	}
	.main_ch_link>span {
		display: block;
		margin-top: -45px;
	}
	.main_ch_link>span img {
		display: block;
		margin: 0 auto;
	}
	.main_ch_link iframe {
		width: 94%;
		height: 188px;
		margin: 0 auto;
		display: block;
	}
	.main_ch_txt {
		padding: 2%;
	}
	.main_ch_txt p {
		color: #111;
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 5px;
	}
	.main_ch_txt span {
		background: #ffec35;
		border: 1px solid #111;
		width: 100%;
		-webkit-box-sizing: border-box;
		text-align: center;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 3px;
		text-align: center;
		display: block;
	}
	.main_ch_txt span img {
		padding: 14px 0;
	}
	.mainimage_catch {
		padding-top: 15px;
		margin-top: 51vw;
		background-color: #f7f5f2;
		background-image: url(../img/common/bg_main-contents_top.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 200%;
	}
	/*お知らせ お役立ち情報*/
	.news-box {
		margin-bottom: 20px;
		padding: 20px 20px 15px;
		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>p {
		clear: both;
		background-color: #b4d5cd;
		border-radius: 3px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news-header>p:hover {
		background-color: #33a389;
	}
	.news-header>p a {
		display: block;
		padding: 17px 20px;
		font-size: 13px;
		font-weight: bold;
		color: #111;
		text-decoration: none;
	}
	.news-box_inner {
		-webkit-overflow-scrolling: touch;
		height: 210px;
		overflow-y: scroll;
		margin-top: 15px;
	}
	.news-box_inner::-webkit-scrollbar {
		width: 5px;
	}
	.news-box_inner::-webkit-scrollbar-thumb {
		background: #ddd;
		border-radius: 10px;
	}
	.news-box_inner::-webkit-scrollbar-track-piece:end {
		background: #fff;
	}
	.news-box_inner a {
		display: block;
		padding: 11px;
		text-decoration: none;
	}
	.news-box_inner p {
		color: #111111;
		font-size: 14px;
		line-height: 1.5;
	}
	.news-box_inner li {
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.news-box_inner li:hover {
		background-color: #f7f5f2;
	}
	.news-box_inner .news-day {
		color: #999;
		margin-bottom: 5px;
	}
	/*診療案内 地図と住所*/
	.guide-logo {
		text-align: center;
		margin-bottom: 27px;
	}
	.top-main-address {
		line-height: 2;
		text-align: center;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.top-main-tel {
		text-align: center;
		margin-bottom: 28px;
	}
	.top-guide {
		margin-bottom: 20px;
	}
	.btn-top-guide {
		line-height: 1;
		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;
		color: #111;
	}
	.btn-top-guide:hover {
		background-color: #33a389;
	}
	.btn-top-guide-access {
		margin-bottom: 15px;
	}
	.btn-top-guide i {
		position: absolute;
		display: block;
		content: "";
	}
	.btn-top-guide-access i {
		width: 16px;
		height: 21px;
		top: 15px;
		right: 29px;
		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: 5px 0 -10px;
	}
	.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: 30px;
		background-image: url(../img/top/bg_will.png);
		background-repeat: no-repeat;
		background-position: center 50px;
		background-size: contain;
	}
	.top-will h2 {
		margin-bottom: 41px;
		padding-bottom: 60vw;
	}
	.top-will p {
		font-size: 14px;
		line-height: 2;
		margin: 1em auto 1em 0;
	}
	.top-pv {}
	.top-pv iframe {
		width: 100%;
		height: 220px;
	}
	/*診療カレンダー*/
	.top-calender {
		margin-top: 40px;
	}
	.top-calender h2 {
		margin-bottom: 28px;
	}
	/* attention
	---------------------------------------- */
	.t_attention {
		margin-bottom: 20px;
	}
	.t_attention a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 2px solid #ff4f4f;
		background: #fff;
		font-size: 15px;
	}
	.t_attention a:hover {
		background: #FFE5E5;
	}
	.t_attention span {
		display: block;
		background: #ff4f4f;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 10px 15px;
	}
	.t_attention p {
		color: #111;
		padding: 0 20px;
		padding: 15px;
		line-height: 24px;
	}
	.t_attention a:hover p {
		text-decoration: underline;
	}
}