@charset "utf-8";

/*============================================================================
	PC非表示
==============================================================================*/

.hiddenPc {
  visibility: hidden;
  display: none;
  width: 0px;
  height: 0px;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

.ReadMore {
  display: block;
  margin: 2% auto 2.4%;
  padding: 0px 0px 0px 0px;
  background: #fff;
  border: solid 2px #000;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  width: 83px;
  height: 15px;
  text-align: center;
}

.ReadMore:hover {
  text-decoration: none;
  color: #ccc;
  border: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
  .ReadMore {
    display: block;
    margin: 2% auto 10% auto;
    padding: 1.6% 0% 2.4%;
    background: #fff;
    border: solid 2px #000;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    width: 30%;
    text-align: center;
  }

  .ReadMore:hover {
    text-decoration: none;
    color: #ccc;
    border: solid 2px #ccc;
  }
}

/*=	#NAV=======================================================================*/

#NaviWrap {
  width: 100%;
  margin: 0px auto;
  padding: 1% 10%;
}
#NaviWrap h1 {
  float: left;
  width: 40%;
}
#NaviWrap h1 img {
  width: 60%;
}
#NaviWrap ul {
  float: right;
  width: 60%;
}
#NaviWrap ul li {
  float: left;
  margin: 0px 20px 0px 0px;
}

/*=	#NEWS======================================================================*/

#NewsWrap {
  width: 100%;
  margin: 0% auto;
  padding: 0% 10% 0.2% 10%;
  background: #ebebeb;
}

/*=	#LINE UP　=======================================================================*/

#LineUpWrap {
  width: 1280px;
  margin: 5% auto 0% auto;
}

.LineUpH2Wrap {
  float: left;
  position: relative;
  width: 269px;
  height: 622px;
  margin: 0px 45px 0px 0px;
  background-image: url(../img/bg/bg_lineup.png);
  background-size: cover;
}

.LineUpH2Wrap h2 {
  position: absolute;
  top: 114px;
  left: 90px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.LineUpH2Wrap h2 span {
  font-size: 14px;
  font-weight: lighter;
}

.LineUpListWrap {
  float: left;
  width: 966px;
  margin: 100px auto 0px auto;
  position: relative;
}

.LineUpListWrap ul {
  list-style: none;
}
.LineUpListWrap ul li {
  float: left;
  width: 25%;
  height: 232px;
}
.LineUpListWrap ul li img {
  /*width: 65%;*/
  width: 80%;
}
/* .LineUpListWrap ul li img:hover{opacity: 0.55;} */

@media screen and (max-width: 768px) {
  #LineUpWrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0%;
  }

  .LineUpH2Wrap {
    float: none;
    position: static;
    width: 100%;
    height: 100%;
    margin: 0% auto 10% auto;
    padding: 0% 0% 6% 0%;
    background: url(../img/icon/sp_lineup.png) #4c8d26 no-repeat left center;
  }

  .LineUpH2Wrap h2 {
    position: inherit;
    padding: 9% 0% 0% 0%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    color: #fff;
  }

  .LineUpH2Wrap h2 span {
    font-size: 0.6em;
  }

  .LineUpListWrap {
    position: inherit;
    float: inherit;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    margin: 0px auto;
  }

  .LineUpListWrap ul {
    list-style: none;
  }
  .LineUpListWrap ul li {
    width: 33.3333%;
    height: 100%;
    min-height: 200px;
  }
  .LineUpListWrap ul li img {
    width: 100%;
  }
  .LineUpListWrap ul li img:hover {
    opacity: 0.55;
  }
}

/*=	#VOICE　=========================================================================*/

#VoiceWrap {
  width: 1280px;
  margin: 5% auto 0% auto;
}

.VoiceH2Wrap {
  float: right;
  position: relative;
  width: 338px;
  height: 914px;
  margin: 0px 0px 0px 0px;
  background-image: url(../img/bg/bg_voice.png);
  background-size: cover;
}

.VoiceH2Wrap h2 {
  position: absolute;
  top: 65px;
  left: 120px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.VoiceH2Wrap h2 span {
  font-size: 14px;
  font-weight: lighter;
  padding-left: 0.3em;
}

.VoiceListWrap {
  position: relative;
  float: right;
  width: 942px;
  margin: 0px auto;
}

.VoiceListWrap ul {
  height: 960px;
  list-style: none;
  font-family: "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
}
/* .VoiceListWrap ul li:hover{opacity: 0.5;text-decoration: none;} */
.VoiceListWrap ul li {
  float: left;
  width: 50%;
  margin: 0px auto 40px auto;
  text-align: center;
}
.VoiceListWrap ul li:nth-child(2n + 1) {
  clear: both;
}

.VoiceListWrap ul li a:hover {
  text-decoration: none;
}
.VoiceListWrap ul li dl dd img {
  margin: 0px auto 20px auto;
}
.VoiceListWrap ul li dl dd {
  margin: 15px auto 0px auto;
  font-size: 1em;
  line-height: 1.5em;
}

.VoicePicP01 {
  position: absolute;
  top: 0px;
  left: 100px;
}
.VoicePicP01 a dl dd img {
  width: 312px;
}
.VoicePicP02 {
  position: absolute;
  top: 30px;
  left: 500px;
}
.VoicePicP02 a dl dd img {
  width: 219px;
}
.VoicePicP03 {
  position: absolute;
  top: 340px;
  left: 300px;
}
.VoicePicP03 a dl dd img {
  width: 200px;
}
.VoicePicP04 {
  position: absolute;
  top: 350px;
  left: 650px;
}
.VoicePicP04 a dl dd img {
  width: 317px;
}
.VoicePicP05 {
  position: absolute;
  top: 550px;
  left: 0px;
}
.VoicePicP05 a dl dd img {
  width: 250px;
}
.VoicePicP06 {
  position: absolute;
  top: 630px;
  left: 340px;
}
.VoicePicP06 a dl dd img {
  width: 238px;
}

/*
@media screen and (max-width: 768px) { 
#VoiceWrap{
width: 100%;
box-sizing: border-box;
margin:0%;
}

.VoiceH2Wrap{
float:none;
position:static;
width:100%;
height: 100%;
margin: 0% auto 10% auto;
padding: 0% 0% 6% 0%;
background:url(../img/icon/sp_voice.png) #ffaa00 no-repeat right top ;
background-size: contain;
}

.VoiceH2Wrap h2{
position: inherit;
padding: 9% 0% 0% 0%;
text-align: center;
font-size: 1.6em;
line-height: 1.0em;
color: #fff;
}

.VoiceH2Wrap h2 span{font-size: 0.6em;padding-left: 0em;}

.VoiceListWrap{
position: inherit;
float: inherit;
width:100%;
box-sizing: border-box;
padding: 1%;
margin: 0px auto;
}

.VoiceListWrap ul{height: 100%; list-style: none;}
.VoiceListWrap ul li:hover{opacity: 0.5;text-decoration: none;}
.VoiceListWrap ul li{width: 50%;margin: 0% auto 5% auto; text-align: center;font-size: 0.7em;}
.VoiceListWrap ul li a:hover{text-decoration: none;}
.VoiceListWrap ul li dl dd img{margin: 0px auto 10px auto;}
.VoiceListWrap ul li dl dd{margin: 15px auto 0px auto;line-height: 1.5em;}

.VoicePicP01{position:inherit;}
.VoicePicP01 a dl dd img{width:80%;}
.VoicePicP02{position:inherit;}
.VoicePicP02 a dl dd img{width:80%;}
.VoicePicP03{position:inherit;}
.VoicePicP03 a dl dd img{width:80%;}
.VoicePicP04{position:inherit;}
.VoicePicP04 a dl dd img{width:80%;}
.VoicePicP05{position:inherit;}
.VoicePicP05 a dl dd img{width:80%;}
.VoicePicP06{position:inherit;}
.VoicePicP06 a dl dd img{width:80%;}
}
*/

@media screen and (max-width: 768px) {
  #VoiceWrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0%;
  }

  .VoiceH2Wrap {
    float: none;
    position: static;
    width: 100%;
    height: 100%;
    margin: 0% auto 10% auto;
    padding: 0% 0% 6% 0%;
    background: url(../img/icon/sp_voice.png) #ffaa00 no-repeat right top;
    background-size: contain;
  }

  .VoiceH2Wrap h2 {
    position: inherit;
    padding: 9% 0% 0% 0%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    color: #fff;
  }

  .VoiceH2Wrap h2 span {
    font-size: 0.6em;
    padding-left: 0em;
  }

  .VoiceListWrap {
    position: inherit;
    float: inherit;
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
    margin: 0px auto;
  }

  .VoiceListWrap ul {
    height: 100%;
    list-style: none;
  }
  .VoiceListWrap ul li:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .VoiceListWrap ul li {
    width: 100%;
    margin: 0% auto 5% auto;
    text-align: center;
    font-size: 0.9em;
    box-sizing: border-box;
  }

  .VoiceListWrap ul li a:hover {
    text-decoration: none;
  }
  .VoiceListWrap ul li dl dd img {
    margin: 0px auto 10px auto;
    padding: 0% 20%;
    box-sizing: border-box;
  }
  .VoiceListWrap ul li dl dd {
    margin: 15px auto 0px auto;
    line-height: 1.5em;
  }

  .VoicePicP01 {
    position: inherit;
  }
  .VoicePicP01 a dl dd img {
    width: 100%;
  }
  .VoicePicP02 {
    position: inherit;
  }
  .VoicePicP02 a dl dd img {
    width: 100%;
  }
  .VoicePicP03 {
    position: inherit;
  }
  .VoicePicP03 a dl dd img {
    width: 100%;
  }
  .VoicePicP04 {
    position: inherit;
  }
  .VoicePicP04 a dl dd img {
    width: 100%;
  }
  .VoicePicP05 {
    position: inherit;
  }
  .VoicePicP05 a dl dd img {
    width: 100%;
  }
  .VoicePicP06 {
    position: inherit;
  }
  .VoicePicP06 a dl dd img {
    width: 100%;
  }
}

