@charset "utf-8";
/*
Theme Name: MUJINTO
Theme URL: https://mujintostore.jiqoo.co.jp/
Author: Jiqoo.inc
Description: MUJJNTOのオリジナルテーマ
Version： 1.0.0
*/
/** {
  overflow: hidden;
}
html {
  overflow: scroll;
}*/
body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; /*500,700,900*/
  font-style: normal;
  font-size: 1.4rem;
  color: #333132;
}
.button {
  padding: 16px 30px;
  display: block;
  font-size: 4vw;
  font-weight: 700;
  /*border: 2px solid #ffffff;*/
  border-radius: 6px;
  width: 90%;
  max-width: 480px;
  margin: 20px auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.mintGreen {
  background-color: #97dfce;
  color: #333132;
}
.white {
  background-color: #fff;
  color: #333132;
}
.black {
  background-color: #333132;
  color: #fff;
}
.center {
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flexItem {
  padding-right: 3%;
}
.flexItem:last-of-type {
  padding-left: 0;
}
.colomn-2 {
  width: 50%;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.colomn-2 div {
  margin-bottom: 5px;
}
.colomn-2 div:last-of-type {
  margin-bottom: 0;
}
img {
  width: 100%;
  height: auto;
}
.imageWrap, .mapWrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.gallery .imageWrap {
  width: calc(100% / 3);
  padding-top: calc(75% / 3);
}
#campaign .imageWrap {
  width: 100%;
  padding-top: 55.62913907284768%;
}
.imageWrap img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  padding-top: 0px;
  object-fit: cover;
}
#pageWrap {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
header {
  /*background-color: #97dfce;*/
	background-color: #333132;
  color: #fff;
  padding: 20px;
}
.siteDescription {
  font-size: .8rem;
  line-height: 1.36rem;
}
h1 {
  font-size: 15vw;
  font-weight: 700; /*500,700,900*/
  font-family: "M PLUS Rounded 1c", sans-serif;
}
h2 {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 60px;
  position: relative;
}
h2 span {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
}
h2::before {
  background-color: #97dfce;
  border-radius: 5px;
  bottom: -40px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.mintGreen h2::before {
  background-color: #fff;
}
h4 {
  font-size: 1.5vw;
  margin: 15px 5px;
  font-weight: 700;
  border-bottom: dotted 2px #97dfce;
  text-align: left;
  color: #97dfce;
  padding-bottom: 5px;
}
.catchCopy{
  font-size: 5vw;
  font-weight: 700; /*500,700,900*/
  font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: left;
}
main {
  /*padding: 20px;*/
}
.content {
  padding: 40px 20px;
}
#about p {
  font-size: 1rem;
  line-height: 1.7rem;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}
.gallery {
  display: flex;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.staffProfile {
  display: flex;
  padding: 16px 0;
  border-bottom: solid 1px #dcdcdc;
  align-items: center;
  flex-wrap: wrap;
}
.staffImage {
  width: 30%;
  max-width: 150px;
}
.staffInfo {
  padding-left: 10px;
  text-align: left;
  width: calc(100% - 150px);
  width: 70%;
}
.staffName {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.staffName span {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 1rem;
}
#hiro .staffName span {
  color: #8bd6c9;
}
#miwa .staffName span {
  color: #bdd68b;
}
#hona .staffName span {
  color: #d3968c;
}
.staffIntroduction {
  font-size: 1rem;
  margin-bottom: 10px;
}
.staffTag {
  font-size: .8rem;
  display: flex;
  align-items: center;
  border: 2px solid;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
}
#hiro .staffTag {
  border-color: #8bd6c9;
  background-color: #8bd6c9;
}
#miwa .staffTag {
  border-color: #bdd68b;
  background-color: #bdd68b;
}
#hona .staffTag {
  border-color: #d3968c;
  background-color: #d3968c;
}
.staffTag > div, .staffTag > p {
  padding: 10px 20px;
}
.staffTag > p {
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  width: 30%;
  max-width: 150px;
  white-space: nowrap;
}
.staffTag > div {
  width: 70%;
  text-align: left;
  background-color: #FFFFFF;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  min-width: calc(100% - 150px);
}
.arrow::after {
  font: var(--fa-font-solid);
  /*content: "\f0da";*/
  content: "\f054";
  padding-left: 20px;
}
a.link {
  margin-top: 5px;
  font-size: .7rem;
  text-decoration: underline;
  display: inline-block;
}
#hiro a.link {
  color: #8bd6c9;
}
#miwa a.link {
  color: #bdd68b;
}
#hona a.link {
  color: #d3968c;
}
.link::after {
  font: var(--fa-font-solid);
  content: "\f08e";
}
#campaign > p {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.campaignList {
  justify-content: center;
  padding: 16px 0;
  border-bottom: solid 1px #dcdcdc;
}
.tagList {
  font-size: .8rem;
}
.tagList span.category-name {
  border-radius: 3px;
  padding: 1% 2% 1.5%;
  margin-right: 5px;
  font-size: 10px;
  white-space: nowrap;
  background-color: #333132;
  color: #fff;
}
.campaignTitle {
  align-items: center;
}
.campaignTitle img {
  width: 20%;
  padding: 1%;
}
h3 {
  width: 80%;
  font-size: 3.5vw;
  font-weight: 700;
}
.campaignTitle h3 {
  padding-left: 10px;
}
.period {
  font-size: 3vw;
  color: #666;
  margin-top: 10px;
}
#lineBanner > p {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#storeInformation {}
table {
  font-size: 1rem;
  line-height: 1.7rem;
}
table tr {
  border-bottom: solid 5px #fff;
}
table tr td {
  padding: 10px;
  vertical-align: middle;
}
table tr td:first-of-type {
  background-color: #97dfce;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: .8rem;
  /*color: #fff;*/
}
table tr td:first-of-type span {
  font-size: .7rem;
}
table tr td:last-of-type {
  text-align: left;
}
.snsIcon {
  display: flex;
  justify-content: center;
}
.snsIcon a {
  font-size: 50px;
  margin-right: 20px;
}
.snsIcon a:last-of-type {
  margin-right: 0;
}
/*.snsIcon img{
	max-width: 50px;
	margin-right: 10px;
}
.snsIcon img:last-of-type{
	margin-right: 0;
}*/
.serviceWrap {
  display: flex;
  flex-wrap: wrap;
}
.service {
  display: flex;
  align-items: center;
  margin: 10px 0;
  width: calc(100% / 2);
}
.service img {
  width: 150px;
  max-width: 30%;
}
.service p {
  margin-left: 10px;
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.service p span {
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(51, 49, 50, .5)
}
#single .period{
	margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  #pageWrap {
    max-width: 640px;
  }
  h1 {
    font-size: 5rem;
  }
  .button {
    font-size: 1rem;
  }
  h3 {
    font-size: 16px;
  }
  .period {
    font-size: 14px;
  }
  .tag {
    font-size: 13px;
  }
}
#article{
	margin-top: 20px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2.04rem;
}
#article p{
	margin-bottom: 1.2rem;
}
.new-tag, .sales-tag {
    z-index: 1!important;
}