@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4{font-size: 1.2rem;}
h1 {
    width: 100%;
    margin: 0;
    padding: 7px;
    color: #ffffff;
    background: linear-gradient(to bottom,#5a78dd,#394f9b);
    text-shadow: #1d337a 1px 1px 1px;
    border-bottom: 1px solid #3a70bf;
    text-align: center;
    line-height: 1.4em;
}
h2{
    padding: 3px 0 3px 7px;
    color: #446dd4;
    border-left: 8px solid #446dd4;
}
h3{
    padding: 7px 0 7px 1rem;
    color: #f45936;
    border: 2px dotted #ffa89e;
    border-left: none;
    border-right: none;
    font-weight: bold;
}
h4{
    color: #00567f;
    font-size: 1rem;
    padding-top: 10px;
}
h4::before{
    content: url(/member/notice/img/h4Icon.gif);
    padding-right: 10px;
}
h5{
    color: #008dcf;
    font-size: 1rem;
}
h5::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #68c6f2;
    margin-right: 0.5rem;
    position: relative;
    bottom: 1px;
}
h2,h3,h4,h5{
    width: 100%;
    margin: 10px auto;
    line-height: 1.1em;
}

.sectionSet{width: 100%; margin-bottom: 1em;}

.column2Box{
    vertical-align: top;
    display:flex;
}
.column2Box div{
    width: 100%;
    margin-right: 0.8rem;
}
.column2Box div img{ width: 100%; }
.column2Box div:last-of-type{ margin-right: 0; }

/*冒険ガイド用ここから*/
.column2Box.tile .figCaption{
    padding: 0 0.5em 0 0;
    margin-top: -10px;
    font-size: 0.9rem;
}
.guide .nav{
    margin-bottom: 2rem;
}
/*冒険ガイド用ここまで*/


.column2Box:after{content: ""; display: block;}
.column2Box .mainText,.column2Box .imgRight,.column2Box .imgLeft{width: 50%;}
.column2Box .imgRight img,.column2Box .imgLeft img{width: 100%;}
/*.column2Box .imgRight{padding-right: 0.5rem;}
.column2Box .imgLeft{padding-left: 0.5rem;}*/

