@charset "UTF-8";

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

body {
font-family: "shippori-mincho", sans-serif;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.6;
color:#111;
-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: #005243;
color: #fff;
}
::-moz-selection {
background: #005243;
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;}
.mt-100{margin-top: 100px !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;
}
}


/*-------------------------------------------------
loading
-------------------------------------------------*/

/*下層ページ用loader*/
.loader {
position: fixed;
z-index: 11;
top: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: black;
}
.is-loaded .loader {
animation-name: loader_fadeOut;
animation-duration: 1.5s;
animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
animation-delay: .6s;
animation-fill-mode: forwards;
}
.progress {
backface-visibility: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 200px;
height: 1px;
background: #333333;
}

@media screen and (min-width: 768px) {
.progress {
min-width: 272px;
width: 18.88889%;
}
}

@media screen and (max-width: 767px) {
.progress {
width: 32.85024%; 
} 
}

.is-loaded .progress {
animation-name: loader_fadeOut;
animation-duration: 0.5s;
animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
animation-delay: .3s;
animation-fill-mode: forwards;
}
.progress_inner {
position: relative;
width: 100%;
height: 100%;
}
.progress_bar {
width: 100%;
height: 100%;
background: #ffffff;
transform: scaleX(0);
transform-origin: 0 50%;
transition: all 10s cubic-bezier(0, 0, 0.58, 1);
}

@keyframes loader_fadeIn {
from {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
to {
opacity: 1;
filter: none;
visibility: visible;
} 
}

@keyframes loader_fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
}

@keyframes reset_zindex {
from { 
}
to {
z-index: 1;
} 
}


/*-------------------------------------------------
title bg
-------------------------------------------------*/

.lower_title_wrap {
position: relative;
width: 100%;
padding-top: 32.291%;
z-index: 1;
}
.lower_title_wrap::after {
content: "";
position: absolute;
left: 0;
top: 0;
background-image: url("../img/common/bg_grid_40.png");
background-repeat: repeat;
background-position: left top;
width: 100%;
height: 100%;
z-index: 2;
}
.lower_pvbox {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.lower_imgbox {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

@media all and (min-width : 1921px ){
.lower_imgbox img {
width: 100%;
object-fit: cover;
}
}

.title_box {
color: #fff;
z-index: 10;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
opacity: 0;
}
.is-loaded .title_box {
opacity: 0;
animation-name: navi_fadein;
animation-duration: 1s;
animation-delay: 1s;
animation-fill-mode: forwards;
}

@keyframes navi_fadein {
0% {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
100% {
opacity: 1;
filter: none;
visibility: visible;
} 
}

.page_title {
font-weight: 400;
font-size: 3.0rem;
letter-spacing: 0.4em;
line-height: 100%;
margin-bottom: 14px;
padding: 0 35px 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page_sub_title {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
letter-spacing: 0.1em;
text-align: center;
}

@media all and (max-width : 820px ){
.page_title {
font-size: 2.6rem;
letter-spacing: 0.2em;
margin-bottom: 14px;
padding: 0 25px 15px;
}
}

@media all and (max-width : 767px ){
.lower_title_wrap {
padding-top: none;
height: 180px;
}
.lower_pvbox {
object-fit: cover;
}
.lower_imgbox img {
height: 100%;
object-fit: cover;
}
.title_box {
top: 55%;
}
.page_title {
font-size: 1.8rem;
letter-spacing: 0.3em;
padding-bottom: 11px;
margin-bottom: 10px;
white-space: nowrap;
}
.page_sub_title {
font-size:1.0rem;
}
}


/*------------------------------------------------- 
scroll bar
------------------------------------------------- */
 
.scroll_bar a {
display: inline-block;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 9;
padding: 10px 10px 110px;
color: #ddd;
}
.scroll_bar a::after {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
width: 1px;
height: 110px;
background: #ddd;
}
.scroll_bar a::before {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
width: 1px;
height: 110px;
background-color: rgba(140, 158, 173, 0.9);
}
.scroll_bar a::after {
animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

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

.scroll_bar a::after {
bottom: -30px;
height: 80px;
}
.scroll_bar a::before {
bottom: -30px;
height: 80px;
}
}

@media all and (max-width : 767px ){
.scroll_bar a::after {
bottom: -25px;
height: 50px;
}
.scroll_bar a::before {
bottom: -25px;
height: 50px;
}
}

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

.head_navi {
position: absolute;
left: 0;
top: 0px;
display: flex;
justify-content: space-between;
width: 100%;
z-index: 99;
transition: background 0.3s ease-out;
padding: 25px 0 18px;
opacity: 0;
}
.is-loaded .head_navi {
opacity: 0;
animation-name: navi_fadein;
animation-duration: 1s;
animation-delay: 1s;
animation-fill-mode: forwards;
}

@keyframes navi_fadein {
0% {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
100% {
opacity: 1;
filter: none;
visibility: visible;
} 
}

.head_logo {
max-width: 150px;
width: 100%;
height: auto;
margin-left: 25px;
}

@media all and (max-width : 767px ){
.head_navi {
padding: 15px 0 20px;
}
.head_logo {
max-width: 100px;
margin-left: 15px;
}
}

.g_navi {
margin-right: 90px;
}

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

.g_navi_menu {
display: flex;
padding: 20px 0 25px 0;
font-weight: 700;
flex-wrap: nowrap;
}

@media all and (max-width : 1024px ){
.g_navi_menu {
padding: 10px 0 25px 0;
}
}

.g_navi_menu li a {
color: #fff;
line-height: 100%;
font-weight: 500;
letter-spacing: 0.05em;
transition: all .3s;
margin-right: 35px;
position: relative;
display: block;
}
.g_navi_menu .gnav09 a {
margin-right: 20px;
}

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

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

@media all and (max-width : 1024px ){
.g_navi_menu li a {
margin-right: 20px;
}
.g_navi_menu .gnav09 a {
	margin-right: 15px;
}
}

@media all and (max-width : 900px ){
.g_navi_menu li a {
margin-right: 15px;
}
.g_navi_menu .gnav09 a {
	margin-right: 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: #fff;
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;
}


/* メガメニュータイトルのアイコンの設定
-------------------------------------------------- */

.has-child > a::before {
content:'';
position: absolute;
left:50%;
bottom:-12px;
width:5px;
height:5px;
border-top: 1px solid #ccc;
border-right:1px solid #ccc;
transform: rotate(135deg);
}


/* メガメニュー内の設定
-------------------------------------------------- */

.mega_menu .menu_top a {
font-size: 1.8rem;
letter-spacing: 0.1em;
padding-top: 50px;
white-space: nowrap;
}
.mega_menu {
padding: 20px;
}
.has-child .mega_menu {
position: absolute;
left:0;
top:104px;
z-index: 999;   
display: flex;
justify-content: center;
background:rgba(0,82,67,0.95);
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 .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.2);
}
.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;
}
}


/*-------------------------------------------------
サイドナビ
-------------------------------------------------*/

.sidenavi {
position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 82px;
height: 100vh;
background: rgba(1,1,1,0.9);
opacity: 0;
}
.is-loaded .sidenavi {
opacity: 0;
animation-name: navi_fadein;
animation-duration: 1s;
animation-delay: 1s;
animation-fill-mode: forwards;
}

@keyframes navi_fadein {
0% {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
100% {
opacity: 1;
filter: none;
visibility: visible;
} 
}

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

.searchform {
margin-top: 90px;
position: relative;
padding: 10px 0 8px;
}
.btn_search {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
cursor: pointer;
transition: ease .5s;
}
.btn_search span {
font-size: 1.0rem;
color: #fff;
margin-top: 5px;
}
.btn_search:hover {
opacity: .5;
transition: ease .5s;
}
.btn_search button {
border: none;
background: url("../img/common/icon_search.svg") no-repeat 0 0 / contain;
width: 25px;
height: 24px;
cursor: pointer;
}
.btn_search.is-active button {
background: url("../img/common/icon_close.svg") no-repeat 0 0 / contain;
width: 24px;
height: 24px;
}
.site_serach {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.site_serach.is-active {
visibility: visible;
opacity: 1;
}
.site_serach {
position: absolute;
top: 0;
left: -310px;
background: transparent;
}
.searchform_box {
display: flex;
justify-content: space-between;
align-items: center;
overflow: hidden;
border: 1px solid #dddddd;
border-radius: 3px;
}
.searchform_box input {
width: 250px;
height: 45px;
padding: 5px 15px;
border: none;
box-sizing: border-box;
font-size: 1em;
outline: none;
}
.searchform_box input::placeholder{
color: #777777;
}
.searchform_box button {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 45px;
border: none;
background: transparent;
cursor: pointer;
transition: ease .5s;
}
.searchform_box button:hover {
background:#005243;
transition: ease .5s;
}
.searchform_box button::after {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23dddddd'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
content: '';
}
.side_btn dl {
display: flex;
flex-direction: column;
align-items: center;
}
.search_btn dt,
.calendar_btn dt{
margin-bottom: 5px;
}
.side_btn dd {
font-size: 1.0rem;
font-weight: 500;
letter-spacing: 0.05em;
color: #fff;
}
.side_btn {
padding: 15px 0;
}
.font_btn a {
transition: ease .5s;
}
.font_btn a:hover {
opacity: .5;
transition: ease .5s;
}
.calendar_btn {
background: #6E7458;
transition: ease .5s;
}
.contact_btn {
background: #4C4C4C;
transition: ease .5s;
}
.calendar_btn:hover {
background:#444B28;
transition: ease .5s;
}
.contact_btn:hover {
background: #333;
transition: ease .5s;
}
.side_sns_list {
position: fixed;
bottom: 5px;
right: 30px;
}
.side_sns_list li {
margin-bottom: 20px;
}
.side_sns_list li a {
width: 22px;
height: auto;
transition: ease .5s;
}
.side_sns_list li a:hover {
opacity: .5;
transition: ease .5s;
}


/*-------------------------------------------------
ハンバーガーメニュー背景
-------------------------------------------------*/

#open_navi {
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
left:0;
width: 100%;
height: 100vh;/*ナビの高さ*/
background: rgba(0,0,0,0.85);
transition: all 0.5s ease;
}

/*アクティブクラスがついたら位置を0に*/
#open_navi.panelactive{
top: 0;
}

/*ナビゲーションの縦スクロール*/
#open_navi.panelactive .open_navi_list {
height: 100%;
}
#open_navi .ham_logo {
max-width: 150px;
height: auto;
margin: 0px 30px 0 25px;
}
#open_navi .ham_logo img {
width: 100%;
}
.ham_logo_wrap {
display: flex;
align-items: center;
margin-top: 25px;
}
.ham_logo_wrap .search_box {
max-width: 280px;
width: 100%;
}
.ham_logo_wrap .search_box .searchform {
position: relative;
margin-top: 0px;
}
.ham_logo_wrap .search_box .searchfield {
font-size: 1.5rem;
width: 100%;
padding: 12px 22px;
border: none;
border-radius: 30px;
background-color: #fff;
}
.ham_logo_wrap .search_box .searchsubmit {
position: absolute;
top: 20px;
right: 20px;
padding: 0;
cursor: pointer;
background-image: url("../img/common/ico_search.svg");
background-color: #fff;
background-size: cover;
width: 20px;
height: 20px;
}
input[type=button], input[type=submit] {
-webkit-appearance: none;
border: none;
cursor: pointer;
}

@media all and (max-width : 767px ){
.ham_logo_wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-top: 15px;
}
.ham_logo_wrap .search_box {
max-width: 260px;
width: 100%;
margin: 0 0 35px 25px;
}
.ham_logo_wrap .search_box .searchfield {
font-size: 1.3rem;
padding: 10px 20px;
}
.ham_logo_wrap .search_box .searchsubmit {
position: absolute;
top: 20px;
right: 10px;
padding: 0;
width: 15px;
height: 15px;
}
}

/*ハンバーガーナビゲーション*/

.ham_inner {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
#open_navi .ham_navi_wrap {
display: flex;
flex-wrap: wrap;
max-width: 980px;
padding: 0 20px 30px;
border-bottom: solid 1px rgba(255,255,255,0.3);
margin-bottom: 20px;
}
#open_navi .ham_navi {
width: 33.33333%;
margin-bottom: 50px;
}
#open_navi .ham_navi:nth-child(3n) {
margin-right: 0px;
}
#open_navi .ham_navi dt a {
font-size: 2.0rem;
color: #fff;
letter-spacing: 0.1em;
line-height: 100%;
transition-duration: 0.7s;	
padding-left: 55px;
position: relative;
}
#open_navi .ham_navi dt a::before {
content: "";
display: inline-block;
width: 40px;
height: 1px;
background-color: #fff;
position: absolute;
left: 0;
top: 50%;
transition-duration: 0.7s;	
}
#open_navi .ham_navi dt a:hover {
color: #999;
transition-duration: 0.7s;	
}
#open_navi .ham_navi dt a:hover::before {
background-color: #999;
transition-duration: 0.7s;	
}
#open_navi .ham_navi dd {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.05em;
color: #999;
position: relative;
margin-left: 60px;
margin-top: 5px;
}
.ham_sns_list {
display: flex;
align-items: center;
}
.ham_sns_list li a {
width: 20px;
height: auto;
margin-right: 20px;
opacity: .5;
}
.ham_sns_list li a:hover {
opacity: 0.3;
}
.ham_copyrightbox {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.1em;
color: #999;
}
.ham_copyrightbox_wrap {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px;
}

