@charset "UTF-8";
/* ####################################################################################################

lower page settings

#################################################################################################### */
/* page_area
================================================== */
#page_area {
  /*margin-bottom: 80px;*/
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #page_area {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
/* page title
================================================== */
#page_ttl {
  box-sizing: border-box;
  height: 180px;
  padding: 40px 0 0 60px;
  background: url(../common_img/pagettl_bg.jpg) 50% 0 no-repeat;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #page_ttl {
    height: auto;
    margin-bottom: 30px;
    padding: 30px 20px 25px;
    background-size: cover;
  }
}
/* ========== end △ */
#page_ttl .ttl {
  margin-bottom: 15px;
  font-size: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #page_ttl .ttl {
    margin-bottom: 0;
    font-size: 20px;
  }
}
/* ========== end △ */
#page_ttl .txt {
  font-size: 14px;
}

/* breadcrumb
================================================== */
#breadcrumb {
  margin: 10px 0 30px;
  text-align: right;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}
/* ========== end △ */
#breadcrumb li {
  display: inline-block;
  font-size: 11px;
}
#breadcrumb li:before {
  content: "\f105";
  margin-right: 3px;
  color: #2d2506;
  font-size: 10px;
  font-family: FontAwesome;
}
#breadcrumb li:first-of-type:before {
  content: "";
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* main content
================================================== */
#main_content {
  /*float: right;*/
  text-align: left;
  /*width: 740px;*/
  margin-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #main_content {
    float: none;
    width: 100%;
  }
}
/* ========== end △ */
/* list content
================================================== */
#list_content {
  float: none;
  width: 1000px;
  margin-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #list_content {
    float: none;
    width: 100%;
  }
}
/* ========== end △ */

/* side menu
================================================== */
#side_menu {
  float: left;
  width: 240px;
}
#side_menu img {
  max-width: 100%;
  height: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #side_menu {
    float: none;
    width: auto;
    padding: 0 20px;
  }
}
/* ========== end △ */
#side_menu .side_ttl_style {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 6px 3px;
  border-bottom: 1px solid #d8d4cb;
  font-size: 16px;
  font-weight: bold;
}
#side_menu .side_ttl_style:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 3px;
  background: #eacb57;
  background: -moz-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: -webkit-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: linear-gradient(to right, black 0%, grey 50%, grey 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb57', endColorstr='#eacb57',GradientType=1 );
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #side_menu .side_ttl_style.ac_btn_sp {
    padding: 13px;
    border: 1px solid #000;
  }
  #side_menu .side_ttl_style.ac_btn_sp:before {
    display: none;
  }
  #side_menu .side_ttl_style.ac_btn_sp:after {
    content: "\f107";
    float: right;
    font-family: FontAwesome;
  }
  #side_menu .side_ttl_style.ac_btn_sp.open:after {
    content: "\f106";
  }
}
/* ========== end △ */
#side_menu .side_charge {
  margin-bottom: 15px;
}
#side_menu .side_charge dl dt {
  padding: 5px 13px;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#side_menu .side_charge dl ul {
  padding: 8px;
  background-color: #f4f4f4;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#side_menu .side_charge dl ul li {
  margin-bottom: 5px;
}
#side_menu .side_charge dl .tax {
  font-size: 13px;
}
#side_menu .side_charge dl .up,
#side_menu .side_charge dl .gp {
  display: inline-block;
  padding-right: 15px;
  background-position: 85% 50%;
  background-repeat: no-repeat;
}
/*#side_menu .side_charge dl .up {
  background-image: url(../common_img/ico_up.png);
  background-size: 24px;
}
#side_menu .side_charge dl .gp {
  background-image: url(../common_img/ico_gp.png);
  background-size: 27px;
}*/
#side_menu .side_charge p {
  padding: 4px 0;
  color: #2d2506;
  font-weight: normal;
}

/* ========== サイドお問い合わせ先 ▽ */

#side_menu .side_contact_staff {
  margin-bottom: 15px;
  margin-top: 20px;
}
#side_menu .side_contact_staff dl dt {
 /* padding: 5px 10px;
  background-color: #000;*/
  color: #fff;
  /*font-size: 16px;*/
  font-weight: bold;
  /*text-align: center;*/
}
#side_menu .side_contact_staff dl ul {
  padding: 8px;
  background-color: #f4f4f4;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#side_menu .side_contact_staff dl ul li {
  margin-bottom: 5px;
}
#side_menu .side_contact_staff dl .tax {
  font-size: 13px;
}
#side_menu .side_contact_staff dl .up,
#side_menu .side_contact_staff dl .gp {
  display: inline-block;
  padding-right: 35px;
  background-position: 85% 50%;
  background-repeat: no-repeat;
}
#side_menu .side_contact_staff dl {
  /*background-image: url(../common_img/contact_staff.png);
  background-size: 24px;*/
}
#side_menu .side_contact_staff dl .side_staff {
	margin-bottom: 15px;
}

#side_menu .side_contact_staff dl .tel {
	margin-bottom: 15px;
}

#side_menu .side_contact_staff dl .mail {
	margin-bottom: 15px;
}

#side_menu .side_contact_staff p {
  padding: 8px;
  color: #2d2506;
  font-weight: normal;
  
}

/* ========== サイドお問い合わせ先 △ */

#side_menu .side_page_nav li {
  margin-bottom: 5px;
}
#side_menu .side_page_nav li a,
#side_menu .side_page_nav li span {
  display: block;
  padding: 8px 10px;
  border: 1px solid #D7D7D7;
  /*background: url(../common_img/ico_arrow_bk.png) 96% 50% no-repeat;*/
  background-size: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  #side_menu .side_page_nav li a:hover,
  #side_menu .side_page_nav li span:hover {
    /*background-color: #000;*/
    /*background-image: url("../common_img/ico_arrow_bk.png");*/
    color: black;
    text-align: left;
    border: 3px solid #0071e3;
  }
}
/* ========== end △ */
#side_menu .side_page_nav li.current a,
#side_menu .side_page_nav li.current span {
  background-color: white;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  #side_menu .side_page_nav li.current a:hover,
  #side_menu .side_page_nav li.current span:hover {
    background-color: white;
  }
}
/* ========== end △ */
#side_menu .side_bnr_list li {
  margin-bottom: 30px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  #side_menu .side_bnr_list li {
    transition: all 0.3s ease;
  }
  #side_menu .side_bnr_list li:hover {
    opacity: 0.6;
  }
  #side_menu .side_bnr_list_2 img{
        width: 90px;
    }
  #side_menu .side_bnr_list_2{
        text-align:center; 
      font-size:15px;
    }
    #side_menu .side_bnr_list_2 span{
        line-height:2.7em;
    }
    #side_menu .side_bnr_list_2 li{
        line-height:2.7em;
    }
    
    #side_menu .side_bnr_list_2 li a{
        text-decoration:none;
    }
    
    #side_menu .side_bnr_list_2 li a:hover{
        text-decoration:underline;
    }
}

/*ipad*/
@media only screen and (max-width:1024px){
    #side_menu .side_bnr_list_2{
        text-align: center;
    }
    
    #side_menu .side_bnr_list_2 img{
        width: 90px;
    }
}

/*ipad pro*/
@media only screen and (min-width:768px) and (max-width:1366px){
    #side_menu .side_bnr_list_2{
        text-align: center;
    }
    
    #side_menu .side_bnr_list_2 img{
        width: 90px;
    }
}

@media only screen and (max-width:767px){
    #side_menu .side_bnr_list_2 img{
        width: 80px;
    }
    #side_menu .side_bnr_list_2 span{
        line-height:2.7em;
        margin-left: 3px;
    }
    #side_menu .side_bnr_list_2 li{
        line-height:2.7em;
        box-sizing: border-box;
        float:left;
        width:50%;
    }
    #side_menu .side_bnr_list_2{
        text-align: center;

    }
}


/* ========== end △ */
#side_menu .side_bnr_list li:last-of-type {
  margin-bottom: 0;
}

.side_search_txt {
  margin-bottom: 10px;
  color: #da2b28;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.side_search_area {
  margin-bottom: 20px;
}
.side_search_area .search_input {
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .side_search_area .search_input {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* ========== end △ */
.side_search_area .search_input input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 35px 6px 10px;
  border: 1px solid #000;
  color: #5C5C5C;
  font-size: 12px;
}
.side_search_area .search_input .fa {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  font-weight: normal;
}
.side_search_area dt {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 6px 3px;
  border-bottom: 1px solid #d8d4cb;
  font-size: 16px;
  font-weight: bold;
}
.side_search_area dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 3px;
  background: #eacb57;
  background: -moz-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: -webkit-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: linear-gradient(to right, black 0%, grey 50%, grey 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb57', endColorstr='#eacb57',GradientType=1 );
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .side_search_area dt.ac_btn_sp {
    padding: 13px;
    border: 1px solid #000;
  }
  .side_search_area dt.ac_btn_sp:before {
    display: none;
  }
  .side_search_area dt.ac_btn_sp:after {
    content: "\f107";
    float: right;
    font-family: FontAwesome;
  }
  .side_search_area dt.ac_btn_sp.open:after {
    content: "\f106";
  }
}
/* ========== end △ */
.side_search_area dd {
  margin-bottom: 10px;
}
.side_search_area dd li {
  margin-bottom: 8px;
}
.side_search_area dd a {
  text-decoration: none;
    color:#0070c9;
}
.side_search_area dd a:hover {
  text-decoration: underline;
}
.side_search_area dd a:before {
  content: "\f105";
  margin: 0 8px;
  font-family: FontAwesome;
  font-weight: bold;
}
.side_search_area dd select,
.side_search_area dd optgroup {
  padding: 4px 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .side_search_area dd select,
  .side_search_area dd optgroup {
    padding: 8px 5px;
  }
}
/* ========== end △ */
.side_search_area dd select {
  width: 100%;
}
.side_search_area dd.recommended a {
  padding-left: 25px;
  background: url(../common_img/ico_crown.png) 0 48% no-repeat;
  background-size: auto 15px;
}
.side_search_area dd.recommended a:before {
  display: none;
}

.side_search_submit {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #000;
}
.side_search_submit input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.side_search_submit:before {
  content: "\f002";
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
}

/* pagination
================================================== */
.pagination {
  margin: 50px 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .pagination {
    margin: 50px 20px;
  }
}
/* ========== end △ */
.pagination li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .pagination li a:hover {
    text-decoration: underline;
  }
}
/* ========== end △ */
.pagination li a .fa {
  vertical-align: middle;
}
.pagination .prev {
  float: left;
}
.pagination .prev .fa {
  margin-right: 10px;
}
.pagination .next {
  float: right;
}
.pagination .next .fa {
  margin-left: 10px;
}
.pagination .backlist {
  margin: 0 auto;
}

