@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html
{
	height:100%;
}
body
{
font:90%/1.5 "メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
background:url();
-webkit-text-size-adjust: none;
height:100%;
margin:0;
padding:0;
}

/* リンク設定
------------------------------------------------------------*/
a{
}

a:hover, a:active{
}

a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

a img {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}


*:first-child+html input[type="submit"]{padding:3px;}

/* GoTop
------------------------------------------------------------*/
#bt_page_top{
    position:fixed;bottom:50px;
    right:20px;
    width:72px;
    height:72px;
    text-align:center;
    z-index:9999;
    cursor:pointer;
    background:url("../img/page_top.png") no-repeat 0 0;
    background-size: 100%;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
#bt_page_top:hover{
    filter:alpha(opactiy=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5
}

/* レイアウト
------------------------------------------------------------*/

.clear
{
	clear:both;
}

a
{
	transition: all .3s;
}
button
{
	transition: all .3s;
	cursor: pointer;
}

/* リンク
------------------------------------------------------------*/
a:link {color:#644016; text-decoration:none;} 
a:visited {color:#644016;} 
a:hover {color:#AA6F1A;} 
a:active {color:#AA6F1A;}

/* タイポグラフィ
*****************************************************/

html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */


/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
.right
{
	text-align:right;
}
h2.h2styleA
		{
			font-size:2.2em;
			color:#333;
		}
span.textSizing-s
{
	font-size:0.8em;
	margin:0 0.3em;
}
span.textSizing-l
{
	font-size:1.3em;
	margin:0 0.3em;
}
.pc-display
{
	display:block;
}
.tblt-display
{
	display:none;
}
.sp-display
{
	display:none;
}
.sp-hidden
{
	display:block;
}
.tblt-hidden
{
	display:block;
}

div#WholeWrap
{
	width:100%;
	height:100%;
	background:#fff;
	margin:0;	padding:0;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

img.floating {
bottom: 30px;
right:30px;
position: fixed;
z-index: 1;
width:100px;
}

div.Btn00-wrap
	{
		margin:3em auto 2em;
		padding-bottom:3em;
		border-bottom:1px dotted #5F4725;
		width:100%;
	}
	div.Btn00
	{
		line-height:55px;
		height:55px;
		padding:0;
		margin:0 auto;
		width:50%;
		text-align:center;
		font-size:1.4em;
		color:#5F4725;
		background:#EFECE4;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		position:relative;
		border:1px solid #5F4725;
	}
	div.Btn00 a
	{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		color:#5F4725;
	}
		div.Btn00 a:hover
		{
			color:#877842;
			background:#fff;
			border-radius:7px;
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
		}
.mincho{
    font-family:"游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    }
/*----------------------●FadeIn--------------------------*/
.effect i {
  height: auto;
  padding: 0;
  margin:0;
  font-size: auto;
  transition: 2.0s;
} 
.effect div {
  margin: auto;
  transition: 1.8s;
  transition-delay: .0s;
}

/*--------------------●Header---------------------*/
header
{
	width:auto;
	border-bottom:1px solid #888;
}
	div#header-inner
	{
		width:1200px;
		height:auto;
		margin:0 auto;
        padding: 10px 0 0;
		text-align:center
	}
		div#header-logo
		{
            width:40%;
            display: inline-block;
            text-align: left;
            vertical-align: top;
		}
			div#header-logo img
			{
                margin-top: 5px;
                width: 300px;
			}
        div.header-info{
            width: 50%;
            display: inline-block;
            text-align: right;
            vertical-align: top;
        }
            img.header-infoImg{
                margin-top: 3px;
            }
            img.header-telImg{
                vertical-align: top;
            }

/*--------------------●NAVI---------------------*/
nav#nav_pc
{
	width:auto;
	padding:10px 0;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
	div#nav_pc-Inner
	{
		width:1200px;
		margin:0 auto;
		height:auto;
		position: relative;
	}
		ul#menu-pc
		{
			display: block;
		}
#menu-pc li {
  float: left;
  width: 16.666%;
  text-align: center;
  position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
}
#menu-pc li a {
	height:24px;
	width:100%;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
	background:#ccc;
}
	/*------off*/
	#menu-pc li.menu-01 a {
		background:url(http://chez.site/external/img/common/menu-01.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-02 a {
		background:url(http://chez.site/external/img/common/menu-02.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-03 a {
		background:url(http://chez.site/external/img/common/menu-03.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-04 a {
		background:url(http://chez.site/external/img/common/menu-04.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-05 a {
		background:url(http://chez.site/external/img/common/menu-05.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-06 a {
		background:url(http://chez.site/external/img/common/menu-06.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-07 a {
		background:url(http://chez.site/external/img/common/menu-07.png) no-repeat center;
		background-size:171px;
		background-position:center;
	}
	
	/*------hover*/
	#menu-pc li.menu-01 a:hover {
		background:url(http://chez.site/external/img/common/menu-01_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-02 a:hover {
		background:url(http://chez.site/external/img/common/menu-02_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-03 a:hover {
		background:url(http://chez.site/external/img/common/menu-03_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-04 a:hover {
		background:url(http://chez.site/external/img/common/menu-04_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-05 a:hover {
		background:url(http://chez.site/external/img/common/menu-05_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-06 a:hover {
		background:url(http://chez.site/external/img/common/menu-06_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-07 a:hover {
		background:url(http://chez.site/external/img/common/menu-07_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	
	/*------stay*/
	#menu-pc li.menu-01_on a {
		background:url(http://chez.site/external/img/common/menu-01_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-02_on a {
		background:url(http://chez.site/external/img/common/menu-02_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-03_on a {
		background:url(http://chez.site/external/img/common/menu-03_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-04_on a {
		background:url(http://chez.site/external/img/common/menu-04_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-05_on a {
		background:url(http://chez.site/external/img/common/menu-05_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-06_on a {
		background:url(http://chez.site/external/img/common/menu-06_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}
	#menu-pc li.menu-07_on a {
		background:url(http://chez.site/external/img/common/menu-07_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}

#menu-pc li.nav-sp
{
	display:none;
}

#menu-pc li ul.sub-menu {
  display: none;  /*サブメニューは最初は非表示にしておく*/
  position: absolute;  /*絶対配置にしておかないとうまくいかない*/
  top: 2em;
  left: 30%;
}
#menu-pc li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#menu-pc li ul.sub-menu li {
  float: none;  /*サブメニューはフロートさせないので解除*/
}


/*----------------------●SP NAVI--------------------------*/


/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;;
	margin:0 auto;
    background: url(../img/mainvisual_bg.png) no-repeat center;
    background-size: cover;
}
    div.mainvisual-Inner{
        width:1200px;
        margin: 0 auto;
		position: relative;
    }
	div.mainvisual-Inner img{
		width:100%;
	}
	div.mainMessage{
		width: 62%;
		margin: 0 auto;
		background: rgba(255,255,255,0.8);
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		bottom:100px;
		left: 4%;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
		div.mainMessage p{
			font-size: 1.3em;
			margin: 7px auto;
			text-shadow: 1px 1px 1px #fff;
			line-height: 1.8;
		}
			div.mainMessage p span{
				font-weight: bold;
				margin: 0 3px;
				color: #2189B8;
			}

/*----------------------●H関連--------------------------*/
h2.h2-baseA{
    font-size: 2.8em;
    color: #fff;
    margin-bottom: 0.5em;
}
    h2.h2-baseA span{
        font-weight: bold;
        font-size: 1.2em;
        color: #F9FF24;
}
h2.h2-baseB{
    font-size: 2.8em;
    color:#222;
    margin-bottom: 0.5em;
}
    h2.h2-baseB span{
        font-weight: bold;
        font-size: 1.2em;
    }

/*----------------------●Section01--------------------------*/
section#section01
{
	width:100%;
	background:#169cdb url(../img/sct01_bg.png) repeat-x bottom;
    background-size: 40px auto;
    text-align: center;
    border-top: 10px solid #178ec6;
}
	div#sct01-Inner
	{
		width:1200px;
		margin:0 auto;
		padding:2.5em 0 0;
	}
div#sct01-Inner img{
    width: 100%;
}

/*----------------------●Section02--------------------------*/
section#section02{
    width:100%;
    background: url(../img/sct02-bg.png);
    background-size:100%;
    text-align: center;
}
    div#sct02-Inner{
        width: 1200px;
        margin: 0 auto;
        padding: 4em 0 2.5em;
    }
div.sct02-box{
    background: rgba(255,255,255,0.69);
    width:60%;
    padding: 1em;
    margin: 0 auto 1em;
    font-size: 2.1em;
    text-shadow: 0 2px 0 #fff,2px 0 0 #fff,0 -2px 0 #fff,-2px 0 0 #fff,2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
    color:#207DC0;
}
    div.sct02-box span{
        font-size: 0.8em;
		margin:0 5px; 
}

/*----------------------●Section03--------------------------*/
section#section03{
    width:100%;
    background: url(../img/sct03-bg.png) repeat-y center;
    text-align: center;
}
    div#sct03-Inner{
        width: 1200px;
        margin: 0 auto;
        padding: 1.5em 0 4.5em;
    }
div.sct03-Head{
    width:100%;
    margin: 0;
    padding: 1px 0;
    height: 370px;
    background: url(../img/sct03-head.png) no-repeat center bottom;
}
    div.sct03-HeadInner{
        width:80%;
        padding: 1px 0 0;
        margin-top: 3em;
        margin-left: 0;
    }
        div.sct03-HeadInner p{
            font-size: 2.2em;
            color: #fff;
        }
        div.sct03-BoxWrapper{
            width:80%;
            margin: 0 auto;
            padding: 0;
        }
    div.sct03-Box{
        background: #fff;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin: 0 auto 2em;
        padding: 1em;
        text-align: left;
    }
        div.sct03-Box figure{
            width: 26%;
            margin: 0;
            padding: 0;
            display: inline-block;
            text-align: center;
        }
        div.sct03-BoxText{
            display:inline-block;
            width: 71%;
            vertical-align: top;
            padding: 0.5em 0;
            font-size: 1.2em;
        }
            h3.sct03-h3{
                font-size: 1.4em;
                line-height: 1.1;
                color:#FF871F;
                font-weight: bold;
                margin-bottom: 0.5em;
            }
                h3.sct03-h3 span{
                    font-size: 0.65em;
                    font-weight: normal;
                    color: #aaa;
                    border-bottom: 1px dotted #f1f1f1;
                }

/*----------------------●Section04--------------------------*/
section#section04
{
	width:100%;
	background:#fff url(../img/sct04-bg.png) repeat;
    text-align: center;
}
	div#sct04-Inner
	{
		width:900px;
		margin:0 auto;
		padding:2.5em 0 3.5em;
	}
        div#sct04-Inner img{
            width:100%;
        }

/*----------------------●Section05--------------------------*/
section#section05
{
	width:100%;
	background:#fff url(../img/sct05-bg.png) repeat;
    text-align: center;
}
	div#sct05-Inner
	{
		width:900px;
		margin:0 auto;
		padding:2em 0 0;
	}
        div#sct05-Inner img{
            width:100%;
        }

/*----------------------●Section06--------------------------*/
section#section06
{
	width:100%;
	background:#fff url(../img/sct06-bg.png) repeat;
    text-align: center;
    background-size: cover;
}
	div#sct06-Inner
	{
		width:780px;
		margin:0 auto;
		padding:4em 0 5em;
	}
    div#sct06-Inner p{
        font-size: 1.6em;
        margin-bottom: 1.8em;
    }
        div#sct06-Inner img{
            width:100%;
            margin-top: 1em;
        }

/*----------------------●Section07--------------------------*/
section#section07
{
	width:100%;
	background:#fff url(../img/sct07-bg.png) repeat-y;
    text-align: center;
    border-bottom: 1px solid #fff;
}
	div#sct07-Inner
	{
		width:880px;
		margin:0 auto;
		padding:5em 0 0;
	}
    div#sct07-Inner p{
        font-size: 1.6em;
        margin-bottom: 1.8em;
    }
        div#sct07-Inner img{
            width:100%;
        }

/*----------------------●Section08--------------------------*/
section#section08
{
	width:100%;
	background:#fff url(../img/sct08-bg.png) repeat-y;
    text-align: center;
}
	div#sct08-Inner{
        width:900px;
        margin: 0 auto;
        padding: 3em 0;
    }
        img.sct08-title{
            width:400px;
            margin: 0 auto;
        }
            div.sct08-BoxWrap{
                margin: 2em auto 0;
                padding: 0;
            }
                div.sct08-Box{
                    width: 100%;
                    height: auto;
                    background: #fff;
                    border: 2px solid #1571B4;
                    padding: 1em 1em;
                    margin: 0 auto 2em;
                    box-sizing: border-box;
                    font-size: 1.2em;
                    text-align: left;
                }
                    div.sct08-BoxQ{
                        width: 100%;
                        min-height: 100px;
                        font-size: 1.5em;
                        font-weight: bold;
                        color:#277AC8;
                        vertical-align: middle;
                        padding:0 0 0.5em 100px;
                        margin: 0 auto 0.6em;
                        border-bottom: 1px solid #1571B4;
                        box-sizing: border-box;
                        background: url(../img/sct08-q.png) no-repeat;
                        background-position: 0 0;
                        background-size: 80px;
                    }
                    div.sct08-BoxA{
                        width: 100%;
                        min-height: 100px;
                        font-size: 1.1em;
                        vertical-align: middle;
                        padding:0 0 0 100px;
                        margin: 0 auto;
                        box-sizing: border-box;
                        background: url(../img/sct08-a.png) no-repeat;
                        background-position: 0 0;
                        background-size: 80px;
                    }

/*----------------------●Section09--------------------------*/
section#section09
{
	width:100%;
	background:#fff;
    text-align: center;
    border-bottom: 10px solid #21A5D9;
}
	div#sct09-Inner
	{
		width:900px;
		margin:0 auto;
		padding:5em 0 4em;
	}
    div#sct09-Inner p{
    }
        div#sct09-Inner img{
        }
div.sct09-BoxWrap{
    display: flex;
    justify-content: center;
    font-size: 1em;
    margin: 3em auto 0;
}
div.sct09-BoxL{
    width:30%;
    box-sizing: border-box;
    margin: 0 auto;
    vertical-align: top;
}
    div.sct09-BoxL img{
        width:94%;
    }
div.sct09-BoxR{
    width:65%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
}
    div.sct09-BoxR p{
        font-size: 1.1em;
        margin-bottom: 5px;
    }
div.sct09-BoxR dl{
    font-size: 1em;
}
div.sct09-BoxR dl span{
    color: #0A59B7;
}
    div.sct09-BoxR dt{
        display: inline-block;
        width:50%;
        vertical-align: top;
    }
        div.sct09-BoxR dd{
            display: inline-block;
            width:49%;
            vertical-align: top;
        }
            div.sct09-BoxR h4{
                width:100%;
                background: #bbb;
                color: #fff;
                text-align: center;
                line-height: 1.8em;
                font-size: 1.2em;
                margin: 1.6em auto 10px;
            }
            div.sct09-BoxR img{
                width:100%;
            }
/*----------------------●Section10--------------------------*/
section#section10
{
	width:100%;
	background:#fff;
    text-align: center;
}
	div#sct10-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0 0;
	}
dl.sct10-dl{
    width:800px;
    margin: 0 auto 2em;;
    text-align: left;
    font-size: 1.2em;
    border-bottom:1px dotted #ccc;
}
    dt.sct10-dt{
        width:25%;
        display: inline-block;
        padding: 10px 0;
        border-top:1px dotted #ccc;
        vertical-align: top;
    }
        dd.sct10-dd{
            width:74%;
            display: inline-block;
            padding: 10px 0;
            border-top:1px dotted #ccc;
            vertical-align: top;
        }
            dd.sct10-dd span{

                font-size: 0.8em;
            }
                div.sct10-gmap{
                    width: 100%;
                }


/*----------------------●Contact--------------------------*/
section.contact{
    width:100%;
	background: #0064AD;
    margin: 0 auto;
    padding: 1px 0;
}
div.contact-Inner{
    width:1020px;
    margin: 2.5em auto;
}
div.contact-left{
    width:58%;
    margin: 0;
    padding: 0 2em 0 0;
    display: inline-block;
    text-align: right;
    box-sizing: border-box;
    font-size: 1.8em;
    line-height: 2.2;
    color: #fff;
    vertical-align: top;
}
div.contact-left span{
    font-size: 0.8em;
}
div.contact-right{
    width: 41%;
    display: inline-block;
    text-align: center;
}
    img.contact-toForm{
    width:100%;
        margin-bottom: 10px;
}
/*----------------------●お問合せ--------------------------*/
.sctContact_wrap{
    width:900px;
    margin: 0 auto;
    padding: 2em 0;
}
    .sctContact{
    }
        .sctContact_inner{
            width:100%;
            box-sizing: border-box;
            padding: 2.5em 2em 1em;
            border: 5px solid #f1f1f1;
        }
.sctContact_inner p{
    padding: 0 1em;
}
h2.contact-h2{
    font-size: 2.2em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.8em;
}
h3.contact-h3{
    text-align: center;
    font-size: 1.6em;
    border-bottom: 1px dotted #1493C2;
    margin: 2.5em auto 0.5em;
    color:  #1493C2;
}
.contact-tel{
    text-align: center;
    margin: 1em auto;
}
.contact-dl{
}
    .contact-dl dt{
        width: 30%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .contact-dl dd{
        width: 68%;
        display: inline-block;
        margin-bottom: 10px;
    }

input.contact-text_s
{
    min-width:65%;
}
input.contact-text_m
{
    min-width:80%;
}
/* フッター
*****************************************************/

#copyright{
clear:both;
margin:2em auto 0;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
color:#f1f1f1;
zoom:1;
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
	margin:0;
	padding:1em 0 0;
}
	div#GotopInner
	{
		width:1200px;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
		div#GotopInner img
		{
			width:80px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
	width:100%;
	background:#175D90;
	height:auto;
	margin:0;
	padding:2em 0;
    border-top:10px solid #fff;
}
	div#footerInner
	{
		width:1020px;
		margin:0 auto;
		padding:0;
		color:#fff;
	}
div.footerLeft{
    width:47%;
    margin: 0 5% 0 0;
    display: inline-block;
    vertical-align: top;
}
div.footerRight{
    width:47%;
    display: inline-block;
    vertical-align: top;
}
h4.footer-h4{
    font-size: 1.4em;
    color: #FFF72C;
    border-bottom: 1px solid #FFF;
    margin-top:1em;
    margin-bottom: 0.5em;
    line-height: 1.8;
}
    div#footerInner dl
{
    width: 100%;
}
div#footerInner dt{
    width: 21%;
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: top;
}
div#footerInner dd{
    width: 78%;
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: top;
}
.footer-tel{
    font-size: 1.6em;
    font-size: bold;
}
a.footer-tel{
    color: #fffccc;
}

/*-------- Form --------*/



@media screen and (max-width : 1300px) {
/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
h2.h2styleA
		{
		}
span.textSizing-s
{
}
.pc-display
{
}
.tblt-display
{
}
.sp-display
{
}
.sp-hidden
{
}
.tblt-hidden
{
}

div#WholeWrap
{
}

/*--------------------●Header---------------------*/
header
{
}
	div#header-inner
	{
		width:1020px;
	}
		div#header-logo
		{
		}
			div#header-logo img
			{
			}
        div.header-info{
            width: 50%;
        }
            img.header-infoImg{
                margin-top: 3px;
            }
            img.header-telImg{
            }

/*--------------------●NAVI---------------------*/
nav#nav_pc
{
}
	div#nav_pc-Inner
	{
		width:1020px;
	}
		ul#menu-pc
		{
		}
#menu-pc li {
}
#menu-pc li a {
	height:24px;
	width:100%;
}
	/*------off*/
	#menu-pc li.menu-01 a {
		background-size:145px;
	}
	#menu-pc li.menu-02 a {
		background-size:145px;
	}
	#menu-pc li.menu-03 a {
		background-size:145px;
	}
	#menu-pc li.menu-04 a {
		background-size:145px;
	}
	#menu-pc li.menu-05 a {
		background-size:145px;
	}
	#menu-pc li.menu-06 a {
		background-size:145px;
	}
	#menu-pc li.menu-07 a {
		background-size:145px;
	}
	
	/*------hover*/
	#menu-pc li.menu-01 a:hover {
		background-size:145px;
	}
	#menu-pc li.menu-02 a:hover {
		background-size:145px;
	}
	#menu-pc li.menu-03 a:hover {
		background-size:145px;
	}
	#menu-pc li.menu-04 a:hover {
		background-size:145px;
	}
	#menu-pc li.menu-05 a:hover {
		background-size:145px;
	}
	#menu-pc li.menu-06 a:hover {
		background-size:145px;
	}
	#menu-pc li.menu-07 a:hover {
		background-size:145px;
	}
	
	/*------stay*/
	#menu-pc li.menu-01_on a {
		background-size:145px;
	}
	#menu-pc li.menu-02_on a {
		background-size:145px;
	}
	#menu-pc li.menu-03_on a {
		background-size:145px;
	}
	#menu-pc li.menu-04_on a {
		background-size:145px;
	}
	#menu-pc li.menu-05_on a {
		background-size:145px;
	}
	#menu-pc li.menu-06_on a {
		background-size:145px;
	}
	#menu-pc li.menu-07_on a {
		background-size:145px;
	}

