@charset "utf-8";


#header .sitemenu,
#header .header_tel,
.question td label > span,
.treatment_lead_sp,
#main_content_4_inner .procedure01-sp,
#main_content_4_inner .procedure02-sp {
	display: none;
}

#header .global_navi li.nav03,
#footer .footer_navi li:nth-of-type(3) {
	display: none;
}

#header .global_navi li {
	margin-left: 54px;
}

@media screen and (min-width : 640px) {

#header .global_navi {
	display: block !important;
	height: auto !important;
}

.footer_bnr li {
	padding-bottom: 10px;
}

.footer_bnr li:nth-of-type(6) {
	margin-left: 0;
}

}


@media screen and (max-width : 639px) {


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.anchor,
body.SP .anchor {
	top: -76px;
}


/* wrapper
   ========================================================================== */

#wrapper {
	min-width: 0;
}


/* header
   ========================================================================== */

#header,
body.SP #header {
	position: unset;
	background-image: none;
}

#header_inner {
	width: 100%;
	height: auto;
}

#header .description {
	display: none;
	position: unset;
	margin-bottom: 10px;
}

#header .sitename {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 8px;
	padding-left: 15px;
	background-image: none;
	background-color: #fff;
	z-index: 99999;
}

#header .sitename a {
	width: calc(100% - 50px);
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}


/* sitemenu */

#header .sitemenu {
	display: block;
	position: fixed;
	top: 8px;
	right: 11px;
	padding: .25em;
	z-index: 99999;
}

#header .sitemenu button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

#header .sitemenu button,
#header .sitemenu button span {
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#header .sitemenu button {
	position: relative;
	width: 25px;
	height: 22px;
}

#header .sitemenu button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: rgb(68,85,101);
	border-radius: 4px;
}

#header .sitemenu button span:nth-of-type(1) {
	top: 0;
}
#header .sitemenu button span:nth-of-type(2) {
	top: 9px;
}
#header .sitemenu button span:nth-of-type(3) {
	bottom: 0;
}

#header .sitemenu button.close span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
#header .sitemenu button.close span:nth-of-type(2) {
	opacity: 0;
}
#header .sitemenu button.close span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}


/* header_sns */

#header .header_sns {
	position: unset;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 10px;
	background-color: #fff;
}

body.body_question #header .header_sns,
body.blog #header .header_sns {
	padding-top: 80px;
	padding-bottom: 0;
}

#header .header_sns ul {
	overflow: hidden;
}

body.body_question #header .header_sns ul,
body.blog #header .header_sns ul {
	display: none;
}

#header .header_sns li {
	display: inline-block;
	margin: 0;
	float: unset;
}


/* header_tel */

#header .header_tel {
	display: block;
	padding-bottom: 10px;
	background-color: #fff;
}

#header .header_tel a {
	display: block;
	width: 100%;
	height: 34px;
	margin: 0 auto;
	background-image: url(../images/header_tel.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#header .header_tel a span {
	display: none;
}

/* header_navi */

#header .header_navi {
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 99999;
}

#header .header_navi ol {
	overflow: hidden;
}

#header .header_navi li.tel {
	display: none;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	background-position: center center;
	background-size: contain;
}

#header .header_navi li.snav01,
#header .header_navi li.snav02,
#header .header_navi li.snav03,
#header .header_navi li.snav04 {
	width: calc(100% / 3);
	height: auto;
	margin: 0;
	text-indent: 0;
	text-align: center;
	background-image: none;
}

#header .header_navi li.snav01 {
	background-color: #2bdbf0;
}

#header .header_navi li.snav02 {
	background-color: #68cff7;
}

#header .header_navi li.snav03 {
	background-color: #26a6ff;
}

#header .header_navi li.snav04 {
	background-color: #469fb4;
}

body.body_question #header .header_navi li.snav04 {
	background-color: #2bdbf0;
}

#header .header_navi li a {
	height: auto;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
}

#header .header_navi .ro:hover,
#header .header_navi.ro.touch {
	opacity: 1 !important;
}


/* global_navi */

#header .global_navi {
	position: fixed;
	top: 80px;
	left: 0;
	display: none;
	width: 100%;
	max-height: calc( 100vh - 80px );
	overflow: auto;
	background-color: rgba(255,255,255,.95);
	z-index: 99999;
}

