@charset "EUC-JP";
body{
    font-family: kan412typos-std,"M PLUS 1p","ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4, Verdana, Arial, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}
form{ margin: 0; }
h1,h2,h3,h4,h5,h6,th { font-weight: normal; }
strong,.bold{ font-weight: bold; }
a{
  text-decoration: none;
}


.headarea {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
	height: 180px;
	overflow: hidden;
}

.logoimage {
    position: absolute;
    display: block;
    width: 180px;
    height: 180px;
    z-index: 1;
}
.logoimage img {
    position: relative;
    top: 40px;
    left: 30px;
}
@media screen and (max-width:600px){
    .logoimage img {
        top: 20px;
        left: 15px;
        width: 50px;
        height: 47px;
    }
}
.headtitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: -1;
}
.headtitle img {
    margin-top: 20px;
}
.headtitle:before {
    content: "";
    position: absolute;
    top: 63%;
    right: calc(50% + 150px);
    width: 24%;
    border-top: solid 1px #7A6A53;
}
.headtitle:after {
    content: "";
    position: absolute;
    top: 63%;
    left: calc(50% + 150px);
    width: 17%;
    border-top: solid 1px #7A6A53;
}
@media screen and (max-width:1300px){
    .headtitle:after {
        width: 12%;
    }
}
@media screen and (max-width:1150px){
    .headtitle:after {
        width: 7%;
    }
}
@media screen and (max-width:1000px){
    .headtitle:before {
        display: none;
    }
    .headtitle:after {
        display: none;
    }
}


.snsarea {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    right: 0;
    top: 0;
    width: 250px;
    height: 160px;
    padding: 10px 30px 10px 10px;
}
.snsmes {
    position: relative;
    top: 30px;
    width: 100%;
    height: 22px;
    text-align: center;
}
.snsarea a {
    transition: all .2s ease;
}
.snsarea a:hover {
    transform: rotate(5deg) scale(1.1,1.1);
}

@media screen and (max-width:900px){
    .snsarea {
        position: fixed;
        justify-content: space-around;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 64px;
        z-index: 100;
        background-color: rgba(255,255,255,0.8);
        box-shadow: 0 0 14px -6px rgba(0,0,0,0.5);
        padding-bottom: env(safe-area-inset-bottom);
        /* ↑iOS11.2以降のiPhone Xでのセーフ枠指定 */
    }
    .snsmes {
        display: none;
    }
}

