@charset "utf-8";

/* CSS Document */
@import "../base/init.css";
@import "../base/style.css";

html{
	font-size:80%;
}

/*----- 共通 -----*/
h1{
	font-size:100%;
}
body[class^="dir-enjoy-program-docs-"] h1,
body[class^="dir-enjoy-blog-docs-"] h1{
	color:#145558;
	text-shadow:none;
	text-align: left;
}


body, div{
	margin: 0;
	padding: 0;
}
html, body{
	height:100%;
}
body{
	background-color:#FFFFFF;
}
.container{
	/*max-width:1200px;*/
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	background-color:#FFF6E9;
}
.container2{
	position:relative;
	width:100%;
	min-height:100%;
	background-color:#FFF6E9;
}

.clearFloat {
	clear:both;
	height:0;
	font-size: 1%;
	line-height: 0px;
}

#blockskip{
	position:fixed;
	width:100%;
	z-index:100;
	top:0;
	left:0;
}

/*.inquiry {
	background-color:#FFFFFF;
}*/
.contentLeft{
	background:url(./images/coback00.png) repeat;
	position:absolute;
	top:0;
	left:0;
	width:22.17%;
	height:100%;
	float:left;
}
.senBack{
	background:url(./images/p_senback.jpg) no-repeat right center;
	background-size: cover;
	width:100%;
	height:100%;
	display:table;
}
.proBack{
	background:url(./images/p_proback.jpg) no-repeat right center;
	background-size: cover;
	width:100%;
	height:100%;
	display:table;
}
.noBack{
	background:none;
	width:100%;
	height:100%;
	display:table;
}
.senBack .senIn{
	vertical-align:middle;
	display:table-cell;
	width:100%;
	height:100%;
}
.proBack .proIn{
	vertical-align:middle;
	display:table-cell;
	width:100%;
	height:100%;
}
.proin_enjoy{
	padding:30px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	height:30%;
}
.noBack .noIn{
	width:100%;
	padding-bottom:30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.noCaption{
	font-size:250%;
	font-weight:bold;
	text-align:center;
	color:#145558;
	margin:0;
}
.content{
	width:77.83%;
	height:100%;
	float:right;
}

/*----- 緊急情報 -----*/
#emergencyBoard{
	position:absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width:95%;
	left:2.5%;
	top:2.5%;
}

/*----- メニュー関連 -----*/
#menu{
	width:22.17%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position:absolute;
	background:none;
	z-index:12;
	height:100%;
	top:0;
	padding:0;
}

#menuNest,.menuNest{
	width:100%;
	margin:0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.logo{
	background:url(./images/coback01.gif) repeat;
	text-align:center;
	padding:20px 10px;
	width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.logo a img{
	max-width:100%;
	height:auto;
}

.menu_in,#menu_in1,#menu_in2{
	width:80%;
	border-radius: 10px; 
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	-o-border-radius:  10px;
	-ms-border-radius:  10px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
	background:url(./images/coback00.png);
	color:#FFF;
	border:2px solid #FFF;
	font-size:150%;
	line-height:1.2em;
	font-weight:bold;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#menu_in1,#menu_in2{
	padding:10px;
}
.menu_in span,#menu_in1 span,#menu_in2 span{
	font-size:70%;
}
.menu_in{
	margin-bottom:20px;
}
.menu_in_c{
	background:none;
	background:#FFCC22;
}
.menu_in a{
	display:block;
	padding:10px;
}
.menu_in_c a{
	padding:23px 0;
}
.menu_in a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_in a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_in a:hover{
	color:#145558;
	border-radius: 7px; 
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	-o-border-radius:  7px;
	-ms-border-radius:  7px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background: #FFF;
	text-decoration: none;
}
.menu_in_c a:link{
	color:#000000;
}
.menu_in_c a:visited{
	color:#000000;
}
.menu_in_c a:hover{
	color:#000000;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border:none;
}

.menu_btn {
	width:80%;
	margin:0 auto;
	margin-bottom:20px;
}
#menu_btn1,#menu_btn2 {
	width:80%;
	margin:0 auto;
	height: 0;
	overflow: hidden;
	margin-bottom:20px;
}
.menu_btn ul,#menu_btn1 ul,#menu_btn2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu_btn li,#menu_btn1 li,#menu_btn2 li {
	padding: 5px;
}

/* ページに合わせてロールオーバー処理を入れる*/
/*.firstArea{
	color:#145558;
	border-radius: 7px; 
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	-o-border-radius:  7px;
	-ms-border-radius:  7px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background: #FFF;
	text-decoration: none;
}
.firstArea a:link{
	color:#145558;
}
.firstArea a:visited{
	color:#145558;
}*/

