@charset "utf-8";

/*-------------------------------------------------
base 
-------------------------------------------------*/

body {
font-family: "Noto Sans JP", serif;
font-size:1.4rem;
font-weight: 400;
line-height:1.6;
color:#222;
background: #F1F1F1;
-webkit-text-size-adjust:100%;
letter-spacing:0.1em;
}
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: #272A2F;
color: #fff;
}
/*Firefox*/
::-moz-selection {
background: #272A2F;
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;
}
}


/*-------------------------------------------------
header
-------------------------------------------------*/

.header{
width: 100%;
z-index: 999;
position: fixed;
left: 0;
top: 0px;
display: flex;
justify-content: space-between;
align-items: center;
transition: all .3s;
background-color: rgba(241,241,241,0.8); 
backdrop-filter: blur(5px);
}

@media all and (max-width : 820px ){
.header{
height: 80px;
}
}

@media all and (max-width : 767px ){
.header{
height: 50px;
}
}

.head_logo {
max-width: 400px;
width: 100%;
height: auto;
margin-left: 25px;
}

@media all and (max-width : 1260px ){
.head_logo {
max-width: 300px;
margin-left: 20px;
}
}

@media all and (max-width : 1024px ){
.head_logo {
max-width: 260px;
margin-left: 20px;
}
}

@media all and (max-width : 820px ){
.head_logo {
max-width: 340px;
margin-left: 25px;
}
.g_navi {
display: none;
}
}

@media all and (max-width : 767px ){
.head_logo {
max-width: 220px;
margin-left: 20px;
}
}

/*-------------------------------------------------
TOPナビ 設定
-------------------------------------------------*/

.top_navi {
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 40px;
margin-top: 7px;
}

@media all and (max-width : 820px ){
.top_navi {
display: none;
}
}

.top_navi li a {
font-size: 1.2rem;
font-weight: 400;
line-height: 100%;
color: #fff;
background: #272A2F;
padding: 10px 44px;
transition: all .5s;
position: relative;
}
.top_navi li a:hover {
background: #8E7742;
transition: all .5s;
}
.tourist a::before {
content: "";
display: inline-block;
width: 1px;
height: 12px;
background-color: #999;
position: absolute;
right: 0;
top: 13px;
}

@media all and (max-width : 1260px ){
.top_navi li a {
font-size: 1.1rem;
padding: 8px 32px;
}
.tourist a::before {
height: 10px;
right: 0;
top: 11px;
}
}

@media all and (max-width : 1024px ){
.top_navi {
margin-bottom: 30px;
margin-top: 0px;
}
.top_navi li a {
font-size: 1.0rem;
padding: 5px 26px;
}
.tourist a::before {
height: 8px;
top: 9px;
}
}

@media all and (max-width : 900px ){
.top_navi {
margin-bottom: 25px;
}
}


/*-------------------------------------------------
グローバルナビ 設定
-------------------------------------------------*/

.g_navi_menu {
display: flex;
padding: 0px 0 26px 0;
border-bottom: 1px solid;
border-color: rgba(153,153,153,0.3);
}

@media all and (max-width : 1260px ){
.g_navi_menu {
padding: 0px 0 18px 0;
}
}

.g_navi_menu li a {
color: #1A1A1A;
line-height: 100%;
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.1em;
transition: all .3s;
margin-right: 50px;
position: relative;
display: block;
}
.g_navi_menu li:last-child a {
margin-right: 20px;
}

@media all and (max-width : 1260px ){
.g_navi_menu li a {
font-size: 1.4rem;
}
}

@media all and (max-width : 1024px ){
.g_navi_menu li a {
font-size: 1.3rem;
}
.g_navi_menu li a {
margin-right: 35px;
}
}

@media all and (max-width : 900px ){
.g_navi_menu li a {
font-size: 1.2rem;
}
.g_navi_menu li a {
margin-right: 27px;
}
}

.g_navi_menu li:first-child a {
padding-left: 10px;
}



/*-------------------------------------------------
グローバルナビマウスオーバー設定
-------------------------------------------------*/

.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: #555;
transition: all .5s;
}

