@charset "UTF-8";
/*////////////////////////
umisoba.aoinapoli.jp
contact.css
///////////////////////*/

#main_visual{
    background-image: url(../images/contact/contact_top_pc.jpg);
}

#sec .read_txt {
    width: 100%;
}

#sec .read_txt span.bb {
    display: inline;
    border-bottom: #024099 solid 1px;
}

.reserve_limited_wrap{
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    background: #b0961c;
    text-align: center;
}

.reserve_limited_wrap .tokuten{
    font-size: 3em;
    color: #fff;
    line-height: 1em;
    margin: 30px auto;
}
.reserve_limited_wrap .tokuten span{
    font-size: .6em;
    display: block;
}
.reserve_limited_wrap .att{
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    color: #eadeaa;
}

#title {
    margin: 5rem auto 8rem;
}

#title h1{
    font-size: 6rem;
    color: #DCDDDD;
    text-align: center;
}

#title h1 .ippan{
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    margin-top: 2rem;
}
.kashi{
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
    padding: 1.5rem;
    margin: 2rem 0;
    display: inline-block;
    background-color: #f1f1f1;
}

.appContainer{
    width: 80%;
    margin: auto;
    display: block;

}

.appContainer .detailTxt{
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 3rem;
}

.appContainer .mb{
    margin-bottom: 1rem;
}

.mini{
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.maker{
    background:linear-gradient(transparent 60%, #F1F093 60%);
}


.appContainer h2{
    text-align: center;
    display: table;
    padding-bottom: 0.5em;
    border-bottom: 1px #024099 dotted;
    margin: 0 auto 1.5em;
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    font-weight: bold;
    
}

.kakuninWrap{
    padding: 0 0 2rem;
    
}

.error_messe{
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    line-height: 4rem;
    
}
table.func_table{
    width: 80%;
    margin: 2em auto;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    background: rgba(255,255,255,.2);
}

.func_table th, .func_table td{
    padding: 1.5em; 
    border-bottom: 1px #024099 dotted;
    
}

.func_table th{

    width: 30%; 
    text-align: left;
    font-size: 0.85em;

}
.aC{text-align: center;}

#form-main{
    width:100%;
    padding-top:0px;
}

#form-div {
    width: 100%;
    margin-top:5rem;
}

.feedback-input {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color:#8FB3E6;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 22px;
    border: 1px solid #024099;
    padding: 13px 13px 13px 13px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 4px solid #024099;
    color: #024099;
    outline: none;
  padding: 13px 13px 13px 13px;
}

.focused{
    color:#024099;
    border:#024099 solid 4px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input{
    display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;


}
input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:white;

}
.formplate{
    margin: 1.5rem 0;
}
.formplate label{
    font-size: 1.4rem;
}

.btn_flex{
    display: flex;
}

.btn_flex .btnBox{
    width: 50%;
    height: auto;
    margin: 1rem;
}

#button-blue{
    font-family: "Jost", sans-serif;
    width: 100%;
    border: inherit;
    cursor: pointer;
    background-color: #024099;
    font-size: 2.5rem;
    letter-spacing: 1px;
    padding: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

#button-blue:hover{
    opacity: 0.6;
}
    
.submit:hover {
    opacity: 0.6;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

#button-blue2{
    font-family: "Jost", sans-serif;
    width: 100%;
    cursor:pointer;
    border: inherit;
    background-color: #F1F093;
    color: #024099;
    font-size:2.5rem;
    letter-spacing: 1px;
    padding: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 5px;
}
#button-blue2:hover{
    opacity: 0.6;
}
.back:hover {
opacity: 0.6;
}
    
.ease {
    width: 0px;
    height: 0;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.back:hover .ease{
  width:100%;
  background-color:white;
}


#contents .appContainer .btn_top{
    width: 100%;
    margin: 5rem auto 3rem;
    text-align: center;
}

#contents .appContainer .btn_top a{
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    padding: 2rem 6rem;
}

.privacy_checkbox{
    margin: 4rem 0 2rem;
    font-size: 1.4rem;
}

.privacy_checkbox p{
    margin-bottom: 1.5rem;
}

.privacy_checkbox p a{
    font-weight: bold;
    text-decoration: underline;
    color: #E3594D;
}


@media only screen and (max-width: 580px) {
    #form-div{
        width: 90%;
         margin: 40px auto 0;

    }
}


/* ==========================================================================
SP
   ========================================================================== */

@media only screen and (max-width: 767px) {

#main_visual{
    background-image: url(../images/contact/contact_top_sp.jpg);
}

#sec .read_txt {
    width: 90%;
}

#title h1{
    font-size: 5rem;
}

#title h1 .ippan {
    display: block;
    font-size: 1.5rem;
}

.kashi {
    font-size: 1.5rem;
}

.detailTxt .ippan{
    font-size:1em;
}

.appContainer{
width: 100%;
margin: 0 auto;
display: block;
}  

.mail_p .appContainer{
width: 90%;
margin: 0 auto;
} 

.appContainer .detailTxt{
font-size: 1.2rem;
letter-spacing: 0.1em;
line-height: 1.6em;
font-weight: 500;
padding: 0 15px;
}

.appContainer .mb {
padding: 0;
}

table.func_table { 
    margin: 3rem auto 1rem; 
    width: 100%;
}

.func_table th,
.func_table td{
    width: auto;
    display: block;
    border: none;
    font-size: 1.2rem;
}

.func_table th {
    color: #fff;
    background-color: #024099;
    font-size: 1.2rem;
}

.formplate label{
font-size: 1.2rem;
margin: 10px 0;
}  

.error_messe {
    font-size: 1.2rem;
    line-height: 3;
}

#fukidashi {
    font-size: 1.3em;
    line-height: 1.5em;
    height: 50px;
}   

#button-blue {
    font-size: 1.8rem;
}

#button-blue2 {
    font-size: 1.8rem;
}

.btn_flex {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.btn_flex .btnBox {
    width: 100%;
    margin: 0;
}

.btn_flex .btnBox:first-of-type {
    margin-bottom: 1rem;
}

#contents .appContainer .btn_top a {
    font-size: 1.6rem;
}

.privacy_checkbox p {
    margin-bottom: 1rem;
}

.privacy_checkbox {
    margin: 1rem 0;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.feedback-input {
    font-size: 1.2rem;
}
}



