@charset "UTF-8";

/*--PC-----------------------------------*/

@media screen and (min-width: 737px) {
	
.no-pc {
	display: none !important;
}

.delay-02-pc { transition-delay: 0.4s !important;}
.delay-03-pc { transition-delay: 0.8s !important;}
.delay-04-pc { transition-delay: 1.2s !important;}
.delay-05-pc { transition-delay: 1.6s !important;}
.delay-06-pc { transition-delay: 2.0s !important;}

.anker {
	display: block;
	margin-top: -76px;
    padding-top: 76px;
}
.anker.l-access,
.anker.l-facilities,
.anker.l-letter,
.anker.l-blog {
	margin-top: -1px;
    padding-top: 1px;
}

main {
	margin-top: 76px;
	min-width: 1200px;
	overflow: hidden;
}

.cont-top {
	position: relative;
	margin-top: -126px;
	width: 100%;
	background: url(img/base/himo-top.png) no-repeat top center;
	padding-top: 170px;
}
#home .cont-top {
	margin-top: -70px;
}

p.bt.linebox {
	width: 201px;
	height: 28px;
}
p.bt.linebox.long {
	width: 265px;
}
p.bt.linebox a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/base/bt-linebox.png) no-repeat top left;
	font-size: 16px;
	color: var(--black);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 6px;
	box-sizing: border-box;
}
p.bt.linebox.long a {
	background: url(img/base/bt-linebox-l.png) no-repeat top left;
}
p.bt.linebox a::after {
	content: url(img/base/arow-green.png);
	margin-left: 10px;
}
p.bt.dottedline {
	width: 210px;
}
p.bt.dottedline a {
	font-size: 16px;
	color: var(--black);
	display: flex;
	align-items: center;
}
p.bt.dottedline a::before {
	content: "";
	background-image: radial-gradient(circle, #8dc21f 1px, transparent 1px);
	background-position: left -2px top;
	background-repeat: repeat-x;
	background-size: 8px 2px;
	width: 44px;
	height: 2px;
	display: block;
	margin-right: 10px;
}
p.bt.dottedline a::after {
	content: url(img/base/arow-green.png);
	margin-left: 10px;
	height: 21px;
}
p.bt.linearow {
}
p.bt.linearow a {
	font-size: 16px;
    color: #FFF;
    display: flex;
	justify-content: end;
    align-items: center;
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
}
p.bt.linearow a::after {
	margin-left: 10px;
    content: url(img/base/arow-white.png);
	height: 21px;
}
p.bt.arow {
}
p.bt.arow a {
	font-size: 16px;
    color: var(--black);
    display: flex;
	justify-content: end;
    align-items: center;
}
p.bt.arow a::after {
	margin-left: 10px;
}
p.bt.arow.green a::after {
    content: url(img/base/arow-green.png);
}
p.bt.arow.brown a::after {
    content: url(img/base/arow-brown.png);
}

p.bt.circleline {
	width: 236px;
}
p.bt.circleline a {
	font-size: 16px;
    color: var(--black);
    display: flex;
    align-items: center;
	position: relative;
}
p.bt.circleline a::after {
	position: absolute;
	bottom: 0;
	left: 16px;
	content: "";
	height: 1px;
	width: calc(100% - 16px);
}
p.bt.circleline.brown a::after {
	background: var(--brown);
}
p.bt.circleline.green a::after {
	background: var(--green);
}
p.bt.circleline a::before {
	margin-right: 10px;
	height: 32px;
}
p.bt.circleline.brown.tel a::before {
    content: url(img/base/bt-tel.png);
}
p.bt.circleline.brown.web a::before {
    content: url(img/base/bt-mail.png);
}
p.bt.circleline.green.tel a::before {
    content: url(img/base/bt-tel-green.png);
}
p.bt.circleline.green.web a::before {
    content: url(img/base/bt-mail-green.png);
}

p.bt.l-circle {
	width: 200px;
}
p.bt.l-circle a {
	font-size: 16px;
	color: var(--black);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--green);
}
p.bt.l-circle a::before {
	margin-bottom: 10px;
}
p.bt.l-circle.web a::before {
	content: url(img/base/bt-mail-l.png);
}
p.bt.l-circle.tel a::before {
	content: url(img/base/bt-tel-l.png);
}


h2.line, h3.line {
	font-size: 20px;
	color: var(--green);
	width: 258px;
	background: url(img/base/h-bar.png) repeat-x bottom left;
	padding-bottom: 10px;
	margin: 0 auto;
}

