
@media screen and (min-width: 481px) { 
  /*================
  PC用のスタイル
  ==================*/
   /* 横幅設定 */
   * {
    box-sizing: border-box;
  }

  body {
    max-width: 1080px;
    min-width: 960px;
    margin: 0 auto;
    display: block;
  }
  
  #menu-sp {
    display: none;
  }

  #nav-sp {
    display: none !important;
  }
  
  
  img {
    max-width: 100%;
  }
  h1 {
  
    font-family: 'Kaushan Script', cursive;
    }
  
  
  li {
    list-style: none;
    text-align: left;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  header a > img {
    width: 120px;
    line-height: 1px;
    padding: 10px 0;
  }
  .site-title a {
    display: block;
  }



  .content-subtitle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700px;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    }

    
  .wrapper {
    margin: 0px auto;
    padding: 0 4%;
    text-align: center;
  }

  p  {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  dl {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  dt {
    font-weight: 900;
    color: #000000DE;
  }
  
  dd {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 10px;
  }
  .details-title dt {
    display: flex;
    justify-content: space-between;
    float: left;
  }
  
  .details-title dt::after {
    content: ":";
  }
  
  .details-title dd {
    padding-left: 100px;
  }
  
  .section-title1 {
    font-family: 'Kaushan Script', cursive;
    display: inline-block;
    font-size: 3rem;
    color: #000000DE;
    text-align: center;
    margin: 60px 0 30px 0;
  }
  
  .section-title2 {
    font-family: 'Kaushan Script', cursive;
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin: 20px 0;
  }
  

  
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  
  /* ヘッダー */

  header {
    width: 100vw;
    left:0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: #fff;
    z-index: 1000;
    padding: 0.4%;
  }
  
  #header ul {
    display: flex;
    padding: 10px 0;
  }

  #header li {
    margin-left: 30px;
    font-family: 'Kaushan Script', cursive;
  
  }
  #header li a {
    color: #24292e;
  }
  #header li a:hover {
    opacity: 0.7;
  }
  /* ナビゲーションのレイアウト */
  #nav-pc {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-style: normal;
  }
  
    /* ナビゲーションのリンクの装飾設定 */
    #nav-pc > a {
      position: relative;
      text-decoration: none;
      margin-left: 20px;
      padding:10px 10px;
      color: #333;
    }
  
    #nav-pc > a:link {
      color: #0d0d0d;
    }
  
    #nav-pc > a:visited {
      color: #0d0d0d;
    }
  
    #nav-pc.current a, #nav-pc > a:hover {
      color: #383e45;
    }
  
    #nav-pc > a:active {
      color: #0d0d0d;
    }
  
  .info1 {
    background-color: #a9947d;
    padding: 0.5rem 1rem;
    margin: 1rem;
    border-radius: 3px;
    box-shadow: 3px 4.5px 0px #eaccad;
  }
  .info1 dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.12em;
    color:#fff;
  }

  .info1 dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    color:#fff;
  }

  /*==================================================
  　5-3-1 中心から外に線が伸びる（下部）
  ===================================*/
  #nav-pc a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#383e45;
    /*アニメーションの指定*/
    transition: all .4s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
  }
  
  /*現在地とhoverの設定*/
  #nav-pc.current a::after,
  #nav-pc a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
  }
  
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #mainvisual img {
    margin-top: 100px;
    width: 100vw;
    height: 95vh;
    object-fit: cover;
    object-position: bottom;
  }

  #mainvisual2 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  #mainvisual2 img {
    margin-top: 100px;
    width: 100vw;
    object-fit: cover;
    object-position: bottom;
  }
  

  .banner {
    width:100%;
    height:auto;
    display: block;
}

  .slider {
    width: inherit;
    height: inherit;
    white-space: nowrap;
    overflow: hidden;
    margin:0 !important;
    padding:0 !important;
    line-height: 0;
    display: block !important;
  }
  
  /**矢印の位置を内側に移動*/
  
  .slick-prev {
    left: 30px !important;
    }
    
    .slick-next {
    right: 30px !important;
    }
    
    /*矢印の色を変更*/
    .slick-prev:before,
    .slick-next:before {
    color: #fff !important;
    }
    
    /*下に潜っているかもしれない画像の上に矢印を持ってくる*/  
    .slick-prev,
    .slick-next {
    z-index: 100;
    }
  
  .slick-dots {
    position: absolute;
    bottom: 20px!important;   
    display: block;    
    width: 100%;
    padding: 0;
    margin: 0;    
    list-style: none;    
    text-align: center;
    }

  .slick-dots li {
    position: relative;   
    display: inline-block;    
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus
    {
      outline: none;
    }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
    {
      opacity: 1;
    }
  .slick-dots li button:before
    {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before
    {
      opacity: .75;
      color: #fff!important;
    }
  
  .center-title  {
    .letter-shake {
    display: inline-block;
    animation: shake 3s ease infinite;
    }
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: (0,0,0,0.7);
    padding: 10px;
    font-family: "Zen Old Mincho", serif;
    color:white;
    font-size: 60px;
  }
  
  /*=== 9-1-2 丸が動いてスクロールを促す ====*/
  
  /*スクロールダウン全体の場所*/
  .scrolldown2{
  position:absolute;
  bottom:10px;
  left:50%;
  }
  
  /*Scrollテキストの描写*/
  .scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  
  /* 丸の描写 */
  .scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  }
  
  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove{
      0%{bottom:45px;}
    100%{bottom:-5px;}
  }
  
  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide{
      0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
  }
  
  /* 線の描写 */
  .scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#eee;
  }
  
  /*-------------------------------------------
  About
  -------------------------------------------*/

  #about {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0;
  /*background-image: url("../img/bg-wood.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  }

#about h2 {
  color: #333; 
  margin-bottom: 50px;
}

#about h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333; 
  font-size: 25px;
  margin-bottom: 40px;

}

#about .content {
  margin: 0 auto;
  max-width: 800px;
}

#about img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  display: block; 
  
}

#about .textbox {
  margin: 0 auto;
}

#about .textbox p {
  line-height: 1.8;
  color: #333;
  align-items: center;
  text-align: center;
}




  
  @keyframes shake {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    75% { transform: translateY(5px); }
  }
  
  
  
  /*-------------------------------------------
  menu
  -------------------------------------------*/
  #menu {
    margin: 20px auto;
    padding: 0px;
  }
  #menu ul {
    display: grid;
    justify-content: center;
    gap: 60px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 4%;
    margin-bottom: 60px;  
  } 
  
  #menu li {
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #c1c4c7;
    border-radius: 10px ;
    box-shadow: 0 0 8px gray;
  }
  #menu img {
    border-radius: 10px 10px 0px 0px;
  }


  .content-title2 {
    text-align: center;
    font-family: 'Kaushan Script' , cursives;
    color:#6a4b30;
    padding: 1rem 2rem 1rem;
    font-size: 1.6rem;
  }

  #menu p {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    padding: 1.4rem 2rem 2rem;
    line-height: 20px;
    min-height: 125px;
    font-size: 1rem;
  }
  #menu a {
    font-family: "Noto Sans JP", sans-serif;
  }
  .zoom-box {
    display: inline-block;
    overflow: hidden;
  }
  .c-bnr.zoom {
    display: block;
    transition-duration: .5s;
  
  }
  .c-bnr.zoom:hover {
    transform: scale(1.2);
  }
  
  #menulist {
    margin:30px 10px 80px 10px;
  }
  
  .price {
    text-align: center; 
    padding: 0 2rem;
    font-size: 1.3rem;
  }
  
  p {
    text-align: left;
    color: #000000DE;
  }
  
  
  /* ボタン共通設定 */
  .btn03{
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 100px;
  border: solid 1px #383e45;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  }
  
  /*hoverをした後のボタンの形状*/
  .btn03:hover{
  border-color:transparent;	
  }
  
  /*ボタンの中のテキスト*/
  .btn03 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  font-size: 20px;
  padding: 10px 30px;
  background:#fff;
  border-radius: 100px;
  color:#383e45;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
  }
  
  /*== 右下に押し込まれる（立体が平面に） */
  
  /*影の設定*/
  .pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
  z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
  border-radius: 100px;
    background-color: #5e3d1e;
  }
  
  /*hoverの際にX・Y軸に4pxずらす*/
  .pushright:hover span {
  background-color: #333;
  color: #fff;
  transform: translate(4px, 4px);
  }
  
  #menulist h3 {
    text-align: center;
  }
  /*-------------------------------------------
  news
  -------------------------------------------*/
  #news {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px;
    background-color: #a9947d;
  }
  #news ul {
    
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 6%;
    margin-bottom: 60px;  
  } 
  
  #news li {
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #c1c4c7;
    border-radius: 10px ;
    box-shadow: 0 0 8px gray;
    background-color: #fff;
  }
  #news img {
    border-radius: 10px 10px 0px 0px;
  }
  #news h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000DE;
    font-size: 25px;
    text-align: center;
    padding: 1rem 2rem 1rem;
  }

  #news p {
    text-align: left; 
    font-family: "Noto Sans JP", sans-serif;
    padding: 0rem 2rem 0rem;
    font-size: 15px;
  }

  .newsbutton {
    text-align: center;
    padding: 1.4rem 2rem 2rem;
  }


  #news a {
    font-family: "Noto Sans JP", sans-serif;
  }


