@charset "utf-8";
/* ============================================================ */
/* header */
/* ============================================================ */
#index header {
	/*margin: 422px 0 0 0;*/
	position: absolute;
	top: 353px !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#index header {
		position: absolute;
		top: 350px !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#index .header_inquiry .inquiry_inner {
		position: absolute;
		top: 0;
		right: 0;
	}
}


/* ============================================================ */
/* #contents */
/* ============================================================ */
#index #contents {
	margin: 140px 0 0 0;
}


/* ============================================================ */
/* #visual */
/* ============================================================ */
#index #mainimages {
	height: 510px;
}

#index #mainimages ul li {
	/*position: relative;*/
	width: 2000px;
	height: 510px;
}

#index #mainimages ul li div {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

#index #mainimages ul li div h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#index #mainimages ul li div h1 span {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}


/* ============================================================ */
/* .index_information */
/* ============================================================ */
#index .index_information {
	margin: 30px auto 40px auto;
	width: 1000px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}


/* .index_news
------------------------------------------------------------ */
#index .index_news {
	background: #ffe7ef;
	border-radius: 5px;
	width: 649px;
	padding: 7px;
	display: flex;
}


/* .ttl_news */
#index .index_news .ttl_news {
	background: url(/common/img/common/bg_pattern01.png) 0 0 repeat;
	width: 180px;
	box-sizing: border-box;
	position: relative;
}

#index .index_news .ttl_news .ttl_news_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 180px;
	height: 70px;
}

#index .index_news .ttl_news h2 {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#index .index_news .ttl_news .btn {
	text-align: center;
	margin: 0 auto;
	padding: 7px 0 5px 0;
	display: block;
	width: 150px;
	font-size: 1.3rem;
}


#index .index_news ul {
	background: #fff;
	padding: 0 15px;
	width: 440px;
}

#index .index_news ul li {
	border-bottom: 1px dotted #c6c6c6;
	width: 100%;
}

#index .index_news ul li:last-of-type {
	border-bottom: none;
}

#index .index_news ul li a {
	padding: 8.5px 0;
	display: flex;
	flex-wrap: wrap;
}

#index .index_news ul li a time {
	font-weight: bold;
	color: #626262;
	font-size: 1.2rem;
	/*width: 85px;*/
}

#index .index_news ul li a div {

}

#index .index_news ul li a div span {
	white-space: nowrap;
	width: 120px;
	margin: 0 0 0 10px;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	display: block;
}

#index .index_news ul li a div .ico_info {
	background: #f56797;
}

#index .index_news ul li a div .ico_cons {
	background: #f17703;
}

#index .index_news ul li a div .ico_event {
	background: #619816;
}

#index .index_news ul li a div .ico_memorial {
	background: #9c66c2;
}

#index .index_news ul li a div .ico_blog {
	background: #47bcb0;
}

#index .index_news ul li a div .ico_cat32 {
	background: #854718;
}

#index .index_news ul li a div .ico_cat41 {
	background: #4dabfa;
}

#index .index_news ul li a div .ico_cat42 {
	background: #067e55;
}

#index .index_news ul li a p {
	/*width: 250px;*/
	font-size: 1.25rem;
	width: 100%;
}


/* .bnr_index_map
------------------------------------------------------------ */
#index .bnr_index_map {
	width: 326px;
}

#index .bnr_index_map a {
	margin: 0 0 10px;
	display: block;
}


/* ============================================================ */
/* .index_bnr */
/* ============================================================ */
#index .index_bnr {
	background: url(/common/img/common/bg_pattern02.png) 0 0 repeat-x;
	padding: 20px 0;
}

#index .index_bnr ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#index .index_bnr ul li {
	width: 326px;
}

#index .index_bnr ul li:nth-of-type(3) {
	margin: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#index .index_bnr ul li a img {
		width: 326px;
		height: 110px;
	}
}




/* ============================================================ */
/* .ttl_index_common */
/* ============================================================ */
#index .ttl_index_common {
	background: url(/common/img/common/bg_ttl_btm.png) center bottom no-repeat;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 4000;
}

