
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');


body {
/*    font-family: "Noto Sans Japanese";*/
    font-size: 0.875em;
}

#header {
    border-top: 5px solid #004080;
	background-color: #f6f4e0;
    width: 100%;
    min-width: 1280px;
}
#header .inner {
	background-image: url(../img/header_img.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#header h1 {
    margin: 0px;
    padding: 25px 0.5em;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-size: 2rem;
}
#header h1 a {
	text-decoration: none;
	color: #004080;
}
#gnav {
	background-color: #5f90c3;
    border-bottom: 3px solid #dfdfdf;
    min-width: 1280px;
}
#gnav .inner {
	margin: 0px auto;
	background-color: #cae7f7;
}
#gnav ul {
	margin: 0;
    padding: 15px 8px;
    display: flex;
}
#gnav ul li {
	list-style: none;
	display: inline-block;
    border-right: 1px solid #004080;
    padding: 0px;
    margin: 3px 0;
}
#gnav ul li a {
	color: #004080;
	text-decoration: none;
	display: inline-block;
	padding: 0px 10px;
}
#gnav ul li a:hover {
	/*color: #5f90c3;*/
}

.outer {
    width: 100%;
    min-width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
#wide_content .inner {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin: 1.5em auto;
}
#wide_content #info .inner {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    font-size: 1rem;
}
#wide_content #info #toggle_sw {
    display: block;
    position: relative;
    color: #fff;
    background-color: #5f90c3;
    border-radius: 5px;
    padding: 0 5px;
}
#wide_content #toggle_target .inner {
    font-size: 1rem;
    margin: 0 auto;
}
/*
#wide_content h2 {
    font-size: 1.2em;
    color: #fff;
    background: linear-gradient(to bottom, #77a6d7, #5f90c3);
    border-bottom: 3px solid #dfdfdf;
}
#wide_content h2 span {
    display: block;
    padding: 12px 0;
    font-size: 1em;
    background-image: url(/bihoro/common/img/heading_ico.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
*/
h2 {
  padding: 0.4em 0.5em;
  font-size: 1.1rem;
  background: linear-gradient(to bottom, #77a6d7, #5f90c3);
  border-bottom: 3px solid #dfdfdf;
  color: #fff;
}
h2::before {
  display: inline-block;
  content: '　';
  background-image: url(/bihoro/common/img/heading_ico.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  margin-right: 0.5em;
}

#wide_content .inner h3 {
    line-height: 2;
    font-size: 1em;
    background-repeat: no-repeat;
    background-position: 3px 0.5em;
    border-bottom: 2px solid #004080;
    position: relative;
}
#wide_content .inner h3 i {
	color: #004080;
}
#sekisanbtn,
#updatetimebtn {
	margin: 0;
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #5f90c3;
    text-align: center;
    color: #fff;
    background-color: #5f90c3;
    text-decoration: none;
}
#sekisanbtn::before,
#updatetimebtn::before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 10px;
  color: #fff;
}

#footer {
    width: 100%;
    min-width: 1280px;
	border-top: 5px solid #cae7f7;
	background-color: #5f90c3;
	height: 100px;
	color: #fff;
}


#footer ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
	display: flex;
}

#footer ul li {
	display: flex;
	align-items: center;
	padding-right: 10px;
}
#footer ul li img {
	margin-right: 5px;
}
#footer ul li a {
	color: #fff;
}

#footer .sp img {
	margin-top: 5px;
}


