@charset "UTF-8";
@font-face {
  font-family: "userfont";
  src: url("/manpuku/font/tamanegi.woff") format("woff");
}
body {
  background-image: url(/manpuku/img/shutterstock_2188823745.jpg);
  background-size: contain;
  background-repeat: repeat-y;
}
body p,
body li {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 150%;
}
body header {
  background: rgb(219, 6, 6);
  display: flex;
  height: 90px;
  padding: 0 40px;
  align-items: center;
}
body header img {
  width: 185px;
}
body header ul {
  display: flex;
  margin: 0 0 0 auto;
}
body header ul li {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "userfont";
  letter-spacing: 0.1em;
}
body header ul :nth-child(2) {
  margin: 0 50px;
}
body #drawer,
body label,
body .menu {
  display: none;
}
body main {
  width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: rgb(255, 255, 255);
  /* 1枚目のスライド */
  /* 2枚目のスライド */
  /* 3枚目のスライド */
}
body main p,
body main h1,
body main h2,
body main h3 {
  color: rgb(48, 48, 48);
}
body main h1,
body main h2,
body main h3 {
  letter-spacing: 0.1em;
}
body main .narration {
  text-align: center;
  margin: 100px 0;
}
body main .narration h1 {
  font-family: "userfont";
  font-size: 36px;
  margin: 50px 0;
}
body main .narration p {
  margin: 0 0 50px;
}
body main .narration > img {
  width: 727px;
}
body main .banner {
  width: 500px;
}
body main .img-box {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
body main .img-box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
body main .img-box > div:first-of-type {
  background-image: url(/manpuku/img/shutterstock_389519893.jpg);
}
body main .img-box > div:nth-of-type(2) {
  background-image: url(/manpuku/img/shutterstock_1826379401.jpg);
  /* 追記 */
  animation-delay: 5s;
}
body main .img-box > div:nth-of-type(3) {
  background-image: url(/manpuku/img/shutterstock_2133216345.jpg);
  /* 追記 */
  animation-delay: 10s;
}
body main .img-box > div:nth-of-type(4) {
  background-image: url(/manpuku/img/pexels-alteredsnaps-16068670.jpg);
  /* 追記 */
  animation-delay: 15s;
}
body main .img-box > div:last-of-type {
  background-image: url(/manpuku/img/shutterstock_1135797380.jpg);
  /* 追記 */
  animation-delay: 20s;
}
body main .top_menu_slick {
  margin: 0 0 50px;
  /* arrow */
}
body main .top_menu_slick h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 10px;
  font-family: "userfont";
}
body main .top_menu_slick .slider .slide {
  height: 470px;
  margin: 15px 50px;
  padding: 20px 25px;
  box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
}
body main .top_menu_slick .slider .slide h3 {
  font-size: 20px;
  text-align: center;
  margin: 35px 0;
  font-family: "userfont";
}
body main .top_menu_slick .slider .slide p {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
body main .top_menu_slick .slider .slide img {
  display: block;
  width: 290px;
}
body main .top_menu_slick .slick-arrow {
  z-index: 2;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 4px solid rgb(219, 6, 6);
  border-right: 4px solid rgb(219, 6, 6);
  opacity: 0.8;
}
body main .top_menu_slick .slick-arrow::before {
  content: "";
}
body main .top_menu_slick .slick-prev {
  left: 230px;
  transform: rotate(-135deg);
}
body main .top_menu_slick .slick-next {
  right: 230px;
  transform: rotate(45deg);
}
body main .top_menu_slick .slick-slide {
  margin: 0 10px;
}
body main .top_menu img {
  margin: 0 auto;
  display: block;
}
body main .news {
  margin: 100px 0;
  text-align: center;
}
body main .news .border {
  margin: 0 auto;
  width: 640px;
  height: 19px;
  background-image: url(/manpuku/img/border.png);
  background-repeat: repeat-x;
  background-size: 640px;
}
body main .news h2 {
  text-align: center;
  font-size: 25px;
  font-family: "userfont";
  margin: 0 0 25px;
}
body main .news ul {
  width: 620px;
  margin: 0 auto;
}
body main .news ul li {
  text-align: left;
  margin: 20px 0;
}
body main .shop_info {
  margin: 0 calc(50% - 50vw);
  padding: 100px 0 0;
  width: 100vw;
  height: 640px;
  background-image: url(/manpuku/img/shop_info_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}
body main .shop_info .shop_info_content {
  max-width: 1000px;
  margin: 0 auto;
}
body main .shop_info .shop_info_content .shop_info_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .shop_info .shop_info_content .shop_info_flex .shop_info_text img {
  width: 185px;
  margin: 0 0 40px 0;
}
body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table tr td {
  color: rgb(255, 255, 255);
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 40px 15px 0;
}
body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table tr td span {
  font-size: 25px;
}
body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table tr:nth-of-type(5) {
  padding: 0;
}
body main .shop_info .shop_info_content .shop_info_flex iframe {
  width: 470px;
  height: 369px;
}
body main .shop_info .shop_info_content .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
body main .shop_info .shop_info_content .sns img {
  width: 40px;
  margin: 0 50px;
}
body #page-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 99;
  width: 100px;
}
body footer {
  background-color: rgb(219, 6, 6);
  text-align: center;
  height: 109px;
}
body footer p {
  color: rgb(255, 255, 255);
}
body footer ul {
  display: flex;
  margin: 0 0 0 auto;
  justify-content: center;
}
body footer ul li {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "userfont";
  margin: 25px 0;
  letter-spacing: 0.1em;
}
body footer ul :nth-child(2) {
  margin: 25px 100px;
}

@media screen and (max-width: 750px) {
  body {
    background-image: url(/manpuku/img/shutterstock_2188823745.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    /* :::::: toggle button :::::: */
    /* :::::: drawer menu :::::: */
    /* :::::: toggle button :::::: */
  }
  body p,
  body li {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 150%;
    margin: -7px 0 0;
  }
  body header {
    background: rgb(219, 6, 6);
    display: flex;
    height: 90px;
    padding: 0 25px;
    align-items: center;
  }
  body header img {
    width: 50%;
  }
  body header ul {
    display: none;
  }
  body header ul :nth-child(2) {
    margin: 0 50px;
  }
  body #drawer {
    display: none;
  }
  body label {
    cursor: pointer;
    position: fixed;
    display: block;
  }
  body label p {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 12px;
    color: rgb(48, 48, 48);
  }
  body .open {
    display: block;
    top: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
    transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2147483647;
  }
  body .open::before,
  body .open::after {
    content: "";
  }
  body .open span,
  body .open::before,
  body .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 25%;
    width: 50%;
    border-bottom: 2px solid rgb(255, 255, 255);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .open::before {
    transform: translateY(-10px);
  }
  body .open::after {
    transform: translateY(10px);
  }
  body .close {
    z-index: 2100000000;
    inset: 0;
    pointer-events: none;
    transition: 0.6s;
  }
  body #drawer:checked + .open {
    transform: translateX(0px);
  }
  body #drawer:checked + .open span {
    transform: scaleX(0);
  }
  body #drawer:checked + .open::before {
    transform: rotate(135deg) scaleX(1.2);
  }
  body #drawer:checked + .open::after {
    transform: rotate(-135deg) scaleX(1.2);
  }
  body #drawer:checked ~ .close {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.5);
  }
  body .menu {
    display: block;
    z-index: 100;
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(219, 6, 6);
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2100000000;
  }
  body .menu .content {
    position: relative;
    top: 120px;
  }
  body .menu .content ul {
    margin: 0;
    padding: 0;
  }
  body .menu .content ul li a {
    display: block;
    padding: 1em 0.5em;
    font-family: "userfont";
    color: rgb(255, 255, 255);
    text-decoration: inherit;
    margin: 0 auto;
    font-size: 1.5em;
    letter-spacing: 0.3em;
    text-align: center;
  }
  body #drawer:checked ~ .menu {
    transform: none;
  }
  body main {
    max-width: 95vw;
    margin: 0 auto;
    padding: 0 2%;
    background-color: rgb(255, 255, 255);
    /* 1枚目のスライド */
    /* 2枚目のスライド */
    /* 3枚目のスライド */
  }
  body main p,
  body main h1,
  body main h2,
  body main h3 {
    color: rgb(48, 48, 48);
  }
  body main h1,
  body main h2,
  body main h3 {
    letter-spacing: 0.1em;
  }
  body main .narration {
    text-align: center;
    margin: 50px 0;
  }
  body main .narration h1 {
    font-family: "userfont";
    font-size: 170%;
    margin: 50px 0;
  }
  body main .narration p {
    margin: 0 0 50px;
  }
  body main .narration > img {
    width: 100%;
  }
  body main .banner {
    width: 90%;
  }
  body main .img-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  body main .img-box > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 20s;
    animation-iteration-count: infinite;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      opacity: 0;
      transform: scale(1.2);
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
  body main .img-box > div:first-of-type {
    background-image: url(/manpuku/img/shutterstock_389519893.jpg);
  }
  body main .img-box > div:nth-of-type(2) {
    background-image: url(/manpuku/img/shutterstock_1826379401.jpg);
    /* 追記 */
    animation-delay: 5s;
  }
  body main .img-box > div:nth-of-type(3) {
    background-image: url(/manpuku/img/shutterstock_2133216345.jpg);
    /* 追記 */
    animation-delay: 10s;
  }
  body main .img-box > div:nth-of-type(4) {
    background-image: url(/manpuku/img/pexels-alteredsnaps-16068670.jpg);
    /* 追記 */
    animation-delay: 15s;
  }
  body main .img-box > div:last-of-type {
    background-image: url(/manpuku/img/shutterstock_1135797380.jpg);
    /* 追記 */
    animation-delay: 20s;
  }
  body main .top_menu_slick {
    margin: 0 0 50px;
    /* arrow */
  }
  body main .top_menu_slick h2 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 10px;
    font-family: "userfont";
  }
  body main .top_menu_slick .slider .slide {
    height: 430px;
    margin: 15px 50px;
    padding: 20px;
    box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
  }
  body main .top_menu_slick .slider .slide h3 {
    font-size: 20px;
    text-align: center;
    margin: 35px 0;
    font-family: "userfont";
  }
  body main .top_menu_slick .slider .slide p {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
  body main .top_menu_slick .slider .slide img {
    display: block;
    width: 100%;
  }
  body main .top_menu_slick .slick-arrow {
    z-index: 2;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-top: 4px solid rgb(219, 6, 6);
    border-right: 4px solid rgb(219, 6, 6);
    opacity: 0.8;
  }
  body main .top_menu_slick .slick-arrow::before {
    content: "";
  }
  body main .top_menu_slick .slick-prev {
    left: 20px;
    transform: rotate(-135deg);
  }
  body main .top_menu_slick .slick-next {
    right: 20px;
    transform: rotate(45deg);
  }
  body main .top_menu_slick .slick-slide {
    margin: 0 10px;
  }
  body main .top_menu img {
    margin: 0 auto;
    display: block;
  }
  body main .news {
    margin: 50px 0;
    text-align: center;
  }
  body main .news .border {
    margin: 0 auto;
    width: 95%;
    height: 19px;
    background-image: url(/manpuku/img/border.png);
    background-repeat: repeat-x;
    background-size: 100%;
  }
  body main .news h2 {
    text-align: center;
    font-size: 25px;
    font-family: "userfont";
    margin: 0 0 25px;
  }
  body main .news ul {
    width: 95%;
    margin: 0 auto;
  }
  body main .news ul li {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body main .shop_info {
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
    width: 100vw;
    height: auto;
    background-image: url(/manpuku/img/shop_info_bg_sp.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
  }
  body main .shop_info .shop_info_content {
    max-width: 1000px;
    margin: 0 auto;
  }
  body main .shop_info .shop_info_content .shop_info_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  body main .shop_info .shop_info_content .shop_info_flex .shop_info_text {
    text-align: center;
    padding: 0 2%;
  }
  body main .shop_info .shop_info_content .shop_info_flex .shop_info_text img {
    width: 185px;
    margin: 0 0 40px 0;
  }
  body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table {
    margin: 0 auto;
    text-align: left;
  }
  body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table tr td {
    color: rgb(255, 255, 255);
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 10px 15px 0;
  }
  body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table tr td span {
    font-size: 25px;
  }
  body main .shop_info .shop_info_content .shop_info_flex .shop_info_text table tr:nth-of-type(5) {
    padding: 0;
  }
  body main .shop_info .shop_info_content .shop_info_flex iframe {
    width: 100vw;
    height: 369px;
    margin: 50px 0 0;
  }
  body main .shop_info .shop_info_content .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
  }
  body main .shop_info .shop_info_content .sns img {
    width: 40px;
    margin: 0 30px;
  }
  body #page-top {
    position: fixed;
    bottom: 115px;
    right: 20px;
    z-index: 99;
    width: 60px;
  }
  body footer {
    background-color: rgb(219, 6, 6);
    text-align: center;
    height: 109px;
  }
  body footer p {
    color: rgb(255, 255, 255);
  }
  body footer ul {
    display: flex;
    margin: 0 0 0 auto;
    justify-content: center;
  }
  body footer ul li {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 25px 0;
  }
  body footer ul :nth-child(2) {
    margin: 25px 15%;
  }
}/*# sourceMappingURL=style.css.map */