.flex{
	display: flex;
	border: solid #666 1px;
	padding: 20px;
	flex-wrap: wrap;
}
.yadolist{
	width: 50%;
}
.yadolist a{
	font-size: 1.2em;
	font-weight: bold;
	color: #EF7274;
}
.kyouryoku {
    margin-top: 50px;
    background: #F90;
    color: #333;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 20px;
    width: 100%;
}
.kyouryoku_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kyouryoku_fleximg{
    justify-content: flex-start!important;
    gap:20px 2%;
}
.kyouryoku_fleximg .kyouryoku_ul{
    width: 32%;
}
.kyouryoku_ul{
    width: 30%;
}
.kyouryoku_ul2{
    width: 49%;
}
.kyouryoku_ul li{
    color: #fff;
    border: none!important;
    list-style: disc;
    padding: 4px 0 4px 5px!important;
}
.kyouryoku_ul li a{
    color: #fff;
    text-decoration: underline;
}
.kyouryoku_flex-3 ul li{
    font-size: 1.3em;
}
.kyouryoku_flex-2 ul li{
    font-size: 1.2em;
}
.kyouryoku_flex-3 ul li a{
    font-size: 1em;
}
.kyouryoku_flex-2 ul li a{
    font-size: 1em;
}
/*****トップページ*******/
.hed_back{
	background-image:url("../images/top/top_img.jpg");
	background-size:cover;
	width:100%;
	height:500px;
}
.srd_area1{
	width:100%;
	height:100vh;
	overflow: hidden;
	z-index:1 !important;
	background: #f7f7f7 url("../images/top/main_img2.jpg") center top/cover no-repeat;
	background-position: bottom;
	transition: 1.0s;
}
.srd_area1:hover{
	width:100%;
	height:100vh;
	overflow: hidden;
	z-index:1 !important;
	background: #f7f7f7 url("../images/top/main_img.jpg") center top/cover no-repeat;
	background-position: bottom;
	transition: 1.0s;
}

.srd_area1 img{
	min-width:100%;
	height:100vh;
}
.corona_tit{
    font-size: 1.5em;
    margin-top: 20px;
}
.corona_tit:first-letter{
    font-size: 2em;
}
@media screen and (max-width: 1000px) {

.kyouryoku_ul{
    width: 46%;
}
.kyouryoku_fleximg .kyouryoku_ul{
    width: 46%;
}
}
@media screen and (max-width: 640px) {
    .kyouryoku_ul{
    width: 90%;
        margin-left: 5%;
}
    .kyouryoku_fleximg .kyouryoku_ul{
    width: 90%;
        margin-left: 5%;
}
    .kyouryoku_fleximg .kyouryoku_ul2{
    width: 90%;
        margin-left: 5%;
}
.corona_tit{
    font-size: 1.2em;
    margin-top: 20px;
}
.corona_tit:first-letter{
    font-size: 1.4em;
}
}
.srd_area2{
	width:50%;
	height:400px;
	float:left;
}
.srd_area3{
	width:50%;
	height:400px;
	float:left;
}
.srd_area_box{
	width:100%;
	height:100vh;
	position:relative;
}
.srd_area_box_copy {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
    height: 90%;
    z-index: 99999 !important;
}
.srd_area_box_copy img{
    height: 100%;
}

.srd_area_box_copy_bokashi {
    position: absolute;
  top: 58%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
    height: 42%;
    z-index: 99999 !important;
}
.srd_area_box_copy_bokashi img{
    height: 100%;
}

#loopslider {
	margin: 0 auto;
	width: 100%;
	height:300px;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
}
#loopslider ul {
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: 500px!important;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

