@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
html {
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

body {
  color: #5d2e13;
  line-height: 1.8;
}

.paci {
  font-family: 'Pacifico', cursive;
}

.wrapper {
  overflow: hidden;
  position: relative;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
}
.wrapper .contArea,
.wrapper .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .contArea {
    width: 94% !important;
    margin: 0 3%;
  }
}

.mainConts {
  position: relative;
  padding: 110px 0 100px;
  /*margin-bottom: 100px;*/
}
@media screen and (max-width: 768px) {
  .mainConts {
    padding: 50px 0 80px;
    margin-bottom: 50px;
  }
}

/*--header-------------------*/
.headerWrap {
  border-top: #2f4a4a 5px solid;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 777;
  top: 0px;
  background-color: #f5eac6;
}
.headerWrap.fixed {
  position: fixed;
  background-color: #ffffff;
}
.headerWrap.fixed header .headInner .logo {
  width: 26%;
}
.headerWrap.fixed header .headInner .logo img.def {
  display: none;
}
.headerWrap.fixed header .headInner .logo img.fix {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .headerWrap.fixed {
    position: absolute;
    background-color: #f5eac6;
  }
}
.headerWrap header {
  position: relative;
  display: block;
  z-index: 780;
  width: 100%;
  min-height: 105px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}