#home #sec01 {
	padding-bottom: 100px;
}
#home #sec01 .himo {
	background-image: url(img/home/himo-01.png);
	background-repeat: no-repeat;
	background-position: top 100px left;
	background-size: 100% 1678px;
}
#home #sec01 .inner {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}
#home #sec01 .inner p {
	writing-mode: vertical-rl;
	font-size: 24px;
	line-height: 180%;
}
#home #sec01 .inner figure img {
	border-radius: 10px;
}
#home #sec01 .inner .photo01 {
	float: left;
	margin-left: 278px;
}
#home #sec01 .inner .text01 {
	float: right;
	margin-right: 115px;
}
#home #sec01 .inner .text02 {
	float: left;
	margin-left: 125px;
}
#home #sec01 .inner .photo02 {
	float: right;
}
#home #sec01 .inner .photo03 {
	float: left;
	margin-left: 190px;
}
#home #sec01 .inner .text03 {
	float: right;
	margin-right: 154px;
}
#home #sec01 .inner .photo04 {
	float: left;
}
#home #sec01 .inner .photo05 {
	float: right;
	margin-top: 42px;
}
#home #sec01 .inner .text04 {
	width: 216px;
	margin: 0 auto;
}
#home #sec01 .bt-box {
	width: 528px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}

#home #sec02 {
	background: var(--lbrown);
	border-radius: 30px;
	box-shadow: 0 0 6px #DDD;
	width: 100%;
	padding: 120px 0;
}
#home #sec02 p.lead {
	font-size: 18px;
	line-height: 180%;
	width: 440px;
	margin: 60px auto 0;
}

#home #sec02 .care-swiper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#home #sec02 .care-swiper .swiper {
	width: 910px;
	margin-left: calc((100% - 1000px) / 2);
	overflow: visible;
	position: relative;
}
#home #sec02 .care-swiper .swiper-slide {
	width: 910px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#home #sec02 .care-swiper .swiper-slide-active {
}
#home #sec02 .care-swiper .swiper-slide figure {
	width: 500px;
}
#home #sec02 .care-swiper .swiper-slide figure img {
	border-radius: 10px;
}
#home #sec02 .care-swiper .swiper-slide .text-box {
	width: 360px;
}
#home #sec02 .care-swiper .swiper-slide p.num {
	font-size: 93px;
	color: var(--brown);
}
#home #sec02 .care-swiper .swiper-slide h3 {
	font-size: 40px;
	color: var(--brown);
	margin-top: 20px;
}
#home #sec02 .care-swiper .swiper-slide p.text {
	font-family: var(--gothic);
	font-size: 16px;
	margin-top: 20px;
}
#home #sec02 .care-swiper .swiper-slide p.bt.dottedline {
	margin-top: 20px;
}
#home #sec02 .care-swiper .care-swiper-button-prev:after,
#home #sec02 .care-swiper .care-swiper-button-next:after {
	content: none;
}
#home #sec02 .care-swiper .care-swiper-button-prev,
#home #sec02 .care-swiper .care-swiper-button-next {
	position: absolute;
	background-size: 40px 40px !important;
	width: 40px;
	height: 40px;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
#home #sec02 .care-swiper .care-swiper-button-prev {
	background-image: url(img/home/care-swiper-prev.png) !important;
	right: 50px;
}
#home #sec02 .care-swiper .care-swiper-button-next {
	background-image: url(img/home/care-swiper-next.png) !important;
	right: 0;
}
#home #sec02 .care-swiper .swiper-button-disabled {
	opacity: 0.5;
}

#home #sec03 {
	width: 100%;
	padding: 150px 0 96px;
	background: url(img/home/himo-03.png) no-repeat top left;
	position: relative;
}
#home #sec03 .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--lbrown);
	border-radius: 30px;
	box-shadow: 0 0 6px #DDD;
	width: calc(800px + ((100% - 800px) / 2));
	height: 770px;
}
#home #sec03 .outer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#home #sec03 .outer h2 {
	position: absolute;
	top: 210px;
	left: 606px;
}
#home #sec03 .outer figure {
	width: 536px;
}
#home #sec03 .outer figure img {
	border-radius: 10px;
}
#home #sec03 .outer .inner {
	width: 394px;
}
#home #sec03 .outer .inner p.lead {
	font-size: 18px;
}
#home #sec03 .outer .inner .title-box {
	border-radius: 15px 15px 0 0;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#home #sec03 .outer .inner .title-box.green {
	background: var(--green);
	border: 1px solid var(--green);
}
#home #sec03 .outer .inner .title-box.brown {
	background: var(--brown);
	border: 1px solid var(--brown);
}
#home #sec03 .outer .inner .title-box h3 {
	font-size: 26px;
	color: #FFF;
}
#home #sec03 .outer .inner .title-box p.bt {
}
#home #sec03 .outer .inner .box {
	border-radius: 0 0 15px 15px;
	padding: 15px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#home #sec03 .outer .inner .box.green {
	border: 1px solid var(--green);
}
#home #sec03 .outer .inner .box.brown {
	border: 1px solid var(--brown);
}
#home #sec03 .outer .inner .box p.text01 {
	font-family: var(--gothic);
	font-size: 16px;
}
#home #sec03 .outer .inner .box p.bt {
	margin: 16px auto 0;
}
#home #sec03 .outer .inner .box p.bt.web {
}

