@charset "utf-8";

/*---------------------------------------------

indexスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼トップメインPC */
#top_main {
	width: 100%;
	height: 462px;
	background: url("../img/top/main.webp") center center no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#mainimg_list {position: relative;}

#main_fukidashi {
	width: 328px;
	position: absolute;
	top: 75px;
	left: 40px;
}

#main_nyanta {
	width: 235px;
	position: absolute;
	top: 250px;
	left: 280px;
}

#main_fukidashi img, #main_nyanta img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼メインメニューPC */
#mainmenu {
	border-top: solid 13px #f4dee1;
	background: url("../img/common/ashiato.png") top 8px center repeat-x;
	background-size: 81px;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
}

#mainmenu .inner {
	height: 100px;
	position: relative;
}

#mainmenulist {
	position: absolute;
	top: -300px;
	left: 620px;
}

#mainmenulist li:nth-of-type(1) a {
	display: block;
	text-align: center;
	width: 226px;
	height: 227px;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	background: url("../img/top/mainmenu_bk01.png") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-decoration: none;
	color: #796a56;
	padding: 80px 0 0 10px;
	box-sizing: border-box;
}

#mainmenulist li:nth-of-type(1) a::after {
	display: block;
 	content: "click＞";
	margin-top: 10px;
	width: 100%;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#mainmenulist li:nth-of-type(2) a {
	display: block;
	text-align: center;
	width: 227px;
	height: 224px;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	background: url("../img/top/mainmenu_bk02.png") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	position: absolute;
	top: 20px;
	left: 210px;
	text-decoration: none;
	color: #796a56;
	padding: 90px 0 0 10px;
	box-sizing: border-box;
}

#mainmenulist li:nth-of-type(2) a::after {
	display: block;
 	content: "click＞";
	margin-top: 10px;
	width: 100%;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ▼お知らせPC */
#news .inner {
	padding: 20px 0 50px 0;
}

#news h2 {
	text-align: center;
	color: #e28099;
	font-size: 38px; font-size: 3.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 10px;
	margin-bottom: 15px;
}

#news h2 span {
	display: block;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	color: #796a56;
	padding-top: 5px;
}

#newsbox {
	background: url("../img/common/line.png") top center no-repeat,url("../img/common/line.png") bottom center no-repeat;
	padding: 35px 40px;
	box-sizing: border-box;
}

#newsbox dt {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

#newsbox dd {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 25px;
}

#news .more {
	text-align: right;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
}

#news .more a {color: #796a56;}

#news .more a::after {content: "＞";}

/* ▼インフォメーションPC */
#topinfo {
	background: #f0c2c8;
}

#topinfo .inner {
	padding: 55px 0;
}

/* ▼プロフィールPC */
#profile .inner {
	padding: 100px 0 60px 0;
	background: url("../img/common/line.png") bottom center no-repeat;
}

#prof_nyanta {
	width: 111px;
	margin: 0 auto 30px auto;
}

#prof_nyanta img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#profile h2 {
	text-align: center;
	color: #796a56;
	font-size: 38px; font-size: 3.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 6px;
	margin-bottom: 40px;
	line-height: 1.4;
}

.prof_txt {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin: 0 40px;
}

.prof_txt span {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #e28099;
}

.prof_imgarea {
	position: relative;
	height: 410px;
}

#profimg01 {
	width: 298px;
	position: absolute;
	top: 25px;
	left: 60px;
}

#profimg02 {
	width: 296px;
	position: absolute;
	top: 170px;
	left: 340px;
}

#profimg03 {
	width: 307px;
	position: absolute;
	top: -10px;
	left: 580px;
}

#profimg04 {
	width: 160px;
	position: absolute;
	top: 280px;
	left: 865px;
}

#profimg01 img, #profimg02 img, #profimg03 img, #profimg04 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#profile .more a {
	display: block;
	width: 240px;
	margin: 0 40px 0 auto;
	box-sizing: border-box;
	background: #edadbc;
	border-radius: 25px;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 24px 0;
}

#profile .more a::after {content: " ＞";}

