@charset "utf-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px !important;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.Bg {
  background-image: url(../img/bg@2x.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 80px 0;
  position: relative;
}
.Bg::before {
  position: absolute;
  content: "";
  width: 171px;
  height: 192px;
  right: 9.9vw;
  bottom: 0;
  background-image: url(../img/deco2@2x.png);
  background-size: contain;
}
.secTitle {
  font-weight: bold;
  color: #f44092;
  font-size: 42px;
  margin-bottom: 35px;
  text-align: center;
}
.riyoList {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 5px rgba(153, 153, 153, 0.7);
  padding: 40px;
}
.riyoList li {
  text-indent: -1.1rem;
  padding-left: 1.1rem;
  line-height: 1.7;
}
#about {
  margin-bottom: 80px;
}
#about .secTitle {
  margin-bottom: 20px;
}
#about .text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#about .riyoList {
  padding: 40px 80px 40px 40px;
  position: relative;
}
#about .riyoList ::before {
  position: absolute;
  content: "";
  width: 128px;
  height: 190px;
  right: -35px;
  bottom: 0;
  background-image: url(../img/deco1@2x.png);
  background-size: contain;
}
#about .riyoList .Title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
#shopList {
  margin-bottom: 115px;
}
#shopList .mapBox {
  display: flex;
  justify-content: space-between;
}
#shopList .mapBox .mapItem {
  width: 47%;
}
#shopList .mapBox .mapItem .name {
  font-size: 20px;
  margin-top: 25px;
}
#shopList .mapBox .mapItem .name.fast {
  margin-top: 0;
}
#shopList .mapBox .mapItem .link {
  font-size: 18px;
  border-bottom: 1px solid #333;
  color: #333;
}
#shopList .mapBox .mapItem .link span {
  padding-left: 5px;
  display: inline-flex;
}
#shopList .note {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
#riyo {
  margin-bottom: 80px;
  position: relative;
}
#riyo .secTitle {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
#riyo .riyoList {
  position: relative;
  padding: 50px 40px 40px;
  margin-bottom: 90px;
}
#riyo a:hover {
  opacity: 0.7;
}
#contact .secTitle {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
#contact p {
  line-height: 1.8;
}
/* detail */
#detail {
  padding: 60px 0 90px;
}
#detail::before {
  content: none;
}
.btn {
  display: block;
  margin: 0 auto;
  max-width: 420px;
}
.contentBox {
  margin-bottom: 80px;
}
.contentBox li {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  line-height: 1.7;
}
.contentBox li + li {
  margin-top: 15px;
}
.contentBox li span {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  display: inline-block;
}
.contentBox li a {
  color: #f44092;
  border-bottom: 1px solid #f44092;
}
.secTitle-sub {
  font-weight: bold;
  color: #f44092;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.contentttl {
  font-weight: bold;
  color: #f44092;
  font-size: 30px;
  margin-bottom: 15px;
}
.contentttl span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.flowimg {
  margin-bottom: 50px;
}
.text {
  margin-bottom: 10px;
}
.mt0 li + li {
  margin-top: 0;
}
.mt40 {
  margin-top: 40px;
}
#misiyo,
#shopList,
#mosikomi {
  margin-top: -45px;
  padding-top: 45px;
}
.btnflex {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.btnflex a {
  width: 48%;
}
