body {
    background: url(../img/shared/bd_bg_sp.jpg) repeat;
}
.video {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 100vh;
    transition: 1s ease-in-out;
    height: 112.7vw;
    --radius: 2.7vw;
    -webkit-mask-image: radial-gradient(circle at 0 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 0 100%, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 100%, transparent var(--radius), black calc(var(--radius) + 0.5px));
    -webkit-mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
    -webkit-mask-size: 51% 51%;
    -webkit-mask-repeat: no-repeat;
    mask-image: radial-gradient(circle at 0 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 0, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 0 100%, transparent var(--radius), black calc(var(--radius) + 0.5px)), radial-gradient(circle at 100% 100%, transparent var(--radius), black calc(var(--radius) + 0.5px));
    mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
    mask-size: 51% 51%;
    mask-repeat: no-repeat;
}
.video #leadVideo {
    height: 100%;
}
#video-background iframe {
    min-height: 100%;
    height: calc(100vw*(1080 / 1920)) !important;
    min-width: 100vw;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
}
#key-box {
    background: url(../img/shared/bg3.jpg) repeat;
    padding: 2.7vw;
    height: 112vw;
}
@media only screen and (min-width: 768px) {
    .video {
        height: 880px;
        --radius: 20px;
    }
    body {
        background: url(../img/shared/bd_bg.jpg) repeat;
    }
    #key-box {
        height: 959px;
        padding: 10px;
    }
}

/* sec1 */
#sec1 {
    position: relative;
    padding: 20vw 0 17vw;
    z-index: 99;
}
#sec1::before {
    content: "";
    position: absolute;
    background: url(../img/shared/bd_bg.jpg) repeat;
    top: -12vw;
    left: -90vw;
    right: -90vw;
    height: 170vw;
    border-radius: 100%;
    z-index: -1;
}
#sec1 h2 {
    font-size: 8.5vw;
    font-weight: 600;
    line-height: 1.8;
    width: 53vw;
    height: 82vw;
    margin: 0 auto 17vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
#sec1 h2 small {
    font-size: 6.5vw;
    color: #93764e;
    display: block;
}
#sec1 h2 span {
    margin-top: 28vw;
}
#sec1 .photo {
    width: 94%;
    margin: 0 auto 6vw;
}
#sec1 .photo2 {
    width: 52%;
    margin-left: auto;
    margin-right: -5.6%;
    margin-bottom: 6vw;
}
#sec1 .txt {
    margin-bottom: 18vw;
    color: #282828;
}
#sec1 .deco1 {
    position: absolute;
    top: -159px;
    left: -5%;
    width: 50%;
}
#sec1 .deco2 {
    position: absolute;
    top: 69vw;
    right: -1%;
    width: 55%;
}
#sec1 .js{
	overflow: hidden;
    height: 53vw;
}
#sec1 .scroll1 span {
    width: 64vw;
    display: block;
}

@media only screen and (min-width: 768px) {
    #sec1 {
        padding: 50px 0 110px;
        z-index: 1;
        margin-top: 1px;
    }
    #sec1::before {
        top: -135px;
        left: 50%;
        aspect-ratio: 2639/1505;
        width: 119.933333%;
        height: 600px;
        transform: translateX(-50%);
        right: unset;
    }
    #sec1::after {
        content: "";
        background: url(../img/index/sec1_deco3.jpg) no-repeat;
        width: 564px;
        height: 842px;
        position: absolute;
        bottom: 232px;
        left: calc(50% - -253px);
        z-index: -1;
        background-size: 80%;
    }
    #sec1 h2 {
        font-size: 45px;
        width: 280px;
        line-height: 78px;
        height: 360px;
        margin-left: 460px;
        margin-bottom: 90px;
    }
    #sec1 h2 small {
        font-size: 35px;
        letter-spacing: 0;
    }
    #sec1 h2 span {
        margin-top: 143px;
    }
    #sec1 .photo {
        margin: 0 auto 20px;
        width: auto;
        position: absolute;
        left: calc(50% - 50vw);
        top: -71px;
        right: 665px;
        height: 986px;
    }
    #sec1 .photo2 {
        position: absolute;
        right: calc(50% - 50vw);
        top: 168px;
        height: 450px;
        margin-right: 0;
        width: calc(50% + -134px);
    }
    #sec1 .txt {
        margin-bottom: 141px;
        width: 430px;
        margin-left: 407px;
    }
    #sec1 .deco1 {
        left: calc(50% - 50vw);
		margin-left: -324px;
		top: -280px;
		width: auto;
    }
    #sec1 .deco2 {
        top: -60px;
        width: auto;
        right: -540px;
    }
	#sec1 .js{
		overflow: hidden;
		height: 330px;
	}
    #sec1 .scroll1 span {
        width: 400px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    #sec1 .txt {
        margin-left: auto;
        margin-right: 210px;
    }
    #sec1 .photo2 {
        width: 30%;
    }
}


