@charset "utf-8";

body{
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #221815;
}

img{
  width: 100%;
  height: auto;
}
.pcbr{
  display: none;
}
a:hover{
  opacity: 0.6;
}
#wrapper{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#site-top header{
  max-width: 750px;
  margin: 0 auto;
}
#site-top .mainVisual{
  position: relative;
}
#site-top .mainVisual .mainVisualImage img{
  margin-top: 0;
  width: 100%;
  height: auto;
}
#site-top .mainVisual .wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
} 
#site-top .mainVisual h1{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 60px;
}
#site-top .mainVisual h1 span,
#site-top .mainVisual h1 strong{
  display: block;
}

#site-top .mainVisual h1 .lead{
  padding: 20px 0;
}

#site-top .mainVisual .annotation{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#site-top .mainVisual .annotation:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  border: 50px solid transparent;
  border-bottom: 50px solid #FFF;
  
}
#site-top .mainVisual .annotation a{
  position: relative;
  z-index: 1;
  display: block;
  width: 100px;
  height: 35px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -99999px;
  background: url(../img/top/head-anc.png) no-repeat center center;
  background-size: 23px;
}
#site-top .header-credit{
  padding: 0 60px;
}
#site-top .header-credit p{
  font-size: 12px;
  line-height: 1.4em;
  margin: 1.4em 0;
  text-align: justify;
}

#globalNav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  z-index: 999;
}
#globalNav.open{
  height: 100%;
}
#globalNav .menuBtn-open{
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/bt_menu.png) no-repeat center center;
  background-size: 100%;
  transition: .3s;
  -webkit-transition: .3s;
}
#globalNav .menuBtn-open:hover{
}

#globalNav .menuItems{
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
}
#globalNav.open .menuItems{
  height: 100%;
}
#globalNav .menuItems .menuBG{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
#globalNav .menuBar{
  background: #5EBCEE;
  position: relative;
}
#globalNav .menuBar span{
  display: block;
  overflow: hidden;
  max-width: 560px;
  height: 100px;
  margin: 0 auto;
  text-indent: -99999px;
  background: url(../img/menu.png) no-repeat center center;
  background-size: 50%;
}
#globalNav .menuBar .menuBtn-close{
  display: block;
  position: absolute;
  right: 40px;
  top: 0px;
  width: 40px;
  height: 100px;
  text-indent: -9999px;
  background: url(../img/bt_menu-close.png) no-repeat center center;
  background-size: 100%;
}
#globalNav ul li{
  border-bottom: 1px solid #CCC;
  background: #FFF;
}
#globalNav ul li a{
  display: block;
  text-align: center;
  padding: 20px 0;
}
#globalNav ul li a.current{
  opacity: 0.6;
}
#globalNav ul li a img{
  max-width: 250px;
  width: 50%;
}

#siteMenu{
  max-width: 750px;
  margin: 0 auto;
}
#siteMenu ul li{
  line-height: 0;
  position: relative;
}
#siteMenu ul li.menu1{
  background: url(../img/top/nav_kashiwa_p.jpg) no-repeat center center;
  background-size: 100%;
}
#siteMenu ul li.menu2{
  background: url(../img/top/nav_shinmisato_p.jpg) no-repeat center center;
  background-size: 100%;
}
#siteMenu ul li.menu3{
  background: url(../img/top/nav_interior_p.jpg) no-repeat center center;
  background-size: 100%;
}
#siteMenu ul li a{
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  border: 10px solid #bedfc2;
}
#siteMenu ul li.menu2 a{
  border-color: #c6e8fa;
}
#siteMenu ul li.menu3 a{
  border-color: #e3e2e2;
}
#siteMenu ul li a:before{
  content: "";
  display: block;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: .4s;
  -webkit-transition: .4s;
  opacity: 0;
}
#siteMenu ul li a:hover,
#siteMenu ul li a:hover:before{
  opacity: 1;
}
#siteMenu ul li.menu1:after,
#siteMenu ul li.menu2:after{
  content: "";
  min-width: 260px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 60%;
  width: 50%;
  display: block;
  background: url(../img/web_ribbon.png) no-repeat left top;
  background-size: 100%;
  z-index: 10;
}
.sectionContent .inner{
  max-width: 640px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
}

