﻿@charset "UTF-8";
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

.pc {
  display: none;
}

p {
  line-height: 2;
  color: #333;
  font-size: 14px;
}

#hm {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

#hm-icon {
  display: block;
  position: absolute;
  top: 40%;
  left: 45%;
  width: 25px;
  height: 1px;
  margin: 3px 0 0 -11px;
  background: #333;
  transition: .2s;
}

#hm-icon:before, #hm-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background: #333;
  transition: .4s;
}

#hm-icon:before {
  margin-top: -6px;
}

#hm-icon:after {
  margin-top: 5px;
}

#hm .close {
  background: transparent;
}

#hm .close:before, #hm .close:after {
  margin-top: 0;
}

#hm .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#hm .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#sp_menu {
  position: fixed;
  top: 0;
  display: none;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #f5f3ef;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#sp_menu .inner {
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#sp_menu .inner nav ul li a {
  color: #333;
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}
#sp_menu .inner nav div.logo {
  margin-bottom: 30px;
}
#sp_menu .inner nav div.logo img {
  width: 100%;
}
#sp_menu .inner nav div.facebook img {
  width: 18px;
}

header {
  position: fixed;
  z-index: 12;
  width: 100%;
  padding: 2% 0;
  background: #F5F3EF;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: #CDCDCD solid 1px;
}
header h1 {
  margin-left: 30px;
}
header h1 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
header .menu {
  z-index: 20;
  cursor: pointer;
  margin-right: 15px;
}

main h2, main h3 {
  letter-spacing: .2em;
  color: #333;
}
main h2 span, main h3 span {
  color: #333;
}
main .btn {
  margin-top: 30px;
}
main .btn a {
  display: block;
  border: #999 solid 1px;
  padding: 13px 0;
  color: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

footer {
  margin-top: 50px;
}
footer .pagetop {
  text-align: center;
}
footer .pagetop a {
  display: block;
  padding: 15px 0;
  background: url("../images/bg.jpg") repeat;
  border-top: 1px solid #f2f2f2;
}
footer .pagetop a img {
  vertical-align: middle;
  width: 12px;
}
footer .box {
  background: #44413c;
  padding: 50px 20px;
  text-align: center;
}
footer .box .inner .logo {
  margin-bottom: 25px;
}
footer .box .inner .logo img {
  width: 200px;
}
footer .box .inner div p.address {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}
footer .box .inner div ul {
  margin: 25px 0;
  line-height: 1.5;
}
footer .box .inner div ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .box .inner div ul li a {
  color: #FFF;
  font-size: 12px;
}
footer .box .inner div.facebook {
  margin: 10px 0 20px 0;
}
footer .box .inner div.facebook img {
  width: 18px;
}
footer .box .inner small {
  color: #FFF;
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

#page {
  padding-top: 67px;
}
#page .wide_main {
  width: 100%;
  height: 350px;
}
#page .wide_main h2 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  letter-spacing: .2em;
  text-shadow: 0px 0px 220px #000000;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
#page .wide_main h2 span {
  color: #FFF;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}
#page .wide {
  width: 100%;
  height: 300px;
}
#page .texture {
  background: url("../images/bg.jpg") repeat; /* Background pattern from Toptal Subtle Patterns */
}
#page section {
  padding: 60px 0;
}
#page section h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
#page section h3.tate span {
  text-align: center;
}
#page section h3.u_line {
  text-align: center;
  padding: 0;
  font-size: 19px;
}
#page section h3.u_line span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
#page section h4 {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: .2em;
  text-align: left;
}
#page section h4.u_line {
  text-align: center;
  padding: 0;
  font-size: 19px;
}
#page section h4.u_line span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .is-fixed nav ul li a {
    padding: 15px 0;
  }
  .is-fixed nav ul li.ec_shop a {
    padding: 15px 45px;
  }

  header {
    position: static;
    padding: 0;
    width: 100%;
  }
  header h1 {
    padding-left: 5%;
  }
  header .menu {
    display: none;
  }
  header nav ul {
    text-align: right;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  header nav ul li {
    letter-spacing: 1px;
  }
  header nav ul li a {
    font-size: 14px;
    margin-right: 35px;
    display: block;
    padding: 30px 0;
    color: #333;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  header nav ul li.ec_shop a {
    background: #765635;
    color: #fff;
    padding: 30px 62px;
    margin-right: 0;
    display: block;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  header nav ul li.ec_shop a:hover {
    background-color: #f1eeea;
	color:#765635;
  }
  header nav ul li:not(:last-child) a:hover {
    opacity: 0.7;
  }

  main .btn {
    margin-top: 30px;
    width: 200px;
  }
  main .btn a {
    font-size: 13px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  main .btn a:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
  }

  footer {
    margin-top: 120px;
  }
  footer .pagetop a {
    padding: 25px 0;
  }
  footer .pagetop a img {
    width: auto;
  }
  footer .box {
    padding: 80px 0 100px 0;
  }
  footer .box .inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .box .inner .logo {
    margin-bottom: 0;
    max-width: 245px;
    width: 22.7%;
    text-align: left;
  }
  footer .box .inner .logo img {
    width: 271px;
    vertical-align: top;
  }
  footer .box .inner div:nth-child(2) {
    max-width: 780px;
    width: 72.3%;
    text-align: left;
  }
  footer .box .inner div:nth-child(2) p.address {
    font-size: 11px;
    margin-bottom: 10px;
  }
  footer .box .inner div:nth-child(2) ul {
    display: flex;
    margin: 0;
  }
  footer .box .inner div:nth-child(2) ul li {
    margin: 0 25px 0 0;
  }
  footer .box .inner div.facebook {
    margin: 10px 0 20px 0;
  }
  footer .box .inner div.facebook img {
    width: 18px;
  }
  footer .box .inner small {
    font-size: 11px;
  }

  #page {
    padding-top: 0;
  }
  #page .wide_main {
    height: 550px;
  }
  #page .wide_main h2 {
    font-size: 36px;
  }
  #page .wide {
    height: 500px;
  }
  #page section {
    max-width: 1080px;
    margin: 0 auto;
  }
  #page section.texture {
    max-width: inherit;
  }
  #page section contents {
    margin-left:150px;
  }
  #page section h3 {
    font-size: 36px;
    margin-bottom: 45px;
  }
  #page section h3.tate span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    text-align: left;
  }
  #page section h3.u_line {
    font-size: 36px;
  }
  #page section h3.u_line span {
    padding-bottom: 15px;
  }
  #page section h4 {
    font-size: 24px;
    text-align: left;
  }
  #page section h4.u_line {
    font-size: 24px;
  }
  #page section h4.u_line span {
    padding-bottom: 15px;
  }
}