@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

/* Penguin側ページのCSS（css/penguin2-defo.css）が var(--main-color) を9箇所で使うため定義する。
   値はこのサイトで最も多く使われている紺色（#0f335d が43箇所） */
:root {
    --main-color: #0F335D;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.sa_font {
    font-family: 'Noto Sans JP', sans-serif;
}

.hel_font {
    font-family: "Helvetica", "Arial", sans-serif;
}

body {
    color: #242424;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

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

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.hd_top {
    width: 100%;
    background-color: #0f335d;
    color: #fff;
    font-size: 12px;
    letter-spacing: .08em;
    padding-left: 50px;
}

.hd_wrap {
    width: 1340px;
    margin: 0 auto;
    justify-content: center;
}

.hd_middle {
    padding-bottom: 20px;
}

.hd_middle .flex-sb {
    align-items: center;
}

.hd_title .logo {
    padding-top: 20px;
}

.hd_sub_title {
    color: #0F335D;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
}

.hd_info {
    padding-top: 30px;
}

form.search_form {
    position: relative;
    padding-right: 45px;
    margin-left: auto;
}

form.search_form:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #0F335D;
    position: absolute;
    top: 20px;
    left: 5px;
    transform: rotate(90deg);
}

input.search_box {
    width: 355px;
    height: 40px;
    padding: 0px 0 0px 30px;
    border: 1px solid #0F335D;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    padding-right: 10px;
}

/* Penguin側ページの「検索結果を見る」も class="search_btn" のため、
   ヘッダー検索フォーム内に限定する */
.search_form input.search_btn {
    position: absolute;
    top: 0px;
    right: 14px;
    background-color: #0F335D;
    border: none;
    width: 32px;
    height: 40px;
    background-image: url(../../uploads/2022/01/renthome-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.hd_tag {
    width: 405px;
}

.hd_tag a {
    color: #696969;
    font-size: 12px;
    letter-spacing: .11em;
    padding-right: 10px;
    line-height: 1.4;
}

.hd_tag a:hover {
    color: #0F335D;
}

.hd_menu {
    text-align: center;
    padding-top: 15px;
}

.hd_menu a {
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.2;
    border-right: 1px dashed #7c7c7c;
    padding-right: 25px;
    margin-right: 25px;
}

.hd_menu a:nth-child(5) {
    border: none;
    margin: 0;
}

.hd_menu a:nth-child(6) {
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #D1131A;
    line-height: 2.8;
    width: 160px;
    height: 38px;
    border-radius: 4px;
}

/* .hd_menu a:nth-child(6):hover {
    color: #fff;
} */

.hd_menu a:hover,
.hd_menu a:hover span {
    color: #0F335D;
}

.hd_menu span {
    color: #606060;
    font-size: 10px;
}

.hd_btn {
    border-top: 4px solid #0f335d;
    border-bottom: 4px solid #0f335d;
}

.hd_btn a {
    border-right: 4px solid #0f335d;
    text-align: center;
    padding: 15px 20px;
    color: #0f335d;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.2;
    background: linear-gradient(165deg, #fff 50%, #f7faff 50%);
    position: relative;
    z-index: 0;
    transition: .3s;
    /* flex-grow: 1; */
}

.hd_btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(165deg, #e61c24 50%, #cb0008 50%);
    opacity: 0;
    transition: .3s;
}

.hd_btn a:hover:after {
    opacity: 1;
}

.hd_btn a:hover {
    color: #fff;
}

.hd_btn a:first-of-type {
    border-left: 4px solid #0f335d;
}

.hd_btn span {
    font-size: 12px;
}

section#top_main {
    background-image: url(../../uploads/2022/01/renthome-main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    text-align: center;
}

.main_content {
    justify-content: center;
    margin-bottom: 5px;
}

.main_subtitle {
    margin-bottom: 10px;
}

.main_search {
    margin: 35px 0 0 10px;
}

.main_city {
    justify-content: center;
    margin-bottom: 70px;
}

.main_city p {
    color: #fff;
    background-color: #0F335D;
    font-size: 20px;
    letter-spacing: .12em;
    font-weight: bold;
    padding: 5px 20px 5px 25px;
    margin-right: 15px;
    border-radius: 6px;
}

.main_city p:last-of-type {
    margin-right: 0;
}

section#search {
    text-align: center;
    padding: 100px 0 120px;
}

.section_title {
    color: #0F335D;
    font-size: 40px;
    letter-spacing: .12em;
    line-height: 1.2;
}

.subtitle {
    font-weight: bold;
    letter-spacing: .16em;
    position: relative;
    margin-bottom: 40px;
}

.subtitle:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #0F335D;
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}

.search_text {
    font-size: 14px;
    letter-spacing: .16em;
    margin-bottom: 10px;
}

.search_tab_btn {
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.search_tab_btn p {
    color: #0f335d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .12em;
    border: 2px solid #0F335D;
    /* margin-right: 10px; */
    padding: 5px 30px;
    border-radius: 4px;
    cursor: pointer;
}

.tab_btn.active {
    color: #fff;
    background-color: #CB0008;
}

.search_tab_panel .tab_panel {
    display: none;
}

.search_tab_panel .tab_panel.active {
    display: flex;
}

.search_list {
    margin-right: 15px;
}

.search_list:nth-child(3n) {
    margin-right: 0;
}

.search_list .list_img {
    border: 3px solid #0F335D;
    border-radius: 4px 4px 0 0;
}

.search_list:hover .list_name {
    color: #fff;
    background-color: #0F335D;
    transition: .3s;
}

.list_name {
    color: #0F335D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .16em;
    border: 3px solid #0F335D;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 5px 0;
}

section#arrival {
    text-align: center;
    padding: 130px 0;
}

.archive-tenant section#arrival {
    padding-bottom: 0;
}

.arrival .subtitle:after {
    content: none;
}

.arrival .subtitle {
    margin-bottom: 20px;
}

.tenant_ul {
    margin-bottom: 40px;
}

.tenant_list {
    margin-right: 10px;
    text-align: left;
    width: 220px;
}

.tenant_list:nth-child(5n) {
    margin-right: 0;
}

.tenant_list a {
    color: #242424;
}

.tenant_list .img {
    width: 220px;
    height: 166px;
    position: relative;
    border: 3px solid #19325A;
    border-radius: 4px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.tenant_list .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tenant_list .title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 10px 0;
}

