<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 {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-size: 100%;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h1 {
	font-weight:bold;
	font-size:120%;
}
h2 {
	font-weight:bold;
	font-size:118%;
}
a {
	text-decoration:none;
}
img a {
	border:0;
}
p{
	line-height: 150%;
}
.kome{
	padding-left: 1em;
	text-indent: -1em;
}

/* ヘッダー */
.HeadObi {
	width:100%;
	padding:0 0 0 0;
	margin:0 auto;
	font-weight: bold;
	top:0;
	left:0;
	box-sizing: border-box;
	background: #1f519a;
	color:#fff;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
}
.HeadObi h1 {
	font-size:125%;
	margin:0 auto;
	padding:10px;
}
@media screen and (max-width: 359px) {
.HeadObi h1 {
	font-size:115%;
}
}
.Headline{
  animation: SlideIn 1.6s ;
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.Ani01{
animation-name: SlideIn2;
	animation-duration: 1.6s;
}
@keyframes SlideIn2 {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.Head00 img {
	width:100%;
	padding:0 0 0 0;
	margin:0 auto;
	box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
.Head00 img {
	width:1080px;
}
}


/* 基本 */
main {
	margin:0 auto;
	text-align:center;
	box-sizing: border-box;
	font-size:110%;
}


/* 導入部分 */
.Intro {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:0;
	box-sizing: border-box;
	background: white;
}
.main2 {
	margin:0 auto;
	width:98%;
	text-align:left;
	padding:2em;
	box-sizing: border-box;
	background: #fff;
}
@media screen and (min-width: 1200px) {
.main2{
	width:1080px;
}
}
@media screen and (max-width: 500px) {
.main2 {
	width:98%;
	padding:1em;
}
}
.main2 h2 {
	margin:0 auto;
	font-size:120%;
	text-align:left;
	color:#1f519a;
	padding-bottom: 10px;
	background-image: repeating-linear-gradient(90deg, #a4cbd6 0, #a4cbd6 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.main2 p {
	margin:1.5em 0;
	padding:0 0;
	font-size:100%;
	text-align:left;
	color:#364865;
}

/* 写真部分 */

.slider01, .slider02 {
	margin:0 auto;
	padding:0.5em;
	text-align:center;
	max-width:780px;
}
.slider03 {
	margin:0 auto;
	text-align:center;
	max-width:480px;
}
.slider01 img, .slider02 img, .slider03 img, .slider01 figure, .slider02 figure, .slider03 figure  {
	width: 90%;
	padding:0;
	margin:0 auto;
	height: auto;
}
@media screen and (min-width: 800px) {
.slider01 figure, .slider02 figure {
	width:780px;
}
.slider03 figure {
	width:480px;
}
}
@media screen and (max-width: 799px) {
.slider01, .slider02, .slider03 {
	width:96%;
}
}

.slick-prev:before, .slick-next:before {
    font-size: 24px;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -10px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}

.slick-next
{
    right: -10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -10px;
}

.PhotoBox1, .PhotoBox2, .PhotoBox3, .PhotoBox4{
	margin:0 auto;
	padding:1.5em 0;
}
.PhotoBox1{
	background:#9abee4;
}
.PhotoBox2{
	background:#fdfbd6;
}
.PhotoBox3{
	background:#e9f5f0;
}
.PhotoBox4{
	background:#f5e4e8;
}

/* フッター */
footer {text-align:center;position: relative;
	box-sizing: border-box;}
.Mfooter {
	margin:0 auto 0 auto;
	width:100%;	
	background: #365075; 
	padding:1em;
	box-sizing: border-box;
}
.footerArea {
	width:90%;	
	margin: 0 auto;
}
@media screen and (min-width: 961px) {
.footerArea {
	width:900px;	
	margin: 0 auto;
}
}
.footerNavi {
	text-align:center;
	width:100%;
	margin:0 auto;
}
.footerNavi a {
   margin-right:18px;
   color:#fff;
   text-decoration:none;
   letter-spacing:.1em;
 }
.footerNavi a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f0da";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:100%;
}
.footerNavi a:hover {
	color:#fac450;
}
@media screen and (max-width: 880px) {
.footerArea {
	width:98%;	
	margin: 0 auto;
}
}
.footerNote{
	border-top:1px dotted #eee;
	width:95%;
	margin: 20px auto 0 auto;
	padding:0.5em;
	color:#fff;
 }
.footerNote span {
	display: inline-block;
 }


/* ページトップへ */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #666;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 7000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
</pre></body></html>