@charset "UTF-8";
body, a {
	color: #0d0015; /*#515151*/
}
a:hover {
	opacity: 0.7;
}
h1 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #FFF;
	font-size: 3rem;
	letter-spacing: 0.2rem;
	text-shadow: 0 0 5px rgba(31,50,53,0.8), 0 0 5px rgba(31, 50, 53, 0.3);
	margin: 0;
}
h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.5rem;
}
.contentWrapper {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

/** header **/
.contents-fix {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
.header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.header-logo {
	margin: 0;
	font-size: 2em;
	line-height: 1;
}
.header-logo img {
	display: block;
	width: 6em;
	height: 100%;
}
.nav-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 1rem;
}
.nav-menu-item + .nav-menu-item {
	margin-left: 2em;
}
.nav-menu-item a {
	color: #333;
	font-weight: bold;
}
.nav-menu-item .btn_highlighted {
	color: white;
}
.hamburger-btn {
	display: none;
}
/*header {
	background-image:url("../images/mainvisual_1.jpg");
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}
header a {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0,0,0,0.6);
}
header ul {
	display: flex;
	margin: 0;
	padding: 20px;
}
header li {
	padding: 0 15px;
}
header li a:hover {
	opacity: 0.5;
}
header .contentWrapper {
	padding-top: 10rem;
}*/

/** main **/
.mainv {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 520px;
	background: url("../images/mainvisual_1.jpg")center center;
	background-size: cover;
}
.mainv-copy {
	margin: 0;
	font-size: 36px;
	text-align: left;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(31,50,53,0.8), 0 0 5px rgba(31, 50, 53, 0.3);
}

/** about us **/
#aboutus h2 {
	position: relative;
	font-size: 28px;
}

#aboutus h2:after {
	content: "";
	position: absolute;
  	left: 0;
  	bottom: -10px;
  	width: 100%;
  	height: 7px;
  	background: -webkit-repeating-linear-gradient(-45deg, #FED333, #FED333 2px, #fff 2px, #fff 4px);
  	background: repeating-linear-gradient(-45deg, #FED333, #FED333 2px, #fff 2px, #fff 4px);
}


#aboutus p {
	font-size: 24px;
	line-height: 2.6rem;
}

/** recommend **/
#recommend {
	background: #FED333;
	background-size: cover;
	background-repeat: no-repeat;
}

#recommend img {
	width: 90%;
	border-radius: 5px;
	border: 1px solid #a9a9a9;
}
#recommend .grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 6%;
}
#recommend p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 2rem;
	margin: 0 15px;
	font-size: 16px;
}
#recommend .lede {
	font-size: 24px;
	letter-spacing: 0.1rem;
}
#recommend .grid p {
	font-size: 16px;
}
/*タイトルの両サイド線*/
#recommend h2 {
	position: relative;
  	display: inline-block;
  	padding: 0 55px;
  	font-size: 24px;
	letter-spacing: 0.1rem;
}
#recommend h2:before, #recommend h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  background-color: black;
}

#recommend h2:before {
  left:0;
}
#recommend h2:after {
  right: 0;
}
#recommend h3 {
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.btn {
  display: inline-block;
  padding: 1em 1em;
  border: 2px solid #333;
  border-radius: 2em;
  box-shadow: 3px 4px rgba(51, 51, 51, 0.15);
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  cursor: pointer;
  margin-top: 30px;
}
.btn_highlighted {
  border: none;
  background-color: #55C299;
  box-shadow: none;
  color: white;
  font-weight: bold;
}


/** news **/
.news {
    width: 60%;
}
.news h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.news dl {
	/*width: 100%;*/
	margin: 0 auto;
	padding: 12px 10px;
}
.news dt, .news dd {
	float: left;
	text-align: left;
	padding: 10px 0;
	line-height: 160%;
}
.news dt {
	width: 12%;
}
.news dd {
	width: 80%;
}

#news .contentWrapper {
    display: flex;
    justify-content: space-between;
}

