@charset "UTF-8";

.sp {
    display: none !important;
}

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

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    color: #533931;
    line-height: 1.8;
    letter-spacing: 0.05em;
    min-width: 1200px;
    padding-top: 120px;
}

a {
    color: #533931;
    text-decoration: none;
}

a:hover img {
    transform: translateY(-5px);
    transition: all 0.3s;
}

a:active img {
    transform: translateY(-5px);
    transition: all 0.3s;
}

li {
    list-style: none;
}

img {
    vertical-align: bottom;
}

section::after,
dl::after,
ul::after,
.wrap::after,
.inner::after {
    content: '';
    display: block;
    clear: both;
}

.indent {
    display: inline-block;
    text-indent: -0.3em;
}

section {
    margin-bottom: 80px;

}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#top h3 {
    text-align: center;
    margin-bottom: 40px;
}


/* ヘッダー　*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
}

header .inner {
    padding: 20px 0;
    width: 94%;
    margin: 0 auto;
}

header h1 {
    width: 220px;
    height: auto;
    float: left;
}

header h1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

header ul {
    float: left;
    margin-left: -540px;
    margin-top: 12px;
    left: 50%;
}

.assess-btn {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 999;
}

header .mail-btn {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 80px;
    z-index: 2;
}

header .mail-btn img {
    width: 100%;
    height: auto;
}

header .tel-btn {
    position: absolute;
    top: 160px;
    right: 40px;
    z-index: 2;
}

header li {
    display: inline-block;
}

/* ドロワーメニュー */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}

.menu-trigger {
    position: fixed;
    top: 20px;
    right: 2%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.menu-trigger span.menu {
    font-size: 0.8rem;
    margin-top: 30px;
    padding-left: 5px;
    font-weight: bold;
}

.menu-trigger span.bar {
    position: absolute;
    background: #533931;
    width: 24px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-trigger span.bar:nth-of-type(1) {
    top: 12px;
}

.menu-trigger span.bar:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.menu-trigger span.bar:nth-of-type(3) {
    bottom: 12px;
}

.menu-trigger.active span.bar:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span.bar:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span.bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

.g-nav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9998;
    background: #eff8f9;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.g-nav h4 {
    text-align: left;
    border-bottom: 2px solid #2aaab3;
}

.g-nav .list {
    width: 24%;
    float: left;
    margin: 40px 3% 0;
}

.g-nav .list:nth-child(3n+1) {
    margin-left: 8%;
}

.g-nav .list:nth-child(3n) {
    margin-right: 8%;
}

.g-nav .list li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #2aaab3;
    font-size: 1.4rem;
}


.g-nav .list li a span {
    font-size: 0.8rem;
}

.g-nav .list a {
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 5px 0;
    color: #533931;
}

.g-nav .list li:last-of-type {
    border-bottom: none;
}

.g-nav .btn {
    width: 100%;
    text-align: center;
}

.g-nav .btn a {
    display: inline-block;
    margin-right: 10px;
}

.g-nav .btn a:last-of-type {
    margin-right: 0;
}

.g-nav .nav-ico {
	width: 100%;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.g-nav .nav-ico .icon-li {
	width: 100%;
	max-width: 80px;
	margin: 0 20px 0 0;
	border-bottom: none;
}

.g-nav .nav-ico .icon-li:last-child {margin-right: 0;}

.g-nav .nav-ico .icon-li a,.g-nav .nav-ico .icon-li a img {width: 100%;}

@media screen and (max-width: 750px) {
	.g-nav .nav-ico {
		width: 80%;
		margin: 10px auto 30px;
	}
	.g-nav .nav-ico .icon-li {margin: 0 10px 0 0;}
}

/* トップイメージ　*/
#top-image {
    position: relative;
}

#top-image .bg-waku {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 888;
}

#top-image ul.slider {
    width: 100%;
    height: 41vw;
    margin: 0;
    padding: 0;
}

#top-image ul.slider .slick-next,
#top-image ul.slider .slick-prev {
    display: none !important;
}

