@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/



/* break point ------------------------------------------------
	iPhone5 320x568
	iPhone6 375x667
	iPhone7 375x667
	iPhone6-8Plus 414x736
	iPad 768x1024
	iPadPro 1024x1366
-------------------------------------------------------------- */

/* Noto Sans JP ------------------------------------------------
	Thin 100
	Light 300
	Regular 400
	Medium 500
	Bold 700
	Black 900
-------------------------------------------------------------- */

/* -----------------------------------------------------------

　grobal setting

-------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* -----------------------------------------------------------

　body

-------------------------------------------------------------- */
body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 1.0);
    font: normal 300 1.0rem/2.0rem "utsukushi", "游明朝", YuMincho, serif, "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", "Meiryo", "Meiryo UI", sans-serif, "Osaka";
    webkit-tap-highlight-color: rgba(33, 37, 41, 1.0);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

@media all and (-ms-high-contrast:none) {

    /* IEハック */
    body {
        color: rgba(0, 0, 0, 0.7);
        font: normal 400 1.0rem/2.0rem "utsukushi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif, "Noto Sans JP", "メイリオ", "Meiryo", "Meiryo UI";
    }

}

/* -----------------------------------------------------------

　default link color

-------------------------------------------------------------- */
a,
a:visited {
    color: rgba(62, 114, 53, 1.0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: rgba(228, 94, 50, 1.0);
    text-decoration: none;
    outline: none;
}

a:active,
a.current {
    color: rgba(234, 85, 6, 1.0);
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

/* -----------------------------------------------------------

　h2～h6, p, li, dd

-------------------------------------------------------------- */
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

section p,
section li,
section dt,
section dd {
    font-size: 1.2rem;
}

section p,
section li,
section dd {
    line-height: 1.8rem;
}

/* -----------------------------------------------------------

　#mainNav

-------------------------------------------------------------- */
#mainNav {
    padding-top: 0;
    background: rgba(37, 101, 40, 0.7);
    background: url(../images/bg_mainnav_shrink_mb.png) center top repeat;
    background-size: 100% auto;
}

/* brand */
#mainNav .navbar-brand {
    display: inline-block;
    position: relative;
    bottom: -20px;
    margin-top: -20px;
    padding: 0;
    width: 60%;
    height: auto;
    z-index: 100;
}

#mainNav .navbar-brand img {
    width: 100%;
    height: auto;
}

#mainNav .navbar-brand img:first-child {
    display: none;
}

#mainNav .navbar-brand img:last-child {
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
}

/* hamburger */
#mainNav .navbar-toggler {
    position: relative;
    top: 5px;
    padding: 10px;
    border: 0;
    background: rgba(248, 181, 0, 1.0);
    color: rgba(37, 101, 40, 1.0);
    font-size: 0.9rem;
}

#mainNav .navbar-nav {
    margin-top: 30px;
    padding-bottom: 30px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 1.0);
    letter-spacing: 0.1rem;
}

#mainNav .navbar-nav .nav-item:nth-of-type(-n+7) .nav-link img {
    display: none;
}

#mainNav .navbar-nav .nav-item:nth-child(7) {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 1.0);
    font-weight: 500;
    letter-spacing: 0.1rem;
}

#mainNav .navbar-nav .nav-item:nth-child(7) ul {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    list-style: none;
}

#mainNav .navbar-nav .nav-item:nth-child(7) ul li:first-child {
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    font-weight: bold;
    letter-spacing: 0.2rem;
}

#mainNav .navbar-nav .nav-item:nth-child(7) span {
    display: block;
    position: relative;
    top: -10px;
    margin-left: 20px;
    margin-bottom: -10px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.4rem;
    font-family: Amaze, Georgia, "Times New Roman", Times, serif;
}

#mainNav .navbar-nav .nav-item:nth-child(7) .nav-link {
    color: rgba(255, 247, 153, 1.0);
}

#mainNav .navbar-nav .nav-item:nth-child(8) {
    display: none
}

#mainNav .dropdown-menu {
    padding: 1.5rem 0.5rem;
    border: none;
    background: url(../images/bg_dropdownmenu.png) center top repeat;
    z-index: 50;
}

#mainNav .menuList div {
    margin: 0.5rem 0;
    padding-left: 0;
    padding-right: 0;
}

#mainNav .dropdown-item {
    padding: 0;
    color: rgba(0, 0, 0, 1.0);
}

#mainNav .dropdown-item:hover {
    background: none;
    color: rgba(228, 94, 50, 1.0);
}

