@charset "UTF-8";
@font-face {
  font-family: 'しろくま';
  src: url(../font/Shirokuma-Regular.otf);
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.5 !important;
  font-family: "しろくま", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
  background: url(../images/background.jpg);
  /* background-repeat: repeat; */
  background-position: center;
  background-size: auto;
  color: #040404;
}

html {
  overflow-y: scroll;
  font-size: 12pt;
  letter-spacing: 1px;
}

p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.letter-space-n4 {
  letter-spacing: -4px !important;
}

.letter-space-n10 {
  letter-spacing: -10px !important;
}

@media screen and (min-width: 993px) {
  body {
    /* background-repeat: repeat; */
    background-size: cover !important;
  }
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block !important;
  }
  .main {
    padding-left: 320px;
  }
  .top_image {
    margin-top: 80px;
    margin-bottom: 90px;
  }
  .title {
    max-width: 300px;
    font-size: 32px;
  }
  .title2 {
    max-width: 550px !important;
  }
  .title_sub {
    font-size: 25px;
  }
  .caption1 {
    font-size: 20px;
    font-weight: 600;
  }
  .caption2 {
    font-size: 20px;
    font-weight: 400;
  }
  .kome::before {
    content: "※";
    position: absolute;
    left: 22.6em;
  }
  footer {
    width: 100%;
    margin-left: 320px;
  }
  .fixNav {
    /* width: 100px; */
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -165px;
    z-index: 100;
  }
  .fixNav ul {
    list-style-type: none;
  }
  .stay_btn {
    margin-bottom: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: 0.3s ease-in-out;
    background-color: #131313;
  }
  .experience_btn {
    margin-bottom: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: 0.3s ease-in-out;
    background-color: #cb956e;
  }
  .stay_btn:hover {
    margin-left: -10px;
  }
  .experience_btn:hover {
    margin-left: -10px;
  }
  .fixNav.in {
    position: fixed;
    bottom: 200px;
  }
}

@media screen and (max-width: 992px) {
  body {
    /* background-repeat: repeat; */
    background-size: auto !important;
  }
  .main {
    margin-top: 74px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .top_image {
    width: 100%;
    margin-bottom: 40px;
  }
  .title {
    max-width: 160px;
    font-size: 19px;
  }
  .title2 {
    max-width: 300px !important;
  }
  .title_sub {
    font-size: 20px;
  }
  .caption1 {
    font-size: 14px;
    font-weight: 600;
    margin-block-end: 0.3em;
  }
  .caption2 {
    font-size: 14px;
  }
  .kome::before {
    content: "※";
    position: absolute;
    left: 2.5em;
  }
  footer {
    width: 100%;
    /* margin-top: 30px; */
    background: #000;
    color: white;
    /* padding-bottom: 120px; */
  }
  .sp_border {
    border: 2px solid #000;
  }
  .fixNav {
    /* width: 100px; */
    position: absolute;
    bottom: 120px;
    right: 0;
    margin-top: -165px;
    z-index: 100;
  }
  .fixNav ul {
    list-style-type: none;
  }
  .stay_btn {
    margin-bottom: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: 0.3s ease-in-out;
    background-color: #131313;
  }
  .stay_btn img {
    width: 50px !important;
  }
  .experience_btn {
    margin-bottom: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: 0.3s ease-in-out;
    background-color: #cb956e;
  }
  .experience_btn img {
    width: 50px !important;
  }
  .stay_btn:hover {
    margin-left: -6px;
  }
  .experience_btn:hover {
    margin-left: -6px;
  }
  .fixNav.in {
    position: fixed;
    bottom: 120px;
  }
  .ya_top {
    padding-bottom: 60px;
  }
}


/* 共通 */

.ya_scroll {
  cursor: pointer;
  position: absolute;
  top: 80vh;
  left: 46vw;
}

.ya_top {
  cursor: pointer;
}

.font8 {
  font-size: 10px !important;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font30 {
  font-size: 30px !important;
}

.font31 {
  font-size: 31px !important;
}

.font32 {
  font-size: 32px !important;
}

.font36 {
  font-size: 36px !important;
}

.font-line {
    padding: 0.2rem 0rem;
    margin-bottom: 0rem;
    border-bottom: 5px solid #A1A3A6;
    font-weight: bold;
    font-size: 22px;
}

.sns_circle1 {
  padding: 8px 10px 8px 10px;
}

.sns_circle2 {
  padding: 8px 10px 0px 10px;
}

.font_ta {
  font-family: "ta-kouran", sans-serif;
}

.font_yu {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}

.font_hi {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

.margin-t10 {
  margin-top: 10px !important;
}

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

.margin-t30 {
  margin-top: 30px !important;
}

.margin-t40 {
  margin-top: 40px !important;
}

.margin-t50 {
  margin-top: 50px !important;
}

.margin-t60 {
  margin-top: 60px !important;
}

.margin-t80 {
  margin-top: 80px !important;
}

.margin-t120 {
  margin-top: 120px !important;
}

.margin-b40 {
  margin-bottom: 40px !important;
}

.title {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}

svg {
  fill: white;
}

.ft_copyright {
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}


/* main contents */


/**
 * WordpressのネイティブCSS
 * http://codex.wordpress.org/CSS
 */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-show-posts-image img {
  width: 80%;
}

.wp-show-posts-entry-title a {
  color: #000;
}


/*  */