/*  **************************************************************************************************************************************************/
/*  contents  */
/*  **************************************************************************************************************************************************/
.modal-service li .txt .small {
  display: block;
  font-size: 12px;
}

.map {
  margin-bottom: 45px;
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 510px;
}
.info-box {
  display: table;
  width: 100%;
  margin-bottom: 5.5%;
}
.info-box h4 {
  display: table-cell;
  color: #454545;
  font-size: 22px;
  vertical-align: top;
  margin-bottom: 2%;
  float: left;
  width: 15.71429%;
}
.info-box .info-box-contents {
  display: table-cell;
  float: left;
  width: 84.28571%;
}
.info-box ul {
  float: left;
  margin-bottom: 0.5%;
  width: 72.03196%;
  min-height: 120px;
}
.info-box ul::after {
  content: "";
  display: block;
  clear: both;
}
.info-box ul li {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 1%;
}
.info-box ul li span {
  font-weight: 700;
}
.info-box ul li .tel {
  font-weight: normal;
}
.info-box ul li:first-child {
  margin-right: 2%;
}
.info-box .shop-btn {
  float: right;
  width: 27.96804%;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0.5%;
  text-align: center;
}
.info-box .shop-btn a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #FFF;
  display: block;
  position: relative;
  border: 1px solid #6e6e6e;
  background-color: #6e6e6e;
}
.info-box .shop-btn a:before {
  background: url("../../img/icon_blank_white.png") no-repeat 0 50%;
  content: "";
  display: inline-block;
  height: 11px;
  padding-right: 10px;
  vertical-align: baseline;
  background-size: contain;
  width: 15px;
}
.info-box .shop-btn a:after {
  background: url("../../img/icon_arrow1_white.svg") no-repeat 0 50%;
  content: "";
  display: inline-block;
  position: absolute;
  right: 16.32653%;
  top: 50%;
  height: 20px;
  margin: -10px 0 0 0px;
  text-align: right;
  vertical-align: baseline;
  background-size: contain;
  width: 9px;
}
.info-box .shop-btn a:hover {
  text-decoration: none;
}
.info-box .shop-btn:hover a {
  border: 1px solid #6e6e6e;
  background-color: #FFF;
  color: #6e6e6e;
}
.info-box .shop-btn:hover .main-bt__link:before {
  background: url("../../img/icon_blank_glay.png") no-repeat 0 50%;
  background-size: contain;
}
.info-box .shop-btn:hover .main-bt__link:after {
  background: url("../../img/icon_arrow1_glay.svg") no-repeat 0 50%;
}
.info-box .shop-btn:hover .main-bt__link:before {
  background: url("../../img/icon_blank_glay.png") no-repeat 0 50%;
  background-size: contain;
}
.info-box .shop-btn:hover .main-bt__link:after {
  background: url("../../img/icon_arrow1_glay.svg") no-repeat 0 50%;
}

/****reserve****/
.info-box .reserve-btn {
  float: right;
  width: 27.96804%;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0.5%;
  text-align: center;
}
.info-box .reserve-btn a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #454545;
  display: block;
  position: relative;
  border: 1px solid #E4E4E4;
  background-color: #E4E4E4;
}
.info-box .reserve-btn a:before {
  background: url("../../img/icon_blank_glay.png") no-repeat 0 50%;
  content: "";
  display: inline-block;
  height: 11px;
  padding-right: 10px;
  vertical-align: baseline;
  background-size: contain;
  width: 15px;
}
.info-box .reserve-btn a:after {
  background: url("../../img/icon_arrow1_white.svg") no-repeat 0 50%;
  content: "";
  display: inline-block;
  position: absolute;
  right: 16.32653%;
  top: 50%;
  height: 20px;
  margin: -10px 0 0 0px;
  text-align: right;
  vertical-align: baseline;
  background-size: contain;
  width: 9px;
}
.info-box .reserve-btn a:hover {
  text-decoration: none;
}
.info-box .reserve-btn:hover a {
  border: 1px solid #454545;
  background-color: #FFF;
  color: #454545;
}
.info-box .reserve-btn:hover .main-bt__link:before {
  background: url("../../img/icon_blank_glay.png") no-repeat 0 50%;
  background-size: contain;
}
.info-box .reserve-btn:hover .main-bt__link:after {
  background: url("../../img/icon_arrow1_glay.svg") no-repeat 0 50%;
}
/****reserve****/



