@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #0C0C0C;
	background-color: #F5ECF2;
	background: url(../images/bg.svg) repeat;
	background-size: 10%;
  font-family: "Roboto", 'Arial','Yu Gothic',"游ゴシック体",YuGothic,”游ゴシック Medium”, “Yu Gothic Medium”,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',メイリオ,sans-serif;
  font-weight: 600;
	word-wrap: break-word;
}
.font_garamond {font-family: 'Cormorant Garamond', serif;}
.font_raleway {font-family: 'Raleway', sans-serif;}

section,article {display: block;overflow: hidden;}
h2 {
  padding-top: 50px;
}
img {
	vertical-align: top;
	width: 100%;
}
a img {
	border-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}
li {list-style-type: none;}
a {
	color: #C11920;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	background: #f5f1f1;
	box-shadow: 0px 0px 30px -8px #c7c7c7;
	border-radius: 0px;
}
.wrap_wood {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	background: #f5f1f1;
	box-shadow: 0px 0px 30px -8px #c7c7c7;
	border-radius: 0px;
  background: url(../images/bg_content.jpg) repeat-y;
}
header {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
}
header h1 {
	width: 200px;
	margin: 0 auto;
	padding: 10px;
}
header h1 img {
	width: 100%;
}
h2 {
	font-size: 16px;
	text-align: center;
}
.company {
	width: 95%;
	margin: 0 auto 20px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
.company dt {
	width: 35%;
	margin: 0 0 5px;
	padding: 0 5px;
	text-align: center;
}
.company dd {
	width: 55%;
	margin: 0 0 5px;
	padding: 0 5px;
}
.mb80 {
	margin-bottom: 80px;
}
footer {
	width: 100%;
	max-width: 640px;
	margin: 0;
}
.copy {
	font-size: 13px;
	text-align: center;
	padding: 0 0 20px;
}

#contactForm {
  width: 90%;
  max-width: 450px;
  margin: 20px auto 100px;
}
label {
  font-weight: bold;
  display: block;
  margin: 2em 0.5em 0.5em;
  color: #603813;
}
.required {
  color: #a91b1b;
  margin-left: 0.5em;
  font-size: 0.96em;
}
input[type="text"], input[type="email"], textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #603813;
  border-radius: 5px;
  padding: 10px 1em;
  font-size: 1.25em;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;
}
textarea {
  height: 220px;
  border-radius: 5px;
  resize: vertical;
}
.submit-btn {
  margin: 20px auto;
  display: block;
  width: 50%;
  padding: 12px 0;
  background: #fff;
  background: #603813;
  border-radius: 100vh;
  font-size: 1.1em;
  color: #fff;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s;
}
.submit-btn:hover {
  background: #311c08;
  transition: all 0.3s;
}
.message-area {
  text-align: center;
}
.error-msg {
  color: #a91b1b;
  border: solid 2px #a91b1b;
  margin-bottom: 20px;
  padding: 5px;
}
.success-msg {
  color: #338066;
  border: solid 2px #338066;
  margin-bottom: 20px;
  padding: 5px;
}



.fix_button {
	position: fixed;
	width: 100%;
  height: 80px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4 , 160px);
bottom: env(safe-area-inset-bottom);}
.fix_button li {
  width: 100%;
  height: 100%;
}
.fix_button li a img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:640px){
	
  .fix_button {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
  }


}