@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form.telLineBtn .tel span::after
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
ー body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol, li {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?jgkq4j');
  src: url('fonts/icomoon.eot?jgkq4j#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?jgkq4j') format('truetype'), url('fonts/icomoon.woff?jgkq4j') format('woff'), url('fonts/icomoon.svg?jgkq4j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-weight: 600;
}
.normal {
  font-weight: normal;
}
.italic {
  font-style: italic
}
.spDisp {
  display: block;
}
.pcDisp {
  display: none;
}
.en {
  font-family: 'Bodoni Moda', serif;
}
/* compo parts
-------------------*/
.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100000;
}
/*
.headerWrap::after {
  position: absolute;
  content: "";
  background: linear-gradient(#000 9%, transparent 100%);
  width: 100%;
  height: 100px;
  top: 0;
  transition: all 0.5s;
  z-index: 100;
}
.headerWrap.active::after {
  top: 0;
}
*/
.headerWrap .logo {
  width: 90px;
  position: fixed;
  left: 15px;
  top: 11px;
  line-height: 1;
}
.headerWrap .header_rightbtn {
  position: fixed;
  top: 1rem;
  color: #fff;
  right: 0;
  text-align: center;
  font-size: 1.3rem;
  z-index: 100000;
}
.headerWrap .entryBtn {
  margin: 0 auto 0.5rem;
}
.headerWrap .entryBtn a {
  padding: 1rem 1rem 0.6rem 3rem;
  font-size: 2rem;
  display: block;
  position: relative;
  color: #fff;
  line-height: 1;
  font-weight: 800;
}
.headerWrap .entryBtn a::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  background: url("../img/tel.png")no-repeat center center/contain;
  left: 0;
  font-weight: 100;
  top: 50%;
  transform: translateY(-50%);
}
.headerWrap .red_btn {
  max-width: 19rem;
  margin: auto;
}
.red_btn a {
  background-color: #6f0000;
  padding: 1rem 0.5rem;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}
.hvrright {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvrright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/*footer*/
footer {
  padding: 13rem 1.5rem 14rem;
  background-color: #000;
}
footer .footer_logo {
  width: 28.5rem;
  margin: 0 auto 5rem;
}
footer .copyright {
  display: block;
  font-size: 11px;
  padding: 10px 0;
}
/*list*/
.indList, .indListS {
  margin-bottom: 15px;
}
.indList li, .indListS li {
  line-height: 170%;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.indListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}
.indList li::before, .indListS li::before {
  content: '・';
  font-size: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.numList, .numListS {
  /*  margin-bottom: 15px;*/
  padding-left: 1.6em;
}
.numList li, .numListS li {
  line-height: 150%;
  /*  list-style: decimal outside none;*/
  margin-bottom: 5px;
}
.numListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}
/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  width: 100%;
}
.bscTbl01 table th, .bscTbl01 table td {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  line-height: 1.4;
  padding: 20px 20px 17px;
  text-align: left;
}
.bscTbl01 table th {
  background-color: #DDD;
}
.bscTbl01 table tr.head th {
  background-color: #448CBC;
  color: #FFF;
}
.tblScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tblScroll table {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
  width: 1000px !important;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.contInr {
  max-width: 108rem;
  margin: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.toppage_btn {
  position: fixed;
  right: -10rem;
  bottom: 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.toppage_btn.active {
  right: 5rem;
}
.toppage_btn a {
  color: #fff;
  font-size: 1.6rem;
}
.toppage_btn a .toppage-icon {
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  background: url("../img/toppage.png")no-repeat center center/contain;
}
@media only screen and (min-width: 769px) {
  .spDisp {
    display: none !important;
  }
  .pcDisp {
    display: block;
  }
  .hvrright:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .headerWrap {
    height: 80px;
  }
  .headerWrap .headerLogo .logo {
    width: 96px;
  }
  .headerWrap::after {
    height: 98px;
  }
  .headerWrap .logo {
    width: 166px;
    left: 15px;
    top: 23px;
  }
  .headerWrap .gnavList {
    display: flex;
    position: absolute;
    right: 200px;
    top: 30px;
  }
  .headerWrap .entryBtn {
    margin: 0 auto 1rem;
  }
  .headerWrap .entryBtn a {
    padding: 1rem 1rem 0.6rem 5rem;
    font-size: 3rem;
  }
  .headerWrap .entryBtn a:hover {
    opacity: 0.6;
  }
  .headerWrap .entryBtn a::after {
    width: 3.2rem;
    height: 3.2rem;
  }
  .headerBtn.entryBtn {
    left: 180px;
    top: 20px;
  }
  .headerWrap.active::after {
    top: -100px;
  }
  .headerWrap .header_rightbtn {
    top: 3rem;
    font-size: 1.5rem;
  }
  .headerWrap .red_btn {
    max-width: 22rem;
  }
  .red_btn a {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
  .hvrright:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 768px) {}