#top-image ul.slider li {
    width: 100%;
    height: auto;
    margin: 0;
}

#top-image ul.slider li img {
    width: 100%;
    height: 41vw;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

#top-image .bg {
    width: 100%;
    margin: 0 auto;
}

#top-image h2 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

#top-image .inner {
    margin-top: -170px;
}

#top-image li {
    float: left;
    margin-right: 20px;
}

#top-image li:last-of-type {
    margin-right: 0;
}

#top-image li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}

#top-image li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
    text-decoration: none;
    cursor: pointer !important;
}

#top-image li img {
  display: block;
  width: 320px;
}

/* バナー　*/
.bannerlist {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto 100px!important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.bannerlist li {
	width: 100%;
	max-width: 300px;
	margin-right: 30px;
}

.bannerlist li:last-child {margin-right: 0;}

.bannerlist li a,.bannerlist li a img {width: 100%;}


.sliderbanner {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 100px!important;
	text-align: center;
}

.sliderbanner li {
	width: 100%;
	max-width: 700px;
}

.sliderbanner li a img {width: 100%;}

@media screen and (max-width: 1300px) {
	.bannerlist {width: 90%;}
}

/* トップニュース　*/
#top-news {
    background: url(../img/top-news-bg.jpg);
    margin-bottom: 0;
}

#top-news h3 {
    background-color: #fff;
    padding-bottom: 30px;
}

#top-news .box {
    width: 480px;
    float: left;
    margin: 0 40px 20px 0;
    padding: 10px;
    background: url(../img/top-news-obi.png) no-repeat;
    line-height: 1.5;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#top-news .cate_area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#top-news .box .cat {
    width: 100px;
    padding: 5px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: "游明朝 Medium", "YuMincho Medium", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS PMincho", serif;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top-news .box .cat:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 92%;
    margin-top: -10px;
    border: 10px solid transparent;
}

#top-news .cat.event {
    background: #a0bd39;
}

#top-news .cat.event:before {
    border-left: 15px solid #a0bd39;
}

#top-news .cat.general {
    background: #d47299;
}

#top-news .cat.general:before {
    border-left: 15px solid #d47299;
}

#top-news .cat.rent {
    background: #14a2b1;
}

#top-news .cat.rent:before {
    border-left: 15px solid #14a2b1;
}

#top-news .cat.buy {
    background: #e0564d;
}

#top-news .cat.buy:before {
    border-left: 15px solid #e0564d;
}

#top-news .cat.support {
    background: #4d73e0;
}

#top-news .cat.support:before {
    border-left: 15px solid #4d73e0;
}

#top-news .cat.consultation {
    background: #BE9200;
}

#top-news .cat.consultation:before {
    border-left: 15px solid #BE9200;
}

#top-news .box .post_tit {
    float: right;
    width: calc(100% - 120px);

}

#top-news .box:nth-of-type(2n) {
    margin-right: 0;
}

#top-news .date {
    font-size: 1.4rem;
    color: #2aaab3;
}

#top-news .ttl a {
    font-size: 1.6rem;
    color: #533931;
    text-decoration: none;
}

#top-news .ttl a:hover {
    color: #2aaab3;
}

#top-news .facebook-btn {
    position: absolute;
    top: -210px;
    right: 0;
    background: url("../img/top-facebook-btn.png") no-repeat left top;
    width: 234px;
    height: 124px;
}

#top-news .facebook-btn ul{
    position: relative;
    width: 55%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#top-news .facebook-btn ul li{
    position: absolute;
    top: -40px;
}

#top-news .facebook-btn ul li:first-child{
    left: 0;
}

#top-news .facebook-btn ul li:last-child{
    right: 0;
}

#top-news .btn {
    position: absolute;
    bottom: -80px;
    right: 10px;
    z-index: 2;
}

/* トップコンセプト　*/
#top-concept {
    color: #fff;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    width: 100%;
    height: 720px;
    background: url(../img/top-bg02.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}

