@charset "utf-8";

/* PC・SP：home.css
 * **************************************************
 * Content
 * **************************************************
 */

/*
 * ======================================
 * PC
 * ======================================
 */

/* Content
------------------------------------------------------------------ */

#home #content #main {
	margin: 0;
	padding: 0;
}

/* button */
#home #content .button a {
	background-color: #ffffff;
	border: 2px solid #187FC3;
	border-radius: 30px;
	color: #187FC3;
	display: block;
	font-size: 20px;
	height: 60px;
	line-height: 58px;
	position: relative;
	text-align: center;
	transition: .3s;
	width: 100%;
}

#home #content .button a:after {
	border-right: 2px solid #187FC3;
	border-bottom: 2px solid #187FC3;
	content: '';
	display: inline-block;
	height: 12px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 7.5%;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 12px;
}

#home #content .button a:hover {
	background-color: #187FC3;
	color: #ffffff;
}

#home #content .button a:hover::after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

/* note */
#home #content #main p.note{
	font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 2;
	margin-top: 10px;
    margin-inline: auto;
    width: min(100%, 870px);
}

/* mainvisual */
#home #content #mainvisual {
	text-align: center;
}

/* toKids */
#home #content .toKids {
	margin: 40px 0 0 0;
}

#home #content .toKids .button a {
	border-radius: 50px;
	height: 100px;
	line-height: 98px;
}

#home #content .toKids .button .kidsLogo {
	display: inline-block;
	height: 1.5em;
	margin: 0 1.5em 0 0;
	position: relative;
	vertical-align: -0.3em;
	width: 8.25em;
}

#home #content .toKids .button .kidsLogo svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#home #content .toKids .button #logoBlack {
	fill: #251e1c;
}

#home #content .toKids .button #logoBlue {
	fill: #0068b2;
}

#home #content .toKids .button a:hover #logoBlack,
#home #content .toKids .button a:hover #logoBlue {
	fill: #ffffff;
}

@media only screen and (max-width: 999px) {
	#home #content .toKids .button .kidsLogo {
		margin-right: 0.5em;
		vertical-align: -0.1em;
	}

	#home #content .toKids .button a {
		font-size: 16px;
	}
}

/* whatsNewBox */
#home #content .whatsNewBox {
	margin: 90px 0 90px 0;
}

#home #content .whatsNewBox:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

#home #content .whatsNewCon {
	position: relative;
}

#home #content .whatsNewCon h2 img {
	width: 188px;
}

#home #content .whatsNewCon .whatsNew {
	border: 4px solid #DBDCDC;
	margin: 0.76em 0 0 0;
	padding: 1em 4%;
}

#home #content .whatsNewCon .whatsNew dl {
	border-bottom: 1px dashed #C8C9CA;
	display: table;
	width: 100%;
}

#home #content .whatsNewCon .whatsNew dl:last-child {
	border-bottom: none;
}

#home #content .whatsNewCon .whatsNew dl dt {
	display: table-cell;
	font-size: 1.3rem;
	line-height: 1.28;
	padding: 0.8em 0;
	text-align: left;
	vertical-align: middle;
	width: 14%;
}

#home #content .whatsNewCon .whatsNew dl dd {
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1.28;
	padding: 0.8em 0;
	text-align: left;
	vertical-align: top;
}

#home #content .whatsNewCon .whatsNew dl dd a {
	color: #0068B7;
	text-decoration: underline;
}

/* whatsNewBox:toAll */
#home #content .whatsNewCon .toAll {
	position: absolute;
	top: 0.2em;
	right: 0;
}

#home #content .whatsNewCon .toAll a {
	background: url(../images/common/arrow_navi.gif) no-repeat left center;
	background-size: 1em 1em;
	display: block;
	font-size: 1.3rem;
	height: 100%;
	line-height: 1.2;
	padding: 0 0 0 1.4em;
}

/* intro */
#home #content .intro {
	background: url(../images/home/huse_HP_2024_11_top.png) no-repeat;
	background-size: auto;
	background-attachment: fixed;

