@charset "utf-8";

/* default witdth set up */

#wrapper {
    width: 100%;
    /*	max-width: 1440px;*/
    min-width: 736px;
    margin: 0 auto;
    /*	padding: 0 20px;*/
    position: relative;
    box-sizing: border-box;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}

.forSSP {
    display: none;
}

.notfound {
    text-align: center;
    padding: 1em;
    font-size: 1.3em;
}

.backtotop {
    display: block;
    text-align: center;
    padding: 2em;
    color: #000;
}

/* flex */

.flexlist3 > div,
.flexlist3 > article {
    width: 32%;
}

.flexlist3:after {
    content: '';
    display: block;
    width: 32%;
}

.flexlist4 > div,
.flexlist4 > article {
    width: 23%;
}

.flexlist4:before {
    content: '';
    display: block;
    width: 23%;
    -webkit-order: 1;
    order: 1;
}

.flexlist4:after {
    content: '';
    display: block;
    width: 23%;
}

/* font */

.en {
    font-family: 'Poppins', sans-serif;
}
a.ulink{
    color:#2985d2 !important;
}
a.tlink{
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 2em;
    line-height: 1.5;
    color:#2985d2 !important;
}
.arrow-left2::before {
    content: '';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: .35em 0 .35em .6em;
    border-color: transparent transparent transparent #2985d2;
    position: absolute;
    top: .5em;
    left: .1em;
}

/* 縦書き */

.vtcl {
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.tatechu {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}

ruby {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* header */

#header {
    display: block;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 10px;
    /*	position: -webkit-sticky;*/
    /* Safari */
    /*	position: sticky;*/
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    box-sizing: border-box;
}

#header a {
    color: #000;
}

#header p {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0.05em;
}

#header p:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 60px;
    height: 28px;
    margin-left: -50px;
    margin-right: 10px;
    margin-bottom: 3px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#header p span {
    display: block;
    font-size: 0.4em;
}

#header .tt {
    display: block;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
    font-size: 18.5px;
    margin-bottom: 5px;
    padding: 7px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 1.6;
}

#header .tt:before{
    content: normal;
    display:inline;
    vertical-align:baseline;
    margin:0;
    background-image:none;

}

#header h2 {
    display: block;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
    font-size: 18.5px;
    margin-bottom: 5px;
    padding: 7px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#header nav {
    display: flex;
    position: absolute;
    /*	top: 22px;*/
    bottom: 20px;
    right: 20px;
    padding-bottom:2px;
}

/* insta button */
#header .insta-btn,
#scrollHd .insta-btn,
#footer .insta-btn{
    display: inline-block;
    margin-right:0.5em;
    transform: translateY(0);
    transition: all .2s;
}
#header .insta-btn:hover,
#scrollHd .insta-btn:hover,
#footer .insta-btn:hover{
    transform: translateY(-.3em);
}
#header .insta-btn .icon-instagram_2,
#scrollHd .insta-btn .icon-instagram_2,
#footer .insta-btn .icon-instagram_2{
    font-size:30px;
    display: inline-block;
    color: #FF8C00;
    background: -webkit-linear-gradient(95deg, #ffd600, #ff7a00, #ff0069, #d300c5,#7638fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#scrollHd .insta-btn .icon-instagram_2{
    padding:1px 3px 3px;
}
#footer .insta-btn .icon-instagram_2{
    margin-bottom: 4px;
}

#header nav .icon-social:before {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 1em;
    padding: 5px;
    box-sizing: border-box;
}

#header nav .icon-fb:before {
    content: '\e94b';
}

#header nav .icon-tw:before {
    content: '\e94a';
}

#header nav .icon-ig:before {
    content: '\e904';
}

#header nav .icon-menu {
    margin-left: 10px;
}

#header nav .icon-menu span {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    text-align: center;
}

#header nav .icon-menu:before {
    content: '\e956';
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 1em;
}

#header img {
    width: 125px;
}

#header .linkbtn {
    position: absolute;
    top: 0px;
    right: 20px;
}

/* header in scroll */

#scrollHd {
    display: block;
    width: 100%;
    padding: 0 20px 5px;
    margin: 0 auto;
    position: relative;
    top: -100px;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.98);
    box-sizing: border-box;
    position: fixed;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

