@charset "UTF-8";
/* top-slides */

.top-slides {
	width: 100%;
	border-top: solid 20px #BAE2F8;
	border-bottom: solid 20px #BAE2F8;
	background-color: #D2ECFA;
	overflow: hidden;
}

.top-slides > div {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;

}

.img-wrapper {
	background: no-repeat right top;
	background-size: contain;
	position: relative;
}

.top-slides > div > img {
	width: 100%;
	margin: -20px 0;
}

.top-slides > div > div {
	display: block;
	width: 100%;	
	margin: 0 auto;
	background: #D2ECFA;
}

.top-slides > div > a {
	display: block;
	width: 30%;
	line-height: 3.0rem;
	position: absolute;
	bottom: 3.0rem;
	left: 4%;
	background-color: #fff;
	color: #4097D3;
	text-decoration: none;
	border: solid 1px #4097D3;
	text-align: center;
	transition: .3s;
}

.top-slides > div > a:hover {
	opacity: .6;
}

.container {
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
}

.container h2 span:last-child {
	color: #808080;
	font-size: 1.2rem;
	display: inline-block;
	position: absolute;
	bottom: 12px;

}
.container h2 span:first-child {
	font-size: 0;
}

/* news */
#news {
	padding-bottom: 148px;
	border-bottom: 1px black;
	margin: 84px auto 0;
	overflow: hidden;
}

#news h2 {
	width: calc(100% - 238px);
	background: top left url("../../img/index_title_news.png") no-repeat;
	height: 49px;
	border-bottom: 2px solid #e6e6e6;
	padding: 0 0 14px 238px;
	position: relative;
}

#news .news-box {
	width: calc(100% + 40px);
	display: table;
	margin: 64px -20px;
	clear: both;
	font-size: 0;
	border-collapse: separate;
	border-spacing: 20px 0;
}

#news .news-box-inner {
	width: 25%;
	display: table-cell;
	border: solid 1px #e6e6e6;
	padding: 18px 26px;
}

#news .news-box-inner a {
	color: #4d4d4d;
	text-decoration: none;
}

#news .news-img {
	width: 100%;
	height: 100%;
	padding: calc(100% - 36px) 0 0 0;
	border-radius: 50%;
	display: inline-block;
}

#news .news-img img {
	width: 0;
}

#news .news-date {
	font-size: 0.8rem;
	margin: 0.6rem 0 0 0;
}

#news h3 {
	font-size: 1.0rem;
	line-height: 1.1rem;
	margin: 0;
	width: 100%;
	height: 2.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#news .news-txt {
	font-size: 0.7rem;
	line-height: 0.9rem;
	margin: 0.5rem 0 0 0;
	width: 100%;
	height: 3.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

#news .news-box-inner .news-category {
	display: inline-block;
	height: 27px;
	font-size: 12px;
	line-height: 27px;
	margin: 18px 0 0 auto;
	background-color: #666666;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 .4em;
	float: right;
}

#news .news-list-btn {
	margin: 64px auto 0;
	width: 891px;
	height: 81px;
	background-color: #D2ECFA;
	text-align: center;
}

#news .news-list-btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.1rem;
	text-decoration: none;
	color: #4097D3;
	font-size: 1.1rem;
	line-height: 81px;
	font-weight: bolder;
	transition: .3s;
}

#news .news-list-btn a:before {
	margin-right: 2rem;
	font-size: 0.6rem;
	content: "<<";
	vertical-align: top;
}
#news .news-list-btn a:after {
	margin-left: 2rem;
	font-size: 0.6rem;
	content: ">>";
	vertical-align: top;
}

#news .news-list-btn a:hover {
	opacity: .6;
}


/* concept */

#concept h2 {
	width: calc(100% - 341px);
	background: top left url("../../img/index_title_concept.png") no-repeat;
	height: 48px;
	font-size: 0;
	border-bottom: 2px solid #e6e6e6;
	padding: 0 0 14px 341px;
	position: relative;
}


#concept .concept-box-inner {
	display: block;
	width: calc(100% - 120px);
	margin: 0 auto;
}

#concept .concept-box-inner h3 {
	height: 120px;
	font-size: 2.0rem;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}

#concept p.concept-txt {
	/* font-size: 1.4rem; */
	/* line-height: 48px; */
	margin: -0.5rem 0 0 0;
}