.sideMenu2{
	padding-left:20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.sideMenu2 ul { 
	border-left: 2px dotted #FFF;
	margin-left: 1em;
	padding: 0;
	list-style-type: none;
}
.sideMenu2 ul li {
	margin: 0.25em 0 0.25em 1.5em;
	font-size:113%;
	text-align:center;
}
.sideMenu2 ul li a {
	color: #FFF;
	display: block;
	border: 1px solid #FFF;
	padding: 0.3em 0.5em;
	text-decoration: none;
	line-height: 115%;
	background:none;
}
.sideMenu2 ul li a:hover {
	color: #145558;
	background: #FFF;
}
.sideMenu2 ul li:before {
	float:left;
	content: ""; 
	display: table; 
	width: 1.5em;
	border-bottom: 2px dotted #FFF;
	margin-top: 0.875em;
	margin-left: -1.5em;
}

/*---- メニュー開閉 ----*/
input[type="checkbox"].on-off{
    display: none;
}

.menu2 {
	width:80%;
	margin:0 auto;
}
.menu2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu2 li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

/* 下部メニュー */
.menu_under{
	width:80%;
	font-size:113%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	margin:0 auto;
}
.menu_under ul{
	margin-bottom:20px;
}
.menu_under li, .sm_footer li{
	border-top:1px dashed #FFFFFF;
	background:url(./images/arw.png) no-repeat right center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding-right:30px;
}
.menu_under li:last-child, .sm_footer li:last-child{
	border-bottom:1px dashed #FFFFFF;
}
.menu_under li a, .sm_footer li a{
	display:block;
	padding:12px 5px;
}
.menu_under li a:link, .sm_footer li a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_under li a:visited, .sm_footer li a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_under li a:hover{
	color:#145558 ;
	text-decoration: none;
}
.menu_under li a:hover span{
	background:#FFFFFF;
}
.menu_under li a span{
	background:#145558 url("./images/coback00.png") repeat;
	padding:2px 5px;
}

.sm_footer li a:hover{
	color:#FF9A00;
	text-decoration: none;
}

.menu_under_left{
	color:#FFFFFF;
	float:left;
	padding:0.;
	margin-bottom:20px;
	text-align:center;
	width:50%;
}
.menu_under_left span{
	background:#145558 url("./images/coback00.png") repeat;
	padding:2px 5px;
}
.menu_under_left a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_under_left a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_under_left a:hover{
	color:#145558;
	text-decoration: none;
}
.menu_under_left a:hover span{
	background:#FFFFFF;
}
.menu_under_copy{
	background:#145558 url("./images/coback00.png") repeat;
	padding:10px 0;
	color:#FFFFFF;
	font-size:75%;
	text-align:center;
	margin-bottom:20px;
}

.searchArea{
	display:table;
	width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.searchArea .text{
	display:table-cell;
	float:left;
	width:70%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:5px 0;
	font-size:100%;
}
.enBtn{
	display:table-cell;
	float:left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #CCCCCC;
	background-color:#145558;
	padding:5px 10px;
	color:#FFFFFF;
	cursor: pointer;
	font-size:100%;
	margin-left:2%;
	width:28%;
}

/*----- 次のページ -----*/
.top_next {
	position: absolute;
	width:77.83%;
	height100%;
	bottom: 30px;
	right:0;
}
.top_next a span {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
.top_next a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.top_next2 a span {
	border: 1px solid #145558;
}
.top_next2 a span::after {
	border-left: 1px solid #145558;
	border-bottom: 1px solid #145558;
}

/*----- トップへ戻る -----*/
#pageTop {
	display: none;
	position: fixed;
	width:4em;
	bottom: 7em;
	right: 1em;
	z-index: 999999;
	text-align: center;
}

#pageTop span{
	display: inline-block;
	text-shadow: 1px 1px 2px #FFFFFF,
		-1px  1px 2px #FFFFFF,
		1px -1px 2px #FFFFFF,
		-1px -1px 2px #FFFFFF;
}

#pageTop a {
	margin:  0 auto;
	display: block;
	width: 2em;
	height: 2em;
	background-color: #145558;
	border: 5px #FFF solid;
	border-radius: 2em;
	text-align: center;
	color: #fff;
	font-size: 170%;
	text-decoration: none;
	line-height: 2em;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
}

/*----- ローディング -----*/
#wrap{
  display: none;
}
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  z-index: 10;
}
#loader-bg img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  color: #fff;
  z-index: 11;
}

/*----- 動画関係 -----*/
#bgMovie{
	position:absolute;

}