#faq-box {
	width: 100%;
	padding: 180px 0 130px;
	background: url(img/home/himo-04.png) no-repeat top left;
}
#faq-box .tgl-box {
	width: 1000px;
	margin: 30px auto 0;
	background: var(--lbrown);
	box-sizing: border-box;
	padding: 20px;
}
#faq-box .tgl-box:first-of-type {
	margin: 100px auto 0;
}
#faq-box .tgl-box p.question {
	font-size: 20px;
	color: var(--dgreen);
	position: relative;
	cursor: pointer;
	padding: 2px 0 0 35px;
	line-height: 100%;
}
#faq-box .tgl-box p.question::before {
	content: url(img/base/i-question.png);
	position: absolute;
	top: 0;
	left: 0;
}
#faq-box .tgl-box p.question::after {
	font-family: var(--icon);
    content: 'highlight_off';
    font-size: 25px;
    color: var(--brown);
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
    transition: transform 0.6s;
}
#faq-box .tgl-box p.question.show::after {
    transform: rotate(180deg);
}
#faq-box .tgl-box .answer {
	margin-top: 20px;
	background: url(img/base/i-answer.png) no-repeat top left;
	padding: 0 35px;
	display: none;
}
#faq-box .tgl-box .answer p.text {
	font-size: 16px;
	font-family: var(--gothic);
	line-height: 170%;
}
#faq-box .tgl-box .answer p.bt.dottedline {
	margin-top: 10px;
}
#faq-box .tgl-box .answer .bt-box {
	margin-top: 15px;
	width: 500px;
	display: flex;
	justify-content: space-between;
}
#faq-box .bt.linebox {
	margin: 70px auto 0;
}

#info-box {
	background: var(--lbrown);
	border-radius: 30px;
	box-shadow: 0 0 6px #DDD;
	width: 100%;
	padding: 140px 0 100px;
}
#info-box > .title-box {
	width: 820px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#info-box > .title-box p {
	width: 410px;
	font-size: 18px;
}
#info-box .outer {
	width: 1000px;
	margin: 90px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#info-box .outer .inner {
	width: 436px;
	background: #FFF;
	padding: 20px;
	box-sizing: border-box;
}
#info-box .outer .inner.green {
	border-left: 5px solid var(--green);
}
#info-box .outer .inner.brown {
	border-left: 5px solid var(--brown);
}
#info-box .outer .inner .title-box {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#info-box .outer .inner .title-box h3 {
	font-size: 24px;
}
#info-box .outer .inner.green .title-box h3 {
	color: var(--green);
}
#info-box .outer .inner.brown .title-box h3 {
	color: var(--brown);
}
#info-box .outer .inner .a-box {
	position: relative;
}
#info-box .outer .inner figure {
	margin-top: 20px;
	width: 391px;
    height: 292px;
    overflow: hidden;
}
#info-box .outer .inner p.title {
	font-family: var(--gothic);
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#info-box .outer .inner p.title span.date {
	margin-right: 10px;
	font-weight: normal;
	font-size: 14px;
}
#info-box .outer .inner .a-box a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#btm-box {
	background: url(img/home/himo-05.png) no-repeat top right;
	padding: 150px 0 100px;
}
#btm-box .outer {
	width: 1000px;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
}
#btm-box .outer .add {
	width: 552px;
}
#btm-box .outer .add h3 {
	font-size: 24px;
	color: var(--green);
	border-bottom: 1px solid var(--green);
	padding-bottom: 4px;
	margin-top: 20px;
}
#btm-box .outer .add p.text {
	font-size: 16px;
	font-family: var(--gothic);
	margin-top: 1em;
}
#btm-box .outer .add .bt-box {
	margin-top: 15px;
	width: 500px;
	display: flex;
	justify-content: space-between;
}
#btm-box .outer .access {
	width: 390px;
}
#btm-box .outer .access .googlemap {
	width: 390px;
	height: 420px;
}
#btm-box .outer .access .title-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--green);
	padding-bottom: 4px;
	margin-top: 20px;
}
#btm-box .outer .access .title-box h3 {
	font-size: 24px;
	color: var(--green);
}
#btm-box .outer .access .title-box p.bt.gmap {
	font-family: var(--gothic);
}
#btm-box .outer .access .title-box p.bt.gmap a {
	display: flex;
	justify-content: end;
	align-items: center;
	font-size: 18px;
	color: var(--brown);
}
#btm-box .outer .access .title-box p.bt.gmap a::after {
	content: url(img/base/nav-map-icon.png);
	margin-left: 10px;
}
#btm-box .outer .access p.text {
	font-size: 16px;
	font-family: var(--gothic);
	margin-top: 1em;
}
#btm-box .outer .access p.text strong {
	font-weight: 500;
	font-size: 18px;
	color: var(--brown);
}

