@charset "utf-8";

/*********************************************** pc top ***********************************************/

/* ------------------ ( common ) ------------------ */
body {
    background-color: #FFFFFF;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3', 'Yu Gothic UI', 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
}

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

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

/**/
a.commonBtn {
    display: block;
    text-decoration: none;
    width: 300px;
    height: 65px;
    background-color: #e6e6e6;
    color: #666666 !important;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 25px 0;
}

a.commonBtn:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

a.commonBtn:hover:after {
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow_hv.png);
}

/**/
.commonH2 {
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0 10px;
}

.commonH2 span {
    background: linear-gradient(transparent 70%, #e6e6e6 70%);
    padding: 0 0px
}

.commonH3 {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 0 30px;
    margin: 25px 0 10px;
}

.commonH3:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #e7161a;
    position: absolute;
    top: 50%;
    left: 0;
}

/**/
.commonTtl {
    position: relative;
    margin: 20px 0;
    color: #0e335d;
    font-weight: bold;
    text-align: center;
}

.commonTtl h2,
.commonTtl h3 {
    font-size: 40px;
    margin: 0;
}

.commonTtl p {
    color: #333333;
    font-size: 16px;
}

/**/
.commonIcon {
    background-color: #0e335d;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 16px;
    margin: 15px 0 10px;
}

.commonIcon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
}

.commonIcon.line:before {
    content: "\f002";
}

/*********************************************** pc page ***********************************************/
/* ------------------ ( 24時間サポート ) ------------------ */

.pageService24 .wrap {
    position: relative;
}

.pageService24 li .wrap {
    position: relative;
}

.pageService24 li:not(:last-child) {
    margin-bottom: 100px
}

.pageService24 li.bigMB {
    margin-bottom: 200px
}

/*1*/
.pageService24 .tex {
    width: 44%;
    background-image: url(/penguin/resources/image/renthome/fujidera/serviceGrayBg.png);
    padding: 30px;
    background-size: cover;
    background-position: left;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 10
}

.pageService24 .tex ._inner {
    background-color: #fff;
    padding: 30px
}

.pageService24 .tex p.type01 {
    font-size: 14px;
}

.pageService24 .img {
    width: 700px;
    margin-left: auto;
}

.commonTriangle {
    position: relative;
}

.commonTriangle:before {
    content: '';
    display: block;
    width: 90px;
    height: 83px;
    background-image: url(/penguin/resources/image/renthome/fujidera/triangle.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    right: -15px;
}

/*2*/
.pageService24 li .blueBg {
    background-color: #0e335d;
    padding: 30px 0
}

.pageService24 li .pointbox {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.pageService24 li .pointbox p:nth-child(even) {
    margin-left: 25px;
}

.pageService24 li .pointbox p {
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 45%;
}

.pageService24 li .pointbox p:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    padding-right: 5px;
    color: #0e335d;
}

.pageService24 li .pointbox:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-width: 0 50px 50px 0;
    border-style: solid;
    border-color: #e6e6e6 #0e335d #e6e6e6;
}

/*3*/
.signBox {
    background-color: #e6e6e6;
    width: 48%
}

.signBox h2 {
    background-color: #0e335d;
    color: #fff;
    text-align: center;
}

.signBox ._img {
    width: 40%;
    margin: 20px auto
}

.signBox p {
    padding: 0 30px 20px
}

/* ------------------ ( 個人情報保護方針 ) ------------------ */
.page_privacy .type1 {
    margin: 0 0 30px 0;
    background-color: #e6e6e6;
    padding: 20px;
}

.page_privacy h2 {
    margin: 5px 0;
    font-size: 16px;
}

.page_privacy p.type2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    border-bottom: 3px solid #e6e6e6;
    color: #333;
}

.page_privacy h2:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/* ------------------ ( LINEお問い合わせ ) ------------------ */
.lineTop {
    margin-bottom: 80px
}

.pageLine ul {
    background-color: #e6e6e6;
    padding: 50px;
    border-radius: 20px
}

.pageLine li {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px
}

.pageLine li:not(:last-child) {
    margin-bottom: 50px
}

h2.commonH2+div.flex-sb {
    margin-bottom: 20px;
}

/**/
.pageLine li .friendBox {
    width: 45%
}

.pageLine li .friend02 p {
    margin: 15px 0;
    line-height: 35px !important;
}

.pageLine li .friend02 p span.no {
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #666666;
    color: #fff;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}

.pageLine li .friend02 p span.green {
    color: #39a036
}

/**/
.pageLine li .phoneBox .img {
    width: 280px
}

.pageLine li .phoneBox .tex {
    width: calc(100% - 320px)
}

.phoneBox p {
    padding-top: 30px
}

.lineBtm {
    margin-top: 50px;
}

a.lineContact {
    background: #00B900;
    display: block;
    transition: .3s;
    text-decoration: none;
    width: 400px;
    height: 65px;
    line-height: 60px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 40px;
    border: 4px double #fff;
}

a.lineContact:hover {
    opacity: .7;
}


/* ------------------ ( page ) ------------------ */

.common_page_top .common_page_h1 {
    padding: 60px 0;
}

.common_page_top .common_page_h1 h1,
.common_page_top .common_page_h1 h2 {
    font-size: 35px;
    text-align: center;
    position: relative;
    font-weight: normal;
    color: #0e335d
}

.common_page_top .common_page_h1 h1:after,
.common_page_top .common_page_h1 h2:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 2px;
    top: calc(100% + 10px);
    left: 50%;
    background-color: #e7161a;
}

/*breadcrumb*/
.common_page_top .breadcrumb {
    margin-top: 30px;
}

