<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 {
	max-width: 560px;
	margin: 80px auto 80px;
	text-align: center;
	color: #6a431b;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 50px; font-size: 5.0rem;
	line-height: 130px;
	background-image: url("../image/title-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
}
h3 { font-size: 40px; font-size: 4.0rem; padding: 50px 0 30px; }
h3 span { font-size: 20px; font-size: 2.0rem; margin-left: 20px; }
h4 { font-size: 24px; font-size: 2.4rem; padding: 40px 0 25px; }
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 {
	margin: 30px auto 40px;
	color: #DF596E;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 32px; font-size: 3.2rem;
	line-height: 1.8;
}

@media (max-width: 599px) {
	h2 {
		margin: 0 auto 20px;
		font-size: 3.6rem;
		line-height: 1;
		padding: 50px 0 40px;
	}
	h3 { font-size: 2.2rem; padding: 40px 0 30px; }
	h3 span { font-size: 1.8rem; margin-left: 0; }
	h4 { font-size: 2.0rem; padding: 40px 0 30px; }
	h5 { font-size: 1.8rem; padding: 30px 0 20px; }
	h6 { font-size: 1.6rem; padding: 20px 0 10px; }
	p { font-size: 1.4rem; }
	.text20 { font-size: 1.8rem; }
	.catch { margin: 20px auto 30px; font-size: 2.4rem; }
}


/*---------------------------------------------
	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.w240,
	.img-left.w240,
	.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 { border: 1px solid #cccccc; padding: 30px; margin: 20px 0; background-color: #ffffff; }
.waku-blue { border-color: #0059af; background-color: #ffffff; }

/* ------ 余白 ------ */
.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;
}

/*---------------------------------------------
	Table
  ---------------------------------------------*/
table {
	width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 20px 0;
}
table.general th, table.general td {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	line-height: 1.6;
}
table.general th {
	font-weight: normal;
	background-color: #FFF7E8;
}
/* テーブル 横スクロール */
.table {
	overflow: auto;
	position: relative;
	border: none;
}
.table.memo-before { padding-top:2em; }
.table.memo-after { padding-bottom: 2em; }
.table.memo-before:before,
.table.memo-after:after {
	line-height:1;
	content: "※横スクロールで表全体を見ることが出来ます";
	position: absolute;
	left: 0;
	font-size: 80%;
}
.table.memo-before:before { top: 1em; }
.table.memo-after:after { bottom: 1em; }
@media (min-width: 599px) {
	.table.memo-before { padding-top: 0; }
	.table.memo-after { padding-top: 0; padding-bottom: 0; }
	.table.memo-before:before,
	.table.memo-after:after { padding-top: 0; content: ""; }
}

/*---------------------------------------------
	ヘッダ
  ---------------------------------------------*/
#header {
	position: relative;
	height: 130px;
	width: 100%;
	padding: 0 20px;
}
#header .header-border {
	height: 20px;
	border-radius: 0 0 20px 20px;
	background-color: #DF586E;
}
#header .header-logo img {
	position: absolute;
	left: 30px;
	height: 50px;
	top: 48px;
}
#header .header-logo.top img {
	height: 47px;
	top: 50px;
}
#header .header-sns {
	position: absolute;
	top: 60px;
	right: 100px;
}
#header .header-sns li {
	float: left;
	margin-left: 18px;
}
#header .header-sns li img {
	height: 32px;
}
.main-mark,
.main-mark-bg {
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
}
.main-mark {
	top: 50px;
	width: 130px;
	z-index: 11;
}
.main-mark-bg {
	top: 130px;
	width: 400px;
	z-index: 10;
}