#areainfo{
  background: url(../img/top/bg.png) repeat-y center top #dff2fd;
  background-size: 750px;
}

#areainfo .section-header h2{
  padding: 15px 0 50px;
}
#areainfo .section-header p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}
#areainfo .mainArea .area.misato h3{
  margin-top: -5%;
}

#areainfo .mainArea .area.kashiwa{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px dashed #FFF;
}

#areainfo .area{
  margin: 60px 0;
}
#areainfo .area p{
  font-size: 14px;
  line-height: 1.8em;
  padding: 15px 0;
  text-align: left;
  text-align: justify;
}

#shoplist h2{
  padding: 30px 0;
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
}
#shoplist dl dt,
#shoplist dl dd{
  font-size: 13px;
  line-height: 1.8em;
  text-align: center;
}
#shoplist dl dd a{
  color: inherit;
  text-decoration: none;
}
#shoplist dl dt{
  font-weight: bold;
  margin-top: 1.8em;
}
#shoplist dl dd.kashiwa span{
  color: #13ae67;
  font-weight: bold;
}
#shoplist dl dd.misato span{
  color: #2ea7e0;
  font-weight: bold;
}
#shoplist p{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 30px;
}

#stylist{
  background: #dff2fc;
}
#stylist h2{
  padding-bottom: 30px;
}

#stylist .mv-credit{
  clear: both;
  border-top: 1px solid #333;
  padding: 20px 0 0;
}
#stylist .mv-credit h3{
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0px;
}
#stylist .mv-credit p{
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0.6em; 
  text-align: justify;
  padding-left: 3em;
  text-indent: -3em;
}
#stylist .mv-credit p.kids{
  padding-left: 4em;
  text-indent: -4em;
}


footer .foot-note{
  padding: 30px 60px;
  max-width: 680px;
  margin: 0 auto;
  box-sizing: border-box;
}
footer .foot-note p{
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.6em;
}
footer .foot-note ul li{
  padding: 20px 0;
  overflow: hidden;
}
footer .foot-note ul li a{
  display: block;
}
footer .foot-note ul li a.left{
  width: 45%;
  float: left;
}
footer .foot-note ul li a.right{
  width: 55%;
  float: right;
}
footer p.copyright{
  background: #eeeeee;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}


/* pages */
#site-page header{
  background: #f1f1f1;
}
#site-page header .mainVisual{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#site-page header .mainVisual .midashi{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#site-page header h1{
  max-width: 560px;
  margin: -100px auto 0;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
#site-page header .header-lead{
  max-width: 680px;
  margin: 0 auto;
  padding: 60px;
}
#site-page header .header-lead p{
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  font-weight: bold;
}

#site-page #special{
  margin: 0 auto;
}

#site-page #special h3,
#site-page #special h4,
#site-page #special p{
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
}
#site-page #special h3,
#site-page #special h4{
  padding-bottom: 10px;
}
#site-page #special p{
  font-size: 13px;
}
#site-page #special .section-header,
#site-page #special .text{
  padding: 30px 60px;
}
#site-page #special .section-header{
  text-align: center;
  box-sizing: border-box;
  max-width: 680px;
  margin: 0 auto;
}
#site-page #special .section-header h2{
  padding-top: 30px;
}
#site-page #special .section-header p{
  line-height: 1.8em;
  text-align: center;
}
#site-page #special .section-header p.lead{
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
}