/* PCサイズ */
@media (min-width: 1024px) {
	background-size: auto;
	background-position: 668px 20px; 
  }
  
  /* タブレットサイズ */
  @media (min-width: 768px) and (max-width: 1023px) {
	background-size: 140%;
	background-position: 240px 220px; 
  }
  
  /* スマートフォンサイズ */
  @media (max-width: 767px) {
	background: none;
  }
}
#home #content .intro .inner {
	padding:4% 0 4% 0 ;
}
#home #content .intro h1 {
	text-align: center;
	color: #187FC4;
	font-size: 40px;
	margin: 0 0 30px 0;
	line-height: 1.65;
}
#home #content .intro h1 + p {
	text-align: center;
	color: #000;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03rem;
}
#home #content .intro h1 br {
	display: none;
}
#home #content .intro p br{
		display: block;
}
#home #content .intro .areaguid {
	width: 64%;
	margin: 3% 0 0 0%;
}
#home #content .intro .areaguid .flex {
	display: flex;
	justify-content: space-between;
	gap: 40px; 
}
#home #content .intro .areaguid .flex .item{
	flex: 1;
	display: flex;
	text-align:center;
	flex-direction: column;
	align-items: center;
}
#home #content .intro .areaguid .flex .item p {
	font-size: 1.8rem;
	border-radius: 30px;
	width: 82%;
	background: #000;
	padding:1.6%;
	color: #fff;
	margin-top:14px;
}
#home #content .intro .areaguid .flex .item img {
	width: 100%;
	margin: 0 ;
	display: block;
	margin-top: 40px;
}
#home #content .intro .man-to-man + p {
	text-align: center;
	color: #000;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	width: 64%;
	margin-top: 3%;
}
#home #content .intro .man-to-man + p br {
	display: none;
}
#home #content .intro .man-to-man {
	display: none;
}



/* campaign */
#home #content #campaign .block {
	background:url(../images/home/2507_bg.png) no-repeat bottom center;
	background-size: 100% 100%;
	padding: 2.5% 0 5% 0;
}

#home #content #campaign h2 img {
	width: 88%;
	display: block;
	margin: 0 auto;
	margin-top: 5%;
}

#home #content #campaign .date{
	margin-top: 3%;
}

#home #content #campaign .date h2 {
	color: #fff;
	background-color: #DB950F;
	width: 76%;
	border-radius: 100px;      
	font-size: 2rem;
	text-align: center;
	margin: 0 auto;
	padding: 2% 0%;
}

#home #content #campaign .date h2 span{
	font-size: 4rem;
}

#home #content #campaign .date h2 br{
	display: none;
}

#home #content #campaign .detial {
	margin: 50px 65px 0;
    gap: 30px; 
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#home #content #campaign .detial .benefit {
    background-color: #ffffff;
    /*border: 4px solid #000;*/
    width: calc(50% - 15px);/*2列の場合つける*/
}
#home #content #campaign .detial .benefit h3 {
    background-color: #000;
    color: #FFF;
    font-family: inherit;
    padding: 12px 0 15px;
    text-align: center;
	font-size: 2.4rem;
    letter-spacing: 0.03em;
}
#home #content  #campaign .detial .limited {
	background: #fff;
	text-align: center;
	gap: 30px;
	/*border: 4px solid #000;*/
}
#home #content  #campaign .detial .limited h3 {
	background-color: #000;
    color: #FFF;
    font-family: inherit;
    padding: 12px 0 15px;
    text-align: center;
	font-size: 2.4rem;
    letter-spacing: 0.03em;
}
#home #content  #campaign .detial .limited p br {
	display: block;
}
#home #content  #campaign .detial .limited h4 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	margin-top: 3%;
	margin-bottom: 3%;
}
#home #content  #campaign .detial .limited .item {
	content: "";
	clear: both;
}
#home #content  #campaign .detial .limited .item .itemText {
	float: right;
	width: 53%;
	margin-right: 5%;
}
#home #content  #campaign .detial .limited .item .itemText p{
	background: #FFF;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	padding: 3% 0 0;
	border-top: 1px solid #000;
	margin-top: 3.5%;
}
#home #content  #campaign .detial .limited .item img {
	float: left;
	width: 33%;
	margin-left: 5%;
	margin-bottom: 5%;
}
#home #content  #campaign .detial .limited .point {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
}
#home #content  #campaign .detial .limited .point br {
	display: none;
}



/* norikae */
#home #content .norikae .block {
	background-color: #0099B5;
	padding: 2.5% 0 5% 0;
}
#home #content .norikae  h2 {
	color:#000;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-top:4%;
}
#home #content .norikae h2 img {
	width: 76%;
   display: block;
   margin-top:0;
   margin-bottom: 3%;
   margin: 0 auto;
}
#home #content .norikae .norikae-image {
	display: none;
}
#home #content .norikae hr.hr {
	height: 1px;
	border: none;
	border-top: 3px #000 solid;
	width: 30%;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
#home #content .norikae h4 {
	color:#000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-top: 2%;
	margin-bottom:4%;
}
#home #content .norikae .detial {
	margin: 30px 65px 0;
    gap: 30px; 
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#home #content .norikae .detial .benefit {
    background-color: #ffffff;
    border: 3px solid #000;
    width: calc(50% - 15px);
}
#home #content .norikae .benefit h3 {
	background: #000;
	color: #FFF;
	padding: 12px 0 15px;
    text-align: center;
	font-size: 2.4rem;
    letter-spacing: 0.03em;
}
#home #content .norikae .benefit.yellow {
	background: #FFF000;
}

