@charset "utf-8";

body {
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333333;
}
#header {
	width: 1200px;
	margin: 0 auto;
}
#nav,
#nav_works {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
#waste {
	width: 1200px;
	margin: 0 auto;
}
#footer {
	width: 1200px;
	margin: 0 auto;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
img{
	max-width: 100%;
}
embed{
    width:100%;
    height:114vh;
    margin: 30px 0;
}

	@media screen and (max-width: 700px){
		#nav,
		#nav_works  {
		    width: 100%;
		}
		#waste {
		    width: 100%;
		}
		#footer {
			width: 100%;
		}
		.inner {
			width: 100%;
		}
		embed{
		    width:100%;
		    height:200vh;
		}
	}


/************************
PC /  スマホ
************************/ 
.PC {
	}
.SP {
	display:none;
	}
		@media screen and (max-width: 700px){
		.PC {
			display:none;
			}
		.SP {
			display:block;
			}
		}

/************************
共通
************************/ 
a, a:visited, a:link {
}

#footer #page-top a, #footer #page-top a:visited, #footer #page-top a:link {
	color: #2897B5;
	background-color: #fff;
	padding: 6px;
}
#copyright a, #copyright a:visited, #copyright a:link {
	text-decoration: none;
}
#copyright span.admin {
	display: inline-block;
	margin-left: 1.5%;
}

.category {
	background-color: #d8ba6c;
	color: #352877;
}

		@media screen and (max-width: 700px){

}


/************************
リンク関連
************************/ 
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
a:hover img {
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
}
.articleSet a{
	text-decoration: underline;
}
.articleSet a:hover{
	text-decoration: underline;
	color: #c42b25;
}


/************************
文字組
************************/

.fa-instagram {
		color: #b74e4e;
}
		@media screen and (max-width: 700px){
		}


/************************
ヘダー
************************/ 

#header {
	height: 150px;
	margin-bottom: 27px;
	
}
#headerLeft {
	float: left;
	width: 46.666%;
	padding: 0 0 0 0.833%;
	overflow: hidden;
	background-image: url(../images/bg_flower_left.jpg);
	background-size: 127px;
	background-repeat: no-repeat;
}

h1{
	margin: 0;
	padding: 25px 8.333% 0 0;
	font-size: 461%;
	font-weight: bold;
	background-image: url(../images/bg_flower_center.jpg);
	background-size: 127px;
	background-repeat: no-repeat;
	background-position: top right;
}
h1 a:hover{
	opacity: 0.1;	
}
h1 span {
	display: block;
	position: relative;
}
h1 span.name {
	position: relative;
	left: 30%;
}
h1 span.area {
	width: 34.782%;
	background-color: #b74e4e;
	color: #fff;
	border-radius: 3px 0 0 3px;
}
h1 span.category {
	width: 65.218%;
	top:-37px;
	left: 34.782%;
	border-radius: 0 3px 3px 0;
}
h1 span.area,
h1 span.category {
	height: 37px;
	position: relative;
	font-size: 30%;
	text-align: center;
	line-height: 38px;
	}

#headerCenter {
	float: left;
	width: 25%;
	font-weight: bold;
}
#headerCenter .records {
	text-align: center;	
}
#headerCenter .records .recordTitle {
	margin: 63px 0 10px;
	height: 19px;
	line-height: 19px;
	border-bottom: 1px solid #d8ba6c;
}
#headerCenter .records .recordMain {
	font-size: 146%;
}
#headerCenter .records .recordSub {
	height: 27px;
	line-height: 28px;
	border: 1px solid #d8ba6c;
	border-radius: 3px;
	color: #352877;
}
#headerCenter .records .recordSub.sub01 {
	width: 35.333%;
	float: left;
}
#headerCenter .records .recordSub.sub02 {
	width: 63%;
	float: right;
}

