@charset "utf-8";
/* CSS Document */
section#mainTopInfo .mainTopInfo-inner-img {
    _background-image: url(../images/common/pc/content/matcha2-bw.png);
    background-image: url(../images/common/pc/content/matcha-bw.png);
}



@media screen and (max-width:780px) {
    section#mainTopInfo .mainTopInfo-inner-img {
        background-image: url(../images/common/sp/content/matcha-bw.png);
        background-position: center top 100%;
        background-size: 90% auto;
    }
}

section#mainTopInfo .mainTopInfo-inner-title {
    background-image: url(../images/common/pc/content/top-titile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:780px) {
    section#mainTopInfo .mainTopInfo-inner-title {
        top: 50%;
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
        width: 18.26667vw;
        height: 86.8vw
    }
}

.Event-Info.othr1.Menu-bg {
    background: url(../images/common/pc/wrappers/bg_information-pc.jpg) center no-repeat fixed;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .Event-Info.othr1.Menu-bg {
        background: url(../images/common/sp/wrppers/bg_information-sp.jpg) center no-repeat fixed;
        background-attachment: inherit;
        background-size: 100%;
    }
}

@media screen and (max-width:780px) {
    .Event-Info.othr1.Menu-bg {
        background: url(../images/common/pc/wrappers/bg_information-pc.jpg)bottom center no-repeat;
        background-attachment: inherit;
        background-size: 100%;
    }

}

.Event-Info.othr1.Info-bg {
    background: url(../images/common/pc/wrappers/bg_about-pc.jpg) center no-repeat fixed;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .Event-Info.othr1.Info-bg {
        background: url(../images/common/sp/wrppers/bg_about-sp.jpg) center no-repeat fixed;
        background-attachment: inherit;
        background-size: 100%;
    }
}

@media screen and (max-width:780px) {
    .Event-Info.othr1.Info-bg {
        background: url(../images/common/pc/wrappers/bg_about-pc.jpg)bottom center no-repeat;
        background-attachment: inherit;
        background-size: 100%;
    }

}

.Event-Info.othr2{
    background: url(../images/common/pc/wrappers/bg_nishiki-pc.jpg) center no-repeat fixed;
    background-size: cover;
}

.Event-Info.othr1 {
    background: url(../images/common/pc/wrappers/bg_onlineshop-pc.jpg) center no-repeat fixed;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .Event-Info.othr1 {
        background: url(../images/common/sp/wrppers/bg_onlineshop-sp.jpg) center no-repeat fixed;
        background-attachment: inherit;
        background-size: 100%;
    }
    .Event-Info.othr2{
        background: url(../images/common/sp/wrppers/bg_nishiki-sp.jpg) center no-repeat fixed;
        background-attachment: inherit;
        background-size: 100%;
    }
}

@media screen and (max-width:780px) {
    .Event-Info.othr1 {
        background: url(../images/common/pc/wrappers/bg_onlineshop-pc.jpg)bottom center no-repeat;
        background-attachment: inherit;
        background-size: 100%;
    }
    .Event-Info {
        background: url(../images/common/pc/wrappers/bg_nishiki-pc.jpg) center no-repeat;
        background-attachment: inherit;
        background-size: 100%;
    }
}



/*-----saryo------*/

#about-Info {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: #000;
    z-index: 5;
    position: relative;
    overflow: hidden;

}

#about-Info img {
    width: 99.633%;
    max-width: 100%;
}

#about-Info .tit_main {
    background-image: url(../images/svg/about/eb_g_nishiki-ichiha.svg);
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
}



@media screen and (max-width:1024px) {
    #about-Info .tit_main {
        height: 6.6667vw;
        top: -1.6667vw;
        width: 40.6667vw;
    }
}

@media screen and (max-width:780px) {
    #about-Info .tit_main {
        height: 10.6667vw;
        width: 50.667vw;
    }
}

#about-Info .tit_ja {
    width: 230px;
    top: -15px;
    margin-left: 90px;
    background-image: url(../images/svg/about/gji_saryonishiki.svg);
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

}


@media screen and (max-width:1024px) {
    #about-Info .tit_ja {
        margin-left: 18.6667vw;
        height: 15.6667vw;
        top: -6.6667vw;
        width: 50.6667vw;
    }
}

@media screen and (max-width:780px) {
    #about-Info .tit_ja {
        height: 10.6667vw;
        margin-left: 20.6667vw;
    }
}

#about-Info .Info_t {
    padding: 18px 10px 0;
    margin-top: 0px;

}


@media screen and (max-width:1024px) {
    #about-Info .Info_t {
        padding: 15.6667vw 10px 15.6667vw;
        margin-top: -1.6667vw;
    }
}

@media screen and (max-width:780px) {
    #about-Info .Info_t {
        padding: 6.6667vw 10px;
    }
}

#about-Info .tit_img {
    background-image: url(../images/common/pc/content/nishiki-saryo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 335px;
}

@media screen and (max-width:1024px) {
    #about-Info .tit_img {
        height: 50.6667vw;
    }
}

.Top_page .Info-title {
    padding: 0;
}

.Top_page #Infomation {
    color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    visibility: visible;
    background-color: #000;
    z-index: 5;
    padding: 10px 0;
    text-align: center;
}

.Top_page #Infomation .tit_t {
    overflow: hidden;
    padding: 40px 0;
}