.slide-content:hover span {
  opacity: 0.8;

}

  .slider-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
  }

  .slider2 {
    display: flex;  
    animation:  horizontal-animation 30s linear infinite;
  }

.slider2 div {
  width: 400px;
  height: 100%;
  margin-right: 40px;
  background-position: center;
} 

  @keyframes horizontal-animation {
    from {
      transform: translateX(0);
    }
  
    to {
      transform: translateX(-100%);
    }
  }



  @media (hover: hover) {
    .slider-wrap:hover .slider2 {
      animation-play-state: paused;
    }
  }
  


/*---------------------------
coworiking space
------------------------*/
#space h2 {
  margin-top: 30px;
}

#space h3 {
  margin-bottom: 30px;
}
#space img {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  margin-left: 30px;
  margin-right: 30px;
}

#space p {
  text-align: center;
}
  .content-title {
    text-align: center;
    color: #000000DE;
}

#space img {
  width: 30%;
}
  .content-subtitle2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400px;
    font-style: normal;
    color: #000000DE;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    }

    .cotion {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 30px 30px 90px 30px;
    }

    .group {
      width: 100%;
      margin: 30px;
      padding: 20px;
      background-color: #a9947d;
      border-radius: 3px;


    }
    .group p {
      text-align: left;
    }

  /*-------------------------------------------
  access
  -------------------------------------------*/
 
  
  .location-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  h3,li {
    text-align: left;
    margin: 0;
  }

  .details-title {
    margin-bottom: 30px;
  }

