.bg_grad1,
header,
#footer {
	background: rgb(82, 53, 121);
	background: linear-gradient(35deg, rgb(82, 53, 121) 0%, rgb(96, 189, 186) 55%, rgb(236, 231, 69) 90%, rgb(255, 213, 0) 100%);
}

.sp_only {
	display: none;
}

html,
body,
#wrapper {
	/*height: 100%;*/
}

html {
	overflow-y: scroll;
}

body > #wrapper {
	height: auto;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#main {
	width: 100%;
	padding-bottom: 0;
}

#footer {
	margin: 0 auto;
	padding: 1rem 2rem;
	text-align: center;
}

#footer .inner {
}

#footer address a {
	display: inline-block;
	line-height: 60px;
	font-size: 12px;
	color: #000e2b;
	text-decoration: none;
}

#footer .ft_link {
	list-style: none;
	padding: 0;
	margin: 0 0 0 auto;
}

#footer .ft_link li {
	display: inline-block;
	margin: 0 10px;
}

#footer .ft_link li a {
	display: block;
	color: #000e2b;
	text-decoration: none;
	font-weight: 500;
}

#footer .foot_link { text-align: center; margin: 1rem auto 2rem; padding: 0;}
#footer .foot_link li { display: inline-block; margin: 0 2%; max-width: 27.5%; vertical-align: top;}
#footer .foot_link li a { display: block; }
#footer .foot_link li img { height: 30px;}
header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
#footer .ft_shop a {
	color: #000e2b;
	font-weight: 500;
	text-decoration: none;
}
.ft_icon {
    width: 32px;
    margin: 0 auto;
    padding-top: 12px;
}
.ft_icon:hover {
	opacity: .8;
}


header .toTop {
	display: block;
}

header .toTop a {
	display: block;
	width: 90px;
	height: 20px;
	padding-top: 20px;
	overflow: hidden;
	background-image: url(../img/logo_only_SLEEPLAB.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	z-index: 10;
}

header .mainMenu {
	display: none;
}

header.toppage {
	background: none;
}

header.toppage .toTop {
	display: none;
}

header.toppage h1 {
	display: none;
}

body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 15px;
	line-height: 2.4;
	color: #000e2b;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}

h2 {
	line-height: 1.6;
	font-size: 30px;
	font-weight: 400 !important;
	letter-spacing: 12px;
}

h3,
.bedlight .program > div.txt h4 {
	line-height: 1.6;
	margin-bottom: 2rem;
	font-size: 24px;
	font-weight: 400 !important;
}

.idx {
	line-height: 1.4;
	margin-bottom: 5rem;
}

.idx.bg_grad1,
.idx#footer,
header.idx {
	padding: 0.6rem 2rem 1rem;
	color: #fff;
	font-size: 30px;
}

small {
	display: inline-block;
	line-height: 1.8;
}

small a {
	color: #000e2b;
}

small a.blank {
	color: #000e2b;
	text-decoration: none;
	display: inline-block;
	line-height: 1.4;
	padding-right: 1.5rem;
	position: relative;
}

small a.blank::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/icon_open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-48%);
	right: 0;
}

small a.blank:hover {
	text-decoration: underline;
}

a.blank {
	color: #000e2b;
	text-decoration: none;
	display: inline-block;
	line-height: 1.4;
	padding-right: 1.5rem;
	position: relative;
}

a.blank::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/icon_open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-48%);
	right: 0;
}

a.blank:hover {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	width: auto;
	height: 60px;
	line-height: 1 !important;
	margin: 0 auto;
	padding: 1rem 3rem;
	border-radius: 30px;
	font-size: 24px;
	text-align: center;
	background: #e9e445;
	transition: opacity 0.4s ease-in-out;
	opacity: 1;
}

.btn:hover {
	opacity: 0.6;
}

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

.contents {
	padding-top: 80px;
}

.contents .head_bnr {
	width: 100%;
	position: relative;
}