.content{
	display: flex;
	transition: 1.0s ;
}
.main_content{
	width: 80%;
	margin: 100px 10%;
}
.content2{
	background: url("../images/common/back_ami.svg");
	background-repeat: repeat;
	background-size: 5px;
	padding-bottom: 50px;
}
a:hover .content{
	background: url("../images/common/back_ami2.svg");
	background-repeat: repeat;
	background-size: 5px;
	padding-bottom: 50px;
	padding-top: 50px;
	transition: 1.0s ;
}
a:hover img{
	opacity: 1;
}
a:hover .content_in img{
	border-radius: 0 150px 150px 0;
	overflow: hidden;
	transition: 1.0s ;
}
a .content_in img{
	border-radius: 0;
	overflow: hidden;
	transition: 1.0s ;
}
@media screen and (max-width: 768px) {
.content{
	display: flex;
	flex-direction: column;
	transition: 1.0s ;
}
}
.content_in2_flex{
	display: flex;
	align-items: flex-end;
	width: 80%;
	justify-content: space-between;
	margin-top: 60px;
}
.content_in2_flex_in{
	width: 25%;
}
.content_in2_flex_in2{
	width: 30%;
}
.content_in2_flex_in2 a p{
	text-align: right;
}
.content_in2_p_area{
	margin-top: 40px;
	margin-left: 5%;
	width: 75%;
}
.member_tit{
	width: 10%;
}
.member_photo{
	width: 75%;
	margin-left: 5%;
}
.member_photo_chirashi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member_photo_shuin{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member_photo_shuin_in1{
    width: 30%;
}
.member_photo_shuin_in2{
    width: 63%;
}
.youtube3{
	width:100%;
	text-align: center!important;
	margin: 0 auto!important;
	margin-top: 10px!important;
}
.youtube2{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube2 iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.member_photo_archive{
	width: 46%;
	margin-bottom: 15px;
}
.member_photo_archive p{
	font-size: 0.7em;
	line-height: 1.3em;
}
p.p_s{
	font-size: 1em;
	margin-top: 10px;
}
.content_in{
	width: 60%;
}
.content_in2{
	width: 40%;
}
.content_in3{
	width: 15%;
}
@media screen and (max-width: 1100px) {

.content_in{
	width: 50%;
}
.content_in2{
	width: 50%;
}
}
.nav_area_sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.nav_area_sp{
		display: block;
	}
	.nav_logo {
		width: 30%;
		margin-right: 35%;
		margin-left: 35%;
		padding: 30px 0;
	}
	.nav_content_sp{
		display: flex;
	}
	.nav_content_sp_in{
		width: 33.3%;
		width: calc(100% / 3);
		background: #FDFDF5;
		padding: 20px 0;
	}
	.nav_area{
		display: none;
	}
	.content_in{
		width: 100%;
	}
	.content_in img{
		width: 90%;
		border-radius: 100px!important;
		overflow: hidden;
		margin-left: 5%;
	}
	.content_in2_flex_in2 p{
		text-align: right;
	}
	.content_in2{
		width: 100%;
	}
	.content_in2_flex {
		display: flex;
		align-items: flex-end;
		width: 95%;
		justify-content: space-between;
		margin-top: 60px;
	}
	.content_in2_p_area {
		margin-top: 40px;
		margin-left: 5%;
		width: 90%;
	}
	.member_photo {
		width: 100%;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main_content{
		width: 90%;
		margin: 70px 5%;
	}
	.member_tit {
		width: 100%;
	}
	.content_in3{
		width: 30%;
		margin-left: 5%;
	}
	.tit_area{
		width: 40%!important;
		margin: 0 auto;
		text-align: center;
	}
	.content_in2_flex_in {
		width: 35%;
	}
	.content_in2_flex_in2 {
		width: 40%;
	}
}
@media screen and (max-width: 640px) {
.srd_area_box_copy {
    height: 60%;
}
.srd_area_box_copy_bokashi {
    height: 35%;
	top: 55%;
}

	.srd_area1{
	background: #f7f7f7 url("../images/top/main_img.jpg") center top/cover no-repeat;
}
.srd_area1:hover{
	background: #f7f7f7 url("../images/top/main_img2.jpg") center top/cover no-repeat;

}

	.nav_logo {
		width: 50%;
		margin-right: 25%;
		margin-left: 25%;
		padding: 30px 0;
	}
	.content_in2_flex {
		display: flex;
		align-items: flex-end;
		width: 95%;
		justify-content: space-between;
		margin-top: 20px;
	}
	.content_in2_p_area {
		margin-top: 20px;
		margin-left: 5%;
		width: 90%;
	}
}
.tit_area{
	width: 25%;
	margin: 0 auto;
	text-align: center;
}
.tit_area img{
	margin: 0 auto;
	text-align: center;
}

.srd_area_box_copy2{
	position:absolute;
	top:15%;
	left:50%;
	width:200px;
	margin-left:-350px;
	z-index:99999 !important;
}
.srd_area_box_copy3{
	position:absolute;
	top:22%;
	right:27%;
	z-index:99999 !important;
	width:200px;
}
.srd_area_box_copy4{
	position:absolute;
	bottom:5%;
	right:24%;
	z-index:99999 !important;
	width:200px;
}
.event_on{
	position:absolute;
	top:10%;
	left:5%;
	display:none;
}
.event_on2{
	position:absolute;
	top:10%;
	right:5%;
	display:none;
}
.event_on3{
	position:absolute;
	bottom:10%;
	right:5%;
	display:none;
}
.back_moyou{
	background-size:100%;
	width:100%;
}
ul.life li{
	padding:30px;
	width:1030px;
	border:solid #FCC 5px;
	margin-top:50px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#nav2 {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	width:400px !important;
	z-index:99999 !important;
}
#nav2 li {
	margin-bottom: 0.8em;
	z-index:99999 !important;
}
#nav2 li a {
    background-position: 31px center;
    background-repeat: no-repeat;
    display: block;
    height: 64px;
    line-height: 64px;
    padding-left: 100px;
    position: fixed;
    text-decoration: none;
	margin-right:20px;

	-webkit-border-top-right-radius: -30px;
	-webkit-border-bottom-right-radius: -30px;
	-moz-border-radius-topright: -30px;
	-moz-border-radius-bottomright: -30px;
	-o-border-radius-topright: -30px;
	-o-border-radius-bottomright: -30px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#nav2 li.fb a {
	background-color:#3b5998;
}
#nav2 li.tw a {
	background-color:#64a8f2;
}
#nav2 li.ins a {
	background-color:#fff;
}
#nav2 li.blog a {
	background-color:#000;
}
#nav2 li a span,#nav2 li a:hover span{
	color:#FFF !important;
	line-height:65px;
}
#nav2 li.ins a span,#nav2 li a.ins:hover span{
	color:#000 !important;
	line-height:65px;
}
.top_sab_copy{
	float:left;
	width:48%;
	margin-bottom:40px;
}
.top_sab_copy2{
	float:right;
	width:48%;
	margin-bottom:40px;
}
.sab_flex{
	display: flex;
	justify-content: space-between;
}
.sab_flex2{
	width: 45%;
}

