@charset "UTF-8";
/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1025px), print {
  /* store_pc
=================================================================== */
  #content .titleArea__inr {
    background: url(../../imgs/store/tt_img.png) 100px top no-repeat;
  }
  .store {
    padding: 80px 0;
    text-align: center;
  }
  .store__img {
    width: 100%;
    background: url(../../imgs/common/bg_tx.jpg);
    margin-top: 100px;
    height: 314px;
  }
  .store__img_store {
    position: relative;
    top: -50px;
    margin: 0 auto;
  }
  .store__img_store li {
    display: inline-block;
    margin: 0 22px;
  }
  .store__img_store li p {
    font-size: 2.3rem;
    font-family: "秀英明朝 B", "DNPShueiMinPr6-B", sans-serif;
    color: #432605;
  }
  .store__img_store li p + p {
    margin-top: 15px;
  }
  .company {
    padding-bottom: 80px;
  }
  .company__outline {
    width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e1d8;
  }
  .company__outline_detail {
    border-top: 1px solid #e5e1d8;
    overflow: hidden;
    padding: 30px 0;
    line-height: 1.1;
  }
  .company__outline_detail > dt {
    width: 160px;
    font-family: "秀英明朝 B", "DNPShueiMinPr6-B", sans-serif;
    color: #432605;
    padding-left: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
  }
  .company__outline_detail > dd {
    margin-left: 160px;
    padding-left: 40px;
    border-left: 1px solid #ec4064;
  }
  .company__outline_detail > dd p {
    line-height: 1.6;
  }
  .address {
    margin-bottom: 80px;
  }
  .address__tt {
    padding-bottom: 60px;
  }
  .address__detail {
    width: 100%;
    min-height: 350px;
    background: url(../../imgs/common/bg_tx.jpg);
  }
  .address__detail_inr {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .address__detail_map {
    width: 550px;
    height: 360px;
    background: #000;
    position: absolute;
    top: -60px;
    left: 60px;
  }
  .address__detail_txtarea {
    width: 490px;
    position: absolute;
    top: 50px;
    right: -55px;
  }
  .address__detail_txtarea_tt {
    color: #432605;
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  .address__detail_txtarea_maplink {
    margin-top: 35px;
  }
  .address__detail_txtarea_maplink a {
    width: 270px;
    display: block;
    background: #c6b185;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .address__detail_txtarea_maplink a span {
    display: inline-block;
    padding: 5px 0 5px 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  .address__detail_txtarea_maplink a span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    left: 0;
    font-family: "icomoon";
    content: "\e905";
    font-size: 1.4rem;
  }
  .address__detail_txtarea_maplink a:hover {
    background: #ab925d;
  }
  .address__detail_txtarea_maplink_cap {
    font-size: 1.4rem;
    display: block;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  /* store_sp
=================================================================== */
  #content .titleArea__inr {
    background: url(../../imgs/store/tt_img.png) 88% top no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .pgtop {
    border-top: none;
  }
  .store {
    padding: 3rem 0 0;
  }
  .store__tt {
    padding: 0 2rem;
  }
  .store__copy {
    padding: 0 2rem;
  }
  .store__img {
    background: url(../../imgs/common/bg_tx.jpg);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 3rem 2rem;
    margin-top: 2.5rem;
  }
  .store__img_store li {
    display: block;
    display: table;
  }
  .store__img_store li + li {
    margin-top: 1.3em;
  }
  .store__img_store li img {
    width: 100%;
  }
  .store__img_store li p {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
    font-family: "秀英明朝 B", "DNPShueiMinPr6-B", sans-serif;
    color: #432605;
  }
  .store__img_store li p > span {
    display: block;
    margin-left: 1em;
  }
  .company {
    padding: 3rem 2rem;
  }
  .company__outline {
    margin: 0 auto;
    border-bottom: 1px solid #e5e1d8;
  }
  .company__outline_detail {
    border-top: 1px solid #e5e1d8;
    overflow: hidden;
    line-height: 1.1;
    padding: 1.5em 0;
  }
  .company__outline_detail > dt {
    width: 8rem;
    font-family: "秀英明朝 B", "DNPShueiMinPr6-B", sans-serif;
    color: #432605;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
  }
  .company__outline_detail > dd {
    margin-left: 8rem;
    padding-left: 1.5em;
    border-left: 1px solid #ec4064;
  }
  .company__outline_detail > dd p {
    line-height: 1.6;
  }
  .address {
    padding: 3rem 2rem;
    background: url(../../imgs/common/bg_tx.jpg);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .address__detail_map {
    height: 20rem;
  }
  .address__detail_txtarea {
    text-align: center;
  }
  .address__detail_txtarea_tt {
    color: #432605;
    font-size: 1.45rem;
    margin: 1.5em auto 1em;
  }
  .address__detail_txtarea_maplink a {
    width: 17rem;
    margin: 1em auto 0;
    display: block;
    background: #c6b185;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .address__detail_txtarea_maplink a span {
    display: inline-block;
    padding: 0.3rem 0.8rem 0.3rem 1.8rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  .address__detail_txtarea_maplink a span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    left: 0;
    font-family: "icomoon";
    content: "\e905";
    font-size: 1.1rem;
  }
  .address__detail_txtarea_maplink_cap {
    display: block;
    margin-top: 1em;
  }
  /* top_tb
=================================================================== */
}

@media screen and (max-width: 767px) {
  /* store_sp
=================================================================== */
  #content .titleArea__inr {
    background: url(../../imgs/store/tt_img.png) 88% top no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .pgtop {
    border-top: none;
  }
  .store {
    padding: 3rem 0 0;
  }
  .store__tt {
    padding: 0 2rem;
  }
  .store__copy {
    padding: 0 2rem;
  }
  .store__img {
    background: url(../../imgs/common/bg_tx.jpg);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 3rem 2rem;
    margin-top: 2.5rem;
  }
  .store__img_store li {
    display: block;
    display: table;
  }
  .store__img_store li + li {
    margin-top: 1.3em;
  }
  .store__img_store li img {
    width: 100%;
  }
  .store__img_store li p {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
    font-family: "秀英明朝 B", "DNPShueiMinPr6-B", sans-serif;
    color: #432605;
  }
  .store__img_store li p > span {
    display: block;
    margin-left: 1em;
  }
  .company {
    padding: 3rem 2rem;
  }
  .company__outline {
    margin: 0 auto;
    border-bottom: 1px solid #e5e1d8;
  }
  .company__outline_detail {
    border-top: 1px solid #e5e1d8;
    overflow: hidden;
    line-height: 1.1;
    padding: 1.5em 0;
  }
  .company__outline_detail > dt {
    width: 8rem;
    font-family: "秀英明朝 B", "DNPShueiMinPr6-B", sans-serif;
    color: #432605;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
  }
  .company__outline_detail > dd {
    margin-left: 8rem;
    padding-left: 1.5em;
    border-left: 1px solid #ec4064;
  }
  .company__outline_detail > dd p {
    line-height: 1.6;
  }
  .address {
    padding: 3rem 2rem;
    background: url(../../imgs/common/bg_tx.jpg);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .address__detail_map {
    height: 20rem;
  }
  .address__detail_txtarea {
    text-align: center;
  }
  .address__detail_txtarea_tt {
    color: #432605;
    font-size: 1.45rem;
    margin: 1.5em auto 1em;
  }
  .address__detail_txtarea_maplink a {
    width: 17rem;
    margin: 1em auto 0;
    display: block;
    background: #c6b185;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .address__detail_txtarea_maplink a span {
    display: inline-block;
    padding: 0.3rem 0.8rem 0.3rem 1.8rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  .address__detail_txtarea_maplink a span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    left: 0;
    font-family: "icomoon";
    content: "\e905";
    font-size: 1.1rem;
  }
  .address__detail_txtarea_maplink_cap {
    display: block;
    margin-top: 1em;
  }
}
