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

/*===================================
  共通
=====================================*/

.home main h2,
.sec_about h3 span,
.sec_products h3 span,
.sec_salon h3 {
  font-family: 'Crimson Text', serif;
}

/*===================================
  visual
=====================================*/

.visual {
  position: relative;
  min-width: 1200px;
  min-height: 690px;
}
.visual .flexslider {
  width: auto;
  height: auto;
}
.flexslider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.visual .flex-control-nav {
  display: block;
  left: 0;
  bottom: 16px;
  opacity: 1;
  text-align: center;
}
.visual .flex-control-nav li {
  margin: 0 5px;
}
.visual .flex-control-paging li a {
  width: 9px;
  height: 9px;
  border: none;
  background: #fff;
}
.visual .flex-control-paging li a:hover,
.visual .flex-control-paging li a.flex-active {
  background: #f8b61c;
}
.visual h2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  font-size: 0;
  text-indent: -9999em;
  text-align: left;
}
.visual h2 {
  max-width: 700px;
  margin: auto;
  color: #fff;
  /*font-size: 30px;*/
  font-size: 18px;
  letter-spacing: 0.1em;
  text-indent:0;
  text-align: center;
  line-height: 2;
  text-shadow: rgba(0,0,0,.4) 1px 1px 5px, rgba(0,0,0,.4) -1px 1px 5px, rgba(0,0,0,.4) 1px -1px 5px, rgba(0,0,0,.4) -1px -1px 5px;
}
.visual h2:before {
  display: block;
  width: 337px;
  height: 196px;
  margin: auto auto 14px;
  background: url(../images/home/visual_logo_pc.png) no-repeat 0 0;
}
.visual h2:after {
  display: none;
  width: 467px;
  height: 85px;
  margin: auto;
  background: url(../images/home/visual_text_sp.png) no-repeat 0 0;
}

/*===================================
  News
=====================================*/

.sec_news {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #f7be33;
}
.sec_news h2 {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
}
.list__news{
  margin-bottom: 25px;
  text-align: center;
}
.list__news li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 312px;
  margin: 0 13px 30px 14px;
  padding: 0 17px;
  background: #fff;
  text-align: justify;
  letter-spacing: 0.04em;
}
.list__news li a {
  display: block;
  transition: .7s;
}
.pc .list__news li a:hover img {
  opacity: .7;
}
.pc .list__news li a:hover p {
  text-decoration: underline;
}
.list__news figure {
  height: 172px;
  margin: 0 -17px 19px;
  overflow: hidden;
}
.list__news time {
  display: block;
  margin-bottom: 7px;
  color: #f8b616;
}
.list__news p {
  overflow: hidden;
  height: 4.8em;
  font-size: 16px;
  line-height: 1.6;
}

/*===================================
  Products
=====================================*/