.tenant_list .access {
    font-size: 12px;
    letter-spacing: .16em;
    line-height: 1.3;
    padding-bottom: 5px;
}

.tenant_list .cost {
    color: #E61C24;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .04em;
    padding-bottom: 10px;
}

.tenant_list .cost span {
    color: #242424;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}

.tenant_list:hover .title {
    color: #0f335d;
}

.tenant_btn a {
    color: #fff;
    background-color: #0F335D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .12em;
    padding: 20px 50px;
    border-radius: 6px;
}

section#work {
    background-image: url(../../uploads/2022/01/renthome-work-back.png);
    text-align: center;
    padding: 80px 0;
}

.work .subtitle {
    margin-bottom: 5px;
}

.work .subtitle:after {
    content: none;
}

.work_ul {
    margin-bottom: 50px;
}

.work_list {
    text-align: left;
}

.work_list time {
    font-size: 12px;
    letter-spacing: .01em;
}

.work_list p img {
    width: 270px;
    height: 180px;
    border: 3px solid #0f335d;
    border-radius: 4px;
}

.work_list .label {
    color: #0F335D;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .16em;
    border: 1px solid #19325A;
    display: inline-block;
    border-radius: 15px;
    padding: 2px 20px;
    margin: 10px 0;
}

.work_list .name {
    font-weight: bold;
    letter-spacing: .16em;
    margin-bottom: 5px;
}

.work_list .text {
    font-size: 12px;
    letter-spacing: .16em;
    width: 235px;
    line-height: 1.5;
}

.work_list:hover .name {
    color: #0f335d;
}

.work_btn a {
    color: #fff;
    background-color: #0F335D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .12em;
    padding: 15px 75px;
    border-radius: 6px;
}

section#shop {
    text-align: center;
    padding: 0 0 80px;
}

.shop .wrap {
    width: 1240px;
}

.shop h2 {
    margin-bottom: 10px;
}

.shop .subtitle {
    font-size: 18px;
    letter-spacing: .22em;
    margin-bottom: 10px;
}

.shop .subtitle:after {
    content: none;
}

.shop_text {
    font-size: 14px;
    letter-spacing: .13em;
    line-height: 1.6;
    margin-bottom: 25px;
}

.shop_list {
    text-align: left;
    margin: 0 10px 30px 0;
    flex: 1;
}



.shop_list:nth-child(4n) {
    margin-right: 0;
}

.shop_list .logo {
    width: 195px;
    margin: 5px 0 10px;
}

.shop_list .logo img {
    width: 100%;
}

.shop_list .img {
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #0F335D;
    aspect-ratio: 3/4;
    width: 100%;
}

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

.shop_list .name {
    color: #0F335D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .03em;
    margin-bottom: 5px;
}

.shop_list .access {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
}

.shop_list a {
    color: #0f335d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .16em;
}

.shop_list a>img {
    vertical-align: middle;
    padding-left: 5px;
}

.top_footer {
    background-color: #FCFCFC;
    padding: 60px 0 0;
}

.top_footer h2 {
    margin-bottom: 15px;
}

.top_footer .access {
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.3;
}

.ft_info .tel {
    color: #0F335D;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    pointer-events: none;
}

.ft_info .tel span {
    font-size: 14px;
}

.ft_info .line {
    width: 3px;
    height: 20px;
    background-color: #0F335D;
    margin: 5px 10px 0;
}

.ft_info .fax {
    color: #0F335D;
    font-size: 20px;
    font-weight: bold;
}

.ft_info .fax span {
    font-size: 14px;
}

.ft_contact_btn {
    margin-bottom: 15px;
}

.ft_contact_btn a {
    color: #fff;
    background-color: #D1131A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .12em;
    padding: 15px 50px;
    border-radius: 4px;
}

.ft_info .licence {
    font-size: 12px;
    letter-spacing: .03em;
}

.ft_map_cont {
    width: 700px;
}

.ft_map_cont .map_wrap {
    width: 100%;
    height: 220px;
    line-height: 1;
}

.ft_map_cont .map_wrap iframe {
    width: 100%;
    height: 100%;
}

.ft_top {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.ft_menu {
    justify-content: center;
    margin-bottom: 60px;
}

.ft_menu_list {
    margin-right: 50px;
}

.ft_menu_list:last-of-type {
    margin-right: 0;
}

.ft_menu_list a {
    color: #242424;
    font-size: 14px;
    letter-spacing: .12em;
}

.ft_last {
    background-color: #0F335D;
    text-align: center;
    padding: 5px 0;
}

.ft_last small {
    color: #fff;
    font-size: 12px;
    letter-spacing: .01em;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
}

.work .bx-wrapper .bx-controls-direction a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0f335d;
    top: 120px;
}

.work .bx-controls-direction .bx-prev {
    left: -15px;
    background: url(../../uploads/2022/01/renthome-left.svg);
}

.work .bx-controls-direction .bx-next {
    right: -15px;
    background: url(../../uploads/2022/01/renthome-right.svg);
}

/*********************************************
 * PC固定ページ 共通設定
 *********************************************/

.common-page_main {
    background-image: url(../../uploads/2022/02/renthome-company-1.jpg);
    background-position: right 40% top;
    height: 350px;
    position: relative;
    background-size: cover;
}

