/*とちおとめ特設　CSS*/

body{

    background-image: url(../img/bg_image_paper_right_5600.jpg);
        background-repeat: repeat-y;
}

#main  {
    background-image: url(../img/bg_image_paper_right_5600.jpg);
        background-repeat: repeat-y;
}

#tochiotome{
max-width: 1920px;
height: 800px;
}

#cmp{
max-width: 1920px;
height: 500px;
}

header#tochiotome {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    margin: 0 auto;
    background: #f3f3f3 url(../img/img_main_tochiotome.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

header#cmp {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    margin: 0 auto;
    background: #f3f3f3 url(../img/img_main_cmp.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

header#cmp .tag{
    display: none;
}

.sp {
    display: none !important;
    margin: 0 auto;
}

.pc {
    display: block !important;
    margin: 0 auto;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all .8s;
}

@media screen and (max-width:640px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

}

/* main */


#header-inner img {
    width: 120px;
    margin: 10px 0;
}


.tag {
    position: absolute;
    width: 30%;
    bottom: 1%;
    right: 5%;
    transform: rotate(-3deg);
}

/*メインエリア　CSS*/

#main-inner {
    max-width: 1000px;
    margin-bottom: 0;
    padding-top: 50px;
}

#second-inner {
    max-width: 1000px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#third-inner {
    max-width: 1000px;
    margin-bottom: 0;
}

.bg-white{
    background-color: #fff;
}

.bg-paper{
    background-image: url(../img/bg_image_paper_right_5600.jpg);
        background-repeat: repeat-y;
}

div.menubar{
    width: 100%;
    font-size: 1.3rem;
    display: flex;
    width: 100%;
}

.menubar li{
    list-style: none;
    width: 25%;
    color: #ff435A;
    text-align: center;
    font-weight: 700;
}

.menubar li + li {
    border-right: 0 solid #ff435A;
    border-left: 2px solid #ff435A;
}



@media screen and (max-width:640px) {

#main-inner {
    padding-top: 30px;
}

div.menubar{
    width: 100%;
    font-size: 1.3rem;
    display: block;
    margin: 0 auto;
}



.menubar li{
    list-style: none;
    width: 60%;
    margin: 0 auto;
    padding: 6px 0 4px 0;
    color: #ff435A;
    text-align: center;
    font-weight: 700;
    border-bottom: #ff435A solid 2px;
}

.menubar li + li {
    border-right: 0 solid #ff435A;
    border-left:  0 solid #ff435A;
}

}


header #header-qr-inner {
    position: absolute;
    box-sizing: border-box;
    margin-top: 30px;
    width: 550px;
    height: auto;
    background: url(../img/bg_image_paper_right_5600.jpg) top center no-repeat;
    top: 10px;
    left: 8%;
}

.image-comment{
  margin-bottom: -3px;
}


@media screen and (max-width:640px) {

header#tochiotome {
        background: #f3f3f3 url(../img/sp_img_main_tochiotome.jpg) top center no-repeat;
        background-size: cover;
        height: 657px;
    }

header#cmp {
        background: #f3f3f3 url(../img/sp_img_main_cmp.jpg) top center no-repeat;
        background-size: cover;
        height: 460px;
    }
    
    .tag {
    position: absolute;
    width: 30%;
    bottom: 10%;
    right: 5%;
    transform: rotate(-3deg);
    width: 70%;
    bottom: 1%;
    right: -3%;
}


}


h1{
    display: none;
}

h2{
    font-size: 1.3rem;
    text-align: center;
    margin: 30px auto 50px auto;
    width: 95%;
}


h3{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0px;
}

hr{
            color: #ff435A;
            height: 5px;
}

h4{
       font-size: 1rem;
    text-align: center; 
        color: #ff435A;
    text-align: center;
    margin-bottom: -40px;
    font-weight: bold;
}

.line{
border: solid 5px #ff435A;
}