@media all and (max-width : 1260px ){
.g_navi_menu li a::after {
bottom: -19px;
}
}

.g_navi_menu li a:hover::after {
opacity: 1;
}
.g_navi_menu a span {
display: block;
font-family: "Overpass", serif;
font-weight: 500;
padding-top: 14px;
margin-left: 3px;
color: #585252;
opacity: 0.4;
font-size: 1.0rem;
letter-spacing: 0.02em;
line-height: 100%;
}

@media all and (max-width : 1260px ){
.g_navi_menu a span {
padding-top: 10px;
}
}

@media all and (max-width : 1260px ){
.g_navi_menu a span {
font-size: 0.9rem;
letter-spacing: 0;
}
}


/*-------------------------------------------------
下向き矢印設定
-------------------------------------------------*/

.has-child > a::before {
content:'';
position: absolute;
right:-15px;
top:6px;
width:5px;
height:5px;
border-top: 1px solid #1A1A1A;
border-right:1px solid #1A1A1A;
transform: rotate(135deg);
}

@media all and (max-width : 1260px ){
.has-child > a::before {
right:-13px;
}
}

@media all and (max-width : 900px ){
.has-child > a::before {
right:-8px;
top:6px;
width:4px;
height:4px;
}
}


/*-------------------------------------------------
メガメニュー内の設定
-------------------------------------------------*/

.mega_menu .menu_top a {
font-size: 1.5rem;
letter-spacing: 0.15em;
padding-top: 50px;
white-space: nowrap;
color: #fff;
display: inline-block;
}
.mega_menu .menu_top {
max-width: 150px;
}

@media all and (max-width : 1365px ){
.mega_menu .menu_top a {
font-size: 1.4rem;
letter-spacing: 0.1em;
padding-top: 40px;
}
}

.mega_menu .menu_top a:hover {
color: #ccc;
}
.mega_menu {
padding: 20px;
}
.has-child .mega_menu {
position: absolute;
left:0;
top:160px;
z-index: 4;   
display: flex;
justify-content: flex-end;
background: rgba(0, 0, 0, 0.85); 
width:100%;
/*はじめは非表示*/
visibility: hidden;
opacity: 0;
/*アニメーション設定*/
transition: all .3s;
}

@media all and (max-width : 1260px ){
.has-child ul {
top:70px;
}
}

/*hoverしたら表示*/
.has-child:hover > .mega_menu {
visibility: visible;
opacity: 1;
}

.mega_menu li {
max-width: 200px;
width: 100%;
margin-left: 20px;
}
.mega_menu li a {
color: #ddd;
transition: all .5s;
}
.mega_menu .menu_img {
width: 200px;
} 
.mega_menu li a::after {
display: none;
}
.mega_menu img {
max-width: 100%;
height: auto;
transition: all .5s;
vertical-align: bottom;
}

/*hoverしたら画像拡大*/
.mega_menu img:hover {
transform: scale(1.1);
}
.mega_menu dt {
overflow: hidden;
margin-bottom: 15px;
}
.mega_menu dd {
font-size: 1.3rem;
letter-spacing: 0.1em;
}

@media all and (max-width : 1365px ){
.mega_menu li {
max-width: 150px;
margin-left: 20px;
}
.mega_menu .menu_img {
width: 150px;
} 
}

@media all and (max-width : 1024px ){
.mega_menu li {
max-width: 120px;
margin-left: 10px;
}
.mega_menu .menu_img {
width: 120px;
}
.mega_menu dd {
font-size: 1.2rem;
}
}


/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.wrapper {
padding: 215px 0 0 0;
}

@media all and (max-width : 1260px ){
.wrapper {
padding: 180px 0 0 0;
}
}

@media all and (max-width : 820px ){
.wrapper {
padding: 130px 0 0 0;
}
}

@media all and (max-width : 767px ){
.wrapper {
padding: 90px 0 0 0;
}
}

.content {
padding: 20px 0 100px;
}

@media all and (max-width : 820px ){
.content {
padding: 0px 0 50px;
}
}

@media all and (max-width : 767px ){
.content {
padding: 0px 0 30px;
}
}

