@charset "UTF-8";
/* ----------------------------------------

再定義

---------------------------------------- */
html {
    overflow-y: scroll;
}
body {
    position: relative;
    line-height: 1.8571;
    color: #333;
    background-color: #fff;
    font-family: Verdana, "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-wrap: break-word;
}
body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    color: #0c5f93;
}
a:hover, a:visited:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
table {
    table-layout: fixed;
}
input[type="button"], select {
    cursor: pointer;
    outline: none;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Webkit */ :focus:-moz-placeholder {
    color: transparent;
}
/* Firefox 18 以前 */ :focus::-moz-placeholder {
    color: transparent;
}
/* Firefox 19 以降 */ ::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}
:-moz-placeholder {
    color: #888;
    opacity: 1;
}
::-moz-placeholder {
    color: #888;
    opacity: 1;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
#content ::-webkit-scrollbar {
    width: 12px;
}
#content ::-webkit-scrollbar-track {
    background: #F0EFF4;
}
#content ::-webkit-scrollbar-thumb, #content ::-webkit-scrollbar-thumb:window-inactive {
    background: #bcbcbc;
}
@media screen and (max-width: 767px) {
    #content ::-webkit-scrollbar {
        width: 8px;
    }
}
@media screen and (min-width: 767px) {
    a[href^="tel:"] {
        text-decoration: none;
        cursor: default;
        pointer-events: none;
        color: #333;
    }
}
@media screen and (max-width: 767px) {
    body {
        line-height: 1.464;
    }
    input, select, textarea {
        font-size: 114.28571%;
    }
}
/* ----------------------------------------

container

---------------------------------------- */
#container {
    margin: 0 auto;
    font-size: 107.7%;
    min-width: 1040px;
    padding-top: 122px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #container {
        min-width: inherit;
        padding-top: 0;
        line-height: 1.57142;
    }
}
/* ----------------------------------------

header

---------------------------------------- */
/* ----------------------------------------

header

---------------------------------------- */
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    left: 0;
}
.hdr_sec {
    width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.hdr_sec a {
    color: #1b5e74;
}
/*.siteID {
	float: left;
	margin: 10px 0 6px;
	width: 390px;
}
.siteID:hover {
	opacity: 0.9;
}*/
/*headerタイトルロゴ部分　PC・SP
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 767px) {
    .siteID {
        float: left;
        margin: 0 20px 0 0px;
        line-height: 0.5em;
        /*20171016_original_440px*/
        font-size: 200%;
        text-align: center;
        font-weight: bold;
    }
    .siteID:hover {
        opacity: 0.9;
    }
    .siteID a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    .siteID img {
        width: 5em;
        position: relative;
        /* top: 0.5em; */
        /* left: -0.5em; */
    }
    .siteID span.schoolname {
        width: 100%;
    }
    .siteID span.schoolname {
        margin: 5px 0px;
        padding: 0.4em 0em;
        font-size: 50%;
        display: flex;
        color: white;
        background: #129d19;
        justify-content: center;
        flex-direction: row;
        border-radius: 5px;
    }
    .siteID span.chutewari {
        margin: 0;
        text-align: center;
        font-size: 65%;
        display: block;
    }
    .siteID span span.redcolor {
        font-size: 150%;
        color: #f97058;
    }
}
@media screen and (max-width: 767px) {
    .siteID {
        margin: 0 10px;
        line-height: 0.5em;
        /*20171016_original_440px*/
        font-size: 163%;
        text-align: center;
        font-weight: bold;
        width: 14em;
    }
    .siteID:hover {
        opacity: 0.9;
    }
    .siteID a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }
    .siteID img {
        width: 5em;
        position: relative;
        /* top: 0.5em; */
        /* left: -0.5em; */
    }
    .siteID span.schoolname {
        width: 100%;
    }
    .siteID span.schoolname {
        margin: 5px 0px;
        padding: 0.4em 0em;
        font-size: 55%;
        display: flex;
        color: white;
        background: #129d19;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        border-radius: 5px;
    }
    .siteID span.chutewari {
        margin: 0;
        text-align: center;
        font-size: 75%;
        display: block;
    }
    .siteID span span.redcolor {
        font-size: 150%;
        color: #f97058;
    }
}
.hdr_nav {
    float: right;
    /*text-align: right;*/
    padding: 3px 0 6px;
    display: flex;
    align-items: center;
}
.hdr_nav_01 {
    display: inline-block;
    vertical-align: top;
    width: 260px;
}
.hdr_nav_info {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 1.5;
    padding-left: 38px;
    position: relative;
    text-align: left;
}
.hdr_nav_info img {
    position: absolute;
    left: 0;
    top: -2px;
}
.hdr_nav_info_name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
    display: inline-block;
}
.hdr_nav_info_txt {
    display: block;
    /* text-align: right; */
    padding-right: 3em;
    /* position: absolute; */
    width: 215px !important;
    /* font-size: 6px; */
    line-height: 1.6em !important;
    /* margin-top: 7px;*/
}
.hdr_sns {
    text-align: right;
    margin-top: 3px;
    line-height: 0;
}
.hdr_sns li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding-top: 10px;
}
.hdr_sns li a {
    display: inline-block;
    vertical-align: top;
}
.hdr_sns_line {
    width: 24px;
    height: 24px;
    position: relative;
}
.hdr_sns_line iframe {
    width: 26px !important;
    height: 26px !important;
    position: relative !important;
    z-index: 10;
    opacity: 0;
}
.hdr_sns_line > img {
    position: absolute;
    left: 0;
    top: 0;
}
.hdr_sns_line:hover > img {
    opacity: .7;
}
.hdr_sns a:hover img {
    opacity: .7;
}
.hdr_tel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.hdr_tel img {
    vertical-align: middle;
    margin-right: 6px;
}
.hdr_tel span {
    font-family: 'arial', serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #ff3e17;
    display: inline-block;
    vertical-align: middle;
}
.hdr_nav_02 {
    width: 340px;
    display: inline-block;
    vertical-align: top;
}
.hdr_inq {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.hdr_inq a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #ef3b54;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
    box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
    padding: 7px 13px 7px 13px;
}
.hdr_inq a:hover {
    background: #d1263f;
}
.hdr_inq_arrw {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/ico_arrw_next_02.png) no-repeat 50% 50%;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 767px) {
    #header {
        position: relative;
        padding: 10px 0;
    }
    .hdr_sec {
        width: auto;
        padding: 0;
    }
    /*.siteID {
	float: none;
	margin: 0;
	padding: 0 65px 0 10px;
	width: auto;
}
.siteID img{
	width: 95%;
	margin: 0.1em 0;
	}*/
    .hdr_nav {
        display: none;
    }
}
.globalNav {
    background: #ee7300;
    -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
    box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
}
.globalNav > ul {
    width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    display: table;
    table-layout: fixed;
}
.globalNav > ul > li {
    display: table-cell;
    vertical-align: middle;
}
.globalNav > ul > li > a {
    display: block;
    padding: 14px 15px 17px;
    border-right: 1px solid #0a86a7;
    color: #fff;
    font-size: 99% !important;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 107.14286%;
}
.globalNav > ul > li.gnav_row2 > a {
    padding-top: 6px;
    padding-bottom: 0;
}
.globalNav > ul > li:first-child > a {
    border-left: 1px solid #0a86a7;
}
.globalNav .gnav_arrw {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/area/images/ico_arrw_down.svg) no-repeat 50% 50%;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    position: relative;
    top: -1px;
    left: -.4em;
}
.globalNav .gnav_home {
    width: 100px; /*original75px*/
    font-size: 9px;
    line-height: 1;
}
.globalNav .gnav_service {
    width: 14em;
}
.globalNav .gnav_home a {
    padding-top: 9px;
    padding-bottom: 6px;
}
.globalNav .gnav_home i {
    display: block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background: url(/area/images/ico_home.svg) no-repeat 50% 50%;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    position: relative;
    top: -2px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .globalNav {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .spGNav li a {
        padding: 12px 10px 11px 20px;
    }
    .spGNav li .fa {
        top: 0.8em;
        left: 10px;
    }
    .sp_hdr_link {
        padding: 13px 10px 18px;
    }
    .spHdrSeach {
        margin: 0 10px;
    }
    .googleSearch td.gsc-input {
        width: 244px;
    }
    .googleSearch td.gsc-search-button:after {
        top: 7px;
    }
}
/* spmenu
------------------------------- */
.spmenu {
    display: none;
}
@media screen and (max-width: 767px) {
    .spmenu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        display: block;
        z-index: 1000;
    }
    .spHdrBtn {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1100;
        width: 46px;
        height: 46px;
        line-height: 1;
        cursor: pointer;
        opacity: 70%;
    }
    .spHdrBtn a {
        display: inline-block;
        width: 45px;
        height: 45px;
    }
    .spHdrBtn span {
        position: absolute;
        left: 10px;
        width: 25px;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    .spHdrBtn span:nth-of-type(1) {
        top: 10px;
    }
    .spHdrBtn span:nth-of-type(2) {
        top: 17px;
    }
    .spHdrBtn span:nth-of-type(3) {
        top: 24px;
    }
    .spHdrBtn.active {
        position: fixed;
    }
    .spHdrBtn.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    .spHdrBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .spHdrBtn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
    .spHdrBtn p {
        text-transform: uppercase;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 100%;
        text-align: center;
    }
    .spHdrCnt {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: scroll;
        top: 0;
        left: 0;
        z-index: -100;
        background-color: rgba(0, 0, 0, .5);
        display: none;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 70px;
    }
    .spHdrCnt_slide {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        background: #fff;
    }
    .spHdrCnt.active .spHdrCnt_slide {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .spHdrCnt.active .spHdrCnt_slide .siteID {
        padding: 10px 0;
    }
    .spHdr_logo {
        padding: 10px 60px 10px 10px;
        text-align: center;
    }
    .spGNav {
        position: relative;
    }
    .spGNav ul {
        border-top: 1px solid #ddd;
    }
    .spGNav li {
        position: relative;
        background: #fff;
        border-bottom: 1px solid #ddd;
        text-align: left;
        width: 50%;
        float: left;
    }
    .spGNav li:nth-child(2n+1) {
        clear: left;
        border-right: 1px solid #ddd;
    }
    .spGNav li:nth-child(2n) {
        border-left: 1px solid #ddd;
        position: relative;
        left: -1px;
    }
    .spGNav li a {
        display: block;
        padding: 11px 15px 12px 38px;
        color: #333;
        font-weight: 700;
        text-decoration: none;
    }
    .spGNav > ul > li > a:before {
        position: absolute;
        content: "";
        left: 15px;
        top: 1em;
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(/area/images/ico_arrw_next.svg) no-repeat 50% 50%;
        -webkit-background-size: 5px auto;
        background-size: 5px auto;
        border-radius: 100%;
    }
    .spHdr_nav {
        padding: 15px 15px 0;
    }
    .spHdr_sns {
        text-align: center;
        margin: 25px 0;
    }
    .spHdr_sns li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
    .spHdr_link_uni {
        margin: 0 -15px;
    }
    .spHdr_link_uni a {
        display: block;
        background: #129d19;
        color: #fff;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        padding: 6px 5px;
        text-align: center;
        letter-spacing: .04em;
    }
    .spHdr_link_uni a img {
        vertical-align: middle;
        position: relative;
        top: -3px;
        left: -5px;
    }
    .spHdr_info {
        font-size: 13px;
        line-height: 1.385;
        padding-left: 38px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        top: -1px;
    }
    .spHdr_info img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .spHdr_info a {
        color: #333;
        text-decoration: underline;
        font-size: 15px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 3px;
    }
    .spHdr_inq {
        margin-top: 10px;
    }
    .spHdr_inq a {
        color: #fff;
        display: block;
        background: #ef3c54;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .05em;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
        box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
        padding: 17px 30px 16px 31px;
    }
    .spHdr_inq a:hover {
        background: #e8c008;
    }
    .spHdr_inq_arrw {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        background: url(../img/ico_arrw_next_02.png) no-repeat 50% 50%;
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
        margin-right: 7px;
        position: relative;
        top: -1px;
    }
    .spHdr_tel {
        text-align: center;
        margin: 10px 0;
    }
    .spHdr_tel a {}
    .spHdr_tel img {
        vertical-align: middle;
        margin-right: 6px;
    }
    .spHdr_tel span {
        font-family: 'arial', serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
        color: #ff3e17;
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
    }
}
/* sp_btm_nav
------------------------------- */
.sp_btm_nav {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp_btm_nav {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 5px;
        background: rgba(0, 0, 0, .5);
        z-index: 5000;
    }
    .sp_btm_nav ul {
        padding-right: 50px;
    }
    .sp_btm_nav li {
        width: 50%;
        display: block;
        float: left;
    }
    .sp_btm_nav li a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 0;
        border-radius: 5px;
    }
    .sp_btm_nav_tel a {
        background-color: none !important;
        margin-right: 3px;
    }
    .sp_btm_nav_mail a {
        margin-left: 3px;
    }
    .sp_btm_menu {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1100;
        width: 41px;
        height: 41px;
        line-height: 1;
        background: #fff;
        cursor: pointer;
        border-radius: 5px;
    }
    .sp_btm_menu a {
        display: inline-block;
        width: 45px;
        height: 45px;
    }
    .sp_btm_menu span {
        position: absolute;
        left: 8px;
        width: 25px;
        height: 2px;
        background-color: #333;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    .sp_btm_menu span:nth-of-type(1) {
        top: 8px;
    }
    .sp_btm_menu span:nth-of-type(2) {
        top: 15px;
    }
    .sp_btm_menu span:nth-of-type(3) {
        top: 22px;
    }
    .sp_btm_menu.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    .sp_btm_menu.active span:nth-of-type(2) {
        opacity: 0;
    }
    .sp_btm_menu.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
    .sp_btm_menu p {
        text-transform: uppercase;
        color: #333;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        text-align: center;
    }
}
/* noscript
------------------------------- */
#noscript {
    margin-bottom: 15px;
    padding: 0.5em 1em;
    border: 2px solid #ccc;
    box-sizing: border-box;
    color: #333;
    -webkit-box-sizing: border-box;
}
/* ----------------------------------------

content

---------------------------------------- */
/* keyVisual
------------------------------- */
.keyVisual {
    margin-bottom: 30px;
    /*background: -webkit-linear-gradient(bottom, #ddd5fc 1%, #f5c2d6 100%);
	background: -o-linear-gradient(bottom, #ddd5fc 1%, #f5c2d6 100%);
	background: linear-gradient(to top, #ddd5fc 1%, #f5c2d6 100%);*/
}
.keyVisual .slick-slide {
    display: block;
}
.keyVisual_slider > div {
    opacity: 0;
    position: absolute;
    top: 0;
}
.keyVisual_slider > div:first-child {
    opacity: 1;
    position: relative;
    text-align: center;
}
.keyVisual_slider > div.slick-list {
    opacity: 1;
    position: relative;
}
/* slick-arrow */
.keyVisual .slick-arrow {
    z-index: 10;
    width: 40px;
    height: 40px;
}
.keyVisual .slick-arrow:before {
    color: #0028a2;
}
.keyVisual .slick-prev {
    left: 50%;
    margin-left: -520px;
}
.keyVisual .slick-next {
    right: 50%;
    margin-right: -520px;
}
.keyVisual .slick-prev:before, .keyVisual .slick-next:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(38, 38, 38, .8);
    background-repeat: no-repeat;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    border-radius: 100%;
    opacity: 1;
}
.keyVisual .slick-prev:before {
    background-image: url(/area/images/ico_arrw_prev.svg);
    background-position: 45% 50%;
}
.keyVisual .slick-next:before {
    background-image: url(/area/images/ico_arrw_next.svg);
    background-position: 52% 50%;
}
.keyVisual .slick-prev:hover:before, .keyVisual .slick-next:hover:before {
    opacity: .8;
}
/* slick-dots */
.keyVisual .slick-dots {
    line-height: 10px;
    bottom: 6px;
    width: auto;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.keyVisual .slick-dots li {
    width: 10px;
    height: 10px;
    vertical-align: top;
}
.keyVisual .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
}
.keyVisual .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #DDD;
    border-radius: 100%;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .keyVisual {
        margin-bottom: 30px;
    }
    .keyVisual .slick-slider {
        margin-bottom: 0;
    }
    .keyVisual .slick-dots {
        /*bottom: 16px;*/
    }
    .keyVisual .slick-dots li {
        margin: 0 4px 0 3px;
    }
    .keyVisual .slick-dots li button, .keyVisual .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
    .keyVisual .slick-arrow {
        width: 34px;
        height: 34px;
    }
    .keyVisual .slick-prev {
        left: 10px;
        margin-left: 0;
        text-align: left;
    }
    .keyVisual .slick-next {
        right: 10px;
        margin-right: 0;
        text-align: right;
    }
    .keyVisual .slick-prev:before, .keyVisual .slick-next:before {
        width: 25px;
        height: 25px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto;
        display: inline-block;
    }
}
/* bnr_01
------------------------------- */
.bnr_01 {
    width: 1040px;
    margin: 30px auto;
    padding: 0 20px;
    text-align: center
}
@media screen and (max-width: 767px) {
    .bnr_01 {
        width: auto;
        margin: 15px auto;
        padding: 0 15px;
    }
}
/* exp_comment
------------------------------- */
.exp_comment {
    width: 1000px;
    margin: 30px auto 45px;
    padding-right: 100px;
    position: relative;
    min-height: 133px;
    color: #0f3546;
}
.exp_comment_txt {
    background: #F0EFF4; /*f9f4f0　fukidashi1*/
    border-radius: 7px;
    padding: 10px 20px;
    position: relative;
	width:920px;
    /*border: 1px solid #000000;*/
}
.exp_comment_balloon {
    display: inline-block;
    width: 16px;
    height: 20px;
    position: absolute;
    bottom: 67px;
    right: -14px;
    overflow: hidden;
}
.exp_comment_balloon:after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 40px;
    background: #F0EFF4; /*f9f4f0　fukidashi2*/
    /*border:1px solid #000000;*/
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 14px;
    top: -6px;
}
.exp_comment_img {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .exp_comment {
        width: auto;
        margin: 15px auto;
        padding: 0 15px 50px;
        line-height: 1.5714;
    }
    .exp_comment_txt {
		width:100%;
        padding: 10px 15px 16px;
    }
    .exp_comment_balloon {
        top: inherit;
        bottom: -16px;
        right: 80px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .exp_comment_img {
        bottom: 0;
        top: inherit;
        right: 15px;
        width: 68px;
    }
}
/* section_01
------------------------------- */
.section_01 {
    /*margin-bottom: 80px;*/
}
.section_inner {
    width: 1000px;
    margin: 0 auto;
}
.sec_anc {
    padding-top: 0px;
}
@media screen and (max-width: 767px) {
    .section_01 {
        /*margin-bottom: 60px;*/
    }
    .section_inner {
        width: auto;
        padding: 0 15px;
    }
    .sec_anc {
        padding-top: 10px;
    }
}
/* title
------------------------------- */
.title_01 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    position: relative;
    padding-top: 220px;
    margin-bottom: 35px;
}
.title_01:before {
    content: '';
    display: block;
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    left: 0;
}
.title_01_ico {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.title_01_ico img {
    position: relative;
    z-index: 1;
}
.title_01_ico:after {
    content: '';
    width: 74px;
    height: 74px;
    display: block;
    background: #129d19;
    border-radius: 100%;
    position: absolute;
    left: 23px;
    top: 28px;
}
.title_01_txt {
    display: block;
    margin-top: -5px;
    letter-spacing: .015em;
    position: relative;
    z-index: 1;
}
.title_01_txt span {
    font-family: 'arial', serif;
    font-size: 22px;
    margin-left: 16px;
}
.title_01:after {
    content: '';
    display: block;
    width: 72px;
    height: 4px;
    background: #129d19;
    margin: 0 auto;
    margin-top: 15px;
}
.title_02 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 2px solid #129d19;
    padding-bottom: 13px;
    margin-bottom: 30px;
}
.title_03 {
    position: relative;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
    margin-bottom: 10px;
}
.title_03:before {
    content: '';
    width: 5px;
    height: 1em;
    display: inline-block;
    background: #129d19;
    position: absolute;
    left: 0;
    top: .15em;
}
.title_04 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 2px solid #54251B;
    padding-bottom: 13px;
    padding-left: 50px;
    background-image: url(/area/area_kyushu/rc_kyudaimae/files/img/around_house_mark.png);
    background-repeat: no-repeat;
    background-size: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .title_01 {
        font-size: 23px;
        margin-bottom: 20px;
        padding-top: 140px;
    }
    .title_01:before {
        height: 175px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
    }
    .title_01_ico {
        width: 80px;
        height: 80px;
    }
    .title_01_ico:after {
        width: 48px;
        height: 48px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 20px;
    }
    .title_01_txt span {
        display: block;
        font-size: 11px;
        margin: 2px 0 0;
    }
    .title_01:after {
        width: 36px;
        height: 2px;
        margin-top: 13px;
    }
    .title_02, .title_04 {
        font-size: 18px;
        padding-bottom: 6px;
        margin-bottom: 15px;
    }
    .title_03 {
        padding-left: 12px;
        font-size: 16px;
    }
    .title_03:before {
        width: 4px;
    }
}
/* icon
------------------------------- */
.icon_arrw {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url(/area/images/ico_arrw_next_03.svg) no-repeat 50% 50%;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.icon_blank {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: url(../img/ico_blank.png) no-repeat 50% 50%;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.icon_blank_02 {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: url(/area/images/ico_blank_02.svg) no-repeat 50% 50%;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
/* YouTube
------------------------------- */
.youtube {
    width: 1000px;
    height: 495px;
    margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
    .youtube {
        width: 100%;
        height: 300px;
        margin: 0 auto 1em auto;
    }
}
/* img_slide
------------------------------- */
.img_slide {
    margin-bottom: 45px;
}
.img_slider > div {
    opacity: 0;
    position: absolute;
    top: 0;
}
.img_slider > div:first-child {
    opacity: 1;
    position: relative;
    text-align: center;
}
.img_slider > div.slick-list {
    opacity: 1;
    position: relative;
}
.img_slide .slick-slide {
    opacity: .3;
}
.img_slide .slick-slide img {
    margin: 0 auto;
}
.img_slide .slick-slide.slick-active {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .img_slide {
        margin: 0 -15px;
    }
    .img_slide .slick-slide {
        opacity: 1;
    }
}
/* slick-arrow */
.img_slide .slick-arrow {
    z-index: 10;
    width: 40px;
    height: 40px;
}
.img_slide .slick-arrow:before {
    color: #0028a2;
}
.img_slide .slick-prev {
    left: 50%;
    margin-left: -370px;
}
.img_slide .slick-next {
    right: 50%;
    margin-right: -370px;
}
.img_slide .slick-prev:before, .img_slide .slick-next:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(38, 38, 38, .8);
    background-repeat: no-repeat;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    border-radius: 100%;
    opacity: 1;
}
.img_slide .slick-prev:before {
    background-image: url(/area/images/ico_arrw_prev.svg);
    background-position: 45% 50%;
}
.img_slide .slick-next:before {
    background-image: url(/area/images/ico_arrw_next.svg);
    background-position: 52% 50%;
}
.img_slide .slick-prev:hover:before, .img_slide .slick-next:hover:before {
    opacity: .8;
}
/* slick-dots */
.img_slide .slick-dots {
    line-height: 10px;
    bottom: 6px;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.img_slide .slick-dots li {
    width: 10px;
    height: 10px;
    vertical-align: top;
}
.img_slide .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.img_slide .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    opacity: 1;
}
.img_slide .slick-dots li.slick-active button:before {
    background: #129d19;
}
@media screen and (max-width: 767px) {
    .img_slide {
        margin-bottom: 30px;
    }
    .img_slide .slick-prev {
        left: 10px;
        margin-left: 0;
        text-align: left;
    }
    .img_slide .slick-next {
        right: 10px;
        margin-right: 0;
        text-align: right;
    }
    .img_slide .slick-prev:before, .img_slide .slick-next:before {
        width: 25px;
        height: 25px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto;
    }
    .img_slide .slick-dots {
        bottom: 15px;
    }
}
/* img_slider_02
------------------------------- */
.img_slider_02 .slick-slide img {
    margin: 0 auto;
}
.img_slider_02 > div {
    opacity: 0;
    position: absolute;
    top: 0;
}
.img_slider_02 > div:first-child {
    opacity: 1;
    position: relative;
    text-align: center;
}
.img_slider_02 > div.slick-list {
    opacity: 1;
    position: relative;
}
/* slick-dots */
.img_slide_02 .slick-dots {
    line-height: 10px;
    bottom: 22px;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.img_slide_02 .slick-dots li {
    width: 10px;
    height: 10px;
    vertical-align: top;
}
.img_slide_02 .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.img_slide_02 .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    opacity: 1;
}
.img_slide_02 .slick-dots li.slick-active button:before {
    background: #129d19;
}
@media screen and (max-width: 767px) {
    .img_slide_02 .slick-slider {
        margin-bottom: 5px;
    }
}
/* img_slider_02_nav */
.img_slider_02_nav, .img_slider_03_nav {
    margin-bottom: 30px;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track, .img_slider_02_nav .slick-list, .img_slider_03_nav .slick-list {
    -webkit-transform: none !important;
    transform: none !important;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track {
    width: auto !important;
    left: 0 !important;
}
.img_slider_02_nav > .img_slider_02_nav_btn, .img_slider_03_nav > .img_slider_03_nav_btn, .img_slider_02_nav .slick-slide, .img_slider_03_nav .slick-slide {
    width: 24.25% !important;
    height: 47px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 1%;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    float: left;
    position: relative;
}
.img_slider_02_nav .slick-slide:nth-child(4n+1), .img_slider_03_nav .slick-slide:nth-child(4n+1) {
    margin-right: 0.75%;
}
.img_slider_02_nav .slick-slide:nth-child(4n+2), .img_slider_03_nav .slick-slide:nth-child(4n+2), .img_slider_02_nav .slick-slide:nth-child(4n+3), .img_slider_03_nav .slick-slide:nth-child(4n+3) {
    margin-left: 0.375%;
    margin-right: 0.375%;
}
.img_slider_02_nav .slick-slide:nth-child(4n), .img_slider_03_nav .slick-slide:nth-child(4n) {
    margin-left: 0.75%;
}
.img_slider_02_nav_col3 .slick-slide, .img_slider_03_nav_col3 .slick-slide {
    width: 32.5833% !important;
    margin: 0 0 8px !important;
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n+1), .img_slider_03_nav_col3 .slick-slide:nth-child(3n+1) {
    margin-right: 0.75% !important;
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n+2), .img_slider_03_nav_col3 .slick-slide:nth-child(3n+2) {
    margin-left: 0.375% !important;
    margin-right: 0.375% !important;
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n), .img_slider_03_nav_col3 .slick-slide:nth-child(3n) {
    margin-left: 0.75% !important;
}
.img_slider_02_nav .slick-slide img, .img_slider_03_nav .slick-slide img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.img_slider_02_nav .slick-slide.slick-active, .img_slider_03_nav .slick-slide.slick-active {
    border-color: #129d19;
    color: #129d19;
}
.img_slider_02_nav .slick-slide:hover, .img_slider_03_nav .slick-slide:hover {
    opacity: .7;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track {
    padding-top: 9px;
}
.img_slider_02_nav .slick-slide.slick-active:before, .img_slider_03_nav .slick-slide.slick-active:before {
    content: '';
    width: 21px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px;
    background: url(../img/slider_02_nav_bg.png) no-repeat;
}
@media screen and (max-width: 767px) {
    .img_slider_02_nav > .img_slider_02_nav_btn, .img_slider_03_nav > .img_slider_03_nav_btn, .img_slider_02_nav .slick-slide, .img_slider_03_nav .slick-slide {
        height: 36px;
        line-height: 34px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .img_slider_02_nav .slick-slide:hover, .img_slider_03_nav .slick-slide:hover {
        opacity: 1;
    }
}
/* sp_slide
------------------------------- */
@media screen and (max-width: 767px) {
    .sp_slide {
        display: none;
    }
    .sp_slide_clone .sp_slide {
        display: block;
    }
    .sp_slide_clone .slick-slide {
        border-color: #ccc !important;
    }
    /* slick-arrow */
    .sp_slide_clone .slick-arrow {
        z-index: 10;
        width: 40px;
        height: 40px;
        margin-top: -25px;
    }
    .sp_slide_clone .slick-arrow:before {
        color: #0028a2;
    }
    .sp_slide_clone .slick-prev:before, .sp_slide_clone .slick-next:before {
        content: '';
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: rgba(38, 38, 38, .8);
        background-repeat: no-repeat;
        -webkit-background-size: 9px auto;
        background-size: 9px auto;
        border-radius: 100%;
        opacity: 1;
    }
    .sp_slide_clone .slick-prev:before {
        background-image: url(/area/images/ico_arrw_prev.svg);
        background-position: 45% 50%;
    }
    .sp_slide_clone .slick-next:before {
        background-image: url(/area/images/ico_arrw_next.svg);
        background-position: 52% 50%;
    }
    .sp_slide_clone .slick-prev:hover:before, .sp_slide_clone .slick-next:hover:before {
        opacity: .8;
    }
    /* slick-dots */
    .sp_slide_clone .slick-dots li {
        width: 10px;
        height: 10px;
        vertical-align: top;
        margin: 5px;
    }
    .sp_slide_clone .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .sp_slide_clone .slick-dots li button:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 100%;
        opacity: 1;
    }
    .sp_slide_clone .slick-dots li.slick-active button:before {
        background: #129d19;
    }
    .sp_slide_clone {
        margin-bottom: 30px;
    }
    .sp_slide_clone .slick-prev {
        left: -10px;
        text-align: left;
    }
    .sp_slide_clone .slick-next {
        right: -10px;
        text-align: right;
    }
    .sp_slide_clone .slick-prev:before, .sp_slide_clone .slick-next:before {
        width: 25px;
        height: 25px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto;
    }
    .sp_slide_clone .slick-dots {
        position: relative;
        bottom: inherit;
        line-height: 10px;
        margin-top: 15px;
    }
}
/* バナー2カラム */
.bnr2col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: space-between;
    width: 980px;
    margin: 30px auto;
}
.bnr2col li:nth-child(odd) {
    margin-right: 20px;
}
.bnr2col li {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
    .bnr2col {
        display: block;
        width: 88%;
        margin: auto 6%;
    }
    ul.bnr2col li {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}
/* 問合せエリア */
.btn_unit {
    border-radius: 8px;
    overflow: hidden;
    border: #F0EFF4 solid 6px;
    background: #FFF;
}
.btn_unit p.btn_unit_tit {
    background-color: #F0EFF4;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn_unit p.btn_unit_tit b {
    color: #ff3e17;
    font-size: 80%;
    line-height: 1.5em;
}
.btn_unit li.btn_unit_detail a, .btn_unit li.btn_unit_reserve a {
    background: #ee7300;
}
.btn_unit li.btn_unit_detail a:hover, .btn_unit li.btn_unit_reserve a:hover {
    background: #f18f32;
}
@media screen and (max-width: 767px) {
    .btn_unit {
        /* margin-left:3%; */
        /* margin-right:3%; */
    }
}
/* 大見出し */
h2.title_01 .title_01_ico::after, h2.title_01 .title_01::after {
    background-color: #129d19;
}
h2.title_01 p.title_01_txt b {
    display: inline-block;
    color: #129d19;
    font-size: 70%;
    line-height: 1.4em;
    /*text-shadow: 1px 1px 1px #000;*/
}
h2.title_01 p.title_01_txt small b {
    font-size: 140%;
    color: #f97058;
}
/* 物件一覧
---------------------------------*/
/* 4カラム 通常 */
#estate_list > div {
    border-color: #129d19;
}
#estate_list > div .head {
    /*background:#129d1921;*/
    background: linear-gradient(180deg, #129d1921 0%, rgba(255, 255, 255, 1) 100%);
}
#estate_list > div .head p.title a {
    color: #333;
}
/*　物件表示　1カラム
----------------------------------------*/
#toku1 #estate_list > div {
    border: #fdec86 solid 4px;
    width: 99%;
}
#toku1 #estate_list > div .head {
    background: #fdec86;
    display: table;
    width: 100%;
}
#toku1 #estate_list > div .head .title, #toku1 #estate_list > div .head .tag {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}
#toku1 #estate_list > div .head .tag {
    text-align: right;
    width: 40%;
}
#toku1 #estate_list > div .head .tag img {
    width: 30px;
    height: auto;
}
#toku1 #estate_list > div .head .title a {
    text-decoration: none;
    color: #483d07;
    font-weight: bold;
    font-size: 1.2em;
}
#toku1 #estate_list > div .contents1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#toku1 #estate_list > div .contents1 .trim_gaikan_common {
    position: relative;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
    height: 0;
    padding-top: 320px !important;
    margin: 10px 30px;
}
#toku1 #estate_list > div .contents1 p img {
    position: absolute;
    top: -25%;
}
#toku1 #estate_list > div .information {
    overflow: hidden;
    padding: 0 10px;
    width: 50%;
}
@media screen and (min-width: 768px) {
    #estate_list #toku1 .head, #estate_list2 #toku1 .head {
        display: flex;
        justify-content: space-between;
    }
    #estate_list #toku1 .head p.title a {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #toku1 #estate_list > div .head, #toku1 #estate_list > div .head .title, #toku1 #estate_list > div .head .tag {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    #toku1 #estate_list > div .contents1 {
        display: block;
    }
    #toku1 #estate_list > div .contents1 .trim_gaikan_common {
        width: 100%;
        margin: 0;
        padding-top: 260px !important;
    }
    #toku1 #estate_list > div .contents1 p img {
        position: absolute;
        top: -15%;
    }
    #toku1 #estate_list > div .information {
        padding: 0 10px;
        width: 100%;
    }
}
/* 2カラム */
#estate_list #toku2 .head, #estate_list2 #toku2 .head {
    /*background-color:#129d19;*/
    background: linear-gradient(180deg, #129d19 0%, rgba(255, 255, 255, 1) 100%);
}
#estate_list #toku2 .head p.title a {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
#estate_list #toku2 .head p.title b {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
#estate_list #toku2 .trim_gaikan_common {
    position: relative;
}
@media screen and (min-width: 768px) {
    #estate_list > div#toku2, #estate_list2 > div#toku2 {
        width: 496px;
        border: #129d19 solid 1px;
        box-sizing: border-box;
        margin: 0 0 20px;
    }
    #estate_list > div#toku2:nth-child(even), #estate_list2 > div#toku2:nth-child(even), #estate_list > div#toku2:nth-of-type(2n), #estate_list2 > div#toku3:nth-of-type(2n) {
        margin-left: 8px;
    }
}
/* 1・2カラム　物件アイコン　調整*/
#estate_list #toku1 .trim_gaikan_common::after, #estate_list #toku2 .trim_gaikan_common::after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
@media screen and (max-width: 768px) {
    #estate_list #toku1 .trim_gaikan_common::after, #estate_list #toku2 .trim_gaikan_common::after {
        content: '';
        display: block;
        width: 100%;
        height: 60px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
#estate_list #toku1 .trim_gaikan_common.custom_12338::after {
    background: url("../img/icon_tokuten01.png") no-repeat right bottom;
    background-size: contain;
}
#estate_list #toku2 .trim_gaikan_common.custom_1190::after {
    background: url("../img/icon_tokuten02.png") no-repeat right bottom;
    background-size: contain;
}
#estate_list #toku2 .trim_gaikan_common.custom_10712::after {
    background: url("../img/icon_tokuten02.png") no-repeat right bottom;
    background-size: contain;
}
/* btn_unit
------------------------------- */
.btn_unit {
    width: 1000px;
    margin: 40px auto;
    /* background: #f0f0f0; */
    padding: 0 0 10px;
    text-align: center;
    /* border: 3px solid #565492; */
}
.btn_unit p.btn_unit_tit {
    font-size: 150%;
    font-weight: 900;
    margin: 0 0 10px 0;
    line-height: 1.1em;
    /* background-color: #565492; */
    color: #000;
    padding: 10px;
}
.btn_unit p.btn_unit_tit span {
    font-weight: 100 !important;
    font-size: 70%;
}
.btn_unit div {
    width: 480px;
    margin: 0 0 5px 8px;
    float: left;
}
.btn_unit div.shinjuku {
    text-align: left !important;
}
.btn_unit div.shinjuku img {
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
    .btn_unit div.shinjuku img {
        width: 65%;
    }
}
.btn_unit div.shinjuku p {
    float: left;
}
p.shinjuku_name {
    line-height: 1.5em;
    margin-bottom: 8px;
    background: url(/files/img/common/icon_logo_02.png) 0 0 no-repeat;
    padding: 0 0 0 30px;
    margin: 0.4em 0;
    font-weight: 700;
    font-size: 140%;
}
p.shinjuku_station {
    width: 340px;
    font-size: 100%;
    font-weight: 700;
    padding-left: 35px;
    min-height: 70px;
    height: auto !important;
    background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
    line-height: 1.4em;
    color: #F8450B;
}
p.shinjuku_txt {
    /*width: 340px;*/
    line-height: 1.4em;
}
.btn_unit li {
    width: 445px; /*475px*/
    display: inline-block;
    margin: 0 4px;
}
.btn_unit li.btn_unit_tit {
    width: 96%;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.btn_unit li.btn_unit_detail {
    clear: left;
}
.btn_unit li.btn_unit_detail a, .btn_unit li.btn_unit_reserve a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .02em;
    border-radius: 3px;
    padding: 22px 0 24px 0;
    -webkit-box-shadow: 0 2px 6px rgba(5, 5, 5, .3);
    box-shadow: 0 2px 6px rgba(5, 5, 5, .3);
    position: relative;
}
.btn_unit_arrw {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(/area/images/ico_arrw_next_02.svg) no-repeat 50% 50%;
    margin: 0 10px 0 -2px;
    position: relative;
    top: -2px;
}
.btn_unit_reserve a {
    background: #ef3b54;
}
.btn_unit_reserve a:hover {
    background: #d1263f;
}
.btn_unit_detail {
    color: #ff3e17;
    font-weight: 900;
    font-size: 300%;
}
.btn_unit_detail img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
    .btn_unit {
        width: auto;
        padding: 0px 0px 7px;
        /* margin: 25px auto 40px; */
        /* border-left:none; */
        /* border-right:none; */
        margin-left: 3%;
        margin-right: 3%;
    }
    .sp_inq {
        width: 94% !important;
    }
}
.btn_unit.school_list {
    background: none;
    border: none;
    padding: 0;
}
.btn_unit.school_list li {
    margin-bottom: 10px;
}
.btn_unit.school_list li.btn_unit_reserve a {
    font-size: 20px;
    padding: 15px 10px;
}
/* flow_sec
------------------------------- */
.flow_sec .title_01:before {
    background-image: url(../img/flow_tit_bg.jpg);
}
/* flow_voice */
.flow_info {
    margin: 0 auto 3em auto;
}
.flow_voice {
    padding: 37px 10px 0 10px;
    position: relative;
    min-height: 201px;
    margin: -28px 0 3em 0;
}
.flow_voice_txt {
    border: 3px solid #129d19b23;
    border-radius: 8px;
    padding: 2em 10px 1em 10px;
    position: relative;
}
.flow_voice_txt:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 28px;
    position: absolute;
    right: -18px;
    top: 103px;
    background: url(/area/images/furniture_voice_bg.png) no-repeat;
}
.flow_voice_tit {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px !important;
    font-size: 160%;
    padding: 0.1em 10px;
    background: #129d19b23;
    position: absolute;
    left: 40%;
    top: -1em;
    letter-spacing: .1em;
    border-radius: 4px;
}
.flow_voice_tit span {
    color: #b0dff8;
}
.flow_voice_txt p {
    margin-bottom: 12px;
}
.flow_voice_txt p.voice_theme {
    margin-right: 130px;
}
.flow_voice_txt span.camptit {
    font-weight: 900;
    border: 1px solid #129d19b23;
    padding: 2px;
    border-radius: 4px;
    background-color: #fdd000;
}
.flow_voice_txt p:last-child {
    margin-bottom: 0;
}
.flow_voice_img {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 200px;
}
.flow_voice_img_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .flow_sec .title_01:before {
        background-image: url(../img/flow_tit_bg_sp.jpg);
    }
    .flow_sec .title_01 {
        padding-top: 100px;
    }
    .flow_sec .title_01:before {
        height: 120px;
    }
    .flow_voice {
        padding: 10px 0 0;
        margin: 0 0 2em 0;
        min-height: inherit;
        position: relative;
    }
    .flow_voice_tit {
        font-size: 120%;
        top: -1em;
        left: 15%;
        margin: 0 4%;
        border-radius: 4px;
    }
    .flow_voice_txt {
        border-radius: 8px;
        padding: 2em 4% 1em 4%;
    }
    .flow_voice_txt:after {
        display: none;
        position: static;
    }
    .flow_voice_txt p.voice_theme {
        margin: 0 0 0.8em 0;
    }
    .flow_voice_txt p.voice_theme_last {
        margin: 0 0 2em 0;
    }
    flow_voice_bg.png .flow_voice_txt p {
        margin-bottom: 5px;
    }
    .flow_voice_txt p:last-child {
        margin-bottom: 0;
    }
    .flow_voice_img {
        display: none;
    }
    .flow_voice_img_sp {
        display: block;
        width: 50%;
        float: right;
    }
}
/* flow_list */
.flow_list {
    clear: right;
    margin: 17px 0 40px;
    background-color: #fff;
    border: 1px dotted #129d19b23;
}
.flow_list > div {
    width: 476px; /*3bunkatsu 244px*/
    float: left;
    padding: 12px 20px 15px;
    margin: 0;
    border-right: 1px dotted #129d19b23;
    border-bottom: 1px dotted #129d19b23;
}
.flow_list > div:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}
.area_text { /*20171017 to add*/
    position: relative;
}
.flow_tit {
    min-height: 3.2em;
    margin-bottom: 8px;
}
.flow_tit > div {
    display: table;
    width: 100%;
}
.flow_ico {
    display: table-cell;
    vertical-align: middle;
    width: 44px;
}
.flow_name {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
}
.flow_img {
    width: 50%;
    margin: 0 5px 5px 0;
    float: left;
}
.flow_img img {
    display: inline-block;
}
.flow_txt {
    margin-bottom: 26px; /*20171017 to add*/
}
@media screen and (max-width: 767px) {
    .flow_list {
        margin-top: 12px;
    }
    .flow_list > div {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
        border: none;
    }
    .flow_img {
        margin-bottom: 8px;
        width: 100%;
        float: none;
    }
    .flow_list .slick-slide {
        padding: 10px 15px 13px;
    }
}
/* info_sec
------------------------------- */
.info_sec .title_01:before {
    background-image: url(/area/images/service_tit_bg.jpg);
}
/* info_tbl */
.info_tbl {
    margin-bottom: 35px;
}
.info_tbl table {
    width: 100%;
}
.info_tbl th, .info_tbl td {
    border-top: 1px solid #e4e0d9;
    border-bottom: 1px solid #e4e0d9;
    padding: 10px 20px;
    vertical-align: top;
}
.info_tbl th {
    border-right: 1px solid #e4e0d9;
    font-weight: 700;
    background: #f7f5f2;
}
.info_tbl colgroup col:nth-child(1), .info_tbl colgroup col:nth-child(3) {
    width: 10em;
}
@media screen and (max-width: 767px) {
    .info_sec .title_01:before {
        background-image: url(/area/images/service_tit_bg_sp.jpg);
    }
    .info_tbl_sp {
        font-size: 12px;
    }
    .info_tbl_sp colgroup col:nth-child(1), .info_tbl_sp colgroup col:nth-child(3) {
        width: 6em;
    }
    .info_tbl_sp th, .info_tbl_sp td {
        padding: 5px 10px;
    }
    .info_tbl_sp th {
        font-weight: 400;
    }
    #info_tab li {
        display: inline-block;
        border: 1px solid #ddd;
        list-style: none;
        margin-right: 4px;
    }
    #info_tab li a {
        display: inline-block;
        padding: 5px 20px 6px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }
    #info_tab li.active a:after {
        content: '';
        width: 21px;
        height: 9px;
        display: inline-block;
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -10px;
        background: url(../img/slider_02_nav_bg.png) no-repeat;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #info_tab li.active {
        border-color: #f3a9a7;
    }
    #info_tab li.active a {
        color: #f3a9a7;
    }
    #info_tabContent {
        margin-top: 8px;
    }
}
/* info_facility_list */
.info_facility_list {
    margin-right: -8px;
    margin-bottom: 30px;
}
.info_facility_list a {
    color: #333;
    text-decoration: none;
}
.info_facility_list > div {
    border-width: 1px;
    border-style: solid;
    padding: 10px 20px 20px;
    width: 496px; /*original 244px*/
    float: left;
    margin: 0 8px 8px 0;
    border-color: #fd4016;
}
.info_facility_list > div img {
    width: 50%;
    float: right;
    margin: 0 0 5px 5px;
}
.info_facility_list > div.cl_l {
    clear: left;
}
.info_facility_list > div.info_facility_list_col2 {
    width: 496px;
}
.info_facility_list_tit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    display: table;
}
.info_facility_list_tit > span {
    display: table-cell;
    vertical-align: middle;
}
.info_facility_list_txt {
    font-size: 13px;
}
.info_facility_list_ico {
    padding-right: 10px;
    color: #fff;
}
.info_facility_list_ico > span {
    width: 50px;
    height: 50px;
    /*line-height: 40px;*/
    display: inline-block;
    border-radius: 20%;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.info_facility_list_01 .info_facility_list_ico > span {
    background: #fd4016;
    line-height: 1.2em;
    font-size: 78%;
    padding-top: 1em;
    font-weight: normal;
}
.info_facility_list_img {
    text-align: center;
    margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
    .info_facility_list {
        margin: 0 0 20px;
    }
    .info_facility_list > div.info_facility_list_col2 {
        width: auto;
    }
    .info_facility_list > div {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
        border: none;
    }
    .info_facility_list > div img {
        width: 100%;
        float: none;
    }
    .info_facility_list .slick-slide {
        padding: 10px 20px 20px;
        border: 1px solid #f6d3d3;
    }
}
/* school_sec
------------------------------- */
.school_sec .title_01:before { /*相模原*/
    /*background-image: url(../img/school_tit_bg1.jpg);*/
    background-image: url(/area/images/around_tit_bg.jpg);
}
.school_sec2 .title_01:before { /*白金*/
    background-image: url(../img/school_tit_bg2.jpg);
}
@media screen and (min-width: 768px) {
    #estate_list, #estate_list2 {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #estate_list > div {
        float: left;
        width: 244px; /*2分割496px（toku2で設定可能：3分割の場合nth-of-type(2n)も3に） 3分割328px、4分割244px*/
        margin: 8px 8px 0 0;
    }
    #estate_list > div:nth-of-type(4n), #estate_list2 > div:nth-of-type(4n) {
        margin-right: 0px;
    }
    #estate_list > div:last-child, #estate_list2 > div:last-child {
        margin-right: -16px;
    }
    #estate_list > div#toku2, #estate_list2 > div#toku2 {
        float: left;
        width: 496px; /*3分割325px、4分割244px*/
        margin: 8px 0px 0 0;
    }
    #estate_list > div#toku2:nth-of-type(3n), #estate_list2 > div#toku2:nth-of-type(3n) {
        margin-right: 0;
    }
    /*3カラム*/
    #estate_list > div#toku3, #estate_list2 > div#toku3 {
        float: left;
        width: 325px; /*3分割325px、4分割244px*/
        margin: 8px 8px 0 0;
    }
    #estate_list > div#toku3:nth-of-type(3n), #estate_list2 > div#toku3:nth-of-type(3n) {
        margin-right: 0;
    }
    #estate_list > div#toku1, #estate_list2 > div#toku1 {
        float: left;
        width: 100%; /*3分割325px、4分割244px*/
        margin: 8px 0px 0 0;
    }
    #estate_list > div#toku1:nth-of-type(3n), #estate_list2 > div#toku1:nth-of-type(3n) {
        margin-right: 0;
    }
    #estate_list2 > div {
        float: left;
        width: 244px; /*3分割325px、4分割244px*/
        margin: 8px 0px 0 0;
    }
    #estate_list .title, #estate_list2 .title {
        height: 45px;
    }
}
#estate_list > div#toku2, #estate_list2 > div#toku2 {
    /* border: 1px solid #ef3b54; */ /*特3_枠色1*/
}
#estate_list > div {
    border: 1px solid #129d19; /*枠色1*/
}
#estate_list2 > div {
    border: 1px solid #428B21; /*枠色2*/
}
#estate_list a, #estate_list2 a {
    text-decoration: none;
}
#estate_list #toku2 .head, #estate_list2 #toku2 .head {
    /*background-color: #ef3b54;*/ /*特3_帯色*/
    color: #fff;
    padding: 10px 5px 5px;
}
#estate_list .head {
    background-color: #00A0E9; /*帯色1*/
    color: #fff;
    padding: 10px 5px 5px;
}
#estate_list .head li {
    list-style: none;
}
#estate_list .head li.sp {
    display: none;
}
#estate_list .catList {
    margin-bottom: 13px;
    display: flex;
    position: relative;
    z-index: 10;
}
#estate_list .catList img {
    width: 24px;
}
#estate_list2 .head {
    background-color: #428B21; /*帯色2*/
    color: #fff;
    padding: 10px 5px 5px;
}
#estate_list .head img, #estate_list2 .head img {
    display: inline-block;
    height: 30px;
}
#estate_list .title, #estate_list2 .title {
    margin-bottom: 10px;
}
#estate_list .title a, #estate_list2 .title a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1em;
    color: #fff;
}
#estate_list .title img, #estate_list2 .title img {
    border: 1px solid #fff;
    border-radius: 2px;
    width: 40px;
    height: auto;
}
#estate_list .title a:hover img, #estate_list2 .title a:hover img {
    opacity: 1;
}
#estate_list .title a:hover, #estate_list2 .title a:hover {
    opacity: 0.8;
}
#estate_list .tag, #estate_list2 .tag {
    height: 25px;
}
@media screen and (max-width: 767px) {
    #estate_list .tag, #estate_list2 .tag {
        height: 35px;
    }
}
#estate_list .tag img, #estate_list2 .tag img {
    /*
	height: 100%;
	width: auto;
*/
    width: 20px;
    height: auto;
    margin-right: 5px;
}
#estate_list .trim_gaikan_common, #estate_list2 .trim_gaikan_common {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
}
#estate_list > div#toku1 .trim_gaikan_common, #estate_list2 > div#toku1 .trim_gaikan_common {
    position: relative;
    overflow: hidden;
    padding-top: 0% !important;
    width: 45%;
    height: 280px;
    margin: 15px 35px;
}
#estate_list > div#toku1 .contents1, #estate_list2 > div#toku1 .contents1 {
    display: flex;
    padding: 2% 0%;
}
#estate_list .trim_gaikan_common img, #estate_list2 .trim_gaikan_common img {
    width: auto;
    position: absolute;
}
#estate_list .trim_gaikan_common img, #estate_list2 .trim_gaikan_common img {
    top: -26%;
}
/*カスタムトリミング用
#estate_list .trim_gaikan_common.custom_200663 img {
	width: 88%;
	left: 6%;
}
#estate_list .trim_gaikan_common.custom_11448 img {
	top: -35%;
}
#estate_list .trim_gaikan_common.custom_200723 img {
	width: 90%;
	top: -15%;
	left: 5%;
}*/
#estate_list .trim_gaikan_common span, #estate_list2 .trim_gaikan_common span {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 18px 0 0 2px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    letter-spacing: 2px;
    position: absolute;
    top: 10px;
    left: 10px;
}
#estate_list .coment, #estate_list2 .coment {
    font-size: 14px;
    line-height: 1.3em;
    margin: 10px 0;
    font-weight: bold;
    color: #B10a9a436;
    max-height: 75px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
