@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;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

body.en{
	font-family: 'Noto Serif', serif;
	overflow-wrap normal;
	word-break: normal;
}
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 .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: 94px;
}

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 20px;
	position: relative;
}

.nav-global > ul > li.current::after{
	content: '';
	width: 50px;
	height: 3px;
	background: #b48845;
	display: inline-block;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
}

.nav-global > ul > li:last-child {
  margin-left: 18px;
}

.nav-global > ul > li a{
	display: block;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
	padding: 0;
}

.nav-global > ul > li.english{
	width: 68px;
}

.nav-global >  ul > li.english a{
	display: block;
	width: 100%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: #b48845;
	font-size: 14px;
	color: #fff;
	border-radius: 9px;
}


.menu_bg,
.nav_btn{
	display: none;
}


#breadcrumbs{
	font-size: 12px;
}

#breadcrumbs a{
	color: #3c3c3c;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}






/********** footer **********/

#page-top{
	position: fixed;
	width: 69px;
	right: 34px;
	bottom: 100px;
	z-index: 10000;
}

footer{
	border-top: 1px solid #a1a1a1;
	padding: 43px 0 126px;
	text-align: center;
}

footer ul{
	width: 100%;
	max-width: 1010px;
	margin: 0 auto 44px;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: left;
}

footer ul li{
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 32px 18px 0;
}

/*
footer ul li:nth-child(7n+7){
	margin-right: 0;
}
*/

footer ul li a{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #3c3c3c;
	text-decoration: none;
}

footer ul li.en a{
	background: #b48845;
	color: #fff;
	padding: 4px 6px;
	margin-top: -4px;
}

footer ul li a:hover{
	text-decoration: underline;
}


footer .footer_logo{
	width: 253px;
	margin: 0 auto 23px;
}

footer .copyright{
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1;
}

#footer_link{
	opacity: 0;
	position: fixed;
	bottom: -74px;
	left: 0;
	right: 0;
	line-height: 1;
	background: #b48845;
	padding: 26px 0;
	text-align: center;
	transition: all 0.2s linear;
	z-index: 9999;
}

#footer_link.active{
	opacity: 1;
	bottom: 0;
}

#footer_link .link_wrapp{
	display: table;
	width: 100%;
}

#footer_link .link_wrapp .line,
#footer_link .link_wrapp .contact{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer_link .link_wrapp .contact img{
	max-width: 377px;
}

#footer_link .link_wrapp .line{
	width: 316px;
}


footer .ssl_seal{
	text-align: center;
	margin: 30px 0 0;
}

footer .base_link{
	text-align: center;
	margin: 30px 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{
	text-align: center;
	line-height: 1;
	font-size: 12px;
}






/********** 共通 **********/

.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: 40px;
	line-height: 40px;
	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.page_title{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	white-space: nowrap;
	width: 295px;
	line-height: 1;
	/*background: #fff;*/
	/*font-size: 26px;*/
	font-size: 33px;
	/*color: #3c3c3c;*/
	color: #fff;
	padding: 8px 0 8px 12px;
	box-sizing: border-box;
}

.en #page_header p.page_title{
	width: 495px;
}

#page_header p.sub_copy{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	white-space: nowrap;
	line-height: 1.1;
	font-size: 27px;
	color: rgba(255,255,255,.7);
	letter-spacing: .1em;
	text-align: right;
}

#page_header p.sub_copy strong{
	font-size: 39px;
	margin-left: 14px;
}

#page_header p.sub_copy .min{
	font-size: 18px;
}


#breadcrumbs{
    width: 100%;
    max-width: 1090px;
    margin: 0 auto 50px;
    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;
}



