@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* サイト・システムに合わせ一部改変 */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    /* border-style: solid; */
    /* border-width: 0; */
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
    line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    margin: 0;
    clear: both;
    overflow: visible; /* 2 */
    border-top-width: 1px;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: inherit; /* 2 */
    font-family: monospace, monospace; /* 1 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: inherit; /* 2 */
    font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

/* システム部分を考慮しデフォルトスタイルを残す
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}
*/

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
         appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
         appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    /* -webkit-appearance: none; */
    /* appearance: none; */
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *        `fieldset` elements in all browsers.
 */

legend {
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
    outline: none;
}

/* Table */

/* ============================================ */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    padding: 0;
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

:root {
    --base-color: #fff;
    --font-color: #212121;
    --accent-color: #d3dd00;
    --accent-color-pale: #eceec5;
    --black: #333;
    --light-gray: #f1f1f1;
    --c21-black: #414042;
    --c21-gold: #beaf87;
    --main-width: 1180px;
    --opacity-default: 0.8;
    --opacity-lighter: 0.66;
    --box-shadow-default: 0 0 10px 0 rgba(0,0,0,0.1);
    --box-shadow-default-hover: 0 0 20px 0 rgba(0,0,0,0.2);
    --box-shadow-weak: 0 0 20px 0 rgba(0,0,0,0.05);
	--fa: 'font awesome 5 free';
    --texture: url( /wp/wp-content/themes/friend-home/chintai/images/common/texture.png );

	/* sp */
	--accent-color-transparent: #d3dd00f2;
}

/* ----------------------------------------
//
// common
//
---------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    word-wrap: break-word;
	display: flex;
	flex-direction: column;
    min-width: var(--main-width);
	min-height: 100vh;
    background-image: var(--texture);
	background-color: #f3f3e6;
    color: var(--font-color);
    font-size: 1.6rem;
    /* font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', メイリオ, sans-serif; */
    line-break: strict;
    overflow-wrap: break-word;
}

a {
    text-decoration: underline;
}
.bl_breadcrumb a,.breadcrumb a {
    text-decoration: none;
}
.bl_breadcrumbWrapper.ly_inner{
	padding: 0;
}

[href^="tel"] {
    text-decoration: none;
    pointer-events: none;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 1;
}

dt {
    font-weight: normal;
}

iframe,
video {
    display: block;
    max-width: 100%;
}

video,
[src*="youtube.com"] {
	aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.aspect-ratio {
	position: relative;
	height: 0;
	overflow: hidden;
}

.aspect-ratio.-fullhd {
	padding-top: 56.25%;
}

.aspect-ratio > *:only-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------
// btn
---------------------------------------- */

.btn {
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	background-color: transparent;
	font: inherit;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease-out,
				background-color 0.2s ease-out,
				color 0.2s ease-out;
}

/* 視覚効果 */

.btn.-opacity:hover,
.btn.-opacity:focus {
	opacity: var(--opacity-default);
}

.btn.-opacity-lighter:hover,
.btn.-opacity-lighter:focus {
	opacity: var(--opacity-lighter);
}

/* 文字揃え */

.btn.-left {
	text-align: left;
}

/* ボタンの色 */

.btn.-accent {
	color: var(--accent-color);
}

.btn.-white {
	color: #fff;
}

.btn.-c21black {
	color: var(--c21-black);
}

.btn.-c21gold {
	color: var(--c21-gold);
}

.btn.-bg-c21black {
	background-color: var(--c21-black);
}

.btn.-bg-c21gold {
	background-color: var(--c21-gold);
}

.btn.-bg-white {
	background-color: #fff;
}

.btn.-bg-black {
	background-color: var(--black);
}

.btn.-bg-accent {
	background-color: var(--accent-color);
}

/* --- 以下にサイト固有のボタンデザインを記載  --- */

.btn.-bg-accent.-bordered {
	border: 1px solid var(--black);
}

.btn.-bg-accent.-opacity:focus,
.btn.-bg-accent.-opacity:hover {
	opacity: var(--opacity-lighter);
}

.btn.-bg-white.-bordered {
	border: 1px solid var(--black);
}

.btn.-bg-white.-opacity:focus,
.btn.-bg-white.-opacity:hover {
	opacity: var(--opacity-lighter);
}

/* ----------------------------------------
// counter
---------------------------------------- */

.counter-root {
    counter-reset: i;
}

/* ----------------------------------------
// ellipsis
---------------------------------------- */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-multi {
    position: relative;
    overflow: hidden;
}

.ellipsis-multi::before,
.ellipsis-multi::after {
    position: absolute;
    background: #fff; /* 適宜 */
}

.ellipsis-multi::before {
    right: 0;
    bottom: 0;
    content: "…";
}

.ellipsis-multi::after {
    width: 100%;
    height: 100%;
    content: "";
}

.flexGrid {
	display: flex;
	flex-wrap: wrap;
}

.flexGrid.-col2 > * {
	width: 50%;
}

.flexGrid.-col3 > * {
	width: 33.3%;
}

.flexGrid.-col4 > * {
	width: 25%;
}

/* ----------------------------------------
// icon
---------------------------------------- */

.icon-prepend::before,
.icon-append::after {
    font-weight: 900;
    font-family: var(--fa);
}

.icon-prepend::before {
    margin-right: 0.5em;
}

.icon-append::after {
    margin-left: 0.5em;
}

.icon-prepend.-weak::before,
.icon-append.-weak::after {
    opacity: 0.5;
}

.icon-prepend.-caret::before,
.icon-append.-caret::after {
    content: '\f0da';
}

.icon-prepend.-caret-left::before {
    content: '\f0d9';
}

.icon-prepend.-angle::before,
.icon-append.-angle::after {
    content: '\f105';
}

.icon-prepend.-angle-left::before {
    content: '\f104';
}

.icon-prepend.-chevron::before,
.icon-append.-chevron::after {
    content: '\f054';
}

.icon-prepend.-chevron-left::before {
    content: '\f053';
}

.icon-prepend.-chevron-circle::before,
.icon-append.-chevron-circle::after {
    content: '\f138';
}

.icon-prepend.-chevron-circle-left::before {
    content: '\f137';
}

.icon-prepend.-search::before,
.icon-append.-search::after {
    content: '\f002';
}

.icon-prepend.-clock::before,
.icon-append.-clock::after {
    content: '\f017';
}

/* ----------------------------------------
// recapctha badge
---------------------------------------- */

.grecaptcha-badge {
    visibility: hidden;
}

/* ----------------------------------------
// visually-hidden
---------------------------------------- */

.visually-hidden {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
    -webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}

.adjacentPostLinks {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.adjacentPostLinks li {
	color: #666;
}

.adjacentPostLinks li::before,
.adjacentPostLinks li::after {
	font-size: 0.875em;
}

.adjacentPostLinks .icon-prepend + .icon-append {
    margin-left: 100px;
}

.adjacentPostLinks a:hover {
    text-decoration: none;
}

.breadcrumb {
	display: flex;
}

.breadcrumb > li {
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 3;
}

.breadcrumb > li:first-child > a {
	color: var(--accent-color);
}

.breadcrumb > li + li::before {
	margin-right: 0.5em;
	margin-left: 0.5em;
	content: '\f105';
	/* color: var(--accent-color); */
	font-weight: 900;
	font-size: 11px;
	font-family: 'font awesome 5 free';
}

.companySect {
    padding: 40px 15px 0;
}

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

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

.companySect__body {
	display: flex;
    margin-top: 40px;
}

.shopInfo {
    max-width: 380px;
}

.shopInfo + .shopInfo {
    margin-left: 20px;
}

.shopInfo img {
    border-radius: 10px;
}

.shopInfo__meta {
    margin-right: 30px;
    margin-left: 30px;
    padding: 22px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}

.shopInfo__title {
    padding-bottom: 14px;
    border-bottom: 1px solid #d3dd00;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.shopInfo__list {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
}

.shopInfo__listInner {
    display: flex;
}

.shopInfo__listInner dt {
    width: 4em;
    margin-right: 1em;
}

.shopInfo__links {
    margin-top: 13px;
}

.shopInfo__links li {
    text-align: right;
}

.shopInfo__links li::after {
    color: #d3dd00;
}

.shopInfo__link {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

.shopInfo__link:focus,
.shopInfo__link:hover {
    text-decoration: underline;
}

.shopInfo + .shopInfo-inside {
    margin-left: 40px;
}

.shopInfo-inside {
	position: relative;
	max-width: 360px;
	height: 560px;
}

.shopInfo-inside__media {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.25;
}

.shopInfo-inside__media figure {
    width: 144px;
}

.shopInfo-inside__media img {
    border-radius: 50%;
}

.shopInfo-inside__media > * + * {
    margin-left: 1em;
}

.shopInfo-inside__media + .shopInfo-inside__media {
    margin-top: -30px;
}

.shopInfo-inside__imgText {
    position: relative;
    right: 26px;
    width: 465px;
    height: 283px;
    margin-top: 11px;
}

.ctaSect__inner {
    max-width: var(--main-width);
    margin: 80px auto;
    padding: 40px;
    background: #eceec5 url(/wp/wp-content/themes/friend-home/chintai/images/common/ctasect_bg.jpg);
    background-size: cover;
}

.ctaSect__body {
    display: inline-block;
    padding: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

.ctaSect__head {
    position: relative;
}

.ctaSect__title {
    font-weight: bold;
    font-size: 24px;
}

.ctaSect__text {
    position: absolute;
    top: -20px;
    left: 167px;
    width: 265px;
}

.ctaSect__main {
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: -4px;
}

.ctaSect__tel {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}

.ctaSect__tel::before {
    width: 48px;
    height: 27px;
    margin-right: 0.25em;
    background-image: url( /wp/wp-content/themes/friend-home/chintai/images/icon/freedial.svg );
    background-size: 48px 27px;
    content: '';
}

.ctaSect__metaSub {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.57143;
}

.ctaSect__metaSubInner {
    display: flex;
}

.ctaSect__metaSubInner dt {
    width: 4em;
}

.ctaSect__metaSubInner dd {
    margin-left: 1em;
}

.ctaSect__btns {
	display: flex;
	margin-left: 55px;
}

.ctaSect__btns > li + li {
	margin-left: 15px;
}

.ctaSect__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 140px;
	height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px;
}

.ctaSect__btn.-reserve::before {
	content: '\f073';
	font-weight: 400;
	font-size: 32px;
	font-family: var(--fa);
}

.ctaSect__btn.-mail::before {
	width: 32px;
	height: 26px;
	margin-top: 5px;
	background-image: url( /wp/wp-content/themes/friend-home/chintai/images/icon/mail.svg );
	background-size: 32px 26px;
	content: '';
}

.ctaSect__btn > span {
	font-weight: bold;
	font-size: 14px;
}

.footer {
	margin-top: auto;
    background-color: var(--base-color);
}

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

.footer__menuWrap {
    padding: 25px 30px;
}

.footer__menu {
    font-size: 0;
}

.footer__menu li {
    display: inline-block;
    margin-top: 8px;
    margin-right: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
}

.footer__menu li:last-child {
    margin-right: 0;
}

.footer__menu .icon-append::after {
    color: var(--accent-color);
    font-size: 12px;
}

.footer__menu a {
    text-decoration: none;
}

.footer__menu a:focus,
.footer__menu a:hover {
    text-decoration: underline;
}

.footer__meta {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 1px solid var(--accent-color);
}

.footer-meta__logo {
    flex-basis: 300px;
    text-align: center;
}

.footer-meta__body {
    position: relative;
    flex-grow: 1;
    font-size: 14px;
    line-height: 2;
}

.footer-metaList {
    font-size: 0;
}

.footer-metaList__item {
    font-size: 14px;
}

.footer-metaList__item.-name {
    font-weight: bold;
    font-size: 16px;
}

.footer-metaList__item.-short {
    display: inline-block;
    margin-right: 1em;
}

.footer-metaList__item span {
    margin-left: 1em;
}

.footer-metaList2__item {
    display: flex;
}

.footer-metaList2__item.-short {
	display: inline-flex;
}

.footer-metaList2__item.-short:not(:last-of-type) {
	margin-right: 1em;
}

.footer-metaList2__item dt {
    font-weight: normal;
}

.footer-metaList2__item dt::after {
    margin-right: 0.5em;
    margin-left: 0.5em;
    content: '/';
}

.footer-metaList2__item ul {
    display: flex;
}

.footer-metaList2__item li {
    margin-right: 1em;
}

.footer-snsIcons {
    margin-top: 15px;
}

.footer__btns {
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
}

.footer__btn {
    display: flex;
	align-items: center;
	height: 34px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
}

.footer__btn::before {
    width: 16px;
    height: 12px;
    transform: translateY(1px);
    background-image: url( /wp/wp-content/themes/friend-home/chintai/images/icon/mail.svg );
    background-size: 16px 12px;
    content: '';
}

.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #444;
    color: #fff;
	font-size: 14px;
}

/* ----------------------------------------
//
// header
//
---------------------------------------- */

.header {
	padding-right: 15px;
	padding-left: 15px;
}

.header__inner {
	display: flex;
	align-items: flex-end;
	max-width: var(--main-width);
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 36px;
}

.header__logo {
	width: 251px;
}

.header__right {
	margin-left: auto;
}

.header__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-tel__text {
	font-size: 13px;
	text-align-last: justify;
}

.header-tel__number {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

.header-tel__number::before {
	width: 25px;
	height: 14px;
	margin-right: 0.25em;
	background-image: url( /wp/wp-content/themes/friend-home/chintai/images/icon/freedial.svg );
	content: '';
}

.header__btns {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.header__btns > li + li {
	margin-left: 8px;
}

.header__btns > li:last-child {
	margin-left: 24px;
}

.header__btn {
	display: flex;
	align-items: center;
	height: 34px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
}

.header__btn.-reserve {
	padding-right: 23px;
	padding-left: 23px;
}

.header__btn.-reserve::before {
	margin-right: 0.5em;
	content: '\f073';
	font-weight: 400;
	font-size: 16px;
	font-family: var(--fa);
}

.header__btn.-memberLogin::before {
	width: 16px;
	height: 16px;
	transform: translateY(1px);
	background-image: url( /wp/wp-content/themes/friend-home/chintai/images/icon/login.svg );
	background-size: 16px;
	content: '';
}

.header__btn.-realtor::before {
	content: '\f508';
}

.header__menu {
	margin-top: 15px;
}

/* ----------------------------------------
// globalMenu
---------------------------------------- */

.globalMenu > ul {
	display: flex;
	align-items: center;
}

.globalMenu__link {
	transform: skewX(-30deg);
}

.globalMenu > ul > li + li > .globalMenu__link {
	border-left: 1px solid #a3a3a3;
}

.globalMenu__link {
	display: flex;
	align-items: center;
	height: 35px;
	padding-right: 28px;
	padding-left: 28px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.125;
}

.globalMenu li:last-child .globalMenu__link {
	padding-right: 1em;
}

.globalMenu__link > span {
	transform: skewX(30deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.globalMenu__link > span::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	margin-top: 0.25em;
	transform: scaleX(0);
	transform-origin: center;
	border-bottom: 2px solid #3aa700;
	content: '';
	transition: transform 0.2s ease-out;
}

.globalMenu__link:hover > span::after {
	transform: scaleX(1);
}

/* サブメニュー
---------------------------------------- */

.globalMenu li.js-has-subMenu {
	position: relative;
}

.globalMenu li.js-has-subMenu .globalMenu__link > span::after {
	content: none;
}

.subMenu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	width: calc(100% + 10px);
	padding-top: 10px;
	opacity: 0;
	transition: opacity 0.2s ease-out,
				visibility 0.2s ease-out;
}

.subMenu[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
}

.subMenu > li + li {
	border-top: 1px solid rgba(255,255,255,0.8);
}

.subMenu a {
	display: block;
	padding: 1em;
	background-color: rgba(0,0,0,0.66);
	color: #fff;
	font-size: 13px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
}

.subMenu a:focus,
.subMenu a:hover {
	background-color: #d3dd00;
	color: #212121;
}

/* end サブメニュー */

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

#js-header {
	z-index: 9999;
	position: fixed;
	width: 100%;
	margin-bottom: 24px;
	background-color: rgba(255, 255, 255, 0);
	transition: background-color 0.2s ease-out;
}

#js-header.is-active {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: var(--box-shadow-default);
}

#js-header .header__inner {
	padding-bottom: 10px;
}

#js-header .header__logo {
	transition: transform 0.2s ease-out;
}

#js-header.is-active .header__logo {
	transform: translateY(-18px);
}

#js-header + * {
	margin-top: 132px;
}

.heading-primary {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 1px;
	border: 1px solid #ccc;
}

.heading-primary::after {
	display: block;
	width: 100%;
	height: 8px;
	background-color: var(--accent-color);
	content: '';
}

.heading-primary__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 30px;
	padding-top: 1.7em;
	padding-bottom: 1.7em;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}

.heading-secondary {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 15px 12px;
	border: 1px solid #ccc;
}

.heading-secondary::before {
	width: 8px;
	height: 32px;
	margin-right: 1em;
	background-color: var(--accent-color);
	content: '';
}

.heading-secondary__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.55556;
}

.heading-small {
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6875;
}

.mediaList__item {
	border-bottom: 1px solid #ccc;
}

.mediaList__item:first-child {
	border-top: 1px solid #ccc;
}

.media {
	display: flex;
	align-items: center;
	padding-top: 20px;
    padding-bottom: 20px;
	text-decoration: none;
}

.media__main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	margin-left: 25px;
	text-align: justify;
}

.media__title {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.52632;
}

.media__excerpt {
	max-height: 3.42857em;
    margin-top: 8px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.71429;
}

.media__meta {
	order: -1;
	font-size: 13px;
	line-height: 1.76923;
}

.media__meta time {
	color: #ff4b35;
}

.media__image {
	position: relative;
	flex: 0 0 150px;
	height: 100px;
	background-color: #f8f8f8;
}

.media__image > img {
    width: 150px;
    height: 100px;
	object-fit: cover;
}

.media__image > img[src^="https://placehold.jp"],
.media__image > img[data-ofi-src^="https://placehold.jp"] /* IE等のofi適用ブラウザ向け */ {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: auto;
}

.modal {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	pointer-events: none;
	transition: 0.4s ease-out;
}

.modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.modal__body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 420px;
	height: 454px;
	margin: auto;
	padding: 50px;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--base-color);
	box-shadow: var(--box-shadow-default);
	text-align: center;
}

.modal__title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
}

.modal__list li + li {
	margin-top: 10px;
}

.modal__list a {
	display: flex;
	align-items: center;
	width: 320px;
	height: 50px;
	padding: 1em;
	border-radius: 8px;
}

.modal__close {
	display: flex;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #333;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.modal__close::before {
	content: '\f00d';
	font-weight: 900;
	font-family: var(--fa);
}

.nav-links {
	display: flex;
	margin-top: 30px;
	justify-content: flex-start;
}

.nav-links > * {
	min-height: 20px;
	padding: 12px 20px;
	background-color: var(--light-gray);
	color: var(--black);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease-out,
				color 0.2s ease-out;
}

.nav-links > * + * {
	margin-left: 1px;
}

.nav-links > span {
	background-color: var(--black);
	color: #fff;
}

.nav-links a:hover,
.nav-links a:focus {
	background-color: var(--accent-color);
}

.pageTop {
	z-index: 1;
	position: fixed;
	right: 30px;
	bottom: 30px;
}

.pageTop__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: rgba( 211, 221, 0, 0.95 );
	box-shadow: var(--box-shadow-default);
	font-size: 28px;
}

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

#js-pageTop {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-out;
}

#js-pageTop.is-active {
	opacity: 1;
	pointer-events: auto;
}

.sectTitle {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.05em;
}

.sectTitle::before {
	flex-shrink: 0;
	margin-right: 0.333em;
	background-size: 100%;
	content: '';
}

.sectTitle > span {
	font-size: 40px;
}

.snsIcons {
	display: flex;
	align-items: center;
	line-height: 1;
}

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

.snsIcons img {
	width: 44px;
	height: auto;
}

.staffList__link {
    text-decoration: none;
}

.staffList__link figure {
	max-width: 200px;
    margin-right: auto;
    margin-left: auto;
	overflow: hidden;
	border-radius: 50%;
}

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

.staffList__link:focus img,
.staffList__link:hover img {
    transform: scale(1.05);
}

