@charset "UTF-8";

/** 個別 BOX **/

#ProductsDitail {
	text-align: center;
}

#ProductsDitail .pickup,
#ProductsDitail .hide_photo {
    display: none;
}

.pickup {
	padding: 3px 10px;
	margin: 5px 0;
	display: inline-block;
}

.pic-red {
    background-color: #cc0000;
    color: #ffffff;
}

.pic-yellow {
    background-color: #ffd700;
    color: #000000;
}

.pic-blue {
    background-color: #7fffbd;
    color: #000000;
}

.pic-skyblue {
    background-color: #1e90ff;
    color: #ffffff;
}

.pic-orange {
    background-color: #ff8c00;
    color: #ffffff;
}

.pic-pink {
    background-color: #ff1493;
    color: #ffffff;
}

.pic-green {
    background-color: #808000;
    color: #ffffff;
}

.pic-black {
    background-color: #000000;
    color: #ffffff;
}

.pic-conversion {
    background-color: #666666;
    color: #ffffff;
	border: #000000 solid 1px;
}

.pic-catalog {
    background-color: #cccccc;
    color: #000000;
	border: #000000 solid 1px;
}

#NewsBox_Top {
    margin: 0 auto 0 auto;
}

#NewsBox_Top ul {
	width: 80%;
	margin: 0 auto 50px auto;
}

#NewsBox_Top ul li.List_Box {
	width: calc(33.3% - 1em);
	margin: 0 0.5em 1em 0.5em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#NewsBox_Top ul li a.top_link {
	display: block!important;
	text-align: left;
	color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
	overflow: hidden;
}

#NewsBox_Top ul li br,
#NewsBox_Top ul li .Top_nonelink {
	display: none;
}

#NewsBox_Top ul li a .titile {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 0.5em;
}

#NewsBox_Top ul li a .photo_box {
	text-align: center;
	margin: 0 auto 1em auto;
	height: 250px;
	background-color: #ffffff;
	overflow: hidden;
	border: #cccccc solid;
	border-width: 1px;
}

#NewsBox_Top ul li a .photo_box img {
	height: 100%;
	transition: 0.2s;
}

#NewsBox_Top ul li a:hover .photo_box img {
	transform: scale(1.1);
	transition: 0.2s;
}

#NewsBox_Top ul li .comment {
	margin: 0 0;
}

#NewsBox_Top ul li .comment h3 {
	margin: 0 0 10px 0;
	letter-spacing: normal!important;
}

#NewsBox_Top ul li .comment h4,
#NewsBox_Top ul li .comment div,
#NewsBox_Top ul li .comment ul {
	display: none;
}

#NewsBox_Top ul li .comment ul {
	width: auto;
	text-align: left;
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}

#NewsBox_Top ul li .comment ul li {
	width: auto;
	text-align: left;
}


/* リストページ */
#NewsBox_List {
    margin: 0 auto 100px auto;
}

#NewsBox_List ul li {
    width: calc(20%  - 1em);
    margin: 0 0.5em 1em 0.5em;
    display: inline-block;
}

#NewsBox_List ul li a {
    width: 100%;
    display: inline-block;
}

#NewsBox_List ul li a:hover {
    text-decoration: none;
    border: #aaaaaa solid;
    border-width: 1px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}

#NewsBox_List ul li .title {
    text-align: center;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin: 0 auto 0.5em 0;
}

#NewsBox_List ul li .box_photo {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: calc(20vw * 0.7);
    position: relative;
}

#NewsBox_List ul li .box_photo div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    transition: 0.2s;
    display: block;
    position: absolute;
}

#NewsBox_List ul li .box_photo div:hover {
    transform: scale(1.1);
}

#NewsBox_Top ul li .box_photo .cat_tag,
#NewsBox_List ul li .box_photo .cat_tag {
    display: inline-block;
    position: absolute;
    bottom: 0;
    padding: 0.5em 1em;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.5)!important;
    font-size: 100%;
}

#NewsBox_Top ul li .box_photo .pickup,
#NewsBox_List ul li .box_photo .pickup {
    position: absolute;
    margin: 1em 0 0 1em;
    top:0;
}

#NewsBox_List ul li span.comment {
    font-size: 90%;
    line-height: 1.3em;
}

