@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*レイアウト
---------------------------------*/
body {
	width: 100%;
	font-family: "Noto Sans Japanese",'游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 760px) {
body {
	min-width: initial;
	min-width: auto;
	font-size: 1.3rem;
	line-height: 1.4;
}
}

/* ヘッダー
---------------------------------*/
header {
	width: 100%;
	background: #fff3b8;
	padding: 0 30px;
	height: 70px;
	align-items: center;
}
.hd-logo {
	display:block;
	max-width: 326.5px;
	line-height:1;
}
.hd-logo a:hover, .hd-logo a:active {
	opacity: 1;
	filter: alpha(opacity=1);
}
.hd-nav {
	align-items: center;
}
.hd-nav li {
	margin-right: 36px;
	line-height: 1;
}
.hd-nav li a {
	font-size: 16px;
	font-weight: 700;
}
.hd-nav a:hover, .hd-nav a:active {
}
.hd-sns li {
	width: 42px;
	margin-left: 20px;
	line-height: 1;
}
.hd-sns a:hover, .hd-sns a:active {
	opacity: 1;
	filter: alpha(opacity=1);
}

@media screen and (max-width: 1024px) {
header {
	padding: 0 20px;
	height: 60px;
}
.sp-nav-inr {
	width: 80%;
	margin: 20% auto;
}
.hd-nav li {
	margin-right: 0;
}
.hd-nav li a {
	display: block;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #b48f45;
}
.hd-sns li {
	width: 100%;
	margin-left: 0;
}
.hd-sns li a {
	display: block;
	margin: 20px 0;
	padding: 20px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.hd-sns li:first-child a {
	background: #00c300;
}
.hd-sns li:last-child a {
	background: #2e7653;
}
}
@media screen and (max-width: 600px) {
header {
	padding: 16px 15px 16px 15px;
	height: 60px;
}
.hd-logo {
	max-width: 280px;
}
}

nav.globalMenuPc {
}
nav.globalMenuPc li {
}
.hamburger {
	display: none;
}
.globalMenuSp {
	display: none;
}

@media screen and (max-width : 1024px) {
/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: absolute;
	z-index : 3;
	right : 0px;
	top   : 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	background: #339966;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 40px;
	height  : 2px;
	left    : 10px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 18px;
}
.hamburger span:nth-child(2) {
	top: 30px;
}
.hamburger span:nth-child(3) {
	top: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
}
.hamburger.active span:nth-child(1) {
	top : 28px;
	left: 9px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 28px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
.globalMenuPc {
	display: none;
}
nav.globalMenuSp.active {
	display: block;
	position: absolute;
	z-index : 2;
	top  : 0;
	right : 0;
	color: #333;
	background: rgba(255,243,184,1.0);
	text-align: center;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 100;
}
} 


/* 共通
---------------------------------*/
.cmn-inr {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.title01 {
	margin: 0 auto 60px auto;
	text-align: center;
}
.title01 span {
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 2.8rem;
	font-weight: 700;
	padding: 0 20px 10px 20px;
}
.title01 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: #000;
	width: 100%;
	height: 2px;
}

.title02 {
	width: 100%;
	margin: 0 0 70px 0;
	padding: 30px 0;
	background: url(../images/bk_title.jpg) no-repeat;
}
.title02 span {
	margin: 0 auto;
	display: block;
	max-width: 1200px;
	background: #fff3b8;
	color: #470000;
	font-size: 3.6rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 98px;
}

.title03 {
	margin: 0 0 40px;
}
.title03 span {
	display: block;
	font-size: 6rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.title03 small {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 0 30px 2px 30px;
	letter-spacing: 3px;
}

.title04 {
	margin: 0 0 40px;
	width: 100%;
	background: #b48f45;
	padding: 0 30px;
}
.title04 span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
}
.title05 {
	margin: 0 0 10px;
}
.title05 span {
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
.cmn-inr {
	width: 90%;
}
}
@media screen and (max-width: 600px) {
.title01 {
	margin: 0 auto 30px auto;
}
.title01 span {
	font-size: 2.1rem;
	line-height: 1.4;
	padding: 0 10px 10px 10px;
}

.title02 {
	margin: 0 0 30px 0;
	padding: 30px 0;
	background: url(../images/bk_title.jpg) no-repeat;
}
.title02 span {
	font-size: 2.4rem;
	line-height: 60px;
}

.title03 {
	margin: 0 0 20px;
}
.title03 span {
	font-size: 3.8rem;
}
.title03 small {
	font-size: 1.2rem;
	padding: 0 20px 2px 20px;
	letter-spacing: 2px;
}
.title04 {
	margin: 0 0 20px;
	padding: 0 10px;
}
.title04 span {
	font-size: 1.8rem;
}
.title05 {
	margin: 0 0 5px;
}
.title05 span {
	font-size: 1.6rem;
}
}



/* メインイメージ
---------------------------------*/
#main {
	width: 100%;
}
#main .mainimg {
	background: no-repeat top center;
	background-size: contain;
	padding-top: calc(42.1875% / 1); /* スライダーの枚数で割る */
}
#main .mainimg.img01 {
	background-image: url(../images/main01.jpg);
}
@media screen and (max-width: 768px) {
#main .mainimg {
	padding-top: calc(156.5% / 1); /* スライダーの枚数で割る */
}
#main .mainimg.img01 {
	background-image: url(../images/main01_sp.jpg);
}
}

