@-webkit-keyframes linemove {
    from {
        width: 0;
    }
    to {
        width: calc(50% - 200px);
    }
}


/* Standard syntax */

@keyframes linemove {
    from {
        width: 0;
    }
    to {
        width: calc(50% - 200px);
    }
}

@-webkit-keyframes linemove1 {
    from {
        width: 0;
    }
    to {
        width: calc(50% - 8px);
    }
}


/* Standard syntax */

@keyframes linemove1 {
    from {
        width: 0;
    }
    to {
        width: calc(50% - 8px);
    }
}

#key1 {
    position: relative;
}

#key1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 15px solid #fff;
    z-index: 1;
}

#key1 .slider {
    height: 917px;
    position: relative;
    overflow: hidden;
}

#key1 .slider>* {
    display: none;
    margin: auto;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
    transition: transform 10s ease;
    -moz-transition: transform 10s ease;
    -webkit-transition: transform 10s ease;
}

#key1 .slider>*.active {
    display: block;
    transform: scale(1.5);
}

#key1 .slide1 {
    transform: scale(1) !important;
}

#key1 .slide1>* {
    display: block;
    background-image: url(../img/index/key1_slide01.jpg);
    background-repeat: repeat-x;
    background-position: center;
    height: 300px;
    animation: bg-scroll 30s linear infinite forwards;
}

#key1 .blk1 {
    background-position-y: top;
}

#key1 .blk2 {
    animation-name: bg-scroll-back;
}

#key1 .blk3 {
    background-position-y: bottom;
}

#key1 .slide2 {
    background-image: url(../img/index/key1_slide02.jpg);
}

#key1 .slide3 {
    background-image: url(../img/index/key1_slide03.jpg);
}

#key1 .slide4 {
    background-image: url(../img/index/key1_slide04.jpg);
}

@keyframes bg-scroll {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 1768px;
    }
}

@keyframes bg-scroll-back {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -1768px;
    }
}

#key1 .logo1 {
    position: absolute;
    right: 0;
    top: 335px;
    left: 0;
    text-align: center;
}

#sec1_1 {
    padding-top: 139px;
}

#sec1 .sub1 {
    margin-top: 51px;
}

#sec1 .txt1 {
    margin-top: 54px;
}

#sec1 .map1 {
    position: absolute;
    right: -203px;
    top: -74px;
}

#sec1 .line4 {
    position: absolute;
    content: "";
    background: url(../img/index/sec1_line4.png) no-repeat;
    height: 308px;
    width: 201px;
    right: 248px;
    top: 225px;
}

#sec1 .line3 {
    position: absolute;
    content: "";
    background: url(../img/index/sec1_line3.png) no-repeat;
    width: 167px;
    height: 188px;
    right: 441px;
    top: 377px;
}

#sec1 .line2 {
    position: absolute;
    content: "";
    background: url(../img/index/sec1_line2.png) no-repeat;
    width: 137px;
    height: 159px;
    right: 320px;
    top: 383px;
}

#sec1 .line1 {
    position: absolute;
    content: "";
    background: url(../img/index/sec1_line1.png) no-repeat;
    width: 92px;
    height: 68px;
    right: 441px;
    top: 469px;
}

#sec1 .line {
    position: absolute;
    content: "";
    left: 0;
    border-top: 1px solid #000;
    width: calc(50% - 200px);
}

#sec1 .line.animated {
    animation: linemove 2s;
    -webkit-animation: linemove 2s;
}

#sec1 .line_1 {
    top: 226px;
}

#sec1_2 {
    margin-top: 197px;
    position: relative;
}

#sec1 .sttl2 {
    margin-top: 42px;
}

#sec1 .line_2 {
    top: 78px;
}

.l-index-parallax__blog {
    left: -170px;
    top: 700px;
    z-index: 2
}

.l-index-parallax__contact {
    top: 745px;
    left: 570px;
    z-index: 1
}

.l-index__contents {
    margin-bottom: 130px
}

.l-index__contents img {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s
}

.l-index__link {
    z-index: 20
}

.l-index__link-pc {
    position: absolute;
    display: block;
    background-size: 100% auto
}

