@charset "UTF-8";

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",
				"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

}

#background {
	background-color: #f5fbf8;
	border-top: solid 10px #fddbe4;
}

.op {
	height: 550px;
	background-image:url(../image/nemofira.png);
	background-repeat: no-repeat;
	background-size: 100%;

}

.flex { 
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	column-gap: 100px;
}


.bigtitle {
	/* margin-left: auto; */
	padding: 10px;
	height: 520px;
	width: 200px;
	/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* ここまで */
	border-bottom: solid 5px #fddbe4;
	background-color: #fff;
	box-shadow: 2px 2px 6px  rgb(128, 128, 128);
}

.bigtitle h1 {
	font-size: 32pt;
	/* 仮余白 */
	margin-right: 10px;
	margin-left: 30px;
	/* 仮余白 */
}

.bigtitle p {
	font-size: 45pt;
	text-align: end;
}

.menu {
	font-size: 25px;
	padding-top: 20px;
	/* margin-right: auto; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

.button1 {
	position: relative;/*相対配置*/
}

.button1 p {
	position: absolute;/*絶対配置 */
	color: black;
	top: 50%;
	left: 48%;
	transform: translate(-50%,-50%);
}

.button1 img {
	width: 250px;
}

.button2 {
	position: relative;/*相対配置*/
}

.button2 p {
	position: absolute;/*絶対配置 */
	color: black;
	top: 50%;
	left: 49%;
	transform: translate(-50%,-50%);
}

.button2 img {
	width: 250px;
}

.information {
 list-style:none;
  position: relative;
  box-sizing: border-box;

  background-image: url(../image/ネモフィラシームレス.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

.area{
	padding-top:70px;
}


.h2 {
	margin-bottom: 90px;
	text-align: center;
}

h2 {
	padding: 20px 30px;
	position: relative;
	font-size: 25pt;
	display: inline-block;
	background-color: #f8fdfd;
	border-radius: 2px;
	border: dashed 5px #faff74;
	/* box-sizing: border-box 2px#e2f419; */
}

h3 {
	position: relative;
	bottom: 21px;
	right: 10px;
	padding: 3px 0px;
	width: 180px;
	text-align: center;
	font-size: 150%;
	color: #000; /*タイトル色*/
	<!-- background-color: #e7fbfb;
	border-left: 2px dotted rgba(0,0,0,.2);
	border-right: 2px dotted rgba(0,0,0,.2);
	box-shadow: 0 1px 2px #555756; -->
	transform: rotate(-1deg);
	background-image: url(../image/suisai.jpg)
   }

.left_text{
	text-align: left;
	margin: 0px auto 120px auto;
	padding: 0px 25px 35px 25px ;
	max-width: 600px;
	width: 100%;
	line-height: 2;
	font-size: 17pt;
	background:  #f4fbff;
	box-shadow: 0 0 4px 1px #ef78dbec;
	border: 1px solid  #71dbe3;
}
.left_text {
	text-align: left;
	margin: 0px auto 120px auto;
	padding: 0px 25px 35px 25px ;
	max-width: 600px;
	width: 100%;
	line-height: 2;
	font-size: 16pt;
	background:  #eaf2fa;
	border: dashed 3px #faff74;
	background-image: url(../image/haru.jpg)
}
   
.contact {
	height: 300px;
}

.contact-text {
	margin: 0px auto;
	padding: 25px 0px 30px 0px;
	text-align: center;
	max-width: 400px;
	width: 100%;
    background: #f4fbff;
    box-shadow: 0px 0px 0px 10px #fddbe4;
    border: dashed 2px white;
}
  
footer {
	  text-align: center;
	  background-color: #fddbe4;
}
  
img.same{
	height:auto;
	right:0px;
	bottom:10px;
	width:200px;
	position:fixed;
}  
  