.common-page_main .wrap {
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

body.page-id-199 .common-page_main {
    background-image: url(../../uploads/2022/02/renthome-shoplist.jpg);
    background-size: cover;
    background-position: left 50% top 10%;
}

body.page-id-53 .common-page_main {
    background-image: url(../../uploads/2022/02/renthome-privacy-2.jpg);
    background-size: cover;
    background-position: right 45% top;
}

body.page-id-27 .common-page_main {
    background-image: url(../../uploads/2022/02/renthome-sitemap.jpg);
    background-size: cover;
    background-position: right 45% top 10%;
}

body.page-id-14 .common-page_main {
    background-image: url(../../uploads/2022/02/renthome-contact.jpg);
    background-position: left 30% top 50%;
    background-size: cover;
}

.common-page_main .title_box {
    letter-spacing: 0.2em;
    background: #fff;
    background: linear-gradient(165deg, #fff 50%, #f7faff 50%);
    padding: 30px 80px;
    border: 4px solid #10335d;
}

.common-page_wrap {
    padding: 100px 0;
}

.common-page_main .sub_title {
    color: #0f335d;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
}

.common-page_main h1 {
    font-size: 16px;
}

.common-page_title {
    text-align: left;
    margin-bottom: 2em;
    border-bottom: 2px solid #c0c0c0;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title p.sub_title {
    font-size: 14px;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.common-page_title p.sub_title:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #CB0008;
    position: absolute;
    bottom: -2px;
    left: 0;
}

p.reserve_text {
    text-align: center;
    font-size: 30px;
}

a.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

a.common-btn:hover {
    opacity: .7;
}

.page-main section#shop {
    padding: 0;
}

.page-main .shop_list:last-of-type a {
    margin-left: 0;
}

/* パンくず */

.breadcrumb {
    font-size: 12px;
    letter-spacing: .1em;
    padding: 25px 0 0;
    text-align: right;
    margin-right: 150px;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.breadcrumb .wrap>span {
    background-color: #0f335d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
}

.breadcrumb span.icon {
    color: #fff;
    padding-right: 5px;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/

section.company_profile {
    margin-bottom: 100px;
}

section.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

section.company_profile table tr:nth-child(odd) {
    background-color: #f7f7f7;
}

section.company_profile table th,
section.company_profile table td {
    padding: 1.4em;
}

section.company_profile table th {
    width: 20%;
}

section.company_profile table td {
    width: 80%;
}

section.company_access .map {
    height: 350px;
    margin-bottom: 60px;
}

section.company_access .map iframe {
    width: 100%;
    height: 100%;
}

.train {
    margin-bottom: 30px;
}

.train .title,
.car .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.train .station {
    font-weight: bold;
    margin-bottom: 15px;
}

.train .title img,
.car .title img {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-right: 5px;
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/

section#page-contact table {
    width: 700px;
    border-collapse: collapse;
    margin: 0 auto 50px;
}

section#page-contact table th,
section#page-contact table td {
    padding: 1em;
    font-size: 14px;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"],
section#page-contact input[type="email"],
section#page-contact #zip {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
    text-align: center;
    margin: 0 0 20px;
}

section#page-contact p.attention span {
    margin-left: 5px;
    margin-right: 2px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

section#page-contact div#btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
    background-color: #bf0000;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */

.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */

.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */

.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */

.radio-btns .radio-btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/

.radio-btns .radio-btns__item:checked+span {
    color: #f18800;
}

.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */

section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

/* サンクスページ */

section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
    background-color: #bf0000;
}

/* ステップバー デザイン */

section#page-contact .progressbar {
    margin-bottom: 30px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before,
section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */

section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/

section.privacy_page p.main_text {
    line-height: 2;
    margin-bottom: 3em;
}

section.privacy_page dl {
    margin-bottom: 30px;
}

section.privacy_page dl:last-child {
    margin-bottom: 0;
}

section.privacy_page dl dt {
    font-weight: 600;
    margin-bottom: .5em;
    border-left: 5px solid #cb0008;
    padding-left: 1em;
}

section.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/

section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/

/*wp-pagenavi base*/

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #19325A;
    border-color: #19325A;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #19325A;
    border-color: #19325A;
    font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/

div#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 10px 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgb(52 61 74 / 20%);
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    color: #fff;
    background-color: #566b73;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

div#single_page .singleContent {
    width: 62%;
}

div#single_page .singleContent a.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
    opacity: .7;
}

div#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 20px;
}

div#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

div#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

div#single_page aside#info-side p#news-not_found {
    text-align: center;
}

div#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

div#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*********************************************
 * PC サイトマップページ
 *********************************************/

.sitemap_page .wrap .sitemap_block {
    margin-top: 55px;
}

.sitemap_page .wrap .sitemap_block:first-of-type {
    margin-top: 0;
}

.sitemap_page .wrap .sitemap_block .sitemap_block_ttl {
    color: #0f335d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.4;
    border-left: 4px solid #0f335d;
    padding-left: 14px;
    margin-bottom: 20px;
}

/* 自前のリスト（Penguin側ページ）とプラグイン出力（#sitemap_list）を同じ見た目にする */
.sitemap_page .wrap .sitemap_block .sitemap_search_list,
.sitemap_page .wrap .sitemap_block #sitemap_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.sitemap_page .wrap .sitemap_block .sitemap_search_list .sitemap_search_item,
.sitemap_page .wrap .sitemap_block #sitemap_list li {
    border-bottom: 1px solid #dcdcdc;
    margin-left: 0;
    padding: 0;
}

.sitemap_page .wrap .sitemap_block .sitemap_search_list .sitemap_search_item .sitemap_search_link,
.sitemap_page .wrap .sitemap_block #sitemap_list li a {
    color: #242424;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 1.5;
    display: block;
    padding: 16px 4px;
}

.sitemap_page .wrap .sitemap_block .sitemap_search_list .sitemap_search_item .sitemap_search_link::before,
.sitemap_page .wrap .sitemap_block #sitemap_list li a::before {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #0f335d;
    padding-right: 10px;
}

span.red {
    color: #c70000;
}

.tenant_image_slider_area {
    width: 600px;
}

.tenant_slider_pager_area {
    width: 510px;
}

section#tenant_image {
    background-color: #333;
    padding: 30px 0;
}

.tenant_slider_pager_area ul li {
    width: 98px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 80px;
}

.tenant_slider_pager_area ul li:nth-child(5n) {
    margin-right: 0;
}

.tenant_slider_pager_area ul li a {
    display: block;
    height: 100%;
    position: relative;
    background: #fff;
}

.tenant_slider_pager_area ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tenant_image_slider>div {
    height: 400px;
    background: #fff;
}

.tenant_image_slider_area .bx-wrapper {
    margin: 0;
}

.tenant_image_slider div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.tenant_image_slider p.slide_now {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #10335d;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 6px 0 0;
}

.tenant_image_slider_area .bx-wrapper .bx-controls-direction a {
    background: #10335d;
    box-shadow: 0 0 0 2px #fff;
}

.tenant_image_slider_area .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -16px;
}

.tenant_image_slider_area .bx-wrapper .bx-controls-direction a.bx-next {
    right: -16px;
}

.tenant_image_slider_area .bx-wrapper .bx-controls-direction a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 2px 2px 0 0;
}

