@charset "UTF-8";
#header1 {
	width: 1000px;
	margin: 20px auto 0 auto;
}
#logo1 {
	width: 1000px;
	margin: 0 0 15px 20px;
}
#copyright {
	color: #4d4d4d;
}
#win_d_wrap div#txt {
	background-color:#E20077;
	padding: 7px;
	font-size: 14px;
	letter-spacing: 3px;
	color:#fff;
	text-align: center;
}
#win_d_wrap {
	width: auto;
}
#win_d_wrap h2 {
	padding: 30px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
}
.bg_img {
	background-image: url(images/img_bg.jpg);
}
.txt_midashi{
	font-size: 28px;
}
.txt_midashi span{
	display: block;
	margin-top: 40px;
	margin-bottom: .5em;
	color: #E20077;
	font-size: 18px;
}
.txt_b{
	padding: 25px 0px;
	font-size: 18px;
}
h5 {
	position: relative;
	padding-bottom: .1em;
	border-bottom: 4px solid #ccc;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 28px;
	line-height: 50px;
	letter-spacing: 5px;
	font-weight:bold;
}
h5::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #E20077;
}
dl.content_box_l{
	margin-bottom:20px;
}
dl.content_box_l dt {
	display: inline-block;
	vertical-align: top;
	margin-left: 240px;
	width: 45%;
	font-size: 16px;
	line-height: 26px;
}
dl.content_box_l dd {
	display: inline-block;
	width: 25%;
}
.ggmap {
position: relative;
padding-bottom: 45%; // これが縦横比
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.t_center {
	padding:10px;
	text-align: center;
	font-size: 16px;
	line-height:22px;
}
.t_center2 {
	font-size: 22px;
	line-height:50px;
	font-weight:bold;
	text-align:center;
}
.t_left {
	padding:10px;
	font-size: 16px;
	line-height:22px;
}
h6 {
	font-size:24px;
	line-height:40px;
	letter-spacing: 1px;
	color:#E20077;
}
.win_d_textbox {
	padding: 2em;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.prog_box {
	background: #FDEAE9;
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
body {
	background: #fff;
}
#header1 {
	width: 100%;
	margin: -20px 0 10px 0;
}
#logo1 {
	width: 20%;
	margin: 0 auto;
}
#win_d_wrap div#txt {
	padding-top: 5px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight:bold;
}
#win_d_wrap h2 {
	padding: 10px;
	font-size:16px;
	line-height:26px;
	letter-spacing: 1px;
	font-weight:bold;
}
.txt_midashi{
	font-size: 20px;
}
.txt_midashi span{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.txt_b{
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size:18px;
	line-height:24px;
	letter-spacing: 1px;
	font-weight:bold;
}
dl.content_box_l{
	margin-bottom:0;
}
dl.content_box_l dt, dl.content_box_l dd {
	width: 100%;
	margin-bottom: 10px;
}
dl.content_box_l dt {
	margin-left: 0px;
	font-size: 14px;
	line-height: 22px;
}
.t_center {
	padding:5px;
	font-size: 14px;
	line-height:22px;
}
.t_center2 {
	font-size: 16px;
	line-height:27px;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
}
.t_left {
	padding:5px;
	font-size: 14px;
	line-height:22px;
}
h6 {
	font-size:16px;
	line-height:30px;
	letter-spacing: 1px;
}
.prog_box {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 0;
}
}
