@charset "UTF-8";

/****** サイト内で使う色 ******/

  /* color: #fffdf1; オフホワイト */
  /* color: #34548f; 青 */
  /* color: #ef7c7f; ピンク */

/****** サイト内で使う色 ******/


html{
  font-size: 100%;
  color: #34548f;
  font-family: 'Noto Sans JP', sans-serif;
}

body{
  position: relative;
  z-index: -10;
}
body.active {
  height: 100%;
  overflow: hidden;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

.kaisei{
  font-family: 'Kaisei Decol', serif;
}
.imp{
  text-align: center;
  font-weight: bold;
}

/****** 下層ページの見出しエリアプロパティ ******/

.title_wrap{
  height: 40vh;
  margin-bottom: 60px;
  position: relative;
}
.title_wrap::after{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(../images/common/title_wrap_under.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}


/****** 見出し要素のプロパティ ******/

h1{
  position: absolute;
  width: 100%;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  color: #34548f;
  text-align: center;
  font-size: 64px;
  font-family: 'Kaisei Decol', serif;
  /* text-shadow:
  2px 0 0 #fff,
  2px 2px 0 #fff,
  0 2px 0 #fff,
  -2px 2px 0 #fff,
  -2px 0 0 #fff,
  -2px -2px 0 #fff,
  0 -2px 0 #fff,
  2px -2px 0 #fff;; */
	/* text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; */
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}


h2{
  position: relative;
  text-align: center;
  font-size: 48px;
  font-family: 'Kaisei Decol', serif;
  padding: 5px 0;
  margin: 0 auto 100px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 0px #ef7c7f;
  line-height: 1.5;
}
h2::before{
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  top: -75px;
  left: -75px;
  background-image: url(../images/deco/deco_subtitle.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.access_fold{
  line-height: 1.3;
}

h3{
  font-size: 32px;
  font-family: 'Kaisei Decol', serif;
}

/****** h1要素のハイド ******/

.visually-hidden{
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels before allowing buttons to be activated */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}


/****** レスポンシブでの表示切り替えプロパティ ******/

.hidden_pc{
  display: none;
}

.only_sp{
  display: none;
}

/****** wrapのプロパティ ******/

.page_wrap{
  width: 100%;
  position: relative;
  z-index: -10;
}

.inner_wrap{
  width: 76%;
  max-width: 1200px;
  margin: 0 auto;
}

/****** ここからヘッダー ******/

.header{
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #34548f;
  z-index: 9999;
  transition: .3s ease-in-out;
  top: -103px;
}
.header::before{
  content: '';
  width: 100%;
  height: 105px;
  position: absolute;
  background: url(../images/lace/lace_header.png) repeat-x center center;
  background-size: contain;
  top: -5px;
  filter: drop-shadow(1px 1px 1px #000);
}

.head_wrap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 100px;
}

.head_logo{
  position: absolute;
  width: 120px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.head_logo a{
  display: block;
}

#header.is-show {
  top: 0;
}


/****** ここからメイン ******/

.main{
  width: 100%;
  position: relative;
  z-index: -10;
  overflow: hidden;
}


/****** ここからセクション ******/

section{
  background-color: #fffdf1;
  position: relative;
  padding: 150px 0 100px;
  z-index: -10;
  line-height: 2;
}

section::before{
  content: '';
  width: 100%;
  height: 105px;
  position: absolute;
  background: url(../images/lace/lace_section_top.png) repeat-x center center;
  background-size: contain;
  top: -30px;
  z-index: -100;
  filter: drop-shadow(1px -1px 1px #ddd);
}

section::after{
  content: '';
  width: 100%;
  height: 105px;
  position: absolute;
  background: url(../images/lace/lace_section_bottom.png) repeat-x center center;
  background-size: contain;
  bottom: -30px;
  z-index: -100;
  filter: drop-shadow(1px 1px 1px #ddd);
}


/****** ここからセクション間の飾り ******/

.space_wrap{
  position: relative;
  width: 100%;
  height: 40vh;
}

.space_wrap::before,
.space_wrap::after{
  content: '';
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pattern01::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-image: url(../images/deco/flower_01.png);
}

.pattern02::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 40%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
  background-image: url(../images/deco/flower_04.png);
}
.pattern02::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 60%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  background-image: url(../images/deco/flower_05.png);
}

.pattern03::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 60%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%) rotate(30deg);
  background-image: url(../images/deco/flower_01.png);
}
.pattern03::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  background-image: url(../images/deco/flower_06.png);
}

.pattern04::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 40%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  background-image: url(../images/deco/flower_03.png);
}
.pattern04::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 60%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%) rotate(30deg);
  background-image: url(../images/deco/flower_05.png);
}

