@charset "UTF-8";

/* トップページのCSSです */

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}


.zentai p {
	line-height: 180%;
}

img {
	max-width: 100%;
}

body {
	margin: 0 auto 0 auto;
	background-image: url(../img/back1.gif);
	background-repeat: repeat;
}


.zentai {
	width: 90%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	border-left: 1px solid #004000;
	border-right: 1px solid #004000;
}


.boutou {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 6px 0 10px 10px;
	text-align: left;
}

.header {
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_2 {
	height: 30px;
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_text {
	text-align: center;
	font-size: 12px;
}

.top_image {
	width: 80%;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 0 auto;
	font-size: 14px;
	text-align: center;
}

.counter {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-size; 12px
	color: #bbbbbb;
	text-align: center;
}


/*コンテンツ*/
.contents {
	margin: 0 auto 0 auto;
	text-align: center;
}
.contents img {
	vertical-align: middle;
	margin: 0 6px 0 6px;
}
.contents a {
	color: #ec8a50;
	text-decoration: none;

}
.contents kako a {
	color: #505050;
	text-decoration: none;

}
.contents a:hover{
	text-decoration: underline;
	font-weight: bold;
}


.menu_kakomi {
	width: 70%;
	margin: 20px auto 20px auto;
	padding: 20px 30px 10px 30px;
	border:	3px	dotted #a9cfec;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: left;
}

.menu a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.menu {line-height: 200%;}
.menu img {
	vertical-align: middle;
	margin: 0 6px 0 6px;
}

.menu1 {padding: 0 0 10px 0px;}
.menu1 a {
	color: #d57da8;
	text-decoration: none;
}

.menu2 {padding: 0 0 10px 0px;}
.menu2 a {
	color: #1db9db;
	text-decoration: none;
}

.menu3 {padding: 0 0 10px 0px;}
.menu3 a {
	color: #b69b09;
	text-decoration: none;
}

.menu4 {padding: 0 0 10px 0px;}
.menu4 a {
	color: #34a434;
	text-decoration: none;
}



.footer {
	background-image: url(../img/back2.jpg);
	background-repeat: repeat;
}


.modoru {
	height:30px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.modoru a {
	vertical-align: middle;
	color: #004000;
	text-decoration: none;
}
.modoru a:hover {
	text-decoration: underline;
}

.lastupdate {
	text-align: right;
	font-size: 12px;
	color: #888888;
}

.footer_text {
	font-size: 12px;
	padding: 10px 10px 6px 10px;
	color: #004000;
	text-align: right;
}
.footer_text a {
	color: #259953;
	text-decoration: none;
}

.footer_text a:hover{
	text-decoration: underline;
}

.copyright {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 10px 10px 6px 0px;
	text-align: right;
}

.copyright a {
	color: #b7ddae;
	text-decoration: none;
}

input[type="checkbox"].on-off{
    display: none;
}

.tatami {
	text-align: justify;
	padding: 0;
}

.tatami ul {
    margin: 0 0 0px 20px;
    padding: 0;
    list-style: circle;
}

.tatami li {
	font-size: 13px;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

.tatami li a {
	color: #505050;
}

input[type="checkbox"].on-off + ul{
    height: 0px;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.tatami_text {
	margin: 0 0 0 10px;
	font-size: 12px;
	padding: 0 0 0px 0;
	text-align: justify;
}

.mailform table {
	width: 80%;
	margin: auto;
	table-align: center;
	padding: 10px;
	background: #e6e6ff;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
