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

body{
  margin: 0;
}

/*------ common ------*/
#header {
	width: 100%;
	height: 90px;
	background: url(http://www.yunogou.jp/rakuten/img/common/bg_all.jpg);
	border-bottom: 5px solid #4d3b31;
}
#headerIn {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#logo img{
  width: 240px;
  height: auto;
	padding-top: 0;
	float: left;
  margin: 0;
}

#h_menuOut {
	/* position: absolute; */
	width:700px;
	top: 0;
	height:90px;
	float: right;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 700px;
    padding-top: 20px;
}

.menu > li {
	position: relative;
  float: left;
	border-left: 2px dotted #59493f;
  width: calc(100% / 5 - 12px); 
  height: 42px;
  line-height: 42px;
  text-align:center;
  list-style: none!important;
}
.menu > li p{
  font-weight: bold;
  margin: 0;
}
.menu > li:last-child {
	border-right: 2px dotted #59493f;	
}

.menu > li a {
  display: block;
  color:#371818;
	font-weight: bold;
}

.menu > li a:hover {
  text-decoration:none!important;
	border-bottom: 4px solid #ff6400;
  color:#371818;
}

ul.dnavi {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li.current a{
    text-decoration:none;
	border-bottom: 4px solid #ff6400;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.subtext{
	color:#9f635a;
	font-size: 12px;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	font-weight: normal!important;
	line-height: 12px;
}

/*------ footer ------*/
#f_col2 {
	position:relative;
	background: #fff8e8;
	padding: 20px 0 0;
}

.wrapp{
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-bottom: 20px;
}

#copyright {
	background: #4d3b31;
	padding: 15px 0 13px;
	text-align: center;
	color: #fff;
}

.fcolL{width:50%;float:left;}

.fcolL div{
	border: 1px solid #59493f;
	padding: 15px 20px;
}

.fcolL div p{
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	margin: 5px 0;
}
.fcolL div p span{
	display: inline-block;
	width: 83px;
	height:27px;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	background:url(http://www.yunogou.jp/rakuten/img/common/blown-back.png) no-repeat;
	font-weight: normal;
}

.fcolR{float: right;}


/*------ slide ------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#slider .inner {
  width: 100%;
  height: 620px;
  overflow: hidden;
}
#slider .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  display: none;
  position: absolute;
  left: 0;
}
#slider .inner .img01 {
  display: block;
}

.layer{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

/*------ top ------*/
.top_wrap{
  padding: 60px 0;
  text-align: center;
  background: url(http://www.yunogou.jp/rakuten/img/common/bg_all.jpg);
}

.mB40{
  margin-bottom: 40px!important;
}

/*------ page ------*/
.full{
  width: 100%;
}
.full img{
  width: 100%;
}