#site-page #special .setup .photo{
  max-width: 400px;
  padding-top: 2%;
  margin: 20px auto 0;
  position: relative;
}
#site-page #special .setup .photo:after{
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  top: 0px;
  width: 84px;
  height: 86px;
  background: url(../img/web_NEW_icon.png) no-repeat center center;
  background-size: 100%;
}
#site-page #special .setup .text{
  background: #f1f1f1;
  position: relative;
}
#site-page #special .setup .text *{
  max-width: 680px;
  margin: 0 auto;
}
#site-page #special .setup .text:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -70px;
  border: 35px solid transparent;
  border-bottom: 35px solid #f1f1f1;
}
#site-page #special .setup .text h3{
  padding-bottom: 0;
}

#site-page #special .coordinate{
  max-width: 680px;
  margin: 0 auto;
}

#site-page #special .coordinate .text{
  border-top: 1px solid #bedfc2;
}
#site-page.shinmisato #special .coordinate .text{
  border-top: 1px solid #c6e8fa;
}
#site-page #special .coordinate .text:first-of-type{
  border-top: none;
}
#site-page #special .trend {
  max-width: 680px;
  margin: 0 auto;
}
#site-page #special .trend .inner{
  padding-top: 0;
  max-width: 600px;
}
#site-page #special .trend h2{
  margin-top: -30px;
}

#site-page #special .trend ol li{
  font-size: 13px;
  padding-left: 3.4em;
  position: relative;
  margin: 30px 0;
}
#site-page #special .trend ol li h3{
  font-size: 14px;
  padding-bottom: 3px;
}

#site-page #special .trend ol li:before{
  content: "";
  position: absolute;
  display: block;
  height: 3em;
  left: 0;
  top: 0.4em;
  width: 3em;
  background: url(../img/no1.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .trend ol li.no2:before{
  background: url(../img/no2.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .trend ol li.no3:before{
  background: url(../img/no3.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .trend ol li.no4:before{
  background: url(../img/no4.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .trend ol li.no5:before{
  background: url(../img/no5.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .trend ol li.no6:before{
  background: url(../img/no6.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .trend ol li.no7:before{
  background: url(../img/no7.png) no-repeat left top;
  background-size: 100%;
}
#site-page #special .look{
  max-width: 680px;
  margin: 0 auto;
}
#site-page #special .look .text{
  border-bottom: 1px solid #c6e8fa;
  padding: 30px 0;
  margin: 0 60px;
}
#site-page #special .look .text h4{
  padding-bottom: 15px;
}

#site-page.interior header{
  padding-bottom: 80px;
}
#site-page.interior #special .section-header{
  padding: 60px 0 30px;
}
#site-page.interior #special .section-header h2,
#site-page.interior #special .section-header p{
  text-align: left;
  text-align: justify;
}
#site-page.interior #special .section-header h2{
  line-height: 1.6em;
  text-align: left;
  padding-bottom: 0.4em;
}
#site-page.interior #special{
  max-width: 680px;
}
#site-page.interior #special .items{
  padding: 15px 0px;
}
#site-page.interior #special .items .text{
  padding: 15px 0;
}
#site-page.interior #special .items .text h3{
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
/*
#site-page.interior #special .items .text p{
  background: url(../img/interior/interior_bg1.png) no-repeat right top;
  background-size: 60%;
  min-height: 150px;
}
#site-page.interior #special .item2 .text p{
  background: url(../img/interior/interior_bg2.png) no-repeat right top;
  background-size: 60%;
}
#site-page.interior #special .item3 .text p{
  background: url(../img/interior/interior_bg3.png) no-repeat right top;
  background-size: 60%;
}
#site-page.interior #special .item4 .text p{
  background: url(../img/interior/interior_bg4.png) no-repeat right top;
  background-size: 60%;
}
#site-page.interior #special .item5 .text p{
  background: url(../img/interior/interior_bg5.png) no-repeat right top;
  background-size: 60%;
}
#site-page.interior #special .item6 .text p{
  background: url(../img/interior/interior_bg6.png) no-repeat right top;
  background-size: 60%;
}
#site-page.interior #special .item7 .text p{
  background: url(../img/interior/interior_bg7.png) no-repeat right top;
  background-size: 60%;
}
*/

#site-page.interior #special p.note{
  padding: 0;
  text-align: right;
  max-width: 680px;
  margin: 0 auto;
  font-size: 12px;
}