.Top_page #Infomation h4 {
    overflow: hidden;
    font-size: 18px;
    width: 100%;
    padding: 0 0 30px;
    text-align: left;
}

@media screen and (max-width:1024px) {
    .Top_page #Infomation h4 {
        font-size: 4.6667vw;
    }
}

.Top_page #Infomation h4 dl {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dotted #fff;
	margin-bottom: 1px;
}
@media screen and (max-width:1024px){
   .Top_page #Infomation h4 dl {
	   width: 95%;
	   margin: 0 auto;
   	}
}

.Top_page #Infomation h3,
.Top_page #Infomation .tit_t {
    width: 100%;
    font-size: 35px;
    font-weight: normal;
}

@media screen and (max-width:1024px) {
    .Top_page #Infomation h3,
    .Top_page #Infomation .tit_t {
        width: 95%;
        margin: 0 auto;
        font-size: 3.4667vw;
    }
}

@media screen and (max-width:780px) {
    .Top_page #Infomation h3,
    .Top_page #Infomation .tit_t {
        font-size: 6.6667vw;
    }
}

.Top_page #Infomation .tit-p {
    font-size: 30px;
}

@media screen and (max-width:780px) {
    .Top_page #Infomation .tit-p {
        font-size: 5.6667vw;
    }
}

/*------TOp Menu----*/

#Ps-Menu {
    color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    visibility: visible;
    background-color: #000;
    z-index: 5;
    padding: 10px 0;
}

@media screen and (max-width:1024px) {
    #Ps-Menu {
        padding: 0 0 2.6667vw;

    }
}

#Ps-Menu h3 {
    text-align: center;
    width: 130px;
    margin: 50px auto 20px;
}

@media screen and (max-width:780px) {
    #Ps-Menu h3 {
        width: 24.6667vw;
    }
}

#Ps-Menu h4 {
    text-align: center;
    max-width: 1000px;
    font-size: 20px;
    margin: 40px auto;
}

@media screen and (max-width:1024px) {
    #Ps-Menu h4 {
        max-width: 96%;
        margin: 10.6667vw auto;
        font-size: 4.6667vw;
        line-height: 6.6667vw;
    }
}

@media screen and (max-width:780px) {
    #Ps-Menu h4 {
        text-align: left;
    }
}


#contents .Menu-li {
    padding: 0 0 50px;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    #contents .Menu-li .tit_img {
        margin: 1.6667vw auto;
    }

}

#Ps-Menu .tit_img {
    height: 400px;
}

@media screen and (max-width:1024px) {
    #Ps-Menu .tit_img {
        height: 60.6667vw;
    }
}

#Ps-Menu .Menu_img1 {
    background-image: url(../images/common/pc/content/menu/menu_li-2.png);
    background-size: cover;
    background-position: center center;
    background-origin: border-box;
    background-repeat: no-repeat;
}

#Ps-Menu .Menu_img2 {
    background-image: url(../images/common/pc/content/menu/menu_li-1.png);
    background-size: cover;
    background-position: center center;
    background-origin: border-box;
    background-repeat: no-repeat;
}



#Online-Shop .Info-title {
    overflow: hidden;
    padding: 50px 0;
}

#Online-Shop .Shop-Info {
    overflow: hidden;
    position: relative;
    background-color: #000;
    z-index: 5;
    padding: 10px 0;
}

#Online-Shop .tit_t {
    padding: 0 30px 0 10px;
}

@media screen and (max-width:1024px) {
    #Online-Shop .tit_t {
        margin-bottom: 10.6667vw;
    }
}

@media screen and (max-width:780px) {
    #Online-Shop h4 {
        font-size: 3.6667vw
    }
}

/*
#Online-Shop .tit_img {
    background: url(https://nishiki-ichiha.com/images/mailmaga/chris.jpg)no-repeat center center;
    background-size: cover;
    background-size: 100%;
    height: 287px;
}

@media screen and (max-width:1024px) {
    #Online-Shop .tit_img {
        background-size: contain;
        height: 43.6667vw;
    }
}
*/

@media screen and (max-width:1024px) {
    #OnlinShop .sp_t {
        letter-spacing: 0.2667vw;
    }
}

@media screen and (max-width:780px) {

    #OnlinShop .sp_t {
        /*letter-spacing: -1.0867vw;*/
    }
}

#Nishiki-Info,
#Online-Shop {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#Nishiki-Info {
    padding: 50px 0;
    text-shadow: 5px 2px 1px #fff, 2px 0px 1px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

#Nishiki-Info .tit_t {
    padding: 0 30px 0 10px;
    color: #000;
}

@media screen and (max-width:1024px) {
    #Nishiki-Info .tit_t {
        padding: 1.6667vw 0;
    }

}


#Nishiki-Info .tit_t p {
    margin-top: 50px;
}

#Nishiki-Info .Title_a::after {
    background: rgba(0, 0, 0, 1.00);
    box-shadow: 2px 3px 5px 0 rgba(70, 70, 70, 0.80);
}

#Nishiki-Info .border_1 {
    border-color: rgba(0, 0, 0, 0.30);
    box-shadow: 2px 3px 5px 0 rgba(70, 70, 70, 0.50);
}

/*-------三葉お知らせ--------*/

.other_Info {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
}
.other_Info img {
	border: 1px solid #fff;
}

.O_Info_txt {
	text-align: center;
}

