/******************************************* ファーストビュー ******************************************/
section.first-view
{
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    /* height: 470px; */
    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: 470px; */
    height: 613px;
    justify-content: center;
    position: relative;
    width: 100%;
}
section.first-view .slide .photo > span
{
    bottom: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    left: 0px;
    bottom:0;
    position: absolute;
}
section.first-view .slide img
{
    /* bottom: 30px; */
    bottom: 20px;
    max-width: 80%;
    position: absolute;
    right: 0;
}
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.first-view > .welcome-text
{
    align-items: flex-start;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    right: 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.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
{
    cursor: pointer;
}
section.outline .indexes li:hover
{
    text-decoration: underline;
}





/******************************************* 共通 ******************************************/
section.spot
{
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin: 0px auto;
}
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.5em;
    margin: 0;
    padding: 0;
}
section.spot a
{
    color: #000;
    text-decoration: none;
}
section.spot a:hover
{
    color: #f60;
}
section.spot .photo-main
{
    font-size: 0;
    margin-top: 10px;
}
section.spot .photo-main div
{
    position: relative;
}
section.spot .photo-main div span
{
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px 10px 10px;
    border-radius: 0px 0px 20px 0px;
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 14px;
}
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 a.maplink
{
    color: #666;
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
}
section.spot a.maplink:hover
{
    color: #0b3;
}
section.spot img.icon
{
    width: 1em;
}
section.spot dl.spot-detail
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.spot dl.spot-detail dt,
section.spot dl.spot-detail dd
{
    border-bottom: 1px solid #eee;
    margin: 5px 0;
    padding: 0;
}
section.spot dl.spot-detail dt
{
    width: 20%;
}
section.spot dl.spot-detail dd
{
    width: 80%;
}
section.spot .sub-contents
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
    margin-top: 10px;
}
section.spot .sub-contents > div
{
    margin: 40px 40px 0 0;
    width: calc((100% - 40px) / 2);
}
section.spot .sub-contents > div:first-child
{
    margin-top: 20px;
}
section.spot .sub-contents > div:nth-child(2n)
{
    margin: 20px auto 0 auto;
}

section.spot .slick-dots
{
    bottom: 10px;/*初期値は-25px*/
}
section.spot .slick-dotted.slick-slider
{
    margin-bottom: 0;
}
section.spot .sub-contents strong
{
    padding-top: 7px;
    display: inline-block;
}





section.spot.hint
{
    background: #eeefce;
    padding: 60px 0;
    text-align: center;
    margin-top: 40px;
}
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 img
{
    max-width: 760px;
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 10px;
}










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

footer
{
    margin: 0;
}