@media (max-width: 599px) {
	#header { height: 120px; padding: 0 10px; }
	#header .header-border { height: 12px; border-radius: 0 0 12px 12px; }
	#header .header-logo img { left: 20px; width: 278px; height: 32px; top: 30px; }
	#header .header-logo.top img { height: 32px; top: 30px; }
	#header .header-sns { display: none;}
	.main-mark { top: 85px; width: 70px; }
	.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 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;	
}
.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;
}
.drawer-menu ul.sub-menu {
	margin-bottom: 30px;	
}
.drawer-menu ul.sub-menu li {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 10px;
	background-image: url("../image/icon-arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px auto;
	padding-left: 25px;
}

.drawer-menu ul.sns li img {
	float: left;
	margin-right: 10px;
	height: 40px;
}

@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 { position: relative; }
#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); }
}
#mainvisual ul.button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 340px;
	margin: 0 auto;
/*
	left: 50%;
    transform: translateX(-50%);
*/
	z-index: 101;
}
#mainvisual ul.button li {
	float: left;
	text-align: center;
	width: 160px;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 16px; font-size: 1.6rem;
	margin: 0 5px;
}
#mainvisual ul.button li a {
	display: block;
	color: #ffffff;
	background-color: #6a431b;
	border-radius: 10px 10px 0 0;
	line-height: 35px;
	border: 2px solid #ffffff;
	border-bottom: none;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
#mainvisual ul.button li a:hover {
	text-decoration: none;
	background-color: #fb6400;
}
@media (max-width: 599px) {
	#mainvisual ul.button { width: 300px; }
	#mainvisual ul.button li { width: 140px; font-size: 1.3rem; }
	#mainvisual ul.button li a { line-height: 30px; padding: 0 10px; }
}

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

/* ------ コンテンツ ------ */
#contents-container { max-width: 100%; margin: 70px 0 70px; }
@media (max-width: 599px) {
	#contents-container { margin: 30px 0 70px; }
}
.contents1200,
.contents1100,
.contents1000,
.contents800,
.contents720,
.contents600,
.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; }
.contents720 { max-width: 770px; }
.contents600 { max-width: 650px; }
.contents400 { max-width: 450px; margin-bottom: 70px; }


/* ------ コンテンツページイメージ写真 ------ */
#page-image { width: calc( 100% - 60px); margin: 0 auto; }
#page-image img { width: 100%; height: 200px; object-fit: cover; border-radius: 20px; }
@media (max-width: 599px) {
	#page-image { width: calc( 100% - 20px); margin-top: -40px; }
	#page-image img { height: 80px; object-fit: cover; border-radius: 12px; }
}

/* ------ コラム ------ */
.column {
	flex-wrap: wrap;
	display: flex;
	margin-left: -80px;
	position: relative;
}
.column section {
	flex: 1;
	margin: 15px 0 15px 80px;
}
.column section.wide { flex: 1.6; }
.column section.wide2 { flex: 2.0; }
.column section.wide3 { flex: 2.4; }
.column section.narrow03 {
	flex: 0.3;
}
.column section img {
	width: 100%;
}
.column.column-n {
	margin-left: -30px;
}
.column.column-n section {
	flex: 80px;
	margin: 10px 0 10px 30px;
}

@media (max-width: 850px) {
	.column { margin-left: -30px; }
	.column section { margin-left: 30px; }
}
@media (max-width: 599px) {
	.column section,
	.column section.wide,
	.column section.narrow03 { flex: 100%; margin: 0 0 10px 30px; }
	.column.reverse section:nth-child(1) { order: 2; }
	.column.reverse section:nth-child(2) { order: 1; }
	.column.column-n { margin-left: -10px; }
	.column.column-n section { flex: 80px; margin: 10px 0 10px 10px; }
}
section.empty {
	visibility: hidden;
}

/* ------ リスト ------ */
ul.list li {
	margin: 8px 0;
	padding-left: 20px;
	background: url(../image/icon-arrow.png) no-repeat top 11px left 3px / auto 10px;
}
ul.list-line {
	margin-bottom: 30px;
}
ul.list-line li {
	margin-bottom: 10px;
	border-bottom: 2px dotted #A2886D;
	padding-bottom: 10px;
}

