
header {
    background-color: #fff;
    padding: 10px 30px;
    position: relative;
    width: 100%;
    z-index: 10000;
    /* border-bottom: 1px solid #ccc; */
}

header p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

header .logo {
    margin-bottom: 10px;
    height: 68px;
    width: auto;
}

header .btn-menu {
    background-color: #ffa600;
    border-radius: 4px;
    padding: 7px 15px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
}

header .menu-container {
    margin-top: 45px;
    margin-bottom: 20px;
}

header .btn-menu:hover {
    color: white;
}

header #sitelogo {
    display: inline-block;
}

header .header-banner .banner1 {
    margin: 0 6vw;
}

.sticky {
    position: fixed !important;
    top: 0;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.toplp-item:last-child .space {
    display: none !important;
}

/**********************************************************************************************************************
// Footer
**********************************************************************************************************************/

.inner-wrapper {
    display: inline-flex;
}

.main {
    position: relative;
    width: calc(100vw - 350px);
    float: left;
}

.margin-main {
    margin-left: 350px;
}

.main .inner-main {
    min-height: calc(100vh - 328px);
}

footer {
    margin: 60px auto 0;
    text-align: center;
}

footer .footer-menu{
    background-color: #132238;
    padding: 20px;
}

footer .footer-copyright{
    background-color: #927a49;
    padding: 20px;
    text-align: center;
    margin: 0 !important;
}

footer .footer-copyright p {
    font-weight: bold;
    margin-bottom: 0 !important;
}

footer .footer-menu ul {
    list-style: none;
    display: inline-flex;
    text-align: center;
}

footer .footer-menu ul li {
    display: inline;
    float: left;
    margin-left: 30px;
}

footer .footer-menu ul li:last-child {
    margin-right: 30px;
}

footer .footer-menu ul li a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/**********************************************************************************************************************
// Page common
**********************************************************************************************************************/

.page-title {
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin: 60px 0 50px;
    font-size: 30px;
}

.form-control {
    border-radius: 0 !important;
}

.form-group .control-label {
    margin-top: 7px;
    font-size: 16px;
    color: #000000;
}

.form-group input, .form-group textarea {
    -webkit-box-shadow: none;
}

.required {
    background-color: #ffa600;
    color: white;
    padding: 0 6px;
    font-size: 12px;
    line-height: 18px;
    float: right;
}

.btn-orange {
    background-color: #ffa600;
    color: white;
    padding: 10px 30px;
    font-size: 18px;
    border: none;
    margin: 50px 0 10px;
    cursor: pointer;
}

.btn-orange:hover {
    color: white;
}

.btn-back {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 9px 20px;
    font-size: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

.navToggle {
    position: fixed;
    right: 13px;
    top: 12px;
    width: 46px !important;
    height: 51px !important;
    cursor: pointer;
    z-index: 3000000;
    background: #0068b6;
    text-align: center;
    border: 2px solid white;
}

#btnSideMenu {
    left: 13px !important;
}

#btnSideMenu i {
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    color: white;    
    font-family: 'FontAwesome';
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 10px;
    font-weight: bold;
    top: 25px;
}

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ハンバーガーメニュー*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #eee;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
nav.globalMenuSp ul {
    background: #7ecef4;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #0068b6;
    padding: 1em 0;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

#page-top .description {
    padding-right: 50px;
}

@media (max-width: 1400px) {

    #contact-form {
        width: 90%;
        margin: 0 5% !important;
    }
}

@media (min-width: 1400px) And (max-width: 1500px) {

    #contact-form {
        width: 66% !important;
        margin: 0 17% !important;
    }
}

@media (max-width: 950px) {
    footer .footer-menu ul li {
        margin-left: 5px !important;
    }
}


@media (max-width: 768px) {
    
    body {
        overflow-x: hidden
    }

    header {
        padding: 10px;
    }

    header p {
        font-size: 12px;
        line-height: 15px !important;
    }

    #page-top .description {
        padding: 0 55px;
    }

    .inner-wrapper {
        display: block;
    }

    .main {
        width: 100%;
        margin-left: 0 !important;
    }

    .page-title {
        font-size: 24px;
    }
    
    .navToggle {
        display: block;
    }

    .sidebar-left {
        width: 100% !important;
        height: auto !important;
        display: none;
    }

    .sidebar-left.sticky {
        position: relative !important;
    }

    footer {
        margin-top: 20px;
    }

    footer .footer-menu ul {
        display: inline-block;
        padding-left: 0;
    }

    footer .footer-menu ul li {
        margin-left: 0 !important;
        float: none;
    }

    footer .footer-menu ul li a {
        display: block;
    }

    footer .footer-menu {
        padding-bottom: 0 !important;
    }

    .page-banner {
        display: none;
    }

    footer .footer-copyright {
        padding: 5px;
    }

    footer .footer-copyright p {
        font-size: 14px;
    }

    .btn-orange {
        margin-top: 10px;
    }

    header .header-banner {
        text-align: center;
    }

    header .header-banner .banner1, header .header-banner .banner2 {
        margin: 10px auto;
    }    
}