.box_s {
max-width: 980px;
margin: 0 auto;
}

@media all and (max-width : 1024px ){
.box_s {
padding: 0 20px;
}
}

.box_m {
max-width: 1260px;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.box_m {
padding: 0 20px;
}
}

.box_l {
max-width: 1614px;
margin: 0 auto;
}

@media all and (max-width : 1690px ){
.box_l {
padding: 0 30px;
}
}

.box {
width: 100%;
}


/*-------------------------------------------------
ページタイトル
-------------------------------------------------*/

.page_ttl {
position: relative;
}
.page_ttl_inner {
position: relative;
padding-bottom: 55px;
}

@media all and (max-width : 767px ){
.page_ttl_inner {
padding-bottom: 24px;
}
}

.page_ttl .ttl {
font-size: 4.3rem;
font-weight: 400;
letter-spacing: 0.2em;
line-height: 100%;
padding: 50px 0 0;
margin-bottom: 90px;
position: relative;
}

@media all and (max-width : 1260px ){
.page_ttl .ttl {
font-size: 3.8rem;
margin-bottom: 70px;
}
}

@media all and (max-width : 820px ){
.page_ttl .ttl {
font-size: 3.2rem;
}
}

.page_ttl .ttl::before {
content: "";
width: 40px;
height: 1px;
background: #1a1a1a;
position: absolute;
left: 0;
top: 0;
}

@media all and (max-width : 767px ){
.page_ttl .ttl {
font-size: 2.4rem;
padding: 35px 0 0px;
margin-bottom: 40px;
}
.page_ttl .ttl::before {
content: "";
width: 30px;
}
}

/*-------------------------------------------------
パンくず 
-------------------------------------------------*/

.breadcrumb {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
padding-left: 2px;
position: relative;
z-index: 1;
}
.breadcrumb .home a:hover {
opacity: 0.7;
transition: all .5s;
}
.breadcrumb li {
position: relative;
padding-right: 18px;
margin: 5px 8px 5px 0;
font-size: 1.3rem;
line-height: 14px;
}
.breadcrumb li::after {
content: " / ";
position: absolute;
right: 0;
top: 0;
color: #999;
}
.breadcrumb li:last-child {
padding-right: 0;
margin-right: 0;
}
.breadcrumb li:last-child::after {
display: none;
}

@media all and (max-width : 767px ){
.breadcrumb li.home img {
height: 13px;
width: auto;
}
.breadcrumb li {
font-size: 1.0rem;
padding-right: 12px;
margin: 5px 6px 5px 0;
}
}


/*-------------------------------------------------
ページタイトル bg EN
-------------------------------------------------*/

.page_ttl_bd {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px;
}
.page_ttl_bd .bd {
display: block;
width: 100%;
height: 1px;
background: #e5e5e5;
z-index: 1;
}
.page_ttl_bd .en {
font-family: 'Nunito Sans', sans-serif;
font-size: 1.2rem;
padding-left: 35px;
white-space: nowrap;
z-index: 1;
}
.page_ttl .en_ttl_bg {
font-family: 'Nunito Sans', sans-serif;
font-weight: 400;
font-size: 14.0rem;
color: #F9F9F9;
line-height: 100%;
letter-spacing: 0;
position: absolute;
bottom: -22px;
right: 0;
z-index: 0;
}

@media all and (max-width : 820px ){
.page_ttl_bd .en {
padding-left: 20px;
}
.page_ttl .en_ttl_bg {
font-size: 10.0rem;
bottom: 10px;
}
}

@media all and (max-width : 767px ){
.page_ttl_bd {
padding-top: 20px;
}
.page_ttl_bd .en {
font-size: 1.0rem;
letter-spacing: 0.05em;
padding-left: 10px;
}
.page_ttl .en_ttl_bg {
font-size: 4.8rem;
position: absolute;
bottom: 1px;
}
}


/*------------------------------------------------- 
Footer
------------------------------------------------- */