/* privacy policy
================================================== */
#pp_sec {
  margin: 0 30px;
  border: 3px solid #60c3ab;
  border-radius: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp_sec {
    margin: 0 10px;
  }
}
/* ========== end △ */
#pp_sec .pp_ttl {
  position: relative;
  padding: 15px 0;
  background-color: #60c3ab;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#pp_sec .pp_ttl .fa-arrow-circle-down {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  font-size: 32px;
}
#pp_sec .pp_ttl.open .fa-arrow-circle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#pp_sec .pp_body {
  padding: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp_sec .pp_body {
    padding: 10px;
  }
}
/* ========== end △ */
#pp_sec .pp_body .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#pp_sec .pp_body ul li {
  margin-bottom: 10px;
  padding-left: 1.3em;
  list-style: decimal inside;
  text-indent: -1.3em;
}
#pp_sec .pp_body .inner {
  padding-top: 10px;
}
#pp_sec .pp_body .inner li {
  margin-bottom: 5px;
  list-style: circle inside;
}

/* page bottom aside
================================================== */
.aside_concierge {
  margin-top: 50px;
  border: 1px solid #efe8db;
}
.aside_concierge2 {
  width:738px;
  margin-top: 50px;
  margin:50px auto;
  border: 1px solid #d7d7d7;
}

.concierge_banner_space {
    background:url("../common_img/concierge_img02.png") right bottom no-repeat;
    background-size: 35%;
    height:195px;
    padding:32px 0 0 35px;
}
@media only screen and (max-width: 767px) {
    .concierge_banner_space {
        background-size: 80%;
        background-position: bottom right;
        height:480px;
        padding: 60px 20px 0 30px;
    }
}

.conceige_catchcopy {
    font-size: 35px;
    /*color: #C6A013;*/
    margin-bottom:10px;
    line-height: 1.3;
    font-feature-settings: "palt";
}

.con_text {
    font-weight: bold;
    font-size: 16px;
    font-feature-settings: "palt";
}

.tel_concierge_banner {
	 font-size: 40px;
	 margin-top:0 !important;
	font-family: 'Questrial', sans-serif;
	font-style: italic;
    color: #0070c9;
}
.tel_concierge_banner a {
	 /*color:#C6A013;*/
    text-decoration: none;
 }

@media only screen and (max-width: 767px) {
    .tel_concierge_banner {
       /* margin-top: 120px!important;*/
    }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_concierge {
    margin-top: 20px;
  }
  .aside_concierge2 {
    margin-top: 20px;
	width:100%;
  }
}
  
  

/* ========== end △ */
.aside_concierge .btn_style a {
  padding: 10px 20px;
  font-size: 13px;
}
.aside_concierge .btn_style a span {
  padding-right: 20px;
  background-size: 10px;
}
/* ========== end △ */
.aside_concierge2 .btn_style a {
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
}
.aside_concierge2 .btn_style a span {
  padding-right: 20px;
  background-size: 10px;
}



.aside_flow {
  box-sizing: border-box;
  padding: 18px 20px 0;
  height: 100px;
  background: url(../common_img/flow_bnr2.jpg) 0 0 no-repeat; 
  background-size:357px 93px;
  color: #fff;
}
.aside_flow a {
  text-decoration: none;
}
.aside_flow dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.aside_flow dd {
  /*width: 180px;*/
  font-size: 12px;
}

.aside_shipping {
  background-color: #f3f3f3;
}
.aside_shipping dt {
  padding: 20px 0 0 20px;
  background: url(../common_img/aside_shipping_ttl_bg.png) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.aside_shipping dd {
  padding: 20px;
  font-size: 12px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .aside_shipping {
    display: table;
    width: 100%;
    margin-bottom: 25px;
  }
  .aside_shipping dt,
  .aside_shipping dd {
    display: table-cell;
    vertical-align: top;
  }
  .aside_shipping dt {
    width: 167px;
  }

}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_shipping {
    background: #f3f3f3;
  }
  .aside_shipping dt {
    padding: 10px;
    background: #000;
  }
  .aside_shipping dd {
    padding: 15px;
  }
}
/* ========== end △ */
.aside_faq, .aside_guide {
  position: relative;
  /*border: 1px solid #000;*/
}

/*2021/10/18追加*/
@media only screen and (max-width:767px){
  .aside_faq, .aside_guide {
  position: relative;
  width: 100%;
}
}
    


.aside_faq:before, .aside_guide:before {
  /*content: "\f086";*/
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: FontAwesome;
  font-size: 100px;
  text-align: center;
  line-height: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_faq:before, .aside_guide:before {
    font-size: 70px;
  }
}
/* ========== end △ */
.aside_faq a, .aside_guide a {
  position: relative;
  zoom: 1;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  /*padding: 17px 10px 17px 13px;*/
  padding:10px 13px 30px;
  text-decoration: none;
  color: #010103;
  align-items: center;
}

/*2021/11/23*/
.aside_faq1 a{
 position: relative;
  zoom: 1;
  box-sizing: border-box;
  display: block;
  height: 100px;
  padding: 17px 10px 17px 13px;
  text-decoration: none;
  color: #010103;
  font-size: 17px;
  font-weight: bold;
}

/*2021/11/11*/

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_faq a, .aside_guide a {
    height: auto;
    padding: 30px 0 20px 13px;
  }
    
  .aside_faq1 a{
  position: relative;
  zoom: 1;
  box-sizing: border-box;
  display: block;
  height: 100px;
  padding: 17px 10px 17px 13px;
  text-decoration: none;
  color: #010103;
  font-size: 17px;
  font-weight: bold;
}
    .pickup_title{
        height: 10px;
    }
}
/* ========== end △ */
.aside_faq dt, .aside_guide dt {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}
.aside_faq dd, .aside_guide dd {
  font-size: 12px;
    word-break: keep-all;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_faq dd, .aside_guide dd {
    /*display: none;*/
  }
}
/* ========== end △ */
.aside_guide:before {
  /*content: "";*/
  background: #000 url(../common_img/ico_book.png) 50% 50% no-repeat;
  background-size: 80px auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_guide:before {
    background-size: 65px auto;
  }
}
/* ========== end △ */
.aside_other li {
  float: left;
  width: 140px;
  margin-left: 10px;
  font-size: 12px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .aside_other li {
    transition: all 0.3s ease;
  }
  .aside_other li:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.aside_other li:first-of-type {
  margin-left: 0;
}
.aside_other li a {
  text-decoration: none;
  color: #0070c9;
}
.aside_other li .pic {
  margin-bottom: 5px;
  border: 1px solid #d8d4cb;
  overflow: hidden;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aside_other {
    margin-bottom: 30px;
  }
  .aside_other li {
    float: none;
    margin-left: 0;
  }
  .aside_other li a {
    display: block;
    width: 140px;
    padding: 0 5px;
    color: #0070c9;
  }
}
/* ========== end △ */
#staff_intro li {
  position: relative;
  float: left;
  width: 220px;
  height: 230px;
  margin-right: 20px;
  margin-bottom: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #staff_intro li {
    float: none;
    width: auto;
    height: 170px;
    margin-left: 10px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #staff_intro li img {
    width: 100%;
  }
}
/* ========== end △ */
@media only screen and (min-width: 450px) and (max-width: 736px) {
  #staff_intro li {
    height: 240px;
	
  }
}
#staff_intro li:first-of-type {
  margin-left: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #staff_intro li:last-of-type {
    margin-bottom: 0;
  }
}
/* ========== end △ */
#staff_intro li a {
  text-decoration: none;
}
#staff_intro li a .pic {
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #staff_intro li a .pic {
    margin-bottom: 0;
  }
}
/* ========== end △ */
#staff_intro li a .pic img {
  transition: all 0.2s ease;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  #staff_intro li a:hover .pic img {
    opacity: 0.6;
  }
}
/* ========== end △ */
#staff_intro .img_x4 li {
  width: 179px;
  margin-left: 8px;
}
#staff_intro .img_x4 li:first-of-type {
  margin-left: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #staff_intro .img_x4 li {
    width: auto;
    margin-left: 0;
  }
}
/* ========== end △ */
#staff_intro dl {
  font-weight: bold;
  text-align: center;
}
#staff_intro dl dt {
  color: #b69107;
  font-size: 13px;
}
#staff_intro dl dd {
  font-size: 18px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #staff_intro dl {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #staff_intro dl dt,
  #staff_intro dl dd {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
  }
}
/* ========== end △ */
/* ==================================================

shopping

================================================== */
/* list
-------------------------------------------------- */
.page_shopping .pagenav li {
  float: left;
  width: 180px;
  margin-left: 10px;
}
.page_shopping .pagenav li:nth-child(4) {
	width: 170px;
}









/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_shopping .pagenav li:first-of-type {
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping .pagenav li {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .page_shopping .pagenav li:nth-child(4) {
    width: 100%;
   }
}
/* ========== end △ */
.page_shopping .pagenav li a {
  display: block;
  padding: 5px 12px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: left;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_shopping .pagenav li a:hover {
    background-color: #af8e0c;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .page_shopping .pagenav li a:hover {
    background-color: #c6a115;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping .pagenav .search {
    margin-top: 20px;
  }
  .page_shopping .pagenav .search a {
    position: relative;
    border-radius: 5px;
    background: #da2b28;
  }
  .page_shopping .pagenav .search a:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 14px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../common_img/ico_arrow_wh.png) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* ========== end △ */



/*******: 商品レイアウト指定 ****/
.page_shopping .item_list li.wideLayout{
  width: 740px;
  min-height: 390px;
  margin: 5px 0;
  position: relative;
  border: 2px solid #b4a5a5;
}


#layoutNavi{
	
	margin: 20px 0;
	
}
#layoutbtn{
	float: right;
	margin-right:0px;
}



/* !商品レイアウト指定  SP用 *********/

.item_list .wideLayout div.title{
	font-size: 16px;
    font-weight: bold;
}
	
	
 .item_list .wideLayout .rsp_disp_xxo div.title{
	padding: 0.2rem 2rem 0rem 1rem;
    
}


.item_list .wideLayout .rsp_disp_xxo .pic {
	  margin: 0.5rem 1rem ;
}
.item_list .wideLayout .rsp_disp_xxo .pic img{
	width: 100% !important;
}




/******　横並びリストここから編集*****************/

 .item_list .wideLayout .rsp_disp_xxo .horizontal_scroll{

  display: -ms-flexbox;
  display: flex;
  overflow-x:  scroll;
	width: 100%;
	
	/* スクロールバーを表示させるのではずしちゃだめ */
	-webkit-overflow-scrolling:auto;	
  	
}

 .item_list .wideLayout .rsp_disp_xxo .horizontal_scroll li{
	min-width: 60px;
	
}


 .item_list .wideLayout .rsp_disp_xxo .horizontal_scroll::-webkit-scrollbar {
  height: 5px;
}

 .item_list .wideLayout .rsp_disp_xxo .horizontal_scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
 .item_list .wideLayout .rsp_disp_xxo .horizontal_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}





/******　test横並びリストここから編集*****************/

.rsp_disp_xxo .horizontal_scroll{

  display: -ms-flexbox;
  display: flex;
  overflow-x:  scroll;
	width: 100%;
  	
}

