@charset "utf-8";

.detail_pc{margin-top: 10px;margin-bottom: 40px;}
.detail_titles_name{margin-top: 10px;}
.detail_contact_content{margin-bottom: 0px;}
.contents_detail{padding: 50px 0 0 0;}
.contents_detail_text{padding: 10px 0;}
@media (min-width:900px){
    .detail_titles{margin-bottom: 20px;}
    .detail_pc{margin-bottom: 80px;}
}


/* メイン写真 */
.spot_main img{width: 100%;aspect-ratio: 3 / 2;display: block;background-color: rgb(238, 237, 237);object-fit: contain;}
@media (min-width:900px){
}


/* タグ */
.tag_links {display: flex;gap: 8px;flex-wrap: wrap;margin-top: 20px;width: 90vw;margin: 20px auto;}
.tag_links a {background: #fff;border-radius: 20px;border: 1px solid #DADADA;line-height: 45px;padding: 0 30px;box-shadow: none;}
.flag_new.flag_area { width: auto; padding: 0 10px; margin-right: 10px; background: #2cb6f7;}
.flag_new.flag_category { width: auto; padding: 0 10px; margin-right: 10px; background: #FC5942;}
@media (min-width:900px){
    .tag_links{width: 100%;}
}


/* 概要 */
@media (min-width:900px){
    .detail_outline_sp{display: none;}
}


/* 地図 */
@media (min-width:900px){
    .detail_map{margin: 30px auto;}
}


/* スタッフによるレポート */
.report_back{background-color: #EDF5FD;padding: 40px 0;}
.report_wrap{width: 90%;margin: 0 auto;display: flex;flex-direction: column;gap: 30px;}
.report_text{text-align: justify;}
.report_photo img{width: 100%;aspect-ratio: 3 / 2;display: block;background-color: white;object-fit: contain;}
.reporter_wrap{display: flex;flex-direction: column;gap: 20px;justify-content: center;}
.reporter_title{color: #004680;font-weight: bold;display: flex;align-items: center;border-bottom: 1px solid;padding-bottom: 5px;font-size: 20px;}
.reporter_info{display: flex;flex-direction: row;gap: 15px;align-items: center;}
.reporter_photo{width: 100px;}
.reporter_photo img{width: 75px;height: 75px;object-fit: cover;border-radius: 50%;}
.reporter_shop{color: white;background-color: #83D2F7;padding: 0 10px;line-height: 1.5;font-size: 14px;}
.reporter_name{font-size: 18px;}
.reporter_wrap a{text-decoration: underline;}
.reporter_wrap a:hover{opacity: 0.8;}
@media (min-width:1300px){
    .reporter_back{background-color: white;padding: 20px 0;}
    .reporter_wrap{flex-direction: row;gap: 40px;}
    .reporter_title{border: none;padding: 0 50px;}
    .reporter_photo{width: 75px;}
    .reporter_info{gap: 25px;}
}



/* 口コミ投稿 */
.reviews{display: flex;flex-direction: column;gap: 30px;width: 90vw;margin: 0 auto;margin-bottom: 60px;}
.review_back{background-color: #F5F5F5;padding: 20px 0;}
.review_wrap{width: 90%;margin: 0 auto;display: flex;flex-direction: column;gap: 30px;}
.review_date{color: #999999;}
.review_title{font-weight: bold;font-size: 20px;}
.review_photo img {width: 100%;aspect-ratio: 3 / 2;display: block;background-color: white;object-fit: contain;}
.review_text{margin: 10px 0;}
@media (min-width:600px){
    .review_wrap{flex-direction: row;gap: 20px;}
    .review_texts{flex: 1;}
    .review_text{text-align: justify;}
    .review_photo{width: min(30vw,280px);flex-shrink: 0;}
}
@media (min-width:900px){
    .reviews{width: 100%;margin-bottom: 0px;}
}
@media (min-width:1300px){
}



/* スライダー */
.shop_slider_button{text-align: center;margin-bottom: 60px;}
.shop_slider_button a{margin: 0;}
.bukken_info_text { -webkit-line-clamp: 3;}
@media (min-width:900px){
    .shop_slider_button{margin-bottom: 0px;}
}



/* スマホ固定フッター */
.detail_footer_text{font-size: 16px;}
.detail_footer_contents {width: 100vw;flex-direction: row;justify-content: center;padding: 0;}
.detail_footer_wrap a:first-child {background: #2CB6F7;}
.detail_footer_img{width: 80px;height: auto;margin-right: 10px;}
.detail_footer_img img{display: block;}
