@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*==========================
	overwrite
============================*/

.bread .inner {
    width: 98%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.bg-f2e59e {
	background: #f2e59e;
}

a:hover {
    /*color: initial;*/
    /* 親要素から色を継承 */
}


footer.miyajiFooter li a:hover {
    color: #fff;
}


/*=======================
 font 
=====================*/

.en {
    font-family: Arial, Helvetica, "sans-serif";
}


.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}


.noto-serif.fw200 {
    font-weight: 200;
}


.noto-serif.fw300 {
    font-weight: 300;
}

.noto-serif.fw400 {
    font-weight: 400;
}


.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
}


.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}



.op05 {
    opacity: 0.5;
}

.op06 {
    opacity: 0.6;
}


.op08 {
    opacity: 0.8;
}



/*==========================
	// ribbon
============================*/

.ribbon {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 3px 0 7px;
  background: #df0615;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon h4 {
  margin: 4px;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 1);
  border-bottom: dashed 2px rgba(255, 255, 255, 1);
  line-height: 42px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


/*==========================
	// #title
============================*/

.title {
    background: linear-gradient(0deg, rgba(14, 143, 255, 1) 0%, rgba(39, 123, 190, 1) 100%) #2473b7;
}

.title_bg01 {
	/*background: url("../img/title_flower_mob.png") no-repeat bottom center;
	background-size: contain;*/
}

.box-title {
	/*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55) 25%, rgba(255, 255, 255, 1));*/
}

@media screen and (max-width: 1000px) {
	.title {
		background: linear-gradient(0deg, rgba(14, 143, 255, 1) 0%, rgba(255,255,255, 1) 30%, rgba(39, 123, 190, 1) 100%) #2473b7;
	}
}

@media screen and (min-width: 1000px) {
	.box-title {
		/*background: rgba(255,255,255,.8);
		box-shadow: 0px 0px 8px 2px rgba(51, 93, 125, 0.35);
        background: url("../img/main_visual_pc.png") !important;*/ 
	}
	
	.title_bg01 {
		background: url("../img/title_flower_pc.png") no-repeat bottom left;
		background-size: 100%;
	}
}


@media screen and (min-width: 1280px) {

    #title .inside .subhead {
        font-size: 22px;
        position: absolute;
        top: 240px;
        right: 120px;
        z-index: 2;
    }

    #title .inside .title {
        /*font-size: 18px;
        position: absolute;
        bottom: 0;
        left: 4%;
        z-index: 2;*/
    }

    #title h1 {
        /* font-size: 68px; */
        /*font-size: 80px;
        font-weight: normal;
        line-height: 1.3;
        text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000;*/
        /* 重ねた影 */
        /*右方向　下方向　ぼかし半径*/
    }


    #title time {
        /* font-size: 28px; */
        font-size: 32px;
    }

    #title time span {
        /* font-size: 54px; */
        font-size: 60px;
    }

}


/*==========================
	// id #local-nav
============================*/

#local-nav li {
    font-size: 16px;
    margin-bottom: 15px;
}

#local-nav {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}

#local-nav li a {
    padding: 10px 10px;
    color: #330000 !important;
    /* background-color: #dad4d2; */
    background-color: #f9ecd0;
    display: block;
    border-radius: 5em;
    text-align: center;
    position: relative;
}

#local-nav li a i {
    position: absolute;
    top: 18px;
    right: 45px;
    z-index: 2;
}


@media screen and (min-width: 1000px) {
    #local-nav li {
        font-size: 17px;
    }


    #local-nav li a i {
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 2;
    }



}







/*=================================
	// #outline
===================================*/

#outline {
    background: url("../img/bg_contents.png") repeat-y top center #0e8fff;
	background-size: 100%;
}

#outline .copy {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(14, 143, 255, 1) 100%);
}

#outline h2{
	/*background: radial-gradient(circle,rgba(163, 122, 93, 1) 0%, rgba(209, 167, 131, 1) 50%, rgba(242, 220, 186, 1) 100%);*/
	background: #e12a4d;
}

#outline h3 {
    /*height: 80px;
    font-size: 28px;
    font-weight: normal;
    background: #6d0c0c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.details dt span {
    /*font-size: 18px !important;
    padding: 2px 12px;
    color: #dad4d2 !important;
    border: #866a69 thin solid;
    background-color: #866a69;*/
}

