---------------------------------------------------- */

/* ■01.reset
--------------------------------------------------- */
body,
div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,blockquote,
th,td,figure,figcaption
{
    margin:0;
    padding:0;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.06em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height:25px;
  font-size:0.95em;
  max-width: 1920px;
  /* min-width: 960px; */
  margin: 0 auto 0 auto;
  background-color: #c2d4d8;
}

img {
  width: 100%;
  height: auto;
} 

ul {
  list-style: none;
}

 .slider img { 
  max-width: 1920px; 
  height: auto; 
  margin: 0;
 } 

 ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ヘッダー位置調整 */
.background-header {
  position: relative;
  top: 0; 
  left: 0; 
  z-index: 4;
  justify-content: space-between;
  width: 100%;
}

.header-item {
  position: absolute;
  top: 3%;
  max-width: 1920px; 
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.header-item a { 
  color: #fff; 
  text-decoration: none; 
}

.header-li {
  display: flex;
  list-style: none;
  font-size: 30px;
}

nav> ul> li {
  margin-right: 50px;
}

.header-logo {
  width: 10%;
  height: auto;
  margin-left: 50px;
}

/* ヘッダー設定 ここまで*/

.main-title {
  position: absolute; 
  top: 60%;
  left: 10%; 
  width: 30%; 
  z-index: 6; 
  font-size: 50px;
  color: #fff;
  letter-spacing: 10px;
  transform: translate(-10%, -50%);
}

/* パンくず */
.breadcrumb {
  position: absolute; 
  top: 70%;
  margin: 0 7%;
  font-size: 20px;
  list-style: none;
  z-index: 6;
  transform: translate(-10%, -100%);
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* パンくず　ここまで */
/* ヘッダー設定　ここまで */

/* メイン 設定 */
/* 文字色共通設定 */
h3, h4, p {
  color: dimgray;
}

h2,h3, h4 {
  text-align: center;
  font-weight: bold;
}

p {
  text-align: center;
}

.oyatsu-title {
  border-color: #0e2439;
  border: 20px;
}

/* 各エリアの 並び設定 */
.menu-list {
  display: block;
  max-width: 1300px;
  margin: 50px auto;
}

h2 {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 30px;
  max-width: 1300px;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.oyatsu-list, .a_drink-list, .n_drink-list, .special-list {
  display: flex;
  margin: 0px auto;
  padding: 0;
}

.oyatsu-list li, .a_drink-list li, .n_drink-list li, .special-list li {
  width: 33%;
  margin-right: 1%;
}

.oyatsu-list li:last-child,
.a_drink-list li:last-child,
.n_drink-list li:last-child,
.special-list li:last-child
 {
  margin-right: 0;
}

/* 各要素の並びと背景設定 */
.oyatsu-img,
.a_drink-img,
.n_drink-img, 
.special-img {
  display: block; 
  padding: 20px;
  background-color: white;
  text-align: center;
  border-radius: 5px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
  transition: background-color 0.3s ease;
  transition: .3s;
}

.active { 
  background-image: linear-gradient(to bottom, rgba(14, 36, 57, 0.88) 60%, rgba(246, 114, 151, 1) 100%);
}

.active .menu-text {
  color: white; /* クリック時の文字色を白に変更 */
}

.oyatsu-img p,
.a_drink-img p,
.n_drink-img p,
.special-img p {
  display: none;
}

.active p {
  display: block;
  color: white;
} 

h4, p {
  text-align: center;
}

.oyatsu-img dd, 
.a_drink-img dd, 
.n_drink-img dd,
.special-img dd {
  margin: 0 auto;
}


button {
  background: none;
  border: none;
  color: dimgray;
  font: inherit;
  cursor: pointer;
  padding: 0;
}


/* PCでSPのハンバーガーを非表示 */
@media screen and (min-width: 641px) {

  #content1 {
    display: none;
  }
}

/* PC用 設定ここまで */

/* ============================= */
/* PC用 ブレイクポイント　1025px～1200px */
/* ============================= */


@media screen and (min-width: 1025px) and (max-width:1200px) {
  img {
    width: 100%;
  }

  .main-title {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 50%;
    z-index: 6;
    color: #fff;
    font-size: 40px;
  }
  
  /* パンくず */
  .breadcrumb {
    position: absolute; 
    top: 70%;
    margin: 0 10%;
    font-size: 20px;
    list-style: none;
    z-index: 6;
    transform: translate(-10%, -10%);
  }

  .menu-list {
    max-width: 95%;
    margin: 50px auto;
}
}
 
/* ============================= */
/* PC用 ブレイクポイント　768～1024px */
/* ============================= */

@media (min-width: 768px) and (max-width: 1024px) {

  img {
    width: 100%;
  }
 
  .main-title {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 30%;
    z-index: 6;
    color: #fff;
  }

  .breadcrumb {
    position: absolute;
    top: 43%;
    margin: 0 5%;
    font-size: 18px;
    list-style: none;
    z-index: 10;
    transform: translate(-10%, -100%);
  }
  
  .menu-list {
    max-width: 95%;
    margin: 50px auto;
}
}

/* ============================= */
/* タブレット用 ブレイクポイント　640～767px */
/* ============================= */

@media screen and (min-width: 641px) and (max-width: 767px) {

img {
    width: 100%;
  }

.header-logo {
  width: 15%;
}

.header-li {
  font-size: 24px;
}

.main-title h1 {
  font-size: 60px;
}

.main-title {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 30%;
  z-index: 6;
  color: #fff;
}

.breadcrumb {
  position: absolute;
  top: 30%;
  margin: 0 5%;
  font-size: 18px;
  list-style: none;
  z-index: 10;
  transform: translate(-10%, -100%);
}

.menu-list {
  margin: 50px auto;
  width: 95%;
}
}

/* タブレット用 ブレイクポイント 設定ここまで */

/* ============================= */
/* SP用 設定 ブレイクポイント　401～640px */
/* ============================= */

@media screen and (min-width: 401px) and (max-width: 640px) {

  img {
    width: 100%;
  }

  .header-item {
    max-width: 640px;
    width: 100%;
    align-items: flex-start;
  }

  .header-logo {
    width: 20%;
  }

  /* ヘッダーナビ　SP表示なし */
  .header-li {
    display: none;
  }
  
  /* ハンバーガー　表示設定 */

/* ハンバーガーボタンのスタイル */
  #content1 {
  position: relative;
  height: 50vh;
  }

  #button1 {
  display: block;
  position: fixed;
  right: 0px;
  width: 50px;
  height: 50px;
  border: none;
  background: #0e2439;
  color: #fff;
  }

  #button1:hover {
  opacity: .6;
  }

