@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}
p,h1,h2,h3,h4,h5,a {
	color: #000;
}
li {
	color: #f00;
}
header li {
	color: #000;
	list-style-type: none;
}
.form_body {
	width: 650px;
	margin: 0 auto;
	position: relative;
	top: 100px;
}
.form_body h1 {
	margin: 0;
}
.form_wrapper {
	border: 1px solid #000;
}
.element_wrap {
	border-bottom: 1px solid #000;
}
.element_wrap:last-child {
	border: none;
}
span {
	color: #f00;
}
label {
	display: inline-block;
	background-color: #dcdcdc;
	width: 150px;
	padding: 20px 20px;
	height: 70px;
	line-height: 70px;
}
input {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 5px;
	line-height: 20px;
	padding: 0 5px;
}
.flex_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 50px;
}
.zip_box {
	display: inline-block;
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
.address_box {
	display: inline-block;
	text-align: left;
	width: 400px;
}
.address_box input {
	display: block;
	width: 400px;
	margin-right: auto;
}
.name_box {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	width: 400px;
}
.furigana_box {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	width: 400px;
}
.gender_box {
	display: inline-block;
	text-align: left;
	width: 400px;
}
.gender_box label {
	text-align: left;
	width: 80px;
}
.tel_box {
	display: inline-block;
	width: 400px;
	text-align: left;
}
.email_box {
	display: inline-block;
	width: 400px;
	text-align: center;
}
.email_box input {
	display: block;
	text-align: left;
	width: 400px;
}
.spouse_box {
	display: inline-block;
	text-align: left;
	width: 400px;
}
.spouse_box label {
	text-align: left;
	width: 80px;
}
.message_wrap {
	position: relative;
	height: 210px;
}
.message_label {
	position: relative;
	top: -145px;
	left: 0;
	display: inline-block;
	height: 170px;
}
.message_box {
	display: inline-block;
	width: 400px;
	height: 200px
	margin: 0 auto;
}
.message_box textarea {
	resize: none;
	width: 380px;
	height: 180px;
	margin: 0 20px 20px;
	position: relative;
	top: 10px;
}
.submit_btn {
	width: 600px;
	margin: 20px auto;
	text-align: center;
}
.submit_btn input {
	font-size: 16px;
	background-color: #dcdcdc;
	padding: 20px 45px;
	border: none;
	border-radius: 0;
}
.error_list {
	border: 1px solid #f00;
	border-radius: 15px;
	color: #f00;
}
.btn_wrapper {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.btn_wrapper input {
	font-size: 16px;
	background-color: #dcdcdc;
	padding: 20px 45px;
	border: none;
	border-radius: 0;
}




.mobile_menu {
	display: none;
}
.mobile_nav {
	display: none;
}
.fas  {
	font-size: 100px;
	margin-right: 15px;
}
.container {
	text-align: center;
}
.arrow {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
  height: 30px;
  border-top: 2px solid #DCDDDD;
  border-right: 2px solid #DCDDDD;
  transform: rotate(135deg);
}
.btn {
	display: inline-block;
	width: 160px;
	color: #fff;
	background-color: #A7041A;
	padding: 10px 100px;
	position: relative;
}
.btn:hover {
	opacity: 0.8;
}
.btn:after {
	 content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 360px;
  border-style: solid;
  border-color: transparent transparent transparent #A7041A;
  border-width: 22px 22px 22px 10px;
  z-index: 1;
}
a {
	color: #f00;
	text-decoration: none;
}
.menu a {
	font-size: 13px;
}
header {
	height: auto;
	width: 100%;
}
.menu {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px grey;
	position: fixed;
	display: flex;
	justify-content: space-between;
	height: 75px;
	z-index: 100;
}
.menu ul {
	margin: 0;
}
.menu li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: center;
	line-height: 75px;
	color: #2F2725;
}
.menu li a {
	color: #2F2725;
}
.menu li {
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu li::after {
	position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.menu li:hover::after {
	transform: scale(1, 1);
}
.entry_btn a {
	line-height: 75px;
	display: inline-block;
	background-color: #A7041A;
	color: #fff;
	padding: 0 70px;
}
.menu .header_logo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -120px;
}
.menu .header_logo img {
	width: 250px;
	
}
.entry_btn a:hover {
	opacity: 0.8;
}
.top_video {
	width: 100%;
}

.sub_entry_btn {
	text-align: center;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_video_mobile {
	display: none;
}

/*----------------------------------------フッターの設定*/
footer {
	text-align: center;
	position: relative;
	margin-top: 350px;
	width: 100%;
}
.footer_logo img {
	width: 520px;
}
.footer_link a {
	line-height: 50px;
	margin: 0 20px;
	color: #2F2725;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer_link a::after {
	position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer_link a:hover::after {
	transform: scale(1, 1);	
}
.footer_link {
	display: flex;
	justify-content: center;
}


