@charset "UTF-8";

/* スマホでは非表示 */
.sp_no {
    display: none;
}


/* -------------------------- */
/* --------flexbox sp-------- */
/* -------------------------- */

/*自動隙間　横並び　行替え　左寄せ*/
.flex_sp {
    display: -moz-box;
    /* Fx用 */
    display: -webkit-box;
    /* Safari、スマホ用 */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*折り返しても*/
    justify-content: space-between;
}



/* ページ移動 */
#activity,
#gourmet,
#hotspring,
#car {
    margin-top: -10px;
    padding-top: 10px;
}




/* -------------------------- */
/* --------content-------- */
/* -------------------------- */

.top_link {
    width: 100%;
    background: url("../img/top_bg_sp.jpg"), linear-gradient(to bottom, #fff 15%, #FFF5F8);
    background-position: top center, bottom;
    background-size: 100vw, 100%;
    background-repeat: no-repeat;
    padding: 10px 0 50px 0;
}

.content {
    max-width: 90%;
    margin: 0 auto;
}

.top_image {
    position: relative;
    width: 100%;
    height: 100vw;
    overflow: hidden;
}


.top_image h1 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
}


.top_image h1 img {
    width: 100%;
}

.top_image h1 span img {
    position: absolute;
    top: 26vw;
    right: 0;
    width: 36vw;
    transform: scale(0);
}

.top_image h1 img.pc_tittle01 {
    opacity: 0;
    transform: translate(0px, 20px);
}

