@charset "utf-8";

	/* full ph caption */
	.ph {
		position: relative;
		z-index: 0;
	}
	.ph img {
		width: 100%;
	}
	.ph span {
		position: absolute;
		bottom: 8px;
		right: 8px;
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		color: #fff;
		z-index: 1;
		text-indent: -1.6em;
	}
    .ph span .sp {
		display: inherit;
	}

	#mainVisual {
		position: relative;
		height: 380px;
		background: url(../imgs/img-main.jpg) no-repeat center top;
		background-size: cover;
	}
	#mainVisual h2 {
		position: absolute;
		top: 200px;
		left: 0;
		width: 100%;
		text-align: center;

		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.hdrFixed #mainVisual h2 {
		top: 0;
		left: 0;
	}

	.titleA {
		line-height: 1.6;
	}
	h3.titleA {
		font-weight: bold;
	}
    h4.titleA {
		margin-bottom: 0;
		text-align: left;
	}

	.h {
		padding: 10px;
		background: #ad9752;
		text-align: center;
	}
	.httl {
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 1.6;
	}
    .httl .en {
		font-size: 10px;
		color: #AE984D;
		display: block;
	}
    .httl .note {
  font-size: 8px;
  letter-spacing: 0em;
	}

/* .section.num1 */
	.section.num1 {
		padding-bottom: 120px;
		text-align: center;
	}
	.lead {
		text-align: center;
		font-size: 16px;
		line-height: 2;
	}
.c-button {
  text-align: center;
  margin-top: 40px;  
}
.c-button a,
.c-button a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button a {
  background-color: #38353C;
  color: #fff;
  width: 30%;
  padding: 8px 0;
  text-decoration: none;
  display: block;
  position: relative;
}
.c-button a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
}
.c-button a:hover {
  background-color: #b32736;
}
.c-button a:hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
}
.hover{
  display: none;
}
/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal{
  display: none;
}
/* ホバー時に、ホバー時の文字を表示する */
a:hover .hover{
  display: inline;
}

@media only screen and (max-width: 900px) {
}

/* .section.num2 */
	.section.num2 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-01.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num3 */
	.section.num3 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-02.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num4 */
	.section.num4 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-01.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num5 */
	.section.num5 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-02.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
	.ph span {
		text-indent: 0;
	}
    .ph span .sp {
		display: none;
	}
}

/* .section.num6 */
	.section.num6 {
		padding-top: 100px;
		font-size: 12px;
		text-align: center;
	}
	.section.num6 .wrap {
		max-width: 581px;
	}
	.section.num6 .wrap .btn {
		position: absolute;
		top: 115px;
		right: 0;
	}
@media only screen and (max-width: 640px) {
	.section.num6 .wrap .btn {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
}

	.phList {
		overflow: hidden;
		letter-spacing: -.4em;
	}
	.phList li {
		display: inline-block;
		width: 33.33%;
		letter-spacing: normal;
		vertical-align: top;
	}
	.phList li img {
		vertical-align: top;
	}
@media only screen and (max-width: 640px) {
	.phList {
		margin-top: -20px;
	}
	.phList li {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.phList li img {
	}
	.phList li .ph img {
		width: 100%;
	}
    .ph span {
		text-indent: -1.6em;
	}
    .ph span .sp {
		display: inherit;
	}
}

	.clearfix.num1 .fl {
		width: 29.2%;
	}
	.clearfix.num1 .fr {
		width: 64.6%;
	}
@media only screen and (max-width: 640px) {
	.clearfix.num1 .fl,
	.clearfix.num1 .fr {
		width: auto;
	}
	.clearfix.num1 .fr {
		margin-top: 60px;
	}
}

	.boxA {
		padding: 60px;
		background: #fff;
	}
	.boxB {
		padding: 25px;
		background: #fff;
		border: solid 1px #d6cba8;
		font-size: 11px;
		line-height: 1.6;
	}
@media only screen and (max-width: 640px) {
	.boxA {
		padding: 30px;
	}
}

	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.clmBox.col2 {
		margin-left: -5%;
	}
	.clmBox.col2 > div {
		width: 45%;
		margin-left: 5%;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: -5%;
	}
	.clmBox.col3 > div {
		width: 28.33%;
		margin-top: 30px;
		margin-left: 5%;
	}

	.clmBox.col6 {
		margin-top: -20px;
	}
	.clmBox.col6 > div {
		width: 15%;
		margin-top: 24px;
		margin-left: 5%;
	}
@media only screen and (max-width: 900px) {
	.clmBox.icol2 {
		margin-top: -40px;
		margin-left: 0;
	}
	.clmBox.icol2 > div {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.clmBox.col3 > div {
		width: 46%;
	}
	.clmBox.col3 > div.clsp {
		clear:left;
	}
    .c-button a {
  width: 40%;
}
}
@media only screen and (max-width: 640px) {
	.clmBox.col2 {
		margin-top: -40px;
		margin-left: 0;
	}
	.clmBox.col2 > div {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col3 > div {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}

	.clmBox.col6 > div {
		width: 28.33%;
	}
    .c-button a {
  width: 100%;
}
}
@media only screen and (max-width: 480px) {
	.clmBox.col6 > div {
		width: 45%;
	}
}

	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .photo,
	.imgBox .txtArea,
	.imgBox .numb {
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.imgBox.num1 .numb {
		width: 70px;
		padding-right: 30px;
		text-align: left;
	}
@media only screen and (max-width: 480px) {
	.imgBox.num1 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num1 .numb {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #898989;
	}

	.imgBox.num2 .txtArea {
		font-size: 11px;
		line-height: 1.8;
	}
	.imgBox.num2 .photo {
		width: 137px;
		padding-right: 20px;
		text-align: left;
	}
@media only screen and (max-width: 480px) {
	.imgBox.num2 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num2 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num3 .txtArea {
		vertical-align: top;
	}
	.imgBox.num3 .photo {
		width: 520px;
		padding-left: 60px;
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num3 .txtArea {
		display: block;
	}
	.imgBox.num3 .photo {
		display: block;
		width: auto;
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
}

	.imgBox.num4 .photo {
		width: 250px;
		padding-right: 75px;
		text-align: left;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num4 .txtArea {
		display: block;
		margin-top: 40px;
	}
	.imgBox.num4 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num5 .txtArea {
		vertical-align: top;
		letter-spacing: 1px;
	}
	.imgBox.num5 .photo {
		width: 312px;
		padding-left: 30px;
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num5 .txtArea {
		display: block;
	}
	.imgBox.num5 .photo {
		display: block;
		width: auto;
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
}
