@charset "UTF-8";

body,input,select,option,textarea {
    font-size: 5vw;
    line-height: 5vw;
}

/* top-slides */

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

.top-slides > div {
	width: 100%;
	margin: 0 auto;
}

.img-wrapper {
	background: no-repeat;
    position: relative;
    background-position:right center;                     
    background-size:61%;                               
}

.top-slides > div > img {
    width: 100%;
	margin: -5.5% auto;
}

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

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

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

.container {
    width: 88%;
    margin: 0 auto 6%;
}

.container h2 {
    margin: 0;
}

.container h2 span:last-child {
    color: #808080;
    font-size: 0.8rem;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.container h2 span:first-child {
    font-size: 0;
}

/* news */
#news {
    margin: 4vw auto 60px;
}

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

#news .news-box {
    width: 100%;
    font-size: 0;
}

#news .news-box-inner {
    position: relative;
    border: solid 1px #e6e6e6;
    margin: 4vw 0 0 0;
    padding: 2vw;
}

#news .news-img {
    display: inline-block;
    width: 34.5vw;
    height: 34.5vw;
    border-radius: 50%;
}

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

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

#news .news-date {
    position: absolute;
    display: block;
    width: calc(100% - 40vw - 2vw);
    top:  0;
    right: 2vw;
    font-size: 0.5rem;
    line-height: 0.6rem;
}

#news h3 {
    position: absolute;
    display: block;
    width: calc(100% - 40vw - 2vw);
    top:  1.2rem;
    right: 2vw;
    margin: 0;
    font-size: 0.7rem;
    line-height: 0.8rem;
    height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news .news-txt {
    position: absolute;
    display: block;
    width: calc(100% - 40vw - 2vw);
    top:  3.0rem;
    right: 2vw;
    margin: 0;
    font-size: 0.6rem;
    line-height: 0.7rem;
    height: 2.7rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#news .news-box-inner .news-category {
    position: absolute;
    display: inline-block;
    bottom: 2vw;
    right: 2vw;
    height: 0.8rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding: 0 0.4rem;
    background-color: #666666;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}

#news .news-list-btn {
    width: 100%;
    background-color: #D2ECFA;
    text-align: center;
    margin: 4vw 0 0;
    height: 2.0rem;
}

#news .news-list-btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #4097D3;
    font-size: 0.8rem;
    line-height: 2.0rem;
    font-weight: bold;
}

#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;
}

img {
    max-width: 100%;
}

/* concept */
#concept {
    margin: 4vw auto 60px;
}

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

#concept .concept-box-inner {
    width: 100%;
}

#concept h3 {
    text-align: left;
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 150;
}

#concept .concept-box-inner p {
    font-size: 0.6rem;
}

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

#concept .floor {
	padding: 0;
	margin: 40px auto 10px;
}

#concept .floor .floor-image {
    position: relative;
}

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

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

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


#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 .floor img {
	width: 100%;
    height: 100%;
}

#concept .floor ul {
    width: 100%;
    font-size: 0.5rem;
    line-height: 0.8rem;
    list-style:none;
    display:inline-block;
    margin: 0;
    padding: 0;
}
#concept .floor li {
    width: 50%;
    height: 1.6rem;
    float: left;
    margin: 0.2rem 0 0 0;
}

#concept .floor li a {
    display: flex;
    align-items: center;
    width: calc(98% - 2em);
    height: 100%;
    color: #4097D3;
    background-color: #D2ECFA;
    text-decoration: none;
    margin: 0 0 0 2%;
    text-indent: -1em;
    padding-left: 2em;
}

#concept .floor li a:hover,
#concept .floor li a.active {
    background: #E57DAD;
    color: #fff;
}


#concept .floor li.mr a {
    margin: 0 2% 0 0;
}

#concept .video {
    width: 100%;
    height: 100%;
    color: #808080;
}

#concept .video h4 {
	height: 40px;
    background: url("../../img/index_title_movie.png") center left no-repeat;
    line-height:40px;
	font-size: 0.8rem;
	display: inline-block;
    width: 100%;
    text-align: right;
    margin: 0 0 10px;

}

#concept .video-frame {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}

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


#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: 80%;
	background-color: #D2ECFA;
	position: absolute;
	top: 10vw;
	left: 5%;
	padding: 1rem 1rem 2rem;
	color: #4097D3;
}

#concept .floor .modal-wrapper h3 {
	text-align: left;
	font-size: 0.7rem;
	line-height: 1rem;
	height: 1.2rem;
	border-bottom: 1px solid;
    padding: 0 0 0.1rem 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

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

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

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

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

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

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

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

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

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

/* gallery */
#gallery {
    margin: 0 auto 60px;
}

#gallery h2 {
    background: top center url("../../img/index_title_gallery.png") no-repeat;
    background-size:60% auto;
    position: relative;
    width: 100%;
    height: auto;
    content: "";
    display: block;
    padding-top: 20%; /* 4:3 */

}

#gallery .sp-gallery{
    width: 100%;
    text-align: center;
}

#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 {
    margin: 4vw auto 60px;
}

#event h2 {
    width: 100%;
    background: top left url("../../img/index_title_event.png") no-repeat;
    background-size: auto 6vw;
    position: relative;
    height: auto;
    content: "";
    display: block;
    padding-top: 14%; /* 4:3 */
}
#event .event-box-inner{
    margin-top: 10px;
}
.cal_wrapper {
    max-width: 800px; /* 最大幅 */
    min-width: 300px; /* 最小幅 */
    margin: 2.0833% auto;
  }
   
  .googlecal {
    position: relative;
    padding-bottom: 100%; /* 縦横比 */
    height: 0;
    overflow: hidden;
  }

  .googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