/* ------ 概要 ------ */
dl.gaiyou dt {
	clear : both;
	float : left;
	width : 8em;
}
dl.gaiyou dd {
	padding-left : 8em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}
dl.gaiyou dd:last-child {
/*	border-bottom: none;*/
}

dl.gaiyou.wide dt { width : 16em; }
dl.gaiyou.wide dd { padding-left : 16em; }

@media (max-width: 520px) {
	dl.gaiyou dt,
	dl.gaiyou.wide dt { float : none; width : auto; font-weight: bold; }
	dl.gaiyou dd,
	dl.gaiyou.wide dd { padding-left : 0; }
}

/* ------ フェードアニメ ------ */
.fade-up,
.fade-left,
.fade-right { opacity : 0; transition:all 1s; }
.fade-up { transform : translate(0, 100px); }
.fade-left { transform : translate(-100px, 0); }
.fade-right { transform : translate(100px, 0); }
.fade-up.scrollin,
.fade-left.scrollin,
.fade-right.scrollin { opacity : 1; transform : translate(0, 0); }

.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: #6a431b;
	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;
	border: 1px solid #6a431b;
	background: #ffffff url("../image/icon-btn-arrow.png") no-repeat center right 20px / 16px auto;
	display: block;
	margin: 25px 0;
	transition: all 0.2s;
}
.btn.btn-center a {
	margin: 25px auto;
}
.btn.btn300 a {
	max-width: 300px;
	margin: 50px auto 0;
}
.btn a:hover {
	color: #ffffff;
	background-color: #6a431b;
	background-image: url("../image/icon-btn-arrow-w.png");
	text-decoration: none;
}
.btn.anchor a {
	font-size: 14px; font-size: 1.4rem;
	line-height: 40px;
	padding: 0 20px;
	background: #ffffff url("../image/icon-btn-arrow-v.png") no-repeat center right 20px / 12px auto;
	margin: 0;
}
.btn.anchor a:hover {
	background-image: url("../image/icon-btn-arrow-w-v.png");
}
@media (max-width: 520px) {
	.btn.anchor a {
		font-size: 13px; font-size: 1.3rem;
		line-height: 40px;
		padding: 0 10px;
		background-image: none;
		text-align: center;
	}
	.btn.anchor a:hover { background-image: none; }
}


/* ------ ティッカー ------ */
.item-ticker {
	margin: 100px 0 80px;
}
.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: 599px) {
	.item-ticker { margin: 20px 0; }
	.ticker li img,
	.ticker-left li img { height: 120px; width: 180px; }
}


/*---------------------------------------------
	トップページ
  ---------------------------------------------*/

