@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 100%;
    /* 16px */
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
}

.fs-en, .telphone {
  font-family: "Crimson Text", serif;
  font-style: normal;
}

@media screen {
  #wrapper {
    opacity: 0;
  }

  body.is-loaded #wrapper {
    opacity: 1;
  }
}
/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1 {
  font-size: 1.9rem;
  /* 30px相当 */
}

h2 {
  font-size: 1.69rem;
  /* 27px相当 */
}

h3 {
  font-size: 1.5rem;
  /* 24px相当 */
}

h4 {
  font-size: 1.33rem;
  /* 21px相当 */
}

h5 {
  font-size: 1.19rem;
  /* 19px相当 */
}

h6 {
  font-size: 1.05rem;
  /* 17px相当 */
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.21rem;
    /* 35px相当 */
  }

  h2 {
    font-size: 1.97rem;
    /* 32px相当 */
  }

  h3 {
    font-size: 1.75rem;
    /* 28px相当 */
  }

  h4 {
    font-size: 1.56rem;
    /* 25px相当 */
  }

  h5 {
    font-size: 1.38rem;
    /* 22px相当 */
  }

  h6 {
    font-size: 1.23rem;
    /* 20px相当 */
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.37rem;
    /* 38px相当 */
  }

  h2 {
    font-size: 2.11rem;
    /* 34px相当 */
  }

  h3 {
    font-size: 1.88rem;
    /* 30px相当 */
  }

  h4 {
    font-size: 1.67rem;
    /* 27px相当 */
  }

  h5 {
    font-size: 1.48rem;
    /* 24px相当 */
  }

  h6 {
    font-size: 1.32rem;
    /* 21px相当 */
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.53rem;
    /* 40px相当 */
  }

  h2 {
    font-size: 2.25rem;
    /* 36px相当 */
  }

  h3 {
    font-size: 2rem;
    /* 32px相当 */
  }

  h4 {
    font-size: 1.78rem;
    /* 28px相当 */
  }

  h5 {
    font-size: 1.58rem;
    /* 25px相当 */
  }

  h6 {
    font-size: 1.4rem;
    /* 22px相当 */
  }
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: 2rem;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media print {
  #header {
    position: absolute;
  }
}

/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 100px;
  }
}
.row-head .logo {
  padding-left: min(4vw, 50px);
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.row-head .logo h1 img {
  height: 36px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 23%;
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
@media print, screen and (min-width: 1500px) {
  .row-head .logo {
    flex: 0 0 20%;
  }
}
.row-head .head_contents {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0;
  }
}

/**/
.head_tel {
  display: none;
  margin-left: min(calc(20px + 20 * (100vw - 992px) / 928), 40px);
  padding-left: min(calc(20px + 20 * (100vw - 992px) / 928), 40px);
  border-left: solid 1px #fff;
}
@media print, screen and (min-width: 1500px) {
  .head_tel {
    display: block;
  }
}
.head_tel dl {
  color: #fff;
  font-size: min(calc(11px + 3 * (100vw - 1500px) / 420), 14px);
  line-height: normal;
  display: grid;
  grid-template-columns: 7.5em 1fr;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}
.head_tel dl dt {
  font-size: 1em;
}
.head_tel dl dd {
  font-size: 2em;
  letter-spacing: normal;
  margin: 0;
}
.head_tel dl dd small {
  font-size: 0.571428em;
}

/**/
.head_shop {
  flex: 0 0 min(calc(110px + 60 * (100vw - 992px) / 928), 170px);
  margin-left: min(calc(20px + 20 * (100vw - 992px) / 928), 40px);
}
.head_shop .btn {
  color: #fff;
  font-size: min(calc(14px + 4 * (100vw - 992px) / 928), 18px);
  width: 100%;
  height: 100px;
  display: flex;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #df8425;
}
.head_shop .btn .in {
  display: block;
  margin: auto;
}
.head_shop .btn .in i {
  font-size: 1.16666em;
  line-height: 1;
  letter-spacing: normal;
  display: block;
  margin: 0.5em auto 0;
}

@media screen {
  #header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .row-head .logo h1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 0;
  }
  .row-head .logo h1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url("../images/common/logo2.png") no-repeat center center/contain;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .row-head .logo h1 img {
    transition: opacity 0.3s ease;
  }

  .head_tel {
    transition: border 0.3s ease;
  }
  .head_tel dl {
    color: #fff;
    transition: color 0.3s ease;
  }

  .fixed-nav #header:before {
    opacity: 1;
  }
  .fixed-nav .row-head .logo h1:before {
    opacity: 1;
  }
  .fixed-nav .row-head .logo h1 img {
    opacity: 0;
  }
  .fixed-nav .head_tel {
    border-left-color: #202020;
  }
  .fixed-nav .head_tel dl {
    color: #202020;
  }
}
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    display: block;
  }
}

