@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexHeader #gNavi .navi07 a img {
	visibility: hidden;
}

#gHeader {
	position: relative;
	z-index: auto;
}

#gHeader .header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	display: none;
	z-index: 2000;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
}

#gHeader .indexHeader {
	padding: 40px 0 19px;
	position: relative;
}

#gHeader .indexHeader .logo {
	margin-bottom: 42px;
	padding: 0;
	text-align: center;
	float: none;
}

#main {
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
}

#main h2 {
	text-align: center;
}

.indexHeader #gNavi {
	margin: 0 auto;
	width: 560px;
	position: static;
}

.indexHeader #gNavi li {
	opacity: 0;
	filter: alpha(opacity=0);
}

.indexHeader #gNavi .navi07 a {
	background: url("../img/common/index_link01_over.gif") no-repeat center top;
}

.indexHeader #gNavi li a {
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .mainImg {
	margin-bottom: 33px;
	height: 520px;
	overflow: hidden;
	position: relative;
}

#main .spMainImg {
	display: none;
}

#main .mainImg img {
	transition: transform 5.5s;
	-moz-transition: transform 5.5s;
	-webkit-transition: -webkit-transform 5.5s;
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
}

#main .mainImg .img0.active {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#main .mainImg .img1 {
	transform: scale(1.2);
    -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#main .mainImg .img1.active {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

#main .mainImg .img2 {
	left: 0 !important;
}

#main .mainImg .img2.active {
	transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
	-webkit-transform: translate3d(-150px, 0, 0);
}

#main .notice {
	margin: 0 32px 107px;
	font-size: 13px;
	color: #fff;
}

#main .notice .time {
	margin: 0 15px 0 20px;
}

#main .notice .time02 {
	margin-top: 10px;
	margin-left: 75px;
	display: inline-block;
}

#main .notice a {
	color: #fff;
	position: relative;
	display: inline-block;
}

#main .notice a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #main .notice a:after,
.ie9 #main .notice a:after {
	left: 0;
}

#main .notice a:hover:after {
	width: 100%;
}

