/*
 * set variable
 */
:root {
	--main-color: rgb(26, 124, 103);
}

/*
 * initialization
 */
* {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/*
 * logo
 */
.logo {
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 32px;
    z-index: 9999;
}

.logo a {
    display: block;
}

/*
 * menu
 */
#offcanvas-menu {
    width: 100%;
    height: 100%;
    background: 0% 0% no-repeat padding-box padding-box rgba(48, 58, 55, .73);
    position: fixed;
    top: 0px;
    right: 100%;
    z-index: 9999;
    transition: right 0.3s ease 0s;
}

#offcanvas-menu.active {
    right: 0px;
}

#offcanvas-menu .menu-header {
    height: 100%;
    background: transparent url(../img/bg-pc/offcave-menu.png) no-repeat;
    background-size: contain;
}

#offcanvas-menu .menu-header .nav-menus {
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 20px;
    position: relative;
}

#offcanvas-menu .menu-header .nav-menus ul.offcanvas-menu {
    height: 100%;
    position: relative;
    padding-left: 89px;
    padding-top: 156px;
    list-style: none;
}

#offcanvas-menu .menu-header .nav-menus ul.offcanvas-menu li.menu-item {
    margin: 0px 0px 40px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    list-style: none;
    font-weight: bold;
}

#offcanvas-menu .menu-header .nav-menus ul.offcanvas-menu li.menu-item > a {
    text-decoration: none;
    color: #fff;
}

#offcanvas-menu .menu-header .nav-menus ul.offcanvas-menu li.small-font-menu {
    margin-bottom: 16px;
    padding-bottom: 0px;
    font-size: 14px;
}

#offcanvas-menu .menu-header .nav-menus ul.offcanvas-menu li.allright-reserve {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 25px;
}

#offcanvas-menu.active + .hamburger .menu-icon-open {
    display: none;
}

#offcanvas-menu.active + .hamburger .menu-icon-close {
    display: inline-block;
}

/*
 * footer
 */
.footer {
    padding-top: 80px;
    background: 0% 0% no-repeat padding-box padding-box var(--main-color);
    color: rgb(255, 255, 255);
    opacity: 1;
    overflow: hidden;
}

.footer .footer-container {
    width: 1110px;
    margin: 0 auto;
    padding: 0;
}

.footer .footer-left {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

.footer .footer-center {
    width: 60%;
}

.footer .footer-right {
    width: 15%;
    margin: 0;
    padding: 0;
    float: right;
}

.footer .footer-left ul.list-inline {
    margin: 25px 0 12px 0;
}

.footer ul li {
    line-height: 22px;
    font-size: 14px;
}

.footer ul.top-menu {
    margin-top: 40px;
}

.footer ul.top-menu li.list-inline-item {
    width: 21%;
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 16px;
    line-height: 27px;
}

.footer ul.top-menu li.cus-width {
    width: 28%;
}

.footer ul.top-menu li.list-inline-item > a {
    color: #fff;
    text-decoration: none;
}

.footer .header-buttom {
    position: fixed;
    right: 34px;
    bottom: -7px;
}

.footer .header-buttom ul li {
    display: inline-block;
    margin-left: 5px;
}

.footer .header-buttom ul li img {
    width: 100%;
}

.footer .header-buttom ul li a {
    color: rgb(91, 139, 129);
    text-decoration: none;
}

.footer .header-buttom ul li.style-color a {
    color: rgb(18, 143, 116);
}

.footer .header-buttom ul li.style-color-en {
    margin: 0px 16px 0px 10px;
}

.footer .header-buttom ul.text-right {
    text-align: right;
}

.footer .header-buttom ul li.hidden {
    display: none;
}

.footer .copyright {
    margin-bottom: 0px;
    padding-bottom: 9px;
    font-size: 12px;
}

.footer .footer-image-style {
    width: 160px;
    height: 110px;
    padding: 17px 12px;
    margin-left: auto;
    background: #fff;
}

.footer .footer-image-style img {
    width: 100%;
}

.footer ul.list-inline.right {
    margin-top: 8px !important;
}

.footer .list-inline.right li {
    line-height: 18px;
    font-size: 12px;
    text-align: right;
}

.footer .text-icon-left {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
}

.footer .text-icon-left li {
    margin-right: 13px;
    display: inline-block;
}

.footer .text-icon-left li.style-color-en {
    margin-right: 25px;
}

.footer .text-icon-left li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
}

.footer .text-icon-left li.icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.footer .text-icon-left li.icon a {
    color: var(--main-color);
    font-size: 12px;
}