.menuarea {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

/* メニューエリア */

/* メニュー左側 */
.menuleft {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    height: 540px;
    border-radius: 0 8px 8px 0;
}
.menucont_l {
    position: relative;
    width: 200px;
    height: 180px;
    border: 1px solid #948C75;
    border-left: 0px;
    box-sizing: border-box;
    transition: all .2s ease;
    cursor: pointer;
}
.menucont_l:first-child {
    border-radius: 0 8px 0 0;
    border-bottom: 0px;
}
.menucont_l:last-child {
    border-radius: 0 0 8px 0;
    border-top: 0px;
}
.menucont_l p {
    text-align: center;
    color: #948C75;
    font-size: 18px;
    line-height: 1.5em;
}
.menucont_l a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mcwhat {
    background: url(../images/menu_what.svg) no-repeat;
    background-color: #fff;
    background-position: center bottom 25%;
    background-size: 30%;
}
.mcthink {
    background: url(../images/menu_think.svg) no-repeat;
    background-color: #fff;
    background-position: center bottom 25%;
    background-size: 25%;
}
.mcuseful {
    background: url(../images/menu_useful.svg) no-repeat;
    background-color: #fff;
    background-position: center bottom 25%;
    background-size: 20%;
}
/* IE対策 */
@media all and (-ms-high-contrast: none){
    .mcwhat {
        background-position: center bottom 25%;
        background-size: 35%;
    }
    .mcthink {
        background-position: center bottom 30%;
        background-size: 38%;
    }
    .mcuseful {
        background-position: center bottom 30%;
        background-size: 35%;
    }
}


.menucenter {
    position: relative;
    width: calc(100% - 470px);
    height: 500px;
    border-radius: 8px;
    background: url(../images/headbackground.jpg) no-repeat;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    padding: 20px;
}
.mctext {
    position: absolute;
    right: 5%;
    width: 70%;
    height: auto;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    font-size: 14px;
    line-height: 1.5em;
    text-align: right;
}
.mctext h2 {
    font-size: 40px;
    line-height: 1em;
}


/* メニュー右側 */
.menuright {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    height: 540px;
    border-radius: 8px 0 0 8px;
}
.menucont_r {
    position: relative;
    width: 200px;
    height: 180px;
    border: 1px solid #948C75;
    border-right: 0px;
    box-sizing: border-box;
    transition: all .2s ease;
    cursor: pointer;
}
.menucont_r:first-child {
    border-radius: 8px 0 0 0;
    border-bottom: 0px;
}
.menucont_r:last-child {
    border-radius: 0 0 0 8px;
    border-top: 0px;
}
.menucont_r p {
    text-align: center;
    color: #948C75;
    font-size: 18px;
    line-height: 1.5em;
}
.menucont_r a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mcmail {
    background: url(../images/menu_mail.svg) no-repeat;
    background-color: #fff;
    background-position: center bottom 30%;
    background-size: 30%;
}
.mcowner {
    background: url(../images/menu_owner.svg) no-repeat;
    background-color: #fff;
    background-position: center bottom 30%;
    background-size: 30%;
}
.mcshop {
    background: url(../images/menu_shop.svg) no-repeat;
    background-color: #fff;
    background-position: center bottom 40%;
    background-size: 30%;
}


.menucont_l:hover, .menucont_r:hover {
    background-color: #d8cfb9;
}

.menucont_l:before, .menucont_r:before {
    content: "";
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #948C75;
    border-right: 3px solid #948C75;
    transform: rotate(45deg);
}

/* メニュー全体のレスポンシブ */
@media screen and (max-width:700px){
    /* メニュー左側 */
    .menuleft {
        width: 50%;
        height: 300px;
        border-radius: 0;
    }
    .menucont_l {
        width: 100%;
        height: 100px;
        border-right: none;
    }
    .menucont_l p {
        margin-top: 28px;
        font-size: 16px;
        line-height: 1.3em;
    }
    .menucont_l:first-child {
        border-radius: 0;
    }
    .menucont_l:last-child {
        border-radius: 0;
    }
    .mcwhat {
        background-position: left 10% center;
        background-size: 18%;
    }
    .mcthink {
        background-position: left 10% center;
        background-size: 15%;
    }
    .mcuseful {
        background-position: left 10% center;
        background-size: 12%;
    }
    
    .menucenter {
        display: none;
    }
    
    /* メニュー右側 */
    .menuright {
        width: 50%;
        height: 300px;
        border-radius: 0;
    }
    .menucont_r {
        width: 100%;
        height: 100px;
    }
    .menucont_r:first-child {
        border-radius: 0;
    }
    .menucont_r:last-child {
        border-radius: 0;
    }
    .menucont_r p {
        margin-top: 28px;
        font-size: 16px;
        line-height: 1.3em;
    }
    .mcmail {
        background-position: left 10% center;
        background-size: 16%;
    }
    .mcowner {
        background-position: left 10% center;
        background-size: 18%;
    }
    .mcshop {
        background-position: left 10% center;
        background-size: 17%;
    }
    .mcshop p {
        position: relative;
        top: 12px;
    }
    
    .menucont_l:before, .menucont_r:before {
        bottom: 45%;
    }
}
@media screen and (max-width:400px){
    .menucont_l p {
        line-height: 1.5em;
    }
    .mcwhat {
        background: none;
    }
    .mcthink {
        background: none;
    }
    .mcuseful {
        background: none;
    }
    .menucont_r p {
        line-height: 1.5em;
    }
    .mcmail {
        background: none;
    }
    .mcowner {
        background: none;
    }
    .mcshop {
        background: none;
    }
    .menucont_l:before, .menucont_r:before {
        right: 5%;
    }
}


/* メインコンテンツ */
#newyear_banner {
    text-align: center;
	margin:10px 0px;
}
#newyear_banner img{
    max-width: 1000px;
    width: 100%;
    height: auto;
}


.maincontarea {
    margin: 0;
    padding: 0;
}
.whatback {
    background-image: url(../images/back_1.svg), url(../images/back_2.svg);
    background-position: left, right;
    background-size: 20%, 20%;
    background-repeat: no-repeat;
}
.nayamiback {
    background-image: url(../images/back_3.png);
    background-size: 10%;
}

h3 {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #7A6A53;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    padding-top: 14px;
}
h3:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98%;
    height: 46px;
    border: 1px solid #ffffff;
}
@media screen and (max-width:400px){
    .whatback {
        background-position: center, center;
        background-size: 60%, 0%;
    }
    h3 {
        padding-top: 22px;
        font-size: 21px;
    }
    h3:before {
        width: 94%;
        height: 52px;
    }
}

