@charset "UTF-8";

.btnBack {
	margin:0;
}

#contents { padding-top: 30px; }

@media screen and (max-width: 680px){
	#contents { padding-top: 4%; }
}

/* .listSet */
.listSet *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.listSet {
	padding:3px 0 0;
	margin-bottom: 2em;
}
.listSet li {
	font-weight:bold;
	min-width:6.5em;
}



.listSet li ul li {
	padding-right:0;
  margin-right: .5em;
}
.listSet li ul li a {
	background:#d10158;
	color:#fff;
	border-radius:15px;
	display:block;
	padding:.5em 1em;
	text-align:center;
}

.listSet li ul li a.active {
	background:#fff;
	color:#d10158;
}

.listSet li:last-child ul li {
	min-width:8em;
}

@media only screen and (min-width:681px) {
	.listSet li ul {
	  padding-left: 1em;
	}
  .listSet.flxcol2.flx > li {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width:680px) {
  .listSet.flxcol2.flx > li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* .productsArea */


.listArea .list .txt {
	border-bottom:none;
}
.listArea .list div {
	border-bottom:#333 1px dotted;
}

/* .productsDetail */
.productsDetail {
	width:60%;
	float:left;
	background:#fff;
	border-radius:10px;
	box-sizing:border-box;
	padding:2.5% 0;
}

.productsDetail img { height: auto; max-width: 100%; width: inherit;}


.productsDetail .cont {
	width:88.88%;
	margin:0 auto;
	padding-bottom:42px;
}
.productsDetail .cont .mimg {
	padding:2px 0 16px;
}
.productsDetail .cont .bnr {
	padding-bottom:14px;
}
.productsDetail .cont .photos {
	margin:0 -1%;
}
.productsDetail .cont .photos li {
	width:25%;
	display:inline-block;
	margin:0 -2px;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 1% 2%;
}
.productsDetail .cont .photos li img {
	border:#eeeeee 4px solid;
	box-sizing:border-box;
}
.productsDetail .cont .txt {
	clear:both;
}

.cont .youtube{position: relative !important; width: 100%; padding-top: 56.25%;}
.cont .youtube iframe {position: absolute !important; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* .subArea */
.subArea {
	width:38.33%;
	float:right;
}
.priceSet {
	background:#fff;
	border-radius:10px;
	padding:7% 8.7% 8.8%;
	margin-bottom:20px;
}
.priceSet .tit01 {
	font-weight:bold;
	color:#d10158;
}
.priceSet .txt01 {
	font-weight:bold;
	line-height:1.3;
	padding-bottom:0.5%;
}
.priceSet .txt02 {
	padding-bottom:4%;
}
.priceSet dl {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:5%;
}
.priceSet dl dt {
	display:inline-block;
	vertical-align:middle;
}
.priceSet dl dd {
	display:inline-block;
	vertical-align:middle;
}
.priceSet dl dd input {
	width:44px;
	border:#333 1px solid;
	line-height:27px;
	height:27px;
	box-sizing:border-box;
	padding:0 4px;
	font-size:13px;
	color:#333;
	background:#fff;
}
.priceSet dl dd input:disabled {
	color:#333;
    opacity:1;
    -webkit-text-fill-color:#333;
}
.priceSet dl dd span {
	display:inline-block;
	vertical-align:middle;
	padding-left:8px;
}
.btnFinish,
.btnBuy,
.btnDates {
	width:100%;
	border-radius:3px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:28px;
}
.btnFinish a,
.btnBuy a,
.btnDates a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:2.5% 0;
}
.btnFinish,
.btnDates {
	background:#555;
}
.btnBuy {
	background:#50ae17;
}
.btnDates {
	font-size:22px;
}
.btnDates a {
	padding:3.7% 0;
}
.product {
	background:#fff;
	border-radius:10px;
	padding:6.5% 8.7% 8.8%;
}
.product .tit {
	color:#d10158;
	font-weight:bold;
	border-bottom:#d10158 1px dotted;
}
.product .cont {
	padding:6px 0 18px;
}
.product .cont p {
	padding-bottom:25px;
}
.product .cont2 {
	padding:1em 0 0;
}
.product .cont2 .tit2 {
	font-weight:bold;
	padding-bottom:3px;
}
.product .cont2 .txt {
	padding-bottom:14px;
}

.product .cont2 .txt:last-of-type{
	padding-bottom: 0;
}

.not_item{text-align: center;}

@media only screen and (min-width:681px) and (max-width:1220px){
.listSet li {
	min-width:auto;
}
.listSet li:last-child ul li {
	min-width:auto;
}
}

@media only screen and (min-width:681px) and (max-width:1100px){
.listSet li {
	font-size:1.1vw;
}
.listSet li span {
	font-size:1.3vw;
}
.btnFinish,
.btnBuy {
	font-size:2.5vw;
}
.btnDates {
	font-size:2vw;
}
}

@media only screen and (min-width:681px) and (max-width:960px){
.listSet {
	padding:0;
	margin-bottom:1em;
}
}

@media only screen and (min-width:1px) and (max-width:680px){
/* .listSet */
.listSet {
	display:block;
	width:95%;
	margin:0 auto;
	padding:0 0 3.5%;
}
.listSet li {
	display:block;
	font-size:3vw;
	font-weight:normal;
	padding:0 0 3%;
	min-width:5.4em;
}
.listSet li ul li {
	display:inline-block;
	padding:0;
}
.listSet li span {
	font-size:3.4vw;
	padding-right:0.5em;
	display: none;
}

/* .productsDetail */
.productsDetail {
	width:95%;
	float:none;
	margin:0 auto 15px;
	padding:1.5em 0;
}
.productsDetail .cont {
	width:90%;
	padding-bottom:6px;
}
.productsDetail .cont .mimg {
	padding:5px 0;
}
.productsDetail .cont .bnr {
	padding-bottom:5px;
}
.productsDetail .cont .photos {
	padding:2px 0;
}
.productsDetail .cont .photos li {
	display:block;
	margin:0;
	float:left;
}
.productsDetail .cont .photos li img {
	border-width:2px;
}
.productsDetail .cont .txt {
	font-size:3.2vw;
	line-height:1.3;
	padding-top:8px;
}

/* .subArea */
.subArea {
	width:95%;
	float:none;
	margin:0 auto;
}
.priceSet,
.product {
	width:90%;
	margin:0 auto 15px;
	padding:1.5em 5% 0;
}
.product {
	padding:5% 5% 7%;
	margin-bottom:0;
	border-radius: 0 0 10px 10px;
}

.priceSet{
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.priceSet .txt01 {
	font-weight:normal;
	font-size:4vw;
}
.priceSet .txt01 span.fo28 {
	font-size:6vw;
}

.priceSet .txt01 span{
	font-weight: bold;
}

.priceSet .txt02 {
	padding-bottom:1em;
}
.priceSet dl {
	padding-bottom:4%;
}
.priceSet dl dd input {
	width:3em;
	line-height:1.5;
	height:1.7em;
	font-size:3vw;
}
.btnFinish,
.btnBuy {
	font-size:5vw;
	font-weight:normal;
}
.btnDates {
	font-size:4.5vw;
	font-weight:normal;
}
.product .cont p {
	line-height:1.4;
	padding-bottom:4%;
}
.product .cont2 {
	padding-bottom:0;
	margin-bottom:-5px;
}
.product .cont2 .tit2 {
	font-size:4vw;
	padding-bottom:0;
}
.product .cont2 .txt {
	font-size:3.4vw;
	line-height:1.3;
	padding-bottom:5.5%;
}
}