@charset "utf-8";

body {
    background-color: #ffffff;
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100px
}

#container{
    position: relative;
}

p.gotop{
    position: fixed;
    right: 0%;
        bottom: 0;
    background-color: limegreen;
    padding-bottom: 10px;
   text-align: right;
    margin-bottom: 150px;
    padding-right: 20px;
}
p.gotop a{
    width: 60px;
    height: 90px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 300;
}

p.next{
    position: fixed;
    right: 0%;
        bottom: 0;
    background-color: tomato;
    padding-bottom: 50px;
   text-align: right;
    padding-top: -10px;
    padding-right: 20px;
}
p.next a{
    width: 80px;
    height: 90px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 300;
}


p.back{
    position: fixed;
        bottom: 0;
    background-color: #00aafa;
    padding-bottom: 50px;
   text-align: left;
    padding-top: -10px;
}
p.back a{
    width: 110px;
    height: 70px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 300;
}

.title {
    color: limegreen;
}

header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

header .logo {
    width: 980px;
    margin: 0 auto;
    margin-bottom: -50px;
    float: center;
}

header .inner ul li {
    list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 0px;
    text-align: center;
    min-width: 5px;
}

header .inner .menu {
    margin-left: 15px;
}

header .inner ul li a {
    color: white;
    text-decoration: none;
}

header .inner ul li a:hover {
   color: orange;
}