#top-concept .inner {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#top-concept h3 {
    padding-top: 80px;
}

#top-concept .lead {
    font-size: 3.4rem;
    line-height: 1.8;
    color: #fcd695;
    margin-bottom: 30px;
    text-shadow: 2px 2px 10px #333;
}

#top-concept p {
/*    text-shadow: 2px 2px 10px #333;*/
    text-shadow:
    black 2px 0px 2px, black -2px 0px 2px,
    black 0px -2px 2px, black -2px 0px 2px,
    black 2px 2px 2px, black -2px 2px 2px,
    black 2px -2px 2px, black -2px -2px 2px,
    black 1px 2px 2px, black -1px 2px 2px,
    black 1px -2px 2px, black -1px -2px 2px,
    black 2px 1px 2px, black -2px 1px 2px,
    black 2px -1px 2px, black -2px -1px 2px,
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
    margin-bottom: 80px;
}

#top-concept .top-concept01 {
    position: absolute;
    bottom: -100px;
    left: -40px;
}

#top-concept .top-concept02 {
    position: absolute;
    bottom: -80px;
    right: -40px;
}

/* トップ物件情報*/
#top-info .wrap {
    padding: 0;
}

#top-info h3 {
    padding-left: 80px;
}

#top-info .inner {
    width: 100%;
    margin: 0 auto;
}

#top-info .tab {
    width: 452px;
    margin: 0 auto 20px;
}

#top-info .tab li {
    width: 220px;
    height: 60px;
    float: left;
    margin: 0;
    text-align: center;
}

#top-info .tab li img:hover {
    cursor: pointer;
    cursor: hand;
    transform: translateY(-5px);
    transition: all 0.3s;
}

#top-info .tab div.tk {
    width: 4px;
    height: 60px;
    float: left;
    margin: 0;
    text-align: center;
}

#top-info .tab div.tk img {
    vertical-align: -14px;
}

#top-info li:last-of-type {
    margin-right: 0;
}

#top-info .btn {
    margin-top: 40px;
    text-align: center;
}

#top-info .content1 .bar {
    width: 180px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -200px;
    background: #e0564d;
}

#top-info .content2 .bar {
    width: 180px;
    height: 12px;
    position: absolute;
    top: -12px;
    right: 50%;
    margin-right: -200px;
    background: #2aaab3;
}

/* トップコンテンツ*/
#top-contents {
    margin-bottom: 0;
}

#top-contents .inner {
    padding: 30px 0 60px;
}

#top-contents h3 {
    width: 230px;
    float: left;
    padding-top: 70px;
    margin-right: 50px;
}

#top-contents h3.text_midashi{
    font-size: 200%;
    font-weight: normal;
    padding-top: 100px;
}

#top-contents ul {
    width: 720px;
    float: right;
}

#top-contents li {
    width: 120px;
    float: left;
    margin: 0 30px 20px 0;
}

#top-contents li span {
    display: block;
    padding-top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

#top-contents li:nth-of-type(5n) {
    margin-right: 0;
}

/* ログインモーダル*/

.modaal-wrapper iframe {
    border: 0;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
}

.login_form {
    text-align: center;
}

.login_form a img {
    margin-top: 40px;
    width: auto;
    height: auto;
}

.modaal-wrapper p.text {
    text-align: center;
    margin-bottom: 30px;
}

.modaal-wrapper .login_form {
    width: 100%;
    background: #EEE;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.modaal-wrapper table {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.modaal-wrapper table tr {
    display: block;
    margin-bottom: 15px;
}

.modaal-wrapper table th {
    padding-right: 10px;
}

.modaal-wrapper table tr:last-child {
    margin-bottom: 0;
}

