@charset "utf-8";

/*
源ノゴシック
font-family: source-han-sans-cjk-ja, sans-serif;
源ノ明朝
font-family: source-han-serif-japanese, serif;
Trajan Pro 3
font-family: trajan-pro-3, serif;

*/

html {
		font-family: source-han-serif-japanese, serif;
}
body {
    background: #fff;
    color: #49371e;
    overflow-x: hidden;
}
.inner {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

.sub_en {
    font-family: trajan-pro-3, serif;
    color: #c7a373;
    text-transform: uppercase;
}

/* **************************************************************** */
/* ヘッダー
*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 0;
    z-index: 10000;
		transition: 0.4s ease;
}
header.scroll {
    background: rgb(255 255 255 / 0.8)!important;
}
header .inner {
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header .logo {

}
/* **************************************************************** */
/* フッター
*/
footer {
		background: #ece6dc;
    color: #49371e;
    padding: 0;
    margin-top: 2em;
}
footer a {
		color:#49371e;
    margin: 0;
}


.footer_bloc {
    padding: 2em 0;
}
.footer_bloc .inner {

}

.footer_menu {

}
.footer_menu + .footer_menu {

}
.footer_item {

}
.footer_item h3 {
		font-size: 15px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.5em;
}
.footer_item ul {

}
.footer_item ul li {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
}
.footer_item ul li + li {
		margin-top: 0.2em;
}


.fotter_bottom {
    margin-bottom: 1em;
}
.fotter_bottom_bloc {
    align-items: flex-start;
    justify-content: flex-end;
}
.fotter_bottom_bloc .more_bloc {

}
.fotter_bottom_bloc .more_bloc + .more_bloc {
    margin-left: 2em;
}
.fotter_bottom_bloc .more_bloc .btn_more figure {
    margin-right: 0.5em;
}





.copy_content {
    padding: 1.5em 0;
}
.copy_content .inner {
    position: relative;
}
.copy_content .logo {
    position: absolute;
    bottom: 0;
    left: 0;
}
.copy_content .copy {
    color: #49371e;
    display: block;
    font-size: 13px;
    line-height: 1;
}

/* **************************************************************** */
/* コンタクト
*/





/* **************************************************************** */
/* menu
*/
#panel_btn_bloc {
    width: 30px;
    height: 30px;
}
#panel-btn {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 0;
    background: none;
    margin-left: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 5;
}
#panel-btn:hover { background: none; }
#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 36px;
    height: 2px;
    margin: 0 auto 0 0;
    background: #c7a373;
    transition: .2s;
    z-index: 10000000000;
}
#panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 2px;
    margin-left: -18px;
    background: #c7a373;
    transition: .3s;
}


#panel-btn-icon:before { margin-top: -10px; }
#panel-btn-icon:after { margin-top: 8px; }

#panel-btn .close { background: transparent; }
#panel-btn .close:before, #panel-btn .close:after { margin-top: 0; }
#panel-btn .close:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#panel-btn .close:after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }


.sp_menu_bloc {
    position: absolute;
    top: -0.5em;
    right: -20%;
    width: 500px;
    height: 500px;
    overflow: hidden;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: 50% 0%;
}



.sp_menu_bloc.close {
		width: 0;
    height: 0;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}




.sp_menu {
    margin-top: 5%;
    margin-left: 20%;
}
.sp_menu:after {
    content: "";
    background: rgb(236 230 220 / 0.9);
    position: absolute;
    top: -42%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}

.sp_menu ul {
    text-align: left;
}

.sp_menu ul li {
    font-size: 21px;
    line-height: 1.2em;
}
.sp_menu ul li + li {
		margin-top: 0.5em;
}
.sp_menu ul li a {
    font-family: trajan-pro-3, serif;
    color: #c7a373;
		text-decoration: none;
    text-transform: uppercase;
}













/* **************************************************************** */
/* 個別CSS
*/
.mv {
		background: url(../re_images/bg_mv.jpg) no-repeat center;
    width: 100%;
    height: 811px;
    margin-bottom: 2em;
}
.mv .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.mv h1 {
    font-size: 48px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.3em;
}
.mv .sub_en {
    text-align: left;
    font-size: 18px;
}

main {
    overflow-x: hidden;
}

.top_content {
		padding: 2em 0;
}