.dod-line{
border-bottom: dotted 4px #ff435A;
width: 40%;
margin: 0 auto;
}

@media screen and (max-width:640px) {

h2{
    font-size: 1.2rem;
        width: 83%;
}

h3{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0px;
}

.dod-line{
border-bottom: dotted 4px #ff435A;
width: 60%;
margin: 10px auto;
}

h4{
       font-size: 1rem;
    text-align: center; 
        color: #ff435A;
    text-align: center;
    margin-bottom: -40px;
    font-weight: bold;
    margin-top: 20px;
}

}




.story-back{
    background: #fff;
    width: 80%;
    padding: 40px;
    margin: 20px auto;
    border-radius: 10px;
}

.story-box{
    display: flex;
}

.story-about{
        font-size: 1.2rem;
        margin: 30px auto 50px auto;
    width: 70%;
}

.story-title{
        font-size: 1.5rem;
        color: #ff435A;
        line-height: 1.3rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: left !important;
}

.story-text{
        font-size: 1.1rem;
        text-align: left !important;
        line-height: 1.9rem;
}

.warning-title{
    text-align: center;
    margin-bottom: 10px;
}

.warning-back{
    width: 80%;
    padding: 40px;
    margin: 20px auto;
    border-radius: 10px;
}


.warning-text{
        font-size: 1rem;
        text-align: left !important;
        line-height: 1.5rem;
}

div.warning-text{
        padding-left:1em;
		text-indent:-1em;
}

.cmp-title{
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 30px;
        text-align: center !important;
        
}

.cmp-subtitle{
        font-size: 1.2rem;
        line-height: 1rem;
        margin-bottom: 10px;
        text-align: left !important;
        letter-spacing: 0.15rem;
        font-weight: bold;
        
}

.cmp-text{
        font-size: 1.1rem;
        text-align: left !important;
        line-height: 1.9rem;
        margin-bottom: 30px;
        margin-left: 1rem;
                
}

.cmp-steps{
        font-size: 1.1rem;
        text-align: left !important;
        line-height: 1.9rem;
        margin-bottom: 20px;
        border: #ff435A solid 1px;
        padding: 20px;
        margin: 30px 0 ;
        border-radius: 10px;
                
}

.cmp-here{
    background: #fceff1;
    text-align: center;
    line-height: 2rem;
    padding: 10px;
    margin: 5px;
    font-weight: bold;
    display: none;
}

.cmp-steps span{
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: #ff435A solid 2px;
    margin: 0 10px;
}

.cmp-code{
    display: flex;
}

.cmp-code img{
    width: 100%;
}

.text-left{
}

.img-right{
margin-left: 20px;
width: 200%;
}

.text-right{
}

.img-left{
margin-right: 20px;
width: 200%;
}


.library-box{
    display: flex;
    margin: 0 auto;
}

.library-cell{
    width: 25%;
    padding: 10px;
}

.recipe-img{
width: 800px;
}

.recipe-text{
        font-size: 1.1rem;
        text-align: left !important;
        line-height: 1.9rem;
        margin-left: 20px;
        margin-bottom: 30px;
        width: 100%;
}