footer {
	background: var(--green);
	padding: 50px 0;
	font-family: var(--gothic);
	color: #FFF;
	text-align: center;
}
footer .bt-box {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .bt-box p.bt {
	width: 468px;
	background: #FFF;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
}
footer .bt-box p.bt a {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}
footer .bt-box p.bt.enji a {
	color: var(--enji);
	border: 1px solid var(--enji);
}
footer .bt-box p.bt.brown a {
	color: var(--brown);
	border: 1px solid var(--brown);
}
footer p.logo {
	margin-top: 40px;
}
footer p.fnav {
	font-size: 16px;
	margin-top: 30px;
}
footer p.fnav a {
	color: #FFF;
}
footer p.add {
	font-size: 16px;
	margin-top: 10px;
}
footer ul {
	display: flex;
	justify-content: space-between;
	width: 820px;
	margin: 24px auto 0;
}
footer ul li {
	display: flex;
	align-items: center;
	list-style: none;
	font-size: 15px;
}
footer ul li a {
	color: #FFF;
}
footer ul li a::before {
	content: url(img/base/arow-white.png);
	margin-right: 6px;
}
footer p.surugakai {
	width: 1000px;
	margin: 20px auto 0;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 10px 0;
}
footer p.surugakai a {
	color: #FFF;
}
footer p.copy {
	margin-top: 20px;
	font-size: 15px;
}
footer p.privacy {
	margin-top: 6px;
	font-size: 13px;
}
footer p.privacy a {
	color: #FFF;
}

.top {
	width: 100%;
	min-width: 1200px;
	height: calc(100vh - 20px);
	position: relative;
}
.top .mark-l,
.top .mark-r {
	position: absolute;
	top: 0;
	height: calc(100vh - 76px);
}
.top .mark-l {
	right: -10%;
	transform: translateX(50%);
}
.top .mark-r {
	left: -10%;
	transform: translateX(-50%);
}
.top .mark-l img,
.top .mark-r img {
	height: 100%;
	width: auto;
}
.top h2 {
	position: absolute;
	top: 38px;
	left: calc((100% - 820px) / 2);
	color: var(--green);
	font-family: var(--gothic);
	font-size: 32px;
	font-weight: bold;
}
.top h2::before {
	content: url(img/base/h2-icon.png);
	margin-right: 10px;
}
.top figure.photo {
	height: 84%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top figure.photo img {
	height: 100%;
	width: auto;
	border-radius: 20px 20px 0 0;
}

#care #sec01 .lead {
	width: 820px;
	margin: 0 auto;
	font-size: 30px;
	color: var(--green);
}
#care #sec01 .lead span {
	margin-left: -14px;
}
#care #sec01 .himo {
	background-image: url(img/care/himo-01.png);
	background-repeat: no-repeat;
	background-position: top 227px right;
	background-size: 100% 1134px;
	padding-bottom: 120px;
}
#care #sec01 .outer {
	position: relative;
}
#care #sec01 .outer.no01 {
	height: 712px;
	margin-top: 100px;
}
#care #sec01 .outer.no01 h3 {
	position: absolute;
	top: 30px;
	left: 50%;
}
#care #sec01 .outer p {
	position: absolute;
	font-size: 18px;
	width: 430px;
	line-height: 170%;
}
#care #sec01 .outer figure {
	position: absolute;
}
#care #sec01 .outer figure img {
	border-radius: 10px;
}
#care #sec01 .outer.no01 p.text01 {
	top: 120px;
	left: 50%;
}
#care #sec01 .outer.no01 .photo01 {
	top: 0;
	right: calc(50% + 80px);
	width: 620px;
}
#care #sec01 .outer.no01 p.text02 {
	bottom: 0;
	right: 50%;
}
#care #sec01 .outer.no01 .photo02 {
	bottom: 0;
	right: calc((100% - 1000px) / 2);
	width: 420px;
}

#care #sec01 .outer.no02 {
	height: 290px;
	margin-top: 120px;
}
#care #sec01 .outer.no02 p.text03 {
	top: 0;
	left: 50%;
}
#care #sec01 .outer.no02 .photo03 {
	top: 0;
	left: calc((100% - 820px) / 2);
	width: 290px;
}
#care #sec01 .outer.no02 .photo04 {
	bottom: 0;
	right: calc(((100% - 1000px) / 2) + 1000px);
	width: 290px;
}
#care #sec01 .bt-box {
	width: 528px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
