<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: é–“å³¶ã‚¿ã‚¿ãƒŸãƒ†ãƒ¼ãƒž
Description: é–“å³¶ã‚¿ã‚¿ãƒŸWordPressã®ãƒ†ãƒ¼ãƒž
Author: è‡ªåˆ†
Version: 1.0
*/
/*

ã“ã“ã«ã¯ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã¨ã€WPãƒ†ãƒ³ãƒ—ãƒ¬ãƒ¼ãƒˆã«ã¾ã¤ã‚ã‚‹åŸºæœ¬çš„ãªã“ã¨ã‚’æ›¸ãã€‚
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„éƒ¨åˆ†ã®è£…é£¾ã¯ã€page.cssã«æ›¸ãã“ã¨

*/
/*================================================================================
General settings
================================================================================*/
img {
  border: none;
  max-width: 100%;
  height: auto;
}
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro W3", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
  margin: 0px;
}
html {height: 100%;}
/*=============================================================================
LINK COLOR SETTINGS
==============================================================================*/
a,a img, a p {
  transition: opacity  linear 0.4s, color  linear 2s, background-color linear 0.4s;
}
/*
a img {
  transition-property:outline;
  transition: 0;
}
*/
a:link {
  color: #031;
 text-decoration: none;
}
a:visited {
  color: #031;
}
a:active {
  color:#399618;
  text-decoration: none;
}
a:hover, a:hover p {
  color:#399618;
}

a:hover img{
 opacity: 0.6;
outline: 2px solid #399618;
  outline-offset: -2px;
}


/*================================================================================
HEADER
================================================================================*/
#bg_for_hide {}
/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ä»¥å¤–*/
header#hd {
  max-width: 980px;
  width: 100%;
  text-align: center;
  margin: auto;
}
#logo {text-align: center;}
#logo img{
  width: 240px;
  height: auto;
}
#logo a {}
#logo a:hover img{
outline: none;
}
/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸*/
.home header#hd {
	display: none;
}
#hd_index {
  position: relative;
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
#img_index {
  width: 100%;
 height:700px;
 overflow:hidden;
}
#img_index .slick-slide{
min-height:700px; 
overflow:hidden;
 position:relative;
}
#img_index .slick-slide img{
 position:absolute;
 min-height:700px;
   left: 50%;
 bottom: 0;
  transform: translateY(0) translateX(-50%);
  text-align: center;
min-width:1200px;
}

#index_slider {
  display:none;
}
#index_slider.slick-initialized {
  display: block;
}
#hd_index #logo_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
#img_index #logo_catch div:first-child img {
/*  max-width: 360px;
 width:100%;*/
  width: 300px;
  height: auto;
  filter: drop-shadow(2px 2px 3px black);
}
#img_index #logo_catch div:last-child  img{
  width: 160px;
  height: auto;
  margin-top: 20px;
}


/*================================================================================
ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒ¡ãƒ‹ãƒ¥ãƒ¼
================================================================================*/
#nav_global {
  max-width: 1000px;
  width: 100%;
  margin: 10px auto;
  position: relative;
}
#nav_global ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nav_global ul li {
  margin: 10px 0px;
  padding: 0px;
  list-style-type: none;
  width: calc(100% / 7);
  font-size: 16px;
  text-align: center;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3";
}
#nav_global ul .nav_current {
  border-color: #ccc;
  transition: all 1.0s;
}
#nav_global ul li a {
  color: #333;
  text-decoration: none;
  padding: 5px 0px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