#mainNav .menuList a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f0da";
}

@media only screen and (min-width:576px) {

    #mainNav .navbar-brand {
        bottom: -20px;
        margin-top: -20px;
    }

    #mainNav .navbar-nav {
        margin-top: 40px;
    }

    #mainNav .navbar-brand img {
        max-width: 200px;
    }

    #mainNav .navbar-nav .nav-item:nth-child(7) ul {
        padding: 10px 25px;
    }

    #mainNav .navbar-nav .nav-item:nth-child(7) span {
        display: inline;
        top: 0;
        margin-left: 10px;
        margin-bottom: 0;
    }

    #mainNav .dropdown-menu {
        padding: 2.0rem 1.5rem;
    }

}

@media only screen and (min-width:768px) {

    #mainNav .menuList div {
        display: inline-block;
        width: 32.8%;
        margin: 0;
    }

    #mainNav .dropdown-menu {
        padding: 1.5rem;
    }

}

@media only screen and (max-width:991px) {

    #mainNav .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mainNav .navbar-nav {
        min-height: 100vh;
    }

    #mainNav .nav-item:nth-child(7) {
        margin-bottom: 15.0rem;
    }

    #mainNav .dropdown-toggle::after {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #mainNav .dropdown-toggle:hover::after {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    #mainNav .dropdown-toggle[aria-expanded="true"]::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

}

@media only screen and (min-width:992px) {

    #mainNav .dropdown {
        position: static;
    }

    #mainNav .dropdown-toggle::after {
        content: none;
    }

    #mainNav .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    .home #mainNav .dropdown-menu {
        left: 50%;
        width: 1200px;
        margin-top: 40px;
        margin-left: -600px;
        border-radius: 6px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .home #mainNav.navbar-shrink .dropdown-menu {
        left: 0;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        border-radius: 0;
    }

    #mainNav .dropdown-menu .container {
        text-align: center;
    }

    #mainNav .menuList {
        margin: 0 auto;
    }

    #mainNav .menuList div {
        display: inline;
        margin-left: 2.0%;
        margin-right: 2.0%;
    }

    #mainNav .dropdown-item {
        display: inline;
    }

    #mainNav .dropdown-item {
        padding: 0;
    }

}

@media only screen and (min-width:1200px) {

    #mainNav .menuList div {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section {
    padding-top: 50px;
}

@media only screen and (min-width:768px) {

    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section {
        padding: 100px 0 0;
    }

}

/* -----------------------------------------------------------

　modal

-------------------------------------------------------------- */
.modal .modal-dialog {
    margin: 1.0rem;
    max-width: 100vw;
}

.modal .modal-content {
    padding: 100px 0;
}

.modal .modal-body {
    padding: 0;
}

.modal .modal-body h2 {
    font-size: 1.8rem;
}

.modal .modal-body h3.item-intro {
    margin: 1.0rem 0;
    font-size: 1.05rem;
    line-height: 1.5rem;
}

.modal .modal-body p {
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
}

.modal .modal-body .clsBtn {
    margin-top: 30px;
    text-align: center;
}

.modal .modal-body button {
    margin: 0 auto;
    font-size: 0.9rem;
    cursor: pointer;
}

.modal .modal-body .box {
    padding: 2.0rem;
    border: 1px solid rgba(220, 220, 220, 1.0);
}

.modal .modal-body .box p:last-child {
    margin-bottom: 0;
}

.modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.modal .close-modal:hover {
    opacity: 0.3;
}

.modal .close-modal .lr {
    /* Safari and Chrome */
    margin-left: 35px;
    width: 1px;
    height: 75px;
    z-index: 1051;
    /* IE 9 */
    background-color: #212529;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .close-modal .lr .rl {
    /* Safari and Chrome */
    width: 1px;
    height: 75px;
    z-index: 1052;
    /* IE 9 */
    background-color: #212529;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal ul {
    margin-left: 1.05rem;
}

.modal li {
    list-style-type: none;
}

/* Alert */
#modalAlert .modal-body {
    text-align: center;
}

#modalAlert .modal-body p a {
    display: block;
    margin-bottom: 1.0rem;
    font-size: 1.5rem;
    line-height: 2.0rem;
}

#modalAlert p span {
    color: rgba(255, 0, 0, 1.0);
}

#modalAlert .box {
    margin: 0 auto;
    max-width: 600px;
    border-radius: 20px;
    font-size: 1.2rem;
}

