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

/* 初期設定
********************************************/

body {
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.sp_centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* header設定
********************************************/
#header {
	/*position: fixed;*/
}

#header .copy {
	margin-bottom: 10px;
	padding: 1px 0;
	background: #EDAB83;
}

#header .copy p {
	display: none;
}

#header .inner {
	width: 100%;
	height: 56px;
}

#header h1 {
	width: 231px;
	height: auto;
	position: absolute;
	top: 0;
	left: 15px;
}

#header h1 img {
	width: 100%;
	height: auto;
}

#header .tel {
	display: none;
}

.btnMenu {
	position: absolute;
	top: 0;
	right: 15px;
	width:46px;
}
.btnMenu img {
	width: 100%;
	height: auto;
}


/* slider設定
********************************************/
#sliderWrap {
	width: 100%;
	margin: 0 auto 20px;
	z-index: 99;
}

ul.slider li img {
	border-radius: 0;
}

/* slideMenu設定
********************************************/
#slideMenu{
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 9999;
    width: 80%;
    height: 100%;
    background-color: #FEFDE2;
    overflow: auto;
}

#slideMenu ul li {
	border-bottom: 1px solid #ccc;
}

#slideMenu ul li a.logo img,
#slideMenu ul li a.btnClose img {
	width: 100%;
	height: auto;
}

#slideMenu ul li{
}

#slideMenu ul li:first-child {
	position: relative;
	height: 68px;
}

#slideMenu ul li a{
	padding: 15px 15px 15px 50px;
	background: url(../img/common/sp_menu_icon_01.png) 15px center no-repeat;
	background-size: 26px auto;
	color: #4F4734;
	display: block;
	text-decoration: none;
}

#slideMenu ul li:first-child a {
	background: none;
	padding: 0;
}

#slideMenu ul li a.logo {
	width: 68%;
	position: absolute;
	top: 15px;
	left: 15px;
}

#slideMenu ul li a.btnClose {
	width: 46px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.shade{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(0,0,0,.7);
}

/* gnav設定
********************************************/
#gnav {
	display: none;
}

/* container設定
********************************************/
#container {
	width: 100%;
}

/* content設定
********************************************/
#content {
	width: 100%;
	margin-bottom: 15px;
	float: none;
}

#content .boxArea01 {
	padding: 15px 0;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: 20px;
}

#content .boxArea01 > .inner {
	padding: 0 15px;
}

#content .tit01 {
	padding: 0 15px 10px;
	margin-bottom: 15px;
}

#content img.photoRight {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

#content .sp_innerbox {
	margin: 0 15px 15px;
}

/* side設定
********************************************/
#side {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

#side ul.bnrList {
	padding: 0 15px;
}

/* footer設定
********************************************/
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px;
	border-radius: 0;
}

#footer .boxLeft {
	width: 100%;
	float: none;
}

#footer .boxLeft p.logo {
	width: 256px;
}
#footer .boxLeft p.telWrap {
	margin-bottom: 10px;
}
	
#footer .boxRight {
	width: 100%;
	float: none;
}
#footer .boxRight p.timetable {
	width: 100%;
}


.pagetop {
	opacity: 0.6;
}




/* top設定
********************************************/
#top .tit01 img {
	height: 17px;
	width: auto;
}

#top ul.promiseList {
	width: 100%;
}

#top ul.promiseList li {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
	padding: 0 30px;
}

#top ul.promiseList li:first-child {
	margin: 0 auto 20px;
}

#top ul.promiseList li img {
	width: 166px;
	height: auto;
	margin-bottom: 10px;
}


/* 下層ページ共通設定
********************************************/

.pagetitle {
	background: url(../img/common/bg_menu.png);
	position: relative;
	height: 50px;
	margin-bottom: 0;
	width: 100&;
}

.pagetitle img.sp_pagetitle {
	height: 24px;
	width: auto;
	position: absolute;
	top: 13px;
	left: 15px;
}

.pagetitle img.trg {
	width: 15px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 15px;
}

ul.sp_pageIndex {
    /*position: absolute;*/
    width: 100%;
}

ul.sp_pageIndex li {
	background: #fff;
	border: 1px solid #D26E65;
	border-top: none;
}

ul.sp_pageIndex li a {
	padding: 15px 0 15px 3.5rem;
	background: url(../img/common/icon_arrow.png) 15px center no-repeat;
	background-size: 10px auto;
	display: block;
	color: #5D5544;
	text-decoration: none;
	line-height: 1.3
}

ul#breadcrumb {
	margin: 15px;
}

#side .pageIndex {
	display: none;
}

/* menu設定
********************************************/
#menu dl.table01 {
	margin-bottom: 30px;
}

#menu dl.table01 dt {
	width: 100%;
	float: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu dl.table01 dd {
	margin-left: 0;
	border-left: none;
	border-top: none;
}

#menu dl.table01.nrw {
	width: 100%;
}

#menu dl.table01.nrw dt {
	width: 100%;
}

#menu dl.table01.nrw dd {
	margin-left: 0;
}

#menu #sinkyu #flow dl {
	padding-bottom: 40px;
}

#menu #sinkyu #flow dl dt.left {
	float: none;
	margin: 0 auto;
}

#menu #sinkyu #flow dl dt.right {
	float: none;
	margin: 0 auto;
}

#menu #sinkyu #flow dl dd {
	padding-top: 15px;
}

/* visit設定
********************************************/
#visit #self .boxLeft {
	width: 100%;
}

#visit ul.flowChart li {
	text-align: center;
}

#visit ul.flowChart li img.flow_img {
	float: none;
	margin: 0 auto;
	width: 210px;
}

#visit ul.flowChart li dl {
	float: none;
	width: 100%;
	padding: 10px 15px 0;
}



/* access設定
********************************************/
#timetable img.timetable {
	width: 100%;
}

/* contact設定
********************************************/
#contactform dl.mailform {
	background: #FAFAE6;
	font-size: 1.4rem;
	border: 1px solid #C3B19B;
	border-top: none;
}

#contactform dl.mailform dt {
	width: 100%;
	float: none;
	/*border-top: 1px solid #C3B19B;*/
}

#contactform dl.mailform dd {
	margin-left: 0;
	border-left: none;
}