#estate_list .coment{ font-size: 12px;}

}

#estate_list .information, #estate_list2 .information {
    overflow: hidden;
    padding: 0 10px;
}
#estate_list > div#toku1 .information, #estate_list2 > div#toku1 .information {
    overflow: hidden;
    padding: 0 10px;
    width: 50%;
}
#estate_list .info_box, #estate_list2 .info_box {
    margin-bottom: 5px;
}
#estate_list .info02, #estate_list2 .info02 {
    font-size: 12px;
}
#estate_list .information table, #estate_list2 .information table {
    width: 100%;
}
#estate_list .info01 th, #estate_list2 .info01 th {
    width: 15%;
    padding-right: 5%;
}
#estate_list .info01 th span {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    background-color: #f8450b;
    border-radius: 5px;
    padding: 7px 7px;
    margin-top: 0.2em;
    color: #fff;
    line-height: 1.1em;
    text-align: center;
}
#estate_list2 .info01 th span {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    background-color: #f8450b;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 10px;
    color: #fff;
}
#estate_list .information .price, #estate_list2 .information .price {
    font-size: 13px;
    line-height: 1.3em;
}
#estate_list .information .price i span, #estate_list2 .information .price i span {
    font-size: 210%;
}
#estate_list .info01 td, #estate_list2 .info01 td {
    padding: 0;
    border: none;
}
#estate_list .info02 th, #estate_list2 .info02 th {
    width: 30%;
    font-weight: bold;
    line-height: 1.4em;
}
#estate_list .info02 td, #estate_list2 .info02 td {
    width: 100%;
    padding: 5px 0;
    line-height: 1.3em;
    border: none;
}
#estate_list .bt_area, #estate_list2 .bt_area {
    overflow: hidden;
    padding-bottom: 10px;
}
#estate_list .bt_area p, #estate_list2 .bt_area p {
    float: left;
    width: 25%;
}
#estate_list .bt_area p a, #estate_list2 .bt_area p a {
    display: block;
    margin: 0px 2px;
    padding: 5px 1px;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    position: relative;
    line-height: 1.2em;
}
#estate_list .bt_area p a:hover, #estate_list2 .bt_area p a:hover, #estate_list p.tokusetsu a:hover, #estate_list2 p.tokusetsu a:hover, #estate_list #toku2 .bt_sho a:hover, #estate_list2 #toku2 .bt_sho a:hover {
    border-bottom: none;
    border-top: 3px solid #fff;
}
#estate_list .bt_area p a:hover, #estate_list2 .bt_area p a:hover, #estate_list p.tokusetsu a:hover, #estate_list2 p.tokusetsu a:hover, #estate_list #toku1 .bt_sho a:hover, #estate_list2 #toku1 .bt_sho a:hover {
    border-bottom: none;
    border-top: 3px solid #fff;
}
#estate_list .bt_area p a:empty, #estate_list2 .bt_area p a:empty {
    display: none !important;
}
/*枠内のボタン色*/
#estate_list #toku2 .bt_sho a, #estate_list2 #toku2 .bt_sho a {
    border-bottom: 3px solid #801e2b;
    background-color: #ef3b54;
    text-shadow: 1px 1px 1px #801e2b, -1px 1px 1px #801e2b, 1px -1px 1px #801e2b, -1px -1px 1px #801e2b;
}
#estate_list #toku1 .bt_sho a, #estate_list2 #toku1 .bt_sho a {
    border-bottom: 3px solid #801e2b;
    background-color: #ef3b54;
    text-shadow: 1px 1px 1px #801e2b, -1px 1px 1px #801e2b, 1px -1px 1px #801e2b, -1px -1px 1px #801e2b;
}
#estate_list .bt_sho a {
    border-bottom: 3px solid #005176;
    background-color: #00a0e9;
    text-shadow: 1px 1px 1px #005176, -1px 1px 1px #005176, 1px -1px 1px #005176, -1px -1px 1px #005176;
}
#estate_list .bt_seikyu a {
    border-bottom: 3px solid #836c00;
    background-color: #fdd000;
    color: #4c3f00 !important;
    font-weight: 700;
}
#estate_list2 .bt_sho a {
    border-bottom: 3px solid #23411b;
    background-color: #60b848;
    text-shadow: #549e3f 2px 0px, #549e3f -2px 0px, #549e3f 0px -2px, #549e3f 0px 2px, #549e3f 2px 2px, #549e3f -2px 2px, #549e3f 2px -2px, #549e3f -2px -2px, #549e3f 1px 2px, #549e3f -1px 2px, #549e3f 1px -2px, #549e3f -1px -2px, #549e3f 2px 1px, #549e3f -2px 1px, #549e3f 2px -1px, #549e3f -2px -1px;
}
#estate_list2 .bt_sho a:before {
    border: 2px solid #549e3f;
}
#estate_list2 .bt_sho a:after {
    border-left: 5px solid #60b848 !important;
}
#estate_list .bt_pano a, #estate_list .bt_yt a, #estate_list2 .bt_pano a, #estate_list2 .bt_yt a {
    border-bottom: 3px solid #836c00;
    background-color: #fdd000;
    color: #4c3f00 !important;
    font-weight: 700;
}
#estate_list .tokusetsu a, #estate_list2 .tokusetsu a {
    clear: both;
    text-align: center;
    padding: 0.2em 0;
    margin: 0 5px 0.5em 5px;
    border-radius: 8px;
    display: block;
    background-color: #fdd000;
    border-bottom: 3px solid #836c00;
    color: #4c3f00 !important;
    font-weight: 700;
}
#estate_list .off, #estate_list2 .off {
    display: none !important;
}
/* furniture_sec
------------------------------- */
.furniture_sec .title_01:before {
    background-image: url(/area/images/furniture_tit_bg.jpg);
}
/* furniture_voice */
.furniture_info { /*20171019 to add*/
    margin: 0 auto 3em auto;
}
.furniture_voice {
    padding: 37px 288px 0 80px;
    position: relative;
    min-height: 201px;
    margin: -28px 0 30px;
}
.furniture_voice_txt {
    border: 1px solid #d8ccba;
    border-radius: 8px;
    padding: 20px 30px;
    position: relative;
}
.furniture_voice_txt:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 28px;
    position: absolute;
    right: -18px;
    top: 103px;
    background: url(/area/images/furniture_voice_bg.png) no-repeat;
}
.furniture_voice_tit {
    color: #493a23;
    font-weight: 700;
    margin-bottom: 5px !important;
    font-size: 16px;
    padding: 0 15px 0 10px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: -1em;
    letter-spacing: .1em;
}
.furniture_voice_txt p {
    margin-bottom: 12px;
}
.furniture_voice_txt p:last-child {
    margin-bottom: 0;
}
.furniture_voice_img {
    position: absolute;
    right: 115px;
    bottom: 0;
}
.furniture_voice_img_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .furniture_sec .title_01:before {
        background-image: url(/area/images/furniture_tit_bg_sp.jpg);
    }
    .furniture_voice {
        padding: 10px 0 0;
        margin: 0 0 15px;
        min-height: inherit;
    }
    .furniture_voice_tit {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .furniture_voice_txt {
        border-radius: 8px;
        padding: 12px 15px 15px;
    }
    .furniture_voice_txt:after {
        display: none;
        position: static;
    }
    furniture_voice_bg.png .furniture_voice_txt p {
        margin-bottom: 5px;
    }
    .furniture_voice_txt p:last-child {
        margin-bottom: 0;
    }
    .furniture_voice_img {
        display: none;
    }
    .furniture_voice_img_sp {
        display: block;
        float: right;
        margin: 5px 0 2px 2px;
    }
}
/* furniture_point */
.furniture_point {
    margin-bottom: 4em;
}
.furniture_point > li {
    float: left;
    border: 1px dashed #000;
    padding: 16px 10px 13px 15px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    letter-spacing: .03em;
    line-height: 1.5;
    position: relative;
}
.furniture_point > li:last-child {
    margin-right: 0;
}
.furniture_point > li span {
    color: #fd4016;
    font-size: 16px;
}
.furniture_point i {
    font-style: normal;
    display: inline-block;
    background: #fd4016;
    color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    font-family: 'arial', serif;
    letter-spacing: .05em;
    position: absolute;
    top: -12px;
    left: 10px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .furniture_point {
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .furniture_point > li {
        float: none;
        padding: 12px 10px 10px;
        margin: 0 0 20px;
    }
    .furniture_point > li:last-child {
        margin-bottom: 0;
    }
    .furniture_point > li span {
        font-size: 15px;
    }
}
/* furniture_set */
.furniture_set {
    margin: 35px 0 1em 0;
}
.furniture_set > div {
    padding: 32px 15px 15px 15px;
    position: relative;
    width: 292px;
    float: left;
    margin-left: 62px; /*text-align: center;*/
}
.furniture_set > div.f_first {
    border: 4px solid #565492;
}
.furniture_set > div.f_second {
    border: 4px solid #428B21;
}
.furniture_set > div.f_third {
    border: 4px solid #F272AD;
}
.furniture_set > div img {
    width: 100px;
    float: right;
    margin: 0 0 0 10px;
}
.furniture_set > div:first-child {
    margin-left: 0;
}
.furniture_set_plus {
    content: '';
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    right: -48px;
    top: 50%;
    margin-top: -17px;
    background-image: url(../img/or.gif);
    background-repeat: no-repeat;
}
.furniture_set_tit {
    background: #129d19; /*theme color*/
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.furniture_set_tit1 {
    background: #565492;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.furniture_set_tit2 {
    background: #428B21;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.furniture_set_tit3 {
    background: #F272AD;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.furniture_set_txt {
    font-size: 13px;
    line-height: 1.6923;
    margin-top: 2em;
}
@media screen and (max-width: 767px) {
    .furniture_set {
        margin-top: 20px;
    }
    .furniture_set > div {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
        border: 1px solid #333;
    }
    .furniture_set > div:first-child {
        margin-top: 0;
    }
    .furniture_set .slick-slide {
        padding: 15px 30px;
        position: relative;
    }
    .furniture_set > div img {
        display: block;
        width: 30%;
        margin: 2em 0 0 0;
    }
    .furniture_set_plus {
        display: none;
    }
    .furniture_set_tit {
        top: 0;
        left: 0;
    }
}
/* service_sec
------------------------------- */
.service_sec .title_01:before {
    background-image: url(/area/images/info_tit_bg.jpg);
}
.service_list {
    margin-right: -8px;
    margin-bottom: 30px;
}
.service_list > div {
    border-width: 1px;
    border-style: solid;
    width: 244px;
    float: left;
    margin: 0 8px 8px 0;
}
.service_list > div.cl_l {
    clear: left;
}
.service_list > div.service_list_col2 {
    width: 496px;
}
.service_list_inner {
    display: block;
    padding: 10px 20px 20px;
}
a.service_list_inner:hover {
    opacity: .7;
}
.service_list a {
    color: #333;
    text-decoration: none;
}
.service_list_tit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    display: table;
}
.service_list_tit > span {
    display: table-cell;
    vertical-align: middle;
}
.service_list_txt {
    font-size: 13px;
}
.service_list_btn {
    text-align: center;
    margin: 10px auto;
    max-width: 300px;
}
.service_list_btn span {
    display: block;
    padding: 8px 25px 9px;
    line-height: 1;
    margin: 0 10px;
    background: #fd4016;
    color: #fff;
    border-radius: 3px;
    clear: both;
}
.service_list_btn img {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    float: none !important;
    width: 1.2em !important;
}
.service_list_ico {
    padding-right: 10px;
}
.service_list_ico > span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.service_list_anshin {
    border-color: #00A0E9 !important;
}
.service_list_anshin .service_list_ico > span, .service_list_anshin .service_list_btn span {
    background: #00A0E9;
}
.service_list_tyumoku {
    border-color: #fd4016 !important;
}
.service_list_tyumoku .service_list_ico > span, .service_list_tyumoku .service_list_btn span {
    background: #f39801;
}
.service_list_kaiteki {
    border-color: #428B21 !important;
}
.service_list_kaiteki .service_list_ico > span, .service_list_kaiteki .service_list_btn span {
    background: #428B21;
}
.service_list_img {
    text-align: center;
    margin-bottom: 13px;
}
.service_list_img img {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .service_sec .title_01:before {
        background-image: url(/area/images/info_tit_bg_sp.jpg);
    }
    .service_list {
        margin: 0 0 20px;
    }
    .service_list > div.service_list_col2 {
        width: auto;
    }
    .service_list > div {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }
    a.service_list_inner:hover {
        opacity: 1;
    }
    .service_list_btn img {
        position: relative;
        top: -1px;
    }
}
/* around_map */
.around_map {
    margin: 30px 0 20px;
}
.around_map_iframe {
    height: 450px;
}
.around_map_iframe iframe {
    border: none;
    display: block;
}
.around_map_more {
    text-align: right;
    margin-top: 40px;
}
.around_map_more a {
    color: #000;
}
.around_map_more img {
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 767px) {
    .around_map {
        margin: 15px 0 10px;
    }
    .around_map_iframe {
        height: 350px;
    }
    .around_map_iframe iframe {
        width: 100%;
        height: 350px;
    }
    .around_map_more {
        text-align: left;
        position: relative;
        padding-left: 17px;
        font-size: 12px;
        margin-top: 10px;
    }
    .around_map_more img {
        position: absolute;
        left: 0;
        top: 3px;
        width: 13px;
    }
}
/* around_facility */
.around_facility_access {
    font-size: 80%;
    font-weight: 700;
    padding: 0 2%
}
.off {
    display: none !important;
}
.around_facility_access img {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}
.around_facility_access_01 img {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
}
.around_facility_access_02 img, .around_facility_access_03 img, .around_facility_access_04 img, .around_facility_access_05 img {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 26px;
}
.around_facility_access_01 {
    color: #02a9d6;
}
.around_facility_access_02 {
    color: #3fb28b;
}
.around_facility_access_03 {
    color: #ec9607;
}
.around_facility_access_04 {
    color: #e67155;
}
.around_facility_access_05 {
    color: #aa89bd;
}
.access_digital, .access_digital2, .access_digital3, .access_digital4, .access_digital5 {
    color: #333;
}
@media screen and (max-width: 767px) {
    .around_facility_access {
        font-size: 13px;
    }
}
/* around_shop */
.around_shop {
    border: 3px solid #ff7b00;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px 30px 15px;
    position: relative;
    max-width: 1000px; /*20171113 oiwa to add 2line*/
    margin: 0 auto 1em auto;
}
.around_shop a {
    color: #333;
}
.around_shop_tit {
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0 25px;
    font-size: 18px;
    font-weight: 700;
    color: #e36d00;
    background: #fff;
    letter-spacing: .03em;
    white-space: nowrap;
}
.around_shop div.mainstore_wrap { /*20171113 oiwa to add 1class*/
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (min-width: 767px) {
    .around_shop .img01 {
        float: left;
        margin: 0;
        overflow: hidden;
        width: 50%;
    }
}
.around_shop .img01 {
    float: left;
    margin: 0;
    overflow: hidden;
}
.around_shop .img01 img {
    margin-right: 10px;
    float: left;
}
.around_shop .txt {
    overflow: hidden;
    padding-bottom: 5px;
}
.around_shop .txt .name a {
    font-size: 140%;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 8px;
    background: url(/files/img/common/icon_logo_01.png) 0 5px no-repeat;
    padding: 10px 0px 8px 40px;
}
.nearest_station {
    padding-top: 5px;
    min-height: 31px;
    height: auto !important;
    background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
    line-height: 1.4em;
    font-family: "メイリオ", Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: 700;
    color: #f14f43;
    padding-left: 35px;
}
.around_shop .address {
    margin-bottom: 10px;
    color: #666;
}
.around_shop .tel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-family: 'arial', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #ff3e17;
    margin-bottom: 5px;
}
.around_shop .tel a {
    color: #ff3e17;
}
.around_shop .tel:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 34px;
    background: url(/area/images/ico_tel.png) no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.around_shop .btn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.around_shop .co {
    padding-left: 3em;
}
@media screen and (max-width: 767px) {
    .around_shop {
        padding: 20px 15px;
    }
    .around_shop_tit {
        font-size: 16px;
        padding: 0 15px;
        top: -.9em;
    }
    .around_shop .img01 {
        float: none;
        margin: 0 0 0.5em 0;
        text-align: center;
    }
    .around_shop .img01 img {
        width: 48%;
        margin: 0 1% 0 0;
        float: left;
    }
    .around_shop .img01 > p {
        float: none !important;
    }
    .around_shop .txt {
        overflow: visible;
        clear: left;
    }
    .around_shop .txt .name {
        margin-bottom: 5px;
    }
    .around_shop .address {
        margin-bottom: 15px;
    }
    .around_shop .tel {
        display: table-footer-group;
        text-align: center;
        font-size: 31px;
        text-decoration: underline;
    }
    .around_shop .btn {
        display: table-header-group;
    }
    .around_shop .btn a {
        display: block;
        margin-bottom: 19px;
    }
}
/* yakan */
#yakan {
    text-align: center;
}
#yakan img {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #yakan img {
        margin-top: 30px;
    }
}
/* ----------------------------------------

footer

---------------------------------------- */
#footer {
    position: relative;
    background: #f7f5f2;
}
#footer a {
    color: #333;
}
#footer #info {
    width: 1000px;
    margin: 0 auto;
    padding-top: 35px;
}
#footer #day {
    width: 1000px;
    margin: 0px auto 0;
    padding: 10px 0;
    text-align: center;
    color: #999;
}
#link_copyright {
    background: #262626;
    text-align: center;
    padding: 25px 0 30px;
    color: #ccc;
}
#link_copyright a {
    color: #ccc;
    display: inline-block;
    margin: 0 5px;
}
#copyright_other {
    margin-top: 15px;
    color: #999;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    #footer {
        margin-top: 92px;
        font-size: 13px;
    }
    #footer #info {
        width: auto;
        padding: 20px 15px 0;
    }
    #footer #day {
        width: auto;
        margin-top: 10px;
        padding: 1em 0;
    }
    #link_copyright {
        padding: 15px 10px 70px;
        text-align: left;
        line-height: 2.4;
    }
    #copyright_other {
        margin-top: 5px;
        line-height: 1.5;
    }
}
/* pagetop
------------------------------- */
#pagetop {
    position: absolute;
    right: 10px;
    z-index: 100;
}
#pagetop a {
    text-decoration: none;
    color: #6a390c;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "arial", serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .03em;
}
#pagetop img {
    display: block;
    margin: 0 auto;
}
.pagetop_img {
    position: relative;
    right: 0;
    bottom: -11px;
    z-index: 1;
}
#pagetop span {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: #fdd000;
    text-align: center;
    padding-top: 15px;
}
#pagetop span img {
    margin-bottom: 5px;
}
#pagetop a > div {
    position: relative;
}
#pagetop a:hover > div {
    top: -5px;
}
@media screen and (max-width: 767px) {
    #pagetop {
        position: relative !important;
        display: block !important;
        top: 0 !important;
        width: 60px;
        float: right;
    }
    #pagetop a {
        font-size: 11px;
    }
    #pagetop a > div {
        padding-right: 36px;
        padding-bottom: 7px;
    }
    .pagetop_img {
        display: none !important;
    }
    #pagetop span {
        width: 60px;
        height: 60px;
        padding-top: 9px;
    }
}
/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.marker_yellow {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}
.fw400 {
    font-weight: 400 !important;
}
.fw700 {
    font-weight: 700;
}
.fs80 {
    font-size: 80%;
}
.clear {
    clear: both;
}
.hidden {
    width: 0;
    height: 0;
    overflow: hidden;
}
.mgt0 {
    margin-top: 0 !important;
}
.mgt5 {
    margin-top: 5px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt40 {
    margin-top: 40px !important;
}
.mgb0 {
    margin-bottom: 0 !important;
}
.mgb5 {
    margin-bottom: 5px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}
.mgb40 {
    margin-bottom: 40px !important;
}
.alnC {
    text-align: center !important;
}
.alnR {
    text-align: right !important;
}
.alnL {
    text-align: left !important;
}
.nowrap {
    white-space: nowrap;
}
.breakWord {
    word-wrap: break-word;
}
@media screen and (max-width: 767px) {
    .sp_mgt0 {
        margin-top: 0 !important;
    }
    .sp_mgt5 {
        margin-top: 5px !important;
    }
    .sp_mgt10 {
        margin-top: 10px !important;
    }
    .sp_mgt15 {
        margin-top: 15px !important;
    }
    .sp_mgt20 {
        margin-top: 20px !important;
    }
    .sp_mgt30 {
        margin-top: 30px !important;
    }
    .sp_mgt40 {
        margin-top: 40px !important;
    }
    .sp_mgb0 {
        margin-bottom: 0 !important;
    }
    .sp_mgb5 {
        margin-bottom: 5px !important;
    }
    .sp_mgb10 {
        margin-bottom: 10px !important;
    }
    .sp_mgb15 {
        margin-bottom: 15px !important;
    }
    .sp_mgb20 {
        margin-bottom: 20px !important;
    }
    .sp_mgb30 {
        margin-bottom: 30px !important;
    }
    .sp_mgb40 {
        margin-bottom: 40px !important;
    }
    .spNone {
        display: none !important;
    }
}
.w05p {
    width: 5% !important;
}
.w08p {
    width: 8% !important;
}
.w10p {
    width: 10% !important;
}
.w12p {
    width: 12% !important;
}
.w13p {
    width: 13% !important;
}
.w14p {
    width: 14% !important;
}
.w15p {
    width: 15% !important;
}
.w18p {
    width: 18% !important;
}
.w20p {
    width: 20% !important;
}
.w22p {
    width: 22% !important;
}
.w25p {
    width: 25% !important;
}
.w30p {
    width: 30% !important;
}
.w33p {
    width: 33% !important;
}
.w35p {
    width: 35% !important;
}
.w40p {
    width: 40% !important;
}
.w45p {
    width: 45% !important;
}
.w50p {
    width: 50% !important;
}
.w59p {
    width: 59% !important;
}
.w60p {
    width: 60% !important;
}
.w70p {
    width: 70% !important;
}
.w80p {
    width: 80% !important;
}
.w90p {
    width: 90% !important;
}
.w100p {
    width: 100% !important;
}
@media screen and (max-width: 767px) {
    .spW20p {
        width: 20% !important;
    }
    .spW21p {
        width: 21% !important;
    }
    .spW24p {
        width: 24% !important;
    }
    .spW25p {
        width: 25% !important;
    }
    .spW28p {
        width: 28% !important;
    }
    .spW30p {
        width: 30% !important;
    }
    .spW33p {
        width: 33% !important;
    }
    .spW35p {
        width: 35% !important;
    }
    .spW40p {
        width: 40% !important;
    }
    .spW45p {
        width: 45% !important;
    }
    .spW50p {
        width: 50% !important;
    }
    .spW100p {
        width: 100% !important;
    }
}
@media screen and (min-width: 768px) {
    .pc_none {
        display: none !important;
    }
    .icon {
        float: left;
        margin: 35px 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }
    .icon {
        float: left;
        margin: 3% 0 10px;
        padding-left: 1%;
    }
}
@media screen and (max-width: 320px) {
    .sp_320_none {
        display: none !important;
    }
}
/* ----------------------------------------

clearfix

---------------------------------------- */
/* Modern Browsers
------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
}
/* Legacy IE
------------------------------- */
.clearfix {
    *zoom: 1;
}
.price i span {
    font-size: 160%;
}
.price i {
    font-weight: 700;
    font-style: normal;
    color: #f8450b;
}
/* High versatility
------------------------------- */
.font_bold {
    font-weight: 900;
}
.font_pink_bold {
    color: #fd4016;
    font-weight: 900;
}
.font_red {
    color: #f00;
}
.font_red_bold {
    color: #f00;
    font-weight: 900;
}
.font_red_bold_130 {
    color: #f00;
    font-size: 130%;
    font-weight: 900;
}
.font_themecolor_bold {
    color: #129d19;
    font-weight: 900;
}
.font_themecolor120_bold {
    color: #129d19;
    font-weight: 900;
    font-size: 120%;
}
/* Gakuman icon
------------------------------- */
.icon {
    float: left;
    width: 60px;
}
/* Chushaku 20171025_oiwa to add
------------------------------- */
p.chushaku {
    display: block;
    margin: 0 auto 3em auto;
    padding: 0;
    font-size: 90%;
    line-height: 1.5em;
}
.red {
    color: #e73533;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .red {
        font-size: 16px;
    }
}
/* shop_info 20171130 to add
------------------------------- */
.nearest_station {
    padding-top: 5px;
    min-height: 31px;
    height: auto !important;
    background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
    line-height: 1.4em;
    font-family: "メイリオ", Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: 700;
    color: #F8450B;
    padding-left: 35px;
}
.around_shop .txt .name a {
    font-size: 140%;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 8px;
    background: url(/files/img/common/icon_logo_01.png) 0 5px no-repeat;
    padding: 10px 0px 8px 40px;
}
/*横スクロールのテーブル*/
table.x_scroll {
    width: 100%;
    margin: 0 auto 3em auto;
    border-collapse: collapse;
    border-spacing: 0;
}
table.x_scroll img {
    width: 40%;
}
table.x_scroll img.yimg {
    width: 100%;
}
table.x_scroll th, td {
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
}
table.x_scroll td.gakuman_td {
    background-color: #ffebda;
}
table.x_scroll .gakuman {
    background-color: #ff7b00;
    border: 1px solid #ff7b00;
    color: #fff;
    font-weight: 900;
    width: 32%;
    text-align: center;
}
table.x_scroll .comparison {
    background-color: #fff;
    border: 1px solid #ff7b00;
    color: #ff7b00;
    font-weight: 900;
    width: 30%;
    text-align: center;
}
table.x_scroll .theme {
    background: #f3f3f3;
}
@media screen and (max-width: 768px) {
    table.x_scroll {
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    table.x_scroll .gakuman, table.x_scroll .comparison {
        width: auto;
    }
    table.x_scroll img {
        width: 100%;
    }
    table.x_scroll img.yimg {
        width: 50%;
    }
    table.x_scroll thead {
        display: block;
        float: left;
        width: 25%;
    }
    table.x_scroll tbody {
        display: block;
        position: relative;
        width: 75%;
        overflow-x: auto;
        white-space: nowrap;
    }
    table.x_scroll thead th {
        display: block;
        height: 5em;
    }
    table.x_scroll thead th img {
        height: 100%;
        width: 100%;
    }
    table.x_scroll tbody td {
        display: block;
        height: 5em;
    }
    table.x_scroll tbody td.theme {
        overflow: hidden;
        text-align: center;
    }
    table.x_scroll tbody td.theme img {
        width: auto;
    }
    table.x_scroll tbody tr {
        display: inline-block;
    }
    table.x_scroll th:not(:last-child) {
        border-bottom: none;
    }
    table.x_scroll td:not(:last-child) {
        border-bottom: none;
    }
    table.x_scroll td {
        border-left: none;
    }
}
.xscroll_guide {
    /*background-color: #ffff66;*/
}
p.xscroll_guide {
    display: block;
    font-size: 100%;
    /*margin: 0 0 3em 25%;*/
}
p.xscroll_guide img {
    width: 2em;
    float: left;
}
/*横スクロールのテーブルここまで*/
/* 学校ページ誘導　inquiry_info.php
---------------------------------------------- */
.search_bar {
    /*background: repeating-linear-gradient( 
45deg
, #efc1d7, #efc1d7 10px, #f4dcdf 10px, #f4dcdf 20px);*/
}
/* PCデザイン
---------------------------------- */
@media screen and (min-width: 768px) {
    .search_bar {
        padding: 30px 0 20px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .search_bar ul {
        width: 900px;
        margin: 0 auto;
    }
    .search_bar ul li {
        float: left;
    }
    .search_bar ul li a {
        display: block;
        text-decoration: none;
        padding: 20px 20px 20px 16px;
        /*border: 3px solid #FFF;*/
        border-radius: 10px;
        background-position: 10px center;
        background-clor: #ffd65e;
        background-image: linear-gradient(to bottom, #fdd000 0%, #fdd000 100%);
        position: relative;
        color: #000;
        font-weight: bold;
        font-size: 1.1em;
        box-shadow: 0 3px 3px rgba(50, 50, 50, 0.3);
        /*height: 145px;*/
        line-height: 30px;
    }
    .search_bar ul li a small {
        display: block;
        font-size: 70%;
    }
    .search_bar ul li a::after {
        content: '';
        display: block;
        width: 10px;
        height: 100%;
        background: url(../img/arrow.png) no-repeat right center;
        background-size: contain;
        position: absolute;
        right: 10px;
        bottom: 0;
    }
    .search_bar ul li a:hover, .search_bar ul li a:active {
        background-image: linear-gradient(#ffeb3b 0%, #ffeb3b 100%);
        box-shadow: 0 0 3px rgba(50, 50, 50, 0.6);
    }
    .search_bar ul li a strong {
        /*display:block;*/
        font-size: 1.6em;
        font-weight: bold;
    }
    /* 3カラム */
    .search_bar ul.col_3 li {
        width: 32%;
        margin-right: 1.3333%;
        margin-bottom: 10px;
    }
    .search_bar ul.col_3 li:nth-child(3n) {
        margin-right: 0;
    }
    /* 2カラム */
    .search_bar ul.col_2 li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .search_bar ul.col_2 li:nth-child(even) {
        margin-right: 0;
    }
    /* 1カラム */
    .search_bar ul.col_1 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}
/* 学校ページ誘導　inquiry_info.php
---------------------------------------------- */
/* SPデザイン
---------------------------------- */
@media screen and (max-width: 768px) {
    .search_bar {
        padding: 20px 0;
    }
    .search_bar ul {
        margin: 0 4%;
    }
    .search_bar ul li:not(:last-child) {
        margin-bottom: 0.8em;
    }
    .search_bar ul li a {
        display: block;
        text-decoration: none;
        padding: 10px 20px 6px 1.5em;
        border: 2px solid #FFF;
        border-radius: 10px;
        background-position: 10px center;
        background-clor: #ffd65e;
        background-image: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
        position: relative;
        color: #000;
        font-weight: bold;
        font-size: 1em;
        box-shadow: 0 3px 3px rgba(50, 50, 50, 0.3);
    }
    .search_bar ul li a small {
        display: block;
        font-size: 70%;
    }
    .search_bar ul li a::after {
        content: '';
        display: block;
        width: 10px;
        height: 100%;
        background: url(../img/arrow.png) no-repeat right center;
        background-size: contain;
        position: absolute;
        right: 10px;
        bottom: 0;
    }
    .search_bar ul li a:hover, .search_bar ul li a:active {
        background: linear-gradient(to bottom, #febf04 0%, #ffd65e 100%);
        box-shadow: 0 0 3px rgba(50, 50, 50, 0.6);
    }
    .search_bar ul li a strong {
        display: block;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.2em;
    }
}
/*動画レスポンシブ
----------------------------------------*/
.videoArea {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /*margin:0 auto 0;*/
    margin: 0% 2% 0%;
}
.videoArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*画像横スクロールレスポンシブ
----------------------------------------*/
.img_slide_of1 {
    width: auto;
    margin: auto;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.img_slide_of1 img {
    height: auto;
    max-width: none;
    width: 1000px;
}
.collabo {
    background: url(../img/re_back.png), linear-gradient(to bottom, #00a0c1 1%, #00568d 100%);
    /*padding: 1%;*/
    margin-bottom: 2%;
    padding-bottom: 2%;
}
.collabo .img_slide, .collabo .slick-slider {
    margin-bottom: 0px;
}
/*斡旋会レスポンシブ イベントインフォメーション
----------------------------------------*/
.eventInfo {
    padding-bottom: 2%;
}
/*sp*/
@media screen and (max-width: 767px) {
    /*.eventInfo dl dt,
.eventInfo dl dd br {
display: none;*/
    .eventInfo dl dt {
        display: none;
    }
    .conBg {
        margin: 0 auto;
        padding: 16px 0;
        background: url(../img/bg_lattice.gif) center top;
    }
    .eventInfo {
        text-shadow: none;
    }
    .eventInfo:not(:last-child) {
        margin-bottom: 40px;
    }
    .eventInfo h2 {
        background: #129d19;
        color: #FFF;
        font-size: 1.2em;
        line-height: 1.4em;
        font-weight: normal;
        padding: 8px 1em 4px;
        margin-bottom: 20px;
    }
    .eventInfo h2 b {
        font-size: bold;
        color: #ffff73;
        font-size: 1.3em;
        margin-right: 0.5em;
    }
    .eventInfo dl {
        margin: 0 3% 12px;
        font-size: 16px;
    }
    .eventInfo dl dt {
        display: inline-block;
        marign-right: auto;
    }
    .eventInfo dl dt span {
        display: block;
        color: #fff;
        font-weight: bold;
        background: #129d19;
        letter-spacing: 0.1em;
        padding: 1px 0.5em;
        text-align: center;
    }
    .eventInfo dl dd {
        border: #129d19 solid 2px;
        background: #FFF;
        padding: 10px 1em;
        line-height: 1.5em;
    }
    .eventInfo dl dd h3, .eventInfo dl dd h3 a {
        font-weight: bold;
    }
    .eventInfo dl dd h3 {
        font-weight: bold;
        border-left: #ff7b00 solid 0.3em;
        padding-left: 0.5em;
        margin-bottom: 0.5em;
    }
    .eventInfo dl dd a {
        font-weight: normal;
        font-size: 0.95em;
        margin: 0 0.2em;
    }
    .eventInfo dl dd p:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .eventInfo dl dd p small {
        display: inline-block;
        font-size: 0.8rem;
        line-height: 1.5em;
    }
    .eventInfo dl dd table {
        font-size: 0.8rem;
        margin: 10px 0;
        width: 100%;
    }
    .eventInfo dl dd table td, .eventInfo dl dd table th {
        vertical-align: middle;
    }
    .eventInfo dl dd table td {
        padding: 1em;
    }
    .eventInfo dl dd table td img, .eventInfo dl dd table th img, .eventInfo .imgResize img {
        max-width: 100%;
    }
    /* GoogleMap */
    .eventInfo dl dd iframe {
        width: 100%;
        height: 400px;
    }
    .eventInfo .mapFrame iframe {
        width: 100%;
        height: 400px;
        margin: 12px auto;
        box-sizing: border-box;
        border: none;
    }
    /* ページトップ */
    .eventInfo .pagetop {
        text-align: right;
    }
}
/*pc*/
@media screen and (min-width: 767px) {
    .eventInfo dl dt b, .eventInfo dl dd b {
        display: inline-block;
        margin-left: 20px
    }
    .conBg {
        width: 940px;
        margin: 0 auto;
        padding: 20px;
        background: url(../img/bg_lattice.gif) center top;
    }
    .eventInfo:not(:last-child) {
        margin-bottom: 40px;
    }
    .eventInfo h2 {
        background: #129d19;
        color: #000;
        font-size: 1.6em;
        font-weight: normal;
        line-height: 1.6em;
        padding: 8px 1em 4px;
        margin-bottom: 20px;
    }
    .eventInfo h2 b {
        font-size: bold;
        color: #ffff73;
        font-size: 1.2em;
        margin-right: 0.5em;
        display: inline-block;
    }
    .eventInfo dl {
        margin: 0 auto 16px;
        display: table;
        width: calc(100% - 60px);
        font-size: 16px;
        line-height: 1.5em;
    }
    .eventInfo dl dt, .eventInfo dl dd {
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
    }
    .eventInfo dl dt {
        width: 200px;
    }
    .eventInfo dl dt span {
        display: block;
        color: #fff;
        font-weight: bold;
        background: #129d19;
        letter-spacing: 0.1em;
        padding: 20px 0;
        text-align: center;
    }
    .eventInfo dl dd {
        border: #129d19 solid 2px;
        background: #FFF;
        padding: 1em;
        /*width:680px;*/
    }
    .eventInfo dl dd h3 {
        font-weight: bold;
        border-left: #ff7b00 solid 0.3em;
        padding-left: 0.5em;
        margin-bottom: 0.5em;
    }
    .eventInfo dl dd p:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .eventInfo dl dd p small {
        display: inline-block;
    }
    .eventInfo dl dd table {
        font-size: 1rem;
    }
    .eventInfo dl dd table td {
        padding: 1em;
    }
    .eventInfo dl dd table small {
        display: block;
    }
    /* GoogleMap */
    .eventInfo dl dd iframe {
        width: 100%;
        height: 400px;
    }
    .eventInfo .mapFrame {
        padding: 12px 0;
    }
    .eventInfo .mapFrame iframe {
        width: 100%;
        height: 400px;
        border: none;
    }
    .eventInfo .mapFrame > a {
        display: inline-block;
    }
    /* ページトップ */
    .eventInfo .pagetop {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .btn_unit div {
        width: 100%;
        margin: 0 0 10px 0px;
        /* float: left; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    p.shinjuku_station {
        width: 93%;
    }
    p.shinjuku_txt {
        width: 94%;
    }
}
.apartment_list h3 {
    font-size: 200%;
    background: #129d1921;
    padding: 10px;
    display: block;
    margin: 40px 0 10px;
    color: #129d19;
    text-align: center;
    /* margin-top: 0px; */
    font-weight: bold;
    /*border-radius: 100px;*/
}
@media screen and (max-width: 767px) {
    .apartment_list h3 {
        font-size: 150%;
    }
}
/*　学校指定住宅　特典
----------------------------------------*/
#anc_school1 .sec_anc .tokuten {
    padding: 10px;
    position: relative;
    margin-bottom: 50px;
}
#anc_school1 .sec_anc .tokuten::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(45deg, rgba(255, 240, 210, 0.5), rgba(255, 240, 210, 0.5) 10px, rgba(255, 230, 180, 0.5) 0, rgba(255, 230, 180, 0.5) 20px);
}
#anc_school1 .sec_anc .tokuten > p {
    margin: 1em auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
}
#anc_school1 .sec_anc .tokuten > p b {
    display: inline-block;
    margin: 0 0.3em;
    background-color: #00619b;
    color: #FFF;
    font-size: 130%;
    padding: 4px 0.5em;
    border-radius: 8px;
}
#anc_school1 .sec_anc .tokuten ul {
    padding: 0 2em 0 10em;
}
#anc_school1 .sec_anc .tokuten ul li {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}
#anc_school1 .sec_anc .tokuten ul li::before {
    content: '※';
}
@media screen and (max-width: 767px) {
    #anc_school1 .sec_anc .tokuten ul {
        padding: 0.5em 0 0.2em;
    }
    #anc_school1 .sec_anc .tokuten {
        left: -15px;
        width: calc(100% + 30px);
    }
    #anc_school1 .sec_anc .tokuten ul li {
        font-size: 0.8em;
        line-height: 1.3em;
        margin-bottom: 0.5em;
    }
}
/*---------------------------------------

header　相談会あり

---------------------------------------*/
.hdr_video {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.hdr_video a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #0F76BB;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
    box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
    padding: 7px 36px 7px 36px;
}
.hdr_video a:hover {
    background: #0c5f93;
}
.hdr_video_arrw {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/ico_arrw_next_02.png) no-repeat 50% 50%;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 767px) {
    .spHdr_video {
        margin-top: 10px;
    }
    .spHdr_video a {
        color: #fff;
        display: block;
        background: #0F76BB;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .05em;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
        box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
        padding: 17px 30px 16px 31px;
    }
    .spHdr_video a:hover {
        background: #0c5f93;
    }
    .spHdr_video_arrw {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        background: url(/area/images/ico_arrw_next_02.svg) no-repeat 50% 50%;
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
        margin-right: 7px;
        position: relative;
        top: -1px;
    }
    .spHdr_tel {
        text-align: center;
        margin-top: 15px;
    }
    .spHdr_tel a {}
    .spHdr_tel img {
        vertical-align: middle;
        margin-right: 6px;
    }
    .spHdr_tel span {
        font-family: 'arial', serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
        color: #ff3e17;
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
    }
}
/* sp_btm_nav
------------------------------- */
.sp_btm_nav {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp_btm_nav {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 10px;
        background: rgba(0, 0, 0, .5);
        z-index: 5000;
        font-size: 90%;
    }
    .sp_btm_nav ul {
        padding-right: 50px;
        display: flex;
        justify-content: space-between;
    }
    .sp_btm_nav li {
        width: 50%;
    }
    .sp_btm_nav li, .sp_btm_menu {
        display: inline-block;
    }
    .sp_btm_nav li a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px 0;
        border-radius: 5px;
        text-align: center;
        font-weight: 700;
        letter-spacing: .02em;
    }
    .sp_btm_nav_tel a {
        background: #a98dd3;
        margin-left: 3px;
        border: 1px solid #fff;
    }
    .sp_btm_nav_mail a {
        background: #ef3c54;
        margin-left: 0px;
        border: 1px solid #fff;
    }
    .sp_btm_nav_online a {
        background: #3cc9ab;
        margin-left: 3px;
        border: 1px solid #fff;
    }
}
/* ヘッダー オンライン相談ボタン
	---------------------------------------------- */
