body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #E7F7F9;
}

.signage {
	aspect-ratio: 16 / 9; 
    width: 100%; 
}
.signage_b {
    display: flex; /* 横並びにする */
    justify-content: center;
}

.signage_left {
    text-align: center;
    width: 25%;
    font-size: clamp(0.5rem, 3vw, 80rem);
}

.signage_left_title {
    width: 95%;
    padding: 0.3vw;
	margin: 1vw;
    background-color: #BDD7EE;
    /* border: 2px solid #ccc; */
	text-shadow:0.12vw 0.12vw 0.25vw #fff,-0.12vw 0.12vw 0.25vw #fff,0.12vw -0.12vw 0.25vw #fff,-0.12vw -0.12vw 0.25vw #fff,0.12vw 0.12vw 0.25vw #fff,-0.12vw 0.12vw 0.25vw #fff,0.12vw -0.12vw 0.25vw #fff,-0.12vw -0.12vw 0.25vw #fff,0.12vw 0.12vw 0.25vw #fff,-0.12vw 0.12vw 0.25vw #fff,0.12vw -0.12vw 0.25vw #fff,-0.12vw -0.12vw 0.25vw #fff,0.12vw 0.12vw 0.25vw #fff,-0.12vw 0.12vw 0.25vw #fff,0.12vw -0.12vw 0.25vw #fff,-0.12vw -0.12vw 0.25vw #fff;
    /* font-size: 0.7em; */
    font-size: clamp(0.5rem, 1.2vw, 25rem);
	color: #0000FF;  
	border: 0.12vw solid #0000FF;
	box-shadow:
    0 0 0 0.12vw #BDD7EE,    /* 中間の空白（背景色） */
    0 0 0 0.25vw #0000FF;    /* 外側の3本目の線 */

}

.signage_left img {
    width: 90%;
	margin-left: 1vw;
    height: auto;
}

.signage_right {
    text-align: center;
    width: 75%;
}

.signage_right_left {
	padding-top:1.3vw;
    text-align: left;
    color: #ED7D31;  
    width: 85%;
    font-size: clamp(0.5rem, 1.55vw, 25rem);
	/* font-size: 0.95em; */
}

.signage_right_right {
    width: 10%;
    font-size: clamp(0.5rem, 1.15vw, 25rem);
	/* font-size: 0.7em; */
}

.signage_right_right div {  
	border-left: 0.25vw solid black;
    border-radius: 1.2vw;
	border-right: 0.25vw solid black;
}

.signage_right_right img {
    width: 85%;
    height: auto;
}

/* 角が丸い枠のスタイル */
.signage_right_head {
    width: 95%;
    margin: 0.6vw auto;
    padding: 0.125vw;
    background-color: white;
    border-radius: 1.2vw;
    border: 0.25vw solid #FFC000;
    display: flex; /* 横並びにする */
    justify-content: center;
    text-align: center;
}

.signage_right img {
    width: 90%;
    height: auto;
}

.title-bar-signage {
    background-color: #008DAF; /* バーの色 */
    color: white;
    text-align: center;
    padding: 0.12vw;
    width: 100%;
}

.title-signage {
    font-size: clamp(0.5rem, 3vw, 80rem);
    font-weight: bold;
    word-wrap: break-word;
    margin: -0.25vw;
}

.title-signage-b {
    color: yellow;
}

.title-bar {
    background-color: #008DAF; /* バーの色 */
    color: white;
    text-align: center;
    padding: 1px;
    width: 100%;
}

.title {
    font-size: 2.5em;
    font-weight: bold;
    word-wrap: break-word;
}

/* 角が丸い枠のスタイル */
.rounded-box-title {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 5px;
    background-color: #66CDDA;
    border-radius: 30px;
    /* border: 2px solid #ccc; */
    text-align: center;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
    font-size: 2em;
    font-weight: bold;
    /* color: #fff; */
}

/* 角が丸い枠のスタイル */
.rounded-box-content {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 30px;
    /* border: 2px solid #ccc; */
    text-align: center;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
    font-size: 2em;
    /* font-weight: bold; */
    /* color: #fff; */
}

/* 角が丸い枠のスタイル */
.image-container {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 5px;
    /* background-color: #fff; */
    border-radius: 30px;
    /* border: 2px solid #ccc; */
    text-align: center;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
    font-size: 2em;
    /* font-weight: bold; */
    /* color: #fff; */
}

.image-container img {
    width: 90%;
    height: auto;
	margin-bottom: -8px;
    border: 2px solid #000;
}

.inbox img {
    width: 100%;
    height: auto;
    border: 2px solid #000;
}

.container {
    display: flex; /* 横並びにする */
    justify-content: center;
    gap: 10px; /* ボックス間の間隔 */
}

.container button {
    width: 40%;
    max-width: 500px;
    padding: 20px;
	margin: 20px;
    background-color: #008DAF;
    /* border: 2px solid #ccc; */
    font-size: 2.5em;
    color: white;  
	border: 2px solid #66CDDA;
	box-shadow:
    0 0 0 2px #008DAF,    /* 中間の空白（背景色） */
    0 0 0 4px #66CDDA;    /* 外側の3本目の線 */

}

.container button:hover {
    background-color: #00B0D0;

}

.container button:active  {
    background-color: #66CDDA;

}

