@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 480px) {


body,html {
    margin: 0px;
    padding: 0px;
    color: #fff;	/*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
    font-size:0.9em;	/*文字サイズ*/
    line-height: 2;		/*行間*/
    -webkit-text-size-adjust: none;
    background-color: #0B3B72;
    text-align: center;
    background-image: url(../img/bg.png);
}

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

.top{
	width: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


h1{
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}


ol, ul ,li{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#container {
    width: 100%;
	min-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
header {
    padding: 20px 0;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}


/*TELブロック*/
header .tel {
    display: inline-block;
    background-color: #FFFFFF;	/*背景色*/
    color: #554B32;		/*文字色*/
    padding: 5px 20px 10px;	/*上、左右、下へのボックス内の余白*/
    border-radius: 4px;		/*角丸のサイズ*/
    border: 1px solid #aa9d79;	/*枠線の幅、線種、色*/
    letter-spacing: 0.1em;		/*文字間隔を少し広くとる設定*/
    font-size: 1em;			/*文字サイズ*/
    margin-left: auto;
    margin-right: auto;
    float: none;
    font-weight: bold;
	margin-top: 3%;
	width: 78%;
}
/*TELブロック内の電話番号部分*/
header .tel span {
	font-size: 20px;	/*文字サイズ*/
}
header #logo {
    width: 80%;	/*画像幅*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	float: none;
}

.top_main_imge {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#menu_btn{
	display: none;	
}


/*スマホメニューCSS*/	


/*スマホメニューCSS*/	

.slicknav_menu {
	display:none;
}	

	
#top {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #AA1618;
}
#top_main {
    text-align: left;
    background-color: #020202;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 0px;
    clear: both;
}

/*h2タグの設定*/
#top_main h2 {
    clear: both;
    font-size: 1.1em;	/*文字サイズ*/
    letter-spacing: 0.1em;	/*見出しの下にとるスペース*/
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;		/*上下、左右への余白*/
    color: #554B25;	/*文字色*/
    background: #c3b78a;	/*背景色（グラデーションが使えない古いブラウザ向け）*/
    background-position: 50%;	/*グラデーション*/
    text-shadow: 0px 1px #fff;	/*テキストの影。右に、下に、色*/
    background-image: -webkit-linear-gradient(270deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    background-image: -moz-linear-gradient(270deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    background-image: -o-linear-gradient(270deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    background-image: linear-gradient(180deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    font-weight: bold;
}
/*h3タグの設定*/
#top_main h3 {
    clear: both;
    margin-bottom: 20px;	/*見出しの下にとるスペース*/
    padding: 6px 20px;		/*上下、左右への余白*/
    background-color: #0A193B;	/*グラデーション*/
    border: 1px solid #666;		/*枠線の幅、線種、色*/
    margin-top: 20px;
	font-weight: bold;
}



.top_information {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F9F9F9;
    height: 100%;
}
.iframeWrap {
    position: relative;
    padding-bottom: 27%;
    overflow: hidden;
	height: 100%;
}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;height: 100% !important;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 5%;
	z-index: 999;
	font-size: 0.7em;
}
.pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(38,38,38,0.59);
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 21px;
    padding: 6%;
    border-width: 1px;
    border-style: solid;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	max-width: 1200px;		/*ブロックの最大幅。上の#containerと合わせる。*/
	margin: 0 auto 20px;
	color: #fff;	/*文字色*/
	text-align: center;
	padding: 10px 0;
}
footer a {
	color: #fff;	/*文字色*/
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}
	
	
/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 30%;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: none;
	width: auto;
}	
#map {
    max-width: 100%;
	height: 100%;
}	
.contact_tel {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 95%;
    margin-top: 10px;
}
.contact_tel span {
    font-weight: normal;
    font-size: 0.7em;
}	

	
#formWrap {
    width: 95%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}		
.service_image_box {
    margin-top: 15px;
}	
	
.carbell_image{
    width: 30%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: #fff;
    padding: 0.5%;
    border: 1px solid #808080;
    -webkit-box-shadow: 2px 2px 2px #C0C0C0;
    box-shadow: 2px 2px 2px #C0C0C0;
    float: left;
}	
}
