/* CSS Document */

/*common
--------------------------*/
.contents{
    overflow: hidden;
}

.cont_header{
    margin-bottom: 6rem;
    
}
.cont_header h1{
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    margin-bottom: 1rem;
    margin-top: 10rem;
    font-weight: 400;
}
.cont_header h1 span.small{
    display: block;
    font-size: 10px;
    margin-top: 1rem;
    letter-spacing: 0.3em;
}
.cont_header p{
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 90%;
}

.cont_header a.btn{
    display: block;
    width: 80%;
    border: 1px solid #000;
    margin: 0 auto;
    color: #000;
    padding: 20px;
}

.cont-left{
    text-align: left;  
}
.cont-left h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 4rem;
}
.cont_emo {
    line-height: 3;
}
.cont_emo h2{
    line-height: 2;
    letter-spacing: 0.08em;
    font-size: 24px;
}
.cont_emo h3{
    line-height: 2;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-weight: normal;
    margin-top: 6rem;
}
.btn{
    font-family: 'Jost', sans-serif;
    display: inline-block !important;
    margin: 1em auto 4em auto;
    border: 1px solid #000 !important;
    background: #fff;
    border-radius: 40px;
    padding: 0 8em;
    line-height: 3rem;
    color: #000;
}
.btn:active{
  background-color: #000;  /* change button color here */
	color: #fff;
}
@media screen and (max-width: 1023px){
    .cont_header h1{
    margin-top: 4rem;
}
    .btn{
        padding: inherit;
        width: 90%;
        max-width: 260px;
        text-align: center;
        display: block;
}
}
/*top
--------------------------*/
.top_movie {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.top_movie > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    height: 100vh;
}
.top_movie .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 600px;
}
.top_movie .title p{
    font-size: 30px;
    color: #fff;
    margin: 0 auto 30px;
    letter-spacing: 0.08em;
    padding-left: 0.8em;
}
.top_movie .title h1{
    width: 200px;
    margin: 0 auto;
}

.top_contents .cont_header h2{
    font-size: 40px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.08em;
    margin: 10rem auto 2rem auto;
}

.top_contents .concept_photo{
    margin-bottom: 4rem;
}
/*calendar*/
#calendar{
     font-family: 'Jost', sans-serif;
    position: relative;
}
#calendar .fc .fc-toolbar{
    text-align: center;
    display: block;
    position: relative;
}
.fc-theme-standard td, .fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid{
    border-color: #ccc;
}
#calendar thead{
    background:#eee;
    color: #fff;
}
/*文字色*/
#calendar .fc-daygrid-event,
#calendar .fc-event-title{
    color: #000;
}
/*土曜*/
#calendar .fc-day-sat .fc-col-header-cell-cushion,
#calendar .fc-day-sat .fc-daygrid-day-number{
    color: #3a619c !important;
}
/*日曜*/
#calendar .fc-day-sun .fc-col-header-cell-cushion,
#calendar .fc-day-sun .fc-daygrid-day-number{
    color: #a15423 !important;
}
/*祝日*/
#calendar .is_holiday{
    color: #a15423;
}
#calendar .cal_holiday.fc-h-event{
    background-color: transparent;
    position: absolute;
    left: 5px;
    top: -28px;
}
#calendar .cal_holiday .fc-event-title{
    color: #a15423;
    font-size: 70%;
}
/*今日*/
.fc .fc-daygrid-day.fc-day-today{
    background-color:transparent;
    border: 4px solid #AFC0B2;
    box-sizing:content-box;
}

/*オープンクローズ*/
/*close*/
#calendar .cal_hygge.fc-h-event{
    background-color:#fff !important;
    text-align: center;
}
#calendar .cal_hygge.fc-h-event .fc-event-title{
    padding-left: 5px;
    color: #bbb;
}
#calendar .cal_hygge.fc-h-event .fc-event-title:before{
    content: "×";
    font-size: 20px;
}
/*open*/
#calendar .cal_hygge.fc-daygrid-dot-event{
    background:#434343;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}
#calendar .cal_hygge .fc-daygrid-event-dot,
#calendar .cal_hygge .fc-event-time{
    display: none;
}
#calendar .cal_hygge .fc-event-title{
    text-align: center;
    color: #fff;
}

.fc .fc-button-primary{
    background-color: #434343;
    border-color: #434343;
}
.fc .fc-button-primary:disabled{
    background-color: #434343;
    border-color: #434343; 
}

