.content01 {
  text-align: center;
  border: solid 1px #000;
  width: 95%;
  margin: 30px auto;
}

.content01 h2 {
  margin: 30px auto;
  color: #e66a6a;
}

.content01 p {
  padding: 3%;
  padding-top: 0;
  text-align: left;
}

.content01 a {
  color: #e66a6a;
}

@media screen and (min-width: 900px) {
  .content01 {
    text-align: center;
    border: solid 1px #000;
    width: 60%;
    margin: 30px auto;
  }

  .content01 h2 {
    margin: 30px auto;
    color: #e66a6a;
  }

  .content01 p {
    padding: 3%;
    padding-top: 0;
  }
}

/*====================================================================

====================================================================*/
.content1 {
  padding-top: 50px;
}

.content1 h4 {
  padding: 5px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #83BAD6;
}

.content1 h4 span {

  padding: 0 0.5em;
  background: #fff;
}

.content1 h4:first-letter {
  font-size: 150%;
  color: #CC99FF;
}


.content1 h6 {
  text-align: center;
  color: #83BAD6;
  font-size: 13px;
  margin: 10px;
}

.content1 {
  width: 90%;
  margin: 20px auto;
}

.content1 p {
  text-align: left;
  line-height: 2.0;
  font-size: 14px;
  padding: 16px 0;
}