/* コロナ取り組みバナー
---------------------------------*/
.sec-attempt {
	padding: 100px 0;
	background: #fff;
	text-align: center;
}
.sec-attempt .cmn-inr {
	background: #b7e9ff;
	border-radius: 30px;
	padding: 40px 40px 50px 40px;
}
.sec-attempt-list {
	margin-bottom: 20px;
}
.sec-attempt-list li {
	margin: 5px;
	width: 140px;
	display: block;
}
.sec-attempt p {
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 1100px) {
.sec-attempt-list li {
	width: 120px;
}
}
@media screen and (max-width: 600px) {
.sec-attempt-list li {
	width: 80px;
}
.sec-attempt {
	padding: 50px 0;
}
.sec-attempt .cmn-inr {
	padding: 20px 30px 30px 30px;
}
.sec-attempt p {
	font-size: 1.8rem;
	line-height: 1.4;
}
}

/* 当院の特徴
---------------------------------*/
.sec-feature {
	padding: 0 0 100px 0;
}
.sec-feature .copy {
	margin: 0 0 70px;
	text-align: center;
}
.sec-feature .copy span {
	font-size: 2.8rem;
	font-weight: 700;
	color: #b48f45;
}
.sec-feature .flex-btw {
	align-items: center;
}
.sec-feature-box {
	width: 43%;
	max-width: 530px;
}
.sec-feature-box.first-box figure {
	margin: 0 0 60px;
}
.sec-feature-box.first-box .title03 span {
	color: #ffb533;
}
.sec-feature-box.first-box .title03 small {
	color: #ffb533;
	border: 1px solid #ffb533;
}
.sec-feature-box.first-box li {
	position: relative;
	margin-left: 20px;
}
.sec-feature-box.first-box li:before {
	position: absolute;
	left: -20px;
	content: "★ ";
}
.sec-feature-box.last-box figure {
	margin: 60px 0 0;
}
.sec-feature-box.last-box .title03 span {
	color: #ff6699;
}
.sec-feature-box.last-box .title03 small {
	color: #ff6699;
	border: 1px solid #ff6699;
}

@media screen and (max-width: 1024px) {
.sec-feature {
	padding: 0 0 50px 0;
}
.sec-feature .copy {
	margin: 0 0 30px;
}
.sec-feature .copy span {
	font-size: 1.8rem;
}
.sec-feature-box {
	margin: 0 auto;
	width: 100%;
}
.sec-feature-box.first-box {
	margin: 0 auto 30px;
}
.sec-feature-box.first-box figure {
	margin: 0 0 0;
}
.sec-feature-box.last-box figure {
	margin: 20px auto 0;
}
}


/* メニュー
---------------------------------*/
.sec-menu {
	padding: 0 0 100px 0;
}
.sec-menu-box {
	margin: 0 0 70px;
}
.sec-menu-box p + div {
	margin: 40px 0 0;
}
.sec-menu-box .sub-box {
	width: 47.5%;
	max-width: 570px;
	background: #fffae2;
	border-radius: 30px;
	padding: 40px 44px;
}
.sec-menu-box .tax {
	margin: -10px 30px 0 0;
	text-align: right;
}
.sec-menu-box table {
	margin: 0 0 40px;
	width: 100%;
}
.sec-menu-box th {
	padding: 8px 0 8px 44px;
	font-weight: 700;
}
.sec-menu-box td {
	padding: 8px 44px 8px 0;
	text-align: right;
}
.sec-menu-box th.note {
	font-size: 1.4rem;
	color: #663300;
	font-weight: 500;
	padding: 8px 0 8px 64px;
}
.sec-menu-box table span {
	color: #ff0000;
	font-weight: 700;
}
.sec-menu-box table del {
	text-decoration: line-through;
}
.sec-menu-box tr:nth-child(odd) {
	background-color: #fffae2;
}
.sec-menu-box tr:nth-child(even) {
	background-color: #fffef9;
}
.sec-menu-box .flex-btw li {
	width: 48%;
	text-align: center;
}

