/*-------------------*/
/*---Top common---*/
/*-------------------*/
.info-area {
    padding-top:30px;
    max-width:1300px;
    margin:0 auto;
    box-sizing:border-box;
}
.info-area a {
    display: block;
}
.info-area a:not(:last-child){
    padding-bottom: 30px;
}

.info-area a:hover {
    opacity: .8;
}
@media screen and (max-width:425px) {
    .info-area {
        padding-top: 16px;
    }
	.info-area a:first-child{
		padding-bottom: 16px;
	}
    .info-area a{
        padding-bottom: 16px;
    }
}

/*  ---ここまで特別インフォエリア---  */

.pconly {
    display: block;
}
.sponly {
    display: none;
}
.secTtl {
    font-size: 35px;
    font-family: yu-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #173c5f;
    margin-bottom: 20px;
}
.secTtl.wh {
    color: #fff;
}
.secTtl .ja-ttl {
    font-size: 16px;
    margin-left: 16px;
    font-family: yu-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #173c5f;
}
.secTtl.wh .ja-ttl {
    color: #fff;
}
.btnMore a{
    font-size: 16px;
    display: inline-block;
    border: 1px solid #173c5f;
    padding: 8px 33px 8px 16px;
    color: #fff;
    text-decoration: none;
    transition:  .5s;
    font-family: yu-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 24px 0;
	position: relative;
	background-color: #173c5f;
}
.btnMore a::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  	content: '\f054';
  	font-weight: 900;
	padding:0 10px;
	font-size: 1rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btnMore.wh a {
    color: #173c5f;
/*    border: 1px solid #fff;*/
	background:#fff;

}
.btnMore a:hover {
     background-color:transparent;
    color: #173c5f;
}
.btnMore.wh a:hover {
    background-color:transparent;
	border:1px solid #fff;
	color:#fff;
}
.text-center {
    text-align: center;
}
.ttlunderline {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 20px;
}
.slick-prev.pull-left.slick-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 10;
    }
    .slick-next.pull-right.slick-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 10;
    }
    /*-------------------*/
    /*---grid areaここから---*/
    /*-------------------*/
    .grid-area {
        width: 100%;
        height: auto;
        padding: 30px 0;
        box-sizing: border-box;
        max-width: 1300px;
        margin: 0 auto;
    }

    .grid-area img {
        width: 100%;
    }
    .grid-area h2 a:hover {
        opacity: .7;
    }
#system{
	margin-bottom:30px;
}
    #aboutus {
        width: 50%;
        background-image: url("../images/add2101/about-bg-pc.jpg");
        background-size: 100%;
        background-repeat: repeat-y;
		background-size: cover;
		background-position: bottom;
        padding: 24px;
        margin-left: 30px;
        box-sizing: border-box;
        color: #fff;
/*		margin-bottom:30px;*/
    }
    #aboutus p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 16px;
    }
    #aboutus p:last-of-type {
        margin-bottom: 0;
    }
    #aboutus a {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 0;
    }
#aboutus .btnMore{
/*	width:400px;*/
}
    .second{
        display: flex;
       justify-content: space-between;
/*		flex-wrap:wrap;*/
    }
    .second a:hover {
        opacity: .8;
    }
    #aboutus .smallarrow img {
      max-width: 18px;
    }

    #staff {
        margin-bottom: 30px;
		width:100%;
    }
    #aboutus p.ja-ttl {
        font-size: 13px;
        line-height: 1.5;
        margin:30px 0 0 0;
    }

    .third {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
/*      padding-left: 30px;*/
    }
    .third a:hover {
      opacity: .8;
    }
    .third img {
      width: 100%;
    }

/*-------------------*/
/*---Diary area---*/
/*-------------------*/
#diaryreport-area,
#event-area {
    padding: 30px;
}
#diaryreport-area {
    background-image: url(../images/new/diary-bg-pc.jpg);
    background-size: cover;
}
#event-area {
    background-image: url(../images/new/event-bg-pc.jpg);
    background-size: cover;
}
.article-list {
    display: flex;
    justify-content: space-between;
}
.article-item {
    background-color: #fff;
    padding: 16px;
    width: calc(100%/5.2);
    box-sizing: border-box;
}
.article-item > a {
    display: block;
    position: relative;
    text-decoration: none;
}
.article-item > a:hover .img-box img {
    transform: scale(1.1);
}
.article-item > a:hover .eventdate,
.article-item > a:hover .eventname {
    text-decoration: underline;
}
.article-item .img-box {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.article-item .img-box::before {
    content: "";
    display: inline-block;
    padding-top: 100%;
}
.article-item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    object-fit: contain;
    transition: .5s;
}
.eventdate {
    color: #888;
    font-size: 12px;
    font-family: yu-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.eventname {
    font-size: 16px;
    color: #173c5f;
}
#diaryreport-area .btnMore,
#event-area .btnMore {
    text-align: right;
}
/*-------------------*/
/*---ranking area---*/
/*-------------------*/
#ranking-area {
  background-image: url(../images/new/event-bg-pc.jpg);
  background-size: cover;
  padding: 30px;
}
.ranking-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.ranking-list h3 {
  font-size: 40px;
  font-family: yu-mincho-pr6,sans-serif;
  color: #173c5f;
}