#care #sec02 {
	background: var(--lbrown);
	border-radius: 30px;
	box-shadow: 0 0 6px #DDD;
	width: 100%;
	padding: 100px 0 90px;
}
#care #sec02 p.lead {
	font-size: 18px;
	line-height: 180%;
	width: 450px;
	margin: 60px auto 0;
}
#care #sec02 .outer01 {
	width: calc((100% - 820px) / 2 + 820px);
	display: flex;
	align-items: end;
	margin-top: 120px;
	padding-bottom: 50px;
}
#care #sec02 .outer01.no02,
#care #sec02 .outer01.no04 {
	flex-direction: row-reverse;
	float: right;
}
#care #sec02 .outer01 figure {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: calc(100% - 420px);
	height: 366px;
	border-radius: 10px;
}
#care #sec02 .outer01.no01 figure,
#care #sec02 .outer01.no03 figure {
	margin-right: 86px;
}
#care #sec02 .outer01.no02 figure,
#care #sec02 .outer01.no04 figure {
	margin-left: 86px;
}
#care #sec02 .outer01.no01 figure {
	background-image: url(img/care/commitment-01.jpg);
}
#care #sec02 .outer01.no02 figure {
	background-image: url(img/care/commitment-02.jpg);
}
#care #sec02 .outer01.no03 figure {
	background-image: url(img/care/commitment-03.jpg);
}
#care #sec02 .outer01.no04 figure {
	background-image: url(img/care/commitment-04.jpg);
}
#care #sec02 .outer01 .title-box {
	width: 334px;
}
#care #sec02 .outer01 .title-box p.num {
	font-size: 94px;
	color: var(--brown);
	text-align: center;
	line-height: 60px;
    width: 104px;
}
#care #sec02 .outer01 .title-box p.num span {
	font-size: 20px;
}
#care #sec02 .outer01 .title-box p.num span::before {
	content: url(img/base/arow-brown.png);
	margin-right: 10px;
}
#care #sec02 .outer01 .title-box h4 {
	font-size: 32px;
	color: var(--brown);
	position: relative;
	height: 198px;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
#care #sec02 .outer01 .title-box h4::before,
#care #sec02 .outer01 .title-box h4::after {
    content: "";
    background-image: radial-gradient(circle, #8dc21f 1px, transparent 1px);
    background-position: left -2px top;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    width: 100%;
    height: 2px;
    display: block;
	position: absolute;
	left: 0;
}
#care #sec02 .outer01 .title-box h4::before {
	top: 0;
}
#care #sec02 .outer01 .title-box h4::after {
	bottom: 0;
}

#care #sec02 .outer02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	clear: both;
}
#care #sec02 .outer02 .bar {
	background-image: radial-gradient(circle, #8dc21f 1px, transparent 1px);
    background-position: left -2px top;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    height: 2px;
	flex-grow: 1;
}
#care #sec02 .outer02 .inner {
	width: 820px;
	margin: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#care #sec02 .outer02.no02 .inner,
#care #sec02 .outer02.no04 .inner {
	flex-direction: row;
}
#care #sec02 .outer02 .inner figure {
	width: 244px;
}
#care #sec02 .outer02 .inner figure img {
	border-radius: 10px;
}
#care #sec02 .outer02 .inner .text-box {
	width: 536px;
}
#care #sec02 .outer02 .inner .text-box p.text {
	line-height: 170%;
	font-size: 16px;
	font-family: var(--gothic);
}
#care #sec02 .outer02 .inner .text-box p.bt {
	margin-top: 1.5em;
}
#care #sec02 .bt-box {
    width: 528px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
}

#care #sec03 {
	background-image: url(img/care/himo-02.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	padding: 140px 0 0;
}
#care #sec03 .outer01 {
	width: 1200px;
	background: var(--lbrown);
	border-radius: 30px;
	box-shadow: 0 0 6px #DDD;
	box-sizing: border-box;
	padding: 60px 50px;
	margin: 60px auto 0;
	position: relative;
}
#care #sec03 .outer01 p.bt {
	position: absolute;
	top: 480px;
	right: 50px;
}
#care #sec03 .outer02 {
	width: 1200px;
	box-sizing: border-box;
	padding: 0 50px 0 190px;
	margin: -200px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-direction: row-reverse;
	position: relative;
}
#care #sec03 .outer02 figure {
	width: 468px;
}
#care #sec03 .outer02 figure img {
	border-radius: 10px;
}
#care #sec03 .outer02 dl {
	width: 420px;
	font-family: var(--gothic);
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--brown);
}
#care #sec03 .outer02 dl dt {
	font-size: 14px;
	color: var(--green);
	width: 8em;
	padding: 6px 0;
	border-bottom: 1px solid var(--brown);
}
#care #sec03 .outer02 dl dt::after {
	content: "：";
}
#care #sec03 .outer02 dl dd {
	width: calc(100% - 8em);
	font-size: 14px;
	padding: 6px 0;
	border-bottom: 1px solid var(--brown);
}

#care #sec03 .outer03 {
	width: 820px;
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	box-shadow: 0 0 6px #ddd;
}
#care #sec03 .outer03 .illust {
	width: 375px;
	height: 320px;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 10px 0 0 0;
	background: var(--lbrown);
}
#care #sec03 .outer03 .illust img {
	height: 100%;
	width: auto;
}
#care #sec03 .outer03 .photo img {
	width: 445px;
	height: 320px;
	border-radius: 0 10px 0 0;
}
#care #sec03 .outer03 h4 {
	font-size: 26px;
	color: #FFF;
	width: 375px;
	height: 70px;
	border-radius: 0 0 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#care #sec03 .outer03.green h4 {
	background: var(--green);
}
#care #sec03 .outer03.brown h4 {
	background: var(--brown);
}
#care #sec03 .outer03 p {
	font-size: 16px;
	font-family: var(--gothic);
	width: 445px;
	height: 70px;
	border-radius: 0 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
}
#care #sec03 .outer03.green p {
	background: #E8F0CC;
}
#care #sec03 .outer03.brown p {
	background: #F4E9D9;
}
#care #sec03 .bt-box01 {
    width: 528px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