footer {
width: 100%;
background-color: #1A1A1A;
padding: 40px 0 10px;
color: #EEE;
}
.foot_title {
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 15px;
text-align: center;
}
.foot_subtitle {
font-size: 1.2rem;
letter-spacing: 0.3em;
line-height: 100%;
margin-bottom: 20px;
color: #ccc;
text-align: center;
}
.foot_address {
font-size: 1.0rem;
letter-spacing: 0.2em;
line-height: 200%;
color: #ccc;
text-align: center;
}
.foot_address a {
text-decoration: underline;
}
.foot_address a:hover {
text-decoration: none;
}
.foot_sns {
display: flex;
justify-content: center;
margin: 20px 0;
}
.foot_sns li a {
width: 20px;
margin-right: 30px;
transition-duration: 0.7s;
}
.foot_sns li:last-child a {
margin-right: 0px;
}
.foot_sns li a:hover {
opacity: 0.7;
transition-duration: 0.7s;	
}
.copyright {
font-family: "Overpass", serif;
font-weight: 400;
font-size: 1.0rem;
letter-spacing: 0.1em;
color: #999;
display: block;
text-align: center;
}

@media all and (max-width : 767px ){
footer {
padding: 25px 0 5px;
}
.foot_title {
font-size: 1.2rem;
letter-spacing: 0.15em;
margin-bottom: 12px;
}
.foot_subtitle {
font-size: 1.1rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.foot_address {
font-size: 1.0rem;
letter-spacing: 0.2em;
line-height: 180%;
}
.foot_sns {
display: flex;
justify-content: center;
margin: 18px 0 15px;
}
.foot_sns img {
width: auto;
height: 70%;
}
.foot_sns li a {
margin-right: 12px;
}
.copyright {
font-size: 0.9rem;
letter-spacing: 0.05em;
}
}


/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 48px;
height: 48px;
position: fixed;
right: 20px;
bottom: 40px;
background: #777D85;
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 all and (max-width : 767px ){
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 15px;
bottom: 220px;
}
}


/*-------------------------------------------------
	 モジュールパーツ　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: "Oswald", serif;
font-weight: 300;
color: #333;
text-align: center;
}
.pager a {
background-color: #fff;
border: 1px solid #ddd;
}
.pager a:hover, .pager span {
background-color: #272A2F;
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: #272A2F;
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;
}
}


/*-------------------------------------------------
btn
-------------------------------------------------*/

/* ボタン共通設定 */
.link_btn {  
position: relative; 
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.2em;
border-radius: 5px;
display: inline-block;
color:#000;
padding: 15px 115px 15px 115px;
background-color: #fff;
border: 1px solid #ddd;
text-align: center;
outline: none;
transition: ease .3s; 
}
.link_btn:hover {
background:#2F2F2F;
color:#fff;
border: 1px solid #2F2F2F;
transition: ease .3s;
}
.btn_arrow::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 8px; 
height: 8px;
border-top: 1px solid #999;
border-right: 1px solid #999;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { 
right: 15px;
transition: .3s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.link_btn_box {
display: flex;
justify-content: center;
}

@media all and (max-width : 767px ){
.link_btn {  
font-size: 1.1rem;
font-weight: 400;
letter-spacing: 0.1em;
padding: 10px 40px 10px 40px;
}
.btn_arrow::after { 
top:44%;
right: 15px;
width: 6px; 
height: 6px;
}
}

/*-------------------------------------------------
関連ページリンク
-------------------------------------------------*/

