@charset "utf-8";

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

nav.global-menu{
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 9999;
}

nav.is-scroll{
  top: 0;
}

#mv{
	margin-top: 43px;
}

}

.totop{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #996633;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #feecac;
  border-radius: 30px;
  z-index: 999;
}

.totop span{
  color: #fff;
}

@media screen and (max-width:640px) {
  .totop{
    display: flex;
  }
}

/*----------------------------------------------------
 elements
----------------------------------------------------*/

body,html{
	min-width:1000px;
}

body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

p {
	font-size: 23px;
	line-height: 1.5;
	padding-bottom: 25px;
	color: #656363;
}

h2 {
	text-align: center;
	padding-top: 5px;
	/*height: 70px;
	line-height: 56px;
	background: #69a1ff;
	background: linear-gradient(to bottom, #79abff 0%,#79abff 50%,#69a1ff 51%,#69a1ff 100%)*/
}

h3 {
	color: #69a1ff;
	text-align: center;
	font-size: 37px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*border-bottom: 3px solid #69a1ff;*/
	padding-bottom: 10px;
	/*padding-top: 30px;*/
	/*margin-bottom: 40px;*/
}

h4 {
	font-size: 23px;
	color: #fff;
	background-color: #263950;
	text-align: center;
	font-weight: normal;
	padding: 5px 10px;
}

.serif {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.blue {
	color: #69a1ff;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
 width: 100%;
	background-image: url(../img/h_bg.png);
	background-repeat: repeat;
}
#headerInner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
#headerInner ul {
	display: flex;
	justify-content: space-between;
}



/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  width: 100%;
	background-color: #f4f4f4;
}
#footerInner {
  width: 800px;
  margin: 0 auto;
  padding: 10px;
}

footer h1 {
	padding: 40px 0 80px;
}

footer a {
	text-decoration: none;
	color: #263950;
}

footer p {
	font-size: 21px;
}

footer dl {
	display: flex;
}

footer dl dt {
 border-right: 1px solid #977c5f;
 padding-right: 20px;
 margin-right: 20px;
	font-size: 21px;
	white-space: nowrap;
	color: #656363;
}

footer dl dd p {
	font-size: 21px;
}

footer dl dd span {
	color: #263950;
	font-size: 30px;
	display: inline-block;
	margin-top: -38px;
}

footer dl dd span.shinsatu_kara {
	color: #333;
    font-size: 16px;
    display: inline;
    margin-top: 0;
    font-weight: normal;
    webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

footer table {
	background-color: #fff;
	text-align: center;
}

footer table th {
	color: #263950;
	padding: 2px;
	vertical-align: middle;
}

footer hr {
	height: 1px;
	background: rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

/*----------------------------------------------------
 content
----------------------------------------------------*/
.content {
  width: 100%;
}
.Inner {
  width: 800px;
  margin: 0 auto;
  zoom: 1;
}
.Inner:after {
  content: "";
  display: block;
  clear: both;
}

#mv {
	background-color: #fceee0;
}

#mv .Inner, nav .Inner {
	width: 1000px;
	margin: 0 auto;
	zoom: 1;
}

nav {
	width: 100%;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat;
}

nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

nav ul li {
	text-align: center;
	/*width: 100%;*/
	font-size: 15px;
	border-right: 1px solid #996633;
	padding-right: 20px;
	padding-left: 20px;
}

nav ul li:first-of-type {
	border-left: 1px solid #996633;
}

nav ul li a {
	text-decoration: none;
	color: #996633;
}

#sec01 {
	background-color: #ffffff;
	background-image: url(../img/bg01.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	}

#sec01 .Inner {	
	padding: 50px 0 10px;
}

#sec01 p span, #sec02 p span {
	color: #f480bb;
	line-height: 1.5;
	text-shadow: #fff 3px 1px;
}

#banner {
	color: #656363;	
	background: #ffdae0;
	background: linear-gradient(to bottom, #ffffff 0%,#ffdae0 69%,#ffdae0 99%);
	background-image: url(../img/bg02.png);
	background-repeat: repeat-x;
}

#banner .Inner {
 padding: 30px 0 0;
	position: relative;
}

#banner .Inner p {
	font-size: 19px;
	padding-bottom: 20px;
}

#banner ul {
	display: flex;
	align-items: flex-end;
}

#banner ul li span {
	color: #263950;
}

#banner ul li .tel {
	font-size: 58px;
	font-family: serif;
	font-weight: bold;
	letter-spacing: 5px;
}

#banner ul li .tel a,
#banner ul li .tel a:hover {
	text-decoration: none!important;
	color: #656363!important;
}

#banner .closed {
	background-color: #263950;
	color: #fff;
	padding: 0 5px;
	margin: 0 15px 0 20px;
}

#banner .note {
	color: #263950;
}

#banner .img_banner {
	position: absolute;
	bottom: 0;
	right: -40px;
}

.bg_glay {
	/*background-color: #f4f4f4;*/
}

#sec02 {
background-image: url(../img/bg_sec02.png);
background-repeat: repeat;
	padding: 0 0 50px;
}

