@charset "UTF-8";
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #270900;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-weight: 200;
  background: url("../img/shared/bg1.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    min-width: 1100px; /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}
* {
  letter-spacing: 0.1em;
}

/*=============================================
* fonts - DON'T EDIT
*=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-serif {
  font-family: "Noto Serif JP", serif;
}

.fnt-cg {
  font-family: "Cormorant Garamond", serif;
}

.fnt-kaisei {
  font-family: "Kaisei Decol", serif;
}

.fnt-ship {
  font-family: "Shippori Mincho", serif;
}

/*=============================================
* .fnt - customs
*=============================================*/
/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

.bg2 {
  background-image: url("../img/shared/bg2.jpg");
}

.bg3 {
  background-image: url("../img/shared/bg3.jpg");
  color: #fff;
}

.btn-link a,
.btn-link span.copy {
  position: relative;
  display: block;
}
.btn-link a:before, .btn-link a:after,
.btn-link span.copy:before,
.btn-link span.copy:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.btn-link a:before,
.btn-link span.copy:before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: scale(1, 0.1);
}
.btn-link a:after,
.btn-link span.copy:after {
  transition: all 0.3s;
  border: 1px solid rgb(0, 0, 0);
}
.btn-link a:hover:before,
.btn-link span.copy:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-link a:hover:after,
.btn-link span.copy:hover:after {
  transform: scale(1, 0.1);
  opacity: 0;
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.nav--opened #pagetop,
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

header {
  position: relative;
  z-index: 9;
}
header h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  z-index: 2;
  padding: 0 60px 0 4%;
  font-size: 9px;
  line-height: 12px;
}
header .hd-top {
  width: 39%;
  margin: 0 auto;
  padding: 50px 0 27px;
}
header .covid {
  width: 92%;
  margin: 12vw auto 0;
}
header .covid a {
  display: block;
  font-size: 5.34vw;
  line-height: 7vw;
  text-align: center;
  border-bottom: 1px solid #656565;
  padding-bottom: 1vw;
}
header .btn-grp-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  header h1 {
    color: #b2b2b2;
    text-shadow: 0 0 5px #000;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    padding: 0;
    left: auto;
    right: 23px;
    top: 192px;
  }
  header .hd-top {
    width: 300px;
    margin: 0;
    padding: 62px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  header .hd-top .logo {
    text-align: center;
    padding-right: 6px;
  }
  header .hd-top .tel {
    font-size: 27.54px;
    letter-spacing: 0.09em;
    margin-top: 33px;
    padding-right: 6px;
  }
  header .hd-top .tel small {
    display: block;
    font-size: 15px;
    letter-spacing: 0.22em;
    margin-bottom: -2px;
  }
  header .hd-top .tel img {
    margin: -5px 5px 0 0;
  }
  header .hd-top .btn-link {
    width: 230px;
    margin: 15px 0 0 30px;
    position: relative;
  }
  header .hd-top .btn-link:before {
    content: "";
    width: 16px;
    background-image: url("../img/shared/arrow-wh.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    z-index: 1;
  }
  header .hd-top .btn-link a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 10px 0 10px 15px;
	  line-height: 18px;
  }
  header .hd-top .btn-link a:after {
    background: #000;
  }
  header .hd-top .btn-link a:hover {
    color: #000;
  }
  header .hd-top .btn-link:hover:before {
    background-image: url("../img/shared/arrow.png");
  }
  header .hd-top .social-pc {
    margin: 44px 0 0 43px;
  }
  header .hd-top .social-pc li:last-child {
    margin-top: 19px;
  }
  header .covid {
    width: 30px;
    margin: 0;
    position: absolute;
    left: 43px;
    top: 656px;
    z-index: 2;
  }
  header .covid a {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 0;
    cursor: pointer !important;
  }
  header .covid a:hover {
    border-left: 1px solid transparent;
  }
  header .btn-grp-pc {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
  }
  header .btn-grp-pc li {
    width: 99px;
  }
  header .btn-grp-pc li a {
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 2px 0 5px;
  }
  header .btn-grp-pc li a img {
    margin: -1px 4px 0 0;
  }
  header .btn-grp-pc li:last-child {
    width: 88px;
    margin-left: 2px;
  }
  header nav {
    margin: 54px 18px 53px 0;
  }
  header nav ul {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #000;
  }
  header nav ul li + li {
    margin-left: 29px;
  }
  header nav ul a {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0.2em;
  }
  header nav ul a:hover {
    border-color: #000;
  }
  header nav ul .active {
    border-bottom: 1px solid #000;
  }
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.menu_toggle {
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -223px;
  right: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
}
.menu_toggle .menu-inner {
  width: 222px;
  padding: 2px 2px 50px;
  z-index: 99;
  background: #fff;
}
.menu_toggle ul.btn-grp {
  display: flex;
  justify-content: space-between;
}
.menu_toggle ul.btn-grp li {
  width: calc(50% - 1px);
}
.menu_toggle ul.btn-grp li a {
  display: block;
  border: 1px solid #1e1e1e;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 6px 0 9px;
}
.menu_toggle ul.btn-grp li a img {
  width: 15.5px;
  margin: -2px 5px 0 0;
}
.menu_toggle ul.btn-grp li:last-child a img {
  width: 12.5px;
}
.menu_toggle ul.nav {
  font-size: 19px;
  line-height: 60px;
  letter-spacing: 0.2em;
  margin: 30px 0;
  padding-left: 13px;
  color: #000;
}
.menu_toggle ul.nav .active a {
  border-bottom: 1px solid #555;
}
.menu_toggle ul.social {
  display: flex;
  margin-left: 13px;
}
.menu_toggle ul.social li {
  width: 49px;
}
.menu_toggle ul.social li + li {
  margin-left: 26px;
}

.nav--opened .menu_toggle {
  left: 0;
}

.nav-fixed {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;

}
.fixed-btn04 {
  position: fixed;
  right: 0;
  bottom: 30px;
  transform: translateY(-50%);
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    color: #000;
    padding: 18px 13px 0 0;
  }
  .nav-fixed .df {
    justify-content: flex-end;
  }
  .nav-fixed .btn-grp-pc li {
    width: 97px;
  }
  .nav-fixed .btn-grp-pc li a {
    padding: 2px 0 6px;
  }
  .nav-fixed .btn-grp-pc li:last-child {
    width: 90px;
    margin-left: 5px;
  }
  .nav-fixed .fixed-tel {
    font-size: 27.54px;
    letter-spacing: 0.09em;
    margin-top: 3px;
  }
  .nav-fixed .fixed-tel small {
    font-size: 15px;
    letter-spacing: 0.22em;
    position: relative;
    top: -3px;
  }
  .nav-fixed .fixed-tel img {
    margin: -5px 5px 0 7px;
  }
  .nav-fixed ul.social-pc {
    display: flex;
    justify-content: flex-end;
    margin: 2px 0 0 20px;
  }
  .nav-fixed ul.social-pc li + li {
    margin-left: 22px;
  }
  .nav-fixed .reserve {
    width: 210px;
    position: relative;
    margin: 0 10px 0 23px;
  }
  .nav-fixed .reserve:before {
    content: "";
    width: 16px;
    background-image: url("../img/shared/arrow-wh.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    z-index: 1;
  }
  .nav-fixed .reserve a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 3px 0 5px 29px;
  }
  .nav-fixed .reserve a:after {
    background: #000;
  }
  .nav-fixed .reserve a:hover {
    color: #000;
  }
  .nav-fixed .reserve:hover:before {
    background-image: url("../img/shared/arrow.png");
  }
  .nav-fixed ul.nav {
    display: flex;
    justify-content: flex-end;
    font-size: 16.09px;
    margin: 7px 3px 0 0;
  }
  .nav-fixed ul.nav li a {
    letter-spacing: 0.2em;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
  }
  .nav-fixed ul.nav li a:hover {
    border-bottom: 1px solid #000;
  }
  .nav-fixed ul.nav .active a {
    border-bottom: 1px solid #000;
  }
  .nav-fixed ul.nav li + li {
    margin-left: 21px;
  }
}