.dataTable {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.dataTable th,
.dataTable td {
  padding: 5px 3px;
  line-height: 1.3;
}
.dataTable th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background-color: #5f90c3;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.dataTable td {
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.dataTable td img {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.dataTable tr:nth-child(odd) td {
	background: #fff;
}
.dataTable tr:nth-child(even) td {
	background: #f4f4f4;
}

.dataTable tr td:nth-child(1),
.dataTable tr th:nth-child(1) {
  color: #fff;
  background-color: #5f90c3;;
}
.dataTable tr:nth-child(1) td,
.dataTable tr:nth-child(1) th{
  color: #fff;
/*  background-color: #5f90c3;*/
  background-color: #5f90c3;;
} 
.dataTable tr:nth-child(2) td,
.dataTable tr:nth-child(2) th{
  color: #333;
  background-color: #DFDAC1;
} 
.dataTable td.yohou {
	background: linear-gradient(#E2F4FF, #C5E7FF) !important;
	padding:2px
}
.dataTable td.yohou img {
	height: 2em;
	width: auto;
}
.scrollWrap {
  overflow: auto;
  max-width: 100%;
}
.scrollWrap table {
  width: 1280px;
}
.scrollWrap table tr td:nth-child(1),
.scrollWrap table tr th:nth-child(1) {
  position: sticky;
  left: 0;
}
.scrollWrap table tr td:nth-child(1):before,
.scrollWrap table tr th:nth-child(1):before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

#info {
  background-color: #F1EAB8;
  padding: 10px;
}

.yohouTable {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.yohouTable th,
.yohouTable td {
  padding: 3px;
  box-sizing: border-box;
}
.yohouTable th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background-color: #5f90c3;;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.yohouTable td {
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.yohouTable tr td:nth-child(1),
.yohouTable tr th:nth-child(1) {
  white-space: nowrap;
}

#threeDay table {
  width: auto;
  table-layout: fixed;
}
#threeDay table td {
  width: calc( (1280px - 160px) / 10);
  text-align: center;
}
#threeDay table th {
  width: 160px !important;
}
#yohouSlider {
  width: calc( 1280px - 160px );
}
#yohouSlider + div {
  width: calc( (1280px - 160px) / 10);
}

.yohouTable .date {
	height: 45px;
}
.yohouTable .yohou {
	height: 65px;
}
.yohouTable .yohou img {
  display: inline-block;
  vertical-align: middle;
}
.yohouTable .temp {
	height: 35px;
}
.yohouTable .rain {
	line-height: 1.1;
	height: 45px;
}
.yohouTable .shitsu {
	height: 35px;
}
.yohouTable .way {
	height: 35px;
}
.yohouTable .speed {
	height: 35px;
}

.yohouTable td.temp,
.yohouTable td.rain,
.yohouTable td.shitsu,
.yohouTable td.way,
.yohouTable td.speed {
	text-indent: 0.3em;
}

#yohouSlider .yohouTable .yohou img {
	height: 50px;
	width: auto;
}
#yohouSlider .yohouTable td.yohou {
	background: linear-gradient(#E2F4FF, #C5E7FF) !important;
}

#weekly .yohouTable .yohou img {
	height: 60px;
	width: auto;
}
#weekly .yohouTable td.yohou {
	background: linear-gradient(#E2F4FF, #C5E7FF) !important;
}

#select {
  margin: 1em 0;
  padding: 10px;
  background-color: #FFE7B5;
}
#select form p {
  margin: 0;
  padding: 0;
}

#radiobtn .flex div.title {
  display: flex;
  align-items: center;
}
#radiobtn label{
    margin: 0;
    display: inline-block;
    cursor: pointer;
    padding: 0.2em 0.5em;
    border: 1px solid #5f90c3;;
    text-align: center;
    background-color:  #fff;
}
#radiobtn input[type="checkbox"],
#radiobtn input[type="radio"]{
    display: none;
}
#radiobtn input[type="checkbox"]:checked + label,
#radiobtn input[type="radio"]:checked + label{
    background-color:  #5f90c3;;
    color: #fff;
}


ul#wNav {
	background: linear-gradient( to bottom, #2b639a, #004080 );
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	/*border: 2px solid #004080;*/
	border: 2px solid #f4f4f4;
}
ul#wNav li {
	display: inline-block;
}
ul#wNav li a {
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

