@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

body {
    color: #1a1a1a;
    font-size: 12px;
    line-height: 1.4;
    margin: 0px;
}

body {
    background-color: #ffffff;
}

p {
    margin: 0px;
}

/* a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
} */

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
    max-width: 96%;
}

.singleFlexSB {
    display: flex;
    justify-content: space-between;
}

.singleContent {
    width: 740px;
}

.singleSidebar {
    width: 240px;
}



/* ==================================================== breadcrumb = */

#breadcrumbs {
    padding: 5px 0px 5px;
    margin: 0 auto;
}

#breadcrumbs ul {
    overflow: hidden;
}

#breadcrumbs li {
    float: left;
    background: url(/penguin/resources/image/breadcrum_arrow.png)no-repeat left center;
    padding-left: 14px;
    margin-right: 4px;
    font-size: 11px;
}

#breadcrumbs li.nav_st {
    /*padding-left: 0px;
*/
    background: none;
}

.containts.staffContaints {
    width: 1200px;
}

.search_main_midashi {
    background: #333;
    color: #fff;
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    font-size: 14px;
}

span.List_number {
    color: #E56C22;
}


.table {
    display: table;
    table-layout: fixed;
    /* width: 100%; */
}

.table-L {
    display: table;
    table-layout: fixed;
    /*max-width: 1100px;*/
    width: 100%;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}

.Serach_h1 {
    margin: 0px;
    background-color: #000F33;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 10px;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.search_main_midashi {
    width: 100%;
    background: #eaeae4;
    color: #333;
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    font-size: 14px;
}


.areaListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    margin: 2px;
    float: left;
    background: #f1f7fc;
    position: relative;
}

.areaListTableCell>label {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

.areaListTableCell>label::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    border: 5px solid #d5e6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
}

.areaListTableCell>label span {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

.railwayAreaListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    margin: 2px;
    float: left;
    background: #f1f7fc;
    position: relative;
}

.railwayAreaListTableCell>label {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

.railwayAreaListTableCell>label::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    border: 5px solid #d5e6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
}

.railwayLineListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    margin: 2px;
    float: left;
    background: #f1f7fc;
    position: relative;
}

.railwayLineListTableCell>label {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

.railwayLineListTableCell>label::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    border: 5px solid #d5e6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
}

/*.railwayAreaListTableCell {
display: table-cell;
width: 30%;
padding: 10px 10px 10px 10px;
border: 1px solid #ccc;
margin: 10px;
height:40px;
float: left;
background: #f8f8f8;
}

.railwayLineListTableCell {
display: table-cell;
width: 30%;
padding: 10px 10px 10px 10px;
border: 1px solid #ccc;
margin: 10px;
height:40px;
float: left;
background: #f8f8f8;
}*/

.dataTableCell {
    display: table-cell;
    padding: 10px;
}

.inlineBlock {
    display: inline-block;
}

div#area_1.table-L,
div#area_2.table-L,
div#area_3.table-L,
div#area_4.table-L,
div#area_5.table-L,
div#area_6.table-L {
    background: #fff;
    border: 1px solid #e9e9e9;
}

.areaListTableCell>input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.railwayAreaListTableCell>input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.railwayLineListTableCell>input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 25px;
}

