@charset "shift_jis";
/* CSS Document */
@font-face {
    font-family: "rounded";
    src: url(../fonts/rounded-mplus-1c-medium.eot) format("embedded-opentype"),
    url(../fonts/rounded-mplus-1c-medium.woff) format("woff"),
    url('../fonts/rounded-mplus-1c-medium.ttf') format('truetype');
}

@font-face {
    font-family: "rounded-bold";
    src: url(../fonts/rounded-mplus-1c-bold.eot) format("embedded-opentype"),
    url(../fonts/rounded-mplus-1c-bold.woff) format("woff"),
    url('../fonts/rounded-mplus-1c-bold.ttf') format('truetype');
}

@font-face {
    font-family: "rounded-heavy";
    src: url(../fonts/rounded-mplus-1c-heavy.eot) format("embedded-opentype"),
    url(../fonts/rounded-mplus-1c-heavy.woff) format("woff"),
    url('../fonts/rounded-mplus-1c-heavy.ttf') format('truetype');
}

.rounded {
    font-family: rounded;
}

.rounded-bold {
    font-family: rounded-bold;
}

.rounded-heavy {
    font-family: rounded-heavy;
}

#contents_area {
    box-sizing: border-box;
    max-width: 1130px;
    font-size: 16px;
    line-height: 1.4;
}
#contents_area *, #contents_area *:before, #contents_area *:after {
    box-sizing: inherit;
}

#contents_area img {
    vertical-align: bottom;
}

.cf:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.img_link a img {
    transition: all .2s ease;
}
.img_link a:hover img {
    opacity: .7;
}


#main_slider {
    position: relative;
}
#main_slider h1 {
    position: absolute;
    right: 120px;
    top: 16px;
    z-index: 10;
}
#main_slider .guide {
    position: absolute;
    right: 133px;
    top: 231px;
    width: 507px;
    padding: 1em .5em;
    text-align: center;
    line-height: 1.35;
    background-color: rgba(255,255,255,.49);
    z-index: 5;
    transform: rotate(0.01deg);
}
#main_slider .slider {
    height: 452px;
    margin-bottom: 45px;
}
#main_slider .slick-dots {
    bottom: 33px;
}
#main_slider .slick-dots li {
    width: 14px;
    height: 14px;
}
#main_slider .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #736357;
    border-radius: 50%;
}
#main_slider .slick-dots .slick-active button {
    background-color: #FF7971;
}
#main_slider .slick-dots li button:before {
    content: none;
}
#main_slider .slick-arrow {
    width: 83px;
    height: 138px;
    z-index: 5;
}
#main_slider .slick-arrow:before {
    content: none;
}
#main_slider .slick-prev {
    background: url(../images/btn_prev.png) no-repeat;
    left: 20px;
}
#main_slider .slick-next {
    background: url(../images/btn_next.png) no-repeat;
    right: 20px;
}


#page_link {
    margin-bottom: 30px;
}
/*#page_link #static_link {
    width: 1066px;
    height: 210px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}*/
#contents_area #page_link #static_link li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    transition: all .2s ease;
}
#page_link #static_link li.search_link {
    width: 24.36%;
    background: url(../images/bg_pagelink1-1.png) no-repeat;
    background-size: contain;
}
#page_link #static_link li.recommend_link {
    width: 24%;
    background: url(../images/bg_pagelink2-1.png) no-repeat;
    background-size: contain;
}
#page_link #static_link li.bnr_link {
    width: 23.3%;
    background: url(../images/bg_pagelink3-1.png) no-repeat;
    background-size: contain;
}
#page_link #static_link li.check_link {
    width: 24.65%;
    background: url(../images/bg_pagelink4-1.png) no-repeat;
    background-size: contain;
}
#page_link #static_link li.check_link a {
    padding-bottom: 32px;
    padding-right: 12px;
}
#page_link #static_link li a {
    display: block;
    padding-bottom: 22px;
    font-size: 20px;
    letter-spacing: -.05em;
    color: #40332c;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}
