.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}


/* clearfix */

.clearfix {
  position: relative;
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.max_width {
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .max_width {
    max-width: 100%;
  }
}

.min_width {
  min-width: 1024px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .min_width {
    min-width: 100%;
  }
}

.en {
  font-family: Helvetica, Arial, sans-serif;
}

.hidden-mobile {
  text-align: left
}

.rlx-retailer-model-email, .rlx-retailer-model-telephone, .rlx-retailer-model-directions {
  margin-top: 10px;
  font-family: "Rolex Font", "Helvetica", sans-serif;
}


/* model page */

.rlx-retailer-model-email a, .rlx-retailer-model-telephone a, .rlx-retailer-model-directions a {
  color: #212121;
}

.rlx-retailer-model-directions a::before, .rlx-retailer-directions a::before {
  content: '';
 background: url("/rolex/assets/images/icon/find_a_store.png") no-repeat 50% 50%;
    background-size: 30%;
}
.rlx-retailer-model-telephone a::before, .rlx-retailer-telephone a::before {
  content:  '';
 background: url("/rolex/assets/images/icon/call_us.png") no-repeat 50% 50%;
    background-size: 40%;
}
.rlx-retailer-model-email a::before, .rlx-retailer-email a::before {
  content: '';
 background: url("/rolex/assets/images/icon/send_a_message.png") no-repeat 50% 50%;
    background-size: 45%;
}
.rlx-retailer-model-telephone span {
    color: #212121; cursor: pointer;
}

.rlx-retailer-model-email a::before, .rlx-retailer-model-telephone a::before, .rlx-retailer-model-directions a::before {
  vertical-align: middle;
  margin-right: 0.6666em;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #127749;
  background-color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 901px) {
  .hidden-mobile {
    display: none;
  }
}


/* end model page )(20190411) */

#home {
  /*
  #info {
    padding: 0;
    background-image: url("https://dh-rx-image.com/common/top/info_01.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size:auto 100% ;
    @media (min-width: 0px) and (max-width: 767px) {
      background: #212121;
      margin-bottom: 80% / 640 * 100;
    }
    > .wrap {
      max-width: 100%;
      top: 0;
      >.wrap {
        max-width: 100%;
        position: relative;
        padding: 30% / 640 * 100 0;
        @media (min-width: 0px) and (max-width: 767px) {
          padding: 0;
        }
      }
    }
    .col-tbl__txt{
      padding: 0 50% / 1280 * 100;
      @media (min-width: 0px) and (max-width: 767px) {
        padding: 50% / 640 * 100;
      }
      h1,p {
        color: #FFF;
        text-align:left;
        &.link {
          font-weight: bold;
          font-size: fz(16);
          margin-bottom: 1em;
          @media (min-width: 0px) and (max-width: 767px) {
            font-size: fz(14);
          }
          a {
            color: #FFF;
          }
        }
        &.h1_sttl {
          font-size: fz(23);
          line-height: 1.2;
          @media (min-width: 0px) and (max-width: 767px) {
            font-size: fz(16);
          }
        }
      }
      .content {
        p{
        font-size: fz(13);
        }
      }
    }
    .inrwrap {
      display:block;
      width: 100%;
      height: 200px;
      position: relative;
      margin-bottom: 1em;
      overflow:hidden;
      box-sizing: border-box;
      overflow: hidden;
    }
    .facebook {
      a {
      width: 20px;
      height: 20px;
      overflow: hidden;
      text-indent: 100%; 
      white-space: nowrap; 
      overflow: hidden; 
      display:block;
      background: url("https://dh-rx-image.com/common/footer/fb.png") no-repeat center left;
      background-size: 100% auto!important;
        @media (min-width: 0px) and (max-width: 767px) {
          width: 25px;
          height: 25px;
        }
      }
    }
  }*/
}