.top_sab_kuratoma{
	float:left;
	width:500px;
}
.top_sab_kuratoma2{
	float:right;
	width:550px;
	margin-top:100px;
}
ul.top_tittle{
	position:absolute;
	width:346px;
	height:80px;
	top:45%;
	left:50%;
	margin-top:-40px;
	margin-left:-173px;
}
ul.top_tittle li{
	display:inline-block;
	width:80px;
}
ul.kuratoma_content{
	height:210px;
	margin:0 auto;
}
ul.kuratoma_content li{
	display:inline-block;
	width:170px;
}

.event_on,.event_on2,.event_on3,.event_on4,.event_on5,.event_on6,.event_on7,.event_on8,.event_on9,.event_on10,.event_on11{
	position:absolute;
	top:0 ;
	left:300px ;
	z-index:99999 !important;
	display:none;
}

.dousojin{
	position:absolute;
	width:100px;
	height:120px;
	top:28%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}
.jinbutsu{
	position:absolute;
	height:100%;
	top:0;
	left:0;
}
.ani1{
	position:absolute;
	width:200px;
	top:10%;
	left:19%;
}
.ani2{
	position:absolute;
	width:200px;
	top:50%;
	left:20%;
}
.ani3{
	position:absolute;
	width:200px;
	top:72%;
	left:60%;
}
.yajirushi_ani{
	position:absolute;
	width:100px;
	height:100px;
	top:70%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}
.ani5{
	position:absolute;
	width:200px;
	top:33%;
	left:75%;
}
.ani6{
	position:absolute;
	width:350px;
	bottom:0%;
	left:2%;
}
.z-index99{
	z-index:99 !important;
}
.z-index98{
	z-index:98 !important;
}
.z-index100{
	z-index:100 !important;
}
.z-index110{
	z-index:110 !important;
}
.z-index99998{
	z-index:99998 !important;
}

.ani7{
	position:absolute;
	width:100%;
	bottom:10%;
}
.gly li.move2 {
	margin:-60px 0 0 -50px;
	position: absolute;
	animation: moveY 2s infinite alternate ease-in, moveX 25s infinite normal linear;
	-ms-animation: moveY 2s infinite alternate ease-in, moveX 25s infinite normal linear;
	-webkit-animation: moveY 2s infinite alternate ease-in, moveX 25s infinite normal linear;
	-moz-animation: moveY 2s infinite alternate ease-in, moveX 25s infinite normal linear;
	-webkit-animation-delay: 0s;
}
/*@media screen and (max-width: 1500px) {
.gly li.move2 {
	margin: 570px 0 0 -50px;
}
}
@media screen and (max-width: 1400px) {
.gly li.move2 {
	margin: 560px 0 0 -50px;
}
}
@media screen and (max-width: 1300px) {
.gly li.move2 {
	margin: 550px 0 0 -50px;
}
}
@media screen and (max-width: 1200px) {
.gly li.move2 {
	margin: 540px 0 0 -50px;
}
}
@media screen and (max-width: 1100px) {
.gly li.move2 {
	margin: 500px 0 0 -50px;
}
}
*/@keyframes moveY {
0% {top:0px;}
50% {	top:25px;}
100% {top:0px;}
}
 
@-ms-keyframes moveY {
0% {top:0px;}
50% {	top:10px;}
100% {top:0px;}
}
 
@-webkit-keyframes moveY /* Safari and Chrome */
{
0% {top:0px;}
50% {	top:10px;}
100% {top:0px;}
}
 
@-moz-keyframes moveY /* Firefox */
{
0% {top:0px;}
50% {	top:10px;}
100% {top:0px;}
}
 
/*　横の動き　*/
@keyframes moveX {
0% {left:0px;}
100% {left:88%;}
}
@-ms-keyframes moveX{
0% {left:0px;}
100% {left:88%;}
}
@-webkit-keyframes moveX /* Safari and Chrome */
{
0% {left:0px;}
100% {left:88%;}
}
@-moz-keyframes moveX /* Firefox */
{
0% {left:0px;}
100% {left:88%;}
}



.kuratoma{
	position:absolute;
	width:350px;
	height:50px;
	top:58%;
	left:50%;
	margin-top:-25px;
	margin-left:-175px;
}
.news{
	position:absolute;
	width:260px;
	height:300px;
  background-image: url("../images/top/memo.png");
	right:20px;
	bottom:20px;
	padding:20px;
}
.news2{
	margin-top:80px;
}
.news3{
	display:none;
}