.recipe-title{
        font-size: 1.2rem;
        text-align: left !important;
        line-height: 1.9rem;
        font-weight: bold;
        margin-bottom: 10px;
        width: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.library-box{
    width: 100%;
    display: flex;
}


@media screen and (max-width:640px) {

.story-back{
    background: #fff;
    width: 90%;
    padding: 30px;
    margin: 20px auto;
    border-radius: 10px;
}

.library-box{
     width: 90%;
    display: flex;
    flex-wrap:wrap;
}
}
.library-cell{
        width: 50%;
    }

.width90{
    width: 90%;
}

@media screen and (max-width:640px) {
.story-box{
    display: block;
}

.story-about{
        font-size: 1.1rem;
        margin: 30px auto 30px auto;
    width: 90%;
}

.story-title{
        font-size: 1.3rem;
        color: #ff435A;
        line-height: 1.3rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: left !important;
}

.story-text{
        font-size: 1rem;
        line-height: 1.6rem;
        text-align: justify!important;
}


.text-left{
    margin: 20px 0;
}

.img-right{
margin-left: 0px;
width: 100%;
}

.img-left{
margin-right: 0px;
width: 100%;
}

.text-right{
    margin: 0 0 10px 0;
}

.recipe-img {
    width: 100%;
}

.recipe-text{
        font-size: 1.0rem;
        text-align: left !important;
        line-height: 1.9rem;
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
}

.recipe-title{
        font-size: 1.2rem;
        text-align: left !important;
        line-height: 1.9rem;
        font-weight: bold;
        margin: 20px 0 10px;
        width: 100%;
}


.warning-back{
    width: 100%;
    padding: 0 30px 30px;
    margin: 10px auto;
    border-radius: 10px;
}


.warning-text{
        font-size: 0.9rem;
        text-align: left !important;
        line-height: 1.2rem;
}

.cmp-title{
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 30px;
        text-align: center !important;
        
}

.cmp-subtitle{
        font-size: 1.1rem;
        line-height: 1rem;
        margin-bottom: 10px;
        text-align: left !important;
        font-weight: bold;
}

.cmp-text{
        font-size: 1rem;
        text-align: left !important;
        line-height: 1.5rem;
        margin-bottom: 30px;
        margin-left: 1rem;
                
}

.cmp-steps{
        font-size: 1.1rem;
        text-align: left !important;
        line-height: 1.9rem;
        margin-bottom: 20px;
        border: #ff435A solid 1px;
        padding: 20px;
        margin: 30px 0 ;
        border-radius: 10px;
                
}

.cmp-here{
    background: #fceff1;
    text-align: center;
    line-height: 2rem;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
    display: none;
}

.cmp-steps span{
    font-weight: bold;
    font-size: 1rem;
    border-bottom: #ff435A solid 2px;
    margin: 0 10px;
}

div.cmp-steps{
        font-size: 1rem;
        line-height: 1.3rem;
}

.cmp-code{
    display: block;
}

.cmp-code img{
    width: 100%;
}

}


main#QRmain .gd-title img {
    width: 450px;
}

main#QRmain .gd-title h4 {
    margin: 0 0;
    line-height: 1.7em;
}




main#QRmain .box-gift {
    box-sizing: border-box;
    margin-top: -55px;
    width: 450px;
    height: auto;
    background-color: #fff;
    border: #b7a263 solid 6px;
    padding: 10px;
    font-size: large;
    margin-bottom: 100px;
    box-shadow: 10px 10px 3px #fff;
}

main#QRmain #gift-box .img-gbox img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 45% 100%;
}






@media screen and (max-width:640px) {

    header#tochiotome {

    }


    header#tochiotome #header-qr-inner {
        position: absolute;
        box-sizing: border-box;
        margin-top: 0;
        width: 95%;
        left: 2.5%;
    }

    header#tochiotome #tokubetu {
        width: 90px;
        top: -18px;
        left: 48%;
    }

    header#tochiotome #title-logo {
        background-size: 200px;
    }

    header#tochiotome h1 {
        font-size: 26px;
    }

    main#QRmain h3 {
        font-size: 16px;
        letter-spacing: -0.5px;
    }

    /* .size-mother img {
        position: relative;
        top: 25px;
        width: 85%;
        height: auto;

    } */

    /* SPいつもありがとうpng */
    header#tochiotome #header-qr-inner img {
        width: 260px;
        margin: -40px 0;
    }

    header#tochiotome .deco-letter {
        background-image:
            linear-gradient(180deg,
                rgba(183, 162, 99, 0) 0%,
                rgba(183, 162, 99, 0) 97%,
                #b7a263 97%,
                #fff 100%);
        background-size: 100% 2em;
        background-position-y: 32%;
        margin-bottom: 35px;
    }

    header#tochiotome .deco-letter p {
        font-size: 16px;
        margin-top: 1em;
        margin-bottom: 0;
        line-height: 1em !important;
        letter-spacing: 0.04em;
    }

    /*ribbonと母の日マークのサイズ*/
    main#QRmain img.rg-image-small {
        width: 120px;
        margin-top: -5px;
    }

    main#QRmain .box-gift {
        margin-top: -40px;
        width: 95%;
        border: #b7a263 solid 4px;
        padding: 10px;
        font-size: large;
        margin-bottom: 50px;
    }

    main#QRmain div.rg-margin-small {
        margin-top: -30px;
    }

    main#QRmain img.rg-margin-small {
        margin-top: -90px;
        margin-bottom: -100px;
        width: 230px;
    }

    main#QRmain .gd-title img {
        width: 300px;
    }

    main#QRmain .gd-title h4 {
        margin: 0 0;
        line-height: 1.7em;
    }

}



