@charset "utf-8";
/* GATE HOTEL */

/*Setting for the PC*/

body{
}
#headerSection.contactUs{
	height:695px!important;
	background-image:url(/kyoto/images/bg-contactus_.jpg)!important;
}
#globalMenuBar {
   /*margin-top: 458px;*/
}
.titleArea {
    display:inline-block;
    font-family: 'Raleway', sans-serif;
    position:absolute;
    top:544px;
    left:10px;
    /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
}

/* form area */
#contactusForms {
}
.pages{
    margin:0 auto;
    padding:60px;
}
#contactusForms h2 {
    font-size:20px;
    font-weight:normal;
    color:#936d0a;
    padding:20px 0;
    text-align:center;
}
.pageRead {
    font-size:16px;
    line-height:2;
    color:#000;
    margin:1em 0;
}
.pageRead.contactUs {
    text-align:center;
}
.telephoneNumber {
    margin:20px 0 0px 0;
    width:100%;
    font-size:18px;
    color:#936d0a;
    padding:20px 0;
    border-top:solid 1px #936d0a;
    border-bottom:solid 1px #936d0a;
    text-align:center;
		line-height: 1.75;
}
.telephoneNumber span {
	font-size:80%;
}
.telephoneNumber .sp-only {
	display: none;
}
.telephoneNumber a {
    text-decoration:none;
    color:#936d0a;
}
.forms {
    width:100%;
    overflow:hidden;
}
.formTitle {
    clear:left;
    width:35%;
    float:left;
    padding:20px 0 20px 5px;
    text-align:left;
    padding-left:60px;
    font-size:16px;
}
.formCell {
    width:65%;
    float:left;
    font-size:16px;
}
.forms .memo {
    font-size:16px;
    color:#936d0a;
    text-align:left;
}
textarea {
    width: 643px;
}
.forms {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 45px;
    text-align: center;
  }
  .forms input[type="text"] ,
  .forms input[type="email"] ,
  .forms textarea,
  .forms .confirmationBox {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 30px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-align:left;
    line-height:1.75;
  }
  .forms .namesCell input {
    width: 49%;
    float:left;
  }
  .forms .namesCell input:first-child {
      margin-right:2%;
  }
  .forms button.btnForms {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background-color: #936d0a;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .forms button.btnForms[disabled] {
    background-color: #999;
  }
  .forms button.btnForms[disabled].hover,.forms button[disabled].forms:active,.forms button[disabled].forms:focus {
    background-color: #999;
    color:#fff;
  }
  .forms .formText {
    display:block;
    font-size:16px;
    color:#000;
    text-align: left;
    margin:.5em 0;
    float:left;
  }
  .forms .formLink {
    display: block;
    font-size: 12px;
    color: #000;
    text-align: right;
    margin: .1em 0 .5em auto;
    float: right;
    cursor:pointer;
}
.forms .formLink::after {
    content:url(/kyoto/images/icon-target-blank.png);
}
  #btnPermission {
    float:left;
    margin-right:1em;
  }
  #btnPermission{
    display: none;
  }
  .formText {
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
  }
  .formText::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 2px;
  }
  .forms label {
    font-size:16px;
  }
  #btnPermission:checked + .formText{
    color: #936d0a;
  }
  #btnPermission:checked + .formText::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #936d0a;
    border-right: 3px solid #936d0a;
 }
.forms .errorMessage {
    color:#f00;
    font-size:16px;
    line-height:1.75;
    text-align:left;
}
.formTitle sup{
    color:#936d0a;
}
.forms .btnContenas button.btnForms {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background-color: #936d0a;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    width:45%;
    float:left;
}
.forms .btnContenas button#btnReturn {
    margin-right:10%;
    background-color:#e0e0e0;
}
.thankyouBox {
    width:50%;
    margin:60px auto;
    text-align:center;
}
.thankyouBox img {
    width:50%;
    height:auto;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5)
{
body{
}
#globalMenuBar {
    margin-top: 0px;
 }
 #headerSection.contactUs{
	background-image:url(/kyoto/images/_bg-contactus_.jpg)!important;
}
.titleArea {
    display:inline-block;
    font-family: 'Raleway', sans-serif;
    position:absolute;
    top:550px;
    left:20px;
    /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
}
.pages {
    margin: 0 auto;
    padding: 0px;
}
#contactusForms h2 {
    font-size: 18px;
    font-weight: normal;
    color: #936d0a;
    padding: 30px 0;
    text-align: center;
}
.pageRead {
    text-align:left!important;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    margin: .5em 10px;
}
.forms {
    padding:10px;
}
.formTitle {
    clear: none;
    width: 100%;
    float: none;
    padding: 20px 0 20px 0px;
    text-align: left;
    padding-left: 0px;
}
.formCell {
    width: 100%;
    float: none;
    overflow:hidden;
}
.forms input[type="text"],
.forms input[type="email"],
.forms textarea,
.forms .confirmationBox {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 10px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
}
	.telephoneNumber .sp-only {
	display: block;
}
}