@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 1.5em;
	line-height: 1.4;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p       {
	margin-top: 0;	 
	padding-right: 20px;
	padding-left: 20px; 
	line-height: 1.6em;
}
h2 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-size: 1.2em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2d841a;
}
h3 {
	font-size: 1.2em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #8FC31F;
	margin-right: 10px;
	margin-left: 10px;
	color: #2D8419;
}
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 768px;
	background-color: #FFF;
	
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #8fc31f;
	height: 160px;
	background-image: url(img/header768.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main-navi {
	margin-right: auto;
	margin-left: auto;
	height: 22px;
	padding-right: 0px;
	padding-top: 180px;
	display: none;
	padding-left: 0px;
}
.main-navi768 {
	margin-left: 144px;
	height: 22px;
	padding-right: 0px;
	padding-top: 180px;
	display: block;
	padding-left: 0px;
}
.button a{
	height: 40px;
	width: 480px;
	font-size: 1.2em;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #7da01d;
	border: 3px solid #8FC31F;
	margin-bottom: 12px;
	float: left;
}
.button a:hover , a:active{
	background-color: #8FC31F;
	color: #FFF;
}
.main-img {
	display: none;
}
.main-img768 {
	display: block;
}
.title-about {
	height: 68px;
	width: 708px;
	background-image: url(img/title768-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	padding-top: 22px;
	margin-top: 18px;
}
.title-event {
	height: 68px;
	width: 708px;
	background-image: url(img/title768-event.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	padding-top: 22px;
	margin-top: 18px;
}
.title-contact {
	height: 68px;
	width: 708px;
	background-image: url(img/title768-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	padding-top: 22px;
	margin-top: 18px;
}
.map {
	position: relative;
	width: 90%;
	height: 0;
	padding-top: 56%; /* 比率を4:3に固定 */
	margin-right: auto;
	margin-left: auto;
}
.entry {
	width: 700px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	border-radius: 15px;
	background-color: #faebaf;
	text-decoration: none;
	color: #788cca;
}
.entry a:hover {
	background-color: #F90;
	text-decoration: none;
	color: #FFF;
}
.entry-sub {
	font-size: 0.7em;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	width: 758px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	overflow-wrap: break-word;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッター ~~ */
.footer {
	background-color: #8fc31f;
	height: 160px;
	background-image: url(img/header768.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-link {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	height: 22px;
	padding-right: 10px;
	padding-top: 160px;
	display: block;
	padding-left: 0px;
	text-align: center;
	font-size: 0.85em;
	text-decoration: none;
	color: #8FC31F;
	padding-bottom: 20px;
}
.footer-link a {
	color: #8FC31F;
	text-decoration: none;
}
.footer-link a:hover, a:active {
	color: #366;
	text-decoration: none;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: rgba(51,51,51,0.6);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(153,153,153,0.45);