.ranking-list p {
  margin-top: 10px;
  font-size: 23px;
  font-family: yu-mincho-pr6,sans-serif;
  color: #173c5f;
  float: right;
}

.no1area {
  width: 35%;
}

.no1area img {
  background: linear-gradient(to bottom,#ab7c02,#dfbe70);
  padding: 10px;
  box-shadow: 0 5px 15px 1px #232323;
}
.no2area {
  width: 25%;
  margin-left: 40px;
}

.no3area, .no4area, .no5area {
  width: 25%;
  margin-left: 20px;
}

.btnMore {
  text-align: right;
}
/*-------------------*/
/*---sep-sec area---*/
/*-------------------*/
.sep-sec {
    display: flex;
}
.sep-sec > div {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
}

/*-------------------*/
/*---instagram area---*/
/*-------------------*/
#instagram {
    background-color: #fff;
}
#instagram .secTtl {
    margin-bottom: 10px;
}
#instagram #sb_instagram #sbi_load .sbi_load_btn {
    display: none;
}
#instagram #sb_instagram {
    padding-bottom: 0!important;
}
#instagram #sbi_images {
    padding: 0!important;
}
#instagram .btnMore{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#instagram .btnMore p{
	position: relative;
}
#instagram .btnMore p::after{
    font-family: "Font Awesome 5 Free";
    content: '\f118';
    font-weight: 900;
/*
    padding: 0 10px;
    font-size: 1rem;
*/
}

/*-------------------*/
/*---movie area---*/
/*-------------------*/
#movie {
    background-color: #173c5f;
}
#movie > .movie-item {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: 0;
    margin-bottom: 30px;
}
#movie > .movie-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
.othermovie {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.othermovie .movie-item {
    width: 32%;
}
#movie .movie-item iframe{
    width:100%!important;
    height:100%!important;
}

/*-------------------*/
/*---calender area---*/
/*-------------------*/
#calenderarea {
    background-image: url("../images/new/calender-bg-pc.jpg");
    background-size: cover;
    padding: 30px;

}

.calenderwrap {
    background-color: #173c5f;
    padding: 30px;
	  color:#fff;


}

.calenderwrap btnMore a{
	text-align: center;
}

.calender_event_title{
	text-align: center;
	font-size: 2rem;
    font-family: yu-mincho-pr6,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}

#calenderarea ul{
	display: flex;
	justify-content: flex-start;
  border-bottom:solid 1px #fff;
	font-weight:normal;
	width:90%;
	margin:0 auto 1.3rem auto;
}

#calenderarea  .holidaylist {
  border: none;
}

.calender_area_box{
	border:solid 1px #FFF;
	padding:30px 30px 0 30px;
	width:100%;
	margin:0 auto 30px auto;
}


#calenderarea ul li{
	font-size:1rem;
	width:auto;
	font-weight:normal;
}

#calenderarea ul li:nth-child(1){
	padding-right:1rem;

}

#calenderarea ul:last-child{
	margin-bottom:2rem;
}

.calender_ttlEvent{
	width:30%;
	text-align: center;
	height:auto;

	font-size: 1.5rem;
	font-family: yu-mincho-pr6, sans-serif;
	color:#173c5f;
	background: #fff;
}
.calenderevent_area{
		width: 80%;
		margin:0 auto;
	}


@media screen and (max-width:425px) {
	#instagram .btnMore{
		display: block;
	}
	#instagram .btnMore p{
		padding-top: 20px;
	}

	#calenderarea ul{
	  display: flex;
		width:100%;
	}

	.calender_event_title{
		font-size:1.5rem;
	}

	#calenderarea ul li{
	  font-size:1rem;
	}


#calenderarea ul:last-child{
	margin-bottom:2rem;
}
	.calender_ttlEvent{
	font-size: 1.3rem;
	width:100%;
}
	.calenderevent_area{
		width: 100%;
		margin:0 auto;
	}
	.calender_area_box{
		width:80%;
	}
}



/*-------------------*/
/*---info area---*/
/*-------------------*/
#info {
    background-image: url("../images/new/info-bg-pc.jpg");
    background-size: cover;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    display: grid;
    align-content: center;
}
#info h3 img {
    width: 150px;
	height: 89px;
    margin-bottom: 24px;
}
#info p {
    font-size: 16px;
    line-height: 1.7;
}
#info .btnMore a{
    letter-spacing: 0.08em;
}
#info .btnMore a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/new/mphone.png);
    width: 16px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 5px;
    transition: .5s;
}
#info .btnMore a:hover::before {
    content: "";
    display: inline-block;
    background-image: url(../images/new/mobilemap.png);
}