.news p{
	margin-top:40px;
}
dl{
	font-size:12px !important;
}
dd{
	margin-top:-10px;
}
.po_box{
	position:relative;
}
.tozan{
	position:absolute;
	right:10px;
	bottom:30px;
}
.fukidashi_kuratoma{
  background-image: url("../images/top/top_fukidashi.png");
	padding:20px;
	height:210px;
	width:510px;
}
/************************宿泊*********************************/
ul.inn_content{
	width:1100px;
	height:370px;
	margin:0 auto;
	margin-top:50px;
}
ul.inn_content li{
	display:inline-block;
}
.inn_content_img{
	width:230px;
}
.align_b{
    vertical-align:bottom !important;
}
.align_t{
    vertical-align:top !important;
}
#map_canvas{
	width:100%;
	height:500px;
}
#map_canvas3{
	width:1100px;
	height:600px;
	margin-top:80px;
}
.inn_content{
	float:left;
}
.inn_content2 a h3{
	text-align:left;
	font-size:1.7em;
	color:#090;
}
.inn_content2 a h3 span{
	text-align:left;
	font-size:0.8em;
	color:#666;
}
.inn_content2{
	float:left;
	margin-left:20px;
	width:850px;
	text-align:left;
}
.inn_content3{
	margin-top:40px !important;
	background-color:#e8f9e6;
	width:90%;
	margin:0 auto;
}
.inn_content3 p a{
	text-decoration:underline;
}
.inn_content3 p span{
	color:#090;
	font-weight:bold;
}
/************************固定スクロール*********************************/
.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/top/top_img.jpg");
}
.cd-fixed-bg2 {
    min-height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	min-width:1100px !important;
	position: relative;
}
.cd-fixed-bg2.cd-bg-2 {
  background-image: url("../images/inn/top_img.jpg");
  height:400px;
}
.cd-fixed-bg2.cd-bg-3 {
  background-image: url("../images/event/top_img.jpg");
  height:400px;
}
.cd-fixed-bg2.cd-bg-4 {
  background-image: url("../images/map/top_img.jpg");
  height:400px;
}
.cd-fixed-bg2.cd-bg-5 {
  background-image: url("../images/member/top_img.jpg");
  height:400px;
}
.cd-fixed-bg2.cd-bg-6 {
  background-image: url("../images/event/top_img2.jpg");
  height:400px;
}
.cd-fixed-bg2.cd-bg-7 {
  background-image: url("../images/food/top_img.jpg");
  height:400px;
}
.cd-fixed-bg2.cd-bg-8 {
  background-image: url("../images/mail/top_img.jpg");
  height:400px;
}
.cd-scrolling-bg {
    min-height:auto;
}
/************************固定スクロール*********************************/

.event_box{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position:relative;
	overflow-y:hidden;
	z-index: -1 !important;
}
video {
	top: 0; 
	left: 0;
	z-index: -1 !important;
	width:100%;
	height: auto;
	position:absolute;
}
.back_dot{
	position:absolute;
	top: 0; 
	left: 0;
	background-image: url("../images/top/dot_01.png");
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}

.content_box{
	width:1100px;
	margin:0 auto;
	padding:100px 0;
}
.content_box3{
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}
.content_box2{
	width:750px;
	margin-left:50px;
	margin-top:40px;
	float:left;
	text-align:left;
}
.pop_line{
	width:100%;
	background-image: url("../images/top/pop_line.png");
	background-repeat:repeat-x;
	height:10px;
}
ul.rank li{
	display:inline-block;
 vertical-align:middle;
}
ul.day li{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:15px;
}
ul.event li{
	display:inline-block;
 vertical-align:middle;
}
ul.top_content li{
	display:inline-block;
	vertical-align:middle;
	width:190px;
	height:190px;
}
h2.day_men{
	border-left:solid #F66 8px;
	padding-left:15px;
	margin-bottom:30px;
	font-size:1.5em;
	font-weight:bold;
}
.coment{
	position:relative;
	width:700px;
	height:250px;
	background-image: url("../images/top/fukidashi.png");
}
.coment p{
	position:absolute;
	top:20px;
	left:20px;
	color:#FFF;
	width:600px;
}
.coment p span{
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
}
.color_1{
	background-image: url("../images/top/mizu_back.png");
}
.color_2{
  background:linear-gradient(#61cc78, #a8dfb4);
}
.color_3{
	background-image: url("../images/top/back.jpg");
}
.color_4{
	background-image: url("../images/event/back_event.jpg");
}
.color_5{
	background-image: url("../images/mail/back_event.jpg");
}
#sample{
	background-color:none !important;
}
ul.event li.event_p{
	width:640px;
	height:440px;
	background-image: url("../images/top/back_c.png");
	padding:30px;
	margin-right:80px;
}
ul.event li.event_p dd,ul.event li.event_p dl{
	color:#FFF;
}

.rank_content{
	background-color:#CCC;
	width:260px;
	height:400px;
}
.name{
	margin-top:15px;
	margin-left:10px;
	font-size:1.1em;
	float:left;
	color:#000;
}

.top_logo{
	position:absolute;
	top:50%;
	margin-top:-125px;
	left:50%;
	margin-left:-200px;
	width:400px;
	height:250px;
}
.line{
	position:absolute;
	width:400px;
	height:10px;
	top:75%;
	left:50%;
	margin-left:-200px;
}
.nav_p{
	text-align:center;
	font-size:0.8em;
}
.top_box{
	width:100%;
	background-color:#FFF;
	height:300px;
}
.top_box2{
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height:300px;
	text-align: left;
	position: relative;
	z-index:0;
	overflow:hidden;
}

#loopslider ul {
	height: 3	00px;
	float: left;
	display: inline;
}

#loopslider ul li {
	width: 300px;
	height: 300px;
	float: left;
	display: inline;
}
#loopslider ul li a img{
	opacity:1;
}
.teian{
	float:left;
	width:500px;
	height:500px;
	position:relative;
}
.teian2{
	float:right;
}
.teian_h4{
	font-size:1.6em;
	line-height:1.7em;
	color:#666;
	margin-bottom:20px;
}
.teian_h4 span{
	color:#396;
}
.shoukai{
	position:absolute;
	bottom:0;
}
.shoukai2{
	position:absolute;
	bottom:25px;
	left:120px;
}
.shoukai2 a p{
	text-decoration:underline;
	font-size:1em;
}
.shoukai2 p{
	font-size:1.4em;
}
/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