#header .hdr_nav .hdr_nav_02 .hdr_inq a {
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    max-width: 200px;
    text-align: center;
}
#header .hdr_nav .hdr_nav_02 .hdr_inq a i.hdr_inq_arrw {
    width: 10px;
    height: 10px;
    background-size: contain;
}
#header .hdr_nav .hdr_nav_02 .hdr_inq.onlineBtn a {
    background: #3cc9ab;
}
@media screen and (max-width:768px) {
    .spHdr_nav .spHdr_inq.onlineBtn a {
        background: #3cc9ab;
    }
}
.exp_comment span.shopName {
    font-size: 110%;
    font-weight: 900;
    background: linear-gradient(transparent 60%, #ffdf6c 70%);
}
.exp_comment span.schoolName {
    font-size: 110%;
    font-weight: 900;
    background: linear-gradient(transparent 60%, #a6e2ff 70%);
}
@media screen and (min-width:768px) {
    #estate_list .trim_gaikan_common, #estate_list2 .trim_gaikan_common {
        /*position: relative;
		overflow: hidden;*/
        padding-top: 0%;
        overflow: hidden;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #estate_list .trim_gaikan_common img, #estate_list2 .trim_gaikan_common img {
        position: relative;
        /*padding-top: 0%!important;*/
    }
    #estate_list #toku2 .trim_gaikan_common, #estate_list2 #toku2 .trim_gaikan_common {
        height: 320px;
    }
}
@media screen and (max-width:768px) {
    #estate_list .trim_gaikan_common img, #estate_list2 .trim_gaikan_common img {
        position: relative;
    }
    .sp_slide_clone .slick-slide {
        height: 100% !important;
    }
    #estate_list .trim_gaikan_common, #estate_list2 .trim_gaikan_common {
        padding-top: 0%;
    }
}
#estate_list .information .price .price_sub, #estate_list2 .information .price .price_sub {
    display: flex;
    font-size: 80%;
}
@media screen and (min-width:768px) {
    .shop1 {
        width: 1000px !important;
        display: flex;
    }
    .shop2 {
        width: 1000px !important;
        display: flex;
    }
}
@media screen and (max-width:768px) {
    .shop1 {
        width: 100% !important;
    }
    .shop2 {
        width: 100% !important;
    }
}
/* バナー1カラム */
.bnr1col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: space-between; /* width:980px; */ margin: 30px auto;
}
.bnr1col li:nth-child(odd) {
    margin-right: 20px;
}
.bnr1col li {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
    .bnr1col {
        display: block;
        /* width:100%; */
        /* margin:auto 6%; */
    }
    ul.bnr1col li {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}
/*物件外観　完成予想図テキスト*/
#estate_list .kanseiyosouzu, #estate_list2 .kanseiyosouzu {
    position: absolute;
    font-size: 11px;
    /* line-height: 1.3em; */
    bottom: 5px;
    right: 10px;
    /* margin: -20px 10px; */
    font-weight: 700;
    /* z-index:10; */
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
/* 特典アイコン */
#estate_list .trim_gaikan_common.custom_12700::after, #estate_list .trim_gaikan_common.custom_12353::after, #estate_list .trim_gaikan_common.custom_11004::after, #estate_list .trim_gaikan_common.custom_10863::after, #estate_list .trim_gaikan_common.custom_1166::after {
    background: url("../img/icon_tokuten01.png") no-repeat right bottom;
    background-size: contain;
}
#estate_list .trim_gaikan_common img.icon_tokuten_on {
    width: 150px;
    position: absolute;
    z-index: 1;
    right: 5px;
}
@media screen and (min-width: 767px) {
    #estate_list .trim_gaikan_common img.icon_tokuten_on {
        top: 150px;
    }
}
#estate_list .trim_gaikan_common img.icon_tokuten_off {
    display: none;
}
@media screen and (max-width: 767px) {
    #estate_list .trim_gaikan_common::after, #estate_list #toku1 .trim_gaikan_common::after, #estate_list #toku2 .trim_gaikan_common::after {
        content: '';
        display: block;
        width: 100%;
        height: 60px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}
