@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

#background {
	width: 750px;
	height: 100%;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bg.png");
	background-repeat: repeat-y;
	border: 0px solid red;
	font-family: "HiraginoSans-W3", sans-serif;
	font-style: normal;
	position: relative;
}


#body {
	position: relative;
}

/* menu bar ここは触らない */
nav {
    height: 100px;
    background: #F5BABF;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 750px;
  }



#menubar  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  width: 50px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
/* ハンバーガーメニューのトップはここで調整 */
#background nav .menu-trigger {
	margin-left: 650px;
	margin-top: 25px;
}

#overlay{
	display: none;
	width: 750px;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(173,173,173,0.8);
	box-sizing: border-box;
	margin-top: 100px;
	padding: 0px;
}

#contents000{
	border: 0px solid purple;
	margin-top: 50px;
	width: 750px;
	height: 1000px;
	position: relative;
}

.twitter{
	position: absolute;
	border: 0px solid blue;
	margin-left: 140px;
	position: absolute;
}

.instagram{
	position: absolute;
	border: 0px solid blue;
	margin-left: 336px;
	position: absolute;
}

.facebook{
 position: absolute;
 border: 0px solid blue;
 margin-left: 540px;
 position: absolute;
}

.marushaminori01{
	margin-left: 97px;
	margin-top: 100px;
	position: absolute;
}

.shiplist02{
	margin-left: 418px;
	margin-top: 100px;
	position: absolute;
}

.workshop03{
	position: absolute;
	margin-left: 97px;
	margin-top: 382px;
}

.stateofthepast04{
	margin-left: 418px;
	margin-top: 382px;
	position: absolute;
}

.access05{
	margin-top: 663px;
	margin-left: 97px;
	position: absolute;
}

.qanda06{
	margin-top: 663px;
	margin-left: 418px;
	position: absolute;
}

#minoriwhite{
	padding-top: 15px;
	padding-left: 35px;
	position: absolute;
}

/*top*/
#top{
	margin-top: 90px;
	width: 750px;
	height: 1150px;
	border: 0px solid blue;
}
.relative{
	position: relative;
	padding-left: 130px;
	padding-top: 60px;
	z-index: 1;
}
.absolute02{
	position: absolute;
	padding-top: 40px;
	z-index: 2;
	padding-left: 45px;
}
.absolute03{
	position: absolute;
	padding-top: 410px;
	padding-left: 500px;
	z-index: 3;
}

#minorilogo{
	padding-left: 95px;
	padding-top: 65px;
}

#date{
	text-align: center;
	padding-top: 60px;
	font-size: 40px;
	color: rgba(112,112,112,1.0);
	font-weight: bold;
}

/*about*/

#about{
	width: 750px;
	height: 700px;
	border: 0px solid green;
	margin-top: 36px;
}

#aboutheading{
	position: absolute;
	border: 0px solid blue;
	margin-left: 150px;
	margin-top: -76px;
}

.coffee{
	position: absolute;
	border: 0px solid blue;
	margin-top: -631px;
	margin-left: 28px;
}

.juice{
	position: absolute;
	border: 0px solid blue;
	margin-left: 579px;
	margin-top: -667px;
}

.scissors{
	position: absolute;
	border: 0px solid blue;
	margin-top: -250px;
	margin-left: 34px;
}

.tableware{
	position: absolute;
	border: 0px solid blue;
	margin-left: 591px;
	margin-top: -223px;
}

.bag{
	position: absolute;
	boeder: 0px solid blue;
	margin-left: 33px;
	margin-top: -42px;
}

.egg{
	position: absolute;
	boeder: 0px solid blue;
	margin-left: 606px;
	margin-top: -46px;
}

#abouttext {
	padding-top: 80px;
	text-align: center;
	font-size: 25px;
	color: rgba(50,49,49,1.0);
}
/* contents */
#contents{
	width: 750px;
	height: 950px;
	border: 0px solid orange;
	margin-top: 10px;
	position: relative;
}

/* SNS 触らない*/
#sns01{
	border: 0px solid blue;
	position: absolute;
	margin-top: -181px;
}

/* information 触らない*/
#information {
	border: 0px solid green;
	text-align: center;
	font-size: 28px;
	color: #fff;
	margin-top: 30px; 
	padding-top: 300px;
	background-color: #F5BABF;
    width: 750px;
	height: 350px;
}

#topbutton{
	cursor: pointer;
	text-align: center;
}

