@charset "UTF-8";

/**
 * 目次
 *
 * 01. reset
 * 02. fonts
 * 03. BaseSet
 * 04. header
 * 05. footer
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input {
  vertical-align: middle;
  padding: 5px; }

input {
  vertical-align: baseline;
  padding: 5px; }

/* ==========================================================================
   02. fonts
   ========================================================================== */

body {
  font-family: Avenir, 'Helvetica neue', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .15em;
}


.wrap{
  font-size: 1.4em;
}
@media screen and (max-width: 959px) {
  .wrap{
    font-size: 1.2em;
    overflow: hidden;
  }
}
.serif{
  font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 2.2;
}

/* ==========================================================================
   03. BaseSet
   ========================================================================== */
.mt40{
  margin-top: 40px !important;
}

.mt20{
  margin-top: 20px !important;
}

html {
  color: #282828;
  overflow-y: scroll; }

 section{
  width: 960px;
  margin: 0 auto 150px;
 }

@media screen and (max-width: 959px) {
  section{
      width: 92%;
      margin-bottom: 75px;
  }
}

a:hover{
  -webkit-transition: all .5s;
  transition: all .5  s;
}

.sp-item{
  display:none !important;
}

@media screen and (max-width: 959px) {
    .sp-item{
      display:block !important;
    }
    .pc-item{
      display:none !important;
    }
}
@media screen and (max-width: 599px) {
    .pc-item_02{
      display:none !important;
    }
}


/* fede in
   ========================================================================== */
body {
    animation: fadeIn 2.2s ease;
    -webkit-animation: fadeIn 2.2s ease;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* link
   ========================================================================== */
a {
  color: #282828;
  text-decoration: none; }

a:visited {
  color: #282828;
  text-decoration: none; }

a:hover {
  opacity: .7;
  /*min-height: 1em; Mac Firefox */
  text-decoration: none;
   }

/*Win Firefox用*/
:focus {
  -moz-outline-style: none; }

/*Mac Firefox用*/
a {
  outline: none; }

/* bold link */
a.bold {
  font-weight: bold; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fBox:after,
#contents-in:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fBox,
#contents-in {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fBox,
* html #contents-in {
  height: 1%; }

.clearfix,
.fBox,
#contents-in {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }
@media screen and (max-width: 959px) {
  .fr {
  float: none; }

.fl {
  float: none; }

}
.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

.notes{
  font-size: 90%;
}

h2{
  text-align: center;
  margin-bottom: 70px;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: .1em;
}

h3{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: .1em;
}

.indent {
padding-left:1em;
text-indent:-1em;
}
@media screen and (max-width: 599px) {
  h2{
    width: 100%;
    font-size: 1.6em;
    margin: 0 auto 40px;
  }
  h2 img{
    width: 100%;
  }
h3{
  font-size: 1.3em;
}
}
/* ==========================================================================
   04. header
   ========================================================================== */
header{
  padding-top: 70px;
  margin: 0 auto;
}
.sns{
  position:absolute;
  top: 200px;
  right: 10%;
  display: inline-block;

}

p.logo{
  text-align: center;
  margin-bottom: 60px;
}

p.logo a:hover{
  opacity: 1;
}

@media screen and (max-width: 959px) {
  header{
    padding-top: 50px;
  }

  p.logo{
    width: 400px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 40px;

  }
  p.logo img{
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  header{
    padding-top: 32px;
  }
  p.logo{
    width: 70%;
  }
  p.logo img{
    width: 100%;
  }
}

nav.overlay-menu{
  text-align: center;
  margin: 0 auto 100px;
  letter-spacing: 0.15em;
}
nav.overlay-menu ul li{
  display: inline-block;
  margin-right: 64px;
}
nav.overlay-menu ul li:last-child{
  margin-right: 0px;
}
nav.overlay-menu ul li a{
  position: relative;
  display: inline-block;
  transition: .3s;
  }
nav.overlay-menu ul li a:hover{
  opacity: 1;
}
nav.overlay-menu ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #646464;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav.overlay-menu ul li a:hover::after {
  width: 100%;
}
nav.overlay-menu ul li.active a:hover::after {
  width: 0px;
}
nav.overlay-menu .fix_nav.sns ul li a:hover::after {
  width: 0px;
}
nav.overlay-menu .fix_nav.sns ul li a:hover,
nav.overlay-menu ul li a.last:hover {
  opacity: .8;
}

nav.overlay-menu ul li img{
  height: 11px;
}
nav.overlay-menu ul li img.access{
  height: 28px;
  vertical-align: bottom;
}

nav.overlay-menu ul li a.last:hover::after {
  width: 0;
}


.button_container {
  display: none;
}
.fix_nav{
  display: none;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding:20px 0;
    z-index: 10000;
    background: rgba(255,255,255);
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
}
.fixed .fix_nav{
  display: block;
  top: 20px;
}
.fixed .fix_nav.sns li:first-child{
  margin-right: 4px;
}
.fixed .fix_nav.logo{
  position:absolute;
  top: 15px;
  left: -14px;
}
.fixed .fix_nav.logo img{
  height: 32px;
}
.fixed .fix_nav img{
  height: 22px;
}
.overlay .insta{
  display: none;
}

@media screen and (max-width: 959px) {
nav.overlay-menu ul li a{
  position: relative;
  display: inline-block;
  transition: none;
  }

nav.overlay-menu ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  content: '';
  width: 0;
  height: 0px;
  background-color: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
}

.fixed {
    position: static;
    top: 0;
    width: auto;
    padding:0;
    z-index: 10000;
    background: none;
    box-shadow:none;
  }
.fixed .fix_nav.sns{
  display: none;

}
.fixed .fix_nav.logo{
  display: none;
}
.overlay .insta{
  display: block;
}
}

