@charset "utf-8";

/* CSS Document 全共通css*/

.pc {
    display: block;
}

.sp {
    display: none;
}

.none {
    display: none;
}


/* リセット */

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    -webkit-text-size-adjust: 100%;
    /* フォントサイズ自動調整 */
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: 'Noto Serif JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    font-size: 1.3rem;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
}

dl,
dt,
dd,
ol,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: bold;
    font-style: normal;
}

em {
    font-weight: bold;
    font-style: normal;
}

.bold {
    font-weight: bold;
}

.font_l {
    font-size: 1.4rem;
}

.font_ll {
    font-size: 1.8rem;
}

.font_s {
    font-size: 1.1rem;
}

.font_ss {
    font-size: 1.0rem;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.photo_right {
    float: right;
    margin-left: 30px;
}

.photo_left {
    float: left;
    margin-right: 30px;
}

.photo_center {
    text-align: center;
}

.lefter {
    float: left;
}

.righter {
    float: right;
}

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

a:hover {
    color: #000;
    text-decoration: underline;
}

a img {
    border: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

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


/* 画像リンク */


/*色つきはサイズ注意*/

a:hover img {
    opacity: 0.8;
    opacity: 1.0;
    filter: alpha(opacity=80);
}


/* 画像リンク */


/*オーバー用透過なし*/

a:hover img.noopa {
    opacity: 1.0;
    filter: alpha(opacity=100);
}


/*大和ハウスグループカラー*/

color_main {
    color: #FA0046;
}

color_sub_bk {
    color: #000;
}

color_sub_gy {
    color: #4D4D4F;
}

color_gy01 {
    color: #6E6E6E;
}

color_gy02 {
    color: #A0A0A0;
}

color_gy03 {
    color: #B4B4B4;
}

color_gy04 {
    color: #D3D3D4;
}

color_gy05 {
    color: #E6E6E6;
}


/* 基本レイアウト */

body {}

#wrapper {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

#wrapper>header {
    width: 100%;
    height: 96px;
    margin: 0 auto;
    background-color: #fff;
    border-top: solid 3px #FA0046;
    border-bottom: solid 1px #B4B4B4;
}

#contents {
    width: 1000px;
    margin: 0px auto 0 auto;
    background-color: #fff;
}

#wrapper>footer {
    clear: both;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #fff;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 以上基本レイアウト */


/*ヘッダー*/

#wrapper>header .inside {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1000px;
    height: 92px;
    margin: 0 auto;
}

#wrapper>header h1 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 0;
    line-height: 0;
}

#wrapper>header h1 a:nth-child(1) img {
    margin: 12px 37px 0 17px;
}

#wrapper>header h1 a:nth-child(2) img {
    margin-top: 24px;
}

#wrapper>header .header_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 154px;
    height: 92px;
    margin-right: 20px;
}

#wrapper>header .header_right img:nth-child(1) {
    margin: 13px 0 0 0;
}

#wrapper>header .header_right img:nth-child(2) {
    margin: 0 0 8px 0;
}


/*google検索*/

.gsc-control-cse {
    padding: 0!important;
    width: auto;
}

.gsc-search-box {
    font-size: 1.2rem!important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 8px!important;
}

.gsib_a {
    padding: 3px 6px 3px 6px!important;
}

input.gsc-input {
    height: 12px!important;
    font-size: 12px!important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    padding: 6px 6px!important;
}


/*/ヘッダー*/


/*メニュー*/

#common_btn_area {
    position: fixed;
    right: 0;
    top: 142px;
    z-index: 100;
}

#common_btn_area #menubtn {
    cursor: pointer;
}


/*グローバルナビ*/

.nav_waku {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(../images/navvisual.jpg);
    background-repeat: no-repeat;
    background-position: calc(50% - 250px) calc(40px);
    z-index: 100;
}

#gnav {
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -500px;
    width: 1000px;
    height: 665px;
    max-height: 100%;
    color: #fff;
    overflow: hidden auto;
    z-index: 101;
}

#gnav a {
    color: #fff;
}

.menu_btn_pc,
.menu_btn_pc span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu_btn_pc {
    display: block;
    position: absolute;
    right: 50%;
    top: 32px;
    width: 32px;
    height: 18px;
    margin-right: -480px;
    z-index: 201;
    cursor: pointer;
}

.menu_btn_pc span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

.menu_btn_pc span:nth-of-type(1) {
    top: -2px;
}

.menu_btn_pc span:nth-of-type(2) {
    top: 4px;
}

.menu_btn_pc span:nth-of-type(3) {
    bottom: 0;
}

.menu_btn_pc.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
}

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

.menu_btn_pc.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
}

.nav_waku .visual {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    width: 598px;
    height: 665px;
    margin: 0 0 0 -500px;
    padding: 40px 0;
    font-size: 1.65rem;
    z-index: 102;
}

.nav_waku .visual img {
    display: inline-block;
}

#gnav ul {
    position: absolute;
    right: 50%;
    top: 0;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    width: 400px;
    height: 600px;
    margin: 80px -500px 0 0;
    margin: 0 -500px 0 0;
    padding: 40px 0;
    font-size: 1.65rem;
    z-index: 102;
}

#gnav ul li {
    list-style: none;
    width: 100%;
    font-size: 1.65rem;
    text-align: center;
}

#gnav ul li.line {
    width: 283px;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
    line-height: 0;
}

#gnav ul li a {
    color: #fff;
}

#gnav ul li a:hover {}


/*/グローバルナビ*/


/* pagetop */

#gototop {}


/*フッター*/

#wrapper>footer .upper {
    display: flex;
    align-items: flex-end;
    height: 44px;
    margin-bottom: 5px;
    padding: 0 0 8px 0;
    border-bottom: solid 3px #FA0046;
    line-height: 1;
}

#wrapper>footer nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1000px;
    margin: 0 auto;
}

#wrapper>footer nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#wrapper>footer nav ul li {
    list-style: none;
    margin-right: 11px;
    padding-right: 11px;
    border-right: solid 1px #000;
    font-size: 1.2rem;
}

#wrapper>footer nav ul li:last-child {
    margin-right: 0;
    border-right: none;
}

#wrapper>footer .lower {
    width: 1000px;
    height: 47px;
    margin: 0 auto;
    line-height: 1;
}

#wrapper>footer nav.submenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1000px;
    margin-bottom: 10px;
}

#wrapper>footer nav.submenu ul li {
    list-style: none;
    margin-right: 11px;
    padding-right: 11px;
    border-right: solid 1px #000;
    font-size: 1.1rem;
}

#wrapper>footer .copyright {
    text-align: right;
    font-size: 1.1rem;
}


/*/フッター*/


/*link_area*/

#contents .link_area {
    margin: 100px 0;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    text-align: center;
}

#contents .link_area a:first-child {
    display: block;
    width: 733px;
    margin: 0 auto 40px;
}


/*contact_area*/

#contents .contact_area {
    margin: 100px 0;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    text-align: center;
}

#contents .contact_area .txt {}