/* ▼診療案内PC */
#medical .inner {
	padding: 70px 0 100px 0;
	background: url("../img/common/line.png") bottom center no-repeat;
}

#medical h2 {
	text-align: center;
	color: #e28099;
	font-size: 38px; font-size: 3.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 10px;
	margin-bottom: 35px;
}

#medical h2 span {
	display: block;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	color: #796a56;
	padding-top: 5px;
}

#mediwrap {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#medibox01, #medibox02 {width: 470px;}

.mediimg {
	width: 247px;
	margin: 0 auto;
}

.mediimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.medititle {
	text-align: center;
	color: #796a56;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 6px;
	padding: 25px 0 35px 0;
}

.meditxt {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin-bottom: 40px;
}

#medibox01 .more a {
	display: block;
	width: 240px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #afc484;
	border-radius: 25px;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 24px 0;
}

#medibox01 .more a::after {content: " ＞";}

#medibox02 .more a {
	display: block;
	width: 240px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #edadbc;
	border-radius: 25px;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 24px 0;
}

#medibox02 .more a::after {content: " ＞";}

/* ▼ご挨拶PC */
#about .inner {
	padding: 70px 0 100px 0;
	background: url("../img/common/line.png") bottom center no-repeat;
	margin-bottom: 40px;
}

#about h2 {
	text-align: center;
	color: #e28099;
	font-size: 38px; font-size: 3.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 10px;
	margin-bottom: 40px;
}

#about h2 span {
	display: block;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	color: #796a56;
	padding-top: 5px;
}

#doctor {
	width: 147px;
	margin: 0 auto 30px auto;
}

#doctor img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.about_txt {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin: 0 40px 30px 40px;
}

#about .more a {
	display: block;
	width: 240px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #edadbc;
	border-radius: 25px;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 24px 0;
}

#about .more a::after {content: " ＞";}

}

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

/* ▼トップメインSP */
#top_main {
	width: 100%;
	height: 55vw;
	background: url("../img/top/main.webp") center center no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#mainimg_list {position: relative;}

#main_fukidashi {
	width: 45%;
	position: absolute;
	top: 6vw;
	left: 12%;
}

#main_nyanta {
	width: 34%;
	position: absolute;
	top: 25vw;
	right: 16%;
}

#main_fukidashi img, #main_nyanta img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼メインメニューSP */
#mainmenu {
	border-top: solid 3vw #f4dee1;
	background: url("../img/common/ashiato.png") top 1.5vw center repeat-x;
	background-size: 11%;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
}

#mainmenu .inner {
	padding: 12vw 0 50vw 0;
}

#mainmenulist {
	position: relative;
}

#mainmenulist li:nth-of-type(1) a {
	display: block;
	text-align: center;
	width: 48%;
	height: 44.5vw;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5vw;
	background: url("../img/top/mainmenu_bk01.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 1;
	text-decoration: none;
	color: #796a56;
	padding: 15vw 0 0 3%;
	box-sizing: border-box;
}

#mainmenulist li:nth-of-type(1) a::after {
	display: block;
 	content: "click＞";
	margin-top: 2vw;
	width: 100%;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#mainmenulist li:nth-of-type(2) a {
	display: block;
	text-align: center;
	width: 50%;
	height: 44.5vw;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	background: url("../img/top/mainmenu_bk02.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	position: absolute;
	top: 4vw;
	left: 45%;
	text-decoration: none;
	color: #796a56;
	padding: 17vw 0 0 2%;
	box-sizing: border-box;
}

#mainmenulist li:nth-of-type(2) a::after {
	display: block;
 	content: "click＞";
	margin-top: 2vw;
	width: 100%;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ▼お知らせSP */
#news .inner {
	padding: 4vw 0 6vw 0;
}

#news h2 {
	text-align: center;
	color: #e28099;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 2vw;
	margin-bottom: 4vw;
}

#news h2 span {
	display: block;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 2vw;
	color: #796a56;
	padding-top: 1.5vw;
}

