/*===== ▼ 画面の横幅が 1110px まで =====*/
@media screen and (max-width: 1110px) {
#topSlideContent .sp-horizontal .sp-arrows {
    top: inherit;
    bottom: 30%;
    margin-top: -0px;
}
/* ▲ 1110px */
}

/*===== ▼ 画面の横幅が 1023px まで =====*/
@media screen and (max-width: 1023px) {
/* ▲ 1023px */
}

/*===== ▼ 画面の横幅が 991px まで =====*/
@media screen and (max-width: 991px) {
#sidebar > *:nth-of-type(1) {
    border-top: 2px solid #3872AD;
}
body #staffVoice .ttl {
    margin-top: -2rem;
}
body .staffVoice-chara {
    margin-right: -1rem;
}
#bukken-movie {
    margin-top: -1rem;
}
.item .box-shopInfo .item-tel {
    margin-bottom: 0.75rem;
}
form.form-contactForm > dl {
    border-bottom: 1px solid #ddd;
}
form.form-contactForm > dl:nth-last-of-type(1) {
    border-bottom: 0;
}
dl.list-bukken-detail dt,
dl.list-bukken-detail dd {
    border-bottom: 0;
    padding: 0.5rem;
}
form.form-contactForm > dl:nth-of-type(n + 2),
dl.list-bukken-detail > dt:nth-of-type(n + 2) {
    border-top: 1px dotted #bababa;
}
dl.list-bukken-detail dd {
    padding-bottom: 1rem;
}
.table-bukken-detail {
    font-size: 0.85rem;
}
/* ▲ 991px */
}