/* recommendation */
#home #content .recommendation {
    background: #F9FAED;
    padding:5% 0;
	font-size: 16px;
	font-weight: normal;
    line-height: 28px; 
	margin: 0;
}
#home #content .recommendation .flex {
    display: flex;
    margin-top: 50px;
}
#home #content .recommendation .flex .panel{
    width: 100%;
    padding-right: 5%;
}
#home #content .recommendation .flex .text{
    width: 80%;
    color: #333333;
}
#home #content .recommendation .flex .text .box{
    border: 1px solid #333333;
    padding: 10px;
    margin-top: 20px;
}


/* kintore */
#home #content #kintore h2 {
	color:#000;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-top:4%;
	margin-bottom: 2.5%;
}
#home #content #kintore h2 br:nth-of-type(2) {
display: none;
}
#home #content #kintore img {
	width: 76%;
   display: block;
   margin: 0 auto;
}
#home #content #kintore .button02 {
	margin: 1.92em auto 0;
	width: 375px;
}
#home #content #kintore .button02 a {
	background-color: #DDE11B;
	border: 2px solid #000;
	border-radius: 1.53em;
	box-shadow: 3px 3px 0 0 #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 0.66em 1.33em;
	position: relative;
	text-align: center;
	width: 100%;
}
#home #content #kintore .button02 a:hover {
	color: #333333;
}
#home #content #kintore .button02 a::after {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: '';
	display: inline-block;
	height: 12px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: rotate(-45deg);
	width: 12px;
}

/* onecoin */
#home #content #onecoin {
    margin: 80px auto;
}

/* family */
#home #content #family h3 {
	font-size: 40px;
	text-align: center;
    color:#187FC3 ;
    font-weight: bold;
    margin: 5% 0 3% 0;
}

#home #content #family .block {
	background-color: #187FC3;
	margin-bottom:5%;
	padding:3% 0 5% 0;
}
#home #content #family .header h2{
	font-size: 40px;
	font-weight: bold;
	color: #FFF000;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	margin-bottom: 2.5%;
}
#home #content #family .header h2 br {
	display: none;
}
#home #content #family .header p {
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-bottom: 3%;
}
#home #content #family .block p br {
	display: block;
}
#home #content #family .discount {
    margin: 30px auto 0;
    width: min(70%, 700px);
}
#home #content #family .flex {
    margin-top: 50px;
	display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
#home #content #family .flex .image {
    width: calc(50% - 30px);
}
#home #content #family .flex .image img {
    border-radius: 30px;
}
#home #content #family .flex .text {
    width: 50%;
}
#home #content #family .flex .text h4 {
	color: #FFF000;
	font-size: 2rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	text-align: left;
}
#home #content #family .flex .text h4 span {
	color: #FFF000;
	font-size: 2.5rem;
}
#home #content #family .flex .text .detail {
    margin: 25px 0 0 0;
	gap: 8px 0;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#home #content #family .flex .text .detail dl {
    align-items: flex-start;
	display: flex;
	gap: 0 12px;
	font-size: 1.6rem;
	line-height: 2;
}
#home #content #family .flex .text .detail dl dt {
    background-color: #ffffff;
    color: #187FC3;
	border-radius: 30px;
	padding: 1px 0 0 0 ;
	text-align: center;
	width: 110px;
}
#home #content #family .flex .text .detail dl dd {
    flex: 1;
	padding: 1px 0 0 0;
	color: #fff;
}
#home #content #family .flex .text p {
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 2;
	margin-top: 10px;
    margin-inline: auto;
    width: min(100%, 870px);
	color: #fff;
}
#home #content #family  .box{
	font-size: 1.8rem;
	width: 100%;
    border: 1px solid #fff;
	color: #FFF;
    padding: 14px;
    margin: 0 auto;
    margin-top: 5%;
	text-align: center;
}


/* banner */
#home #content .banner {
	margin: 100px 0 0 0;
}

/* floorMap */
#home #content .floorMap h2 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-bottom: 5%;
}

#home #content .floorMap h2 br:nth-of-type(odd) {
	display: none;
}

#home #content .floorMap p {
	font-size: 18px;
	line-height: 2;
	margin: 21px 0 0 0;
}

#home #content .floorMap .floor {
	background-position: center 220px;
	background-repeat: no-repeat;
	background-size: 1400px;
	padding: 0 0 160px;
}

@media only screen and (min-width: 1401px) {
	#home #content .floorMap .floor {
		background-size: 100%;
	}
}

#home #content .floorMap .floor {
	margin: 120px 0 0 0;
}

#home #content .floorMap .floor+.floor {
	margin-top: 90px;
}

#home #content .floorMap .floor#f01 {
	background-image: url(../images/home/bg_floor_1st.png);
}

#home #content .floorMap .floor#f02 {
	background-image: url(../images/home/bg_floor_2nd.png);
}

#home #content .floorMap .floor#f02 img+img {
	margin-top: 85px;
}

