




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%;
}
.


/* 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);
}

.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;
}

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

h2{
  font-size: 45px;
}

/* h1見出し */

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




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


 

/* h2見出し */
.title {
  padding-top: 0px !important;
  margin-top: 0px !important;
  font-size: 40px;
  border-left-style: solid;
  border-left-width: 10px;
  padding-left: 15px;
  margin-bottom: 50px;
  box-shadow: 0 1px 2px 0 #000000;
  background-color: #f7f7f7;
  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{
  padding-bottom: 15px;
  margin: 0px;
  padding-top : 0px;
  padding-left: 1%;
  padding-right: 0%;
}

.pc ul li{
   background-color: #d6ffea;
    color: white;
    padding: 7px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    width: 117px;
    text-align: center;
    z-index:2147483647px;
    border-radius: 10px;
    margin-right: -4px;
}

.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;
  }
  
  .dropdown {
    position: relative;
    display: block;
    z-index:2147483647px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffc6;
    width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 13px;
    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: 130px;
    color: #ffffff;
}

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

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


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

.logo1 {
    display: none;
}

 .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;
  }
  
  .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;
 z-index: 1px;
}

.fukidashi::before{
 content: "";
 position: absolute;
 margin-top: -15px;
 border: 10px solid transparent;
 border-right: 10px solid black;
 top: 50%;
 right:-20px;
 transform: rotate(180deg);
z-index: 1;
  
}


 
  .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;
 z-index: 2;
}

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

 .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: 5px;
    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;
  }
  
  
  @media (min-width: 1050px) {
  .pc {
    display: block;
  }
  .smartphone{
    display: none;
  }
  p{
    margin-right: 30%;
    font-color: black;
  
  }
      }
  
  .dropbtn {
    background-color: #d6ffea;
    color: white;
    padding: 7px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    width: 117px;
    text-align: center;
    border-radius: 2px;
    margin-right: -4px;
    display: block;
    z-index:2147483647px;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffc6;
    width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 13px;
    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: 130px;
    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;
}



/*== ボタン共通設定 */
.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%, #ffbcbc 0%);
}

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

.kosei1{
  margin: 0 0 0 200px;
  width: 180px;
}

.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;
  text-decoration: none;
}

.vertical{
  vertical-align: top;
}

.a:visited{
  color: orangered;
  text-decoration: none;
}

.a{
  color: black;
  text-decoration: none;
  font-size: 20px;
}

.hover {
    padding: 0px;
    margin: 0px;
}

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

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

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

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


  @media (max-width: 1400px) {
   .dropbtn{
     width: 80%;
     font-size: 14px;
     padding: 12px;
     text-align: center;
     margin-left:-10px;
   } 
   
    @media (max-width: 1400px) {
   .dropbtn{
     width: 80%;
     font-size: 12px;
     padding: 10px;
     text-align: center;
     margin-left:-10px;
   } 
   
   
   @media (max-width: 1050px) {
   .dropbtn{
     width: 70%;
     font-size: 14px;
     padding: 15px;
     text-align: center;
     margin-left:-7px;
   }
    .logo{
    display: none;   
   }
   
    @media (max-width: 930px) {
   .dropbtn{
     width: 80%;
     font-size: 12px;
     padding: 10px;
     text-align: center;
     margin-left:-7px;
   }
   
    @media (max-width: 800px) {
   .dropbtn{
     width: 80%;
     font-size: 12px;
     padding: 8px;
     text-align: center;
     margin-left:-7px;
   }
   
   .header{
       height:10000000px;
   }
   .logo{
    display: none;   
   }
   
    @media (max-width: 800px) {
   .dropbtn{
     width: 80%;
     font-size: 12px;
     padding: 20px;
     text-align: center;
     margin-left:-7px;
   }
   
   .header{
       height:10000000px;
   }
   .logo{
    display: none;   
   }




  
   
   
   
   
  

