/*************************************************************
 *   オプショナル一覧
 ************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
img {
	vertical-align: text-bottom;
}
ul{
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
}
p{
	margin: 0;
}
body {
    background: #fff none repeat scroll 0 0;
    padding: 0;
	margin: 0;
}
#container{
	overflow: hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pc-design{
	display: none !important;
}
#panlist_bali {
    background: #6c5c0c none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    list-style: outside none none;
    overflow: hidden;
     padding: 4px;
	 margin:0;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
#panlist_bali li a:hover {
    color: #fff;
}
.bn_private{
	text-align: center;
	margin: 10px 0;
}
.bn_private img{
	width: 100%;
	height: auto;
}
.left_contents{
	overflow: hidden;
	margin: 0 5px;
}
.left_contents #cart{
	background: #fac1b5;
	border: #ba221b solid 4px;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
}
.left_contents #cart .text{
	display: inline-block;
	vertical-align: middle;
}
.left_contents #cart .kart_no{
	background: #FFF;
	padding:6px;
	border-radius: 10px;
	width: 56px;
	display:  inline-block;
	text-align: center;
	font-weight: bold;
}
.left_contents #cart .kart_no a{
	display: block;
	font-size: 14px;
}
.left_contents .search_titel{
	font-weight: bold;
	font-size: 20px;
	background: url(../listimg/search-icon.jpg) no-repeat ;
	margin: 15px 0 0;
	height: 24px;
}
.left_contents .search_titel span{
	padding-left: 30px;
}
.left_contents .search_box{
	margin-bottom: 10px;
	font-size: 17px;
	padding: 10px 0 25px 0;
	border-bottom: #ccc solid 1px;
}
.left_contents .search_box.fast{
	border-bottom: none;
	padding-bottom: 0;
}
.left_contents .search_box .item{
	font-weight: bold;
	margin-bottom: 3px;
}
.left_contents .search_box form.search{
	width: 95%;
	height: 40px;
	border: 1px solid #CCC;
	padding-left: 5px;
	position: relative;
}
.left_contents .search_box input[type="text"]{
	width: 83%;
	height: 30px;
	border: none;
}
.left_contents .search_box input[type="image"]{
	position: absolute;
	top: 5px;
}
.left_contents .search_box input[type="image"]:hover{
	opacity: 0.8;
}
.left_contents .search_box .left{
	display: inline-block;
	width: 100px;
	padding-bottom: 5px;
}
.left_contents .search_box .right{
	display: inline-block;
	padding-bottom: 10px;
}
.left_contents .search_box .right .allbt{
	background: #6890b9;
	text-align: center;
	width: 55px;
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
}
.left_contents .search_box .right .allbt a{
	color: #FFF;
	text-decoration: none;
}
.left_contents .search_box .right .allbt a:hover{
	opacity: 0.8;
}
.left_contents .search_box label{
	display: block;
	margin: 5px 0;
	font-size: 15px;
}
.left_contents .search_box label span{
	font-size: 13px;
	padding-left: 5px;
}
.left_contents .search_box input[type="checkbox"]{
	margin-right :5px;
}
.left_contents .search_box select{
	height: 36px;
	line-height: 36px;
	border: 1px solid #CCC;
	background: #FFF;
	padding-left: 8px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: "";
	appearance: none;
	background: url(../listimg/kensaku_select.gif) no-repeat 98% 5px;
	padding-right: 33px;
	width: 125px;
	display: inline-block;
}
select::-ms-expand {
    display: none;
}
.left_contents .search_box .btn-toggle {
	background: url("../listimg/open_mark.png") no-repeat scroll left 5px;
	cursor:pointer;
	padding-left: 20px;
	padding: 5px 0 0 20px;
	font-size: 15px;
	margin: 5px 0;
	height: 23px;
	display: block;
}
.left_contents .search_box .btn-toggle.active {
    background:url("../listimg/close_mark.png") no-repeat scroll left 5px;
    cursor: pointer;
}
.left_contents .search_box .open-menu{
	display: none;
}
.right_contents{
	overflow: hidden;
	margin: 0 5px;
	padding-top: 5px;
}
.right_contents .top_area .select_text{
	font-weight: bold;
}
.right_contents .top_area .select_text p{
	width: 47%;
	display: inline-block;
	vertical-align: middle;
}
.right_contents .top_area .select_text span{

	padding-left: 5px;
	font-size: 13px;
}
.right_contents .top_area .select_text img{
	vertical-align: middle;
}
.right_contents .top_area .select_text .allbt{
	background: #6890b9;
	text-align: center;
	width: 40%;
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 10px;
	padding: 5px;
}
.right_contents .top_area .select_text .allbt a{
	color: #FFF;
	text-decoration: none;
}
.right_contents .top_area .select_text .allbt a:hover{
	opacity: 0.8;
}
.right_contents .top_area .sorting{
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
    margin-left: 37%;
}
.right_contents .top_area .sorting p{
	display: inline-block;
	font-size: 14px;
}
.right_contents .top_area .sorting select {
    height: 36px;
    line-height: 36px;
    border: 1px solid #CCC;
    background: #FFF;
    padding-left: 8px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    appearance: none;
    background: url(../listimg/kensaku_select.gif) no-repeat 98% 5px;
    padding-right: 33px;
	display: inline-block;
	width: 158px;
    color: #000;
    font-size: 3.4vw;
}
.right_contents .pager{
	font-weight: bold;
	margin-top: 15px;
}
.right_contents .pager .hit{
	margin-bottom: 5px;
	font-size: 13px;
}
.right_contents .pager ul{
	font-size: 14px;
}
.right_contents .pager ul li {
    float: left;
    margin-left: 3px;
	margin-bottom: 3px;
}
.right_contents .pager li.box {
    border: 1px solid #D9D9D9;
}
.right_contents .pager ul li.active_box {
    border: 1px solid #D9D9D9;
    background-color: #e1e1e1;
    text-align: center;
    padding: 3px 8px;
}
.right_contents .pager ul li.box a {
    display: block;
    text-align: center;
    padding: 3px 8px;
}
.right_contents .pager ul li a {
    text-decoration: none;
	color: #333;
}
.right_contents .pager ul li.box a:hover {
    background-color: #e1e1e1;
}
.right_contents .op_list ul{
	padding: 0;
	margin: 0;
}
.right_contents .op_list li{
	border: #cccccc solid 2px;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
	position: relative;
}
.right_contents .op_list li.cart_on{
	border: #e99c22 solid 5px;
}
.right_contents .op_list li .checkarea{
	display: inline-block;
	position: relative;
	width: 24px;
	vertical-align: top;
}
.right_contents .op_list li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 24px;  
    height: 24px;
}
.right_contents .op_list li input[type="checkbox"] + label {
    background-image: url(../listimg/cart-check-off.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0 0 28px;
	height: 24px;
	display: block;
}
 
.right_contents .op_list li.cart_on input[type="checkbox"]:checked + label {
    background-image: url(../listimg/cart-check.png);
}
.right_contents .op_list li .title{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding-left: 5px;
	width: 87%;
	margin: 0;
	line-height: 170%;
}
.right_contents .op_list li .title span{
	font-size: 15px;
	font-weight: normal;
}
.right_contents .op_list li .title a{
	color: #9f0f0f;
}
.right_contents .op_list li .category_area{
	color: #1a726d;
	font-weight: bold;
	padding: 15px 0;
	font-size: 14px;
}
.right_contents .op_list li .category_area .category{
	display: inline-block
}
.right_contents .op_list li .category_area .category_icon{
	display: inline-block
}
.right_contents .op_list li .category_area .category_icon img{
	margin: 0 10px;
}
.right_contents .op_list li .left_area{
	/*width: 195px;*/
	margin: 0 auto;
}
.right_contents .op_list li .left_area .op_photo{
	/*width: 195px;*/
	text-align: center;
	/*height: 145px;
	display: table-cell;
	vertical-align: middle;*/
}
.right_contents .op_list li .left_area .op_photo img{
	max-width: 100%;
    height: 250px;
}
.right_contents .op_list li .left_area .icon{
	margin-top: 10px;
}
.right_contents .op_list li .left_area .icon p{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 0;
}
.right_contents .op_list li .left_area .icon .family{ 
	background: #2f8710;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .couple{ 
	background: #c90638;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .ladies{ 
	background: #f953b1;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .group{ 
	background: #2563e0;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .senior{ 
	background: #8e604b;
	color: #FFF;
	width: 44px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .left_area .icon .report{ 
	background: #dc6719;
	color: #FFF;
	width: 95px;
	border-radius: 5px;
	display: inline-block;
}
.right_contents .op_list li .right_area{
}
.right_contents .op_list li .right_area .price{
	color: #e20c0c;
	font-weight: bold;
	font-size: 27px;
}
.right_contents .op_list li .right_area .en{
	color: #111010;
	font-size: 18px;
	font-weight: bold;
}
.right_contents .op_list li .right_area .code{
	font-size: 13px;
	padding-left: 15px;
}
.right_contents .op_list li .right_area .text{
	font-size: 13px;
}
.right_contents .op_list li .right_area table{
	width: 100%;
	table-layout: fixed;
}
.right_contents .op_list li .right_area th span{
	background: #e1e1e1;
	border: #cccccc solid 1px;
	text-align: center;
	color: #3e3e3d;
	border-radius: 5px;
	display: block;
	padding: 3px;
}
.right_contents .op_list li .right_area th,td{
	padding: 5px 0;
	font-size: 3vw;
	display: block;
    display: inline-block;
    vertical-align: middle;
}
.right_contents .op_list li .right_area th{
    width: 16%;
}
.right_contents .op_list li .right_area td{
    padding-left: 5px;
    width: 27%;
}
.right_contents .op_list td.long{
    width: 37% !important;
}
.right_contents .op_list li .right_area td.star{
    width: 37%;
}
.right_contents .op_list li .right_area td a{
	font-weight: bold;
	font-size: 3vw;
	color: #232d68;
	display: block;
	padding-top: 3px;
}
.right_contents .op_list li .right_area td img{
	vertical-align: middle;
	margin-right: 3px;
}
.right_contents .op_list li .right_area .syousai_bt{
	text-align: center;
	margin-top: 15px;
}
.right_contents .op_list li .right_area .syousai_bt a:hover{
	opacity: 0.8;
}
.pager.bottom{
	padding: 20px 0;
}

.bt_matomete{
	margin-bottom:30px;
	text-align:center;
}
.bt_matomete img{
	width:100%;
	height:auto;
}
.noitem {
    border: #cccccc solid 2px;
    padding: 10px;
    margin: 10px 0 30px;
	text-align:center;
	font-size:14px;
	border-radius: 5px;
}
/*20/06/03 追加*/
.bn_link_borobudur img{
	max-width: 100%;
}
/*2022スマホリニューアル*/
.button_grp{
    box-shadow: 0em -0.5em 0.8em -0.5em rgb(0 0 0 / 19%);
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 1000;
    padding: 10px;
    background: #FFF;
    width: 100%;
}
.button_grp .cart{
    width: 34%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}
.button_grp .cart a{
    display: block;
    background: #FCDEDE;
    border-radius: 5px;
    border: solid 2px #BC211C;
    padding: 5px 5px 5px 4%;
        min-height: 35px;
/*    min-height: 47px;*/
}
.button_grp .cart span,.button_grp .cart img{
    display: inline-block;
    vertical-align: middle;
}
.button_grp .cart img{
    width: 25px;
}
.button_grp .cart span{
    color: #BC211C;
    font-size: 3.5vw;
    text-align: center;
    margin-left: 3%;
}
.button_grp .cart .num{
    font-size: 4vw;
    display: block;
    color: #3e3e3d;
    font-weight: bold;
}
.button_grp .clear{
    width: 22%;
    display: inline-block;
    vertical-align: top;
}
.button_grp .clear a{
    border: solid 2px #C2BFBE;
    background: #ECF0F1;
    display: block;
    padding: 3px;
    color: #3e3e3d;
    text-decoration: none;
    text-align: center;
}
.button_grp .clear span,.button_grp .clear img{
    display: inline-block;
    vertical-align: middle;
}
.button_grp .clear .check{
    font-size: 3vw;
    padding: 7px 0;
}
.button_grp .clear img{
    width: 10px;
    margin-right: 2px;
}
.button_grp .cartin{
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}
.button_grp .cartin a{
    display: block;
    background: #fcefde;
    border-radius: 5px;
    border: solid 2px #e77e02;
    padding: 5px;
    color: #64400a;
    text-decoration: none;
    font-size: 3vw;
        min-height: 35px;
/*    min-height: 49px;*/
}
.button_grp .cartin span{
    font-size: 3.2vw;
    font-weight: bold;
    padding-top: 3px;
    display: block;
}
.button_grp .cartin img{
    width: 10px;
    margin-right: 2px;
}
.sp-search .midashi{
    background: #edf2f5;
    position: relative;
    padding: 10px;
    font-weight: bold;
    font-size: 4.5vw;
    display: block;
}
.sp-search .midashi span,.sp-search .midashi img{
    vertical-align: middle;
}
.sp-search .midashi img{
    width: 30px;
    margin-right: 10px;
}
.sp-search .midashi.active:after {
	content: "";
	position: absolute;
	right: 4vw;
	top: 8vw;
	width: 3vw;
	height: 3vw;
	border-top: 1px solid #7B7F82;
	border-left: 1px solid #7B7F82;
	transform: translateY(-50%) rotate(45deg);
}
.sp-search .midashi::after {
	content: "";
	position: absolute;
	right: 4vw;
	top: 6vw;
	width: 3vw;
	height: 3vw;
	border-top: 1px solid #7B7F82;
	border-left: 1px solid #7B7F82;
	transform: translateY(-50%) rotate(-135deg);
}
.sp-search .in {
    background-color: #FFF;
    display: none;
    opacity: 0;
}
.sp-search .in.open {
    display: block;
      opacity: 1;
      animation: fadeIn 0.3s ease-in 0s forwards;
      padding-bottom: 10px;
    border-bottom: solid #edf2f5 10px;
}
.sp-search .midashi-in{
    background: #edf2f5;
    padding: 7px 10px;
    font-size: 3.5vw;
    font-weight: bold;
    margin-top: 10px;
}
.sp-search .midashi-in a{
    background: #6a8fbb;
    display: inline-block;
    padding: 2px 3%;
    font-size: 3vw;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 2%;
}
.sp-search .midashi-in a:first-child{
    margin-left: 50%;
    margin-right: 2%;
}
.sp-search .midashi-in span{
    width: 58%;
    display: inline-block;
}
.sp-search ul.sch_list{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.sp-search ul.sch_list li{
    width: 50%;
    vertical-align: top;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    line-height: 1.5;
    border-right: 1px solid #ccc;
    padding: 8px 0 8px 10px;
    box-sizing: border-box;
    min-height: 40px;
    font-size: 3vw;
	}
.sp-search ul.sch_list li:nth-child(even){
    border-right: none;
}
.sp-search ul.sch_list li:nth-child(2n+1):last-child {
    border-bottom: none !important;
}
.sp-search ul.sch_list li label{
    width: 100%;
        display: inline-flex;
        align-items: center;
    height: 100%;
    line-height: 1.5;
    padding: 0 10px 0 0px;
    }
.sp-sch ul.sch_list.check.open li span{
	margin-left: 2%;
	}
.sp-search ul.sch_list input[type="checkbox"] {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.sp-search .category-box{
    border: solid 1px #cccccc;
    padding: 5px;
    margin: 10px;
}
.sp-search .category-box .category-m{
    display: block;
    font-size: 3vw;
    position: relative;
    z-index: 99;
    display: block;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.sp-search .category-box .category-m:before, .sp-search .category-box .category-m:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background: #7B7F82;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-search .category-box .category-m::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.sp-search .category-box .category-m.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.sp-search .category {
    background-color: #FFF;
    display: none;
    opacity: 0;
}
.sp-search .category.open {
    display: block;
      opacity: 1;
      animation: fadeIn 0.3s ease-in 0s forwards;
}
.sp-search .category ul{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}
.sp-search .category ul li{
    width: 50%;
    vertical-align: top;
    align-items: center;
    background: #fff;
    display: flex;
    line-height: 1.5;
    padding: 0 10px 0 0px;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 3vw;
    margin-bottom: 7px;
	}
.sp-search .category ul li label{
    width: 100%;
        display: inline-flex;
        align-items: center;
    height: 100%;
    line-height: 1.5;
    padding: 0 10px 0 0px;
    }

.sp-search .keyword{
    margin: 10px 10px 0;
}
.sp-search .keyword input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2%;
    width: 96%;
    font-size: 3vw;
}
.sp-sch .keyword input[type="text"]::placeholder{
    color: #ccc;
}
.sp-search .time{
    margin: 10px 10px 0;
    display: flex;
    align-items: center;
}
.sp-search .time select{
    padding: 7px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 3vw;
    border-radius: 5px;
    appearance: none;
    background: #FFF;
    color: #000;
}
.sp-search .time .base{
    position: relative;
    width: 30%;
}
.sp-search .time .base:after {
    content: "";
    position: absolute;
    right: 3vw;
    top: 3vw;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none;
}
.sp-search .time span{
    margin: 0 10px;
}
.sp-search .midashi-in .no{
    width: 79%;
} 
.sp-search .bt_grp{
    margin: 20px;
    text-align: center;
}
.sp-search .bt_grp .bt_search{
    width: 48%;
    margin: 0 auto;
}
.sp-search .bt_grp .bt_search a{
    display: block;
    background: #39597f;
    padding: 5px;
    font-size: 4vw;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
header {
    position: inherit;
}
body {
    padding-top: 0 !important;
}

/*20240404*/
.sp-sch{
    padding-top: 10px;
    background: #f5f6f8;
}
.sp-sch h3 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom:none;
    background: #f5f6f8;
    padding: 6px;
}
.sp-sch h3 img,.sp-sch h3 span{
    vertical-align: middle;
}
.sp-sch h3 img{
    width: 6vw;
    margin-right: 3%;
}
.sp-sch h3 span{
    font-size: 4.5vw;
}
.sp-sch .base{
    background: #f5f6f8;
    padding: 4% 3%;
}
.sp-sch .base .in{
    border: solid 1px #bcbebf;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 10px;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
.sp-sch .sch_list,.sp-sch .time  {
    background-color: #FFF;
    display: none;
    opacity: 0;
    border-radius: 0 0 10px 10px;
}
.sp-sch ul.sch_list.open,.sp-sch .time.open {
    display: block;
      opacity: 1;
      animation: fadeIn 0.3s ease-in 0s forwards;
}
.sp-sch ul.sch_list.check.open{
    display: flex !important;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 10px;
    border-radius: 10px;
}
.sp-sch ul.sch_list.check.open li{
    width: 50%;
    vertical-align: top;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    line-height: 1.5;
    border-right: 1px solid #ccc;
    padding: 8px 0 8px 10px;
    box-sizing: border-box;
    min-height: 40px;
    font-size: 3.5vw;
	}
.sp-sch ul.sch_list.check.open li:nth-child(even){
    border-right: none;
}
.sp-sch ul.sch_list.check.open li:last-child,.sp-sch ul.sch_list.check.open li:nth-last-child(2) {
    border-bottom: none !important;
}
.sp-sch ul.sch_list.check.open li:first-child,.sp-sch ul.sch_list.check.open li:nth-child(2){
    border-top: 1px solid #ccc;
}
.sp-sch ul.sch_list.check.open li label{
    width: 100%;
        display: inline-flex;
        align-items: center;
    height: 100%;
    line-height: 1.5;
    padding: 0 10px 0 0px;
    }
.sp-sch ul.sch_list.check.open li span{
	margin-left: 2%;
	}
input[type="checkbox"] {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.sp-sch label.primal {
    font-size: 3.73vw;
    font-weight: bold;
    padding: 2vw 2.67vw;
    position: relative;
    z-index: 99;
    display: block;
    color: #2e2e2e;
}
.sp-sch label.primal.active:after {
	content: "";
	position: absolute;
	right: 4vw;
	top: 6vw;
	width: 2vw;
	height: 2vw;
	border-top: 1px solid #7B7F82;
	border-left: 1px solid #7B7F82;
	transform: translateY(-50%) rotate(45deg);
}
.sp-sch label.primal::after {
	content: "";
	position: absolute;
	right: 4vw;
	top: 4vw;
	width: 2vw;
	height: 2vw;
	border-top: 1px solid #7B7F82;
	border-left: 1px solid #7B7F82;
	transform: translateY(-50%) rotate(-135deg);
}
.sp-sch ul.sch_list ul {
    background-color: #FFF;
    display: none;
}
.sp-sch ul.sch_list ul.open {
    display: flex !important;
    flex-wrap: wrap;
      opacity: 1;
      animation: fadeIn 0.3s ease-in 0s forwards;
}
.sp-sch ul.sch_list li.item{
    border: solid 1px #ccc;
    width: 94%;
    margin: 5px auto 0;
}
.sp-sch ul.sch_list li.item:last-child{
    margin-bottom: 15px;
}
.sp-sch ul.sch_list ul li{
    width: 50%;
    vertical-align: top;
    align-items: center;
    background: #fff;
    display: flex;
    line-height: 1.5;
    padding: 0 2px;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 3vw;
    margin-bottom: 7px;
	}

.sp-sch ul.sch_list ul li label{
    width: 100%;
        display: inline-flex;
        align-items: center;
    height: 100%;
    line-height: 1.5;
    padding: 0 10px 0 0px;
    }
.sp-sch ul.sch_list ul li span{
	margin-left: 2%;
	}
.sp-sch ul.sch_list label.btn-op-toggle.opt {
    font-size: 3.2vw;
    padding: 2vw 2.67vw;
    position: relative;
    z-index: 99;
    display: block;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    font-weight: bold;
    background: #f5f6f8;
}
.sp-sch ul.sch_list label.btn-op-toggle.opt:before, .sp-sch ul.sch_list label.btn-op-toggle.opt:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background: #7B7F82;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-sch ul.sch_list label.btn-op-toggle.opt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.sp-sch ul.sch_list label.btn-op-toggle.opt.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.sp-sch ul.sch_list .long{
    margin: 0 3%;
    font-size: 3.5vw;
    border-top: solid 1px #ccc;
    padding: 2%;
}
.sp-sch ul.sch_list .long span{
    margin-left: 2%;
}

.sp-sch .keyword input[type="text"]{
    border: solid 1px #bcbebf;
    border-radius: 5px;
    padding: 2%;
    width: 96%;
    font-size: 3.5vw;
}
.sp-sch .keyword input[type="text"]::placeholder{
    color: #CFD0CA;
}
.sp-sch .bt_grp{
    display: flex;
    margin: 15px 0 0 9%;
    justify-items: center;
}
.sp-sch .bt_grp .bt_search{
    width: 45%;
    text-align: center;
}
.sp-sch .bt_grp .bt_search a{
    background: #333;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 5%;
    font-size: 4vw;
    border-radius: 10px;
    font-weight: bold;
}
.sp-sch .bt_grp .bt_detail{
    width: 44%;
    /*text-align: center;*/
    margin-left: 10px;
}
.sp-sch .bt_grp .bt_detail a{
    background: #FFF;
    border: solid #333 1px;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5%;
    font-size: 4vw;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.sp-sch .bt_grp .bt_detail a:before, .sp-sch .bt_grp .bt_detail a:after {
  content: '';
  display: block;
  width: 13px;
  height: 2px;
  background: #39597f;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-sch .bt_grp .bt_detail a:after {
  content: '';
  display: block;
  width: 13px;
  height: 2px;
  background: #39597f;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-sch .bt_grp .bt_detail a::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.sp-sch .bt_grp .bt_detail a.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.sp-sch #detbox{
    margin: 10px 0;
}
.sp-sch #detbox .timebase {
    padding: 10px 10px 10px;
    display: flex;
    align-items: center;
    background: #FFF;
    border-top: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}
.sp-sch #detbox .timebase .timebox{
    position: relative;
    width: 30%;
}
.sp-sch #detbox .timebase .timebox:after {
    content: "";
    position: absolute;
    right: 3vw;
    top: 3vw;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none;
}
.sp-sch #detbox .timebase .timebox select{
    padding: 7px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 3vw;
    border-radius: 5px;
    appearance: none;
    background: #FFF;
    color: #000;
}
.sp-sch #detbox .timebase span{
    margin: 0 10px;
}
/*新登場アイコン*/
.sp-sch .base .others{
    display: flex;
    justify-content: space-around;
}
.sp-sch .base .others li{
    padding:5px;
    display: flex;
    align-items: center;
    font-size: 3.73vw;
}
.sp-sch .base .others li img{
    width: 25px;
    height: auto;
    margin: 0 10px;
}






