/*ワーケーションスポットを探す*/
.spot_list_contents,.spot_detail_contents {
     width: 87%;
}

/*見出し*/
.spot_list_contents > h3 {
/*    font-family: 'Noto Serif JP', serif;*/
    font-size: 3em;
    margin-bottom: 50px;
    text-align: center;
}
/*.spot_list_contents > h3:before {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: #644700;
    background-image: url(img/spot_search.png);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 50%; 
}*/
/*検索項目一覧*/
.spot_search {
    border: 1px solid #644700;
    margin-bottom: 30px;
}
.spot_search_block {
    padding-bottom: 10px;
}
.spot_search_block  dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px;
}
.spot_search_block  dl dt {
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
    width: 10%;
}
.spot_search_block  dl dd {
    box-sizing: border-box;
    margin: 0 0 10px 0;
    padding: 0 20px 0 0;
    width: 90%;
}
.spot_search_block  dl dd label {
    margin: 0 20px 0 0;
}
.spot_search_block  dl dd input[type=checkbox] {
    margin: 0 10px 0 0;
}
.spot_search_block input[type=text] {
    box-sizing: border-box;
    padding: 3px;
}
.spot_search_block  ul {
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.spot_search_block  ul  li {
    align-items: center;
    display: flex;
    margin: 0 10px 10px 0;
    padding: 0;
}
.spot_search_block label
{
    cursor: pointer;
    margin-left: 5px;
    padding: 0;
}
.spot_search_block > h4 {
    background: #e2d4b0;
    text-align: center;
    padding:5px;
    margin-bottom: 20px;
}
.spot_search_area_img {
    width: 50%;
    margin:  50px auto;
}
.spot_search_block > ul.area {
    text-align: center;
    width: 50%;
    max-width: 200px;
    justify-content: space-between;
}
.spot_search_block  ul.city {
    justify-content: center;
    width: 80%;
}
/*キーワード検索*/
.spot_search_keyword {
    width: 50%;
    margin: 0 auto;
    padding: 0 10px;
}
.spot_search_keyword ul {
   align-items: center;
   margin-bottom: 10px;
   width: 100%;
   box-sizing: border-box;
}
.spot_search_keyword > ul li {
    margin: 0;
}
.spot_search_keyword input {
    width: 100%;
}
/*.spot_search_keyword a {
    display:block;
}*/
.spot_search_keyword > ul li:first-child {
    width: 85%;
    margin-right: 10px;
}
.spot_search_keyword p:last-of-type {
    margin: 20px auto;
    text-align: center;
}
.spot_search_keyword a {
    background: #644700;
    color: #ddd;
/*    background-image: url(img/search.png);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center;*/
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    /*height: 1.5rem;*/
    padding: 10px 50px;
    /*width: 1.5rem;*/
}
/*ワーケーションスポット詳細*/
.spot_detail_contents {
     
}
.spot_detail_contents > h3 {
/*    font-family: 'Noto Serif JP', serif;*/
    font-size: 3em;
    margin-bottom: 50px;
    text-align: center;
}
.spot_detail_contents .block-wrapper
{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1000px;
}
.spot_detail_contents .block-wrapper > *
{
    width: 49%;
}
.spot_detail_contents .block-images
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spot_detail_contents .block-images > a
{
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    height: 200px;
    margin-bottom: 10px;
    width: 49%;
}
.spot_detail_contents .block-images > a:first-of-type,
.spot_detail_contents .block-images > div.map
{
    width: 100%;
}
.spot_detail_contents .block-images > div.map {
    height: 450px;
    overflow: hidden;
}
/*詳細内容*/

.spot_detail_contents .block-detail
{
    font-size: 14px;
    text-align: left;
}
/*カテゴリ（〜エリアなど）*/
.spot_category {
    display: flex;
/*    justify-content: space-between;*/
    margin-bottom: 10px;
    font-size: 0.8rem;
    flex-wrap: wrap;
}
.spot_category span {
    display: block;
}
.sales-point {
    display: flex;
    flex-wrap: wrap;
}
.spot_detail_contents .block-detail .sales-point span,
.spot_area span 
{
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    
    padding:4px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.spot_area span{
    background: #644700;
    color: #fff;
}
/*住所、電話番号など*/
/*
.spot_detail_contents .block-detail dl
{
    list-style: none;
    margin: 10px 0;
    padding: 0;
    border: 1px solid #644700;
}
.spot_detail_contents .block-detail dl div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #644700;
}
.spot_detail_contents .block-detail dl div:last-child {
    border: none;
}
.spot_detail_contents .block-detail dt,
.spot_detail_contents .block-detail dd
{
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    word-break: break-all;
    
}

.spot_detail_contents .block-detail dt
{
    padding-right: 10px;
    width: 40%;
}
.spot_detail_contents .block-detail dd,
.block-detail dl.spot_service div.capacity dd
{
    width: 60%;
    background: #faeac4;
}
.spot_detail_contents .block-detail dl a {
    color: #0838c2;
}
.block-detail dl.spot_service dt {
    display: flex;
    align-items: center;
}
.block-detail dl.spot_service dd {
    width: 20%;
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.block-detail dl.spot_service dd:last-child {
    background: #fff;
    width: 40%;
}
*/
.block-detail dl
{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.block-detail dt,
.block-detail dd
{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
}
.block-detail dt
{
    align-items: center;
    background: #ef8040;
    border-bottom: 1px dashed #fff;
    color: #fff;
    letter-spacing: -1px;
    padding: 5px;
    width: 35%;
    word-break: break-all;
}
.block-detail dt:last-of-type
{
    border-bottom: none;
}
.block-detail dd
{
    border-bottom: 1px solid #ef8040;
    border-right: 1px solid #ef8040;
    width: 65%;
    word-break: break-all;
}
.block-detail dd:first-of-type
{
    border-top: 1px solid #ef8040;
}
.block-detail dd div
{
    padding: 5px;
}
.block-detail dl:nth-of-type(2) dd span
{
    align-items: center;
    align-self: stretch;
    background: #fffdbe;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    width: 30px;
}
.block-detail dd a
{
    text-decoration: underline;
}
.block-detail dt img
{
    height: 16px;
    margin-right: 5px;
    width: auto;
}

.spot_detail_contents a.work_img.no_image,
.search_spot_img.no_image{
    background: #faeac4;
    background-image: url(img/no_image.png);
    background-size: auto 30%;
    background-repeat: no-repeat;
    background-position: center;
}
.block-detail dl.spot_workation_plan dt,
.block-detail dl.spot_workation_plan dd
{
    border: 1px solid #53bb00;
    width: 100%;
}
.block-detail dl.spot_workation_plan dt
{
    background: #53bb00;
    color: #fff;
}


/*地図*/
#googleMap {
    margin-bottom: 30px;
}
/*検索結果を表示*/
.block-result > h3 {
    font-weight: normal;
    font-size: 1rem;
}
.block-result > h3 span {
    font-size: 1.5em;
    font-weight: 500;
}
/*検索結果一覧*/
.block-result table, .block-result table th,
.block-result table td, .block-result table tr,
.block-result table tr th, .block-result table tr td,
.block-result table thead, .block-result table thead th,
.block-result table thead td, .block-result table thead tr,
.block-result table thead tr th, .block-result table thead tr td,
.block-result table tbody, .block-result table tbody th,
.block-result table tbody td, .block-result table tbody tr,
.block-result table tbody tr th, .block-result table tbody tr td,
.block-result table tfoot, .block-result table tfoot th,
.block-result table tfoot td, .block-result table tfoot tr,
.block-result table tfoot tr th,
.block-result table tfoot tr td {
    display: block;
}
.block-result table thead {
    display: none;
}
.block-result table.dataTable.no-footer {
    border: none;
}
.block-result table tbody {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-around;*/
}
table#searchResult tbody tr {
    width: calc(94%/4);
    margin-right: 8px;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    visibility:hidden; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    align-items: center;
    border: 1px solid #644700;
    border-radius: 5px;
    color: #644700 !important;
    display: inline-block;
    font-weight: 500;
    /*height: 30px;*/
    justify-content: center;
    margin: 0 0 0 10px;
    padding: 0;
    /*width: 30px;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #644700;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border: none;
    position: relative;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover ,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active ,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:active
{
    background: none;
    box-shadow: none;
    color: #8f7840!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    content: ">";
    right: -1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    content: "<";
    left: -1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e1d7bf;
    color: #644700 !important;
    /*border-radius: 50%;*/
}
/*検索結果画像*/
.search_spot_img {
    height: 200px;
    position: relative;
    background: #faeac4;
    background-image: url(img/no_image.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
table#searchResult  td a:hover div.search_spot_img {
    filter: brightness(80%);
}
.search_spot_img:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(0deg, black, transparent);
    opacity: 0.55;
}
.search_spot_img > span {
    position: absolute;
    color: #fff;
    background: #644700;
    padding: 2px;
    font-size: 0.7rem;
    top: 5px;
    left: 5px;
    
}
.search_spot_img > div {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 2rem;
    height: 2rem;
    /*background: #a9dd2a;*/
    background: #65d065;
    border-radius: 50%;
    border: 2px solid #fff;
}
.search_spot_img > div span {
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
}
.search_spot_img > h5 {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 5px;
    font-size: 0.9rem;
}
/*住所、ジャンルなど*/
#searchResult dl {
    font-size: 0.6rem;
    margin-bottom: 10px;
}
#searchResult dl div {
    display: flex;
}
#searchResult dl div dt {
    width: 30%;
}
/*対応サービス*/
#searchResult ul {
    display: flex;
