@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	min-width: 1080px;
	font: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 	color: #000;
 	margin: 0px;
}

/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

.noto{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

*/

.noto{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.pagetop {
    z-index: 1;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#wrapper{
	width:100%;margin:0 auto;position:relative;
	height: auto !important;
}

a {
	text-decoration: none;
	color: #000;
}


.f12px {
	font-size: 12px;
}

.f14px {
	font-size: 14px;
}

.f16px {
	font-size: 16px;
}

.f18px {
	font-size: 18px;
}

.f22px {
	font-size: 22px;
}

.f34px {
	font-size: 34px;
}

.fbold{
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ls {
	letter-spacing: 1px;
}

.lh {
	line-height: 28px;
}

.lh2 {
	line-height: 46px;
}


/* HEADER */

.header{
	width: 960px;
	margin:0 auto;
	position:relative;
	display: table;
}

.header img{
	vertical-align: top;
}

.logo {
	display: table-cell;
	vertical-align: middle;
}

h1 {
	font-family: 'Awesome Font', sans-serif;
	font-size: 24px;
	margin: 0px;
}


.fimenu {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	height: 90px;
	position: relative;
	padding: 0;
}

.fimenu ul {
	list-style: none;
	width: 120px;
	height: 30px;
	margin: 0;
}


.fimenu li.lang a {
	display: block;
	color: #f4cfc8;
	background: #a31d33;
	line-height: 30px;
	transition: 0.5s;
	text-align: center;
}

.fimenu li.lang ul {
	left: 0px;
	position: absolute;
	margin: 0px;
}


.fimenu li.lang ul li a{
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	color: #a31d33;
	background: #f4cfc8;
	line-height: 30px;
	text-align: center;
}

.fimenu li.lang:hover ul li a{
	overflow: visible;
	height: 30px;
}


.fimenu li.lang ul li a:hover {
	color: #fff;
}

.menu {
	width: 960px;
	margin:0 auto;
	position:relative;
	display: table;
}

.menu ul{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	list-style: none;
	text-indent: -1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}


.active {
	border-bottom: solid 2px #a31d33;
}

.menu a {
	padding-bottom: 10px;
}

.menu a:hover {
	border-bottom: solid 2px #a31d33;
}


/* MAIN */


h2 {
	font-size: 54px;
	text-align: center;
	margin-bottom: 96px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

h3 {
	font-size: 34px;
	margin: 0px;
	line-height: 40px;
}



/* MAIN_TOP */

.top_txt {
	width: 610px;
	margin: 0 auto 100px;
	text-align: center;
}

.top_txtjp {
	width: 700px;
	margin: 0 auto 100px;
	text-align: center;
}

h2.top {
	font-size: 54px;
	border-bottom: solid 3px #a31d33;
	margin-bottom: 36px;
}

.top_txtjp p {
	color: #a31d33;
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: -2px;
}

.top_txt p.en {
	color: #a31d33;
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: -2px;
}

.pict_box {
	width: 960px;
	height: 620px;
	margin: 0 auto 50px;
	padding: 0px;
	text-align: center;
}

.box_btn {
	display: inline-block;
	position: relative;
	padding: 0px;
}

.mr40px {
	margin-right: 34px;
}

.mb40px {
	margin-bottom: 32px;
}

.mb55px {
	margin-bottom: 45px;
}


.box_btn img {
	filter: brightness(60%);
}

.box_btn p {
	position: absolute;
	color: #fff;
	font-size: 38px;
	top: 50%;
	left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	line-height: 44px;
}

.box_btn:hover img{
	transition: 0.5s;
	filter: brightness(100%);
}

.box_btn:hover p{
	color: #a31d33;
}



/* MAIN_ABOUT */

.contents {
	display: flex;
	width: 960px;
	margin: 0 auto
}

.left_column {
	display: block;
}

.left_column table {
	width: 470px;
	text-align: left;
	padding: 0px;
	border-spacing: 0px;
}

.left_column table th  {
	width: 100px;
	border-bottom: solid 1px #000;
	padding: 10px 10px 10px 0px;
	vertical-align: top;
}

.left_column table td  {
	border-bottom: solid 1px #000;
	padding: 10px 20px 10px 0px;
	vertical-align: top;
}


.right_column {
	display: block;
}

.right_column img {
	display: block;
	margin: 0px 0px 40px 60px;
}

.gmap {
	display: block;
	width: 960px;
	margin: 80px auto 70px auto;
}


/* MAIN_FEATURE */

.main_column {
	width: 960px;
	margin: 0 auto 0px;
}

.photo_box {
	display: flex;
	width; 960px;
}

.photo_box2 {
	display: flex;
	width; 960px;
	margin-bottom: 70px;
}

.photo_box img {
	display: block;
	margin: 0px;
}

.photo_box2 img {
	display: block;
	margin: 0px;
}


.photo_box_new01 {
	display: flex;
	width; 960px;
	margin-bottom: 30px;
}

.photo_box_new01 img.lf {
	display: block;
	margin: 0px 30px 0px 0px;
}

.photo_box_new01 img.ri {
	display: block;
	margin: 0px 0px 0px 30px;
}

.photo_box_new02 {
	display: flex;
	width; 960px;
	margin-bottom: 30px;
}

.photo_box_new02 img.lf {
	display: block;
	margin: 0px 15px 0px 165px;
}

.photo_box_new02 img.ri {
	display: block;
	margin: 0px 165px 0px 15px;
}

.photo_box_new03 {
	display: flex;
	width; 960px;
	margin-bottom: 70px;
}

.photo_box_new03 img.lf {
	display: block;
	margin: 0px 30px 0px 0px;
}

.photo_box_new03 img.ri {
	display: block;
	margin: 0px 0px 0px 30px;
}


.main_box {
	width: 750px;
	margin: 50px auto 100px;
}

.iso_box {
	display: flex;
	max-width: 960px;
	margin: 0 auto 70px;
	background: #feedd5;
	padding: 50px;
}

.box_left {
	width: 400px;
	padding: 0;
}

.box_right {
	width: 560px;
	padding: 0;
}

h4 {
	font-size: 32px;
	color: #a31d33;
	margin: 0px;
	line-height: 36px;
}

.iso_box img {
	margin: 0px;
	vertical-align: top;
}



/* MAIN_PRODUCTS */

.pdf_box {
	width: 960px;
	margin: 50px auto 80px;
	text-align: center;
}

h3.products  {
	font-size: 32px;
	margin: 0px;
	letter-spacing: -2px;
}

h3.products_en  {
	font-size: 32px;
	margin: 0px;
}

.pdf_btnbox {
	width: 760px;
	margin: 50px auto 75px;
}

.ta_l {
	text-align: left;
}

.pdf_mark {
	font-size: 18px;
	color: #a31d33;
	background: #fff;
	vertical-align: top;
	padding: 0px 3px;
}



/* MAIN_FACILITY */

.item_title {
	width: 960px;
	border-bottom: solid 2px #a31d33;
	margin: 96px auto 35px;
}

.item_title2 {
	width: 960px;
	border-bottom: solid 2px #a31d33;
	margin: 54px auto 35px;
}


.item_box {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

.item_box2 {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto 30px;
}

.item_set {
	display: block;
	margin: 0px;
}

.item_name {
	display: block;
	border-bottom: solid 1px #a31d33;
	margin: 10px 0px 0px 0px;
}

.item_spec {
	margin: 10px auto 40px;
}


h5 {
	width: 780px;
	font-size: 24px;
	color: #fff;
	background: #a31d33;
	text-align: center;
	border-radius: 5px 5px 0 0;
	line-height: 50px;
	margin: 0px;
}


/* MAIN_CONTACT */

.contact_txt {
	width: 650px;
	margin: 0 auto;
}

.contact_txt a {
	color: #a31d33;
}

.contact_txt a:hover {
	text-decoration: underline;
}


.contact_form {
	width: 690px;
	margin: 50px auto 0px;
}

.contact_form input.text {
	width: 400px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.contact_form textarea{
	width: 400px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.contact_form table th{
	width: 500px;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
	padding-top: 10px;
}

.contact_form table td{
	font-size: 16px;
}

.required {
	width: 100px;
	vertical-align: top;
	padding-top: 10px;
}


.contact_form input.formBtn{
	background: #a31d33;
	width: 355px;
	height: 65px;
	border: solid 2px #fff;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	margin: 50px auto 0px;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 28px;
	text-align: center;
}

.contact_form input.formBtn:hover {
	background: #fff;
	color: #a31d33;
	border: solid 2px #a31d33;
	transition: 0.5s;
}


.alert_name, .alert_mail, .alert_mail02, .alert_inquiry {
	display: none;
	font-size: 10px;
	color: #cc0033;
	position: relative;
	top: -10px;
}


.error {
	display: none;
	width:592px;
	height: 24px;
	border: solid 1px #cc0033;
	margin: 0 auto;
	color: #cc0033;
	padding: 2px 0px 2px 10px;
}


.tel_info {
	width: 430px;
	line-height: 30px;
	margin: 100px auto 0px;
}

.tel_info_en {
	width: 430px;
	line-height: 30px;
	margin: 100px auto 0px;
}


/* PRIVACY POLICY */

.privacy_txt {
	width: 960px;
	margin: 0px auto 50px;
	border-bottom : solid 1px #000;
}

.privacy_body {
	width: 960px;
	margin: 0px auto 65px;
}


/* THANKS */

.thanks {
	width: 960px;
	height: 142px;
	display: block;
	margin: 350px auto 350px;
	border: solid 1px #a31d33;
	text-align: center;
}

.thanks_txt {
	margin-top: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #a31d33;
}



/* FOOTER */

.footer{
	width: 960px;
	margin:0 auto;
	text-align: center;
	padding: 50px;
}

.footer img{
	vertical-align: middle;
}

.footer .logo{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 20px;
}

.footer .mark{
	display: inline-block;
	margin: 70px 20px 30px 20px;
}

.footer .box{
	width: 960px;
	height: 300px;
	margin-bottom: 10px;
	border: solid 1px #000;
	text-align: center;
}

.footer .box p {
	margin-top: 28px;
}

.cntBtn{
	background: #a31d33;
	width: 760px;
	height: 80px;
	border: solid 2px #fff;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	font-size: 38px;
	margin-bottom: 20px;
	line-height: 80px;
}

.cntBtn:hover {
	background: #fff;
	color: #a31d33;
	border: solid 2px #a31d33;
	transition: 0.5s;
}


.obi {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	background: #a31d33;
	color: #fff;
	font-size: 11px;
}

.w960 {
	width: 960px;
	margin: 0 auto;
}


.obi a {
	text-decoration: none;
	color: #fff;
}

.obi a:hover {
	text-decoration: underline;
}
