@charset "UTF-8";
/* CSS Document */

.main-img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.main-img-sp {
    display: none;
}

.main-sec {
	width: 100%;
	margin: 0;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.main-sec:first-child {
    padding: 0 0 100px;
}

.yel-sec {
	background-color: #FFF9B7;	
}

.w-sec {
	background-color: #FFF;
}

.pink-sec {
	background-color: #FFE2E9;
}

.green-sec {
	background-color: #E4F5C1;
}

.main-sec .ms-wrap {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

h2.ind-hd {
	width: 80%;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 200%;
	line-height: 180%;
}

h2.ih-pc {
    display: block;
} 

h2.ih-sp {
    display: none;
} 

.y-wrap {
    padding: 100px 0;
}
.about-img {
    width: 100%;
    margin: 0 auto;
}
.about-img-sp {
    display: none;
}
.about-memo {
    font-size: 100%;
    text-align: center;
}

h2.news-mds {
    width: 50%;
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}
.ind-news {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ind-news .news-all {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    transition: 0.3s;
}

.ind-news .news-all:hover {
    opacity: 0.2;
}

.ind-news .news-all a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 110%;
    color: #198ED9;
}

.ind-news .news-all:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/index/news_arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.main-car {
    width: 100%;
    aspect-ratio:16/9;
/*
    margin: 0 0 calc(
     calc(100vw/17)*8.95);
*/
    padding: 0;
    position: relative;
    overflow: visible;
    display: block;
    background-image: url("../img/umairo/2024/umairotop_bk.jpg");
    background-size: contain;
    background-position: center;
}


.main-car .mi {
	width: 100vw;
    aspect-ratio:16/9;
	position: absolute;
	top:0;
    left: 0;
    z-index: 1;
    background: none;
}

.main-car-sp {
    display: none;
    background-image: url("../img/umairo/2024/umairotop_bk.jpg");
    background-size: cover;
    background-position: center;
}


.pickup-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.pickup-area .pickup-btn {
    width: 45%;
    line-height: 70%;
    overflow: visible;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.pickup-area .pickup-btn:hover {
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

.pickup-area.thirds .pickup-btn {
    width: 32% !important;
}

.para-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
/*
    background-image: url("../img/index/index_bk.svg");
    background-size: contain;
    background-repeat: repeat-x;
*/
}

.para-img {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    background-image: url("../img/index/para-lines.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    display: block;
}

.ind-wrap {
    width: 98%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	overflow: visible;
}

.wrap-160 {
    padding: 160px 0;
}

.wrap-280 {
    padding: 280px 0;
}

.ind-pink {
    background-color: #FFE2E9;
}

.ind-green {
    background-color: #E4F5C1;
}

.ind-flex {
    width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.flex-l {
    justify-content: flex-start;
}

.flex-r {
    justify-content: flex-end;
}

.ind-l,.ind-r {
    width: 45%;

}


.stay {
    width: 60%;
    max-width: 900px;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.stay-pink {
    top: -20%;
    right: -2%;
}

.stay-blue {
    top: 0%;
    left: -10%;
}

.stay-orange {
    top: -10%;
    right: -5%;
}


@media screen and (min-width: 641px) and (max-width: 1400px) {

    .ind-l,.ind-r {
    width: 60%;

    }
    
    .ind-lmain .ind-flex .ind-l {
    width: 40%;
}

    .ind-lmain .ind-flex .ind-r { 
    width: 50%;
    }

    .stay-pink {
        top: -15%;
        right: -2%;
    }

    .stay-blue {
        top: -15%;
        left: -10%;
    }

    .stay-orange {   
        width: 80%;
        top: -40%;
        right: -5%;
    }

}

.intro-txt {
    width: 90%;
    max-width: 700px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    line-height: 210%;
}

.ind-title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: bold;
    line-height: 180%;
}

.ind-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    line-height: 240%;
}

.ind-green .ind-l {
    padding: 20px;
    background-color: rgb(227 245 193 / 70%);
}

.ind-white .ind-r {
    padding: 20px;
    background-color: rgb(255 255 255 / 70%);;
}

.ind-pink .ind-l {
    padding: 20px;
    background-color: rgb(254 226 233 / 70%);
}


.giftimg {
    width: 90%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.giftimg-flex {
    width: 90%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giftimg-flex .gf-img {
    width: 48%;
}

/***GALLERY***/

.cm-space {
    width: 100%;
    min-height: 800px;
    margin: 0;
    padding: 100px 0 0;
    background-image: url("../img/index/cm_bk.jpg");
    background-size: contain;
    background-repeat: repeat-x;
}

ul.gallery-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.gallery-list li {
    width: 30%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

ul.gallery-list li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

lite-youtube {
    margin: 0 5px;
}

.slick-prev,.slick-next {
    color: #000;
    z-index: 10;

}

.slick-prev {
    left: 2%;
}

.slick-prev:before,.slick-next:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev:before {
    background-image: url("../img/index/cm_arr-left.svg");    
}

.slick-next {
    right: 2%;
}

.slick-next:before {
    background-image: url("../img/index/cm_arr-right.svg");  
    
}
