@charset "UTF-8";

/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */

h1 {
    position: absolute;
    top: -1000px;
}

.title {
    background: url(../images/title.png) no-repeat top center;
    margin: 0 auto;
    max-width: 1600px;
    height: 753px;
    overflow: hidden;
}

.owari-wrap {
    background: url(../images/owari-bg.png) no-repeat top center;
    margin: 0 auto;
    max-width: 1600px;
    height: 3276px;
    overflow: hidden;
}

.mikawa-wrap {
    background: url(../images/mikawa-bg.png) no-repeat top center;
    margin: 0 auto;
    max-width: 1600px;
    height: 2750px;
    overflow: hidden;
}

.btn img {
    width: 70%;
}

.btn:hover {
    transform: scale(1.05);
    transition: 0.7s;
}

.coupon01 {
    position: fixed;
    top: 50px;
    right: -45px;
    z-index: 99;
}

.coupon02 {
    position: fixed;
    top: 240px;
    right: -75px;
    z-index: 99;
}

.opacity:hover {
    opacity: 0.7;
}

.content-wrap {
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.owari-wrap .content-wrap {
    margin-top: 397px;
}

.content-wrap li.spot {
    width: 480px;
    height: 456px;
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}

.link-btn {
    position: absolute;
    top: 244px;
    left: 23px;
}

.content-wrap li.area01-spot07,
.content-wrap li.area01-spot08 {
    width: 480px;
    height: 459px;
}

.content-wrap li.area02-spot01 {
    width: 990px;
    height: 402px;
}

.content-wrap li.area02-spot01 .link-btn {
    top: 353px;
    left: 23px;
}

.mikawa-wrap .content-wrap {
    margin-top: 133px;
}

.link01,
.link02 {
    margin-top: 40px;
}

.link03,
.link04 {
    margin-top: 55px;
}

.link:hover {
    transform: translateX(4px);
    transition-duration: 1s;
}

.link05 {
    margin-top: 77px;
}

.link06 {
    margin-top: 83px;
}


/* PC、Tablet用CSSの記述 */
@media (min-width:768px){
}



