@charset "Shift_JIS";
/* link */
	a:link{
	color: #006a6a;
}
	a:visited{
	color: #9f0000;
}
	a:hover{
	color: #a64f0f;
}
	a:active{
	color: #006a6a;
}

/* body */
	#wrap{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003232;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: medium;
}
/* div-ページ格納用 */
.container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	font-weight: normal;
	font-size: large;
	line-height: 180%;
	text-align: justify;
	color: black;
	background-color: #ffffdd;
}
/* div-レイアウト用 */
.zenbu{
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}
.hanbun{
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
}
/* div-ヘッダーフッター用 */
.hf{
	width: 100%;
	background-color: #006464;
	font-weight: bold;
	color: white;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px
}

/* img-画像の調整用 */
img{
	float: none;
	border-style: none;
	margin-top: 1rem;
	margin-right: 1rem;
	margin-bottom: 0px;
	margin-left: 1rem;
}
.siori-img{
	width: 10%;
	max-width: 30px;
	height: inherit;
	padding-left: 1.5%;
	padding-right: 1.5%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ffffff;
	vertical-align: bottom;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.mark{
	width=29px;
	height=29px;
	max-width: 29px;
	vertical-align: top;
	border-width: 0px;
	margin-top:0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo{
	float: none;
	border-style: none;
	width: 400px;
	height: 250px;
	margin-top: 1rem;
	margin-right: 1rem;
	margin-bottom: 0px;
	margin-left: 1rem;
}
.katana{
	float: none;
	border-style: none;
	width: 400px;
	height: 150px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/* 文字の装飾用 */
h1{
	line-height: 150%;
	font-size: xx-large;
	padding-top: 12px;
	padding-left: 1rem;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #003232;
	background-color: #ffffdd;
}
h2{
	width: 100%;
	color: #003232;
	font-size: x-large;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006464;
	line-height: 140%;
	text-align: left;
}
h3{
	margin-top: 1rem;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h4{
	margin-top: 1rem;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:underline;
}
p{
	margin-top: 0px;
	margin-left: 1rem;
	margin-right: 0px;
	margin-bottom: 5px;
	text-indent: 1rem;
}
.cap{
	margin-top: 0rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	font-size : 80%;
	font-weight: bold;
	line-height: 120%;
	color: #003232;
}
.modoru{
	font-family: sun-serif;
	line-height: 100%;
	font-size : 70%;
	text-align: right;
}
.syomei{
	font-family: sun-serif;
	line-height: 120%;
	text-align: right;
}
.foot{
	text-align: center;
	font-size: 1rem;
	line-height: 120%;
}
/* 箇条書き設定 */
ul{
	padding-left: 2em;
	margin-top: 0px;
	margin-bottom: 20px;
}
ul li{
	list-style-position: outside;
	list-style-type : square;
}
ul ul li{
	list-style-position: outside;
	list-style-type : circle;
}

.hade1{
	list-style-position: outside;
	list-style-image : url(list01.gif);
}
.hade2{
	list-style-position: outside;
	list-style-image: url(list02.gif);
}
.komoku{
	padding-top: 5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	line-height: 130%;
	text-indent: 0px;
	font-weight: bold;
}
.komoku-hade{
	display: inline-block;
	width :50%;
	line-height: 150%;
	text-align: center;
	border: solid 3px #80C0C0;
	color:#50A0A0;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	text-indent: 0px;
	font-weight: bold;
}

.naiyo{
	margin-top: 0px;
	margin-left: 2rem;
	margin-right: 0px;
	margin-bottom: 10px;
	line-height: 130%;
	text-indent: 0px;
}
/* youtube埋め込み用 */
.movie-w{	/*表示サイズ・アスペクト比指定用*/
     position: relative;
     width:300px;
     padding-top: 168.8px; /*アスペクト比 16:9の場合の縦幅*/
	margin: 0 auto;
	margin-bottom: 10px;
}
.movie-w iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* 以下スマホ用設定 */
@media screen and (max-width:800px){
	#wrap{
		width: 100%;
		margin: 0px;
	}
	/* div-レイアウト用 すまほ */
	.zenbu{
		width: 90%;
		margin: 0%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.hanbun{
		width:90%;
		margin: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
/* img-画像の調整用 すまほ */
	img{
		width: 100%;
		height:auto;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
	}
	.photo{
		width: 100%;
		height:100%;
		max-width: 400px;
		max-height: 250px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
	}
	.katana{
		width: 100%;
		height:100%;
		max-width: 400px;
		max-height: 150px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
	}
	/* 文字の装飾用 すまほ */
	h1{
		padding-left: 5%;
		padding-right: 5%;
		font-size: x-large;
		line-height: 120%;
	}
	h2{
		font-size: large
	}
	p{
		margin-left: 0px;
	}
	.foot{
		font-size: 0.8rem;
	}
	/* 箇条書き設定 */
	ul{
		padding-left: 0.5em;
		margin-bottom: 20px;
	}
	ul li{
		padding-left: 0.5em;
	}
	ul ul li{
		padding-left: 0em;
	}
	.naiyo{
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		text-indent: 0px;
}
	}