@charset "UTF-8";

body {
    font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: none;
    font-size: 14px;
    line-height: 1.5;
}
img {vertical-align: bottom;}
header {padding: 0;background: #fff;}
[class$='__content'] {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    [class$='__content'] {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
}
.globalHeader__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}
.globalHeader__ci {}
.globalHeader__btn {display: none;}
.globalHeader__nav {
    flex: 1;
    height: auto;
    margin: 0 30px;
    background: none;
}
.globalHeader__nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: auto;

}
.globalHeader__nav li {
    float: none;
}
.globalHeader__nav a {
    display: inline;
    width: auto;
    height: auto;
    background: none;
    text-decoration: none;
    color: inherit;
}
.globalHeader__nav a:hover {
    color: #f00;
}
.globalHeader__tel {
    list-style: none;
}
.globalHeader__tel .tel {
    font-size: 20px;
}
.globalHeader__tel .tel::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 3px;
    margin-bottom: -1px;
    background: url(../img/ico-tel1.png) no-repeat;
}
.globalHeader__tel .time {
    font-size: 12px;
}
.globalHeader--minimum .globalHeader__nav,
.globalHeader--minimum .globalHeader__tel {
    display: none;
}
@media screen and (max-width: 768px) {
    .globalHeader__content {
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .globalHeader__ci {
        margin-left: 15px;
    }
    .globalHeader__ci img {
        zoom: .5;
    }
    .globalHeader__btn {
        display: block;
        height: 50px;
    }
    .globalHeader__btn .menu-trigger,
    .globalHeader__btn .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .globalHeader__btn .menu-trigger {
        position: relative;
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .globalHeader__btn .menu-trigger span {
        position: absolute;
        left: 10px;
        width: 26px;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
    }
    .globalHeader__btn .menu-trigger span:nth-of-type(1) {top: 16px;}
    .globalHeader__btn .menu-trigger span:nth-of-type(2) {top: 24px;}
    .globalHeader__btn .menu-trigger span:nth-of-type(3) {top: 32px;}
    .globalHeader__btn .menu-trigger .active span:nth-of-type(1) {transform: translateY(8px) rotate(-45deg);}
    .globalHeader__btn .menu-trigger .active span:nth-of-type(2) {opacity: 0;}
    .globalHeader__btn .menu-trigger .active span:nth-of-type(3) {transform: translateY(-8px) rotate(45deg);}
    .globalHeader__nav {
        position: static;
        display: none;
        flex-basis: 100%;
    }
    .globalHeader__nav ul {
        display: block;
        border-bottom: 1px solid #000;
    }
    .globalHeader__nav a {
        position: relative;
        display: block;
        padding: 10px;
        border-top: 1px solid #000;
    }
    .globalHeader__nav a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        margin-top: -7px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: rotate(45deg);
    }
    .globalHeader__tel {
        display: none;
        flex-basis: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

.globalFooter {
    padding-bottom: 10px;
    background: #000;
}
.globalFooter__content {
    display: flex;
    padding-top: 40px;
}
.globalFooter__content .left {
    flex-basis: 225px;
}
.globalFooter__content .right {
    flex: 1;
    margin-left: 170px;
    text-align: left;
}
.globalFooter__sns {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.globalFooter__sns li {
    display: inline-block;
}
.globalFooter__sns li + li {
    margin-left: 30px;
}
.globalFooter__sns img[src*=line] {
    position: relative;
    bottom: -3px;
}
.globalFooter__tel {
    list-style: none;
    color: #fff;
    /* text-align: center; */
    text-align: left;
    margin-top: 30px;
}
.globalFooter__tel .tel {
    font-size: 20px;
}
.globalFooter__tel .tel::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 3px;
    margin-bottom: -1px;
    background: url(../img/ico-tel2.png) no-repeat;
}
.globalFooter__tel .time {
    font-size: 12px;
}
.globalFooter__nav {
    margin-bottom: 20px;
}
.globalFooter__nav a {
    text-decoration: none;
}
.globalFooter__nav a:hover {
    color: #f00;
}
.globalFooter__nav > li {
    display: inline-block;
}
.globalFooter__nav > li > a {
    color: #fff;
}
.globalFooter__nav li + li {
    margin-left: 15px;
}
.globalFooter__nav ul {
    margin-top: 20px;
}
.globalFooter__nav ul li {
    display: inline-block;
}
.globalFooter__nav ul a {
    color: #72706d;
}
.globalFooter__copyright {
    margin-top: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.globalFooter--minimum .globalFooter__sns,
.globalFooter--minimum .globalFooter__tel,
.globalFooter--minimum .right {display: none;}
@media screen and (max-width: 768px) {
    .globalFooter__content {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .globalFooter__content .left {
        flex-basis: 100%;
    }
    .globalFooter__content .right {
        flex-basis: 100%;
        margin-top: 30px;
        margin-left: 0;
}
    .globalFooter__ci {
        text-align: center;
    }
    .globalFooter__ci img {
        zoom: .5;
    }
    .globalFooter__nav {
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }
    .globalFooter__nav ul li {
        display: block;
    }
    .globalFooter__nav li + li {
        margin-left: 0;
    }
    .globalFooter__nav a {
        position: relative;
        display: block;
        padding: 10px;
        border-top: 1px solid #fff;
    }
    .globalFooter__nav a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        margin-top: -7px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg);
    }
    .globalFooter__nav ul {
        margin-top: 0;
    }
    .globalFooter__nav > li {
        display: block;
    }
    .globalFooter__copyright {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}
.facebook-box {
    margin: 100px 0 75px;
}
.facebook-box iframe {
    display: block;
    width: 500px;
    height: 215px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .facebook-box {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        overflow:auto;

    }
    .facebook-box iframe {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
.breadclumb {
    display: flex;
    list-style: none;
    padding: 10px calc((100vw - 1050px) / 2);
    border-bottom: 1px solid rgb(220,220,220);
    line-height: 1;
}
.breadclumb a {
    color: inherit;
    text-decoration: none;
}
.breadclumb li + li {
    margin-left: 10px;
}
.breadclumb li + li::before {
    content: '>';
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .breadclumb {
        display: none;
    }
}

.top_btn_grn{display:block;width:90%;padding:25px 0;margin:10px auto;text-align:center;font-weight:bolder;color:#fff;background:#2D9D53;font-size:25px;text-decoration:none;}

.cov_mess{background:#E6E6E6;border:1px solid #910000;color:#000;height:auto;margin:20px auto;padding: 20px;}
.cov_mess h2{text-align: center;margin-bottom:10px;color:#BD1B24;}
.cov_mess h3{text-align: center;margin-bottom:15px;color:#BD1B24;}
.cov_mess ul{margin:15px 20px;list-style-type: none;}
.cov_mess ul li{list-style-type: none;}

.osirasescl{height:200px;margin:20px auto;overflow-y:scroll;background: #E6E6E6;padding: 20px;}
.osirasescl h2{color:#BD1B24;}
.osirasescl h3{margin:5px auto 10px;}
.osirasescl p{margin-bottom:10px}
.osirasescl ul{margin-left:20px;}
@media screen and (max-width: 768px) {
	.top_btn_grn{font-size:20px;}
}


.gotyui-box {
    padding: 20px;
    margin:0 auto 40px;
     background: #E0E0E0;
    width:700px;
}
.gotyui-box h2{font-weight: 700; background:#CC0000;text-align: center;padding: 5px 0;color:#fff;}
.gotyui-box ul{padding: 10px 0;width:90%;margin:0 auto}
.gotyui-box ul li{;font-size:16px;margin-bottom:10px}

@media screen and (max-width: 768px) {
    .gotyui-box {width:90%}
    .gotyui-box h2{font-size: 16px;}
}