#contents:not(.rlx-corners) #home .lead {
  font-size: 14px;
  line-height: 24px;
}
#contents:not(.rlx-corners) #home h2.title {
    font-size: 16px;
    margin-top: 1em;    
}
#contents:not(.rlx-corners) #home .rlx_list_store {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
    list-style: none;
}
#contents:not(.rlx-corners) #home .rlx_list_store li {
    margin-right: 1em;
}
#contents:not(.rlx-corners) #home .rlx_list_store li:nth-last-of-type(1) {
    margin-right: 0;
}
#contents:not(.rlx-corners) #home .rlx_list_store a {
    text-decoration: underline;
    color: #127749;
}
#contents:not(.rlx-corners) #home .rlx_list_store a:hover {
    text-decoration: inherit;
}
@media (min-width: 0px) and (max-width: 767px) {
  #contents:not(.rlx-corners) #home .lead {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #contents:not(.rlx-corners) #home h2.title {
    font-size: 14px;
    margin-top: 1em;    
  }
  #contents:not(.rlx-corners) #home .rlx_list_store {
    font-size: 12px;
  }
}

#home #visual {
  background: url("https://dh-rx-image.com/common/top/bg_main.jpg") no-repeat center top;
  background-size: auto 100%;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #visual {
    background: none;
    margin-bottom: 30px;
  }
}

#home #visual h1 {
  width: 32.96875%;
  position: absolute;
  top: 50%;
  left: 58.04688%;
  transform: translateY(-50%);
}

#home #visual h1 .discover {
  line-height: 1;
  text-align: left;
}
@media (min-width: 1280px) {
  #home #visual h1 .discover {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #home #visual h1 .discover {
    font-size: 32px;
    font-size: 2.5vw;
  }
}
  
@media (min-width: 0px) and (max-width: 767px) {
  #home #visual h1 {
    width: 100%;
    position: relative;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    top:0;
    left: 0;
    transform: none;
  }
  #home #visual h1 .discover {
    width: 87%;
    margin: 0 auto 16px;
    text-align: center;
  }
}

#home #visual .collection {
  width: 70%;
  margin: 30px 0 0;
}

#home #visual .collection a {
  display: block;
  background: #127749;
  padding: 0.75em 0;
  text-align: center;
  border-radius: 2.5em;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #home #visual .collection {
    font-size: 15px;
    font-size: 1.171875vw;
    margin-top: 2.34375vw;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #home #visual .collection {
    width: 200px;
    margin: 0 auto;
  }
  #home #visual .collection a {
    font-size: 10px;
    /*font-size: 3.125vw;*/
    padding: 0.75em 0;
    text-align: center;
    border-radius: 2.5em;
    color: #fff;
  }
}

#home #advice {
  margin-bottom: 4.21875%;
}

#contents:not(.rlx-corners) #home #lead {
  padding-bottom: 60px;
  margin-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents:not(.rlx-corners) #home #lead {
    margin-bottom: 0;
  }
}


/*
    background: url("https://dh-rx-image.com/common/top/bg_lead.jpg") no-repeat center top;
    background-size: auto 100%;
    @media (min-width: 0px) and (max-width: 767px) {
      margin-bottom: 40% / 640 * 100;
      background: url("https://dh-rx-image.com/common/top/bg_lead_sp.jpg") no-repeat center top;
      background-size: cover;
    }
    .wrap {
      position: relative;
      display: table;
      width: 100%;
      box-sizing: border-box;
      padding: 70% / 1280 * 100 0;
      @media (min-width: 0px) and (max-width: 767px) {
        padding: 60% / 640 * 100 5%;
        box-sizing: border-box;
      }
    }
    .lead-h {
      display: table;
      vertical-align: middle;
      width: 90%;
      margin: 0 auto;
      .h1_ttl{
        color: #FFF;
        text-shadow: 1px 1px 3px #000;
        span{
          &:after {
            background: #FFF;
          }
        }
      }
      p{
        font-size: fz(18);
        font-weight:bold;
        color: #FFF;
        margin: 0 auto;
        line-height: 2;
        text-shadow: 1px 1px 3px #000;
        @media (min-width: 0px) and (max-width: 767px) {
          font-size: fz(14);
          font-weight: bold;
        }
      }
    }*/

#home #info {
  border-bottom: solid #d2d2d2;
  border-width: 1px 0;
  padding: 0 0 4.6875% 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #info {
    padding: 4.6875% 0;
    margin-bottom: 40px;
  }
}

#home #info dl {
  width: 70.3125%;
  display: table;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #info dl {
    width: 100%;
    display: block;
  }
}

#home #info dl dt, #home #info dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4.44444%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #info dl dt, #home #info dl dd {
    display: block;
    padding: 0 3% !important;
  }
}

