<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media (max-width: 768px) {
    /*
  body {
    font-size: 62.5%;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  header {
    width: 100%;
    height: 4rem;
    background: #fff;
    position: fixed;
    z-index: 100;
  }

  #main_v {
    width: 100%;
    height: 25rem;
    padding-top: 4rem;
    overflow: hidden;
  }

  #main_v h1 {
    position: absolute;
    width: 80%;
    left: 5%;
    top: 12rem;
    font-size: 1.5rem;
  }

  #main_v .slider-for figure {
    width: 100%;
    height: 30rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #main_v .slider-nav {
    display: none;
  }

  .contact_link {
    position: absolute;
    right: 0;
    top: 8rem;
    z-index: 50;
  }

  .contact_link img {
    height: 9rem;
  }

  .instagram_link {
    position: absolute;
    right: 0;
    top: 19rem;
    z-index: 50;
  }

  #news {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    background-image: url(../img/news_back.png);
    background-repeat: repeat;
  }

  #news .news_inn {
    width: 100%;
    margin: 0 auto;
  }

  #news .news_inn .news_ttl {
    width: 100%;
    height: 3rem;
    background-image: url(../img/news_ttl_back.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    position: relative;
    float: none;
  }

  #news .news_inn .news_ttl img {
    position: absolute;
    top: -2rem;
    left: 0;
    height: 5rem;
    width: auto;
  }

  #news .news_inn .news_ttl h2 {
    font-size: 1rem;
    line-height: 1.6em;
    position: absolute;
    left: 5rem;
    top: 0.8rem;
    color: #fff;
  }

  #news .news_inn .news_ttl h2 span {
    font-size: 140%;
    letter-spacing: 0.3em;
    margin-right: 0.6em;
  }

  #news .news_inn .news_list {
    width: 92%;
    height: auto;
    float: none;
    margin-top: 0;
    margin-left: 4%;
  }

  #news .news_inn .news_list ul li {
    list-style: none;
    font-size: 1.1rem;
    line-height: 1.6em;
    margin-top: 2rem;
  }

  #news .news_inn .news_list ul li .day {
    font-size: 130%;
    vertical-align: middle;
    display: inline-block;
    width: 4.5em;
  }

  #news .news_inn .news_list ul li .notice,
  #news .news_inn .news_list ul li .delivery {
    font-size: 80%;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.2em;
    padding: 0 0.5em;
    border-radius: 20px;
    margin-right: 0;
  }

  #news .news_inn .news_list ul li .txt {
    display: block;
  }

  #news .news_inn .news_link {
    margin: 0 auto;
    clear: both;
    float: none;
    margin-left: 80%;
    margin-bottom: 2rem;
    width: 13%;
  }

  #news .news_inn .news_link:hover {
    opacity: 0.5;
  }

  .link_btn {
    margin-top: 2rem;
    margin-left: 7%;
    display: block;
    width: 80%;
    font-size: 1.1rem;
    color: #c50119;
    line-height: 3em;
    background-color: #fff;
    border: 1px solid #c50119;
    padding-left: 6%;
    border-radius: 35px;
    background-image: url(../img/btn_off.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    transition: 0.3s;
  }

  .link_btn:hover {
    color: #fff;
    background-color: #c50119;
    background-image: url(../img/btn_on.png);
  }

  #concept {
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 1 !important;
    position: relative;
    padding-bottom: 2rem;
  }

  #concept .concept_img {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    background-image: url(../img/concept_img_back.png);
    background-repeat: no-repeat;
    background-position: 90% center;
  }

  #concept .concept_img img {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin-left: 5%;
  }

  #concept .concept {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  #concept .concept img {
    margin-top: 0;
    height: 3rem;
    width: auto;
    margin-left: 30%;
  }

  #concept h3 {
    width: 92%;
    margin-left: 4%;
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #315720;
    margin-top: 0.5em;
  }

  #concept h4 {
    width: 92%;
    margin-left: 4%;
    font-size: 1.1rem;
    line-height: 1.2em;
    color: #315720;
    margin-top: 1em;
  }

  #concept .concept .txt {
    font-size: 1rem;
    line-height: 1.8em;
    width: 92%;
    margin-left: 4%;
    margin-top: 1em;
  }

  #concept .concept_icon {
    margin-top: 2rem;
    width: 92%;
    margin-left: 0;
  }

  #concept .concept_icon li {
    font-size: 0;
    list-style: none;
    display: inline-block;
    width: 30%;
  }

  #concept .concept_icon li img {
    width: 100%;
    height: auto;
  }

  #environment {
    width: 100%;
    margin: 0;
    height: auto;
    z-index: 10 !important;
    position: relative;
    background-image: none;
    background: #315720;
    padding: 2rem 0;
  }

  #environment .environment_inn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  #environment .environment {
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    padding-top: 1rem;
    left: 0;
    order: 2;
  }

  #environment .environment h3,
  #functionality .functionality h3 {
    width: 92%;
    margin-left: 4%;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-top: 0.5em;
    color: #fff;
  }

  #environment .environment .txt,
  #functionality .functionality .txt {
    font-size: 1rem;
    line-height: 1.8em;
    width: 92%;
    margin-left: 4%;
    margin-top: 1em;
    color: #fff;
  }

  #environment .environment_img {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    position: relative;
    margin: 0;
    order: 1;
    display: block;
  }

  #environment .environment_img img {
    width: 50%;
    height: auto;
    position: relative;
    margin-left: 25%;
    border-radius: 30px;
  }

  #visual {
    width: 100%;
    height: 15rem;
    margin: 0;
    z-index: 1 !important;
    position: relative;
    background-image: url(../img/mv04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #functionality {
    width: 100%;
    margin: 0;
    height: auto;
    z-index: 10 !important;
    position: relative;
    background-image: none;
    background: #315720;
    padding: 2rem 0;
  }

  #functionality .functionality_inn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  #functionality .functionality_img {
    width: 100%;
    padding-top: 0;
    height: auto;
    float: none;
  }

  #functionality .functionality_img img {
    width: 60%;
    margin-left: 20%;
    height: auto;
    margin-bottom: 2rem;
    border-radius: 30px;
  }

  #functionality .functionality {
    width: 100%;
    padding-top: 0;
    height: auto;
    margin-left: 0;
  }

  #online_shop {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2rem 0;
    z-index: 1 !important;
    background-size: cover;
  }

  #online_shop h2 {
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #fff;
    width: 92%;
    margin-left: 4%;
  }

  #online_shop .read {
    width: 100%;
    margin: 2rem 0;
    font-size: 1.1rem;
    line-height: 1.8em;
    width: 92%;
    margin-left: 4%;
  }

  #online_shop .online_shop_link {
    width: 90%;
  }

  footer {
    width: 100%;
    height: auto;
  }

  footer .fotter_inn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #324350;
    position: relative;
    text-align: center;
    padding: 2rem 0;
  }

  footer .fotter_inn .copy {
    font-size: 1rem;
    line-height: 3em;
    position: relative;
    top: 0;
    letter-spacing: 0.1em;
    display: block;
  }

  footer .fotter_inn .privacy {
    font-size: 1.1rem;
    line-height: 3em;
    position: relative;
    top: 0;
    left: 0;
    text-decoration: underline;
  }

  footer .fotter_inn .privacy:hover {
    opacity: 0.5;
  }

  footer .fotter_inn .link_btn {
    position: relative;
    right: 0;
    top: 0;
    width: 80%;
    margin-left: 10%;
    font-size: 1.3rem;
    line-height: 3em;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-position: 90% center;
  }

  footer .fotter_inn .online_shop_btn {
    position: relative;
    right: 0;
    top: 0;
    width: 80%;
    margin-left: 10%;
    font-size: 1.3rem;
    line-height: 3em;
    padding-left: 0;
    background-position: 90% center;
  }

  #gnav {
    height: 0px;
    background: none;
    border-top: 4px solid #2f9bb4;
    z-index: 100;
  }

  .menu {
    display: none !important;
  }

  #nav_toggle {
    display: block;
  }

  .slicknav_menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff !important;
  }

  .slicknav_menu:before {
    content: url(../img/logo.png);
    width: auto;
    float: none;
    margin-top: 0.5rem;
  }

  .menu_line {
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }

  .menu_line-center {
    top: 9px;
  }

  .menu_line-bottom {
    bottom: 0;
  }

  .menu_line-top.active {
    top: 8px;
    transform: rotate(45deg);
  }

  .menu_line-center.active {
    transform: scaleX(0);
  }

  .menu_line-bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }

  .slicknav_nav ul {
    margin: 0;
    padding: 1rem 0;
  }

  .slicknav_nav li {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 95%;
    border-bottom: 1px dotted #000;
  }

  .slicknav_nav li a {
    color: #221815 !important;
    padding: 0 5%;
    margin: 0;
    font-size: 1rem;
    line-height: 2.8rem;
  }

  .slicknav_nav .sel a {
    color: #fff !important;
    background: #c50119;
  }

  #gnav {
    display: none;
  }

  .serch form {
    padding: 0.5rem;
    text-align: center;
  }

  .serch form input {
    font-size: 18px !important;
  }

  .slicknav_nav .medical,
  .slicknav_nav .general {
    width: 49% !important;
    margin-bottom: 1rem !important;
    border-bottom: none;
    text-align: center;
  }

  .slicknav_nav .medical a {
    background: #f6b4bf;
    border-radius: 10px !important;
  }

  .slicknav_nav .general a {
    background: #97d6e4;
    border-radius: 10px !important;
  }

  .slicknav_nav .medical.sel a {
    color: #fff;
    background: #d76174 !important;
  }

  .slicknav_nav .general.sel a {
    color: #fff;
    background: #2f9bb4 !important;
  }

  .slicknav_btn {
    background: #fff !important;
    height: 2rem !important;
    border-radius: 2px;
    border: 1px solid #ccc;
    position: fixed;
    left: 85%;
    top: 0.5rem;
  }

  .active {
    background-color: #fff;
    height: 100% !important;
    overflow: auto !important;
  }

  .slicknav_nav ul {
    height: 100% !important;
    overflow: auto !important;
  }

  .slicknav_open {
    background: #fff !important;
    height: 2rem !important;
    overflow: hidden !important;
  }

  .slicknav_icon,
  .slicknav_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .slicknav_icon {
    position: relative;
    width: 100px;
    height: 100px;
  }

  .slicknav_menu .slicknav_icon-bar {
    position: absolute;
    left: 0;
    background: #ccc;
  }
  .slicknav_icon span:nth-of-type(1) {
    top: 0;
  }
  .slicknav_icon span:nth-of-type(2) {
    top: 3px;
  }
  .slicknav_icon span:nth-of-type(3) {
    bottom: 0;
  }
  .active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0 !important;
    background: #fff !important;
  }
  .active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  .sub_link {
    display: none !important;
  }

  .sp_navi li a {
    margin-left: 1em;
  }

  .sp_navi .link a {
    padding-left: 0.5em;
    font-weight: bold;
    color: #c50119 !important;
  }

  .sp_navi .link_b a {
    padding-left: 0.5em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
    */
    /*↑これより上はstyle_sp.cssと重複のためコメントアウト*/
    
  /*container用に追加20210323*/
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .pla_main_image {
    padding-top: 4rem;
    height: 95vw;
  }
  .pla_main_image p img {
    width: 90%;
  }
  .paper_main_image {
    padding-top: 4rem;
    height: 170vw;
  }
  .paper_main_image p img {
    width: 90%;
  }
  .pla_main_text {
    width: 85%;
    margin-left: 50%;
    position: relative;
    top: -27vw;
    left: -42.5%;
  }
  .pla_main_text h1 {
    text-align: center;
    font-size: 4.5vw;
  }
  .pla_main_text p {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .paper_main_text {
    width: 85%;
    margin-left: 50%;
    position: relative;
    top: -15vw;
    left: -42.5%;
  }
  .paper_main_text h1 {
    text-align: center;
    font-size: 4.5vw;
  }
  .paper_main_text p {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .point_title img {
    width: 70%;
  }
  .point_area {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  .point {
    width: 100%;
  }
  .point div {
    margin-left: 0;
  }
  .point div img {
    width: 60%;
    margin-left: 20%;
  }
  .point h1 {
    width: 90%;
    margin: 10px auto;
    font-size: 4.5vw;
  }
  .point p {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .series {
    width: 90%;
    border-radius: 30px;
    height: 88vw;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .series p img {
    width: 70%;
    margin-top: 4em;
  }
  .series h1 {
    margin-top: 30px;
    font-size: 4.5vw;
    line-height: 1.25em;
    color: #00797f;
  }
  .circle {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .circle a {
    margin-top: 0;
  }
  .circle a img {
    width: 100%;
  }
  .circle_main {
    width: 70%;
    height: 70%;
  }
  .info_title {
    padding-top: 5rem;
    width: 90%;
    margin: 0 auto;
  }
  .info_title span {
    font-size: 5vw;
  }
	.info_text{
		font-size:1.5em;
	}
  .info_area {
    width: 90%;
    margin: 20px auto;
  }
  .info {
    width: 45%;
  }
  .info img {
    width: 100%;
    height: auto;
  }
  .day {
    font-size: 3vw;
  }
  .details {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .img_block {
    width: 48%;
    margin-bottom: 2em;
  }
  .img_block img {
    width: 100%;
  }
  .img_block p {
    font-size: 2.5vw;
  }
  .big_img p {
    font-size: 2.5vw;
  }
  .text_area h1 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .text_area p {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }
  .ct_title {
    margin-bottom: 10px;
  }
  .ct_title h2 {
    font-size: 5vw;
  }
	.ct_title_new{
        margin-bottom: 10px;
    }
    .ct_title_new h2{
        font-size:4vw;
        padding-bottom: 0.5em;
    }
  .small_text {
    font-size: 3vw;
  }
  .ct_block {
    width: 100%;
    /* 追記 */
    display: flex;
    flex-direction: column;
  }
  .ct_block img {
    width: 100%;
  }
  .ct_block p {
    /* 追記 */
    margin-top: 10px;
  }
  .ori_wrap {
    width: 90%;
    margin: 20px auto;
  }
  .ori_wrap h3 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 10px auto;
  }
  .ori_wrap h3 span {
    font-size: 3vw;
  }
  .ori_wrap h4 {
    font-size: 3.5vw;
    margin: 0 auto;
    text-align: ;
  }
  .ori_block {
    flex-wrap: wrap;
  }
  .ori_block img {
    max-width: 660px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    margin: 20px auto;
  }
  .ori_table {
    width: 90%;
    font-size: 3vw;
  }
  .float_img {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  
  .philosophy h3,
  .policy h3 {
    padding-top: 1em;
  }
  .philosophy p,
  .policy p {
    padding-bottom: 0.5em;
  }
  .summary_wrap {
    width: 90%;
  }
  .summary_wrap h2 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .overview {
    /*font-size: 4vw;*/
    width: 100%;
  }
  .overview tr td:last-child {
    width: 65%;
  }
  .overview img {
    /*width: 40%;*/
    padding: 10px 10px 10px 0;
  }
  .overview tr td {
    /*line-height: 6vw;*/
  }
  .overview tr td span {
    /*font-size: 3.5vw;*/
  }
  .chart img {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .sp_wrap {
    width: 100%;
	  padding-top: 5rem;
  }
  .sp_wrap img {
    width: 100%;
    vertical-align: bottom;
  }
  .about_title {
    padding-top: 3rem;
    font-size: 5.5vw;
    width: 90%;
    line-height: 6.5vw;
  }
  .about_text {
    width: 90%;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .sp_text_1,
  .sp_text_2,
  .sp_text_3,
  .sp_text_4,
  .sp_text_5,
  .sp_text_6 {
    position: absolute;
    left: 50%;
    font-size: 2.25vw;
    line-height: 2.75vw;
    width: 37%;
    margin-left: -15px;
  }
  .sp_text_1 {
    margin-top: -181%;
  }
  .sp_text_2 {
    margin-top: -148%;
  }
  .sp_text_3 {
    margin-top: -123%;
  }
  .sp_text_4 {
    margin-top: -94%;
  }
  .sp_text_5 {
    margin-top: -65%;
  }
  .sp_text_6 {
    margin-top: -37%;
  }
}
@media (max-width: 1080px) {
    .facility_wrap {
    width: 100%;
    display: block;
  }
  .facility_title,
  .facility_title2 {
    width: 50%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 30px;
    margin: 0 auto 10px;
    border-radius: 33px;
  }
  .facility_wrap img {
    width: 100%;
    height: 100%;
  }
}</pre></body></html>