@charset "UTF-8";

/* =============================================================================
   Top
============================================================================= */
/* -----------------------------------------------------------------
  Box
----------------------------------------------------------------- */
.box {
	margin-bottom: 15px;
}

.box img{
	width:100%;
	height:auto;
}


/* -----------------------------------------------------------------
  Main
----------------------------------------------------------------- */
.main {
	clear: left;
	float: left;
	width: 70%;
	line-height: 1.8;
	font-size: 90%;
}
/* p */
.main p {
	margin-bottom: 1em;
}
/* title */
.box-first .title {
	margin: 35px 0 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #546cc4;
	font-size: 120%;
	color: #546cc4;
}
/* s-title */
.box .s-title {
	margin: 10px 0 15px;
	border-bottom: 1px dotted #546cc4;
	color: #546cc4;
	padding-left: 20px;
	font-size: 120%;
	background: url(../img/main_icon.png) 0 center no-repeat;
}
.box-first .s-title {
	margin-bottom: 1.5em;
	padding-left: 1em;
	border-left: 2px solid #546cc4;
	font-size: 120%;
	font-weight: normal;
	color: #546cc4;
}

.box .title-spring {
	margin-bottom: 1em;
	border-bottom: 1px dotted #9acd32;
	font-size: 140%;
	font-weight: normal;
	color: #9acd32;
}

.box .title-summer {
	margin-bottom: 1em;
	border-bottom: 1px dotted #1e90ff;
	font-size: 140%;
	font-weight: normal;
	color: #1e90ff;
}

.box .title-fall {
	margin-bottom: 1em;
	border-bottom: 1px dotted #b8860b;
	font-size: 140%;
	font-weight: normal;
	color: #b8860b;
}

.box .title-winter {
	margin-bottom: 1em;
	border-bottom: 1px dotted #8b0000;
	font-size: 140%;
	font-weight: normal;
	color: #8b0000;
}
	
	
	