ul#wNavdown {
	background: linear-gradient( to bottom, #2b639a, #004080 );
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	/*border: 2px solid #004080;*/
	border: 2px solid #f4f4f4;
}
ul#wNavdown > li {
	display: inline-block;
  position: relative;
}
ul#wNavdown > li > a {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
  outline: none;
}
ul#wNavdown > li ul {
  position: absolute;
  top: 40px;
  left: 0;
	display: none;
  background-color: #2b639a;
  padding: 0;
  margin: 0;
}
ul#wNavdown > li ul li {
	display: block;
  padding: 0;
  margin: 0;
}
ul#wNavdown > li ul li a {
  outline: none;
	display: block;
  white-space: nowrap;
  color: #fff;
	padding: 10px 15px;
	text-decoration: none;
}


.threeColumn1 {
	float: left;
	width: 20%;
	margin: 0 15px;
}

.threeColumn2 {
	float: left;
	width: 20%;
	margin: 0 15px;
}
.threeColumn3 {
	float: left;
	width: 50%;
	margin: 0 15px;
}
ul.linkList {
	margin: 5px 0;
	padding: 0;
}
ul.linkList li {
	line-height: 1.8;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
ul.linkList li a {
	color: #004080;
}
ul.linkList li::before {
	content: "・";
}

ul.linkList li span {
	font-size: 0.8em;
}



@media only screen and (max-width: 767px) {
  
	img { max-width: 100%; height: auto; }

	.showPc { display: none !important; }
	.showSp { display: block !important; }
	.outer {
	    width: 100%;
	}
  .outer {
      width: 100%;
      min-width: 100%;
  }
  .inner {
      width: 98%;
      margin: 0 auto;
  }
  div#content {
      width: 100%;
  }
  #splogo {
  	align-self: center;
  	padding: 5px 5px 0 5px;
  }
  #splogo a {
 	color: #333;
    text-decoration: none;
    line-height: 1;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
 	text-shadow: 1px 2px 3px #f4f4f4;
  }
  #splogo a span {
	color: #539778;
  }
  
  
  #spHead {
    border-bottom: 1px solid #C2DED1;
  }
  #spNav {
    display: none;
    background-color: #C2DED1;
    color: #333;
  }
  #spNav ul {
    margin: 0;
    padding: 0;
  }
  #spNav ul li {
    font-size: 1.2rem;
    margin: 0;
    padding: 0.5em 0.5em;
    list-style: none;
    border-bottom: 1px solid #fff;
  }
  #spNav ul li a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;

    position: relative;
  }
  #spNav ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  
/*
    content: '';
    background-image: url("../img/ico_sp_sankaku.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 1em;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
*/
  }
  #spgnav.open #spNav {
    display: block;
  }
  
  #spNavToggle {
    position: relative;
    z-index: 0;;
    width: calc(100vw * (50 / 375));
    height: calc(100vw * (50 / 375));
  }

  #spNavButton {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: calc(100vw * (50 / 375));
    height: calc(100vw * (50 / 375));
    cursor: pointer;
  }

  #spNavButton span,
  #spNavButton::before,
  #spNavButton::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: calc(100vw * (36 / 375));
    height: calc(100vw * (4 / 375));
    margin: auto;
    background: #539778;
  }
  #spNavButton span {
    overflow: hidden;
    z-index: 1;
    color: #539778;
  }
  #spNavButton::before {
    z-index: 2;
    transform: translate(0, calc(100vw * (-12 / 375)));
    content: "";
  }
  #spNavButton::after {
    z-index: 2;
    transform: translate(0, calc(100vw * (12 / 375)));
    content: "";
  }
  #spNavButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  #spNavButton::before,
  #spNavButton::after {
    transition: transform 200ms;
  }
  #spNavButton.active span {
    opacity: 0;
    transition: opacity 150ms;
  }
  #spNavButton.active::before {
    transform: rotate(45deg);
  }
  #spNavButton.active::after {
    transform: rotate(-45deg);
  }
  
  .flex .listwrap {
	width: 100%;
  }
  
  span.spcenter {
	padding: 0.5em 0;
  	display: block;
  	text-align: center;
  }
  span.spcenter input[type="submit"] {
  	background-color: #539778;
  	color: #fff;
  	border: none;
  	width: 5em;
  }
}