@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
    background: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}

.lp-nodesign{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    color: #231815;
    font-size: 14px;
    line-height: 1.6;
}

.lp-nodesign h1{
    font-size: 20px;
    margin-bottom: 30px;
}

.lp-backbutton{
    margin-top: 30px;
}

.lp-backbutton a{
    color: navy;
    text-decoration: underline;
}


/*会社概要（汎用）,特定商取引（汎用）*/
.lp-company table{
    width: 100%;
    border-top: 1px solid #ccc;
}

.lp-company table td{
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}

.lp-company table th{
    text-align: left;
    vertical-align: top;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}


/*プライバシーポリシー（汎用）*/

.lp-privacy ol{
    margin-top: 30px;
    padding-top:30px;
    padding-bottom: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.lp-privacy ol>li{
    margin-bottom: 30px;
}

.lp-privacy ol>li:last-child{
    margin-bottom: 0;
}

.lp-privacy ol h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lp-privacy ol ul{
    text-indent: 1em;
}

.lp-privacy ol ul li{
    margin-top: 5px;
}


/*お問い合わせ（ニコニコ３Dプリント）*/
.lp-contact_inner{
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}

.lp-contact_inner h2{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; 
    position: relative;
    line-height: 1.5;
}

.lp-contact_inner h2:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #666;
    position: relative;margin-right: 5px;
}

.lp-contact_inner a{
    margin-top: 5px;
    display: inline-block
}


.calendar-holiday.hidden-xs {
    display: flex!important;
}

.calendar-holiday{
    width: 100%;
    max-width: 900px;
    justify-content: space-between;
    padding-top: 50px;
}

.calendar-holiday_table{
    width: 100%;
    max-width: 400px;
}

.calendar-holiday_caption{
    text-align: left;
    margin-bottom: 10px;
    background-color: #efefef;
    padding: 10px;
}

.calendar-holiday_title{
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
    display: none;
}

.calendar-holiday_table tbody td, .calendar-holiday_table thead th{
    padding: 15px;
}

.calendar-holiday_table thead th{
    padding-top: 5px;
}

.lp-nodesign.lp-calendar{
    max-width: 900px;
}

.openday{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


@media (max-width: 767px){
    .calendar-holiday{
        flex-wrap: wrap;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .calendar-holiday_table{
        margin-top: 30px;
    }
}

