@media screen and (min-width: 751px) and (max-width: 1440px) {
	#slider .main_slider li img{
		width:100%;
	height: auto;
	}
}
@media screen and (min-width: 751px) {
    .box-sp {
        display: none !important
    }
    .scroll_down:hover {
        color: #9e7e36
    }
}

@media screen and (max-width: 750px) {
    img {
        max-width: 100%;
		height: auto;
    }
	#main{
        width: 100% !important;
        min-width: unset !important
    }
    .box-pc {
        display: none !important
    }
    #slider .main_slider li img {
        /*max-width: none;
        height: calc(100vh - 70px);*/
        object-fit: cover;
    }
    #slider .main_slider {
        max-width: 100%;
		height: auto;
    }
    #slider {
       /* height: calc(100vh - 70px);*/
    }
       .txt_slider {
	width: 86%;
	left: -17px;
	height: auto;
	padding: 20px;
	background: #ffffff87;
	transform: translateY(-50%);
    }

    .scroll_down {
        display: none
    }

    .txt_slider .txt_health {
        font-size: 17px;
        line-height: 1.6;
        text-align: center;
        font-weight: 600;
        color: #000;
        text-shadow: 0 0 10px #fff;
    }

    .txt_slider .txt_health span {
        font-size: 26px;
    }

    .txt_slider02 {
	position: absolute;
	z-index: 10;
	width: 100%;
	color: #fff;
	text-align: right;
	font-size: 8px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	letter-spacing: 0.8px;
	padding: 5px;
	top: 0px;
    }

    .txt_slider02 p:first-child span {
        font-size: 15px;
    }

    .txt_slider02 p:nth-child(2) {
        margin-top: 8px;
        margin-right: 4px;
    }

    .txt_slider02 p:nth-child(2) span {
        border: 1px solid;
        border-radius: 5px;
        padding: 3px 10px 4px;
        font-size: 13px;
    }

    .pagingInfo {
        right: 50%;
        transform: translateX(50%)
    }

  

}
