<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: 福寿会2016
*/
/* =Compass
---------------------------------------------------------------------------------------------- */
/* =SCSS
---------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =icon font
---------------------------------------------------------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic; }

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both; }

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: ""; }

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* =link
---------------------------------------------------------------------------------------------- */
a {
  outline: none;
  color: #2f57a3;
  text-decoration: underline; }

a:visited {
  color: #2f57a3;
  text-decoration: underline; }

a:hover {
  color: #800040;
  text-decoration: none; }

a:focus {
  outline: none; }

/* =Repeatable patterns
---------------------------------------------------------------------------------------------- */
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0; }

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

/* mouse hover */
img.hover {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out; }

img.hover:hover {
  opacity: 0.60;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60); }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Images */
.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* =Basic structure
---------------------------------------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
  margin: 0;
  padding: 0;
  background-color: #fff; }

/* ヘッダー 
---------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 4px solid #2f57a3; }

/* 一行目
--------------------------------------------- */
.header-first {
  width: 100%;
  margin: 0px auto 10px;
  padding: 0;
  background-color: #f4f4f4; }

.header-first-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0px auto;
  padding: 5px 10px;
  overflow: hidden;
  background-color: #f4f4f4;
  box-sizing: border-box; }
  @media screen and (max-width: 599px) {
    .header-first-inner {
      padding: 5px; } }
  .header-first-inner p {
    float: left;
    font-size: 100%;
    margin: 5px 0 0 0; }
    @media screen and (max-width: 959px) {
      .header-first-inner p {
        font-size: 11px;
        font-size: 1.1rem; } }
/* タイトルエリア
--------------------------------------------- */
.header-inner {
  width: 100%;
  max-width: 1160px;
  height: 70px;
  margin: 0px auto;
  padding: 0 10px 0 10px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 599px) {
    .header-inner {
      height: 55px;
      position: relative; } }
.header-logo {
  width: 174px;
  height: 56px;
  float: left;
  margin: 0 0 0px 0; }
  @media screen and (max-width: 599px) {
    .header-logo {
      width: 115px;
      height: 37px;
      margin: 5px 0 0px 0; } }
  .header-logo a {
    background: url(img/logo_header_p.png) no-repeat left center;
    background-size: 174px auto;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px; }
    @media screen and (max-width: 599px) {
      .header-logo a {
        background: url(img/logo_header_s.png) no-repeat left center;
        background-size: 115px auto; } }
.header-tel {
  width: 450px;
  height: 50px;
  display: block;
  float: right;
  text-indent: -9999px;
  margin: 0 0 0px 10px;
  background: url(img/img_header_tel_p2.png) no-repeat left center; }
  @media screen and (max-width: 959px) {
    .header-tel {
      width: 260px;
      background-size: 260px auto; } }
  @media screen and (max-width: 599px) {
    .header-tel {
      position: absolute;
      float: none;
      top: 0;
      right: 10px;
      width: 125px;
      height: 45px;
      background: url(img/img_header_tel_s2.png) no-repeat left center;
      background-size: 125px auto; } }
  .header-tel a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px; }

/* 共通文字装飾
---------------------------------------------------------------------------------------------- */
h2 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: #fc932f;
  margin: 0 0 20px 0;
  padding: 0px 0 0 0;
  line-height: 1.3;
  text-align: center; }
  @media screen and (max-width: 959px) {
    h2 {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 1px; } }
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 959px) {
    p {
      font-size: 15px;
      font-size: 1.5rem; } }
/* ビジュアル
---------------------------------------------------------------------------------------------- */
.kaigo-visual {
  width: 100%;
  height: auto;
  max-width: 1140px;
  max-height: 350px;
  margin: 0 auto;
  padding: 0px;
  position: relative; }
  .kaigo-visual img {
    width: 100%;
    height: auto; }

