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

body {
	width: 100%;
}

body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
}

li,
ol,
ul {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

#page * {
	box-sizing: border-box;
}

#page {
	font-size: 22px;
	color: #453F3C;
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	overflow: hidden;
	background: url("../images/bg.png") center top repeat;
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #502a08;
}

#page img {
	width: 100%;
	vertical-align: top;
}

#page a {
	transition: all 0.3s;
}

#page a:hover {
	opacity: 0.7;
}

#page a[tabindex*="-1"] {
	pointer-events: none;
	opacity: 0.7;
}

/* #page a[tabindex*="-1"]:hover {
	opacity: 1;
} */
#page em {
	font-style: normal;
}

@media screen and (max-width: 1279px) {
	#page {
		font-size: 20px;
		background: url("../images/bg.png") left top/150% repeat;
	}
}

@media screen and (max-width: 767px) {
	#page {
		font-size: 18px;
	}
}

@media screen and (max-width: 479px) {
	#page {
		font-size: 16px;
	}
}

.arial {
	font-family: Arial;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner_wrap {
	padding: 0 50px;
	margin: 0 auto;
	max-width: 1400px;
}

.block_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 80px 0 40px;
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}

.block_title {
	padding: 50px 0 30px;
}

.movie_wrap {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	border: #502a08 2px solid;
	padding: 15px;
}

#movie {
	position: relative;
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
	margin: 0 auto;
	overflow: hidden;
}

.tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}

#page-top {
	position: fixed;
	font-size: 77%;
	z-index: 500;
}

#page-top {
	bottom: -100px;
	right: 20px;
	transition: 1.3s all
}

#page-top.active {
	bottom: 0px;
	right: 20px;
	transition: 1s all
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {

	#page-top {
		bottom: -80px;
		right: 5px;
		transition: 1.3s all
	}

	#page-top.active {
		bottom: 5px;
		right: 5px;
		transition: 1s all
	}

	#page-top a img {
		width: 80px;
		height: auto;
	}
}

@media screen and (max-width: 479px) {
	.inner_wrap {
		padding: 0 20px;
	}

	.block_title {
		font-size: 24px;
		padding: 30px 0 20px;
	}

	.movie_wrap {
		padding: 10px;
	}
}

.brXS,
.brS,
.brM,
.brL {
	display: none;
}

.brPC {
	display: none;
}

@media (max-width: 479px) {
	.brXS {
		display: inline;
	}
}

@media (max-width: 599px) {
	.brS {
		display: inline;
	}
}

@media (max-width: 767px) {
	.brM {
		display: inline;
	}
}

@media (max-width: 1024px) {
	.brL {
		display: inline;
	}
}

@media (min-width: 1025px) {
	.brPC {
		display: inline;
	}
}



/* =============================================================
      header
============================================*/
#header {
	position: relative;
}

.logo_wrap {
	font-size: 0em;
	max-width: 1370px;
	margin: -630px auto 0;
	position: relative;
	z-index: 100;
}

.logo {
	background: url(../images/main_pf_pc.png) no-repeat;
	background-size: contain;
	padding-bottom: calc(588 / 1401* 100%);;
}

/* ===== メイン画像　アニメーション ===== */
.header_anim {
	height: 700px;
	position: relative;
}

.header_anim li {
	opacity: 0;
	animation: header_anim 9s linear infinite 0s;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.header_anim li:nth-child(1) {
	background: url("../images/mainImg03.jpg") center top/cover no-repeat;
}

.header_anim li:nth-child(2) {
	background: url("../images/mainImg02.jpg") center top/cover no-repeat;
	animation-delay: 3s;
}

.header_anim li:nth-child(3) {
	background: url("../images/mainImg01.jpg") center top/cover no-repeat;
	animation-delay: 6s;
}

@keyframes header_anim {
	0% {
		opacity: 0;
	}

	16.6666666667% {
		opacity: 1;
	}

	33.3333333333% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes header_anim {
	0% {
		opacity: 0;
	}

	16.6666666667% {
		opacity: 1;
	}

	33.3333333333% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.logo_wrap {
		max-width: 740px;
		margin: -95vw auto 0;
	}

	.logo {
		background: url(../images/main_pf_mob.png) no-repeat;
		background-size: contain;
		padding-bottom: calc(830 / 749* 100%);
	}

	.header_anim {
		height: 100vw;
	}

	.header_anim li:nth-child(1) {
		background: url("../images/mainImg03.jpg") 50% center/cover no-repeat;
	}

	.header_anim li:nth-child(2) {
		background: url("../images/mainImg02.jpg") left center/cover no-repeat;
	}

	.header_anim li:nth-child(3) {
		background: url("../images/mainImg01.jpg") 40% center/cover no-repeat;
	}
}

/* =============================================================
      main コンテンツ
============================================*/
main {
	padding: 0 50px;
}

@media screen and (max-width: 479px) {
	main {
		padding: 0 20px;
	}
}

/* =============================================================
      outline 概要
============================================*/
#outline .inner_wrap {
	background: url(../images/ptn_outline.jpg) left top repeat;
	margin: 0 auto;
	position: relative;
	z-index: 150;
}

#outline .inner_wrap:first-child {
	border-radius: 20px 20px 0 0;
}