/*===== ▼Tablet 画面の横幅が 767px まで =====*/
@media screen and (max-width: 767px) {
body {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 58px;
}
header#header {
    height: 58px;
}
body > article {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ttl-lv1, h2 {
    font-size: 1.36rem;
}
.ttl-lv2, h3 {
    font-size: 1.16rem;
}
.ttl-lv3, h4 {
    font-size: 1.0rem;
}
.ttl-lv4, h5 {
    font-size: 0.9rem;
}
.ttl-lv5, h6 {
    font-size: 0.85rem;
}
.ttl-lv1, .ttl-lv2, h1.ttl, h2.ttl {
    margin-bottom: 1rem;
}
.container-sp-full > .ttl,
.container-sp-full > .ttl-lv1, 
.container-sp-full > .ttl-lv2, 
.container-sp-full > h1.ttl, 
.container-sp-full > h2.ttl {
    padding-left: 15px;
}
#page_top {
    bottom: 4%;
    bottom: 4vh;
}
.visible-xs {
    display: block !important;
}
.hidden-xs {
    display: none !important;
}
.container-sp-full {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
}
body .sp-buttons {
    bottom: -35px;
}
body .sp-button {
    width: 12px;
    height: 12px;
}
.block-bukkenList {
    margin-top: 0;
}
.block-bukkenList .item {
    margin-bottom: 0px;
    margin-top: -1px;
}
.block-bukkenList ul.row > li {
    margin-bottom: 0;
}
.block-bukkenList ul.row > li:nth-of-type(n + 2) {
    margin-top: -1px;
}
#topSearch {
    padding-top: 40px;
}
#topSearch button {
    font-size: 1.3rem;
    color: #555;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
    height: 54px;
    line-height: 1.1em;
    border-radius: 3px;
}
#topSearch button.collapsed {
    border: 2px solid #ddd;
}
#topSearch button.btn-icons:after {
    font-size: 1rem;
}
#topSearch button img {
    margin-top: -4px;
}
#topSearch button i::before {
    color: #bababa;
    font-size: 0.9em;
}
#topSearch div.card {
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
}
#topSearchTab > div:nth-of-type(1), #topSearchTab > div:nth-of-type(2) {
    margin-top: -2px;
}
#topSearchTab .row > div > div {
    background-repeat: no-repeat;
    background-position: center bottom 10px;
}
#topSearchTab .row > div:nth-of-type(1) > div, #topSearchTab .row > div:nth-of-type(2) > div {
    background-image: url(../images/ico-xmark-mid-gray.png);
    padding-bottom: 40px;
}
#topSearchTab .row > div:nth-of-type(3) > div {
    background-image: url(../images/arrow-mid-under-gray.png);
    padding-bottom: 40px;
}
#spSearchBtn {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 1020;
    padding: 0;
    margin: 0;
    display: none;
}
#spSearchBtn.collapsing, #spSearchBtn.show {
    display: block;
}
#spSearchBtn.collapsing {
    transition: height 0.45s ease-out;
}
#spSearchBtn > div {
    padding: 20px 16px 16px 16px;
}
.list-qa > dd .sp-full {
    margin-left: -2rem;
}
.sp-fullWidth-list ul {
    margin-bottom: 0;
}
.sp-fullWidth-list .link-box {
    height: auto;
}
.sp-fullWidth-list .item {
    position: relative;
    padding: 10px 0px;
    border: 0;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.sp-fullWidth-list .item .item-image {
    width: 100%;
    max-width: 35vw;
    min-width: inherit;
}
.sp-fullWidth-list .item .item-body {
    margin: 0;
    padding: 0;
}
.sp-fullWidth-list .item .item-title {
    font-size: 1.1rem;
    display: flex;
    width: 100%;
    margin: 0;
}
.sp-fullWidth-list li {
    background: url(../images/arrow-mid-ltblue-right.png) no-repeat right 4% center;
    background-size: 11px auto;
    margin: 0 !important;
}
.sp-fullWidth-list .item .item-title a {
    color: #555;
}
.sp-fullWidth-list .item .item-title {
    color: #555;
    padding: 0 24px 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.block-pickUp {
    padding: 2.5rem 0;
}
body #topTopics .ttl {
    color: inherit;
    padding-left: 1rem;
}
body #topInfo #topInfo-sp .box {
    position: relative;
    border: 0;
}
#topInfo-sp .box ul {
    border: #bababa 2px solid;
    padding: 20px;
    font-size: 1.15rem;
}
#topInfo-sp .box ul li {
    padding-bottom: 0.2em;
}
#topInfo-sp .box ul li:nth-last-of-type(1) {
    padding-bottom: 0em;
}
#topInfo-sp .popup-edge {
    z-index: 1;
    background: url(../images/topInfo-sp-popup-edge.png) no-repeat 0 0;
    width: 23px;
    height: 28px;
    position: absolute;
    top: -26px;
}
#topInfo-sp .tab-content > div:nth-of-type(1) .popup-edge {
    left: 7%;
}
#topInfo-sp .tab-content > div:nth-of-type(2) .popup-edge {
    left: 39%;
}
#topInfo-sp .tab-content > div:nth-of-type(3) .popup-edge {
    left: 72%;
}
#topInfo-sp ul.nav {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
}
#topInfo-sp ul.nav > li {
    padding-right: 5px;
    padding-left: 5px;
    position: static;
}
#shopInfo {
    padding-bottom: 16px;
}
#shopInfo .item {
    padding-top: 20px;
    padding-bottom: 20px;
}
#shopInfo .item .item-title {
    font-size: 1.2rem;
    padding-bottom: 0.75em;
}
#shopInfo .item .item-tel {
    padding: 0.2em 0;
}
#shopInfo .item .item-body {
    font-size: 0.8rem;
}
#shopInfo ul.row > li {
    margin-bottom: 0;
}
#shopInfo .box-shopInfo {
    border: 0;
    padding: 0 !important;
    margin-top: -1rem;
}
#shopInfo .item .item-body p {
    margin-bottom: 0.5rem;
}
.block-bukkenList > div > ul > li:nth-of-type(1) div {
    border-top-width: 2px;
}
.form-bukkenSearch label {
    min-width: 99%;
}
.item .item-badge {
    font-size: 0.8rem;
}
.block-bukkenList-full ul li .item .item-body {
    padding: 1rem;
}