#news dl {
    border: solid 1px #ccc;
}

.space {
	display: inline-block;
	margin-left: 60px;
}
.button {
  display: inline-block;
  padding: 1em 4em;
  border: 2px solid #333;
  border-radius: 2em;
  box-shadow: 3px 4px rgba(51, 51, 51, 0.15);
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  cursor: pointer;
}
.button_highlighted {
  border: none;
  background-color: #55C299;
  box-shadow: none;
  color: white;
  font-weight: bold;
}

/*FB*/
.fb {
    width: 33%;
	margin-top: 50px;
}
/*FBここまで*/

/** visitor **/
#visitor p {
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: justify;
	padding: 0 10px;
}
#visitor .favorite {
	position: relative;
  	color: #158b2b;
  	font-size: 20px;
  	padding: 13px 0;
  	text-align: center;
  	margin: 1.5em 0;
}
#visitor .favorite:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#visitor .contentWrapper h2 {
	font-size: 16px;
	letter-spacing: 0.3rem;
}
.favorite-contents {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.favorite-contents li {
	flex: 0 0 30%;
	display: flex;
	flex-flow: column;
}
.favorite-contents p {
	margin: 0 auto;
}
#visitor .contentWrapper p {
	line-height: 1.5rem;
}

/*info*/

#info .contentWrapper {
    display: flex;
	border-top: 3px dotted #FED333;
	border-bottom: 3px dotted #FED333;
	margin: 20px auto;
}
#info p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
/*address*/
.address {
    width: 30%;
}
.address h2 {
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	margin: 0;
	border-bottom: 3px solid #FF5588;
	padding: 5px;
	text-align: left;
	color: #0d0015;
}
.address p {
	margin: 10px 0 10px 0;
	text-align: left;
	line-height: 1.5rem;
	font-size: 14px;
	letter-spacing: 0.1rem;
}
.tenpo {
	color: #FF5588;
}
/*診療時間*/
.time {
    width: 33%;
	margin: 0 20px;
}
.time table {
    width: 100%;
    text-align: center;
	margin: auto;
	font-size: 13px;
}
.time table,
.time table th,
.time table td {
    border: solid 1px #ccc;
    border-collapse: collapse;
}
.time table th,
.time table td {
    padding: 10px;
}
.time table th {
    background: #FED333;
    color: #0d0015;
}
/*備考*/
.comments {
	margin: 0 auto;
}
.comments p {
	text-align: left;
	line-height: 1.3rem;
	margin-top: 10px;
	font-size: 14px;
}

/*お問い合わせ*/
.contact {
	width: 33%;
/*	border: 2px solid #0d0015;
	border-radius: 0.3rem;*/
}
.contact h2 {
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
}

.contact p {
	font-size: 20px;
	margin: 10px auto;
}
.tel p {
	font-size: 2rem;
	margin: 10px auto;
}
.button3 {
  display: inline-block;
  padding: 0.4em 3.3em;
  border: 2px solid #333;
  border-radius: 0.3em;
  box-shadow: 3px 4px rgba(51, 51, 51, 0.15);
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  cursor: pointer;
}
.button_highlighted3 {
  border: none;
  background-color: #55C299;
  box-shadow: none;
  color: white;
  font-weight: bold;
}



/** footer **/
#upperFooter {
	margin-top: 50px;
	background-color: #FED333;
}
#bottomFooter {
	background-color: #343434;
	text-align: center;
}
#upperFooter li {
	flex-grow: 1;
	flex-basis: auto;
}
footer nav {
	width: 70%;
	margin: 0 auto;
}
footer p,footer h2 {
	margin: 0;
}
small {
	color: #FFF;
	font-weight: bold;
	padding: 20px;
	display: block;
}

