<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*---------------------------------------------
	初期化
  ---------------------------------------------*/
* { margin: 0; padding: 0; }
*,
*::before,
*::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
form label { cursor: pointer; }
a img { border: none; }
img { vertical-align: bottom; image-rendering:auto; }
th { font-weight: normal; }

/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
	color: #333333;
	color: #333333;
	font-size: 16px;
	line-height: 2.2;
	text-align: left;
	-webkit-text-size-adjust: none;
	overflow-x:hidden;
	background-color: #ffffff;
	animation: fadeIn 2.0s ease 0s 1 normal;
	-webkit-animation: fadeIn 2.0s ease 0s 1 normal;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    body {
        image-rendering: -webkit-optimize-contrast;
    }
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/*---------------------------------------------
	Text
  ---------------------------------------------*/
html {
    font-family: sans-serif;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow-x:hidden;
	scroll-behavior: smooth;
}
body { font-size: 16px; font-size: 1.6rem; }
h1, h2, h3, h4, h5 {
	color: #6a431b;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	line-height: 1.7;
}
h2 {
	margin: 80px auto 20px;
	padding-top: 90px;
	text-align: center;
	color: #6a431b;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 50px; font-size: 5.0rem;
	background-image: url("../image/footer-mark.png");
	background-repeat: no-repeat;
	background-position: center top;
}
/*h2 { font-size: 48px; font-size: 4.8rem; padding: 50px 0 30px; text-align: center; }*/
h3 { font-size: 40px; font-size: 4.0rem; padding: 50px 0 30px; text-align: center; }
h3 span { font-size: 20px; font-size: 2.0rem; margin-left: 20px; }
h4 { font-size: 24px; font-size: 2.4rem; padding: 40px 0 25px; }
.taisetsu h4 { font-size: 28px; font-size: 2.8rem; }

h5 { font-size: 20px; font-size: 2.0rem; padding: 40px 0 20px; }
h6 { font-size: 16px; font-size: 1.6rem; padding: 30px 0 15px; font-weight: 600; line-height: 1.7; }

p { line-height: 2.2; margin-bottom: 0.5em; }
.text12 { font-size: 12px; font-size: 1.2rem; }
.text13 { font-size: 13px; font-size: 1.3rem; }
.text14 { font-size: 14px; font-size: 1.4rem; }
.text16 { font-size: 16px; font-size: 1.6rem; }
.text18 { font-size: 18px; font-size: 1.8rem; }
.text20 { font-size: 20px; font-size: 2.0rem; }
.text24 { font-size: 24px; font-size: 2.4rem; }
.text28 { font-size: 28px; font-size: 2.8rem; line-height:1.5; }

.catch {
	max-width: 860px;
	margin: 0 auto 70px;
	text-align: center;
	color: #6a431b;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 32px; font-size: 3.2rem;
	line-height: 1.8;
}
@media (max-width: 599px) {
	.catch { font-size: 2.4rem; margin: 0 auto 50px; }
}

@media (max-width: 599px) {
	h2 {
		font-size: 3.2rem;
		margin: 80px auto 10px;
		padding-top: 60px;
		background-size: 50px auto;
	}
	h3 { font-size: 2.6rem; padding: 40px 0 30px; text-align: left; }
	h4 { font-size: 2.1rem; padding: 40px 0 30px; }
	h5 { font-size: 1.8rem; padding: 30px 0 20px; }
	h6 { font-size: 1.6rem; padding: 20px 0 10px; }
	body, p { font-size: 1.4rem; }
	.taisetsu h4 { font-size: 2.2rem; }
	.taisetsu .text18 { font-size: 1.6rem; }

}