.block-bukkenList-full ul li .item .item-title > .ttl,
.block-bukkenList-full ul li .item .item-title {
    font-size: 1.1rem;
}
.block-bukkenList-full ul li .item > .item-body > .item-image {
    width: 50%;
}
.block-bukkenList-full ul li .item > .item-body > .item-text {
    width: 50%;
}
.block-bukkenList-full .item-text table.table-bukken-list tr {
    border-bottom: 0;
}
.block-bukkenList-full .item-text table.table-bukken-list th {
    display: none;
}
.block-bukkenList-full .table-bukken-detail,
.block-bukkenList-full .item-text {
    font-size: 0.8rem;
}
/*
.block-bukkenList-full dl.table-bukken-detail > dt,
.block-bukkenList-full .table-bukken-detail th,
*/
.page-chintailist .block-bukkenList-full .table-bukken-detail > dl > dt,
.page-baibailist .block-bukkenList-full .table-bukken-detail > dl > dt {
    width: auto;
    min-width: 5em;
    max-width: none;
}
.block-bukkenList-full .item-text table.table-bukken-list td {
    padding: 0.3em 0 0 0;
}
.block-bukkenList-full .item-footer table th {
    padding: 0rem 0.25rem;
}

.block-bukkenList-full .item-footer table th {
    background-color: #F5F5F5;
}
.block-bukkenList-full .item-footer label span {
    padding: 0;
}
.block-bukkenList-full .item-footer .item-badges {
    margin-top: 0.625rem;
}
.block-bukkenList-full .item-body .item-text .item-badges {
    margin-bottom: 0.5rem;
}
.block-bukkenList-full ul li .item .item-comment {
    font-size: 0.8rem;
}
.block-bukkenList-full .item-footer table th:nth-of-type(1) {
    max-width: 1.35rem;
}
#areaPostList .block-bukkenList .item {
    border: 0;
}
#areaFeature {
    padding-bottom: 0;
}
#areaSpot section .box {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.page-detail article#bukkenPR {
    padding-bottom: 0;
}
/* areaDetail tabArrow */
#areaDetail .block-tabList-nav li:nth-of-type(1) .active:after {
    border-bottom-color: #009D5E;
}
#areaDetail .block-tabList-nav li:nth-of-type(2) .active:after {
    border-bottom-color: #3872AD;
}
body .staffVoice-chara {
    margin-top: -4rem;
    margin-bottom: 0;
    position: relative;
    bottom: inherit;
    right: inherit;
}
body .staffVoice-comment:after {
    top: calc(50% - 15px);
}
.search-paging .page-item .page-link {
    font-size: 0.85rem;
}

#shopStaffSlide .carousel-inner {
    margin: 0;
    width: auto;
}
#infoStaff li,
#infoArea li {
    margin-bottom: 1rem;
}
#infoStaff .item,
#infoArea .item {
    border: 1px #009D5E solid;
}
#infoStaff .item .item-body,
#infoArea .item .item-body {
    background: url(../images/arrow-mid-green-right.png) no-repeat right 4% center;
    background-size: 11px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
