﻿body{
  overflow-x: hidden;
}
/*----------------------------------------------------------------------------------------------------

  お知らせ
  
----------------------------------------------------------------------------------------------------*/
.sec-info {
  padding-top: var(--block-space-max);
  position: relative;
  padding-bottom: var(--block-space-max);
  background-color: rgba(var(--color-blue01), 1);
}

/* .sec-info::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 660px;
  background-color: rgba(var(--color-blue01), 1);
  left: 0;
  bottom: 0px;
  z-index: -2;
} */

.info {
  position: relative;
  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::before {
  position: absolute;
  max-width: var(--base-width);
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(var(--color-blue01), 1), rgba(var(--color-blue01), 1), 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
  background-image: repeating-linear-gradient(-45deg, rgba(var(--color-blue01), 1), rgba(var(--color-blue01), 1), 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  bottom: -5%;
}

.info::after {
  position: absolute;
  max-width: var(--base-width);
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(var(--color-yellow01), 1);
  z-index: -2;
  bottom: -5%;
}

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

.info-hdLine span.main-ttl {
  border-bottom: 2px dashed rgba(var(--color-yellow02), 0.4);
  color: rgba(var(--color-8), 1);
  font-weight: 500;
  font-size: var(--fs-3l);
}

.info-hdLine span.sub-ttl {
  display: block;
  font-size: var(--fs-2s);
  color: rgba(var(--color-yellow02), 1);
}

.info-list {
  -webkit-overflow-scrolling: touch;
  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;
  font-weight: 500;
}

.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-left: var(--side-space);
    padding-right: var(--side-space);
  }

  .info {
    width: 99%;
    height: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--box-space-l) 0;
    position: relative;
    border-radius: 10px;
  }

  .info::before,
  .info::after {
    left: 1%;
    border-radius: 10px;
  }


  .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);
    /* height: 160px; */
  }

  .info-list li:not(:first-child) {
    padding-top: 0.75em;
  }

  .info-list li {
    display: flex;
  }

  .info-list li>div {
    width: calc(100% - 9em);
  }

  .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; */
    width: 100%;
  }

  .info-list li .ttl {
    /* width: -webkit-calc(100% - 9em);
    width: calc(100% - 9em); */
  }
}

@media screen and (max-width:640px) {
  .sec-info {
    overflow-x: hidden;
  }

  .info {
    padding: var(--block-space-max) var(--side-space);
  }

  .info::before,
  .info::after {
    left: 0%;
  }

  .info-hd {
    text-align: center;
    margin-bottom: var(--block-space-unit);
  }

  .info-list {
    padding-top: 1.5em;
    padding-bottom: 1em;
    /* height: 200px; */
  }

  .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-shinryo {
  padding-top: var(--block-space-max);
}

.shinryo-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);
}

.shinryo {
  padding-bottom: var(--block-space-l);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  position: relative;
  overflow: hidden;
}

.shinryo: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;
}

.shinryo-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;
}

.shinryo-list__box {
  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;
  --shinryobox-border: 1px solid rgba(var(--color-5), 0.2);
}

.shinryo-list__box .ttl {
  font-weight: 400;
  color: rgba(var(--color-8), 1);
  font-size: var(--fs-l);
}

.shinryo-list__box p {
  font-size: var(--fs-2s);
  padding-top: 1em;
  padding-bottom: 1.5em;
  line-height: var(--line-height-m);
}

