<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*各ページ毎のcss*/
.suy_bg{
  min-width: 1000px;
  background-image: url(../img/00_il_logobg.png), url(../img/00_ph_mainbg01.png) ;
  background-position: 12% -85px, center top;
  background-repeat:  no-repeat;
  background-size: auto auto, 100% auto;
}

/*-----ページトップの画像ここにまとめて指定-----*/
.suy_about .suy_pagetitle{background: url(../img/02_ph_topbg.jpg) center top no-repeat;}
.suy_staff .suy_pagetitle{background: url(../img/03_ph_topbg.jpg) center top no-repeat;}
.suy_sitemap .suy_pagetitle{background: url(../img/04_ph_topbg.jpg) center top no-repeat;}
.suy_contact .suy_pagetitle{background: url(../img/05_ph_topbg.jpg) center top no-repeat;}


/*------------------------薬局案内------------------------*/
/*20220720edit*/
.suy_aboutbody{
    padding: 60px 35px 120px;
    background-color: #FFFFFF;
}
.suy_aboutbody h2{
  margin-bottom: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: bold;
  color: #323232;
}
.suy_aboutbody h2 span{
  vertical-align: baseline;
  font-size: 1rem;
}
.suy_rinen div{
  max-width: 800px;
  height: 320px;
  margin: 0 auto 96px;
  padding: 60px 80px;
  font-size: 1.125rem;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
}
.suy_rinen div p{
  line-height: 2;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #F1A10E;
}
.suy_rinen div p:nth-last-of-type(n+2){margin-bottom: 40px;}


.suy_bdr{
  height: 2px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #FFBF00 0%, #ED9100 100%);
}
.suy_prof dl{
  display: flex;
  align-items: flex-start;
  max-width: 836px;
  margin: auto;
  padding: 30px 0;
  border-bottom: 1px solid #DFDFDF;
}
.suy_prof dl dt{width: 19%;}
.suy_prof dl dd{width: 81%;}
.suy_map{
  width: 100%;
  height: 320px;
  margin: 80px 0 144px;
}
.suy_online{margin-bottom: 110px;}
.suy_online p:nth-of-type(2){
  font-weight: bold;
  font-size: clamp(1.125rem, 1.066rem + 0.29vw, 1.25rem);
  line-height: 2;
  text-align: center;
  color: #f1a10e;
  margin-bottom: 28px;
}
.suy_online p:nth-of-type(3){
  max-width: 676px;
  line-height: 1.875;
  text-align: left;
  color: #323232;
  margin: 0 auto 48px;
}
.suy_online figure{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 48px;
}
.suy_online figure div{
  max-width: 300px;
  width: 37%;
}
.suy_online figure div img{max-width: 100%;}
.suy_online figure figcaption{
  display: block;
  max-width: 464px;
  width: 58%;
}
.suy_online figure figcaption a{
  text-decoration: underline;
  font-size: clamp(0.75rem, 0.691rem + 0.29vw, 0.875rem);
  color: #FF7F00;
}
.suy_online a.suy_pdflink::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_pdf.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 8px;
  vertical-align: inherit;
}

/*20240626add*/
.suy_generic{margin-bottom: 160px;}
.suy_generic p:nth-of-type(2){
  max-width: 824px;
  line-height: 1.875;
  text-align: left;
  color: #323232;
  margin: 0 auto;
}


.suy_recruit{margin-bottom: 160px;}
.suy_reclink{text-align: center;}
.suy_reclink a{display: inline-block;}
.suy_reclink a img{max-width: 100%;}


@media screen and (min-width:821px){
  .suy_reclink a:hover{opacity: 0.7;}
  .suy_online a.suy_pdflink:hover{text-decoration: none;}
}






/*--------------------------スタッフ紹介--------------------------*/
.suy_staffbody{
    padding: 60px 35px 120px;
    background-color: #FFFFFF;
}
.suy_stafftxtarea{
    display: inline-block;
    width: 500px;
}
.suy_stafftxtarea p{margin-bottom: 24px;}
.suy_staffpharea{
    display: inline-block;
    width: 370px;
    margin-left: 60px;
}
.suy_staffpharea img{margin-bottom: 3px;}
