#page_link #static_link li a small {
    display: block;
    margin-bottom: 5px;
    font-size: .63em;
    letter-spacing: 0;
    transform: rotate(0.01deg);
}
#contents_area #page_link #static_link li:hover {
    transform: translateY(10px);
}
/*#page_link #fixed_link {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -150px;
    z-index: 100;
    transition: all .3s ease;
    width: 1120px;
    padding: 0 35px;
}*/
#page_link #fixed_link.active {
    top: 5px;
}
#contents_area #page_link #fixed_link li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: all .2s ease;
}
#page_link #fixed_link li:hover {
    transform: translateY(10px);
}
#page_link #fixed_link li.search_link {
    width: 250px;
    height: 110px;
    background: url(../images/bg_pagelink1-2.png) no-repeat;
    background-size: contain;
}
#page_link #fixed_link li.recommend_link {
    width: 240px;
    height: 110px;
    background: url(../images/bg_pagelink2-2.png) no-repeat;
    background-size: contain;
}
#page_link #fixed_link li.bnr_link {
    width: 240px;
    height: 110px;
    background: url(../images/bg_pagelink3-2.png) no-repeat;
    background-size: contain;
}
#page_link #fixed_link li.check_link {
    width: 266px;
    height: 123px;
    padding-right: 39px;
    background: url(../images/bg_pagelink4-2.png) no-repeat;
    background-size: contain;
}
li.check_link a {
    padding-bottom: 15px;
}
#page_link .annotation {
    text-align: center;
}

#page_link #fixed_link li a {
    font-size: 20px;
    color: #40332c;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
}

#page_link #fixed_link li a small {
    display: block;
    font-size: 22px;
}



/* 下層ページ非表示時専用 */
#page_link #static_link {
    width: 1000px;
    height: 145px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
}
#page_link #static_link li {
    margin: 0 20px;
}
#page_link #fixed_link {
    display: flex;
    justify-content: center;
    position: fixed;
    top: -150px;
    z-index: 100;
    transition: all .3s ease;
    width: 1120px;
    padding: 0 35px;
}
#page_link #fixed_link li {
    margin: 0 20px;
}
/************************/


#search {
    width: 1050px;
    margin: 0 auto 70px;
}
#contents_area #search h2 {
    position: relative;
    padding-top: 25px;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    background: url(../images/bg_search_title.png) no-repeat bottom;
    background-size: cover;
}
#contents_area #search h2::before {
    content: "";
    position: absolute;
    background:url(../images/icon_pet.png) no-repeat;
    background-size: contain;
    bottom: .2em;
    left: -4em;
    width: 37px;
    height: 39px;
    transform: translateX(525px);
}
#search .search_box {
    border: 3px solid #31BAEC;
    border-top: none;
    background-color: #FFF4ED;
    padding: 50px 50px 30px;
}
#search .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
#search .row dl {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
#search .row dt {
    margin-right: 10px;
}
#search .row #select_date {
    width: 8em;
}
#search .row #select_capacity {
    margin-right: 5px;
}
#search .kodawari {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#search .kodawari li {
    margin: 0 30px 5px 0;
}
#search .kodawari li input {
    margin-right: 5px;
}
#search #btn_search {
    text-align: center;
}
#search #btn_search input:hover {
    opacity: .7;
}
section#search {
    margin: 0 auto 80px;
}

section#spot {
    margin-bottom: 70px;
}

.petty-btn {
    display: flex;
    justify-content: center;
    padding: 40px 0 100px;
}
.petty-btn ul {
    display: flex;
}
.petty-btn li {
    padding: 10px;
    width: 200px;
}
.petty-btn li a {
    background: #25b7ed;
    display: block;
    position: relative;
    padding: 15px 8px 15px 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    border-radius: 6px;
}
.petty-btn li a:after {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: 'Material Icons Round'!important;
    content: "\e5cc";
    font-size: 2.0rem;
}
.petty-btn li a:link{
    text-decoration: none!important;
}
.petty-btn li a:hover {
    opacity: 0.5 ;
}
.petty-btn p {
    color: #fff;
}

#contents_area #kw h2 {
    position: relative;
    padding-top: 25px;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    background: url(../images/bg_search_title.png) no-repeat bottom;
    background-size: cover;
}
#contents_area #kw h2::before {
    content: "";
    position: absolute;
    background:url(../images/icon_pet.png) no-repeat;
    background-size: contain;
    bottom: .2em;
    left: -5em;
    width: 37px;
    height: 39px;
    transform: translateX(525px);
}

#recommend {
    width: 1050px;
    margin: 0 auto 80px;
}
#contents_area #recommend h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    background: url(../images/bg_recommend_title.jpg) no-repeat bottom;
}