#sec02 u {
	text-decoration-color: red;
}

#sec02 ul {
	display: flex;
	justify-content: space-around;
}

#sec02 .note {
	font-size: 17px;
	color: #656363;
	text-align: center;
	padding: 10px;
	border: 2px dotted #656363;
	margin-bottom: 40px;
}

#sec03 {
	background-color: #fcffec;
	padding-bottom: 50px;
}

#sec03 ul {
	display: flex;
	justify-content: space-between;
}

#sec03 ul li {
	padding-bottom: 10px;
}

#sec03 ul dl dt {
	color: #263950;
	font-size: 35px;
	border-bottom: 4px dotted #263950;
	margin-bottom: 25px;
}

#sec03 .point {
	background-color: #fff;
	border: 3px solid #69a1ff;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}

#sec03 .point ul {
	display: flex;
	align-items: center;
}

#sec03 .point li:first-of-type {
	font-size: 20px;
	color: #fff;
	background-color: #69a1ff;
	padding: 0;
	text-align: center;
	align-self: normal;
	margin-right: 25px;
	width: 200px;
	}

#sec03 .point li {
	font-size: 19px;
	line-height: 1.5;
}

#sec03 .point span {
	color: #69a1ff;
}

#sec04 {
	background-color: #f0f0f0;
	padding-bottom: 1px;
}

#sec04 ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

#sec05 .Inner {
	padding: 50px 0;
}

#sec05 ul {
	display: flex;
	justify-content: space-between;
}
#sec05 dl dt {
 background-color: #ffdbd9;
	color: #263950;
	text-align: center;
	font-size: 28px;
	padding: 8px 0;
	border-bottom: 4px dotted #263950;
	margin-bottom: 15px;
	font-weight: bold;
}

#sec05 dl dt span {
	font-size: 10px;
	vertical-align: middle;
}

#sec05 dl dd {
	font-size: 20px;
	line-height: 1.5;
}

#sec05 dl dd span {
	font-size: 15px;
	padding-top: 10px;
	display: inline-block;
}

#sec05 dl dd b {
	color: #263950;
}

#sec05 p {
	font-size: 18px;
}

#sec06 .Inner img {
	padding-top: 20px;
}

#sec05 {
	background-color: #fdf6f6;
}

#sec06 {
	background-color: #f0f0f0;
	padding-bottom: 50px;
}

#sec07 {
	background-color: #f4f4f4;
}

#sec07 .doctor {
	display: flex;
	align-items: center;
	padding: 50px 0;
}

#sec07 .doctor .name {
	font-size: 45px;
	line-height: 0.7;
	margin-bottom: 20px;
}

#sec07 .doctor .name span {
	font-size: 20px;
}

.qualification01 ul {
	display: flex;
}
.qualification01 ul li {
	width: 100%;
}
.qualification01 ul li p {
	font-size: 18px;
}

.qualification02 table {
	line-height: 1.5;
	font-size: 18px;
	color: #656363;
}

.qualification02 table td {
	border: none;
	padding: 0 10px 0 20px;
}

.qualification02 table td:first-of-type {
	border-right: 1px solid #977c5f;
	padding-left: 0;
	white-space: nowrap;
}

.qualification02 dl p {
	font-size: 18px;
	padding-bottom: 0;
}


@media screen and (max-width:640px) { 
    
 /*----------------------------------------------------
 elements
----------------------------------------------------*/
	
	body,html{
		min-width: 100%;
	}

	img {
		max-width: 100%;
	}
	
	p {
		font-size: 15px;
	}
	
	h2 {
		padding: 20px 0 10px;
		height: auto;
		line-height: initial;
	}
	
	h3 {
		font-size: 23px;
	}
	
	h4 {
		font-size: 20px;
	}
	
/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  width: 100%;
}
#headerInner {
  width: 100%;
	 padding: 10px 5px;
}
	
	#headerInner ul {
		display: block;
	}
	
	.h_contact {
		display: flex;
		justify-content: space-between;
	}

	.h_contact img {
		padding: 5px 10px 10px 10px;
	}