#home #info dl dt {
  font-size: 162%;
  border-right: 1px solid #d2d2d2;
  color: #333;
  width: 7em;
  padding-left: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #info dl dt {
    text-align: left;
    font-size: 131%;
    border: none;
    width: auto;
  }
}

#home #info dl dd {
  text-align: left;
  padding-right: 0;
}

#home #info dl dd .disc li{
  list-style:none!important;
  margin-left: 0;
}
#home #info dl dd .disc li span{
  margin-right: 1.5em;
}
#home #info dl dd li {
  margin-bottom: 0;
}

#home #collection {
  margin-bottom: 70px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #collection {
    margin-bottom: 40px;
  }
}

#home #collection h2 {
  color: #333;
  margin-bottom: 3.90625%;
}

#home #collection h2 span:before, #home #collection h2 span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2px;
  background: #d2d2d2;
  margin: 0 1em;
}

#home #collection iframe {
  width: 100%;
  /*      height: 2616px;
      overflow-y: hidden;
      @media (min-width: 0px) and (max-width: 767px) {
        height: 100%;
      }*/
}

#home #collection .ttl_and_lead {
  margin-bottom: 55px;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* 20180604 */
  #contents:not(.rlx-corners) #home section#collection .wrap {
    padding: 0;
  }
  #home #collection .ttl_and_lead {
    width: 90%;
    margin: 0 auto;
  }
}

#home #collection .watch-list {
  width: auto;
  max-width: 1020px;
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #collection .watch-list {
    width: 100%;
  }
}

#home #collection .watch-list li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#home #collection .watch-list li a {
  display: block;
  color: #212121;
  position: relative;
}

#home #collection .watch-list li a .name {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #collection .watch-list li {
    width: 50%;
    padding: 0;
  }
  #home #collection .watch-list li a .name {
    font-size: 8px;
    line-height: 13px;
    bottom: 1.5%;
    padding: 0 10px;
  }
}

#home #collection .watch-list li a:hover {
  color: #cc9900;
}

@media (min-width: 0px) and (max-width: 420px) {
  #home #collection .watch-list li a .name {
    bottom: -3%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #movie {
    margin-bottom: 40px;
  }
}


/*#home #movie .col-tbl__txt {
    text-align: center;
    padding-right: 4.6875%;
    padding-left: 4.6875%; }*/

#home #movie .col-tbl .col-tbl__txt {
  padding: 0;
}

#home #movie .col-tbl__txt * {
  color: #FFF;
}

#home #movie .col-tbl__txt .ttl_and_lead {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 0;
}

#home #movie .col-tbl__txt .ttl_and_lead * {
  text-align: left;
}

#home #movie .col-tbl__txt .ttl_and_lead .h1_sttl {
  line-height: 32px;
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #movie .col-tbl__txt .ttl_and_lead .h1_sttl {
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}

#home #movie .col-tbl__txt .ttl_and_lead .h1_sttl span {
  display: block;
}

#home #movie .wrap {
  /*padding: 2.34375%;*/
  max-width: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #movie .col-tbl__txt .ttl_and_lead {
    width: 84.375%;
    display: block;
    margin: 0 auto;
  }
  #home #movie .wrap .col-tbl__txt {
    padding-right: 0;
    padding-left: 0;
  }
}

#home #movie .mov {
  position: relative;
  width: 100%;
  min-height: 480px;
  padding-top: 56.25%;
  box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #movie .mov {
    min-height: auto;
  }
}

#home #movie .mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#home #featured .three_column {
  display: flex;
}

#home #featured .three_column figure {
  width: 380px;
  margin-right: 10px;
}

#home #featured .three_column figure:nth-last-of-type(1) {
  margin-right: 0;
}

#home #featured .three_column figure:hover img {
  opacity: 0.5;
  transition: all 0.5s;
}

#home #featured .three_column figure figcaption {
  text-align: left;
}

@media (min-width: 0px) and (max-width: 767px) {
  #home #featured .wrap {
    padding: 0!important;
  }
  #home #featured .three_column {
    width: 100%;
    box-sizing: border-box;
  }
  #home #featured .three_column .slick-list {}
  #home #featured .three_column .slick-track {
    margin-left: -14.828713768vw;
    margin-right: -14.828713768vw;
  }
  #home #featured .three_column figure:nth-last-of-type(1) {}
}

