@charset "UTF-8";
/* ##################################################

basic layout

################################################## */
#wrapper {
  min-width: 1000px;
  color: #2d2506;
  font-size: 13px;
  overflow-x: hidden;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 320px;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
}
/* ========== end △ */
/* サイト幅 */
.site_wrap {
  /*width: 1000px;*/
  margin: 0 auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .site_wrap {
    width: 100%;
  }
}
/* ========== end △ */
/* cmn_area
================================================== */
.cmn_area {
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cmn_area {
    padding: 15px 15px 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cf_wrap {
    zoom: 1;
  }
  .cf_wrap:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
    overflow: hidden;
  }
}
/* ========== end △ */
.cmn_logo {
  float: left;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cmn_logo {
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.cmn_logo img {
 /* height: 80px; */
 height: 90px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cmn_logo img {
    height: 60px;
  }
}
/* ========== end △ */
.cmn_info {
  padding-top: 10px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .cmn_info {
    float: right;
  }
}
/* ========== end △ */
.cmn_info_link {
  margin-bottom: 5px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .cmn_info_link {
    text-align: right;
  }
  .cmn_info_link li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }
  .cmn_info_link li a {
    padding-left: 10px;
    background: url(../common_img/ico_arrow_bk.png) 0 50% no-repeat;
    background-size: 6px;
    text-decoration: none;
  }
  .cmn_info_link li a:hover {
    text-decoration: underline;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cmn_info_link li {
    width: 100%;
    text-align: center;
	margin: 0 0 10px 0;
  }
  .cmn_info_link li:nth-of-type(2) {
    float: left;
  }
  .cmn_info_link li:last-of-type {
    float: right;
  }
  .cmn_info_link li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #2d2506;
    background: #fff url(../common_img/ico_arrow_bk.png) 95% 50% no-repeat;
    background-size: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
  }
    
/*2022/02/11*/
    .navi_for_sp{
        display: none;
    }
}
/* ========== end △ */
.cmn_tel,.cmn_search {
  float: left;
  margin: 5px 10px 0 0;
}
.cmn_tel .ico {
  float: left;
  margin-right: 10px;
  height: 26px;
}
.cmn_tel .txt {
  float: left;
  padding-top: 2px;
  height: 21px;
}

/*2022/02/04--new*/
.cmn_search {
  display: none;
}


.cmn_info_btn {
  position: relative;
  float: left;
}
.cmn_info_btn li {
  float: left;
  margin-left: 5px;
  
}
.cmn_info_btn li a {
  display: block;
  padding: 5px 10px;
  /* border: 1px solid #2d2506;*/ 
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cmn_info_btn li a.blk {
  display: block;
  padding: 5px 10px;
  /* border: 1px solid #2d2506; */
  font-size: 13px;
  font-weight: bold;
 /* background-color: #2d2506; */
  color:#2d2506;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cmn_info_btn li a.red {
  display: block;
  padding: 5px 10px;
 /* border: 1px solid #2d2506;*/
  font-size: 13px;
    font-weight: bold;
  /* background-color:#C91417; */
  color:#C91417;
  text-decoration: none;
  transition: all 0.2s ease;
}

.caution_btn {
  animation: buruburu5 2s ease infinite;
}

@keyframes buruburu5 {
0% { transform:translateX(0) }
5% { transform:translateX(0) }
10% { transform:translateX(0) }
20% { transform:translateX(-5px) }
25% { transform:translateX(0) }
30% { transform:translateX(-5px) }
50% { transform:translateX(0) }
100% { transform:translateX(0) }
}




.cmn_info_btn li a .fa {
  margin-right: 5px;
  font-size: 14px;
}
.cmn_info_btn li a:hover {
 /* background-color: #000;
  color: #FFF;*/
    text-decoration: underline;
}

/* header
================================================== */
#header {
  position: relative;
  z-index: 11;
  /*
  margin-bottom: 40px;
  box-shadow: 0 5px 5px #f8f6ed;
  */
  border-top: 1px solid #d1b756;
  border-bottom: 2px solid #eacb57;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #f0f0f0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header {
    margin-bottom: 0;
    padding-bottom: 15px;
    box-shadow: none;
  }
}
/* ========== end △ */
#header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../common_img/h_bg.png) 0 100% repeat-x;
  background-size: auto 57px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header:before {
    background-position: 0 0;
    background-size: auto 35px;
  }
}
/* ========== end △ */
#seo_txt {
  margin: 6px 0 30px;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.0;
}

