<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
Theme Name: isetani
Theme URI: 
Description: 
Version: 1.1
Author: esto
Author URI: 
*/

area{
  border:none;
  outline:none;
}

.res_pc {
	display:block;
}

.res_sp {
	display:none;
}

.res_sp_in {
	display:none;
}


iframe {
	vertical-align:bottom;
}
span.cap {
	display:none;
}

/*--------------ホバー時の挙動--------------*/
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.1s ease-in;
  cursor: pointer;
  text-decoration:none;
  color:#FFF;
}

a{
	color:#FFF;
}

/*@font-face{ 
  font-family: 'mplus-2c-regular';
  src: url('css/fonts/mplus-2c-regular.eot');
  src: url('css/fonts/mplus-2c-regular.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/mplus-2c-regular.woff') format('woff'),
       url('css/fonts/mplus-2c-regular.ttf') format('truetype');
}

@font-face{ 
  font-family: 'mplus-2c-regular';
  src: url('css/fonts/mplus-2c-light.eot');
  src: url('css/fonts/mplus-2c-light.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/mplus-2c-light.woff') format('woff'),
       url('css/fonts/mplus-2c-light.ttf') format('truetype');
}*/

.alpha a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

i {
	padding-right:7px;
}
html {
	height:100%;
}

body {
	margin:0;
	color:#211713;
	height:100%;
	background: url(images/top/body_bg.jpg) center -44px no-repeat;
	font-family:'M PLUS 1', sans-serif;
  font-weight: 400;
}

section {
	font-family:'M PLUS 1', sans-serif;
  font-weight: 400;
	width:100%;
	margin:0 auto;
}


/* header */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

header {
	margin:0 auto;
	width:100%;
	/*background:url(images/top/kv_bg.png) repeat;*/
	position:relative;
}

header.smaller {
	margin:0 auto;
	width:100%;
	background:url(images/top/kv_bg.png) repeat;
}

header .inner{
    width: 936px;
    margin: 0 auto;
    padding-bottom: 10px;
    background: url(images/top/header_bg.png) 60px 0 no-repeat;
}

header.smaller .inner{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background: none;}

header .logo dl {
	margin:0 auto;
	text-align:center;
	width:654px;
}

header.smaller .logo dl {
	margin:30px auto 0;
	width:936px;
}

header .logo dl dt {
	font-size:15px;
	color:#525252;
	padding:8px 0 40px;
}

header.smaller .logo dl dt {
    font-size: 13px;
    color: #525252;
    padding: 16px 20px 0 0;
    float: right;
}

header .logo dl dd .left{
	float:left;
}

header.smaller .logo dl dd .left img {
	width:261px;
}

header .logo dl dd .right{
	float:right;
}

header.smaller .logo dl dd .right{
	float:left;
	padding-left:30px;
}

header.smaller .logo dl dd .right img{
	width:217px;
}

header .gnav {
    width: 936px;
    height: 58px;
    background: url(images/common/menu_border.png) no-repeat;
    padding: 16px 0;
	margin-top: 25px;
}

header.smaller .gnav {
    width: 936px;
    height: 58px;
    background: url(images/common/menu_border.png) no-repeat;
    padding: 16px 0;
	margin-top: 5px;
}

.head_kv_sp {
	display:none;
}

section#sec_head {
	width:933px;
	margin:0 auto;
	display:block;
}

section#sec_head .pttl {
	width:933px;
	height:220px;
	margin:0 auto;
	text-align:center;
	padding:97px 0 0 0;
}

section#sec_head ul li{
	font-size:13px;
	float:left;
	color:#658519;
	display:block;
}

section#sec_head ul li a{
	text-decoration:none;
	color:#658519;
}

section#sec_head ul li i{
	font-size:120%;
	padding:0 10px;
}


nav a {
	text-decoration:none;
}

nav .primary-nav li {
    float: left;
    height: 25px;
}

