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;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

/* Base
---------------------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border-style: none;
  display: block;
  vertical-align: bottom;
}

img {
  -webkit-backface-visibility: hidden;
}

a,
a img,
button {
  -webkit-transition: .4s;
  transition: .4s;
}

a img:hover {
  opacity: .7;
}

a:link,
a:visited {
  color: #366bac;
  text-decoration: none;
}

a:hover,
a:active {
  color: #004eac;
  text-decoration: none;
}

area {
  outline: none;
}

/* Clearfix
---------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* Fonts
---------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* =================================
 PC common
================================= */

.sp_on {
  display: none;
}

.pc_on {
  display: block;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
  color: #1c1c1c;
  min-width: 1000px;
  overflow-x: hidden;

}

.wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.font_lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.cont .s12 {
  font-size: 12px;
}

.cont .s14 {
  font-size: 14px;
}

.cont .s15 {
  font-size: 15px;
}

img[usemap] {
  max-width: 100%;
  height: auto;
}

/* header
	---------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header_inner {
  width: 1000px;
  margin: 0 auto;
}

.header_logo {
  float: left;
  padding-top: 2px;
}

.header_cont {
  width: 255px;
  float: right;
  background: #fff;
}

.header_tel {
  padding: 10px 22px 0 22px;
  height: 65px;
  line-height: 1.6;
  float: left;
  text-align: center;
}

.header_tel_txt {
  font-size: 14px;
  color: #366bac;
}

.header_tel_num {
  font-size: 22px;
  letter-spacing: .05em;
  color: #366bac;
  line-height: 1em;
  font-weight: bold;
}

/* footer
	---------------------------------------------------------- */
footer #pageTop {
  position: fixed;
  right: 90px;
  bottom: 100px;
  z-index: 10000;
}

footer #pageTop img {
  width: 78px;
}

/* footer {
  margin-top: 25px;
  padding: 75px 0 0;
  border-top: 1px dotted #366bac;
} */


footer .copyright {
  font-size: 10px;
  background: #366bac;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}

/* main
	---------------------------------------------------------- */

.cont_tit {
  font-size: 36px;
  letter-spacing: .14em;
  text-align: center;
  padding: 20px 0 0;
  color: #366bac;
}

.cont_tit span {
  display: block;
  font-size: 18px;
  letter-spacing: .14em;
  color: #366bac;
}


.cont .sub_tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  margin: auto;
  font-size: 14px;
  color: #366bac;
  margin-bottom: 30px;
}

.cont .sub_tit::after,
.cont .sub_tit::before {
  content: "";
  border-top: 1px dotted #366bac;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cont .sub_tit::before {
  margin-right: 1em;
}

.cont .sub_tit::after {
  margin-left: 1em;
}

/* margin / padding
---------------------------------------------------------- */

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

/* text
---------------------------------------------------------- */