.tenant_image_slider_area .bx-wrapper .bx-controls-direction a.bx-prev:before {
    transform: rotate(-135deg);
    left: 2px;
}

.tenant_image_slider_area .bx-wrapper .bx-controls-direction a.bx-next:before {
    transform: rotate(45deg);
    right: 2px;
}

section#tenant_top {
    background: #f2f2f2;
    padding: 100px 0 50px;
}

section#tenant_top .title_area {
    background: #10335d;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
}

section#tenant_top .title_area .cat {
    background: #fff;
    color: #10335d;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 20px;
    margin-right: 20px;
}

section#tenant_top .title_area h1 {
    font-size: 20px;
}

section#tenant_top .breadcrumb {
    margin: 0;
    padding: 10px 0;
}

section#tenant_top .breadcrumb a {
    color: #333;
}

section#tenant_top .breadcrumb span.icon {
    color: #333;
    font-size: 10px;
}

table.tenant_top_tabel {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
}

table.tenant_top_tabel .title {
    background: #fff;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}

table.tenant_top_tabel td {
    padding: 0;
    border: 1px solid #ccc;
}

table.tenant_top_tabel td .content {
    height: 90px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1.5;
    align-content: center;
}

table.tenant_top_tabel td .content span.point {
    font-size: 130%;
    color: #ff5722;
    display: block;
    width: 100%;
}

section#tenant_detail {
    padding: 100px 0;
}

.tenant_detail-left {
    width: 740px;
}

.tenant_detail-right {
    width: 350px;
}

.tenant_detail-left h2 {
    border-left: 3px solid #10335d;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.tenant_detail-left table {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
}

.tenant_detail-left table th {
    width: 20%;
    background: #f2f2f2;
}

.tenant_detail-left table td {
    width: 30%;
}

.tenant_detail-left table th,
.tenant_detail-left table td {
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid #ccc;
}

.tenant_detail-left table td {
    text-align: left;
    padding: 10px 15px;
}

.tenant_detail-right h2 {
    background: #10335d;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 0 20px;
}

.tenant_detail-right .sub_title {
    font-weight: bold;
    margin: 20px 0 10px;
    align-items: center;
}

.tenant_detail-right .sub_title .icon {
    width: 16px;
    margin-right: 10px;
    line-height: 0;
}

.tenant_detail-right>.text {
    font-size: 14px;
    margin-bottom: 20px;
}

.tenant_detail-right .map_area {
    height: 400px;
}

.tenant_detail-right .map_area iframe {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
}

.tenant_slider_pager_area ul li a.active {
    box-shadow: 0 0 0 2px #ff9800;
}

.singleContent img {
    height: auto;
}

.singleContent img {
    height: auto;
}

.single_works_image .name {
    font-weight: bold;
    font-size: 20px;
    border-left: 4px solid #0f335d;
    padding-left: 10px;
    margin-bottom: 10px;
}

.archive-works ul.tenant_ul li {
    margin-right: 20px;
    margin-bottom: 20px;
}

.archive-works ul.tenant_ul li:nth-child(4n) {
    margin-right: 0;
}

.tenant_list .cost small {
    font-size: 60%;
}

span.small {
    font-size: 60%;
}

section#tenant_contact {
    padding-bottom: 100px;
}

section#tenant_contact h2 {
    text-align: center;
    background: #10335d;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: 0 0 50px;
}

section#tenant_contact .btn_area .mail a {
    color: #fff;
    background-color: #D1131A;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .12em;
    padding: 24px 0;
    border-radius: 4px;
    width: 430px;
    display: block;
    text-align: center;
    line-height: 1.5;
}

section#tenant_contact .btn_area .tel {
    width: 450px;
    background: #f2f2f2;
    text-align: center;
    padding: 15px;
}

section#tenant_contact .btn_area .tel .title {
    background: #10335d;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
}

section#tenant_contact .btn_area .tel .num {
    color: #10335d;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 3px;
}

section#tenant_contact .btn_area .tel .num span {
    font-size: 60%;
}

section#tenant_contact .btn_area {
    justify-content: space-around;
}

section#tenant_contact .btn_area .tel .time {
    font-size: 80%;
    font-weight: bold;
    color: #666;
}

.tenant_detail-left_flex .tenant_detail_box {
    width: 50%;
    font-size: 14px;
    box-shadow: 0 0 0 1px #eee;
    background: #fff;
}

.tenant_detail-left_flex .tenant_detail_box-long {
    width: 100%;
}

.tenant_detail-left_flex .tenant_detail_box .th {
    width: 120px;
    background: #f2f2f2;
    padding: 15px 0 15px 10px;
    font-weight: bold;
}

.tenant_detail-left_flex .tenant_detail_box .td {
    width: calc(100% - 120px);
    padding: 15px 0 15px 10px;
}

/* === ヘッダーメニュー（PENGUIN2仕様で項目が増えたため調整） === */
.hd_menu a {
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.2;
    border-right: 1px dashed #7c7c7c;
    padding-right: 10px;
    margin-right: 10px;
}

/* 旧5項目メニュー前提の nth-child 指定を打ち消す。
   項目が7つになり、:nth-child(6) の赤ボタン指定が「お気に入り」に当たってしまうため */
.hd_menu a:nth-child(5),
.hd_menu a:nth-child(6) {
    border-right: 1px dashed #7c7c7c;
    padding-right: 10px;
    margin-right: 10px;
    color: #242424;
    background-color: transparent;
    line-height: 1.2;
    width: auto;
    height: auto;
    border-radius: 0;
}

.hd_menu a:nth-child(5):hover,
.hd_menu a:nth-child(6):hover {
    color: #0F335D;
}

.hd_menu a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

/* === FV（元は文字を画像で出していたので、白フチ＋塗りを再現する）
   値は元SVGの stroke-width（サブ7 / メイン9）と fill をそのまま移した === */
.main_subtitle p {
    font-size: 25px;
    font-weight: bold;
    color: #0f335d;
    -webkit-text-stroke: 7px #fff;
    paint-order: stroke fill;
    letter-spacing: .08em;
    width: fit-content;
    margin: 0 auto 1em;
    background-color: #fff;
    border-radius: 100vmax;
    padding: 0.7em 2em;
    border: solid 3px #0f335d;
    line-height: 1;
}