#infoStaff .item .item-title {
    font-size: 1.35rem;
    padding: 0.25em 0;
}
#infoArea .item .item-title {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #009D5E;
    font-size: 1.15rem;
}
#infoStaff .item .item-image,
#infoArea .item .item-image {
    margin-bottom: 0;
}
#infoStaff .item .item-body p,
#infoArea .item .item-body p {
    line-height: normal;
    font-size: 0.9rem;
}
#infoStaff .item-image,
#infoArea .item-image,
#infoStaff .item-image img,
#infoArea .item-image img {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
.spHeaderMenu {
    height: 58px;
    margin-bottom: 0;
}
.spHeaderMenu li {
    padding-top: 9px;
}
.spHeaderMenu li a {
    display: block;
    border-left: 1px solid #ccc;
    width: 66px;
    height: 42px;
    max-height: 58px;
    overflow: hidden;
    font-size: 8px;
}
.spHeaderMenu li:nth-last-of-type(1) {
    padding-top: 0;
    background-color: #3872AD;
}
.spHeaderMenu li:nth-last-of-type(1) {
    width: 60px;
}
.spDrawerMenu a {
    text-decoration: none;
}
#spFooterNav ul > li a,
.spDrawerMenu > ul > li {
    background-repeat: no-repeat;
    background-position: 12px center;
}
.spDrawerMenu > ul > li > a {
    padding: 14px 16px 15px 45px;
    font-size: 0.96rem;
}
.spDrawerMenu > ul > li:nth-of-type(1):before {
    display: block;
    content: "";
    background-image: linear-gradient(to right, #3872AD, #3872AD 1px, transparent 1px, transparent 2px);
    background-size: 6px 1px;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    padding: 0;
    height: 1px;
    margin: -2px;
}
.spDrawerMenu > ul:first-of-type > li:nth-of-type(1):before {
    background-image: none;
}
.spDrawerMenu > ul:nth-of-type(1) > li > a {
    padding-left: 16px;
}
.spDrawerMenu > ul > li > ul > li > a {
    display: block;
    padding: 10px 24px 10px 45px;
    border-bottom: 1px #fff solid;
    background-color: #3872AD;
    font-size: 0.8rem;
    color: #fff;
    position: relative;
}
.spDrawerMenu > ul > li > ul > li > a:active {
    opacity: 0.8;
}
.spDrawerMenu > ul > li > a:after {
    color: #3872AD;
}
.spDrawerMenu ul li a:after {
    font-size: 110%;
}
#spFooterNav ul > li:nth-of-type(1) a,
.spDrawerMenu > ul:nth-of-type(2) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-guide.png);
}
#spFooterNav ul > li:nth-of-type(2) a,
.spDrawerMenu > ul:nth-of-type(3) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-owner.png);
}
#spFooterNav ul > li:nth-of-type(3) a,
.spDrawerMenu > ul:nth-of-type(4) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-shop.png);
}
#spFooterNav ul > li:nth-of-type(4) a,
.spDrawerMenu > ul:nth-of-type(5) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-company.png);
}
.spDrawerMenu > ul:nth-of-type(6) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-contact.png);
}
.spDrawerMenu > ul:nth-of-type(7) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-privacy.png);
}
.spDrawerMenu > ul:nth-of-type(8) > li:nth-of-type(1) {
    background-image: url(../images/ico-nav-sitemap.png);
}
#spFooterNav ul > li > a,
.spDrawerMenu > ul > li > a {
    display: block;
    color: #555;
}
#spFooterNav ul > li > a {
    padding: 20px 16px 20px 46px;
    font-size: 1.1rem;
    color: #555;
}
#spFooterNav ul > li:nth-last-of-type(1) > a {
    border-bottom: 0;
}
#footer-copy {
    background-color: #3872AD;
    color: #fff;
    padding: 30px 0 20px 0;
}
#footer #footer-copy.footer-up,
.page-chintaidetail #footer-copy,
.page-baibaidetail #footer-copy {
    height: 200px;
}
.page-chintailist #footer-copy,
.page-baibailist #footer-copy {
    height: 180px;
}
#footer-copy a {
    color: #fff;
}
#footer-copy .text-md-left {
    padding-bottom: 30px;
}
#topSearchTab.collapse:not(.show) {
    display: none;
}
.search-paging .form-group .form-row,
.pagination-wrap .pagination {
-ms-flex-pack: center !important;
justify-content: center !important;
}

