@charset "utf-8";
/********************************/
/*レイアウト用ＣＳＳ（基本設定）   */
/********************************/

/*背景、文字色、フォントなど   */
/*Noto+Sansで統一　基本Medium500　太字・太見出しExtraBold800　細見出しExtraLight100   */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;500;700&display=swap');
body, html{
    font-family: 'Noto Serif JP', serif;
    font-weight:400;
    height: 100%;
    margin: 0 auto;
    /*background-color:#f5f1e5;*/
    background-color:#fff;
    color:#000;
    /*フォント用字間指定*/
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

/*太字*/
b, strong, .bold{
	font-weight: 800;
}
/*細字*/
.thin{
	font-weight: 100;
}

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

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

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (min-width:501px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width:500px) {
    .pc {
        display: none !important;
    }
}

/* 印刷しない要素 */
@media print {
    .sp,
    .hideInPrint,
    #mailPage,
    #page-top{
        display: none;
    }
}

/**********************************/
/*コンテンツ なんでも使う用	         */
/**********************************/

/*flexbox-all（中央表示）*/
.flexbox-all{
    display:flex;
    justify-content:center;

}

/*見出しh2*/
h2{
    font-weight:500;
    font-size:1.5rem;
    margin:0.5rem auto;
    text-align:center;
}
/*見出しh2ライン*/
.h2-line{
    max-width:500px;
    width:100%;
}

/*見出しh3*/
h3{
    font-weight:500;
    font-size:1.2rem;
    margin:0.5rem auto;
    text-align:center;
    /*color: #364e96;/*文字色*/
    /*border: solid 3px #364e96;/*線色*/
    /*padding: 0.5em;/*文字周りの余白*/
    /*border-radius: 0.5em;/*角丸*/
}
/*見出しh3ライン*/
.h3-line{
    max-width:400px;
    width:100%;
}

/*flexbox（flexにしたいとき）*/
.flexbox{
    display:flex;
    justify-content:space-between;
    max-width:770px;
    width:95%;
    padding:1rem;
    flex-flow:row wrap;
}
/*flexbox（flex左表示・100％）*/
.flexbox-l{
    display:flex;
    justify-content:left;
    max-width:770px;
    width:100%;
    flex-flow:row wrap;
}
/*flexbox（flex中央表示）*/
.flexbox-c{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    max-width:770px;
    width:95%;
    padding:1rem;
    margin:0 auto;
    flex-flow:row wrap;
}

/*flexで95％にするとき*/
.flex-95{
    width:95%;
}

/*flexで95％ 右寄せにするとき*/
.flex-95-r{
    width:95%;
    text-align:right;
    margin:0 auto;
}

/*flexで95％ 中央寄せにするとき*/
.flex-95-c{
    width:95%;
    text-align:center;
    margin:0 auto;
}

/*flexで80％にするとき*/
.flex-80{
    width:80%;
}

/*flexで70％にするとき*/
.flex-70{
    width:70%;
}

/*flexで60％にするとき*/
.flex-60{
    width:60%;
}

/*flexで50％にするとき*/
.flex-50{
    width:50%;
    margin:0 auto;
}

/*flexで40％にするとき*/
.flex-40{
    width:40%;
}

/*flexで30％にするとき*/
.flex-30{
    width:30%;
}

/*flexで20％にするとき*/
.flex-20{
    width:20%;
}

@media screen and (max-width:500px) {
    /*flexで80％にするとき*/
    .flex-80{
        width:95%;
    }

    /*flexで70％にするとき*/
    .flex-70{
        width:95%;
    }

    /*flexで60％にするとき*/
    .flex-60{
        width:95%;
    }

    /*flexで50％にするとき*/
    .flex-50{
        width:95%;
        margin:0 auto;
    }

    /*flexで40％にするとき*/
    .flex-40{
        width:95%;
    }

    /*flexで30％にするとき*/
    .flex-30{
        width:95%;
    }

    /*flexで20％にするとき*/
    .flex-20{
        width:95%;
    }
}

