* {
    -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: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

body {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    margin: 0px;
}

body {
    background-color: #FFFFFF;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

p {
    margin: 0px;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

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

a:active {
    /* color: #000000; */
    /* text-decoration: none; */
}

img {
    max-width: 100%;
}

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

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

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

.hd_ttl {
    font-size: 12px;
}

.hd_logo {
    margin-right: 50px;
    padding-top: 5px;
}

.tel_number {
    display: inline-block;
}

.time {
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    margin-left: 10px;
}

.time span {
    display: block;
}

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

.btn_01 {
    width: 295px;
    height: 30px;
    background: var(--main-color);
    display: inline-block;
    text-align: center;
    line-height: 30px;

}

.btn_02 {
    width: 145px;
    height: 30px;
    background: var(--main-color);
    display: inline-block;
    margin-left: 1.5px;
    text-align: center;
    line-height: 30px;
}

.btn_03 {
    width: 295px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.btn_03 a {
    display: block;
    width: 48%;
    background: #fd7370;
}

.btn_03 a span {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.hd_top {
    margin-bottom: 20px;
}

.hd_menu {
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
}

.hd_menu a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    width: 165px;
    vertical-align: top;
}

.hd_menu a span {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
}

.main_visual {
    height: 460px;
    background: var(--main-color);
    margin-top: -11px;

}

.main_visual .L {
    margin-top: 48px;
}

.main_visual .box {
    width: 250px;
    height: 250px;
    display: inline-block;
    margin-top: 60px;
    vertical-align: top;
}

.main_visual .box_pic {
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 140px;
    height: 140px
}

.main_visual .box a {
    text-decoration: none;
}

.box01 .box_pic {
    background-image: url(../image/box01.png);
}

.box02 .box_pic {
    background-image: url(../image/box02.png);
}

.box03 .box_pic {
    background-image: url(../image/box03.png);
}

.box01 {
    background: #fd7370;
    border: solid 5px #fff;
}

.box02 {
    background: #29c1db;
    border: solid 5px #fff;
    margin: 0 18px;
}

.box03 {
    background: #c6b737;
    border: solid 5px #fff;
}

.box_ttl {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

.box_ttl span {
    font-size: 14px;
    display: block;
    line-height: 1;
}

.box_pic {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 17px;
}

.box_sankaku {
    position: absolute;
    bottom: 2px;
    right: 5px;
}

.banner_sec {
    margin: 40px 0;
}

.sec01_kurasumon {
    text-align: center;
    margin-top: 0;
    z-index: -10;
}

.sec01 {
    margin-bottom: 30px;
}

.h2_ttl {
    background: var(--main-color);
    font-size: 15px;
    color: #fff;
    padding: 10px 10px 10px 100px;
    border-radius: 0px 20px 20px 0;
    font-weight: 600;
    margin-bottom: 40px;
}

.h2_kurasumon {
    position: absolute;
    top: 0px;
    left: 20px;
}

.member {
    letter-spacing: -.4em;
}

.member_box {
    width: 230px;
    height: 230px;
    display: inline-block;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    letter-spacing: normal;
    margin-right: 12px;
}

.m01 {
    background-image: url(../image/m01.png);
    margin-right: 0;

}

.m02 {
    background-image: url(../image/m02.png);

}

.m03 {
    background-image: url(../image/m03.png);

}

.m04 {
    background-image: url(../image/m04.png);

}

.m05 {
    background-image: url(../image/m05.png);
    margin-right: 0;
}

.m06 {
    background-image: url(../image/m06.png);
}

.m07 {
    background-image: url(../image/m07.png);
}

.m08 {
    background-image: url(../image/m08.png);
}

.clear_box {
    width: 230px;
    height: 230px;
}

.contentL {
    width: 250px;
    margin-top: 12px;
}

.list_img {
    display: inline-block;
    width: 50px;
    text-align: center;
    margin-right: 10px;
}

.search_list li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.list_img img {
    vertical-align: bottom;
}

.search_list li {
    margin-bottom: 20px;
}

.favorit_btn {
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: #fd7370;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.favorit_btn a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.favorit_btn img {
    vertical-align: sub;
    margin-right: 5px;
}

.search_list_ttl01 .R {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    height: 70px;
    padding: 17px 0px;
}

.search_list_ttl01 .R span {
    display: block;
    font-size: 11px;
}

.search_list_ttl01 {
    background: #f2f2f2;
    width: 250px;
    height: 70px;
    padding: 0 20px;
    margin-top: 20px;
}

.search_list_ttl01 .L {
    height: 70px;
    padding: 10px 0;
}

.search_list_ttl02 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    width: 250px;
    height: 50px;
    background: #f2f2f2;
    line-height: 50px;
}

.search_list_ttl02 img {
    margin-right: 10px;
    vertical-align: middle;
}

.search_list {
    margin-bottom: 30px;
}

.search_line_ttl {
    width: 250px;
    height: 35px;
    background: #f2f2f2;
    padding-left: 20px;
    line-height: 35px;
    font-weight: 600;
}

.line_image {
    margin-top: -50px;
}

.blog_btn {
    border: solid 1px;
    margin-top: 15px;
}

.facebook {
    height: 375px;
    background: #ddd;
    margin-top: 15px;
}

#ekiten_review_list ul {
    height: 460px;
    overflow-y: scroll;
}

.contentR {
    width: 870px;
}

.kodawari_all {
    letter-spacing: -.4em;
}

.kodawari {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: normal;
    margin-bottom: 6px;

}

.kodawari03 {
    margin-right: 0;
}

.kodawari07 {
    margin-right: 0;
}

.kodawari10 {
    margin-right: 0;
}

.sec02 {
    margin-bottom: 40px;
}


.blog {
    border: solid 5px #ddd;
    height: 700px;
    overflow-y: scroll;
}

.kiji_box {
    border-bottom: dashed 2px #ddd;
    margin: 40px;
    padding-bottom: 40px;
    position: relative;
}

.kiji_box a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.kiji_img {
    width: 240px;
    height: 200px;
    background: #333;
    position: relative;
    overflow: hidden;
}

.kiji_img img {
    position: absolute;
    width: auto !important;
    height: auto !important;
    min-height: 100%;
    min-width: 100%;
    max-width: 150%;
}

.kiji .data {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.kiji .ttl {
    font-weight: 700;
    font-size: 15px;
    margin: 45px 0;
}

.kiji .txt {
    font-size: 13px;
    font-weight: 600;
}

.kiji {
    width: 470px;
    margin-right: 60px;
}

.data span {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fd7370;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}

.contentLR {
    margin-bottom: 40px;
}

.house_box_all {
    letter-spacing: -.4em;
}

.house_box {
    width: 225px;
    height: 320px;
    background: #ededed;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: normal;
    margin-right: 18px;
    vertical-align: top;
    position: relative;
}

.house_box a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

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

.house_img {
    width: 205px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

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

.house_name {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.house_place {
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
}

.house_madori span {
    width: 40px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    background: #fd7370;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.house_yachin span {
    width: 40px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    background: #29c1db;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.house_madori {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.house_yachin {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.ft_line {
    height: 60px;
    background-image: url(../image/ft_line.png);
    width: 100%;
    margin-top: 40px;
}

.site_ft {
    background: var(--main-color);
    padding: 60px 0;
    color: #fff;
}

.ft_banner li {
    display: inline-block;
}

.ft03 {
    width: 460px;
    margin-bottom: 50px;
}

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

.ft02 li {
    margin-bottom: 5px;
}

.ft02 li img {
    margin-right: 10px;
}

.ft_menu01 {
    margin-right: 30px;
}

.ft01 {
    margin-right: 30px;
}

.ft_logo {
    text-align: center;
}

.info_ttl {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-bottom: solid 1px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}

.info_ttl span {
    display: block;
    font-size: 11px;
}

.shop_name {
    font-size: 17px;
    margin-bottom: 15px;
}

.shop_name span {
    font-size: 11px;
    margin-left: 15px;
}

.shop_number {
    margin-bottom: 5px;
    font-size: 13px;
}

.shop_add {
    margin-bottom: 5px;
    font-size: 13px;
}

.shop_tel {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1;
}

.ft02 {
    margin-bottom: 50px;
}

.ft02 ul {
    margin-top: 0;
    font-size: 13px;
}

.morinomiya_btn {
    margin-bottom: 5px;
}

.ft_banner li {
    margin-bottom: 15px;
    margin-right: 15px;
}

.ft_banner li:nth-child(2n) {
    margin-right: 0;
}

.ft_menu02 {
    padding-right: 40px;
}

.copy {
    padding: 5px 0;
    text-align: center;
    font-style: normal;
    font-size: 13px;
    background: #c6b737;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.free_search {
    background: #fff;
    margin-top: 40px;
    height: 60px;
    border-radius: 0 30px 30px 0;
    width: 790px;

}

.free_search_ttl {
    display: inline-block;
    font-weight: bold;
    padding: 4px 0px 4px 20px;
    margin-right: 10px;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
}

.free_search_ttl span {
    display: block;
    font-size: 12px;
    letter-spacing: nomal;
}


#keyward {
    width: 460px;
    border: solid 2px;
    height: 40px;
    vertical-align: top;
    margin: 10px 4px 10px 0;
    padding-left: 10px;
}

#submit {
    width: 140px;
    height: 40px;
    font-size: 16px;
    vertical-align: top;
    margin: 10px 0;
    border-radius: 20px;
    border: none;
    background: #4d4d4d;
    color: #fff;
    padding-left: 0px;
    letter-spacing: 1px;
}

.box_pic:hover {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.box01 .box_pic:hover {
    background-image: url(../image/box_hover01.png);
}

.box02 .box_pic:hover {
    background-image: url(../image/box_hover02.png);

}

.box03 .box_pic:hover {
    background-image: url(../image/box_hover03.png);
}

.yaji {
    margin-right: 5px;
}

.yaji img {
    vertical-align: sub;
}

.kurasumon_border {
    width: 100%;
    height: 180px;
    background: var(--main-color);
    margin-top: -11px;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}



.hd_menu .L a:nth-child(1) {
    animation-delay: 0.1s;
}

.hd_menu .L a:nth-child(2) {
    animation-delay: 0.2s;
}

.hd_menu .L a:nth-child(3) {
    animation-delay: 0.3s;
}

.hd_menu .R a:nth-child(1) {
    animation-delay: 0.4s;
}

.hd_menu .R a:nth-child(2) {
    animation-delay: 0.5s;
}

.hd_menu .R a:nth-child(3) {
    animation-delay: 0.6s;
}

.main_visual .L {
    animation-delay: 0.6s;
}

.main_visual .box.box01 {
    animation-delay: 0.8s;
    animation-duration: 0.6s;
}

.main_visual .box.box02 {
    animation-delay: 0.9s;
    animation-duration: 0.6s;
}

.main_visual .box.box03 {
    animation-delay: 1.0s;
    animation-duration: 0.6s;
}

.member_box.m01 {
    animation-delay: 0.5s;
}

.member_box.m02 {
    animation-delay: 0.4s;
}

.member_box.m03 {
    animation-delay: 0.3s;
}

.member_box.m04 {
    animation-delay: 0.4s;
}

.member_box.m05 {
    animation-delay: 0.5s;
}

.member_box.m06 {
    animation-delay: 0.1s;
}

.member_box.m07 {
    animation-delay: 0.2s;
}

.member_box.m08 {
    animation-delay: 0.3s;
}

.kodawari01 {
    animation-delay: 0.1s;
}

.kodawari02 {
    animation-delay: 0.9s;
}

.kodawari03 {
    animation-delay: 0.5s;
}

.kodawari04 {
    animation-delay: 0.8s;
}

.kodawari05 {
    animation-delay: 0.2s;
}

.kodawari06 {
    animation-delay: 0.3s;
}

.kodawari07 {
    animation-delay: 0.7s;
}

.kodawari08 {
    animation-delay: 0.4s;
}

.kodawari09 {
    animation-delay: 0.3s;
}

.kodawari10 {
    animation-delay: 0.6s;
}

.house_box:nth-child(1) {
    animation-delay: 0.1s;
}

.house_box:nth-child(2) {
    animation-delay: 0.2s;
}

.house_box:nth-child(3) {
    animation-delay: 0.3s;
}

.house_box:nth-child(4) {
    animation-delay: 0.4s;
}

.house_box:nth-child(5) {
    animation-delay: 0.5s;
}

.house_box:nth-child(6) {
    animation-delay: 0.2s;
}

.house_box:nth-child(7) {
    animation-delay: 0.3s;
}

.house_box:nth-child(8) {
    animation-delay: 0.4s;
}

.house_box:nth-child(9) {
    animation-delay: 0.5s;
}

.house_box:nth-child(10) {
    animation-delay: 0.6s;
}



.kurasumon_border {
    width: 100%;
    height: 180px;
    background: var(--main-color);
    margin-top: -11px;
    position: relative;
    z-index: 9;
}

.inpage_ttl {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    padding: 45px 0;
}

.inpage_ttl span {
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.acsess01 {
    position: relative;
}

.acsess02 {
    position: relative;
}

.acsess_page .h2_ttl {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
}

.line_page .h2_ttl {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
}

.acsess_list li {
    background: #ddd;
    width: 600px;
    padding: 20px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.acsess_img {
    float: left;
}

.acsess_txt {
    float: right;
    width: 340px;
    height: 140px;
    font-size: 15px;
    background: #fff;
    padding: 30px 20px;
}

.acsess_list .ashiato {
    background: none;
    text-align: center;
    padding: 0;
}

.acsess01 .acsess_list {
    margin-bottom: 60px;
}

.acsess_page .contentLR {
    margin-top: 50px;
}

.line_sec {
    position: relative;
}

.line_page .h2_kurasumon {
    position: absolute;
    top: -15px;
    left: 20px;
}

.line_page .contentLR {
    padding-top: 20px;
}

.qr_box {
    background: #ddd;
    padding: 20px;
    margin: 60px auto;
}

.qr_boxR {
    width: 610px;
    background: #fff;
    height: 240px;
    padding: 30px;
}

.qr_ttl {

    height: 50px;
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0 auto 30px;
}

.qr_txt {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.qr_kurasumon {
    position: absolute;
    bottom: 15px;
    right: 8px;
}

.company_page .h2_ttl {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 40px;
}

.company_sec {
    position: relative;
    margin: 0 0 80px;
}


.company_table {
    width: 800px;
    margin: 0 auto;
    height: 550px;
    border-collapse: collapse
}

.company_table th {
    font-size: 15px;
    width: 170px;
    font-weight: 400;
    text-align: left;
    padding-left: 35px;

}

.company_table td {
    font-size: 15px;
    padding-left: 50px;

}

.company_table tr {
    border-bottom: solid 2px #ddd;
}

.company_table tr:first-child {
    border-top: solid 2px #ddd;
}

.company_sec02 {
    position: relative;
}

.company_sec02 iframe {
    height: 300px;
}

.company_page .contentLR {
    margin-top: 40px;
}

.staff_sec {
    position: relative;
}

.plof_box {
    width: 760px;
    margin: 0 auto;
    padding: 20px;
    height: 600px;
}

.plofR {
    width: 470px;
    height: 290px;
    position: absolute;
    top: 270px;
    background: #fff;
    left: 280px;
    bottom: 0;
    border: solid 3px #8d8d8d;
}

.plofL {
    position: absolute;
    top: 30px;
    left: 30px;
}

.staff_name {
    font-size: 40px;
    text-align: center;
    margin-top: 25px;
}

.yakusyoku {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.staff_name02 {
    text-align: center;
    font-size: 20px;
}

.aisatsu {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    border-top: solid 2px;
    padding-top: 10px;
}

.staff_page .h2_ttl {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 40px;
}

.staff_table {
    width: 760px;
    margin: 30px auto;
}

.staff_table th {
    font-size: 15px;
    background: #000;
    color: #fff;
    font-weight: 400;
}

.staff_table td {
    font-size: 15px;
    padding: 10px 5px;
    border: solid;
}

.staff_page .contentLR {
    padding-top: 40px;
}

.staff_box {
    width: 370px;
    height: 420px;
    display: inline-block;
    margin: 0 70px 50px 0;
}

.staff_img {
    width: 370px;
    height: 280px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.sb01 {
    background-image: url(../image/m01.png);
}

.sb02 {
    background-image: url(../image/m02.png);
}

.sb03 {
    background-image: url(../image/m03.png);
}

.sb04 {
    background-image: url(../image/m04.png);
}

.sb05 {
    background-image: url(../image/m05.png);
}

.staff_box {
    position: relative;
    vertical-align: top;
}

.staff_all_page .contentLR {
    padding-top: 50px;
}

.staff_all_page .h2_ttl {
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    padding-left: 90px;
}

.staff_all_page .h2_kurasumon {
    position: absolute;
    top: -10px;
    left: 5px;
}

a:link {
    text-decoration: none;
}

.member_box,
.kodawari {
    transition: 0.3s;
}

.member_box:hover,
.kodawari:hover {
    opacity: 0.5;
}

.school_page .wrap {
    padding-top: 40px;
}

.school_page .text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
}

table.school_list {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    width: 100%;
}

table.school_list th {
    background: #f0f0f0;
    padding: 15px;
    font-size: 15px;
}

table.school_list td {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    font-size: 14px;
}

table.school_list td.chu {
    padding: 20px 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #d5d5d5;
    width: 160px;
    max-width: 160px;
}

table.school_list td.chu a {
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    background: #f0e1ce;
    margin-top: 5px;
    line-height: 25px;
}

table.school_list td.syo {
    padding: 20px 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 160px;
    max-width: 160px;
}

table.school_list td.syo a {
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    background: #f0e1ce;
    margin-top: 5px;
    line-height: 25px;
}

table.school_list td.kuiki {
    padding: 15px 10px;
    width: 600px;
}

.school_page .kurasumon_border .wrap {
    padding-top: 0px;
}

.sec05 ul {
    width: 800px;
    overflow: hidden;
}

.sec05 .wrap {
    position: relative;
}

.sec05 .h2_kurasumon {
    top: 0px;
}

.sec05 .R {
    width: 360px;
    padding-top: 12.45px;
}

.sec05 .R p {
    margin-bottom: 6px;
}

.sec05 li {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 2px;


    width: 250px;
    height: 150px;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    background-color: #000000;
}

.sec05 li * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.sec05 li img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    width: auto !important;
    height: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec05 li:after,
.sec05 li figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sec05 li:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.sec05 li figcaption {
    z-index: 1;
    padding: 15px;
}

.sec05 li h3,
.sec05 li .links {
    width: 100%;
    margin: 5px 0;
    padding: 0;
}

.sec05 li h3 {
    line-height: 1.4em;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 0;
    margin-top: 0px;
}

.sec05 li p {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.sec05 li i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 20px 25px;
    font-size: 34px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.sec05 li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.sec05 li:hover img,
.sec05 li.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.sec05 li:hover:after,
.sec05 li.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.sec05 li:hover h3,
.sec05 li.hover h3,
.sec05 li:hover p,
.sec05 li.hover p,
.sec05 li:hover i,
.sec05 li.hover i {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.kiji_box .kiji .data {
    display: none;
}

.kiji_box:first-child .kiji .data {
    display: inline-block;
}

.ft_tel_big {
    font-size: 30px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
}

p.new_icon {
    position: absolute;
    width: 60px;
    top: 5px;
    left: -7px;
    z-index: 1;
}

.contact_fix {
    position: fixed;
    right: -280px;

    top: 30%;
    padding: 20px 10px;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.2s;
    z-index: 100000;
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.57);
    border: 10px solid #00c300;
    background-color: #fff;
}

.contact_fix:hover {
    right: 0px;
}

.contact_fix .open_text {
    width: 90px;

    word-break: break-all;
    text-align: center;
    line-height: 15px;
    margin: auto;
    position: fixed;
    right: -40px;
    top: 30%;

}

.contact_fix .contactInner {
    float: right;
    padding-left: 00px;
    padding-right: 25px;
}

.contact_fix .contactInner p.logo {
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

.contact_fix p.tel {
    width: 200px;
    margin: auto;
}

.contact_fix p.time {
    font-size: 10px;
    color: initial;
}

.contact_fix ul.mail {
    overflow: hidden;
}

.contact_fix ul.mail li:nth-child(1) {
    width: 48%;
    float: left;
}

.contact_fix ul.mail li:nth-child(1) a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #f8d215;
    line-height: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    border-bottom: 2px solid #61490f;
}

.contact_fix ul.mail li:nth-child(2) {
    width: 48%;
    float: right;
}

.contact_fix ul.mail li:nth-child(2) a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #fc8d92;
    line-height: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    border-bottom: 2px solid #9d4209;
    color: #333;
}

.ft_text {
    clear: both;
    background: #fff;
    color: #071501;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.616;
}

.top_map {
    margin-bottom: 50px;
    position: relative;
}

.top_map .circle {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border: 4px solid #333;
    position: absolute;
    border-radius: 50px;
    transition: 0.2s;
}

.top_map .circle input {
    display: none;
}

.top_map .circle label {
    font-size: 0px;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
}

.top_map .circle label input {}

.top_map .rect {
    transition: 0.2s;
    background-color: #fff;
    width: 135px;
    height: 35px;
    border: 4px solid #333;
    position: absolute;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.top_map a:hover {
    background: #333;
    color: #fff;
}

.top_map .circle.link01 {
    top: 64px;
    left: 95px;
}

.top_map .circle.link02 {
    top: 140px;
    left: 85px;
}

.top_map .circle.link03 {
    top: 234px;
    left: 72px;
}

.top_map .circle.link04 {
    top: 239px;
    left: 130px;
}

.top_map .circle.link05 {
    top: 64px;
    left: 254px;
}

.top_map .circle.link06 {
    top: 140px;
    left: 243px;
}

.top_map .circle.link07 {
    top: 234px;
    left: 231px;
}

.top_map .circle.link08 {
    top: 64px;
    left: 366px;
}

.top_map .circle.link09 {
    top: 64px;
    left: 542px;
}

.top_map .circle.link10 {
    top: 186px;
    left: 517px;
}

.top_map .circle.link11 {
    top: 10px;
    left: 670px;
}

.top_map .circle.link12 {
    top: 63px;
    left: 732px;
}

.top_map .circle.link13 {
    top: 305px;
    left: 558px;
}

.top_map .rect.link14 {
    top: 237px;
    left: 356px;
}

.top_map .rect.link15 {
    top: 184px;
    left: 325px;
}


.currentSearchConditionStationsTableTitleCell {
    display: table-cell;
    padding: 10px 0 0 10px;
    width: 16%;
}

.currentSearchConditionStationsTableTitleCell span {
    display: inline-block;
}

.currentSearchConditionStationsTableDataCell {
    display: table-cell;
}

.main_ekiten {
    position: relative;
    padding-bottom: 100px;
}

.ekiten_clasmon {
    position: absolute;
    bottom: 130px;
    left: 10px;
}

.ekiten_review_list_more {
    font-size: 11px !important;
}

.main_ekiten iframe {
    width: 500px !important;
    min-width: 0 !important;
}

.main_ekiten {
    position: relative;
    padding: 30px 0 30px 353px;
}

.main_ekiten {
    background-image: url(../image/ekiten_back.png);
    border: 10px solid #eee;
    box-shadow: 0 0 0 7px #fff inset;
}

.ekiten_clasmon {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.main_ekiten_logo {
    position: absolute;
    bottom: 300px;
    left: 20px;
}

.sec05 ul.top_recommended li:after {
    display: none;
}

ul.top_recommended .image {
    position: relative;
    height: 150px;
    background: #222;
    overflow: hidden;
    float: left;
    width: 192px;
}

ul.top_recommended .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

ul.top_recommended li {
    height: auto;
    width: 48%;
    letter-spacing: normal;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 2% 2% 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

ul.top_recommended li h3 {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 100;
    padding: 7px;
    line-height: 1.2;
    font-size: 13px;
    float: right;
    width: 182px;
    background: none;
    color: #333;
    border: 1px solid #000;
    margin: 5px;
    min-height: 46px;
}

ul.top_recommended li p {
    opacity: 1;
    color: #333;
    top: auto;
    transform: none;
    -webkit-transform-origin-x: none;
    float: right;
    width: 186px;
    font-size: 13px;
    line-height: 1.3;
}

.sec05 a img {
    -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;
}

.sec05 a:hover img {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
}

h2.h2_ttl.h2_insta {
    background: #833ab4;
    background: -webkit-linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    border-radius: 0;
}

ul.top_recommended {
    letter-spacing: -.4em;
}

.senzoku_bn {
    margin: 20px 0 40px 0;
}

.secBanner {
    margin: 40px 0;
}

.yoyaku_banner {
    margin-bottom: 70px;
    margin-top: 40px;
}

.yoyaku_banner a {
    display: block;
    width: 800px;
    margin: 0 auto;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    padding: 30px 80px;
    padding-left: 210px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    background: url(../image/search_icon02.svg) no-repeat, var(--main-color);
    background-position: 50px;
    background-size: 140px;
    color: #fff;
    position: relative;
    transition: .3s;
    box-shadow: 1px 1px 10px #939393;
}

.yoyaku_banner a:hover {
    color: #f8d215;
}

.yoyaku_banner a:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background: url(../image/chara_clasmon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -110px;
    bottom: -70px;
}

.yoyaku_banner a b {
    display: block;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #797979;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
}

.yoyaku_banner a span {
    display: block;
    border-bottom: 3px dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 33px
}

.yoyaku_fixedArea {
    position: fixed;
    left: 0;
    bottom: 100px;
    z-index: 9999;
    height: 235px;
}

.yoyaku_fixedArea a {
    display: block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 20px;
    background: url(../image/search_icon02.svg) no-repeat, var(--main-color);
    border-radius: 0px 10px 10px 0;
    padding: 1em .5em;
    padding-top: 65px;
    background-size: 45px;
    background-position: center 10px;
    border: 3px solid var(--main-color);
    position: relative;
    color: #fff;
    font-weight: 800;
    box-shadow: 1px 1px 1px #fff;
    transition: .3s;
}

.yoyaku_fixedArea a:before {
    content: "";
    display: block;
    width: 190px;
    height: 100px;
    background: url(../image/sec01_icon_messe.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -98px;
}

.yoyaku_fixedArea a:hover {
    color: #f8d215
}

.yasumi {
    border: 3px dotted #999;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 4px;
}

.yasumi_nittei {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: var(--main-color);
}

.yasumi span {
    display: block;
    font-size: 17px;
    font-weight: bold;
}

/*クッションページ*/
.line_cushionContaints h1 {
    margin: 0px 0 10px 0px;
    font-size: 20px;
    background-color: var(--main-color);
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
}

.line_cushionContaints h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.line_cushionContaints h3 a {
    color: var(--main-color);
}

.article_content {
    width: 850px;
}

.article_side {
    width: 300px;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.article_content,
.article_side {
    padding-top: 50px;
}

h1.article_h1 {
    font-size: 26px;
    border-bottom: 2px solid var(--main-color);
    margin: 0 0 30px;
    padding: 10px;
    position: relative;
}

h1.article_h1 span {
    font-size: 14px;
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 5px;
    width: 100px;
    height: 26px;
    text-align: center;
    /* position: absolute; */
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.article_side_box {
    margin-bottom: 30px;
}

.article_side_box .title {
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
}

.article_side_box .link a {
    text-align: right;
    display: block;
    background-image: url(/penguin/resources/image/live-rich/yokohama/icon_arrow.png);
    background-repeat: no-repeat;
    padding-right: 15px;
    background-size: 10px;
    background-position: right center;
    color: #212d93;
    font-weight: bold;
    margin-top: 10px;
}

.article_side_box .pr {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.article_side_box .top_blog_img {
    width: 80px;
    height: 80px;
    box-shadow: none;
}

.article_side_box .top_blog_text {
    width: 210px;
    padding: 0;
    font-size: 12px;
}

.article_side_box .top_blog_text h3 {
    font-size: 14px;
    margin: 0 0 10px;
}

.article_side_box .pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mansionSec {
    padding: 30px 0;
}

.mansionSec h4 {
    text-align: center;
    font-size: 18px;
}

.mansionSec ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mansionSec ul li {
    width: 19.5%;
    margin-bottom: 12px;
}

.mansionSec ul li a {
    color: #fff;
    font-weight: bold;
}

.article_content p {
    font-size: 16px;
    line-height: 24px;
}

/*クッションページ*/

/*トップバナーセクション*/

.banner_sec ul li {
    width: 48.5%;
}

.banner_sec ul li a {
    display: block;
    transition: .2s;
}

.banner_sec ul li a img {
    display: block;
    transition: .5s;
}

.banner_sec ul li a:hover img {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.5;
}

.kurasumon_border.article {
    margin-bottom: 0;
}

/*トップgoggle口コミセクション*/

.top_review_h2_box {
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 0;
    width: 99%;
    margin: auto;
    padding-left: 80px;
    position: relative;
}

.top_review_h2_box::before {
    display: block;
    content: "";
    width: 80px;
    height: 68px;
    background-image: url(../image/h2_kurasumon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 20px;
}

.top_review_h2_box h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
    margin-top: 0;
}

.top_review_h2_box p {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px;
    margin: 0 10px;
}

.top_review_h2_box p.point {
    background-image: url(../image/top_review_point_icon.png);
}

.top_review_h2_box p.num {
    background-image: url(../image/top_review_number_icon.png);
}

section#top_review {
    margin: 90px 0;
}

.top_review_cont {
    overflow: scroll;
}

.top_review_cont ul {
    height: 530px;
}

.top_review_cont ul li .ttl_box {
    align-items: center;
}

.top_review_cont ul li .ttl_box p.star_box span {
    width: 20px;
    display: inline-block;
    margin-right: 1px;
}

.top_review_cont ul li .ttl_box time {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-left: 25px;
}

.top_review_cont ul li .ttl_box p.name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-left: 25px;
    display: inline-block;
}

.top_review_cont ul li p.text {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.6;
}

.top_review_btn {
    display: block;
    width: 230px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 18px;
    font-weight: 700;
    background-color: #F08508;
    color: #fff;
    line-height: 34px;
    letter-spacing: 1px;
    border-radius: 10px;
}

a {
    text-decoration: none;
}

.top_review_cont ul li {
    padding: 15px 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 99%;
    margin: auto;
}

.top_review_cont ul li:nth-child(n + 2) {}

.top_review_cont ul li:nth-child(n + 2) {
    margin-top: 10px;
}

.g_logo {
    position: absolute;
    width: 142px;
    top: 18px;
    left: 270px;
    background-color: #fff;
    padding: 10px 20px 5px;
    border-radius: 10px;
}

p.star_box {
    display: inline-block;
}

.review_button {
    width: 350px;
    height: 50px;
    margin: 40px auto 0;
}

.review_button a {
    display: block;
    color: var(--main-color) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    border: 2px solid var(--main-color);
    background-color: #fff;
    border-radius: 25px;
    transition: .2s;
}

.review_button a:hover {
    color: #fff !important;
    background-color: var(--main-color);
}

/*検索ページ非公開セクション*/

.mikoukai {
    padding: 25px;
    border: 2px solid var(--main-color);
    background-color: #f6fbf6;
}

.mikoukai h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px;
}

.mikoukai p {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 14px;
}

.mikoukai a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #ecad1f;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: 300px;
    margin: auto;
    padding: 7px;
    border-radius: 5px;
}

.mikoukai a:hover {
    opacity: 0.7;
}

.containts.recently_page .searchListMainArea {
    float: none;
    width: 100%;
}

.modal-area {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
}

.modal__bg-area {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content-area {
    background: #fff;
    left: 50%;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.modal__content-area .wrap {
    width: 800px;
}

.modal__content-area .wrap h2 {
    margin: 0;
    margin-bottom: 10px;
}

.modal__content-area a {
    position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 100;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
}

.modal__content-area a:hover {
    background: none;
}

.top_map .searchBox {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.top_map .searchCell {
    width: 25%;
    border-right: 1px solid #ddd;
}

.top_map .searchCell dl {
    margin-bottom: 0;
}

.top_map .searchCell dt {
    font-weight: 300;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 10px;
}

.top_map .searchCell dd {
    margin: 0;
    overflow: hidden;
}

.top_map .searchCell dd select {
    width: 100%;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.top_map .searchCell dd select::-ms-expand {
    display: none;
}

.top_map .searchCell dd {
    position: relative;
    border: 0px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}

.top_map .searchCell dd::before {
    position: absolute;
    top: 8px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #bcbcbc;
    pointer-events: none;
}

.top_map .searchCell dd select {
    padding: 0px 38px 10px 8px;
    color: #aaaaaa;
    margin: 0;
    font-size: 14px;
}

.top_map .searchCell.submit {
    border: 0;
}

.top_map .searchCell.submit input {
    margin: 0;
    border: 0;
    background-color: #F77C00;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    line-height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

/*東成区　駅別周辺情報*/

.information_sec {
    padding: 0 0 70px;
    position: relative;
}

.information_sec .text {
    font-size: 14px;
    line-height: 2;
}

.information_sec:nth-of-type(even) .inner {
    flex-direction: row-reverse;
}

.information_sec .image {
    width: 47%;
}

.information_sec .textBox {
    width: 50%;
}

.information_sec .title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
    color: var(--main-color);
}

.information_sec .link {
    width: 220px;
    height: 45px;
    margin: 20px 0 0;
}

.information_sec .link a {
    display: block;
    color: #fff;
    background-color: #c6b737;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    transition: .2s;
}

.information_sec .link a:hover {
    background-color: var(--main-color);
}

.kodawari.kodawari06 {
    width: 220px;
}

/* 共通内部h１ボックス */
section.page-h1-box {
    padding: 50px 0;
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 50px;
}

.page-title-box .en-title {
    font-family: Futura;
    color: #8c8c8c;
    letter-spacing: 0.1em;
    font-size: 17px;
    font-weight: bold;
}

.page-title-box .ja-title {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-title-box .ja-title .ttl {
    font-size: 33px;
}

.contentR.fullwide {
    width: 100%;
}

.page-accessmap-text_box {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

section.page-access_map-box {
    background: var(--sub-color);
    padding: 50px 0;
}

.access-map-b {
    margin-bottom: 50px;
}

.access-map-btn {
    text-align: center;
    margin-bottom: 100px;
}

.access-map-btn a {
    background: #000;
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    transition: 0.3s;
}

.access-map-btn a:hover {
    opacity: 0.7;
}

.access-map-btn a:after {
    content: "";
    background-image: url(/penguin/resources/image/clan-home/test/link-icon01.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 11px;
    right: 11px;
}

.sec-access-map_container ul li {
    width: 48%;
}

.sec-access-map_container ul li {
    width: 48%;
    padding: 30px 35px;
    background: #fff;
    border-radius: 20px;
}

.sec-access-map_container .mp-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.sec-access-map_container ul li .mp-items {
    align-items: center;
}

.mp-items .img-box {
    width: 40%;
}

.mp-items .text-box {
    width: 55%;
    line-height: 1.9;
}

.mp-items .text-box p.txt {
    font-size: 16px;
    font-weight: 500;
}

.sec-access-map_container ul li .mp-items {
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px dashed #9e9e9e;
    margin-top: 30px;
}

.sec-access-map_container ul li .mp-items:nth-child(4n) {
    border-bottom: none;
}

/* 店舗ページ */

.page-shop-list-item ul li {
    width: 48%;
}

.page-shop-list-item {
    padding: 50px 0 0;
}

.page-shop-list-item ul li .tp-text-box .ttl {
    font-size: 26px;
    color: #50b033;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.page-shop-list-item ul li .tp-text-box .txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 80px;
}

.page-shop-list-item ul li .bt-text-box .txt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-shop-list-item ul li .bt-text-box {
    padding: 20px 0;
    border-top: 1px solid #eeeeef;
    border-bottom: 1px solid #eeeeef;
}

.page-shop-list-item ul {
    align-items: center;
}

.page-shop-list-item ul li .bt-text-box .txt .small {
    font-size: 12px;
    font-weight: 500;
}

.page-shop-list-item ul li .bt-text-box .txt a {
    color: #29abe2;
    text-decoration: none;
}

/* トップスタッフリスト */
.staff-about-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.staff-clan-icon_img {
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.staff-clan-icon_img.clasmokun {
    width: 100%;
}

.staff-about-box img {
    width: 80%;
}

.page_outline {
    font-size: 16px;
}

.privacy_text .txt-title {
    margin-bottom: 30px;
}

.page_outline .h2-ttl {
    font-size: 22px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 10px;
}

.privacy_text .txt {
    margin-bottom: 40px;
}

section.paypay-service {
    margin-bottom: 100px;
}

.paypay-service-ttl {
    text-align: center;
    margin: 0 0 50px;
}

.paypay-service-ttl .ttl .color {
    color: #ed221e;
}

.paypay-service-ttl .ttl {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #a4a4a4;
    display: inline-block;
    padding: 0 10px 5px;
    margin-bottom: 20px;
}

.paypay-service-ttl .txt {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.6;
}

.pay-service-img-box ul li {
    width: 48%;
}

.pay-service-img-box ul li img {
    vertical-align: bottom;
    border-radius: 30px 30px 0 0;
}

.pay-service-img-box ul li .txt {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    background: #efefef;
    border-radius: 0 0 30px 30px;
}

.convenience_pay-container ul li {
    width: 31%;
}

.convenience_pay-container ul li img {
    box-shadow: 0px 1px 12px #bababa;
    border-radius: 50%;
    margin-bottom: 15px;
}

.convenience_pay-container ul li .txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

section.PayPay-convenience {
    margin-bottom: 100px;
}

.paypay-service-ttl .ttl .color02 {
    color: #4ea932;
}

/* ペイペイページ */

section.paypay-service {
    margin-bottom: 100px;
}

.paypay-service-ttl {
    text-align: center;
    margin: 0 0 50px;
}

.paypay-service-ttl .ttl .color {
    color: #ed221e;
}

.paypay-service-ttl .ttl {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #a4a4a4;
    display: inline-block;
    padding: 0 10px 5px;
    margin-bottom: 20px;
}

.paypay-service-ttl .txt {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.6;
}

.pay-service-img-box ul li {
    width: 48%;
}

.pay-service-img-box ul li img {
    vertical-align: bottom;
    border-radius: 30px 30px 0 0;
}

.pay-service-img-box ul li .txt {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    background: #efefef;
    border-radius: 0 0 30px 30px;
}

.convenience_pay-container ul li {
    width: 31%;
}

.convenience_pay-container ul li img {
    box-shadow: 0px 1px 12px #bababa;
    border-radius: 50%;
    margin-bottom: 15px;
}

.convenience_pay-container ul li .txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

section.PayPay-convenience {
    margin-bottom: 100px;
}

.paypay-service-ttl .ttl .color02 {
    color: #4ea932;
}

/* よくある質問 */
#faq_page {
    padding: 0px 0 100px;
}

.faq_category {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 60px 0 0;
    padding: 15px 20px;
    box-shadow: 1px 1px 4px 1px rgb(51 51 51 / 10%);
    border-left: 5px solid #51b033;
}

.faq_category .number {
    font-style: italic;
    display: inline-block;
    margin-right: 10px;
    color: #51b033;
    letter-spacing: 0.06rem;
    font-size: 35px;
}

div#faq_page .faq_area .pr {
    margin: 20px 0 10px;
}

.faq_area .pr {
    padding: 15px 70px 15px 0;
    border-bottom: 2px solid;
    align-items: center;
}

.faq_area .switchHat::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://clanhome.jp/penguin/resources/image/clan-home/_common/faq-arrow-img01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.faq_area .switchHat.nowOpen::before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

div#faq_page .faq_area .q_icon {
    font-size: 25px;
    color: #4bad1a;
    font-weight: bold;
}

div#faq_page .faq_area .text {
    width: 1030px;
    font-size: 20px;
}

.answer_text {
    background: #f2f2f2;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.7;
}

.answer_text .closeBtnHat {
    display: none;
}

.article_content h2 {
    margin: 20px 0 10px !important;
    padding: 0.5rem 1rem !important;
    border-left: 4px dotted var(--main-color) !important;
    background: #f4f4f4;
    font-weight: 600;
    font-size: 22px;
}

.article_content h3 {
    font-size: 20px;
    margin-bottom: 0.5em !important;
    border-bottom: 2px solid var(--main-color) !important;
    padding-bottom: 15px !important;
    position: relative;
    font-weight: 600;
    margin-top: 20px;
}

.article_content h3:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.common_lifestyle_page .lifestyle_intro_sec {
    padding: 0 0 80px;
}

.common_lifestyle_page .lifestyle_intro_sec .block .ttl {
    font-size: 28px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #51b033;
    margin-bottom: 30px;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box {
    flex-wrap: nowrap;
    align-items: center;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .img {
    width: 40%;
    margin-left: 5%;
    flex-shrink: 0;
    line-height: 1;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .img img {
    width: 100%;
    vertical-align: bottom;
}

.common_lifestyle_page .common_lifestyle_search_sec {
    padding: 50px 0 85px;
    margin-bottom: 80px;
    background-color: #f2f2f2;
}

.common_lifestyle_page .common_lifestyle_search_sec .top_text {
    margin-bottom: 30px;
}

.common_lifestyle_page .common_lifestyle_search_sec .top_text .ttl {
    font-size: 28px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #51b033;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap {
    align-items: flex-end;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap select,
.common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#sbox02 {
    width: 100%;
    height: 35px;
    border: none;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0 10px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#btnQuickSearch {
    width: 100%;
    height: 35px;
    background: #f6921e;
    border: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #909090;
    cursor: pointer;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts {
    position: relative;
    width: 21%;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts .label {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin: 0 0 15px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before,
.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
    content: "×";
    position: absolute;
    font-size: 14px;
    bottom: 6px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before {
    left: -16%;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
    right: -16%;
}

.common_lifestyle_page .common_lifestyle_info_sec+.common_lifestyle_info_sec {
    margin-top: 80px;
}

.common_lifestyle_page .common_lifestyle_info_sec .top_text {
    margin-bottom: 30px;
}

.common_lifestyle_page .common_lifestyle_info_sec .top_text .ttl {
    font-size: 28px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #51b033;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont {
    align-items: center;
    flex-wrap: nowrap;
}

.common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont {
    flex-direction: row-reverse;
}

.common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont .img {
    margin-right: 5%;
}

.common_lifestyle_page .common_lifestyle_info_sec:nth-child(odd) .cont .img {
    margin-left: 5%;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .img {
    width: 40%;
    flex-shrink: 0;
    line-height: 1;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .img img {
    width: 100%;
    vertical-align: bottom;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .block+.block {
    margin-top: 30px;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .sub_ttl {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.common_lifestyle_page .lifestyle_search_sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont+.search_cont {
    margin-top: 50px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 1.8;
    flex-wrap: nowrap;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box+.box {
    margin-top: 15px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_ttl {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 180px;
    margin-right: 25px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li {
    margin-right: 15px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a {
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 0.05em;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a:hover {
    text-decoration: none;
}

section.top-cam-banner-box .img-box+.img-box {
    margin-top: 50px;
}

.new_construction_about .head_title {
    font-size: 32px;
    letter-spacing: 0.12rem;
    margin-bottom: 30px;
    font-weight: 600;
    color: #51b033;
    text-align: center;
}

.new_construction_about .head_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.8;
    margin-bottom: 80px;
}

.new_construction_about .bottom_text {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    line-height: 2;
}


@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: initial;
    }

    /*spmenu~*/
    .sp_hd {
        position: static;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 30px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: #fff;
        border-radius: 3px;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 2.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: #fff;
    }

    a.slicknav_btn {
        margin: 0;
        padding: 8px 10px 3px;
        height: 46px;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        content: "MENU";
        display: block;
        font-size: 70%;
        color: #333;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
        font-size: 9px;
        text-align: center;
        margin-top: 4px;
    }

    .slicknav_nav a {
        color: #333 !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 50%;
        text-align: left;
        margin: 0;
        letter-spacing: normal;
        font-size: 80%;
        border: solid #ccc;
        border-width: 0 1px 1px 0;
        line-height: 30px;
        background-size: 5px;
        background-repeat: no-repeat;
        background-position: 10px center;
        padding-left: 25px;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 200px;
        top: 4.5px;
        left: 15px;
    }

    .wrap {
        width: 100%;
    }

    .ft01 {
        float: none;
        margin: 0 auto;
        width: 92%;
        margin-bottom: 10px;
    }

    .ft03 {
        float: none;
        margin: 0 auto;
        width: 92%;
    }

    .ft_banner ul {
        overflow: hidden;
    }

    .ft_banner li {
        width: 23%;
        margin: 1%;
        float: left;
    }

    .site_ft {
        padding: 30px 0px;
    }

    .copy {
        font-size: 10px;
        margin-bottom: 65px;
    }

    .hd_menu {
        background-color: #f3fff1;
        padding: 20px 4%;
    }

    .hd_menu .L {
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        float: none;
        overflow: hidden;
    }

    .hd_menu .L a {
        width: 33.333%;
        float: left;
        padding: 10px;
        height: 70px;
        border-right: 1px solid #ddd;
        box-shadow: 0px -2px 2px rgba(51, 51, 51, 0.07) inset;
    }

    .hd_menu .L a:nth-child(3) {
        border-right: 0px;
    }

    .hd_menu a img {
        max-width: 32px;
        max-height: 28px;
    }

    .hd_menu a span {
        font-size: 11px;
    }

    .hd_menu .L a:nth-child(3) span {
        letter-spacing: -1px;
    }

    .hd_menu .R {
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        float: none;
        overflow: hidden;
    }

    .hd_menu .R a {
        width: 33.333%;
        float: left;
        padding: 10px;
        height: 70px;
        border-right: 1px solid #ddd;
        box-shadow: 0px -2px 2px rgba(51, 51, 51, 0.07) inset;
    }

    .hd_menu .R a:nth-child(3) {
        border-right: 0px;
    }

    .contentR {
        width: 100%;
        float: none;
    }

    .kodawari_all {
        padding: 4%;
    }

    .kodawari01 {
        margin-right: 0px;
    }

    .kodawari02,
    .kodawari04,
    .kodawari06,
    .kodawari08 {
        margin-right: 4%;
        width: 48%;
    }

    .kodawari03,
    .kodawari05,
    .kodawari07,
    .kodawari09 {
        width: 48%;
        margin-right: 0px;
    }

    .h2_ttl {
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .sec01 .h2_ttl {
        margin-bottom: 0px;
    }

    .member {
        background: #f3f3f3;
        box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.64) inset;
        padding: 20px 10px;
        overflow-x: scroll;
    }

    .member .inner {
        width: 718px;
    }

    .member_box {
        width: 130px;
        height: 130px;
        border: 1px solid #b3b3b3;
        display: block;
        float: left;
        box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.34);
    }

    .sec01 {
        overflow: hidden;
    }

    .sec03 .h2_ttl {
        margin-bottom: 0px;
    }

    .blog {
        border: 0px;
        height: auto;
        overflow-x: scroll;
        background: #f3f3f3;
        box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.64) inset;
        padding: 20px 10px;
    }

    .blog .inner {
        width: 5300px;
    }

    .blog .inner .kiji_box {
        width: 200px;
        margin: 10px;
        float: left;
        padding-bottom: 0px;
        border-bottom: 0px;
        background: #fff;
        box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.34);
        position: relative;
    }

    .blog .inner .kiji_img {
        float: none;
        width: 100%;
        height: 140px;
        overflow: hidden;
        position: relative;
    }

    .blog .inner .kiji_img img {
        min-height: 100%;
        min-width: 100%;
    }

    .kiji {
        float: none;
        width: 100%;
        padding: 10px;
        margin-right: 0px;
        min-height: 170px;
    }

    .contentL {
        width: 100%;
        float: none;
    }

    .search_list_ttl01 {
        width: 100%;
    }

    .search_list_ttl01 .R {
        float: left;
    }

    .sp_wrap {
        display: flex;
        justify-content: space-between;
        padding: 0 4%;
    }

    .sp_wrap .senzoku_bn {
        width: 48%;
        margin: 0;
    }

    .blog_btn {
        width: 48%;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .facebook {
        width: 92%;
        margin: auto;
        height: auto;
        overflow: hidden;
        display: none;
    }

    .search_list li {
        margin-bottom: 0px;
        border-bottom: 1px solid #ddd;
    }

    .search_list li.sp_wid100 a {
        display: block;
        line-height: 60px;
    }

    .list_img img {
        vertical-align: middle;
    }

    .search_list_ttl02 {
        width: 100%;
        height: 42px;
    }

    .search_list li a {
        line-height: 44px;
    }

    .sp_hd_logo {
        width: 180px;
        top: 10px;
        left: 10px;
    }

    .sp_hd .sp_tel {
        position: absolute;
        top: 10px;
        right: 60px;
        background-image: url(../image/tel_icon.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 20px;
        padding-top: 22px;
        font-size: 10px;
    }

    body {
        padding-top: 0px;
    }

    .main_visual {
        height: auto;
        background: none;
    }

    .main_visual .R {
        float: none;
    }

    .main_visual .free_search {
        width: 94%;
        margin: auto;
        height: auto;
        background: none;
    }

    .main_visual #keyward {
        width: 80%;
        margin-right: 0px;
    }

    .main_visual #submit {
        width: 18%;
        border-radius: 0px;
        padding-left: 0px;
        font-size: 13px;
        padding-right: 0px;
    }

    .free_search_ttl {
        padding-left: 0px;
    }

    .h2_kurasumon {
        top: 0px;
    }

    .sp_lineLink {
        width: 92%;
        margin: auto;
        overflow: hidden;
    }

    .sp_lineLink li {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .favorit_btn {
        width: 92%;
        margin: auto;
        height: 50px;
        line-height: 50px;
    }

    .kurasumon_border {
        height: auto;
        margin-top: 0px;
    }

    .inpage_ttl {
        font-size: 20px;
        padding: 12px 0;
    }

    .company_sec,
    .company_sec02 {
        width: 92%;
        margin: auto;
    }

    .company_table th {
        display: block;
        padding-left: 0px;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        padding-top: 10px;
    }

    .company_table td {
        display: block;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .staff_box {
        width: 92%;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
        display: block;
    }

    .staff_img {
        width: 100%;
        height: 250px;
    }

    .plof_box {
        width: 100%;
        padding: 4%;
    }

    .plofL {
        left: 0px;
    }

    .plofR {
        width: 94%;
        left: 3%;
    }

    .staff_name {
        font-size: 30px;
        margin-top: 20px;
    }

    .aisatsu {
        text-align: left;
        padding: 10px;
    }

    .aisatsu br {
        display: none;
    }

    .staff_table {
        width: 92%;
    }

    .clear_box {
        width: 130px;
        height: 130px;
    }

    .kiji .ttl {
        margin: 10px 0px;
    }

    .school_page .text {
        width: 92%;
        margin: auto;
        margin-bottom: 20px;
        line-height: 22px;
    }

    table.school_list thead {
        display: none;
    }

    table.school_list td {
        display: block;
        width: 100%;
    }

    table.school_list td.chu {
        background-color: #f4f4f4;
        border: 0px;
        text-align: left;
        padding: 12px 10px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    table.school_list td.chu a {
        /* display: block; */
        /* margin: 0 0 0 auto; */
        /* padding: 5px 10px; */
        /* background: var(--main-color); */
        /* color: #fff; */
        /* position: absolute ; */
        /* right: 10px; */
        /* top:10px; */
    }

    table.school_list td.syo {
        font-size: 14px;
        text-align: left;
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }

    table.school_list td.syo a {
        display: inline-block;
        margin-left: 10px;
        width: 100%;
        margin: 0px;
    }

    table.school_list td.kuiki {
        padding: 10px;
        font-size: 12px;
        width: 100%;
    }

    .inpage_ttl span {
        font-size: 13px;
    }

    .house_box {
        width: 100%;
        display: block;
        padding: 0px;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .house_img {
        float: left;
        width: 30%;
        height: 25vw;
    }

    .house_name {
        float: right;
        width: 70%;
        margin: 0px;
        padding-left: 3%;
        padding-top: 1%;
    }

    .house_place {
        float: right;
        width: 70%;
        margin: 0px;
        padding-left: 3%;
        margin-bottom: 2px;
    }

    .house_madori {
        float: left;
        margin-top: 0px;
        padding-left: 3%;
        font-size: 14px;
    }

    .house_yachin {
        float: left;
        padding-left: 3%;
        font-size: 14px;
        color: #d46104;
    }

    .house_madori span {
        display: none;
    }

    .house_yachin span {
        display: none;
    }

    .qr_txt {
        text-align: left;

    }


    .qr_txt br {
        display: none;
    }

    .qr_boxR {
        width: 100%;
        padding: 12px;
        height: auto;
        padding-bottom: 50px;
    }


    .qr_boxL {
        float: none;
        margin: auto;
    }

    .acsess_list li {
        width: 100%;
        padding: 10px;
    }

    .acsess_img {
        float: none;
        text-align: center;
    }

    .acsess_txt {
        padding: 15px;
        float: none;
        width: 100%;
        height: auto;
    }

    .sec05 ul {
        width: 100%;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .sec05 li {
        width: 32%;
        margin: 0.5%;
        height: 20vw;
    }

    .sp_ft_contact {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        background: rgba(11, 11, 11, 0.83);
        color: #fff;
        z-index: 11111;
    }

    .sp_ft_contact ul {
        overflow: hidden;
        padding: 2vw;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

    .sp_ft_contact li {
        width: 24%;
        float: left;
        text-align: center;
        height: 50px;
        background-color: #000;
        border-radius: 5px;
    }

    .sp_ft_contact li img {
        width: 23px;
        margin-bottom: 0;
        display: block;
        margin: 0 auto 2px auto;
        pointer-events: none;
    }

    .sp_ft_contact li span {
        display: block;
        color: #fff;
        font-size: 2vw;
        font-weight: bold;
        pointer-events: none;
    }

    .sp_ft_contact li.text {
        width: 40%;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        color: #fff709;
    }

    .sp_ft_contact a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 6px;
    }

    p.new_icon {
        width: 40px;
        left: 0px;
    }

    .sec05 .R {
        width: 94%;
        margin: auto;
        float: none;
    }

    .ft_text {
        width: 90%;
        margin: 0px auto;
        padding: 3% 4%;
        font-size: 12px;
    }

    .main_ekiten {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .main_ekiten_logo {
        bottom: auto;
        top: -7vw;
        width: 70%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .main_ekiten {
        padding: 40vw 10px 50vw;
    }

    .ekiten_clasmon {
        width: 50%;
        left: 0;
        right: 0;
        margin: auto;
    }

    ul.top_recommended .image {
        height: 25vw;
        width: 25vw;
    }

    ul.top_recommended li {
        width: 96vw;
        display: block;
        margin: 0 auto 15px !important;
    }

    ul.top_recommended li h3 {
        font-size: 11px;
        line-height: 1.5;
        width: calc(69vw - 5px);
        margin: 5px 5px 5px 0;
    }

    ul.top_recommended li p {
        width: 69vw;
        font-size: 11px;
    }

    h2.h2_ttl.h2_insta+.h2_kurasumon.wow.rubberBand {
        top: -10px;
    }

    .ekiten_gadget_area {
        width: 100vw;
        margin: 0 auto;
        margin-left: -6vw;
    }

    .banner_sec {
        margin: 20px 0;
    }

    .secBanner {
        margin: 20px 0;
    }

    .yoyaku_banner {
        margin-bottom: 10vw;
    }

    .yoyaku_banner a {
        display: block;
        width: 98%;
        padding: 5vw;
        font-size: 4vw;
        background-image: none;
        border-radius: 1vw;
    }

    .yoyaku_banner a:hover {
        color: #f8d215;
    }

    .yoyaku_banner a:before {
        content: "";
        display: block;
        width: 30vw;
        height: 30vw;
        background: url(../image/search_icon02.svg) no-repeat;
        background-size: contain;
        background-position: center;
        opacity: .2;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .yoyaku_banner a:after {
        width: 20vw;
        height: 20vw;
        right: 0;
        bottom: -10vw;
        z-index: 3;
    }

    .yoyaku_banner a span {
        font-size: 5vw;
    }

    .yoyaku_fixedArea {
        display: none;
    }

    .yoyaku_banner a b {
        border-radius: 10vw;
        font-size: 3.5vw;
        padding: 4vw 2vw;
        border-width: 2px;
        position: relative;
        z-index: 2;
    }

    .yoyaku_fixedArea {
        display: none;
    }

    .yoyaku_banner a b {
        border-radius: 10vw;
        font-size: 3.5vw;
        padding: 4vw 2vw;
        border-width: 2px;
        position: relative;
        z-index: 2;
    }

    .yoyaku_fixedArea {
        display: block;
        height: auto;
        bottom: 14px;
        width: 80%;
        left: 10%;
    }

    .yoyaku_fixedArea a {
        width: 100%;
        border-radius: 0;
        box-shadow: 0px 0px 0px #fff;
        background-position: left 10px center;
        background-size: 32px;
        -webkit-writing-mode: unset;
        padding: 10px 10px 10px 50px;
        text-align: center;
        background: none;
        font-size: 0;
    }

    .yoyaku_fixedArea a br {
        display: none;
    }

    .yoyaku_fixedArea a:before {
        width: 140px;
        bottom: 32px;
        top: auto;
        left: auto;
        right: -40px
    }

    .sp_ft_contact li.top {
        background-color: #d4c258;
        box-shadow: 2px 2px 0px #a18a42;
    }

    .sp_ft_contact li.tel {
        background-color: #48bdc9;
        box-shadow: 2px 2px 0px #38a3b6;
    }

    .sp_ft_contact li.mail {
        background-color: #e37c83;
        box-shadow: 2px 2px 0px #a26c83;
        position: relative;
    }

    .sp_ft_contact li.mail.heya_mail {
        padding-top: 6px;
    }

    .sp_ft_contact li.line {
        background-color: #04ba05;
        box-shadow: 2px 2px 0px #3e8a33;
    }

    p.heya_sp_price.sp {
        font-size: 20px;
        font-weight: 600;
        color: red;
    }

    p.heya_sp_price.sp .kanri {
        font-size: 13px;
        color: #000;
    }


    p.heya_sp_price.sp .ttl {
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        border: 1px solid red;
        padding: 2px 10px;
        border-radius: 5px;
    }

    .mansionSec ul li {
        width: 49.5%;
    }

    .flex-sb {
        display: block;
        width: 96%;
        margin: auto;
    }

    .article_content,
    .article_side {
        width: 100%;
    }

    /*トップバナーセクション*/

    .banner_sec ul.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;
    }

    .banner_sec ul li a:hover img {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    /*トップgoggle口コミセクション*/

    section#top_review {
        margin: 50px 0;
    }

    .top_review_h2_box h2 {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 6px;
    }

    .top_review_h2_box {
        text-align: left;
        padding-left: 90px;
    }

    .top_review_h2_box::before {
        width: 72px;
        height: 62px;
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto 0;
    }

    .top_review_h2_box p {
        font-size: 14px;
        padding-left: 27px;
        background-size: 22px;
        margin: 0 5px;
    }

    .top_review_cont ul li {
        padding: 15px 10px;
    }

    .top_review_cont ul li .ttl_box p.star_box span {
        width: 15px;
        margin-right: 0;
    }

    .top_review_cont ul li .ttl_box time {
        font-size: 14px;
        margin-left: 10px;
    }

    .top_review_cont ul li .ttl_box p.name {
        font-size: 16px;
        font-weight: 600;
        margin-left: 0;
        width: 100%;
        margin-top: 2px;
    }

    .top_review_cont ul li p.text {
        font-size: 14px;
        margin-top: 6px;
    }

    .top_review_btn {
        width: 200px;
        font-size: 14px;
        line-height: 30px;
    }

    .top_review_cont ul {
        height: 300px;
    }

    .g_logo {
        position: static;
        width: 29%;
        padding: 5px 14px 0;
        margin: 0 auto 10px 8px;
    }

    .review_button {
        width: 300px;
        margin: 20px auto 0;
    }

    .review_button a {
        font-size: 14px;
    }

    .review_button a:hover {
        color: var(--main-color) !important;
        background-color: #fff;
    }

    .sp_ft_contact {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        background: rgba(11, 11, 11, 0.83);
        color: #fff;
        z-index: 11111;
    }

    .sp_ft_contact ul {
        overflow: hidden;
        padding: 2vw;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

    .sp_ft_contact li {
        width: 24%;
        float: left;
        text-align: center;
        height: 50px;
        background-color: #000;
        border-radius: 5px;
    }

    .sp_ft_contact li img {
        width: 23px;
        margin-bottom: 0;
        display: block;
        margin: 0 auto 2px auto;
    }

    .sp_ft_contact li span {
        display: block;
        color: #fff;
        font-size: 2vw;
        font-weight: bold;
    }

    .sp_ft_contact li.text {
        width: 40%;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        color: #fff709;
    }

    .sp_ft_contact a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 6px;
    }

    .sp_ft_contact li.top {
        background-color: #d4c258;
        box-shadow: 2px 2px 0px #a18a42;
    }

    .sp_ft_contact li.tel {
        background-color: #48bdc9;
        box-shadow: 2px 2px 0px #38a3b6;
    }

    .sp_ft_contact li.mail {
        background-color: #e37c83;
        box-shadow: 2px 2px 0px #a26c83;
        position: relative;
    }

    .sp_ft_contact li.mail.heya_mail {
        padding-top: 6px;
    }

    .sp_ft_contact li.line {
        background-color: #04ba05;
        box-shadow: 2px 2px 0px #3e8a33;
    }

    /*検索ページ非公開セクション*/

    .mikoukai {
        padding: 15px;
    }

    .mikoukai h4 {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .mikoukai p {
        width: 100%;
        text-align: justify;
        margin-bottom: 15px;
    }

    .mikoukai a {
        font-size: 14px;
        padding: 5px;
    }

    /*東成区　駅別周辺情報*/

    .information_sec {
        padding: 0 0 40px;
    }

    .information_sec:nth-of-type(even) .inner {
        flex-direction: inherit;
    }

    .information_sec .image {
        width: 100%;
    }

    .information_sec .textBox {
        width: 100%;
        margin: 10px 0 0;
    }

    .information_sec .title {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .information_sec .link {
        margin: 15px auto 0;
        width: 95%;
    }

    .kodawari.kodawari06 {
        width: 48%;
    }

    /* アクセスページ */

    .page-title-box .en-title {
        font-size: 4vw;
    }

    .page-title-box .ja-title {
        font-size: 6vw;
    }

    section.page-h1-box {
        padding: 10vw 0;
    }

    section.page-access_map-box {
        padding: 10vw 0;
    }

    .page-accessmap-text_box {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .access-map-b iframe {
        height: 280px;
    }

    .access-map-btn a {
        font-size: 15px;
    }

    .access-map-btn a:after {
        width: 20px;
        height: 20px;
        top: 12px;
        right: 14px;
    }

    .sec-access-map_container ul li {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 50px;
    }

    .sec-access-map_container ul li:last-child {
        margin-bottom: 10px;
    }

    .sec-access-map_container .mp-title {
        font-size: 4vw;
    }

    .mp-items .img-box {
        width: 35%;
    }

    .mp-items .text-box {
        width: 60%;
        line-height: 1.5;
    }

    .mp-items .text-box p.txt {
        font-size: 3.5vw;
    }

    .access-map-btn {
        margin-bottom: 20vw;
    }

    .page-shop-list-item ul li {
        width: 100%;
    }

    .sp_shop-h2-title .ttl {
        font-size: 4vw;
    }

    .sp_shop-h2-title .ttl {
        font-size: 4vw;
        color: #51ae35;
        margin-bottom: 10px;
    }

    .page-shop-list-item {
        padding: 10vw 0 0;
    }

    .page-shop-list-item ul li .tp-text-box .txt {
        font-size: 3.5vw;
        margin-bottom: 10vw;
    }

    .page-shop-list-item ul li .bt-text-box .txt {
        font-size: 3.5vw;
        font-weight: bold;
        letter-spacing: 0.05em;
    }

    .page_outline {
        font-size: 14px;
    }

    .page_outline .h2-ttl {
        font-size: 18px;
    }

    .privacy_text .txt {
        margin-bottom: 30px;
    }

    .paypay-service-ttl .ttl {
        font-size: 5vw;
    }

    .paypay-service-ttl .txt {
        font-size: 3.5vw;
    }

    .pay-service-img-box ul li {
        width: 100%;
        margin-bottom: 50px;
    }

    .pay-service-img-box ul li:last-child {
        margin-bottom: 0;
    }

    section.paypay-service {
        margin-bottom: 15vw;
    }

    .convenience_pay-container ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
        padding: 15px 10px;
    }

    .convenience_pay-container ul li {
        width: 260px;
        flex: 0 0 auto;
        margin-right: 40px;
    }

    .convenience_pay-container ul li .txt {
        font-size: 16px;
    }

    .pay-service-img-box ul li .txt {
        padding: 15px 0;
        font-size: 4vw;
    }

    .convenience_pay-container ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .convenience_pay-container ul::-webkit-scrollbar-track {
        background: #ebffe6;
        border-radius: 10px;
    }

    .convenience_pay-container ul::-webkit-scrollbar-thumb {
        background: var(--main-color);
        border-radius: 10px;
    }

    /* ペイペイページ */
    .paypay-service-ttl .ttl {
        font-size: 5vw;
    }

    .paypay-service-ttl .txt {
        font-size: 3.5vw;
    }

    .pay-service-img-box ul li {
        width: 100%;
        margin-bottom: 50px;
    }

    .pay-service-img-box ul li:last-child {
        margin-bottom: 0;
    }

    section.paypay-service {
        margin-bottom: 15vw;
    }

    .convenience_pay-container ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
        padding: 15px 10px;
    }

    .convenience_pay-container ul li {
        width: 260px;
        flex: 0 0 auto;
        margin-right: 40px;
    }

    .convenience_pay-container ul li .txt {
        font-size: 16px;
    }

    .pay-service-img-box ul li .txt {
        padding: 15px 0;
        font-size: 4vw;
    }

    .convenience_pay-container ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .convenience_pay-container ul::-webkit-scrollbar-track {
        background: #ebffe6;
        border-radius: 10px;
    }

    .convenience_pay-container ul::-webkit-scrollbar-thumb {
        background: var(--main-color);
        border-radius: 10px;
    }

    /* よくある質問 */
    .faq_category {
        font-size: 20px;
    }

    .faq_category .number {
        font-size: 20px;
    }

    div#faq_page .faq_area .pr {
        margin: 10px 0 10px;
        padding: 15px 40px 15px 0;
    }

    .faq_area .switchHat::before {
        width: 18px;
        height: 18px;
        right: 10px;
    }

    div#faq_page .faq_area .text {
        width: calc(100% - 40px);
        font-size: 15px;
    }

    .faq_area .switchHat::before {
        width: 18px;
        height: 18px;
        right: 10px;
    }

    .common_lifestyle_page .lifestyle_intro_sec {
        padding: 0 0 60px;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .ttl {
        font-size: 5vw;
        margin-bottom: 20px;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box {
        flex-direction: column-reverse;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .text_box {
        width: 100%;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .img {
        width: 100%;
        margin-left: 0;
        flex-shrink: 0;
        margin-bottom: 15px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec {
        padding: 30px 0 40px;
        margin-bottom: 60px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .top_text {
        margin-bottom: 30px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .top_text .ttl {
        font-size: 5vw;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap select,
    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#sbox02 {
        width: 100%;
        height: 35px;
        padding: 0 2vw;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#btnQuickSearch {
        width: 100%;
        height: 45px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts {
        width: 30%;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts.btn {
        width: 100%;
        margin-top: 40px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts .label {
        margin: 0 0 10px;
        font-size: 3.6vw;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before,
    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
        font-size: 3.5vw;
        bottom: 6px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before {
        left: -14%;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
        right: -14.5%;
    }

    .common_lifestyle_page .lifestyle_merit_sec {
        padding: 40px 0;
    }

    .common_lifestyle_page .lifestyle_demerit_sec {
        padding: 0 0 40px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec+.common_lifestyle_info_sec {
        margin-top: 60px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .top_text {
        margin-bottom: 30px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .top_text .ttl {
        font-size: 5vw;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont {
        flex-direction: column-reverse;
    }

    .common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont .img {
        margin-right: 0;
    }

    .common_lifestyle_page .common_lifestyle_info_sec:nth-child(odd) .cont .img {
        margin-left: 0;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .img {
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .block+.block {
        margin-top: 40px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .sub_ttl {
        margin: 0 0 10px;
        font-size: 4.5vw;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .common_lifestyle_page .lifestyle_search_sec {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont+.search_cont {
        margin-top: 25px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box {
        border-radius: 8px;
        padding: 15px 3.5vw;
        line-height: 1.8;
        display: block;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .ttl {
        font-size: 4.6vw;
        margin: 0 0 20px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box+.box {
        margin-top: 15px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_ttl {
        font-size: 3.7vw;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li {
        margin-right: 3vw;
        margin-bottom: 3px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a {
        font-size: 3.4vw;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a:hover {
        text-decoration: underline;
    }

    /* 大和ハウス減額キャンペーンバナー */
    section.top-cam-banner-box .img-box+.img-box {
        margin-top: 20px;
    }

    .new_construction_about .head_title {
        font-size: 24px;
        letter-spacing: 0.08rem;
        margin-bottom: 15px;
    }

    .new_construction_about .head_text {
        font-size: 3.5vw;
        text-align: left;
        margin-bottom: 10vw;
    }

    .new_construction_about .bottom_text {
        font-size: 14px;
        text-align: left;
        margin-top: 10vw;
    }

    .new_construction_about .inner {
        display: grid;
    }

    #common_security_page .new_construction_about .new_construction_about_list .image {
        order: -1;
        margin-bottom: 5vw;
    }

    nav.globalMenuSp .nav_info .logo_area a .textBox p {
        color: #000;
    }
}