.sec_relation {
padding-top: 80px;
}
.relation_title {
font-family: "Nunito Sans", serif;
font-weight: 400;
font-size: 1.3rem;
letter-spacing: 0.06em;
line-height: 100%;
color: #1A1A1A;
display: flex;
align-items: center;
margin-bottom: 40px;
}
.relation_title::after {
content: "";
background-color: #DCD9D9;
flex-grow: 1;
height: 1px;
margin-left: 1rem;
}
.service_box {
width: calc(33.3333330% - 60px / 3);
margin-right: 30px;
margin-bottom: 60px;
position: relative;
}
.service_box:nth-child(3n) {
margin-right: 0px;
}
.service_box_wrap {
display: flex;
flex-wrap: wrap;
}
.service_imgbox {
position: relative;
margin-bottom: 30px;
overflow: hidden;
background: #000;
}
.service_imgbox img {
width: 100%;
transition-duration: 0.7s;	
}
.service_imgbox img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.service_txt_box dt {
font-family: "Oswald", serif;
font-weight: 400;
font-size: 1.2rem;
color: #999;
letter-spacing: 0.05em;
line-height: 100%;
margin-bottom: 10px;
}
.service_txt_box dd {
font-size: 1.8rem;
font-weight: 500;
line-height: 100%;
letter-spacing: 0.2em;
margin-bottom: 40px;
}
.service_box a {
display: block;
position: relative;
border-bottom: solid 1px #ddd;
}
.service_box a:before {
content: "";
width: 30px;
height: 1px;
background: #555;
position: absolute;
bottom: -1px;
left: 0;
transition: .3s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.service_box a:hover:before {
width: 100%;
}

@media all and (max-width : 1024px ){
.service_box {
margin-bottom: 40px;
}
.service_imgbox {
margin-bottom: 20px;
}
.service_txt_box dd {
font-size: 1.6rem;
}
}

@media all and (max-width : 820px ){
.service_box {
width: calc(33.3333330% - 40px / 3);
margin-right: 20px;
margin-bottom: 30px;
}
.service_imgbox {
margin-bottom: 15px;
}
.service_txt_box dt {
font-size: 1.0rem;
}
.service_txt_box dd {
font-size: 1.3rem;
}
}

@media all and (max-width : 767px ){
.sec_relation {
padding-top: 40px;
}
.relation_title {
font-size: 1.2rem;
margin-bottom: 20px;
}
.service_box {
width: calc(50% - 10px / 2);
margin-right: 10px;
margin-bottom: 20px;
}
.service_box:nth-child(3n) {
margin-right: 10px;
}
.service_box:nth-child(2n) {
margin-right: 0px;
}
.service_imgbox {
margin-bottom: 10px;
}
.service_txt_box dd {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
}

/*-------------------------------------------------
sec_title_box
-------------------------------------------------*/

.sec_title_box {
margin-bottom: 40px;
}
.sec_title_box .sec_title_jp {
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 10px;
padding-left: 38px;
position: relative;
}
.sec_title_box .sec_title_jp::before {
content: "";
display: inline-block;
background-color: #000;
width: 28px;
height: 1px;
position: absolute;
left: 0;
top: 50%;
}
.sec_title_box .sec_title_en {
font-family: "Oswald", serif;
font-weight: 400;
color: #999;
font-size: 1.0rem;
line-height: 100%;
margin-left: 40px;
letter-spacing: 0.05em;
}

@media all and (max-width : 767px ){
.sec_title_box {
margin-bottom: 20px;
}
.sec_title_box .sec_title_jp {
font-size: 1.5rem;
letter-spacing: 0.15em;
margin-bottom: 10px;
padding-left: 20px;
}
.sec_title_box .sec_title_jp::before {
width: 15px;
}
.sec_title_box .sec_title_en {
font-size: 0.9rem;
margin-left: 20px;
}
}

/*-------------------------------------------------
motion
-------------------------------------------------*/

/* 読み込まれたらフェードイン！js連携
-------------------------------------------------- */

.js-box {
opacity: 0;
visibility: hidden;
transform: translateY(50px);
transition: opacity 1.5s,visibility 1.5s, transform 1.5s;
transition-timing-function: ease-out;
}
.js-box.load {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}



/* fade
-------------------------------------------------- */

.mf {
opacity:0;
}
.mf.on {
animation: fade 1s ease-in-out forwards;
}

@keyframes fade {
0% {
opacity: 0; 
}
100% {
opacity: 1;
}
}


/* fade up
-------------------------------------------------- */

.mfu {
opacity:0;
transform:translateY(40px);
}
.mfu.on {
animation: fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes fadeup {
0% {
opacity:0;
transform:translateY(40px); 
}
100% {
opacity:1;
transform:translateY(0%);
}
}


/* fade up list
-------------------------------------------------- */

.mful li {
opacity:0;
transform:translateY(40px);
}
.mful.on li:nth-child(1) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.mful.on li:nth-child(2) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .2s;
}
.mful.on li:nth-child(3) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .4s;
}
.mful.on li:nth-child(4) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .6s;
}
.mful.on li:nth-child(5) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .8s;
}
.mful.on li:nth-child(6) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.0s;
}
.mful.on li:nth-child(7) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.2s;
}
.mful.on li:nth-child(8) {
animation: ef-fadeup 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.4s;
}