/*flex内の画像*/
.flex-img{
    width:90%;
    /*max-width:1200px;*/
}
/*flex内の画像*/
.flex-img100{
    width:100%;
    /*max-width:1200px;*/
}

/* フォントサイズ0.7rem */
.font-size07{
    font-size:0.7rem;
}

/* フォントサイズ0.8rem */
.font-size08{
    font-size:0.8rem;
}

/* フォントサイズ1.3rem */
.font-size13{
    font-size:1.3rem;
}

/* フォントサイズ1.8rem */
.font-size18{
    font-size:1.8rem;
}

/*ちょっと大きな文字（幅広）*/
.text-15-5{
    font-size:1.5rem;
    letter-spacing: 5px;
}

/* 文字 */
.text-orange{
    color:#ffae00;
}
.square-blue{
    color:#00547a;
}

.square-red{
    color:#FF5050;
}

.square-white-s{
    background-color:#fff;
    border-radius:25px;
    margin:1px;
    padding:0.2rem 1rem;
    font-size:0.8rem;
}


/* 黄色マーカー */
.y-marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-weight:bold;
}
/* 黄色マーカー（細）  */
.y-marker-s {
    background:linear-gradient(transparent 80%, #ff6 80%);
    font-weight:bold;
}
/* オレンジ色マーカー */
.o-marker {
    background:linear-gradient(transparent 60%, #ffae00 60%);
    font-weight:bold;
}
/* オレンジ色マーカー（細） */
.o-marker-s {
    background:linear-gradient(transparent 80%, #ffae00 80%);
}
/* 青色マーカー（細） */
.b-marker-s {
    background:linear-gradient(transparent 90%, #70b8e7 90%);
}
/* 黄緑色マーカー */
.m-marker {
    background:linear-gradient(transparent 60%, #70cc11 60%);
    font-weight:bold;
}

/************************************/
/*予約受付中                         */
/************************************/

/*ご相談無料*/
.square-white{
    max-width:500px;
    text-align:center;
    padding:1.5rem 2.5rem;
    margin:0rem auto 1rem auto;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/*ご相談無料*/
.square-white2{
    max-width:500px;
    text-align:center;
    padding:1.5rem 2.5rem;
    margin:0rem auto 1rem auto;
    background: #fff;
}

.square-on-text{
    color:#000;
    text-align:center;
    width:100%;
}

.square-text-black{
    color:#fff;
    text-align:center;
    width:80%;
    background-color:#000;
    padding:0.5rem;
    margin:0.5rem auto;
}


/**********************************/
/*ボタン                           */
/**********************************/

/*グラーデション・オレンジ  */
.btn-g-orange,
a.btn-g-orange {
    color: #fff;
    text-align:center;
    font-weight:500;
    font-size:1.1rem;
    background-image: linear-gradient(90deg, rgb(255, 217, 0), rgba(255, 53, 28, 1));
    width:250px;
    height:50px;
    border: 0px;
    margin:0 0.5rem;
    padding:0.5rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    }
    .btn-g-orange:hover,
    a.btn-g-orange:hover {
    color: #fff;
    background-image: linear-gradient(90deg, rgb(255, 174, 0), rgb(255, 81, 28));
}

/*画像ボタン  */
.btn-img {
	position: relative;
	width: 90%;
    max-width:770px;
    height:500px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.btn-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn-img:hover img:nth-of-type(2) {
	opacity: 0;
}


/**********************************/
/*トップ画像（コンタクト・サンクス）	   */
/**********************************/

.thanks-img{
    background-color:#fff;
    /*背景画像*/
    width:100vw;
    height:40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/002_title3.jpg);
}



/**********************************/
/*トップセクション（section1）	   */
/**********************************/

/*sectionにつける。最下部に三角（ナナメ表示）*/
.section1{
    margin-bottom: calc(10vw - 1px);
    position: relative;
    background-color:transparent;
    width:100vw;

    width: 100%;
    /*height: 90vh;*/
    
    background-image: url(../img/01_top.jpg?000);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.section1 ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:100%;
    width: 0;
    height: 0;
   /* border-width: 0 50vw 20vW 50vw;
    border-style: solid;
    border-color: transparent #f5f1e5 transparent #f5f1e5;/* 三角をグレーにする（矢印タイプ） */
}

.section1-banner{
    position: relative;
    width:100%;
    max-width:200px;
    z-index:999;
}

/*h1表示：アイフルホーム稲沢店（表示は隠れます）  */
.top-left{
    color:rgba(255, 255, 255, 0.123);
    font-size:8px;
}

/*トップ文章表示部分　ここから（max-width:1200指定有り）*/
.flexbox-top-text{
    display:flex;
    justify-content:center;
    align-items:center;
    /*height:90vh; */
    max-width:1200px;
    width:95%;
}

/*トップ文章 div*/
.wrap-top-text{
    width:95%;
    text-align:center;
    color:#000;
    padding:1rem;
    text-shadow: 0 0 5px #FFF,0 0 5px #fff;
    background-color:rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 290px) { /*【極小スマホ用】*/
    .wrap-top-text{
        width:95%;
    }
}
/*トップ文章 フォント*/
/*家にお金をかけない*/
.top-font01{
    font-size:1.8rem;
    letter-spacing:8px;
}

/*土地・建物・諸費用*/
.top-font02{
    font-size:2rem;
}
/*コミコミ*/
.top-font02-2{
    font-size:1.5rem;
}

/*6*/
.top-font03{
    font-size:3rem;
    color:yellow;
}

/*480*/
.top-font04{
    font-size:6.5rem;
    color:yellow;
}

/*万円の土地情報*/
.top-font05{
    font-size:3rem;
}

/*全２区画*/
.top-font06{
    margin:0rem 4rem;
    padding:0.2rem 0.5rem;
    font-size:1.25rem;
    background-color:#8d0000;
    border-radius:5px;
}

/*アイフルホーム建築条件*/
.top-font07{
    margin:2rem;
    padding:0.2rem 0.5rem;
    font-size:1.5rem;
    background-color:rgba(255,255,255,0.5);
    border-radius:5px;
}

@media screen and (max-width: 500px) { /*【スマホ用】*/
    /*トップ文章 フォント*/
    /*家にお金をかけない*/
    .top-font01{
        font-size:1.3rem;
        letter-spacing:5px;
    }

    /*土地・建物・諸費用*/
    .top-font02{
        font-size:1.7rem;
    }
    /*コミコミ*/
    .top-font02-2{
        font-size:1.1rem;
    }

    /*6*/
    .top-font03{
        font-size:3rem;
        color:yellow;
    }

    /*480*/
    .top-font04{
        font-size:6.5rem;
        color:yellow;
    }

    /*万円の土地情報*/
    .top-font05{
        font-size:3rem;
    }

    /*全２区画*/
    .top-font06{
        margin:0 3rem;
        padding:0.2rem 0.5rem;
        font-size:1.25rem;
        background-color:#8d0000;
        border-radius:5px;
    }

    /*アイフルホーム建築条件*/
    .top-font07{
        margin:1rem;
        padding:0.2rem 0.5rem;
        font-size: 1rem;
        background-color:rgba(255,255,255,0.5);;
        border-radius:5px;
    }
}

/*中央タイトル表示部分　ここまで*/

/**********************************/
/*セクション（section2）	       */
/**********************************/

/*縦文字*/
.text-var01{
    display:flex;
    align-items:center;
    writing-mode: vertical-rl;
    vertical-align: middle;
    font-size:1.5rem;
    letter-spacing: 3px;

    width: 200px;
    height: 400px;
    background-image: url(../img/img21.png);
    background-position: center;
    background-repeat: no-repeat
}
/*縦文字２*/
.text-var02{
    display:flex;
    align-items:center;
    writing-mode: vertical-rl;
    vertical-align: middle;
    font-size:1.4rem;
    letter-spacing: 3px;
    padding:120px 0px 0px 0px;
    margin:0.5rem;

    width: 200px;
    height: 450px;
    background-image: url(../img/img20.png);
    background-position: center;
    background-repeat: no-repeat
}

/*路線枠*/
.flex-train-40{
    width:45%;
    border-left:5px solid #000;
    border-right:5px solid #000;
    margin:0.5rem 0;
    padding:0.5rem;
}
.flex-train-60{
    width:55%;
    border-right:5px solid #000;
    margin:0.5rem 0;
    padding:0.5rem;
}

/*路線枠内文章*/
.flexbox-train{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    flex-flow:row wrap;
}

.train07{
    font-size:0.7rem;
}
.train08-l{
    font-size:0.8rem;
    text-align:left;
    width:100%;
}
.train09-l{
    font-size:0.9rem;
    text-align:left;
    width:100%;
}
.train10-r{
    font-size:1rem;
    text-align:right;
    width:100%;
}
.train12{
    font-size:1.2rem;
}
.train30{
    font-size:3rem;
    font-weight:700;
    text-align:right;
}

.text-orange{
    border:1px solid #e9be00;
    background-color:#fff;
    color:#e9be00;
    font-size:0.9rem;
    margin:0.2rem;
    padding:0.2rem 1rem;
    text-align:center;
    font-weight:500;
    width:95%;
    max-width:250px;
}

/****************************************************/
/*セクション（section3・三角屋根）	               */
/****************************************************/

.section3{
    position: relative;
    background-color:transparent;
    width:100vw;
}
.section3 ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:100%;
    width: 0;
    height: 0;
    border-width: 0 50vw 20vW 50vw;
    border-style: solid;
    border-color: transparent #fff transparent #fff;/* 三角をグレーにする（矢印タイプ） */
}

/*flexbox（flex中央表示）*/
.section3-flexbox-c{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    max-width:770px;
    width:95%;
    padding:1rem;
    flex-flow:row wrap;
    margin:5rem 0 0 0;
}

/****************************************************/
/*セクション（section4）	                           */
/****************************************************/

/*土地情報*/
.toti-text{
    /*max-height:200px;*/
    height: 100%;
    max-width:700px;
    width:95%;
    font-size:0.9rem;
    padding:0rem 0rem 0rem 3rem;
    /*background-image: url(../img/02_img3.png);*/
    background-position: left;
    background-repeat: no-repeat;
}


/**********************************/
/*テーブル                           */
/**********************************/

/*table01  */
.table01{
    border-spacing: 0;
    margin:1rem;
    padding:0.5rem;
    font-size:0.9rem;
}

.table01 th{
    border: solid 1px #000;
    background-color:#eeece9;
    width: 30%;
    font-weight:500;
    padding:0.5rem 0.2rem;
}

.table01 td{
    border: solid 1px #000;
    background-color:#fff;
    text-align: center;
    width: 70%;
    padding:0.5rem;
}

/*table02  */
.table02{
    border-spacing: 0;
    margin:1rem auto;
    padding:0.5rem;
}

.table02 .td-10{
    text-align: center;
    width: 10%;
    padding:0.5rem;
}

.table02 .td-40{
    text-align: center;
    padding:0.5rem;
}

/*小計の上にラインを引く  */
.table02 .td-40-l{
    text-align: center;
    padding:0.5rem;
    border-top:1px solid #000;
}

/*table03  */
.table03{
    border-spacing: 0;
    margin:1rem auto;
    padding:0.5rem;
    font-size:0.9rem;
}

.table03 th{
    border: solid 1px #000;
    background-color:#eeece9;
    width: 20%;
    font-weight:500;
    padding:0.5rem 0.2rem;
}

.table03 td{
    border: solid 1px #000;
    background-color:#fff;
    text-align: center;
    width: 30%;
    padding:0.5rem;
}

/*table04  */
.table04{
    border-spacing: 0;
    margin:1rem;
    padding:0.5rem;
    font-size:0.9rem;
    max-width:770px;
    width:95%;
}

.table04 th{
    border: solid 1px #000;
    background-color:#eeece9;
    width: 30%;
    font-weight:500;
    padding:0.5rem 0.2rem;
}

.table04 td{
    border: solid 1px #000;
    background-color:#fff;
    text-align: left;
    width: 70%;
    padding:0.5rem;
}

/* 550pxを切った時は１段表示 */
@media screen and (max-width:550px) {
    /*table02  */
    .table02 .td-10{
        text-align: center;
        width: 30%;
        padding:0.5rem;
    }

    .table02 .td-40{
        text-align: center;
        padding:0.5rem;
    }

    /*table03  */
    .table03 th{
        border: solid 1px #000;
        background-color:#eeece9;
        width: 30%;
        font-weight:500;
        padding:0.5rem 0.2rem;
    }

    .table03 td{
        border: solid 1px #000;
        background-color:#fff;
        text-align: center;
        width: 70%;
        padding:0.5rem;
    }

}



/**********************************/
/*フッター      				   */
/**********************************/

/* footer */
#footer{
    justify-content: center;
    background-color:#222;
}

#footer .footer-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    width:100%;
    max-width:770px;
    padding:1rem;
    margin:1rem auto;
}

#footer .footer-area a{
    color: #fff;
    transition: all .3s;
}

#footer .footer-area a:hover{
    color:#ff6600;
}

#footer .footer-area dt{
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

#footer .footer-area ul,
#footer .footer-area dl{
    /*width:30%;*/
    line-height: 2;
    margin: auto 0.5rem;
    padding-left:0;
    font-size:0.9rem;
}