/* header mail icon */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #hmenu_btn_sp {
    float: right;
    margin: 12px 0 0 15px;
    font-size: 40px;
    line-height: 1.0;
  }

  #h_contact {
    float: right;
    margin:10px 5px 0 10px;
    font-size: 40px;
    line-height: 1.0;
    text-align: center;
  }
}
/* ========== end △ */
/* gnav
================================================== */
.nav_shade {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #gnav > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #gnav > ul > li {
    display: table-cell;
    position: relative;
  }
  
.gnavibold {
font-weight: bold;
font-size: 1.4em;
}
  #gnav > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
  }
  #gnav > ul > li.open > a {
    padding: 14px 0;
    color: #b39831;
    font-size: 15px;
    font-weight: bold;
  }
  #gnav > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #FFF;
    border-left: 1px solid #ded6b6;
  }
  #gnav > ul > li:first-child > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #FFF;
    border-left: 1px solid #ded6b6;
  }
  #gnav > ul > li > a span {
    display: block;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #2d2506;
    font-size: 9px;
    font-weight: normal;
    line-height: 1.0;
  }
  #gnav .inner_list {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 61px;
    left: 0;
    width: 140%;
    padding: 25px 28px 15px;
    background-color: rgba(179, 152, 49, 0.97);
    color: #FFF;
  }
  #gnav .inner_list dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  #gnav .inner_list li {
    margin-bottom: 8px;
  }
  #gnav .inner_list a {
    font-size: 12px;
    text-decoration: none;
  }
  #gnav .inner_list a:hover {
    text-decoration: underline;
  }
  #gnav .inner_list a:before {
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  #gnav > ul > li:first-of-type {
    width: 16%;
  }
  #gnav > ul > li:first-of-type .inner_list {
    /*width: 430px;*/
	width: 730px;
    padding: 25px 10px 0;
  }
  #gnav > ul > li:first-of-type .inner_list dl {
    margin: 0 20px 15px;
  }
  #gnav > ul > li:first-of-type .inner_list .clearfix dl {
    float: left;
  }
  #gnav > ul > li:nth-of-type(2) {
    width: 16%;
  }
  #gnav > ul > li:nth-of-type(2) .inner_list {
    width: 170%;
  }
  #gnav > ul > li:nth-of-type(3) {
    width: 18%;
  }
  #gnav > ul > li:nth-of-type(4) {
    width: 18%;
  }
  #gnav > ul > li:nth-of-type(5) {
    width: 16%;
  }
  #gnav > ul > li:last-of-type {
    width: 16%;
  }
  #gnav > ul > li:last-of-type .inner_list {
    left: auto;
    right: 0;
    width: 120%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #gnav {
    position: fixed;
    z-index: 20;
    top: 0;
    right: -90%;
    width: 90%;
    height: 100%;
    /*background-color: #ac8c16;*/
      background-color: black;
    transition: all 0.2s ease;
    overflow-y: auto;
  }
  #gnav.openMenu {
    right: 0;
  }
  #gnav li,
  #gnav p {
    border-bottom: 1px solid #fff;
  }
  #gnav li a,
  #gnav p a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    zoom: 1;
  }
  #gnav li a:after,
  #gnav p a:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
    overflow: hidden;
  }
  #gnav li span,
  #gnav p span {
    float: right;
    padding-top: 5px;
    font-size: 13px;
  }
  #gnav p {
    /*border-bottom: none;*/
  }
}
/* ========== end △ */
/* btmlink
================================================== */
#btmlink li {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 0 50px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  #btmlink li {
    transition: all 0.3s ease;
  }
  #btmlink li:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #btmlink li:nth-of-type(3n+1) {
    margin-left: 0;
  }
    
 #btmlink li.best {
  background-image: url(../common_img/btmlink_img01.jpg);
  background-size: 200px auto;
  background-position-x: center;
  text-align: center;
}
#btmlink li.staff {
  background-image: url(../common_img/btmlink_img02.jpg);
  background-size: 200px auto;
  background-position-x: center;
  text-align: center;
}
#btmlink li.voice {
  background-image: url(../common_img/btmlink_img03.jpg);
  background-size: 200px auto;
  background-position-x: center;
  text-align: center;
}
#btmlink li.media {
  background-image: url(../common_img/btmlink_img04.jpg);
  background-size: 200px 142px;
  background-position-x: center;
  text-align: center;
}
#btmlink li.blog {
  background-image: url(../common_img/btmlink_img05.jpg);
  background-size: 200px auto;
  background-position-x: center;
  text-align: center;    
}
#btmlink li.list {
  background-image: url(../common_img/btmlink_img06_new.jpg);
  background-size: 200px auto;
  background-position-x: center;
  text-align: center;
}
 #btmlink li dl img{
     display: none;
  }
    
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #btmlink li {
    /*float: none;*/
    text-align: center;
    display: flex;
    width: 8em;  
    /*width:350px;*/
    /*width: 320px;*/
    margin: 0 20px 50px 20px;
  }
    
  #btmlink a {
  display: block;
  padding: 0px !important;
  text-decoration: none;
}    
    
    #btmlink{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }    
    
  #btmlink li.best{
      background-image: none;
    }
    
    #btmlink li.staff{
        background-image: none;
    }
    
    #btmlink li.voice{
        background-image: none;
    }
    
    #btmlink li.media{
        background-image: none;
    }
    
    #btmlink li.blog{
        background-image: none;
    }
    
    #btmlink li.list{
        background-image: none;
    }
  
    #btmlink li dl img{
        width: 100%;
        margin-bottom: 10px;
  }
}
/* ========== end △ */
#btmlink a {
  display: block;
  padding-top: 160px;
  text-decoration: none;
}
#btmlink dt {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
#btmlink dt span {
  padding-right: 20px;
  color:#0070c9;
  /*background: url(../common_img/ico_arrow_bk.png) 100% 50% no-repeat;*/
  background-size: 10px;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #btmlink dt {
    box-sizing: border-box;
    position: absolute;
    line-height: 10px;
    /*bottom: -20px;*/
    /*left: 35px;
    width: 310px;
    margin-bottom: 0;
    padding: 5px 10px;*/
    /*background-color: rgba(0, 0, 0, 0.8);*/
  }
  #btmlink dt span {
    font-size: 12px;
    padding-right: 0;
    color:#0070c9;
    text-align: center;
    /*background-image: url(../common_img/ico_arrow_wh.png);*/
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #btmlink dd {
    display: none;
  }
}
/* ========== end △ */
/* showroom_list
================================================== */
#showroom_list {
  margin-bottom: 55px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #showroom_list {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#showroom_list li {
  float: left;
  /*width: 235px;*/
  width: 400px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #showroom_list li:first-of-type {
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #showroom_list li {
    width: 46%;
    margin: 0 2% 10px;
    font-size: 13px;
  }
}
/* ========== end △ */
#showroom_list li a {
  text-decoration: none;
}
#showroom_list li a img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}
#showroom_list li a:hover img {
  opacity: 0.6;
}
#showroom_list li span {
  padding-right: 20px;
  /*background: url(../common_img/ico_arrow_bk.png) 100% 50% no-repeat;*/
  background-size: 10px;
}