#footerBanner .container .box {
    padding: 15px 15px 0px 15px;
}
#footerBanner .container .box ul li {
    margin-bottom: 15px;
}
.container-sp-full > .box-beige-dotted {
    border-left: 0;
    border-right: 0;
}
.list-bukken-detail .reserve-type {
    flex-basis: 100%;
}
/* ▲ Tablet */
}

/*===== ▼画面の横幅が 576px 以上 =====*/
@media screen and (min-width: 576px) {
/* ▲ 577px */
}

/*===== ▼Smp 画面の横幅が 575px まで =====*/
@media screen and (max-width:575px) {
body {
    font-size: 0.9rem;
}
body .navbar-brand img {
    max-height: auto;
    max-width: 94px;
}
.sp-fullWidth-list .item .item-title {
    font-size: 1.05rem;
}
#page_top {
    bottom: 8%;
    bottom: 8vh;
}
.block-bukkenList-full .item-footer label {
    padding-left: 0;
    padding-right: 0;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
}
.block-bukkenList-full .item-footer table th:nth-of-type(1) {
    max-width: none;
}
body .staffVoice-comment {
    margin-right: 110px;
}
    
body .staffVoice-chara {
    margin-top: -70px;
}
.search-paging .page-item .page-link {
    font-size: 0.85rem;
    padding: 0.5rem 0.5rem;
}
.fixedFooter .btn {
    font-size: 0.9rem;
}
.item-tel a {
    font-size: 1.6rem;
    letter-spacing: 0;
}
.btn {
    white-space: normal;
    line-height: 1.3;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.15rem;
}
.table-bukken-detail {
    font-size: 0.8rem;
}
#infoStaff .item .item-title {
    font-size: 1.1rem;
}
/* ▲ Smp */
}

/*===== ▼ 460px まで =====*/
@media screen and (max-width:460px) {
#shopInfo .item .item-body .item-link {
    width: calc(100vw - 32px);
}
#infoStaff .item .item-body p,
#infoArea .item .item-body p {
    font-size: 0.8rem;
}
.fixedFooter .col-6 .btn {
    font-size: 0.85rem;
    letter-spacing: -1px;
}
.block-bukkenList-full .item-footer table td:nth-of-type(2) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
body .block-bukkenList .item-image {
    min-width: 40%;
    max-width: 40%;
    margin-left: -0.25rem;
}
/* ▲  */
}

/*===== ▼iphone5 画面の横幅が 360px まで =====*/
@media screen and (max-width:360px) {
body {
    padding-top: 54px;
}
header#header {
    height: 54px;
}
body .navbar-brand img {
    max-height: 42px;
    width: auto;
}
.spHeaderMenu li {
    padding-top: 9px;
}
.spHeaderMenu li a {
    width: 55px;
    height: 38px;
}
.spHeaderMenu li:nth-last-of-type(1) {
    width: 50px;
    height: 54px;
    padding-top: 4px;
}
.sp-fullWidth-list .item .item-title {
    font-size: 1rem;
}
.search-paging .page-item .page-link {
    padding: 0.5rem 0.4rem;
}
.search-paging .page-item {
    margin: 0 2px;
}
.search-paging .form-group .form-row > div:nth-of-type(1) {
    margin-right: 0;
}
.search-paging .form-group .form-row {
    justify-content: flex-end !important;
}
.btn {
    font-size: 0.9rem;
    line-height: 1.2;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.15rem;
}
.btn-xs, .btn-group-xs > .btn {
    font-size: 0.75rem;
}
.block-bukkenList-full .table-bukken-detail,
.block-bukkenList-full .item-text {
    font-size: 0.75rem;
}
.block-bukkenList-full .table-bukken-detail dt,
.block-bukkenList-full .table-bukken-detail dd {
    padding: 5px 0 5px 5px;
}
/* ▲ 360px */
}

/*===== ▼iphone5 画面の横幅が 320px まで =====*/
@media screen and (max-width:320px) {
/* ▲ iphone5 */
}