#scrollHd a {
    color: #000;
}

#scrollHd a:hover {
    color: #666;
}

#scrollHd h2 {
    display: inline-block;
    margin: 0;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
}

#scrollHd h2:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 30px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: -5px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#scrollHd h2 span {
    display: block;
    font-size: 0.5em;
    text-align: center;
}

#scrollHd .backtohome {
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    line-height: 1em;
    vertical-align: middle;
    margin-bottom: 4px;
}

#scrollHd .addthis {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 90%;
    display: flex;
}

/*#scrollHd h2 {
    display: block;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
    font-size: 18.5px;
    margin-bottom: 5px;
    padding: 7px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}*/

/*　breadcrumb　*/

.breadcrumb ul {
    display: flex;
    width: 100%;
/*    min-width: 980px;
    max-width: 1440px;*/
    min-width: 736px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}

.breadcrumb li {
    font-size: 0.8em;
    line-height: 1em;
    vertical-align: middle;
    padding: 0 5px 0;
}

.breadcrumb li:before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.breadcrumb li.icon-home:before {
    content: '\e91d';
    font-size: 18px;
    vertical-align: middle;
}

.breadcrumb li.icon-arrow:before {
    content: '\e93f';
    font-size: 12px;
}

.breadcrumb li a {
    color: #000;
    display: inline-block;
    line-height: 1em;
}

.breadcrumb li.sitemap{
    margin-left:auto;
    width:150px;
    padding-right:0;
}
.breadcrumb li.sitemap a{
    background-color:#444;
    font-size:11px;
    color:#fff;
    padding:0.5em 1em;
    border-radius: 1em;
    margin-left: -0.4em;

}

.breadcrumb li.sitemap a:after {
    font-family: 'marurino';
    content: '\e93f';
    display: inline-block;
    margin-left: 0.4em;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb li.sitemap a:hover{
    background-color:#ccc;
}

/* inforamtion */

.info {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.info h2 {
    padding-bottom: 30px;
    font-family: serif;
}

.info h3 {
    font-size: 1em;
    font-weight: bold;
    display: block;
    padding: 1em 0 0.5em;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
    text-align: left;
}

.info p {
    font-size: 0.84em;
    text-align: left;
    line-height: 1.6em;
}

.info ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
    box-sizing: border-box;
}

.info ul li {
    display: block;
    width: 30%;
    margin: 5px 20px 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
}

.info img {
    width: 100%;
    height: auto;
    /*	border: 1px solid #ccc;*/
}

.info .btn {
    display: block;
    width: 220px;
    padding: 0.75em 1em;
    /*	background-color:#eb7020;*/
    background-color: #2985d2;
    font-size: 1em;
    color: #fff;
    margin: 15px auto 5px;
    border-radius: 4px;
    position: relative;
}

.info .btn span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    font-size: 0.8em;
}

.info .btn:hover {
    background-color: #000;
}

.info a.txtlink {
    color: #2985d2;
}

.info a.txtlink span {
    font-size: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
}

.info a.txtlink:hover {
    color: #000;
}

/* footer */

#footer {
    width: 100%;
    /*	border-top: 1px solid #000;*/
    padding: 50px 0 20px;
    box-sizing: border-box;
    /*    margin-top:60px;*/
}
#footer .addthis_inline_share_toolbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
    


#footer .icon-pagetop {
    display: inline-block;
    color: #000;
    padding: 10px;
    font-size: 15px;
    line-height: 1em;
    margin: 20px auto;
}

#footer .icon-pagetop:before {
    content: '\e941';
    font-size: 26px;
    display: block;
    margin: 0 auto 10px;
}

#footer .icon-pagetop:hover {
    color: #ccc;
}

/* logo */

#footer a {
    color: #000;
}

#footer .logo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.05em;
}

#footer .logo:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 50px;
    height: 20px;
    margin-left: -15px;
    margin-right: 5px;
    margin-bottom: 1px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#footer .logo span {
    display: block;
    font-size: 0.4em;
}

#copyright {
    font-size: 0.8em;
    padding: 1em;
}

#contentsList {
    display: block;
    width: 100%;
    max-width: 1280px;
    min-width: 736px;
    margin: 0 auto;
    text-align: left;
    padding: 0 40px;
    box-sizing: border-box;
}