#footer .footer-area li{
    list-style:none;
}

/*
#footer .footer-area ul li::before{
    content: '|';
    font-weight: bold;
    padding: 0 10px;
    color:#ff6600;
}
*/
.mgl-30{
    margin-left : 30px;
}

small{
    text-align: center;
    color:#fff;
}

@media screen and (max-width:650px) {
    #footer{
    padding: 0px 30px 0 30px;
    }
    #footer .footer-area ul,
    #footer .footer-area dl{
    border-top: 1px solid #fff;
    width: 100%;
    margin: 0 0 30px 0;
    padding:30px 0 0 0;
    line-height: 2.5;
    }
    #footer .footer-area dl{
        text-align: center;
    }
}


.footer-area .logo-img {
    width: 280px;
    aspect-ratio: 153 / 31;
}


/**********************************/
/*フォーム （隠す部分）      			   */
/**********************************/

/*フォームデザインのデフォルトスタイルの削除*/
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*全体*/
.hidden-box {
    max-width:770px;
}

/*ボタン装飾*/
.hidden-box .btn {
    margin: 1em;
    padding: 0.5em 2em;
    cursor :pointer;
    text-align:left;
}

/*ボタンホバー時*/
.hidden-box .btn:hover {
    text-decoration:2px underline #ffae00;
}