/*----- 新着情報 -----*/
.shinArea{
	position:relative;
	height:100%;
}
.shinAreaNest{
	display:inline-block;
	text-align:left;
	background-color: rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	max-width:95%;
	margin:0 auto;
	margin-bottom:2.5%;
	bottom:2.5%;
	padding:15px;
	font-size:100%;
}
.enjoyNews{
	margin-bottom:100px;
	bottom:100px;
}
.shinAreaNest .pieceHeader h2{
	font-weight:bold;
	font-size:130%;
}
.shinAreaNest .pieceContainer{
	display:table;
}
.shinAreaNest .pieceHeader{
	display:table-cell;
	background-color: rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width:20%;
	text-align:center;
	padding:10px 0;
}
.shinAreaNest .pieceBody{
	display:table-cell;
	width:80%;
	padding:0 20px;
}
.shinAreaNest ul{
}
.shinAreaNest li{
	border-bottom:1px dashed #666666;
	padding:0;
	padding-bottom:5px;
	margin-bottom:5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.shinAreaNest .feed, .shinAreaNest .links{
	display:none;
}

.sm_content{
	display:table;
	width:100%;
	height:100%;
}
.sm_content_enjoy{
	height:40%;
}


/*----- 川上宣言 -----*/
.sengenCaption{
	font-size:515%;
	font-weight:bold;
	text-align:center;
	width:80%;
	min-width:5em;
	border-bottom:3px solid #FFF;
	margin:0 auto;
	color:#FFFFFF;
	text-shadow: 2px 2px 3px #145558, -2px 2px 3px #145558, 2px -2px 3px #145558, -2px -2px 3px #145558;
	margin-bottom:20px;
}
.sengenCaption div{
	font-size:30%;
	font-weight:normal;
	margin-bottom:1em;
}
.sengenIntro{
	font-size:159%;
	text-align:center;
	line-height:1.5em;
	color:#FFFFFF;
	text-shadow: 2px 2px 3px #145558, -2px 2px 3px #145558, 2px -2px 3px #145558, -2px -2px 3px #145558;
}
.sengenIntro2{
	width:90%;
	margin:0 0 20px 5%;
	font-size:135%;
	color:#145558;
}
.sengenIntro2 span
{
	font-weight:bold;
}

.sengenLeft{
	width:50%;
	float:left;
	font-size:113%;
	margin-bottom:20px;
}
.sengenRight{
	width:50%;
	float:right;
	font-size:113%;
	margin-bottom:20px;
}
.sengenIn{
	margin:0 4%;
	padding-top:9%;
	color:#145558;
	font-size:120%;
	line-height:180%;
}
/*----- 水源地の村づくり -----*/
.murdukuriArea{
	width:87%;
	margin:0 7% 0 6%;
}
h3.muradukuriH3{
	color:#145558;
	font-size:135%;
	vertical-align: baseline;
	margin-bottom:20px;
}
h3.muradukuriH3 span{
	border-radius: 50px; 
	-moz-border-radius:  50px;
	-webkit-border-radius:  50px;
	-o-border-radius:  50px;
	-ms-border-radius:  50px;
	background-color:#145558;
	font-size:150%;
	color:#FFFFFF;
	padding:0 0.3em;
	margin-right:0.5em;
}

.muradukuriBox{
	float:left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	color:#145558;
	font-size:135%;
	margin-bottom:30px;
}
.muradukuriBox2{
	float:right;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	color:#145558;
	font-size:135%;
	margin-bottom:30px;
}
.muradukuriBoxLayout{
	border-radius: 10px; 
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	-o-border-radius:  10px;
	-ms-border-radius:  10px;
	border:3px solid #B0B0B0;
	padding:10px;
}

.muradukuriBoxIn1{
	width:48%;
	margin-right:3%;
	position: relative;
}
.muradukuriBoxIn2{
	width:49%;
}
.muradukuriBoxIn3{
	width:55%;
	margin-right:3%;
}
.muradukuriBoxIn4{
	width:42%;
	position: relative;
}
.muradukuriBoxIn5{
	width:40%;
	margin-right:3%;
	position: relative;
}
.muradukuriBoxIn6{
	width:57%;
}

.muradukuriBoxIn4:before {
	content: "";
	position: absolute;
	top: 50%; left: -13px;
	margin-top: -14px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 14px 0;
	border-color: transparent #FFF6e9 transparent transparent;
	z-index: 2;
}
.muradukuriBoxIn4:after {
	content: "";
	position: absolute;
	top: 50%; left: -17px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #B0B0B0 transparent transparent;
	z-index: 1;
}
.muradukuriBoxIn1:before,
.muradukuriBoxIn5:before {
	content: "";
	position: absolute;
	top: 50%; right: -13px;
	margin-top: -14px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #FFF6e9;
	z-index: 2;
}
.muradukuriBoxIn1:after,
.muradukuriBoxIn5:after {
	content: "";
	position: absolute;
	top: 50%; right: -17px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #B0B0B0;
	z-index: 1;
}
.mBoxin2_left{
	position:relative;
	float:left;
	width:42.518%;
	text-align:center;
}
.mBoxin2_left div{
	margin-bottom:20px;
}
.mBoxin2_left span{
	font-size:200%;
	font-weight:bold;
}
.mBoxin2_link{
	position:absolute;
	width:15em;
}
.mBoxin2_link a{
	display:block;
	background-color:#145558;
	border:1px solid #145558;
	border-radius: 7px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	-o-border-radius:  7px;
	-ms-border-radius:  7px;
}
.mBoxin2_link a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.mBoxin2_link a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.mBoxin2_link a:hover{
	color:#145558;
	border-radius: 7px; 
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	-o-border-radius:  7px;
	-ms-border-radius:  7px;
	border:1px solid #145558;
	background: #FFF;
	text-decoration: none;
}

.mBoxin2_rihgt{
	float:left;
	width:57.482%;
	line-height:0;
}
.mBoxin6_left1{
	float:left;
	width:63.144%;
	line-height:0;
}
.mBoxin6_rihgt1{
	float:left;
	width:36.856%;
	line-height:0;
}
.mBoxin6_all{
	width:100%;
	margin-bottom:15px;
	line-height:1.2em;
	text-align:center;
}
.mBoxin6_left2{
	float:left;
	width:50.909%;
	line-height:1.2em;
	text-align:center;
}
.mBoxin6_rihgt2{
	float:left;
	width:49.091%;
	line-height:1.2em;
	text-align:center;
}

.muradukuriBoxIn2 img,
.muradukuriBoxIn3 img,
.muradukuriBoxIn6 img{
	width:100%;
	height:auto;
}

.muradukuri2CaptionL{
	display:table;
	float:left;
	width:55%;
	margin-right:3%;
	margin-top:50px;
	margin-bottom:50px;
}
.muradukuri2CtextL{
	position:relative;
	display:table-cell;
	width:40%;
	height:100%;
	background:url(./images/coback00.png) repeat;
	border-top-left-radius: 10px; 
	-moz-border-top-left-radius:  10px;
	-webkit-border-top-left-radius:  10px;
	-o-border-top-left-radius:  10px;
	-ms-border-top-left-radius:  10px;
	border-bottom-left-radius: 10px; 
	-moz-border-bottom-left-radius:  10px;
	-webkit-border-bottom-left-radius:  10px;
	-o-border-bottom-left-radius:  10px;
	-ms-border-bottom-left-radius:  10px;
	color:#FFFFFF;
	font-size:187%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:35px 10px;
}
.muradukuri2ImgL{
	display:table-cell;
	width:60%;
	line-height:0;
}
.muradukuri2ImgL img{
	width:100%;
	height:auto;
	line-height:0;
}
.muradukuri2TextL{
	float:left;
	width:42%;
	color:#145558;
	font-size:135%;
	margin-top:50px;
	margin-bottom:50px;
}

.muradukuri2CaptionR{
	display:table;
	float:right;
	width:55%;
	margin-left:3%;
	margin-top:50px;
	margin-bottom:50px;
}
.muradukuri2CtextR{
	position:relative;
	display:table-cell;
	width:40%;
	height:100%;
	background:url(./images/coback00.png) repeat;
	border-top-right-radius: 10px; 
	-moz-border-top-right-radius:  10px;
	-webkit-border-top-right-radius:  10px;
	-o-border-top-right-radius:  10px;
	-ms-border-top-right-radius:  10px;
	border-bottom-right-radius: 10px; 
	-moz-border-bottom-right-radius:  10px;
	-webkit-border-bottom-right-radius:  10px;
	-o-border-bottom-right-radius:  10px;
	-ms-border-bottom-right-radius:  10px;
	color:#FFFFFF;
	font-size:187%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:35px 10px;
}
.muradukuri2ImgR{
	display:table-cell;
	width:60%;
	line-height:0;
}
.muradukuri2ImgR img{
	width:100%;
	height:auto;
	line-height:0;
}
.muradukuri2TextR{
	float:right;
	width:42%;
	color:#145558;
	font-size:135%;
	margin-top:50px;
	margin-bottom:50px;
}


.muradukuri2TextL a,
.muradukuri2TextR a {
	display:block;
	border-radius:10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color:#145558;
	border:1px solid #145558;
	width:9em;
	font-size:80%;
	text-align:center;
	margin-top:10px;
}

.muradukuri2TextL a:link,
.muradukuri2TextR a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.muradukuri2TextL a:visited,
.muradukuri2TextR a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.muradukuri2TextL a:hover,
.muradukuri2TextR a:hover {
	color:#145558;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border:1px solid #145558;
	background: #FFF;
	text-decoration: none;
}

.balloon-bottom {
	position: absolute;
	display:table;
	padding:0;
	width: 3em;
	height: 3em;
	color: #F6F6F6;
	line-height: 1em;
	background: #A07C53;
	z-index: 0;
	border-radius:50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size:100%;
	font-weight:bold;
	margin-left: -1.5em;
	top:-2em;
	left:50%;
}
.balloon-bottom:after {
	content: "";
	position: absolute;
	bottom: -13px; left: 50%;
	margin-left: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 8px 0 8px;
	border-color: #A07C53 transparent transparent transparent;
}
.balloon-bottom div{
	display:table-cell;
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
}
.balloon-bottom span{
	font-size:50%;
	font-weight:normal;
}

}

