@charset "UTF-8";

/* 共通部分
------------------------------- */


html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Yusei Magic', 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.7;
  color: #000;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;

  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}



a {
  text-decoration: none;
  color: #CC3300;
}

img {
  max-width: 100%;
}

nav {
  max-width: 1100px;
  margin:0 auto;
  padding: 0 4%;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

/* 見出し */
.menu-title {
  padding: 50px 0;
  margin: 0 auto;
  width: 200px;
}

.menu-title h3 {
  font-size: 2.6rem;
  font-family: 'DotGothic16', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  text-align: center;
}

.menu-title p {
  font-size: 0.9rem;
  font-weight: normal;
  color: #2E2E2E;
  text-align: center;
  border-bottom: 1px solid #2E2E2E;
}


.info-title{
  text-align: center;
  margin: 20px auto;
  font-size: 1.5rem;
  color:#CC3300;
}


/*  文字 */
.small {
  font-size: 0.7rem;
}

.center {
  text-align: center;
  margin: 20px auto;
  font-size: 0.85rem;
}

.center2 {
  text-align: center;
  margin: 20px auto;
  font-size: 1.1rem;
}

.center3 {
  text-align: center;
  margin: 20px auto;
  font-size: 1.5rem;
  background-color: #fff;
}

.center4 {
  margin: 20px auto;
  font-size: 1rem;
  background-color: #fff;
}


.red {
  color: #CC3300;
}


/*      装飾       */
.box {
  width: 100%;
  height: 20px;
}

/* 右斜め */
.bg_skew_border {
  background-color: #d6e9ca;
  background-image:
    repeating-linear-gradient(-45deg,
      #fff, #fff 7px,
      transparent 0, transparent 14px);
}

.bg_skew_border2 {
  background-color: #4D4D4D;
  background-image:
    repeating-linear-gradient(-45deg,
      #fff, #fff 7px,
      transparent 0, transparent 14px);
}

.bg_skew_border3 {
  background-color: #aacf53;
  background-image:
    repeating-linear-gradient(-45deg,
      #fff, #fff 7px,
      transparent 0, transparent 14px);
}

/* iframe */
iframe {
  width: 100%;
}

/* HEADER
------------------------------- */
header {
  width: 100%;
  position: fixed;
  z-index: 3;
}

.page-header {
  display: flex;
  justify-content: center;
  background-color: #aacf53;
}

.logo {
  width: 75px;
  margin-top: 30px;
}

.title-header {
  font-size: 1rem;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: 'DotGothic16', sans-serif;
}

.menu {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style: none;
}

.main-nav li {
  font-size: 1.1rem;
  font-family: 'DotGothic16', sans-serif;
  margin-left: 36px;
}

.main-nav a {
  color: #432;
}

.main-nav a:hover {
  color: #0bd;
}

/* トップへ戻るボタン */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #aacf53;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* HOME
------------------------------- */
#home{
  background-color: #fff;
}

.home {
  height: 800px;
}

.home-top {
  width: 800px;
  position: absolute;
  left: 0;
  right: 0;
  margin:300px auto 0;
  z-index: 2;
}

.info{
  margin: 20px auto;
  border: 2px dotted #ccc;
  background-color: #fff;
  border-radius: 5px;

}

.page-title {
  font-size: 3.2rem;
  font-family: 'DotGothic16', sans-serif;
  margin: 30px auto;
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}


 /*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 800px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}

/*=== 画像の設定 ======================================= */
.slide img {
display    : block;
position   : absolute;
                    /* 画像のサイズを表示エリアに合せる */
width      : inherit;
height     : inherit;
object-fit: cover;
opacity    : 0;
animation  : slideAnime 15s ease infinite;
}

/*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 3s }
.slide img:nth-of-type(3) { animation-delay: 6s }
.slide img:nth-of-type(4) { animation-delay: 9s }
.slide img:nth-of-type(5) { animation-delay: 12s }

/*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
 0% { opacity: 0 }
 2% { opacity: 1 }
18% { opacity: 1 }
20% { opacity: 0 }
100% { opacity: 0 }
}




/* Studio
------------------------------- */
#studio {
  background-color: #d6e9ca;
  padding: 120px 0;
}

.studio {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}

.studio-reft {
  margin: 60px auto;
  width: 300px;
}

.studio-reft h4 {
  text-align: center;
  font-size: 1.1rem;
  padding: 2px 5px;
  border: 5px outset rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  width: 110px;
  margin-bottom: 20px;
}

/* Price
------------------------------- */
#price {
  padding: 120px 0;
}

.price-list {
  width: 800px;
  margin: 0 auto 100px;
}

table {
  border-collapse: collapse;
  border: solid 1px #ccc;
  text-align: center;
  width: 100%;
}

th {
  padding: 15px 10px;
  background-color: #aacf53;
}

td {
  padding: 10px 10px;
}

.price-list h4 {
  font-size: 1.23rem;
  font-weight: normal;
  margin-bottom: 10px;
}

/* Reservation
------------------------------- */
#reservation {
  background-color:#d6e9ca;
  padding: 120px 0;
}



.reservation {
  width: 550px;
  margin: 0 auto;
}

.reservation-in {
  margin: 50px auto 80px;
}

