@charset "UTF-8";

body,
html {
    height: 100%;
}

* ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

#wrapper {
    position: relative;
}

body {
    background: url(../img/sp/bg.jpg) no-repeat;
    background-size: ;
    background-position: center top;
}

body header {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 550px;
}

body header #head_menu {
    position: relative;
    background: url(../img/sp/hd_bg.jpg) repeat-x;
    overflow: hidden;
    display: flex;
    justify-content: left;
    margin: 0;
    padding: 0px;
    height: 50px;
}

body header #head_menu #d_login {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

body header #head_menu #d_login #login_btn,
body header #head_menu #d_login #touroku,
body header #head_menu #d_login #logout_btn {
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 3px 0px;
    width: 110px;
    text-align: center;
}

body header #head_menu #d_login #logout_btn {
    background: #fbab2c;
    color: #fff;
}

body header #login {
    display: none;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 10px;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body header #login input {
    border-radius: 4px;
    border: #000 1px solid;
    width: 100%;
    margin-bottom: 30px;
    padding: 3px;
}

body header #login .submit {
    background: #6a4a35;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 4px;
    border-bottom: #48330c 2px solid;
    color: #ffffff;
    margin-bottom: 15px;
}

body header #login p {
    text-align: right;
    margin-bottom: 10px;
}

body header #login #oid {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

body header #login #oid h2 {
    font-size: 90%;
}

body header #login #oid ul {
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
}

body header #login #oid ul li {
    margin: 0 5px;
}

body header #login form input:nth-child(5) {
    width: 50%;
}

body #title,
body #start,
body #copy,
body #copy1,
body #bg_chara {
    position: absolute;
}

body #title {
    top: 60px;
    right: 20px;
    /*margin-left: -133px;*/
    width: 267px;
}

body #copy {
    top: 161px;
    right: 80px;
    /*width: 60px;*/
}

body #copy1 {
    top: 505px;
    right: 181px;
    /*width: 60px;*/
}

body #start {
    top: 390px;
    right: 20px;
}

body #start img {
    width: 132px;
}

body #bg_chara {
    width: 447px;
    height: 630px;
    left: 50%;
    top: 6px;
    z-index: -1;
    margin-left: -378px;
}

body #slider {
    position: relative;
    width: 100%;
    margin: 0px auto 0 auto;
}

body #slider img {
    width: 100%;
}

body main {
    width: 100%;
}

body main #news {
    background: rgba(255, 255, 255, 0.8) url(../img/line2.jpg) repeat-x left top;
    background: #e8d6be;
    overflow: hidden;
    border-top: 2px #8a7b68 solid;
    border-bottom: 2px #8a7b68 solid;
}

body main #news #news_wrapper {
    margin: 0 auto;
    max-width: 900px;
}

body main #news #news_wrapper #news_title {
    margin-top: 30px;
    clear: both;
}

body main #news #news_wrapper #notice {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-bottom: 60px;
}

body main #news #news_wrapper #notice .notice_tabs_list ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

body main #news #news_wrapper #notice .notice_tabs_list ul li {
    cursor: pointer;
    width: 124px;
    height: 30px;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    border-style: solid;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 29px;
    transition: 0.5s ease-in;
}

body main #news #news_wrapper #notice .notice_tabs_list ul li:hover {
    background: #f39800;
}

body main #news #news_wrapper #notice .notice_tabs_list ul .active {
    border-width: 1px 1px 0px 1px;
}

body main #news #news_wrapper #notice .notice_tabs_list ul li.active:hover {
    background: transparent;
}

body main #news #news_wrapper #notice .tabs {
    border-width: 0px 0px 0px 0px;
    border-color: #000;
    border-style: solid;
}

body main #news #news_wrapper #notice .tabs ul li ul li {
    border-bottom: 1px solid #000;
    padding: 29px 10px 5px 10px;
    position: relative;
}

body main #news #news_wrapper #notice .tabs ul li ul li .t1 {
    font-size: 14px;
}

body main #news #news_wrapper #notice .tabs ul li ul li .t3 {
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