/* Gメニュー
---------------------------------------------------------------------------------------------- */
.kaigo-gmenu {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top: 2px solid #2f57a3;
  border-bottom: 2px solid #2f57a3; }
  @media screen and (max-width: 959px) {
    .kaigo-gmenu {
      border-bottom: none; } }
  .kaigo-gmenu ul {
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
    list-style: none; }
    @media screen and (max-width: 959px) {
      .kaigo-gmenu ul {
        padding: 0;
        border-left: 1px solid #2f57a3;
        border-right: 1px solid #2f57a3; } }
    .kaigo-gmenu ul li {
      display: block;
      width: auto;
      height: 70px;
      float: left;
      margin: 0 20px 0 0;
      padding: 0;
      box-sizing: border-box; }
      @media screen and (max-width: 959px) {
        .kaigo-gmenu ul li {
          display: inline-block;
          text-align: center;
          vertical-align: middle;
          width: 50%;
          height: 37px;
          margin: 0;
          border-bottom: 2px solid #2f57a3;
          border-left: 1px solid #2f57a3;
          border-right: 1px solid #2f57a3; }
          .kaigo-gmenu ul li img {
            zoom: 0.6; } }
      .kaigo-gmenu ul li img {
        padding: 20px 0 0 0; }
      .kaigo-gmenu ul li.entry {
        float: right;
        margin: 0 0 0 0; }
        @media screen and (max-width: 959px) {
          .kaigo-gmenu ul li.entry {
            float: none;
            background: url(img/kaigo/bg_gmenu_entry.png) repeat-x left center;
            background-size: 4px auto; } }
        .kaigo-gmenu ul li.entry img {
          padding: 0px 0 0 0; }
          @media screen and (max-width: 959px) {
            .kaigo-gmenu ul li.entry img {
              zoom: 0.5; } }
      .kaigo-gmenu ul li a {
        display: block;
        width: 100%;
        height: 70px;
        padding: 0;
        margin: 0; }

/* エントリーボタン
---------------------------------------------------------------------------------------------- */
.kaigo-etnry {
  width: 100%;
  text-align: center;
  background-color: #fff5e0;
  box-sizing: border-box;
  padding: 30px 10px 10px 10px;
  margin: 0 auto;
  overflow: hidden; }
  .kaigo-etnry img {
    margin: 0 0 20px 0;
    padding: 0; }
    @media screen and (max-width: 959px) {
      .kaigo-etnry img {
        width: 100%;
        max-width: 410px;
        height: auto;
        margin: 0 0 10px 0; } }
/* お知らせ
---------------------------------------------------------------------------------------------- */
.kaigo-news {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: left; }
  .kaigo-news h2 {
    text-align: left; }
  .kaigo-news ul {
    width: 100%;
    margin: 0 auto;
    list-style: none; }
    .kaigo-news ul li {
      width: 100%;
      text-align: left;
      display: table;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5; }
      @media screen and (max-width: 599px) {
        .kaigo-news ul li {
          font-size: 14px;
          font-size: 1.4rem; } }
      .kaigo-news ul li:nth-child(odd) {
        background-color: #f4f4f4; }
      .kaigo-news ul li .kaigo-news-date {
        display: table-cell;
        vertical-align: top;
        width: 120px;
        padding: 15px 10px; }
        @media screen and (max-width: 599px) {
          .kaigo-news ul li .kaigo-news-date {
            width: 100px;
            padding: 8px; } }
      .kaigo-news ul li .kaigo-news-text {
        display: table-cell;
        vertical-align: top;
        width: auto;
        padding: 15px 10px; }
        @media screen and (max-width: 599px) {
          .kaigo-news ul li .kaigo-news-text {
            padding: 8px; } }
/* 福寿会について
---------------------------------------------------------------------------------------------- */
.kaigo-about {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .kaigo-about {
      padding: 30px 10px;
      text-align: left; }
      .kaigo-about img {
        width: 100%;
        height: auto; } }
  .kaigo-about h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
    padding: 50px 0 0 0;
    color: #654e39;
    font-weight: normal; }
    @media screen and (max-width: 959px) {
      .kaigo-about h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
    .kaigo-about h3 span {
      background-color: #654e39;
      padding: 10px 20px;
      color: #fff;
      border-radius: 10px; }

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap; }
  .lines-on-sides:after, .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
    background-clip: padding; }
  .lines-on-sides:after {
    border-left: 1em solid transparent; }
  .lines-on-sides:before {
    border-right: 1em solid transparent; }

/* 介護部長メッセージ
---------------------------------------------------------------------------------------------- */
.kaigo-message {
  width: 100%;
  margin: 0px auto 50px;
  padding: 50px 0;
  background-color: #fff5e0; }
  @media screen and (max-width: 959px) {
    .kaigo-message {
      padding: 30px 0px;
      margin: 0px auto 30px; } }
.kaigo-message-inner {
  width: 100%;
  max-width: 1160px;
  display: table;
  margin: 0px auto;
  padding: 0 10px 0;
  overflow: hidden;
  background-color: #fff5e0;
  box-sizing: border-box; }
  .kaigo-message-inner img {
    margin: 0 0 10px 0; }
  .kaigo-message-inner ul {
    list-style: circle;
    list-style-position: outside;
    padding: 0 0 0 30px;
    margin: 0 0 30px 0; }
    .kaigo-message-inner ul li {
      margin: 0 0 5px 0;
      line-height: 1.3;
      font-size: 15px;
      font-size: 1.5rem; }

.kaigo-message-text {
  width: auto;
  display: table-cell;
  vertical-align: top;
  text-align: left; }
  @media screen and (max-width: 959px) {
    .kaigo-message-text {
      width: 100%;
      display: block;
      margin: 0 0 20px 0; } }
.kaigo-message-pic {
  width: 320px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width: 959px) {
    .kaigo-message-pic {
      width: 100%;
      display: block; }
      .kaigo-message-pic img {
        width: 50%;
        height: auto; } }
/* 202310追加 **/
.kaigo-message-inner-new {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0px auto;
  padding: 0 10px 0; }
  @media screen and (max-width: 959px) {
    .kaigo-message-inner-new {
      flex-direction: column; } }
  .kaigo-message-inner-new img {
    margin: 0 0 10px 0; }
  .kaigo-message-inner-new .kaigo-message-pic {
    display: block;
    width: 320px;
    text-align: center; }
    .kaigo-message-inner-new .kaigo-message-pic img {
      width: 100%; }
    @media screen and (max-width: 959px) {
      .kaigo-message-inner-new .kaigo-message-pic {
        width: 100%; }
        .kaigo-message-inner-new .kaigo-message-pic img {
          width: 50%;
          height: auto; } }
  .kaigo-message-inner-new .kaigo-message-text {
    display: block;
    width: calc(100% - 340px); }
    @media screen and (max-width: 959px) {
      .kaigo-message-inner-new .kaigo-message-text {
        width: 100%;
        margin: 0 0 20px 0; } }
/* スタッフインタビュー
---------------------------------------------------------------------------------------------- */
.kaigo-interview {
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center;
  overflow: hidden;
  clear: both; }
  @media screen and (max-width: 959px) {
    .kaigo-interview {
      padding: 0px 10px 30px; } }
.float-right {
  float: right; }

.float-left {
  float: left; }

.kaigo-interview-text {
  width: 65%;
  text-align: left; }
  @media screen and (max-width: 959px) {
    .kaigo-interview-text {
      width: 100%;
      display: block; } }
  .kaigo-interview-text h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    margin: 0 0 10px 0;
    padding: 20px 0 0 0; }
    .kaigo-interview-text h3:first-child {
      padding: 0; }
    @media screen and (max-width: 959px) {
      .kaigo-interview-text h3 {
        font-size: 16px;
        font-size: 1.6rem; } }
.kaigo-interview-pic {
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 959px) {
    .kaigo-interview-pic {
      width: 100%;
      display: block;
      margin: 0 0 30px 0; } }
  .kaigo-interview-pic img {
    margin: 0 0 10px 0; }

.kaigo-interview-pic-right {
  width: 350px;
  display: table-cell;
  vertical-align: top;
  text-align: right; }
  @media screen and (max-width: 959px) {
    .kaigo-interview-pic-right {
      width: 100%;
      display: block;
      text-align: center; } }
  .kaigo-interview-pic-right img {
    margin: 0 0 15px 0; }

.kaigo-interview-hr {
  width: 100%;
  height: 1px;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 3px dotted #fc932f;
  clear: both; }
  @media screen and (max-width: 959px) {
    .kaigo-interview-hr {
      margin: 0 auto 30px auto; } }
/* 202310追加 **/
.kaigo-interview-new {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0px auto;
  padding: 50px 10px; }
  @media screen and (max-width: 959px) {
    .kaigo-interview-new {
      flex-direction: column-reverse;
      padding: 0px 10px 30px; } }
  .kaigo-interview-new img {
    margin: 0 0 10px 0; }
  .kaigo-interview-new .kaigo-interview-pic {
    display: block;
    width: 320px;
    text-align: center; }
    .kaigo-interview-new .kaigo-interview-pic img {
      width: 100%; }
    @media screen and (max-width: 959px) {
      .kaigo-interview-new .kaigo-interview-pic {
        width: 100%;
        display: block;
        margin: 0 0 30px 0; }
        .kaigo-interview-new .kaigo-interview-pic img {
          width: 50%;
          height: auto; } }
  .kaigo-interview-new .kaigo-interview-text {
    display: block;
    width: calc(100% - 340px); }
    @media screen and (max-width: 959px) {
      .kaigo-interview-new .kaigo-interview-text {
        width: 100%;
        display: block; } }
/* 一緒に働いて
---------------------------------------------------------------------------------------------- */
.kaigo-endvisual {
  width: 100%;
  height: auto;
  margin: 0 auto 0px;
  text-align: center; }
  .kaigo-endvisual img {
    width: 100%;
    height: auto; }

/* 下部エントリー
---------------------------------------------------------------------------------------------- */
.kaigo-footerentry {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 10px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .kaigo-footerentry {
      padding: 30px 10px; } }
  .kaigo-footerentry img {
    margin: 0 0 20px 0;
    padding: 0; }
    @media screen and (max-width: 959px) {
      .kaigo-footerentry img {
        width: 50%;
        height: auto;
        margin: 0 0 10px 0; } }
/* フッター
---------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background-color: #2f57a3;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff; }

/* 202406 フッターバナー
---------------------------------------------------------------------------------------------- */
.banner {
  position: fixed;
  margin: 10px 20px;
  z-index: 998;
  bottom: 0;
  right: 0; }

.banner-body {
  max-width: 300px;
  background: #fff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 5px 10px 0px rgba(175, 175, 175, 0.35); }
  .banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7; }
  .banner-body img {
    width: 150px; }

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer; }

@media screen and (max-width: 599px) {
  .banner {
    margin: 0px;
    right: 20px; } }
</pre></body></html>