/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a { outline: none; }
a:link { text-decoration: none; color: #6a431b; }
a:visited { text-decoration: none; color: #6a431b; }
a:hover { text-decoration: underline; color: #fb6400; }
a:active { text-decoration: underline; color: #fb6400; }
a img:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

/*---------------------------------------------
	一般設定
  ---------------------------------------------*/
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
img.full { width: 100%; }
img.boder { border: 1px solid #E7E3DE; }
.zero { margin: 0; padding: 0; }
.zero-top {	margin-top: 0; padding-top: 0; }
.zero-bottom {	margin-bottom: 0; padding-bottom: 0; }
.round { border-radius: 20px; }
.circle { border-radius: 50%; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.shadow { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.space10 { margin-bottom: 10px; }
.space15 { margin-bottom: 15px; }
.space20 { margin-bottom: 20px; }
.space30 { margin-bottom: 30px; }
.space40 { margin-bottom: 40px; }
.space50 { margin-bottom: 50px; }
.space60 { margin-bottom: 60px; }
.space80 { margin-bottom: 80px; }
.space100 { margin-bottom: 100px; }
.underline { border-bottom: 1px solid #999999; margin-bottom: 30px; padding-bottom: 30px; }
.underline-dot { border-bottom: 1px dotted #999999; margin-bottom: 30px; padding-bottom: 30px; }
.underline-dot.wide { margin-bottom: 50px; padding-bottom: 50px; }
.float-right { float: right; position: relative; }
.float-left { float: left; position: relative; }
.caution { color:#cc0000; }
.bold { font-weight: 700; }
.mincho { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.copy-guard { pointer-events: none; }
i.fa { margin: 0 0.3em 0 0.3em; }
.read span { display:inline-block }
.img-full { width: 100%; }
.img-right { float: right; position: relative; margin-bottom: 20px; margin-left: 40px; margin-top: 10px; }
.img-left { float: left; position: relative; margin-bottom: 20px; margin-right: 40px; margin-top: 10px; }
.img-right.w140,
.img-left.w140 { width: 140px; }
.img-right.w180,
.img-left.w180 { width: 180px; }
.img-right.w210 { width: 210px; }
.img-right.w240 { width: 240px; }
.img-right.w280,
.img-left.w280 { width: 280px; margin-bottom: 20px; }
.img-right.w360,
.img-left.w360 { width: 360px; margin-bottom: 20px; }
@media (max-width: 599px) {
	.img-right { margin-bottom: 15px; margin-left: 30px; }
	.img-left { margin-bottom: 15px; margin-right: 30px; }
	.img-right.w280,
	.img-left.w280,
	.img-right.w360,
	.img-left.w360 { float: none; width: 100%; margin: 0 0 20px 0; }
	.img-right.w180,
	.img-left.w180 { width: 120px; }
	.img-right.w210,
	.img-left.w210 { width: 140px; }
}
.waku {
	background-color: #FEF9EE;
	padding: 0 30px 20px;
	margin: 30px 0;
	border-radius: 30px;
}
@media (max-width: 599px) {
	.waku {
		padding: 0 20px 10px;
		margin: 20px 0;
	}
	.waku.raw {
		margin: 0;
	}
}

/* ------ 余白 ------ */
.mt1em { margin-top: 0.5em; }
.mt2em { margin-top: 1.5em; }
.mt3em { margin-top: 2.5em; }
.mt4em { margin-top: 4em; }
.mt5em { margin-top: 5em; }
.mb1em { margin-bottom: 0.5em; }
.mb2em { margin-bottom: 1.5em; }
.mb3em { margin-bottom: 2.5em; }
.mb4em { margin-bottom: 4em; }
.mb5em { margin-bottom: 5em; }
.pb1em { padding-bottom: 0.5em; }
.pb2em { padding-bottom: 1.5em; }
.pb3em { padding-bottom: 2.5em; }
.pb4em { padding-bottom: 4em; }
.pb5em { padding-bottom: 5em; }
@media (max-width: 767px) {
	.mt1em { margin-top: 0.3em; }
	.mt2em { margin-top: 1.2em; }
	.mt3em { margin-top: 1.8em; }
	.mt4em { margin-top: 2.5em; }
	.mt5em { margin-top: 4em; }
	.mb1em { margin-bottom: 0.3em; }
	.mb2em { margin-bottom: 1.2em; }
	.mb3em { margin-bottom: 1.8em; }
	.mb4em { margin-bottom: 2.5em; }
	.mb5em { margin-bottom: 4em; }
}

/* ------ float clear ------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}


/*---------------------------------------------
	ヘッダ
  ---------------------------------------------*/
#header {
	position: relative;
	height: 100px;
	width: 100%;
	padding: 0 30px;
}
#header .header-border {
	height: 20px;
	border-radius: 0 0 20px 20px;
	background-color: #F56D00;
}
#header .header-logo img {
	position: absolute;
	left: 30px;
	height: 50px;
	top: 18px;
}
#header .header-logo.top img {
	height: 47px;
	top: 20px;
}

.main-mark,
.main-mark-bg {
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
}
.main-mark {
	top: 20px;
	width: 130px;
	z-index: 11;
}
.main-mark-bg {
	top: 100px;
	width: 400px;
	z-index: 10;
}

@media (max-width: 599px) {
	#header { height: 120px; }
	#header .header-border { height: 12px; border-radius: 0 0 12px 12px; }
	#header .header-logo img { left: 20px; height: 35px; top: 25px; }
	#header .header-logo.top img { height: 40px; top: 25px; }
	#header .header-sns { top: 30px; right: 90px; }
	#header .header-sns li { margin-left: 10px; }
	#header .header-sns li img { height: 30px; }
	.main-mark { top: 90px; width: 65px; }
	.main-mark-bg { top: 120px; width: 240px; }
}


/*---------------------------------------------
	ハンバーガーメニュ
  ---------------------------------------------*/
.drawer-menu {
	padding: 30px;
	line-height: 2.5rem;
}
.drawer-menu .mark {
	width: 60px;
	margin-bottom: 30px;
}
.drawer-menu a { display: block; }
.drawer-menu a:link,
.drawer-menu a:hover,
.drawer-menu a:visited { color: #333333; }

.drawer-menu ul.menu li {
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 15px;
	background-image: url("../image/icon-arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px auto;
	padding-left: 25px;
}
@media (max-width: 599px) {
	.drawer-menu .menu-inner ul.menu li { font-size: 1.4rem; background-size: 14px auto; padding-left: 22px; }
	.drawer-menu ul.sns { margin: 20px auto 0; }
}

/*---------------------------------------------
	トップページスライダー
  ---------------------------------------------*/
#mainvisual .swiper-container { width: calc( 100% - 60px); position: relative; border-radius: 20px; z-index: 1; }
#mainvisual .swiper-container .swiper-slide img { width: 100%; height: 600px; object-fit: cover; border-radius: 20px; }
@media (max-width: 768px) {
	#mainvisual .swiper-container .swiper-slide img { height: 360px; }
}
@media (max-width: 599px) {
	#mainvisual .swiper-container { width: calc( 100% - 40px); }
}

/*---------------------------------------------
	共通
  ---------------------------------------------*/

/* ------ コンテンツ ------ */
#contents-container { max-width: 100%; margin: 70px 0 70px; }
@media (max-width: 850px) {
	#contents-container { margin-bottom: 40px; }
}
@media (max-width: 599px) {
	#contents-container { margin-top: 50px; }
}
.contents1200,
.contents1100,
.contents1000,
.contents800,
.contents780,
.contents580,
.contents480,
.contents400 { margin: 0 auto; position: relative; padding: 0 25px; }
.contents1200 { max-width: 1250px; }
.contents1100 { max-width: 1150px; }
.contents1000 { max-width: 1050px; }
.contents800 { max-width: 850px; }
.contents780 { max-width: 830px; }
.contents580 { max-width: 630px; }
.contents480 { max-width: 530px; }
.contents400 { max-width: 450px; margin-bottom: 70px; }

/* ------ リスト ------ */
ul.list-line {
	margin-bottom: 30px;
}
ul.list-line li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #AB7F50;
	margin-bottom: 20px;
}
@media (max-width: 599px) {
	ul.list-line li { margin-bottom: 10px; }
}

/* ------ コラム ------ */
.column {
	flex-wrap: wrap;
	display: flex;
	margin-left: -80px;
	position: relative;
}
.column section {
	flex: 1;
	margin: 0 0 0 80px;
}
.column section img {
	width: 100%;
}
@media (max-width: 850px) {
	.column { margin-left: -30px; }
	.column section { margin-left: 30px; }
}
@media (max-width: 599px) {
	.column section { flex: 100%; margin: 0 0 0 30px; }
}


/* ------ フェードアニメ ------ */
.img-fade {
  opacity: 0;
  transition: transform 0.8s linear;
  animation-duration: 1.0s;
  animation-fill-mode: both;
}
.img-blur {
  animation-name: imageBlur;
  opacity: 1;
  transition: 1.0s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }

  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.btn a {
	position: relative;
	color: #ffffff;
	font-family: "FOT-筑紫A丸ゴシック Std R";
	font-size: 16px; font-size: 1.6rem;
	line-height: 50px;
	padding: 0 20px;
	max-width: 320px;
	border-radius: 10px;
	background: #6a431b url("../image/icon-btn-arrow-w.png") no-repeat center right 20px / 16px auto;
	display: block;
	margin: 50px auto 25px;
	transition: all 0.2s;
}
.btn.btn-center a {
	margin: 0 auto;
}
.btn a:hover {
	background-color: rgba(106,67,27,0.8);
	text-decoration: none;
}

/* ------ ティッカー ------ */
.item-ticker {
	margin: 60px 0 40px;
}
.ticker li img,
.ticker-left li img {
	height: 160px; width: 240px;
	border-radius: 10px;
	margin-right: 20px;
	box-sizing: border-box;
    object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
}
@media (max-width: 767px) {
	.ticker li img,
	.ticker-left li img { height: 120px; width: 180px; }
}

/* ------ 大切にしていること ------ */
.taisetsu .item-ticker {
	margin: 0 0 60px;
}


/* ------ 背景あり ------ */
.color-contents {
	background-image: url("../image/bg-blog-wave.png"), url("../image/bg-blog-wave2.png");
	background-repeat: repeat-x, repeat-x;
	background-position: top center, bottom center;
	background-size: auto 10px, auto 10px;
	background-color: #fef9ee;
	padding: 50px 0 30px;
	margin-bottom: 20px;
}

.column .suikou,
.column .uchihara,
.column .tsukuba {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 40px;
	border-left: 5px solid #f76d00;
	padding-left: 25px;
}
@media (max-width: 599px) {
.color-contents {
	padding: 30px 0 10px;
}
.column .suikou,
.column .uchihara,
.column .tsukuba {
	padding-left: 20px;
}
}

.column .suikou {
	border-color: #f76d00;
}
.column .uchihara {
	border-color: #6c9f00;
}
.column .tsukuba {
	border-color: #e2576e;
}

.color-contents.area h5 { font-size: 20px; font-size: 2.0rem; padding: 0 0 20px; }

@media (min-width: 600px) {
	.color-contents .list-line { text-align: center; }
}


/*---------------------------------------------
	ページの先頭へ
  ---------------------------------------------*/
#page-top { width:50px; height:50px; display:none; position:fixed; right:20px; bottom:20px; z-index: 101; }
#page-top p { margin: 0; padding: 0; text-align: center; background-color: #6a431b; }
#page-top p:hover { background-color: rgba(106,67,27,0.8); transition: 0.4s; }
#move-page-top { color:#fff; line-height:50px; text-decoration:none; display:block; cursor:pointer; }
@media (max-width: 599px) {
	#page-top { width:40px; height:40px; right:15px; bottom:20px; }
	#move-page-top { line-height:40px; }
}

/*---------------------------------------------
	フッタ
  ---------------------------------------------*/
footer {
	max-width: 100%;
	text-align: center;
}
.footer {
	background-position: center center;
}
.footer p {
	line-height: 1.8;
}
@media (max-width: 599px) {
	footer { margin-top: 50px; }
}

.ex-link {
	background-color: #6A441B;
	font-size: 14px; font-size: 1.4rem;
}
.ex-link li {
	display: inline;
}
.ex-link li a {
	color: #ffffff;
	line-height: 40px;
	padding: 0 15px;
}
.copy {
	font-size: 13px; font-size: 1.3rem;
	line-height: 70px;
}
@media (max-width: 599px) {
	.ex-link { margin: 30px 0 0; padding: 10px 0; }
	.ex-link li { display: block; }
	.ex-link li a { line-height: 1.4; }


	.copy { line-height: 40px; }
}

/*---------------------------------------------
	レスポンシブ
  ---------------------------------------------*/
@media (min-width: 521px) {
	.forSP { display:none }
	.forPC { display:block }
}
@media (max-width: 599px) {
	.forPC { display:none }
	.forSP { display:block }
}</pre></body></html>