/*
 TOP
******************************************************************************
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

.content-top{position: relative;}

/** hero 
------------------------------------**/
.webp .top-hero{
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/mainvisual_sp.webp") center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.top-hero-tit h1{
    width: 180px;
    margin: 0;
}

.top-hero-tit h1 img{width: 100%;}


/** side button
------------------------------------**/
.top-side-info{
    position: absolute;
    right: 0;
    bottom: 18%;
    display: flex;
    flex-direction: column;
}

.btn-top-side{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    background: #fff;
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.btn-top-side span {
    position: relative;
    z-index: 3;
    color: #000;
}
.btn-top-side:hover span{color:#fff;}


.bg-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #c89b50;
    width: 100%;
    height: 100%;
    transition: transform .8s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.bg-right:hover:before{
    transform-origin:right top;
    transform:scale(1, 1);
}


/** fair
------------------------------------**/
.sec-fair{
  /* background-image: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_fair_top.png"), url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_fair_bottom.png"); */
	background-position: right 5px top 20px, left 5px bottom 30px;
	background-size: 75% auto, 45% auto;
	background-repeat: no-repeat, no-repeat;
}


/** about
------------------------------------**/
.webp .sec-about{
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_about_sp.webp") center center no-repeat;
    background-size: cover;
}

.no-webp .sec-about{
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_about_sp.jpg") center center no-repeat;
    background-size: cover;
}

.box-about{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    padding: 50px 20px;
    margin: 0 20px;
}

.box-about .inner{margin: 50px 0 20px;}
.wrap-about-txt{margin: 0 0 40px;}


/** gallery
------------------------------------**/
.sec-gallery{
    background-image: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_fair_bottom.png");
	background-position: right 10px top 30px;
    background-size: 45% auto;
	background-repeat: no-repeat;
}

ul.list-ga-link{margin: 30px 0 0;}

ul.list-ga-link li img{
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.ga-link-inner{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.txt-ga-link{
    width: 90%;
    margin: 0 auto 30px;
}

.txt-ga h3 span{
    display: block;
    color: #919191;
    font-size: 1.4rem;
    margin: 10px 0 0;
}

/** vmg wedding
------------------------------------**/
.sec-vmg{
    background: #fffff1;
    position: relative;
}

.img-vmg-l,
.img-vmg-r{
    width: 20%;
    height: 200px;
}

.img-vmg-l img,
.img-vmg-r img{
    width: 100%;
}

.img-vmg-l{
    position: absolute;
    top: 0;
    left: 0;
}

.img-vmg-r{
    position: absolute;
    top: 0;
    right: 0;
}

.sec-vmg-inner{
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 50px;
}

.sec-vmg .title-section span{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.txt-vmg{
    text-align: center;
    margin: 100px 0 50px;
}

ul.list-vmg-link{
    display: flex;
    justify-content: space-between;
    margin: 0;
}

ul.list-vmg-link li{
    width: calc(100% / 3 - 15px);
    text-align: center;
}

ul.list-vmg-link li img{margin-bottom: 10px;}

ul.list-vmg-link li h3{
    font-size: 1.3rem;
    line-height: 1.8;
}

ul.list-vmg-link li h3 span{
    font-size: 0.8rem;
    display: block;
    color: #919191;
}

ul.list-vmg-link li h3:after{
    display: inline-block;
    content: "";
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #4b4b4b;    
}


/* facility */
.sec-facility__text {
    width: 90%;
    margin-inline: auto;
}

/** party report
------------------------------------**/
.sec-report{
    position: relative;
    z-index: 2;
}

.img-report{
    position: absolute;
    top: -25px;
    left: 40px;
    width: 190px;
}


/** link button
------------------------------------**/
ul.link-btn-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

ul.link-btn-list li{width: 100%;}

.webp ul.link-btn-list li:nth-child(1){
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_link_plan.webp") center center no-repeat;
    background-size: cover;
}

.no-webp ul.link-btn-list li:nth-child(1){
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_link_plan.jpg") center center no-repeat;
    background-size: cover;
}

.webp ul.link-btn-list li:nth-child(2){
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_link_fair.webp") center center no-repeat;
    background-size: cover;
}

.no-webp .webp ul.link-btn-list li:nth-child(2){
    background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_link_fair.jpg") center center no-repeat;
    background-size: cover;
}

ul.link-btn-list li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

ul.link-btn-list li .circle{	
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgba(200,155,80,0.8);
}

ul.link-btn-list li .circle div{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :140px;
    text-align:center;
}

ul.link-btn-list li h2{
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: 'Playfair Display', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 2px;
}

ul.link-btn-list li h2 span{
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0px;
}

ul.link-btn-list li p{
    color: #fff;
    font-size: 1rem;
    margin: 0;
}


/** news
------------------------------------**/
.card-news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
    
.card-news div{
    width: calc(100% / 2 - 10px);
    padding: 0;
}

.card-news div img{
    margin-bottom: 20px;
    width: 100%;
}

.card-news div img:hover{
    opacity: 0.6;
    transition-duration: 0.6s;
}

.card-news div h3{
    margin-bottom: 30px;
    font-size: 1.4rem;
}

.card-news div p.news-date{
    margin: 0 0 10px;
    line-height: 1;
}


/** SNS
------------------------------------**/
.subsec-sns{text-align: center;}

.subsec-sns img{
    width: 50%;
    margin-bottom: 30px;
}

.subsec-sns p{
    color: #765730;
    margin-bottom: 30px;
}


/** access
------------------------------------**/
.sec-access{
    padding: 70px 0;
    text-align: center;
}

.gmap{
    height: 280px;
    margin-bottom: 30px;
}

.subtitle-access span{
    display: block;
    margin: 10px 0 0;
    font-size: 1.2rem;
}

ul.list-station{
    font-size: 1.6rem;
    margin-bottom: 30px;
}

dl.info-jimokon{
    border: 1px solid #7c7c7c;
    padding: 25px 15px;
    margin-bottom: 40px;
}

dl.info-jimokon dt{
    font-weight: normal;
    margin-bottom: 20px;
}

.sec-access hr{margin: 40px 0 0;}


/* Tablet 
******************************************************************************
*/
@media all and (min-width: 768px) and (max-width: 1024px) { 
	
	/** news **/
    .card-news{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    
    .card-news div{
        width: calc(100% / 2 - 40px);
        padding: 0;
    }
    
    /** link button **/
    ul.link-btn-list{flex-direction: row;}
    
    /** SNS **/
    .subsec-sns img{
        width: 190px;
        margin-bottom: 40px;
    }
    
	
}

/* Desktop
******************************************************************************
*/
@media (min-width: 1025px) {
    
    /** hero **/
    .webp .top-hero{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/mainvisual.webp") center center no-repeat;
        background-size: cover;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-hero-tit h1{width: 220px;}
    
    /** side button **/
    .top-side-info{bottom: 40px;}
    
    /** fair **/
    .sec-fair{
        background-position: right 20px top 50px, left 50px bottom 50px;
        background-size: 40% auto, 25% auto;
    }
    
    /** about **/
    .webp .sec-about{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_about.webp") center center no-repeat;
        background-size: cover;
    }
    
    .no-webp .sec-about{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/bg_about.jpg") center center no-repeat;
        background-size: cover;
    }
    
    .box-about{
        padding: 60px 40px;
        margin: 0;
    }
    
    .box-about .inner{
        border-left: 1px solid #737373;
        border-right: 1px solid #737373;
        text-align: center;
        margin: 30px 0;
        padding: 100px 0 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .wrap-about-txt{margin: 40px 0;}
    
    .line-about{
        height: 1px;
        width: 94%;
        margin: 0 auto;
        background: #737373;
    }
    
    /** gallery **/
    .sec-gallery{
        background-position: right 100px top 230px;
        background-size: 25% auto;
    }
    
    ul.list-ga-link {margin: 80px 0 0;}
    
    .webp ul.list-ga-link li:nth-child(1) .ga-link-inner .img-ga{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/ga_01.webp") center center no-repeat;
        background-size: cover;
        width: 50%;
        height: 100%;
    }
    
    .no-webp ul.list-ga-link li:nth-child(1) .ga-link-inner .img-ga{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/ga_01.jpg") center center no-repeat;
        background-size: cover;
        width: 50%;
        height: 100%;
    }
    
    .webp ul.list-ga-link li:nth-child(2) .ga-link-inner .img-ga{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/ga_02.webp") right 20% center no-repeat;
        background-size: cover;
        width: 50%;
        height: 100%;
    }
    
    .no-webp ul.list-ga-link li:nth-child(2) .ga-link-inner .img-ga{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/top/ga_02.jpg") right 20% center no-repeat;
        background-size: cover;
        width: 50%;
        height: 100%;
    }
    
    .ga-link-inner{
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 360px;
        position: relative;
        z-index: 1;
        transition: .3s;
    }
    
    .ga-link-inner::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /*z-index: -1;*/
        z-index: 2;
        background-color: rgba(255,255,241,0.4); /*#fffff1*/
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .8s;
    }
    
    .ga-link-inner:hover::before {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    
    .txt-ga{
        width: 42%;
        padding: 0 4%;
    }
    
    /** vmg wedding **/
    .sec-vmg-inner{
        width: 50%;
        padding: 140px 0 0px;
    }
    
    .img-vmg-l,
    .img-vmg-r{
        width: 20%;
        height: 100%;
    }
    
    .img-vmg-l img,
    .img-vmg-r img{
        display: none;
    }
    
    .webp .img-vmg-l{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/about/about_06.png.webp") center center no-repeat;
        background-size: cover;
    }
    
    .no-webp .img-vmg-l{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/about/about_06.png") center center no-repeat;
        background-size: cover;
    }
    
    .webp .img-vmg-r{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/about/about_07.png.webp") center center no-repeat;
        background-size: cover;
    }
    
    .no-webp .img-vmg-r{
        background: url("/hotels/iga-ueno-wedding/wp-content/themes/igaueno/assets_wedding/img/about/about_07.png") center center no-repeat;
        background-size: cover;
    }
    
    .txt-vmg{margin: 0px 0 50px;}
    ul.list-vmg-link{justify-content: space-around;}
    ul.list-vmg-link li{width: calc(100% / 3 - 60px);}
    ul.list-vmg-link li img{margin-bottom: 20px;}
    ul.list-vmg-link li h3{font-size: 1.8rem;}
    ul.list-vmg-link li h3 span{font-size: 1.2rem;}
    
    /** party report **/
    .img-report{
        top: -20px;
        left: 18%;
        width: 410px;
    }
    
    /** link button **/
    ul.link-btn-list{flex-direction: row;}
    ul.link-btn-list li{width: 50%;}
    ul.link-btn-list li a{padding: 50px 0;}
    
    ul.link-btn-list li .circle{	
        width: 300px;
        height: 300px;
    }
    
    ul.link-btn-list li .circle div{width: 300px;}
    
    ul.link-btn-list li h2{
        font-size: 3rem;
        margin-bottom: 20px;
    }

    ul.link-btn-list li h2 span{font-size: 2rem;}
    ul.link-btn-list li p{font-size: 1.4rem;}
    
    /** news **/
    .card-news{
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    
    .card-news div{
        width: calc(100% / 4 - 40px);
        padding: 0;
    }
    
    /** SNS **/
    .subsec-sns img{
        width: 190px;
        margin-bottom: 40px;
    }
    
    /** access **/
    .sec-access{padding: 140px 0;}
    
    .gmap{
        height: 360px;
        margin-bottom: 40px;
    }

    .subtitle-access span{
        display: inline-block;
        margin: 0 0 0 10px;
    }

    ul.list-station{
        display: flex;
        justify-content: center;
    }

    dl.info-jimokon{
        padding: 30px 15px;
        margin: 0 auto 60px;
        width: 55%;
    }

    dl.info-jimokon dt{font-size: 1.8rem;}

    .sec-access hr{margin: 80px 0 0;}
    
    
    
}