@charset "utf-8";
/* CSS Document */

h1, h2, h3, p, ul, li, img, body, #site { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}
.op-post p{
    font-size: clamp(0.938rem, 0.842rem + 0.48vw, 1.2rem);
    line-height: 1.5;
}

p.op-pants{
    font-size: clamp(0.938rem, 0.842rem + 0.48vw, 1.2rem);
    line-height: 1.5;
    font-weight: bold;
    padding: 20px 0 10px;
}

.op-container{
	/*	max-width: 1020px;*/
	/*max-width: 1180px;*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFF;
}
.op-mate img{
	vertical-align: bottom;
}


.op-mate a img:hover{
    text-decoration: none;
	opacity:0.6; 
	filter:alpha(opacity=60);
}

.op-mate{
	/*padding: 0 0 80px;*/
	width: 100%;
	box-sizing: border-box;

}

.op-mate img{
	width: 100%;
}

h2{
  margin: 5px 0px 10px;
  padding: 0px;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  line-height: 1.6em;
  font-weight: bold;
}

.op-listbox{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    box-sizing: border-box;
    /*padding: 0 2.5% 20px;*/
}


.op-post{	
    width: 25%;
	margin-right: 3%;
	margin-bottom: 50px;
	margin-top: 20px;
}
.op-post:nth-child(2n){margin-right:0;}

.op-post.txt{	
    width: 50%;
}

/*タブレット幅*/
@media screen and (max-width:1019px) and (min-width:600px){

/*.op-mate{
    padding: 0 2% 50px;
}
*/
.op-listbox{
 　　padding: 0 0 20px;
}


}
/*タブレット幅*/
@media screen and (max-width:768px) {

.op-post{
	width: 40%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.op-post:nth-child(3n){margin-right:3%;}
.op-post:nth-child(2n){margin-right:0;}

.op-post.txt {
    width: 57%;
}    
}

/*PC幅でiframe内に入っているオプションの幅はこのサイズから*/
@media screen and (max-width:599px) {

.op-post{
	width: 40%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.op-post:nth-child(3n){margin-right:3%;}
.op-post:nth-child(2n){margin-right:0;}

.op-post.txt{	
    width: 57%;
}    

/*    
#main{
	padding-bottom: 50px;
}
.special-listbox-i{
	width:90%;
}
.mate{
    padding: 0 5% 20px;
    width: 100%;
}

h2{
	margin: 5px 0px 8px;
	font-size: 16px;
}

/* 2列部分のみフレックスボックスを解除して1列に 
.special-listbox-r{
	display: block;	
}
.post2{
	width: 100%;
	margin-bottom: 20px;
}*/

	}

/*ラッピングのオプション価格説明部分*/
.op-gift-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 1.6rem 2rem;
	font-weight: bold;
	border: 2px solid #dcd6d8;
	background: #f5f1ee;
	color: #333 !important;
	transition: 0.5s;
    cursor: pointer;
    margin-bottom: 4rem;
    margin-top: 1rem;
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}
.op-gift-btn:hover {
	background: #dcd6d8;
}
.op-gift-btn:hover a {
	color: #FFFFFF;
}    
.op-gift-btn a{
    text-decoration: none;
    color: #333;
}
	