#care #sec03 .bt-box02 {
    width: 528px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

#care #sec03 .outer04 {
	width: 1000px;
	margin: 150px auto 0;
	display: flex;
	justify-content: space-between;
}
#care #sec03 .outer04 .gallery-main {
	width: 668px;
}
#care #sec03 .outer04 ul.gallery-thumb {
	width: 300px;
	height: 592px;
	overflow-y: auto;
}
#care #sec03 .outer04 ul.gallery-thumb li {
	width: 100%;
	list-style: none;
	height: 126px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#care #sec03 .outer04 ul.gallery-thumb li img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -60%;
	left: 0;
}

#howto #sec01 .lead {
	width: 820px;
	margin: 0 auto;
	font-size: 30px;
	color: var(--green);
}
#howto #sec01 .himo {
	background-image: url(img/howto/himo-01.png), url(img/howto/himo-02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 100px left, bottom right;
	background-size: 100% 1947px, auto;
	padding-bottom: 120px;
}
#howto #sec01 h3 {
	margin: 80px auto 40px;
}
#howto #sec01 .bg {
	background: var(--lbrown);
    border-radius: 30px;
    box-shadow: 0 0 6px #ddd;
    width: 100%;
}
#howto #sec01 .outer {
	width: 820px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
#howto #sec01 .outer .num-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 104px;
}
#howto #sec01 .outer .num-box p.num {
	font-size: 94px;
	color: var(--brown);
	text-align: center;
	line-height: 60px;
    width: 104px;
	margin-bottom: 30px;
	margin-top: -28px;
}
#howto #sec01 .outer .num-box p.num span {
	font-size: 20px;
}
#howto #sec01 .outer .num-box p.num span::before {
	content: url(img/base/arow-brown.png);
	margin-right: 10px;
}
#howto #sec01 .outer .num-box .bar {
	width: 1px;
	background: var(--brown);
	flex-grow: 1;
}
#howto #sec01 .outer .inner {
	width: 694px;
}
#howto #sec01 .outer .inner .text-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	min-height: 110px;
}
#howto #sec01 .outer .inner .text-box::before,
#howto #sec01 .outer .inner .text-box::after {
    content: "";
    background-image: radial-gradient(circle, #8dc21f 1px, transparent 1px);
    background-position: left -2px top;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    width: 100%;
    height: 2px;
    display: block;
	position: absolute;
	left: 0;
}
#howto #sec01 .outer .inner .text-box::before {
	top: 0;
}
#howto #sec01 .outer .inner .text-box::after {
	bottom: 0;
}
#howto #sec01 .outer .inner .text-box h4 {
	font-size: 32px;
	color: var(--brown);
}
#howto #sec01 .outer .inner .text-box span {
	font-size: 24px;
}
#howto #sec01 .outer .inner .text-box p.text {
	width: 306px;
	font-size: 16px;
	font-family: var(--gothic);
}
#howto #sec01 .outer .inner .bt-box {
    width: 528px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}
#howto #sec01 .bt-box {
    width: 528px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}

#howto #sec02 {
	background: var(--lbrown);
    border-radius: 30px;
    box-shadow: 0 0 6px #ddd;
	padding: 100px 0;
}
#howto #sec02 .outer {
	width: 820px;
	margin: 0 auto;
}
#howto #sec02 .outer h4 {
	font-size: 24px;
	font-family: var(--gothic);
	margin-top: 50px;
	display: flex;
	align-items: center;
}
#howto #sec02 .outer h4.green {
	color: var(--green);
}
#howto #sec02 .outer h4.brown {
	color: var(--brown);
}
#howto #sec02 .outer h4::before {
	margin-right: 10px;
}
#howto #sec02 .outer h4.green::before {
	content: url(img/base/h2-icon.png);
}
#howto #sec02 .outer h4.brown::before {
	content: url(img/base/h2-icon-brown.png);
}
#howto #sec02 .outer p.unit {
	font-size: 14px;
	font-family: var(--gothic);
	margin-top: 10px;
	text-align: right;
}
#howto #sec02 .outer table {
	width: 100%;
	font-family: var(--gothic);
	font-size: 14px;
	border-collapse: collapse;
	border-bottom: 1px solid #595757;
}
#howto #sec02 .outer table th {
	width: 20%;
	font-weight: normal;
	border: 1px solid #595757;
	background: #DCECD7;
	padding: 4px 0;
}
#howto #sec02 .outer table.brown th {
	background: #F4E9D9;
}
#howto #sec02 .outer table tr {
	border-right: 1px solid #595757;
}
#howto #sec02 .outer table tr:nth-of-type(odd) {
	background: #EAF5F5;
}
#howto #sec02 .outer table.brown tr:nth-of-type(odd) {
	background: #FFF6E2;
}
#howto #sec02 .outer table tr td {
	text-align: center;
	padding: 4px 0;
	border-left: 1px solid #595757;
}
#howto #sec02 .outer p.text {
	font-family: var(--gothic);
	font-size: 14px;
	line-height: 170%;
	margin-top: 50px;
}
#howto #sec02 .outer p.text span {
	color: var(--green);
}
#howto #sec02 .outer .bt-box {
    width: 528px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