h3.h3_sp span{
	display:none !important;
}
#sp_header{
	display:none !important;
}
.sp_concept{
	display:none !important;
}
.top_logo_back{
	position:absolute;
	background-image:url("../images/top/logo_back.png");
	width:250px;
	height:550px;
	left:100px;
}
.top_campaign{
	position:absolute;
	background-image:url("../images/top/logo_back.png");
	width:540px;
	height:auto;
	right:30px;
	bottom:30px;
	padding:10px;
}
.concept_box{
	margin:0 auto;
	width:1100px;
	background-color:#FFF;
	height:auto;
	padding:50px;
/*  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";*/

    /*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    
    /*ボックスのデザイン*/
    padding:80px 10px 80px 10px;
    border:1px solid #ccc;
	text-align:center;
}
#top_header ul{
	list-style:none;
}
ul.ml_20 li span{
	padding:0px 3px 0px 3px;
	background-color:#900;
	color:#FFF;
	font-size:12px;
}
#back_w{
	width:100%;
	background-color:#FFF;
	height:auto;
	margin:0 auto !important;
	text-align:center !important;
	padding:80px 10px 80px 10px;
}
.btn_kankou{
	padding:5px 10px 5px 10px;
	border:dotted #666 1px;
	width:200px;
	margin:0 auto;
}
/*************宿泊******************/
h2.inn_tittle{
	margin-bottom:50px;
	border-bottom:dotted #999 1px;
	padding-bottom:10px;
}
.inn_side_p{
	font-size:19px;
	margin-top:10px;
}
.inn_side_p i{
	font-size:25px;
	line-height:35px;
	color:#666;
}
.inn_side_box2{
	float:left;
	width:400px;
}
.inn_side_box{
	float:right;
	width:650px;
	text-align:left;
	margin-left:50px;
}
h4.inn_side_box_tit{
	font-size:25px;
	border-left:solid #EEB7B9 10px;
	padding-left:10px;
	color:#666;
	margin-top:20px;
}
.food_map{
	float:right;
	width:400px;
	height:400px;
	margin-top:20px;
}

ul.food_photo{
	width:660px;
	float:left;
	text-align:left;
}
ul.food_photo li{
	display:inline-block;
	width:48%;
	margin-bottom:5px;
}
.inn_1{
	position:absolute;
	width:60;
	height:60;
	top:30px;
	left:30px;
}
.inn_2{
	position:absolute;
	width:400;
	height:50;
	top:35px;
	left:100px;
}
.inn_3{
	position:absolute;
	width:60;
	height:60;
	top:100px;
	left:30px;
}
.inn_4{
	position:absolute;
	width:400;
	height:50;
	top:105px;
	left:100px;
}
.inn_5{
	position:absolute;
	width:60;
	height:60;
	top:170px;
	left:30px;
}
.inn_6{
	position:absolute;
	width:400;
	height:50;
	top:175px;
	left:100px;
}
.inn_7{
	position:absolute;
	width:60;
	height:60;
	top:240px;
	left:30px;
}
.inn_8{
	position:absolute;
	width:400;
	height:50;
	top:245px;
	left:100px;
}
.inn_9{
	position:absolute;
	width:60;
	height:60;
	top:310px;
	left:30px;
}
.inn_10{
	position:absolute;
	width:400;
	height:50;
	top:315px;
	left:100px;
}
ul.inn_list{
	display:none;
}
.button {
	background-color: #333;
	color: #fff;
}
.button:hover {
	background-color: #59b1eb;
	color: #fff;
}
.kamiakari{
	position:relative;
	width:1100px;
	height:500px;
}
.shatai{
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	position:absolute;
	font-size:12px;
	letter-spacing:normal;
	text-align:left;
	width:430px;
	top:70px;
	left:630px;
	line-height:27.5px;
}
.page_title{
	width:300px;
	text-align:center;
	border:solid #333 1px;
}
.page_title_box{
	left:50px;
	top: 130px;
	background: rgb(255,255,255,0.8);
	background: rgba(255,255,255,0.8);
	width: auto;
	padding: 10px;
	position: absolute;
}
.content_box3_1{
	float:left;
	width:300px;
	height:380px;
}
.mizu_fr{
	float:right;
}
.yama_fl{
	float:left;
}
.sp_top_ca{
	display:none;
}
.ml20_ml0{
	margin-left:20px;
}
.inn_photo_img{
	width:195px ;
}
ul.site_1 ,ul.site_2{
	float:left;
	text-align:left;
	font-weight:bold;
}
ul.site_2{
	margin-left:50px;
}
ul.site_3{
	padding-left:20px;
	font-weight:300;
}	
ul.site_3 li a{
	color:#000 !important;
}
ul.site_1 li ,ul.site_2 li{
	border-bottom:dotted #999 1px;
	line-height:50px;
}
.site_3_b_off{
	border-bottom:none !important;
}
ul.site_1 li a,ul.site_2 li a{
	color:#44a58a ;
}
ul.site_1 li a i,ul.site_2 li a i{
	color:#44a58a ;
}
.mail_form{
	width:95%;
	padding:20px 20px;
	margin-bottom:20px;
}
.info,.info_p{
	width:250px;
}

.fuwafuwa {
	-webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(-10px, 0);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(-10px, 0);}
	100% {-moz-transform:translate(0, 0);}
}
.fuwafuwa2 {
	-webkit-animation-name:fuwafuwa2; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:8s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa2;
	-moz-animation-duration:8s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -20px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa2 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -20px);}
	100% {-moz-transform:translate(0, 0);}
}

