* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333;
    text-align: justify;
    word-wrap: break-word;
    font-size:100%;
    background: #EEEEEE;
}

p {
    margin-bottom:1em;
}
img {
    border:none;
}


img.rpImg {
    width: 100%;
    height: auto;
}

.leftImg {
    float:left;
    margin: 0 5px 0 0;
}
.rightImg {
    float:right;
    margin: 0 0 0 5px;
}
.red {
    color:red;
}
.center {
    text-align:center;
}
table img {
    width:100%;
    height:auto;
}
.ptb30 {
    padding: 30px 0;
}

.mt5 {
    margin-top: 5px;
}
.pb5 {
    padding-bottom: 5px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt20 {
    margin-top: 20px;
}
#headline {
    margin-top:10px;
    font-size:80%;
}
#navi {
    width:100%;
    top: 0px;
    height: 50px;
    position: fixed;
    z-index: 999;
    display:table;
    background: #F8F1EE;
//	opacity: 0.8;
//	filter: alpha(opacity=80);
}

ul.gNav {
    width:100%;
	display: flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content: center;
}
ul.gNav li {
    width:24%;
    height: 50px;
	border-right: 1px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.gNav li:last-child {
	border-right: none;	/*下線の幅、線種、色*/
}

#navi ul.gNav li a {
    width:100%;
    height: 50px;
    color:#333;
    text-decoration:none;
    font-size:10pt;
	display: flex;
	align-items: center;
	justify-content: center;
}

#navi:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header {
    width:100%;
}

#container {
    margin: 0 auto;
    max-width:560px;
    padding: 50px 5px 0 5px;
    background: #FFF;
}

h1 {
    font-size:13pt;
}

#header .logo a{
    float:left;
}

#header .header_tel {
    float:right;
}

#contents {
    margin-top:0px;
    margin-bottom:1em;
}

#main {
}

h2.catch {
    font-size:12pt;
    padding: 5px;
    background: #F8F1EE;
    margin-bottom:10px;
    color:#333;
}

h3.catch {
    font-size:11pt;
    padding: 5px;
    margin-bottom:10px;
    border-bottom: 2px solid #F8F1EE;
}

ul.check {
    margin: 0 0 1em 1em;
}

ul.check li{
    list-style:none;
}

h2 {
    font-size:12pt;
    padding: 5px;
    background: #F8F1EE;
    margin-bottom:10px;
    color:#333;
}

h3 {
    font-size:11pt;
    padding: 5px;
    margin-bottom:10px;
    border-bottom: 2px solid #F8F1EE;
}

#main table.price th, #main table.price td {
    font-size:11px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;;
    background-color: #fafafa;
}

#main p {
    font-size:85%;
}

.bg_03 {
    background-color: #EDEAF7;
    padding: 5px 5px 0px 5px;
}

.repair_01 {
    background-color: #A6CA17;
    margin: 0;
    padding: 0px 5px 5px 5px;
    min-height: 150px;
    color:#FFF;
}
.repair_02 {
    margin: 0;
    padding: 0px 5px 5px 5px;
    min-height: 150px;
    background-color: #6EABF3;
    color:#FFF;
}
.repair_03 {
    margin: 0;
    padding: 0px 5px 5px 5px;
    min-height: 150px;
    background-color: #EBB715;
    color:#FFF;
}

.tenpo p {
    font-size:110%;
}

.info {
    background: url(../img/bg_pat_01.gif);
    border-bottom: 1px solid #CCC;
    margin-bottom:10px;
}
.info table {
    width:100%;
    text-align: center;
    margin-bottom:5px;
}

.info table th {
    background: #ddd;
    text-align: center;
    border: 1px solid #333;
    padding: 5px 0;
}
.info table td {
    text-align: center;
    border: 1px solid #333;
    padding: 10px 0;
    background-color: #FFF;
}

#footer {
}

#pagetop {
    font-size:10pt;
    text-align:right;
    color:#333;
}
#pagetop a {
    text-decoration:none;
    color:#333;
}

#footer .copy {
    padding:10px 0 1px 0;
    background: #F8F1EE;
    color:#333;
    text-align:center;
    font-size:7pt;
}

#footer .copy a {
    text-decoration:none;
    color:#333;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}

.main_menu {
    background: #F8F1EE;
	display: flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content: center;
}

.menu_contents {
	width:40%;
	padding: 10px 5px 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_contents img {
	width:100%;
}

.nowrap {
	white-space: nowrap;
	padding-right:5px;
}

@media (max-width : 480px){

.main_menu {
    background: #F8F1EE;
	display: flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: center;
}

.menu_contents {
	width:98%;
	display: flex;
	align-items: center;
	justify-content: center;
}
img {
	width:100%;
    border:none;
}

#navi {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

#navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
	overflow:hidden;
}

#navi .gNav li {
    width: 25%;
    float: left;
}
#navi .gNav li:last-child {
    width: 24%;
}
#navi .gNav li a {
    display: block;
    text-align: center;
	padding-top:18px;
}

.sp-off {
	display: none;
}

}
