@charset "UTF-8";
/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Layout

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  body {
    background: repeating-linear-gradient(#c9f3d6 0, #c9f3d6 1px, #fff 1px, #fff 3px);
  }
  #body_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 0 4px rgb(0, 0, 0);
  }
  .layout {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    background: #fff;
    border-top: 3px solid #c9f3d6;
  }
  /* ==== Header === */
  #hd {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
    border-bottom: 1px solid orange;
  }
  #hd a {
    text-decoration: none;
    color: #000;
  }
  #hd img {
    width: 250px;
  }
  /* ==== Navigation === */
  #nav {
    height: 58px;
    margin-top: 20px;
  }
  #nav ul {
    display: flex;
    justify-content: space-between;
  }
  #nav li {
    width: 11.5%;
    height: 100%;
    margin: 0 0.5%;
    line-height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  #nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: #53dd93;
    transition: All 0.5s ease;
    border-radius: 10px;
    height: 100%;
  }
  #nav li:nth-child(8) a {
    background: linear-gradient(to left, #EF980B 0%, #FFA500, #FFA500);
  }
  #nav li a:hover {
    opacity: 0.9;
    box-shadow: 0 0 30px orange;
  }
  #nav li a.current {
    box-shadow: 0 0 30px orange;
  }
  #menu {
    display: none;
  }
  #announce {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
  }
  #announce img {
    width: 180px;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
  }
  #announce p {
    padding: 5px 10px;
  }
  #greeting {
    display: flex;
    justify-content: space-between;
  }
  #greeting img {
    width: 130px;
    margin-bottom: 5px;
  }
  #greeting p {
    padding: 5px 10px;
  }
  #announce {
    position: relative;
  }
  #announce > strong {
    position: absolute;
    top: -5px;
    left: 90px;
    color: #f00;
  }
  /* ==== Content === */
  #con_bg {
    /*background: url(/shse/narumi/images/common/con_bg.jpg) repeat-x top center;*/
    margin-top: 10px;
  }
  #con {
    display: flex;
    justify-content: space-between;
  }
  #sidenav {
    width: 23%;
    max-width: 220px;
    height: 100%;
    margin-top: 20px;
  }
  #sidenav img {
    margin: 30px auto;
  }
  #sidenav a img:hover {
    opacity: 0.8;
  }
  #sidenav ul {
    padding: 0px;
    border: 1px solid #53dd93;
  }
  #sidenav li a {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 12px 5px 5px 23px;
    display: block;
    text-decoration: none;
    background: url(/shse/narumi/images/common/sidenav_icon.png) no-repeat 6px 16px;
    font-size: 12px;
    color: #333333;
    border-bottom: dotted 1px #53dd93;
  }
  #sidenav li:last-child a {
    border-bottom: none;
  }
  #main {
    width: 75%;
    max-width: 720px;
    margin-top: 20px;
  }
  #main ol {
    padding: 5px 0px 5px 25px;
  }
  #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc;
  }
  #main ol li, #main ul li {
    padding: 5px 0px;
  }
  /* ol,ul */
  ul.list_B {
    list-style-type: none !important;
  }
  ul.list_B li ul {
    list-style-type: none !important;
  }
  ul.list_B li ul li ul {
    list-style-type: none !important;
  }
  /* table */
  #main table {
    margin: 10px 0px;
  }
  #main table th, #main table td {
    padding: 5px;
  }
  #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #main a img:hover {
    transform: scale(0.9);
  }
  /* img */
  /*
  #main img {

      max-width:100%

  }*/
  .shrink:focus, .shrink:active {
    transform: scale(0.9);
  }
  /* ==== Footer === */
  #ft {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: black;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Head

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  h1 {
    line-height: 1.2em;
  }
  h1 a {
    color: #000 !important;
    text-decoration: none;
  }
  h1 span {
    display: block;
    font-size: 0.65em;
    color: #ff0066;
    font-family: "arial narrow";
  }
  h1:nth-child(2) span:first-child {
    display: inline;
    font-size: 0.7em;
    line-height: 1em;
    color: black;
  }
  h1:nth-child(2) span:nth-child(2) {
    color: #9900ff;
  }
  h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.45em 0 0.45em 0.5em;
    min-height: 80px;
    color: #53dd93;
    font-size: 34px;
    font-weight: normal;
    border: 3px double #53dd93;
    line-height: 1.3;
  }
  h2 span {
    position: relative;
    display: flex;
    align-items: center;
  }
  h2 span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 15px;
    border-style: solid;
    border-top: 12px solid transparent;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #aaeeca;
  }
  #sidenav > h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #53dd93;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    min-height: 50px;
    background: url(/shse/narumi/images/nav_bag.png) top center #53dd93;
    line-height: 1;
  }
  h3 {
    margin: 2em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: bold;
    height: auto;
    padding: 0.4em 0 0.6em 2em;
    background: url(/shse/narumi/images/common/h3_bg.png) left bottom no-repeat;
    line-height: 1.3em;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em 0 0em 0.4em;
    border-left: 5px double #98CF37;
    margin: 0.6em 0 0.4em 0;
  }
  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Original

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img {
    margin-top: 20px;
    height: 240px;
    background: url(/shse/narumi/images/common/i_img_bg.jpg) top left repeat;
  }
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 75%;
    max-width: 720px;
    margin-top: 20px;
  }
  #i_news {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    padding: 10px;
  }
  #i_news table tr {
    border-bottom: 1px dotted #00cd5f;
  }
  #i_news table td.date {
    width: 125px;
    background: url(/shse/narumi/images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
  }
  #i_main #recent_activities {
    height: 600px;
  }
  #recent_activities {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #recent_activities table td {
    vertical-align: top;
    padding: 10px;
  }
  #recent_activities table tr {
    border-bottom: 1px dotted #00cd5f;
  }
  #recent_activities table td.date {
    width: 125px;
    background: url(/shse/narumi/images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
  }
  #recent_activities table td .img_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #i_main .time_activities {
    height: 600px;
  }
  .time_activities {
    /*
    max-height: 300px;
    overflow: auto;
    */
    border: none;
  }
  .time_activities table td {
    vertical-align: top;
    padding: 0 !important;
  }
  .time_activities table td.date {
    width: 80px;
    background: url(/shse/narumi/images/common/news_icon.gif) 4px 4px no-repeat;
    padding: 0 0 0 20px !important;
  }
  .time_activities table td .img_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #i_side {
    margin-top: 20px;
    width: 23%;
    max-width: 220px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  #i_side img {
    width: 100%;
    margin-bottom: 15px;
  }
  #i_bnr {
    margin: 20px 0;
  }
  #i_bnr li {
    float: left;
    margin-bottom: 4px;
    width: 100%;
  }
  #i_bnr li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 15px 0 15px 30px;
    border: 1px solid #00cd5f;
    border-radius: 3px;
    background: url(/shse/narumi/images/common/bnr_bg.png) 8px center no-repeat;
    transition: All 0.5s ease;
  }
  #i_bnr li a:hover {
    color: black;
    background: url(/shse/narumi/images/common/bnr_bg_hover.png) 8px center no-repeat #00cd5f;
  }
  #i_bnr li.i_bnr_org a {
    border-color: #FFA500;
    background: url(/shse/narumi/images/common/bnr_bg.png) 8px center no-repeat rgba(255, 165, 0, 0.2);
  }
  #i_bnr li.i_bnr_org a:hover {
    background: url(/shse/narumi/images/common/bnr_bg.png) 8px center no-repeat #FFA500;
  }
  #i_contact {
    margin: 10px 0;
    border: 1px solid #00cd5f;
    width: 100%;
    border-radius: 10px;
  }
  #i_contact p {
    padding: 10px;
  }
  #i_contact p:first-child {
    color: #00cd5f;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 25px;
    padding-bottom: 0;
  }
  .intro_photo {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 210px;
  }
  .intro_photo.height210 {
    margin-bottom: 0px;
  }
  .intro_photo.height210 img {
    height: 145px;
  }
  .intro_photo img {
    height: 230px;
    margin: 20px 10px 0;
  }
  .i_box {
    display: flex;
    justify-content: space-between;
  }
  .i_box img {
    width: 80%;
  }
  .i_box figure {
    text-align: center;
  }
  .description ul {
    display: flex;
  }
  .description ul li:first-child span {
    color: #00cd5f;
    background-color: white;
  }
  .description ul li:nth-child(2) {
    margin-left: 20px;
  }
  .description ul li:nth-child(2) span {
    color: orange;
    background-color: white;
  }
  ul.intro_li li {
    list-style-type: none;
    letter-spacing: -0.02em;
  }
  ul.intro_li li span {
    background: green;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
  }
  ul.intro_li li span a {
    text-decoration: none;
    color: white;
  }
  ul.intro_li li span a:hover {
    text-decoration: none;
    color: white;
  }
  ul.intro_li li:before {
    content: "●";
    color: orange;
    padding: 5px;
    margin-left: -20px;
  }
  ul.intro_li li.food:before {
    content: "●";
    color: #00cd5f;
  }
  .book h4 {
    margin: 20px 0;
  }
  .book h4:first-child {
    margin-top: 30px;
  }
  .book ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 !important;
  }
  .book ul:last-child {
    margin-bottom: 50px;
  }
  .book ul li {
    margin: 0 15px 5px;
    list-style-type: none;
  }
  .book ul li img {
    border: 1px solid gray;
    height: 200px;
  }
  .book figcaption {
    padding-top: 5px;
  }
  .book02 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding: 0 !important;
  }
  .book02 ul li {
    width: calc((100% - 10px) / 2);
    list-style-type: none;
  }
  .book02 ul li a {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
  }
  .book02 ul li a img {
    border: 1px solid gray;
    height: 200px;
  }
  .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .flex_box img {
    margin: 10px 0;
  }
  .flex_box p {
    width: 70%;
  }
  span.ronbun {
    margin: 0 5px;
    background: green;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
  }
  span.ronbun a {
    text-decoration: none;
    color: white;
  }
  span.ronbun a:hover {
    text-decoration: none;
    color: white;
  }
  span.ronbun_saitaku {
    background: #8FAADC !important;
  }
  span.ronbun_sadoku {
    background: #a08fdc !important;
  }
  span.toukouchu {
    background: #A9D18E !important;
  }
  span.toukou_junbichu {
    background: #FFC000 !important;
  }
  .r_img {
    display: flex;
    justify-content: center;
  }
  .r_img img {
    margin: 10px;
  }
  .box_col_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .box_col_02 > * {
    width: calc((100% - 1em - 1px) / 2);
    margin: 1em 1em 1em 0 !important;
  }
  .box_col_02 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .box_col_02 figure {
    text-align: center;
  }
  figcaption {
    text-align: center;
  }
  .box_col_02 img {
    width: auto !important;
  }
  .l_logo {
    width: 50%;
  }
  .l_logo p {
    margin-top: -20px;
    text-align: center;
  }
  .l_logo img:first-child {
    display: block;
    height: 100px;
    margin: 20px auto 0;
  }
  .l_logo img:nth-child(2) {
    margin: 20px 0;
    width: 100%;
  }
  .slick-slide .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    opacity: 0;
    transition: 0.3s ease;
    text-align: center;
  }
  .slick-current .caption {
    opacity: 1;
    transition-delay: 0.5s;
  }
  /*----pagetop----*/
  #page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 0.95em;
  }
  #page-top a {
    background: rgba(30, 194, 0, 0.33);
    border: black 1px solid;
    text-decoration: none;
    color: black;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  /*----time_nutrition----*/
  .time_list, .time_list_02 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
  }
  .time_list li, .time_list_02 li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
  }
  .time_list li {
    width: calc((100% - 20px) / 3);
  }
  .time_list_02 li {
    width: calc((100% - 10px) / 2);
  }
  .time_list li:nth-child(3n), .time_list_02 li:nth-child(2n) {
    margin-right: 0;
  }
  .time_list li img, .time_list_02 li img {
    max-width: 100% !important;
  }
  .time_list li a:hover, .time_list_02 li a:hover {
    opacity: 0.8;
    transform: scale(0.9, 0.9);
  }
}
/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Layout

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  body {
    background: url(/shse/narumi/images/body_bg.jpg);
  }
  .layout {
    width: 100%;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    background: #fff;
    border-top: 3px solid #c9f3d6;
  }
  /* ==== Header === */
  #hd {
    height: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px;
  }
  #hd a {
    text-decoration: none;
    color: #000;
  }
  #hd img {
    height: 80px;
  }
  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0px;
    right: -200px;
    height: 100%;
    z-index: 100;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 16px;
    background: -webkit-radial-gradient(100% 50%, circle, #009200 0%, #00cd5f, #00cd5f);
    background: url(/shse/narumi/images/common/nav_bg.png) top center #000;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #222;
  }
  #nav ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
  }
  #nav ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
  }
  #nav ul li img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #nav ul li:hover {
    border-top: none;
    line-height: 49px;
  }
  #nav ul li:hover > a {
    box-shadow: inset 0 0 15px 3px #222;
  }
  #nav ul li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
  }
  #nav ul li ul {
    border-bottom: none;
    margin: 0;
  }
  #nav ul li ul li {
    line-height: 40px;
    font-size: 13px;
  }
  #nav ul li ul li:last-child {
    border-bottom: none;
  }
  #menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  /* ==== Content === */
  #sidenav {
    display: none;
  }
  #main {
    width: 100%;
    margin-top: 20px;
  }
  #main p {
    padding: 5px;
  }
  #main ol {
    padding: 5px 0px 5px 25px;
  }
  #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc;
  }
  #main ol li, #main ul li {
    padding: 5px 0px;
  }
  /* ol,ul */
  ul.list_B {
    list-style-type: none !important;
  }
  /* table */
  #main table {
    margin: 10px 0px;
  }
  #main table th, #main table td {
    padding: 5px;
  }
  #main img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    float: none;
  }
  #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #main a img:hover {
    transform: scale(0.9);
  }
  /* img */
  .shrink:focus, .shrink:active {
    transform: scale(0.9);
  }
  /* ==== Footer === */
  #ft {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: black;
    background: #c9f3d6;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Head

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  h1 {
    font-size: 1.7em;
    line-height: 1em;
  }
  h1 a {
    color: #000 !important;
    text-decoration: none;
  }
  h1 span {
    display: block;
    font-size: 0.65em;
    color: #ff0066;
    font-family: "arial narrow";
  }
  h1:nth-child(2) span:first-child {
    display: inline;
    font-size: 0.7em;
    line-height: 1em;
    color: black;
  }
  h1:nth-child(2) span:nth-child(2) {
    color: #9900ff;
  }
  h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.45em 0 0.45em 0.5em;
    min-height: 80px;
    color: #53dd93;
    font-size: 34px;
    font-weight: normal;
    border: 3px double #53dd93;
    line-height: 1.3;
  }
  h2 span {
    position: relative;
    display: flex;
    align-items: center;
  }
  h2 span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 15px;
    border-style: solid;
    border-top: 12px solid transparent;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #aaeeca;
  }
  #sidenav h2 {
    color: #fff;
    border: 1px solid #53dd93;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    background: url(/shse/narumi/images/nav_bag.png) top center #53dd93;
  }
  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: bold;
    height: auto;
    padding: 0.4em 0 0.6em 2em;
    background: url(/shse/narumi/images/common/h3_bg.png) left bottom no-repeat;
    line-height: 1.3em;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em 0 0em 0.4em;
    border-left: 5px double #98CF37;
    margin: 0.6em 0 0.4em 0;
  }
  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Original

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img {
    background: url(/shse/narumi/images/common/i_img_bg.jpg) top left repeat;
  }
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 100%;
    margin-top: 20px;
  }
  #i_main p {
    padding: 5px;
  }
  div#announce {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
  }
  div#announce img {
    width: 180px;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
  }
  div#greeting {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  div#greeting img {
    padding: 5px 0;
  }
  div#announce {
    position: relative;
  }
  div#announce > strong {
    position: absolute;
    top: -5px;
    left: 90px;
    color: #f00;
    font-size: clamp(0.625rem, 0.491rem + 0.67vw, 0.813rem);
  }
  #i_news {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 10px;
    display: block;
  }
  #i_news table tr {
    border-bottom: 1px dotted #CCC;
  }
  #i_news table td.date {
    background: url(/shse/narumi/images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
  }
  #i_main #recent_activities {
    height: 600px;
  }
  #recent_activities {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #recent_activities table td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 10px;
    display: block;
  }
  #recent_activities table tr {
    border-bottom: 1px dotted #CCC;
  }
  #recent_activities table td.date {
    background: url(/shse/narumi/images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
  }
  #i_main .time_activities {
    height: 600px;
  }
  .time_activities {
    max-height: 300px;
    overflow: auto;
    border: none;
  }
  .time_activities table tr {
    border-bottom: 1px dotted #CCC;
  }
  .time_activities table tr td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 10px !important;
    display: block;
  }
  .time_activities table tr td.date {
    background: url(/shse/narumi/images/common/news_icon.gif) 4px 14px no-repeat;
    padding: 0 0 0 20px !important;
  }
  #i_side img {
    width: 100%;
    margin-bottom: 15px;
  }
  #i_bnr {
    margin-top: 20px;
    width: 100%;
  }
  #i_bnr li {
    width: 100%;
    margin-bottom: 4px;
  }
  #i_bnr li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 15px 0 15px 30px;
    border: 1px solid #00cd5f;
    border-radius: 0px;
    background: url(/shse/narumi/images/common/bnr_bg.png) 8px center no-repeat;
    transition: All 0.5s ease;
  }
  #i_bnr li a:hover {
    color: #fff;
    background: url(/shse/narumi/images/common/bnr_bg_hover.png) 8px center no-repeat #00cd5f;
  }
  #i_bnr li.i_bnr_org a {
    border-color: #FFA500;
    background: url(/shse/narumi/images/common/bnr_bg.png) 8px center no-repeat rgba(255, 165, 0, 0.2);
  }
  #i_bnr li.i_bnr_org a:hover {
    background: url(/shse/narumi/images/common/bnr_bg.png) 8px center no-repeat #FFA500;
  }
  #i_contact {
    margin: 10px;
    border: 1px solid #00cd5f;
    height: 200px;
    border-radius: 0px;
  }
  #i_contact p {
    padding: 10px;
    text-align: center;
  }
  #i_contact p:first-child {
    color: #00cd5f;
    font-weight: bold;
    font-size: 1.2em;
  }
  .intro_photo {
    padding: 10px;
  }
  .intro_photo img {
    height: 230px;
    margin: 20px 10px 0;
  }
  .description ul li:first-child span {
    color: #00cd5f;
    background-color: white;
  }
  .description ul li:nth-child(2) span {
    color: orange;
    background-color: white;
  }
  ul.intro_li li {
    list-style-type: none;
  }
  ul.intro_li li span {
    margin: 0 5px;
    background: green;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
  }
  ul.intro_li li span a {
    text-decoration: none;
    color: white;
  }
  ul.intro_li li span a:hover {
    text-decoration: none;
    color: white;
  }
  ul.intro_li li:before {
    content: "●";
    color: orange;
    padding: 5px;
    margin-left: -20px;
  }
  ul.intro_li li.food:before {
    content: "●";
    color: #00cd5f;
  }
  ul.list_B {
    list-style-type: none !important;
  }
  ul.list_B li ul {
    list-style-type: none !important;
  }
  ul.list_B li ul li ul {
    list-style-type: none !important;
  }
  .book ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .book ul li {
    list-style-type: none;
    width: 30%;
    margin: 5px;
  }
  .book ul li img {
    border: 1px solid gray;
  }
  .book02 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 !important;
  }
  .book02 ul li {
    width: calc((100% - 10px) / 2);
    list-style-type: none;
  }
  .book02 ul li a {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
  }
  .book02 ul li a img {
    border: 1px solid gray;
    height: 200px;
  }
  .flex_box {
    padding: 10px;
  }
  .flex_box a {
    display: block;
    margin: 10px 0;
  }
  .flex_box img {
    margin: 10px 0;
  }
  .flex_box p {
    padding: 0 10px;
  }
  span.ronbun {
    margin: 0 5px;
    background: green;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
  }
  span.ronbun a {
    text-decoration: none;
    color: white;
  }
  span.ronbun a:hover {
    text-decoration: none;
    color: white;
  }
  span.ronbun_saitaku {
    margin: 0 5px;
    background: #8FAADC !important;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
  }
  .l_logo {
    width: 95%;
    margin: 0 auto 30px;
  }
  .l_logo p {
    text-align: center;
  }
  .l_logo img:first-child {
    height: 100px;
  }
  .i_box figcaption {
    text-align: center;
  }
  .slick-slide .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 5px;
    opacity: 0;
    transition: 0.3s ease;
    text-align: center;
  }
  .slick-current .caption {
    opacity: 1;
    transition-delay: 0.5s;
  }
  /*----pagetop----*/
  #page-top {
    width: 100%;
  }
  #page-top a {
    background: #666;
    border: none;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  /*----time_nutrition----*/
  .time_list, .time_list_02 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .time_list li, .time_list_02 li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
  }
  .time_list li, .time_list_02 li {
    width: calc((100% - 10px) / 2);
  }
  .time_list li:nth-child(2n), .time_list_02 li:nth-child(2n) {
    margin-right: 0;
  }
  .time_list li img, .time_list_02 li img {
    max-width: 100% !important;
  }
  .time_list li figcaption, .time_list_02 li figcaption {
    font-size: 0.9em;
  }
  .time_list li a:hover, .time_list_02 li a:hover {
    opacity: 0.8;
    transform: scale(0.9, 0.9);
  }
}
.society_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.society_link .jcns_logo {
  width: 10%;
}
.society_link .jcns_logo a img {
  width: 100%;
  height: auto;
}
.society_link .link_text {
  margin-right: 10%;
  width: 70%;
}

/*# sourceMappingURL=style.css.map */