.fuwafuwa3 {
	-webkit-animation-name:fuwafuwa3; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:5s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa3;
	-moz-animation-duration:5s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa3 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -8px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa3 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -8px);}
	100% {-moz-transform:translate(0, 0);}
}

.load {
	width:300px;
	height: 300px;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    -ms-animation: spin 15s linear infinite;
    -o-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.load2 {
	width:300px;
	height: 300px;
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    -ms-animation: spin 30s linear infinite;
    -o-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
}
.load3 {
	width:300px;
	height: 300px;
    -webkit-animation: spin 50s linear infinite;
    -moz-animation: spin 50s linear infinite;
    -ms-animation: spin 50s linear infinite;
    -o-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.sp_none{
	display:block;
}
table.form th.form2{
	text-align:left;
	background-color:#CCC;
	padding:10px;
	margin-right:20px;
}

#loopslider_page {
	margin: 0 auto;
	width: 100%;
	height:300px;
	text-align: left;
	position: relative;
	z-index:0;
	overflow:hidden;
}

#loopslider_page ul {
	height: 3	00px;
	float: left;
	display: inline;
}

#loopslider_page ul li {
	width: 400px;
	height: 300px;
	float: left;
	display: inline;
}
#loopslider_page ul li a img{
	opacity:1;
}

/*********************タブ********************************/
.tab{
	overflow:hidden;
}
.tab li{
	padding:15px 16px;
	float:left;
	margin-right:1px;
	font-size:20px;
	background:#eec8d4;
	color:#FFF;
	font-weight:bold;
	margin-right:10px;
}
.tab li:hover{
	color:#FFF;
}
.tab li:hover font{
	color:#FFF;
}
.tab li.select{
	background:#db809e;
	color:#FFF;
}
.tab li.select font {
	color:#FFF;
}
.content li{
	border:solid #db809e 5px;
	padding:50px 20px;
}
.hide {
	display:none;
}
.food_box{
	width:96%;
	padding:40px 10px;
	border-bottom:dotted #999 1px;
}
.food_box_p{
	float:left;
	width:650px;
	margin-left:50px;
	text-align:left;
}
.food_box_img{
	width:300px;
	float:left;
}
.food_h3{
	text-align:left;
}
.food_h3 span{
	color:#F93;
	font-size:0.7em;
}
.food_h3 span.janru{
	color:#396;
	border:solid #396 1px;
	padding:0 5px;
}
.food_h3 span.area{
	color:#06C;
	border:solid #06C 1px;
	padding:0 5px;
}
.food_tit{
	background-color:#db809e;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-size:2em;
	margin-bottom:30px;
}
.more {
    text-align:center;
    padding:10px;
    color:#fff;
    background:#03A9F4;
    width:200px;
	margin:0 auto;
	margin-top:20px;
}
.close {
    background:#666;
}

.cycling{
	width:100%;
	height:600px;
	position:relative;
	z-index:3 !important;
}
.cycling img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.kankou_h2{
	color:#FFF;
	text-align:left;
	position:absolute;
	font-weight:400;
	top:230px;
	left:50px;
	z-index:2;
	font-size:3em;
	letter-spacing:10px;
	font-family:'Hannari','ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho','メイリオ',Meiryo,serif;
	border-bottom:solid #FFF 5px;
	padding-bottom:10px;
	border-top:solid #FFF 5px;
	padding-top:10px;
}
.cycling_map{
	width:350px;
	height:392px;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:2;
}

.content_box_cycling{
	width:1100px;
	margin:0 auto;
	margin-top:-100px;
	z-index:5 !important;
	position:relative;
}
.cycling_box_p{
	float:left;
	width:590px;
	margin-top:150px;
	margin-left:15px;
}
.cycling_img{
	float:left;
	margin-left:20px;
	border:solid #FFF 4px;
	width:400px;
}
.cycling_no{
	float:left;
}