.select-sp img {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.select-pc {
  display: none;
}

.select-sp2 {
  width: 75%;
  margin: 30px auto;
  text-align: center;
}

.select-sp2 img {
  width: 100%;
}

.select-sp2 img {
  width: 100%;
}

.select-pc2 {
  display: none;
}

.levwell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 800px) {
  .levwell {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content1 h4 {
    position: relative;
    padding: 0 30px;
    text-align: center;
    width: 100%;
  }

  .content1 h4 span {

    padding: 0 0.5em;
    background: #fff;
  }

  .content1 h4:first-letter {
    font-size: 150%;
    color: #CC99FF;
  }

  .content1 {
    width: 60%;
    margin: 5px auto;
  }

  .content1 p {
    text-align: left;
    line-height: 2.0;
    font-size: 14px;
    padding: 16px 24px;
  }

  .select-pc {
    width: 80%;
    margin: 0px auto;
    text-align: center;
  }

  .select-pc img {
    width: 80%;
    margin: 30px auto;
  }

  .select-sp {
    display: none;
  }

  .select-pc {

    display: block;

  }

  .select-pc2 {
    width: 50%;
    margin: 0px auto;
    text-align: center;
  }

  .select-pc2 img {
    width: 80%;
    margin: 30px auto;
  }

  .select-sp2 {
    display: none;
  }

  .select-pc2 {

    display: block;

  }
}

/*====================================================================
  新着情報
====================================================================*/

/*====================================================================
メニューバー
====================================================================*/



/*============================================================================

	トップスライド

============================================================================*/
.box1-1 {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;


}

.big {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding: 10%;
  align-items: center;
  font-family: 'Alegreya Sans SC', sans-serif;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 2px 2px #CC99FF;

}

.big p {
  font-size: 12px;
  color: #fff;
  font-family: 'Alegreya Sans SC', sans-serif;
}

/* スライドショー（main.is）PC  */
@media (min-width: 900px) {
  .box1-1 {
    width: 80%;
    height: 500px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .big {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    align-items: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    vertical-align: middle;
    text-shadow: 0 2px 2px #CC99FF;
  }

  .big p {
    font-size: 20px;
    font-family: 'Alegreya Sans SC', sans-serif;
  }
}



.wrap {
  height: 280px;
  padding: 20px 10px;
  text-align: center;
  background-size: cover;
  background-color: #CC99FF;
}



@media screen and (min-width: 900px) {
  .wrap {
    padding: 10px;
    height: 150px;
    text-align: center;
    background-color: #CC99FF;
  }

}

/*============================================================================

 特徴　（* box1=画像：box2=テキスト） 

============================================================================*/
.contents2 {
  width: 80%;
  margin: 10px auto;
  background: white;
  border-top: solid 5px #B8B2EA;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  border-radius: 20px 20px 20px 20px;
}

.title1 {
  text-align: center;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.box1 {
  width: 50%;
  padding: 30px;
}

.box1 img {
  width: 100%;
  margin: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.box2 {
  width: 45%;
  margin: auto .5rem;
}

.box2 img {
  width: 80%;
  margin: auto 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.box2 h3 {
  margin: 20px 20px;
  font-size: 15px;
  font-family: 'TsukuBRdGothic-Regular', sans-serif;
}

.box2 p {
  margin: 20px 20px;
  text-align: left;
}

.box3 {
  width: 45%;
  margin: auto .5rem;
}

.btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flexbox {
    display: block;
    margin: 10px;
  }

  .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
  }

  .flexbox .box2 {
    width: 100%;
    margin: 0 auto;
  }

  .flexbox .box3 {
    width: 100%;
    margin: 0 auto;
  }

  .box1 img {
    width: 100%;
    margin: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }

  .btn {
    text-align: center;
  }

  .box2 h1 {
    margin: 20px 20px;
    font-size: 18px;
  }

  .contents2 {
    width: 95%;
    margin: 10px auto 30px;
    background: white;
    border-top: solid 5px #B8B2EA;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 20px 20px 20px 20px;
  }
}

/*-- PC版表示CSS  --*/
.pc_area {
  display: block;
}

.phone_area {
  display: none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
  .pc_area {
    display: none;
  }

  .phone_area {
    display: block;
  }
}


.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.features {
  background-color: rgba(255, 255, 255, 0.9);
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #CC99FF;
  padding: 30px 0;
}

.features p {
  line-height: 1.8;
  text-align: left;
  font-size: 14px;

  padding: 0 5px;
}

.features p:first-letter {
  font-size: 150%;
  color: #CC99FF;
}

.features img {
  width: 100%;
  height: 220px;
  border-radius: 0px;
  margin: 0 auto;
}

.features ul {
  min-width: 90%;
  text-align: center;
  margin: 5px 0;
  margin-bottom: 25px;
}

.features li {
  padding: 5px 15px;
}

.features h3 {
  margin: 10px;
  font-size: 15px;
  font-family: 'TsukuBRdGothic-Regular', sans-serif;
}

.promise-wrapper {
  padding: 8px;
}

@media (min-width: 900px) {
  .grid1 {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 10px;
    max-width: 1200px;
    padding-top: 30px;
  }

  .features {
    width: 80%;
    margin: 0 auto;
  }

  .features p {
    line-height: 1.8;
    text-align: left;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
  }

  .features img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }

  .features h3 {
    margin: 10px;
    font-size: 20px;
    text-align: center;
  }

  .promise-wrapper {
    padding: 15px;
  }

  .features ul {
    margin: 0;
  }
}

/*============================================================================

 医院紹介

============================================================================*/
.head {
  text-align: center;
  font-family: 'TsukuBRdGothic-Regular', sans-serif;
  font-size: 26px;
  padding: 10px;
  font-weight: bold;
  margin-top: 30px;
}

.head_sb {
  text-align: center;
  font-family: 'TsukuBRdGothic-Regular', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.MEDICAL_HOURS {
  display: grid;
  grid-template-areas:
    "img"
    "head"
    "txt";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  border-bottom: 1px solid #CC99FF;
  padding-bottom: 50px;
}

.MEDICAL_HOURS img {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.MEDICAL_HOURS .txt p {
  width: 90%;
  margin: 0 auto;
  padding-top: 5px;
  font-size: 14px;
  color: #e66a6a;
  text-align: left;
}

.btn {
  grid-area: txt;
  color: #000;
  background-color: #CC99FF;
  font-family: 'TsukuBRdGothic-Regular', sans-serif;
}

.MEDICAL_HOURS .txt {
  grid-area: txt;
  text-align: center;
  margin: 0px auto;
}

.MEDICAL_HOURS .img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .head {
    text-align: center;
    font-family: 'TsukuBRdGothic-Regular', sans-serif;
    font-size: 26px;
    padding: 0;
    font-weight: bold;
  }

  .head_sb {
    text-align: center;
    font-family: 'TsukuBRdGothic-Regular', sans-serif;
    font-size: 15px;
    font-weight: bold;
  }

  .MEDICAL_HOURS {
    grid-template-areas:
      "img head"
      "img txt";
    grid-template-columns: calc(45% - 25px) calc(55% - 25px);
    grid-template-rows: auto 1fr;
    width: 90%;
    margin: 0 auto 30px;
  }

  .img {
    grid-area: img;
    width: 50%;
    margin: 0 auto;
  }

  .MEDICAL_HOURS .txt p {
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 14px;
    color: #e66a6a;
    text-align: left;
  }

  .MEDICAL_HOURS .img {
    width: 80%;
    margin: 0 auto;
  }
}

/* 

診療時間 

*/
.recruit-ineer {
  margin-left: auto;
  margin-right: auto;
  max-width: 548px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.recruit-contents {
  width: 700px;
  background-color: #fff;
  padding: 3%;
  margin: 0px auto;
}

.recruit-contents h2 {
  text-align: center;
}

.recruit-contents .img {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

.recruit-contents .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.recruit-contents .btn {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {

  .recruit-contents {
    width: 100%;
    background-color: #fff;
    padding: 3%;
    margin: 0px auto;
  }
}


.txt {
  grid-area: txt;
  margin: 0 auto;
}

/* 診療時間 */
.timetable {
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
  grid-area: txt;
  font-weight: 600;
}

.timetable tr {
  display: block;
  border-bottom: solid 1px #000;
  margin-bottom: 15px;
}

.timetable .ta {
  width: 115px;
  font-size: 13px;
}

.timetable .tal {
  text-align: left;
  font-size: 13px;
}

dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.biz-hour {
  /* スマホのときだけ親要素いっぱいに */
  border-collapse: collapse;
  width: 95%;
  margin: 0 auto;
}

.biz-hour th,
.biz-hour td {
  padding: 8px;
  text-align: center;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 12px;
}

/* 上段。backgroundを書き換えれば背景色が変わります。 */
.biz-hour th {
  font-weight: 600;
}

/* 土曜日の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

.biz-hour .color1 {
  color: #000;
  font-size: 10px;
  font-family: 'TsukuBRdGothic-Regular', sans-serif;
  font-weight: 700;
}

.biz-hour .color {
  color: #CC99FF;
  font-size: 10px;
}

.biz-hour .color2 {
  color: #e66a6a;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 900px) {
  .timetable {
    width: 100%;
  }

  .timetable .ta {
    font-size: 15px;
  }

  .timetable .tal {
    text-align: left;
    font-size: 15px;
  }

  .biz-hour {
    border-collapse: collapse;
    width: 100%;
  }

  .biz-hour th,
  .biz-hour td {
    padding: 8px;
    text-align: center;
    /* 枠線。色を変えたい時は#ff6680というところをお好みで */
    border: 1px solid #000;
    font-weight: 500;
    font-size: 15px;
  }

  /* 上段。backgroundを書き換えれば背景色が変わります。 */
  .biz-hour th {
    font-weight: 600;
  }

  /* 土曜日の文字色 */
  .biz-hour th.sat {
    color: #3db2da;
  }

  /* 日曜日の文字色 */
  .biz-hour th.sun {
    color: #e66a6a;
  }

  .biz-hour .color1 {
    color: #000;
    font-size: 15px;
    font-family: 'TsukuBRdGothic-Regular', sans-serif;
    font-weight: 700;
  }

  .biz-hour .color {
    color: #CC99FF;
    font-size: 15px;
    font-weight: 700;
  }

  .biz-hour .color2 {
    color: #e66a6a;
    font-size: 15px;
    font-weight: 700;
  }
}


/*============================================================================

 MAP

============================================================================*/
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .map {
    position: relative;
    height: 0;
    padding-top: 30%;
  }

  .map iframe {
    position: absolute;
    top: 0;
  }
}