.areaListTableCell input:checked+label::after {
    display: block;
    content: "";
    position: absolute;
    left: 12px;
    top: 20px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

.railwayAreaListTableCell input:checked+label::after {
    display: block;
    content: "";
    position: absolute;
    left: 14px;
    top: 20px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

.railwayLineListTableCell input:checked+label::after {
    display: block;
    content: "";
    position: absolute;
    left: 12px;
    top: 18px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

.searchButtonArea {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: auto;
    padding: 30px 0;
}

.searchButtonArea .search_more_btn {
    padding: 0;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 60px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
}

.searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 60px;
    border-radius: 10px;
}

.areaListTableCell a {
    font-size: 14px;
    color: #333 !important;
}

.railwayAreaListTableCell a {
    font-size: 14px;
    color: #333 !important;
}

.railwayLineListTableCell a {
    font-size: 14px;
    color: #333 !important;
}

.areaListTableCell input:checked+label {
    background: #fff2ba;
}

.railwayAreaListTableCell input:checked+label {
    background: #fff2ba;
}

.railwayLineListTableCell input:checked+label {
    background: #fff2ba;
}

.searchButtonArea input.search_btn.ont_btn {
    width: 100%;
}

/* ========================================================== Error message = */

.errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

.displayNone {
    display: none;
}

/* ==================================================== Railway area search = */

.areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.railwayAreaSearchRailwayAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.railwayLineSearchRailwayLineName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

/* ================================================================= Topics = */

.topicsTitleArea {
    margin: 20px 0 10px 0;
}

.topicsElementArea {
    padding-top: 10px;
}

.font-TopicsTitle {
    font-size: 14pt;
    font-weight: bold;
}

.searchButtonArea {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.font-AreaLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.font-RailwayAreaLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.font-RailwayLineLinkText {
    font-size: 9pt;
    font-weight: bold;
}

.currentSearchConditionsTableTitleCell {
    display: table-cell;
    width: 150px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    background-color: #dce5d3;
    vertical-align: middle;
}

.currentSearchConditionAreasTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

.currentSearchConditionRefinesTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

.currentSearchConditionStationsTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

.currentSearchConditionRefinesTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}


/*input#btnTownSearch {
    display: none;
}*/

.searchButtonArea input.search_btn {}

.containts {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

.mainArea {
    padding: 30px 0;
}

.containts .wrap {
    max-width: 1100px;
    width: 90%;
    margin: auto;
}

.containts.type02 {
    width: 1100px
}

.sidemenuArea {
    width: 240px;
    float: left;
}

.searchListMainArea {
    width: 740px;
    float: right;
}

.mapTableMapCell {
    height: 300px;
}

.googleMapMargin {
    width: 15px;
}

.table li.thead_archive {
    background: #d5e3f7;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

.table li.tbody_archive a {
    color: #146fb5;
}

.table li.tbody_archive {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

/* ================================================================== Pager = */

.pagerTable {
    display: table;
    table-layout: fixed;
    max-width: 1000px;
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
    cursor: pointer;
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
}

.pagerTableCurrentPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #fff;
    background: #000f33;
}

.pagerTableOtherPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #000f33;
    background: #fff;
    border: 1px solid #000f33;
    cursor: pointer;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #717171;
}


div.buildingListBuildingNameArea input.float-Right {
    background: #C61A22;
    color: #fff;
    border: none;
    margin-top: -2px;
    font-size: 13px;
    padding: 2px 20px;
    float: right;
}

.mapTableStreetViewCell {
    height: 300px;
}

.linedLeft {
    border-left: solid 1px #d3d3d3;
}

.linedBottom {
    border-bottom: solid 1px #d3d3d3;
}

.linedRight {
    border-right: solid 1px #d3d3d3;
}

.linedTop {
    border-top: solid 1px #d3d3d3;
}


.currentSearchConditionAreasTableDataCell {
    display: table-cell;
    padding: 5px 10px 5px 0;
}

.currentSearchConditionAreasTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionRefinesTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionsTableDataCell {
    display: table-cell;
    font-size: 10pt;
    background-color: #efefef;
}


.inputTextbox {
    width: 100%;
    height: 35px;
}

.inputTextarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
}

.descTextAria {
    width: 900px;
    padding: 20px;
    border: solid 1px #d3d3d3;
    background: #fff;
}

.confirmButtonArea {
    max-width: 900px;
    padding: 30px;
    text-align: center;
}

div.confirmButtonArea input {
    width: 80%;
    border: 0px;
    color: #fff;
    line-height: 30px;
    background: #192752;
}

.textAlign-Center {
    text-align: center;
    background: #f4f4f4;
}

.textAlign-Right {
    text-align: right;
}

.verticalAlign-Top {
    vertical-align: top;
}

.font-DescText {
    font-size: 10.5pt;
    font-weight: bold;
}


.detailsTableDataCell {
    display: table-cell;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    background: #fff;
}


ul.article_list {
    margin: 30px 0px 0;
    overflow: hidden;
}

ul.article_list li {
    /* padding: 10px 0px 20px; */
    /* border-bottom: 1px dotted #a1a1a1; */
    overflow: hidden;
    position: relative;
    /* background: #fff; */
    /* padding: 20px; */
    width: 100%;
    margin: 0;
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 24px 30px;
}

ul.article_list li span.date {
    display: block;
    color: #909090;
    font-size: 11px;
    margin-bottom: 15px;
}

ul.article_list li span.thumb {
    width: 14%;
    height: 8vw;
    /* float: left; */
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

ul.article_list li span.thumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.article_list li span.thumb img {
    width: 100% !important;
    height: auto !important;
}

ul.article_list li .date_title_box {
    /* float: right; */
    width: 84%;
}

ul.article_list li span.title {
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px dotted #ddd; */
    font-weight: 600;
    letter-spacing: 0.04em;
    border-left: 4px solid #000f33;
    padding-left: 10px;
}


ul.article_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s
}

ul.article_list li a:hover {
    background: rgba(255, 255, 255, 0.59);
}

.currentSearchConditionStationsTableTitleCell {
    display: table-cell;
    width: 95px;
    padding: 10px 10px 15px 10px;
}

.currentSearchConditionStationsTitleArea {
    color: #fff;
    background-color: #c5c56a;
    padding: 5px 10px;
}

.currentSearchConditionStationsTableDataCell {
    display: table-cell;
    padding: 5px 10px 5px 0;
}

.roomsForInquiryTableSeqTitleCell {
    display: table-cell;
    width: 35px;
    padding: 10px;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableRoomNameTitleCell {
    display: table-cell;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableTitleCell {
    display: table-cell;
    width: 75px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.roomsForInquiryTableContactDivsTitleCell {
    display: table-cell;
    width: 460px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

.customerInfoTableTitleCell {
    display: table-cell;
    width: 225px;
    padding: 10px;
    font-weight: bold;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    background: #ddd;
}

input.search_btn {
    width: 240px;
    background: #df5e3a;
    border: 0px;
    /*color: #fff;
    font-weight: bold;*/
    font-size: 15px;
    line-height: 24px;
}

.mikoukai {
    padding: 20px;
    border: 2px dashed #333;
}

.mikoukai h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px;
}

.mikoukai a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #E56C22;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

.mikoukai p {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
}


ul.article_list li span.text {
    font-size: 1vw;
    letter-spacing: 0.04em;
}

ul.article_list li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #000f33;
    border-right: 3px solid #000f33;
    transform: rotate(45deg);
}

ul.article_list li:nth-child(even) {
    background-color: #fafafa;
}

.ariticle_text_box {
    margin-top: 40px;
    background-color: #fafafa;
    padding: 50px 40px 24px;
    border-radius: 20px;
}

.ariticle_text_box p {
    font-size: 1vw;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.ariticle_text_box img {
    max-width: 60%;
    margin: 16px 0;
}

article .wrap {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

article .article_cont {
    position: relative;
    width: 70%;
}

article .side_blog {
    width: 25%;
}

article .side_blog h3 {
    font-size: 1vw;
    border-left: 2px solid #000F33;
    padding-left: 15px;
    margin-bottom: 15px;
}

article .side_blog ul {
    margin-bottom: 30px;
}

article .side_blog li {
    border-bottom: 1px dotted #abaaaa;
}

article .side_blog li a {
    display: block;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

article .side_blog li a .img {
    width: 30%;
    height: 4.5vw;
    overflow: hidden;
    border-radius: 4px;
}

article .side_blog li a .text {
    width: 65%;
    font-size: 0.8vw;
}

article .side_blog li a .text span.date {
    display: block;
}

article .side_blog .link {
    margin-bottom: 30px;
}

article .side_blog .link a {
    display: block;
    width: 80%;
    font-size: 1vw;
    margin: auto;
    text-align: center;
    background-color: #000F33;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.article_cont .common_page_h2_box {
    position: absolute;
    top: -30px;
    left: 12px;
}

/* ここからお問い合わせ */

h2.contact_h2 {
    margin: 0px;
    background-color: #000F33;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 10px 8px 60px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background-image: url(/penguin/resources/image/_common/icon_pen.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 20px;
}

#page_askfor .inner{
    background-color: #f7f7f7;
    padding: 40px 20px;
}

#page_askfor h3.subtitle {
    width: 1100px;
    margin: auto;
    border-left: 3px solid #000F33;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 16px;
}

#page_askfor .inner .wrap {
    width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

#page_askfor .inner table.butken th {
    font-size: 14px;
    padding: 10px;
    font-weight: normal ;
}

#page_askfor .inner table.butken th:nth-child(1) {
    width: 15px;
}

#page_askfor .inner table.butken th:nth-child(2) {
    width: 150px;
}

#page_askfor .inner table.butken th:nth-child(3) , #page_askfor .inner table.butken th:nth-child(4) {
    width: 50px;
}

#page_askfor .inner table.butken th:nth-child(5) {
    width: 250px;
}