.list-gnav {
  font-size: min(calc(12px + 6 * (100vw - 992px) / 928), 18px);
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
}
@media print, screen and (min-width: 1500px) {
  .list-gnav {
    font-size: min(calc(14px + 4 * (100vw - 1500px) / 420), 18px);
  }
}
.list-gnav > li {
  padding: 0 1em;
}
.list-gnav > li > button {
  display: none;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  display: block;
  position: relative;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: currentColor;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

@media screen {
  .list-gnav > li > a {
    transition: color 0.3s ease;
  }

  .fixed-nav .list-gnav > li > a {
    color: #202020;
  }
}
/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  height: min(calc(200px + 300 * (100vw - 320px) / 1280), 500px);
  display: flex;
  align-items: center;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding-top: 100px;
  }
}
.main_ttl > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.main_ttl > .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_ttl h2 {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.main_ttl h2 > .fs-en {
  color: #fff;
  font-size: min(calc(15px + 5 * (100vw - 320px) / 1280), 20px);
  text-shadow: 0 0 0.05em rgba(0, 0, 0, 0.25), 0 0 0.1em rgba(0, 0, 0, 0.25), 0 0 0.2em rgba(0, 0, 0, 0.25), 0 0 0.3em rgba(0, 0, 0, 0.5);
  display: block;
}
.main_ttl h2 > .txt {
  color: #fff;
  font-size: min(calc(30px + 35 * (100vw - 320px) / 1280), 65px);
  text-shadow: 0 0 0.05em rgba(0, 0, 0, 0.25), 0 0 0.1em rgba(0, 0, 0, 0.25), 0 0 0.2em rgba(0, 0, 0, 0.25), 0 0 0.3em rgba(0, 0, 0, 0.5);
  display: block;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  width: 100%;
  padding: 6px 0;
  position: absolute;
  z-index: 10;
  transform: translateY(-100%);
}
.breadcrumb_wrap .panlist {
  color: #777;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumb_wrap .panlist > li {
  display: flex;
  align-items: center;
}
.breadcrumb_wrap .panlist > li > a {
  color: #ccc;
  white-space: nowrap;
}
.breadcrumb_wrap .panlist > li.active > a {
  color: #fafafa;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb_wrap .panlist > li + li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}
@media (max-width: 767px) {
  .breadcrumb_wrap {
    display: none;
  }
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: #111 #eeeeee;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #eeeeee;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #111;
}

/* ---  --- */
.page_contact {
  padding: min(calc(50px + 70 * (100vw - 320px) / 1280), 120px) 0;
  background: url("../images/common/page_contact_bg.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.page_contact .page_contact__box {
  padding: min(calc(20px + 50 * (100vw - 320px) / 1280), 70px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.page_contact .page_contact__box h2 {
  font-weight: 600;
  font-size: min(calc(25px + 15 * (100vw - 320px) / 1280), 40px);
}
.page_contact .page_contact__box h2 > .fs-en {
  color: #df8425;
  font-size: 1rem;
  padding-left: 1em;
  display: block;
  position: relative;
}
.page_contact .page_contact__box h2 > .fs-en:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: currentColor;
}
.page_contact .page_contact__box h2 > .txt {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .page_contact .page_contact__box h2 {
    font-size: min(calc(28px + 12 * (100vw - 1200px) / 400), 40px);
  }
  .page_contact .page_contact__box p {
    font-size: min(calc(16px + 2 * (100vw - 1200px) / 400), 18px);
  }
}

.page_contact__item > .col_left {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page_contact__item {
    display: flex;
  }
  .page_contact__item > .col_left {
    flex: 1 1 0;
    margin-bottom: 0;
  }
  .page_contact__item > .col_right {
    flex: 0 0 calc(47.37588% + 30px);
    padding-left: 30px;
  }
}
.page_contact__item > .col_right dl {
  white-space: nowrap;
}
.page_contact__item > .col_right dl dt {
  font-size: 1rem;
  text-align: center;
  width: 7.6875em;
  background-color: #fff;
}
.page_contact__item > .col_right dl dd {
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  margin: 0;
}
.page_contact__item > .col_right dl dd small {
  font-size: 0.5em;
}
.page_contact__item > .col_right p {
  font-weight: 500;
  font-size: 0.875rem;
}
.page_contact__item > .col_right .btns {
  font-size: 16px;
  margin-top: 2em;
}
.page_contact__item > .col_right .btns .btn {
  font-size: 1em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .page_contact__item > .col_right dl dd {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_contact__item > .col_right dl dd {
    font-size: min(calc(30px + 6 * (100vw - 1200px) / 400), 36px);
  }
  .page_contact__item > .col_right .btns {
    font-size: min(calc(16px + 2 * (100vw - 1200px) / 400), 18px);
  }
  .page_contact__item > .col_right .btns .btn {
    white-space: nowrap;
  }
}

.page_contact__item2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page_contact__item2 .btns {
  font-size: 16px;
  text-align: right;
  margin-top: auto;
}
.page_contact__item2 .btns .btn {
  font-size: 1em;
  min-width: 200px;
}
@media print, screen and (min-width: 1600px) {
  .page_contact__item2 .btns {
    font-size: min(calc(16px + 2 * (100vw - 1200px) / 400), 18px);
  }
}

.page_contact__item, .page_contact__item2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1200px) {
  .page_contact__item, .page_contact__item2 {
    max-width: 100%;
    margin: 0;
  }
}

/* ---  --- */
.page_brand_list {
  background-color: #fff;
  background: url("../images/common/page_brand_list_bg.jpg") no-repeat center center/cover;
}
.page_brand_list h3 {
  font-size: 1rem;
  text-align: center;
  border-bottom: solid 1px #e1e1e1;
}
.page_brand_list h3 > .fs-en {
  color: #838383;
  font-size: 16px;
  line-height: normal;
  display: block;
  margin-bottom: 0.35em;
}
.page_brand_list h3 > .txt {
  font-size: 32px;
  display: block;
  padding-bottom: 1em;
}

.page_brand_list__banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.6vw, 60px);
}
.page_brand_list__banner .item {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_brand_list__banner {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* ---  --- */
.page_access {
  padding: min(calc(50px + 40 * (100vw - 320px) / 1280), 90px) 0;
  background: url("../images/common/bg001.jpg");
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .page_access .page_access__content {
    max-width: 540px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_access .googlemap {
    height: 100%;
    padding-top: 0;
    margin-right: calc(-15px - 50 * (100vw - 320px) / 1280);
  }
}
@media print, screen and (min-width: 1600px) {
  .page_access .googlemap {
    margin-right: calc((1470px - 100vw) / 2);
  }
}

.page_access__content .column1 {
  border-left: solid 8px #df8425;
  padding: min(calc(15px + 15 * (100vw - 320px) / 1280), 30px);
  margin-bottom: 40px;
  background-color: #fafafa;
}
.page_access__content .column1 h3 {
  font-weight: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.25em;
}
.page_access__content .column1 p {
  font-weight: 500;
}
.page_access__content .column2 h4 {
  font-size: 20px;
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page_access__content .column2 * + h4 {
  margin-top: 40px;
}
.page_access__content .column2 p, .page_access__content .column2 ul {
  font-weight: 500;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -280px;
  width: 280px;
  text-align: left;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
@media print, screen and (min-width: 992px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  border-top: solid 1px #ccc;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#sidebar .list-sidenav > li > a {
  color: #202020;
  line-height: 1.5;
  display: block;
  padding: 0.75em 2em 0.75em 1em;
  position: relative;
  transition: color 0.3s ease;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #df8425;
}

/**/
.side_tel {
  padding: 20px 0 40px;
  margin: auto 0 0;
}
.side_tel dl {
  color: #202020;
  font-size: 12px;
  line-height: normal;
  text-align: center;
}
.side_tel dl dt {
  font-size: 1em;
}
.side_tel dl dd {
  font-size: 2.3em;
  letter-spacing: normal;
  margin: 0;
}
.side_tel dl dd small {
  font-size: 0.571428em;
}

/**/
.side_shop .btn {
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 80px;
  display: flex;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #df8425;
}
.side_shop .btn .in {
  display: block;
  margin: auto;
}
.side_shop .btn .in i {
  font-size: 1.16666em;
  line-height: 1;
  letter-spacing: normal;
  margin-left: 10px;
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

.fixed-nav #menuButton span, .fixed-nav #menuButton:before, .fixed-nav #menuButton:after {
  background: #202020;
}
.fixed-nav #menuButton span {
  color: #202020;
}
.fixed-nav #menuButton small {
  color: #202020;
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  padding: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px) 0;
  page-break-inside: avoid;
}

.footer_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer_content h2 {
  font-size: 1rem;
  padding: 0 15%;
  margin-bottom: 40px;
}
.footer_content h2, .footer_content p {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .footer_content h2, .footer_content p {
    text-align: left;
    padding: 0;
  }
}

.foot_tel_list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .foot_tel_list {
    display: flex;
    justify-content: center;
  }
  .foot_tel_list > li + li:before {
    content: "/";
    margin: 0 0.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .foot_tel_list {
    text-align: left;
    justify-content: flex-start;
  }
}

.f-navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f-navi {
    font-size: 16px;
    margin-top: 20px;
    display: block;
  }
}
.f-navi > ul {
  width: 600px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 2em;
}
@media print, screen and (min-width: 992px) {
  .f-navi > ul {
    width: 100%;
    max-width: 500px;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 1500px) {
  .f-navi > ul {
    font-size: 18px;
    max-width: 100%;
  }
}
.f-navi > ul > li > a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.f-navi > ul > li > a:hover {
  opacity: 0.65;
}

.copyright {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin-top: auto;
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .copyright {
    text-align: right;
  }
}

/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.table-design-1 > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1.5em 0;
}
.table-design-1 > tbody > tr > th {
  padding-left: 1em;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th {
  background: #eee;
}
.table-design-2 > tbody > tr > td {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline tbody > tr {
    padding: 1em 0.5em;
  }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td {
    padding: 0;
  }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-style-1 {
  line-height: 1.5;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.6875em;
}
.list-style-1 > li {
  padding-left: 1.25em;
  position: relative;
}
.list-style-1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 0.625em;
  height: 1px;
  background-color: #adadad;
}

.list-dot-1 {
  list-style: none;
  padding-left: 0;
}
.list-dot-1 > li {
  padding-left: 1em;
  position: relative;
}
.list-dot-1 > li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.list-num-1 {
  line-height: 1.5;
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
.list-num-1 > li {
  padding-left: 2em;
  margin-bottom: 0.5em;
  position: relative;
}
.list-num-1 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}
.list-num-1 > li:last-child {
  margin-bottom: 0;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr {
  border-top: solid 1px #c7c7c7;
  height: 0;
}

/* -------------------------------
	figure
-------------------------------- */
.link_figure, a:has(figure) {
  color: inherit;
  text-decoration: none;
}
.link_figure:hover, a:has(figure):hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

.figure_link_1 > .photo {
  width: 100%;
  aspect-ratio: 47 / 45;
  overflow: hidden;
}
.figure_link_1 figcaption {
  border-bottom: solid 1px #e1e1e1;
  position: relative;
}
.figure_link_1 figcaption .ttl {
  font-size: 24px;
  line-height: normal;
  padding: 1em 0;
}
.figure_link_1 figcaption .ttl > .fs-en {
  color: #838383;
  font-size: 1rem;
  display: block;
  margin-bottom: .5em;
}
.figure_link_1 figcaption .ttl > .txt {
  display: block;
}
.figure_link_1 figcaption .arrow {
  display: none;
}
a > .figure_link_1 > .photo img {
  transition: transform 0.7s ease-out;
}
a > .figure_link_1 figcaption .arrow {
  color: #fff;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  width: 60px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #df8425;
  background-color: #df8425;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.5s ease, background 0.5s ease;
}
a > .figure_link_1:hover > .photo img {
  transform: scale(1.07);
}
a > .figure_link_1:hover .arrow {
  color: #df8425;
  background-color: #fff;
}

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font {
  width: auto;
  height: 1em;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* 画像を枠に収める */
.photo-ofi {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* objectの位置 */
.object-lt {
  object-position: left top;
}

.object-lb {
  object-position: left bottom;
}

.object-rt {
  object-position: right top;
}

.object-rb {
  object-position: right bottom;
}

.object-cc {
  object-position: center center;
}

@media print, screen and (min-width: 576px) {
  .object-sm-lt {
    object-position: left top;
  }

  .object-sm-lb {
    object-position: left bottom;
  }

  .object-sm-rt {
    object-position: right top;
  }

  .object-sm-rb {
    object-position: right bottom;
  }

  .object-sm-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .object-md-lt {
    object-position: left top;
  }

  .object-md-lb {
    object-position: left bottom;
  }

  .object-md-rt {
    object-position: right top;
  }

  .object-md-rb {
    object-position: right bottom;
  }

  .object-md-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .object-lg-lt {
    object-position: left top;
  }

  .object-lg-lb {
    object-position: left bottom;
  }

  .object-lg-rt {
    object-position: right top;
  }

  .object-lg-rb {
    object-position: right bottom;
  }

  .object-lg-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1200px) {
  .object-xl-lt {
    object-position: left top;
  }

  .object-xl-lb {
    object-position: left bottom;
  }

  .object-xl-rt {
    object-position: right top;
  }

  .object-xl-rb {
    object-position: right bottom;
  }

  .object-xl-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1600px) {
  .object-xxl-lt {
    object-position: left top;
  }

  .object-xxl-lb {
    object-position: left bottom;
  }

  .object-xxl-rt {
    object-position: right top;
  }

  .object-xxl-rb {
    object-position: right bottom;
  }

  .object-xxl-cc {
    object-position: center center;
  }
}
/**/
.photo img, .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease;
}
a[data-lightbox]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2.5em;
}
.btn-icon-l i {
  left: 1.2em;
}

.btn-icon-r {
  padding-right: 2.5em;
}
.btn-icon-r i {
  right: 1.2em;
}

.btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
}
.btn-1 > .in {
  line-height: 2;
  display: block;
  margin-right: 1em;
  position: relative;
}
.btn-1 > .in:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left bottom;
  background-color: currentColor;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.btn-1 > i {
  color: #fff;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  width: 3.7685em;
  height: 3.7685em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #df8425;
  background-color: #df8425;
  transition: color .3s ease, background .3s ease;
}
.btn-1:hover > .in:after {
  transform: scaleX(1);
  visibility: visible;
}
.btn-1:hover > i {
  color: #df8425;
  background-color: #fff;
}

/* file icon */
.link-icon:before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.link-icon [target="_blank"]:before {
  content: "\f35d";
  font-size: 0.875em;
}

/* -------------------------------
	box
-------------------------------- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-flex-column__inner {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  letter-spacing: normal;
  line-height: 1.2;
}
.telphone small {
  font-size: 0.75em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

a.tel_link {
  color: inherit;
}

/* -------------------------------
	common
-------------------------------- */
/* --▼color-- */
.bg-img-1 {
  background: url("../images/common/bg001.jpg");
}

.bg-img-2 {
  background: url("../images/common/bg_full.jpg") no-repeat center center/cover;
}

/* --▼text-- */
/* --▼font -- */
.fs-xxs {
  font-size: 0.75em !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fwn {
  font-weight: 400 !important;
}

.fwb {
  font-weight: 700 !important;
}

.fs-25-40 {
  font-size: min(calc(25px + 15 * (100vw - 320px) / 1280), 40px);
}

/* --▼margin-- */
/* space */
.mt-50 {
  margin-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
}

.mb-50 {
  margin-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
}

.mtb-50 {
  margin-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  margin-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
}

.mt-60 {
  margin-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
}

.mb-60 {
  margin-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
}

.mtb-60 {
  margin-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  margin-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
}

.mt-70 {
  margin-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
}

.mb-70 {
  margin-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
}

.mtb-70 {
  margin-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  margin-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
}

.mt-80 {
  margin-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
}

.mb-80 {
  margin-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
}

.mtb-80 {
  margin-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  margin-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
}

.mt-90 {
  margin-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
}

.mb-90 {
  margin-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
}

.mtb-90 {
  margin-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  margin-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
}

.mt-100 {
  margin-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
}

.mb-100 {
  margin-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
}

.mtb-100 {
  margin-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  margin-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
}

.mt-150 {
  margin-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
}

.mb-150 {
  margin-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
}

.mtb-150 {
  margin-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  margin-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
}

.pt-50 {
  padding-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
}

.pb-50 {
  padding-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
}

.ptb-50 {
  padding-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  padding-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
}

.pt-60 {
  padding-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
}

.pb-60 {
  padding-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
}

.ptb-60 {
  padding-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  padding-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
}

.pt-70 {
  padding-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
}

.pb-70 {
  padding-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
}

.ptb-70 {
  padding-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  padding-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
}

.pt-80 {
  padding-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
}

.pb-80 {
  padding-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
}

.ptb-80 {
  padding-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  padding-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
}

.pt-90 {
  padding-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
}

.pb-90 {
  padding-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
}

.ptb-90 {
  padding-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  padding-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
}

.pt-100 {
  padding-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
}

.pb-100 {
  padding-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
}

.ptb-100 {
  padding-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  padding-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
}

.pt-150 {
  padding-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
}

.pb-150 {
  padding-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
}

.ptb-150 {
  padding-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  padding-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
}

@media print, screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  }

  .mb-lg-50 {
    margin-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  }

  .mtb-lg-50 {
    margin-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
    margin-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  }

  .mt-lg-60 {
    margin-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  }

  .mb-lg-60 {
    margin-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  }

  .mtb-lg-60 {
    margin-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
    margin-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  }

  .mt-lg-70 {
    margin-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  }

  .mb-lg-70 {
    margin-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  }

  .mtb-lg-70 {
    margin-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
    margin-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  }

  .mt-lg-80 {
    margin-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  }

  .mb-lg-80 {
    margin-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  }

  .mtb-lg-80 {
    margin-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
    margin-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  }

  .mt-lg-90 {
    margin-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  }

  .mb-lg-90 {
    margin-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  }

  .mtb-lg-90 {
    margin-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
    margin-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  }

  .mt-lg-100 {
    margin-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  }

  .mb-lg-100 {
    margin-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  }

  .mtb-lg-100 {
    margin-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
    margin-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  }

  .mt-lg-150 {
    margin-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  }

  .mb-lg-150 {
    margin-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  }

  .mtb-lg-150 {
    margin-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
    margin-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  }
}
@media print, screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  }

  .pb-lg-50 {
    padding-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  }

  .ptb-lg-50 {
    padding-top: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
    padding-bottom: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px);
  }

  .pt-lg-60 {
    padding-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  }

  .pb-lg-60 {
    padding-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  }

  .ptb-lg-60 {
    padding-top: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
    padding-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  }

  .pt-lg-70 {
    padding-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  }

  .pb-lg-70 {
    padding-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  }

  .ptb-lg-70 {
    padding-top: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
    padding-bottom: min(calc(30px + 40 * (100vw - 320px) / 1280), 70px);
  }

  .pt-lg-80 {
    padding-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  }

  .pb-lg-80 {
    padding-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  }

  .ptb-lg-80 {
    padding-top: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
    padding-bottom: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px);
  }

  .pt-lg-90 {
    padding-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  }

  .pb-lg-90 {
    padding-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  }

  .ptb-lg-90 {
    padding-top: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
    padding-bottom: min(calc(30px + 60 * (100vw - 320px) / 1280), 90px);
  }

  .pt-lg-100 {
    padding-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  }

  .pb-lg-100 {
    padding-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  }

  .ptb-lg-100 {
    padding-top: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
    padding-bottom: min(calc(30px + 70 * (100vw - 320px) / 1280), 100px);
  }

  .pt-lg-150 {
    padding-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  }

  .pb-lg-150 {
    padding-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  }

  .ptb-lg-150 {
    padding-top: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
    padding-bottom: min(calc(45px + 105 * (100vw - 320px) / 1280), 150px);
  }
}
/**/
.ml-full {
  margin-left: -15px;
}

