@charset "utf-8";
#mainHdImg {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}
#mainHdImg .imgarea {
    height: 560px;
    background-position: center center;
    background-size: cover;
}
#mainHdImg header {
    display: none;
}
.contentsArea {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* sound controller*/

.radioBox {
    width: 300px;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border-radius: 5px;
}
.radioBox p {
    font-size: 0.8em;
    line-height: 18px;
}
.radioBox p:before {
    display: inline-block;
    font-family: 'marurino';
    content: '\e921';
    font-size: 18px;
    line-height: 1em;
    width: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.summary p {
    display: none;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 1em;
}

/* story contetns */

#contents {
    display: none;
}

/* story */

.sideArea {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 300px;
    margin-left: 0;
    padding: 0 0 3em 40px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}

.sideArea .ad {
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
}
.sideArea a {
    color: #000;
}
.sideArea h2 {
    font-size: 0.8em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    padding: 0.5em 0 0.35em;
}
.sideArea p {
    font-size: 0.76em;
    text-align: left;
    position: relative;
}
.sideArea p img {
    display: block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.sideArea p:last-child::after{
    content: '資料請求';
    display: block;
    width:100%;
    background-color:#2985d2;
    color:#fff;
    font-size:1.05em;
    padding:0.5em 1em;
    text-align: center;
    margin-top:1em;
  margin-bottom: 0.5em;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
}
.sideArea p:last-child::before{
    position: absolute;
    content: '\e93f';
    font-family: 'marurino';
    font-size:0.8em;
    position: absolute;
    bottom:0.8em;
    right: 10px;
    color:#fff;
    z-index: 2;
}
.sideArea a:hover p:last-child:after{
    background-color:#000;
}

/*----------------*/

.contentsArea:first-child .sideArea{
align-items: flex-start;
}

.sideArea .mra {
    width: 100%;
    text-align: left;
    margin-bottom: 2em;
  margin-top: 1em;
}

.sideArea .mra li{
    margin-top:1em;   
  border-bottom: #ddd solid 1px;
  padding-bottom: 0.7em;
}

.sideArea .mra li a{
  display: flex;
  justify-content: space-between;
}

.sideArea .mra li div{
    display: block;
    width:30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sideArea .mra li h3{
  font-size: 0.8em;
    width:67%;  
  line-height: 1.5;
}

.sideArea .mra li h3 span{
  border: 1px solid #ccc;
    font-size: 0.86em;
    line-height: 1em;
padding: 0.4em 0.6em;
    margin-right: 0.5em;
  margin-bottom: 0.5em;
    box-sizing: border-box; 
  display:table;
  background-color: #f5f5f4;
}

.sideArea .mra li h3 span:before{
 font-family: 'marurino' !important;
speak: none;  
content: "\e91a";
margin-right: 0.3em;  
  font-size: 120%;
  vertical-align: top;
}

.sideArea .mra li .catSecondlife:before{
color: #2985d2;
}

.sideArea .mra li .catFamily:before{
color: #eb7020;
}

@media screen and (max-width:768px) {
  
.sideArea .mra li{
    margin-top:1.5em;    
}  
 
.sideArea .mra li h3 {
    font-size: 1em;
}  
  
}

/*----------------*/

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    counter-reset: chap 0;
}

/* reset chapter number */

#page1 {
    counter-reset: chap 0;
}
#page2 {
    counter-reset: chap 3;
}
#page3 {
    counter-reset: chap 6;
}

/* reset chapter number for story 6 */

#story6 #page2 {
    counter-reset: chap 2;
}
#story6 #page3 {
    counter-reset: chap 3;
}
#story9 #page2 {
    counter-reset: chap 2;
}
#story9 #page3 {
    counter-reset: chap 4;
}
#story11 #page2 {
    counter-reset: chap 2;
}
#story11 #page3 {
    counter-reset: chap 4;
}
#story12 #page2 {
    counter-reset: chap 2;
}
#story12 #page3 {
    counter-reset: chap 4;
}
#story14 #page2{
    counter-reset: chap 2;
}
#story14 #page3{
    counter-reset: chap 4;
}
#story15 #page2,
#story16 #page2,
#story17 #page2,
#story18 #page2{
    counter-reset: chap 2;
}
#story15 #page3,
#story16 #page3,
#story17 #page3,
#story18 #page3{
    counter-reset: chap 4;
}
#story19 #page3{
    counter-reset: chap 5;
}