/* ご案内ページ　header 0*/

.header-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 20px;
    z-index: 1;
}

.header-nav img {
    width: 80px;
    height: auto;
}

header#intro {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    min-height: 800px;
    background: #fff url(../img/240117_lupicia_011.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}


#titlelogo {
    width: 100%;
    height: 260px;
    text-align: center;
    background-image: url(../img/titlelogo_ohana_277.png);
    background-repeat: no-repeat;
    background-position: 50% 50px;
}

#tokubetu img {
    position: absolute;
    width: 100px;
    height: auto;
    left: 55%;
    top: 220px;
}


#header-inner {
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
    max-width: 700px;
    background: url(../img/bg_image_paper_right_5600.jpg) top center no-repeat;
    border-radius: 10px;

}

header#intro h1 {
    margin-bottom: 5px;
}


#deco-line {
    width: 100%;
    height: 20px;
    background-image: url(../img/deco_underline_700.png);
    background-repeat: no-repeat;
    background-size: contain;

}





/*　手紙風の箇所　*/

#intro .deco-letter {
    background-image:
        linear-gradient(180deg,
            rgba(183, 162, 99, 0) 0%,
            rgba(183, 162, 99, 0) 97%,
            #b7a263 97%,
            #fff 100%);
    background-size: 100% 2em;
    background-position-y: 30%;
    margin-bottom: 20px;
}

#intro .deco-letter p {
    font-size: 17px;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 0.88em !important;
    letter-spacing: 0.04em;
}


#copyright {
    letter-spacing: .05em;
    padding-bottom: 50px;
}

.marker {
    padding: 0.2em;
    background: rgba(222, 255, 183, .7);
    line-height: 1em;
    text-align: center;

}

.marker02 {
    font-weight: bold;
    padding: 1em 0.5em;
    background: rgba(222, 255, 183, .7);
    line-height: 1.5em;
    text-align: center;

}



@media screen and (max-width:960px) {
    #header-inner {
        max-width: 95%;
    }

}

@media screen and (max-width:640px) {

    #QR_code img.qr-mihon {
        width: 50px;
        height: 100px;
        vertical-align: middle;
        margin-top: 30px;
    }

    .marker02 {
        font-size: 15px;
    }

    #intro .deco-letter {
        background-image:
            linear-gradient(180deg,
                rgba(183, 162, 99, 0) 0%,
                rgba(183, 162, 99, 0) 97%,
                #b7a263 97%,
                #fff 100%);
        background-size: 100% 2em;
        background-position-y: 38%;
    }

    #intro .deco-letter p {
        font-size: 16px;
        margin-top: 1em;
        margin-bottom: 0;
        line-height: 0.75em !important;
        letter-spacing: 0.04em;
    }

    #header-inner {
        max-width: 95%;
    }

    header#intro h1 {
        margin-bottom: 5px;
        font-size: 28px;
    }

    span.title-sub {
        margin-top: -30px;
    }

}