/* sec 2 */
#sec2 {
    position: relative;
    padding: 0vw 0 29vw;
    background: #331e09;
    color: #fff;
}
#sec2 h2 {
    width: 40vw;
    height: 70vw;
    line-height: 1.1;
    margin: 0 auto -5vw;
    font-size: 12vw;
    color: #edcea4;
    font-weight: normal;
    letter-spacing: 0.1em;
    z-index: 5;
    position: relative;
}
#sec2 h2 small {
    color: #c0b09f;
    font-size: 2.5vw;
}
#sec2 h2 span {
    font-size: 10vw;
    color: #edcea4;
    font-weight: normal;
}
#sec2 .box {
    background: url("../img/index/sec2_bg.png") no-repeat left 95% top -1%;
    background-size: 170%;
    padding-top: 17vw;
}
#sec2 .box .photo {
    margin: 0vw -71.6% -10vw -28.6%;
}
#sec2 .box .photo span {
    position: absolute;
    top: 95vw;
    left: 0;
}
#sec2 .box .txt {
    margin-bottom: 24vw;
}
#sec2 .box .list-photo {
    flex-direction: column;
    margin-bottom: 1vw;
}
#sec2 .box .list-photo li {
    margin-bottom: 18vw;
    position: relative;
}
#sec2 .box .list-photo li span {
       color: #ffe5a1;
    background: #860202;
    padding: 6% 3%;
    position: absolute;
    top: -6vw;
    right: 5%;
    z-index: 5;
    width: 11%;
    height: auto;
    font-size: 6.8vw;
    white-space: nowrap;
    letter-spacing: 2px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    #sec2 .box .txt {
        padding: 0 5%;
    }
}
@media only screen and (min-width: 768px) {
    #sec2 {
        padding: 164px 0 142px;
    }
/*    #sec2::before {
        content: "";
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: -48px;
        border: 79px solid;
        border-image: url(../img/index/sec2_frame.png) 94 round;
        z-index: 5;
		display: none;
    }*/
    #sec2 .wrap {
        width: 1252px;
        padding: 0 20px;
    }
    #sec2 h2 {
        width: 100px;
        height: 441px;
        font-size: 70px;
        margin-left: 232px;
        letter-spacing: 0;
    }
    #sec2 h2 small {
        font-size: 18px;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    #sec2 h2 span {
        font-size: 70px;
    }
    #sec2 .box {
        padding: 0;
        background-size: auto;
        background-position: left top;
    }
    #sec2 .box .photo {
        margin: 0;
        position: absolute;
        left: calc(50% + -429px);
        top: -140px;
        width: 1374px;
    }
    #sec2 .box .photo span {
        top: 150px;
        z-index: 5;
        left: -340px;
        width: 1124px;
    }
    #sec2 .box .txt {
        margin-bottom: 88px;
        width: 440px;
        position: relative;
        z-index: 5;
    }
    #sec2 .box .list-photo {
        margin: 0 -75px 91px;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
    }
    #sec2 .box .list-photo li {
        margin-bottom: 20px;
        width: 710px;
    }
    #sec2 .box .list-photo li + li span {
        left: 50px;
    }
    #sec2 .box .list-photo li span {
        font-size: 33px;
        width: 73px;
        padding: 19px;
        box-sizing: border-box;
        right: 50px;
        bottom: 48px;
        height: 386px;
        top: auto;
        text-align: center;
    }
    #sec2 .box .btn-cus {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
	#sec2 .box .list-photo{
		margin: 0 auto 91px;
 	}
}

