@charset "UTF-8";

.diary-morphing { text-align: center; }

/*--------------------------------------------------------------------------------
topimage
--------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	#topimage {
		position: relative;
		margin-bottom: 0;
		background: url(img/topimage-sp.jpg) center no-repeat;
		background-size: cover;
		height: 200px;
	}
	#topimage .text {
		background: #e8ba41;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -70px;
		margin-left: -70px;
		width: 140px;
		height: 140px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		display: table;
	}
	#topimage .text p {
		display: table-cell;
		vertical-align: middle;
		font-size: 3.5rem;
		line-height: 1.2;
		color: #fff;
		font-size: 1.8rem;
	}
	#topimage .text p span { font-size: 1.2rem; }
}

@media screen and (min-width: 768px) {
	#topimage {
		position: relative;
		background: #e7ecf6 url(img/topimage.jpg) center no-repeat;
		height: 400px;
	}
	#topimage .text {
		background: url(img/topimage-star.png) center no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 340px;
		height: 290px;
	}
	#topimage .text p {
		padding-top: 80px;
		font-size: 3.5rem;
		line-height: 1.2;
		color: #fff;
	}
	#topimage .text p span { font-size: 2rem; }
}

/*----------------------------------------*----------------------------------------
first
----------------------------------------*----------------------------------------*/

#first { padding-bottom: 0; }

/*----------------------------------------*----------------------------------------
rinen
----------------------------------------*----------------------------------------*/

#rinen li {
  text-align: center;
  border-bottom: 1px solid #eddc9d;
	padding: 10px 0;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#rinen { margin-bottom: 20px; }
	#rinen .container .bg {
		background: #faf0c1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 15px;
	}
	#rinen h1 {
		text-align: center;
		margin-bottom: 10px;
	}
	#rinen ul { margin-bottom: 0; }
  #rinen li {
    text-align: left;
    display: inline;
    border: none;
  }
  #rinen li + li {
    border-top: none;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
	#rinen h1 {
		text-align: center;
		margin-bottom: 20px;
	}
	#rinen .container .bg {
		background: #faf0c1 url(img/rinen-bg.png) top center no-repeat;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#rinen li {
		font-size: 2.2rem;
		width: 780px;
		margin: auto;
	}
}

/*----------------------------------------*----------------------------------------
houshin
----------------------------------------*----------------------------------------*/

#houshin ul {
  position: relative;
}
#houshin ul li {
  line-height: 1.5;
  padding: 10px 0;
  list-style-type: none!important;
  border-bottom: 1px solid #eec8c8;
}


@media screen and (max-width: 767px) {
	#houshin { margin-bottom: 20px; }
	#houshin .container .bg {
		background: #fcdcdc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 15px;
	}
	#houshin h1 {
		text-align: center;
		margin-bottom: 10px;
	}
	#houshin ul { margin-bottom: 0; }
  #houshin ul li {
    padding-left: 1.5em;
  }
  #houshin ul li:before {
    font-family: "FontAwesome";
    content: "\f005";
    position: absolute;
    left : 0;
    color: #ee8195;
  }
}

@media screen and (min-width: 768px) {
	#houshin h1 {
		text-align: center;
		margin-bottom: 20px;
	}
	#houshin .container .bg {
		background: #fcdcdc url(img/houshin-bg.png) top center no-repeat;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#houshin ul {
		width: 780px;
		margin: auto;
	}
	#houshin li {
		text-align: center;
    font-size: 2.2rem;
	}
}

/*----------------------------------------*----------------------------------------
goal
----------------------------------------*----------------------------------------*/

#goal li {
  text-align: center;
  border-bottom: 1px solid #bbc5d6;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	#goal { margin-bottom: 20px; }
	#goal .container .bg {
		background: #cad3e4;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 15px;
	}
	#goal h1 {
		text-align: center;
		margin-bottom: 10px;
	}
	#goal ul { margin-bottom: 0; }
}

@media screen and (min-width: 768px) {
	#goal h1 {
		text-align: center;
		margin-bottom: 20px;
	}
	#goal .container .bg {
		background: #cad3e4 url(img/goal-bg.png) top center no-repeat;
    -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#goal ul {
		width: 780px;
		margin: auto;
	}
	#goal li {
		font-size: 2.2rem;
	}
}

/*----------------------------------------*----------------------------------------
news
----------------------------------------*----------------------------------------*/

#news h1 {
	text-align: center;
	font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
	#news { margin-bottom: 20px; }
	#news h1 { margin-bottom: 15px; }
}
@media screen and (min-width: 768px) {
	#news { padding-bottom: 0; }
}

/*----------------------------------------
list
----------------------------------------*/

#news .title { text-decoration: none; }
#news .title:hover { text-decoration: underline; }
#news ol li {
	border-bottom: 1px solid #d9d2c3;
	padding: 3px 0;
	margin-bottom: 3px;
}
#news ol li:last-child { margin-bottom: 0; }
#news ol li img { vertical-align: middle; }
#news ol .date { margin-right: 10px; }
#news ol .cat { margin-right: 10px; }
#news ol .cat { margin-right: 10px; }

