@charset "UTF-8";

/*===============================================
　CSS Reset
===============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===============================================
　全幅共通　0px〜860px〜1240px〜（スマホのみの変更はここ）
===============================================*/

body {
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        color: #2c2c2c;
    }

h1 {
	    font-size: 40px;
        font-weight: 400;
        font-family: "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 60px;
        padding: 0px 0px 0px 0px;
	    margin: 40px 0px 40px 0px;
    }

h2 {
        font-size: 18px;
        line-height: 30px;
	    padding: 0px 0px 25px 0px;
	    margin: 40px 0px 42px 0px;
        font-weight: 700;
        text-align: center;
        text-decoration:underline;
        text-decoration-color:#FF0000;
        text-decoration-thickness: 2px;
        text-underline-offset: 7px;
    }

h3 {
        font-size: 16px;
	    font-weight: 700;
	    margin: 60px 0px 42px 0px;
	    padding: 0px 0px 0px  0px;
        text-align: center;
    }

p {
        line-height: 26px;
        margin: 0px 0px 27px 0px;
        padding: 0px 0px 0px 0px;
    }

li {
	    padding: 0px 8px 0px 20px;
    }

.spacer {
    line-height: 115%;
}

A {
	    text-decoration:none;
	    border-bottom: 1px dotted #00C;
    }

A:link {
	    color: #2c2c2c;
    }

A:visited {
	    color: #2c2c2c;
    }

A:hover {
	    color: #ffffff;
	    background: #2c2c2c;
    }

A:active {
	    color: #2c2c2c;
    }

a img {
        border-style:none;
    }


table.main_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 50px 0px 50px 0px;
    
}

table.main_table tr:nth-child(odd){
    background-color: #eee
}

th {
    text-align: center;
    line-height: 26px;
    padding: 10px 0px 10px 0px;
}

td {
    line-height: 26px;
    padding: 10px 10px 10px 10px;
}

.name {
    width: 25%;
    font-weight: 600;
}

.charge {
    width: 7%;
    font-weight: 600;
}

.year {
    width: 12%;
}

.review {
    width: 7%;
}

.station {
    width: 16%;
}

.comment {
    width: 33%;
    padding-left: 15px;
}

li {
    line-height: 26px;
}

/*===================================================================*/
/* 選択された要素に対してCSSを指定 winのsafari3.1、Opera9.5、Google Chrome */
::selection {
	    background:#2c2c2c;
	    color:#FFFFFF;
    }

/* 選択された要素に対してCSSを指定 Firefox */
::-moz-selection{
	    background:#2c2c2c;
	    color:#FFFFFF;
    }

/* 回り込み解除用セレクタ */
.clear { 
        clear:both; 
    }
/*===================================================================*/
.header {
        position: fixed;
    }

.wrapper {
        width: 100%;
    }

.center-wrapper {
        padding: 40px 20px 0px 20px;
    }

.topinfo {
    margin: 50px 0px 50px 0px;
    font-weight: 700;
}

.floorplan {
        text-align: center;
    }

img {
    width: 90%;
    max-width: 100%;
    height: auto;
}

.map {
    margin: 0 auto;
}

.maplink {
    margin: 10px 0px 0px 0px;
}

.mapnote {
    margin: 15px 0px 0px 0px;
}

.tel {
    text-align: center;
    font-size: 24px;
    color: crimson;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    line-height: 40px;
}

.tel a {
    color: crimson;
}

.mail {
    text-align: center;
    font-size: 22px;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 40px;
}

.mail a {
    color: forestgreen;
}

.centering {
    text-align: center;
}

.to_top {
    display: inline-block;
    margin: 90px 0px 0px 0px;
}

.footer {
        width: 100%;
        color: #FFFFFF;
        background-color: #2c2c2c;
        height: 200px;
        margin: 100px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

.copyright {
        text-align:center;
        padding: 90px 0px 0px 0px;
    }

/*===============================================
　画面の横幅　860px〜1240px
===============================================*/
@media screen and (min-width:860px) and (max-width:1240px) {
    
.center-wrapper {
        padding: 40px 120px 0px 120px;
    }

.topinfo {
    margin: 50px 0px 50px 0px;
    font-weight: 700;
}

}
    
/*===============================================
 画面の横幅　1240px〜
===============================================*/
@media screen and (min-width: 1240px) {

.wrapper {
        width: 1000px;    
        margin: 0 auto;
    }
    
.center-wrapper {
        padding: 40px 0px 0px 0px;
    }
    
.topinfo {
    margin: 50px 0px 50px 0px;
    font-weight: 700;
}

}

/*===============================================
 画面上部へのスクロール
===============================================*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 15px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

/*===============================================
　CONTACT
===============================================*/

.comtact_form {

}
    
    
.form_name {
    margin: 0px 0px 5px 0px;
}

.form_mail {
    margin: 10px 0px 5px 0px;
}

.form_message {
    margin: 10px 0px 5px 0px;
}

.name_box {
    margin: 0px 0px 0px 0px;
    height:30px;
}

.mail_box {
    margin: 0px 0px 0px 0px;
    height:30px;
}

.message_box {
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.submit_button {
    display: inline-block;
    padding: 8px 20px 8px 20px; 
    width:90px;
    height:35px;
    font-size: 11px;
    background:#2c2c2c;
    color:#FFFFFF;

}

.form_confirm {
    margin: 0px 0px 10px 0px;
}

.form_error {
    margin: 0px 0px 10px 0px;
    /*color: crimson;*/
}

.msg {
    color:crimson;
}

table.form_confirm th {
    background:#2c2c2c;
    color:#FFFFFF;
    width: 20%;
    padding: 10px 10px 10px 10px;
    
}

table.form_confirm td {
    border: solid 1px #2c2c2c; 
    width: 80%;
    padding: 10px 10px 10px 10px;
}

table.form_error th {
    background:#2c2c2c;
    color:#FFFFFF;
    width: 20%;
    padding: 10px 10px 10px 10px;
    
}

table.form_error td {
    border: solid 1px #2c2c2c; 
    width: 80%;
    padding: 10px 10px 10px 10px;
}