.l-index__link-pc__food.img1 {
    width: 670px;
    background-image: url(../img/index/sec1_img1_hover.jpg);
    right: -200px !important;
    left: auto !important;
    top: -134px !important;
}

#sec1 .img2 {
    width: 600px;
    background-image: url(../img/index/sec1_img2_hover.jpg);
    right: -200px !important;
    left: auto !important;
    top: -134px !important;
}

.l-index__link-text {
    position: relative;
    display: block;
    border: 7px solid #00193e;
    z-index: 2;
    background-color: #00193e;
    color: #fff;
}

.l-index__link-text:hover {
    color: #00193e;
}

.l-index__link-text:hover .l-index__link-more {
    background: url(../img/index/sec1_btn1_on.png) no-repeat;
}

#sec1 .h4_1 {
    background: url(../img/index/sec1_ttl1.png) no-repeat;
    width: 234px;
    height: 96px;
    position: relative;
}

.l-index__link-text:hover .h4_1:before {
    background: url(../img/index/sec1_ttl1_on.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}




#sec1 .h4_2 {
    background: url(../img/index/sec1_ttl2.png) no-repeat;
    position: relative;
    width: 373px;
    height: 96px;
}

.l-index__link-text:hover .h4_2:before {
    background: url(../img/index/sec1_ttl2_on.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}






#sec1 .h4_3 {
    background: url(../img/index/sec1_ttl3.png) no-repeat;
    position: relative;
    width: 258px;
    height: 96px;
}

.l-index__link-text:hover .h4_3:before {
    background: url(../img/index/sec1_ttl3_on.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}










#sec1 .h4_4 {
    background: url(../img/index/sec1_ttl4.png) no-repeat;
    position: relative;
    width: 309px;
    height: 96px;
}

.l-index__link-text:hover .h4_4:before {
    background: url(../img/index/sec1_ttl4_on.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
















.l-index__link-text:hover .l-index__link-more {
    opacity: 1;
    right: 33px;
}

.l-index__link-text:hover .l-index__link-more i {
    margin-left: 0.5em
}

.l-index__link-text:hover {
    text-decoration: none;
    background-color: #fff;
}

.l-index__link__food.box1 .l-index__link-text {
    width: 436px;
    min-height: 235px;
    padding-bottom: 10px;
}

.l-index__link-title {
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 1
}

.l-index__link-title .en {
    display: block;
    margin-bottom: 0.1em;
    font-size: 60px;
    font-weight: bold
}

.l-index__link__food.box1 .l-index__link-title {
    left: -55px;
    top: 130px;
    width: 309px;
    height: 96px;
}

.l-index__link-more {
    /*	opacity: 0;*/
    position: absolute;
    right: 45px;
    bottom: 23px;
    font-size: 15px;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    background: url(../img/index/sec1_btn1.png) no-repeat;
    width: 79px;
    height: 18px;
    z-index: 5;
}

.l-index__link-more i {
    margin-left: 1em
}

.l-index__link__food.box1 {
    margin-left: 345px;
    margin-top: 91px;
    position: relative;
    z-index: 3;
}

#sec1_2 h4 {
    position: absolute !important;
    margin-left: 28px;
}

#sec1_2 .txt2 {
    margin-top: 95px;
    margin-left: 33px;
}

.l-index-parallax__photo.current img {
    opacity: 0
}

#sec1_2 h4 {
    top: -8px !important;
    left: -6px !important;
}

.l-index__link__food.box1 .l-index__link-text {
    width: 436px;
    min-height: 235px;
    padding-bottom: 10px;
}

#sec1_2 .fl {
    width: 500px;
    position: relative;
}

#sec1_2 .box2 {
    margin-left: -41px;
    margin-top: 9px;
    z-index: -1;
}

.l-index__link__memorial.box2 .l-index__link-text {
    width: 406px;
    min-height: 235px;
    padding-bottom: 2px;
}

#sec1 .img2 {
    left: -180px !important;
    top: -330px !important;
    z-index: -2;
}

#sec1 .z5 {
    position: relative;
    z-index: 5;
}

#sec1 .z4 {
    position: relative;
    z-index: 4;
}

#sec1 .box3 {
    margin-left: -31px;
    margin-top: -22px;
}