.location-map {
  /* 全幅設定 */
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: 400px; /* 高さ設定 */
}

.location-map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}
  
  /*----------------------------------------------
  recruit
  ------------------------------------------------*/
  
  .job-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  h3,dl {
    text-align: left;
    margin: 0;
    color: #000000DE;
  }

  #recruit h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700px;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 30px;
  color: #000000DE;
  }


  /*----------------------------------------------
  company
  ------------------------------------------------*/
  #company {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("../img/wood-bord3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  }

  .company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  dl {
    text-align: left;
    margin: 0;
  }

  #company h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700px;
  font-style: normal;
  font-size: 25px; 
  margin-bottom: 30px; 
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  .details-title2 p {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  .details-title2 dt {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  .details-title2 dd {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 0 0 10px 0px;
  }


  /*----------------------------------------------
  contact
  ------------------------------------------------*/
  #contact {
  
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }




  .details-contact  {
    margin-top: 50px;
    padding: 30px;
    text-align: center; 
  }
  
  
  label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.125rem;
    margin-top: 30px;
    display: block;
    color:#fff
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
  }
  
  input[type="text"],
  input[type="email"] {
  width: 100%;
  max-width: 240px;
  }
  
  textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
  }
  input[type="submit"] {
    font-family: "Noto Sans JP", sans-serif;
      border: none;
      cursor: pointer;
      line-height: 1;
  
  }
  .button {
    font-size: 1.375em;
    background: rgba(255,255,255,.5);
    color:rgb(51, 25, 7);
    border-radius: 5px;
    padding: 18px 32px;
    margin: 20px;
  }
  .button:hover {
    background:#383e45;
  }
  
  .details-contact {
    background-image: url(../img/sign.jpg);
    text-align: center;
    margin-top: 0 !important;
      padding-top: 10vh;
      background-size: cover;
      height: 1000px;
  }
  
  
  
  #contact h2 {
    color: #fff;
  
  }
  
  
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  
  footer {
    background-color: #6e4a22;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px;
  }
  
  


  .bottom a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  }
  
  .bottombox {
    display: inline-flex;
    padding: 20px;
    margin: 20px;
    text-align: center !important;
    justify-content: calc(1/2);
  }
  
  .bottombox ul {
    display: inline-block;
    margin-right: 200px;
  }

  .bottombox li {
    margin-bottom: 10px;
    text-align: left;
  }

  .bottom img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: center;
    margin-left: 33vw;
  }

  .bottombox a {
    font-size: 20px !important;
  }
  
  .undermenu {
    display: flex;
    align-items: center;
  }
  
  .menulink a {
    white-space: nowrap;
  
  }




  #sns-footer  {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  #sns-footer img {
  width: 30px;
  margin: 10px;
  }

  #sns-footer a {
    width:100px;
    padding: 10px;
  }




  #copyright {
    color:#fff;
    text-align: center;
    display: flex;
    justify-content: center;
  }

