@charset "utf-8";

html, body {
margin: 0;
padding: 0;
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
body {
  overflow-x: hidden;
}
*, *::before, *::after{
box-sizing:inherit;
}
a{
text-decoration: none;
}
header + header{
    margin-top:100px ;
}
/* ヘッダー*/
.pc_nav{
    display: none;
  }
  header{
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.372);
    width: 100%;
    top: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    height: 70px;
}
  
  /* ロゴ */
  .header_container{
    position: relative;
    width: 100%;
  }
  .header_logo{
  position: absolute;
  top: 0;
  left: 0;  
  }
  .header_logo a{
    display: block;
    width: 200px;
    padding: 3px;
  }
  .header_logo img{
    width: 170px;
    height: auto;
  }

/* ハンバーガーメニュー */
.burger{
    top: 30px;
    padding: 15px;
    right: 15px;
    height: auto;
    background-image: url(../image/burger11.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1000;
  }
  
  .burger.is-active{
    top: 45px;
    right:20px;
    background-image: url(../image/close.png);
  }
  .menu{
      width: 100%;
      height: 100%;
      background-color: #ededed;
      background-position: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      display: none;
    }
  .menu.is-active{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .menu .header_logo{
      width: 100%;
      margin: 0 auto;
      margin-top: 16px;
  }
  .menu ul{
    margin: 170px auto 0;
    width: 80%;
  }
  .burger_menu li{
      justify-content: center;
      display: flex;
      padding: 16px 0;
      border-bottom: 1px solid #0504041c;
  }
  .burger_menu li a{
      color: black;
      display: block;
      width: 100%;
      text-align: center;
    } 
    /* メインページ */
main{
    width: 100%;
    margin: 0 auto;
    }

    /* 上に戻るボタン */
a.gototop {
    background: #656565b0;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 3rem;
    height: 3rem;
    line-height: 4.3rem;
    position: fixed;
    right: 10px;
    text-align: center;
    margin-bottom: 85px;
    text-decoration: none;
    width: 3rem;
    z-index: 111111;
  }
  /* ボタン */
  .button{
    margin: 70px 0;
  }
.button a {
    background: linear-gradient(70deg, #f4c89b, #fadb8b5c);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #4b4944;
    transition: 0.3s;
}
.button a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #4b4944;
    transition: 0.3s;
}
.button a:hover:before, .button a:hover:after {
    right: -0.6em;
}
.button a:hover {
    background:#ff5900 ;
    color: #edf6ff;
}
  /* ボタン2 */
  .button1{
    margin: 70px 0;
  }
.button1 a {
    background: linear-gradient(306deg, #ff8100, #fadb8b5c);    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button1 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
}
.button1 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
}
.button1 a:hover:before, .button a:hover:after {
    right: -0.6em;
}
.button1 a:hover {
    background:#ff5900 ;
    color: #edf6ff;
}
.sns_footer {
  display: flex;
  justify-content: center; /* space-aroundをcenterに変更 */
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
  height: 40px;
  padding: 0; /* 不要な余白を削除 */
}

.sns_footer .tel {
  flex: 1; /* 各アイコンを均等配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.sns_footer .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%; /* リンク範囲を全体に */
  height: 100%;
}

.sns_footer .tel img {
  width: 28%; /* アイコンサイズを調整 */
  height: auto;
  margin: 0; /* 余計な余白を削除 */
}

.sns_footer .tel:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #00000026; /* 境界線の色 */
}
  /* フッター */
  .footer {
    background-color: #fff; /* 背景色 */
    color: #333; /* テキスト色 */
    padding-bottom: 40px;
    text-align: center; /* テキストを中央に配置 */
    margin-bottom: 30px; /* 下に余白を追加 */
}

.footer-logo {
    margin-bottom: 10px; /* ロゴの下に余白を追加 */
}

.footer-logo-img {
    max-width: 50%; /* 画像が親要素を超えないように */
    height: auto; /* 高さを自動調整 */
    margin-top: 20px;
}

.footer-info {
    margin-bottom: 10px; /* 下に余白を追加 */
}


.footer-copy {
    font-size: 0.7em; /* コピーライトのサイズを小さく */
    opacity: 0.8; /* 少し透明度を下げる */
}



/* コラボカフェ事業 */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面全体の高さ */
  overflow: hidden;
}

.hero-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を保ちながら全体を表示 */
  transform: translate(-50%, -50%);
}

.hero-section::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(255 129 40 / 83%), rgb(255 235 59 / 49%));
    z-index: 1;
}

.hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* フィルターの上に表示 */
  color: white;
  text-align: center;
  width: 95%; /* テキスト幅を調整 */
}

.hero-content h1 {
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: -1px 1px 2px rgb(0 0 0 / 15%), 1px 1px 2px rgb(0 0 0 / 93%), -1px 0px 2px rgb(0 0 0 / 0%), -1px 1px 2px rgb(0 0 0 / 0%);
}



.hero-content p {
  font-size: 1rem;
  line-height: 1.8;
  text-shadow: -1px 1px 2px rgb(0 0 0 / 15%), 1px 1px 2px rgb(0 0 0 / 93%), -1px 0px 2px rgb(0 0 0 / 0%), -1px 1px 2px rgb(0 0 0 / 0%);
}


@media (min-width: 768px) {
  header {
    height: 120px;
}
.header_logo a {
  display: block;
  width: 280px;
  padding: 3px;
}
.header_logo img {
  width: 280px;
  height: auto;
}
.burger {
  top: 50px;
  padding: 30px;
  right: 15px;
  height: auto;
  background-image: url(../image/burger11.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1000;
}
.menu .header_logo {
  width: 100%;
  margin: 0 auto;
}
.menu ul {
  margin: 260px auto 0;
  width: 80%;
}
.burger_menu li {
  justify-content: center;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #0504041c;
  font-size: 1.5rem;
}
.button a,
.button1 a {
  max-width: 250px;
  height: 45px;
  font-size: 1.5rem;
}
.button a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #4b4944;
  transition: 0.3s;
}
.button a:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(16deg);
  width: 31px;
  height: 2px;
  background-color: #4b4944;
  transition: 0.3s;
}
.button1 a:before {
  content: '';
  position: absolute;
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(16deg);
  width: 31px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.button1 a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 85px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* フィルターの上に表示 */
  color: white;
  text-align: center;
  width: 80%; /* テキスト幅を調整 */
}
.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: -1px 1px 2px rgb(0 0 0 / 15%), 1px 1px 2px rgb(0 0 0 / 93%), -1px 0px 2px rgb(0 0 0 / 0%), -1px 1px 2px rgb(0 0 0 / 0%);
}



.hero-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  text-shadow: -1px 1px 2px rgb(0 0 0 / 15%), 1px 1px 2px rgb(0 0 0 / 93%), -1px 0px 2px rgb(0 0 0 / 0%), -1px 1px 2px rgb(0 0 0 / 0%);
}
}
@media screen and (min-width: 1200px) {
  .button  {
    margin: 150px 0;
  }
}