<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* font icon */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?7xjsad');
  src: url('../fonts/icomoon.eot?7xjsad#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7xjsad') format('truetype'), url('../fonts/icomoon.woff?7xjsad') format('woff'), url('../fonts/icomoon.svg?7xjsad#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
input,
textarea,
button {
  outline: none;
}
#wrapper {
  width: 100%;
  margin: auto;
}
/* ãƒ˜ãƒƒãƒ€ãƒ¼ */
header {
  width: 100%;
  position: relative;
}
header .h-top {
display: none;
	
  /*background-color: #EDF1F0;*/
}
header .h-top .w {
  height: 120px;
}
.h-top .w p {
  font-size: 16px;
  line-height: 30px;
  color: #707070;
	background-color: aqua;
}
header .header-h1  {
  font-size: 20px;
  color:var(--text-color-dark);
  width: 500px;
  height: 80px;
  background: url(../images/logo.png) no-repeat;
  text-indent: -9999px;
	position: relative;
	z-index: 100;
}
header .content .right {
  width: 540px;
  line-height: 88px;
}
header .content .right button {
  width: 260px;
  height: 80px;
	border-radius: 5px;
  /*background-color: var(--theme-main-color);*/
  border: none;
  outline: none;
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.mail{  background-color: var(--theme-main-color);}
.tel{   background-color:  var(--theme-sub-color);}
.mail,.tel{ font-family:"-apple-system", BlinkMacSystemFont, "M PLUS Rounded 1c",sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";}
header .content .right button i {
  font-size: 20px;
  font-style: normal;
  color:var(--text-color-light);
}
header .content .right button a {
  font-size: 23px;
	line-height: 23px;
	font-weight: 600;
  color:var(--text-color-light);
}
header .content .right em {
  width: 260px;
  height: 80px;
  font-size: 23px;

		font-weight: 600;
	border-radius: 5px;
  text-align: center;
  color:var(--text-color-light);
  display: block;
  float: right;
  margin-top: 16px;
  background-color:  var(--theme-sub-color);
}
header .content .right em a {
  color:var(--text-color-light);
}
header .content .right em i {
  font-size: 20px;
  font-style: normal;
  color:var(--text-color-light);
}
.tel-button {
  display: none;
}

/**************** ãƒ˜ãƒƒãƒ€ãƒ¼ãƒŠãƒ“ ****************/
header .nav {
  width: 100%;
  height: 60px;
  background-color: #FCB355;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
header .nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  /*background-color: #FCB355;*/
}
header .nav ul li {
  float: left;
  width: calc(100% / 7); /*ãƒŠãƒ“ã®å¹…*/
  height: 60px;
  /*line-height: 60px;*/
  text-align: center;
		position: relative;
	  background: url("../images/line.png") no-repeat right center;
}
header .nav ul.navlist li a {
  width: 100%;
  /*height: 100px;*/
  line-height: 60px;
  font-size: clamp(1.2rem, 0.667rem + 1.11vw, 1.5rem);
  color: #fff;
  display: inline-block;
	font-weight: bold;
	font-family:"-apple-system", BlinkMacSystemFont, "M PLUS Rounded 1c",sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  /*background: url("../images/line.png") no-repeat right center;*/
}
header .nav ul li a.last {
  border-right: none;
}
header .nav ul li a:hover {
  text-decoration: none;
  background-color: #8CD542;
}
header .nav li .DropDown {
  /*width: 200px;*/
  width:initial;
  height: initial !important;
  position: absolute;
  top: 60px;
  left: 0px;
  /* left: 398px;*/
  z-index: 2;
display: none;	
}
header .nav li .DropDown li {
		width: 150%;
	line-height:20px !important;
	height: initial !important;
	background-image: none;
	background-color: #E99B5F;
	border-bottom: 1px dashed #fff;
  /*width: 200px;
  height: auto;*/
}
header .nav li .DropDown li:last-child {
	border-bottom: none;
}
.DropDown li a {
  background-image: none !important;
  line-height:20px !important;
  padding: 8px 0px;
		font-size: 1.1rem!important;
}
/*header .nav ul li:hover .DropDown {
  display: block;
}*/
header .top-img img.Small_leaf_left {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 10%;
}
header .top-img img.Small_leaf_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10%;
  z-index: 1;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
	background-color: rgba(252,179,85,0.90) !important;
}
/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¨ãƒªã‚¢ -&gt; ãƒ‘ãƒ³ããš */
.crumbs {
  padding: 10px 0 15px 0;
}
.crumbs li {
  display: inline-block;
  list-style: none;
}
.crumbs li:before {
  display: inline-block;
  content: "&gt;";
  margin-right: 5px;
}
.crumbs li:first-child:before {
  display: none;
  content: "&gt;";
  margin-right: 5px;
}

.main {
  width: 100%;
  position: relative;
  background-color: var(--theme-bg-color);
  padding-bottom: 50px;
}
.main .Floating_leaves_left {
  position: absolute;
  left: 76px;
  top: 46px;
}
.main .Floating_leaves_right {
  position: absolute;
  right: 10px;
  top: 60px;
}
.main .Big_leaf_left {
  position: absolute;
  left: 0px;
  top: 400px;
  width: 22%;
}
.main .Big_leaf_right {
  position: absolute;
  right: 0px;
  top: 550px;
  width: 15%;
}
.main .Big_leaf_center {
  display: none;
}
/**************************ã‚¹ãƒ©ã‚¤ãƒ‰*****************************/
.main .content .banner {
    width: 100%;
    max-width: 1200px;
    height: calc(60vw); /* ãƒ“ãƒ¥ãƒ¼ãƒãƒ¼ãƒˆã®å¹…ã®60%ã‚’é«˜ã•ã«è¨­å®š */
    max-height: 660px;  /* æœ€å¤§é«˜ã•660px */
    position: relative;
}
.banner .imgs ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}
.banner .imgs ul li img {
  width: 1200px;
/*  height: 658px;
*/}
.banner .imgs ul li:first-child {
  display: block;
}
.main .content .banner img {
  margin: 8px 5px;
  cursor: pointer;
}
.content .banner .Left_arrow {
  position: absolute;
  top: 250px;
  left: -75px;
}
.content .banner .Right_arrow {
  position: absolute;
  top: 250px;
  right: -75px;
}
.content .banner .circle {
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  z-index: 1;
}
.content .banner .circle li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
}
.content .banner .circle li.active {
  background: red;
}