.page_contlink_area{
	width: 100%;
	max-width: 1090px;
	margin: 150px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.page_contlink_area ul li{
	float: left;
	width: 15.05%;
	margin-right: 1.9%;
}

.page_contlink_area ul li:last-child{
	margin-right: 0;
}

.page_contlink_area ul li a{
	display: block;
	padding-top: 84.2%;
	background: url('../images/common/contents_commonlink_bg01.png') no-repeat 50% 50%;
	background-size: contain;
	position: relative;
	color: #3c3c3c;
	text-decoration: none;
}

.page_contlink_area ul li a span{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.en .page_contlink_area ul li a span{
	font-size: 14px;
}


.page_caption{
	margin: 0 0 60px;
	text-align: center;
}

.page_caption p{
	font-size: 29px;
	line-height: 1.7;
	color: #b48845;
}

.en .page_caption p{
	font-size: 24px;
}

.cont_area_wrapp01{
	background: #f7fee7;
}

.cont_area_wrapp01 .table_wrapp {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.cont_area_wrapp01 .text_area {
	width: 520px;
	position: absolute;
	top: 34px;
	right: 0;
	transform: translate(0, 0);
	z-index: 2;
}

.cont_area_wrapp01 .table_wrapp .text_area p{
	font-size: 14px;
	line-height: 2.07;
	margin: 0 0 30px;
}

.cont_area_wrapp01 .table_wrapp .text_area p:last-child{
	margin-bottom: 0;
}

.cont_area_wrapp01 .image_area {
    position: absolute;
    top: 0;
    left: 0;
}




/********************************************************************************
	調整用 CSS
********************************************************************************/

@media(max-width:990px){

footer ul li{
	margin-right: 3.2%;
}

footer ul li a{
	font-size: 1.414141vw;
}





}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

html{
	font-size: 62.5%;
}

body{
	font-size: 1.4rem;
	margin-bottom: 80px;
}


.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;
}

/********** header **********/

header{
	padding: 16px 0;
	position: relative;
}

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: 200px;
}

header .logo_box img {
    width: 100%;
}

header .navi_box {
	text-align: left;
	position: absolute;
	top: -15px;
	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;
	font-size: 3.466667vw;
}

.nav-global li.current a{
	background: #b48845;
	color: #fff;
}

.nav-global ul > li.english {
	width: 100%;
}

.nav-global ul > li.english a {
	width: auto;
	height: auto;
	line-height: 1;
	text-align: left;
	font-size: 1.4rem;
	border-radius: 0;
}


.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 ul > li.english a::before,
.nav-global li.current a::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 ul > li.english a::after,
.nav-global li.current a::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: 2.133333vw;
	color: #3c3c3c;
	top: 22px;
	left: 0;
	right: 0;
	background: transparent;
	text-align: center;
	white-space: nowrap;
}



/********** footer **********/

#page-top{
	position: fixed;
	width: 40px;
	right: 12px;
	bottom: 32px;
}

footer{
	border-top: none;
	padding: 60px 0 80px;
	background: #fff;
}

footer ul{
	border-top: 1px solid #a1a1a1;
	margin: 0 0 30px;
	padding: 0;
}

footer ul li{
	float: none;
	display: block;
	width: auto;
	margin: 0;
}

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.en a {
	padding: 14px 20px;
    margin-top: 0;
}

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 .copyright{
	font-size: 2.666667vw;
}

#footer_link {
    bottom: -74px;
    background: #fff;
    padding: 0;
}

#footer_link .wrapper{
    padding: 0;
}

#footer_link .link_wrapp{
	display: block;
}

#footer_link .link_wrapp .line,
#footer_link .link_wrapp .contact{
	display: block;
}

#footer_link .link_wrapp .contact{
    background: #b48845;
    padding: 25px 0;
}

#footer_link .link_wrapp .line img,
#footer_link .link_wrapp .contact img{
	width: 65.3%;
}

#footer_link .link_wrapp .line{
	background: #fff;
	width: 100%;
	padding: 25px 0;
}


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;
}



/********** 共通 **********/

.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: 120px;
}

.en #page_header p.page_title,
#page_header p.page_title{
	width:75.4%;
	font-size: 6.133333vw;
	padding: 13px 0 13px 17px;
}

.en #page_header p.page_title{
	font-size: 5.333333vw;
	line-height: 1.4;
}

#page_header p.sub_copy{
	display: none;
}

#breadcrumbs{
    margin: 0 auto 40px;
    padding: 0 10.6%;
	font-size: 3.2vw;
}


.page_contlink_area{
	width: auto;
	margin: 75px 10.6% 0;
	padding: 0;
}

.page_contlink_area ul li{
	width: 32.1%;
	margin-right: 1.8%;
	margin-bottom: 12px;
}

.page_contlink_area ul li:nth-child(3n+3){
	margin-right: 0;
}

.page_contlink_area ul li a{
	padding-top: 100%;
}

.en .page_contlink_area ul li a span,
.page_contlink_area ul li a span{
	font-size: 2.933333vw;
}



.page_caption{
	margin: 0 0 20px;
}

.page_caption p{
	font-size: 4vw;
	line-height: 1.73;
}

.en .page_caption p{
	font-size: 3.733333vw;
	padding: 0 10.6%;
}

.cont_area_wrapp01{
	padding: 34px 0 30px;
}

.cont_area_wrapp01 .table_wrapp {
	height: auto;
}

.cont_area_wrapp01 .text_area {
	width: auto;
	position: static;
	transform: translate(0, 0);
	margin: 0 0 23px;
}

.cont_area_wrapp01 .table_wrapp .text_area p{
	font-size: 3.2vw;
	line-height: 2.08;
	margin: 0 0 26px;
}


.cont_area_wrapp01 .image_area {
    position: static;
    width: 82.5%;
    margin: 0 auto;
}

footer .ssl_seal img{
	margin: 0 auto;
	width: 25%;
}











}