#home #content .floorMap .floor#f03 {
	background-image: url(../images/home/bg_floor_3rd.png);
}

#home #content .floorMap .floor#f04 {
	background-image: url(../images/home/bg_floor_4th.png);
}

#home #content .floorMap .floor h3 {
	margin: 0 0 20px;
}

#home #content .floorMap .floor .gallery {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 75px 0 0 0;
}

#home #content .floorMap .floor .gallery .item {
	width: 49%;
}

#home #content .floorMap .floor .gallery .item:nth-child(n + 3) {
	margin-top: 30px;
}

#home #content .floorMap .video {
	margin: 115px 0 0 0;
}

#home #content .floorMap .video .videoWrap {
	padding-top: 56.25%;
	position: relative;
}

#home #content .floorMap .video .videoWrap iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#home #content .floorMap .reservation {
	margin: 115px 0 0 0;
}

#home #content .floorMap .reservation .block {
	border: 1px solid #187FC3;
}

#home #content .floorMap .reservation .block>div {
	padding: 40px 60px;
}

#home #content .floorMap .reservation .trigger {
	cursor: pointer;
	position: relative;
}

#home #content .floorMap .reservation .trigger::after {
	border-right: 2px solid #187FC3;
	border-bottom: 2px solid #187FC3;
	content: '';
	display: inline-block;
	height: 14px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: rotate(45deg);
	width: 14px;
}

#home #content .floorMap .reservation .trigger.active::after {
	margin-top: -6px;
	transform: rotate(-135deg);
}

#home #content .floorMap .reservation .trigger h3 {
	color: #187FC3;
	font-size: 20px;
	margin: 0;
}

#home #content .floorMap .reservation .trigger h3 br {
	display: none;
}

#home #content .floorMap .reservation .toggleContent {
	border-top: 1px dotted #187FC3;
}

#home #content .floorMap .reservation ul {
	list-style: none;
}

#home #content .floorMap .reservation ul li {
	font-size: 15px;
	line-height: 2;
	margin-left: 1em;
	text-indent: -1em;
}

#home #content .floorMap .reservation ul li::before {
	content: '・';
}

#home #content .floorMap .reservation p.notes {
	font-size: 13px;
	margin-left: 1em;
}

#home #content .floorMap .reservation p.link {
	font-size: 15px;
	margin: 40px 0 0;
	text-align: center;
}

#home #content .floorMap .reservation p.link a {
	color: #187FC3;
	text-decoration: underline;
}

#home #content .floorMap .reservation p.link a::after {
	background: url(../images/home/icon_pdf.svg) no-repeat right top;
	background-size: 100%;
	content: '';
	display: inline-block;
	height: 22px;
	margin-left: 0.2em;
	vertical-align: -0.2em;
	width: 18px;
}

#home #content .floorMap .button {
	margin: 44px auto 0;
	width: 60%;
}

/* info */
#home #content .info {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	/* margin: 130px 0 0 0; */
}

#home #content .info p.note {
	font-size: 12px;
	line-height: 2;
	font-weight: 500;
    letter-spacing: 0.03em;
	margin-top: 10px;
    margin-inline: auto;
}

#home #content .info .attention {
	color: #E23C3A;
	font-weight: bold;
}

#home #content .info h3 {
	background-color: #187FC3;
	color: #ffffff;
	margin: 0 0 35px;
	padding: 16px;
	text-align: center;
}

#home #content .info p.notes.scrolling {
	display: none;
}

#home #content .info table {
	margin: 0 0 20px;
	width: 100%;
}

#home #content .info table tr th,
#home #content .info table tr td {
	border: 1px solid #707070;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
}

#home #content .info table tr th {
	background-color: #333333;
	color: #ffffff;
	padding: 14px 0.5em;
}

#home #content .info table tr th:first-child {
	width: 36.4%;
}

#home #content .info table tr th:last-child {
	width: 48.6%;
}

#home #content .info table tr th {
	background-color: #333333;
	color: #ffffff;
}

#home #content .info table tr td {
	position: relative;
	text-align: left;
	line-height: 1.4;
}

#home #content .info table tr td p {
	position: absolute;
	width: 16%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 3.5%;
}
#home #content .info table tr:nth-of-type(5) > td:first-child,
#home #content .info table tr:nth-of-type(6) > td:first-child,
#home #content .info table tr:nth-of-type(7) > td:first-child,
#home #content .info table tr:nth-of-type(8) > td:first-child,
#home #content .info table tr:nth-of-type(9) > td:first-child {
	padding-left: 8% !important;
}

#home #content .info table tr td span.notes {
	font-size: 0.8em;
	color: #E23C3A;
}

#home #content .info table tr td span.small {
	font-size: 0.8em;
}

#home #content .info table tr td.fee {
	text-align: center;
	padding: 4% 0;
}