#headerRight {
	float: right;
	width: 18.33%;
	padding-right: 7.5%;
	background-image: url(../images/bg_flower_right.jpg);
	background-size: 127px;
	background-repeat: no-repeat;
	background-position: top right;
}
#headerRight #headerSNS {
	height: 63px;
}
#headerRight #headerSNS i {
	line-height: 63px;
	color: #b74e4e;
	font-size: 163%;
}
#headerRight #headerSNS i.fab {
	
}
#headerRight #headerSNS i.fab.fa-instagram {
	
}
#headerRight .contacts{
	height: 85px;
	border: 1px solid #0f594b;
	border-radius: 3px;
	color: #0f594b;
	text-align: center;
	font-weight: bold;
}
#headerRight .contacts a{
	color: #0f594b;
	text-decoration: none;
	letter-spacing: 0.05em;
}
#headerRight .contacts .contactHeader{
	height: 21px;
	line-height: 21px;
	background-color: #0f594b;
	font-size: 70%;
	color: #fff;
}
#headerRight .contacts .contactMain{
	font-size: 209%;
    line-height: 1.05em;
    margin-top: 8px;
}
#headerRight .contacts .contactSub{
	font-size: 125%;
}
.page #info {
	display: none;	
}



		@media screen and (max-width: 700px){
			h1{
				width: 100%;
				padding: 25px 0 0;
				font-size: 250%;
			}
			h1 span.name {
				width: 65%;
				left: 35%;
			}
			h1 span.area {
				width: 34.782%;
				font-size: 45%;
				}
			h1 span.category {
				width: 65.218%;
				font-size: 45%;
				top:-37px;
				left: 34.782%;
				border-radius: 0 3px 3px 0;
			}
			#header {
				width: 100%;
				height: auto;
				margin-bottom: 0;
			}
			#headerLeft,
			#headerCenter,
			#headerRight
			 {
				float: none;
				width: 98%;
				padding: 0 0 0 1%;
			}
			#headerLeft {
				background-size: 157px;
				background-position: bottom left;
			}
			#headerRight {
				background: none;
			}
			#headerCenter {
				margin-top: -30px;
			}
			.page #headerCenter,
			.page #headerRight {
				display: none;
			}
			.page #info {
				display: block;
				margin-bottom: 50px;
			}
			.page #info #headerLeft,
			.page #info #headerCenter {
				display: none;
			}
			.page #info #headerRight {
				display: block;
			}

			#headerCenter .records {
				font-size: 90%;
			}
			#headerCenter .records .recordMain {
				padding: 0.5em 0;
				font-size: 90%;
			}
			#headerRight .contacts {
			    height: auto;
			    width: 90%;
			    margin-left: 4.9%;
			    margin-bottom: 30px;
			}
			#headerRight .contacts .contactHeader {
			    height: auto;
			    line-height: 1em;
			    font-size: 100%;
			    padding: 0.6em 0;
			}
			#headerRight .contacts .contactMain{
				font-size: 175%;
				line-height: 1.5em;
			    margin-top: 0.5em;
			}
			#headerRight .contacts .contactSub{
				font-size: 130%;
				line-height: 1.5em;
			    margin-bottom: 0.5em;
			}
			#headerCenter .records .recordTitle {
			    margin: 0;
			    padding-bottom: 0.5em;
			}
			#headerRight #headerSNS {
				height: auto;
				text-align: center;
			}
			#headerRight #headerSNS i {
				font-size: 200%;
			}
		}


/************************
ナビゲーション
************************/

ul#nav,
ul#nav_works  {
	text-align: center;
	height: 37px;
	margin-bottom: 25px;
}
ul#nav li,
ul#nav_works li {
	display: inline-block;
	margin: 0 8px;
	height: 37px;
	color: #c42b25;
	font-size: 118.75%;
	line-height: 38px;
	font-weight: bold;
} 
ul#nav li a,
ul#nav li a:visited,
ul#nav li a:link,
ul#nav_works li a,
ul#nav_works li a:visited,
ul#nav_works li a:link {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #c42b25;
} 
ul#nav li a:hover,
ul#nav_works li a:hover {
	border-bottom: 1px solid #c42b25;
	line-height: 37px;
} 
ul#nav li.active a,
ul#nav_works li.active a {
	background-color: #c42b25;
	border-radius: 3px;
	color: #fff;
	margin-top: -1px;
}

.naviSub {
	margin-bottom: 3em;
}
.naviSub ul {
	margin: 0 auto;
	text-align: center;
}
.naviSub ul li {
	margin: 0 auto;
	font-size: 142%;
	display: inline-block;
	margin: 0 20px;
}

.naviSub ul li a::before {
	content: "> " ;
}

.naviSub ul li a,
.naviSub ul li a:visited,
.naviSub ul li a:link {
	color: #333333;
	
}
.naviSub ul li a:hover {
	border-bottom: 1px solid #c42b25;
}

