@charset "UTF-8";

/* ↓↓↓ comingsoon start ↓↓↓ */

.sec-comingsoon {
    padding: 5% 0 10%;
}
@media screen and (max-width: 767px) {
    .sec-comingsoon {
        padding: 10% 0 15%;
    }
}

.sec-comingsoon .txt01 {
    text-align: center;
}

.sec-comingsoon .txt01 span {
    position: relative;
    font-weight: 700;
}
.sec-comingsoon .txt01 span:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .sec-comingsoon .txt01 span {
        font-size: 40px;
        padding-bottom: 6px;
    }
    .sec-comingsoon .txt01 span:before {
        height: 4px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .sec-comingsoon .txt01 span {
        font-size: 48px;
    }
}
@media screen and (min-width: 768px) {
    .sec-comingsoon .txt01 span {
        padding-bottom: 12px;
    }
    .sec-comingsoon .txt01 span:before {
        height: 6px;
    }
}
@media screen and (min-width: 1280px) {
    .sec-comingsoon .txt01 span {
        font-size: 60px;
    }
}

.sec-comingsoon .txt02 {
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .sec-comingsoon .txt02 {
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 768px) {
    .sec-comingsoon .txt02 {
        font-size: 15px;
        margin-top: 48px;
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1280px) {
    .sec-comingsoon .txt02 {
        margin-top: 60px;
        margin-bottom: 100px;
    }
}

.btn-back {
    text-align: center;
}

/* ↑↑↑ comingsoon start ↑↑↑ */

/* nanei art event customここから */

.top-works__item {
    border-top: none;
}

.black-line{
    border-top: 1px solid #000;
}

.event-cat-bl{
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
}
.event-cat{
    width: 32%;
    margin-right: 2%;
    height: 60px;
}
.event-cat:nth-of-type(3n){
    margin-right: 0;
}
.event-cat a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
}
.sec-link {
    padding-bottom: 140px;
}
.link__title-bl{
    padding: 30px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.link__logo{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.link__title {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 20px;
}
.link__title-hosoku{
    text-align: center;
    font-size: 1.1rem;
}
.link__btn{
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.link__btn a{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}
#page-event_index .top-works__item{
    padding: 26px 0 24px;
}
#page-event_index.page-event_index-detail .top-works__item-link{
    align-items: flex-start;
}

/* #page-event_index .event-list-state {
    display: block;
    width: fit-content;
    margin-bottom: 9px;
    padding: 2px 14px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: Manrope, sans-serif;
} */

#page-event_index .event-list-state {
    width: 102px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

#page-event_index .event-list-state.p1{
    background-color: #22bcd1;
    color: #fff;
}

#page-event_index .event-list-state.p2{
    background-color: #FDC002;
    color: #222;
}

#page-event_index .event-list-state.p3{
    background-color: #023e8a;
    color: #fff;
}
@media screen and (min-width: 835px){
    #page-event_index.page-event_index-list .top-works__item-img {
        width: 200px;
    }
    #page-event_index.page-event_index-list .top-works__item {
        width: 100%;
        display: block;
    }
    #page-event_index.page-event_index-list .top-works__item-cont {
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 834px){
    .link__logo {
        width: 180px;
    }
    .link__title {
        font-size: 3.5rem;
    } 
    .sec-link {
        padding-bottom: 80px;
    }
    #page-event_index.page-event_index-list .top-works__item-img {
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #page-event_index.page-event_index-list .top-works__item-img img {
        height: auto;
        width: 100%;
    }
    #page-event_index.page-event_index-list .top-works__item-img .top-works--02 .top-works__item-cont {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .event-cat-bl{
        padding: 25px 0;
        width: 90%;
    }
    .event-cat:nth-of-type(3n){
        margin-right: 3%;
    }
    .event-cat{
        width: 48.5%;
        margin-right: 3%;
        height: 50px;
        margin-bottom: 15px;
    }
    .event-cat:nth-of-type(2n){
        margin-right: 0;
    }
    .event-cat a{
        font-size: 1rem;
    }
    #page-event_index .event-list-state {
        margin-bottom: 7px;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 450px){
    #page-event_index .top-works__item-img {
        height: auto;
    }
}



/* nanei art event customここまで */