#menu-pc li.nav-sp
{
	display:none;
}

#menu-pc li ul.sub-menu {
}
#menu-pc li:hover ul.sub-menu {
}
#menu-pc li ul.sub-menu li {
}

/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;;
	margin:0 auto;
}
    div.mainvisual-Inner{
        width:1020px;
        margin: 0 auto;
    }
	div.mainvisual-Inner img
	{
		width:100%;
	}
	div.mainMessage{
		padding: 10px 20px;
		bottom:50px;
		left: 4%;
	}
		div.mainMessage p{
		}
			div.mainMessage p span{
			}

/*----------------------●H関連--------------------------*/
h2.h2-baseA{
    font-size: 2.6em;
    color: #fff;
    margin-bottom: 0.5em;
}
    h2.h2-baseA span{
        font-weight: bold;
        font-size: 1.2em;
        color: #F9FF24;
}

h2.h2-baseB{
    font-size: 2.6em;
    color:#222;
    margin-bottom: 0.5em;
}
    h2.h2-baseB span{
        font-weight: bold;
        font-size: 1.2em;
    }
    
/*----------------------●Section01--------------------------*/
section#section01
{
	width:100%;
}
	div#sct01-Inner
	{
		width:1020px;
		margin:0 auto;
		padding:2.5em 0 0;
	}
    div#sct01-Inner img{
        width:100%;
    }