.main_title {
    /* 38pxだと1行に1355px必要でwrap(1140px)に収まらず2行になるため31pxにした */
    font-size: 31px;
    font-weight: bold;
    color: #0f335d;
    -webkit-text-stroke: 6px #fff;
    paint-order: stroke fill;
    line-height: 1.6;
}

/* 検索フォームの隣に移した「お問い合わせ」。
   元の .hd_menu a:nth-child(6) の赤ボタン（#D1131A・幅160px・角丸4px）を踏襲する。
   2行（日本語＋英語）なので高さは固定せず padding で確保している */
.hd_contact {
    display: block;
    width: 160px;
    padding: 4px 0;
    background-color: #D1131A;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.2;
    text-align: center;
    margin-left: 20px;
    transition: .3s;
}

.hd_contact:link,
.hd_contact:visited,
.hd_contact:hover,
.hd_contact:active {
    color: #fff;
}

.hd_contact:hover {
    opacity: .8;
}

.hd_contact span {
    color: #fff;
    font-size: 10px;
}

@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    .top_header {
        margin-top: 40px;
    }

    .hd_wrap {
        width: 100%;
    }

    .hd_title {
        margin-left: 4vw;
    }

    .hd_title .logo {
        padding: 0 0 5px;
    }

    .hd_title .logo a img {
        width: 80%;
    }

    .hd_sub_title {
        font-size: 10px;
        line-height: 1;
    }

    .hd_info {
        padding-top: 10px;
    }

    form.search_form:before {
        left: 5vw;
    }

    form.search_form {
        margin-top: 20px;
    }

    input.search_box {
        width: 100%;
        margin-left: 4vw;
        padding-right: 2.5vw;
    }

    .search_form input.search_btn {
        right: 0;
    }

    section#top_main {
        padding: 60px 0;
        background-position: center;
    }

    h1.main_title {
        font-size: 5vw;
        margin: 0 0 4px 10px;
    }

    .main_search {
        width: 30%;
        margin: 3vw 0 0 0;
    }

    .main_search img {
        margin-left: 2vw;
    }

    .main_city {
        margin-bottom: 10vw;
        gap: 10px 5px;
    }

    .main_city p {
        font-size: 14px;
        width: 48%;
        margin-right: 0;
        padding: 0;
        height: 40px;
        line-height: 2.9;
        margin-bottom: 0;
    }

    .main_city p:last-of-type {
        margin-right: 6px;
        background-color: #fff;
        color: #0f335d;
        border: 3px solid #0f335d;
        line-height: 2.5;
        text-align: center;
        position: relative;
    }

    .main_city p:last-of-type img {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    section#search {
        padding: 50px 0 60px;
    }

    .section_title {
        font-size: 26px;
    }

    .subtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .subtitle:after {
        content: none;
    }

    .search_text {
        font-size: 12px;
        text-align: left;
        margin-bottom: 15px;
    }

    .search_tab_btn p {
        font-size: 12px;
        width: 30%;
        /* margin: 0 5px 5px 0; */
        padding: 5px 10px;
    }

    .search_list {
        margin-right: 1px;
        width: 30%;
        display: inline-block;
    }

    .search_list:nth-child(3n) {
        margin-right: 3.5px;
    }

    .search_list .list_img {
        border: 2px solid #0f335d;
    }

    .list_name {
        font-size: 12px;
        border: 2px solid #0f335d;
        border-top: none;
    }

    section#arrival {
        padding: 70px 0;
    }

    .arrival .subtitle {
        margin-bottom: 20px;
    }

    .tenant_ul {
        margin-bottom: 20px;
    }

    .tenant_list {
        margin: 0 0 15px;
        width: 100%;
    }

    .tenant_list .sp_flex {
        display: flex;
    }

    .list_info {
        text-align: left;
        margin-left: 10px;
        width: 50%;
    }

    .tenant_list .title {
        font-size: 4vw;
    }

    .tenant_list .access {
        font-size: 4vw;
    }

    .tenant_list .cost {
        font-size: 5vw;
    }

    .tenant_list .cost span {
        font-size: 4vw;
    }

    .tenant_list .img {
        width: 40%;
        height: 27.3vw;
    }

    .tenant_list .img img {
        width: 50vw;
        margin-top: 0;
    }

    .tenant_btn a {
        font-size: 4vw;
        display: inline-block;
        width: 100%;
    }

    section#work {
        padding: 40px 0;
    }

    .work_list p img {
        width: 100%;
        height: auto;
    }

    .work_btn a {
        font-size: 3.5vw;
        display: inline-block;
        width: 100%;
    }

    section#shop {
        padding: 0 0 40px;
    }

    .shop h2 img {
        width: 70%;
    }

    .shop .subtitle {
        font-size: 14px;
    }

    .shop_text {
        font-size: 12px;
        text-align: left;
    }

    .shop_list {
        margin: 0 0 25px 0;
        width: 100%;
        flex: auto;
        display: grid;
        grid-template-columns: 37% 1fr;
        gap: 3vw;
        align-items: flex-start;
    }

    .shop_list .img img {
        width: 100%;
        height: 100%;
    }

    .shop_list .logo {
        width: 40vw;
        margin-top: 0;
    }

    .shop_list .name {
        font-size: 4vw;
        margin-bottom: 0;
    }

    .shop_list .access {
        font-size: 3vw;
        margin-bottom: 0;
    }

    .shop_list a {
        font-size: 3.4vw;
    }

    .ft_top {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border: none;
    }

    .top_footer h2 {
        text-align: center;
    }

    .top_footer h2 img {
        width: 70%;
    }

    .ft_info {
        text-align: center;
        margin-bottom: 20px;
    }

    .ft_info .flex {
        justify-content: center;
        margin: 5px 0;
    }

    .ft_info .tel {
        font-size: 14px;
        padding-right: 10px;
        margin-bottom: 0;
        pointer-events: auto;
    }

    .ft_info .tel span {
        font-size: 12px;
    }

    .ft_info .fax {
        font-size: 14px;
    }

    .ft_info .fax span {
        font-size: 12px;
    }

    .ft_contact_btn a {
        display: block;
        padding: 0;
        height: 50px;
        line-height: 2.8;
    }

    .ft_map_cont {
        width: 100%;
    }

    .ft_map_cont .map_wrap {
        height: 45vw;
    }

    .ft_menu {
        margin-bottom: 10px;
    }

    .ft_menu_list {
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .ft_menu_list a {
        font-size: 12px;
    }

    .work .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .search_tab_panel .tab_panel.active {
        display: block;
    }

    /*********************************************
     * SP固定ページ 共通設定
     *********************************************/
    .common-page_main {
        background-position: top right 55%;
        height: 60vw;
    }

    .common-page_wrap {
        padding: 20vw 0;
    }

    .common-page_title h2 {
        font-size: 20px;
    }

    .common-page_title p.sub_title {
        font-size: 13px;
        display: block;
    }

    p.reserve_text {
        font-size: 6vw;
    }

    a.common-btn {
        width: 80%;
        line-height: 12vw;
    }

    a.common-btn:hover {
        opacity: 1;
    }

    .page-main .shop_list:last-of-type {
        text-align: left;
    }

    .page-main .shop_list:last-of-type a img {
        width: auto;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
        margin-right: 0;
        padding: 10px 0 0;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 5px;
        top: 15px;
        line-height: 0;
        width: 220px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*********************************************
     * SP固定ページ 会社概要
     *********************************************/
    section.company_profile {
        margin-bottom: 20vw;
    }

    section.company_profile table tr:nth-child(odd) {
        background-color: initial;
    }

    section.company_profile table th,
    section.company_profile table td {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px 20px;
    }

    section.company_profile table th {
        width: 100%;
        background-color: #f7f7f7;
    }

    section.company_profile table td {
        width: 100%;
    }

    section.company_access .map {
        height: 50vw;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/
    section#page-contact table {
        width: 100%;
        margin-bottom: 10vw;
    }

    section#page-contact table th,
    section#page-contact table td {
        font-size: 4vw;
        display: block;
        padding: 0;
    }

    section#page-contact table tr+tr th {
        margin-top: 15px;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"],
    section#page-contact input[type="email"],
    section#page-contact #zip {
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 30%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        height: 60vw;
    }

    section#page-contact div#btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    section#page-contact div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        text-align: left;
    }

    /* サンクスページ */
    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before,
    section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    section.privacy_page dl {
        margin-bottom: 10vw;
    }

    section.privacy_page dl dd {
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    div#single_page .singleContent {
        width: 100%;
    }

    div#single_page .singleContent a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    div#single_page .singleContent a.ichiran_link:hover {
        opacity: 1;
    }

    div#single_page .singleSidebar {
        display: none;
    }

    /*********************************************
     * SP サイトマップページ
     *********************************************/

    .sitemap_page .wrap .sitemap_block {
        margin-top: 10vw;
    }

    .sitemap_page .wrap .sitemap_block .sitemap_block_ttl {
        font-size: 4.6vw;
        border-left-width: 1vw;
        padding-left: 3vw;
        margin-bottom: 4vw;
    }

    .sitemap_page .wrap .sitemap_block .sitemap_search_list,
    .sitemap_page .wrap .sitemap_block #sitemap_list {
        display: block;
        width: auto;
        margin-left: 0;
    }

    .sitemap_page .wrap .sitemap_block .sitemap_search_list .sitemap_search_item .sitemap_search_link,
    .sitemap_page .wrap .sitemap_block #sitemap_list li a {
        font-size: 3.9vw;
        padding: 4vw 1vw;
    }

    .sitemap_page .wrap .sitemap_block .sitemap_search_list .sitemap_search_item .sitemap_search_link::before,
    .sitemap_page .wrap .sitemap_block #sitemap_list li a::before {
        padding-right: 2.4vw;
    }

    .common-page_main .title_box {
        padding: 15px 40px;
    }

    .common-page_main .sub_title {
        font-size: 24px;
    }

    .common-page_main h1 {
        font-size: 13px;
    }

    .sp_hd_icon-mail {
        position: absolute;
        right: 55px;
        top: 12px;
    }

    .sp_hd_icon-mail a {
        display: block;
        color: #10335d;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    body {
        padding-top: 55px;
        font-size: 13px;
    }

    header#sp_header .logo_image {
        margin-bottom: 4px;
    }

    .common-page_title {
        margin-bottom: 20px;
    }

    .train .title img,
    .car .title img {
        width: 16px;
        height: 16px;
    }

    .train .title,
    .car .title {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .train .station {
        margin-bottom: 5px;
    }

    .archive-works ul.tenant_ul li {
        margin-right: 0;
    }

    section#tenant_top {
        padding: 50px 0;
    }

    section#tenant_top .title_area {
        padding: 10px;
    }

    section#tenant_top .title_area .cat {
        width: 80px;
        padding: 0;
        text-align: center;
        font-size: 10px;
        margin-right: 10px;
    }

    section#tenant_top .title_area h1 {
        width: calc(100% - 90px);
        font-size: 16px;
    }

    table.tenant_top_tabel td {
        display: flex;
        width: 100%;
        border: none;
        flex-wrap: wrap;
    }

    table.tenant_top_tabel td .title {
        width: 100%;
    }

    table.tenant_top_tabel td .content {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .tenant_image_slider>div {
        height: 70vw;
    }

    .tenant_slider_pager_area ul li {
        width: 19%;
        margin: 0.5%;
        height: 13vw;
    }

    .tenant_slider_pager_area {
        width: 100%;
        padding: 20px 0 0;
    }

    .tenant_image_slider_area {
        width: 100%;
    }

    section#tenant_detail {
        padding: 50px 0;
    }

    .tenant_detail-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .tenant_detail-left h2 {
        font-size: 13px;
    }

    .tenant_detail-left_flex .tenant_detail_box {
        width: 100%;
        font-size: 12px;
    }

    .tenant_detail-left_flex .tenant_detail_box .th {
        width: 30%;
    }

    .tenant_detail-left_flex .tenant_detail_box .td {
        width: 70%;
    }

    .tenant_detail-right {
        width: 100%;
    }

    .tenant_detail-right .map_area {
        height: 50vw;
    }

    section#tenant_contact h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    section#tenant_contact .btn_area .mail a {
        width: 100%;
        font-size: 20px;
        padding: 10px 0;
    }

    section#tenant_contact .btn_area .mail {
        width: 100%;
        margin: 0 0 20px;
    }

    section#tenant_contact .btn_area .tel {
        width: 100%;
        padding: 5vw;
        border-radius: 4px;
    }

    section#tenant_contact .btn_area .tel .num {
        font-size: 8vw;
    }

    section#tenant_contact {
        padding-bottom: 50px;
    }

    .search_tab_btn {
        gap: 5px;
    }

    .main_subtitle p {
        font-size: 4.5vw;
    }
}
/* ===== 2026/0820 トップ ヘッダー・FV・メリット追記 ここから ===== */