@keyframes ef-fadeup {
0% {
opacity:0;
transform:translateY(30px); 
}
100% {
opacity:1;
transform:translateY(0%);
}
}


/* fade down
-------------------------------------------------- */

.mfd {
opacity: 0;
transform: translateY(-40px);
}
.mfd.on {
animation: ef-fadedown 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes ef-fadedown {
0% {
opacity:0;
transform:translateY(-40px); 
}
100% {
opacity:1;
transform:translateY(0%); 
}
}


/* fade left
-------------------------------------------------- */

.mfl {
opacity: 0;
transform: translateX(50px);
}
.mfl.on {
animation: ef-fadeleft 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes ef-fadeleft {
0% {
opacity: 0;
transform: translateX(50px); 
}
100% {
opacity: 1;
transform: translateY(0%); 
}
}


/* fade right
-------------------------------------------------- */

.mfr {
opacity: 0;
transform: translateX(-50px);
}
.mfr.on {
animation: ef-faderight 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

@keyframes ef-faderight {
0% {
opacity: 0;
transform: translateX(-50px); }
100% {
opacity: 1;
transform: translateY(0%); }
} 

@keyframes fade-out {
0% {
opacity: 1; }
100% {
opacity: 0; }
}


/* ef scaleX
-------------------------------------------------- */

.thumb::before {
content: "";
width: calc(100% + 2px);
height: calc(100% + 2px);
position: absolute;
left: 0;
top: 0;
background: #000;
z-index: 2;
transform-origin: right center;
}
.on .thumb::before {
animation: ef-scaleX 0.6s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}

@keyframes ef-scaleX {
0% {
transform: scaleX(1); }
100% {
transform: scaleX(0); }
}


/* ef txtef
-------------------------------------------------- */

.txtef-wrap {
display: block;
overflow: hidden;
}
.txtef {
display: block;
transform: translateY(100%);
}
.txtef {
	animation: ef-txt 0.7s cubic-bezier(0.76, 0.09, 0.215, 1) forwards 0.15s;
}
.on .txtef-wrap:nth-child(1) .txtef {
animation: ef-txt 1s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
.on .txtef-wrap:nth-child(2) .txtef {
animation: ef-txt 1s cubic-bezier(0.76, 0.09, 0.215, 1) forwards .1s;
}
.on .txtef-wrap:nth-child(3) .txtef {
animation: ef-txt 1s cubic-bezier(0.76, 0.09, 0.215, 1) forwards .2s;
}

@keyframes ef-txt {
0% {
transform: translateY(100%); 
}
100% {
transform: translateY(0); 
}
}


/* ef txtef mask
-------------------------------------------------- */

.mtm {
display: inline-block;
position: relative;
}
.mtm::after {
content: "";
width: 100%;
height: 100%;
background: rgba(241,241,241,0.80);
position: absolute;
left: 0;
top: 0;
transform-origin: right center;
}
.mtm.on::after  {
animation: ef-scaleX 0.8s ease-in-out forwards;
}


/* img mask
-------------------------------------------------- */

.mask {
position: relative;
overflow: hidden;
}
.mask::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 100%;
background-color: #272A2F;
z-index: 4;
}
.mask.show::before {
animation: wipe_in_out 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
} 

@keyframes wipe_in_out {
0% {
width: 0%;
left: 0%;
}

50% {
width: 100%;
left: 0%;
}

100% {
width: 0%;
left: 100%;
}
}

.mask img {
visibility: hidden;
}
.mask.show img {
transition-delay: .55s;
visibility: visible;
}
.mask .mask_inner {
visibility: hidden;
}
.mask.show .mask_inner {
transition-delay: .55s;
visibility: visible;
}