---------------------------------------------------- */

/* ■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;
} 

.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%;
} .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;
}

.header-li>li {
  margin-right: 50px;
}

.header-logo {
  width: 10%;
  height: auto;
  margin-left: 50px;
}

/* ヘッダー設定 ここまで*/

.main-title {
  position: absolute; 
  top: 50%;
  left: 10%; 
  width: 30%; 
  z-index: 6; 
  color: #fff;
}


.concept-item {
 display: flex;
 max-width: 1300px;
 width: 100%;
 margin: 150px auto 0;
 background-color: #0e2439;
 border-radius: 5px; 
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.concept-img {
  width:60%;
  padding: 20px;
}

.concept-img>img {
  height: 100%;
  width: 100%;
}
 
.concept-area {
 display: block;
 text-align: center;
 width: 40%;
 padding: 10% 0;
}

.concept-text {
  font-size: 30px;
  letter-spacing: 5px;
}

.concept-area h2, .concept-area p {
  color: #fff;
}

.menu-info {
  display: flex;
  max-width: 1300px;
  margin: 50px auto;
}

/* メニューセクションのテキストを中央揃え */
.menu-text {
  text-align: center; 
}

.menu-img {
  display: block;
  width: 48%;
  background-color: white;
  padding: 20px; /* 必要に応じて調整 */
  border-radius: 5px; /* 角を丸く */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* 影をつけたい場合 */
}

.menu-text h2 {
  font-size: 24px;
  margin-bottom: 20px;

}

.menu-text, h2, p {
  color: dimgray;
}

.menu-text a {
  text-decoration: none; 
  color: white;
  }

.info-img {
    display: block;
    width: 48%;
    margin-left: 2%;
    background-color: white;
    padding: 20px; /* 必要に応じて調整 */
    border-radius: 5px; /* 角を丸く */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* 影をつけたい場合 */
}

/* インフォセクションのテキストを中央揃え */
.info-text {
  text-align: center; 
}

.info-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.info-text, h2, p {
  color: dimgray;
}

.info-text a {
  text-decoration: none; 
  color: white;
}


/* buttonの共通設定 */
.button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px; /* ボタンの内側の余白 */
  font-size: 16px; /* フォントサイズ */
  color: #fff; /* 文字色 */
  background-color: #0e2439; /* ボタンの背景色 */
  border: none; /* ボーダーをなしに */
  border-radius: 30px; /* 角を丸くする */
  text-align: center; /* テキストを中央揃えに */
  text-decoration: none; /* テキストの下線を消す */
  cursor: pointer; /* カーソルをポインターに */
  transition: background-color 0.3s ease; /* 背景色の変化にアニメーションを追加 */
  width: 30%;
}

/* ボタン　マウスオンで背景色変更 */
.button:hover {
  background-image: linear-gradient(to bottom, rgba(14, 36, 57, 0.88)30%, rgba(246, 114, 151, 1)110%); 
  box-shadow: unset;
  transform: translate(4px,4px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* フッター設定 */

/* フッターの背景設定 */
.background-footer {
  position: relative;
  background-color: #0e2439;
  height: auto;
}

.footer-item { 
   display: flex; 
   margin: 0 5%;
   padding-top: 8%;
 } 

.footer-item a { 
  color: #fff; 
  text-decoration:none; 
}

/* フッターロゴ設定 */
.footer-logo {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 10%;
}

.footer-li {
  list-style: none;
  margin-right: 50px;
  list-style: none;
  color: #fff; 
  font-size: 16px;
  line-height: 40px;
}

/* ロゴとリストの縦並び */
.footer-wrap-l {
  display: block;
  width: 32%;
}

.footer-wrap-r {
  display: block;
  width: 32%;
}


/* フッター　SNSアイコン */
.footer-icon {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 40px;
  gap: 20%; /* ここでアイコン間の間隔を設定 */
}

/* マップ */
.map {
  width: 36%;
}

.map iframe {
  height: auto;
  width: 100%;
  border-radius: 10px; 
  margin-bottom: 5%;
}

/* PCでSPのハンバーガーを非表示 */
@media screen and (min-width: 641px) {

  #content1 {
    display: none;
  }
}

/* PC用 設定ここまで */

/* ============================= */
/* PC用 ブレイクポイント　1025px～1200px */
/* ============================= */

/* PC用 */
@media screen and (min-width: 1025px) and (max-width:1200px) {

  img {
    width: 100%;
  }
  /* PC用スタイル */
  .main-title {
    position: absolute; 
    top: 55%;
    left: 10%; 
    width: 30%; 
    z-index: 6; 
    color: #fff;
  }

  .concept-item {
    width: 95%;
  }

  .menu-info {
    width: 95%;
  }
}

/* =============================== */
/* ▲Tab用 768～1024　*/
/* ============================== */

@media screen and (min-width:768px) and (max-width:1024px) {

.main-title {
    position: absolute; 
    top: 37%;
    left: 10%; 
    width: 30%; 
    z-index: 6; 
    color: #fff;
  }

.concept-item {
  width: 95%;
}

.menu-info {
  width: 95%;
}
}

/* ============================= */
/* タブレット用 ブレイクポイント　641～767px */
/* ============================= */

@media screen and (min-width: 641px) and (max-width: 767px) {

img {
    width: 100%;
}

.header-logo {
  width: 20%;
}

.main-title {
  position: absolute; 
  top: 30%;
  left: 10%; 
  width: 30%; 
  z-index: 6; 
  color: #fff;
}

.header-li {
  font-size: 24px;
}

.concept-item {
  width: 95%;
}

.menu-info {
  width: 95%;
}


/* フッター設定 */

.footer-wrap-l {
  display: none;
}

.footer-wrap-r {
  width: 100%;
  margin-top: 3%;
}

.background-footer {
  height: 100%;
}

.footer-logo {
  width: 20%;
}

.footer-li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.menu-info {
  width: 95%;
}

.footer-logo {
  position: initial;
  width: 35%;
  margin: 0 auto;
  padding-top: 20px;
 }

.footer-item {
  display: block;
  margin: 0 auto;
  padding-top: 4%;
}

.footer-icon {
  display: flex;
  align-items: center;
  width: 100px;
  height: 60px;
  margin-left: 40px;
  gap: 20%;
  margin: 0 auto;
}

.map {
  width: 95%;
  margin: 0 auto;
}

.map iframe {
  width: 100%;
}
}

/* タブレット用 ブレイクポイント 設定ここまで */

/* ============================= */
/* SP用 設定 ブレイクポイント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;
}

.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;
} 
.main-title {
  position: absolute;
  top: 15%; 
  left: 30px; /* 左からの距離を設定 */
  width: 25%; /* 幅設定 */
  z-index: 10;
}

