@charset "utf-8";

.wrapper1100{
	max-width: 1100px;
}

.breadcrumb{
	/*padding: 0;*/ /* 上部に画像追加時には表示に戻す */
}

section{
	margin-bottom: 0;
}

section.mizu_top_section{
	margin-bottom: 1rem;
}

.mizu_top_section .section2_ttl_area{
	width: 100%;
	max-width: 1366px;
	margin: 57px auto 0;
}

.mizu-section-set{
	margin: 40px auto;
}

.mizu-txt1{
	color: #fff;
	background-color: #db1625;
	text-align: center;
	border-top: #e86a74 solid 10px;
	border-bottom: #e86a74 solid 10px;
	margin: 0 auto 150px;
	padding: 1em 5%;
	max-width: 1100px;
}

.mizu-txt2{
	text-align: center;
	margin: 100px auto 150px;
	background-color: #ffe76f;
	padding: 3rem 5%;
}

.mizu-txt2 h5{
	line-height: 1.5;
}

.mizu-txt2 span{
	color: #db1625;
}

.mizu3_section, .mizu4_section{
	margin-bottom: 200px;
	text-align: center;
}

.mizu3_section p.area_yamagata, .mizu3_section p.area_yonezawa, .mizu3_section p.area_sendai, .mizu3_section p.area_fukushima{
	letter-spacing: 0.2rem;
	font-size: 65%;
	padding: 0.1em 1em 0.2em;
	box-shadow:0 -1px 0 #555252;
}

.mizu3_section button.area_box img {
    transition: all .5s;
}

.mizu3_section button.area_box:hover img {
    transform: scale(1.1);
}

.mizu4_section .span-l{
	display: inline-block;
transform: rotate(20deg);
}

.mizu4_section .span-r{
	display: inline-block;
transform: rotate(-20deg);
}

/* ==========================
  モーダル（ポップアップ）
========================== */
  .js_modalWrap {
	opacity: 0;
	z-index: -1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  }
  .js_modalWrap.active {
	animation: modalOpen 0.3s ease forwards;
  }
  .js_modalWrap.active2 {
	animation: modalClose 0.3s ease forwards;
  }
  .js_modalBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
  }
  .js_modalContInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 720px;
	max-width: 100%;
	background-color: #fff;
	max-height: 600px;
	padding: 40px;
  }
  .js_modalCont {
	overflow-y: hidden;
	max-height: 520px;
  }
  .js_modalCont > * + * {
	margin-top: 10px;
  }
  .js_modalContInner > .js_modalClose + * {
	margin-top: 0;
  }
  .js_modalClose {
	display: block;
	position: absolute;
	top: 10.5px;
	right: 10.5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1001;
  }
  .js_modalClose::before,
  .js_modalClose::after {
	content: "";
	background-color: #222;
	position: absolute;
	top: -5px;
	right: 10px;
	width: 1px;
	height: 30px;
  }
  .js_modalClose::before {
	transform: rotate(45deg);
  }
  .js_modalClose::after {
	transform: rotate(-45deg);
  }
  @keyframes modalOpen {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  z-index: 1000;
	}
  }
  @keyframes modalClose {
	0% {
	  opacity: 1;
	  z-index: 1000;
	}
	100% {
	  opacity: 0;
	}
  }
  
  /* ==========================
	コンテンツの中身
  ========================== */
  .ly_inner {
	width: 100%;
	max-width: 1080px;
	margin: 100px auto;
	padding: 40px;
	background-color: #ccc;
  }
  .ly_inner h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
  }
  .md_textblock > * + * {
	margin-top: 10px;
  }
  .md_textblock > * + .js_modalBtnWrap {
	margin-top: 20px;
  }
  /* table {
	width: 100%;
  }
  table th,
  table td {
	border: 1px solid #222;
	padding: 10px;
  }
  table th {
	width: 20%;
	background-color: #ccc;
	white-space: nowrap;
  } */
  .md_linkBtnWrap {
	width: 300px;
	max-width: 100%;
	margin: 10px auto 0;
	text-align: center;
  }
  .md_linkBtnCont {
	display: block;
	color: #222;
	border: 1px solid #222;
	padding: 15px 5px;
	transition: 0.3s;
  }
  .md_linkBtnCont:hover,
  .md_linkBtnCont:focus {
	color: #fff;
	background-color: #222;
  }

.mb100-mizu{margin-bottom: 100px;}
  
  /* PC幅に適用 */
  @media (min-width: 768px) {
	.hp_sp {
	  display: none !important;
	}
  }
  /* スマホ幅に適用 */
  @media (max-width: 767px) {
	.hp_pc {
	  display: none !important;
	}
	.js_modalContInner {
	  max-height: 400px;
	  padding: 20px;
	}
	.js_modalCont {
	  max-height: 360px;
	}
	.js_modalClose {
	  top: -30px;
	}
	.js_modalClose::before,
	.js_modalClose::after {
	  background-color: #fff;
	}

	.renobe_sub_ttl{
		letter-spacing: 0.3rem;
	}

	.mizu-section-set{
		margin: 20px auto;
	}

	.mizu-txt1{
		margin-bottom: 100px;
	}

	.mizu-txt2{
		margin: 40px auto 80px;
	}

	h5{
		font-size: 2rem;
	}

	p{
		font-size: 16px;
	}

	.mizu3_section p.area_yamagata, .mizu3_section p.area_yonezawa, .mizu3_section p.area_sendai, .mizu3_section p.area_fukushima{
		letter-spacing: 0.05em;
		font-size: 60%;
		padding: 0.1em 0.2em 0.2em;
	}

	.mizu3_section, .mizu4_section{
		margin-bottom: 100px;
	}
	  
    .mb100-mizu{margin-bottom: 70px;}	  
  }