/* CSS Document */

/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
/*ここにcss*/
.m_visual{
	width:100%;
	height:100vh;
	margin:0 auto;
}
#m_visual_con{
	width:100%;
	height:100%;
	background:url(images/bg01.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
.test_bg{
	margin-top:30px;
}
.m_visual_txt_con{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#FFF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m_visual_txt_cel{
	padding:20px 30px;
	background-color:rgba(0,128,255,0.7);
	border:5px solid #FFF;
	box-shadow:3px 3px 3px #333333;
}
.m_visual_txt_box{
	font-size:50px;
	line-height:1.4em;
	letter-spacing:0.2em;
	font-weight:900;
	margin:0 auto;
	text-shadow:
    	1px 1px 2px rgba(0, 0, 0, 0.057),
    	2px 2px 3px rgba(0, 0, 0, 0.076),
    	3px 3px 4px rgba(0, 0, 0, 0.086),
    	4px 4px 5px rgba(0, 0, 0, 0.092);
}
.m_visual_txt_box2{
	text-align:center;
	margin:0 auto;
	text-shadow:
    	1px 1px 2px rgba(0, 0, 0, 0.057),
    	2px 2px 3px rgba(0, 0, 0, 0.076),
    	3px 3px 4px rgba(0, 0, 0, 0.086),
    	4px 4px 5px rgba(0, 0, 0, 0.092);
}

/*

水について

*/
.water{
	width:100%;
	padding:80px 0;
	color:#0080ff;
}

.water_con{
	width:480px;
	padding:20px 20px 20px 500px;
	margin:0 auto;
	background:url(images/pc_water_bg.png) no-repeat left bottom;
	min-height:560px;
}

.water_title{
	border-top:3px solid #0080ff;
	border-bottom:3px solid #0080ff;
	margin-bottom:20px;
	padding:20px 0 23px;
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
}
.water_txt{
	line-height:1.4em;
}

/*

深層地下水とは

*/
.info{
	width:100%;
	padding:80px 0;
	color:#FFF;
}
.info_con{
	width:1000px;
	margin:0 auto;
}

.info_title{
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	margin-bottom:20px;
	padding:20px 0 23px;
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
}
.info_txt_con{
	overflow:hidden;
}
.info_txt_r{
	float:right;
	width:500px;
}
.info_txt_r img{
	width:100%;
	height:auto;
}
.info_txt_l{
	float:left;
	width:470px;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:40px;
}
.info_bot_con{
	text-align:center;
}
.info_bot{
	width:400px;
	margin:0 auto;
	padding:14px 20px;
	border:1px solid #000;
	font-size:1.2em;
	text-align:center;
}
.info_bot:hover{
	background-color:#BDD7EC;
}

/*point*/
.point{
	width:1000px;
	min-width:1000px;
	margin:0 auto 80px;
	padding:40px 0;
	background-color:rgba(255,255,255,0.9);
	color:#0080ff;
}
.point_con{
}

.point_title{
	width:960px;
	margin:0 auto 60px;
	border-top:3px solid #0080ff;
	border-bottom:3px solid #0080ff;
	padding:20px 0 23px;
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
}
.point_box{
	width:960px;
	box-sizing:border-box;
	margin:30px auto 80px;
	padding:15px 250px 15px 15px;
	border:3px solid #0080ff;
	position: relative;
	min-height:200px;
	line-height:1.4em;
}
.point_box_img{
	position:absolute;
	top:-25px;
	right:20px;
}
.point_box_img img{
	width:200px;
	height:auto;
}


.point_box p{
	font-size:1.5em;
	line-height:1.0em;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:5px solid #10395b;
	
}

/*

質問

*/
.question{
	width:1000px;
	margin:0 auto 80px;
	color:#FFF;
}
.question_title{
	width:960px;
	margin:0 auto 60px;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	padding:20px 0 23px;
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
}


.question_q{
	width:100%;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	background-color:#2D4DCC;
	padding:20px;
	position: relative;
	display: inline-block;
	box-sizing:border-box;
}
.question_q:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2D4DCC;
}


.question_head{
	font-size:1.3em;
	font-weight:bold;
	margin-right:8px;
}

.question_a{
	background-color:#f3feff;
	color:#0080ff;
	padding:30px 20px 20px;
	margin-bottom:60px;
}


.contact{
	width:100%;
	padding:80px 0;
	background-color:#E2E2EB;
	text-align:center;
}

.contact_con{
	width:1000px;
	margin:0 auto;
	box-sizing:border-box;
	padding:40px;
	border:3px solid #0080ff;
}