.contents .head_bnr::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contents .head_bnr h1 {
	width: 60%;
	max-width: 600px;
	height: 100%;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.contents .head_bnr h1 span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contents .bg_bnr {
	width: 100%;
	height: 0;
	padding-top: 49%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.contents.toppage {
	padding-top: 0;
}

.contents.toppage .head_bnr {
	height: 450px;
	margin-bottom: 5rem;
}

.contents.toppage .head_bnr h1 {
	width: 100%;
	height: 0;
	line-height: 100px;
	padding-top: 100px;
	overflow: hidden;
	background-image: url(../img/logo_only_SLEEPLAB.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.contents.toppage .intro {
	text-align: center;
	margin-bottom: 10rem;
}

.contents.toppage .intro h2 {
	margin-bottom: 3rem;
	font-size: 38px;
}

.contents.toppage .intro p {
	margin-bottom: 3rem;
}

.contents.toppage .imgWrap {
	margin-bottom: 8rem;
}

.contents.toppage .service {
	margin-bottom: 8rem;
}

.contents.toppage .importance {
	margin-bottom: 6rem;
}

.contents.toppage .importance > div {
	margin-bottom: 5rem;
}

.contents.toppage .importance > div h3 small,
.contents.toppage .importance > div .bedlight .program > div.txt h4 small,
.bedlight .program > div.txt .contents.toppage .importance > div h4 small {
	display: inline-block;
	padding-left: 2rem;
	font-size: 1.2rem;
}

.contents.for_busi .head_bnr {
	height: 0;
	padding-top: 42%;
	margin-bottom: 0;
}

.contents.for_busi .head_bnr h1 span {
	background-image: url(../img/emblem_for_busi.svg);
}

.contents.for_busi .intro {
	text-align: center;
	margin-bottom: 7rem;
}

.contents.for_busi .intro h2 {
	margin-bottom: 3rem;
}

.contents.for_busi .imgWrap {
	margin-bottom: 12rem;
}

.contents.for_busi .era {
	margin-bottom: 6rem;
}

.contents.for_busi .useful ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contents.for_busi .useful ol li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 6rem;
}

.contents.for_busi .useful ol li div,
.contents.for_busi .useful ol li .img {
	width: 49%;
}

.contents.for_busi .useful ol li div img,
.contents.for_busi .useful ol li .img img {
	width: 100%;
	height: auto;
}

.contents.for_busi .structure {
	margin-bottom: 6rem;
}

.contents.for_busi .structure p {
	margin-bottom: 6rem;
}

.contents.for_busi .structure .row {
	margin-bottom: 3rem;
}

.contents.the_stay .head_bnr {
	height: 0;
	padding-top: 48%;
	margin-bottom: 6rem;
}

.contents.the_stay .head_bnr::after {
	background-image: url(../img/image.webp);
}

.contents.the_stay .head_bnr h1 span {
	background-image: url(../img/emblem_the_stay.svg);
}

.contents.the_stay .intro {
	text-align: center;
}

.contents.the_stay .intro h2 {
	margin-bottom: 3rem;
}

.contents.the_stay .intro .btnWrap {
	margin-top: 5rem;
	margin-bottom: 7rem;
}

.contents.the_stay .bg_bnr {
	margin-bottom: 5rem;
	background-image: url(../img/bg_kv_the_stay.webp);
	position: relative;
}

.contents.the_stay .bg_bnr h2 {
	line-height: 2;
	height: 120px;
	width: 100%;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.flex .txt {
	width: 65%;
}

.flex .img {
	width: 29%;
	margin-top: 9px;
}

.imgWrap {
	text-align: center;
}

.imgWrap img {
	width: min(100%, 1320px) !important;
	margin-inline: auto;
	padding: 0 0.75rem;
}

.bedlight .flow {
	margin-bottom: 4rem;
}

.bedlight .flow img {
	width: 90%;
	margin: 0 auto 8rem;
}

.bedlight .flow .flowlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bedlight .imgWrap {
	margin-bottom: 4rem;
}

.bedlight ul.clm3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 5rem;
	padding: 0;
}

.bedlight ul.clm3 li {
	width: 30%;
}

.bedlight ul.clm3.bed li img {
	margin-bottom: 2rem;
}
.bedlight ul.clm3.bed li p {}
.bedlight ul.clm3.bed li p span { display: block; font-size: 0.8em; line-height: 1.3;}

.bedlight ul.clm3.light {
	margin-top: 4rem;
}

.bedlight ul.clm3.light li {
	text-align: center;
}

.bedlight ul.clm3.light li img {
	margin-bottom: 8px;
}

.bedlight ul.clm3.light li h4 {
	font-size: 15px;
	font-weight: 400;
}

.bedlight .program {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

.bedlight .program > div {
	width: 48%;
}

.bedlight .program > div.img {
	order: 1;
}

.bedlight .program > div.txt {
	padding-top: 1rem;
	order: 2;
}

.service ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service ul li {
	width: 45%;
}

.service ul li a {
	display: block;
	text-decoration: none;
	color: #000e2b;
	transition: opacity 0.4s ease-in-out;
	opacity: 1;
}

.service ul li a:hover {
	opacity: 0.6;
}

.service ul li a h2 {
	margin-bottom: 3rem;
}

.service ul li a h3,
.service ul li a .bedlight .program > div.txt h4,
.bedlight .program > div.txt .service ul li a h4 {
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 2.5rem;
}

.service ul li a p {
	margin-bottom: 0;
}

.amenity {
	margin-bottom: 4rem;
}

.amenity h3 + p,
.amenity .bedlight .program > div.txt h4 + p,
.bedlight .program > div.txt .amenity h4 + p {
	margin-bottom: 3rem;
}

.amenity .amenity3 {
	padding: 0;
	margin: 0;
}

.amenity .amenity3 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.amenity .amenity3 li span {
	display: block;
	width: 120px;
	height: auto;
	order: 1;
}

.amenity .amenity3 li span img {
	width: 100%;
	height: auto;
}

.amenity .amenity3 li div {
	width: calc(100% - 150px);
	padding-top: 10px;
	order: 2;
}

.amenity .amenity3 li div h4 {
	font-size: 15px;
	font-weight: 400;
}

.influence,
.source,
.staying {
	margin-bottom: 6rem;
}

.staying h3 small,
.staying .bedlight .program > div.txt h4 small,
.bedlight .program > div.txt .staying h4 small {
	display: inline-block;
	padding: 1rem;
	font-size: 15px;
}

.staying ol.stayPlan,
.staying ol.clinicPlan {
	padding: 0;
	list-style: none;
}

.staying ol.stayPlan li,
.staying ol.clinicPlan li {
	margin-bottom: 5rem;
	padding: 1rem 2rem 1.3rem 7rem;
	border: 1px solid #000e2b;
	counter-increment: cnt;
	position: relative;
}

.staying ol.stayPlan li::before,
.staying ol.clinicPlan li::before {
	content: counter(cnt);
	position: absolute;
	top: 1rem;
	left: 3rem;
}

.staying ol.stayPlan li:not(:last-child)::after,
.staying ol.clinicPlan li:not(:last-child)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid #000e2b;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3rem;
}

.staying ol.stayPlan li a,
.staying ol.clinicPlan li a {
	color: #000e2b;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.staying ol.stayPlan li a:hover,
.staying ol.clinicPlan li a:hover {
	opacity: 0.4;
}

.staying ol.clinicPlan li:last-child {
	margin-bottom: 0;
}

.stay_list {
	margin-bottom: 6rem;
}

.stay_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.stay_list ul li a {
	color: #000e2b;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.stay_list ul li a:hover {
	opacity: 0.4;
}

.stay_list ul li a dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.stay_list ul li a dl dt,
.stay_list ul li a dl dd {
	margin: 0;
}

.stay_list ul li a dl dt {
	padding-right: 50px;
	font-weight: 400;
	position: relative;
	font-size: 18px;
}

.stay_list ul li a dl dt::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon_open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 12px;
	right: 1.6rem;
}

.stay_list ul li a dl dd span {
	display: inline-block;
	padding: 0 1rem;
}

.media {
	background-color: #F7F7F7;
	text-align: center;
	padding: 1.25rem 0;
}
.media ul {
	margin: 0;
	padding: 0
}
.media ul li {
	margin: 0 6px;
	list-style: none;
	display: inline-block;
	width: 200px;
}
.media ul li img{
	width: 100%;
}
.media_ttl {
	margin-bottom: 0.5rem;
	font-weight: 900;
	font-size: 1.5rem;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
}

@media (max-width: 1399px) {

.imgWrap img {
	width: min(100%, 1140px) !important;
	margin-inline: auto;
}

}

@media (max-width: 1199px) {

.imgWrap img {
	width: min(100%, 936px) !important;
	margin-inline: auto;
	padding: 0;
}

}

@media (max-width: 991px) {

#footer {
	height: auto;
	position: inherit;
	padding: 1rem 0.75rem;
}

.contents.the_stay .bg_bnr h2 {
	height: 100px;
	font-size: 22px;
}

.service ul li h3,
.service ul li .bedlight .program > div.txt h4,
.bedlight .program > div.txt .service ul li h4 {
	font-size: 24px !important;
}

}

@media (max-width: 767px) {

.sp_only {
	display: inline;
}

header {
	height: 40px;
}

header .toTop {
	margin: 0 auto;
}

header .toTop a {
	margin-top: 10px;
	position: inherit;
	top: inherit;
	right: inherit;
	transform: inherit;
}

h2 {
	line-height: 1.6;
	font-size: 20px;
	letter-spacing: 6px;
}

h3,
.bedlight .program > div.txt h4 {
	font-size: 16px;
	margin-bottom: 1rem;
}

.idx.bg_grad1,
.idx#footer,
header.idx {
	margin-bottom: 3rem;
	padding: 0.2rem 1rem 0.4rem;
	font-size: 18px;
	letter-spacing: 3px !important;
}

small a.blank {
	padding-right: 15px;
}

small a.blank::after {
	width: 12px;
	height: 12px;
	top: inherit;
	transform: translateY(none);
	bottom: -4px;
	right: 0;
}

a.blank {
	padding-right: 15px;
}

a.blank::after {
	width: 12px;
	height: 12px;
	top: inherit;
	transform: translateY(none);
	bottom: -4px;
	right: 0;
}

.btn {
	height: auto;
	font-size: 20px;
}

.contents {
	padding-top: 40px;
}

.contents .head_bnr h1 {
	width: 60%;
}

.contents.toppage .head_bnr {
	height: 200px;
	margin-bottom: 3rem;
}

.contents.toppage .head_bnr h1 {
	width: 70%;
}

.contents.toppage .intro h2 {
	font-size: 22px;
}

.contents.toppage .intro {
	margin-bottom: 4rem;
}

.contents.toppage .intro p {
	margin-bottom: 2rem;
}

.contents.toppage .imgWrap {
	margin-bottom: 3rem;
}

.contents.toppage .service {
	margin-bottom: 3rem;
}

.contents.toppage .importance {
	margin-bottom: 3.5rem;
}

.contents.toppage .importance > div {
	margin-bottom: 2rem;
}

.contents.toppage .importance > div h3 small,
.contents.toppage .importance > div .bedlight .program > div.txt h4 small,
.bedlight .program > div.txt .contents.toppage .importance > div h4 small {
	display: block;
	padding-left: 0;
	padding-top: 0.5rem;
	font-size: 13px;
}

.contents.for_busi .head_bnr {
	padding-top: 48%;
	margin-bottom: 0;
}

.contents.for_busi .intro {
	margin-bottom: 3rem;
}

.contents.for_busi .intro h2 {
	margin-bottom: 2rem;
}

.contents.for_busi .imgWrap {
	margin-bottom: 3rem;
}

.contents.for_busi .era {
	margin-bottom: 3rem;
}

.contents.for_busi .useful ol li {
	display: inherit;
	margin-bottom: 3rem;
}

.contents.for_busi .useful ol li div {
	width: 100%;
}

.contents.for_busi .useful ol li .img {
	width: 100%;
}

.contents.for_busi .structure {
	margin-bottom: 3.5rem;
}

.contents.for_busi .structure p {
	margin-bottom: 3rem;
}

.contents.for_busi .structure .row img {
	width: 60%;
}

.contents.the_stay .head_bnr {
	margin-bottom: 3rem;
}

.contents.the_stay .intro .btnWrap {
	margin-top: 3rem;
	margin-bottom: 5rem;
}

.contents.the_stay .bg_bnr {
	margin-bottom: 3rem;
}

.contents.the_stay .bg_bnr h2 {
	height: 80px;
	line-height: 1.6;
	letter-spacing: 4px;
	padding: 0 1rem;
	font-size: 18px;
}

.flex .txt {
	width: 100%;
	margin-bottom: 2rem;
}

.flex .img {
	width: 60%;
	margin-top: 0;
}

.bedlight .flow img {
	width: 80%;
	margin-bottom: 4rem;
}

.bedlight ul.clm3 {
	display: inherit;
	margin-bottom: 2rem;
}

.bedlight ul.clm3 li {
	width: 100%;
}

.bedlight ul.clm3.bed li {
	display: flex;
	flex-wrap: wrap;
}

.bedlight ul.clm3.bed li img {
	width: 60%;
	order: 2;
}

.bedlight ul.clm3.bed li p {
	order: 1;
}

.bedlight ul.clm3.light {
	margin-top: 2rem;
}

.bedlight ul.clm3.light li {
	margin-bottom: 2rem;
}

.bedlight .program {
	margin-bottom: 2rem;
}

.bedlight .program > div {
	width: 100%;
}

.bedlight .program > div.img {
	order: 2;
}

.bedlight .program > div.txt {
	order: 1;
}

.service ul {
	display: inherit;
}

.service ul li {
	width: 80%;
	margin: 0 auto 3rem;
}

.service ul li h2 {
	margin-bottom: 1.5rem !important;
}

.service ul li h3,
.service ul li .bedlight .program > div.txt h4,
.bedlight .program > div.txt .service ul li h4 {
	line-height: 1.6 !important;
	margin-bottom: 1.5rem !important;
	font-size: 20px !important;
}

.amenity .amenity3 li span {
	order: 2;
}

.amenity .amenity3 li div {
	width: 100%;
	order: 1;
}

.influence,
.source,
.staying {
	margin-bottom: 3rem;
}

.staying h3 small,
.staying .bedlight .program > div.txt h4 small,
.bedlight .program > div.txt .staying h4 small {
	padding: 3px 0;
	font-size: 11px;
}

.stay_list {
	margin-bottom: 3.5rem;
}

.stay_list ul li a dl dt {
	padding-right: 25px;
	font-size: 12px;
}

.stay_list ul li a dl dt::after {
	width: 15px;
	height: 15px;
	top: 5px;
	right: 5px;
}

.stay_list ul li a dl dd span {
	display: block;
	padding: 0;
}

#footer .ft_link li {
	display: block;
}
.media ul li {
	margin: 0.75% 0.5%;
	width: 30%;
}

}



@media (max-width: 575px) {


#footer .foot_link li { margin: 2rem; max-width: 50%;}
body {
	font-size: 12px;
	line-height: 1.8;
}

.staying ol.stayPlan li,
.staying ol.clinicPlan li {
	padding: 1rem 1rem 1.3rem 4rem;
}

.staying ol.stayPlan li::before,
.staying ol.clinicPlan li::before {
	left: 2rem;
}

}

@keyframes animTitle {

0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes animTitle2 {

0% {
	transform: translateY(30px);
}

100% {
	transform: translateY(0px);
}

}

@keyframes wakeup {

from {
	animation-timing-function: ease-in-out;
	transform: translate(0px, 0px) scale(0.98, 0.98) rotate(0deg) skew(0deg, 0deg);
	opacity: 0;
	filter: blur(10px);
}

to {
	animation-timing-function: linear;
	transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
	opacity: 1;
	filter: blur(0);
}

}