/*#home #content .info table.basic tr td.jrFamily dl dt {
	background:#E23C3A;
	border-radius:30px;
	color:#ffffff;
	font-size: 1.5rem;
	padding: 1.2em 0.6em;
	margin-right: 0.6em;
	vertical-align:middle;
	width:60px;
	float:left;
}*/



/* 入会受付／施設見学について用 */
/* #home #content .info table.schedule {
	border-bottom: 1px solid #707070;
	margin-bottom: 0;
}

#home #content .info table.schedule tr {
	border-top: 1px solid #707070;
}

#home #content .info table.schedule tr th:first-child,
#home #content .info table.schedule tr td:nth-child(2) {
	background-color: #F8F8F8;
}

#home #content .info table.schedule tr.open th:first-child,
#home #content .info table.schedule tr.open td:nth-child(2) {
	background-color: #FFEDED;
}

#home #content .info table.schedule tr th,
#home #content .info table.schedule tr td {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
	vertical-align: middle;
}

#home #content .info table.schedule tr th:last-child,
#home #content .info table.schedule tr td:last-child {
	border-left: 1px solid #707070;
}

#home #content .info table.schedule thead tr th {
	padding: 16px 0;
}

#home #content .info table.schedule tbody tr th {
	padding: 0 0 0 14px;
	width: 270px;
}

#home #content .info table.schedule tbody tr th span {
	font-size: 15px;
}

#home #content .info table.schedule tbody tr td:nth-child(3) {
	text-align: center;
	width: 220px;
}

#home #content .info table.schedule tbody tr th {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#home #content .info table.schedule tbody tr td {
	padding: 13px 20px;
}

#home #content .info table.schedule tbody tr td.none {
	text-align: center;
}

#home #content .info table.schedule tbody tr td ul {
	list-style: none;
	width: 94px;
}

#home #content .info table.schedule tbody tr td ul li {
	background-color: #CCCCCC;
	border-radius: 13px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

#home #content .info table.schedule tbody tr td ul li+li {
	margin-top: 5px;
}

#home #content .info table.schedule tbody tr td ul li.on:first-child {
	background-color: #E23C3A;
}

#home #content .info table.schedule tbody tr td ul li.on:nth-child(2) {
	background-color: #187FC3;
}

#home #content .info table.schedule tbody tr td ul li.on:nth-child(3) {
	background-color: #318D00;
}

#home #content .info table.schedule tbody tr td span.not {
	background-color: #8B8B8B;
	color: #ffffff;
	display: inline-block;
	margin: 4px 0 0 0;
	padding: 8px 10px;
}

#home #content .info table.schedule tbody tr td span.attention {
	font-weight: normal;
} */

#home #content .info .twoColumns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#home #content .info .twoColumns>div {
	width: 50%;
}

/* 特設ブース用 */
/* #home #content .info#admission .twoColumns {
	margin-top: 78px;
}

#home #content .info#admission .details dl {
	font-size: 1.5rem;
	line-height: 2;
}

#home #content .info#admission .details dl+dl {
	margin-top: 35px;
}

#home #content .info#admission .details dl dt {
	border: 1px solid #707070;
	display: table;
	padding: 5px 18px 3px;
}

#home #content .info#admission .details dl dd {
	margin: 15px 0 0 0;
} */

/* access */
#home #content .access {
	margin: 140px 0;
}

#home #content .access .inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#home #content .access .inner>div {
	width: 50%;
}

#home #content .access .storeInfo {
	background-color: #333333;
	color: #ffffff;
	padding: 60px;
}

#home #content .access .storeInfo dl {
	font-size: 18px;
	line-height: 1.5;
}

#home #content .access .storeInfo dl+dl {
	margin-top: 40px;
}

#home #content .access .storeInfo dl.name dt {
	font-size: 18px;
	font-weight: bold;
}

#home #content .access .storeInfo dl dd {
	margin-top: 12px;
}

#home #content .access .storeInfo dl.name dd {
	font-size: 28px;
	font-weight: bold;
}

#home #content .access .storeInfo dl dd span:not(.telLink) {
	display: block;
	font-size: 0.9em;
	margin-top: 6px;
}

#home #content .access .storeInfo dl dd a {
	color: #ffffff;
	display: block;
	margin-top: 0.5em;
	text-decoration: underline;
}

/* banner */
/* #home #content .banner {

} */

/* popup */
.white-popup {
	background: #ffffff;
	margin: 20px auto;
	padding: 50px;
	position: relative;
	max-width: 1100px;
	width: auto;
}

.mfp-content .gallery {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.mfp-content .gallery .item {
	width: 49%;
}

.mfp-content .gallery .item:nth-child(n + 3) {
	margin-top: 30px;
}



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

	#home #content .intro h1 br {
		display: block;
	}

}