#main .textImg {
	text-align: center;
	/*font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	max-width: 375px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#main .textImg p {
	margin-top: 27px;
	color: #fff;
	font-size: 14px;
	line-height: 2.1;
	/*font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}

#main .textImg p:first-child {
	margin-top: 0;
}

#main .link {
	position: relative;
	text-align: center;
}

#main .link a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#main .link a:before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
	content: "";
	background-color: transparent;
}

#main .link a:after {
	position: absolute;
	display: block;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

#main .link a:hover:after {
	left: 0;
	background-color: #eee;
}

#main .section02 .link a:hover:after {
	background-color: #B6B6B6;
}

#main .section03 .link a:hover:after {
	background-color: #BEAC91;
}

#main .section04 .link a:hover:after {
	background-color: #B6B6B6;
}

#main .section05 .link a:hover:after {
	background-color: #EEE;
}

#main .section05 .text {
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .section06 .link a {
	overflow: visible;
}

#main .section06 .link a:after {
	position: absolute;
	top: auto;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #main .section06 .link a:after,
.ie9 #main .section06 .link a:after {
	left: 0;
}

#main .section06 .link a:hover:after {
	width: 100%;
	background: #fff;
}

#main .innerUl li {
	width: 50%;
	float: left;
	position: relative;
}

#main .innerUl li > img {
	width: 100%;
}

#main .pho img {
	width: 100%;
}

#main .section01 {
	padding-bottom: 112px;
}

h2 {
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .section01 h2 {
	margin-bottom: 60px;
	position: relative;
	color: #D80002;
	
}

#main .section01 .textImg {
	margin-bottom: 60px;
	position: relative;
	color: #000;
}

#main .section01 .textImg01 {
	max-width: 645px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#main .section01 .textImg01 p {
	color: #000;
	letter-spacing: 0.05em;
}

#main .section02 {
	background-color: #fff;
}

#main .section02 h2 {
	margin: 17% 0 10%;
}

#main .section02 .textImg {
	margin-bottom: 5%;
}

#main .section02 .textImg p {
	color: #000;
}

#main .section03 {
	background-color: #9A7D54;
}

#main .section03 h2 {
	margin: 13% 0 10%;
}

#main .section03 .textImg {
	margin-bottom: 5%;
}

#main .section03 .textImg01 {
	margin-bottom: 5%;
}

#main .section03 .textImg01 p {
	line-height: 2.3;
}

#main .section03 .innerUl li {
	float: right;
}


#main .section04 {
	padding-bottom: 85px;
	background-color: #fff;
}

#main .section04 .pho {
	margin-bottom: 90px;
	position: relative;
}
	
#main .section04 h2 {
	margin-bottom: 68px;
	position: relative;
}
	
#main .section04 .textImg {
	margin-bottom: 34px;
	position: relative;
}
	
#main .section04 .textImg01 {
	margin-bottom: 30px;
}
	
#main .section04 .textImg01 p {
	color: #000;
	line-height: 2.3;
}

#main .section05 {
	padding: 123px 0 0;
}

#main .section05 h2 {
	margin-bottom: 67px;
	position: relative;
	color: #D80002;
}

#main .section05 .textImg {
	margin-bottom: 34px;
	position: relative;
	color: #000;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.1em;
}

#main .section05 .textImg01 {
	margin-bottom: 34px;
}

#main .section05 .textImg01 p {
	line-height: 2.3;
	color: #000;
	margin-bottom:75px;
}

#main .section05 .link {
	margin-bottom: 117px;
	position: relative;
}

#main .section05 .pho {
	position: relative;
}

#main .section05 .address {
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
}

#main .section06 {
	padding: 146px 0 0;
}

#main .section06 h2 {
	margin: 15% 0 33px;
	position: relative;
}

#main .section06 .textImg {
	margin-bottom: 41px;
	position: relative;
}

#main .section06 .innerUl {
	margin: 0 auto;
	width: 1080px;
	position: relative;
}

#main .section06 .innerUl li {
	background-color: #000;
}

#main .section07 {
	background:linear-gradient(180deg,#fff 0%,#fff 50%,#7B2521 50%,#7B2521 100%);
	padding-bottom: 80px;
}

#main .section07 .item_wrap {
	display: flex;
	width: 960px;
	margin:0 auto 80px;
}

#main .section07 .item_wrap figure {
	width: 320px;
	height: 475px;
	background-image:url("../img/index/red_arrow_bottom.png"),url("../img/index/item_bg.jpg");
	background-repeat: no-repeat,no-repeat;
	background-size: 42px auto, auto auto;
	margin: 0;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#main .section07 .item_wrap figure:hover {
	filter: alpha(opacity=90);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)";  /* ie 8 */
    -moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.9;              /* Safari 1.x */
    opacity:0.9;
    zoom:1;
}

#main .section07 .name {
	text-align: center;
	color: #D80002;
	font-size: 1.8em;
	margin-bottom: 0.7em;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}

#main .section07 .explanation {
	width: 240px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8em;
} 

#main .section07 .item01 {
	background-position: center bottom 15px,left 10px  bottom;
}

#main .section07 .item02 {
	background-position: center bottom 15px,center bottom;
}

#main .section07 .item03 {
	background-position: center bottom 15px,center bottom;
}

#main .section07 .item01 img{
	width: 315px;
}

#main .section07 .item02 img{
	width: 319px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main .section07 .item03 img{
	width: 319px;
	margin-top: 30px;
	margin-bottom: 30px;
}