@media(min-width: 768px){
  #site-top header{
    max-width: none;
  }
  #site-top .mainVisual{
    overflow: hidden;
    height: 100vh;
  }
  #site-top .mainVisual .mainVisualImage{
    text-align: right;
  }
  #site-top .mainVisual .mainVisualImage img{
    height: 120vh;
    width: auto;
    margin-top: -20vh;
  }
  #site-top .mainVisual .wrap{
    position: absolute;
    height: 100vh;
    width: 52%;
    max-width: 700px;
  } 
  #site-top .mainVisual h1{
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #site-top .mainVisual .annotation{
  }
  #site-top .header-credit{
    background: #f1f1f1;
    padding: 1px 60px;
  }
  #siteMenu{
    max-width: 1500px;
    margin: 0 auto;
  }
  #siteMenu ul{
    overflow: hidden;
  }
  #siteMenu ul li{
    width: 50%;
    float: left;
  }
  #siteMenu ul li.menu3{
    clear: both;
    width: auto;
    float: none;
    background: url(../img/top/nav_interior_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #siteMenu ul li.menu3 a img{
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  
  #site-top .sectionContent .inner{
    max-width: 960px;
    overflow: hidden;
    padding: 60px 30px;
  }
  #areainfo .section-header{
    margin-bottom: 50px;
    max-width: 480px;
    margin: 0 auto;
  }
  #areainfo .mainArea .area{
    margin: 0;
  }
  #areainfo .mainArea .area{
    position: relative;
  }
  #areainfo .mainArea .area .photo{
    max-width: 600px;
    width: 70%;
    margin: 30px auto;
    margin-left: 30px;
  }
  #areainfo .mainArea .area.kashiwa .photo{
    margin-left: auto;
    margin-right: 30px;
  }
  #areainfo .mainArea .area .text{
    position: absolute;
    left: 56%;
    right: 30px;
    top: 50px;
  }
  #areainfo .mainArea .area.kashiwa .text{
    left: 30px;
    right: 56%;
    bottom: 30px;
    top: auto;
  }
  #areainfo .mainArea .area h3 img{
    min-width: 380px;
  }
  #areainfo .subArea{
    overflow: hidden;
  }
  #areainfo .subArea .area{
    width: 50%;
    padding: 20px 30px;
    box-sizing: border-box;
    float: left;
    margin: 0;
  }
  #areainfo .subArea .area:nth-child(2n+1){
    clear: both;
  }
  
  #areainfo .area p{
    padding: 10px 0;
  }
  #shoplist h2 img{
    max-width: 480px;
    display: block;
    margin: 0 auto;
  }
  #shoplist{
    overflow: hidden;
  }
  #shoplist dl{
    width: 50%;
    float: left;
  }
  #shoplist p{
    clear: both;
  }
  #stylist .inner{
    max-width: 1200px;
  }
  #stylist h2{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
  }
  #stylist .banner{
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: 50%;
  }
  footer .foot-note{
    max-width: 1200px;
  }
  footer .foot-note ul{
    margin: 0 -20px;
    overflow: hidden;
  }
  footer .foot-note ul li{
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 20px;
  }
  footer .foot-note ul li:last-child{
    clear: both;
    margin: 0 auto;
    float: none;
  }
  .spbr{
    display: none;
  }
  .pcbr{
    display: inline;
  }
  #site-page #special .setup .text{
    margin-bottom: 50px;
  }
  #site-page #special .coordinate .text{
    padding: 30px 0;
  }
}
@media(max-width: 640px){
  #globalNav .menuBtn-open{
    width: 60px;
    height: 60px;
    right: 10px;
    top: 10px;
  }
  #globalNav .menuBar .menuBtn-close{
    right: 25px;
    width: 30px;
    height: 70px;
  }
  #globalNav .menuBar span{
    height: 70px;
  }
  #site-top .mainVisual h1{
    padding: 6.25%;
  }
  #site-top .mainVisual h1 .lead{
    padding: 5px 0;
  }
  #site-top .header-credit{
    padding: 0 4.5%;
  }
  #siteMenu ul li a{
    border-width: 8px;
  }
  .sectionContent .inner{
    padding: 6% 4.5%;
  }
  #areainfo .section-header p{
    font-size: 14px;
  }
  #areainfo .section-header h2{
    padding: 15px 0 20px;
  }
  #areainfo .area{
    margin: 30px 0;
  }
  #areainfo{
    background-size: 110%;
  }
  #areainfo .area p{
    font-size: 12px;
    padding: 10px 0;
    line-height: 1.6em;
  }
  #shoplist h2{
    padding: 20px 0;
  }
  #shoplist p{
    padding: 15px 0;
  }
  #shoplist dl dt{
    line-height: 1.6em;
  }
  #shoplist p{
    font-size: 12px;
  }
  #stylist h2{
    padding-bottom: 10px;
  }
  footer .foot-note{
    padding: 6% 4.5%
  }
  footer .foot-note p{
    padding: 10px 0;
    font-size: 11px;
  }
  footer .foot-note ul li{
    padding: 10px 0;
  }
  footer p.copyright{
    font-size: 11px;
  }
  
  #site-page header h1{
    margin-top: 0;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
  }
  #site-page header .header-lead{
    padding: 0 4.5% 12%;
  }
  #site-page header .header-lead p{
    font-size: 14px;
  }
  #site-page #special .section-header{
    padding: 6% 4.5%;
  }
  #site-page #special .setup .photo{
    padding: 20px 20px;
  }
  #site-page #special .setup .text,
  #site-page #special .section-header{
    padding: 15px 30px
  }
  #site-page #special .coordinate .text{
    padding: 15px 0;
    margin: 0 30px;
  }
  #site-page #special h3, 
  #site-page #special h4{
    padding-bottom: 5px;
    font-size: 13px;
  }
  #site-page #special p{
    font-size: 12px;
  }
  #site-page #special .trend h2 {
    margin-top: -6%;
  }
  #site-page #special .trend ol li h3{
    font-size: 13px;
    
  }
  #site-page #special .trend ol li p{
    font-size: 12px;
  }
  #site-page #special .trend ol li{
    padding-left: 2.8em;
  }
  #site-page #special .trend ol li:before{
    width: 2.4em;
  }
  #site-page #special .look .text{
    padding: 15px 0px;
    margin: 0 30px;
  }
  #site-page #special .look .text h4{
    font-size: 13px;
  }
  #site-page.interior header{
    padding-bottom: 0;
  }
  #site-page.interior #special .section-header{
    padding: 0;
    padding-bottom: 30px;
  }
  #site-page #special .section-header h2,
  #site-page #special .section-header p{
    padding: 0px 30px
  }
  #site-page #special .section-header p.lead{
    padding: 10px 0;
  }
  #site-page #special .section-header h2{
    margin: 15px 0 5px;
    font-size: 14px;
  }
  #site-page.interior #special .items{
    padding: 15px 30px;
  }
  #site-page.interior #special .items .text{
    padding: 10px 0 0;
  }
  #site-page.interior #special .items .text p{
    background-position-y: bottom;
  }
  #site-page.interior #special p.note{
    padding: 0 30px;
    font-size: 11px;
  }
}
@media (max-width: 340px){
  #site-page #special .setup .photo:after{
    width: 70px;
  }
  #areainfo .area p{
    padding: 5px 0;
  }
}