.sec_products {
  padding: 60px 0 55px;
  padding-bottom: 0;
  background: #e2eaec url(../images/home/bg_products.jpg) no-repeat 100% 0;
  text-align: center;
}
.sec_products:after {
  display: block;
  width: 1124px;
  height: 121px;
  margin: -76px auto 0;
  background: url("../images/home/cat1.png") no-repeat 0 3px;
}
.sec_products h2 {
  margin-bottom: 65px;
  font-size: 42px;
}
.sec_products ul {
  overflow: hidden;
  width: 1100px;
  margin: auto auto auto;
}
.sec_products li {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-bottom: 45px;
}
.sec_products li h3 {
  margin: 0.5em 0 1.5em;
  font-size: 12px;
  font-weight: normal;
}
.sec_products li h3 span {
  display: block;
  margin-bottom: 0.1em;
  font-size: 28px;
  font-weight: 600;
}
.sec_products li p {
  width: 16em;
  margin: auto;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.sec_products li a h3,
.sec_products li a p {
  transition: .7s;
}
.pc .sec_products li a:hover h3,
.pc .sec_products li a:hover p {
  opacity: .7;
}

/*===================================
  About Janat
=====================================*/

.sec_about:after {
  display: block;
  width: 1124px;
  height: 65px;
  margin: -65px auto 0;
  background: url("../images/home/cat2.png") no-repeat 960px 0;
}
.sec_about header {
  display: block;
  padding: 66px 0 75px;
  background: #000;
  color: #fff;
  text-align: center;
}
.sec_about header h2 {
  font-size: 34px;
}
.sec_about header h2:after {
  display: block;
  width: 148px;
  height: 145px;
  margin: 30px auto;
  background: url(../images/home/cat.png) no-repeat 0 0;
}
.sec_about header p {
  max-width: 900px;
  margin: auto auto 0.8em;
  line-height: 1.8;
}
.sec_about header .serif {
  display: block;
  margin-bottom: 0.2em;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sec_about article {
  padding: 60px 0 50px;
  background: url(../images/home/bg_about1.png) no-repeat -5px 0px, url(../images/home/bg_about2.png) no-repeat 103% 365px, url(../images/home/bg_about3.png) no-repeat -10px 820px, #f8b616;
  color: #fff;
}
.sec_about article ul {
  width: 1200px;
  margin: auto;
}
.sec_about article li {
  position: relative;
  margin: 0 0 55px 60px;
}
.sec_about article li:nth-of-type(2) {
  margin-left: 100px;
}
.sec_about article div {
  position: absolute;
  top: 50px;
  left: 0;
  width: 480px;
  height: auto;
  padding: 25px 20px 15px;
  background: rgba(0,0,0,.9);
}
.sec_about article figure {
  overflow: hidden;
  width: 610px;
  margin-left: 430px;
}
.sec_about article li:nth-of-type(2) div {
  top: 45px;
  left: 542px;
}
.sec_about article li:nth-of-type(2) figure {
  margin-left: 0;
}
.sec_about article figure img {
  border: solid 5px #fff;
}
.sec_about article figure img:nth-of-type(1) {
  float: left;
}
.sec_about article figure img:nth-of-type(2) {
  float: right;
}
.sec_about article li:nth-of-type(3) div {
  top: 35px;
}
.sec_about article h3 {
  margin-bottom: 19px;
  font-size: 12px;
  font-weight: normal;
  
}
.sec_about article h3 span {
  display: block;
  margin-bottom: 15px;
  font-size: 40px;
  font-style: italic;
  line-height:40px;
}
.sec_about article p {
  margin-bottom: 0.8em;
  font-size: 13px;
  line-height: 1.5;
}
.sec_about article div .btn a {
  width: 150px;
  height: 25px;
  line-height: 20px;
  margin-top: 20px;
  border: solid 1px #fff;
}

/*===================================
  Woman & Social  /  Tea for Two
=====================================*/

.sec_others {
  padding: 50px 0 0;
  background: #f5eee1;
}
.sec_others:after {
  display: block;
  width: 1136px;
  height: 87px;
  margin: -50px auto 0;
  background: url("../images/home/cat3.png") no-repeat 0 2px;
}
.sec_others li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 60px;
  text-align: center;
}
.sec_others h2 {
  margin-bottom: 2.5em;
  font-size: 12px;
  font-weight: normal;
}
.sec_others h2 span {
  display: block;
  margin-bottom: 0.1em;
  font-size: 28px;
  font-weight: 600;
  line-height:36px;
}
.sec_others figure {
  position: relative;
  margin-bottom: 1.5em;
  padding: 5px;
  background: #fff;
}
.sec_others figure + p {
  height: 11em;
  text-align: left;
  line-height: 1.6;
}
.sec_others li:nth-of-type(2) figure:after {
  display: block;
  position: absolute;
  top: -55px;
  right: -46px;
  width: 109px;
  height: 123px;
  background: url(../images/home/tea_for_two.png) no-repeat 0 0;
}

/*===================================
  Tea Room
=====================================*/

.sec_salon {
  height: 650px;
  padding: 55px 0;
  background: #000 url(../images/home/bg_tearoom.jpg) repeat 50% 0;
  color: #fff;
}
.sec_salon h2 {
  margin-bottom: 0.8em;
  font-size: 42px;
  text-align: center;
}
.sec_salon .inner {
  overflow: hidden;
  margin-bottom: 56px;
  line-height: 1.6;
}
.sec_salon figure {
  float: left;
  width: 500px;
  margin-right: 25px;
  padding: 5px;
  background: #fff;
}
.sec_salon h3 {
  margin-bottom: 1.5em;
  font-size: 12px;
  font-weight: normal;
}
.sec_salon h3 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 32px;
  font-weight: 600;
}
.sec_salon .inner ul {
  margin-top: 1.5em;
  margin-left: 525px;
}


