@charset "UTF-8";
/* ########################
  CSS document
  -- commnon
  -- header
  -- mainWrapper
  -- footer
  -- SP
  -- PC
######################## */
/* =====================
  body
===================== */
body {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  font-family: "Playfair Display", "Noto Sans JP", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  color: #84573a;
}

/* =====================
  commnon  parts
===================== */
.Wrapper {
  position: relative;
}

a.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

/* button */
.button {
  position: relative;
  width: 400px;
  margin: 0 auto;
  border-bottom: .4rem solid #c94c6a;
}

.button:hover {
  padding-top: 0.4rem;
  border-bottom: 0;
}

.button:before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 4%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  pointer-events: none;
  transform: translateY(-50%);
}

.button .buttonBody {
  display: block;
  text-align: center;
  padding: 1rem 0;
  font-weight: 800;
  color: #fff;
  background-color: #f56a94;
}

.button--con {
  width: 100%;
}

/* Hamburger */
.Toggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 40px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 1000;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #F56A94;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

.Toggle.active span {
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* pageInfo */
.pageInfo {
  text-align: center;
  color: #f56a94;
}

.pageInfo .pageInfo__ttl {
  font-size: 3.2rem;
  font-weight: 800;
}

.pageInfo--about {
  margin-top: 1.6rem;
}

.pageInfo--about .pageInfo__txt {
  margin-top: .8rem;
}

.pageInfo--about .pageInfo__txt span {
  padding: 0 .8rem;
}

/* ribon */
.ribon {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #f56a94;
}

.ribon .ribon__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

/*#### .page-top ####*/
.pageTop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 100;
  opacity: 1;
}

/*#### copyRight ####*/
.copyRight {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0;
  font-size: 10px;
  color: #fff;
}

/* =====================
  header
===================== */
header {
  margin-top: 2rem;
}

.mainVisual {
  text-align: center;
}

