﻿@charset "utf-8";

body {
  /* font-family: 'Catamaran','Noto Sans JP',sans-serif; */
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  line-height: 1.5;
  color: #2c2c2c;
  background-color: #fff;
}

/*--------------------------------------
      共通
--------------------------------------*/
img {
  max-width: 100%;
}

section {
  margin: 0px 0 160px;/* ★上下余白★ */
}


h2 {
  margin-bottom: 50px;


  text-align: center;
  font-family: "Bellefair",sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  background-image: linear-gradient(135deg,#e6ba5d 0%,#9ac78a 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}



h2 img{
  height: 50px;
}

h3 {
  margin-bottom: 30px;

  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.onlyPC {
  display: none;
}

.bg-blue {
  background-color: #bdd2eb;
}

/*--------------------------------------
      スクロールで下からふんわり
--------------------------------------*/
.fadeInUp {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}

.fadeInUp.active{
  opacity : 1;
  transform : translate(0, 0);
}

/* service 写真 遅延表示 */
.conceptDetailSec .photo {
  transition-delay: .4s;
}



/*--------------------------------------
      メインビジュアル ふんわり
--------------------------------------*/
.fade {
  opacity: 0; /* 文字を透明化 */
  animation: fade_anime 2s forwards;
}

@keyframes fade_anime {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}



/*--------------------------------------
      Main Visual
--------------------------------------*/
header {
  background-color: #fff;
}

header.topPage {
  height: 90vh;
  background-color: #fff;
  background: url(../img/mv-SP.png) no-repeat center top/cover;
}
.topPage h1 img {
  width: 150px;
}
h1 {
  padding-top: 12px;
  padding-left: 12px;
}


/* ----- ///// Catch Copy ///// ----- */
header .copy {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	/* 縦書き */

	z-index: 80;

	font-size: 22px;
	color: #444;
	line-height: 1;
	letter-spacing: 0.10em;
}



/* ----- ■■ キャッチコピー サイズ調整 ■■ ----- */
.copy01 img {
  width: 50px;
}
.copy02 img {
  width: 85px;
}

.copy01 {
  position: absolute;
  right: 5%;
}

.copy02 {
  position: absolute;
  left: 5%;
  top: 220px;
	margin: 1em 0 0 0;		/* 左側のコピーは1em下に下げて表示 */
}


.fadeUp {
    opacity: 0; /* 文字を透明化 */
    transform: translateY(2em); /* 2em下から開始 */
    animation: fadeUp_anime 2s forwards;
}

/* キャッチコピー 遅延表示 */
.copy .copy01 {
  animation-delay: .4s;
}

.copy .copy02 {
  animation-delay: .8s;
}

@keyframes fadeUp_anime {
    0% {
        opacity: 0;
        transform: translateY(2em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ----- ///// about ///// ----- */
#about {
  margin-bottom: 120px; /* service上 余白高さ調整 */
  padding: 80px 0 0;
  background-color: #fff;
}


.lead {
  margin-bottom: 30px;

  text-align: center;
  font-size: 17px;
  letter-spacing: .05em;
  line-height: 2;
}



/* ----- ///// service ///// ----- */
#service h2 {
  margin-bottom: 60px;
  padding-top: 60px;
}

.conceptDetailSec h3 img {
  height: 50px;
  width: ;
}

.conceptDetailSec p img {
  height: 100%;
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  object-position: center 90%;
  border-radius: 15px;
}
.conceptDetailSec .text {
  font-size: 17px;
  line-height: 1.78;
  background-color: ;
}


/* ★SP--縦表示 上下余白★ */
.conceptDetailSec {
  margin-bottom: 50px;
}
.conceptDetailSec .photo {
  margin-bottom: 14px;
}
/* ---------------------- */


.memo {
  display: block;
  width: 400px;
  margin: 0 auto;
}

.conceptDetailSec {
  /* 中央配置 */
  display: flex;
  flex-direction: column;
  align-items: center;

}


/* ----- ///// menu ///// ----- */
#menu {
  background-color: #bdd2eb;
}
#menu .price {
  width: 270px;
  margin: 0 auto;
}
#menu .price img {
  padding-bottom: 50px;
}



/* ----- ///// terms_of_use ///// ----- */
#terms_of_use {
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 0 0;
}

#terms_of_use .text {
  font-size: 15px;
  text-align: center;
}

#terms_of_use ul {
padding: 30px 90px 60px;
list-style-type: disc;
}

#terms_of_use li {
  font-size: 14px;
  line-height: 2.1;
}



/* ----- ///// contact ///// ----- */
#contact {
  text-align: center;
  background-color: #bdd2eb;
}

#contact .button {

}

#contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  transition: opacity .5s ease;

  margin: 0 auto;
  max-width: 450px;
  height: 80px;
  position: relative;


  font-family: "Bellefair",sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: .1em;

  border: 2px solid #fff;
  border-radius: 15px;
  transition: .35s all ease;
}

#contact a:hover {
  border-color: #fff;
  background: #fff;
  color: #bdd2eb;
}

.tel {
  font-size: 16px;
}

.tel_num {
  margin-left: 20px;
}


/* ----- ///// access ///// ----- */
#access {
  padding: 0;
}