/*----------------------●Section02--------------------------*/
section#section02{
    width:100%;
    background: url(../img/sct02-bg.png);
    background-size:100%;
    text-align: center;
}
    div#sct02-Inner{
        width: 1020px;
        margin: 0 auto;
        padding: 4em 0 2.5em;
    }
div.sct02-box{
    background: rgba(255,255,255,0.69);
    width:68%;
    padding: 1em;
    margin: 0 auto 1em;
    font-size: 2.1em;
}
    div.sct02-box span{
        font-size: 0.8em;
}

/*----------------------●Section03--------------------------*/
section#section03{
    width:100%;
    background: url(../img/sct03-bg.png) repeat-y center;
    text-align: center;
}
    div#sct03-Inner{
        width: 1020px;
        margin: 0 auto;
        padding: 1.5em 0 4.5em;
    }
div.sct03-Head{
    width:100%;
    margin: 0;
    padding: 1px 0;
    height: 370px;
    background: url(../img/sct03-head.png) no-repeat center bottom;
}
    div.sct03-HeadInner{
        width:90%;
        padding: 1px 0 0;
        margin-top: 3em;
        margin-left: 0;
    }
        div.sct03-HeadInner p{
            font-size: 2.2em;
            color: #fff;
        }
        div.sct03-BoxWrapper{
            width:86%;
            margin: 0 auto;
            padding: 0;
        }
    div.sct03-Box{
        width: 100%;
        margin: 0 auto 2em;
        padding: 1em;
    }
        div.sct03-Box figure{
            width: 27%;
            margin: 0;
            padding: 0;
        }
        div.sct03-BoxText{
            width: 70%;
            vertical-align: top;
            padding: 0.5em 0;
            font-size: 1.2em;
        }
            h3.sct03-h3{
                font-size: 1.4em;
                line-height: 1.1;
                margin-bottom: 0.5em;
            }
                h3.sct03-h3 span{
                    font-size: 0.65em;
                }

