﻿@charset "UTF-8";

/*---------------------------------------------------------------
* 登山道コメント
------------------------------------------------------------------*/
.route-comment-section {
	height: 120px;
	padding: 0px 40px;
}

.tena-img {
	width: 120px;
}

.tena-comment {
	width: 440px;
	padding: 0px 14px;
	border-radius: 10px;
	background-color: #ffffff;
}

.tena-comment:before {
	content: "";
	position: absolute;
	border: 20px solid transparent;
	border-bottom: 30px solid #ffffff;
	transform: rotate(-90deg);
	margin-top: 30px;
	margin-left: -58px;
}

.tena-comment-camp {
	width: 440px;
	padding: 0px 14px;
	border-radius: 10px;
	background-color: #ffffff;
}

.tena-comment-camp:before {
	content: "";
	position: absolute;
	border: 20px solid transparent;
	border-bottom: 30px solid #ffffff;
	transform: rotate(-90deg);
	margin-top: 30px;
	margin-left: -58px;
}


.amount-section {
	padding: 4px 14px;
	border-radius: 10px;
	background-color: #ffffff;
	margin:	0 auto;
	width: 600px;
}

.tena-right-section {
	display: none;
}

@media screen and (min-width: 751px) {
	.tena-comment, .amount-section {
		display: none;
	}

	.tena-comment-camp, .amount-section {
		display: none;
	}
	.tena-right-section {
		display: inline-block;
	}

	.tena-img {
		width: 100px;
	}
	.tena-comment-pc {
		width: 400px;
		padding: 4px 14px;
		border-radius: 10px;
		background-color: #ffffff;
	}
	.tena-comment-pc:before {
		content: "";
		position: absolute;
		border: 16px solid transparent;
		border-bottom: 30px solid #ffffff;
		transform: rotate(-90deg);
		margin-top: -9px;
		margin-left: -40px;
	}

	.tena-comment-pc-camp {
		width: 400px;
		padding: 4px 14px;
		border-radius: 10px;
		background-color: #ffffff;
	}
	.tena-comment-pc-camp:before {
		content: "";
		position: absolute;
		border: 16px solid transparent;
		border-bottom: 30px solid #ffffff;
		transform: rotate(-90deg);
		margin-top: -9px;
		margin-left: -40px;
	}
	.amount-section-pc {
		padding: 4px 14px;
		border-radius: 10px;
		background-color: #ffffff;
		margin: 20px auto;
		width: 400px;
	}
}


/*---------------------------------------------------------------
* 24時間雨量グラフ
------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
	svg{
	width: 604px;
	}
}

.line {
	fill: none;
	stroke: red;
	stroke-width: 5.5px;
}

g.x_axis {
	font-size: 26px;
	font-weight: 200;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
	color: #326d01;
}

g.y_axis {
	font-size: 20px;
	font-weight: 200;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
	color: #326d01;
}

g.y_axis line, g.y_axis_line text, g.y_axis_line path{
	display: none;
}

/* 罫線スタイル */
g.x_axis line, g.y_axis_line line{
	stroke-opacity: 0.2;
	stroke-width: 1;
}


.graph-sample-img{
	text-align: center;
	position: relative;
}

.graph-sample-img img{
	width: 610px;
}

.sample-shade {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0px;
	z-index: 1002;
}

.sample-com {
	color: #ffffff;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	position: absolute;
	top: 200px;
	text-align: center;
	z-index: 1002;
}

.sample-button {
	padding: 8px 10px 8px 10px;
	color: #448a05;
	bottom: 200px;
	border-radius: 40px;
	background: #e2f0d6;
	font-size: 26px;
	top: 300px;
	font-style: normal;
	font-weight: 700;
	z-index: 1002;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.sample-button a {
	text-decoration: none;
	color: #448a05;
}

@media screen and (min-width: 751px) {
	.graph-sample-img img{
		width: 650px;
	}
	.sample-shade {
		height: 580px;
	}
}


/*---------------------------------------------------------------
* 過去3日間の雨量
------------------------------------------------------------------*/
.rain3days table th img, .rain3days table td img {
	margin: 8px auto;
	height: 70px;
	vertical-align: middle;
}

/* ==========================================================================
タイトル横二連ボタン
========================================================================== */
.title-btn{
  padding-bottom:20px;
}
.fr03 {
  position:relative;
  margin-left: 170px;
}

@media screen and (min-width: 751px) {
.fr03 {
  position:relative;
  top:0px;
  margin-left: 240px;
  }
}

