html { scroll-behavior: smooth;}
body{
  color: #3a3a3a;
  margin: 0%;
  background-image: url(../pic/japanese-paper_00164\ 2.jpg);
  background-size: 100%;
  /* background-color:rgba(255,255,255,0.9);background-blend-mode:lighten; */
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
}
.head{
  background-color: #f5d1d7;
    text-align: center;
    position: relative;
  }
.sakura{
  position: absolute;
  top: 0px;
  left: 0px;
  
  width: 20%;
}
.home{
  display: inline-block;
font-size: 40px;
margin-bottom: 0%;
font-weight: 600;
position: relative;
z-index: 50;
}
.corpo{
  display: inline-block;
  font-size: 30px;
  padding-left: 20px;
  margin-bottom: 40px;
   margin-top: 7px;
   font-weight: 600;
}
.inner{
  margin: 0 auto;
  max-width: 931px;
  margin-bottom: 200px;
}
.fooder{
  background-color: rgb(232, 232, 232);
  height: 100px;
  text-align: center;
  position: relative;
}
.sakura-2{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 20%;
}
/* 上へ戻るレイアウト */
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #3fefee;
}



/* menu */
/****メニュー全体****/
#menu{
	/*配置*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}
/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 75px;
	height: 26px;
	background: rgba(200,200,200,1);
	/*配置*/
	overflow: hidden;
	position: absolute;
	right: 0;
  opacity: 0.9;
}
#menu div .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 18px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
	text-decoration: none;
}
#menu div .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
	text-decoration: none;
}
/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(200,200,200,1);
	width: 30%;
  padding-left: 20px;
  height: 170px;
	/*配置*/
	position: absolute;
	top: 10.4px;/*#menu divの高さ*/
	right: 0;
	display: none;
}
#menu li{
	/*デザイン*/
	padding:  10px;
	color: rgba(0,0,0,1);
	border-bottom: 1px rgba(255,255,255,1) solid;
	/*配置*/
	pointer-events: auto;
  list-style: none;
  font-size: 20px;
  
}
#menu ul li a{
  color: black;
	text-decoration: none;

}
/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

 #menu:target .menuclose{
	/*配置*/
	display: block;
	
} 
#menu:target ul{
	/*配置*/
	display: block;
}

.ul-p{
	padding-top: 0%;
	padding-bottom: 0%;
	margin: 16px 0px;
}



.hanbai{
  text-align: center;
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 100px; 
margin-top: 100px;
}








@media screen and (max-width: 650px) {
	/* 650px以下に適用されるCSS（スマホ用） */
 .home{
   font-size: 8vw;
 }
 .corpo{
   font-size: 6vw;
 }
 body{
   font-size: 17px;
 }
}




