@media screen and (max-width: 834px){
	.footer__list {
    justify-content: space-between;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
	.menu-list__item {
    margin-left: 0;
    width: 50%;
    margin-bottom: 17px;
}
	.footer__copy {
    text-align: center;
    padding-top: 40px;
}
}

/* 02街区追加　20230421 */
.top-about__ttl {
    font-size: 8rem;
}
@media screen and (max-width: 1200px){
	.top-about__ttl {
    font-size: 55px;
    font-size: 5.5rem;
	}
}

@media screen and (max-width: 900px){
	.top-about__ttl {
    font-size: 50px;
    font-size: 5rem;
	}
}

@media screen and (max-width: 580px){
	.top-about__ttl {
    font-size: 45px;
    font-size: 4.5rem;
	}
}

.innakazaki-t__ttl img{
	width:100%;
}

.innakazaki-t__l .c-ttl__02-main {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: -1px;
}

@media screen and (max-width: 1200px){
	.innakazaki-t__l .c-ttl__02-main {
		font-size: 47px;
		font-size: 4.7rem;
	}
}

@media screen and (max-width: 1024px){
	.innakazaki-t__l .c-ttl__02-main {
		font-size: 38px;
    	font-size: 3.8rem;
	}
}

@media screen and (max-width: 640px){
	.innakazaki-t__l .c-ttl__02-main {
		font-size: 30px;
    	font-size: 3rem;
	}
}

/* add_20230424 */
.caption-txt {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 10px;
    text-align: right;
    line-height: 1.5;
}

.top-works__item-img{
    position: relative;
}

.value-box__ttl span:before {
    width: 1px;
    height: 75px;
    top: 138%;
    left: 50%;
}

.value-box__ttl span {
    font-size: 6.3rem;
    writing-mode: horizontal-tb;
    margin-bottom: 125px;
    display: inline-block;
    padding-top: 0;
}

.value-box__ttl {
    width: 100%;
    text-align: center;
}

.value-box__ct {
    width: 100%;
}

.value-box__list-ttl {
    font-size: 4.2rem;
}
.value-box__list p {
    font-size: 1.8rem;
}
.value-box__list{
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 100px;
}

@media screen and (max-width: 1024px){
    .value-box__list-ttl {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 834px){
.value-box__ttl span:before {
    height: 64px;
}
.value-box__ttl span {
    font-size: 5.8rem;
    margin-bottom: 117px;
}
.value-box__list-ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
}
.value-box__list p {
    font-size: 16px;
    font-size: 1.6rem;
}
.value-box__list {
    margin-bottom: 60px;
}
}

@media screen and (max-width: 640px){
.value-box__ct {
    width: 100%;
}
.value-box__ttl {
    width: 100%;
}
.value-box__ttl span {
    margin-bottom: 70px;
    font-size: 3.2rem;
}
.value-box__ttl span:before {
    height: 43px;
}
.value-box__list-ttl {
    font-size: 24px;
    font-size: 2.4rem;
}
.value-box__list-item {
    padding-left: 50px;
}
}

#page-event_gallery04gaiku_index .mv-page__ttl{
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#page-event_gallery02gaiku_index .mv-page__ttl{
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.access__googlemaps{
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.access-block__info {
    border-bottom: none;
    padding-bottom: 0;
}

.sec-sensational{
    padding: 0;
}

/* 20230515__add */
.nanei-co-txt{
    display: block;
    margin-top: 10px;
}

.nanei-co-txt a{
    display: inline-block;
    border-bottom: 1px solid #000;
}

#page-event_gallery02gaiku_index .sec-innakazaki {
    overflow-x: hidden;
}

.mv-page__ttl.img{
    width: 385px;
}

.top-news {
    overflow-x: hidden;
    width: 100%;
}

.top-works__item-cont {
    word-break: break-word;
}

.top-works__list-item {
    align-items: flex-start;
}

.top-works__list-ct {
    word-break: break-word;
}

.top-works__item-bnr.event_cat03{
    background: #999;
}

.top-works__item-bnr.event_cat04{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.top-works__item-bnr {
    margin-left: 6px;
}

.top-works__item-bnr:first-child {
    margin-left: 0;
}

.state-btn-list{
    display: flex;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 10px;
    margin-bottom: 30px;
}

.state-btn-list li{
    width: calc((100% - 20px) / 3 );
    height: 3em;
}

.state-btn-list li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
}

.state-btn-list li a.yellow{
    background-color: #FDC002;
    color: #000;
    font-weight: bold;
}

.event-state-bl{
    padding: 50px 0;
    margin-bottom: 30px;
    background-color: #e9e9e9;
}

.event-state-title{
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
}

.news-detail__ct p {
    margin-bottom: 20px;
}

.top-works__item-none{
    display: none!important;
}

.gallery02gaiku__caution-txt {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.8;
}

@media screen and (max-width: 834px){
    .mv-page__ttl.img{
        max-width: 45%;
    }
    .state-btn-list {
        width: 300px;
        column-gap: 10px;
        margin-bottom: 10px;
        max-width: 100%;
        flex-direction: column;
        row-gap: 10px;
    }
    .state-btn-list li {
        width: 100%;
    }
    .event-state-title {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 640px){
    .mv-page__ttl.img{
        max-width: 262px;
    }
}

@media screen and (max-width: 420px){
    #page-event_gallery02gaiku_index .c-ttl__03 {
        font-size: 15.5px;
        font-size: 1.5rem;
    }
}