/* ---------------------------------------
mv
--------------------------------------- */
#mv {
	background: url(../images/top/mv.jpg) no-repeat center top;
	background-size: cover;
	max-height: 828px;
	position: relative;
	z-index: 0;
	width: 100%;
	top: 0;
}
#mv .wappen {
	position: absolute;
	right: 5%;
	top: 21%;
	margin: 0;
}
/* ---------------------------------------
header
--------------------------------------- */
header {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
}
/* ---------------------------------------
top
--------------------------------------- */
#top1 {
	max-width: 1000px;
	width: 90%;
	margin: 40px auto;
	position: relative;
	z-index: 10;
}
#top1 dt {
	margin-bottom: 30px;
}
#top1 dd {
	font-size: 95%;
}
#top1 dd span {
	display: block;
}
#top2 {
	width: 100%;
	background-color: #FFC926;
	padding-bottom: 0px;
}
#top2 #skippr {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
#top2 #t2_in {
	max-width: 1000px;
	width: 90%;
	margin: 40px auto 20px;
}
#top2 #t2_in .t2_list1 {
	overflow: hidden;
	margin-bottom: 40px;
}
#top2 #t2_in .t2_list1 li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#top2 #t2_in .t2_list1 li:nth-child(3) {
	margin-right: 0;
}
#top2 #t2_in .t2_list1 li dl {
}
#top2 #t2_in .t2_list1 li dt {
	text-align: center;
}
#top2 #t2_in .t2_list1 li dd {
	font-size: 95%;
}
#top2 #t2_in .t2_list1 li dd span {
	text-align: center;
	display: block;
	padding: 20px 0;
}
#top2 #t2_in .t2_waku1 {
	border: #666 3px solid;
	padding: 20px;
	border-radius: 30px;  
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#top2 #t2_in .t2_waku1 .t2_list2 {
	max-width: 850px;
	width: 100%;
	margin: 0px auto 10px;
	overflow: hidden;
	list-style: none;
}
#top2 #t2_in .t2_waku1 .t2_list2 li {
	float: left;
	width: 32%;
	margin: 0.66%;
	font-size: 110%;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#top2 #t2_in .t2_waku1 dl {
	line-height: 160%;
}
#top2 #t2_in .t2_waku1 dt {
	text-align: center;
	font-size: 110%;
	font-weight: 500;
}
#top2 #t2_in .t2_waku1 dd {
	text-align: center;
	font-size: 90%;
}
#top2 #t2_in .t2_waku1 dd.btn {
	max-width: 400px;
	width: 100%;
	margin: 0px auto;
	padding-top: 15px;
}
#top2 #t2_in .t2_waku1 dd.btn a {
	display: block;
	text-align: center;
	font-size: 100%;
	background-color: #666;
	color: #fff;
	line-height: 100%;
	padding: 8px 0;
	border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#top3 {
	max-width: 1000px;
	width: 90%;
	margin: 40px auto 40px;
	overflow: hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#top3 li {
	float: left;
	width: 23%;
	margin: 0 1%;
}
#top3 li a {
	display: block;
}
#top3 li span {
	display: block;
	text-align: center;
	color: #A57B00;
	font-size: 130%;
	font-weight: 300;
}
#top3 li p.ph {
	max-width: 216px;
	width: 100%;
	margin: 0px auto;
}
#top3 li dl {
	margin-left: 50%;
}
#top3 li dt {
	color: #A57B00;
	font-size: 130%;
	margin-bottom: 10px;
	font-weight: 300;
}
#top3 li dd {
	font-size: 90%;
}
#top4 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 50px;
	border: #A57A00 1px solid;
	padding: 20px;
	border-radius: 30px;  
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#top4 ul {
	overflow: hidden;
}
#top4 li {
	float: left;
	width: 26%;
	margin: 0 3.6% 3.6%;
	font-size: 90%;
}
#top4 li p.ph {
	margin-bottom: 10px;
}
#top4 li span {
	display: block;
	color: #A57A00;
	font-weight: 400;
}
#top5 {
	max-width: 908px;
	width: 90%;
	margin: 0px auto;
}
#top5 dt {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
#top5 dd {
	text-align: center;
	font-size: 90%;
	margin-bottom: 20px;
}
#top5 dd#top5_btn {
	max-width: 400px;
	width: 100%;
	margin: 0px auto 40px;
	padding-top: 0px;
}
#top5 dd#top5_btn a {
	display: block;
	text-align: center;
	font-size: 100%;
	background-color: #666;
	color: #fff;
	line-height: 100%;
	padding: 8px 0;
	border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#t_img {
	max-width: 480px;
	width: 48%;
	max-height: 738px;
	height: 100%;
	position: absolute;
	top: 540px;
	left: 58%;
}
.t_img1 {
	position: absolute;
	max-width: 312px;
	width: 65%;
	z-index: 2;
	top: 0;
	left: 0;
}
.t_img2 {
	position: absolute;
	max-width: 231px;
	width: 48.12%;
	z-index: 3;
	top: 260px;
	right: 0;
}
.t_img3 {
	position: absolute;
	max-width: 268px;
	width: 55.83%;
	z-index: 4;
	bottom: 0;
	left: 0;
}
.t_img4 {
	position: absolute;
	max-width: 71px;
	width: 14.79%;
	z-index: 5;
	top: 20%;
	left: 54.16%;
}
.t_img5 {
	position: absolute;
	max-width: 49px;
	width: 10.2%;
	z-index: 6;
	top: 52%;
	left: 48%;
}
.t_img6 {
	position: absolute;
	max-width: 41px;
	width: 8.54%;
	z-index: 7;
	top: 70%;
	left: 40%;
}
#top_news {
	max-width: 1000px;
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	border: #FFC926 1px solid;
}
#top_news dl {
	display: table;
	width: 100%;
}
#top_news dt {
	display:table-cell;
	background-color: #FFC926;
	color: #666;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	width: 25%;
	font-size: 110%;
}
#top_news dd {
    display: table-cell;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans Japanese", sans-serif;
}
#top_news dd ul {
}
#top_news dd li {
	border-bottom: #ddd 1px dashed;
	padding: 5px 0 5px;
}
#top_news dd li:first-child {
	padding: 0px 0 5px;
}
#top_news dd li:last-child {
	border-bottom: none;
	padding: 5px 0 0px;
}
#top_news dd li span {
	display: inline-block;
	width: 80px;
	line-height: 100%;
	font-size: 90%;
	color: #888;
}
#top_news dd li a {
	line-height: 140%;
	padding-left: 12px;
	display: inline-block;
	background: url(../images/common/point06.png) no-repeat 0 6px;
}