/* counter-reset: chap 2;
} */
/* reset chapter number for story 7 */

/*
#story7 #page2 {
    counter-reset: chap 4;
}
#story7 #page3 {
    counter-reset: chap 7;
}
*/

#page1,
#page2,
#page3{
padding-top: 60px;
    margin-top: -60px;
}

.story {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 1em 50px 3em 0;
    text-align: left;
    box-sizing: border-box;
    align-items: flex-start;
}

/* title */

.story .title {
    display: block;
    width: 100%;
    margin-bottom: 3em;
    /*	padding: 1em 0;*/
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    box-sizing: border-box;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
}
.story .title:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    border-top: 1px solid #000;
}
.story .title h3 {
    display: block;
    padding: 20px 0;
    font-size: 2.2em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: normal;
    box-sizing: border-box;
    text-align: center;
}
.story .title h3:before {
    counter-increment: chap 1;
    content: 'chap. 0' counter(chap);
    font-family: 'Vollkorn', serif;
    display: block;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    color: #555;
    text-align: center;
}
.story .title h4 {
    display: block;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: normal;
    box-sizing: border-box;
    padding: 0 0 20px;
    text-align: center;
}
.story a {
    color: #000;
    text-decoration: underline;
}
.story a:hover {
    color: #999;
    text-decoration: underline;
}
.text {
    width: 100%;
}
.story p {
    display: block;
    font-size: 0.98em;
    line-height: 2.2em;
    text-indent: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    /*	padding: 0 0 0 1em;*/
    padding: 0 0 1.5em 0;
}
.story .sml {
    font-size: 0.6em;
}
.story .large {
    font-size: 1.2em;
}
.photo {
    display: block;
    width: 100%;
    text-align: center;
}
.photo img {
    display: inline-block;
    width: 70%;
    padding: 50px 0;
}
.photo.withcap img{
    padding: 50px 0 20px;
}
.photo.withcap .cap{
    text-align:center;
    font-size:0.8em;
    padding-bottom:60px !important;
}

.plan {
    display: block;
    width: 100%;
    text-align: center;
}
.plan img {
    display: inline-block;
    width: 95%;
    padding: 50px 0;
}

.column {
    border: 1px solid #ccc;
    padding: 30px 30px 20px;
    font-size: 90%;
    box-sizing: border-box;
}
.column img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    display: block;
}

/* go to next page */

a.nextLink {
    font-family: serif;
    display: block;
    border: 1px solid #444;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    position: relative;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-top: 2em;
    background-color: #f3f3f3;
    text-decoration: none;
    box-sizing: border-box;
   margin-bottom: 1em;  
}
a.nextLink:hover {
    background-color: #444;
    color: #fff;
    text-decoration: none;
}
a.nextLink:before{
    content:'NEXT';
    display: inline-block;
    margin-right:0.75em;
    padding-right:0.75em;
    font-size:0.8em;
    border-right:1px solid #000;
    box-sizing: border-box;
}
a.nextLink:after{
    content: '次のページへ';
    background-color:#000;
    color:#fff;
    display: inline-block;
    padding:0.5em 1em 0.4em;
    line-height: 1;
    font-size:0.7em;
    border-radius: 0.2em;
    position: absolute;
    right:3em;
    top:50%;
    margin-top:-1em;
    box-sizing: border-box;
}
.icon-nextLink:after {
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    content: '\e942';
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
}

/* page navigation */