#faq #sec01 .lead {
	width: 820px;
	margin: 0 auto;
	font-size: 30px;
	color: var(--green);
}
#faq .himo {
	background-image: url(img/howto/himo-01.png);
	background-repeat: no-repeat;
	background-position: top 280px left;
	background-size: 100% 1947px;
}
#faq #sec01 #faq-box {
	background: none;
	padding: 70px 0 0;
}
#faq #sec01 .bt-box {
    width: 528px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
#faq #btm-box {
	background: none;
	padding: 120px 0 100px;
}

.sub-top {
}
.sub-top h2 {
	width: 820px;
	margin: 38px auto 0;
	font-family: var(--gothic);
	font-size: 32px;
	font-weight: bold;
	color: var(--green);
}
.sub-top h2::before {
	content: url(img/base/h2-icon.png);
	margin-right: 10px;
}

#contact #sec01  {
	background-image: url(img/contact/himo-01.png);
    background-repeat: no-repeat;
    background-position: top 254px left;
    background-size: 100% 1678px;
}
#contact #sec01 p.lead {
	width: 820px;
	margin: 40px auto 0;
	font-family: var(--gothic);
	font-size: 18px;
}

#contact #sec01 .outer {
	background: var(--lbrown);
    border-radius: 30px;
    box-shadow: 0 0 6px #ddd;
    width: 1000px;
	margin: 50px auto 0;
	box-sizing: border-box;
	padding: 90px;
	font-family: var(--gothic);
}
#contact #sec01 .outer .contactform {
}
#contact #sec01 .outer .contactform dl {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}
#contact #sec01 .outer .contactform dl dt {
	width: 168px;
	background: #D9F5C1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px 0;
}
#contact #sec01 .outer .contactform span.red {
	color: #E60012;
}
#contact #sec01 .outer .contactform dl dd {
	width: calc(100% - 168px - 20px);
	margin-bottom: 20px;
}
#contact select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 16px;
	background-color: #FFF;
	background-image: url(img/contact/arow.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	border-radius: 0;
	color: var(--black);
}
#contact input.smpl {
	box-sizing: border-box;
	width: 100%;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 15px 10px;
	font-size: 16px;
	color: var(--black);
}
#contact textarea.smpl {
	box-sizing: border-box;
	width: 100%;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 15px 10px;
	font-size: 16px;
	color: var(--black);
}
#contact #sec01 .outer .contactform p.caution {
	margin-top: 40px;
	font-size: 16px;
}

#contact .btn-cover {
	width: 386px;
	margin: 50px auto 0;
	background: var(--green);
	box-sizing: border-box;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 0 6px #ddd;
}
#contact input.btn {
	width: 100%;
	border: 1px solid #FFF;
	background: var(--green);
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}

#contact #sec01 h3 {
	width: 100%;
	font-family: var(--mincho);
}
#contact #sec01 p.telnum {
	margin-top: 10px;
	font-size: 38px;
	font-weight: bold;
}
#contact #sec01 p.telnum span.en {
	font-size: 28px;
}
#contact #sec01 p.text01 {
	margin-top: 30px;
	font-size: 16px;
}
#contact #sec01 .bt-box {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
#contact #sec01 .bt-box p.bt {
	width: 385px;
	background: #FFF;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 6px #ddd;
}
#contact #sec01 .bt-box p.bt a {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}
#contact #sec01 .bt-box p.bt.enji a {
	color: var(--enji);
	border: 1px solid var(--enji);
}
#contact #sec01 .bt-box p.bt.brown a {
	color: var(--brown);
	border: 1px solid var(--brown);
}
#contact #btm-box {
	background: none;
}

#outline #sec01  {
	background-image: url(img/contact/himo-01.png);
    background-repeat: no-repeat;
    background-position: top 254px left;
    background-size: auto;
}
#outline #sec01 .outer {
	background: var(--lbrown);
    border-radius: 30px;
    box-shadow: 0 0 6px #ddd;
    width: 1000px;
	margin: 50px auto 0;
	box-sizing: border-box;
	padding: 90px 90px 50px;
	font-family: var(--gothic);
}
#outline #sec01 .outer h3 {
	margin: 0;
	font-family: var(--mincho);
}
#outline #sec01 .outer p.text01 {
	margin: 30px 0 50px;
	font-size: 16px;
}
#outline #sec01 dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 50px;
	font-size: 16px;
}
#outline #sec01 dl dt {
	width: 168px;
	height: 62px;
	background: #D9F5C1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#outline #sec01 dl dd {
	width: calc(100% - 168px - 20px);
	margin-bottom: 10px;
	height: 62px;
	display: flex;
	justify-content: start;
	align-items: center;
}
#outline #sec01 p.bt.linebox {
	margin-bottom: 50px;
}