/*通学便利な学校*/
 .benri_title {
        color: #147e6c;
        font-size: 20px;
        font-weight: 700;
        border-bottom: 1px solid #147e6c;
	 max-width: 95%;
    margin: 0 auto;
    padding-left: 20px;
    }
    .benri_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        margin: 0% 5%;
    }
    .benri_access {
        flex-basis: 33%;
        font-size: 12px;
        line-height: 1.3em;
        margin: 3px 0;
        font-weight: bold;
        color: #B10a9a436;
        max-height: 75px;
        overflow: hidden;
    }
@media screen and (max-width: 767px) {
    .benri_access {
        margin: 1px 0;
    }
     }
.benri_dot{color: #147e6c;
font-size: 1.3em;}

.benri_ferry{color:#397ae4;}

.benri_train{
	color:#f66b4a;
}

.benri_bicycle{
	color:#ec9607;
}



@media screen and (min-width: 768px) {
   .benri_school {
        padding: 0 0 20px 0px;
    }
}
@media screen and (max-width: 767px) {
    .benri_school {
        padding: 0 10px;
    }
	
	.benri_title { font-size: 16px;
	 padding-left: 0px;}
	
	.benri_container {
		flex-direction: column;
		align-items: flex-start;
    margin: 0 1em 0.5em;
	}
}


/* meal_sec
------------------------------- */
#anc_meal{
	margin-top: 50px;
	margin-bottom: 50px;
}