.main-title>img {
  display: none;
}

.main-title h2 {
  position: absolute;
  width: 200%;
  height: auto;
  top: 45%;
}

/* SP concept設定 */

.concept-item {
  display: block;
  margin: 0 auto;
  width: 95%;
  padding-bottom: 40px;
}

.concept-img {
  width: auto;
  margin: 0 auto;
}

.concept-area {
  width: 100%;
  text-align: center;
  padding: 0;
}

/* SP menu設定 */

.menu-info {
  display: block;
  width: 95%;
  margin-bottom: 50px;
} 

.menu-img {
  width: 90%;
  margin: 50px auto; 
}

/* SP info設定 */

.info-img {
  width: 90%;
  margin-left: 0;
}

/* フッター設定 */

.background-footer {
  height: 100%;
}

.footer-logo {
  width: 20%;
}

.footer-li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer-logo {
  position: initial;
  width: 35%;
  margin: 0 auto;
  padding-top: 20px;
 }

.footer-item {
  display: block;
  margin: 0 auto;
  padding-top: 4%;
}

.footer-wrap-l {
  display: none;
}

.footer-wrap-r {
  width: 100%;
  margin-top: 3%;
}

.footer-icon {
  display: flex;
  align-items: center;
  width: 100px;
  height: 60px;
  margin-left: 40px;
  gap: 20%;
  margin: 0 auto;
}

.map {
  width: 95%;
  margin: 0 auto;
}

.map iframe {
  width: 100%;
}
}
/* SP用 ブレイクポイント640px 設定ここまで */

/* ============================= */
/* スマホ用 ブレイクポイント　400px */
/* ============================= */

@media (max-width: 400px) {
  /* スマホ用スタイル */

  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;
}

.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;
  } 
  .main-title {
    position: absolute;
    top: 15%;
    left: 30px; /* 左からの距離を設定 */
    width: 25%; /* 幅設定 */
    z-index: 10;
  }
  
  .main-title>img {
    display: none;
  }
  
  .main-title h2 {
    position: absolute;
    width: 200%;
    height: auto;
    top: 45%;
  }
  
  /* SP concept設定 */
  
  .concept-item {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding-bottom: 40px;
  }
  
  .concept-img {
    width: auto;
    margin: 0 auto;
  }
  
  .concept-area {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  /* SP menu設定 */
  
  .menu-info {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  } 
  
  .menu-img {
    width: 85%;
    margin: 50px auto; 
  }
  
  /* SP info設定 */
  
  .info-img {
    width: 85%;
  }

  /* フッター設定 */
  
  .footer-wrap-l {
    display: none;
  }
  
  .footer-wrap-r {
    width: 50%;
    margin-top: 3%;
  }
  
  .background-footer {
    height: 100%;
  }
  
  .footer-logo {
    width: 20%;
  }
  
  .footer-li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  
  .footer-logo {
    position: initial;
    width: 35%;
    margin: 0 auto;
    padding-top: 20px;
   }
  
  .footer-item {
    display: block;
    margin: 0 auto;
    padding-top: 4%;
  }
  
  .footer-wrap-r {
    width: 100%;
    /* margin-top: 3%; */
  }
  
  .footer-icon {
    display: flex;
    align-items: center;
    width: 100px;
    height: 60px;
    margin-left: 40px;
    gap: 20%;
    margin: 0 auto;
  }
  
  .map {
    width: 95%;
    margin: 0 auto;
  }
  
  .map iframe {
    width: 100%;
  }
  }