.rsp_disp_xxo .horizontal_scroll li{
	min-width: 60px;
	/*	width: 80px;*/
	margin: 10px;


}




.item_list .wideLayout .rsp_disp_xxo .dispIconlist::-webkit-scrollbar {
  height: 15px;
}

.item_list .wideLayout .rsp_disp_xxo .dispIconlist::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}

.item_list .wideLayout .rsp_disp_xxo .dispIconlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}


.item_list .wideLayout .rsp_disp_xxo .dispIconlist{
	 overflow-x:  scroll;
	 height: auto;
}




.page_shopping .item_list .wideLayout .rsp_disp_xxo .dispIconlist li{
    box-sizing: inherit;
    padding: 0.3rem;
}




.item_list .wideLayout .rsp_disp_xxo .dispIconlist div{
	text-align: center;

    
}





.item_list .wideLayout .rsp_disp_xxo .dispIconlist li img {
  width: 60px;
   box-sizing: border-box;
   float: none;
    margin: 0;
    padding: 0;


}
.item_list .wideLayout .rsp_disp_xxo .dispIconlist li p{
	font-size: 10px;
	white-space: pre-wrap;
}








/******　ここから編集*****************/



.item_list .wideLayout .rsp_disp_xxo .data table td {
	padding:0.3rem 1rem;
}

.item_list .wideLayout .rsp_disp_xxo .data table td div{
	margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px dashed #666;
    text-align: left;
    font-size: 90%;
}

.item_list .wideLayout .rsp_disp_xxo .data table td div span{
	font-weight: bold;
}
.txt_r{
	text-align: right !important;
}

.pad_l10{
	padding-left: 10px;
}
.wideLayout .rsp_disp_xxo .data table{
	margin: 10px;
	width: 100%;
	margin: 1rem 0;
}
.wideLayout .rsp_disp_xxo .data table span{
	width: 25%;
	font-weight: bold;
	
}	
.wideLayout .rsp_disp_xxo .data table .price{
    text-align: right;
}
.wideLayout .rsp_disp_xxo .data table td.price span{
    color: #da2b28;
    font-size: 2rem;
    font-weight: bold;
}

.item_list .wideLayout .rsp_disp_xxo .data .btnWrap{
/*
	display: flex;
	-webkit-justify-content: center;
	justify-content:         center;
	margin-bottom: 1rem;
*/
}
.item_list .wideLayout .rsp_disp_xxo .data .contact{
   position: relative;
}
.item_list .wideLayout .rsp_disp_xxo .data .btnWrap .contact{
	margin: 1rem 1rem; 
}
.item_list .wideLayout .rsp_disp_xxo .data .purchase {
    position: relative;
    border-radius: 5px;
    background-color: #da2b28;
    margin-right: 5px;
    margin:0 1rem 0.5rem; 

}
.item_list .wideLayout .rsp_disp_xxo .data .purchase:before{
    content: "\f07a";
    position: absolute;
    z-index: 5;
    top: 16%;
    left: 33%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 23px;
}


.item_list .wideLayout .rsp_disp_xxo .data .contact a:before {
    content: "\f0e0";
    position: absolute;
    z-index: 5;
    top: 11px;
    left: 18%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 17px;
}

.item_list .wideLayout .rsp_disp_xxo .data .purchase input,
.item_list .wideLayout .rsp_disp_xxo .data .contact a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0.8rem 0 0.8rem 2rem;
    border: none;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #000;
    text-align: center;
}
.item_list .wideLayout .rsp_disp_xxo .data .purchase input{
	background: #ca3d33;
    padding: 0.8rem 0 0.8rem 1rem;
    
}

.wideLayout .rsp_disp_xxo  div.favo{
   	  z-index: 10;
	  position: absolute;
	  top: 5px;
	  right: 10px;
	  height: 50px;
	}  
	
 .wideLayout .rsp_disp_xxo  div.favo input {
    	display: block;
    	width: 30px;
		height: 30px;
		background: url(../shopping/images/heart_mini_off.png) 50% no-repeat;
		background-size: 100%;
		text-indent: -99999px;
		padding: 0;
		cursor: pointer;
		transition: all 0.2s ease;
	    border: none;
}
 .wideLayout .grid_price{
	 display:none;
}


@media only screen and (max-width: 767px){
	
	/*  グリッド時の配列　　*/
	.page_shopping .item_list li {
	    box-sizing: border-box;
	    float: left;
	    /*	    width: 50%;*/
	    margin: 0;
	    padding: 15px;
	}
	
	page_shopping .item_list li .pic img {
	    display: block;
	    max-width: 100%;
	    transition: all 0.2s ease;
	}
}


.rsp_disp_xxo .grid_price .title{
	border-bottom: 1px dashed #666;
    font-size: 15px;
    font-weight: bold;
}
.rsp_disp_xxo .grid_price .txt_r span{	
    color: #da2b28;
    font-size: 18px;
    font-weight: bold;
}

/* !商品レイアウト指定  PC/tab用 ******************************************************/

.wideLayout .rsp_disp_oox .pic{
	float: left;
    margin-left: 10px;
}

.rsp_disp_oox .pro_data .table_Container{
    float: left;
	width: 67%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.rsp_disp_oox .data table{
	width: 20rem;
}
.rsp_disp_oox .data table .txt_r span{
    color: #da2b28;
    font-size: 1.5rem;
    font-weight: bold;

}

.rsp_disp_oox .dispIconlist{
	margin-left:14.5rem;
	
} 
.rsp_disp_oox .dispIconlist li {
	float: left;
    margin: 0 5px 5px 0;
}
.rsp_disp_oox .dispIconlist li div{
	width: 60px;
	margin-right : 0.5rem;
	text-align: center;
	letter-spacing: -1px;
	min-height: 80px;
	font-size: 11px;
}
.rsp_disp_oox .dispIconlist li img{
	width: 60px;
	
	
	
}

.rsp_disp_oox .pro_data {
    float: left;
    width: 68%;
}

.rsp_disp_oox .dispIconlist li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: none !important; 
}

/* ! グリッドレイアウト指定  PC/tab用 ******************************************************/

.item_list .wideLayout .rsp_disp_oox div.title{
	padding: 0.5rem 10rem 0.5rem 1rem;
}


li.gridLayout{
	width: 220px;
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;

}

li.gridLayout .grid_price .title{
	padding: 10px 0 5px;
    border-bottom: 1px dashed #666;
    font-size: 15px;
    font-weight: bold;
 }



li.gridLayout .grid_price .txt_r {
    color: #da2b28;
    font-size: 18px;
    font-weight: bold;
}





.item_list .wideLayout dl.title dt{
	border: none;
	width: 520px;
	margin: 0 0 10px 5px;
    height: 50px;
}
 .item_list  .wideLayout dl.title dd{
	margin-bottom: 5px;
    padding: 0 !important;
    border-top: none;
    
    border-bottom: none;
    text-align: right;
    width: 300px !important;
    margin-left: 246px !important;
}

.item_list .wideLayout dl.title dd:nth-child(2){
    border-top:1px dashed #666;
   
}
.item_list .wideLayout dl.title dd:nth-child(3){
	border-bottom: none !important;
   
}




.item_list .wideLayout .dataWrap{
	position: absolute;
	top: 110px;
	left:240px;
}

.item_list .wideLayout .btnWrap ol li{
	float: none !important;
	width: auto;
}
.item_list .wideLayout .btnWrap ol li.favo input {
    display: block;
    width: 145px;
    height: 92px;
    background: url(../shopping/images/price_btn02.png) 50% no-repeat;
    background-size: 62px;
    text-indent: -99999px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.item_list .wideLayout .btnWrap ol li.purchase input{
    cursor: pointer;
	color: white;
}
.item_list .wideLayout .btnWrap ol li.contact,
.item_list .wideLayout .btnWrap ol li.purchase{
    position: relative;
    border-radius: 5px;
    background-color: #000;
    width: 120px;
    padding: 20px 0px 20px 45px;
 
}
.item_list .wideLayout .btnWrap ol li.contact a,
.item_list .wideLayout .btnWrap ol li.purchase a{
 	color: #fff;
    text-decoration: none;
    vertical-align: middle;
    display: block;
}

.item_list .wideLayout .btnWrap ol li.contact::before,
.item_list .wideLayout .btnWrap ol li.purchase::before {
    content: "\f0e0";
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 10px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 23px;
}
.item_list .wideLayout .btnWrap ol li.purchase{
	background-color: #da2b28;
}
.item_list .wideLayout .btnWrap ol li.purchase::before{
	 content: "\f07a";
}




/********  wideLayout section    ************/

	
.wideLayout .page_shopping .item_list li dd {
    margin-bottom: 0px;
    padding: 0;
    border-bottom: none;
    text-align: left;
}
    
    
    



.item_list_wide .data table th,
.item_list_wide .data table td{
    margin-bottom: 5px;
    padding: 5px 0;
    border-top: 1px dashed #666;
    text-align: left;
}
.item_list_wide .data table th{
	width: 70px;
}
.item_list_wide .data table td.kingaku span {
    color: #da2b28;
    font-size: 16px;
    font-weight: bold;
    
}



.midashi{
	display: inline-block;
	margin-right: 10px;
}



/****************************:                             *******************/


	






/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_shopping .item_list li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
  
    
     .wideLayout div.favo{
   	  z-index: 10;
	  position: absolute;
	  top: 0.5rem;
	  right: 1rem;
	  height: 50px;
    }  
   .wideLayout div.favo input {
    	display: block;
    	width: 150px;
		height: 75px;
		background: url(../shopping/images/heart_l_off.png) 50% no-repeat;
		background-size: 100%;
		text-indent: -99999px;
		padding: 0;
		cursor: pointer;
		transition: all 0.2s ease;
	}
   .wideLayout div.favo input.like {
		background: url(../shopping/images/heart_l_on.png) 50% no-repeat !important;
	}
	.layoutHidden .like_txt,
	.layoutHidden .like_txt_release {
	  display: none;
	  position: absolute;
	  z-index: 5;
	  top: -26px;
	  left: 89%;
	  width: 160px;
	  margin-left: -90px;
	  padding: 5px 10px;
	  background-color: #000;
	  border-radius: 5px;
	  color: #fff;
	  font-weight: bold;
	  text-align: center;
	}
	.layoutHidden .like_txt:before,
	 .page_shopping #price .btn_list li .like_txt_release:before {
	  content: "▼";
	  position: absolute;
	  bottom: -1em;
	  left: 50%;
	  margin-left: -0.5em;
	  color: #000;
	}


	
	
	
   .wideLayout div.contact,
   .wideLayout div.purchase{
	  width: 150px;
	  height: 75px;
	  z-index: 10;
	  position: absolute !important;
	  top: 6rem;
	  right: 0.5rem;
    }  
  .wideLayout div.purchase{
   	  position: absolute !important;
 	  top: 11rem;
	  right: 0.5rem;
		background: url(../shopping/images/purchase_btn_off.png) 50% no-repeat;
		background-size: 100%;
		text-indent: -99999px;
		padding: 0;
		cursor: pointer;
		transition: all 0.2s ease;
   	  
	}  
  .wideLayout div.contact:hover,
  .wideLayout div.purchase:hover{	
	  opacity: 0.6;
	}  
    
        
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  
  
  /*表示切り替え用ここから*/
 .page_shopping .item_list li.wideLayout {
    box-sizing: border-box;
    float: inherit;
    width: auto;
    height: auto;
    /*
    overflow: hidden;
    */
    padding: 5px 5px 0px 5px !important;
   }
 	
	
	
		
  .item_list .wideLayout dl.title {
	    position:inherit;
		font-size: 14px;
		width: 45vw;
	}
  .item_list .wideLayout dl.title dt {
    	border: none;
	    margin: 20px 5px 5px 5px;
	   width: 43vw;
        height: inherit;
	    
	    
	}
	.item_list .wideLayout dl.title dd {
    	width: 42vw !important;
		margin-left: 0rem !important;
	}
  
  .page_shopping .item_list li.wideLayout {
     width: 95vw;
    margin: 5px 10px;
    position: relative;
    border: 2px solid #b4a5a5;
  }
  
  
    .item_list_wide .data table th, .item_list_wide .data table td {
    	margin-bottom: 5px;
		padding: 5px 0;
		border-top: 1px dashed #666;
		text-align: left;
	}
	.item_list_wide .data table {
    	width: 42vw;
        margin-bottom: 10px;
        
    
	}
	.page_shopping .item_list li.wideLayout {
	    position: relative;
    
    }
  
  .item_list .wideLayout .btnWrap {
   	 z-index: 1;
	}
     .wideLayout div.contact,
  .wideLayout div.purchase{
	  /*
      position: absolute;
	  height: 2rem;
	  right: 4.5rem;
      bottom: 2rem;
         width: 100px;
        height: 60px;  
        */
	
	}  
	.fl{
		float: left;
	}
	.fr{
		float: right;
	}
	.sp_btn{
		display: flex;
	}
	.sp_btn div{
		width: 50%;
	}
	
	/*
    .wideLayout div.contact img{
         width: 5rem;
         margin-right: 3px;
        
    }
    .wideLayout div.purchase{
        right: -1rem;
	}  
    
    .wideLayout div.purchase input {
	   width: 5rem;
	   height: 3rem;

        background: url(../shopping/images/purchase_btn_off.png) no-repeat;
		background-size: 100%;
        text-indent: -99999px;
		padding: 0;
		cursor: pointer;
		transition: all 0.2s ease;
		margin-left: 2%;
    }
    */
    
    
  .wideLayout div.contact:hover,
  .wideLayout div.purchase:hover{	
	  opacity: 0.6;
	}  
    
	.pro_data{
		float: right;
	}
	
	
	.wideLayout div.favo input.like {
	    background: url(../shopping/images/heart_mini_on2.png) 50% no-repeat;
	}


	.layoutHidden .like_txt,
	.layoutHidden .like_txt_release {
	  display: none;
	  position: absolute;
	  z-index: 5;
	  top: 5px;
	  left: -188%;
	  width: 160px;
	  margin-left: -90px;
	  padding: 5px 10px;
	  background-color: #000;
	  border-radius: 5px;
	  color: #fff;
	  font-weight: bold;
	  text-align: center;
	  font-size: 12px;
	}
	.layoutHidden .like_txt:before,
	 .page_shopping #price .btn_list li .like_txt_release:before {
	  content: "▼";
	  position: absolute;
	  bottom: -1em;
	  left: 50%;
	  margin-left: -0.5em;
	  color: #000;
	}

  
  
}