/* footer
================================================== */
#footer {
  position: relative;
  z-index: 10;
  padding: 50px 0;
  background-color: #f1f1f1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 0 65px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #btn_pagetop {
    display: none;
    position: fixed;
    z-index: 20;
    right: 80px;
    bottom: 100px;
  }
  #btn_pagetop .fa:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
    
    /*2022/2/3--new*/
  .search_bar_for_sp{
    display: none;
}
    
    .icon_txt{
    display: none;
}

.header_icon_txt{
    display: none;
}
}
/* ========== end △ */
#btn_pagetop .fa {
  padding: 5px;
  font-size: 70px;
  transition: all 0.4s ease-in-out;
}
#btn_pagetop span {
  display: none;
}

/* footer btn */
#footer .cmn_area {
  margin-bottom: 50px;
}



/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .cmn_area {
    box-sizing: border-box;
    position: fixed;
    z-index: 16777271;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: #EEEEEE;
    text-align: center;
    transition: all 0.3s ease;
  }
  
    .icon_txt{
    font-size: 13px;
    display: block;
}
    
    .header_icon_txt{
        font-size: 13px;
        display: flex;
        justify-content: center;
    }
    
    .icon_txt_2{
        display: block !important;
        font-size: 13px;
    }
    
/*2022/2/3--new*/
    .search_bar_for_sp{
    display: flex;
}
    
    .cmn_navibar{
        float: none;
        display: inline-block;
        margin: 0 20px;
        vertical-align: middle;
    }
  
  #footer .cmn_area .cmn_info {
    padding-top: 0;
      position: relative;
      z-index: 99999;
  }
  #footer .cmn_area .cmn_tel, #footer .cmn_area .cmn_search{
    float: none;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
  #footer .cmn_area .cmn_tel .ico,#footer .cmn_area .cmn_search .ico {
    height: 50px;
    margin: 0;
  }
  #footer .cmn_area .cmn_info_btn {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #footer .cmn_area .cmn_info_btn li {
    float: none;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
  }
  #footer .cmn_area .cmn_info_btn li a {
    padding: 0;
    border: none;
  }
  #footer .cmn_area .cmn_info_btn li a .fa {
    font-size: 50px;
  }
  #footer .cmn_area .cmn_info_btn span {
    display: none;
  }
}
/* ========== end △ */
#footer .cmn_area #btn_pagetop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-bottom: -50px;
}
#footer .cmn_area #btn_pagetop .fa {
  padding: 0;
  font-size: 55px;
}