@media(max-width:  399px) {
    header .logo {
        width: 100%;
    }
}

.hint {
    font-size: 13px;
    color:#666;
    padding-left: 5px;
    padding-top: 2px;
}

/**********************************************************************************************************************
// Side menu
**********************************************************************************************************************/

.sidebar-left {
    position: relative;
    float: left;
    width: 350px;
    height: calc(100vh - 131px);
    background-color: white;
    box-shadow: 0 -10px 20px 0 rgb(48 49 51 / 10%);
    overflow-y: auto;
    z-index: 100;
}

@media(max-width: 767px){
    .sidebar-left{
        display: none;
    }
}

.sidebar-left.open{
    display: block;
}

.nav-main {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
}

#menu .nav-main li {
    padding: 5px 4px 2px;
    border-bottom: 1px solid #cdcdcd;
}

.nav-main li:last-child {
    border-bottom:  none !important;
}

.nav-main li a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 10px 2px !important;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-main li a span {
    /* font-weight: bold; */
}

.nav-main li a:hover {
    color: #ffa600;
}

#menu .nav-main li a:before {
    content:"\A";
    border-style: solid;
    border-width: 4px 6px 4px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    transform: rotate(180deg);
    top: 20px;
    left: -5px;
}

.image_link:before{
    display: none;
}

.side-image-menu {
    margin: 20px 0;
}

.side-image-menu img {
    width: 85%;
    height: auto;
    box-shadow: 0 10px 20px 0 rgb(48 49 51 / 20%), 0 -10px 20px 0 rgb(48 49 51 / 10%);
}

.side-image-menu li {
    text-align: center;
    padding: 10px 15px;
}

.side-image-menu li a{
    padding: 0;
}

/**********************************************************************************************************************
// Side News
**********************************************************************************************************************/

#news {
    width: 80%;
    margin: 20px auto;
    padding: 10px !important;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ccc;
}

#news ul {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
}

#news ul li:last-child a{
    border-bottom: none !important;
}

#news .title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
}

#news a {
    padding-top: 5px !important;
    font-size: 15px;
    border-bottom: 1px dashed #ccc;       
}

#news li span {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
    line-break: anywhere;
}

.link_message {
    color: #08c !important;
    text-decoration: underline !important;
}

#contact-form .status_msg {
    background-color: #132238;
    color: white;
    padding: 5px 10px;
    margin-bottom: 50px;
}

.error {
    font-size: 14px;
    color: red;
}

input[type='file']{
    background: transparent;
    border: none;
    color: black;
    outline: none;
    box-shadow: none !important;
}

input[type='file']:focus {
    outline: none;
}

input[type='file'].form-control {
    height: 47px;
    padding-left: 0;
    padding-top: 0;
}

input[type='file']::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
    border: none !important;
}

input[type='file']:hover::before {
    /* border-color: black; */
}

input[type='file']active::before {
    /* background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); */
}

input[type='file']::before{
    content: 'ファイルを選択';
    display: inline-block;
    background: black;
    border-radius: 3px;
    padding: 8px 15px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: white;
    height: 40px !important;
}


/*
    Responive
*/

.m-none {
    margin: 0 !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 20px !important;
}

.m-lg {
    margin: 30px !important;
}

.m-xlg {
    margin: 40px !important;
}

.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}


.mt-md {
    margin-top: 20px !important;
}

.mt-lg {
    margin-top: 30px !important;
}

.mt-xlg {
    margin-top: 40px !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}


.mb-md {
    margin-bottom: 20px !important;
}

.mb-lg {
    margin-bottom: 30px !important;
}

.mb-xlg {
    margin-bottom: 40px !important;
}

.ml-none {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}


.ml-md {
    margin-left: 20px !important;
}

.ml-lg {
    margin-left: 30px !important;
}

.ml-xlg {
    margin-left: 40px !important;
}

.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}


.mr-md {
    margin-right: 20px !important;
}

.mr-lg {
    margin-right: 30px !important;
}

.mr-xlg {
    margin-right: 40px !important;
}

.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 20px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xlg {
    padding: 40px !important;
}

.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}


.pt-md {
    padding-top: 20px !important;
}

.pt-lg {
    padding-top: 30px !important;
}

.pt-xlg {
    padding-top: 40px !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}


.pb-md {
    padding-bottom: 20px !important;
}

.pb-lg {
    padding-bottom: 30px !important;
}

.pb-xlg {
    padding-bottom: 40px !important;
}

.pl-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}


.pl-md {
    padding-left: 20px !important;
}

.pl-lg {
    padding-left: 30px !important;
}

.pl-xlg {
    padding-left: 40px !important;
}

.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}


.pr-md {
    padding-right: 20px !important;
}

.pr-lg {
    padding-right: 30px !important;
}

.pr-xlg {
    padding-right: 40px !important;
}

.no_link{
  color: black !important;
  cursor: default !important;
}