.modaal-wrapper table td input {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modaal-wrapper .input_btn {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .modaal-wrapper p.text {
        font-size: 1.4rem;
    }

    .modaal-wrapper .login_form {
        padding: 10px;
    }

}

/* フッター*/
footer {
    background: url(../img/footer-bg.png) no-repeat center top;
    background-size: cover;
    font-size: 1.4rem;
    color: #fff;
    padding-top: 90px;
}

footer.blue {
    background: url(../img/footer-bg-2.png) no-repeat center top;
}

footer .inner {
    padding: 80px 0 20px;
}

footer .wrap {
    width: 470px;
    float: left;
}

footer .wrap img {
    width: 100%;
    height: auto;
}

footer ul {
    width: 530px;
    float: left;
    font-size: 0;
    margin-top: 115px;
}

footer li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

footer li img {
    width: 160px;
    height: auto;
}

footer p {
    line-height: 1.6;
    text-shadow:
        #333 1px 1px 6px, #333 -1px 1px 6px,
        #333 1px -1px 6px, #333 -1px -1px 6px;
    margin-bottom: 0;
}

footer .name {
    width: 280px;
    height: auto;
    margin-bottom: 10px;
}

footer .bnr {
    width: 190px;
    height: auto;
    margin-bottom: 10px;
}

footer .tel {
    position: relative;
    padding-left: 25px;
}

footer .tel span {
    padding-right: 10px;
    font-size: 2.4rem;
}

footer .tel::before {
    content: "";
    width: 224px;
    height: 22px;
    ;
    background: url(../img/footer-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: 8px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0));
}

footer .copyright {
    font-size: 1.2rem;
    color: #533931;
    text-align: center;
    padding: 5px 0;
    background: #fff;
    text-shadow: none;
}
footer .copyrightWrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
background: #fff;
align-items: center;
}
footer .copyrightWrap .reciprocallink{
    text-shadow:none;
}
footer .copyrightWrap .reciprocallink a{
    text-decoration: underline;
}
footer .copyrightWrap .reciprocallink a:hover{
    text-decoration: none;
}


/* タブ*/

#top-info .tab {
    list-style: none;
}

#top-info .cf {
    overflow: hidden;
}

#top-info .tab1,
#top-info .tab2,
#top-info .tab3 {
    float: left;
    padding: 5px 25px;
    margin-right: 1px;
}

#top-info .tab_current {}

#top-info .contents {
    list-style: none;
}

#top-info .content1 {
    padding: 60px 0;
    background: url(../img/top-info-bg.jpg);
}

#top-info .content2 {
    padding: 60px 0;
    background: url(../img/top-info-bg2.jpg);
}

#top-info .content1,
#top-info .content2,
#top-info .content3 {
    display: none;
    width: 100%;
}

#top-info .content1 > div,
#top-info .content2 > div {
    width: 1145px;
    margin: 0 auto 40px;
}

#top-info .content1 .btn,
#top-info .content2 .btn {
    margin-bottom: 0;
}

