@font-face {
    font-family: "craftmincho";
    src: url("../font/craftmincho.ttf") format("truetype");
    src: url("../font/craftmincho.woff") format("woff");
}
h1{
    margin: 10px 22px 6px;
    font-size: 26px;
    color: #364e96;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #364e96;/*上線*/
    border-bottom: solid 3px #364e96;/*下線*/
    text-align: center;
}
body {
            
    background-color: #f1fff0;
    font-family: 'craftmincho';
    color: #333;
}

body {
    /* font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #fefefe; */
    color: #333;
}

#map {
    height: 500px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
#touristSpots{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border: 2px solid #696969;
    overflow-y: auto;
    max-height: 500px;
    
}
#touristSpotsList{
    display: none;
}
.tourist-spot{
    background-color: #deeaff !important;
    cursor: pointer;
}
#openToolDescriptionModal{
    /* position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 998; */
    /* float: right; */
    margin-right: 5px;
    text-decoration: underline;
    color: #3575ff;
    cursor: pointer;
}
.cute-button1 {
    background-color: #93e65c;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.2rem;
    margin: 10px 0;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 22px;
}
.cute-button2 {
    background-color: #f38d5e;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.2rem;
    margin: 10px 0;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.sel_category{
    display: flex;
}
.modal-button {
    background-color: #87b1ff;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 17px;
    margin: 10px auto;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* .cute-button:hover, .modal-button:hover {
    background-color: #ff6f91;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
} */

/* .cute-button:active, .modal-button:active {
    background-color: #f45d7d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} */
#selectedShopType{
    color: #ffffff;
    font-size: 20px;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 22px;
    /* margin: 20px; */
}
.box18{
    background-color: #f38d5e;
    margin: 12px auto 12px;
    position: relative;
    padding: 4px 0 8px 0;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
    width: 90%;
}
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}
.box24 {
    
    width: 100%;
    /* margin: 12px auto !important; */
    /* margin-left: -20px; */
    position: relative;
    padding: 0.5em 0.7em;
    margin: 0.5em 0;
    background: #ffe6e6;
    color: #5c98d4;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffe6e6;
    width: 0;
    height: 0;
}
.box24 p {
    color: #646464;
    font-size: 14px;
    /* text-shadow: 1px 1px 1px #000; */
    margin: 0; 
    padding: 0;
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

footer p {
    margin: 0;
    font-size: 0.9rem;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.modal-header {
    background-color: #f78da7;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-content {
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-footer button {
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-footer button:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.leaflet-draw-action,
.leaflet-draw-actions,
.leaflet-draw-tooltip,
.leaflet-draw-actions-bottom{
    display: none !important;
}

#mapButtons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
.map-button0 {
    font-family: 'craftmincho';
    background-color: #f38d5e;
    border: none;
    color: white;
    width: 80px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    transition: all 0.3s ease;
    bottom: 0px;
}
.map-button1 {
    display: none;
    font-family: 'craftmincho';
    background-color: #5e91f3;
    border: none;
    color: white;
    width: 100%;
    height: 46px;
    border-radius: 12PX;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    transition: all 0.3s ease;
    bottom: 0px;
}
.map-button2 {
    font-family: 'craftmincho';
    background-color: #5aca9b;
    border: none;
    color: white;
    width: 80px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    transition: all 0.3s ease;
    bottom: 0px;
}
.map-button3 {
    font-family: 'craftmincho';
    background-color: #535c58;
    border: none;
    color: white;
    width: 80px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    transition: all 0.3s ease;
    bottom: 0px;
}
/* 既存のCSSに追加 */
/* 既存のCSSに追加 */
#mapButtons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

#mapButtonsBottom {
    position: absolute;
    width: 50%;
    bottom: 20px; /* マップの下部に固定 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    /* display: none; */
}


/* .map-button:hover {
    background-color: #ff6f91;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
} */

.map-button0.active,
.map-button1.active {
    background-color: #dfdfdf;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-item{
    width: 20%;
    
}
.nav-link{
    padding: 12% !important;
    color: #949494;
}
/* #suggestions {
    border: 1px solid #ccc;
    max-height: 100px;
    overflow-y: auto;
    margin-top: 10px;
    background-color: white;
}
#suggestions div {
    padding: 5px;
    cursor: pointer;
}
#suggestions div:hover {
    background-color: #f0f0f0;
} */
#address-input{
    width: 95%;
    margin: 0 auto;
}
#select_area{
    background-color: #ffffff;
    color: #696969;
    margin: 5px auto;
    width: 90%;
    padding: 5px;
    display: none;
}
#search-button{
    width: 55%;
    margin: 12px 20%;
}
#suggestions {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    display: none;
    border: 3px solid #696969;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
    background-color: white;
}
#suggestions div {
    padding: 5px;
    cursor: pointer;
}
#suggestions div:hover {
    background-color: #f0f0f0;
}
#loading{
    display: none;
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 997;
    opacity: 0.5;
}
.saerch_word{
    color: #ffffff;
    margin-top: 46%;
    margin-left: 46%;
}
.search_now{
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: -8px;
}
.leaflet-popup-content-wrapper{
    text-align: center;
}
.anno{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #fc7922;
    text-shadow: 3px 3px 0 #9db;
    /* -webkit-text-stroke: 1px #888;
    text-stroke: 1px #888;
    color: rgba(0, 0, 0, 0); */
}

.fixed_footer{
    /* position: absolute; */
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 1000;
    margin: 0 auto;
}

.sub_title{
    color: #000000;
    text-align: left;
    font-weight: bold;
    width: 100%;
    display: block;
    height: 30px;
    margin: 5px 8px;
}

@media (max-width: 768px) {

}
@media (min-width: 769px) {
    h1{
        width: 70%;
        margin: 22px auto;
    }
    .container {
        width: 60%;
        margin: 0 auto;
    }
}