/*----------------------●Section04--------------------------*/
section#section04
{
	width:100%;
	background:#fff url(../img/sct04-bg.png) repeat;
    text-align: center;
}
	div#sct04-Inner
	{
		width:900px;
		margin:0 auto;
		padding:2.5em 0 3.5em;
	}
        div#sct04-Inner img{
            width:100%;
        }

/*----------------------●Section05--------------------------*/
section#section05
{
	width:100%;
	background:#fff url(../img/sct05-bg.png) repeat;
    text-align: center;
}
	div#sct05-Inner
	{
		width:900px;
		margin:0 auto;
		padding:2em 0 0;
	}
        div#sct05-Inner img{
            width:100%;
        }

/*----------------------●Section06--------------------------*/
section#section06
{
	width:100%;
	background:#fff url(../img/sct06-bg.png) repeat;
    text-align: center;
    background-size: cover;
}
	div#sct06-Inner
	{
		width:780px;
		margin:0 auto;
		padding:4em 0 5em;
	}
    div#sct06-Inner p{
        font-size: 1.6em;
        margin-bottom: 1.8em;
    }
        div#sct06-Inner img{
            width:100%;
        }

/*----------------------●Section07--------------------------*/
section#section07
{
	width:100%;
	background:#fff url(../img/sct07-bg.png) repeat-y;
    text-align: center;
}
	div#sct07-Inner
	{
		width:820px;
		margin:0 auto;
		padding:4em 0 0;
	}
    div#sct07-Inner p{
        font-size: 1.6em;
        margin-bottom: 1.8em;
    }
        div#sct07-Inner img{
            width:100%;
            margin-top: 2.5em;
        }

/*----------------------●Section08--------------------------*/
section#section08
{
	width:100%;
}
	div#sct08-Inner{
        width:840px;
        margin: 0 auto;
        padding: 3em 0;
    }
        img.sct08-title{
            width:350px;
            margin: 0 auto;
        }
            div.sct08-BoxWrap{
                margin: 2em auto 0;
                padding: 0;
            }
                div.sct08-Box{
                    width: 100%;
                    height: auto;
                    border: 2px solid #007900;
                    padding: 1em 1em 0em;
                    margin: 0 auto 2em;
                    font-size: 1.2em;
                }
                    div.sct08-BoxQ{
                        width: 100%;
                        min-height: 100px;
                        font-size: 1.5em;
                        padding:0 0 0.5em 94px;
                        margin: 0 auto 0.6em;
                        background-position: 0 0;
                        background-size: 74px;
                    }
                    div.sct08-BoxA{
                        width: 100%;
                        min-height: 100px;
                        font-size: 1.1em;
                        vertical-align: middle;
                        padding:0 0 0 94px;
                        margin: 0 auto;
                        box-sizing: border-box;
                        background: url(../img/sct08-a.png) no-repeat;
                        background-position: 0 0;
                        background-size: 74px;
                    }

/*----------------------●Section09--------------------------*/
section#section09
{
	width:100%;
}
	div#sct09-Inner
	{
		width:900px;
		margin:0 auto;
		padding:5em 0 4em;
	}
    div#sct09-Inner p{
    }
        div#sct09-Inner img{
        }
div.sct09-BoxWrap{
}
div.sct09-BoxL{
}
    div.sct09-BoxL img{
    }
div.sct09-BoxR{
}
    div.sct09-BoxR p{
    }
div.sct09-BoxR dl{
}
    div.sct09-BoxR dt{
    }
        div.sct09-BoxR dd{
        }
            div.sct09-BoxR h4{
            }
            div.sct09-BoxR img{
            }
/*----------------------●Section10--------------------------*/
section#section10
{
	width:100%;
	background:#fff;
    text-align: center;
}
	div#sct10-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0 0;
	}
dl.sct10-dl{
    width:800px;
    margin: 0 auto 2em;;
    text-align: left;
    font-size: 1.2em;
    border-bottom:1px dotted #ccc;
}
    dt.sct10-dt{
        width:25%;
        display: inline-block;
        padding: 10px 0;
        border-top:1px dotted #ccc;
        vertical-align: top;
    }
        dd.sct10-dd{
            width:74%;
            display: inline-block;
            padding: 10px 0;
            border-top:1px dotted #ccc;
            vertical-align: top;
        }
            dd.sct10-dd span{

                font-size: 0.8em;
            }
                div.sct10-gmap{
                    width: 100%;
                }
    
/*----------------------●Contact--------------------------*/
section.contact{
    margin: 0 auto;
    padding: 1px 0;
}
div.contact-Inner{
    width:980px;
    margin: 2.5em auto;
}
div.contact-left{
    width:56%;
    margin: 0;
    padding: 0 2em 0 0;
    font-size: 1.8em;
    line-height: 2.2;
}
div.contact-left span{
    font-size: 0.8em;
}
div.contact-right{
    width: 43%;
    display: inline-block;
}
    img.contact-toForm{
    width:100%;
        margin-bottom: 10px;
    }
    img.contact-tel{}

/*----------------------●お問合せ--------------------------*/
.sctContact_wrap{
}
    .sctContact{
    }
        .sctContact_inner{
        }
.sctContact_inner p{
}
h2.contact-h2{
}
h3.contact-h3{
}
.contact-tel{
}
.contact-dl{
}
    .contact-dl dt{
    }
    .contact-dl dd{
    }
    