.fc .fc-daygrid-day-top {
    line-height: 1.5;
    font-size: 80%;
}
.fc .fc-prev-button,
.fc .fc-next-button,
.fc-header-toolbar .fc-toolbar-chunk:last-of-type{
    display: none;
}
@media screen and (max-width: 1023px){
.fc-toolbar-chunk:last-of-type{
    position: relative;
} 
}
@media all and (min-width: 768px) {
}





.top_contents .information ul{
    text-align: left;
}
.top_contents .information ul li{
    line-height: 1.6;
    margin-bottom: 2rem;
    display: flex;
}
.top_contents .information ul li date{
     font-family: 'Jost', sans-serif;
    letter-spacing: 0.08em;
    margin-right: 1rem;
}
.top_contents .information ul li a:link{
    color: #000;
}

/*concept
--------------------------*/
.threedialogues .flex-box{
    display: flex;
    flex-flow: row;
    margin: 6rem 0 4rem;
    align-items: flex-start;
}
.threedialogues .flex-box .photo{
    flex-basis: 40%;
    margin: 0 4rem 0 0;
}
.threedialogues .flex-box .text{
    flex-basis: 45%;
    
}
.threedialogues .flex-box .text p:first-of-type{
    margin-top: 0;
}
.threedialogues h3{
    margin: 10rem 0 2rem;
    font-size:24px;
}
.threedialogues h3 span{
    font-family: 'Jost', sans-serif;
    display: block;
    font-size: 70%;
    margin-bottom: 1rem;
}
.threedialogues .photos{
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 10rem;
}
.threedialogues .photos img{
    width: 30%;
    height: auto;
    margin: 0 10px;
}
.threedialogues .flex-box.even .photo{
    order: 2;
    margin-right: 0;
    margin-left: 4rem;
}
.threedialogues .flex-box.even .text{
    order: 1;
    margin-left: 4rem;
}
    
@media screen and (max-width: 1023px){
    .concept .flex-box{
        display: flex;
        flex-flow: column;
    }
    .concept .flex-box .photo{
        width: 70%;
        margin: 0 auto;
    }
    .concept .flex-box .text{
        width: 85%;
        margin: 0 auto;
    }
    .concept .flex-box .text h3{
        display: inline-block;
        background: rgba(255,255,255,0.8);
        margin-top: -4em;
        padding: 1em 1em 0 0;
    }
    .concept .flex-box.even .photo{
        order: 1;
        margin: 0 auto;
    }
    .concept .flex-box.even .text{
        order: 2;
        margin-left: auto;
    }
        .concept .photos{
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10rem;
            text-align: left;

    }
    .concept .photos img{
        width: 70%;
        height: auto;
        margin: 0 auto 20px 0;   
    }
    .concept .photos img:nth-of-type(2){
        margin-left: 50%;
        width: 50%;
    }
    .concept .photos img:nth-of-type(3){
        margin-left: 5%;
        width: 70%;
    }
}

/*about meals
--------------------------*/
.meals .flex-box{
    display: flex;
    flex-flow: row;
    margin: 6rem 0 4rem;
    align-items: flex-start;
}
.meals .flex-box .photo{
    flex-basis: 50%;
    margin: 0;
}
.meals .top_menu .photo {
    position: relative;
    opacity:0.8;
}
.meals .link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 0.5em #ffffff, 0 0 0.7em #ffffff, 0 0 0.9em #ffffff;
}
.meals .flex-box .text{
    flex-basis: 45%;
    margin-left: 4rem;
}
.meals .flex-box .text p:first-of-type{
    margin-top: 0;
}
.meals .flex-box.even .photo{
    order: 2;
}
.meals .flex-box.even .text{
    order: 1;
    margin-left: 4rem;
}
.meals h3{
    margin: 7rem 0 2rem;
    font-size:24px;
}
.meals h3 span{
    font-family: 'Jost', sans-serif;
    display: block;
    font-size: 70%;
    margin-bottom: 1rem;
}
.recipe_text {
    margin-right: 10px;
    line-height: 2;
}

