@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
}

a {
  color: #9e1460;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.top-title {
  font-family: American Typewriter;
  font-size: 32px;
  margin: 0 0 0 20px;
}
@media (min-width: 769px) {
  .top-title {
    font-size: 45px;
    margin-left: 0;
  }
}

.top-title2 {
  font-family: American Typewriter;
  font-size: 32px;
  margin: 0 0 0 20px;
}
@media (min-width: 769px) {
  .top-title2 {
    font-size: 45px;
    margin-left: 0;
    margin-right: 35px;
  }
}

.button-view-a {
  padding-right: 0px;
  margin-top: 5px;
  text-align: right;
}
.button-view-a span {
  color: #735f43;
  font-size: 20px;
}
.button-view-a i {
  padding-left: 10px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .button-view-a {
    margin-right: 40px;
  }
  .button-view-a span {
    font-size: 28px;
  }
  .button-view-a i {
    padding-right: 0px;
  }
}

.button-view::before {
  content: "";
}

.button-view::after {
  content: "";
  transform: rotate(-45deg) translateY(-50%);
}

.view {
  padding-top: 0;
}

/*== 波紋がふわっと広がる */
.btnripple3 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  text-decoration: none;
  color: #735f43;
  outline: none;
  font-size: 20px;
}
@media (min-width: 769px) {
  .btnripple3 {
    font-size: 28px;
  }
}

/*波形の設定*/
.btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 30%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.button-view-m {
  padding-right: 0px;
  margin-top: 5px;
  text-align: right;
}
.button-view-m span {
  color: #735f43;
  font-size: 20px;
}
.button-view-m i {
  padding-left: 10px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .button-view-m {
    margin-right: 40px;
    margin-top: 15px;
  }
  .button-view-m span {
    font-size: 28px;
  }
  .button-view-m i {
    padding-right: 0px;
  }
}

.button-view-m::before {
  content: "";
}

.button-view-m::after {
  content: "";
  transform: rotate(-45deg) translateY(-50%);
}

.view {
  padding-top: 0;
}

/*== 波紋がふわっと広がる */
.btnripple3 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  text-decoration: none;
  color: #735f43;
  outline: none;
  font-size: 20px;
}
@media (min-width: 769px) {
  .btnripple3 {
    font-size: 28px;
  }
}

/*波形の設定*/
.btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 30%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.button-view-g {
  padding-right: 0px;
  margin-top: 5px;
  text-align: right;
}
.button-view-g span {
  color: #735f43;
  font-size: 20px;
}
.button-view-g i {
  padding-left: 10px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .button-view-g {
    margin-right: 40px;
    margin-top: 15px;
  }
  .button-view-g span {
    font-size: 28px;
  }
  .button-view-g i {
    padding-right: 0px;
  }
}

.button-view-g::before {
  content: "";
}

.button-view-g::after {
  content: "";
  transform: rotate(-45deg) translateY(-50%);
}

.view {
  padding-top: 0;
}

/*== 波紋がふわっと広がる */
.btnripple3 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  text-decoration: none;
  color: #735f43;
  outline: none;
  font-size: 20px;
}
@media (min-width: 769px) {
  .btnripple3 {
    font-size: 28px;
  }
}

/*波形の設定*/
.btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 30%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .map {
    margin-top: 98px;
  }
}

.map-title {
  margin-top: 61px;
}
.map-title h2 {
  font-family: American Typewriter;
  font-size: 32px;
  margin: 0 0 13px 20px;
}
@media (min-width: 769px) {
  .map-title {
    max-width: 1080px;
    padding: 0 2rem;
    margin: 0 auto;
  }
  .map-title h2 {
    font-size: 45px;
    margin-bottom: 18px;
    margin-left: 0;
  }
}

.google-map {
  width: 100%;
  height: 200px;
}
@media (min-width: 769px) {
  .google-map {
    height: 400px;
  }
}