.content_box_kami{
	width:100%;
	height:800px;
	position:relative;
	background-image: url("../images/event/kamiakari.JPG")  !important;
	background-size:cover;
	z-index:999 !important;
}
.content_box_kami_naka1{
	position:absolute;
	width:300px;
	height:200px;
	top:50px;
	left:50px;
}
.content_box_kami_naka2{
	position:absolute;
	width:900px;
	height:250px;
	bottom:50px;
	left:50px;
	background-image: url("../images/event/kami_chirashi_back.png")  !important;
	background-repeat:no-repeat;
}
.content_box_kami_naka3{
	position:absolute;
	width:450px;
	height:200px;
	bottom:0;
	right:50px;
}
.content_box_kami_naka4{
	position:absolute;
	width:410px;
	height:190px;
	bottom:0;
	right:80px;
}
.point{
	background-color:#06C;
	width:130px;
	text-align:left;
	padding:0 10px;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
ul.event_content li{
	display:inline-block;
	width:29.33%;
	padding:2%;
}
ul.event_content li h3{
	color:#FFF;
	margin-top:15px;
	margin-bottom:10px;
}
ul.event_content li p{
	color:#FFF;
}
ul.event_content li.event_c1{
	background-color:#4668ab;
}
ul.event_content li.event_c2{
	background-color:#52b472;
}
ul.event_content li.event_c3{
	background-color:#d69f4b;
}

.food_coment{
	width:1100px;
	height:80px;
	position:relative;
	margin-bottom:30px;
}
.food_coment img{
	position:absolute;
	top:0;
	left:0;
}
.food_coment p{
	position:absolute;
	top:30px;
	left:150px;
	color:#F60;
	font-weight:bold;
}
h2.food_tittle{
	margin-bottom:50px;
	background-color:#C63;
	color:#FFF;
	padding:10px;
}
section{
	border-bottom:dotted #999 1px;
	padding-bottom:50px;
	margin-bottom:50px;
}
ul.story li{
	display:inline-block;
	width:30%;
	vertical-align:top;
	margin:10px;
}
table.gaiyou_kami{
	width:100%;
	border-bottom:solid #F90 2px;
	border-top:solid #F90 2px;
}
table.gaiyou_kami th{
	width:30%;
	border-bottom:solid #F90 1px;
	text-align:left;
	font-size:1.5em;
	font-weight:400;
	padding:20px 0;
}
table.gaiyou_kami td{
	width:70%;
	border-bottom:solid #F90 1px;
	padding:20px 0;
	text-align:left;
}
table.gaiyou_kami td a{
	color: #fff;
}
.b_none{
	border-bottom:none !important;
}
span.midashi{
	color:#F60;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
.sp_none{
	display:none;
}
.yadolist{
	width: 100%;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/top/top_img_sp.jpg")  !important;
}
.mail_form{
	width:95%;
	padding:1%;
	margin-bottom:20px;
}
.food_map{
	float:none;
	width:100%;
	height:350px;
	margin-top:20px;
}

ul.food_photo{
	width:100%;
	float:none;
}
ul.food_photo li{
	display:inline-block;
	width:48%;
}

#sp_header{
	display:block !important;
	width:100%;
}
ul.story li{
	display:inline-block;
	width:100%;
	vertical-align:top;
	margin:0px;
}
table.gaiyou_kami{
	width:100%;
	border-bottom:solid #F90 2px;
	border-top:solid #F90 2px;
}
table.gaiyou_kami th{
	width:25%;
	border-bottom:solid #F90 1px;
	text-align:left;
	font-size:1.1em;
	font-weight:400;
	padding:20px 0;
	font-weight:bold;
}
table.gaiyou_kami td{
	width:75%;
	border-bottom:solid #F90 1px;
	padding:20px 0;
	text-align:left;
}

/************************固定スクロール*********************************/
.cd-fixed-bg {
    min-height: 500px;
    height:500px !important;
    background-size:auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
	min-width:100px !important;
	position: relative;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/top/top_img.jpg");
}
.cd-fixed-bg2 {
	display:none;
}
.cd-fixed-bg2.cd-bg-2 {
  background-image: url("../images/inn/top_img.jpg");
  height:300px;
}
.cd-fixed-bg2.cd-bg-3 {
  background-image: url("../images/event/top_img.jpg");
  height:300px;
}
.cd-fixed-bg2.cd-bg-4 {
  background-image: url("../images/mail/top_img.jpg");
  height:300px;
}
/************************固定スクロール*********************************/
.news{
	position:absolute;
	width:90%;
	height:auto;
	background-color:#FFF;
	background-image: none;
	right:0;
	bottom:0;
	padding:5%;
	border-bottom:solid #666 3px;
}
.news2{
	margin-top:0;
	text-align:center;
	width:80%;
	margin:0 auto !important;
}
.news3{
	display:block;
	border-bottom:solid #666 1px;
}

.content_box{
	width:90%;
	margin:0 auto;
	padding:20% 5%;
}
.content_box3_1{
	float:none;
	width:80%;
	margin-left:10%;
	margin-top:40px;
	height:auto;
}
.content_box3{
	width:96%;
	margin:0 auto;
	padding:20% 2%;
}
.content_box2{
	width:100%;
	margin-left:0;
	margin-top:20px;
	float:none;
	text-align:left;
}
/*ul.kuratoma_content{
	width:100%;
	height:auto;
	margin:0 auto;
}
ul.kuratoma_content li{
	display:inline-block;
	width:45%;
	height:auto;
}
*/.mizu_fr{
	float:none;
	width:80%;
	margin:0 auto;
}
.yama_fl{
	float:none;
	width:80%;
	margin:0 auto;
}
ul.top_tittle{
	display:none;
}
.dousojin{
	display:none;
}
.kuratoma{
	display:none;
}
.sp_top_ca{
	display:block;
	position:absolute;
	top:100px;
	left:10%;
}
.kamiakari{
	position:static;
	width:100%;
	height:auto !important;
}
.kamiakari img{
	display:none
}
.shatai{
	transform:none;
	-moz-transform: none;
	-webkit-transform: none;
	position:static;
	font-size:15px;
	letter-spacing:normal;
	text-align:left;
	width:100%;
	top:0;
	left:0;
	line-height:27.5px;
}
/************************宿泊*********************************/
h2.inn_tittle{
	margin-bottom:50px;
	border-bottom:dotted #999 1px;
	padding-bottom:10px;
	font-size:20px;
}
ul.inn_content{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:50px;
}
ul.inn_content li{
	display:inline-block !important;
	width:45%;
}
.ml20_ml0{
	margin-left:0;
}
.inn_content_img{
	width:90%;
	margin-left:5%;
}
.align_b{
    vertical-align:bottom !important;
}
.align_t{
    vertical-align:top !important;
}
#map_canvas{
	width:100%;
	height:400px;
	margin-top:80px;
}
#map_canvas2{
	width:100%;
	height:400px;
	margin-top:80px;
}
#map_canvas3{
	width:100%;
	height:400px;
	margin-top:80px;
}
.inn_side_box{
	float:none;
	width:100%;
	text-align:left;
	margin-left:0;
}
.inn_side_box2{
	margin-top:20px;
	float:none;
	width:100%;
}
h4.inn_side_box_tit{
	font-size:25px;
	border-left:solid #EEB7B9 10px;
	padding-left:10px;
	color:#666;
	margin-top:20px;
}
ul.inn_list{
	display:block;
	text-align:left;
	width:100% !important;
	margin-top:20px;
}
ul.inn_list li{
	border-bottom:dotted #666 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}
ul.inn_list li.tit{
	width:95%;
	padding :5px 0 5px 5%;
	background-color:#CCC;
	font-weight:bold;
	color:#666;
}
ul.site_1 ,ul.site_2{
	float:none;
	text-align:left;
	font-weight:bold;
}
ul.site_2{
	margin-left:0;
}
ul.site_3{
	padding-left:20px;
	font-weight:300;
}
.inn_content{
	float:none;
}
.inn_content2{
	float:none;
	margin-left:0;
	width:100%;
	margin-top:20px;
}
.inn_content3{
	margin-top:30px;
}

/*********************タブ********************************/
.tab{
	margin-bottom:10px;
}
.tab li{
	display:inline-block;
	padding:5px 2%;
	width:42%;
	float:none;
	margin-right:0;
	font-size:17px;
	margin-right:0;
	margin-bottom:5px;
}
.content li{
	border:solid #db809e 5px;
	padding:50px 20px;
}
.food_box{
	width:100%;
	padding:20px 0;
}
.food_box_p{
	float:none;
	width:100%;
	margin-left:0;
	margin-top:10px;
}
.food_tit{
	background-color:#db809e;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-size:2em;
	margin-bottom:30px;
}
.food_box_img{
	width:100%;
	float:none;
}
.content_box_cycling{
	width:100%;
	margin-top:40px;
}
.cycling_img{
	float:left;
	margin-left:2%;
	border:none;
	width:83%;
}
.cycling_no{
	width:12%;
	margin-left:1%;
}
.cycling_box_p{
	clear:both;
	float:none;
	width:96%;
	margin-top:30px;
	margin-left:2%;
	margin-bottom:50px;
}
ul.event_content li{
	width:96%;
	padding:2%;
}
.top_sab_kuratoma{
	float:none;
	width:80%;
	margin-left:10%;
}
.top_sab_kuratoma img{
	width:100%;
}
.top_sab_kuratoma2{
	float:none;
	width:98%;
	margin-left:1%;
	margin-top:50px;
}
.fukidashi_kuratoma{
  background-image:none;
	padding:0;
	height:auto;
	width:100%;
	margin-bottom:20px;
}
#loopslider_page {
	display:none;
}
.content_box_kami{
	display:none;
}
.sp_content{
	width:98%;
	margin-left:1%;
	margin-top:20px;
}
ul.kamiakari_list{
	margin:0 auto;
	text-align:center;
}
ul.kamiakari_list li{
	display:inline-block;
	width:45%;
}
ul.kamiakari_list li img{
	width:100%;
}
.food_coment{
	width:100%;
	height:150px;
}
.food_coment p{
	left:20%;
	text-align:left;
	top:10px;
}
.back_moyou{
	background-image:none;
	background-size:auto;
}
.top_sab_kuratoma{
	float:none;
	width:80%;
	margin-left:10%;
}
.top_sab_kuratoma2{
	float:none;
	width:96%;
	margin-left:2%;
	margin-top:40px;
}
ul.kuratoma_content{
	height:auto;
}
ul.kuratoma_content li{
	width:28%;
}
ul.life li{
	padding:2%;
	width:95%;
	border:solid #FCC 1px;
	margin-top:50px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.teian{
	float:none;
	width:100%;
	height:auto;
}
.teian2{
	float:none;
	margin-top: 10px;
}
.teian_h4{
	font-size:1.6em;
	line-height:1.7em;
	color:#666;
	margin-bottom:20px;
}
.teian_h4 span{
	color:#396;
}

#slider00 {
    overflow:hidden;
    width:100%;
	height:310px;
	z-index:-9999 !important;
}
#sliderInner {
    position:relative;
    left:50%;
    width:300%;
    margin-left:-150%;
}
#sliderInner li {
    width:100%;
}

#slideFilterL, #slideFilterR {
	display:none;
    position:absolute;
    top:0;
    width:100%;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
	display:none;
    left:0;
}
#slideFilterR {
	display:none;
    right:0;
}
ul.inn_photo{
	width:100%;
}
ul.inn_photo li{
	display:inline-block;
	margin-right:0;
	margin-top:20px;
	width:44% ;
}
.inn_photo_img{
	width:100%;
}
.top_sab_copy{
	float:none;
	width:98%;
	margin-bottom:20px;
}
.top_sab_copy2{
	float:none;
	width:98%;
	margin-bottom:40px;
}
.shoukai2{
	position:absolute;
	bottom:10px;
	left:75px;
}
.shoukai2 a p{
	text-decoration:underline;
	font-size:1em;
}
.shoukai2 p{
	font-size:1.1em;
}

}
ul.inn_photo li{
	display:inline-block;
	margin-right:16px;
	margin-top:20px;
}