#contents_area #recommend h2::before {
    content: "";
    position: absolute;
    background:url(../images/icon_pet.png) no-repeat;
    background-size: contain;
    bottom: .2em;
    left: -7.5em;
    width: 37px;
    height: 39px;
    transform: translateX(525px);
}
#recommend #tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 10px solid #FF8780;
}
#recommend #tab li {
    width: 78px;
    height: 106px;
    padding-top: 51px;
    position: relative;
}
#recommend #tab li .icon {
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 3;
    transition: all .2s ease;
}
#recommend #tab li .area {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
}
#recommend #tab .area1 .area {
    background: url(../images/btn_tab1_on.gif) no-repeat left bottom;
}
#recommend #tab .area2 .area {
    background: url(../images/btn_tab2_on.gif) no-repeat left bottom;
}
#recommend #tab .area3 .area {
    background: url(../images/btn_tab3_on.gif) no-repeat left bottom;
}
#recommend #tab .area4 .area {
    background: url(../images/btn_tab4_on.gif) no-repeat left bottom;
}
#recommend #tab .area5 .area {
    background: url(../images/btn_tab5_on.gif) no-repeat left bottom;
}
#recommend #tab .area6 .area {
    background: url(../images/btn_tab6_on.gif) no-repeat left bottom;
}
#recommend #tab .area7 .area {
    background: url(../images/btn_tab7_on.gif) no-repeat left bottom;
}
#recommend #tab .area8 .area {
    background: url(../images/btn_tab8_on.gif) no-repeat left bottom;
}
#recommend #tab .area9 .area {
    background: url(../images/btn_tab9_on.gif) no-repeat left bottom;
}
#recommend #tab .area10 .area {
    background: url(../images/btn_tab10_on.gif) no-repeat left bottom;
}
#recommend #tab .area11 .area {
    background: url(../images/btn_tab11_on.gif) no-repeat left bottom;
}
#recommend #tab .area12 .area {
    background: url(../images/btn_tab12_on.gif) no-repeat left bottom;
}
#recommend #tab li:not(:last-child) {
    margin-right: 10px;
}
#recommend #tab li:hover {
    cursor: pointer;
}
#recommend #tab .select .icon,
#recommend #tab li:hover .icon {
    top: 0;
}
#recommend #tab .select .area img,
#recommend #tab li:hover .area img {
    visibility: hidden;
}
#recommend #tab_contents {
    border: 3px solid #FF8780;
    padding: 25px;
}
#recommend #tab_contents .tab_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recommend #tab_contents .tab_block .facility {
    width: 480px;
    border: 1px solid #736357;
    margin-bottom: 25px;
    padding: 25px;
}
#recommend #tab_contents .other_hotel {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
#recommend #tab_contents .other_hotel a img {
    transition: .2s ease;
}
#recommend #tab_contents .other_hotel a:hover img {
    opacity: .7;
}
#recommend #tab_contents .annotation {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
#recommend #tab_contents .block_header {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#recommend #tab_contents .block_header .area {
    display: inline-block;
    background-color: #544032;
    color: #FFF;
    font-size: 14px;
    padding: 3px 10px;
}
#recommend #tab_contents .block_header .service {
    font-size: 12px;
    line-height: 1.2;
    color: #FF7477;
    width: 125px;
    height: 35px;
    border: 1px solid #FF7477;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
#recommend #tab_contents .block_header .service li:not(:last-of-type) {
    margin-right: 5px;
}
#recommend #tab_contents h3 {
    margin-bottom: 10px;
}
#recommend #tab_contents h3 a {
    font-size: 20px;
    line-height: 1.2;
    color: #544032;
    font-weight: bold;
}
#recommend #tab_contents .info {
    margin-bottom: 25px;
}
#recommend #tab_contents .detail {
    padding-bottom: 10px;
}
#recommend #tab_contents .detail:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
#recommend #tab_contents .photo {
    width: 244px;
    float: left;
    margin-right: 10px;
}
#recommend #tab_contents .photo img {
    width: 100%;
    height: auto;
}
#recommend #tab_contents .text {
    font-size: 14px;
    overflow: hidden;
}
#recommend #tab_contents .available {
    font-weight: bold;
    border-top: 1px solid #534741;
    padding: 5px 0;
}
#recommend #tab_contents .type {
    display: flex;
    flex-wrap: wrap;
}
#recommend #tab_contents .type li:not(:last-child) {
    margin-right: 6px;
}