.contdesc {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 1.8em;
    color: #8C5031;
}
.contdesc p {
    margin: 0 20px 0 0;
}
.contdesc > p {
    margin: 40px 0;
}
.contdesc > p span {
    position: relative;
    border-bottom: solid 5px rgba(150, 92, 66, 0.4);
}
@media screen and (max-width:400px){
    .contdesc {
        font-size: 20px;
        line-height: 1.6em;
    }
}

.contactarea {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

/* 問い合わせボタン */
.contactbtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 92px;
    background: #2989d8;
    background: linear-gradient(to bottom, #FBEBBC 0%,#FBB03B 100%);
    color: #8C5031;
    font-size: 20px;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1em;
    text-align: center;
    border-radius: 12px;
    box-shadow:0px 0px 16px -9px #000000;
    transition: all .2s ease;
}
.contactbtn:before {
    content: "";
    position: absolute;
    bottom: 40%;
    right: 10%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #8C5031;
    border-right: 3px solid #8C5031;
    transform: rotate(45deg);
}
.contactbtn:hover {
    box-shadow:0px 0px 16px -3px #666666;
}

.contactbtn:active {
    box-shadow:0px 0px 16px -9px #000000;
}
.contactbtn p {
    margin: 10px 0 4px 0;
}
.ct1 {
    background: url(../images/mailicon.svg) no-repeat,linear-gradient(to bottom, #FBEBBC 0%,#FBB03B 100%);
    background-position: left 10% center;
    background-size: 15%, 100%;
}
.ct2 {
    background: url(../images/callicon.svg) no-repeat,linear-gradient(to bottom, #FBEBBC 0%,#FBB03B 100%);
    background-position: left 10% center;
    background-size: 12%, 100%;
}
.ct3 {
    background: url(../images/pointer.svg) no-repeat,linear-gradient(to bottom, #FBEBBC 0%,#FBB03B 100%);
    background-position: left 7% center;
    background-size: 15%, 100%;
}
/* IE対策 */
@media all and (-ms-high-contrast: none){
    .ct1 {
        background-position: left 0% center;
        background-size: 32%, 100%;
    }
    .ct2 {
        background-position: left 0% center;
        background-size: 35%, 100%;
    }
    .ct3 {
        background-position: left 0% center;
        background-size: 32%, 100%;
    }
}
.ctdesc {
    position: relative;
    top: -10px;
    width: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

/* ボタンエリアレスポンシブ */
@media screen and (max-width:600px){
    .contactarea {
        justify-content: center;
    }
    .contactbtn {
        margin: 10px;
    }
}


/* お悩みエリア */
.nayamiarea {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.questionarea {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
}
.qicon {
    width: 240px;
    text-align: right;
}
.qicon img {
    position: relative;
    right: 24px;
}
.qdesc {
    position: relative;
    display: flex;
    max-width: 800px;
    max-height: 48px;
    align-items: center;
    padding: 12px 24px;
    background-color: #8C5031;
    color: #ffffff;
    border-radius: 12px;
    box-shadow:0px 4px 8px -3px rgba(0,0,0,0.5);
}
.qdesc:before {
    position: absolute;
    content: "";
    top: 36%;
    left: -2%;
    width: 20px;
    height: 20px;
    background-color: #8C5031;
    transform: rotate(45deg);
}


/* お悩み回答エリア */
.answerarea {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
}
.aback {
    position: relative;
    right: 24px;
}
.aicon {
    width: 240px;
    text-align: left;
}
.aicon img {
    position: relative;
    left: 24px;
}
.adesc {
    position: relative;
    display: flex;
    max-width: 480px;
    align-items: center;
    padding: 0 16px;
    line-height: 1.5em;
    background-color: #ffffff;
    color: #8C5031;
    border: solid 2px #8C5031;
    border-radius: 12px;
    box-shadow:0px 4px 8px -3px rgba(0,0,0,0.5);
}
.adesc:before {
    position: absolute;
    content: "";
    top: 20%;
    right: -2%;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-top: solid 2px #8C5031;
    border-right: solid 2px #8C5031;
    transform: rotate(45deg);
}


/* お悩みエリアレスポンシブ */
@media screen and (max-width:980px){
    .qicon {
        width: 100%;
        padding-bottom: 14px;
        text-align: center;
    }
    .qicon img {
        right: 0;
    }
    .qdesc {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .qdesc:before {
        top: -10px;
        left: 46%;
        z-index: -1;
    }
    
    .aback {
        display: none;
    }
    .aicon {
        width: 100%;
        padding-top: 16px;
        text-align: center;
    }
    .aicon img {
        left: 0;
    }
    .adesc {
        margin: 0 auto;
    }
    .adesc:before {
        top: 97%;
        right: 46%;
        border-top: 0;
        border-bottom: solid 2px #8C5031;
        border-right: solid 2px #8C5031;
        z-index: 1;
    }
}


/* 役立つ情報エリア */
.usefularea {
    position: relative;
    display: flex;
    align-items: center;
    /* top: -28px; */
    width: 100%;
    min-height: 600px;
    padding: 50px 0;
    background: url(../images/usefulbackground.jpg) no-repeat;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
}

.usefulcont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
}

.usefulbtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 420px;
    height: 84px;
    margin: 16px 0;
    font-size: 20px;
    font-family: "M PLUS 1p", sans-serif;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.8);
    color: #565656;
    box-shadow: 0 0 16px -4px rgba(0,0,0,0.4);
    cursor: pointer;
    transition: all .2s ease;
}

.usefulbtn:before {
    content: "";
    position: absolute;
    bottom: 40%;
    right: 8%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #565656;
    border-right: 3px solid #565656;
    transform: rotate(45deg);
}
.usefulbtn:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -15%;
    left: 48%;
    width: 22px;
    height: 24px;
    background-image: url(../images/pin.svg);
    vertical-align: middle;
    background-size: contain;
}
.usefulbtn:hover {
    box-shadow: 0 0 20px -4px rgba(0,0,0,0.6);
    background-color: rgba(255,255,255,0.9);
}
.usefulbtn:active {
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.7);
    color: #000000;
}
.usefulbtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 役立つ情報エリアレスポンシブ */
@media screen and (max-width:930px){
    .usefulcont {
        justify-content: center;
    }
}
@media screen and (max-width:420px){
    .usefulbtn:before {
        display: none;
    }
    .usefulbtn p {
        text-align: center;
    }
}


/* お問い合わせエリア */
.contactitem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    min-height: 140px;
    margin: 30px auto;
    font-family: "M PLUS 1p", sans-serif;
    color: #565656;
}
.conticon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
}
.citel {
    background: url(../images/callicon2.svg) no-repeat;
    background-position: center center;
    background-size: 65%;
}
.ciweb {
    background: url(../images/internet.svg) no-repeat;
    background-position: center center;
    background-size: 70%;
}
.ciline {
    background: url(../images/lineicon.svg) no-repeat;
    background-position: center center;
    background-size: 70%;
}