.main .side-wrap {
  width: 100%;
  position: relative;
}
/*.sid-box {
  float: right;
  width: 360px;
  border-radius: 40px 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: var(--theme-main-color);
}*/
.main .side-wrap .sideBar {/*ã‚µã‚¤ãƒ‰ãƒãƒ¼å¹…*/
  float: right;
  width: 30%;
  border-radius: 40px 0;
  padding-bottom: 1px;
}
.main .side-wrap .sideBar-one {
  background-color: var(--theme-main-color);
}
.main .side-wrap .sideBar h4 {
  text-align: center;
  padding: 0;
  font-size: 30px;
  color:var(--text-color-light);
  border-radius: 40px 0;
  background-color: var(--side-bar-color);
}
.main .side-wrap .sideBar .sidebar-info {
  background-color: var(--side-bar-color);
  border-radius: 40px 0;
}
.main .side-wrap .sideBar .content {
  background-color: #fff;
  border-radius: 40px 10px;
  margin: 0 10px;
  border: 1px solid #D6FFAC;
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
}
.main .side-wrap .sideBar .content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-main-color);
  margin-top: 20px;
}
.main .side-wrap .sideBar .content p {
  font-size: 1.2rem;
  /*color: #3B3B3B;*/
  line-height: 1.5rem;
}

