@charset "UTF-8";

/*
theme Name: HIRAHATA
Author: sober design
Authir url: https://design-sober.com/
Description: HIRAHATAのテーマ
*/


.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.max {
    width: 100%;
}

.error {
    display: block;
    color: #ff0000;
}

.red {
    color: #ff0000;
}

.txt_c {
    text-align: center;
}

.txt_r {
    text-align: right;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.sp_br {
    content: "　";
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.pc_inline {
    display: inline;
}

.to_top {
    cursor: pointer;
}

.indent {
    padding-left: 1em;
}

img {
    max-width: 100%;
}

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

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2em;
    color: #4c4c4c;
}

.container_top {
    width: 100vw;
    background-color: #ffffff;
    height: 80px;
    z-index: 9000;
    position: fixed;
    top: 0;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
}

.main_img {
    margin: 70px auto 56px;
    padding: 0 5vw;
}

.main_img .slider {
    width: 100%;
}

.main_img .slider img {
    width: 100%;
    height: auto;
}

header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 97px;
    z-index: 20000;
    padding: 10px 5vw;
    background-color: #ffffff;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.logo {
    padding-right: 0;
    vertical-align: bottom;
}

nav {
    display: flex;
    align-items: center;
}

.gnav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.gnav ul li {
    float: none;
    display: block;
    list-style: none;
    padding-right: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.gnav ul li:last-child {
    padding-right: 0;
}

.gnav ul li a {
    font-weight: normal;
    letter-spacing: 0.1em;
}

/* .contents {
    padding-top: 80px;
} */

.contents_top {
    padding-top: 0;
}

.main {
    width: 850px;
    float: right;
}

.sidebar {
    width: 300px;
    float: left;
}

.to_contact {
    margin: 0 0 50px 0;
    width: 100%;
    color: #aaaaaa;
}

.to_mail,
.to_tel {
    width: calc(50% - 64px);
    border: 1px solid #cccccc;
    padding: 20px 30px;
    text-align: center;
    float: left;
    background: linear-gradient(to bottom, #ffffff 60%, #eeeeee);
}

.to_mail {
    border-right: none;
}

.icon {
    vertical-align: middle;
}

article {
    display: block;
}

section {
    max-width: 1000px;
    display: block;
    margin: 0 auto 50px auto;
}



.top_contents {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: right;
}

h2 {
    font-size: 30px;
    border-bottom: 1px solid #cccccc;
    color: #aaaaaa;
    padding: 20px 0;
    margin-bottom: 30px;
    font-weight: normal;
    letter-spacing: 0.2em;

}

h2.move {
    opacity: 0;
    transition: 1.5s;
    margin-left: -150px;
}

h2.show {
    opacity: 1;
    margin-left: 0;
}


h2.contact {
    border-top: 8px solid #cccccc;
    border-bottom: 8px solid #cccccc;
    background-color: #ffffff;
    font-size: 40px;
    padding: 30px 0 30px 10px;
    width: 250px;
}

h3 {
    margin: 0 0 30px 0;
    padding-left: 20px;
    font-size: 20px;
    border-left: 5px solid #cccccc;
}

.top_contents_box {
    width: 100%;
    padding-bottom: 50px;
}

.top_contents_box img {
    display: block;
    float: left;
    width: 48%;
}

.top_contents_box div {
    float: right;
    width: 48%;
}

.top_contents_box div div.box {
    float: none;
    width: 80%;
    margin: 20px auto;
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    border: 1px solid #cccccc;
    color: #999999;
}

.top_contents_box div div.batu {
    width: 100%;
    float: none;
    font-size: 60px;
    margin: 20px 0;
    text-align: center;
    color: #999999;
}

.top_contact_and_online {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: left;
    padding-bottom: 100px;
    padding-top: 50px;
}


.top_gmap iframe {
    width: 100%;
    aspect-ratio: 16/7;
}


.works_top_list ul {
    margin: 0;
    padding: 0;
}

li.works_top {
    list-style: none;
    float: left;
    width: 300px;
}

li.works_top:nth-of-type(3n+2) {
    margin: 0 50px;
}

.works_top_img {
    width: 100%;
}

.works_top_img img {
    width: 100%;
    object-fit: cover;
}

.foot_contents {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5vw;
}

.foot_contents_left {
    width: 45%;
    color: #666666;
}

.foot_contents_right {
    margin-top: 90px;
    width: 53%;
}

.foot_contents_right ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.foot_contents_right ul li.first,
.foot_contents_right ul li.second,
.foot_contents_right ul li.third,
.foot_contents_right ul li.fourth {
    list-style: none;
}

.sns_icon {
    margin: 16px auto 0;
    text-align: right;
}

footer {
    display: block;
    background-color: #383a3a;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

footer p {
    margin: 0;
    padding: 20px 0 20px 50px;
    color: #ffffff;
    font-size: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.side_works_list li {
    padding: 10px 0;
}


.contact_table {
    padding-left: 300px;
}

.contact_table th,
.contact_table td {
    padding: 10px 0;
}

.contact_table th {
    width: 20%;
    text-align: left;
    vertical-align: top;
}

.contact_table td {
    vertical-align: top;
    width: 80%;
}

.mailaddr {
    font-size: 25px;
    color: #999999;
}

input[type="text"],
textarea {
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    padding: 5px;
    background-color: #ececec;
    border: none;
}

.submit {
    background-color: #ffffff;
    padding: 15px 50px;
    border-color: #cccccc;
}

.name {
    width: 30%;
}

.zip,
.tel {
    width: 20%;
}

.address,
.email {
    width: 90%;
}

.comment {
    width: 90%;
    height: 300px;
    resize: none;
}

.company_profile {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: right;
    padding-bottom: 100px;
    margin-top: 124px;
}

.profile_table {
    width: 800px;
    margin: 0 auto;
    line-height: 2.5em;
}

.profile_table th {
    width: 20%;
    text-align: left;
}

.profile_p {
    width: 1200px;
    background-color: #ffffff;
    opacity: 0.7;
    margin-left: -100px;
}

.profile_p_inner {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.gmap {
    margin-top: -100px;
    margin-bottom: -100px;
}

.gmap iframe {
    display: block;
    width: 1000px;
    height: 400px;
    margin: 0 auto;
}

.architect_img {
    display: block;
    float: left;
    width: 40%;
}

.architect_line {
    float: right;
    width: 55%;
}

.architect_and_history {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: left;
    padding-top: 100px;
}

.history_table {
    width: 800px;
    margin: 0 auto;
    line-height: 2.5em;
}

.history_table th {
    width: 40%;
    text-align: left;
    vertical-align: top;
}

.history_table td {
    vertical-align: top;
}

.flow_box {
    background-image: url('../img/common/bg01.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.flow_box .left {
    display: block;
    float: left;
    width: 40%;
}

.flow_box .right {
    display: block;
    float: right;
    width: 55%;
}

.flow_box2 .left2 {
    display: block;
    float: left;
    width: 60%;
}

.flow_box3 .left {
    display: block;
    float: left;
    width: 40%;
}

.flow_box3 .right {
    display: block;
    float: right;
    width: 55%;
}


.flow_mini_box {
    width: 50%;
    padding-right: 20px;
    border-right: 5px solid #48B4E7;
    float: left;
}

.month {
    float: right;
    width: 45%;
    padding-top: 200px;
}

.month2 {
    float: right;
    width: 45%;
    padding-top: 120px;
}

.month3 {
    float: right;
    width: 45%;
    padding-top: 200px;
}

.flow_mini_box2 {
    width: 50%;
    padding-right: 20px;

}

.flow_mini_box3 {
    width: 50%;
    padding-right: 20px;
    border-right: 5px solid #cccccc;
    float: left;
}

p.flow {
    padding: 10px 0 10px 10px;
    background-color: #7F8080;
    color: #ffffff;
}

p.flow2 {
    padding: 10px 0 10px 10px;
    background-color: #48B4E7;
    color: #ffffff;
}

.yajirusi {
    width: 50%;
    padding-left: 100px;
}

.cost_box {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: left;
    padding-bottom: 100px;
    margin-bottom: -100px;
    margin-top: 100px;
}

.hikaku_table {
    width: 100%;
    margin-bottom: 80px;
}

.hikaku_table th {
    border: 3px solid #cccccc;
    padding: 10px;
    background-color: #ffffff;
}

.hikaku_table td {
    background-color: #E7E7E6;
    padding: 10px;
}

.hikaku_left {
    float: left;
    display: block;
    width: 40%;
}

.hikaku_right {
    float: right;
    display: block;
    width: 60%;
}


.cost_left {
    float: left;
    display: block;
    width: 35%;
}

.cost_right {
    float: right;
    width: 60%;
}

.kai {
    margin-right: 1em;
    padding: 5px;
    background-color: #999999;
    color: #ffffff;
}

.cat {
    padding: 10px 20px;
}

.now {
    background-color: #00cccc;
    border-radius: 20px;
}

.now a {
    color: #ffffff;
}

.works_list{
    margin-top: 40px;
}

.works_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 24px;
}

li.works {
    list-style: none;
    flex-basis: calc((100% - 24px * 2) / 3);
}

@media screen and (max-width: 767px) {
    li.works {
        flex-basis: calc((100% - 24px) / 2);
    }
}

.works_img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.works_img img {
    max-width: 100%;
    max-height: 100%;
}

.menu {
    display: none !important;
}

.hide {
    display: none !important;
}

.works .img {
    float: left;
    width: 45%;
}

.works .text {
    float: right;
    width: 50%;
}

.images img {
    width: 45%;
    margin-right: 3%;
}

.consul_box01 {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: -1em;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.consul_box02 {
    background-image: url('../img/common/bg01.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: -1em;
    margin-bottom: 30px;
    padding-bottom: 100px;
}

h2.consul {
    margin: 0 auto;
    width: 1000px;
}

.consul_img {
    padding-top: 30px;
}

.consul_text {
    padding: 30px 100px;
}

.step_box {
    width: 880px;
    margin: -100px auto 0 auto;
    padding: 0 30px 30px 30px;
    background-color: #ffffff;
    color: #000000;
}

.step_flex_box {
    display: flex;
    flex-wrap: wrap;
    width: 820px;
    padding: 30px;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    margin: 0 auto;
}

.step {
    width: calc(8% - 30px);
    padding: 5px 15px 10px 15px;
    height: 4em;
    text-align: center;
    background-color: #48B4E7;
    color: #ffffff;
}

.step_top {
    margin: 0;
    padding: 0;
}

.step_big {
    font-size: 35px;
}

.step_msg {
    width: calc(92% - 30px);
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    color: #000000;
    line-height: 1.5em;
    margin: 0 auto;
}

.video {
    width: 96%;
    margin: 0 auto;
}

.virtual {
    position: relative;
}

.top_text {
    position: absolute;
    top: 350px;
    left: 170px;
    width: 600px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.7)
}

.virtual_title {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffffff 60%, #48B4E7);
    padding-bottom: 10px;
    margin-bottom: 0;
}

.virtual_text {
    padding: 10px 30px 30px 30px;
}

.v360 {
    background-image: url('../img/common/bg01.png');
    background-repeat: repeat-y;
    background-position: left top;
    padding: 50px;
}

@media(max-width:768px) {

    .sp_br {
        content: "";
        display: block;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc_inline {
        display: none;
    }

    .fixed {
        position: fixed;
        width: 96% !important;
        margin-top: 0 !important;
        top: 80px;
        z-index: 100;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
        box-sizing: border-box;
    }

    .menu {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .main_img {
        padding-top: 10px;
    }

    header {
        padding: 10px 20px;
        height: 69px;
    }

    nav {
        display: block;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        z-index: 20000;
        width: 100%;
    }

    .gnav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.95);
        transition: 0.3s;
        z-index: 20001;
    }

    .gnav.active {
        right: 0;
    }

    .gnav ul {
        padding-top: 80px;
        flex-direction: column;
    }

    .gnav ul li {
        float: none;
        padding: 15px 0;
        text-align: center;
    }

    .gnav ul li.hide {
        display: block !important;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 0;
        font-size: 24px;
        cursor: pointer;
    }

    .menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    body.menu-open {
        overflow: hidden;
    }

    .to_contact {
        margin: 0 0 20px;
    }

    .to_mail,
    .to_tel {
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .to_mail {
        border-right: 1px solid #cccccc;
        margin-bottom: 10px;
    }

    section {
        width: 100%;
        padding: 0 5vw;
        box-sizing: border-box;
    }


    .top_contents {
        background-image: none;
    }

    .top_contents .indent {
        padding-left: unset;
    }

    .foot_contents {
        width: 100%;
        margin: 0;
        flex-direction: column;
    }

    .foot_contents_left {
        width: 100%;
        margin: 64px 0 0;
    }

    .foot_contents_right {
        width: 100%;
        margin: 20px 0;
    }

    .foot_contents_right ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .foot_contents_right ul li.first,
    .foot_contents_right ul li.second,
    .foot_contents_right ul li.third,
    .foot_contents_right ul li.fourth {
        width:calc(50% - 12px);
        list-style: none;
    }

    .top_contents_box {
        padding-bottom: 0;
    }

    .top_contents_box img {
        width: 90%;
        margin: 0 auto 30px auto;
        float: none;
    }

    .top_contents_box div {
        width: 100%;
        margin: 0 auto 50px auto;
        float: none;
    }

    .top_contents_box div div.box {
        width: 85%;
    }

    .top_contact_and_online {
        background-image: none;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .contact_table {
        padding-left: 0;
    }

    .contact_table th,
    .contact_table td {
        display: block;
        width: 100%;
    }

    li.works_top {
        float: none;
        width: 100%;
        margin-bottom: 32px;
    }

    li.works_top p {
        margin: unset;
    }

    li.works_top:nth-of-type(3n+2) {
        margin: 0 0 32px 0;
    }

    .works_top_img {
        height: auto;
    }

    .top_gmap {
        margin: 0;
    }

    .top_gmap iframe {
        float: none;
        width: 100%;
    }

    .top_gmap iframe.youtube {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .sns_icon {
        width: 100%;
        margin-top: 40px;
        text-align: left;
    }

    footer p {
        padding: 10px;
        font-size: 10px;
    }

    .company_profile {
        background-image: none;
        padding-bottom: 20px;

    }

    .profile_table {
        width: 100%;
    }

    .profile_table th,
    .profile_table td {
        display: block;
        width: 100%;
    }

    .profile_table td {
        padding-bottom: 20px;
    }

    .profile_p {
        width: 100%;
        margin: 0;
    }

    .profile_p_inner {
        width: 90%;
        margin: 0 auto;
    }

    .gmap {
        margin: 0;
    }

    .gmap iframe {
        width: 100%;
    }

    .architect_and_history {
        background-image: none;
        padding-top: 20px;
    }

    .architect_img {
        width: 100%;
        float: none;
    }

    .architect_line {
        width: 100%;
        float: none;
    }

    .history_table {
        width: 100%;
        margin: 0 auto;
    }

    .history_table th,
    .history_table td {
        display: block;
        width: 100%;
    }

    .history_table td {
        padding-bottom: 20px;
    }


    .works_img {
        height: auto;
    }

    .works_img img {
        max-height: 150px;
        max-width: 100%;
    }

    .main {
        width: 100%;
        float: none;
    }

    .sidebar {
        width: 100%;
        float: none;
    }

    .flow_box {
        background-image: none;
    }

    .flow_box .left {
        display: block;
        float: none;
        width: 100%;
    }

    .flow_box .right {
        display: block;
        float: none;
        width: 100%;
    }

    .flow_box2 .left2 {
        display: block;
        float: none;
        width: 100%;
    }

    .flow_box3 .left {
        display: block;
        float: none;
        width: 100%;
    }

    .flow_box3 .right {
        display: block;
        float: none;
        width: 100%;
    }


    .flow_mini_box {
        width: 55%;
        padding-right: 20px;
        border-right: 5px solid #00ffff;
        float: left;
    }

    .month {
        float: right;
        width: 35%;
        padding-top: 200px;
    }

    .month2 {
        float: right;
        width: 35%;
        padding-top: 120px;
    }

    .month3 {
        float: right;
        width: 35%;
        padding-top: 200px;
    }

    .flow_mini_box2 {
        width: 55%;
        padding-right: 20px;

    }

    .flow_mini_box3 {
        width: 55%;
        padding-right: 20px;
        border-right: 5px solid #cccccc;
        float: left;
    }

    .flow_box img,
    .flow_box3 img {
        display: none !important;
    }

    .cost_box {
        margin-top: 20px;
        background-image: none;
    }

    .hikaku_left,
    .hikaku_right {
        float: none;
        width: 100%;
    }

    .cost_left {
        width: 100%;
        float: none;
    }

    .cost_right {
        width: 100%;
        float: none;
    }

    .to_top {
        width: 20%;
    }

    .works .img {
        float: none;
        width: 96%;
        margin-bottom: 20px;
    }

    .works .text {
        float: none;
        width: 100%;
    }

    h2.consul {
        width: 100%;
    }

    .consul_text {
        padding: 10px;
    }

    .step_box {
        width: 100%;
        padding: 0;
    }

    .step_flex_box {
        width: 96%;
        margin: 0 auto;
        padding: 2%;
        align-items: center;
    }

    .step {
        width: calc(15% - 10px);
        padding: 5px;
        height: 4em;
    }

    .step_big {
        font-size: 20px;
    }

    .step_msg {
        width: calc(85% - 10px);
        padding: 5px;
        font-size: 16px;
    }

    .top_text {
        top: 35%;
        left: 5%;
        width: calc(90% - 20px);
        padding: 10px;
    }

    .v360 {
        padding: 30px 0;
    }
}

/****************************
2025/04/25 追加
****************************/


.gnav {
    vertical-align: super;
}

.logo {
    width: 200px;
}

@media(max-width:768px) {
	.logo {
		width: 180px;
	}
}

/* Slickスライダーのスタイル */
.slick-dots {
    bottom: 20px !important;
}


.slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

@media(max-width:768px) {
	.slick-dots {
        bottom: 3px !important;
    }
    .slick-dots li {
        margin: 0 3px !important;
    }
    
}

.pc-only {
    display: block;
}

.sp-only {  
    display: none;
}

.pc-only-footer-detail{
    display: inline-block;
}

@media(max-width:768px) {
    .pc-only,.pc-only-footer-detail {
        display: none;
    }

    .sp-only {
        display: block;
    }
}       


.works__container,.single__content,.feature__container,.online__container,.top_contact_and_online{
    max-width: 1240px;
    margin:124px auto 0;
    padding: 0 5vw; 
}