/*----------------------------お問い合わせ----------------------------*/
.suy_contectbody{
    padding: 60px 75px 120px;
    background-color: #FFFFFF;
}
.suy_contectbody p{text-align: center;}
.suy_contectbody ul{margin-bottom: 30px;}
.suy_contectbody li{
    padding: 15px 0;
    border-bottom: 1px solid #D6D6D6;
}
.suy_contectbody li dt{
    display: inline-block;
    width: 210px;
    vertical-align: middle;
    font-weight: bold;
}
.suy_contectbody li dt span{
    float: right;
    margin-top: -3px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 1.125rem;
    font-weight: normal;
    color: #F28B1B;
}
.suy_contectbody li dd{
    display: inline-block;
    width: calc(100% - 210px);
    vertical-align: middle;
}
.suy_contectbody li:last-of-type dd{vertical-align: top;}
.suy_contectbody li dd input[type="text"]{
    width: 100%;
    height: 45px;
    font-size: 1.25rem;
    background-color: #EEEEEE;
    border: none;
}
.suy_contectbody li dd p{
    display: inline-block;
    text-align: center;
}
.suy_contectbody li dd input[type="radio"]{
    position: absolute;
    opacity: 0;
}
.suy_contectbody li dd label{
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.suy_contectbody li dd label span{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 1px 3px 0 0;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    vertical-align: middle;
    z-index: 5;
}
.suy_contectbody li dd label span::before{
    content: "";
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    background-color: #999999;
    border-radius: 100%;
}
.suy_contectbody li dd label b{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
}
.suy_contectbody li dd label input[type="radio"]:checked+span::before{display: block;}
::-webkit-input-placeholder{color: #CCCCCC;}
::-moz-placeholder{color: #CCCCCC;;}
:-ms-input-placeholder{color: #CCCCCC;;}
::placeholder{color: #CCCCCC;;}


.suy_contectbody li dd textarea{
    width: 100%;
    height: 145px;
    font-size: 1.25rem;
    background-color: #EEEEEE;
    border: none;
}
.suy_btnbox{text-align: center;}
.suy_btnbox .suy_submit{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 300px;
    height: 60px;
    font-size: 1.25rem;
    color: #FFFFFF;
    border: none;
    background-color: #F28B1B;
    cursor: pointer;
}
.suy_btnbox .suy_submit:hover{
    border: 1px solid #F28B1B;
    background-color: #FFFFFF;
    color: #F28B1B;
}
.suy_btnbox .suy_back{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 120px;
    height: 60px;
    margin-right: 40px;
    vertical-align: top;
    color: #FFFFFF;
    border: none;
    background-color: #DDDDDD;
    cursor: pointer;
}
.suy_btnbox .suy_back:hover{background-color: #999999;}

.suy_complete{
    height: 300px;
    font-size: 2rem;
}














/*------------------------------サイトマップ-------------------------------*/
.suy_sitemapbody{
    padding: 50px 60px;
    background-color: #FFFFFF;
}
.suy_sitemapbody ul{margin-bottom: 60px;}
.suy_sitemapbody li{
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #C8C8C8;
}
.suy_sitemapbody li a{
    display: block;
    line-height: 60px;
    padding-left: 20px;
    text-decoration: none;
    color: #333333;
}
.suy_sitemapbody li a::after{
    content: url(../img/04_icon_arw.png);
    display: block;
    float: right;
    height: 58px;
    line-height: 67px;
    width: 40px;
    text-align: center;
    background-color: #DDDDDD;
}
.suy_sitemapbody li a:hover{
    background-color: #D8D8D8;
    color: #FFFFFF;
}
.suy_sitemapbody li a:hover::after{background-color: #EFEFEF;}</pre></body></html>