.contact_t1{
	margin-bottom:15px;
}
.contact_t2{
	font-size:2.0em;
	line-height:1.1em;
	margin-bottom:15px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
/*ここにcss*/



.m_visual{
	width:100%;
	height:100vh;
	margin:0 auto;
}
#m_visual_con{
	width:100%;
	height:100%;
	background:url(images/bg01.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
.test_bg{
	margin-top:30px;
}
.m_visual_txt_con{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#FFF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m_visual_txt_cel{
	padding:20px 30px;
	background-color:rgba(0,128,255,0.7);
	border:5px solid #FFF;
	box-shadow:3px 3px 3px #333333;
}
.m_visual_txt_box{
	font-size:2em;
	line-height:1.4em;
	letter-spacing:0.2em;
	font-weight:900;
	text-align:center;
	margin:0 auto;
	text-shadow:
    	1px 1px 2px rgba(0, 0, 0, 0.057),
    	2px 2px 3px rgba(0, 0, 0, 0.076),
    	3px 3px 4px rgba(0, 0, 0, 0.086),
    	4px 4px 5px rgba(0, 0, 0, 0.092);
}
.m_visual_txt_box2{
	text-align:center;
	margin:0 auto;
	text-shadow:
    	1px 1px 2px rgba(0, 0, 0, 0.057),
    	2px 2px 3px rgba(0, 0, 0, 0.076),
    	3px 3px 4px rgba(0, 0, 0, 0.086),
    	4px 4px 5px rgba(0, 0, 0, 0.092);
}


/*

水について

*/
.water{
	width:100%;
	padding:40px 0;
	color:#0080ff;
}

.water_con{
	width:90%;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
	padding-top:20px;
}

.water_title{
	border-top:3px solid #0080ff;
	border-bottom:3px solid #0080ff;
	margin:20px;
	padding:20px 0 23px;
	font-size:1.3em;
	line-height:1.4em;
	text-align:center;
	font-weight:bold;
}
.water_txt{
	line-height:1.4em;
	margin:20px;
}

/*

深層地下水とは

*/
.info{
	width:100%;
	padding:80px 0;
	color:#FFF;
}
.info_con{
	width:90%;
	margin:0 auto;
}

.info_title{
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	margin-bottom:20px;
	padding:20px 0 23px;
	font-size:1.3em;
	line-height:1.4em;
	text-align:center;
	font-weight:bold;
}
.info_txt_con{
	overflow:hidden;
}
.info_txt_r{
	text-align:center;
	margin-bottom:20px;
}
.info_txt_r img{
	width:90%;
	height:auto;
	margin:0 auto;
}
.info_txt_l{
	font-size:1em;
	line-height:1.2em;
	margin-bottom:20px;
}
.info_bot_con{
	text-align:center;
}
.info_bot{
	margin:0 auto;
	padding:14px 20px;
	border:1px solid #000;
	font-size:1.2em;
	text-align:center;
}
.info_bot:hover{
	background-color:#BDD7EC;
}



/*point*/
.point{
	width:90%;
	margin:0 auto 80px;
	padding:40px 0;
	background-color:rgba(255,255,255,0.9);
	color:#0080ff;
}
.point_con{
	width:90%;
	margin:0 auto;
}

.point_title{
	width:90%;
	margin:0 auto 60px;
	border-top:3px solid #0080ff;
	border-bottom:3px solid #0080ff;
	padding:20px 0 23px;
	font-size:1em;
	text-align:center;
	font-weight:bold;
}
.point_box{
	width:100%;
	box-sizing:border-box;
	margin:100px auto 80px;
	padding:100px 15px 15px;
	border:3px solid #0080ff;
	position: relative;
	line-height:1.4em;
}
.point_box:last-child{
	margin:100px auto 0px;
}
	


.point_box p{
	font-size:1.2em;
	line-height:1.0em;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:5px solid #10395b;
	
}

.point_box_img{
	position:absolute;
	top:-70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.point_box_img img{
	width:100%;
	max-width:150px;
	height:auto;
}

/*
質問

*/
.question{
	width:90%;
	margin:0 auto 80px;
	color:#FFF;
}
.question_title{
	width:100%;
	margin:0 auto 60px;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	padding:20px 0 23px;
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
}


.question_q{
	width:100%;
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
	background-color:#2D4DCC;
	padding:20px;
	position: relative;
	display: inline-block;
	box-sizing:border-box;
}
.question_q:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2D4DCC;
}


.question_head{
	font-size:1.3em;
	font-weight:bold;
	margin-right:8px;
}

.question_a{
	background-color:#f3feff;
	color:#0080ff;
	padding:30px 20px 20px;
	margin-bottom:60px;
}


/*

問い合せ

*/

.contact{
	width:100%;
	padding:40px 0;
	background-color:#E2E2EB;
	text-align:center;
}

.contact_con{
	width:90%;
	margin:0 auto;
	box-sizing:border-box;
	padding:20px;
	border:3px solid #0080ff;
}

.contact_t1{
	margin-bottom:15px;
	font-size:0.9em;
}
.contact_t2{
	font-size:2.0em;
	line-height:1.1em;
	margin-bottom:15px;
}

.contact_t3{
	font-size:0.8em;
}












/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
