@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 16.5in 25.5in;
    width: 1400px;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #484848;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 1200px;
  }
  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.19rem;
    padding-right: 0.19rem;
  }
  .md {
    display: none !important;
  }
}
.navigation-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.navbar-link {
  color: #484848;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .header-navigation {
    padding: 12px 0 14px;
  }
  .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .navigation-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 154px;
    min-height: 48px;
    padding: 0 10px;
    position: relative;
  }
  .navigation-list li:last-child::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-left: 1px solid #cecece;
    width: 1px;
    height: 100%;
  }
  .navigation-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-left: 1px solid #cecece;
    width: 1px;
    height: 100%;
  }
  .navbar-link {
    font-size: 0.15rem;
    width: 100%;
    padding: 6px 0;
    display: block;
    text-align: center;
  }
}
header {
  position: relative;
  width: 100%;
  z-index: 99;
}
header .header-wrapper {
  margin: 0 auto;
}
header .header-top {
  position: relative;
}
header .header-logo {
  font-size: unset;
  margin-bottom: 0;
}
header .logo-image {
  display: block;
}
header .header-support {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
header .header-support a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  font-weight: bold;
}
header .header-support a.is-reservation {
  background: #229169;
}
header .header-support a.is-reservation span::before {
  background-image: url(../img/common/icn_reservation.svg);
}
header .header-support a.is-consultation {
  background: #80cb69;
}
header .header-support a.is-consultation span::before {
  background-image: url(../img/common/icn_consultation.svg);
}
header .header-support a.is-catalog {
  background: #246924;
}
header .header-support a.is-catalog span::before {
  background-image: url(../img/common/icn_catalog.svg);
}
header .header-support a.is-event {
  background: #229169;
}
header .header-support a.is-event span::before {
  background-image: url(../img/common/icn_event.svg);
}
header .header-support span {
  display: block;
  position: relative;
}
header .header-support span::before {
  position: absolute;
  content: "";
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 0;
  background: center/contain no-repeat;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1200px;
  }
  header.header-sub {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
  }
  header.header-sub .header-support li {
    height: 75px;
  }
  header.header-sub .header-support span {
    padding-top: 28px;
  }
  header.header-sub .header-support span::before {
    width: 28px;
    height: 28px;
  }
  header .header-wrapper {
    width: 1080px;
  }
  header .header-top {
    padding: 23px 300px 23px 0;
  }
  header .header-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .header-support {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
  }
  header .header-support li {
    width: 90px;
    height: 90px;
  }
  header .header-support a {
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
  header .header-support a.is-catalog span::before {
    margin-top: -3px;
  }
  header .header-support span {
    padding-top: 43px;
  }
  header .header-support span::before {
    width: 38px;
    height: 38px;
  }
  header .header-logo {
    width: 240px;
    margin-right: 26px;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0.07rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.07rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-0.07rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.07rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.07rem) rotate(0);
  }
  100% {
    transform: translateY(0.07rem) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.07rem) rotate(0);
  }
  100% {
    transform: translateY(-0.07rem) rotate(-45deg);
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0.1rem 0;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.1);
  }
  header .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0.07rem 0 0.15rem;
  }
  header .header-support {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
  header .header-support li {
    width: 1.25rem;
    height: 0.63rem;
  }
  header .header-support a {
    /*font-size: 0.11rem;*/
	background: #68ba82;
    border-left: 1px solid #fff;
    text-decoration: none;
    font-size: 0.12rem;
    padding: 5px;
  }
  header .header-support li:first-child a {
    border-left: none;
  }
  header .header-support span {
    padding-top: 0.4rem;
  }
  header .header-support span::before {
    width: 0.38rem;
    height: 0.38rem;
  }
  header .header-logo {
    width: 1.83rem;
  }
  header .header-logo img {
    width: 100%;
  }
  header .header-navigation {
    position: fixed;
    width: 100%;
    top: 0.6rem;
    height: calc(100vh - 0.6rem);
    overflow-y: auto;
    /*padding: 0.07rem 0.19rem 1.2rem;*/
	padding: 0.07rem 0.19rem 1.8rem;
    left: 0;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: inset 0 0.02rem 0.03rem rgba(0, 0, 0, 0.1);
  }
  header .navigation-list {
    /*display: block;*/
    z-index: 2;
    position: relative;
    margin: 0 auto 0.26rem;
	display: flex;
    flex-wrap: wrap;
  }
  header .navigation-list > li {
    border-bottom: 0.01rem solid #dedede;
    position: relative;
	width: 49%;
    margin: 0 2% 0 0;
  }
  header .navigation-list > li:nth-child(2n) {
    margin: 0;
  }
  header .navigation-list a {
    /*padding: 0.21rem 0.4rem 0.21rem 0.1rem;*/
	padding: 0.15rem 0.1rem 0.15rem 0.1rem;
    display: block;
    color: #484848;
    font-size: 0.14rem;
  }
  header .navigation-item-heading {
    position: relative;
  }
  header .button-dropdown {
    position: absolute;
    right: -0.03rem;
    top: 0;
    /*width: 0.5rem;*/
    height: 100%;
	width: 0.3rem;
  }
  header .button-dropdown::before, header .button-dropdown::after {
    position: absolute;
    content: "";
    /*width: 0.17rem;*/
	width: 0.12rem;
    border-bottom: solid 0.01rem #484848;
    top: 50%;
    right: 0.15rem;
  }
  header .button-dropdown::before {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  header .button-dropdown::after {
    transition: transform 0.3s ease;
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
  }
  header .button-dropdown.is-active::after {
    -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
  }
  header .navigation-item-content {
    display: none;
  }
  header .navigation-sublist {
    list-style-type: none;
    padding: 0.23rem 0;
    margin: 0;
    border-top: 0.01rem solid #dedede;
  }
  header .navigation-sublist li {
    margin-bottom: 0.22rem;
  }
  header .navigation-sublist li:last-child {
    margin-bottom: 0;
  }
  header .navigation-sublist a {
    position: relative;
    /*padding: 0 0.25rem 0 0.38rem;*/
	padding: 0 0 0 0.25rem;
	font-size: 0.12rem;
  }
  header .navigation-sublist a::before {
    position: absolute;
    content: "";
    /*left: 0.17rem;*/
	left: 0.1rem;
    top: 44%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background: url("../img/common/icn_arrow_sublist.svg") center/contain no-repeat;
    width: 0.06rem;
    height: 0.11rem;
  }
  header .navbar-link {
    font-size: 0.14rem;
  }
  header .button-menu {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  header .button-menu span {
    display: block;
    width: 0.22rem;
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #707070;
    left: 50%;
    margin-left: -0.11rem;
  }
  header .button-menu span:nth-child(1) {
    top: 0.12rem;
    animation: menu-bar01 0.75s forwards;
  }
  header .button-menu span:nth-child(2) {
    top: 0.19rem;
    transition: opacity 0.25s 0.25s;
  }
  header .button-menu span:nth-child(3) {
    top: 0.26rem;
    animation: menu-bar02 0.75s forwards;
  }
  header .button-menu.is-active span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  header .button-menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  header .button-menu.is-active span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
  header .navigation-support {
    padding-left: 0;
    list-style-type: none;
    /*margin: 0 auto 0.65rem;
    width: 2.3rem;*/
	width: 100%;
    margin: 0.2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  header .navigation-support li {
    /*margin-bottom: 0.15rem;*/
	margin-bottom: 0;
    width: calc((100% - 20px) / 3);
  }
  header .navigation-support a {
    /*font-size: 0.15rem;*/
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    /*height: 0.7rem;*/
    width: 100%;
    font-weight: bold;
	font-size: 0.14rem;
	height: auto;
    padding: 20px 5px 15px;
    border-radius: 5px
  }
  header .navigation-support a.is-reservation {
    background: #229169;
  }
  header .navigation-support a.is-reservation span::before {
    background-image: url(../img/common/icn_reservation.svg);
  }
  header .navigation-support a.is-consultation {
    background: #80cb69;
  }
  header .navigation-support a.is-consultation span::before {
    background-image: url(../img/common/icn_consultation.svg);
    left: -0.01rem;
  }
  header .navigation-support a.is-catalog {
    background: #246924;
  }
  header .navigation-support a.is-catalog span {
    /*padding-left: 0.28rem;*/
	padding-left: 0;
  }
  header .navigation-support a.is-catalog span::before {
    background-image: url(../img/common/icn_catalog.svg);
    /*left: -0.06rem;*/
	left: unset;
  }
  header .navigation-support a.is-event {
    background: #229169;
  }
  header .navigation-support a.is-event span::before {
    background-image: url(../img/common/icn_event.svg);
  }
  header .navigation-support span {
    display: block;
    position: relative;
    /*padding-left: 0.32rem;*/
	padding-left: 0;
  }
  header .navigation-support span::before {
    content: "";
    background: center/contain no-repeat;	
	position: relative;
    left: unset;
    -ms-transform: unset;
        transform: unset;
    top: unset;
    width: 0.28rem;
    height: 0.28rem;
    display: block;
    margin: 0 auto 10px;
	/*position: absolute;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 47%;
    width: 0.28rem;
    height: 0.28rem;*/
  }
  header .navigation-support-2 {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    margin: 0.2rem auto 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  header .navigation-support-2 li {
	margin-bottom: 0;
    width: calc((100% - 20px) / 3);
  }
  header .navigation-support-2 a {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: bold;
	font-size: 0.14rem;
	height: auto;
    padding: 15px 5px;
    border-radius: 5px;
  }
  header .navigation-support-2 a.is-srlp {
    background: #978a48;
  }
  header .navigation-support-2 a.is-srlp span::before {
    background-image: url(../img/common/icn_sr.svg);
  }
  header .navigation-support-2 span {
    display: block;
    position: relative;
    padding-left: 0;
  }
  header .navigation-support-2 span::before {
    content: "";
    background: center/contain no-repeat;
    position: relative;
    left: unset;
    -ms-transform: unset;
        transform: unset;
    top: unset;
    width: 0.28rem;
    height: 0.28rem;
    display: inline-block;
    margin: 0 10px -8px 0;
  }
  header .navigation-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0.4rem;
  }
  header .social-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .social-list a {
    display: block;
    margin-right: 0.06rem;
    width: 0.32rem;
    height: 0.32rem;
    background: center/cover no-repeat;
  }
  header .social-list a.is-facebook {
    background-image: url(../img/common/icn_facebook.svg);
  }
  header .social-list a.is-instagram {
    background-image: url(../img/common/icn_instagram.svg);
  }
  header .social-line {
    display: block;
    width: 1.6rem;
    height: 0.16rem;
    background: url(../img/common/line_txt.svg) center/cover no-repeat;
  }
  header .navigation-privacy {
    display: table;
    margin: 0 auto;
    font-size: 0.12rem;
    text-underline-offset: 0.02rem;
    text-align: center;
    color: #484848;
  }
}
footer a {
  color: #484848;
}
footer .footer-inner {
  background: #f7f7f7;
  letter-spacing: 0.025em;
}
footer .footer-logo {
  display: block;
}
footer .logo-image {
  display: block;
}
footer .footer-list,
footer .footer-sublist,
footer .footer-link,
footer .social-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-phone a {
  text-decoration: none;
}
footer .footer-privacy {
  text-underline-offset: 0.02rem;
}
footer .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .social-list a {
  display: block;
  background: center/cover no-repeat;
}
footer .social-list a.is-facebook {
  background-image: url(../img/common/icn_facebook.svg);
}
footer .social-list a.is-instagram {
  background-image: url(../img/common/icn_instagram.svg);
}
footer .social-line {
  display: block;
  background: url(../img/common/line_txt.svg) center/cover no-repeat;
}
footer .footer-copyright {
  display: block;
  text-align: center;
  color: #707070;
}
footer .footer-sublist-item a {
  position: relative;
}
footer .footer-sublist-item a::before {
  content: "-";
  display: inline-block;
  position: relative;
}

@media print, (min-width: 768px) {
  footer .footer-inner {
    padding: 42px 0 72px;
    font-size: 0.14rem;
  }
  footer .footer-content {
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-detail {
    line-height: 1.7857142857;
    margin-right: 33px;
    padding-top: 19px;
    width: 233px;
  }
  footer .footer-logo {
    width: 217px;
    margin-bottom: 26px;
  }
  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1;
        flex: 1;
    line-height: 2.5;
    margin-bottom: -16px;
  }
  footer .footer-item {
    padding: 7px 33px 10px 26px;
    border-left: 1px solid #d1d1d1;
    margin-bottom: 16px;
  }
  footer .footer-item:last-child {
    border-right: 1px solid #d1d1d1;
  }
  footer .footer-phone {
    margin-bottom: 19px;
  }
  footer .footer-phone a {
    pointer-events: none;
  }
  footer .footer-privacy {
    font-size: 0.13rem;
  }
  footer .footer-social {
    margin-bottom: 18px;
    margin-left: -2px;
  }
  footer .social-list a {
    margin-right: 6px;
    width: 32px;
    height: 32px;
  }
  footer .social-line {
    width: 160px;
    height: 16px;
  }
  footer .footer-copyright {
    padding: 21px 0 26px;
    font-size: 0.1rem;
  }
  footer .footer-sublist-item a::before {
    margin-right: 5px;
    top: 0;
  }
  .is-mac footer .footer-sublist-item a::before {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner {
    padding: 0.48rem 0 0.43rem;
    font-size: 0.14rem;
  }
  footer .footer-detail {
    line-height: 1.7857142857;
    text-align: center;
  }
  footer .footer-logo {
    width: 2.17rem;
    margin: 0 auto 0.33rem;
  }
  footer .footer-phone {
    margin: 0 auto 0.19rem;
    text-align: left;
    width: 1.62rem;
  }
  footer .footer-privacy {
    font-size: 0.12rem;
  }
  footer .footer-social {
    margin-bottom: 0.35rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .social-list a {
    margin-right: 0.06rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  footer .social-line {
    width: 1.6rem;
    height: 0.16rem;
  }
  footer .footer-copyright {
    padding: 0.08rem 0 0.75rem;
    font-size: 0.1rem;
  }
  footer .button-to-top {
    position: fixed;
    bottom: 1.09rem;
    right: 0.09rem;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(139, 139, 139, 0.85);
    transition: opacity 0.3s ease;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    display: none;
    z-index: 1;
  }
  footer .button-to-top:hover {
    opacity: 0.8;
  }
  footer .button-to-top span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/icn_arrow_top.svg) center/0.07rem auto no-repeat;
  }
}
.section-banner-primary .banner-list,
.section-banner-secondary .banner-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-banner-primary .banner-item a,
.section-banner-secondary .banner-item a {
  display: block;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .section-banner-primary,
.section-banner-secondary {
    padding-top: 77px;
    margin-bottom: 39px;
  }
  .section-banner-primary .banner-list,
.section-banner-secondary .banner-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-banner-primary .banner-item,
.section-banner-secondary .banner-item {
    width: 525px;
    margin-bottom: 30px;
  }
  .section-banner-primary .banner-item.is-full,
.section-banner-secondary .banner-item.is-full {
    width: 100%;
  }
  .section-banner-secondary {
    margin-bottom: 45px;
  }
  .section-banner-secondary .banner-item.is-full {
    margin-right: -1px;
    width: 1081px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-banner-primary,
.section-banner-secondary {
    padding-top: 0.41rem;
    margin-bottom: 0.34rem;
  }
  .section-banner-primary .banner-list,
.section-banner-secondary .banner-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-banner-primary .banner-item,
.section-banner-secondary .banner-item {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .section-banner-primary .banner-item:nth-child(2) {
    -ms-flex-order: 2;
        order: 2;
  }
  .section-banner-primary .banner-item:nth-child(3) {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media print, (min-width: 768px) {
  .section-banner-primary.is-custom {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .section-banner-primary.is-custom .banner-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-banner-primary.is-custom {
    padding-top: 0.5rem;
  }
  .section-banner-primary.is-custom .banner-item:nth-child(2) {
    -ms-flex-order: unset;
        order: unset;
  }
}
.section-lineup-keyvisual {
  position: relative;
  z-index: 1;
}
.section-lineup-keyvisual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-lineup-keyvisual .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-lineup-keyvisual .keyvisual-title {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-lineup-keyvisual {
    background: url(../img/lineup/keyvisual_img.jpg) center/cover no-repeat;
  }
  .section-lineup-keyvisual .wrapper {
    min-height: 200px;
  }
  .section-lineup-keyvisual .keyvisual-title {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-lineup-keyvisual {
    background: url(../img/lineup/sp/keyvisual_img.jpg) center/cover no-repeat;
  }
  .section-lineup-keyvisual .wrapper {
    min-height: 1.5rem;
  }
  .section-lineup-keyvisual .keyvisual-title {
    font-size: 0.18rem;
  }
}

.section-lineup .lineup-detail {
	position: relative;
}
.section-lineup .lineup-title {
	display: flex;
	flex-wrap: wrap;
}
.section-lineup .lineup-title .num {
	display: block;
	border-bottom: 1px solid #484848;
}
.section-lineup .lineup-title h2 {
	margin: 0;
}
.section-lineup .lineup-txt {
	line-height: 1.6;
}
.section-lineup .section-lineup-link {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}
.section-lineup.glanz .section-lineup-link {
	background: #2b79cf;
}
.section-lineup.reform .section-lineup-link {
	background: #039b64;
}
.section-lineup.renovation .section-lineup-link {
	background: #a59b65;
}
@media print, (min-width: 768px) {
	.section-lineup {
		padding: 55px 0 0;
	}
	.section-lineup.glanz {
		padding: 115px 0 0;
	}
	.section-lineup.renovation {
		padding: 55px 0 115px;
	}
	.section-lineup .lineup-image {
		margin-bottom: 40px;
	}
	.section-lineup .lineup-detail {
		width: 980px;
		margin: auto;
	}
	.section-lineup .lineup-title {
		margin-bottom: 30px;
		align-items: center;
	}
	.section-lineup .lineup-title .num {
		width: 40px;
		padding-bottom: 10px;
        margin-right: 30px;
	}
	.section-lineup .lineup-title h2 {
		font-size: 30px;
	}
	.section-lineup .lineup-txt {
		font-size: 16px;
	}
	.section-lineup .section-lineup-link {
		position: absolute;
		min-width: 210px;
		padding: 13px 5px;
		font-size: 18px;
		top: 0;
		right: 0;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-lineup {
		padding: 0.35rem 0 0.56rem;
	}
	.section-lineup .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.section-lineup.renovation {
		padding: 55px 0 95px;
	}
	.section-lineup .lineup-image {
		margin-bottom: 25px;
	}
	.section-lineup .lineup-image img {
		width: 100%;
	}
	.section-lineup .lineup-detail {
		margin: auto;
		margin-left: 0.19rem;
		margin-right: 0.19rem;
	}
	.section-lineup .lineup-title {
		margin-bottom: 25px;
		align-items: flex-start;
	}
	.section-lineup .lineup-title .num {
		width: 10%;
        padding: 2px 0 10px;
        margin-right: 8%;
	}
	.section-lineup .lineup-title h2 {
		width: 82%;
		font-size: 24px;
		line-height: 1.4;
	}
	.section-lineup .lineup-title h2 span {
		display: block;
		font-size: 18px;
		margin-left: -10px;
	}
	.section-lineup .lineup-txt {
		font-size: 14px;
        line-height: 1.8;
		margin-bottom: 35px;
	}
	.section-lineup .section-lineup-link {
		width: 220px;
		padding: 15px 5px;
		font-size: 15px;
		margin: 0 auto;
	}
}
/*# sourceMappingURL=after_support.css.map */