@charset "utf-8"; /* 共通 */
html {
    color: #3f3a39;
    background: #fff;
    letter-spacing: 0.2em;
    line-break: normal;
}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    height: auto;
    margin: 0 auto;
    font-family:
        'meiryo',
        'Noto Serif JP', sans-serif,
        'Helvetica Neue',
        'Segoe UI',
        'YuGothicM',
        'YuGothic',
        'sans-serif';
    text-align: justify;
    text-justify: inter-ideograph;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    line-height: 1;
    font-size: 16px;
}
.nopc {
    display: none;
}
a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}
h1 {
    width: 100%;
    max-width: 290px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Sawarabi Mincho',
        'Noto Serif JP', sans-serif,
        'Helvetica Neue',
        'Segoe UI',
        YuGothicM,
        YuGothic,
        Meiryo,
        sans-serif;
}
h1 img {
    width: 100%;
}
h2 {
    font-family: 'Sawarabi Mincho',
        'Noto Serif JP', sans-serif,
        'Helvetica Neue',
        'Segoe UI',
        YuGothicM,
        YuGothic,
        Meiryo,
        sans-serif;
    padding-bottom: 5px;
    border-bottom: 10px solid #d6b6b7;
}
h3 {
    font-family: 'Sawarabi Mincho',
        'Noto Serif JP', sans-serif,
        'Helvetica Neue',
        'Segoe UI',
        YuGothicM,
        YuGothic,
        Meiryo,
        sans-serif;
    font-size: 24px;
    position: relative;
    line-height: 1;
    margin: 30px 0 10px 0;
    padding: 14px 5px 10px 20px;
    border-bottom: 1px solid #999;
}
h3::before {
    content: "";
    position: absolute;
    background: #d6b6b7;
    top: 0;
    left: 5px;
    height: 12px;
    width: 12px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
h3:after {
    content: "";
    position: absolute;
    background:#9b003f;
    top: 15px;
    left: 0px;
    height: 8px;
    width: 8px;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
ul li {
    list-style: none;
}
.centerbox {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 40px auto 80px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* header */
header {
    width: clac(100% - 40px);
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}
header .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.rightli {
    padding-right: 100px;
}
.rightli ul {
    display: flex;
    justify-content: flex-start;
}
.rightli ul li {
    margin-left: 30px;
}
.rightli ul a {
    display: flex;
    align-items: center;
}
.rightli ul p {
    margin-left: 10px;
}
.rightli ul li:first-child {
    margin-left: 0;
}
#humberger {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    border: 3px solid #fff;
    background-color: #9b003f;
}
#humberger:hover {
    cursor: pointer;
}
#humberger p {
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 15px;
}
#humberger p span {
    display: block;
    margin: 0 auto;
}
#humberger .close {
    display: none;
}
#humberger.open .openmenu {
    display: none;
}
#humberger.open .close {
    display: block;
}
#humberger div {
    width: 38px;
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 22px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;	
}
#humberger div:nth-child(1){
    top:14px;
}
#humberger div:nth-child(2){
    top:24px;
}
#humberger div:nth-child(3){
    top:34px;
}
/*開閉ボタンopen時*/
#humberger.open  div:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
#humberger.open  div:nth-child(2) {
    width: 0;
    left: 50%;
}
#humberger.open  div:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
nav {
    width: 380px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(131,129,129,0.8);
    position: fixed;
    display: none;
    z-index: 10;
}
nav ul {
    width: clac(100% - 80px);
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
}
nav ul li {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
nav ul li:first-child {
    padding-top: 0;
}
nav ul li {
    font-size: 22px;
}
nav ul li a {
    color: #fff;
}
nav ul li a span {
    margin-left: 10px;
    font-size: 12px;
}

nav ul li a:hover {
    color: #7e1b1e;
}
/* footer */
#retop {
    width: 100%;
    max-width: 1600px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #7e1b1e;
    color: #fff;
    font-size: 24px;
    display: block;
}
footer {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
    color: #fff;
    background-color: #7e1b1e;
}
footer iframe {
    width: 100%;
    height: 450px;
}
footer>div {
    padding: 25px 20px 10px;
}
footer div.flexbox {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
footer small {
    width: auto;
    margin: 50px auto 0;
    text-align: center;
    display: block;
    clear: both;
}
footer ul {
    display: block;
    text-align: right;
}
footer ul li a {
    color: #fff;
}
footer ul li {
    margin-top: 10px;
}
footer ul li a span {
    font-size: 12px;
    padding-left: 1em;
}
/*　content */
.mainpic {
    width: 100%;
    max-width: 1600px;
    max-height: 470px;
    margin: 0 auto; 
    overflow-y: hidden;
    position: relative;
}
.mainpic::before {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.mainpic img {
    width: 100%;
    margin: 0 auto;
    overflow-y: hidden;
}
.mainpic .appeal {
    top: 50%;
    bottom: 50%;
    left: 50px;
    position: absolute;
}
.mainpic .appeal>p {
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px;
}
.mainpic .appeal a {
    display: inline-block;
    padding: 20px 45px;
    color: #fff;
    background-color: #7e1b1e;
    transition: 0.3s;
}
.mainpic .appeal a:hover {
    opacity: 0.7;
}
.mainpic .appeal img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}
#content .flexbox {
    display: flex;
    justify-content: space-between;
}
#content .rightbox {
    width: 75.82%;
}
.sidearea {
    width: 20.85%;
    max-width: 250px;
    height: auto;
    margin-right: 3.33%;
}
.search {
    margin-bottom: 80px;
}
.search h2 {
    background-image: url(../img/icon4.png);
    background-position: right;
    background-size: 10%;
    background-repeat: no-repeat;
}
.search div a {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
.search div a:hover {
    color: #0000ff;
    text-decoration: underline;
}
.banner a {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    background-color: #7e1b1e;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*　index */
.recom {
    margin-bottom: 60px;
}
.recom .recomlist {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.recom .recomlist::after {
    content:"";
    display: block;
    width: 29%;
}
.recomlist>div {
    width: 29%;
    padding: 15px;
    background-color: #f9f0f1;
}
.recomlist>div:nth-child(n + 4) {
    margin-top: 20px;
}
.recomlist div img {
    width: 100%;
}
.recomlist div ul {
    margin-top: 10px;
}
.recomlist div ul li {
    margin-top: 10px;
}
.recomlist div ul li:first-child {
    font-size: 18px;
}
.recomlist div ul li.appealpoint {
    color: #7e1b1e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}
.recomlist div ul li.appealpoint span {
    display: block;
}
.recomlist div a {
    width: auto;
    height: auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #7e1b1e;
}
.detail .recomlist div a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}
.detail .recomlist div a img {
    height: 20px;
}
.recomlist div a img {
    width: auto;
    height: 12px;
    margin-right: 5px;
}
.recomlist div a p {
    font-size: 18px;
}
.recomlist div a p span {
    font-size: 12px;
}
.propertylink {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.propertylink a {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 45px;
    font-size: 24px;
    color: #fff;
    background-color: #7e1b1e;
}
.propertylink a img {
    width: auto;
    height: 24px;
    margin-right: 10px;
}
.news>div {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: -20px;
    overflow-y: scroll;
}
.news a {
    color: #7e1b1e;
    font-weight: bold;
}
.news div div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-left: -20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #d6b6b7;
}
.news div div p {
    display: block;
}
.news div div p:first-child {
    width: 20%;
}
.news div div p:nth-child(2) {
    width: 10%;
    padding: 5px;
    margin-right: 5%;
    color: #fff;
    text-align: center;
}
.news div div p.etcnews {
    background-color: #0000ff;
}
.news div div p.realnews {
    background-color: #7e1b1e;
}
.news div div p:last-child {
    width: 65%;
}
/* property */
#property .rightbox .recomlist {
    width: 100%;
    display: block;
}
#property .recomlist>div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#property .detail .recomlist>div {
    display: block;
}
#property .recomlist>div:last-child {
    margin-bottom: 0;
}
.detailpic {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.detailpic img:nth-child(n + 4) {
    margin-top: 20px;
}
#property .recomlist .rightpic {
    width: 30%;
    max-width: 290px;
    height: auto;
    max-height: 290px;
    margin-right: 20px;
    display: block;
}
#property .recomlist .rightpic img {
    width: 100%;
    overflow: hidden;
    display: block;
}
#property .detail .recomlist .detailpic img {
    width: 40%;
    max-width: none;
    margin-right: 20px;
}
#property .detail .recomlist .detailpic img:nth-child(n+2) {
    width: 20%;
}
#property .recomlist>div div {
    width: 100%;
}
#property .recomlist div a {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#property .recomlist div table a {
    width: auto;
}
#property .recomlist div table span {
    display: block;
    line-height: 1.5;
}
#property .recomlist br {
    display: none;
}