/* sec 3 */
#sec3 {
    position: relative;
    padding: 12vw 0 4vw;
}
#sec3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: url(../img/shared/bg2.jpg) repeat;
}
#sec3 h2 {
    line-height: 1.4;
    margin: 0 auto 8vw;
    text-align: center;
    font-size: 10.7vw;
}
#sec3 h2 small {
    font-size: 8vw;
    display: block;
}
#sec3 h2 span {
    font-size: 10.7vw;
    font-weight: normal;
}
#sec3 .txt {
    margin-bottom: 8vw;
    color: #282828;
}
#sec3 .group-bnr-dinner {
    flex-direction: column;
    margin-bottom: 12vw;
}
#sec3 .group-bnr-dinner .bnr {
    margin-bottom: 7vw;
    position: relative;
}
#sec3 .group-bnr-dinner .bnr .ttl span {
    font-size: 7vw;
    margin-right: 8%;
}
#sec3 .group-bnr-dinner .bnr .ttl {
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: left;
    font-size: 5vw;
    padding-bottom: 4vw;
    width: 80%;
    margin: 0 auto;
    letter-spacing: -1px;
}
#sec3 .group-bnr-dinner .bnr .ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 1px;
	transition: all 0.5s ease;
}
#sec3 .group-bnr-dinner .bnr:hover .ttl::before {
	transform: translateX(10px);
	transition: all 0.5s ease;
}
#sec3 .group-bnr-dinner .bnr .ttl::after {
    content: "";
    background: url(../img/shared/icon_arrow.png) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    filter: invert(1);
	transition: all 0.5s ease;
}
#sec3 .group-bnr-dinner .bnr:hover .ttl::after {
	transform: translateX(10px);
	transition: all 0.5s ease;
}
#sec3 .group-bnr-dinner .bnr .img img {
    object-position: bottom;
}
#sec3 .bnr-lunch .img {
    width: 84%;
    height: 41vw;
    margin: 0 auto 2vw;
}
#sec3 .bnr-lunch .ttl {
    font-size: 8vw;
    text-align: left;
    width: 83%;
    margin: 0 auto 9vw;
    position: relative;
    padding-bottom: 5vw;
    letter-spacing: 0;
}
#sec3 .bnr-lunch .ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    height: 1px;
	transition: all 0.5s ease;
}
#sec3 .bnr-lunch:hover .ttl::before {
	transform: translateX(10px);
	transition: all 0.5s ease;
}
#sec3 .bnr-lunch .ttl::after {
    content: "";
    background: url(../img/shared/icon_arrow.png) no-repeat;
    width: 9px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
	transition: all 0.5s ease;
}
#sec3 .bnr-lunch:hover .ttl::after {
	transform: translateX(10px);
	transition: all 0.5s ease;
}
#sec3 .bnr-lunch .ttl small {
    display: none;
}
@media only screen and (min-width: 768px) {
    #sec3 {
        padding: 195px 0 145px;
    }
    #sec3 .wrap {
        width: 1130px;
        padding: 0 20px;
    }
    #sec3::before {
        width: calc(50% + -339px);
    }
    #sec3 h2 {
        margin: 0;
        font-size: 80px;
        text-align: left;
        line-height: 100px;
        width: 500px;
        margin-bottom: 50px;
    }
    #sec3 h2 small {
        font-size: 60px;
        display: inline-block;
    }
    #sec3 h2 span {
        font-size: 80px;
        margin-left: 80px;
    }
    #sec3 .txt {
        margin-bottom: 20px;
    }
    #sec3 .group-bnr-dinner {
        justify-content: space-between;
        margin-bottom: 20px;
        flex-direction: row;
        margin: 0 -174px 66px;
    }
    #sec3 .group-bnr-dinner .bnr {
        margin-bottom: 20px;
    }
    #sec3 .group-bnr-dinner .bnr .ttl span {
        font-size: 40px;
        margin-right: 38px;
    }
    #sec3 .group-bnr-dinner .bnr .ttl {
        font-size: 24px;
        padding-bottom: 25px;
        left: 113px;
        right: 92px;
        width: auto;
        bottom: 60px;
        margin: 0;
    }
    #sec3 .bnr-lunch .img {
        height: 300px;
        width: 800px;
    }
    #sec3 .bnr-lunch .ttl {
        font-size: 40px;
        margin: 0 auto 50px;
        width: 800px;
        padding-bottom: 6px;
    }
    #sec3 .bnr-lunch .ttl small {
        display: inline-block;
        margin-left: 23px;
        font-size: 24px;
        letter-spacing: 1px;
    }
    #sec3 .txt {
        position: absolute;
        top: 20px;
        left: 510px;
        width: 640px;
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec3 .group-bnr-dinner {
        margin: 0 -50px 60px;
    }
    #sec3 .group-bnr-dinner .bnr {
        max-width: 49%;
    }
}



