@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom;image-rendering: -webkit-optimize-contrast;}

#pagetop {position: fixed;bottom: 5%;right: 2%;z-index:999;}
#pagetop a {color: #FFF;padding: 2em 1em;text-align: center;font-size: 0.75em;text-decoration: none;border-radius: 6px; }
#pagetop:hover {opacity: 0.8;}

.pc {display: block;} 
.sp {display: none;}

.flexBox {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

a:link {
	color: #007FFF;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* ---pc design-------------------------------------- */
body{
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
	height: 100%;
	color: #262C33;
	overflow-x: hidden;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

header {
	width:100%;
	background: rgba(255 , 255 , 255 , 0.9);
}

.fix-header {
	position: fixed;
	top: 0;
	height: 134px;
	z-index: 999999;
}

h2.title {
	padding-bottom: 16px;
	margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	border-bottom: 2px solid #696969;
}

h2 {
	width: 100%;
	font-size: 24px;
	line-height: 100%;
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
	text-align: left;
}
h2 span {
	height: 25px;
	position:relative;
	display: inline-block;
}

h3 {
	padding: 0.8em 0.5em;
	margin: 1em 0;
	font-size: 1.2em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background: rgba(228, 215, 200, 0.6);
}

header.pc {
	padding: 32px 0 22px;
}

header.pc a {
	color: #262C33;
}

.headerPC__contents {
	margin: 0 0 32px 0;
}

.headerPC__logoSideNav {
	width: 47%;
}

.headerPC__logoSideNav li {
	position: relative;
	line-height: 1em;
	align-self: center;
}
.headerPC__logoSideNav li:nth-of-type(1) {
	padding-left: 39px;
}

.headerPC__logoSideNav li::before {
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.headerPC__logoSideNav li:nth-of-type(1)::before {
	width: 32px;
	height: 29px;
	background: url("image/icon_cart@2x.png") no-repeat;
	background-size:  32px 29px;
}

.headerPC__logoSideNav li:nth-of-type(2) {
	padding-left: 30px;
}

.headerPC__logoSideNav li:nth-of-type(2)::before {
	width: 26px;
	height: 20px;
	background: url("image/icon_inquiry@2x.png") no-repeat;
	background-size: 26px 20px;
}

.headerPC__logoSideNav a , .headerPC__nav a {
	padding: 0.5em;
}

.headerPC__logoSideNav a:hover,
.headerPC__nav a:hover {
	transition: all 0.8s ease 0s;
	background: rgba(228, 215, 200, 0.6);
}

header.pc h1 {
	width: 366px;
}

.topContents {
	margin-top: 134px;
}

.l-image__relative {
	position: relative;
}

.l-image__relative picture img{
	width: 100%;
}

.l-image__absolute {
	margin: auto;
	width: 1000px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.l-image__absolute .l-image__title {
	margin: auto 0;
}

.l-image__title img {
margin: auto 0;
width: 370px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
vertical-align: middle;
}

.information {
	padding: 35px 0 40px;
}

.info__title {
	margin-bottom: 26px;
	padding-bottom: 8px;
	border-bottom: 3px solid #baa38a;
}

.infoBox {}

.infoBox > li:last-of-type {
	margin: 0 0 0 auto;
	text-align: right;
}

.pageContents .infoBox > li:last-of-type {text-align: center;}

.infoBox__wrap {
	margin-bottom: 15px;
	justify-content: flex-start;
	align-items: baseline;
}

.infoBox__tag {
	margin-right: 18px;
	padding: 6px;
	width: 155px;
	font-size: 15px;
	line-height: 1em;
	color: #ffffff;
	border-radius: 3px;
}

.infoBox__tag.info__tag--notice {
	background: #baa38a;
}

.infoBox__tag.info__tag--project {
	background: #696b76;
}

.infoBox__data {
	margin-right: 18px;
	font-size: 12px;
}

.infoBox__text {
	width: 730px;
	text-align: left;
}

.infoBox__btn {
	font-size: 16px;
	display: inline-block;
}

.infoBox__btn div {
	padding: 15px 0 16px;
	width: 238px;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	color: #baa38a;
	border: 1px solid #baa38a;
	border-radius: 45px;
} 

.infoBox__btn div:hover {
	transition: all 0.8s ease 0s;
	background: rgba(228, 215, 200, 0.6);

}

.projects {
	padding: 22px 0 100px;
	background: #f7f3f0;
}

.projects__title {
	margin-bottom: 20px;
}

.projects__list {}

.projectsBox {
	width: 32%;
}

.projectsBox.flexBox {
	flex-direction: column;
}

.projectsBox__heading {
	padding: 10px;
	margin-bottom: 8px;
	min-height: 40px;
	text-align: center;
	color: #ffffff;
	line-height: 1em;
	background: #696b76;
	border-radius: 5px;
}

.projectsBox__inner {
	box-shadow: 5px 5px 7px -5px #999999;
}

.projectsBox__image {
	width: 100%;
	height: 205px;
	overflow: hidden;
	background: #696b76;
	flex-grow: 1;
}

.projectsBox__text {
	padding: 30px 10px;
	min-height: 245px;
	background: #ffffff;
	flex-grow: 2;
}

.projectsBox__text span {
	font-size: 22px;
}

.supporter {
	padding: 22px 0 30px;
}

.supporter__title {
	margin-bottom: 20px;
}

.supporter__text.dummy {
	height: 245px;
	text-align: left;
}

.access {
	padding: 22px 0 168px;
	background: url("image/access_bg@2x.png") no-repeat;
}

.access__title {
	margin-bottom: 18px; 
}

.access__map {
	width: 100%;
	height: 255px;
	border: 1px solid #acacac;
}

.access__address {
	margin-top: 15px;
	font-size: 15px;
}

footer {
	margin: 0 auto;
	padding: 65px 0 50px;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	background: #222222;
}

.footer__name {
	margin: 0 auto;
	width: 364px;
}


nav[class^="footer__nav"] a:hover {
	background-color: rgba(255,255,255,0.2);
	transition: 0.8s;
}

.footer__nav li {
}

.footer__nav1 {
	margin: 65px auto 30px;
	width: 100%;
}

.footer__nav1 li:nth-of-type(n+2) {
	margin-left: 75px;
}

.footer__nav2 {
	margin: 0 auto 65px;
	width: 638px;
}

.footer__nav2 li {
	position: relative;
	line-height: 1em;
	align-self: center;
}

.footer__nav2 li:nth-of-type(n+2)::before {
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.footer__nav2 li:nth-of-type(2) {
	padding-left: 39px;
}

.footer__nav2 li:nth-of-type(2)::before {
	width: 32px;
	height: 29px;
	background: url("image/icon_cart_w@2x.png") no-repeat;
	background-size:  32px 29px;
}

.footer__nav2 li:nth-of-type(3) {
	padding-left: 30px;
}

.footer__nav2 li:nth-of-type(3)::before {
	width: 26px;
	height: 20px;
	background: url("image/icon_inquiry_w@2x.png") no-repeat;
	background-size: 26px 20px;
}

nav[class^="footer__nav"] .flexBox {align-items: center;}

nav[class^="footer__nav"] li a {color: #ffffff;}

footer small {font-size: 16px;}

.pageContents {
	padding: 15px 0 45px;
	margin-top: 134px;
}

.page-title {
    margin-bottom: 26px;
    padding-bottom: 8px;
    border-bottom: 3px solid #baa38a;
}

.page-read {
	text-align: left;
	line-height: 1.6em;
}

.page-read.blank {
	height: 500px;
}

.inq-form div + div{
	margin-top: 15px;
}

.inq-form input {
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #000000 inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.inq-form textarea {
	display: block;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #000000 inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	resize: vertical;
}


.inq-form input:focus , .inq-form textarea:focus {
	background: #f7f3f0;
	box-shadow:  0 0 0 2px #baa38a inset;
	outline: 0;

}

.inq-form__btn {
	padding: 10px 15px;
}

/*img rollover alpha*/
.alpha a:hover img {
  opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
		filter: alpha(opacity=80);
}

/*pagetop float*/
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#pagetop a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
		filter: alpha(opacity=80);
}

/* ---scale up--------------------------------------- */
/* 
.scale_up {
	width: 300;
	height: 200;
	border: 0;
	overflow: hidden;
	position: relative;
}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale_up img:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
} */


.alpha a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)"}

table.borderTable {
	width: 100%;
}

table.borderTable > tbody > tr > th {
	padding: 15px 14px 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #eeeeee;
	border:1px solid #777777;
}

table.borderTable > tbody > tr > td {
	padding: 15px 14px 14px;
	text-align: left;
	border:1px solid #777777;
}

	table.formTable th {
	width: 30%;
}

table.formTable th div {
	text-align: center;
}

table.borderTable.formTable td {
	padding: 3px 4px 3px;
	}

table.formTable input , table.formTable select {
	padding: 3px 4px;
	margin-right: 3px;
	height: 38px;
	font-size: 14px;
}

table.formTable input[type="radio"] , table.formTable input[type="checkbox"] {
	margin: 0 6px 0 0;
	position: relative;
	width: 25px;
	height: 25px;
	vertical-align: bottom;
	background: #ffffff;
	border: 1px solid #000000;
}

table.formTable td.checkboxArea input[type="checkbox"] {
	height: 25px;
	line-height: 1.2em;
	border: 1px solid green;
}

table.formTable td.checkboxArea .flexBox {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-item: center;
	align-item: center;
} 

table.formTable td.checkboxArea .flexBox + .flexBox{
	margin-top: 8px;
}

table.formTable td.classificationBox  .flexBox span {
	align-self: center;
}
table.formTable + table.formTable {
	margin-top: 15px;
}

table.formTable a {
	text-decoration: none;
}

.map {
	width: 100%;
	max-width: 1000px;
	height: 40vw;
}

	.access .borderTable {
		margin: 3em auto 0;
		width: 80%;
	}

.greeting .page-read {line-height: 1.8em;}	

.greetingBox {
	padding: 1.5em 1em;
	margin: 2em 0;
	line-height: 1.8em;
}

.corporateList {}
.corporateList dt {
	margin: 0.5em 0;
	width: 15%;	
}
.corporateList dd {
	padding: 0.5em 0 0.5em 1em;
	margin: 0.5em 0;
	width: 80%;
	border-left: 2px dashed #baa38a;
}

.outline .discList li {list-style: disc inside;}

.outline .projectList {	justify-content: flex-start;}

.outline .projectList li {width: 20%;}

.outline .projectList li + li{margin-left: 1em;}

.numberList {counter-reset: count 0;}

.numberList li {
	margin: 1em 0;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2em;
	}

.numberList li::before {
	margin: auto 0;
	padding-right: 0.5em;
	width: 1em;
	height: 1em;
	font-size: 1.8em;
	color: #baa38a;
	content: counter(count) ".";
	counter-increment: count 1;
}

.border1Box {
	background: #ffffff;
	border: 1px solid #baa38a;
}
/*
@media screen and (max-width: 572px) {
#formWrap {
	width: 95%;
	margin: 0 auto;
}
table.formTable th, table.formTable td {
	width: auto;
	display: block;
}
input[type="text"], textarea {
	padding: 5px;
	font-size: 110%;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
}
}*/

.w200 {width: 200px;}
.w500 {width: 500px;}
.w600 {width: 600px;}

.w500box {width: 500px;height: 300px;}

/* ---sp design-------------------------------------- */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 572px) {/*スマートフォンサイズ*/
.pc {display: none;}
.sp {display: block;}

body {font-size: 12px;}
	
header.sp {
	padding: 28px 0 32px;
	width:100%;
	height: 85px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

header.sp h1 {
	width: 378px;
}
nav.headerSP__nav {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background-color: #262c33;
	color: #ffffff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

nav.headerSP__nav ul {
	background: #262c33;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.headerSP__nav ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}

nav.headerSP__nav > ul > li:last-child {
	margin: 0.5em 0;
	padding-bottom: 0;
	border-bottom: none;
}

nav.headerSP__nav ul li a {
	padding: 1em 0;
	display: block;
	color: #ffffff;
}


.headerSP__nav .headerNav2 li , .headerSP__nav .headerNav3 li {
	border-bottom: none;
}
nav.headerSP__nav .headerNav2 ul li a,
nav.headerSP__nav .headerNav3 ul li a {
	padding: 0;
	}

.headerSP__nav .headerNav2 img {
	margin-bottom: 2vw;
	width: 90vw;
}
.headerSP__nav .headerNav3 {
	margin: 0 auto;
	width: 90vw;
	}
header .headerNav3 li img {
	margin: 0 auto 0;
	width: auto;
	max-height: 34px;
}

.headerSP .headerSP__nav .headerNav3 li {
	width: 29vw;
}

	/* このクラスを、jQueryで付与・削除する */
nav.headerSP__nav.active {
	transform: translateY(0%);
}

.headerSP__navTrigger {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 86px;
	height: 86px;
	cursor: pointer;
	z-index: 999;
	background: #262c33;
	text-align: center;
}

.headerSP__navTrigger span {
	display: block;
	position: absolute;	/* .headerSP__navTriggerに対して */
	width: 40px;
	border-bottom: solid 6px #ffffff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 23px;
}

.headerSP__navTrigger span:nth-child(1) {
	top: 26px;
}

.headerSP__navTrigger span:nth-child(2) {
	top: 40px;
}

.headerSP__navTrigger span:nth-child(3) {
	top: 54px;
}

.headerSP__navTrigger span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.headerSP__navTrigger.active span:nth-child(1) {
	top: 45px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.headerSP__navTrigger.active span:nth-child(2),
.headerSP__navTrigger.active span:nth-child(3) {
	top: 45px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.topContents {
	margin-top: 0;
}
	
.l-image__relative {
	height: 686px;
	}
	
.l-image__relative picture img {
	width: auto;
	height: 100%;
	transform: translate(-450px);
}

.l-image__absolute .l-image__title {
}

.l-image__title img {
	width: 264px;
}
	
.inner {
	margin: 0 auto;
	width: 90vw;
}

.information {
	padding: 20px 0 25px;
}

.info__title {
	margin-bottom: 18px;
	border-bottom: 1px solid #baa38a;
}

.infoBox__tag {
	padding: 5px 0 6px;
	margin-bottom: 8px;
	width: 130px;
	font-size: 12px;
}

.infoBox > li:last-of-type {
	display: none;
}

.projects {
	padding: 15px 0;
}

.projects__title {
	margin-bottom: 10px;
}
.projectsBox.flexBox {
	width: 43vw;
}

.projectsBox__heading {
	padding: 8px 0;
	min-height: 30px;
	font-size: 16px;
}

.projectsBox__image {
	height: 158px;
	}

.projectsBox__text {
	padding: 18px;
	min-height: 165px;
}
.projectsBox__text span {
	font-size: 12px;
}

.projectsBox.flexBox:nth-of-type(n+3) {
	display: none;
}

.supporter {
	padding: 15px 0 20px;
}

.access {
	padding: 20px 0 30px;
}
	
h2 {
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #999999;
	margin: 0 auto 0.5em;
	text-align: left;
}

h2 span::before {
	top: 2px;
}

h2 span {
	height: 1em;
	position: relative;
	display: inline-block;
}

.borderTable.preTable th {
	padding: 0.4em 0 0.5em 1em;
}

.borderTable.preTable td {
	padding: 0.4em 0 0.5em 1em;
}
.borderTable.preTable th ,.borderTable.preTable td,
.borderTable.formTable th, .borderTable.formTable td {
	width: 100%;
	max-width: inherit;
	display: block;
	border-bottom: none;
}

table.borderTable td.last {
	border-bottom:1px solid #777777;
}

.mapArea {
	width: 100%;
	max-width: 1000px;
	height: 60vw;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0;
}

.footer__nav1{
	margin: 20px 0;
}	

nav[class^="footer__nav"] .flexBox li {
	margin-bottom: 1em;
	
}

.footer__nav1 li:nth-of-type(n+2) {
	margin-left: 1em;
	}

.footer__nav2 {width: 100%;}

.footer__nav2 .flexBox {
	justify-content:space-around;
}

footer small {
	font-size: 3vw;
}

#pagetop {
	position: fixed;
	bottom: 2em;
	right: 1em;
	opacity: 0.6;
}

#pagetop a {
	padding: 0;
}

.topContents {
	padding-top: 0;
}

.pageContents {
/*	width: 96vw;
	max-width: 96vw;*/
	margin: 0 auto;
	padding: 1.5em 0;
}




.uhc .btnBox {
	margin: 58px auto;
	width: 90vw;
}

.fix-header {
	display: none;
	}
}