body{
  background-image: url(../image/background.jpg);
  font-family: "凸版文久見出し明朝";
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

a{
  color:#fff;
  text-decoration: none;
  font-size: 18px;
}

ul{
  color:#fff;
  list-style: none;
  letter-spacing: 3px;
  padding: 0px;
}

h1{
  font-size: 78px;
  font-family: 'Didot';
  color: #000;
}

h2{
  font-size: 23px;
  letter-spacing: 4px;
  padding-bottom: 50px;
}

h3{
  color:#fff;
}

p{
  font-family: "Yu Mincho",serif;
  color:#fff;
  font-size: 14px;
}

.fadein{
  opacity:0 ;
  transform: translate(0,50px);
  transition: all 500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0,0);
}

#logo{
  padding: 30px 0 0 30px;
  cursor: pointer;
}

.main{
  max-width: 1450px;
  margin: 0 auto;
  padding:3%;
  text-align: center;
}

#menu-title_1{
  text-align: center;
  padding-bottom:10px;
}

#menu-title_2{
  text-align: center;
  padding-bottom:30px;

}

.menu-title {
  cursor:pointer;
  text-align: center;
  padding-bottom:35px;
  font-size:18px;
  font-weight: 200px;
}

.pass{
  padding-bottom:50px;
}

.alert{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
  font-family: "Yu Mincho",serif;
}

.password{
  width:80%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.form-control{
  margin-bottom: 10px;
}

.message{
  text-align: center;
  padding-bottom:50px;
}

.text {
  font-family: "Yu Mincho",serif;
  line-height: 28px;
  padding-bottom:20px;
}

.btn:hover{
  opacity: 0.6;
  transition:all 0.6s;
}

.section{
  overflow:scroll;
  margin:0 auto;
  padding:25px;
  width:90%;
  height:80%;
}

.section p{
  border-bottom: 1px solid #fff;
  margin-top:10px;
  margin-bottom:40px;
  padding-bottom:10px;
}

/*Shop_Product*/
.Caution{
  padding-bottom: 50px;
  font-size:16px
}


/**/
.Product{
  float:left;
  padding-bottom: 70px;
}

.item{
float:left;
width: 220px;
height:352px;
margin-right: 30px;
margin-bottom: 155px;
}

.image_item{
  background-color: #fff;
  margin:0 auto;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 8px gray;
  position: relative;
}

.image_item:active{
  box-shadow: 1px 1px 1px gray;
}

.detail{
  padding-left:10px;
  line-height: 8px;
}

.price{
  position: absolute;
  top:80%;
  color: #fff;
  background-color: #000;
  margin-left: 17px;
  padding: 0 15px;
  border-radius: 5px;
  line-height: 5px;
}

.name{
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}

.work{
  font-size: 17px;
  line-height: 22px;
}

/*Information*/

.box{
  padding-bottom: 20px;
}
.text{
  padding-bottom: 30px;
  margin: 0 auto;
  width: 95%;
}

.title{
  font-weight: bold;
}

.box_text{
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

/*Contact*/
.Entry{
  padding-top:70px;
  background-color: #fff;
  width:70%;
  border:0.2px solid #dcdcdc;
  padding-bottom:150px;
  margin: 0 auto;
  font-size: 17px;
}

.box_Entry{
  padding-left:40px;
}

.attention{
  font-size: 14px;
  color:#CD002D;
}

.span{
  display: inline;
  color:#CD002D;
}

.input_Entry{
  border:1px solid #c0c0c0;
  border-radius: 1px;
  float:right;
  width:65%;
  padding-top:5px;
  margin-right:40px;
}

.textinput_Entry{
  border:1px solid #c0c0c0;
  border-radius: 1px;
  float:right;
  width:65%;
  margin-right:40px;
}

.Sending_Entry{
  padding-top:250px;
  text-align: center;
}

.btn_Sending_Entry{
    color:#fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    height:70px;
    width:300px;
    background-color:#000;
    cursor: pointer;
}

.copyright_footer{
  font-family: sans-serif;
  text-align: center;
  height:22px;
}

.copyright_footer p{
  font-size: 13px;
}