.list1 {
  display: block;
  width: 100px;
  position: fixed;
  top: 50px;
  right: -120%;
  padding: 0;
  background: #0e2439;
  transition: all 0.8s;
  z-index: 6;
}

.list1 li {
  list-style: none;
  border-bottom: 1px solid #0e2439;
}

.list1 li:last-child {
  border-bottom: none;
}

.list1 li:hover {
  opacity: .6;
}

.list1 li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
}

.open {
  right: 0;
}

@media all and (-ms-high-contrast: none) {
#button1:hover + .list1, .list1:hover {
  right: 0;
}
}
/*  ハンバーガー　表示設定 ここまで*/

/* SP main画像設定 */

.slider img { 
    width: 100%;
    height: 100%;
    margin: 0;
 } 

 .background-header {
  position: relative;
  top: 0; 
  left: 0; 
  z-index: 4;
  justify-content: space-between;
  width: 100%;
}

.main-title {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 50%;
  z-index: 4;
  font-size: 24px;
  color: #fff;
  letter-spacing: 10px;
  transform: translate(-10%, -100%);
}

/* sp パンくず設定 */
.breadcrumb {
  position: absolute;
  top: 25%;
  margin: 0 3%;
  font-size: 16px;
  list-style: none;
  z-index: 10;
  transform: translate(-10%, -100%);
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* パンくず　ここまで */

.menu-list {
  width: 95%;
}

.oyatsu-list, .a_drink-list, .n_drink-list, .special-list {
  display: block;
  margin: 0 auto;
}

.oyatsu-list li,
.a_drink-list li,
.n_drink-list li,
.special-list li
 { 
 width: 100%;
 margin: 0;
} 

  /* 各要素の並びと背景設定*/
.oyatsu-img,
.a_drink-img,
.n_drink-img,
.special-img
{
  display: flex;
  width: 95%;
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
}

.oyatsu-img dt,
.a_drink-img dt,
.n_drink-img dt,
.special-img dt
 {
  width: 50%;
}

}
/* SP用 ブレイクポイント 設定ここまで */

/* ============================= */
/* SP用 設定 ブレイクポイント　400px */
/* ============================= */

@media screen and (max-width: 400px) {

  img {
    width: 100%;
  }

  .header-logo {
    width: 20%;
    position: absolute;
    bottom: 85%;
  }

  /* ヘッダーナビ　SP表示なし */
  .header-li {
    display: none;
  }

  .main-title {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 50%;
    z-index: 4;
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
    transform: translate(-10%, -100%);
  }
  
  /* sp パンくず設定 */
  .breadcrumb {
    position: absolute;
    top: 20%;
    margin: 0 2%;
    font-size: 15px;
    list-style: none;
    z-index: 10;
    transform: translate(-10%, -100%);
  }
  
  .breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
  }
  
  .breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #fff;
  }
  
  .breadcrumb li:last-child:after {
    content: '';
  }
  
  .breadcrumb li a {
    text-decoration: none;
    color: #fff;
  }
  
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  
  /* パンくず　ここまで */
  .menu-list {
    width: 95%;
  }
  
  .oyatsu-list, .a_drink-list, .n_drink-list, .special-list {
    display: block;
    margin: 0 auto;
  }
  
  .oyatsu-list li,
  .a_drink-list li,
  .n_drink-list li,
  .special-list li
   { 
   width: 100%;
   margin: 0;
  } 
  
    /* 各要素の並びと背景設定*/
  .oyatsu-img,
  .a_drink-img,
  .n_drink-img,
  .special-img
  {
    display: flex;
    width: 95%;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
  }
  
  .oyatsu-img dt,
  .a_drink-img dt,
  .n_drink-img dt,
  .special-img dt
   {
    width: 50%;
  }

}