body main #news #news_wrapper #notice .tabs ul li ul li .icon {
    width: 50px;
    height: 15px;
    display: block;
    position: absolute;
    top: 10px;
    left: 90px;
    background-size: cover;
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type20 {
    background-image: url(../img/sp/label_news.png);
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type21 {
    background-image: url(../img/sp/label_event.png);
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type22 {
    background-image: url(../img/sp/label_update.png);
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type23 {
    background-image: url(../img/sp/label_mainte.png);
}

body main #news #news_wrapper #notice .tabs ul li .morebtn {
    margin: 20px 10px 20px 0;
    background: #ffa700;
    border-bottom: #48330c 2px solid;
    border-radius: 4px;
    float: right;
}

body main #news #news_wrapper #notice .tabs ul li .morebtn a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
}

body main #news #news_wrapper #twitter {
    clear: both;
    /*background-image: url(../img/line2.jpg), url(../img/line2.jpg), url(../img/sp/bn_bg.jpg);
  background-position: left top, left bottom, center top;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: auto, auto, cover;*/
    width: 100%;
    /*height: 699px;*/
    padding: 40px 15px 15px 15px;
    margin-top: 0px;
    background: #fef2e6;
    border-top: 2px #8a7b68 solid;
    min-height: 300px;
}

body main #news #news_wrapper #tw_wrapper {
    margin: 0 auto;
    max-width: 900px;
}

body main #top_bn {
    /*background-image: url(../img/line2.jpg), url(../img/spec_bg.jpg);*/
    background-position: left bottom, center top;
    background-repeat: repeat-x, no-repeat;
    background-size: auto, cover;
    padding: 20px 0 40px 0;
}

body main #top_bn ul {
    text-align: center;
}

body main #top_bn ul li {
    margin: 10px auto;
}

body main #top_bn ul li img {
    /*border: 1px solid #000;*/
}

body main #spec {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

body main #spec table {
    width: 100%;
    text-align: center;
    font-size: 80%;
    border-top: 1px #000 solid;
    border-bottom:  !px #000 solid;
}

body main #spec table tr {
    border-top: 1px #000 solid;
}

body main #spec table td {
    padding: 10px;
    border-left: 1px #000 solid;
}

body footer {
    background: white;
    text-align: center;
    font-size: 80%;
}

body footer ul {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

body footer ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 1px solid #0067b6;
}

body footer ul li:nth-child(1) {
    border-width: 1px 0px 1px 0px;
}

body footer ul li:nth-child(2) {
    border-width: 1px 0px 1px 1px;
}

body footer ul li:nth-child(3) {
    border-width: 0px 0px 1px 0px;
}

body footer ul li:nth-child(4) {
    border-width: 0px 0px 1px 1px;
}

body footer ul li a {
    display: block;
    height: 100%;
}

body footer img {
    padding: 10px 0;
}

body footer p {
    margin: 0;
    padding: 10px 0;
}

/*ハンバーガー start*/
header .burger {
    margin: 16px 10px 0 15px;
    margin-left: auto;
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: relative;
    z-index: 110;
}

header .burger > div {
    width: 100%;
    height: 3px;
    background-color: gray;
    border-radius: 6px;
    position: absolute;
}

.normal:first-child {
    top: 0;
    left: 0;
    transition: 0.2s;
}

.normal:nth-child(2) {
    top: 9px;
    left: 0;
}

.normal:last-child {
    top: 18px;
    left: 0;
    transition: 0.2s;
}

.burger:hover .normal:first-child {
    top: -3px;
}

.burger:hover .normal:last-child {
    top: 21px;
}

.topline {
    animation: top 0.5s;
    transform: rotate(45deg);
    top: 10px;
}

.bottomline {
    animation: bottom 0.5s;
    transform: rotate(-45deg);
    top: 10px;
}

@keyframes top {
    0% {
        transform: rotate(0deg);
    }

    0% {
        top: 0;
    }

    100% {
        transform: rotate(45deg);
    }

    100% {
        top: 10px;
    }
}

@keyframes bottom {
    0% {
        transform: rotate(0deg);
    }

    0% {
        top: 21px;
    }

    100% {
        transform: rotate(-45deg);
    }

    100% {
        top: 10px;
    }
}