@media screen and (max-width: 600px) {
.sec-menu {
	padding: 0 0 50px 0;
}
.sec-menu-box {
	margin: 0 0 40px;
}
.sec-menu-box:last-of-type {
	margin: 0 0 0px;
}
.sec-menu-box p + div {
	margin: 10px 0 0;
}
.sec-menu-box .sub-box {
	margin: 10px 0 0;
	width: 100%;
	padding: 25px 30px;
}
.sec-menu-box .tax {
	margin: -10px 0px 0 0;
	text-align: right;
}
.sec-menu-box table {
	margin: 0 0 40px;
}
.sec-menu-box th {
	display: block;
	width: 100%;
	padding: 8px 0 0px 10px;
}
.sec-menu-box td {
	display: block;
	width: 100%;
	padding: 0px 10px 8px 0;
}
.sec-menu-box th.note {
	padding: 8px 0 0px 10px;
}
.sec-menu-box table span {
	color: #ff0000;
	font-weight: 700;
}
.sec-menu-box li {
	margin: 0 0 10px;
}
}

/* 診療受付時間
---------------------------------*/
.sec-reception {
	padding: 0 0 100px 0;
}
.sec-reception-tbl {
	margin: 0 auto 70px;
	max-width: 700px;
}
.sec-reception-tbl table {
	margin: 0 0 10px;
	width: 100%;
	border: 5px solid #ccc;
}
.sec-reception-tbl th {
	background: #b48f45;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
.sec-reception-tbl td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: 2.4rem;
	padding: 5px;
}
.sec-reception-tbl td.time {
	text-align: right;
	width: 28%;
	padding: 0 10px;
}
.sec-reception-tbl td.on {
	color: #fac30d;
}
.sec-reception .flex-btw li {
	width: 48%;
	text-align: center;
}

@media screen and (max-width: 600px) {
.sec-reception {
	padding: 0 0 50px 0;
}
.sec-reception-tbl {
	margin: 0 auto 30px;
}
.sec-reception-tbl table {
	margin: 0 0 10px;
	border: 3px solid #ccc;
}
.sec-reception-tbl th {
	font-size: 1.6rem;
}
.sec-reception-tbl td {
	font-size: 1.6rem;
	padding: 2px;
}
.sec-reception-tbl td.time {
	font-size: 1.2rem;
	width: 28%;
	padding: 2px;
}
.sec-reception li {
	margin: 0 0 10px;
}
}


/* アクセス
---------------------------------*/
.sec-access {
	padding: 0 0 0 0;
}
.sec-access .flex-btw {
	margin: 0 0 60px;
	align-items: center;
}
.sec-access-text li {
	margin: 10px 0;
}
.sec-access-text .name {
	font-size: 2.4rem;
	font-weight: 700;
}
.sec-access-btn li {
	width: 48%;
	text-align: center;
}
.sec-access .google-map {
	position: relative;
	width: 100%;
	padding-top: 26%;
	overflow: hidden;
}
.sec-access .google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
.sec-access .flex-btw {
	margin: 0 0 30px;
}
.sec-access-text li {
	margin: 10px 0;
}
.sec-access-text .name {
	font-size: 1.8rem;
}
.sec-access-btn li {
	margin: 0 0 10px;
	width: 100%;
}
.sec-access .google-map {
	padding-top: 70%;
}
}


/* フッター
---------------------------------*/
footer {
	position: relative;
	border-top: 40px solid #fff3b8;
}
footer #pagetop {
	position: fixed;
	bottom: 50px; right: 15px;
}
.copyright {
	padding: 60px 0;
	font-size: 1.2rem;
	background: #fff;
	color: #333;
	text-align: center;
}
@media screen and (max-width: 600px) {
.copyright {
	padding: 30px 0;
}
}