.pattern05::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 60%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  background-image: url(../images/deco/flower_05.png);
}
.pattern05::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%) rotate(30deg);
  background-image: url(../images/deco/flower_02.png);
}

.pattern06::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-image: url(../images/deco/flower_06.png);
}

/****** ここからフッター ******/

.footer{
  position: relative;
  background-color: #34548f;
  color: #fff;
  padding-top: 140px;
}

.footer::before{
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  background: url(../images/lace/lace_footer.png) repeat-x center center;
  background-size: contain;
  top: 0px;
  filter: drop-shadow(4px 4px 2px #336);
}

.foot_flex{
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.foot_text{
  line-height: 2;
}

.foot_text .name{
  font-size: 20px;
  padding-bottom: 20px;
}

.foot_text address{
  padding-bottom: 20px;
}

.business_time th{
  width: 100px;
}

.business_time_en th{
  width: 70px;
}

.open_hour{
  display: none;
}

.saturday{
  display: none;
}

.foot_text .tell{
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.tell span{
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/tell_white.png) no-repeat center center;
  background-size: contain;
}

.foot_SNS{
  width: 50px;
  height: 50px;
}

.foot_SNS a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/insta_white.png) no-repeat center center;
  background-size: contain;
}

.copy{
  padding: 40px 0;
  text-align: center;
}


/****** ページ内共通のリンクボタンプロパティ ******/

.link{
  display: block;
  width: 300px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #34548f;
  background-color: #fff;
  color: #34548f;
  line-height: 2;
  border-radius: 50px;
  transition: .3s
}
.link:hover{
  border: 2px solid #ef7c7f;
  background-color: #ef7c7f;
  color: #fff;
  border-radius: 50px;
}

.link span{
  text-transform: uppercase;
}
/****** inview用のcss
**************************/

.fadeIn {
  opacity: 0;
  transition: 3s;
  transition-delay: .5s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_bottom_staff {
  opacity: 0;
  transform: translate(0, 40%);
  transition: 1.5s;
  transition-timing-function: ease-in-out;
}
.fadeIn_bottom_staff.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 1.5s;
  transition-timing-function: ease-in-out;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/**********PAGE TOPボタンを表示***********/

#topBtn {
  position: fixed;
  bottom: 84px;
  right: 30px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  /* z-index: -9999; */
  opacity: 0;
  transition: .3s;
}

#topBtn.is-show{
  opacity: 1;
  z-index: 5000;
}

#topBtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
  background: url(../images/common/topBtn.png) no-repeat center center;
  background-size: contain;
  behavior: url(PIE/PIE.htc);
  transform: scale(1);
  opacity: .75;
  transition: .3s;
}

#topBtn a:hover{
  background-image: url(../images/common/topBtn_hover.png);
  transform: scale(1.1);
  opacity: 1;
}

/****** ここからページ開いた時のアニメーション ******/
.open_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fffdf1;
  overflow: hidden;
  opacity: 1;
  z-index: 9999;
  transition: all 1s;
}
.open_wrap.is-active{
  opacity: 0;
  visibility: hidden;
}