.info-box .interval {
  font-size: 14px;
  color: #FFF;
  padding: 10px 0px;
  line-height: 1.4em;
  text-align: center;
  display: inline;
  box-sizing: border-box;
  float: left;
  width: 68.49315%;
  background-color: #454545;
}
.info-box .interval span {
  font-weight: 700;
}
.info-box .text-window {
  float: right;
  margin-top: 10px;
  width: 27.96804%;
}
.info-box .text-window a {
  color: #454545;
}
.service-box {
  display: table;
  width: 100%;
}
.service-box::after {
  content: "";
  display: block;
  clear: both;
}
.service-box h4 {
  display: table-cell;
  color: #454545;
  font-size: 22px;
  margin-bottom: 2%;
  vertical-align: top;
  width: 15.71429%;
}
.service-box .service-box-contents {
  display: table-cell;
  float: left;
  width: 100%;
}
.service-box ul {
  width: 100%;
}
.service-box ul::after {
  content: "";
  display: block;
  clear: both;
}
.service-box ul li {
  display: table;
  float: left;
  font-size: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 14.61864%;
  padding-left: 1.05932%;
  margin-right: 0.74153%;
  margin-bottom: 0.7%;
  height: 60px;
  border: 1px solid #d4d4d4;
  position: relative;
}
.service-box ul li span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  padding-left: 7.24638%;
  text-indent: -0.05em;
}
.service-box ul .service-2, .service-box ul .service-3, .service-box ul .service-4, .service-box ul .service-5, .service-box ul .service-6, .service-box ul .service-7, .service-box ul .service-8, .service-box ul .service-9, .service-box ul .service-10,
.service-box ul .service-11, .service-box ul .service-12, .service-box ul .service-13, .service-box ul .service-14, .service-box ul .service-15, .service-box ul .service-16, .service-box ul .service-17, .service-box ul .service-18 {
  background-size: 53px 64px;
  background-position: right 3px top 50%;
}
.service-box ul .service-2 {
  background: url("../../img/service01.png") no-repeat 95% 50%;
}
.service-box ul .service-2.off {
  background: url("../../img/service01_off.png") no-repeat 95% 50%;
}
.service-box ul .service-3 {
  background: url("../../img/service02.png") no-repeat right 50%;
}
.service-box ul .service-3.off {
  background: url("../../img/service02_off.png") no-repeat right 50%;
}
.service-box ul .service-4 {
  background: url("../../img/service03.png") no-repeat right 50%;
}
.service-box ul .service-4.off {
  background: url("../../img/service03_off.png") no-repeat right 50%;
}
.service-box ul .service-5 {
  background: url("../../img/service04.png") no-repeat right 50%;
}
.service-box ul .service-5.off {
  background: url("../../img/service04_off.png") no-repeat right 50%;
}
.service-box ul .service-6 {
  background: url("../../img/service05.png") no-repeat right 50%;
}
.service-box ul .service-6.off {
  background: url("../../img/service05_off.png") no-repeat right 50%;
}
.service-box ul .service-7 {
  background: url("../../img/service06.png") no-repeat right 50%;
}
.service-box ul .service-7.off {
  background: url("../../img/service06_off.png") no-repeat right 50%;
}
.service-box ul .service-8 {
  background: url("../../img/service07.png") no-repeat right 50%;
}
.service-box ul .service-8.off {
  background: url("../../img/service07_off.png") no-repeat right 50%;
}
.service-box ul .service-9 {
  background: url("../../img/service08.png") no-repeat right 50%;
}
.service-box ul .service-9.off {
  background: url("../../img/service08_off.png") no-repeat right 50%;
}
.service-box ul .service-10 {
  background: url("../../img/service09.png") no-repeat right 50%;
}
.service-box ul .service-10.off {
  background: url("../../img/service09_off.png") no-repeat right 50%;
}
.service-box ul .service-11 {
  background: url("../../img/service10.png") no-repeat right 50%;
}
.service-box ul .service-11.off {
  background: url("../../img/service10_off.png") no-repeat right 50%;
}
.service-box ul .service-12 {
  background: url("../../img/service11.png") no-repeat right 50%;
}
.service-box ul .service-12.off {
  background: url("../../img/service11_off.png") no-repeat right 50%;
}
.service-box ul .service-13 {
  background: url("../../img/service12.png") no-repeat right 50%;
}
.service-box ul .service-13.off {
  background: url("../../img/service12_off.png") no-repeat right 50%;
}
.service-box ul .service-14 {
  background: url("../../img/service13.png") no-repeat right 50%;
}
.service-box ul .service-14.off {
  background: url("../../img/service13_off.png") no-repeat right 50%;
}
.service-box ul .service-15 {
  background: url("../../img/service14.png") no-repeat right 50%;
}
.service-box ul .service-15.off {
  background: url("../../img/service14_off.png") no-repeat right 50%;
}
.service-box ul .service-16 {
  background: url("../../img/service15.png") no-repeat right 50%;
}
.service-box ul .service-16.off {
  background: url("../../img/service15_off.png") no-repeat right 50%;
}
.service-box ul .service-17 {
  background: url("../../img/service16.png") no-repeat right 50%;
}
.service-box ul .service-17.off {
  background: url("../../img/service16_off.png") no-repeat right 50%;
}
.service-box ul .service-18 {
  background: url("../../img/service17.png") no-repeat right 50%;
}
.service-box ul .service-18.off {
  background: url("../../img/service17_off.png") no-repeat right 50%;
}
.service-box .text-link a {
  color: #454545;
}

