* {
margin: 0px;
padding: 0px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearboth {
	clear: both;
}

html, body {
	height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-attachment: scroll;
	clear: both;
	opacity: 1;
}  
a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #646464;
}
a:hover {
	text-decoration: none;
	color: #646464;
}
a:active {
	text-decoration: none;
	color: #646464;
}

/* ============================================== */
/* 演出用(ボタン上にカーソルを持ってきた時に、ボタンを少し透過する）*/
/* ============================================== */
.hover {
	transition: 0.6s;
}
.hover:hover {
	opacity: 0.6;
}
/* ============================================== */
/* メニュー                                       */
/* ============================================== */
.under_menu {
	display: none;
	width: 1200px;
	height: 100px;
	background: #9B7D64;
	text-align: center;
	letter-spacing: -.40em;
	position: fixed;
	bottom: 0;
	z-index:999;
}
.under_menu a {
	display: inline-block;
	width: 100px;
	margin-top: 5px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 0px;
	color: #000000;
}

#wrapper {
	min-height: 100%;
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	line-height: 35px;
	color: #583F38;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 25px;
}
#kousin_title {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
	color: #646464;
	margin-top: 50px;
	margin-bottom: 50px;
}
#kousin_img {
	width: 900px;
	text-align: left;
	color: #646464;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	clear: none;
	height: auto;
}
#kousin {
	width: 900px;
	text-align: center;
	height: auto;
	color: #646464;
	margin-left: auto;
	margin-right: auto;
}
#contents #kousin table {
	border-collapse: collapse;
}
#footer {
	width: 900px;
	text-align: left;
	height: 500px;
	background-image: url(photo/footer_img.png);
	margin-top: auto;
}
.img_hr {
	width: 1200px;
	height: 85px;
	margin-top: 150px;
	margin-bottom: 150px;
}
#kousin_footer {
	background-position: center bottom;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	background-image: url(kousin/kousin_photo/kousin_footer.png);
}
#oshirase_footer {
	background-position: center bottom;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	background-image: url(oshirase/oshirase_photo/oshirase_footer.png);
}

.margine_d20 {
	margin-top: 20px;
	background-position: 0 0%;
}
.margine_d20_r40 {
	background-position: 0 0%;
	margin-left: 40px;
	margin-top: 20px;
}
.margine_l20 {
	background-position: 0 0%;
	margin-left: 20px;
	border-radius: 30px;
	margin-bottom: 30px;
}

.margine_d50 {
	margin-top: 50px;
}

.margine_d75 {
	margin-top: 75px;
}

.hidden {
	text-align: left;
	text-indent: -9999px;
}

p {
	text-align: left;
	font-size: 20px;
	line-height: 35px;
	color: #646464;
}

.txt_red {
	color: #C83250;
}

.txt_15pt {
	font-size: 15px;
}
.txt_15pt_center {
	font-size: 15px;
	text-align: center;
}

.right {
	text-align: right;
}
.right_15pt {
	text-align: right;
	margin-right: 20px;
	font-size: 15px;
}
.center {
	text-align: center;
}

.left {
	text-align: left;
}
.sage_1 {
	text-indent: -1em;
	padding-left: 1em;
}
.img_r {
	border-radius: 30px;
	margin-bottom: 30px;
}
.img_r_center {
	border-radius: 30px;
	margin-bottom: 30px;
	text-align: center;
}
