@charset "UTF-8";

.gHeaderWrap {
    line-height: 1.8;
}

.gHeader {
    margin-bottom: 18px;
}

.gHeader_inner {
    max-width: none;
    padding-top: 30px;
    padding-left: 48px;
    padding-right: 157px;
}

.gHeader_cols {
    display: flex;
}

.gHeader_col {}

.gHeader_col-no1 {
    width: 210px;
    padding-top: 6px;
}

.gHeader_title {
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}

.gHeader_title>a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 80px;
    position: relative;
    z-index: 1;
    padding-left: 62px;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
    padding-bottom: 4px;
}

.gHeader_title>a::before {}

.gHeader_title>a::after {}

.gHeader_title_img {
    fill: #8CA500;
    width: 46px;
    height: 80px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.gHeader_title_catch {
    display: block;
    margin-bottom: 6px;
}

.gHeader_title_text {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.gHeader_title_text>small {
    display: block;
    font-size: inherit;
    letter-spacing: 0.1em;
}

.gHeader_title_text>b {
    display: block;
    font-weight: inherit;
    margin-left: 0.2em;
    font-size: 157%;
    letter-spacing: .17em;
}

.gHeader_col-no2 {
    width: calc(100% - 220px);
    margin-left: auto;
}

.gAtLink {}

.gAtLink>a {
    display: flex;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
    height: 45px;
    align-items: center;
}

.gAtLink>a::before {
    content: "";
}

.gAtLink>a::after {
    content: "";
}

.gAtLink>a>svg {
    width: 81px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.gSnsList {
    list-style: none;
    display: flex;
}

.gSnsList>li {}

.gSnsList>li:first-child {}

.gSnsList>li:last-child {}

.gSnsList>li:nth-child(2n+1) {}

.gSnsList>li:nth-child(n+3) {}

.gSnsList>li>a {
    display: flex;
    text-decoration: none;
    color: inherit;
    font-size: 28px;
    padding: 0 8px;
    transition-duration: .3s;
    transition-property: background-color, color;
    height: 45px;
    align-items: center;
}

.gSnsList>li>a::before {
    content: "";
}

.gSnsList>li>a::after {
    content: "";
}

.gSnsList>li>a>.icon {
    display: block;
}

.gReserveList {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.gReserveList>li {
    width: 48%;
}

.gReserveList-footer>li {
    width: 100%;
}

.gReserveList_item {}

.gReserveList_item>a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    justify-content: center;
    border: 2px solid #66A1B7;
    border-radius: 100px;
    background-color: #66A1B7;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    text-indent: .15em;
    padding: 10px 15px;
    transition-duration: .3s;
    transition-property: background-color, color;
    box-sizing: border-box;
    height: 100%;
}

.gReserveList_item>a::before {
    content: "";
    display: block;
    width: 1px;
    height: 21px;
}

.gReserveList_item-l>a::before {
    height: 26px;
}

.gReserveList_item>a::after {
    content: "";
}

.gReserveList_item-free {}

.gReserveList_item-free>a {
    background-color: #8CA500;
    border-color: #8CA500;
}

.gReserveList_item-free>a::before {
    content: "";
}

.gReserveList_item-free>a::after {
    content: "";
}

.gNav {
    max-width: 966px;
    margin-left: auto;
}

.gNav_inner {}

.gNav_list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    left: 19px;
    font-size: 16px;
}

.gNav_list>li {
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.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;
    line-height: 1;
    padding: 5px 5px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    white-space: nowrap;
    text-align: center;
}

.gNav_list>li>a>b {
    display: block;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.gNav_list>li>a>b::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: currentColor;
    height: 1px;
    transition-duration: .3s;
    transition-property: width;
    width: 0;
    left: auto;
}

.p-home .gNav_list>li>a.-home>b::after,
.p-blog .gNav_list>li>a.-blog>b::after,
.p-works .gNav_list>li>a.-works>b::after,
.p-event .gNav_list>li>a.-event>b::after,
.p-estate .gNav_list>li>a.-estate>b::after,
.p-concept .gNav_list>li>a.-concept>b::after,
.p-renovation .gNav_list>li>a.-renovation>b::after,
.p-machinone .gNav_list>li>a.-machinone>b::after,
.p-investment .gNav_list>li>a.-investment>b::after,
.p-hiraris .gNav_list>li>a.-hiraris>b::after,
.p-modelhouse .gNav_list>li>a.-modelhouse>b::after,
.p-company .gNav_list>li>a.-company>b::after,
.p-contact .gNav_list>li>a.-contact>b::after {
    width: 100%;
}

.gNav_list>li>a::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    margin-right: -1px;
}

.gNav_list>li>a::after {
    content: "";
}

.gAtLink-header {}

.gSnsList-header {}

.gReserveList-header {}

.gHeader_inCols {
    display: flex;
    justify-content: flex-end;
}

.gHeader_inCol {}

.gHeader_inCol-no1 {
    margin-right: 14px;
}

.gHeader_inCol-no2 {
    margin-right: 15px;
}

.gHeader_inCol-no3 {
    width: 390px;
}

.gMenuBtn {
    display: block;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 1003;
    top: 13px;
    right: 38px;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.gMenuBtn::before {}

.gMenuBtn::after {}

.gMenuBtn_bar {
    display: block;
    width: 55px;
    height: 2px;
    background-color: currentColor;
    position: relative;
    z-index: 1;
    left: 0;
    margin: 0 auto;
    transition-duration: .3s;
    transition-property: top, width, left, -webkit-transform;
    transition-property: transform, top, width, left;
    transition-property: transform, top, width, left, -webkit-transform;
    top: 0;
}

.gMenuBtn_bar-no1 {}

.gMenuBtn_bar-no2 {
    width: 37px;
    left: -9px;
    margin-top: 16px;
}

.isShow .gMenuBtn_bar-no1 {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.isShow .gMenuBtn_bar-no2 {
    top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 55px;
    left: 0;
}

.gFixNav {
    width: 53px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gFixNav_list {
    list-style: none;
}

.gFixNav_list_item {
    margin-top: 10px;
}

.gFixNav_list_item:first-child {
    margin-top: 0;
}

.gFixNav_list_item>a {
    display: flex;
    text-decoration: none;
    color: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #66A1B7;
    border-right: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #66A1B7;
    font-size: 15px;
    height: 198px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition-duration: .3s;
    transition-property: background-color, color;
    background-color: #fff;
}

.gFixNav_list_item-free>a {
    color: #8CA520;
    border-color: #8CA520;
}

.gFixNav_list_item>a::before {
    content: "";
}

.gFixNav_list_item>a::after {
    content: "";
}

.gFixNav_list_item>a>.icon {
    display: block;
    font-size: 25px;
    margin-bottom: 6px;
    color: #000;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.gFixNav_list_item>a>.icon-comment {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gFixNav_list_item>a>b {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    letter-spacing: .04em;
}

.gMenu {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    width: 590px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    box-sizing: border-box;
    padding-top: 104px;
    padding-bottom: 50px;
    -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;
    overflow: auto;
    line-height: 1.8;
    max-width: 100%;
}

.gMenu.isShow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
}

.gMenu_inner {
    max-width: 385px;
    box-sizing: content-box;
}

.gMenu_list {
    list-style: none;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    font-size: 18px;
    padding: 14px 0 19px;
    margin-bottom: 32px;
}

.gMenu_list>li {}

.gMenu_list>li:first-child {}

.gMenu_list>li:last-child {}

.gMenu_list>li:nth-child(2n+1) {}

.gMenu_list>li:nth-child(n+3) {}

.gMenu_list>li>a {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    padding: 8px 0;
    padding-left: 22px;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.gMenu_list>li>a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6F5743;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: calc(0.6em + 8px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.gMenu_list>li>a::after {
    content: "";
}

.gInfo {}

.gInfo_addr {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    margin-bottom: 4px;
}

.gInfo_addr-left {
    text-align: left;
    text-indent: 0;
}

.gInfo_tel {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.gInfo_tel>a {
    text-decoration: none;
    color: inherit;
    letter-spacing: 0.11em;
    text-indent: .11em;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 0.1em;
    padding-left: 0.3em;
}

.gInfo_tel>a::before {
    content: "";
}

.gInfo_tel>a::after {
    content: "";
}

.gInfo_tel>a>.icon {
    display: block;
    font-size: 78.125%;
    top: 0.05em;
    text-indent: 0;
    margin-right: 0.15em;
}

.gInfo_dList {
    list-style: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}

.gInfo_dList-left {
    justify-content: left;
}

.gInfo_dList>dt {
    margin-right: 1em;
}

.gInfo_dList>dd {}

.gInfo_cols {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.gInfo_cols-left {
    justify-content: left;
}

.gInfo_col {}

.gInfo_col-no1 {}

.gInfo_col-no2 {
    margin-left: 6px;
}

.gReserveList-menu {
    margin-bottom: 25px;
}

.gFooter {
    background-size: cover;
    background-position: center center;
    background-color: #f8f7f8;
    padding-top: 101px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gFooter_inner {}

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

.gFooter_title>a {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.gFooter_title>a::before {
    content: "";
}

.gFooter_title>a::after {
    content: "";
}

.gFooter_title_img {
    display: block;
    width: 56px;
    height: 98px;
    fill: #8CA500;
    margin: 0 auto 15px;
}

.gFooter_title_catch {
    display: block;
}

.gFooter_title_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.gFooter_title_text>small {
    display: block;
    font-size: inherit;
}

.gFooter_title_text>b {
    display: block;
    font-weight: inherit;
    margin-left: 0.2em;
    font-size: 157%;
    letter-spacing: .17em;
}

.gFooter_cols {
    display: flex;
    border-top: 1px solid #E8E8E8;
    margin-top: 40px;
    padding-top: 45px;
    justify-content: space-between;
}

.gFooter_col {}

.gFooter_col-no1 {
    width: 292px;
    position: relative;
    z-index: 1;
    top: -5px;
}

.gFooter_licence {
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 19px;
}

.gFooter_licence>li {}

.gFooter_licence>li:first-child {}

.gFooter_licence>li:last-child {}

.gFooter_licence>li:nth-child(2n+1) {}

.gFooter_licence>li:nth-child(n+3) {}

.gFooter_col-no2 {
    flex-grow: 1;
}

.gFooter_list {
    list-style: none;
    font-size: 15px;
}

.gFooter_list>li {}

.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;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    padding: 13px 0;
    padding-left: 22px;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.gFooter_list>li>a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #6F5743;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: calc(0.6em + 13px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.gFooter_list>li>a::after {
    content: "";
}

.gFooter_col-no3 {
    flex-grow: 1;
}

.gFooter_copyright {
    background-color: #6F5743;
    color: #fff;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 111px;
}

.gFooter_copyright>small {
    display: block;
    font-size: 12px;
}

.gBody {
    position: relative;
    z-index: 0;
    padding-bottom: 100px;
    overflow: hidden;
}

.gFooter_hr {
    height: auto;
    width: 1px;
    border: none;
    background-color: #E8E8E8;
    margin: 0 40px;
}

.gFooter_bnrList {
    list-style: none;
    display: grid;
    flex-wrap: wrap;
    margin: 40px auto 0;
    max-width: 820px;
    grid-template-columns: repeat(3, 1fr);
    gap: 1%;

}

.gFooter_bnrList>li {
    width: 100%;
    margin-left: 0%;
}

.gFooter_bnrList>li:first-child {}

.gFooter_bnrList>li:last-child {}

.gFooter_bnrList>li:nth-child(5n+1) {
    margin-left: 0;
}

.gFooter_bnrList>li:nth-child(n+3) {}

.gFooter_bnrList>li>a {
    display: flex;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: border-color;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font-size: 12px;
    padding: 9px 13px;
    line-height: 1;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

.gFooter_bnrList>li>a::before {
    content: "";
}

.gFooter_bnrList>li>a::after {
    content: "";
}

.gFooter_bnrList>li>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.gFooter_bnrList>li>a>img:last-child {
    display: none;
}

.gReserveList-footer {
    margin-top: 10px;
}

.gInfo_tel-left {}

.gInfo_tel-left>a {
    justify-content: left;
    text-indent: 0;
    padding-left: .1em;
    letter-spacing: .14em;
}

.gVisual {
    margin-bottom: 80px;
}

.gVisual_inner {}

.gVisual_cols {
    display: flex;
}

.gVisual_col {}

.gVisual_col-no1 {
    width: 210px;
}

.gVisual_title {
    font-weight: normal;
    font-size: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    line-height: 1;
    white-space: nowrap;
    align-items: flex-start;
}

.gVisual_title>small {
    display: block;
    font-size: 16px;
    font-weight: inherit;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}

.gVisual_title>b {
    display: block;
    padding-right: 10px;
    margin-right: 26px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-weight: 500;
    letter-spacing: 0.47em;
    text-indent: 0em;
    position: relative;
    z-index: 1;
}

.gVisual_title>b::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 0.4em);
    right: 0;
    top: 0;
    background-color: #8CA520;
    position: absolute;
    z-index: 1;
}

.gVisual_col-no2,
.gVisual_col-no3 {
    width: calc(100% - 210px);
    height: 480px;
    position: relative;
    z-index: 1;
}

.gVisual_bg {
    width: calc(100% + 50vw - 600px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eee;
    background-image: url(/assets/img/common/pt-main-works@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1350px;
}

.gVisual_bg-blog {
    background-image: url(/assets/img/common/pt-main-blog@2x.jpg);
    background-color: #cfcac6;
}

.gVisual_bg-works {
    background-image: url(/assets/img/common/pt-main-works@2x.jpg);
    background-color: #fbe8d6;
}

.gVisual_bg-event {
    background-image: url(/assets/img/common/pt-main-event@2x.jpg?date=220708);
    background-color: #d7b99c;
}

.gVisual_bg-estate {
    background-image: url(/assets/img/common/pt-main-estate@2x.jpg);
    background-color: #e4ecef;
}

.gVisual_bg-concept {
    background-image: url(/assets/img/common/pt-main-concept@2x.jpg);
    background-color: #f6f3f2;
}

.gVisual_bg-renovation {
    background-image: url(/assets/img/common/pt-main-renovation@2x.jpg);
    background-color: #e6cab8;
}

.gVisual_bg-machinone {
    background-image: url(/assets/img/common/pt-main-machinone@2x.jpg);
}

.gVisual_bg-investment {
    background-image: url(/assets/img/common/pt-main-investment@2x.jpg?date=220704);
    background-color: #c7c0b5;
}

.gVisual_bg-hiraris {
    background-image: url(/assets/img/common/pt-main-hiraris@2x.jpg);
}

.gVisual_bg-modelhouse {
    background-image: url(/assets/img/common/pt-main-modelhouse@2x.jpg);
    background-color: #bca493;
}

.gVisual_bg-company {
    background-image: url(/assets/img/common/pt-main-company@2x.jpg);
    background-color: #f9fafc;
}

.gVisual_bg-contact {
    background-image: url(/assets/img/common/pt-main-contact@2x.jpg?date=220708);
    background-color: #eaf1f2;
}

.gContact {
    margin-bottom: 90px;
}

.gContact_inner {}

.gContact_title {
    background-color: #8CA500;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 25px;
    padding: 17px 0 18px;
}

.gContact_title>b {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.gContact_title>small {
    font-size: 16px;
    display: block;
    font-weight: normal;
    letter-spacing: .15em;
    text-indent: .15em;
}

.gContact_cols {
    display: flex;
}

.gContact_col {
    width: 50%;
}

.gContact_col-no1 {}

.gContact_nav {
    height: 100%;
}

.gContact_nav>a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    min-height: 350px;
    color: #fff;
    overflow: hidden;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    height: 100%;
}

.gContact_nav>a::before {}

.gContact_nav>a::after {}

.gContact_image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.gContact_image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    height: 100%;
}

.gContact_image-no1 {
    background-image: url(/assets/img/common/bg-contact01@2x.jpg);
    background-color: #ddc8b9;
}

.gContact_nav_cols {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
    max-width: 521px;
    margin: 0 auto;
    align-items: flex-start;
}

.gContact_nav_col {}

.gContact_nav_col-no1 {
    width: 135px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}

.gContact_headline {}

.gContact_headline>img {
    display: block;
}

.gContact_text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.2em;
    margin-right: 13px;
}

.gContact_nav_col-no2 {
    width: calc(100% - 135px);
    max-width: 290px;
    margin-right: auto;
    padding-top: 196px;
}

.gContact_link {
    height: 55px;
    border: 2px solid currentColor;
    border-radius: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
}

.gContact_link>.icon {
    display: block;
    font-size: 28px;
    margin-right: 11px;
}

.gContact_col-no2 {
    width: calc(50% - 1px);
    margin-left: auto;
}

.gContact_image-no2 {
    background-image: url(/assets/img/common/bg-contact02@2x.jpg);
    background-color: #d7f2e6;
}

.gPagerWrap {
    margin-top: 100px;
}

.gPagerWrap-hasBt {
    background-image: linear-gradient(90deg, #707070 1px, rgba(255, 255, 255, 0) 1px);
    background-position: left top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding-top: 40px;
}

.gPager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0 320px;
}

.gPager-hasBt {
    padding-top: 35px;
    background-image: linear-gradient(90deg, #707070 1px, rgba(255, 255, 255, 0) 1px);
    background-position: left top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding-bottom: 31px;
}

.gPagerWrap::before {}

.gPagerWrap-hasBt::before {}

.gPager>a,
.gPager>span {
    color: inherit;
    min-width: 35px;
    height: 35px;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 7px;
    border: 1px solid #707070;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: color, background-color;
    padding: 0 10px;
    border-radius: 50%;
    font-weight: bold;
    padding-bottom: 1px;
}

.gPager>.previouspostslink {
    border: none;
    color: #66A1B7;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 180px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0);
}

.gPager>.previouspostslink>i {
    color: #000;
}

.gPager>.previouspostslink>b {
    margin-left: 14px;
}

.gPager>.current {
    color: #fff;
    background-color: #6F5743;
    border-color: #6F5743;
}

.gPager>.extend {
    border: none;
}

.gPager>.nextpostslink {
    border: none;
    color: #66A1B7;
    border-radius: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
}

.gPager>.nextpostslink>i {
    margin-left: 0;
    color: #000;
}

.gPager>.nextpostslink>b {
    display: block;
    margin-right: 14px;
}

.gHeaderWrap-home {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

.gMenuBtn-home {
    color: #fff;
}

.gMenuBtn.isShow {
    color: #000;
}

.gMenuBtn.isOver {
    color: #000;
}

.gContact-home {
    margin-bottom: 0;
    background-color: #fff;
}

.gContact_nav_cols-left {
    margin-right: 0;
}

.gContact_nav_cols-right {
    margin-left: 0;
}

.gBody-noPb {
    padding-bottom: 0;
}

.gFooter-home {
    padding-top: 50px;
}

.gFooter_video {
    display: block;
    position: absolute;
    z-index: 1;
    width: 1920px;
    height: 786px;
    top: 0;
    left: 0;
}

.gNav_cList {
    list-style: none;
    position: absolute;
    z-index: auto;
    top: 100%;
    left: 0;
    white-space: nowrap;
    -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;
    z-index: 1;
    margin-top: -10px;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 15px;
}

.gNav_cList-home {
    background-color: rgba(255, 255, 255, 0);
}

.gNav_cList>li {}

.gNav_cList>li:first-child {}

.gNav_cList>li:last-child {}

.gNav_cList>li:nth-child(2n+1) {}

.gNav_cList>li:nth-child(n+3) {}

.gNav_cList>li>a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    font-weight: 500;
}

.gNav_cList>li>a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: .9em;
    left: 0;
    transform: translateY(-50%);
    transition-duration: .3s;
    transition-property: transform;
}

.gNav_cList>li>a::after {
    content: "";
}

.gNav_list>li>a>b>br {
    display: none;
}

.gFooter_cList {
    list-style: none;
    font-size: 14px;
    padding-left: 22px;
}

.gFooter_cList>li {}

.gFooter_cList>li:first-child {}

.gFooter_cList>li:last-child {}

.gFooter_cList>li:nth-child(2n+1) {}

.gFooter_cList>li:nth-child(n+3) {}

.gFooter_cList>li>a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 12px;
}

.gFooter_cList>li>a::before {
    content: "";
    display: block;
    border: 4px solid rgba(255, 255, 255, 0);
    border-left-color: #6F5743;
    border-left-width: 6px;
    border-right-width: 0;
    position: absolute;
    z-index: 1;
    top: .9em;
    left: 0;
    transform: translateY(-50%);
}

.gFooter_cList>li>a::after {
    content: "";
}

.gFooter_bnrList_image {
    margin-right: 10px;
}

.gFooter_bnrList_image>img {
    display: block;
}

.gFooter_bnrList_text {}

.gFooter_bnrList_text>b {
    display: block;
    font-weight: inherit;
    margin-bottom: 6px;
    margin-right: -10px;
    white-space: nowrap;
}

.gFooter_bnrList_text-s>b {
    transform-origin: left center;
    transform: scale(0.95);
}

.gFooter_bnrList_text>small {
    display: block;
    font-size: inherit;
    color: #6F6F6F;
}

.gFooter_bnrList_image-s {
    margin-right: 7px;
}

.gMenu_cList {
    list-style: none;
    font-size: 16px;
    padding-left: 22px;
    line-height: 1.8;
    margin-top: -3px;
}

.gMenu_cList>li {}

.gMenu_cList>li:first-child {}

.gMenu_cList>li>a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 13px;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.gMenu_cList>li>a::before {
    content: "";
    display: block;
    border: 4px solid rgba(255, 255, 255, 0);
    border-left-color: #6F5743;
    border-left-width: 6px;
    border-right-width: 0;
    position: absolute;
    z-index: 1;
    top: 0.9em;
    left: 0;
    transform: translateY(-50%);
    transition-duration: .3s;
    transition-property: transform;
}

.gMenu_cList>li>a::after {
    content: "";
}

.gFooter_bnrList_text-sB>small {
    white-space: nowrap;
    font-size: 85%;
}

@media screen and (max-width:1599px) {
    .gFooter_video {
        width: 1600px;
        height: 655px;
    }
}

@media screen and (max-width:1499px) {
    .gMenuBtn {
        right: 20px;
    }

    .gHeader_inner {
        padding-left: 20px;
        padding-right: 120px;
        padding-top: 20px;
    }
}

@media screen and (max-width:1399px) {
    .gNav {
        max-width: 830px;
    }

    .gNav_list {
        left: 11px;
    }
}

@media screen and (max-width:1249px) {
    .gNav_list {
        left: 8px;
        font-size: 15px;
    }

    .gNav_cList {
        font-size: 14px;
    }

    .gFooter_bnrList_image>img {
        width: auto;
        height: 50px;
    }

    .gFooter_bnrList_image {
        margin-right: 8px;
    }

    .gFooter_bnrList>li>a {
        font-size: 11px;
    }
}

@media screen and (max-width:1199px) {
    .gVisual_bg {}

    .gNav {
        max-width: 740px;
    }

    .gMenuBtn {
        right: 15px;
    }

    .gHeader_inner {
        padding-right: 110px;
    }

    .gContact_nav>a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gFooter_video {
        width: 1200px;
        height: 491px;
    }

    .gNav_list {
        font-size: 14px;
        left: 6px;
    }

    .gNav_cList {
        font-size: 13px;
    }

    .gNav_list>li>a {
        padding-left: 3px;
        padding-right: 3px;
    }

    .gFooter_bnrList_image>img {
        width: auto;
        height: 33px;
    }

    .gFooter_bnrList_image {
        margin-right: 7px;
    }

    .gFooter_bnrList>li>a {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gFooter_hr {
        margin: 0 20px;
    }
}

@media screen and (max-width:1099px) {
    .gHeader_title_img {
        width: 37px;
        height: 65px;
    }

    .gHeader_title {
        font-size: 12px;
    }

    .gHeader_title>a {
        height: 65px;
        padding-left: 49px;
        padding-bottom: 0;
    }

    .gHeader_col-no1 {
        width: 175px;
    }

    .gHeader_col-no2 {
        width: calc(100% - 179px);
    }

    .gNav {
        max-width: 675px;
    }

    .gNav_list>li>a>b>br {
        display: inline;
    }

    .gFooter_bnrList_image-tourism {
        min-width: 27px;
        margin-right: 5px;
    }

    .gFooter_bnrList_text-sB>small {
        transform: scale(0.9);
        transform-origin: left center;
    }
}

@media screen and (min-width:1000px) {
    .gMenu_cList>li>a:hover {
        color: #6F5743;
    }

    .gMenu_cList>li>a:hover::before {
        transform: translateY(-50%) scale(1.2);
    }

    .gFooter_cList>li>a:hover {}

    a:hover+.gNav_cList {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        pointer-events: auto;
    }

    .gNav_cList:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        pointer-events: auto;
    }

    .gNav_cList>li>a:hover {}

    .gNav_cList>li>a:hover::before {
        transform: translateY(-50%) scale(1.2);
    }

    .gPager>.nextpostslink:hover>i {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    .gPager>.previouspostslink:hover>i {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    .gContact_nav>a:hover {}

    a:hover .gContact_image {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    a:hover .gContact_link {
        background-color: #8CA500;
        border-color: #8CA500;
    }

    .gHeader_title>a:hover {
        color: #8CA500;
    }

    a:hover .gHeader_title_img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .gAtLink>a:hover {
        color: #c90a37;
    }

    .gSnsList>li>a:hover {
        color: #8CA500;
    }

    .gReserveList_item>a:hover {
        background-color: #fff;
        color: #66A1B7;
        border-color: #66A1B7;
    }

    .gReserveList_item-free>a:hover {
        color: #8CA500;
        border-color: #8CA500;
    }

    .gNav_list>li>a:hover {}

    .gNav_list>li>a:hover>b::after {
        left: 0;
        right: auto;
        width: 100%;
    }

    .gMenuBtn:hover {}

    button:hover .gMenuBtn_bar-no2 {
        width: 55px;
        left: 0;
    }

    .gFixNav_list_item>a:hover {
        background-color: #66A1B7;
        color: #fff;
    }

    .gFixNav_list_item-free>a:hover {
        background-color: #8CA520;
    }

    .gFixNav_list_item>a:hover>.icon {
        color: #fff;
    }

    .gMenu_list>li>a:hover {
        color: #6F5743;
    }

    .gMenu_list>li>a:hover::before {
        -webkit-transform: translateY(-50%) scale(1.3);
        transform: translateY(-50%) scale(1.3);
    }

    .gInfo_tel>a:hover {}

    .gFooter_title>a:hover {
        color: #8CA500;
    }

    .gFooter_list>li>a:hover {
        color: #6F5743;
    }

    .gFooter_list>li>a:hover::before {
        -webkit-transform: translateY(-50%) scale(1.3);
        transform: translateY(-50%) scale(1.3);
    }

    .gFooter_bnrList>li>a:hover {
        border-color: #aaa;
    }

    .gPager>a:hover {
        color: #fff;
        background-color: #6F5743;
        border-color: #6F5743;
    }

    .gPager>.previouspostslink:hover {
        background-color: rgba(255, 255, 255, 0);
        color: #66A1B7;
    }

    .gPager>.nextpostslink:hover {
        color: #66A1B7;
        background-color: rgba(255, 255, 255, 0);
    }
}

@media screen and (max-width: 999px) {
    .gHeaderWrap {}

    .gHeader {
        margin-bottom: 0;
    }

    .gHeader_inner {
        padding-top: 0;
    }

    .gHeader_cols {
        display: block;
    }

    .gHeader_col {
        width: auto;
        padding: 0;
    }

    .gHeader_col-no1 {}

    .gHeader_title {}

    .gHeader_title>a {
        height: 90px;
    }

    .gHeader_title>a::before {}

    .gHeader_title>a::after {}

    .gHeader_title_img {
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .gHeader_title_catch {}

    .gHeader_title_text {}

    .gHeader_title_text>small {}

    .gHeader_title_text>b {}

    .gHeader_col-no2 {
        display: none;
    }

    .gAtLink {}

    .gAtLink>a {}

    .gAtLink>a::before {}

    .gAtLink>a::after {}

    .gAtLink>a>svg {}

    .gSnsList {}

    .gSnsList>li {}

    .gSnsList>li:first-child {}

    .gSnsList>li:last-child {}

    .gSnsList>li:nth-child(2n+1) {}

    .gSnsList>li:nth-child(n+3) {}

    .gSnsList>li>a {}

    .gSnsList>li>a::before {}

    .gSnsList>li>a::after {}

    .gSnsList>li>a>.icon {}

    .gReserveList {}

    .gReserveList>li {}

    .gReserveList-footer>li {}

    .gReserveList_item {}

    .gReserveList_item>a {}

    .gReserveList_item>a::before {}

    .gReserveList_item>a::after {}

    .gReserveList_item-free {}

    .gReserveList_item-free>a {}

    .gReserveList_item-free>a::before {}

    .gReserveList_item-free>a::after {}

    .gNav {}

    .gNav_inner {}

    .gNav_list {}

    .gNav_list>li {}

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

    .gNav_list>li>a>b {}

    .gNav_list>li>a>b::after {}

    .gNav_list>li>a::before {}

    .gNav_list>li>a::after {}

    .gAtLink-header {}

    .gSnsList-header {}

    .gReserveList-header {}

    .gHeader_inCols {}

    .gHeader_inCol {}

    .gHeader_inCol-no1 {}

    .gHeader_inCol-no2 {}

    .gHeader_inCol-no3 {}

    .gMenuBtn {
        width: 90px;
        height: 90px;
        right: 0;
        top: 0;
    }

    .gMenuBtn::before {}

    .gMenuBtn::after {}

    .gMenuBtn_bar {
        width: 45px;
    }

    .gMenuBtn_bar-no1 {}

    .gMenuBtn_bar-no2 {
        width: 35px;
        left: -5px;
        margin-top: 12px;
    }

    .isShow .gMenuBtn_bar-no1 {
        top: 7px;
    }

    .isShow .gMenuBtn_bar-no2 {
        width: 45px;
        top: -7px;
    }

    .gFixNav {
        width: 45px;
    }

    .gFixNav_list {}

    .gFixNav_list_item {}

    .gFixNav_list_item:first-child {}

    .gFixNav_list_item>a {
        font-size: 14px;
        height: 160px;
    }

    .gFixNav_list_item-free>a {}

    .gFixNav_list_item>a::before {}

    .gFixNav_list_item>a::after {}

    .gFixNav_list_item>a>.icon {
        font-size: 20px;
    }

    .gFixNav_list_item>a>b {}

    .gMenu {
        width: 500px;
    }

    .gMenu.isShow {}

    .gMenu_inner {}

    .gMenu_list {
        font-size: 16px;
    }

    .gMenu_list>li {}

    .gMenu_list>li:first-child {}

    .gMenu_list>li:last-child {}

    .gMenu_list>li:nth-child(2n+1) {}

    .gMenu_list>li:nth-child(n+3) {}

    .gMenu_list>li>a {}

    .gMenu_list>li>a::before {}

    .gMenu_list>li>a::after {}

    .gInfo {
        max-width: 250px;
        margin: 0 auto;
    }

    .gInfo_addr {}

    .gInfo_addr-left {}

    .gInfo_tel {
        font-size: 27px;
    }

    .gInfo_tel>a {}

    .gInfo_tel>a::before {}

    .gInfo_tel>a::after {}

    .gInfo_tel>a>.icon {}

    .gInfo_dList {}

    .gInfo_dList-left {}

    .gInfo_dList>dt {}

    .gInfo_dList>dd {}

    .gInfo_cols {}

    .gInfo_cols-left {}

    .gInfo_col {}

    .gInfo_col-no1 {}

    .gInfo_col-no2 {}

    .gReserveList-menu {}

    .gFooter {}

    .gFooter_inner {}

    .gFooter_title {}

    .gFooter_title>a {}

    .gFooter_title>a::before {}

    .gFooter_title>a::after {}

    .gFooter_title_img {}

    .gFooter_title_catch {}

    .gFooter_title_text {}

    .gFooter_title_text>small {}

    .gFooter_title_text>b {}

    .gFooter_cols {
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        max-width: 690px;
    }

    .gFooter_col {}

    .gFooter_col-no1 {
        width: 100%;
    }

    .gFooter_licence {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .gFooter_licence>li {}

    .gFooter_licence>li:first-child {}

    .gFooter_licence>li:last-child {}

    .gFooter_licence>li:nth-child(2n+1) {}

    .gFooter_licence>li:nth-child(n+3) {}

    .gFooter_col-no2 {}

    .gFooter_list {
        font-size: 14px;
    }

    .gFooter_list>li {}

    .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_col-no3 {}

    .gFooter_copyright {}

    .gFooter_copyright>small {}

    .gBody {
        padding-bottom: 70px;
    }

    .gFooter_hr {
        margin: 0 20px;
    }

    .gFooter_bnrList {
        justify-content: center;
        max-width: 728px;
        margin-left: auto;
        margin-right: auto;
    }

    .gFooter_bnrList>li {}

    .gFooter_bnrList>li:first-child {}

    .gFooter_bnrList>li:last-child {}

    .gFooter_bnrList>li:nth-child(5n+1) {}

    .gFooter_bnrList>li:nth-child(3n+1) {
        margin-left: 0;
    }

    .gFooter_bnrList>li:nth-child(n+4) {
        margin-top: 2%;
    }

    .gFooter_bnrList>li>a {
        font-size: 12px;
    }

    .gFooter_bnrList>li>a::before {}

    .gFooter_bnrList>li>a::after {}

    .gFooter_bnrList>li>a>img {}

    .gReserveList-footer {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .gInfo_tel-left {}

    .gInfo_tel-left>a {}

    .gVisual {
        margin-bottom: 65px;
    }

    .gVisual_inner {}

    .gVisual_cols {}

    .gVisual_col {}

    .gVisual_col-no1 {
        width: 130px;
    }

    .gVisual_title {
        font-size: 22px;
    }

    .gVisual_title>small {
        font-size: 14px;
    }

    .gVisual_title>b {
        margin-right: 20px;
    }

    .gVisual_title>b::before {}

    .gVisual_col-no2,
    .gVisual_col-no3 {
        width: calc(100% - 130px);
        height: 350px;
    }

    .gVisual_bg {
        width: calc(100% + 20px);
        min-width: 0;
    }

    .gContact {
        margin-bottom: 65px;
    }

    .gContact_inner {}

    .gContact_title {}

    .gContact_title>b {}

    .gContact_title>small {}

    .gContact_cols {}

    .gContact_col {}

    .gContact_col-no1 {}

    .gContact_nav {}

    .gContact_nav>a {}

    .gContact_nav>a::before {}

    .gContact_nav>a::after {}

    .gContact_image {}

    .gContact_image::after {}

    .gContact_image-no1 {}

    .gContact_nav_cols {
        display: block;
    }

    .gContact_nav_col {}

    .gContact_nav_col-no1 {
        width: auto;
        min-height: 275px;
        margin-bottom: 10px;
    }

    .gContact_headline {}

    .gContact_headline>img {}

    .gContact_text {}

    .gContact_nav_col-no2 {
        width: auto;
        max-width: none;
        padding: 0;
    }

    .gContact_link {}

    .gContact_link>.icon {}

    .gContact_col-no2 {}

    .gContact_image-no2 {}

    .gPagerWrap {
        margin-top: 75px;
    }

    .gPager {
        max-width: none;
        padding-left: 130px;
        padding-right: 130px;
    }

    .gPager-hasBt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gPagerWrap::before {}

    .gPager>a,
    .gPager>span {}

    .gPager>.previouspostslink {
        left: 0;
    }

    .gPager>.previouspostslink>i {}

    .gPager>.previouspostslink>b {}

    .gPager>.current {}

    .gPager>.extend {}

    .gPager>.nextpostslink {
        right: 0;
    }

    .gPager>.nextpostslink>i {}

    .gPager>.nextpostslink>b {}

    .gContact-home {
        margin-bottom: 0;
    }

    .gContact_nav_cols-left {}

    .gContact_nav_cols-right {}

    .gBody-noPb {
        padding-bottom: 0;
    }

    .gFooter-home {}

    .gFooter_video {
        width: 960px;
        height: 393px;
    }

    .gNav_cList {}

    .gNav_cList-home {}

    .gNav_cList>li {}

    .gNav_cList>li:first-child {}

    .gNav_cList>li:last-child {}

    .gNav_cList>li:nth-child(2n+1) {}

    .gNav_cList>li:nth-child(n+3) {}

    .gNav_cList>li>a {}

    .gNav_cList>li>a::before {}

    .gNav_cList>li>a::after {}

    .gFooter_bnrList_image {}

    .gFooter_bnrList_image>img {
        height: 50px;
    }

    .gFooter_bnrList_text {}

    .gFooter_bnrList_text>b {}

    .gFooter_bnrList_text-s>b {}

    .gFooter_bnrList_text>small {
        transform: none;
    }

    .gFooter_bnrList_image-s {}

    .gFooter_hr-wide {
        height: 1px;
        width: 100%;
        margin: 35px 0;
    }

    .gMenu_cList {}

    .gMenu_cList>li {}

    .gMenu_cList>li:first-child {}

    .gMenu_cList>li>a {}

    .gMenu_cList>li>a::before {}

    .gMenu_cList>li>a::after {}
}

@media screen and (max-width:767px) {
    .gHeaderWrap {}

    .gHeader {}

    .gHeader_inner {
        padding-left: 15px;
        padding-right: 75px;
    }

    .gHeader_cols {}

    .gHeader_col {}

    .gHeader_col-no1 {}

    .gHeader_title {
        font-size: 10px;
    }

    .gHeader_title>a {
        padding-left: 36px;
        height: 70px;
    }

    .gHeader_title>a::before {}

    .gHeader_title>a::after {}

    .gHeader_title_img {
        width: 25px;
        height: 45px;
    }

    .gHeader_title_catch {}

    .gHeader_title_text {}

    .gHeader_title_text>small {}

    .gHeader_title_text>b {}

    .gHeader_col-no2 {}

    .gAtLink {}

    .gAtLink>a {}

    .gAtLink>a::before {}

    .gAtLink>a::after {}

    .gAtLink>a>svg {}

    .gSnsList {}

    .gSnsList>li {}

    .gSnsList>li:first-child {}

    .gSnsList>li:last-child {}

    .gSnsList>li:nth-child(2n+1) {}

    .gSnsList>li:nth-child(n+3) {}

    .gSnsList>li>a {}

    .gSnsList>li>a::before {}

    .gSnsList>li>a::after {}

    .gSnsList>li>a>.icon {}

    .gReserveList {
        font-size: 16px;
    }

    .gReserveList>li {
        width: auto;
    }

    .gReserveList-menu>li {
        margin-top: 10px;
    }

    .gReserveList-footer>li {}

    .gReserveList_item {}

    .gReserveList_item>a {}

    .gReserveList_item>a::before {}

    .gReserveList_item>a::after {}

    .gReserveList_item-free {}

    .gReserveList_item-free>a {}

    .gReserveList_item-free>a::before {}

    .gReserveList_item-free>a::after {}

    .gNav {}

    .gNav_inner {}

    .gNav_list {}

    .gNav_list>li {}

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

    .gNav_list>li>a>b {}

    .gNav_list>li>a>b::after {}

    .gNav_list>li>a::before {}

    .gNav_list>li>a::after {}

    .gAtLink-header {}

    .gSnsList-header {}

    .gReserveList-header {}

    .gHeader_inCols {}

    .gHeader_inCol {}

    .gHeader_inCol-no1 {}

    .gHeader_inCol-no2 {}

    .gHeader_inCol-no3 {}

    .gMenuBtn {
        width: 75px;
        height: 70px;
    }

    .gMenuBtn::before {}

    .gMenuBtn::after {}

    .gMenuBtn_bar {}

    .gMenuBtn_bar-no1 {}

    .gMenuBtn_bar-no2 {}

    .isShow .gMenuBtn_bar-no1 {}

    .isShow .gMenuBtn_bar-no2 {}

    .gFixNav {
        top: auto;
        transform: none;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .gFixNav_list {
        display: flex;
    }

    .gFixNav_list_item {
        width: 50%;
        margin: 0;
    }

    .gFixNav_list_item:first-child {}

    .gFixNav_list_item>a {
        border-radius: 0;
        height: 40px;
        border: none;
        background-color: #66A1B7;
        color: #fff;
        padding: 5px 10px;
    }

    .gFixNav_list_item-free>a {
        background-color: #8CA520;
    }

    .gFixNav_list_item>a::before {}

    .gFixNav_list_item>a::after {}

    .gFixNav_list_item>a>.icon {
        display: none;
    }

    .gFixNav_list_item>a>b {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .gMenu {
        padding-top: 80px;
        width: 100%;
    }

    .gMenu.isShow {}

    .gMenu_inner {
        max-width: 280px;
    }

    .gMenu_list {
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 22px;
        margin-bottom: 19px;
    }

    .gMenu_list>li {}

    .gMenu_list>li:first-child {}

    .gMenu_list>li:last-child {}

    .gMenu_list>li:nth-child(2n+1) {}

    .gMenu_list>li:nth-child(n+3) {}

    .gMenu_list>li>a {
        padding: 8px 0;
        padding-left: 30px;
    }

    .gMenu_list>li>a::before {
        left: 2px;
        top: calc(0.6em + 10px);
    }

    .gMenu_list>li>a::after {}

    .gInfo {}

    .gInfo_addr {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .gInfo_addr-left {}

    .gInfo_tel {
        font-size: 29px;
    }

    .gInfo_tel>a {}

    .gInfo_tel>a::before {}

    .gInfo_tel>a::after {}

    .gInfo_tel>a>.icon {}

    .gInfo_dList {
        font-size: 11px;
    }

    .gInfo_dList-left {}

    .gInfo_dList>dt {}

    .gInfo_dList>dd {}

    .gInfo_cols {
        margin-top: 5px;
    }

    .gInfo_cols-left {
        margin-top: 9px;
    }

    .gInfo_col {}

    .gInfo_col-no1 {}

    .gInfo_col-no2 {}

    .gReserveList-menu {
        display: block;
        max-width: 190px;
        margin: 0 auto 26px;
    }

    .gFooter {
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #F9FAFE;
        padding-top: 40px;
    }

    .gFooter_inner {}

    .gFooter_title {}

    .gFooter_title>a {
        font-size: 11px;
    }

    .gFooter_title>a::before {}

    .gFooter_title>a::after {}

    .gFooter_title_img {
        width: 47px;
        height: 83px;
    }

    .gFooter_title_catch {}

    .gFooter_title_text {}

    .gFooter_title_text>small {}

    .gFooter_title_text>b {}

    .gFooter_cols {
        display: block;
        margin-top: 28px;
        padding-top: 26px;
    }

    .gFooter_col {
        width: auto;
    }

    .gFooter_col-no4 {
        display: none;
    }

    .gFooter_col-no1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 0;
    }

    .gFooter_licence {
        margin-top: 20px;
    }

    .gFooter_licence>li {}

    .gFooter_licence>li:first-child {}

    .gFooter_licence>li:last-child {}

    .gFooter_licence>li:nth-child(2n+1) {}

    .gFooter_licence>li:nth-child(n+3) {}

    .gFooter_col-no2 {
        display: none;
    }

    .gFooter_list {}

    .gFooter_list>li {}

    .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_col-no3 {
        display: none;
    }

    .gFooter_copyright {
        margin-top: 59px;
    }

    .gFooter_copyright>small {}

    .gBody {
        padding-bottom: 55px;
    }

    .gFooter_hr {
        display: none;
    }

    .gFooter_bnrList {
        display: block;
        max-width: 292px;
        margin: 30px auto 0;
    }

    .gFooter_bnrList>li {
        width: auto;
        margin-left: 0;
        margin-top: 10px;
    }

    .gFooter_bnrList>li:first-child {
        margin-top: 0;
    }

    .gFooter_bnrList>li:last-child {}

    .gFooter_bnrList>li:nth-child(4n+1) {}

    .gFooter_bnrList>li:nth-child(n+2) {
        margin-top: 10px;
    }

    .gFooter_bnrList>li>a {
        padding-left: 13px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 0;
        border-color: #ccc;
        font-size: 13px;
    }

    .gFooter_bnrList>li>a::before {}

    .gFooter_bnrList>li>a::after {}

    .gFooter_bnrList>li>a>img {
        display: none;
    }

    .gFooter_bnrList>li>a>img:last-child {
        display: block;
    }

    .gReserveList-footer {
        width: 292px;
        display: block;
        margin-top: 11px;
    }

    .gInfo_tel-left {}

    .gInfo_tel-left>a {}

    .gVisual {
        margin-bottom: 45px;
    }

    .gVisual_inner {}

    .gVisual_cols {}

    .gVisual_col {}

    .gVisual_col-no1 {
        width: 80px;
    }

    .gVisual_title {
        font-size: 18px;
    }

    .gVisual_title>small {
        font-size: 12px;
        text-indent: 0.1em;
    }

    .gVisual_title>b {
        letter-spacing: 0.2em;
        padding-right: 8px;
        margin-right: 11px;
    }

    .gVisual_title>b::before {
        height: calc(100% - 0.2em);
    }

    .gVisual_col-no2 {
        width: calc(100% - 80px);
        height: 240px;
    }

    .gVisual_col-no3 {
        width: calc(100% - 80px);
        height: 150px;
    }

    .gVisual_bg {}

    .gContact {
        margin-bottom: 0;
    }

    .gContact_inner {
        padding: 0;
    }

    .gContact_title {
        font-size: 18px;
        padding: 13px 0;
    }

    .gContact_title>b {
        margin-bottom: 6px;
    }

    .gContact_title>small {
        font-size: 13px;
    }

    .gContact_cols {}

    .gContact_col {}

    .gContact_col-no1 {}

    .gContact_nav {}

    .gContact_nav>a {
        padding: 18px 18px;
        min-height: 0;
    }

    .gContact_nav>a::before {}

    .gContact_nav>a::after {}

    .gContact_image {}

    .gContact_image::after {}

    .gContact_image-no1 {}

    .gContact_nav_cols {}

    .gContact_nav_col {}

    .gContact_nav_col-no1 {
        min-height: 240px;
    }

    .gContact_headline {
        width: 34px;
    }

    .gContact_headline>img {}

    .gContact_text {
        font-size: 14px;
    }

    .gContact_nav_col-no2 {}

    .gContact_link {
        height: 40px;
        font-size: 13px;
    }

    .gContact_link>.icon {
        font-size: 23px;
        margin-right: 7px;
    }

    .gContact_col-no2 {}

    .gContact_image-no2 {}

    .gPagerWrap {
        margin-top: 50px;
    }

    .gPagerWrap-hasBt {
        padding-top: 25px;
    }

    .gPager {
        position: relative;
        z-index: 1;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 45px;
    }

    .gPager-hasBt {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .gPagerWrap::before {}

    .gPager>a,
    .gPager>span {
        margin: 3px 3px;
    }

    .gPager>.previouspostslink {}

    .gPager>.previouspostslink>i {}

    .gPager>.previouspostslink>b {
        display: none;
    }

    .gPager>.current {}

    .gPager>.extend {}

    .gPager>.nextpostslink {}

    .gPager>.nextpostslink>i {}

    .gPager>.nextpostslink>b {
        display: none;
    }

    .gContact-home {}

    .gContact_nav_cols-left {}

    .gContact_nav_cols-right {}

    .gBody-noPb {
        padding-bottom: 0;
    }

    .gFooter-home {}

    .gFooter_video {
        width: 640px;
        height: 262px;
    }

    .gNav_cList {}

    .gNav_cList-home {}

    .gNav_cList>li {}

    .gNav_cList>li:first-child {}

    .gNav_cList>li:last-child {}

    .gNav_cList>li:nth-child(2n+1) {}

    .gNav_cList>li:nth-child(n+3) {}

    .gNav_cList>li>a {}

    .gNav_cList>li>a::before {}

    .gNav_cList>li>a::after {}

    .gFooter_bnrList_image {
        margin-right: 10px;
    }

    .gFooter_bnrList_image>img {
        height: 54px;
    }

    .gFooter_bnrList_text {}

    .gFooter_bnrList_text>b {}

    .gFooter_bnrList_text-s>b {
        transform: none;
    }

    .gFooter_bnrList_text>small {}

    .gFooter_bnrList_image-s {}

    .gMenu_cList {
        margin-top: 0;
        padding-left: 32px;
    }

    .gMenu_cList>li {}

    .gMenu_cList>li:first-child {}

    .gMenu_cList>li>a {}

    .gMenu_cList>li>a::before {}

    .gMenu_cList>li>a::after {}
}

@media screen and (max-width:374px) {
    .gContact_nav>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gFooter_copyright>small {
        font-size: 11px;
    }
}


/*
reCAPTCHAロゴ非表示
※代わりにフォーム下部に利用規約説明を入れること
*/
.grecaptcha-badge {
    visibility: hidden;
}

.mw_wp_form .error{
    color: #F05555 !important;
}