@charset "UTF-8";

/*HOME
-----------------------------*/
.home .section_main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
/*動画*/
.home #wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.pageDown a {
	padding-top: 80px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;	
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}
.pageDown a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.pageDown a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.pageDown a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.pageDown a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*メニュータイトル
-----------------------------*/
.menu_ttl_cn {
	text-align: center;
	margin-bottom: 40px;
}
.menu_ttl_cn > .ttl_en {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;	
}
.menu_ttl_cn > .ttl_en:before {
	padding-bottom: 25px;
	margin: 0 auto;
    content:" ";
    display:block;
    width: 44px;
    height:18px;
    background: url('images/top/ttl_icon_base.svg'); 
	background-repeat: no-repeat;
}
.section_contact .menu_ttl_cn > .ttl_en:before {
    background: url('images/top/ttl_icon_contact.svg'); 
	background-repeat: no-repeat;
}
/*ABOUT
-----------------------------*/
.section_about .lead{
	margin-bottom: 50px;
	font-size: 20px;
	font-size:　2.0rem;
	text-align:center;
}
.section_about .col6_ul01 {
	max-width: 768px;
	margin: 0 auto;
}
.section_about .col6 li {
    display: inline-block;
    /*width: calc(( 100% - 90px ) / 4);*/
    width: calc(( 100% - 40px ) / 3 - 2px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
/*.section_about .col6 li:nth-child(4n) {
    margin-right: 0px;
}*/
.section_about .col6 li:nth-child(3n) {
    margin-right: 0px;
}
.section_about .col6 li a {
 	display:block;
    width:100%;
    padding: 20px 10px;
}
.section_about .col6 li:last-child {
	margin-right: 0;
}
.section_about .col6 li figure {
	position: relative;
	height: 50px;
	margin-bottom: 10px;
}
.section_about .col6 li figure img {
	display: block;
	width: 27%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.section_about .col6 li h3 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.5;
}
.section_about .col6 li h3 span.en {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
/*ホバー回転*/
.section_about .col6 li:hover figure{
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.section_about .col6 li:hover figure{
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}

.section_about_box01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 60px;
	position: relative;
}

.section_about_box01_a {
	position: relative;
	top: -60px;
}

.section_about_box01_title {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: #FFF 1px solid;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.section_about_box01_content01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 20px 20px;
	border: #FFF 1px solid;
}

.section_about_box01_content01_img01 {
	max-width: 30%;
	width: 200px;
}

.section_about_box01_content01_textbox01 {
	max-width: calc(70% - 20px);
	margin-left: 20px;
}

.section_about_box01_content01_textbox01_text01 {
	margin: 0;
	padding-right: 30px;
	font-size: 16px;
	color: #FFF;
	line-height: 28px;
	text-align: left;
	position: relative;
}

.section_about_box01_content01_textbox01_text01_ico {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.section_about_box01_content01_textbox01_text01_ico:before,
.section_about_box01_content01_textbox01_text01_ico:after {
	content: "";
	width: 3px;
	height: 12px;
	background: #FFF;
	position: absolute;
	left: 10px;
}

.section_about_box01_content01_textbox01_text01_ico:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.section_about_box01_content01_textbox01_text01_ico:after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 480px) {

.section_about_box01 {
	margin-bottom: 30px;
}

.section_about_box01 a {
	display: block;
	width: 100%;
}

.section_about_box01_content01 {
	flex-flow: column wrap;
}

.section_about_box01_content01_img01 {
	margin-bottom: 20px;
}

.section_about_box01_content01_textbox01 {
	max-width: calc(100% - 20px);
	margin-left: 0px;
}

}

/*news
-----------------------------*/
.section_news{
	background-image:url('images/common/bg_wood.jpg');
    background-size: cover;
    width: 100%;
}
.section_news ul li{
	background-color: rgba(255,255,255,.8);
	margin-bottom: 20px;
}
.section_news ul li:last-child {
	margin-bottom: 0;
}
.section_news ul span {
	display: block;
}
.section_news ul span.date{
	float: left;
	padding-right: 20px;
}
.section_news span.more{
	float: right;
	font-weight: bold;
}
.section_news li a{
	display: block;
 	padding: 10px;	
}
.section_news li a:hover{
	background: rgb(229,229,229);
}

/*map
-----------------------------*/
.section_map .map {
	width: 100%;
	height: 400px;
}
/*eo
-----------------------------*/
.eo_page_img {
    width: 90%;
    margin:0 auto;
}
.eo_page_table_img {
    width: 90%;
    margin: 50px auto;
}
/*contact
-----------------------------*/
.section_contact > figure {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 50px;
}
.section_contact > .container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.section_contact h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
}
.section_contact .faq {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.section_contact .faq dt {
	background-color: #fff;
	color: #666;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
}
.section_contact .faq dd {
	margin-bottom: 20px;
}
.section_contact .faq dd:last-child {
	margin-bottom: 0;
}
.section_contact .contact_box {
	border-top: 1px dashed #fff;
	margin-top: 50px;
	padding-top: 50px;
}
.section_contact .contact_box .btn_submit {
	text-align: center;
}
.section_contact .form-group {
	margin-bottom: 20px;
}
.section_contact .form-group:last-child {
	margin-bottom: 0;
}
/*フォーム*/
.section_contact .contact_box form {
	color: #000;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
	padding:5px;
	margin: 5px 0 0;
	border-radius: 0;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #000;
  outline: 0;
 }
/*送信ボタン*/
.submit-btn{
	display: inline-block;
	border:none;
	border-radius: 0;
	outline:0;
	background-color: #000;
	color: #fff;
	font-size: 18px;
  	padding: 15px 100px;
}
.submit-btn:hover{
	background: #ccc;
}
/* --- お問い合わせフォーム --- */
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}