#page-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1000;
}


  
  .position-center p {
    margin: 20px;
    text-align: center;
    color: #fff;
  }
  
  .loading {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
  }
  .loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
  }
  .loading .circle {
    display: block;
    position: relative;
    top: calc( 50% -20px );
    right: 20%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 8px solid #6e4a22;
    border-top: 7px solid #383e45;
    border-radius: 50px;
    animation: loading 700ms linear 0ms infinite normal both;
  }




  @keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
    } 
  
  @keyframes slide-flow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
    }

  }
  
  
  
  
  /*-------------------------------------------
  SP
  -------------------------------------------*/
  @media screen and (max-width: 767px) {

   /* 横幅設定 */
  body {
    min-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  
  /* ヘッダー */
  header {
    display: flex;
    justify-content: center; 
    align-items: center;     
    width: 100%;
    padding: 0 20px;          
    box-sizing: border-box;  
  }
  
  #nav-pc {
    display: none;
  }
  
  #menu-sp {
    float: right;
    padding: 0;
  }  
  #nav-sp {
    background-color: #6e4a22;;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 100;
  }
  
  #close {
    float: right;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .menu {
    display: block;
    text-align: center;
    color:#fff;
    margin:15px;
    font-family: 'Kaushan Script', cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    text-decoration: none;
  }

  header.wrapper {
    padding: 0;
  }
  
  
  #nav-sp {
    background-color: #6e4a22;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
  }
  
  img {
    max-width: 100%;
  }
  h1 {
  
    font-family: 'Kaushan Script', cursive;
    }
  
  
  li {
    list-style: none;
    text-align: left;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  header a > img {
    display: block;
    width: 30%;
    margin: 10px;
  }
  .site-title a {
    display: block;
  }

  .content-title {
    font-family: 'Kaushan Script', cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 10px 0;
    text-align: center;
  }

  .content-subtitle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700px;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    }

  .wrapper {
  
    margin: 0 auto 50px auto;
    padding: 0 6%;
    text-align: center;
  }
  
  .wrapper-grid {
  margin: 0 auto 50px auto;
  padding: 0 4%;
  text-align: center;
  }


  .price {
    text-align: center;
  }
  p  {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  
  dl {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  dt {
    font-weight: 900;
    color: #000000DE;
  }
  
  dd {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .details-title dt {
    display: flex;
    justify-content: space-between;
    float: left;
  
  }
  
  .details-title dt::after {
    content: ":";
  }
  
  .details-title dd {
  
    padding-left: 100px;
  }
  
  .details-title span {
    width: 100%;

  }
  
  
  .br-pc {
    display: none;
  }
  
  
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  #header ul {
    display: flex;
    padding: 10px 0;
  }
  #header li {
    margin-left: 30px;
    font-family: 'Kaushan Script', cursive;
  
  }
  #header li a {
    color: #24292e;
  }
  #header li a:hover {
    opacity: 0.7;
  }
  
  #only-pc {
    display: none;
  }
  
  .info2 {
    background-color: #a9947d;
    padding: 1.5rem 1rem;
    margin: 2rem;
    border-radius: 3px;
    box-shadow: 3px 4.5px 0px #eaccad;
    text-align: center;
  }
  .info2 dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.12em;
    color:#fff;
  }

  .info2 dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    color:#fff;
  }
  
  
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    width: 100%;
    margin: 0;
  }
  #mainvisual img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  
  }
  
  .slider {
    width: inherit;
    height: inherit;
    white-space: nowrap;
    overflow: hidden;
    margin:0 !important;
    padding:0 !important;
    line-height: 0;
    display: block !important;
  }
  
  
  
  .center-title  {
    display: flex;
    .letter-shake {
    display: flex;
    animation: shake 3s ease infinite;
    }
    position: absolute;
    top: 15.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: (0,0,0,0.7);
    margin-top: 2px;
    padding: 10px;
    font-family: "Zen Old Mincho", serif;
    color:white;
    font-size: 30px;
  }
  
  
  /*スクロールダウン全体の場所*/
  .scrolldown2{
  display: none;
  }
  
  
  /**矢印の位置を内側に移動*/
  
  .slick-prev {
    left: 20px !important;
    }
    
    .slick-next {
    right: 20px !important;
    }
    
    /*矢印の色を変更*/
    .slick-prev:before,
    .slick-next:before {
    color: #fff !important;
    }
    
    /*下に潜っているかもしれない画像の上に矢印を持ってくる*/  
    .slick-prev,
    .slick-next {
    z-index: 100;
    }
  
    .slick-dots
    {
        position: absolute;
        bottom: 15px!important;
    
        display: block;
    
        width: 100%;
        padding: 0;
        margin: 0;
    
        list-style: none;
    
        text-align: center;
    }
  
    .slick-dots li
    {
        position: relative;
    
        display: inline-block;
    
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
    
        cursor: pointer;
    }
    .slick-dots li button
    {
        font-size: 0;
        line-height: 0;
    
        display: block;
    
        width: 20px;
        height: 20px;
        padding: 5px;
    
        cursor: pointer;
    
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:hover,
    .slick-dots li button:focus
    {
        outline: none;
    }
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before
    {
        opacity: 1;
    }
    .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
    
        position: absolute;
        top: 0;
        left: 0;
    
        width: 20px;
        height: 20px;
    
        content: '•';
        text-align: center;
    
        opacity: .25;
        color: #fff!important;
    
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before
    {
        opacity: .75;
        color: #fff!important;
    }
  
  
  
  
  
  
  /*-------------------------------------------
  About
  -------------------------------------------*/
  .content {
    display: flex;
  }
  #about {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0;
  background-image: url("../img/bg-wood.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
  }

#about h2 {
  color: #fff; 
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin-bottom: 30px;
}

#about h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff; 
  font-size: 25px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#about .content {
  margin: 0 auto;
  max-width: 800px;
}

#about img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  display: block; 
  
}

#about .textbox {
  margin: 0 auto;
}