.open_flex{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  justify-content: center;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.open_flex.is-active{
  opacity: 1;
  visibility: visible;
}


.open_wrap .load_flower{
  width: 80px;
  height: 80px;
  background: url(../images/deco/flower_02.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.open_wrap .load_text{
  font-size: 48px;
  margin: 0 10px;
}

.open_wrap .dot_flex{
  display: flex;
  justify-content: space-between;
  width: 40px;
  height: 60px;
  align-items: end;
}
.open_wrap .load_dots{
  width: 10px;
  height: 10px;
  background-color: #34548f;
  border-radius: 50%;
}
.dot01{
  animation: dot-animation 1s infinite linear;
  animation-delay: 0s;
}
.dot02{
  animation: dot-animation 1s infinite linear;
  animation-delay: .1s;
}
.dot03{
  animation: dot-animation 1s infinite linear;
  animation-delay: .1s;
}

@keyframes rotate02{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(-360deg);
  }
}
@keyframes dot-animation{
  0%{
    /* top: -5vh; */
    background-color: #34548f;
  }
  50%{
    background-color: transparent;
  }
  100% {
    background-color: #34548f;
  }
}



/****** ここからメディアクエリ ******
*********************************/

@media screen and (max-width:900px) {
/****** 下層ページの見出しエリアプロパティ ******/

  .title_wrap{
    height: 30vh;
  }
  .title_wrap::after{
    height: 300px;
    background-image: url(../images/common/title_wrap_under_min.png);
  }


/****** 見出し要素のプロパティ ******/

  h1{
    font-size: 56px;
    top: 13vh;
  }

  h2{
    font-size: 32px;
    margin-bottom: 80px;
  }
  h2::before{
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }
  .en_fold{
    line-height: 1.3;
    padding: 10px 0;
  }
  h3{
    font-size: 28px;
  }


/****** レスポンシブでの表示切り替えプロパティ ******/

  .hidden_pc{
    display: block;
  }

  .only_pc{
    display: none;
  }

/****** wrapのプロパティ ******/

  .inner_wrap{
    width: 90%;
  }
  
  /****** ここからヘッダー ******/

  .header::before{
    height: 85px;
  }
  
  .head_wrap{
    height: 80px;
  }
  .head_logo{
    width: 100px;
  }
  
  .lang_flex{
    top: 20px;
  }

  /****** ここからセクション ******/

  section{
    padding: 100px 0;
  }

  section::before{
    height: 85px;
  }
  
  section::after{
    height: 85px;
  }

  /****** ここからセクション間の飾り ******/
  .space_wrap{
    height: 30vh;
  }

  .pattern01::before{
    width: 60px;
    height: 60px;
  }

  .pattern02::before{
    width: 50px;
    height: 50px;
  }
  .pattern02::after{
    width: 80px;
    height: 80px;
  }

  .pattern03::before{
    width: 40px;
    height: 40px;
  }
  .pattern03::after{
    width: 80px;
    height: 80px;
  }

  .pattern04::before{
    width: 40px;
    height: 40px;
  }
  .pattern04::after{
    width: 80px;
    height: 80px;
  }

  .pattern05::before{
    width: 80px;
    height: 80px;
  }
  .pattern05::after{
    width: 40px;
    height: 40px;
  }

  .pattern06::before{
    width: 60px;
    height: 60px;
  }

  
/****** ここからフッター ******/
  .foot_flex{
    padding: 0 20px 50px;
  }

  .open_hour{
    display: table-row;
  }

/**********PAGE TOPボタンを表示***********/

  #topBtn {
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  #topBtn a:hover{
    background-image: url(../images/common/topBtn.png);
    transform: scale(1);
    opacity: 1;
  }
}/* 900 */

@media screen and (max-width:480px) {
/****** 見出し要素のプロパティ ******/

  h1{
    font-size: 40px;
  }

  h2{
    font-size: 28px;
    margin-bottom: 60px;
  }
  h2::before{
    width: 75px;
    height: 75px;
    top: -35px;
    left: -35px;
  }
  h3{
    font-size: 24px;
  }


  /****** レスポンシブでの表示切り替えプロパティ ******/

  .only_sp{
    display: block;
  }
  .hidden_sp{
    display: none;
  }


  /****** ここからセクション ******/

section{
  padding: 80px 0;
}


  /****** ここからセクション間の飾り ******/

  .space_wrap{
    height: 25vh;
  }

  .pattern01::before{
    width: 50px;
    height: 50px;
  }

  .pattern02::before{
    width: 25px;
    height: 25px;
  }
  .pattern02::after{
    width: 40px;
    height: 40px;
  }

  .pattern03::before{
    width: 25px;
    height: 25px;
  }
  .pattern03::after{
    width: 40px;
    height: 40px;
  }

  .pattern04::before{
    width: 25px;
    height: 25px;
  }
  .pattern04::after{
    width: 40px;
    height: 40px;
  }

  .pattern05::before{
    width: 40px;
    height: 40px;
  }
  .pattern05::after{
    width: 25px;
    height: 25px;
  }

  .pattern06::before{
    width: 50px;
    height: 50px;
  }
  
  
  /****** ここからフッター ******/

  .footer{
    position: relative;
    background-color: #34548f;
    color: #fff;
    padding-top: 100px;
  }

  .footer::before{
    height: 75px;
  }

  .foot_text{
    font-size: 14px;
    width: 250px;
  }
  .foot_text .name{
    font-size: 16px;
  }

  .business_time th{
    width:  80px;
  }

  .business_time_en th{
    width: 65px;
  }

  .saturday{
    display: table-row;
  }
  
  .tell span{
    width: 25px;
    height: 25px;
  }

  .foot_SNS{
    width: 40px;
  }

  .copy{
    font-size: 14px;
  }

  /****** ページ内共通のリンクボタンプロパティ ******/

  .link{
    width: 250px;
  }


/**********PAGE TOPボタンを表示***********/

  #topBtn {
    right: 10px;
    width: 40px;
    height: 40px;
  }

/****** ここからページ開いた時のアニメーション ******/
  .open_wrap .load_flower{
    width: 50px;
    height: 50px;
  }
  .open_wrap .load_text{
    font-size: 32px;
    margin: 0 8px;
  }

  .open_wrap .dot_flex{
    width: 32px;
  }
  .open_wrap .load_dots{
    width: 8px;
    height: 8px;
  }
}/* 480 */