#concept .concept-txt-blue {
	font-size: .9rem;
	line-height: .9rem;
	color: #4097D3;
	margin: 0.6rem 0 0 0;
}

#concept .floor {
	width: calc(100% - 152px);
	padding: 0;
	margin: 40px auto 0;
	position: relative;
}

#concept .floor img {
	width: 100%;
	height: 100%;
}

#concept .floor-buttons {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#concept .floor-buttons a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: #4097D3;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	font-weight: bolder;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

#concept .floor-buttons a:hover,
#concept .floor-buttons a.active {
	background: #E57DAD;
}

#concept .floor .modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1000;	
}

#concept .floor .modal-wrapper > div {
	width: 60%;
	background-color: #D2ECFA;
	position: absolute;
	top: 10vw;
	left: 20%;
	padding: 1.5rem 1rem;
	color: #4097D3;
}

#concept .floor .modal-wrapper h3 {
	text-align: left;
	font-size: 1.4rem;
	line-height: 2rem;
	height: 2rem;
	border-bottom: 1px solid;
	padding: 0 0 0.1rem 0;
}

#concept .floor .modal-wrapper h3 span {
	display: inline-block;
	background-color: #4097D3;
	color: #fff;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 50%;
	margin-right: 0.4rem;
}

#concept .floor .modal-wrapper > div  p {
	color: #000;
	margin: 0;
}

#concept .floor .modal-wrapper .flex-wrapper {
	display: flex;
	margin-top: 1rem;
}

#concept .floor .modal-wrapper .flex-item {
	display: flexbox;
}

#concept .floor .modal-wrapper .flex-item:first-child {
	width: 60%;
	padding: 10px;
}

#concept .floor .modal-wrapper .flex-item:first-child a {
	display: block;
	width: 50%;
	height: 3rem;
	line-height: 3rem;
	background-color: #4097D3;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 2rem;
	transition: .3s;
}

#concept .floor .modal-wrapper .flex-item:first-child a:hover {
	opacity: .6;
}

#concept .floor .modal-wrapper .flex-item:last-child {
	width: 40%;
	min-height: 280px;
} 

#concept .floor .modal-wrapper .flex-item:last-child img {
	width: 100%;
	height: auto;
} 


#concept .floor-buttons a:nth-child(1){
	top: 87%;
	left: 23%;
}

#concept .floor-buttons a:nth-child(2){
	top: 56%;
	left: 14%;
}

#concept .floor-buttons a:nth-child(3){
	top: 3%;
	left: 30%;
}

#concept .floor-buttons a:nth-child(4){
	top: 40%;
	left: 3%;
}

#concept .floor-buttons a:nth-child(5){
	top: 85%;
	left: 46%;
}

#concept .floor-buttons a:nth-child(6){
	top: 56%;
	left: 68%;
}

#concept .floor-buttons a:nth-child(7){
	top: 83%;
	left: 89%;
}


#concept .video {
	width: 100%;
	margin: 64px auto 98px;
	font-size: 0;
	position: relative;
}

#concept .video h4 {
	width: calc(59% - 75px);
	height: 39px;
	background: url("../../img/index_title_movie.png") top left no-repeat;
	margin: 0 0 2px 0;
	color: #808080;
	font-size: 1.2rem;
	display: inline-block;
	padding: 8px 0 0 75px;

}

#concept .video-frame {
	display: inline-block;
	position: relative;
	width: 59%;
	height: 0;
	padding-bottom: 33.2%;
	overflow: hidden;
	margin: 0 0 50px 0;
}

#concept .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#concept .video-txt {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.4rem;
	position: absolute;
	top: 0;
}

#concept .video-txt p {
	margin: 0;
	padding: 0 0 0 56px;
}

/* gallery */
#gallery {
	padding-bottom: 128px;
}

#gallery h2 {
	width: calc(100% - 381px);
	background: top left url("../../img/index_title_gallery.png") no-repeat;
	height: 105px;
	font-size: 0;
	padding: 0 0 14px 381px;
	position: relative;
}

#gallery .gallery-box-inner {
	display: block;
	margin: 20px auto;
}

/* フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
[class^="flex-col"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* コンテンツ下のマージン */
#gallery .gallery-box-inner .flex-child { margin-bottom: 10px; }

/* 各カラム毎のコンテンツと疑似要素の横幅 */

#gallery .gallery-box-inner .flex-col5::before,
#gallery .gallery-box-inner .flex-col5::after,
#gallery .gallery-box-inner .flex-col5 .flex-child { width: calc( (100% - 40px) / 5 ); }
	
