@charset "utf-8";

/* ==================================================

岸澤内科心療科医院 SP スタイルシート

================================================== */


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body {
	height:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	font-size:15px;
	line-height:140%;
	color:#505a64;
}
html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
.fs {
	font-size:12px;
	line-height:130%;
}
.fl {
	font-size:20px;
	line-height:126%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#0064b4;
	text-decoration:none;
}
a:hover,
a:active {
	color:#0064b4;
	text-decoration:none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.pc {
    display: none;
}
.warning {
	color:#ee1c23;
	background-color:#fff;
	border:solid 1px #ee1c23;
	padding:12px 15px 11px;
	margin: 0 0 12px;
}

header {
    position: fixed;
	height: 50px;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	border-bottom: solid 1px #70cbf5;
	top: 0;
	left: 0;
	z-index: 9990;
}
.fix {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
header h1 {
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	width: 177px;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
    padding-top: 8px;
}
header h1 img {
	width: 177px;
}
header .header-i {
    position: absolute;
    top: 0;
    right: 0;
	width: 100%;
    z-index: 9998;
}

#panel {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
#panel-btn {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #1696ef;
	border-radius: 15px;
	z-index: 9998;
}
#panel-btn:hover {
	background: #1696ef;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel {
	display: none;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.sp-nav {
	text-align: left;
}
.sp-nav i {
	padding-right: 5px;
}
.sp-nav a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(255,255,255,0.95);
	border-bottom: dotted 1px #70cbf5;
	color: #5bbbdd;
}
.sp-nav a:hover {
	background-color: rgba(255,255,255,0.95);
}
.sp-nav .child {
	display: none;
	background-color: rgba(255,255,255,0.95);
}
.sp-nav .child a {
	background-color: rgba(255,255,255,0.95);
	color: #70cbf5;
	border-bottom: dotted 1px #70cbf5;
}
.sp-nav .child a:hover {
	background-color: rgba(255,255,255,0.95);
}
.sp-nav .child > li a {
	background-color: rgba(255,255,255,0);
	padding-left: 40px;
}
.sp-nav .toggle:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: '▶';
	opacity: 0.5;
	font-size: 6px;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.sp-nav .toggle.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main {
	background-image: url("../common/footer_bk.png"),url("../common/bk_2.gif");
	background-repeat: no-repeat, repeat;
	background-position: bottom center, left top;
	background-size: 768px, 8px;
	padding: 51px 0 0;
    text-align: left;
}
.title-area {
	background-color: #fff;
	border-bottom: solid 1px #70cbf5;
	margin-bottom: 30px;
	padding-top: 2px;
    text-align: center;
}
.title-area h2 {
	padding: 10px 0 15px;
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	color: #00aae6;
}
.main-i {
	position: relative;
	margin: 0 15px;
}
.bottom-menu {
    padding: 70px 0 45px;
    text-align: center;
}
.bottom-menu .menu {
	display: none;
}

footer {
	padding: 20px 0 15px;
    text-align: center;
}
footer .footer-logo {
	padding-bottom: 7px;
}
footer .footer-logo img {
	width: 245px;
}
footer .copyright {
    padding-top: 20px;
	font-size: 80%;
	color: #969696;
}

h3 {
    padding: 40px 5px 5px;
    font-weight: bold;
    font-size: 120%;
}
.copy {
	padding-bottom: 10px;
    font-weight: bold;
    font-size: 130%;
	line-height: 130%;
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
    color: #00aae6;
}

