@charset "UTF-8";
/* ofi */
/* column */

/*====================================================================

lv2.css

======================================================================

01.index

=====================================================================*/
/*--------------------------------------------------------------------/
	01.level
/--------------------------------------------------------------------*/
.contents {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.main-view {
  overflow: hidden;
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
}

.main-view .l-cont {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-view__tit {
  color: #372D1E;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  background: rgba(254, 254, 254, 0.8);
  font-size: calc(1.25rem + 8 * (100vw - 320px) / 620);
  padding: 8px 4%;
  padding: 0.5rem 4%;
  border-radius: 10px;
}

/* page-navi
----------------------------------------------------------------*/
/* page-navi
----------------------------------------------------------------*/
.page-navi {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.page-navi li {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: bottom;
}

.page-navi li:not(:last-of-type):after {
  font-family: 'icomoon' !important;
  content: "\e315";
  margin-left: 5px;
  vertical-align: bottom;
}

.page-navi a {
  color: #2f2f2f;
  transition: 0.3s ease all;
  text-decoration: none !important;
}

.page-navi a:hover {
  color: #0F9225;
}

/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
.l-box {
  width: 100%;
}

.l-box:not(:last-of-type) {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.sub-box {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

p.caution {
  color: #df2f2f;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

p.caution .link {
  text-indent: 0em;
}

p.caution:before {
  content: "※";
}

.txt a {
  vertical-align: bottom;
  margin-right: 3.2px;
  margin-right: 0.2rem;
}

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	404
/--------------------------------------------------------------------*/

#page-404 .btn-wrap {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
/*------------------iPhone 以上----------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
/*------------------タブレットスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
/*-------------------小さいPCスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .contents {
    padding-bottom: 6rem;
  }
  .main-view {
    height: 460px;
    background: url("../img/common/lv2_main.png") 50% bottom no-repeat;
  }
  .main-view .l-cont {
    height: 460px;
  }
  .main-view__tit {
    margin-top: -4rem;
  }
  .l-box:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .sub-box {
    margin-bottom: 4rem;
  }
  #page-404 .txt {
    text-align: center;
  }
}

@media print, screen and (min-width: 1197px) {
  /*====================================================================/
/*-------------------PCスタイル-------------------
/====================================================================*/
  html {
    width: 100%;
  }
  .main-view__tit {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
/*-------------------full PCスタイル-------------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1196px) {
  /*====================================================================/
/*------------------PC以下---------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
/*------------------スマホタブレット共通スタイル---------
/====================================================================*/
  html {
    width: 100%;
  }
  .main-view {
    background: url("../img/common/lv2_main.png") center center/cover no-repeat;
    height: 36.94vw;
  }
  .main-view .l-cont {
    height: 36.94vw;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
/*------------------スマホのみスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
/*------------------iPhone 以下----------------
/====================================================================*/
  html {
    width: 100%;
  }
}