#contentsList .inner {
    display: block;
}

#contentsList .inner h2.en,
#contentsList .inner h4.title {
    font-size: 1.1em;
    line-height: 1em;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
}

#contentsList .list {
    width: 100%;
}

#contentsList .list .entry {
    margin-bottom: 25px;
    position: relative;
    padding: 15px;
    /*    border:1px solid #ccc;*/
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

#contentsList .list.slider .entry{
    margin: 5px 5px 25px;
}
#contentsList .list .entry a {
    display: block;
    color: #000;
    transition: all 0.3s;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contentsList .list .entry a:hover {
    opacity: 0.7;
}

#contentsList .list .entry .thumb {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}


#contentsList .list .entry.NEW::after {
    content: 'NEW';
    display: block;
    background-color: #c00;
    color: #fff;
    font-size: 0.9em;
    line-height: 1em;
    vertical-align: top;
    padding: 0.35em 0.5em 0.25em;
    margin-left: 0.5em;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
}

#contentsList .list .entry h3 {
    font-size: 1.4em;
    min-height: 3em;
    padding: 0.5em 0 0.5em;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
    font-feature-settings: "palt";
}
#contentsList .list.slider .entry h3 {
    font-size: 1.1em;
}

#contentsList .list.slider .entry h2 {
    font-size: 0.80em;
}

#contentsList .list .entry h2 {
    font-size: 0.95em;
    font-weight: bold;
    padding: 0.5em 0;
    margin-bottom: 0.25em;
    border-bottom: 1px solid #ddd;
    font-feature-settings: "palt";
}

#contentsList .list .entry h2 .vol {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 0.86em;
    line-height: 1em;
    vertical-align: top;
    padding: 0.35em 0.5em 0.25em;
    margin-right: 0.5em;
    box-sizing: border-box;
}

#contentsList .list .entry p {
    font-size: .9em;
    line-height: 1.5em;
}

#contentsList .cat {
    border: 1px solid #ccc;
    background-color: #f5f5f4;
    text-align: center;
    padding: 0.25em;
    margin-bottom: 10px;
}

#contentsList .cat span {
    font-size: 1.4em;
    line-height: 1.5em;
    vertical-align: middle;
}

#contentsList .cat.family span {
    color: #eb7020;
}

#contentsList .cat.secondlife span {
    color: #2985d2;
}

#contentsList .storyinfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

#contentsList .storyinfo .size,
#contentsList .storyinfo .rooms,
#contentsList .storyinfo .family {
    display: block;
    width: 31.5%;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 0.86em;
    text-align: center;
}
#contentsList .list.slider .storyinfo .size,
#contentsList .list.slider .storyinfo .rooms,
#contentsList .list.slider .storyinfo .family {
    width:auto;
}
#contentsList .storyinfo .family {
    margin-right:5px;
    flex-grow: 1;
}
#contentsList .storyinfo .rooms {
    margin-left:5px;
}

#contentsList .storyinfo .size > label,
.rooms > label {
    border: none !important;
    font-size: 0.9em;
}

/* notfound*/

.notfound {
    display: block;
    text-align: center;
    padding: 1em;
    margin: 1em auto;
    font-size: 1.3em;
}

/* pagination */

#contentsList div.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3em auto 1em;
}

#contentsList .pagination .current,
.pagination a {
    display: block;
    border: 1px solid #ccc;
    padding: 1em;
    font-size: 1em;
    line-height: 1em !important;
    color: #000;
    border-left: none;
}

#contentsList .pagination a:hover {
    background-color: #f3f3f3;
}

#contentsList .pagination .current,
.pagination > a:nth-child(1) {
    border-left: 1px solid #ccc;
}

#contentsList .pagination .current {
    background-color: #ccc;
    color: #fff;
}

/* navigation */

#contentsList div.navigation {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 1em;
}

#contentsList .navigation a.arrow:hover {
    color: #999;
}

#contentsList .navigation a.arrow,
.navigation .empty {
    display: block;
    border: none;
    padding: 1em;
    font-size: 1em;
    color: #000;
    line-height: 1em !important;
    width: 120px;
    text-align: center;
}

/* social btn */

#snsbtn.on {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ccc;
    /*	display:none;*/
}
    #snsbtn .btn{
        display: none;
    }


