@charset "UTF-8";



/***************************************************

	共通コンテンツ部

***************************************************/

html, body{margin:0; padding:0}

body{
	position: relative;
	background: #ffffff;
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
}

body.vi,
body.en{
	font-family: 'Noto Serif', serif;
}

body.zh{
	font-family: 'Noto Serif SC', serif;
}

.gothic{
	font-family: 'Noto Sans JP', sans-serif;
}

.en{
	font-family: 'Fira Sans Condensed', sans-serif;
}

a,
a:hover{
	font-weight: normal;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.sp-on{
	display: none;
}


.fade image,
.fade{
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


/********** layout **********/

.wrapper{
	max-width: 1090px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}

main{
	position: relative;
	padding: 0 0 200px;
}


/********** header **********/

header{
	padding: 20px 0;
}

header .header_caption{
	font-size: 12px;
	line-height: 1;
	margin: 0 0 17px;
}

header .inner {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px 0;
	box-sizing: border-box;
	display: table;
}

header .navi_box,
header .logo_box{
	display: table-cell;
	vertical-align: middle;
}

header .logo_box img{
	width: 207px;
}

header .navi_box{
	text-align: right;
}

.nav-global > ul{
	list-style: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-global > ul > li {
	display: inline-block;
	margin: 0 0 0 34px;
	position: relative;
}

.nav-global > ul > li:last-child {
  margin-left: 18px;
}

.nav-global > ul > li a{
	display: block;
	font-size: 14px;
	color: #3c3c3c;
	text-decoration: none;
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 1.2;
}


.menu_bg,
.nav_btn{
	display: none;
}


#breadcrumbs{
	font-size: 12px;
}

#breadcrumbs a{
	color: #3c3c3c;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}


.nav-global > ul > li.lang .lang_btn{
	cursor: pointer;
	background: #b48845;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 8px 33px 8px 8px;
	border-radius: 5px;
	position: relative;
}

.nav-global > ul > li.lang .lang_btn::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    transform: rotate(135deg);
}

.nav-global > ul > li.lang .lang_btn.active::before{
    margin-top: 0px;
    transform: rotate(-45deg);
}

.nav-global > ul > li.lang .lang_list{
	position: absolute;
	top: 35px;
	left: -12px;
	background: #fff;
	width: 105px;
	text-align: left;
	z-index: 999;
	padding: 14px;
}

.nav-global > ul > li.lang .lang_list li{
	border-bottom: 1px solid #ddd;
}

.nav-global > ul > li.lang .lang_list li a{
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 10px 17px;
	position: relative;
}

.nav-global > ul > li.lang .lang_list li a::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #a1a1a1;
    border-right: solid 2px #a1a1a1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    transform: rotate(45deg);
}

/********** footer **********/

#page-top{
	position: fixed;
	width: 69px;
	right: 34px;
	bottom: 100px;
	z-index: 90;
}

footer{
	border-top: 1px solid #a1a1a1;
	padding: 56px 0 60px;
	text-align: center;
}

footer ul{
	margin: 0 0 60px;
}

footer ul.footer_link{
	margin: 0 0 30px;
}

footer ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
	line-height: 1.2;
}