#g_menu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
}

#g_menu li {
    float: left;
    width: 44%;
    margin: 10px 3%;
    text-align: center;
    background: linear-gradient(to right, #6a4a35 0%, #48330c 15%, #e8d6be 15%, #fef2e6 100%);
    border-color: #48330c;
    border-style: solid;
    border-width: 0px 0 2px 0;
    padding: 5px 0 5px 5%;
    border-radius: 4px;
}

#g_menu li a {
    display: block;
    height: 100%;
    color: #48330c;
}

/*ハンバーガー end*/
#sc {
    /*background-size: 100% auto;*/
}

#sc header {
    height: 50px;
}

#sc header #title {
    height: 40px;
    width: 70px;
    top: 5px;
    left: 10px;
    margin: 0;
}

#sc main h1 {
    background-image: url(../img/sp/title_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 10px auto;
    width: 80%;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

#sc main h1 img {
    width: 80%;
}

#sc main #content_body {
    background-color: #fef2e6;
    /*background-image: url(../img/line2.jpg), url(../img/line2.jpg);*/
    background-position: left top, left bottom;
    background-repeat: repeat-x;
    padding: 10px 0 20px 0;
    border-top: 2px #8a7b68 solid;
    border-bottom: 2px #8a7b68 solid;
}

#sc main #content_body #news_menu {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

#sc main #content_body #news_menu li {
    float: left;
    width: 46%;
    margin: 2%;
    background-color: #ffa700;
    border-bottom: #48330c 2px solid;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
}

#sc main #content_body #news_menu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#sc main #content_body #news_menu li a:link {
    color: #fff;
}

#sc main #content_body #agree_body {
    padding: 10px;
    font-size: 14px;
}

#sc main #content_body > h2 {
    padding: 0 10px;
    margin: 0;
}

#sc main #content_body .spcontainer {
    clear: both;
}

#sc main #content_body .spcontainer .page_tit {
    background: #2095e5;
    border-radius: 5px;
    text-align: left;
    color: #fff;
    padding: 0px 5px 0px 5px;
    text-shadow: 0 1px 1px #000;
    margin: 20px 10px 20px 10px;
}

#sc main #content_body .spcontainer .page_dital {
    padding: 0 10px;
}

#sc main #content_body .spcontainer .page_dital table {
    border: 1px solid #48330c;
    width: 100%;
    font-size: 10px;
}

#sc main #content_body .spcontainer .page_dital table th,
#sc main #content_body .spcontainer .page_dital table td {
    border: 1px solid #48330c;
}

#sc main #content_body .spcontainer .page_dital table th {
    background: #51433a;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#sc main #content_body .spcontainer .back_btn a {
    text-align: center;
    margin: 0 auto;
    padding: 5px 0 0 0;
    display: block;
    width: 100px;
    height: 35px;
    border-radius: 4px;
    background: #ffa700;
    border-bottom: 2px solid #48330c;
    color: #fff;
}

#sc main #content_body .spcontainer ul li {
    padding: 30px 10px 5px 10px;
    position: relative;
}

#sc main #content_body .spcontainer .guide_list li {
    border: 2px solid #2a0c00;
    margin: 10px;
    width: 200px;
    padding: 0;
    display: block;
    border-radius: 6px;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    font-weight: bold;
}

.guide_list li a {
    text-align: center;
    display: block;
    padding: 3px 0px;
}

#sc main #content_body .spcontainer ul li .t1 {
    font-size: 14px;
}

#sc main #content_body .spcontainer ul li .t1 a {
    color: #000;
}

#sc main #content_body .spcontainer ul li .t3 {
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#sc main #content_body .spcontainer ul li .icon {
    width: 50px;
    height: 15px;
    display: block;
    position: absolute;
    top: 13px;
    left: 90px;
    background-size: cover;
}

#sc main #content_body .spcontainer ul li .ic_type20 {
    background-image: url(../img/sp/label_news.png);
}

#sc main #content_body .spcontainer ul li .ic_type21 {
    background-image: url(../img/sp/label_event.png);
}

