@charset "UTF-8";

/* header
---------------------------------------------------------- */
.headerMain{
  width: 100%;
  height: 295px;
  position: relative;
  padding: 25px 0 15px;
  background: url(../img/top/symphony/header/bg.jpg);
  background-size: cover;
/*
  background-position: bottom left, top left;
  background-repeat: no-repeat, repeat;
*/
}
.headerLeft{
  float: left;
  width: 55%;
  position: relative;
}
.headerRight{
  float: right;
  text-align: right;
  width: 45%;
}
.headerRight > img {
  margin: 16px 0 0 54px;
}

.headerLogo{
  float: left;
  width: 294px;
}
#pagebody > section > div.headerMain > div > div.headerLeft > div.headerLeftTop.cl > div.headerLogo > h1 {
  text-align: left;
}
.headerNav{
  float: right;
  width: 234px;
  margin-top: 40px;
}

.headerNav > ul{
  padding: 0;
  margin-left: 15px;
}

.headerLeftTop{
  padding-bottom: 9px;
  border-bottom: solid 1px #ffffff;
  width: 538px;
}
.headerNav li{
  display: inline-block;
  font-size: 11px;
  width: 48%;
  margin-bottom: 5px;
  letter-spacing: -1px;
  position: relative;
  text-align: left;
  padding-left: 14px;
}
.headerNav li::before{
  margin:0 2px 0 0;
  content:" ";
  display:inline-block;
  width:7px;
  height:8px;
  background:url(../img/top/symphony/header/icon_sankaku.png);
  background-size:contain;
  position: absolute;
  left: 0;
}
.headerNav li a{
  color: #ffffff;
  text-decoration: underline;
}
.headerTel{
  padding-top: 15px;
/*  border-top: solid 1px #fff;*/
}
.headerIvy{
  position: absolute;
  bottom: -20px;
  right:0;
  z-index: 9999;
}
.headerItem {
  position: absolute;
  left: -68px;
  bottom: -10px;
  z-index: 9999;
}

/*search*/
.headerSearch{
  margin-top: 16px;
}
#keyword{
  height: 48px;
  width: 460px;
  border: solid 1px #d8cbb6;
  border-radius: 4px 4px;
  padding: 0 0.5em;
  font-size: 16px;
}
#submit{
  vertical-align: top;
  padding-left: 2px;
  margin-left: -10px;
  margin-bottom: 4px;
  border-radius: 4px 4px;
}

.national-flag-line {
  height: 4px;
  width: 100%;
  background: url(../img/top/symphony/header/national_flag_line.gif) repeat;
}

.hd_band {
  margin-top: 0;
}

/*headerGnav*/
.headerGnav{
/*  background: url(../img/top/girl/header/nav_bg.jpg) repeat;*/
  height: 65px;
/*  padding-top: 10px;*/
/*  margin-bottom: 70px;*/
  width: 100%;
}

.headerGnav > .left-center,
.headerGnav > .left-center .left,
.headerGnav > .left-center .center,
.headerGnav > .right {
  float: left;
  height: 65px;
}

.headerGnav > .left-center {
  width: 50%;
  padding-right: 490px;
  position: relative;
}

.headerGnav > .right {
  width: 50%;
  float: right;
  padding-left: 490px;
  background: url(../img/top/symphony/header/gnavi_bg_right.gif) 490px top repeat;
}

.headerGnav > .left-center .left {
  width: 100%;
  background: url(../img/top/symphony/header/gnavi_bg_left.gif) right top repeat;
}

.headerGnav > .left-center .center {
  width: 980px;
  position: absolute;
  right: -490px;
  top: 0;
  background-color: #fafafa;
}

.headerGnav:after,
.headerGnav > .left-center:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
	font-size: 0.1em;
}

.headerGnav ul > li {
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 108px;
  height: 65px;
}

.headerGnav li a img{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*dropmenu*/
#dropmenu {
  padding: 0;
  font-size: 0;
}

