@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;	
}

/* about */
#aboutheading{
	position: absolute;
	border: 0px solid blue;
	margin-left: 150px;
	margin-top: 157px;
}

#about{
	padding-top: 155px;
	text-align: center;
}

#about2{
	color: rgba(50,49,49,1.0);
}

#a {
	padding-top: 100px;
	font-size: 25px;
}

#concept01 {
	padding-top: 80px;
}

#b {
	padding-top: 85px;
	font-size: 25px;
}

#concept02 {
	padding-top: 90px;
}
#c {
	padding-top: 70px;
	font-size: 25px;
}

#concept03 {
	padding-top: 90px;
}

/* 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;
}