.map iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
  border-radius: 15px;
}

.map {
  margin-bottom: 60px;
  /* 中央配置 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map .text {
  background-color: ;
  font-size: 15px;
}



/* ----- ///// shop_info ///// ----- */
#shop_info {
  margin: 0 0 20px;
  padding-top: 10px;
}


#shop_info h2 {
  display: none;
}
#shop_info .text {
  font-size: 10px;
  text-align: center;
  line-height: 1.78;
}



/* ----- ///// Copyright ///// ----- */
#copyright {
  margin:  0;
}



/*--------------------------------------
      Gallery--Slick
--------------------------------------*/
#gallery {
  border-radius: 30px;
  margin:0;
  padding-bottom: 160px;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.slide-items img {
  height: 30vw;
  max-height: 400px;
  min-height: 350px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}




/* ----- ///// footer ///// ----- */
footer {
  background-color: #bdd2eb;
  padding: 60px 0 20px;
}

footer .text {
  font-size: 12px;
  color: #fff;
  text-align: center;
}






/*
.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.menuList li {
  flex-basis: 42%;
  margin-bottom: 28px;
}
.menuList li img {
  filter: drop-shadow(1px 2px 3px #dddddd);
}
.menuDetailSec {
  margin-bottom: 50px;
}


.subPage header {
  border-top: 14px solid #f5f5f5;
  padding-top: 40px;
  margin-bottom: 30px;
}


.photoGarelly {
  display: grid;
  grid-template-rows: 40vw 30vw 30vw 40vw 40vw;
  grid-template-columns: 50% 50%;
}
.item01 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}
.item02 {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
}
.item03 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.item04 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.item05 {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}
.item06 {
  grid-row: 5 / 6;
  grid-column: 1 / 2;
}
.item07 {
  grid-row: 5 / 6;
  grid-column: 2 / 3;
}
.photoGarelly li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 */

/* ------------------ ■■■■ メインビジュアルサイズ ■■■■ ------------------ */
@media screen and (min-width: 600px) {

  header.topPage {
    background: url(../img/mv-PC.png) no-repeat center top/cover;
    height: 100vh;
  }

  h1 {
    padding-top: 30px;
    padding-left: 30px;
  }

  /* ----- キャッチコピー サイズ調整 ----- */
.copy01 img {
  width: 10vw;
  max-width: 70px;
}
.copy02 img {
  width: 17vw;
  max-width: 114px;
}

  /* ----- キャッチコピー 位置 ----- */
.copy01 {
  right: 5%;
  top: 120px;
}

.copy02 {
  left: 8%;
  top: 200px;
}

}


/* ------------------ ■■■■ PCサイズ ■■■■ ------------------ */
@media screen and (min-width: 960px) {

  .onlySP {
    display: none;
  }

  .onlyPC {
    display: block;
  }

  header.topPage {
    background: url(../img/mv-PC.png) no-repeat center top/cover;
    height: 100vh;
  }


  main {
    
  }

  #gallery, #access {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 160px;
  }


/* ----- ///// Catch Copy ///// ----- */

/* ----- キャッチコピー サイズ調整 ----- */
.copy01 img {
  width: 70px;
}
.copy02 img {
  width: 114px;
}

.copy01 {
  position: absolute;
  right: 10%;
  top: 90px;
}

.copy02 {
  position: absolute;
  left: 8%;
  top: 200px;
	margin: 1em 0 0 0;		/* 左側のコピーは1em下に下げて表示 */
  width: 175px;
}


/* ----- ///// service【PC】 ///// ----- */

  .conceptDetailSec {
    margin: 0 auto;
    width: 1008px;

    display: grid;
    grid-template-rows: 200px 200px;
    grid-template-columns: 50% 50%;
  }
  .conceptDetailSec h3 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .conceptDetailSec .photo {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
  .conceptDetailSec .text {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .conceptDetailSec .photo img {
    height: 400px;
    width: 504px;
    border-radius: 25px;

    justify-content: flex-end;
  }
  .conceptDetailSec h3 {
    align-self: end;
  }
  .conceptDetailSec .text {
    align-self: start;  /* ★上揃え★memoがはみ出てる */
    text-align: center;
    font-size: 16px;
  }


  .reverse h3 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .reverse .photo {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }
  .reverse .text {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }


/* ----- ///// menu【PC】 ///// ----- */
#menu .price {
  width: 70%;
  max-width: 850px;
  margin: 0 auto;
}

/* ----- ///// terms_of_use ///// ----- */
#terms_of_use {
  width: 70%;
  max-width: 800px;
  margin: 0 auto 160px;/* ★上下余白★ */
}

/* ----- ///// access ///// ----- */
.map iframe {
  border-radius: 30px;
}


}
/* ------------------ ■■■■ /PCサイズ/ ■■■■ ------------------ */




/* ハンバーガーメニュー */
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 5px;
  height: 12px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #ffc107; /* 色は自由に変更可能です */
  display: block;
  height: 2px; /* 太さ */
  width: 31px; /* 長さ */
  position: relative;
  transition: background .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #ffc107; /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 50px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  max-height: 100vh; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  height: 100vh;
  transition: max-height .6s;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}
.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #333333;
}