/****************************
  visual_top
*****************************/

#wrapper_visual_top {
	max-width: 1200px;
	height: 200px;
	margin:  0 auto;
	padding: 0;
	position: relative;
}

#visual_top {
	position: absolute;
	top:  0px;
	left: 0px;
	width:  100%;
	height: 100%;
	margin:  0 auto;
	padding: 0;
/*
	background: url(../images/loader.gif) no-repeat center center;
*/
	position: relative;
}
#visual_top > ul {
	margin:  0;
	padding: 0;
}
#visual_top > ul > li {
/*
	display: table;
*/
	display: none;
	position: absolute;
	top:  0px;
	left: 0px;
	width:  100%;
	height: 100%;
	margin:  0;
	padding: 0;
	background-image: url(/files/images/home/vt.png);
	background-position: center 10%;
	background-repeat: no-repeat;
		-webkit-background-size: contain;
		   -moz-background-size: contain;
		        background-size: contain;
}

#visual_top > ul > li > div {
	display: table-cell;
	margin:  0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-family: 'HG明朝E', serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.7;
}

.infospace.nomimg {
    margin-top:103px;
}

.leftside.photospace .theme-default .nivo-controlNav{
text-align: right;
}

.leftside.photospace .theme-default .nivo-controlNav a {
    text-indent: 9999px;
}

.snsbtnwrapper.nosns {
    margin-top: 19px;
}

.snsbtnwrapper.nosns .contactbtn {
    padding: 32px 47px 32px;
}

@media (min-width: 500px) {
	#wrapper_visual_top {
		height: 400px;
	}
}
@media (min-width: 768px) {
	#wrapper_visual_top {
		height: 100vh;
	}
	#visual_top > ul > li {
		background-position: center 30%;
	}
}
@media (min-width: 1300px) {
	#visual_top > ul > li {

	}
}

/****************************
  visual_top button
*****************************/

.wrapper_visual_top_btn {
	display: none;
}

	.wrapper_visual_top_btn {
		display: block;
		position: absolute;
		z-index: 7000;
		bottom: 105px;
		left: 0;
		width: 100%;
		text-align: center;
	}

.circle-button-info {
	display: inline-block;
	width:  51px;
	height: 51px;
	vertical-align: middle;
	text-align: center;
	border: 2px solid rgba(255,255,255, 0.6);
	border-radius: 50%;
	-webkit-transition: border-color 200ms ease-in-out;
	   -moz-transition: border-color 200ms ease-in-out;
	        transition: border-color 200ms ease-in-out;
}
.circle-button-info:hover {
	border-color: rgba(255,255,255, 0.9);
}
.circle-button-info:active {
	-webkit-transform: translateY(1px);
	   -moz-transform: translateY(1px);
	    -ms-transform: translateY(1px);
	     -o-transform: translateY(1px);
	        transform: translateY(1px);
}

.circle-button-info .fa {
	font-size:   32px;
	line-height: 51px;
	color: rgba(255,255,255, 0.6);
}
.circle-button-info:hover .fa {
	color: rgba(255,255,255, 0.9);
}

@-webkit-keyframes small-bounce {
	  0% {-webkit-transform: translateY(0px)}
	 25% {-webkit-transform: translateY(3px)}
	 50% {-webkit-transform: translateY(0px)}
	 75% {-webkit-transform: translateY(-1px)}
	100% {-webkit-transform: translateY(0px)}
}
@-moz-keyframes small-bounce {
	  0% {-moz-transform: translateY(0px)}
	 25% {-moz-transform: translateY(3px)}
	 50% {-moz-transform: translateY(0px)}
	 75% {-moz-transform: translateY(-1px)}
	100% {-moz-transform: translateY(0px)}
}
@keyframes small-bounce {
	  0% {transform: translateY(0px)}
	 25% {transform: translateY(3px)}
	 50% {transform: translateY(0px)}
	 75% {transform: translateY(-1px)}
	100% {transform: translateY(0px)}
}

.animation-small-bounce {
	-webkit-animation: small-bounce 850ms linear infinite;
	   -moz-animation: small-bounce 850ms linear infinite;
	        animation: small-bounce 850ms linear infinite;
}

/****************************
  visual_top pager
*****************************/