.meal_sec .title_01:before{/* background-image: url(/area/area_kyushu/ue_nagasaki-global_coop/files/img/food_tit_bg.jpg); */background-image: url(/area/images/meal_tit_bg.jpg);}

/* meal_unitime */
.meal_unitime {
border:2px dotted #f39801;
background-color:#fff;
padding: 35px 50px 35px 40px;
margin: 40px 0 50px;
}
.meal_unitime_main {
width: 600px;
float: left;
}
.meal_unitime_tit_02 {
text-align: center;
margin-bottom: 15px;
}
.meal_unitime_tit_02 > span {
background: url(/area/images/meal_unitime_line.png) repeat-x 0 100%;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 1.5555;
padding-bottom: 10px;
}
.meal_unitime_tit_02 span span {
font-size: 20px;
color: #f39801;
}
.meal_unitime_link {
margin-top: 10px;
}
.meal_unitime_link a {
color: #000;
}
.meal_unitime_sub {
width: 280px;
float: right;
font-size: 16px;
font-weight: 700;
color: #000;
background: url(/area/images/meal_unitime_line_02.png) no-repeat 0 0;
}
.meal_unitime_sub li {
background: url(/area/images/meal_unitime_line_02.png) no-repeat 0 100%;
padding: 11px 0 11px 39px;
position: relative;
}
.meal_unitime_sub li:before {
content: '';
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -15px;
background-image: url(/area/images/meal_unitime_num.png);
background-repeat: no-repeat;
}
.meal_unitime_sub li:nth-child(1):before {
background-position: 0 0;
}
.meal_unitime_sub li:nth-child(2):before {
background-position: 0 -51px;
}
.meal_unitime_sub li:nth-child(3):before {
background-position: 0 -101px;
}
.meal_unitime_sub li:nth-child(4):before {
background-position: 0 -151px;
}
.meal_unitime_sub li:nth-child(5):before {
background-position: 0 -204px;
}
.meal_unitime_sub li:nth-child(6):before {
background-position: 0 -256px;
}
.meal_unitime_sub li:nth-child(7):before {
background-position: 0 -306px;
}
.meal_unitime_sub li:nth-child(8):before {
background-position: 0 -356px;
}