#top-info .content_current {
    display: block;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    #cv {
        position: fixed;
        top: 60px;
        width: 100%;
        height: 40px;
        z-index: 999;
        font-size: 1.5rem;
    }

    #cv:after {
        content: '';
        clear: both;
        display: block;
        font-size: 0;
    }

    #cv .mail-btn a,
    #cv .tel-btn a,
    #cv .free-btn a {
        color: #fff;
        font-size: 12px;
        line-height: 12px;
    }

    #cv .mail-btn {
        width: 33.3333%;
        height: 40px;
        background: #a55a1d;
        text-align: center;
        float: left;
        color: #fff;
        border-right: 2px solid #fff;
        padding-top: 7px;
    }

    #cv .mail-btn img {
        height: 20px;
        width: auto;
        margin-right: 5px;
        vertical-align: -5px;
        display: inline;
    }

    #cv .tel-btn {
        width: 33.3333%;
        height: 40px;
        background: #a55a1d;
        text-align: center;
        float: left;
        color: #fff;
        border-right: 2px solid #fff;
        padding-top: 7px;
    }

    #cv .tel-btn img {
        height: 20px;
        width: auto;
        margin-right: 5px;
        vertical-align: -5px;
        display: inline;
    }

    #cv .free-btn {
        width: 33.3333%;
        height: 40px;
        background: #a55a1d;
        text-align: center;
        float: left;
        color: #fff;
        padding-top: 7px;
    }

    #cv .free-btn img {
        height: 20px;
        width: auto;
        margin-right: 5px;
        vertical-align: -3px;
        display: inline;
    }



    #top-info .content1 > div,
    #top-info .content2 > div {
        width: 90%;
        margin: 0 auto 40px;
        text-align: center;
    }

    #top-info .tab {
        width: 260px;
    }

    #top-info .tab li {
        width: 120px;
        height: 40px;
        float: left;
        margin: 0;
        text-align: center;
    }

    #top-info .tab {
        margin-bottom: 0;
    }

    section.head.sp {
        margin-bottom: 0;
        width: 100%;
        background: #FFF;
        z-index: 9999;
    }

    .sp header h1 {
        padding: 20px;
    }

    .g-nav .list {
        width: 100%;
        float: none;
        margin: 0 0 0;
    }

    .g-nav .list:nth-child(3n+1) {
        margin-left: 0%;
    }

    .g-nav .list:nth-child(3n) {
        margin-right: 0%;
    }

    #top-info .contents img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    /* ドロワーメニュー */
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
    }

    .menu-trigger {
        position: fixed;
        top: 5px;
        right: 2%;
        width: 40px;
        height: 40px;
        z-index: 9999;
    }

    .menu-trigger span.menu {
        font-size: 0.8rem;
        margin-top: 30px;
        padding-left: 5px;
        font-weight: bold;
    }

    .menu-trigger span.bar {
        position: absolute;
        background: #533931;
        width: 24px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu-trigger span.bar:nth-of-type(1) {
        top: 12px;
    }

    .menu-trigger span.bar:nth-of-type(2) {
        top: 0;
        bottom: 0;
    }

    .menu-trigger span.bar:nth-of-type(3) {
        bottom: 12px;
    }

    .menu-trigger.active span.bar:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }

    .menu-trigger.active span.bar:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span.bar:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }

    .g-nav {
        display: none;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        z-index: 9998;
        background: #eff8f9;
        background-attachment: fixed;
        width: 100%;
        height: 100vh;
    }

    .g-nav h4 {
        width: 80%;
        margin: 20px auto 10px;
    }

    .g-nav .list {
        margin-top: 0;
    }

    .g-nav .list li {
        width: 80%;
        margin: 0 auto;
        border-bottom: 1px dashed #2aaab3;
        font-size: 1.4rem;
    }

    .g-nav .list li a span {
        font-size: 0.8rem;
    }

    .g-nav .list a {
        display: block;
        text-align: left;
        text-decoration: none;
        padding: 10px 0;
        color: #533931;
    }

    .g-nav .list li:last-of-type {
        border-bottom: none;
    }

    .g-nav .btn {
        width: 100%;
        text-align: center;
    }

    .g-nav .btn a {
        display: inline-block;
        margin-right: 10px;
    }

    .g-nav .btn a:last-of-type {
        margin-right: 0;
    }

    img {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .inner {
        width: 94%;
        margin: 0 auto;
        position: relative;
    }

    body {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-size: 1.3rem;
        color: #533931;
        line-height: 1.6;
        letter-spacing: 0.05em;
        min-width: 0;
        width: 100%;
        padding-top: 0;
    }

    section {
        margin-bottom: 60px;
    }

    /* #top h1 {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 15px 0;
        padding-left: 3%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 99;
    }
*/
    #top-info .content1 .bar {
        width: 50%;
        height: 12px;
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -50%;
        background: #e0564d;
    }

    #top-info .content2 .bar {
        width: 50%;
        height: 12px;
        position: absolute;
        top: -12px;
        right: 50%;
        margin-right: -50%;
        background: #2aaab3;
    }

    #top h1 img {
        width: 200px;
        height: auto;
    }

    #top .btn {
        position: static;
        bottom: 0;
        right: 0;
        width: 60%;
        margin: 40px auto 0;
    }

    #top h3 {
        margin-bottom: 20px;
    }

    #top-image {
        margin-top: 120px;
        margin-bottom: 90px;
    }

    #top-image h2 {
        position: absolute;
        top: 25%;
        left: 50%;
        width: 80%;
    }

    #top-image .inner {
        margin-top: -35px;
    }

    #top-image li {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    #top-image li:last-child {
        margin-right: 0;
    }

    #top-news .facebook-btn {
        position: absolute;
        top: -130px;
        right: 0;
        width: 100px;
        -webkit-background-size: 100%;
             -o-background-size: 100%;
                background-size: 100%;
    }

    #top-news .facebook-btn ul{
        width: 65%;
    }

    #top-news .facebook-btn ul li{
        width: 30px;
        height: 30px;
        top: -20px;
    }

    #top-news .facebook-btn ul li img{
        width: 100%;
        height: auto;
    }

    #top-news h3 {
        margin-top: -30px;
        margin-bottom: 20px;
    }

    #top-news h3 {
        padding-bottom: 20px;
    }

    #top-news .box {
        width: 100%;
        float: none;
        margin: 5px 0 5px 5px;
        padding: 5px;
        min-height: 50px;
        background: url(../img/top-news-obi_sp.png) no-repeat;
        background-size: contain;
        background-position: bottom;
        line-height: 1.5;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #top-news .box .cat {
        width: 70px;
        padding: 5px 0;
        font-size: 1.1rem;
    }

    #top-news .box .post_tit {
        width: calc(100% - 90px);
    }

    #top-news .date {
        font-size: 1rem;
    }

    #top-news .ttl a {
        font-size: 1.2rem;
    }

    #top-concept {
        height: 500px;
        background: url(../img/top-bg02_sp.jpg) no-repeat center top;
    }

    #top-concept h3 {
        padding-top: 50px;
    }

    #top-concept .lead {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    #top-concept p {
        margin-bottom: 40px;
    }

    #top-info h3 {
        padding-left: 0;
    }

    #top-info .wrap {
        padding: 20px 0;
    }

    #top-info .inner {
        width: 94%;
        margin: 0 auto;
    }

    #top-contents {
        margin-bottom: 20px;
    }

    #top-contents h3 {
        width: 100%;
        float: none;
        padding-top: 0;
        margin-right: 0;
    }

    #top-contents h3.text_midashi{
        padding-top: 0;
    }

    #top-contents .inner {
        padding: 0;
    }

    #top-contents ul {
        width: 100%;
        float: none;
    }

    #top-contents li {
        width: 23%;
        float: left;
        margin: 0 1% 20px;
    }

    #top-contents li:nth-of-type(5n) {
        margin-right: 1%;
    }

    #top-contents li span {
        font-size: 0.9rem;
    }

    .groupbnr {
        width: 94%;
        margin: 0 auto 30px;
    }

    .groupbnr li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .groupbnr li:nth-of-type(even) {
        margin-right: 0;
    }

    .modaal-wrapper {
        padding: 15px;
    }

    .modaal-wrapper table {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .modaal-wrapper table th {
        margin-bottom: 5px;
        padding-right: 0;
    }

    .modaal-wrapper table th,
    .modaal-wrapper table td {
        display: block;
        width: 100%;
    }

    .modaal-wrapper table td input {
        width: 100%;
    }

    footer {
        background: url(../img/footer-bg.png) no-repeat left -80px bottom;
        background-size: cover;
        font-size: 1.2rem;
        color: #fff;
        padding-top: 40px;
    }

    footer .inner {
        padding: 20px 0 10px;
    }

    footer .wrap {
        width: 100%;
        float: none;
    }

    footer ul {
        width: 100%;
        float: none;
        font-size: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }


    footer .wrap {
        font-size: 1.2rem;
    }

    footer .copyright {
        font-size: 1rem;
    }

    footer .tel a {
        color: #FFF;
    }

    footer .time a {
        color: #FFF;
    }

    footer .copyrightWrap {
    flex-direction: column-reverse;
    gap: 0px;
    }
        
}