.common_page_top .breadcrumb a {
    display: inline;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.common_page_top .breadcrumb span[property=name] {
    text-decoration: none;
    color: #fff;
    background-color: #e7161a;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px
}

.common_page_top .breadcrumb span[property=name]:hover {
    background-color: #0e335d;
    transition: .2s
}

.common_page_top .breadcrumb span.current-item {
    text-decoration: none;
    color: #fff;
    background-color: #0e335d;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px
}

/**/
.common_page_contents {
    margin: 100px 0
}

/*template*/
.common_page_contents p,
.common_page_contents a,
.common_page_contents th,
.common_page_contents td {
    font-size: 16px
}

.common_page_contents p {
    line-height: 1.7
}

.common_toAnoRS ul li {
    width: 24%;
}

.common_toAnoRS ul li a {
    width: 100%;
}

.common_toAnoRS ul li .commonBtn {
    border-radius: 10px;
    background-color: transparent;
    border: 3px solid #999;
}

/* -----------------------(shopdet)---------------------- */
.det_cap .img {
    width: 200px;
}

.det_cap {
    align-items: center;
}

.det_cap h2 {
    margin: 0 auto 0 30px;
}

.det_cap .commonBtn {
    width: 14%;
    height: 30px;
    margin: 0 5px;
    line-height: 30px !important;
    font-size: 14px;
}

.det_cap .commonBtn:after {
    width: 12.5px;
    height: 12.5px;
}

.shopdet_btm {
    margin-top: 50px;
    padding: 0 60px;
    font-weight: bold;
}

.shopdet_btm p {
    font-size: 16px;
    letter-spacing: 1.5px;
}

.jo_org .det {
    padding-bottom: 15px;
}

.shopdet_btm ul li {
    padding: 15px 0 0;
}

.shopdet_btm ul li .attri {
    width: 31.5%;
    padding-bottom: 15px;
    border-bottom: 2px solid #0e335d;
    display: flex;
    align-items: center;
}

.shopdet_btm ul li .det {
    width: 67%;
    border-bottom: 2px solid rgba(14, 51, 93, 0.5);
}

/* -----------------------(shopintro)---------------------- */
.pageshopintro a {
    text-decoration: none;
    display: block;
}

.shopintro_list {
    width: 100%;
}

.shopintro_list li.bigger_fr {
    width: 100%;
    padding: 2px;
    border: 2px solid #e7161a;
    margin: 45px auto;
}

.shop_intro_top {
    color: #333;
    margin-left: 30px;
}

.shop_intro_top .commonH3 {
    font-weight: bold;
}

.shop_intro_mid {
    width: 100%;
    color: #333;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
}

.shop_intro_mid .img {
    width: 30%;
    height: 230px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

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

.shop_intro_mid ul {
    width: 65%;
}

.shop_intro_mid ul li:not(:last-child) {
    margin: 0 auto 10px;
}

.shop_intro_mid ul li span {
    display: block;
    padding: 17.5px 0;
    font-weight: bold;
    font-size: 17px;

}

.shop_intro_mid ul li .rec {
    width: 27.5%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #e1e1e1;
    text-align: center;
}

.shop_intro_mid ul li .val {
    width: 72.5%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f1f1f1;
    padding-left: 15px;
}

.shop_intro_btm {
    justify-content: flex-end;
    padding: 0 30px;
}

.shop_intro_btm a {
    width: 30%;
}

.shop_intro_btm a:nth-child(1) {
    margin-right: 50px;
}

/* -----------------------(internet)---------------------- */
.common_page_top .common_page_h1 h1 {
    font-size: 35px;
    background-color: #0e335d;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
}

.pageinternet .commonIcon {
    margin-bottom: 35px;
    padding: 15px 20px;
}

.internet_service li:nth-child(1) {
    padding-right: 40px;
    border-right: #0e335d dashed 2px;
}

.pageinternet .commonIcon:before {
    content: "\f1eb";
}

.internet_service {
    width: 100%;
    justify-content: space-between;
}

.internet_service li {
    width: 48%;
}

.internet_con {
    margin-top: 30px;
}

.internet_flow {
    margin-top: 60px;
}

.internet_flow .commonIcon:before {
    content: "\f073";
}

.internet_flow .img {
    width: 90%;
    margin: 30px auto 0;
}

/* -----------------------(sitemap)---------------------- */

.sitemap .commonTtl h2 {
    font-size: 25px;
    font-weight: normal;
}

.sitemap .commonTtl h2:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    margin: 0 10px 7px 0;
    background-color: #0e335d;
}

.sitemap .commonTtl h2:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    margin: 0 0 7px 10px;
    background-color: #0e335d;
}

.sitemap .sitemap_ct {
    padding-top: 20px;
}

.sitemap .commonIcon {
    width: 100%;
}

.sitemap .sitemap_ct ul {
    flex-wrap: wrap;
}

.sitemap .sitemap_ct ul li {
    width: 33%;
    margin-bottom: 30px;
    position: relative;
}

.sitemap .sitemap_ct ul li a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1.5px solid #0e335d;
    display: block;
    width: 325px;
}

.sitemap .sitemap_ct ul li a:before {
    content: '';
    display: block;
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow.png);
    width: 12px;
    height: 14px;
    position: absolute;
    top: 15px;
    right: 44px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.sitemap .sitemap_ct ul li a:hover {
    color: #e7161a;
    transition: 0.2s;
    border-bottom: 1.5px solid #e7161a;
}

.sitemap .sitemap_ct ul li a:hover:before {
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow_hv.png);
    transition: .2s;
}

.sitemap .sitemap_ct ul li a span {
    margin-left: 20px;
}

/* ----------------------(maker)---------------------- */
.pagedroom li {
    margin: 50px auto 75px;
}

.pagedroom .commonIcon {
    font-size: 18px;
    padding: 15px 20px;
}

/* .pagedroom .commonIcon:before{
  content: "\f05a";
} */
.pagedroom li .droom_btm {
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 0;
}

.pagedroom .commonH3 {
    padding: 0 0 20px 30px;
    border-bottom: 1.5px dashed #999;
    margin: 25px auto;
}

.pagedroom .commonH3:after {
    top: 30%
}

.pagedroom li .droom_btm .exp {
    width: 50%;
}