.outline_head .block_read {
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
}

.outline_head .block_read p:not(:last-child) {
	margin: 0 auto 10px;
}

.note_text {
	font-size: 14px;
}

.catch {
	font-size: 38px;
	font-weight: bold;
	color: #4b8f8c;
	text-align: center;
	padding: 30px 0;
}

.catch em {
	color: #CA3C25;
}

.date {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	width: calc(100% + 100px);
	padding: 15px 30px 30px;
	margin: 0 auto 0 -50px;
	line-height: 1.2;
	background-color: #fcdf40;
}

.date span {
	font-size: 1.4em;
	margin-left: 0.6vw;
}

.date.close {
	color: #a0a0a0;
}

.date.close div {
	font-size: 26px;
	margin: 20px auto 0;
	color: #252525;
}

#txn {
	text-align: center;
	font-weight: bold;
}

#txn dt span {
	color: #fcdf40;
	padding: 6px 18px;
	margin: 50px auto 20px;
	background-color: #252525;
	border-radius: 50px;
	display: inline-block;
}

.movie_wrap {
	margin-top: 50px;
}

.tver {
	margin: 40px auto 0;
	max-width: 860px;
}

.tver p {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.pf_wrap {
	justify-content: space-around;
	align-items: flex-end;
	padding: 0 0 60px;
	margin: 0 auto;
}

.pf_wrap .block_img {
	flex: 0 0 33.333%;
	text-align: center;
}

.pf_wrap .block_img img {
	border: solid 14px #4b8f8c;
	border-radius: 50%;
}

.pf_wrap .block_img.pf01 img {
	max-width: 360px;
}

.pf_wrap .block_img.pf02 img,
.pf_wrap .block_img.pf03 img {
	width: calc(100% - 30px) !important;
	max-width: 330px;
	margin: 0 0 0 30px;
}

.pf_name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.2;
	height: 50px;
}

.pf_wrap .block_img.pf02 .pf_name,
.pf_wrap .block_img.pf03 .pf_name {
	margin-left: 30px;
}

.pf_name span {
	font-size: 18px;
	display: block;
	margin-top: 3px;
}

@media screen and (max-width: 1199px) {
	.outline_head .read_wrap {
		text-align: left;
	}

	.outline_head .read_wrap p {
		text-align: justify;
	}

	.date {
		font-size: 46px;
	}
}

@media screen and (max-width: 767px) {

	.outline_head .block_read,
	.outline_head .block_img {
		flex: 0 0 100%;
	}

	.outline_head .read_wrap p:not(:last-child) {
		margin: 0 auto 10px;
		display: inline;
	}

	.outline_head .read_wrap p.note_text {
		margin-top: 8px;
		line-height: 1.3;
	}

	.pf_wrap .block_img.pf01 {
		flex: 0 0 60%;
	}

	.pf_wrap .block_img:not(.pf01) {
		flex: 0 0 50%;
	}

	.pf_wrap .block_img.pf02 img,
	.pf_wrap .block_img.pf03 img {
		width: 100%;
		margin: 0;
	}

	.pf_wrap .block_img.pf02 .pf_name,
	.pf_wrap .block_img.pf03 .pf_name {
		margin-left: 0;
	}

	.catch {
		font-size: 28px;
	}

	.date {
		font-size: 40px;
	}

	#outline .inner_wrap:last-of-type {
		padding: 0 20px;
	}
}

@media screen and (max-width: 599px) {
	.outline_head .block_read {
		text-align: left;
	}

	.outline_head .block_read p:not(.note_text) .ib {
		display: inline;
	}

	.pf_wrap .block_img {
		flex: 0 0 80%;
	}
}