#recommend #tab_contents .plan_list {
    width: 333px;
    margin: 0 auto;
    text-align: center;
}
#recommend #tab_contents .plan_list a {
    display: block;
    background-color: #FF8780;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: .3em;
    transition: all .2s ease;
}
#recommend #tab_contents .plan_list a:hover {
    background-color: #FFA7A2;
}


#recommend_bnr {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 80px;
    font-weight: bold;
}


#contents_area #spot h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    background: url(../images/bg_recommend_title.jpg) no-repeat bottom;
}

#contents_area #spot h2::before {
    content: "";
    position: absolute;
    background:url(../images/icon_pet.png) no-repeat;
    background-size: contain;
    bottom: .2em;
    left: -7.5em;
    width: 37px;
    height: 39px;
    transform: translateX(525px);
}



/* お出かけ前のチェックリスト
================================*/
#contents_area #check {
    width: 1050px;
    margin: 0 auto;
}

#contents_area #check h2 {
    position: relative;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    background: url(../images/bg_check_title.jpg) no-repeat bottom;
}

#contents_area #check h2::before {
    content: "";
    position: absolute;
    background:url(../images/icon_pet.png) no-repeat;
    background-size: contain;
    bottom: .3em;
    left: -7.5em;
    width: 37px;
    height: 39px;
    transform: translateX(525px);
}

#contents_area #check h2 small {
    position: relative;
    display: block;
    font-size: 30px;
}

#contents_area #check h2 small::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7em;
    width: 29px;
    height: 33px;
    margin: auto;
    transform: translateX(525px);
    background: url(../images/bg_check_line_left.png) no-repeat;
}

#contents_area #check h2 small::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7em;
    width: 29px;
    height: 33px;
    margin: auto;
    transform: translateX(-525px);
    background: url(../images/bg_check_line_right.png) no-repeat;
}

#contents_area #check h2 img {
    width: 100%;
    height: auto;
}

#contents_area #check .check_contents {
    padding-top: 26px;
    padding-bottom: 5px;
    background-color: #d7eff7;
}

#contents_area #check h3 {
    padding: 23px 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 31px;
    line-height: 1.2;
    color: #40332c;
    background: url(../images/bg_lets_check.png) center / contain no-repeat ;
}

#contents_area #check h3 .check_yellow {
    font-size: 34px;
    color: #ffaf00;
}

#contents_area #check h3 small {
    display: block;
    font-size: 18px;
}

#contents_area #check h3 small .percentage {
    font-size: 22px;
    color: #ff7477;
}

.please{
    margin-bottom: 25px;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#contents_area #check .check_inner {
    width: 1000px;
    margin: 0 auto;
}

#contents_area #check .check_list {
    display: flex;
    justify-content: space-between;
    width: 972px;
    margin: 0 auto;
}

#contents_area #check .check_list li {
    position: relative;
    width: 24%;
    padding: 6px 6px 16px;
    border: 1px solid #534741;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    background-color: #fff;
    z-index: 5;
}

#contents_area #check .check_list li img {
    margin-bottom: 3px;
}

#contents_area #check .check_list li dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -.02em;
}

#contents_area #check .check_list li dd {
    font-size: 14px;
}

#contents_area #check p.sinkoku {
    width: 100%;
    padding-top: 200px;
    margin-top: -200px;
    margin-bottom: 22px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    background-color: #ffd900;
}

#contents_area #check .choose {
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
}

#contents_area #check .flex_left {
    margin-top: 4px;
    width: 260px;
}

#contents_area #check .flex_left .tips {
    padding: 36px 0 36px 10px;
    font-size: 23px;
    color: #ffff00;
    margin-bottom: 12px;
    background: url(../images/arrow_choose.png) no-repeat;
    background-size: contain;
}

#contents_area #check .flex_right {
    width: 740px;
}
#contents_area #check .flex_right .flex {
    width: 728px;
}

#contents_area #check .flex_right .hotel_type {
    position: relative;
    width: 57.8%;
    padding: 25px 15px 20px;
    border: 1px solid #534741;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    background-color: #fff;
    z-index: 5;
}

#contents_area #check .flex_right .hotel_type h5 {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -.03em;
}