.top_content_upper {
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
}
.top_content_upper h2 {
    flex: 1 0 0%;
    margin-top: -2em;
}
.top_content_upper h2 span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 36px;
    line-height: 1.6em;
    font-weight: normal;
}
.top_content_upper h2 em {
    font-style: normal;
    color: #c7a373;
}
.top_content_upper figure {

}
.top_content_upper .sub_en {
    font-size: 72px;
    line-height: 52px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top_content_bottom {

}
.top_content_bottom .detail {
		flex: 1 0 0%;
}
.top_content_bottom .detail p {
		text-align: left;
    font-size: 16px;
    line-height: 1.6em;
}

.more_bloc {

}
.more_bloc .sub_en {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 1em;
}
.more_bloc .btn_more {
		border: solid 1px #070707;
    color: #070707;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: 300px;
    box-sizing: border-box;
    padding: 0.8em 1em;
}
.more_bloc .btn_more span {
		font-family: trajan-pro-3, serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}
.more_bloc .btn_more figure {

}
.more_bloc .btn_more figure img {
    display: block;
}





.topAbout .top_content_bottom {
		flex-direction: row-reverse;
}
.topAbout .top_content_bottom .detail {
    margin-left: 2em;
}

.topVarious .top_content_upper {
		flex-direction: row-reverse;
}
.topVarious .top_content_bottom .detail {
    margin-right: 2em;
}

.topCampaign .top_content_bottom {
		flex-direction: row-reverse;
}
.topCampaign .top_content_bottom .detail {
    margin-left: 2em;
}

.top_title {
    position: relative;
    margin-bottom: 2em;
}
.top_title h2 {
    font-family: trajan-pro-3, serif;
    color: #c7a373;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1em;
    font-weight: normal;
    width: 50%;
    text-align: left;
    padding-left: 1em;
    box-sizing: border-box;
    margin-left: auto;
}
.top_title:after {
    content: "";
    border: solid 1px #d1b48c;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 100%;
}


.topInfo {
		padding:2em 0;
}
.topInfo .top_title:after {
		left: auto;
    right: 50%;
}

.topInfo_bloc {
    align-items: center;
    justify-content: space-between;
}
.topInfo_bloc .company_bloc {

}
.topInfo_bloc .company_bloc .logo {
    margin-bottom: 2em;
}
.topInfo_bloc .company_bloc .logo h3 {

}
.topInfo_bloc .company_bloc .logo img {
    display: block;
}
.topInfo_bloc .company_bloc .logo span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    text-align: left;
    margin-top: 0.5em;
}

.topInfo_bloc .company_data {
		margin-bottom: 1em;
}
.topInfo_bloc .company_data dl {
		display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.4em;
}
.topInfo_bloc .company_data dl + dl {
    margin-top: 0.5em;
}
.topInfo_bloc .company_data dl dt {
    width: 5em;
    text-align: left;
}
.topInfo_bloc .company_data dl dd {
		flex: 1 0 0%;
    text-align: left;
}

.topInfo_bloc .company_tel {
		margin-bottom: 1em;
}
.topInfo_bloc .company_tel p {
    color: #c7a373;
    font-family: trajan-pro-3, serif;
    font-size: 40px;
    line-height: 1.2em;
    text-align: left;
}







.topInfo_bloc .map_data {
    width: 50%;
}
.topInfo_bloc .map_data figure {
    margin-bottom: 1em;
}
.topInfo_bloc .map_data .map {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
}
.topInfo_bloc .map_data .map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
}





.topNews {
		padding:2em 0;
}
.topNews .top_title h2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 1em;
}
.topNews_bloc {

}
.topNews_list {
		display: inline-block;
}
.topNews_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.4em;
}
.topNews_list dl + dl {
    margin-top: 0.5em;
}
.topNews_list dl dt {
    width: 6em;
    text-align: left;
}
.topNews_list dl dd {
    flex: 1 0 0%;
    text-align: left;
}


.topEc {
		padding:2em 0;
}
.topEc .top_title:after {
		left: auto;
    right: 50%;
}
.topEc .top_content_bottom {
		flex-direction: row-reverse;
}
.topEc .more_bloc {
		margin-right: 2em;
}
.topEc .more_bloc p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
		margin-bottom: 1em;
}





























































