html {
  height: 100%;
  margin: 0px;
  font-family: 'Noto Serif JP', serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0px;
  overflow-x: hidden;
}

nav a {
  text-decoration: none;
  color: #000000;

}

header {

  margin: 0px;

}




h1 {
  font-size: 90px;
  /* フォントの大きさ */
  font-family: "游ゴシック体", * フォントの種類 */ border-style: solid;
  /* 線の種類 */
  border-color: #e6e6fa;
  /* 線の色 */
  border-width: 20px;
  /* 線の太さ */
  text-align: center;
  /* 文字・画像を中央にそろえる */
  /* 枠線の角丸 */
  padding: 20px;
  /* 内側の余白 */
  /* 外側の余白 */
  width: 95%;
}

.aiueo{
  background-image: url(img/title.png);
  background-imgae: no-repeat;
}

/* body */
body {
  font-family: 'Noto Sans JP';
  height: 100%;
  margin: 0;
}

nav {
  padding: 10px;
  padding-bottom: 15px;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.dropdown {
  display: flex;
}

.menu {
  width: 200px;
  height: 200px;
  text-align: center;
  font-size: 21px;
  padding: 1px;
}

.menu-title {
  background: orange;
  color: #ffffff;
}

.sub-menu {
  display: none;
  background: #B9B9B9;
  position: relative;
}

.sub-menu>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

.sub-menu>ul>li>a {
  text-decoration: none;
  color: #ffffff;
}

.menu:hover .sub-menu {
  display: inline-block;
}

nav li {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  background-color: #bcff7a;
  font-size: 20px;
  color: black;
  text-align: center;
  width: 300px;
  border: solid 3px blue;
  border-radius: 10px;
  text-align: center;
}

nav li:hover {
  border-color: blue;
  background-color: lightblue;
  color: #2f4f4f;
  transition: all 250ms 0s ease-in;
}


.color {
  background: linear-gradient(0, red, blue);
}

h2 {
  font-size: 45px;
}

/* h1見出し */

/* ===== ヘッダーのスタイル ===== */
/* ヘッダーの箱 */




/* ===== お店紹介のスタイル ===== */
/* セクション */
.shop {
  color: #000000;
  padding-left: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff7ef;
  height: auto;
  font-size: 20px;
  margin: 0px;
}







/* h2見出し */
.title {
  padding-top: 0px !important;
  margin-top: 0px !important;
  font-size: 40px;
  padding-left: 15px;
  margin-bottom: 50px;
  box-shadow: 0 1px 2px 0 #000000;
  background-color: #ffffad;
  width: 70%;
  margin: auto
}


.width abtitle {

  font-size: 20px;
  border-left-width: 10px;
  padding-left: 15px;
  margin-bottom: 50px;
}



/* 段落 */
.shop p {
  font-size: 18px;
  padding: 20px;
  margin: auto;
  height: auto;
  width: 70%;
  line-height: 1.9;
}




/* h2見出し */
.photo h2 {
  color: #ffffff;
  border-color: #ffcc11;
}

/* h3見出し */
.photo h3 {
  color: #663300;
}

/* 段落 */
.photo p {
  color: #ffffff;
  clear: left;
  /* 画像や箱の回り込みをやめる */
}

.photo div {
  background-color: #ffffff;
  width: 240px;
  /* 横幅を指定する */
  padding: 15px;
  float: left;
  margin: 10px;
  box-shadow: 10px 10px 20px #000000;
  /* 影を指定する */
}



.pc ul li {
  display: inline-block;
  text-align: center;
  margin: auto;
  padding: 8px;
  width: 150px;
  border: solid 5px var(--nav1);
  background-color: orange;
  font-size: 17.5px;
  color: blue;
  border-radius: 3px;
  text-align: center;
}

.pc li:hover {
  border-color: var(--nav0);
  background-color: var(--nav1);
  color: white;
}


.smartphone-nav {
  z-index: 300;
  display: none;
  padding-bottom: 15px;
  margin: 0px;
  padding-top: 0px;
  width: 95%;

}

.smartphone-nav li {
  z-index: 300;
  text-align: center;
  padding: 8px;
  width: 95%;
  border: solid 3px var(--nav1);
  background-color: var(--nav0);
  font-size: 20px;
  color: black;
  border-radius: 10px;
  list-style-type: none;
  display: none;
}

.smartphone-nav li:hover {
  border-color: var(--nav0);
  background-color: var(--nav1);
  color: white;
}

.ul li {
  margin: auto;
}

.ul {
  margin: auto;
}

@media only screen and (max-width: 1050px)
/*smartphone*/
  {
  .pc {
    display: none;
    text-align: center;
  }

  .button {
    font-family: sans-serif;
    z-index: 300;
    top: 0px;
    position: fixed;
    display: block;
    background-color: var(--sub);
    width: 65px;
    height: 25px;
    padding-top: 3px;
    padding-bottom: 16px;
    font-size: 30px;
    color: blue;
    text-align: center;
  }

  .button:hover {
    transition: all 500ms 0s ease-in;
    text-align: center;
    width: 100%;
  }

  .button:hover li {
    display: block;
  }

  .smartphone-nav {
    z-index: -1000;
    background: transparent;
    top: 30px;
    left: 0px;
    position: fixed;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    font-family: sans-serif;
  }

  .quiz-container {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
  }

  #score-container {
    border: 1px solid black;
    height: 100px;
  }

  .table-quiz1 {
    padding-bottom: 100px;
    padding-left: 3%;
  }

  .fukidashi {
    margin-left: 0%;
  }

  .fukidahsi4 {
    margin-left: 0%;
  }

  .img-view {
    width: 80vw;
    height: 50vw;
  }

  p {
    font-size: 20px;
    margin-right: 8%;
  }

  .chizu {
    padding-left: 4%;
  }
}