.reservation-in h4 {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.twitter {
  font-size: 2.5rem;
  color: #1DA1F2;
  text-align: center;
  margin: 0 auto;
}

.twitter a {
  color: #1DA1F2;
  margin: 0 auto;
}

.twitter a:hover {
  text-decoration: none;
  color: #fff;
}

.tel {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin: 20px auto;
}

.tel a {
  color: #aacf53;
}

.tel a:hover {
  color: #fff;
}

.reservation-wh {
  color: #000;
  background-color: #fff;
  padding: 20px 5px;
  margin: 10px 120px;
}

.reservation-wh ul{
  margin: 0 60px;
}

.reservation-wh p{
  margin: 10px 60px;
}

.reservation-t {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 2px auto;
  text-align: center;
}

/* Service
------------------------------- */
#service {
  padding: 120px 0 30px;
}

.service-in {
  width: 32%;
  padding: 20px 20px 30px;
  border: 2px dotted #ccc;
  border-radius: 30px;
}


.service-in h4 {
  text-align: center;
  margin: 10px auto;
  font-size: 1.3rem;
}


.service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.icon {
  font-size: 2rem;
  text-align: center;
  color:#9BD3E8;
}




/* Contact
------------------------------- */
#Contact {
  background-color: #a9a9a9;
  padding: 120px 0;
}


.contact {
  width: 550px;
  margin: 0 auto;
}




/* Access
------------------------------- */
#access {
  padding: 120px 0;
}

.access {
  text-align: center;
  margin-bottom: 150px;
}

/* 店舗情報・地図 */
/* SNS */
.sns {
  width: 300px;
  margin: 0 auto;
}


/* フッター
------------------------------- */
footer {
  background: #d6e9ca;
  text-align: center;
  padding: 26px 0;
}

footer p {
  color: #fff;
  font-size: 0.875rem;
}



.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

/* c-guidelines
------------------------------- */
#c-guidelines {
  padding: 180px 0 30px;
}

.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 30px;
  margin-bottom: 100px;
}

.c-guidelines {
  margin-top: 20px;
  margin-bottom: 80px;
}

.c-guidelines h4 {
  margin-bottom: 8px;
}

.c-guidelines p {
  font-size: 0.9rem;
}

li {
  font-size: 0.85rem;
  list-style-position: inside;
}



/* モバイル版
------------------------------- */
@media(max-width:600px) {
  nav {
    padding: 0;
  }

  .center {
    font-size: 0.7rem;
  }

  .center2 {
    font-size: 0.85rem;
  }


  
  
  .small{
    font-size: 0.5rem;
  }

  /* 見出し */
  .menu-title {
    padding: 10px 0;
    margin: 0 auto;
    width: 150px;
  }

  .menu-title h3 {
    font-size: 1.9rem;
  }

  .menu-title p {
    font-size: 0.8rem;
  }

  /* HEADER */


  .logo img {
    margin: 0;
    width: 70%;
  }

  .title-header {
    margin: 25px 0;
    width: 40%;
  }

  /* ハンバーガーメニュー */
  .btn-menu {
    position: absolute;
    top: 40px;
    right: 12px;
    border: 4px outset #9BD3E8;
    border-radius: 15px;
    color: #000;
    padding: .15rem 1rem;
    background-color: #fff;
    font-size: 0.95rem;
    font-family: 'DotGothic16', sans-serif;
  }

  .main-nav {
    display: block;
    background: #dac25beb;
    margin-top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    top: 50px;
    right: 0;
    overflow: hidden;
    transition: .5s;
  }

  .main-nav li {
    text-align: center;
    margin: 2rem 0;
  }

  .main-nav a {
    display: block;
  }

  .main-nav.open-menu {
    width: 100%;
    height: 100%;
  }

  .menu {
    background: none;
  }

  /* HOME */

  .home {
    height: 500px;
  }

  .home-top {
    width: 300px;
    margin: 150px auto;
  }


  .slide {
    /* 画像のサイズに合わせて変更ください */
    width      : 100%;
    height: 500px;
  }

  .slide img {
    object-fit: cover;
  }


  .page-title {
    font-size: 1.45rem;
    margin: 35px auto;
  }

.info{padding: 5px 10px;
}




  /* Studio */
  .studio {
    flex-direction: column;
    align-items: center;
  }

  .studio-reft {
    margin: 8px auto;
    width: 300px;
  }

  .studio-reft h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .studio-reft p {
    font-size: 0.9rem;
  }

  /* Price */
  table {
    width: 100%;
    font-size: 0.8rem;
  }

  .price-list {
    width: 98%;
    margin: 0 auto 50px;
  }

  .price-list h4 {
    font-size: 1rem;
  }

  /* Reservation */
  .reservation {
    width: 100%;
    margin: 0 auto;
  }

  .reservation-in {
    margin: 60px auto;
    width: 80%;
  }

  .reservation-in h4 {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  
  .reservation-wh {
  margin:0 auto;
}
  
  
  
  
  /* Service */
  .service {
    flex-direction: column;
    align-items: center;
  }

  .service-in {
    width: 80%;
    margin: 20px auto 40px;
  }

  
   /* Contact */
  .contact {
    width: 100%;
    margin: 0 auto;
  }



  /* c-guidelines
  ------------------------------- */
  .grid {
    text-align: center;
  }

  .grid img {
    width: 80%;
  }

  .item p {
    font-size: 0.8rem;
  }
}





/*
DESKTOP SIZE
================================================ */
@media (min-width: 600px) {

  /* Header */
  .btn-menu {
    display: none;
  }
}