/*=	#EVENT　=========================================================================*/

#EventWrap {
  width: 1280px;
  margin: 5% auto 0% auto;
}

.EventH2Wrap {
  float: left;
  position: relative;
  width: 267px;
  height: 728px;
  margin: 0px 50px 0px 0px;
  background-image: url(../img/bg/bg_event.png);
  background-size: cover;
}

.EventH2Wrap h2 {
  position: absolute;
  top: 135px;
  left: 80px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.EventH2Wrap h2 span {
  font-size: 14px;
  font-weight: lighter;
}

.EventListWrap {
  float: right;
  width: 963px;
  margin: 110px auto 0px auto;
}

.EventListWrap ul {
  list-style: none;
}
.EventListWrap ul li {
  float: left;
  width: 50%;
  margin: 0px auto 40px auto;
  text-align: center;
}
.EventListWrap ul li dl dt img {
  width: 80%;
  margin: 0px auto 20px auto;
}
.EventListWrap ul li dl dd {
  font-size: 1em;
  line-height: 1.5em;
}

.BannerLWrap {
  margin: 0px auto 60px auto;
}
.BannerLWrap dl dt {
  width: 90%;
  margin: 0px auto 20px auto;
}
.BannerLWrap dl dt img {
  width: 100%;
}
.BannerLWrap dl dd {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #EventWrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0%;
  }

  .EventH2Wrap {
    float: none;
    position: static;
    width: 100%;
    height: 100%;
    margin: 0% auto 10% auto;
    padding: 0% 0% 6% 0%;
    background: url(../img/icon/sp_event.png) #4c8d26 no-repeat left center;
    background-size: contain;
  }


  .EventH2Wrap h2 {
    position: inherit;
    padding: 9% 0% 0% 0%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    color: #fff;
  }

  .EventH2Wrap h2 span {
    font-size: 0.6em;
  }

  .EventListWrap {
    position: inherit;
    float: inherit;
    width: 100%;
    box-sizing: border-box;
    padding: 1% 5%;
    margin: 0px auto;
  }

  .EventListWrap ul {
    list-style: none;
  }
  .EventListWrap ul li {
    float: left;
    width: 47%;
    margin: 0px 3% 40px 0%;
    text-align: center;
    box-sizing: border-box;
  }
  .EventListWrap ul li dl dt img {
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .EventListWrap ul li dl dd {
    font-size: 1em;
    line-height: 1.5em;
  }

  .BannerLWrap {
    width: 100%;
    margin: 0px auto 60px auto;
  }
  .BannerLWrap dl dt {
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .BannerLWrap dl dt img {
    width: 100%;
  }
  .BannerLWrap dl dd {
    text-align: center;
  }
}

/*=	#STAFF’S RECOMMEND　=============================================================*/

#StaffRecWrap {
  width: 1280px;
  margin: 5% auto 0% auto;
}

.StaffH2Wrap {
  float: right;
  position: relative;
  width: 373px;
  height: 963px;
  background-image: url(../img/bg/bg_staff.png);
  background-size: cover;
}

.StaffH2Wrap h2 {
  position: absolute;
  top: 210px;
  left: 80px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.StaffH2Wrap h2 span {
  font-size: 14px;
  font-weight: lighter;
  padding-left: 0.3em;
}

.StaffListWrap {
  float: left;
  width: 827px;
  margin: 130px 80px 0px auto;
}

.StaffListWrap ul {
  list-style: none;
}
.StaffListWrap ul li {
  float: left;
  width: 46%;
  margin: 0px auto 40px auto;
  text-align: center;
  position: relative;
}

.StaffListWrap ul li dl dt .IcoNew {
  display: inline-table;
  width: 80px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 100;
  background: url(../img/icon/new.png) no-repeat;
  background-size: cover;
}
.StaffListWrap ul li dl dt .StaffPic {
  width: 318px;
  margin: 0px auto 20px auto;
}
.StaffListWrap ul li dl dd {
  font-size: 1em;
  line-height: 1.6em;
}
.StaffListWrap ul li dl dd span {
  font-size: 1.2em;
  font-weight: bold;
}

.StaffListWrap ul li p {
  width: 50%;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #StaffRecWrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0%;
  }

  .StaffH2Wrap {
    float: none;
    position: static;
    width: 100%;
    height: 100%;
    margin: 0% auto 10% auto;
    padding: 0% 0% 6% 0%;
    background: url(../img/icon/sp_staff.png) #ffaa00 no-repeat right top;
    background-size: contain;
  }

  .StaffH2Wrap h2 {
    position: inherit;
    padding: 5% 0% 0% 0%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    color: #fff;
    text-shadow: 1px 1px 1px #ff8f00;
  }

  .StaffH2Wrap h2 span {
    font-size: 0.6em;
    padding-left: 0em;
  }

  .StaffListWrap {
    position: inherit;
    float: inherit;
    width: 100%;
    box-sizing: border-box;
    padding: 1% 5%;
    margin: 0px auto;
  }

  .StaffListWrap ul {
    list-style: none;
  }
  .StaffListWrap ul li {
    float: left;
    width: 100%;
    margin: 0px auto 30px auto;
    text-align: center;
    position: relative;
  }
  .StaffListWrap ul li dl dt .IcoNew {
    display: inline-table;
    width: 40px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: -10px;
    z-index: 100;
    background: url(../img/icon/new.png) no-repeat;
    background-size: contain;
  }
  .StaffListWrap ul li dl dt .StaffPic {
    width: 100%;
    margin: 0px auto 0px auto;
    top: 0px;
    left: 0px;
  }
  .StaffListWrap ul li dl dd {
    font-size: 0.7em;
    line-height: 1.5em;
    padding: 10px 0px 0px 0px;
  }
  .StaffListWrap ul li dl dd span {
    font-size: 1.1em;
    font-weight: bold;
  }
}

/*
@media screen and (max-width: 768px) { 
#StaffRecWrap{
width: 100%;
box-sizing: border-box;
margin:0%;
}

.StaffH2Wrap{
float:none;
position:static;
width:100%;
height: 100%;
margin: 0% auto 10% auto;
padding: 0% 0% 6% 0%;
background:url(../img/icon/sp_staff.png) #ffaa00 no-repeat right top;
background-size: contain;
}

.StaffH2Wrap h2{
position: inherit;
padding: 5% 0% 0% 0%;
text-align: center;
font-size: 1.6em;
line-height: 1.0em;
color: #fff;
text-shadow: 1px 1px 1px #FF8F00;
}

.StaffH2Wrap h2 span{font-size: 0.6em;padding-left: 0em;}

.StaffListWrap{
position: inherit;
float: inherit;
width:100%;
box-sizing: border-box;
padding: 1% 5%;
margin: 0px auto;
}

.StaffListWrap ul{ list-style: none;}
.StaffListWrap ul li{float:left;width: 50%;margin: 0px auto 30px auto; text-align: center;position: relative;}
.StaffListWrap ul li dl dt .IcoNew {display: inline-table; width:40px;height: 13px; position: absolute; top: 5px;left: -10px;z-index:100;background:url(../img/icon/new.png) no-repeat;background-size:contain;}
.StaffListWrap ul li dl dt .StaffPic{width: 100%;margin: 0px auto 0px auto;top: 0px;left: 0px;}
.StaffListWrap ul li dl dd{font-size: 0.7em;line-height: 1.5em;padding: 10px 0px 0px 0px;}
.StaffListWrap ul li dl dd span{font-size: 1.1em;font-weight: bold;}
}
*/

/*=	#WORKS　=========================================================================*/

#WorksWrap {
  width: 100%;
  margin: 0% auto;
  padding: 4% 0%;
}
#WorksWrap img:hover {
  opacity: 0.55;
}
.TitleWrap {
  width: 212px;
  height: 74px;
  margin: 0px auto 30px auto;
  background: url(../img/bg/bg_etc.png) no-repeat;
  background-size: cover;
}
.TitleWrap h2 {
  text-align: center;
  color: #fff;
  padding: 15px 0px 0px 0px;
  line-height: 90%;
}
.TitleWrap h2 span {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
}
#DocumentWrap .TitleWrap h2 {
    letter-spacing: inherit;
}

