@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
    line-height: 100%;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    text-align: left;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6;
}

body a {
    text-decoration: none;
    color: #000;
    outline: 1px solid transparent;
}

body {
    min-width: 1100px;
    position: relative;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fade:hover {
    opacity: 0.7;
}

.fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.wrap {
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
}

.tac{
    text-align: center;
}

/* btn
-----------------------------*/
.normal-btn a {
    text-align: center;
    color: #132860;
    background: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #132860;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out;
}
.normal-btn.brown a {
    color: #fff;
    background: #9c8254;
    border: 1px solid #9c8254;
}

@media screen and (max-width: 768px) {
    .normal-btn a {
        height: 45px;
        line-height: 45px;
    }
}

.normal-btn:not(.brown) a:hover {
    color: #fff;
    background: #132860;
}

@media screen and (min-width: 767px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    body {
        min-width: auto;
        min-width: initial;
    }
    body.fixed{
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .wrap {
        width: 92%;
    }
}

/* ------------------------------

    header

------------------------------ */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

header .wrap {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    header .wrap {
        height: 70px;
        position: relative;
    }
}

header #navpc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    header #navpc {
        display: none;
    }
}

header #navpc .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header #navpc .gnav li+li {
    margin-left: 18px;
}

header #navpc .gnav li a:hover {
    text-decoration: underline;
}

header #navpc .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .zdo_drawer_button {
    display: none;
}

@media screen and (max-width: 768px) {
    header .zdo_drawer_button {
        display: block;
        background: none;
        border: none;
        padding: 0;
        width: 52px;
        height: 52px;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        z-index: 1001;
        text-align: center;
        outline: none;
        margin: auto;
    }
}

header .zdo_drawer_button.active .zdo_drawer_bar {
    width: 40px;
    height: 3px;
    border-radius: 5px;
}

header .zdo_drawer_button.active .zdo_drawer_bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 6px 4px 0px;
}

header .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
}

header .zdo_drawer_button.active .zdo_drawer_bar3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 13px 2px 5px;
}

header .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
}

header .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
}

header .zdo_drawer_bar {
    display: block;
    height: 2px;
    margin: 8px 0;/*
    -webkit-transition: all 0.2s;
    transition: all 0.2s; */
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

header .zdo_drawer_bar.zdo_drawer_bar3 {
    margin: 8px 0 5px;
}

header .zdo_drawer_text {
    text-align: center;
    font-size: 10px;
}

header .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
}

header .zdo_drawer_menu_text {
    display: block;
    padding-bottom: 5px;
}

header .zdo_drawer_nav {
    padding: 112px 24px;
}

header .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px;
}

header .zdo_drawer_button {
    color: #132860;
    padding: 0 7px;
    border: solid 2px #132860;
    border-radius: 5px;
}

header .zdo_drawer_button .zdo_drawer_bar {
    background-color: #132860;
}

header .change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #132860;
    margin-left: 15px;
}

header .change li {
    width: 40px;
}

header .change li a {
    color: #132860;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: block;
}

header .change li.active a,
header .change li a:hover {
    color: #fff;
    background: #132860;
}

header .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}

header .other li {
    width: 130px;
}

header .other li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
}

header .other li.organizer a {
    background: #9c8254;
}

header .other li.contact a {
    background: #132860;
}

@media screen and (max-width: 1270px) {
    header .wrap {
        padding-left: 5px;
    }

    header .logo {
        width: 160px;
    }

    header #navpc {
        margin-left: 20px;
    }

    header .gnav li+li {
        margin-left: 8px;
    }

    header .gnav li a {
        font-size: 1.3rem;
    }

    header .change {
        margin-left: 12px;
    }

    header .change li {
        width: 32px;
    }

    header .other {
        margin-left: 12px;
    }

    header .other li {
        width: 102px;
    }
}

@media screen and (max-width: 768px) {
    header {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
    }
    #navsp{
        display: none;
        width: 100%;
        z-index: 999;
        position: fixed;
        top: 69px;
        left: 0;
        height: 100%;
    }
    #navsp .navsp_inner{
        margin: auto;
        max-height: 100%;
        /*-webkit-overflow-scrolling: touch;*/
        overflow-y: auto;
        padding: 15px 4% 50px;
        background: rgba(0,0,0,0.95);
    }
    #navsp .navsp_inner .boxlist{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #navsp .navsp_inner .boxlist li{
        width: 48.8%;
    }
    #navsp .navsp_inner .boxlist li:nth-child(n+3){
        margin-top: 10px;
    }
    #navsp .navsp_inner .boxlist li a{
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
        padding: 12px 5px;
        display: block;
        border: 1px solid #fff;
    }
    #navsp .navsp_inner .gnav{
        margin-top: 20px;
    }
    #navsp .navsp_inner .gnav li{
        border-top: 1px solid #fff;
    }
    #navsp .navsp_inner .gnav li+li{
        margin-left: 0;
    }
    #navsp .navsp_inner .gnav li:last-child{
        border-bottom: 1px solid #fff;
    }
    #navsp .navsp_inner .gnav li a{
        font-size: 1.7rem;
        color: #fff;
        padding: 14px 0;
        display: block;
        position: relative;
    }
    #navsp .navsp_inner .gnav li a::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        width: 4px;
        height: 4px;
        border: 5px solid transparent;
        border-left: 7px solid #fff;
    }
}

@media screen and (max-width: 320px) {
    #navsp .navsp_inner .boxlist li a{
        font-size: 1.4rem;
        padding: 12px 2px;
    }
    #navsp .navsp_inner .gnav li a{
        font-size: 1.6rem;
    }
}

/* ------------------------------

    main

------------------------------ */
main {
    display: block;
}
@media screen and (max-width: 768px) {
    main{
        padding-top: 70px;
    }
}


/* ------------------------------

    footer

------------------------------ */
footer {
    padding: 30px 0 15px;
    background: #132860;
}
footer .logo{
    text-align: center;
}
footer .address{
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
footer .copyright{
    opacity: .4;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 768px) {
    .pagetop {
        display: none;
    }
}


/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/* End Hack */