#contents_area #check .flex_right .hotel_type dt {
    position: relative;
    padding: 3px 0 3px 75px;
    margin-left: 5px;
    margin-bottom: 22px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: url(../images/bg_title_type.jpg) no-repeat bottom / cover;
}

#contents_area #check .flex_right .hotel_type dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 55px;
    height: 55px;
    margin: auto;
    font-size: 24px;
    color: #ffff00;
    background: url(../images/bg_point.png) no-repeat;
    background-size: contain;
}

#contents_area #check .flex_right .hotel_type dd {
    font-size: 14px;
}

#contents_area #check .flex_right .hotel_type dd:not(:last-child) {
    margin-bottom: 22px;
}

#contents_area #check .flex_right .with {
    position: relative;
    width: 39.9%;
    padding: 25px 7px 20px;
    border: 1px solid #534741;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    background-color: #fff;
    z-index: 5;
}

#contents_area #check .flex_right .with h5 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -.03em;
}

#contents_area #check .flex_right .with img {
    display: block;
    margin: 0 auto 8px;
}

#contents_area #check .flex_right .with p {
    font-size: 14px;
}

#contents_area #check .flex_right .with p .with_detail {
    display: block;
    color: #ff0000;
}

#contents_area #check .flex_right .bg {
    width: 752px;
    height: 240px;
    margin-top: -252px;
    margin-left: -12px;
    background-color: #736357;
}

#contents_area #check .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d7eff7;
    margin: 0 auto;
}

#contents_area #check .point {
    position: relative;
    background-color: #ffffd1;
    width: 1040px;
    height: 638px;
    margin: 0 auto;
}

.point dl {
    position: absolute;
    padding: 9px;
    background-color: #fff;
    transform: rotate(0.01deg);
}

.point > img {
    position: absolute;
}

#contents_area #check .point dt {
    display: flex;
    margin-bottom: 5px;
}

#contents_area #check .point dt .point_num {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 106px;
    height: 105px;
    margin-right: 10px;
    font-size: 40px;
    color: #ffe60a;
    text-align: center;
    line-height: 1;
    background: url(../images/bg_point.png) no-repeat;
    background-size: contain;
}

#contents_area #check .point dt .point_num small {
    font-size: 18px;
    color: #fff;
}

#contents_area #check .point dt .point_title {
    width: 217px;
    padding-top: 12px;
    font-size: 20px;
    color: #40332c;
}

#contents_area #check .point dd {
    padding-left: 2em;
    text-indent: -1em;
    font-size: 14px;
    color: #40332c;
    letter-spacing: -.06em;
}

#contents_area #check .point dd span {
    color: #ff8780;
}

#contents_area #check .point_img01 {
    top: 33px;
    left: 134px;
    width: 352px;
}

#contents_area #check .asiato_img01 {
    top: 60px;
    left: 487px;
}

#contents_area #check .point_img02 {
    top: 136px;
    right: 67px;
    width: 455px;
}

#contents_area #check .point_img02 .point_title {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#contents_area #check .point_img02 .point_title img {
    margin-top: -44px;
    margin-left: 20px;
}

#contents_area #check .asiato_img02 {
    top: 258px;
    left: 422px;
    z-index: 50;
}

#contents_area #check .point_img03 {
    bottom: 53px;
    left: 38px;
    width: 416px;
}

#contents_area #check .point_img03 .point_title {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#contents_area #check .point_img03 .point_title img {
    margin-left: 35px;
    margin-bottom: -68px
}

#contents_area #check .point_img03 .add {
    padding: .5em;
    border: 1px solid #40332c;
    margin: 1em;
    text-indent: 0;
}


#contents_area #check .asiato_img03 {
    bottom: 118px;
    left: 461px;
}

#contents_area #check .point_img04 {
    right: 82px;
    bottom: 45px;
}

#contents_area #check .point_img04 .point_title {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#contents_area #check .point_img04 .point_title img {
    margin-top: -38px;
}

#page_top {
    position: fixed;
    z-index: 100;
    bottom: -50px;
    right: 50px;
    transition: all .3s ease;
}
#page_top.active {
    bottom: 50px;
}
#page_top:hover {
    padding-bottom: 10px;
}

/* 観光スポット領域
================================*/
.area-spotlist-inner-place-spot img {
    max-width: 100%;
}