/* =====================================================================
 * ヘッダー：ロゴ横にサイト名を追加 ＋ 薄型化
 * ※ヘッダーのマークアップはWP側で生成されているため、
 *   本来の記述先はテーマ（child）の style.css
 * ===================================================================== */

/* ロゴとサイト名を横並びにする（元は .logo のみ） */
.top_header .hd_wrap .hd_middle .hd_title {
    display: flex;
    align-items: center;
}

/* 薄型化：ロゴ上の余白を削る（元 padding-top:20px） */
.top_header .hd_wrap .hd_middle .hd_title .logo {
    padding-top: 0;
}

/* 薄型化：ロゴを一段小さく（元 409px）
   ※ .hd_wrap は1340px固定・.flex-sb は折り返し有りなので、
     .hd_title は「1340 - .hd_menu(704)」= 636px以内に収める必要がある */
.top_header .hd_wrap .hd_middle .hd_title .logo .logo_image img {
    width: 300px;
}

/* ロゴ横のサイト名 */
.top_header .hd_wrap .hd_middle .hd_title .hd_sub_title {
    color: #0f335d;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .26em;
    line-height: 1;
    padding: 7px 0 9px 20px;
    margin-left: 18px;
    white-space: nowrap;
    position: relative;
}

/* ロゴとの区切り（上下がフェードする縦罫線） */
.top_header .hd_wrap .hd_middle .hd_title .hd_sub_title::before {
    content: "";
    background: linear-gradient(180deg, rgba(15, 51, 93, 0) 0%, #0f335d 50%, rgba(15, 51, 93, 0) 100%);
    width: 1px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 文字下の赤アクセント */
.top_header .hd_wrap .hd_middle .hd_title .hd_sub_title::after {
    content: "";
    background-color: #d1131a;
    width: 34px;
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0;
}

/* 薄型化：検索・メニュー側の上余白（元 30px） */
.top_header .hd_wrap .hd_middle .hd_info {
    padding-top: 14px;
}

/* 薄型化：ヘッダー下端の余白（元 20px） */
.top_header .hd_wrap .hd_middle {
    padding-bottom: 12px;
}

/* SPヘッダー（#sp_header）は高さ55px固定なので、
   ロゴを少し上げてその下に小さく入れる（高さは変えない） */
@media (max-width: 750px) {
    header#sp_header .logo {
        top: 6px;
    }

    header#sp_header .logo .hd_sub_title {
        color: #0f335d;
        font-size: 2.4vw;
        font-weight: normal;
        letter-spacing: .18em;
        line-height: 1;
        margin: 1vw 0 0 1.6vw;
    }
}