/* list */
.list-disc li  {
	margin-left: 1em;
	padding-bottom: 0.8em;
	list-style-type: disc;
}
.list-decimal li  {
	padding-bottom: 15px;
}
.list-decimal li>span {
	font-weight: bold;
}
.list-definition dt {
	float: left;
	width: 25%;
	padding-bottom: 15px;
}
.list-definition dd {
	float: left;
	width: 75%;
	padding: 0 0 15px 10px;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* event */
.list2 li  {
	position: relative;
	line-height:2.5;
	margin-left:2em;
}
.list2 li::after  {
	display: block;
	content: '';
	position: absolute;
	top: 1em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #f0b604;
	border-radius: 100%;
	}


.list-event {
	font-size: 120%;
}
.list-event dt,
.list-event dd {
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 96%;
}
.list-event dt {
	width: 10%;
	text-align: right;
	font-weight: bold;
	color: #0b8058;
}
.list-event dd {
	width: 90%;
	padding-left: 50px;
}
.main-wrap p {
	margin-top: 1em;
}
/* faq */
.list-faq dt,
.list-faq dd {
	margin-left: 2em;
	text-indent: -2em;
}
.list-faq dt {
	font-weight: bold;
	color: #0b8058;
}
.list-faq dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/* map */
.map {
	position: relative;
	width: 100%;
	padding-top: 50%;
}
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* photo */
.photo {
	float: inherit;
	width: 100%;
	padding-right: 0;
}
.photo figure {
	float: left;
	padding-right: 10px;
	width: 33.33333%;
}
.photo figure:nth-child(3n+2) {
	padding: 0 5px;
}
.photo figure:nth-child(3n+3) {
	padding: 0 0 0 10px;
}
.photo span {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 75%;
}
.photo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo .img-h {
	width: 56.2%;
	left: 22%;
}
.photo figcaption {
	margin-bottom: 1em;
}
/* wrap */
.main-wrap {
	padding: 0 20px;
	border: 1px solid #008f00;
	background: #fbf7e4;
}
.main-wrap p {
	margin-top: 1em;
}

/* half */
.boxhalf {
	float: left;
	width: 50%;
	margin-top: 2.5em;
	padding-left: 30px;
}
 .boxhalf  {
	margin-top: 8px;
}
 .boxhalf  img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* change img */
.box-first .boxhalf  .pc {
	display: block;
}
.box-first .boxhalf  .mobile {
	display: none;
}

/* 3col */
.box3col {
	float: left;
	width: 31.2500%;
	margin-top: 2.5em;
	padding-left: 20px;
}
 .box3col  {
	margin-top: 8px;
}
 .box3col  img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* change img */
.box-first .box3col  .pc {
	display: block;
}
.box-first .box3col  .mobile {
	display: none;
}





/* -----------------------------------------------------------------
  Side
----------------------------------------------------------------- */
.side {
	float: left;
	width: 30%;
	margin-top: 2.5em;
	padding-left: 30px;
}
.box-first .side {
	margin-top: 8px;
}
.side img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-img img,
.img-list img {
	padding: 30px 0;
}
/* change img */
.side .pc {
	display: block;
}
.side .mobile {
	display: none;
}

/* =============================================================================
   Responsive
============================================================================= */

/* -----------------------------------------------------------------
   940px 以下
----------------------------------------------------------------- */
@media screen and (max-width: 940px) {
/* -----------------------------------------------------------------
  Box
----------------------------------------------------------------- */
.box,
.box-first {
	margin-left: 10px;
	margin-right: 10px;
}

/* -----------------------------------------------------------------
   Main
----------------------------------------------------------------- */
/* wrap */
.main-wrap {
	padding:  0 10px;
}

/* -----------------------------------------------------------------
   Side
----------------------------------------------------------------- */
.side {
	padding-left: 20px;
}

} /*end 940px */

/* -----------------------------------------------------------------
  768px 以下
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
/* -----------------------------------------------------------------
   Main
----------------------------------------------------------------- */
.main {
	float: none;
	width: 100%;
	font-size: 85%;
	line-height: 1.6;
}
/* title */
.box-first .title {
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
/* s-title */
.box-first .s-title {
	font-size:  110%;
}




/* -----------------------------------------------------------------
   Side
----------------------------------------------------------------- */
.side {
	float: none;
	width: 100%;
	padding-left: 0;
	margin: 0 0 20px;
}
.side figure {
	text-align: center;
}
.img-list figure {
	float: left;
	width: 33.33333%;
}
.side img {
	width: inherit;
}
.img-img img {
	padding: 0;
}
.img-list img {
	width: 100%;
	padding: 0;
}
/* change img */
.side .pc {
	display: none;
}
.side .mobile {
	display: block;
}

} /*end 768px */

/* -----------------------------------------------------------------
  559px 以下
----------------------------------------------------------------- */
@media screen and (max-width: 559px) {
/* -----------------------------------------------------------------
   Main
----------------------------------------------------------------- */
/* title */
.box-first .title,
.box-first .s-title {
	font-size:  100%;
}
.box .s-title {
	font-size: 110%;
}
/* photo */
.photo figure {
	width: 50%;
}
.photo figure:nth-child(odd) {
	padding: 0 4px 0 0;
}
.photo figure:nth-child(even) {
	padding: 0 0 0 4px;
}
/* event */
.list-event {
	font-size: 100%;
}
.list-event dt {
	width: 11%;
}
.list-event dd {
	width: 89%;
	padding-left: 18px;
}

} /*end 559px */

/* -----------------------------------------------------------------
  320px 以下
----------------------------------------------------------------- */
@media screen and (max-width: 320px) {
/* -----------------------------------------------------------------
   Main
----------------------------------------------------------------- */
/* photo */
.photo figure {
	width: 100%;
}
.photo figure:nth-child(odd),
.photo figure:nth-child(even) {
	padding: 0;
}

} /*end 320px */