.l-index__link__space.box3 .l-index__link-text {
    min-height: 235px;
    padding-bottom: 2px;
    width: 438px;
}

#sec1 .img3 {
    width: 600px;
    background-image: url(../img/index/sec1_img3_hover.jpg);
    right: -280px !important;
    left: auto !important;
    top: 55px !important;
}

.l-index__link__space.box4 .l-index__link-text {
    min-height: 235px;
    padding-bottom: 2px;
    width: 438px;
}

#sec1 .img4 {
    width: 710px;
    background-image: url(../img/index/sec1_img4_hover.jpg);
    left: -99px !important;
    top: -319px !important;
}

#sec1 .box4 {
    margin-left: 403px;
    margin-top: 100px;
}

.l-index__link__other.box4 .l-index__link-text {
    min-height: 235px;
    padding-bottom: 11px;
    width: 436px;
}

#sec2 .line {
    position: absolute;
    content: "";
    left: 0;
    border-top: 1px solid #000;
    width: calc(50% - 8px);
    top: 77px;
}

#sec2 .line.animated {
    -webkit-animation: linemove1 2s;
    animation: linemove1 2s;
}

#sec2 {
    margin-bottom: -92px;
	margin-top: 197px;
}

#sec2 .ttl1 {
    position: relative;
    margin-top: 40px;
}

#sec2 #video {
    
    position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
	top:-10%;
}
#video_in{
	margin-top: 80px;
	height:700px;
	overflow: hidden;
}
#sec2 #video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
  height: 100% !important;
}

#sec2 .box1 {
    background: #00193e;
    width: 520px;
    padding-bottom: 53px;
    margin-left: -40px;
    margin-top: -50px;
    padding-top: 70px;
}

#sec2 h3 {
    margin-left: -11px;
    margin-bottom: 30px;
    text-align: center;
}

#sec2 .tel {
    text-align: center;
}

#sec2 .fax {
    margin-bottom: 23px;
    text-align: center;
}

#sec2 .mail {
    width: 340px;
    height: 44px;
    border: 1px solid #ebebeb;
    line-height: 44px;
}

#sec2 .mail .deco {
    position: absolute;
    background: url(../img/index/sec2_mail.png) no-repeat;
    width: 30px;
    height: 22px;
    left: 23px;
    top: 11px;
    opacity: 1;
}

#sec2 .mail .txt {
    margin-left: 63px;
}

#sec2 .span_1 {
    font-size: 10px;
    margin-left: -2px;
}

#sec2 .mail:hover .deco {
    background: url(../img/index/sec2_mail_hover.png) no-repeat;
}

#sec2 .box2 {
    width: 520px;
    background: #00193e;
    text-align: center;
    margin: -150px -100px 0 40px;
    color: #fff;
}

#sec2 .txt1 {
    margin-top: 6px;
}

#sec2 .btn1 {
    margin-top: 48px;
	width: 220px;
	height: 44px;
}

#sec2 .box2 {
    padding-bottom: 54px;
}

#sec1_2 .box3-2 {
    background: #294a7a;
    width: 1000px;
    margin-top: 60px;
    color: #fff;
    padding-bottom: 62px;
    margin-bottom: -101px;
}

#sec1_2 .fl1 {
    width: 500px;
    position: relative;
    float: left;
}

#sec1_2 h5 {
    margin-left: 148px;
    padding-top: 53px;
}

#sec2 .date {
    margin-left: 204px;
    font-weight: bold;
}

#feed {
    margin-top: 17px;
    width: 370px;
    margin: 0 auto;
}

#sec2 .ttl {
    margin-left: 86px;
    min-height: 68px;
}

#sec1_2 .btn2 {
    text-align: center;
    margin-top: 48px;
	width: 220px;
	height: 44px;
}

#sec1_2 .ins {
    text-align: center;
    padding-top: 53px;
    clear: both;
}

#sec1_2 #ins {
    margin-left: 60px;
}

#sec1_2 #ins a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    display: block;
    float: left;
}

#sec1_2 .fl2:before {
    position: absolute;
    left: 0;
    top: 80px;
    content: "";
    border-left: 1px solid #6a81a2;
    height: 310px;
}


/*# sourceMappingURL=maps/style.css.map */