#home #shop .bg_gray {
  padding-top: 30px;
  padding-bottom: 0;
}

#contents #home #shop .h1 h1_ttl {
  margin-bottom: 20px;
}

#home #shop .h1_ttl span.ttl_cover:after {
  margin: 12px auto 0;
}

#home #shop img {
  max-width: 800px;
  margin: 0 auto;
}

#home #shop .lead {
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents #home #shop {
    margin-bottom: 40px;
  }
  #home #shop .bg_gray {
    padding: 30px 0;
    width: 84.375%;
    margin: 0 auto;
  }
}

#home #shop .col-tbl__txt {
  text-align: left;
}

#home #shop .btn {
  margin: 0 auto;
}

#contents #exp {
  margin-bottom: 120px;
}

body #contents #exp .h1_ttl {
  margin: 0 auto 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* 20180522 */
  #contents #exp {
    padding-top: 40px;
  }
  #contents:not(.rlx-corners) #exp {
    margin-bottom: 30px;
  }
  #contents.rlx-corners #exp {
    margin-bottom: 0;
  }
  #contents #exp .wrap {
    padding: 0;
  }
  body #contents #exp .h1_ttl {
    margin: 0 auto 20px;
  }
}

#contents #exp .slide-btn {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 75px 55px;
  box-sizing: border-box;
}

#contents.rlx-corners #exp .slide-btn {
  padding: 0 75px;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* 20180522 */
  /*#contents #exp .slide-btn,
	#contents.rlx-corners #exp .slide-btn {
		padding: 0 0 50px;
	}*/
  #contents #exp .slide-btn {
    width: 93.75%;
    margin: 0 auto;
  }
  #contents:not(.rlx-corners) #exp .slide-btn {
    padding: 0 0 55px;
  }
  #contents.rlx-corners #exp .slide-btn {
    padding: 0 0 25px;
  }
}

#contents #exp .slide {
  text-align: center;
  padding: 0;
}

#contents #exp .slide .slick-slide {
  width: 32.7051%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5px;
  text-align: left;
}

#contents #exp .slide .slick-slide img {
  width: 100%;
  height: auto;
}

#contents #exp .slide .slick-slide span {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 5px 0 0;
  /*font-weight: 700;
      text-align: center;*/
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents #exp .slide .slick-slide span {
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
  }
  body #contents #exp .h1_ttl, body #contents #exp .h1_sttl {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
    /*margin-bottom: 16px;*/
    margin-bottom: 20px;
  }
}

#contents #exp .slide .slick-slide a, #contents #exp .slide .slick-slide .comingsoon {
  color: #212121;
}

#contents #exp .slide .slick-slide a:hover span, #contents #exp .slide .slick-slide .comingsoon:hover {
  /*color: #cc9900;*/
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

#contents #exp .slide .slick-slide .comingsoon {
  position: relative;
  display: table;
  background: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0;
}

#contents #exp .slide .slick-slide .comingsoon span {
  display: none;
}

#contents #exp .slide .slick-slide .comingsoon:hover {
  background: #000;
}

#contents #exp .slide .slick-slide .comingsoon:hover span {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.3em;
  z-index: 100;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 185%;
  font-weight: bold;
  background: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents #exp .slide .slick-slide .fade img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
  }
  #contents #exp .slide .slick-slide .fade:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
  }
  #contents #exp .slide .slick-slide .comingsoon {
    background: #000;
  }
  #contents #exp .slide .slick-slide .comingsoon img {
    opacity: 0.5;
  }
  #contents #exp .slide .slick-slide .comingsoon span {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.3em;
    z-index: 100;
    color: #FFF;
    text-align: center;
    width: 100%;
    font-size: 70%;
    font-weight: bold;
    background: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  body #contents #exp .slide .slick-slide {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

body #contents .slick-prev, body #contents .slick-next {
  width: 50px;
  height: 50px;
  background-size: auto 100%;
  margin-top: -10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

body #contents .slick-prev:hover, body #contents .slick-next:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
}

body #contents .slick-prev {
  left: -75px;
}

body #contents .slick-next {
  right: -75px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  body #contents #exp .slick-prev {
    left: -50px;
  }
  body #contents #exp .slick-next {
    right: -50px;
  }
}

