@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #666;
	font-size: 23px;
	line-height: 2.35;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 45px;
	padding-top: 64px;
}

.sp {
	display: none !important;
}


@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	
	}
	
	.pc {
		display: none !important;
	}
	
	#main {

		margin-bottom: 15px;
		
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #fff;
	position: relative;
}

#gHeader .hBox {
	margin-bottom: 23px;
	line-height: 1.75;
	background-color: #86BF22;
}

#gHeader h1 {
	margin: 0 auto;
	width: 1230px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}

#gHeader .logo {
	margin-bottom: 30px;
	text-align: center;
}

#gHeader .logo a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader .hBox {
		margin-bottom: 10px;
		padding: 0;
	}

	#gHeader h1 {
		width: auto;
		font-size: 12px;
		text-align: center;
	}
	
	#gHeader .logo {
		margin: 0 0 4px 20px;
		text-align: left;
	}
	
	#gHeader .logo img {
		width: 200px;		
	}
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	display: none;	
}

@media all and (min-width: 0) and (max-width: 767px) {
	.menu {
		margin: 4px 0 0 10px;
		display: block;
		position: absolute;
		float: right;
		height: 20px;
		width: 25px;
		top: 35px;
		right: 15px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
		background: #231f20;
	}
	
	.menu.active .middle {
		opacity: 0;
		background: #231f20;
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		background: #231f20;
	}
	
	.menu span {
		background: #231f20;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	display: inline-block;
}

#gNavi li a {
	padding: 0 46px;
	display: block;
	color: #7F623D;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	border-right: 1px solid #8A6238;
}

#gNavi li a:hover {
	text-decoration: underline;
}

#gNavi li:last-child a {
	border-right: none;
}
/*------------------------------------------------------------
	コロナ
------------------------------------------------------------*/

ul.sample {
  border: solid 4px #ffb03f;
  padding: 0.8em 0.1em 0.2em 1em;
  position: relative;
  margin-top: 2em;
　text-align:center;
}
ul.sample li {
  line-height: 1.5;
  padding: 0.1em 2em;
  list-style-type: none!important;
}
ul.sample li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #ffb03f; /*アイコン色*/
}
ul.sample li:after {
  /*タブ*/
  background: #ffb03f;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '【当院での新型コロナウイルス感染対策】';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}
/*------------------------------------------------------------
	コロナ2
------------------------------------------------------------*/

ul.sample2 {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}
ul.sample2 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
ul.sample2 li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #ffb03f; /*アイコン色*/
}
ul.sample2 li:after {
  /*タブ*/
  background: #ffb03f;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '【当院ご利用の際の注意点、ご協力をお願い致します】';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}
@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
		margin-top: 0;
		padding-right: 0;
		border-top: 1px solid #1968a7;
		float: none;
		left: 0;
		position: absolute;
		text-align: center;
		top: 150px;
		width: 100%;		
		background-color: #fff;
		z-index: 100;
	}
	
	#gNavi li {
		padding: 0;
		width: 100%;
		border-bottom: 	1px solid #1968a7;
	}
	
	#gNavi li a {
		padding: 12px 5px;
		font-size: 14px;
	}
	
	#gNavi li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fNavi {
	margin: 0 auto -5px;
	width: 1200px;
}

#gFooter .fNavi li {
	display: inline-block;
}

#gFooter .fNavi li a {
	padding: 0 46px;
	display: block;
	color: #7F623D;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	border-right: 1px solid #8A6238;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi li:last-child a {
	border-right: none;
}

#gFooter .fBox {
	padding: 47px 0 155px;
	color: #fff;
	text-align: center;
	line-height: 1.75;
	background-color: #814B1C;
}

#gFooter .fBox .fInner {
	margin: 0 auto;
	width: 880px;
}

#gFooter .fBox p {
	font-size: 22px;
}

#gFooter .fBox .copyright {
	font-size: 19px;
}
@media all and (min-width: 0) and (max-width: 767px) {	
	#gFooter .fNavi {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		text-align: center;
		background-color: #D7933D;	
	}
	
	#gFooter .fNavi li {
		padding: 0;
		width: 50%;
		color: #fff;
		float: left;
		border-right: 1px solid #814B1C;
		border-bottom: 1px solid #814B1C;
		box-sizing: border-box;
	}
	
	#gFooter .fNavi li:nth-child(2n) {
		border-right: none;
	}
	
	#gFooter .fNavi li:last-child {
		width: 100%;
		border-bottom: none;
	}
	
	#gFooter .fNavi li a {
		padding: 1.5em 0.5em;
		display: block;
		color: #000;
		font-size: 12px;
		height: 15px;
		font-size: 12px;
		border-right: none;
	}
	
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}

	#gFooter .fBox {
		padding: 15px 0; 		
	}
	
	#gFooter .fBox .fInner {
		width: auto;
	}
	
	#gFooter .fBox p {
		font-size: 12px;		
	}
	
	#gFooter .fBox .copyright {
		font-size: 12px;
	}
}