/*----- 共通部分 -----*/
.contentNest{
	font-size: 100%;
}

/*----- 詳細部分 -----*/
.entranceIn{
	background-color:#FFF6E9;
	margin:0 7% 0 6%;
}

/*----- 川上宣言 -----*/

#newBlog .pieceHeader h2,
.newBlog .pieceHeader h2{
	width:60%;
	margin:30px auto;
	
	font-size: 421%;
	font-weight: bold;
	color:  #FFF;
	-webkit-text-stroke: 1px #145558;
	text-shadow: 1px 1px 2px #145558,
		-1px  1px 2px #145558,
		1px -1px 2px #145558,
		-1px -1px 2px #145558;
	border-bottom: 2px dotted  #145558;
	text-align: center;
	padding: 0 0 0.125em 0;

}
#newBlog .pieceBody .feed{
	display:none;
	top:0;
	float:none;
	margin-bottom:20px;
}

#newBlog .pieceBody ul{
	margin-left:5%;
	margin-bottom:20px;
	width:95%;
}
#newBlog .pieceBody li{
	list-style:none;
	margin-right:6%;
	margin-bottom:20px;
	width:27%;
	float:left;
}
#newBlog .pieceBody li img{
	width:100%;
	margin-bottom:15px;
	height:auto;
}
#newBlog .pieceBody li .body{
	border-top:1px dashed #145558;
	padding-top:15px;
}

