@media only screen and (max-width: 768px) {
  body {
    font-size: 14.45px;
    font-size: 1.445rem;
  }
  .row figure {
    text-align: center;
  }
  .header {
    padding: 0 1em;
  }
  .header__content {
    height: 90px;
    padding: 10px 0;
  }
  .header__logo {
    max-width: 12rem;
  }
  #nav-open {
    display: inline-block;
    position: fixed;
    right: 5px;
    top: 1rem;
    width: 114px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    background: #524642;
    text-align: center;
    padding: 1rem 1rem;
    vertical-align: middle;
  }
  #nav-open span.humburger, #nav-open span.humburger::before, #nav-open span.humburger::after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    background-color: #eee;
  }
  #nav-open span.humburger::before {
    bottom: -8px;
  }
  #nav-open span.humburger::after {
    bottom: -16px;
  }
  #nav-open span.nav-menu {
    font-size: 14px;
    color: #eee;
    padding-left: 30px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  #map_canvas iframe {
    height: 250px;
  }
  .footer__navwrap .footer__nav {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #ddd;
  }
  .footer__navwrap .footer__nav li {
    border-bottom: 1px solid #ddd;
    width: 50%;
  }
  .footer__navwrap .footer__nav li:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .footer__navwrap .footer__nav li a {
    padding: 10px;
  }
  .footer__info dl dd {
    display: block;
  }
  .c-title01 .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.page_under h3:not(.notstyle) {
    font-size: 20px;
    font-size: 2rem;
  }
  .button {
    width: 90%;
  }
  .c-padding, .secPage {
    padding: 1.5em 0;
  }
  .img-parallax {
    height: 250px;
  }
  .header__over {
    display: none;
  }
  .header__under-content {
    font-size: 12px;
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
  }
  .header__under-content #sec_access {
    display: none;
  }
  /* .page_home .index-topHero {
    height: 520px;
    background-image: url(../images/home/index__topdesign--sp.jpg);
    background-size: cover;
  } */
  /* .page_home .index-topHero-text {
    bottom: 0;
    background-color: #3f3a39;
    color: #fff;
    margin: 0;
    padding: 3% 1rem;
  } */
  ul.index-topHero--subMenu {
    display: none;
    width: 94%;
    margin: 0 auto;
  }
  ul.index-topHero--subMenu li {
    width: 50%;
    line-height: 50px;
    float: left;
    text-align: center;
  }
  ul.index-topHero--subMenu li:nth-of-type(1) {
    width: 100%;
  }
  .gnav--pc {
    display: none;
  }
  .header__content-text {
    width: 430px;
  }
  .header__content-text--1-1 {
    font-size: 26px;
  }
  .header__content-text--1-2 {
    font-size: 26px;
  }
  .header__content-text--1-3 {
    font-size: 40px;
  }
  .header__content-text--1-4 {
    font-size: 16px;
  }
  .header__content-text--2-1 {
    font-size: 26px;
  }
  .header__content-text--3-1 {
    font-size: 26px;
  }
  .header__content-text--3-2 {
    font-size: 36px;
  }
  section.index-icons .index-icons--wrap {
    width: 100%;
    margin: 0 auto;
    padding: 25px 1rem 25px;
  }
  section.index-treatmentContents .index-treatmentContent__inner--left {
    padding-top: 20px;
  }
  section.index-treatmentContents .index-treatmentContent__inner--left ul.index-treatmentContent__inner--list {
    max-width: 347px;
    width: 100%;
  }
  section.index-treatmentContents .index-treatmentContent__inner--right {
    padding-top: 20px;
    width: 100%;
  }
  section.index-treatmentContents .index-treatmentContent__inner--right ul.index-treatmentContent__inner--list {
    max-width: 347px;
    width: 100%;
    list-style-position: inside;
  }
  section.schedule-and-access {
    padding: 25px 0;
  }
  .schedule-and-access__content {
    margin: 0;
    padding: 0;
  }
  .schedule {
    padding-bottom: 25px;
  }
  .schedule .schedule__table--01 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .schedule .schedule__table--01 th,
  .schedule .schedule__table--01 td {
    font-size: 16px;
  }
  .schedule .schedule__table--02 {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  .access {
    margin: 25px 1rem 0;
  }
  .access .access__google-map {
    margin-top: 30px;
  }
  .access .access__route {
    padding-top: 20px;
  }
  .access .index-linkButton {
    margin: 20px auto 0;
  }
  section.index-profile {
    padding: 25px 1rem;
  }
  section.index-profile .profile__content {
    background-position: center;
    margin: 0;
  }
  section.index-profile .profile__content .row .profile__content--text {
    padding: 0;
  }
  section.index-profile .profile__content .row .profile__content--text ul.profile__content--list {
    padding: 15px 0 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  section.index-profile .profile__content .row .profile__content--text .profile__content--list li {
    font-weight: bold;
    color: #362e2b;
  }
  section.index-info {
    padding: 25px 0;
  }
  section.index-info .index-info__content h2 {
    margin-bottom: 20px;
  }
  section.index-info .index-info__content dl {
    padding: 0 1rem;
  }
  section.index-info .index-info__content dl a {
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-top: 10px;
  }
  section.index-info .index-info__content dl a:first-of-type {
    padding-top: 0;
  }
  section.index-info .index-info__content dl a dt {
    font-size: 16px;
  }
  section.index-info .index-info__content dl a dd {
    font-size: 16px;
  }
  section.index-map .index-map__google-map {
    display: none;
  }
  section.index-cooperation {
    padding: 25px 0 25px;
  }
  section.index-cooperation .index-cooperation__content {
    margin: 0;
    padding: 0;
  }
  section.index-cooperation .index-cooperation__content iframe {
    width: 99.9%;
    height: 100%;
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .index-cooperation__list--wrap ul.index-cooperation__list {
    padding: 20px 1rem;
  }
  .index-cooperation__list--wrap ul.index-cooperation__list li {
    padding-top: 15px;
  }
  .index-cooperation__list--wrap ul.index-cooperation__list li:last-of-type {
    padding-right: 0;
    text-align: left;
  }
  .index-cooperation__list--wrap ul.index-cooperation__list li a {
    font-size: 15px;
  }
  section.index-overview {
    padding: 25px 0;
  }
  .schedule__table--01 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .schedule__table--01 th,
  .schedule__table--01 td {
    font-size: 16px;
  }
  .index-overview__dl {
    max-width: 450px;
    margin: 20px auto 0;
  }
  .footer__navwrap .footer__nav {
    margin-bottom: 0px;
  }
  .footer__navwrap .footer__nav li a:before {
    display: none;
  }
  .footer__navwrap .footer__nav li a {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
  .footer__navwrap .footer__nav li {
    padding: 0;
    line-height: 4;
  }
  .copyright {
    margin-bottom: 44px;
  }
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
  .contactForm .table-contact td,
  .contactForm .table-contact th {
    width: 100%;
    display: block;
    padding: .8em;
  }
  .contactForm .table-contact label {
    display: block;
  }
  .contactForm .table-contact textarea,
  .contactForm .table-contact input[type="text"] {
    width: 100%;
  }
/******************************
PSA検査
*******************************/
.video-box{
	width: 100%;
	margin-top: 20px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/******************************
動画
*******************************/
.douga_sp{
	display: block;
}
.douga_pc{
	display: none;
}
/******************************
アクセス
*******************************/
.acc_map{
	float: none;
}
.acc_map img{
	border: 1px solid #cab6ab;
}
.acc_map01 dl{
	margin-bottom: 20px;
}
.acc_map01 dt{
	color: #7B0305;
	font-size: 120%;

}
.acc_map01 dd{
	margin-left: 0px;
}
.acc_map01{
	margin-left: 0px;
	height: auto;
	border:none;
	
}
.p_map li{
	float: none;
}
.sp-map{
	display: block;
}
.pc-map{
	display: none;
}
/******************************
診療予定表
*******************************/
.tbl_moji{
	line-height: 1.5em !important;
	display: inline-block !important;
}
/******************************
院内のご案内
*******************************/
.setubi{
	float: none;
	margin-right: 0px;
}
.setubi img{
	width: 100%;
}
/******************************
トップ6個イメージの文字
*******************************/
	.sp_h3{
	line-height: 1.2em !important;
	font-size: 90% !important;
	}
/******************************
日帰り針生検
*******************************/
.komento_left{
	margin-left: 0px;
}
/******************************
トップ　診療方針（医療ポリシー）
*******************************/
.pol_box{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
}
.pol_box li{
	margin-bottom: 10px;
}
.pol_h{
	margin-top: 20px !important;
	margin-left: 30px;
	margin-bottom: 10px;
}
/******************************
スマホメニュー高さ（幅）
*******************************/
	.sp_line{
		line-height: 1.5em !important;
	}
/******************************
学会発表
*******************************/
.gakkai_tbl{
	font-size: 70%;
	margin-left: 0px;
}
.gakkai_tbl table{
	width: 100%;
}
/******************************
バナー
*******************************/
.banner_btn li{
	float: none;
	margin-right: 0px;
}
/******************************
WEB予約
*******************************/
.yoyaku{
	text-align: center;
	background-color: #8B6B6B;
	padding: 10px 5px;
	color: #fff;
	font-size: 105%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.yoyaku_btn {
	width: 100%;
	background-color: #7d0022;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
.yoyaku_btn a{
	color: #fff !important;
	display: block;
	font-size: 135%;

}
.yoyaku_btn_3made {
	width: 100%;
	/*background-color: #7d0022;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.yoyaku_btn01_3made {
	width: 100%;
	/*background-color: #7d0022;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
	
/******************************
テーブル縦（解除） 皮膚科
*******************************/
.tbl_hifuka table td{
	/*display: table-cell !important;*/
	}
	.hifuka_td{
		width: 5% !important;
	}
/******************************
院内施設
*******************************/
.img-top{
	margin-top: 0px;
}
/******************************
トップニュースボックス
*******************************/
.news-infu{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid red;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-size: 110%;
		
}
.inf-moji{
	font-weight: bold;
	color: red;
	font-size: 105%
}
	
/*******************************
	皮膚科ネットボタン
****************************/
.yoyaku_btn01 {
	width: 100%;
	/*background-color: #7d0022;*/
	/*text-align: center;
	margin-left: auto;
	margin-right: auto;*/
}
.table-hifu td{
	padding: 0px;
}

/******************************
トップページ院長あいさつ
*******************************/
.incho-box{
	margin-top: 360px;
}
	
	
/*******************************
	トップ制御
****************************/
	.top-sp{
		margin-top: 200px;
	}
	.top-sp01{
		margin-top: 350px;
	}

/******************************
パソコン画像50％
*******************************/
.pc-inf{
	width: 100%;
}
	
/*******************************
	問い合わせ
****************************/
.form-box textarea {
width:100%;
box-sizing:border-box;
/*border:none;*/
padding: 1em;
margin:0;
}	
	
}
@media (max-width: 767px) {
  .faqList dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faqList dt:before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .header__main-logo .header__addres {
    font-size: 12px;
  }
}


@media only screen and (max-width: 420px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
  .container {
    margin-right: 1em;
    margin-left: 1em;
  }
  .header__content {
    height: 60px;
    padding: 10px 0;
  }
  .hero--sub {
    height: 8em;
  }
  .hero--sub .hero--sub__titlearea .ja {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.page_under h4:not(.notstyle) {
    font-size: 20px;
    font-size: 2rem;
  }
  .button {
    width: 90%;
  }
  .lead {
    margin: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table-c th {
    width: 100%;
    float: none;
    display: block;
  }
  .table-c td {
    width: 100%;
    float: none;
    display: block;
  }
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .padding {
    padding: 1em;
  }
  .header__main-logo .header__logo--under {
    font-size: 22px;
  }
  .header__add p.header__add--treatment {
    font-size: 12px;
  }
  .header__add span.header__add--tel {
    font-size: 12px;
  }
  .header__add .header__add--route {
    font-size: 11px;
  }
  .header__content-text {
    max-width: 90%;
    margin-top: 20px;
  }
  .header__content-text--1-1 {
    font-size: 16px;
  }
  .header__content-text--1-1 {
    text-align: center;
    font-size: 16px;
  }
  .header__content-text--1-2 {
    font-size: 16px;
  }
  .header__content-text--1-3 {
    font-size: 20px;
  }
  .header__content-text--1-4 {
    font-size: 12px;
  }
  .header__content-text--2-1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .header__content-text--2-1:before {
    margin-right: 5px;
  }
  .header__content-text--2-3 {
    font-size: 20px;
  }
  .header__content-text--3-1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .header__content-text--3-1:before {
    margin-right: 5px;
  }
  .header__content-text--3-2 {
    font-size: 20px;
  }
  .header__content-text--4 {
    font-size: 14px;
    font-size: 1.4rem;
    width: 94%;
    margin-top: 15px;
  }
  .overview__table--02 {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .contactForm .table-contact td.contactForm__tel input {
    min-width: 33%;
  }
.incho-box{
	margin-top: 380px !important;
}
	
}

@media only screen and (min-width: 421px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}


@media screen and (max-width: 360px) {
  .header__main-logo .header__addres {
    font-size: 11px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 1180px) {
	.top-sp{
		margin-top: 130px;
	}
.incho-box{
	margin-top: 300px;
}
	
	
}