@media only screen and (min-width: 1050px)
/*PC*/
  {
  .pc {
    display: block;
  }

  .smartphone {
    display: none;
  }

  .quiz-container {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-left: 30%;
    margin-right: 30%;
  }

  #score-container {
    border: 1px solid black;
    height: 50px;
    margin-left: 30%;
    margin-right: 30%;
  }

  .table-quiz1 {
    padding-bottom: 100px;
    padding-left: 1%;
  }

  .fukidashi {
    margin-left: 30%;
  }

  .fukidahsi4 {
    margin-left: 40%;
  }

  .img-view {
    width: 50vw;
    height: 30vw;
  }

  p {
    margin-right: 30%;
    font-color: black;
  }

  .chizu {
    padding-left: 40%;
  }
}

td {
  margin: 100px;
}

.button1 {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  background-color: #fff9fc;
  font-size: 20px;
  color: black;
  text-align: center;
  width: 300px;
  border: solid 3px #e6cfd9;
  margin-top: 10px;
  order-radius: 10px:
}


.button2 {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  background-color: #F8D2E3;
  width: 200px;
  height: 30px;
  font-size: 20px;
  color: black;
  text-align: center;
  border: solid 3px;
  border-radius: 10px;
}

.button3 {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  background-color: #92D2DB;
  width: 200px;
  height: 30px;
  font-size: 20px;
  color: black;
  text-align: center;
  border: solid 3px black;
  border-radius: 10px;
}

.fukidashi {
  /*background-image: url(img/bal0181.gif);
 background-repeat:no-repeat;*/
  position: relative;
  background-color: #f4ffff;
  border: 3px solid black;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  width: 450px;
  right: 100px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}




.fukidashi1 {
  /*background-image: url(img/bal0181.gif);
 background-repeat:no-repeat;*/
  position: relative;
  background-color: #fff4ff;
  border: 3px solid black;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  width: 450px;
  margin: 5px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.fukidashi1::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid black;
  top: 50%;
  right: 480px;
  transform: rotate(0deg);
}

.fukidashi3 {
  /*background-image: url(img/bal0181.gif);
 background-repeat:no-repeat;*/
  position: relative;
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  width: 300px;
  height: auto;
  font-size: 30px;
}

.fukidashi3::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid #000000;
  top: 50%;
  right: -22px;
  transform: rotate(180deg);
}