/*=	#ESTATE　=========================================================================*/

#EstateWrap {
  width: 100%;
  margin: 0% auto;
  padding: 0%;
}
#EstateWrap img:hover {
  opacity: 0.55;
}
.TitleWrap {
  width: 212px;
  height: 74px;
  margin: 0px auto 30px auto;
  background: url(../img/bg/bg_etc.png) no-repeat;
  background-size: cover;
}
.TitleWrap h2 {
  text-align: center;
  color: #fff;
  padding: 15px 0px 0px 0px;
  line-height: 90%;
}
.TitleWrap h2 span {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
}

/*=	#DOCUMENTS　====================================================================*/

#DocumentWrap {
  width: 100%;
  margin: 0% auto;
  padding: 2% 0%;
}
#DocumentWrap ul {
  width: 1280px;
  margin: 0% auto;
  list-style: none;
  text-align: center;
}
#DocumentWrap a {
  width: 100%;
  display: block;
  margin: 0% auto;
  padding: 2% 0%;
}
#DocumentWrap a img {
  width: 1072px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #DocumentWrap {
    width: 100%;
    margin: 10% auto 0% auto;
    padding: 2% 5%;
    box-sizing: border-box;
  }
  #DocumentWrap ul {
    width: 100%;
    margin: 0% auto;
    list-style: none;
    text-align: center;
    box-sizing: border-box;
  }
  #DocumentWrap a {
    width: 100%;
    display: block;
    margin: 0% auto;
    padding: 2% 0%;
  }
  #DocumentWrap a img {
    width: 95%;
    text-align: center;
  }
}

/*=	#INFOMATION　=====================================================================*/

#InfomationWrap {
  width: 100%;
  margin: 0% auto;
  padding: 2% 0%;
}
#InfomationWrap ul {
  width: 1000px;
  margin: 0% auto;
  list-style: none;
  padding: 0% 12%;
  box-sizing: border-box;
}
#InfomationWrap ul li {
  float: left;
  width: 50%;
  text-align: center;
}
#InfomationWrap ul li dl dt {
  width: 30%;
  margin: 0% auto;
}
#InfomationWrap ul li dl dt img {
  width: 43px;
  margin: 0% auto;
}
#InfomationWrap ul li dl dd a {
  display: block;
  width: 190px;
  margin: 15px auto 20px auto;
  padding: 4% 2%;
  text-align: center;
  border: solid 1px #ffaa00;
  background: #fff;
  font-size: 18px;
  text-decoration: none;
}
#InfomationWrap div img {
  width: 43%;
  margin: 3% auto;
}

@media screen and (max-width: 768px) {
  #InfomationWrap {
    width: 100%;
    margin: 10% auto 0% auto;
    padding: 2% 0%;
    box-sizing: border-box;
  }
  #InfomationWrap ul {
    width: 100%;
    margin: 0% auto;
    list-style: none;
    padding: 0% 12%;
    box-sizing: border-box;
  }
  #InfomationWrap ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  #InfomationWrap ul li dl dt {
    width: 50%;
    margin: 0% auto;
  }
  #InfomationWrap ul li dl dt img {
    width: 60%;
    margin: 0% auto;
  }
  #InfomationWrap ul li dl dd a {
    display: block;
    width: 70%;
    margin: 15px auto 20px auto;
    padding: 5% 4%;
    text-align: center;
    border: solid 1px #ffaa00;
    font-size: 1em;
    text-decoration: none;
  }
  #InfomationWrap div img {
    width: 70%;
    margin: 3% auto;
  }
}

/*=	#INSTAGRAM　=====================================================================*/

#InstaWrap {
  background: #ebebeb;
  width: 100%;
  margin: 0% auto;
  padding: 2% 10%;
}
.WhiteRound {
  width: 832px;
  background: #fff;
  margin: 1% auto 2% auto;
  padding: 1%;
  border-radius: 5px;
}
.WhiteRound dl dt {
  float: left;
}
.WhiteRound dl dt img {
  width: 71px;
  margin: 0px 20px 0px 0px;
}
.WhiteRound dl dd {
  float: left;
  font-size: 14px;
  line-height: 28px;
  padding: 1% 0% 0% 0%;
}

.InstaListWrap {
  width: 1280px;
  margin: 40px auto 0px auto;
  padding: 0% 10%;
}

.InstaListWrap ul li {
  float: left;
  width: 25%;
  margin: 0px 0px 30px 0px;
  list-style: none;
  text-align: center;
}

.InstaListWrap ul li img {
  width: 170px;
  margin: 0px auto 20px auto;
}
.InstaListWrap ul li img:hover {
  opacity: 0.55;
}

.InstaPic {
  margin: 0px auto 20px auto;
}
.InstaPic dd {
  text-align: center;
}

.FavWrap {
  float: left;
  margin: 0px auto 0px 30px;
}
.ComeWrap {
  float: right;
  margin: 0px 30px 0px auto;
}

.FavWrap dl dt,
.ComeWrap dl dt {
  width: 40%;
  float: left;
  padding: 1%;
}
.FavWrap dl dt img,
.ComeWrap dl dt img {
  width: 60%;
}
.FavWrap dl dd,
.ComeWrap dl dd {
  width: 50%;
  float: left;
  padding: 0% 20%;
  box-sizing: border-box;
}

.Follow {
  display: block;
  margin: 2% auto;
  padding: 5px 0px 0px 0px;
  border: solid 2px #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 111px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7336dc+0,bf24be+21,fc20b8+44,fe4527+70,ffb428+100 */
  background: #7336dc; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #7336dc 0%,
    #bf24be 21%,
    #fc20b8 44%,
    #fe4527 70%,
    #ffb428 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #7336dc 0%,
    #bf24be 21%,
    #fc20b8 44%,
    #fe4527 70%,
    #ffb428 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #7336dc 0%,
    #bf24be 21%,
    #fc20b8 44%,
    #fe4527 70%,
    #ffb428 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7336dc', endColorstr='#ffb428',GradientType=0 ); /* IE6-9 */
}

