@charset="UTF-8";

body {
  background-color: rgb(231, 208, 176);
}
@media screen and (max-width: 480px) {
body {
  background-color: rgb(231, 208, 176);
}
}

.site-header {
  z-index: 5;
  padding-top: 65px;
  padding-bottom: 19px;
  padding-left: 24%;
  padding-right: 25%;
  background-color:rgb(231, 208, 176);
  width: 50.5%;
  height: 95px;
  top: 0;
  position: fixed;
  display: flex;
  justify-content: space-between; /アイテムの位置
} 

.site-header div {
  position: relative;
  background-color: rgb(231, 208, 176);
  justify-content: space-between; /アイテムの位置
}
@media screen and (max-width: 480px) {
.site-header {
  z-index: 5;
  width: 96.5%;
  padding-left: 0.5%;
  padding-right: 3%;
  background-color:rgb(231, 208, 176);
  top: 0;
  padding-top: 32px;
  position: fixed;
  font-family:serif;
  display: flex;
  justify-content:space-between;
}
.site-header div {
  position: relative;
  background-color: rgb(231, 208, 176);
  justify-content: space-between; /アイテムの位置
}
}

#humberger {
  z-index: 8;
  position: relative;
  height: 20px;
  width: 35px;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 40px;
}
#humberger div {
  position: absolute;
  left: 0px;
  height: 0.9px;
  width: 21px;
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
#humberger div {
  position: absolute;
  left: 0px;
  height: 0.9px;
  width: 21px;
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
}

#humberger div:nth-of-type(1) {
  bottom: 12px;
}
#humberger div:nth-of-type(2) {
  bottom: 6px;
}
#humberger div:nth-of-type(3) {
  bottom: 0;
}

------------

ul.ddmenu {
   z-index: 6;
   width: 100%;
   background-color: rgb(231, 208, 176); 
}


ul.ddmenu li {
   width: 35px;  
   background-color: rgba(255, 255, 255, 0.3);        
   list-style-type: none;
   position: relative;  
   top: 3px; 
}

ul.ddmenu a {
   background-color: rgb(231, 208, 176);
   color: black;
   font-size: 12px; 
   font-family: serif;             
   line-height: 0px;               
   text-decoration: none;           
   display: block;
   position: relative;
}
ul.ddmenu a:hover {
   background-color:rgb(231, 208, 176);
   position: relative;
}
@media screen and (max-width: 480px) { 
ul.ddmenu a {
   background-color: rgb(231, 208, 176);
   color: black;
   font-size: 12px; 
   font-family:serif;             
   line-height: 0px;               
   text-decoration: none;           
   display: block;
   position: relative;
}
ul.ddmenu a:hover {
   background-color:white;
   position: relative;
}
}

ul.ddmenu ul {
   padding: 0px 50px;
   display: none;
}

ul.ddmenu ul {
   display: none;       
   margin: 0px;        
   padding: 0px;       
   position: absolute; 
   left: -150px; 
}

ul.ddmenu li:hover ul {
   display: block;      
}

ul.ddmenu ul li {   
   width: 169.1px; 
   background-color: rgba(255, 255, 255, 0.3);              
}

ul.ddmenu ul li a {
   background-color: rgba(255, 255, 255, 0.3);  
   padding-left: 15px;
   line-height: 55px;   
   text-align: left;    
   font-weight: normal;
}
ul.ddmenu ul li a:hover {   
   background-color: white;
   color: black;
}


.body{
  z-index: 3;
  background-size: 100%;
  top: 0px;
  padding-top: 141px;
  width: 50%;
  padding-left: 24.2%;
  padding-right: 25.5%;
  text-align: center;
  background-color: rgb(231, 208, 176); 
}
@media screen and (max-width: 480px) {
.body{
  z-index: 3;
  width: 98%;
  top: 0px;
  padding-top: 153px;
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
  background-color: rgb(231, 208, 176); 
}
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.box{
  z-index: 4;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%; 
  background: rgb(231, 208, 176);
  position:relative;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
.box{
  z-index: 4;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%; 
  background: rgb(231, 208, 176);
  position:relative;
  padding-top: 2px;
}
}

.box p {
  position: absolute;
  color: black;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }

.box img {
  width: 100%;
  }
@media screen and (max-width: 480px) {
.box img {
  width: 100%;
}
}

.contenttitle {
    z-index: 4;
    width: 100%;
    border: 0px;
    padding-left: 0%;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
    color: white;
    font-size: 14px;
    font-family:serif;
    font-weight: bold;
    line-height: 9px;
}
@media screen and (max-width: 480px) {
.contenttitle {
    z-index: 4;
    width: 100%;
    border: 0px;
    padding-left: 0%;
    padding-top: 2px;
    padding-bottom: 0px;
    text-align: left;
    color: white;
    font-size: 12px;
    font-family:serif;
    font-weight: bold;
    line-height: 9px;
}
}
.contenttitle p {
    line-height: 9px;
    font-family:serif;
}
@media screen and (max-width: 480px) {
.contenttitle p {
    line-height: 9px;
    font-family:serif;
}
}


.content {
    z-index: 4;
    width: 100%;
    border: 0px;
    padding-left: 0%;
    padding-bottom: 18px;
    text-align: left;
    color: white;
    font-size: 14px;
    font-family:serif;
    line-height: 7px;
}
@media screen and (max-width: 480px) {
.content {
    z-index: 4;
    width: 100%;
    border: 0px;
    padding-left: 0%;
    padding-bottom: 3px;
    text-align: left;
    color: white;
    font-size: 12px;
    line-height: 7px;
    font-family:serif;
}
}

.content p{
  line-height: 7px;
  font-family:serif;
}

@media screen and (max-width: 480px) {
.content p{
  line-height: 7px;
  font-family:serif;
}