/*######################################################################

	Style CSS

************************************************************************/

/* Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

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

a:focus {outline:none;}

html, body {height: 100%;}

.results-bot {
    font-size: 0.8rem;
    margin-bottom: 2rem;
} 

.mar-bot1 {margin-bottom: 1rem;}
.mar-bot1_5 {margin-bottom: 1.5rem;}
.mar-bot2 {margin-bottom: 2rem;}
.mar-bot2_5 {margin-bottom: 2.5rem;}

body {
    font-family: sans-serif;
    background-color: #fff;
    text-align: center;
    color: #431610;
}

header {margin: 0 auto;}

.catch {margin: 0 auto;}

article {margin: 0 auto;}

.notes {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #431610;
    text-align: left;
    padding: 1rem 1rem 2rem 1rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #431610;
    margin-top: 2rem;
}

.pagetop {
    position: relative;
    z-index: 2;
}

footer {
    background-color: #a20312;
    line-height: 1.4;
    font-size: 0.8rem;
    padding-bottom: 6rem;
}
footer img {
    margin-right: 0.5rem;
    width: 20%;
}
footer #footer-link {
    background-color: #fff;
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
}
footer #footer-link li {
    display: inline;
    margin-bottom: 1rem;
    text-decoration: none;
}
footer #footer-link a:link {
    color: #431610;
    text-decoration: underline;
}
footer #footer-link a:hover {
    color: #431610;
    text-decoration: none;
}
footer #footer-link a:visited {
    color: #431610;
}
footer .copyright {
    color: #fff;
    padding-top: 1.5rem;
}

#bottom-btn {
    /*background-color: #000;*/
    background-image: url(../img/bot_bg.png);
    background-repeat: repeat;
    position: fixed;
    width: 100%;
    padding: 2% 0 2% 0;
    z-index: 3;
}
#bottom-btn li {
    width: 50%;
    float: left;
    display: inline-block;
}


/* ------------------------------------------ 電話トラッキングコード専用 */

#bottom-btn #fmcall a,
.btn-tel02 a {
    background-image: url(../img/btn_tel02.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-size: cover;
    padding-top: 31.466%;
    height: 0;
}

#fmcall.btn-tel01 a {
    background-image: url(../img/btn_tel01.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-size: cover;
    padding-top: 18.133%;
    height: 0;
    margin-bottom: 1rem;
}


/* ------------------------------------------ スクリプトタグ余白消去 */

#tag-space {
    line-height: 0;
    height: 0;
    margin-top: -400px;
}

@media screen and (min-width: 1200px)  {
#bottom-btn {
    display: none;
}
}
