/* CSS Document */

@import url("../../../common/css/font-awesome.min.css");

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

img {
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.none { clear: both; width: 100%;}
.none hr { display: none; width: 100%;}

.center {
  text-align: center;
}

.showPc { display: block !important; }
.showSp { display: none !important; }

.ptb30 { padding: 30px 0 }
.ptb20 { padding: 20px 0 }
.ptb10 { padding: 10px 0 }

.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }

/* 16px換算 */
.fs12 { font-size: 0.75rem; }
.fs14 { font-size: 0.875rem; }
.fs15 { font-size: 0.9375rem; }
.fs20 { font-size: 1.25rem; }
.fs24 { font-size: 1.5rem; }
.fs28 { font-size: 1.75rem; }
.fs36 { font-size: 2.25rem; }

.anchorWrap {
	position: relative;
}

.anchor {
	position: absolute;
	top: -150px;
}

a[href*="tel:"] {
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

html,body {
  width: 100%;
  height: 100%;
  font-size: 1.00em;
}

body * {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.upright {
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.pivot {
	position: relative;
}

.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

.outer {
    width: 100%;
    min-width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
.inner {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}


/* header
---------------------------------------------------------------------------

#header {
	background-position: top;
}

#header .inner {
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 {
	margin: 0px;
	color: #333;
	text-shadow: 1px 2px 3px #f4f4f4;
}
#header h1 span {
	color: #539778;
}
#gnav {
	width: 100%;
}
#gnav ul {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	justify-content: space-around;
}
#gnav ul li {
  display: flex;
  flex-grow: 1;
}
#gnav ul li a {
  font-size: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0.2em;
  transition: color 0.5s;
}
#gnav ul li a:hover {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

*/
/* footer
---------------------------------------------------------------------------*/

.push {
	clear: both;
	height: 100px;	
}

.push hr {
	display: none;
}


#footer {
	clear: both;
	background-color: #80B99F;
	height: 100px;
}

#footer ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
}

#footer ul li {
	float: left;
	padding-right: 10px;
}

#footer .sp img {
	margin-top: 5px;
}

/*
h2 {
  padding: 0.4em 0.5em;
  font-size: 1.1rem;
  background-color: #f8f8f8;
  border-bottom: 3px solid #539778;
}
h2::before {
  display: inline-block;
  content: '　';
  background-image: url("../img/h_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;
}
*/

main {
	min-height: 70%;
}


/* content
---------------------------------------------------------------------------*/

div#content p.txt,
div#content ol.txt li,
div#content ul.txt li,
div#content dl.txt dt,
div#content dl.txt dd {
	font-size: 1em;
	line-height: 1.5;
}

div#content dl.txt dt {
	font-weight: bold;	
}

div#content dl.txt dd {	
	padding-bottom:	1em;
}

div#content table.area_address_table {
    border-collapse:  collapse;
}
div#content th,
div#content td {
    border: solid 1px #ccc;
    padding: 3px 5px;
}
div#content table.area_address_table th {
	background-color: #f4f4f4;
}
div#content table.area_address_table td:first-child {
	background-color: #f4f4f4;
	text-align: center;
    padding: 3px 10px;
}
div#content {
  width: 1280px;
	margin: 0px auto;
	padding: 5px 0px 15px 0px;
	overflow: hidden;
}

#addressBox,
div#content p {
	padding-left: 1em;
	padding-right: 1em;
}

div#content table,
div#content ol,
div#content ul,
div#content dl {
	margin-left: 1em;
	margin-right: 1em;
}

div#content h3 {
	padding-left: 5px;
	line-height: 2;
	font-size: 1em;

	background-repeat: no-repeat;
	background-position: 3px 0.5em;
	border-bottom: 2px solid #539778;
	position: relative;
}

div#content h3::before {
  content: "\f138";
  font-family: fontawesome;
  margin-right: 10px;
  color: #539778;
}

div#content h3 span {
	font-weight: normal;
	font-size: 0.875em;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

div#content h4.maru {
	line-height: 2;
	font-size: 1em;
	background-image: url(../img/maru_ico.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 25px;
	border-bottom: 1px solid #ccc;
}

.area_address_table {

}


.scroll table{
	width:100%;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

table.datatable {
	border-collapse: collapse;
	width: calc(99% - 0.5em);
	margin-left: auto;
	margin-right: auto;
}

table.datatable th,
table.datatable td {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 0.875rem !important;
}

table.datatable th {
	background-color: #EDEDED;
}

table.datatable td {
	text-align: center;
}

.flex .listwrap {
	width: 30%;
}

/*
@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;
  }
  #spNav ul li a::before {
    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;
  }
}
*/
#info {
	cursor: pointer;
}
#info + #toggle_target {
	/*display: none;*/
	padding: 10px;
	background-color: #FAF7E2;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	transition:
	line-height .3s ease-out,
	opacity     .1s linear,
	visibility  .1s linear;
}
#info.infoopen + #toggle_target {
	/*display: block;*/
	line-height: 1.5;
	opacity: 1;
	visibility: visible;
	transition:	
	line-height .3s ease-out,
	opacity     .1s linear .1s,
	visibility  .1s linear .1s;

}
#info .inner,
#toggle_target .inner {
/*	max-width: 100%;*/
}
#toggle_sw {
    display: block;
    position: relative;
    
    color: #fff;
    background-color: #539778;
    border-radius: 5px;
    padding: 0 5px;
}
/*
#toggle_sw::before,
#toggle_sw::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #000;
    position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}
  

#toggle_sw::after {
    background: #000;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.5s;
}

#info.open #toggle_sw::after {
	transform-origin:center center;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: 0.5s;
}
*/
.infotitle {
	display: flex;
	justify-content: space-between;
}
.infotitle span:first-child {
	max-width: 80%;
}
.infotitle span {
	display: block;
}

.maxtemp { color: #ff0000 !important; }
.mintemp { color: #0000ff !important; }


#updatetimebtn {
	margin: 0;
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #539778;
    text-align: center;
    color: #fff;
    background-color: #539778;
    text-decoration: none;
}

#updatetimebtn::before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 10px;
  color: #fff;
}

