/*-------------------------------------------
common
-------------------------------------------*/
body {
    text-align: center;
    margin: 0px;
}

.pc { display: block !important; }
.sp { display: none !important; }

/* width */
.w280p { width: 280px; }
.w24 { width: 24%; }
.w100 {width: 100%; }

/* font */
.titlesize { 
    font-size: 35px;
    font-weight: bold;
}
.fontsize {
    font-size: 20px;
    color: #584F5B;
    margin: 0 0 20px 0;
}
.border {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: gray;
    color: gray;
    font-size: 20px;
    margin: 0 0 30px 0;
}
.border::before, .border::after {
    border-top: 1px solid;
    content: "";
    width: 10em;
}
.border::before {
    margin-right: 1em;
}
.border::after {
    margin-left: 1em;
}
.border-gray {
    border-color: gray;
    color: gray;
 }
 .border-white {
    border-color: white;
    color: white;
 }

/* button */
.btn {
    position: relative;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    color: #000000;
    align-items: center;
    padding: 1em 2em;
    margin: 5px auto;
    border: 2px solid #000000;
    text-align: center;
    width: 200px;
    font-size: 18px;
}
.btn::after{
    content: '';
    position: absolute;
    top: 41%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
}
.btn:hover {
    color: #fff;
    background-color: #000;
}
.btn:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*-------------------------------------------
main visual
-------------------------------------------*/
#top {
    margin: auto;
    height: 590px;
    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: 380px;
    left: 50%;
    width: 600px;
    transform: translateY(-50%) translateX(-55%);

}
.fonttitle { 
    color: #fff; 
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.fontmain {
    color: #fff;
    font-size: 20px;
}

/*-------------------------------------------
contents1
-------------------------------------------*/
#concept {
    position: relative;
    margin: auto;
    text-align: center;
    font-family: 'sans-serif';
    padding: 50px 15%;
}

/*-------------------------------------------
contents2
-------------------------------------------*/
#lineup {
    position: relative;
    margin: auto;
    background-color: #c49a6a;
    text-align: center;
    padding: 50px 5%;
}
.labelp {
    background-color: #e6b422;
    width: 150px;
    margin: 5px auto;
    border-radius: 30px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.labelk {
    background-color: #f08300;
    width: 150px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.menu{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menuinline{ display: inline-block; }
.fontblack { color: #000; }

/*-------------------------------------------
contents3
-------------------------------------------*/
#schedule {
    position: relative;
    margin: auto;
    text-align: center;
    padding: 50px 15%;
}
.schedule-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.schedule-table tr{
    border-bottom: solid 1px #9a9a9a;
    cursor: pointer;
}
.schedule-table th,table td{
    text-align: left;
    width: 20%;
    padding: 25px 0;
}

/*-------------------------------------------
contents4
-------------------------------------------*/
#shoplink {
    position: relative;
    margin: auto;
    height: 438px;
    text-align: center;
    background-image: url(../image/bg_netshop.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}
.logo img{ width: 250px; }

/*-------------------------------------------
contents5
-------------------------------------------*/
#contact {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 50px 15%;
}
#phonenum {
    width: 100%;
    border: solid 3px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 40px;
}
.callnum {
    font-size: 60px;
    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;
}
.box_con form table tr th {
    text-align: left;
    /* width: 30%; */
    font-weight: normal;
    padding: 1.5em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
.box_con form table tr th 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 form table tr select, .box_con form table tr input, .box_con form table tr textarea {
    width: 100%;
    height: 55px;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_con form table tr textarea {
    height: 10em;
}
.contact-btn {
    text-align: center;
    margin: 30px 0 0 0;
}

.errormsg {
    font-size: 20px;
    color: #f51818;
    font-weight: bold;
}

/* 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: 20px;
}

.confirm-area {
    width: 100%;
    height: 55px;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
