@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../spot_img/bgi.jpg);
	background-repeat: no-repeat;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#wrap {
	margin: auto;
	width: 1000px;
	height: 1200px;
	padding-bottom:50px;
	position: relative;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#contents {
	background-color: rgba(250,250,250,0.5);
	width: 700px;
	height: 1200px;
	float: left;
	position: relative;
}
#contents #group1 {
	height: 346px;
	width: 538px;
	position: absolute;
	left: 100px;
	top: 0px;
}

#menubox {
	margin: 0px;
	padding: 0px;
}


#header {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
	margin: 0 0 0 4px;
	padding: 0 0 20px 0;
	background-color: #fff;
	height: 399px;
	width: 178px;
}
#footer {
	width: 700px;
	clear: both;
	background-color: #152c06;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 12px;
	color: #fff;
}
#footer ul li {
	display: inline;
	padding-left: 100px;
}
#footer ul {
	padding-top: 10px;
}




/* multiple
----------------------- */
.multiple {
	margin: 0 auto;
	width: 400px;
	height: 330px;
	text-align: left;
	overflow: hidden;
}

.multiple ul {
	width: 585px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.multiple ul li {
	top: 0;
	left: 0;
	width: 400px;
	height: 330px;
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.multiple ul li span {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #000;
	display: block;
}

.swing:hover {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	animation-name: swing;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2.0s;
	-moz-animation-duration: 2.0s;
	-ms-animation-duration: 2.0s;
	animation-duration: 2.0s;
}

@-webkit-keyframes swing {
	0% {	-webkit-transform: rotate(2deg);	}
	8% {	-webkit-transform: rotate(2deg);	}
	9% {	-webkit-transform: rotate(-1deg);	}
	19% {	-webkit-transform: rotate(-1deg);	}
	20% {	-webkit-transform: rotate(2deg);	}
	30% {	-webkit-transform: rotate(2deg);	}
	31% {	-webkit-transform: rotate(-1deg);	}
	41% {	-webkit-transform: rotate(-1deg);	}
	42% {	-webkit-transform: rotate(0deg);	}
	100% {	-webkit-transform: rotate(0deg);	}
}
@-moz-keyframes swing {
	0% {	-moz-transform: rotate(2deg);	}
	8% {	-moz-transform: rotate(2deg);	}
	9% {	-moz-transform: rotate(-1deg);	}
	19% {	-moz-transform: rotate(-1deg);	}
	20% {	-moz-transform: rotate(2deg);	}
	30% {	-moz-transform: rotate(2deg);	}
	31% {	-moz-transform: rotate(-1deg);	}
	41% {	-moz-transform: rotate(-1deg);	}
	42% {	-moz-transform: rotate(0deg);	}
	100% {	-moz-transform: rotate(0deg);	}
}
@-ms-keyframes swing {
	0% {	-ms-transform: rotate(2deg);	}
	8% {	-ms-transform: rotate(2deg);	}
	9% {	-ms-transform: rotate(-1deg);	}
	19% {	-ms-transform: rotate(-1deg);	}
	20% {	-ms-transform: rotate(2deg);	}
	30% {	-ms-transform: rotate(2deg);	}
	31% {	-ms-transform: rotate(-1deg);	}
	41% {	-ms-transform: rotate(-1deg);	}
	42% {	-ms-transform: rotate(0deg);	}
	100% {	-ms-transform: rotate(0deg);	}
}
@keyframes swing {
	0% {	transform: rotate(2deg);	}
	8% {	transform: rotate(2deg);	}
	9% {	transform: rotate(-1deg);	}
	19% {	transform: rotate(-1deg);	}
	20% {	transform: rotate(2deg);	}
	30% {	transform: rotate(2deg);	}
	31% {	transform: rotate(-1deg);	}
	41% {	transform: rotate(-1deg);	}
	42% {	transform: rotate(0deg);	}
	100% {	transform: rotate(0deg);	}
}

.tategaki li{
  padding: 10px 18px 18px 18px;
  font-weight: bold;
  list-style-type: none;
  float: left;
}

a.hoge {
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
    }
a.hoge:hover {
    color: #abff7f;
    }
#header h1 {
	margin: 0px;
	padding: 0px;
}
#menubox .tategaki li h2 {
	margin: 0px;
	padding: 0px;
}

a:hover img{
    opacity:0.7;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}


.kawaru{
    color: #3a322b;
    /*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 2s;
}
a {
	text-decoration: none;
}

.kawaru:hover {
    color: #ffb74c;
}

a:hover img{
    opacity:0.7;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 2s;
}
#contents #group2 {
	height: 236px;
	width: 340px;
	position: absolute;
	left: 400px;
	top: 400px;
}
#contents #group3 {
	height: 244px;
	width: 364px;
	position: absolute;
	left: 50px;
	top: 800px;
}
#contents #group4 {
	background-image: url(../spot_img/kiyosato.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 300px;
	width: 356px;
	position: absolute;
	left: 50px;
	top: 400px;
}

#group4 p {
	font-size: 12px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 110%;
	color: #3a322b;
}
#group4 h3 {
	color: #3a322b;
}
#contents #group6 {
	background-image: url(../spot_img/rizonare.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 293px;
	width: 354px;
	position: absolute;
	left: 410px;
	top: 800px;
}
#group6 p {
	font-size: 12px;
	color: #3a322b;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align: left;
}
#group6 h3 {
	color: #3a322b;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents #group5 {
	height: 15px;
	width: 91px;
	position: absolute;
	left: 500px;
	top: 1150px;
}

.tdftad {text-align:center;
 }
 
.tdftad a {text-decoration: none;
color:green;}

ol ,ul{
    list-style:none;
}
 
#menu{
	display:none;
    width:400px;
	font-size:26px;
}



.archive{
    background-color:#E0E05A;
	color:#FFF;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	text-align: center;
}


.subMenu li{
    background-color:#F7C41F;
    padding:30px 50px;
    border-bottom:1px solid #FFF;  
}

.hutoku{
	font-size:26px;
	color:#fff;
	}
#wrap #menu li .archive p {
	line-height: 105%;
	margin: 0px;
	padding: 0px;
}

/*===============================================
●smart.css  画面の横幅が600pxまで
===============================================*/
@media screen and (min-width:321px) and (max-width:600px){
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../spot_img/bgi.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#header {
	display:none;
	
}



#menu{
	display:block;
	position: absolute;
	left: 70%;
	top: 0%;
	z-index: 5;
}


}
/*===============================================
●smart.css  画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../spot_img/bgi.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#header {
	display:none;
	
}



#menu{
	display:block;
	position: absolute;
	left: 70%;
	top: 0%;
	z-index: 5;
}





}