/*中身を非表示にしておく*/
.hidden-box .hidden-show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}

/*クリックで中身表示*/
.hidden-box input:checked ~ .hidden-show {
    height: auto;
    opacity: 1;
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    margin:2rem 3rem;
    outline: none;
}

.hidden-box input:checked ~ .hidden-show:focus {
border-color: #70cc11;
}



/*アクセス用*/
.square-wide-white{
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    max-width:770px;
    width:80%;
    text-align:center;
    padding:1rem;
    margin:0 auto;
    background: #EEE;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    font-weight:500;
    font-size:1rem;
}

.square-wide-flex{
    display:flex;
    justify-content:center;
    max-width:600px;
    width:90%;
    margin:1rem auto;
    padding:1rem;
}

.square-wide-wrap{
    width:50%;
    color:#000;
    font-size:1rem;
    font-weight:500;
    text-align:left;
    margin:0 auto;
}

.square-wide-img{
    width:100%;
    margin:1rem 0;
    padding:1rem;
    border:1px solid #000;
    background-color:#fff;

}

@media screen and (max-width: 770px) { /*【タブレット用】*/
    .square-wide-wrap{
        width:100%;
        color:#000;
        font-size:1rem;
        font-weight:500;
        text-align:left;
        margin:0 auto;
    }
}