@media screen and (max-width: 767px) {
	#news ol li .title { display: block; }
}

/*----------------------------------------
nav
----------------------------------------*/

#news .nav { text-align: center; }

/*----------------------------------------*----------------------------------------
diary
----------------------------------------*----------------------------------------*/

@media screen and (max-width: 768px) {
	#diary { padding-bottom: 20px; }
	#diary h1 {
		text-align: center;
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	#diary #diaryHead { margin-bottom: 0; }
}

@media screen and (min-width: 768px) {
	#diary { padding-bottom: 40px; }
	#diary h1 {
		background: #60c1bd url(img/diary-ht.gif) no-repeat center center;
		background-size: 119px 28px;
		width: 140px;
		height: 140px;
	}
}

/*----------------------------------------
list
----------------------------------------*/

#diary .dateBox {
	padding: 0 10px;
	text-align: center;
}
#diary .date { font-size: 1.4rem; }
#diary .date img { vertical-align: middle; }
#diary .title:hover { color: #c33; }
#diary img.new { vertical-align: middle; }

@media screen and (max-width: 767px) {
	#diary .diaryList {
		text-align: center;
		margin-bottom: 10px;
	}
}

/*----------------------------------------
nav
----------------------------------------*/

@media screen and (max-width: 768px) {
	#diary .nav {
		text-align: center;
		margin-top: 10px;
	}
}

/*----------------------------------------*----------------------------------------
feat
----------------------------------------*----------------------------------------*/

#feat {
	background: #f5e287;
	padding-bottom: 0;
}
#feat .header-primary { margin-bottom: 30px; }
#feat .header-primary h1 span { border-color: #faf0c1; }


/*----------------------------------------
featContents
----------------------------------------*/

#feat .featContents {
	position: relative;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	#feat .featContents { padding: 60px 20px 20px; }
	#feat .featContents.feat-1 { margin-bottom: 40px; }
	#feat .featContents.feat-2 { margin-top: -10px; }
}

@media screen and (min-width: 768px) {
	#feat .featContents { padding: 80px 20px 20px; }
	#feat .featContents.feat-1 { margin-bottom: 40px; }
}

/* number */

#feat .featContents h1 {
	position: absolute;
	background: #ffae0d;
	text-align: center;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	#feat .featContents h1 {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

@media screen and (min-width: 768px) {
	#feat .featContents h1 {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}

/* title */

#feat h2 { margin-bottom: 20px; }
#feat .featBox h3 {
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff !important;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding-top: 20px;
}
#feat .featBox h3 span { font-size: 3rem; }
#feat .featBox h4 {
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#feat .featBox h4 { font-size: 1.7rem; }
}

@media screen and (min-width: 768px) {
	#feat h2 { font-size: 3rem; }
	#feat .featBox h4 { font-size: 2rem; }
}

/* contents */

.feat_01-img {
	margin-bottom: 50px;
	text-align: center;
}
#feat .featContents .row-20 { padding-bottom: 0; }
#feat .featBox {
	position: relative;
	margin-bottom: 0;
}
#feat .featBox .bg {
	padding: 60px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	#feat .featBox + .featBox { margin-top: 30px; }
}

/*----------------------------------------*----------------------------------------
schedule
----------------------------------------*----------------------------------------*/

#schedule .col-sp-6 { margin-bottom: 0; }

@media screen and (min-width: 768px) {
	#schedule {
		padding-top: 60px;
		padding-bottom: 0;
	}
}

/*----------------------------------------*----------------------------------------
profile
----------------------------------------*----------------------------------------*/

#profile { padding-bottom: 0; }

@media screen and (max-width: 767px) {
	#profile th { text-align: center; }
	#profile .sp-phone { font-size: 2rem; }
}

/*----------------------------------------
card
----------------------------------------*/

@media screen and (max-width: 767px) {
#profile .card [class^="col-"]:last-child,
#profile .card [class*=" col-"]:last-child { margin-bottom: 0; }
}

@media screen and (min-width: 768px) {
	#profile .card [class^="col-"],
	#profile .card [class*=" col-"] { margin-bottom: 0; }
	#profile .card h2 {
		line-height: 1;
		margin-bottom: 15px;
	}
}

/*----------------------------------------*----------------------------------------
map
----------------------------------------*----------------------------------------*/

#map h2 {
	color: #60c1bd;
	margin-bottom: 20px;
	text-align: center;
}
/*----------------------------------------
	googlemap
----------------------------------------*/

#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
#map_canvas img { max-width: none; }

/*----------------------------------------
	googlemap （修正差分）
----------------------------------------*/
#googlemap {
  position: relative;
  width: 100%;
  height: 0;
}

#googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
	#googlemap {
    padding-top: 400px;
	}
}

@media print, screen and (min-width: 768px) {
	#googlemap {
    padding-top: 400px;
	}
}