.sale-block{
  padding-left: 15.7143%;
  width: 100%;
  box-sizing: border-box;
}

.sale-box{
  display: table;
  table-layout: fixed;
  border: 1px solid #e5e5e5;
  width: 49%;
  margin-top: 10px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.sale-box:first-child{
  margin-right: 2%;
}
.wrap .main-area .sale-box:hover {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  text-decoration: none;
}
dt:hover {
  text-decoration: none;
}
.sale-box dd{
  width: 130px;
  display: table-cell;
  vertical-align: middle;
}
.sale-box dd img{
  width: 100%;
}
.sale-box dt{
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
  letter-spacing: 0.08em;
}
.sale-box dt .date{
  color: #474747;
  font-size: 12px;
  display: block;
}
.sale-box dt .ttl{
  font-size: 16px;
  padding: 0 30px 0 0;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3em;
  color: #454545;
}
.sale-box:after{
  background: rgba(0, 0, 0, 0) url("/img/common/icon_arrow1_glay.svg") no-repeat scroll 0 0;
  top: 50%;
  content: "";
  height: 15px;
  margin-top: -7.5px;
  position: absolute;
  right: 4%;
  width: 9px;
}

@media screen and (max-width: 1365px) {
  .info-box h4 {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
  .info-box .info-box-contents {
    display: block;
    width: 100%;
  }
  .info-box .info-box-contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .info-box .info-box-contents ul {
    width: 60.5227%;
  }
  .info-box .text-window {
    float: left;
    width: 38.51444%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .info-box .shop-btn {
    float: right;
    width: 38.51444%;
    font-size: 13px;
    margin-bottom: 1.2%;
  }
  .info-box .shop-btn a {
    padding-left: 20px;
  }


  .info-box .reserve-btn {
    float: right;
    width: 38.51444%;
    font-size: 13px;
    margin-bottom: 1.2%;
  }
  .info-box .reserve-btn a {
    padding-left: 20px;
  }

  .info-box .interval {
    font-size: 13px;
    padding: 8px;
    width: 100%;
    text-align: left;
  }
  .info-box .interval span {
    display: block;
  }
  .service-box h4 {
    width: 100%;
    display: block;
  }
  .service-box ul li {
    font-size: 13px;
    width: 23.41102%;
    box-sizing: border-box;
    margin-right: 2.11864%;
    margin-bottom: 2.11864%;
  }
  .service-box ul li:nth-child(4n) {
    margin-right: 0px;
  }
  .service-box ul .service-2, .service-box ul .service-3, .service-box ul .service-4, .service-box ul .service-5, .service-box ul .service-6, .service-box ul .service-7, .service-box ul .service-8, .service-box ul .service-9, .service-box ul .service-10, .service-box ul .service-11, .service-box ul .service-12, .service-box ul .service-13, .service-box ul .service-14, .service-box ul .service-15, .service-box ul .service-16, .service-box ul .service-17, .service-box ul .service-18, .service-box ul .service-2.off, .service-box ul .service-3.off, .service-box ul .service-4.off, .service-box ul .service-5.off, .service-box ul .service-6.off, .service-box ul .service-7.off, .service-box ul .service-8.off, .service-box ul .service-9.off, .service-box ul .service-10.off, .service-box ul .service-11.off, .service-box ul .service-12.off, .service-box ul .service-13.off, .service-box ul .service-14.off, .service-box ul .service-15.off, .service-box ul .service-16.off, .service-box ul .service-17.off, .service-box ul .service-18.off {
    background-size: 47.7px 57.6px;
    background-position: right 2px top 50%;
  }
  .sale-block{
  padding-left: 0%;
  }
  .sale-box{
    display: table;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    position: relative;
    box-sizing: border-box;
  }
  .wrap .main-area .sale-box:hover {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-decoration: none;
  }
  dt:hover {
    text-decoration: none;
  }
  .sale-box dd{
    width: 110px;
  }
  .sale-box dt{
    padding-left: 14px;
  }
  .sale-box dt .date{
    font-size: 10px;
    line-height: 1.3em;
  }
  .sale-box dt .ttl{
    font-size: 14px;
  }
  .sale-box:after{
    background: rgba(0, 0, 0, 0) url("/img/common/icon_arrow1_glay.svg") no-repeat scroll 0 0;
    top: 50%;
    content: "";
    height: 15px;
    margin-top: -7.5px;
    position: absolute;
    right: 4%;
    width: 9px;
  }

}
@media screen and (max-width: 767px) {
  .modal-service li .txt .small {
    font-size: 11px;
  }

  .map {
    margin-bottom: 25px;
  }
  .map iframe {
    height: 300px;
  }
  .info-box {
    display: block;
    margin-bottom: 5%;
  }
  .info-box::after {
    content: "";
    display: block;
    clear: both;
  }
  .info-box h4 {
    font-size: 17px;
    padding-bottom: 2%;
    margin-bottom: 1%;
  }
  .info-box .info-box-contents {
    display: block;
    width: 100%;
  }
  .info-box .info-box-contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .info-box .info-box-contents ul {
    margin-bottom: 2%;
    width: 100%;
	min-height: auto;
  }
  .info-box .info-box-contents ul li {
    width: 100%;
  }
  .info-box .info-box-contents ul li a {
    text-decoration: underline;
  }
  .info-box .info-box-contents ul li p {
    padding-bottom: 1.5%;
  }
  .info-box .info-box-contents ul li:first-child {
    margin-right: 0%;
  }
  .info-box .shop-btn {
    float: left;
    width: 48.69326%;
    font-size: 14px;
  }
  .info-box .shop-btn a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
    display: block;
    position: relative;
    padding-left: 10px;
    border: 1px solid #6e6e6e;
    background-color: #6e6e6e;
  }
  .info-box .shop-btn a:after {
    background: url("../../img/icon_arrow1_white.svg") no-repeat 0 50%;
    height: 20px;
    width: 9px;
    margin-top: -10px;
    right: 8.16327%;
  }
  .info-box .shop-btn a:hover {
    text-decoration: none;
  }

/*↓reserve-btn 0621*/
.info-box .reserve-btn {
  float: left;
  width: 48.69326%;
  font-size: 14px;
}
.info-box .reserve-btn a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #454545;
  display: block;
  position: relative;
  padding-left: 10px;
  border: 1px solid #E4E4E4;
  background-color: #E4E4E4;
}
.info-box .reserve-btn a:after {
  background: url("../../img/icon_arrow1_white.svg") no-repeat 0 50%;
  height: 20px;
  width: 9px;
  margin-top: -10px;
  right: 8.16327%;
}
.info-box .reserve-btn a:hover {
  text-decoration: none;
}
/*↑---*/

  .info-box .text-window {
    width: 48.69326%;
    margin-top: 12px;
    margin-left: 2.61348%;
  }
  .info-box .interval {
    margin-top: 2%;
    font-size: 13px;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  .info-box .interval span {
    display: block;
  }
  .service-box {
    display: block;
  }
  .service-box h4 {
    display: block;
    font-size: 17px;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 2%;
    margin-bottom: 1%;
  }
  .service-box .service-box-contents {
    display: block;
  }
  .service-box .service-box-contents li {
    display: table;
    height: 40px;
    font-size: 12px;
    box-sizing: border-box;
    width: 31.48426%;
    margin-bottom: 1.7%;
    line-height: 1.1em;
    margin: 0 9px 9px 0;
  }
  .service-box .service-box-contents li span {
    display: table-cell;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: -0.1em;
    margin-right: 2.9985%;
    padding-left: 10%;
  }
  .service-box .service-box-contents .service-2, .service-box .service-box-contents .service-3, .service-box .service-box-contents .service-4, .service-box .service-box-contents .service-5, .service-box .service-box-contents .service-6, .service-box .service-box-contents .service-7, .service-box .service-box-contents .service-8, .service-box .service-box-contents .service-9, .service-box .service-box-contents .service-10, .service-box .service-box-contents .service-11, .service-box .service-box-contents .service-12, .service-box .service-box-contents .service-13, .service-box .service-box-contents .service-14, .service-box .service-box-contents .service-15, .service-box .service-box-contents .service-16, .service-box .service-box-contents .service-17, .service-box .service-box-contents .service-18, .service-box .service-box-contents .service-2.off, .service-box .service-box-contents .service-3.off, .service-box .service-box-contents .service-4.off, .service-box .service-box-contents .service-5.off, .service-box .service-box-contents .service-6.off, .service-box .service-box-contents .service-7.off, .service-box .service-box-contents .service-8.off, .service-box .service-box-contents .service-9.off, .service-box .service-box-contents .service-10.off, .service-box .service-box-contents .service-11.off, .service-box .service-box-contents .service-12.off, .service-box .service-box-contents .service-13.off, .service-box .service-box-contents .service-14.off, .service-box .service-box-contents .service-15.off, .service-box .service-box-contents .service-16.off, .service-box .service-box-contents .service-17.off, .service-box .service-box-contents .service-18.off {
    background-size: 29px 35px;
    background-position: right 2px top 50%;
  }
  .service-box .service-box-contents li:nth-child(4n) {
    margin-right: 9px;
  }
  .service-box .service-box-contents li:nth-child(3n) {
    margin-right: 0px;
  }
  .service-box .text-link a {
    color: #454545;
  }
}
@media screen and (max-width: 374px) {
  .service-box .service-box-contents li {
    width: 48%;
    margin-right: 5px;
  }
  .service-box .service-box-contents li:nth-child(3n) {
    margin-right: 5px;
  }
  .service-box .service-box-contents li:nth-child(2n) {
    margin-right: 0px;
  }
}