.naviRich {
	width: 85%;
	margin: 0 auto;
}
.naviRich ul {
	width: 100%;
}
.naviRich ul li {
	float: left;
	object-fit: cover;
	border-radius: 4px;
}
.naviRich ul li.type01 {
	width: 31.3725490196078%;
	margin: 0 0 34px 2.9411764705882%;
}
.naviRich ul li.type02 {
	width: 48.5294117647059%;
	margin: 0 0 34px 2.9411764705882%;	
}
.naviRich ul li:first-child {
	margin: 0 0 34px 0;
}
.naviRich ul li:nth-child(4) {
	margin: 0;
}

.naviRich ul li a,
.naviRich ul li a:visited,
.naviRich ul li a:link {
	display: block;
	height: 430px;
	color: #fff;
	font-size: 115.385%;
	border-radius: 4px;
}
.naviRich ul li.itokiri {
	background: url(../images/menu_bg_itokiri.jpg) no-repeat;
	background-size: 100%;
}
.naviRich ul li.juban {
	background: url(../images/menu_bg_juban.jpg) no-repeat;
	background-size: 100%;
}
.naviRich ul li.egg {
	background: url(../images/menu_bg_egg.jpg) no-repeat;
	background-size: 100%;
}
.naviRich ul li.facility {
	background: url(../images/menu_bg_facility.jpg) no-repeat;
	background-size: 100%;
}
.naviRich ul li.kukuru {
	background: url(../images/menu_bg_kukuru_2024.jpg) no-repeat;
	background-size: 100%;
}
.naviRich ul li a:hover {
	text-decoration: none;
}
.naviRich ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}
.naviRich ul li a div.aText {
	display: block;
	height: 91px;
	position: relative;
}
.naviRich ul li.type01 a div.aText {
	width: 97.1875%;
	padding: 9px 0 0 2.8125%;
	bottom: -330px;
	background-color: rgba(53,40,119,0.85);	
}
.naviRich ul li.type02 a div.aText {
	width: 98.1818181818182%;
	padding: 9px 0 0 1.8181818181818%;
	background-color: rgba(16,158,107,1);	
}

.naviRich ul li.type01 a div.aText:hover {
	background-color: rgba(53,40,119,1);	
}
.naviRich ul li strong {
	display: block;
	color: #fdec00;
	font-size: 180%;
}
.naviRich ul li a div.aText div {
	border-left: solid 2px #d8ba6c;
	padding-left: 8.75%;
}

#footer_nav {
	margin: 100px 0;
}
#footer_nav h4{
	text-align: center;
	font-size: 130%;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}

		@media screen and (max-width: 700px){

			ul#nav {
				height: auto;
			}
			
			.naviRich ul li a,
			.naviRich ul li a:visited,
			.naviRich ul li a:link {
				height: 200px;
			}
			.naviRich ul li.facility,
			.naviRich ul li.kukuru {
				background-size: cover;
			}
			.naviRich ul li.type02{
				width: 100%;
				margin: 0 0 34px 0;	
			}
			.naviRich ul li.type02 a div.aText {
				height: auto;
				padding: 9px 0 9px 1.8181818181818%;
			}
			.naviRich ul li.type01 {
				margin-bottom: 10px;
			}
			.naviRich ul li.type01 a div.aText {
				bottom: -40%;
				font-size: 75%;
			}
			.naviRich ul li.type01 a div.aText strong {
				font-size: 140%;
			}
			.naviRich ul li.type01 a div.aText span {
				font-size: 70%;
			}
			.naviRich ul li strong {
				font-size: 110%;
			}
			.naviRich ul li a div.aText{
				height: 60px;
			}
			.naviRich ul li a div.aText div {
				border-left: none;
				padding-left: 1%;
			}
			
			#footer_nav {
				margin: 0 0 100px;
			}

		}


/************************
基本部品
************************/ 

		@media screen and (max-width: 700px){
		}


/************************
メインイメージ
************************/ 
.visual {
	width: 100%;
	height: 590px;
	background-color: #efffff;
	margin-bottom: 40px;
}
#home .visual {
	background: url(../images/visual_home.jpg) no-repeat;
	background-size: 100%;
}
#pageEgg .visual {
	background: url(../images/visual_egg.jpg) no-repeat;
	background-size: 100%;
}
#pageItokiri .visual {
	background: url(../images/visual_itokiri.jpg) no-repeat;
	background-size: 100%;
}
#pageJuban .visual {
	background: url(../images/visual_juban.jpg) no-repeat;
	background-size: 100%;
}