.mod_Gnavi006 ul li img{
    display:block; /* IE6隙間防止 */
}
.mod_Gnavi006 ul li a{
    display:block;
}

nav .primary-nav li img{
	display: inline-block;
	vertical-align: bottom;
}

nav .primary-nav li:last-child {
	float:left;
	padding:0;
	font-size:13px;
}

/* END header */

/* section:intro */
section#intro {
	position:relative;
}

section#intro .kv01 {
    /*background: url(images/top/kv_bg.png) repeat;*/
    margin: 0 auto;
    padding: 80px 0 16px;
    text-align: center;
    width: 1356px;
}


/* END section:intro */

/* section:const */
section#const {
	background:url(images/top/const_bg.png) repeat-x;
	height:660px;
}

section#const .inner{
	width:996px;
	margin:0 auto;
}

section#const .inner h4{
	text-align:center;
	padding:50px 0 10px;
}

section#const .inner dl{
	float:left;
	margin:0 0 0 27px;
	color:#8C4600;
}

section#const .inner dl dt{
    font-size: 16px;
}

section#const .inner dl dt a{
    font-size: 16px;
	color:#8C4600;
	text-decoration:none;
	font-weight:bold;
}

section#const .inner dl dd.days{
	font-size:14px;
	font-weight:bold;
}

section#const .inner dl dd.cate{
    font-size: 13px;
    color: #FFFFFF;
    background: #8C4600;
    padding: 1px 0 0 0;
    width: 110px;
    text-align: center;
	font-weight:bold;
}

section#const .inner dl dd.cate a{
    font-size: 13px;
    color: #FFFFFF;
    background: #8C4600;
    padding: 1px 6px 0;
    text-align: center;
	text-decoration:none;
}

section#const .inner dl.first{
    float: left;
    margin: 20px 0 20px 2.4%;
}

section#const .inner dl dd img{
	width:220px;
	height:auto;
}

section#const .btn_const {
	margin:40px auto 0;
}
/* END section:const */

/* section:news */
h2#ttl_news {
	margin:0 auto;
	text-align:center;
}

section#news {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 60px 0 95px;
}

section#news .inner{
	width:960px;
	margin:0 auto;
}


section#news .left {
	width:440px;
	float:left;
	margin-top:34px;
}

section#news .left h4{
	margin:0 0 20px;
}

section#news .left dd{
	float:left;
	margin:11px 0 0 0;
	font-size:14px;
}

section#news .left dt{
	clear:both;
	width:100%;
	padding-top:3px;
	font-size:16px;
	color:#78584D;
    line-height: 1.2;
}

section#news .left dt a{
	text-decoration:none;
	color:#78584D;
}

section#news .left .info_isetani{
	background:#81973C;
	height:18px;
	margin:12px 0 0 10px;
    padding: 0 6px;
    text-align: center;
	color: #FFF;
}

section#news .left .info_gtruth{
	background:#FF8000;
	height:18px;
	margin:12px 0 0 10px;
    padding: 0 6px;
    text-align: center;
	color: #FFF;
}

section#news .left .info_isetani a,
section#news .left .info_gtruth a{
	text-decoration:none;
}


section#news .right {
	width:460px;
	float:right;
	margin-top:40px;
}

section#news .right h4 img {
    margin-left: 10px;
    margin-bottom: 23px;
}

section#news ul#instafeed li{
    float: left;
    padding-left: 13px;
    padding-bottom: 8px;
}

section#news ul#instafeed li img{
	width:140px;
}


section#news dl {
	width:450px;
	padding-bottom:8px;
	background:url(images/common/line.png) 0 bottom no-repeat;
}

section#news dl dd {
	font-size:14px;
	color:#201713;
}

section#news #feed li {
	width:450px;
	padding-bottom:13px;
	border-bottom:solid 1px #BBB;
	font-size:14px;
	color:#201713;
}

section#news #feed li span {
	padding: 15px 0 2px;
	color:#201713;
	display:block;
	font-size:14px;
}

section#news #feed li a{
	text-decoration:none;
	font-size:16px;
	color:#201713;
}