.top-catch {
	max-width: 760px;
	min-height: 250px;
	margin: 0 auto 80px;
	text-align: center;
	color: #6a431b;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 45px; font-size: 4.5rem;
	line-height: 1.6;
	padding-top: 20px;
	background-image: url("../top/catch-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
}
@media (max-width: 599px) {
	.top-catch { min-height: auto; font-size: 3.0rem; margin: 0 auto 50px; }
}

/* ------ コラム ------ */
.top-column {
	position: relative;
	flex-wrap: wrap;
	display: flex;
	margin-left: -100px;
	margin-bottom: 80px;
	position: relative;
}
.top-column section {
	flex: 1;
	margin: 15px 0 15px 100px;
}
.top-column section.photo {
	flex: 1.3;
}
.top-column section.photo .swiper-container .swiper-slide img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.top-column.reverse section.photo .swiper-container .swiper-slide img {
	border-radius: 0 20px 20px 0;
}
.top-column section.text .contents360 {
	width: 360px;
	float: right;
	margin-left: 30px;
}
.top-column.reverse section.text .contents360 {
	float: left;
	margin-left: 0;
	margin-right: 30px;
}
.top-column section.text .contents360 h3 { padding: 0 0 30px; }

@media (max-width: 599px) {
	.top-column { margin: 0 20px 40px; }
	.top-column section,
	.top-column section.photo { flex: 300px; margin: 10px 0; }
	.top-column section.photo .swiper-container .swiper-slide img,
	.top-column.reverse section.photo .swiper-container .swiper-slide img {
		height: calc( 100vw * 0.66 );
		border-radius: 20px;
	}
	.top-column section.text .contents360,
	.top-column.reverse section.text .contents360 {
		width: auto;
		float: none;
		margin: 0;
	}
	.top-column.reverse section:nth-child(1) { order: 2; }
	.top-column.reverse section:nth-child(2) { order: 1; }
}

/* ------ ブログFeed ------ */
.blog-contents {
	background-image: url("../top/bg-blog-wave.png"), url("../top/bg-blog-wave2.png");
	background-repeat: repeat-x, repeat-x;
	background-position: top center, bottom center;
	background-size: auto 10px, auto 10px;
	background-color: #FFECDA;
	padding: 30px 30px 50px;
	margin: 50px 0 70px;
}
@media (max-width: 599px) {
	.blog-contents { padding: 0; margin-bottom: 30px; }
}

.column.blog-cat {
	margin-left: -20px;
}
.column.blog-cat section {
	margin: 0 0 20px 20px;
}
.column.blog-cat .btn a {
	font-size: 14px; font-size: 1.4rem;
	line-height: 40px;
	border-radius: 20px;
	margin: 25px 0;
}
.column.blog-cat:last-child .btn a {
	margin-bottom: 0;
}

@media (max-width: 599px) {
	.column.blog-cat section { margin: 0 0 0 20px; }
	.blog-contents { padding-bottom: 40px; }
}

.entry-guide {
	max-width: 200px;
	margin: 40px auto;
	text-align: center;
}

/* ------ GoogleMap ------ */
.map-mark {
	width: 40px;
	margin-bottom: 30px;
}
.googlemap iframe {
	height: 360px;
	border-radius: 20px;
	margin: 30px auto 15px;
}
@media (max-width: 599px) {
	.map-mark { margin-bottom: 15px; }
	.googlemap iframe { height: 300px; border-radius: 20px; }
}

/* ------ お問い合わせ ------ */
.top .contact {
	text-align: center;
	background-color: #F7F2E9;
	border-radius: 20px;
	padding: 40px 20px 20px;
	font-size: 14px; font-size: 1.4rem;
	margin-top: 50px;
}
.top .contact h4 {
	padding: 0 0 20px;
}
.top .contact .tel {
	font-size: 40px; font-size: 4.0rem;
	color: #6a431b;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	margin: 0;
}
@media (max-width: 599px) {
	.top .contact { margin: 0 25px; }
	.top .contact .tel { font-size: 3.2rem; }
}


/*---------------------------------------------
	コンテンツ
  ---------------------------------------------*/

/* ------ 大切にしていること 枠 ------ */
.taisetsu-waku {
	margin: 0 auto 20px;
	max-width: 1200px;
	position: relative;
	padding: 25px;
	background-color: #F7F2EA;
	border-radius: 40px;
}
.taisetsu-waku .inner {
	width: 100%;
	padding: 40px 20px 10px;
	border-radius: 30px;
	border: 5px solid #ffffff;
	text-align: center;
}
.taisetsu-waku .inner h3 {
	padding: 0;
}
.taisetsu-waku .inner h5 {
	font-size: 24px; font-size: 2.4rem;
	padding: 20px 0 10px;
}
.taisetsu-waku .inner p {
	font-size: 18px; font-size: 1.8rem;
	line-height: 2.5;
}

@media (max-width: 599px) {
	.taisetsu-waku {
		margin: 0 auto 20px;
		width: calc( 100% - 40px);
		padding: 20px;
		border-radius: 30px;
	}
	.taisetsu-waku .inner {
		padding: 30px 15px 10px;
		border-radius: 15px;
	}
	.taisetsu-waku .inner h5 {
		font-size: 2.0rem;
	}
	.taisetsu-waku .inner p {
		font-size: 1.5rem;
		line-height: 2.5;
	}
}


.page h4 {
	color: #DF596E;
	font-size: 28px; font-size: 2.8rem;
	padding: 40px 0 25px;
}
@media (max-width: 599px) {
	.page h4 { font-size: 2.1rem;}
}

/* ------ 学習活動について スライドキャプション ------ */
.swiper-slide p {
	width: 100%;
	text-align: center;
	color: #666666;
	background-color: #F8F3EB;
	line-height: 50px;
}


/* ------ 保育園のまいにち ------ */
.timetable {
	display: inline-block;
	background-image: url(../mainichi/image/bg-timetable.png);
	background-repeat: repeat-y;
	background-position: bottom left 50px;
}
.timetable dt {
	clear : both;
	float : left;
	width : 100px;
	font-weight: 700;
	background-color: #E7576E;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
}
.timetable dd {
	text-align: left;
	font-weight: 700;
	padding-left : 130px;
	line-height: 30px;
	margin-bottom: 30px;
}

@media (max-width: 599px) {
	.timetable {
		background-position: bottom left 40px;
	}
	.timetable dt {
		width : 80px;
		margin-bottom: 20px;
	}
	.timetable dd {
		text-align: left;
		font-weight: 700;
		padding-left : 100px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

/* 矢印テーブル */
table.arrow {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
table.arrow th,
table.arrow td {
	line-height: 1.8;
    padding: 15px;
	font-size: 14px; font-size: 1.4rem;
}
table.arrow th {
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: bold;
	background-color: #E7576E;
}
table.arrow th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(153, 204, 51, 0);
    border-left-color: #E7576E;
    border-width: 10px;
    margin-top: -10px;
}

table.arrow td {
    background: #FEF9EE;
    padding-left: 25px;
}
table.arrow th {
	border-radius: 10px 0 0 10px;
	text-align: right;
}
table.arrow td {
	border-radius: 0 10px 10px 0;
}
table.taisetsu.arrow td,
table.taisetsu.arrow td p {
	background-color: #FEF9EE;
}

/* ------ 一時保育・病児保育 ------ */
.gaiyou.ichiji dt { width : 6em; }
.gaiyou.ichiji dd { padding-left : 6em; }
.gaiyou.jisan dt { width : 14em; }
.gaiyou.jisan dd { padding-left : 14em; }

@media (max-width: 479px) {
	.gaiyou dt,
	.gaiyou.ichiji dt,
	.gaiyou.jisan dt { float: none; width: auto; }
	.gaiyou dd,
	.gaiyou.ichiji dd,
	.gaiyou.jisan dd { padding-left : 0em; }
}


/* ------ 書類ダウンロード リンクボタン ------ */
a.doc-btn {
	color: #ffffff;
	font-size: 14px; font-size: 1.4rem;
	background-color: #DF596E;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 8px;
}

/* ------ 講習会・無料体験 ------ */
.column.koushu {
	margin-left: -40px;
}
.column.koushu section {
	flex: 200px;
	margin: 15px 0 15px 40px;
	font-size: 13px; font-size: 1.3rem;
	text-align: center;
	line-height: 1.7;
}
.column.koushu section img {
	margin-bottom: 15px;
}

/*---------------------------------------------
	ページの先頭へ
  ---------------------------------------------*/
#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: #0059af; }
#page-top p:hover { background-color: rgba(0,89,175,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 {
	margin-top: 100px;
	max-width: 100%;
	text-align: center;
}
.footer {
	background-image: url("../image/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 25px;
}
.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;
	margin: 60px 0 0;
}
.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: 520px) {
	.forPC { display:none }
	.forSP { display:block }
}</pre></body></html>