@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  /* background:#fff;*/
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
html.hamburger-active {
  /* ハンバーガーメニュー */
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 52.5%;
  }
}

/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
  width: 100%;
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  color: #222;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
  text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}
html.hamburger-active body {
  /* ハンバーガーメニュー */
  padding-right: 17px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4em;
  }
}

/* font */
.ft-mincho {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.ft-cinzel {
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
}

/* inview */
.inview {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}
.inview.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* telLink（スマホ用電話リンク） */
.telLink a {
  text-decoration: underline;
}

/* ---------------------------------------- 
 - #container
---------------------------------------- */
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#container .pc {
  display: inline-block !important;
}
#container .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #container .sp {
    display: inline-block !important;
  }
  #container .pc {
    display: none !important;
  }
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, #fff, transparent);
}
#header #header_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#header .header_logo {
  width: 50%;
  max-width: 260px;
  margin-left: 35px;
  line-height: 0;
}
#header .header_logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header_logo a:hover {
  opacity: 0.6;
}
#header .header_logo a img {
  display: inline-block;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .header_logo {
    margin-left: 3%;
  }
}

/* header_snslist */
ul.header_snslist {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 70px;
}
ul.header_snslist li {
  margin: 0 12px;
  width: 30px;
}
ul.header_snslist li.twitter {
  width: 24px;
}
ul.header_snslist li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.header_snslist li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  ul.header_snslist {
    display: none;
  }
}

/* hamburger */
.hamburger {
  position: fixed;
  top: 32px;
  right: 30px;
  z-index: 1000;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.hamburger i {
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background: #222;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hamburger i::before,
.hamburger i::after {
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 6px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #222;
}
.hamburger i::before {
  margin-top: 8px;
}
.hamburger.active i {
  margin-top: 7px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  background: #fff;
}
.hamburger.active i::before {
  display: none;
}
.hamburger.active i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 0;
  background: #fff;
}

/* ---------------------------------------- 
 - gnavi
---------------------------------------- */
#gnavi {
  background: #fff;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
#gnavi.active {
  opacity: 1;
  z-index: 900;
  visibility: visible;
}
#gnavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#gnavi a:hover {
  opacity: 0.6;
}
#gnavi #gnavi_visual {
  width: 40%;
  margin: 0 auto;
  position: fixed;
  border-right: solid 1px #ccc;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#gnavi.active #gnavi_visual {
  opacity: 1;
}
#gnavi #gnavi_visual .gnavi_logo {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -15%;
  text-align: center;
}
#gnavi #gnavi_inner {
  background-color: #e6a35b;
  width: 60%;
  min-height: 100vh;
  margin-left: auto;
  text-align: center;
  position: relative;
  display: none;
  padding: 0 5%;
}
#gnavi.active #gnavi_inner {
  display: block;
}
/* gnavi_list */
.gnavi_list {
  border-right: dashed 1px rgba(255, 255, 255, 0.3);
  border-left: dashed 1px rgba(255, 255, 255, 0.3);
  padding: 80px 0;
  min-height: 100vh;
}
.gnavi_list ul.list {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-bottom: 35px;
  height: 100%;
}
.gnavi_list ul.list > li {
  border-top: dashed 1px rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}
.gnavi_list ul.list > li > a {
  width: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 25px 35px;
}
.gnavi_list ul.list > li span.en {
  font-size: 1.7rem;
  display: block;
  font-family: "Cormorant", serif;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-left: 1em;
  margin-top: 0.5em;
  opacity: 0.7;
}
/* gnavi_snslist */
.gnavi_snslist {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 50px 35px 0;
}
.gnavi_snslist .ttl {
  font-size: 1.3rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  padding: 0.2em 1em;
  line-height: 25px;
  color: #fff;
}
.gnavi_snslist ul.snslist {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.gnavi_snslist ul.snslist li {
  margin: 0 18px;
  width: 34px;
}
.gnavi_snslist ul.snslist li.twitter {
  width: 28px;
}
.gnavi_snslist ul.snslist li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  #gnavi #gnavi_visual {
    display: none;
  }
  #gnavi #gnavi_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* gnavi_list */
  .gnavi_list {
    padding: 70px 0;
  }
  .gnavi_list ul.list {
    margin-bottom: 0;
  }
  .gnavi_list ul.list > li {
    font-size: 2.4rem;
  }
  .gnavi_list ul.list > li > a {
    display: block;
    padding: 20px 5%;
  }
  .gnavi_list ul.list > li span.en {
    font-size: 1.5rem;
    margin-left: 0;
  }
  /* gnavi_snslist */
  .gnavi_snslist {
    display: block;
    padding: 20px 5% 0;
  }
  .gnavi_snslist .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .gnavi_snslist ul.snslist {
    justify-content: center;
  }
}

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents {
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: #fff;
}
#contents #contents_inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

/* ---------------------------------------- 
 - contents（pagetitle）メインタイトル背景なし
---------------------------------------- */
#pagetitle {
  text-align: center;
}
#pagetitle #pagetitle_inner {
  padding: 200px 0 50px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
#pagetitle .ttl {
  font-size: 10rem;
  color: #e6a35b;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
#pagetitle .sub {
  display: block;
  font-size: 2.4rem;
  color: #f2d1ad;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 1em;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  #pagetitle #pagetitle_inner {
    padding: 150px 0 30px;
  }
  #pagetitle .ttl {
    font-size: 8vw; /*30px*/
  }
  #pagetitle .sub {
    font-size: 4.8vw; /*18px*/
    margin-bottom: 0.5em;
  }
}