/* トップ
--------------------------------------------------------------------*/
#top .top-image-area {
	width: 100%;
	background-position: top center;
}
#top .top-image-area img {
    width: 100%;
}
#top .info-area {
	position: absolute;
	background-image:  url(../img/news_bk.png), url(../common/bk_1.gif);
    background-position: top -40px left -80px, top left;
    background-repeat: no-repeat, repeat;
	border-radius: 10px;
	width: 100%;
	height: 485px;
	top: -50px;
	left: 0;
	z-index: 9980;
}
#top .info-area-i {
	padding: 15px;
}
#top .info-area .info-title {
	padding: 5px 0 20px;
	text-align: center;
}
#top .info-area .info-title img {
	width: 115px;
}
#top .info-area .info {
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	width: 92%;
	padding: 20px 15px;
}
#top .info-area .info-i {
	overflow:auto;
	height: 300px;
}
#top .info-area .info-i2 {
	padding-right: 18px;
}
#top .top-main-area {
    padding-top: 480px;
}
#top h3 {
	padding: 6px 0 12px 50px;
	font-weight: bold;
    font-size: 140%;
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
}
#top h3.clinic-title {
	background: url("../img/icon_1.png") no-repeat 10px 0;
	background-size: 32px;
}
#top h3.access-title {
	background: url("../img/icon_2.png") no-repeat 10px 0;
	background-size: 32px;
}
#top .clinic-box {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 15px;
	box-shadow: 0 0 8px #d2d2d2;
}
#top .clinic-box .clinic-area .photo {
	text-align: center;
}
#top .clinic-box .clinic-area .photo img {
	border-radius: 10px;
	width: 234px;
}
#top .clinic-box .clinic-area .photo-r {
	padding-top: 20px;
}
#top .clinic-box .clinic-area .photo-r .copy {
	color: #00aae6;
}
#top .clinic-box .clinic-area .photo-r .kome {
	padding-top: 7px;
}
#top .kuwashiku {
    margin: 20px auto 0;
    max-width: 200px;
    text-align: center;
    background-color: #fff;
	border: solid 1px #70cbf5;
    border-radius: 7px;
}
#top .kuwashiku a {
    display: block;
    padding: 12px 0 10px;
    text-decoration: none;
    font-size: 120%;
	font-weight: 500;
    color: #70cbf5;
}
#top .clinic-box .time {
	margin-top: 30px;
	background-color: #70cbf5;
	border-radius: 10px;
	padding: 5px 15px;
	color: #fff;
}
#top .clinic-box .time th,
#top .clinic-box .time td {
	border-top: solid 1px #fff;
	padding: 12px 0 11px;
	text-align: center;
}
#top .clinic-box .time th.top,
#top .clinic-box .time td.top {
	border-top: none;
}
#top .clinic-box .time th {
	width: 105px;
}
#top .clinic-box .text {
	padding: 20px 0 5px;
	font-weight: bold;
	color: #ff6464;
}
#top .calendar-area h4 {
	font-size: 110%;
	padding: 20px 0 3px 2px;
}
#top .calendar-area h4 i {
	padding-right: 8px;
	color: #8dd5f7;
}
#top .calendar td {
	border:solid 1px #d2d2d2;
	width: 14%;
	vertical-align: middle;
	background-color: #fff;
}
#top .calendar td.top {
	background-color: #f0f0f0;
}
#top .calendar td p {
	padding: 7px 0 5px;
	font-size: 90%;
	text-align: center;
	color: #696969;
}
#top .calendar td.holiday {
	background-color: #fbe2ed;
}

#top .top-main-area .top-main-right {
	padding-top: 40px;
}
#top .access-box {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #d2d2d2;
}

#top .access-box .access-area {
	padding: 20px 20px 20px;
}
#top .access-box .access-area .side-logo {
	padding-bottom: 5px;
}
#top .access-box .access-area .side-text {
	margin: 5px 0 9px;
	display: inline-block;
	background-color: #468c32;
	border-radius: 5px;
	padding: 2px 15px 1px;
	font-size: 85%;
	color: #fff;
}
#top .access-box .access-area .side-tel {
	margin-top: -4px;
	padding: 0;
	font-family: a-otf-jun-pro, sans-serif;
	line-height: 30px;
	font-style: normal;
	font-weight: 300;
	font-size: 190%;
	color: #32b4f0;
}
#top .access-box .access-area .side-tel span {
	vertical-align: 2px;
}
#top .access-box .access-area .side-tel i {
	padding-right: 5px;
	vertical-align: 3px;
}
#top .access-box .gmap {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
#top .access-box .gmap iframe,
#top .access-box .gmap object,
#top .access-box .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top .banner-area {
	padding-top: 20px;
	text-align: center;
}
#top .banner-area li {
	padding-top: 12px;
}
#top .banner-area li img {
	max-width: 350px;
}

/* クリニック案内
--------------------------------------------------------------------*/
#clinic .clinic-area {
	margin: 0 15px;
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 0px;
	box-shadow: 0 0 8px #d2d2d2;
}
#clinic .clinic-area .copy {
	padding-bottom: 15px;
}
#clinic .clinic-area .name {
	padding-top: 20px;
	text-align: right;
}
#clinic .clinic-area .name2 {
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
	font-weight: blod;
	text-align: right;
	font-size: 120%;
}
#clinic .photo-sp {
	padding: 30px 0 20px;
	text-align: center;
}
#clinic .photo-sp img {
	width: 100%;
	max-width: 400px;
	border-radius: 7px;
}
#clinic .clinic-area .profile-area .profile {
	background:url("../clinic/img/profile_bk_sp.png") no-repeat top right;
	border-radius: 10px;
	padding: 20px 70px 20px 25px;
	line-height: 180%;
}
#clinic .clinic-area .profile-area .profile-text {
	padding-bottom: 8px;
	font-weight: bold;
}