.twitter-tl {
  display: block;
  margin: 0 20px 25px;
}
@media (min-width: 769px) {
  .twitter-tl {
    display: none;
    width: 50%;
  }
}

.twitter-tl-pc {
  display: none;
}
@media (min-width: 769px) {
  .twitter-tl-pc {
    display: block;
    width: 50%;
  }
}

.facebook-tl {
  display: none;
}
@media (min-width: 769px) {
  .facebook-tl {
    display: block;
    margin-left: 10px;
    width: 50%;
  }
}

@media (min-width: 769px) {
  .fb-page {
    width: auto;
    height: 100%;
    padding-left: 30px;
  }
}

@media (min-width: 769px) {
  .sns-box {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  width: 100%;
  height: 47px;
  margin: auto;
  padding: max(15px, 2vw);
  background-color: #f9f0eb;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .header {
    padding: max(30px, 2vw);
    height: 67px;
    margin: auto;
  }
}

.header-img {
  width: 80px;
  height: 28px;
}
@media (min-width: 769px) {
  .header-img {
    width: 96px;
    height: 33px;
  }
}

.sns-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 40px;
}
.sns-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 36px;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #c72d7a;
  border-radius: 5px;
}
.sns-nav a {
  color: #fff;
}
.sns-nav p {
  color: #fff;
  padding-left: 8px;
}

.t-nav {
  margin-left: 20px;
  margin-right: 45px;
}

.i-nav {
  margin-right: 20px;
}

.l-nav {
  margin-left: 20px;
  margin-right: 45px;
}

.f-nav {
  margin-right: 20px;
}

.nav-button {
  display: flex;
  align-items: center;
  width: 6rem;
  height: 6rem;
  font-size: 30px;
  color: #9e1460;
  cursor: pointer;
  margin-left: auto;
  justify-content: center;
}
@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  top: 4.6rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  background-color: #f9f0eb;
  box-sizing: border-box;
  height: auto;
}

.sp-nav-list {
  list-style: none;
  font-size: 32px;
  font-family: American Typewriter;
  font-weight: bold;
  text-align: start;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}
.sp-nav-list li {
  margin-bottom: 15px;
}
.sp-nav-list li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .sp-nav-list {
    display: none;
  }
}

.shop-nav {
  color: #c72d7a;
  font-size: 18px;
  padding: 0 45px;
  margin-top: 56px;
}
.shop-nav dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 10px;
}
.shop-nav dd {
  margin-left: 18px;
  text-align: start;
}

@media (min-width: 769px) {
  .pc-nav {
    margin: 0px;
  }
}

.pc-nav-list {
  list-style: none;
  display: none;
}
@media (min-width: 769px) {
  .pc-nav-list {
    display: flex;
  }
  .pc-nav-list li {
    font-family: American Typewriter;
    font-size: 30px;
    margin-right: 40px;
    font-weight: bold;
  }
  .pc-nav-list li:last-child {
    margin: 0;
  }
}

