@charset"UTF-8";

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;

}

#background {
	background-color: #fbfaf5;
	border-top: solid 10px rgb(255, 72, 0);
}

.op {
	height: 550px;
	background-image:url(../image//メイン背景.png);
	background-repeat: repeat-y;
	background-size: 100%;
	border-bottom: solid 3px rgb(255, 72, 0);
}

.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 rgb(238, 190, 201);
	background-color: #fff;
	box-shadow: 2px 2px 6px  grey;
}

.bigtitle h1 {
	font-size: 35pt;
	/* 仮余白 */
	margin-right: 10px;
	margin-left: 30px;
	/* 仮余白 */
	font-family: "HGP行書体";
}

.bigtitle p {
	font-size: 55pt;
	text-align: end;
	font-family: "HGP行書体";
}

.menu {
	font-size: 32px;
	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: rgb(255, 255, 255);
	top: 43%;
	left: 42%;
	transform: translate(-50%,-50%);
	font-family: "HGP行書体";
}

.button2 {
	position: relative;/*相対配置*/
}

.button2 p {
	position: absolute;/*絶対配置 */
	color: rgb(255, 255, 255);
	top: 43%;
	left: 45%;
	transform: translate(-50%,-50%);
	font-family: "HGP行書体";
}

.information {
	list-style: none;
	box-sizing: border-box;
	position:relative;
	background-image:url(../image//はいけい2.png) ;
	background-size: 105%;
}

.h2 {
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 90px;
	text-align: center;
}

h2 {
	padding: 20px 30px;
	position: relative;
	font-size: 30pt;
	font-family: "HGP行書体";
	display: inline-block;
	background-color: #fbfaf5;
	border-radius: 2px;
	box-shadow:0 0 9px 1px rgb(255, 72, 0);
}

#area-2 h2 {
	margin-top: 70px;
}


h3 {
	position: relative;
	bottom: 21px;
	right: 10px;
	padding: 3px 0px;
	width: 180px;
	text-align: center;
	font-size: 20pt;
	font-family: "HGP行書体";
	color: #000; /*タイトル色*/
	background-image:url(../image//巻き.png) ;
	background-size: 120%;
   }

h4 {
	text-align: center;
	font-size: 25pt;
	margin-top: 30px;
	margin-bottom: 25px;
   }

h5 {
	text-align: center;
	font-size: 15pt;
	margin-top: 15px;
	margin-bottom: 5px;
   }

.text  {
	text-align: center;
	margin: 0px auto 150px auto;
	padding: 0px 25px 35px 25px ;
	max-width: 600px;
	width: 100%;
	line-height: 2;
	font-size: 14pt;
	color:#220000;
	background-image:url(../image//washi.jpg) ;
	box-shadow: 0 0 6px 1px maroon;
	border: 1px solid  maroon;
}

.text2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 60px;
	background-image:url(../image//washi2.jpg) ;
	color:white;
}

.left {
	text-align: left;
	/* border: solid; */
	padding-left: 28px;
}

#nagaku  {
	position: relative;
	bottom: 20px;
	right: 60px;
	padding: 3px 0px;
	width: 600px;
	height: 65px;
	text-align: center;
	font-size: 20pt;
	color: #000; /*タイトル色*/
	transform: rotate(-1deg);
	background-image:url(../image//maki2.png) ;
	background-size: 100%;
   }
   
.contact {
	height: 300px;
}

.contact-text {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	text-align: center;
	max-width: 400px;
	width: 100%;

	line-height: 2;
	font-size: 14pt;
	color:#220000;
	background-image:url(../image//washi.jpg) ;
	box-shadow: 0 0 6px 1px maroon;
	border: 1px solid  maroon;
}
  
footer {
	  text-align: center;
	  background-color: rgb(238, 190, 201);
}
  
img.same{
	height:auto;
	right:0px;
	bottom:10px;
	width:200px;
	position:fixed;
}  
  