.inner .home li {
  display: inline-block;
  width: 130px;
  height:50px;
  text-align: center;
  background-color: darkgreen;
  font-size: 14px;
  line-height: 52px;
  color: orange;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid darkgreen;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.inner .kiso li {
  display: inline-block;
  width: 140px;
  height:50px;
  text-align: center;
  background-color: green;
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid green;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.kiso .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .syoku li {
  display: inline-block;
  width: 140px;
  height:50px;
  text-align: center;
  background-color: limegreen;
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid limegreen;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-70%) translateY(-70%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.syoku .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .sekai li {
  display: inline-block;
  width: 170px;
  height:50px;
  text-align: center;
  background-color: greenyellow;
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid greenyellow;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.sekai .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.inner .taiken li {
  display: inline-block;
  width: 150px;
  height:50px;
  text-align: center;
  background-color: gold;
  font-size: 14px;
  line-height: 52px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid gold;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.taiken .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .kangaeyou li {
  display: inline-block;
  width: 130px;
  height:50px;
  text-align: center;
  background-color: orange;
  font-size: 14px;
  line-height: 52px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid orange;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.kangaeyou .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .eigo li {
  display: inline-block;
  width: 140px;
  height:50px;
  text-align: center;
  background-color: orangered;
  font-size: 14px;
  line-height: 52px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid orangered;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.eigo .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

main .syokuhin .ajiwau {
    width: 960px;
    margin: 0 auto;
}

main .syokuhin .ajiwau .pan {
     list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 20px;
    text-align: center;
    min-width: 5px;
}

main .syokuhin .ajiwau h2 {
    border-bottom: 2px solid #00aa00;
    padding-bottom: 8px;
}

main .syokuhin .ajiwau h2 span {
    border-bottom: 2px solid #ffaa00;
}

main .syokuhin nav ul li {
    list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 20px;
    text-align: center;
    min-width: 5px;
}

header .inner nav ul li:last-child {
    margin-right: 0;
}

.circle1{
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: skyblue;
  opacity: 0.7;
  position:absolute; top:600px; left:370px;
}

.circle2{
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: lightpink;
  opacity: 0.7;
  position:absolute; top:850px; left:530px; z-index: 5;
}

.circle3{
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: yellow;
  opacity: 0.7;
  position:absolute; top:850px; left:230px; z-index: 4;
}

main .syokuhin .ajiwau .image-natto {
    position:absolute; top:1370px; left:440px; z-index: 6;
}

main .syokuhin .ajiwau .image-natto:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-natto div.text{
    color: black;
    position: absolute;
    left: 40px;
    top: 70px;
    font-size: 15px;
}


main .syokuhin .ajiwau .image-bluecheese {
    position:absolute; top:1150px; left:430px; z-index: 7;
}

main .syokuhin .ajiwau .image-bluecheese:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-bluecheese {
    position: relative;
}

.image-bluecheese div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 80px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-kamanberucheese {
    position:absolute; top:1240px; left:470px; z-index: 7;
}

main .syokuhin .ajiwau .image-kamanberucheese:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-kamanberucheese {
    position: relative;
}

.image-kamanberucheese div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 60px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-cheese {
    position:absolute; top:1500px; left:440px; z-index: 7;
}

main .syokuhin .ajiwau .image-cheese:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-cheese div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 70px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-katsuobushi {
    position:absolute; top:1000px; left:500px; z-index: 7;
}

main .syokuhin .ajiwau .image-katsuobushi:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-katsuobushi div.text{
    color: black;
    position: absolute;
    left: 20px;
    top: 100px;
    font-size: 15px;
}


main .syokuhin .ajiwau .image-amazake {
    position:absolute; top:1000px; left:670px; z-index: 7;
}

main .syokuhin .ajiwau .image-amazake:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-amazake div.text{
    color: black;
    position: absolute;
    left: 35px;
    top: 100px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-yogurt {
    position:absolute; top:1280px; left:340px; z-index: 7;
}

main .syokuhin .ajiwau .image-yogurt:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

main .syokuhin .ajiwau .image-kimuchi {
    position:absolute; top:1410px; left:330px; z-index: 7;
}

main .syokuhin .ajiwau .image-kimuchi:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-kimuchi div.text{
    color: black;
    position: absolute;
    left: 25px;
    top: 90px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-miso {
    position:absolute; top:1220px; left:590px; z-index: 7;
}

main .syokuhin .ajiwau .image-miso:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-miso div.text{
    color: black;
    position: absolute;
    left: 30px;
    top: -10px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-syouyu {
    position:absolute; top:1290px; left:560px; z-index: 7;
}

main .syokuhin .ajiwau .image-syouyu:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}
.image-syouyu div.text{
    color: black;
    position: absolute;
    top: 80px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-nihonsyu {
    position:absolute; top:1300px; left:610px; z-index: 7;
}

main .syokuhin .ajiwau .image-nihonsyu:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-nihonsyu div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 80px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-mirin {
    position:absolute; top:1220px; left:740px; z-index: 7;
}

main .syokuhin .ajiwau .image-mirin:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-mirin div.text{
    color: black;
    position: absolute;
    left:10px;
    top: 80px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-pan {
    position:absolute; top:1375px; left:810px; z-index: 7;
}

main .syokuhin .ajiwau .image-pan:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-pan div.text{
    color: black;
    position: absolute;
    left: 30px;
    top: 90px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-beer {
    position:absolute; top:1240px; left:850px; z-index: 7;
}

main .syokuhin .ajiwau .image-beer:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

main .syokuhin .ajiwau .image-wine {
    position:absolute; top:1440px; left:740px; z-index: 7;
}

main .syokuhin .ajiwau .image-wine:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-wine div.text{
    color: black;
    position: absolute;
    left: 20px;
    top: 120px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-osu {
    position:absolute; top:1280px; left:650px; z-index: 7;
}

main .syokuhin .ajiwau .image-osu:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-osu div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 80px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-barusamikosu {
    position:absolute; top:1400px; left:640px; z-index: 7;
    width: auto;
    height: 50px;
}

main .syokuhin .ajiwau .image-barusamikosu:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-barusamikosu div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 130px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-syouchu {
    position:absolute; top:1150px; left:770px; z-index: 7;
}

main .syokuhin .ajiwau .image-syouchu:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

main .syokuhin .ajiwau .image-cha {
    position:absolute; top:1270px; left:850px; z-index: 7;
}

main .syokuhin .ajiwau .image-cha:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-cha div.text{
    color: black;
    position: absolute;
    left: 10px;
    top: 100px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-pikurusu {
    position:absolute; top:1420px; left:490px; z-index: 7;
}

main .syokuhin .ajiwau .image-pikurusu:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-pikurusu div.text{
    color: black;
    position: absolute;
    left: 40px;
    top: 95px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-tsukemono {
    position:absolute; top:1410px; left:555px; z-index: 7;
    width: auto;
    height: 60px;
}

main .syokuhin .ajiwau .image-tsukemono:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-tsukemono div.text{
    color: black;
    position: absolute;
    left: 40px;
    top: 95px;
    font-size: 15px;
}

main .syokuhin .ajiwau .image-menma {
    position:absolute; top:1230px; left:440px; z-index: 7;
}

main .syokuhin .ajiwau .image-menma:hover {
    transform: scale(1.2);
	transition-duration: 0.3s;
}

.image-menma div.text{
    color: black;
    position: absolute;
    left: 25px;
    top: 90px;
    font-size: 15px;
}

.benzu {
    position:absolute; top:770px; left:120px;
}

main .syokuhin .ajiwau .kabi {
    font-size: 20pt;
    background-color: dodgerblue;
    width: 80px;
    height: 30px;
    margin-left: 240px;
    margin-top: 50px;
    position: absolute;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    color: black;
    transition: .4s;
}

main .syokuhin .ajiwau .saikin {
    font-size: 20pt;
    background-color: orange;
    width: 60px;
    height: 30px;
    margin-top: 600px;
    margin-left: -170px;
    position: absolute;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    color: black;
    transition: .4s;
}

main .syokuhin .ajiwau .koubo {
    font-size: 20pt;
    background-color: hotpink;
    width: 80px;
    height: 30px;
    margin-top: 600px;
    margin-left: 490px;
    position: absolute;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    color: black;
    transition: .4s;
}

main .image-ajiwau {
    position:absolute; top:350px; left:480px;
}

footer {
    margin-top: 800px;
}

.modoru {
    float: left;
}

.susumu {
    float: right;
}

footer {
    background-color: green;
}

footer a{
    text-decoration: none;
    color: white;
}

footer a:hover{
    color: gold;
}

footer a:visited{
    color: deepskyblue;
}


footer h2{
    color: white;
}

.ribon h3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: #ffff88;
  transition: .4s;
}

.ribon h3:hover {
  background-color: orange;
  color: white;
}