#sc main #content_body .spcontainer ul li .ic_type22 {
    background-image: url(../img/sp/label_update.png);
}

#sc main #content_body .spcontainer ul li .ic_type23 {
    background-image: url(../img/sp/label_mainte.png);
}

#sc main #content_body .spcontainer .sppagination {
    text-align: center;
    padding-top: 20px;
}

#sc footer {
    margin-top: 10px;
}

/* slider */
.columnbanner {
    position: relative;
    margin: 0 auto;
    height: 114px;
    width: 320px;
    background: #555;
    overflow: hidden;
}

#slides li {
    display: block;
    float: left;
    width: 320px;
}

#slides li a img {
    width: 320px;
    height: 114px;
}

#dots {
    position: absolute;
    padding: 0 10px;
    bottom: 3px;
    right: 15px;
    z-index: 99;
}

#dots li {
    float: left;
    margin: 5px;
}

#dots li a {
    width: 10px;
    display: block;
    height: 10px;
    background-color: #fff;
    border-radius: 15px;
}

#dots li.act a {
    background-color: #e87013;
    border: 1px solid #ab4d04;
}

/* 登録完了ページ*/
#comp_wrap {
    background: url(../img/comp_bg.png) no-repeat center top;
    min-width: 980px;
    min-height: 780px;
}

#comp_wrap h1 {
    position: absolute;
    width: 374px;
    height: 142px;
    left: 50%;
    margin: 170px 0 0 -400px;
}

#comp_wrap #comp_txt {
    width: 928px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin: 500px 0 0 -464px;
}

#comp_wrap .copyright {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.spcontainer {
    padding: 3%;
}

h3 {
    background: #e8d6be;
    margin: 20px auto;
    padding: 10px 20px 10px;
    border-radius: 5px;
    color: #231815;
    font-size: 18px;
    border: 2px #8a7b68 solid;
}

.ss {
    border: 4px solid #48330c;
    border-radius: 10px;
    margin: 0 15px 10px 0;
    float: left;
    clear: both;
    height: 250px;
}

#guide_story {
    display: block;
    margin: 0 auto;
}

.caution {
    color: red;
}

.spcontain {
    overflow: hidden;
}

.block {
    overflow: hidden;
    clear: both;
    margin: 0 0 20px 0;
    line-height: 1.8em;
    font-size: 90%;
}

.guide_title {
    font-weight: bold;
}

dl {
    overflow: hidden;
}

dt {
    float: left;
}

@media screen and (min-width: 768px) {
    body {
        background: url(../img/sp/bg.jpg) no-repeat center top / cover;
    }

    body header {
        height: 600px;
    }

    body #title {
        top: 60px;
        right: 50%;
        margin-right: -350px;
        width: 320px;
    }

    body #copy {
        top: 181px;
        right: 50%;
        width: 126px;
        margin-right: -370px;
    }

    body #start {
        top: 410px;
        right: 200px;
    }

    body #start img {
        width: 200px;
    }

    body #bg_chara {
        /*width: 292px;
    height: 1131px;
    left: -430px;
    top: -150px;
    z-index: -1;*/
    }

    body #slider {
        position: relative;
        width: 740px;
        margin: 0px auto 0 auto;
        height: 278px;
    }

    #slides li {
        display: block;
        float: left;
        width: 740px;
    }

    #slides li a img {
        width: 740px;
        height: 278px;
    }

    body .columnbanner {
        margin: 0 auto 20px auto;
        height: 278px;
        width: 740px;
        overflow: hidden;
    }

    body #top_bn ul {
        display: flex;
        max-width: 900px;
        margin: 10px auto 0 auto;
    }

    body #top_bn ul li {
        width: 280px;
    }

    body #top_bn ul li img {
        width: 100%;
        border-radius: 4px;
    }

    body #spec table {
        max-width: 600px;
        margin: 0 auto;
    }

    body footer {
        background: #ffffff;
        padding: 20px;
        position: relative;
    }

    body footer .foot {
        z-index: 10000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        width: 800px;
        margin: 0 auto;
    }

    body footer ul li {
        border: none;
    }

    body footer img {
        width: 186px;
        height: 89px;
    }

    body footer div {
        margin: 10px 10px 10px 40px;
    }

    body footer p {
        text-align: center;
        margin: 0px;
        line-height: 35px;
    }

    #news #news_wrapper #news_title {
        margin-left: 10px;
    }

    #news #news_wrapper #notice .tabs li {
        padding: 10px 0px 10px 10px;
    }

    #news ul.guide_list {
        margin: 10px 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    #news ul.guide_list > li {
        border: 1px solid #000;
        margin: 10px;
        width: 30%;
        padding: 0 !important;
        display: block;
        border-radius: 4px;
    }

    #news ul.guide_list > li a {
        display: block;
        text-align: center;
        padding: 3px 0;
    }
}