#sec4 {
    position: relative;
}
#sec4 .bg {
    position: relative;
    margin-bottom: 2vw;
}
#sec4 .bg h2 {
    position: absolute;
    bottom: 8vw;
    left: 8%;
    z-index: 5;
    color: #fff;
    font-size: 8.3vw;
    font-weight: normal;
}
#sec4 .bg h2 small {
    display: block;
    font-size: 2.5vw;
}
#sec4 .row {
    flex-direction: column-reverse;
}
#sec4 .row .col {
    padding: 5%;
}
#sec4 .row .col h3 {
    font-size: 8vw;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
}
#sec4 .row .col .txt {
    margin-bottom: 13vw;
    color: #282828;
}
#sec4 .row .slide {
    margin-bottom: 2vw;
	    height: 76vw;
    overflow: hidden;
}
#sec4 .row .slide .box {
    width: 50vw;
    margin-right: 10px;
    position: relative;
}
#sec4 .row .slide .box dl {
    color: #fff;
    position: absolute;
    top: 41vw;
    right: 5%;
    z-index: 5;
}
#sec4 .row .slide .box dl dt {
    font-size: 8vw;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 4vw;
}
#sec4 .row .slide .box dl dt small {
    font-size: 5vw;
}
#sec4 .row .slide .box dl dd {
    white-space: normal;
    line-height: 1.5;
    margin: 0 auto;
	width: 41px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#sec4 .row .slide .box .img{
	z-index: -1;
	position: relative;
}
#sec4 .scroll2{
	    will-change: transform;
}
@media only screen and (min-width: 768px) {
    #sec4 .bg {
        margin-bottom: 20px;
    }
    #sec4 .bg h2 {
        bottom: 20px;
        font-size: 70px;
        line-height: 70px;
        bottom: 56px;
        left: 60px;
        letter-spacing: 1px;
    }
    #sec4 .bg h2 small {
        font-size: 18px;
    }
    #sec4 .row {
        flex-direction: row;
    }
    #sec4 .row .col {
        padding: 53px 60px;
        width: 380px;
    }
    #sec4 .row .col h3 {
        font-size: 35px;
        margin-bottom: 33px;
    }
    #sec4 .row .col .txt {
        margin-bottom: 60px;
    }
    #sec4 .row .slide {
        margin-bottom: 20px;
        margin-top: 40px;
		height: 560px;
    }
    #sec4 .row .slide .box {
        width: 378px;
    }
    #sec4 .row .slide .box dl {
        top: 330px;
        right: 30px;
    }
    #sec4 .row .slide .box dl dt {
        font-size: 60px;
        margin-bottom: 20px;
        padding-bottom: 22px;
    }
    #sec4 .row .slide .box dl dt small {
        font-size: 40px;
    }
    #sec4 .row .slide .box dl dd {
        margin: 0 auto;
		font-size: 24px;
		line-height: 36px;
    }
}