/* 診療案内
--------------------------------------------------------------------*/
#medical .bar {
	text-align: center;
}
#medical h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	color: #646464;
	display: flex;
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 130%;
}
#medical h3.top {
	padding-top: 0;
}
#medical h3:before,
#medical h3:after {
	border-top: 1px solid;
	content: "";
	width: 2em;
}
#medical h3:before {
	margin-right: 1em;
}
#medical h3:after {
	margin-left: 1em;
}
#medical .eng {
	display: inline-block;
	text-align: center;
	background-color: #70cbf5;
	margin-top: 5px;
	padding: 2px 12px 1px;
	font-size: 85%;
	opacity: 0.7;
	color: #fff;
}
#medical .eng2 {
	display: inline-block;
	text-align: center;
	background-color: #87c832;
	margin-top: 5px;
	padding: 2px 12px 1px;
	font-size: 85%;
	opacity: 0.7;
	color: #fff;
}
#medical .medical-area {
	margin-top: 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #d2d2d2;
	padding: 25px 15px;
}
#medical .medical-area .photo {
	padding-bottom: 25px;
	text-align: center;
}
#medical .medical-area .photo img {
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	box-shadow: 0 0 8px #c8c8c8;
}
#medical h4 {
	margin-top: 20px;
	margin-bottom: 9px;
	padding: 0 12px;
	display: inline-block;
	background: -webkit-linear-gradient(transparent 50%, #d4effc 50%);
	background: -o-linear-gradient(transparent 50%, #d4effc 50%);
	background: linear-gradient(transparent 50%, #d4effc 50%);
	font-size: 120%;
}
#medical h4:first-child {
	margin-top: 0;
}
#medical .facilities h4 {
	background: -webkit-linear-gradient(transparent 50%, #dbeec1 50%);
	background: -o-linear-gradient(transparent 50%, #dbeec1 50%);
	background: linear-gradient(transparent 50%, #dbeec1 50%);
}

/* 初診の方へ・よくある質問
--------------------------------------------------------------------*/
#first .bar {
	text-align: center;
}
#first h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	color: #646464;
	display: flex;
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 130%;
}
#first h3.top {
	padding-top: 0;
}
#first h3:before,
#first h3:after {
	border-top: 1px solid;
	content: "";
	width: 2em;
}
#first h3:before {
	margin-right: 1em;
}
#first h3:after {
	margin-left: 1em;
}
#first .eng {
	display: inline-block;
	text-align: center;
	background-color: #70cbf5;
	margin-top: 5px;
	padding: 2px 12px 1px;
	font-size: 85%;
	opacity: 0.7;
	color: #fff;
}
#first .eng2 {
	display: inline-block;
	text-align: center;
	background-color: #87c832;
	margin-top: 5px;
	padding: 2px 12px 1px;
	font-size: 85%;
	opacity: 0.7;
	color: #fff;
}
#first .first-area {
	margin-top: 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #d2d2d2;
	padding: 25px 15px;
}
#first .first-area .photo {
	padding-bottom: 25px;
	text-align: center;
}
#first .first-area .photo img {
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	box-shadow: 0 0 8px #c8c8c8;
}
#first h4 {
	margin-top: 20px;
	margin-bottom: 9px;
	padding: 0 12px;
	display: inline-block;
	background: -webkit-linear-gradient(transparent 50%, #d4effc 50%);
	background: -o-linear-gradient(transparent 50%, #d4effc 50%);
	background: linear-gradient(transparent 50%, #d4effc 50%);
	font-size: 120%;
}
#first h4:first-child {
	margin-top: 0;
}
#first .facilities h4 {
	background: -webkit-linear-gradient(transparent 50%, #dbeec1 50%);
	background: -o-linear-gradient(transparent 50%, #dbeec1 50%);
	background: linear-gradient(transparent 50%, #dbeec1 50%);
}

/* アクセス
--------------------------------------------------------------------*/
#access .main-i .copy {
	font-size: 130%;
}
#access .gmap {
	margin-top: 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #d2d2d2;
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
#access .gmap iframe,
#access .gmap object,
#access .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access .address {
	padding-top: 12px;
}
#access .btn {
	padding-top: 22px;
	text-align: center;
}
#access .btn a {
	display: inline-block;
	background-color: #00aae6;
	border-radius: 5px;
	padding: 11px 20px 10px;
	font-size: 120%;
	text-decoration: none;
	color: #fff;
}
#access .btn i {
	padding-right: 8px;
}