#page_askfor .inner table.butken td {
    padding: 10px;
    font-size: 12px;
}

#page_askfor .inner table.butken td:nth-child(5) > div {
    display: inline-block;
    width: 49%;
}

#page_askfor .inner table {
    width: 1100px;
    margin: auto;
    margin-bottom: 30px;
    border-collapse: unset;
}

#page_askfor .inner table th,
#page_askfor .inner table td {
    vertical-align: middle;
}

#page_askfor .inner table .calenderCell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#page_askfor .inner table .calenderCell .title {
    width: 100%;
}

#page_askfor table.vReserveTable td .calenderCell .entryClear a {
    font-size: 10px;
    cursor: pointer;
}

#page_askfor .inner table th {
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 20px;
    letter-spacing: 1px;
    width: 30%;
}

#page_askfor .inner table th span {
    float: right;
    padding: 2px 8px 0;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #ed6103;
    font-size: 12px;
}

#page_askfor .inner table th span.ninni {
    background-color: #778d95;
}

#page_askfor .inner table td {
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 20px;
    letter-spacing: 1px;
}

#page_askfor .inner table.confirm th {
    width: 30%;
}

#page_askfor .inner table.vReserveTable td {
    width: 70%;
}

#page_askfor .inner table td.hissu_td {
    background-color: #fbefef;
}