#pageNavi {
    padding: 1em;
    margin: 40px auto;
}
#pageNavi li {
    margin: 0 5px;
}
#pageNavi li a {
    display: block;
    padding: 0.6em;
    color: #000;
    line-height: 1em;
    font-size: 1em;
}
#pageNavi li a.on {
    color: #ccc;
}
#pageNavi li a:hover {
    color: #ccc;
}
.icon-pagePrev:before {
    content: '\e940';
    display: inline-block;
    padding-right: 0.5em;
    line-height: 1em;
}
.icon-pageNext:after {
    content: '\e93f';
    display: inline-block;
    padding-left: 0.5em;
    line-height: 1em;
}
#contentsList {
    padding-bottom: 30px;
}

#contentsList .list .entry a {
    border: 10px solid #fff;
    margin-bottom: 10px;
    font-size: 90%;
}
#contentsList .list .entry a h3{
    font-size: 86%;
}

#contentsList .list .slick-prev, #contentsList .list .slick-next {
    display: none !important;
}

#contentsList + .btn{
  padding-bottom: 40px;
  text-align: center;
}

#contentsList + .btn a{
display:inline-block;
width: 300px;
padding: 0.75em 1em;  
border: #444 solid 2px;
background-color: #444;  
border-radius: 2em;
color: #fff;
position: relative;
}

#contentsList + .btn a span{
position: absolute;
top: 50%;
right: 10px;
margin-top: -0.5em;
font-size: 0.8em;
}

@media screen and (max-width:1280px) {
    #mainHdImg .imgarea {
        width: 100%;
        height: 490px;
    }
}
@media screen and (max-width:1024px) {
    /* default witdth set up */
    .contentsArea {
        font-size: 90%;
    }
    #mainHdImg .imgarea {
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width:768px) {
    #mainHdImg .imgarea {
        width: 100%;
        height: 338px;
    }
    .story .title h3 {
        font-size: 1.9em;
    }
    .sideArea {
        width: 200px;
        padding: 0 0 1.5em 20px;
    }



}

/* smart phone */

@media screen and (max-width:736px) {
    #mainHdImg {
        margin-bottom: 15px;
        padding:0 20px;
        box-sizing: border-box;
    }
    #mainHdImg .imgarea {
        height: 240px;
    }
    /* sound controller*/
    .radioBox {
        width: 100%;
        padding: 10px;
        position: static;
        margin: 0 auto;
        background-color: #f2f2f2;
        border-radius: 0;
    }
    .contentsArea {
        max-width: 100%;
        padding: 0 20px;
        font-size: 96%;
    }
    .contentsArea {
        direction: block;
        flex-wrap: wrap;
    }
    /* story */
    .sideArea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0;
        border-left: none;
    }
    .sideArea .ad {
        width: 100%;
        text-align: left;
        margin-bottom: 1em;
        padding: 5px 15px;
        border: 2px solid #ccc;
    }
    .sideArea h1 {
        font-size: 0.98em;
    }
    .sideArea p {
        font-size: 0.92em;
        text-align: left;
    }
    .sideArea p:first-child {
        display: block;
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 10px auto;
    }
    .sideArea p img {
        padding: 0;
        width: 100%;
        margin: -20% auto;
    }
    .story {
        width: 100%;
        padding: 1em 0 1em 0;
    }
    /* title */
    .story .title {
        display: block;
        width: 100%;
        margin-bottom: 2em;
    }
    .story .title h3 {
        display: block;
        padding: 20px 0;
        font-size: 1.4em;
    }
    .text {
        width: 100%;
    }
    .story p {
        display: block;
        font-size: 1.08em;
        line-height: 2em;
    }
    .story .sml {}
    .story .large {}
    .photo {}
    .photo img {
        display: inline-block;
        width: 80%;
        padding: 20px 0;
    }
    .photo.withcap img{
        padding: 20px 0 10px;
    }
    .photo.withcap .cap{
        text-align:center;
        font-size:0.8em;
        padding-bottom:20px !important;
    }
    /* go to next page */
    a.nextLink {
        display: block;
        border: 1px solid #444;
        padding: 5px;
        box-sizing: border-box;
        color: #000;
        position: relative;
        font-size: 1.1em;
        line-height: 1.6em;
        margin-bottom: 2em;
    }
    a.nextLink:after{
        display: block;
        padding:0.75em 1em 0.6em;
        line-height: 1;
        font-size:0.6em;
        text-align: center;
        top:auto;
        bottom:-2em;
        left:-1px;
        right:auto;
        width:calc(100% + 2px);
        border-radius: 0;
    }
    .icon-nextLink:after {
        display: block;
        width: 1em;
        height: 1em;
        font-size:0.6em;
        position: absolute;
        content: '\e942';
        bottom: -20px;
        right: 10px;
    }
    /* page navigation */
    #pageNavi {
        padding: 1em;
    }
    #pageNavi li {
        margin: 0 5px;
    }
    #pageNavi li a {
        display: block;
        padding: 0.4em;
        color: #000;
        line-height: 1em;
        font-size: 1em;
    }
    #pageNavi li a.on {
        color: #ccc;
    }
    #pageNavi li a:hover {
        color: #ccc;
    }
    .icon-pagePrev:before {}
    .icon-pageNext:after {}

    #contentsList .list .entry a {
        border: 10px solid #fff;
        margin-bottom: 20px;
        font-size: 90%;
    }
    #contentsList .list .entry h3{
        display: block;
    }