#index .ttl_index_common div {
	background: url(/common/img/common/bg_ttl_pinkleaf.png) center top no-repeat;
	padding: 30px 0 10px 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#index .ttl_index_common div {
		background: url(/common/img/common/bg_ttl_pinkleaf@2x.png) center top no-repeat;
		background-size: 714px 116px;
	}
}

#index .ttl_index_common div h2 {
	font-size: 2.8rem;
	color: #f66796;
	font-weight: bold;
}




/* ============================================================ */
/* .index_beginner */
/* ============================================================ */
#index .index_beginner .index_beginner_inner {
	background: url(/common/img/common/bg_pattern03.png) 0 0 repeat;
	margin: -20px 0 0 0;
	padding: 40px 0;
}

#index .index_beginner .index_beginner_inner ul {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

#index .index_beginner .index_beginner_inner ul li {
	margin: 0 11px 20px 0;
	width: 326px;
	background: url(/common/img/common/bg_pattern05.png) 0 0 repeat;
	border-radius: 0 0 5px 5px;
}

#index .index_beginner .index_beginner_inner ul li a {
	display: block;
}

#index .index_beginner .index_beginner_inner ul li:nth-of-type(1) {
	margin: 0 11px 20px 0;
}

#index .index_beginner .index_beginner_inner ul li:nth-of-type(3) {
	margin: 0 0 20px 0;
}

#index .index_beginner .index_beginner_inner ul li:nth-of-type(4) {
	margin: 0 11px 20px 0;
}

#index .index_beginner .index_beginner_inner ul li:nth-of-type(6) {
	margin: 0 0 20px;
}

#index .index_beginner .index_beginner_inner ul li:nth-of-type(7) {
	margin: 0;
}

#index .index_beginner .index_beginner_inner ul li .img_beginner {
	border-radius: 5px 5px 0 0;
}

#index .index_beginner .index_beginner_inner ul li div {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	background: url(/common/img/common/bg_pattern05.png) 0 0 repeat;
	border-radius: 0 0 5px 5px;
}

#index .index_beginner .index_beginner_inner ul li div .num_beginner {
	border-radius: 0 0 0 5px;
	background: url("/common/img/common/bg_pattern08.png") -15px 0 repeat;
	background-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	padding: 10px 5px;
	overflow: hidden;
}

#index .index_beginner .index_beginner_inner ul li div .num_beginner img {
	width: 100% !important;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#index .index_beginner .index_beginner_inner ul li div img {
		width: 65px;
		height: 65px;
	}
}


#index .index_beginner .index_beginner_inner ul li div h3 {
	font-size: 1.4rem;
	color: #7e4417;
	line-height: 1.4;
	font-weight: bold;
	width: 80%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#index .index_beginner .index_beginner_inner ul li div h3 span {
	font-size: 1.1rem;
	color: #3e3e3e;
	display: block;
	margin: 1px 0 0;
}




/* ============================================================ */
/* .index_customer */
/* ============================================================ */
#index .index_customer {
	padding: 0 0 60px 0;
}

#index .index_customer .ttl_index_common {
	padding: 0;
	margin: 0 0 25px 0;
	background: none;
}

#index .index_customer ul {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#index .index_customer ul li {
	margin: 0 11px 0 0;
	width: 326px;
	float: left;
	background: url(/common/img/common/bg_pattern04.png) 0 0 repeat;
	border-radius: 5px;
}

#index .index_customer ul li:last-of-type {
	margin: 0;
}

#index .index_customer ul li a {
	color: #fff;
	padding: 0 25px 35px 25px;
	display: block;
	width: 276px;
	background: url(/common/img/index/bg_customer_btm.png) right bottom no-repeat;
}

#index .index_customer ul li img {
	margin: 0 -25px;
	border-radius: 5px 5px 0 0;
	width: 326px;
	height: 210px;
}

#index .index_customer ul li h3 {
	border-bottom: 1px solid #693c19;
	color: #fdebdf;
	font-size: 1.9rem;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}

#index .index_customer ul li p:nth-of-type(1) {
	border-top: 1px solid #906949;
	padding: 15px 0 0 0;
}

#index .index_customer ul li p:nth-of-type(1) span {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 5px 0;
}