/* スマフォ控え*/



@media screen and (max-width:640px) {

    #header-inner {
        font-size: 0.875rem;
    }
}


/* --------桜のお茶より---------- */

/* side menu */
.btn-menu {
    display: block;
    position: fixed;
    z-index: 2000;
    right: 28px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0);
}

.btn-menu__line {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 3.5px;
    border-radius: 3px;
    border-color: white;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.btn-menu__line:nth-child(1) {
    top: 10px;
}

.btn-menu__line:nth-child(2) {
    top: 25px;
}

.btn-menu__line:nth-child(3) {
    top: 39px;
}

.btn-menu.open .btn-menu__line:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-menu.open .btn-menu__line:nth-child(2),
.btn-menu.open .btn-menu__line:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -600px;
    background: rgba(255, 255, 255, 0.85);
    transition: 0.6s;
    z-index: 100;
}

.menu.open {
    transform: translate(-600px);
}

.menu-inner {
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    list-style: none;
    font-family: "Zen Old Mincho", serif;
    padding: 128px 32px;

}

.menu__logo {
    width: 120px;
}

.menu__sakura {
    margin: 12px 0;
    max-width: 250px;
}

.menu__sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
}

.menu__sns img {
    width: 32px;
}



/* --------＠グランマルシェより---------- */



/* footer */

footer {
    margin-top: 0px;
    padding-top: 0px;
    color: #1E0000;
    background-size: cover;
    margin-bottom: 10px;
}

footer .bg {
    background: url('https://www.lupicia.co.jp/md/2024/img/240117_lupicia_018.jpg') no-repeat center bottom;
    background-size: cover;
    height: 450px;
    background-position: 50% 88%;
    background-repeat: repeat-y;
}

.footer-inner {
    max-width: 80%;
    color: #1E0000 !important;
    line-height: 2em;
}

@media screen and (max-width:640px) {

    footer#GDfooter {
        display: block;
        margin-top: 3635px;
        margin-bottom: 10px;
    }
}


.uk-grid {
    margin-left: 8% !important;

}

.copyright {
    white-space: nowrap;
}


@media screen and (max-width:960px) {

    footer .bg {
        height: 150px;
        background-position: 50% 87%;
    }

    .footer-inner {
        max-width: 100%;
    }

    .copyright {
        width: 60vw;
    }

    .uk-grid {
        margin-left: 3% !important;
    }

}


@media screen and (max-width:640px) {

    footer .bg {
        height: 150px;
    }

    .footer-inner-each {
        display: block;
        width: 100%;
        margin-top: 0px !important;
    }

    .uk-grid {
        margin-left: -5% !important;
    }

}

/* .uk-grid > * {
    padding-left: 30px;
  } */



/* --------桜のお茶より---------- */

/* items */
.items {
    margin: 80px auto 200px;
}

.items__title {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 128px auto 64px;
}

.items__leaf-title {
    display: block;
    width: 210px;
    margin: 0 auto 24px;
}

.items__tb-title {
    display: block;
    width: 300px;
    margin: 0 auto 24px;
}

.item__each {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    text-align: center;
    margin-bottom: 32px;
}

.item__name {
    font-size: 17px;
    text-align: start;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}

.item__price {
    color: #A51C4B;
    font-weight: bold;
    margin-top: 8px;
}

.item__slider {
    margin: 0 auto;
    width: 90%;
    padding: 0 5%;
}

@media screen and (max-width:640px) {

    .item__slider {
        margin: 0 auto;
        width: 90%;
        padding: 0 5%;
    }

    .item__name {
        font-size: 16px;
        text-align: start;
        line-height: 1.2em;
        letter-spacing: 0.02em;
    }

    .item__price {
        margin-top: 1px;
    }


}

/* swiper */
* {
    /* swiper navigation adjust */
    --swiper-navigation-size: 40px;
    --swiper-navigation-top-offset: 25%;
    --swiper-navigation-sides-offset: 1px;
    --swiper-navigation-color: rgb(255, 255, 255, 0);
}


