@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/wwk4hhw.css");

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    color: #371e09;
    font-family: "a-otf-ud-shin-maru-go-pr6n", "a-otf-midashi-mi-ma31-pr6n", "a-otf-midashi-go-mb31-pr6n", "adobe-text-pro-n7", "adobe-text-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 120, 0, 0.3);
    ;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 0px;
    padding-bottom: 0px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 1.2em;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

* {
    box-sizing: border-box;
}

.split-box {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

img[src$=".svg"] {
    width: 100%;
}

/*改行（全般）設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 800px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #00acee;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

a:hover {
    color: #38C4F9;
}

a:visited {
    color: #2791B9;
}

/*animate.cssの設定
---------------------------------------------------------------------------*/
.right-inner.fade-in {
    transition: opacity 2s;
}

/*animate.cssの設定
---------------------------------------------------------------------------*/
.animated {
    animation-delay: 0.5s;
    animation-duration: 5s;
    animation-timing-function: ease;
}

/*Twitterの設定
---------------------------------------------------------------------------*/
.TweetAuthor {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

.TweetAuthor-name {
    font-size: 1.5em;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
    color: #ff7800;
    transition: 0.3s;
}

.SandboxRoot.env-bp-330 .timeline-Tweet-text {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #371e09;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-text {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 300;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 1.2em;
    line-height: 50px;
    font-weight: 300;
}

.timeline-Tweet span.PrettyLink-prefix,
.timeline-Tweet span.PrettyLink-value {
    color: #00acee;
}

.timeline-Tweet:hover {
    background-color: rgba(255, 120, 0, .1);
    transition: 0.3s;
}

.Identity-screenName {
    color: #371e09;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 1.2em;
    color: #371e09;
    line-height: 1.5em;
    font-weight: 300;
}

.timeline-LoadMore-prompt--edge {
    border-top: 1px solid #38C4F9;
}

.timeline-ShowMoreButton--edge {
    margin-bottom: 20px;
    width: 155px;
    border-radius: 100px;
    display: inline-block;
    color: #ff7800;
    background-color: #fff;
    border: 1px solid #ff7800;
    transition: 0.3s;
}

.timeline-ShowMoreButton--edge:focus,
.timeline-ShowMoreButton--edge:hover {
    background-color: #ff7800;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

/*ドロワーメニューの設定
---------------------------------------------------------------------------*/
.drawer-hamburger,
.drawer-hamburger-icon {
    display: none;
}

/*
左側のスプリットレイアウト
-----------------------------------------------------------*/
.left-box {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    z-index: 5;
}

.left-box-content-inner-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*
右側のスプリットレイアウト
-----------------------------------------------------------*/
.right-box {
    right: 0;
    background: #fff;
    padding: 0;
}

.right-box-content-wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
}

.right-box-content-inner {
    height: 100%;
    background: #fff;
}

.right-box-content-titlebox {
    height: auto;
    background: #532700;
    margin: 0;
}

.right-box-content-titlebox h2 {
    position: relative;
    background: #ff7800;
    padding: 0.5em 0.5em;
    border-left: solid 2.5em #371e09;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.right-box-content-titlebox h2:before {
    content: url(../images/pr_hd2_logo.svg);
    width: 35px;
    height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    left: -2em;
    top: 48%;
    transform: translateY(-50%);
}

.right-box-content-titlebox h3 {
    position: relative;
    padding: 0.8em 4.1em;
    background: #fce2c5;
    font-size: 1.1em;
    font-weight: bold;
    color: #371e09;
    text-align: left;
    z-index: 2;
}

.right-box-content-titlebox p {
    color: #fff;
    text-align: left;
    font-size: 0.8em;
    width: 400;
}

.right-box-content-1 {
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 55px;
}

.right-box-content-2 {
    height: 100%;
    background: #fff;
    margin: 0 0 35px;
    padding: 0 55px 55px;
}

.right-box-content-koma {
    height: 100%;
    background: #fff;
    margin-bottom: 0px;
}

.right-box-content-koma-last {
    height: 100%;
    background: #fff;
    margin-bottom: 100px;
}

/*
サイドグローバルナビ
-----------------------------------------------------------*/
/*メニュー上段のロゴ
 -----------------------------*/
#logo {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 250px;
    height: 250px;
    background-image: url(../images/pr_hd_logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0px;
    overflow: hidden;
    border-bottom: 1px solid #371e09;
    z-index: 2;
}

#logo p {
    position: relative;
    width: 100%;
    top: 140px;
    font-size: 1em;
    text-align: center;
    line-height: 1.3em;
    padding: 40px 0;
    overflow: hidden;
    margin: 0 auto;
}

.accordion {
    position: absolute;
    top: 270px;
    left: 30px;
    width: 250px;
    margin: 30px auto 20px;
    background: rgba(0, 0, 0, .9);
    border-bottom: 1px solid #371e09;
    border-radius: 0px;
    opacity: 0.9;
    z-index: 9999;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 0px 15px 45px;
    color: #b65600;
    font-size: 1em;
    font-weight: 700;
    border-bottom: 1px solid #371e09;
    position: relative;
    transition: all 0.4s ease;
    opacity: 1;
}

.accordion .link a {
    color: #b65600;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 1.2em;
    color: #b65600;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-circle-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fff;
}

.accordion li.open .link a {
    color: #fff;
}

.accordion li.open i {
    color: #fff;
}

.accordion li.open i.fa-chevron-circle-down {
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

/*サブメニュー
 -----------------------------*/
.submenu {
    display: none;
    background: rgba(88, 51, 9, 0.7);
    ;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #251408;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px;
    padding-left: 20px;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #ff7800;
    color: #FFF;
}

/*
サイドグローバルナビのレスポンシブ設定
-----------------------------------------------------------*/
/* 1600pixel start */
@media screen and (max-width:1600px) {

    /*メニュー上段のロゴ
 -----------------------------*/
    #logo {
        top: 20px;
        left: 30px;
        width: 200px;
        height: 250px;
    }

    #logo p {
        width: 100%;
        top: 100px;
        font-size: 0.8em;
        line-height: 1.3em;
        padding: 40px 0;
    }

    .accordion {
        top: 190px;
        left: 30px;
        width: 200px;
        margin: 30px auto 20px;
    }

    .accordion .link {
        padding: 15px 0px 15px 40px;
        font-size: 0.8em;
    }

    .accordion .link a {
        color: #b65600;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 18px;
        left: 18px;
        font-size: 1.2em;
        color: #b65600;
        transition: all 0.4s ease;
    }

    .accordion li i.fa-chevron-circle-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }

    .accordion li.open .link {
        color: #fff;
    }

    .accordion li.open .link a {
        color: #fff;
    }

    .accordion li.open i {
        color: #fff;
    }

    .accordion li.open i.fa-chevron-circle-down {
        transform: rotate(180deg);
    }

    /*サブメニュー
 -----------------------------*/
    .submenu {
        font-size: 0.8em;
    }
}