@media screen and (min-width: 981px) {
    body:after {
        content: " ";
        display: block;
        height: 52px;
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: -1;
    }

    body header #head_menu {
        max-width: 980px;
        margin: 0 auto;
        height: 50px;
    }

    body #head_imgs {
        max-width: 980px;
        position: relative;
        top: -600px;
        left: 50%;
        margin-left: -480px;
    }

    body #title {
        top: 60px;
        left: 50%;
        margin-left: 20px;
        /*width: 534px;*/
    }

    body #copy {
        top: 161px;
        right: 50%;
        width: 120px;
        margin-right: -400px;
    }

    body #start {
        top: 344px;
        right: 50%;
        margin-right: -290px;
    }

    body #start img {
        width: 264px;
    }

    body #bg_chara {
        /*width: 984px;
    height: 1131px;
    left: -430px;
    top: -150px;
    z-index: -1;*/
    }

    body #wrapper {
        max-width: 980px;
        margin: 0 auto;
    }

    body #g_menu ul {
        width: 320px;
        margin: 0 auto;
        overflow: hidden;
    }

    body #g_menu ul li {
        width: 300px;
        float: none;
    }

    body #news #news_wrapper #news_title {
        margin-left: 90px;
    }

    body #news #news_wrapper #notice {
        width: 800px;
        margin: 0 auto;
    }

    body #news #news_wrapper #notice .tabs li {
        padding: 10px 0px 10px 10px;
    }

    body ul.guide_list {
        margin: 10px 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    body ul.guide_list > li {
        border: 1px solid #000;
        margin: 10px;
        width: 30%;
        padding: 0 !important;
        display: block;
        border-radius: 4px;
    }

    body ul.guide_list > li a {
        display: block;
        text-align: center;
        padding: 3px 0;
    }

    #sc main #content_body #news_menu {
        display: flex;
        justify-content: center;
    }

    #sc main #content_body #news_menu li {
        float: none;
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    body #bg_chara {
        width: 292px;
        height: 412px;
        left: 50%;
        top: 150px;
        z-index: -1;
        margin-left: -200px;
    }

    body #copy {
        top: 171px;
        right: 14px;
        width: 89px;
    }

    body #copy1 {
        top: 17px;
        right: 133px;
        width: 230px;
    }

    body #start {
        top: 428px;
        right: 20px;
    }

    body #start img {
        width: 132px;
    }
}

.q {
    background: url(../img/icon_q.png) no-repeat left top;
    line-height: 30px;
    display: inline-block;
    padding: 0px 30px 0px 40px;
    margin: 5px 0px;
}

.a {
    background: url(../img/icon_a.png) no-repeat left top;
    line-height: 30px;
    display: inline-block;
    padding: 0px 30px 0px 40px;
    margin: 5px 0px;
}

.faq_block {
    border-radius: 6px;
    padding: 10px;
    background: #e8d6be;
    color: #231815;
    font-size: 18px;
    border: 2px #8a7b68 solid;
}

a {
    color: #442709;
}

.chara_t {
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.chara_sss {
    color: #8c7602;
}

.chara_ss {
    color: #ae1916;
}

.chara_s {
    color: #8b4306;
}

.chara_a {
    color: #51058c;
}

.chara_b {
    color: #0967a9;
}
