@charset "utf-8";

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

aboutスタイル

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

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

/* ▼ご挨拶PC */
#about01 {background: url("../img/common/line.png") top center repeat-x;}

#about01 .inner {padding: 70px 0 60px 0;}

#about01 h1 {
	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;
}

#about01 h1 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 70px 40px;
}

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

.midori {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border: solid #b4c987 7px;
	border-radius: 30px;
	padding: 50px 30px;
}

.midoritxt01 {
	color: #796a56;
	font-size: 32px; font-size: 3.2rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: center;
}

.midoriimg {
	width: 336px;
	margin: 40px auto;
}

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

.midoritxt02 {
	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;
}

.midoritxt02 em {
	color: #796a56;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ▼医院紹介PC */
#about02 {background: #f4dee1;}

#about02 .inner {
	padding: 70px 0 30px 0;
}

#about02 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;
}

#about02 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;
}

.about_img_main {
	width: 730px;
	margin: 0 auto 70px auto;
}

.about_img_main img {
	border-radius: 50px;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.about2_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 50px 40px;
}

.about2_txt em {
	color: #000;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.about_img {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}

.about_img li {
	width: 464px;
	margin-bottom: 75px;
	position: relative;
}

.about_img li img {
	border-radius: 30px;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.about_img li img.g_nyanta {
	position: absolute;
	bottom: -50px;
	right: -20px;
	width: 297px;
	height: 196px;
	border-radius: 0;
}

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

/* ▼アクセスPC */
#access {
	background: #f0c2c8;
}

#access .inner {
	padding: 60px 0 150px 0;
	background: url("../img/common/catface.png") bottom right 60px no-repeat;
	background-size: 232px;
}

#access 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: 10px;
	margin-bottom: 40px;
}

#access 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;
}

.access_map {
	width: 1100px;
	margin-bottom: 40px;
}

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

.maptxt {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2;
}

.infologo {margin-top: 70px;}

}

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

/* ▼ご挨拶SP */
#about01 {
	background: url("../img/common/line.png") top center repeat-x;
	background-size: 200%;
}

#about01 .inner {
	padding: 8vw 0 7vw 0;
	margin-bottom: 5vw;
}

#about01 h1 {
	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;
}

#about01 h1 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_txt em {
	color: #e28099;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.midori {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: solid #b4c987 1.5vw;
	border-radius: 5vw;
	padding: 7vw 2vw;
}

.midoritxt01 {
	color: #796a56;
	font-size: 4.7vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: center;
}

.midoriimg {
	width: 70%;
	margin: 8vw auto 5vw auto;
}

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

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

.midoritxt02 em {
	color: #796a56;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ▼医院紹介SP */
#about02 {background: #f4dee1;}

#about02 .inner {
	padding: 8vw 0 7vw 0;
}

#about02 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;
}

#about02 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;
}

.about_img_main {
	width: 90%;
	margin: 0 auto 8vw auto;
}

.about_img_main img {
	border-radius: 6vw;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.about2_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;
}

.about2_txt em {
	color: #000;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.about_img {
	width: 80%;
	margin: 0 auto;
}

.about_img li {
	width: 100%;
	margin-bottom: 8vw;
	position: relative;
}

.about_img li img {
	border-radius: 30px;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.about_img li img.g_nyanta {
	position: absolute;
	bottom: -7vw;
	right: -5%;
	width: 60%;
	border-radius: 0;
}

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

/* ▼アクセスSP */
#access {
	background: #f0c2c8;
}

#access .inner {
	padding: 14vw 0 20vw 0;
	background: url("../img/common/catface.png") bottom right 8% no-repeat;
	background-size: 30%;
}

#access h2 {
	text-align: center;
	color: #796a56;
	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;
}

#access 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;
}

.access_map {
	width: 100%;
	margin-bottom: 4vw;
}

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

.maptxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2;
	margin-bottom: 4vw;
}

.infologo {margin-top: 12vw;}

}