#page_askfor .inner table td input[type="text"],
#page_askfor .inner table td input[type="email"],
#page_askfor .inner table td input[type="tel"] {
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    border: 1px solid #bbc6c8;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    box-sizing: border-box;
    width: 80%;
}

table.vReserveTable td input[type="radio"] {
    box-shadow: none;
}

#page_askfor .inner table td input.inputTimeTextbox {
    width: 40%;
}

#page_askfor .inner table td textarea {
    width: 100%;
    padding: 8px;
    min-height: 260px;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    border: 1px solid #bbc6c8;
    border-radius: 5px;
}

#page_askfor .confirmButtonArea {
    padding: 0 0 20px 0;
    margin: 0 auto 20px;
}

#page_askfor .confirmButtonArea input{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fe3c16;
    background-color: #fe3c16;
    transition: .2s;
    width: 420px;
    margin: auto;
    cursor: pointer;
}

#page_askfor .descTextAria {
    width: 900px;
    margin: auto;
    background-color: #fff;
    padding: 20px;   
}

#page_askfor .descTextAria h3{
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
}

#page_askfor .descTextAria > div {
    font-size: 12px;
}

.askforsent_page {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding: 50px 0;
}

.askforthanks_page {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding: 50px 0;
}

.askforthanks_page a{
    color: #333;
    border: 1px solid #333;
    padding: 8px 80px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 50px;
    font-size: 14px;
}

#page_askfor .confirmButtonArea input {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border: 2px solid #f77c00;
    background-color: #f77c00;
    transition: .2s;
    width: 360px;
    margin: auto;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 100vmax;
    min-block-size: 50px;
}

#page_askfor .confirmButtonArea input:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_askfor .inner td label {
    font-size: 14px;
}


#page_askfor .descTextAria h4 {
    font-size: 14px;
    margin-bottom: 0.4em;
}

.heya_contact #page_askfor .mainArea.wrap {
    width: 100%;
    max-width: 100%;
}

.heya_contact .common_page_wrap {
    padding-top: unset;
}


.heya_contact .mainArea.wrap {
    padding-top: unset;
}