#about .textbox p {
  line-height: 1.8;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  margin: 20px;
}

  .section-title1 {
    font-family: 'Kaushan Script', cursive;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    color: #000000DE;
    margin: 20px 0 40px 0;
  }

  .section-title2 {
    font-family: 'Kaushan Script', cursive;
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    margin: 40px 10px 10px 10px;
  }


  
  
  
  
  @keyframes shake {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    75% { transform: translateY(5px); }
  }
  
  
  
  /*-------------------------------------------
  menu
  -------------------------------------------*/
  

  #menu li {
    margin-top: 60px;
    border: 1px solid #c1c4c7;
    border-radius: 10px ;
    box-shadow: 0 0 8px gray;
  }
  
  .content-title2 {
    text-align: center;
    font-family: 'Kaushan Script' , cursives;
    color:#6a4b30;
    padding: 1rem 1rem 1rem;
    font-size: 1.6rem;
  }
  

  #menu img {
    border-radius: 10px 10px 0px 0px;
  }
  #menu p {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    padding: 1.4rem 2rem 2rem;
    line-height: 20px;
    color: #000000DE;
    min-height: 125px;
    font-size: 15px;
  }

  #menulist h3 {
    margin-top:40px;
    text-align: center;
  }

  .price {
    text-align: center; 
    padding: 0 2rem;
    font-size: 1.2rem;
  }
  
  
  /* ボタン共通設定 */
  .btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    text-align: center;
    background: transparent;
  border-radius: 100px;
  border: solid 1px #383e45;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
  }
  

  .btn03:hover{
  border-color:transparent;	
  }
  

  .btn03 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
  display: block;
  font-size: 15px;
    padding: 10px 30px;
  background:#fff;
  border-radius: 100px;
  color:#383e45;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
  }
  
  /*== 右下に押し込まれる（立体が平面に） */
  
  /*影の設定*/
  .pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
  z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
  border-radius: 100px;
    background-color: #5e3d1e;
  }
  
  /*hoverの際にX・Y軸に4pxずらす*/
  .pushright:hover span {
  background-color: #333;
  color: #fff;
  transform: translate(4px, 4px);
  }
  

  /*-------------------------------------------
  news
  -------------------------------------------*/
  #news {
    background-color: #a9947d;
  }

  #news li {
    margin-top: 40px;
    border: 1px solid #c1c4c7;
    border-radius: 10px ;
    box-shadow: 0 0 8px gray;
    background-color: #fff;
  }
  #news img {
    border-radius: 10px 10px 0px 0px;
  }

  #news h3 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    color: #000000DE;
    margin: 0;
    padding: 1rem 2rem 1rem;
    font-size: 20px;  
  }


  #news p {
    text-align: left; 
    font-family: "Noto Sans JP", sans-serif;
    padding: 0rem 2rem 0rem;
    min-height: 60px;
    font-size: 13px;
  }

  .newsbutton {
    text-align: center;
    padding: 1.4rem 1.8rem 1rem;
  }

  #news a {
    font-family: "Noto Sans JP", sans-serif;
  }
#news{
  margin-bottom: 20px;
} 

.in-news img {
  margin-bottom: 10px;
}

  .slider-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding:0 0 1em;
    scroll-behavior: smooth;
  }

  .slider2 {
    display: flex;  
  
  }

.slider2 div {
  width: 300px;
  height: 100%;
  margin-right: 20px;
  background-position: center;
  flex-shrink: 0;
} 


#news li {
    margin: 20px auto 20px auto;
  }
  
/*---------------------------
coworiking space
------------------------*/
#space p {
  font-size: 15px;
}

#space h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400px;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; 
  color: #000000DE;
}
#space img {
  width: 40%;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
}
.in-title {
  margin: 10px;
  padding: 20px;
}
.content-title {
  margin: 10px 20px 20px 20px;
  font-size: 20px;
}
.content-subtitle2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400px;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  }

  .cotion {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 30px 60px 30px;
  }

  .group {
    width: 100%;
    margin: 10px;
    padding: 20px;
    background-color: #a9947d;
    border-radius: 3px;


  }
  .group p {
    text-align: left;
  }

  /*-------------------------------------------
  access
  -------------------------------------------*/
  #access {
    width: 100%;
    margin: 0;
  }
  

  /* Google Mapを囲う要素 */
  .location-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
  
  /* Google Mapのiframe */
  .location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .location-info {
    display: flex;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  #access dd {
    margin-bottom: 15px;
  }
  /*----------------------------------------------
  recruit
  ------------------------------------------------*/
  #recruit h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
  }
  #recruit {
    margin-top: 40px;
    font-size: 13px;  
  }
  .job-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #recruit dd {
    margin-bottom: 15px;
  }


  /*----------------------------------------------
  company
  ------------------------------------------------*/
  #company {
    margin: 0 auto;    
    width: 100vw;
    background-image: url("../img/wood-bord4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0;
    font-size: 13px;
  }

  .details-title2 {
    margin: 30px;
  }

  .details-title2 p {
    
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }


  .details-title2 dt {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  .details-title2 dd {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  #company h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700px;
  font-style: normal;
  font-size: 25px; 
  margin-bottom: 30px; 
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }
  
  #company dd {
  margin-bottom: 20px;
  }

  /*----------------------------------------------
  contact
  ------------------------------------------------*/
  #contact {
  
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .details-contact  {
    padding: 30px;
    text-align: center; 
  }
  
  
  label {
    font-size: 1.2rem;
    margin-top: 30px;
    display: block;
    color:#fff
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
  }
  
  input[type="text"],
  input[type="email"] {
  width: 100%;
  max-width: 240px;
  }
  
  textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
  }
  input[type="submit"] {
      border: none;
      cursor: pointer;
      line-height: 1;
  
  }
  .button {
    font-size: 1.375em;
    background: rgba(255,255,255,.5);
    color:rgb(51, 25, 7);
    border-radius: 5px;
    padding: 18px 32px;
    margin: 20px;
  }
  .button:hover {
    background:#383e45;
  }
  
  .details-contact {
    background-image: url(../img/sign.jpg);
    text-align: center;
      padding-top: 8vh;
      background-size: cover;
      height: 700px;
  }
  
  
  
  #contact h2 {
    color: #fff;
  
  }
  
  
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  
  footer {
    background-color: #6e4a22;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px;
  }
  
  .bottom a {
    padding: 0px 10px 10px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    }
    
  .bottombox {
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    }
    
  .bottombox ul {
    display: inline-block;
    }
  
  .bottombox li {
    text-align: left;
    margin: 10px 10px 10px 50px;
    }
  
  .shopcopy {
    flex: 0 0 auto; /* ロゴの幅を固定 */
    width: 30%;
    }
    
  
    
    .undermenu {
      flex: 1; /* 残りの空間を全て使用 */
      display: flex;
      justify-content:left;
    }
    

    

  #sns-footer  {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  #sns-footer img {
  width: 40px;
  margin: 10px;
 
  }

  #sns-footer a {
    padding: 10px;
    margin: 20px;

  }

  #copyright {
    color:#fff;
    text-align: center;
    display: flex;
    font-size: 10px;
    justify-content: center;
  }

  #page-top {
    position: fixed;
    bottom: 1rem;
    right: 0.1rem;
  }
  #page-top a img {
    display: block;
    width: 70%;
    
  }