#pageFacility .visual {
	background: url(../images/visual_facility.jpg) no-repeat;
	background-size: 100%;
}
#pageKukuru .visual {
	background: url(../images/visual_kukuru_2024.jpg) no-repeat;
	background-size: 100%;
}


#home .visual .text {
	width: 33.333%;
	margin-right: 7.5%;
	float: right;
}

#home .visual .text h2 {
	margin: 21px 0 310px;
	font-size: 270%;
	text-align: right;
	letter-spacing: -0.05em;
	font-weight: bold;
	line-height: 1.5em;
	color: #352877;
}
#home .visual .text h2 span {
	display: block;
	letter-spacing: 0.05em;
	font-size: 48.351%;
	line-height: 1.7em;
}
#home .visual .shortcut {
	float: right;
}
#home .visual .shortcut a {
	display: block;
	width: 260px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	background-color: #109e6b;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#home .visual .shortcut i {
	
}

.page .visual .visualContent01 {
	padding-top: 33px;
	float: left;
}
.visual .category {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 38px;
	font-weight: bold;
	border-radius: 2px;
}
.page .visual .visualContent01 h2 {
	margin-bottom: 55px;
	font-size: 163%;
	letter-spacing: 0.3em;
	line-height: 1.8em;
	text-align: center;
	color: #333333;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page .visual .visualContent01 h2 span.pageName {
	display: block;
	padding: 38px 0;
	letter-spacing: normal;
	font-size: 200%;	
	line-height: 1.2em;
	border-bottom: 4px solid #109e6b;
}
.page .visual .visualContent01 .text01 {
	padding: 21px 0;
	border-top: 2px solid #d8ba6c;
	border-bottom: 2px solid #d8ba6c;
	text-align: center;
	line-height: 2.461538461538462em;
}
.articleType02 .text01 {
	display: none;
	}


			@media screen and (max-width: 700px){
				#home .visual,
				.page .visual {
					height: 460px;
					margin-bottom: 80px;
				}
	
				.visual .category {
					width: 99%;
					padding: 5px 0.5%;
					text-align: center;
					margin-bottom: 18px;
				}
				.page .visual .visualContent01 h2 {
					margin-bottom: 18px;
					font-size: 123%;
					letter-spacing: normal;
				}
	
				#home .visual .shortcut a {
					width: 190px;
				}
			}



/** 各ページビジュアル部分 **/
#pageFacility .visual .visualContent01{
	margin-left: 55.75%;
	width: 35.8333333333333%;
	padding: 33px 2.9166666666667%;
}
#pageKukuru .visual .visualContent01 {
	margin-left: 71.3333333333333%;
	width: 24%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 50px 2% 0;
	height: calc(100% - 50px);
}
#pageItokiri .visual .visualContent01,
#pageJuban .visual .visualContent01,
#pageEgg .visual .visualContent01 {
	margin-left: 1%;
	width: 35.8333333333333%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 33px 2.9166666666667% 0;
	height: calc(100% - 33px);
}
#pageJuban .visual .visualContent01 {
	background-color: rgba(255, 255, 255, 0.7);
}
#pageFacility .visual .visualContent01 {
	background-color: rgba(255,255,255,0.8);
	height: 100%;
}
.visual .visualContent01 h2 {
	letter-spacing: 0.2em;
}
.visual .visualContent01 h2 span.pageName {
	font-size: 206%;
}
#pageFacility.page .visual .visualContent01 h2 {
	letter-spacing: 0em;
}


		@media screen and (max-width: 700px){
			#pageFacility .visual,
			#pageKukuru .visual,
			#home .visual,
			#pageJuban .visual,
			#pageItokiri .visual,
			#pageEgg  .visual{
				background-size: cover;
			}
			#pageKukuru .visual {
				background-position: left 30% center;
			}
			#home .visual {
				background-position: center;
			}
			#pageItokiri .visual {
				background-position: center center;
			}
			#pageJuban .visual {
				background-position: right -57px center;
			}
			#pageEgg  .visual{
				background-position: right 40% center;
			}
			#pageJuban .visual .visualContent01 {
				background-color: rgba(255, 255, 255, 0.9);
			}
			#home .visual .text {
				width: 100%;
				margin-right: none;
				float: none;
			}
			#home .visual .text h2 {
			    margin: 21px 4% 10px 0;
			    font-size: 290%;
			}
			#home .visual .text h2 span {
				font-size: 44%;
			}
			#pageKukuru .visual .visualContent01,
			#pageFacility .visual .visualContent01,
			#home .visual .visualContent01  {
			    width: 47%;
			    height: calc(100% - 20px);
			    padding: 33px 2%;
			    margin-left: 49%;
				background-color: rgba(255,255,255,0.7);
			}
			.page .visual .visualContent01,
			#home .visual .visualContent01 {
				background-color: rgba(255,255,255,0.6);
			}
			#pageItokiri .visual .visualContent01,
			#pageJuban .visual .visualContent01,
			#pageEgg .visual .visualContent01{
				width:45%;
				margin-left: 0;
				padding: 20px 1.5%;
			}
			.page .visual .visualContent01 h2 span.pageName {
				padding: 10px 0 35px;
			}
			.page .visual .visualContent01 h2 span.pageName span.pageNameSub {
				font-size: 30%;
				display: block;
			}
			.page .visual .visualContent01 .text01 {
				font-size: 88%;
				line-height: 1.3em;
				text-align: left;
			}	
			#pageFacility .visual .visualContent01 .text01 {
				display: none;
			}
			.articleType02 .text01 {
				display: block;
				padding: 21px 0;
				border-top: 2px solid #d8ba6c;
				border-bottom: 2px solid #d8ba6c;
				text-align: center;
				line-height: 2.461538461538462em;
			}
			span.pageName {
				line-height: 1.2em;
			}
		}





