﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
    box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	background: #fff;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
}
input, textarea {
	font-size: 14px;
}
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=box] {
	-webkit-appearance: inherit;
	border-radius: 0;
}
select {
	font-size: 16px;
}
/******************** a ********************/
a {
	color: #4af;
	text-decoration: underline;
}
a:hover {
	color: #7bf;
	text-decoration: none;
}
/********************/
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
table {
	line-height: 150%;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.bold img {
	margin-right: 3px;
}
.small {
	font-size: 90%;
}
.red {
	color: #FF0000;
}
.green {
	color: #00AC65;
}
.gray {
	color: #aaa;
}
.gray2 {
	color: #999;
}
.black {
	color: #000;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
hr {
	border: 0;
	border-top: 1px solid #c3b7b7;
	height: 0;
	margin: 10px 0;
	padding: 0;
}

/******************** ie6 ********************/
*html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
*html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/******************** slidebar ********************/
#sb-site, .sb-site-container {
	background-color: #fff; 
}
.sb-slidebar {
	background-color: #fff;
}
.main_content {
	padding-top: 60px;
	-webkit-box-shadow: 0px 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 0p 2px #000;
	box-shadow: 0px 0px 0px 2px #000;
}
.sb-slide {
	position: absolute;
	top: 0;
	right: 2px;
	height: 60px;
	z-index: 10;
}
.sb-slide .sb-toggle-right {
	float: right;
	width: 1em;
	cursor: pointer;
	margin: 20px 35px 0 0;
}
/********************/
.sb-slidebar ul {
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
}
.sb-slidebar li {
	font-size: 14px;
}
.sb-slidebar li.spacer {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sb-slidebar ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url("../img/icon_arrow_r.png") no-repeat right center;
	padding: 10px 15px;
	border-bottom: 1px solid #c3b7b7;
}
.sb-slidebar li a:hover {
	color: #f00000;
}
/******************** contents ********************/
header {
	background: #fff859;
    text-align: center;
}
h2 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 10px;
}
h2 span {
    border-bottom: 3px solid #fff859;
}
.text {
    text-align: left;
    margin: 0 15px;
}
/******************** repair ********************/
.img100 {
    text-align: center;
    margin-bottom: 20px;
}
.img100 img {
    width: 100%;
    max-width: 640px;
    height: auto;
}
/******************** page_top ********************/
p#go_to_top {
	border-top: 1px solid #c3b7b7;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	margin-top: 30px;
}
p#go_to_top a {
	color: #000;
	text-decoration: none;
}
p#go_to_top a:hover {
	color: #7bf;
}
/******************** footer ********************/
ul#footer_nav {
    background: #fffed0;
    padding: 10px 0 10px;
    font-size: 14px;
}
ul#footer_nav li a {
    color: #888;
    padding: 3px 0;
}
footer {
    background: #fffed0;
	padding: 15px 10px;
    border: 1px solid #fff;
}
footer.space {
    padding-bottom: 100px;
}
@media screen and (min-width: 320px) and (max-width: 330px){
footer.space {
    padding-bottom: 60px;
}
}
@media screen and (min-width: 331px) and (max-width: 400px){
footer.space {
    padding-bottom: 70px;
}
}
@media screen and (min-width: 401px) and (max-width: 500px){
footer.space {
    padding-bottom: 80px;
}
}
@media screen and (min-width: 501px) and (max-width: 600px){
footer.space {
    padding-bottom: 100px;
}
}
/******************** btn_footer ********************/
.bg_gray {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
    padding: 8px 0;
    margin: 0;
}
.bg_gray ul {
	width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bg_gray ul li {
    text-align: center;
}
.bg_gray ul li#irai {
    padding: 0 3px 0 6px;
    width: 64%;
}
.bg_gray ul li#tel {
    padding: 0 6px 0 3px;
    width: 36%;
}
.bg_gray ul li a {
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #333;
    align-content: center;
    border: none;
    background: transparent;
    height: 84px;
}
@media screen and (min-width: 320px) and (max-width: 600px){
.bg_gray ul {
	width: 100%;
}
}
@media screen and (min-width: 320px) and (max-width: 330px){
.bg_gray ul li a {
    height: 44px;
}
}
@media screen and (min-width: 331px) and (max-width: 400px){
.bg_gray ul li a {
    height: 52px;
}
}
@media screen and (min-width: 401px) and (max-width: 500px){
.bg_gray ul li a {
    height: 60px;
}
}
@media screen and (min-width: 501px) and (max-width: 600px){
.bg_gray ul li a {
    height: 80px;
}
}
.bg_gray ul li#irai a {
    background: #ff5757;
}
.bg_gray ul li#tel a {
    background: #fff;
}
.bg_gray ul img {
    height: auto;
    width: 100%;
    display: block;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/