#nav_global ul li a:active {
  opacity: 1;
}
#nav_global ul li a:hover {
  opacity: 1;
}
/*================================================================================
ãƒ‘ãƒ³ããš
================================================================================*/
.breadcrumbs {
  background-color: #3b5d1b;
  width: 100%;
  padding: 5px 0px;
  margin: 0px 0px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.breadcrumbs &gt; div {
  max-width: 100%;
  width: 1000px;
  margin: 0px auto;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
/*================================================================================
å†’é&nbsp;­ã®ç”»åƒã¨ã‚¿ã‚¤ãƒˆãƒ«
================================================================================*/
#hd_img_title {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px auto;
}
#hd_img_title img {
  width: 100%;
 /*display:none;*/
}
#hd_img_title h2 {
  font-family: "ãƒªãƒ¥ã‚¦ãƒŸãƒ³ R-KL";
  font-size: 48px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0px auto;
  text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.3);
  color: #fff;
}
/*================================================================================
MAIN
================================================================================*/
main {
  width: 100%;
  margin: 40px auto;
}
#wrap_outer {
  width: 100%;
  max-width: 1000px;
}
#wrap_outer {}
.wrap_contents{
  max-width: 1000px;
  margin: 0px auto;
}
.wrap_main_images{}
/*================================================================================
FOOTER
================================================================================*/
/*------------------------------
ãŠå•ã„åˆã‚ã›
------------------------------*/
#ft_enquiry {
  width: 100%;
  padding: 40px 0px;
  margin: auto;
}
#ft_enquiry h2 {
  font-family: "ãƒªãƒ¥ã‚¦ãƒŸãƒ³ R-KL";
  font-size: 28px;
  text-align: center;
  color: #436322;
}
#ft_enquiry &gt; div {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 0px;
  max-width: 1000px;
}
#ft_enquiry &gt; div &gt; div {
  width: calc(100% / 2 - 40px);
  background-color: #f9f6e2;
  padding: 20px 0px;
  margin: 0px auto;
  text-align: center;
  border-radius: 8px;
}
#ft_enquiry &gt; div &gt; div h3 {
  margin: 1em 0px;
  font-weight: normal;
}
#ft_enquiry &gt; div &gt; div#ft_tel a {
  display: block;
  margin: 0px auto;
  font-size: 44px;
  color: #436322;
  text-decoration: none;
  font-family: "UDæ–°ã‚´ ã‚³ãƒ³ãƒ‡ãƒ³ã‚¹90 L";
}
#ft_enquiry &gt; div &gt; div#ft_tel p {
  margin: 0 auto;
}
#ft_enquiry &gt; div &gt; div#ft_tel #tel{
  color: #436322;
  line-height: 1.5;
}
/*------------------------------
ä¸€ç•ªä¸‹
------------------------------*/
#ft_info {
  width: 100%;
  margin: 40px 0px 0px 0px;
  background-color: #0f1e01;
  color: #fff;
}
#ft_info &gt; div {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 40px 0px 0px 0px;
  justify-content: space-between;
  max-width: 920px;
}
#ft_info &gt; div &gt; div {
  width: calc(100% / 2 - 80px);
}
#ft_info &gt; div a {
  color: #fff;
  text-decoration: none;
}
#wrap_address h2 {
  width: 200px;
  margin: 0px 0px 30px 0px;
}
#wrap_address address {
  display: block;
  margin: 20px 0px;
  font-style: normal;
}
#wrap_ft_nav h2 {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  border-bottom: solid 1px #fff;
}
#nav_ft_global {}
#nav_ft_global ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0px 0px 20px;
  padding: 0px;
}
#nav_ft_global ul li:nth-of-type(2n+1) {
  width: 60%;
}
#nav_ft_global ul li:nth-of-type(2n) {
  width: calc(40% - 20px);
}
#nav_ft_global ul li {
  margin: 0px 5px;
  padding: 0px;
}
#ft_copy {
  padding: 0px 0px 40px 0px;
  text-align: center;
  font-size: 14px;
}
/*================================================================================
ã‚µã‚¤ãƒ‰ãƒãƒ¼ï¼ˆã‚ã‚Œã°ï¼‰
================================================================================*/
#sidebar {
  width: calc(100% / 4 - 20px);
	margin-top: 80px;
}
#sidebar h2 {
  font-size: 16px;
  color: #436322;
  margin: 10px auto;
  text-align: center;
  border-bottom: dashed 2px #436322;
}
#sidebar .nav_local {
  margin: 40px 0px;
}
#sidebar .nav_local ul {
  margin: 10px 0px;
  padding: 0px;
}
#sidebar .nav_local ul li {
  margin: 0px 0px 0px 1em;
  padding: 0px 0px 0px 0px;
}
#sidebar .nav_local ul li a {
  padding: 5px 0px;
  display: block;
  color: #000;
  text-decoration: none;
}
/*================================================================================
å„ãƒšãƒ¼ã‚¸
================================================================================*/
/*--------------------
æ–½å·¥äº‹ä¾‹ï¼šã‚«ãƒ†ã‚´ãƒª
--------------------*/
body.archive #hd_img_title &gt; h2 {
  color: #436322;
  margin-top: 75px;
}
body.archive main section.wrap_contents, body.archive main  section.wrap_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.archive #wrap_index_showcase, body.post-type-archive-whats-new main &gt; section.wrap_contents &gt;section{
  width: calc(100% / 4 * 3 - 20px);
 margin-left:0px;
}
body.archive #sidebar {}
body.archive #sidebar #nav_local_archives ul {
  margin: 0px;
}
/*--------------------
ãŠçŸ¥ã‚‰ã›
--------------------*/
/*--------------------
æ–½å·¥äº‹ä¾‹ï¼šã‚·ãƒ³ã‚°ãƒ«
--------------------*/
body.single main section.wrap_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single #wrap_single {
  width: calc(100% / 4 * 3 - 20px);
}
#wrap_single .entry_title {
  font-size: 24px;
  color: #0f1e01;
}
#wrap_before, #wrap_after {
  margin: 40px auto;
}
#wrap_before img, #wrap_after img {
  width: 100%;
  text-align: center;
  margin: auto;
}
#wrap_before h2, #wrap_after h2 {
  margin: 20px auto;
  font-size: 24px;
  text-align: center;
}
#wrap_before h3, #wrap_after h3 {
  margin: 0px auto 20px auto;
  font-size: 24px;
  text-align: center;
}
#wrap_mashima_content {
  margin: 40px auto;
  background-color: #F3F2EB;
  padding: 1.5em;
}
/*====================================================================================================
================================================================================
================================================================================
PCPCPCPCPCPCPCPCPCPCPCPCPCPCPCPCPC
====================================================================================================*/
@media screen and (min-width:641px) {
  #hd_btn_sp {
    display: none;
  }
}