.shinryo-list__box .shinryo-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) {
  .shinryo-list__box:not(:first-of-type) {
    border-left: var(--shinryobox-border);
  }

  .shinryo-list__box {
    width: 100%;
  }

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

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

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

  .shinryo-list__box:nth-of-type(even) {
    border-left: var(--shinryobox-border);
  }

  .shinryo-list__box:nth-of-type(n+3) {
    border-top: var(--shinryobox-border);
  }

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

/* アイコン
----------------------------------------------------------------------*/
.shinryo-list__box .ttl:before {
  content: "";
  width: 100%;
  margin-bottom: 0.5em;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.shinryo-naika .ttl:before {
  background-image: url(../image/icon/naika.svg);
}

.shinryo-geka .ttl:before {
  background-image: url(../image/icon/geka.svg);
}

.shinryo-hifuka .ttl:before {
  background-image: url(../image/icon/hifuka.svg);
}

.shinryo-shokaki .ttl:before {
  background-image: url(../image/icon/shokaki.svg);
}

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

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

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

  ピックアップコンテンツ
  
----------------------------------------------------------------------------------------------------*/
.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 {
  /* background-color: #fff; */
  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 .timeList {
  list-style: none;
}

/*.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-col2 iframe {
    height: 600px;
  }

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

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

  .guide-col1 {
    margin-bottom: var(--block-space-l);
  }

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

  .guide-col2 iframe {
    height: 400px;
  }
}

@media print, screen and (min-width:641px) {
  .gaikan {
	float: right;
	padding-top: 30px;
	width: 250px;
  }
}

@media screen and (max-width:640px) {
  .gaikan {
	padding-top: 20px;
	width: 100%;
  }
}




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

  カレンダー
  
----------------------------------------------------------------------------------------------------*/
.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 {
  /* background-color: #fff; */
  padding-top: var(--block-space-max);
  padding-bottom: var(--block-space-max);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

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

.sec-access .col2_gr {
  grid-column-gap: var(--block-space-l);

}

@media screen and (max-width:640px) {
  .sec-access .col2_gr {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: var(--block-space-l);
  }
}


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

 挨拶
  
----------------------------------------------------------------------------------------------------*/

.sec-greeting {
  padding-top: var(--block-space-max);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  padding-bottom: var(--block-space-max);
  background-color: var(--bg-color);
}

.sec-greeting .greeting-box:not(:last-child) {
  margin-bottom: var(--block-space-l);
}

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



.greeting-box.col2_gr {
  grid-column-gap: var(--block-space-l);
}

.greeting-box .txt-box p:not(:last-child) {
  margin-bottom: var(--block-space-unit);
}

.greeting-box .txt-box p:last-child {
  color: rgba(var(--color-green), 1);
  text-align: right;
  font-weight: 500;
  font-size: var(--fs-m);
}

.greeting-box .img-box {
  position: relative;
}

.greeting-box .img-box {
  height: 470px;
  /*  transform: scale(0.8); */
}

.greeting-box .img-box span {
  content: "";
  display: inline-block;
  position: absolute;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  height: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-greeting .greeting-box:nth-child(1) .img-box span:nth-child(1) {
  background-image: url(../image/director.jpg);
}

.sec-greeting .greeting-box:nth-child(2) .img-box span:nth-child(1) {
  background-image: url(../image/chairman.jpg);
}

.sec-greeting .greeting-box .img-box span:nth-child(2) {
  background-color: rgba(var(--color-blue01), 1);
}


.sec-greeting .greeting-box .img-box span:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 1;
}

.sec-greeting .greeting-box .img-box span:nth-child(2) {
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* .sec-greeting .greeting-box:nth-child(1) .img-box span:nth-child(1),
.sec-greeting .greeting-box:nth-child(2) .img-box span:nth-child(2) {
  left: 0;
}

.sec-greeting .greeting-box:nth-child(1) .img-box span:nth-child(2),
.sec-greeting .greeting-box:nth-child(2) .img-box span:nth-child(1) {
  right: 0;
} */

.sec-greeting .greeting-box .img-box span:nth-child(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  /*  background-color: rgba(var(--color-blue02), 0.6); */
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
  /* background-size: 7px 7px; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
  max-width: 600px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}

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

  .greeting-box.col2_gr {
    grid-row-gap: var(--block-space-m);
  }

  .sec-greeting .greeting-box:nth-child(2) .txt-box {
    order: 1;
  }

  .sec-greeting .greeting-box:nth-child(2) .img-box {
    order: 2;
  }

  .greeting-box .img-box {
    max-height: 320px;
  }

  .sec-greeting .greeting-box:not(:last-child) {
    margin-bottom: var(--block-space-max);
  }
}

@media print, screen and (min-width:481px) and (max-width:640px) {
  .greeting-box .img-box span {
    background-position: top center;
  }
}

@media print, screen and (max-width:480px) {
  .greeting-box .img-box {
    max-height: 270px;
  }

}

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

  帯
  
----------------------------------------------------------------------------------------------------*/
.link-band {
  /* border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  background: rgba(var(--color-blue04), 1); */
}

.link-band>div {
  overflow: hidden;
  height: 150px;
  /* background: rgba(var(--color-blue04), 1); */
}

.link-band>div:nth-child(1){
  background: rgb(0, 153, 255);
}

.link-band>div:nth-child(2){
  background: rgb(0, 218, 102);
}

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

.link-band>div:before {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 50%;
  height: 150px;
  content: '';
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

.link-band>div:before {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 50%;
  height: 150px;
  content: '';
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.link-band>div:nth-child(1)::before{
  background: rgb(0, 105, 175);
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
}

.link-band>div:nth-child(2)::before{
  background: rgb(0, 188, 88);
  -webkit-transform: translateX(96%);
  transform: translateX(96%);
}

.link-band>div:nth-child(1):hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.link-band>div:nth-child(2):hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

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

.link-band a span h2 {
  color: #fff;
  font-size: var(--fs-l);
  font-weight: 600;
}


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

@media print, screen and (min-width:641px) {
  /* .link-band>div:nth-child(1) {
    border-right: 2px dashed #fff;
  } */
}

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

  /* .link-band>div:nth-child(1) {
    border-bottom: 2px dashed #fff;
  } */

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

  .link-band>div {
    height: 100px;
  }
  .link-band>div:before {
    height: 100px;
  }
  .link-band>div:nth-child(2)::before{
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
  }
  .link-band>div:before {
    width: 100%;
  }
}

.bnr-band{
  margin: 60px auto;
  max-width:1600px;
  gap: 30px;
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

@media print, screen and (max-width:800px) {
  .bnr-band{
    grid-template-columns: repeat(1,1fr);
    padding-left: 0;
    padding-right: 0;
  }
}

.treatment .inner{
  margin: 60px auto;
  max-width:1200px;
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}

.treatment .inner h2{
  margin-bottom: var(--block-space-l);
}