#modalAlert .box p a {
    display: inline;
    margin-bottom: 0;
    font-size: 1.0rem;
    line-height: 1.6rem;
}

#modalAlert .box p span {
    color: rgba(51, 51, 51, 1.0);
}

/* privacy */
#modalPrivacy dt,
#modalPrivacy dd {
    line-height: 1.5rem;
}

#modalPrivacy dt {
    margin-bottom: 10px;
}

#modalPrivacy ul ol {
    margin-left: 2.0rem;
}

#modalPrivacy ol li {
    list-style-type: decimal;
}

@media only screen and (min-width:576px) {

    .modal .modal-content {
        padding: 100px 5%;
    }

    .modal .modal-body h2 {
        text-align: center;
    }

}

@media only screen and (min-width:768px) {

    .modal .modal-body h2 {
        font-size: 2.0rem;
    }

    .modal .modal-body .clsBtn {
        margin-top: 50px;
    }

}

@media only screen and (min-width:992px) {

    .modal .modal-content {
        padding: 100px 0;
    }

    .modal .modal-body h3.item-intro {
        margin: 1.5rem 0;
        font-size: 1.15rem;
        line-height: 1.6rem;
    }

    .modal .modal-body p {
        margin-bottom: 1.0rem;
    }

}

@media only screen and (min-width:1200px) {

    .modal .modal-dialog {
        margin: 1.0rem auto;
        max-width: 1200px;
    }

    /* privacy */
    #modalPrivacy dt,
    #modalPrivacy dd {
        line-height: 1.6rem;
    }

}

/* -----------------------------------------------------------

　footer

-------------------------------------------------------------- */
footer {
    clear: both;
    padding: 50px 0;
    background: rgba(255, 255, 255, 1.0) url(../images/bg_footer.png) center top repeat;
    -webkit-box-shadow: 0 5px 5px 0 rgba(220, 220, 220, 0.1) inset;
    box-shadow: 0 5px 5px 0 rgba(220, 220, 220, 0.1) inset;
}

/*　iOS以外は背景画像をフィクス
----------------------------------------------------------- */

/* Chrome / Firefox / Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

    footer {
        background-attachment: fixed;
    }

}

/* Edge 1 */
@supports (-ms-ime-align: auto) {

    footer {
        background-attachment: fixed;
    }

}

/* Edge 2 */
_:-ms-lang(x)::backdrop,
footer {
    background-attachment: fixed;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
footer {
    background-attachment: fixed;
}

footer [class^="col-"]:nth-child(1) {
    text-align: center;
}

footer [class^="col-"]:nth-child(1) img {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    height: auto;
}

footer ul {
    margin-left: 20px;
}

footer [class^="col-"]:nth-child(2) ul {
    margin-top: 50px;
}

footer li {
    font-weight: bold;
    list-style-type: none;
}

footer [class^="col-"]:nth-child(2) li:nth-child(n + 3)::before,
footer [class^="col-"]:nth-child(3) li:nth-child(n + 3)::before {
    content: "｜";
}

footer [class^="col-"]:nth-child(4) li::before {
    content: "｜";
}

footer a,
footer a:visited {
    color: rgba(0, 0, 0, 1.0);
    font-weight: normal;
}

footer a:hover {
    color: rgba(228, 94, 50, 1.0);
}

@media only screen and (min-width:576px) {

    footer ul {
        margin-left: 0;
    }

    footer [class^="col-"] ul {
        margin-top: 50px;
    }

    footer li {
        font-size: 0.8rem;
    }

}

@media only screen and (min-width:768px) {

    footer li {
        font-size: inherit;
    }

    footer [class^="col-"]:nth-child(2) li:nth-child(2),
    footer [class^="col-"]:nth-child(3) li:nth-child(2) {
        margin-left: 16px;
    }

    footer [class^="col-"]:nth-child(2) li:nth-child(n + 3),
    footer [class^="col-"]:nth-child(3) li:nth-child(n + 3) {
        margin-left: 16px;
    }

}

@media only screen and (min-width:992px) {

    footer {
        padding: 100px 0;
    }

    footer [class^="col-"] ul {
        margin-top: 0;
    }

    footer li {
        font-size: 0.85em;
    }

    footer [class^="col-"]:nth-child(2) ul {
        margin-top: 0;
    }

}

@media all and (-ms-high-contrast:none) {

    /* IEハック */
    footer {
        -webkit-box-shadow: 0 5px 5px 0 rgba(220, 220, 220, 0.7) inset;
        box-shadow: 0 5px 5px 0 rgba(220, 220, 220, 0.7) inset;
    }

    footer a {
        color: rgba(0, 0, 0, 0.7);
    }

}

/* -----------------------------------------------------------

　.copyright

-------------------------------------------------------------- */
.copyright {
    padding-top: 15px;
    padding-bottom: 5px;
    background: rgba(37, 101, 40, 1.0);
    color: rgba(255, 255, 255, 0.7);
    font-size: 90%;
    font-family: "smart";
    text-align: center;
    line-height: 1.5rem;
}

.copyright a {
    color: rgba(255, 255, 255, 0.7);
}

.copyright a:hover {
    color: rgba(255, 255, 255, 1.0);
}

.copyright span {
    display: block;
    margin-top: 5px;
    font-size: 0.7rem;
    font-family: "utsukushi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif, "Noto Sans JP", "メイリオ", "Meiryo", "Meiryo UI";
    line-height: 1.0rem;
}

.copyright ul {
    margin-top: 20px;
}

@media only screen and (min-width:768px) {

    .copyright {
        padding: 20px 0;
        text-align: left;
    }

    .copyright span {
        font-size: 0.6rem;
    }

}

@media only screen and (min-width:992px) {

    .copyright {
        letter-spacing: 0.1rem;
    }

    .copyright span {
        font-size: 0.8rem;
        letter-spacing: 0;
    }

}

@media all and (-ms-high-contrast:none) {

    /* IEハック */
    .copyright span {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif, "Noto Sans JP", "メイリオ", "Meiryo", "Meiryo UI";
    }

}

/* -----------------------------------------------------------

　#fixedRight

-------------------------------------------------------------- */
#fixedRight {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(62, 114, 53, 0.80);
    z-index: 1024;
}