/* shokudo */
.shokudo{
 background-image: url("../img/wood.jpg");
 width: 1000px;
 margin: 1em auto 100px auto;
 padding: 0;
}
.shokudo p.s_tit{
 font-size:200%;
 line-height:1.4em;
 font-weight:900;
 display:block;
 text-align:center;
 padding:0.5em 0;
 background-image:url(../img/yellow_dot.png);
 background-repeat:repeat-x;
 background-position:left bottom;
}
.shokudo p.s_tit span{
 font-size:80%;
}
.shokudo img.s_logo1{
 width: 80%;
 margin: 1em 0 0.5em 40px;
}
.shokudo img.s_logo2{
 width: 60%;
 margin: 1em 0 0.5em 80px;
}
.shokudo div.s_inner1 ul li p{
/*

	height: 180px;
*/
	margin: 0 10px 0 0;
}
.shokudo div.s_inner1{
 padding: 0;

 margin: 0px;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 0;
}
.shokudo div.s_inner1 ul{
 display: block;
 width: 972px;
 margin: 1em auto;
 padding: 0;
 background-image: url(../img/s_kazari.png);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-position: bottom;
}
.shokudo div.s_inner1 ul li{

 display: block;

 margin: 0;
 padding: 0;
}
.shokudo div.s_inner1 ul li.meal_coupon{
 width:100%;
 text-align:center;
 font-weight:900;
 font-size:110%;
 margin-bottom:0.5em;
 color:#214a9d;
}
.shokudo div.s_inner1 ul li.s_left{
 float: left;
 width: 322px;/*max488px*/
 padding: 0 20px 0 20px;
 background-image: url("../img/yellow_dot2.png");
 background-repeat: repeat-y;
 background-position: right top;
}
.shokudo div.s_inner1 ul li.s_right{
 float: right;
 width: 321px;/*max483px*/
 padding: 0px 30px 0 10px;
}
.shokudo div.s_inner2{
 clear: both;
 padding: 1em 0 2em 0;
 margin: 0;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 bottom;
}
.shokudo div.s_inner2 p.eigyojikan{
 font-size: 120%;
 font-weight: 900;
 display: block;
 float: left;
 width: 55%;
 padding:0 0 0 1em;
}
.shokudo div.s_inner2 p.eigyohosoku{
 font-size: 90%;
 float: right;
 width: 45%;
 display: block;
 padding:0 1em 0 0;
}
@media screen and (max-width: 767px) {
	.shokudo{
  width: 100%;
  margin: 1em auto 4em auto;
 }
 .shokudo p.s_tit{
  font-size:140%;
 }
 .shokudo img.s_logo1{
  width: 80%;
  margin: 0 0 0.5em 10%;
 }
 .shokudo img.s_logo2{
  width: 60%;
  margin: 0.5em 0 0.5em 20%;
 }
 .shokudo div.s_inner1 ul li p{
  height:auto;
  margin-bottom:1em;
 }
 .shokudo div.s_inner1{
  padding: 0;
  margin: 0;
  background-image: url("../img/s_kazari.png");
  background-repeat: no-repeat;
  background-position: 0 0;
 }
 .shokudo div.s_inner1 ul{
  width: 100%;
 }
 .shokudo div.s_inner1 ul li.meal_coupon{
  font-size:100%;
  margin-bottom:0.5em;
  padding:0 0 1em 0;
  background-image:url(../img/yellow_dot.png);
  background-repeat:repeat-x;
  background-position:left bottom;
 }
 .shokudo div.s_inner1 ul li.s_left{
  float: none;
  width: 100%;
  padding: 1em 3% 1em 3%;
  background-image: url("../img/yellow_dot.png");
  background-repeat: repeat-x;
  background-position: left bottom;
 }
 .shokudo div.s_inner1 ul li.s_right{
  float: none;
  width:100%;
  padding: 1em 3%;
 }
 .shokudo div.s_inner2{
  clear: both;
  padding: 0 0 1.5em 0;
 }
 .shokudo div.s_inner2 p.eigyojikan{
  font-size: 110%;
  font-weight: 900;
  display: block;
  float: none;
  width: 100%;
  padding:0 3%;
 }
 .shokudo div.s_inner2 p.eigyohosoku{
  font-size: 90%;
  float: right;
  width: 100%;
  display: block;
  padding:0 3%;
 }
}

