img {
  width: 100%; }

body {
  color: #222222; }

.shopTOP {
  background-image: url(../imgs/shop/shop_top_takahatafudou.png);
  background-size: cover;
  background-position: center;
  padding: 7em 0px; }
  .shopTOP__title {
    max-width: 190px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.9em; }

.shopMain {
  background-image: url(../imgs/shop/shop_BG.png);
  background-size: cover;
  background-position: center;
  padding-top: 6em;
  padding-bottom: 6em; }
  .shopMain__box__child__leftBox {
    padding-left: 115px; }
    .shopMain__box__child__leftBox h2 {
      font-size: 1.1em; }
    .shopMain__box__child__leftBox h2::before {
      border-left: 1px solid #ABAAA4;
      content: "";
      display: inline-block;
      height: 15px;
      margin-right: 5px; }
    .shopMain__box__child__leftBox p {
      font-size: 1.1em;
      margin-bottom: 0px; }
    .shopMain__box__child__leftBox .topSpace {
      margin-top: 2em; }
    .shopMain__box__child__leftBox .telPhone {
      margin-top: 3em; }
      .shopMain__box__child__leftBox .telPhone a {
        background: #20201F;
        color: #FFFFFF;
        border-radius: 30px;
        padding: 15px;
        width: 310px;
        display: block;
        text-align: center;
        letter-spacing: 2px; }
      .shopMain__box__child__leftBox .telPhone a::before {
        background: url(../imgs/shop/telPhone.png) no-repeat;
        background-size: cover;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 10px; }
  .shopMain__box__child__rightBox .mapLink {
    margin-top: 2.3em; }
  .shopMain__box__child__rightBox .mapLink a {
    border: 1px solid #222222;
    color: #222222;
    padding: 15px;
    width: 250px;
    display: block;
    text-align: center; }
  .shopMain__box__child__rightBox .mapLink a::after {
    background: url(../imgs/shop/news_link_icon.png) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 43px;
    height: 6px;
    position: relative;
    left: 25px;
    bottom: 5px; }

.shop_view {
  max-width: 100%;
  margin: 6em auto 0em; }

.shop_view .shop_viewTitle {
  background: #212020;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-size: 1.1em;
  margin-bottom: 0em; }

.shop_view .iframebox {
  height: 500px; }

.bgBlack {
  background: #000000;
  padding: 6em 0em; }
  .bgBlack__Box {
    max-width: 800px;
    margin: 0 auto; }
    .bgBlack__Box h3 {
      color: #FFFFFF;
      max-width: 770px;
      background: url(../imgs/shop/kako1.svg) left center no-repeat, url(../imgs/shop/kako2.svg) right center no-repeat;
      padding-left: 20px; }
    .bgBlack__Box__title {
      margin-top: 3em; }
    .bgBlack__Box__table {
      margin-top: 3em;
      color: #FFFFFF;
      width: 100%;
      border: 1px solid #838383; }
      .bgBlack__Box__table tr, .bgBlack__Box__table td {
        border: 1px solid #838383;
        padding: 15px; }
      .bgBlack__Box__table .td_BGC {
        background: #4D4D4D;
        text-align: center;
        width: 100px; }
    .bgBlack__Box .kome {
      color: #808080;
      margin-top: 1em; }
    .bgBlack__Box .kome2 {
      color: #808080;
      margin-top: 1em;
      text-align: right; }
    .bgBlack__Box .coupon {
      margin: 3em auto 0em;
      max-width: 300px; }

.staffBlog {
  background-image: url(../imgs/shop/shop_BG.png);
  background-size: cover;
  background-position: center;
  padding-top: 6em;
  padding-bottom: 6em; }
  .staffBlog__title {
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.9em;
    padding-bottom: 1em;
    color: #222222;
    line-height: 30px; }
    .staffBlog__title .title1 {
      letter-spacing: 3px;
      display: block; }
    .staffBlog__title .title2 {
      font-size: 0.75em; }
    .staffBlog__title .title2::before {
      content: "";
      display: block;
      border-top: 1px solid #222222;
      width: 165px;
      margin: 15px auto 5px; }
  .staffBlog__descript {
    text-align: center;
    font-size: 1.1em;
    line-height: 35px; }
  .staffBlog__link a {
    border: 1px solid #222222;
    color: #222222;
    padding: 20px;
    width: 300px;
    margin: 2em auto 0em;
    display: block;
    text-align: center; }
  .staffBlog__link a::after {
    background: url(../imgs/shop/news_link_icon.png) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 43px;
    height: 6px;
    position: relative;
    left: 25px;
    bottom: 5px; }

@media screen and (min-width: 769px) and (max-width: 991px) {
  .shopMain__box__child__leftBox {
    padding-left: 0px; } }
@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .shopTOP {
    clear: both;
    background-image: url(../imgs/shop/sp_shop_top_takahata.png);
    background-size: cover;
    background-position: center;
    padding: 7em 0px; }

  .shopMain {
    padding-top: 4em;
    padding-bottom: 4em; }
    .shopMain__box__child__leftBox {
      padding-left: 15px;
      padding-right: 15px; }
    .shopMain__box__child .telPhone {
      margin-top: 2em; }
      .shopMain__box__child .telPhone a {
        padding: 18px;
        width: 100%; }
    .shopMain__box__child__rightBox {
      margin-top: 2.5em; }
      .shopMain__box__child__rightBox .mapLink a {
        padding: 18px;
        width: 100%; }

  .bgBlack {
    padding: 4em 0em; }
    .bgBlack__Box h3 {
      font-size: 1.5em;
      margin-bottom: 0px; } }
/*
@media screen and (min-width:481px) and (max-width:761px){


}*/
@media screen and (max-width: 480px) {
  .shopTOP__title {
    width: 150px; }

  .shopMain {
    padding-top: 4em;
    padding-bottom: 4em; }
    .shopMain__box__child__leftBox {
      padding-left: 15px;
      padding-right: 15px; }
    .shopMain__box__child .telPhone {
      margin-top: 2em; }
      .shopMain__box__child .telPhone a {
        padding: 18px;
        width: 100%; }
    .shopMain__box__child p {
      margin-top: 1em; }
      .shopMain__box__child p a {
        padding: 0; }
    .shopMain__box__child__rightBox {
      margin-top: 2.5em; }
      .shopMain__box__child__rightBox .mapLink a {
        padding: 18px;
        width: 100%; }

  .bgBlack {
    padding: 4em 0em; }
    .bgBlack__Box h3 {
      font-size: 1.5em;
      margin-bottom: 0px; }

  .shop_view {
    margin: 1em auto 0em; }

  .shop_view .iframebox {
    height: 350px; } }
