
@font-face {
	font-family: "lg";
	src: url("./font/lg.eot");
	src: url("./font/lg.eot?") format('embedded-opentype'),
	url("./font/lg.woff") format('woff'),
	url("./font/lg.otf") format('opentype');
}
@font-face {
	font-family: "ku";
	src: url("./font/ku.eot");
	src: url("./font/ku.eot?") format('embedded-opentype'),
	url("./font/ku.woff") format('woff'),
	url("./font/ku.otf") format('opentype');
}
@font-face {
	font-family: "mk";
	src: url("./font/mk.eot");
	src: url("./font/mk.eot?") format('embedded-opentype'),
	url("./font/mk.woff") format('woff'),
	url("./font/mk.otf") format('opentype');
}
@font-face {
	font-family: "anz";
	src: url("./font/anz.eot");
	src: url("./font/anz.eot?") format('embedded-opentype'),
	url("./font/anz.woff") format('woff'),
	url("./font/anz.otf") format('opentype');
}
@font-face {
    font-family: "craftmincho";
    src: url("./font/craftmincho.ttf") format("truetype");
    src: url("./font/craftmincho.woff") format("woff");
}

body {
            
    background-color: #bfd9ff;
    font-family: 'craftmincho';
    color: #333;
}
h2{
    font-size: 1.5em;
}
#map {
    height: 400px;
    margin-top: 20px;
    display: none; /* 初期状態では非表示 */
}
.text-center{
    font-size: 51px;
    margin-bottom: 40px;
}
.modal-button {
    margin: 5px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 12px;
    background-color: #ffd700;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s;
    width: 100px; /* 幅を固定 */
    text-align: center; /* 文字を中央揃え */
    white-space: normal; /* 文字を折り返す */
    word-wrap: break-word; /* 長い単語を折り返す */
}
.modal-button.selected {
    background-color: #ff69b4;
    color: white;
    border-color: #ff69b4;
}
.modal-button2 {
    margin: 5px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 12px;
    background-color: #ffd700;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s;
    width: 158px; /* 幅を固定 */
    text-align: center; /* 文字を中央揃え */
    white-space: normal; /* 文字を折り返す */
    word-wrap: break-word; /* 長い単語を折り返す */
}
.modal-button2.selected {
    background-color: #ff69b4;
    color: white;
    border-color: #ff69b4;
}
.modal-body {
    background-color: #ff9372;
    /* padding:12px !important; */
}
.modal-header {
    background-color: #ffb6c1;
}
.modal-content {
    border-radius: 12px;
}
h1, h5 {
    color: #ffffff;
    text-shadow: 1px 1px #ffdab9;
}
.h3, h3{
    font-size: 22px;
}
.container {
    text-align: center;
    margin-top: 20px;
}



.form-group button:hover {
    background-color: #ff6347;
    transform: scale(1.05);
}
#selectedPrefectures, #selectedLines {
    font-weight: bold;
    font-size: 22px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.modal-dialog {
    max-width: 99% !important;
}
.region-group{
    margin-top: 20px;
}
#randomStationName{
    font-size: 44px;
    background-color: #ffffff;
    border-radius: 5px;
}
#stationInfo {
    font-size: 24px;
    margin-top: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}

/* ボタン */

a.btn--orange {
    width: 60%;
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    height: 50px;
    margin-top: 22px;
}
a.btn--orange:hover {
    margin-top: 3px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--orange {
    color: #fff;
    background-color: #eb6100;
  }
  
  a.btn--orange:hover {
    color: #fff;
    background: #f56500;
  }
  
  a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
  
  a.btn--circle {
    border-radius: 50%;
    line-height: 100px;
    width: 100px;
    height: 100px;
    padding: 0;
  }

  .button{
    margin-top: 20px;
    display: none;
  }
  .button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    padding: 10px 25px;
    color: #333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #333;
    color: #FFF;
}
/* .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
} */
.button a:hover:after {
    border-color: #FFF;
}
body{
    vertical-align:middle; 
    padding: 20px 0;
    text-align: center;
}
#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;
}
.text{
    font-size: 20px;
    margin-bottom: 20px;
}
.how_to_text{
    font-size: 16px;
}
.indent {
    text-indent: -1.1em;
    padding-left: 1.1em;
    text-align: left;
}


.big{
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
}
h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: bolder;
}
#howToUseBtn{
    /* position: fixed;
    bottom: 20px;
    right: 20px; */
    z-index: 998;
    width: 100px;
    margin-bottom: 22px;
}
/* モーダル内の丸い閉じるボタン */
.close-modal-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #ff6347;
    color: white;
    border-radius: 50%;
    border: none;
    font-size: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#map_link{
    margin-top: 22px;
    background-color: #ff9c01;
    border: 1px solid #696969;
}

/* 検索フォーム */
#clearLineSearch {
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 40%;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .form-group button {
        font-size: 1.2rem;
        background-color: #ffa07a;
        border-radius: 12px;
        border: none;
        padding: 10px;
        margin-bottom: 10px;
        transition: transform 0.2s, background-color 0.2s;
    }
}
@media (min-width: 769px) {

    .form-group button {
        font-size: 1.2rem;
        background-color: #ffa07a;
        border-radius: 12px;
        border: none;
        padding: 10px;
        margin-bottom: 10px;
        transition: transform 0.2s, background-color 0.2s;
        width: 50% !important;
        margin: 40px auto !important;
    }
    .indent {
        text-indent: -1.1em;
        padding-left: 1.1em;
        text-align: center;
    }
    .close-modal-btn{
        display: none;
    }
    .result_area{
        width: 70%;
        margin: 0 auto;
    }
}
