@charset "euc-jp";
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
	color: #000;
box-sizing: content-box;
}
.itemSlide1 {
    width: 400px;
    margin: 0 auto 40px;
}
.itemSlide1-slide.slick-slider,
.itemSlide1-navi.slick-slider{background: rgba(255,255,255,0.5);}
.itemSlide1-slide.slick-slider {margin-bottom: 5px;}
.itemSlide1-slide img {
    display: block;
    margin: 0 auto;
}
.itemSlide1-slide .slick-prev:before, .itemSlide1-slide .slick-next:before {
    opacity:1;
    color: #780c0a;
}
.itemSlide-square1,
.itemSlide-square2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemSlide-square1 {height: 400px;}
.itemSlide-square2 {height: 80px;}
.itemSlide-square1 > span > img {max-width: 400px; max-height: 400px;}
.itemSlide-square2 > span > img {max-width: 80px; max-height: 80px;}
@media only screen and (max-width:768px) {
    .itemSlide1 {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0;
    }
    .itemSlide1-slide .slick-prev,
    .itemSlide1-slide .slick-next {z-index: 10;}
	.itemSlide1-slide .slick-prev {left:0!important;}
	.itemSlide1-slide .slick-next {right: 0!important;}

}
@media only screen and (max-width:375px) {
	.itemInfoBox1 .slick-slider {width: 320px; margin: 0 auto;}
    .itemSlide1 {
        width: 320px;
    }
	.itemSlide-square1 {height: 320px;}
	.itemSlide-square2 {height: 64px;}
	.itemSlide-square1 > span > img {max-width: 320px; max-height: 320px;}
	.itemSlide-square2 > span > img {max-width: 64px; max-height: 64px;}
	.itemSlide1-slide .slick-prev,
	.itemSlide1-slide .slick-next {display: none!important;}
}
@media only screen and (max-width:320px) {
    .itemInfoBox1 {
		margin-left: -15px;
		margin-right: -15px;
    }
	.flexBox1.itemInfoBox1 > div:nth-of-type(2) {
		padding: 0 15px;
	}
}
.detailPriceData {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    margin-bottom: 25px;
}
.detailPriceData ul {margin-bottom: 25px;}
.detailPriceData ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
	border-bottom: 1px dotted #999;
}
.detailPriceData ul li.detailPriceData-member {
    background: #f7f5ed;
	border-bottom: 1px solid #e9e3c4;
    border: 1px solid #e9e3c4;
}
.detailPriceData-price1,
.detailPriceData-member {
    padding: 10px!important;
    font-weight: bold;
}
.detailPriceData-price1 > div:nth-of-type(2) {font-size: 2.0rem;}
.detailPriceData-member > div:nth-of-type(2) {font-size: 2.5rem;}
.detailPriceData-price1 > div:nth-of-type(2),
.detailPriceData-member > div:nth-of-type(2) {
    color: #ff0400;
}
.detailPriceData ul li > div:nth-of-type(1) {
    width: 80px;
}
.detailPriceData ul li > div:nth-of-type(2) {
    width: calc(100% - 100px);
}
.detailPriceData ul li.detailPriceData-member .discount {
    display: inline-block;
    background: #ff0400;
    font-size: 1.4rem;
    color: #fff;
    padding: 2px 5px;
    margin-left: 10px;
}
.detailPriceData-option {
    text-align: right;
}
@media only screen and (max-width:768px) {
    .detailPriceData {margin-bottom: 20px;}
    .detailPriceData ul li {
        flex-wrap: wrap;
        padding: 10px 0 5px 0;
    }
    .detailPriceData-member {text-align: center; padding: 15px 5px!important;}
	.detailPriceData ul li > div:nth-of-type(1) {
		width: 100%;
		font-weight: bold;
	}
	.detailPriceData ul li > div:nth-of-type(2) {
		width: 100%;
	}
    .detailPriceData-price1 > div:nth-of-type(2) {font-size: 2.0rem;}
    .detailPriceData-member > div:nth-of-type(2) {font-size: 2.2rem;}
    .detailPriceData ul li.detailPriceData-member .discount {
        font-size: 1.3rem;
        padding: 2px 10px;
        margin-left: 5px;
    }
}
.detailExplainBox {
    padding: 40px 30px 25px 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.detailExplainBox h2 {
    display: flex;
    width: 200px;
    height: 36px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #cf0300;
    position: absolute;
    top: -18px;
    left: 10px;
}
@media only screen and (max-width:768px) {
    .detailExplainBox {padding: 35px 10px 25px 10px;}
    .detailExplainBox h2 {
        font-size: 1.5rem;
        width: 180px;
        height: 30px;
        top: -15px;
        left: 50%;
        margin-left: -90px;
    }
}

.groupList1 {
    margin-bottom: 45px;
}
.groupList1 h2 {
    font-weight: bold;
    margin-bottom: 5px;
}
.groupList1 h2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e8";
    margin-right: 5px;
}
.groupList1 ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.groupList1 ul li a {
    display: block;
    background: #fff;
    font-size: 1.3rem;
    padding: 5px 10px 4px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.groupList1 ul li a::before {
    content: "¡ü";
    margin-right: 5px;
    color: #945958;
    font-size: 1.3rem;
}
@media only screen and (max-width:768px) {
    .groupList1 {
        margin-bottom: 20px;
    }
}

.kumiawaseBox1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    border-top: 3px dotted #fff;
    border-bottom:3px dotted #fff;
    padding: 25px 0;
}
.kumiawaseBox1 h2 {
    width: 260px;
    background: url("https://file003.shop-pro.jp/PA01460/006/images/contents/kumiawaseBox1-midashi1.png") no-repeat center center;
    padding: 30px;
    text-shadow: 2px 2px 0 #f8f3db;
    font-weight: bold;
}
.kumiawaseBox1 ul {
    display: flex;
    width: calc(100% - 285px);
}
.kumiawaseBox1 ul li {
    width: calc((100% - 50px) / 3);
    margin-right: 24.9px;
    background: #fff;
    padding: 5px;
}
.kumiawaseBox1 ul li:nth-of-type(3n) {margin-right: 0;}
.kumiawaseBox1 ul li > div img {
    display: block;
    margin: 0 auto;
}
.kumiawaseBox1-pic {margin-bottom: 10px; background: #f5f5f5;}
.kumiawaseBox1-name {padding: 0 5px 5px;}
.kumiawaseBox1-pic > a{
	width:100%;
	display:block;
	overflow: hidden;
	position:relative;
}
.kumiawaseBox1-pic > a > img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.kumiawaseBox1-pic > a::before{
	content:"";
	padding-top:100%;
	display:block;
}
@media only screen and (max-width:768px) {
    .kumiawaseBox1 {
        display: block;
        margin-bottom: 40px;
    }
    .kumiawaseBox1 h2 {
        width: 100%;
        background: url("https://file003.shop-pro.jp/PA01460/006/images/contents/kumiawaseBox1-midashi1.png") no-repeat center center;
        background-size: 75px 50px;
        padding: 25px;
        text-align: center;
        font-size: 1.6rem;
    }
    .kumiawaseBox1 ul {
        width: 100%;
        display: block;
    }
    .kumiawaseBox1 ul li {
        width:100%;
        margin: 0 0 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .kumiawaseBox1-pic img {
        display: block;
        margin: 0 auto;
    }
    .kumiawaseBox1-pic {
        width:110px;
        margin-bottom: 0;
    }
    .kumiawaseBox1-name {
        padding: 0 5px;
        width: calc(100% - 120px);
    }
}
.DetailLink1 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.DetailLink1 li {
    margin-bottom: 5px;
}
.DetailLink1 li a i {
    margin-right: 5px;
    width: 17px;
    color: #945958;
}
.DetailLink2 {
    margin-bottom: 40px;
}
@media only screen and (max-width:768px) {
    .DetailLink2 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }
}

.detailOption {
    margin-bottom: 30px;
}
.detailOption h2 {
    font-weight: bold;
    margin-bottom: 5px;
}
.detailOption h2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    margin-right: 5px;
}
.detailOption select {
	padding: 10px;
	height: auto;
}