.product_cat {
    padding: 0.5em 0 0.5em 0;
    background-color: #000000;
    text-align: center;
    margin: 0 auto 1em auto!important;
}

#NewsBox_Top .product_cat,
#NewsBox_List .product_cat {
    margin: 0 0.5em 1em 0.5em!important;
}

.product_cat a {
    padding: 0.5em;
    margin: 0 0.5em 0 0;
    color: #ffffff;
}

.product_cat a img {
    vertical-align: middle;
    margin: 0 0.5em 2px 0;
}

/* ディテールページ */
#NewsBox_Detail {
    border: #000000 solid;
    border-width: 0; /*List liがないため*/
    margin: 0 auto;
}

#NewsBox_Detail h2 {
    padding:  0.5em 0;
    text-align: left;
    margin: 0 0 0.5em 0;
    border: #000000 solid;
    border-width: 1px 0;
    position: relative;
    line-height: 1.3em;
	font-size: 150%;
	letter-spacing: normal!important;
}

#NewsBox_Detail h2 span.pickup {
    display: inline-block;
    font-size: 80%;
    padding: 5px 1em;
    margin: 0 0 0 0.5em;
    border-radius: 5px;
}

#NewsBox_Top ul li .box_photo .pickup,
#NewsBox_List ul li .box_photo .pickup {
    margin: 0.5em 0 0 0.5em;
}

#NewsBox_Detail h2 .cat_tag {
    margin: 0 0 0 1em;
    padding: 3px 1em 5px 1em;
    float: right;
}

#NewsBox_Detail h3 {
	font-weight: bold;
	font-size: 140%;
	text-align: left;
	margin: 10px auto;
	padding: 10px 20px;
	background-color: #000000;
	color: #ffffff;
}

#NewsBox_Detail h3 br {
	display: none;
}

#NewsBox_Detail h4 {
	margin: 20px auto 0 auto;
	border: #000000 dashed;
	border-width: 1px 0 0 0;
	font-weight: bold;
	font-size: 120%;
}

.sq_button .btn {
    width: 10em;
    margin: 0 0.5em;
}

.category_link {
    margin: 0 0.5em 0.5em 0.5em;
}

.category_link a {
    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 90%;
    background-color: #000000;
    color: #ffffff;
    line-height: 0;
    margin: 0 2px 0.5em 0;
    border-radius: 4px;
}

.category_link a span {
    display: inline-block;
    vertical-align: middle;
}

.category_link a span img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

/*lity PopUp*/

.DitailPopUp {
    color: #ffffff;
    position: relative;
    max-height: calc(100vh - 100px)!important;
    display: block;
    width: 73vw;
    margin: 50px auto;
    padding: 0 0 1em 0;
    overflow: auto;
}

.DitailPopUp img,
.DitailPopUp iframe,
.DitailPopUp .text {
    width: 70vw;
}

.DitailPopUp iframe {
    height: calc(70vw * 0.5625);
}

.DitailPopUp img {
    display: block;
    margin: 0;
}

.DitailPopUp iframe {
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 0 0 1em 0;
}

.DitailPopUp a {
    color: #a0d8ef;
}

/* Lity用 */

.Main_Photo {
	width: 30%;
	position: absolute;
	left: 15%;
	margin: 0 0 0 1em;
}

.ThumIcon {
	width: 10%;
	display: inline-block;
}

#NewsBox_Detail .column {
	display: block;
	width: 100%;
    overflow: hidden;
    position: relative;
	border: #cccccc solid;
	border-width: 1px;
	margin:  0 0 5px 0;
}

#NewsBox_Detail .column a {
	display: block;
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#NewsBox_Detail .column1 a {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0,0);
	display: block;
}

#NewsBox_Detail .column a img {
    width: 100%;
    transition: 0.2s;
}

#NewsBox_Detail .column a:hover img {
    transform: scale(1.1);
    transition: 0.2s;
}

#NewsBox_Detail .column a .zoom_click {
	text-align: center;
	position: absolute;
	background-color: #000000;
	color: #FFff00;
	z-index: 100;
	opacity: 0;
    transition: 0.2s;
	padding: 0.5em;
	font-size: 80%;
	line-height: 1em;
	right: 0;
	bottom: 0;
}

#NewsBox_Detail .column a:hover .zoom_click {
    transition: 0.2s;
	opacity: 1;
}