#visual_top > ol.vt_pager {
	position: absolute;
	z-index: 7000;
	bottom: 1em;
	left: 0px;
	width: 100%;
	margin:  0;
	padding: 0;
	text-align: center;
}
#visual_top > ol.vt_pager li {
	display: inline-block;
	margin:  0;
	padding: 0;
}
#visual_top > ol.vt_pager a {
	display: block;
	width:  14px;
	height: 14px;
	margin:  0 5px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	border: 4px solid #fff;
	background: transparent;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	        transition: all 0.2s;
}
#visual_top > ol.vt_pager a:hover,
#visual_top > ol.vt_pager .current a {
	border: 4px solid #54bc53;
}

#visual_top > .prev, 
#visual_top > .next {
	position: absolute;
	z-index: 7000;
	top: 50%;
	margin: -15px 0 0;
	padding: 0;
	cursor: pointer;
}
#visual_top > .prev:before, 
#visual_top > .next:before {
	color: rgba(255, 255, 255, 0.4);
	font-family: 'fontawesome';
	font-size: 30px;
	line-height: 1;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	        transition: all 0.2s;
}
#visual_top > .prev:hover:before, 
#visual_top > .next:hover:before {
	color: rgba(255, 255, 255, 1);
}

#visual_top > .prev:before {
	content: "\f053";
}
#visual_top > .next:before {
	content: "\f054";
}
#visual_top > .prev {
	left: 15px;
}
#visual_top > .next {
	right: 15px;
}

/* コメアウト */
#visual_top > ol.vt_pager, 
#visual_top > .prev, 
#visual_top > .next {
	display: none;
}

/****************************
  news
*****************************/

.wrapper_news_home {
	max-width: 600px;
	margin:  0 auto;
	padding: 40px 15px 0;
}

h2.h2_news_home {
	margin:  0;
	padding: 2em 0 0;
	font-size: 1.1em;
	line-height: 1.2;
}

ul.ul_news_home {
	margin:  0;
	padding: 1em 0 0 1.5em;
	list-style-type: disc;
}
ul.ul_news_home li {
	margin:  0;
	padding: 0 0 .5em;
	font-size: 1em;
	line-height: 1.5;
}

h2.h2_news_home a, 
ul.ul_news_home li a,
.newsticker ul li a  {
	color: #666;
}

.newsticker p.p_news_detail.tolink {
    padding-top: 1em;
}

.newsticker ul li a {
    text-decoration: underline;
}


    #header {
        width: 100%;
        padding: 26px 55px 26px 55px;
        position: fixed;
        top: 0;
left: 0;
        z-index:9999;
        background: rgba(0, 0, 0, 0.3) 0% 0% no-repeat padding-box;
border: 1px solid #707070;
    }
    
    h1#logo {
    font: normal normal bold 33px/40px Helvetica;
    font-size: 33px;
    font-weight: bold;
    margin-left: 0px;
}

h1#logo a {
    color:#fff;
}

#header h2 {
    font: normal normal normal 20px/24px Helvetica;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-left:15px;
}

    .mtitle {
        text-align: center;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 42px;
    }
    
    section {
        clear:both;
    }
    
    #fadein19.newsticker{
    padding-top: 100px;
    }
    .newsticker h3.ccopy {
    padding: 10px 8%;
    background: #AD3030;
    color:#fff;
}

.newsticker dl.dl_news_title {
    display: block;
    margin: 0;
    padding: 0;
}

.newsticker dl.dl_news_title dt {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    color: #666;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .newsticker dl.dl_news_title dt {
        display: table-cell;
    }
}

.newsticker dl.dl_news_title dd {
    display: block;
    margin: 0;
    padding: .5em 0 0;
    vertical-align: top;
    text-align: left;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}

.newsticker p.p_news_detail {
    margin: 0;
    padding: 1.5em 0 0;
    font-size: 1em;
    line-height: 1.7;
    color: #666;
}


@media (min-width: 600px) {
    .newsticker dl.dl_news_title dd {
        display: table-cell;
        padding: 0 0 0 1em;
        text-align: right;
    }
}