/*    justify-content: space-around;*/
}
#searchResult ul > li {
    display: none;
    
}
#searchResult ul > li.available_icon {
    width: calc(100%/6);
    display: block;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    background-origin: content-box;
    padding: 5px;
    border-radius: 3px;
}
/*ネット会議*/
.available_icon.monitor {
   background-image: url(img/net_conference.png); 
}
/*Wi-Fi*/
.available_icon.wi-fi {
   background-image: url(img/wi-fi.png); 
}
/*電源アダプタ*/
.available_icon.charge {
   background-image: url(img/charge.png); 
}
/*コピー*/
.available_icon.copy {
   background-image: url(img/copy.png); 
}
/*プリンター*/
.available_icon.printer {
   background-image: url(img/printer.png); 
}
/*飲食*/
.available_icon.eating {
   background-image: url(img/eating.png); 
}
span.access_title {
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 1.5rem;
}
span.access_title:before {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
span.access_title.car:before {
    background-image: url(../img/icons/ic_car.png);
}
span.access_title.bus:before {
    background-image: url(../img/icons/ic_bus.png);
}
span.access_title.plane:before {
    background-image: url(../img/icons/ic_plane.png);
}
span.access_title.walk:before {
    background-image: url(../img/icons/ic_walk.png);
}
span.access_title.train:before {
    background-image: url(../img/icons/ic_train.png);
}




/* 周辺観光情報 */
.sightseeings
{
    border: 1px solid #09c;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    padding: 0;
}
.sightseeings h4
{
    background: #09c;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: left;
}
.sightseeings div
{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
}
.sightseeings div > a
{
    border: 1px solid #09c;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 2px 10px;
    word-break: keep-all;
}
.sightseeings div > a:hover
{
    background: #09c;
    color: #fff;
}