@media screen and (max-width: 479px) {
	.catch {
		font-size: 22px;
	}

	.date {
		font-size: 28px;
		width: calc(100% + 40px);
		margin: 0 auto 0 -20px;
	}

	.date.close div {
		font-size: 22px;
	}

	.pf_wrap {
		padding: 0 0 20px;
	}

	.pf_wrap .block_img {
		flex: 0 0 80% !important;
		margin-bottom: 30px;
	}

	.pf_name {
		font-size: 18px;
		height: auto;
	}

	.pf_name span {
		font-size: 14px;
	}
}

/* =============================================================
      article 記事
============================================*/
.article {
	margin: 80px 0;
}

.article .inner_wrap {
	box-shadow: 0 0 10px #86c3c0;
	background-color: rgb(239 215 215 / 15%);
	padding-top: 60px;
	padding-bottom: 60px;
}

.article .sec_title {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
	border-top: solid 3px #453F3C;
}

.area_name {
	margin-bottom: 20px;
}

.area_name em {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 8px 16px;
	background-color: #4B8F8C;
	display: block;
}

.article_mainIMG.flex {
	align-items: center;
}

/* 追加css */
.new_flex {
	display: flex;
	gap: 5%;
	max-width: 1200px !important;
	align-items: center;
}

.article_block_img {
	width: 600px;
}
@media screen and (max-width: 1023px) {
	.new_flex {
		display: block;
	}
	
	.article_block_img {
		width: 50%;
		margin: 0 auto 4vw auto;
	}

}
@media screen and (max-width: 767px) {
	.article_block_img {
		width: 60%;
	}

}

/* 追加cssここまで */

.article_mainIMG .img_wrap {
	flex: 0 0 70%;
}

.article_mainIMG .article_read {
	flex: 0 0 28%;
	margin: 0;
}

.article_mainIMG img {
	border-radius: 20px;
	border: solid 3px #453F3C;
}
.repo_img {
	border: solid 14px #4b8f8c !important;
	border-radius: 50% !important;
}

.article_read {
	margin: 50px auto;
	max-width: 1000px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
}

.down_block {
	width: 30%;
	margin: 50px auto 30px 0;
}

.article_read p:not(:last-child) {
	margin-bottom: 16px;
}

.article_subIMG .img_wrap {
	flex: 0 0 50%;
}

.article_subIMG .img_wrap:nth-child(1),
.article_subIMG .img_wrap:nth-child(2) {
	margin-top: 0;
}

.article_subIMG .img_wrap:nth-child(1) img,
.article_subIMG .img_wrap:nth-child(2) img {
	border-bottom: solid 2px #fff;
}

.article_subIMG .img_wrap:nth-child(2n+1) img {
	border-right: solid 1px #fff;
}

.article_subIMG .img_wrap:nth-child(2n) img {
	border-left: solid 1px #fff;
}

.article mark {
	color: #4B8F8C;
	background: linear-gradient(transparent 0%, transparent 70%, #ffd900 70%, #ffd900 90%, transparent 90%, transparent 100%);
}

@media screen and (max-width: 1279px) {
	.article .sec_title {
		font-size: 30px;
	}

	.area_name em {
		font-size: 24px;
	}
}

@media screen and (max-width: 1023px) {
	.article_mainIMG.flex {
		flex-direction: column-reverse;
	}

	.article_mainIMG .article_read {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.article {
		margin: 50px 0;
	}

	.article .inner_wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.article .sec_title {
		font-size: 24px;
		padding: 20px 0;
	}

	.area_name em {
		font-size: 18px;
	}

	.article_read {
		margin: 20px auto;
		line-height: 1.6;
	}
}

@media screen and (max-width: 599px) {
	.article_mainIMG img {
		border-radius: 10px;
		border: solid 2px #453F3C;
	}
}

@media screen and (max-width: 479px) {
	.article .sec_title {
		font-size: 20px;
	}

	.article_subIMG {
		justify-content: center;
	}

	.article_subIMG .img_wrap {
		flex: 0 0 100%;
	}

	.article_subIMG .img_wrap img {
		border: 0 !important;
	}

	.article_subIMG .img_wrap:not(:last-child) img {
		margin-bottom: 2px;
	}
}

/* =============================================================
    【swiper】ブロック ※スライド
============================================*/
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.swiper-wrapper li {
	list-style: none;
}
@keyframes loop-slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
}
.slide-paused:hover .slideshow {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.swiper {
	background-color: rgb(193 245 255 / 50%);
    padding: 10px 0;
}
.swiper-slide {
	padding: 0 10px;
}
@media screen and (max-width: 479px) {
	.swiper-slide {
		padding: 0 5px;
	}
	.slide_note {
		font-size: 16px;
	}
}

/* =============================================================
    フォームバナー
============================================*/
.formbnr {
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
	padding-bottom: 50px;
}</pre></body></html>