#dropmenu li ul{
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 250%;
  height: 0;
}
#dropmenu li ul li a{
  padding: 10px 15px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: #7c5626;
  background: #fff;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  height: 30px;
}
#dropmenu li ul li a::before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:7px;
  height:8px;
  background:url(../img/top/girl/header/icon_sankaku.png);
  background-size:contain;
}
#dropmenu li ul{
  z-index: -9999
}
#dropmenu li:hover ul{
  z-index: 9999;
}
#dropmenu > li:hover ul li{
  overflow: visible;
  height: 31px;
  transition: 0.3s;
   border-bottom: 1px solid #fff;
     box-shadow: 0px 3px 2px 0px rgba(6, 0, 1, 0.15);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-bottom:37px;
  background-color: #fff;

}
#dropmenu > li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu > li:hover ul li:last-child{
  border-bottom: 0;

}
#dropmenu > li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#dropmenu > li {
  width: 109px;
  border-right: 1px solid #fafafa;
  position: relative;
}

#dropmenu > li:last-child {
  width: 108px;
  border-right: none;
}

#dropmenu > li > a {
  display: block;
  height: 100%;
  width: 100%;
}

#dropmenu > li:before,
#dropmenu > li:after {
  width: 1px;
  height: 23px;
  border-right: solid 1px #e6e0d5;
  content: " ";
  position: absolute;
  right: 0;
  top: 20px;
}

#dropmenu > li:after {
  border-right: solid 1px #ffffff;
  right: 1px;
}

#dropmenu > li:first-child:before,
#dropmenu > li:last-child:before,
#dropmenu > li:nth-last-child(2):before,
#dropmenu > li:first-child:after,
#dropmenu > li:last-child:after,
#dropmenu > li:nth-last-child(2):after {
  width: 0;
  border: none;
  content: none;
}

/* leftnav
---------------------------------------------------------- */
td a:link, td a:visited{  color:#644513 !important;}

.leftNav{
  width: 250px;
/*  background: url(../img/top/girl/left/bg02.jpg);*/
  background-color: #c1e3cf;
  border-radius: 4px;
  padding: 20px 10px;
  font-size:13px;
  color:#644513 !important;
  margin-bottom:20px;
}
.leftNav h2{
  margin-bottom: 15px;
}
.leftNav dd{
  background: #fff;
    color:#644513 !important;
}
.leftNav dd a{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #644513 !important;
  padding: 15px 15px 0px 15px;
}
.leftNav dd:first-of-type a{
  padding-top:20px;
}
.leftNav dd:last-of-type a{
  padding-bottom:20px;
}
.leftNav .leftMenu dd a{
  color: #464646 !important;
}


/* footer
---------------------------------------------------------- */
.footerMain{
/*  background: url(../img/top/girl/footer/bg02.jpg);*/
  background-color: #f5f5f5;
  padding:60px 0 40px;
      text-align: left;
}
.footerMain h2{
  color:#464646;
  font-family: serif;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e6e6e6;
}
.footerMain > div > div{
  width: 33.3%;
  float: left;
}
.footerMain > div > div .footerCont:last-of-type{
  padding-bottom: 0;
}
.footerCont{
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: solid 1px #fff;
}
.footerMain .footerCont p{
  margin-bottom: 1em;
  padding-right: 1em;
  font-size: 13px;
  color: #464646;
  line-height: 1.5;
}
.footerCont p a.more{
  text-decoration: none;
  color: #464646 !important;
  font-weight: bold;
}
.footerCont p a.mail {
  color: #2c87dc !important;
}

.ftC{
  padding: 0 2%;
}
.ftR .haisou li{
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 10px;
}
.footerNav{
  border-top: solid 1px #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.footerNav li{
  display: inline-block;
}
.footerNav li a{
  font-size: 13px;
  color: #444;
  text-decoration: none;
}
.footerNav ul{
  text-align: center;
  padding: 15px 0;
}
.footerNav li:not(:last-of-type)::after{
  content: ' ｜ ';
}
.copyright{
  background: #ffffff;
  text-align: center;
  color: #444444;
  padding: 15px 0;
  border-top: 1px dotted #e6e6e6;
  margin-top: 1px;
}

/* cate */
.cate{ border:none !important; margin-bottom:0 !important; text-align:left !important;}
.cate dl{ position:relative; float:left; width:184px; margin-right:15px;}
.cate dt{ padding-bottom:10px; margin-bottom:15px; border-bottom:1px solid #57472d;}
.cate dd{ background:url(../img/top/mark_footMenu.jpg) no-repeat 2px 10px; font-size:12px; line-height:2.5; padding-left:15px; color:#57472d !important;}
.cate .none{ margin-right:0 !important;}
.cateBox{ margin-bottom:70px;}
.cate .bnr{ margin-bottom:20px;}

.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.border-top {
  border-top: 1px solid #e9e9e9;
}