/************************
コンテンツ
************************/ 
#home .message {
	margin: 167px 0 0 0;
	background-image: url(../images/bg_flower_water.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#home .message p img {
	display: block;
	height: 32px;
	margin:0 auto 41px;
	
}
#home .message p.messageText {
	margin: 57px 0 70px;
	font-size: 173%;
	text-align: center;
	color: #352877;
	line-height: 2em;
	font-weight: bold;
}
#pageKukuru .visualContent01 .text01 p img {
	height: 26px;
	display: block;
	margin: 0 auto 19px;
}
#pageKukuru .visualContent01 .text01 p img:last-child {
	margin: 0 auto;
}




.content {
	margin-bottom: 100px;
}
.content img {
	border-radius: 3px;
}
.articleType01 {
	margin-bottom: 135px;
}
.articleType03 {
	width: 80%;
	margin: 0 auto;
}
.articleType01 .articleSet,
.articleType02 .articleSet{
	float: right;
	margin-left: 4.1666666666666%;
	width: 35.6666666666666%;
	margin-right: 10.1666666666666%;
}

.articleType01 .articleImage,
.articleType02 .articleImage,
.articleType03 .articleImage {
	float: left;
	width: 35.8333333333333%;
	margin-left: 14.1666666666666%;
}
.articleType01 .articleSet h3,
.articleType02 .articleSet h4,
.articleType04 .articleSet h3{
	padding: 2px 0 2px 16px;
	margin-bottom: 34px;
	font-size: 161.5%;
	border-left: 6px solid #352877;
	line-height: 1.4em;
	color: #352877;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.articleType02 .articleSet h3 span {
	display: table-cell;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    text-align: center;
 }
 #pageFacility .articleType02 .articleSet h3 span {
    width: 300px;
	 
 }
.articleType03 .articleSet h3 span {
	display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 5em;
    text-align: center;
 }
.articleType02 .articleSet h4 {
	margin: -12px 0 1em 111px;
	color: #109e6b;
	border-left: none;
	font-size: 130%;
	line-height: 2.1em;
}

.articleType03 .articleSet h4{
	min-height: 6em;
	padding: 2px 0 2px 16px;
	margin: -12px 0 1em 315px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #109e6b;
	border-left: none;
	font-size: 161.5384615384615%;
	line-height: 2.1em;
}

.articleType03 .articleSet{
	float: left;
	width: 35.8333333333333%;
	margin-bottom: 45px;
}