/* meal_welcome */
.meal_welcome_tit {
margin-bottom: 25px;
text-align: center;
}
.meal_welcome .img_slide img {
width: 700px;
height: auto;
}
.meal_welcome > p:last-of-type {
margin-bottom:1.5em;
}




/* meal_sec sp
------------------------------- */
@media screen and (max-width: 767px) {
	

.meal_sec .title_01:before {
background-image: url(/area/images/meal_tit_bg_sp.jpg);
}

.meal_unitime {
margin: 30px 0 40px;
padding: 20px 15px;
}
.meal_unitime_main {
width: auto;
float: none;
}
.meal_unitime_tit {
background: url(/area/images/meal_unitime_tit_sp.png) no-repeat;
-webkit-background-size: 100% auto;
background-size: 100% auto;
padding-top: 36.79389%;
}
.meal_unitime_tit img {
display: none;
}
.meal_unitime_tit_02 {
margin: 0 5px 10px;
}
.meal_unitime_tit_02 > span {
font-size: 15px;
display: block;
}
.meal_unitime_tit_02 span span {
font-size: 15px;
}
.meal_unitime_txt {
margin: 0 5px;
line-height: 1.5714;
}
.meal_unitime_link {
margin: 20px 5px 10px 8px;
}
.meal_unitime_sub {
width: auto;
float: none;
margin: 15px 5px 15px;
font-size: 14px;
background-repeat: repeat-x;
}
.meal_unitime_sub li {
padding-left: 23px;
background-repeat: repeat-x;
}
.meal_unitime_sub li:before {
width: 15px;
height: 16px;
-webkit-background-size: 15px auto;
background-size: 15px auto;
margin-top: -8px;
left: 3px;
}
.meal_unitime_sub li:nth-child(1):before {
background-position: 0 0;
}
.meal_unitime_sub li:nth-child(2):before {
background-position: 0 -25px;
}
.meal_unitime_sub li:nth-child(3):before {
background-position: 0 -50px;
}
.meal_unitime_sub li:nth-child(4):before {
background-position: 0 -75px;
}
.meal_unitime_sub li:nth-child(5):before {
background-position: 0 -101px;
}
.meal_unitime_sub li:nth-child(6):before {
background-position: 0 -128px;
}
.meal_unitime_sub li:nth-child(7):before {
background-position: 0 -153px;
}
.meal_unitime_sub li:nth-child(8):before {
background-position: 0 -178px;
}


.meal_welcome_tit {
margin-bottom: 13px;
}
.meal_welcome_tit {
background: url(/area/images/meal_welcome_tit_sp.png) no-repeat;
-webkit-background-size: 100% auto;
background-size: 100% auto;
padding-top: 14.914772%;
}
.meal_welcome_tit img {
display: none;
}

}


