@charset "UTF-8";

.bannerArea {
	background-color: var(--accent-color-pale);
}

.bannerArea__inner {
	box-sizing: content-box;
	max-width: 1180px;
    margin: 50px auto 40px;
    padding: 50px 15px;
}

.banners {
	display: grid;
	grid-template-columns: repeat(auto-fit, 380px);
	justify-content: center;
	gap: 20px;
	line-height: 1;
}

.bannerArea + .directSearch {
	background-color: #f0f1e4;
}

.categorySearch {
    margin-top: 50px;
    margin-bottom: 20px;
}

.categorySearch ul {
    display: flex;
    max-width: var(--main-width);
    margin-right: auto;
    margin-left: auto;
}

.categorySearch li + li {
    margin-left: 32px;
}

.categorySearch img {
    box-sizing: content-box;
	border: 3px solid #fff;
	border-radius: 5px;
}

.directSearch {
    padding: 40px 15px;
    background-color: var(--accent-color-pale);
}

.directSearch__inner {
    max-width: var(--main-width);
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.directSearch__inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.directSearch__inner li {
    padding: 10px;
}

.directSearch__inner a {
    display: block;
    position: relative;
    width: 280px;
    height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: var(--box-shadow-default);
    transition: box-shadow 0.2s ease-out;
}

.directSearch__inner a:focus,
.directSearch__inner a:hover {
    box-shadow: var(--box-shadow-default-hover);
}

.directSearch__inner img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: none;
}

.newsSect {
    padding: 40px 15px;
    background-color: var(--base-color);
}

.newsSect__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    max-width: var(--main-width);
    margin-right: auto;
    margin-left: auto;
}

.newsSect__header {
    display: flex;
    align-items: flex-end;
}

.newsSect__title::before {
    width: 41px;
    height: 41px;
    background-image: url(/wp/wp-content/themes/friend-home/chintai/images/icon/news.svg);
    background-size: 41px;
}

.newsSect__title > span {
    margin-left: 0.25em;
}

.newsSect__body {
    display: flex;
    flex-basis: 100%;
    margin-top: 40px;
}

.newsSect__termList {
    flex: 0 0 200px;
}

.newsSect__termList > li {
    border-bottom: 1px solid #ccc;
}

.newsSect__termList > li:first-child {
    border-top: 1px solid #ccc;
}

.newsSect__termBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1em 0.5em;
    font-size: 15px;
}

.newsSect__termBtn.icon-append::after {
    color: var(--accent-color);
    font-size: 0.875em;
    transition: color 0.2s ease-out;
}

.newsSect__termBtn.icon-append:focus::after,
.newsSect__termBtn.icon-append:hover::after {
    color: var(--font-color);
}

.newsSect__mains {
    flex-grow: 1;
    margin-left: 60px;
}

.newsSect__main {
    width: 100%;
}

.newsSect__posts > li {
    border-bottom: 1px solid #ccc;
}

.newsSect__posts > li:first-child {
    border-top: 1px solid #ccc;
}

.newsSect__posts a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.newsSect__posts time {
    margin-right: 90px;
}

.newsSect__posts .icon-append::after {
    margin-right: 1em;
    margin-left: auto;
    color: var(--accent-color);
    transition: color 0.2s ease-out;
}

.newsSect__posts .icon-append:hover::after {
    color: inherit;
}

.newsSect__posts span {
    margin-right: 90px;
    line-height: 1.5;
    text-align: justify;
}

.newsSect__btns {
    position: absolute;
    top: 0;
    right: 0;
}

.newsSect__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    box-shadow: var(--box-shadow-default);
    font-weight: bold;
    font-size: 16px;
}

.newsSect__btn::after {
    transform: translateY(2px);
    font-size: 13px;
}

/* ------------------------------
// js制御
------------------------------ */

.newsSect__termBtn.js_newsTabTriggerPc.is-active::after {
    color: var(--font-color);
}

.js_newsTabTarget {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-out,
                opacity 0.2s ease-out;
}

.js_newsTabTarget.is-active {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.primaryBnrs {
    margin-top: 35px;
    margin-bottom: 40px;
}

.primaryBnrs > ul {
    max-width: var(--main-width);
    margin-right: auto;
    margin-left: auto;
}

.primaryBnrs .pointPage-bnr a {
    border-radius: 10px;
    box-shadow: var(--box-shadow-default);
    transition: box-shadow 0.2s ease-out;
}

.primaryBnrs .pointPage-bnr a:focus,
.primaryBnrs .pointPage-bnr a:hover {
    box-shadow: var(--box-shadow-default-hover);
}

.reviewsSect {
    /* overflow: hidden; */
}

.reviewsSect__inner {
    max-width: var(--main-width);
    margin-right: auto;
    margin-bottom: 90px;
    margin-top: 30px;
    margin-left: auto;
    /* background-color: var(--base-color); */
}

[data-app="eapps-google-reviews"] > div {
    padding: 40px;
}

a[href*="https://elfsight.com"] {
    clip: rect(0 0 0 0);
    position: absolute !important;
    width: 1px;
    height: 1px !important;
    margin: -1px;
    padding: 0 !important;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
}

.snsIconsSect {
	padding: 50px 15px;
	background-color: #fff;
}

.snsIconsSect__inner {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.snsIconsSect__inner > .snsIcons {
	align-items: center;
	justify-content: center;
}

.snsIconsSect__inner > .snsIcons > li + li {
	margin-left: 50px;
}

.snsIconsSect__inner > .snsIcons img {
	width: 54px;
}

/* 以下コンテキストによる */

.newsSect + .snsIconsSect {
    margin-top: -40px;
}

.staffSect {
    padding: 0 15px;
}

.staffSect__inner {
    margin-bottom: 80px;
}

.staffSect__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: var(--main-width);
    margin: 80px auto;
    margin-bottom: 0;
}

.staffSect__header {
    display: flex;
    align-items: flex-end;
}

.staffSect__title::before {
    width: 39px;
    height: 39px;
    background-image: url(/wp/wp-content/themes/friend-home/chintai/images/icon/staff.svg);
    background-size: 39px;
}

.staffSect__text {
    margin-left: 50px;
    font-weight: bold;
    font-size: 20px;
}

.staffSect__btns {
    margin-left: auto;
}

.staffSect__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    box-shadow: var(--box-shadow-default);
    font-weight: bold;
    font-size: 16px;
}

.staffSect__btn::after {
    transform: translateY(2px);
    font-size: 13px;
}

.staffSect__main {
    width: auto;
    margin-top: 50px;
    margin-right: -15px;
    margin-left: -15px;
}

.staffList .swiper-slide {
    width: auto;
}

:root {
    --cityX: 122px;
    --cityY: 257px;
    --stationX: 345px;
    --stationY: 27px;
}

.subhead {
    margin-top: 0;
}

.subhead__inner {
    margin-top: 60px;
    max-width: 1280px;
    height: 502px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
	background-color: var(--base-color);
}

.subhead__body {
    position: relative;
    height: 100%;
}

.subhead__header {
    padding-top: 40px;
    padding-left: 80px;
}

.subhead__map {
	position: absolute;
	right: 0;
	bottom: 0;
}

.subhead__mapBtn {
    display: flex;
    position: absolute;
	align-items: center;
	justify-content: center;
}

.subhead__mapBtn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.subhead__mapBtn:hover::after {
    opacity: 0.2;
}

.subhead__mapBtn span {
    opacity: 0;
}

.subhead__mapBtn.-city {
    width: 102px;
    height: 33px;
}

.subhead__mapBtn.-city.-kuki {
    top: var(--cityY);
    left: var(--cityX);
}

.subhead__mapBtn.-city.-shiraoka {
    top: calc(var(--cityY) + 130px);
    left: calc(var(--cityX) + 68px);
}

.subhead__mapBtn.-city.-satte {
    top: calc(var(--cityY) + 9px);
    left: calc(var(--cityX) + 425px);
}

.subhead__mapBtn.-city.-sugito {
    top: calc(var(--cityY) + 119px);
    left: calc(var(--cityX) + 429px);
}

.subhead__mapBtn.-city.-miyashiro {
    top: calc(var(--cityY) + 195px);
    left: calc(var(--cityX) + 310px);
}

.subhead__mapBtn.-station.-kurihashi {
    top: var(--stationY);
    left: var(--stationX);
    width: 79px;
    height: 29px;
}

.subhead__mapBtn.-station.-minamikurihashi {
    top: calc(var(--stationY) + 77px);
    left: calc(var(--stationX) + 59px);
    width: 76px;
    height: 24px;
}