#outline .link-btn a {
    height: 70px;
    color: #5e0303 !important;
    background: #f9ecd0;
    padding: 10px 15px 10px 15px;
    border-radius: 3em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapbtn {
    margin-bottom: 8px;
    padding: 5px 10px 3px;
    font-size: 12px;
    color: #333;
    line-height: 1.3;
    background-color: #dad4d2;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3em;
}

.text-277bbe {
	color: #277bbe;
}

@media screen and (min-width: 1000px) {
    #outline {
        /*padding: 90px 0 60px;*/
    }

    #outline h3 {
        /*height: 120px;
        font-size: 40px;*/
    }

    .details dt span {
        /*font-size: 20px;
        padding: 2px 12px;*/
    }

    .mapbtn {
        font-size: 16px;
    }


    #outline .link-btn a {
        height: auto;
        font-size: 20px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 15px 20px 15px;
        border-radius: 3em;
        display: block;
    }


    #outline .link-btn a i {
        margin-bottom: 3px;
    }
}


/*==========================
	お申込み方法
============================*/


#apply .howto .notice {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 5px 15px;
}


#apply .howto {
}



#apply h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #634841 thin solid;
}


#apply .howto dt,
#apply .howto dd {
    font-size: 1.4rem;
}


#inq {
    width: auto;
    padding: 20px 20px;
}

#inq dt {
    margin-left: 0 !important;
}

#inq dd {
    margin-left: 1em !important;

}

#inq .tel_num {
    padding-top: 5px;
    display: block;
}

#apply .howto .notice {
    font-size: 1.4rem;
    color: #5e0303 !important;
    padding: 0 15px;
    background: #ece6e3;
}

#apply .first {
    font-size: 2.0rem;
}

#apply .howto dt,
#apply .howto dd {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.6;
}

#apply .howto dt {
    margin-bottom: 5px;
}

#apply .howto dd {
    margin-left: 34px;
    margin-bottom: 30px;
}



#apply .tax {
    font-size: 1.4rem;
}


#apply .howto .before,
#apply .howto .after {
    font-size: 1.4rem;
    text-align: center;
    background: rgba(218, 212, 210, 0.2);
    padding: 10px 40px 10px 30px;
}




@media screen and (min-width: 1000px) {

    #apply h5 {
        font-size: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}


/*=====================
	// #access
=======================*/

#access iframe {
    height: 360px;
}


#access a:hover {
    color: #d3c9c7;
}

@media screen and (min-width: 1000px) {
    #access iframe {
        height: 600px;
    }
}


/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    padding: 10em 0 5em;
}


.advance_notice .head {
    margin: auto;
}

.advance_notice p {
    margin-bottom: 1em;
}

.advance_notice a {
    color: #000 !important;
    display: block;
    margin-bottom: 1em;
}

@media screen and (min-width: 640px) {

    .advance_notice .head {
        width: 356px;
        margin: auto;
    }
}



/*====================================================
	2025.07.07 追記
=====================================================*/
.sp {
    display: block;
}
.pc {
    display: none;
}

.title {
    position: relative;
}