.swiper-leaf,
.swiper-tb {
    width: 100%;
    max-width: 800px;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 22px;
}

.item__slider {
    position: relative;
    margin: 32px 0;
}

.more-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 40px;
}

@media screen and (max-width:640px) {

    .swiper-button-next img,
    .swiper-button-prev img {
        justify-content: space-between;
        margin: 0 auto;
    }

}

/* map */

#section-map {
    margin-top: 0px !important;

}

/* .map-img {
    position: relative;
    text-align: center;
} */

.map-img h3 {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.map-img h3 img {
    width: 560px;
}

#map-venue {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#map-venue a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em 1em;
    border-radius: 5px;
    background: rgba(255, 67, 90, 1);
    color: #fff !important;
}

#map-venue a.current {
    background: rgba(255, 67, 90, 1);
}

#map-venue a#map-R1 {
    top: 190px;
    left: 550px;
    text-align: left;
}

#map-venue a#map-R2 {
    top: 420px;
    left: 490px;
}

#map-venue a#map-R3 {
    top: 530px;
    left: 700px;
    text-align: left;
}

#map-venue a#map-R4 {
    top: 710px;
    left: 700px;
}

#map-venue a#map-R5 {
    top: 720px;
    left: 450px;
    text-align: left;
}

#map-venue a#map-R6 {
    top: 580px;
    left: 230px;
    text-align: left;
}

#map-venue a#map-R7 {
    top: 700px;
    left: 140px;
}

#map-venue a#map-R8 {
    top: 820px;
    left: 160px;
}

#section-map .slider img {
    width: 100%;
    border-radius: 20%;
}

.slick-prev {
    top: -40px !important;
    left: 48% !important;
    z-index: 100;
}

.slick-next {
    top: -40px !important;
    right: 48% !important;
    z-index: 100;
}

.slick-prev:before,
.slick-next:before {
    color: rgba(37, 24, 24, 0.3) !important;
    font-size: 1.5rem !important;
}

#section-map .slider h6 {
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#section-map .slider-each.slick-current h6 {
    border-bottom: 1px solid #E6ACAE;

}

#section-map .slider-each {
    cursor: pointer;
}

#section-map .slider-each a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline !important;
}

.btn-tour {
    background: #fff !important;
}

@media screen and (max-width:960px) {

    #section-map {
        margin-top: -80px !important;
        width: 90%;
    }

    #map-scroll {
        margin: 0 auto;
        width: 90vw;
        height: 500px;
        overflow: scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        /* IE, Edge å¯¾å¿œ */
        scrollbar-width: none;
        /* Firefox å¯¾å¿œ */
        cursor: grab;
    }

    #map-scroll::-webkit-scrollbar {
        /* Chrome, Safari å¯¾å¿œ */
        display: none;
    }





    #map-venue a#map-R1 {
        top: 170px;
        left: 450px;
    }

    #map-venue a#map-R2 {
        top: 550px;
        left: 370px;
    }

    #map-venue a#map-R3 {
        top: 710px;
        left: 350px;
    }

    #map-venue a#map-R4 {
        top: 850px;
        left: 370px;
    }

    #map-venue a#map-R5 {
        top: 920px;
        left: 100px;
    }

    #map-venue a#map-R6 {
        top: 1280px;
        left: 350px;
    }

    #map-venue a#map-R7 {
        top: 1450px;
        left: 220px;
    }

    #map-venue a#map-R8 {
        top: 1580px;
        left: 100px;
    }


}

