@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: "yu-gothic-pr6n", YuGothic, "游ゴシック", "Yu Gothic medium", sans-serif;
  color: #030315;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  /*min-width:1000px;*/
  overflow-x: hidden;
  font-weight: 500;
}
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
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-line:before {
  content: "\e900";
  color: #00c300;
}
.icon-phone:before {
  content: "\e942";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
/* indent
-------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left
}
.right {
  text-align: right
}
.bold {
  font-weight: 600;
}
.normal {
  font-weight: normal;
}
.spDisp {
  display: block;
}
.pcDisp {
  display: none;
}
.pc_center {
  text-align: center !important;
}
/* compo parts
-------------------*/
.en {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.hvrright:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.headerWrap {
  z-index: 1000;
  position: relative;
  width: 100%;
}
.headerWrap::after {
  position: fixed;
  content: "";
  background: #fff;
  width: 100%;
  height: 59px;
  top: -100px;
  transition: all 0.5s;
  z-index: -1;
}
.headerWrap.active::after {
  top: 0;
}
.headerWrap .logo {
  width: 100px;
  position: fixed;
  top: 10px;
  left: 15px;
  transition: all 0.5s;
}
.headerWrap.active .logo {
  width: 60px;
  top: 10px;
  left: 15px;
}
.headerWrap .logo a {
  display: block;
}
.headerWrap .entryBtn {
  position: fixed;
  top: 0;
  right: 0;
}
.headerWrap .entryBtn a {
  background-color: #002F65;
  padding: 20px 15px;
  font-size: 16px;
  display: block;
  color: #fff;
  position: relative;
  line-height: 1.2;
}
.headerWrap .entryBtn a:hover {
  background-color: #000;
}
.headerWrap .entryBtn a::after, header .entryBtnWrap .entryBtn a::after {
  position: absolute;
  content: "";
  background: url("../img/line.png")no-repeat center center/contain;
  width: 34px;
  height: 32px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
#spNav .logo {
  position: absolute;
}
#spHeader {
  padding: 15px 3%;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.entryBtn a {
  padding: 13px 15px;
  background-color: #fff;
  color: #000000;
  font-size: 13px;
  display: block;
  position: relative;
  line-height: 1;
}
.spMenu {
  cursor: pointer;
  display: block;
  position: fixed;
  width: 50px;
  height: 52px;
  right: 140px;
  top: 18px;
  z-index: 1010;
}
.spMenu.active span:nth-of-type(3), .headerWrap.active .spMenu.active span:nth-of-type(3) {
  background-color: transparent;
}
.spMenu span {
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
/*
.headerWrap.active .spMenu.active span {
  background-color: #fff;
}
*/
.spMenu span:nth-of-type(2) {
  top: 9px;
}
.spMenu span:nth-of-type(3) {
  top: 18px;
}
.spMenu.active span:nth-of-type(1) {
  top: 20px;
  left: 12px;
}
.spMenu.active span:nth-of-type(2) {
  top: 29px;
  left: 12px;
}
.spMenu small {
  top: 20px;
  position: absolute;
  display: block;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.2rem;
}
.spMenu.active {
  right: 0;
  top: 0;
  /*  background-color: #ef484a;*/
}
.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.spMenu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.spMenu.active small {
  color: transparent;
}
.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: #fff;
  -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;
}
/*spNav*/
#spNav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding: 80px 15px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.9);
}
#spNav.active {
  visibility: visible;
  right: 0;
}
#spNav::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
#spNav::before, #spNav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#spNav.active::before, #spNav.active::after {
  opacity: 1;
}
#spNav .contactBtn {
  width: 100%;
}
#spNav .contactBtn a {
  color: #002F65;
  padding: 15px;
  border: 1px solid #002F65;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  text-align: center;
}
#spNav .linkList {
  max-width: 950px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
#spNav .linkList li {
  width: 100%;
}
#spNav .linkList li:last-child {
  margin: 0;
}
#spNav .linkList li a {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block;
  color: #000;
  padding: 30px 15px;
  border-bottom: 1px solid #002F65;
}
#spNav .linkList li a .en, #spNav .contactBtn a .en {
  font-size: 30px;
  display: block;
}
#spNav .linkList li a:hover {
  color: #ddd;
}
#spNav .linkList li a:hover::before {
  background-color: #ddd;
}
/*footer*/
footer {
  padding: 100px 15px 30px;
  background: url("../img/footer.jpg")no-repeat center center/cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .leftCont {
  font-size: 18px;
  color: #fff;
}
footer .leftCont .logo {
  max-width: 180px;
  margin-bottom: 10px;
}
footer .leftCont .txt, footer .leftCont .telBtn {
  margin-bottom: 15px;
}
footer .leftCont .txt {
  width: 100%;
}
footer .telBtn li {
  padding-left: 40px;
}
footer .telBtn a {
  color: #fff;
  position: relative;
}
footer .telBtn li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
}
footer .telBtn li:nth-child(1) a::after {
  background: url("../img/telphone.png")no-repeat right center/contain;
  width: 40px;
  left: -50px;
}
footer .telBtn li:nth-child(2) a::after {
  background: url("../img/tel.png")no-repeat right center/contain;
  width: 20px;
  left: -30px;
}
footer .rightCont .instagramCont {
  margin-bottom: 50px;
}
footer .rightCont .instagramCont .Img {
  max-width: 420px;
  width: 80%;
  margin: auto;
}
footer .rightCont .instagramCont .instagramIcon a {
  font-size: 30px;
  color: #fff;
  display: block;
}
footer .rightCont .contactBtn {
  max-width: 330px;
  margin: auto;
}
footer .rightCont .contactBtn a {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 30px;
  position: relative;
  border: 1px solid #fff;
  display: block;
  padding: 10px 10px 10px 20px;
}
footer .rightCont .contactBtn a:hover {
  background-color: #000;
  color: #fff;
}
footer .rightCont .contactBtn a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  right: 30px;
  top: 50%;
  transition: all 1s;
}
footer .rightCont .contactBtn a:hover::after {
  right: 10px;
  background-color: #fff;
}
footer .copy {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .pc_center {
    text-align: left !important;
  }
  /*table*/
  .bscTbl01 th, .bscTbl01 td {
    display: block;
    font-size: 1.1rem;
    padding: 10px 3%;
    width: 100% !important;
  }
  .bscTbl01.scroll th, .bscTbl01.scroll td {
    display: table-cell;
  }
}
@media only screen and (min-width: 769px) {
  .spDisp {
    display: none !important;
  }
  .pcDisp {
    display: block;
  }
  #spHeader {
    display: none;
  }
  .headerWrap::after {
    height: 80px;
  }
  .headerWrap .logo {
    width: 150px;
    top: 20px;
    left: 30px;
  }
  .headerWrap.active .logo {
    width: 90px;
    top: 15px;
    left: 30px;
  }
  .headerWrap .gnavList {
    display: flex;
    position: fixed;
    right: 170px;
    top: 25px;
  }
  .headerWrap .gnavList li {
    padding: 0 5px;
  }
  .headerWrap .gnavList li a {
    color: #000;
    padding: 10px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
  }
  .headerWrap .gnavList li a:hover {
    color: #002F65;
  }
  .headerWrap .gnavList li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #002F65;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .headerWrap .gnavList li a:hover::before {
    right: 0;
  }
  .headerWrap .entryBtn a {
    padding: 30px 15px;
    font-size: 18px;
  }
  .hvrright:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  footer {
    padding: 130px 15px 30px;
    justify-content: space-between;
  }
  footer .copy {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  footer {
    padding: 130px 50px 30px;
  }
}
@media only screen and (min-width: 1367px) {
  /*
  .headerWrap .logo {
    width: 210px;
    top: 40px;
    left: 50px;
  }
*/
  footer {
    padding: 130px 210px 30px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1567px) {
  footer {
    padding: 130px 310px 30px;
  }
}
@media only screen and (max-width:768px) {
  footer .leftCont {
    margin-bottom: 40px;
  }
  footer .leftCont .logo {
    margin: 0 auto 10px;
  }
}