/* 最終行は両端揃えにしない */
#gallery .gallery-box-inner .flex-col5::before,
#gallery .gallery-box-inner .flex-col5::after { content: ""; }

#gallery .gallery-box-inner .flex-col5::before { order: 1; }

#gallery .gallery-box-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
}

/* event */
#event {
	padding-bottom: 118px;
}

#event h2 {
	width: calc(100% - 241px);
	background: top left url("../../img/index_title_event.png") no-repeat;
	height: 48px;
	font-size: 0;
	border-bottom: 2px solid #e6e6e6;
	padding: 0 0 14px 241px;
	position: relative;
}

#event .event-box-inner {
	display: block;
	width: calc(100% - 120px);
	margin: 30px auto;
}

/* contact */
#contact {
	width: 100%;
	height: 538px;
	min-width: 1024px;
	overflow: hidden;
	background-color: #D2ECFA;
}

#contact .contact-info {
	position: relative;
	height: 100%;
	background: url("../../img/contact_info.png") no-repeat 50% 21%;
}

#contact .tel{
	position: absolute;
	width: 600px;
	height: 70px;
	color: #4097D3;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 70px;
}

#contact .tel .tel-img{
	font-size: 2.5rem;
	margin-right: 1rem;
}

#contact .mail{
	position: absolute;
	width: 440px;
	height: 40px;
	color: #4097D3;
	top:0;
	right: 0;
	left: 0;
	bottom: -40%;
	margin: auto;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
}

#contact .contact-form-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7%;
	margin: auto;
	width: 891px;
	height: 81px;
	background-color: #fff;
	text-align: center;
}

#contact .contact-form-btn a {
	display: block;
	width: 100%;
	height: 81px;
	text-decoration: none;
	color: #4097D3;
	font-size: 1.3rem;
	line-height: 81px;
	font-weight: bolder;
	border: solid 1px;
	padding-top: -11px;
	transition: .3s;
}

#contact .contact-form-btn a:hover {
	opacity: .6;
}

#contact .contact-form-btn a:before {
	margin-right: 1rem;
	content:"　";
	display:inline-block;
	width: 37px;
	background: url("../../img/contact_mail.png") center right no-repeat;
	/*background-size: 37px 37px;*/
}

#contact .contact-form-btn a:after {
	margin-left: 1rem;
	font-size: 0.6rem;
	content: ">>";
	vertical-align: top;
}

/* footer */
footer {
	width: 100%;
	background-color: #FAF6F0;
	padding-top:49px;
	color: #808080;
}

footer .container {
	width: 1024px;
}

footer .flex-box {
	padding: 0;            /* 余白指定 */
	display: flex;
}
 
footer .flex-item {
	padding: 10px;
}

footer .logo-area {
	height: 48px;
}

footer .logo-area img {
	height: 100%;
}

footer .list-area {
	height: 300px;
	padding: 20px 10px;
}

footer ul{
	list-style: none;
	font-size: 0;
}

footer .parent-ul{
	width: 600px;
	padding: 0;
}

footer .parent-ul a{
	text-decoration: none;
	color: #808080;
}

footer .parent-ul ul{
	margin-left: 30px;
}

footer .parent-ul>li{
	padding: 0;
	float: left;
	width: 300px;
}

footer .list-area li {
	font-size: 1rem;
	margin-top: 16px;
}

footer .parent-ul li::before{
	margin-right:0.8rem;
	content: url("../../img/footer_next.png");
}

footer .cb{
	/* floatを解除 */
	clear: both;
}

footer .flex-item:nth-child(1) {
	width: calc(100% - 450px);
	margin-right: 10px;
}

footer .flex-item:nth-child(2) {
	width: 450px;
	padding: 20px;
	background-color: #fff;
}


footer .button-area{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

footer .button-area .button {
	width: 300px;
	height: 100px;
}

footer .button-area img{
	height: 100%;
}
 

footer .info-area {
	margin-top: 40px;
}

footer .info-area ul{
	text-align: center;
	padding: 0;
	margin: 0;
}

footer .info-area li {
	display: inline-block;
	font-size: 1rem;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

footer .info-area li + li{
	border-left: 0;
	border-right: 1px solid #808080;
}

footer .info-area li a{
	text-decoration: none;
	color: #808080;
}

footer .info-area .copylight{
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
}