#header .global_navi ol {
	overflow: hidden;
}

#header .global_navi li {
	float: none;
	width: 100% !important;
	height: auto;
	margin: 0;
	background-image: none !important;
	border-bottom: solid 1px #ddd;
}

#header .global_navi li a {
	padding: .75em;
	text-indent: 0;
	text-decoration: none;
	font-size: 1em;
	color: #333;
}

#header .global_navi li a::after {
	content: '›';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
	font-size: 22px;
	line-height: 1;
	color: #333;
}


/* content_bg
   ========================================================================== */

#content_bg_1,
body.SP #content_bg_1 {
	display: block;
	background-position: center center;
	z-index: 0;
}

#content_bg_2,
body.SP #content_bg_2 {
	display: block;
	background-position: center center;
	z-index: 0;
}

/* content
   ========================================================================== */

#content {
	min-width: 0;
	background-image: none !important;
}

#content h1 {
	font-size: 1.5em;
}

#content h2 {
	font-size: 1.25em;
}

#content p {
	margin-top: 0;
}


/* main_content_1 */

#main_content_1 {
	height: auto;
	padding-top: 0;
}

#main_content_1_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 15px;
	background-color: rgba(255,255,255,.8);
}

#main_content_1_bg_box {
	display: none;
}

#main_content_1_image_1 {
	display: none;
	position: unset;
	text-align: right;
}

#main_content_1_image_2 {
	position: unset;
}

#main_content_1_text_box {
	position: unset;
	width: 100%;
	order: -1;
}

#main_content_1_text_box h1 {
	width: 100%;
	height: auto;
	background-image: none;
	text-indent: 0;
	color: #26b5ec;
}

#main_content_1_text_box p {
	font-size: 1em;
	line-height: 1.6;
}


/* main_content_2 */

#main_content_2 {
	height: auto;
}

#main_content_2_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

#main_content_2_image_1 {
	position: unset;
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

#main_content_2_text_box {
	position: unset;
	width: 100%;
	order: -1;
}

#main_content_2_text_box h1 {
	width: 100%;
	height: auto;
	background-image: none;
	text-indent: 0;
}

#main_content_2_text_box p {
	font-size: 1em;
	line-height: 1.6;
}


/* main_content_3 */

#main_content_3 {
	height: auto;
}

#main_content_3_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
	line-height: 1.6;
}

#main_content_3_inner h1 {
	width: 100%;
	height: auto;
	margin: 0.67em 0;
	background-image: none;
	text-indent: 0;
	color: #26b5ec;
}

#main_content_3_inner h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.treatment_left {
	display: flex;
	flex-direction: column;
	float: unset;
	width: 100%;
}

.treatment_img01 {
	display: block;
	max-width: 200px;
	float: unset;
	margin: 0 auto;
	margin-bottom: 20px;
	order: 3;
}

.treatment_stitle01 {
	margin-top: 0;
	order: 1;
}

.treatment_left > p {
	order: 2;
}

.treatment_right {
	float: unset;
	width: 100%;
}

.treatment_lead_sp {
	display: block;
}

.treatment_lead {
	display: none;
	margin-top: 0.83em;
}

.treatment_stitle02 {
	margin-top: 0.83em;
}

.treatment_img02 {
	display: block;
	max-width: 200px;
	float: unset;
	margin: 20px auto;
}


/* main_content_4 */

#main_content_4 {
	height: auto;
}

#main_content_4_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
	background-image: none;
}

#main_content_4_title h1 {
	float: unset;
	width: 100%;
	height: auto;
	margin: 0.67em 0;
	text-indent: 0;
	color: #26b5ec;
	background-image: none;
}

#main_content_4_inner h2 {
	margin-left: 0;
	margin-bottom: 0;
}

#main_content_4_title p {
	float: unset;
	width: 100%;
}

#main_content_4_inner .procedure01,
#main_content_4_inner .procedure02,
#main_content_4_inner .procedure03,
#main_content_4_inner .procedure04,
#main_content_4_inner .procedure05,
#main_content_4_inner .procedure06,
#main_content_4_inner .procedure07,
#main_content_4_inner .procedure08,
#main_content_4_inner .procedure09,
#main_content_4_inner .procedure10 {
	display: none;
}