.apology {
	max-width: 1000px;
	width: 90%;
	text-align: left;
	border: #444 1px solid;
	padding: 30px;
        margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}
.apology strong {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 4px;
}
.apology span {
	display: block;
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}








@media screen and (max-width: 980px) {
#t_img {
	opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
#top3 li span {
	font-size: 110%;
}
}











@media screen and (max-width: 680px) {
/* ---------------------------------------
mv
--------------------------------------- */
#mv {
	background: url(../images/top/mv.jpg) no-repeat center top;
	background-size: cover;
	max-height: 500px;
}
#mv .wappen {
	position: absolute;
	right: 7%;
	top: auto;
	bottom: 7%;
	margin: 0;
	
}
/* ---------------------------------------

--------------------------------------- */
#top1 dd span {
	display: inline;
}
#top2 #skippr {
	height: 400px;
}
#top2 #t2_in .t2_list1 li,
#top2 #t2_in .t2_list1 li:nth-child(3) {
	float: none;
	width: 100%;
	margin-right: 0;
}
#top2 #t2_in .t2_list1 li {
	border-bottom: #666 1px dotted;
	margin-bottom: 20px;
}
#top2 #t2_in .t2_list1 li:nth-child(3) {
	border-bottom: none;
	margin-bottom: 0px;
}
#top2 #t2_in .t2_list1 li dt {
	margin-bottom: 15px;
}
#top2 #t2_in .t2_list1 li dd {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 90%;
}
#top2 #t2_in .t2_list1 li:nth-child(3) dd {
	margin-bottom: 0px;
}
#top2 #t2_in .t2_list1 li dd span {
	text-align: left;
	padding: 0;
	float: left;
	max-width: 100px;
	margin-right: 15px;
}
#top2 #t2_in .t2_waku1 .t2_list2 li {
	float: none;
	width: 100%;
	margin: 4px 0;
	font-size: 100%;
}
#top3 li,
#top3 li:nth-child(2n) {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	border: #A57B00 2px solid;
	padding: 10px;
	position: relative;
	border-radius: 100px;  
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; 
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#top3 li a {
	display: block;
	overflow: hidden;
}
#top3 li p.ph {
	float: left;
	max-width: 80px;
	width: 27%;
}
#top3 li span {
	text-align: left;
	color: #A57B00;
	font-size: 130%;
	font-weight: 300;
	position: absolute;
	left: 110px;
	top: 33%;
}
#top3 li dl {
	margin-left: 33%;
}
#top3 li dt {
	font-size: 120%;
	margin-bottom: 0px;
	font-weight: 500;
}
#top4 li {
	float: left;
	width: 40%;
	margin: 0 5% 5%;
}
#top4 li p.ph {
	max-width: 120px;
	float: right;
	margin: 0;
	margin-left: 10px;
	margin-top: 7px;
}
#top5 dd {
	text-align: left;
}
#t_img {
	display: none;
}

#top_news dl {
	display: block;
}
#top_news dt {
	display: block;
	width: 100%;
}
#top_news dd {
	display: block;
	padding: 20px 25px;
}
#top_news dd li {
	padding: 10px 0 5px;
}
#top_news dd li:first-child {
	padding: 0px 0 5px;
}
#top_news dd li:last-child {
	border-bottom: none;
	padding: 10px 0 0px;
}
#top_news dd li span {
	display: block;
	width: auto;
}
}











@media screen and (max-width: 480px) {
#top2 #skippr {
	height: 300px;
}
#top3 li p.ph {
	max-width: 60px;
}
#top3 li span {
	text-align: left;
	color: #A57B00;
	font-size: 130%;
	font-weight: 300;
	position: absolute;
	left: 90px;
	top: 27%;
}
#top4 li {
	float: none;
	width: 90%;
	margin: 0 5% 5%;
}
}