li.gridLayout .grid_price .title{
 	height: 8rem;
    overflow: hidden;

}

/******** レイアウト横・縦幅 *****/
/******* //!--     ipad 以上   *******/
@media only screen and (max-width: 1920px) {
	
	li.gridLayout:nth-child(3n){
		margin-right: 0px;

	}

}
@media only screen and (max-width: 1530px) {
	 .item_list .gridLayout .rsp_disp_oox .pic {
		height: 212px !important;
	}
	
	li.gridLayout:nth-child(3n){
		margin-right: 0px;

	}

}

/******* //!--     iphone plus   *******/
@media only screen and (max-width: 414px) {
	.item_list li.gridLayout{
		width: 12.8rem !important;
	}
	li.gridLayout .grid_price .title {
   		 height: 10rem;
	}

}
/******* //!--     iphone X   *******/
@media only screen and (max-width: 375px) {
	.item_list li.gridLayout{
		width: 11.7rem !important;
		min-height: 21rem;
	}


}
/******* //!--     Glaxy S5  *******/
@media only screen and (max-width: 360px) {
	.item_list li.gridLayout{
		width: 11rem !important;
		min-height: 21rem;
	}


}

/******* //!--     iphone 5/SE   *******/
@media only screen and (max-width: 320px) {
	
	.item_list li.gridLayout {
    	width: 10rem !important;
		min-height: 22rem;
	}
	li.gridLayout .grid_price .title {
   		 height: 11rem;
	}


	.item_list .wideLayout .pic {
	    position: inherit;
	    /*
		float: left;
		width: 40vw;
		*/
	}
    .pro_data{
		float:left;
        margin-left: 5px;
	}
	
	.flr{
		width: 49vw;
		border: 1px solid fuchsia;
	}
    
    .item_list_wide .data table {
        top:14.5rem;
        width: 49vw;
    }
	
    .item_list .wideLayout dl.title dd {
        width: 49vw !important;
    }
    .wideLayout div.contact img{
         width: 4.7rem;
         height: 2.5rem;
         margin-right: 1%;
        
    }
	.wideLayout div.purchase input {
	    height: 3rem;
    }
    .item_list .wideLayout .rsp_disp_xxo .data .purchase {
	     margin: 1rem 1rem;
	}
    .item_list .wideLayout .rsp_disp_xxo .data .purchase input {

    }
    .item_list .wideLayout .rsp_disp_xxo .data .purchase input, .item_list .wideLayout .rsp_disp_xxo .data .contact a {
   		padding: 1rem 0 1rem 2rem;
   }
	
	.item_list .wideLayout .rsp_disp_xxo .data .contact a:before {
	    top: 15px;
	    left: 9%;
	}
	

}






/* ========== end △ */
.page_shopping .item_list li a {
  text-decoration: none;
}
.page_shopping .item_list li .pic {
  overflow: hidden;
}
.page_shopping .item_list li .pic img {
  display: block;
  max-width: 100%;
  transition: all 0.2s ease;
}
.page_shopping .item_list li a:hover .pic img {
  opacity: 0.6;
}
/*.page_shopping .item_list li dl {
	width:230px;
	background-color:#EAEAEA;
}
.page_shopping .item_list li dl iframe {
	width:230px !important;
	height:130px !important;
}*/

.page_shopping .item_list li dt {
  padding: 10px 0 5px;
  border-bottom: 1px dashed #666;
  font-size: 15px;
  font-weight: bold;
}
.page_shopping .item_list li dd {
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px dashed #666;
  text-align: right;
}

.page_shopping .item_list li dd:nth-child(2){
	border-bottom: none !important;
	padding: 5px;
}


.page_shopping .item_list li dd span {
  color: #da2b28;
  font-size: 18px;
  font-weight: bold;
}

/* detail
-------------------------------------------------- */
.page_shopping .piano_ttl {
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 26px;
}
.page_ttl {
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}
.page_shopping .piano_ttl span {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  font-weight: normal!important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping .piano_ttl {
    padding: 5 10px;
    font-size: 20px;
  }
  .page_ttl {
    padding: 5 10px;
    font-size: 15px;
  }	
}
/* ========== end △ */
.page_shopping .shop_ttl {
  margin-bottom: 20px;
  padding: 5px;
  /* border-radius: 5px; */
  /* background-color: #b69107; */
  font-size: 24px;
  font-weight: bold;
  /*border-bottom: 1px solid #000;*/
}

.page_shopping #switch_img_target {
  margin-bottom: 20px;
  text-align: center;
}
.page_shopping #switch_img_target img {
  margin: 0 auto;
  max-width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #switch_img_target {
    width: 100%;
  }
  .page_shopping #switch_img_target img {
    width: 100%;
    height: auto;
  }
    

}
/* ========== end △ */
.page_shopping #switch_img_thumbnail li {
  padding: 5px;
  height: 100%;
  overflow: hidden;
}
.page_shopping #switch_img_thumbnail li img {
  max-width: 100%;
}

.page_shopping .video iframe {
  width: 100%;
  height: 230px;
}