.contleader {
    width: 100px;
    height: auto;
    background: url(../images/leader.svg) no-repeat;
    background-position: center center;
    background-size: 60%;
}
.contmain {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 550px;
    min-height: 150px;
}
.conttel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 6px 0;
}
.conttel p {
    font-size: 16px;
    text-align: right;
}
.conttel p.telnum {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1em;
}
.plinecont {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    top: 20px;
    right: 10px;
}
.linehowto {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    width: 330px;
    height: 28px;
    background-color: #00B900;
    color: #ffffff;
    font-size: 13px;
    padding: 2px;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s ease;
}
.linehowto p {
    position: relative;
    left: 4px;
}
.linehowto:hover {
    background-color: #22db22;
}
.linehowto a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.linecont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    font-family: "M PLUS 1p", sans-serif;
    border-bottom: dotted 1px #565656;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #00b900;
}
.lineleft {
    width: 200px;
    font-size: 20px;
}
.linecenter {
    width: 180px;
    text-align: center;
    margin: 24px 0 20px 0;
}
.lineright {
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    padding-bottom: 20px;
    text-align: center;
}
.lineright p {
    width: 100%;
    font-size: 14px;
}

.lineright img {
    margin-left: auto;
    margin-right: auto;
}
p.lineid {
    font-size: 20px;
    font-weight: 500;
    color: #565656;
    border: solid 1px #999999;
    padding: 4px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1) inset;
    margin-bottom: 20px;
}
img.lineofficialicon {
    position: relative;
    top: 20px;
}
@media screen and (max-width:880px){
    .conticon {
        margin: 20px 0;
    }
    .citel {
        background-size: 30%;
    }
    .ciweb {
        background-size: 35%;
    }
    .ciline {
        background-size: 35%;
    }
    .contleader {
        display: none;
    }
}
@media screen and (max-width:462px){
    .plinecont {
        right: 0;
    }
    .linehowto {
        top: 10px;
    }
    img.lineofficialicon {
        top: 10px;
    }
}
@media screen and (max-width:420px){
    .linehowto {
        font-size: 11px;
    }
    .conttel {
        justify-content: center;
    }
    .conttel p {
        font-size: 14px;
        text-align: left;
    }
    .conttel p.telnum {
        font-size: 28px;
    }
}

