@charset "shift_jis";

a:link { color:#e9091e; text-decoration: bold}
a:visited { color:#ED326F; text-decoration: none} 
a:active { color:#EEEEEE; text-decoration: none} 
a:hover { color:#F66089; text-decoration: underline}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #666666;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
	font-size: 12px;
	text-align: center;
}

body{
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	position:relative;
	background-position: top 20px center;
	/*background-position: top 20px right;
	background-size: contain;*/
	}

h1,h2,h3,h4 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul{
	padding:0;
	list-style:none;
	}

img {
	border: 0;
}



.line{
	width:100%;
	height:20px;
	background-color:#a67b2d;
	background-image: url(../images/hedbg.png),linear-gradient(135deg, #d5ba85, #e5d1af, #d5ba85);
	}
	
footer{
	width:100%;
	background-color:#a67b2d;
	background-image: url(../images/hedbg.png),linear-gradient(135deg, #d5ba85, #e5d1af, #d5ba85);
	position:absolute;
	bottom:0;
	color:#FFF;
	text-align:center;
	}
	
footer li{
	display:inline-block;
	margin:0 10px;
	}
	
	
.kuma {
    background-image: url(../images/kuma.png);
    width: 400px;
    height: 470px;
    background-repeat: no-repeat;
    position: absolute;
	top:0;
	left:-267px;
    background-size: contain;
	z-index: 0;
	-webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

.kuma:hover{
	left:-116px;
	-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
	
.enterwaku{
	margin:0 0 10px 0;
	height:850px;
	width:100%;
	display:inline-block;
	}
	
.enterlogo{
	margin:190px auto 0 auto;
	max-width:900px;
	text-align:center;
	position:relative;
	-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	}

	
.enterlogo img{
	width: 100%;
	}
	
.enterlogo li:nth-child(1){
	font-size:20px;
	}
	
.enterlogo li:nth-child(3){
	background-color:rgba(255,255,255,0.8);
	width:250px;
	height:250px;
	border-radius:50%;
	display: inline-block;
	margin-top:40px;
	-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	}
	
.enterlogo li:nth-child(3) a{
	width:94%;
	height:94%;
	display:block;
	color:#a67b2d;
	text-decoration:none;
	font-size:64px;
	line-height:236px;
	border:solid 3px;
	border-radius:50%;
	margin:3% auto;
	box-sizing: border-box;
	}
	
.enterlogo li:nth-child(3) div:nth-child(2){
	display:none;
	}
	



.enterlogo li:nth-child(4){
	background-color:#d5ba85;
	width:100px;
	height:100px;
	border-radius:50%;
	display: inline-block;
	margin-right:-100px;
	vertical-align:bottom;
	
	}
	
.enterlogo li:nth-child(4) a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 42px;
    font-weight: bold;
}

.enterlogo li:nth-child(4) p:nth-child(1){
	margin-bottom:15px;
}

.enterlogo li:nth-child(4):hover a{
    color: #ff0;
}

#under{
	text-align:center;
	margin-bottom:50px;
	display:inline-block;
	}
	
.overlink{
	font-size:20px;
	}
	
.footlink{
	margin:50px auto;
	max-width: 1300px;
}
	
.footlink p{
    display: inline-block;
    vertical-align: top;
    max-width:420px;
	margin:0 5px 15px 5px;
}

.footlink p img{
	width:100%;
}
	
.omiya_foot{
	margin:50px auto;
	max-width: 1000px;
	line-height:2;
	padding:30px;
	border:solid 10px #ba9f6a;
	box-sizing: border-box;
	}
	

#under ul{
	max-width: 840px;
	margin:50px auto;
	}
	
#under li:nth-child(1){
	display:block;
	color:#FFF;
	background-color:#ba9f6a;
	margin-bottom:5px;
	}
	
#under li{
	display:inline-block;
	padding:5px 0;
	margin-bottom:5px;
	}
	
#under li span{
	background-color:#ba9f6a;
	color:#FFF;
	padding:5px;
	margin:0 5px 0 10px;
	border-radius:10px;
	}
	
	
.copyright{
	margin-bottom:50px;
	}

.covergirl{
	display:none;
	}

	
/*-----------------------------------------------------*/

@media screen and (max-width: 1280px){
	

body{
	background-size: contain;
	}

.enterlogo{
	margin: 70px auto 0 auto;
	max-width:700px;
	}

.enterwaku {
    height: 640px;
}

}

@media screen and (max-width: 1000px){
	
	
	
.kuma {
	left:-400px;
}
}

@media screen and (min-width:700px){

	
.enterlogo li:nth-child(3):hover{
	background-color:#d5ba85;
	background-image: url(../images/hedbg.png);
	}
	
.enterlogo li:nth-child(3):hover a{
color:#fff;
	}
	
.enterlogo li:nth-child(3):hover div:nth-child(2){
	display: block;
	font-weight:bold;
	}
	
.enterlogo li:nth-child(3):hover div:nth-child(1){
	display: none;
	}	

}

@media screen and (max-width: 700px){


body{
	background-image: url(../images/topbgs.jpg);
	background-repeat: no-repeat;
	position:relative;
	background-position: top center;
	}
	
.kuma {
	display: none;
}

.line {
    height:10px;
}

.covergirl{
	max-width:600px;
	margin:0 auto;
	}
	
.covergirl img{
	width:100%;
	}
	
.enterlogo {

    margin:39% 10px 0 10px;
    max-width: 700px;

}

.enterlogo li:nth-child(1) {
    font-size: 12px;
}

.enterlogo li:nth-child(3) {
    margin-top:0;
}

.enterwaku {

    margin: 0 0 10px 0;
    height: auto;
    width: 100%;
}

	
#under li:nth-child(1){
	text-align:center;
	width:100%;
	}
	

#under li{
	width: 260px;
	text-align:left;
	}


}

@media screen and (max-width: 480px){

body{
	background-image: url(../images/topbgs.jpg);
	background-repeat: no-repeat;
	position:relative;
	background-position: top center;
	}



.enterwaku {
    margin:0;
}
	.enterlogo li:nth-child(4) {
    margin:10px auto;
	display:block;
	width: 240px;
height: 40px;
border-radius: 20px;
}

.enterlogo li:nth-child(4) a {
    padding-top: 7px;
    line-height: 14px;
}

.enterlogo li:nth-child(4) p:nth-child(1) {
    margin-bottom: 0;
}
	
	}