#info #sec01 {
	width: 820px;
	margin: 0 auto;
}
#info #sec01 p.lead {
	margin: 40px auto 0;
	font-size: 23px;
}
#info #sec01 p.lead span {
	margin-left: -10px;
}
#info #sec01 .bt-box {
    margin: 30px auto 0;
    display: flex;
}
#info #sec01 .bt-box p.bt {
	margin-right: 40px;
	width: 240px;
}
#info .himo {
	background-image: url(img/info/himo-01.png);
    background-repeat: no-repeat;
    background-position: top 30px left;
    background-size: 100% 3598px;
}

#info #letter-box {
	width: 820px;
	margin: 0 auto;
	padding: 120px 0 0;
}
#info #letter-box.cont{
	padding: 50px 0 0;
}
#info #letter-box .new {
	background: #FFF;
    padding: 30px 65px;
    box-sizing: border-box;
	border-left: 5px solid var(--green);
	margin-top: 80px;
}
#info #letter-box .new .inner {
	position: relative;
}
#info #letter-box .new .inner .title-box {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#info #letter-box .new .inner .title-box h4 {
	color: var(--green);
	font-size: 24px;
}
#info #letter-box .new .inner .title-box p.date {
	font-size: 16px;
	font-family: var(--gothic);
}
#info #letter-box .new .inner figure {
	margin-top: 20px;
}
#info #letter-box .new .inner figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#info #letter-box .new .inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#info #letter-box .new p.bt {
	margin-top: 20px;
}
#info #letter-box p.arch {
	font-size: 24px;
	color: var(--green);
	display: flex;
	align-items: center;
	margin-top: 50px;
}
#info #letter-box p.arch::before {
	content: url(img/base/arow-green.png);
	margin-right: 10px;
}
#info #letter-box .outer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#info #letter-box .outer .inner {
	width: 256px;
	margin-top: 30px;
	position: relative;
}
#info #letter-box.cont .outer .inner {
	margin-top: 50px;
}
#info #letter-box .outer .inner figure {
	width: 256px;
	height: 191px;
	overflow: hidden;
}
#info #letter-box .outer .inner figure img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: auto;
}
#info #letter-box .outer .inner p.title {
	background: var(--green);
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
}
#info #letter-box .outer .inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#info #letter-box p.bt.linebox {
	margin: 70px auto 0;
}

#info #blog-box {
	width: 820px;
	margin: 0 auto;
	padding: 120px 0 0;
}
#info #blog-box.cont {
	padding: 50px 0 0;
}
#info #blog-box.single {
	padding: 0 0 0;
}
#info #blog-box .new {
	background: #FFF;
    padding: 30px 65px;
    box-sizing: border-box;
	border-left: 5px solid var(--brown);
	margin-top: 80px;
}
#info #blog-box .new .inner {
	position: relative;
}
#info #blog-box .new .title-box {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#info #blog-box .new .title-box h4 {
	color: var(--brown);
	font-size: 24px;
}
#info #blog-box .new .title-box p.date {
	font-size: 16px;
	font-family: var(--gothic);
	margin-top: 0;
}
#info #blog-box .new .inner figure {
	margin-top: 20px;
}
#info #blog-box .new .inner figure img {
	width: 100%;
	height: auto;
}
#info #blog-box .new .inner p.text {
	margin-top: 20px;
	font-size: 16px;
	font-family: var(--gothic);
}
#info #blog-box .new .inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#info #blog-box .new p.bt {
}

#info #blog-box .new .content p img {
	max-width: 100%;
	height: auto;
}
#info #blog-box .new .content p {
	margin-top: 2em;
	font-size: 16px;
	font-family: var(--gothic);
}

#info #blog-box p.arch {
	font-size: 24px;
	color: var(--brown);
	display: flex;
	align-items: center;
	margin-top: 50px;
}
#info #blog-box p.arch::before {
	content: url(img/base/arow-brown.png);
	margin-right: 10px;
}
#info #blog-box .outer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#info #blog-box .outer .inner {
	width: 256px;
	margin-top: 30px;
	position: relative;
}
#info #blog-box.cont .outer .inner {
	margin-top: 50px;
}
#info #blog-box .outer .inner figure {
	width: 256px;
	height: 191px;
	overflow: hidden;
}
#info #blog-box .outer .inner figure img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#info #blog-box .outer .inner p.title {
	background: var(--lbrown);
	font-size: 16px;
	color: var(--brown);
	text-align: center;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	line-height: 28px;
}
#info #blog-box .outer .inner p.title span.date {
	font-size: 14px;
	color: var(--black);
	font-family: var(--gothic);
}
#info #blog-box .outer .inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#info #blog-box p.bt.linebox {
	margin: 70px auto 0;
}

#info #btm-box {
	background: none;
}








































}

/*--PC-----------------------------------*/