@charset "utf-8";
/* CSS Document */

/* COMMON */

html,body{
	font-family: "ヒラギノ角ゴpro", "HelveticaNeue-Light";
	background-color: #f7f6f2;
	color: rgb(77, 77, 77);
	}

p {
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	}

a {
	outline: none;
	color: #6e5143;
	text-decoration: underline;
	}
a:focus {
	outline: none;
	}
a:hover{
	text-decoration: none;
	}

dl {
	font-size: 0.8em;
	line-height: 1.8em;
	overflow: auto;
	float: left;
	width: 560px;
	color: #4c4c4c;
	}
dt {
	float: left;
	margin-right: 10px;
	width: 125px;
	}
dd {
	overflow: hidden;
	margin-bottom: 1px;
	}

.section {
	overflow: auto;
	}

.section__card {
	padding: 50px 80px;
	}

.section--p {
	text-align: center;
	}

::selection {
	background: #8AA9E0;
	color: #FFFFFF;
	text-shadow: none;
}





/* LAYOUT */

.wrapper {
	width: 100%;
	min-width: 1024px;
	max-width: 1600px;
	margin: 0 auto ;
	background-color: #fff;
	overflow: hidden;
	}

.container {
	background-color: #f7f6f2;
	}

.contents{
	width: 820px;
	margin: 0 auto;
	text-align: center;
	}
	
section {
	background-color: #fff;
	padding: 30px 35px;
	margin: 25px auto;
	text-align: left;
	}

.btm_pdng {
	padding-bottom: 50px;
	}



/* HEADER */

.header__logo {
	width: 267px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/header/logo.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 0;
	}

header {
	color: #d28f5d;
	margin: -5px auto 18px;
	}
	
header a, header a:hover{
	color: #d28f5d;
	text-decoration: underline;
	margin: 35px 35px; 
	}	



/* LANGUAGE MENU */

ul.intlnav, ul.intlnav li {
 	margin: 0; 
 	padding: 0;
	}
.intlnav__nav {
	width: 70px;

	float: right;	
	margin-right: 45px;
	}
.intlnav li{
	float: left;
	margin: 0 0;
	}

li.intlnav__jp, li.intlnav__jp, li.intlnav__jp--active {
	display: block;
	width: 31px;
	height: 23px;
	text-indent: -9999px;
	text-align: left;	
	}
li.intlnav__en, li.intlnav__en, li.intlnav__en--active {
	display: block;
	width: 28px;
	height: 23px;
	text-indent: -9999px;
	text-align: left;	
	}	
li.intlnav__jp {
	background: url('../images/header/intl_jp_none.jpg') no-repeat 0 0;
	}
li.intlnav__en {
	background: url('../images/header/intl_en_none.jpg') no-repeat 0 0;
	}
li.intlnav__jp--active,
li.intlnav__jp:hover {
	background: url('../images/header/intl_jp_line.jpg') no-repeat 0 0;
	}
li.intlnav__en--active,
li.intlnav__en:hover {
	background: url('../images/header/intl_en_line.jpg') no-repeat 0 0;
	}	



/* GLOBAL MENU */

ul.gnav, ul.gnav li {
 	margin: 0; 
 	padding: 0;
	}
.gnav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
.gnav__ul li a{
	float: left;
	margin: 0 0;
	}
	
ul li.gnav__news--jp a, ul li.gnav__news--jp a{
	display: block;
	width: 126px;
	height:58px;
	text-indent: -9999px;
	}
ul li.gnav__news--en a, ul li.gnav__news--en a{
	display: block;
	width: 126px;
	height:58px;
	text-indent: -9999px;
	}	
