@charset "UTF-8";
/* CSS Document */
h1{
	background-color: #676A72;
	background-size: auto;
	margin: 0;
}



h5{
	font-family: 'Kiwi Maru', serif;
	color: #4C515D;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	
}

.wrap{
	width: 400px;
	height: 670px;
	margin: 0 auto;
	position: relative;
}
.images{
	
	background-image: url("image/top.png");
	background-repeat: no-repeat;
	height: 670px;
	width: 400px;
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	margin: 0;
}
.title{
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-10%,-90%);
	
}

div.center{text-align: center;
}

head{flex-direction: row
}
a href{width: 100px}

body{
	margin: 0;
	padding: 0;
	background-color: #D6D0CB;
	color:#4C515D;
	/*ページ全体の書体を設定（なくてもOK）*/
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho";
}

p{font-family: 'Kiwi Maru', serif;
	color: #4C515D;
	text-align: center;
	font-size: 12px;
}

h2{
	font-family: 'Kiwi Maru', serif;
	color: #4C515D;
	font-size: 25px;
	margin-top: 30px;
}

h3{background-color: #676A72;
  color: #E2DFDF;
  font-family: 'Kiwi Maru', serif;
  font-weight: normal;
  line-height: 30px;
  font-size: 12px;}

.Table {
	color: #4C515D;
	font-family: 'Kiwi Maru', serif;
width: 300px;
border-top: solid 2px #333;
border-bottom: solid 2px #333;
border-collapse: collapse;
font-size: 16px;
}
@media screen and (max-width: 600px) {
.Table {
font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	color: #4C515D;
	font-family: 'Kiwi Maru', serif;
	text-align: center;
}
}

.use{
	margin-left: 20px;
	display: flex;
	left: 20px;
}

.Table-Head-Row {
border-top: solid 2px #333;
border-bottom: solid 2px #333;
}
.Table-Head-Row-Cell {
padding-top: 0.75em;
padding-bottom: 0.75em;
padding-left: 0.5em;
padding-right: 0.5em;
}
.Table-Body-Row {
border-top: solid 2px #333;
border-bottom: solid 2px #333;
}
.Table-Body-Row-Cell {
padding-top: 0.75em;
padding-bottom: 0.75em;
padding-left: 0.5em;
padding-right: 0.5em;
}

/*フォーム*/
from div{
	margin-bottom: 16px;
}
label{
	font-family: 'Kiwi Maru', serif;
	color: #4C515D;
	font-size: 14px;
	display: block;
}

input[type="text"],
input[type="email"],
textarea{
	background: rgba(255,255,255,.5);
	border: 1px #6F737E;
	border-radius: 5px;
	padding: 10px;
	font-size: 1rem;
}

input[type="text"],
input[type="email"]{
	max-width: 100%;
}
textarea{
	width: 100%;
	max-width: 480px;
	height: 6rem;
}
input[type="submit"]{
	border: none;
	cursor: pointer;
	line-height: 1;
}