#newBlog .pieceBody .title{
	font-size:113%;
	font-weight:bold;
	margin-bottom:10px;
}
#newBlog .pieceBody .title a:link {
	color:#145558;
	text-decoration: none;
}
#newBlog .pieceBody .title a:visited {
	color:#145558;
	text-decoration: none;
}
#newBlog .pieceBody .title a:hover, #newBlog .pieceBody .title a:active, #newBlog .pieceBody .title a:focus {
	color:#FF9A00;
}

#newBlog .links{
	text-align:right;
	margin-right:6%;
}
#newBlog .links a:link {
	color:#145558;
	text-decoration: none;
}
#newBlog .links a:visited {
	color:#145558;
	text-decoration: none;
}
#newBlog .links a:hover, #newBlog .links a:active, #newBlog .links a:focus {
	color:#FF9A00;
}


#newBlog .pieceBody .body{
	padding-bottom:10px;
}

#newBlog .links{
	clear:both;
}

.oitArea{
	text-align:left;
}

/*----- 水源地のプログラム -----*/

/* 年間行事 */

.underborder{
	border-bottom:1px solid #999999;
	margin:0 5%;
	width:90%;
}

ul.nenkanList{
	list-style:none;
	padding:0;

	margin-top:50px;
}
ul.nenkanList li:first-child{
	width:6em;
	color:#145558;
	font-size:190%;
	margin-right:0;
	padding-top:0;
	padding-bottom:20px;
}
ul.nenkanList li{
	float:left;
	vertical-align:middle;
	width:3em;
	margin-top:0.5em;
	margin-right:0.5em;
	text-align:center;
	font-size:135%;
	padding-top:0.5em;
}
ul.nenkanList li:last-child{
	margin-right:0;
	padding-bottom:20px;
}

.nenkanList a:link{
	color:#333333;
}
.nenkanList a:visited{
	color:#333333;
}
.nenkanList a:hover{
	text-decoration: none;
}

#program .pieceHeader h2,
.enjoyBlog{
	width:60%;
	margin:30px auto;
	
	font-size: 421%;
	font-weight: bold;
	color:  #FFF;
	-webkit-text-stroke: 1px #145558;
	text-shadow: 1px 1px 2px #145558,
		-1px  1px 2px #145558,
		1px -1px 2px #145558,
		-1px -1px 2px #145558;
	border-bottom: 2px dotted  #145558;
	text-align: center;
	padding: 0 0 0.125em 0;
}
.enjoyBlogTop{
	position:absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	left: 50%;
	top:0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#blog .pieceHeader h2{
	display:none;
}

#program .pieceBody .feed,
#blog .pieceBody .feed{
	display:none;
	top:0;
	float:none;
	margin-bottom:20px;
}

#program .pieceBody ul,
#blog .pieceBody ul{
	margin-left:5%;
	margin-bottom:20px;
	width:95%;
	letter-spacing: -.4em;
}
#program .pieceBody li,
#blog .pieceBody li{
	list-style:none;
	margin-right:6%;
	margin-bottom:20px;
	width:27%;
	display: inline-block;
	vertical-align:top;
	letter-spacing: normal;
}
#program .pieceBody li img,
#blog .pieceBody li img{
	width:100%;
	margin-bottom:15px;
	height:auto;
}
#program .pieceBody li .body,
#blog .pieceBody li .body{
	border-top:1px dashed #145558;
	padding-top:15px;
}