footer ul li a{
	display: block;
	font-size: 14px;
	color: #3c3c3c;
	text-decoration: none;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer ul.footer_link02 li{
	width: 90px;
	text-align: center;
	margin: 0 6px;
}

footer ul.footer_link02 li a{
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 7px 0;
	background: #b48845;
}

footer ul.footer_link02 li a:hover{
	text-decoration: none;
}

footer .footer_logo{
	width: 195px;
	margin: 0 auto 18px;
}

footer .base_link{
	text-align: center;
	margin: 40px 0 20px;
}

footer .base_link span,
footer .base_link a{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

footer .base_link a{
	width: 120px;
	margin-left: 14px;
}

footer .copyright{
	font-size: 12px;
	line-height: 1;
}



/********** 共通 **********/

.anchor_position{
	margin: -60px 0 0;
	padding: 60px 0 0;
}

.cont_wrapp h2{
	text-align: center;
	font-size: 33px;
	letter-spacing: 0.1em;
	color: #b48845;
	margin: 0 0 85px;
	position: relative;
}

.cont_wrapp h2::after {
    content: '';
    width: 130px;
    height: 1px;
    background: #a1a1a1;
    margin: auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.btn01 a{
	display: block;
	text-align: center;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	font-weight:500;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	transition: all 0.2s linear;
	
background: rgb(194,161,110); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(194,161,110,1) 1%, rgba(157,110,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(194,161,110,1) 1%,rgba(157,110,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(194,161,110,1) 1%,rgba(157,110,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a16e', endColorstr='#9d6e29',GradientType=0 ); /* IE6-9 */

}

.btn01 a:hover{

background: rgb(157,110,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,110,41,1) 0%, rgba(194,161,110,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,110,41,1) 0%,rgba(194,161,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,110,41,1) 0%,rgba(194,161,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d6e29', endColorstr='#c2a16e',GradientType=0 ); /* IE6-9 */

}


#page_header{
	margin: 0 0 20px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#page_header .wrapper{
	height: 100%;
}

#page_header p{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	font-size: 39px;
	color: #3c3c3c;
}

#breadcrumbs{
    width: 100%;
    max-width: 1090px;
    margin: 0 auto 88px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
}

#breadcrumbs a{
	color: #3c3c3c;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}






/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

html{
	font-size: 62.5%;
}

body{
	font-size: 1.4rem;
}

.left{
	float: none;
}

.right{
	float: none;
}

.pc-on{
	display: none;
}

.sp-on{
	display: block;
}

img{
	width: 100%;
	height: auto;
}


/********** layout **********/

.wrapper{
	padding: 0 10.6%;
}

main{
	padding: 0 0 60px;
}

/********** header **********/

header{
	padding: 6px 0;
	position: relative;
}

header .header_caption{
	font-size: 2.666667vw;
	margin: 0 0 4px;
}

header .header_caption .wrapper{
	padding: 0 3.33%;
}

header .inner {
	padding: 0 3.33%;
	display: block;
}

header .navi_box,
header .logo_box{
	display: block;
}

header .logo_img{
	width: 113px;
}

header .navi_box {
	text-align: left;
	position: absolute;
	top: -26px;
	right: 0;
	width: 100%;
}


.nav-global > ul {
	display: block;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	z-index: 999;
	transition: all 0.2s linear;
	padding: 63px 0 0;
}


.nav-global > ul.active{
	right: 0;
}

.nav-global > ul > li{
	display: block;
	border-top: 1px solid #d8d8d8;
	margin: 0;
	background: #fff;
}

.nav-global > ul > li:last-child{
	border-bottom: 1px solid #d8d8d8;
	margin-left: 0;
}

.nav-global > ul > li a {
	display: block;
	padding: 25px 39px;
	color: #3c3c3c;
	position: relative;
	text-align: left;
}

.nav-global > ul > li a.link-current {
	background: #c1b36c;
	color: #fff;
}

.nav-global > ul > li a.link-current::after {
    content: none;
}

.nav-global li a::before {
	content: '';
	width: 13px;
	height: 1px;
	background: #3c3c3c;
    transform: rotate(40deg);
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    margin-top: -2px;
}

.nav-global li a.link-current::before {
	background: #fff;
}

.nav-global li a::after{
	content: '';
	width: 70px;
	height: 1px;
	background: #3c3c3c;
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    margin-top: 3px;
}

.nav-global li a.link-current::after{
	content: '';
	width: 70px;
	height: 1px;
	background: #fff;
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    margin-top: 3px;
}

.nav_btn{
	display: block;
}

.menu_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	z-index: 10;
}

.nav_btn{
	display: block;
	position: absolute;
	top: 14px;
	right: 3.3%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 9999;
}

.nav_btn.open{

}

.nav_btn span{
	display: block;
	width: 100%;
	height: 2px;
	background: #b48845;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	left: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.nav_btn span:nth-child(2){
	top: 12px;
}

.nav_btn span:nth-child(3){
	top: 19px
}

.nav_btn.open span{
	background: #5a5858;
}

.nav_btn.open span:nth-child(1){
	top: 12px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_btn.open span:nth-child(2){
	display: none;
}

.nav_btn.open span:nth-child(3){
	top: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav_btn span.name{
	font-size: 10px;
	color: #3c3c3c;
	top: 22px;
	background: transparent;
	text-align: center;
}

.nav-global > ul > li.lang .lang_btn {
	display: block;
	padding: 25px 39px;
	border-radius: 0;
}


.nav-global > ul > li.lang .lang_btn::before {
	content: '＋';
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	width: auto;
	height: auto;
	border-top: none;
	border-right: none;
	top: 50%;
	right: 30px;
	margin-top: -6px;
	transform: rotate(0deg);
}

.nav-global > ul > li.lang .lang_btn.active::before {
	content: '－';
	margin-top: -6px;
	transform: rotate(0deg);
}

.nav-global > ul > li.lang .lang_list {
	position: static;
	width: auto;
	padding: 0;
}

.nav-global > ul > li.lang .lang_list li {
    border-bottom: none;
	border-top: 1px solid #d8d8d8;
}

.nav-global > ul > li.lang .lang_list li:first-child {
	border-top: none;
}


.nav-global > ul > li.lang .lang_list li a {
    display: block;
    padding: 25px 39px;
    color: #3c3c3c;
    position: relative;
}

.nav-global > ul > li.lang .lang_list li a::before {
    content: '';
    width: 13px;
    height: 1px;
    background: #3c3c3c;
    border-top: none;
    border-right: none;
    transform: rotate(40deg);
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    margin-top: -2px;
}

/********** footer **********/

#page-top{
	position: fixed;
	width: 40px;
	right: 12px;
	bottom: 32px;
}

footer{
	padding: 0 0 20px;
}

footer ul{
	margin: 0 0 30px;
}

footer ul.footer_link {
    margin: 0 0 20px;
}

footer ul.footer_link02 li,
footer ul li{
	display: block;
		width: auto;
	margin: 0;
}

footer ul.footer_link02 li a,
footer ul li a{
	display: block;
	padding: 14px 20px;
	font-size: 1.4rem;
	text-align: left;
	border-bottom: 1px solid #a1a1a1;
	position: relative;
}

footer ul li a:hover{
	text-decoration: none;
}

footer ul li a:after {
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}

footer .footer_logo{
	width: 40%;
	margin: 0 auto 10px;
}

footer .base_link{
	text-align: center;
	margin: 20px 0 10px;
}

footer .base_link span,
footer .base_link a{
	font-size: 3.2vw;
}

footer .base_link a{
	width: 24%;
	margin-left: 10px;
}

footer .copyright{
	font-size: 2.666667vw;
}



/********** 共通 **********/

.anchor_position{
	margin: -40px 0 0;
	padding: 40px 0 0;
}

.cont_wrapp h2{
	font-size: 6.5555vw;
	margin: 0 0 46px;
}

.cont_wrapp h2::after {
	width: 150px;
	bottom: -17px;
}

.btn01 a{
	height: 40px;
	line-height: 40px;
	font-size: 4vw;
}


#page_header{
	margin: 0 0 10px;
	height: 125px;
}

#page_header p{
	right: 4%;
	font-size: 5.333333vw;
}

#breadcrumbs{
    margin: 0 auto 40px;
    padding: 0 10.6%;
	font-size: 3.2vw;
}



















}