.mainVisual.mainVisual--model {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainVisual.mainVisual--model .mainVisual__main {
  width: 250px;
  margin-left: 2rem;
}

.mainVisual.mainVisual--model .mainVisual__main img {
  width: 100%;
}

.globalNav .globalNav__squeeze {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__ttl {
  padding: .8rem;
  color: #fff;
  background-color: #f56a94;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__select {
  display: flex;
  margin: 0 2rem;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__ttl {
  font-weight: 800;
  color: #f56a94;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__col {
  padding: 0 .5rem;
  border-left: 1px solid #84573a;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__col:nth-child(2) {
  border: none;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__col a {
  color: #84573a;
}

.globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__col--all {
  border: none;
  padding: 0 1.5rem;
}

/* =====================
  mainWrapper
===================== */
.mainWrapper {
  margin-top: 2rem;
  padding: 4rem 0;
  background: url(../img/repeat.jpg) repeat;
}

.mainWrapper .container {
  max-width: 980px;
  margin: 0 auto;
}

.itemBox {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 0 -1rem;
}

.itemBox .item {
  width: 320px;
  margin: 2rem 0 0 1rem;
}

.itemBox .item .item__name {
  margin-bottom: -2rem;
}

.itemBox .item .item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 2rem;
  padding: .5rem;
  background-color: #fff;
}

.itemBox .item .item__info .item__info__txt {
  display: flex;
}

.itemBox .item .item__info .item__info__txt .item__info__txt__col {
  padding: .5rem;
  color: #fff;
  margin: 0 .5rem;
}

.itemBox .item .item__info .item__info__txt .item__info__txt__col--1 {
  background-color: #ff95c9;
}

.itemBox .item .item__info .item__info__txt .item__info__txt__col--2 {
  background-color: #ffb797;
}

.itemBox .item .item__info .item__info__history {
  color: #f56a94;
}

.itemBox .item img {
  width: 100%;
}

.questionBox {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.questionBox .question {
  margin-top: 4rem;
}

.questionBox .question:first-child {
  margin-top: 0;
}

.questionBox .question .question__txt {
  display: flex;
  background-color: #fff;
  padding: .5rem;
}

.questionBox .question .question__txt .question__txt__icn {
  position: relative;
  min-width: 40px;
  height: 40px;
  font-size: 2.4rem;
  border-radius: 50%;
}

.questionBox .question .question__txt .question__txt__msg {
  margin: .8rem 0 0 .5rem;
}

.questionBox .question .question__txt.question__txt--q {
  font-weight: 800;
  color: #f56a94;
  background-color: #fdd1e0;
}

.questionBox .question .question__txt.question__txt--q .question__txt__icn {
  background-color: #fff;
}

.questionBox .question .question__txt.question__txt--q .question__txt__icn:before {
  content: 'Q';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -58%);
}

.questionBox .question .question__txt.question__txt--a .question__txt__icn {
  background-color: #fff;
  border: 1px solid #84573a;
}

.questionBox .question .question__txt.question__txt--a .question__txt__icn:before {
  content: 'A';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  transform: translate(-50%, -58%);
}

/* =====================
  footer
===================== */
footer {
  text-align: center;
  background-color: #84573a;
}

.footerTxt {
  text-align: center;
  padding: 2rem 0;
  background-color: #fff;
}

.contact {
  display: flex;
  padding: 1rem 0;
  background-color: #fef6f3;
  border-top: 2px solid #84573a;
  border-bottom: 2px solid #84573a;
}

.contact .contact__col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 1.8rem;
  font-weight: 800;
}

.contact .contact__col:last-child {
  border-left: 2px solid #84573a;
}

.contact .contact__col:hover .contact__col__txt {
  color: #f56a94;
}

.contact .contact__col .contact__col__txt {
  margin-left: 0.5em;
  color: #84573a;
}

/* =====================
  SP
===================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mainWrapper .container {
    padding: 0 1.6rem;
  }
  /* button */
  .button {
    width: 100%;
  }
  .button .buttonBody {
    font-size: 1.4rem;
  }
  .button--con {
    width: 100%;
  }
  .globalNav {
    margin: 0;
    padding: 4rem 1rem;
    box-shadow: 0px 0px 8px 4px #f56a94;
  }
  .globalNav .globalNav__squeeze {
    display: block;
    margin-top: 0;
  }
  .globalNav .globalNav__squeeze .globalNav__squeeze__select {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  .globalNav .globalNav__squeeze .globalNav__squeeze__select:nth-child(2) {
    margin-top: 0;
  }
  .globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__col {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-left: none;
    border-bottom: 1px dotted #f56a94;
  }
  .globalNav .globalNav__squeeze .globalNav__squeeze__select .globalNav__squeeze__select__col:nth-child(2) {
    border-left: none;
    border-bottom: 1px dotted #f56a94;
  }
  .globalNav a {
    display: block;
    font-size: 1.8rem;
  }
  .globalNav.active {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    display: block;
    width: 88%;
    background-color: #fff;
  }
  .mainVisual.mainVisual--model {
    flex-direction: column;
  }
  .mainVisual.mainVisual--model .mainVisual__main {
    margin: 2rem 0 0 0;
  }
  .contact {
    flex-direction: column;
    padding: 0;
    border: none;
  }
  .contact .contact__col {
    width: 100%;
    padding: 2rem 0;
    font-size: 2rem;
    border-top: 1px solid #84573a;
  }
  .contact .contact__col:last-child {
    border-left: none;
  }
}

@media screen and (max-width: 980px) {
  .itemBox {
    flex-wrap: wrap;
    margin: -2rem 0 0 -2%;
    padding: 0 1rem;
    font-size: 1.8rem;
  }
  .itemBox .item {
    width: 48%;
    margin: 2rem 0 0 2%;
  }
  .itemBox .item .item__info {
    display: flex;
    flex-direction: column-reverse;
    margin: 1rem 0 1rem;
  }
  .itemBox .item .item__info .item__info__txt {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  .itemBox .item .item__info .item__info__txt .item__info__txt__col {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