/* =====================================================================
 * トップ FV リニューアル
 *
 * 室内写真を角丸パネルで組み、コピーを紺の帯で重ねる。
 * テーマの style.css がこのファイルより後に読まれるため、section に
 * .top_main_renew を足して詳細度で勝たせている。
 * ===================================================================== */

section#top_main.top_main_renew {
    background-image: none;
    background-color: #fff;
    padding: 10px 0 0;
    text-align: left;
}

/* メリットの薄グレー面より前に出して、パネルが上に重なって見えるようにする */
section#top_main.top_main_renew .wrap {
    position: relative;
    z-index: 2;
}

/* --- 写真パネル ----------------------------------------------------- */
section#top_main.top_main_renew .wrap .main_visual {
    display: flex;
    gap: 12px;
    height: 500px;
    /* 帯の左端と写真の左端を揃えるため、写真側をwrapの外へ広げる */
    margin: 0 -26px;
    position: relative;
}

section#top_main.top_main_renew .wrap .main_visual .visual_item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

section#top_main.top_main_renew .wrap .main_visual .visual_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: fv_zoom 22s ease-in-out infinite alternate;
}

section#top_main.top_main_renew .wrap .main_visual .item_main {
    width: 63%;
}

section#top_main.top_main_renew .wrap .main_visual .visual_sub {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item {
    flex: 1;
    min-height: 0;
}

/* 3枚のズームをずらして動きを揃えない */
section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item:nth-child(1) img {
    animation-delay: -8s;
}

section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item:nth-child(2) img {
    animation-delay: -16s;
}

@keyframes fv_zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.09);
    }
}

/* --- 写真に重ねるコピー --------------------------------------------- */
section#top_main.top_main_renew .wrap .main_visual .main_content {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 48px;
    z-index: 2;
}

/* 見出し：帯を使わず写真に直置きし、左に赤の縦ラインを立てて2段で組む */
section#top_main.top_main_renew .wrap .main_visual .main_content .main_title {
    color: #fff;
    line-height: 1;
    -webkit-text-stroke: 0;
    margin-left: 44px;
    padding-left: 20px;
    position: relative;
    /* 明るい写真の上でも読めるように影で持ち上げる */
    text-shadow: 0 2px 16px rgba(0, 0, 0, .55);
}

/* 左の赤ライン。上から下へ伸ばすため border ではなく疑似要素で描く */
section#top_main.top_main_renew .wrap .main_visual .main_content .main_title:before {
    content: "";
    width: 4px;
    background: #d1131a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform-origin: top;
    animation: fv_bar .65s ease both;
}

@keyframes fv_bar {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

section#top_main.top_main_renew .wrap .main_visual .main_content .main_title .ttl_lead {
    display: block;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: .02em;
    animation: fv_up 1s ease both .65s;
}

section#top_main.top_main_renew .wrap .main_visual .main_content .main_title .ttl_sub {
    display: inline-block;
    background: #d1131a;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .38em;
    /* letter-spacing で最終文字の右に余白が付くぶん、右のpaddingを詰めて見た目を揃える */
    padding: 7px 10px 7px 20px;
    margin-top: 12px;
    text-shadow: none;
    animation: fv_wipe 1.2s cubic-bezier(.2, .7, .2, 1) both 1s;
}

