@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Main
Made by Thuyntn
/////////////////////////////////////
*/
/************************************************************
	reset
************************************************************/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li, dl, dt, dd {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  color: #4c3c3c;
}

/* html, body */
html {
  height: 100%;
}

body {
  background: #efede5;
  height: 100%;
  line-height: 1;
  margin: 0;
  font: 13px "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/************************************************************
 * header
************************************************************/
#Header {
	width: 100%;
	position: absolute;
	min-height: 100px;
	z-index: 9999;
}
#Header h1 {
	display: inline-block;
	max-width: 60%;
	margin:10px 0 0 5px;
}
@media screen and (max-width: 480px) {
	#Header h1 {
		display: inline-block;
		max-width: 30%;
		margin-left: 5px;
	}
}

#Header h1 img{
	width: 60%;
}
#HeaderRight {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9999;
}
#Tel a{
	width: 40px;
	height: 40px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #464646;
	color:#464646;
	font-size:117%;
	line-height:40px;
}
/************************************************************
 * slider
************************************************************/
.sliderBack{
	width: 100%;
	position: relative;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.slider .slide {
  width: 100%;
  height: auto;
  float: left;
  clear: none;
}
.slider .slide img {
  display: block;
	width: 100%;
  margin: 0 auto;
}
.slide p { font-size: 83%; text-align: center; padding: 5px 0;}

/************************************************************
 * Navigation
************************************************************/
#Navigation {
	position:relative;
	top:0;
	z-index:9999;
	height:40px;
	overflow:hidden;
	background: #efede5;
}
.navi-list {
	overflow: hidden;
	opacity:0.7;
}
.navi-list li {
	float: left;
	text-align: center;
	width: 50%;
	height:40px;
}
.navi-list li a {
	color: #4c3c3c;
	display: block;
	font-size: 117%;
	line-height:40px;
}
.navi-list li a span {
	border-bottom: 1px solid #000;
	padding: 0 20%;
}
.navi-list a img {
	vertical-align:middle;
	margin-right:10px;
}
/************************************************************
 * content
************************************************************/
#Content {
	background: #efede5;
}
/*/////CONCEPT/////*/
#Concept {
  background: url(../images/index/bg_concept.png) no-repeat center 0;
	margin-top: 35px;
	margin-bottom: 20px;
	height: 252px;
}
.inner-concept {
  padding: 30px 0 0;
	
}
.inner-concept .para {
  text-align: center;
  color: #4c3c3c;
  font-size: 92%;
  padding: 0 0 10px;
}
/* list-brand  */
.list-brand {
  width: 300px;
	margin: 0 auto 20px;
  color: #4c3c3c;
  font-size: 117%;
}
.list-brand dt {
  float: left;
}
.commonBox h2 {
	padding-bottom: 20px;
}
.map {
	padding-bottom: 20px;
}
/* about */
.title01 {
	color: #4c3c3c;
	font-size: 134%;
	text-align: center;
	padding: 20px 0;
}
.section-inner {
	padding: 20px 0;
}
.block-text p {
	padding-bottom:5px;
}
.block-text {
	padding: 0 10px 5px;
	font-size: 117%;
}
.menu-link {
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}
.menu-link li + li {
	padding: 10px 0 0 0;
}
.menu-link li a {
	color: #4c3c3c;
	display: block;
	font-size: 125%;
	padding: 15px 10px 15px 20px;
	text-align: left;
	border-top: 1px solid #000;
}
.menu-link li a i {
	float: right;
	line-height: 30px;
}
#SwitchButton {
  width: 100%;
  margin: 16px auto;
  -webkit-box-shadow: inset 0 -1px #ccc;
  box-shadow: inset 0 -1px #ccc;
	overflow: hidden;
}
#SwitchButton li {
  width: 33.3%;
  font: 14px/40px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b1107;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border: 1px solid #000;
	border-left: none;
  color:#4c3c3c;
}
#SwitchButton li a {
  color: #4c3c3c;
  text-decoration: none;
	padding: 5px 0;
}
#Footer #Copyright {
  width: 100%;
  color: #663300;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 12px;  
}

/************************************************************
 * Menu
************************************************************/
/* list-menu */
.list {
	position: relative;
	font-size: 92%;
}
.list04 {
	color: #4c3c3c;
	position: relative;
}
.list-menu {
	overflow: hidden;
}
.list-menu dt {
	padding-left: 10px;
	float: left;
	clear: both;
}
.list-menu dd {
	text-align: right;
	padding:0 10px 10px 0;
}
.list p {
	line-height: 24px;
	position: absolute;
	top: -3px;
	width: 65%;
	text-align: right;
}
.list01 {
	color: #562665;
	position: relative;
}
.list02 {
	color: #354b1c;
	position: relative;
	margin:20px 0 0;
	padding-bottom: 30px;
}
.list02 p {
	top: 18px;
	left:24%;
	text-align: center;
}
.list03 {
	color: #4c3c3c;
	position: relative;
	margin:20px 0 0;
}
.list03 p{
	top: 18px;
}
.list03 p {
    font-size: 10px;
    left: 24%;
    text-align: center;
    top: 27px;
		left:129px;
}
.ttl_h3 {
	font-size: 117%;
	color: #562665;
	text-align: center;
	padding: 20px 10px 0;
}
.text01 {
	text-align: center;
	color: #4c3c3c;
	font-size: 117%;
	padding: 30px 10px;
}
.list-item {
	padding: 0 10px 10px;
}
.list-item p {
	text-align: center;
	padding-bottom: 10px;
	font-size: 117%;
}
.text-group {
	padding: 0 10px 10px;
}
.text-group p {
	padding-bottom: 10px;
}
.col {
	color: #562665;
	text-align: right;
}
.line {
	margin-bottom:50px;
	 border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

@media screen and (max-width: 480px) {
.list-item p {
	font-size: 84%;
}
.ttl_h3 {
	font-size: 100%;
}
.text-note {
	left: 15%;
}
}