@charset "utf-8";
@charset "utf-8";
@charset "utf-8";

 article, aside, canvas, details, figcaption, figure, header,
footer, hgroup, menu, nav, section, summary {
display: block;
}
section, div,dl,dt,dd,ul,li,table,td,th,input {
box-sizing: border-box;
} * {
margin: 0;
padding: 0;
}
html {
height: 100%;
font-size: 62.5%;
}
body {
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
-webkit-text-size-adjust: 100%;
word-break: break-all;
}
address {
font-style: normal;
}
xli {
padding-left: 1em; text-indent: -1em; }
img,a img {
border: 0;
}
img{
vertical-align: bottom;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table th {
text-align: left;
} input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
outline: none;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],input[type="email"]    {
-webkit-appearance : none;
border-radius: 0;
}
textarea   {
-webkit-appearance : none;
border-radius: 0;	
}  .txt-center { text-align: center;}
.txt-min { font-size: 80%;}
.txt-red { color: #C00}
.txt-l { text-align: right;}
.txt-r { text-align: right;}
.txt-red { color: #d9151a;}
.txt-blue { color: #156dd9;}
.marker { background: linear-gradient(transparent 60%, #ffff66 60%);} .float-l { float: left;}
.float-r { float: right;}
.overf { overflow:hidden;}
.clear { clear: both;} .img-l { float: left; margin: 0 30px 10px 0;}
.img-r { float: right; margin: 0 0 10px 30px;}
.img-center { display: block; margin: 0 auto;} .border-none { border: none!important;} .mb0 { margin-bottom: 0px!important;}
.mb5 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;} @media screen and (max-width: 640px) {
}
  body {
width: 100%;
color: #695849;
font-size: 1.6rem;
text-align: center;
letter-spacing: 0.1em;
word-wrap: break-word;
overflow-wrap: break-word;
margin: 0 auto;
}
img {
max-width: 100%;
height: auto;
}
p {
line-height: 1.8em;
}
.wrapper {
overflow: hidden;
text-align: left;
margin: 0 auto;
}
section ul,header ul,footer ul,.side ul,nav ul,.side-content ul,.footer-link {
list-style-type: none;
}
.font01 {
font-family: "Kiwi Maru", serif;
font-weight: 500;
}
.font02 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
}
section h2,section h3,section h4 {
font-family: "Kiwi Maru", serif;
font-weight: 500;
}
iframe {
vertical-align: bottom;
}
:root {
--color01: #a4886d;
--color02: #f4ede6;
--color03: #695849;
--color04: #ea7e1f;
--color05: #ecb75b;
--color06: #fcf6e0;
--font01: "Kiwi Maru", serif;
--font02: "Noto Sans JP", sans-serif;
}
.round img {
border-radius: 50px;
}
iframe {
box-sizing: border-box;
}
.br-sp {
margin: 0 0 0 10px;
} a:hover.alpha img {
opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}
a,a:visited {
color: #695849;
text-decoration: none;
} a {  
-webkit-transition: 0.4s ease-in-out;  
-moz-transition: 0.4s ease-in-out;  
-o-transition: 0.4s ease-in-out;  
transition: 0.4s ease-in-out;  
}  
.fade a {  
-webkit-transition: 0.4s ease-in-out;  
-moz-transition: 0.4s ease-in-out;  
-o-transition: 0.4s ease-in-out;  
transition: 0.4s ease-in-out;  
}  
.fade a:hover {  
opacity: 0.4;  
filter: alpha(opacity=90);  
}
.link01 a {
text-decoration: underline;
} .header {
overflow: hidden;
padding: 15px 0;
}
.header__logo {
float: left;
width: 300px;
margin-top: 15px;
}
.header-info {
float: right;
width: 300px;
color: #fff;
text-align: center;
background-color: var(--color01);
border-radius: 25px;
padding: 10px 0 0 0;
}
.header-info__txt {
font-size: 1.1rem;
line-height: 100%;
letter-spacing: 0;
margin-bottom: 5px;
}
.tel-cmn {
font-size: 2.2rem;
font-family: var(--font02);
font-weight: 700;
line-height: 100%;
margin-bottom: 5px;
}
.tel-cmn__tit {
font-size: 60%;
}
.header-info__time {
display: block;
color: #fff;
font-family: var(--font01);
font-size: 1.4rem;
font-weight: 500;
background-color: var(--color03);
border-radius: 0 0 25px 25px;
padding: 7px 0;
}
.header-info__time:visited {
color: #fff;
}
.header-info__time::before {
content: "\f0a9";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 7px;
}
.header-info__time:hover {
background-color: var(--color04);
} .nav {
background-color: var(--color01);
padding-bottom: 10px;
margin-bottom: 20px;
}
.gnav {
display: flex;
}
.gnav__item {
font-family: var(--font01);
font-weight: 500;
flex-grow: 1;
text-align: center;
}
.gnav__item a {
display: block;
color: #fff;
text-align: center;
padding: 30px 0;
margin: 0 auto;
} .page {
position: relative;
overflow: hidden;
background: linear-gradient(0deg,var(--color01) 0%,var(--color01) 50%,#fff 50%,#fff 100%);
}
.page__inner {
width: 90%;
background: url(//higashimatsuyama-ah.com/images/cmn-images/page-bg.jpg) 50% 50% no-repeat;
border-radius: 70px;
max-width: 1600px;
padding: 200px 0;
margin: 0 auto;
}
.page__tit {
display: inline-block;
font-family: var(--font01);
font-size: clamp(2.2rem,4vw,3.5rem);
font-weight: 400!important;
background-color: #fff;
border-radius: 80px;
padding: 5px 30px;
margin-left: 30px;
} #topic-path {
text-align: right;
font-size: 1.3rem;
margin-bottom: 40px;
}
#topic-path a {
text-decoration: underline;
} section h1 {
margin-bottom: 50px;
}
section h2 {
margin-bottom: 50px;
}
section h3 {
margin-bottom: 40px;
}
section h4 {
margin-bottom: 30px;
}
section,article {
clear: both;
overflow: hidden;
margin-bottom: 80px;
}
section p {
margin-bottom: 20px;
}
.section-min {
overflow: hidden;
margin-bottom: 60px;
}
.link-margin {
margin-top:　-100px;
padding-top:　100px;
} .ul-2column {
overflow: hidden;
width: 104%;
}
.ul-2column li {
float: left;
width: 46%;
margin-right: 4%;
}
.ul-2column02 li {
float: left;
width: 50%;
}
.ul-3column {
overflow: hidden;
width: 103.333%;
}
.ul-3column li {
float: left;
width: 30%;
margin-right: 3.333%;
}
.ul-3column02 li {
float: left;
width: 33.3333%;
}
.ul-4column {
overflow: hidden;
width: 102%;
}
.ul-4column li {
float: left;
width: 23%;
margin-right: 2%;
}
.ul-5column {
overflow: hidden;
width: 102%;
}
.ul-5column li {
float: left;
width: 18%;
margin-right: 2%;
} .div-2column {
overflow: hidden;
width: 105%;
}
.div-2column .inner {
float: left;
width: 45%;
margin-right: 5%;
}
.div-3column {
overflow: hidden;
width: 103.333%;
}
.div-3column .inner {
float: left;
width: 30%;
margin-right: 3.333%;
} .li-cmn01 li {
padding-left: 1.2em;
text-indent: -1.2em;
margin-bottom: 10px;
}
.li-cmn01 li:before{
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: var(--color05);
margin-right: 10px;
}
.li-cmn02 li {
list-style-type: none;
counter-increment: number;
padding-left: 1.7em;
text-indent: -1.7em;
margin-bottom: 10px;
}
.li-cmn02 li::before{
content: counter(number) ".";
margin-right: 10px;
color: var(--color04);
font-family: var(--font02);
font-weight: 700;
}
.li-cmn03 li {
margin-bottom: 10px;
}
.li-cmn03 li:before {
content: "※";
} .tit-cmn01 {
font-size: clamp(2rem,3.5vw,3rem);
text-align: center;
line-height: 100%;
}
.tit-cmn01 img {
display: block;
width: 110px;
margin: 0 auto 10px auto;
}
.tit-cmn01 span {
display: block;
color: #a4886d;
font-family: var(--font02);
font-weight: normal;
font-size: 60%;
}
.tit-cmn02 {
font-size: clamp(1.8rem,2.25vw,2rem);
background-color: var(--color02);
border-radius: 5px;
padding: 15px;
} .link-cmn01 a {
font-family: var(--font01);
font-size: clamp(1.7rem,2.375vw,2rem);
}
.link-cmn01 a::after {
content: "\f138";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 10px;
}
.link-cmn01 span {
text-decoration: underline;
}
.bt-cmn01 {
width: 350px;
margin: 0 auto;
}
.bt-cmn01 a {
display: block;
color: #fff;
font-family: var(--font01);
text-align: center;
background-color: var(--color01);
border-radius: 80px;
padding: 20px 0;
}
.bt-cmn01 a::before {
content: "\f138";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
} .layout01 {
overflow: hidden;
}
.layout01__txt {
width: 50%;
}
.layout01__img {
width: 45%;
}
.layout02 {
overflow: hidden;
}
.layout02__txt {
width: 60%;
}
.layout02__img {
width: 35%;
} .bg-padding {
padding: 60px 0;
}
.bg01 {
background-color: var(--color02);
}
.bg02 {
color: #fff;
background-color: var(--color01);
}
.bg02 a,.bg02 a:visited {
color: #fff;
} .news-list {
display: flex;
background-color: var(--color06);
border-radius: 5px;
padding: 20px;
margin-bottom: 20px;
}
.news-list__date {
width: 150px;
}
.news-list__tit {
flex: 1;
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} .pagenation {
text-align: center;
margin: 1em auto;
}
.pagenation:after, .pagenation ul:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.pagenation ul {
display: inline-block;
margin: 0;
}
.pagenation li {
float: left;
list-style: none outside none;
margin-left: 3px;
}
.pagenation li:first-child {
margin-left: 0;
}
.pagenation li.active {
background-color: #999999;
border-radius: 3px;
color: #FFFFFF;
cursor: not-allowed;
padding: 10px 20px;
}
.pagenation li a {
background: none repeat scroll 0 0 #CCCCCC;
border-radius: 3px;
color: #FFFFFF;
display: block;
padding: 10px 20px;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
background-color: #444444;
color: #FFFFFF;
opacity: 0.8;
transition-duration: 500ms;
transition-property: all;
transition-timing-function: ease;
} .time__inner {
background-color: #fff;
border-radius: 50px;
padding: 50px;
margin-bottom: 20px;
}
.time-table th {
font-weight: normal;
}
.time-table__tit {
width: 300px;
text-align: center;
border-bottom: solid 1px var(--color01);
padding: 20px;
}
.time-table__txt {
border-bottom: solid 1px var(--color01);
padding: 20px;
}
.time-table tr:last-child .time-table__tit {
border-bottom: none;
}
.time-table tr:last-child .time-table__txt {
border-bottom: none;
}
.time-table__tit--oc {
color: var(--color04);
}
.close {
display: flex;
font-size: 1.4rem;
margin-bottom: 20px;
}
.close__tit {
width: 100px;
}
.close__tit span {
display: block;
color: #fff;
text-align: center;
background-color: var(--color05);
border-radius: 3px;
padding: 5px 0;
}
.close__txt {
padding-left: 30px;
}
.anicom span {
float: right;
display: block;
width: 70%;
background-color: #fff;
border-radius: 5px;
box-sizing: border-box;
padding: 10px;
}
.footer-link {
overflow: hidden;
margin: 10px 0;
}
.footer-link__item {
border-right: solid 1px rgba(255,255,255,0.3);
}
.footer-link__item:last-child {
border-right: none;
}
.footer-link__item a {
display: block;
color: #fff;
font-family: var(--font01);
font-size: 2rem;
background-color: var(--color01);
padding: 80px 0;
}
.footer-link__item a:hover {
background-color: #bda691;
}
.footer-link__item span {
background: url(//higashimatsuyama-ah.com/images/cmn-images/bn-bg.png) 0 0 no-repeat;
background-size: 60px;
padding: 30px 0 0 40px;
}
.footer-link__item a::after {
content: "\f138";
font-family: "Font Awesome 5 Free";
font-size: 90%;
font-weight: 900;
margin-left: 10px;
}
.recruit__tit01 {
display: inline-block;
width: 150px;
color: #fff;
font-size: clamp(1.6rem,2.375vw,2rem);
text-align: center;
background-color: var(--color05);
border-radius: 5px;
padding: 10px 0;
margin-bottom: 30px;
}
.recruit__tit02 {
font-size: clamp(1.8rem,3vw,2.5rem);
} .footer {
color: #fff;
background-color: var(--color03);
padding: 60px 0 20px 0;
}
.footer a,.footer a:visited {
color: #fff;
}
.footer .wrapper {
text-align: center;
}
.fnav {
display: inline-block;
text-align: center;
margin-bottom: 50px;
}
.fnav__item {
display: inline-block;
text-align: center;
margin: 0 20px 20px 20px;
}
.footer-logo {
font-family: var(--font01);
font-size: 2.3rem;
font-weight: 400;
margin-bottom: 50px;
}
.footer-logo__jp {
display: block;
font-size: 80%;
}
.footer-logo__en {
display: block;
color: #887869;
font-size: 70%;
margin-top: 10px;
}
.address {
font-size: 1.4rem;
margin-bottom: 50px;
}
.footer__cp {
font-family: var(--font01);
font-size: 1.2rem;
} #page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 50px;
line-height: 50px;
height: 50px;
cursor: pointer;
}
#page-top i {
color:  #ccc;
} @media screen and (min-width: 1200px){ body {
min-width: 1180px;
}
.wrapper {
width: 1180px;
box-sizing: border-box;
}
}
@media screen and (max-width: 1200px){ .wrapper {
width: 96%;
margin: 0 auto;
box-sizing: border-box;
}
}
@media screen and (min-width: 1025px){
tablet-only {
display: none;
}
.sp-only {
display: none;
}
.pc-none {
display: none;
}
.br-pc {
display: block;
}
} @media screen and (max-width:1024px){
.pc-only {
display: none;
}
.sp-only {
display: none;
}
tablet-only {
display: block;
}
.wrapper {
width: 95%;
margin: 0 auto;
}
.br-tablet {
display: block;
}
.br-tabletonly {
display: block;
}
.link-margin {
margin-top:　-60px;
padding-top:　60px;
}
.round img {
border-radius: 40px;
} .header__logo {
width: 250px;
line-height: 0;
margin-top: 0;
}
.header-info {
width: 100px;
color: var(--color01);
background-color: #fff;
border-radius: 0;
padding: 0;margin-right: 40px;
}
.header-info__time {
color: var(--color01);
font-size: 1.2rem;
background-color: #fff;
border-radius: 0;
padding: 0;
}
.header-info__time:visited {
color: var(--color01);
}
.header-info__time:hover {
background-color: #fff;
}
.gnav {
display: block;
}
.gnav__item a {
padding: 15px 0;
}  #panel {
position: fixed;
top: 0;
z-index: 130000;
overflow: hidden;
overflow-y: scroll;
padding: 40px 0;
}
#panel-btn {
display: block;
position: fixed;
top: 10px;
right: 10px;
z-index: 150000;
width: 50px;
height: 50px;
text-align: center;
background-color: #695849;
border-radius: 5px;
}
#panel-btn-icon {
display: block;
position: absolute;
top: 50%; left: 50%;
width: 24px;
height: 1px;
margin: -1px 0 0 -12px;
background: #fff;
transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 24px;
height: 1px;
margin-left: -12px;
background: #fff;
transition: .3s;
}
#panel-btn-icon:before {
margin-top: -11px;
}
#panel-btn-icon:after {
margin-top: 9px;
}
#panel-btn .close {
background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
margin-top: 0;
}
#panel-btn .close:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
#panel {
display: none;
width: 100%;
height: 100%;
color: #3e3e3e;
text-align: left;
background-color: var(--color01);
box-sizing: border-box;
margin: 0;
} .page {
padding-bottom: 30px;
margin-bottom: 20px;
}
.page__inner {
width: 98%;
background-size: 1300px;
border-radius: 50px;
padding: 170px 0;
}
.page__tit {
margin-left: 20px;
} .ul-2column-tablet {
overflow: hidden;
width: 104%;
}
.ul-2column-tablet li {
float: left;
width: 46%;
margin: 0 4% 4% 0;
box-sizing: border-box;
}  .layout01__txt {
float: none;
width: 100%;
margin-bottom: 30px;
}
.layout01__img {
float: none;
width: 100%;
}
.layout01__img img {
width: 100%;
height: auto;
} .news-list {
display: block;
}
.news-list__date {
width: 150px;
margin-bottom: 10px;
} .time__inner {
background-color: #fff;
border-radius: 40px;
padding: 30px;
}
.time-table__tit {
width: 180px;
}
.time-list {
width: 100%!important;
}
.time-list li {
float: none;
width: 100%!important;
margin-bottom: 20px;
}
.time-list li:first-child {
margin-bottom: 30px;
}
.close__txt {
padding-left: 20px;
}
.anicom span {
float: none;
margin: 0 auto;
}
.footer-link__item a {
font-size: 1.6rem;
padding: 40px 0;
}
.footer-link__item span {
background-size: 40px;
padding: 20px 0 0 30px;
} .footer {
padding: 40px 0 10px 0;
}
.fnav {
margin-bottom: 40px;
}
} @media screen and (max-width: 640px) {
.tablet-only {
display: none;
}
.sp-none {
display: none;
}
.sp-only {
display: block;
}
.br-sp {
display: block;
margin: 0;
}
.br-tabletonly {
display: inline;
}
body {
font-size: 1.6rem;
}
section h1 {
margin-bottom: 30px;
}
section h2 {
margin-bottom: 30px;
}
section h3 {
margin-bottom: 30px;
}
section h4 {
margin-bottom: 30px;
}
section,article {
clear: both;
overflow: hidden;
margin-bottom: 40px;
}
.section-min {
margin-bottom: 30px;
}
.round img {
border-radius: 30px;
} .header {
padding: 10px 0;
}
.header__logo {
width: 130px;
margin-top: 15px;
}
.header-info {
width: 80px;
margin-right: 50px;
}  #panel-btn {
top: 5px;
right: 5px;
} .page__inner {
background: url(//higashimatsuyama-ah.com/images/cmn-images/page-bg.jpg) 60% 50% no-repeat;
background-size: 900px;
border-radius: 40px;
padding: 120px 0;
}
.page__tit {
padding: 5px 20px;
margin-left: 15px;
} #topic-path {
text-align: right;
font-size: 1.3rem;
margin-bottom: 40px;
}
#topic-path a {
text-decoration: underline;
}  .ul-1column-sp {
overflow: hidden;
width: 100%;
}
.ul-1column-sp li {
float: none;
width: 100%;
margin: 0 0 20px 0;
}
.ul-1column-sp li:last-child {
margin-bottom: 0;
}
.ul-2column-sp {
overflow: hidden;
width: 104%;
}
.ul-2column-sp li {
float: left;
width: 46%;
margin: 0 4% 4% 0;
border: solid 1px;
box-sizing: border-box;
}
.ul-2column-tablet {
width: 100%;
}
.ul-2column-tablet li {
float: none;
width: 100%;
margin-bottom: 20px;
border: solid 1px;
box-sizing: border-box;
} .div-1column-sp {
overflow: hidden;
width: 100%;
}
.div-1column-sp .inner {
float: none;
width: 100%;
margin: 0 0 20px 0;
}
.div-1column-sp .inner:last-child {
margin-bottom: 0;
} .tit-cmn01 img {
width: 70px;
margin: 0 auto 5px auto;
} .link-cmn01 a::after {
margin-left: 7px;
}
.bt-cmn01 {
width: 100%;
letter-spacing: 0;
}
.bt-cmn01 a {
padding: 17px 0;
}
.bt-cmn01 a::before {
margin-right: 7px;
} .layout02__txt {
float: none;
width: 100%;
margin-bottom: 40px;
}
.layout02__img {
display: block;
float: none;
width: 70%;
margin: 0 auto;
} .news-list {
padding: 17px;
margin-bottom: 15px;
}
.news-list__date {
margin-bottom: 7px;
} .pagenation li.active {
padding: 5px 10px;
}
.pagenation li a {
padding: 5px 10px;
} .time__inner {
border-radius: 30px;
padding: 20px;
}
.time-table__tit {
width: 100px;
font-size: 1rem;
padding: 7px;
}
.time-table__txt {
font-size: 1.2rem;
padding: 7px;
}
.close {
display: block;
margin-bottom: 20px;
}
.close__tit {
width: 100px;
margin-bottom: 10px;
}
.close__txt {
padding-left: 0;
}
.anicom span {
width: 100%;
}
.footer-link {
margin: 0;
}
.footer-link__item {
border-right: none;
border-bottom: solid 1px rgba(255,255,255,0.3);
margin-bottom: 0!important;
}
.footer-link__item:last-child {
border-bottom: none;
}
.footer-link__item a {
font-size: 1.6rem;
padding: 40px 0;
}
.recruit__tit01 {
width: 120px;
padding: 7px 0;
margin-bottom: 20px;
} .fnav {
margin-bottom: 30px;
}
.fnav__item {
margin: 0 10px 15px 10px;
}
.footer-logo {
font-size: 1.7rem;
margin-bottom: 30px;
}
.footer-logo__en {
font-size: 60%;
margin-top: 5px;
}
.address {
margin-bottom: 30px;
}
.footer__cp {
font-size: 1rem;
letter-spacing: 0;
} #page-top {
bottom: 10px;
right: 10px;
font-size: 30px;
line-height: 30px;
height: 30px;
}
} @media screen and (max-width: 350px) {
}
.nav {
margin-bottom: 80px;
} .mainslider {
position: relative;
overflow: hidden;
background: linear-gradient(0deg,var(--color01) 0%,var(--color01) 50%,#fff 50%,#fff 100%);
padding-bottom: 10px;
}
.slider {
position: relative;
width: 90%;
left: 50%;
margin: 0 auto 0 -45%;
}
.slick-slide {
margin: 0px 5px;
}
.slick-slide img {
width: 100%;
border-radius: 70px;
}
.main-text {
position: absolute;
top: 17%;
left: 10%;
}
.main-text__tit {
color: var(--color03);
font-family: var(--font01);
font-weight: 500;
font-size: 3rem;
text-align: left;
}
.main-text__tit span {
display: inline-block;
background-color: #fff;
border-radius: 80px;
padding: 10px 20px;
margin-bottom: 15px;
} .medical-list__item {
font-family: var(--font01);
font-size: clamp(1.6rem,2.375vw,2rem);
font-weight: 400;
text-align: center;
margin-bottom: 30px;
}
.medical-list__item a {
display: block;
text-decoration: underline;
}
.medical-list__item a img {
display: block;
margin-bottom: 20px;
} @media screen and (min-width: 1025px){
}
@media screen and (max-width: 1200px){ } @media screen and (max-width:1024px){
.mainslider {
padding-bottom: 30px;
margin-bottom: 60px;
}
.slider {
width: 98%;
margin: 0 auto 0 -49%;
}
.slick-slide {
margin: 0;
}
.slick-slide img {
border-radius: 50px;
}
.main-text {
top: 10%;
left: 5%;
}
.main-text__tit {
font-size: 3.5vw;
}
} @media screen and (max-width: 640px) {
.mainslider {
padding-bottom: 20px;
margin-bottom: 40px;
}
.slick-slide img {
border-radius: 30px;
}
.main-text__tit span {
padding: 5px 10px;
margin-bottom: 10px;
}
.medical-list__item a img {
margin-bottom: 10px;
}
}