@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: top; }

a img {
  border: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

::selection {
  background: rgba(255, 149, 12, 0.5); }

::-moz-selection {
  background: rgba(255, 205, 0, 0.1); }

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  position: relative; }

.top_title {
  max-width: 1200px;
  margin: 0 auto; }

img {
  max-width: 100%; }

a {
  transition: all 0.3s;
  text-decoration: none; }

p a {
  text-decoration: underline;
  color: #808080; }
  p a:hover {
    text-decoration: none; }

.is-show {
  opacity: 1 !important; }

h2,
h3,
h4,
h5 {
  font-weight: 500; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 100%;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  color: #333;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10000;
  transition: .3s; }
  @media (min-width: 768px) {
    .gotop {
      font-size: 65%; } }
  @media (max-width: 767px) {
    .gotop {
      width: 40px;
      height: 40px;
      text-indent: 0;
      opacity: 1;
      border: none;
      background: none;
      bottom: 20px;
      right: 50px;
      padding-top: 35px;
      font-size: 75%; } }

.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .gotop::before {
      bottom: 0; } }

@media (min-width: 768px) {
  .gotop:hover {
    opacity: 1;
    background-color: #666;
    transition: .3s; } }

.l-main,
.l-page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .l-main,
    .l-page {
      padding: 0 2em;
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .l-main,
    .l-page {
      padding: 1em 0; } }
  .l-main_wrapper,
  .l-page_wrapper {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .l-main_wrapper,
      .l-page_wrapper {
        width: calc(100% - 250px); } }
  .l-main .l-title,
  .l-page .l-title {
    color: #FFCD00;
    z-index: 2;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .l-main .l-title,
      .l-page .l-title {
        font-size: 85px;
        font-size: 8.5rem;
        line-height: 1; } }
    @media (max-width: 767px) {
      .l-main .l-title,
      .l-page .l-title {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1; } }

@media (min-width: 768px) {
  .sub_page_wrap {
    padding-top: 20px; } }
@media (max-width: 767px) {
  .sub_page_wrap {
    padding: 20px; } }
.sub_page_wrap h2 {
  background: #FFCD00;
  color: #fff;
  padding: 10px;
  border-radius: 10px; }

@media (min-width: 768px) {
  .pcnone {
    display: none; } }

@media (max-width: 767px) {
  .spnone {
    display: none; } }

/* ------------------------------------------
ナビゲージョン
------------------------------------------ */
nav {
  width: 100%;
  height: 0;
  position: relative; }

.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 1em; }

/*ナビゲーション部分*/
.menu {
  transition: 0.5s ease;
  z-index: 100;
  /*滑らかに表示*/
  -webkit-transform: translateX(-150%);
  /*画面より100%外へ押し出し非表示にさせる*/
  /*  transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/ }
  @media (max-width: 767px) {
    .menu ul {
      padding: 10px 0; } }
  @media (min-width: 768px) {
    .menu li {
      padding: 0 0 10px; } }
  @media (max-width: 767px) {
    .menu li {
      padding: 5px 10px; } }
  .menu li a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    background: #fff; }
    @media (max-width: 767px) {
      .menu li a {
        border: 1px solid #000; } }
  .menu li.nav_contact {
    background: #fff;
    padding: 1em; }
    .menu li.nav_contact div + div {
      margin-top: 2em; }
    .menu li.nav_contact h3 {
      border-bottom: 1px solid #000; }
    .menu li.nav_contact p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.8333333333; }

/*OPEN時の動き*/
.menu.open {
  position: fixed;
  top: 23%;
  transition: 0.5s;
  /*メニューを元の位置へ戻す*/ }

.menu_back {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  /* 透明度を0にすることで隠す */
  transition: 0.5s;
  /* 透明度の0→1になる速度 */ }

.menu_back.open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: 0.5s;
  pointer-events: auto; }

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: flex;
  justify-content: center;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  width: 42px;
  height: 42px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 3;
  bottom: 20px;
  left: 50px; }

.Toggle span {
  display: block;
  position: absolute;
  width: 45px;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  /*変化の速度を指定*/ }

/*各ボーダー少しずつずらす*/
.Toggle span:nth-child(1) {
  top: 16px; }

.Toggle span:nth-child(2) {
  top: 23px; }

.Toggle span:nth-child(3) {
  top: 31px; }

.Toggle p {
  top: 20px;
  width: 50px;
  font-size: 6px;
  border-bottom: none;
  text-align: center;
  color: #000; }
  @media (max-width: 767px) {
    .Toggle p {
      position: fixed;
      font-size: 11px;
      top: unset;
      bottom: 0;
      height: 25px; } }

/*----------------------------------ここからPCモニターの記述-----------*/
@media (min-width: 768px) {
  .Toggle {
    display: none; }

  .menu {
    width: 240px;
    font-size: 0.9em;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: left; }
    .menu ul {
      width: 230px; }
      .menu ul li a {
        padding: 10px;
        transition: .3s; }
        .menu ul li a:hover {
          background: #ccc; } }
/*----------------------------------ここまでPCモニターの記述-----------*/
@media (max-width: 767px) {
  nav {
    z-index: 100; }

  .menu ul {
    background: #fff;
    position: fixed;
    top: 50%;
    width: 50vw;
    max-height: 56vh;
    overflow: auto; }

  .sp_home {
    position: fixed;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 75%;
    display: grid;
    justify-items: center;
    color: #000; }

  .sp_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    background-color: #E6E6E6; }

  .sp_home img {
    width: 30px; } }
.menu ul li.banner a {
  padding: 5px;
  border: 1px solid #e6e6e6; }
  .menu ul li.banner a:hover {
    background-color: #fff;
    opacity: 0.5; }
.menu_top {
  text-align: center;
  background: #FFCD00;
  color: #fff;
  font-weight: 600;
  padding: 10px; }

.click_none {
  pointer-events: none; }

.menu_img {
  width: 100%;
  padding: 10px; }

li.menu_btn a {
  background: #F4ECD7;
  border: none !important; }

.l-footer {
  width: 100%;
  background: #E6E6E6;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  padding: 10px; }
  @media (max-width: 767px) {
    .l-footer {
      padding-bottom: 65px; } }

.footer_content {
  padding: 1em;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143; }
  @media (min-width: 768px) {
    .footer_content {
      display: flex;
      justify-content: center;
      grid-gap: 20px;
      max-width: 700px;
      margin: 1em auto; } }
  .footer_content div {
    margin-bottom: 1.5em; }
    @media (min-width: 768px) {
      .footer_content div {
        width: calc((100% - 20px) / 2); } }
    .footer_content div h3 {
      border-bottom: 1px solid #000;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-weight: 400; }
    .footer_content div p a {
      text-decoration: underline;
      color: #000; }

li.current a {
  background: #FFCD00;
  pointer-events: none; }

.bold {
  font-weight: 600; }

.center {
  text-align: center; }
