@charset "UTF-8";

/**** コンテント *******/
#products{
	margin:30px 10px;
	padding:0 20px;
}
.left_box{
	width:400px;
	float:left;
}
#products img#main-image{
	width:400px;
	object-fit: cover;
	margin-right:20px;
}
#products .gallery{
	width:400px;
	float:left;
	margin-bottom:50px;
}
#products .gallery ul:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
#products .gallery ul li{
	width:55px;
	padding:2px 2px 0 2px;
	float:left;
}
#products .gallery ul li:hover{
	cursor: pointer;
	cursor: hand;
}
#products .gallery ul li img{
	width:50px;
}
p.icon img{
	margin-right:5px;
}
#txt1{
	margin:0 0 10px 0;
}
#txt2,#txt3,#txt4,#txt5,#txt6,#txt7{
	display: none;
	margin:0 0 10px 0;
}

.main_txt{
	float:right;
	width:470px;
	line-height: 160%;
	margin:0 0 50px 0;
	color:#333;
	font-family:'NotoSans_L';
}
.main_txt h2{
	font-family: KotoGo, "游明朝体", "Yu Mincho", YuMincho, serif;
	margin-bottom:30px;
	position: relative;
}
.main_txt h2 span{
	display: block;
	font-size:12px;
	position: absolute;
	bottom:-30px;
	right:0;
}
.main_txt::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.main_txt p{
	margin-bottom:15px;
}
.main_txt p.sakka{
	color:#000;
	font-size:20px;
	font-family:'NotoSans';
	margin:0 0 20px 0;
	position: relative;
}
span.sakka_btn{
	display: inline-block;
	border-radius: 3px;
	font-size:14px;
	color:#fff;
	text-align: center;
	padding:3px 40px 3px 10px;
	position: absolute;
	right:0;
	top:0;
	background:#03799d url("../images/products/pupup.png")no-repeat right center;
}
h2.line01{
	position: relative;
	padding-bottom:10px;
}
.sns_btn{
	margin-top:20px;
}
.sns_btn img{
	width:150px;
	height:auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width:100%;
	margin:0 auto;
	text-align: center;
	box-sizing: border-box;
	z-index:100;
	left:0;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width:600px;
	z-index: 999;
	overflow-y:scroll;
	height:85%;
}
.modal__content .sakka_box{
	padding:20px;
	text-align: left;
	font-size:16px;
}
.modal__content h3{
	color:#a84c4c;
	font-size:20px;
	margin-bottom:20px;
}
.modal__content ul{
	margin:0 20px;
	font-size:16px;
}
.modal__content ul li{
	 padding-left: 1em;
   text-indent: -1em;
}
.modal__content ul li::before{
	content:"■";
	color:#e4cf7a;
}
.js-modal-close .close,.js-modal-close3 .close{
	position: absolute;
	top:5px;
	right:5px;
}
.cart_box{
	width:470px;
	background: #eeeeee;
	padding:20px 20px 10px 20px;
	font-size:18px;
	position: relative;
	margin-bottom:20px;
	color:#000;
	line-height: 140%;
}

