@charset "utf-8";
/*
Theme Name: 暘谷苑
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #ae4081; }
a:active { text-decoration: none; color: #ae4081; }

/* .on {
	transition: all 0.3s ease-in-out 0s;
} */

.on:hover {
	transition: all 0.3s ease-in-out 0s;
	opacity: 0.7;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #fffaee;
	color: #333333;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%
}

#container {
	position: relative;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.brSp {
	display: none;
}

.brPc {
	display: inline-block;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.en {
	font-family: "Afacad Flux", sans-serif;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* header */
/* ----------------------------------- */
header {
	padding: 50px 0;
}

#logo {
	padding: 0 0 0 50px;
	width: 270px;
}

nav {
	padding: 25px 50px 25px 80px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100vw 0 0 100vw;
	position: fixed;
	top: 30px;
	right: 0;
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}

nav.fixed {
	top: 10px;
	padding: 10px 30px 10px 50px;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

nav li {
	font-size: 1.5rem;
	font-weight: bold;
}

nav li a {
	color: #46240c;
	transition: all 0.3s ease-in-out 0s;
}

.pdBtn {
	position: relative;
}

.pd {
	padding: 30px 0 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: none;
}

.pd ul {
	padding: 10px;
	overflow: hidden;
	flex-direction: column;
	gap: 10px;
}

nav .pd a {
	padding: 5px 20px;
	background: #FFF;
	border-radius: 5px;
	font-size: 1.4rem;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 100vw;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
	#logo {
		padding: 10px 0 0 50px;
		width: 200px;
	}

	nav {
		padding: 15px 30px 15px 50px;
		background: #FFF;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		border-radius: 100vw 0 0 100vw;
		position: fixed;
		top: 45px;
		right: 0;
		z-index: 100;
		transition: all 0.3s ease-in-out 0s;
	}

	nav ul {
		gap: 20px;
	}
	nav li {
		font-size: 1.3rem;
	}
}

/* btn */
/* ----------------------------------- */
a.btn1 {
	padding: 10px 40px;
	background: #ffe6f5;
	border: 2px solid #ae4081;
	color: #ae4081;
	border-radius: 100vw;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

a.btn1::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.btn1.pdf::after {
	content: "";
	width: 18px;
	height: 22px;
	background: url(img/common/icon_pdf.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.btn1:hover {
	background: #ae4081;
	border: 2px solid #ae4081;
	color: #fff;
}

a.btn1:hover::after {
	background: url(img/common/icon_arrow2.svg) 0 0 no-repeat;
}

a.btn1.pdf:hover::after {
	background: url(img/common/icon_pdf_hover.svg) 0 0 no-repeat;
}

a.btn2 {
	padding: 10px 40px;
	background: #fef2e2;
	border: 2px solid #ff9c00;
	color: #ff9c00;
	border-radius: 100vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
}

.btn2::before {
	content: "";
	width: 24px;
	height: 21px;
	background: url(img/common/icon_mail.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

a.btn2:hover {
	background: #ff9c00;
	border: 2px solid #ff9c00;
	color: #fff;
}

a.btn3 {
	padding: 15px 90px;
	background: #ff8a00;
	color: #fff;
	border-radius: 100vw;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

a.btn3::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(img/common/icon_arrow3.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.btn3:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out 0s;
}

a.btn4 {
	padding: 15px 90px;
	background: #FFF;
	border: 2px solid #ff8a00;
	color: #ff8a00;
	border-radius: 100vw;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

a.btn4::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(img/common/icon_arrow4.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.btn4:hover {
	background: #ff8a00;
	border: 2px solid #ff8a00;
	color: #fff;
}

a.btn4:hover::after {
	background: url(img/common/icon_arrow3.svg) 0 0 no-repeat;
}

/* title */
/* ----------------------------------- */
.tit1 {
	font-weight: bold;
	font-size: 2.6rem;
	color: #FFF;
	height: 160px;
	width: 160px;
	border-radius: 100vw;
	background: #ae4081;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.tit1.small {
	font-size: 2.2rem;
}

.tit1::after {
	content: "";
	width: 22px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.num1:before {
	padding-bottom: 10px;
	content: "01";
	color: #FFF;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;
}

.num2:before {
	padding-bottom: 10px;
	content: "02";
	color: #FFF;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;
}

.num3:before {
	padding-bottom: 10px;
	content: "03";
	color: #FFF;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;
}

.num4:before {
	padding-bottom: 10px;
	content: "04";
	color: #FFF;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;
}

.tit2 {
	padding-bottom: 10px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #46240c;
}

.tit3 {
	padding-bottom: 10px;
	font-size: 2.8rem;
	color: #ae4081;
	font-weight: bold;
}

.tit4 {
	padding-bottom: 40px;
	font-size: 2.8rem;
	color: #ae4081;
	font-weight: bold;
	text-align: center;
}

.tit5 {
	padding-bottom: 30px;
	font-size: 2.8rem;
	color: #ff8a00;
	font-weight: bold;
	text-align: center;
}

.tit6 {
	padding: 10px 40px;
	margin-bottom: 20px;
	font-size: 1.7rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #46240c;
	border-radius: 40px;
	display: inline-block;
}



/* footer */
/* ----------------------------------- */
#facilities {
	padding: 80px 0;
	background: #f6efe2;
}

#facilities .tit2 {
	text-align: center;
	padding-bottom: 50px;
}

#iconDesc {
	padding: 15px;
	margin-bottom: 50px;
	background: #FFF;
	border-radius: 100vw;
}

#iconDesc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#iconDesc li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 1.8rem;
	color: #46240c;
	font-weight: bold;
}

.facilityIcon {
	width: 48px;
	height: 48px;
	border: 1px solid #eeeeee;
	background: #FFF;
	border-radius: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.facilityIcon img {
	max-height: 55%;
}

#facilityList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1%;
}

.facility {
	width: 24.25%;
	padding: 20px;
	background: #FFF;
	border: 1px solid #eee;
	border-radius: 10px;
}

.facilityIconWrap {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.facility .name {
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 5px;
}

.facility .address {
	font-size: 1.3rem;
}

#footerInfo {
	padding: 80px 0 40px;
	text-align: center;
}

#footerInfoIn {
	display: inline-block;
}

#footerInfo .name {
	padding-bottom: 5px;
	color: #46240c;
	font-weight: bold;
	text-align: left;
}

#footerInfo .address {
	color: #46240c;
	text-align: left;
}

#fLogo {
	width: 210px;
	margin: 0 auto 40px;
}

#fLogo img {
	width: 100%;
	height: auto;
}

#copy {
	padding-bottom: 80px;
	color: #46240c;
	font-size: 1.2rem;
	text-align: center;
}