/* sec5_1 */
#sec5_1 {
    position: relative;
    padding: 15vw 0 15vw;
}
#sec5_1 .box {
    background: url(../img/shared/bg3.jpg) repeat;
    padding: 18vw 8vw;
    position: relative;
    margin: 0 -5.6%;
}
#sec5_1 .box::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    border: 1px solid #8D7433;
}
#sec5_1 .box .row {
    flex-direction: column;
}
#sec5_1 .box .row .photo {
    margin-bottom: 10vw;
}
#sec5_1 .box .row .col .ttls {
    font-size: 6.4vw;
    font-weight: normal;
    margin-bottom: 4vw;
}
#sec5_1 .box .row .col .txt {
    margin-bottom: 10vw;
    color: #282828;
}
#sec5_1 .box .row .col .btn-cus2 a {
    font-size: 8vw;
    padding-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
    #sec5_1 {
        padding: 78px 0 20px;
    }
    #sec5_1 .wrap {
        width: 1236px;
        padding: 0 20px;
    }
    #sec5_1 .box {
        padding: 71px 65px 45px;
        margin: 0;
    }
    #sec5_1 .box .row {
        flex-direction: row;
        justify-content: space-between;
    }
    #sec5_1 .box .row .photo {
        margin-bottom: 20px;
        width: 534px;
        height: 488px;
    }
    #sec5_1 .box .row .col {
        width: 470px;
        margin-top: 48px;
    }
    #sec5_1 .box .row .col .ttls {
        font-size: 48px;
        margin-bottom: 57px;
    }
    #sec5_1 .box .row .col .txt {
        margin-bottom: 33px;
        width: 447px;
        letter-spacing: 0;
    }
    #sec5_1 .box .row .col .btn-cus2 {
        width: 362px;
    }
    #sec5_1 .box .row .col .btn-cus2 a {
        font-size: 30px;
        padding-bottom: 4px;
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec5_1 .box .row .photo {
        max-width: 45%;
    }
}


/* rss */
#rss {
       position: relative;
    padding: 5vw 0 0;
    min-height: 750px;
    box-sizing: border-box;
}
#rss h2 {
    font-weight: bold;
    font-size: 6.9vw;
    text-align: center;
    margin-bottom: 8vw;
}
#rss .row1 {
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
}
#rss .row1 .photo span {
    width: 100% !important;
    height: 40vw !important;
}
#rss .row1 .col {
    margin-bottom: 5vw;
}
#rss .row1 .col h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
}
#rss .more {
    text-align: center;
    color: #640404;
}
#rss .more a::after {
    content: "";
    content: "";
    background: url(../img/shared/icon_arrow_red.png) no-repeat;
    width: 11px;
    height: 12px;
    background-size: 100%;
    display: inline-block;
    margin-left: 4px;
}
@media only screen and (min-width: 768px) {
    #rss {
        padding: 76px 0 0;
        background: #fff;
        min-height: 463px;
    }
    #rss .wrap {
        padding: 40px 0;
    }
    #rss h2 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: normal;
        position: absolute;
        left: 100px;
        top: 77px;
        height: 300px;
        letter-spacing: 1px;
        text-align: left;
    }
	#rss .feed{
		min-height: 232px;
	}
    #rss .row1 {
        width: 535px;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 246px;
        position: relative;
        z-index: 5;
    }
    #rss .row1 .col {
        margin-bottom: 20px;
        width: 220px;
    }
    #rss .row1 .col h3 {
        font-size: 25px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }
    #rss .row1 .photo {
        margin-bottom: 10px
    }
    #rss .row1 .photo:hover {
        opacity: 0.8
    }
    #rss .row1 .photo span {
        width: 100% !important;
        height: 150px !important;
    }
    #rss .row1 dl dt {
        font-size: 14px;
    }
    #rss .row1 dl dd:hover {
        text-decoration: underline
    }
    #rss .more {
        position: absolute;
        right: 50px;
        top: 160px;
    }
    #rss .more a::after {
        margin-left: 8px;
    }
    #rss .more a:hover::after {
        transition: all 0.5s;
        transform: translateX(5px);
    }
}


