@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/
#wrapper {
	width:100%; 
	min-width:1000px;
	overflow: hidden;
}

#contents {
	/*zoom: 1;*/
	width: 960px;
	margin: 0 auto 40px;
}

#main {
	width: 960px;
}

#sub-side {
	float: left;
	width: 235px;
}

#sub-main {
	float: right;
	width: 700px;
}

/* clerfix */
.clear,#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/

#header {
	background-color: #FFDBED;
	height: 170px;
	margin: 0 0 30px;
}

#header #header_in {
	background: #FFDBED url(../img/share/menu-back.png) no-repeat;
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 170px;
}

#header #header_in #site_title {
	position: absolute;
	left: 15px;
	top: 60px;
}

#header #header_in #site_title_logo {
	position: absolute;
	left: 360px;
	top: 40px;
}

/*
#header #header_in #site_info {
	position: absolute;
	right: 0px;
	top: 27px;
}
*/

#header #header_in h1 {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #F47195;
	font-weight: normal;
}

#header #header_in .shop_profile {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
}
#header #header_in .shop_profile .tel span {
	color: #F47195;
}
#header #header_in .shop_profile dl {
	display: block;
	padding: 8px;
	background-color: rgba(255,255,255,0.50);
	border-radius: 4px;
	width: 370px;
	line-height: 1.4;
}
#header #header_in .shop_profile dl::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#header #header_in .shop_profile dt {
	float: left;
	width: 70px;
	font-weight: 700;
	color: #F47195;
}
#header #header_in .shop_profile dd {
	float: left;
	width: 300px;
	color: #333;
}

/* グローバルナビゲーション （新） */

#gnav {
	background-color: transparent;
	position: absolute;
	bottom: 17px;
	left: 0;
}

#gnav ul.gnav_in {
	/zoom: 1;
  	list-style-type: none;
  	width: 960px;
  	margin: 0 auto;
  	padding: 0;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 191px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right:1px solid #fff;
}
.dropmenu li:last-child{
  border-right:none;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 6px 0;
  color: #E3124B;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li.img_link a{
  padding: 0;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
  border-right:none;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #E3124B;
  background: #FFDBED;
  text-align: left;
}
.dropmenu li:hover > a{
	color:#fff;
  background: #E3124B;
}
.dropmenu li a:hover{
	color:#fff;
  background: #E3124B;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}


/* グローバルナビゲーション （旧）

#gnav {
	background-color: transparent;
	position: absolute;
	bottom: 17px;
	left: 0;
}

#gnav ul.gnav_in {
	/zoom: 1;
  	list-style-type: none;
  	width: 960px;
  	margin: 0 auto;
  	padding: 0;
}

#gnav ul.gnav_in:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#gnav ul.gnav_in li {
  	position: relative;
  	width: 192px;
	height: 32px;
  	float: left;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

#gnav ul.gnav_in li a {
  	display: block;
  	margin: 0;
  	padding: 12px 0 12px;
  	color: #ffffff;
  	font-size: 123.1%;
  	text-decoration: none;
}

#gnav ul.gnav_in li a.active {
	background-color: transparent;
	color: #FFFFFF;
}

#gnav ul.gnav_in li:hover > a {
  	background-color: transparent;
  	color: #FFFFFF;
}



/* サイトイメージ（ノーマル） */

#site_image {
	background-image:url(../img/top/mv20170213.jpg);
	background-position:center;
	background-repeat:no-repeat;
    height: 370px;
    position: relative;
}

@media screen and (max-width:640px){
#site_image {
	background-image:url(../img/top/mv20170213.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 1000px;
	height: 370px;
	position: relative;
}
}


/*
#site_image {
	background-color: #51b4fc;
	vertical-align: bottom;
	background-image: -webkit-linear-gradient(270deg,rgba(81,180,220,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(218,245,220,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(218,245,220,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(218,245,220,1.00) 0%,rgba(255,255,255,1.00) 100%); 
}
*/

#site_image #site_image_in {
	width: 960px;
	margin: 0 auto;
}

#site_image_in img {
	vertical-align: bottom;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/

#footer {
	/*height: 50px;*/
	height: 112px;
	text-align: center;
	background-color: #FFDBED;
	padding: 40px 0 0;
}

#f_site_title_logo{
	margin: 0 auto;
}

#footer p.copyright {
	text-align: center;
	padding: 20px 0;

}

#footer p.copyright small {
	color: #F47195;
}