.articleType02 .articleSet h3,
.articleType03 .articleSet h3{
	float: left;
	background-color: #62cca9;
	color: #352877;
	border-radius: 11px;
	text-align: center;
	font-weight: bold;
	font-size: 177%;
}
.articleType02 .articleSet h3 {
	width: 110px;
	height: 110px;
}
#pageFacility .articleType02 .articleSet h3 {
	width: 70%;
	float: none;
	margin-bottom: 2em;
}
#pageFacility .articleType02 .articleSet h4 {
	margin: -12px 0 1em -12px;
}


.articleType03 .articleSet h3{
	width: 37%;
	min-height: 5em;
}

video {
	object-fit: cover;
	max-width: 100%;
}

.articleType01 .articleSet p,
.articleType02 .articleSet p,
.articleType03 .articleSet p,
.articleType04 .articleSet p{
	margin-bottom: 1em;
	font-size: 107.7%;
	letter-spacing: -0.05em;
	line-height: 1.7em;
	}

.articleType03 .articleSet .boxText p,
.articleType03 .articleSet .boxText ul{
	margin-left: 334px;
}

.articleType01.picRight .articleSet,
.articleType02.picRight .articleSet {
	float: left;
	width: 34.6666666666666%;
	margin-left: 14.1666666666666%;
	margin-right: 0;
}
.articleType01.picRight .articleImage,
.articleType02.picRight .articleImage {
	float: right;
	margin-left: 1.1666666666666%;
	width: 35.8333333333333%;
	margin-right: 14.1666666666666%;
}


.articleType03 .articleSet{
	width: 85.8333333333333%;
}
.articleType03 .articleImage {
	width: 29.126213592233%;
	}
.articleType03 .boxImage {
	width: 37%;
	min-height: 200px;
	float: left;
	margin-right: 1.6666666666667%;
}
.articleType03 .boxImage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articleType03 .articleSet .boxText{
	font-size: 107.7%;
	line-height: 1.571428571428571em; 
}
.articleType03 .articleSet .boxText ul{
	margin-bottom: 2em;
}


.articleType04 {
	width: 80%;
	margin: 70px auto;
 }
.articleType04 .articleSet .boxText ul li{
	font-size: 150%;
}

.boxText.reference {
	border: 1px solid #50bd71;
	border-radius: 5px;
	padding: 10%;
	margin: 3em 0;
}
.boxText.reference h4{
	font-size: 170%;
	margin-bottom: 1em;
	color: #50bd71;
	font-weight: bold;
}
.referenceSource {
	text-align: right;
}
.referenceSource a{
	text-decoration: underline;
}
.boxImageWide {
	clear: both;
	width: 71.666%;
	margin-top: 10px;
}
		@media screen and (max-width: 700px){
			.content {
				width: 94%;
				margin-left: auto;
				margin-right: auto;
			}
			#home .message p.messageText {
				font-size: 140%;
			}
			.articleType03,
			.articleType04 {
			}
			.articleType01 .articleSet,
			.articleType02 .articleSet,
			.articleType03 .articleSet,
			.articleType04 .articleSet{
				float: none;
				width: 100%;
				margin-left: 0;
			}
			
			.articleType01 .articleImage,
			.articleType02 .articleImage,
			.articleType03 .articleImage {
				float: none;
				width: 100%;
				margin-left: 0;
			}
			.articleType02 .articleSet h3,
			.articleType02 .articleSet h3 span {
				margin-right: auto;
				margin-left: auto;
			}
			.articleType03 .articleSet h3{
				width: 100%;
				float: none;
				margin-bottom: 1em;
			}
			.articleType03 .articleSet h3 span {
				width: 18%;
			}
			.articleType03 .articleSet h4{
				margin: 0 0 1em;
			}
			video {
				width: 100%;
			}
			.snsAccount {
				width: 80%;
				margin: 2em 0;
				margin-left: calc(5% - 3px);
				border: 3px solid #a13737;
				padding: 5%;
				font-size: 200%;
				text-align: center;
				border-radius: 10px;
			}
			.articleType01 .articleImage.snsQR {
				width: 50%;
				margin-left: 25%;
			}
		}