.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 270px;
  transform: translateY(-50%);
  z-index: 99;
}
.fixed-btn02 {
  position: fixed;
  right: 0;
  top: 560px;
  transform: translateY(-50%);
  z-index: 99;
}
.fixed-btn03 {
  position: fixed;
  right: 0;
  top: 290px;
  transform: translateY(-50%);
  z-index: 99;
}
/*=============================================
* key
*=============================================*/
#key {
  width: 92%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 92vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #key {
    width: calc(100% - 300px);
    height: 750px;
    margin: 0 0 0 auto;
  }
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}


@media only screen and (min-width: 768px){
  .bg-para .img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  
  .bg-para .img_parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
  }
}
/*=============================================
* <footer>
*=============================================*/
footer {
  background: #fff;
  padding: 70px 0 0;
}
footer .logo {
  width: 56%;
  margin: 0 auto;
}
footer .tel {
  font-size: 11.8vw;
  line-height: 12vw;
  letter-spacing: 0.09em;
  white-space: nowrap;
  margin: 10vw 0 8vw;
}
footer .tel span {
  font-size: 6.5vw;
  letter-spacing: 0.22em;
  display: block;
}
footer .tel small {
  display: block;
  font-size: 5vw;
  line-height: 8vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 1vw;
}
footer .tel img {
  width: 9%;
  margin: -1.5vw 1% 0 0;
}
footer .reserve {
  position: relative;
  z-index: 1;
}
footer .reserve:before {
  content: "";
  width: 5.7%;
  background-image: url("../img/shared/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
}
footer .reserve a {
  color: #fff;
  font-size: 6vw;
  line-height: 8vw;
  letter-spacing: 0.1em;
  padding: 4vw 0 4vw 16%;
}
footer .reserve a:after {
  background: #000;
}
footer .social-pc {
  display: flex;
  align-items: center;
  margin: 10vw 0 15vw;
}
footer .social-pc li {
  width: 18%;
}
footer .social-pc li:first-child {
  width: 37%;
}
footer .social-pc li:nth-child(2) {
  margin: 0 12%;
}
footer .colr dl {
  line-height: 20px;
  width: 100%;
  display: table;
}
footer .colr dl dt {
  width: 100px;
  display: table-cell;
}
footer .colr dl dd {
  display: table-cell;
}
footer .colr dl + dl {
  margin-top: 20px;
}
footer .ft-bot {
  font-size: 8px;
  line-height: 17px;
  padding: 60px 0 70px;
  margin-top: 50px;
}
footer .ft-bot address {
  font-style: normal;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 133px 0 0;
  }
  footer .coll {
    width: 445px;
    float: left;
    margin-top: 12px;
  }
  footer .logo {
    width: 100%;
    text-align: center;
    padding-right: 11px;
  }
  footer .tel {
    font-size: 35.56px;
    line-height: 60.48px;
    margin: 22px 0 23px;
  }
  footer .tel span {
    font-size: 19.37px;
    margin-bottom: -25px;
  }
  footer .tel small {
    font-size: 16px;
    line-height: 25px;
    margin-top: -7px;
  }
  footer .tel img {
    width: 25px;
    margin: -10px 5px 0 0;
  }
  footer .reserve {
    width: 274px;
    margin: 0 auto;
  }
  footer .reserve:before {
    width: 16px;
    right: 24px;
  }
  footer .reserve a {
    font-size: 18.23px;
    line-height: 39px;
    padding: 3px 0 5px 39px;
  }
  footer .reserve a:hover {
    color: #000;
  }
  footer .reserve:hover:before {
    background-image: url("../img/shared/arrow.png");
  }
  footer .social-pc {
    justify-content: flex-start;
    margin: 32px 0 0 126px;
  }
  footer .social-pc li {
    width: 32px;
  }
  footer .social-pc li:first-child {
    width: 69px;
    padding-bottom: 5px;
  }
  footer .social-pc li:nth-child(2) {
    margin: 0 22px 0 24px;
  }
  footer .colr {
    width: 530px;
    float: right;
    margin-right: -30px;
  }
  footer .colr dl {
    line-height: 25px;
  }
  footer .colr dl dt {
    width: 157px;
  }
  footer .colr dl + dl {
    margin-top: 25px;
  }
  footer .ft-bot {
    font-size: 14px;
    line-height: 32px;
    padding: 30px 0 54px;
    margin-top: 105px;
  }
  footer .ft-bot nav {
    background: rgba(0, 0, 0, 0.3);
    padding: 18px 0 19px;
    margin-bottom: 37px;
  }
  footer .ft-bot nav ul {
    display: flex;
    justify-content: center;
  }
  footer .ft-bot nav ul a {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  footer .ft-bot nav ul a:hover {
    opacity: 0.7;
  }
  footer .ft-bot nav ul li + li {
    margin-left: 21px;
  }
  footer .ft-bot address {
    margin-top: 22px;
  }
  footer .ft-bot .cookies_link a:hover {
    text-decoration: underline;
  }
}

.ft_fixed_shared {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.ft_fixed_shared a {
  display: block;
}
.ft_fixed_shared a:hover img {
  opacity: 1 !important;
}
.ft_fixed_shared li:first-child {
  width: 15%;
  text-align: center;
}
.ft_fixed_shared li:first-child a {
  padding: 9px 0;
}
.ft_fixed_shared li:first-child img {
  width: 15.5px;
}
.ft_fixed_shared li:nth-child(2) {
  width: 35%;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  font-size: 11px;
  position: relative;
}
.ft_fixed_shared li:nth-child(2):before {
  content: "";
  width: 13px;
  background-image: url("../img/shared/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}
.ft_fixed_shared li:nth-child(2) a {
  padding: 10px 20px 10px 0;
}
.ft_fixed_shared li:nth-child(3) {
  width: 50%;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: left;
  position: relative;
}
.ft_fixed_shared li:nth-child(3):before {
  content: "";
  width: 13px;
  background-image: url("../img/shared/arrow-wh.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}
.ft_fixed_shared li:nth-child(3) a {
  padding-top: 4px;
}
.ft_fixed_shared li:nth-child(3) img {
  width: 49px;
  margin: -4px 4px 0 0;
}
@media only screen and (min-width: 370px) {
  .ft_fixed_shared li:nth-child(2):before {
    right: 15px;
  }
  .ft_fixed_shared li:last-child {
    font-size: 14px;
  }
  .ft_fixed_shared li:last-child:before {
    right: 10px;
  }
  .ft_fixed_shared li:last-child img {
    margin: -4px 10px 0 0;
  }
}

#pagetop {
  width: 40px;
  bottom: 55px;
}
@media only screen and (min-width: 768px) {
  #pagetop {
    width: 70px;
    bottom: 15px;
  }
}

/*=============================================
* .socialbuttons
*=============================================*/
/*=============================================
* copyright
*=============================================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer .ft-bot{
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #000;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .ft-bot{
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #000;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}


/* iPhone 11 */

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3 / 1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
  footer .ft-bot{
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #000;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}
@media all and (-ms-high-contrast: none) {
  a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .bg-para .img_parallax img {
    height: auto;
  }
}
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
.has_nav footer:after {
    display: none;
  }
}

.course_bnr a{
	margin: 0px auto 10px auto;
	padding: 10px 0;
	display: block;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background:#000; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 95%;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}