#main_content_4_inner .procedure01-sp,
#main_content_4_inner .procedure02-sp {
	display: block;
}

#main_content_4_inner .dashed {
	width: 100%;
}


/* main_content_6 */

#main_content_6 {
	height: auto;
}

#main_content_6_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

#main_content_6_inner h1 {
	position: unset;
	width: 100%;
	height: auto;
	margin: 0.67em 0;
	text-indent: 0;
	color: #26b5ec;
	background-image: none;
}

#faq_top_box {
	height: auto;
}

#faq_top_box .faq_dr {
	display: none;
	position: unset;
	width: 100px;
}

#faq_top_box p {
	position: unset;
	width: 100%;
}

#faq_box {
	padding: 0;
}

#faq_box dl,
#faq_box dl.odd {
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 20px;
	padding: 15px 10px;
}

#faq_box dt {
	padding-left: 60px;
}

#faq_box dd {
	padding-left: 60px;
}


/* main_content_7 */

#main_content_7 {
	height: auto;
}

#main_content_7_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

#main_content_7_voice_title dl {
	display: flex;
	flex-direction: column;
}

#main_content_7_voice_title dt {
	float: unset;
	width: 110px;
	height: 0;
	margin: auto;
	margin-right: 10px;
}

#anime_b {
	zoom: .5;
}

#main_content_7_voice_title dd {
	float: unset;
	width: 100%;
	margin: 0;
	order: -1;
}

#main_content_7_voice_title h1 {
	width: 100%;
	height: auto;
	text-indent: 0;
	background-image: none;
}

#main_content_7_voice {
	margin-top: 120px;
}

#main_content_7_voice dl:nth-child(1) {
	margin-top: 0;
}

#main_content_7_voice dt {
	float: unset;
	width: 100%;
	margin: 0;
	padding: 20px;
}

#main_content_7_voice dd {
	float: unset;
	width: 100%;
	margin: 0;
	padding: 20px;
	padding-top: 0;
}


/* main_content_8 */

#main_content_8,
body.SP #main_content_8 {
	height: auto;
	background-image: none !important;
}

#main_content_8_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
	background-color: rgba(255,255,255,.8);
}

#main_content_8_bg_box {
	display: none;
	width: 100%;
}

#main_content_8_image_1 {
	position: unset;
	margin-top: -4em;
}

#main_content_8_image_1 img {
	width: 40%;
}

#main_content_8_text_box {
	position: unset;
	width: 100%;
	order: -1;
}

#main_content_8_text_box h1 {
	position: unset;
	width: 100%;
	height: auto;
	text-indent: 0;
	color: #26b5ec;
	background-image: none;
}

.btn_blog {
	width: 60%;
	margin: auto;
	margin-right: 0;
}


/* main_content_9 */

#main_content_9 {
	height: auto;
}

#main_content_9_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

#main_content_9_image_1 {
	position: unset;
	height: 210px;
}

#anime_a {
	zoom: .5;
}

#main_content_9_image_1 img {
}

#main_content_9_text_box {
	position: unset;
	width: 100%;
	order: -1;
}

#main_content_9_text_box h1 {
	width: 100%;
	height: auto;
	background-image: none;
	text-indent: 0;
}

#main_content_9_text_box p {
	font-size: 1em;
	line-height: 1.6;
}


/* footer
   ========================================================================== */

#footer {
	padding: 0;
}

#footer_inner {
	width: 100%;
}

.footer-info-left,
.footer-info-right {
	float: none;
	width: 100%;
}

.footer-clinic {
	margin: 0;
	margin-bottom: 2em;
	padding: 0 15px;
}

.footer-clinic dl {
	width: 100%;
	margin-top: 1em;
	margin-left: 0;
}

.footer-clinic dt {
	margin: 0.67em 0;
	padding: 0;
}

.footer-clinic dd img {
	max-width: 100px;
}

.footer-info {
	margin: 1em 0;
	padding: 15px;
	border-top: solid 1px #ddd;
}

.time_table {
	margin: 0 auto;
	font-size: 11px;
}