/************************
写真配置
************************/ 
.boxImageGallery {
	margin-bottom: 35px;
	width: 80%;
	clear: both;
}
.boxImageGallery .boxImageMain {
	float: left;
	overflow: hidden;
	display: inline-block;
	width: 42.5833333333333%;
	margin: 0 4.8039215686275% 0 7.5%;
}
#pageCraft .boxImageGallery .boxImageMain,
#pageFacility .boxImageGallery .boxImageMain {
	height: 313px;
}
#pageSansin .boxImageGallery .boxImageMain {
	height: 615px;
}
.boxImageGallery .boxImageMain img{
}
.boxImageGallery .thumbnails .column_2 {
	margin-left: -1%;
}
.boxImageGallery .thumbnails .column_2 img{
	float: left;
	width: 49%;
	margin: 0 0 20px 1%;
}
#pageFacility .boxImageGallery .thumbnails img {
	float: left;
	width: 18.3333333333333%;
	margin: 0 1.6666666666667% 20px 0;
}

#pageSansin .boxImageGallery .thumbnails a{
	display: block;
	margin: 0 0.4166666666667% 5px 0;
    position: relative;
    float: left;
    overflow: hidden;
    width: 150px;
    height: 150px;

}
#pageSansin .boxImageGallery .thumbnails a img{
    position: absolute;
    max-width: 180%;
    margin: auto;
    top: -150px;
    bottom: -150px;
    right: -150px;
    left: -150px;
}
		@media screen and (max-width: 700px){

			.articleType03 .boxImage {
				width: 100%;
			    float: none;
			    margin-bottom: 1em;
			}
			.articleType03 .articleSet .boxText {
			    margin: 2em auto;	
			}
			.articleType03 .articleSet .boxText p,
			.articleType03 .articleSet .boxText ul {
				margin-left: 0;
			}
			.articleType04 .articleSet .boxText ul {
				margin-left: 5%;
			}
			.articleType04 .articleSet .boxText ul li {
				font-size: 120%;
			}
			.boxImageGallery {
				width: 100%;
			}
			#pageFacility .boxImageGallery .boxImageMain {
				height: auto;
			}
			.boxImageGallery {
				margin-bottom: 35px;
			}
			.boxImageGallery .boxImageMain {
				float: left;
				overflow: hidden;
				display: inline-block;
				width: 52%;
				margin: 0 2% 0 0;
			}
			.articleSet .boxImageGallery  a {
				display: contents;
			}
			#pageCraft .boxImageGallery .thumbnails img,
			#pageFacility .boxImageGallery .thumbnails img {
				float: left;
				width: 21%;
				margin: 0 0 20px 2%;
			}
		}


/************************
外部CSSの上書き
************************/ 


.fancybox-caption {
	text-align: center;
}
/************************
スコア
************************/
#score {
	width: 1200px;
	margin: 0 auto;
}
#score .inner {
	width: 71.6666666666667%;
	margin: 70px auto;
}
#score .scoreTotal {
	width: 25.1162790697674%;
	float: right;
}
#score h5{
	text-align: center;
	margin-bottom: 1em;
	font-size: 161.5%;
	line-height: 1.4em;
	color: #352877;
	font-weight: bold;
}
#score h5 span{
	display: block;
	font-size: 200%;
	letter-spacing: 0.04em;
	line-height: 1.3em;
}
#score .year {
	text-align: center;
    margin-bottom: 1em;
    font-size: 161.5%;
    line-height: 1.4em;
    color: #352877;
    font-weight: bold;
}

.controls {
	text-align: center;
	margin: 10px 0;
}

.controls button {
	padding: 5px 10px;
	margin: 0 5px;
	font-size: 16px;
	cursor: pointer;
}

.pdf-thumbnails-top {
	display: flex;
	overflow-x: auto;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}

.pdf-thumbnails-top canvas {
	height: 100px;
	margin-right: 10px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border 0.2s, box-shadow 0.2s;
}

.pdf-thumbnails-top canvas.active {
	border-color: #007bff;
	box-shadow: 0 0 8px rgba(0,123,255,0.6);
}

#pdf-viewer-wrapper {
	width: 100%;
	height: 800px;
	overflow-y: auto;
	text-align: center;
}

#pdf-canvas {
	max-width: 100%;
	height: auto;
}


		@media screen and (max-width: 700px){

			#score {
				width: 100%;
			}
			#score .inner {
				width: 90%;
			}
			#pdf-viewer-wrapper {
				width: 100%;
				height: 500px;
			}
	      .pdf-thumbnails-top canvas {
	        height: 80px;
	      }

			
		}