#newsbox {
	background: url("../img/common/line.png") top center no-repeat,url("../img/common/line.png") bottom center no-repeat;
	background-size: 200%, 200%;
	padding: 5vw 0;
	box-sizing: border-box;
}

#newsbox dt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

#newsbox dd {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 4vw;
}

#news .more {
	text-align: right;
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1vw;
}

#news .more a {color: #796a56;}

#news .more a::after {content: "＞";}

/* ▼インフォメーションSP */
#topinfo {
	background: #f0c2c8;
}

#topinfo .inner {
	padding: 8vw 0;
}

/* ▼プロフィールSP */
#profile .inner {
	padding: 9vw 0 10vw 0;
	background: url("../img/common/line.png") bottom center no-repeat;
	background-size: 200%;
}

#prof_nyanta {
	width: 22%;
	margin: 0 auto 3vw auto;
}

#prof_nyanta img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#profile h2 {
	text-align: center;
	color: #796a56;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1vw;
	margin-bottom: 5vw;
}

.prof_txt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin-bottom: 5vw;
}

.prof_txt span {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #e28099;
}

.prof_imgarea {
	position: relative;
	height: 95vw;
}

#profimg01 {
	width: 49%;
	position: absolute;
	top: 0;
	left: 2%;
}

#profimg02 {
	width: 49%;
	position: absolute;
	top: 50vw;
	left: 5%;
}

#profimg03 {
	width: 50%;
	position: absolute;
	top: 22vw;
	right: 2%;
}

#profimg04 {
	width: 30%;
	position: absolute;
	top: 72vw;
	right: 8%;
}

#profimg01 img, #profimg02 img, #profimg03 img, #profimg04 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#profile .more a {
	display: block;
	width: 55%;
	margin-left: auto;
	box-sizing: border-box;
	background: #edadbc;
	border-radius: 5vw;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1vw;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4.5vw 0;
}

#profile .more a::after {content: " ＞";}

/* ▼診療案内SP */
#medical .inner {
	padding: 8vw 0 9vw 0;
	background: url("../img/common/line.png") bottom center no-repeat;
	background-size: 200%;
}

#medical h2 {
	text-align: center;
	color: #e28099;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 2vw;
	margin-bottom: 7vw;
}

#medical h2 span {
	display: block;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 2vw;
	color: #796a56;
	padding-top: 1.5vw;
}

#mediwrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#medibox01, #medibox02 {width: 47.5%;}

.mediimg {
	width: 100%;
	margin: 0 auto;
}

.mediimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.medititle {
	text-align: center;
	color: #796a56;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 1.5vw;
	padding: 5vw 0 6vw 0;
}

.meditxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin-bottom: 6vw;
}

#medibox01 .more a {
	display: block;
	width: 100%;
	margin-left: auto;
	box-sizing: border-box;
	background: #afc484;
	border-radius: 5vw;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1vw;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4.5vw 0;
}

#medibox01 .more a::after {content: " ＞";}

#medibox02 .more a {
	display: block;
	width: 100%;
	margin-left: auto;
	box-sizing: border-box;
	background: #edadbc;
	border-radius: 5vw;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1vw;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4.5vw 0;
}

#medibox02 .more a::after {content: " ＞";}

/* ▼ご挨拶SP */
#about .inner {
	padding: 8vw 0 10vw 0;
	background: url("../img/common/line.png") bottom center no-repeat;
	background-size: 200%;
	margin-bottom: 5vw;
}

#about h2 {
	text-align: center;
	color: #e28099;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 2vw;
	margin-bottom: 7vw;
}

#about h2 span {
	display: block;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 2vw;
	color: #796a56;
	padding-top: 1.5vw;
}

#doctor {
	width: 28%;
	margin: 0 auto 6vw auto;
}

#doctor img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.about_txt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin-bottom: 6vw;
}

#about .more a {
	display: block;
	width: 55%;
	margin-left: auto;
	box-sizing: border-box;
	background: #edadbc;
	border-radius: 5vw;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1vw;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4.5vw 0;
}

#about .more a::after {content: " ＞";}

}