.img-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-image: url("../img/main_bg_mob.png") ;
    background-size: cover !important;
}
.img-box P {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.info-box {
    font-family: "Noto Sans JP", sans-serif !important;
}
.title-mone {
    position: absolute;
    width: 42.3% !important;
    z-index: 1 !important;
    top: 60px;
    left: 29%;
}
.title-img {
    margin-top: -110px !important;
}
.event-title {
    position: relative; 
    top: 12px;
    left: 170px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    z-index: 0;
}
.event-date::before, .event-date::after {
    content: "";
    margin: 10px auto;
    height: 10px;
    display: block;
    background: #A37A5D;
    background: radial-gradient(circle,rgba(163, 122, 93, 1) 0%, rgba(209, 167, 131, 1) 50%, rgba(242, 220, 186, 1) 100%);
}
.lead {
    text-align: left;
}
.desc-box {
    padding-top: 100px;
}

.anchor {
	padding-top: 70px;
	margin-top: -70px;
}

@media screen and (min-width: 640px) {
    .desc-box {
        padding-top: 20px;
    }
    .title-mone {
        top: 16px;
    }
    .lead {
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    .title {
        overflow: hidden;
    }

    .desc-box {
        padding-top: 0;
    }

    .event-title {
        position: absolute;
        width: 70%;
        left: 12.2%;
        top: 12%;
    }

    .title-info-wrapper {
        width: 100%;
    }
    .img-box {
        width: initial;
        margin: 0 auto;
        background-image: none ;
        background-size: cover !important;
    }
    .title-img {
        margin-top: -80px !important;
    }

	.box-title {
        position: relative;
        background-image: url("../img/main_bg_pc.png") !important; 
        margin-top: 50px !important;
        /* top: 60px; */
        min-height: 670px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
	}

    .desc-box {
        display: flex;
        flex-direction: row;
        margin-top: 32%;
    }
    .img-box {
        width: 50%;
        z-index: 1;
        height: 300px;
    }
    .img-box p {
        width: 66%;
        margin-top: -50px;
        margin-left: 164px;
        margin-bottom: 30px;
    }
    /* .en {
        font-family: "Noto Sans JP", sans-serif;
    } */
    .info-box {
        font-family: "Noto Sans JP", sans-serif !important;
        display: flex;
        align-items: center;
        bottom: 40px;
        left: 40px;
        width: 70%;
        flex-direction: column;
    }
    .event-date {
        width: 70%;
        margin-top: -20px;
        margin-bottom: 0;
		margin-left: 10%;
    }
    .event-date p {
        width: 100%;
        padding: 20px 10px;
        background: #fff;
        /* margin: 0 auto; */
        /* font-size: 26px; */
    }   
    .event-date p:nth-of-type(1) {
        padding-bottom: 0;
    }
    .event-date p:nth-of-type(2) {
        padding-top: 0;
    }
    .event-date::before, .event-date::after {
        content: "";
        width: 100%;
        height: 10px;
        display: block;
        background: #A37A5D;
        background: radial-gradient(circle,rgba(163, 122, 93, 1) 0%, rgba(209, 167, 131, 1) 50%, rgba(242, 220, 186, 1) 100%);
        margin: initial;
    }
    .event-desc {
        width: 100%;
        text-align: left;
        text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    }
    .lead {
        margin-top: 40px;
        text-align: center;
    }
	.anchor {
		padding-top: 110px;
		margin-top: -110px;
	}
}

@media screen and (min-width: 1290px) {
    /* .event-date p span {
        font-size: 34px !important;
    } */
}

@media (min-width: 1031px) and (max-width: 1290px) {
    .event-date p span,.event-date p {
        font-size: 30px !important;
    }
    	.box-title {
        min-height: 600px;
        height: 600px;
	}
    .event-date {
        margin-top: 20px;
    }
    .title-img {
        margin-top: -46px !important;
    }
}
@media (min-width: 1001px) and (max-width: 1030px) {

    .event-date p span,.event-date p {
        font-size: 28px !important;
    }
    	.box-title {
        min-height: 550px;
        height: 550px;
	}
     .event-date {
        margin-top: 30px;
    }
    .title-img {
        margin-top: -46px !important;
    }
}




/* 20260623 真夏のイタリアンフェア2026 */

:root {
  --box-red: radial-gradient(#ad1010, #7a0000);
  --border-gold: linear-gradient(to bottom right, #F9E4B7 0%, #DDA75B 50%, #B37D14 100%);
  --box-green: radial-gradient(#207f0b, #093400);
  --box-gold: radial-gradient(#DDA75B, #B37D14);
}


#contents {
  
    .title {
        background-image: url(../img/bg_pc.jpg) !important;
        background-size: cover;
        width: 94%;
        margin: 80px auto 0;
        max-width: 1440px;
        box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.1);
        /* overflow: initial; */
        @media (max-width: 640px) {
            margin-top: 90px;
        }
        .box-title {
            background-image: none!important;
            margin-top: 30px !important;
            height: initial;
            min-height: initial;
        }

        
        h3 {
            width: 20%;
            max-width: 300px;
            margin: 0 auto 30px;
            @media (max-width: 640px) {
                width: 40%;
            }
        }
        .title_wrapper {
            width: 100%;
            aspect-ratio: 16 / 7;
            margin-bottom: 40px;
            @media (max-width: 768px) {
                flex-wrap: wrap;;
                width: 90%;
            }
            > div {
                position: relative;
                @media (max-width: 768px) {
                    &:nth-of-type(1){
                        order: 2;
                    }
                    &:nth-of-type(2){
                        order: 1;
                        width: 100% !important;
                    }
                    &:nth-of-type(3){
                        order: 3;
                    }
                }
                &:nth-of-type(1) , &:nth-of-type(3) {
                    width: 29%;
                    @media (max-width: 768px) {
                        width: 50%;
                        aspect-ratio: 277/422;
                    }
                    p { 
                        &:nth-of-type(1) {
                            position: absolute;
                            width: 70%;
                             &::before {
                                content: '';
                                display: block;
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                background-size: cover;
                                z-index: -1;
                            }
                        }
                        &:nth-of-type(2) {
                            width: 60%;
                            position: absolute;
                            right: 0;
                            bottom: 20px;
                            z-index: 2;
                            @media (max-width: 768px) {
                                width: 50%;
                                right: 20px;
                            }
                        }
                    }
                }
                &:nth-of-type(1) {
                    p { 
                        &:nth-of-type(1) {
                            bottom: 100px;
                            left: 0;
                            z-index: 1;
                            @media (max-width: 640px) {
                                bottom: 70px
                            }
                            &::before {
                                background: url(../img/mv_cremona_01_bg.jpg) no-repeat;
                                background-size: cover;
                                top: 70px;
                                left: 60px;
                            }
                           
                        }
                        &:nth-of-type(2) {
                            
                        }
                    }
                 }
                &:nth-of-type(2) {
                    position: relative;
                    width: 46%;
                    @media (max-width: 768px) {
                        margin-bottom: 40px;
                    }
                    >div {
                        position: relative;
                        &::before, &::after {
                            content: '';
                            display: block;
                            width: 100%;
                        }
                        &::before {
                            aspect-ratio: 761 / 35;
                            background: url(../img/mv_frame_01.png) no-repeat;
                            background-size: cover;
                            margin-bottom: 40px;
                        }
                        &::after {
                            aspect-ratio: 761 / 16;
                            background: url(../img/mv_frame_02.png) no-repeat;
                            background-size: cover;
                            margin-top: 40px;
                        }
                        h1 {
                            position: relative;
                            z-index: 1;
                            span {
                                display: block;
                                &:nth-of-type(1) {
                                    width: 42%;
                                    margin-left: 16%;
                                }
                                &:nth-of-type(2) {
                                    width: 98%;
                                    margin: 20px auto 0;      
                                }
                            }
                        }
                        >p {
                            &:nth-of-type(1) {
                                position: absolute;
                                top: 16%;
                                right: 0;
                                width: 58%;
                            }
                            &:nth-of-type(2) {
                                position: absolute;
                                bottom: 10%;
                                right: 0;
                                width: 76%;
                            }
                        
                        }
                    }
                    > P {
                        position: relative;
                        z-index: 1;
                        width: 90%;
                        margin: 40px auto 0;
                        @media (max-width: 768px) {
                            margin-top: 20px;
                        }
                    }
                    
                }
                &:nth-of-type(3) {
                    p { 
                        &:nth-of-type(1) {
                            right: 0;
                            top: 40px;
                           z-index: 1;
                            &::before {
                                background: url(../img/mv_cremona_02_bg.jpg) no-repeat;
                                background-size: cover;
                                top: 70px;
                                right: 60px;
                            }
                           
                        }
                        &:nth-of-type(2) {
                            width: 66%;
                            position: absolute;
                            left: 0;
                            bottom: 10px;
                            z-index: 2;
                            @media (max-width: 768px) { 
                                width: 55%;
                                left: 20px;
                            }
                        }
                    }
                }
            }

        }
    }


    #outline {
        background: none;
        &::before {
            content: "";
            display: block;
            background-image: url(../img/ct_bg_pc.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position-y: -200px;
            background-position-x: center;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 160vh;
            z-index: -1;
            /* transform: translateY(var(--bg-y));  */
            transform: translate3d(0, var(--bg-y, 0px), 0);
            will-change: transform;
            isolation: isolate;
            @media (max-width: 768px) {
                background-position-y: 60px;
            }
        }

        .copy {
            background: none;
            p {
                text-shadow: 2px 2px 8px #000;
            }
            @media (max-width: 768px) {
                padding-top: 30px;
                p {
                    text-align: left;
                }
            }
        }

        > div {
            &:nth-of-type(2) {
                margin: 50px auto !important;
                @media (max-width: 768px) {
                    margin: 20px auto !important;
                }
                div {
                    a {
                        border: 4px solid transparent;
                        border-radius: 4px;
                        background-image: 
                        var(--box-red), 
                        var(--border-gold);
                        background-origin: border-box;
                        background-clip: padding-box, border-box;
                    }
                }
            }
        }

        section {
            border: 4px solid transparent;
            border-radius: 4px;
            background-image: 
            linear-gradient(#fff,#fff), 
            var(--border-gold);
            background-origin: border-box;
            background-clip: padding-box, border-box;

            h2 {
                position: relative;
                margin: 0 auto 40px;
                background: var(--box-red);
                &::before, &::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 80px;
                    height: 80px;
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center;
                    @media (max-width: 640px) {
                        width: 50px;
                        height: 50px
                    }
                }
                &::before {
                    left: 16px;
                    background-image: url('../img/frame_l.png');
                    @media (max-width: 640px) {
                        left: 10px;
                    }
                }
                &::after {
                    right: 16px;
                    background-image: url('../img/frame_r.png');
                    @media (max-width: 640px) {
                        right: 10px;
                    }
                }
                > span {
                    position: relative;
                    z-index: 2;
                    /* text-shadow: 2px 2px 6px #000; */
                    @media (max-width: 768px) {
                        text-shadow: 2px 2px 4px #000;
                    }

                }
            }

            h4 {
                background: var(--box-green);
            }


            &:nth-of-type(2) {
                h3 {
                    color: #a17434;
                }
                dl dt span {
                    background: #a17434;
                    color: #fff;
                    font-weight: 600;
                }
                dl dd {
                    @media (min-width: 641px) {
                        width: calc(100% - 100px);
                    }
                    @media (max-width: 640px) {
                        margin-bottom: 30px;
                    }
                    
                }
            }

            &:nth-of-type(3) {
                h3 {
                    background: var(--box-green);
                }
                > div {
                    &:nth-of-type(1) {                
                        > div {
                            &:nth-of-type(1) {
                                background: var(--box-gold);
                            }
                            &:nth-of-type(2) {
                                > div {
                                    &:nth-of-type(2) {
                                        h3 {
                                            /* padding: 36px 0; */
                                            @media (max-width: 768px) {
                                                /* padding: 14px 0; */
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }


        

    }

}


/* loading faed-in */
[data-f-order] {
  opacity: 0;
  transition: opacity 1s ease;
}
[data-f-order].is-active {
  opacity: 1;
}

.title_wrapper p[data-f-order="03"] {
  /* transform: translateY(30px); */
  /* transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), 
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); */
}

.title_wrapper p[data-f-order="03"].is-active {
  /* transform: translateY(0); */
}

.title_wrapper p[data-f-order="02"] {
  opacity: 1; 
  position: relative;
}

.title_wrapper p[data-f-order="02"]::before {
  content: "";
  position: absolute;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), 
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); */
}

.title_wrapper p[data-f-order="02"] img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), 
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); */
}


.title_wrapper p[data-f-order="02"].is-active::before {
  opacity: 1;
  transform: translateY(0);
}

.title_wrapper p[data-f-order="02"].is-active img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}


.title_wrapper > div:nth-of-type(3) p[data-f-order="02"]::before,
.title_wrapper > div:nth-of-type(3) p[data-f-order="02"] img {
  transform: translateY(-40px);
}


.title_wrapper > div:nth-of-type(3) p[data-f-order="02"].is-active::before,
.title_wrapper > div:nth-of-type(3) p[data-f-order="02"].is-active img {
  transform: translateY(0);
}