@charset "UTF-8";
/*////////////////////////

hokkaido.damihclele.jp
contact.css

///////////////////////*/



.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;
}

/*fukidashi*/
#fukidashi {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 74px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
    font-size: 2em;
}
#fukidashi:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
#fukidashi:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

#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.4em;
    line-height: 2rem;
    font-weight: bold;
    padding: 1.5rem;
    margin: 2rem 0 0;
    display: inline-block;
    background-color: #f1f1f1;
}

.appContainer{
    width: 60%;
    margin: 40px auto;
    display: block;

}

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

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


.appContainer a:link, .appContainer a:visited{

    color: #000;
}
.appContainer a:hover, .appContainer a:active{
 color: #ccc;   
}

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

.kakuninWrap{
    padding: 2em 0;
    
}

.error_messe{
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    
}
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: 2px #DCDDDD solid;
    
}

.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 {
    color:#b1b1b1;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0;
    line-height: 22px;
    border: 1px solid #7e7e7e;
    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 #000;
    color: #000;
    outline: none;
  padding: 13px 13px 13px 13px;
}

.focused{
    color:#000;
    border:#000 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.2rem;
}

.btn_flex{
    display: flex;
}

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

#button-blue{
    font-family: 'Inknut Antiqua', serif;
    width: 100%;
    border: inherit;
    cursor:pointer;
    background-color: #ac1e1e;
    color: #fff;
    font-size:1.2rem;
    padding: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  font-weight:700;
}

#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: 'Inknut Antiqua', serif;
    width: 100%;
    cursor:pointer;
    border: inherit;
    background-color: #000;
    color: #fff;
    font-size:2rem;
padding: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  font-weight:700;
}
#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: 1rem;
    padding: 2rem 6rem;
}

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

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

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


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

    }
}


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

@media only screen and (max-width: 767px) {
    #title h1{
        font-size: 5rem;
    }

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

    .kashi {
        font-size: 1.3rem;
        text-align: left;
    }
    
    .detailTxt .ippan{
        font-size:1em;
    }

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

.mail_p .appContainer{
    width: 90%;
    margin: 0 auto 2rem;
} 
    
.appContainer .detailTxt{
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 400;
    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;
    }
    .func_table th {
        color: #000;
        background-color: #cdcdcd;
    }
    
.formplate label{
    font-size: 1rem;
    margin: .5em 0;
}  
 #fukidashi {
     font-size: 1em;
     line-height: 1.5em;
     height: 50px;
    }   

    #button-blue {
        font-size: 2rem;
        color: #000;
    }

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

    .btn_flex {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

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

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

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

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