#request {
    background-color: #f3f3f3;
}

#request .inner {
    padding: 60px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

#request .inner .btn {
    display: block;
    width: 240px;
    padding: 0.75em 1em;
    /*	background-color:#eb7020;*/
    background-color: #2985d2;
    font-size: 1.1em;
    color: #fff;
    margin: 30px auto;
    border-radius: 4px;
    position: relative;
}

#request .inner .btn span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    font-size: 0.8em;
}

#request .inner .btn:hover {
    background-color: #000;
}

#request .inner a.txtlink {
    color: #2985d2;
}

#request .inner a.txtlink span {
    font-size: 0.8em;
    display: inline-block;
    margin-right: 0.5em;
}

#request .inner a.txtlink:hover {
    color: #000;
}

@media screen and (max-width:768px) {
    #header {
        padding-top: 40px;
    }

    #header p {
        padding: 15px 0 10px;
        font-size: 18px;
    }

    #header p:before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 36px;
        height: 16px;
        margin-left: -30px;
        margin-right: 6px;
        margin-bottom: 3px;
    }

    #header p span {
        display: block;
        font-size: 0.5em;
    }

    #header h1 {
        font-size: 0.8em;
    }

    #header nav {
        top: 65px;
        right: 20px;
    }

    .info .btn {
        width: 100%;
        padding: 0.75em 0;
    }

    .info ul li {
        width: auto;
    }
    
    
   

    
}

/* smart phone */

@media screen and (max-width:736px) {

    /* default witdth set up */
    #wrapper {
        width: 100%;
        max-width: auto;
        min-width: auto;
        margin: 0 auto;
        padding: 0;
        position: relative;
        font-size: 90%;
    }

    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }

    /* flex */
    /* change 3 and 4 column to 2 column */
    .flexlist3 > div,
    .flexlist3 > article,
    .flexlist4 > div,
    .flexlist4 > article {
        /*		width: 47%;*/
        width: 100%;
    }

    .flexlist3:after {
        display: none;
    }

    .flexlist4:before {
        display: none;
    }

    .flexlist4:after {
        display: none;
    }

    #header {
        margin: 0 auto 0;
    }

    #header .linkbtn {
        position: absolute;
        top: 0px;
        right: 20px;
    }

    #header .linkbtn img {
        width: 100px;
    }

    #header p {
        padding: 15px 0 10px 10px;
        font-size: 20px;
    }

    #header p:before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 36px;
        height: 20px;
        margin-left: -30px;
        margin-right: 6px;
        margin-bottom: 3px;
    }

    #header p span {
        display: block;
        font-size: 0.55em;
    }

        #header .tt {
        font-size: 0.84em;
        margin-bottom: 10px;
        line-height: 1.6;
    }


    #header h2 {
        font-size: 0.76em;
        margin-bottom: 10px;

    }

    #header h2 span {
        font-size: 1.2em;
    }

    #header nav {
        position: static;
        justify-content: center;
    }

    #header nav .icon-menu {
        width: 40px;
        height: 36px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #header nav .icon-menu:hover {
        color: #ccc;
    }

    #header nav .icon-menu span {
        font-size: 10px;
    }

    #header nav .icon-menu:before {
        font-size: 20px;
    }

    #header nav .icon-social {
        display: none;
    }

    #scrollHd {
        /*		height:120px;*/
        text-align: center;
    }

    #scrollHd h2 {
        text-align: center;
    }

    #scrollHd .backtohome {
        display: inline-block;
        margin-left: 20px;
        font-size: 13px;
        line-height: 1em;
        vertical-align: middle;
        margin-bottom: 4px;
        display: none;
    }

    #scrollHd .addthis {
        display: none;
    }

/*    .breadcrumb {
        display: none;
    }*/
  
.breadcrumb ul {
display: flex;
overflow-x: scroll;
white-space: nowrap;  
min-width: inherit;
text-align: left;
padding: 10px 0 20px;
  width: 92%;
  scrollbar-width: none;  
}  
  
.breadcrumb ul::-webkit-scrollbar{
  display: none;
} 

.breadcrumb ul li{
font-size: 0.75em;
}  
  
  .breadcrumb li.sitemap {
display: none;
}

    /* footer */
    #footer {
        padding: 30px 10px 0;
    }

    #footer .icon-pagetop {
        padding: 5px;
        font-size: 10px;
        margin-bottom: 10px;
    }

    #footer .icon-pagetop:before {
        font-size: 16px;
    }
    
    