.ta_center {
  text-align: center;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.fw_bold {
  font-weight: bold;
}

/* float
---------------------------------------------------------- */

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.fl_img_left {
  float: left;
  margin: 0 20px 20px 0;
}

.fl_img_right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Fonts
---------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* cont01
	---------------------------------------------------------- */

.cont01 {
  padding: 0 0 80px;
}

.cont01_box {
  width: 684px;
  margin: 0 auto 40px;
}

.cont01_box a {
  text-decoration: none;
}

.cont01_box .img {
  position: relative;
  z-index: 1;
}

.cont01_box .img img {
  width: 100%;
}

.cont01_box .num {
  text-align: center;
  padding: 5px 0;
  margin: 0 auto -35px;
  font-size: 30px;
  width: 65px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: 'Lato', sans-serif;
}

.cont01_box .num img {
  display: inline-block;
}

.cont01_box .subtit {
  font-size: 18px;
  padding: 18px 0 0 60px;
  color: #366bac;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

/* cont02
	---------------------------------------------------------- */

.cont02 {
  background: #f8fafc;
}

.cont02 .txt {
  width: 684px;
  margin: auto;
  letter-spacing: .14em;
}

.cont02 .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #366bac;
}

.cont02 .txt_staff .s14 {
  font-size: 16px;
}

.cont02 .txt_staff .s15 {
  font-size: 17px;
}

.cont02 .txt_tit {
  margin: 40px auto 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: .05em;
  color: #366bac;
  font-weight: bold;
}

.cont02 .txt_staff {
  text-align: left;
  font-size: 24px;
  color: #366bac;
  line-height: 1.3;
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 20px;
}

.cont02 .staff {
  text-align: center;
  margin-bottom: 20px;
}

.cont02 .birth_date {
  color: #366bac;
}

.cont02 .txt_staff.bold {
  font-weight: bold;
  padding: 0;
  text-align: center;
}

.cont02 .txt_staff:last-child {
  padding: 0 0 54px;
}

/* treatment desc sec */

.treatment_desc {
  background: #F5F7FA;
  font-size: 24px;
  padding: 50px 0 30px;
  text-align: center;
  color: #366BAC;
}

.treatment_desc .desc_txt01 {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.treatment_desc .desc_txt02 a {
  font-weight: 600;
}

.treatment_desc .desc_txt02 a .ig_icon{
    width: 25px;
    height: 25px;
    margin: 0 3px 0 5px;
    display: inline-block;
}

@media screen and (max-width: 768px) {

.treatment_desc {
    font-size: 18px;
    padding: 30px 20px 0;
}

.treatment_desc .desc_txt02 a .ig_icon {
    width: 17px;
    height: 17px;
}

}

/* cont03
	---------------------------------------------------------- */

.cont03 {
  background: #f3f5f9;
  padding: 10px 0 30px;
  background-image: url(../img/index_bg_01.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-size: cover;
  margin-top: -45px;
}

.cont03_wrap {
  padding-top: 40px;
  font-size: 0;
}

.cont03_box {
  width: 475px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: 50px;
}

.cont03_box:nth-child(odd) {
  margin-right: 50px;
}

.cont03_box02 {
  width: 300px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  margin-right: 50px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: 50px;
}

.cont03_box02 img {
  width: 100%;
}

.cont03_box02 .cont_inner_btn {
  width: 250px;
}

.cont03_box02:nth-child(3n) {
  margin-right: 0px;
}

.cont03 .tit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 0;
  line-height: 1.6;
  color: #366bac;
}

.cont03_box .txt {
  padding-bottom: 20px;
}

.cont03_box .link {
  text-align: center;
  margin-bottom: 20px;
}

.cont03_box .link a {
  display: inline-block;
  width: 230px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px #7e6244 solid;
  color: #7e6244;
  text-decoration: none;
  text-align: center;
  margin: 0 2px;
}

.cont03_box .link a:hover {
  background: #7e6244;
  color: #fff;
}

.opening_none {
  display: none;
}

.opening-hero {
  height: 800px;
  background: #f1f1ef;
  background-image: url("../img/opening_hero.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.opening-hero .logo {
  margin: 0 auto;
  padding-top: 60px;
}

.opening-hero .txt1 {
  margin: 36px 0 0;
  font-size: 200px;
  text-align: center;
  color: #ff7b84;
  line-height: 200px;
}

.opening-hero .txt1 img {
  margin: 0 auto;
  width: 622px;
}

.opening-hero .txt2 {
  font-size: 120px;
  text-align: center;
}

.opening-hero .txt3 {
  margin: 36px 0 0;
  font-size: 30px;
  text-align: center;
  color: #1e5eac;
  line-height: 30px;
}

.icn_access {
  bottom: inherit;
  top: 100px;
}

.cont0 {
  background: #3764ab;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 10px;
}

.cont0 .tooth_image {
  position: absolute;
  top: 30px;
  left: 60px;
  width: 150px;
  height: 150px;
  background-image: url("../img/tooth_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #3764ab;
}

.cont0 .tooth_image .tooth_image_txt1 {
  position: absolute;
  width: 100%;
  top: 5px;
  text-align: center;
  font-size: 46px;
  white-space: nowrap
}

.cont0 .tooth_image .tooth_image_txt2 {
  position: absolute;
  width: 100%;
  top: 60px;
  text-align: center;
  font-size: 35px;
  white-space: nowrap
}

.cont0 .title1 {
  text-align: center;
  width: 740px;
  margin: 8px auto 20px;
}

.date_ttl {
  font-size: 60px;
  text-align: center;
  color: #ffff;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 30px;
}

.date_blk {
  display: flex;
  justify-content: center;
  text-wrap: nowrap;
  gap: 20px;
  color: #ffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
}

.date_blk .sp {
  display: none;
}

.date_blk span {
  font-size: 70px;
}

.date_list {
  line-height: 0.8;
  letter-spacing: 0;
}

.time_blk {
  font-size: 18px !important;
}

.date-list {
  position: relative;
  width: 500px;
  height: 150px;
  height: auto;
  margin: 0 auto;
  font-size: 0;
}

.date-list.tow-item {
  width: 360px;
  margin: 10px auto 0;
}

.date-list .date-list-item {
  display: inline-block;
  width: 140px;
  height: 150px;
  margin: 0 40px 0 0;
  color: #fff;
}

.date-list.tow-item .date-list-item {
  margin: 0 80px 0 0;
}

.date-list .date-list-item.saturday-color {
  color: #afd2fc;
}

.date-list .date-list-item.sunrday-color {
  color: #ff7b84;
}

.date-list .date-list-item:last-child {
  margin: 0;
}

.date-list .date-list-item .date-txt {
  display: block;
  position: absolute;
  top: -50px;
  width: 100%;
  font-size: 60px;
  letter-spacing: -5px;
  white-space: nowrap
}

.date-list .date-list-item .date-txt span {
  font-size: 120px;
}

.date-list .date-list-item .time-txt {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 24px;
  white-space: nowrap
}

.txt-wrapper1 {
  width: 650px;
  height: 30px;
  margin: 25px auto 0;
  border-radius: 15px;
  background-color: #fff;
  font-size: 19px;
  text-align: center;
  color: #1e5eac;
}

.cont0 .txt3 {
  margin: 30px auto 0;
  font-size: 19px;
  color: #fff;
  text-align: center;
  width: 1000px;
}

.cont0 .txt4 {
  display: block;
  width: 700px;
  margin: 30px auto 0;
  font-size: 19px;
  color: #fff;
  text-align: center;
}

.cont0 .reservation-button {
  display: block;
  width: 600px;
  height: 75px;
  margin: 10px auto 0;
  background: #ff7b84;
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.cont0 .reservation-button:hover {
  background: #ff7b84;
}

.cont0 .reservation-button p {
  display: inline-block;
  position: relative;
  line-height: 3;
  margin-left: 1em;
}

.cont0 .reservation-button img {
  position: absolute;
  top: 20px;
  left: -35px;
}

.cont0-child1 {
  width: 950px;
  height: auto;
  margin: 40px auto 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 20px;
}

.cont0-child1 .date {
  width: 414px;
  margin: 24px auto 13px;
}

.cont0-child1 .title3-wrapper {
  width: 500px;
  margin: 25px auto 0;
  border-bottom: solid 1px #366bac;
}

.cont0-child1 .title3 {
  font-size: 30px;
  text-align: center;
  color: #366bac;
}

.cont0-child1 .title4 {
  font-size: 45px;
  text-align: center;
  color: #366bac;
  font-weight: bold;
}

.cont0-child1 .box770 {
  position: relative;
  width: 770px;
  margin: 0 auto 0;
}

.hukidashi1 {
  width: 150px;
  position: absolute;
  top: -70px;
  left: -50px;
}

.hukidashi2 {
  width: 150px;
  position: absolute;
  top: -70px;
  right: -50px;
}

.cont0-child1 .txt5 {
  margin: 35px 0 0;
  font-size: 19px;
  text-align: center;
}

.cont0-child1 .txt6-wrapper {
  width: 500px;
  height: 30px;
  margin: 10px auto 0;
  border-radius: 15px;
  background: #1e5eac;
}

.cont0-child1 .txt6 {
  font-size: 17px;
  color: #fff;
  text-align: center;
}

.cont0-child1 .txt7 {
  margin: 20px 0 0;
  font-size: 20px;
  color: #1e5eac;
  text-align: center;
}

.cont0-child1 a.contact-button {
  display: block;
  width: 770px;
  height: 75px;
  margin: 15px auto 0;
  background: #1e5eac;
  font-size: 21px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}

.cont0-child1 a.contact-button:hover {
  background: #1e5eac;
}

.cont0-child1 a.contact-button p {
  display: inline-block;
  position: relative;
}

.cont0-child1 a.contact-button img {
  position: absolute;
  top: 5px;
  left: -38px;
}

.cont0-child1 .txt8 {
  width: 750px;
  margin: 10px auto 45px;
  font-size: 17px;
  text-align: left;
}

.cont {
  padding-top: 55px !important;
}

/* OVERRIDE */

.cont_access {
  margin: 0 auto 0;
  padding: 0;
}

.cont_access .content1 .contact a.contact-button {
  width: 100%;
}

.cont_access .content1 {
  padding-bottom: 60px;
}

.cont_access .content1 .contact {
  float: left;
  width: 400px;
  line-height: 1.5;
}

.cont_access .content1 .contact img {
  display: block;
  margin: 0 auto;
}

.cont_access .content1 .contact .seo-text {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.cont_access .content1 .contact .address1 {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  color: #366bac;
}

.cont_access .content1 .contact .tel1 {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #366bac;
}

.cont_access .content1 .contact .tel2 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.cont_access .access {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #ff7b84;
  font-weight: bold;
}

.cont_access .content1 .contact .access::before {
  content: url(../img/footer_icn_access.png);
  position: relative;
  top: 5px;
  left: 0;
}

.cont_access .content1 .contact .contact-buttons {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
  width: 100%;
}

.cont_access .content1 .contact a.contact-button {
  display: inline-block;
  width: 190px;
  padding: 13px 0;
  text-align: center;
  background-color: #366bac;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 20px;
}

.cont_access .content1 .contact a.contact-button:first-child {
  margin-left: 0;
  position: relative;
}

.cont_access .content1 .contact a.contact-button:first-child::after {
  content: url(../img/index_header_icn_01.png);
  position: absolute;
  top: 7px;
  left: 5%;
}

.cont_access .content1 .contact a.contact-button:nth-child(2) {
  position: relative;
}

.cont_access .content1 .contact a.contact-button:nth-child(2)::after {
  content: url(../img/index_header_icn_02.png);
  position: absolute;
  top: 10px;
  left: 5%;
  width: 25px;
}

.cont_access .content1 .contact a.contact-button:hover {
  background-color: #1e5eac;
}

.cont_access .content1 .contact table.schedule {
  margin-top: 50px;
  width: 100%;
  border-top: solid 1px #366bac;
  color: #366bac;

}

.cont_access .content1 .contact table.schedule tr {
  border-bottom: solid 1px #366bac;

}

.cont_access .content1 .contact table.schedule tr th {
  text-align: center;
  padding: 8px 0;
}

.cont_access .content1 .contact table.schedule tr td {
  text-align: center;
  padding: 8px 0;
}

.cont_access .content1 .contact .holiday {
  margin-top: 10px;
  text-align: center;
  color: #ff7b84;
  font-size: 16px;
  line-height: 1;
}

.cont_access .content1 .map {
  float: right;
  width: 550px;
}

.cont_access .content1 .map img {
  width: 100%;
}

.cont_access .content1 .map .google-map {
  width: 100%;
  height: 470px;
  margin-bottom: 30px;
}

.cont_access .content1 .map p {
  text-align: right;
  font-size: 12px;
  color: #ff7b84;
}

#opening header .header_cv ul li {
  display: none;
}

footer {
  margin-top: 0;
  padding: 0;
  border-top: none;
}

/* 180509 */

.img_dr {
  width: 500px;
  margin: 50px auto 24px;
}

.img_dr img {
  width: 100%;
}

.cont01_box .subtit span {
  width: 50px;
  height: 50px;
  background: #4394d0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.2rem;
  color: #ffed56;
  text-align: center;
  line-height: 50px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;

}

.cont04 {
  padding: 0 0 80px;
}

.risk {
  background: #f8f8f8;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
}

.risk em {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #366bac;
  padding-bottom: 0.5em;
  font-feature-settings: "palt";
  text-align: justify;
  font-size: 13px;
}

.risk p {
  font-size: 12px;
  line-height: 1.8;
}

.risk *+em {
  margin-top: 30px;
}

.risk a {
  margin-right: 5px;
  text-decoration: underline;
  color: #3abfff;
}

.risk ol {
  font-size: 12px;
}

.risk ol li {
  position: relative;
  padding-left: 10px;
  display: block;
}

.risk ol li:before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #366bac;
}

/* =================================
 TABLET common
================================= */

@media only screen and (min-width:768px) and (max-width:1240px) {

  /*
    body {
      overflow-x: hidden;
    }
  */
  body .pc-on {
    display: block;
  }

  body .sp-on {
    display: none;
  }
}

/* =================================
 SP common
================================= */

@media (max-width: 767px) {
  .sp_on {
    display: block;
  }

  .pc_on {
    display: none;
  }

  body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 13px;
    letter-spacing: 0.14em;
    line-height: 1.8;
    font-weight: normal;
    color: #1c1c1c;
    width: 100%;
    min-width: inherit;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
  }

  img {
    width: 100%;
  }

  .wrapper {
    padding: 0 14px;
    width: 100%;
  }

  .inner_txt {
    font-size: 14px !important;
  }

  header {
    width: 100%;
  }

  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    z-index: 10000;
  }

  .header_logo {
    background: #fff;
    width: calc(100% - 99px);
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 50px; */
  }

  .header_logo img {
    width: 225px;
    margin-top: 8px;
  }

  #top-head .tell img {
    position: absolute;
    right: 50px;
    width: 50px;
  }


  #top-head .inner {
    width: 100%;
  }

  #top-head {
    top: 51px;
    left: 0;
    position: fixed;
    z-index: 99999;
  }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #top-head.open #global-nav {
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    display: block;
    opacity: 1;
    top: 113px;
    height: 100%;
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 56px);
  }

  #top-head.fixed.open #global-nav {
    position: fixed;
    display: block;
    opacity: 1;
    top: 50px;
    padding-bottom: 50px;
  }

  #mobile-head {
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
  }

  #global-nav {
    position: absolute;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
  }

  .sp_menu ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 25px 15px;
    text-align: left;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2em;
    height: 60px;
  }

  #top-head.fixed #global-nav .menu02_inner .small a {
    position: relative;
    padding-left: 31px;
  }


  .nav-toggle_bg {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ff7b84;
  }

  /* footer
	---------------------------------------------------------- */
  footer {
    height: auto;
    width: 100%;
    /* margin-top: 25px;
    padding: 30px 0; */
    background: none;
    /* padding: 30px 0 0 0; */
    /* border-top: 1px dotted #366bac; */
  }

  footer .copyright {
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    letter-spacing: normal;
    color: #004eac;
  }

  footer #pageTop {
    position: fixed;
    right: -34px;
    bottom: 20px;
    z-index: 10000;
  }

  footer #pageTop img {
    width: 50%;
  }

  /* main
	---------------------------------------------------------- */
  .cont_tit {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    color: #366bac;
    letter-spacing: normal;
    line-height: 1.4;
  }

  .cont_tit span {
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    color: #366bac;
  }

  .cont .sub_tit {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    color: #366bac;
  }

  .cont .sub_tit::after,
  .cont .sub_tit::before {
    content: "";
    border-top: 1px dotted #366bac;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cont .sub_tit::before {
    margin-right: 1em;
  }

  .cont .sub_tit::after {
    margin-left: 1em;
  }

  .cont01_wrap {
    padding: 0 23px;
  }

  /* --------------------------------- */
  /* cont01
	---------------------------------------------------------- */
  .cont01 {
    padding: 0;
  }

  /* .cont01_txt {
    text-align: center;
    margin-bottom: 40px;
  } */

  .cont01_box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cont01_box:nth-child(3n) {
    margin-right: 0;
  }

  .cont01_box a {
    text-decoration: none;
  }

  .cont01_box .img {
    position: relative;
    z-index: 1;
  }

  .cont01_box .img img {
    width: 100%;
  }

  .cont01_box .num {
    text-align: center;
    padding: 5px 0;
    margin: 0 auto -40px;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: 'Lato', sans-serif;
  }

  .cont01_box .num img {
    display: inline-block;
    width: 78px;
  }

  .cont01_box .subtit {
    font-size: 20px;
    padding: 16px 0 0 40px;
    color: #366bac;
    font-weight: bold;
    line-height: 1.3;
  }

  .cont .txt {
    padding: 10px 5%;
  }


  /* cont02
	---------------------------------------------------------- */
  .cont02 {
    background: #f9fafc;
    background-size: cover;
    width: 100%;
  }

  .cont02 .inner {
    width: 100%;
  }

  .cont02 .txt {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
    padding: 0;
  }

  .cont02 .txt_tit,
  .cont02 .txt {
    padding: 0 5%;
  }

  .cont02 .txt_staff .s14 {
    font-size: 14px;
  }

  .cont02 .txt_staff .s15 {
    font-size: 13px;
  }

  .cont02 .txt_tit {
    margin: 30px auto 15px;
    text-align: center;
    font-size: 18px;
    color: #366bac;
  }

  .cont02 .txt_staff {
    font-size: 21px;
    color: #366bac;
    line-height: 1.3;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 20px;
  }

  .cont02 .txt_staff.bold {
    padding: 0;
    margin-bottom: 0;
  }

  .cont02 .txt_staff:last-child {
    padding: 0 0 20px;
  }


  /* cont03
	---------------------------------------------------------- */
  .cont03 {
    padding: 0 0 80px;
    background: #f3f5f9;
    padding: 10px 0 30px;
    background-image: url(../img/index_bg_01.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -90px;
  }

  .cont03 .cont_tit {
    padding-top: 107px;
  }

  .cont03_wrap {
    padding: 40px 5% 0;
    font-size: 0;
  }

  .cont03_box {
    width: 100%;
    font-size: 14px;
    display: block;
    vertical-align: top;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 30px;
  }

  .cont03_box:nth-child(odd) {
    margin-right: 64px;
  }

  .cont03_box02 {
    width: 100%;
    font-size: 13px;
    display: block;
    vertical-align: top;
    padding-bottom: 20px;
    margin-right: 0px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
  }

  .cont03_box02 img {
    width: 100%;
  }

  .cont03_box02:nth-child(3n) {
    margin-right: 0px;
  }

  .cont03 .tit {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding: 24px 0 0;
    line-height: 1.3;
    color: #366bac;
  }

  .cont03_box .txt {
    padding-bottom: 20px;
  }

  .cont03_box .link {
    text-align: center;
    margin-bottom: 20px;
  }

  .cont03_box .link a {
    display: inline-block;
    width: 230px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px #7e6244 solid;
    color: #7e6244;
    text-decoration: none;
    text-align: center;
    margin: 0 2px;
  }

  .cont03_box .link a:hover {
    background: #7e6244;
    color: #fff;
  }

  /* CALENDAR */
  .calendar-box {
    margin-top: 40px;
  }

  .calendar-box .title {
    margin: 0 auto;
    text-align: center;
    color: #1c1c1c;
  }

  .calendar-box .title .content-title {
    font-size: 30px;
  }

  .calendar-box .title .english-content-title {
    font-size: 12px;
  }


  ul.calendar-list {
    font-size: 0;
  }

  ul.calendar-list li.calendar-item {
    display: block;
    width: 100%;
    font-size: 5px;
    margin-left: 0;
  }

  ul.calendar-list li.calendar-item:first-child {
    margin: 0 0 30px 0;
  }

  ul.calendar-list li.calendar-item .year-month {
    text-align: center;
    font-size: 18px;
    color: #1c1c1c;
  }

  ul.calendar-list li.calendar-item table.calendar {
    margin-top: 5px;
    width: 100%;
    height: 200px;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
    color: #1c1c1c;
  }

  ul.calendar-list li.calendar-item table.calendar tbody tr th {
    background-color: #dde9fc;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
  }

  ul.calendar-list li.calendar-item table.calendar tbody tr td {
    background-color: #f4f7fc;
    border-bottom: dotted 1px #366bac;
    text-align: center;
    padding: 6px 0 18px;
    font-size: 12px;
  }

  ul.calendar-list li.calendar-item table.calendar tbody tr.lastweek td {

    border-style: none;
  }

  table.calendar tbody tr td .is-holiday {

    background-color: #ff7b84;
    color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    line-height: 2;
    display: block;
  }

  .sanday-color {
    color: #ff7b84;
  }

  .saturday-color {
    color: #366bac;
  }

  table.calendar tbody tr td .is-holiday::after {

    content: "休診日";
    font-size: 9px;
    text-align: center;
    color: #ff7b84;
    position: absolute;
    left: 1px;
    top: 29px;
    letter-spacing: 0.1px;
  }

  table.calendar tbody tr td .is-holiday_am {

    background-color: #ffb37b;
    color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    line-height: 2;
    display: block;
    position: relative;
  }

  table.calendar tbody tr td .is-holiday_am::after {

    content: "午前休";
    font-size: 10px;
    text-align: center;
    color: #ffb37b;
    position: absolute;
    left: 1px;
    top: 29px;
    letter-spacing: 0.1px;
  }


  table.calendar tbody tr td .is-holiday_pm {

    background-color: #bc7bff;
    color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    line-height: 2;
    display: block;
    position: relative;
  }

  table.calendar tbody tr td .is-holiday_pm::after {

    content: "午後休";
    font-size: 10px;
    text-align: center;
    color: #bc7bff;
    position: absolute;
    left: 1px;
    top: 29px;
    letter-spacing: 0.1px;
  }

  table.calendar tbody tr td .is-other {
    /* その他 */
    background-color: #3689ac;
    color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    line-height: 2;
    display: block;
    position: relative;
  }

  table.calendar tbody tr td .is-other::after {
    /* その他 */
    content: "その他";
    font-size: 10px;
    text-align: center;
    color: #3689ac;
    position: absolute;
    left: 1px;
    top: 29px;
    letter-spacing: 0.1px;
  }

  /* ----------------- add 20180807 ---------------------- */
  .interview_img {
    width: 35%;
    margin: 0 auto;
    position: relative;
    min-width: 150px;
  }

  .mg_top {
    margin-top: -15%;
  }


  /* -------------------------------------- */
  .opening-hero .logo {
    width: 80%;
    padding-top: 20%;
  }

  .opening-hero .txt1 img {
    width: 80%;
  }

  .opening-hero .txt3 {
    margin: 16px 0 0;
    font-size: 18px;
  }

  .opening-hero {
    height: 950px;
    background: #f1f1ef;
    background-image: url(../img/opening_main_sp.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .opening-hero {
    height: 550px;
  }

  .cont0 .title1 {
    text-align: center;
    width: 100%;
    margin: 8px auto 20px;
  }

  .txt-wrapper1 {
    width: 100%;
    height: 30px;
    margin: 16px auto 0;
    border-radius: 16px;
    background-color: #fff;
    font-size: 10px;
  }

  .txt-wrapper1 p {
    line-height: 3;
  }

  .cont0-child1 {
    padding: 16px 10px 10px !important;
  }

  .cont0 .txt3 {
    margin: 16px 0 0;
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  .cont0 .txt4 {
    display: block;
    width: 100%;
    margin: 16px auto 0;
    font-size: 14px;
    text-align: left;
  }

  .cont0 .reservation-button {
    display: block;
    width: 100%;
    height: 40px;
    margin: 10px auto 0;
    background: #ff7b84;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
  }

  .cont0 .reservation-button p {
    line-height: 2;
  }

  .cont0 .reservation-button img {
    position: absolute;
    top: 7px;
    left: -27px;
    width: 20px;
  }


  .cont0-child1 {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 0 10px;
  }

  .cont0 {
    padding: 16px;
  }

  .cont0-child1 .title3-wrapper {
    width: 100%;
    margin: 8px auto 0;
    border-bottom: solid 1px #366bac;
  }

  .cont0-child1 .title3 {
    font-size: 16px;
  }

  .cont0-child1 .title4 {
    font-size: 20px;
    text-align: center;
    color: #366bac;
    font-weight: bold;
  }

  .cont0-child1 .box770 {
    position: relative;
    width: 93%;
    margin: 0 auto 5px;
  }

  .hukidashi1 {
    width: 110px;
    position: absolute;
    top: -32%;
    left: -11%;
  }

  .hukidashi2 {
    width: 110px;
    position: absolute;
    top: -32%;
    right: -11%;
  }

  .cont0-child1 .txt5 {
    margin: 16px 0 0;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
  }

  .cont0-child1 .date {
    width: 80%;
    margin: 24px auto 13px;
  }

  .cont0-child1 .txt6-wrapper {
    width: 100%;
    height: 30px;
    margin: 10px auto 0;
  }

  .cont0-child1 .txt6 {
    font-size: 10px;
    line-height: 2.7;
  }

  .cont0-child1 .txt7 {
    margin: 10px 0 0;
    font-size: 16px;
    color: #1e5eac;
    text-align: center;
  }

  .cont0-child1 a.contact-button {
    display: block;
    width: 100%;
    height: 40px;
    margin: 15px auto 0;
    font-size: 16px;
    padding-top: 7px;
  }

  .cont0-child1 a.contact-button p {
    line-height: 1;
    margin-left: 1em;
  }

  .cont0-child1 a.contact-button img {
    position: absolute;
    top: -2px;
    left: -29px;
    width: 20px;
  }

  .cont0-child1 .txt8 {
    width: 100%;
    margin: 10px auto 25px;
    font-size: 14px;
    text-align: left;
  }

  #opening .wrapper.opening_on {
    padding: 0;
  }

  .cont_access {
    height: auto;
    width: 100%;
    margin-top: 25px;
    padding: 0;
    background: none;
    border-top: none;
  }

  .cont_access .content1 {
    padding-bottom: 40px;
  }

  .cont_access .content1 .contact {
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .cont_access .content1 .contact img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 80%;
  }

  .cont_access .content1 .contact .seo-text {
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
    color: #366bac;
  }

  .cont_access .content1 .contact .address1 {
    margin-top: 18px;
    font-size: 13px;
    color: #366bac;
  }

  .cont_access .content1 .contact .address2 {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #366bac;
  }

  .cont_access .content1 .contact .tel1 {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    color: #366bac;
  }

  .cont_access .content1 .contact .tel2 {
    margin-top: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #366bac;
  }

  .cont_access .content1 .contact .access {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #ff7b84;
    font-weight: bold;
    position: relative;
  }

  .cont_access .content1 .contact .access::before {
    content: url(../img/footer_icn_access.png);
    position: relative;
    top: 5px;
    left: 0;
  }

  .cont_access .content1 .contact .contact-buttons {
    font-size: 0;
    width: 80%;
    margin: 20px auto 10px;
  }

  .cont_access .content1 .contact a.contact-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #366bac;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 10px;
  }

  .cont_access .content1 .contact a.contact-button:first-child {
    margin-left: 0;
    position: relative;
  }

  .cont_access .content1 .contact a.contact-button:first-child::after {
    content: url(../img/index_header_icn_01.png);
    position: absolute;
    top: 7px;
    left: 5%;
  }

  .cont_access .content1 .contact a.contact-button:nth-child(2) {
    position: relative;
  }

  .cont_access .content1 .contact a.contact-button:nth-child(2)::after {
    content: url(../img/index_header_icn_02.png);
    position: absolute;
    top: 10px;
    left: 5%;
  }


  .cont_access .content1 .contact table.schedule {
    margin-top: 50px;
    width: 90%;
    border-top: solid 1px #366bac;
    color: #366bac;
    margin: 5% auto;
    font-size: 12px;
  }

  .cont_access .content1 .contact table.schedule tr {
    border-bottom: solid 1px #366bac;

  }

  .cont_access .content1 .contact table.schedule tr th {
    text-align: center;
    padding: 8px 0;
  }

  .cont_access .content1 .contact table.schedule tr td {
    text-align: center;
    padding: 8px 0;
  }

  .cont_access .content1 .contact .holiday {
    margin-top: 10px;
    text-align: right;
    color: #ff7b84;
    font-size: 12px;
    padding: 0 20px;
  }

  .cont_access .content1 .map {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .cont_access .content1 .map iframe {
    width: 100%;
  }

  .cont_access .content1 .map p {
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
    color: #ff7b84;
  }

  .cont_access .access_btn {
    width: 80%;
    margin: 20px auto 0;
  }

  .cont_access .access_btn a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #ff7b84;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
  }

  .cont_access .access_btn a::before {
    content: url(../img/footer_icn_map.png);
    position: absolute;
    left: 5%;
    top: 8px;
  }

  .cont_access .content1 .contact {
    float: none;
    width: 100%;
    line-height: 1.5;
    padding-top: 30px !important;
  }

  .cont {
    padding-top: 0 !important;
  }

  #top-head .tell.opening_top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }

  .nav-toggle_bg {
    background: none;
    height: 60px;
  }

  .header_logo {
    font-size: 16px;
    width: 100%;
    padding: 10px 14px;
    color: #366bac;
    font-weight: bold;
  }

  .header_logo p {
    font-size: 0.6em;
  }

  #top-head {
    top: 0;
  }

  #nav-toggle.opening_none {
    display: none;
  }

  .cont02 .txt_staff {
    width: 90%;
  }

  /* 180501 */
  #top-head.fixed #nav-toggle {
    display: none;
  }

  /* 180509 */
  .img_dr {
    width: 300px;
    margin: 0 auto 16px;
  }

  .img_dr img {
    width: 100%;
  }

  .cont01_box .subtit span {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
    line-height: 30px;
    top: 16px;
  }

  .cont03 {
    margin-top: 0;
  }

  .cont03 .cont_tit {
    padding-top: 40px;
  }

  .cont04 {
    padding: 0 0 10px;
  }

  .cont04 .inner {
    padding: 40px 5% 0;
  }

  .risk {
    padding: 20px;
    width: 100%;
    font-size: 1.2rem;
  }

  .risk em {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    color: #366bac;
    line-height: 1.3;
    padding-bottom: 6px;
  }

  .risk p {
    font-size: 11px;
    line-height: 1.8;
  }

  .risk *+em {
    margin-top: 20px;
  }

  .risk ol {
    font-size: 11px;
  }

  .risk ol li:before {
    top: 10px;
  }
}