.headerWrap header .headInner {
  position: relative;
  height: 105px;
  max-width: 1500px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  /*padding-left: 200px;*/
}
.headerWrap header .headInner .logo {
  margin: 25px 5px 25px 25px;
  /*	top:25px;
  	left:25px;*/
  position: relative;
  max-width: 180px;
  vertical-align: middle;
  text-align: center;
  width: 26%;
  height: 164px;
}
.headerWrap header .headInner .logo img.def {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  z-index: 994;
  margin: 0px auto 0;
}
.headerWrap header .headInner .logo img.fix {
  display: none;
  max-width: 180px;
  width: 100%;
  z-index: 994;
  margin: 0px auto 0;
}
.headerWrap header .headInner .navWrap {
  display: block;
  width: 100%;
  /*max-width: 1000px;*/
  max-width: 1100px;
  margin: 0 25px 0 auto;
  padding-top: 45px;
}
.headerWrap header .headInner .navWrap .shopBtn {
  position: absolute;
  top: 0;
  right: 25px;
  max-width: 180px;
  width: 100%;
  background-color: #2f4a4a;
  height: 30px;
  border-radius: 0 0 6px 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.headerWrap header .headInner .navWrap .shopBtn:hover {
  opacity: 0.7;
}
.headerWrap header .headInner .navWrap .shopBtn a {
  color: #ffffff;
  vertical-align: middle;
  font-size: 1.5rem;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
}
.headerWrap header .headInner .navWrap .shopBtn a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("/common/img/icn_cart.png") no-repeat center center/100% auto;
  margin-right: 5px;
}
.headerWrap header .nav {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  padding: 0;
}
.headerWrap header .nav > li {
  position: relative;
  display: table;
  background: url("/common/img/nav_dot.png") repeat-y top right;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.headerWrap header .nav > li:hover {
  opacity: 0.5;
}
.headerWrap header .nav > li a {
  width: 100%;
  padding: 0 15px;
  display: flex;
  text-align: left;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 1320px) {
  .headerWrap header .nav > li a {
    font-size: 1.6rem;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1200px) {
  .headerWrap header .nav > li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .headerWrap header .nav > li a {
    padding: 0 5%;
  }
}
.headerWrap header .nav > li a em {
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  color: #4a1e04;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
}
.headerWrap header .nav > li a em .paci {
  display: block;
  color: #d1a84a;
  font-size: 1.3rem;
}
.headerWrap header .nav > li a:before {
  content: '';
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.headerWrap header .nav > li.home a:before {
  background: url("/common/img/icn_home.png") no-repeat center center/100% auto;
}
.headerWrap header .nav > li.about a:before {
  background: url("/common/img/icn_about.png") no-repeat center center/100% auto;
}
.headerWrap header .nav > li.shop a:before {
  background: url("/common/img/icn_shop.png") no-repeat center center/100% auto;
}
.headerWrap header .nav > li.menu a:before {
  background: url("/common/img/icn_menu.png") no-repeat center center/100% auto;
}
.headerWrap header .nav > li.recruit a:before {
  background: url("/common/img/icn_recruit.png") no-repeat center center/100% auto;
}
.headerWrap header .nav > li.news a:before {
  background: url("/common/img/icn_news.png") no-repeat center center/100% auto;
}
.headerWrap .spH {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerWrap .spH {
    width: 100%;
    position: relative;
    display: block;
    z-index: 998;
  }
  .headerWrap .spH header {
    /*background-color: #ffffff;*/
    border-top: #2f4a4a 5px solid;
    min-height: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    top: -5px;
    left: 0;
    z-index: 9999;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    min-height: 80px;
  }
  .headerWrap .spH header.op {
    top: 0;
    left: 0;
    position: fixed;
  }
  .headerWrap .spH header .logo {
    position: absolute;
    top: 10px;
    padding: 0px 10px 5px 15px;
    width: 25%;
    min-width: 80px;
    max-width: 120px;
    z-index: 9991;
    text-align: left;
  }
  .headerWrap .spH header .spLink {
    display: block;
    width: 40%;
    max-width: 160px;
    position: fixed;
    padding: 10px 3px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 9990;
    background-color: #2f4a4a;
    border-radius: 0 0 0 15px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: -webkit- center;
    justify-content: center;
  }
  .headerWrap .spH header .spLink .ol_shop {
    /*	width:46%;*/
    max-width: 65px;
    min-width: 40px;
    padding: 0 18px 0 12px;
  }
  .headerWrap .spH header .spLink .menu_box {
    background: url("/common/img/bd_dot_w.png") repeat-y top left;
    width: 43%;
    padding: 0 12px 0 18px;
  }
  .headerWrap .spH nav {
    display: none;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 120px 10% 20px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: calc(100vh - 80px);
    z-index: 8888 !important;
    background-color: #f5eac6;
  }
  .headerWrap .spH nav .nav {
    margin: 0px 0 80px 0;
    width: 100%;
    text-align: left;
  }
  .headerWrap .spH nav .nav > li {
    position: relative;
    display: table;
    background: url("/common/img/bd_dot.png") repeat-x center bottom;
    width: 100%;
  }
  .headerWrap .spH nav .nav > li a {
    width: 100%;
    padding: 10px 10px;
    display: flex;
    text-align: left;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 500;
  }
  .headerWrap .spH nav .nav > li a em {
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    color: #4a1e04;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
  }
  .headerWrap .spH nav .nav > li a em .paci {
    display: block;
    color: #d1a84a;
    font-size: 1.3rem;
  }
  .headerWrap .spH nav .nav > li a:before {
    content: '';
    width: 40px;
    height: 40px;
    margin-right: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .headerWrap .spH nav .nav > li.home a:before {
    background: url("/common/img/icn_home.png") no-repeat center center/100% auto;
  }
  .headerWrap .spH nav .nav > li.about a:before {
    background: url("/common/img/icn_about.png") no-repeat center center/100% auto;
  }
  .headerWrap .spH nav .nav > li.shop a:before {
    background: url("/common/img/icn_shop.png") no-repeat center center/100% auto;
  }
  .headerWrap .spH nav .nav > li.menu a:before {
    background: url("/common/img/icn_menu.png") no-repeat center center/100% auto;
  }
  .headerWrap .spH nav .nav > li.recruit a:before {
    background: url("/common/img/icn_recruit.png") no-repeat center center/100% auto;
  }
  .headerWrap .spH nav .nav > li.news a:before {
    background: url("/common/img/icn_news.png") no-repeat center center/100% auto;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 34px;
  height: 27px;
}
.menu-trigger:after {
  display: inline-block;
  content: 'menu';
  color: #ffffff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/*--footer --
-------------------------*/
footer {
  display: block;
  width: 100%;
  padding: 0 0 25px;
  background: url("/common/img/ft_bd.png") repeat-x center bottom;
}
footer .footWrap {
  position: relative;
  width: 100%;
  background: url("/common/img/ft_bg.jpg") repeat center bottom;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  footer .footWrap {
    padding: 30px 0 10px;
  }
}
footer .footWrap .footArea {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  footer .footWrap .footArea {
    width: 94% !important;
    margin: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footWrap .footArea .footL {
  max-width: 260px;
  text-align: left;
  padding-top: 10px;
  width: 24%;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footL {
    margin: 0 auto 10px;
    width: 90%;
    text-align: center;
    padding-top: 0px;
  }
}
footer .footWrap .footArea .footL .logo {
  margin: 0 5% 0 0;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footL .logo {
    max-width: 120px;
    margin: 0 auto;
  }
}
footer .footWrap .footArea .footR {
  max-width: 650px;
  width: 60%;
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  footer .footWrap .footArea .footR {
    margin: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .footWrap .footArea .footR .nav {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav.nav1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav.nav2 {
    margin: 0 auto 5px;
    -webkit-justify-content: center;
    justify-content: -webkit- center;
    justify-content: center;
  }
}
footer .footWrap .footArea .footR .nav > li {
  border-right: #5d2e13 1px solid;
  padding: 0 18px;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav > li {
    padding: 0 10px;
    margin: 0 0 15px 0;
  }
}
footer .footWrap .footArea .footR .nav > li.news {
  border-right: none;
  padding: 0 0 0 18px;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav > li.news {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav > li.sitemap {
    border-left: #5d2e13 1px solid;
  }
}
footer .footWrap .footArea .footR .nav > li a {
  font-size: 1.6rem;
  color: #5d2e13;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav > li a {
    font-size: 1.4rem;
  }
}
footer .footWrap .footArea .footR .nav > li a:hover {
  opacity: 0.5;
}
footer .footWrap .footArea .footR .nav > li.about, footer .footWrap .footArea .footR .nav > li.privacy, footer .footWrap .footArea .footR .nav > li.sitemap {
  padding: 0 18px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .nav > li.about, footer .footWrap .footArea .footR .nav > li.privacy, footer .footWrap .footArea .footR .nav > li.sitemap {
    padding: 0 10px;
  }
}
footer .footWrap .footArea .footR .ft_link {
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .ft_link {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footWrap .footArea .footR .ft_link > li.ol_shop {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .ft_link > li.ol_shop {
    margin: 0 auto 20px;
    width: 90%;
    text-align: center;
  }
  footer .footWrap .footArea .footR .ft_link > li.ol_shop .ol_btn {
    margin: 0 auto;
  }
}
footer .footWrap .footArea .footR .ft_link > li.link_icn {
  padding: 0 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .ft_link > li.link_icn {
    width: 20%;
    text-align: center;
  }
  footer .footWrap .footArea .footR .ft_link > li.link_icn.snsinsta {
    margin-left: 30%;
  }
  footer .footWrap .footArea .footR .ft_link > li.link_icn.snsfb {
    margin-right: 30%;
  }
}
footer .footWrap .footArea .footR .ft_link > li.link_icn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .footR .ft_link > li.link_icn:hover {
    opacity: 1;
  }
}
footer .footWrap .footArea .footR .ft_link > li.link_icn img {
  width: 23px;
  height: auto;
}
footer .footWrap .footArea .ft_bnr {
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .ft_bnr {
    display: flex;
    max-width: 100%;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    width: 100%;
  }
}
footer .footWrap .footArea .ft_bnr > li {
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .ft_bnr > li {
    width: 48.5%;
    max-width: 250px;
    text-align: center;
    margin: 0 auto 10px;
  }
}
footer .footWrap .footArea .ft_bnr > li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .ft_bnr > li:hover {
    opacity: 1;
  }
}
footer .footWrap .footArea .ft_bnr > li img {
  display: block;
  margin-bottom: 3px;
}
footer .footWrap .footArea .ft_bnr > li .blank {
  display: inline-block;
  color: #5d2e13;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .ft_bnr > li .blank {
    font-size: 1rem;
  }
}
footer .footWrap .footArea .ft_bnr > li .blank:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/common/img/icn_blank.png") no-repeat center center/100% auto;
  margin-left: 5px;
}
footer .footWrap .footArea .copyrights {
  text-align: left;
  color: #4a1e04;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer .footWrap .footArea .copyrights {
    width: 90%;
    margin: 10px auto;
    font-size: 1.1rem;
    text-align: center;
  }
}

.btnTop {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 62px;
  height: 62px;
  margin-bottom: 0px;
  right: 5%;
  z-index: 600;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btnTop:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btnTop {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
}

.txaL {
  text-align: left;
}

.txaR {
  text-align: right;
}

.txaC {
  text-align: center;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
  font-size: 0.1em;
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

/*--opacity:hover--*/
.ov {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .pcImg {
    display: inline-block;
  }

  .sp {
    display: none !important;
  }

  .spImg {
    display: none !important;
  }
}
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }

  .sp {
    display: block;
  }

  .spImg {
    display: inline-block;
  }

  .pc {
    display: none !important;
  }

  .pcImg {
    display: none !important;
  }
}
.deco_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .deco_ttl {
    margin-bottom: 20px;
  }
}
.deco_ttl:before {
  position: relative;
  display: block;
  content: '';
  width: 50px;
  height: 24px;
  margin: 0 auto 5px;
  background: url("/common/img/deco_ttl.png") no-repeat center top/100% auto;
}
.deco_ttl span {
  text-align: center;
  color: #c99811;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .deco_ttl span {
    font-size: 1.5rem;
  }
}
.deco_ttl em {
  color: #5d2e13;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  font-size: 3rem;
  font-weight: bold;
}
.deco_ttl em span {
  color: #5d2e13;
}
@media screen and (max-width: 768px) {
  .deco_ttl em {
    font-size: 2.4rem;
  }
}

.ol_btn {
  display: table;
  /*width: 100%;*/
  width: 190px;
  height: 40px;
  background-color: #2f4a4a;
  padding: 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ol_btn:hover {
  opacity: 0.7;
}
.ol_btn a {
  display: table-cell;
  background-color: #2f4a4a;
  border: #c1c9c9 1px solid;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 3px 5px;
}
.ol_btn a span {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
}
.ol_btn a span:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("/common/img/icn_cart.png") no-repeat center center/100% auto;
  margin-right: 5px;
}

.dtl_btn {
  display: table;
  width: 220px;
  height: 50px;
  background-color: #5d2e13;
  padding: 3px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dtl_btn:hover {
  opacity: 0.7;
}
.dtl_btn a {
  display: table-cell;
  background-color: #5d2e13;
  border: #cfc1b9 1px solid;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 3px 5px;
}
.dtl_btn a span {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