.detailOrder {
    margin-bottom: 50px;
	text-align: center;
	padding: 50px 0;
}
.detailOrderBox1 {
	margin-bottom: 30px;
}
button[type="submit"] {
	background: #cf0300;
	color: #fff;
	box-shadow: 4px 3px 0 0 rgba(200,200,200,0.4);
	width: 400px;
	padding: 25px;
	border-radius: 8px;
	font-size: 2.0rem;
}
button[type="submit"] i {
	margin-right: 15px;
}
button[type="submit"]:hover,
button[type="submit"]:focus {
	color: #fff;
	background: #780c0a;
}
@media only screen and (max-width:768px) {
	button[type="submit"] {
		width: 100%;
		font-size: 1.6rem;
		padding: 15px;
	}
}
.soldoutButton {
	background: #666;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 1.8rem;
}
.noshiBox1 {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 25px;
	background: rgba(255,255,255,0.5);
	font-size: 1.5rem;
}
.noshiBox1-midashi1 {
	font-weight: bold;
	color: #780c0a;
	border-bottom: 3px double #945958;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.detail-campaignBox1 {
	border: 3px double #cf0300;
	padding: 25px;
	color: #780c0a;
	margin-bottom: 35px;
}
.detail-campaignBox1-txt1 {
	text-align: center;
}
.detail-campaignBox1-txt2 {
	text-align: center;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #cf0300;
	border-top: 1px solid #cf0300;
	border-bottom: 1px solid #cf0300;
	padding: 5px 0;
	margin: 5px 0 15px;
}
.detail-campaignBox1-txt3{text-align: center;}
.detail-campaignBox1-txt3 a {
	display: block;
	width: 200px;
	margin: 10px auto 0;
	background: #cf0300;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
@media only screen and (max-width:768px) {
	.detail-campaignBox1 {
		padding: 15px;
	}
	.detail-campaignBox1-txt2 {
		font-size: 2.2rem;
		padding: 5px 0;
		margin: 5px 0 15px;
	}
	.detail-campaignBox1-txt3 a {
		width: 100%;
	}
	.detail-campaignBox1-txt3{text-align: left;}

}