@media (min-width: 600px) {
    .newsticker dl.dl_news_title {
        display: table;
    }
}

	.newsticker .ticker {
		padding: 20px 8%;
	}
	
	#ticker-roll {
    background: #F7F7F7;
}
    
    .introduction{
    width: 766px;
margin: 230px auto 114px;
    }
    #fadein.introduction{
margin: 0px auto 114px;
    padding-top: 170px;
    }
    
    .new #fadein.introduction{
    padding-top: 50px;
    }
    
    p {
    line-height: 2;
}

    .leftside {
        float: left;
width: calc(50% - 50px);
margin-right:100px;
    }
    
.visitor .leftside {
    width: calc(50% - 16px);
    margin-right: 32px;
}
.visitor .rightside {
    width: calc(50% - 16px);
}
.visitor .leftside img, .visitor .rightside img {
    max-width: 100%;
}

.visitor .todetail a {
    font-size: 12px;
    padding: 5px 23px;
}

.visitor p {
    margin-bottom: 15px;
}
    
    .rightside {
width: calc(50% - 50px);
    }
    
        .txtspace {
            padding: 30px 0 0px;
        }
        
    .spphotospace, .spphoto1, .spphoto2 {
        display: none;
    }
    
    .rightside {
        float:right;
    }
    
    .photospace img {
    width: 100%;
}

#fadein6 .photospace img, #fadein12 .photospace img, .daisetsuzan .photospace img {
    width: 100%;
}

.etitle {
    font: normal normal normal 14px/17px Lora,serif;
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.etitle::after {
    border-top: 1px solid;
    content: "";
    width: 6em;
    margin-left: 3em;
}
    
    
    .txtspace .mtitle {
    text-align: left;
    font-family: "Hiragino Mincho ProN", serif;
    margin-bottom: 80px;
}

.txtspace .ccopy {
    font-size: 18px;
    margin-bottom: 35px;
}
    
    .txtspace p {
    margin-bottom:50px;
}

.rmore a {
    font-size:15px;
    font-weight: bold;
    color: #333;
}

    .theme-default #visual_top {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
    
    .theme-default #visual_top img {
    width:100%;
}

.lakesvg {
    text-align: center;
    margin:167px 0 150px;
}

.parksvg {
    margin-bottom:25px;
}

    .clr {
        clear:both;
    }
    
    .txtspace .rmore {
    margin-bottom: 0px;
    display: flex;
align-items: center;
}

.txtspace .rmore::before {
    border-top: 1px solid;
    content: "";
    width: 6em;
    margin-right: 3em;
}

.rightside.txtspace {
    padding-right:125px;
}

.leftside.txtspace {
    padding-left:125px;
}
    
 .leftimg {
    width: 60%;
    margin-right: 40px;
    float:left;
}

.rightimg {
    width: calc(40% - 40px);
    float:right;
}

.rightimg .rightfirst{
margin-bottom: 15px;
}


#fadein12 .leftimg, #fadein6 .leftimg{
margin-right: 15px;
}

.leftimg, .rightimg {
    width: calc(50% - 20px);
}

#fadein6 .leftimg, .daisetsuzan .leftimg {
    width: 61.6%;
}
#fadein6 .rightimg, .daisetsuzan .rightimg {
    width: calc(38.4% - 15px);
}

.activity .photospace .leftimg, .activity .photospace  .rightimg{
width: calc(50% - 7.5px);
}

.activity .photospace .leftfirst, .activity .photospace .rightfirst {
    margin-bottom: 15px;
}

.leftfirst, .rightfirst {
    margin-bottom: 40px;
}

.wrapper_news_home {
    max-width: 1000px;
}

#news {
    margin-top:110px;
    margin-bottom: 200px
}

ul.ul_news_home li {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    height: 96px;
    padding: 36px;
    list-style: none;
}

ul.ul_news_home {
    padding: 1.5em 0 0 0;
}

#wrapper_contents.mappage {
    margin: 85px 0 110px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}




#logomain {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


    .fade_off {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
    }
    
    
    .fade_on {
        opacity: 1;
    }
    
    
    .lakesvg.fade_off {
    transform: translate(-2000px, 0);
}

.lakesvg.fade_on {
    transform: translate(0, 0);
}

.ndate {
    margin-right:100px;
}

.weatherinfowrapper {
    position: absolute;
    right: 50px;
    bottom: 100px;
    z-index: 1;
    color:#fff;
}
.weatherinfo img {
    width:50px;
}
.temp {
    float: right;
    margin-top: 3px;
    font-size: 26px;
}
.weatherdate {
    clear: both;
    text-align: right;
    margin-top:-20px;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
  overflow:hidden;
  }

.weatherinfo .wi {
    font-size:250%;
}

.slick-slide img {
    transform: scale(1);
    transition: 3s;
}

.fit{
    display: inline-block;
    width:100%;
    padding:0;
  }
  #wrapper_home .slide-img img{
    max-width: inherit;
  }
  .cover{
    width: 100%;
  }
   .slide-img.cover img{
      max-width: inherit;
      object-fit : cover;
      max-height:100%;
      width: 100%;
      height:100vh;
    }
    
    @supports (-webkit-touch-callout: none) {
  .slide-img.cover img{
      height: -webkit-fill-available;
    }
}

	
    .start {
        background: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9000;
    }
    
    .start p {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 9999;
        width: 250px;
    }
 
.spotdetail .profile .mtitle {
    margin-bottom: 35px;
}
.spotdetail .profile .rightside.photospace, .spotdetail .news .rightside.photospace {
    padding: 0 250px 0 0;
}
.spotdetail .profile .txtspace p {
    margin-bottom: 35px;
}
.spotdetail .profile .txtspace dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.spotdetail .profile .txtspace dl dt {
    width: 12%;
    vertical-align: top;
    padding-top: 7px;
}
.spotdetail .profile .txtspace dl dd {
    width: 88%;
    line-height: 2;
    vertical-align: top;
}
.spotdetail .news .txtspace {
    padding-top: 0px;
}
.spotdetail .news a {
    font-size: 18px;
    margin-top: 25px;
}
.spotdetail .news .dlink{
    margin-top: 75px;
}
.spotdetail #gallery {
    padding: 0 125px;
}
.spotdetail .gallerylists {
    display: flex;
    gap: 20px;
}
.spotdetail .gallerylist {
    width: 25%;
}
.spotdetail .gallerylist img {
    width: 100%;
}

@media (max-width: 1200px) {
.leftside {
    width: calc(50% - 0px);
    margin-right: 50px;
}
.rightside.txtspace {
    padding-right: 75px;
}
.leftside.txtspace {
    padding-left: 75px;
}
}

@media (max-width: 1000px) {
.leftimg {
    margin-right: 30px;
}
#fadein6 .rightimg, .daisetsuzan .rightimg {
    width: calc(38.4% - 15px);
}

}

@media (max-width: 800px) {
#wrapper_home .slide-img img{
    width: 100%;
    max-width: inherit;
  }
.leftside {
    float: left;
    width: calc(50% - 5px);
    margin-right: 10px;
}
.rightside.txtspace {
    padding-right: 10px;
}
.txtspace {
    padding: 0px 0 0px;
}
.rightside {
    width: calc(50% - 5px);
}
.txtspace .mtitle {
    margin-bottom: 20px;
}
.txtspace .ccopy {
    margin-bottom: 20px;
}
.mtitle {
    margin-bottom: 10px;
}
.txtspace p {
    margin-bottom: 30px;
}
.introduction {
    width: 766px;
    margin: 50px auto 50px;
    padding:10px;
}
.lakesvg {
    text-align: center;
    margin: 50px 0 50px;
}
.lakesvg img {
    width:100%;
}
#fadein6 .leftimg, .daisetsuzan .leftimg {
    width: 61%;
    margin-right: 10px;
}
#fadein6 .rightimg, .daisetsuzan .rightimg {
    width: calc(38.6% - 10px);
}
#fadein6 .rightimg .rightfirst, .daisetsuzan .rightimg .rightfirst  {
    margin-bottom: 10px;
}
.leftimg {
    width: 60%;;
}
argin-right: 10px
}
.firstsvg {
    width:450px;
    height:72px;
}

.lakesvg svg text.a{fill:rgba(43,43,43,0.1);font-size:35px;font-family:GaramondPremrPro, Garamond Premier Pro, serif;}

.secondsvg {
    width:855px;
    height:100px;
}

.lakesvg svg text.a2{fill:rgba(43,43,43,0.1);font-size:77px;font-family:GaramondPremrPro, Garamond Premier Pro, serif;}


.forsp, .slide-img img.fortabslide, .slide-img img.forspslide, .spotdetail .slide-img img.fortabslide, .spotdetail .slide-img img.forspslide, .fortabphoto, .forsphoto{
display:none;
}

.slide-img img.forpcslide, .spotdetail .slide-img img.forpcslide, .forpcphoto{
  display: block;
  width: 100%;
}

.slide-img img.forpcslide, .slide-img img.fortabslide, .slide-img img.forspslide{
transform: scale(1);
transition: 3s;
}

#wrapper_home.test .slide-img img.forpcslide{
transform: scale(1);
transition: 3s;
}

.newsticker .ticker {
    width: 100%;
    height: 162px;
}

.newsticker .ticker ul li{
height: 332px;
}

.visitor .leftside,.visitor .rightside{
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
.slide-img img.forpcslide, .spotdetail .slide-img img.forpcslide, .forpcphoto{
display:none;
}
.slide-img img.fortabslide, .spotdetail .slide-img img.fortabslide, .fortabphoto{
display:block;
width:100%;
}
.newsticker .ticker ul li{
height: 382px;
}
}

@media (max-width: 800px) {
    #fadein6 .rightimg, .daisetsuzan .rightimg {
        width: calc(38.4% - 10px);
    }
    .leftimg {
    width: 60%;
    margin-right: 10px;
    float: left;
}
#fadein12 .leftimg, .activity .leftimg{
margin-right: 10px;
}
.leftside.txtspace {
    padding-left: 10px;
}
.rightimg .rightfirst {
    margin-bottom: 42px;
}
#wrapper_contents.mappage {
    margin: 153px auto 30px;
}
.forsp .firstsvg {
    width: auto;
    height: auto;
    font-size: 35px;
    font-family: GaramondPremrPro, Garamond Premier Pro,Garamond, serif;
    color: rgba(43, 43, 43, 0.2);
}
.forsp .secondsvg {
    width: auto;
    height: auto;
    font-size: 62px;
    font-family: GaramondPremrPro, Garamond Premier Pro,Garamond, serif;
    color: rgba(43, 43, 43, 0.2);
    margin-top: -20px;
}
.forpc{
display:none;
}
.forsp{
display:block;
}
.activity .photospace .leftimg, .activity .photospace .rightimg {
    width: calc(50% - 5px);
}
.activity .photospace .leftfirst, .activity .photospace .rightfirst {
    margin-bottom: 10px;
}
#fadein.introduction {
    width:100%;
}
#logomain {
    width: 250px;
    height: 250px;
}

}

@media (max-height: 480px) {
	#logomain{
		width: 150px;
		height: 150px;
	}
	.weatherinfowrapper{
		bottom: 50px;
	}
	.wrapper_visual_top_btn{
		bottom: 30px;
	}
}


@media (max-width: 600px) {
.home #header {
    margin-top: 0px;
   }
   #header {
    padding: 16px 15px 6px 15px;
    margin:0;
   }

   #wrapper_home .introduction {
    width: 100%;
    margin: 0px auto 50px;
}
.introduction {
width: 100%;
    margin: 50px auto 50px;
}
.leftside, .rightside.txtspace, .leftside.txtspace, .rightside, .visitor .leftside,.visitor .rightside {
clear:both;
    float:none;
    width:100%;
    margin: 0 0;
    padding:0;
}
.visitor .leftside,.visitor .rightside{
    margin-bottom: 50px;
}

.txtspace .rmore::before {
    width: 3em;
    margin-right: 1.5em;
}
.lakesvg {
    margin: 50px 0 50px;
}
.lakesvg img {
    width: 100%;
}
#fadein6 .leftimg, .daisetsuzan .leftimg {
    width: 62%;
    margin-right: 5px;
}
#fadein6 .rightimg, .daisetsuzan .rightimg {
    width: calc(38% - 5px);
}
.rightimg .rightfirst {
    margin-bottom: 5px;
}
.etitle {
    padding-top: 20px;
}
.txtspace .rmore {
    margin-bottom: 20px;
}
.activity .photospace .leftimg, .activity .photospace .rightimg {
    width: calc(50% - 5px);
}
.leftimg, #fadein12 .leftimg, .activity .leftimg {
    margin-right: 5px;
}
.leftfirst, .rightfirst {
    margin-bottom: 5px;
}
.wrapper_news_home {
    padding: 0px 0px 0;
}
ul.ul_news_home li {
    height: auto;
    padding: 10px;
}
#news {
    margin-bottom: 100px;
}
.ndate {
    margin-right:30px;
}
.footer_left {
    float: none;
    padding-right: 0px;
    border:none;
}
.footer_right {
    width: 100%;
}
.fmenu {
    width: 100%;
    padding: 3% 1%;
    height: auto;
    border:none;
}
.mtitle {
    text-align: left;
}
#wrapper_contents section {
    margin-bottom: 50px;
}
#nav-content-inside {
    width: 100%;
    margin: 70px auto 30px;
}
.nav-left, .nav-right {
    width: 100%;
    display: block;
    vertical-align: top;
}
.photospace img {
    width: 100%;
}
    .home #header.notfixed {
        margin-top: -30px;
        bottom: -94px;
    }
    .mtitle {
    font-size: 20px;
}
.txtspace .ccopy {
    font-size: 17px;
}
.firstsvg {
    width: 100%;
    height: 72px;
}
.secondsvg {
    width: 100%;
    height: 50px;
}
.forsp .firstsvg {
    font-size: 20px;
}
.forsp .secondsvg {
    font-size: 31px;
margin-top: -7px;
}
.activity .photospace .leftfirst, .activity .photospace .rightfirst {
    margin-bottom: 5px;
}
#fadein6 .rightimg .rightfirst, .daisetsuzan .rightimg .rightfirst  {
    margin-bottom: 5px;
}
.weatherinfowrapper {
    right: 30px;
    bottom: 50px;
}
.wrapper_visual_top_btn {
    bottom: 55px;
}
.newsticker .ticker ul li{
height: 482px;
}
.spotdetail .profile .contentswrapper, .spotdetail .news .contentswrapper {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}
.spotdetail .profile .rightside.photospace, .spotdetail .news .rightside.photospace {
    padding: 0;
    margin: 30px 0;
}
#wrapper_contents.spotdetail section#profile, #wrapper_contents.spotdetail section#news {
    margin-bottom: 50px;
}
    #wrapper_contents.spotdetail section {
        margin-bottom: 50px;
    }
    .spotdetail #gallery {
    padding: 0 10px;
	}
}


@media (max-width: 480px) {
.slide-img img.fortabslide, .spotdetail .slide-img img.fortabslide, .fortabphoto{
display:none;
}
.slide-img img.forspslide, .spotdetail .slide-img img.forspslide, .forspphoto{
display:block;
}
    .spotdetail .slide-img img.forspslide {
        width: 100%;
    }
    .slide-img img.forspslide {
        max-width: 100%;
    }
.home #header.notfixed {
        margin-top: -30px;
        bottom: -73px;
    }
    #logomain {
    width: 150px;
    height: 150px;
}
.weatherinfo .wi {
    font-size: 180%;
}
.temp {
    margin-top: 1px;
    font-size: 21px;
}
.snsbtnwrapper.nosns {
    margin-top: 23px;
}
.snsbtnwrapper.nosns .contactbtn {
    padding: 9px 17px 9px;
}
#fadein19.newsticker {
    padding: 70px 0 0;
}
.newsticker h3.ccopy {
    padding: 10px 15px;
}
.newsticker .ticker {
    padding: 10px;
}

}

@media (max-width: 350px) {
.weatherinfowrapper {
    margin-bottom: 30px;
    right: 10px;
bottom: 20px;
}
.home #header.notfixed {
        margin-top: -30px;
        bottom: -73px;
    }
    .temp {
    font-size: 18px;
    margin-left: -5px;
}
.weatherinfo .wi {
    font-size: 150%;
}
.newsticker .ticker ul li{
height: 500px;
}
}

@media (max-height: 350px) {
	#logomain{
		width: 120px;
		height: 120px;
	}
	.weatherinfowrapper{
		bottom: 30px;
	}
	.wrapper_visual_top_btn{
		bottom: 30px;
	}
	
}