.bottom span {
  width: 5px;
  color:#fff;
  margin:40px;
}
  
  .position-center p {
    margin: 20px;
    text-align: center;
    color: #fff;
  }
  
  .fa-5x {
    font-size: 2em;
  }

  .loading {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
  }

  .loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
  }
  .loading .circle {
    display: block;
    position: relative;
    top: calc( 50% - 20px );
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 8px solid #6e4a22;;
    border-top: 7px solid #383e45;;
    border-radius: 50px;
    animation: loading 700ms linear 0ms infinite normal both;
  }
  @keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
  }
  
}
/* iPad用 (768px以上1024px以下) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* iPad用のスタイル */
  /* 横幅設定 */
  body {
    min-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  
  /* ヘッダー */
  header {
    display: flex;
    justify-content: center; 
    align-items: center;     
    width: 100%;
    padding: 0 20px;          
    box-sizing: border-box;  
  }
  
  /* ナビゲーションのレイアウト */
  #nav-pc {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-style: normal;
  }
  
    /* ナビゲーションのリンクの装飾設定 */
    #nav-pc > a {
      position: relative;
      text-decoration: none; /* ナビゲーションのレイアウト */
      #nav-pc {
        width: auto;
        margin: auto;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        padding-top: 15px;
        text-align: center;
        font-family: 'Kaushan Script', cursive;
        font-weight: 400;
        font-style: normal;
      }
      
        /* ナビゲーションのリンクの装飾設定 */
        #nav-pc > a {
          position: relative;
          text-decoration: none;
          margin-left: 13px;
          padding:5px;
          color: #333;
        }
      
        #nav-pc > a:link {
          color: #0d0d0d;
        }
      
        #nav-pc > a:visited {
          color: #0d0d0d;
        }
      
        #nav-pc.current a, #nav-pc > a:hover {
          color: #383e45;
        }
      
        #nav-pc > a:active {
          color: #0d0d0d;
        }
      
      margin-left: 20px;
      padding:10px 10px;
      color: #333;
    }
  
    #nav-pc > a:link {
      color: #0d0d0d;
    }
  
    #nav-pc > a:visited {
      color: #0d0d0d;
    }
  
    #nav-pc.current a, #nav-pc > a:hover {
      color: #383e45;
    }
  
    #nav-pc > a:active {
      color: #0d0d0d;
    }
  
  
  img {
    max-width: 100%;
  }
  h1 {
  
    font-family: 'Kaushan Script', cursive;
    }
  
  
  li {
    list-style: none;
    text-align: left;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  header a > img {
    display: block;
    width: 100%;
    margin: 5px;
  }
  .site-title a {
    display: block;
  }
 
  .content-title {
    font-family: 'Kaushan Script', cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 10px 0;
    text-align: center;
  }

  .content-subtitle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700px;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    }

  .wrapper {
    margin: 0 auto;
    padding: 0 4%;
    text-align: center;
  }
  
  .wrapper-grid {
  margin: 0 auto 50px auto;
  padding: 0 4%;
  text-align: center;
  }
  .price {
    text-align: center;
  }
  p  {
    text-align: left;
    font-weight: 400;
    font-style: normal;
  }
  
  
  dl {
    text-align: left;
    font-weight: 400;
    font-style: normal;
  }

  dt {
    font-weight: 900;
    color: #000000DE;
  }
  
  dd {
    text-align: left;
    font-weight: 400;
    font-style: normal;
  }

  .details-title dt {
    display: flex;
    justify-content: space-between;
    float: left;
  }
  
  .details-title dt::after {
    content: ":";
  }
  
  .details-title dd {
  
    padding-left: 100px;
  }
  
  .details-title span {
    width: 100%;

  }
  
  
  .br-pc {
    display: none;
  }
  
  
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  #header ul {
    display: flex;
    padding: 10px 0;
  }
  #header li {
    margin-left: 30px;
    font-family: 'Kaushan Script', cursive;
  
  }
  #header li a {
    color: #24292e;
  }
  #header li a:hover {
    opacity: 0.7;
  }
  
  #only-pc {
    display: none;
  }
  
  .info2 {
    display: block;
    background-color: #a9947d;
    padding: 1.5rem 1rem;
    margin: 2rem;
    border-radius: 3px;
    box-shadow: 3px 4.5px 0px #eaccad;
    text-align: center;
  }
  .info2 dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.12em;
    color:#fff;
  }

  .info2 dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    color:#fff;
  }
  
  
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    width: 100%;
    margin: 0;
 
  }
  #mainvisual img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 50vh;
  
  }
  
  .slider {
    width: inherit;
    height: inherit;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 80px;
    margin:0;
    padding:0;
    line-height: 0;
  }
  
  
  
  .center-title  {
    display: flex;
    .letter-shake {
    display: flex;
    animation: shake 3s ease infinite;
    }
    position: absolute;
    top: 15.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: (0,0,0,0.7);
    margin-top: 2px;
    padding: 10px;
    font-family: "Zen Old Mincho", serif;
    color:white;
    font-size: 30px;
  }
  
  
  /*スクロールダウン全体の場所*/
  .scrolldown2{
  display: none;
  }
  
  
  /**矢印の位置を内側に移動*/
  
  .slick-prev {
    left: 20px !important;
    }
    
    .slick-next {
    right: 20px !important;
    }
    
    /*矢印の色を変更*/
    .slick-prev:before,
    .slick-next:before {
    color: #fff !important;
    }
    
    /*下に潜っているかもしれない画像の上に矢印を持ってくる*/  
    .slick-prev,
    .slick-next {
    z-index: 100;
    }
  
    .slick-dots
    {
        position: absolute;
        bottom: 15px!important;
    
        display: block;
    
        width: 100%;
        padding: 0;
        margin: 0;
    
        list-style: none;
    
        text-align: center;
    }
  
    .slick-dots li
    {
        position: relative;
    
        display: inline-block;
    
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
    
        cursor: pointer;
    }
    .slick-dots li button
    {
        font-size: 0;
        line-height: 0;
    
        display: block;
    
        width: 20px;
        height: 20px;
        padding: 5px;
    
        cursor: pointer;
    
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:hover,
    .slick-dots li button:focus
    {
        outline: none;
    }
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before
    {
        opacity: 1;
    }
    .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
    
        position: absolute;
        top: 0;
        left: 0;
    
        width: 20px;
        height: 20px;
    
        content: '•';
        text-align: center;
    
        opacity: .25;
        color: #fff!important;
    
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before
    {
        opacity: .75;
        color: #fff!important;
    }
  
  
  
  
  
  
  /*-------------------------------------------
  About
  -------------------------------------------*/

  
  
  
  @keyframes shake {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    75% { transform: translateY(5px); }
  }
  
  #about .textbox p {
  margin: 30px;
}
  
  /*-------------------------------------------
  menu
  -------------------------------------------*/
  #menu ul {
    display: grid;
    justify-content: center;
    gap:20px;
    grid-template-columns: repeat(2,1fr);
    margin: 30px;
  }

  #menu li {
    margin-top: 60px;
    border: 1px solid #c1c4c7;
    border-radius: 10px ;
    box-shadow: 0 0 8px gray;
  }
  
  .content-title2 {
    text-align: center;
    font-family: 'Kaushan Script' , cursives;
    color:#6a4b30;
    padding: 1rem 2rem 1rem;
    font-size: 1.6rem;
  }
  

  #menu img {
    border-radius: 10px 10px 0px 0px;
  }
  #menu p {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    padding: 1.4rem 2rem 2rem;
    line-height: 20px;
    min-height: 125px;
    font-size: 15px;
  }
 

  #menulist h3 {
    margin-top:40px;
    text-align: center;
  }
  
  .price {
    text-align: center; 
    padding: 0 2rem;
    font-size: 1.2rem;
  }
  
  /* ボタン共通設定 */
  .btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    text-align: center;
    background: transparent;
  border-radius: 100px;
  border: solid 1px #383e45;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
  }
  
  /*hoverをした後のボタンの形状*/
  .btn03:hover{
  border-color:transparent;	
  }
  
 
  .btn03 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
  display: block;
  font-size: 15px;
    padding: 10px 30px;
  background:#fff;
  border-radius: 100px;
  color:#383e45;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
  }
  
  /*== 右下に押し込まれる（立体が平面に） */
  
  /*影の設定*/
  .pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
  border-radius: 100px;
    background-color: #5e3d1e;
  }
  
  /*hoverの際にX・Y軸に4pxずらす*/
  .pushright:hover span {
  background-color: #333;
  color: #fff;
  transform: translate(4px, 4px);
  }
  
 
  /*-------------------------------------------
  news
  -------------------------------------------*/
  #news {
    background-color: #a9947d;
  }

  #news li {
    margin-top: 40px;
    border: 1px solid #c1c4c7;
    border-radius: 10px ;
    box-shadow: 0 0 8px gray;
    background-color: #fff;
  }
  #news img {
    border-radius: 10px 10px 0px 0px;
  }
  #news h3 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin: 0;
    padding: 1rem 2rem 1rem;
    font-size: 20px;  
  }


  #news p {
    text-align: left; 
    font-family: "Noto Sans JP", sans-serif;
    padding: 0rem 2rem 0rem;
    min-height: 60px;
    font-size: 13px;
  }

  .newsbutton {
    text-align: center;
    padding: 1.4rem 1.8rem 1rem;
  }

  #news{
  margin-bottom: 20px;
  } 

  .in-news img {
  margin-bottom: 10px;
  }

  .slider-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding:0 0 1em;
    scroll-behavior: smooth;
  }

  .slider2 {
    display: flex;  
  
  }

