@charset "utf-8";


/* リセット */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: inherit;
  text-decoration: none;

}

img {
  max-width: 100%;
  vertical-align: top;
}

body {
  background-color: rgb(255, 255, 255);
  color: #111212;
  font-size: 16px;
}



/* -------------------------------------------------ヘッダー ---------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff3b00;
  color: #000;
  padding: 10px;
}

.header h1 {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.menuBtn {
  display: none;
}
/* -----------------------------------------ナビゲーション---------------------------------------------------- */
#g-nav {
  /* background-color: aquamarine; */
}

#g-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

#g-nav ul li {
  margin-left: 10px;
  background-color: rgb(236, 217, 4);
  border-radius: 10px;
}

#g-nav ul li a {
  display: block;
  padding: 10px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  text-align: center;

}

#g-nav ul li a:hover {
  background-color: #e9e7e7;
}

#sride {
  margin-top: 30px;
}

/* ---------------------------------------------------------コンセプト---------------------------------------------------- */
#concept {
background-color: inherit;
 
  background-image: url(../images/ビーチパラソルの無料アイコン素材\ 2.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top right;
}
#concept h2 {
  font-family: "Shippori Antique", sans-serif;

  color: #000;
  text-align: left;
}
#concept p {
font-family: "Shippori Antique", sans-serif;
font-size: 20px;
line-height: 3;
color: #000;
}
/* -----------------------------------------------------------お知らせ------------------------------------------------------------------ */
#news {

  background-color: inherit;
  
  background-image: url(../images/海の碇\(いかり\)のマーク\ アイコン素材\ 8.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top right;
  
}

.news_inner {
  font-family: "Shippori Antique", sans-serif;
  font-size: 20px;
  line-height: 2;
  color: #000;
  margin-top: 20px;

}
#news h2 {
  font-family: "Shippori Antique", sans-serif;
  color: #000;
  margin-top: 20px;
}
#news time {
  margin: 30px;
}
#news li {
  
  border-bottom: 2px dotted #000;
}

/*-------------------------------------------------------- メニュー---------------------------------------- */
.tab {
  display: flex;
  flex-wrap: wrap;

}

.tab li a {
  display: block;
  background-color: #85e20b;
  margin: 0 2px 0 0;
  padding: 10px 20px;

}

.tab li.active a {
  background-color:  rgb(236, 217, 4);
}

.area {
  display: none;
  opacity: 0;
  background-color: rgb(236, 217, 4);
  padding: 50px 20px;
}

.area.is-active {
  display: block;
  animation: displayAnime 1s forwards;

}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#menu {
  font-family: "Shippori Antique", sans-serif;
  color: #000;
  line-height: 2;
}
/* ----------------------------------------------店舗案内------------------------------------------------- */



.map {
width: 930px;
max-width: 90%;
margin-top: 75px;
margin-left: auto;
margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}


.shop-time span {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;

  background-color: rgb(236, 217, 4);
  display: block;
  text-align: center;
}

.open span {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;

  background-color:rgb(236, 217, 4);
  display: block;
  text-align: center;
}
.pay span {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;

  background-color:rgb(236, 217, 4);
  display: block;
  text-align: center; 
}
#shop p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}

/* ----------------------------------------アコーディオンパネル----------------------------------------------- */
.font_aria {
  margin-top: 20px;
  }
  
  .font_aria dt {
    background-color: #ff3b00;
  
    padding: 10px;
    font-weight: normal;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .font_aria dd {
  margin-bottom: 20px;
  background-color: rgb(236, 217, 4);
  }
  
  .font_aria dt::after {
    font-family: "Font Awesome 6 free";
    content: "\f068";
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
  }
  
  .font_aria dt.close::after {
    font-family: "Font Awesome 6 free";
    content: "\2b";
    display: inline-block;
    margin-left: 10px;
  }


/* ---------------------------------------------お問い合わせ -----------------------------------------*/
.form-inner  {
 max-width: 1000px;
 width: 90%;
margin-right: auto;
 margin-left: auto;
 background-color: #ccd0c7;
  padding: 20px;
  border: 1px dotted #000;

}



#form  dl{
  display: flex;
  flex-wrap: wrap;
}
#form dt {
width:500px;
text-align: center;
margin-bottom: 15px;
}
#form dl {

margin-bottom: 15px;
}
#form .send {
 height: 30px;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  background-color:  #ff3b00;
}
#form .input-text {
  width: 300px;

}
#form .input-email {
  width: 300px;
}
#form .textarea {
  width: 300px;
  height: 200px;
}
/* ---------------------------トップページへ戻るボタン-------------------------------------------------------------- */
#totop a {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #942d2f;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: aliceblue;
  text-align: center;
  text-decoration: none;
  font-size: 0.6rem;
}
#totop:hover {
background-color: #777;  
}

/* リンク右下へ配置 */
#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;

  opacity: 0;
  transform: translateY(100px);
}

/* 上に上がる動き */
#totop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
from {
  opacity: 0;
  transform: translateY(100px)
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

#totop.DownMove {
animation: DownAnime 0.5s forwards;
}
@keyframes Downanime {
from {
  opacity: 1;
  transform: translateY(0);
}
to {
  opacity: 0;
  transform: translateY(100px);
}
}
.footer-tel,
.copyright {
text-align: center;
}
/* ---------------------------------メディアクエリー------------------------------------------------ */
@media screen and (max-width:768px) {
  .menuBtn {
    display: block;

    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;

    width: 45px;
    height: 45px;

  }

  .menuBtn span {
    display: block;
    transition: all .4s;
    width: 33px;
    height: 3px;
    background-color: #91653f;
    position: absolute;
    left: 6px;

  }

  .menuBtn span:nth-of-type(1) {
    top: 14px;
  }

  .menuBtn span:nth-of-type(2) {
    top: 22px;
  }

  .menuBtn span:nth-of-type(3) {
    top: 31px;
  }


  .menuBtn.active span:nth-of-type(1) {
    top: 15px;
    left: 1px;
    width: 44px;
    transform: translateY(6px) rotate(-45deg);
  }

  .menuBtn.active span:nth-of-type(2) {

    opacity: 0;
  }

  .menuBtn.active span:nth-of-type(3) {
    top: 27px;
    left: 1px;
    width: 44px;
    transform: translateY(-6px) rotate(45deg);
  }

  .menuBtn.active {}

  /* ナビゲーションパネル */
  #g-nav #g-nav-list {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all .6s;

    background-color: #c1d2e9;
    overflow: auto;

    display: flex;
    justify-content: center;
    align-items: center;

  }

  #g-nav.panelactive #g-nav-list {

    /* position: fixed;
    z-index: 999; */
    width: calc(100%);
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;



  }

  #g-nav ul {
    flex-direction: column;
    width: 100%;
  }

  #g-nav ul li {
    margin-left: 0;
    width: 100%;

  }
  #concept p{
    
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
  }

  #news time {
   
    display: block;
   margin-bottom: 0;
    
  }
  #news li {
    text-align: left;
  }
  .font_aria {

  background-color:inherit;
    width: 96%;
    max-width: 600px;
    min-width: 300px;
    margin: 30px auto;
    
  }
#form .inner {
 width: 90%;
}
#form .input-text {
  width: 200px;
}
#form .input-email {
  width: 200px;
  
}
#form .textarea {
  
  width: 200px;
  
}
#form .send {
 
  width: 50%;
  height: 40px;
  border-radius: 10px;
}



#form dt {
  text-align: left;
  margin-bottom: 0;
}

}