@charset "UTF-8";



html, body {
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 color: #333;
 font-weight: 100;
 *font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
 -webkit-font-smoothing: antialiased;
}
.pageBodySub {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-weight: 100;
}
.subNavi {
	width: 100%;
	margin-top: 37px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #f7f7f7;
	opacity: 0.8;
	position: relative;
	z-index: 999;
}
.subNavi ul {
	float: left;
	position: relative;
	left: 47%;
}
.subNavi li {
	float: left;
	position: relative;
	left: -50%;
	width: 150px;
	color: #333;
	font-size: 0.8em;
	font-weight: lighter;
	line-height: 2.5em;
	list-style-type: none;
	text-align: center;
	margin-bottom: 0;
	border-bottom: 0 solid;
	border-bottom-color: #cbcbcb;
}
.subNavi li a {
	color: #333;
	display: block;
}
.noBorder {
	border-right: none;
}
.subSection {
	width: 100%;
	position: relative;
}
.subSection img {
	width: 100%;
}
#spanBox {
	position: absolute;
	text-align: center;
	top: 33%;
	left: 3%;
	right: 3%;
	bottom: 5%;
	margin: auto;/*background-color: rgba(133,133,133,0.5);*/
}
#desc {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 4.0em;
	font-weight: 100;
	z-index: 2;
	line-height: 2.0em;
	text-shadow: 4px 4px 6px #333;
	color: #fff;
}

@media screen and (min-width: 769px ) {
.content {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -7px;/**background-color: aqua;**/
}
.leftCont {
	float: left;
	width: 50%;
}
.leftCont img{
	float: left;
	width: 100%;
}

.rightcont {
	float:right;
	width:50%;
}

.rightcont img {
	float:right;
	background-size:cover;
	width:100%;
}


.content h1 {
	width: 100%;
	font-size: 1.6em;
	line-height: 3.8em;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	background-color: #333;
}
.content h2 {
	font-size: 1.3em;
	line-height: 1.8em;
	text-align:center;
}
.content p {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 90%;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.7em;
	margin-left: auto;
	margin-right: auto;
}

.content address {
	font-size: 1.5em;
	line-height: 2.0em;
	font-style: normal;
	letter-spacing: 0.2em;
	padding-left: 3%;
}

.example  {
	width: 90%;
	height:auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.example .item {
	width: 30%;
	margin-top: 20px;
}
.example .item img {
	width: 100%;
	transition: 0.8s;
	border: 3px double #CCC;
}
.example img:hover {
	opacity:0.5;
}
.item p {
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	margin-top: 5px;
	font-weight: bold;
}
.item p span {
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	margin-top: 5px;
	background-color: rgba(36, 143, 162, 1.0);
	color: #FFF;
	border-radius: 5px;
	font-size: small;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

}

@media screen and (max-width: 768px ) {
.subNavi {
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	background-color: #f7f7f7;
	opacity: 0.8;
	position: relative;
	z-index: 999;
}
.subSection {
	width: 100%;
	position: relative;
}
.subSection img {
	width: 100%;
}
#spanBox {
	position: absolute;
	text-align: center;
	top: 33%;
	left: 3%;
	right: 3%;
	bottom: 5%;
	margin: auto;/*background-color: rgba(133,133,133,0.5);*/
}
#desc {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 4.0em;
	font-weight: 100;
	z-index: 2;
	line-height: 1.5em;
	text-shadow: 4px 4px 6px #333;
	color: #fff;
}
.content {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -7px;/*background-color: aqua;*/
}
.leftCont {
	width: 100%;
}

.rightcont {
	width: 100%;
}
.content h1 {
	width: 100%;
	font-size: 1.2em;
	line-height: 2.0em;
	margin: 0;
	font-weight: 100;
	text-align: center;
	color: #fff;
	background-color: #333;
}
.content h2 {
	text-align:center;
	font-size: 1.0em;
	line-height: 1.6em;
}
.content p {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 90%;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
}

.content address {
	font-size: 1.5em;
	line-height: 2.0em;
	font-style: normal;
	letter-spacing: 0.2em;
	padding-left: 3%;
}



.example {
	width: 90%;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.example img {
	width:100%;
	transition: 0.8s ;
	border: 3px double #CCC;
}

.example img:hover {
	opacity:0.5;
}

.example .item {
	margin-bottom:60px;
	text-align:center;
}
.example .item:last-child {
	margin-bottom:0;
}

.item p {
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	margin-top: 10px;
	font-weight: bold;
}
.item p span {
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	margin-top: 5px;
	background-color: rgba(36, 143, 162, 1.0);
	color: #FFF;
	border-radius: 5px;
	font-size: small;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

}