@media all and (min-width: 0) and (max-width: 768px)  {
	#gHeader {
		padding: 0;
	}
	
	#gHeader .header {
		min-width: inherit;
	}
	
	#gHeader .hInner .logo img {
		width: 180px;
		height: auto;
	}
	
	#gHeader .header .hInner {
		padding: 9px 16px 8px;
	}
	
	#gHeader .indexHeader {
		padding: 12px 20px;
	}

	#gHeader .indexHeader .spMenu {
		position: absolute;
		right: 15px;
		top: 20px;
		transform: scale(1.1);
	}
	
	#gHeader .indexHeader .logo {
		margin: 0 auto 5px;
		width: auto;
		float: none;
		text-align: left;
	}
	
	#gHeader .indexHeader h1 {
		margin-bottom: 0;
	}
	
	#main .innerUl li {
		width: 100%;
		float: none;
		min-height: auto !important;
	}
	
	#main .mainImg {
		margin-bottom: 53px;
	}
		
	#main .textImg p {
		font-size: 10px;
	}
	
	#main .notice {
		margin: 0 20px 41px;
	}
	
	#main .notice .time {
		margin: 3px 0 0;
		display: block;
	}
	
	#main .section01 {
		padding-bottom: 57px;
	}
	
	#main .section01 .textImg {
		margin-bottom: 28px;
		width: 90%;
	}
	
	#main .section01 .textImg01 {
		margin-bottom: 36px;
	}
	
	#main .section02 {
		padding: 49px 0 0;
	}
	
	#main .section02 h2 {
		margin: 0 0 41px;
	}
		
	#main .section02 .textImg {
		margin-bottom: 23px;
		width: 90%;
	}
		
	#main .section02 .textImg01 {
		margin-bottom: 25px;
	}
	
	#main .section02 .innerUl li:nth-child(3),
	#main .section02 .innerUl li:nth-child(4) {
		width: 50%;
		float: left;
	}
			
	#main .section02 .link {
		padding-bottom: 50px;
	}
	
	#main .section02 .button {
		margin-bottom: 80px;
	}
	
	#main .section03 {
		padding: 49px 0 0;
	}
	
	#main .section03 h2 {
		margin: 0 0 37px;
	}
	
	#main .section03 .textImg {
		margin-bottom: 22px;
		width: 90%;
	}
	
	#main .section03 .link {
		padding-bottom: 50px;
	}
	
	#main .section03 .button {
		margin-bottom: 80px;
	}
	
	#main .section04 {
		padding: 50px 0 0;
	}
	
	#main .section04 h2 {
		margin-bottom: 43px;
	}
	
	#main .section04 .textImg {
		margin-bottom: 23px;
	}
		
	#main .section04 .link {
		padding-bottom: 51px;
	}
	
	#main .section04 .pho {
		margin: 0;
	}
	
	#main .section05 {
		padding: 40px 0 0;
	}
	
	#main .section05 h2 {
		margin-bottom: 28px;
	}
	
	#main .section05 .textImg {
		margin-bottom: 22px;
	}
	
	#main .section05 .link {
		margin: 0 0 50px;
	}
	
	#main .section06 {
		padding: 46px 20px 0;
	}
	
	#main .section06 h2 {
		margin: 0;
		padding: 51px 0 30px;
	}
	
	#main .section06 .textImg {
		margin-bottom: 23px;
	}
	
	#main .section06 .link {
		margin-bottom: 0;
		padding-bottom: 44px;
	}
	
	#main .section06 .innerUl {
		width: auto;
	}
	
	#main .section07 {
		background: #7B2521;
		padding-bottom: 80px;
	}
	
	#main .section07 .item_wrap {
		flex-direction: column;
		width: 100%;
		margin:0 auto 40px;
		padding:5%;
		box-sizing: border-box;
	}
	
	#main .section07 .item_wrap figure {
		box-sizing: border-box;
		width: 100%;
		height: 26vw;
		background-image:url("../img/index/red_arrow_right.png");
		background-repeat: no-repeat;
		background-size: 15px auto;
		margin: 0;
		background-position: right 2% center;
		-webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
		background-color: #F0ECE7;
		padding:0 10% 0 5%;
		margin-bottom: 5%;
	}
	
	#main .section07 .name {
		text-align: left;
		margin-bottom: 0.1em;
		font-size: 16px;
		margin-top:0.5em;
	}
	
	#main .section07 .explanation {
		text-align: left;
		width: auto;
	}

	
	#main .section07 .item_wrap figure img {
		float: left;
		width:30%;
	}
	
	#main .section07 .item02 img {
		margin-top:3vw;
	}
	
	#main .section07 .item03 img {
		margin-top: 3vw;
	}
	
	#main .section07 .item_wrap figcaption {
		float:right;
		width: 65%;
		font-size: 10px;
	}
	
	#main .mainImg {
		height: 270px;
	}
		
	#main .pcMainImg {
		display: none;
	}
	
	#main .spMainImg {
		display: block;
	}

		
}

h2 {
	font-size: 2em;
}

.h2-1 {
	color: #bb9257;
}

.h2-2 {
	color: #000;
}

.h2-3 {
	color: #fff;
}

.text {
	color: #fff;
	font-size: 2.2em;
}

.text.text1 {
	color: #000;
}

.text.text2 {
	color: #fff;
}

@media all and (min-width: 0px) and (max-width: 768px) {
	.text {
		font-size: 1.2em;
	}
}

.copy {
	font-size: 1em;
	text-align: center;
	background-color: #fff;
	line-height: 5em;
	letter-spacing: 0.8em;
}

.ggmap {
position: relative;
padding-bottom: 510px;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 540px;
}