@charset "utf-8";

/* =======================================

	Home CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.

========================================== */

/* 1.
========================================== */


/* Base */
#mainVisual_main  { 
	min-height: 800px;
}
#mainVisual_main h1  { 
	margin: 115px auto 44px;
	width: 360px;
}
#mainVisual_main p.txt_tate  { 
	width: 192px;
	margin: 0 auto 55px;
}
#mainVisual_main p.txt_tel  { 
	width: 340px;
	margin: 0 auto 30px;
}
#mainVisual_main p.txt_since  { 
	font-size: 1.8rem;
  letter-spacing: 2px;
  color: #fff;
}

.ec_wrap  {
	background-color: #e4dfdd;
	text-align: center;
}
.ec_wrap a  {
	display: inline-block;
	width: 90%;
	max-width: 640px;
}
.ec_wrap a img  {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.inner_wrap_fit.main_wrap {
	text-align: center;
}
.inner_wrap_fit.ph_wrap {
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	position: relative;
	display: block;
	text-align: center;
}
#contents .inner_wrap_fit.ph_wrap a {
	display: block;
	min-height: 600px;
}
.inner_wrap_fit.ph_wrap h2 {
	width: 256px;
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.inner_wrap_fit.ph_wrap h2 img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.inner_wrap_fit.ph_wrap h2::after {
	content: '';
  display: inline-block;
  background-size: contain;
	width: 145px;
  height: 15px;
  background-image: url(/images/base/img_arrow_wh.png);
  background-repeat: no-repeat;
  margin-top: 80px;
}
.inner_wrap_fit.ph_wrap a:hover h2  {
  opacity: .7;
}
.inner_wrap_fit.ph_wrap.about_ph_wrap {
	background-image: url(/images/base/ph_about.jpg);
}
.inner_wrap_fit.ph_wrap.history_ph_wrap {
	background-image: url(/images/base/ph_history.jpg);
}
.inner_wrap_fit.ph_wrap.products_ph_wrap {
	background-image: url(/images/base/ph_products.jpg);
}

#contents .inner_wrap_fit.txt_wrap {
	text-align: center;
	padding: 85px 0px 100px 0px;
	width: 95%;
	margin: 0 auto;
}

.contact_wrap  {
	background-color: #e4dfdd;
	text-align: center;
	height: 260px;
}
#contents .contact_wrap a  {
	display: block;
	text-decoration: none;
	color: #333;
	height: 100%;
	position: relative;
}
.contact_wrap a span {
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 1.3;
	display: block;
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.contact_wrap a span::after {
	content: '';
  display: block;
  background-size: contain;
	width: 100px;
  height: 10px;
  background-image: url(/images/base/img_arrow_bk.png);
  background-repeat: no-repeat;
	margin: 45px auto 0px;
}

footer {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
	#mainVisual_main  { 
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
	#mainVisual_main h1  { 
    margin: 5vh auto 44px;
    width: 50%;
  }
  #mainVisual_main p.txt_tate  { 
    width: 40%;
    margin: 0 auto 55px;
  }
  #mainVisual_main p.txt_tel  { 
    width: 80%;
    margin: 0 auto 30px;
  }
	#contents .inner_wrap_fit.txt_wrap .detail_text {
    text-align: left;
  }
  .inner_wrap_fit.ph_wrap {
    min-height: 60vw;
  }
	#contents .inner_wrap_fit.ph_wrap a {
    min-height: 60vw;
  }
	.inner_wrap_fit.ph_wrap h2 {
    width: 40%;
  }
  .inner_wrap_fit.ph_wrap h2 img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .inner_wrap_fit.ph_wrap h2::after {
    width: 100px;
    height: 10px;
    margin-top:40px;
  }
	.contact_wrap a span {
    font-size: 2.4rem;
  }
}


/* 英語ページ用
========================================== */

#category_home.en {
}

#category_home.en p.txt_tate {
	font-size: 2.8rem;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: #fff;
  width: 100%;
  margin: 0 auto 55px;
	line-height: 1.8;
	letter-spacing: 2px;
}
#category_home.en p.txt_tel { 
	width: 100%;
}
#category_home.en p.txt_tel a { 
	width: 100%;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}