/*-------------------*/
/*---shop photo area---*/
/*-------------------*/
#shopphoto {
    background-color: #d4c69a;
    padding: 30px;
    box-sizing: border-box;
}
.photobox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 22vw 13vw;
}
.photobox .img-box img:hover {
    opacity: .7;
}
.photobox .img-box:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
}
.photobox .img-box:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
}
.photobox .img-box:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
}.photobox .img-box:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2/3;
}
.photobox .img-box {
    overflow: hidden;
}
.photobox .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mapArea {
    height: 300px;
}
#maparea iframe{
	width:100%;
	height:100%;

	
}
#maparea{
	margin-bottom:60px;
	margin:0 auto;
}
#maparea .btnMore{
	margin:0 auto;
	text-align: center;
	display: block;
}
#maparea{
    padding: 0;
    position: relative;
}
.sep-sec #mapArea{
    height: 400px;
}
.sep-sec #maparea .btnMore{
    position: absolute;
    right: 30px;
    bottom: 43px;
}


/*-------------------*/
/*---banner area---*/
/*-------------------*/
#bannerarea {
	display: flex;
    justify-content: center;
	background-color: #173c5f;
    padding: 30px;
    box-sizing: border-box;
}
.banner-item {
    width: 24%;
}
.banner-item a:hover {
    opacity: .6;
}

/*-------------------*/
/*---ここからレスポンシブ---*/
/*-------------------*/
@media screen and (max-width:768px) {
    /*-------------------*/
    /*---Top common---*/
    /*-------------------*/
    #diaryreport-area .btnMore,
    #event-area .btnMore {
        text-align: center;
    }

    /*-------------------*/
    /*---grid area---*/
    /*-------------------*/
    .grid-area {
        display: block;
    }
    .staff img{
      width: 33%;
    }
    .second,
    .third {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-left: 0;
    }
    .second {
        margin-top: 30px;
    }

    .article-list {
        flex-wrap: wrap;
    }
    .article-item {
        width: calc(100%/2.05);
        margin-bottom: 20px;
    }
    .photobox {
        grid-template-rows: 50vw 30vw;
    }
}

@media screen and (max-width:425px) {
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }

	#aboutus{
		margin-left:0;
		background:url("../images/add2101/about-bg-sp.jpg") no-repeat;
		background-size: cover;
		margin-bottom:16px;
		width:100%;
	}

    .grid-area {
      padding: 0;
    }
    .grid-area img {
      width: 100%;
      margin-right: 0;
    }
    #system {
      margin: 0 10px;
    }
    .third {
      display: flex;
      justify-content: space-between;
      padding-left: 0;
      margin-bottom: 0;
    }
    .third img {
      width: 100%;
      padding-bottom: 16px!important;
    }
    #event-baner {
      margin-right:10px;
    }
    #recruit-baner img{
      margin: 0;
    }
    .second img {
      padding-bottom: 16px!important;
      padding-top: 16px;
    }
    .second{
      margin: 0!important;
		display: block;
    }
	.second .inner{
		display: flex;
		justify-content: space-between;
	}
    #staff {
      margin-bottom: 0!important;
    }
    #diaryreport-area,
    #event-area,
    #instagram,
    #movie,
    #calenderarea,
    #info,
    #shopphoto,
    #bannerarea{
        padding: 20px 15px;
    }
    #diaryreport-area {
        background-image: url("../images/new/diary-bg-sp.jpg");
        background-size: cover;
        background-position: bottom;
    }
    .sep-sec #maparea .btnMore{
        right: 0;
        left: 0;
        bottom: 15px;
    }
	#maparea iframe{
		height:300px;	
	}
    #event-area {
        background-image: url("../images/new/event-bg-sp.jpg");
        background-size: cover;
        background-position: bottom;
    }
    .secTtl {
        margin-bottom: 15px;
    }
    .article-item {
        margin-bottom: 10px;
        padding: 10px;
    }
    .article-item:last-of-type {
        display: none;
    }
    .btnMore a {
        padding: 10px 40px 10px 30px;
    }
    .sep-sec {
        display: block;
    }
    .sep-sec > div {
        width: 100%;
    }
    #movie > .movie-item {
        margin-bottom: 10px;
    }
    .othermovie {
        display: none;
    }
    #info h3 {
        text-align: center;
    }
    #bannerarea {
        flex-wrap: wrap;
    }
    .banner-item {
        width: 49%;
    }
    .banner-item{
        margin-bottom: 10px;
    }
    /*-----------------------------*/
    /*---ランキングエリア　レスポンシブ---*/
    /*---------------------------*/
    .ranking-list {
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .ranking-list h3 {
      font-size: 28px;
    }

    .ranking-list p {
      float: none;
      text-align: center;
      font-size: 20px;
    }

    .no1area {
      margin-left: 20px;
      width: 80%;
    }

    .no1area p {
      font-size: 25px;
    }

    .no2area, .no4area{
      width: 45%;
      margin-left: 0;
      float: left;
    }

    .no3area, .no5area {
      width: 45%;
      margin-left: 0;
      float: right;
    }

    .btnMore {
      text-align: center;
    }
}