.page_shopping #feature li {
  float: left;
  width: 65.5px;
  margin: 0 0 10px 9px;
  font-size: 10px;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
}
.page_shopping #feature li:nth-of-type(10n+1) {
  margin-left: 0;
  clear: both;
}
.page_shopping #feature img {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.page_shopping #feature .txt {
  /*padding-right: 15px;
  background: url(../common_img/ico_arrow_bk.png) 100% 50% no-repeat;
  background-size: 10px;*/
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color:#0070c9;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #feature li span {
    display: block;
    width: 65.5px;
    padding: 0 5px;
  }
    
  .page_shopping #feature .txt {
    right:20px;
}
}
/* ========== end △ */
.page_shopping #spec .dl_table_style {
  table-layout: fixed;
}
.page_shopping #spec .dl_table_style dt {
  width: 140px;
}
.page_shopping #spec .dl_table_style:nth-of-type(2) {
  position: relative;
  top: -1px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #spec .dl_table_style dt {
    width: 100%;
  }
}
/* ========== end △ */
.page_shopping #price {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  /*border-top: 1px solid #faebb3;
  border-bottom: 1px solid #faebb3;
  border-right: 1px solid #c6b05f;
  border-left: 1px solid #c6b05f;*/
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price {
    margin-bottom: 10px;
    border-right: none;
    border-left: none;
  }
}
/* ========== end △ */
.page_shopping #price:before, .page_shopping #price:after, .page_shopping #price .inner:before, .page_shopping #price .inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  /*background: url(../shopping/images/price_parts.png) no-repeat;*/ 
  background-size: contain;
}
.page_shopping #price:before {
  top: -10px;
  left: -10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price:before {
    top: 0;
    left: 0;
  }
}
/* ========== end △ */
.page_shopping #price:after {
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price:after {
    top: 0;
    right: 0;
  }
}
/* ========== end △ */
.page_shopping #price .inner {
  position: relative;
  /*padding: 20px 5px 5px;*/
    /*top:-20px;*/
}
.page_shopping #price .inner:before {
  z-index: 2;
  bottom: -10px;
  left: -10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .inner:before {
    bottom: 0;
    left: 0;
  }
}
/* ========== end △ */
.page_shopping #price .inner:after {
  z-index: 2;
  bottom: -10px;
  right: -10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .inner:after {
    bottom: 0;
    right: 0;
  }
}
/* ========== end △ */
.page_shopping #price .inner * {
  position: relative;
  z-index: 1;
}
.page_shopping #price .price_txt_wrap {
  float: left;
  padding-left: 115px;
  text-align: right;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .price_txt_wrap {
    float: none;
    width: 290px;
    margin: 0 auto;
    padding-left: 0;
    display:inline;
  }
}
/* ========== end △ */
.page_shopping #price .price_txt_wrap .price_txt {
  padding-top: 5px;
  font-size: 36px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .price_txt_wrap .price_txt {
    /*padding-top: 0;
    padding-right: 70px;*/
      text-align: center;
  }
}
/* ========== end △ */
.page_shopping #price .price_txt_wrap .price_txt .ttl {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 5px;
  background-color: black;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.0;
}
.page_shopping #price .price_txt_wrap .price_txt .yen {
  font-size: 20px;
}
.page_shopping #price .price_txt_wrap .tax_txt {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .price_txt_wrap .tax_txt {
    margin-bottom: 10px;
    /*padding-right: 125px;*/
      text-align: center;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list {
  float: right;
  /*padding-right: 50px;*/
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list {
    float: none;
    padding-right: 0;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list li {
  position: relative;
  float: left;
  margin-left: 10px;
  border: 1px solid #D3D3D3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list li {
    float: none;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
  }
  .page_shopping #price .btn_list li .like_txt, .page_shopping #price .btn_list li .like_txt_release {
    font-size: 13px;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list li a {
  display: block;
  width: 145px;
  height: 92px;
  transition: all 0.2s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list li a {
    width: 130px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_shopping #price .btn_list li a:hover {
    /*background-color: #d8c88d;*/
      border: 2px solid #0070c9;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list li a img {
  display: inline-block;
  height: 62px;
  padding-top: 15px;
}
.page_shopping #price .btn_list li input {
  display: block;
  width: 145px;
  height: 92px;
  background: url(../shopping/images/price_btn02.png) 50% no-repeat;
  background-size: 62px;
  text-indent: -99999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list li input {
    width: 130px;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list li input:hover {
  /*background-color: #d8c88d;*/
    border: 2px solid #0070c9;
}
.page_shopping #price .btn_list li input.like {
  background-color: #ffd6ee;
}
.page_shopping #price .btn_list li .like_txt, .page_shopping #price .btn_list li .like_txt_release {
  display: none;
  position: absolute;
  z-index: 5;
  top: -60px;
  left: 50%;
  width: 160px;
  margin-left: -90px;
  padding: 5px 10px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.page_shopping #price .btn_list li .like_txt:before, .page_shopping #price .btn_list li .like_txt_release:before {
  content: "▼";
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -0.5em;
  color: #000;
}
.page_shopping #price .btn_list02 {
  padding: 10px 40px;
  /*background-color: #f5f0df;*/
  text-align: center;
  top:-10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list02 {
    padding: 15px 0;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list02 li {
  display: inline-block;
  margin: 0 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list02 li {
    margin: 0 0 10px;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list02 li.purchase input, .page_shopping #price .btn_list02 li.contact a, li.repurchase a {
  box-sizing: border-box;
  display: inline-block;
  width: 300px;
  padding: 13px 0 13px 30px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.page_shopping #price .btn_list02 li.purchase {
  position: relative;
  border-radius: 5px;
  background-color: #da2b28;
}
.page_shopping #price .btn_list02 li.purchase:hover {
  background-color: #c6a115;
}
.page_shopping #price .btn_list02 li.purchase:before {
  content: "\f07a";
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 70px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 23px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping #price .btn_list02 li.purchase:before {
    left: 75px;
  }
}
/* ========== end △ */
.page_shopping #price .btn_list02 li.purchase input {
  background: none;
}
.page_shopping #price .btn_list02 li.contact {
  position: relative;
}
.page_shopping #price .btn_list02 li.contact a {
  border-radius: 5px;
  background-color: #000;
}
.page_shopping #price .btn_list02 li.contact a:hover {
  background-color: #c6a115;
}
.page_shopping #price .btn_list02 li.contact a:before {
  content: "\f0e0";
  position: absolute;
  z-index: 5;
  top: 12px;
  left: 30px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 17px;
}
/*2021/10/19 再入荷ボタン*/
.page_shopping #price .btn_list02 li.repurchase {
  position: relative;
}

.page_shopping #price .btn_list02 li.repurchase a {
  border-radius: 5px;
  background-color: #ea002c;
}
.page_shopping #price .btn_list02 li.repurchase a:hover {
  background-color: #c6a115;
}
.page_shopping #price .btn_list02 li.repurchase a:before {
  content: "\f0e0";
  position: absolute;
  z-index: 5;
  top: 12px;
  left: 30px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 17px;
}



/* kiyaku
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_shopping.kiyaku .table_style table {
    width: 200%;
  }
}
/* ========== end △ */
.page_shopping.kiyaku .table_style table th {
  /* width: 80px; */
  width: 40%; 
}
.page_shopping.kiyaku .table_style table td {
  min-width: 70px;
}
.page_shopping.kiyaku .table_style table td:last-of-type {
  text-align: right;
}

/* ==================================================

favorite

================================================== */
.page_favorite .item_list li {
  padding: 20px;
  zoom: 1;
}
.page_favorite .item_list li:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}
.page_favorite .item_list li:nth-of-type(2n) {
  background-color: #f6f6f6;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_favorite .item_list li {
    padding: 15px;
  }
}
/* ========== end △ */
.page_favorite .item_list .pic {
  float: left;
  width: 250px;
  border: 1px solid #d8d4cb;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_favorite .item_list .pic {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.page_favorite .item_list .dl_table_style {
  float: right;
  width: 430px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_favorite .item_list .dl_table_style {
    float: none;
    width: 100%;
  }
}
/* ========== end △ */
.page_favorite .item_list .dl_table_style dt,
.page_favorite .item_list .dl_table_style dd {
  padding: 10px;
}
.page_favorite .item_list .dl_table_style dt {
  width: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_favorite .item_list .dl_table_style dt {
    width: 100%;
  }
}
/* ========== end △ */
/* ==================================================

regist

================================================== */
.page_regist .cart_pagenav {
  margin-bottom: 30px;
}
.page_regist .cart_pagenav li {
  position: relative;
  float: left;
  width: 153px;
  margin-left: 40px;
  padding: 5px 0;
  border: 1px solid #000;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_regist .cart_pagenav li {
    float: none;
    width: 100%;
    margin-left: 0;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_regist .cart_pagenav li:first-of-type {
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_regist .cart_pagenav li:first-of-type {
    border-top: 1px solid #000;
  }
}
/* ========== end △ */
.page_regist .cart_pagenav li.current {
  background-color: #000;
  color: #fff;
}
.page_regist .cart_pagenav li:after {
  content: "\f138";
  position: absolute;
  top: 5px;
  right: -28px;
  font-family: FontAwesome;
  color: #000;
}
.page_regist .cart_pagenav li:last-of-type:after {
  content: "";
}

.regist_ttl {
  margin-bottom: 5px;
  font-size: 18px;
}
.regist_ttl .fa {
  margin-right: 8px;
  font-size: 20px;
}

#cart_content .cart_content_table {
  margin-bottom: 10px;
}
#cart_content .cart_content_table table {
  width: 100%;
  border-collapse: collapse;
}
#cart_content .cart_content_table table th,
#cart_content .cart_content_table table td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}
#cart_content .cart_content_table table th {
  font-weight: bold;
}
#cart_content .cart_content_table thead th {
  background-color: #f5f0df;
}
#cart_content .cart_content_table tfoot th,
#cart_content .cart_content_table tfoot td {
  background-color: #f4f4f4;
}

#muryou {
  color: #da2b28;
  font-weight: bold;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #muryou {
    float: right;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .price-info {
    float: left;
  }
}
/* ========== end △ */
.cart_btn_list li {
  float: left;
  width: 230px;
  margin-left: 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cart_btn_list li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* ========== end △ */
.cart_btn_list li:first-of-type {
  margin-left: 0;
}
.cart_btn_list li:first-of-type a {
  padding-top: 15px;
  padding-bottom: 14px;
}
.cart_btn_list li.first a {
  background-color: #5c5c5c;
}
.cart_btn_list li a {
  display: block;
  padding: 5px 20px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 3px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .cart_btn_list li a:hover {
    background-color: #af8e0c;
  }
}
/* ========== end △ */
.cart_btn_list li a span {
  display: block;
  font-size: 13px;
}

#cart-pw {
  padding: 30px 30px 15px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cart-pw {
    margin-bottom: 30px;
    padding: 15px;
  }
}
/* ========== end △ */
#cart-pw legend {
  margin-bottom: 10px;
  font-size: 15px;
}
#cart-pw #pw-input {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#cart-pw #pw-input fieldset {
  display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #cart-pw #pw-input {
    display: table;
    width: 100%;
    border-collapse: collapse;
    word-wrap: break-word;
    word-break: break-all;
  }
  #cart-pw #pw-input input {
    width: 70%;
  }
  #cart-pw #pw-input > dl {
    display: table-row;
  }
  #cart-pw #pw-input > dl > dt,
  #cart-pw #pw-input > dl > dd {
    display: table-cell;
    vertical-align: middle;
  }
  #cart-pw #pw-input > dl > dt,
  #cart-pw #pw-input > dl > dd {
    padding: 10px;
  }
  #cart-pw #pw-input > dl > dt {
    width: 50%;
    text-align: right;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cart-pw #pw-input {
    padding: 10px 10px 0;
  }
  #cart-pw #pw-input input {
    width: 100%;
  }
  #cart-pw #pw-input dl {
    margin-bottom: 10px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_regist .dl_table_style dt {
    width: 220px;
  }
}
/* ========== end △ */
/* ==================================================

sell / contact

================================================== */
.page_contact .contact_lead_style {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 198px;
  padding: 20px 30px;
  border: 1px solid #efe8db;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .contact_lead_style {
    display: block;
    height: auto;
    padding: 20px 15px;
  }
}
/* ========== end △ */
.page_contact .contact_lead_style .inner {
  display: table-cell;
  vertical-align: middle;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .contact_lead_style .inner {
    display: block;
  }
}
/* ========== end △ */
.page_contact .contact_lead_style .catch {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .contact_lead_style .catch {
    font-size: 22px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .contact_lead_style .tel {
    text-align: center;
  }
}
/* ========== end △ */
.page_contact .contact_lead_style .tel img {
  height: 32px;
}
.page_contact .contact_lead_style#sell_lead {
  background: #faf7f2 url(https://grandg88.itembox.design/item/lead_img.jpg) 100% 0 no-repeat;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .contact_lead_style#sell_lead {
    background: #faf7f2;
  }
}
/* ========== end △ */
.page_contact .contact_lead_style#contact_lead {
  background: #faf7f2 url(https://grandg88.itembox.design/item/lead_img.jpg) 100% 0 no-repeat;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .contact_lead_style#contact_lead {
    background: #faf7f2;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_contact #contact_form .dl_table_style > dl > dt {
    width: 260px;
  }
}
/* ========== end △ */
/* ==================================================

company / pp

================================================== */
.page_company.pp .pp_catch {
  margin-bottom: 30px;
  font-size: 15px;
  text-align: center;
}
.page_company.pp .pp_body {
  padding: 25px 25px 5px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company.pp .pp_body {
    padding: 15px 15px 5px;
  }
}
/* ========== end △ */
.page_company.pp .pp_body dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.page_company.pp .pp_body dd {
  margin-bottom: 15px;
}