/*
    #contentsList .list .entry .cat span{
        display: block;
        display: block;
    }
*/
    #contentsList .list .entry .cat{
        font-size:0.8em;
        line-height: 1.3em;
        display: none;
    }
    #contentsList .list .entry .size,
    #contentsList .list .entry .rooms{
        font-size:0.8em;
        display: none;
    }
    #contentsList .list .entry .vol{
        display: block;
        width:100%;
        margin-bottom: 5px;
    }

    #contentsList .list .entry label{
        display: block;
    }

    #contentsList .list .entry p{
        font-size:1em;
    }
    #contentsList .list .slick-prev, #contentsList .list .slick-next {
        display: none !important;
    }
}
@media screen and (max-width:320px) {
    .contentsArea {
        padding: 0 20px;
    }
    #mainHdImg .imgarea {
        height: 200px;
        background-position: 45% bottom;
    }
    .story .title h3 {
        font-size: 1.8em;
    }
}


/*-----sitemap-----*/

#sitemap .story{
    display: block;
}

#sitemap .story .title{
    padding: 0.5em 0;
}

#sitemap .story .title h2:before {
    display: none;
}

#sitemap .story ul{
    margin-bottom: 1.5em;
}

#sitemap .story li{
    margin-bottom: 1em;
    padding-left: 0.7em;
    text-indent: -0.7em;
}

#sitemap .story li a{
    text-decoration: none;
}

#sitemap .story li:before{

    font-family: 'marurino';
    content: '\e91a';
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

#sitemap .story .list1{

}

#sitemap .story .list2{
    margin-left: 1.5em;

}

#sitemap .story li.icon-home:before{
    font-family: 'marurino';
        content: '\e91d';
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

#sitemap .story li.icon-sitemap:before{
    font-family: 'marurino';
        content: '\e91f';
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}


/*---------section-catalog---------*/

.section-catalog {
text-align: center;
width: 100%;
font-size: 0.96em;
margin-top: 20px;
line-height: 1.6;
}

.section-catalog .blue-btn {
padding: 1em 2.5em;
margin: 1em auto;
font-size: 1em;
font-weight: bold;
text-indent: 1em;
color: #fff;
border: 1px solid #2985d2;
background-color: #2985d2;
border-radius: 4px;
display:inline-block;
text-decoration: none;
}

.section-catalog .icon-catalog::before {
font-family: 'marurino';
display: inline-block;
margin-right: 0.2em;
font-size: 1.5em;
font-weight: normal !important;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
}

.section-catalog a{
color: #2895f1;
}

@media screen and (max-width:768px) {
.section-catalog .blue-btn {
    width: 80%;
  }  
}

/*------------------*/

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:736px) {

}

@media screen and (max-width:320px) {

}
