@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
common
=============================================== */
/* -----------------------------------------------
lay_mesh
----------------------------------------------- */
.lay_mesh_01 {
	width: 100%;
	height: 20px;
	background: url(../../img/contents/index/lay_mesh_01.jpg) repeat 0 0;
}


/* ===============================================
sec_main
=============================================== */
.sec_main .inner_sec {
	position: relative;
}

/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_main .view_range {
	position: relative;
	overflow: hidden;
}

.sec_main .view_range h2 {
	width: 200%;
	margin: 0 -50%;
	text-align: center;
}

.sec_main .view_range img {
	width: auto;
}

.sec_main .view_range .ex_main_pc {
	display: none;
}

.sec_main .view_range .ex_main_pc.on {
	display: block;
}

.sec_main .view_range .ex_main_sp {
	display: none;
}

.sec_main .view_range .ex_main_sp.on {
	display: block;
}

/* ===============================================
sec_about
=============================================== */
.sec_about {
	margin: 0 0 0 0;
}

.sec_about .inner_sec {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
about_01_range
----------------------------------------------- */
.sec_about .about_01_range {
	width: 100%;
	padding: 110px 0 110px 0;
	background-color: #BFB263;
}

.sec_about .about_01_range h4 {
	margin: 0 0 20px 0;
	font-size: 50px;
	text-align: center;
}

.sec_about .about_01_range h4 .fnt_s {
	font-size: 36px;
}

.sec_about .about_01_range .view_mass {
	margin: 0 0 45px 0;
	text-align: center;
}

.sec_about .about_01_range .txt_mass {
	font-size: 20px;
	text-align: center;
}

/* -----------------------------------------------
about_02_range
----------------------------------------------- */
.sec_about .about_02_range {
	width: 100%;
	padding: 110px 0 110px 0;
	background-color: #F9F8F4;
}

.sec_about .about_02_range h4 {
	margin: 0 0 20px 0;
	font-size: 48px;
	text-align: center;
}

.sec_about .about_02_range h4 .fnt_s {
	font-size: 36px;
}

.sec_about .about_02_range .view_mass {
	margin: 0 0 45px 0;
	text-align: center;
}

.sec_about .about_02_range .txt_mass {
	font-size: 20px;
	text-align: center;
}

.sec_about .about_02_range .txt_mass .fnt_l {
	font-size: 26px;
	font-weight: bold;
}


/* ===============================================
sec_works
=============================================== */
.sec_works {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
gallery_range
----------------------------------------------- */
.sec_works .gallery_range .gallery_mass {
	width: 100%;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_works .gallery_range .gallery_mass .lt_area {
	width: 50%;
}

.sec_works .gallery_range .gallery_mass .lt_area img {
	width: 100%;
	height: 100%;
}

.sec_works .gallery_range .gallery_mass .rt_area {
	position: relative;
	width: 50%;
}

.sec_works .gallery_range .gallery_mass .rt_area .view_block img {
	width: 100%;
	height: 100%;
}

.sec_works .gallery_range .gallery_mass .rt_area .txt_block {
	position: absolute;
	bottom: 4%;
	right: 4%;
	color: #ffffff;
	font-size: 17px;
	text-align: right;
	line-height: 1.8;
}

.sec_works .gallery_range .gallery_mass .rt_area .txt_block a {
	color: #ffffff;
	text-decoration: underline;
}

.sec_works .gallery_range .gallery_mass .rt_area .txt_block a:hover {
	opacity: 0.7;
}

.sec_works .gallery_range .gallery_mass .rt_area .txt_block .name {
	display: block;
	font-size: 22px;
	font-weight: bold;
}

/* -----------------------------------------------
works_range
----------------------------------------------- */
.sec_works .works_range {
	padding: 65px 0 205px 0;
	overflow: hidden;
}

.sec_works .works_range h3 {
	margin: 0 0 55px 0;
	font-size: 36px;
	text-align: center;
}

/* -----------------------------------------------
txt_mass
*/
.sec_works .works_range .txt_mass .tags {
	text-align: center;
	line-height: 1;
}

.sec_works .works_range .txt_mass .tags_01 {
	margin: 0 0 20px 0;
}

.sec_works .works_range .txt_mass .tags_02 {
	margin: 80px 0 50px 0;
}

.sec_works .works_range .txt_mass .tags li {
/*
	display: inline;
*/
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sec_works .works_range .txt_mass .tags li .txt {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.sec_works .works_range .txt_mass .tags_01 li:nth-child(1) .txt {
	left: -88px;
	color: #BFB263;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_01 li:nth-child(2) .txt {
	left: 73px;
	bottom: -25px;
	color: #BFB263;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_01 li:nth-child(3) .txt {
	left: 150px;
	bottom: -40px;
	color: #BFB263;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_02 li:nth-child(1) .txt {
	bottom: 45px;
	left: -30px;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_02 li:nth-child(2) .txt {
	bottom: -15px;
	left: 45px;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_02 li:nth-child(3) .txt {
	left: 175px;
	bottom: -30px;
	color: #BFB263;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_03 li:nth-child(1) .txt {
	left: 40px;
	color: #BFB263;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_03 li:nth-child(2) .txt {
	left: -140px;
	bottom: -130px;
	font-size: 36px;
}

.sec_works .works_range .txt_mass .tags_03 li:nth-child(3) .txt {
	left: -40px;
	bottom: -45px;
	font-size: 36px;
}


/* ===============================================
sec_access
=============================================== */
.sec_access {
	margin: 0 0 0 0;
}

.sec_access .inner_sec {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
map_range
----------------------------------------------- */
.sec_access .map_range #gmap {
	width: 100%;
	position: relative;
	height: 500px;
	z-index: 1;
}


/* ===============================================
sec_contact
=============================================== */
.sec_contact {
	margin: 0 0 0 0;
	background-color: #D3DFDF;
}

.sec_contact .inner_sec {
	padding: 30px 0 70px 0;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_contact .contact_range .address_mass {
	margin: 0 0 60px 0;
	color: #000000;
	font-size: 18px;
	text-align: center;
}

.sec_contact .contact_range .view_mass {
	margin: 0 0 32px 0;
	text-align: center;
}

.sec_contact .contact_range .info_mass {
	margin: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_contact .contact_range .info_mass a:hover {
	opacity: 0.7;
}

.sec_contact .contact_range .info_mass .mail_area {
	margin: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_contact .contact_range .info_mass .mail_area .icon_block {
	display: inline-block;
	content: "";
	margin: 0 25px 0 0;
	padding: 0 0 0 0;
	width: 38px;
	height: 25px;
	background: url(../../img/contents/index/sec_contact_contact_info_mail_icon_01.jpg) no-repeat 0 0;
	background-size: contain;
}

.sec_contact .contact_range .info_mass .mail_area .txt_block {
	padding: 0 0 0 0;
}

.sec_contact .contact_range .info_mass .mail_area .txt_block a {
	color: #000000;
	font-size: 28px;
	line-height: 1.1;
}