.fukidashi4 {
  /*background-image: url(img/bal0181.gif);
 background-repeat:no-repeat;*/
  position: relative;
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  width: 90%;
  height: auto;
  font-size: 30px;
}

.fukidashi4::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid #000000;
  top: 50%;
  right: -22px;
  transform: rotate(180deg);
}

.fukidashi5 {
  /*background-image: url(img/bal0181.gif);
 background-repeat:no-repeat;*/
  position: relative;
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  width: 90%;
  height: auto;
  font-size: 30px;

}

.fukidashi5::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid #000000;
  top: 50%;
  left: -22px;
}

.syuzaigazou {
  padding: 15px;
  text-align: left;
  right: -234px;
}

.inline {
  display: inline-block;
}

section {
  margin: 0px !important;
}

.padding0 {
  padding: 0px;
}

.margin1 td {
  padding-right: 10px;
}

/*���央揃えにする*/
.center p {
  text-align: center;
}

.button4 {
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  background-color: #ffd6ff;
  width: 200px;
  height: 30px;
  font-size: 20px;
  color: black;
  text-align: center;
  border: solid 3px pink;
  border-radius: 10px: z-index:2147483647px;
}

.dropbtn {
  background-color: #ffdbb7;
  color: white;
  padding: 7px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 145px;
  text-align: center;
  z-index: 2147483647px;
  border-radius: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2147483647px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffc6;
  width: 165px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 15px;
  z-index: 2147483647px;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  z-index: 2147483647px;
}

.dropdown-content a:hover {
  background-color: #ffffc6
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 2147483647px;
}

.dropdown:hover .dropbtn {
  background-color: pink;
  z-index: 2147483647px;
}

hr {
  width: 160px;
  color: #ffffff;
}

.dropbtn1 {
  background-color: transparent;
  padding: 0px;
  width: 30px z-index:2147483647px;
}

.dropdown1 {
  margin: 0px 0px;
  padding: 0px 0px;
  z-index: 2147483647px;
}


.dropdown1:hover .dropbtn1 {
  background-color: transparent;
  z-index: 2147483647px;
}

.logo1 {
  height: 45px;
  margin-top: 22px;
  margin-left: -180px;
  width: 200px;
}

/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555;
  /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;

}

/*ボタン内spanの形状*/
.btn span1 {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: black;
}

.btn:hover span {
  color: black;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #cce5ff;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

/*== 背景が流れる（斜め） */
.bgskew1::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: pink;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew1:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

/*== 背景が流れる（斜め） */
.bgskew2::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #ffd8b2;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew2:hover::before {
  animation: skewanime .5s forwards;
  /*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}


span {
  background: linear-gradient(transparent 70%, #ffbf7f 0%);
}

.kosei {
  margin: 0 0 0 200px;
}

.map {
  margin: 0 0 0 250px;
}

.a-under {
  color: black;
  text-decoration: none;
  margin: auto;
  width: 400px;
  height: 175px;
  background: linear-gradient(to right, rgba(127, 255, 0, 0.37), rgba(77, 255, 77, 0.35));

}

.aunder {
  color: black;
  color: #f58300;
}

.screen{
  height: 500px;
  width: 750px;
}

.screen2{
  text-align: center;
}

.tamaki{
  padding-left: 300px;
}

.aiueo{
  height: 200px;
  width: 300px;
  padding-left: 30px;
}

.aiu{
  margin-left: 150px;
}

.hyourougan{
  margin-left: 250px;
}

.aiueo2{
  height: 250px;
  width: 375px;
  display: block;
  align-items: center;
}

.aiueo3{
  display: flex;
  align-items: center;
}

.aiueo4{
  width: 200px;
  height: 300px;
  padding-left: 40px;
}

.hijikipicture{
  margin-left: 500px;
}

.aiueo5{
  height: 230px;
  width: 345px;
  padding-left: 20px;
}

.aiueo6{
  height: 180px;
  width: 270px;
  padding-left: 20px;
}

.a{
  padding-left: 200px;
}

.black{
  color: #000000;
  text-decoration: none;
}