.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.cover-title {
  position: absolute;
  font-family: American Typewriter;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.cover-title h1 {
  font-size: 33px;
  line-height: 0.8em;
  margin: 20px 0 20px;
}
.cover-title h2 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 0.8em;
}
@media (min-width: 769px) {
  .cover-title {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
  .cover-title h1 {
    font-size: 75px;
  }
  .cover-title h2 {
    font-size: 36px;
  }
}

.sub-cover-title {
  position: absolute;
  font-family: American Typewriter;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  font-size: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media (min-width: 769px) {
  .sub-cover-title {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 75px;
  }
}

.out-carousel {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top-img {
  position: relative;
  height: 100vh;
  width: 100px;
}
@media (min-width: 769px) {
  .top-img {
    height: 100vh;
  }
}

/*スライド数のドットの色を変える*/
.slick-dots {
  bottom: 16px;
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #9e1460;
  opacity: 1;
}

.cover-about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 240px;
  color: #fff;
  background-image: url(../images/cover/about-cover.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .cover-about {
    height: 560px;
  }
}

.cover-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 240px;
  color: #fff;
  background-image: url(../images/cover/menu-cover.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .cover-menu {
    height: 560px;
  }
}

.cover-gift {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 240px;
  color: #fff;
  background-image: url(../images/cover/gift.cover.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .cover-gift {
    height: 560px;
  }
}

.catch-copy {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #107ba2;
  letter-spacing: 10px;
}
@media (min-width: 769px) {
  .catch-copy {
    display: none;
  }
}

.top-about-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin-top: 63px;
  margin-bottom: 11px;
}
@media (min-width: 769px) {
  .top-about-title {
    justify-content: start;
    margin-top: 80px;
    margin-bottom: 0;
  }
}

.top-about-item-sp {
  margin: 0 20px;
  padding-top: 13px;
}
@media (min-width: 769px) {
  .top-about-item-sp {
    display: none;
  }
}

.top-about-text {
  color: #000;
  font-size: 18px;
  margin: 0;
}

.top-about-text-pc {
  display: none;
}
@media (min-width: 769px) {
  .top-about-text-pc {
    display: block;
    width: 50%;
  }
  .top-about-text-pc h2 {
    color: #107ba2;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0 20px;
    letter-spacing: 10px;
    padding-right: 40px;
  }
  .top-about-text-pc p {
    margin: 0 20px 0 0;
    font-size: 22px;
  }
}

@media (min-width: 769px) {
  .top-about-body {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .top-about-img {
    width: 50%;
    height: 100%;
  }
}

.about-catchcopy {
  margin-top: 60px;
  margin-bottom: 84px;
}

.about-shop-text {
  margin: 60px 20px;
}
.about-shop-text p {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 769px) {
  .about-shop-text {
    display: none;
  }
}

.about-img-flower {
  margin-bottom: 5px;
}

.about-menu-text {
  margin: 60px 20px 0;
}
.about-menu-text p {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 769px) {
  .about-menu-text {
    display: none;
  }
}

.about-menu-text-attn {
  margin: 0 20px;
}
.about-menu-text-attn p {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .about-menu-text-attn {
    margin: 0;
  }
  .about-menu-text-attn p {
    font-size: 22px;
    margin: 0;
  }
}

.catch-copy-pc {
  display: none;
}
@media (min-width: 769px) {
  .catch-copy-pc {
    display: block;
    color: #107ba2;
    font-size: 28px;
    letter-spacing: 10px;
    padding-right: 0px;
  }
}

@media (min-width: 769px) {
  .about-body {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 125px;
  }
}

@media (min-width: 769px) {
  .about-img {
    width: 50%;
  }
}

.about-shop-text-pc {
  display: none;
}
@media (min-width: 769px) {
  .about-shop-text-pc {
    display: block;
    margin-top: 65px;
    margin-right: 20px;
  }
  .about-shop-text-pc p {
    margin: 0;
    font-size: 22px;
  }
}

@media (min-width: 769px) {
  .about-shop-body {
    display: flex;
    margin-top: 25px;
  }
}

@media (min-width: 769px) {
  .about-menu-body {
    margin-top: 158px;
    margin-bottom: 100px;
  }
}

@media (min-width: 769px) {
  .about-img-flower {
    width: 392px;
  }
}

.about-menu-text-pc {
  display: none;
}
@media (min-width: 769px) {
  .about-menu-text-pc {
    display: block;
  }
  .about-menu-text-pc p {
    font-size: 22px;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .about-menu-body {
    display: flex;
  }
}

@media (min-width: 769px) {
  .about-img-menu {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .about-text-flex {
    display: flex;
    flex-flow: column;
    margin-left: 20px;
    margin-top: 43px;
  }
}

.top-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin-top: 90px;
  margin-bottom: 11px;
}
@media (min-width: 769px) {
  .top-menu-title {
    justify-content: start;
    margin-bottom: 5px;
  }
}

.top-menu-text {
  font-size: 18px;
  margin: 18px 20px 0;
}
@media (min-width: 769px) {
  .top-menu-text {
    display: none;
  }
}

.slideshow {
  display: block;
  max-width: 50rem;
  margin: auto;
}
@media (min-width: 769px) {
  .slideshow {
    max-width: 528px;
    margin: 0;
  }
}

.slidshow-image {
  display: block;
  width: auto;
}

.top-menu-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  width: 100%;
}
@media (min-width: 769px) {
  .top-menu-img {
    height: 352px;
    width: 508px;
  }
}

.top-menu-body {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px;
}
.top-menu-body li {
  width: 33.3333333333%;
  cursor: pointer;
  margin-right: 16px;
  display: flex;
}
.top-menu-body li:last-child {
  cursor: pointer;
  margin: 0;
}
@media (min-width: 769px) {
  .top-menu-body {
    margin: 20px 0;
  }
  .top-menu-body li {
    height: 70px;
  }
  .top-menu-body li img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .top-menu-item {
    display: flex;
    flex-direction: row;
  }
}

.top-menu-text-pc {
  display: none;
}
@media (min-width: 769px) {
  .top-menu-text-pc {
    display: block;
    width: 50%;
    margin-top: 20px;
    margin-left: 25px;
  }
  .top-menu-text-pc p {
    margin: 0;
    font-size: 22px;
  }
}

@media (min-width: 769px) {
  .top-menu {
    margin-top: 68px;
  }
}

.menu {
  margin-top: 50px;
}

.bath {
  display: flex;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .bath {
    height: auto;
  }
}

.out-carousel-menu {
  display: block;
  overflow: hidden;
}
@media (min-width: 769px) {
  .out-carousel-menu {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.menu-img {
  position: relative;
  height: 240px;
  width: auto;
}
@media (min-width: 769px) {
  .menu-img {
    height: 352px;
  }
}

.bath-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
  padding-left: 20px;
}
@media (min-width: 769px) {
  .bath-title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.bath-item {
  margin: 0 20px;
  margin-bottom: 95px;
}
.bath-item p {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 769px) {
  .bath-item {
    margin-bottom: 0;
  }
  .bath-item p {
    font-size: 24px;
  }
}

.bath-flex {
  display: flex;
  justify-content: space-between;
}

.aroma {
  display: flex;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .aroma {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.out-carousel-aroma {
  display: block;
  overflow: hidden;
}

.aroma-img {
  position: relative;
  height: 240px;
  width: auto;
}
@media (min-width: 769px) {
  .aroma-img {
    height: 352px;
  }
}

.aroma-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
  padding-left: 20px;
}
@media (min-width: 769px) {
  .aroma-title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.aroma-item {
  margin: 0 20px 94px;
}
.aroma-item p {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 769px) {
  .aroma-item p {
    font-size: 24px;
  }
}

.aroma-flex {
  display: flex;
  justify-content: space-between;
}

.rec {
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .rec {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 118px;
    margin-bottom: 100px;
  }
}

.rec-text {
  text-align: center;
}
.rec-text h2 {
  margin: 20px 0 12px;
  font-size: 25px;
}
.rec-text p {
  margin: 0;
  font-size: 22px;
}
@media (min-width: 769px) {
  .rec-text h2 {
    text-align: left;
    margin-bottom: 52px;
    font-size: 26px;
  }
  .rec-text p {
    font-size: 24px;
  }
}

.rec-text-attn {
  margin-left: 20px;
}
.rec-text-attn p {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 769px) {
  .rec-text-attn {
    text-align: left;
    margin-left: 0;
    margin-top: 88px;
  }
  .rec-text-attn p {
    font-size: 22px;
  }
}

@media (min-width: 769px) {
  .rec-img {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .menu-box-flex {
    display: flex;
    margin-top: 125px;
  }
}

.bath-bomb {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .bath-bomb {
    margin-top: 0;
    display: box;
    width: 50%;
    margin-right: 10px;
  }
}

@media (min-width: 769px) {
  .aroma-oil {
    display: box;
    width: 50%;
    margin-left: 10px;
  }
}

@media (min-width: 769px) {
  .rec-text-box {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .slick-dotted.slick-slider {
    margin-bottom: 12px;
  }
}

.top-gift-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin-top: 62px;
  margin-bottom: 11px;
}
@media (min-width: 769px) {
  .top-gift-title {
    justify-content: start;
    margin-bottom: 0;
  }
}

.top-gift-item {
  margin-top: 18px;
}
@media (min-width: 769px) {
  .top-gift-item {
    display: none;
  }
}

.top-gift-text {
  font-size: 18px;
  margin: 0 20px;
}

@media (min-width: 769px) {
  .top-gift-body {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .top-gift-img {
    width: 50%;
  }
}

.top-gift-item-pc {
  display: none;
}
@media (min-width: 769px) {
  .top-gift-item-pc {
    display: block;
    margin-top: 28px;
    margin-right: 20px;
  }
  .top-gift-item-pc p {
    font-size: 22px;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .top-gift {
    margin-top: 88px;
  }
}

.gift {
  margin-top: 50px;
}

.box {
  display: flex;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.out-carousel-gift {
  display: block;
  overflow: hidden;
}

.gift-img {
  position: relative;
  height: 240px;
  width: auto;
}

.gift-text {
  margin: 10px 20px 0;
}
.gift-text p {
  margin: 0;
  font-size: 22px;
}

.gift-flex {
  display: flex;
  justify-content: space-between;
}

.giftbox {
  margin-top: 50px;
}

.slideshow-gift {
  display: block;
  max-width: 50rem;
  margin: auto;
}

.gift-img {
  display: block;
  width: auto;
  -o-object-fit: 　cover;
     object-fit: 　cover;
}

.gift-ribon {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 13px 20px 40px;
}
@media (min-width: 769px) {
  .gift-ribon {
    margin: 20px 0;
  }
}

.gift-ribon li {
  width: 33.3333333333%;
  cursor: pointer;
  margin-right: 58px;
  display: flex;
}

.gift-ribon li:last-child {
  width: 33.3333333333%;
  cursor: pointer;
  margin: 0;
}

.ribon {
  margin-top: 95px;
}

.ribon-text {
  text-align: center;
}
.ribon-text p {
  margin: 0;
  font-size: 20px;
}

.letter {
  margin-top: 95px;
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .letter {
    display: flex;
    margin-top: 120px;
    margin-bottom: 100px;
  }
}

.letter-text {
  margin: 24px 20px 0;
}
.letter-text p {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 769px) {
  .letter-text {
    width: 50%;
    margin-top: 98px;
    margin-left: 20px;
  }
  .letter-text p {
    font-size: 22px;
  }
}

@media (min-width: 769px) {
  .letter-img {
    width: 50%;
  }
}

.sp-gift-body {
  display: block;
}
@media (min-width: 769px) {
  .sp-gift-body {
    display: none;
  }
}

.pc-gift-body {
  display: none;
}
@media (min-width: 769px) {
  .pc-gift-body {
    display: block;
  }
}

@media (min-width: 769px) {
  .pc-gift-flex {
    display: flex;
    margin-top: 125px;
  }
}

@media (min-width: 769px) {
  .pc-giftbox {
    display: block;
    width: 50%;
    margin-right: 10px;
  }
  .pc-giftbox img {
    height: 352px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .pc-giftpaid {
    display: block;
    width: 50%;
    margin-left: 10px;
  }
  .pc-giftpaid img {
    height: 352px;
  }
}

@media (min-width: 769px) {
  .pc-ribon-item {
    display: flex;
    flex-flow: column;
  }
}

@media (min-width: 769px) {
  .pc-gift-text {
    display: flex;
    justify-content: space-between;
  }
  .pc-gift-text p {
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .pc-ribon {
    margin-top: 120px;
  }
}

@media (min-width: 769px) {
  .pc-ribon-item {
    display: block;
    margin-right: 20px;
  }
  .pc-ribon-item p {
    text-align: center;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .pc-ribon-item2 {
    display: block;
  }
  .pc-ribon-item2 p {
    text-align: center;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .ribon-img-flex {
    display: flex;
  }
}

@media (min-width: 769px) {
  .pc-ribon-text-attn {
    text-align: center;
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 0;
  }
}

.footer {
  background-color: #f9f0eb;
}

.footer-img {
  text-align: center;
}

.footer-img-child {
  width: 80px;
  height: 27px;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .footer-img-child {
    height: 33px;
    width: 96px;
    margin-top: 30px;
  }
}

.footer-sns-item {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  max-width: 214px;
  padding: 0 2rem;
  margin: 30px auto;
}
.footer-sns-item li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100px;
  height: 33px;
  font-size: 16px;
  border-radius: 5px;
}
.footer-sns-item a {
  color: #fff;
  padding-left: 10px;
}
.footer-sns-item p {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 769px) {
  .footer-sns-item {
    max-width: 1080px;
    margin-top: 50px;
    margin-bottom: 52px;
  }
  .footer-sns-item li {
    height: 38px;
    width: 118px;
    font-size: 18px;
    margin-right: 19px;
  }
  .footer-sns-item li:last-child {
    margin-right: 0;
  }
  .footer-sns-item p {
    font-size: 16px;
  }
}

.t-color {
  background-color: #c72d7a;
  margin-right: 7px;
  margin-bottom: 12px;
}
.t-color p {
  padding-left: 11px;
}
@media (min-width: 769px) {
  .t-color {
    margin: 0;
  }
  .t-color p {
    padding-left: 18px;
  }
}

.i-color {
  background-color: #107ba2;
  margin-left: 7px;
  margin-bottom: 12px;
}
.i-color p {
  padding-left: 5px;
}
@media (min-width: 769px) {
  .i-color {
    margin: 0;
  }
  .i-color p {
    padding-left: 8px;
  }
}

.l-color {
  background-color: #107ba2;
  margin-right: 7px;
}
.l-color p {
  padding-left: 18px;
}
@media (min-width: 769px) {
  .l-color {
    background-color: #c72d7a;
    margin: 0;
  }
  .l-color p {
    padding-left: 28px;
  }
}

.f-color {
  background-color: #c72d7a;
  margin-left: 7px;
}
.f-color p {
  padding-left: 9px;
}
@media (min-width: 769px) {
  .f-color {
    background-color: #107ba2;
    margin: 0;
  }
  .f-color p {
    padding-left: 12px;
  }
}

.footer-shop {
  color: #735f43;
  font-size: 18px;
  padding-left: 20px;
  margin-top: 40px;
}
.footer-shop dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-shop dd {
  margin-left: 18px;
  text-align: start;
}
@media (min-width: 769px) {
  .footer-shop {
    display: none;
  }
}

.footer-shop-pc {
  display: none;
}
@media (min-width: 769px) {
  .footer-shop-pc {
    font-size: 20px;
    color: #735f43;
    display: flex;
    justify-content: center;
  }
  .footer-shop-pc dl {
    display: flex;
    margin: 0 40px 0 0;
  }
}

.copyright {
  font-size: 12px;
  color: #9e1460;
  text-align: center;
  margin-top: 53px;
  padding-bottom: 18px;
}
@media (min-width: 769px) {
  .copyright {
    font-size: 14px;
    margin-top: 65px;
    padding-bottom: 22px;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 1080px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .about-container {
    max-width: 1080px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .menu-container {
    max-width: 1080px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .gift-container {
    max-width: 1080px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */