@charset "utf-8";

    
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
Theme Name: unpc_milmo
Description: 不動産プラグイン用テーマ「UNPC(Ver 5.9.0)」ベースの「milmo home」用テーマ
*/


/* Variables
-------------------------------------------------------------- */
:root {

    --color-primary: #4589C8;
    --color-primary-light: #d9e9f9;
    --color-primary-dark: #3253A1;
    --color-secondary: #f0a348;
    --color-warning: #df0000;
    --color-text: #333;
    --color-text-sub: #888;
    --color-text-light: #bebebe;
    --color-underline: #f3ed9b;
    --color-background: #f2f6fa;
    --color-bg-primary: #d9e9f9;
    --color-bg-gray: #eee;
    --color-bg-gray-dark: #333;
    --color-line: #d1d1d1;
    --color-line-light: #eee;

    /* select/input border color */
    --fudou--select-input-border-color: #d1d1d1;

    /* Submit Button color */
    --fudou--button-text-color: #fff;
    --fudou--button-text-hover-color: #fff;
    --fudou--button-background-color: #4589C8;
    --fudou--button-shadow-color: #0060a0;
    --fudou--button-background-hover-color: #2377c5;
    --fudou--button-background-dark: #3253A1;
    --fudou--button-shadow-dark: #002785;
    --fudou--button-background-hover-dark: #1944b5;
    --fudou--button-background-secondary: #f0a348;
    --fudou--button-shadow-secondary: #b16d1d;
    --fudou--button-background-hover-secondary: #f19223;
    --fudou--button-background-gray: #ccc;
    --fudou--button-shadow-gray: #999;
    --fudou--button-background-hover-gray: #bbb;


    /* kakaku color */
    --fudou--bukken-kakaku-color: #a82000;

    /* new mark color */
    --fudou--new-mark-background-color: #a82000;
    /* up mark color */
    --fudou--up-mark-background-color: #a82000;

}


/* = CSS Reset
-------------------------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    /*  background: transparent; */
    font-weight: 400;
    line-height: 1.6;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

ul {
    list-style: none;
}
ol {
    list-style: decimal inside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 32px;
}
th {
    color: var(--color-text-sub);
    text-align: left;
    font-weight: 700;
    vertical-align: top;
}
td {
    font-weight: 400;
    vertical-align: middle;
}
table, th, td {
    border: 1px solid var(--color-line);
    padding: 10px;
}

strong,th,h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

pre {
    white-space: pre-line;
    word-wrap: break-word;
}

a {
    color: var(--color-primary-dark);
}
a:hover {
    color: var(--color-secondary);
}

figure{
    margin: 0 0 20px;
}

select,
option{
    color: #000;
    background-color: transparent;
}

textarea,
select,
input{
    border: 1px solid var(--fudou--select-input-border-color);
}

* {
    box-sizing: border-box;
}


/* Font Size */
html,
body,
td,
th{
    font-size: 16px;
}
input,
textarea,
select{
    font-size: 16px;
}

input,
textarea,
select{
    padding: 5px;
}

/* common  */
@font-face {
    font-family: 'MyYuMincho';
    src: local('YuMincho-Demibold'),  /* for Win */
         local('YuMincho Demibold');  /* for Mac */
}
input,
textarea,
select,
input[type=submit],
pre,
code {
    font-family: -apple-system, YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}


/* ios */
@supports (-webkit-touch-callout: none) {
    input[type="search"] ,
    input[type="text"] ,
    input[type="button"] ,
    input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0px;
    }
}




/* =共通レイアウト
-------------------------------------------------------------- */
body {
    font-family: -apple-system, YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    background: var(--color-background);
    color: var(--color-text);
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}
header#brand div {
    display: flex;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 1em 0.4em;
}

#main {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Footer  */
#colophon {
    max-width: 1240px;
    width: 100%;
    margin: 40px auto 0px;
    padding: 20px 5px;
    border-top: 3px solid var(--color-line);
    box-sizing: border-box;
}

.widget:after,
header:after,
#main:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

/* container */
#container {
    margin: 0;
}
.two-column #container {
    float: left;
    width: 67.8%;
    max-width: 840px;
}
.two-column #secondary {
    float: right;
    width: 29.1%;
    max-width: 360px;
}
#container.full-width {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
}
#container.bg-white {
    background-color: #fff;
}

#container section {
    margin: 0 0 50px;
    padding: 10px 25px;
    border-top: 8px solid var(--color-primary);
    background: #fff;
    box-sizing: border-box;
}
#container section.facility-discription {
    border-top: none;
}

/* content */
#content article {
    margin-bottom: 50px;
    padding: 10px 0;
    background-color: #fff;
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
    margin: 0;
}

/* divide-box */
.divide-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.divide-box .divide55.box-left,
.divide-box .divide55.box-right {
    width: 49%;
}
.divide-box .divide46.box-left,
.divide-box .divide64.box-right {
    width: 39%;
}
.divide-box .divide46.box-right,
.divide-box .divide64.box-left {
    width: 59%;
}
.divide-box .divide37.box-left,
.divide-box .divide73.box-right {
    width: 32.53%;
}
.divide-box .divide37.box-right,
.divide-box .divide73.box-left {
    width: 66%;
}




/* =Brand Logo
-------------------------------------------------------------- */
.custom-logo {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    max-height: 40px;
    width: auto;
    height: auto;
    position: absolute;
}




/* =Header
-------------------------------------------------------------- */
header .custom-logo {
    top: 18px;
}

/* 検討リスト */
.header-action {
    display: flex;
    justify-content: flex-end;
}
.header-action .btn-primary {
    display: inline-flex;
    align-items: center;
    color: var(--fudou--button-text-color);
    width: 152px;
}
.header-action .btn-primary img {
    width: 28px;
    height: auto;
    margin: 0 6px 4px 4px;
}




/* =Images
-------------------------------------------------------------- */
a img {
    border: none;
}

p img {
    margin-bottom: .5em;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    padding-right: 10px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* ロールオーバー */
a:hover img {
    opacity: 0.8;
}




/* =Forms
-------------------------------------------------------------- */
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="text"],
input#s {
    width: 98%;
    padding: 10px;
}
textarea {
    width: 80%;
}

.required::before {
    display: inline-block;
    content: "必須";
    color: #fff;
    background-color: var(--color-warning);
    border-radius: 4px;
    padding: 0 2px;
    font-size: 0.8em;
    text-align: center;
    margin-right: 0.6em;
    margin-left: -3.3em;
    width: 2.4em;
}

.any::before {
    display: inline-block;
    content: "任意";
    color: #000;
    background-color: #BBB;
    border-radius: 4px;
    padding: 0 2px;
    font-size: 0.8em;
    text-align: center;
    margin-right: 0.6em;
    margin-left: -3.3em;
    width: 2.4em;
}

.alert {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 5px #999;
    gap: 0.5rem;
    line-height: 1.5;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}




/*  =表
---------------------------------------------------------------------- */
dl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid var(--color-line-light);
}
dt {
    padding: 6px;
    width: 7em;
    border-bottom: 1px solid var(--color-line-light);
    color: var(--color-text-sub);
}
dd {
    padding: 5px;
    width: calc(100% - 7em);
    border-bottom: 1px solid var(--color-line-light);
}




/* =Footer
-------------------------------------------------------------- */
#colophon .nav-block {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
#footer-widget-area {
    width: calc(100% - 300px);
}
#footer-widget-area .menu-footer_menu-container {
    margin: 8px 0 30px;
}
#footer-widget-area .menu-footer_menu-container a {
    color: var(--color-text);
}
#footer-widget-area .menu-footer_menu-container ul {
    display: flex;
    justify-content: flex-end;
}
#footer-widget-area .menu-footer_menu-container ul li {
    padding: 0 15px;
    border-right: 1px solid var(--color-text);
}
#footer-widget-area .menu-footer_menu-container ul li:last-child {
    padding-right: 0;
    border: none;
}

/* Copyright  */
#colophon p.copybox {
    border-top: 1px solid var(--color-line);
    clear: both;
    padding: 5px;
    text-align: center;
}
#colophon small {
    margin: 10px auto;
}




/*  =ページネーション
---------------------------------------------------------------------- */
nav.pagination {
    padding: 5px 5px 80px;
    text-align: center;
}
nav.pagination a,
nav.pagination span {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4;
    border: 1px solid var(--color-line);
    border-radius: 4px;
    color: var(--color-primary-dark);
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
nav.pagination a:hover {
    color: var(--color-primary);
}
nav.pagination a.prev {
    position: relative;
    width: auto;
    font-size: 0.9rem;
    line-height: 2.3;
    margin-right: 20px;
    padding: 3px 12px 3px 30px;
}
nav.pagination a.next {
    position: relative;
    width: auto;
    font-size: 0.9rem;
    line-height: 2.3;
    margin-left: 20px;
    padding: 3px 30px 3px 12px;
}
nav.pagination a.prev::after {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    left: 11px;
}
nav.pagination a.next::after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 11px;
}
nav.pagination span.current {
    background: var(--color-primary);
    color: #FFF;
}
nav.pagination span.dots {
    border: none;
    background-color: unset;
}




/*  =投稿ナビゲーション(PREV/NEXT)
---------------------------------------------------------------------- */
nav.post-navigation .nav-links {
    display: flex;
}
nav.post-navigation .nav-links .nav-previous,
nav.post-navigation .nav-links .nav-next {
    display: flex;
    width: 45%;
    gap: 0.5em;
}
nav.post-navigation .nav-links .nav-next {
    flex-flow: row-reverse;
    margin-left: auto;
    margin-right: 0;
}
nav.post-navigation .nav-links img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}
nav.post-navigation .nav-links a span {
    display: block;
}
nav.post-navigation .nav-links .nav-next a span {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}
nav.post-navigation .nav-links .meta-nav {
    width: fit-content;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid;
    border-radius: 4px;
}
nav.post-navigation .nav-links .post-title {
    line-height: 1.4;
}




/*  =ぱんくず
---------------------------------------------------------------------- */
.breadcrumbs {
    margin-bottom: 20px;
}

div.breadcrumbs li {
    display: inline;
}

.breadcrumbs span.sp {
    margin: 0 10px;
}




/*  =ツールチップ
---------------------------------------------------------------------- */
.tooltip {
    position: relative;
    display: inline-flex;
    padding: 0 5px;
    cursor: pointer;
}
.tooltip img {
    position: relative;
    width: 0.8em;
    height: auto;
}
.tooltip .desc {
    position: absolute;
    width: 250px;
    top: 80%;
    left: 150%;
    transform: translateX(-50%);
    margin-top: 8px;
    margin-left :30px;
    padding: 10px;
    border-radius: 10px;
    background-color: #666;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.5s all;
}
.tooltip:hover .desc {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.info-fade {
  position: fixed;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: #666;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
  display:block;
  height: auto;
  color: #fff;
  cursor: pointer;
}




/*  =アコーディオン
---------------------------------------------------------------------- */
.accordion-check {
    display: none;
}
.accordion-label {
    cursor: pointer;
    text-decoration: underline;
    color: var(--color-primary-dark);
}
.accordion-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.accordion-check:checked + .accordion-label + .accordion-content {
    height: auto;
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}
.accordion-content label {
    margin-top: 12px !important;
}
.accordion-content .sub-list {
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
}
.accordion-content .sub-list span {
    width: fit-content !important;
}




/*  =モーダル
---------------------------------------------------------------------- */
#modal-wapper {
    display: none;
}
#modal-content{
    position:fixed;
    top: 35%;
    left: calc( (100% - 450px) / 2 );
    width: 450px;
    height: auto;
    margin: auto;
    padding: 80px 0;
    background: #fff;
    border: 2px solid var(--color-line);
    border-radius: 20px;
    z-index: 9999;
}
#modal-content P {
    margin-bottom: 40px;
    font-size: 1.3rem;
    text-align: center;
}
#modal-content .btn-block {
    justify-content: center;
}
#modal-content .btn {
    width: 10em;
}
#modal-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: var(--color-bg-gray-dark);
    opacity: 0.7 ;
    z-index:9998;
}

/* その他モーダル 検討リストで使用*/
.default-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: white;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display:none;
  height: auto;
}

/* modalを閉じるボタン */
.close-modal {
  position: absolute;
  top: 4px;
  right: 22px;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}




/*  =ボタン
---------------------------------------------------------------------- */
.btn-block {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.contact-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-box .btn-block {
    gap: 0.5rem;
}
.contact-box .contact_tel {
    width: 268px;
}
.contact-box .contact_tel img {
    height: 52px;
}
.contact-box .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    font-size: 0.9rem;
    padding: 0;
}

.btn,
input[type="submit"] {
    color: var(--fudou--button-text-color);
    border: none;
    border-radius: 8px;
    padding: 0.3em 0.8em;
    letter-spacing: 0.08em;
    font-size: 1em;
    line-height: 1.8;
    text-align: center;
    width: 9em;
    box-sizing: border-box;
}
.btn-primary,
input[type="submit"] {
    background-color: var(--fudou--button-background-color);
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-color) inset;
}
.btn-zip {
    background-color: var(--fudou--button-background-color);
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-color) inset;
}

.btn-secondary,
.btn-favorite {
    background-color: var(--color-secondary);
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-secondary) inset;
}
.btn-favorite::before {
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 1.2em;
    padding-right: 1px;
}
.btn-regist {
    background-color: var(--fudou--button-background-dark);
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-dark) inset;
}
.btn-regist::before {
    content: "\f15c";
    font-family: FontAwesome;
    font-size: 1.3em;
    padding-right: 5px;
}
.btn-contact {
    background-color: var(--fudou--button-background-color);
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-color) inset;
}
.btn-contact::before {
    content: "\f1d8";
    font-family: FontAwesome;
    font-size: 1.1em;
    padding-right: 4px;
}

.btn-print {
}

.btn-print::before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 1.1em;
    padding-right: 4px;
}

.btn-gray {
    color: var(--color-text);
    background-color: var(--fudou--button-background-gray);
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-gray) inset;
}

.btn:hover,
input[type="submit"]:hover {
    text-decoration: none;
    color: var(--fudou--button-text-hover-color);
}
.btn-primary:hover,
input[type="submit"]:hover {
    background-color: var(--fudou--button-background-hover-color);
}
.btn-secondary:hover,
.btn-favorite:hover {
    background-color: var(--fudou--button-background-hover-secondary);
}
.btn-regist:hover {
    background-color: var(--fudou--button-background-hover-dark);
}
.btn-contact:hover {
    background-color: var(--fudou--button-background-hover-color);
}
.btn-gray:hover {
    color: var(--color-text);
    background-color: var(--fudou--button-background-hover-gray);
}

.btn[disabled],
input[type="submit"][disabled] {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    cursor: not-allowed;
}
.btn[disabled]:hover,
input[type="submit"][disabled]:hover {
    background: #dcdcdc;
    color: var(--fudou--button-text-color);
}

a.btn {
    text-decoration: none;
}

a.btn-auto {
    width: auto;
}




/* =【Widgets】共通・サイドバー用Widgets
-------------------------------------------------------------- */
.widget {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 0 50px;
    padding: 12px;
    border-top: 8px solid var(--color-primary);
    background: #fff;
    box-sizing: border-box;
}

/* widgetタイトル */
#secondary .widget h3,
#colophon .widget-area h3 {
    font-size: 1.1rem;
}

/* バナー */
#secondary .widget_media_image {
    border-top: none;
    padding: 0 !important;
}

/* おすすめ記事・閲覧履歴 */
.widget_facility_history_list ul li,
.widget_post_side_list ul li {
    min-height: 100px;
    padding: 0.8em 0;
    border-bottom: 1px solid var(--color-line-light);
}
.widget_facility_history_list ul li:last-child,
.widget_post_side_list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget_facility_history_list ul li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: var(--color-text);
}
.widget_facility_history_list ul li a > div,
.widget_post_side_list .post-block > div {
    width: calc( 100% - 90px );
}
.widget_facility_history_list .post-thumbnail img,
.widget_post_side_list .post-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.widget_post_side_list .post-block {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: var(--color-text);
}
.widget_post_side_list .post-block a {
    display: block;
    text-decoration: none;
    color: var(--color-text);
    line-height: 1.4 !important;
}
.widget_post_side_list .post-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}
.widget_post_side_list .post-title {
    line-height: 1.4;
}
.widget_post_side_list .post-date {
    color: var(--color-text-light);
    text-align: right;
}
.widget_facility_history_list .post-title {
    line-height: 1.2;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 14px;
}
.widget_facility_history_list .post-price {
    font-size: 0.85rem;
}
.widget_facility_history_list .post-price span {
    line-height: 1.1;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 5px 0 7px;
}

/* ピックアップ施設 */
.widget_facility_side_list .slick-slider {
    margin: 8px 6px 14px;
}
.widget_facility_side_list .slick-slider .slick-prev,
.widget_facility_side_list .slick-slider .slick-next {
    width: auto;
    top: 53%;
}
.widget_facility_side_list .slick-slider .slick-prev {
    left: -32px;
}
.widget_facility_side_list .slick-slider .slick-next {
    right: -32px;
}
.widget_facility_side_list .slick-slider .slick-prev::before,
.widget_facility_side_list .slick-slider .slick-next::before {
    color: var(--color-primary);
    font-size: 40px;
}
.widget_facility_side_list .slick-slide {
    width: 256px !important;
    box-shadow: 0px 4px 10px 0px #d3d3d3;
    box-sizing: border-box;
    margin: 6px;
}
.full-width .widget_facility_side_list .slick-slider {
    margin: 8px 48px 14px;
}
.full-width .widget_facility_side_list .slick-slider .slick-prev {
    left: -48px;
}
.full-width .widget_facility_side_list .slick-slider .slick-next {
    right: -48px;
}
.full-width .widget_facility_side_list .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.widget_facility_side_list .slick-slide a {
    text-decoration: none;
    color: var(--color-text);
}
.widget_facility_side_list .slick-slide a > div {
    padding: 12px 15px;
}
.widget_facility_side_list .post-thumbnail img {
    width: 256px;
    height: 144px;
    object-fit: cover;
}
.widget_facility_side_list .post-title {
    height: 2.5em;
    overflow: hidden;
    line-height: 1.2;
    font-size: 1.1em;
    font-weight: bold;
    margin: 6px 0;
}
.widget_facility_side_list .post-price {
    font-size: 0.85rem;
}
.widget_facility_side_list .post-price span {
    line-height: 1.1;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 2px;
}
.widget_facility_side_list .btn {
    width: fit-content;
    margin: 30px auto 16px;
    display: block;
}




/* =トップページ
-------------------------------------------------------------- */
.home #main {
    padding-top: 58px;
}
.home .header-wrapper {
    position: relative;
    max-height: 600px;
    /*background-color: #fff;*/
    background-color: #EAF2FF;
}

/* ヘッダ画像・キャッチコピー・施設検索(キーワード) */
.widget_header_caption.widget_media_image {
    /*position: absolute;*/
    width: 100%;
    max-height: 600px;
    top: 0;
    text-align: center;
}
.widget_header_caption.widget_media_image img {
    /*width: 100%;*/
    width: auto;
    max-width: 2000px !important;
    height: inherit !important;
    object-fit: cover;
}

.widget_header_caption.widget_media_image a {
    width: 100%;
    max-width: 2000px !important;
    height: inherit !important;
    object-fit: cover;
}

.widget_header_caption h2 {
    position: absolute;
    z-index: 99;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
    text-align: center;
    color: #333;
    left: 0;
    right: 0;
    top: 405px;
    letter-spacing: 0.1em;
    font-family: YuMincho, MyYuMincho, serif;
}
.widget_header_caption.widget_facility_search {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    top: 500px;
}
.widget_facility_search input {
    vertical-align: middle;
    height: 54px;
    font-size: 20px;
    letter-spacing: 0;
}
.widget_facility_search input[type="search"] {
    border: none;
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 0 16px;
}
.widget_facility_search input[type="submit"] {
    border: none;
    border-radius: 0;
}

/* 記事(介護のキホン) */
.cat-list-block {
    padding: 30px;
}
.cat-list-block .btn {
    width: fit-content;
    margin: 50px auto 0;
    display: block;
}
.blog-title {
    font-size: 1.4rem;
    margin-bottom: 8px;
    margin-left: 1rem;
}
.blog-title::before {
    content: "\f02d";
    font-family: FontAwesome;
    position: relative;
    left: -0.5em;
    font-size: 1.2em;
    color: var(--color-secondary);
}
.post-cat-list {
    display: flex;
    justify-content: space-between;
}
.post-cat-list a {
    position: relative;
}
.cat-img {
    width: 260px;
}
.cat-img img{
    height:173px;
}
.cat-title {
    position: absolute;
    display: block;
    bottom: -10px;
    right: -10px;
    padding: 5px 10px;
    width: 180px;
    background-color: var(--color-secondary);
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}





/* =【Widgets】コンシェルジュ検索・エリア検索・かんたん検索
-------------------------------------------------------------- */
.search-box .item-group {
    display: flex;
    padding: 1.5em 0;
    border-bottom: 1px solid var(--color-line-light);
}
.search-box .item-group:nth-last-of-type(1) {
    border: none;
}
.search-box .item-group label {
    width: 8em;
    margin-left: 0;
    margin-right: auto;
    font-weight: bold;
}
.search-box .item-group .item-box {
    position: relative;
    width: calc( 100% - 8em );
    margin-bottom: 0;
}
.item-box.item-checkbox span {
    display: inline-block;
    width: 32.8%;
    line-height: 1.8;
}
.item-box.item-checkbox span.colspan-2 {
    width: 66.3%;
}
.search-box .item-group .item-box label {
    display: block;
    margin-top: 0;
}
.search-box .item-group .item-box select {
    width: 10em;
    margin-right: 0.4em;
}
.search-box .btn-primary {
    margin: 0 auto;
    display: inherit;
}

/* タブ切替え表示 */
.widget.widget_facility_detail_search {
    border-top: none;
    padding: 0;
}
.tab-content {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--color-background);
}
.tab-content .tabLabel {
    flex: 1;
    order: -1;
    text-align: center;
    background: #eee;
    border-radius: 10px 10px 0 0;
    margin-right: 4px;
    padding: 0.8em 0.4em 0.2em;
    cursor: pointer;
}
.tab-content .tabLabel:nth-last-of-type(1) {
    margin-right: 0;
}
.tab-content .tabLabel span {
    display: block;
    line-height: 1.8;
    font-weight: bold;
}
.tab-content > input[type="radio"] {
    display: none;
}
.tab-content .tab-box {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
}
.tab-content input:checked + .tabLabel {
    background-color: #fff;
}
.tab-content input:checked + .tabLabel + .tab-box {
    padding: 2.5em;
    height: auto;
    opacity: 1;
}




/* =施設検索結果ページ・施設詳細ページ
-------------------------------------------------------------- */
.print {
    text-align:right;
}

.page-title.search-results {
    margin-bottom: 20px;
}
.page-title.search-results h1 {
    font-size: 1.8rem;
    padding: 20px 0;
}
.single-facility #content h1,
.search-results #content h2 {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px dotted var(--color-line);
}
.single-facility #content h2 {
    font-size: 1.4rem;
    margin: 0 0 20px;
    padding: 5px 0;
}
.single-facility #content h3 {
    color: var(--color-text-sub);
    font-size: 1.2rem;
    margin: 15px 0;
    padding: 3px 0 3px 10px;
    border-left: 3px solid var(--color-text-sub);
}
.single-facility #content h3 span {
    float: right;
    font-size: 0.8em;
}
.single-facility #content img {
    object-fit: cover;
}
#facility-photo div,
.facility-main-img.affiliate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#facility-photo img {
    width: 387px;
    height: 221px;
    margin-bottom: 10px;
}
.facility-main-img img {
    /*width: 387px;*
    /*height: 332px;*/
    width: 100%;
    height:auto;
}
.facility-main-img img.photo-1 {
    height: 221px;
    margin-bottom: 3px;
}
.facility-main-img img.photo-2,
.facility-main-img img.photo-3 {
    /*width: 192px;*/
    /*height: 108px;*/
    width:50%;
    height:auto;
}
#facility-basic-info .divide55 img {
    width: 380px;
    height: 280px;
}
.facility-discription .update-date {
    color: var(--color-text-sub);
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 6px;
}
.facility-discription p {
    margin-bottom: 20px;
}

#facility-system > div {
    margin-bottom: 25px;
}
#facility-system td:nth-child(odd) {
    width: calc( (790px - (39px * 3)) / 3 );
}
#facility-system td:nth-child(even) {
    width: 39px;
    text-align: center;
}
#facility-detail th {
    width: 9em;
}

#facility-basic-info .contact-box,
#facility-plan .contact-box,
#facility-system .contact-box {
    margin-top: 30px;
}

span.tag-cat {
    font-size: 0.8rem;
    color: var(--color-primary);
    border: 1px solid;
    border-radius: 4px;
    margin-right: 8px;
    padding: 2px 5px;
    display: inline-block;
}
.entry-title span.tag-cat {
    margin: 0 0 0 25px;
}

.detail-icon {
    display: inline-flex;
    flex-wrap: wrap;
}
.detail-icon span {
    font-size: 0.72rem;
    background-color: var(--color-bg-primary);
    color: var(--color-primary);
    border: 1px solid;
    border-radius: 4px;
    margin: 0 6px 6px 0;
    padding: 5px 2px;
    width: 81px;
    text-align: center;
}
.detail-icon span.icon-off {
    color: var(--color-text-sub);
    background-color: var(--color-bg-gray);
}
.single-facility .detail-icon {
    margin-bottom: 15px;
}

/* こんな方におすすめ */
.detail-point ul.point-list {
    background-color: var(--color-background);
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 12px 20px 7px;
}
.detail-point ul.point-list li {
    position: relative;
    margin: 0 0 5px 25px;
}
.detail-point ul.point-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: -25px;
    font-size: 1.1em;
    color: var(--color-primary);
}

/* 料金プラン */
section#facility-plan {
    background: none;
}
.item-box {
    margin-bottom: 40px;
}
.item-box select {
    background-color: #fff;
    width: 10em;
    margin-right: 0.4em;
}
.item-box label {
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: bold;
}
.facility-plan-box {
    background-color: #fff;
    padding: 10px 20px;
}
.budget dt {
    width: calc( 100% - 7em );
}
.budget dd {
    width: 7em;
    text-align: right;
}




/*  =検討リスト
---------------------------------------------------------------------- */
.favorite-table {
    display: flex;
    overflow-x: scroll;
    margin: 20px 0 40px;
    border-top: 8px solid var(--color-primary);
    background-color: #fff;
    font-size: 15px;
}
.favorite-table .sub-items .hidden {
    display: none;
}
.favorite-table li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    text-align: center;
    border-top: 1px solid var(--color-line);
}
.favorite-table .sub-items dd {
    width: 100%;
    height: 50px;
    border-top: 1px dashed var(--color-line);
    border-bottom: none;
    line-height: 50px;
}
.favorite-table .sub-items dd:first-of-type {
    border-top: none;
}

.favorite-table-head {
    width: 260px;
    height: fit-content;
    background-color: var(--color-bg-primary);
    border-right: 1px solid var(--color-line);
}
.favorite-table-head .sub-items {
    position: relative;
}
.favorite-table-head .sub-items dt {
    display: block;
    position: absolute;
    width: 42%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    line-height: 1.2;
    border: none;
    color: var(--color-text);
}
.favorite-table-head .sub-items dd {
    display: block;
    width: 100%;
    margin-left: 42%;
    border-left: 1px solid var(--color-line);
    font-size: 0.9em;
}

.favorite-table-body {
    display: flex;
    width: calc(100% - 260px);
}
.favorite-table-body .favorite-list {
    flex: none;
    width: 260px;
    height: fit-content;
    border-right: 1px solid var(--color-line);
}
.favorite-table-body .favorite-info {
    display: block;
}
.favorite-table-body .favorite-info img {
    display: block;
    width: 260px;
}
.favorite-table-body .favorite-info span {
    display: block;
}
.favorite-table-body .favorite-addr,
.favorite-table-body .favorite-addr p {
    display: block;
}
section.favorite-none {
    min-height: 57vh;
}
section.favorite-none div {
    max-width: 900px;
    width: 90%;
    margin: 40px auto 20px;
    padding: 16px;
    border: 1px dotted var(--color-primary);
    text-align: center;
}




/*  =資料請求・お問い合わせ
---------------------------------------------------------------------- */
.form-block {
    margin: 20px 0 40px;
    border-top: 8px solid var(--color-primary);
    background-color: #fff;
}
.contact-name {
    max-width: 900px;
    width: 90%;
    margin: 40px auto 20px;
    padding: 16px;
    border: 1px dotted var(--color-primary);
}
.contact-table dl {
    display: table;
    width: 850px;
    border: none;
    margin: 0 auto;
}
.contact-table dl dt {
    display: table-cell;
    width: 35%;
    padding: 20px 20px 20px 60px;
    color: var(--color-text);
    vertical-align: middle;
}
.contact-table dl dd {
    display: table-cell;
    position: relative;
    width: 65%;
    padding: 20px;
}
.contact-table ul {
    display: table;
    width: 850px;
    border: none;
    margin: 0 auto;
    background: #e0edff;
    padding: 15px;
}
.contact-table ul li:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-table .submit-block {
    padding: 40px 0;
    text-align: center;
}
.contact-table .submit-block span {
    display: block;
    padding-top: 16px;
}
.submit-block .btn {
    margin: 0 5px;
}
.thanks-message {
    text-align: center;
    padding: 40px;
    min-height: 57vh;
}




/* =利用規約ページ
-------------------------------------------------------------- */
.agreement article {
    background-color: unset !important;
}
.agreement .entry-content h2 {
    margin-top: 100px;
}
.agreement .entry-content ul,
.agreement .entry-content ol {
    border: none;
}
.agreement .entry-content li {
    line-height: 1.6;
}




/* =blog記事一覧・archive記事一覧
-------------------------------------------------------------- */
.blog #content h1,
.archive #content h1 {
    margin-bottom: 1em;
}
.archive-post-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px 20px 10px 10px;
}
.archive-post-block img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.archive-post-block .post-thumbnail {
    min-height: 200px;
}
.archive-post-block .text-box {
    position: relative;
    width: calc( 100% - 300px );
    padding: 0 12px 0 28px;
}
.archive-post-block .text-box h2 {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.archive-post-block .text-box .entry-date {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}




/* =entry-content
-------------------------------------------------------------- */
.entry-header {
    max-width: 780px;
    width: 93%;
    margin: 20px auto;
    padding: 16px;
    border: 1px dotted var(--color-primary);
    background-color: unset;
}
.entry-meta {
    text-align: right;
}
.entry-meta .entry-date {
}
.entry-meta .entry-sns {
}

.entry-thumbnail {
    text-align: center;
    margin-bottom: 10px;
}
.entry-thumbnail img {
    width: 540px;
    height: 360px;
    object-fit: cover;
}

.entry-content {
    max-width: 780px;
    width: 93%;
    margin: 0 auto 40px;
}
.entry-content h2 {
    font-size: 1.4rem;
    margin: 25px 0 15px;
    border-bottom: 3px solid var(--color-primary);
}
.entry-content h3 {
    font-size: 1.2rem;
    margin: 23px 0 12px;
    padding: 2px 0 2px 10px;
    border-left: 4px solid var(--color-primary);
    background-color: #fff;
}
.entry-content h4 {
    margin: 23px 0 12px;
    padding: 2px 10px;
    background-color: var(--color-bg-primary);
}
/* 表・画像の上に入れるタイトル用 */
.entry-content h6 {
    margin-bottom: -16px;
    font-size: 1em;
    font-weight: normal;
}

.entry-content img {
    margin: 20px auto;
}

.entry-content table {
    margin: 20px auto;
}
.entry-content th {
    color: var(--color-text);
    background-color: var(--color-bg-primary);
}

.entry-content ul {
    list-style: disc inside;
}
.entry-content ul,
.entry-content ol {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 12px 15px 0;
    border: 1px solid var(--color-primary-light);
}
.entry-content li {
    margin-bottom: 10px;
    line-height: 1.4;
    margin-left: 1.1em;
    text-indent: -1.1em;
}
.entry-content ol > li > ol {
    margin-top: -0.6rem;
}
.entry-content ol > li > ol > li {
    list-style-type: none;
    counter-increment: cnt;
    margin-bottom: 5px;
}
.entry-content ol > li > ol > li::before {
    content: "(" counter(cnt) ") ";
    display: inline-block;
    width: 1.1em;
    text-align: center;
}

/* 「この記事のまとめ」欄 */
.entry-content .entry-summary {
    margin-top: 80px;
    border: 3px solid var(--color-secondary);
}
.entry-content .entry-summary h2 {
    position: relative;
    top: -32px;
    left: -3px;
    width: fit-content;
    margin: 0;
    padding: 3px 12px;
    border: none;
    border-radius: 5px 5px 0 0;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.2em;
}
.entry-content .entry-summary ul {
    position: relative;
    top: -1rem;
    margin: 0;
    border: none;
    list-style: none;
}
.entry-content .entry-summary li {
    margin-left: 2em;
    text-indent: 0;
}
.entry-content .entry-summary li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 1.1em;
    font-size: 1.1em;
    color: var(--color-secondary);
}