#snsbtn.on .btn {
    display:inline-block;
    width: 60%;
    max-width: 200px;
    padding: 0.6em 1em;
    background-color: #2985d2;
    font-size: 0.9em;
    color: #fff;
    border-radius: 4px;
    position: relative;
    vertical-align: top;
    margin-right: 0.75em;
    text-align: left; 
    letter-spacing: 0.05em;    
}

#snsbtn .btn::before {
    content: '\e93f';
    font-family: 'marurino';
     position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    font-size: 0.8em;
}

#snsbtn .at4-show{
    display: inline-block !important;
} 
    
    #copyright {
        font-size: 0.6em;
        padding: 1em;
    }

    /* inforamtion */
    .info {
        padding: 20px 0;
    }

    .info h2 {
        padding-bottom: 30px;
        font-family: serif;
    }

    .info h3 {
        font-size: 1em;
        font-weight: bold;
        display: block;
        padding: 0.5em 0 0;
        margin-bottom: 0.25em;
        margin-top: 0.5em;
        text-align: left;
    }

    .info p {
        font-size: 0.8em;
        text-align: left;
    }

    .info ul {
        width: 100%;
        max-width: auto;
        min-width: auto;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .info ul li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #contentsList {
        max-width: auto;
        min-width: auto;
        padding: 0 20px;
    }

    #contentsList .inner h2.en {
        font-size: 0.84em;
        padding: 10px 0;
    }

    #contentsList .list {
        width: 100%;
    }

    #contentsList .list > article {
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.4em;
    }

    #contentsList .list > article h3 {
        font-size: 1.05em;
        line-height: 1.5em;
    }

    #contentsList .list > article .thumb {
        padding-bottom: 50%;
        margin-bottom: 10px;
    }

    /* 縦書き */
    .vtcl {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .tatechu {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
    }

    /* logo */
    #footer a {
        color: #000;
    }

    #footer .logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
        font-size: 14px;
        line-height: 1em;
        letter-spacing: 0.05em;
    }

    #footer .logo:before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 40px;
        height: 18px;
        margin-left: -15px;
        margin-right: 5px;
        margin-bottom: -1px;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    #footer .logo span {
        display: block;
        font-size: 0.4em;
    }

    #request {
        background-color: #f3f3f3;
    }

    #request .inner {
        padding: 40px 20px;
        width: 100%;
        max-width: 100%;
    }

    #request .inner h2 {
        font-size: 1.1em;
    }

    #request .inner .btn {
        width: 240px;
    }


    #contentsList .list > article h3 {
        font-size: 1.4em;
        min-height: auto;
    }

    #contentsList .list > article h2 {
        font-size: 1.1em;
        font-weight: bold;
    }

    #contentsList .list > article h2 .vol {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #000;
        font-size: 0.86em;
        line-height: 1em;
        vertical-align: top;
        padding: 0.35em 0.5em 0.25em;
        margin-right: 0.5em;
        box-sizing: border-box;
    }
    #contentsList .description {
        text-align: center;
        padding: 10px 0 30px;
        font-size: 0.9em;
        line-height: 2em;
        letter-spacing: 0.05em;
    }
    div.pagination {
        flex-wrap: wrap;
    }
    .pagination .current,
    .pagination a {
        font-size: 0.9em;
    }

    .pagination a.arrow,
    .pagination .empty {
        font-size: 0.9em;
        width: 45%;
        order: 1;
        margin: auto;
    }

    #contentsList .list .entry h3 {
        font-size: 1.2em;
        min-height: auto;
    }

    #contentsList .storyinfo .size,
    #contentsList .storyinfo .rooms,
    #contentsList .storyinfo .family {
        width: auto;
        flex-grow: 1;
    }

    #contentsList .storyinfo .size {
        margin: 0 5px;
    }
    #contentsList .list.slider .entry{
        padding:5px;
    }

    #contentsList .list.slider .entry h2{
        font-size:86%;
        display: block;
    }
    #contentsList .list.slider .entry h3 br{
        display: none;
    }

    #contentsList .list.slider .storyinfo{
        display: block;
    }
    #contentsList .list.slider .entry a {
        margin-bottom: 0;
    }
    #contentsList .list.slider .storyinfo .family {
        width: 100%;
        margin-bottom: 0;
    }

}