/* フッター
*****************************************************/

#copyright{
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
}
	div#GotopInner
	{
		width:1020px;
	}
		div#GotopInner img
		{
			width:80px;
		}

/*--------------------●Footer ---------------------*/	
footer#footer
{
	width:100%;
	padding:2em 0;
}
	div#footerInner
	{
		width:1020px;
		margin:0 auto;
		padding:0;
		color:#fff;
	}
div.footerLeft{
    width:47%;
    margin: 0 5% 0 0;
    display: inline-block;
    vertical-align: top;
}
div.footerRight{
    width:47%;
    display: inline-block;
    vertical-align: top;
}
h4.footer-h4{
    font-size: 1.4em;
    color: #FFF72C;
    border-bottom: 1px solid #FFF;
    margin-top:1em;
    margin-bottom: 0.5em;
    line-height: 1.8;
}
    div#footerInner dl
    {
        width: 100%;
    }
        div#footerInner dt{
            width: 22%;
            display: inline-block;
            margin-bottom: 1em;
            vertical-align: top;
        }
        div#footerInner dd{
            width: 77%;
            display: inline-block;
            margin-bottom: 1em;
            vertical-align: top;
        }
            .footer-tel{
                font-size: 1.6em;
                font-size: bold;
            }
                a.footer-tel{
                    color: #fffccc;
                }

}


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

}

@media screen and (max-width : 1024px) {
  
}


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

/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
h2.h2styleA
		{
			font-size:1.8em;
		}
span.textSizing-s
{
	font-size:0.8em;
	margin:0 0.3em;
}
.pc-display
{
	display:none;
}
.tblt-display
{
	display:block;
}
.sp-display
{
}
.sp-hidden
{
}
.tblt-hidden
{
	display:none;
}

div#WholeWrap
{
	width:100%;
	background:#fff;
}
img.floating {
bottom: 80px;
right:5px;
position: fixed;
z-index: 1;
width:80px;
}
div.Btn00-wrap
	{
		margin:2em auto 2.5em;
		width:100%;
	}
	div.Btn00
	{
		width:90%;
		font-size:1.3em;
	}
	div.Btn00 a
	{
	}
		div.Btn01 a:hover
		{
			color:#FFC343;
		}
/*--------------------●Header---------------------*/
header
{
	width:auto;
	margin:0 auto;
	border-bottom:1px solid #555;
}
	div#header-inner
	{
		width:100%;
		height:auto;
		margin:0 auto;
        padding: 10px 0 0;
		text-align:center
	}
		div#header-logo
		{
            width:100%;
            display:block;
            text-align: center;
		}
			div#header-logo img
			{
                margin-top: 0px;
			}
        div.header-info{
            display: none;
        }
            img.header-infoImg{
                display: none;
            }
            img.header-telImg{
                display: none;
            }
		
/*----------------------●SP NAVI--------------------------*/
nav#nav_sp
{
	position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 66px;  
    background-color: #2e1d00;  
    color: #fff;
	z-index:100;
}
div#nav_sp-Inner{
	width:100%;
	height: 100%;  
    overflow: auto;
	margin:auto;
}
ul#menu-sp
		{
			display: block;
		}
#menu-sp li {
  float: left;
  width: 16.666%;
  text-align: center;
  position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
}
#menu-sp li a {
	height:66px;
	width:100%;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
	background:#ccc;
}
	/*------off*/
	#menu-sp li.menu-sp-01 a {
		background:url(http://chez.site/external/img/common/menu-sp01.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a {
		background:url(http://chez.site/external/img/common/menu-sp02.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a {
		background:url(http://chez.site/external/img/common/menu-sp03.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a {
		background:url(http://chez.site/external/img/common/menu-sp04.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a {
		background:url(http://chez.site/external/img/common/menu-sp05.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a {
		background:url(http://chez.site/external/img/common/menu-sp06.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	
	/*------hover*/
	#menu-sp li.menu-sp-01 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp01_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp02_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp03_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp04_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp05_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp06_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	
	/*------stay*/
	#menu-sp li.menu-sp-01_on a {
		background:url(http://chez.site/external/img/common/menu-sp01_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02_on a {
		background:url(http://chez.site/external/img/common/menu-sp02_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03_on a {
		background:url(http://chez.site/external/img/common/menu-sp03_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04_on a {
		background:url(http://chez.site/external/img/common/menu-sp04_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05_on a {
		background:url(http://chez.site/external/img/common/menu-sp05_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06_on a {
		background:url(http://chez.site/external/img/common/menu-sp06_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}

/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;
	margin:0 auto;
}
    div.mainvisual-Inner{
        width:100%;
        margin: 0 auto;
    }
	div.mainvisual-Inner img
	{
		width:100%;
	}
	div.mainMessage{
		width: 64%;
		margin: 0 auto;
		padding: 10px 20px;
		bottom:20px;
		left: 2%;
	}
		div.mainMessage p{
			font-size: 1.1em;
			margin: 5px auto;
			line-height: 1.4;
		}
			div.mainMessage p span{
			}

/*----------------------●H関連--------------------------*/
h2.h2-baseA{
    font-size: 2.2em;
    color: #fff;
    margin-bottom: 0.5em;
}
    h2.h2-baseA span{
        font-weight: bold;
        font-size: 1.1em;
}

h2.h2-baseB{
    font-size: 2.2em;
    color:#222;
    margin-bottom: 0.5em;
}
    h2.h2-baseB span{
        font-weight: bold;
        font-size: 1.1em;
    }

/*----------------------●Section01--------------------------*/
section#section01
{
	width:100%;
    background-size: 20px auto;
}
	div#sct01-Inner
	{
		width:100%;
		margin:0 auto;
		padding:2em 0 0;
	}
    div#sct01-Inner img{
        width:100%;
    }

/*----------------------●Section02--------------------------*/
section#section02{
    width:100%;
    background: url(../img/sct02-bg.png);
    background-size:100%;
    text-align: center;
}
    div#sct02-Inner{
        width: 100%;
        margin: 0 auto;
        padding: 3em 0 2em;
    }
div.sct02-box{
    background: rgba(255,255,255,0.69);
    width:80%;
    padding: 1em;
    margin: 1em auto 1em;
    font-size: 1.8em;
    text-shadow: 0 2px 0 #fff,2px 0 0 #fff,0 -2px 0 #fff,-2px 0 0 #fff,2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
}
    div.sct02-box span{
        font-size: 0.8em;
}

/*----------------------●Section03--------------------------*/
section#section03{
    width:100%;
    background: url(../img/sct03-bg.png) repeat-y center;
    text-align: center;
}
    div#sct03-Inner{
        width: 100%;
        margin: 0 auto;
        padding: 1% 0 3em;
    }
div.sct03-Head{
    width:100%;
    margin: 0;
    padding: 1px 0;
    height: 290px;
    background: url(../img/sct03-head.png) no-repeat center bottom;
    background-size: 95%;
}
    div.sct03-HeadInner{
        width:74%;
        padding: 1px 0 0;
        margin-top: 3em;
        margin-left: 0;
    }
        div.sct03-HeadInner p{
            font-size: 1.8em;
            color: #fff;
        }
        div.sct03-BoxWrapper{
            width:90%;
            margin: 0 auto;
            padding: 0;
        }
    div.sct03-Box{
        background: #fff;
        width: 100%;
        margin: 0 auto 2.2em;
        padding: 1em;
        text-align: left;
    }
        div.sct03-Box figure{
            width: 28%;
            margin: 0;
            padding: 0;
            display: inline-block;
            text-align: center;
        }
    div.sct03-Box figure img{
        width:90%;
    }
        div.sct03-BoxText{
            display:inline-block;
            width: 70%;
            vertical-align: top;
            padding: 0.5em 0;
            font-size: 1.2em;
        }
            h3.sct03-h3{
                font-size: 1.4em;
                line-height: 1.1;
                margin-bottom: 0.5em;
            }
                h3.sct03-h3 span{
                    font-size: 0.65em;
                    font-weight: normal;
                    color: #aaa;
                    border-bottom: 1px dotted #f1f1f1;
                }

/*----------------------●Section04--------------------------*/
section#section04
{
	width:100%;
}
	div#sct04-Inner
	{
		width:94%;
		margin:0 auto 0 5%;
		padding:2.5em 0 3.5em;
	}
        div#sct04-Inner img{
            width:100%;
        }

/*----------------------●Section05--------------------------*/
section#section05
{
	width:100%;
	background:#fff url(../img/sct05-bg.png) repeat;
    text-align: center;
}
	div#sct05-Inner
	{
		width:96%;
		margin:0 auto;
		padding:2em 0 0;
	}
        div#sct05-Inner img{
            width:100%;
        }

/*----------------------●Section06--------------------------*/
section#section06
{
	width:100%;
	background:#fff url(../img/sct06-bg.png) repeat;
    text-align: center;
}
	div#sct06-Inner
	{
		width:90%;
		margin:0 auto;
		padding:4em 0 4em;
	}
    div#sct06-Inner p{        
    }
        div#sct05-Inner img{
            width:100%;
        }

/*----------------------●Section07--------------------------*/
section#section07
{
	width:100%;
	background:#fff url(../img/sct07-bg.png) repeat;
    text-align: center;
}
	div#sct07-Inner
	{
		width:90%;
		margin:0 auto;
		padding:3.5em 0 0;
	}
    div#sct07-Inner p{
    }
    div#sct07-Inner img{
            width:100%;
        }
 
/*----------------------●Section08--------------------------*/
section#section08
{
	width:100%;
}
	div#sct08-Inner{
        width:90%;
        margin: 0 auto;
        padding: 3em 0;
    }
        img.sct08-title{
            width:300px;
            margin: 0 auto;
        }
            div.sct08-BoxWrap{
                margin: 2em auto 0;
                padding: 0;
            }
                div.sct08-Box{
                    width: 100%;
                    height: auto;
                    border: 2px solid #007900;
                    padding: 1em 1em 1em;
                    margin: 0 auto 2em;
                    font-size: 1.2em;
                }
                    div.sct08-BoxQ{
                        width: 100%;
                        min-height: 90px;
                        font-size: 1.1em;
                        padding:0 0 0.5em 80px;
                        margin: 0 auto 0.6em;
                        background-position: 0 0;
                        background-size: 64px;
                    }
                    div.sct08-BoxA{
                        width: 100%;
                        min-height: 90px;
                        font-size: 1em;
                        vertical-align: middle;
                        padding:0 0 0 80px;
                        margin: 0 auto;
                        box-sizing: border-box;
                        background: url(../img/sct08-a.png) no-repeat;
                        background-position: 0 0;
                        background-size: 64px;
                    }

/*----------------------●Section09--------------------------*/
section#section09
{
	width:100%;
}
	div#sct09-Inner
	{
		width:90%;
		margin:0 auto;
		padding:3.5em 0 4em;
	}
        div#sct09-Inner img{
        }
div.sct09-BoxWrap{
    display: block;
    margin: 2em auto 0;
}
div.sct09-BoxL{
    width:100%;
    margin: 0 auto 1em;
}
    div.sct09-BoxL img{
        width:50%;
        margin: 0 auto 1em;
        padding: 10px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
div.sct09-BoxR{
    width:100%;
    margin: 0 auto;
}
    div.sct09-BoxR p{
        font-size: 1.1em;
        margin-bottom: 5px;
    }
div.sct09-BoxR dl{
    font-size: 1em;
}
    div.sct09-BoxR dt{
        display: inline-block;
        width:50%;
    }
        div.sct09-BoxR dd{
            display: inline-block;
            width:49%;
        }
            div.sct09-BoxR h4{
                width:100%;
                line-height: 1.8em;
                font-size: 1.2em;
                margin: 1.6em auto 10px;
            }
            div.sct09-BoxR img{
            }
/*----------------------●Section10--------------------------*/
section#section10
{
	width:100%;
	background:#fff;
    text-align: center;
}
	div#sct10-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0 0;
	}
dl.sct10-dl{
    width:90%;
    margin: 0 auto 2em;;
    text-align: left;
    font-size: 1.2em;
    border-bottom:1px dotted #ccc;
}
    dt.sct10-dt{
        width:23%;
        display: inline-block;
        padding: 10px 0;
        border-top:1px dotted #ccc;
        vertical-align: top;
    }
        dd.sct10-dd{
            width:75%;
            display: inline-block;
            padding: 10px 0;
            border-top:1px dotted #ccc;
            vertical-align: top;
        }
            dd.sct10-dd span{

                font-size: 0.8em;
            }
                div.sct10-gmap{
                    width: 100%;
                }
/*----------------------●Contact--------------------------*/
section.contact{
    margin: 0 auto;
    padding: 1px 0;
}
div.contact-Inner{
    width:96%;
    margin: 1.8em auto;
}
div.contact-left{
    width:100%;
    display: block;
    margin: 0 auto 0.5em;
    padding: 0;
    font-size: 1.8em;
    line-height: 1.4;
    text-align: center;
}
div.contact-left span{
    font-size: 0.8em;
}
div.contact-right{
    width: 100%;
    display: block;
}
    img.contact-toForm{
    width:70%;
        margin-bottom: 14px;
    }
    img.contact-tel{}

/*----------------------●お問合せ--------------------------*/
.sctContact_wrap{
    width:100%;
    margin: 0 auto;
    padding: 2em 0;
}
    .sctContact{
    }
        .sctContact_inner{
            width:94%;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 2.5em 2em 1em;
            border: 5px solid #f1f1f1;
        }
.sctContact_inner p{
    padding: 0 1em;
}
h2.contact-h2{
    font-size: 2.2em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.8em;
}
h3.contact-h3{
    font-size: 1.6em;
    margin: 2.5em auto 0.5em;
}
.contact-tel{
    text-align: center;
    margin: 1em auto;
}
.contact-dl{
}
    .contact-dl dt{
        width: 100%;
        display: block;
        margin-bottom: 5px;
        padding-top: 10px;
        border-top: 1px dotted #ccc;
    }
    .contact-dl dd{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
				
/* フッター
*****************************************************/

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
color:#333;
zoom:1;
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
}
	div#GotopInner
	{
		width:100%;
	}
		div#GotopInner img
		{
			width:70px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
	width:100%;
	margin:0;
	padding:2em 0;
}
	div#footerInner
	{
		width:90%;
		margin:0 auto;
		padding:0;
		color:#fff;
	}
div.footerLeft{
    width:46.5%;
    margin: 0 5% 0 0;
    display: inline-block;
    vertical-align: top;
}
div.footerRight{
    width:46.5%;
    display: inline-block;
    vertical-align: top;
}
h4.footer-h4{
    font-size: 1.4em;
    color: #FFF72C;
    border-bottom: 1px solid #FFF;
    margin-top:1em;
    margin-bottom: 0.5em;
    line-height: 1.8;
}
    div#footerInner dl
{
    width: 100%;
}
div#footerInner dt{
    width: 100%;
    display: block;
    margin-bottom: 0.2em;
    vertical-align: top;
    box-sizing: border-box;
}
div#footerInner dd{
    width: 100%;
    display: block;
    margin-bottom: 0.6em;
    padding: 0 0 5px 7px;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
}
.footer-tel{
    font-size: 1.6em;
    font-size: bold;
}
a.footer-tel{
    color: #fffccc;
}
			

/*-------- Form --------*/

						
}

@media screen and (max-width : 634px) {
	div.mainMessage{
		width: 80%;
		margin: 0 auto;
		padding: 7px 10px;
		bottom:10px;
		left: 2%;
	}
		div.mainMessage p{
			font-size: 0.9em;
			margin: 5px auto;
			line-height: 1.4;
		}
			div.mainMessage p span{
			}								
}


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

    /* GoTop
------------------------------------------------------------*/
#bt_page_top{
    position:fixed;bottom:13px;
    right:10px;
    width:52px;
    height:52px;
    text-align:center;
    z-index:9999;
    cursor:pointer;
    background:url("../img/page_top.png") no-repeat 0 0;
    background-size: 100%;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
#bt_page_top:hover{
    filter:alpha(opactiy=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5
}
    
/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
h2.h2styleA
		{
			font-size:1.7em;
		}
span.textSizing-s
{
}
.pc-display
{
}
.tblt-display
{
}
.sp-display
{
	display:block;
}
.sp-hidden
{
	display:none;
}
.tblt-hidden
{
}

div#WholeWrap
{
}

img.floating {
bottom: 60px;
right:5px;
position: fixed;
z-index: 1;
width:60px;
}
	img#header-bar-changeDsplyImg
	{
		height:24px;
	}
	img#header-bar-searchImg
	{
		height:24px;
		margin:6px auto auto;
	}
	img#header-bar-orderDsplyImg
	{
		height:24px;
	}

/*--------------------●Header---------------------*/
header
{
	width:auto;
	padding:0;
	margin:0 auto;
	border-bottom:1px solid #ccc;
}
	div#header-inner
	{
		width:100%;
		height:auto;
		margin:0 auto;
        padding: 8px 0 0;
		text-align:center
	}
		div#header-logo
		{
            width:100%;
            display:block;
            text-align: center;
		}
			div#header-logo img
			{
                margin-top: 0px;
                width:260px;
			}
        div.header-info{
        }
            img.header-infoImg{
            }
            img.header-telImg{
            }


/*----------------------●SP NAVI--------------------------*/
nav#nav_sp
{
	position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 48px;  
    background-color: #2e1d00;  
    color: #fff;
	z-index:100;
}
div#nav_sp-Inner{
}
ul#menu-sp
		{
		}
#menu-sp li {
}
#menu-sp li a {
	height:48px;
	width:100%;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
	/*------off*/
	#menu-sp li.menu-sp-01 a {
		background:url(http://chez.site/external/img/common/menu-sp01.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a {
		background:url(http://chez.site/external/img/common/menu-sp02.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a {
		background:url(http://chez.site/external/img/common/menu-sp03.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a {
		background:url(http://chez.site/external/img/common/menu-sp04.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a {
		background:url(http://chez.site/external/img/common/menu-sp05.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a {
		background:url(http://chez.site/external/img/common/menu-sp06.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	
	/*------hover*/
	#menu-sp li.menu-sp-01 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp01_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp02_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp03_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp04_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp05_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a:hover {
		background:url(http://chez.site/external/img/common/menu-sp06_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	
	/*------stay*/
	#menu-sp li.menu-sp-01_on a {
		background:url(http://chez.site/external/img/common/menu-sp01_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02_on a {
		background:url(http://chez.site/external/img/common/menu-sp02_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03_on a {
		background:url(http://chez.site/external/img/common/menu-sp03_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04_on a {
		background:url(http://chez.site/external/img/common/menu-sp04_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05_on a {
		background:url(http://chez.site/external/img/common/menu-sp05_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06_on a {
		background:url(http://chez.site/external/img/common/menu-sp06_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}

/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;;
	margin:0 auto;
}
    div.mainvisual-Inner{
        width:100%;
        margin: 0 auto;
    }
	div.mainvisual-Inner img
	{
		width:100%;
	}
	div.mainMessage{
		width: 100%;
		margin: 0 auto;
		padding: 10px 20px;
		position: relative;
		bottom:auto;
		left: auto;
	}
		div.mainMessage p{
			font-size: 1em;
			margin: 5px auto;
			line-height: 1.4;
		}
			div.mainMessage p span{
			}

/*----------------------●H関連--------------------------*/
h2.h2-baseA{
    font-size: 1.6em;
    color: #fff;
    margin-bottom: 0.5em;
}
    h2.h2-baseA span{
        font-weight: bold;
        font-size: 1.1em;
}

h2.h2-baseB{
    font-size: 1.6em;
    color:#222;
    margin-bottom: 0.5em;
}
    h2.h2-baseB span{
        font-weight: bold;
        font-size: 1.1em;
    }

/*----------------------●Section01--------------------------*/
section#section01
{
	width:100%;
	background:#169cdb url(../img/sct01-bg_bottom.png) no-repeat bottom;
    background-size: 100%;
    text-align: center;
    border-top: 10px solid #178ec6;
}
	div#sct01-Inner
	{
		width:96%;
		margin:0 auto;
		padding:1.5em 0 0;
	}
    div#sct01-Inner img{
        width:100%;
    }

/*----------------------●Section02--------------------------*/
section#section02{
    width:100%;
}
    div#sct02-Inner{
        width: 96%;
        margin: 0 auto;
        padding: 2.5em 0 1em;
    }
div.sct02-box{
    background: rgba(255,255,255,0.69);
    width:90%;
    box-sizing: border-box;
    padding: 1em;
    margin: 0 auto 1em;
    font-size: 1.4em;
}
    div.sct02-box span{
        font-size: 0.7em;
}

/*----------------------●Section03--------------------------*/
section#section03{
    width:100%;
    background: url(../img/sct03-bg.png) repeat-y center;
    text-align: center;
}
    div#sct03-Inner{
        width: 100%;
        margin: 0 auto;
        padding: 1px 0 3em;
    }
div.sct03-Head{
    width:100%;
    margin: 0;
    padding: 0 0 13em;
    height: auto;
    background: url(../img/sct03-head_sp.png) no-repeat center bottom;
    background-size: 95%;
}
    div.sct03-HeadInner{
        width:100%;
        padding: 1px 0 0;
        margin-top: 3em;
        margin-left: 0;
    }
        div.sct03-HeadInner p{
            font-size: 1.3em;
            color: #fff;
        }
        div.sct03-BoxWrapper{
            width:90%;
            margin: 0 auto;
            padding: 0;
        }
    div.sct03-Box{
        background: #fff;
        width: 100%;
        margin: 0 auto 2.2em;
        padding: 1em;
        text-align: left;
        border: 2px solid #319309;
        font-size: 0.8em;
        line-height: 1.8;
    }
        div.sct03-Box figure{
            width: 55%;
            margin: 0 auto;
            padding: 0;
            display: block;
            text-align: center;
        }
    div.sct03-Box figure img{
        width:100%;
    }
        div.sct03-BoxText{
            display:block;
            width: 98%;
            margin: 0 auto;
            vertical-align: top;
            padding: 0.5em 0;
            font-size: 1.2em;
        }
            h3.sct03-h3{
                font-size: 1.4em;
                line-height: 1.1;
                margin-bottom: 0.7em;
                text-align: center;
            }
                h3.sct03-h3 span{
                    font-size: 0.8em;
                    font-weight: normal;
                    color: #999;
                    border-bottom: 1px dotted #f1f1f1;
                }

/*----------------------●Section04--------------------------*/
section#section04
{
	width:100%;
}
	div#sct04-Inner
	{
		width:94%;
		margin:0 auto 0 5%;
		padding:1.5em 0 2.2em;
	}
        div#sct04-Inner img{
            width:100%;
        }

/*----------------------●Section05--------------------------*/
section#section05
{
	width:100%;
}
	div#sct05-Inner
	{
		width:94%;
		margin:0 auto;
		padding:1em 0 0em;
	}
        div#sct05-Inner img{
            width:100%;
        }

/*----------------------●Section06--------------------------*/
section#section06
{
	width:100%;
	background:#fff url(../img/sct06-bg.png) repeat;
    text-align: center;
}
	div#sct06-Inner
	{
		width:90%;
		margin:0 auto;
		padding:3em 0 3em;
	}
    div#sct06-Inner p{
        font-size: 1.2em;
        margin-bottom: 1.2em
    }
        div#sct05-Inner img{
            width:100%;
        }
    
/*----------------------●Section07--------------------------*/
section#section07
{
	width:100%;
	background:#fff url(../img/sct07-bg.png) repeat;
    text-align: center;
}
	div#sct07-Inner
	{
		width:90%;
		margin:0 auto;
		padding:3em 0 0;
	}
    div#sct07-Inner p{
        font-size: 1.2em;
        margin-bottom: 1.2em
    }
        div#sct07-Inner img{
            width:100%;
            margin-top: 1.5em;
        }

/*----------------------●Section08--------------------------*/
section#section08
{
	width:100%;
}
	div#sct08-Inner{
        width:90%;
        margin: 0 auto;
        padding: 3em 0 1em;
    }
        img.sct08-title{
            width:80%;
            margin: 0 auto;
        }
            div.sct08-BoxWrap{
                margin: 2em auto 0;
                padding: 0;
            }
                div.sct08-Box{
                    width: 100%;
                    height: auto;
                    border: 2px solid #007900;
                    padding: 1em 1em 1em;
                    margin: 0 auto 2em;
                    font-size: 1.1em;
                }
                    div.sct08-BoxQ{
                        width: 100%;
                        min-height: 90px;
                        font-size: 1em;
                        padding:0 0 0.5em 62px;
                        margin: 0 auto 0.6em;
                        background-position: 0 0;
                        background-size: 50px;
                    }
                    div.sct08-BoxA{
                        width: 100%;
                        min-height: 90px;
                        font-size: 0.9em;
                        vertical-align: middle;
                        padding:0 0 0 62px;
                        margin: 0 auto;
                        box-sizing: border-box;
                        background: url(../img/sct08-a.png) no-repeat;
                        background-position: 0 0;
                        background-size: 50px;
                    }