.staffList__name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.staffList__name.icon-append::after {
    color: var(--accent-color);
    font-size: 16px;
}

.table {
	width: 100%;
}

.table.-default th {
	background-color: #f0f0f0;
}

.table.-default th,
.table.-default td {
	padding: 1em;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.tksn_box table {
    height: auto !important;
}

.tksn_box table,
.tksn_box table > * {
    display: block;
}

.tksn_box table > * > tr {
    display: flex;
}

.tksn_box table > * > * > td {
    display: block;
    width: 100%;
    padding: 0 !important;
}

.tksn_box > table > tbody > tr + tr {
    margin-top: 25px !important;
}

.tksn_box > table > tbody > tr > td {
    width: 25%;
}

.tksn_box > table > tbody > tr > td + td {
    margin-left: 4px;
}

.tksnBox64 {
    margin-bottom: 0 !important;
    padding: 7px !important;
}

.tksnBox64 > tbody > tr > td > div {
    border-color: var(--black) !important;
}

#trimg1 {
    display: none;
}

#trimg1 + strong {
    color: var(--black) !important;
}

.tksnBox64 > tbody > tr > td > div > div:first-child {
    border-right: 1px solid var(--black);
}

.tksnBox64 > tbody > tr:nth-child(2) > td > table {
    width: 100% !important;
    margin: 0 !important;
}

.tksnBox64 > tbody > tr:nth-child(2) > td > table tr:first-child td,
.tksnBox64 > tbody > tr:nth-child(2) > td > table tr:nth-child(3) td {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 13px !important;
    line-height: 1.5;
}

.tksnBox64 > tbody > tr:nth-child(2) > td > table tr:first-child td {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 値下げがある場合 */

.tksnBox64 > tbody > tr:nth-child(2) > td > table tr:first-child td[valign="middle"] {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

/* end 値下げがある場合 */

.tksnBox64 img.new {
    background-color: var(--black) !important;
}

.tksnBox64 .des64img > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tksnBox64 .des64img img {
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	object-fit: cover;
}

.tksnBox64 td[style*="width: 80px"] {
    display: none;
}

.tksnBox64 [style*="#E7E7E7"],
.tksnBox64 [style*="rgb(231, 231, 231)"],
.tksnBox64 [style*="#E7E7E7"] > tbody,
.tksnBox64 [style*="rgb(231, 231, 231)"] > tbody,
.tksnBox64 [style*="#E7E7E7"] > tbody > tr,
.tksnBox64 [style*="rgb(231, 231, 231)"] > tbody > tr {
    display: block;
}

.tksnBox64 [style*="#E7E7E7"],
.tksnBox64 [style*="rgb(231, 231, 231)"] {
    padding: 10px;
}

.tksnBox64 [style*="#E7E7E7"] > tbody > tr > td,
.tksnBox64 [style*="rgb(231, 231, 231)"] > tbody > tr > td {
    padding: 0 !important;
    text-align: justify;
}

.tksnBox64 [style*="#E7E7E7"] .syosaia,
.tksnBox64 [style*="rgb(231, 231, 231)"] .syosaia {
    display: block;
    width: 105px;
    margin-top: 10px;
}

.tksnBox64 [style*="#E7E7E7"] .syosaia > div > div,
.tksnBox64 [style*="rgb(231, 231, 231)"] .syosaia > div > div {
    background-color: var(--black) !important;
}