/* ============================================================ */
/* .index_secret */
/* ============================================================ */
#index .index_secret {
	background: url(/common/img/index/bg_index_secret.jpg) center top no-repeat;
	padding: 50px 0;
}

#index .index_secret h2 {
	font-size: 2.8rem;
	color: #6f411d;
	font-weight: bold;
}

#index .index_secret ul {
	width: 1000px;
	padding: 40px 0 0 0;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#index .index_secret ul li {
	margin: 0 11px 3px 0;
	width: 326px;
	float: left;
	border-radius: 5px;
	background: url(/common/img/common/bg_pattern01.png) 0 0 repeat;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

#index .index_secret ul li:last-of-type {
	margin: 0;
}

#index .index_secret ul li a {
	display: block;
	padding: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 1.9rem;
}

#index .index_secret ul li img {
	border-radius: 5px 5px 0 0;
	margin: 0 0 10px 0;
}

#index .index_secret ul li a img {
	width: 326px;
	height: 230px;
}

#index .index_secret ul li p {
	font-weight: bold;
}

#index .index_secret ul li p br {
	display: none;
}

#index .index_secret ul li p i:before {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
}

#index .index_secret ul li .img_blog {
	position: absolute;
	top: -32px;
	left: 18%;
}




/* ============================================================ */
/* .index_faq */
/* ============================================================ */
#index .index_faq .ttl_index_common .btn {
	margin: 10px 0 0 0;
	width: 140px;
}


#index .index_faq .ttl_index_common div form {
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	border: none;
}

#index .index_faq .ttl_index_common div form input[type="text"] {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	width: 296px;
	height: 30px;
	padding: 0 2px;
	background: #fff;
	border: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin: 0 !important;
	font-size: 1.3rem;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #fa80aa;
	border-right: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#index .index_faq .ttl_index_common div form input[type="image"] {
		border-radius: 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#index .index_faq .ttl_index_common div form input[type="image"] {
		border-radius: 0;
	}
}

#index .index_faq .index_faq_inner {
	background: url(/common/img/common/bg_pattern03.png) 0 0 repeat;
	margin: -20px 0 0 0;
	padding: 40px 0;
}

#index .index_faq .index_faq_inner ul {
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	width: 1000px;
	background: url(/common/img/common/bg_pattern05.png) 0 0 repeat;
	margin: 0 auto;
	text-align: left;
}

#index .index_faq .index_faq_inner ul li {
	border-bottom: 1px dotted #ecb4c2;
}

#index .index_faq .index_faq_inner ul li:last-of-type {
	border-bottom: none;
}

#index .index_faq .index_faq_inner ul li a {
	/*padding: 25px 40px 25px 130px;
	background: url(/common/img/index/ico_index_faq.png) 40px center no-repeat;*/
	display: block;
	padding: 25px 40px;
}

#index .index_faq .index_faq_inner ul li .txt_question {
	font-size: 1.8rem;
	color: #7b4317;
	font-weight: bold;
	background: url(/common/img/index/ico_faq_question.png) 0 0 no-repeat;
	padding: 3px 0 0 55px;
	min-height: 41px;
	margin: 0 0 10px 0;
}

#index .index_faq .index_faq_inner ul li div {
	font-size: 1.4rem;
	color: #626262;
	background: url(/common/img/index/ico_faq_answer.png) 0 0 no-repeat;
	min-height: 41px;
	padding: 0 0 0 55px;
}




/* ============================================================ */
/* .index_access */
/* ============================================================ */
#index .index_access {
}

#index .index_access .ttl_index_common {
	padding: 0;
	margin: 0 0 25px 0;
	background: none;
}

#index .index_access .ttl_index_common .btn {
	margin: 10px 0 0 0;
	width: 140px;
}


#index .index_access .index_access_inner {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#index .index_access .index_access_inner #map_canvas {
	width: 1000px;
	height: 350px;
	margin: 0 0 10px 0;
}

#index .index_access .index_access_inner p {
	float: left;
	font-size: 1.4rem;
}

#index .index_access .index_access_inner .btn {
	float: right;
	width: 110px;
	font-size: 1.3rem;
}