.Follow:hover {
  opacity: 0.55;
  text-decoration: none;
}
.Follow:visited {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #InstaWrap {
    background: #ebebeb;
    width: 100%;
    margin: 0% auto;
    padding: 5%;
    box-sizing: border-box;
  }
  .WhiteRound {
    width: 100%;
    background: #fff;
    margin: 1% auto;
    padding: 2%;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .WhiteRound dl dt {
    float: left;
    width: 20%;
    box-sizing: border-box;
  }
  .WhiteRound dl dt img {
    width: 71px;
    margin: 0px 20px 0px 0px;
  }
  .WhiteRound dl dd {
    float: left;
    width: 80%;
    font-size: 1em;
    line-height: 1.5em;
    box-sizing: border-box;
  }

  .InstaListWrap {
    width: 100%;
    margin: 40px auto 0px auto;
    box-sizing: border-box;
    padding: 0%;
  }

  .InstaListWrap ul li {
    float: left;
    width: 50%;
    margin: 0% 0% 0% 0%;
    padding: 3% 2%;
    list-style: none;
    box-sizing: border-box;
  }

  .InstaListWrap ul li:nth-child(4),
  .InstaListWrap ul li:nth-child(8) {
    margin: 0%;
  }

  .InstaListWrap ul li img {
    width: 100%;
    margin: 0% auto 5% auto;
  }
  .InstaListWrap ul li img:hover {
    opacity: 0.55;
  }

  .InstaPic {
    margin: 0% auto 3% auto;
  }
  .InstaPic dd {
    text-align: center;
  }

  .FavWrap {
    float: left;
    margin: 0px auto 0px 0px;
  }
  .ComeWrap {
    float: right;
    margin: 0px 30px 0px auto;
  }

  .FavWrap dl dt,
  .ComeWrap dl dt {
    width: 40%;
    float: left;
    padding: 1%;
  }
  .FavWrap dl dt img,
  .ComeWrap dl dt img {
    width: 100%;
  }
  .FavWrap dl dd,
  .ComeWrap dl dd {
    width: 50%;
    float: left;
  }

  .Follow {
    display: block;
    margin: 2% auto;
    padding: 2% 0%;
    border: solid 2px #fff;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7336dc+0,bf24be+21,fc20b8+44,fe4527+70,ffb428+100 */
    background: #7336dc; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #7336dc 0%,
      #bf24be 21%,
      #fc20b8 44%,
      #fe4527 70%,
      #ffb428 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #7336dc 0%,
      #bf24be 21%,
      #fc20b8 44%,
      #fe4527 70%,
      #ffb428 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #7336dc 0%,
      #bf24be 21%,
      #fc20b8 44%,
      #fe4527 70%,
      #ffb428 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7336dc', endColorstr='#ffb428',GradientType=0 ); /* IE6-9 */
  }

  .Follow:hover {
    opacity: 0.55;
    text-decoration: none;
  }
  .Follow:visited {
    color: #fff;
  }
}

/*=	#ABOUT　==============================================================================*/
.AboutMainImg {
  width: 1000px;
  height: 660px;
  margin: 0px auto;
  position: relative;
}
.AboutMainImg h2 {
  width: 212px;
  height: 85px;
  position: absolute;
  top: 0px;
  left: 40%;
}
.AboutMainImg h3 {
  width: 100%;
  position: absolute;
  top: 240px;
  font-size: 32px;
  text-align: center;
}

.AboutLeadWrap {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding: 60px 0px;
  background: url(../img/about/icon_family.png) no-repeat;
  background-position: right bottom;
}
.AboutLeadWrap p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
}

.AboutOverviewWrap {
  width: 1084px;
  margin: 20px auto;
  padding: 0px 0px 60px 0px;
  border-bottom: solid 1px #333;
  border-top: solid 1px #333;
}
.AboutOverviewWrap h3 {
  margin: 0px auto 35px auto;
  text-align: center;
}
.AboutLogo {
  float: left;
  width: 192px;
  margin: 0px 50px 0px 0px;
}
.AboutData {
  float: right;
  width: 842px;
}
.AboutData dl:not(:last-child) {
  margin-bottom: 15px;
}
.AboutData dl::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.AboutData dl dt {
  display: inline-block;
  width: 160px;
  margin: 0px 40px 0 0px;
  padding: 8px 0px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  background: #ebebeb;
}
.AboutData dl dd {
  float: right;
  width: 642px;
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  line-height: 24px;
}

.AboutMessageWrap {
  width: 1084px;
  margin: 0px auto;
  padding: 60px 0px 120px 0px;
}
.AboutMessageWrap .CommentBox {
  float: left;
  width: 562px;
  margin: 0px 54px 0px 0px;
  padding: 0px;
}
.AboutMessageWrap .CommentBox h3 {
  text-align: center;
  margin: 0px auto 40px auto;
}
.AboutMessageWrap .CommentBox h4 {
  text-align: center;
  margin: 0px auto 40px auto;
  font-size: 24px;
}
.AboutMessageWrap .CommentBox p {
  margin: 0px auto;
  font-size: 15px;
  line-height: 29px;
}
.AboutMessageWrap .CommentBox .tR {
  width: 100%;
  text-align: right;
}
.AboutMessageWrap .PicBox {
  float: right;
  width: 466px;
  height: 696px;
  margin: 0px;
  padding: 0px;
}