/*　syousai */
.detail .recomlist table {
    width: 100%;
    margin-top: 30px;
}
.detail .recomlist tr {
    display: flex;
    justify-content: space-between;
}
.detail .recomlist th,td {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    display: block;
}
.detail .recomlist td {
    width: calc(100% - 10em);
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.detail .recomlist th {
    width: 10em;
    padding-left: 1em;
    padding-right: 1em;
}
.detail .recomlist td a {
    background-color: #0000ff;
    margin-top: 0;
    margin-left: 1em;
}
/* about */
.about div.company {
    padding-left: 20px;
}
.about div.company div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.about div.company p:first-child {
    width: 30%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 3em;
    font-weight: bold;
}
.about div.company p:last-child {
    width: auto;
}
.about div.company p span {
    display: block;
}

/* contact */
.contact {
    margin-bottom: 80px;
}
.contact h2 {
    margin-bottom: 20px;
    color: #333;
}
form {
    margin-left: 20px;
}
.contact ul {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    flex-wrap: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact ul li p {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contact ul li p:first-child {
    width: 25%;
    font-weight: bold;
    display: inline-block;
}

.contact ul li p:last-child {
    width: 65%;
}
.contact ul li p span {
    margin-top: 10px;
    padding-right: 10px;
    align-self: center;
    display: block;
}
.contact ul li p span:first-child {
    margin-top: 0;
    padding: 5px 10px;
}
.contact ul li:last-child p span {
    align-self: auto;
}
.contact ul li p:first-child span:first-child {
    width: auto;
    height: auto;
    margin-right: 1.5%;
    line-height: 1;
    display: inline-table;
    vertical-align: middle;
    
}
.contact ul li p span.required {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}
.contact ul li input {
    width: 100%;
    line-height: 2;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #666;
    font-size: 16px;
}
.contact ul li:last-child p:first-child span:last-child {
    padding-top: 5px;
}
.contact ul li:last-child p:last-child {
    vertical-align: top;
}
.contact ul li:last-child textarea {
    width: 100%;
    height: 300px;
    line-height: 2;
    border-radius: 5px;
    padding: 10px;
    display: block;
}
.contact .submit input {
    margin: 30px auto 0;
    padding: 20px 10%;
    background-color: #009944;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.contact .submit input:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    &::-webkit-search-decoration {
        display: none;
    }
    &::focus {
        outline-offset: -2px;
    }
}

/* privacy */
.privacy div {
    margin-top: 30px;
    padding-left: 1em;
    padding-right: 1em;
}
.privacy ol {
    margin-left: 2em;
    margin-top: 10px;
}
.privacy ol li {
    margin-top: 10px;
}
.privacy a {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px; 
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #7e1b1e;
    display: inline-block;
}