@media screen and (max-width: 950px) {
    .pc { display: none !important; }
	.sp { display: block !important; }

    .relative {
        position: relative;  
    }

    /*-------------------------------------------
    main visual
    -------------------------------------------*/
    #top {
        position: relative;
        margin: auto;
        height: 285px;
        text-align: center;
        background-image: url(../image/bg_maingra01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size:cover;
        background-color: #000000;
    }
    .centerposition {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        transform: translateY(-40%) translateX(-55%);
    }
    .fonttitle { 
        color: #fff; 
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .fontmain {
        color: #fff;
        font-size: 13px;
    }

    /*-------------------------------------------
    contents1
    -------------------------------------------*/
    #concept {
        position: relative;
        margin: auto;
        text-align: center;
        font-family: 'sans-serif';
        padding: 20px 5%;
    }

    /*-------------------------------------------
    contents3
    -------------------------------------------*/
    #schedule {
        position: relative;
        margin: auto;
        text-align: center;
        padding: 50px 5% !important;
    }
    div.schedule-list {
        text-align: left;
        font-size: 18px;
    }
    div.date-bloc, div.address-bloc {
        display: inline;
    }

    /*-------------------------------------------
    contents5
    -------------------------------------------*/
    #contact {
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding: 50px 5%;
    }
    #contact {
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding: 10px 3%;
    }
    #phonenum {
        width: 95%;
        border: solid 2px;
        margin: 0 auto;
        padding: 5px;
        margin-bottom: 15px;
    }
    .callnum-text {
        font-size: 14px;
    }
    .callnum {
        font-size: 40px;
        font-family: 'Century';
    }
    #conarea {
        margin: 0 auto;
        width: 95%;
        text-align: right;
    }
    .textmid { vertical-align: middle; }
    .contarea {
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .context {
        text-align: left;
        font-size: 20px;
        float: left;
    }
    .text {
        text-align: left;
        width: 70%;
        height: 40px;
        padding: 5px;
        font-size: 20px;
    }
    .textarea {
        width: 70%;
        height: 200px;
        padding: 5px;
        font-size: 20px;
    }
    .box_con {
        max-width: 1000px;
        margin: 0  auto;
    }
    .box_con form {
        width: 100%;
    }
    .box_con form table {
        width: 100%;
    }
    .box_con form table tr {
        position: relative;
    }
    .box_con form table tr:after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 1px;
        border-bottom: solid #000 1px;
    }
    .form-label {
        text-align: center;
        font-weight: normal;
        padding: 0.5em .5em;
        font-size: 16px;
        
    }
    .box_con form div span {
        background: #d83b3b;
        padding: 0 .3em;
        color: #fff;
        margin-left: .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .box_con form table tr td {
        width: 62%;
        padding: 1em .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .box_con form table tr .box_br {
        display: block;
    }
    .box_con form table tr select {
        border: 1px solid #97ae88;
    }
    .box_con form table tr label input {
        cursor: pointer;
        display: none;
        vertical-align: middle;
    }
    .box_con form table tr .radio02-input + label {
        padding-left: 23px;
        margin-right: 20px;
        position: relative;
    }
    .box_con form table tr .radio02-input + label:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #999;
        border-radius: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box_con form table tr .radio02-input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 3px;
        width: 12px;
        height: 12px;
        background: #97ae88;
        border-radius: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box_con div select, .box_con div input, .box_con div textarea {
        width: 100%;
        height: 55px;
        padding: .5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #000;
    }
    .box_con div textarea {
        height: 10em;
    }
    .contact-btn {
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        width: 250px;
    }
    
    .errormsg {
        font-size: 16px;
        color: #f51818;
        font-weight: bold;
        text-align: left;
    }
    
    /* confirm */
    .contents-confirm-list{
        list-style: none outside;
        margin: 0;
        padding: 0;
    }
    .contents-confirm-list .item {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: nowrap;
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid #000;
        padding: 15px 20px;
    }
    .contents-confirm-list .item .date{
        margin: 0;
        min-width: 120px;
        font-size: 16px;
        color: #999;
        padding: 0 20px 0 0;
    }
    .contents-confirm-list .item .title{
        margin: 0;
        width: 100%;
    }
    .confirm-text {
        width: 100%;
        text-align: left;
        font-size: 16px;
        border: 2px solid #000;
    }
    .confirm-item {
        height: 55px;
    }
    .confirm-textarea {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    /*-------------------------------------------
    common
    -------------------------------------------*/
    .pc { display: none !important; }
	.sp { display: block !important; }

    /* font */
    .titlesize { 
        font-weight: bold;
        font-size: 22px;
    }
    .fontsize {
        font-size: 15px;
        color: #584F5B;
        margin: 0 0 10px 0;
    }
    .fontsize-list {
        font-size: 18px;
        color: #000000;
    }
    .fontwhite { 
        color: #fff; 
        border-color: #fff;
    }
    .text-left {
        text-align: left;
    }

    /* border */
    .border {
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: gray;
        color: gray;
        font-size: 13px;
        margin: 0 0 20px 0;
    }
    .border::before, .border::after {
        border-top: 1px solid;
        content: "";
        width: 5em;
    }
    .border::before {
        margin-right: 1em;
    }
    .border::after {
        margin-left: 1em;
    }

    /* button */
    .btn {
        position: relative;
        text-decoration: none;
        display: inline-block;
        background: #fff;
        color: #000000;
        align-items: center;
        padding: 15px 15px;
        margin: 5px auto;
        border: 2px solid #000000;
        text-align: center;
        width: 200px;
        font-size: 18px;
    }
    .btn::after{
        content: '';
        position: absolute;
        top: 41%;
        right: 17px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        transform: rotate(45deg);
    }

    /*-------------------------------------------
    contents1
    -------------------------------------------*/
    #concept {
        position: relative;
        margin: auto;
        text-align: center;
        font-family: 'sans-serif';
        padding: 20px 5%;
    }

    /*-------------------------------------------
    contents2
    -------------------------------------------*/
    #lineup {
        position: relative;
        margin: auto;
        background-color: #c49a6a;
        text-align: center;
        padding: 30px 5%;
    }
    .border-white {
        color: #fff;
    }
    .labelp {
        background-color: #e6b422;
        width: 150px;
        margin: 10px auto;
        border-radius: 30px;
        padding: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    .labelk {
        background-color: #f08300;
        width: 150px;
        margin: 10px auto;
        border-radius: 30px;
        padding: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    .sp-w49 {
        width: 49%;
    }

    /*-------------------------------------------
    contents4
    -------------------------------------------*/
    #shoplink {
        position: relative;
        margin: auto;
        height: 285px;
        text-align: center;
        background-image: url(../image/bg_netshop.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5px;
    }
    .logo img{ width: 140px; }
    .shoplink-text{
        font-size: 13px;
    }

    /*-------------------------------------------
    contents5
    -------------------------------------------*/
    #contact {
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding: 10px 3%;
    }
}

@media screen and (max-width: 400px) {
    /*-------------------------------------------
    contents2
    -------------------------------------------*/
    .sp-w70 {
        width: 70%;
    }
}