@charset "UTF-8";
/*****改行******/
.sp_br {
  display: block;
}
.pc_br {
  display: none;
}
@media (min-width: 960px) {
  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
}
/*****SP*****/
html, body {
  min-width: 320px;
  position: relative;
}
section {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 0 0;
  color: #4c4948;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
section#shop .content {
  width: 100%;
  margin: 0 0 60px 0;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}
section#shop .content h2 {
  font-weight: 400;
  padding: 0 0 5px 0;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
section#shop .content .flagshop .visual {
  margin: 20px auto 10px auto;
}
section#shop .content .flagshop .visual img {
  width: 100%;
}
section#shop .content .box {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
  margin-top: 20px;
}
section#shop .content .box dl {
  margin-top: 10px;
}
section#shop .content .box dl dt {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
section#shop .content .box dl dd {
  margin-bottom: 15px;
  font-size: 12px;
}
section#shop .content p {
  font-size: 12px;
}
section#shop .content .box p a {
  color: #4c4948;
}
section#shop .content .box p a:hover {
  color: #7E7977;
}
section#shop .content p.btn {
  width: 200px;
  margin: 40px auto 0;
}
section#shop .content p.btn a {
  width: 150px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1;
  color: #4c4948;
  text-align: center;
  background: #f4f4f4;
  display: block;
  text-decoration: none;
  border-radius: 20px;
}
section#shop .content p.btn a:hover {
  background: #D5D5D5;
}
section#shop .content .store .box {
  padding: 20px 0;
  background: url("../images/shop_border.jpg")repeat-x left bottom;
}
section#shop .content .box_flex {
  margin-top: 0;
  display: block;
  margin-bottom: 20px;
}
.shop_about {
  margin-bottom: 50px;
}
.shop_about p {
  line-height: 2;
  font-size: 12px;
}
.collection_link {
  width: 100%;
  margin-top: 50px;
}
.collection_link img {
  width: 100%;
}
/*----------------------------------------------------
	PC
----------------------------------------------------*/
@media screen and (min-width: 960px) {
  section {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    padding: 70px 0 100px 0;
  }
  section#shop .content h2 {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    font-size: 26px;
  }
  section#shop .content .flagshop .visual {
    margin: 10px auto 30px auto;
    width: 90%;
  }
  section#shop .content .box {
    padding: 3%;
    margin-top: 20px;
  }
  section#shop .content .box dl {
    display: block;
	  margin: 0 auto;
	  padding-left: 5%;
  }
  section#shop .content .box dl dt {
    font-size: 12px;
    font-weight: 500;
  }
  section#shop .content .box dl dd {
    font-size: 14px;
  }
  section#shop .content p {
    font-size: 14px;
  }
  section#shop .content p.btn a {
    width: 100%;
    ;
  }
  section#shop .content .store .box {
    padding: 50px 0;
    background: url(../images/shop_border.jpg)repeat-x left bottom;
  }
  section#shop .content .box_flex {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .bridal_mes {
    margin-top: 5%;
  }
  section#shop .content .box_flex iframe {
    max-width: 50%;
    height: auto;
  }
  .shop_about {
    margin-bottom: 10%;
    text-align: center;
  }
  .shop_about p {
    line-height: 2.5;
    font-size: 16px;
  }
  .collection_link {
    margin-top: 100px;
  }
}