/* ---------------------------------------- 
 - contents（btn_more,section_btn）共通ボタン
---------------------------------------- */
/* btn_more */
.btn_more {
  margin: 0 auto;
}
.btn_more a {
  position: relative;
  padding-right: 30px;
  line-height: 1.4;
  border-bottom: solid 1px #222;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.btn_more a::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: text-bottom;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 10px;
  margin-top: -1px;
  background-image: url(/~NUBSfbs/wp-content/themes/nubsfbs/assets/images/common/ico_arw_next.svg);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn_more a:hover {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .btn_more a::after {
    width: 20px;
    height: 7px;
  }
}

/* section_btn */
.section_btn {
  margin: 0 auto;
  text-align: center;
}
.section_btn a {
  position: relative;
  padding: 12px 60px 12px 40px;
  font-size: 1.8rem;
  border: solid 1px #222;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  min-width: 350px;
}
.section_btn a::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: text-bottom;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 10px;
  background-image: url(/~NUBSfbs/wp-content/themes/nubsfbs/assets/images/common/ico_arw_next.svg);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section_btn a:hover {
  opacity: 0.6;
}
.section_btn.prev a {
  padding: 12px 40px 12px 60px;
}
.section_btn.prev a::after {
  right: auto;
  left: 20px;
  background-image: url(/~NUBSfbs/wp-content/themes/nubsfbs/assets/images/common/ico_arw_prev.svg);
}
.section_btn.blank a {
  padding-right: 50px;
}
.section_btn.blank a::after {
  right: 30px;
  width: 12px;
  height: 12px;
  background-image: url(/~NUBSfbs/wp-content/themes/nubsfbs/assets/images/common/ico_blank.svg);
}
@media screen and (max-width: 768px) {
  .section_btn a {
    padding: 7px 35px 7px 20px;
    font-size: 1.6rem;
  }
  .section_btn a::after {
    right: 15px;
    width: 20px;
    height: 7px;
  }
  .section_btn.blank a {
    padding-right: 35px;
  }
  .section_btn.blank a::after {
    right: 20px;
  }
}

/* ---------------------------------------- 
 - contents（breadcrumb）パンくずリスト
---------------------------------------- */
#breadcrumb #breadcrumb_inner {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background: #fef7f0;
}
#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 35px;
}
#breadcrumb ul li {
  font-size: 1.3rem;
  position: relative;
  padding: 5px 0 5px 15px;
  margin-left: 8px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#breadcrumb ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#breadcrumb ul li a {
  font-weight: normal;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
#breadcrumb ul li::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#breadcrumb ul li:first-child::before {
  display: none;
}
#breadcrumb ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #breadcrumb ul {
    padding: 15px 5%;
  }
  #breadcrumb ul li {
    font-size: 1.1rem;
  }
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 75px 0 55px;
  border-top: solid 7px #e6a35b;
}
#footer #footer_inner {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
#footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#footer a:hover {
  opacity: 0.6;
}
/* foot_naviWrap */
#footer .footer_navi {
  text-align: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 60%;
  max-width: 605px;
}
#footer .footer_navi ul.nav {
  width: 100%;
  text-align: right;
  font-size: 1.3rem;
  margin-right: auto;
}
#footer .footer_navi ul.nav li {
  position: relative;
  margin-bottom: 1em;
  margin-left: 5%;
  display: inline-block;
}
#footer .footer_navi ul.nav li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#footer .footer_navi ul.nav li a:hover {
  opacity: 0.6;
}
#footer .footer_add {
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
#footer .footer_add .logo {
  width: 100%;
  max-width: 285px;
  margin-bottom: 15px;
}
#footer .snsList_wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#footer .snsList_wrap .ttl {
  font-size: 1.2rem;
  border: solid 1px #ccc;
  margin-right: 10px;
  padding: 0 1em;
  line-height: 25px;
}
#footer .snsList {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#footer .snsList li {
  margin: 0 10px;
  width: 30px;
  box-sizing: border-box;
}
#footer .snsList li.facebook,
#footer .snsList li.tiktok,
#footer .snsList li.youtube {
  width: 20px;
}
#footer .copy {
  font-size: 1.1rem;
  color: #aaa;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 35px 0;
    border-width: 4px;
  }
  #footer #footer_inner {
    display: block;
  }
  /* foot_naviWrap */
  #footer .footer_navi {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer_navi ul.nav:nth-child(1) {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  #footer .footer_navi ul.nav:nth-child(1) li {
    width: 48%;
    margin-left: 0;
  }
  #footer .footer_navi ul.nav:nth-child(2) {
    text-align: center;
    background: #efefef;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0.5em auto;
  }
  #footer .footer_navi ul.nav:nth-child(2) li {
    margin-left: 0;
    display: block;
  }
  #footer .footer_navi ul.nav:nth-child(2) li:last-child {
    margin-bottom: 0;
  }
  #footer .footer_add {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
  #footer .footer_add .logo {
    width: 100%;
    max-width: 285px;
    margin: 0 auto 15px;
  }
  #footer .snsList_wrap {
    justify-content: center;
    margin-top: 25px;
  }
  #footer .snsList_wrap .ttl {
    display: none;
  }
  #footer .snsList li {
    margin: 0 15px;
    width: 30px;
  }
  #footer .snsList li.facebook,
  #footer .snsList li.tiktok,
  #footer .snsList li.youtube {
    width: 26px;
  }
  #footer .copy {
    font-size: 1rem;
    text-align: center;
    position: static;
    margin-top: 20px;
  }
}