/*----------------------●Section09--------------------------*/
section#section09
{
	width:100%;
}
	div#sct09-Inner
	{
		width:92%;
		margin:0 auto;
		padding:2.5em 0 2em;
	}
        div#sct09-Inner img{
        }
div.sct09-BoxWrap{
    display: block;
    margin: 1em auto 0;
}
div.sct09-BoxL{
    width:100%;
    margin: 0 auto 1em;
}
    div.sct09-BoxL img{
        width:80%;
        margin: 0 auto 0.5em;
    }
div.sct09-BoxR{
    width:100%;
    margin: 0 auto;
}
    div.sct09-BoxR p{
        font-size: 1.1em;
        margin-bottom: 5px;
    }
div.sct09-BoxR dl{
    font-size: 1em;
}
    div.sct09-BoxR dt{
        display:block;
        width:100%;
    }
        div.sct09-BoxR dd{
            display:block;
            width:100%;
        }
            div.sct09-BoxR h4{
                width:100%;
                line-height: 1.8em;
                font-size: 1.2em;
                margin: 1.6em auto 10px;
            }
            div.sct09-BoxR img{
            }
/*----------------------●Section10--------------------------*/
section#section10
{
	width:100%;
	background:#fff;
    text-align: center;
}
	div#sct10-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0 2em;
	}
dl.sct10-dl{
    width:90%;
    margin: 0 auto 2em;
    text-align: left;
    font-size: 1em;
    border-bottom:1px dotted #ccc;
}
    dt.sct10-dt{
        width:100%;
        display: block;
        padding: 5px 0 2px 5px;
        border-top:1px dotted #ccc;
        vertical-align: top;
        background: #f1f1f1;
        box-sizing: border-box;
    }
        dd.sct10-dd{
            width:100%;
            display: block;
            padding: 7px 0 10px 10px;
            border-top:none;
            vertical-align: top;
            box-sizing: border-box;
        }
            dd.sct10-dd span{

                font-size: 0.8em;
            }
                div.sct10-gmap{
                    width: 86%;
                    margin: 0 auto
                }
/*----------------------●Contact--------------------------*/
section.contact{
    margin: 0 auto;
    padding: 1px 0;
}
div.contact-Inner{
    width:96%;
    margin: 2em auto;
}
div.contact-left{
    width:100%;
    display: block;
    margin: 0 auto 0.5em;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: center;
}
div.contact-left span{
    font-size: 0.8em;
}
div.contact-right{
    width: 100%;
    display: block;
}
    img.contact-toForm{
    width:90%;
        margin-bottom: 14px;
    }
    img.contact-tel{width:90%}

/*----------------------●お問合せ--------------------------*/
.sctContact_wrap{
    width:100%;
    margin: 0 auto;
    padding: 2em 0;
}
    .sctContact{
    }
        .sctContact_inner{
            width:94%;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 1.3em 1em 1em;
            border: 5px solid #f1f1f1;
        }
.sctContact_inner p{
    padding: 0 0;
}
h2.contact-h2{
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.8em;
}
h3.contact-h3{
    font-size: 1.4em;
    margin: 2.5em auto 0.5em;
}
.contact-tel{
    text-align: center;
    margin: 1em auto;
}
    .contact-tel img{
        width:100%;
    }
.contact-dl{
}
    .contact-dl dt{
        width: 100%;
        display: block;
        margin-bottom: 5px;
        padding-top: 10px;
        border-top: 1px dotted #ccc;
    }
    .contact-dl dd{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
input.contact-text_s
{
    min-width:80%;
    box-sizing: border-box;
}
input.contact-text_m
{
    min-width:100%;
    box-sizing: border-box;
}
/* フッター
*****************************************************/

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
color:#333;
zoom:1;
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
}
	div#GotopInner
	{
		width:100%;
	}
		div#GotopInner img
		{
			width:60px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
	width:100%;
	margin:0;
	padding:2em 0;
}
	div#footerInner
	{
		width:90%;
		margin:0 auto;
		padding:0;
		color:#fff;
	}
div.footerLeft{
    width:100%;
    margin: 0;
    display: block;
    box-sizing: border-box;
}
div.footerRight{
    width:100%;
    display: block;
}
h4.footer-h4{
    font-size: 1.4em;
    color: #FFF72C;
    border-bottom: 1px solid #FFF;
    margin-top:1em;
    margin-bottom: 0.5em;
    line-height: 1.8;
}
    div#footerInner dl
{
    width: 100%;
    box-sizing: border-box;
}
div#footerInner dt{
    width: 100%;
    display: block;
    margin-bottom: 0.2em;
    vertical-align: top;
}
div#footerInner dd{
    width: 100%;
    display: block;
    margin-bottom: 0.6em;
    padding: 0 0 5px 7px;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}
.footer-tel{
    font-size: 1.6em;
    font-size: bold;
}
a.footer-tel{
    color: #fffccc;
}
/*-------- Form --------*/

}

@media screen and (max-width : 320px) {
			
}