@charset "utf-8";


/*-------------------------------------------------
base 
-------------------------------------------------*/

body {
font-family: "open-sans", sans-serif;
font-size:1.4rem;
font-weight: 400;
line-height:1.6;
color:#111;
-webkit-text-size-adjust:100%;
letter-spacing:0.1em;
background-color: #F8F8F8;
}
:root {
header: 110px;
scroll-padding: 110px;
scroll-behavior: smooth;
}
a img {
border-style: none;
}
a {
color: inherit;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
.line_effect {
text-decoration: none;
}
.u_line_wht,
.u_line_blk {
position: relative;
z-index: 1;
}
.u_line_wht:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #ccc;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.u_line_blk:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #222;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.line_effect:hover .u_line_wht:after,
.line_effect:hover .u_line_blk:after{
width: 100%;/*hover時に表示*/
}
::selection {
background: #28352C;
color: #fff;
}
/*Firefox*/
::-moz-selection {
background: #28352C;
color: #fff;
}


/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/*-------------------------------------------------
改行設定
-------------------------------------------------*/

@media screen and (min-width: 768px) {
.pc-hidden{
display:none;
}
}

@media screen and (max-width : 480px ){
.sp-hidden{
display:none;
}
}



/*-------------------------------------------------
ページタイトル
-------------------------------------------------*/

.bg_imgbox {
background: url("../img/common/title_bg.jpg") ;
height: 620px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: relative;
z-index: 0;
}
.bg_imgbox::before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 620px;
background-color: rgba(0,0,0,0.40);
}
.title_box {
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.page_title {
font-family: "cormorant-garamond", serif;
font-weight: 500;
font-size: 9.0rem;
letter-spacing: 0;
line-height: 100%;
margin: 0 auto 10px;
}



/* タブレット(768px ～横幅 1024pxまで)
-------------------------------------------------- */

@media screen and (min-width:768px) and ( max-width:1024px) {
.bg_imgbox {
height: 350px;
}
.bg_imgbox::before {
height: 350px;
}
.page_title {
font-size: 7.0rem;
margin: 0 auto 10px;
}
}

/* スマートフォン
-------------------------------------------------*/

@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/common/title_bg_sp.jpg") ;
height: 180px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.bg_imgbox::before {
height: 180px;
}
.title_box {
position: absolute;
top: 50%;
left: 50%;
}
.page_title {
font-size: 3.2rem;
margin-bottom: 3px;
white-space: nowrap;
}

}



/*-------------------------------------------------
header
-------------------------------------------------*/

.header{
position: fixed;
left: 0;
top: 0px;
display: flex;
justify-content: space-between;
width: 100%;
z-index: 999;
transition: all .3s;
padding: 25px 0 18px;
}
.header::after {
content: "";
background-color: #fff;
width: 55px;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
}

@media all and (max-width : 1110px ){
.header{
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 25px 0 18px;
}
}


@media all and (max-width : 767px ){
.header{
padding: 13px 0 10px;
}
.header::after {
display: none;
}
}

.header.change-color {
background-color: rgba(0,0,0,0.8); 
transition: all .75s;
}
.head_logo {
max-width: 348px;
width: 100%;
height: auto;
margin-left: 25px;
}

@media all and (max-width : 1366px ){
.head_logo {
max-width: 250px;
margin-left: 20px;
}
}

@media all and (max-width : 1260px ){
.head_logo {
max-width: 200px;
margin-top: 5px;
}
}

@media all and (max-width : 1110px ){
.head_logo {
max-width: 250px; 
}
}


@media all and (max-width : 820px ){
.head_logo {
max-width: 260px;
margin-left: 20px;
}
}

@media all and (max-width : 767px ){
.head_logo {
max-width: 190px;
margin-left: 10px;
}
}


/* グローバルナビ 設定
-------------------------------------------------- */


.g_navi_menu {
display: flex;
padding: 20px 0 25px 0;
font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 300;
flex-wrap: nowrap;
}

@media all and (max-width : 1110px ){
.g_navi_menu {
display: none;
}
}

