@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 他のカスタムスタイルがここに入ります */

/* 都道府県から探すエリアのスタイル */
.area-search {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.area-search h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.area-search-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.area-region {
    flex: 1;
    min-width: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.area-region:hover {
    background-color: #f0f0f0;
}

/* タクソノミーリストのスタイル */
.taxonomy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.taxonomy-list li {
    display: inline-block;
    margin-right: 10px;
}

.taxonomy-list a {
    color: #0073aa;
    text-decoration: none;
}

.taxonomy-list a:hover {
    text-decoration: underline;
}
.custom-search-form {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.custom-search-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-search-form ul {
    list-style: none;
    padding: 0;
}

.custom-search-form ul li {
    margin: 5px 0;
    font-size: 18px;
}

.custom-search-form ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s;
}

.custom-search-form ul li a:hover {
    background-color: #f1f1f1;
}