@media screen and (max-width:320px) {
    .forSSP {
        display: block;
    }

    #wrapper {
        font-size: 80%;
    }

    #header p {
        font-size: 18px;
    }

    #header p:before {
        height: 18px;
    }

    #header p span {
        font-size: 0.5em;
    }
}



/*-----201907------*/

#contentsList .list .entry:nth-child(2) h2{
    letter-spacing: -0.04em;
}


#m-hd {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
    font-size: 16px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

#m-hd h1.tag{
    font-size: 12px;
    line-height: 1em;
    text-align: left;
    letter-spacing: 0.03em;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
#m-hd {
    padding: 0.3em 0.4em;
    background-color: transparent;
    border-bottom: none;
}

#m-hd h1.tag{
font-size: 0.62em;
    letter-spacing: -0.04em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}


.sharethis-inline-share-buttons{
    display: flex !important;
}
.sharethis-inline-share-buttons .st-btn{
    width:28px !important;
    height: 28px !important;
    border-radius: 100% !important;
    line-height: 1 !important;
    padding:5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sharethis-inline-share-buttons .st-btn > img{
    position: static !important;
    object-fit: contain;
    width:100% !important;
    height:100% !important;
}
.st-btn{
    display: flex !important;
}
#footer #snsbtn{
    display: inline-flex;
    margin-bottom: 3em;
}

/*------------20230926---------------------*/


/*==================================================
footer
==================================================*/

#footer {
	display: block;
	width:100%;
	background-color:#fff;
	font-size:16px;
  padding: 0;
}
#footer .comInfo{
	background-color:#fff;
	padding:30px 0;
	box-sizing: border-box;

}
#footer .comInfo p{
	padding:0.25em 0;
	line-height: 1.5em;
	box-sizing: border-box;
}

#footer #sekisuinavi{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	box-sizing: border-box;
	background-color:#efefef;
}
#footer #sekisuinavi ul{
	width:980px;
	margin:0 auto;
	padding:0;
	box-sizing: border-box;
	background-color:#efefef;
}
#footer #sekisuinavi li{
	display: block;
	width:18%;
	padding:8px 0;
	border-left:1px solid #ccc;
	list-style-type: none;
	text-align: center;
}
#footer #sekisuinavi li:first-child{
	border-left:none;
}
#footer #sekisuinavi li a{
	display: block;
	font-size:13px;
	line-height: 1em;
	color:#000;
	text-decoration: none;
}

#footer #sekisuinavi li a:before{
	font-family: 'marurino';
	content:'\e93f';
	display: inline-block;
	padding-right:0.5em;
	font-size:0.8em;
	vertical-align: middle;
}
#footer #sekisuinavi li a:hover{
	color:#2b84d2;
}


#footer #footerEnd {
	display: block;
	width:100%;
	padding: 40px 0 100px;
	background-color: #000;
	box-sizing: border-box;
	text-align: center;
}
#footer #footerEnd a{
	display: inline-block;
	font-size:14px;
	padding:0 0 30px;
	color:#fff;
	text-align: center;
	text-decoration: none;
}
#footer #footerEnd a.sitemap:before{
	font-family: 'marurino';
	content:'\e945';
	display: inline-block;
	padding-right:0.5em;
}
#footer a.pagetop:before{
	display: block;
	font-family: 'marurino';
	content:'\e941';
	font-size:20px;
}
#footer a.pagetop:hover{
	color:#eb711f !important;
}
#footer #footerEnd p{
	font-size:13px;
	color: #fff;
	text-align: center;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {

	#footer #sekisuinavi{
		width:100%;
		margin:0 auto;
		padding:10px 0;
		box-sizing: border-box;
		background-color:#efefef;
	}
	#footer #sekisuinavi ul{
		width:92vw;
		flex-wrap: wrap;
	}
	#footer #sekisuinavi li{
		display: block;
		width:50%;
		padding:8px 0;
		border-left:0;
		text-align: left;
	}
}