/* overlay
   ========================================================================== */

@media screen and (max-width: 959px) {
.button_container {
  display: block;
  position: fixed;
  top: 45px;
  right: 20px;
  height: 21px;
  width: 25px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
nav.overlay-menu ul li{
  display: block;
  margin-right: 0;
}
nav.overlay-menu ul li img{
  height: 16px;
  margin: 0 auto;
}



.button_container.active{
  position: fixed;
  top: 45px;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #272828;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 9px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}

.button_container.active span{
  top: -3px;
}
.button_container span:nth-of-type(2) {
  top: 9px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}

.overlay {
  position: fixed;
  background: #272828;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 100;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay .insta{
  opacity: 0;
}
.overlay.open li,
.overlay.open .insta {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open .insta {
  margin-top: 24px;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.overlay nav {
  position: relative;
  top: 80px!important;
  text-align: left;
  margin-left: 40px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.overlay ul li {
  display: block;
  margin-bottom: 12px;
  position: relative;
  opacity: 0;
  font-size: 1.6em;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

  .reserved{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .reserved a.btn{
    width: 100%;
    text-align: left;
    padding-left: 40px;
  }
  .reserved a.btn img{
    height: 40px;
  }
  .reserved a.btn:after{
    top: 56px;
    right: 65px;
  }
}

@media screen and (max-width: 599px) {
  .button_container {
    top: 30px;
  }
  .button_container.active {
    top: 30px;
  }
}

/* ==========================================================================
   05. footer
   ========================================================================== */

  footer{
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 960px;
    margin: 0 auto;
  }
  footer .in-block li{
    text-align: center;
  }
  footer .in-block li.tel{
    margin-right: 124px;
    margin-left: 159px;
  }

  .f_inner{
    width: 710px;
    margin: 0 auto 40px;
  }

  .copy{
    border-top: 1px solid #a0a0a0;
    margin: 100px auto;
    padding-top: 32px;
  }
  .copy p{
    text-align: center;
    font-size: .7em;
    letter-spacing: .1em;
    color: #646464;
  }

@media screen and (max-width: 959px) {
  footer{
    width: 96%;
  }

 .f_inner{
    width: 600px;
    margin-bottom: 20px;
  }
  footer .in-block li.tel{
    margin-right: 82px;
    margin-left: 140px;
  }

}

@media screen and (max-width: 599px) {
  footer{
    width: 92%;
    margin: 0 auto;
  }

 .f_inner{
    width: 100%;
    margin-bottom: 20px;
  }
  footer .in-block li img{
    width: 40px;
  }
  footer .in-block li.tel{
    margin-right: 0;
    margin-left: 0;
  }
  footer .in-block li{
    text-align: left;
    display: block;
    margin-bottom: 20px;
    height: 60px;
  }
  footer .in-block li a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  footer .in-block li a.last{
    margin-right: 0;
  }
}



/* ==========================================================================
   07. product_sub_nav
   ========================================================================== */

.sub_nav{
  text-align: center;
  margin: 40px auto;
  letter-spacing: 0.2em;
  font-size: 1.1em;
}
.sub_nav ul li{
  display: inline-block;
  margin-right: 28px;
}
.sub_nav ul li img{
  height: 12px;
}
.sub_nav ul li:last-child{
  margin-right: 0px;
}
.sub_nav ul li a{
  text-decoration: none;
}

.sub_nav ul li.current-menu-item{
  border: 1px solid #373c38;
  line-height: 1;
  padding:6px 8px;
}

.sub_nav ul li.current-cat{
  border: 1px solid #373c38;
  line-height: 1;
  padding:6px 8px;
}


@media screen and (max-width: 599px) {
.sub_nav ul li{
  margin-right: 16px;
}
}