/************************
フッター
************************/
.footer {
	height: 250px;
	background: url(../images/bg_water_01.png) no-repeat;
	background-size: 138px;
	background-position: 0 200px;
} 
#footerLeft {
	float: left;
	width: 34.1666666666667%;
	height: 231px;
	border-top: 3px solid #b74e4e;
}
#footerRight {
	float: right;
	width: 65.8333333333333%;
	border-top: 3px solid #d8ba6c;
	background: url(../images/bg_water_02.png) no-repeat;
	background-size: 144px;
	background-position: bottom right;
}
#footerLeft .conmapny {
	margin: 25px 0 0 8.8235294117647%;
}
#footerLeft .conmapny .companyName {
	font-size: 192.3%;
}
#footerLeft .conmapny .companyCategory {
	font-size: 130.7692307692308%;
	font-weight: bold;
	line-height: 1.7em;
}
#footerLeft .conmapny .companyAddress {
	font-size: 107.7%;
	margin-bottom: 12px;
}
#footerLeft .conmapny .companyPhone {
	font-size: 138.4615384615385%;
}
#footerLeft .conmapny .companyMail {
	font-size: 138.4615384615385%;
}
#footerRight .group {
	float: left;
	width: 81%;
}
#footerRight .group .groupTitle {
    margin: 41px 0 13px;
    padding: 0 0 10px 19px;
    border-bottom: 2px solid #d8ba6c;
}
#footerRight .group ul{
	width: 100%;
}
#footerRight .group li{
	float: left;
	width: 28.9%;
	height: 51px;
	padding: 0.5em 0 0.5em 4.1%;
	border-left: 2px solid #d8ba6c;
	line-height: 1.3em;
}
#footerRight .group li span{
	display: block;
}
#footerRight .group li span.area{
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 2px;
	height: 17px;
	line-height: 18px;
	color:  #fff;
	background-color: #d8ba6c;
	border-radius: 2px;
	font-weight: bold;
}
#footerRight .group li span.name{
	font-size: 90%;
}
#footerRight .group li span.expl{
	font-size: 90%;
}
/* 右側フッターをさらに分ける場合は以下のCSSとhtmlの当該部分を有効にする */
/*
	
#footerRight .group_2nd {
	width: 30%;
	margin-left: 1%;
}
#footerRight .group.group_2nd .groupTitle {
    border-bottom: 2px solid #2a22cb;
}

#footerRight .group.group_2nd li{
	width: 100%;
	padding-left: 8%;
	border-left: none;
}
#footerRight .group_2nd li a{
	text-decoration: underline;
	color: #2a22cb;
}
*/

#copyright {
	clear: both;
	text-align: center;
	font-size: 80%;
	margin-bottom: 1em;
}
#copyright a{
	text-decoration: none;
	border-bottom: 1px solid #d8ba6c;
}
#copyright a:hover{
	text-decoration: none;
	background-color: #d8ba6c;
}
#footer #page-top a, #footer #page-top a:visited, #footer #page-top a:link {
    color: #0e3177;
    background-color: #62cca9;
    padding: 10px 18px;
}

#page-top {
    font-size: 0;
    position: fixed;
    bottom: 176px;
    right: 26px;
    opacity: 0;
}
#page-top.fade-in {
    font-size: 45px;
    opacity: 1;
    transition: opacity 1s;
}

		@media screen and (max-width: 700px){
			.footer {
				height: auto;
				background: none;
			}
			#footerLeft {
				float: none;
				width: 100%;
				height: auto;
				background: url(../images/bg_water_02.png) no-repeat;
				background-size: 110px;
				background-position: top right;
			}
			#footerRight {
				float: none;
				width: 100%;
				padding-bottom: 0;
				margin-bottom: 35px;
				height: auto;
				background: none;
				border-top: none;
				border-bottom: 3px solid #d8ba6c;
			}
		#footerLeft .conmapny {
			margin: 25px 0 1em 1em;
		}
			#footerRight .group {
			    width: 100%;
			    margin-bottom: 30px;
			}
			#footerRight .group li{
				float: left;
				width: 30%;
				height: auto;
				padding: 1% 5px;
				border-left: 1px solid #d8ba6c;
				line-height: 1.3em;
				text-align: center;
				font-size: 90%;
			}
			#footer #page-top a, #footer #page-top a:visited, #footer #page-top a:link {
			    padding: 3px 12px;
			}

			#page-top {
			    bottom: 15px;
			    right: 3px;
			}
		
		}