/* 目次 */
.entry-content .table-of-contents {
    margin: 60px auto 50px;
    max-width: 540px;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}
.entry-content .table-of-contents h2 {
    position: relative;
    top: -18px;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px 2px 30px;
    border: 1px solid var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
    border-radius: 22px;
    background-color: #fff;
    font-size: 1rem;
}
.entry-content .table-of-contents h2::before {
    content: "\f0ca";
    font-family: FontAwesome;
    position: relative;
    left: -0.4em;
}
.entry-content .table-of-contents ul {
    position: relative;
    top: -0.3rem;
    margin: 0;
    padding: 0 10px 0 15px;
    border: none;
}
.entry-content .table-of-contents li {
    list-style: none;
}
.entry-content .table-of-contents li::before {
    content: "\f144";
    font-family: FontAwesome;
    position: relative;
    left: -0.5em;
    color: var(--color-primary);
}



/* =blockquote
-------------------------------------------------------------- */
/*
blockquote {
    color: #686868;
    font-style: italic;
    margin: 20px 0 20px 20px !important;
    padding: 0 0 0 20px;
}
*/
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}




/* =404 page
-------------------------------------------------------------- */
.error404 #main {
    margin-top: 45.59px;
}
.error404 #content article {
    padding-top: 40px;
}
.error404 #content h1,
.error404 #content p {
    text-align: center;
}
.error404 #content h1 .title-en {
    font-size: 5rem;
    line-height: 3.6rem;
    color: var(--color-text-light);
}
.error404 #content h1 .title-en span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.error404 #content .entry-header {
    font-weight: bold;
    margin-bottom: 30px;
}
.error404 #content p {
    margin-bottom: 14px;
}
.error404 #content .btn {
    width: fit-content;
    margin: 30px auto 0;
    display: block;
}


/* ACC */
.acd-check {
    display: none;
}
.acd-label {
    padding: 10px 15px;
    box-sizing: border-box;
    background: #eee;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5px;
    width: 100%;
}
.acd-label::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    transition: all 0.3s;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.acd-content p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    align-items: center;
    word-break: break-all;
}

.acd-check:checked + .acd-label::after {
    transform: rotate(180deg);
}

.pc { display: block !important; }
.sp { display: none !important; }

.favoite-img{
    width:100%;
}

@media screen and (max-width: 960px) {
    .acd-label {
        width: 95%;
    }
    .acd-content {
        width: 95%;
    }
    .acd-check:checked + .acd-label + .acd-content {
        padding: 10px 0;
    }
}


/* Top */
.btn-app {
    position: relative;
    width: 260px;
    height: 65px;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    transition: .2s ease;
    overflow: hidden;
    line-height: 65px;
    color: #fff;
    box-shadow: -2px -2px 6px var(--fudou--button-shadow-color) inset;
    background: #3353A1;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}
.btn-app:active, .btn-app:link, .btn-app:visited {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sp-top-area {
    display: none !important;
}
.top-area {
    top:0;
    width:100%;
    height:400px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: table;
    color: #3353A1;
}

.top-inner {
    max-width:1240px;
    width:100%;
    margin:0 auto;
    display: table-cell; 
    vertical-align: middle;
}
.top-text {
    width: 50.8%;
    max-width: 840px;
    margin-left:18%
}

.top-text h1{
    font-size: 24px;
    font-weight: 700;
    color: #031849;
    font-family: 'Noto Sans JP', sans-serif;
}

.top-text p{
    font-size: 17px;
    font-weight: 400;
    color: #031849;
    font-family: 'Noto Sans JP', sans-serif;
}

/* 検討リスト */
input[type=checkbox] {
    transform: scale(1.3);
    margin: 0 6px 0 3px;
}