#fixedRight a {
    display: block;
    padding: 5px 0 8px;
    color: rgba(255, 240, 0, 1.00);
    font-size: 0.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#fixedRight a:hover {
    color: rgba(255, 255, 255, 1.00);
}

@media only screen and (min-width:768px) {
    
    #fixedRight {
        top: 50%;
        right: 0;
        bottom: inherit;
        transform: translateY(-50%);
    }

    #fixedRight a {
        font-size: 1.0rem;
    }

}

@media only screen and (min-width:1200px) {

    #fixedRight a {
        font-size: 1.2rem;

}

/* -----------------------------------------------------------

　#pageTop

-------------------------------------------------------------- */
#pageTop a {
    display: none;
}

@media only screen and (min-width:768px) {

    #pageTop {
        clear: both;
        position: fixed;
        bottom: 15%;
        right: 1.2%;
        width: 50px;
        height: 50px;
        z-index: 100;
    }

    #pageTop a {
        display: block;
    }

    #pageTop a img {
        width: 100%;
        height: auto;
        opacity: 0.7;
    }

    #pageTop a img:hover {
        opacity: 1.0;
    }

}

@media only screen and (min-width:992px) {

    #pageTop {
        width: 80px;
        height: 80px;
    }

}

/* -----------------------------------------------------------

　Other

-------------------------------------------------------------- */

/*　image
/*-------------------------------------------*/
img {
    -ms-interpolation-mode: bicubic;
    /*-webkit-backface-visibility:visible;*/
    outline: none;
}

a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img:hover {
    opacity: 0.7;
    outline: none;
}

a img:focus {
    outline: none;
}

/*　404err
/*-------------------------------------------*/
.err404 {
    padding-top: 0;
    padding-bottom: 100px;
    text-align: center;
}

.err404 h3 {
    color: rgba(255, 0, 0, 1.0);
    border-bottom: none !important;
}

/*　other
/*-------------------------------------------*/
.no-padding {
    padding: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-default {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: rgba(242, 242, 242, 1.0);
    border-color: rgba(237, 237, 237, 1.0);
    color: rgba(34, 34, 34, 1.0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background: rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
}

.btn-default .badge {
    background: rgba(34, 34, 34, 1.0);
    color: rgba(34, 34, 34, 1.0);
}

.btn-primary {
    background: rgba(254, 209, 54, 1.0);
    border-color: rgba(254, 209, 54, 1.0);
    color: rgba(0, 0, 0, 0.5);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: rgba(254, 200, 16, 1.0) !important;
    border-color: rgba(254, 200, 16, 1.0) !important;
}

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.clear {
    clear: both;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}