section#news p.btn {
	margin:40px 0 0;
}

section#news p.btn_insta {
	margin:23px 0 0;
}

/* END section:news */

/* section:info */
section#info {
	background:url(images/top/info_bg.jpg) repeat-x;
	height:660px;
}

section#info .inner {
	background:url(images/top/info_kv.jpg) no-repeat;
	width:954px;
	height:660px;
	margin:0 auto;
	position:relative;
}

section#info .inner table.up{
	position:absolute;
	width:618px;
	top:180px;
	left:164px;
}

section#info .inner table.up td:nth-child(2){
	padding:0 55px;
}

section#info .inner .btm h6{
	text-align:center;
	padding:15px 0 30px;
}

section#info .inner .btm {
    position: absolute;
    width: 690px;
    top: 420px;
    left: 134px;
    padding: 10px 20px;
    border-radius: 10px;
    line-height: 1.8;
	text-align: center;
}

section#info .inner .btm ul li {
	float:left;
	width:260px;
	height:40px;
	color:#FFF;
	text-align:center;
	background:#FF8000;
	font-size:18px;
	padding:7px 0 0;
	margin:0 0 20px;
}

section#info .inner .btm ul li.center {
	margin:0 16px;
}

section#info .inner .btm ul li.left {
	margin:0 16px 0 140px;
}

section#info .inner .btm ul li a{
	text-decoration:none;
}

/* END section:info */

/* footer */
footer {
    margin: 0 auto;
    color: #777777;
    width: 100%;
    background: #FFF;
	padding: 70px 0 0 0;
}

footer .up{
	width:960px;
	margin:0 auto;
    border-top: dotted 1px #B89B92;
	padding-top:26px;
}

footer .up dt{
	float:left;
	font-size:18px;
	color:#78584C;
    font-weight: bold;
}

footer .up dd{
	float:left;
	font-size:16px;
	color:#78584C;
	margin-left:20px;
}

footer .up dd.tel_box{
	padding-top:8px;
}

footer .up dd.tel_box a,
footer .up dd.tel_box a:hover{
	color:#78584C;
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transition: 0.1s ease-in;
	cursor: pointer;
}

footer .up dd.sns{
    margin-top: 10px;
    margin-left: 50px;
}

footer .up dd.sns .center{
	padding:0 36px;
}

footer .maps_sche {
	width:960px;
	margin:40px auto 0;
}

footer .maps_sche .left{
	float:left;
}

footer .maps_sche .right{
	float:right;
}

footer .btm_menu{
    border-top: dotted 1px #B89B92;
	width:960px;
	margin:40px auto 0;
}
	
footer .btm_menu ul{
	width:736px;
	text-align:center;
	margin:30px auto 0;
}

footer .btm_menu ul li{
	float:left;
	line-height:1.8;
}

footer .btm_menu ul li.flower{
	margin-left:64px;
}

footer .btm_menu ul li a{
	font-size:15px;
	color:#78584C;
	text-decoration:none;
}

footer p.copy {
	margin-top:40px;
	background:#967261;
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
	padding: 2px 0;
}

/* END footer */

/* footer#common */
footer#common {
    margin: 0 auto;
    color: #777777;
    width: 100%;
    background: #FFF;
	padding: 50px 0 0;
    border-top: dotted 1px #B89B92;
}

footer#common .up{
	width:960px;
	margin:0 auto;
    padding-top:26px;
	border:none;
}

footer#common .up dt{
	float:left;
	font-size:18px;
	color:#78584C;
    font-weight: bold;
}

footer#common .up dd{
	float:left;
	font-size:16px;
	color:#78584C;
	margin-left:20px;
}

footer#common .up dd.tel_box{
	padding-top:8px;
}

footer#common .up dd.tel_box a,
footer#common .up dd.tel_box a:hover{
	color:#78584C;
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transition: 0.1s ease-in;
	cursor: pointer;
}