.mr-full {
  margin-right: -15px;
}

@media print, screen and (min-width: 576px) {
  .ml-full, .ml-sm-full {
    margin-left: calc((510px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full {
    margin-right: calc((510px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .ml-full, .ml-sm-full, .ml-md-full {
    margin-left: calc((690px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full {
    margin-right: calc((690px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ml-full, .ml-sm-full, .ml-md-full, .ml-lg-full {
    margin-left: calc((930px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full, .mr-lg-full {
    margin-right: calc((930px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-full, .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full {
    margin-left: calc((1110px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full {
    margin-right: calc((1110px - 100vw) / 2);
  }
}
/**/
@media print, screen and (min-width: 992px) {
  .ml-lg-half {
    margin-left: calc((930px - 100vw) / 4);
  }

  .mr-lg-half {
    margin-right: calc((930px - 100vw) / 4);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-lg-half, .ml-xl-half {
    margin-left: calc((1110px - 100vw) / 4);
  }

  .mr-lg-half, .mr-xl-half {
    margin-right: calc((1110px - 100vw) / 4);
  }
}
/* 横幅いっぱいに広げるスタイル */
.ml-full {
  margin-left: -15px;
}

.mr-full {
  margin-right: -15px;
}

@media print, screen and (min-width: 576px) {
  .ml-sm-full {
    margin-left: calc((510px - 100vw) / 2);
  }

  .mr-sm-full {
    margin-right: calc((510px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .ml-sm-full, .ml-md-full {
    margin-left: calc((690px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full {
    margin-right: calc((690px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full {
    margin-left: calc((930px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full {
    margin-right: calc((930px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full {
    margin-left: calc((1110px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full {
    margin-right: calc((1110px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 1600px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full, .ml-xxl-full {
    margin-left: calc((1470px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full, .mr-xxl-full {
    margin-right: calc((1470px - 100vw) / 2);
  }
}
/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .container-fluid-xl {
    min-width: 1500px !important;
  }

  .row {
    overflow: visible !important;
  }

  [class^="col"], [class*=" col"], [class^="col-"], [class*=" col-"] {
    page-break-inside: avoid;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* firefox　ハック */
@-moz-document url-prefix() {
  @page {
    margin: auto;
  }
}

/*# sourceMappingURL=screen.css.map */
