@charset "UTF-8";

/*ハンバーガー*/
#show ,#hide{
    cursor: pointer;
	position: fixed;
	width: auto;
	margin-left: 180px;
	margin-top: 10px;
  }

#menu {
    z-index: 1;
	
    position: fixed;

    top: 0;
    right: -320px;
	width: 320px;
    color: white;
	background-color: rgba(255,255,255,0.8);

	transition: .4s;
	
  }


/*ハンバーガーの具*/
ul#menuli{
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul#menuli li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
	text-align: left;
	margin-left: 100px;
}

ul#menuli li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 80px; /*左端からのアイコンまで*/
  color: pink; /*アイコン色*/
	
}



body.menu-open #menu{
	right: 0;
	margin-right:80px;
	
}

#wrapper{
	position: relative;
	overflow-x: hidden;
}








body { 
	font-family: "Sawarabi Mincho";
	text-align: center;	
	
	
	background-image: url("konbuimage/haikei.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size:cover;
	background-position: center;
	
	
	color:hsla(0,0%,32%,1.00);
	font-size: 10pt;
	line-height: 150%;
	
}

/*リンクのもじ*/
a{
  text-decoration: none;
}
a:link{
	color: hsla(0,0%,32%,1.00);
}
a:visited{
	color: palevioletred;
}


/*文字消す*/
h1{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1pt;
}


h2{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1pt;
}

h3{
	color:cadetblue;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1pt;
}


/*横スクロール*/
.horizontal-list{
	list-style: none;
	margin-left: 30px;
	margin-top: 10px;
}

img{
	width:100%;
	max-width: 100%;
	height: auto;
	margin-top: 0px;
}


.item{
	font-size: 10pt;
}




.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
	
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
	text-align: left;
	
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
	
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
	margin-top: 0px;
}

.open_btn {
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin:10px auto;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
	
}
.open_btn:hover{
    color:palevioletred;
    transition: .3s ease;
	
}
/*ポップアップココまで*/

/*パッケージ*/
img#hamapa{
  width: 150px;
  height: auto;
vertical-align:center;
}
img#umepa{
  width: 150px;
  height: auto;
}
img#kimupa{
  width: 150px;
  height: auto;
}

 
/*中身*/
img#hamana{
  width: 200px;
  height: auto;
　float: left;
}


img#umena{
  width: 200px;
  height: auto;
}



img#kimuna{
  width: 200px;
  height: auto;
}



img#top{
	margin: 0px;
}
img#mark{
	width: 50px;
	height: auto;
}

p#c{
    margin-top: 50px;
	width: 100%;
    background-color: rgba(0,0,0,0.4);
    color: white;
}

img#monomark{
	width: 50px;
}
img#face{
	width: 40px;
	margin-bottom: 3px;
}

/*タイトル*/
img#osya{
	height: 60px;
	width: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	
}

img#osu,#lineup,#azi,#shopping,#oto{
	height: 60px;
	width: auto;
	margin-bottom: 20px;
}

/*種類別文字*/
img#hamamozi,#umemozi,#kimumozi{
	height: 40px;
	width: auto;
}

img#hamamozi{
	float: right;
	margin-top: 60px;
	margin-right: 40px;
	
}

img#umemozi{
	float: left;
	margin-top: 70px;
	margin-left: 60px;
}

img#kimumozi{
	float: right;
	margin-top: 60px;
	margin-right: 30px;
}