body #contents #exp .slick-dots li {
  margin: 0 5px;
  padding: 2px;
  background: #fff;
  box-sizing: content-box;
}

body #contents #exp .slick-dots li.slick-active {
  background: #757575;
}

body #contents #exp .slick-dots li button {
  padding: 5px;
}

body #contents #exp .slick-dots li button:before {
  box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents #exp .slick-dots {
    /* 20180522 */
    /*bottom: -50px;*/
    bottom: -55px;
  }
}

#shoplist #shop .col-tbl__txt h1, #shoplist #shop .col-tbl__txt p {
  text-align: left;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist .top h1 {
    height: 50vw;
    min-height: 160px;
  }
  #shoplist .top h1 img {
    display: none;
  }
}

#shoplist #shop .col-tbl__txt .btn {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #shop .col-tbl__txt .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #shop .col-tbl__txt h1 {
    text-align: center !important;
  }
}

#shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt {
  text-align: right;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt {
    text-align: left;
  }
}

#shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt h1, #shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt p {
  text-align: right;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt h1, #shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt p {
    text-align: left;
  }
}

#shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt .btn {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #shop .wrap .col-tbl:nth-of-type(even) .col-tbl__txt .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

#shoplist #map .wrap {
  width: 100%;
  display: table;
}

#shoplist #map .wrap #ggmap {
  width: 50%;
  position: relative;
  padding-top: 35.93%;
  height: 0;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #map .wrap #ggmap {
    width: 100%;
    display: block;
    padding-top: 71.875%;
  }
}

#shoplist #map .wrap .address {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  background: #f7f7f7;
}

@media (min-width: 0px) and (max-width: 767px) {
  #shoplist #map .wrap .address {
    width: 100%;
    display: block;
    padding: 7.8125% 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/* 20180529 */

#contact .wrap {
  /* padding-bottom:30% / 1280 * 100;*/
}

@media (min-width: 0px) and (max-width: 767px) {
  #contact .wrap {
    width: 80%;
    display: inline-block;
  }
}


/* 20180529 */

#contact p.lead, #contact .form {
  width: 70.3125%;
  max-width: 900px;
  margin: 0 auto;
}

#contact p.lead {
  color: #212121;
}

#contact .form {
  width: 70.3125%;
  display: table;
  /*padding: 3.90625% 0 0;*/
  padding: 40px 0 0;
}


/* 20180604 */

#shoplist #contact .form {
  padding: 3.90625% 0 0;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contact p.lead, #contact .form {
    width: 100%;
    display: block;
  }
  #contact p.lead {
    font-size: 12px;
    line-height: 16px;
  }
  #contact .form {
    padding: 35px 0 0;
  }
}


/* 20180529 */

#contact p.lead {
  text-align: left;
}

#contact .form dl {
  display: table-cell;
  width: 50%;
  text-align: left;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contact .form dl {
    width: 100%;
    display: block;
    margin: 0;
    /* 20180529 */
  }
}

#contact .form dl dt {
  font-weight: bold;
  color: #212121;
  /* 20180529 */
  font-size: 12px;
  /* 20180529 */
}

#contact .form dl dd {
  position: relative;
  margin-bottom: 1em;
  margin-left: 0;
  /* 20180529 */
}
#contact .form dl dd.store_select::after {
  content:"";
  position: absolute;
  top: 50%;
  pointer-events: none;
  right: calc(10% + 10px);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #000;

}
#contact .form dl input, #contact .form dl textarea, #contact .form dl select {
  width: 90%;
  padding: .7em;
  border: 1px solid #eeeeee;
  background: #f5f5f5;
  resize: vertical;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  /* 20180530 */
  /* 20180531 */
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
#contact .form dl select {
  padding: 0.59285714286em 0.7em;
  }
  
@media (min-width: 0px) and (max-width: 767px) {
  #contact .form dl input, #contact .form dl textarea, #contact .form dl select {
    width: 100%;
    font-size: 12px;
  }
  #contact .form dl select {
    transform: scale(1.0)
  }
  #contact .form dl dd.store_select::after {
    right: 5%;
  }
}

#contact .form dl input:focus, #contact .form dl textarea:focus {
  -webkit-box-shadow: 0 0 7px #ccc;
  box-shadow: 0 0 7px #ccc;
  border: 1px solid #ccc;
}

