@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@media screen and (min-width: 381px) {

body{
  width: 100%;
  height: 100%;
  background-position: cover;
  margin:0;
}

.main-content-wrapper{
  background-position: cover;
}
.nav {
    padding: 0;
    margin: 0;
    font-size: 12px;
    background: rgba(55,55,55,0.3);
    z-index: 6;
}
.nav li {
    list-style: none;
    float: right;
}
.nav li a {
    text-decoration: none;
    color: #fff;
    padding: 0 12px;
    display: block;
}
.nav li a:hover {
    background: rgba(255,255,255,0.3);
}
.fixed {
    position: fixed;
    top: 0;
    right:0;
    width: 43%;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*pagereturn*/


section {
  background-color: #ffffff;
  color: #000000;
  background-size: cover;
  display: block;

  &.stuck + section:not(.stuck) {
    box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.5);
  }

  &:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  &:nth-child(1) {
    text-align: center;
    background-size: cover;
    position: relative;

  }

  &:nth-child(2) {
    &:before { display: none; }
  }

  &:nth-child(3) {
    &:before { display: none; }
  }

  &:nth-child(4) {
    &:before { display: none; }
  }

  &:nth-child(5) {
    &:before { display: none; }
  }
}
/*スクロールアニメーション*/

.title {
  background-color: rgba(100, 175, 138, 0.8);
  padding: 2%;
  border-radius: 5px;
}

.title h1{
  color: #ffffff;
  font-size: 40px;
  margin:0;
  font-family: 'Dancing Script', cursive;
}

#top{
  color: #ffffff;
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}

#toptxt{
  color: #ffffff;
  margin-top: 20%;
  font-family: 'Dancing Script', cursive;
}

#toptxt h1{
  font-size: 100px;
  margin: 1%;
}

#toptxt p{
  font-size: 30px;
  margin: 1%;
}


#about{
  margin: 5%;
  font-size: 20px;
  font-family: 'Noto Sans JP';
}

#profile{
  width: 100%;
  height: 90%;
}

#nonakapic{
  float: left;
  margin-top: 0%;
  margin-left:5%;
  margin-bottom: 5%;
  margin-right: 5%;
  width: 35%;
  height: 20%;
}
#nonakapic img{
  width: 100%;
  height: 90%;
}

#nonakaprof{
  font-family: 'Noto Sans JP';
  float: left;
  margin: 5%;
  padding-top: 5%;
  width: 40%;
  color: #2b2b2b;
}
#nonakaprof h2,h3{
  margin: 1%;
  font-size: 30px;
  color: #2b2b2b;
}

#nonakaprof p{
  margin: 1%;
  font-size: 20px;
}

#tuesday{}

#tuesday p{
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  color: #2b2b2b;
}

.icon{
  float: left;
  margin-top: 5%;
  margin-left:5%;
  margin-bottom: 5%;
  margin-right: 5%;
  width: 35%;
  height: 20%;
}
.icon img{
  width: 100%;
  height: 100%;
}

.pic{
  float: left;
  margin-top: 7%;
  margin-left:5%;
  margin-bottom: 5%;
  margin-right: 5%;
  width: 45%;
  height: 20%;
}

.pic img{
  width: 100%;
  height: 100%;
}


#friday p{
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  color: #2b2b2b;
}



.information{
  color: black;
  width: 95%;
}

.information dt{
  border-top: 2px;
  border-left:1px;
  border-bottom: 1px;
  border-right: 1px;
  font-size: 18px;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-left : 2px;
  background-color : #64AF8A;
  float : left;
  clear : both;
  width: 120px;
  color:#fff;
}

.information dd{
  border-top: 2px;
  border-left:1px;
  border-bottom: 1px;
  border-right: 1px;
  font-size: 18px;
  background-color: #F1F7ED;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-left: 0;
  color:#000000;
  font-family: 'Noto Sans JP';
}

#access{
  font-family: 'Noto Sans JP';
}
#access h2{
  font-size: 100%;
}

#text{
  float: left;
  width: 45%;
  margin: 1%;
}

#map{
  background-image: url(img/loader.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  float: left;
  width: 45%;
  margin: 1%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



#link{
  clear: both;
  font-family: 'Noto Sans JP';
}
#link h2{
  font-size: 100%;
}

#forcellphone{
  display: none;
}

#footer{
  width: 100%;
  background-color: rgb(204, 204, 204);
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

}

/*ケータイ用*/
@media screen and (min-width: 0px) and (max-device-width: 380px){
  body{
    width: 100%;
    height: 100%;
    margin: 0;
  }

  section {
    background-color: #ffffff;
    color: #000000;
    background-size: cover;
    display: block;

}
#toptxt{
  margin-top: 50%;
  font-size: 100%;
}
#about{
  font-size: 90%;
}

#nonakapic{
  margin-left: 30%;
  margin-right: 30%;
  clear: both;
}
#nonakaprof{
  font-family: 'Noto Sans JP';
  clear: both;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

#nonakaprof h2,h3{
  padding: 0;
  font-size: 30px;
  margin: 1%;
}
#nonakaprof p{
  font-size: 25px;
  margin: 1%;
}

.fixed {
  display: none;
}


#page-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 77%;
}



.icon{
  clear: both;
  margin-left:5%;
  margin-right: 5%;
  width: 90%;
  height: 20%;
}


.pic{
  clear: both;
  margin-left:5%;
  margin-right: 5%;
  width: 90%;
  height: 20%;
}

.information{
  font-size: 90%;
  color: black;
  width: 95%;
}

.information dt{
  display: none;
  border-top: 2px;
  border-left:1px;
  border-bottom: 1px;
  border-right: 1px;
  font-size: 90%;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-left : 2px;
  background-color : #64AF8A;
  float : left;
  clear : both;
  width: 120px;
  color:#fff;
}


.information dd{
  border-top: 2px;
  border-left:1px;
  border-bottom: 1px;
  border-right: 1px;
  font-size: 90%;
  background-color: #F1F7ED;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-left: 0;
  color:#000000;
  font-family: 'Noto Sans JP';
}
#access{
  width: 100%;
}

#map{
  width: 100%;
  clear: both;
}

#forcellphone{
  display: block;
  font-size: 40px;
  font-family: 'Noto Sans', sans-serif;
}

}