/* sec5 */
#sec5 {
    position: relative;
    padding: 0 0 15vw;
    background: url(../img/shared/bg4.jpg);
}
#sec5 .deco img{
	width: 100%;
}
#sec5 h2 {
    font-size: 8vw;
    text-align: center;
    font-weight: normal;
    margin-bottom: 11vw;
    margin-top: 15vw;
}
#sec5 .group {
    flex-direction: column;
}
#sec5 .group .left .logo {
    width: 63%;
    margin: 0 auto 5vw;
}
#sec5 .group .left .ttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 8vw;
    line-height: 1.6;
}
#sec5 .group .left .tel {
    text-align: center;
    margin-bottom: 13vw;
    line-height: 1.6;
}
#sec5 .group .left .tel dt {
    font-size: 5vw;
}
#sec5 .group .left .tel dt .tel-icon {
    display: flex;
    justify-content: center;
    font-size: 8vw;
}
#sec5 .group .left .tel dt .tel-icon span {
    display: block;
    width: 5vw;
    align-self: center;
    margin-right: 2%;
}
#sec5 .group .left .tel dd {
    font-size: 11px;
}
#sec5 .group .left .btn-web {
    margin-bottom: 11vw;
}
#sec5 .group .left .box {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin-bottom: 5vw;
}
#sec5 .group .left .box .inner {
    padding: 9px 1px;
}
#sec5 .group .left .box .inner::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 14px;
    height: 20px;
    background: url(../img/index/sec6_box_deco1.jpg) no-repeat;
    background-size: 100%;
}
#sec5 .group .left .box .inner::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 6px;
    width: 14px;
    height: 20px;
    background: url(../img/index/sec6_box_deco2.jpg) no-repeat;
    background-size: 100%;
}
#sec5 .group .left .box::before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 2px;
    width: 14px;
    height: 20px;
    background: url(../img/index/sec6_box_deco3.jpg) no-repeat;
    background-size: 100%;
}