/*
 * ======================================
 * SP
 * ======================================
 */

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

	/* note */
   #home #content #main p.note{
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    width: 100%;
	margin-top: 3%;
}

	/* button */
	#home #content .button a {
		font-size: 16px;
		line-height: 1.3;
		height: auto;
		padding: 8px 0;
	}

	#home #content .button a span {
		display: block;
	}

	/* toKids */
	#home #content .toKids .button a {
		border-radius: 50px;
		font-size: 14px;
		height: 100px;
		line-height: 1.6;
	}

	#home #content .toKids .button .kidsLogo {
		display: block;
		height: 20px;
		margin: 0 auto 12px;
		width: 120px;
	}

	/* whatsNewBox */
	#home #content .whatsNewBox {
		margin: 40px 0 0 0;
	}

	#home #content .whatsNewBox .whatsNew {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	#home #content .whatsNewBox .whatsNew .iframeWrapper {
		height: 60px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	#home #content .whatsNewBox .whatsNew iframe {
		display: block;
		height: 100%;
		width: 100%;
	}

	#home #content .whatsNewCon .whatsNew dl {
		display: block;
		padding: 1em 0;
	}

	#home #content .whatsNewCon .whatsNew dl dt {
		display: block;
		padding: 0;
		width: 100%;
	}

	#home #content .whatsNewCon .whatsNew dl dd {
		display: block;
		padding: 0.4em 0 0 0;
	}

	/* whatsNewBox:toAll */
	#home #content .whatsNewCon .toAll {
		clear: both;
		float: right;
		margin-top: 1em;
		position: static;
	}

	/* intro */
	#home #content .intro h1 {
		font-size: 2rem;
		line-height: 1.75;
		margin: 40px 0 20px 0;
	}
	#home #content .intro h1 + p {
		margin-bottom: 20px;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2;
		word-break: keep-all;
	}
	#home #content .intro .inner {
		padding:4% 0 8% 0 ;
	}
	#home #content .intro .areaguid {
		width: 100%;
		margin: 0;
		margin: 0 auto;
		padding: 0 5%;
	}
	#home #content .intro .areaguid .flex {
		gap: 20px; 
	}
	#home #content .intro .areaguid .flex .item p {
		font-size: 1.4rem;
		width: 72%;
		padding:1.6%;
		margin-top:14px;
	}
	#home #content .intro .man-to-man + p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.03rem;
		width: 100%;
		margin-top: 24px;
	}
	#home #content .intro .man-to-man + p br {
		display: block;
	}
	#home #content .intro .areaguid .flex .item img {
		margin-top: 20px;
	}
	#home #content .intro .man-to-man img {
		display: block;
		width: 100%;
	}
	#home #content .intro .man-to-man {
		display: block;
		margin-top: 40px;

	}

    /* btnBlock */
    #home #content .btnBlock .inner{
        display:block;
    }
    #home #content .btnBlock .inner p{
        padding:0 30px 20px;
    }

    /* select 
	#home #content .select {
		margin: 0 0 8%;
	}

	#home #content .select h2 {
		margin: 0 auto 5%;
	}

	#home #content .select ul li {
		width: 64%;
		clear: both;
		margin: 0 18% 5%;
	}*/

	/* plan
	#home #content .plan h2 {
		margin: 100px auto 30px;
	}

	#home #content .plan h3 {
		font-size: 28px;
	}

	#home #content .plan .detial dl dt {
		font-size: 16px;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	#home #content .plan .detial dl dd {
		font-size: 18px;
		line-height: 28px;
		padding-left: 0;
	}

	#home #content .plan .detial dl dd span {
		font-size: 32px;
	}

	#home #content .plan .detial .text {
		font-size: 16px;
	}

	#home #content .plan .detial .notes {
		font-size: 12px;
	} */

	/* campaign */
	#home #content #campaign .block {
		width: auto;
		padding-bottom: 10%;
	}
	#home #content #campaign h2 img {
		width: 100%;
		margin-bottom: 5%;
	}
#home #content #campaign .date h2 {
	width: 100%;
	border-radius: 100px;      
	font-size: 1.4rem;
	padding: 3% 0%;
	line-height: 1.3;
}

#home #content #campaign .date h2 span{
	font-size: 3rem;
}