.g_navi_menu .lang {
font-family: "cormorant-garamond", serif;
font-weight: 400;
color: #fff;
padding: 0 0 0 10px;
display: flex;
align-items: center;
}
.g_navi_menu .lang span {
position: relative;
font-weight: 700;
margin-right: 10px;
padding-right: 15px;
}
.g_navi_menu .lang span::after {
content: "/";
position: absolute;
top: 0;
right: 0;
}
.g_navi_menu .lang a {
color: #999;
}
.g_navi_menu .lang a:hover {
color: #fff;
}
.g_navi_menu li a {
font-size: 1.4rem;
color: #fff;
line-height: 100%;
letter-spacing: 0.1em;
transition: all .3s;
margin-right: 35px;
position: relative;
display: block;
white-space: nowrap;
}

@media all and (max-width : 1260px ){
.g_navi_menu .lang {
font-size: 1.2rem;
}
}


@media screen and (min-width: 768px) {
.g_navi_menu li a {
font-size: calc(10px + 4 * ((100vw - 1025px) / 895));
}
}


@media all and (max-width : 1366px ){
.g_navi_menu li a {
margin-right: 25px;
}
}

@media all and (max-width : 1260px ){
.g_navi_menu li a {
margin-right: 20px;
}
.g_navi_menu .lang {
padding: 0;
}
}

@media all and (max-width : 1024px ){
.g_navi_menu li a {
margin-right: 20px;
}
.g_navi_menu .lang {
padding: 0;
font-size: 1.2rem;
}
}

@media all and (max-width : 980px ){
.g_navi_menu li a {
margin-right: 10px;
}
.g_navi_menu .lang {
font-size: 1.0rem;
}
}
.gnav08 {
display: none;
}
a.drawer-menu-item.drawer_09 {
display: none;
}


/* グローバルナビマウスオーバー設定
-------------------------------------------------- */

.g_navi_menu li a:hover {
color: #999;
transition: all .5s;
}
.g_navi_menu li a::after {
content: "";
display: block;
position: absolute;
bottom: -27px;
left: 0;
width: 100%;
height: 1px;
opacity: 0;
background-color: #fff;
transition: all .5s;
}
.g_navi_menu .lang a::after {
visibility: hidden;
}

@media all and (max-width : 1260px ){
.g_navi_menu li a::after {
bottom: -19px;
}
}

.g_navi_menu li a:hover::after {
opacity: 1;
}


/*-------------------------------------------------
SNS icon
-------------------------------------------------*/

.sns_title {
font-family: "cormorant-garamond", serif;
font-weight: 500;
font-style: italic;
font-size: 1.4rem;
line-height: 100%;
letter-spacing: 0.05em;
color: #000;
transform: rotate( 90deg );
white-space: nowrap;
display: block;
padding-top: 10px;
margin-bottom: 70px;
}
.sns_list {
width:24px;
position: fixed;
top: 130px !important;
left: 25px !important;
z-index: 998;

}

@media all and (max-width : 1260px ){
.sns_list {
left: 20px !important;
}
}

@media all and (max-width : 820px ){
.sns_list {
top: 95px !important;
left: 15px !important;
}
}

@media all and (max-width : 767px ){
.sns_list {
top: 60px !important;
left: 10px !important;
}
.sns_title {
font-size: 1.0rem;
padding-top: 15px;
margin-bottom: 40px;
}
}

.sns_list li a {
width: 23px;
height: auto;
margin-bottom: 23px;
display: block;
transition: ease 0.5s;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;
text-indent: -9999px;
}
.sns_list .sns01 a {
width: 20px;
height: 20px;
-webkit-mask-image: url("../img/common/icon_x.svg");
mask-image: url("../img/common/icon_x.svg");
background: #000;
}
.sns_list .sns02 a {
width: 24px;
height: 24px;
-webkit-mask-image: url("../img/common/icon_facebook.svg");
mask-image: url("../img/common/icon_facebook.svg");
background: #000;
}
.midnightHeader.defalt .sns_title {
color: #fff;
}
.midnightHeader.defalt .sns01 a,
.midnightHeader.defalt .sns02 a {
background-color: #fff;
}
.midnightHeader.gry .sns_title {
color: #000;
}
.midnightHeader.gry .sns01 a,
.midnightHeader.gry .sns02 a {
background-color: #000;
}
.midnightHeader.blk .sns_title {
color: #fff;
}
.midnightHeader.blk .sns01 a,
.midnightHeader.blk .sns02 a {
background-color: #fff;
}
.sns_list li a:hover {
opacity: 0.8;
transition: ease 0.5s;
}

@media all and (max-width : 767px ){
.sns_list li a {
width: 16px !important;
margin-bottom: 10px;
}
}