/* 帯が左から右へ開く */
@keyframes fv_wipe {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes fv_up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =====================================================================
 * メリットセクション
 * 見出しを左カラムに置き、項目は縦積み（アイコン左＋テキスト右）。
 * 薄グレーの面をFV写真の下に潜り込ませて繋がりを出す
 * ===================================================================== */

section#merit {
    background-color: #f7f7f7;
    margin-top: -40px;
    padding: 100px 0 66px;
    position: relative;
    z-index: 1;
}

/* 左：見出し ／ 右：項目リストの2カラム */
section#merit .wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}

section#merit .wrap .merit_head {
    flex: none;
    border-left: 4px solid #0f335d;
    width: 380px;
    padding: 0 0 22px 20px;
    position: relative;
}

/* 見出し下の赤ライン */
section#merit .wrap .merit_head::after {
    content: "";
    background-color: #d1131a;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 20px;
    bottom: 0;
}

section#merit .wrap .merit_head .merit_ttl {
    color: #0f335d;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
}

section#merit .wrap .merit_head .merit_ttl .large {
    display: block;
    font-size: 1.55em;
    letter-spacing: .06em;
    margin-top: .15em;
}

section#merit .wrap .merit_ul {
    display: block;
    flex: 1;
}

/* 1項目＝「アイコン＋タイトル」の行＋本文。項目間は細い罫線で区切る */
section#merit .wrap .merit_ul .merit_list {
    width: 100%;
    border-top: 1px solid #dfe3ea;
    padding: 28px 0;
}

section#merit .wrap .merit_ul .merit_list:first-child {
    border-top: none;
    padding-top: 0;
}

section#merit .wrap .merit_ul .merit_list:last-child {
    padding-bottom: 0;
}

/* 項目のアイコン（線画・紺）。タイトルの左に並べる */
section#merit .wrap .merit_ul .merit_list .name_block .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    color: #0f335d;
    width: 42px;
    height: 42px;
}

section#merit .wrap .merit_ul .merit_list .name_block .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section#merit .wrap .merit_ul .merit_list .name_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

section#merit .wrap .merit_ul .merit_list .name_block .name {
    color: #0f335d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1.6;
}

/* 本文はアイコンの幅（52px）＋余白（26px）分下げて頭を揃える */
section#merit .wrap .merit_ul .merit_list .text {
    font-size: 15px;
    line-height: 1.9;
    padding-left: 60px;
}

@media (max-width: 750px) {

    /* --- FV（SP） ---
       SPは3枚を重ねてフェードで入れ替える1枚表示にする。
       .vm内に<script>は書けない（Velocityが$始まりの識別子を誤解釈する）ため、
       CSSアニメーションだけで実装している */
    section#top_main.top_main_renew {
        padding: 2.5vw 0 0;
    }

    section#top_main.top_main_renew .wrap .main_visual {
        display: block;
        /* 画面の高さ基準。dvh非対応端末には上のvhが効く（iOSのアドレスバー伸縮対策） */
        height: 55vh;
        height: 55dvh;
        margin: 0 -2vw;
        position: relative;
    }

    /* 3枚を同じ位置に重ねる */
    section#top_main.top_main_renew .wrap .main_visual .item_main,
    section#top_main.top_main_renew .wrap .main_visual .visual_sub,
    section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    section#top_main.top_main_renew .wrap .main_visual .visual_sub {
        display: block;
    }

    section#top_main.top_main_renew .wrap .main_visual .visual_item {
        border-radius: 8px;
    }

    /* 1枚あたり5秒・切り替えに約1秒かける */
    section#top_main.top_main_renew .wrap .main_visual .item_main,
    section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item {
        opacity: 0;
        animation: fv_slide_fade 15s linear infinite;
    }

    section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item:nth-child(1) {
        animation-delay: 5s;
    }

    section#top_main.top_main_renew .wrap .main_visual .visual_sub .visual_item:nth-child(2) {
        animation-delay: 10s;
    }

    @keyframes fv_slide_fade {
        0% {
            opacity: 0;
        }

        7% {
            opacity: 1;
        }

        27% {
            opacity: 1;
        }

        34% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    /* ズームは切り替えとテンポをずらす */
    section#top_main.top_main_renew .wrap .main_visual .visual_item img {
        animation-duration: 15s;
    }

    section#top_main.top_main_renew .wrap .main_visual .main_content {
        left: 0;
        bottom: 6vw;
        z-index: 3;
    }

    section#top_main.top_main_renew .wrap .main_visual .main_content .main_title {
        margin-left: 4vw;
        padding-left: 3.2vw;
        text-shadow: 0 .5vw 3vw rgba(0, 0, 0, .6);
    }

    section#top_main.top_main_renew .wrap .main_visual .main_content .main_title:before {
        width: .8vw;
    }

    section#top_main.top_main_renew .wrap .main_visual .main_content .main_title .ttl_lead {
        font-size: 10vw;
    }

    section#top_main.top_main_renew .wrap .main_visual .main_content .main_title .ttl_sub {
        font-size: 4.9vw;
        letter-spacing: .36em;
        padding: 1.5vw 1.8vw 1.5vw 3vw;
        margin-top: 2vw;
    }

    /* --- メリット（SP） --- */
    section#merit {
        margin-top: -6vw;
        padding: 11vw 0 13vw;
    }

    /* SPは見出しを上に、項目はその下に積む */
    section#merit .wrap {
        display: block;
    }

    section#merit .wrap .merit_head {
        width: 100%;
        padding: 0 0 4.5vw 3.6vw;
        margin-bottom: 7vw;
    }

    section#merit .wrap .merit_head::after {
        width: 9vw;
        left: 3.6vw;
    }

    section#merit .wrap .merit_head .merit_ttl {
        font-size: 3.4vw;
    }

    section#merit .wrap .merit_head .merit_ttl .large {
        font-size: 1.3em;
    }

    section#merit .wrap .merit_ul .merit_list {
        padding: 5.5vw 0;
    }

    section#merit .wrap .merit_ul .merit_list .name_block .icon {
        width: 9vw;
        height: 9vw;
    }

    section#merit .wrap .merit_ul .merit_list .name_block {
        gap: 3.4vw;
        margin-bottom: 2vw;
    }

    section#merit .wrap .merit_ul .merit_list .name_block .name {
        font-size: 4vw;
    }

    section#merit .wrap .merit_ul .merit_list .text {
        font-size: 3.5vw;
        line-height: 1.5;
        padding-left: 0;
    }
}

/* ===== 2026/0820 追記 ここまで ===== */