#program .pieceBody .title,
#blog .pieceBody .title{
	font-size:113%;
	font-weight:bold;
	margin-bottom:10px;
}
#program .pieceBody .title a:link,
#blog .pieceBody .title a:link{
	color:#145558;
	text-decoration: none;
}
#program .pieceBody .title a:visited,
#blog .pieceBody .title a:visited{
	color:#145558;
	text-decoration: none;
}
#program .pieceBody .title a:hover, #program .pieceBody .title a:active, #program .pieceBody .title a:focus ,
#blog .pieceBody .title a:hover, #blog .pieceBody .title a:active, #blog .pieceBody .title a:focus {
	color:#FF9A00;
}
#program .links,
#blog .links{
	text-align:right;
	margin-right:6%;
	font-size:150%;
	font-weight:bold;
	background:url(/_common/themes/joruri/common/images/arw2.png) no-repeat right center;
	padding-right:45px;
}
#program .links a:link,
#blog .links a:link{
	color:#145558;
	text-decoration: none;
}
#program .links a:visited,
#blog .links a:visited{
	color:#145558;
	text-decoration: none;
}
#program .links a:hover, #program .links a:active, #program .links a:focus,
#blog .links a:hover, #blog .links a:active, #blog .links a:focus {
	color:#FF9A00;
}

#program .pieceBody .body,
#blog .pieceBody .body{
	padding-bottom:10px;
}

#program .links,
#blog .links{
	clear:both;
}

#bunya{
	width:90%;
	margin:0 5%;
}
#bunya .pieceHeader{
	float:left;
	color:#145558;
	margin-bottom:20px;
}
#bunya .pieceBody{
	float:left;
}
#bunya .pieceBody li{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
}
#bunya .pieceBody li a{
	display:block;
	background-color:#145558;
	border:1px solid #145558;
	width:7em;
	border-radius: 7px; 
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	-o-border-radius:  7px;
	-ms-border-radius:  7px;
}
#bunya .pieceBody li a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#bunya .pieceBody li a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#bunya .pieceBody li a:hover{
	color:#145558;
	border-radius: 7px; 
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	-o-border-radius:  7px;
	-ms-border-radius:  7px;
	border:1px solid #145558;
	background: #FFF;
	text-decoration: none;
}

/*----- 水源地のブログ -----*/

#blog ul{
	margin-top:50px;
}

/* かわかみブログ部分 */
.kawakamiblog{
	margin-left:5%;
	margin-right:5.7%;
	margin-bottom:20px;
	width:25.65%;
	float:left;
}
.kawakamiblog h3{
	font-size:113%;
	font-weight:bold;
	margin-bottom:10px;
}
.kawakamiblog a:link {
	color:#145558;
	text-decoration: none;
}
.kawakamiblog a:visited {
	color:#145558;
	text-decoration: none;
}
.kawakamiblog a:hover, .kawakamiblog a:active, .kawakamiblog a:focus {
	color:#FF9A00;
}
.kawakamiblog img{
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:15px;
	height:auto;
	float:none;
}
.kawakamiblog .blogtitle{
	border-top:1px dashed #145558;
	padding-top:15px;
	padding-bottom:10px;
}

/* rss復旧までの仮処理 */
.kawakamiblogkari{
	margin-left:5%;
	margin-right:5.7%;
	margin-bottom:20px;
	width:25.65%;
	float:left;
}
.kawakamiblogkari h3{
	font-size:113%;
	font-weight:bold;
	margin-bottom:10px;
}
.kawakamiblogkari a:link {
	color:#145558;
	text-decoration: none;
}
.kawakamiblogkari a:visited {
	color:#145558;
	text-decoration: none;
}
.kawakamiblogkari a:hover, .kawakamiblogkari a:active, .kawakamiblogkari a:focus {
	color:#FF9A00;
}
.kawakamiblogkari img{
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:15px;
	height:auto;
	float:none;
}
.kawakamiblogkari .blogtitle{
	padding-top:15px;
	padding-bottom:10px;
}
.kawakamiblogkari .bloginfo{
	padding-top:15px;
	border-top:1px dashed #145558;
}

