@charset "UTF-8";

/* ===============================
	style
=============================== */

/*--- main-visual ---*/
#main-visual{
	width:100%;
	height:650px;
	margin:0 auto;
	position: relative;
}

#main-visual img{
	width:100%;
	height:650px;
	object-fit: cover;
}

/*
#main-visual h1 {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: bold;
	text-align:center;
	position: absolute;
}	

#main-visual h1 .ttlfont {
	font-size: 15rem;
}
*/

/*--- contents ---*/	
#bnrarea li p .text {
	width:100%;
	font-size: 1.6rem;
	border-bottom:solid 1px #a39f90; 
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}	

#bnrarea li:not(:last-child) {
	margin-bottom: 1em;
}	

#concept{
	width:100%;
	height:680px;
	text-align: center;
	margin:0 auto;
	padding-top:4em;
	background: url(../../images/concept.jpg) no-repeat;
	background-size: cover;
}

#concept h2{
	margin-bottom:1.5em;
}

#concept p{
	font-size:1.6rem;
	line-height:2.4;
	margin-bottom: 2em;
}

ul#plink {
	width: 100%;
	justify-content:space-between;
	margin-top: 0.5%;
}

ul#plink li {
	width: 33%;
	padding-bottom:2em;
	background-color: #e9e8e6;
	text-align: center;
}

ul#plink li:not(:last-child) {
	margin-right: 0.5%;
}

ul#plink li img {
	width: 100%;
}

ul#plink h3 {
	font-size:2rem;
	padding-top:1em;
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
}	

ul#plink li p {
	width: 100%;
	display: block;
	padding:2em 3em 1em 3em;
	text-align: left;
	font-size:1.5rem;
}	

h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 70px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a39f90;
  border-radius: 2px;
}


#map {
	width: 100%;
 	height:500px;
	margin:5em 0 0;
}


/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 481px) {	
	
/*--- main-visual ---*/
#main-visual h1 {
	top: 25%;
	left: 0;
	right: 0;
	margin:0 auto;
}	
	
/*--- contents ---*/	
#news {
	width: 680px;
	padding-right:40px;
}	
	
#bnrarea {
	width: 340px;
	padding-left:39px;
	border-left:solid 1px #c6c4bd;
}	

#news table {
 	width:100%;
	margin-bottom:1.5em;
}

#news table tr {
	margin-bottom:1em;
}

#news table td {
	padding:0.5em 0;
}

#news table td.title {
 	width:10%;
	vertical-align: top;
}

#news table td.detail {
 	width:88%;
	margin:0;
}

#news table td.line {
 	width:2%;
	color:#99c532 !important;
}	

ul#wetherInfo {
	justify-content:space-between;
}	
		
	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 480px) {

/*--- main-visual ---*/
#main-visual {
	width: 100%;
	height: 400px;
	z-index: 0;
}

#main-visual img{
	width:100%;
	height:400px;
	object-fit: cover;
}

/*
#main-visual h1 {
	width: 90%;
	font-size: 1.4rem;
	line-height:1.5;
	top:30%;
	left:5%;
}

#main-visual h1 .ttlfont {
	font-size: 5rem;
}
*/

/*--- contents ---*/
#news {
	width: 100%;
}
	
#news table {
	margin-bottom:3em;
 	border-top:solid 1px #c6c4bd;
}

#news table tr {
 	border-bottom:solid 1px #c6c4bd;
}

#news table td {
	display: block;
	width:100%;
}

#news table td.title {
 	width:100%;
	padding-top:0.5em;
}

#news table td.detail {
 	width:100%;
	font-size:0.9rem;
	padding:0.5em 0;
}

ul#wetherInfo {
	width:100%;
	display: block;
	margin-bottom:2em;
}	

ul#wetherInfo li:first-child {
	margin-bottom:1em;
}		

#concept{
	height:100%;
	text-align: left;
	padding:4em 0;
	background: url(../../images/concept_sp.jpg) no-repeat;
}

#concept h2{
	margin-bottom:1.5em;
	text-align: center;
}

#concept p{
	font-size:1rem;
	line-height:2;
	margin-bottom: 2em;
}

ul#plink {
	width: 100%;
	justify-content:space-between;
	margin-top: 0.5%;
}

ul#plink li {
	width: 100%;
	padding-bottom:2em;
	text-align: center;
	margin-top: 0.5em;
}

ul#plink li:not(:last-child) {
	margin-right: 0;
}

ul#plink li img {
	width: 100%;
}

ul#plink h3 {
	font-size:1.5rem;
	padding-top:1em;
	margin-bottom: 0.5em;
}	

ul#plink li p {
	width: 100%;
	padding:2em 2em 1em 2em;
	font-size:1rem;
}	

#map {
	width: 100%;
 	height:300px;
	margin:3em 0 0;
}

	

	
}