footer#common .up dd.sns{
    margin-top: 10px;
    margin-left: 50px;
}

footer#common .up dd.sns .center{
	padding:0 36px;
}

footer#common .maps_sche {
	width:960px;
	margin:40px auto 0;
}

footer#common .maps_sche .left{
	float:left;
}

footer#common .maps_sche .right{
	float:right;
}

footer#common .btm_menu{
    border-top: dotted 1px #B89B92;
	width:960px;
	margin:40px auto 0;
}
	
footer#common .btm_menu ul{
	width:736px;
	text-align:center;
	margin:30px auto 0;
}

footer#common .btm_menu ul li{
	float:left;
	line-height:1.8;
}

footer#common .btm_menu ul li.flower{
	margin-left:64px;
}

footer#common .btm_menu ul li a{
	font-size:15px;
	color:#78584C;
	text-decoration:none;
}

footer#common p.copy {
	margin-top:40px;
	background:#967261;
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
	padding: 2px 0;
}

/* END footer#common */

/* notfound */
section#notfound {
	width:960px;
	margin:0 auto;
	padding:30px 0 80px;
}
/* END  notfound */

/* common */
.tel_area {
	text-align:center;
	padding:120px 0 0;
    margin-bottom: -7px;
}

p.side_btn {
    position: absolute;
    right: 10px;
    top: 48px;
}

.smaller p.side_btn {
	position:fixed;
	right:10px;
	top:150px;
	padding-top: 0;
}

.lines_on_sides {
	color: #181818;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.lines_on_sides span {
	background-color: #f0f0f0;
	padding: 0 0.3em;
}
.lines_on_sides:before {
	content:"";
	display: block;
	position: absolute;
	z-index:-1;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #BBB;
}

#page-top {
    position: fixed;
    bottom: 34px;
    right: 50px;
    font-size: 77%;
	z-index:999999999999;
}
#page-top a {
    text-decoration: none;
    width: 100px;
    padding: 15px 0 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
}

.btn_list_back {
    text-align: center;
    margin: 80px auto 0px;
}

/*　pagenation　*/

div#pagenation-area {
	display:block;
	margin:30px auto;
	text-align:center;
}

div#pagenation-area  div.wp-pagenavi {
	display:inline-block;
}

div#pagenation-area div.wp-pagenavi a {
	display:block;
	float:left;
	border:solid 1px #DDDDDD;
	border-radius:5px;
	padding: 8px 12px;
	margin:0 1px;
	text-decoration:none;
	color:#000;
    background: #fff;
}

div#pagenation-area div.wp-pagenavi span {
	display:block;
	float:left;
	border:solid 1px #DDDDDD;
	border-radius:5px;
	padding: 8px 12px;
	margin:0 1px;
	text-decoration:none;
	color:#000;
    background: #fff;
}

/*　END pagenation　*/


/* END common */
@media screen and (min-width:737px) and ( max-width:1000px) {

body {
	margin:0;
	color:#211713;
	height:100%;
	background: url(images/top/kv_bg.png) repeat;
	font-family:'M PLUS 1', sans-serif;
  font-weight: 400;
}
	
section#intro .kv01{
	width:100%;
}
section#intro .kv01 img{
    /*background: url(images/top/kv_bg.png) repeat;*/
    margin: 0 auto;
    padding: 80px 0 16px;
    text-align: center;
    width: 100%;
}

.tel_area {
	width:100%;
}

.tel_area img {
	width:100%;
}

p.side_btn {
    position: fixed;
    right: 10px;
    top: 230px;
}

.smaller p.side_btn {
    position: fixed;
    right: 10px;
    top: 180px;
}

footer .up dd.sns {
    margin-top: 10px;
    margin-left: 20px;
}

footer#common .up dd.sns {
    margin-top: 10px;
    margin-left: 20px;
}

section#access .access_info .right dt.tel {
    font-size: 30px;
    color: #72553E;
	font-family:'M PLUS 1', sans-serif;
  font-weight: 400;
}

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