@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}

html,
body,
div,
p,
span,
address,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
footer,
section,
article,
aside,
nav,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  list-style: none;
}

body {
  color: #222;
  font-size: 1em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

#wrapper img {
  width: 100%;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
}

a img {
  border-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.tt,
.tt5 {
  display: none;
}

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

/* Tablet */
@media screen and (max-width: 768px) {
  html {
    font-size: 6.25%;
  }
  body {
    font-size: 14rem;
  }
  div,
  p,
  span,
  address,
  header,
  hgroup,
  footer,
  section,
  article,
  aside,
  nav,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  figure,
  figcaption {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc {
    display: none;
  }
}

/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}

/* SP縦向き */
@media screen and (max-width: 640px) and (orientation: portrait) {
  .tt {
    display: block;
  }
  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}

/* iphone5 */
@media screen and (max-width: 330px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}

@media screen {
  .fade00 {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .fade01 {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  .fade02 {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  .fade00a {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.headerBg {
  width: 100%;
  background-color: #231815;
  position: fixed;
  z-index: 10;
  height: 120px;
}

@media screen and (max-width: 960px) {
  .headerBg {
    height: 100px;
  }
}

@media screen and (max-width: 668px) {
  .headerBg {
    height: 80px;
    position: static;
  }
}

.headerBg header {
  padding: 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .headerBg header {
    padding: 10px 30px 0;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .headerBg header {
    padding: 10px 20px 0;
  }
}

.headerBg header > h1 {
  width: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 668px) {
  .headerBg header > h1 {
    width: 130px;
  }
}

.headerBg header p {
  width: 40px;
}

@media screen and (max-width: 668px) {
  .headerBg header p {
    width: 30px;
  }
}

.headerBg header a:hover {
  opacity: 1;
}

.headerBg header a:hover img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* -------------------------------------------------

sideMenu

------------------------------------------------- */
#sideMenu {
  width: 240px !important;
  color: #fff;
  padding: 80px 0 30px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0 !important;
  right: auto !important;
}

@media screen and (max-width: 960px) {
  #sideMenu {
    width: 220px !important;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu {
    width: 210px !important;
  }
}

#sideMenu > p.closeBtn {
  width: 30px;
  display: block;
  position: fixed;
  z-index: 2;
  top: 45px;
  left: 33px;
  cursor: pointer;
}

#sideMenu > p.closeBtn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu > p.closeBtn {
    width: 25px;
    top: 30px;
    left: 25px;
  }
}

#sideMenu > p.closeBtn:hover {
  opacity: 1;
}

#sideMenu > p.closeBtn:hover img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#sideMenu > ul li a {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 3px;
  display: block;
  margin: 25px 0 0;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #sideMenu > ul li a {
    font-size: 1.3em;
  }
}

#sideMenu > ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
  font-size: 0.7em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

#sideMenu > ul li a:hover:before {
  margin-right: 10px;
  margin-left: 5px;
}

#sideMenu > ul li.iconInsta a {
  letter-spacing: 1px;
  font-size: 1.3em;
}

#sideMenu > ul li.iconInsta a::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 1em;
  font-weight: normal;
}

#contents {
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  #contents {
    padding-top: 100px;
  }
}

@media screen and (max-width: 668px) {
  #contents {
    padding-top: 0;
  }
}

.pageTit {
  padding: 50px 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .pageTit {
    padding: 30px 20px;
  }
}

.pageTit > h2 {
  font-size: 2em;
  letter-spacing: 2px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .pageTit > h2 {
    font-size: 1.6em;
  }
}

.pageTit > p {
  color: #9FA0A0;
  letter-spacing: 2px;
}

.txtBtn a {
  max-width: 250px;
  color: #9FA0A0;
  border-radius: 20px;
  display: block;
  text-align: center;
  border: 1px solid #9FA0A0;
  margin: 0 auto;
  padding: 13px 10px;
  font-size: 0.9em;
  line-height: 120%;
}

.txtBtn a:hover {
  background-color: #9FA0A0;
  color: #fff;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 3px;
  padding: 80px 0 50px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  footer {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  footer {
    display: block;
    text-align: center;
  }
}

footer > h6 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 120%;
}

footer > address {
  margin: 0 30px 0 70px;
}

@media screen and (max-width: 960px) {
  footer > address {
    margin: 0 20px 0 30px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  footer > address {
    margin: 0 20px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  footer > address {
    margin: 10px 0;
  }
}

footer > address span {
  font-size: 0.8em;
  display: block;
}

.gotop {
  position: fixed;
  right: 0;
  bottom: 0;
}

.gotop a {
  display: block;
  margin-top: 10px;
  width: 50px;
  text-align: center;
  padding: 10px 0;
  background-color: #231815;
  color: #fff;
  font-size: 0.9em;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 40px;
    padding: 7px 0;
  }
}

.gotop a:hover {
  padding-bottom: 15px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a:hover {
    padding-bottom: 7px;
  }
}

@media print {
  .gotop {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */