@charset "UTF-8";
.gHeaderWrap {}
.gHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.isFixed .gHeader {
    background-color: #000;
}
.gHeader_inner {
    max-width: none;
    padding-right: 0px;
    padding-left: 40px;
}
.gHeader_cols {
    display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {
    margin-right: 40px;
    width: 30%;
}
.gHeader_title {}
.gHeader_title > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    height: 130px;
    color: #fff;
    transition-duration: .3s;
    transition-property: background-color, color, height, padding-top;
    padding-top: 20px;
    box-sizing: border-box;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_logo {
    display: block;
    width: 68px;
    height: 68px;
    margin-right: 19px;
    fill: currentColor;
}
.gHeader_title_text {
    display: block;
    width: 397px;
    height: 19px;
    fill: currentColor;
}
.gHeader_col-no2 {
    flex-grow: 1;
}
.gNav {
    max-width: 800px;
    margin-left: auto;
    background-color: #000000;
    box-sizing: border-box;
    padding: 0 36px;
}
.gNav_inner {
    max-width: 768px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.gNav_list {
    list-style: none;
    display: flex;
    width: calc(100% - 90px);
    margin-right: 10px;
}
.gNav_list > li {
    flex-grow: 1;
}
.gNav_list > li.-sp {
    display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #000000;
    height: 130px;
    color: #fff;
    padding: 0 15px;
    transition-duration: .3s;
    transition-property: background-color, color, height;
    white-space: nowrap;
}
.p-home .gNav_list > li > a.-home,
.p-access .gNav_list > li > a.-access,
.p-guide .gNav_list > li > a.-guide,
.p-privacy .gNav_list > li > a.-privacy,
.p-room .gNav_list > li > a.-room,
.p-topics .gNav_list > li > a.-topics,
.p-concept .gNav_list > li > a.-concept,
.p-contact .gNav_list > li > a.-contact {}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_list > li > a > b {
    font-weight: normal;
    font-size: 19px;
    display: block;
    letter-spacing: 0.05em;
}
.gNav_list > li > a > small {
    display: block;
    font-weight: normal;
    color: #777777;
    margin-top: 18px;
    transition-duration: .3s;
    transition-property: background-color, color, margin-top;
    letter-spacing: .1em;
    font-size: 15px;
}
.p-access .gNav_list > li > a.-access > small,
.p-room .gNav_list > li > a.-room > small,
.p-concept .gNav_list > li > a.-concept > small,
.p-topics .gNav_list > li > a.-topics > small {
    color: inherit;
}
.language_switcher{
    display: flex;
    align-items: center;
    list-style-type: none;
    width: 60px;
    color: #fff;
}
.language_switcher li::before{
    content: "/";
    margin: 0 5px;
}
.language_switcher li:first-child:before{
    display: none;
}
.language_switcher li a{
    text-decoration: none;
    color: #777;
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    padding-bottom: 3px;
    transition: all 0.3s;
}
.language_switcher li a:hover{
    background-size: 100% 1px;
    color: #fff;
}
.language_switcher li .current_lang{
    background: linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
    padding-bottom: 3px;
}
.gVisual {
    margin-bottom: 70px;
}
.gVisual_bg {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-color: #86a7b3;
    transform: none;
}
.gVisual_bg-home {
    background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual_bg-access {
    background-image: url(/assets/img/common/pt-main-access.jpg);
    background-color: #7697a8;
}
.gVisual_bg-guide {
    background-image: url(/assets/img/common/pt-main-guide.jpg);
    background-color: #a3c4f7;
}
.gVisual_bg-privacy {
    background-image: url(/assets/img/common/pt-main-privacy.jpg);
    background-color: #86a4d3;
}
.gVisual_bg-room {
    background-image: url(/assets/img/common/pt-main-room.jpg?date=220310);
    background-color: silver;
}
.gVisual_bg-topics {
    background-image: url(/assets/img/common/pt-main-topics.jpg);
    background-color: #83a3d0;
}
.gVisual_bg-topics-detail {
    background-image: url(/assets/img/common/pt-main-topics-detail.jpg);
}
.gVisual_bg-concept {
    background-image: url(/assets/img/common/pt-main-concept.jpg?date=220310);
    background-color: #dbd6ca;
}
.gVisual_bg-contact {
    background-image: url(/assets/img/common/pt-main-contact.jpg);
    background-color: #928e85;
}
.gVisual_bg-facility {
    background-image: url(/assets/img/common/pt-main-facility.jpg);
    background-color: #dbd6ca;
}
.gVisual_bg-restaurant {
    background-image: url(/assets/img/common/pt-main-restaurant.jpg);
    background-color: #dbd6ca;
}
.gVisual_inner {
    z-index: 2;
    margin-top: -124px;
    display: flex;
    max-width: 1580px;
}
.gVisual_title {
    line-height: 1;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 20px 98px;
    position: relative;
    z-index: 1;
    border-left: 3px solid #698b69;
    transform: none;
}
.gVisual_title::before {
    content: "";
    display: block;
    height: 190px;
    width: 1px;
    margin-right: -1px;
}
.gVisual_title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: left center;
    transition-duration: 0.6s;
    transition-property: transform;
    transform: scale(0, 1);
    transition-delay: 0.5s;
}
.gVisual_title[data-animation="after"]::after {
    transform: scale(1, 1);
}
.gVisual_title > b {
    display: block;
    font-weight: inherit;
    font-size: 80px;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
    top: -0.0em;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    transition-delay: .8s;
}
.gVisual_title[data-animation="after"] > b {
    opacity: 1;
}
.gVisual_title > small {
    display: block;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-left: 34px;
    letter-spacing: 0.1em;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    transition-delay: .8s;
}
.gVisual_title[data-animation="after"] > small {
    opacity: 1;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.isShow .gMenuBtn_bar-no1 {}
.isShow .gMenuBtn_bar-no2 {}
.gFooter {
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 1.6875;
    padding: 48px 0 65px;
}
.gFooter_inner {}
.gFooter_title {
    max-width: 252px;
    margin: 0 auto 26px;
}
.gFooter_title > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_title > a::before {
    content: "";
}
.gFooter_title > a::after {
    content: "";
}
.gFooter_title_logo {
    display: block;
    fill: currentColor;
    width: 89px;
    height: 89px;
    margin: 0 auto 17px;
}
.gFooter_title_text {
    display: block;
    fill: currentColor;
    width: 252px;
    height: 12px;
}
.gFooter_dList {
    list-style: none;
}
.gFooter_dList > dt {}
.gFooter_dList > dd {}
.gFooter_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 59px 0 51px;
}
.gFooter_list > li {
    display: flex;
    align-items: center;
}
.gFooter_list > li::after {
    content: "｜";
}
.gFooter_list > li:last-child::after {
    display: none;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_copyright {}
.gFooter_copyright > small {
    display: block;
    font-size: 11px;
    text-align: center;
}
.gBanner {
    background-color: #191919;
    color: #fff;
    padding: 52px 0 77px;
}
.gBanner_inner {
    max-width: 1300px;
}
.gBanner_list {
    list-style: none;
}
.gBanner_list-s {
    margin-top: 2%;
    flex-wrap: wrap;
    display: flex;
}
.gBanner_list > li {}
.gBanner_list-s > li {
    width: 49%;
    margin-left: 2%;
}
.gBanner_list-l > li {
    width: 32.32%;
    margin-left: 1.52%;
}
.gBanner_list > li:first-child {}
.gBanner_list > li:last-child {}
.gBanner_list-l > li:nth-child(3n+1) {
    margin-left: 0;
}
.gBanner_list-s > li:nth-child(2n+1) {
    margin-left: 0;
}
.gBanner_list-l > li:nth-child(n+4) {
    margin-top: 1.52%;
}
.gBanner_list-s > li:nth-child(n+3) {
    margin-top: 2%;
}
.gBanner_list-single > li:nth-child(n+2) {
    margin-top: 2%;
}
.gBanner_list_item {
    display: flex;
    text-decoration: none;
    color: inherit;
    border: 1px solid #666666;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
}
.gBanner_list_item::before {
    content: "";
    height: 98px;
    width: 1px;
    display: block;
    margin-right: -1px;
}
.gBanner_list_item-s::before {}
.gBanner_list_item::after {
    content: "";
}
.gBanner_list_item > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gBanner_title {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    line-height: 1;
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.gBanner_title::before {
    content: "";
    display: block;
    width: 1px;
    height: 68px;
}
.gContact {
    position: relative;
    z-index: 1;
    padding-bottom: 65px;
}
.gContact::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% - 102px);
    background-color: #f1f1f1;
    left: 0;
    bottom: 0;
}
.gContact_inner {
    padding-left: 150px;
    padding-right: 150px;
}
.gContact_link {
    margin-bottom: 55px;
}
.gContact_link > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    justify-content: center;
    padding: 20px 180px;
    background-color: #fff;
    box-shadow: 0 14px 62px rgba(191, 191, 191, 0.38);
    line-height: 1;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: box-shadow, -webkit-transform;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform;
}
.gContact_link > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 160px;
    margin-right: -1px;
}
.gContact_link > a::after {
    content: "";
}
.gContact_link > a > .icon {
    display: block;
    font-size: 36px;
    margin-right: 18px;
}
.gContact_link > a > b {
    display: block;
    font-weight: inherit;
    font-size: 30px;
    letter-spacing: 0.1em;
}
.gContact_link > a > small {
    display: block;
    font-size: 18px;
    color: #777777;
    margin-left: 20px;
    position: relative;
    z-index: 1;
    top: 0.1em;
}
.gContact_link > a > svg {
    display: block;
    width: 93px;
    height: 7px;
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 59px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
    transition-duration: .3s;
    transition-property: margin-right;
}
.gContact_dList {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
}
.gContact_dList.personal{
    margin-bottom: 20px;
}
.gContact_dList > dt {
    font-size: 20px;
    position: relative;
    z-index: 1;
    top: 0.45em;
    letter-spacing: 0.1em;
    margin-right: 7px;
}
.gContact_dList > dd {}
.gContact_dList > dd > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    font-size: 40px;
    align-items: center;
    letter-spacing: 0.02em;
}
.gContact_dList > dd > a > small {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 15px;
    display: block;
}
.gContact_dList > dd > small {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 6px;
    letter-spacing: 0.1em;
}
.gContact_dList > dd > a::before {
    content: "";
}
.gContact_dList > dd > a::after {
    content: "";
}
.gContact_dList > dd > a > .icon {
    display: block;
    font-size: 36px;
    margin-right: 11px;
    top: -0.05em;
}
.gFooterWrap {}
.gPageTop {
    width: 90px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.gPageTop_button {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 100px;
}
.gPageTop_button > b {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    font-weight: inherit;
    vertical-align: revert;
    top: 0;
    transition-duration: .3s;
    transition-property: top;
    position: relative;
}
.gPageTop_button::before {
    content: "";
    display: block;
    width: 1px;
    height: 250px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: currentColor;
    transition-duration: .3s;
    transition-property: height;
}
.gPageTop_button::after {
    content: "";
}
.gBody {
    position: relative;
    z-index: 0;
    padding-bottom: 110px;
    overflow: hidden;
}
.gFixNav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    width: 220px;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.gFixNav_list {
    list-style: none;
}
.gFixNav_list > li {}
.gFixNav_list > li:first-child {}
.gFixNav_list > li:last-child {}
.gFixNav_list > li:nth-child(2n+1) {}
.gFixNav_list > li:nth-child(n+3) {}
.gFixNav_list > li.item01 {
    font-weight: bold;
}
.gFixNav_list_btn {
    display: flex;
    height: 120px;
    align-items: center;
    background-color: #698b69;
    color: #fff;
    text-decoration: none;
    padding-left: 17px;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
}
.gFixNav_list_btn-edit {
    background-color: #90a985;
}
.gFixNav_list_btn::before {
    content: "";
}
.gFixNav_list_btn::after {
    content: "";
}
.gFixNav_list_btn > .icon {
    display: block;
    font-size: 34px;
    margin-right: 10px;
}
.gFixNav_list_btn > b {
    display: flex;
    align-items: center;
    line-height: 1.75;
    font-weight: inherit;
    letter-spacing: -0.02em;
}
.gFixNav_list_btn > b::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: currentColor;
    margin-right: 16px;
}
.gNav_title {
    display: none;
}
.gNav_title > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_title > a::before {
    content: "";
}
.gNav_title > a::after {
    content: "";
}
.gNav_title_logo {}
.gNav_title_text {}
.gNav_link {
    display: none;
}
.gNav_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_link > a::before {
    content: "";
}
.gNav_link > a::after {
    content: "";
}
.gNav_link > a > .icon {}
.gNav_link > a > b {}
.gNav_dList {
    list-style: none;
    display: none;
}
.gNav_dList > dt {}
.gNav_dList > dd {}
.gNav_dList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_dList > dd > a::before {
    content: "";
}
.gNav_dList > dd > a::after {
    content: "";
}
.gNav_dList > dd > a > .icon {}
.gNav_dList > dd > a > b {}
.gNav_dList > dd > small {}
.isFixed .gNav_list > li > a {
    height: 90px;
}
.isFixed .gHeader_title > a {
    height: 90px;
    padding-top: 0;
}
.isFixed .gNav_list > li > a > small {
    margin-top: 10px;
}
.gBody_inner {}
.gPager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 115px;
}
.gPager > a,
.gPager > span {
    color: inherit;
    min-width: 30px;
    height: 45px;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: inherit;
    transition-duration: .3s;
    transition-property: color, background-color;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.gPager > a::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #698b69;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    transition-duration: .3s;
    transition-property: width;
}
.gPager > .current::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #698b69;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gPager > .previouspostslink {
    font-size: 0;
    padding-left: 0;
}
.gPager > .previouspostslink::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 6' fill='none' stroke='%23000' stroke-width='1px'%3E%3Cpath d='M39,6H0L7,0'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 7px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gPager > .current {
    color: #698b69;
}
.gPager > span {}
.gPager > .extend {
    border: none;
}
.gPager > .nextpostslink {
    font-size: 0;
    padding-right: 0;
}
.gPager > .nextpostslink::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 6' fill='none' stroke='%23000' stroke-width='1px'%3E%3Cpath d='M0,6H39L32,0'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 7px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gPager > .previouspostslink::after {
    display: none;
}
.gPager > .nextpostslink::after {
    display: none;
}
.gBody_message {
    margin-bottom: 45px;
}
.gBanner_cols {
    display: flex;
    justify-content: space-between;
}
.gBanner_col {
    width: 49.5%;
}
.gBanner_col-no2 {}
.gBanner_col-no1 {}
.gBanner_reList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gBanner_reList > li {
    width: 32%;
    margin-left: 2%;
}
.gBanner_reList > li:first-child {}
.gBanner_reList > li:last-child {}
.gBanner_reList > li:nth-child(3n + 1) {
    margin-left: 0;
}
.gBanner_reList > li:nth-child(n + 4) {
    margin-top: 2%;
}
.gBanner_reList_item {
    display: flex;
    text-decoration: none;
    color: inherit;
    border: 1px solid #666666;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
}
.gBanner_reList_item > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.gConcierge {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
    width: 900px;
    box-sizing: border-box;
    padding: 53px 40px 60px;
    transform: translate3d(100%, 0, 0);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    pointer-events: none;
    opacity: 0;
    max-width: 100%;
}
.gConcierge.isShow {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}
.gConcierge > form {}
.gConcierge > form > input {}
.gConcierge_closeBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    color: #fff;
    border: 10px solid rgba(255, 255, 255, 0);
    box-sizing: content-box;
    background-clip: content-box;
    transition-duration: .3s;
    transition-property: transform;
}
.gConcierge_closeBtn::before {
    content: "";
    display: block;
    width: 141%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.gConcierge_closeBtn::after {
    content: "";
    display: block;
    width: 141%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.gConcierge_inner {
    max-width: 791px;
    margin: 0 auto;
}
.gConcierge_title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
}
.gConcierge_row {
    display: flex;
    align-items: center;
}
.gConcierge_inputWrap {
    display: flex;
    align-items: center;
    margin-left: 21px;
    /* margin-left: 5px; */
    /* padding-right: 5px; */
}
.gConcierge_inputWrap:first-child {
    margin-left: 0;
}
.gConcierge_selWrap {
    border: none;
    border-radius: 0;
}
.gConcierge_selWrap::before {
    border: 5px solid currentColor;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-top-width: 8px;
    border-bottom-width: 0;
    right: 8px;
    top: 50%;
    bottom: auto;
}
.gConcierge_selWrap > select {
    line-height: 44px;
    height: 44px;
    padding-left: 17px;
    border-right-width: 31px;
}
.gConcierge_selWrap > select > option {}
.gConcierge_suffix {
    color: #fff;
    margin-left: 8px;
}
.gConcierge_inputWrap input[type="checkbox"]{
  border-raduis: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gConcierge_inputWrap input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
.gConcierge_inputWrap input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.gConcierge_inputWrap label {
  color: #fff;
  margin-left: 8px;
}
.gConcierge_hr {
    border: none;
    height: 44px;
    width: 1px;
    background-color: #fff;
    margin: 0 auto;
}
.gConcierge_submitBtn {
    display: block;
    width: auto;
}
button.gConcierge_submitBtn {
    min-height: 44px;
    background-color: #698b69;
    color: #fff;
    border: none;
    width: 160px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: inherit;
    /* margin-left: 29px; */
    margin-left: auto;
    margin-top: 10px;
}
.gConcierge_submitBtn::before {
    content: "";
}
.gConcierge_submitBtn::after {
    content: "";
    width: 24px;
}
.gConcierge_link {
    margin-top: 37px;
}
.gConcierge_link > a {
    display: flex;
    text-decoration: none;
    background-color: #90a985;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    color: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gConcierge_link > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    margin-right: -1px;
}
.gConcierge_link > a::after {
    content: "";
}
.gConcierge_link > a > .icon {
    font-size: 30px;
}
.gConcierge_link > a > b {
    display: flex;
    font-weight: normal;
    align-items: center;
    border-left: 1px solid currentColor;
    padding-left: 13px;
    margin-left: 12px;
}
.gConcierge_link.item01 > a > b{
    font-weight: bold;
}
.gConcierge_link > a > b::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
}
.gFixNav.isHidden {
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
    opacity: 0;
}
@media screen and (max-width:1299px) {
    .gHeader_inner {
        padding-left: 20px;
    }
    .gNav {
        padding: 0 10px;
    }
    .gPageTop {
        width: 70px;
    }
    .gContact_inner {
        padding-left: 110px;
        padding-right: 110px;
    }
}
@media screen and (max-width:1099px) {
    .gHeader_title_text {
        width: 320px;
        height: 16px;
    }
    .gNav_list > li > a {
        padding: 0 10px;
    }
    .gContact_link > a {
        justify-content: flex-start;
        padding-left: 80px;
    }
}
@media screen and (min-width:1000px) {
    .gConcierge_closeBtn:hover {
        transform: scale(1.1);
    }
    .gConcierge_submitBtn:hover {}
    .gConcierge_link > a:hover {
        background-color: #7c9173;
    }
    a.gBanner_reList_item:hover {
        background-color: #3a3a3a;
    }
    .gFixNav_list_btn:hover {
        background-color: #597459;
    }
    .gFixNav_list_btn-edit:hover {
        background-color: #7c9173;
    }
    .gNav_title > a:hover {}
    .gNav_link > a:hover {}
    .gNav_dList > dd > a:hover {}
    .gHeader_title > a:hover {
        color: #ddd;
    }
    .gNav_list > li > a:hover {}
    .gNav_list > li > a:hover > small {
        color: #fff;
    }
    .gMenuBtn:hover {}
    .gFooter_title > a:hover {
        color: #ddd;
    }
    .gFooter_list > li > a:hover {
        text-decoration: underline;
    }
    a.gBanner_list_item:hover {
        background-color: #3a3a3a;
    }
    .gContact_link > a:hover {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        box-shadow: 0 14px 22px rgba(191, 191, 191, 0.38);
    }
    .gContact_link > a:hover > svg {
        margin-right: -10px;
    }
    .gContact_dList > dd > a:hover {}
    .gPageTop_button:hover > b {
        top: -5px;
    }
    .gPageTop_button:hover {}
    .gPageTop_button:hover::before {
        height: 0;
    }
    .gPager > a:hover {
        color: #698b69;
    }
    .gPager > a:hover::after {
        width: 30px;
    }
    .previouspostslink:hover::before {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    .nextpostslink:hover::before {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
@media screen and (max-width: 999px) {
    .gHeaderWrap {}
    .gHeader {}
    .isFixed .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {
        margin-right: 25px;
    }
    .gHeader_title {}
    .gHeader_title > a {
        height: 90px;
        padding-top: 0;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_logo {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .gHeader_title_text {
        width: 250px;
        height: 12px;
    }
    .gHeader_col-no2 {}
    .gNav {
        max-width: 490px;
    }
    .gNav_inner {}
    .gNav_list {
        width: 90%;
    }
    .gNav_list > li {}
    .gNav_list > li.-sp {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n + 1) {}
    .gNav_list > li:nth-child(n + 3) {}
    .gNav_list > li > a {
        height: 90px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {
        font-size: 15px;
    }
    .gNav_list > li > a > small {
        margin-top: 10px;
        font-size: 11px;
    }
    .language_switcher{
        width: 8%;
        font-size: 11px;
    }
    .gVisual {
        margin-bottom: 50px;
    }
    .gVisual_bg {
        height: 350px;
    }
    .gVisual_inner {
        margin-top: -90px;
    }
    .gVisual_title {
        padding: 20px 50px;
    }
    .gVisual_title::before {
        height: 110px;
    }
    .gVisual_title > b {
        font-size: 60px;
    }
    .gVisual_title > small {
        font-size: 18px;
        margin-left: 23px;
    }
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .isShow .gMenuBtn_bar-no1 {}
    .isShow .gMenuBtn_bar-no2 {}
    .gFooter {}
    .gFooter_inner {}
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title_logo {}
    .gFooter_title_text {}
    .gFooter_dList {}
    .gFooter_dList > dt {}
    .gFooter_dList > dd {}
    .gFooter_list {}
    .gFooter_list > li {}
    .gFooter_list > li::after {}
    .gFooter_list > li:last-child::after {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n + 1) {}
    .gFooter_list > li:nth-child(n + 3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_copyright {}
    .gFooter_copyright > small {}
    .gBanner {}
    .gBanner_inner {}
    .gBanner_list {}
    .gBanner_list-s {}
    .gBanner_list > li {}
    .gBanner_list-s > li {}
    .gBanner_list-l > li {}
    .gBanner_list > li:first-child {}
    .gBanner_list > li:last-child {}
    .gBanner_list-l > li:nth-child(2n + 1) {}
    .gBanner_list-s > li:nth-child(4n + 1) {}
    .gBanner_list > li:nth-child(n + 3) {}
    .gBanner_list_item {}
    .gBanner_list_item::before {}
    .gBanner_list_item-s::before {}
    .gBanner_list_item::after {}
    .gBanner_list_item > img {}
    .gBanner_title {}
    .gContact {}
    .gContact::before {}
    .gContact_inner {}
    .gContact_link {}
    .gContact_link > a {
        padding-left: 55px;
        padding-right: 110px;
    }
    .gContact_link > a::before {
        height: 120px;
    }
    .gContact_link > a::after {}
    .gContact_link > a > .icon {
        font-size: 28px;
        margin-right: 8px;
    }
    .gContact_link > a > b {
        font-size: 20px;
    }
    .gContact_link > a > small {
        font-size: 14px;
        margin-left: 11px;
    }
    .gContact_link > a > svg {
        right: 26px;
        width: 60px;
        height: 5px;
    }
    .gContact_dList {
        display: block;
    }
    .gContact_dList > dt {
        font-size: 18px;
        top: 0;
        text-align: center;
        margin-bottom: 18px;
    }
    .gContact_dList > dd {}
    .gContact_dList > dd > a {
        font-size: 34px;
        justify-content: center;
    }
    .gContact_dList > dd > small {}
    .gContact_dList > dd > a::before {}
    .gContact_dList > dd > a::after {}
    .gContact_dList > dd > a > .icon {
        font-size: 31px;
        margin-right: 5px;
    }
    .gContact_dList > dd > a > small {}
    .gFooterWrap {}
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button > b {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gBody {
        padding-bottom: 75px;
    }
    .gFixNav {
        width: 200px;
    }
    .gFixNav_list {}
    .gFixNav_list > li {}
    .gFixNav_list > li:first-child {}
    .gFixNav_list > li:last-child {}
    .gFixNav_list > li:nth-child(2n + 1) {}
    .gFixNav_list > li:nth-child(n + 3) {}
    .gFixNav_list_btn {
        height: 80px;
    }
    .gFixNav_list_btn-edit {}
    .gFixNav_list_btn::before {}
    .gFixNav_list_btn::after {}
    .gFixNav_list_btn > .icon {
        font-size: 28px;
    }
    .gFixNav_list_btn > b {
        font-size: 13px;
        line-height: 1.5;
    }
    .gFixNav_list_btn > b::before {
        height: 50px;
    }
    .gNav_title {}
    .gNav_title > a {}
    .gNav_title > a::before {}
    .gNav_title > a::after {}
    .gNav_title_logo {}
    .gNav_title_text {}
    .gNav_link {}
    .gNav_link > a {}
    .gNav_link > a::before {}
    .gNav_link > a::after {}
    .gNav_link > a > .icon {}
    .gNav_link > a > b {}
    .gNav_dList {}
    .gNav_dList > dt {}
    .gNav_dList > dd {}
    .gNav_dList > dd > a {}
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_dList > dd > a > .icon {}
    .gNav_dList > dd > a > b {}
    .gNav_dList > dd > small {}
    .isFixed .gNav_list > li > a {}
    .isFixed .gHeader_title > a {}
    .isFixed .gNav_list > li > a > small {}
    .gPager {}
    .gPager > a,
    .gPager > span {}
    .gPager > a::after {}
    .gPager > .current::after {}
    .gPager > .previouspostslink {}
    .gPager > .previouspostslink::before {}
    .gPager > .current {}
    .gPager > span {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gPager > .nextpostslink::before {}
    .gPager > .previouspostslink::after {}
    .gPager > .nextpostslink::after {}
    .gBody_message {}
    .gBanner_cols {}
    .gBanner_col {}
    .gBanner_col-no2 {}
    .gBanner_col-no1 {}
    .gBanner_reList {}
    .gBanner_reList > li {}
    .gBanner_reList > li:first-child {}
    .gBanner_reList > li:last-child {}
    .gBanner_reList > li:nth-child(3n + 1) {}
    .gBanner_reList > li:nth-child(n + 4) {}
    .gBanner_reList_item {}
    .gBanner_reList_item > img {}
    .gConcierge {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    .gConcierge.isShow {}
    .gConcierge > form {}
    .gConcierge > form > input {}
    .gConcierge_closeBtn {}
    .gConcierge_closeBtn::before {}
    .gConcierge_closeBtn::after {}
    .gConcierge_inner {}
    .gConcierge_title {}
    .gConcierge_row {}
    .gConcierge_inputWrap {
        margin-left: 10px;
    }
    .gConcierge_inputWrap:first-child {}
    .gConcierge_selWrap {}
    .gConcierge_selWrap::before {}
    .gConcierge_selWrap > select {
        padding-left: 12px;
        border-right-width: 27px;
    }
    .gConcierge_selWrap > select > option {}
    .gConcierge_suffix {
        margin-left: 7px;
    }
    .gConcierge_hr {}
    .gConcierge_submitBtn {}
    button.gConcierge_submitBtn {}
    .gConcierge_submitBtn::before {}
    .gConcierge_submitBtn::after {}
    .gConcierge_link {
        margin-top: 25px;
    }
    .gConcierge_link > a {}
    .gConcierge_link > a::before {}
    .gConcierge_link > a::after {}
    .gConcierge_link > a > .icon {}
    .gConcierge_link > a > b {}
    .gConcierge_link > a > b::before {}
    .gFixNav.isHidden {}
}
@media screen and (max-width: 767px) {
    .gHeaderWrap {}
    .gHeader {}
    .isFixed .gHeader {}
    .gHeader_inner {
        position: static;
        padding-right: 60px;
    }
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {
        width: auto;
    }
    .gHeader_title {}
    .gHeader_title > a {
        height: 60px;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_logo {
        width: 34px;
        height: 34px;
    }
    .gHeader_title_text {
        width: 200px;
        height: 10px;
    }
    .gHeader_col-no2 {}
    .gNav {
        max-width: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(105, 139, 105, 0.96);
        color: #fff;
        box-sizing: border-box;
        padding: 0;
        padding-top: 84px;
        padding-bottom: 50px;
        overflow: auto;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
        pointer-events: none;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        pointer-events: auto;
    }
    .gNav_inner {
        max-width: none;
        display: block;
    }
    .gNav_list {
        flex-wrap: wrap;
        max-width: 335px;
        margin: 0 auto;
    }
    .gNav_list > li {
        width: 50%;
    }
    .gNav_list > li.-sp {
        display: block;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n + 1) {}
    .gNav_list > li:nth-child(n + 3) {}
    .gNav_list > li > a {
        background-color: rgba(255, 255, 255, 0);
        height: 100px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {
        font-size: 17px;
    }
    .gNav_list > li > a > small {
        color: inherit;
        margin-top: 14px;
    }
    .language_switcher{
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }
    .language_switcher li a{
        color: #fff;
    }
    .gVisual {
        margin-bottom: 35px;
    }
    .gVisual_bg {
        height: 250px;
    }
    .gVisual_inner {
        margin-top: -45px;
    }
    .gVisual_title {
        border-left-width: 2px;
        padding: 15px 23px;
    }
    .gVisual_title::before {
        height: 60px;
    }
    .gVisual_title > b {
        font-size: 40px;
    }
    .gVisual_title > small {
        font-size: 14px;
        letter-spacing: 0;
        margin-left: 11px;
        top: 1px;
    }
    .gMenuBtn {
        display: block;
        position: fixed;
        z-index: 1003;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background-color: #000;
        color: #fff;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        display: block;
        width: 27px;
        height: 1px;
        background-color: currentColor;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin-top: 7px;
    }
    .isShow .gMenuBtn_bar-no1 {
        top: 4px;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        top: -4px;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    .gFooter {
        padding: 29px 0 87px;
    }
    .gFooter_inner {}
    .gFooter_title {
        max-width: 155px;
        margin-bottom: 21px;
    }
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title_logo {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
    }
    .gFooter_title_text {
        width: 155px;
        height: 8px;
    }
    .gFooter_dList {
        font-size: 13px;
    }
    .gFooter_dList > dt {}
    .gFooter_dList > dd {}
    .gFooter_list {
        font-size: 13px;
        margin: 32px 0 20px;
    }
    .gFooter_list > li {}
    .gFooter_list > li::after {}
    .gFooter_list > li:last-child::after {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n + 1) {}
    .gFooter_list > li:nth-child(n + 3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_copyright {}
    .gFooter_copyright > small {
        font-size: 10px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .gBanner {
        padding: 45px 0 45px;
    }
    .gBanner_inner {
        max-width: 400px;
    }
    .gBanner_list {}
    .gBanner_list-l {
        display: block;
    }
    .gBanner_list-s {
        margin-top: 8px;
    }
    .gBanner_list > li {}
    .gBanner_list-s > li {
        width: 48.5%;
        margin-left: 3%;
    }
    .gBanner_list-l > li {
        width: auto;
        margin-left: 0;
        margin-top: 3%;
    }
    .gBanner_list > li:first-child {}
    .gBanner_list-l > li:first-child {
        margin-top: 0;
    }
    .gBanner_list > li:last-child {}
    .gBanner_list-s > li:nth-child(n + 3) {
        margin-top: 8px;
    }
    .gBanner_list-l > li:nth-child(2n + 1) {}
    .gBanner_list-s > li:nth-child(2n + 1) {
        margin-left: 0;
    }
    .gBanner_list-single > li:nth-child(n + 2) {
        margin-top: 8px;
    }
    .gBanner_list_item {}
    .gBanner_list_item-s {
        padding: 5px 10px;
    }
    .gBanner_list_item::before {
        height: 38px;
    }
    .gBanner_list_item::after {}
    .gBanner_list_item > img {
        width: 230px;
    }
    .gBanner_list_item-s > img {
        width: 110px;
    }
    .gBanner_title {
        font-size: 18px;
        margin-bottom: 16px;
        display: block;
    }
    .gBanner_title::before {
        display: none;
    }
    .gContact {
        position: static;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 56px, #f1f1f1 56px);
        padding-bottom: 36px;
    }
    .gContact::before {
        height: calc(100% - 56px);
        display: none;
    }
    .gContact_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gContact_link {
        margin-bottom: 25px;
    }
    .gContact_link > a {
        padding: 0px 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 115px;
        align-content: center;
        box-sizing: border-box;
        padding-bottom: 16px;
    }
    .gContact_link > a::before {
        display: none;
    }
    .gContact_link > a::after {}
    .gContact_link > a > .icon {
        font-size: 18px;
    }
    .gContact_link > a > b {
        font-size: 17px;
    }
    .gContact_link > a > small {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 6px;
        font-size: 13px;
    }
    .gContact_link > a > svg {
        right: auto;
        left: 50%;
        bottom: 25px;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 48px;
        height: 4px;
    }
    .gContact_dList {
        display: block;
        text-align: center;
    }
    .gContact_dList > dt {
        top: 0;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .gContact_dList > dd {}
    .gContact_dList > dd > a {
        justify-content: center;
        font-size: 24px;
    }
    .gContact_dList > dd > a > small {
        font-size: 11px;
    }
    .gContact_dList > dd > small {
        font-size: 12px;
    }
    .gContact_dList > dd > a::before {}
    .gContact_dList > dd > a::after {}
    .gContact_dList > dd > a > .icon {
        font-size: 20px;
        margin-right: 3px;
        top: -0.15em;
    }
    .gFooterWrap {
        position: relative;
        z-index: 1;
    }
    .gPageTop {
        width: 40px;
        z-index: 10;
        bottom: 222px;
        top: auto;
    }
    .gPageTop_button {
        color: #fff;
        font-size: 10px;
    }
    .gPageTop_button > b {}
    .gPageTop_button::before {
        height: 125px;
    }
    .gPageTop_button::after {}
    .gBody {
        padding-bottom: 55px;
    }
    .gFixNav {
        width: 100%;
    }
    .gFixNav_list {
        display: flex;
        flex-wrap: wrap;
    }
    .gFixNav_list > li {
        width: 50%;
    }
    .gFixNav_list > li.item01 {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .gFixNav_list > li.item01 br{
        display: none;
    }
    .gFixNav_list > li:first-child {}
    .gFixNav_list > li:last-child {}
    .gFixNav_list > li:nth-child(2n + 1) {}
    .gFixNav_list > li:nth-child(n + 3) {}
    .gFixNav_list_btn {
        height: 55px;
    }
    .gFixNav_list_btn-edit {}
    .gFixNav_list_btn::before {}
    .gFixNav_list_btn::after {}
    .gFixNav_list_btn > .icon {
        font-size: 20px;
    }
    .gFixNav_list_btn > b {
        line-height: 1.31;
    }
    .gFixNav_list_btn > b::before {
        height: 35px;
        margin-right: 12px;
    }
    .gNav_title {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    .gNav_title > a {}
    .gNav_title > a::before {}
    .gNav_title > a::after {}
    .gNav_title_logo {
        display: block;
        fill: currentColor;
        width: 67px;
        height: 67px;
        margin: 0 auto 13px;
    }
    .gNav_title_text {
        display: block;
        fill: currentColor;
        width: 192px;
        height: 10px;
        margin: 0 auto;
    }
    .gNav_link {
        display: block;
        max-width: 300px;
        margin: 18px auto 27px;
    }
    .gNav_link > a {
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: #000;
        font-weight: normal;
        height: 50px;
        position: relative;
        z-index: 1;
        padding: 0 56px;
        letter-spacing: 0.1em;
    }
    .gNav_link > a::before {}
    .gNav_link > a::after {
        display: block;
        width: 25px;
        right: 22px;
        top: 50%;
        position: absolute;
        z-index: 1;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .gNav_link > a > .icon {
        font-size: 17px;
        display: block;
        margin-right: 12px;
    }
    .gNav_link > a > b {
        display: block;
        font-weight: inherit;
    }
    .gNav_dList {
        display: block;
        text-align: center;
    }
    .gNav_dList > dt {}
    .gNav_dList > dd {
        margin-top: 8px;
    }
    .gNav_dList > dd > a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.4;
        letter-spacing: .05em;
    }
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_dList > dd > a > .icon {
        display: block;
        font-size: 21px;
        top: -0.1em;
        margin-right: 3px;
    }
    .gNav_dList > dd > a > b {
        display: block;
        font-size: 25px;
        font-weight: inherit;
    }
    .gNav_dList > dd > small {
        display: block;
        font-size: 13px;
        margin-top: -3px;
    }
    .isFixed .gNav_list > li > a {
        height: 100px;
    }
    .isFixed .gHeader_title > a {
        height: 60px;
    }
    .isFixed .gNav_list > li > a > small {
        margin-top: 14px;
    }
    .gPager {
        margin-top: 65px;
    }
    .gPager > a,
    .gPager > span {
        padding: 0 10px;
    }
    .gPager > a::after {}
    .gPager > .current::after {
        width: 20px;
    }
    .gPager > .previouspostslink {}
    .gPager > .previouspostslink::before {}
    .gPager > .current {}
    .gPager > span {}
    .gPager > .extend {}
    .gPager > .nextpostslink {}
    .gPager > .nextpostslink::before {}
    .gPager > .previouspostslink::after {}
    .gPager > .nextpostslink::after {}
    .gBody_message {
        text-align: left;
        margin-bottom: 25px;
    }
    .gBanner_cols {
        display: block;
    }
    .gBanner_col {
        width: auto;
    }
    .gBanner_col-no2 {}
    .gBanner_col-no1 {
        margin-bottom: 45px;
    }
    .gBanner_reList {
        display: block;
        max-width: 240px;
        margin: 0 auto;
    }
    .gBanner_reList > li {
        width: auto;
        margin-left: 0;
    }
    .gBanner_reList > li:first-child {}
    .gBanner_reList > li:last-child {}
    .gBanner_reList > li:nth-child(3n + 1) {}
    .gBanner_reList > li:nth-child(n + 2) {
        margin-top: 10px;
    }
    .gBanner_reList_item {}
    .gBanner_reList_item > img {}
    .gConcierge {
        padding-top: 20px;
        padding-bottom: 20px;
        transform: translate3d(0, 100%, 0);
    }
    .gConcierge.isShow {}
    .gConcierge > form {}
    .gConcierge > form > input {}
    .gConcierge_closeBtn {
        width: 20px;
        height: 20px;
        border-width: 16px;
        right: 0;
        top: 0;
    }
    .gConcierge_closeBtn::before {}
    .gConcierge_closeBtn::after {}
    .gConcierge_inner {}
    .gConcierge_title {
        line-height: 1.2;
        margin-bottom: 13px;
        font-size: 14px;
    }
    .gConcierge_row {
        flex-wrap: wrap;
    }
    .gConcierge_inputWrap {
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .gConcierge_inputWrap:first-child {}
    .gConcierge_selWrap {}
    .gConcierge_selWrap::before {}
    .gConcierge_selWrap > select {}
    .gConcierge_selWrap > select > option {}
    .gConcierge_suffix {}
    .gConcierge_hr {
        width: 100%;
        height: 1px;
        margin: 15px auto;
        display: none;
    }
    .gConcierge_submitBtn {}
    button.gConcierge_submitBtn {
        margin-left: 0;
        width: 100%;
        margin-top: 5px;
    }
    .gConcierge_submitBtn::before {}
    .gConcierge_submitBtn::after {}
    .gConcierge_link {
        margin-top: 10px;
    }
    .gConcierge_link > a {
        line-height: 1.2;
    }
    .gConcierge_link > a::before {
        height: 40px;
    }
    .gConcierge_link > a::after {}
    .gConcierge_link > a > .icon {
        font-size: 20px;
    }
    .gConcierge_link > a > b {}
    .gConcierge_link > a > b::before {
        height: 20px;
    }
    .gFixNav.isHidden {
        transform: translate3d(0, 100%, 0);
    }
}
@media screen and (max-width:374px) {
    .gHeader_title_text {
        width: 180px;
        height: 9px;
    }
    .gFixNav_list_btn > b {
        font-size: 11px;
    }
    .gVisual_title > b {
        font-size: 35px;
    }
    .gVisual_title {
        padding: 15px 15px;
        padding-left: 10px;
    }
}