.slider2 div {
  width: 300px;
  height: 100%;
  margin-right: 20px;
  background-position: center;
  flex-shrink: 0;
} 

/*---------------------------
 coworiking space
 ------------------------*/
 #space p {
  font-size: 15px;
}

#space h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400px;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; 
  color: #000000DE;
}
#space img {
  width: 80%;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
}
.in-title {
  margin: 10px;
  padding: 20px;
}
.content-title {
  margin: 10px 20px 20px 20px;
  font-size: 20px;
}
.content-subtitle2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400px;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  }

  .cotion {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 30px 60px 30px;
  }

  .group {
    width: 100%;
    margin: 10px;
    padding: 20px;
    background-color: #a9947d;
    border-radius: 3px;


  }
  .group p {
    text-align: left;
  }

  /*-------------------------------------------
  access
  -------------------------------------------*/
  #access {
    width: 100%;
    margin: 0;
  }
  
   
  /* Google Mapを囲う要素 */
  .location-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
   
  /* Google Mapのiframe */
  .location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  .location-info {
    display: flex;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  #news li {
    margin: 20px auto 20px auto;
  }
  
  
  /*----------------------------------------------
  recruit
  ------------------------------------------------*/
  #recruit h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    text-align: left;
    margin: 10px 40px 20px 40px;
  }
  
  /*----------------------------------------------
  company
  ------------------------------------------------*/
  
  /*----------------------------------------------
  contact
  ------------------------------------------------*/
  #contact {
  
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .details-contact  {
    margin-top: 50px;
    padding: 30px;
    text-align: center; 
  }
  
  
  label {
    font-size: 1.125rem;
    margin-top: 30px;
    display: block;
    color:#fff
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
  }
  
  input[type="text"],
  input[type="email"] {
  width: 100%;
  max-width: 240px;
  }
  
  textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
  }
  input[type="submit"] {
      border: none;
      cursor: pointer;
      line-height: 1;
  
  }
  .button {
    font-size: 1.375em;
    background: rgba(255,255,255,.5);
    color:rgb(51, 25, 7);
    border-radius: 5px;
    padding: 18px 32px;
    margin: 20px;
  }
  .button:hover {
    background:#383e45;
  }
  
  .details-contact {
    background-image: url(../img/sign.jpg);
    text-align: center;
      padding-top: 8vh;
      background-size: cover;
      height: 700px;
  }
  
  
  
  #contact h2 {
    color: #fff;
  
  }
  
  
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  
  footer {
    background-color: #6e4a22;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px;
  }
  
  
 

  .bottom a {
    padding: 0px 15px 15px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    }
    
    .bottombox {
      display: flex;
      align-items: center;
      padding: 20px;
      text-align: center;
    }
    
    .bottombox ul {
      display: inline-block;
    }
  
    .bottombox li {
      text-align: left;
      margin: 10px 10px 10px 50px;
    }
  
    .shopcopy {
      flex: 0 0 auto; /* ロゴの幅を固定 */
      width: 30%;
    }
    
  
    
    .undermenu {
      flex: 1; /* 残りの空間を全て使用 */
      display: flex;
      justify-content:left;
    }
    .menulink ul {
      margin-right: 20px;
      text-align: center;
    }

    

  #sns-footer  {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  #sns-footer img {
  width: 40px;
  margin: 10px;
 
  }

  #sns-footer a {
    padding: 10px;
    margin: 20px;

  }

  #copyright {
    color:#fff;
    text-align: center;
    display: flex;
    font-size: 10px;
    justify-content: center;
  }

  #page-top {
    position: fixed;
    bottom: 1rem;
    right: 0.1rem;
  }
  #page-top a img {
    display: block;
    width: 70%;
    
  }


.bottom span {
  width: 5px;
  color:#fff;
  margin:40px;
}
  
  .position-center p {
    margin: 20px;
    text-align: center;
    color: #fff;
  }
  
  .fa-5x {
    font-size: 2em;
  }

  .loading {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
  }

  .loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
  }
  .loading .circle {
    display: block;
    position: relative;
    top: calc( 50% - 20px );
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 8px solid #6e4a22;;
    border-top: 7px solid #383e45;;
    border-radius: 50px;
    animation: loading 700ms linear 0ms infinite normal both;
  }
  @keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
  }





}

  }