/******************************************* ファーストビュー ******************************************/
section.first-view
{
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    height: 613px;
    margin: auto;
    max-width: 1160px;
    /*padding-bottom: 90px;*/
    position: relative;
    text-align: center;
    width: 100%;
}
section.first-view .slide
{
    height: 100%;
    /*
    1280がmax
    左右に60pxのpadding
    タイトル幅が300
    全体1280のとき、写真幅は920
    */
    /*width: calc(100% - 60px - 300px);*/
    width: 100%;
}
section.first-view .slide .photo
{
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 613px;
    justify-content: center;
    position: relative;
    width: 100%;
}
section.first-view .slide .photo > span
{
    bottom: 0px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    right: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
}
section.first-view > img
{
    bottom: 20px;
    max-width: 80%;
    position: absolute;
    left: 0;
}
section.first-view > .welcome-text
{
    align-items: flex-start;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
section.first-view > .welcome-text li
{
    background: #fff;
    color: #000;
    font-family: 'Shippori Mincho',serif;
    font-size: 1.375em;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 20px 15px;
}
section.first-view .contents
{
    box-sizing: border-box;
    display: none;
    margin: 70px 40px 0 60px; 
    position: relative;
    text-align: left;
    width: 360px;
}
section.first-view .contents > img
{
    margin-bottom: 10px;
    width: 100%;
}
section.first-view .term-title,
section.first-view .term-value
{
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
section.first-view .term-title
{
    background: #f4f2ed;
    padding: 1px;
}
section.first-view .term-value
{
    padding: 4px;
}


section.first-view .contents > .description
{
    font-weight: 700;
    position: absolute;
    top: 230px;
}
section.first-view .contents > .description .term
{
    font-size: 0.8em;
    letter-spacing: 1px;
    padding: 10px 0 0 40px;
    position: relative;
}

section.first-view .welcome
{
    bottom: 0;
    left: 130px;
    position: absolute;
}





/******************************************* 概要 ******************************************/
/*section.outline
{
    box-sizing: border-box;
    margin: 90px auto 0;
}
section.outline > h2
{
    margin: 0;
    padding: 0;
    text-align: center;
}
section.outline > h2 span
{
    display: none;
}*/
section.outline .contents-wrapper
{
    box-sizing: border-box;
    margin: 50px auto 0;
    max-width: 880px;
    /*min-width: 880px;*/
    padding: 0 60px;
    width: 100%;
}
section.outline .indexes
{
    background: #f4f2ed;
    cursor: hover;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 600;
    margin-top: 40px; 
    padding: 20px 40px;
}
section.outline .indexes h3
{
    font-family: 'Shippori Mincho', serif;
    font-size: 2em;
    margin: 0;
    padding: 0;
}
section.outline .indexes li > div
{
    cursor: pointer;
}
section.outline .indexes li > div:hover
{
    text-decoration: underline;
}
/* section.outline .indexes li > div.child
{
    margin-left: 1em;
} */





/******************************************* アクセス方法 ******************************************/
section.access
{
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin: 40px auto 0;
}
section.access .contents-wrapper
{
    box-sizing: border-box;
    margin: 50px auto 0;
    max-width: 880px;
    /*min-width: 880px;*/
    padding: 0 60px;
    width: 100%;
}
section.access .contents > h2
{
    font-family: 'Shippori Mincho', serif;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    text-align: center;
}
section.access a
{
    color: #000;
    text-decoration: none;
}
section.access a:hover
{
    color: #f60;
}
section.access ul
{
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
section.access li
{
    margin: 0;
    min-height: 30px;
    padding: 0 0 0 2em;
    position: relative;
}
section.access li > img
{
    left: 0;
    position: absolute;
    width: 1.2em;
}
section.access li:nth-child(1) > img
{
    top: 7px;
}
section.access li:nth-child(2) > img
{
    top: 2px;
}
section.access li:nth-child(3) > img
{
    top: 6px;
}
section.access img.icon
{
    width: 1em;
}





/******************************************* 共通 ******************************************/
section.spot
{
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin: 40px auto 0;
}
section.spot .contents-wrapper
{
    box-sizing: border-box;
    margin: 50px auto 0;
    max-width: 880px;
    /*min-width: 880px;*/
    padding: 0 60px;
    width: 100%;
}
section.spot .contents > h2
{
    font-family: 'Shippori Mincho', serif;
    font-size: 2.3em;
    margin: 0;
    padding: 0;
}
section.spot.sightseeing .contents > h2,
section.spot.yokokura .contents > h2
{
    text-align: center;
}
section.spot .contents > h3
{
    margin: 0;
    padding: 0;
}
section.spot .contents > ul
{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.spot .contents > ul li
{
    box-sizing: border-box;
    display: block;
    font-size: 0.8em;
    margin: 2px 0;
    padding: 0 5px;
}
section.spot .contents > ul li a
{
    color: rgb(28, 163, 4);
    text-decoration:underline;
    cursor: pointer;
}

section.spot .contents > article
{
    box-sizing: border-box;
    margin: 20px auto 0;
}
section.spot .contents > article.center
{
    text-align: center;
}
section.spot .contents > article.notes
{
    background: #e8f5e8;
    border-radius: 20px;
    padding: 20px;
}
section.spot a
{
    color: #000;
    text-decoration: none;
}
section.spot a:hover
{
    color: #f60;
}
section.spot .photo-main
{
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 0;
    margin: 10px 0 !important;
    position: relative;
}
section.spot .photo-main img,
section.spot .photo-main .img
{
    border-radius: 20px;
    width: 100%;
}
section.spot .photo-main .img
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
section.spot .sub-contents .photo-main
{
    margin-top: 0;
}
section.spot .sub-contents .photo-main .h240
{
    background: #eee;
    border-radius: 20px;
    height: 240px;
    text-align: center;
}
section.spot .sub-contents .photo-main .h240 img
{
    border-radius: 0;
    height: 100%;
    width: auto;
}
section.spot p
{
    margin: 0;
}
section.spot img.icon
{
    width: 1em;
}
section.spot .sub-contents
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
}
section.spot .sub-contents > div
{
    margin: 40px 40px 0 0;
    width: calc((100% - 40px) / 2);
}
section.spot .sub-contents > div:nth-child(2n)
{
    margin: 40px 0 0 0;
}
section.spot .sub-contents .title
{
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
}
section.spot .sub-contents ul 
{
   padding: 0;
   list-style: none;
}





.btn-more
{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    height: 40px;
    margin: 60px auto;
    width: 250px;
}
.btn-more a
{
    align-items: center;
    background: #006934;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 50px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.btn-more a:hover
{
    opacity: 0.8;
}
.btn-more a img
{
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}




section.spot a.maplink
{
    color: #666;
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
}
section.spot a.maplink:hover
{
    color: #0b3;
}


section.spot .slick-dots
{
    bottom: 10px;/*初期値は-25px*/
}
section.spot .slick-dotted.slick-slider
{
    margin-bottom: 0;
}







section.spot.machiaruki
{
    text-align: center;
}
section.spot.machiaruki .contents-wrapper
{
    padding: 0;
}





section.spot.hint
{
    background: #eeefce;
    padding: 60px 0;
    text-align: center;
}
section.spot.hint .contents-wrapper
{
    margin: 0 auto;
    text-align: left;
}
section.spot.hint h2
{
    border-bottom: 2px solid #006934;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
}
section.spot.hint h3
{
    margin: 40px 0 0 0;
    padding: 0;
}
section.spot.hint h3:first-of-type
{
    margin: 0;
}
section.spot.hint .text-link
{
    display: block;
    font-size: 1.4em;
    margin-top: 10px;
    /*min-height: 200px;*/
    text-align: center;
    background: #1e8b85;
    box-sizing: border-box;
    color: #fff;
    padding: 15px;
    position: relative;
    font-weight: bold;
}
section.spot.hint a
{
    display: inline-block;
}
section.spot.hint a:nth-of-type(2)
{
    background: #fff;
    box-sizing: border-box;
    max-width: 760px;
    padding: 20px;
    width: 100%;
}
section.spot.hint img
{
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 10px;
}





#googleMap
{
    height: 500px;
    width: 100%;
}






/*** 追加 ***/
section.spot{
    padding: 0;
}