@charset "utf-8";
/*基本的なレイアウトなど*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #583C27; /* RGB */
  font-family: 'Montserrat', sans-serif;
  font-family: 'Train One', cursive;
  font-family: 'Zen Maru Gothic', sans-serif;
  background-color: #FFF;
  font-weight: 400;
}
main {
  margin-bottom: 50px;
}
a:hover{
  opacity: 0.5;
}
@media(min-width:1024px) {
  main {
    margin-bottom: 140px;
    margin-top: 150px;
  }
}
img {
  max-width: 100%;
}
h2 {
  font-size: 3.0rem;
  font-family: 'Train One';
  font-weight: 400;
  transform: rotate(0.03deg);
  margin: 50px auto 0px;
  text-align: center;
}
h3 {
  font-family: 'Zen Maru Gothic';
  font-size: 1.8rem;
  color: #F06E81;
  font-weight: 400;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #583C27;
}
ul {
  list-style: none;
}
.display_non {
  display: none;
}
.none {
  display: none;
}
/*ピンクアンダーライン*/
.marker_pink {
  background-image: url(image/marker_sp.png);
  background-position: bottom;
  /*background-repeat: no-repeat;
  background-repeat-x: repeat;*/
  background-repeat: repeat-x;
  padding-bottom: 5px;
}
/*フォントカラー*/
.fontcolor_blue {
  color: #6AC9C6;
}
.fontcolor_pink {
  color: #F06E81;
}
.underline {
  text-decoration: underline;
}
.fontsize-8 {
  font-size: 1.0rem;
}
@media(min-width:1024px) {
  .marker_pink {
    background-image: url(image/marker_pink.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    padding-bottom: 5px;
  }
  .fontsize-8 {
    font-size: 1.6rem;
  }
}
/*リボンピンク SP*/
.ribbon1 {
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 0 0px; /*横の大きさ*/
  font-size: 1.4rem; /*文字の大きさ*/
  background: #F9F9DB; /*塗りつぶし色*/
  color: #583C27; /*文字色*/
  width: 265px;
}
.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/*リボン */
.ribbon2 {
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 0 0px; /*横の大きさ*/
  font-size: 1.4rem; /*文字の大きさ*/
  background: #F9F9DB; /*塗りつぶし色*/
  color: #583C27; /*文字色*/
  width: 265px;
}
.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  /*リボン*/
  /*リボン*/
}
/*リボンイエロー*/
.ribbon3 {
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  font-size: 1.4rem; /*文字の大きさ*/
  background: #FBF0F3; /*塗りつぶし色*/
  color: #583C27; /*文字色*/
  width: 265px;
}
.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon3:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon3:after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/*リボンSPここまで*/
/*リボンピンク PC*/
@media(min-width:1024px) {
  .ribbon1 {
    position: relative;
    height: 82px; /*リボンの高さ*/
    line-height: 82px; /*リボンの高さ*/
    text-align: center;
    padding: 0 80px; /*横の大きさ*/
    font-size: 2.4rem; /*文字の大きさ*/
    background: #F9F9DB; /*塗りつぶし色*/
    color: #583C27; /*文字色*/
  }
  .ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .ribbon1:before {
    top: 0;
    left: 0;
    border-width: 41px 0px 41px 30px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ribbon1:after {
    top: 0;
    right: 0;
    border-width: 41px 30px 41px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  /*リボン PC*/
  .ribbon2 {
    position: relative;
    height: 82px; /*リボンの高さ*/
    line-height: 82px; /*リボンの高さ*/
    text-align: center;
    font-size: 2.4rem; /*文字の大きさ*/
    background: #F9F9DB; /*塗りつぶし色*/
    padding: 0 80px; /*横の大きさ*/
    color: #583C27; /*文字色*/
  }
  .ribbon2:before, .ribbon2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .ribbon2:before {
    top: 0;
    left: 0;
    border-width: 41px 0px 41px 30px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ribbon2:after {
    top: 0;
    right: 0;
    border-width: 41px 30px 41px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    /*リボン*/
    /*リボン*/
  }
  /*リボンイエロー*/
  .ribbon3 {
    position: relative;
    height: 82px; /*リボンの高さ*/
    line-height: 82px; /*リボンの高さ*/
    text-align: center;
    font-size: 2.4rem; /*文字の大きさ*/
    background: #FBF0F3; /*塗りつぶし色*/
    padding: 0 80px; /*横の大きさ*/
    color: #583C27; /*文字色*/
  }
  .ribbon3:before, .ribbon3:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .ribbon3:before {
    top: 0;
    left: 0;
    border-width: 41px 0px 41px 30px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ribbon3:after {
    top: 0;
    right: 0;
    border-width: 41px 30px 41px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
}
/*基本的なレイアウトなどここまで*/
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #E8F3F3;
  text-align: center;
  top: 0;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 998;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background-color: #E8F3F3;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
.main_menu {
  list-style: none;
  text-align: center;
  margin-top: 30px;
}
.main_menu img {
  height: 80px;
  margin-top: 60px;
}
.main_menu li a {
  color: #583C27;
  text-decoration: none;
  padding: 30px 0;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.header_lesson {
  margin-top: 50px;
  list-style: none;
}
.header_lesson a {
  text-align: center;
  display: block;
  padding-bottom: 40px;
  font-family: 'Zen Maru Gothic';
  font-size: 1.2rem;
}
/*========= ハンバーガーボタンのレイアウトCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background-color: #583C27;
  width: 60%;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*========= ご注文ボタンのためのCSS ===============*/
.header_pc_order_button {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.nav_sp_button {
  width: 250px;
  margin: 500px auto 0;
  display: block;
}
.header_order_button_p_flower {
  height: 80px;
  position: absolute;
  right: 40px;
  top: -10px;
}
/*スマホヘッダーについて*/
h1 img {
  margin-left: 20px;
  height: 100px;
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 375px;
  z-index: 998;
}
@media(min-width:768px) {
  .main_menu img {
    height: 120px;
    margin-top: 100px;
  }
  .main_menu li a {
    padding: 40px 0;
    display: block;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
  .header_lesson a {
    font-size: 1.4rem;
  }
  .nav_sp_button {
    margin: 560px auto 0;
  }
}
/*PCヘッダーここから*/
@media(min-width:1024px) {
  /*  ハンバーガー非表示*/
  .openbtn1, .header_lesson, .main_menu img {
    display: none;
  }
  #header {
    max-width: 1440px;
    display: flex;
    margin: 0 auto;
    height: 150px;
    position: fixed;
    z-index: 9998;
  }
  #g-nav {
    background-image: url(image/header_pc2.png);
    width: 930px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 30px auto;
    right: 0%;
    background-color: rgba(0, 0, 0, 0);
    inset: 0;
    transition: none;
  }
  #g-nav ul {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
    top: 20px;
    left: 0;
    margin: -23px auto 0;
    transform: none;
    position: relative;
  }
  .main_menu li a {
    color: #FFF;
  }
  #top img {
    width: 150px;
    height: auto;
    margin-left: 140px;
    position: relative;
    margin-top: -140px;
  }
  /*ヘッダーのオーダーメイドはコチラボタン*/
  .header_pc_order_button {
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 5;
  }
  .nav_sp_button {
    margin: 0 0 0 10px;
  }
  .header_order_button_p_flower {
    height: 50px;
    width: auto;
    position: absolute;
    left: 185px;
    top: 5px;
  }
  .fontsize-14 {
    font-size: 1.2rem;
  }
  /*ヘッダーのオーダーメイドボタンはこちらここまで*/
  /*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/
  .gnavi li a {
    /*線の基点とするためrelativeを指定*/
    position: relative;
  }
  .gnavi li.current a, .gnavi li a:hover {
    color: #FFF;
  }
  .gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 36px;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background: #d4e3dc;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: center top; /*上部中央基点*/
  }
  /*現在地とhoverの設定*/
  .gnavi li.current a::after, .gnavi li a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
  /*==================================================
　5-3-1 中心から外に線が伸びる（ここまで）
===================================*/
  #header_lesson {
    display: none;
  }
}
/*フッターここから*/
.footer {
  padding-top: 60px;
}
.footer ul {
  margin-top: 10px;
}
.footer {
  background-color: #FBF0F3;
  margin: 0 auto;
}
.footer_logo {
  height: 120px;
  display: block;
  margin: 20px auto;
}
.footer img {
  height: 60px;
  display: block;
  margin: 20px auto;
}
.footer nav {
  font-size: 1.4rem;
  color: #583C27;
  line-height: 4.0rem;
  text-align: center;
}
.footer_lesson {
  margin: 0 auto 40px;
  list-style: none;
  line-height: 26px;
  font-size: 1.4rem;
  text-align: center;
}
.footer_lesson ul li a {
  font-size: 0.8rem;
  list-style: none;
  line-height: 1.6rem;
  text-align: center;
}
.footer_lesson span {
  width: 30px;
  height: 1px;
  background-color: #583C27;
  display: block;
  content: "";
  margin: 20px auto;
}
.footer small {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
@media(min-width:768px) {
  .footer {
    height: 270px;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .footer nav {
    display: block;
    padding-top: 40px;
  }
  .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0px 0px;
    width: 610px;
    margin: 0 auto;
  }
  .footer_wrap img {
    width: 100px;
    height: auto;
  }
  .footer nav ul {
    display: flex;
    font-size: 1.4rem;
    margin-bottom: 30px;
    gap: 40px;
  }
  .footer_lesson {
    text-align: left;
    width: 610px;
    margin: 80px auto;
  }
  .footer_lesson ul li a {
    font-size: 1.6rem;
    line-height: 2.0rem
  }
  .footer_lesson li a {
    font-size: 1.2rem;
    list-style: none;
    line-height: 2.0rem;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .footer small {
    font-size: 1.4rem;
  }
  .footer_lesson_discription a {
    padding-left: 28px;
  }
  .footer_lesson span {
    display: none;
  }
  .footer img {
    height: 80px;
    width: auto;
    display: block;
    margin: 20px auto;
  }
}
@media(min-width:1024px) {
  .footer {
    height: 400px;
    padding-bottom: 80px;
  }
  .footer nav {
    display: block;
    padding-top: 80px;
  }
  .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 30px 0px 0px;
    width: 1140px;
    margin: 0 auto;
  }
  .footer_wrap img {
    width: 150px;
    height: auto;
    margin-top: 30px;
  }
  .footer nav ul {
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 30px;
    gap: 128px;
  }
  .footer_lesson {
    text-align: left;
    width: 1200px;
    margin: 80px auto;
  }
  .footer_lesson ul li a {
    font-size: 1.6rem;
    line-height: 2.0rem
  }
  .footer_lesson li a {
    font-size: 1.2rem;
    list-style: none;
    line-height: 2.0rem;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .footer small {
    font-size: 1.4rem;
  }
  .footer_lesson_discription a {
    padding-left: 28px;
  }
  .footer_lesson span {
    display: none;
  }
}
/*フッターここまで*/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.3s;
}
@media(min-width:1024px) {
  #page-top {
    right: 30px;
    bottom: 30px;
  }
  #page-top a img {
    width: 80px;
    height: auto;
  }
}
/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/*==================================================
以下動きのためのｃｓｓ
①スライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
  list-style: none;
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #82CBC8; /*矢印の色*/
  border-right: 4px solid #82CBC8; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 40px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 4px; /*ドットボタンのサイズ*/
  height: 6px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
  border: none;
}
.slick-dots .slick-active button {
  background: #82CBC8; /*ドットボタンの現在地表示の色*/
}
/*========= 以下、アニメのためのCSS ===============*/
.bound {
  animation: key .4s ease infinite alternate;
}
@keyframes key {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
/* 拡大ノーマル */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.zoomInTrigger {
  opacity: 0;
}
/* 拡大調ゆっくり */
.zoomIn2 {
  animation-name: zoomInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.zoomIn2Trigger {
  opacity: 0;
  animation: animationZoom1 8s ease-in-out forwards;
  overflow: hidden;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1)
  }
}
@keyframes animationZoom2 {
  50% {
    transform: scale(1.1)
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeftTrigger {
  opacity: 0;
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRIghtTrigger {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 6s fuwafuwa infinite;
}
/*トップへ戻るボタン*/
#scroll-top {
  bottom: 20px;
  padding: 10px;
  position: fixed;
  right: 10px;
}
#scroll-top a {
  text-decoration: none;
  color: #333;
}
#scroll-top img {
  height: 80px;
  width: auto;
}
@media(min-width:1024px) {
  #scroll-top img {
    height: 160px;
    width: auto;
  }
  .gnavi2 li a img {
    height: 50px;
  }
}