@media screen and (max-width: 1024px) {
	.wrap{
		width: 100%;
	}
	.container{
		width:100%;
		padding: 0px 14px;
	}
	.header-bottom{
		display: none;
	}
	.slidebar{
		display: block;
	}
	#sp-slidebar nav ul{
		margin: 0px;
	}
	#sp-slidebar nav ul li.login{
		background-color: #cc2944;
	}
	#sp-slidebar nav ul li.register{
		background-color: #cf8748;
	}
	#sp-slidebar nav ul li.login:hover,#sp-slidebar nav ul li.register:hover{
		opacity: 0.75;
	}
	#sp-slidebar nav ul li{
		padding: 14px; 
		border-bottom: 1px solid #eee;
	}
	#sp-slidebar nav ul li:first-child{
		border-top: 1px solid #eee;
	}
	#sp-slidebar nav ul li a{
		font-size: 14px;
		color: #000;
	}
	#sp-slidebar h3{
		font-size: 14px;
	    font-weight: 600;
	    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	    letter-spacing: 0.1px;
	    padding: 28px 14px 4px;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.sp-menu{
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		top: 50%;
		left: 7px;
		margin-top: -20px;
		padding: 0px 7px;
		z-index:10000;
	}
	
	.sp-menu span{
		width: 100%;
		height: 2px;
		background-color: #000;
		display: block;
		position: relative;
		top: 50%;
		margin-top: -1px;
	}
	
	.sp-menu span:before{
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		background-color: #000;
		top: -8px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	
	.sp-menu span:after{
		content: "";
		width: 100%;
		height: 2px;
		background-color: #000;
		position: absolute;
		top: 8px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	
	.sp-menu span.close{
		background-color: transparent;
	}
	
	.sp-menu span.close:before{
		top: 0px;
		background-color: #000;
		-moz-transform: rotate(-315deg);
		-webkit-transform: rotate(-315deg);
		-o-transform: rotate(-315deg);
		-ms-transform: rotate(-315deg);
	}
	
	.sp-menu span.close:after{
		top: 0px;
		background-color: #000;
		-moz-transform: rotate(315deg);
		-webkit-transform: rotate(315deg);
		-o-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
	}
	
	
	#sp-search{
		width: 40px;
		height: 40px;
		padding: 10px 10px;
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -20px;
	}
	#sp-search-form{
		width: 100%;
		background-color: rgba(0,0,0,0.5);
		position: absolute;
		top: 48px;
		z-index: 10000;
	}
	.sp-form-wrap{
		position: relative;
	}
	.search-input input{
		width:85%;
	}
	.search-input .search-button {
	    width: 10%;
	}
	.search-input button {
	    display: block;
	    height: 40px;
	    font-size: 11px;
	    color: #888;
	    line-height: 32px;
	    text-align: center;
	    width: 100%;
	    border-left: 1px solid #ddd;
	}
	#sp-search{
		display: block;
	}
	#sp-search.active{
		color:#a51c30;
	}
	#sp-search-form form .search-input{
		width: 100%;
		height: 41px;
	    padding: 6px 12px;
	    background-color: #fff;
	    border-left: 0px ;
	    border-right: 0px ;
	    border-bottom: 1px solid #ddd;
	    position: absolute;
	}
	.sp-search-close{
		width: 100%;
	}
	
	.header-center{
		padding: 7px;
	}
	.header-center .copy-text img {
	    width: 160px;
	    margin-bottom: 7px;
	}
	.header-center .logo-title img{
		height: 50px;
		display: inline;
	}
	
	.img-text-bg{
		width: 100%;
		height: 240px;
		position: absolute;
		bottom:0px;
		left: 0px;
		z-index: 10;
		background-image: url(../img/img-text-bg.png);
		background-size:contain;
		background-repeat: repeat-x;
	}
	.slider-text-area p{
		display: none;
	}
	.form-view{
		display: none;
	}
	
	#main-view.other-page,
	#main-view.single-page{
		padding: 7px 14px 14px 14px;
	}

	#main-view.single-page{
		height: 240px;
		background-color: #a51c30;
		position: relative;
		overflow: hidden;
	}
	#recommend-view-main{
		margin-bottom: 14px;
	}
	.page-title{
	}
	
	.header-page .page-title h1{
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 42px;
		margin: 14px auto 0px;
	}
	.page-text{
		padding: 14px 0px 0px 0px;	
	}
	
	.header-single .single-title{
		padding-left: 0px;
	}
	
	.header-single .single-title h1{
		font-size: 21px;
		letter-spacing: 0.1em;
		line-height: 28px;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
		margin: 0px;
	}

	#recommend-view{
		padding: 24px 0px;
	}
	.content-title{
		margin-bottom: 28px;
	}
	.content-title h3 {
	    font-size: 28px;
	    letter-spacing: 0px;
	    text-align: center;
	}
	
	#recommend-view .content-text-sub,
	#recommend-view-editor .content-text-sub,
	#other-view .content-text-sub,
	#page-view .content-text-sub,
	#single-view .content-text-sub{
	    width: 100%;
		text-align: right;
	}
	
	#other-view .content-text{
		padding: 12px 0px 7px 14px;
	}
	#main-view .public-label.public-label-check{
		width:80px;
		height:80px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.content-text-sub .author{
	    float: left;
	    width: 50%;
	    text-align: left;
	}
	.content-text-sub .category{
	    float: right;
	    width: 45%;
	    text-align: right;
	}
	#recommend-view-editor{
		padding: 24px 0px;
		background-color: #cf8748;
	}
	#page-view,
	#single-view{
		padding: 24px 0px;
	}
	#recommend-view .new-list-sub {
	    padding-bottom:0px;
	}
	#recommend-view .content-text,
	#recommend-view-editor .content-text,
	#page-view .content-text,
	#single-view .content-text{
		padding: 8px 10px;
	}
	#recommend-view .content-text h4,
	#recommend-view-editor .content-text h4,
	#page-view .content-text h4,
	#single-view .content-text h4{
		padding: 0px 0px 0px 0px;
	}
	#recommend-view .new-list-sub-content,
	#single-view .single-other-content{
		margin: 0px 7px;
		padding: 14px 14px 14px 28px;
		background-color:#fff;
	}
	.note-backgrand {
	    left: 7px;
	}
	.single-section{
		margin-bottom: 28px;
		padding: 0px;
	}
	
	#other-view {
		padding: 28px 0px;
	}
	#other-view .other-contents p{
		font-size: 11px;
	}
	#recommend-view .content-text h4,
	#recommend-view-editor .content-text h4,
	#other-view .content-text h4,
	#page-view .content-text h4,
	#single-view .content-text h4{
		font-size: 13px;		
	} 
	.more-view button,
	.more-view-white button,
	.mail-view-white button{
		margin: 28px auto 0px auto;
	}
	#other-view .content-img {
	    position: relative;
	}
	
	.new-list-hidden{
	}
	.new-list-hidden ul{
		margin: 0px;
	}
	#page-view #pageNavs{
		margin-right: 0px;
		padding: 7px;
		text-align: center;
	}
	#pageNavs{
		padding-right:7px;
		padding-left:7px;
		margin-top: 7px;
	}
	
	.pick-content-left{
		padding-right:7px;
		padding-left:7px;
		padding-bottom:14px; 
	}
	.pick-content-right{
		padding-right:7px;
		padding-left:7px;
		padding-bottom:14px; 
	}
	#other-view .other-contents{
	    padding-left: 0px;
	    margin-bottom: 28px;
	}
	.public-label-check{
		background-image: url(../img/check.png);
		background-repeat: no-repeat;
	}
	#ad-banner {
		width: 100%;
	    height: auto;
	    padding: 14px 0px 0px;
	}
	.mail-img{
		width: 280px;
		height: 280px;
		margin: 28px auto 0px;
		position: relative;
		top:auto;
		left:auto;
		z-index: auto;
	}
	footer{
		width: auto;
	}
	footer img{
		width: 120px;
		margin-top: auto;
		margin-bottom: 16px;
	}
	footer .logo-title img{
		height: auto;
	}
	.footer-category {
	    padding-left: 0px;
	    display: none;
	}
	.footer-about {
	    padding-left: 0px;
	}
	.copy-write{
	    text-align: left;
	    padding: 14px;
	    border-top: 1px solid rgba(255,255,255,0.1);
	}
	
	.ad-banner-text {
	    padding-top: 72px;
	}
	
	#single-view-main{
		margin-bottom: 28px;
	}
	.single-title .tags{
		width: 100%;
		float: left;
	}
	
	.single-view-info:after {
		content: "";
		clear: both;
		height: 0px;
		width: 100%;
		display: block;
	}
	
	#single-view p.view {
	    padding: 0px 14px;
	    display: inline-block;
	    width: 30%;
	    float: right;
	    font-size: 18px;
	    color: #888;
	    text-align: right;
	}
	#single-view ul.sns{
		width: 60%;
		padding: 0px;
		float: left;
	}
	
	#single-view .single-view-main{
		margin: 0px 0px 14px;
		padding-bottom: 7px;
	}	
	#single-view .single-view-info{
		margin: 0px 0px 14px;
		padding-bottom: 7px;
		border-bottom: 1px solid #eccace;
	}
	
	ul.sns .btn{
		width: 40px;
	}
	
	.visible-xs{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	.category-list{
		display: none;
	}
	
	#other-view .category-list {
		border-right: 0px solid rgba(255,255,255,0.1);
	}
}
@media screen and (max-width: 481px) {
	.wrap{
		width: 100%;
		padding: 100px 0px 0px 0px; 
	}
	.header-single{
	    padding: 14px;
	}
	.header-page{
	    padding: 14px;
	}
	.single-view-main-head{
		display: none;
	}
	#single-view-main .single-section-recommend {
	    margin-top: 21px;
	    margin-bottom: 0px;
	    padding: 14px 0px;
	}
	#single-view-main .single-section {
	    width: 100%;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding: 14px 0px;
	}
	#recommend-view .content-text-sub,
	#recommend-view-editor .content-text-sub,
	#other-view .content-text-sub,
	#page-view .content-text-sub,
	#single-view .content-text-sub{
	    width: 100%;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0px;
		padding:0px 14px 0px 14px;
	}
	
	.header-page .page-view-main-head {
	    width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    margin-right: 14px;
	    float: left;
	    overflow: hidden;
	}
	
	.header-page .page-view-main-head img {
	    height: 60px;
	}
	
	.header-bg{
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
		padding: 28px;
		background-color: #a51c30;
		background-image: url(../img/single-1.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.search-input input{
		width:70%;
	}
	.search-input .search-button {
	    width: 30%;
	}
	
	#single-view-main .guest_img{
		position: static;
		margin: 0px auto 14px;
	}
	#single-view-main .guest_name{
		text-align: center;
		margin-bottom: 14px;
	}
	
	#single-view-main .guest_info{
		padding-left: 0px;
	}
	
	.content-text p{
		display: none;
	}
	.pick-content-left{
		padding-right:7px;
		padding-left:7px;
		padding-bottom:1px; 
	}
	.pick-content-right{
		padding-right:7px;
		padding-left:7px;
		padding-bottom:1px; 
	}
	.header-page .page-title h1{
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 36px;
		margin: 0px auto 0px;
	}
	
	.container{
		width:100%;
		padding: 0px 7px;
	}
	#single-view-main .content-section h3{
		font-size: 16px;
		margin-bottom: 28px;
		padding-left: 28px;
		color: #000;
		position: relative;
	}
	
	#other-view .other-content-title h3,
	#other-view .other-content-list-title h3{
		font-size: 21px;
	}
	
	#other-view .other-content-title .other-content-data{
		margin-top: 6px;
	}
	
	.visible-sp{
		display: none;
	}
	
	#single-view-main .content-photo-gallery .image-link{
		width: 33.33333333333333333333333333333%;
	    display: block;
		float: left;
		overflow: hidden;
	}
	#main-view #slider .slider-text-area h3{
		font-size: 21px;
	}
	
	.ranking-list-sub-content{
		margin: 0px 7px;
	}
}

@media screen and (max-width: 320px) {
	#recommend-view .content-text h4,
	#recommend-view-editor .content-text h4,
	#other-view .content-text h4, #page-view .content-text h4,
	#single-view .content-text h4 {
	    height: 32px;
	    font-size: 12px;
	}
	#recommend-view .content-text,
	#recommend-view-editor .content-text,
	#page-view .content-text,
	#single-view .content-text{
		padding: 6px 10px;
	}
	#other-view .content-text {
	    padding: 14px 0px 14px 14px
	}
	#other-view .content-text-sub{
	    width: 100%;
	    font-size: 10px;
	    line-height: 1;
	    letter-spacing: 0px;
	    padding: 0px 0px 0px 14px;
	}
}