.footer-info-left li.fsnav01,
.footer-info-left li.fsnav02,
.footer-info-left li.fsnav03 {
	width: calc(100% / 3);
	margin: 0;
	background-size: contain;
	background-position: center center;
}

.bnr_line {
	text-align: center;
}

.gmap {
	float: none;
	max-width: 100%;
}

.gmap iframe {
	max-width: 100%;
}

.footer_bnr {
	margin-bottom: 30px;
}

.footer_bnr_title {
	margin: 0 15px;
	margin-bottom: 1em;
	font-size: 1.2em;
	border-bottom: solid 1px #999;
}

.footer_bnr_title:after {
	content: 'みやはら耳鼻咽喉科 関連サイト';
	color: #999;
}

.footer_bnr_title img {
	display: none;
}

.footer_bnr ul {
	margin: 0;
	padding: 0 15px;
}

.footer_bnr li {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 10px;
	text-align: center;
}

.footer_bnr li:nth-child(odd) {
	margin-left: 0;
}

#footer .footer_navi {
	width: 100%;
	padding: 0 15px;
	font-size: .9em;
}

#footer .copyright {
	padding: 1.5em 0;
	font-size: 10px;
	line-height: normal;
}


/* btn_top
   ========================================================================== */

#btn_top {
	bottom: 45px;
	right: 15px;
}

#btn_top img {
	width: 40px;
}


/* add 20150527
   ========================================================================== */

/* main_content_21 */

#main_content_21 {
	height: auto;
}

#main_content_21_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

.qabox {
	position: unset;
	margin: 0;
}

.qabox img {
	height: auto;
}

.question {
	width: 100%;
	font-size: 1em;
}

.question tr {
	display: block;
	margin-bottom: 1em;
}

.question tr:nth-child(1) {
	display: none;
}

.question td {
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: left;
	border: solid 2px #b6dcf7;
	border-bottom: none;
}

.question td:last-child {
	border-bottom: solid 2px #b6dcf7;
}

.question td.qa {
	font-weight: bold;
}

.question td label > span {
	display: inline-block;
	padding-left: .5em;
}


.question2 {
	width: 100%;
	font-size: 1em;
	border-bottom: solid 2px #b6dcf7;
}

.question2 th {
	display: none;
}

.question2 td {
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: left;
	border: solid 2px #b6dcf7;
	border-bottom: none;
}

.question2 td.qa {
	font-weight: bold;
}

.question2 td input {
	font-size: 16px;
}

.qaresult {
	font-size: 1em;
	line-height: 1.6;
}

#result_comment {
	text-align: left;
}

.qaresult p {
	font-size: 1em;
	line-height: 1.6;
}


/* main_content_22 */

#main_content_22 {
	height: auto;
}

#main_content_22_inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 15px;
}

#main_content_22_image_1 {
	display: none;
	position: unset;
}

#main_content_22_image_2 {
	display: none;
	position: unset;
}

#main_content_22_image_3 {
	position: unset;
	margin-top: -150px;
	text-align: right;
	order: 3;
}

#main_content_22_image_4 {
	position: unset;
	order: 2;
}

#main_content_22_image_4 img {
	max-width: 150px;
}

#main_content_22_text_box2 {
	position: unset;
	width: 100%;
	order: 1;
}

#main_content_22_text_box2 h1 {
	display: block;
}

#main_content_22_text_box2 p {
	font-size: 1em;
	line-height: 1.6;
}

.faqbnr {
	width: auto;
}


/* blog */

#blogContent {
	padding: 0;
}

#blogTitle .inner {
	width: 100%;
	height: auto;
	min-height: 110px;
	padding: .5em;
	text-align: center;
	line-height: normal;
	background-position: center bottom;
	background-size: contain;
}

#blogTitle h1 {
	text-shadow: 1px 1px 3px #333;
}

#blog-main {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 40px auto;
}

#blog-primary {
	width: 100%;
	float: unset;
	order: 1;
}

#blog-secondary {
	width: 100%;
	float: unset;
	order: 2;
}

#blog-primary .post {
	padding: 0 15px;
}

#calendar_wrap {
	margin: 0 15px;
}

#blog-main .qabox {
	padding: 0 15px;
}

}