.inbox {
    width: 40%;
    max-width: 500px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    /* border: 2px solid #ccc; */
    font-size: 2em;
}

.inboxl {
    width: 60%;
    /* border: 2px solid #ccc; */

    padding-left: 25px;
    font-size: 1em;
    text-align: left;
}

.inboxr {
    width: 35%;
    /* border: 2px solid #ccc; */

    padding-left: 25px;
    font-size: 0.7em;
    text-align: left;
}

.inboxr img {
    width: 100%;
    height: auto;
	min-width:200px;
	max-width:350px;
}

.rightinbox {
    width: 100%;
    /* border: 2px solid #ccc; */
    font-size: 1em;
    text-align: right;
}
.test{
	padding-left: 1em;         /* 全体を少し右にずらす */
	text-indent: -1em;         /* 1行目だけ左に戻す（=2行目以降にインデントがかかる） */
}

.leftinbox {
    width: 90%;
    /* border: 2px solid #ccc; */
    padding-left: 25px;
    font-size: 0.9em;
    text-align: left;
}

.status-box-0 {
    width: 100%;
    max-width: 500px;
    background-color: #DAE3F3;
    border: 2px solid #4472C4; 
    color: #4472C4; 
    text-align: center;
    font-size: 2em;
}

.status-box-1 {
    width: 100%;
    max-width: 500px;
    background-color: #FFF2CC;
    border: 2px solid #FFC000; 
    color: #ED7D31; 
    text-align: center;
    font-size: 2em;
}

.status-box-2 {
    width: 100%;
    max-width: 500px;
    background-color: #FBE5D6;
    border: 2px solid #FF0000; 
    color: #FF0000; 
    text-align: center;
    font-size: 2em;
}

.wakubox{
    width: 200px;
	margin:  0 auto;
	border: 2px solid #000000;
}

.wakuboxtp{
    width: 200px;
	margin:  0 auto;
	margin-bottom: 5px;
	border: 2px solid #000000;
}

@media (max-width: 800px) {
    .title {
        font-size: 1.5em;
        white-space: normal;
    }
}

@media (max-width: 1000px) {
    .rounded-box-title {
        font-size: 1.2em;
        /* color: #fff; */
    }
    .rounded-box-content {
        font-size: 1.2em;
    }
    .container {
        flex-direction: column; /* 縦並びに変更 */
        align-items: center; /* 中央寄せ */
    }

    .inbox {
        max-width: 400px;
        font-size: 1.4em;
        width: 90%;
    }

	.container button {
		max-width: 400px;
		font-size: 1.8em;
		width: 90%;

	}
	.wakubox{
		width: 120px;
        font-size: 50%;
	}

	.wakuboxtp{
		width: 120px;
        font-size: 50%;
	}

.inboxl {
    width: 90%;
}

.inboxr {
    width: 50%;
}
}
/* 角が丸い枠のスタイル */
.image-container3 {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 5px;
    /* background-color: #fff; */
    border-radius: 30px;
    /* border: 2px solid #ccc; */
    text-align: center;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
    font-size: 2em;
    /* font-weight: bold; */
    /* color: #fff; */
}
.image-wrapper {
  position: relative;   /* 子要素の absolute の基準になる */
  display: inline-block;
}

.main-image {
	text-align: center;
  display: block;
    width: 100%;
    height: auto;
	margin-bottom: -8px;
    border: 2px solid #000;
}

.map_child {
}

#icon-okanokura {
  top: 15.5%;     /* 好きな位置に調整 */
  left: 22%;    /* 好きな位置に調整 */
  position: absolute;
}

#icon-ctree {
  top: 36%;     /* 好きな位置に調整 */
  left: 16%;    /* 好きな位置に調整 */
  position: absolute;
}

#icon-shiki {
  top: 49%;     /* 好きな位置に調整 */
  left: 22%;    /* 好きな位置に調整 */
  position: absolute;
}

#icon-biruke {
  top: 61%;     /* 好きな位置に調整 */
  left: 69%;    /* 好きな位置に調整 */
  position: absolute;
}

#icon-aoiike {
  top: 71.5%;     /* 好きな位置に調整 */
  left: 76%;    /* 好きな位置に調整 */
  position: absolute;
}
.nojam_map{
  color: blue; /* 文字色 */
  font-size: 0.5em;
  text-shadow:
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white; /* 白い縁取り */
}
.jam_map{
  color: red; /* 文字色 */
  font-size: 0.5em;
  text-shadow:
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white; /* 白い縁取り */
}
.icn{
	width: 35px;   /* アイコンサイズ */
	height: 35px;

}
.map_status{
	width: 75px;   /* アイコンサイズ */
	height: 75px;

}

/* モーダルの背景 */
.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

/* モーダルの中身 */
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 80%;
  position: relative;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.jutai-tbl {
    color: red; 
	
}

.nojutai-tbl {
	color: blue;
}

.yoso-head{
	font-size: 1em;
}
.forecast_cell_0{
	background-color:blue;
	font-size: 1em;
	color: white;
	width: 3em;
	height:2em;
}
.forecast_cell_1{
	background-color:orange;
	font-size: 0.7em;
	color: white;
	width: 4.5em;
	height:2em;
}
.forecast_cell_2{
	background-color:red;
	font-size: 1em;
	color: white;
	width: 3em;
	height:2em;
}