.page_main.bukken_contact .common_page_wrap {
    padding: unset;
}

/**追加CSS PC END**/

/**追加CSS SP START**/
@media (max-width: 750px) {

    body {
        margin-top: 40px;
        width: 100%;
        overflow: hidden;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
        height: 50px;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 25px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: #000f32;
        border-radius: 0px;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #fff;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 3px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 0.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: #001032 !important;
    }

    a.slicknav_btn {
        margin: 12px 5px 3px 0px;
        padding: 0px 0 0 0px;
        height: 25px;
        width: 25px;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #fff !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 100%;
        text-align: left;
        margin: 0;
        letter-spacing: normal;
        font-size: 80%;
        border: solid #ccc;
        border-width: 0 0px 1px 0;
        line-height: 30px;
        background-image: url(../img/footer_triangle.png);
        background-size: 5px;
        background-repeat: no-repeat;
        background-position: left 15px center;
        padding-left: 35px;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 180px;
        top: 14.5px;
        left: 10px;
    }

    .sp_hd_tel {
        position: absolute;
        width: 15px;
        top: 12.5px;
        right: 85px;
    }

    .sp_hd_mail {
        position: absolute;
        width: 25px;
        top: 16.5px;
        right: 47px;
    }

    .sp_hd_favo {
        width: 105px;
        position: absolute;
        display: flex;
        justify-content: space-between;
        padding-top: 8px;
        right: 15%;
        top: 0;
    }

    .sp_hd_favo div {
        width: 50px;
    }

    .sp_hd_favo div a {
        color: #fff;
        text-decoration: none;
        font-size: 9px;
        display: block;
        text-align: center;
    }

    .sp_hd_favo div a img {
        width: 23px;
        margin: auto;
        display: block;
    }

    .wrap {
        width: 90% !important;
        margin: auto;
    }

    .menu {
        width: 40px;
        height: 50px;
        top: 8px;
        right: 5px;
        position: fixed;
        cursor: pointer;
        float: none;
        z-index: 10000;
        margin-right: 0;
        margin-top: 0;
    }

    .menu1 {
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 0px;
    }

    .menu2 {
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 10px;
    }

    .menu3 {
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 20px;
    }

    .menu1,
    .menu2,
    .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* opera */
        -moz-transition: all 0.5s ease-out;
        /* firefox */
        -webkit-transition: all 0.5s ease-out;
        /* chrome, safari */
        -ms-transition: all 0.5s ease-out;
        /* ie */
    }

    .menuclick1 {
        top: 15px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    .menuclick2 {
        opacity: 0;
    }

    .menuclick3 {
        top: 15px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    .menuclick4 {
        opacity: 0;
    }

    .menu4 {
        position: absolute;
        top: 27px;
        font-size: 9px;
        /* letter-spacing: 1px; */
        color: #fff;
    }

    .sp.sp_hd_bg {
        background-color: #000F33;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
    }

    #sp_nav dd {
        margin-left: 0;
        position: fixed;
        width: 100%;
        top: 50px;
        z-index: 10000;
    }

    #sp_nav .spNav {
        background-color: #000F33;
        padding: 10px 4%;
    }

    #sp_nav .spNav .search {
        background-color: #fff;
        padding: 15px;
        margin-bottom: 15px;
    }

    #sp_nav .spNav .search .box01 {
        display: flex;
        justify-content: space-between;
    }

    #sp_nav .spNav .search .box01 p {
        box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.24);
        width: 49%;
        border-radius: 5px;
    }

    #sp_nav .spNav .search .box01 p a {
        display: block;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin: 0;
    }

    #sp_nav .spNav .search .box02 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
    }

    #sp_nav .spNav .search .box02 li {
        width: 49%;
        margin-bottom: 5px;
        text-align: center;
        padding: 0px;
        border: 0px;
        background-color: #000F33;
    }

    #sp_nav .spNav .search .box02 li a {
        font-size: 13px;
        border: none;
        text-align: center;
    }

    #sp_nav .spNav .search .box02 li:nth-child(3) {
        width: 100%;
    }

    #sp_nav .spNav .about {
        margin-bottom: 15px;
    }

    #sp_nav .spNav .about .title {
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    #sp_nav .spNav .about .title:after {
        content: "SUMOT TENNOUJI";
        display: block;
        font-size: 10px;
    }

    #sp_nav .spNav .about ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    #sp_nav .spNav .about ul li {
        width: 32%;
        padding: 0px;
        border: 0px;
        box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.24);

    }

    #sp_nav .spNav .about ul li a {
        border-radius: 5px;
        border: 1px solid #ddd;
        background-color: #fff;
        text-align: center;
        color: #000F33 !important;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
        margin: 0;
        line-height: 30px;
        display: block;
        text-decoration: none;
    }

    #sp_nav .spNav .other .title {
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    #sp_nav .spNav .other .title:after {
        content: "OTHER CONTENT";
        display: block;
        font-size: 10px;
    }

    #sp_nav .spNav .other ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
    }

    #sp_nav .spNav .other ul li {
        width: 32%;
        padding: 0px;
        border: 0px;
        box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.24);
        margin: 0 0 2%;

    }

    #sp_nav .spNav .other ul li a {
        border-radius: 5px;
        border: 1px solid #ddd;
        background-color: #fff;
        text-align: center;
        color: #000F33 !important;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
        padding: 0 !important;
        margin: 0;
        line-height: 30px;
        display: block;
        text-decoration: none;
    }

    #sp_nav .spNav .other {
        margin-bottom: 20px !important;
    }

    #sp_nav .spNav .return p {
        width: 40px;
        margin: auto;
    }

    #sp_nav .spNav .return p a {
        display: block;
        background-size: 100% !important;
        padding: 0 !important;
        border: none;
        margin: 0;
    }

    .searchListMainArea,
    .sidemenuArea {
        width: 100%;
        float: none;
    }

    div.buildingListBuildingNameArea input.float-Right {
        display: none;
    }

    #buildinglist_cell {
        width: 100%;
    }

    .checkboxCheckAll {
        padding: 0px;
        font-size: 11px;
    }


    div.table.search_main_midashi {
        table-layout: auto;
        display: block;
        padding: 0% 4%;
    }

    .tableCell.railwayLineSearchRailwayLineName,
    .tableCell.areaSearchAreaName,
    .tableCell.railwayAreaSearchRailwayAreaName {
        display: inline-block;
        font-size: 14px;
        padding: 10px 0px 2px;
        color: #333;
    }

    #checkAllLine_1.tableCell.checkboxCheckAll,
    #checkAllArea_1.tableCell.checkboxCheckAll,
    #checkAllArea_1.tableCell.checkboxCheckAll {
        padding-left: 0px;
        color: #333;
        font-size: 11px;
        display: inline-block;
        margin-left: 10px;
    }

    #checkAllLine_1.tableCell.checkboxCheckAll,
    #checkAllArea_1.tableCell.checkboxCheckAll,
    #checkAllArea_1.tableCell.checkboxCheckAll input {
        vertical-align: -8%;
    }

    div#area_1.table-L,
    div#area_2.table-L,
    div#area_3.table-L,
    div#area_4.table-L,
    div#area_5.table-L,
    div#area_6.table-L {
        table-layout: auto;
    }

    .railwayLineListTableCell,
    .areaListTableCell,
    .railwayAreaListTableCell {
        float: none;
        width: 98%;
        display: block;
        /*padding: 2% 1%;*/
        height: auto;
        margin: 1%;
        min-height: 38px;
        display: flex;
    }

    span.font-RailwayLineLinkText,
    .font-AreaLinkText,
    .font-RailwayAreaLinkText {
        font-size: 12px;
        color: #000;
    }

    .descTextAria {
        width: 100%;
    }

    .customerInfoTableTitleCell {
        width: 100%;
        display: block;
        background: #2f2f2f;
        color: #fff;
        padding: 10px;
    }

    .detailsTableDataCell {
        width: 100%;
        display: block;
    }

    .roomsForInquiryTableSeqTitleCell,
    .roomsForInquiryTableRoomNameTitleCell,
    .roomsForInquiryTableTitleCell,
    .roomsForInquiryTableTitleCell,
    .roomsForInquiryTableContactDivsTitleCell {
        display: none;
    }

    ul.article_list li {
        /* float: none; */
        /* width: 100%; */
        padding: 16px 40px 16px 4px;
        align-items: flex-start;
    }

    ul.article_list li span.thumb {
        width: 20%;
        height: 14vw;
    }

    ul.article_list li .date_title_box {
        width: 77%;
    }

    .mainArea {
        padding: 20px 2%;
    }

    ul.article_list li span.title {
        font-size: 14px;
        border-width: 3px;
        padding-left: 6px;
        margin-bottom: 8px;
    }

    ul.article_list li span.text {
        font-size: 12px;
    }

    ul.article_list li::before {
        width: 6px;
        height: 6px;
        border-width: 2px;
        right: 15px;
    }

    .ariticle_text_box {
        padding: 24px 16px;
        margin-top: 22px;
    }

    .article_cont .common_page_h2_box {
        position: static;
    }

    .ariticle_text_box p {
        font-size: 14px;
    }

    .ariticle_text_box img {
        width: 100% !important;
        max-width: 100%;
    }

    .mikoukai a {
        width: 90%;
    }

    .searchButtonArea {
        width: 100%;
    }

    .searchButtonArea .search_more_btn {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .searchButtonArea input.search_btn {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    article .article_cont {
        width: 100%;
        margin-bottom: 30px;
    }

    article .side_blog {
        width: 100%;
    }

    article .side_blog li a .text {
        font-size: 12px;
    }

    article .side_blog li a .img {
        height: 18vw;
    }

    article .side_blog h3 {
        font-size: 14px;
    }

    ul.article_list li span.text {
        font-size: 14px;
    }

    article .side_blog .link a {
        font-size: 14px;
    }

    .table li.thead_archive {
        min-width: auto;
    }

    .railwayLineListTableCell>input {
        top: 2vw;
        left: 4vw;
    }

/* ここからお問い合わせ */

    #page_askfor .inner {
        padding: 20px 4%;
    }

    #page_askfor .inner table , #page_askfor .inner tbody , #page_askfor .inner tr {
        width: 100%;
        display: block;
    }

    #page_askfor .inner table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #4e4e4e;
        color: #fff;
    }

    #page_askfor .inner table td {
        width: 100%;
        display: block;
        font-size: 14px;
    }

    #page_askfor .inner table td input[type="text"],
    #page_askfor .inner table td input[type="email"],
    #page_askfor .inner table td input[type="tel"] {
        width: 100%;
    }

    #page_askfor .inner table td input.inputTimeTextbox {
        width: 40%;
    }

    #page_askfor .confirmButtonArea input {
        width: 80%;
        margin: auto;
    }

    #page_askfor .descTextAria {
        width: 100%;
    }

    #page_askfor .inner table.butken th:nth-child(5) {
        width: 100%;
    }

    #page_askfor h3.subtitle {
        width: 100%;
        font-size: 3.6vw;
    }

    #page_askfor .inner table.vReserveTable td {
        width: 100%;
    }

    #page_askfor .inner table td .sp {
        display: inline-block !important;
    }

    #page_askfor .inner table.butken td.name {
        border-top: 3px solid var(--main-color);
    }

    #page_askfor .inner table.butken td .sp {
display: inline-block !important;
        background: #000F33;
        padding: 2px 10px;
        font-size: 10px;
        margin-right: 10px;
        color: #fff;
    }


    #page_askfor .inner table.butken td:nth-child(5) > div {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    table.vReserveTable td .calenderCell .entryDate span {
        padding: 1vw 2vw;
        margin: 5px 0;
    }

    #page_askfor .inner table td input.inputDateTextbox {
        width: 80%;
    }
    
.sec06_Heya h2 {
    font-size: 3.7vw;
}

.sec06_Heya li .text .name {
    font-size: 3.6vw;
    margin-bottom: 2.5vw;
}

.sec06_Heya li .text .yatin {
    font-size: 3.8vw;
}

.sec06_Heya li .text .yatin span, .sec06_Heya li .text .madori span {
    font-size: 2.9vw;
}

.sec06_Heya li .text .access {
    font-size: 3.4vw;
}

.page_main.bukken_contact .common_page_wrap {
    padding: unset;
}


}

/**追加CSS SP END**/