/*-------------------------------------------------
パンくず 
-------------------------------------------------*/

.pankuzu {
padding: 15px 20px 0 0;
display: flex;
justify-content: flex-end;
}

@media all and (max-width : 767px ){
.pankuzu {
display: none;
}
}

.p_home,
.p01{
margin-right: 10px;
}
.p_home a {
font-family: "barlow-condensed", sans-serif;
font-weight: 500;
text-decoration: none;
font-size: 1.4rem;
letter-spacing: 0.05em;
}
.p02 {
font-family: "barlow-condensed", sans-serif;
font-weight: 300;
font-size: 1.4rem;
padding-top: 2px;
padding-right: 10px;
}
.p02 a {
text-decoration: none;
}




/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.main {
position: relative;
margin-bottom: 80px;
margin-top: -5.5%;
z-index: 0;
}
.main::before {
content: "";
width: 95%;
height: 100%;
position: absolute;
left: 5%;
top: 0;
background: #fff;
z-index: -1;
}


@media all and (max-width : 1500px ){
.main::before {
width: 97%;
left: 3%;
}
}

@media all and (max-width : 1400px ){
.main {
padding-left: 60px;
padding-right: 20px;
}
}

.content {
padding: 60px 0 100px;
}

@media all and (max-width : 767px ){
.main {
padding-left: 20px;
margin-bottom: 40px;
}
.main::before {
width: 95%;
left: 5%;
}
.content {
padding: 20px 0 35px;
}
}

.box {
max-width: 980px;
margin: 0 auto;
}
.box_s {
max-width: 980px;
margin: 0 auto;
}
@media all and (max-width : 980px ){
.box_s {
padding: 0 20px;
}
}

.box_m {
max-width: 1260px;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.box_m {
padding: 0 20px;
}
}

@media all and (max-width : 767px ){
.box_s {
padding: 0 10px 0 30px;
}
.box_m {
padding: 0 0px 0 20px;
}
}

.box_l {
width: 100%;
margin: 0 auto;
}


/*-------------------------------------------------
page navi
-------------------------------------------------*/

.page_navi {
font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 300;
display: flex;
justify-content: center;
align-content: center;
padding: 20px 0;
margin-bottom: 90px;
border-top: solid 1px #DEDEDE;
border-bottom: solid 1px #DEDEDE;
}
.page_navi li {
padding: 0 55px;
font-size: 1.5rem;
letter-spacing: 0.1em;
border-right: solid 1px #DEDEDE;
}

@media all and (max-width : 1260px ){
.page_navi li {
padding: 0 50px;
font-size: 1.4rem;
letter-spacing: 0.1em;
}
}

@media screen and (max-width:1024px) {
.page_navi li {
padding: 0 30px;
font-size: 1.3rem;
letter-spacing: 0.1em;
white-space: nowrap;
}
}

@media all and (max-width : 820px ){
.page_navi {
margin-bottom: 40px;
}
}

.page_navi li:last-of-type {
border-right: none;
}
.page_navi li a {
color: #000;
transition: all 0.3s	
}
.page_navi li a:hover {
color: #8E7742;
transition: all 0.3s
}
.u_line_gold {
position: relative;
z-index: 1;
}
.u_line_gold:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 0%;
height: 1px;
background: #8E7742;
z-index: -1;
transition: all 0.3s;
}
.line_effect:hover .u_line_gold:after {
width: 100%;
}

@media all and (max-width : 767px ){
.page_navi {
display: flex;
justify-content: center;
align-content: center;
padding: 15px 0;
margin-bottom: 40px;
}
.page_navi li {
padding: 0 10px;
font-size: 1.1rem;
white-space: pre-wrap;
}
}



/*-------------------------------------------------
Footer 
-------------------------------------------------*/

footer {
position: relative;
width: 100%;
z-index: 1;
}
.contact_box {
max-width: 1370px;
margin: 0px auto;
padding: 50px 0 40px;
background-color: #28352C;
position: relative;
z-index: 3;
color: #fff;
}

@media all and (max-width : 1370px ){
.contact_box {
width: 90%;
padding: 50px 20px 40px;
}
}

.foot_contact_txt {
font-size: 1.4rem;
display: block;
text-align: center;
margin-bottom: 30px;
letter-spacing: 0.1em;
}
.foot_contact_txt_under {
font-size: 1.4rem;
line-height: 180%;
display: block;
text-align: center;
letter-spacing: 0.1em;
}