#sec5 .group .left .box::after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 2px;
    width: 14px;
    height: 20px;
    background: url(../img/index/sec6_box_deco4.jpg) no-repeat;
    background-size: 100%;
}
#sec5 .group .left .box dl {
    text-align: center;
    border: 1px solid #A39071;
    padding: 11% 2%;
}
#sec5 .group .left .box dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7vw;
    text-align: center;
}
#sec5 .group .left .box dd {
    line-height: 27px;
}
#sec5 .group .info {
    margin-bottom: 17vw;
}
#sec5 .group .info dl {
    border-bottom: 1px solid #D1C0A5;
    padding: 10px 0;
    line-height: 25px;
    letter-spacing: 0px;
}
#sec5 .group .info dl dd {
    margin-left: 4%;
}
#sec5 .group .info dl dd .link-map {
    position: relative;
}
#sec5 .group .info dl dd .link-map:hover {
    text-decoration: underline
}
#sec5 .group .info dl dd .link-map::before {
    content: "";
    background: url(../img/shared/icon_pin.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 15px;
    background-size: 100%;
    margin-right: 1%;
}
#sec5 .img {
    margin-bottom: 17vw;
}
#sec5 #gmap .row2 .col2 h3 {
    font-size: 6vw;
    text-align: center;
    border-bottom: 1px solid #A39071;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
}
#sec5 #gmap .row2 .col2 .txt2 {
    margin-bottom: 7vw;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 28px;
}
#sec5 #gmap .row2 .col3 {
    display: none;
}
#sec5 #gmap .map iframe {
    width: 100%;
    height: 59vw;
    margin: 0 auto 3vw;
}
#sec5 #gmap .btn-cus3 {
    font-size: 20px;
}
#sec5 #gmap .btn-cus3 a {
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    #sec5 {
        padding: 0 0 116px;
    }
    #sec5 .wrap {
        width: 1280px;
        padding: 0 20px;
    }
    #sec5 h2 {
        font-size: 48px;
        margin-bottom: 80px;
        margin-top: 73px;
    }
    #sec5 .group {
        flex-direction: row;
        justify-content: space-between;
    }
    #sec5 .group .left {
        width: 550px;
        margin-bottom: 109px;
    }
    #sec5 .group .left .logo {
        margin: 0 auto 20px;
        width: auto;
        text-align: center;
    }
    #sec5 .group .left .ttl {
        margin-bottom: 41px;
        line-height: 30px;
        letter-spacing: 0;
    }
    #sec5 .group .left .tel {
        margin-bottom: 28px;
        line-height: 36px;
    }
    #sec5 .group .left .tel dt {
        font-size: 24px;
        margin-bottom: 6px;
    }
    #sec5 .group .left .tel dt .tel-icon {
        font-size: 37px;
    }
    #sec5 .group .left .tel dt .tel-icon span {
        width: 22px;
        margin-left: 20px;
        margin-top: -3px;
    }
    #sec5 .group .left .tel dd {
        font-size: 14px;
        letter-spacing: 0px;
    }
    #sec5 .group .left .btn-web {
        margin-bottom: 90px;
        margin-left: auto;
        margin-right: auto;
    }
    #sec5 .group .left .box {
        margin-bottom: 20px;
        margin: 0 -13px;
    }
    #sec5 .group .left .box .inner {
        padding: 10px 6px;
    }
    #sec5 .group .left .box .inner::before {
        width: 21px;
        left: 5px;
        top: 10px;
        hw: 21px;
    }
    #sec5 .group .left .box .inner::after {
        width: 21px;
        right: 5px;
        top: 10px;
        height: 21px;
    }
    #sec5 .group .left .box::before {
        width: 21px;
        left: 5px;
        bottom: 10px;
        height: 21px;
    }
    #sec5 .group .left .box::after {
        width: 21px;
        right: 5px;
        bottom: 10px;
        height: 21px;
    }
    #sec5 .group .left .box dl {
        padding: 60px 18px;
        border-width: 2px;
    }
    #sec5 .group .left .box dl dt {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #sec5 .group .left .box dd {
        line-height: 33px;
        text-align: left;
        padding-left: 28px;
    }
    #sec5 .group .info {
        margin-bottom: 20px;
        width: 572px;
        margin-top: 17px;
    }
    #sec5 .group .info dl {
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        padding: 14px 0;
    }
    #sec5 .group .info dl dt {
        width: 115px;
    }
    #sec5 .group .info dl dd {
        width: calc(100% - 100px);
    }
    #sec5 .group .info dl dd .link-map::before {
        width: 14px;
        height: 23px;
    }
    #sec5 .img {
        margin-bottom: 110px;
        text-align: center;
    }
    #sec5 #gmap .row2 {
        flex-direction: row;
        margin-left: 165px;
        justify-content: flex-start;
        margin-bottom: 16px;
    }
    #sec5 #gmap .row2 .col2 {
        display: flex;
    }
    #sec5 #gmap .row2 .col2 h3 {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 0;
        height: 62px;
        align-items: center;
        border-right: 1px solid #A39071;
        padding-top: 40px;
        padding-right: 40px;
        margin-right: 41px;
		width: 110px;
    }
    #sec5 #gmap .row2 .col2 .txt2 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 30px;
		width: 420px;
    }
    #sec5 #gmap .row2 .col3 {
        display: block;
        margin-left: auto;
        width: 174px;
        margin-top: 10px;
    }
    #sec5 #gmap .row2 .col3 .btn1 {
        border-bottom: 1px solid;
        position: relative;
        margin-bottom: 25px;
    }
    #sec5 #gmap .row2 .col3 .btn1::after {
        position: absolute;
        content: "";
        top: 16px;
        right: 11px;
        bottom: 0;
        background: url(../img/shared/icon_arrow3.png) no-repeat;
        width: 6px;
        height: 19px;
        background-size: 100%;
    }
    #sec5 #gmap .row2 .col3 .btn1:hover::after {
        transform: translateX(8px);
        transition: all 0.5s;
    }
    #sec5 #gmap .row2 .col3 .btn2 {
        color: #2a0000;
        text-align: center;
        font-size: 14px;
    }
    #sec5 #gmap .row2 .col3 .btn2 a:hover {
        text-decoration: underline
    }
    #sec5 #gmap .map iframe {
        max-width: 1030px;
        margin: 0 auto;
        display: block;
        height: 441px;
    }
    #sec5 #gmap .btn-cus3 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec5 .group .left .box {
        max-width: 90%;
        margin: 0 auto;
    }
}