#NewsBox_Detail .column a .zoom_txt {
	text-align: center;
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}

#NewsBox_Detail  .comment_box {
	display: none;
}

#NewsBox_Detail .MainComment {
	width: calc(50% - 2em);
	margin: 0 0 0 2em;
	display: block;
    float: right;
	position: relative;
}

.lity-content {
	color: #ffffff;
}

.lity-content .Ditail1 .lity_comment {
	display: none;
}

.lity-content img {
    background-color: #ffffff;
    max-height: 80vh;
    max-width: 100%;
}

.ditail_bottom a.reserv_btn {
	position: static!important;
	right: auto;
	border-radius: 5px;
    margin: 20px auto;
    display: block;
    width: 40%!important;
}

.br_count {
    display: none;
}

.br_count5,
.br_count9,
.br_count13,
.br_count17,
.br_count21 {
    display: inline;
}


/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1680px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1536px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */
.pickup {
    display: inline-block;
    font-size: 70%;
}
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1280px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */
    
.ditail_bottom a.reserv_btn {
	width: 60%!important;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 960px) {
/* ------------------------------------------------------ */


}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 830px) {
/* ------------------------------------------------------ */
    
.ditail_bottom a.reserv_btn {
	width: 70%!important;
}

#NewsBox_Top ul li a .photo_box {
	height: 200px;
}

#NewsBox_Top ul {
	width: 100%;
}

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */

.product_cat {
    text-align: left;
}

#NewsBox_Top ul li {
	width: 100%;
	margin: 0 auto 1em auto;
}
    
	#NewsBox_Top ul li.column9,
	#NewsBox_Top ul li.column10,
	#NewsBox_Top ul li.column11,
	#NewsBox_Top ul li.column12 {
		display: none!important;
	}
	
    #NewsBox_Top ul li a .titile {
    }
	
	#NewsBox_Top ul li .comment h3 {
		text-align: left;
		font-size: 100%;
	}
	
	#NewsBox_Top ul li .comment h3 br {
		display: none;
	}

.pickup {
    font-size: 60%;
    width: calc(100% - 1em);
    text-align: center;
}

/*lity PopUp*/

.DitailPopUp {
    color: #ffffff;
    position: relative;
    max-height: calc(100vh - 100px)!important;
    display: block;
    width: 92vw;
    margin: 50px 0 50px 0.8em;
    padding: 0 0 1em 0;
    overflow: auto;
}

.DitailPopUp img,
.DitailPopUp iframe,
.DitailPopUp .text {
    width: 90vw;
}

.DitailPopUp iframe {
    height: calc(90vw * 0.5625);
}
    
.top_object h1 {
    line-height: 1.3em;
    margin: 0 auto 10px auto;
	font-size: 140%;
}
	
	.Main_Photo {
		position: relative;
		left: auto;
		width: 80%;
		margin: 0 auto 10px auto;
		display: block;
}
	
	.ThumIcon {
		width: 100%;
	}
	
	#NewsBox_Detail .MainComment {
		width: 100%;
	}
	
	#NewsBox_Detail h3 {
		font-size: 120%;
	}
	
    #NewsBox_Detail .column a {
	display: inline-block;
	width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0,0);
}
	
    #NewsBox_Detail .column1 {
        width: 100%;
    }
    
    #NewsBox_Detail .comment_box1 {
        width: 100%;
        float: none;
        margin: 0 auto 10px auto;
    }
    
    #NewsBox_Detail .column {
        width: calc(25% - 4px);
        height: auto;
		display: inline-block;
		vertical-align: middle;
		border-width: 0px;
		margin: 2px;
    }
    
    .ditail_bottom a.reserv_btn {
        width: 100%!important;
    }
    
    .ditail_bottom a.reserv_btn img {
        margin: 5px auto;
        height: 2em;
    }
	
	

#NewsBox_Top ul li.List_Box {
	width: calc(50% - 1em);
	margin: 0 0.5em 1em 0.5em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#NewsBox_Top ul li a .photo_box {
	height: 150px;
}

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 375px) {
/* ------------------------------------------------------ */
    
.top_object h1 {
    font-size: 120%;
}

}

/* ------------------------------------------------------ */
/* Media Query for FAX iPhoneSE */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */

#NewsBox_Top ul li a .photo_box {
	height: 120px;
}
 

}