/*
売買物件検索ボタンのグリッドレイアウト
-----------------------------------------------------------*/
/* コンテナ */
.grid-container1 {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
}

.grid-container2 {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
}

.btn_all {
    background: #ff3030;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn_all p {
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}

.btn_all:hover {
    filter: brightness(0.8);
    transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.item1_1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.item1_2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.item1_3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.item1_4 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.item1_5 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.item1_6 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.item1_7 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.item2_1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.item2_2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.item2_3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.item2_4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.item2_5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

/*
会社概要のグリッドレイアウト
-----------------------------------------------------------*/
/* コンテナ */
.grid-container3 {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 200px auto;
    grid-template-rows: auto;
    border-top: 1px solid #e2cdbb;
    border-left: 1px solid #e2cdbb;
}

.comitem:nth-child(2n+1) {
    background: #fff9f2;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-weight: bold;
    border-right: 1px solid #e2cdbb;
    border-bottom: 1px solid #e2cdbb;
}

.comitem:nth-child(2n) {
    background: #fff;
    padding: 15px;
    font-size: 1em;
    border-right: 1px solid #e2cdbb;
    border-bottom: 1px solid #e2cdbb;
}

.grid-container3 ul {
    list-style-type: none;
    line-height: 2em;
}

/*
店舗案内のグリッドレイアウト
-----------------------------------------------------------*/
/* コンテナ */
.grid-container4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.shop_all {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1em;
    font-weight: bold;
}

.shop_all h4 {
    border-bottom: solid 2px #fce2c5;
    position: relative;
    width: 100%;
    line-height: 2.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #371e09;
}

.shop_all h4::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #ff7800;
    bottom: -2px;
    width: 30%;
}