.flex {
	display: flex;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

/* ここから上がPC向けCSS */
@media screen and (max-width: 480px) {
/*この中がスマートフォン向けCSS*/
	/*** common setting ***/
	.contentWrapper {
		width: 90%;
	}
	h1 {
		font-size: 1.3rem;
	}
	h2 {
		font-size: 1.3rem;
	}
	/** header **/
	.contents-fix {
		width: auto;
		padding: 0 1rem;
	}
	
	.header {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	header .contentWrapper {
		width: 100%;
		padding-top: 2rem;
	}
	header .contentWrapper p {
		font-size: 0.75rem;
	}
	.nav-menu {
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		z-index: 1000;
		display: block;
		width: 70%;
		padding: 1rem;
		background-color: #fff;
		transition: left 0.3s ease-out 0s;
	}
	.nav-menu-item + .nav-menu-item {
		margin-left: 0;
	}
	.nav-menu-item a:not(.btn) {
		display: block;
		padding: 0.7rem;
	}
/*	.nav-menu-item:last-child {
		margin-top: 0.7rem;
	}*/
	.nav-menu.is-active {
		left: 0;
	}
	.header-menu-background {
		display: block;
    	background-color: #333;
		z-index: 998;
    	opacity: 0;
    	transition: opacity 0.3s ease-out 0s;
	}
	.nav-menu.is-active + .header-menu-background {
    	position: fixed;
    	top: 0;
    	right: 0;
		width: 100%;
    	height: 100%;
		opacity: 0.7;
	}
	.nav-menu.is-active + .header-menu-background + .hamburger-btn {
		color: #fff;
	}
	.hamburger-btn {
		position: relative;
		display: block;
		font-size: 1.5rem; /*2.5rem*/
		z-index: 999;
		background-color: #FED333; /*ハンバーガーバックカラー*/
		color: #FFFFFF;
		padding: 5px; /*周りの余白*/
	}
	#menuWrapper {
		width: 100%;
		background: rgba(255,255,255,0.85);
		padding: 15px 15px 10px 15px;
		box-sizing: border-box;
	}
	.mainv {
		height: 250px;
	}
	.mainv-copy {
		font-size: 1.5rem;
	}
	
	/** about us **/
	#aboutus h2 {
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
	#aboutus p {
		font-size: 0.9rem;
		line-height: 1.6rem;
	}
	
	/** recommend **/
	#recommend h2 {
		font-size: 1.2rem;
	}
	#recommend h3 {
		font-size: 1.1rem;
		margin: 0.5rem auto;
	}
	#recommend .lede {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	#recommend .grid p {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	/* .btn {
		margin-top: 10px;
	} */
	
	/** news **/
	#news dt {
		width: 100%;
		padding: 10px 0 0 0;
	}
	#news dd {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		margin-left: 0;
	}
	
	#news .contentWrapper {
        flex-direction: column;
    }
    .news {
        width: 100%;
    }
	.news h2 {
		font-size: 1.2rem;
	}
	.button {
		margin-bottom: 20px;
	}
	.fb {
		width: 100%;
		margin-top: 10px;
	}
	
	/*info*/
	#info .contentWrapper {
        flex-direction: column;
		padding: 25px auto;
    }
	/*time*/
    .time {
		width: 100%;
		margin: auto 0;
    }
	
	/*address*/
	.address {
		width: 100%;
		margin-top: 10px;
	}
	.contact {
		width: 100%;
		margin-bottom: 20px;
	}
	
	/** visitor **/
	#visitor .contentWrapper {
		padding-top: 0;
	}
	#visitor p {
		font-size: 1rem;
	}
	#visitor .contentWrapper ul{
		display:contents;
	}
	#visitor .contentWrapper li{
		margin-top: 20px;
	}
	#visitor .favorite {
		margin-top: 0;
		margin-bottom: 1em;
	}

	
	/** footer **/
	#upperFooter .contentWrapper,footer nav {
		width: 100%;
	}
	#upperFooter li {
		flex-grow: 1;
		flex-basis: auto;
		border-bottom: 1px solid #c0c0c0;
		padding: 1rem 0;
	}
	#upperFooter li:first-child {
		border-top: 1px solid #c0c0c0;
	}
	
	.flex {
		display: block;
	}
}