/*** fixNav ***/
#footerNavi{
	position: fixed;
	width:100%;
	padding:10px 0;
	background-color: #2b84d2;
	box-sizing: border-box;
	bottom:-120px;
	left:0;
	z-index: 100;
}
#footerNavi ul{
	width:100%;
	max-width:1440px;
	min-width: 980px;
	margin:0 auto;
	font-size:15px;
	color:#fff;
	padding:0 20px;
	box-sizing: border-box;
	list-style-type: none;
}
#footerNavi li {
	list-style-type: none;
}
#footerNavi li p{
	line-height: 1.4em;
	vertical-align: middle;
	margin-bottom: 0 !important;
}
#footerNavi li a{
	display: inline-block;
	width:240px;
	color:#2b84d2;
	padding:6px 20px;
	line-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	background-color:#fff;
	border-radius: 2em;
	margin:5px;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#footerNavi li a:before{
	font-family: 'marurino';
	display: inline-block;
	margin-right:0.2em;
	font-size:1.5em;
	font-weight: normal !important;
	vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footerNavi li a:hover{
	color:#fff;
	text-decoration: none;
	background-color:#000 !important;
}
#footerNavi li:nth-child(1) a:before{
	font-size:1.5em;
}
#footerNavi li:nth-child(2) a:before{
	font-size:1.8em;
}
#footerNavi li:nth-child(3) a:before{
	font-size:1.3em;
}
#footerNavi li:last-child{
	margin-left:auto;
	text-align: right;
}
#footerNavi li:nth-child(3) a{
	background-color:#ff7e00;
	color:#fff;
}
#footerNavi li .tel a{
	display: inline-block;
	width:auto;
	color:#fff;
	padding:0;
	line-height: 1em;
	vertical-align: middle;
	background-color:transparent;
	border-radius: 2em;
	margin:0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
#footerNavi p .tel{
	font-family: 'Roboto Condensed';
	font-size:30px;
	line-height: 1em;
	font-weight: 600;
	vertical-align: middle;
	color:#fff;
}

#footerNavi p .open{
	display: block;
	font-size:0.76em;
	line-height: 1em;
	color:#fff;
	margin-top:0.5em;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {
	#footerNavi {
background-color: rgba(188, 188, 196, .96);
	}
	#footerNavi ul{
		width:92vw;
		min-width: 0;
		margin:0 auto;
/*		font-size:15px;*/
		padding:0;
	}
	#footerNavi li{
		width:48%;
	}
	#footerNavi li:nth-child(3),
	#footerNavi li:nth-child(4) {
		display: none;
	}

	#footerNavi li p{
		line-height: 1.4em;
		vertical-align: middle;
		margin-bottom: 0 !important;
	}
	#footerNavi li a{
		width:100%;
		padding:0.6em 0 0.4em;
		margin:0;
		background-color: #2b84d2;
		color: #ffffff;
		font-size: 0.9em;
		
	}
}


/*==================================================
footersitemap
==================================================*/
.ftLinks {
margin: 0 auto;
text-align: left;
border-top: 1px solid #ccc;  
}

.ftLinks.inner {
    width: 100%;
    max-width: 1200px;
    min-width: 980px;
    margin: 0 auto;
    padding: 30px 0;
}

.ftLinks .ftHome{
  font-weight: bold;
}

.ftLinks .ftContainer{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

.ftLinks .ftContainer > div{
width: 18%;
margin-left: 2%;
}

.ftLinks .ftHead{
font-weight: bold;
font-size: 0.9rem; 
margin-bottom: 0.5em;
margin-top: 0.5em;
}

.ftLinks .ftContainer ul{
margin-bottom: 1.5em;
font-size: 0.8rem;
}

.ftLinks .ftContainer li{
margin-bottom: 0.5em;
}

#footer .ftLinks a{
color: #004da1;
}

.ftLinks .ftContainer li ul{
margin-top:0;
margin-bottom: 0.7em;
margin-left: 2.5em;
font-size: 0.75rem;
}

.ftLinks .ftContainer li ul li{
margin-top: 0.5em;
list-style:disc;
}


/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {
  
  
.ftLinks.inner {
    width: 92vw;
    min-width: 0;
    padding: 20px 0;
}  
  

.ftLinks .ftContainer > div{
	width: 48%;
}
	
.ftLinks .ftContainer ul{
	font-size: 0.7rem;
}

}