/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  width: 100%;
}
#footerInner {
  width: 100%;
  padding: 10px;
}
	footer table {
		max-width: 100%;
	}
	
	footer p {
		font-size: 15px;
	}
	
	footer .scroll {
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	footer dl {
		display: block;
	}

	footer dl dt {
		display: none;
	}
	
	footer h1 {
		padding: 10px 0 50px;
	}

	footer dl dd span {
		display: block;
		text-align: center;
		font-size: 35px;
	}
	
	footer dl dd p {
		font-size: 15px;
	}

/*----------------------------------------------------
 contents
----------------------------------------------------*/
.Inner {
  width: 100%;
  padding: 8px;
}
/*#mainContent {
  width: 100%;
  height: 300px; 
  padding: 8px;
  background: #FB8072; 
}*/
	#mv .Inner, nav .Inner {
		width: 100%;
	}
	
	nav ul {
		display: block;
	}
	nav ul li {
		border-right: none;
		padding: 10px 0;
		border-bottom: 1px dashed #996633;
	}
	nav ul li:first-of-type {
		border-left: none;
		border-top: 1px dashed #996633;
	}
	
	nav ul li a {
		font-size: 15px;
	}
	
	#banner {
		background-image: none;
		background: linear-gradient(to bottom, #ffffff 0%,#ffdae0 69%,#ffdae0 99%);
		text-align: center;
	}
	
	#banner ul {
		display: block;
	}
	
	#banner .img_banner {
		display: none;
	}
	
	#banner ul li .tel {
		font-size: 40px;
		padding-top: 10px;
	}

	#sec01 .Inner {
		padding: 30px 8px 0;
	}
	

	#sec03 ul  {
		display: block;
		text-align: center;
	}
	
		#sec03 ul li {
		width: 100%;
	}
	
	#sec03 .point ul {
		display: block;
	}
	#sec03 .point li:first-of-type {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#sec04 {
		padding-top: 30px;
	}
	
	#sec04 ul {
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	
	#sec04 dl {
	padding: 15px;
	margin-bottom: 15px;
	}
	
	#sec04 dl dd {
		font-size: 18px;
	}
	
	#sec04 dl dt {
		font-size: 20px;
		padding-bottom: 10px;
	}
	
	#sec04 dl dt span {
		font-size: 22px;
	}
	
	#sec04 .posiR img {
		display: none;
	}
	
	#sec05 {
		padding-top: 30px;
	}
	
	#sec05 .Inner {
		padding: 8px 0;
	}
	
	#sec05 ul {
		flex-wrap: wrap-reverse;
	}
	
	#sec05 ul li {
		width: 100%;
	}
	
	#sec05 dl dt {
		font-size: 18px;
	}
	
	#sec05 dl dd {
		font-size: 16px;
	}
	
	#sec06 {
		padding: 0;
	}
	#sec06 .Inner img {
		padding-top: 10px;
	}
	#sec06 ul {
		display: block;
	}
	#sec06 ul li {
		padding: 10px;
	}
	
	#sec06 ul li img {
		padding: 10px;
	}
	
	#sec07 .doctor {
		padding: 0 0 20px;
	}
	
	#sec07 .doctor .name {
		font-size: 20px;
	}
	
	#sec07 .doctor .name span {
		font-size: 13px;
	}
	
	.qualification01 ul li p {
		font-size: 15px;
	}
	
	.qualification01 ul {
		display: block;
	}
	
	.qualification02 dl dt {
		padding-right: 0px;
		margin-right: 10px;
	}
	
	.qualification02 dl p {
		font-size: 15px;
	}
	
	.qualification02 table {
		font-size: 15px;
	}
}


/**/


a:hover img.overwhite{
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}


/**/


.footer_bnr01 {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 12px 17px 12px;
	box-sizing: border-box;
	filter: drop-shadow(0 0 8px #ccc);
}

.footer_bnr01 p {
	text-align: center;
	font-size: 1.3vw;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.footer_bnr01 p strong {
	font-size: 1.5vw;
	color: #f882bf;
}

.footer_bnr01 ul {
	/*display: flex;*/
}

.footer_bnr01 li {
	width : 25%;
	padding: 3px;
	box-sizing: border-box;
	float: left;
}

.footer_bnr01 li img {
	width : 100%;
	height : auto;
	border: 1px solid #ccc;
}

@media screen and (max-width:640px) {
	.footer_bnr01 {
		width: 95%;
		margin: 0 auto;
		padding: 20px 5px 12px 5px;
	}

	.footer_bnr01 li {
		width : 50%;
	}

	.footer_bnr01 p {
		font-size: 1.4vw;
	}

	.footer_bnr01 p strong {
		font-size: 1.6vw;
	}

}


/**/


.tbl01 {
	border-collapse: collapse;
}

.tbl01 th,
.tbl01 td {
	border: solid 1px #666;
	padding: 10px;
	color: #333;
	line-height: 1.8;
	font-size: 1.2rem;
	vertical-align: middle;
}

.tbl01 thead th {
	background-color: #ffb78c;
	text-align: center;
}

.tbl01 thead th:first-child {
	background-color: #f480bb;
}

.tbl01 thead th:last-child {
	background-color: #7bb7fb;
}

.tbl01 tbody th {
	background-color: #f9c0dd;
	white-space: nowrap;
}

.tbl01 tbody td:nth-child(2) {
	background-color: #ffd9c2;
	text-align: center;
}

.tbl01 tbody td:nth-child(3) {
	background-color: #ffeee4;
	vertical-align: top;
}

.tbl01 tbody td:nth-child(4) {
	background-color: #e8f2fe;
	vertical-align: top;
}

.tbl01 tbody td:nth-child(5) {
	background-color: #b3d5fc;
	text-align: center;
}


@media screen and (max-width:640px) {
	.tbl01 th,
	.tbl01 td {
		padding: 5px 3px;
		font-size: 1.0rem;
	}
}

#datsumou-banner img{
	display: block;
	margin: 40px auto 0;
	max-width: 100%;
}