@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      *
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
.index01 .container03 .box_content h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 140%;
}



p,
dt,
dd,
td,
li {
    line-height: 1.7em;
}

p {
    line-height: 1.7em;
}


/* common_reset
------------------------------------------------------------------------*/

img {
    border: 0;
    vertical-align: bottom;
}

.center {
    text-align: center
}

.fLeft {
    float: left !important
}

.fRight {
    float: right !important
}

.clearBoth {
    clear: both
}



/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
    background: none;
    max-width: 100%;
}

body {
    text-align: center;
    max-width: 100%;
    color: #241800;
    overflow-x: hidden;
}

#main {
    overflow: hidden;
    position: relative;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

#index #main {
    max-width: 100%;
    padding-top: 80px;
}

#wrapper {
    text-align: left;
}

.inner {
    max-width: 1220px;
    margin: 0 auto;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* contents
------------------------------------------------------------------------*/

#content {
    width: 745px;
    float: right;
    min-height: 700px;
    padding-top: 7px;
}

@font-face {
    font-family: 'NotoSansCJKjp';
    src: url('../fonts/NotoSansCJKjp-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansCJKjp_bold';
    src: url('../fonts/NotoSansCJKjp-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EBGaramond';
    src: url('../fonts/EBGaramond-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------------------------------------------- base */


.pb0 {
    padding-bottom: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb45 {
    margin-bottom: 45px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w50 {
    width: 50%;
}

.mr15 {
    margin-right: 15px;
}

.mr30 {
    margin-right: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.sp_mb10 {
    margin-bottom: 10px;
}

.w14 {
    width: 14%;
}

.w16 {
    width: 16%;
}

.w25 {
    width: 30%;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/




.index-main--ph {
    max-width: 1400px;
    margin: 0 auto;
}

.index-main--ph img {
    width: 100%;
}

/*----------------------------box01----------------------------------*/

.pc {
    display: block;
}

.sp {
    display: none;
}



.housebook__subtitle img,.housebook__subtitle2 img {
    margin-bottom: 30px;
}

.housebook__contest {
    background: #FFF5FA;
    padding: 50px 0;
}




/*==========================================================================*/
/*                            navigation                                    */
/*==========================================================================*/

#navi {
    float: left;
    width: 235px;
    text-align: center;
}

#navi p {
    padding-bottom: 0;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/





/* clearfix
------------------------------------------------------------------------*/

body,
div {
    zoom: 1;
}



#page-top {
    position: fixed;
    bottom: 55px;
    right: 20px;
    font-size: 77%;
}

#page-top img {
    width: 45px;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}