li.gnav__news--jp a{
	background: url('../images/header/news_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__news--en a{
	background: url('../images/header/news_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__news--jp a:hover{
	background: url('../images/header/news_line_jp.jpg') no-repeat 0 1px;
	}
li.gnav__news--en a:hover {
	background: url('../images/header/news_line_en.jpg') no-repeat 0 1px;
	}


ul.gnav, ul.gnav li {
 margin: 0; padding: 0;
}
ul li.gnav__projects--jp a, ul li.gnav__projects--jp a{
	display: block;
	width: 107px;
	height:58px;
	text-indent: -9999px;	
	}
ul li.gnav__projects--en a, ul li.gnav__projects--en a{
	display: block;
	width: 107px;
	height:58px;
	text-indent: -9999px;	
	}	
li.gnav__projects--jp a{
	background: url('../images/header/projects_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__projects--en a{
	background: url('../images/header/projects_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__projects--jp a:hover{
	background: url('../images/header/projects_line_jp.jpg') no-repeat 0 1px;
	}
li.gnav__projects--en a:hover {
	background: url('../images/header/projects_line_en.jpg') no-repeat 0 1px;
	}
	

/*works追加*/	
ul.gnav, ul.gnav li {
 margin: 0; padding: 0;
}
ul li.gnav__works--jp a, ul li.gnav__works--jp a{
	display: block;
	width: 107px;
	height:58px;
	text-indent: -9999px;	
	}
ul li.gnav__works--en a, ul li.gnav__works--en a{
	display: block;
	width: 107px;
	height:58px;
	text-indent: -9999px;	
	}	
li.gnav__works--jp a{
	background: url('../images/header/works_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__works--en a{
	background: url('../images/header/works_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__works--jp a:hover{
	background: url('../images/header/works_line_jp.jpg') no-repeat 0 1px;
	}
li.gnav__works--en a:hover {
	background: url('../images/header/works_line_en.jpg') no-repeat 0 1px;
	}


ul.gnav, ul.gnav li {
 margin: 0; padding: 0;
}
ul li.gnav__about--jp a, ul li.gnav__about--jp a{
	display: block;
	width: 134px;
	height:58px;
	text-indent: -9999px;	
	}
ul li.gnav__about--en a, ul li.gnav__about--en a{
	display: block;
	width: 134px;
	height:58px;
	text-indent: -9999px;	
	}	
li.gnav__about--jp a{
	background: url('../images/header/about_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__about--en a{
	background: url('../images/header/about_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__about--jp a:hover{
	background: url('../images/header/about_line_jp.jpg') no-repeat 0 1px;
	}
li.gnav__about--en a:hover {
	background: url('../images/header/about_line_en.jpg') no-repeat 0 1px;
	}


ul.gnav, ul.gnav li {
 margin: 0; padding: 0;
}
ul li.gnav__info--jp a, ul li.gnav__info--jp a{
	display: block;
	width: 190px;
	height:58px;
	text-indent: -9999px;	
	}
ul li.gnav__info--en a, ul li.gnav__info--en a{
	display: block;
	width: 190px;
	height:58px;
	text-indent: -9999px;	
	}	
li.gnav__info--jp a{
	background: url('../images/header/info_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__info--en a{
	background: url('../images/header/info_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__info--jp a:hover{
	background: url('../images/header/info_line_jp.jpg') no-repeat 0 1px;
	}
li.gnav__info--en a:hover {
	background: url('../images/header/info_line_en.jpg') no-repeat 0 1px;
	}



ul.gnav, ul.gnav li {
 margin: 0; padding: 0;
}
ul li.gnav__contact--jp a, ul li.gnav__contact--jp a{
	display: block;
	width: 134px;
	height:58px;
	text-indent: -9999px;	
	}
ul li.gnav__contact--en a, ul li.gnav__contact--en a{
	display: block;
	width: 134px;
	height:58px;
	text-indent: -9999px;	
	}	
li.gnav__contact--jp a{
	background: url('../images/header/contact_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__contact--en a{
	background: url('../images/header/contact_none_en.jpg') no-repeat 0 1px;
	}
li.gnav__contact--jp a:hover{
	background: url('../images/header/contact_line_jp.jpg') no-repeat 0 1px;
	}
li.gnav__contact--en a:hover {
	background: url('../images/header/contact_line_en.jpg') no-repeat 0 1px;
	}



.gnav__ul a,
.gnav__ul a::before,
.gnav__ul a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
	}



/* FOOTER */

footer {
	padding-top: 58px;
	padding-bottom: 0;	
	width:1050px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
footer a {
	color: #6e5143;
	text-decoration: none;
	}
footer a:hover {
	text-decoration: underline;
	}
.footer__logo--jp,.footer__logo--en, .fnav, address, .footer__arrow {
	float: left;
	}

.fnav {
	width:350px;
	margin: 0 0 0 5px;
	}	
.fnav--left,.fnav--right {
	margin: 2px 0;
	font-size: 0.8em;
	text-align: left;
	}
.fnav--left li,.fnav--right li{
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 30px;	
	}
.fnav--left {
	float: left;
	}
.footer__logo--jp {
	padding-left: 25px;
	}
.footer__logo--en {
	padding-left: 25px;
	}	
.footer__arrow {
	padding-left: 20px;
	}	



/* TEXT */

.contents__pjtext,
.section__h2,
.container__news__box li a,
.section__news li a,
.fnav--left a,
.fnav--right a,
.section--p__modal__m,
.section--p__modal__m2 {
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
}

.contents__pjtext {
	color: rgb(77, 77, 77);
	margin: 30px 0 30px 0 ;
	line-height:2.1em;
	}

.section__text {
	color: rgb(109, 81, 68);
	line-height: 2em;
	margin-bottom: 5px;
	}

.section__text--en {
	display: inline-block;
	width: 570px;
	}

.section__text--blck {
	color: rgb(77, 77, 77);
	margin-bottom: 20px;
	}

.section__h2 {
	font-size: 1.1em;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid rgb(207, 207, 207);
	padding-bottom: 10px;
	color: #6C4F47;
	}
.section__card p{
	line-height:2em;
	}
.section__card__date,
.container__news__box__date {
	font-family: "ヒラギノ角ゴpro", "HelveticaNeue-Light";
	}

.section__card__date {
	font-size: 0.7em;
	margin-right: 30px;
	}

.contents__pjtext--en {
	margin-bottom: 0;
	}



/* IMG */

.imgwrap{
	overflow: hidden;
	height: 400px;
	max-width: 1600px;
	position: relative;
	}

.imgwrap__box{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000%;
	height: 2000px;
	line-height: 2000px;
	margin: -1000px 0 0 -500%;
	text-align: center;
	}

.imgwrap__text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 888;
	}

.imgwrap__topimg {
	min-width: 1024px;
	width: 10%;
	position: relative;
	vertical-align: middle;
	left: 0;
	top: 0;
	}

.contents__mimg {
	margin-top: 45px;
	}

.section__pimg {
	margin: 0 41px 0 0;
	}

.section__pimg--chf {
	float: right;
	margin-top: -23px;
	}
.section__pimg--chfen {
	margin-top: -110px;
	}

.section__timg {
	margin-bottom: 12px;
	}

.contents--wide__tblleft--acs {
	margin-bottom: 20px;
	}

.contents__ldm {
	text-align: left;
	}

.contents__prct {
	margin-bottom: 30px;
	}



/* INDEX */

/* TOP IMG */

.imgwrap--index01 {
	height: 480px;
	max-width: 1066px;
	width: 66%;
	float: left;
	}

.imgwrap--index02 {
	height: 240px;
	max-width: 272px;
	width: 17%;
	float: left;
	}

.imgwrap--index03 {
	height: 240px;
	max-width: 266px;
	width: 16%;
	float: left;
	}

.imgwrap--indexbg {
	background: #e8c0a6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e8c0a6 0%, #be8c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e8c0a6), color-stop(100%,#be8c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #e8c0a6 0%,#be8c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #e8c0a6 0%,#be8c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #e8c0a6 0%,#be8c69 100%); /* IE10+ */
	background: linear-gradient(135deg,  #e8c0a6 0%,#be8c69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c0a6', endColorstr='#be8c69',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

.imgwrap__topimg--index {
	min-width: 683px;
	top: -2px;
	}

.imgwrap__topimg--index02 {
	min-width: 224px;
	}

.imgwrap__topimg--index03 {
	min-width: 224px;
	}

.imgwrap__text--tb {
	top: 155px;
	}

.imgwrap a:hover {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
	}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    
    100% {
        opacity: 1;
    }
	}

@keyframes flash {
    0% {
        opacity: .4;
    }
    
    100% {
        opacity: 1;
    }
	}


.a__grid {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
.a__grid--pj {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
.a__grid:hover,
.a__grid--pj:hover {
	opacity: 0.7;
	}


/* INDEX NEWS */

.container__news {
	clear: both;
	background: RGB(34, 34, 34);
	background-image: url(../images/index/index_news.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	height: 172px;
	}

.container__news__img {
	position: fixed;
	}

.container__news__box {
	padding: 6px 0 5px 172px;
	overflow: auto;
	}

.container__news__box li {
	border-top: 1px dotted #909090;
	padding: 5px;
	padding-left: 20px;	
	}
.container__news__box--lilast {
	border-bottom: 1px dotted #909090;
	}

.container__news__box li a,
.container__news__box li a:hover,
.container__news__box li a:visited,
.container__news__box li a:active {
	color: rgb(199, 199, 199);
	font-size: 0.8em;
	}

.container__news__box li a {
	text-decoration: none;
	padding: 0 25px;
	}
.container__news__box li a:hover {
	text-decoration: underline;
	}

.container__news__box__date {
	font-size: 0.5em;
	margin-right: 10px;
	}



/* INFO */

.container__tbl {
	width: 100%;
	}

.container__tblleft{
	width: 45%;
	text-align: right;
	background: #F1EEE7;
	padding: 30px;
	}

.container__tblleft a {
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	}

.container__tblleft a:hover {
	text-decoration: underline;
	}

.container__tblleft p {
	margin-bottom: 30px;
	}

.map{
	background: RGB(15, 24, 41);
	color: #fff;
	}
.map--g{
	padding: 0!important;
	}

.container__tblright{
	padding: 80px 30px;
	}

.container__infodl{
	width: 470px;
	line-height: 2.2em;
	}

.container__infodl dt {
	width: 155px;
	}
.container__tblleft--acs {
	margin-top: 20px;
	margin-bottom: 35px;	
	}



/* NEWS */

.section__news {
	padding: 0;
	}

.section__news li {
	border-top: 1px solid rgb(207, 207, 207);
	padding: 5px 0 2px;
	}

.section__news li a,
.section__news li a:hover,
.section__news li a:visited,
.section__news li a:active {
	color: #4C4C4C;
	font-size: 0.7em;
	}

.section__news li a {
	text-decoration: none;
	padding: 0 0;
	}
.section__news li a:hover {
	text-decoration: underline;
	}

.section__news--lilast {
	border-bottom: 1px solid rgb(207, 207, 207);
	}

.section__news__date {
	float: left;
	margin: 2px 24px 0 5px!important;
	}
.section__news__ttl	{
	overflow: hidden;
	width: 570px;
	display: block;
	float: left;
	font-size: 1.2em;
	}

.section__card li a {
	display: inline-block;
	padding: 0 ;
	}



/* MODAL */

.section--p__modal {
	background-color: #fff;
	padding: 15px 0;
	margin: 30px;
	border-top: 1px solid rgb(207, 207, 207);
	border-bottom: 1px solid rgb(207, 207, 207);
	overflow: auto;
	}

.section--p__modal__m {
	padding: 0 0 13px;
	}
.section--p__modal__p {
	border-top: 1px solid rgb(207, 207, 207);
	width: 170px;
	float: left;
	}
.section--p__modal__p img {
	margin: 20px 0 0;
	}

.section--p__modal__t {
	float: left;
	width: 540px;
	border-top: 1px solid rgb(207, 207, 207);
	padding: 20px 0;
	margin: 0 0 0 40px;
	color: #6b6b6b;
	}
.section--p__modal__t p{
	font-size:0.8em;
	line-height:2em;
	letter-spacing: 0.05em;
	}	

.section--p__modal__txt {
	padding: 20px 0 0;
	clear: both;
	border-top: 1px solid rgb(207, 207, 207);
	color: #6b6b6b;
	}

.section--p__modal__m2 {
	border-top: 1px solid rgb(207, 207, 207);
	padding: 18px 0 5px 0;
	margin: 20px 0 0;
	clear: both;
	}

.section--p__modal__dl, .section--p__modal__dl--aw {
	padding: 10px 0;
	font-size: 0.8em;
	width: 540px;
	}

.section--p__modal__dl dt {
	width: 100px;
	}
.section--p__modal--go dt {
	width: 70px;
	}

.section--p__modal__dl--aw dt {
	width: 122px;
	margin-right: 25px;
	}
.section--p__modal__dl--aw dd {
	min-height: 92px;
	margin-bottom: 20px;
	line-height: 1.5em;
	}

.aw--bold {
	font-weight: 600;
	}

.m2--nonebd {
	border: none;
	padding: 0;
	margin: 0;
	}



/* GALLERY */

.section__glry {
	border-top: 1px solid rgb(207, 207, 207);
	padding: 15px 0 0;
	}

.section__glry--thum {
	width: 260px;
	float: left;
	margin-right: 45px;
	}

.section__glry--thum li {
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
	}

.section__glry p {
	overflow: auto;
	}



/*  PRIVACY  */

.section__privacy p{
	font-size:0.75em;
	font-weight: 400;
	line-height:2.3em;	
	}



/* CONTACT */

.contact {
	font-size:0.8em;
	margin-top: 40px;
	}	
.contact th{
	width:146px;
	padding: 5px;
	padding-right: 0;

	}
.contact__input{
	background-color: #f5f5f5;
	border: solid thin #e7e7e7;
	width: 230px;
	height: 27px;
	margin: 6px 32px 6px 0;
	}
.contact__input--wide {
	background-color: #f5f5f5;
	border: solid thin #e7e7e7;
	width: 345px;
	height: 350px;
	margin-top: 6px;
	}
.contact__select {
	width: 230px;
	}

.contact__button {
	width: 85px;
	height: 17px;
	font-size: 0.6em;
	padding:0;
	}
.contact__req {
	color: #d28f5d;
	}
.contact__notice {
	font-size: 0.8em;
	text-align: right;
	margin-top: 48px;
	}

.contact__input--en {
	background-color: #f5f5f5;
	border: solid thin #e7e7e7;
	width: 609px;
	height: 27px;
	margin: 6px 32px 6px 60px;

	}
.contact__input--wide--en {
	background-color: #f5f5f5;
	border: solid thin #e7e7e7;
	width: 609px;
	height: 350px;
	margin-top: 6px;
	margin-left: 60px;
	margin-bottom: 38px;
	}	