@media all and (max-width : 1024px ){
#open_navi .ham_navi dt a {
font-size: 2.0rem;
padding-left: 35px;
}
#open_navi .ham_navi dt a::before {
width: 25px;
}
#open_navi .ham_navi dd {
margin-left: 40px;
}
}

@media all and (max-width : 820px ){
#open_navi .ham_navi dt a {
font-size: 1.8rem;
}
#open_navi .ham_navi dd {
font-size: 1.2rem;
}
}

@media all and (max-width : 767px ){
#open_navi .ham_logo {
max-width: 120px;
padding: 0px 0 15px 0px;
}
.ham_inner {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
height: 100%;
}
#open_navi .ham_navi_wrap {
display: flex;
flex-wrap: wrap;
width: 95%;
margin: 0 0 30px 30px;
padding: 0px;
border-bottom: none;
}
#open_navi .ham_navi {
width: 50%;
margin-bottom: 20px;
}
#open_navi .ham_navi:nth-child(3n) {
margin-right: 0px;
}
#open_navi .ham_navi:nth-child(2n) {
margin-right: 0px;
}
#open_navi .ham_navi dt a {
font-size: 1.4rem;
padding-left: 15px;
}
#open_navi .ham_navi dt a::before {
width: 10px;
}
#open_navi .ham_navi dd {
font-size: 1.0rem;
margin-left: 20px;
margin-top: 0px;
}
#open_navi .ham_credit {
font-size: 1.0rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.ham_copyrightbox dt a {
font-size: 1.0rem;
letter-spacing: 0.1em;
}
.ham_copyrightbox dd {
font-size: 1.0rem;
letter-spacing: 0.1em;
margin-top: 10px;
}
.ham_sns_list {
margin-bottom: 20px;
}
.ham_copyrightbox {
font-size: 1.0rem;
}
.ham_copyrightbox_wrap {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 0 30px;
}
}


/* ハンバーガーメニュー
-------------------------------------------------- */

.openbtn {
display: block; 
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top: 25px;
right: 35px;
cursor: pointer;
width: 40px;
height: 40px;
opacity: 0;
}
.is-loaded .openbtn {
opacity: 0;
animation-name: navi_fadein;
animation-duration: 1s;
animation-delay: 1s;
animation-fill-mode: forwards;
}