/* 水源地街道 */
.noBack .noIn2{
	width:100%;
	padding-bottom:30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.noCaption2{
	font-size:250%;
	font-weight:bold;
	text-align:center;
	color:#145558;
	margin:0;
}
.sengenIntro3{
	width:90%;
	margin:0 0 20px 5%;
	font-size:135%;
	color:#145558;
}
.sengenIntro3 span
{
	font-weight:bold;
}

.kaidoArea{
	width:90%;
	margin:0 0 40px 5%;
}
.kaidoImg{
	width:100%;
	max-width:800px;
	margin:0 auto 40px auto;
}
.kaidoImg img{
	width:100%;
	height:auto;
}
.kaidoIn{
	margin-bottom:40px;
	font-size:125%;
}

.kaidoArea .inquiry {
	border:1px solid #999999;
	margin-bottom: 40px;
	padding:25px 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:125%;
}
.kaidoArea .inquiry h2{
	background:none;
	margin-top:0;
	margin-bottom:5px;
	padding: 0;
	font-size:100%;
	font-weight: bold;
	color: #145558; 
}
.kaidoArea .inquiry .in{
	margin-bottom:5px;
	font-weight:bold;
}
/*.kaidoArea .inquiry .section{
	margin-bottom:5px;
	font-weight:bold;
}
.kaidoArea .inquiry .tel{
	font-weight:bold;
	display: table-cell;
}
.kaidoArea .inquiry .fax{
	padding-left:1.5em;
	font-weight:bold;
	display: table-cell;
}
.kaidoArea .inquiry .email{
	padding-left:1.5em;
	font-weight:bold;
	display: table-cell;
}
.kaidoArea .inquiry *:last-child {
	margin-bottom: 0;
}*/

/*----- ボタン処理 -----*/
body[class^="dir-source"] .enjoyBtn{
	height:0;
	overflow:hidden;
	margin-bottom:1.5em;
}
body[class^="dir-enjoy"] .sourceBtn{
	height:0;
	overflow:hidden;
	margin-bottom:1.5em;
}

body[class^="dir-source-docs"] .sourceBtn ul li:nth-child(2) a:link,
body[class^="dir-source-docs"] .sourceBtn ul li:nth-child(2) a:visited,
body[class^="dir-source-news"] .sourceBtn ul li:nth-child(2) a:link,
body[class^="dir-source-news"] .sourceBtn ul li:nth-child(2) a:visited {
	background-color:#FFFFFF;
	color:#145558;
}
body[class^="dir-enjoy-program-docs"] .enjoyBtn ul li:nth-child(1) a:link,
body[class^="dir-enjoy-program-docs"] .enjoyBtn ul li:nth-child(1) a:visited,
body[class^="dir-enjoy-program-new"] .enjoyBtn ul li:nth-child(1) a:link,
body[class^="dir-enjoy-program-new"] .enjoyBtn ul li:nth-child(1) a:visited {
	background-color:#FFFFFF;
	color:#145558;
}
body[class^="dir-enjoy-blog-docs"] .enjoyBtn ul li:nth-child(2) a:link,
body[class^="dir-enjoy-blog-docs"] .enjoyBtn ul li:nth-child(2) a:visited,
body[class^="dir-enjoy-blog-new"] .enjoyBtn ul li:nth-child(2) a:link,
body[class^="dir-enjoy-blog-new"] .enjoyBtn ul li:nth-child(2) a:visited {
	background-color:#FFFFFF;
	color:#145558;
}

/*----- スマホ対応 -----*/
.entrance_none{
	display:none;
}
.cmnHeader2{
	background-color:#FFFFFF;
}
.cmnMenu{
	display:block;
}
.entranceIn .cmnMenu{
	display:none;
}

.sm_footer{
	display:none;
}
.sm_headIcon{
	display:none;
}
.pc_only{
	display:block;
}
.sm_only{
	display:none;
}

/* 横幅の仮処理 */
.container{
	min-width:640px;
}

/* 印刷用 */
@media print {
	html.fp-enabled,.fp-enabled body {
		height: auto !important;
	}
	
	.fp-scrollable {
		height: auto !important;
	}
	
	.slimScrollDiv {
		height: auto !important;
	}
	
	#fp-nav  {
		display: none !important; /* ここまで調整に必須 */
	}
}
@media only screen and (max-width: 640px) {
	.pc_only{
		display:none;
	}
	.sm_only{
		display:block;
	}

	/* 横幅の仮処理 */
	.container{
		min-width:640px;
	}

	#fullpage{
	}
	.section{
/*		min-width: 640px;*/
	}
	.contentLeft{
		background:none;
		position:static;
		width:0;
		height:0;
		float:none;
	}
	.content{
		width:100%;
		float:none;
	}

	.rootdir .sm_em_menu{
		display:block;
	}
	.sm_em_menu{
		color: #000;
		background-color: #FFCC22;
	}
	li.sm_em_menu > a:link{
		color: #000;
	}
	li.sm_em_menu > a:visited{
		color: #000;
	}
	li.sm_em_menu > a:hover{
		color: #000;
		border-left-color: #FFCC22;
	}

	.sm_content{
		height:auto;
		background:url(./image/coback00.png) repeat;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:20px;
	}
	.sm_content_enjoy{
		position:block;
		width:100%;
	}

	#menu{
		position:static;
		width:100%;
		padding:0;
		height:auto;
	}
	#menuNest,.menuNest{
		width:100%;
	}
	.top_next {
		width:100%;
	}
	.cmnMenuNest{
		margin-bottom:0;
	}

	.shinAreaNest{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
		position:static;
		position:relative;

		padding:20px;
		font-size:80%;
	}
	.shinAreaNest .pieceHeader{
		width:20%;
	}
	.shinAreaNest .pieceBody{
		width:80%;
	}

	.menu_under{
		display:none;
	}
	.sm_menuArea{
		position:absolute;
		top:0;
		display:block;
		z-index:11;
	}
	.sm_footer{
		background-color:#FFFFFF;
		display:block;
	}
	.cmnfooter1{
		padding-top:0;
	}
	.sm_footer li{
		border-top:1px dashed #145558;
		border-left:1px dashed #145558;
		border-right:1px dashed #145558;
	}
	.sm_footer li a{
		padding-left:10px;
		background:url(./images/arw2.png) no-repeat right center;
	}
	.sm_footer li a:link{
		color:#000000;
		text-decoration: none;
	}
	.sm_footer li a:visited{
		color:#000000;
		text-decoration: none;
	}
	.sm_footer li a:hover{
		color:#FF9A00;
		background-color:#145558;
		text-decoration: none;
	}

	.sm_headIcon{
		display:block;
		width:80px;
		margin:0 auto;
		float:right;
		margin-right:20px;
	}

	#sm_dropMenu2_in{
		padding:20px;
	}
	.menu_in{
		background:none;
		margin-bottom:0;
		cursor:auto;
		padding:10px;
	}
	.sideMenu{
		width:80%;
		margin:0 auto;
		padding-right:20px;
		margin-bottom:40px;
	}
	.sideMenu ul li {
		margin: 1em 0 1em 1.5em;
	}

	.sengenLeft{
		width:100%;
		margin-left:0;
		float:none;
	}
	.sengenRight{
		width:100%;
		margin-right:0;
		float:none;
	}
	.sengenSmUnder{
		margin-bottom:0;
	}
	.sengenIn{
		padding-top:0;
	}
	.muradukuriBoxIn1{
		float:none;
		width:100%;
		margin-right:0;
	}
	.muradukuriBoxIn2{
		float:none;
		width:100%;
	}
	.muradukuriBoxIn3{
		float:none;
		width:100%;
		margin-right:0%;
	}
	.muradukuriBoxIn4{
		float:none;
		width:100%;
	}
	.muradukuriBoxIn5{
		float:none;
		width:100%;
		margin-right:0;
	}
	.muradukuriBoxIn6{
		float:none;
		width:100%;
	}
	.muradukuriBoxIn4:before {
		display:none;
	}
	.muradukuriBoxIn4:after {
		display:none;
	}
	.muradukuriBoxIn1:before,
	.muradukuriBoxIn5:before {
		display:none;
	}
	.muradukuriBoxIn1:after,
	.muradukuriBoxIn5:after {
		display:none;
	}
	.muradukuri2CaptionL{
		float:none;
		width:100%;
		margin-top:90px;
margin-right:0;
margin-bottom:20px;
	}
	.muradukuri2TextL{
		float:none;
		width:100%;
margin-top:0;
	}
	.muradukuri2CaptionR{
		float:none;
		width:100%;
		margin-top:80px;
margin-left:0;
margin-bottom:20px;
	}
	.muradukuri2TextR{
		float:none;
		width:100%;
margin-top:0;
	}
	.oitArea{
		width:100%;
	}
	.oitArea img{
		width:100%;
		height:auto;
	}

	/*----- 水源地のプログラム -----*/
	#newBlog .pieceHeader h2,
	.newBlog .pieceHeader h2{
		width:80%;
		margin:30px auto;
		font-size:187%;
	}
	#newBlog .pieceBody ul{
		margin:0 auto;
		margin-bottom:20px;
		width:90%;
	}
	#newBlog .pieceBody li{
		margin-right:0;
		width:100%;
		float:none;
		margin-bottom:40px;
	}


	#program .pieceHeader h2,
	.enjoyBlog{
		width:80%;
		margin:30px auto;
		font-size:187%;
	}
	#program .pieceBody ul,
	#blog .pieceBody ul{
		margin:0 auto;
		margin-bottom:20px;
		width:90%;
	}
	#program .pieceBody li,
	#blog .pieceBody li{
		margin-right:0;
		width:100%;
		float:none;
		margin-bottom:40px;
	}
	#emergencyBoard{
		position:static;
		background-color:#FFFFFF;
		width:100%;
		margin:0;
	}

	.entranceIn{
		margin:0;
	}

	.enjoyBlogTop{
		position:static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		margin-bottom:180px;
	}
	.noBack{
		background:none;
		height:auto;
		display:block;
		margin-bottom:180px;
	}
	.noBack .noIn{
		display:block;
		height:auto;
		padding:0;
	}
	.senBack{
		height:auto;
		display:block;
	}
	.senBack .senIn{
		height:auto;
		display:block;
		padding-top:180px;
		padding-bottom:180px;
	}
	.proBack{
		height:auto;
		display:block;
	}
	.proBack .proIn{
		height:auto;
		display:block;
		padding-top:200px;
		padding-bottom:200px;
	}
	#program .links,
	#blog .links{
		margin-right:10%;
	}
	.enjoyNews{
		margin-bottom:60px;
		bottom:0;
	}
	.sm_content_enjoy{
		display:block;
		height:auto;
	}
}