@media screen and (max-width:999px) {
  main {
    width: calc(100% - 40px);
    margin: 40px 20px;
  }
  /*max-width:999pxé–‰ã˜ã‚«ãƒƒã‚³*/
}
@media screen and (min-width:1921px) {
#img_index .slick-slide img{

min-width:100%;
 height:auto;
}
 /*min-width:1921pxé–‰ã˜ã‚«ãƒƒã‚³*/
}

/*====================================================================================================
================================================================================
================================================================================
SPSPSPSPSPSPSPSPSPSPSPSPSPSPSPSPSP
====================================================================================================*/
@media screen and (max-width:640px) {
  /*================================================================================
HEADER
================================================================================*/
  #bg_to_hide {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    background-color: #000;
    opacity: 0.5;
    top: 60px;
    z-index: 50;
  }
  #hd_btn_sp {
    position: absolute;
    top: 5px;
    right: 0px;
    display: flex;
  }
  #hd_btn_sp &gt; div {
    height: 45px;
    width: auto;
    margin: 2px;
  }
  #hd_btn_sp &gt; div img {
    width: auto;
    height: 40px;
  }
  #hd_btn_hamburger {
    width: 40px !important;
    height: 40px;
    overflow: hidden;
  }
  #hd_btn_hamburger &gt; img {
    height: 45px !important;
    margin: 2px !important;
  }
  #hd_btn_hamburger img:last-child {
    display: none;
  }
  header#hd {
    text-align: left;
    margin: 0px 0px 0px 5px;
    width: 170px;
  }
  .home header#hd {
			/*
    position: relative;
    top: 0;
    left: 0;
			*/
  }
  #logo {
    margin: 0px;
    width: 170px;
  }
  #nav_global {
    display: none;
    width: 100%;
    position: absolute;
    top: 47px;
    right: 0px;
    left: 0;
    z-index: 100;
    box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  }

  #img_index {
    margin-top: -10px;
    overflow: hidden;
    position: relative;
   height:400px;
  }
  #img_index #logo_catch {
    width: 70%;
    max-width: inherit;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-70%) translateX(-50%);
  }
 
 
 .slick-slide{
 position: relative;
}
.slick-slide img{
}
 #img_index .slick-slide {
    min-height: 480px;
    overflow: hidden;
    position: relative;
}
#img_index .slick-slide img {
    position: absolute;
    min-height: 480px;
    left: 50%;
    bottom: 0;
    transform: translateY(0) translateX(-50%);
    text-align: center;
    min-width: 361.114px;
}

 
 
 
 /*================================================================================
ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒ¡ãƒ‹ãƒ¥ãƒ¼
================================================================================*/
 
 
  #nav_global ul {
    display: flex;
    background-color: #436322;
    padding: 10px;
    width: calc(100% - 20px);
  }
  #nav_global ul li {
    width: calc(100% /2 - 10px);
    text-align: center;
    margin: 5px 5px;
    padding: 0px 0px 0px 0px;
  }
  #nav_global ul li:last-child {
    flex-grow: 1;
  }
  #nav_global ul li a {
    display: block;
    padding: 8px 0px 8px 0px;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #fff;
    opacity: 0.8;
  }
  /*ãƒˆãƒƒãƒ—*/
  #hd_index {
    margin-top: 10px;
  }
  #hd_index #logo_catch {

    margin: 0px 0px 0px 5px;
  }
  /*çœ‹æ¿ç”»åƒ*/
  #hd_img_title {
    height: 300px;
    overflow: hidden;
  }
  #hd_img_title img {
    width: auto;
    height: 300px;
    max-width: inherit;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #hd_img_title h2 {
    font-size: 36px;
    width: 8em;
    text-align: center;
  }
  .breadcrumbs {
    padding: 5px 5px 10px 5px;
   width:calc(100% - 10px);
  }
  /*================================================================================
MAIN
================================================================================*/
  main {
    width: calc(100%);
    margin: 40px auto;
  }
  #wrap_outer {}
 .wrap_contents{
    width: calc(100% - 40px);
    margin: 0px 20px;
 }
 .wrap_wide_image{
  width:100%;
  height: 300px;
    overflow: hidden;
  position: relative;
 }
 .wrap_wide_image img{
    width: auto;
    height: 300px;
    max-width: inherit;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
  /*================================================================================
FOOTER
================================================================================*/
  /*------------------------------
ãŠå•ã„åˆã‚ã›
------------------------------*/
  #ft_enquiry {
    margin-top: 0px;
  }
  #ft_enquiry h2 {
    font-size: 24px;
    margin-top: 0px;
  }
  #ft_enquiry &gt; div {
    display: block;
    flex-wrap: wrap;
  }
  #ft_enquiry &gt; div &gt; div {
    width: calc(100% - 40px);
    padding: 20px 10px;
    margin: 0 10px;
  }
  #ft_enquiry &gt; div &gt; div h3 {
    margin: 10px 0px;
    font-size: 16px;
  }
  #ft_enquiry &gt; div &gt; div#ft_tel{
    margin-bottom: 10px;
  }
  #ft_enquiry &gt; div &gt; div#ft_tel a {
    font-size: 32px;
  }
  #ft_enquiry &gt; div &gt; div#ft_tel p {
    margin: 0px 0px;
    line-height: 1.5;
  }
  /*------------------------------
ä¸€ç•ªä¸‹
------------------------------*/
  #ft_info {}
  #ft_info &gt; div {
    display: block;
    flex-wrap: wrap;
    margin: auto 10px;
  }
  #ft_info &gt; div &gt; div {
    width: calc(100% - 0px);
  }
  #ft_info &gt; div a {}
  #wrap_address h2 {
    margin: 0px auto;
   text-align: center;
   
  }
  #wrap_address address {}
  #wrap_ft_nav{
   margin-top:40px;
 }
  #wrap_ft_nav h2 {}
 
  #nav_ft_global {}
  #nav_ft_global ul {
    margin: 10px 0px;
    padding: 0px;
  }
  #nav_ft_global ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #nav_ft_global ul li:nth-of-type(2n+1) {
    width: 11.5em;
  }
  #nav_ft_global ul li:nth-of-type(2n) {
    width: calc(100% - 11.5em - 10px);
  }
  #nav_ft_global ul li a {
    display: block;
    padding: 5px 0px;
    position: relative;
  }
  #nav_ft_global ul li a:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
  }
  #ft_copy {
 margin-top: 40px;
 }
  /*================================================================================
ã‚µã‚¤ãƒ‰ãƒãƒ¼ï¼ˆã‚ã‚Œã°ï¼‰
================================================================================*/
 body.single main{
  display: block;
 }
 body.single #wrap_single{
  width:100%;
 }
  #sidebar {
    width: calc(100%);
  }
  /*================================================================================
å„ãƒšãƒ¼ã‚¸
================================================================================*/
  /*--------------------
æ–½å·¥äº‹ä¾‹ï¼šã‚«ãƒ†ã‚´ãƒª
--------------------*/
  body.category #hd_img_title, body.archive #hd_img_title {
    height: 100px;
  }
  body.category #hd_img_title &gt; h2 {
    margin-top: 75px;
   top:0;
  }
  body.category main, body.archive main {
    display: block;
  }
  body.archive #wrap_index_showcase, body.post-type-archive-whats-new main &gt; section.wrap_contents &gt;section {
    width: calc(100%);
   margin-top:0px;
  }

  /*max-width:640pxé–‰ã˜ã‚«ãƒƒã‚³*/
}</pre></body></html>