.pagedroom li .droom_btm .img {
    width: 40%;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.pagedroom li .droom_btm .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.droom_spe ul li {
    width: 80%;
    margin: 30px auto 45px;
}

.droom_spe ul li .flex {
    justify-content: space-between;
    align-items: center;
}

.droom_spe ul li .exp {
    width: 50%;
}

.droom_spe ul li .exp span {
    color: #e7161a;
    padding-right: 30px;
}

.droom_spe ul li .img {
    width: 40%;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.droom_spe ul li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.pagedroom .commonBtn {
    margin: 30px auto 0;
}

.pagedroom a.commonBtn {
    padding-right: 8px;
}

.article {
    width: 1100px;
    margin: auto;
    padding: 50px 0;
}

.article h2 {
    margin: 100px 0 30px;
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #333;
}

.article h2:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.article h2:nth-of-type(1) {
    margin-top: 0;
}

.article p {
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 15px;
    word-break: break-all;
}

.article p a {
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
}

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

.article .mainContaints .inner {
    width: 680px;
}

.article .mainContaints .side_blog {
    width: 320px;
    background: #ededed;
    padding: 20px;
}

.article .mainContaints .side_blog h3 {
    background-color: #0e335d;
    color: #fff;
    font-size: 15px;
    padding: 6px 10px;
    margin: 0;
    margin-bottom: 20px;
}

.article .mainContaints .side_blog ul li {
    border-bottom: 1px dotted #ddd;
    background-color: #fff;
    padding: 10px;
}

.article .mainContaints .side_blog ul li a {
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: 14px;
    line-height: 14px;
}

.article .mainContaints .side_blog ul li .img {
    width: 60px;
    margin: 0;
    background-size: cover;
    background-color: #f0f0f0;
}

.article .mainContaints .side_blog ul li .text {
    width: 182px;
    margin: 0;
}

.article .mainContaints .side_blog .link {
    margin-bottom: 30px;
}

.article .mainContaints .side_blog .link a {
    background: #333;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    width: 200px;
    margin: auto;
}

.article .mainContaints .side_blog .date {
    display: block;
    color: #b5b5b5;
    line-height: 16px;
    font-size: 11px;
}

.article .mainContaints .side_blog .title {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    display: block;
}

.article .mainContaints .side_blog ul {
    margin-bottom: 20px;
}

/* ------------------ ( PC_来店不要お部屋探し ) ------------------ */

.ouchideoheyaImg {
    text-align: center;
    line-height: 0;
    margin-bottom: 80px;
    width: 44%;
}

ul.ouchideoheyaList li {
    background-color: #f7f6f2;
    width: 32%;
    padding: 25px;
    position: relative;
    text-align: center;
}

ul.ouchideoheyaList .icon {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.ouchideoheyaList {
    width: 950px;
    margin: 0 auto 80px;
}

ul.ouchideoheyaList .text {
    font-size: 14px;
}

.ouchideoheyaLR {
    margin-bottom: 80px;
}

.ouchideoheyaR {
    width: 45%;
    background-image: url(/penguin/resources/image/renthome/fujidera/serviceGrayBg.png);
    padding: 30px;
    background-size: cover;
    background-position: left;
    margin-top: -220px;
    position: relative;
    z-index: 10;
}

.ouchideoheyaR ._inner {
    background: #fff;
    padding: 30px;
}

.ouchideoheyaL {
    width: 60%;
    line-height: 0;
    margin-left: auto;
}

.ouchideoheyaFlexImg {
    width: 44%;
    text-align: center;
    line-height: 0;
}

.ouchideoheyaText {
    width: 55%;
    min-height: 250px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 25px;
    background: #f7f6f2;
}

p.flowStep {
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 2px 15px;
    background: #0e335d;
    color: #fff;
    font-size: 13px;
}

h3.flowH3 {
    margin-top: 10px;
    font-size: 16px;
    color: #0e335d;
}

ul.ouchideoheyaFlow li:nth-of-type(even) {
    flex-flow: row-reverse;
}

ul.ouchideoheyaFlow li:not(:first-child) {
    margin-top: 30px;
}

.flowPoint {
    border: 1px solid #e5e5e5;
    padding: 15px 10px 10px;
    margin-top: 1.5rem;
    position: relative;
}

.flowPoint p {
    font-size: 12px;
}

.flowPoint h4 {
    position: absolute;
    display: inline-block;
    top: -28px;
    font-size: 14px;
    background: #f7f6f2;
    padding: 0 10px;
    left: 15px;
}

dl.flowDl {
    font-size: 14px;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
}

dl.flowDl:not(:first-child) {
    border-top: 1px dashed #e5e5e5;
}

dl.flowDl dt span {
    margin-right: 10px;
}

dl.flowDl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

ul.ouchideoheyaFlow {
    margin-bottom: 80px;
}

.ouchideoheyaLink {
    width: 750px;
    margin: auto;
}

.ouchideoheyaLink a {
    background: #0e335d;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: .3s;
}

p.topAcc {
    background-color: #0e335d;
    color: #fff;
    padding: .5em 1em;
    top: 0px;
    width: 400px;
    position: relative;
    left: 0;
}

p.topAcc span {
    background-color: #e7161a;
    color: #fff;
    padding: .1em 1em;
    margin-right: 20px;
    animation: Flash1 1s infinite;
}

@keyframes Flash1 {
    50% {
        opacity: 0;
    }
}

p.topAcc:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0e335d transparent transparent transparent;
    position: absolute;
    left: calc(50% - 10px);
    left: 25px;
    bottom: -10px;
    z-index: 5;
}

.favorite_page {
    padding: 0px;
}

.favor01_text {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.favor02_text {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.favor03_text {
    display: inline-block;
    vertical-align: middle;
}

.favor02_text span {
    font-size: 20px;
    color: #f3771c;
    letter-spacing: 0px;
}

.favor_sec02 {
    background: url(/penguin/resources/image/_common/bg_dot.png);
    padding: 10px;
}

.favor_sec02 ul {
    /* overflow: hidden ; */
}

.favor_sec02 ul li {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

.favor_sec02 ul li:nth-child(1) {
    padding-top: 8px;
}

.favor_sec02 ul li #btnSubmitInquiryIfChecked {
    background-color: #f89016;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    height: 40px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    border-radius: 25px;
    font-size: 14px;
    border: 0;
    padding: 10px 20px;
}

#areaFavorites {
    padding-top: 30px;
    overflow: hidden;
}

#areaFavorites .Fav_list_cell {
    border: 1px solid #d9d9d9;
    width: 100%;
    margin: 0;
    /* float: left; */
    padding: 10px;
    margin-bottom: 20px;
}

#areaFavorites .Fav_list_cell .inner {
    display: flex;
    justify-content: space-between;
}

#areaFavorites .Fav_list_cell .leftBox {
    width: 180px;

}

#areaFavorites .Fav_list_cell .rightBox {
    width: 800px;

}

#areaFavorites .Fav_list_cell .rightBox table {
    width: 100%;
    font-size: 14px;
}

#areaFavorites .Fav_list_cell p.name {
    background-color: #103463;
    color: #fff;
    padding: 6px 10px 6px 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 15px;
    border-bottom: 0;
}

#areaFavorites .Fav_list_cell p.name a {
    color: #fff;
    font-size: 16px;
}

#areaFavorites .Fav_list_cell .pic {
    background: #fff;
    padding: 10px;
    height: 120px;
    margin-bottom: 6px;
}

#areaFavorites .Fav_list_cell .pic img {
    max-width: 100%;
    max-height: 100px;
    margin: auto;
    display: block;
}

#areaFavorites .Fav_list_cell .main_info th {
    background: #eff2e1;
    padding: 4px 12px;
    color: #686868;
    font-size: 12px;
}

#areaFavorites .Fav_list_cell .main_info td span.yatin {
    font-size: 16px;
    color: #ff6933;
}

#areaFavorites .Fav_list_cell .address {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    font-size: 11px;
}

#areaFavorites .Fav_list_cell .btn {}

#areaFavorites .Fav_list_cell .btn li.btn01 a {
    float: left;
    width: 60%;
    background-color: #f89016;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    height: 32px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    border-radius: 25px;
    font-size: 14px;
    border: 0;
    padding: 7px 20px;
}

#areaFavorites .Fav_list_cell .btn li.btn02 a {
    float: left;
    width: 18%;
    padding: 7px 20px;
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border-radius: 25px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    text-align: center;
    margin-right: 2%;
    text-decoration: none;
    height: 32px;
    font-weight: bold;
    border: 1px solid #f2f2f2;
}

#areaFavorites .Fav_list_cell .btn li.btn03 a {
    float: left;
    width: 18%;
    padding: 7px 20px;
    display: block;
    background-color: #6d6d6d;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    box-shadow: 3px 3px 3px rgba(104, 104, 104, 0.46);
    text-align: center;
    text-decoration: none;
    height: 32px;
}

