@charset "utf-8";

/* 物件棟ページ */

.common_page_wrap.butkenHeya {
    padding: 0 0 100px;
}

main#kokyu_outline {
    display: block;
}

.butken_overview {
    background-position: center;
    position: relative;
    padding: 40px 0px 22px;
}

.butken_overview:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.butken_overview .main_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.butken_overview .main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.butken_overview .wrap {
    position: relative;
    margin-bottom: 25px;
    max-width: 1100px;
    z-index: 3;
}

.butken_overview .main_info {
    width: 760px;
    border: 3px solid var(--main-color);
}

.butken_overview .main_info .title {
    background-color: var(--main-color);
    padding: 15px;
    justify-content: space-between;
}

.butken_overview .main_info .title .zero a {
    color: #000;
    text-decoration: none;
}

.butken_overview .main_info .title h1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 30px;
}

.butken_overview .main_info .title p {
    background-color: #ffee2a;
    float: right;
    border-radius: 50px;
    padding: 5px 30px;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
}

.butken_overview .main_info .title p span {
    font-size: 15px;
    margin: 0px 4px;
    color: #e30000;
}

.butken_overview .main_info .inner {
    padding: 20px;
    background: #fff;
}

.butken_overview .main_info .mianPic_area {
    width: 260px;
}