/* furniture_sec
------------------------------- */
#anc_fur {
	margin-top:50px;
	margin-bottom: 50px;
}
#anc_fur .furniture_sec .title_01:before{
background-image: url(/area/images/furniture_tit_bg.jpg);
}

/* furniture_voice */
#anc_fur .furniture_info{/*20171019 to add*/
	margin: 0 auto 3em auto;
	display: flex;
    justify-content: center;
}
#anc_fur .furniture_voice {
	padding: 37px 100px 0 0;
    position: relative;
    min-height: 201px;
    margin: auto;
    width: 800px;
}
#anc_fur .furniture_voice_txt {
border: 1px solid #000;
border-radius: 8px;
padding: 20px 50px 20px 30px;
position: relative;
}
#anc_fur .furniture_voice_txt:after {
content: '';
display: inline-block;
width: 18px;
height: 28px;

position: absolute;
right: -18px;
top: 103px;
background: url(/area/images/furniture_voice_bg.png) no-repeat;
}
#anc_fur .furniture_voice_tit {
color: #FFF;
font-weight: 700;
margin-bottom: 5px !important;
font-size: 0.9rem;
padding: 0 0.5em;
background: #000;
position: absolute;
left: 20px;
top: -0.6em;
letter-spacing: .1em;
line-height: 1.5em;
}
#anc_fur .furniture_voice_txt p {
margin-bottom: 12px;
}
#anc_fur .furniture_voice_txt p:last-child {
margin-bottom: 0;
}
#anc_fur .furniture_voice_img {
position: absolute;
right: 10px;
bottom: 0;
}
#anc_fur .furniture_voice_img_sp {
display: none;
}




/* furniture_point */
.furniture_point {
margin-bottom: 4em;
}
.furniture_point > li {
float: left;
border: 1px dashed #000;
background-color: #fff;
padding: 16px 10px 13px 15px;
font-weight: 700;
color: #000;
margin-right: 10px;
letter-spacing: .03em;
line-height: 1.5;
position: relative;
}
.furniture_point > li:last-child {
margin-right: 0;
}
.furniture_point > li span {
color: #f76d4a;
font-size: 16px;
}
.furniture_point i {
font-style: normal;
display: inline-block;
background: #f76d4a;
color: #fff;
border-radius: 3px;
padding: 1px 10px;
font-family: 'arial',serif;
letter-spacing: .05em;
position: absolute;
top: -12px;
left: 10px;
text-transform: uppercase;
}




/* furniture_set */
.furniture_set {
	margin-top: 35px;
	margin-bottom: 10px;
	/*display: flex;*/
    justify-content: center;
}
.furniture_set > div {
border: 1px solid #000;
background-color: #fff;
padding: 32px 15px 15px 15px;
position: relative;
width: 292px;
float: left;
margin-left: 62px;
}
.furniture_set > div:first-child {
margin-left: 0;
}
.bnr_interview{
width: 100%;
padding: 0;
margin: 1em auto;
text-align: center;
clear: both;
}
.bnr_interview img{
width: 100%;
}
#homewatch{
width: 100%;
padding: 15px;
margin: 1em auto;
clear: left;
}
.furniture_set_plus {
content: '';
width: 34px;
height: 34px;
display: inline-block;
position: absolute;
right: -48px;
top: 50%;
margin-top: -17px;
}
.furniture_set_plus:before, .furniture_set_plus:after {
content: '';
background: #000;
position: absolute;
display: inline-block;
}
.furniture_set_plus:before {
width: 34px;
height: 6px;
top: 14px;
left: 0;
}
.furniture_set_plus:after {
width: 6px;
height: 34px;
top: 0;
left: 14px;
}
.furniture_set_tit {
	display:block;
	width:100%;
	background: #f76d4a;
	color: #fff;
	font-weight: 700;
	/*padding: 5px 10px 5px 70px;*/
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
.furniture_set_txt {
font-size: 13px;
line-height: 1.6923;
margin-top: 15px;
}
.all_new{
position: absolute;
width:80px;
left: -10px;
top: -30px;
}


/* furniture_sec　sp
------------------------------- */
@media screen and (max-width: 767px) {
#anc_fur.furniture_sec .title_01:before {/* background-image: url(../img/furniture_tit_bg_sp.jpg); */}
#anc_fur .furniture_voice {
	width: 100%;
	padding: 10px 0 0;
	margin: 0 0 15px;
	min-height: inherit;
}
#anc_fur .furniture_voice_tit {
	transform: translate(0%,0);
	width: 90%;
    line-height: 1.2em;
}
#anc_fur .furniture_voice_txt {
border-radius: 8px;
padding: 1em;
padding-top: 2.5em;
}
#anc_fur .furniture_voice_txt:after {
display: none;
position: static;
}furniture_voice_bg.png
#anc_fur .furniture_voice_txt p {
margin-bottom: 5px;
}
#anc_fur .furniture_voice_txt p:last-child {
margin-bottom: 0;
}
#anc_fur .furniture_voice_img {
display: none;
}
#anc_fur .furniture_voice_img_sp {
display: block;
float: right;
margin: 5px 0 2px 2px;
}

/* furniture_point */




.furniture_point {
padding-top: 10px;
margin-bottom: 15px;
}
.furniture_point > li {
float: none;
padding: 12px 10px 10px;
margin: 0 0 20px;
}
.furniture_point > li:last-child {
margin-bottom: 0;
}
.furniture_point > li span {
font-size: 15px;
}



/* furniture_set */

.furniture_set {
margin-top: 20px;
}
.furniture_set > div {
width: auto;
float: none;
margin: 0;
padding: 0;
}
.furniture_set > div:first-child {
margin-top: 0;
}
.furniture_set .slick-slide {
padding: 30px 30px 15px 30px;
position: relative;
}
.furniture_set > div img {
display: block;
margin: 0 auto;
}
.furniture_set_plus {
display: none;
}
.furniture_set_tit {
top: 0;
left: 0;
}
.all_new{
width:70px;
left:0;
top:0px;
}
}