.footer_btm .inner {
    padding-top: 30px;
}

.footer_btm .inner p.title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
}

.footer_btm .inner dt {
    background-color: #255285;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
}

.footer_btm .inner dd {
    font-size: 12px;
    color: #fff;
    padding: 15px 10px;
}

.sec05 {
    padding: 100px 0 50px 0;
    background-image: url(/penguin/resources/image/renthome/home/sec05_bg.png);
    display: inline-block;
    min-width: 100%;
}

.sec05 .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.sec05_right {
    width: 700px;
    box-shadow: 0px 0px 5px 3px #ccc;
    background-color: #fff;
}

.sec05_titlebox {
    height: 80px;
    background-color: #103463;
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sec05_title h2:before {
    background-image: url(/penguin/resources/image/renthome/home/sec05_title01.png);
    width: 280px;
    height: 35px;
    background-size: 280px;
}

.sec05_titlebox:nth-child(3) .sec05_title h2:before {
    background-image: url(/penguin/resources/image/renthome/home/sec05_title01_blog.png);
    width: 280px;
    background-size: 200px;
}

.sec05_title h2 {
    color: #fff;
}

.sec05_title {
    margin-bottom: 0px;
}

.sec05_bt {
    width: 150px;
    height: 35px;
    background-color: #fff;
}

.sec05_bt:hover {
    box-shadow: 2px 3px #333;
    transition: 0.3s;
}

.sec05_bt a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    color: #ff0000;
    font-weight: 600;
    line-height: 35px;
}

.sec05_bt a:before {
    content: "▶︎";
    display: inline-block;
    font-size: 8px;
    margin-right: 5px;
}

.sec05_right_list {
    background-color: #fff;
    padding: 0 30px;
    overflow-y: scroll;
    height: 277px;
}

.sec05_right_list ul {}

.sec05_right_list ul li {
    height: 200px;
    padding: 30px 0;
    border-bottom: #333 dashed 1px;
}

.sec05_right_list ul li:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.sec05_right_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
}

.sec05_right_img {
    width: 220px;
    height: 140px;
    background-color: #F2F2F2;
    position: relative;
    overflow: hidden;
}

.sec05_right_img img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    /*padding: 10px;*/
}


.sec05_right_textbox {
    height: 140px;
    width: 380px;
}

.sec05_right_list_title {
    margin-bottom: 20px;
}

.sec05_right_list_title p {
    font-size: 15px;
    font-weight: 600;
}

.sec05_right_list_date {
    width: 140px;
    height: 30px;
    background-color: #103463;
    margin-bottom: 20px;
}

.sec05_right_list_date p {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 200;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}

.sec05_right_list_text {}

.sec05_right_list_text p {
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

.sec05_left {
    box-shadow: 0px 0px 5px 3px #ccc;
    width: 360px;
    background-color: #fff;
    padding: 40px;
}

.sec05_left_list01_title h2:before {
    background-image: url(/penguin/resources/image/renthome/home/sec05_title02.png);
    width: 100px;
    height: 25px;
    background-size: 100px;
}

.sec05_left_list01_title {
    margin-bottom: 30px;
}

.sec05_left_list01,
.sec05_left_list02 {
    margin-bottom: 35px;
}

.sec05_left_list01 ul {}

.sec05_left_list01 ul li,
.sec05_left_list03 ul li {
    margin-bottom: 20px;
}

.sec05_left_list01 ul li img {
    display: block;
}

.sec05_left_list01 ul li:last-child {
    margin-bottom: 0px;
}

.sec05_left_list02_title h2:before {
    background-image: url(/penguin/resources/image/renthome/home/sec05_title03.png);
    width: 135px;
    height: 25px;
    background-size: 135px;
}

.sec05_left_list02_title,
.sec05_left_list03_title {
    margin-bottom: 30px;
}

.sec05_left_list02 ul {}

.sec05_left_list02 ul li {
    margin-bottom: 20px;
}

.sec05_left_list02 ul li img {
    display: block;
}

.sec05_left_list02 ul li:last-child {
    margin-bottom: 0px;
}

.sec05_left_list03_title h2:before {
    background-image: url(/penguin/resources/image/renthome/home/sec05_title04.png);
    width: 120px;
    height: 25px;
    background-size: 115px;
}

p.sec05Left_recruitP {
    width: 100%;
    height: 70px;
    padding: 5px;
    background: #f2f2f2;
}

p.sec05Left_recruitP span {
    display: block;
    background: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #0f3363;
    letter-spacing: 1px;
    padding-left: 40px;
}

p.sec05Left_recruitP span i {
    font-size: 20px;
    margin-right: 10px;
}

.sec05_left_list03 a {
    text-decoration: none;
}

/*店舗情報*/
#shop-info h2 {
    padding: 40px 0px 20px 100px;
    background: url(/penguin/resources/image/renthome/home/rent_logo.png) no-repeat, #f0f0f0;
    background-size: 60px;
    background-position: 20px;
    font-size: 20px;
    margin-bottom: 80px;
}

#shop-info h3 {
    font-size: 18px;
}

.area-box.flex-sb {
    margin-bottom: 30px;
}

div#shop-1 {
    padding: 30px;
    box-shadow: 1px 1px 3px #1a1a1a;
    background: #fff;
}

div#shop-1 .area-text {
    width: 60%;
}

div#shop-1 p span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 2px solid gray;
}

div#shop-1 p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
}

.shop-img {
    width: 36%;
}

#shop-1 h3 {
    margin: 0 0 50px 0 !important;
    border-left: 4px solid #103463;
    border-bottom: none !important;
    padding: 10px 10px 10px 20px !important;
    font-size: 20px;
    background: #f0f0f087;
}

#shop-1 h3 span {
    font-family: 'Cinzel', serif;
    color: #ff000078;
    font-size: 24px;
    margin: 0 0 0 30px;
}

#shop-1 h5 {
    font-family: 'Cinzel', serif;
    color: #f0f0f0;
    font-size: 60px;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin: 0;
}

#shop-info h3 {
    border-bottom: 2px solid gray;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 30px 0;
}

.shop-wrap {
    margin-bottom: 80px;
}