.figure{height: 100%;}
.figSlogan{
    width: 100%;
    background: linear-gradient(#ffffff,#d7f0ff);
    /*font-size: 1.2em;*/
    font-weight: bold;
    text-align: center;
    text-shadow: #fff 1px 1px 1px;
    padding: 0.8em;
    color: #1fa3dd;
}
.figCaption{padding: 0 0.5em;}

.socialNetwork{float: right;}
.socialNetwork ul li{display: inline-block;}
.socialNetwork:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.date{font-size: 0.8em; margin-bottom: 10px;}

.miniNotice{
    font-size:0.7rem;
    font-weight: normal;
}

/*コンテンツ部分*/
.wrap{
    background-color: #fff;
    margin: 0 auto;
}

.contentsBG {
    width: 100%;
    margin: 0 auto;
    padding: 1% 4% 4% 4%;
    min-height: calc(100vh - 42px);
}
.contentsBack{
    clear: both;
}

/*メイン画像エリア*/
.visualBox{
    text-align: center;
    background: -webkit-linear-gradient(left, #fffdf5 0%, #E8E5D5 50%, #fffdf5);
}
.visualBox img{
    width: 70%;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}

.mainCaption{
    width: 100%;
    margin: 10px auto;
    font-size: 1em; padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid #e5f6ff;
    background: linear-gradient(#f6faff,#e7f7ff);
    box-shadow: 5px 5px 5px -5px #d0dbff;
}
.mainCaption p{
    line-height: 1.4rem;
}
.log{
    color: #f45936;
    font-weight: bold;
    margin: 1rem 0;
}

/*目次*/
.topicList{
    display: none;
}
.topicTitle{
    font-size: 1.5rem;
    width: 100%;
    margin: 10px auto;
    line-height: 1.1em;
    padding: 3px 0 3px 7px;
    color: #446dd4;
    border-left: 8px solid #446dd4;
    font-weight: bold;
}
.topicList li{
    padding:0.3rem;
}
.topicList ol{
    counter-reset: list-count;
    list-style: none;
}
.topicList ol > li::before {
    content:counter(list-count);
    counter-increment: list-count;
    font-weight: bold;
    margin-right: 0.5rem;
}

.mainText{
    margin:1rem 0;
}

.termArea{
    border-radius: 5px;
    margin-bottom: 0.2rem;
}
.termArea dl{display: table; font-weight: bold;}
.termArea dt{
    display: table-cell;
    background-color: #678ff1;
    margin: 0px;
    padding: 0 0.5rem;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    min-width: 75px;
    text-align: center;
}
.termArea dd{
    display: table-cell;
    padding: 0.3em;
    margin-left: 10px;
    text-align: left;
}

/*目立たせたいところ*/
.pickupBox{
    padding: 0.1rem 0.5rem;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: inset 0 0 5px 0px #93acff;
    background: #f1f5ff;
}
.pickupBox img{
    width: 100%;
    margin: 0.5rem 0;
}

/*リスト*/
.listStyle{margin-left: 1em;}
.listStyleAst{padding-left: 1em; font-size: 0.8em; margin-top: 10px;}

/*faq*/
.retractableBox {
    width: 100%;
    font-size: 90%;
}
.retractableBox dl {
    margin:1rem .5rem 2rem;
    padding: 0;
    border-bottom: 1px solid #8d6832;
}
.retractableBox dt {
    cursor: pointer;
    border-top: 1px solid #8d6832;
    padding: 12px 0 10px 42px;
    background: url(/member/notice/img/openIcon.png) no-repeat 8px 12px;
    font-weight: bold;
}
.retractableBox dd {
    margin: 0;
    margin-bottom: 1em;
    padding: 1em 2em;
    background: #e4eeff;
    border-radius: 5px;
    display: none;
}
.retractableBox  dd:before {
    margin-left: -1em;
    content: "A. ";
}

.retractableSet {margin-bottom: 25px;}
.retractableSet .targetBox{display:none;}

.retractableSet h3 {
    color: #48301f;
    border-bottom: 1px dotted #abcdff;
    border-top: none;
    font-size: 1rem!important;
    font-weight: normal;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0;
    cursor:pointer;
}
.targetBox{
    font-size: 0.9rem;
}
.targetBox div{
    padding:0.2rem 0;
}

.retractableSet h3::before, .retractableSet h3::after {
    position: absolute;
    content: "";
}
.retractableSet h3::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #9acfff;
    left: 0;
}
.retractableSet h3::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
}
h3.active{
    font-weight: bold;
}
h3.active::after {
    transform: rotate(135deg);
    top: 12px;
    left: 6px;
}

/*PageTopボタン*/
.PageTopBtn{
    text-align:right;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
}
.PageTopBtn a{
    text-decoration: none;
    color: #f55936;
    font-weight: bold;
}
.PageTopBtn::before {
    position: absolute;
    content: "";
    border-top: 4px solid #f8cec9;
    border-right: 4px solid #f8cec9;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    top: 40%;
    margin: 0 0 0 -19px;
}

/*回遊リンク*/
.bnrBox div{
    flex-basis: calc(100%/2);
}
.bnrBox p,.newicon {
    display: none!important;
}
.bnrBox img {
    border-radius: 0;
    box-shadow: none;
}

.column3Box div{width: 100%}

.bannerList li{
    flex-basis: calc(100%/2);
}

/*pager/////////////////////////////////////////////////*/
.guide #pager{
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}
.guide #pager p{
    position: relative;
    margin: 0 1%;
    width: 8rem;
}
.guide #pager p a{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fafdff;
    background: linear-gradient(#f6faff,#d1e7ff);
    box-shadow: 0px 4px 7px -6px #a2b6e6;
    text-shadow: 1px 1px 1px #fff;
    line-height: 1.2em;
    display: block;
    color: #040000;
    text-decoration: none;
    text-align: center;
}
.guide #pager p.list{ width: auto; }

.guide #pager p.prev a{ padding-left: 25px; }
.guide #pager p.next a{ padding-right: 25px; }
.guide #pager p.prev::before,
.guide #pager p.next::after{
    position: absolute;
    content: "";
    border-top: 3px solid #839aff;
    border-right: 3px solid #839aff;
    width: 10px;
    height: 10px;
    top: 40%;
}
.guide #pager p.prev::before {
    transform: rotate(-135deg);
    left: 10px;
}
.guide #pager p.next::after {
    transform: rotate(45deg);
    right: 10px;
}
.prevNon,.nextNon{
    visibility:hidden;
}

/*PC///////////////////////////////////*/
@media screen and (min-width: 1024px) {
    h1,h2,h3{font-size: 1.5rem;}
    h4{font-size: 1em;}
    .bnrBox div{
        flex-basis: calc(100%/3);
    }
}

/*モバイル横 568px以上///////////////////////////*/
@media screen and (min-width: 568px) {
    .date br{display: none;}
}

/*モバイル縦 414px以下//////////////////////////////////*/
@media screen and (max-width: 414px) {
    .date {
        clear: both;
    }
    .visualBox img{
        width: 100%;
    }
    .bnrBox div {
        flex-basis: 100%;
    }
    .column2Box{display:block;}
    .column2Box .mainText, .column2Box .imgRight, .column2Box .imgLeft {width: 100%;}

    .column2Box div{
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .guide #pager p a{
        font-size: 0.9rem;
    }
}

/*モバイル縦 320px以下//////////////////////////////////*/
@media screen and (max-width: 320px) {
    .guide #pager p {
        margin:0;
    }
    .guide #pager p a {
        font-size: 0.8rem;
        width: 7rem;
    }
}