/* ==================================================

company / message

================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company.message #main_content {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
.page_company.message .message_list li {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.8;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company.message .message_list li {
    margin-bottom: 5px;
  }
}
/* ========== end △ */
.page_company.message .name_img {
  text-align: right;
}
.page_company.message .name_img img {
  width: 300px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company.message .name_img img {
    width: 240px;
  }
}
/* ========== end △ */
/* ==================================================

news

================================================== */
.page_news .news_box {
  margin-bottom: 30px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_news .news_box {
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
  }
}
/* ========== end △ */
.page_news .news_box .news_box_ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news .news_box .news_box_ttl {
    margin-bottom: 15px;
    padding: 15px 10px;
  }
}
/* ========== end △ */
.page_news .news_box .news_box_ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #eacb57;
  background: -moz-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: -webkit-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: linear-gradient(to right, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb57', endColorstr='#eacb57',GradientType=1 );
}
.page_news .news_box .news_box_ttl .news_date {
  display: block;
  margin-bottom: 5px;
  color: #c5a015;
  font-size: 12px;
}
.page_news .news_box .news_box_body {
  padding: 0 10px;
}
.page_news .news_box .news_box_body .pic {
  width: 100%;
  margin-bottom: 20px;
}
.page_news .news_box .news_box_body .pic.fll {
  width: 280px;
  margin-right: 30px;
}
.page_news .news_box .news_box_body .pic.flr {
  width: 280px;
  margin-left: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news .news_box .news_box_body .pic {
    float: none;
    width: 100% !important;
    margin: 0 auto 15px !important;
  }
}
/* ========== end △ */
.page_news .news_box .news_box_body .pic a {
  display: block;
}
.page_news .news_box .news_box_body .pic img {
  width: 100%;
}

/* ==================================================

faq

================================================== */
.page_faq .pagenav {
  margin-bottom: 30px;
}
.page_faq .pagenav li {
  float: left;
  width: 48%;
}
.page_faq .pagenav li:last-of-type {
  float: right;
}
.page_faq .pagenav li a {
  display: block;
  padding: 5px 20px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_faq .pagenav li a:hover {
    background-color: #af8e0c;
  }
}
/* ========== end △ */
.page_faq .faq_list {
  margin-bottom: 30px;
}
.page_faq .faq_list > dt {
  position: relative;
  padding: 0 10px 5px 40px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_faq .faq_list > dt {
    padding-top: 20px;
  }
}
/* ========== end △ */
.page_faq .faq_list > dt:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_faq .faq_list > dt:before {
    top: 18px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_faq .faq_list > dt:first-of-type {
    padding-top: 0;
  }
  .page_faq .faq_list > dt:first-of-type:before {
    top: -2px;
  }
}
/* ========== end △ */
.page_faq .faq_list > dd {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f6f6f6;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_faq .faq_list > dd {
    margin-bottom: 0;
  }
}
/* ========== end △ */
.page_faq .faq_list > dd > * {
  margin-bottom: 15px;
}
.page_faq .faq_list > dd > *:last-child {
  margin-bottom: 0;
}
.page_faq .faq_list .inner_dl .mb {
  margin-bottom: 10px;
}
.page_faq .faq_list .icon_list {
  padding: 15px;
  background-color: #fff;
}
.page_faq .faq_list .icon_list li {
  zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.page_faq .faq_list .icon_list li:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}
.page_faq .faq_list .icon_list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page_faq .faq_list .icon_list li .ico {
  float: left;
  margin-right: 15px;
}
.page_faq .faq_list .icon_list li .ico img {
  height: 60px;
}
.page_faq .faq_list .icon_list li dl {
  padding-top: 5px;
  overflow: hidden;
}
.page_faq .faq_list .icon_list li dl dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

/* ==================================================

showroom / list

================================================== */
.page_showroom .showroom_list > section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #000;
}
.page_showroom .showroom_list > section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_showroom .showroom_list > section {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* ========== end △ */
.page_showroom .showroom_list > section .pic {
  float: left;
  width: 200px;
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_showroom .showroom_list > section .pic {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.page_showroom .showroom_list > section .txt_area {
  overflow: hidden;
}
.page_showroom .showroom_list > section h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.page_showroom .showroom_list > section .btn_style02 {
  width: 250px;
  margin: 15px auto 0;
}

/* ==================================================

showroom / detail

================================================== */
.page_showroom .concept_box h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.page_showroom .concept_box dt {
  margin-bottom: 5px;
}
.page_showroom .concept_box dd {
  margin-bottom: 10px;
}

.page_showroom .gmap {
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_showroom .gmap {
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.page_showroom #indoor iframe {
  height: 500px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_showroom #indoor iframe {
    height: 250px;
  }
}
/* ========== end △ */
.page_showroom #video iframe {
  height: 420px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_showroom #video iframe {
    height: 160px;
  }
}
/* ========== end △ */
.page_showroom iframe {
  height: 350px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_showroom iframe {
    height: 250px;
  }
}
/* ========== end △ */
.page_showroom #access .add_txt {
  margin-bottom: 20px;
}
.page_showroom #access .transportation {
  margin-bottom: 20px;
  padding: 15px 10px;
  background-color: #f4f4f4;
}
.page_showroom #access .transportation .qr {
  float: right;
  margin: 15px 15px 0 15px;
  text-align: center;
  font-size: 11px;
}
.page_showroom #access .transportation .qr img {
  margin-bottom: 5px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_showroom #access .transportation dl {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
  }
}
/* ========== end △ */
.page_showroom #access .transportation dl dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.page_showroom #access .transportation dl li {
  padding-left: 1em;
  text-indent: -1em;
}
.page_showroom #access .transportation dl li:before {
  content: "・";
}