/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {

  main {
    overflow: hidden;
  }

  /*===================================
    visual
  =====================================*/

  .visual {
    overflow: hidden;
    min-width: inherit;
  }
  .visual .flexslider {
    width: 1200px;
    margin: 0 -280px;
  }
  .visual .flex-control-nav {
    bottom: 34px;
  }
  .visual .flex-control-nav li {
    margin: 0 10px;
  }
  .visual .flex-control-paging li a {
    width: 17px;
    height: 17px;
  }
  .visual h2:before {
    width: 328px;
    height: 188px;
    margin-bottom: 19px;
    background-image: url(../images/home/visual_logo_sp.png);
  }
  .visual h2 {
    width: 600px;
    margin: auto;
    /*font-size: 32px;*/
    font-size: 20px;
  }

  /*===================================
    News
  =====================================*/

  .sec_news h2 {
    font-size: 42px;
  }
  .list__news li {
    width: 275px;
    height: 380px;
    margin: 0 15px 30px;
  }
  .list__news p {
    font-size: 22px;
  }

  /*===================================
    Products
  =====================================*/

  .sec_products {
    padding: 60px 0 0;
    background-position: 320px 0;
  }
  .sec_products:after {
    width: 630px;
    margin-top: -46px;
  }
  .sec_products h2 {
    margin-bottom: 100px;
  }
  .sec_products ul {
    width: auto;
    margin: auto;
  }
  .sec_products li {
    width: 320px;
    margin-bottom: 70px;
  }
  .sec_products li h3 {
    font-size: 14px;
  }
  .sec_products li h3 span {
    font-size: 32px;
  }
  .sec_products li p {
    font-size: 16px;
  }

  /*===================================
    About Janat
  =====================================*/

  .sec_about:after {
    width: 630px;
    background-position: 98% 0;
  }
  .sec_about header {
    padding: 60px 0 70px;
  }
  .sec_about header h2 {
    font-size: 42px;
  }
  .sec_about header h2:after {
    margin: 30px auto;
  }
  .sec_about header p {
    max-width: 600px;
    margin-bottom: 0;
  }
  .sec_about header .serif {
    margin: 0 -0.5em 0.5em 0;
    font-size: 32px;
  }
  .sec_about article {
    padding: 60px 0 70px;
    background-position: -25px 500px, 109% 1515px, -230px 2460px, 0 0;
  }
  .sec_about article ul {
    width: auto;
  }
  .sec_about article li {
    margin: 0 0 67px;
    padding-top: 360px;
  }
  .sec_about article li:nth-of-type(2) {
    margin-left: 0;
  }
  .sec_about article div {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 10;
    width: 470px;
    height: auto;
    margin-left: 129px;
    padding: 37px 40px 30px;
    background: rgba(0,0,0,.9);
  }
  .sec_about article figure {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 0;
  }
  .sec_about article li:nth-of-type(2) div,.sec_about article li:nth-of-type(3) div {
    top: inherit;
  }
  .sec_about article li:nth-of-type(2) div {
    left: inherit;
    margin-left: 41px;
  }
  .sec_about article h3 {
    margin: 0 -30px 20px 0;
    font-size: 16px;
  }
  .sec_about article h3 span {
    margin-bottom: 20px;
    font-size: 42px;
  }
  .sec_about article p {
    font-size: 18px;
    line-height: 1.8;
  }
  .sec_about article div .btn a {
    width: 180px;
    height: 35px;
    line-height: 30px;
    margin-top: 30px;
  }


  /*===================================
    Woman & Social  /  Tea for Two
  =====================================*/

  .sec_others {
    padding: 54px 0 0;
  }
  .sec_others:after {
    width: 620px;
  }
  .sec_others li {
    display: block;
    width: auto;
    margin-bottom: 54px;
    padding: 0 20px 70px;
    border-bottom: solid 1px #cc9e2e;
  }
  .sec_others li:nth-last-of-type(1) {
    margin-bottom: 0;
    border: none;
  }
  .sec_others h2 span {
    margin-bottom: 0.2em;
  }
  .sec_others li:nth-of-type(2) h2 span {
    line-height: 1;
  }
  .sec_others h2 {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  .sec_others figure {
    margin-bottom: 0.5em;
  }
  .sec_others figure + p {
    height: auto;
    margin-bottom: 2em;
    font-size: 18px;
  }
  .sec_others li:nth-of-type(2) figure:after {
    top: -53px;
    right: -44px;
  }

  /*===================================
    Tea Room
  =====================================*/

  .sec_salon {
    height: auto;
    background-image: url(../images/home/bg_tearoom._sp.jpg)
  }
  .sec_salon .inner {
    padding: 0 50px;
    line-height: 1.8;
  }
  .sec_salon figure {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }
  .sec_salon h3 {
    font-size: 16px;
    text-align: center;
  }
  .sec_salon h3 span {
    margin-bottom: -0.1em;
    font-size: 42px;
  }
  .sec_salon .inner ul {
    margin-left: 0;
  }


}
