@charset "utf-8";

/*非表示切り替え*/
.pc { display: block; }
.sp { display: none; }
/*非表示切り替え*/

.sw-breadList {
    margin: 2%;
    font-size: 11px;
}

.sw-PageIntro {
    background-image: url(../img/main.jpg);
    background-size: cover;
}

.sw-inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
}

.sw-PageTit {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.sw-PageTit figure {
    width: 50%;
    margin: 10% auto 0;
}

.sw-PageTit figure img {
    width: 50%;
}

.sw-breadList {
    font-size: 14px;
    text-align: center;
}

.sw-PageTit h2 {
    margin-top: 1%;
    font-family: 'Cormorant', serif;
    color: #203133;
    font-size: 48px;
    line-height: 80px;
}
    
.sw-PageTit h4 {
    font-size: 15px;
    line-height: 36px;
    color: #80BAC0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    padding: 0;
}

.sw-PageTit .box {
    margin-top: 2%;
}

.sw-PageTit .box p {
    font-size: 16px;
    line-height: 24px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

@media screen and (max-width: 768px) {

.sw-PageIntro {
    background-image: url(../img/main_sp.jpg);
    background-size: cover;
}

/*非表示切り替え*/
.pc { display: none; }
.sp { display: block; }
/*非表示切り替え*/

.st-Content .sw-wrapper {
    width: 100%;
    margin: 0 auto;
    }
    
    .sw-breadList {
        font-size: 14px;
        text-align: center;
    }

    .sw-PageTit figure {
        width: 215px;
        margin: 36px auto 0;
    }
    
    .sw-PageTit h2 {
        font-size: 30px;
        line-height: 42px;
    }
    
    .sw-PageTit h4 {
    font-size: 15px;
    }

    .sw-PageTit .box p {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
        width: 88%;
    }

    .flex {
        display: block;
    }

    .sw-PageTit figure img {
        width: 45%;
    }
    
    
}

/************************************************

conceptInf   滋賀★花嫁応援割

************************************************/

.banner_img{
    width: 85%;
    margin: 2em 0em;
}

h3.camp_ttl {
    width: 340px;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
    position: relative;
}

h3.camp_ttl::before{
    content: "";
    display: inline-block;
    width: 220px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    right: 113%;
}

h3.camp_ttl::after{
    content: "";
    display: inline-block;
    width: 220px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    left: 113%;
}

.sw-wrapper.main_area {
    background-color: #EDF6F6;
    padding-bottom: 7em;
}

.bg_green {
    background-color: rgba(143,201,201,0.8);
    padding: 50px 0 160px 0;
    text-align: center;
    /* position: relative; */
    /* margin-bottom: 275px; */
    margin-bottom: 0px;
}

.green_img{
    display: flex;
    margin: 0 auto;
    margin-top: -152px;
}

/* .bg_green img{
    position: absolute;
    bottom: 10px;
    bottom: -156px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: fit-content;
} */

.camp_txt {
    width: 54%;
    margin: 0 auto;
    padding: 2em 0;
    color: #fff;
    max-width: 800px;
    position: relative;
}

.inner_wrap {
    background-color: #fff;
    width: 50%;
    margin: 5em auto;
    padding: 4em 4em 2em 4em;
    border-radius: 30px;
    position: relative;
    font-size: 1.2em;
    max-width: 800px;
    margin-bottom: 0;
}

p.inner_ttl.bg_pink {
    background-color: #FF7A95;
    color: #fff;
    width: 38%;
    text-align: center;
    border-radius: 30px;
    font-size: 1.2em;
    padding: 10px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: fit-content;
}

p.inner_ttl.bg_beige {
    background-color: #B8986E;
    color: #fff;
    width: 38%;
    text-align: center;
    border-radius: 30px;
    font-size: 1.2em;
    padding: 10px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: fit-content;
}

.inner_flex {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

li.square_item {
    position: relative;
}

li.square_item::before {
    position: absolute;
    content: "■";
    color: #FF7A95;
    top: 0;
    left: -29px;
}

ul.list_left {
    padding-right: 2em;
}

ul.list_left span{
    font-size: 1.5em;
    position: relative
}

ul.list_left span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 11px;
    /* border-radius: 3px; */
    background-color: rgba(255,244,142,0.7);
    position: absolute;
    bottom: 3px;
    left: 0;
    /* opacity: 0.3; */
    z-index: -1;
}

ul.list_left li {
    color: red;
    position: relative;
    z-index: 999;
    text-align: end;
}

ul.list_left li::before{
    position: absolute;
    content: "";
    background-image: url(../img/off_mark.svg);
    display: inline-block;
    width: 55px;
    height: 55px;
    background-size: contain;
    top: 20px;
    left: 82px;
    background-repeat: no-repeat;
}


ul.list_left li::after{
    position: absolute;
    content: "…";
    top: 11px;
    left: -29px;
    color: #000;
}

ul.list_right {
    line-height: 3;
}

p.asterisk {
    width: 100%;
    padding-top: 8px;
    font-size: 0.9em;
}

ul.txt {
    text-align: center;
    width: 86%;
    margin: 0 auto;
    position: relative;
}

ul.txt li {
    text-align: left;
}

ul.txt::after{
    content: "";
    background: url(../img/yaji.png);
    position: absolute;
    left: 30%;
    bottom: -105px;
    background-size: contain;
    width: 204px;
    height: 81px;
    background-repeat: no-repeat;
}

.no-padding {
    padding: 2em 3em;
}

p.txt {
    text-align: center;
}

.member_BTN {
    text-align: center;
    display: block;
    background-color: #73C4C2;
    width: 300px;
    margin: 0 auto;
    margin-top: 1em;
    padding: 10px 0;
    color: #fff;
}


@media screen and (max-width: 768px) {

    .sw-wrapper.main_area {
        background-color: #EDF6F6;
        padding-bottom: 4em;
    }


    .banner_img {
        width: 88%;
        margin: 1em 0em;
    }

    h3.camp_ttl {
        width: 257px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5em;
        color: #fff;
        position: relative;
    }

    h3.camp_ttl::before {
        content: "";
        display: inline-block;
        width: 56px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 50%;
        right: 100%;
    }

    h3.camp_ttl::after {
        content: "";
        display: inline-block;
        width: 56px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 50%;
        left: 100%;
    }

    .camp_txt {
        width: 88%;
        margin: 0 auto;
        padding: 1em 0;
    }

    .bg_green {
        background-color: rgba(143,201,201,0.8);
        padding: 50px 0 75px 0;
        text-align: center;
        /* position: relative; */
        /* margin-bottom: 275px; */
        margin-bottom: -72px;
    }
    
    .green_img{
        display: flex;
        margin: 0 auto;
        margin-top: -20px;
        width: 95%;
    }
    

    /* .bg_green {
        background-color: rgba(143,201,201,0.8);
        padding: 45px 0 78px 0;
        text-align: center;
        position: relative;
        margin-bottom: 143px;
    }

    .bg_green img {
        position: absolute;
        bottom: 10px;
        right: -50%;
        bottom: -60px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        /* height: fit-content; 
        width: 100%;
    } */


    ul.txt {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .inner_wrap {
        background-color: #fff;
        width: 88%;
        padding: 3em 1em 2em 1em;
        margin-top: 4em;
        font-size: 1em;
    }

    li.square_item {
        position: relative;
        padding-left: 2em;
    }

    li.square_item::before {
        position: absolute;
        content: "■";
        color: #FF7A95;
        top: 0;
        left: 9px;
    }

    p.inner_ttl.bg_pink {
        background-color: #FF7A95;
        color: #fff;
        width: 75%;
        text-align: center;
        border-radius: 30px;
        font-size: 1.1em;
        padding: 5px;
    }

    p.inner_ttl.bg_beige{
        background-color: #B8986E;
        color: #fff;
        width: 75%;
        text-align: center;
        border-radius: 30px;
        font-size: 1.2em;
        padding: 5px;
    }

    .price_item{
        color: red;
        position: relative;
        z-index: 999;
        line-height: 1;
        padding-right: 0;
        text-align: end;
        padding-left: 11em;
    }

    .price_item::before {
        position: absolute;
        content: "";
        background-image: url(../img/off_mark.svg);
        display: inline-block;
        width: 47px;
        height: 22px;
        background-size: contain;
        top: 3px;
        right: -25%;
        background-repeat: no-repeat;
    }

    .price_item::after {
        position: absolute;
        content: "…";
        top: 0px;
        right: 29%;
        color: #000;
        font-size: 1.5em;
    }

    .price_item span {
        font-size: 1.6em;
        position: relative;
        padding-right: 4px;
    }

    .price_item span::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 11px;
        /* border-radius: 3px; */
        background-color: rgba(255,244,142,0.7);
        position: absolute;
        bottom: 3px;
        left: 0;
        /* opacity: 0.3; */
        z-index: -1;
    }

    ul.txt::after {
        content: "";
        background: url(../img/yaji.png);
        position: absolute;
        left: 22%;
        bottom: -68px;
        background-size: contain;
        width: 160px;
        height: 60px;
        background-repeat: no-repeat;
    }

    .member_BTN {
        width: 230px;
    }
    
    
    .conceptInf {
   position: relative;
}
    
    
.conceptInf p.pointTit {
    top: 30px;
    left: 5%;
    position: absolute;
    font-size: 70px;
}
    
.conceptInf .sw-wrapper .box {
    width: 100%;
    margin: 0 auto 2%;
    padding: 2% 0;
}

.conceptInf .sw-wrapper .box p {
    font-size: 16px;
    line-height: 28px;
    padding: 20px 10px;
}

.conceptInf::after {

    height: 120vw;
    margin: 0;
    left: 50%;
    top: 30px;
}
    
    .conceptInf .sw-wrapper h5 {
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    color: #80BAC0;
    letter-spacing: 2px;
}

.conceptInf .sw-wrapper h6 {
    font-size: 20px;
}


/* @media screen and (min-width: 1024px) {
    
    .conceptInf {
    margin: 2% 0 0;
    position: relative;
    }
    
   .conceptInf .sw-wrapper figure {
    width: 46%;
    margin: 7% 0;
    float: left;
    }
    
    .conceptInf .sw-wrapper .sw-inner {
    width: 100%;
    margin: 0 0 0 16%;
    padding: 5% 0 3% 15%;
    background-color: rgba(128,186,192,0.1);
    z-index: -1;
}
    
    .conceptInf p.pointTit {
    top: 30px;
    left: 2%;
    font-size: 70px;
}
    .conceptInf .sw-wrapper .box {
    width: 85%;
    margin: 0;
    padding: 2% 5% 4% 22%;
    }
    
    .conceptInf .sw-wrapper .box p {
    font-size: 13px;
    margin: 0 0 0 2%;
    line-height: 28px;
}

    .conceptInf .sw-wrapper h6 {
    width: 80%;
    /*font-size: 24px;*/
    /* line-height: 36px;
    letter-spacing: 2.4px;
    padding-left: 22%;
    margin:2% 0;
    }
    .conceptInf .sw-wrapper h5 {
    width: 90%;
    font-size: 30px;
    line-height: 44px;
    padding-left: 22%;
    letter-spacing: 1px;
    }
    
    .conceptInf::after {
        display: none;
    } 
 }
 */ 

/* @media screen and (min-width: 1280px) {
    
    .conceptInf p.pointTit {
    top: 60px;
    left: 2%;
    font-size: 70px;
}
   .conceptInf .sw-wrapper .sw-inner {
    width: 100%;
    margin: 0 0 0 25%;
    padding: 3% 0 3% 3%;
    background-color: rgba(128,186,192,0.1);
    z-index: -1;
    }
    
    .conceptInf .sw-wrapper figure {
    width: 40%;
    margin: 7% 0 7% 5%;
    float: left;
    }
    
    .conceptInf .sw-wrapper .box {
    width: 70%;
    margin: 0;
    padding: 0 5% 4% 22%;
    }
    
    .conceptInf .sw-wrapper .box p {
    font-size: 13px;
    margin: 0 0 0 2%;
    line-height: 28px;
    padding: 8px 10px;
}
    
} */

/* @media screen and (min-width: 1400px) {
   .conceptInf .sw-wrapper .sw-inner {
    width: 1280px;
    margin: 0 0 0 20%;
    padding: 10% 0 6% 14%;
    background: none;
}
  .conceptInf p.pointTit {
    top: 5%;
    left: 1%;
    font-size: 100px;
}
    
    .conceptInf .sw-wrapper figure {
    width: 50%;
    margin: 7% 0;
    float: left;
}
    
   .conceptInf .sw-wrapper {
    width: 1280px;
    margin: 0 auto;
    }
    
    .conceptInf .sw-wrapper .box {
    width: 68%;
    margin: 2% auto;
    padding: 0 5% 4% 10%;
    }
    
   .conceptInf .sw-wrapper .box p {
    width: 96%;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
    }
    
     .conceptInf .sw-wrapper h6 {
    width: 80%;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2.4px;
    padding-left: 25%;
    }
    .conceptInf .sw-wrapper h5 {
    width: 80%;
    font-size: 30px;
    line-height: 44px;
    padding-left: 25%;
    letter-spacing: 3px;
    }
    
    .conceptInf::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 35vw;
    margin: 0;
    left: 35%;
    top: 100px;
    background-color: rgba(128,186,192,0.1);
    content: "";
}
} */

/* @media screen and (min-width: 1920px) {
    
    .conceptInf p.pointTit {
    top: 9%;
    left: 11%;
    font-size: 100px;
}
    
    .conceptInf::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 30vw;
    margin: 0;
    left: 35%;
    top: 100px;
    background-color: rgba(128,186,192,0.1);
    content: "";
    z-index: -1;
    }
    
} */
}

/************************************************

campaignInf 滋賀★プロポーズ応援

************************************************/

.bg_blue {
    background-color:  rgba(110,134,170,0.9);
    padding: 50px 0 75px 0;
    text-align: center;
    /* position: relative; */
    /* margin-bottom: 275px; */
    margin-bottom: -72px;
}

.blue_img{
    display: flex;
    margin: 0 auto;
    margin-top: -20px;
}

/* .bg_blue{
    background-color: rgba(110,134,170,0.9);
    padding: 50px 0 160px 0;
    text-align: center;
    position: relative;
    margin-bottom: 275px;
}

.bg_blue img {
    position: absolute;
    /* bottom: 10px; 
    right: -51%;
    top: 103%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* height: fit-content;
} */

.sw-wrapper.un_main_area {
    background-color: #DFE8F6;
    padding-bottom: 7em;
}

li.icon_item:first-of-type,
li.icon_item:nth-child(2),
li.icon_item:last-child
 {
    padding: 12px 0;
    position: relative;
    padding-left: 2em;
}

li.icon_item:first-of-type::after{
    position: absolute;
    content: "";
    background-image: url(../img/list_item_1.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    top: 7px;
    left: -14px;
    background-repeat: no-repeat;
}

li.icon_item:nth-child(2)::after{
    position: absolute;
    content: "";
    background-image: url(../img/list_item_2.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    top: 7px;
    left: -14px;
    background-repeat: no-repeat;
}

li.icon_item:last-child::after{
    position: absolute;
    content: "";
    background-image: url(../img/list_item_3.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    top: 21px;
    left: -14px;
    background-repeat: no-repeat;
}

p.inner_ttl.bg_beige.txt_width {
    width: 52%;
}

.flex_inner {
    width: 45%;
    margin: 0 15px;
}

.flex_inner p {
    font-size: 0.9em;
}

span.price {
    color: red;
    position: relative;
    font-size: 1.5em;
    z-index: 9999;
}

span.price::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 11px;
    background-color: rgba(255,244,142,0.7);
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
}

span.tax {
    font-size: 0.8em;
    color: red;
}


@media screen and (max-width: 768px) {

    .bg_bg_blue {
        background-color: rgba(110,134,170,0.9);
        padding: 50px 0 75px 0;
        text-align: center;
        /* position: relative; */
        /* margin-bottom: 275px; */
        margin-bottom: -72px;
    }
    
    .blue_img{
        display: flex;
        margin: 0 auto;
        margin-top: -20px;
        width: 95%;
    }

    /* .bg_blue {
        background-color: rgba(110,134,170,0.9);
        padding: 45px 0 78px 0;
        text-align: center;
        position: relative;
        margin-bottom: 143px;
    }

    .bg_blue img {
        position: absolute;
        bottom: 10px;
        right: -50%;
        bottom: -60px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        /* height: fit-content; 
        width: 100%;
    } */

    li.icon_item:first-of-type, li.icon_item:nth-child(2), li.icon_item:last-child {
        padding: 12px 0;
        position: relative;
        padding-left: 3em;
    }

    li.icon_item:first-of-type::after,
    li.icon_item:nth-child(2)::after {
        width: 31px;
        height: 31px;
        background-size: contain;
        top: 11px;
        left: 7px;
        background-repeat: no-repeat;
    }

    li.icon_item:last-child::after{
        width: 31px;
        height: 31px;
        background-size: contain;
        top: 17px;
        left: 7px;
        background-repeat: no-repeat;
    }

    p.inner_ttl.bg_beige.txt_width {
        width: 90%;
    }

    .flex_inner {
        width: 88%;
        margin: 0 auto;
    }

    .flex_inner:first-of-type{
        margin-bottom: 1em;
    }

    .sw-wrapper.un_main_area {
        background-color: #DFE8F6;
        padding-bottom: 4em;
    }

}
