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

/*Setting for the PC*/

body{
}
#headerSection.aboutus{
	height:695px!important;
	background-image:url(/asakusa-kaminarimon/images/bg-aboutus.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;*/
}

/* entry area */
.pages{
    margin:0 auto;
    padding:60px 0px;
}
.hotelLogoArea {
    text-align:center
}
.hotelLogoArea img {
	width: 270px;
	margin: 15px 0 0;
	height: auto;
}
/***************/
.aboutUs {
    margin-top:30px;
    padding-top:30px;
    border-top:solid 1px #936D00;
}
.aboutUs .documentBox {
    position:relative;
    margin-top:30px;
    padding-top:30px;
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.aboutUs .documentBox h2 {
    position:absolute;
    top:40px;
    left:0;
    color:#936D00;
    font-size:20px;
    font-weight:bold;
    letter-spacing: 0.1em;
}
.aboutUs h2.documentTitle {
    position:relative;
    color:#936D00;
    font-size:20px;
    font-weight:bold;
    letter-spacing: 0.05em;
    padding-bottom:40px;
}
.aboutUs .documentBox h2 span {
    display:block;
    width:104px;
    height:1px;
    background-color:#936D00;
    margin-top:20px;
}
.aboutUs .documentBox h2 span.midashi {
    width:364px!important;
}
.aboutUs h3 {
    position:relative;
    color:#936D00;
    font-size:24px;
    font-weight:bold;
    letter-spacing: 0.1em;
    padding-bottom:40px;
}
.aboutUs .documentBox table {
    width:80%;
    margin-left:300px;
    font-size:14px;
}
.aboutUs .documentBox table th {
    width:15%;
    font-weight:normal;
    text-align:left;
    padding:5px;
    line-height:1.75;
}
.aboutUs .documentBox table td {
    width:85%;
    font-weight:normal;
    padding:5px;
    line-height:1.75;
}
.aboutColumns {
    width:33.3%;
    float:left;
    padding:0 20px;
}
.aboutColumns h3 {
    color:#936D00;
    font-size:18px;
    font-weight:bold;
    letter-spacing: 0.1em;
}
.aboutColumns img {
    width:100%;
    height:auto;
    margin-bottom:40px;
}
.aboutColumns p {
    font-size:14px;
    line-height:1.75;
    margin:0.5em 0;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5)
{
body{
}
#globalMenuBar {
    margin-top: 0px;
 }
 #headerSection.aboutus{
	background-image:url(/asakusa-kaminarimon/images/_bg-aboutus.jpg)!important;
}
.titleArea {
    display:inline-block;
    font-family: 'Raleway', sans-serif;
    position:absolute;
    top:490px;
    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;
}
.hotelLogoArea {
    padding-top:20px;
}
.aboutUs .documentBox {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.aboutUs .documentBox h2 {
    position: relative;
    top: 0;
    left: 0;
    color: #936D00;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    margin-left:10px;
}
.aboutUs .documentBox h2 span {
    display: block;
    width: 150px;
    height: 1px;
    background-color: #936D00;
    margin-top: 20px;
}
.aboutUs .documentBox table {
    width: 98%;
    margin-left: 0px;
    font-size: 14px;
}
.aboutUs .documentBox table th {
    width: 25%;
    font-weight: normal;
    text-align: left;
    padding: 5px;
    line-height: 1.75;
}
.aboutUs .documentBox table td {
    width: 75%;
    font-weight: normal;
    padding: 5px;
    line-height: 1.75;
}
.aboutColumns {
    width: 100%;
    float: none;
    padding: 0 10px;
}
.aboutColumns h3 {
    color: #936D00;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom:10px;
}
.aboutColumns p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0.5em 0;
}
}