/* ==================================================

maintenance / policy

================================================== */
.page_maintenance.policy .policy_box {
  position: relative;
  margin-bottom: 80px;
  padding: 50px 30px;
  border: 3px solid #ffe586;
}
.page_maintenance.policy .policy_box:before, .page_maintenance.policy .policy_box:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 426px;
  height: 77px;
  margin-left: -213px;
  background: url(../maintenance/policy/images/policy_parts.png) 0 0 no-repeat;
  background-size: contain;
}
.page_maintenance.policy .policy_box:before {
  top: -50px;
}
.page_maintenance.policy .policy_box:after {
  bottom: -50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page_maintenance.policy .policy_box .ttl {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
.page_maintenance.policy .policy_box .inner_box {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
.page_maintenance.policy .policy_box .inner_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc095;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #ccc095 50%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #ccc095 50%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #ccc095 50%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
}
.page_maintenance.policy .policy_box .inner_box:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.page_maintenance.policy .policy_box .inner_box:first-of-type:before {
  display: none;
}
.page_maintenance.policy .policy_box .inner_box h4 {
  margin-bottom: 20px;
  font-family: Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_maintenance.policy .policy_box {
    margin-bottom: 50px;
    padding: 20px 15px;
  }
  .page_maintenance.policy .policy_box:before, .page_maintenance.policy .policy_box:after {
    width: 250px;
    height: 46px;
    margin-left: -125px;
  }
  .page_maintenance.policy .policy_box:before {
    top: -30px;
  }
  .page_maintenance.policy .policy_box:after {
    bottom: -30px;
  }
  .page_maintenance.policy .policy_box .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page_maintenance.policy .policy_box .inner_box {
    margin-top: 15px;
    padding-top: 15px;
  }
  .page_maintenance.policy .policy_box .inner_box h4 {
    margin-bottom: 10px;
  }
  .page_maintenance.policy .policy_box .inner_box br {
    display: none;
  }
}
/* ========== end △ */
/* ==================================================

gallery

================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_gallery #side_menu {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_gallery .aside_concierge {
    margin: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_gallery article {
    margin: 0 10px;
  }
}
/* ========== end △ */
.page_gallery .gallery_ttl {
  margin-bottom: 20px;
  font-size: 20px;
}
.page_gallery .gallery_list li {
  position: relative;
  z-index: 0;
  float: left;
  width: 230px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.page_gallery .gallery_list li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.page_gallery .gallery_list li a {
  display: block;
  text-decoration: none;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .page_gallery .gallery_list li a {
    transition: all 0.3s ease;
  }
  .page_gallery .gallery_list li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.page_gallery .gallery_list li img {
  width: 100%;
}
.page_gallery .gallery_list li iframe {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_gallery .gallery_list li {
    width: 100%;
    margin-left: 0;
  }
  .page_gallery .gallery_list li iframe {
    min-height: 200px;
  }
}
/* ========== end △ */
.page_gallery .gallery_list .ttl {
  padding: 5px;
  font-size: 12px;
}

/* ==================================================

sell

================================================== */
/* clearfix */
.page_sell .point_box > section {
  zoom: 1;
}
.page_sell .point_box > section:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}

.page_sell .point_box > section {
  margin-bottom: 30px;
  padding: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section {
    margin-bottom: 0;
    padding: 15px 10px;
  }
}
/* ========== end △ */
.page_sell .point_box > section .pic {
  float: right;
  width: 300px;
  margin-left: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section .pic {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* ========== end △ */
.page_sell .point_box > section h4 {
  margin-bottom: 12px;
  font-size: 18px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section h4 {
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
}
/* ========== end △ */
.page_sell .point_box > section h4 img {
  margin-right: 8px;
  height: 37px;
  vertical-align: middle;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section h4 img {
    height: 20px;
  }
}
/* ========== end △ */
.page_sell .point_box > section .txt_area {
  padding-top: 10px;
  overflow: hidden;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section .txt_area {
    padding-top: 0;
  }
}
/* ========== end △ */
.page_sell .point_box > section .txt_area .txt {
  margin-left: 45px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section .txt_area .txt {
    margin-left: 0;
  }
  .page_sell .point_box > section .txt_area .txt br {
    display: none;
  }
}
/* ========== end △ */
.page_sell .point_box > section:nth-of-type(2n) {
  background-color: #f6f6f6;
}
.page_sell .point_box > section:nth-of-type(2n) .pic {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .point_box > section:nth-of-type(2n) .pic {
    float: none;
    margin-right: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .btn_list {
    margin: 0 10px;
  }
}
/* ========== end △ */
.page_sell .btn_list li {
  float: right;
  width: 360px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .btn_list li {
    float: none;
    width: 100%;
  }
}
/* ========== end △ */
.page_sell .btn_list li a {
  display: block;
  padding: 10px 0;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .btn_list li a {
    padding: 12px 0;
    font-size: 14px;
  }
}
/* ========== end △ */
.page_sell .btn_list li a span {
  padding: 0 20px;
  background: url(../common_img/ico_arrow_wh.png) 100% 50% no-repeat;
  background-size: 9px;
}
.page_sell .btn_list li:first-of-type {
  float: left;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .btn_list li:first-of-type {
    float: none;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
.page_sell .btn_list li:first-of-type a {
  background-color: #da2b28;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_sell .flow_list {
    position: relative;
    margin-left: 25px;
    padding-left: 29px;
    border-left: 5px solid #000;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .flow_list {
    margin: 0 10px;
  }
}
/* ========== end △ */
.page_sell .flow_list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 23px;
  height: 17px;
  background: #fff url(../sell/images/arrow_down.png) no-repeat;
  background-size: contain;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .flow_list:before {
    display: none;
  }
}
/* ========== end △ */
.page_sell .flow_list li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 20px 20px 80px;
  border: 3px solid #000;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .flow_list li {
    padding: 10px;
  }
}
/* ========== end △ */
.page_sell .flow_list li:last-of-type {
  margin-bottom: 0;
}
.page_sell .flow_list li .step_ico {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 54px;
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .flow_list li .step_ico {
    position: static;
    float: left;
    height: 40px;
    margin-right: 10px;
  }
}
/* ========== end △ */
.page_sell .flow_list li dl {
  padding-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .flow_list li dl {
    padding-top: 0;
  }
}
/* ========== end △ */
.page_sell .flow_list li dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sell .flow_list li dl dt {
    zoom: 1;
    margin-bottom: 10px;
  }
  .page_sell .flow_list li dl dt:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
    overflow: hidden;
  }
}
/* ========== end △ */
.page_sell .flow_list li dl dt span {
  margin: 0 3px;
  padding: 1px 3px 0;
  background-color: #f6da72;
}
.page_sell .flow_list .flow01_pic {
  text-align: center;
}
.page_sell .flow_list .flow01_pic img {
  margin: 0 10px;
  vertical-align: baseline;
}

/* ==================================================

staff

================================================== */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_staff .lead_ttl_style .name {
    margin-left: 1em;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_staff .lead_ttl_style .name {
    display: block;
    margin-left: 0;
  }
}
/* ========== end △ */
.page_staff .side_staff_nav li {
  margin-bottom: 10px;
}
.page_staff .side_staff_nav li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #5c5c5c;
  border-collapse: collapse;
  padding: 1px;
  text-decoration: none;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .page_staff .side_staff_nav li a:hover {
    transition: all 0.3s ease;
  }
  .page_staff .side_staff_nav li a:hover:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.page_staff .side_staff_nav li .pic,
.page_staff .side_staff_nav li dl {
  display: table-cell;
  vertical-align: middle;
}
.page_staff .side_staff_nav li .pic {
  width: 78px;
  height: 66px;
  overflow: hidden;
}
.page_staff .side_staff_nav li .pic img {
  width: auto;
  max-width: none !important;
  max-height: 100%;
}
.page_staff .side_staff_nav li dl {
  padding-left: 15px;
  font-weight: bold;
}
.page_staff .side_staff_nav li dl dt {
  margin-bottom: 10px;
  color: #0070c9;
  font-size: 11px;
  line-height: 1.0;
}
.page_staff .side_staff_nav li dl dd {
  font-size: 17px;
  line-height: 1.0;
}

.page_staff .aside_concierge {
  margin-bottom: 0;
}

.page_staff #target_img img {
  width: 100%;
}
.page_staff #thumbnail li {
  float: left;
  width: 176px;
  margin-top: 10px;
  margin-left: 12px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  .page_staff #thumbnail li {
    transition: all 0.3s ease;
  }
  .page_staff #thumbnail li:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.page_staff #thumbnail li:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}
.page_staff #thumbnail li img {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_staff #thumbnail li {
    padding-left: 10px;
  }
  .page_staff #thumbnail li:first-of-type {
    padding-left: 0;
  }
  .page_staff #thumbnail li img {
    width: 116.6px;
    height: 70px;
  }
}
/* ========== end △ */
.page_staff .dl_table_style dt {
  width: 130px;
  min-width: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_staff .dl_table_style dt {
    width: auto;
  }
}
/* ========== end △ */
.page_staff #staff_career dt,
.page_staff #staff_career dd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page_staff #staff_career dt {
  position: relative;
  padding-right: 59px;
  border-right: 1px solid #e2dfd5;
  font-size: 15px;
}
.page_staff #staff_career dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-radius: 8px;
  background-color: #a7891a;
}
.page_staff #staff_career dd {
  padding-left: 60px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_staff #staff_career dt,
  .page_staff #staff_career dd {
    padding: 5px 10px;
  }
  .page_staff #staff_career dt {
    border-right: none;
    border-bottom: 1px solid #e2dfd5;
  }
  .page_staff #staff_career dt:before {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    width: 35%;
    height: 1px;
    border-radius: 0;
    margin-top: 0;
  }
}
/* ========== end △ */
/* ==================================================

bestpiano

================================================== */
.page_bestpiano .dl_style dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_bestpiano .dl_style dt {
    margin-bottom: 5px;
  }
}
/* ========== end △ */
.page_bestpiano .dl_style dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #b69107;
}
.page_bestpiano .dl_style dd {
  margin-bottom: 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_bestpiano .dl_style dd {
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.page_bestpiano .dl_style dd:last-of-type {
  margin-bottom: 0;
}

.page_bestpiano .example_list {
  margin: 0 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_bestpiano .example_list {
    margin: 0;
  }
}
/* ========== end △ */
.page_bestpiano .example_list ul {
  float: left;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_bestpiano .example_list ul {
    float: none;
  }
}
/* ========== end △ */
.page_bestpiano .example_list li {
  width: 220px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 11px;
  list-style: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_bestpiano .example_list li {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
  .page_bestpiano .example_list li:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ========== end △ */
.page_bestpiano .example_list li .pic {
  text-align: center;
}
.page_bestpiano .example_list li img {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
}
.page_bestpiano .example_list .clearfix > li {
  float: left;
}
.page_bestpiano .example_list .clearfix > li:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

/* ==================================================

campaign

================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #page_ttl.page_campaign01 {
    padding: 15px 20px 10px;
  }
}
/* ========== end △ */
.page_campaign01 #thanks #lead {
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #thanks #lead {
    margin-bottom: 20px;
    background-color: #222220;
    border: 1px solid #000;
  }
}
/* ========== end △ */
.page_campaign01 #thanks #lead .inner {
  min-height: 580px;
  background: url(../campaign/images/08/lead_bg_bd.png) no-repeat;
  background-position: 0 30px;
  background-size: contain;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #thanks #lead .inner {
    min-height: 0;
    background-position: 0 0;
    padding: 10px 0;
    border: 1px solid #919190;
  }
}
/* ========== end △ */
.page_campaign01 #thanks #lead .ttl {
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #thanks #lead .ttl img {
    width: 100%;
  }
}
/* ========== end △ */
.page_campaign01 #thanks #lead .txt {
  padding-right: 70px;
  padding-left: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #thanks #lead .txt {
    padding: 0 15px;
    text-shadow: 0 1px 0 #000;
  }
}
/* ========== end △ */
.page_campaign01 #thanks #lead .txt p {
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #thanks #lead .txt p {
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.page_campaign01 .thanks_box {
  padding-bottom: 60px;
  background: url(../campaign/images/01/sec_parts.png) 50% 100% no-repeat;
}
.page_campaign01 .thanks_box:last-of-type {
  background: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .thanks_box {
    margin-bottom: 10px;
    padding-bottom: 40px;
    -moz-background-size: 80% auto;
    -o-background-size: 80% auto;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
  }
}
/* ========== end △ */
.page_campaign01 .thanks_box h4 {
  padding: 0 5px;
}

.page_campaign01 .thanks_box .spsaleimg {
    width: 100%;
	margin-bottom: 25px;
}  

.page_campaign01 .thanks_box .buypianoimg {
    width: 100%;
	height: 100%;
	margin-bottom: 50px;
}  

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .thanks_box h4 img {
    width: 100%;
  }
  
  .page_campaign01 .thanks_box .spsaleimg {
    width: 100%;
	margin-bottom: 25px;
  } 
  
  .page_campaign01 .thanks_box .buypianoimg {
    width: 100%;
	height: 100%;
	margin-bottom: 25px;
}
}
/* ========== end △ */
.page_campaign01 .thanks_box .lead_txt {
  padding: 35px 30px 30px;
  font-size: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .thanks_box .lead_txt {
    padding: 20px 10px;
  }
}
/* ========== end △ */
.page_campaign01 .thanks_box .lead_txt strong {
  color: #da2b28;
}
.page_campaign01 .thanks_box .lead_txt .tips {
  color: #71694c;
  font-size: 12px;
}
.page_campaign01 .thanks_box .lead_txt .tips li {
  padding-left: 1em;
  text-indent: -1em;
}
.page_campaign01 .thanks_box#sec01 {
  position: relative;
  margin-top: -40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .thanks_box#sec01 {
    margin-top: 0;
  }
}
/* ========== end △ */
.page_campaign01 .campaign_item article {
  float: left;
  width: 360px;
  margin-left: 20px;
  margin-bottom: 50px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_campaign01 .campaign_item article:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .page_campaign01 .campaign_item article:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .campaign_item article {
    float: none;
    width: auto;
    margin: 0 10px 30px;
  }
}
/* ========== end △ */
.page_campaign01 .campaign_item article:last-of-type {
  margin-bottom: 0;
}
.page_campaign01 .campaign_item h5 {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
}
.page_campaign01 .campaign_item h5:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #b69107;
}

/* ▽ SP layout キャンペーンページバックアップ========== */