.subhead__mapBtn.-station.-satte {
    top: calc(var(--stationY) + 204px);
    left: calc(var(--stationX) + 69px);
    width: 66px;
    height: 24px;
}

.subhead__mapBtn.-station.-sugitotakanodai {
    top: calc(var(--stationY) + 289px);
    left: calc(var(--stationX) + 50px);
    width: 110px;
    height: 24px;
}

.subhead__mapBtn.-station.-toubukou {
    top: calc(var(--stationY) + 388px);
    left: calc(var(--stationX) + 70px);
    width: 145px;
    height: 29px;
}

.subhead__mapBtn.-station.-higashiwashinomiya {
    top: calc(var(--stationY) + 152px);
    left: calc(var(--stationX) - 22px);
    width: 76px;
    height: 26px;
}

.subhead__mapBtn.-station.-kuki {
    top: calc(var(--stationY) + 233px);
    left: calc(var(--stationX) - 41px);
    width: 78px;
    height: 29px;
}

.subhead__mapBtn.-station.-shinshiraoka {
    top: calc(var(--stationY) + 328px);
    left: calc(var(--stationX) - 58px);
    width: 76px;
    height: 24px;
}

.subhead__mapBtn.-station.-shiraoka {
    top: calc(var(--stationY) + 402px);
    left: calc(var(--stationX) - 64px);
    width: 66px;
    height: 24px;
}

.subhead__mapBtn.-station.-washinomiya {
    top: calc(var(--stationY) + 127px);
    left: calc(var(--stationX) - 96px);
    width: 65px;
    height: 24px;
}

.subhead__mapBtn.-station.-wado {
    top: calc(var(--stationY) + 321px);
    left: calc(var(--stationX) + 23px);
    width: 66px;
    height: 24px;
}

.subhead-zerochintai {
    display: table;
	margin-top: 30px;
	margin-left: 40px;
	transform: translateZ(0);
}

.subhead-zerochintai__btns {
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 35px;
}

.subhead-zerochintai__btns li {
    border-radius: 8px;
    background-color: #fff;
}

.subhead-zerochintai__btns li +  li {
    margin-left: 6px;
}

.subhead-zerochintai__btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 48px;
    border-radius: inherit;
    background-color: #3aa700;
}

.subhead__owner {
    display: table;
    margin-top: 24px;
    margin-left: 49px;
}

.subhead__owner a {
    display: block;
    position: relative;
    border-radius: 8px;
    box-shadow: var(--box-shadow-default);
    transition: box-shadow 0.2s ease-out;
}

.subhead__owner a:focus,
.subhead__owner a:hover {
    box-shadow: var(--box-shadow-default-hover);
}

.subhead__ownerNumber {
    position: absolute;
    top: 5px;
    left: 346px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
}

.subhead__ownerNumber > span {
    color: #f30;
    font-size: 44px;
}

.subhead__ownerTime {
    position: absolute;
    top: 36px;
    left: 155px;
    font-size: 12px;
    text-indent: -1em;
}

.subPageSect {
    padding: 50px 15px;
    background-color: var(--accent-color-pale);
}

.subPageSect__inner {
    max-width: var(--main-width);
    margin-right: auto;
    margin-left: auto;
}

.subPageSect__inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: center;
    max-width: var(--main-width);
}

.subPageSect__inner li {
    padding: 6px;
}

.subPageSect__inner img {
    transition: transform 0.2s ease-out;
}

.subPageSect__inner img:hover {
    transform: scale(1.04);
}

.tksnSect {
    position: relative;
    padding: 0 15px;
}

.tksnSect__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: var(--main-width);
    margin: 30px auto;
}

.tksnSect__title::before {
    width: 39px;
    height: 39px;
    background-image: url(/wp/wp-content/themes/friend-home/chintai/images/icon/tksn.svg);
    background-size: 39px;
}

.tksnSect__title > span {
    margin-right: 0.25em;
    margin-left: 0.25em;
}

.tksnSect__text {
    flex-shrink: 0;
    width: 324px;
    margin-right: 20px;
    margin-left: auto;
}

.tksnSect__main {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    background-color: #fff;
}

.tksnSect__mainInner {
    height: 1500px;
    padding-right: 15px;
    overflow-y: auto;
}

.tksnSect__mainInner .tksnBox64 .des64img > a {
    height: 173px;
}

@media (min-width: 768px) {
  .shopInfo-inside__imgText {
    right: 70px;
  }
}