#contact .form dl textarea {
  min-height: 175px;
}
#contact .form dl dd {
  width: 100%;
}
#contact #accept {
  display: none;
}

#contact #accept+label {
  position: relative;
  display: inline-block;
  font-size: 12px;
  left: 20px;
  margin-right: 20px;
}

#contact #accept+label a {
  text-decoration: underline;
}

#contact #accept+label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  content: '';
}

#contact #accept+label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: -18px;
  display: block;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  content: '';
  opacity: 0;
  background: #127747;
}

#contact #accept:checked+label:before {
  opacity: 1;
}

#contact #send {
  background: #127749;
  border: 1px solid #127749;
  padding: 15px 35px;
  border-radius: 25.5px;
  box-sizing: border-box;
}

#contact #send:hover {
  color: #127749;
  background: #fff;
  border: 1px solid #127749;
}

#contact #send:disabled {
  cursor: default;
  opacity: 0.5;
}

#contact #send:disabled:hover {
  background: #127749;
  opacity: 0.5;
}

#contact #send:disabled:hover span {
  color: #fff;
}

#contact #send span {
  display: block;
  color: #FFF;
}

#contact #send:hover span {
  color: #127749;
}


/* 20181203 */

.rlx-form p.lead {
  padding-top: 20px;
}

#contact.rlx-form {
  display: block;
}

#contact.rlx-form dl {
  margin-top: 0;
}

#contents.rlx-corners.rlx-corners-v3-contact-page #rlx-contact-cover #contact h2.rlx-textblock {
  text-align: center;
  font-size: 20px;
}

#contact.rlx-form dl dd p {
  margin: 0;
}

#contact .btn {
  border: none;
}

#contents.rlx-corners #contact #back {
  background-color: #8f8f8f;
}

#contact #back span {
  display: block;
  padding: 1em 0;
  color: #FFF;
}

#contact .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#contact .clearfix .left {
  float: left;
}

#contact .clearfix .right {
  float: right;
}

#contact .err p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  #contents.rlx-corners.rlx-corners-v3-contact-page #rlx-contact-cover #contact h2.rlx-textblock {
    margin-bottom: 30px;
  }
  #contact.rlx-form dl {
    display: table;
    width: 100%;
    margin-bottom: 50px;
  }
  #contact.rlx-form dl dt, #contact.rlx-form dl dd {
    display: table-cell;
    vertical-align: top;
  }
  #contact.rlx-form dl dt {
    width: 40%;
  }
  #contact .clearfix {
    width: 430px;
    margin: 0 auto;
    padding-top: 50px;
  }
  #contents.rlx-corners #contact .clearfix .btn {
    margin-top: 0;
  }
  .rlx-breadcrumb.rlx-form {
    margin-bottom: 60px;
  }
  #contact .err p {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents.rlx-corners.rlx-corners-v3-contact-page #rlx-contact-cover #contact h2.rlx-textblock {
    width: 100%;
  }
  #contents.rlx-corners.rlx-corners-v3-contact-page #rlx-contact-cover.rlx-form:not(.rlx-thanks) {
    margin-bottom: 0;
  }
  #contact .clearfix {
    padding-top: 30px;
  }
  .rlx-breadcrumb.rlx-form, #contact .err {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  #contact .err p {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 655px) {
  #contents.rlx-corners #rlx-contact-cover.rlx-form .rlx-store-title {
    padding-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 360px) {
  #contents.rlx-corners #contact .clearfix .btn {
    width: 100px;
  }
}

#contents #info #header {
  min-width: auto;
}

#contents #info #info-title {
  background: url("/assets/images/info/bg_title.jpg") no-repeat 0 bottom;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  padding-top: 29.87%;
  margin-bottom: 6.25%;
}

#info #info-title h1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100% !important;
  display: table;
  font-size: 293%;
  color: #FFF;
  margin-top: -.75em;
}

@media (min-width: 0px) and (max-width: 767px) {
  #info #info-title h1 {
    font-size: 177%;
  }
}

#info #info-title h1 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#contents #info h2 {
  font-size: 124%;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media (min-width: 0px) and (max-width: 767px) {
  #info h2 {
    font-size: 108%;
  }
}
#contents #info .wrap h1 {
  margin-bottom: 1.75em;
}
#contents #info .inrwrap {
  width: 600px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
