@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : shop.css
 author     : Ability Consultant
 style info : shop
=================================================================== */
.con_lnk, .con_intro_lnk, .con_shop .box_shop {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_lnk, .con_intro_lnk, .con_shop .box_shop {
    width: 95%;
  }
}

/* font-awesome */
.btn_blue {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #102870;
  width: 418px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.btn_blue a {
  font-size: 124%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 15px;
  vertical-align: middle;
  text-decoration: none !important;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn_blue a {
    font-size: 100%;
    padding: 1em 2%;
  }
}
.btn_blue a:after {
  -moz-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}
.btn_blue a:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  width: 26px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  background-size: 100% auto;
  z-index: 1;
  right: 20px;
  top: 50%;
  margin-top: -6.5px;
}
.btn_blue a span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 0 30px 0 15px;
}
@media only screen and (max-width: 767px) {
  .btn_blue a span {
    padding: 0 12% 0 0;
  }
}
.mouse .btn_blue a:hover:after, .touch .btn_blue a.touchstart:after {
  top: 0;
}
.mouse .btn_blue a:hover:before, .touch .btn_blue a.touchstart:before {
  background-position: center bottom;
}
.touch .btn_blue a {
  -webkit-tap-highlight-color: transparent;
}
.touch .btn_blue a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.btn_blue a {
  color: #fff;
  background-color: #102870;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .btn_blue a {
    font-weight: 500;
  }
}
.btn_blue a:after {
  background-color: #fff;
}
.btn_blue a:before {
  background-image: url(../images/common/ic_arr_wb.png);
}
.mouse .btn_blue a:hover, .touch .btn_blue a.touchstart {
  color: #102870;
  background-color: #fff;
}
.touch .btn_blue a {
  -webkit-tap-highlight-color: transparent;
}
.touch .btn_blue a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .btn_blue {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_blue {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_lnk
----------------------------------------------------------- */
.con_lnk {
  margin-bottom: 70px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_lnk {
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk {
    margin-top: 5%;
  }
}
.con_lnk ul {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
.con_lnk ul li {
  display: inline-block;
  width: 31.09091%;
  height: 105px;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li {
    width: 100%;
    height: auto;
    margin: 0 0 1em;
  }
}
.con_lnk ul li a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 154%;
  text-align: center;
  color: #FFF;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a {
    font-size: 108%;
  }
  .con_lnk ul li a span {
    padding: 5% 0;
  }
}
.con_lnk ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.con_lnk ul li a span:after {
  margin-top: 1%;
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: url(../shop/images/arrow_menu.png) no-repeat center top;
  background-size: contain;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a span:after {
    -webkit-transition: none;
    transition: none;
  }
}
.mouse .con_lnk ul li a:hover, .touch .con_lnk ul li a.touchstart {
  text-decoration: none;
}
.mouse .con_lnk ul li a:hover span:after, .touch .con_lnk ul li a.touchstart span:after {
  margin-top: 4%;
}
@media only screen and (max-width: 767px) {
  .mouse .con_lnk ul li a:hover span:after, .touch .con_lnk ul li a.touchstart span:after {
    margin-top: 1%;
  }
}
.touch .con_lnk ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_lnk ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_lnk ul li a.mm_01 {
  background: url(../shop/images/mm_fussa.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.con_lnk ul li a.mm_02 {
  background: url(../shop/images/mm_zougura.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a.mm_02 {
    line-height: 3.6em;
  }
}
.con_lnk ul li a.mm_03 {
  background: url(../shop/images/mm_sake_cenllar.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li a.mm_03 {
    line-height: 3.6em;
  }
}
.con_lnk ul li:nth-child(2) {
  margin: 0 3.36364%;
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li:nth-child(2) {
    margin: 0 0 1em;
  }
}

.con_intro_lnk {
  margin-bottom: 70px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro_lnk {
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro_lnk {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro_lnk {
    margin-top: 5%;
  }
}
.con_intro_lnk .txt {
  text-align: center;
  margin-bottom: 1%;
}

/* -----------------------------------------------------------
	.con_shop
----------------------------------------------------------- */
/* 共通項目 */
.con_shop {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #dcd8d8;
  padding-top: 36px;
}
@media only screen and (max-width: 767px) {
  .con_shop {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop {
    margin-bottom: 5%;
  }
}
.con_shop h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.con_shop h3:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  width: 61px;
  height: 62px;
  background: url(../images/common/ic_wara.png) no-repeat center top;
}
@media only screen and (max-width: 767px) {
  .con_shop h3:before {
    background-size: 45.75px auto;
  }
}
.con_shop h3 em {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 193%;
  display: block;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .con_shop h3 em {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop h3 em {
    font-size: 177%;
    line-height: 1.3;
  }
}
.con_shop h3 span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1em;
}
@media only screen and (max-width: 767px) {
  .con_shop h3 span {
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_shop h3 {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop h3 {
    margin-bottom: 5%;
  }
}
.con_shop .box_shop {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 144px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_shop .box_shop {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop {
    padding: 5% 0 10%;
  }
}
.con_shop .box_shop h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 162%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop h4 {
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_shop .box_shop h4 {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop h4 {
    font-size: 139%;
  }
}
.con_shop .box_shop .txt {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .txt {
    margin-bottom: 2em;
  }
}
.con_shop .box_shop .list_res {
  overflow: hidden;
  *zoom: 1;
  margin-top: 80px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .list_res {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_shop .box_shop .list_res {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .list_res {
    margin-bottom: 3%;
  }
}
.con_shop .box_shop .list_res li {
  float: left;
  border-bottom: 1px solid #ede8e8;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .list_res li .img img {
    width: 100%;
  }
}
.con_shop .box_shop .list_res li.box01, .con_shop .box_shop .list_res li.box03 {
  width: 33.27273%;
}
.con_shop .box_shop .list_res li.box01 .txt_dt, .con_shop .box_shop .list_res li.box03 .txt_dt {
  border-left: 1px solid #ede8e8;
  border-right: 1px solid #ede8e8;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .list_res li.box01 .txt_dt, .con_shop .box_shop .list_res li.box03 .txt_dt {
    border: none;
  }
}
.con_shop .box_shop .list_res li.box02 {
  width: 33.45455%;
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .list_res li {
    width: 100% !important;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  .con_shop .box_shop .list_res li .img {
    text-align: center;
  }
}
.con_shop .box_shop .list_res li .txt_dt {
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_shop .box_shop .list_res li .txt_dt {
    padding: 1em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_shop .box_shop .list_res li .txt_dt {
    padding: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .con_shop .banner_shop {
    margin-top: 5%;
  }
}
.con_shop .con_shop {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_shop .con_shop {
    margin: auto;
  }
}

/* 福生のビール小屋　*/
.fussa {
  padding-top: 0;
  /*.img_fusa{
  	background: url(../shop/images/img_fussa.jpg) no-repeat center top;
  	height: 386px;
  	background-size: cover;
  	@include mq(sp) {
  		height: 8em;
  	}
  }*/
}

/* 雑蔵　*/
.zogura .img_zougura {
  background: url(../shop/images/img_zougura.jpg) no-repeat center top;
  height: 386px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .zogura .img_zougura {
    height: 8em;
  }
}

/* 酒世羅　*/
.cellar {
  border-bottom: none;
  /* .box_beer */
  /* .con_goods */
}
.cellar .img_sake {
  background: url(../shop/images/img_sake.jpg) no-repeat center top;
  height: 386px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .cellar .img_sake {
    height: 8em;
  }
}
.cellar .box_shop {
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .cellar .box_shop {
    padding: 5% 0;
  }
}
.cellar .box_shop .img_full {
  margin: 33px 0 20px;
}
@media only screen and (max-width: 767px) {
  .cellar .box_shop .img_full {
    margin: 3% 0;
  }
}
.cellar .box_beer .box_txt .txt_sakecellar {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cellar .box_beer .box_txt .txt_sakecellar {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .box_txt .txt_sakecellar {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .box_txt {
    width: 100%;
    text-align: left;
    margin-bottom: 4%;
  }
}
.cellar .box_beer .btn_blue {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #102870;
  width: 353px;
  margin: 0;
  margin: 0 auto 66px;
}
.cellar .box_beer .btn_blue a {
  font-size: 124%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 15px;
  vertical-align: middle;
  text-decoration: none !important;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .btn_blue a {
    font-size: 100%;
    padding: 1em 2%;
  }
}
.cellar .box_beer .btn_blue a:after {
  -moz-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}
.cellar .box_beer .btn_blue a:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  width: 26px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  background-size: 100% auto;
  z-index: 1;
  right: 20px;
  top: 50%;
  margin-top: -6.5px;
}
.cellar .box_beer .btn_blue a span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 0 30px 0 15px;
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .btn_blue a span {
    padding: 0 12% 0 0;
  }
}
.mouse .cellar .box_beer .btn_blue a:hover:after, .touch .cellar .box_beer .btn_blue a.touchstart:after {
  top: 0;
}
.mouse .cellar .box_beer .btn_blue a:hover:before, .touch .cellar .box_beer .btn_blue a.touchstart:before {
  background-position: center bottom;
}
.touch .cellar .box_beer .btn_blue a {
  -webkit-tap-highlight-color: transparent;
}
.touch .cellar .box_beer .btn_blue a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.cellar .box_beer .btn_blue a {
  color: #fff;
  background-color: #102870;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .btn_blue a {
    font-weight: 500;
  }
}
.cellar .box_beer .btn_blue a:after {
  background-color: #fff;
}
.cellar .box_beer .btn_blue a:before {
  background-image: url(../images/common/ic_arr_wb.png);
}
.mouse .cellar .box_beer .btn_blue a:hover, .touch .cellar .box_beer .btn_blue a.touchstart {
  color: #102870;
  background-color: #fff;
}
.touch .cellar .box_beer .btn_blue a {
  -webkit-tap-highlight-color: transparent;
}
.touch .cellar .box_beer .btn_blue a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .btn_blue {
    margin: 0 auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .box_beer .btn_blue {
    width: 100%;
  }
}
.cellar .con_goods {
  background: url(../shop/images/bg_sera2.jpg) repeat left top;
  padding: 50px 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cellar .con_goods {
    padding: 7% 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods {
    padding: 8% 0 0;
  }
}
.cellar .con_goods .txt_goods {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 162%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods .txt_goods {
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cellar .con_goods .txt_goods {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods .txt_goods {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods .txt_goods {
    font-size: 139%;
  }
}
.cellar .con_goods .box_goods {
  margin: 0 auto 50px;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods .box_goods {
    margin: 0 auto 5%;
  }
}
@media only screen and (max-width: 1100px) {
  .cellar .con_goods .box_goods {
    width: 95%;
  }
}
.cellar .con_goods .box_goods li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 23.26923%;
  margin-left: 2.11538%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cellar .con_goods .box_goods li {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods .box_goods li {
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 1101px) {
  .cellar .con_goods .box_goods li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media print {
  .cellar .con_goods .box_goods li:nth-child(4n+1) {
    margin-left: 0;
  }
}
.ie8 .cellar .con_goods .box_goods li:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cellar .con_goods .box_goods li {
    width: 23.25359%;
  }
  .cellar .con_goods .box_goods li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cellar .con_goods .box_goods li {
    width: 48.01097%;
  }
  .cellar .con_goods .box_goods li:nth-child(2n+1) {
    margin-left: 0;
  }
  .cellar .con_goods .box_goods li img {
    width: 100%;
    height: auto;
  }
}

/* -----------------------------------------------------------
	.con_table
----------------------------------------------------------- */
.box_information {
  padding-bottom: 62px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .box_information {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_information {
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .box_information.last {
    padding-bottom: 0;
  }
}
.box_information .tbl_basic th {
  width: 20%;
  background-image: url(../shop/images/bg_th.png);
  background-color: rgba(220, 220, 220, 0.4);
}
@media only screen and (max-width: 767px) {
  .box_information .tbl_basic th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_information .tbl_basic th {
    display: block;
  }
}
.box_information .tbl_basic td span {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .box_information .tbl_basic td {
    width: 100%;
    display: block;
  }
  .box_information .tbl_basic td a {
    text-decoration: underline;
  }
}
.box_information .txt {
  margin-top: 20px;
}

.box_contact {
  background: #f8f5f5;
  text-align: center;
  padding: 15px;
  margin: 0 auto 0%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .box_contact {
    padding: 2.27273%;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact {
    padding: 0.7em;
  }
}
.box_contact .tit {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 154%;
  letter-spacing: 0.2em;
  color: #102870;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box_contact .tit {
    font-weight: 500;
  }
}
.box_contact .tel .txt_tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 385%;
  margin-right: 0;
  line-height: normal;
  padding-left: .7em;
  background: url(../shop/images/ic_phone.png) center left no-repeat;
  background-size: 0.63em auto;
  font-family: 'Playfair Display',"Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .box_contact .tel .txt_tel {
    font-size: 216%;
    letter-spacing: 0;
  }
  .box_contact .tel .txt_tel a {
    text-decoration: underline;
  }
}
.box_contact .tel .txt_time {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0.4em 1em;
  color: #000;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .box_contact .tel .txt_time {
    display: block;
    margin: 3% auto;
  }
}
.box_contact .info {
  font-size: 124%;
  margin: 2% 0 0;
}
.box_contact .info span {
  display: block;
  font-size: 85%;
}
