@charset "UTF-8";
#job_name_box {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 20px;
	text-align: center;
	background-color: #3399cc;
	color: #FFFFFF;
	font-family: Shuei MaruGo B;
	font-size: 20px;
	background-image: url(../images/icon_water.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 20px center;
	margin-top: 15px;
}#head_photo_wrap {
	background-image: url(../images/water/headimg_water.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#infoarea_wrap {
	background-color: rgba(51,153,204,0.30);
	background-image: url(../images/white_dot_ptn.png);
}
#info_box_wrap #moreinfo_btn_box .btn.btn-lg.btn-default {
	background-color: #3399cc;
	color: #FFFFFF;
	font-family: Shuei MaruGo B;
	padding-right: 20px;
	background-image: url(../images/arrow_r_white.png);
	background-repeat: no-repeat;
	background-position: 220px center;
	background-size: 16px auto;
	border-color: #FFFFFF;
}
#info_box_wrap #moreinfo_btn_box .btn.btn-lg.btn-default:hover {
	background-color: #3399cc;
}article #bg_wrap img.dmy {
	width: 100%;
	height: auto;
}
#contactinfo_single {
	background-color: #e6f7ff;
	/* fce4ef */
}
#contactinfo_single .phonenum .freedial {
	background-image: url(../images/icon_freedial_3399cc.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1em auto;
	color: #3399cc;
}




#contactinfo_wrap #contactinfo_single .btn.btn-lg.btn-default {
	background-color: #3399cc;
}
.office_phoneno_single_wrap .office_phoneno_single .freedial {
	background-image: url(../images/icon_freedial_3399cc.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1em auto;
}
#info_box_wrap #back_btn_box .btn.btn-lg.btn-default {
	background-color: #3399cc;
	color: #FFFFFF;
	font-family: Shuei MaruGo B;
	background-image: url(../images/arrow_l_white.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 16px auto;
	border-color: #FFFFFF;
}
#info_box_wrap #back_btn_box .btn.btn-lg.btn-default:hover {
	background-color: #3399cc;
}



.workingtime li span {
	background-color: #3399cc;
}
#left_wrap #info_box_wrap .info_box .content_box {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: thin dotted #3399cc;
	text-align: justify;
}
#r_wrap .archive_y {
	color: #3399cc;
}
#r_wrap ul.ctglist li {
	color: #3399cc;
}
#r_wrap ul#newpost li {
	border-bottom: thin dotted #3399cc;
}
#left_wrap h4 {
	background-color: #3399cc;
}
#r_wrap h4 {
	background-color: #3399cc;
}

#contactinfo_single .phonenum{
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 15px;
}
#contactinfo_single .phonenum span{
	font-size: 60px;
	margin-bottom: -1px;
	display: inline-block;
	vertical-align: middle;
}
#contactinfo_single .phonenum + button{
	display: none;
}


@media (max-width: 640px){
#info_box_wrap #back_btn_box .btn.btn-lg.btn-default {
	background-color: #3399cc;
	color: #FFFFFF;
	font-family: Shuei MaruGo B;
	padding-right: 20px;
	background-image: url(../images/arrow_l_white.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 16px auto;
	border-color: #FFFFFF;
}
#job_name_box {
	width: 100%;
	font-size: 16px;
	background-image: none;
	border-radius: 5px;
}
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
フリースペース
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

.taste h4 , .use h4 , .intro h4{
	font-family: Shuei MaruGo B;
	font-size: 30px;
	color: #3399cc;
	text-align: center;
	padding-bottom: 25px;
	background: url(../images/water/water_h4_icon.png) center bottom no-repeat;
	margin: 120px auto 60px;
}
.taste img{
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}
.taste01 img{
	max-width: 600px;
	width: 100%;
}
.balance{
	width: 100%;
	max-width: 550px;
	margin: 0 auto 80px;
}
.balance ul{
	float: left;
	max-width: 250px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fbf78e;
	position: relative;
}
.balance ul li{
	display: inline-block;
	width: 50%;
	text-align: center;
	font-family: Shuei MaruGo B;
	font-size: 42px;
	color: #3399cc;
}
.balance ul li span{
	display: block;
	font-size: 14px;
}
.balance ul::before{
	right: -90px;
	top: 50%;
	margin-top: -25px;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 25px solid transparent;
	border-left: 30px solid #fbf78e;
	position: absolute;
	content: '';
}
.balance ul::after{
	right: -70px;
	width: 80px;
	height: 30px;
	border-left: 50px solid #fbf78e;
	position: absolute;
	content: '';
	margin-top: -15px;
}
.water_drop{
	float: right;
}
.water_drop figure{
	margin: 20px auto;
}
.water_drop p{
	font-family: Shuei MaruGo B;
	font-size: 18px;
	color: #3399cc;
	text-align: center;
}