.page_campaign01 .campaign_item .pic {
  float: left;
  width: 130px;
  margin-right: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .campaign_item .pic {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}


.page_campaign01 .campaign_item .pic {
  float: left;
  width: 300px;
  margin-left: 50px;
    margin-bottom: 15px;  
 
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 .campaign_item .pic {
    float: none;
    width: 100%;
	margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* ========== end △ */
.page_campaign01 .campaign_item .dl_table_style {
  width: auto;
  overflow: hidden;
}
.page_campaign01 .campaign_item .dl_table_style dt,
.page_campaign01 .campaign_item .dl_table_style dd {
  padding: 7px 10px 5px;
}
.page_campaign01 .campaign_item .dl_table_style dt {
  min-width: 0;
  font-size: 12px;
}
.page_campaign01 .campaign_item .price {
  padding: 10px 0 5px;
  color: #da2b28;
  font-size: 24px;
  font-weight: bold;
}
.page_campaign01 .campaign_item .price span {
  color: #2d2506;
  font-size: 12px;
}
.page_campaign01 .campaign_item .btn a {
  display: block;
  padding: 12px 0;
  box-shadow: 0 0 1px #c2c2c2 inset;
  border: 1px solid #2f2f2f;
  border-radius: 5px;
  background: #4f4e4e;
  background: -moz-linear-gradient(top, #4f4e4e 0%, #292929 50%, #444444 100%);
  background: -webkit-linear-gradient(top, #4f4e4e 0%, #292929 50%, #444444 100%);
  background: linear-gradient(to bottom, #4f4e4e 0%, #292929 50%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4e4e', endColorstr='#444444',GradientType=0 );
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.page_campaign01 .campaign_item .btn a span {
  padding-right: 15px;
  background: url(../common_img/ico_arrow_wh.png) 100% 50% no-repeat;
  background-size: 10px;
}
.page_campaign01 .campaign_item .btn a:hover {
  box-shadow: 0 0 1px #fff59e inset;
  border: 1px solid #a78a07;
  background: #cab821;
  background: -moz-linear-gradient(top, #cab821 0%, #af960f 50%, #c2ae1c 100%);
  background: -webkit-linear-gradient(top, #cab821 0%, #af960f 50%, #c2ae1c 100%);
  background: linear-gradient(to bottom, #cab821 0%, #af960f 50%, #c2ae1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cab821', endColorstr='#c2ae1c',GradientType=0 );
}

.page_campaign01 #showroom .ttl_area {
  margin-bottom: 35px;
  text-align: center;
}
.page_campaign01 #showroom .ttl_area .ttl {
  margin-bottom: 10px;
}
.page_campaign01 #showroom .ttl_area .ttl img {
  height: 88px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .ttl_area .ttl img {
    height: 65px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .ttl_area p {
    padding: 0 10px;
    font-size: 12px;
  }
}
/* ========== end △ */
.page_campaign01 #showroom .showroom_box {
  border: 3px solid #ecd872;
  padding: 2px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .showroom_box {
    padding: 2px 0;
    border-right: none;
    border-left: none;
  }
}
/* ========== end △ */
.page_campaign01 #showroom .showroom_box .inner {
  border: 1px solid #ecd872;
  padding: 30px 14px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .showroom_box .inner {
    padding: 15px 10px;
    border-right: none;
    border-left: none;
  }
}
/* ========== end △ */
.page_campaign01 #showroom .showroom_box h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.page_campaign01 #showroom .showroom_box .pic {
  float: left;
  width: 280px;
  margin-right: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .showroom_box .pic {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* ========== end △ */
.page_campaign01 #showroom .showroom_box .dl_table_style {
  overflow: hidden;
  width: auto;
}
.page_campaign01 #showroom .showroom_box .dl_table_style dt,
.page_campaign01 #showroom .showroom_box .dl_table_style dd {
  padding: 14px 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .showroom_box .dl_table_style dt,
  .page_campaign01 #showroom .showroom_box .dl_table_style dd {
    padding: 7px 10px 5px;
  }
}
/* ========== end △ */
.page_campaign01 #showroom .showroom_box .dl_table_style dt {
  min-width: 0;
}
.page_campaign01 #showroom .showroom_box .btn_style {
  margin: 10px auto 0;
  width: 360px;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #showroom .showroom_box .btn_style {
    width: auto;
  }
}
/* ========== end △ */
.page_campaign01 #showroom .showroom_box .btn_style a {
  padding: 15px 0;
  border-radius: 5px;
}
.page_campaign01 #showroom .showroom_box .btn_style a span {
  background-size: 10px;
}

/* ==================================================

voice

================================================== */
.page_voice.detail .lead_ttl_style {
  font-size: 30px;
}
.page_voice.detail .lead_ttl_style .address {
  margin-right: 20px;
  font-size: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .lead_ttl_style .address {
    margin-left: 10px;
  }
}
/* ========== end △ */
.page_voice.detail .lead_ttl_style .history {
  margin-left: 20px;
  color: #b69107;
  font-size: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .lead_ttl_style .history {
    display: block;
    margin-left: 0;
  }
}
/* ========== end △ */
.page_voice.detail .img_list {
  margin-bottom: -20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .img_list {
    margin: 0 10px;
  }
}
/* ========== end △ */
.page_voice.detail .img_list li {
  display: inline-block;
  height: 380px;
  margin: 0px 0px 0px 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .img_list li {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }
}
/* ========== end △ 

.page_voice.detail .img_list li.voice {
  border: 1px solid #ddd;
}

*/
.page_voice.detail .img_list li img {
  display: inline-block;
  max-width: 100%;
  max-height: 80%;
}
.page_voice.detail .voice_box {
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .voice_box {
    margin: 0 10px 20px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_voice.detail .voice_box:nth-last-of-type(2) {
    margin-bottom: 50px;
  }
}
/* ========== end △ */
.page_voice.detail .voice_box .dl_table_style dt,
.page_voice.detail .voice_box .dl_table_style dd {
  padding: 5px 10px;
}
.page_voice.detail .voice_box .dl_table_style dt {
  width: 18%;
  min-width: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .voice_box .dl_table_style dt {
    width: 100%;
  }
}
/* ========== end △ */
.page_voice.detail .voice_box .dl_table_style dd {
  width: 32%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_voice.detail .voice_box .dl_table_style dd {
    width: 100%;
  }
}
/* ========== end △ */
.page_voice.detail .comment_box {
  padding: 20px;
  background-color: #f5f0df;
}
.page_voice.detail .comment_box .ttl {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
}
.page_voice.detail .comment_box .ttl .fa {
  margin-right: 8px;
  font-size: 20px;
}

/* ==================================================

concierge

================================================== */
.page_concierge .lead_txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_concierge .lead_txt {
    margin: 0 10px 15px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_concierge .staff_img {
    margin: 0 10px 20px;
  }
}
/* ========== end △ */
.page_concierge .staff_img li {
  float: left;
  width: 170px;
  margin-left: 20px;
  margin-bottom: 50px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_concierge .staff_img li:first-of-type {
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_concierge .staff_img li {
    width: 48%;
    margin: 0 1% 8px;
  }
}
/* ========== end △ */
.page_concierge .staff_img li img {
  width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_concierge .merit_list {
    margin: 0 10px;
  }
}
/* ========== end △ */
.page_concierge .merit_list dt {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
}
.page_concierge .merit_list dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  padding-top: 2px;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.0;
}
.page_concierge .merit_list dt:nth-of-type(1):before {
  content: "1";
}
.page_concierge .merit_list dt:nth-of-type(2):before {
  content: "2";
}
.page_concierge .merit_list dt:nth-of-type(3):before {
  content: "3";
}
.page_concierge .merit_list dt:nth-of-type(4):before {
  content: "4";
}

.page_concierge .merit_list dd {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_concierge .merit_list dd {
    margin-bottom: 15px;
    font-size: inherit;
  }
}
/* ========== end △ */




#side_menu .pianonavi {
    padding: 5px 10px;
    background-color: #EEEEEE;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 1em;
    text-shadow: -0.3px 0px 0px, 0px -0.3px 0px;
}

/* 20200605 */

.con_comment {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
	padding-bottom: 0!important;
}

.tel_sidebanner {
	 font-size: 30px;
	 margin-top:0 !important;
	font-family: 'Questrial', sans-serif;
	font-style: italic;
}
.tel_sidebanner a {
	 /*color:#C6A013;*/
    color: #0070c9;
 }

@media only screen and (max-width: 767px) {
.con_comment {
    margin-bottom: 0;
    /*font-size: 40px;*/
    word-break:keep-all;
	}
	.tel_sidebanner {
		 font-size:40px;
		 margin-top:0 !important;
	}
	.tel_sidebanner a {
	 /*color:#C6A013;*/
        color: #0070c9;
	 text-decoration: none;
 }

}

/*line相談*/
.buy_before{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 2em;
    top:10px;
}

.buy_before img{
    width: 23px;
    margin-right: 3px;
    margin-top: 5px;
}

.buy_before a{
    color:#0070c9;
    text-decoration: none;
}

.buy_before a:hover{
    text-decoration: underline;
}

.buy_before .fa{
    margin-left: 6px;
}

/*このピアノについて*/
#about_piano{
    border-bottom:1px solid #cccccc;
}

#about_piano p{
    font-size: 35px; 
    margin-bottom:10px;
    text-align: center;
    font-weight: bold;
    font-family: "Osaka-mono", "MS Gothic", "monospace"
}


/*相談方法*/
.content_list{
    text-align: center;
    /*bottom: 40px;*/
    padding-left: 40px;
    bottom:50px;
    line-height: 2.5em;
    /*margin-left: 30px;*/
    /*padding-left: 30px;*/
}

.content_list img{
    width: 23px;
    margin-right: 3px;
    margin-top: 8px;
}

.content_list a{
    color: #0070c9;
    text-decoration:none;
    top:10px;
    font-size:17px;
    margin-right: 20px;
}

.content_list a:hover{
    text-decoration:underline;
}

@media only screen and (max-width: 767px){
    .content_list{
       right:10px;
    }
    
    .content_list a{
    /*margin-left:5px;*/
}
    
    .side_btn{
    /*margin-left: 30px;*/
        text-align: left;
        /*font-size: 20px;*/
}

}

/*2021/11/23*/
.silent_icon{
    padding-left:60px;
    width:23%;
    padding-left:245px;
    margin-top:-70px;
}

.infi_icon{
    width:23%;
    padding-left:240px;
    margin-top:-70px;
}

.side_btn{
    margin-top: 11px;
}

/*2021/11/26*/
.price_buttom_set{
    margin-top:15px;
    padding:20px 15px;
    /*border: 3px solid #d7d7d7;*/
}

@media only screen and (max-width: 767px){
    .price_buttom_set{
    margin-top:15px;
    padding:20px 15px;
    /*border: 3px solid white;*/
}
}

/******　test横並びリストここから編集

.rsp_disp_xxo .horizontal_scroll{

  display: -ms-flexbox;
  display: flex;
  overflow-x:  scroll;
	width: 700px;
	  	
}

.rsp_disp_xxo .horizontal_scroll li{
	min-width: 60px;
	width: 80px;
	margin: 10px;


}




.item_list .wideLayout .rsp_disp_xxo .dispIconlist::-webkit-scrollbar {
  height: 15px;
}

.item_list .wideLayout .rsp_disp_xxo .dispIconlist::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}

.item_list .wideLayout .rsp_disp_xxo .dispIconlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}


.item_list .wideLayout .rsp_disp_xxo .dispIconlist{


	 overflow-x:  scroll;
	 border: 1px solid red;
	 height: auto;

	
}




.page_shopping .item_list .wideLayout .rsp_disp_xxo .dispIconlist li{
    box-sizing: inherit;

	    	 border: 1px solid aqua;
}




.item_list .wideLayout .rsp_disp_xxo .dispIconlist div{
	text-align: center;

    
}





.item_list .wideLayout .rsp_disp_xxo .dispIconlist li img {
  width: 60px;
   box-sizing: border-box;
   float: none;
    margin: 0;
    padding: 0;


}
.item_list .wideLayout .rsp_disp_xxo .dispIconlist li p{
	font-size: 10px;
	white-space: pre-wrap;
}
*****************/