.main .side-wrap .new_box {/*indexä»¥å¤–ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„å¹…*/
   width: 100%;
 /*float: right;*/
  /*width: 65%;*/
	margin: 0px auto;
  padding:0px 15px 0px 5px;
}
.main .side-wrap .index_box {/*indexä»¥å¤–ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„å¹…*/
  /* width: 100%;*/
 float: right;
  width: 65%;
  padding:0px 15px 0px 5px;
}
.main .side-wrap .new_box .review {
  width: 100%;
  border-radius: 40px 0;
  padding-bottom: 12px;
  background-color: var(--accent-color);
  overflow: hidden;
}
.main .side-wrap .new_box .review h3 {
  font-size: 22px;
  color:var(--text-color-light);
  text-align: center;
  margin-top: 10px;
}
.side-wrap .new_box .review .content {
  background-color: #fff;
  border-radius: 40px 10px;
  margin: 5px 10px 0 ;
	padding: 20px 10px;
}
.side-wrap .new_box .review .content p {
 /* padding: 20px;
  font-size: 20px;
  text-align: left;
  line-height: 30px;*/
}
.main .side-wrap .new_box .news_orange {
  padding: 20px 0px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #ffd8a4;
  text-align: left;
}
.main .side-wrap .new_box .news_red {
  padding: 20px 0px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #FB888A;
  text-align: left;
}
.main .side-wrap .new_box .news_yellow {
  padding: 20px 0px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #ffec67;
  text-align: left;
}
.main .side-wrap .new_box .news_pink {
  padding: 20px 0px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #ffc6db;
  text-align: left;
}

.main .side-wrap .new_box .news_green {
  padding: 20px 0px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #b1dfda;
  text-align: left;
}

.main .side-wrap .new_box .news_green2 {
  padding: 20px 0px;
  border-radius: 40px 0;
  margin-top: 12px;
  background: #fff;
  border: 10px solid #BADFB1;
  text-align: left;
}

/*.side-wrap .new_box .news h3 {
  font-size: 30px;
  text-align: center;
}
.side-wrap .new_box .news dt {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
.side-wrap .new_box .news dd {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px dashed #3B3B3B;
  padding-bottom: 5px;
}
.side-wrap .new_box .news dt i {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color:  var(--theme-sub-color);
  color:var(--text-color-light);
  font-style: normal;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 10px;
}*/
.side-wrap .new_box [class^="news_"] h3 {/*ãƒ†ãƒ³ãƒ—ãƒ¬ã«ã‚ˆã£ã¦åå‰ãŒé•ã†*/
  font-size: 1.6rem;
  text-align: left;
	font-weight: bold;
}
.side-wrap .new_box [class^="news_"] dt {/*ãƒ†ãƒ³ãƒ—ãƒ¬ã«ã‚ˆã£ã¦åå‰ãŒé•ã†*/
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
.side-wrap .new_box [class^="news_"] dd {/*ãƒ†ãƒ³ãƒ—ãƒ¬ã«ã‚ˆã£ã¦åå‰ãŒé•ã†*/
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
  border-bottom: 1px dashed #3B3B3B;
  padding-bottom: 5px;
}
.side-wrap .new_box [class^="news_"] dt i {/*ãƒ†ãƒ³ãƒ—ãƒ¬ã«ã‚ˆã£ã¦åå‰ãŒé•ã†*/
  display: inline-block;
  width: 100px;
  /*height: 30px;*/
  background-color:  var(--theme-sub-color);
  color:var(--text-color-light);
  font-style: normal;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 10px;
  margin-right: 10px;
}


.adBox {
  width: 100%;
  margin: auto;
}
.adBox .ad {
  width: 350px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px 0;
  border: 2px solid var(--theme-main-color);
  padding: 10px 0;
}
.adBox .back {
  width: 820px;
  height: 270px;
  margin-top: 15px;
}
.top_arrow {
  border: 0 none;
  bottom: 50px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 5%;
  width: 80px;
  z-index: 2147483647;
}

/*ãƒ•ãƒƒã‚¿ãƒ¼*/
.footer {
  width: 100%;
  background-color: var(--theme-main-color-pale);
 font-weight: bold;
}
.footer01 {
	max-width: 1200px;
	margin: 0 auto;
}
.footer .subNav ul {
  /*width: 50%;*/
  margin: auto;
}
.footer .subNav ul li {
  float: left;
  font-size: 16px;
  color:var(--text-color-dark);
  margin: 40px 0;
}
.footer .subNav ul li a {
  width: 100%;
  font-size: 16px;
  color:var(--text-color-dark);
  padding: 0 10px;
  text-align: left;
}
.footer .subNav p {
  float: right;
  font-size: 16px;
  color:var(--text-color-dark);
  margin-top: 15px;
  line-height: 28px;
  text-align: left;
}
#tel-nav {
  display: none;
}
/*ãŠå•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;*/
.notice {
  width: 88%;
  color: red;
}


</pre></body></html>