#home #content #campaign .date h2 br{
	display: block;
}
	#home #content #campaign .detial {
		margin: 15px 0 0;
		gap: 15px; 
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#home #content #campaign .detial .benefit {
		width: 100%;
	}
	#home #content #campaign .detial .benefit h3 {
		font-size: 1.6rem;
	}
	#home #content  #campaign .detial .limited {
		gap: 15px;
	}
	#home #content  #campaign .detial .limited h3 {
		font-size: 1.6rem;
	}
	#home #content #family .discount,#home #content  #campaign .detial .limited p br,#home #content  #campaign .detial .limited h4 br {
		display: none;
	}
	#home #content  #campaign .detial .limited h4 {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-top: 5%;
		margin-bottom: 5%;
		padding: 0 7%;
	}
	#home #content  #campaign .detial .limited .item {
		display: flex;
		flex-direction: column;
        align-items: center; 
        text-align: center; 
		padding: 0 7%;
	}
	#home #content  #campaign .detial .limited .item .itemText {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-top: 4%;
	}
	#home #content  #campaign .detial .limited .item .itemText p{
		font-size: 1.4rem;
		padding: 0 ;
		border-top: none;
		margin-top: 3%;
		margin-bottom: 7%;
		color:#a0a0a0f1;
	}
	#home #content  #campaign .detial .limited .item img {
		float: none;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 0%;
	}
	#home #content  #campaign .detial .limited .point {
		font-size: 1.6rem;
		text-align: left;
		font-weight: 1000;
        margin-bottom: 0;
	}
	#home #content  #campaign .detial .limited .point br {
		display: none;
	}


    /* norikae */
	#home #content .norikae .block {
		padding-bottom: 10%;
	}
	#home #content .norikae  h2 {
		font-size: 1.8rem;
		line-height: 1.75;
		margin-top:10%;
	}
	#home #content .norikae h2 img {
		width: 100%;
	   margin-bottom: 5%;
	}
	#home #content .norikae hr.hr {
		display: none;
	}
	#home #content .norikae .norikae-image {
		display: block;
		margin-top: 5%;
	}
	#home #content .norikae .norikae-image img {
		width: 100%;
	}
	#home #content .norikae h4 {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.05rem;
		margin-top: 5%;
		margin-bottom:10%;
	}
	#home #content .norikae .detial {
		margin: 15px 0 0;
		gap: 15px; 
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#home #content .norikae .detial .benefit {
		width: 100%;
	}
	#home #content .norikae .benefit h3 {
		font-size: 1.6rem;
	}



    
    /* recommendation */
    #home #content .recommendation .inner {
        padding-top: 5%;
		padding-bottom: 5%;
    }
    #home #content .recommendation h3{
        width: 100%;
    }
    #home #content .recommendation .flex {
        display: block;
		margin-top: 5%;
        margin-bottom: 16%;
    }
	#home #content .recommendation .flex:nth-of-type(6) {
        margin-bottom: 0;
    }
    #home #content .recommendation .flex .panel{
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    #home #content .recommendation .flex .text{
        width: 100%;
        margin: 0 auto;
    }
	#home #content .recommendation .flex .text p {
        font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.05rem;
    }
    #home #content .recommendation .flex .text .box{
        padding: 10px;
        margin-top: 10px;
    }
	#home #content .recommendation .flex .panel{
		padding-right: 0%;
	}

	/* kintore */
#home #content #kintore h2 {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-top:10%;
	margin-bottom: 5%;
}
#home #content #kintore h2 br:nth-of-type(2) {
	display: block;
	}