.meals_hygge .photos{
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.meals_hygge .photos img{
    width: 30%;
    height: auto;
    margin: 0 10px;
}
.meals_hygge , .meals_out {
    padding-top: 10rem;
}
.meals_out .photos{
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.meals_out .photos img{
    width: 30%;
    height: auto;
    margin: 0 10px;
}
.meals_out h3 {
    color: #a7a7a7;
}
.meals .smh {
    display: none;
}
.meals .smh_recipe {
    display: none;
}
.meals .pc_recipe {
    display: block;
}
.recipe_book {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}



@media screen and (max-width: 1023px){
    .meals .flex-box{
        display: flex;
        flex-flow: column;
    }
    .meals .flex-box .photo{
        width: 85%;
        margin: 0 auto;
    }
    .meals .flex-box .text{
        width: 80%;
        margin: 0 auto;
    }
    .meals h3{
        margin: 4rem 0 2rem;
    }
    .meals .flex-box.even .photo{
        order: 1;
        margin: 0 auto;
    }
    .meals .flex-box.even .text{
        order: 2;
        margin-left: auto;
    }
    .meals .photos{
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3rem;
        text-align: left;
    }
    .meals .photos img{
        width: 70%;
        height: auto;
        margin: 0 auto 20px 0;   
    }
    .meals .photos img:nth-of-type(2){
        margin-left: 50%;
        width: 50%;
    }
    .meals .photos img:nth-of-type(3){
        margin-left: 5%;
        width: 70%;
    }
    .meals .top_menu {
        flex-flow: nowrap;
    }
    .meals .top_menu .photo{
        width: 50%;
    }
    .meals .link {
        font-size: 1.3rem;
    }
    .meals h2 {
        font-size: 18px;
    }
    .meals_hygge , .meals_out {
        padding-top: 10rem;
    }
    .meals .smh {
        display: block;
    }
    .meals .smh_recipe {
        display: block;
    }
    .meals .pc_recipe {
        display: none;
    }
    .meals .even .width-90 {
        text-align: center;
    }
    .meals_out h3{
        margin: 6rem 0 3rem;
    }
    .meals_out .photos{
        overflow: hidden;
        text-align: center;
    }
    .meals_out .photos img{
        width: 30%;
        height: auto;
        margin: 0 10px;
    }
    .recipe_text {
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px){
    .meals_hygge , .meals_out {
        padding-top: 5rem;
    }
    .meals .link {
        font-size: 1rem;
    }
    .meals_out .photos{
        margin-top: 2rem;
        text-align: center;
    }
    .meals_out .photos img{
        width: 85%;
        margin: 0 auto 70px;
    }
}

/*facilities
--------------------------*/
.facilities .waytouse li{
    line-height: 1.8em;
}
.facilities .photos{
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 10rem;
}
.facilities .photos img{
    width: 30%;
    height: auto;
    margin: 0 10px;
}
.facilities h2{
    font-size: 40px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.08em;
    margin: 10rem auto 2rem auto;
    font-weight: 400;
}
.facilities h2 span{
    display: block;
    font-size: 12px;
}
.facilities .site{
    margin-bottom: 4rem;
}
.facilities .more-btn .btn{
    position: relative;
    cursor: pointer;
}
.facilities .more-btn .btn:after{
    content: "";
    background: url("../img/arrow_bottom.png") no-repeat center;
    background-size: contain;
    width: 1rem;
    height: 20px;
    position: absolute;
    right: 2rem;
    top: 1rem;
}
.facilities .btn-close .btn{
    background-color:inherit;
    position: relative;
    cursor: pointer;
    margin: 2rem auto 0;
}
.facilities .btn-close .btn:after{
    content: "×";
    position: absolute;
    right: 2rem;
    top: 0;
}
.facilities .more-btn:hover,.facilities .btn-close:hover{
    opacity: 0.6;
}

.facilities .more-cont{
    background:rgba(160,160,152,0.2);
    padding: 2rem 3rem;
    line-height: 1.8;
    display: none;
}
.facilities .more-cont h3{
    font-size: 1rem;
    border-top:1px solid;
    border-bottom:1px solid;
    margin-top: 3rem;
}
.facilities .utilities{
    display: flex;
    flex-wrap: wrap;
}
.facilities .utilities li{
    text-align: center;
    flex-basis: 13%;
    margin: 0 2px 1rem 2px;
    line-height: 1.6;
}
.facilities .utilities li img{
    width: 70%;
    margin: 0 auto;
    display: block;
}
.facilities .rooms ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.facilities .rooms ul li{
    flex-basis: calc(50% - 10px);
    position: relative;
    margin-bottom: 2rem;
}
.facilities .rooms ul li .roomname{
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
}
.facilities .rooms ul li .detail{
    display: block;
}
/**/
.facilities .slick-next {
    right: 10px;
}
.facilities .slick-prev {
    left: 10px;
    z-index: 1;
}
.facilities .slick-dots{
    bottom: 5px;
}

@media screen and (max-width: 1023px){
        .facilities .photos{
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10rem;
            text-align: left;

    }
    .facilities .photos img{
        width: 70%;
        height: auto;
        margin: 0 auto 20px 0;   
    }
        .facilities .photos img:nth-of-type(2){
            margin-left: 50%;
            width: 50%;
        }
        .facilities .photos img:nth-of-type(3){
            margin-left: 5%;
            width: 70%;
        }
    .facilities .more-cont{
    padding: 1rem 1.5rem;
        width: 90%;
        box-sizing: border-box;
}
    .facilities .utilities li{
    flex-basis: 22%;
}
}
/*information
--------------------------*/
.information article{
    border-bottom: 1px solid;
    margin-bottom: 6em;
    padding-bottom: 6em;
}
.information article .tag{
    font-family: 'Jost', sans-serif;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 0.3rem 1rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
    margin-top: -0.3rem;
}
.information article date{
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 0;
}
.information article h1{
    font-weight: normal;
    font-size: 20px;
    line-height: 2;
    padding: 0 0 2rem 0;
}
.information article .text p{
    line-height: 2;
}
.information article .text img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
/*story
--------------------------*/
.story_box{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 100px auto 200px;
}

.story_box .mv{
    flex-basis: 600px;
    z-index: 999;
}
.story_box iframe{
    width: 100%;
    height: 100%;
}
.story_box .txt{
    flex-basis: 500px;
    background: rgba(242, 242, 242, 0.9);
    padding: 40px 49px;
    margin: 30px 0 -30px -20px;
    z-index: 1;
}
.story_box .green{
    color: #4e776c;
}
.story_box .orange{
    color: #966947;
}
.story_box:nth-of-type(even) .mv{
    order: 2;
}
.story_box:nth-of-type(even) .txt{
    order: 1;
    margin: 30px -20px -30px 0;
}
.story_box h2{
    font-size: 17px;
    text-align: center;
    margin: 0;
}
.story_box h3{
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 0;
}
.story_box p{
    line-height: 2em;
    margin-bottom: 1em;
    font-size: 0.9em;
}
.story_name{
    margin: 300px 0 200px;
}
.story_name h3 {
    font-family: 'Jost', sans-serif;
}
.story_name h3 span.small{
    display: block;
    font-size: 10px;
    margin-top: 1rem;
    letter-spacing: 0.3em;
}
.story_name .member {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.story_name .member > div {
    flex-basis: calc(100%/6 - 20px);
    margin: 0 10px 30px;
}
.story_name .member .photo {
    margin: 0 auto;
}
.story_name .member p {
    font-size: 0.6rem;
    margin: 14px auto 5px;
    line-height: 1.4;
}
.story_name .member h5 {
    font-size: 0.9rem;
    margin: 0 auto 0.6rem;
    font-weight:normal;
    line-height: 1.5;
}
.story_name span.small {
    font-size: 60%;
    color: #a7a7a7;
}
.story_name p{
    font-size: 14px;
    line-height: 2.5;
}
@media screen and (max-width: 1023px){
    .story_box{
        display: block;
        width: 90%;
        margin: 100px auto;
    }
    .story_box .mv{
        width: 95%;
        height: 0;
        padding-top: 56%;
        position: relative;
        z-index: 2;
        margin: auto;
    }
    .story_box iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .story_box .txt,.story_box:nth-of-type(even) .txt{
        padding: 130px 30px 35px;
        margin: -100px auto 0;
    }
    .story_name{
        margin: 150px 0 100px;
    }
    .story_name .smh_no{
        display: none;
    }
    .story_name .member {
        width: 90%;
    }
    .story_name .member > div {
        flex-basis: calc(100%/3 - 16px);
        margin: 0 8px 30px;
    }
    .story_name .member h5 {
        font-size: 0.8rem;
    }
}

/*access
--------------------------*/
.access h2{
    font-family: 'Jost', sans-serif;
}
/*qa
--------------------------*/
.qa_list{
    border-top: 1px solid #a0a099;
    padding-top: 5em;
}
.qa_list dl{
    margin-bottom: 6em;
    padding-bottom: 5em;
    border-bottom: 1px solid #a0a099;
}
.qa_list dt{
    margin-bottom: 2em;
    margin-left: 40px;
    font-weight: bold;
}

.qa_list dd{
    margin-bottom: 10px;
    margin-left: 40px;
}
.qa_list dd a,.qa_list dd a:visited{
    color: #000;
    text-decoration: underline;
}
.qa_list dt:before, .qa_list dd:before{
    text-align: center;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    margin-left: -36px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}
.qa_list dt:before {
    content: "Q.";
    padding: 1px;
}
.qa_list dd:before {
    content: "A.";
    padding: 1px;
}
/*privacy
--------------------------*/
.privacypolicy ol{
    margin-left: 1.5em;
}
.privacypolicy ol li{
    list-style: decimal;
}

/*terms
--------------------------*/
.terms-list{
    margin-bottom: 8em;
    margin-top: 8em;
}
.terms-list h2{
    margin-bottom: 4em;
}
.terms-list h3{
    margin-top: 4em;
    margin-bottom: 2em;
}
.terms-list h3 + p,
.terms-list h3 + ul{

}
.terms-list ul {
}
.terms-list ul li{
    margin-bottom: 2em;
    list-style: disc;
    margin-left: 1.5em;
}
.terms-list ol li{
    margin-bottom: 2em;
    margin-left: 1.5em;
    list-style: decimal;
}
.terms-list ol ol {
    margin-top: 1em;
}
.terms-list ol ol li{
    list-style: none;
    margin-bottom: 0.5em;
}
.terms-list .cancelpolicy{
    border-left: 3px solid #ccc;

}

/*sitemap
--------------------------*/
.sitemap .cont-left ul{
    border-top: 1px solid #a0a099;
    padding-bottom: 4em
}
.sitemap .cont-left ul li{
     border-bottom: 1px solid #a0a099;
}
.sitemap .cont-left ul li a:link{
    color: #000;
    display: block;
    position: relative;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 3em;

}
.sitemap .cont-left ul li a:after{
    content: "▶︎";
    position: absolute;
    right:4em;
    top: 4em;
    font-size: 8px;
}
.sitemap .cont-left {
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width: 1023px){
.sitemap .cont-left {
    width: 85%;
    margin: 0 auto;
} 
}



/**/
/* contact ------------------------------------------------------------------------------ */
.contactform{
	margin-top: 60px;
}
.contactform dl{
display: flex;
    margin: 0 0 20px 0;
}
.contactform dt,
.contactform dd{
	padding: 0 0 20px 0;
}
.contactform dt{
	flex-basis: 30%;
    font-weight: bold;
}
.contactform dt p{
    margin-bottom: 0;
}
.contactform dd{
	flex-basis: 70%;
    margin: 0;
}
.contactform dd input{
	padding: 20px;
}
.required-on,
.required-off{
    font-size: 80%;
    background: #ddd;
    padding: 5px 5px;
    margin-left: 10px;
	color: #fff;
}
.required-off{
	background: #aec0b1;
}
.required-on{
	background: #a15423;
}
.wpcf7-list-item{
    display: block;
    margin-left: 0;    
}

form input[type=email], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form input[type=url], form textarea{
  display: block;
  width: 100%;
    box-sizing: border-box;
  margin-top: 5px;
  font-size: 16px;
  outline: none;
		transition-duration: 0.5s;
}

form input[type='submit'], .form button{
  color: #000;
  text-decoration: none;
  background-color: #fff; /* change button color here */
  border: 1px solid #000;
  outline: none;
  display: block;
  padding: 16px 0;
  font-weight: normal;
  letter-spacing: .12rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	width: 30%;
  margin: 50px auto 0 auto;
	border-radius: 100px;
	background-image: url("../img/common/btn_arrow_white.png");
	background-repeat: no-repeat;
	background-position:90% center;
	background-size: 20px ;
		transition-duration: 0.5s;
}

form input[type='submit']:hover, form button:hover{
 opacity: 0.6;
}

form input[type='submit']:active, form button:active{
  background-color: #000;  /* change button color here */
	color: #fff;
}

@media screen and (max-width: 767px) {
	.contactform{
	}
	.contactform dl{
		flex-flow: column;
	}
	.contactform dt,
	.contactform dd{
	}
	.contactform dt{
        margin-bottom: 0;
        padding-bottom: 0;
	}
	.contactform dd{
	}
	.contactform dd input{
        padding: 16px;
	}
	.required-on,
	.required-off{
	}
	.required-off{
	}
	.required-on{
	}
	.mw_wp_form_preview dl{
	}
    form input[type='submit']{
        width: 90%;
        max-width: 260px;
    }
    form input[type=email], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form input[type=url], form textarea{
        width: calc(100% - 32px);
    }

}