.hokkaido {
    width: 100vw;
    position: absolute;
    top: 58%;
    left: 70%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.hokkaido img:nth-child(1) {
    width: 40vw;
    position: absolute;
    top: 15vw;
    left: -30px;
    transform: rotate(-15deg);
    z-index: 2;
}

.hokkaido img:nth-child(2) {
    transform: scale(1.3);
}

.top_present_sp {
    box-sizing: border-box;
    width: 150px;
    position: absolute;
    top: 85vw;
    right: 0px;
    z-index: 4;
}


.top_present_sp a:hover {
    opacity: 0.8rem;
}



/*tb580px*/
@media screen and (min-width:580px) and (max-width:999px) {

    .top_present_sp {
        width: 220px;
        position: absolute;
        top: 98vw;
        right: 20px;
    }

}




/* -------------------------- */
/* --------TOP リンク-------- */
/* -------------------------- */
.top_link_box {
    position: relative;
    z-index: 9;
}

.top_link_content ol {
    width: 100%;
    margin: 0 auto;
}

.top_link_content ol li {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .top_link_content ol li {
        width: 50%;
    }

    .top_link_content ol:after {
        content: "";
        display: block;
        width: 50%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
    }
}



.top_link_content ol li a {
    width: 100%;
    display: block;
    margin: 0 0 35px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.top_link_content ol li a:active .orange,
.top_link_content ol li a:hover .orange {
    color: #E51373;
}

.top_link_content ol li a>ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.top_link_content ol li a>ul li {
    display: inline-block;
    vertical-align: top;
}


.top_link_content ol li a ul li:nth-child(1) {
    width: 30%;
    height: 25px;
    text-align: right;
    margin: 0 5px 0 0;
}


.top_link_content ol li a ul li img {
    width: 100%;
}

/*--------画像調整---------*/

.top_link_content ol li:nth-child(2) a ul li img {
    width: 90px;
}


.top_link_content ol li:nth-child(3) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(4) a ul li img {
    width: 85px;
}

.top_link_content ol li:nth-child(5) a ul li img {
    width: 85px;
}

.top_link_content ol li:nth-child(6) a ul li img {
    width: 85px;
}

.top_link_content ol li:nth-child(7) a ul li img {
    width: 80px;
}

.top_link_content ol li:nth-child(8) a ul li img {
    width: 80px;
}

.top_link_content ol li:nth-child(9) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(10) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(11) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(12) a ul li img {
    vertical-align: -3px;
}

.top_link_content ol li:nth-child(14) a ul li img {
    width: 100px;
}

.top_link_content ol li:nth-child(15) a ul li img {
    width: 100px;
}

.top_link_content ol li:nth-child(16) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(17) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(18) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(19) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(20) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(22) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(24) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(25) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(26) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(27) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(28) a ul li img {
    width: 90px;
}

.top_link_content ol li:nth-child(29) a ul li img {
    width: 60px;
}



.top_link_content ol li a ul li:nth-child(2) {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    background: #F5E100;
    border: 2px solid #008129;
    color: #008129;
}

.top_link_content ol li a ul li:nth-child(2) span {
    position: absolute;
    top: 9px;
    left: 0px;
    right: 0;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}



.top_link_content ol li a ul li:nth-child(3) {
    width: 56%;
    text-align: left;
    font-size: 1.1rem;
    color: #008129;
    margin: 0px 0 0 5px;
    line-height: 1.6rem;
}

.top_link_content ol li a ul li:nth-child(3)>span {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 0.8rem;
    color: #4d4d4d;
    line-height: 1.2rem;
    font-feature-settings: "palt";
}



/*se*/
@media (max-width: 320px) {
    .top_link_content ol li a ul li:nth-child(3) {
        width: 45%;
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
}





/* -------------------------- */
/* ---------ゴルフ場-------- */
/* -------------------------- */

.golf_place {
    background: #F6FFF0;
    padding: 90px 0 30px 0;
    text-align: center;
}

.golf_place .content>h2 img {
    width: 160px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 15px auto;
    font-feature-settings: "palt";
}

.golf_place .content>p {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
    font-feature-settings: "palt";
    padding: 0 10px;
    display: inline-block;
    position: relative;
}

.golf_place .content>p::after {
    content: "";
    border-bottom: 14px solid #CFECC5;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: -1;
}

.golf_place ul {
    margin: 50px 0 0 0;
}


.golf_place ul li {
    width: 48%;
    margin: 0 0 30px 0;
}

.golf_place ul li figure {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}

.golf_place ul li figure figcaption {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background: #ff9d6a;
    font-size: 0.7rem;
    padding: 0px 5px;
    border-radius: 5px;
    font-feature-settings: "palt";
}


.golf_place ul li figure img {
    width: 100%;
    transition: 0.5s all;
    border-radius: 5px;
}


.golf_place ul li>a h3 {
    color: #008129;
    margin: 10px 0;
    line-height: 1.4rem;
    font-size: 1rem;
    letter-spacing: 0.08rem;
    transition: 0.5s all;
    text-align: left;
    font-feature-settings: "palt";
}

.golf_place ul li>p {
    text-align: left;
    font-size: 0.8rem;
    margin: 0 0 5px 0;
    line-height: 1.4rem;
    font-feature-settings: "palt";
    letter-spacing: 0.01rem;
}

.golf_place ul li p:nth-child(3) {
    font-size: 0.7rem;
    line-height: 1.4rem;
}


.golf_place ul li a:hover h3 {
    color: #E51373;
}



.link02 {
    display: block;
    color: #399D26;
    background: #fff;
    border: 1px solid #399D26;
    padding: 5px 12px;
    position: relative;
    font-size: 0.7rem;
}

.link02 span:nth-child(1),
.link02 span:nth-child(2) {
    display: inline-block;
}


.link02 span:nth-child(1) {
    width: 100%;
    text-align: left;
}

.link02 span:nth-child(2):after {
    content: "";
    background: url("../img/next_allow.svg")no-repeat;
    background-size: contain;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 40%;
    vertical-align: middle;
}

.link02:hover {
    background: #FFF7BE;
}






/* -------------------------- */
/* -------練習場・ショップ------ */
/* -------------------------- */


.golf_shop_plactice {
    width: 100%;
    background: url("../img/top_left.png"), url("../img/top_right.png"), url("../img/bottom_left.png"), url("../img/bottom_right.png");
    background-repeat: no-repeat;
    background-position: top 20px left 20px, top 20px right 20px, bottom 20px left 20px, bottom 20px right 20px;
    background-size: 75px;
    text-align: center;
    padding: 90px 0 90px 0;
}

.golf_shop_plactice .content>img {
    width: 64px;
    margin: 0 auto 30px auto;
    display: block;
}

.golf_shop_plactice h2 {
    color: #4d4d4d;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    margin: 0 0 60px 0;
    display: inline-block;
    position: relative;
}

.golf_shop_plactice h2::after {
    content: "";
    border-bottom: 14px solid #EDF6F0;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: -1;
}


.golf_shop_plactice ul li {
    width: 49%;
}


.golf_shop_plactice ul li>div,
.golf_shop_plactice ul li a {
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding: 10px;
    background: #F7FFF0;
}

.golf_shop_plactice ul li>div div:nth-child(1),
.golf_shop_plactice ul li a div:nth-child(1) {
    width: 100%;
}

.golf_shop_plactice ul li>div div:nth-child(1) figure,
.golf_shop_plactice ul li a div:nth-child(1) figure {
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    background: #E2E2E2;

}


.golf_shop_plactice ul li>div div:nth-child(1) figcaption,
.golf_shop_plactice ul li a div:nth-child(1) figcaption {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background: #ff9d6a;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    padding: 0px 5px;
    border-radius: 5px;
}


.golf_shop_plactice ul li>div div:nth-child(2),
.golf_shop_plactice ul li a div:nth-child(2) {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.golf_shop_plactice ul li>div h3,
.golf_shop_plactice ul li a h3 {
    color: #008129;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    border-bottom: 1px solid #399D26;
    padding: 0 0 10px 0;
    margin: 10px 0;
}

.golf_shop_plactice ul li>div h3 span,
.golf_shop_plactice ul li a h3 span {
    display: inline-block;
    font-size: 0.6rem;
    color: #fff;
    background: #399D26;
    padding: 1px 6px;
    margin: 0 0 3px 0;
    border-radius: 50px;
}

.golf_shop_plactice ul li>div p,
.golf_shop_plactice ul li a p {
    color: #4d4d4d;
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin: 0 0 5px 0;
}

.golf_shop_plactice ul li>div .access,
.golf_shop_plactice ul li a .access {
    color: #4d4d4d;
    font-size: 0.7rem;
    line-height: 1.4rem;
}

.golf_shop_plactice ul li a:hover {
    background: #E9FCD8;
}



.golf_shop_plactice ul li a:hover h3 {
    color: #E51373;
}



/* -------------------------- */
/* ---------プレゼント-------- */
/* -------------------------- */


.present {
    width: 100%;
    background: url("../img/present_bg_sp.png"), #F7FFF0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.present_content {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 120px 0;
}

.present_intro {
    width: 100%;
    text-align: center;
}

.present_title img {
    width: 115px;
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
}

.present_title h2 {
    position: relative;
    display: inline-block;
    color: #399D26;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}

.present_title h2 span {
    font-size: 1.8rem;
}

.present_title h2::before {
    content: "";
    width: 50px;
    height: 65px;
    background: url("../img/stroke_left.png") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 5px;
    left: -50px;
}

.present_title h2::after {
    content: "";
    width: 50px;
    height: 65px;
    background: url("../img/stroke_right.png") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 5px;
    right: -50px;
}

.loto {
    width: 100%;
}

.loto p {
    display: block;
    margin: 30px 0 0 0;
}

.loto p:nth-child(1) {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500;
    color: #4d4d4d;
    font-feature-settings: "palt";
}

.loto p:nth-child(1) span {
    font-size: 0.9rem;
}

.loto p:nth-child(2) {
    font-size: 2.4rem;
    color: #EBE632;
    letter-spacing: 0.1rem;
    margin: 5px 0 0 0;
    vertical-align: 15px;
    text-shadow: 1px 1px 0 #006934, -1px -1px 0 #006934,
        -1px 1px 0 #006934, 1px -1px 0 #006934,
        0px 1px 0 #006934, 0 -1px 0 #006934,
        -1px 0 0 #006934, 1px 0 0 #006934;
    font-feature-settings: "palt";
}

.present_item {
    margin: 30px 0;
}

.present_item ol {
    width: 100%;
    margin: 0 auto;
}

.present_item ol li {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #399D26;
    position: relative;
}


.present_item ol li div>span {
    position: absolute;
    top: -8px;
    left: -8px;
    display: inline-block;
    color: #fff;
    background: #FF9D6A;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 1.8rem;
    text-align: center;
    margin: 0 10px 0 0;
}


.present_item ol li h3 {
    display: inline-block;
    color: #399D26;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2rem;
    vertical-align: middle;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
}

.present_item ol li h3 span.small {
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0rem;
}

.present_item ol li h3 span.limit {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    margin: 0 0 0 5px;
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #fff;
    background: #399D26;
    border-radius: 10px;
    letter-spacing: 0.05rem;
}


.present_item ol li p {
    display: block;
    font-size: 0.6rem;
    font-feature-settings: "palt";
}


.present_content table {
    width: 100%;
    margin: 0 0 60px 0;
    border-collapse: collapse;
    border-spacing: 8px;
}

.present_content tr:nth-child(1),
.present_content tr:nth-child(2) {
    border-bottom: 1px solid #BFBCAE;
}

.present_content table th {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0px 15px 0;
    color: #399D26;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.present_content table td {
    display: block;
    width: 100%;
    padding: 0px 0px 30px 0;
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-feature-settings: "palt";

}


.present_content table td a {
    color: #4d4d4d;
}

.mail_access {
    width: 100%;
    margin: 0 auto;
}

.mail_access a {
    width: 80%;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    color: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 15px 30px;
    background: #e61673;
    border: 2px solid #e61673;
}


.mail_access a:hover {
    color: #e61673;
    background: #fff;
    border: 2px solid #e61673;
}

/*tb580px*/
@media screen and (min-width:580px) and (max-width:999px) {
    .present_content table td {
        text-align: center;
    }
}