#home #content #kintore img {
	width: 100%;
}
    #home #content #kintore .button02 {
        width: 100%;
    }

    /* onecoin */
    #home #content #onecoin {
        margin: 80px auto 80px;
    }

	/* family */
	#home #content #family .block{
		padding: 10% 0 14% 0;
	}
    #home #content #family h3{
        font-size: 1.8rem;
		line-height: 1.75;
        margin-bottom: 5%;
		margin-top: 10%;
    }
	#home #content #family .header h2{
		font-size: 1.8rem;
		line-height: 1.75;
		margin-bottom: 3%;
	}
	#home #content #family .header h2 br {
		display: block;
	}
	#home #content #family .header p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.05rem;
		text-align: center;
		margin-bottom: 5%;
	}
	#home #content #family .block p br {
		display: none;
	}
	#home #content #family .discount,
	#home #content #family .flex .image,
    #home #content #family .flex .text {
		display: block;
        width: 100%;
    }
	#home #content #family .flex {
		margin-top: 30px;
	}
    #home #content #family .flex .image {
        order: 2;
    }
    #home #content #family .flex .text {
        display: contents;
		text-align: center;
    }
    #home #content #family .flex .text h4 {
		font-size: 1.4rem;
		line-height: 1.75;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
        order: 1;
    }
	#home #content #family .flex .text h4 span {
		font-size: 1.8rem;
    }
	#home #content #family .flex .text .detail {
		margin-top: 20px;
        order: 3;
        width: 100%;
		display: block;
	}
	#home #content #family .flex .text .detail dl {
		display: block;
		gap: 0px;
		font-size: 1.4rem;
		line-height: 2;
	}
	#home #content #family .flex .text .detail dl dt {
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	#home #content #family .flex .text .detail dl dd {
		margin-top: 5px;
	}
	#home #content #family .flex .text p {
		font-size: 1.1rem;
		letter-spacing: 0.05em;
		width: 100%;
		margin-top: 3%;
		margin-bottom: 5%;
		order: 4;
	}
	#home #content #family  .box{
		font-size: 1.4rem;
		line-height: 2;
		width: 100%;
		border: 1px solid #fff;
		color: #FFF;
		padding: 16px;
		margin-top: 3%;
		text-align: center;
	}



	/* banner */
	#home #content .banner {
		margin-top: 45px;
	}

	/* floorMap */
	#home #content .floorMap {
		margin-top: 60px;
	}

	#home #content .floorMap h2 {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 2;
		letter-spacing: 0.03rem;
		text-align: center;
		margin-bottom: 5%;
	}	
	#home #content .floorMap h2 br:nth-of-type(odd) {
		display: block;
	}
	#home #content .floorMap p {
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0.03rem;
		margin: 21px 0 0 0;
	}

	#home #content .floorMap .floor {
		background-position: center 90px;
		background-size: 140%;
		padding-bottom: 30px;
	}

	#home #content .floorMap .floor {
		margin-top: 60px;
	}

	#home #content .floorMap .floor+.floor {
		margin-top: 40px;
	}

	#home #content .floorMap .floor#f02 img+img {
		margin-top: 40px;
	}

	#home #content .floorMap .floor .gallery {
		margin-top: 40px;
	}

	#home #content .floorMap .video {
		margin-top: 60px;
	}

	#home #content .floorMap .button {
		margin-top: 25px;
		width: 100%;
	}

	#home #content .floorMap .reservation {
		margin-top: 60px;
	}

	#home #content .floorMap .reservation .block>div {
		padding: 15px 5%;
	}

	#home #content .floorMap .reservation .trigger::after {
		height: 12px;
		margin-top: -6px;
		right: 7.5%;
		width: 12px;
	}

	#home #content .floorMap .reservation .trigger.active::after {
		margin-top: -4px;
	}

	#home #content .floorMap .reservation .trigger h3 {
		font-size: 16px;
		line-height: 1.4;
	}

	#home #content .floorMap .reservation .trigger h3 br {
		display: block;
	}

	#home #content .floorMap .reservation ul li {
		font-size: 14px;
	}

	#home #content .floorMap .reservation p.notes {
		font-size: 12px;
	}

	#home #content .floorMap .reservation p.link {
		background-position: right center;
		font-size: 14px;
		margin-top: 20px;
	}

	/* info */
	#home #content .info {
		font-size: 15px;
		margin-top: 60px;
	}

	#home #content .info h3 {
		margin-bottom: 20px;
	}

	#home #content .info p.notes.scrolling {
		display: block;
		font-size: 13px;
		margin-bottom: 0.5em;
		text-align: right;
	}

	#home #content .info .scroll {
		overflow-x: scroll;
	}

	#home #content .info table {
		white-space: nowrap;
	}

	#home #content .info table tr th,
	#home #content .info table tr td {
		font-size: 1.4rem;
	}
	#home #content .info table {
		width: 200%;
	}

	/* 入会受付／施設見学について用 */
	/* #home #content .info table.schedule tr th,
	#home #content .info table.schedule tr td {
		font-size: 13px;
	}

	#home #content .info table.schedule tbody tr th span {
		font-size: 13px;
	}

	#home #content .info table.schedule tbody tr th {
		font-size: 16px;
	}

	#home #content .info .twoColumns>div {
		width: 100%;
	} */

	/* 特設ブース用 */
	/* #home #content .info#admission {
		margin-top: -80px;
		padding-top: 140px;
	}

	#home #content .info#admission .twoColumns {
		margin-top: 40px;
	}

	#home #content .info#admission .map {
		height: 250px;
		margin-top: 35px;
	} */

	/* access */
	#home #content .access {
		margin: 70px 0 60px;
	}

	#home #content .access .inner>div {
		width: 100%;
	}

	#home #content .access .storeInfo {
		padding: 30px 8%;
	}

	#home #content .access .storeInfo dl {
		font-size: 15px;
	}

	#home #content .access .storeInfo dl+dl {
		margin-top: 25px;
	}

	#home #content .access .storeInfo dl.name dt {
		font-size: 16px;
	}

	#home #content .access .storeInfo dl.name dd {
		font-size: 22px;
	}

	#home #content .access .storeInfo dl dd a[href^="tel:"] {
		display: inline-block;
		margin-top: 0;
	}

	#home #content .access .map {
		height: 250px;
	}

	/* banner */
	#home #content .banner#bnrSticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transform: translateY(-100%);
		transition: .3s;
		z-index: 10;
	}

	#home #content .banner#bnrSticky .inner {
		padding: 0;
	}

	#home #content .banner#bnrSticky.fixed {
		transform: translateY(0);
	}

	/* popup */
	.white-popup {
		padding: 40px 15px;
	}

	.mfp-content .gallery .item {
		width: 100%;
	}

	.mfp-content .gallery .item:nth-child(n + 2) {
		margin-top: 10px;
	}

}