.area-spotlist-inner-place-spot img:hover  {
    opacity: 0.5;
}

#hot-spot .area-spotlist-place {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#hot-spot .area-spotlist-place>li {
  width: calc((100% - 40px) / 3);
  margin: 10px 0 0 10px;
  border: solid 1px #ccc;
  background: #fff;
}

#hot-spot .area-spotlist-place figure {
  margin: 0 auto;
  position: relative;
}

#hot-spot .area-spotlist-place figcaption {
  position: absolute;
  right: 3px;
  left: initial;
  bottom: 7px;
  padding: 1px 5px;
  color: #fff;
  font-size: 1.0rem;
  background: rgba(0, 0, 0, 0.5);
}

#hot-spot .credit {
  display: flex;
  justify-content: flex-start;
  margin: 15px 21px 0;
  color: #323743;
  font-size: 1.2rem;
}

#hot-spot .note {
  display: flex;
  justify-content: flex-start;
  margin: 3px 21px 0;
  color: #323743;
  font-size: 1.2rem;
}

#hot-spot .area-spotlist-inner-place-spot {
  padding: 10px 5px 0;
}

#hot-spot .area-spotlist-inner-place-spot dl {
  margin: 10px 10px 0;
}

#hot-spot .area-spotlist-inner-place-spot dt {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 3px solid #eee;
  margin-bottom: 10px;
}

#hot-spot .area-spotlist-inner-btn {
  padding: 15px 0 15px;
}

#hot-spot .area-spotlist-inner-btn ul {
  margin: 0 10px;
}

#hot-spot .area-spotlist-inner-btn li {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

#hot-spot .area-spotlist-inner-btn li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px 0 10px 5px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: dotted 1px #333;
}

#hot-spot .area-spotlist-inner-place-spot figure {
  margin-bottom: 10px;
}

.feature-sect__more{
    position: relative;
    padding-left: 30px;
    margin-top: 30px;
    text-align: center;
}
.feature-sect__more a{
    color: #3498DB;
    transition: 0.4s ease;
    padding-right: 5px;
}
.feature-sect__more::after {
    font-family: 'Material Icons Round'!important;
    content: "\e5e1";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    color: #3498DB;
}

/* おすすめ特集
================================*/
section#feature {
    width: 1050px;
    margin: 0 auto 80px;
}

#feature {
    width: 1050px;
    margin: 0 auto 80px;
}
#contents_area #feature h2 {
    position: relative;
    margin: 60px 0 0;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    background: url(../images/bg_check_title.jpg) no-repeat bottom;
}
#contents_area #feature h2::before {
    content: "";
    position: absolute;
    background:url(../images/icon_pet.png) no-repeat;
    background-size: contain;
    bottom: .2em;
    left: -4.5em;
    width: 37px;
    height: 39px;
    transform: translateX(525px);
}
.feature_list ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 70px 0;
    flex-wrap: wrap;
}
.feature_list li {
    width: calc(100% / 3);
    padding: 10px;
    text-align: center;
}
.feature_list li a:hover {
    opacity: 0.5;
}
.feature_list li img {
    max-width: 95%;
}

/* フッター
================================*/
.l-destination { background-color: #fff; font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif; }
.l-destination__block { margin-top: 3em; text-align: left; }
.l-destination__block .c-heading { color: #000; font-weight: 700; }
.l-destination .c-list { display: flex; flex-wrap: wrap; }
.l-destination .c-list li { font-size: .9375em; }
.l-destination .c-title { color: #000; font-weight: 700; }

.l-destination { margin-top: 5em; padding: 5em; }
.l-destination__block .c-bottom + .c-heading { border-top: 1px solid #d9d9d9; margin-top: 1.5em; padding-top: 1.5em }
.l-destination__block .c-heading { font-size: 1.3125em; }
.l-destination .c-list { margin-top: .5em; }
.l-destination .c-list li { line-height: 1; margin: 0 .75em .75em 0; padding: 1px 0; }
.l-destination .c-list li::after { color: #ccc; content: "/"; padding-left: .75em; }
.l-destination .c-list li:last-child::after { content: none; }
.l-destination .c-title { font-size: 40px; text-align: center; }
.l-destination li a { color: #333; }
li.c-item a { text-decoration: none; }
li.c-item a:hover { color: #000099; }