.article h2 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.article h3 {
    background-color: #0e335d;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.article h4 {
    border-left: 2px solid #0e335d;
    font-size: 18px;
    padding: 4px 4px 4px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

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

.staffList li {
    width: 32.5%;
}

.staffList li .img {
    width: 100%;
    position: relative;
}

.staffList li .before {
    transition: 0.2s;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.staffList li .after {
    display: none;
    transition: 0.2s;
    left: 0;
    top: 0;
    width: 100%;
}

.staffList li:hover .before {
    display: none;
}

.staffList li:hover .after {
    display: block;
    opacity: 0.7;
}

.staffList li a {
    text-decoration: none;
    color: #000;
}

.staffList li .txt {
    text-align: center;
    background-color: #0e335d;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
}

.staff_intro .staffList li .txt {
    background-color: #fff;
    color: #0e335d;
}

.staff_detail_page .staffUp {
    display: flex;
}

.staff_detail_page .staffUp .img {
    width: 30%;
}

.staff_detail_page img {
    display: block;
}

.staff_detail_page .staffUp .textBox {
    width: 70%;
    background-color: #0e335d;
    padding: 50px;
    color: #fff;
}

.staff_detail_page .staffUp .textBox .en {
    font-style: italic;
    opacity: 0.3;
    font-size: 50px;
}

.staff_detail_page .staffUp .textBox .ja {
    font-size: 32px;
    letter-spacing: 3px;
    margin-top: -45px;
    font-weight: bold;
    margin-bottom: 10px;
}

.staff_detail_page .staffUp .textBox dt {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.staff_detail_page .staffUp .textBox dt:before {
    content: "-";
    margin-right: 10px;
}

.staff_detail_page .staffUp .textBox dd {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
}

.staff_detail_page .staffDown {
    display: flex;
}

.staff_detail_page .staffDown .img {
    width: 30%;
    order: 1;
}

.staff_detail_page .staffDown .textBox {
    width: 70%;
    background-color: #0e335d;
    padding: 50px;
    color: #fff;
}

.staff_detail_page .staffDown .textBox dt {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.staff_detail_page .staffDown .textBox dt:before {
    content: "-";
    margin-right: 10px;
}

.staff_detail_page .staffDown .textBox dd {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
}

.student_banner_box {
    padding: 30px 0;
}


@media (max-width: 750px) {
    /*********************************************** sp top ***********************************************/

    /* ------------------ ( common ) ------------------ */


    /*********************************************** sp page ***********************************************/

    /*h1*/
    .common_page_top .common_page_h1 {
        margin-top: 50px;
        padding: 8vw 0;
    }

    .common_page_top .common_page_h1 h1,
    .common_page_top .common_page_h1 h2 {
        font-size: 22px;
    }

    .common_page_top .common_page_h1 h1:after,
    .common_page_top .common_page_h1 h2:after {
        height: 25px;
    }

    /*breadcrumb*/
    .breadcrumb li a {
        font-size: 10px;
    }

    .common_page_top .breadcrumb span[property=name] {
        font-size: 10px;
    }

    .common_page_top .breadcrumb span.current-item {
        font-size: 10px;
    }

    .common_page_top .breadcrumb span.post-post {
        font-size: 10px;
        background-color: #fff;
        color: #000;
        padding: 5px 3px;
        line-height: 2;
    }

    /*common_page_contents*/
    .common_page_contents {
        margin: 15vw 0 20vw;
    }

    /*template*/
    .common_page_contents p,
    .common_page_contents a,
    .common_page_contents th,
    .common_page_contents td {
        font-size: 14px
    }

    /* ------------------ ( common ) ------------------ */
    .commonH2 {
        font-size: 18px;
        margin: 3vw 0 1vw;
    }

    .commonH2 span {
        padding: 0 10px
    }

    .commonH3 {
        font-size: 16px;
        margin: 2vw 0 1vw;
    }

    /**/
    .commonTtl h2,
    .commonTtl h3 {
        font-size: 18px;
    }

    .commonTtl p {
        font-size: 13px;
    }

    .commonTtl {
        position: relative;
        padding: 0;
        margin: 4vw 0 2vw;
    }

    /**/
    a.commonBtn {
        width: 100%;
        max-width: 350px;
        line-height: 50px;
        height: 50px;
        margin: 3vw auto;
    }

    /**/
    .commonTable th,
    .commonTable td {
        padding: 5px 10px;
    }

    /*---------------------( サイトマップ　)-----------------------*/
    .sitemap .commonTtl h2 {
        font-size: 18px;
    }

    .sitemap .commonTtl h2:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 2px;
        margin: 0 7px 5px 0;
        background-color: #0e335d;
    }

    .sitemap .commonTtl h2:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 2px;
        margin: 0 0 5px 7px;
        background-color: #0e335d;
    }

    .sitemap .sitemap_ct ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sitemap .sitemap_ct ul li {
        width: 48%;
        margin-bottom: 10px;
    }

    .sitemap .sitemap_ct ul li a {
        font-size: 13px;
        padding: 8px 0;
        border-bottom: 1.5px solid #0e335d;
        width: 100%;
    }

    .sitemap .sitemap_ct ul li a span {
        margin-left: 5px;
    }

    .sitemap .sitemap_ct ul li a:before {
        content: '';
        display: block;
        background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow.png);
        width: 10px;
        height: 12px;
        position: absolute;
        top: 15px;
        right: 4px;
    }

    .sitemap .commonIcon {
        width: 100%;
    }

    .sitemap .two_st ul {
        display: block;
    }

    .sitemap .two_st ul li {
        width: 100%;
    }

    .sitemap .seven_st ul {
        display: block;
    }

    .sitemap .seven_st ul li {
        width: 100%;
    }

    /* -----------------------(droom)---------------------- */
    .pagedroom .commonIcon {
        font-size: 14.5px;
        padding: 2vw 3vw !important;
        text-align: center;
        margin: 0 auto 10vw;
    }

    .pagedroom ul {
        margin-top: 10vw;
    }

    .pagedroom li.droom_fr:not(:last-child) {
        margin: 0 auto 20vw;
    }

    .pagedroom li .droom_btm {
        width: 100%;
        display: block;
        margin: 5vw auto 0;
    }

    .pagedroom li .droom_btm .exp {
        width: 100%;
    }

    .pagedroom li .droom_btm .img {
        width: 100%;
        height: 200px;
        margin-top: 5vw;
    }

    .droom_spe ul {
        margin-top: 5vw;
    }

    .droom_spe ul li {
        width: 100%;
    }

    .droom_spe ul li .flex {
        display: block;
    }

    .droom_spe ul li .exp {
        width: 100%;
    }

    .droom_spe ul li .img {
        width: 100%;
        height: 200px;
    }

    .droom_spe ul li .exp p {
        font-size: 13px;
        margin-top: 2vw;
        margin-bottom: 5vw;
    }

    .droom_spe ul li .exp span {
        color: #e7161a;
        padding-right: 2vw;
        font-size: 14px;
    }

    .sp_commonBtn {
        line-height: 55px !important;
    }

    .pagedroom .commonH3 {
        padding: 5vw 0;
        border-bottom: 1vw solid #0e335d;
        border-top: 1vw solid #0e335d;
        margin: 5vw auto;
        font-size: 14px;
        text-align: center;
        border-radius: 3vw;
    }

    .pagedroom .commonH3:after {
        display: none;
    }

    .common_toAnoRS ul li {
        width: 47%;
        margin: 0 auto;
    }

    .common_toAnoRS ul li:nth-child(1) {
        margin: 0 auto 3vw;
    }

    .common_toAnoRS ul li .commonBtn {
        margin: 0 auto !important;
        line-height: 45px;
        font-size: 13px;
        padding-right: 3vw;
    }

    .common_toAnoRS ul li .commonBtn:after {
        width: 10px;
        height: 10px;
        right: 2vw;

    }

    /* ------------------ ( LINEお問い合わせ ) ------------------ */

    .lineTop {
        margin-bottom: 10vw;
    }

    .pageLine ul {
        padding: 0;
        border-radius: 0;
        background-color: #fff
    }

    .pageLine li {
        padding: 0;
        border-radius: 0
    }

    .pageLine li:not(:last-child) {
        margin-bottom: 10vw;
        padding-bottom: 10vw;
        border-bottom: 5px solid #e6e6e6
    }

    .pageLine li .friendBox {
        width: 100%;
    }

    .pageLine li .friend02 p span.no {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .pageLine li .friend02 p {
        margin: 10px 0;
        line-height: 25px !important;
    }

    .pageLine li .phoneBox .img {
        width: 100%;
        max-width: 350px;
    }

    .pageLine li .phoneBox .tex {
        width: 100%;
    }

    .phoneBox p {
        padding-top: 2vw;
    }

    .pageLine li .phoneBox .img {
        width: 100%;
        margin: auto;
        max-width: 350px;
        margin-top: 3vw;
    }

    a.lineContact {
        max-width: 400px;
        width: 100%;
        height: 55px;
        line-height: 50px;
        font-size: 18px;
    }

    /* ------------------ ( 個人情報保護方針 ) ------------------ */
    .page_privacy .type1 {
        margin: 0 0 20px 0;
        padding: 10px;
    }

    .page_privacy .type1 {
        margin: 0 0 20px 0;
        padding: 10px;
    }

    .page_privacy h2:before {
        width: 15px;
        height: 15px;
    }

    .page_privacy p.type2 {
        padding-bottom: 5vw;
        margin-bottom: 5vw;
        padding-left: 0;
    }

    .pageService24 .img {
        width: 100%;
        margin-left: auto;
    }

    .pageService24 li.bigMB {
        margin-bottom: 15vw;
    }

    .pageService24 .tex {
        width: 100%;
        position: static;
        background-image: none;
        padding: 0;
        margin-bottom: 5vw;
    }

    .pageService24 .tex ._inner {
        background-color: #fff;
        padding: 0;
    }

    .pageService24 li:not(:last-child) {
        margin-bottom: 15vw;
    }

    .pageService24 li .pointbox {
        padding: 20px;
    }

    .pageService24 li .pointbox p:first-child {
        padding: 0 30px 5px 0;
        width: 100%;
    }

    .signBox {
        width: 100%;
    }

    .signBox:last-child {
        margin-top: 7vw
    }

    .pageService24 li .pointbox p:nth-child(even) {
        margin-left: 0;
    }

    .pageService24 li .pointbox p {
        display: inline-block;
        width: 103%;
    }

    .signBox p {
        padding: 0 20px 5vw;
    }

    .signBox ._img {
        width: 200px;
        margin: 5vw auto;
    }

    .signBox h2 {
        font-size: 16px;
        padding: 5px;
    }

    /* -----------------------(shopdet)---------------------- */
    .pageshopdet .wrap .flex {
        display: block;
    }

    .det_cap .img {
        width: 100%;
    }

    .det_cap h2 {
        margin: 0 auto 0 0;
        font-size: 15px;
        letter-spacing: 1.0px;
        text-align: center;
        padding: 5vw 0;
    }

    .det_cap .commonBtn {
        width: 100%;
        height: 40px;
        margin: 5vw auto;
        line-height: 40px !important;
        font-size: 17px;
    }

    .shopdet_btm {
        margin-top: 5vw;
        padding: 0 0;
        font-weight: bold;
    }

    .shopdet_btm p {
        font-size: 13px;
        letter-spacing: 0.25px;
    }

    .shopdet_btm ul li .attri {
        width: 28%;
    }

    .shopdet_btm ul li .det {
        width: 70%;
    }

    .jo_org .det p {
        font-size: 12px;
        letter-spacing: 0;
    }

    /* -----------------------(shopintro)---------------------- */
    .shopintro_list li.bigger_fr {
        border: none;
        padding: 0 0;
    }

    .shop_intro_top .commonH3 {
        margin: 2vw auto 2vw 2vw;
    }

    .shop_intro_top {
        margin: 2vw auto;
    }

    .shop_intro_mid {
        display: block;
        padding: 0 0;
    }

    .shop_intro_mid .img {
        width: 100%;
        height: 190px;
    }

    .shop_intro_mid ul {
        margin-top: 5vw;
        width: 100%;
    }

    .shop_intro_mid ul li:not(:last-child) {
        margin: 0 auto 4vw;
    }

    .shop_intro_mid ul li span {
        font-size: 13px;
        padding: 3vw 0;
    }

    .shop_intro_mid ul li .rec,
    .shop_intro_mid ul li .val {
        background-color: transparent;
    }

    .shop_intro_mid ul li .rec {
        border: 2px solid #d4d4d4;
        width: 25%;
    }

    .shop_intro_mid ul li .val {
        border-top: 2px solid #e1e1e1;
        border-right: 2px solid #e1e1e1;
        border-bottom: 2px solid #e1e1e1;
        width: 75%;
        padding-left: 10px;
    }

    .shop_intro_btm {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        padding: 0 0 2vw;
    }

    .rec_sp {
        line-height: 35px;
    }

    .shop_intro_btm a {
        width: 100%;
        font-size: 13px;
        margin: 2vw auto;
        display: block;
        border-radius: 10px;
        height: 35px;
        line-height: 35px;
    }

    .shop_intro_btm a:nth-child(1) {
        margin-top: 4vw;
        margin-right: auto;
    }

    /* -----------------------(internet)---------------------- */

    .common_page_top .common_page_h1 h1 {
        font-size: 21px;
        background-color: #0e335d;
        color: #fff;
        padding: 10px 0;
        font-weight: bold;
    }

    .internet_service {
        width: 100%;
        display: block;
    }

    .internet_service li {
        width: 100%;
    }

    .pageinternet .commonIcon {
        text-align: center;
        padding: 4vw 5vw;
    }

    .internet_service li:nth-child(1) {
        padding-right: 0px;
        border-right: none;
        margin-bottom: 10vw;
    }

    .internet_con {
        margin-top: 3vw;
    }

    .internet_flow .img {
        width: 100%;
        margin: 5vw auto 0;
    }

    .internet_service .commonH3 {
        padding: 2vw 1vw 2vw 2vw;
        font-weight: bold;
        border-radius: 5px;
        border-bottom: 2px solid #0e335d;
        border-top: 2px solid #0e335d;
    }

    .internet_service .commonH3:after {
        display: none;
    }

    .internet_service li .commonH3 .sp {
        display: none
    }

    .article {
        width: 100%;
    }

    .article .mainContaints {
        display: block;
    }

    .article .mainContaints .inner {
        width: 100%;
        margin-bottom: 50px;
    }

    .article .mainContaints .side_blog {
        width: 100%;
    }

    .article h2 {
        font-size: 16px;
    }

    .article .mainContaints .side_blog ul li .img {
        width: 20%;
    }

    .article .mainContaints .side_blog ul li .text {
        width: 75%;
    }

    /* ------------------ ( SP_来店不要お部屋探し ) ------------------ */
    ul.ouchideoheyaList {
        width: 100%;
    }

    ul.ouchideoheyaList li {
        width: 100%;
        padding: 20px;
    }

    ul.ouchideoheyaList li:not(:first-child) {
        margin-top: 1rem;
    }

    .ouchideoheyaL {
        width: 100%;
    }

    .ouchideoheyaR {
        width: 100%;
        padding: 20px;
        margin-top: 1rem;
    }

    .ouchideoheyaR ._inner {
        padding: 20px;
    }

    .ouchideoheyaImg {
        width: 100%;
    }

    .ouchideoheyaText {
        width: 100%;
        min-height: auto;
        padding: 20px 10px;
    }

    .ouchideoheyaFlexImg {
        width: 100%;
        margin-bottom: 1rem;
    }

    ul.ouchideoheyaFlow li:nth-of-type(even) {
        flex-flow: column;
    }

    .ouchideoheyaLink {
        width: 100%;
    }

    .ouchideoheyaLink a {
        margin: auto;
    }

    .ouchideoheyaLink a:not(:first-child) {
        margin-top: 1rem;
    }


    p.topAcc {
        width: 100%;
        margin-bottom: 25px;
    }

    p.topAcc:before {
        left: calc(50% - 10px);
    }

    .reflection {
        height: 100%;
        width: 15px;
        position: absolute;
        top: -30px;
        left: 0;
        background-color: #fff;
        opacity: 0;
        transform: rotate(45deg);
        animation: reflection 4s ease-in-out infinite;
        -webkit-transform: rotate(45deg);
        -webkit-animation: reflection 4s ease-in-out infinite;
        -moz-transform: rotate(45deg);
        -moz-animation: reflection 4s ease-in-out infinite;
        -ms-transform: rotate(45deg);
        -ms-animation: reflection 4s ease-in-out infinite;
        -o-transform: rotate(45deg);
        -o-animation: reflection 4s ease-in-out infinite;
    }

    @keyframes reflection {
        0% {
            transform: scale(0) rotate(45deg);
            opacity: 0;
        }

        80% {
            transform: scale(0) rotate(45deg);
            opacity: 0.5;
        }

        81% {
            transform: scale(4) rotate(45deg);
            opacity: 1;
        }

        100% {
            transform: scale(50) rotate(45deg);
            opacity: 0;
        }

    }

    @-webkit-keyframes reflection {
        0% {
            -webkit-transform: scale(0) rotate(45deg);
            opacity: 0;
        }

        80% {
            -webkit-transform: scale(0) rotate(45deg);
            opacity: 0.5;
        }

        81% {
            -webkit-transform: scale(4) rotate(45deg);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(50) rotate(45deg);
            opacity: 0;
        }

    }

    @-moz-keyframes reflection {
        0% {
            -moz-transform: scale(0) rotate(45deg);
            opacity: 0;
        }

        80% {
            -moz-transform: scale(0) rotate(45deg);
            opacity: 0.5;
        }

        81% {
            -moz-transform: scale(4) rotate(45deg);
            opacity: 1;
        }

        100% {
            -moz-transform: scale(50) rotate(45deg);
            opacity: 0;
        }

    }

    .sp_fixed_school {
        position: fixed;
        bottom: 90px;
        text-align: center;
        background-color: #0e335d;
        width: 100%;
        padding: 15px;
        z-index: 1000;
    }

    .sp_fixed_school a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        position: relative;
    }

    .sp_fixed_school a span {
        background-color: #ff9797;
        padding: 5px;
        border-radius: 20px;
        margin-right: 10px;
    }

    .sp_fixed_school a:after {
        content: "→";
        position: absolute;
        right: 10px;
    }

    .sp_fixed_menu {
        background: rgba(0, 0, 0, 0.8);
        padding: 2vw;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
        right: 0;
    }

    .sp_fixed_menu p {
        color: #fff;
        text-align: center;
        margin-bottom: 4px;
        float: none;
        width: 100%;
        height: auto;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .sp_fixed_menu .inner {
        display: flex !important;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        padding-bottom: 5px;
        padding-right: 2px;
        align-items: center;
    }

    .sp_fixed_menu .inner a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
        height: 48px;
    }

    .sp_fixed_menu .inner a.tel {
        background-color: #FFF23F;
        box-shadow: 2px 2px 0px #aca324;
        color: #000;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        line-height: 24px;
        width: 60%;
        padding: 5px 0 5px 30px;
        background-image: url(/penguin/resources/image/renthome/_common/ft_contact_icon01.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: left 12px center;

    }

    .sp_fixed_menu .inner a.tel span {
        display: block;
        font-size: 10px;
        line-height: 14px;
        font-weight: normal;
    }

    .sp_fixed_menu .inner a.mail {
        background-color: #FF5722;
        box-shadow: 2px 2px 0px #af3c18;
        color: #fff;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 24px;
        width: 18%;
        padding: 26px 0 5px 0px;
        background-image: url(/penguin/resources/image/renthome/_common/ft_contact_icon03.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center top 5px;
    }

    .sp_fixed_menu .inner form {
        display: block;
        background-color: #FF5722;
        box-shadow: 2px 2px 0px #af3c18;
        color: #fff;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 24px;
        width: 18%;
        padding: 26px 0 5px 0px;
        background-image: url(/penguin/resources/image/renthome/_common/ft_contact_icon02.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center top 5px;
        position: relative;
        height: 48px;
        border-radius: 5px;
    }

    .sp_fixed_menu .inner form input {
        background: none;
        border: 0px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .sp_fixed_menu .inner form span {
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 12px;
        font-weight: bold;
    }

    .sp_fixed_menu .inner a.line {
        background-color: #00c800;
        box-shadow: 2px 2px 0px #068006;
        color: #fff;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 24px;
        width: 18%;
        padding: 26px 0 5px 0px;
        background-image: url(/penguin/resources/image/renthome/_common/ft_contact_icon03.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center top 5px;
    }

    .railwayLineListTableCell,
    .areaListTableCell,
    .railwayAreaListTableCell {
        width: 98%;
        margin: 1% auto 0;
        float: none;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
    }

    span.font-RailwayLineLinkText,
    .font-AreaLinkText,
    .font-RailwayAreaLinkText {
        font-size: 14px;
    }

    .railwayLineListTableCell input,
    .areaListTableCell input,
    .railwayAreaListTableCell input {
        -webkit-appearance: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #ccc;
        position: relative;
        vertical-align: middle;
        z-index: 100;
        margin-right: 13px;
    }

    .railwayLineListTableCell input:checked,
    .areaListTableCell input:checked,
    .railwayAreaListTableCell input:checked {
        background: #ee5435;
    }

    .railwayLineListTableCell input:checked:after,
    .areaListTableCell input:checked:after,
    .railwayAreaListTableCell input:checked:after {
        content: "";
        width: 10px;
        height: 5px;
        border: solid;
        border-color: #fff;
        position: absolute;
        top: 0;
        left: 1px;
        border-width: 0 0 3px 3px;
        transform: rotateZ(-45deg);
        right: 0;
        bottom: 5px;
        margin: auto;
    }

    .railwayAreaListTableCell a {
        display: inline-block;
        line-height: 20px;
        vertical-align: middle;
    }

    .table.search_main_midashi input:checked:after {
        content: "";
        width: 10px;
        height: 5px;
        border: solid;
        border-color: #fff;
        position: absolute;
        top: 0;
        left: 1px;
        border-width: 0 0 3px 3px;
        transform: rotateZ(-45deg);
        right: 0;
        bottom: 5px;
        margin: auto;
    }

    .railwayLineListTableCell:before,
    .areaListTableCell:before,
    .railwayAreaListTableCell:before {
        content: "";
        display: block;
        background: #eee;
        height: 40px;
        width: 36px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .searchButtonArea input {
        -webkit-appearance: none;
        display: block;
        width: 90%;
        margin: 2px auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 36px;
        border-radius: 3px;
        box-shadow: 0 2px #ddd;
    }

    #areaFavorites .Fav_list_cell {
        float: none;
        width: 100%;
        margin: 0px;
        margin-bottom: 3%;
        padding-bottom: 12%;
    }

    form.area_sec .area_no_1 .searchButtonArea {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
        margin: 0;
        background: rgba(0, 0, 0, 0.86);
        display: flex;
        justify-content: space-between;
        padding: 4px 2%;
        height: 50px;
    }

    form.area_sec .area_no_1 .searchButtonArea input:nth-child(2) {
        width: 48%;
        background-color: #dededf;
        border: 0;
        box-shadow: 2px 2px 2px #8c8c8c;
    }

    form.area_sec .area_no_1 .searchButtonArea input:nth-child(3) {
        width: 48%;
        background-color: #fba22e;
        border: 0;
        box-shadow: 2px 2px 2px #a45e03;
    }

    #contactPage {
        background-color: #ddd;
    }

    #contactPage form span {
        background-color: #f16b0a;
        color: #fff;
        font-size: 11px;
        padding: 2px 10px;
        border-radius: 10px;
    }

    #contactPage form input[type="text"],
    #contactPage form input[type="email"] {
        border-radius: 30px;
        border: 1px solid #ddd;
        box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.2) inset;
        padding: 5px 10px;
    }

    #contactPage form textarea {
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.2) inset;
        padding: 5px 10px;
    }

    #contactPage form .table-L:first-child .tableRow .detailsTableDataCell:nth-child(1) {
        background-color: #2f2f2f;
        color: #fff;
        text-align: left;
        padding: 2px 10px;
    }

    #contactPage form .table-L:first-child .tableRow .detailsTableDataCell:nth-child(3) {
        display: none;
    }

    #contactPage form .table-L:first-child .tableRow .detailsTableDataCell:nth-child(5) {
        display: none;
    }

    #contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 30wx 10px;
        background-color: #faf1d7;
    }

    #contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) input {
        width: 10%;
    }

    #contactPage form .table-L:first-child .tableRow:last-child .detailsTableDataCell:nth-child(5) label {
        width: 80%;
        padding: 5px 0px;
    }

    #contactPage div.confirmButtonArea input {
        background-color: #f67e09;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        border-bottom: 2px solid #940000;
    }

    #areaFavorites .Fav_list_cell {
        float: none;
        width: 100%;
        margin: 0px;
        margin-bottom: 3%;
        padding-bottom: 10px;
    }

    #areaFavorites .Fav_list_cell .rightBox table,
    #areaFavorites .Fav_list_cell .rightBox tbody {
        display: block;
    }

    #areaFavorites .Fav_list_cell .rightBox table tr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #areaFavorites .Fav_list_cell .rightBox table th {
        display: block;
        width: 15%;
        padding: 5px 4px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    #areaFavorites .Fav_list_cell .rightBox table td {
        display: block;
        width: 32%;
        margin-bottom: 5px;
    }

    #areaFavorites .Fav_list_cell .btn li.btn02 a,
    #areaFavorites .Fav_list_cell .btn li.btn03 a {
        padding: 8px 2px;
        font-size: 10px;
    }

    .favor_sec02 ul li #btnSubmitInquiryIfChecked {
        margin-bottom: 5px;
        padding: 10px 15px;
    }

    /*店舗情報*/
    #shop-info h2 {
        padding: 20px 0px 10px 60px;
        background-size: 40px;
        background-position: 10px;
        font-size: 16px;
        margin-bottom: 50px;
    }

    #shop-info h3 {
        font-size: 16px;
    }

    div#shop-1 {
        padding: 10px;
    }

    div#shop-1 .area-text {
        width: 100%;
    }

    .shop-img {
        width: 100%;
        order: -1;
        margin-bottom: 10px;
    }

    #shop-1 h3 {
        margin: 0 0 15px 0 !important;
        line-height: 2;
    }

    #shop-1 h4 {
        font-size: 20px;
    }

    #shop-info h3 {
        padding-bottom: 5px;
        margin: 0 0 20px 0;
    }

    .shop-wrap {
        margin-bottom: 50px;
    }

    #shop-1 h3 span {
        font-size: 14px;
        margin: 0px;
        display: block;
    }

    .area-box.flex-sb {
        margin-bottom: 20px;
    }

    div#shop-1 p {
        font-size: 12px;
    }

    #shop-1 h5 {
        display: none;
    }

    .staffList li {
        width: 49%;
        margin-bottom: 10px;
    }

    .staff_detail_page .staffUp,
    .staff_detail_page .staffDown {
        display: flex;
        flex-wrap: wrap;
    }

    .staff_detail_page .staffUp .img,
    .staff_detail_page .staffDown .img {
        width: 100%;
        order: 0;
    }

    .staff_detail_page .staffUp .textBox,
    .staff_detail_page .staffDown .textBox {
        width: 100%;
        padding: 40px 5%;
    }

    .staff_detail_page .staffUp .textBox .en {
        font-size: 30px;
        text-align: right;
    }

    .staff_detail_page .staffUp .textBox .ja {
        font-size: 24px;
        margin-top: -30px;
    }

    .student_banner_box {
        padding-top: 30px;
        padding-bottom: 0px;
    }

}