.AboutFlowWrap {
  width: 1280px;
  margin: 0px auto;
  padding: 0px;
  background: #ebebeb;
}
.AboutFlowWrap h3 {
  text-align: center;
  margin: 0px auto 40px auto;
}
.AboutFlowWrap h4 {
  text-align: center;
  margin: 0px auto 40px auto;
  font-size: 34px;
}
.AboutFlowWrap .Leadtext {
  text-align: center;
  margin: 0px auto 40px auto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.HouseIcon {
  width: 100%;
  margin: 0px auto 40px auto;
  box-sizing: border-box;
  text-align: center;
}

.AboutFlowWrap .StepWrap {
  width: 620px;
  margin: 0px auto;
}
.StepWrap .StepIconBox {
  float: left;
  width: 64px;
  margin: 0px;
}
.StepWrap .StepTextBox {
  float: right;
  width: 514px;
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 75px 40px;
  border-left: dashed 2px #888;
}
.StepWrap .StepTextBoxE {
  float: right;
  width: 514px;
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 0px 40px;
  border-left: dashed 2px #888;
}
.StepWrap .StepTextBox h5,
.StepWrap .StepTextBoxE h5 {
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  font-weight: bold;
}
.StepWrap .StepTextBox p,
.StepWrap .StepTextBoxE p {
  font-size: 15px;
  line-height: 32px;
}
.StepWrap .StepTextBox ul {
  width: 468px;
  margin: 25px 0px 0px 0px;
  padding: 16px 24px;
  background: #fff;
  box-sizing: border-box;
  list-style: none;
}
.StepWrap .StepTextBox ul li {
  font-size: 13px;
  border-bottom: dashed 1px #888;
  padding: 7px 0px 5px 0px;
}
.StepWrap .StepTextBox ul li:last-child {
  font-size: 13px;
  border-bottom: none;
  padding: 7px 0px 5px 0px;
}
.StepWrap .StepTextBox ul li::before {
  content: "□";
  font-size: 20px;
  margin: 0px 5px 0px 0px;
}

@media screen and (max-width: 768px) {
  .AboutMainImg {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
  }
  .AboutMainImg div img {
    width: 100%;
  }
  .AboutMainImg h2 {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 30%;
    box-sizing: border-box;
    text-align: center;
  }
  .AboutMainImg h2 img {
    width: 100%;
  }
  .AboutMainImg h3 {
    width: 100%;
    padding: 0% 7%;
    position: absolute;
    top: 28%;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
  }

  .AboutLeadWrap {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 5% 20%;
    background: url(../img/about/icon_family.png) no-repeat;
    background-position: right bottom;
    box-sizing: border-box;
  }
  .AboutLeadWrap p {
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
    margin: 0% auto 60% auto;
  }

  .AboutOverviewWrap {
    width: 100%;
    margin: 20px auto -12px auto;
    padding: 0px 0px 60px 0px;
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    box-sizing: border-box;
  }
  .AboutOverviewWrap h3 {
    margin: 0px auto 35px auto;
    text-align: center;
  }
  .AboutLogo {
    float: none;
    width: 100%;
    margin: 0% auto 10% auto;
    box-sizing: border-box;
    text-align: center;
  }
  .AboutData {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .AboutData dl dt {
    display: inline-block;
    width: 100%;
    margin: 0%;
    padding: 8px 0px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    background: #ebebeb;
  }
  .AboutData dl dd {
    float: right;
    width: 100%;
    margin: 0% auto;
    padding: 3%;
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
  }

  .AboutMessageWrap {
    width: 100%;
    margin: 0px auto;
    padding: 0%;
    box-sizing: border-box;
  }
  .AboutMessageWrap .CommentBox {
    float: left;
    width: 100%;
    margin: 0%;
    padding: 0% 5%;
    box-sizing: border-box;
  }
  .AboutMessageWrap .CommentBox h3 {
    text-align: center;
    margin: 0px auto 40px auto;
  }
  .AboutMessageWrap .CommentBox h4 {
    text-align: center;
    margin: 0px auto 40px auto;
    font-size: 24px;
  }
  .AboutMessageWrap .CommentBox p {
    margin: 0px auto;
    font-size: 15px;
    line-height: 29px;
  }
  .AboutMessageWrap .CommentBox .tR {
    width: 100%;
    text-align: right;
    margin: 0% auto 3% auto;
  }
  .AboutMessageWrap .PicBox {
    float: none;
    width: 100%;
    height: 100%;
    margin: 3% auto;
    padding: 5%;
    box-sizing: border-box;
  }
  .AboutMessageWrap .PicBox img {
    width: 100%;
  }

  .AboutFlowWrap {
    width: 100%;
    margin: 0% auto;
    padding: 0% 5%;
    background: #ebebeb;
    box-sizing: border-box;
  }
  .AboutFlowWrap h3 {
    width: 50%;
    text-align: center;
    margin: 0px auto 40px auto;
  }
  .AboutFlowWrap h3 img {
    width: 100%;
  }
  .AboutFlowWrap h4 {
    text-align: center;
    margin: 0px auto 40px auto;
    padding: 0% 14%;
    font-size: 28px;
    box-sizing: border-box;
  }
  .AboutFlowWrap .Leadtext {
    text-align: center;
    margin: 0px auto;
    padding: 0% 7%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
  }
  .HouseIcon {
    width: 100%;
    margin: 0px auto 40px auto;
    box-sizing: border-box;
    text-align: center;
  }

  .AboutFlowWrap .StepWrap {
    width: 100%;
    margin: 0px auto;
    padding: 0%;
    box-sizing: border-box;
  }
  .StepWrap .StepIconBox {
    float: none;
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .StepWrap .StepTextBox {
    float: none;
    width: 100%;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 75px 0px;
    border-left: none;
    box-sizing: border-box;
  }
  .StepWrap .StepTextBoxE {
    float: none;
    width: 100%;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-left: none;
    box-sizing: border-box;
  }
  .StepWrap .StepTextBox h5,
  .StepWrap .StepTextBoxE h5 {
    margin: 0px 0px 30px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .StepWrap .StepTextBox p,
  .StepWrap .StepTextBoxE p {
    font-size: 15px;
    line-height: 32px;
  }
  .StepWrap .StepTextBox ul {
    width: 100%;
    margin: 25px 0px 0px 0px;
    padding: 16px 5%;
    background: #fff;
    list-style: none;
    box-sizing: border-box;
  }
  .StepWrap .StepTextBox ul li {
    font-size: 13px;
    border-bottom: dashed 1px #888;
    padding: 7px 0px 5px 0px;
  }
  .StepWrap .StepTextBox ul li:last-child {
    font-size: 13px;
    border-bottom: none;
    padding: 7px 0px 5px 0px;
  }
  .StepWrap .StepTextBox ul li::before {
    content: "□";
    font-size: 13px;
    margin: 0px 5px 0px 0px;
  }
  .Diagonal img {
    width: 100%;
  }
}

/*=	#STAFFRECOMMEND　=====================================================================*/
.StaffMainImg {
  width: 1000px;
  height: 660px;
  margin: 0px auto;
  position: relative;
}
.StaffMainImg h2 {
  width: 426px;
  height: 95px;
  position: absolute;
  top: 0px;
  left: 25%;
}

.StaffTitleWrap {
  width: 100%;
  max-width: 850px;
  margin: 90px auto 0px auto;
  position: relative;
}
.StaffTitleWrap .Tilte {
  position: absolute;
  top: 100px;
  right: 200px;
}
.StaffTitleWrap .Tilte h3 {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}
.StaffTitleWrap .Tilte div img {
  margin: 80px 0px 0px 90px;
}
.StaffTitleWrap .Tilte2 {
  position: absolute;
  top: 100px;
  left: 230px;
}
.StaffTitleWrap .Tilte2 h3 {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    sans-serif !important;
}
.StaffTitleWrap .Tilte2 div img {
  margin: 80px 0px 0px 90px;
}
.StaffTitleWrap .Fl {
  float: left;
}
.StaffTitleWrap .Fr {
  float: right;
}

.StaffCommentWrap {
  width: 100%;
  max-width: 640px;
  margin: 80px auto 50px auto;
}
.StaffCommentWrap .CommentBox {
  width: 100%;
  max-width: 589px;
  height: 265px;
  margin: 40px auto 0px auto;
  background: url(../img/bg/gray.png) no-repeat;
}
.StaffCommentWrap .CommentBox p {
  font-size: 15px;
  line-height: 30px;
  padding: 30px 30px 0px 30px;
}

.ShopInfoWrap {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
}
.ShopInfoWrap .PicBox {
  float: left;
  width: 100%;
  max-width: 303px;
  margin: 0px 35px 0px 0px;
}
.ShopInfoWrap .PicBox img {
  margin: 0px 0px 10px 0px;
}
.ShopInfoWrap .InfoBox {
  float: right;
  width: 100%;
  max-width: 362px;
  margin: 0px;
}
.ShopInfoWrap .InfoBox h4 {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.ShopInfoWrap .InfoBox p {
  font-size: 13px;
  line-height: 24px;
  padding: 0px 0px 15px 0px;
}
.ShopInfoWrap .InfoBox ul {
  border-top: solid 2px #000;
  padding: 10px 0px;
  list-style: none;
}
.ShopInfoWrap .InfoBox ul li {
  border-bottom: dotted 2px #666;
  padding: 8px 0px;
}
.ShopInfoWrap .InfoBox ul li:nth-child(1) {
  font-weight: bold;
}
.ShopInfoWrap .InfoBox ul li:nth-child(6) {
  border-bottom: none;
  padding: 8px 0px;
}
.ShopInfoWrap .InfoBox ul li span {
  display: table-cell;
  float: left;
  width: 16px;
  height: 16px;
  margin: 2px 5px 0px 0px;
}
.ShopInfoWrap .InfoBox ul li span.icoHome {
  background: url(../img/icon/home.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopInfoWrap .InfoBox ul li span.icoMap {
  background: url(../img/icon/map.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopInfoWrap .InfoBox ul li span.icoTel {
  background: url(../img/icon/tel.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopInfoWrap .InfoBox ul li span.icoWatch {
  background: url(../img/icon/watch.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopInfoWrap .InfoBox ul li span.icoHoliday {
  background: url(../img/icon/holiday.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopInfoWrap .InfoBox ul li span.icoWeb {
  background: url(../img/icon/web.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .StaffMainImg {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    position: relative;
  }
  .StaffMainImg h2 {
    width: 65%;
    height: 95px;
    position: absolute;
    top: 0px;
    left: 15%;
  }
  .StaffMainImg h2 img {
    width: 100%;
  }
  .StaffMainImg div img {
    width: 100%;
  }

  .StaffTitleWrap {
    width: 100%;
    margin: 10% auto 0% auto;
    position: static;
  }
  .StaffTitleWrap .Tilte {
    position: inherit;
  }
  .StaffTitleWrap .Tilte h3 {
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
  }
  .StaffTitleWrap .Tilte div img {
    margin: 0% auto;
  }
  .StaffTitleWrap .Tilte2 {
    position: inherit;
  }
  .StaffTitleWrap .Tilte2 h3 {
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
  }
  .StaffTitleWrap .Tilte2 div img {
    margin: 0% auto;
  }
  .StaffTitleWrap .Fl {
    float: none;
  }
  .StaffTitleWrap .Fl img {
    width: 100%;
  }
  .StaffTitleWrap .Fr {
    float: none;
  }
  .StaffTitleWrap .Fr img {
    width: 100%;
  }

  .Orangeicon {
    width: 30%;
    text-align: center;
    margin: 5% auto;
  }

  .StaffCommentWrap {
    width: 100%;
    margin: 0% auto;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
  }
  .StaffCommentWrap img {
    width: 90%;
    margin: 10% auto;
  }
  .StaffCommentWrap .CommentBox {
    width: 90%;
    height: 100%;
    margin: 0% auto;
    padding: 2%;
    background: url(../img/bg/gray.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    text-align: left;
  }
  .StaffCommentWrap .CommentBox p {
    /* font-size: 1.2em; line-height: 2.0em */
    padding: 5% 3%;
    box-sizing: border-box;
  }

  .ShopInfoWrap {
    width: 100%;
    margin: 5% auto;
    padding: 2%;
    box-sizing: border-box;
  }
  .ShopInfoWrap .PicBox {
    float: none;
    width: 100%;
    margin: 0% auto;
    text-align: center;
  }
  .ShopInfoWrap .PicBox img {
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .ShopInfoWrap .InfoBox {
    width: 100%;
    float: none;
    margin: 0% auto -7% auto;
    padding: 2% 2% 0% 2%;
    box-sizing: border-box;
  }
  .ShopInfoWrap .InfoBox h4 {
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
  .ShopInfoWrap .InfoBox p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 0px 0px 15px 0px;
  }
  .ShopInfoWrap .InfoBox ul {
    width: 100%;
    border-top: solid 2px #000;
    padding: 2% 2% 0% 2%;
    list-style: none;
    box-sizing: border-box;
  }
  .ShopInfoWrap .InfoBox ul li {
    border-bottom: dotted 2px #666;
    padding: 8px 0px;
  }
  .ShopInfoWrap .InfoBox ul li:nth-child(1) {
    font-weight: bold;
  }
  .ShopInfoWrap .InfoBox ul li:nth-child(6) {
    border-bottom: none;
    padding: 8px 0px;
  }
  .ShopInfoWrap .InfoBox ul li span {
    display: table-cell;
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 5px 0px 0px;
  }
  .ShopInfoWrap .InfoBox ul li span.icoHome {
    background: url(../img/icon/home.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopInfoWrap .InfoBox ul li span.icoMap {
    background: url(../img/icon/map.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopInfoWrap .InfoBox ul li span.icoTel {
    background: url(../img/icon/tel.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopInfoWrap .InfoBox ul li span.icoWatch {
    background: url(../img/icon/watch.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopInfoWrap .InfoBox ul li span.icoHoliday {
    background: url(../img/icon/holiday.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopInfoWrap .InfoBox ul li span.icoWeb {
    background: url(../img/icon/web.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/*=	#SHOP　==============================================================================*/

.ShopTitleWrap h2 {
  width: 100%;
  margin: 0px auto -40px auto;
  padding: 0px;
  text-align: center;
}
.ShopTitleWrap .IcoMan {
  width: 938px;
  margin: 0px auto;
  padding: 0px;
}
.ShopListWrap {
  width: 1280px;
  margin: -10px auto 0px auto;
  padding: 0px;
}
.ShopListWrap .IcoWoman {
  width: 1280px;
  margin: 0px auto;
  text-align: right;
}
.ShopListWrap .IcoWoman img {
  margin: -160px 80px 55px 0px;
}
.ShopListBox {
  width: 938px;
  height: 363px;
  margin: 0px auto 55px auto;
  padding: 15px 18px;
  background: url(../img/shop/bg_orange.png) no-repeat;
  background-size: cover;
}
.ShopListBox .PicBox {
  float: left;
  width: 458px;
  margin: 0px 45px 0px 0px;
}
#product-page .ShopListBox .PicBox {
  margin: 0px 15px 0px 0px;
}
.ShopListBox .InfoBox {
  float: right;
  width: 399px;
}
.ShopListBox .InfoBox h3 {
  margin: 20px auto 10px auto;
  font-size: 24px;
}
.ShopListBox .InfoBox .List1 {
  list-style: none;
  margin: 0px auto 25px auto;
}
.ShopListBox .InfoBox .List1 li {
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: dotted 2px #666;
}
.ShopListBox .InfoBox .List1 li span {
  display: table-cell;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0px 5px 0px 0px;
}
.ShopListBox .InfoBox .List1 li span.icoMap {
  background: url(../img/icon/map.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopListBox .InfoBox .List1 li span.icoTel {
  background: url(../img/icon/tel.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopListBox .InfoBox .List1 li span.icoWatch {
  background: url(../img/icon/watch.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopListBox .InfoBox .List1 li span.icoHoliday {
  background: url(../img/icon/holiday.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ShopListBox .InfoBox .List2 {
  width: 100%;
  list-style: none;
  margin: 0px auto;
  padding: 0px 30px;
}
.ShopListBox .InfoBox .List2 li {
  width: 50%;
  display: table-cell;
  padding: 0px 15px;
  margin: 0px;
  text-align: center;
}
.ShopListBox .InfoBox .List2 li a:hover {
  opacity: 0.55;
}

@media screen and (max-width: 768px) {
  .ShopTitleWrap {
    width: 100%;
    margin: 0% auto;
    padding: 0%;
    position: relative;
  }
  .ShopTitleWrap h2 {
    width: 100%;
    margin: 0px auto -40px auto;
    padding: 0px;
    text-align: center;
  }
  .ShopTitleWrap .IcoMan {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
  }
  .ShopListWrap {
    width: 100%;
    margin: -10px auto -55px auto;
    padding: 3%;
    box-sizing: border-box;
  }
  .ShopListWrap .IcoWoman {
    width: 100%;
    margin: 0px auto;
    text-align: right;
  }
  .ShopListWrap .IcoWoman img {
    margin: -70px 0px 0px 0px;
  }
  .ShopListBox {
    width: 100%;
    height: auto;
    margin: 0px auto 55px auto;
    padding: 5% 3% 10% 3%;
    background: url(../img/shop/bg_orange.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .ShopListBox .PicBox {
    float: none;
    width: 100%;
    margin: 0%;
  }
  .ShopListBox .PicBox img {
    width: 100%;
  }
  .ShopListBox .InfoBox {
    float: none;
    width: 100%;
  }
  .ShopListBox .InfoBox h3 {
    margin: 20px auto 10px auto;
    font-size: 1.5em;
    text-align: center;
  }
  .ShopListBox .InfoBox .List1 {
    list-style: none;
    margin: 0px auto 25px auto;
  }
  .ShopListBox .InfoBox .List1 li {
    font-size: 1em;
    padding: 10px 0px;
    border-bottom: dotted 2px #666;
  }
  .ShopListBox .InfoBox .List1 li span {
    display: table-cell;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0px 5px 0px 0px;
  }
  .ShopListBox .InfoBox .List1 li span.icoMap {
    background: url(../img/icon/map.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopListBox .InfoBox .List1 li span.icoTel {
    background: url(../img/icon/tel.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopListBox .InfoBox .List1 li span.icoWatch {
    background: url(../img/icon/watch.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopListBox .InfoBox .List1 li span.icoHoliday {
    background: url(../img/icon/holiday.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ShopListBox .InfoBox .List2 {
    width: 100%;
    list-style: none;
    margin: 0px auto;
    padding: 0% 10%;
    box-sizing: border-box;
  }
  .ShopListBox .InfoBox .List2 li {
    width: 50%;
    display: table-cell;
    padding: 0%;
    margin: 0%;
    text-align: center;
    box-sizing: border-box;
  }
  .ShopListBox .InfoBox .List2 li img {
    width: 90%;
    padding: 0%;
    margin: 0%;
  }
  .ShopListBox .InfoBox .List2 li a:hover {
    opacity: 0.55;
  }
}

/*=	#VOICE　==============================================================================*/
.VoiceMainImg {
  width: 1000px;
  height: 660px;
  margin: 0px auto;
  position: relative;
}
.VoiceMainImg h2 {
  width: 210px;
  height: 85px;
  position: absolute;
  top: 0px;
  left: 40%;
}
.VoiceLeadWrap {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding: 60px 0px;
}
.VoiceLeadWrap p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
}

.VoiceMainWrap {
  width: 1280px;
  margin: 0px auto 30px auto;
  padding: 0px;
  position: relative;
}
.VoiceMainWrap p {
  width: 516px;
  margin: 40px auto;
  padding: 0px;
  font-size: 16px;
  line-height: 36px;
}
.VoiceMainWrap p span {
  font-weight: 600;
  color: #ffa000;
}
.VoiceMainWrap .MainTitleWrap {
  width: 1280px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
.VoiceMainWrap .MainTitleWrap h3 {
  width: 196px;
  height: 47px;
  margin: 0px auto 30px auto;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  background: url(../img/voice/bg_title.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.VoiceMainWrap .MainTitleWrap h3 .Orange {
  color: #ffa000;
}
.VoiceMainWrap .MainTitleWrap h3 .Scap {
  font-size: 11px;
  font-weight: lighter;
}
.VoiceMainWrap .MainTitleWrap h4 {
  margin: 10px auto;
}
.VoiceMainWrap h5 {
  margin: 60px auto 40px auto;
  text-align: center;
}
.VoiceMainWrap .MainTitleWrap div>img{
  width: 100%;
}
.VoiceMainWrap .Pic {
  width: 100%;
  margin: 0px auto 30px auto;
  text-align: center;
}
.YokomizoPic01 {
  position: absolute;
  top: 14.5%;
  left: 75%;
}
.YokomizoPic02 {
  position: absolute;
  top: 16.5%;
  left: 5%;
}
.YokomizoPic03 {
  position: absolute;
  top: 31%;
  left: 75%;
}
.YokomizoPic04 {
  position: absolute;
  top: 45%;
  left: 5%;
}
.YokomizoPic05 {
  position: absolute;
  top: 51%;
  left: 70%;
}
.YokomizoPic06 {
  position: absolute;
  top: 65.5%;
  left: 75%;
}
.YokomizoPic07 {
  position: absolute;
  top: 82%;
  left: 5%;
}
.YokomizoPic08 {
  position: absolute;
  top: 97%;
  left: 60%;
}
.KatanoPic01 {
  position: absolute;
  top: 18.5%;
  left: 75%;
}
.KatanoPic02 {
  position: absolute;
  top: 28%;
  left: 5%;
}
.KatanoPic03 {
  position: absolute;
  top: 27%;
  left: 75%;
}
.KatanoPic04 {
  position: absolute;
  top: 44%;
  left: 70.5%;
}
.KatanoPic05 {
  position: absolute;
  top: 64%;
  left: 5%;
}
.KatanoPic06 {
  position: absolute;
  top: 74%;
  left: 75%;
}
.KatanoPic07 {
  position: absolute;
  top: 80%;
  left: 65%;
}
.KatanoPic08 {
  position: absolute;
  top: 96%;
  left: 22%;
}
.takanashiPic01 {
  position: absolute;
  top: 19.5%;
  left: 72%;
}
.takanashiPic02 {
  position: absolute;
  top: 27%;
  left: 12%;
}
.takanashiPic03 {
  position: absolute;
  top: 48%;
  left: 65%;
}
.takanashiPic04 {
  position: absolute;
  top: 51%;
  left: 25%;
}
.takanashiPic05 {
  position: absolute;
  top: 59%;
  left: 22%;
}
.takanashiPic06 {
  position: absolute;
  top: 70%;
  left: 73%;
}
.takanashiPic07 {
  position: absolute;
  top: 77%;
  left: 6%;
}
.katoPic01 {
  position: absolute;
  top: 14%;
  left: 4%;
}
.katoPic02 {
  position: absolute;
  top: 21%;
  left: 72%;
}
.katoPic03 {
  position: absolute;
  top: 28.5%;
  left: 72%;
}
.katoPic04 {
  position: absolute;
  top: 39%;
  left: 72%;
}
.katoPic05 {
  position: absolute;
  top: 46%;
  left: 4%;
}
.katoPic06 {
  position: absolute;
  top: 49%;
  left: 72%;
}
.katoPic07 {
  position: absolute;
  top: 57%;
  left: 13%;
}
.katoPic08 {
  position: absolute;
  top: 77%;
  left: 4%;
}
.katoPic09 {
  position: absolute;
  top: 81%;
  left: 72%;
}
.katoPic10 {
  position: absolute;
  top: 84%;
  left: 10%;
}
.ishikawaPic01 {
  position: absolute;
  top: 16%;
  left: 4%;
}
.ishikawaPic02 {
  position: absolute;
  top: 18%;
  left: 72%;
}
.ishikawaPic03 {
  position: absolute;
  top: 25%;
  left: 10%;
}
.ishikawaPic04 {
  position: absolute;
  top: 44%;
  left: 72%;
}
.ishikawaPic05 {
  position: absolute;
  top: 50%;
  left: 4%;
}
.ishikawaPic06 {
  position: absolute;
  top: 51%;
  left: 72%;
}
.ishikawaPic07 {
  position: absolute;
  top: 59%;
  left: 4%;
}
.ishikawaPic08 {
  position: absolute;
  top: 75%;
  left: 72%;
}
.ishikawaPic09 {
  position: absolute;
  top: 78%;
  left: 4%;
}
.ishikawaPic10 {
  position: absolute;
  top: 83%;
  left: 72%;
}

@media screen and (max-width: 768px) {
  .VoiceMainImg {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
  }
  .VoiceMainImg img {
    width: 100%;
    height: 100%;
  }
  .VoiceMainImg h2 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 30%;
    box-sizing: border-box;
  }
  .VoiceLeadWrap {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 30px 7%;
    box-sizing: border-box;
  }
  .VoiceLeadWrap p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    margin: 0% auto 10% auto;
  }

  .VoiceMainWrap {
    width: 100%;
    margin: 0px auto 30px auto;
    padding: 0% 5%;
    position: relative;
    box-sizing: border-box;
  }
  .VoiceMainWrap p {
    width: 100%;
    margin: 40px auto;
    padding: 0px;
    font-size: 16px;
    line-height: 36px;
  }
  .VoiceMainWrap p span {
    font-weight: 600;
    color: #ffa000;
  }
  .VoiceMainWrap .MainTitleWrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
  }
  .VoiceMainWrap .MainTitleWrap h3 {
    width: 70%;
    height: auto;
    margin: 0px auto 30px auto;
    padding: 0% 5%;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    background: url(../img/voice/bg_title.png) no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
  }
  .VoiceMainWrap .MainTitleWrap h3 .Orange {
    color: #ffa000;
  }
  .VoiceMainWrap .MainTitleWrap h3 .Scap {
    font-size: 11px;
    font-weight: lighter;
  }
  .VoiceMainWrap .MainTitleWrap h4 {
    width: 100%;
    margin: 10px auto;
  }
  .VoiceMainWrap .MainTitleWrap h4 img {
    width: 100%;
  }
  .VoiceMainWrap h5 {
    width: 100%;
    margin: 60px auto 40px auto;
    text-align: center;
  }
  .VoiceMainWrap h5 img {
    width: 100%;
  }
  .VoiceMainWrap div img {
    width: 100%;
  }
  .VoiceMainWrap .Pic {
    width: 100%;
    margin: 0px auto 30px auto;
    text-align: center;
  }
  .VoiceMainWrap .Pic img {
    width: 100%;
  }
  .YokomizoPic01 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
  }
  .YokomizoPic02 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
  }
  .YokomizoPic03 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
  }
  .YokomizoPic04 {
    display: none;
    position: absolute;
    top: 58%;
    left: 5%;
  }
  .YokomizoPic05 {
    position: absolute;
    top: 60%;
    left: 60%;
    width: 40%;
    box-sizing: border-box;
  }
  .YokomizoPic06 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 40px auto -10px auto;
    box-sizing: border-box;
  }
  .YokomizoPic07 {
    display: none;
    position: absolute;
    top: 87%;
    left: 0%;
    width: 30%;
  }
  .YokomizoPic08 {
    position: absolute;
    top: 98.5%;
    left: 70%;
    width: 30%;
  }
  .KatanoPic01 {
    display: none;
    position: absolute;
    top: 18.5%;
    left: 75%;
  }
  .KatanoPic02 {
    position: inherit;
    display: block;
    width: 92%;
    margin: 0px auto 40px auto;
    box-sizing: border-box;
  }
  .KatanoPic03 {
    display: none;
    position: absolute;
    top: 27%;
    left: 75%;
  }
  .KatanoPic04 {
    display: none;
    position: absolute;
    top: 44%;
    left: 70.5%;
  }
  .KatanoPic05 {
    position: inherit;
    display: block;
    width: 92%;
    margin: 0px auto 40px auto;
    box-sizing: border-box;
  }
  .KatanoPic06 {
    position: inherit;
    display: block;
    width: 92%;
    margin: 0px auto 40px auto;
    box-sizing: border-box;
  }
  .KatanoPic07 {
    position: absolute;
    top: 87%;
    left: 65%;
  }
  .KatanoPic08 {
    position: absolute;
    top: 97%;
    left: 0%;
    width: 40%;
    box-sizing: border-box;
  }
  .takanashiPic01 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
  }
  .takanashiPic01 img {
    width: 100%;
  }
  .takanashiPic02 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
  }
  .takanashiPic02 img {
    width: 100%;
  }
  .takanashiPic03 {
    display: none;
  }
  .takanashiPic04 {
    display: none;
  }
  .takanashiPic05 {
    display: none;
  }
  .takanashiPic06 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 20px auto 30px auto;
    box-sizing: border-box;
  }
  .takanashiPic06 img {
    width: 70%;
  }
  .takanashiPic07 {
    position: inherit;
    display: block;
    width: 70%;
    margin: 0 0 -10px;
    box-sizing: border-box;
  }
  .takanashiPic06 img {
    width: 70%;
  }
  .katoPic01 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic02 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic03 {
    display: none;
  }
  .katoPic04 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic05 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic06 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic07 {
    position: inherit;
    text-align: left;
    display: block;
    margin: 10px 0;
    box-sizing: border-box;
  }
  .katoPic08 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic09 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .katoPic10 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic01 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic02 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic03 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic04 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic05 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic06 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic07 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic08 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic09 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
  .ishikawaPic10 {
    position: inherit;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
  }
}

/*=	#NEWS　==============================================================================*/
.GreenBgWrap {
  width: 100%;
  background: #edf3e9;
}
.NewsMainImg {
  width: 1000px;
  height: 660px;
  margin: 0px auto;
  position: relative;
}
.NewsMainImg h2 {
  width: 210px;
  height: 85px;
  position: absolute;
  top: 0px;
  left: 40%;
}
.NewsLeadWrap {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding: 60px 0px;
}
.NewsLeadWrap p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
}

.NewsMainWrap {
  width: 1280px;
  margin: 0px auto 30px auto;
  padding: 0px;
  position: relative;
}
.NewsMainWrap p {
  width: 516px;
  margin: 30px auto;
  padding: 0px;
  font-size: 16px;
  line-height: 36px;
}
.NewsMainWrap p span {
  font-weight: 600;
  color: #ffa000;
}
.NewsMainWrap .MainTitleWrap {
  width: 1280px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
.NewsMainWrap .MainTitleWrap h3 {
  width: 160px;
  height: 22px;
  margin: 70px auto 30px auto;
  padding: 3px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background: #4c8926;
}
.NewsMainWrap .MainTitleWrap h4 {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  font-size: 29px;
  line-height: 48px;
}
.NewsMainWrap .BtnDetails {
  width: 100px;
  margin: 0px auto;
  text-align: center;
}
.NewsMainWrap .BtnDetails a {
  display: block;
  font-size: 11px;
  width: 100px;
  height: 17px;
  border: solid 1px #333;
  text-align: center;
  background: #fff;
  padding: 3px 0px 0px 0px;
}
.NewsMainWrap .BtnDetails a:hover {
  text-decoration: none;
  opacity: 0.55;
}

.NewsMainWrap .NewsNav {
  width: 465px;
  list-style: none;
  margin: 40px auto;
}
.NewsMainWrap .NewsNav li {
  width: 33%;
  display: table-cell;
  text-align: center;
}
.NewsMainWrap .NewsNav li {
  display: table-cell;
}
.NewsMainWrap .NewsNav a:hover {
  text-decoration: none;
  opacity: 0.55;
}

@media screen and (max-width: 768px) {
  .GreenBgWrap {
    width: 100%;
    background: #edf3e9;
  }
  .NewsMainImg {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .NewsMainImg h2 {
    width: 100%;
    margin: 0px auto -40px auto;
    padding: 0px;
    text-align: center;
  }
  .NewsLeadWrap {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 60px 0px;
  }
  .NewsLeadWrap p {
    font-size: 17px;
    line-height: 35px;
    font-weight: 600;
  }

  .NewsMainWrap {
    width: 100%;
    margin: 0px auto 30px auto;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
  }
  .NewsMainWrap p {
    width: 100%;
    margin: 30px auto;
    padding: 3% 5%;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
  }
  .NewsMainWrap p span {
    font-weight: 600;
    color: #ffa000;
  }
  .NewsMainWrap .MainTitleWrap {
    width: 100%;
    margin: 0% auto;
    padding: 0% 3%;
    text-align: center;
  }
  .NewsMainWrap .MainTitleWrap h3 {
    width: 160px;
    height: 22px;
    margin: 40px auto;
    padding: 3px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #4c8926;
  }
  .NewsMainWrap .MainTitleWrap h4 {
    width: 100%;
    margin: 0% auto;
    padding: 0%;
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .NewsMainWrap .BtnDetails {
    width: 100px;
    margin: 0px auto;
    text-align: center;
  }
  .NewsMainWrap .BtnDetails a {
    display: block;
    font-size: 11px;
    width: 100px;
    height: 17px;
    border: solid 1px #333;
    text-align: center;
    background: #fff;
    padding: 3px 0px 0px 0px;
  }
  .NewsMainWrap .BtnDetails a:hover {
    text-decoration: none;
    opacity: 0.55;
  }

  .NewsMainWrap .NewsNav {
    width: 100%;
    list-style: none;
    margin: 40px auto;
    padding: 0% 5%;
    box-sizing: border-box;
  }
  .NewsMainWrap .NewsNav li {
    width: 33%;
    display: table-cell;
    text-align: center;
  }
  .NewsMainWrap .NewsNav li a:hover {
    text-decoration: none;
    opacity: 0.55;
  }
  .NewsMainWrap .NewsNav li:nth-child(2) a img {
    width: 100%;
  }
  .NewsMainWrap .NewsNav li a img {
    width: 78%;
  }
}