.taste-water{
	max-width: 600px;
	width: 100%;
	margin: 30px auto;
}
.taste-water figure{
	float: left;
}
.taste-water figure img{
	max-width: 90%;
	margin-top: 20px;
}
.taste-water div{
	margin-bottom: 10px;
	width: 95%;
}
.taste-water p.title{
	font-family: Shuei MaruGo B;
	font-size: 30px;
	color: #3399cc;
}
.taste-water p.title + p{
	font-size: 14px;
	margin: 0;
	font-family: Shuei MaruGo L;
	line-height: 1.6em;
}
.taste-water div ul{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.taste-water div ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
.use{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0px;
}
.use ul{
	display: block;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
}
.use ul li{
	display: inline-block;
	text-align: center;
	width: 30%;
}
.use ul li:first-child + li{
	margin: 0 30px;
}
.use ul li figure img{
	height: 100px;
	width: auto;
	margin: 0 auto;
}
.use ul li p.use-title{
	background: #fbf78e;
	font-family: Shuei MaruGo B;
	font-size: 28px;
	color: #3399cc;
	margin: 20px 0;
	padding: 5px 0px;
}
.use ul li p.use-title + p{
	font-family: Shuei MaruGo L;
	font-size: 16px;
	text-align: left;
}
.intro{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.intro .water_bottle{
	width: 65%;
	float: left;
	background: #e1f4fe;
	min-height: 270px;
	max-height: 270px;
}
.intro .water_bottle figure{
	float: left;
	margin-left: 30px;
}

.bottle-inner{
	float: left;
	padding: 25px 0 0 30px;
	width: 60%;
	margin-bottom: 30px;
}
.bottle-inner p{
	font-size: 22px;
	color: #3399cc;
	white-space: nowrap;

}
.bottle-inner p span{
	font-size: 14px;
}
.bottle-inner-box{
	position: relative;
	background: #fff;
	padding: 10px;
	width: 100%;
}
.bottle-inner-box p{
	color: #333;
	font-size: 16px;
	font-family: Shuei MaruGo B;
}
.bottle-inner-box p + p{
	margin: 0;
	font-size: 12px;
	font-family: Shuei MaruGo L;
}
.bottle-inner-box figure{
	position: absolute;
	right: 10px;
	top:20px;
}
.bottle-inner-box figure img{
	display: inline-block;
	max-width: 80%;
}
.intro .water_server{
	text-align: center;
	width: 32%;
	float: right;
	background: #e1f4fe;
	padding-top: 30px;
	min-height: 270px;
	max-height: 270px;
}
.intro .water_server p:first-child , .intro .water_server p:first-child + figure + p{
	font-size: 22px;
	color: #3399cc;
	font-family: Shuei MaruGo B;
	vertical-align: middle;
	display: inline-block;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.intro .water_server p span{

}
.intro .water_server figure{
	display: inline-block;
	margin: 0 10px;
}
.intro .water_server p + figure + p + p{
	clear: both;
	font-size: 16px;
	font-family: Shuei MaruGo B;
	color: #3399cc;
}
.intro .water_server figure img{
	display: inline-block;
	height: 170px;
}
.water_banner img{
	clear: both;
	margin: 50px auto 80px;
	max-width: 100%;
}

@media (max-width: 768px){

.balance{
	width: 95%;
	max-width: 100%;
	margin: 0 auto 80px;
}
.balance ul{
	float: left;
	max-width: 100%;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fbf78e;
	position: relative;
	margin: 0 auto;
	z-index: 100;
}
.balance ul li{
	display: inline-block;
	width: 25%;
	text-align: center;
	font-family: Shuei MaruGo B;
	font-size: 42px;
	color: #3399cc;
}

.balance ul::before{
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 120%;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 40px solid transparent;
	border-top: 40px solid #fbf78e;
	position: absolute;
	content: '';
}
.balance ul::after{
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 100%;

	width: 30px;
	height: 30px;
	border-left: 50px solid #fbf78e;
	position: absolute;
	content: '';
	z-index: 0;
}
.water_drop{
	float: none;
	clear: both;
	padding-top: 50px;
}

.taste-water{
	max-width: 100%;
	width: 95%;
	margin: 30px auto;
}
.taste-water > div{
	margin: 0 auto;
}
.taste-water figure{
	float: none;
	clear: both;
}
.taste-water figure img{
	max-width: 90%;
	margin-top: 20px;
	margin: 0 auto;
}

.use{
	max-width: 100%;
	width: 95%;
	margin: 0 auto 0px;
}
.use ul{
	display: block;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
}
.use ul li{
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 30px 0 20px;
}
.use ul li:first-child + li{
	margin: 0;
}

.intro{
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
}
.intro .water_bottle{
	width: 100%;
	float: none;
	background: #e1f4fe;
	min-height: 270px;
	max-height: 100%;
}
.intro .water_bottle figure{
	float: none;
	text-align: center;
	margin-left: 0px;
}
.intro .water_bottle figure img{
	margin: 0 auto;

}

.bottle-inner{
	float: none;
	padding: 10px;
	width: 100%;
	margin-bottom: 00px;
}
.bottle-inner p{
	font-size: 20px;
	color: #3399cc;
	text-align: center;
	margin: 0px auto 30px;
}
.bottle-inner p span{
	font-size: 14px;
}
.bottle-inner-box{
	position: relative;
	background: #fff;
	padding: 10px;
	width: 100%;
	padding-bottom: 120px;
}
.bottle-inner-box p{
	text-align: left;
	color: #333;
	font-size: 22px;
	font-family: Shuei MaruGo B;
	margin-bottom: 10px;
	text-align: center;
}
.bottle-inner-box p + p{
	text-align: left;
	margin: 0;
	font-size: 14px;
	font-family: Shuei MaruGo L;
	width: 280px;
	margin: 0 auto 10px;
}
.bottle-inner-box figure{
	position: absolute;
	right: 0px;
	left: 0;
	margin: 0 auto;
	top:190px;
	bottom: 0px;
}
.bottle-inner-box figure img{
	display: inline-block;
	max-width: 80%;
}
.intro .water_server{
	text-align: center;
	width: 100%;
	float: none;
	background: #e1f4fe;
	padding-top: 30px;
	min-height: 270px;
	margin-top: 20px;
	max-height: 100%;
}
.intro .water_server p:first-child , .intro .water_server p:first-child + figure + p{
	font-size: 22px;
	color: #3399cc;
	font-family: Shuei MaruGo B;
	vertical-align: middle;
	display: inline-block;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.intro .water_server p span{

}
.intro .water_server figure{
	display: inline-block;
	margin: 0 10px;
}
.intro .water_server p + figure + p + p{
	clear: both;
	font-size: 16px;
	font-family: Shuei MaruGo B;
	color: #3399cc;
}
.intro .water_server figure img{
	display: inline-block;
	height: 170px;
}
}
@media screen and (max-width: 640px){
#contactinfo_single .phonenum{
  border-color: #3399cc;
height: auto;
}
#contactinfo_single .phonenum .freedial {

	font-size: 34px;
	clear: both;
}

}




@media screen and (min-width: 768px){
.pc{
	display: block;
}
.sp{
	display: none;
}
}
@media screen and (max-width: 767px){
.pc{
	display: none;
}
.sp{
	display: block;
}
}


div.back-service div{
  border-color: #3399cc;
}
div.back-service div a{
  color: #3399cc;
}
div.back-service div:before{
  position: absolute;
    background:url(../images/arrow_l_water.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    content: '';
    top: 50%;
    left: 20px;
    margin-top: -10px;
    z-index: 100;
}
div.back-service div:hover{
  background: #3399cc;
}
#info_box_wrap #back_btn_box .btn.btn-lg.btn-default:hover {
  background-color: #27769E;
}

#left_wrap #info_box_wrap .info_box .post_list_right .content_box {
	border-top: thin dotted #3399cc;
}
.post_single h3 {
    border-bottom: thin dotted #3399cc;
}