@media all and (max-width : 1024px ){
.foot_contact_txt,
.foot_contact_txt_under {
font-size: 1.3rem;
letter-spacing: 0.1em;
}
}

@media all and (max-width : 768px ){
.contact_box {
width: 90%;
padding: 30px 20px 20px;
}
.foot_contact_txt,
.foot_contact_txt_under {
font-size: 1.2rem;
}
}

.contact_btn {
width: 550px;
margin: 0 auto;
position: relative;
overflow: hidden;
display: block;
padding: 20px 0px 20px;
text-align: center;
background-color: #fff;
transition: ease .2s;
margin-bottom: 30px;
}
.contact_btn .btn_txt_wrap {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.contact_btn .btn_txt_wrap .btn_en_txt {
font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 600;
font-size: 1.6rem;
letter-spacing: 0.1em;
color: #000;
line-height: 100%;
}
.contact_btn:hover .btn_en_txt {
	color:#eee;
}
.bgbottom:before {
content: '';
position: absolute;
bottom:0;
left: 0;
z-index: 2;
background: #C9AF88;/*背景色*/
width: 100%;
height: 0;
transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.bgbottom:hover:before{
height: 100%;	
background-color: #8E7742;
}

@media all and (max-width : 767px ){
.contact_box {
width: 90%;
padding: 20px 20px 20px;
}
.foot_contact_txt {
font-size: 1.0rem;
margin-bottom: 15px;
}
.foot_contact_txt_under {
font-size: 1.0rem;
}
.contact_btn {
width: 70%;
margin: 0 auto 10px;
padding: 12px 0px 12px;
}
.contact_btn .btn_txt_wrap .btn_en_txt {
font-size: 1.3rem;
letter-spacing: 0.1em;
}
}

.footer_inner {
background: #000;
color: #fff;
padding: 200px 0 10px;
z-index: 2;
margin-top: -142px;
}

@media all and (max-width : 1260px ){
.footer_inner {
padding: 200px 20px 10px;
}
}

.foot_logo {
max-width: 286px;
height: auto;
margin-bottom: 10px;
margin-right: 30px;
}
.foot_logo img {
width: 100%;
}
.foot_privacy_txt a {
font-size: 1.1rem;
line-height: 140%;
color: #fff;
padding-left: 20px;
position: relative;
display: block;
margin-top: 21px;
}
.foot_privacy_txt a::before {
content: "|";
position: absolute;
left: 0;
top: 0;
}

@media all and (max-width : 820px ){
.foot_logo {
max-width: 250px;
height: auto;
margin-bottom: 0px;
margin-right: 20px;
}
.foot_privacy_txt a {
font-size: 1.0rem;
margin-top: 14px;
}
}

.foot_logo_wrap {
display: flex;
margin-bottom: 30px;
}
.foot_heading {
font-size: 1.1rem;
font-weight: 400;
color: #ddd;
line-height: 100%;
margin-left: -5px;
margin-bottom: 12px;
display: block;
letter-spacing: 0.1em;
}
.foot_company_box {
margin-bottom: 30px;
color: #ddd;
}
.foot_company_box dt {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 6px;
display: block;
letter-spacing: 0.2em;
}
.foot_company_box dd {
font-size: 1.1rem;
display: block;
letter-spacing: 0.1em;
}
.foot_host_box {
width: calc(33.3333333% - 120px / 3);
margin-right: 60px;
}
.foot_host_box:nth-child(3) {
margin-right: 0px;
}
.foot_host_box_wrap {
display: flex;
margin-bottom: 40px;
}

.copyright {
font-family: "barlow-condensed", sans-serif;
font-weight: 400;
font-size: 1.2rem;
color: #ddd;
letter-spacing: 0.1em;
line-height: 100%;
}


@media all and (max-width : 767px ){

.footer_inner {
padding: 130px 15px 10px;
margin-top: -110px;
}
.foot_logo {
max-width: 220px;
margin: 0 auto 0px;
}
.foot_privacy_txt a {
display: none;
}
.foot_logo_wrap {
display: flex;
align-items: center;
flex-direction: column;
margin-bottom: 30px;
}
.foot_heading {
font-size: 1.0rem;
margin-bottom: 10px;
}
.foot_company_box {
margin-bottom: 20px;
}
.foot_company_box dt {
font-size: 1.1rem;
margin-bottom: 5px;
}
.foot_company_box dd {
font-size: 1.0rem;
}
.foot_host_box {
width: 100%;
margin-right: 0px;
}
.foot_host_box:nth-child(3) {
margin-right: 0px;
}
.foot_host_box_wrap {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.copyright {
font-size: 1.0rem;
letter-spacing: 0.1em;
display: block;
text-align: center;
}
}


/*-------------------------------------------------
	 pager
-------------------------------------------------*/

.pager {
display: flex;
align-items: center;
justify-content: center;
margin-top: 60px;
text-align: center;
}
.pager > * {
margin: 0 5px;
padding: 8px 14px;
font-family: 'Barlow', sans-serif;
font-weight: 400;
color: #333;
text-align: center;
}
.pager a {
background-color: #fff;
border: 1px solid #ddd;
}
.pager a:hover, .pager span {
background-color: #73001C;
color: #fff !important;
}
.pager span {
display: flex;
align-items: center;
}
.pager span.pn, .pager span.previous, .pager > span.next {
padding: 0 2px;
background: transparent !important;
border: none;
color: #333 !important;
}
.pager span.previous a:hover, .pager span.next a:hover {
color: #5F5C07 !important;
}
.pager span.pn a, .pager span.previous a, .pager span.next a {
position: static;
display: inline-block;
padding: 5px 0;
color: #333 !important;
background: transparent !important;
border: none;
font-size: 1.2rem;
}

@media screen and (max-width:767px) {
.pager {
margin-top: 30px;
}
.pager > * {
margin: 0 2px 0;
padding: 4px 10px;
}
.pager a, .pager span {
font-size: 1.2rem;
}
.pager span.pn a, .pager span.previous a, .pager span.next a {
display: inline-block;
padding: 10px 0;
position: static;
border: none;
background: transparent !important;
}
}

.wp-pagenavi {
display: flex;
align-items: center;
justify-content: center;
margin-top: 60px;
text-align: center;
}
.wp-pagenavi > * {
margin: 0 5px;
padding: 8px 14px !important;
font-family: 'Barlow', sans-serif;
font-weight: 400;
color: #333;
text-align: center;
}
.wp-pagenavi a {
background-color: #fff;
border: 1px solid #ddd;
}
.wp-pagenavi a:hover, .pager span {
background-color: #73001C;
color: #fff !important;
}
.wp-pagenavi span {
display: flex;
align-items: center;
}
.wp-pagenavi span.pn, .wp-pagenavi span.previous, .wp-pagenavi > span.next {
padding: 0 2px;
background: transparent !important;
border: none;
color: #333 !important;
}
.wp-pagenavi span.previous a:hover, .wp-pagenavi span.next a:hover {
color: #5F5C07 !important;
}
.wp-pagenavi span.pn a, .wp-pagenavi span.previous a, .wp-pagenavi span.next a {
position: static;
display: inline-block;
padding: 5px 0;
color: #333 !important;
background: transparent !important;
border: none;
font-size: 1.2rem;
}

@media screen and (max-width:767px) {
.wp-pagenavi {
margin-top: 30px;
}
.wp-pagenavi > * {
margin: 0 2px 0;
padding: 4px 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
font-size: 1.2rem;
}
.wp-pagenavi span.pn a, .wp-pagenavi span.previous a, .wp-pagenavi span.next a {
display: inline-block;
padding: 10px 0;
position: static;
border: none;
background: transparent !important;
}
}



/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 48px;
height: 48px;
position: fixed;
right: 20px;
bottom: 40px;
background: #28352C;
opacity: 0.9;
z-index: 999;
border-radius: 50px;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

@media screen and (max-width: 767px) {
.page_top a{
width: 40px;
height: 40px;
}
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 200px;
}
}


/*-------------------------------------------------
btn ボタン共通設定 
-------------------------------------------------*/

.link_btn {  
position: relative; /*矢印の基点とするためrelativeを指定*/
font-family: "fot-tsukumin-pr6n", sans-serif;
font-size: 1.4rem;
font-weight: 300;
letter-spacing: 0.1em;
text-decoration: none; /*ボタンの形状*/
display: inline-block;
color:#fff;
padding: 18px 90px 18px 90px;
background-color: #000;
border-radius: 5px;
text-align: center;
outline: none;
transition: ease .3s; /*アニメーションの指定*/
}
.link_btn_s {  
position: relative; /*矢印の基点とするためrelativeを指定*/
font-family: "fot-tsukumin-pr6n", sans-serif;
font-size: 1.1rem;
font-weight: 400;
letter-spacing: 0.1em;
text-decoration: none; /*ボタンの形状*/
display: inline-block;
color:#fff;
padding: 10px 30px 10px 30px;
background-color: #000;
border-radius: 5px;
text-align: center;
outline: none;
transition: ease .3s; /*アニメーションの指定*/
}
.link_btn:hover,
.link_btn_s:hover {
background:#8E6C47;
color:#fff;
transition: ease .3s;
}
.btn_arrow::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
right: 20px;
width: 7px; /*矢印の形状*/
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { /*hoverした際のアニメーション*/
right: 15px;
transition: .3s;
}
.btn_arrow_s::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
right: 10px;
width: 5px; /*矢印の形状*/
height: 5px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow_s:hover::after { /*hoverした際のアニメーション*/
right: 7px;
transition: .3s;
}
.btn_arrow_under::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 7px; 
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(135deg);
transition: ease .3s;
}
.btn_arrow_under:hover::after { 
top: 52%;
transition: .3s;
}

.link_btn_box {
display: flex;
justify-content: center;
}

@media all and (max-width : 767px ){
.link_btn,
.link_btn_s {  
font-size: 1.1rem;
font-weight: 400;
padding: 8px 50px 8px 50px;
}
.btn_arrow::after { 
top:44%;
right: 12px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}

/*　アンカーボタン
-------------------------------------------------*/

.anchor_btn_wrap {
max-width: 1050px;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 100px;
}

@media all and (max-width : 1024px ){
.anchor_btn_wrap {
padding: 0 20px;
margin-bottom: 50px;
}
}

.anchor_btn_wrap .anchor_btn {
width: calc(33.33333% - 60px / 3);
margin-right: 30px;
}
.anchor_btn_wrap .anchor_btn:nth-child(3) {
margin-right: 0px;
}

.anchor_btn_wrap .anchor_btn a {
width: 100%;
position: relative;
display: block;
background: #7B97AC;
color: #fff;
border-radius: 5px;
text-align: center;
padding: 15px 0;
transition: all 0.5s;
}
.anchor_btn_wrap .active a {
background: #003C76;
}
.anchor_btn_wrap .anchor_btn a:hover {
background: #003C76;
color: #fff;
transition: all 0.5s;
}
.anchor_btn_wrap .anchor_btn a .anchor_txt {
display: block;
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-size: 1.4rem;
}

@media all and (max-width : 820px ){
.anchor_btn_wrap .anchor_btn a .anchor_txt {
font-size: 1.2rem;
}
}

@media all and (max-width : 767px ){

.anchor_btn_wrap .anchor_btn a {
padding: 10px 0;
}
.anchor_btn_wrap .anchor_btn a .anchor_txt {
font-size: 1.0rem;
letter-spacing: 0;
}
.anchor_btn_wrap {
margin-bottom: 40px;
padding: 0 0px;
}
.anchor_btn_wrap .anchor_btn {
width: calc(33.33333% - 16px / 3);
margin-right: 8px;
}
.anchor_btn .btn_arrow::after,
.anchor_btn .btn_arrow_under::after{
display: none;
}
}


/*-------------------------------------------------
sec_見出しタイトル
-------------------------------------------------*/

.sec_title {
margin-bottom: 40px;
}

@media all and (max-width : 767px ){
.sec_title {
margin-bottom: 20px;
}
}

.sec_title_jp {
font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 300;
font-size: 2.0rem;
letter-spacing: 0.05em;
line-height: 100%;
margin-bottom: 15px;
color: #222;
position: relative;
padding-left: 30px;
}
.sec_title_jp::before {
content: "";
width: 20px;
height: 1px;
background-color: #000;
position: absolute;
left: 0;
top: 50%;
}


@media all and (max-width : 820px ){
.sec_title_jp {
font-size: 1.8rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
padding-left: 26px;
}
.sec_title_jp::before {
content: "";
width: 18px;
height: 1px;
background-color: #000;
position: absolute;
left: 0;
top: 50%;
}
}


@media all and (max-width : 767px ){
.sec_title_jp {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
padding-left: 20px;
}
.sec_title_jp::before {
content: "";
width: 13px;
height: 1px;
background-color: #000;
position: absolute;
left: 0;
top: 50%;
}
}