#fnav {
  float: left;
  width: 710px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fnav {
    float: none;
    width: 100%;
  }
  #fnav .ac_btn_sp {
    padding: 15px 0 15px 1em;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  #fnav .ac_btn_sp:after {
    content: "\f107";
    float: right;
    margin-right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-weight: normal;
  }
  #fnav .ac_btn_sp.open:after {
    content: "\f106";
  }
    
  #footer .cmn_area #btn_pagetop {
  /*display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-bottom: 0px;*/
    position: fixed;
    top: 80%;
    right: 30px;
}    
}
/* ========== end △ */
#fnav .fnav_top {
  margin-bottom: 12px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fnav .fnav_top {
    margin-bottom: 0;
  }
    
      
}
/* ========== end △ */
#fnav .clearfix > ul {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 15px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #fnav .clearfix > ul:nth-of-type(4n+1) {
    padding-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fnav .clearfix > ul {
    float: none;
    width: 100%;
    padding-left: 0;
  }
    
    
}
/* ========== end △ */
#fnav li {
  margin-bottom: 12px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fnav li {
    margin-bottom: 0;
  }
}
/* ========== end △ */
#fnav a,
#fnav span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 11px;
  text-decoration: none;
}
#fnav a:before,
#fnav span:before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-weight: normal;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fnav a,
  #fnav span {
    display: block;
    padding: 10px;
    border-bottom: 1px dashed #000;
    background: url(../common_img/ico_arrow_bk.png) 95% 50% no-repeat;
    background-size: 10px;
    font-size: 15px;
  }
  #fnav a:before,
  #fnav span:before {
    display: none;
  }
}
/* ========== end △ */
#fnav a:hover {
  text-decoration: underline;
}
#fnav .inner {
  margin-top: 12px;
}
#fnav .inner li {
  padding-left: 10px;
}
#fnav .inner li a {
  padding-left: 1em;
  text-indent: -1em;
}
#fnav .inner li a:before {
  content: "・";
  position: static;
  margin-right: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fnav .inner {
    margin-top: 0;
  }
  #fnav .inner li {
    padding-left: 0;
  }
  #fnav .inner li a {
    padding: 10px;
    text-indent: 0;
  }
  #fnav .inner li a:before {
    display: none;
  }
}
/* ========== end △ */
#fbnr {
  float: right;
  width: 250px;
}
#fbnr li {
  margin-bottom: 5px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 1025px) {
  #fbnr li a {
    transition: all 0.3s ease;
  }
  #fbnr li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
#fbnr li img {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #fbnr {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 20px 15px 15px;
  }
  #fbnr li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  #fbnr li:nth-of-type(2n) {
    float: right;
  }
}
/* ========== end △ */
#kaitori_info {
margin-top:20px;
margin-bottom: 20px;
}

.kaitori_date {
    display: inline-block;
	margin-right:5px;
    color: #b69107;
    font-size: 14px;
    font-weight: bold;
}
.kaitori_list {
padding: 10px;
    overflow-y: scroll;
    max-height: 220px;
	}

.kaitori_list li {
	margin-bottom: 5px;

}




.fixed_btn
{
  width:100%;
  position: fixed;
  bottom: 0px; 
  right:0px;
  padding: 10px 10px;
  z-index: 99;
  text-align: center;
  background-color: #FFFFFF;
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {

.fixed_btn
{
  width:100%;
  position: fixed;
  bottom: 0px; 
  right: 0px;
  padding: 10px 10px;
  z-index: 99;
  text-align: center;
  background-color: #FFFFFF;
  
}

}

/*  20200707 古物  */
@media only screen and (max-width: 767px) {

    .kobutsu {
        font-size: 0.8em!important;       
    }
    
    .local{
    display: none;
}

}

.k_center {
    text-align: center; 
}

/*2021/11/23*/
.local{
    z-index: 1000;
    padding-top: 100px;
    padding-left: 50px;
}

