@charset "utf-8";

/* common
-------------------------------------------------------*/
.serif {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1rem;
}
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 110px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 5rem;
	margin: 0 0 50px;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 50px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		font-size: 2.6rem;
		margin: 0 0 40px;
	}
}

/* color
-------------------------------------------------------*/
.white {
	color: #fff;
}
.white a {
	color: #fff;
}
.red {
	color: #a01618;
}
.bg_b {
	background: #333333;
}
.bg_red {
	background: #a01618;
}

/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	padding: 20px 50px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .logo img {
    max-width: 363px;
}
@media screen and (max-width:880px) {
	#header .logo img {
		max-width: 300px;
	}
}
@media screen and (max-width:768px) {
	#header {
		text-align: center;
		padding: 10px;
	}
	#header .logo img {
		max-width: 250px;
	}
}

/* nav
-------------------------------------------------------*/
#nav_pc ul  {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.8rem;
	margin-left: 50px;
}
#nav_pc ul li:not(:last-child) {
	margin-right: 50px;
}
#nav_pc ul li.contact a {
	background: #a01618;
	padding: 15px 50px;
	display: block;
}
@media screen and (max-width:1140px) {
	#header {
		padding: 20px;
	}
	#nav_pc ul  {
		font-size: 1.6rem;
		margin-left: 30px;
	}
	#nav_pc ul li:not(:last-child) {
		margin-right: 30px;
	}
	#nav_pc ul li.contact a {
		padding: 15px 30px;
	}
}
@media screen and (max-width:890px) {
	#nav_pc ul  {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:768px) {
	#nav_sp a {
		color: #fff;
		font-size: 2rem;
	}
	#btn_nav {
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 999;
		cursor: pointer;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		height: 18px;
	}
	#btn_nav span {
		display: inline-block;
		background: #333;
		width: 25px;
		height: 1px;
		transition: .5s;
		position: relative;
	}
	#btn_nav.active span {
		transform: translateY(9px) rotate(45deg);
		background: #fff;
	}
	#btn_nav.active span:nth-child(2) {
		transform: scaleX(0);
	}
	#btn_nav.active span:last-child {
		transform: translateY(-8px) rotate(-45deg);
	}
	#nav_sp .nav_cont,
	#nav_sp .nav_cont::after {
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	#nav_sp .nav_cont {
		overflow: auto;
		background: rgba(0,0,0,0.8);
		right: -100%;
		z-index: 998;
		transition: .5s;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#nav_sp .nav_cont.active {
		right: 0;
	}
	#nav_sp .nav_cont ul {
		width: 100%;
	}
	#nav_sp .nav_cont ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#nav_sp .contact a {
		background: #a01618;
		padding: 15px;
		display: block;	
		width: 100%;
		box-sizing: border-box;
	}
}


/* visual
-------------------------------------------------------*/
#visual {
	padding: 130px 50px;
	box-sizing: border-box;
	background: url(../img/visual.png)no-repeat center/cover;
}
#visual .inner {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;  
}
#visual .bg_box {
	background: rgba(0,0,0,0.4);
	max-width: 870px;
	padding: 50px 70px;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
	#visual {
		padding: 0;
		box-sizing: border-box;
		background: url(../img/visual.png)no-repeat center/cover;
	}
	#visual .inner {
		display: inherit; 
	}
	#visual .bg_box {
		background: none;
		max-width: 870px;
		padding: 0;
	}
}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
}
#footer.area {
	padding: 60px 20px;
}
#footer .logo {
    margin: 0 0 20px;
}
#footer .logo img {
    max-width: ;
}
#footer .txt {
    font-size: 90%;
    text-align: center;
    margin: 0 0 50px;
}
#footer .copy {
	font-size: 75%;
}
@media screen and (max-width:768px) {
	#footer.area {
		padding: 40px 20px;
	}
}


/* area01
-------------------------------------------------------*/
#area01 {
	background: url(../img/bg01.png)no-repeat top/cover;
}
#area01 ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
}
#area01 ul li {
	width: 30%;
	margin: 0 0 50px;
}
#area01 ul li:not(:nth-child(3n)) {
	margin-right: 5%;
}
#area01 ul li .img {
	margin: 0 0 20px;
}
#area01 ul li .txt {
	font-size: 1.8rem;
}
@media screen and (max-width:768px) {
	#area01 ul {
		flex-flow: column;
		align-items: center;
	}
	#area01 ul li {
		width: 80%;
		margin: 0 0 40px;
	}
	#area01 ul li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	#area01 ul li .img {
		margin: 0 0 20px;
	}
	#area01 ul li .txt {
		font-size: 1.6rem;
	}
}


/* area02
-------------------------------------------------------*/
#area02 {
	background: url(../img/bg02.png)no-repeat top/cover;
}
#area02 .border_box {
	border: 1px solid #fff;
	padding: 70px;
}
#area02 .txt {
	text-align: center;
	font-size: 4rem;
}
@media screen and (max-width:768px) {
	#area02 .border_box {
		padding: 50px 20px;
		margin: 0 20px;
	}
	#area02 .txt {
		text-align: center;
		font-size: 1.8rem;
	}
}


/* area03
-------------------------------------------------------*/
#area03 {
	background: url(../img/bg03.png)no-repeat top/cover;
}
#area03 dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: flex-start;
	font-size: 1.8rem;
}
#area03 dl:not(:last-child) {
	margin: 0 0 10px;
}
#area03 dl dt {
	background: #a01618;
	color: #fff;
	width: 20%;
	padding: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#area03 dl dd {
	width: 80%;
	padding: 20px 30px;
}
@media screen and (max-width:768px) {
	#area03 dl {
		font-size: 1.4rem;
	}
	#area03 dl:not(:last-child) {
		margin: 0 0 5px;
	}
	#area03 dl dt {
		width: 20%;
		padding: 10px 15px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#area03 dl dd {
		width: 80%;
		padding: 15px 0 15px 15px;
	}
}



/* contact
-------------------------------------------------------*/
#contact .inner {
	max-width: 920px;
}
#contact .table_temp {
	width: 100%;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 250px;
	text-align: left;
}
#contact tr th b {
	display: block;
	position: relative;
	font-weight: normal;
}
#contact tr.hissu th b::after,
#contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	width: 54px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#contact tr.hissu th b::after {
	content: "必須";
	background: #fb0208;
}
#contact tr.nini th b::after {
	content: "任意";
	background: #000000;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
}
#contact input[type="text"],
#contact select {
	height: 50px;
}
#contact textarea {
	min-height: 240px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.4;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #ccc;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 450px;
	height: 80px;
	border: none;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1;
    text-align: center;
	border: 1px solid #ffffff;
}
#contact .form_btn01 {
	background: #a01618;
}
#contact .form_btn02 {
	background: #333;
}
@media screen and (max-width:768px) {
	#contact .txt_head {
		font-size: 100%;
	}
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
}