@media screen and (max-width:640px) {


    main#GDmain div.map-venue {
        background-color: #E6ACAE;
    }


    main#GDmain div.map-pc {
        display: none;
    }

    main#GDmain div.map-tb {
        display: none;
    }

    main#GDmain div.map-sp {
        display: block;
        width: 385px;
        height: 1000px;
        background-image: url(../img/RGmap_est.png), url(../img/RGmap_west.png);
        background-size: 380px, 385px;
        background-repeat: no-repeat, no-repeat;
        background-position: left 0 top 0, left 0 top 600px;
        transform-origin: top left;
    }


    #map-venue a#map-R1 {
        top: 155px;
        left: 60px;
        font-size: 14px;
        text-align: left;
    }

    #map-venue a#map-R2 {
        top: 280px;
        left: 200px;
        font-size: 14px;
        text-align: left;
    }

    #map-venue a#map-R3 {
        top: 360px;
        left: 190px;
        font-size: 14px;
        text-align: left;
        letter-spacing: -0.5px;
    }

    #map-venue a#map-R4 {
        top: 480px;
        left: 190px;
        font-size: 14px;
        text-align: left;
    }

    #map-venue a#map-R5 {
        top: 500px;
        left: 0px;
        font-size: 14px;
        text-align: left;
    }

    #map-venue a#map-R6 {
        top: 677px;
        left: 148px;
        font-size: 14px;
        text-align: left;
        letter-spacing: -0.5px;
    }

    #map-venue a#map-R7 {
        top: 790px;
        left: 60px;
        font-size: 14px;
        text-align: left;
    }

    #map-venue a#map-R8 {
        top: 920px;
        left: 100px;
        font-size: 14px;
    }


}

main#GDmain p.rg-info-text {
    padding: 10px 14px 3px 14px;
    color: #1E0000;
    font-size: 14px;
    line-height: 1.2em;

}

main#GDmain p.rg-add-text {
    text-align: center;
    padding: 10px 14px 2px 14px;
    color: #b7a263;
    font-size: 14px;
    line-height: 1.2em;

}

main#GDmain p.rg-from-text {
    text-align: center;
    padding: 5px 14px;
    color: #b7a263;
    font-size: 14px;
    line-height: 1.2em;
}


main#GDmain p.rg-add-title {
    text-align: center;
    padding: 5px 14px;
    color: #b7a263;
    font-size: 13px;
    line-height: 1em;
    background-color: rgba(183, 162, 99, 0.1);
}

@media screen and (max-width:640px) {

    main#GDmain p.rg-add-text {

        padding: 8px 14px 0px 14px;


    }

}




/* 共通CSS*/

h4.rg_title {
    color: #A51C4B;
    font-weight: bold;
}

.rg-size {
    width: 50%;
}

h1 {
    line-height: 1.25;
    font-weight: bold;
}

.rg_button {
    background: #ff435A;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
}

.ig_button {
    background: #fff;
    color: #ff435A;
    border: #ff435A solid 2px;
    border-radius: 3px;
    margin: 15px 0;
}



hr {
    background-color: #b7a263;
    margin: 10px 0;
    text-align: center;
    height: 1px;
    width: 95%;
    margin: 0 auto;
    border: none;
}

.border{
    border: #ff435A 1px solid;
}


/*ボタンのエリア*/

.uk-button {
    padding: 0 0px !important;
}

.uk-button a {
    /* padding: 12px 70px; */
    display: block;
    padding: 0px 20px;
}



/*Gardenページ　CSS*/

header#GDpage div.top-image {

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    min-height: 100px;
    background: #fff url(/img/img_main_tochiotome.jpg) top center no-repeat;
    background-size: cover;
    background-position: 100% 30%;
    overflow: hidden;
    position: relative;
}





main#GDmain .rg_button {
    background-color: #fff;
    font-weight: bold;
    color: #1E0000;
    border: #b7a263 solid .25px;
    margin: 10px 0;
}

main#GDmain .rg_button2 {
    text-align: center;
    width: 40%;
    margin: 10px;
    line-height: 2em;

}


/*ボタンのエリア*/
main#GDmain .rg_button2 a {
    display: block;
}

main#GDmain .rg_button3 a {
    display: block;
}