#contents #info .wrap h1 {
  margin-bottom: 1em;
  font-size: 1.25em;
}
#contents #info .inrwrap {
  width: 100%;
  }
}

#contents #info p, #contents #info li {
  text-align: left;
  margin-bottom: 1.5em;
}

#contents #info img {
  width: 48.98438%;
  margin: 0 auto 2.34375%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #contents #info img {
    width: 100%;
  }
  /*    @media (min-width: 0px) and (max-width: 767px) {
      margin-bottom: 50% / 640 *100;
    }*/
}


/* #contents #info .col-image {
  width: 48.98438%;
  margin: 0 auto 2.34375%; */


/*    @media (min-width: 0px) and (max-width: 767px) {
      margin-bottom: 50% / 640 *100;
    }*/


/*}*/

#info .btn-list {
  text-align: center;
  margin-bottom: 6.25%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #info .btn-list {
    margin-bottom: 10.9375%;
  }
}

#info .btn-list li {
  display: inline-block;
  margin: 3%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #info .btn-list li {
    display: block;
    margin: 3% 0;
  }
}

#info .inrwrap p.lead {
  margin-bottom: 4.21875%;
}

#info .inrwrap .photo-list {
  margin: 0;
  text-align: left;
}

#info .inrwrap .photo-list li {
  display: inline-block;
  vertical-align: top;
  width: 48.98438%;
  margin-bottom: 2.34375%;
}

#info .inrwrap .photo-list li:nth-child(odd) {
  margin-right: 1.875%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #info .inrwrap .photo-list li {
    width: 100%;
  }
  #info .inrwrap .photo-list li:nth-child(odd) {
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #info .inrwrap .photo-list li {
    width: 100%;
  }
  #info .inrwrap .photo-list li:nth-child(odd) {
    margin-right: 0;
  }
}

/* TOP Page店舗紹介 */

.family-feature-sec {
    width: auto;
    max-width: 1020px;
    text-align: left;
    margin: 0 auto 100px!important;
}
.family-feature-sec .img_onleft,
.family-feature-sec .img_onright {
    display: flex!important;
    flex-wrap: nowrap;
}
.family-feature-sec .img_onleft .imgleft,
.family-feature-sec .img_onright .imgright,
.family-feature-sec .img_onleft .txtright ,
.family-feature-sec .img_onright .txtleft  {
    width: 50%;
    display: flex;
    align-items: center;
}
.family-feature-sec .txt_info {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 800px;
    width: 80%;
    margin: 0 auto!important;
    padding: 44px 20px!important;
}
.family-feature-sec .txt_info h1 {
    font-size: 30px!important;
    font-weight: 300!important;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0!important;
    margin-bottom: 25px!important;
    padding: 0!important;
    color: #212121;
}
.family-feature-sec .txt_info h2 {
    font-size: 15px!important;
    font-weight: 300!important;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0!important;
    padding: 0!important;
    color: #767676 !important;
}

@media (min-width: 0px) and (max-width: 767px) {
    .family-feature-sec {
        width: 100%;
        margin-bottom: 0px!important;
    }
    .family-feature-sec .img_onleft,
    .family-feature-sec .img_onright {
        flex-wrap: wrap;
        width: 100%;
    }
    .family-feature-sec .img_onleft .imgleft,
    .family-feature-sec .img_onright .imgright,
    .family-feature-sec .img_onleft .txtright ,
    .family-feature-sec .img_onright .txtleft  {
        width: 100%;
    }
    .family-feature-sec .img_onright .imgright {
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
        -webkit-box-ordinal-group:1
    }
    
    .family-feature-sec .img_onright .txtleft {
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
        -webkit-box-ordinal-group:2
    }
    .family-feature-sec .txt_info h1 {
        font-size: 16px!important;
        letter-spacing: 1px;
        line-height: 36px;
    }
    .family-feature-sec .txt_info h2 {
        font-size: 12px!important;
        margin-bottom: 5px!important;
    }
    .family-feature-sec .txt_info p {
        font-size: 14px!important;
        font-weight: 300!important;
        line-height: 1.8em;
        color: #212121;
        margin: 0.5em 0!important;
    }
}