@charset "utf-8";


body { color:#4b4948; background: #fff; letter-spacing: .08em; line-height: 1.7; font-size: 16px; font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; overflow-wrap: break-word; }
a { color: #50baf4; }
a:hover { color: #5ba0e2; text-decoration: none; }
a img { border: none; }
a:hover img { opacity: 0.7; }
::selection { background-color: rgba(241,237,231,0.88); }
::-moz-selection { background-color: rgba(241,237,231,0.88); }
select::-ms-expand { display: none; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; margin-bottom: 20px; padding: 10px; font-size: 15px; line-height: 1.1em; border: 1px solid #eee; border-radius: 5px; font-family: 'M PLUS Rounded 1c', sans-serif; }
select:focus { outline: 3px solid #50baf4; border-radius: 5px; overflow: hidden; }
iframe { max-width: 100%; }
img { max-width: 100%; }
br { font-size: 0; }


.main-content { margin-top: 10px; background: #fff; }
.content { margin-bottom: 60px; }
.content, .sidebar { width: 100%; }


/* ヘッダー -----------------------------------------------------*/
.header { width: 100%; height: 140px; background: rgba(255,255,255,0.5); }
.header .header-catch { padding: 3px 0; background: #50baf4; }
.header .header-catch h1 { margin-bottom: 0; color: #fff; text-align: right; font-size: 11px; }
.header .header-content { padding-top: 22px; }
.header .header-logo { width: 360px; }
.header .header-info { font-family: 'Roboto',sans-serif; }
.header .header-add { margin-top: 8px; margin-right: 36px; text-align: right; }
.header .header-tel { text-align: center; line-height: 1.4; color: #50baf4; }
.header .header-tel p { margin-bottom: 10px; font-weight: 500; font-size: 12px; }
.header .header-tel a { position: relative; font-size: 24px; letter-spacing: 0.1em; padding: 4px 20px; border: 3px solid #50baf4; border-radius: 30px; }
.header .header-tel i { position: relative; top: -1px; font-size: 18px; transform: rotate(10deg); }
.header .header-tel a:hover { border: 3px solid #5ba0e2; }


/* スマホメニュー -----------------------------------------------------*/
.fixed { position: fixed; width: 100%; height: 100%; }

.sm-nav { position: fixed; top: 0; left: 0; background-color: rgba(255,255,255,0.96); width: 100%; z-index: 999; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-x: hidden; }
.sm-nav-content { height: 62px; background: #fff; }
.sm-nav-logo { width: 200px; margin-top: 11px; margin-left: 6%; }
.sm-nav-icon img { max-width: 22px; }

.sm-under-nav { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; overflow: hidden; z-index: 998; }
.sm-under-nav li { position: relative; width: calc(100%/3); }
.sm-under-nav li a { display: block; text-align: center; color: #fff; line-height: 56px; font-size: 15px; font-family: 'M PLUS Rounded 1c', sans-serif; }
.sm-under-nav li a i { color: #fff; font-size: 14px; }
/*.sm-under-nav li:nth-child(2)::before,
.sm-under-nav li:nth-child(2)::after { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; display: block; width: 1px; height: 26px; border-radius: 2px; background-color: #fff; }
.sm-under-nav li:nth-child(2)::before { left: 0; }
.sm-under-nav li:nth-child(2)::after { right: 0; }*/
.sm-under-nav li:nth-child(1) { background-color: #50baf4; }
.sm-under-nav li:nth-child(2) { background-color: #F5DC51; }
.sm-under-nav li:nth-child(3) { background-color: #cddc39; }

.side-bnr { position: fixed; bottom: 20px; left: 20px; z-index: 998; }
.side-bnr li { width: 100px; }
.side-bnr li img { transition: ease .4s; }
.side-bnr li.reser { width:360px; }

#sm-menu1-btn { display: block; width: 62px; height: 62px; position: absolute; right: -5px; text-align: center; z-index: 999; }
#sm-menu1-btn i { position: relative; top: 25px; font-size: 9px; font-style: normal; color: #4b4948; font-weight: 600; }
#sm-menu1-btn i::before { content: 'MENU'; }
#sm-menu1-btn.is-active i::before { content: 'CLOSE'; }
#sm-menu1-btn span { display: block; background: #4b4948; width: 33px; height: 2px; position: absolute; left: -3px; right: 0; margin: 0 auto; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; }
#sm-menu1-btn span:nth-child(1) { top: 14px; }
#sm-menu1-btn span:nth-child(2) { margin-top: -8px; top: 50%; }
#sm-menu1-btn span:nth-child(3) { bottom: 28px; }
#sm-menu1-btn i { position: absolute; left: -3px; right: 0; top: auto; bottom: 6px; font-size: 9px; font-style: normal; color: #4b4948; font-weight: 600; }
#sm-menu1-btn.is-active { }
#sm-menu1-btn.is-active i { color: #4b4948; }
#sm-menu1-btn.is-active span { background: #4b4948; }
#sm-menu1-btn.is-active span:nth-child(1) { top: 16px; -webkit-transform: translateY(8px) rotate(225deg); -moz-transform: translateY(8px) rotate(225deg); -ms-transform: translateY(8px) rotate(225deg); transform: translateY(8px) rotate(225deg); }
#sm-menu1-btn.is-active span:nth-child(2) { opacity: 0; }
#sm-menu1-btn.is-active span:nth-child(3) { -webkit-transform: translateY(-8px) rotate(-225deg); -moz-transform: translateY(-8px) rotate(-225deg); -ms-transform: translateY(-8px) rotate(-225deg); transform: translateY(-8px) rotate(-225deg); }

#sm-menu1 { display: none; overflow: auto; }
#sm-menu1 .menu li { position: relative; display: block; width: 100%; line-height: 1.4; font-size: 15px; font-weight: normal; text-align: left; }
#sm-menu1 .menu li a { display: block; position: relative; width: 100%; padding: 14px; background: #50baf4; color: #fff; border-bottom: 1px solid #fff; text-align: center; text-decoration: none; font-weight: 500; font-size: 16px; font-family: 'M PLUS Rounded 1c', sans-serif; }
#sm-menu1 .menu li a::before { content: '>'; position:absolute; top: 13px; right: 16px; color: #fff; }
#sm-menu1 .sub-menu { display: none; position: relative; }
#sm-menu1 .sub-menu li a { display: block; position: relative; background: #31aff5; color: #fff; }
#sm-menu1 .sub-menu li a span { overflow: hidden; text-overflow: ellipsis; }
#sm-menu1 .sub-menu-bt { width: 50px; height: 50px; background: #31aff5; color: #fff; border-left: 1px solid #fff; position: absolute; top: 0; right: 0; z-index: 2; }
#sm-menu1 .sub-menu-bt::before { content: ''; position: absolute; top: 24px; right: 15px; width: 16px; border-top: 1px solid #fff; display: block; margin:0 auto; }
#sm-menu1 .sub-menu-bt::after { content: ''; position: absolute; top: 24px; right: 15px; width: 16px; border-top: 1px solid #fff; display: block; margin:0 auto; transform:rotate(90deg); }
#sm-menu1 .sub-menu-bt.is-active::after { opacity: 0; }
#sm-menu1 .sm-menu1-close-btn { display: block; width: 50%; margin: 20px auto 40px; text-align: center; color: #50baf4; padding: 12px; border: 1px solid #50baf4; border-radius: 40px; }


/* pcメニュー -----------------------------------------------------*/
.pc-nav { position: relative; width: 100%; height: 150px; background-color: rgba(255,255,255,1.0); z-index: 997; }
.pc-nav nav { width: 100%; height: 150px; padding: 0; margin: 0 auto; background-color: rgba(255,255,255,1.0); left: 0; right: 0; z-index: 997; }
.pc-nav .menu { height: inherit; margin: 0 auto; text-align: center; }
.pc-nav .menu a { font-family: 'M PLUS Rounded 1c', sans-serif; }
.pc-nav .menu > li { position: relative; width: calc(100%/9); height: inherit; }
.pc-nav .menu > li > a { position: relative; display: block; height: 150px; padding: 70px 10px 0; vertical-align: middle; line-height: 1.8; text-align: center; letter-spacing: 0.1em; color: #4b4948; font-size: 18px; font-weight: 400; font-style: normal; transition: ease .2s; }
.pc-nav .menu > li > a::before { position: absolute; content: ''; width: 48px; height: 38px; left: 0; right: 0; margin: auto; top: 26px; background-size: 36px; background-repeat: no-repeat; background-position: center; }
.pc-nav .menu > li > a:hover { opacity: .8; text-decoration: none; }
.pc-nav .menu > li > a > span{position: relative; display: block; letter-spacing: 0.1em; color: #50baf4; font-size: 12px; font-weight: 400; font-family: 'Noto Sans', sans-serif; }
.pc-nav .menu .sub-menu { position: absolute; display: none; width: 150%; top: 85%; left: 0%; background-color: rgba(255,255,255,0.9); box-shadow: 0 2px 3px rgb(0 0 0 / 5%); border: 3px solid #50baf4; border-radius: 10px; z-index: 998; }
.pc-nav .menu .sub-menu > li > a { display: block; position: relative; padding: 13px 20px; color: #4b4948; border-bottom: 1px solid #f0f0f0; line-height: 1.4; text-align: left; font-size: 17px; transition: ease .2s; }
.pc-nav .menu .sub-menu > li > a:hover { color: #50baf4; text-decoration: none; }

.pc-nav .menu > li:nth-child(1) > a::before { background-image: url(../images/icon1.png); background-size: 36px; top: 27px; }
.pc-nav .menu > li:nth-child(2) > a::before { background-image: url(../images/icon2.png); background-size: 40px; }
.pc-nav .menu > li:nth-child(3) > a::before { background-image: url(../images/icon3.png); background-size: 36px; }
.pc-nav .menu > li:nth-child(4) > a::before { background-image: url(../images/icon4.png); background-size: 36px; }
.pc-nav .menu > li:nth-child(5) > a::before { background-image: url(../images/icon5.png); background-size: 36px; }
.pc-nav .menu > li:nth-child(6) > a::before { background-image: url(../images/icon6.png); background-size: 38px; }
.pc-nav .menu > li:nth-child(7) > a::before { background-image: url(../images/icon7.png); background-size: 38px; }
.pc-nav .menu > li:nth-child(8) > a::before { background-image: url(../images/icon8.png); background-size: 38px; }
.pc-nav .menu > li:nth-child(9) > a::before { background-image: url(../images/icon9.png); background-size: 38px; }

.pc-nav .menu > li:nth-child(1) > a > span { color: #74c7f6; }
.pc-nav .menu > li:nth-child(2) > a > span { color: #f4b0c2; }
.pc-nav .menu > li:nth-child(3) > a > span { color: #bed4a7; }
.pc-nav .menu > li:nth-child(4) > a > span { color: #f1e39a; }
.pc-nav .menu > li:nth-child(5) > a > span { color: #eab498; }
.pc-nav .menu > li:nth-child(6) > a > span { color: #b6d9e0; }
.pc-nav .menu > li:nth-child(7) > a > span { color: #cc9ec5; }
.pc-nav .menu > li:nth-child(8) > a > span { color: #a1887f; }
.pc-nav .menu > li:nth-child(9) > a > span { color: #90a4ae; }


/* メイン -----------------------------------------------------*/
.home .mainvisual { height: auto; background-image: none; }
.home .mainvisual .container-or { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height: 100%; }

.mainvisual { position: relative; display: block; overflow: hidden; width: 100%; height: 240px; margin-top: 62px; background-image: url(../images/main_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #eaf1f8; }
.mainvisual::before { position: absolute; content: ''; z-index: 7; top: 260px; left: 0; width: 950px; height: 100%; background: url(../images/main_tra.png) no-repeat; }
.mainvisual::after { position: absolute; content: ''; z-index: 8; bottom: 0; width: 100%; height: 13px; background-color: #50baf4; }
.mainvisual .container-or { position: relative; z-index: 9; }
.mainvisual .main-cat { position: absolute; z-index: 9; top: 32%; left: 0; right: 0; margin: auto; width: 100%; }
.mainvisual .main-bnr { position: absolute; z-index: 9; bottom: 8%; left: 4%; width: 350px; }
.mainvisual .main-bnr a { display: block; }
.mainvisual .main-bnr img { transition: all .4s; }
.mainvisual .main-slide { width: 100%; margin: auto; }
.mainvisual .main-slide img { width: 100%; }
.mainvisual .headline-inner { display: table-cell; vertical-align: middle; text-align: center; }
.mainvisual .headline-flame { display: table; width: 100%; height: 240px; letter-spacing: 0.15em; text-shadow: 0 0 5px rgb(255 255 255 / 70%); }
.mainvisual .headline-flame p { position: relative; margin-bottom: 0; color: #50baf4; font-family: 'Roboto',sans-serif; }
.mainvisual .headline-flame p::before,
.mainvisual .headline-flame p::after{position: relative; content:"-"; }
.mainvisual .headline-flame p::before{left:-0.5em; }
.mainvisual .headline-flame p::after{right:-0.5em; }
.mainvisual .headline-flame .headline { font-weight: 500; font-size: 25px; font-family: 'M PLUS Rounded 1c', sans-serif; }


/* トップページ -----------------------------------------------------*/
.top { position: relative; }
.top img { width: 100%; }

.top-news { padding: 40px 0 100px; position: relative; z-index: 11; }
.top-news .news-left { width: 100%; padding-top: 34px; padding-bottom: 18px; border-radius: 22px; text-align: center; }
.top-news .news-right { width: 100%; margin-top: 8px; }
.top-news .news-titl_ { margin-bottom: 0; padding-top: 50px; }
.top-news .news-titl_::before { width: 45px; height: 43px; background-size: 100%; }
.top-news .news-titl_ h2 { font-size: 26px; }
.top-news .news-titl_ p { font-size: 14px; }
.top-news .news-list li { margin-bottom: 20px; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-news .news-list li a { color: #4b4948; }
.top-news .news-list li a { }
.top-news .news-list li span:not(:last-child) { margin-right: 6px; }
.top-news .news-list .date { margin-right: 6px; font-family: 'Roboto',sans-serif; }
.top-news .news-list .cate em { display: inline-block; vertical-align: middle; font-size: 14px; background-color: #50baf4; color: #fff; line-height: 1; padding: 6px 12px 5px; border-radius: 16px; margin-right: 4px; margin-bottom: 4px; font-style: normal; white-space: nowrap; }
.top-news .news-list .titl { display: block; overflow: hidden; text-overflow: ellipsis; font-family: 'M PLUS Rounded 1c', sans-serif; }
.top-news .btn { text-align: center; }

.top-greeting { position: relative; padding-top: 60px; padding-bottom: 180px; z-index: 10; }
.top-greeting::before { position: absolute; content: ''; top: -180px; width: 100%; height: calc(100% + 240px); background: url(../images/greeting_bg.png) no-repeat; background-size: cover; background-position: center; }
.top-greeting .greeting-box { padding: 45px 5%; width: 100%; margin: 0 auto; border: 8px solid #d5eefd; background-color: #fff; font-family: 'M PLUS Rounded 1c', sans-serif; }
.top-greeting .greeting-box .img { position: relative; display: block; float: none; max-width: 100%; width: 280px; margin-right: 0; margin-bottom: 15px; text-align: center; }
.top-greeting .greeting-box p { font-size: 18px; letter-spacing: 0.1em; }
.top-greeting .greeting-box p:last-child { margin-bottom: 0; }

.top-feature{position: relative; margin-top: 0px; padding-bottom: 180px; }
.top-feature::before{content: ''; position: absolute; top: 260px; width: 100%; height: 93%; background: url(../images/feature_bg.png) no-repeat; background-size: 286% 100%; background-position: top center; z-index: 2; }
.top-feature img { max-width: 100%; width: 100%; }
.top-feature p { margin-bottom: 0; }
.top-feature .feature-titl::before { background-image: url(../images/feature_icon.png); }
.top-feature .feature-box { position: relative; }
.top-feature .feature-box:not(:last-child) { margin-bottom: 70px; }
.top-feature .feature-box .img { position: relative; display: block; padding-left: 35px; z-index: 3; }
.top-feature .feature-box .img::before { position: absolute; content: ''; width: 94%; height: 100%; top: 30px; left: 0; background: repeating-linear-gradient(135deg, #fff, #fff 5px, rgba(255,255,255,0) 5px, rgba(255,255,255,0) 10px); z-index: -1; }
.top-feature .feature-box .inf{position: relative; z-index: 4; margin-top: 40px; padding: 0 6%; background-color: #fff; }
.top-feature .feature-box .titl { position: relative; display: block; border-radius: 50px; border: 4px solid #50baf4; top: 36px; left: 0; padding: 5px 0; background-color: #fff; }
.top-feature .feature-box .titl h3 { padding: 15px 0; line-height: 1.3; letter-spacing: 0.12em; font-size: 22px; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 400; font-style: normal; text-align: center; }
.top-feature .feature-box .titl p { position: relative; width: 80%; margin: 0 auto; border-bottom: 1px solid #50baf4; font-size: 35px; letter-spacing: 0.05em; color: #50baf4; text-align: center; line-height: 1.5; font-family: 'Roboto',sans-serif; font-style: italic; }
.top-feature .feature-box .titl span { display: block; font-size: 11px; letter-spacing: 0.1em; color: #50baf4; padding-top: 15px; font-family: 'Noto Sans', sans-serif; font-weight: 500; }
.top-feature .feature-box .txt { padding: 66px 0 40px; font-size: 18px; letter-spacing: 0.1em; font-family: 'M PLUS Rounded 1c', sans-serif; }
.top-feature .feature-left { justify-content: flex-start; }
.top-feature .feature-right { justify-content: flex-end; }
.top-feature .feature-right .img{padding-left: 0; padding-right: 35px; }
.top-feature .feature-right .img::before { left:auto; right: 0; }
.top-feature .feature-right .inf { left: 0; }
.top-feature .btn { position: relative; z-index: 2; margin: 40px auto 60px; }

.top-medical { position: relative; margin-top: -180px; padding: 186px 0 68px; background: url(../images/medical_bg.png) no-repeat; background-position: bottom center; background-size: 200% 100%; }
.top-medical .medical-titl::before { background-image: url(../images/medical_icon.png); }
.top-medical .medical-box { width: 100%; margin: 0 auto; }
.top-medical .medical-box a { position: relative; display: block; width: 46.666%; margin-bottom: 30px; padding: 10px; background: #fff; background-position: center center; background-size: 230%; border-radius: 26px; line-height: 1; text-align: center; box-shadow: 0 0 10px #d7e6f3; transition: .1s ease; }
/* .top-medical .medical-box a:not(:nth-child(2n)) { margin-right: 6%; } */
.top-medical .medical-box .bg { padding: 76px 0 22px; background-color: #fff; border-radius: 24px; }
.top-medical .medical-box .img { position: absolute; top: 22px; left: 0; right: 0; margin: auto; width:50px; height: 50px; display: block; background-size: 76px; }
.top-medical .medical-box .titl { margin-bottom: 0; color: #4b4948; text-align: center; letter-spacing: 0; line-height: 1.4; font-size: 18px; font-style: normal; font-weight: 400; font-family: 'M PLUS Rounded 1c', sans-serif; }
.top-medical .medical-box .btn { position: relative; top: 10px; display: inline-block; margin-bottom: 10px; padding: 3px 16px; color: #4b4948; border: 2px solid #74c7f6; border-radius: 20px; transition: ease-in-out 0.1s; text-align: center; letter-spacing: 0.12em; line-height: 1; font-weight: 600; font-size: 10px; font-family: 'M PLUS Rounded 1c', sans-serif; }
.top-medical .medical-box .btn::after { content: ''; position: absolute; top: 0; bottom: 0; right: 6px; margin: auto; width: 5px; height: 5px; border-top: 1px solid #74c7f6; border-right: 1px solid #74c7f6; display: inline-block; transition: 0.1s ease-in-out; transform: rotate(45deg); }
.top-medical .medical-box .btn:hover { color: #fff; background: #50baf4; }
.top-medical .medical-box .btn:hover::after { border-color: #fff; }
.top-medical .medical-box a:hover { opacity: .8; box-shadow: 0 0 64px rgba(4,9,21,.13); }
.top-medical .medical-box a:nth-child(1) .img { width: 50px; left: 16px; }
.top-medical .medical-box a:nth-child(2) .img { width: 48px; }
.top-medical .medical-box a:nth-child(3) .img { width: 40px; top: 26px; }
.top-medical .medical-box a:nth-child(4) .img { width: 36px; top: 30px; }
.top-medical .medical-box a:nth-child(5) .img { width: 42px; top: 26px; }
.top-medical .medical-box a:nth-child(6) .img { width: 56px; top: 24px; }
.top-medical .medical-box a:nth-child(7) .img { width: 43px; }
.top-medical .medical-box a:nth-child(8) .img { width: 50px; left: 2px; }
/* .top-medical .medical-box a:nth-child(9) .img { width: 50px; left: 16px; } */
.top-medical .medical-box a:nth-child(1) { background-image: url(../images/medical2_icon1_bg.png); }
.top-medical .medical-box a:nth-child(2) { background-image: url(../images/medical2_icon2_bg.png); }
.top-medical .medical-box a:nth-child(3) { background-image: url(../images/medical2_icon3_bg.png); }
.top-medical .medical-box a:nth-child(4) { background-image: url(../images/medical2_icon4_bg.png); }
.top-medical .medical-box a:nth-child(5) { background-image: url(../images/medical2_icon5_bg.png); }
.top-medical .medical-box a:nth-child(6) { background-image: url(../images/medical2_icon6_bg.png); }
.top-medical .medical-box a:nth-child(7) { background-image: url(../images/medical2_icon7_bg.png); }
.top-medical .medical-box a:nth-child(8) { background-image: url(../images/medical2_icon8_bg.png); }
.top-medical .medical-box a:nth-child(9) { background-image: url(../images/medical2_icon1_bg.png); }

.top-schedule { position: fixed; top: 200px; right: 0; width: 660px; pointer-events: none; z-index: 999; }
.top-schedule .top-schedule-content { padding: 22px 64px 30px 0; border-radius: 48px 0 0 48px; background-color: #fff; pointer-events: auto; transform: translateX(660px); transform: translateX(calc(100% - 108px)); box-shadow: 0 0 32px rgb(9 53 94 / 17%); transition: all .4s ease-out; }
.top-schedule .top-schedule-content:hover { transform: translateX(0); }
.top-schedule .schedule-titl { padding: 4px 32px; margin-right: 48px; border-right: solid 2px #E8E8E8; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; white-space: nowrap; font-weight: 700; font-size: 107%; letter-spacing: .2em; color: #50baf4; }
.top-schedule .schedule-table { width: 430px; letter-spacing: .08em; font-family: 'M PLUS Rounded 1c', sans-serif; }
.top-schedule .schedule-table .table-2 table { margin-bottom: 16px; width: 100%; }
.top-schedule .schedule-table .add i { margin-right: 6px; color: #50baf4; }
.top-schedule .schedule-table .add a { margin-left: 10px; padding: 0 10px; font-size: 12px; border-radius: 20px; border: 1px solid #50baf4; }

.top-sympto { padding: 100px 0; background: #f3fafe; }
.top-sympto .sympto-menu .menu-item { padding: 14px 12px 10px 12px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 8px; background: #ffffff; box-shadow: 0 2px 0 0 #b3e0fb; border-radius: 4px; transition: .15s ease-out; }
.top-sympto .sympto-menu .menu-item a { display: block; padding: 6px; color: #ffffff; background: #50baf4; border-radius: 3px; font-size: 14px; line-height: 1; }
.top-sympto .sympto-menu .menu-item a:hover { opacity: .8; }
.top-sympto .sympto-menu .menu-item a.num1 { background: #74c7f6; }
.top-sympto .sympto-menu .menu-item a.num2 { background: #a9c3d9; }
.top-sympto .sympto-menu .menu-item a.num3 { background: #e7b397; }
.top-sympto .sympto-menu .menu-item a.num4 { background: #ff9c9c; }
.top-sympto .sympto-menu .menu-item a.num5 { background: #e5dc96; }
.top-sympto .sympto-menu .menu-item a.num6 { background: #acd2e0; }
.top-sympto .sympto-menu .menu-item a.num7 { background: #bed4a7; }
.top-sympto .sympto-menu .menu-item a.num8 { background: #f2a9be; }
.top-sympto .sympto-menu .menu-item a.num9 { background: #a1887f; }
.top-sympto .sympto-menu .menu-item h4 { margin-bottom: 0; }
.top-sympto .sympto-menu .menu-item p { margin-bottom: 0; font-size: 12px; }
.top-sympto .sympto-menu .menu-item li { margin-right: 3px; margin-bottom: 6px; display: inline-block; }
.top-sympto .sympto-menu .titl--1 { font-size: 16px; }
.top-sympto .sympto-menu .titl--1 .dot::after { display: none; }

.top-recruit { position: relative; padding-top: 32px; padding-bottom: 62px; background: #fff; }
.top-recruit::before { content: ''; position: absolute; bottom: 0; right: 0; left: 0; z-index: 1; display: block; height: 50%; background-color: #f3fafe; }
.top-recruit a { position: relative; display: block; width: 90%; margin: 0 auto; z-index: 2; }
.top-recruit img { width: 100%; max-width: 100%; }
.top-recruit .img { position: relative; z-index: 10; }


/* フッター -----------------------------------------------------*/
.footer { position: relative; }
.footer::before { position: absolute; content: ''; background: #50baf4; background-size: cover; background-position: top center; width: 100%; height: 13px; top: 0px; }
.footer-slide { position: relative; background: #fff; }
.footer-info .container-or { display: block; padding: 100px 0 68px; }
.footer-info .footer-left { width: auto; }
.footer-info .footer-right { width: auto; }
.footer-info .footer-right img { width: 100%; }
.footer-info .footer-right iframe { width: 100%; }
.footer-info .footer-logo,
.footer-info .footer-logo img { width: 96%; height: auto; }
.footer-info .footer-logo { margin-bottom: 30px; }
.footer-info .footer-info dd { letter-spacing: 0.1em; font-size: 18px; font-family: 'M PLUS Rounded 1c', sans-serif; }
.footer-info .footer-add { margin-bottom: 3px; letter-spacing: 0.1em; font-size: 18px; }
.footer-info .footer-tel { padding-top: 0; }
.footer-info .footer-tel a { display: inline-block; position: relative; color: #50baf4; font-size: 33px; letter-spacing: 0.1em; font-weight: 500; font-family: 'Roboto',sans-serif; }
.footer-info .footer-tel a:hover { color: #5ba0e2; text-decoration: none; }
.footer-info .footer-tel i { font-size: 21px; position: relative; top: -2px; transform: rotate(22deg); }
.footer-info .footer-med { margin-bottom: 26px; padding-top: 13px; font-size: 16px; letter-spacing: 0.05em; font-weight: 400; font-style: normal; font-family: 'M PLUS Rounded 1c', sans-serif; }
.footer-info .footer-med span { display: inline-block; width: 48%; margin: 1%; margin-top: 6px; padding: 1% 3%; background-color: #f3fafe; border-radius: 5px; text-align: center; letter-spacing: 0.05em; vertical-align: 9%; font-size: 15px; }
.footer-info .footer-sche .table-1 table{margin-bottom:16px; width: 100%; font-family: 'M PLUS Rounded 1c', sans-serif; }
.footer-info .footer-sche p{display: inline-block; font-size: 16px; letter-spacing: 0.05em; font-family: 'M PLUS Rounded 1c', sans-serif; }
.footer-info .footer-map iframe { width: 100%; height: 420px; }
.footer-info .footer-copy { margin: 10px 0 45px; padding: 0; text-align: right; color: #50baf4; }
.footer-info .footer-copy small { line-height: 1; font-size: 12px; letter-spacing: 0.2em; border-bottom: 2px solid #50baf4; font-weight: 300; font-style: italic; font-family: 'Noto Sans', sans-serif; }


/* サイドバー -----------------------------------------------------*/
.sidebar select { margin-bottom: 0; }
.sidebar .widget-titl { margin-bottom: 28px; padding-left: 16px; font-size: 24px; letter-spacing: .1em; line-height: 1.22; border-left: solid 4px #50baf4; font-family: 'M PLUS Rounded 1c', sans-serif; }
.sidebar .widget-item:not(:last-child) { margin-bottom: 46px; }
.sidebar .widget-item li { border-bottom: solid 1px #eee; font-weight: 400; font-family: 'M PLUS Rounded 1c', sans-serif; }
.sidebar .widget-item li a { position: relative; display: inline-block; padding: 16px 0 16px 30px; color: #4b4948; }
.sidebar .widget-item li a::before { content: ''; position: absolute; top: 2px; bottom: 0; left: 0; margin: auto; display: inline-block; width: 7px; height: 7px; border-top: solid 2px #50baf4; border-right: solid 2px #50baf4; transform: translateY(-3px) rotate(45deg); }
.sidebar .widget-item li span { display: block; }
.sidebar .widget-item .date { color: #aaa; font-size: 12px; }
.sidebar .widget-category li a::before { top: 12px; bottom: auto; }
.sidebar .widget-category .children { margin-bottom: 0; padding-left: 15px; }
.sidebar .widget-category .children > li { margin-bottom: 0; border-bottom: none; }
.sidebar .widget-category .children > li:last-child { margin-bottom: 0; }
.sidebar .widget-category .children > li > a { padding-left: 20px; }
.sidebar .widget-category .children > li > a::before { display: inline-block; width: 7px; height: 2px; background: #eee; border: none; transform: none; }
.sidebar .screen-reader-text { font-size: 0; display: none; }


/* アーカイブ -----------------------------------------------------*/
.archive-list .post { position: relative; display: block; margin-bottom: 24px; padding: 24px 28px; border-radius: 24px; background-color: #f3fafe; font-family: 'Roboto',sans-serif; }
.archive-list .date { margin-right: 16px; margin-bottom: 4px; color: #aaa; font-size: 12px; }
.archive-list .titl { margin-bottom: 12px; }
.archive-list .titl a { color: #4b4948; letter-spacing: .08em; font-size: 22px; text-decoration: none; font-family: 'M PLUS Rounded 1c', sans-serif; transition: all .4s ease; }
.archive-list .titl a:hover { color: #50baf4; }
.archive-list .cate { overflow: hidden; }
.archive-list .cate span { display: inline-block; vertical-align: middle; font-size: 13px; background-color: #50baf4; color: #fff; line-height: 1; padding: 6px 12px 5px; border-radius: 16px; float: left; margin-right: 4px; margin-bottom: 4px; white-space: nowrap; }

.archive-content .post { position: relative; display: block; margin-bottom: 24px; padding: 24px 28px; border-radius: 24px; background-color: #f3fafe; font-family: 'Roboto',sans-serif; }
.archive-content .date { margin-right: 16px; margin-bottom: 4px; color: #aaa; font-size: 12px; }
.archive-content .titl { margin-bottom: 12px; color: #4b4948; letter-spacing: .08em; font-size: 24px; text-decoration: none; font-family: 'M PLUS Rounded 1c', sans-serif; transition: all .4s ease; }
.archive-content .cate { margin-bottom: 40px; overflow: hidden; }
.archive-content .cate span { display: inline-block; vertical-align: middle; font-size: 13px; background-color: #50baf4; color: #fff; line-height: 1; padding: 6px 12px 5px; border-radius: 16px; float: left; margin-right: 4px; margin-bottom: 4px; white-space: nowrap; }
.archive-content .thumbnail { text-align: center; margin-bottom: 100px; }
.archive-content .thumbnail img { margin: 0 auto; }

/*パンくず*/
.breadcrumb { width: auto; padding: 20px 0; font-size: 14px; line-height: 1; font-weight: 400; font-style: normal; }
.breadcrumb i { margin-right: 5px; color: #50baf4; }
.breadcrumb li { margin-right: 5px; line-height: 1; }
.breadcrumb li::after { font-family: FontAwesome; content: '>'; padding-left: 10px; }
.breadcrumb li:last-child::after { content: none; }

/*ページネーション*/
.pagination { margin:45px auto; }
.pagination > * { font-weight: 700; font-size: 14px; }
.pagination a,
.pagination span { display: block; padding: 3px; }
.pagination a { transition: all .4s ease; }
.pagination a:hover { opacity: .8; }
.pagination .prev,
.pagination .next,
.pagination .prev-link,
.pagination .next-link { position: relative; }
.pagination .prev,
.pagination .prev-link { border-left: none; }
.pagination .next-link a { border-left: 0; }
.pagination .next a,
.pagination .next-link a { display: block; padding: 3px; color: #50baf4; }
.pagination .prev,
.pagination .prev-link a { padding-left: 16px; padding-right: 0; }
.pagination .next,
.pagination .next-link a { padding-right: 16px; padding-left: 0; }
.pagination .prev i,
.pagination .next i,
.pagination .prev-link i,
.pagination .next-link i { position: absolute; top: 0; bottom: 0; margin: auto; height: 15px; }
.pagination .prev i,
.pagination .prev-link i { left: 0; }
.pagination .next i,
.pagination .next-link i { right: 0; }
.pagination .prev i::before,
.pagination .next i::before,
.pagination .prev-link i::before,
.pagination .next-link i::before{color: #50baf4; }
.pagination .list-link { margin-right: 20px; margin-left: 20px; }
.pagination .list-link a { padding: 3px 0; }

/*404*/
.notfound { text-align: center; }
.notfound p { font-size: 15px; }
.notfound .btn { margin-top: 60px; }


/* その他 -----------------------------------------------------*/

/*ボックス*/
.box-1 { padding: 45px 5% 25px; }
.box-2 { padding: 45px 5% 25px; }
.w-1 { width:100%; }

/*矢印*/
.arrow-b::after { content: ''; position: absolute; bottom: -36px; left: 0; right: 0; margin: auto; display: block; width: 12px; height: 12px; border-right:3px solid #50baf4; border-bottom: 3px solid #50baf4; transform: rotate(45deg); }

/*タイトル*/
.heading-1 { position: relative; padding-top: 103px; }
.heading-1::before { content: ''; position: absolute; width: 92px; height: 92px; left: 0; right: 0; top: 0; margin: auto; background-image: url(../images/heading_icon.png); background-repeat: no-repeat; background-position: center; background-size: cover; }
.heading-1 h2 { color: #4b4948; text-align: center; letter-spacing: 0.15em; line-height: 1.4; font-size: 30px; font-style: normal; font-weight: 400; font-family: 'M PLUS Rounded 1c', sans-serif; }
.heading-1 p { color: #50baf4; text-align: center; letter-spacing: 0.2em; font-weight: 400; font-size: 14px; font-family: 'Noto Sans', sans-serif; margin-bottom: 0; }
.heading-1.dot::after { content: ''; position: absolute; width: 200px; height: 10px; bottom: -30px; left: 0; right: 0; margin: auto; background-image: url(../images/heading_dot.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.heading-1.bar::after { content: ''; position: absolute; width: 200px; height: 4px; bottom: -30px; left: 0; right: 0; margin: auto; background-image: url(../images/heading_bar.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.heading-1.staff-titl::before { background-image: url(../images/staff_icon.png); }
.heading-1.price-titl::before { background-image: url(../images/price_icon.png); }
.heading-1.staff-titl::before { background-image: url(../images/staff_icon.png); }
.heading-1.news-titl::before { background-image: url(../images/news_icon.png); }
.heading-1.medical-titl::before { background-image: url(../images/medical_icon.png); }
.heading-1.home-titl::before { background-image: url(../images/home_icon.png); }
.heading-1.first-titl::before { background-image: url(../images/first_icon.png); }
.heading-1.clinic-titl::before { background-image: url(../images/clinic_icon.png); }
.heading-1.access-titl::before { background-image: url(../images/access_icon.png); }
.heading-1.news-titl_::before{background-image: url(../images/news_icon_.png); }
.heading-2 { position: relative; padding-bottom: 15px; border-bottom: dotted 2px #74c7f6; }
.heading-2 h2 { letter-spacing: 0.15em; color: #3c3c3c; font-size: 20px; font-weight: 400; font-style: normal; line-height: 1.6; font-family: 'M PLUS Rounded 1c', sans-serif; }
.heading-3 h2 { letter-spacing: 0.15em; color: #3c3c3c; font-size: 20px; font-weight: 400; font-style: normal; line-height: 1.6; font-family: 'M PLUS Rounded 1c', sans-serif; display: inline; border-bottom: 3px solid #faed00; }
.heading-4 { border-bottom:1px solid #50baf4; padding:10px 0; display: inline-block; margin-left: auto; margin-right: auto; margin-bottom:10px; }
.heading-5 { font-size:16px; font-weight: bold; }
.heading-6 { text-align:center; font-weight: bold; color:#50baf4; font-size:22px; }
.heading-7 { color:#c6740c; font-weight: bold; text-align:center; font-size:18px; }
.heading-8 { color:#FFF; background-color: #50baf4; width:100%; height: 100%; font-size:24px; font-weight: bold; padding:10px; }
.heading-9 { font-size:20px; font-weight: bold; }
.heading-10 { font-size:18px; font-weight: bold; }
.num { display: block; font-size:30px; font-style: italic; }
.number { position: absolute; top:0; left:0; width:60px; height: 60px; border-radius: 60px; display: flex; justify-content: center; align-items: center; background-color: #50baf4; color:#FFF; font-size:28px; }
.img-1 { border-radius: 100px; width:210px; height:210px; object-fit: cover; }
.box-3 { max-width:720px; margin-left:auto; margin-right:auto; }
.box-4 { max-width:980px; margin-left:auto; margin-right:auto; }
.box-5 { overflow: hidden; }
.absolute-1 { position:static; bottom:-60px; right:0; background-color:#FFF; width:100%; }
.absolute-1-r { padding:20px 20px 0 20px }
.bg-1 { background-color: #edece6; height: 100%; }

.list-1 { background-color: #eaf1f8; }
.list-1 div { position: relative; }
.list-1 div::after { position:absolute; top:20px; right:10px; content:'\f105'; font-family: "Font Awesome 5 Free"; font-weight: 900; color:#50baf4; }
.list-2 { position: relative; width:100%; height: 100%; display: block; width: max-content; margin-left: auto; margin-right: auto; }
.block { display: block; }
.b-2 { border-bottom: 1px solid #FFF; }
.titl-1, .titl-2,.titl-3,.titl-4,.titl-5,
.titl-6,.titl-7,.titl-8,.titl-9 { font-size: 23px; }
.titl--1, .titl--2, .titl--3 { font-size: 20px; }
.titl-1.point { position: relative; padding: 0 0 14px; border-bottom: 1px solid #50baf4; text-align: left; letter-spacing: 0.08em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl-1.point span { display: block; font-size: 11px; letter-spacing: 0.1em; color: #50baf4; font-style: italic; font-family: 'Noto Sans', sans-serif; font-weight: 500; }
.titl-1.point em { margin-left: 3px; font-size: 16px; letter-spacing: 0.05em; color: #50baf4; font-family: 'Roboto',sans-serif; }
.titl-2 { position: relative; padding: 14px 0 14px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl-2.hai { padding: 8px 14px 8px 55px; }
.titl-2.hai::before { content: ''; position: absolute; width: 40px; height: 40px; top: 5px; left: 0; margin: auto; background-image: url(../images/ha_icon.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.titl-3 { position: relative; padding: 8px 0 10px 18px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; border-left: 4px solid #50baf4; }
.titl-4 { position: relative; padding: 6px 0 10px 18px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; border-left: 4px solid #50baf4; border-bottom: 1px solid #50baf4; }
.titl-5 { position: relative; padding: 6px 0 10px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl-5::after { content: ""; position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 2px; background: -moz-linear-gradient(to right, #50baf4, transparent); background: -webkit-linear-gradient(to right, #50baf4, transparent); background: linear-gradient(to right, #50baf4, transparent); }
.titl-6 { position: relative; padding: 10px 0 10px 22px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; color: #ffffff; background: #50baf4; border-radius: 6px; }
.titl-7 { position: relative; padding: 8px 0 8px 16px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; border: 6px solid #b0dff9; border-radius: 12px; }
.titl-8 { position: relative; padding: 6px 0 6px 35px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl-8::before { content:""; position:absolute; top: 14px; left: 0; margin: auto; width: 22px; height: 22px; display: block; border: 4px solid #50baf4; border-radius: 100%; }
.titl-9 { position: relative; padding: 6px 0 6px 35px; text-align: left; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl-9::before { content:""; position:absolute; top: 20px; left: 0; margin: auto; width: 22px; height: 4px; display: block; background: #50baf4; border-radius: 3px; }
.titl--1 { position: relative; padding: 0; letter-spacing: 0.15em; line-height:2.2; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl--1 .dou { padding-bottom: 6px; border-bottom: 4px double #50baf4; }
.titl--1 .arr { padding: 0 0 6px 30px; }
.titl--1 .arr::before { content: ''; position: absolute; width: 20px; height: 20px; top: 3px; left: 0; margin: auto; background-image: url(../images/line-arrow.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.titl--1 .dot { position: relative; display: inline-block; }
.titl--1 .dot::after { content: ''; position: absolute; bottom: 0; left: 0; background: url(../images/line-dot.svg) repeat-x; background-size: 6px 2px; width: 100%; height: 2px; }
.titl--2 { position: relative; padding: 0; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; }
.titl--2 span { display: inline-block; padding: 8px 12px; border: 1px solid #50baf4; }
.titl--3 { position: relative; padding: 0; letter-spacing: 0.15em; line-height: 1.4; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 700; }
.titl--3 span { display: inline-block; padding-bottom: 5px; border-bottom: 2px dashed #50baf4; }

/*ボタン*/
.button-1 { position: relative; top: 10px; }
.button-1 a { position: relative; display: inline-block; padding: 8px 46px; border: 3px solid #50baf4; border-radius: 20px; color: #4b4948; background-color: #fff; transition: ease-in-out 0.1s; text-align: center; letter-spacing: 0.05em; line-height: 1; font-weight: 500; font-size: 17px; font-family: 'M PLUS Rounded 1c', sans-serif; }
.button-1 a::after { content: ''; position: absolute; top: 0; bottom: 0; right: 13px; margin: auto; width: 7px; height: 7px; border-top: 2px solid #50baf4; border-right: 2px solid #50baf4; display: inline-block; transition: 0.1s ease-in-out; transform: rotate(45deg); }
.button-1 a:hover { color: #fff; background: #50baf4; }
.button-1 a:hover::after { border-color: #fff; }
.button-2 { position: relative; top: 10px; }
.button-2 a { position: relative; display: inline-block; padding: 18px 46px; border: 3px solid #50baf4; border-radius: 50px; color: #50baf4; background-color: #fff; transition: ease-in-out 0.1s; text-align: center; letter-spacing: 0.05em; line-height: 1; font-weight: 500; font-size: 17px; font-family: 'M PLUS Rounded 1c', sans-serif; }
.button-2 a::after { content: ''; position: absolute; top: 0; bottom: 0; right: 30px; margin: auto; width: 7px; height: 7px; border-top: 2px solid #50baf4; border-right: 2px solid #50baf4; display: inline-block; transition: 0.1s ease-in-out; transform: rotate(45deg); }
.button-2 a:hover { color: #fff; background: #50baf4; }
.button-2 a:hover::after { border-color: #fff; }

/*テーブル*/
.table-1 table { margin-bottom: 12px; border-spacing: 0; border-collapse: collapse; white-space: nowrap; color: #4b4948; font-size: 16px; }
.table-1 td,.table-1 th { border: solid 1px #E8E8E8; padding: 1.5% 0; vertical-align: middle; text-align: center; font-weight: 500; font-size: 14px; }
.table-1 th{width: 30%; line-height:1; letter-spacing: 0.1em; white-space:nowrap; }
.table-1 td{width: 10%; letter-spacing: 0; }
.table-1 tr:not(:first-child) td { color: #50baf4; }
.table-2 table { border-spacing: 0; border-collapse: collapse; white-space: nowrap; font-size: 16px; }
.table-2 tr { border-bottom: solid 1px #E8E8E8; }
.table-2 th,
.table-2 td { padding: 1.5% 0; border-bottom: solid 1px #E8E8E8; font-size: 14px; }
.table-2 th:first-child { padding-left: 0; padding-right: 0; text-align: center; }
.table-2 th { width: 30%; }
.table-2 td { width: 10%; text-align: center; }
.table-2 tr:not(:first-child) td { color: #50baf4; }

/*fixednavi[js]*/
.fixed { position: fixed; top: 0; left: 0; }

/*ページトップ[js]*/
.pagetop { position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; width: 80px; height: 40px; border-radius: 40px 40px 0 0; background: #50baf4; text-align: center; cursor: pointer; }
.pagetop i { position: relative; display: block; }
.pagetop i::before { content: ''; position: absolute; display: block; margin: auto; top: 22px; right: 0; left: 0; width: 15px; height: 15px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/*mainslider [js]*/
@keyframes zoomUp { 0% { transform: scale(1); } 100% { transform: scale(1.15); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { animation: zoomUp 10s linear 0s 1 normal both; }
.slide-img img { display: block; width: 100%; }

/*infiniteslider [js]*/
.infiniteslide-wrapper { display: block; overflow:hidden; }
.infiniteslide-wrapper,
.infiniteslide-wrapper li,
.infiniteslide-wrapper li img { width: auto; height: 235px; }


/* ページ -----------------------------------------------------*/

/*サイトマップ*/
.main .sitemap-box .menu { width: auto; margin: 0 auto; padding-left:3%; }
.main .sitemap-box .menu li { margin-bottom: 16px; font-weight: 500; }
.main .sitemap-box .menu li a { position: relative; display: block; padding-left: 30px; text-decoration: none; color: #4b4948; font-size: 16px; font-weight: 600; font-family: 'M PLUS Rounded 1c', sans-serif; transition: all .4s ease-out; outline: none; }
.main .sitemap-box .menu li a::before { content: ''; position: absolute; top: 5px; bottom: 0; left: 0; margin: auto; display: inline-block; width: 7px; height: 7px; border-top: solid 2px #50baf4; border-right: solid 2px #50baf4; transform: translateY(-3px) rotate(45deg); }
.main .sitemap-box .sub-menu { margin: 20px 0 10px; padding-left: 30px; }
.main .sitemap-box .sub-menu li a { padding-left: 20px; font-size: 14px; }
.main .sitemap-box .sub-menu li a::before { top: 0; width: 7px; height: 2px; background: #eee; border: none; transform: none; }

/*アクセス*/
.main .access-box .heading-1::before { background-image: url(../images/access_icon.png); }
.main .access-box iframe { width: 100%; }
.main .access-box .access-map dt { margin-bottom: 10px; }
.main .access-box .access-info { margin-top: 60px; padding: 15px 6% 10px; border-radius: 12px; background: rgb(80 186 244 / 90%); color: #fff; }
.main .access-box .access-info dt { margin-bottom: 6px; }
.main .access-box .access-info dd { margin-bottom: 3px; font-size: 14px; }
.main .clinicinfo li { padding: 12px 0; border-bottom: 1px solid #E8E8E8; }
.main .clinicinfo li:last-child { padding: 12px 0 0 0; border: none; }
.main .clinicinfo dl:after { display: block; clear: both; content: ""; }
.main .clinicinfo dt { margin-bottom: 4px; padding-left: 2px; color: #50baf4; letter-spacing: 0.1em; font-weight: 700; font-style: normal; font-family: 'M PLUS Rounded 1c', sans-serif; }
.main .clinicinfo dd { margin-bottom: 0; }
.main .clinicinfo table { max-width: 520px; width: 100%; margin-bottom: 1em; border: 1px solid #E8E8E8; }
.main .clinicinfo .depart span { display: inline-block; margin-right: 6px; }

/*院内設備　facility flexslider[js]*/
.main .facility-slide .flexslider:after { display: block; clear: both; content: ""; }
.main .facility-slide .flexslider { position:relative; width: 100%; margin-bottom: 0; }
.main .facility-slide .flexslider li div { display:table; position:relative; margin-top:-60px; margin-left:20px; background-color: rgba(255,255,255,0.9); }
.main .facility-slide .flexslider p { display:table-cell; padding:8px 10px; vertical-align:middle; font-size:16px; font-weight: 500; color:#002A64; }
.main .facility-slide .flex-control-thumbs .flex-active img { border: 5px solid #aaa; }
.main .facility-slide .flex-control-nav.flex-control-thumbs { width: 100%; margin-top: 46px; display: flex; flex-wrap: wrap; justify-content: flex-start; }
.main .facility-slide .flex-control-thumbs li  {  position:relative; margin-bottom: 16px; padding: 0 8px; background-color: #fff; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.main .facility-slide .flexslider li div h4 { padding: 5px 10px; font-weight: 500; }
.main .facility-slide .flex-direction-nav  {  display: none; opacity: 0; }

/*院長挨拶*/
.main .greeting-box { font-family: 'M PLUS Rounded 1c', sans-serif; }
.main .greeting-img { position: relative; }
.main .greeting-txt { margin-top: 40px; padding: 40px 0 20px; }
.main .greeting-txt::before,
.main .greeting-txt::after { position: absolute; content: ""; width: 100%; height: 3px; left: 0; background: url(../images/greeting/greeting_border.png) no-repeat; }
.main .greeting-txt::before { top: 0; }
.main .greeting-txt::after { bottom: 0; }
.main .greeting-txt p { font-size: 16px; letter-spacing: 0.1em; margin-bottom: 1rem; }
main.main div.doctor-col { position:relative; padding-bottom:0; margin-bottom:100px; width: max-content; }
.main .doctor-img { margin-bottom: 100px; }
.main .doctor-name { position: absolute; bottom: -60px; left: 0; right: 0; margin: auto; /*width: 75%;*/ width:max-content; padding: 10px 28px; background-color: #50baf4; color: #fff; font-weight: 500; font-style: normal; font-family: 'M PLUS Rounded 1c', sans-serif; }
.main .doctor-name .carr { font-size: 18px; letter-spacing: 0.1em; text-align: left; border-bottom: 2px solid #fff; font-family: 'M PLUS Rounded 1c', sans-serif; }
.main .doctor-name .name { font-size: 30px; letter-spacing: 0.2em; padding-top: 10px; position: relative; }
.main .doctor-name .name em { position: absolute; top: 0; left: 0; font-size: 10px; letter-spacing: 0.2em; font-style: normal; }
.main .doctor-carr .titl-3 { font-size: 20px; }
/*.main .staff-box-1 { }
.main .staff-box-2 { }
.main .staff-box-3 { }*/
.main .staff-box-3::before { content: ''; position: absolute; bottom: 0; right: 0; left: 0; z-index: -1; display: block; height: 50%; background-color: #f3fafe; }
.main .staff-box-3 img { margin-bottom: 60px; }
/*.main .gallery { }*/
.main .gallery-item { -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; }
.main .gallery-titl { display: block; padding-bottom: 12px; border-bottom: 1px dashed #50baf4; letter-spacing: 0.15em; line-height: 1.4; font-size: 14px; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; }

/*診療内容*/
.main .sympto-menu .menu-item { padding: 14px 12px 10px 12px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 8px; background: #ffffff; box-shadow: 0 2px 0 0 #b3e0fb; border-radius: 4px; transition: .15s ease-out; }
.main .sympto-menu .menu-item a { display: block; padding: 6px; color: #ffffff; background: #50baf4; border-radius: 3px; font-size: 14px; line-height: 1; }
.main .sympto-menu .menu-item a.num1 { background: #74c7f6; }
.main .sympto-menu .menu-item a.num2 { background: #a9c3d9; }
.main .sympto-menu .menu-item a.num3 { background: #e7b397; }
.main .sympto-menu .menu-item a.num4 { background: #ff9c9c; }
.main .sympto-menu .menu-item a.num5 { background: #e5dc96; }
.main .sympto-menu .menu-item a.num6 { background: #acd2e0; }
.main .sympto-menu .menu-item a.num7 { background: #bed4a7; }
.main .sympto-menu .menu-item a.num8 { background: #f2a9be; }
.main .sympto-menu .menu-item a.num9 { background: #a1887f; }
.main .sympto-menu .menu-item a:hover { opacity: .8; }
.main .sympto-menu .menu-item h4 { margin-bottom: 0; }
.main .sympto-menu .menu-item p { margin-bottom: 0; font-size: 12px; }
.main .sympto-menu .menu-item li { margin-right: 3px; margin-bottom: 6px; display: inline-block; }
.main .sympto-menu .titl--1 { font-size: 16px; }
.main .sympto-menu .titl--1 .dot::after { display: none; }

.titl-10 {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.titl-10:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* iphone5-5s-se */
@media screen and (max-width:320px) { 
 
body { font-size: 15px; }


/* スマホメニュー -----------------------------------------------------*/
.sm-nav-logo { margin-left: 4%; }


 /* メイン -----------------------------------------------------sp*/
.mainvisual .container-or { margin: 0 4%; background-size: 145%; }
.mainvisual .headline-flame .headline { font-size: 23px; }


/* トップページ -----------------------------------------------------*/
.top-feature .feature-box .txt { font-size: 17px; }
.top-medical .medical-box .titl { font-size: 15px; }


/* その他 -----------------------------------------------------*/

/*infiniteslider [js]*/
.infiniteslide-wrapper,
.infiniteslide-wrapper li,
.infiniteslide-wrapper li img { height: 180px !important; }


}


/* pc-ipad */
@media (min-width: 576px) {
.w-1 { width:200px; }
.num { display: block; margin-right:0px; }
.absolute-1 { position:absolute; width:70%; }
.heading-8 { font-size:26px; }
.heading-9 { font-size:30px; }
.b-2 { border-right: 1px solid #FFF; }


html, body { min-width: 1200px; }

.header,
.main-content { margin-top: 0; }
.content, .sidebar { margin-bottom: 0; }
.content { width: 760px; }
.sidebar { width: 300px; }


/* メイン -----------------------------------------------------*/
.mainvisual{margin-top: 0; }
.mainvisual::before { top: 0; }
.mainvisual .container-or { margin: 0 auto; }
.mainvisual .main-cat { top: 37%; left: 0; width: 62%; margin: 0; }
.mainvisual .headline-flame .headline { font-size: 27px; }


/* トップページ -----------------------------------------------------*/
.top-news { padding: 40px 0 50px; }
.top-news .news-left { width: 215px; padding-bottom: 37px; background-color: #f3fafe; }
.top-news .news-right { width: 880px; }
.top-news .news-list li { padding: 13px 72px; background-color: #f3fafe; border-radius: 40px; }
.top-news .news-list li:last-child { margin-bottom: 0; }
.top-news .news-list .titl { display:inline; }

.top-greeting { padding-top: 198px; }
.top-greeting::before { top: 10px; height: 100%; background-size: cover; }
.top-greeting .greeting-box { width: 90%; margin: 0 auto 30px; padding: 60px; }
.top-greeting .greeting-box .img { float: left; margin-bottom: 0; margin-right: 30px; }
.top-greeting .greeting-box p { margin-bottom: 25px; }

.top-feature::before { height: 91%; }
.top-feature .feature-box { margin-bottom: 60px; }
.top-feature .feature-box .titl { left: -49px; padding: 5px 20px 5px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.top-feature .feature-box .titl h3 { width: 70%; padding: 0 0 0 7px; letter-spacing: 0.2em; text-align: left; }
.top-feature .feature-box .titl p { width: 26%; border-bottom: 0; }
.top-feature .feature-box .titl p::before { position: absolute; content: ''; right: 0; top: 10px; width: 2px; height: 66px; background-color: #50baf4; }
.top-feature .feature-box .img{width: 618px; }
.top-feature .feature-box .inf { position: absolute; right: 0; top: 36px; width: 600px; margin-top: 0; padding: 0; }
.top-feature .feature-box .txt { padding: 63px 42px 36px; }
.top-feature .feature-col .feature-left,
.top-feature .feature-col .feature-right { justify-content: space-between; }
.top-feature .feature-col .feature-box { width: calc(100% / 2); margin-bottom: 0; }
.top-feature .feature-col .feature-box:nth-child(2) { padding-top: 60px; }
.top-feature .feature-col .feature-box .img{width: 520px; }
.top-feature .feature-col .feature-box .inf { width: 480px; top: -61px; left: 61px; }
.top-feature .feature-col .feature-box .inf { position: relative; }
.top-feature .feature-col .feature-right .img{padding-left: 35px; padding-right: 0; }
.top-feature .feature-col .feature-right .img::before { left: 0; right: auto; }
.top-feature .btn { margin: 20px auto 60px; }

.top-medical { padding: 186px 0 118px; background-size: cover; }
.top-medical .medical-box .titl { margin-bottom: 6px; letter-spacing: 0.12em; font-size: 22px; }
.top-medical .medical-box .img { top: 30px; width:80px; height: 80px; }
.top-medical .medical-box .bg { padding: 120px 0 15px; }
.top-medical .medical-box .btn { padding: 6px 26px; font-size: 12px; }
.top-medical .medical-box .btn::after { right: 10px; width: 7px; height: 7px; border-width: 2px; }
.top-medical .medical-box a { width: 18.666%; padding: 15px; margin: 16px 35px;}
/* .top-medical .medical-box a:not(:nth-child(2n)) { margin-right: 1.2%; } */
/* .top-medical .medical-box a:not(:nth-child(4n)) { margin-right: 6%; } */
.top-medical .medical-box a:nth-child(1) .img { width: 80px; left: 16px; }
.top-medical .medical-box a:nth-child(2) .img { width: 78px; }
.top-medical .medical-box a:nth-child(3) .img { width: 70px; top: 36px; }
.top-medical .medical-box a:nth-child(4) .img { width: 66px; top: 40px; }
.top-medical .medical-box a:nth-child(5) .img { width: 72px; top: 36px; }
.top-medical .medical-box a:nth-child(6) .img { width: 86px; top: 34px; }
.top-medical .medical-box a:nth-child(7) .img { width: 73px; }
.top-medical .medical-box a:nth-child(8) .img { width: 80px; }
/* .top-medical .medical-box a:nth-child(9) .img { width: 80px; left: 16px; } */

.top-sympto .sympto-menu .menu-item { padding: 26px 22px; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; margin-bottom: 20px; border-radius: 10px; }
.top-sympto .sympto-menu .menu-item:hover { transform: translateY(-4px); }
.top-sympto .sympto-menu .menu-item:hover p { color: #50baf4; }
.top-sympto .sympto-menu .menu-item a { }
.top-sympto .sympto-menu .menu-item h4 { margin-bottom: 15px; }
.top-sympto .sympto-menu .menu-item p { margin-bottom: 0; font-size: 14px; }
.top-sympto .sympto-menu .titl--1 { font-size: 18px; }
.top-sympto .sympto-menu .titl--1 .dot::after { display: block; }

.top-recruit { padding-top: 156px; padding-bottom: 110px; }
.top-recruit::before { height: 46%; }
.top-recruit a { width: 780px; }


/* フッター -----------------------------------------------------*/
.footer-info .container-or { display: flex; padding: 100px 0; }
.footer-info .footer-left { width: 44%; }
.footer-info .footer-right { width: 50%; }
.footer-info .footer-logo { margin-bottom: 38px; }
.footer-info .footer-logo,
.footer-info .footer-logo img { width: 390px; }
.footer-info .footer-add { font-size: 16px; }
.footer-info .footer-tel a { font-size: 40px; }
.footer-info .footer-tel i { font-size: 26px; }
.footer-info .footer-med { margin: 15px auto 30px; padding-top: 0; font-size: 18px; }
.footer-info .footer-med span { margin: 0 9px 0 0; padding: 1px 12px; width: auto; text-align: right; }
.footer-info .footer-sche p { font-size: 18px; }
.footer-info .footer-map iframe { height: 468px; }
.footer-info .footer-copy { margin: 0; padding: 20px 0; }
.footer-info .footer-copy small { font-size: 16px; }


/* アーカイブ -----------------------------------------------------*/
.archive-list .date,
.archive-content .date { font-size: 13px; }
.archive-list .txt,
.archive-content .txt { font-size: 16px; }
.archive-list .titl a { font-size: 28px; }
.archive-content .date { font-size: 13px; }
.archive-content .cate { margin-bottom: 30px; }
.archive-content .titl { font-size: 36px; }

/*パンくず*/
.breadcrumb { padding-top: 60px; }

/*ページネーション*/
.pagination a,
.pagination span { padding: 16px; }
.pagination .next a,
.pagination .next-link a { padding: 16px; }
.pagination .prev,
.pagination .prev-link a { padding-left: 24px; padding-right: 0; }
.pagination .next,
.pagination .next-link a { padding-right: 24px; padding-left: 0; }
.pagination .list-link a { padding: 16px 0; }

/*404*/
.notfound p { font-size: 16px; line-height: 2; }


/* その他 -----------------------------------------------------*/

/*ボックス*/
.box-1 { padding: 60px 60px 48px; }
.box-2 { padding: 40px 40px 36px; }

/*テーブル*/
.table-1 th,
.table-1 td { font-size: 16px; }
.table-1 th { padding:8px 28px; }
.table-1 td { padding:8px 8px; }
.table-2 th,
.table-2 td { font-size: 16px; }
.table-2 th { padding:8px 28px; }
.table-2 td { padding:8px 8px; }

/*タイトル*/
.heading-1 h2 { font-size: 36px; }
.heading-2 h2, .heading-3 h2 { font-size: 28px; }
.heading-1 { padding-top: 113px; }
.heading-1::before { width: 102px; height: 102px; }
.heading-2 { padding-bottom: 20px; }
.heading-3 h2 { padding-bottom: 6px; }
.titl-1, .titl-2,.titl-3,.titl-4,.titl-5,
.titl-6,.titl-7,.titl-8,.titl-9 { font-size: 28px; }
.titl--1, .titl--2, .titl--3 { font-size: 22px; }
.titl-2.hai { padding: 14px 14px 14px 65px; }
.titl-2.hai::before { width: 50px; height: 50px; top: 8px; }
.titl-3 { padding: 10px 0 10px 24px; }
.titl-4 { padding: 6px 0 12px 24px; }
.titl-5 { padding: 6px 0 13px; }
.titl-6 { padding: 12px 0 12px 24px; }
.titl-7 { padding: 12px 0 12px 18px; border: 8px solid #b0dff9; }
.titl-9::before { top: 22px; }
/*.titl--1 { }
.titl--2 { }
.titl--3 { }*/

/*ボタン*/
.button-2 a { padding: 22px 66px; font-size: 20px; }

/*infiniteslider [js]*/
.infiniteslide-wrapper,
.infiniteslide-wrapper li,
.infiniteslide-wrapper li img { width: auto; height: 300px; }


/* ページ -----------------------------------------------------*/

/*サイトマップ*/
.main .sitemap-box .menu { width: 760px; }
.main .sitemap-box .menu li a { font-size: 20px; }
.main .sitemap-box .sub-menu li a { font-size: 18px; }

/*アクセス*/
.main .access-box .access-info { position: absolute; top: 60px; right: 20px; margin-top: auto; padding: 20px 27px 13px; }
.main .clinicinfo dl:after { display: block; clear: both; content: ""; }
.main .clinicinfo dt { float: left; width: 25%; margin-bottom: 0; }
.main .clinicinfo dd { float: left; width: 75%; }
.main .clinicinfo table { max-width: 520px; width: 100%; }

/*院内設備　facility flexslider[js]*/
.main .facility-slide .flexslider { margin-bottom: 100px; }
.main .facility-slide .slides { float: left; width: 73%; }
.main .facility-slide .flex-control-nav.flex-control-thumbs { float: right; width: 25%; margin-top: 0; }
.main .facility-slide .flex-control-thumbs li { position:relative; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

/*院長紹介*/
.main .greeting-box { padding: 60px 0; }
main.main div.doctor-col { padding-bottom:66px; margin-bottom: 0; }
.main .doctor-img { margin-bottom: 0; }
.main .doctor-img img { position: relative; top: -70px; }
.main .doctor-name { bottom: 0; left: -40px; /*width: 215px;*/width:max-content; }
.main .greeting-txt { margin-top: 0; padding: 60px 0; }
.main .greeting-txt p { margin-bottom: 25px; }
.main .greeting-txt p { font-size: 18px; }
.main .staff-box-2 .deco-img { position: absolute; bottom: 0; left: 0; }
.main .staff-box-3 img { margin-bottom: 0; }
/*.main .doctor-name { width: 70%; }*/
.main .gallery-item { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
.main .gallery-titl { font-size: 18px; }

/*診療内容*/
.main .sympto-menu .menu-item { padding: 26px 22px; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; margin-bottom: 20px; border-radius: 10px; }
.main .sympto-menu .menu-item:hover { transform: translateY(-4px); }
.main .sympto-menu .menu-item:hover p { color: #50baf4; }
.main .sympto-menu .menu-item h4 { margin-bottom: 15px; }
.main .sympto-menu .menu-item p { margin-bottom: 0; font-size: 14px; }
.main .sympto-menu .titl--1 { font-size: 18px; }
.main .sympto-menu .titl--1 .dot::after { display: block; }
}
/* インプラント */
.tabs {padding-bottom: 40px;background-color: #fff;width:100%;margin: 0 auto;overflow: hidden;display: block;}
.tab_item {width: calc(100%/3);height: 50px;border-bottom: 3px solid #e76d37;background-color: #a6aaac;line-height: 50px;font-size: 16px;text-align: center;color: #FFF;display: block;float: left;text-align: center;font-weight:600;transition: all 0.2s ease;}
input[name="tab_item"] {display: none;}
.tab_content {display: none;padding: 15px 15px 0;clear: both;overflow: hidden;width:100%;}
#implant:checked~#implant_content,#bridge:checked~#bridge_content,#dentures:checked~#dentures_content {display: block;}
.tabs input:checked+.tab_item {background-color: #e76d37;color: #fff;}
.dark-orange{color: #e76d37;}
@media (min-width: 992px) {
    .tabs{overflow: hidden;display: flex;flex-wrap: wrap;}
    .tab_content{display: block;width: calc(100%/3);min-height: 800px;}
    .tab_item,.tabs input:checked+.tab_item{background-color: #a6aaac;border-bottom: 3px solid #a6aaac;}
    .tabs input#implant:checked+.tab_item,.tabs .tab_item.implant_item {background-color: #e76d37;color: #fff;border-bottom: 3px solid #e76d37;}
}
/*@media (min-width: 576px) { 

}

@media (min-width: 768px) { 

}

@media (min-width: 992px) { 

}

@media (min-width: 1200px) { 

}*/
