@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}


body {
	color: #222;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic",
		"游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.75;
	position: relative;
	left: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	transition: all 0.3s;
	color: #222;
}

a:hover {
	opacity: 0.9;
}

p {
	font-size: 18px;
	font-size: 1.8rem;
}

p,
ul {
	line-height: 1.6;
}

img {
	vertical-align: bottom;
}

:focus {
	outline: 0;
}

/* Common */

.wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

h3.icon_title {
	background: url(https://www.saito-d.com/img/icon_title.png) no-repeat top center;
	font-size: 26px;
	text-align: center;
	padding: 105px 0 0;
	margin: 40px 0 30px;
	clear: both;
}

.red {
	color: #da3569;
}

.bg_dotted {
	background: url(https://www.saito-d.com/img/bg_dotted.jpg);
}

.font_bold {
	font-weight: bold;
}

.bottom30 {
	margin-bottom: 30px;
}

.arrow_wrapper {
	position: relative;
	background: #ffffff;
	border: 1px solid #908958;
	margin-top: -20px;
	padding: 25px 0;
}

.arrow_wrapper:after,
.arrow_wrapper:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_wrapper:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_wrapper:before {
	border-color: rgba(144, 137, 88, 0);
	border-top-color: #908958;
	border-width: 11px;
	margin-left: -11px;
}

.arrow_wrapper h3 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
}

.arrow_wrapper h3 img {
	vertical-align: middle;
	margin-right: 20px;
}

.arrow_wrapper h3 .underline {
	background: url(https://www.saito-d.com/img/border_under.png) repeat-x left bottom;
	font-size: 24px;
}

.num_wrapper {
	margin: 105px 0 0;
	background: url(https://www.saito-d.com/img/bg_dotted.jpg);
	position: relative;
}

.num_wrapper:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -37px;
	width: 74px;
	height: 72px;
	display: block;
}

.num_wrapper.num01:before {
	background: url(https://www.saito-d.com/img/icon_num01.png) no-repeat;
	background-size: 100% auto;
}

.num_wrapper.num02:before {
	background: url(https://www.saito-d.com/img/icon_num02.png) no-repeat;
	background-size: 100% auto;
}

.num_wrapper.num03:before {
	background: url(https://www.saito-d.com/img/icon_num03.png) no-repeat;
	background-size: 100% auto;
}

.num_wrapper.no_num {
	margin: 60px 0 0;
	background: url(https://www.saito-d.com/img/bg_dotted.jpg);
	position: relative;
}

.num_wrapper.no_num:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -17px;
	width: 35px;
	height: 34px;
	display: block;
	background: url(https://www.saito-d.com/img/icon_nonum.png) no-repeat;
}

.num_wrapper h4 {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	padding: 35px 0 25px;
	background: url(https://www.saito-d.com/img/bg_gray.png) no-repeat center bottom;
}

section {
	margin-bottom: 60px;
}

section.no-space {
	margin-bottom: 0;
}

ul.ex {
	list-style: none;
	overflow: hidden;
	border: 2px solid #908958;
}

ul.ex li {
	clear: both;
	overflow: hidden;
	padding: 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

ul.ex li:first-child {
	border-bottom: 1px solid #908958;
}

ul.ex li .label {
	font-weight: bold;
	width: 200px;
	float: left;
}

ul.ex li .description {
	margin-left: 200px;
}

@media screen and (max-width: 767px) {
	.num_wrapper.no_num {
		margin: 55px 0 0;
	}

	.num_wrapper.no_num:before {
		top: -10px;
		margin-left: -15px;
		width: 30px;
		height: 29px;
		background: url(https://www.saito-d.com/img/icon_nonum.png) no-repeat;
		background-size: 100% auto;
	}

	ul.ex li {
		padding: 15px 10px;
	}

	ul.ex li .label {
		width: 100%;
		float: none;
	}

	ul.ex li .description {
		margin-left: 0;
	}
}

@media screen and (max-width: 999px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.wrapper {
		padding: 0 10px;
	}

	h3.icon_title {
		background: url(https://www.saito-d.com/img/icon_title.png) no-repeat top center;
		background-size: 65px auto;
		padding: 90px 0 0;
	}

	.arrow_wrapper {
		margin: 15px 0;
	}

	.arrow_wrapper h3 {
		line-height: 1.5;
	}

	.arrow_wrapper h3 img {
		width: 35px;
		height: auto;
		margin-right: 10px;
	}

	.num_wrapper {
		margin: 85px 0 0;
	}

	.num_wrapper:before {
		top: -50px;
		left: 50%;
		margin-left: -32px;
		width: 64px;
		height: 62px;
		display: block;
	}

	.bottom30 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 666px) {
	.arrow_wrapper h3 .underline {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.num_wrapper h4 {
		font-size: 20px;
		font-size: 2rem;
	}
}

@media screen and (max-width: 320px) {
	.arrow_wrapper h3 .underline {
		font-size: 20px;
		font-size: 2rem;
	}
}

/* Header */

header {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
}

h1 {
	width: 360px;
	height: 60px;
	font-size: 0px;
	margin: 0;
}

h1 a {
	width: 100%;
	height: 100%;
	background: url(https://www.saito-d.com/img/logo.png) no-repeat left top;
	background-size: 100% auto;
	display: block;
}

/* sp-display none */
h1.logo.sp,
.header_info.sp li.car-access,
.info_text-sp,
.main_img h4.sp,
.parking-txt-sp {
	display: none;
}

.header_info.pc {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 2em;
}

.header_info ul {
	list-style: none;
}

.header_info.pc div.contents {
	width: calc(100% - 500px);
}
.header_info.pc div.contents ul.contact-area{
	display: flex;
	justify-content: flex-end;
}
.header_info.pc div.contents ul.contact-area li:first-child {
	 margin-right: 3em;
}

.header_info.pc ul li.tel a {
	background: url(https://www.saito-d.com/img/header_tel.jpg) no-repeat center center;
	width: 283px;
	height: 42px;
	display: block;
}

.header_info.pc ul li.fb a {
	background: url(https://www.saito-d.com/img/header_fb.png) no-repeat center center;
	width: 41px;
	height: 41px;
	display: block;
}

.header_info.pc ul.n-Btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.header_info.pc ul.n-Btn li {
	height: 46px;
	display: block;
	letter-spacing: 0;
	margin-top: 14px;
}
.header_info.pc ul.n-Btn li.web {
	margin-left: 1em;
}
.header_info.pc ul.n-Btn li.car-access {
	margin-left: 0;
	padding: 0 3px;
}
.header_info.pc ul.n-Btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 1em;
	text-align: center;
}

.header_info.pc ul.n-Btn li.web a {
	background: #908958;
	color: #fff;
	padding-left: 2em;
	padding-right: 2em;
}

.header_info.pc ul.n-Btn li.car-access a {
	border: 3px solid #908958;
	color: #908958;
}
.header_info.pc ul.n-Btn li.car-access a img {
	width:38px;
	height: 22px;
	margin-right: .5em;
}

@media screen and (max-width: 999px) {
	header {
		margin: 15px auto 20px;
	}

	h1.logo {
		width: 240px;
		height: 40px;
		margin: 0 auto;
		clear: both;
		display: block;
	}

	.header_info.sp {
		width: auto;
		float: none;
		display: block;
		overflow: hidden;
		padding: 0 0 10px;
		margin: 0 0 20px;
		border-bottom: 1px solid #bc3867;
	}

	.header_info.sp ul{
		display: flex;
		flex-direction: row-reverse;
        flex-wrap: wrap;
	}

	.header_info.sp li {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		display: block;
	}

	.header_info.sp li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.header_info.sp li.car-access {
		display: block;
		width: 130px;
	}
	.header_info.sp li.car-access a {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	height: 100%;
		border-radius: 3px;
		font-size: 1.5em;
		font-weight: bold;
		padding: 0 .25em;
		text-align: center;
		border: 2px solid #908958;
		color: #908958;
	}
	.header_info.sp li.car-access a img {
		width:34px;
		margin-right: .25em;
	}

	.header_info li.open {
		background: url(https://www.saito-d.com/img/toggle.png) no-repeat;
		background-size: 100% auto;
	}

	.header_info.sp li.tel a {
		background: url(https://www.saito-d.com/img/header_tel_sp.png) no-repeat;
		background-size: 100% auto;
	}

	.header_info.sp li.fb a {
		background: url(https://www.saito-d.com/img/header_fb_sp.png) no-repeat;
		background-size: 100% auto;
	}

	.header_info.sp li.web a {
		background: url(https://www.saito-d.com/img/header_web_sp.png) no-repeat;
		background-size: 100% auto;
	}


}

/* Slogan */

.slogan {
	background: #da3569;
	padding: 55px 0 20px;
}

.slogan.sp {
	display: none;
}

.slogan h2 {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}

.slogan h2 span {
	font-size: 28px;
	font-size: 2.8rem;
}

.mobile {
	display: none;
}

@media screen and (max-width: 666px) {
	.slogan {
		padding: 20px 0;
	}

	.slogan h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.slogan h2 span {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.mobile {
		display: block;
	}
}

/* Global Nav */

nav {
	clear: both;
	background: #da3569;
	padding: 0 0 30px;
}

nav.top {
	padding: 0 0 70px;
}

/* ul.menu {
	margin: 0 -3px;
	letter-spacing: -.4em;
}

ul.menu li {
    display: inline-block;
	letter-spacing: 0;
    margin: 0;
    padding: 0 3px;
    width: 20%;
	position: relative;
} */

ul.menu {
	margin: 0 -3px;
	letter-spacing: -0.4em;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

ul.menu li {
	display: block;
	letter-spacing: 0;
	margin: 0;
	padding: 0 3px;
	position: relative;
}

ul.menu li.sub a {
	/* background: #fff url(https://www.saito-d.com/img/arrow_nav.png) no-repeat 150px center; */
	background: #fff url(https://www.saito-d.com/img/arrow_nav.png) no-repeat 130px center;
	background-size: 9px auto;
	padding: 10px 10px 10px 0;
}

ul.menu li a {
	background: #fff;
	border: 1px solid #908958;
	border-radius: 3px;
	color: #908958;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px;
	display: block;
}

ul.child {
	display: none;
	position: absolute;
	left: 14%;
	padding: 0 1rem;
	margin: 0;
	width: 720px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid #908958;
	border-radius: 3px;
	z-index: 9999;
}

ul.child:after,
ul.child:before {
	bottom: 100%;
	left: 100px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.child:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}

ul.child:before {
	border-color: rgba(144, 137, 88, 0);
	border-bottom-color: #908958;
	border-width: 9px;
	margin-left: -9px;
}

ul.child li {
	float: left;
}

ul.child li a {
	padding: 15px 5px !important;
	margin: 0;
	color: #908958;
	background: none !important;
	border: none;
}

ul.child li a:hover {
	opacity: .7;
}

ul.child li:first-child {
	padding-left: 2em;
}

ul.child li a:after {
	content: "|";
	padding-left: 1em;
}

ul.child li:last-child a:after {
	content: none;
}

@media screen and (max-width: 999px) {
	#slideBox {
		display: none;
	}

	nav {
		padding: 0;
	}

	nav.top {
		padding:0;
	}

	#slideBox .wrapper {
		padding: 0;
	}

	#slideBox nav {
		background: #fff;
		padding: 0;
	}
	#slideBox ul {
		display: block;
	}

	#slideBox ul.menu li {
		display: block;
		width: 100%;
		padding: 0;
	}

	#slideBox ul.menu li a {
		border-radius: 0;
		border-width: 1px 0 0;
		margin: 0;
	}

	#slideBox ul.menu li.sub a {
		background: #fff;
		padding: 15px 0;
	}

	#slideBox ul.child {
		display: block !important;
		position: relative !important;
		border: none;
		width: 100%;
		left: 0;
		padding: 0;
	}

	#slideBox ul.child:before {
		display: none;
	}

	#slideBox ul.child li {
		float: none;
		border-top: 1px solid #eee;
	}

	#slideBox ul.child li a {
		border-radius: 0;
	}
	
	ul.child li a:after {
		content: none;
		padding-left: 0;
	}

	.slogan.sp {
		padding-top: 25px;
	}
}

/* Index */

.main_img {
	background: #fff;
	overflow: hidden;
	margin: -30px auto 0;
	max-width: 1000px;
	width: 100%;
}

.main_img .info {
	float: left;
	width: 45%;
}

.main_img .info img {
	width: 100%;
	height: auto;
}

.main_img .info .info_text {
	padding: 15px 20px 5px;
}

.main_img .info .info_text h3 {
	font-size: 18px;
}

.main_img .info .info_text p {
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 2px dotted #d1cbe1;
	padding: 0.25em 0;
}

.main_img .info .info_text p:last-child {
	border-bottom: none;
}

/* 診療時間 */
.main_img .time {
	margin-left: 1em;
	margin-right: 1em;
}

.main_img .time table {
	font-size: 1.45rem;
}

.main_img .time table {
	width: 100%;
	border-spacing: 0;
}

.main_img .time table thead th {
	font-weight: bold;
	background: #e6e6e6;
}

.main_img .time table th,
.main_img .time table td {
	font-weight: bold;
	border: solid #FFFFFF;
	border-width: 3px 3px 0 0;
	text-align: center;
	padding: 8px 5px;
}

.main_img .time p {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0;
}

.main_img .time ul {
	padding-top: 10px;
	padding-right: 10px;
}

.main_img .time li {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
	font-weight: 600;
	color: #6d6a77;
}

.main_img .time li:last-child {
	font-weight: normal;
	font-size: 1.4rem;
}

/* 診察時間表追加 */
.medicalhours {
	overflow: auto;
	white-space: nowrap;
}

.medicalhours::-webkit-scrollbar {
	height: 5px;
}

.medicalhours::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.medicalhours::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.medicalhours {
	border-radius: 10px;
	border-spacing: 0;
	border: none;
}

.medicalhours table {
	border-spacing: 3px;
}

.medicalhours tr>* {
	padding: 5px 10px;
	border: none;
}

.medicalhours tr:first-child>*:first-child {
	border-radius: 10px 0 0 0;
}

.medicalhours tr:first-child>*:last-child {
	border-radius: 0 10px 0 0;
}

.medicalhours tr:last-child>*:first-child {
	border-radius: 0 0 0 10px;
}

.medicalhours tr:last-child>*:last-child {
	border-radius: 0 0 10px 0;
}

.medicalhours th {
	padding: 0.5em;
	text-align: center;
	vertical-align: top;
	background-color: #a0a6af;
	color: #fff;
	font-weight: 600;
}

.medicalhours td {
	padding: 0.5em;
	Text-align: center;
	vertical-align: top;
	background-color: #eeedf3;
	line-height: 1;
	color: #6d6a77;
}

@media only screen and (max-width: 640px) {
	.medicalhours th {
		padding: 0.5em 0.25em;
	}

	.medicalhours td {
		padding: 0.5em 0.25em;
		white-space: nowrap;
	}
}

/* Google map */
.main_img .gmap_wrapper {
	float: right;
	width: 55%;
}

.main_img .gmap_wrapper iframe {
	vertical-align: bottom;
}

.main_img h4 {
    clear: both;
    display: flex;
    align-items: center;
    font-size: 2.2em;
    font-weight: 600;
    padding: 60px 0 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.main_img h4 img {
	width: 45px;
	margin-right: .5em;
}

.main_img .access-map-area {
	display: flex;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.main_img .access-map-area p.parking-map {
	width: 800px;
}

.main_img .access-map-area div.txt-cont {
	width: 45%;
	padding-top: 1.25em;
	margin-left: 3em;
    margin-right: 2em;
}

.main_img .access-map-area div.txt-cont ol {
	font-size:1.75em;
	margin-top: 1.5em;
}

.main_img .access-map-area div.txt-cont ol li {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
	padding-bottom: .5em;
	color: #908a58;
	font-weight: 600;
}
.main_img .access-map-area div.txt-cont ol li a {
	color: #908a58;
	font-weight: 600;
	text-decoration: underline;
	padding-left: .5em;
}

.main_img .access-map-area div.txt-cont ol li span {
	font-size: .85em;
}

.main_img .access-map-area div.txt-cont ol li a::after {
	content:">";
	display: inline-block;
	text-decoration: none;
	padding-left: 2em;
}

.parking-notice-cont {
	font-size: 1.8em;
	background: #ffe2e2;
	color: #262020;
	margin: 0;
	padding: 2em 2.5em 2em;
}

.parking-notice-cont dt {
	padding: 1em .5em;
    margin-bottom: 1.2em;
    font-weight: 800;
    text-align: center;
    background: #fff2f2;
    color: #262020;
}

.parking-notice-cont dd {

	text-align: left;
}

.bg_gray {
	background: #eeeef1;
	padding: 30px 0 50px;
}

.bg_gray_top {
	background: url(https://www.saito-d.com/img/bg_gray.png) no-repeat center bottom;
	width: 100%;
	height: 62px;
}

.bg_gray_bottom {
	background: url(https://www.saito-d.com/img/bg_gray.png) no-repeat center bottom;
	width: 100%;
	height: 12px;
}

.bg_white {
	background: #fff url(https://www.saito-d.com/img/bg_white.png) no-repeat center top;
	padding: 42px 0 50px;
}

.row_col3 {
	margin: 0 -10px;
	letter-spacing: -0.4em;
}

.col3 {
	width: 33.3333333%;
	padding: 0 10px 35px;
	display: inline-block;
	letter-spacing: 0;
	position: relative;
	vertical-align: top;
}

.col3:nth-child(3n + 1) {
	clear: both;
}

.col3.info {
	height: 530px;
	padding: 0 10px;
}

.col3 img {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.col3 p {
	padding: 0 10px;
}

.col3.info p {
	padding: 0;
}

.col3 ul {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 0 24px;
}

.col3 .link {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	background: #5aa526;
	border: 1px solid #4b901c;
	margin-left: -22px;
}

.col3 .link a {
	display: block;
	background: url(https://www.saito-d.com/img/arrow_white.png) no-repeat center center;
	background-size: 6px auto;
	width: 100%;
	height: 100%;
}

h4.green_title {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	background: #5aa526;
	border: 1px solid #4b901c;
	border-radius: 3px;
	margin: 0 0 15px;
}

h4.green_title a {
	display: block;
	color: #fff;
	padding: 5px 0;
}

.bg_dotted.index {
	padding: 40px 0 50px;
}

.bg_dotted.index .wrapper {
	background: url(https://www.saito-d.com/img/icon_teeth.png) no-repeat left top;
	padding: 40px 0 0;
}

.bg_dotted.index h3 {
	background: url(https://www.saito-d.com/img/border_h3.jpg) no-repeat center bottom;
	margin: 0 0 50px;
	padding: 0 0 10px;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
}

.bg_dotted.index p {
	padding: 0 50px;
	font-size: 20px;
	font-size: 2rem;
}

.profile_wrapper {
	overflow: hidden;
	padding-bottom: 10px;
}

.profile_img {
	width: 300px;
	float: left;
}

.profile_img img {
	width: 100%;
	height: auto;
}

.profile_text {
	width: 655px;
	float: right;
}

.profile_text h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.profile_text h5,
.profile_text p,
.profile_text ul {
	font-size: 16px;
	font-size: 1.6rem;
}

.profile_text h5 {
	padding: 10px 0 0;
	position: relative;
}

.profile_text h5:after {
	content: "";
	width: 555px;
	height: 1px;
	background: #eee;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 5px;
}

.profile_text ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.profile_text ul li {
	overflow: hidden;
	clear: both;
	padding: 3px 0;
}

.profile_text ul li .label {
	width: 100px;
	float: left;
}

.profile_text ul li .detail {
	margin-left: 100px;
}

.profile_text ul li .detail_small {
	margin-left: 115px;
	font-size: 14px;
	font-size: 1.4rem;
}

h4.pink_title {
	border-top: 3px solid #f7afae;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 10px 0;
}

@media screen and (max-width: 1000px) {
	.main_img .time {
		margin-left: 10px;
		padding-bottom: 1em;
	}
}


@media screen and (max-width: 767px) {
	.main_img .info,
	.main_img .gmap_wrapper {
		float: none;
		width: 100%;
	}
	.main_img .info_text {
		display: none;
	}
	.main_img .time table th span.sp-no-time {
		display: none;
	}

	.main_img .info_text-sp {
		display: block;
		padding: 1em;
	}

	.main_img .info_text-sp h2 {
		background: #eeeef1;
		text-align: center;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding-top: .25em;
		padding-bottom: .25em;
		font-size: 1.4rem;
		color: #6c6c77;
	}

	.main_img .info_text-sp h3 {
		font-size: 1.6em;
	}

	.main_img h4 {
		padding-left: 0!important;
		padding-bottom: 30px !important;
		padding-top: 40px !important;
		font-size: 1.75em;
	}

	.main_img h4 img {
		width: 45px!important;
	}

	.main_img .info_text-sp p {
		font-size: 1.7em;
		line-height: 1.5;
        border-bottom: 2px dotted #d1cbe1;
        padding: 0.25em 0;
	}

	.main_img .info_text-sp p:last-child {
		    border-bottom: none;
	}	

	.gmap_wrapper {
		padding: 1em;
	}

	.gmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		width: 100%;
		margin: 0;
		height: 0;
		overflow: hidden;
	}

	.gmap iframe,
	.gmap object,
	.gmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.main_img .access-map-area {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 10px!important;
	}
	.main_img .access-map-area p.parking-map,
	.main_img .access-map-area div.txt-cont {
		width: 100%;
	}
	.main_img .access-map-area div.txt-cont ol {
		padding-right: 3em;
	}
	.parking-notice-cont {
		font-size: 1.6em !important;
		padding: 1.75em;
        margin: 0 10px 2rem;
        line-height: 1.75;
	}
}

@media screen and (max-width: 999px) {
	.main_img {
		margin: 0 !important;
	}

	.main_img h4 span.small-txt01 {
		font-size: .75em;
	}

	.main_img .info .info_text {
		padding: 5px 10px 0;
	}

	.main_img .info .info_text p {
		margin: 0 0 0 10px !important;
		line-height: 1.5;
	}
	.main_img .access-map-area {
		padding: 0 20px;
	}

	.parking-txt-pc{
		display: none;
	}
	
	.parking-txt-sp {
		display: block;
		padding: 0 1em 3em;
		font-size: 1.6em;
	}
	.parking-notice-cont {
		font-size: 1.75em;
		margin: .25em 10px 2em;
	}

	.bg_gray_top {
		height: 42px;
	}

	.bg_gray,
	.bg_white {
		padding: 30px 0;
	}

	.row_col3 {
		margin: 0;
	}

	.col3 {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}

	.col3 img {
		width: 80px;
		height: auto;
		float: left;
		margin-right: 20px;
	}

	.col3.info {
		height: auto;
		padding: 0;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.col3 ul {
		margin: 0 0 0 110px;
	}

	.col3 .link {
		right: 0;
		left: auto;
		width: 25px;
		height: 25px;
		bottom: 0;
	}

	.row_col3 .col3.info:last-child {
		margin-bottom: 0;
	}

	.bg_dotted.index .wrapper {
		background: url(https://www.saito-d.com/img/icon_teeth.png) no-repeat 10px top;
		background-size: 30px auto;
		padding: 20px 0 0;
	}

	.bg_dotted.index h3 {
		background-size: 80% auto;
		margin: 0 0 25px;
	}

	.bg_dotted.index {
		padding: 30px 0;
	}

	.bg_dotted.index p {
		padding: 0 10px;
	}

	.bg_dotted.index p.bottom30 {
		margin-bottom: 20px;
	}

	.profile_img,
	.profile_text {
		width: 100%;
		float: none;
		padding: 0;
	}

	.profile_img {
		margin-bottom: 20px;
	}

	.profile_img img {
		width: 100%;
		max-width: 300px;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.profile_text h5:after {
		width: 75%;
	}

	.profile_text ul li .label,
	.profile_text ul li .detail {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.profile_text ul li {
		padding: 5px 0;
	}

	.profile_text ul li .detail_small {
		margin-left: 0;
	}
}
/* news */
.news {
    width: 90%;
    margin: 40px auto 30px;
    background: #FFF;
    padding: 1em;
}
.news iframe {
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.news {
    width: 1000px;
	}
} 
@media screen and (max-width: 767px) {
	.news {
    margin-top: 3px;
	}
	.notice-Btn {
		width: 90%!important;
	}	
	.notice-Btn a.btn-c {
		padding:0;
	}
	.notice-Btn a.btn-c span.txt {
		display: block;
		font-size: 0.85em;
	}	
}

/* Info */

.bg_info {
	height: 200px;
}

.bg_info_b {
	height: 300px;
}

.bg_info.bg01 {
	background-image: url(https://www.saito-d.com/img/bg_gray.png), url(https://www.saito-d.com/img/bg_info02_01.jpg);
	background-position:
		center bottom,
		center center;
	background-size:
		auto auto,
		cover;
	background-repeat: no-repeat, no-repeat;
}

.bg_info.bg02 {
	background: url(https://www.saito-d.com/img/bg_info02_02.jpg) no-repeat center center;
	background-size: cover;
}

.bg_info_b.bg01 {
	background: url(https://www.saito-d.com/img/bg_info04_01.jpg) no-repeat center center;
	background-size: cover;
}

.intro_info {
	padding: 30px 0 0;
}

.intro_info .font_bold {
	text-align: center;
}

.intro_info .notice {
	position: relative;
	padding: 0 50px 0 70px;
}

.intro_info .notice:before {
	content: "※";
	color: #da3569;
	position: absolute;
	left: 50px;
	top: 0;
}

/* notice　Btn */
.notice-Btn-Wrap {
	width: 100%;
	display: flex;
	justify-content: center					;
}
.notice-Btn {
	width: 80%;
	display: flex;
	justify-content: center;
	margin: 0;

}

.notice-Btn .btn:before,
.notice-Btn .btn:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.notice-Btn .btn,
.notice-Btn a.btn,
.notice-Btn button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.notice-Btn a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 1rem 4rem 2.5rem 4rem;
  color: #fff;
  background: #5aa526;
  -webkit-box-shadow: 0 5px 0 #497728;
  box-shadow: 0 5px 0 #497728;
}

.notice-Btn a.btn-c span.subtit {
  font-size: 1.6rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #5aa526;
  border: 3px solid #5aa526;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.notice-Btn a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #5aa526;
  -webkit-box-shadow: 0 2px 0 #5aa526;
  box-shadow: 0 2px 0 #5aa526;
}

.notice-Btn a.btn-c:hover:before {
  left: 2rem;
}

.notice-Btn a.btn-c .fa-angles-right{
    position: absolute;
    top: 42%;
    right: 2%;
}

@media screen and (max-width: 999px) {
	.notice-Btn a.btn-c  {
		width: 100%;
		font-size: 1.75em;
	}
}
.underline_pink {
	background: url(https://www.saito-d.com/img/border_under_pink.png) repeat-x center bottom;
}

ul.red_list {
	margin: 25px 30px 25px 54px;
	font-size: 18px;
	font-size: 1.8rem;
}

ul.red_list.last {
	margin: 25px 30px 0 54px;
}

.intro_link {
	margin: 30px 0;
	overflow: hidden;
}

ul.page_link {
	list-style: none;
	margin: 25px -4px 0;
	padding: 25px 0 0;
	border-top: 2px solid #cecece;
}

ul.page_link li {
	display: inline-block;
	float: left;
	margin: 4px;
}

ul.page_link li a {
	display: block;
	background: url(https://www.saito-d.com/img/link_off.png) no-repeat 8px 8px;
	background-size: 15px auto;
	padding: 2px 8px 2px 28px;
	border: 1px solid #cecece;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #656565;
}

ul.page_link li a:hover,
ul.page_link li a:focus,
ul.page_link li.current a {
	background: url(https://www.saito-d.com/img/link_on.png) no-repeat 8px 8px;
	background-size: 15px auto;
}

@media screen and (max-width: 999px) {
	.intro_info .notice {
		padding: 0 0 0 25px;
	}

	.intro_info .notice:before {
		content: "※";
		color: #da3569;
		position: absolute;
		left: 10px;
		top: 0;
	}

	ul.red_list {
		margin: 20px 0 20px 25px;
	}

	ul.red_list.last {
		margin: 20px 0 0 25px;
	}

	ul.page_link li {
		margin: 6px 5px;
	}

	.bg_info_b {
		height: 200px;
	}
}

/* other-page */
.contents_wrap {
	margin-top: 50px;
    margin-bottom: 30px;
}

h2.page__title {
    color: #da3569;
    border-left: double 7px #f7afae;
    border-right: double 7px #f7afae;
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 50%;	
}

h2.page__title p {
    font-size: 1.65em;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.first {
    margin: 70px auto;
    width: 80%;
    max-width: 1000px;
}

.first p {
    font-size: 1.8em;
    line-height: 1.6;
    text-align: left;
	padding-bottom: 20px;
}

.promise__wrap {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 20px;
}

.promise__wrap dl {
	font-size: 1.75em;
    margin-top: 10px;
	margin-bottom: 30px;
}

.promise__wrap dt {
    font-size: 1.4em;
    padding-bottom: .75em;
}

.promise__wrap dd {
    font-size: 1em;
}

.promise__notice__wrap {
	max-width: 1000px;
	margin: 70px auto;
	border: 2px solid #5aa526;
	border-radius: 8px;
	font-size: 18px;
}

.promise__notice__wrap h3 {
	width: 100%;
	padding: .5em 1em;
	margin-bottom: 1em;
	background: #5aa526;
	font-size: 1.25em;
	color: #FFF;
}

.promise__notice__wrap p {
		margin-bottom: 1em;
		padding: 1em	;
}

.sign {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    text-align: right;
}


.sign .clinic-name {
    font-size: 18px;
}


.sign .manager-name {
    font-size: 15px;
}

@media screen and (max-width:767px) {
	h2.page__title {
		width: 80%;
	}
	h2.page__title p {
		font-size: 1.4em;
	}
	.promise__wrap dl {
	font-size: 18px;
}

.promise__wrap dt {
    font-size: 1.25em;
}

.promise__wrap dd {
    font-size: 1em;
}

	.promise__notice__wrap h3 {
	font-size: 1.15em;
}

}

/* Footer */

footer {
	clear: both;
	background: #fff;
	width: 100%;
	padding: 30px 0 0;
}

.ft_wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.ft_info {
	width: 420px;
	display: inline-block;
	margin: 0 0 20px;
}

.ft_info img {
	display: block;
	width:270px!important;
}

nav.footer_nav {
	padding: 0 0 30px;
}

.slogan.footer {
	margin: 0;
}

nav.footer_nav .sub span {
	/* background: #fff url(https://www.saito-d.com/img/arrow_nav.png) no-repeat 150px center; */
	background: #fff url(https://www.saito-d.com/img/arrow_nav.png) no-repeat 130px center;
	background-size: 9px auto;
	padding: 10px 10px 10px 0;
	border: 1px solid #908958;
	border-radius: 3px;
	color: #908958;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px;
	display: block;
	cursor: pointer;
}

.footer_info {
	float: right;
	width: 375px;
}

.footer_info ul {
	list-style: none;
}

.footer_info ul li {
	float: left;
	margin-left: 25px;
}

.footer_info ul li.tel a {
	background: url(https://www.saito-d.com/img/header_tel.jpg) no-repeat center center;
	width: 283px;
	height: 42px;
	display: block;
}

.footer_info ul li.fb a {
	background: url(https://www.saito-d.com/img/header_fb.png) no-repeat center center;
	width: 41px;
	height: 41px;
	display: block;
}

@media screen and (max-width: 999px) {
	footer {
		padding: 15px 0 0;
	}

	nav.footer_nav {
		padding: 0 0 20px;
		background: #da3569;
	}

	.ft_info {
		padding: 0 10px;
		display: block;
		width: 100%;
		padding: 0 0 15px;
		margin: 0;
		border-bottom: 1px solid #bc3867;
	}

	.ft_info img {
		display: block;
		width:270px!important;
		margin: 0 auto;
	}

	.footer_nav ul.menu {
		margin: 0 -3px;
		display: block;
	}

	.footer_nav ul.menu li {
		display: block;
		margin: 0;
		padding: 0 3px;
		width: 100%;
		position: relative;
	}

	.footer_nav ul.menu li a {
		background: #fff;
		border: 1px solid #908958;
		border-radius: 3px;
		color: #908958;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		margin: 0 0 10px;
		display: block;
	}

	.footer_nav ul.child {
		display: none;
		position: relative;
		left: 0;
		top: 5px;
		padding: 0 5px;
		margin: 0 0 15px;
		width: 100%;
		background: #fff;
		border: 1px solid #908958;
		border-radius: 3px;
		z-index: 9999;
	}

	footer_nav ul.child:after,
	ul.child:before {
		bottom: 100%;
		left: 100px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.footer_nav ul.child:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 8px;
		margin-left: -8px;
	}

	.footer_nav ul.child:before {
		border-color: rgba(144, 137, 88, 0);
		border-bottom-color: #908958;
		border-width: 9px;
		margin-left: -9px;
	}

	.footer_nav ul.child li {
		width: 100%;
		float: none;
	}

	nav.footer_nav .sub span {
		background: #fff;
		background-size: 9px auto;
		position: relative;
	}

	nav.footer_nav .sub span:after {
		content: "";
		width: 9px;
		height: 6px;
		background: url(https://www.saito-d.com/img/arrow_nav.png) no-repeat;
		background-size: 100% auto;
		display: block;
		margin: -3px 0 0;
		position: absolute;
		top: 50%;
		left: 70%;
	}

	.footer_nav ul.child li a {
		padding: 10px 5px !important;
		margin: 0;
		color: #908958;
		background: none !important;
		border: none;
	}

	.footer_info {
		float: none;
		width: 100%;
		max-width: 320px;
		margin: 10px auto 0;
	}

	.footer_info ul {
		list-style: none;
		overflow: hidden;
		text-align: center;
	}

	.footer_info ul li {
		float: none;
		margin: 0 10px;
		display: inline-block;
	}

	.footer_info ul li.tel a {
		background: url(https://www.saito-d.com/img/header_tel.jpg) no-repeat center center;
		background-size: auto 100%;
		width: 210px;
		height: 30px;
		display: block;
	}

	.footer_info ul li.fb a {
		background: url(https://www.saito-d.com/img/header_fb.png) no-repeat center center;
		background-size: auto 100%;
		width: 30px;
		height: 30px;
		display: block;
	}
}

.scroll_nav {
	position: fixed;
	bottom: 4px;
	right: 4px;
	display: block;
	width: 64px;
	height: 192px;
	background: transparent url(https://www.saito-d.com/img/nav_scroll.png) no-repeat center center;
	background-size: 64px;
	opacity: 0.7;
	z-index: 1000;
}

.scroll_nav li {
	display: block;
	width: 64px;
	height: 64px;
	cursor: pointer;
}

.scroll_nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

.scroll_nav li a:hover {
	opacity: 0.8;
}

/* Breadcrumb
--------------------------------------------------*/

.breadcrumb {
	background: #da3569;
	padding: 0 0 50px;
}

.breadcrumb ul {
	list-style: none;
	letter-spacing: -0.4em;
	line-height: 1;
}

.breadcrumb li {
	display: inline-block;
	letter-spacing: normal;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 6px;
	border-right: 1px solid #fff;
}

.breadcrumb li:first-child {
	border-left: 1px solid #fff;
}

.breadcrumb li a {
	color: #fff;
}

@media screen and (max-width: 999px) {
	.breadcrumb {
		padding: 15px 0;
		background: #fff;
		border-top: 1px solid #da3569;
	}

	.breadcrumb li {
		color: #da3569;
		border-color: #da3569;
	}

	.breadcrumb li:first-child {
		border-color: #da3569;
	}

	.breadcrumb li a {
		color: #da3569;
	}
}


.noticebtn-wrap .btn,
.noticebtn-wrap a.btn,
.noticebtn-wrap button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.noticebtn-wrap {
	display: flex;
	justify-content: center;

  margin-left: 1rem;
  margin-right: 1rem;
}

.noticebtn-wrap a.btn-c {
  font-size: 2.2rem;
  position: relative;

  padding: 0.25rem 2rem 1.5rem 2rem;

  color: #fff;
  background: #5aa626;
  -webkit-box-shadow: 0 5px 0 #4c901c;
  box-shadow: 0 5px 0 #4c901c;
}

.noticebtn-wrap a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #5aa626;
  border: 2px solid #5aa626;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.noticebtn-wrap a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #5aa626;
  -webkit-box-shadow: 0 2px 0 #5aa626;
  box-shadow: 0 2px 0 #5aa626;
}

.noticebtn-wrap a.btn-c:hover:before {
  left: 2rem;
}


/*--notice02--*/
.notice02 {
	max-width: 1000px;
	margin: 15px auto;

	width: 100%;
}

.notice02 ul {
	background: #f7f7f7;
	/*text-align: center;*/
	list-style: none;
	padding: 10px 12px;
}

.notice02 ul li {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 4px 2px;
}
.notice02 ul li a {
	border-bottom: dotted 2px #5aa526;
}

@media screen and (max-width: 999px) {
	.notice02 ul li {
		font-size: 16px;
	}
}

 /* 20260409改修 */
@media screen and (min-width: 1000px) {
    #slideBox {
        display: block !important;
    }
}
 /* ///// parking-page ///// */
.parking-wrap {
	width: calc(100% - 40px);
	margin: 2rem;
}
.parking-wrap .address {
	padding: 50px 0 30px;
}

.parking-wrap .map {
	position: relative;
	padding-top: 30px;
	padding-bottom: 58%;
	margin: 0 0 50px 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.parking-wrap .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper.both-end {
	padding: 0 20px 0;
}


.back-btn a {
	display: block;
	color: #908a58;
    font-weight: 600;
    text-decoration: underline;
    padding-left: .5em;
	text-align: right;
}
.back-btn a::before {
	content: "<";
}

.parking-wrap .address.sp {
	display: none;
}

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

	.parking-wrap {
		width: 100%;
		margin: 0;
	}

	.parking-wrap .address {
		display: block;
		padding: 0;
		margin: 0 0 20px;
	}

	.parking-wrap .map {
		width: 100%;
		height: 100%;
		padding-bottom: 100%;
		margin: 0 0 20px;
	}

	.wrapper.both-end {
		padding: 0 10px 0;
	}

	.back-btn {
		padding-right: 10px;
	}

}

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

	.wrapper.both-end {
		padding: 0;
	}
}