/* 物件オーナー様へ */

.ownerdesc {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    text-align: left;
    line-height: 1.8em;
    color: #8C5031;
}
.ownercont {
    position: relative;
    max-width: 600px;
    color: #565656;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 60px;
    font-family: "M PLUS 1p", sans-serif;
    
}
.ownercont > p {
    text-shadow: 
        white 1px 1px 10px, white -1px 1px 10px,
        white 1px 1px 10px, white -1px 1px 10px,
        white 1px -1px 10px, white -1px -1px 10px;
}

.ownerback {
    margin: 0 0 -62px 0;
    padding: 0;
    background: url(../images/forowner_background.jpg) no-repeat;
    background-color: #fff;
    background-position: right center;
    background-size: cover;
}
.owc {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 40px 0 60px 0;
}

.shoparea {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    color: #8C5031;
}
.shopitem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 240px;
    height: 460px;
    font-family: "M PLUS 1p", sans-serif;
    margin: 0 38px;
}
.shop_c {
    width: 100%;
    height: 18px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    margin: 0 auto;
}
.shop_s {
    width: 100%;
    height: 24px;
    font-size: 18px;
    text-align: center;
    color: #565656;
    margin: -18px;
}
.shop_t {
    font-size: 26px;
    font-weight: 500;
    color: #565656;
    margin: 10px 0;
}

/* 問い合わせボタン */
.descbtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    background: #2989d8;
    background: linear-gradient(to bottom, #FBEBBC 0%,#FBB03B 100%);
    color: #8C5031;
    font-size: 16px;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1.2em;
    text-align: center;
    border-radius: 12px;
    box-shadow:0px 0px 16px -9px #000000;
    transition: all .2s ease;
    cursor: pointer;
}

.descbtn:hover {
    box-shadow:0px 0px 16px -3px #666666;
    background: linear-gradient(to bottom, #Fcfccd 0%,#Fcc14c 100%);
}
.descbtn:active {
    box-shadow:0px 0px 16px -9px #000000;
    background: linear-gradient(to bottom, #FBB03B 0%,#FBEBBC 100%);
}
.descbtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 店舗アクセスモーダル */
.tmpcontarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tmpleft {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 360px;
}
.tmpaccess {
    width: 240px;
    height: auto;
    padding: 0;
}
.tmpleft p {
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1.2em;
}
.tmpright {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 360px;
    margin-bottom: 20px;
}


/* リンクアイコン */
.linkarea {
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 30px 0;
}
.linkitem {
    width: 240px;
    height: 120px;
    margin: 8px;
}

/* フッターエリア */
.footertitle {
    position: relative;
    width: 100%;
    height: 92px;
    text-align: center;
    margin: 20px 0;
}
.footertitle:before {
    content: "";
    position: absolute;
    top: 65%;
    left: 0;
    width: 35%;
    border-top: solid 1px #7A6A53;
}
.footertitle:after {
    content: "";
    position: absolute;
    top: 65%;
    right: 0;
    width: 35%;
    border-top: solid 1px #7A6A53;
}

.ftsitemap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 360px;
    margin: 50px auto;
    font-size: 10px;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
}
.ftitem {
    width: 120px;
    height: 16px;
}

@media screen and (max-width:880px){
    .footertitle:before {
        border-top: none;
    }
    .footertitle:after {
        border-top: none;
    }
    .ftsitemap {
        width: 90%;
        margin: 50px auto 80px auto;
    }
    .ftitem {
        height: auto;
    }
}



/* ============モーダルウインドウ============ */
h4 {
    font-size: 20px;
}
.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 85%;
    max-width: 900px;
    padding: 15px 30px 15px;
    border: solid 3px #B78874;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
}

.modal-wrapper .modal-window .modal-content {
    max-height: 90vh;
    overflow-y: auto;
    text-align: left;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38; !important
}
/* ============モーダルウインドウここまで============ */