.cart_box .kakaku{
	font-size:26px;
	font-family: KotoGo, "游明朝", "Yu Mincho", YuMincho, serif;
	margin-bottom:40px;
	margin-top:10px;
}
.cart_box strong.price{
	font-size:22px;
}
.cart_box label.pettan{
	display: block;
	width:28%;
	float:left;
	margin-left:20px
}
.cart_box .big{
	width:120px;
	font-size:18px;
	margin-right:5px;
	margin-top:30px;
}
.cart_box .cago{
	position: absolute;
	right:20px;
	bottom:100px;
}
.cart_box .chui{
	font-size:14px;
	padding-left: 1em;
    text-indent: -1em;	
	color:#cc0000;
	font-family:'NotoSans_L';
	margin-top:10px;
}
.annai{
	background: url("../images/products/bg_brown.jpg");
	padding:20px 15px;
	font-family:'NotoSans';
	font-size:16px;
}
.annai .tel{
	color:#AF0F12;
}
.annai .tel a{
	color:#9e005d;
}
#products .detail_item_guide ul
{
	clear: left;
	margin:0 0 20px 20px;
}
#products .detail_item_guide ul li
{
	font-family:'NotoSans_L';
	padding: 3px 0 3px 20px;
	font-size: 14px;
	list-style: none;
	color:#666666;
	width: 50%;
	float:left;
}
#products .detail_item_guide ul li.shop{
	background: url(../images/products/icon/ico_shop.gif) no-repeat left;
}
#products .detail_item_guide ul li.kaigai{
	background: url(../images/products/icon/ico_plant.gif) no-repeat left;
}
#products .detail_item_guide ul li.guide
{
	background: url(../images/products/icon/ico_truck.gif) no-repeat left;
}
#products .detail_item_guide ul li.contact
{
	background: url(../images/products/icon/ico_mail.gif) no-repeat left;
}
#products .detail_item_guide ul li.review
{
	background: url(../images/products/icon/ico_comment.gif) no-repeat left;
}
#products .detail_item_guide ul li.toukou
{
	background: url(../images/products/icon/ico_pen.gif) no-repeat left;
}
#products .detail_item_guide ul li.cat
{
	background: url(../images/products/icon/ico_plus.gif) no-repeat left;
}
h3.line03 {
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	font-size: 30px;
	font-size: 22px;
	background: url(../images/base/h2_bk.png) no-repeat 10px center;
	padding: 0 0 5px 40px;
}
ul.sakka_list{
	margin:50px 0;
}
ul.sakka_list li{
	color:#fff;
	width:230px;
	float:left;
	margin:5px;
	text-align: center;
	background: #202f54;
	padding-bottom:30px;
	height:310px;
}
ul.sakka_list li p.img{
	height:180px;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height: 0;
	border-bottom:1px solid #202f54;
	
}
ul.sakka_list li h3{
	font-weight: normal;
	font-size:14px;
	margin-bottom:10px;
	line-height: 160%;
}
ul.sakka_list li img{
	width:230px;
	height:180px;
	object-fit: cover;
	display: block;
	margin:0;
	
}
ul.sakka_list li a{
	color:#fff;
	text-decoration: none;
}
ul.sakka_list li a:hover img{
	opacity: 1!important;
}
ul.sakka_list li p{
	display:inline-block;
	border-bottom:1px solid #FFF;
	line-height: 140%;
}
ul.sakka_list li a:hover img{
	transform:scale(1.2,1.2);
	transition:1s all;
}
/*----------------------------- 
関連商品
----------------------------- */
#products ul.awase,#products ul.product_list{
	margin:20px 0 50px 0;
}
#products ul.awase li img,#products ul.product_list li img{
	display: block;
	margin:0 auto;
}
#products ul.product_list li img{
	max-height: 200px;
}
#products ul.awase li{
	width:25%;
	padding:0 10px;
	font-family:'NotoSans_L';
	float:left;
	text-align: center;
}
#products ul.awase li input{
	width:150px;
	min-height:60px;
	white-space: pre-line;
	word-break: break-all;
	margin:10px 0;
	font-size:15px;
	padding:5px;
}
#products ul.product_list li{
	width:20%;
	padding:0 15px;
	font-family:'NotoSans_L';
	float:left;
	text-align: center;
	margin-bottom:40px;
}
#products ul.product_list li a{
	text-decoration: none;
}
#products ul.product_list li span.kakaku{
	font-size:12px;
}
#products ul.product_list li:nth-child(5n+1){
	clear: both;
}
#products ul.product_list li p.img{
	height:200px;
}
.category_text{
	border:2px solid #ccc;
	border-radius: 20px;
	padding:15px 20px;
	margin:15px auto;
}
/* .category_text h3{
	font-size:24px;
	color:#1f1f1f;
	margin:10px 0 30px 0;
} */
.category_text a.link{
	margin-top:15px;
}
.category_text::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.hina{
	width:640px;
	margin:0 auto!important;
}
ul.hina li{
	margin:10px 10px;
	float:left;
	padding-left:0!important;
	text-indent: 0!important;
}
ul.hina li::before{
	content:""!important;
}
/*----------------------------- 
お客様の声
----------------------------- */
#products .awase_box,#products .review_box{ 
	padding-top:50px;
	clear: both;
}
#products .review_box ul{
	margin:20px 0 0 10px;
	border-radius: 20px;
	border:1px dotted #CCC;
	padding:20px;
	background: #fff;
	font-size:14px;
	font-family:'NotoSans_L';
	line-height: 140%;
}
#products .review_box ul .hoshi{
	color:#f5d04c;
}
#products .review_box ul li{
	border-bottom:1px dotted #ccc;
	padding:10px 0 20px 0;
	clear: both;
}
#products .review_box .date{
	float: right;
	font-size:12px;
	
	color:#ab9fa5;
	display: block;
	margin:15px 0;
}
/*----------------------------- 
節句人形
----------------------------- */
.flexbox{
	display:flex;
}
.ranking_h3{
	font-size: 22px;
	display: inline-block;
	border: 2px solid #333;
	padding: 7px 15px;
	margin: 30px 30px 0;
}
.itiran_h3{
	font-size: 22px;
	display: inline-block;
	border: 2px solid #333;
	padding: 7px 15px;
	margin: 30px;
}
.ranking{
	margin:30px;
}
a.ranking_setumei{
	text-decoration: none;
}
.ranking .ranking_title{
	display:block;
	font-size: 20px;
	text-decoration:underline;
	font-weight: bold;
	margin:0;
}
.ranking .ranking_cost{
	margin:0;
	font-size:18px;
	margin:0;
	text-decoration: none;
}
.ranking .ranking_text{
	margin:0;
	font-size:16px;
	text-decoration: none;
}
#products div.ranking a.img_link {
	display: block;
	height: 220px;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-decoration: underline;
}
h3.seck_title{
	font-size: 22px;
	display: inline-block;
	border-bottom: 2px solid #333;
	padding: 2px 4px;
	margin: 0px 0px 5px;
}