#followBtn {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}

a.smileIcon {
	padding: 40px 10px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px 0 0 10px;
}

a.smileIcon::after {
	content: "";
	width: 30px;
	height: 30px;
	margin-top: 10px;
	background: url(img/common/icon_smile.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

a.smileIcon > span {
	font-size: 2.2rem;
	font-weight: bold;
	color: #a86618;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.strong {
	color: #ff8a00;
}

/* under */
/* ----------------------------------- */
#underFv {
	width: 1000px;
	margin: 30px auto 60px;
	padding: 80px 0;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	border-radius: 30px;
}

.residentialCare::after {
	content: "";
	width: 73px;
	height: 79px;
	background: url(img/common/residential_care.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.dayHomeCare::after {
	content: "";
	width: 90px;
	height: 85px;
	background: url(img/common/day_home_care.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.disabilitySupport::after {
	content: "";
	width: 94px;
	height: 94px;
	background: url(img/common/disability_support.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.aboutus::after {
	content: "";
	width: 85px;
	height: 85px;
	background: url(img/aboutus/icon_aboutus.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.newsMainTit::after {
	content: "";
	width: 81px;
	height: 83px;
	background: url(img/news/icon_news.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.contactMainTit::after {
	content: "";
	width: 76px;
	height: 66px;
	background: url(img/contact/contact.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#ufvTit {
	padding: 10px 30px;
	margin-bottom: 20px;
	color: #FFF;
	background: #ae4081;
	border-radius: 100vw;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	order: 2;
}

#ufvSubTit {
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: bold;
	color: #46240c;
	order: 1;

}

#ufvSubTxt {
	font-size: 1.5rem;
	order: 3;
}

#contentWrap {
	padding-bottom: 100px;
}

#contentWrap .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
	position: relative;
}

.contentMain {
	width: 740px;
}

.contentSub {
	width: 230px;
	padding: 30px 20px;
	position: sticky;
	top: 0;
	left: 0;
	background: #FFF;
	border-radius: 20px;
}

.contentNav {
	padding-bottom: 20px;
}

.contentNav li {
	border-bottom: 1px solid #ae4081;
}

.contentNav li a {
	padding: 10px 0;
	display: block;
	background: url(img/common/icon_arrow1.svg) right center no-repeat;
	font-weight: 600;
	color: #ae4081;
}

.content {
	width: 100%;
	padding: 40px 30px;
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 20px;
}

.content:last-child {
	margin-bottom: 0;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* common */	
	/* ----------------------------------- */
	.inner {
		width: 96%;
	}

	.brSp {
		display: inline-block;
	}
	
	.brPc {
		display: none;
	}
	
	/* header */
	/* ----------------------------------- */
	header {
		padding: 2% 0;
	}

	#logo {
		padding: 0 0 0 2%;
		width: 180px;
	}
	
	/* ハンバーガーメニュー */
	#menuBtnWrap {
		position: fixed;
		right: 2%;
		top: 1%;
		z-index: 1000;
	}

	#menuBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #ae4081;
		cursor: pointer;
		width: 60px;
		height: 60px;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 10px;
	}

	#menuBtn::after {
		content: "メニュー";
		margin-top: 3px;
		font-size: 1.2rem;
		display: inline-block;
		text-align: center;
		font-weight: 700;
		color: #FFF;
		line-height: 1;
	}

	#menuBtn.active::after {
		content: "閉じる";
	}

	.bar {
		width: 30px;
		height: 25px;
		position: relative;
	}

	/*ボタン内側*/
	#menuBtn span {
		width: 100%;
		height: 3px;
		display: inline-block;
		transition: all 0.4s; /*アニメーションの設定*/
		position: absolute;
		left: 0;
		border-radius: 2px;
		background: #FFF;
	}

	#menuBtn span:nth-of-type(1) {
		top: 0;
	}

	#menuBtn span:nth-of-type(2) {
		top: 10px;
	}

	#menuBtn span:nth-of-type(3) {
		top: 20px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	#menuBtn.active span:nth-of-type(1) {
		top: 2px;
		left: 0;
		transform: translateY(6px) rotate(-45deg);
	}

	#menuBtn.active span:nth-of-type(2) {
		opacity: 0; /*真ん中の線は透過*/
	}

	#menuBtn.active span:nth-of-type(3) {
		top: 14px;
		left: 0;
		transform: translateY(-6px) rotate(45deg);
	}

	#menuBtn:hover,
	#menuBtn.active {
		background: #ae4081;
	}

	#menuBtn:hover span, 
	#menuBtn.active span {
		background: #FFF;
	}

	#menuBtn:hover .menuTxt,
	#menuBtn.active .menuTxt {
		color: #FFF;
	}

	#menu {
		width: 100%;
		height: 0;
		padding: 0;
		background: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		overflow: auto;
		transition: all 0.5s ease-in-out 0s;
		opacity: 0;
		border-radius: 0;
	}

	#menuIn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 90px;
	}

	nav ul {
		padding: 0;
		flex-direction: column;
		gap: 40px;
	}

	#menu.active {
		height: 100%;
		opacity: 1;
	}

	nav li {
		font-size: 1.7rem;
		font-weight: bold;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.pdBase {
		display: block;
		padding-bottom: 10px;
	}

	.pd {
		border: 1px solid #eee;
		padding: 10px 20px!important;
		display: inline-block!important;
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.pd ul {
		gap:20px;
	}

	nav .pd a {
		box-shadow: none;
	}

	/* title */
	/* ----------------------------------- */
	.tit2 {
		font-size: 2.2rem;
	}

	.tit3 {
		font-size: 2.2rem;
	}

	/* btn */
	/* ----------------------------------- */
	/* footer */
	/* ----------------------------------- */
	#facilities {
		padding: 80px 2%;
	}

	#iconDesc ul {
		gap: 20px;
	}

	#iconDesc li {
		gap: 5px;
		font-size: 1.4rem;
	}

	.facilityIcon {
		width: 35px;
		height: 35px;
	}

	#facilityList {
		gap: 10px 1.1%;
	}

	.facility {
		width: 32.6%;
		padding: 20px;
		background: #FFF;
		border: 1px solid #eee;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	

	.facilityIconWrap {
		width: 100%;
	}

	#followBtn {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	a.smileIcon {
		padding: 10px;
		background: #FFF;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
		border-radius: 10px 0 0 10px;
	}

	a.smileIcon > span {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	#facilities .inner {
		width: 100%;
	}

	/* 下層ページ */
	/* ----------------------------------- */
	#underFv {
		width: 96%;
		margin: 30px auto 60px;
		padding: 80px 0;
		background: #FFF;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
		border-radius: 30px;
	}

	#contentWrap .inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		flex-flow: column-reverse;
		position: relative;
	}

	.contentSub {
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 30px;
		position: static;
	}

	.contentMain {
		width: 100%;
	}

	#ufvSubTxt {
		font-size: 1.6rem;
	}

	
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	a.smileIcon > span {
		font-size: 2rem;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.inner {
		width: 94%;
	}

	/* header */
	/* ----------------------------------- */
	header {
		padding: 4% 0;
	}

	#logo {
		padding: 0 0 0 4%;
		width: 140px;
	}

	#menuBtn {
		width: 50px;
		height: 50px;
	}

	.bar {
		width: 25px;
		height: 20px;
		position: relative;
	}

	#menuBtn span:nth-of-type(2) {
		top: 8px;
	}

	#menuBtn span:nth-of-type(3) {
		top: 16px;
	}

	#menuBtn::after {
		font-size: 1rem;
	}


	/* title */
	/* ----------------------------------- */
	.tit1 {
		font-size: 2rem;
		height: 140px;
		width: 140px;
	}
	
	.tit2 {
		font-size: 2rem;
	}

	.tit3 {
		font-size: 2rem;
	}

	.tit4 {
		padding-bottom: 30px;
		font-size: 2rem;
	}

	.tit5 {
		padding-bottom: 20px;
		font-size: 2rem;
	}

	.tit6 {
		padding: 10px 30px;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}

	/* btn */
	/* ----------------------------------- */
	/* footer */
	/* ----------------------------------- */
	#footerInfo {
		padding: 40px 0 30px;
		text-align: center;
	}
	
	#facilities {
		padding: 40px 3%;
	}

	#facilities .tit2 {
		text-align: center;
		padding-bottom: 20px;
	}

	#iconDesc ul {
		gap: 5px 10px;
	}

	#iconDesc li {
		gap: 5px;
		font-size: 1.2rem;
	}

	#iconDesc {
		padding: 15px;
		margin-bottom: 30px;
		background: #FFF;
		border-radius: 100vw;
	}

	#facilityList {
		gap: 10px 2%;
	}

	.facility {
		width: 100%;
		padding: 10px;
		flex-direction: column;
		align-items: center;
	}

	#fLogo {
		width: 170px;
		margin: 0 auto 30px;
	}

	#copy {
		padding-bottom: 60px;
		font-size: 1rem;
	}

	a.smileIcon::after {
		content: "";
		width: 20px;
		height: 20px;
		margin-top: 5px;
	}

	a.smileIcon > span {
		font-size: 1.6rem;
	}

	/* 下層ページ */
	/* ----------------------------------- */
	.aboutus::after {
		width: 55px;
		height: 55px;
	}
	
	.dayHomeCare::after {
		content: "";
		width: 60px;
		height: 55px;
	}

	.residentialCare::after {
		width: 50px;
		height: 56px;
	}

	.disabilitySupport::after {
		width: 54px;
		height: 55px;
	}

	.newsMainTit::after {
		width: 51px;
		height: 53px;
	}

	.contactMainTit::after {
		width: 56px;
		height: 49px;
	}

	#underFv {
		width: 92%;
		margin: 30px auto 40px;
		padding: 30px 3%;
		border-radius: 20px;
	}

	#ufvTit {
		font-size: 1.5rem;
	}

	#ufvSubTit {
		font-size: 2.2rem;
	}

	#ufvSubTxt {
		font-size: 1.4rem;
	}

	#contentWrap {
		padding-bottom: 60px;
	}

	.content {
		padding: 40px 4%;
	}

	.contentSub {
		width: 100%;
		padding: 30px 4%;
		margin-bottom: 30px;
		position: static;
	}

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
