﻿/*----------------------------------------------------------------------------------------------------

  メインビジュアル
  
----------------------------------------------------------------------------------------------------*/
.mainVisual {
  position: relative;
  overflow: hidden;
}

.mainVisual .slick-list, .mainVisual .slick-track {
  width: 100%;
  height: 100%;
}

.mv-cc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 16%;
  z-index: 2;
  color: #fff;
  line-height: 2;
}

.mv-cc__main {
  letter-spacing: 0.05em;
  font-weight: 600;
}

.mv-cc__sub {
  letter-spacing: 0.1em;
  font-weight: 400;
}

.mv-slider {
  list-style: none;
  height: 100%;
}

.mv-slider li {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.mv-slider img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media print, screen and (min-width:641px) {
  .mainVisual {
    width: 100%;
    height: 480px;
  }

  .mv-cc {
    font-size: var(--fs-m);
  }
}

@media screen and (min-width:641px) and (max-width:1280px) {
  .mainVisual {
    height: -webkit-calc(420 / 1280 * 100vw);
    height: calc(420 / 1280 * 100vw);
    min-height: 420px;
  }
}

@media screen and (max-width:640px) {
  .mainVisual {
    height: -webkit-calc(420 / 640 * 100vw);
    height: calc(420 / 640 * 100vw);
    min-height: 260px;
  }

  .mv-cc {
    font-size: var(--fs-3s);
  }
}

/*-----------------------------------------------------------------------------------
  dots
-----------------------------------------------------------------------------------*/
.mv-dots {
  width: 100%;
  padding-bottom: 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.mv-dots .slick-dots li button:before {
  opacity: 1;
  border: 0;
  background-color: #fff;
  transition: background 0.15s ease-out, border 0.15s ease-out;
}

.mv-dots .slick-dots li.slick-active button:before {
  background-color: var(--fc-link);
}
/*----------------------------------------------------------------------------------------------------

  セミナーのお知らせ
  
----------------------------------------------------------------------------------------------------*/
.seminarInfo {
  background-repeat: no-repeat;
  background-color: rgba(var(--color-gray01), 1);
	padding-bottom: 80px !important;
}
.seminarInfoInner {
  max-width: 900px;
  background-color: rgba(255, 255, 255, 1);
  margin-left: auto;
  margin-right: auto;
	
  padding: var(--block-space-l) var(--block-space-s) var(--block-space-m);
}
.seminarInfoContents {
    display: flex;
    justify-content: space-between;
}
.seminarInfoContents::after {
    display: inherit;
}
.seminarInfoContents .img {
    width: calc(25% - 24px);
}
.seminarInfoContents .description {
    width: calc(75% - 24px);
}
@media screen and (max-width:640px) {
    .seminarInfoContents {
        display: block;
    }
    .seminarInfoContents .img {
        width: 80%;
        margin: 0 auto 36px;
    }
    .seminarInfoContents .description {
        width: 100%;
    }
    .seminarInfoContents .p-btn {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
}


/*----------------------------------------------------------------------------------------------------

  お知らせ
  
----------------------------------------------------------------------------------------------------*/
.sec-info {
  background-repeat: no-repeat;
  background-color: rgba(var(--color-gray01), 1);
  /* background-image: url(../image/contents/top/info-back.jpg); */
}

.sec-info {
  padding-top: var(--block-space-l);
  padding-bottom: var(--block-space-l);
}

/* .sec-info a {
  pointer-events: none;
} */

.info-hdLine {
  text-align: center;
}

/* .info-hdLine::before{
left:50%;
transform:translateX(-50%)
} */

.info {
  max-width: 900px;
  background-color: rgba(255, 255, 255, 1);
  margin-left: auto;
  margin-right: auto;
}

.info {
  padding: var(--block-space-l) var(--block-space-s) var(--block-space-m);
}

/* .info-list .js__linkBox{
  pointer-events: none;
} */

.info-list {
  list-style: none;
}

.info-list li .ttl .cate {
  padding: 3px 10px 4px;
}

.info-list li {
  margin-bottom: var(--block-space-m);
}

.info-list li span.date {
  margin-right: var(--block-space-unit);
}

.info-list a,
.info-list a:visited,
.info-list a:hover {
  color: inherit;
  text-decoration: none;
}

.info-list li {
  display: flex;
  justify-content: flex-start;
}

.info-list li span.date {
  display: block;
  font-weight: 600;
  line-height: var(--line-height-m);
}

.info-list li span.cate+span {
  display: block;
}

.info-list li span.cate+span {
  margin-top: 10px;
}

.info-btn {
  text-align: center;
}


/* .sec-info {
  padding-bottom: var(--block-space-s);
}
.info {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  text-align: left;
  line-height: var(--line-height-m);
}
.info-hdLine {
  color: rgba(var(--color-8),1);
  font-weight: 500;
  font-size: var(--fs-3l);
}
.info-list {
  list-style: none;
}
.info-list li .date {
  color: rgba(var(--color-5),1);
  font-size: var(--fs-s);
  padding-top: 0.1em;
}
.info-list li .ttl {
  display: block;
}
.info-btn {
  text-align: center;
}
.info-list a,
.info-list a:visited,
.info-list a:hover {
  color: inherit;
  text-decoration: none;
}
.ua-pc .info-list a:hover,
.ua-pc .info-list .js__linkBox:hover a {
  color: var(--fc-link);
  text-decoration: underline;
}
@media print, screen and (min-width:641px) {
  .sec-info {
    padding-top: var(--block-space-max);
    padding-left: var(--side-space);
    padding-right: var(--side-space);
  }
  .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--box-space-l) 0;
    position: relative;
  }
  .info-hd {
    text-align: center;
    width: 30%;
    max-width: 340px;
    -ms-flex-item-align: center;
    align-self: center;
    padding-bottom: 4em;
  }
  .info-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: var(--box-space-l);
  }
  .info-list li:not(:first-child) {
    padding-top: 0.75em;
  }
  .info-btn {
    width: 30%;
    max-width: 340px;
    position: absolute;
    left: 0;
    bottom: 2.5em;
    padding: 0 var(--box-space-l);
  }
  .info-btn .p-btn {
    width: 90%;
    max-width: 220px;
  }
}
@media print, screen and (min-width:401px) {
  .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .info-list li .date {
    width: 9em;
  }
  .info-list li .ttl {
    width: -webkit-calc(100% - 9em);
    width: calc(100% - 9em);
  }
}
@media screen and (max-width:640px) {
  .info {
    padding: var(--block-space-max) var(--side-space);
  }
  .info-hd {
    text-align: center;
  }
  .info-list {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  .info-list li:not(:first-child) {
    padding-top: 1em;
  }
  .info-btn {
    padding-top: 1.5em;
  }
  .info-btn .p-btn {
    width: 60%;
    max-width: 240px;
  }
} */

/*----------------------------------------------------------------------------------------------------

  コンテンツタブ
  
----------------------------------------------------------------------------------------------------*/
/* .sec-contents-tab {
  padding-top: var(--block-space-max);
} */

.contents-tab-lead {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--block-space-m);
  padding-bottom: var(--block-space-l);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

.contents-tab {
  padding-top: var(--block-space-l);
  padding-bottom: var(--block-space-l);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  position: relative;
  overflow: hidden;
  background-color: rgba(var(--color-blue01), 1);
}

/* .contents-tab:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-1),1);
  position: absolute;
  left: 0;
  top: var(--block-space-max);
  z-index: -1;
} */
.contents-tab-list {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-tab-list__box {
  position: relative;
  padding: var(--box-space-m);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  --contents-tabbox-border: 1px solid rgba(var(--color-5), 0.2);
}

.contents-tab-list__box .ttl {
  font-weight: 400;
  color: rgba(var(--color-8), 1);
  font-size: var(--fs-m);
  font-family: "fot rodin pron";
  font-weight: 700;
}

/* .contents-tab-list__box p {
  font-size: var(--fs-2s);
  padding-top: 1em;
  padding-bottom: 1.5em;
  line-height: var(--line-height-m);
}
.contents-tab-list__box .contents-tab-btn {
  font-size: var(--fs-s);
  width: 100%;
  margin-top: auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
} */
@media print, screen and (min-width:641px) {
  .contents-tab-list__box:not(:first-of-type)::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: calc(100% - 60px);
    /* background-color: rgba(var(--color-5),0.2); */

    background-color: rgba(var(--color-gray02), 1);
  }

  /* .contents-tab-list__box:not(:first-of-type) {
    border-left: var(--contents-tabbox-border);
  } */
  .contents-tab-list__box {
    width: 100%;
  }

  .contents-tab-list__box .p-btn {
    width: 100%;
    max-width: 200px;
  }
}

@media screen and (max-width:640px) {
  .contents-tab-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contents-tab-list__box {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .contents-tab-list__box:nth-of-type(even) {
    border-left: var(--contents-tabbox-border);
  }

  .contents-tab-list__box:nth-of-type(n+3) {
    border-top: var(--contents-tabbox-border);
  }

  .contents-tab-list__box .p-btn {
    width: 100%;
    max-width: 160px;
  }

  .contents-tab-list__box .ttl {
    font-size: var(--fs-s);
  }

  .contents-tab-list__box {
    padding: var(--box-space-m) 5px;
  }
}

/* アイコン
----------------------------------------------------------------------*/
.ttl {
  font-family: "fot rodin pron";
  line-height: var(--line-height-s);
}

.contents-tab-list__box:hover .ttl {
  text-decoration: underline;
  opacity: 0.8;
}

.contents-tab-list__box .ttl:before {
  content: "";
  width: 100%;
  margin-bottom: 0.5em;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.contents-tab-institution .ttl:before {
  background-image: url(../image/icon/center.png);
}

.contents-tab-system .ttl:before {
  background-image: url(../image/icon/system.png);
}

.contents-tab-reform .ttl:before {
  background-image: url(../image/icon/doctor.png);
}


.contents-tab-form .ttl:before {
  background-image: url(../image/icon/form.png);
}

@media print, screen and (min-width:641px) {
  .contents-tab-list__box .ttl:before {
    height: 3.5em;
  }

  .contents-tab-reform .ttl:before, .contents-tab-form .ttl:before {
    margin-bottom: 1em;
  }
}

@media screen and (max-width:640px) {
  .contents-tab-list__box .ttl:before {
    height: 3em;
  }
}

.contents-tab-btn {
  display: none;
}

/*----------------------------------------------------------------------------------------------------

  ピックアップコンテンツ
  
----------------------------------------------------------------------------------------------------*/
.sec-pickup {
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  padding-bottom: var(--block-space-s);
}

.pickup {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
}

.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup-list__box {
  text-align: left;
}

.pickup-list__box a,
.pickup-list__box a:visited,
.pickup-list__box a:hover,
.ua-pc .pickup-list__box a:hover,
.ua-pc .pickup-list__box.js__linkBox:hover a {
  text-decoration: none;
}

.pickup-list__box a {
  display: block;
  width: 100%;
  font-weight: 400;
  position: relative;
}

.ua-pc .pickup-list__box a,
.ua-pc .pickup-list__box.js__linkBox a {
  transition: color 0.15s ease-out;
}

/* 矢印アイコン */
/* .pickup-list__box a .p-arrow {} */

@media print, screen and (min-width:641px) {
  .sec-pickup {
    padding-top: var(--block-space-max);
  }

  .pickup-list {
    margin-left: -1em;
    margin-right: -1em;
  }

  .pickup-list__box {
    width: 100%;
    padding: 0 1em;
  }

  .pickup-list__box .photo {
    height: calc(240 / 1200 * 100vw);
    max-height: 240px;
    min-height: 200px;
  }

  .pickup-list__box a {
    margin-top: 0.5em;
  }

  /* 矢印アイコン */
  .pickup-list__box a .p-arrow {
    margin-right: 0.5em;
  }
}

@media screen and (max-width:640px) {
  .sec-pickup {
    padding-top: var(--block-space-l);
  }

  .pickup-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pickup-list__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pickup-list__box:not(:first-of-type) {
    margin-top: var(--block-space-s);
  }

  .pickup-list__box .photo {
    width: 50%;
    height: calc(160 / 640 * 100vw);
    max-height: 160px;
    min-height: 80px;
  }

  .pickup-list__box a {
    width: 50%;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pickup-list__box a,
  .pickup-list__box a:visited,
  .pickup-list__box a:hover,
  .ua-pc .pickup-list__box a:hover,
  .ua-pc .pickup-list__box.js__linkBox:hover a {
    background-color: rgba(var(--color-5), 1);
    color: #fff;
  }

  /* 矢印アイコン */
  .pickup-list__box a .p-arrow {
    background-color: #fff;
    position: absolute;
    bottom: 0.75em;
    right: 0.75em;
  }

  .pickup-list__box a .p-arrow[type="bg"]:before {
    border-color: rgba(var(--color-5), 1);
  }
}

/*----------------------------------------------------------------------------------------------------

  医院案内
  
----------------------------------------------------------------------------------------------------*/
.sec-guide {
  padding-top: var(--block-space-l);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

.guide {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.guide-logo {
  line-height: 1;
}

.guide-cinfo {
  padding-top: 1.75em;
  padding-bottom: 2em;
  line-height: var(--line-height-m);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.guide-cinfo dt:not(:first-of-type),
.guide-cinfo dd:not(:first-of-type) {
  padding-top: 0.5em;
}

.guide-cinfo dt {
  width: 4.25em;
  font-weight: 400;
  color: rgba(var(--color-6), 1);
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
  /* IE・Edge用 */
}

.guide-cinfo dd {
  width: -webkit-calc(100% - 4.25em);
  width: calc(100% - 4.25em);
  padding-left: 1.5em;
}

.guide-cinfo .kamokuList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-cinfo .kamokuList li:not(:last-child):after {
  content: "、";
}

@media print, screen and (min-width:641px) {
  .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .guide-col1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3.5em;
  }

  .guide-col2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .guide-logo img {
    width: 280px;
  }
}

@media screen and (max-width:640px) {
  .guide-logo img {
    width: auto;
    height: 2em;
  }

  .guide-col2 {
    padding-top: var(--block-space-l);
  }
}

/*----------------------------------------------------------------------------------------------------

  カレンダー
  
----------------------------------------------------------------------------------------------------*/
.calendar .month-nav--list {
  font-size: var(--fs-2s);
}

@media print, screen and (min-width:641px) {
  .calendar .cal-tbl {
    font-size: var(--fs-s);
  }
}

/*----------------------------------------------------------------------------------------------------

  アクセス
  
----------------------------------------------------------------------------------------------------*/
.sec-access {
  padding-top: var(--block-space-max);
  padding-bottom: var(--block-space-max);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

/*----------------------------------------------------------------------------------------------------

  
----------------------------------------------------------------------------------------------------*/







/*----------------------------------------------------------------------------------------------------

  
  
----------------------------------------------------------------------------------------------------*/

.sec-about {
  padding-top: var(--block-space-m);
  padding-bottom: var(--block-space-l);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

.about {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
}

/* .about.col2_gr {
  grid-column-gap: var(--block-space-l);
} */

.col2_fl {
  display: flex;
}

.about .txt-box p {
  margin-bottom: var(--block-space-unit);
}

.about .txt-box .link_box a:nth-child(1) {
  margin-right: 10px;
}

.about .img-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url(../image/contents/top/about.jpg);
  width: 100%;
}

@media print, screen and (min-width:641px) {

  .about .img-box {
    padding-top: 26.666%;
  }

  .about .txt-box {
    max-width: 700px;
    margin-right: var(--block-space-m);
  }

}

@media print, screen and (max-width:640px) {

  /* .about.col2_gr {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: var(--block-space-l);
  } */
  .about.col2_fl {
    flex-wrap: wrap;
  }

  .about .img-box {
    padding-top: 66.666%;
  }

  .about .txt-box {
    width: 100%;
    margin-bottom: var(--block-space-m);
  }

}

/*----------------------------------------------------------------------------------------------------

  
  
----------------------------------------------------------------------------------------------------*/

.sec-reception {
  background-color: rgba(var(--color-gray01), 1);
  padding-top: var(--block-space-2l);
  padding-bottom: var(--block-space-2l);
  background-color: rgba(var(--color-gray01), 1);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

.reception {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;

}

.reception h2 {
  margin-bottom: var(--block-space-unit);
}

.reception h2+p {
  margin-bottom: var(--block-space-m);
}


.reception-list {
  list-style: none;
}

.reception-list li h3 {
  font-size: var(--fs-l);
  color: rgba(var(--color-blue04), 1);
  font-weight: 700;
  font-family: "fot rodin pron";
}

.reception-list li p {
  margin-bottom: 10px;
}

.reception-list li dd .recep-tel a {
  color: var(--tel-fc) !important;
  font-family: "fot rodin pron";
  font-weight: 700;
}

.reception-list li dd .recep-tel a {
  font-size: var(--fs-l);
}

.reception-list.col3_gr {
  grid-column-gap: var(--block-space-s);
  grid-row-gap: var(--block-space-m);
  margin-bottom: var(--block-space-l);
}

@media print, screen and (max-width:768px) {
  .reception-list.col3_gr {
    grid-template-columns: repeat(3, 1fr);
    /* max-width: 500px; */
  }
}

@media print, screen and (max-width:640px) {
  .reception-list.col3_gr {
    grid-template-columns: repeat(1, 1fr);
  }
}

.reception-list li {
  background-color: #fff;
  box-shadow: var(--box-shadow);
}

.reception-list li {
  padding: var(--box-space-s);
}

.reception-list li h3 {
  margin-bottom: 10px;
  ;
}

.reception-list li dl dt {
  margin-bottom: 10px;
}

.reception-list li dl dd:not(:last-child) {
  margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------------------------

  帯
  
----------------------------------------------------------------------------------------------------*/

.link-band>div {
  height: 200px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.link-band>div:nth-child(1) {
  background-image: url(../image/contents/top/band-left.jpg);
}

.link-band>div:nth-child(2) {
  background-image: url(../image/contents/top/band-right.jpg);
}

.link-band a {
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  height: inherit;
}

.link-band>div:hover {
  opacity: 0.8;
}

.link-band a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.link-band a span h2 {
  font-size: var(--fs-m);
  font-weight: 600;
}


.link-band a:hover span {
  color: #fff;
  text-decoration: underline;
}

@media print, screen and (max-width:640px) {
  .link-band.col2_gr {
    grid-template-columns: repeat(1, 1fr);
  }

  .link-band a span h2 {
    text-align: center;
  }
}

/*----------------------------------------------------------------------------------------------------

  バナーボックス
  
----------------------------------------------------------------------------------------------------*/

.sec-banner {
  padding-top: var(--block-space-max);
  padding-bottom: var(--block-space-max);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  background-color: rgba(var(--color-gray01), 1);
}

.banner-list {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.banner-list.col3_gr {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.banner-list li {
  box-shadow: var(--box-shadow);
}

.banner-list li:hover {
  transform: scale(1.03, 1.03);
  transition: 0.25s all;
  box-shadow: none;
}

.banner-list li a {
  display: block;
}

.sec-banner+div {
  padding-top: var(--block-space-l);
  padding-bottom: var(--block-space-l);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

@media print, screen and (max-width:768px) {
  .banner-list.col3_gr {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-list.col3_gr {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  /*   .sec-banner + div {
    padding-top: 0;
    padding-bottom: 0;
  } */
}

@media print, screen and (max-width:480px) {
  .banner-list.col3_gr {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*----------------------------------------------------------------------------------------------------

背景固定

----------------------------------------------------------------------------------------------------*/

/* .js-parallax {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 750px) {
  .js-parallax {
    background-size: cover;
    background-attachment: scroll;
  }
} */