.site-title {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .site-title {
    position: unset;
    font-size: 16px;
  }
}

/* clinic mv ttl sec */
.clinic_ttl {
  width: 950px;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 45px;
  text-align: center;
  color: #366bac;
  font-weight: bold;
}

.clinic_ttl .sp_display {
  display: none;
}

.clinic_info_ttl {
  font-size: 27px;
  color: #3764ab;
  font-weight: bold;
  text-align: center;
}

.cont02 .txt_staff.bold.staff_desc {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .clinic_ttl {
    width: unset;
    font-size: 14px;
    text-wrap: nowrap;
    padding: 100px 60px 0;
    line-height: 1.2;
  }

  .clinic_info_ttl {
    text-align: center;
    font-size: 14px;
    padding: 0 16px;
  }

  .opening-hero .txt1 {
    margin-top: 30px;
  }

  .opening-hero .clinic_ttl,
  .opening-hero .clinic_info_ttl {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 0px 5px #000;
  }

  .opening-hero .clinic_ttl {
    padding: 100px 0 0;
  }

  .date_ttl {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .date_blk {
    font-size: 20px;
    text-wrap: nowrap;
  }

}

@media (max-width: 530px) {
  .date_blk {
    font-size: 16px;
  }
}

@media (max-width: 450px) {

  .date_blk .sp {
    display: block;
  }

  .date_list {
    line-height: 1.5;
  }
}


@media (max-width: 545px) {
  .clinic_ttl .sp_display {
    display: block;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}