@keyframes navi_fadein {
0% {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
100% {
opacity: 1;
filter: none;
visibility: visible;
} 
}
/* ×に変化 */	
.openbtn span{
display: inline-block;
transition: all .4s ease;
position: absolute;
left: 14px;
height: 1px;
background-color: #fff;
width: 100%;
}
.openbtn span:nth-of-type(1) {
top:15px;	
}
.openbtn span:nth-of-type(2) {
top:23px;
}
.openbtn span:nth-of-type(3) {
top:31px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 100%;
background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 100%;
background-color: #fff;
}

@media all and (max-width : 980px ){
.openbtn {
mix-blend-mode: difference;
}
}

@media all and (max-width : 767px ){
.openbtn {
top:10px;
right: 15px;
width: 32px;
height:32px;
}
.openbtn span{
position: absolute;
left: 16px;
height: 1px;
width: 60%;
}
.openbtn span:nth-of-type(1) {
	top:9px;	
}
.openbtn span:nth-of-type(2) {
	top:16px;
}
.openbtn span:nth-of-type(3) {
	top:23px;
}
.openbtn.active span:nth-of-type(1) {
top: 11px;
left: 10px;
width: 75%;
}
.openbtn.active span:nth-of-type(3){
top: 23px;
left: 10px;
width: 75%;
}
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
animation-name: fadeDownAnime;
animation-duration: 0.7s;
animation-fill-mode: forwards;
opacity: 0;
display: block;
}

@keyframes fadeDownAnime{
from {
opacity: 0;
transform: translateY(0px);
}

to {
opacity: 1;
transform: translateY(0);
}
}



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

.main {
position: relative;
background-image: url("../img/common/bg_gry.jpg");
background-repeat: repeat;
background-position: left top;
}
.box_s {
max-width: 980px;
margin: 0 auto;
}

@media all and (max-width : 1024px ){
.box_s {
padding: 0 30px;
}
}

@media all and (max-width : 767px ){
.box_s {
padding: 0 5px;
}
}

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

@media all and (max-width : 1440px ){
.box_m {
padding-right: 6%;
}
}

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

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

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

.box_l {
width: 100%;
margin: 0 auto;
}
.content {
padding: 70px 0 100px;
}

@media all and (max-width : 767px ){
.content {
padding: 50px 0;
}
}


/*-------------------------------------------------
カルーセル
-------------------------------------------------*/

.sec_link_banner {
padding: 40px 0 60px;
background-image: url("../img/common/bg_wht.jpg");
background-repeat: repeat;
}

@media all and (max-width : 820px ){
.sec_link_banner {
padding: 30px 0 50px;
}
}

@media all and (max-width : 767px ){
.sec_link_banner {
padding: 20px 0 40px;
}
}

.sec_link_banner .box_m {
position: relative;
}
.sec_link_banner .swiper-slide a {
transition: ease 0.5s;
}
.sec_link_banner .swiper-slide img {
width: 100%;
height: auto;
}
.sec_link_banner .swiper-slide a:hover {
opacity: 0.8;
transition: ease 0.5s;
}

/* ページネーション
-------------------------------------------------*/

.sec_link_banner .swiper-pagination-bullet {
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
margin-right: 10px;
}
.sec_link_banner .swiper-pagination-bullet:last-child {
margin-right: 0px;
}
.sec_link_banner .swiper-pagination-bullet-active {
opacity: 1;
background: #005243;
}
.sec_link_banner .swiper-pagination {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.sec_link_banner .swiper-pagination-bullet:hover {
cursor: pointer;
}


/*------------------------------------------------- 
footer
------------------------------------------------- */

footer {
width: 100%;
position: relative;
z-index: 12;
color: #fff;
}

/* foot_pv
-------------------------------------------------- */

.sec_foot_pv {
position: relative;
}
.foot_pv_wrap {
position: relative;
width: 100%;
padding-top: 21.875%;
z-index: 1;
}

@media all and (max-width : 820px ){
.foot_pv_wrap {
position: relative;
width: 100%;
height: 220px;
padding-top: none;
}
}

@media all and (max-width : 767px ){
.foot_pv_wrap {
position: relative;
width: 100%;
height: 200px;
padding-top: none;
}
}

.foot_pv_wrap::after {
content: "";
position: absolute;
left: 0;
top: 0;
background-color: #000;
opacity: 0.35;
width: 100%;
height: 100%;
z-index: 2;
}
.foot_pvbox {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

@media all and (max-width : 820px ){
.foot_pvbox {
object-fit: cover;
}
}

.footer_inner {
max-width: 1260px;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 5;
}

.foot_inner_wrap {
display: flex;
justify-content: space-between;
}
.foot_logo {
max-width: 270px;
height: auto;
}
.foot_logo img {
width: 100%;
}

@media all and (max-width : 1260px ){
.foot_logo {
max-width: 150px;
}
}

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

.foot_adress {
font-size: 1.2rem;
letter-spacing: 0.2em;
display: block;
line-height: 200%;
}
.foot_access {
font-size: 1.2rem;
letter-spacing: 0.05em;
margin: 20px 0;
}
.foot_list {
font-size: 1.2rem;
display: flex;
margin-top: 15px;
}
.foot_list li {
margin-right: 15px;
padding-left: 20px;
position: relative;
}
.foot_list li::before {
content: "/";
display: inline-block;
position: absolute;
left: 0;
top: 1px;
font-size: 1.0rem;
}
.foot_access a:hover,
.foot_list li a:hover {
text-decoration: underline;
}
.foot_list li:first-of-type {
padding-left: 0px;
}
.foot_list li:first-of-type::before {
content: none;
}
.foot_sns_list {
display: flex;
justify-content: flex-end;
align-items: center;
margin: 50px 0 60px; 
}
.foot_sns_list li a {
width: 20px;
height: auto;
margin-right: 20px;
transition: ease .5s;
}
.foot_sns_list li a:hover {
transition: ease .5s;
opacity: 0.5;
}
.copyright {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.1em;
display: block;
}

@media all and (max-width : 767px ){
.foot_logo {
display: none;
max-width: 100px;
height: auto;
margin: 15px;
}
.foot_inner_wrap {
display: flex;
flex-direction: column;
}
.foot_adress {
font-size: 1.0rem;
letter-spacing: 0.2em;
line-height: 180%;
}
.foot_access {
font-size: 1.1rem;
margin: 10px 0;
}
.foot_list {
display: none;
}
.foot_sns_list {
display: flex;
justify-content: flex-start;
align-items: center;
margin: 10px 0 20px; 
}
.foot_sns_list li a {
margin-right: 5px;
}
.foot_sns_list li img {
width: 50%;
}

.copyright {
font-size: 1.0rem;
}
}


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

.page_top {
width: 45px;
height: 45px;
position: fixed;
right: 100px;
bottom: 200px;
background: #005243;
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 : 980px ){
.page_top {
right: 20px;
bottom: 160px;
}
}

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

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

.page_navi {
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 70px;
font-size: 1.5rem;
border-right: solid 1px #DEDEDE;
}

@media screen and (max-width:980px) {
.page_navi li {
padding: 0 30px;
font-size: 1.3rem;
}
}

.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 {
padding: 15px 0 0px;
margin-bottom: 0px;
flex-wrap: wrap;
}
.page_navi li {
padding: 0 20px;
margin-bottom: 15px;
font-size: 1.2rem;
white-space: nowrap;
}
}


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

.sec_title {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.sec_title_jp {
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 10px;
}
.sec_title_en {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.4rem;
color: #A5A5A5;
line-height: 100%;
letter-spacing: 0.05em;
position: relative;
padding-bottom: 25px;
}
.sec_title_en::after {
content: "";
display: block;
width: 15px;
height: 1px;
background: #C14911;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

@media all and (max-width : 1024px ){
.sec_title_jp {
font-size: 2.2rem;
}
}

@media all and (max-width : 820px ){
.sec_title_jp {
font-size: 2.0rem;
}
.sec_title_en {
font-size: 1.2rem;
}
}

@media all and (max-width : 768px ){
.sec_title {
margin-bottom: 30px;
}
.sec_title_jp {
font-size: 1.6rem;
}
.sec_title_en {
font-size: 1.0rem;
}
}



/*-------------------------------------------------
セクション縦書きタイトル
-------------------------------------------------*/

.sec_title_vertical {
display: flex;
padding-left: 12.34%;
position: relative;
z-index: 5;
}
.sec_title_vertical dt {
font-size: 3.2rem;
font-weight: 500;
letter-spacing: 0.2em;
writing-mode: vertical-rl;
line-height: 100%;
margin-right: 6px;
}
.sec_title_vertical dt span {
color: #fff;
}
.sec_title_vertical dd {
font-family: "garamond-premier-pro", serif;
font-weight: 500;
font-size: 1.4rem;
color: #999;
writing-mode: vertical-rl;
line-height: 100%;
letter-spacing: 0.05em;
}

@media all and (max-width : 1024px ){
.sec_title_vertical dt {
font-size: 3.0rem;
}
}

@media all and (max-width : 820px ){
.sec_title_vertical dt {
font-size: 2.8rem;
}
.sec_title_vertical dd {
font-size: 1.2rem;
}
}

@media all and (max-width : 767px ){
.sec_title_vertical dt {
font-size: 2.0rem;
}
.sec_title_vertical dd {
font-size: 1.0rem;
}
}


/*-------------------------------------------------
	 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: 'Crimson Text', 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: #8E7742;
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: #8E7742;
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: 400;
letter-spacing: 0.2em;
text-decoration: none; 
display: inline-block;
color:#fff;
padding: 17px 117px 17px 117px;
border-radius: 5px;
background-color: #000;
text-align: center;
outline: none;
transition: ease .3s; 
}
.link_btn:hover {
background:#8E7742;
color:#fff;
transition: ease .3s;
}
.btn_arrow::after {
content: '';
position: absolute;
top:44%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
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.2rem;
font-weight: 400;
padding: 10px 40px 10px 40px;
}
.btn_arrow::after { 
top:44%;
right: 15px;
width: 6px; 
height: 6px;
}
}


.BlockSearch h3{ display:block; margin:0 0 20px 0; font-size: 2.4rem;}
.BlockSearch dl { display:block; margin:0 0 30px 0;}
.BlockSearch dl dt{ display:block; margin:0 0 5px 0;}
.BlockSearch dl dt h4{ display:block; margin:0; font-size: 1.6rem;}
.BlockSearch dl dt h4 a:hover{  text-decoration:underline;}
.BlockSearch dl dd{ display:block; margin:0; padding:10px;font-size: 1.4rem; border:1px solid #CCCCCC; background:#FFFFFF;}
