/* ヘッダーメイン */

@media screen and (min-width: 641px){

#thmain img {
	width: 100%;
	margin: 0px 0px 130px 0px;
	}

}

@media screen and (max-width: 640px){

#thmain img {
	width: 100%;
	margin: 0px 0px 70px 0px;
	}

}


/* トップページ */

@media screen and (min-width: 641px){

#top {
	line-height: 200%;
	}

#top section {
	padding: 0px 0px 130px 0px;
	}

#top .news {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	}

#top .news ol {
	width: 100%;
	border-top: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
	padding: 30px 0px 10px 0px;
	line-height: 120%;
	}

#top .news dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#top .news dt {
	width: 120px;
	display: table-cell;
	}

#top .news dd {
	width: calc(100% - 120px);
	display: table-cell;
	}

#top .news dd h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 120%;
	}

#top .poi h2.title,
#top .woo h2.title {
	width: 90%;
	max-width: 1200px;
	}

#top .poi .cop {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 50px auto;
	}

#top .poi ol {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#top .poi ol a {
	width: calc((100% - 1px * 2) / 3);
	min-height: 400px;
	color: #ffffff;
	margin: 0px 1px 0px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .poi ol a:last-child {
	margin: 0px;
	}

#top .poi ol a:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .poi ol a:after {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #ffffff solid;
	border-right: 3px #ffffff solid;
	position: absolute;
    right: 22px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#top .poi ol a.poi01 {
	background: url(img/poi01.jpg) no-repeat center;
	background-size: cover;
	}

#top .poi ol a.poi02 {
	background: url(img/poi02.jpg) no-repeat center;
	background-size: cover;
	}

#top .poi ol a.poi03 {
	background: url(img/poi03.jpg) no-repeat center;
	background-size: cover;
	}

#top .poi ol h3 {
	width: 90%;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	}

#top .poi ol p {
	font-size: 120px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	left: 30px;
	bottom: -19px;
	opacity: 0.3;
	}

#top .woo dl {
	width: 100%;
	min-height: 700px;
	display: table;
	}

#top .woo dt {
	width: 53.125%;
	background: url(img/woopho01.jpg) no-repeat center;
	background-size: cover;
	display: table-cell;
	}

#top .woo dd {
	width: 46.875%;
	line-height: 200%;
	padding: 0px 0px 0px 3.125%;
	display: table-cell;
	vertical-align: middle;
	}

#top .woo dd ol {
	width: 90%;
	max-width: 550px;
	}

#top .woo dd h3 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 40px 0px;
	}

#top .exa {
	width: 100%;
	background: #FFF8F3;
	margin: 0px 0px -130px 0px;
	padding: 130px 0px;
	}

#top .exa h2.title {
	width: 90%;
	max-width: 1400px;
	}

#top .exa ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .exa ul a {
	width: 30.952%;
	line-height: 150%;
	margin: 0px 3.571% 0px 0px;
	display: block;
	}

#top .exa ul a:last-child {
	margin: 0px;
	}

#top .exa ul a p {
	margin: 0px 0px 20px 0px;
	position: relative;
	}

#top .exa ul a span {
	background: #111111;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	padding: 0px 15px;
	position: absolute;
	left: 10px;
	top: 10px;
	}

#top .exa ul a img {
	width: 100%;
	height: auto;
	}

#top .exa ul a h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#top .exa #mor {
	margin: 80px auto 0px auto;
	}

}

@media screen and (max-width: 640px){

#top {
	line-height: 200%;
	}

#top section {
	padding: 0px 0px 70px 0px;
	}

#top .news {
	width: 90%;
	margin: 0px auto;
	}

#top .news ol {
	width: 100%;
	border-top: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
	padding: 20px 0px 10px 0px;
	line-height: 120%;
	}

#top .news dl {
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: table;
	}

#top .news dt {
	width: 90px;
	display: table-cell;
	}

#top .news dd {
	width: calc(100% - 90px);
	display: table-cell;
	}

#top .news dd h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	}

#top .poi h2.title,
#top .woo h2.title {
	width: 90%;
	max-width: 1200px;
	}

#top .poi .cop {
	width: 90%;
	line-height: 150%;
	margin: 0px auto 30px auto;
	}

#top .poi ol a {
	width: 100%;
	min-height: 200px;
	color: #ffffff;
	margin: 0px 0px 1px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .poi ol a:last-child {
	margin: 0px;
	}

#top .poi ol a:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .poi ol a:after {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #ffffff solid;
	border-right: 3px #ffffff solid;
	position: absolute;
    right: 22px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#top .poi ol a.poi01 {
	background: url(img/poi01.jpg) no-repeat center;
	background-size: cover;
	}

#top .poi ol a.poi02 {
	background: url(img/poi02.jpg) no-repeat center;
	background-size: cover;
	}

#top .poi ol a.poi03 {
	background: url(img/poi03.jpg) no-repeat center;
	background-size: cover;
	}

#top .poi ol h3 {
	width: 90%;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	}

#top .poi ol p {
	font-size: 60px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	left: 10px;
	bottom: -10px;
	opacity: 0.3;
	}

#top .woo dt {
	width: 90%;
	height: 300px;
	background: url(img/woopho01.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 40px 0px;
	}

#top .woo dd {
	width: 90%;
	line-height: 200%;
	margin: 0px auto;
	}

#top .woo dd h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#top .exa {
	width: 100%;
	background: #FFF8F3;
	margin: 0px 0px -70px 0px;
	padding: 70px 0px;
	}

#top .exa h2.title {
	width: 90%;
	}

#top .exa ul {
	width: 90%;
	margin: 0px auto;
	}

#top .exa ul a {
	width: 100%;
	line-height: 150%;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#top .exa ul a:last-child {
	margin: 0px;
	}

#top .exa ul a p {
	margin: 0px 0px 20px 0px;
	position: relative;
	}

#top .exa ul a span {
	background: #111111;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	padding: 0px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	}

#top .exa ul a img {
	width: 100%;
	height: auto;
	}

#top .exa ul a h3 {
	font-size: 18px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	}

#top .exa #mor {
	margin: 40px auto 0px auto;
	}

}


/* 404エラー */

@media screen and (min-width: 641px){

#err {
	width: 75%;
	line-height: 200%;
	margin: 130px auto 0px auto;
	}

#err h2 {
	font-size: 48px;
	color: #cccccc;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#err h3 {
	font-size: 24px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

}

@media screen and (max-width: 640px){

#err {
	width: 90%;
	margin: 60px auto 0px auto;
	}

#err h2 {
	font-size: 32px;
	color: #cccccc;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#err h3 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

}