.shop_all p {
    width: 100%;
    line-height: 2em;
    font-size: 1.1em;
}

.shitem1 {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
}

.shitem2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.shitem3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.shitem4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.shitem5 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

/*Google map
------------------------------------------------------------- */
/*gmap(会社概要内マップ)*/
#gmap {
    overflow: hidden;
    background: #fff;
    padding: 0 30px;
    margin-bottom: 20px;
}

#map-canvas {
    width: 100%;
    height: 500px;
}

.map_wrapper {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0px;
    border: 0px solid #ccc;
    border-radius: 0px;
}

.googlemap {
    position: relative;
    overflow: hidden;
}

.map_wrapper h2.map_title {
    font-family: "a-otf-midashi-mi-ma31-pr6n";
    font-size: 1.5em;
    color: #ff7800;
}

#gmap p {
    word-break: nomal;
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 0px;
    color: #000;
    padding: 5px 0;
}

#gmap ul li {
    margin: 10px 0 10px;
    width: 400px;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

#gmap li :before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right: 10px;
}

/*プライバシーポリシー
---------------------------------------------------------------------------*/
#privacypolicy {
    width: auto;
    margin: 0 0 40px;
    padding: 20px;
}

#privacypolicy hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #cccccc;
}

#privacypolicy pp {
    width: 80%;
    line-height: 1.5em;
    margin: 0 auto;
}

#privacypolicy .pp-inner {
    padding: 5px;
}

#privacypolicy h4 {
    font-size: 1.4em;
    /*文字サイズ*/
    font-weight: normal;
    color: #b6aa77;
    margin-bottom: 20px;
}

#privacypolicy .pp-inner p {
    font-size: 1.2em;
}

#privacypolicy .in1,
#privacypolicy .in2 {
    display: block;
    margin: 0px auto;
}

#privacypolicy .in1 {
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 0px 0px 20px;
    text-align: left;
    width: 100%;
}

#privacypolicy .in2 {
    font-size: 1.2em;
    padding: 0px 20px 15px;
    text-align: left;
    width: 100%;
}

#privacypolicy ul {
    font-size: 1em;
    padding: 0px 15px 15px;
    text-align: left;
    width: 100%;
}

#privacypolicy .ijyou {
    text-align: right;
    padding: 7px;
}

/*
レスポンシブ設定
-----------------------------------------------------------*/
/* 1024pixel start */
@media screen and (max-width:1024px) {
    .item p {
        color: #fff;
        font-size: 1em;
        text-align: center;
    }
}

/* 800pixel start */
@media screen and (max-width:800px) {
    .split-box {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /*ドロワーメニューを1024pixel以下で表示させる。
--------------------------------------------*/
    .drawer-hamburger,
    .drawer-hamburger-icon {
        display: block;
    }

    /*サイドメニューを1024pixel以下で表示させない。
--------------------------------------------*/
    #logo {
        display: none;
    }

    .accordion {
        display: none;
    }

    /*h3見だし
    --------------------------------------------*/
    .right-box-content-titlebox h3 {
        text-align: center;
    }

    /*
右側のスプリットレイアウト(検索ボタンボックス)
-----------------------------------------------------------*/
    .right-box-content-1 {
        padding: 40px 25px;
    }

    .right-box-content-2 {
        padding: 0 25px 40px;
    }

    .item p {
        color: #fff;
        font-size: 1em;
        text-align: center;
    }

    /*売買物件検索ボタンのグリッドレイアウト
-----------------------------------------------------------*/
    .grid-container1 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 100px 100px 100px;
        grid-gap: 2px;
    }

    .grid-container2 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 120px 120px;
        grid-gap: 2px;
    }

    .grid-container3 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        text-align: center;
    }

    .grid-container4 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        text-align: center;
    }

    .item1_1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .item1_2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .item1_3 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .item1_4 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .item1_5 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .item1_6 {
        grid-column: 1 / 2;
        grid-row: 4 / 4;
    }

    .item1_7 {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }

    .item2_1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .item2_2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .item2_3 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .item2_4 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .item2_5 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }


    .comitem:nth-child(2n+1) {
        padding: 5px;
    }

    .shitem1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .shitem2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .shitem3 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .shitem4 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    .shitem5 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }


}