.butken_overview .main_info .mianPic_area .main_slider {
    height: 250px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

.butken_overview .main_info .mianPic_area .main_slider li {
    position: relative;
    height: 250px;
}

.butken_overview .main_info .mianPic_area .thumbnail ul li {
    height: 80px;
    padding: 3px;
}

.butken_overview .main_info .mianPic_area .thumbnail ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.butken_overview .main_info .mianPic_area .slick-prev,
.butken_overview .main_info .mianPic_area .slick-next {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.butken_overview .main_info .mianPic_area .slick-prev {
    left: 5px;
}

.butken_overview .main_info .mianPic_area .slick-next {
    right: 5px;
}

.butken_overview .main_info .mianPic_area .slick-prev:after,
.butken_overview .main_info .mianPic_area .slick-next:after {
    content: "";
    width: 8px;
    aspect-ratio: 1;
    min-width: 0;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    text-indent: 0;
    top: 50%;
    left: 50%;
    translate: -70% -50%;
}

.butken_overview .main_info .mianPic_area .slick-prev:after {
    rotate: -135deg;
    translate: -30% -50%;
}

.butken_overview .main_info .mianPic_area .slick-prev:before,
.butken_overview .main_info .mianPic_area .slick-next:before {
    display: none;
}

.butken_overview .main_info .mianPic_area .main_slider li img {
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.butken_overview .main_info .mianPic_area p {
    position: relative;
    height: 100%;
    width: 100%;
}

.butken_overview .main_info .mianPic_area p img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
}

.butken_overview .main_info .mainInfo_area {
    width: 430px;
}

.butken_overview .main_info .mainInfo_area h2 {
    border-left: 4px solid #0b101b;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 16px;
}

.mainInfo_area table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}

.mainInfo_area table th {
    font-weight: normal;
    background: #ededed;
    border-top: 1px solid #ddd;
    font-size: 12px;
    font-weight: normal;
    width: 100px;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.mainInfo_area table td {
    font-size: 12px;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.mainInfo_area .txt {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}

.mainInfo_area .txt2 {
    text-align: right;
    color: #ababab;
    font-size: 11px;
}

.butken_overview .contact_area {
    width: 310px;
    position: relative;
}

.butken_overview .contact_area .kushitu {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.butken_overview .contact_area .kushitu .inner {
    padding: 20px;
    border: 2px solid;
}

.butken_overview .contact_area .kushitu .inner form {
    position: relative;
}

.butken_overview .contact_area .kushitu .inner form input {
    border-radius: 3px;
    background-color: #ff7c17;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 75px 0px 15px;
    background-image: url(/penguin/resources/image/_common/buken_mail_icon.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 38px;
    transition: 0.2s;
    width: 100%;
    border: 0px;
    cursor: pointer;
}

.butken_overview .contact_area .kushitu .inner form input:hover {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.38);
    background-color: #be5e0f;
}

.butken_overview .contact_area .kushitu .inner form span {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.butken_overview .contact_area .kushitu h2 {
    background-color: #0b101b;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
}

.butken_overview .contact_area .kushitu h2:before {
    content: "Contact";
    position: absolute;
    left: 1px;
    transform: rotate(-20deg);
    font-family: "Lobster", cursive;
    opacity: 0.2;
    font-size: 24px;
    top: -9px;
}

.butken_overview .contact_area .kushitu .txt {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #333;
    padding-top: 0;
}

.butken_overview .contact_area .kushitu .tel {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    background-image: url(/penguin/resources/image/_common/build_tel_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px;
    padding-left: 45px;
    line-height: 36px;
}

.butken_overview .contact_area .kushitu .btn {
}

.butken_overview .contact_area .kushitu .btn a {
    border-radius: 3px;
    background-color: #b4292c;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 75px 0px 15px;
    font-size: 13px;
    background-image: url(/penguin/resources/image/_common/buken_mail_icon.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 38px;
    transition: 0.2s;
}

.butken_overview .contact_area .kushitu .btn a:hover {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.38);
    background-color: #be5e0f;
}

.butken_overview .contact_area .kushitu .time {
    background-color: #0b101b;
    text-align: center;
    color: #fff;
    padding: 12px 2px;
    font-size: 10px;
}

.butken_overview .contact_area .orner {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 4px solid #0b101b;
    width: 100%;
}

.contact_area .orner h3 {
    text-align: center;
    margin: 0;
    padding: 10px 0px 22px;
    background-image: url(/penguin/resources/image/_common/owner_ttl_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    color: #fff;
    margin-bottom: 15px;
    font-size: 13px;
}

.contact_area .orner .txt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.contact_area .orner .txt span {
    font-size: 15px;
}

.contact_area .orner .btn {
    width: 220px;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.contact_area .orner .btn li {
    width: 49%;
    text-align: center;
}

.contact_area .orner .btn li a {
    border-radius: 3px;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    background-image: url(/penguin/resources/image/_common/arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 8px;
    transition: 0.2s;
}

.contact_area .orner .btn li:nth-child(1) a {
    background-color: #b4292c;
}

.contact_area .orner .btn li:nth-child(1) a:hover {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.38);
    opacity: 0.7;
}

.contact_area .orner .btn li:nth-child(2) a {
    background-color: #b6a74c;
}

.contact_area .orner .btn li:nth-child(2) a:hover {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.38);
    opacity: 0.7;
}

.butken_overview .pageLink {
    width: 1100px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
    z-index: 3;
}

.butken_overview .pageLink ul {
}

.butken_overview .pageLink li {
    display: inline-block;
    margin-right: 30px;
    background-size: 10px;
}

.butken_overview .pageLink li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    padding-left: 20px;
    position: relative;
}

.butken_overview .pageLink li a:before {
    content: "";
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}

.butken_overview .pageLink li a:hover {
    opacity: 0.7;
}

.butken_room_list {
    background-color: #eee6d9;
    padding: 50px 0px 40px;
}

.butken_room_list .attention p {
    font-size: 12px;
}

.common_butken_title {
    background-color: var(--main-color);
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 20px;
}

.butken_room_list .inner {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.butken_room_list .no_heya {
    text-align: center;
}

.butken_room_list .no_heya p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
}

.butken_room_list .no_heya a {
    border-radius: 3px;
    background-color: #b4292c;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 0px 16px 26px;
    font-size: 13px;
    background-image: url(/penguin/resources/image/_common/buken_mail_icon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 26px;
    transition: 0.2s;
    width: 200px;
    margin: auto;
}

.butken_room_list .inner table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.butken_room_list .inner table th,
.butken_room_list .inner table td {
    border-bottom: 1px solid #ddd;
    padding: 8px 5px;
    vertical-align: middle;
}

.butken_room_list .inner table th {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
}

.butken_room_list .inner table td {
    font-size: 12px;
}

.butken_room_list .inner table td:nth-child(5) {
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}

.butken_room_list .inner table td.link,
.butken_room_list .inner table td.favo {
    width: 160px;
}

.butken_room_list .inner table td.link a {
    background-color: #333;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 2px;
    border-radius: 3px;
    width: 140px;
    background-image: url(/penguin/resources/image/_common/arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 8px;
    transition: 0.2s;
}

.butken_room_list .inner table td.favo input {
    background-color: #be0303;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 2px;
    border-radius: 3px;
    width: 140px;
    border: 0px;
    cursor: pointer;
}

.butken_room_list .inner table td.favo input.onput {
    background-color: #840000;
}

.butken_room_list .inner table td a:hover {
    opacity: 0.5;
}

.butken_room_list .inner table td.reserve input {
    background-color: #ff7c17;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 2px;
    border-radius: 3px;
    width: 140px;
    border: 0px;
    cursor: pointer;
}

.butken_gallery {
    padding: 50px 0px 40px;
}

.butken_gallery .wrap .leftInfo .gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.butken_gallery .wrap .leftInfo .gallery li {
    width: 144px;
    height: 110px;
    text-align: center;
    margin: 4px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.butken_gallery .wrap .leftInfo .gallery li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.butken_gallery .wrap .leftInfo .gallery li span.butken_num {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(/penguin/resources/image/_common/btn_wide_icon.png) no-repeat rgba(0, 0, 0, 0.89) 10% center;
    background-size: 20%;
    color: #fff;
    font-size: 8px;
    padding: 4px 10px 4px 25px;
    line-height: 12px;
    border-radius: 12px;
}

.butken_gallery .wrap .rightNearButken {
    width: 280px;
    background-color: #f4f4f4;
    padding: 20px 10px 10px;
}

.butken_gallery .wrap .rightNearButken h2 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a5a5a5;
}

.butken_gallery .wrap .rightNearButken li {
    margin-bottom: 10px;
    position: relative;
}

.butken_gallery .wrap .rightNearButken li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.butken_gallery .wrap .rightNearButken li .title {
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

.butken_gallery .wrap .rightNearButken li .inner {
    align-items: center;
    background: #fff;
    padding: 5px;
}

.butken_gallery .wrap .rightNearButken li .inner .pic {
    width: 30%;
    height: 60px;
    overflow: hidden;
}

.butken_gallery .wrap .rightNearButken li .inner .txt {
    width: 65%;
    position: relative;
    padding-right: 15px;
}

.butken_gallery .wrap .rightNearButken li .inner .txt:after {
    content: "";
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.butken_gallery .wrap .rightNearButken li .inner .txt p {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 12px;
}

.butken_gallery .wrap .leftInfo #map_canvas {
    margin-bottom: 30px;
    height: 400px;
}

.contact_area.under_cn {
    border: 4px solid var(--main-color);
}

.contact_area.under_cn .title_text {
    font-size: 18px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 0.6em;
    font-weight: 700;
}

.contact_area.under_cn .text_wrap {
    padding: 1.5em;
}

.contact_area.under_cn .title {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b3b3b3;
}

.contact_area.under_cn .inner {
    align-items: center;
}

.contact_area.under_cn .inner dl {
    margin-bottom: 0;
}

.contact_area.under_cn .tel {
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
    gap: 0.3em;
    color: var(--main-color);
}

.contact_area.under_cn .tel::before {
    content: "";
    mask-image: url(/penguin/resources/image/luck/_common/build_tel_icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background: var(--main-color);
    width: 30px;
    aspect-ratio: 1;
    min-width: 0;
    flex-shrink: 0;
    display: block;
}

.contact_area.under_cn .company {
    width: 220px;
}

.contact_area.under_cn .company dt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact_area.under_cn .company dd {
    font-size: 11px;
}

.contact_area.under_cn .btn {
    width: 200px;
}

.contact_area.under_cn.under_cn .btn a {
    border-radius: 3px;
    background-color: #b4292c;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 0px 16px 26px;
    font-size: 13px;
    background-image: url(/penguin/resources/image/_common/buken_mail_icon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 26px;
    transition: 0.2s;
}

.contact_area.under_cn .btn a:hover {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.38);
    background-color: #be5e0f;
}

.contact_area.under_cn .btn form {
    position: relative;
}

.contact_area.under_cn .btn form input {
    border-radius: 3px;
    background-color: #ff7c17;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    background-image: url(/penguin/resources/image/_common/buken_mail_icon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 26px;
    transition: 0.2s;
    width: 100%;
    border: 0px;
    cursor: pointer;
    line-height: 50px;
}

.contact_area.under_cn .btn input:hover {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.38);
    background-color: #be5e0f;
}

.contact_area.under_cn .btn form span {
    position: absolute;
    top: calc(50% - 11px);
    left: 42px;
    width: 70%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    pointer-events: none;
}

.sp {
    display: none;
}

.butken_recently {
    padding: 20px 0 30px;
}

.butken_recently h3.subtitle {
    margin-top: 0;
    background-color: var(--main-color);
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 15px;
}

.butken_recently .checkList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.butken_recently .checkList .inBox {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.butken_recently .checkList .inBox a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.butken_recently .checkList .inBox .image {
    width: 30%;
    background: #f1f1f1;
    position: relative;
}

.butken_recently .checkList .inBox .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.butken_recently .checkList .inBox .content {
    width: 69%;
    position: relative;
    padding-right: 20px;
}

.butken_recently .checkList .inBox .content:after {
    content: "";
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 2.5px);
}

.butken_recently .checkList .inBox .content .name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.butken_recently .checkList .inBox .content .info {
    margin-bottom: 0;
}

.butken_recently .checkList .inBox .content .info span {
    display: block;
    font-size: 12px;
}

.panorama .inner {
    background: #383838;
}

.panorama .panoramaViewerContainer {
    width: 100%;
    padding: 0;
}

.panorama .panoramaViewerContainer .panocell {
    width: 450px;
    height: 300px;
    margin: auto;
}

.panorama .inner {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    padding: 10px 0;
}

.panorama .inner .bx-controls .bx-pager-pano {
    display: none;
}

.panorama .inner > .bx-pager-pano {
    display: flex;
    justify-content: center;
}

.panorama .inner > .bx-pager-pano a {
    display: block;
    width: 100px;
    margin: 0 5px;
}

.panorama .inner .bx-wrapper .bx-prev {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    display: block;
    color: rgba(0, 0, 0, 0);
    height: 40px !important;
    width: 40px !important;
    background-image: url(/penguin/resources/image/_common/slide_prev.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    text-decoration: none;
    background-position: center;
}

.panorama .inner .bx-wrapper .bx-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    color: rgba(0, 0, 0, 0);
    height: 40px;
    width: 40px;
    background-image: url(/penguin/resources/image/_common/slide_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    text-decoration: none;
    background-position: center;
}

div.panoramaViewerContainer {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}

h3.panorama_title {
    width: 1200px;
    margin: 0 auto;
    border-left: 3px solid #555;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 20px;
    margin-top: 30px;
    font-family: "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", "sans-serif";
}

h3.panorama_title span {
    font-size: 12px;
    margin-left: 10px;
}

.panorama .inner .bx-wrapper {
    margin-bottom: 15px;
    background: none;
}

/* FAQ */
#ft_faq {
    padding: 30px 0;
}

#ft_faq dt {
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#ft_faq dd {
    margin-bottom: 10px;
}

#ft_faq dt,
#ft_faq dd {
    padding-left: 50px;
    position: relative;
}

#ft_faq dt:before {
    content: "Q";
    color: var(--main-color);
}

#ft_faq dd:before {
    content: "A";
    color: #be0303;
}

#ft_faq dt:before,
#ft_faq dd:before {
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    line-height: 1;
    font-weight: 600;
}

.yatinsouba {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 15px;
}

.yatinsouba h4 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.yatinsouba .inner {
    padding: 15px;
}

.tab-group {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tab.is-active {
    background: #0067b7;
    color: #fff;
    transition: all 0.2s ease-out;
}

.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    border: solid 0.5px #ccc;
    text-align: center;
    cursor: pointer;
    width: 25%;
}

.panel-group {
    border-top: none;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

.yatinsouba h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}

.yatinsouba table {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 14px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.yatinsouba table th {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
    padding: 15px;
}

.yatinsouba table th span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.yatinsouba table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
}

.yatinsouba table td .orange {
    color: #ff9824;
    font-weight: bold;
}

.yatinsouba .attention {
    font-size: 12px;
    text-align: right;
    color: #888;
}

.yatinsouba table th a {
    color: #0166b7;
}

.bukken_explanation {
    margin-bottom: 30px;
}

.bukken_explanation .text {
    font-size: 14px;
    line-height: 2;
}

.butkenHeya .nearbutken,
.butkenHeya .checkbutken,
.butkenHeya .stationbutken {
    padding: 30px 0;
}

.butkenHeya .butken_information {
    color: #1a1a1a;
    margin-top: 3px;
}

.butkenHeya .information_link {
    padding: 10px;
    box-shadow: 2px 2px 7px #ccc;
}

.butkenHeya .common_arrival_list .information_link .img {
    margin-bottom: 5px;
}

.butkenHeya .information_contents {
    display: flex;
    gap: 10px;
    align-items: center;
}

.butkenHeya .butken_information .information_contents:not(:last-of-type) {
    margin-bottom: 3px;
}

.butkenHeya .common_arrival_list li a .text_box .title {
    margin-bottom: 0;
}

.butkenHeya .information_link .access {
    margin-bottom: 3px;
}

.butkenHeya .information_title {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 10vw;
    font-size: 11px;
    font-weight: bold;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.butkenHeya .information_text {
    font-size: 14px;
}

.butkenHeya .information_link .img {
    height: 200px;
    margin-bottom: 6px;
}

.butkenHeya .common_arrival_list .information_link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.butkenHeya .common_arrival_list li a .text_box .title {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
    margin: 0 0 6px;
    border-bottom: 1px dotted #787878;
}

.butkenHeya .common_arrival_list li a .text_box .access {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 2;
}

.butkenHeya .information_text.red {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

@media (max-width: 750px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .wrap {
        width: 94%;
    }

    .common_page_wrap.butkenHeya {
        padding: 0 0 20vw;
    }

    .butken_overview {
        padding: 0px 0px 12px;
        background-size: cover;
    }

    .butken_overview .wrap {
        margin-bottom: 15px;
        max-width: 96%;
    }

    .butken_overview .main_info {
        width: 100%;
    }

    .butken_overview .main_info .title {
        padding: 10px;
        display: block;
    }

    .butken_overview .main_info .title p {
        width: 125px;
        padding: 5px;
        float: none;
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 5px;
        padding: 5px 15px;
        text-align: center;
    }

    .butken_overview .main_info .title p span {
        font-size: 12px;
    }

    .butken_overview .main_info .title h1 {
        font-size: 16px;
    }

    .butken_overview .main_info .inner {
        padding: 10px 0px;
    }

    .butken_overview .main_info .inner .mianPic_area {
        width: 98%;
        margin: auto;
    }

    .butken_overview .main_info .mianPic_area .thumbnail ul li {
        height: 25vw;
    }

    .butken_overview .pageLink {
        width: 94%;
        padding: 15px 0;
    }

    .butken_room_list {
        padding: 15px 0px;
    }

    .common_butken_title {
        font-size: 15px;
        padding: 10px;
        line-height: 20px;
    }

    .butken_gallery {
        padding: 15px 0px;
    }

    .butken_gallery .wrap {
        display: block;
        max-width: 96%;
    }

    .butken_gallery .wrap .leftInfo {
        width: 100%;
        margin-bottom: 30px;
    }

    .butken_gallery .wrap .leftInfo .gallery {
        overflow-x: scroll;
        display: block;
        margin-bottom: 30px;
    }

    .butken_gallery .wrap .leftInfo .gallery ul {
        display: block;
        white-space: nowrap;
    }

    .butken_gallery .wrap .leftInfo .gallery li {
        margin: 0.1%;
        height: 160px;
        width: auto;
        position: relative;
        display: inline-block;
        white-space: initial;
    }

    .butken_gallery .wrap .leftInfo .gallery li img {
        position: static;
        height: 160px;
        width: auto;
        max-height: 160px;
    }

    .contact_area.under_cn {
        margin-bottom: 15px;
    }

    .contact_area.under_cn .title_text {
        font-size: 15px;
    }

    .contact_area.under_cn .inner {
        display: block;
    }

    .contact_area.under_cn .title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .contact_area.under_cn .tel {
        margin: auto;
        margin-bottom: 10px;
        justify-content: center;
    }

    .contact_area.under_cn .tel a {
        color: initial;
    }

    .contact_area.under_cn .company {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }

    .contact_area.under_cn .company dt {
        text-align: center;
    }

    .contact_area.under_cn .company dd {
        text-align: center;
    }

    .contact_area.under_cn .btn {
        width: 100%;
    }

    .mainInfo_area table th {
        width: 60px;
        padding: 10px 5px;
    }

    .mainInfo_area .txt2 {
        margin-bottom: 30px;
    }

    .contact_area.under_cn.sp {
        padding: 0px;
        border: 0px;
        background-color: #eee6d9;
        padding-bottom: 15px;
    }

    .contact_area.under_cn.sp .btn {
        width: 92%;
        margin-bottom: 0px;
    }

    .butken_gallery .wrap .rightNearButken {
        width: 100%;
    }

    .butken_room_list .inner {
        padding: 10px 2%;
    }

    .butken_room_list .inner table,
    .butken_room_list .inner tbody,
    .butken_room_list .inner table tr,
    .butken_room_list .inner table th,
    .butken_room_list .inner table td {
        display: block;
    }

    .butken_room_list .inner table tr {
        position: relative;
        overflow: hidden;
        border-bottom: 1px dotted #9d9d9d;
        padding: 8px 0px;
    }

    .butken_room_list .inner table tr a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(/penguin/resources/image/_common/enter_sing2.png);
        background-repeat: no-repeat;
        background-position: 98% center;
        background-size: 5px;
    }

    .butken_room_list .inner table td.madori_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
        padding: 0;
        border: 0px;
        height: 100%;
    }

    .butken_room_list .inner table td.madori_img p {
        position: relative;
    }

    .butken_room_list .inner table td.madori_img p img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .butken_room_list .inner table td {
        width: 73%;
        float: right;
        border: 0px;
        padding: 0px;
    }

    .butken_room_list .inner table td dl {
        text-align: left;
    }

    .butken_room_list .inner table td dd {
        margin-bottom: 2px;
        display: inline-block;
    }

    .butken_room_list .inner table td dd.shiki,
    .butken_room_list .inner table td dd.reserve {
        width: 100%;
    }

    .butken_room_list .inner table td dd.price {
        width: 100%;
    }

    .butken_room_list .inner table td dd.price span {
        font-size: 14px;
        color: #ff0000;
        font-weight: bold;
        margin-right: 5px;
        background: none;
    }

    .butken_room_list .inner table td dd span {
        background: #b6a74c;
        font-size: 10px;
        padding: 3px 4px;
        margin-right: 10px;
        color: #fff;
        font-weight: bold;
        line-height: 20px;
    }

    .butken_room_list .inner table td .reserve {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .butken_room_list .inner table td .reserve input {
        background-color: #ff7c17;
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 8px 2px;
        border-radius: 3px;
        width: 100%;
        border: 0px;
        cursor: pointer;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }

    .butken_recently .checkList .inBox {
        width: 100%;
    }

    .butken_recently .checkList .inBox + div {
        margin-top: 15px;
    }

    .butken_recently .wrap {
        max-width: 96%;
    }

    .panorama {
        padding-top: 20px;
    }

    h3.panorama_title {
        width: 100%;
        font-size: 16px;
    }

    div.panoramaViewerContainer {
        height: 350px;
    }

    /* FAQ */

    #ft_faq .wrap {
        display: block;
        width: 90%;
    }

    #ft_faq dt {
        font-size: 13px;
    }

    #ft_faq dd {
        font-size: 12px;
    }

    #ft_faq dt,
    #ft_faq dd {
        padding-left: 30px;
    }

    #ft_faq dt:before,
    #ft_faq dd:before {
        font-size: 16px;
        left: 8px;
        top: calc(50% - 8px);
    }

    .tab {
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.3;
    }

    .yatinsouba table th,
    .yatinsouba table td {
        font-size: 12px;
        padding: 5px 10px;
    }

    .yatinsouba table th,
    .yatinsouba table td {
        font-size: 12px;
        padding: 5px 10px;
    }

    .yatinsouba table th {
        width: 20%;
    }

    .butken_recently .checkList {
        display: block;
    }

    .butken_recently .checkList .inBox .content {
        padding-left: 3vw;
        padding-right: 15px;
    }

    .butken_recently .checkList .inBox .content:after {
        width: 5px;
        height: 5px;
        right: 5px;
    }

    .contact_area.under_cn .btn form input {
        background-position: 14vw center;
        background-size: 7vw;
        line-height: 14vw;
    }

    .contact_area.under_cn .btn form span {
        top: calc(50% - 3vw);
        left: 0;
        width: 100%;
        text-align: left;
        font-size: 4vw;
        padding-left: 25vw;
    }

    .butken_gallery .wrap .rightNearButken li .inner .txt:after {
        bottom: calc(50% - 2.5px);
    }

    .butken_gallery .wrap .rightNearButken li .inner .pic {
        height: 22vw;
    }

    .bukken_explanation .text {
        font-size: 13px;
    }

    .butken_contact_sec {
        padding-top: 30px;
    }

    .butkenHeya .information_link {
        padding: 4vw;
    }

    .butkenHeya .information_contents {
        display: grid;
        grid-template-columns: 15vw 1fr;
        gap: 3vw;
    }

    .butkenHeya .common_arrival_list .information_link .img {
        margin-bottom: 1vw;
    }

    .butkenHeya .information_link .access {
        margin-bottom: 2vw;
    }

    .butkenHeya .butken_information .information_contents:not(:last-of-type) {
        margin-bottom: 0.5vw;
    }

    .butkenHeya .information_title {
        font-size: 2.5vw;
        width: 15vw;
        padding: 0.5vw;
    }

    .butkenHeya .information_text {
        font-size: 3.5vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .butkenHeya .common_arrival_list li a .text_box .title {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .butkenHeya .information_link {
        display: grid;
        padding: 3vw;
        grid-template-columns: 30% 1fr;
        gap: 3vw;
        align-items: center;
    }

    .butkenHeya .common_arrival_list .information_link .img {
        height: 120px;
        margin-bottom: 0;
    }

    .butkenHeya .common_arrival_list li a .text_box .access {
        margin-bottom: 1vw;
        line-height: 1;
    }

    .butkenHeya .common_arrival_list li a .text_box .sp.access {
        display: block;
    }

    .butkenHeya .information_text.red {
        font-size: 4.5vw;
    }

    .butkenHeya .butken_information {
        margin: 0;
    }
}
