<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: yutori_park
Description: 大和ゆとりの森公園用テーマ
Version: 1.0
Author: TAKAYA Corporation
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


/*ローディング画面設定　-ここから*/
#loader {
    /*背景の設定*/
    opacity: 1;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #014099;
    top: 0;
    left: 0;
}

.load {
    margin: 40vh auto 0;
	transform: translateY(-50%);
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 10px;
        animation: spin 1.5s linear infinite;
    }

    @keyframes spin {
        0% {transform: rotate(0);}
        100% {transform: rotate(360deg);}
    }

/*ローディング画面設定　-ここまで*/



:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure, .footer_wrapper, .header_wrapper, hgroup, menu, nav, section {
    display: block;
}

body {
    font: 97%/1.6 "メイリオ", Meiryo, "Segoe UI", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "Roboto", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    color:#333;
    -webkit-text-size-adjust: none;
    background: #fff;
    touch-action: pan-y;
}

span.nowrap {
    white-space: nowrap;
}

hr {
    border: none;
    border-bottom: 1px solid #dadada;
}

/* リンク設定
------------------------------------------------------------*/
a {
    margin:0;
    padding:0;
    text-decoration:none;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-size:100%;
    color:#333;
}

a:hover,
a:active {
    -webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
    outline: none;
    color:#777;
    text-decoration: none;
}


/**** Clearfix ****/
nav .panel:after,
.newsTitle:after,
.post:after {
    content:"";
    display: table;
    clear: both;
}

nav .panel,
.newsTitle,
.post {
    zoom: 1;
}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
    vertical-align:middle;
    max-width:90%;
    line-height:30px;
    height:30px;
    padding:1px 5px;
    border:1px solid #d4d4d7;
    font-size:100%;
    color:#555;
    background:#fcfcfc;
}

textarea {
    height:auto;
    line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"] {
    padding: 5px 10px;
    color: #fff;
    background-color: #999;
    font-weight: bold;
    border-style: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
    color: #eee;
}

*:first-child+html input[type="submit"] {
    padding:3px;
}

input[type="checkbox"]{
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  margin-right: 0.5em;
  vertical-align:0.15em;
}

div.wpcf7 form.wpcf7-form .center_conf{
    font-size: 25px;
    width: 100%;
    text-align: center;
}

/* レイアウト
------------------------------------------------------------*/

.footer_wrapper {
    clear:both;
    margin-top:20px;
    background:rgb(105,116,38);
}


/* サイト説明文
----------------------------------*/
header h1 {
    float:left;
    padding: 0;
    color: #fff;
    font-size:80%;
    font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
header h2 {
    clear:both;
    float:left;
    padding:0;
    color: #014099;
    font-size:160%;
    font-weight:bold;
}
header h2 img {
	/* max-width: 100%; 20250425*/
    max-width: 90%;
    vertical-align: bottom;
}

/* 住所等
----------------------------------*/
header .contact_info {
    float: left;
    padding: 0 0 25px 20px;
}
header .contact_info p {
    display: table-cell;
    height: 50px;
    font-size: 80%;
    line-height: 1.4;
    vertical-align: middle;
}


/* サブナビゲーション
----------------------------------*/
header ul {
    padding-top:20px;
    float:right;
}

header ul li {
    display:inline;
    margin-left:10px;
    font-size:90%;
}

header ul li a {
    padding-left:17px;
    background:url(images/arrowGreen.png) no-repeat 0 50%;
}

header ul li a:hover {
    background-position:3px 50%;
}


/* トップページ　メイン画像
----------------------------------*/
.mainImg {
    clear:both;
    line-height:0;
    text-align:center;
    z-index:0;
}



/* タイポグラフィ
*****************************************************/

h2.first {
    margin-top:0;
}

.dateLabel {
    margin:5px 0;
    text-align:right;
}

.moreBtnArea {
    clear: both;
    margin-top: 15px;
    text-align: right;
}
.moreBtnArea a {
    padding: 5px 10px;
    color: #fff;
    /*background: #014099;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#014099', endColorstr='#014099', GradientType=0)";
  /*  background: linear-gradient(to bottom, #014099, #014099);
    background: -moz-linear-gradient(top, #014099, #014099);
    background: -webkit-gradient(linear, left top, left bottom, from(#014099), to(#014099))*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.moreBtnArea a:active,
.moreBtnArea a:hover {
    color: #fff;
    /*background: #ff6600;*/
    text-decoration: none;
}

.moreBtnArea_facebook {
    clear: both;
    margin-top: 15px;
    text-align: right;
}
.moreBtnArea_facebook a {
    padding: 5px 10px;
    color: #fff;
    background: #3B5998;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4867a6', endColorstr='#3B5998', GradientType=0)";
    background: linear-gradient(to bottom, #4867a6, #3B5998);
    background: -moz-linear-gradient(top, #4867a6, #3B5998);
    background: -webkit-gradient(linear, left top, left bottom, from(#4867a6), to(#3B5998));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.moreBtnArea_facebook a:active,
.moreBtnArea_facebook a:hover {
    color: #eee;
    text-decoration: none;
}

.post {
	max-width: 1200px;
    margin-bottom: 20px;
    padding:20px;
    border:1px solid #697426;
/*    border:1px solid #014099;*/
	border-radius: 15px;
    background: #fff;
}

.single {
    border: none;
    margin-top: 30px;
    padding: 0;
}

.frontPost {
    margin-bottom: 10px
}

.post h3.title {
    margin: 0 0 10px;
    padding: 0 0 5px 0;
    font-size: 120%;
    color: #697426;
/*    color: #014099;*/
    font-weight: bold;
    text-decoration: underline;
}

.post h3.title a,
.post h3.title a:hover,
.post h3.title a:active {
    color: #697426;
/*    color: #014099;*/
    font-weight: bold;
    text-decoration: underline;
}

.post p,
.postFixed p {
    padding-bottom:15px;
}

.post ul,
.postFixed ul {
    margin: 0 0 10px 10px;
}

.post ul li,
.postFixed ul li {
    margin-bottom:5px;
    padding-left:15px;
    background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol,
.postFixed ol {
    margin: 0 0 10px 30px;
}

.post h1,
.postFixed h1 {
    margin:20px 0;
    padding:5px 0;
    font-size:150%;
}

.post h2,
.postFixed h2 {
    margin:10px 0;
    padding-bottom:2px;
    font-size:150%;
    font-weight:bold;
}
.postFixed h2.title {
    margin-bottom: 20px;
}

.post h3,
.postFixed h3 {
    margin:10px 0;
    font-size:120%;
    font-weight:bold;
}

.post div.content_area,
.postFixed div.content_area {
    display: table;
    width:100%;
}

.post div.content_area .thumbnail,
.postFixed div.content_area .thumbnail {
    display: table-cell;
    width: 30%;
    padding-right: 15px;
    vertical-align: top;
}

.post div.content_area .thumbnail img,
.postFixed div.content_area .thumbnail img {
    width: 100%;
}

.post div.content_area .content,
.postFixed div.content_area .content {
    display: table-cell;
    vertical-align: top;
}

.post div.content_area p,
.postFixed div.content_area p {
    padding: 0;
}

.post div.content_area p.btn,
.postFixed div.content_area p.btn {
    margin: 15px 0 0;
    padding:1px;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    background:#fff;
    border:1px solid #697426;
/*    border:1px solid #014099;*/
}

.post div.content_area p.btn a,
.postFixed div.content_area p.btn a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
/*    background: #014099; 20250401*/
    background: #697426;
}

.post div.content_area p,
.postFixed div.content_area p {
    padding: 0;
}

.post div.content_area p.btn a,
.postFixed div.content_area p.btn a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
/*    background: #014099; 20250401*/
    background: #697426;
}

.post div.footer,
.postFixed div.footer {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    font-size: 80%;
    text-align: right;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post div.footer .date,
.postFixed div.footer .date {
    margin-left: 10px;
    white-space: nowrap;
}

.post blockquote,
.postFixed blockquote {
    clear:both;
    padding:10px 0 10px 15px;
    margin:10px 0 25px 30px;
    border-left:5px solid #ccc;
}

.post blockquote p,
.postFixed  blockquote p {
    padding:5px 0;
}

.post table,
.postFixed  table {
    border: 1px #2e2c2c solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 20px;
}

.post table th,
.postFixed table th {
    padding:7px 10px 7px 5px;
    border: #2e2c2c solid;
    border-width: 0 0 1px 1px;
    font-weight:bold;
    color:#fff;
    background:#2d2d2d;
}

.post table td,
.postFixed table td {
    padding:7px 5px;
    border: 1px #2e2c2c solid;
    border-width: 0 0 1px 1px;
    background:#fff;
}

.post dt,
.postFixed dt {
    font-weight:bold;
}

.post dd,
.postFixed dd {
    padding-bottom:10px;
}

.post img,
.postFixed img {
    max-width:100%;
    height:auto;
}

img.aligncenter {
    display: block;
    margin:5px auto;
}

img.alignright,
img.alignleft {
    padding:4px;
    margin:0 0 2px 7px;
    display:inline;
}

img.alignleft {
    margin: 0 7px 2px 0;
}

.alignright {
    float:right;
}
.alignleft {
    float: left;
}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo {
    margin: 0 0 20px;
    padding: 10px 7px;
    border:1px solid #dadada;
    background: #fff;
}

#banners {
    margin-top: 10px;
}
#banners img {
    max-width:225px;
    height:auto;
    padding-bottom:10px;
}
#banners a:hover img {
    opacity: 0.5 ;
    filter: alpha(opacity=50);
}

section.widget h3 {
    clear:both;
    margin:0 0 10px;
    padding:5px 0;
    font-size:100%;
    font-weight:normal;
    color: #333;
    border-bottom:1px solid #ccc;
}

section.widget a:hover {
    text-decoration:none;
    background-position: 3px 50%;
}

#searchform input[type="text"] {
    line-height:1.7;
    height:24px;
    width:100px;
    vertical-align:bottom;
}


/* お知らせ　
-------------*/
.newsTitle {
    clear:both;
    margin:0 0 20px;
    padding:5px 0;
    font-size:100%;
    color: #333;
    border-bottom:1px solid #ccc;
}

.newsTitle h3 {
    float:left;
    font-weight:normal;
}

.newsTitle p {
    float:right;
    padding:0 0 0 10px;
    font-size:.8em;
    background:url(images/arrow.png) no-repeat 0 50%;
}

.news p {
    clear:both;
    padding-bottom:2px;
    border-bottom: 1px solid #ccc;
}

.news p:last-child {
    border:0;
}

.news p a {
    display:block;
    padding:5px 0;
    color:#333;
    font-style:italic;
    font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span {
    color:#515151;
    font:normal 90%;
}

.news span {
    padding-left:10px;
}

.news a:hover span {
    color:#777;
}



/* フッター
*****************************************************/
.footer_wrapper {
    overflow: hidden;
}

footer hr {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600;
}

#copyright {
    float: right;
    padding: 8px 10px;
    text-align:center;
    font-size:75%;
    zoom:1;
    color:#fff;
}


/* page navigation
------------------------------------------------------------*/
.pagenav {
    clear: both;
    width: 100%;
    margin: 30px 0;
    color: #777;
    text-align: center;
}
.pagenav .prev,
.pagenav .next {
    display: inline-block;
}


#pageLinks {
    clear:both;
    color:#4f4d4d;
    text-align:center;
}


/* トップページ イベント
------------------------------------------------------------*/
.eventslider {
    padding: 20px;
    background-color: #f6f6f6;
}
.eventslider .flexslider {
    margin: 0;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.eventslider .flexslider .flex-direction-nav .flex-prev {
    left: -18px;
}
.eventslider .flexslider .flex-direction-nav .flex-next {
    right: -18px;
}
.eventslider h3 {
    color: #0059b4;
    font-size: 115%;
    font-weight: bold;
}
.eventslider a {
    color: #0059b4;
    text-decoration: underline;
}
.eventslider ul {
}
.eventslider ul li {
    width: 210px;
    margin-left: 20px;
}
.eventslider ul li:first-child {
    margin-left: 0;
}
.eventslider ul li img {
    width: 100%;
    height: auto;
    border:1px solid #dadada;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.eventslider ul li div.link {
    margin-top: 10px;
}
.eventslider .location_tag {
    display: inline-block;
    width: auto;
    min-width: 120px;
    margin-top: 10px;
    padding: 0.1em 0.5em 0;
    color: #fff;
    font-size: 80%;
    letter-spacing: normal;
    min-width: 120px;
    text-align: center;
}


/* 最新記事リンク */
ul.thumb p.btn {
    margin: 15px 0;
    padding:1px;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    background:#fff;
    border:1px solid #014099;
}

ul.thumb p.btn a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
    background: #014099;
}

ul.thumb p.btn a:active,
ul.thumb p.btn a:hover {
    background: #ff6600;
}

ul.thumb p.btn_facebook {
    margin: 15px 0;
    padding:1px;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    background:#fff;
    border:1px solid #3B5998;
}

ul.thumb p.btn_facebook a {
    display:block;
    padding:2px 3px;
    color:#fff;
    text-decoration: none;
    background: #3B5998;
}


ul.thumb p.btn_facebook a:active,
ul.thumb p.btn_facebook a:hover {
    background: #4867a6;
}


/* Google Maps埋め込み */
.google-maps-wrapper {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.google-maps{
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*指定管理者について*/
.appeal-img{
    vertical-align: top;
    display: inline-block;
    padding: 0.5rem;
}
.appeal-txt{
	display: inline-block;
    width: 45%;
    padding: 0.5rem;
}

/* イベントカレンダー */
.ecal-header-title-wrap {
    display: table;
    width: 100%;
}

.ecal-header-title {
    display: table-cell;
    text-align: center;
    background-color :#014099;
    color: #ffffff;
    height: 40px;
    vertical-align: middle;
    font-weight: bold;
}
table.park-custom-calendar{
    border: 1px #777 solid !important;
    margin: 0px;
    width: 100%;
    word-wrap:break-word;
    table-layout: fixed;
}
table.park-custom-calendar th{
    border: 1px #777 solid;
    background-color: #fff;
    color: #555;
    padding: 0px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
table.park-custom-calendar td{
    border: 1px #777 solid;
    background-color: #fff;
    color: #555;
    padding: 8px 4px;
    min-height: 16px;
    vertical-align: middle;
}
.ecal-table-header-day {
    background-color :#00c600;
    font-size: small;
}
.ecal-table-header-content {
    background-color :#00c600;
}
.ecal-table-day {
    text-align: center;
    font-size: small;
    line-height: 1.4em;
}
.week-5 .ecal-col-day {
    color :#0088cc /* 土曜 */
}
.week-6 .ecal-col-day {
    color :#EE0000 /* 日曜 */
}
.ecal-col-name {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    font-size: small;
}
.ecal-col-venue,
.ecal-col-starttime,
.ecal-col-endtime {
    display: table-cell;
    border-left: 1px #777 solid;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    font-size: small;
}

.ecal-col-day {
/*    width: 9%; */
    width: 14%;
}
.ecal-col-name {
/*    width: 44%; */
    width: 62%;
}
.ecal-col-venue {
    width: 25%;
}
.ecal-col-starttime {
    width: 12%;
}
.ecal-col-endtime {
    width: 12%;
}
.ecal-page-nav {
    width: 100%;
}
.ecal-page-nav-inner{
    display:block;
    float: right;
}
.ecal-nav-previous {
    float: left;
    height: 20px;
}
.tribe-events-single .ecal-nav-previous {
    float: left;
    height: 20px;
    width:45%;
    font-size: small;
}
.ecal-nav-next {
    float: right;
}
.tribe-events-single .ecal-nav-next {
    float: right;
    width:45%;
    font-size: small;
    text-align: right;
}
.ecal-sub-nav {
    margin-top: 15px;
}
tr.tribe-events-othermonth {
    display: none;
}
.tribe-events-meta-group {
    box-sizing: border-box;
    display: block !important;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.tribe-events-single-section-title {
    border-left: 6px solid #014099;
    padding-left: 10px;
}
#tribe-events-content h1{
    margin: 0 0 20px;
    padding: 0 0 5px 0;
    font-size: 120%;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #ff6600;
}
#tribe-events-content h2 {
    margin: 0 0 20px;
    padding: 0 0 5px 0;
    font-size: 120%;
    color: #333;
    font-weight: bold;
}
#tribe-events-content h3 {
    margin:10px 0;
    font-size:120%;
    font-weight:bold;
}
#tribe-events-content .ui-widget-content {
    padding: 0px;
    border-width: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-panel {
    padding: 0px;
}
#tribe-events-content .ui-tabs {
    margin: 0 auto;
    padding: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-nav {
    margin: 0 auto;
    padding: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-nav ul {
    font-size: 0px;
}
#tribe-events-content .ui-tabs .ui-tabs-nav li {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#tribe-events-content .ui-tabs .ui-tabs-nav li a{
    padding: 9px 0px;
    text-align: center;
    width: 100%;
    color: #fff;
}
#tribe-events-content .ui-widget-header {
    border: 0px;
    background: none;
    color: #fff;
}
#tribe-events-content .ui-widget-content a {
    color: #555;
}
#tribe-events-content .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px;
    background: none;
    color: #fff;
}
#tribe-events-content .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default:hover {
    border: 0px;
    background: none;
    color: #fff;
}
#tribe-events-content .venue-sw:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#tribe-events-content .venue-color-0{
    background-color: #2ea2cc;
}
#tribe-events-content .venue-color-1{
    background-color: #e54747;
}
#tribe-events-content .venue-color-2{
    background-color: #014099;
}
#tribe-events-content .venue-color-3{
    background-color: #df8a48;
}
#tribe-events-content .venue-color-4{
    background-color: #3875d7;
}
#tribe-events-content .venue-color-5{
    background-color: #f66;
}
#tribe-events-content .venue-color-6{
    background-color: #634c84;
}

/*イベントpdf貼り付け 詳細画面非表示対応　開始*/
div.tribe-events-before-html{
    display: none;
}
/*イベントpdf貼り付け 詳細画面非表示対応　終了*/

.trim-half {
    width: 320px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
}

h3.captionRed {
    border-left: 6px solid #C71444;;
    padding-left: 10px;
}

div.privacyWrap {
    height:200px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    padding:15px 25px 15px 15px;
    border: 1px solid #CCC;
    margin: 15px 0px;
    font-size:85%;
}

span.textRed {
    color: red;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

    main{
        min-height:65%; /* 20250323 */
    }

    nav div.panel {
        display:block !important;
        float:left;
    }

    a#menu {
        display:none;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:right;
        margin-left:4px;
        border:1px solid #555;
    }
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

    nav .panel {
        display: none;
        width:100%;
        position: relative;
        right: 0;
        top:0;
        z-index: 1;
    }


    nav div.panel {
        float: none;
    }

    .mainImg {
        margin-bottom: 20px;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:right;
        margin-left:4px;
        border:1px solid #555;
    }

    /* トップページ緊急お知らせ用 終了*/

.top_list dl.emergency_info {
    background: none;
    padding: 10px 10px 0px 10px;
}
/* トップページ緊急お知らせ用 終了*/

}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 769px) {

    main{
        min-height:65%; /* 20250323 */
    }

    body {
        min-height: 100vh;
        overflow-x: hidden;
    }
    
    .header_wrapper {
        margin: 20px;
        left: 0;
        right: 0;
        width: auto;
        overflow:hidden;
        background:rgb(226, 233, 228);
        box-sizing: border-box;
        border-radius: 10px;
        position: fixed;
        top: 0;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
    }

    header h2 {
        display: flex;
        align-items: center;
        margin-left: 3%;
    }

    header .icontext_container {
        margin-left: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    header .icontext_container a {
        display: block;
        text-decoration: none;
    }

    header .icontext {
        text-align: center;
        /*margin: 10px; 20250425*/
        margin: 20px 10px 10px 10px; 
        white-space: nowrap;
    }

/*
    header .icontext:last-child {
        display: none;
    }
*/
    header .icon {
        width: 30px;
        height: 30px;
    }

    header .text {
        font-size: 10px;
    }

    .main_wrapper {
        display: flex;
        flex-direction: column;
    }

    main .content {
        clear:both;
        width:auto;
        float:none;
        flex: 1;
        box-sizing: border-box;
    }

    main .content .head_margin {
        /* padding: 115px 4.5% 0 4.5%; */
        padding: 100px 4.5% 0 4.5%; /* 20250326 */
    }

    main .mainImg {
        flex-grow: 1; 
        height: 100vh;
    }

    main .title img {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
    }


    main .title .main {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    main .title .mini {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        /* margin: 2% 0 0 0; 20250401 */
        margin: 1.5% 0 0 0;        
        font-size: 60%;
        color: #000;
    }
    
/* 20250721 */
    main .title .mini2 {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 3% 0 0 0;        
        font-size: 60%;
        color: #000;
    }
/* 20250721 */

    main .info_inner {
        margin: 0 2% 2% 2%;
    }

    main .info_inner h2.title {
        clear:both;
        margin: 2% 0 1.5% 0%;
        color: #000;
        font-size:220% !important;
    }

    main .info_inner ul {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin-left: 5%; /* 20250323 */
        margin-right: 5%; /* 20250323*/
    }

    main .info_inner li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 10px;
        width: 100%;
        box-sizing: border-box;
        text-align:center;
    }

    main .info_inner li a {
        /* width: 80%; 20250323 */
        display: block;
    }

    main .info_inner li img {
        /* border-radius: 20px; 20250323 */
        border-radius: 50px; /* 20250323 */
        /*width: 180px; 20250323 */
        /*height: auto; 20250323 */
/*20250730 S*/        
/*        width: 300px!important; 20250323 
        height: 250px!important;*/
/*20250730 E*/        
        /*margin-left: 51px;*/ /* 20250323 */
    }
    
/*20250730 S*/
        main .info_inner li img.info_img{
        width: 150px!important;
        height: 125px!important;
        margin: 10px;
        }

        main .info_inner li img.event_img{
        width: 150px!important;
        height: 125px!important;
        margin: 10px;
        }

        main .info_inner li img.blog_img{
        width: 150px!important;
        height: 125px!important;
        margin: 10px;
        }        
/*20250730 E*/

    main .info_inner li .date_and_title {
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word; 
    }

    main .info_inner li dd {
        font-size: 15px;
        font-weight: bold;
        /* text-align: left; */
        padding: 0;
        margin: 0; 
        /* width: 80%; */
        max-width: 100%; 
    }

    main .info_inner li h3 {
        font-size: 18px;
        /* width: 80%; */
        max-width: 100%; 
    }

    main .moreBtnArea {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .intro_inner h2.title {
        clear:both;
        margin: 2% 0 1.5% 2%;
        color: #000;
        font-size:200% !important;
    }

    main .intro_inner .moreBtnArea {
        padding: 1% 0 4% 0;
    }

    main .moreBtnArea a {
        display: inline-block;
        height: 50px;
    }

    main .moreBtnArea img {
        width: 200px;
    }

    main .intro_inner {
        background-color: rgb(225, 227, 212);
        padding-top: 0.1%;
    }

    main .sns_inner {
        margin: 0 2% 0 2%;
    }

    main .sns_inner h2.title {
        clear:both;
        margin: 2% 0 1.5% 0%;
        color: #000;
        font-size:200% !important;
    }

/*20250401
    main .sns-list_item {
        width: 25%;
        padding: 0 12px; 
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;   
    }
            
    main .sns-list_item a {    
        display: -webkit-flex;    
        display: block;    
        -webkit-align-items: center;    
        align-items: center;    
        -webkit-justify-content:center;    
        justify-content:center;    
        gap: 0 30px;    
        padding: 0 20px 20px 20px;    
        border-radius: 20px;   
        text-decoration:none;  
    }
           
    main .sns-list_item a:hover {    
        opacity: 0.8;    
    }  
         
    main .sns-list_item img {   
        height:60px;    
    }   
         
    main .sns-list_item .text {    
        font-size: 18px;    
        font-size: 1.125rem;    
        font-weight: bold;    
        line-height: 1.4;    
        text-decoration:none;    
        color:white;    
    }
*/

    /* -------------------mainImgカルーセル設定開始------------------ */

    /* Slideshow container */
    .custom-slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
        touch-action: pan-y; /* Enable vertical scrolling but handle horizontal ourselves */
    }

    /* Slides wrapper */
    .custom-slides-wrapper {
        position: relative;
        display: flex;
        height: 100%;
        width: 100%;
        transition: transform 5s ease;
        will-change: transform; /* Optimize for animations */
        backface-visibility: hidden; /* Prevent flickering during transitions */
        -webkit-backface-visibility: hidden;
    }

    /* Individual slide */
    .custom-slide {
        position: relative;
        height: 100%;
        width: 100%; /* Each slide takes 100% of container width */
        flex: 0 0 100%; /* Don't grow or shrink, stay at exactly 100% width */
        user-select: none; /* Prevent text selection during drag */
    }

    /* Hide cloned slides from screen readers */
    .custom-slide-clone {
        aria-hidden: true;
    }

    /* Image container within slide */
    .custom-slide-image {
        width: 100%;
        overflow: hidden;
        height: 100vh;
        height: -webkit-fill-available;
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
position: relative; /* 20250326*/
    }

.custom-slide-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.4));
  z-index: 50;
}

    /* Image styling to maintain aspect ratio */
    .custom-slide img {
        width: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none; /* Prevent image dragging */
        height: 100vh;
        height: -webkit-fill-available;
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
    }

    /* Slide content (title and link) */
    .custom-slide-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        /* padding: 0 0 94px 40px; 20250323*/
        padding: 0 0 40px 40px; /*20250323*/
        color: white;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*background-color: rgba(0, 0, 0, 0.4); 20250326*/
        z-index: 99999; /*20250323*/
        padding-top: 14px; /*20250323*/
        margin-bottom: -15px; /*20250323*/
    }

    /* Slide title */
    .custom-slide-title {
        font-size: 18px;
        margin: 0 0 10px 0;
        font-weight: 600;
        margin-bottom: 14px;
        text-decoration: none; /* 20250323 */
        color:white!important; /* 20250323 */
    }

    .custom-slide-title:hove{
        text-decoration: none;
        color: inherit;
        cursor: default;
	}

    /* View page link container */
    .custom-view-page-link {
        display: flex;
        align-items: center;
    }

    /* "View Page" text */
    .custom-view-text {
        font-size: 12px;
        font-weight: bold;
        margin-right: 5px;
        color:white!important; /* 20250323 */
    }

    /* Arrow link */
    .custom-arrow-link {
        color: white;
        text-decoration: none;
        font-size: 20px;
        transition: transform 3s ease;
        pointer-events: auto;
    }

    /* Arrow link image */
    .custom-arrow-link img {
        width: auto;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        pointer-events: none;
    }

    .custom-arrow-link:hover {
        /* transform: translateX(5px); */
    }

    /* Navigation buttons */
    .custom-prev, 
    .custom-next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 16px;
        color: white;
        font-size: 24px;
        background: transparent;
        border: none;
        z-index: 10;
        transition: background-color 3s;
        user-select: none; /* Prevent text selection */
    }

    .custom-prev img, 
    .custom-next img {
        width: 40px;
        height: 40px;
    }

    .custom-prev {
        left: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* Dragging state */
    .custom-slideshow-container.dragging {
        cursor: grabbing;
    }

    .custom-slideshow-container.dragging .custom-slide-content {
        pointer-events: none; /* Prevent clicks during drag */
    }


    /* -------------------mainImgカルーセル設定終了------------------ */

    .slide-image {
        background-size: cover;
        background-position: center;
    }
    
    .slick-track .slide-item {
        /* margin: 0 1%; 20250408 */
        margin: 0 0.5%;
    }
    
    /*activeクラス */
    .slide-item {
        border-radius: 40px !important; /* 20250323 */
        border: 5px solid rgb(105, 116, 38);/* 20250323 */
        /* outline: 5px solid rgb(105,116,38); */
        /* outline-offset: -5px; */
        overflow: hidden;
        display: flex !important;
        flex-direction: column !important;
        position: relative;
    }

    .slide-item::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        /* border: 5px solid rgb(105,116,38); 20250323*/
        border-radius: 30px; /* 外側の border-radius より少し小さく */
        pointer-events: none;
    }
    
    .slide-item a {
        height: 80%;
    }
    
    .slide-item a .slide-image {

        width: 100%;
        background-size: cover;
        /*padding-top: 56.25%;  20250805 */
        margin-left:auto;
        margin-right:auto;
    }
    
    .slide-item .caption {
        color: rgb(105,116,38);
        height: 20%;
        background-color: #fff;
        font-weight: bold;
        font-size: 20px; /* 20250323 */
        /* padding: 10px 0 15px 20px; */
        padding: 1px 0 0px 20px; /* 20250326*/
    }
    
    .slick-prev.slick-arrow {
      width: 100px;
      height: 100px;
      background-image: url('./images/previousSlide2.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      top: 52%;
      left: 5%; /* 20250323 */
    }
    
    .slick-prev.slick-arrow:hover,
    .slick-prev.slick-arrow:focus {
      width: 100px;
      height: 100px;
      background-image: url('./images/previousSlide2.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      top: 52%;
      left: 5%; /* 20250323 */
    }
    
    .slick-prev.slick-arrow:before {
        content: none;
    }
    
    .slick-next.slick-arrow {
      width: 100px;
      height: 100px;
      background-image: url('./images/nextSlide2.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      right: 5%; /* 20250323 */
      top: 48.5%;
    }
    
    .slick-next.slick-arrow:hover,
    .slick-next.slick-arrow:focus {
      width: 100px;
      height: 100px;
      background-image: url('./images/nextSlide2.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      right: 5%; /* 20250323 */
      top: 48.5%;
    }
    
    .slick-next.slick-arrow:before {
        content: none;
    }

    .footer_wrapper{
        display: flex;
        flex-direction: row;
        padding: 10px 0 10px 10px; /* 20250810 20 0 40 40 */
        position: sticky; /* 20250323 */
        top: 100vh; /* 20250323 */
        width: 100%; /* 20250323 */
    }

    .footer_wrapper .profile {
        color: #fff;
        order: 1;
    }

    .footer_wrapper .profile .parkTitle + .address,
    .footer_wrapper .profile .parkTitle + .tel,
    .footer_wrapper .profile .parkTitle + .belongsTo {
        margin-top: 1em;
    }

    .footer_wrapper .profile .address   + .openHour,
    .footer_wrapper .profile .tel       + .openHour,
    .footer_wrapper .profile .belongsTo + .openHour {
        margin-top: 1em;
    }


    .footer_wrapper .parkTitle {
        display: flex;
        flex-direction: row;
    }

    .footer_wrapper .parkTitle .JPName {
        font-weight: bold;
        font-size: 18px;
    }

    .footer_wrapper .parkTitle .RomeName {
        padding: 4px 0 0 10px;
    }

    .footer_wrapper .parkTitle .RomeName,
    .address,
    .tel,
    .belongsTo,
    .openHour,
    .footer_container {
        font-size: 14px;
    }

    .footer_wrapper .footer_container {
        display: flex;
        flex-wrap: wrap;
        width: 450px;
        margin-left: auto;
        order: 2;
    }

    .footer_wrapper .footer_container .footer_content {
        width: 50%;
    }

    .footer_wrapper .footer_content_name {
        display: flex;
        align-items: center;
        color: #fff;
    }
    
    .footer_wrapper .footer_content_name .triangle {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
        margin-right: 5px;
    }

    .footer_wrapper .footer_container .footer_content a {
        text-decoration: none;
    }
    
	h2.archive{
    	font-size:220%;
    	/* position:fixed; */
    	top:90px;
    	background-color:white;
    	width:100%;
    	margin:1px 0 13px 0;
        font-weight:bold; /*20250425*/
	}

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

    main{
        min-height:65%; /* 20250323 */
    }

    body {
        font-size: 100%;
    }

    .header_wrapper {
        width: auto;
    }

    header h1 {
        padding: 3px 5px;
    }

    header .contact_info {
        padding: 0 0 15px 20px;
    }

    header ul {
        padding: 10px 10px 10px;
    }

    nav div.panel {
        float:none;
    }

    #banners {
        width:100%;
        margin:0 auto;
        text-align:center;
    }

    #banners p {
        display:inline-block;
        margin:0 10px;
    }

    #banners p img {
        width:100%;
        height:auto;
    }

    section.widget_search {
        text-align:center;
    }

    .footer_wrapper {
        margin:0;
        border:0;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:right;
        margin-left:4px;
        border:1px solid #555;
    }

    /* トップページ イベント */
    .eventslider .location_tag {
	    min-width: 130px;
	}

    /* トップページ リスト */
    .top_list dl dt {
        width: 130px;
    }
    .top_list dl dt span {
        width: 130px;
    }

    #tribe-events-content .venue-sw a{
        font-size: small;
    }
}

/* スマホ用 ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 768px){
    body {
        font-size: 105%;
        min-height: 100vh;
    }

    .header_wrapper {
        width: auto;
        overflow:hidden;
        text-align:center;
        top: 0;
        z-index: 1000;
        /* position: fixed;　20250324 */
        left: 0;
        right: 0;    
    }

    header ul {
        float:none;
    }

    .header_wrapper{
        display: flex;
        flex-direction: column;
    }

    header h2 {
        /* padding-top: 20px; 20250326*/
        background:#fff;
        width: 100%;
        text-align: left;
    }

    /* 20250425 */
    header h2 img {
	    max-width: 100%;
    	vertical-align: bottom;
	}
    /* 20250425 */

    header .icontext_container {
        float: none;
        /* margin: 0 2px; 20250326 */
        /* padding: 5px 10px 5px; 20250326 */
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: rgb(226, 233, 228);
        border-radius: 10px;
        width:100%; /* 20250326 */
        position:absolute; /* 20250326 */
        z-index:1; /* 20250326 */
    }

    header .icontext_container a {
        display: block;
        text-decoration: none;
    }

    header .icontext {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .icon {
        width: 30px;
        height: 30px;
    }

    header .text {
        font-size: 10px;
    }

    header ul li {
        margin-right:10px;
    }

    headerInfo {
        width:250px;
        margin:0 auto;
    }

    .content ,
    .header_wrapper,
    .main_wrapper,
    .footer_wrapper {
        width: auto;
        box-sizing: border-box;
    }

    .main_wrapper {
        /* margin: 77px auto 0 auto; 20250323*/
        margin: 0 auto 0 auto; /*20250323*/
        display: flex;
        flex-direction: column;
    }

    main .content {
        flex: 1;
        word-break: break-all;/* 20250326 */
    }

    main .content .head_margin {
        /* padding: 80px 4% 0 4%; */
        padding: 70px 4% 0 4%; /* 20250326 */
    }

    main .mainImg {
        flex-grow: 1; 
        height: calc(100vh - 77px);
        display: flex;
    }

    main .title img {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    main .info_inner {
        margin: 0 2% 0 2%;
    }

    main .info_inner .title .main {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 4% 4% 0 3%;
        font-size: 130%;
    }

    main .info_inner .title .mini {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 3.5% 0 0 0;
        font-size: 70%;
    }

    main .info_inner ul {
        align-items: center;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    main .info_inner li {
        justify-content: center;
        align-items: flex-start;
        /* margin: 15px 10px; */
        margin: 15px 0;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    main .info_inner li a {
        display: flex;
    }

    main .info_inner li img {
        border-radius: 20px;
        /* max-width: 100%; */
/* 20250730 S */        
/*        max-width: 85%;
        height: auto;
        min-width: 200px;  20250326
        min-height: 150px;  20250326
        max-width: 200px;  20250326
        max-height: 150px;  20250326*/
/* 20250730 E */
    }
    
/* 20250730 S */
        main .info_inner li img.info_img{
        max-width: 85%;
        height: auto;
        min-width: 150px; /* 20250326*/
        min-height: 100px; /* 20250326*/
        max-width: 150px; /* 20250326*/
        max-height: 100px; /* 20250326*/
        }

        main .info_inner li img.event_img{
        max-width: 85%;
        height: auto;
        min-width: 150px; /* 20250326*/
        min-height: 100px; /* 20250326*/
        max-width: 150px; /* 20250326*/
        max-height: 100px; /* 20250326*/
        }

        main .info_inner li img.blog_img{
        max-width: 85%;
        height: auto;
        min-width: 150px; /* 20250326*/
        min-height: 100px; /* 20250326*/
        max-width: 150px; /* 20250326*/
        max-height: 100px; /* 20250326*/
        }   
/* 20250730 E */    

    main .info_inner .date_and_title {
        display: flex;
        flex-direction: column;
        margin: 10px 10px;
        /* width: 40%; */
        width: 60%;
    }

    main .info_inner li dd {
        font-size: 90%;
        align-self: flex-start;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0; 
    }

    main .info_inner li h3 {
        font-size: 90%;
        width: 100%;
        max-width: 100%; 
    }

    main .moreBtnArea {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    main .intro_inner .title {
        margin: 0 0 0 2%;
    }

    main .intro_inner .title .main {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 4% 4% 0 3%;
        font-size: 130%;
    }

    main .intro_inner .title .mini {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 3.5% 0 0 0;
        font-size: 70%;
    }

    main .intro_inner .moreBtnArea {
        padding: 0 0 4% 0;
    }

    main .moreBtnArea a {
        display: inline-block;
        height: 50px;
    }

    main .moreBtnArea img {
        width: 200px;
    }

    main .intro_inner {
        background-color: rgb(225, 227, 212);
    }

    main .sns_inner {
        margin: 0 2% 0 2%;
    }

    main .sns_inner .title {
        clear:both;
        margin: 2% 0 1.5% 0%;
        color: #000;
    }

    main .sns_inner .title .main {
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 4% 4% 0 3%;
        font-size: 130%;
    }

    main .sns_inner .title .mini {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin: 3.5% 0 0 0;
        font-size: 70%;
    }

    main .sns_inner .sns-list {
        gap: 15px 0;
    }

/* 20250401
    main .sns-list_item {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        padding: 0;  
    }
            
    main .sns-list_item a { 
        display: block;  
        align-items: center;
        justify-content:center;    
        gap: 0 12px;   
        padding: 0 15px 15px 15px;    
        border-radius: 10px; 
        text-decoration:none;  
        width: 100%;
        max-width: 600px;
    }
           
    main .sns-list_item a:hover {    
        opacity: 0.8;    
    }  
         
    main .sns-list_item img {    
        height:60px;    
    }   
         
    main .sns-list_item .text {    
        font-size: 16px;   
        font-size: 1.125rem;    
        font-weight: bold;    
        line-height: 1.4;    
        text-decoration:none;    
        color:white;    
    }
*/

    /* -------------------mainImgカルーセル設定開始------------------ */

            /**
    * Custom Slideshow Styles
    */

    /* Slideshow container */
    .custom-slideshow-container {
        position: relative;
        width: 100%;
        min-height: 100vh; 
        min-height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
        margin: 0 auto;
        touch-action: pan-y; /* Enable vertical scrolling but handle horizontal ourselves */
    }

    /* Slides wrapper */
    .custom-slides-wrapper {
        position: relative;
        display: flex;
        /* height: 100%; */
        height: 88vh;
        /* max-height: 88vh; 20250326 */
        /* min-height: 88vh; 20250326 */
        /* height: 88svh; 20250326 */
        /* max-height: 88svh; 20250326 */
        /* min-height: 88svh; 20250326 */

max-height: 100vh;
min-height: 93vh;
height: 93svh;
max-height: 100svh;
min-height: 93svh;

        width: 100%;
        transition: transform 5s ease;
        will-change: transform; /* Optimize for animations */
        backface-visibility: hidden; /* Prevent flickering during transitions */
        -webkit-backface-visibility: hidden;
    }

    /* Individual slide */
    .custom-slide {
        position: relative;
        /* height: 100%; */
        height: 88vh;
        max-height:88vh;
        min-height: 88vh;
        height: 88svh;
        max-height: 88svh;
        min-height: 88svh;
        width: 100%; /* Each slide takes 100% of container width */
        flex: 0 0 100%; /* Don't grow or shrink, stay at exactly 100% width */
        user-select: none; /* Prevent text selection during drag */
    }

    /* Hide cloned slides from screen readers */
    .custom-slide-clone {
        aria-hidden: true;
    }

    /* Image container within slide */
    .custom-slide-image {
        width: 100vw;
        object-fit: cover;
        object-position: 90% center;
        /* height: 90dvh; */
        height: -webkit-fill-available;
height: 100dvh;

        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
position: relative; /* 20250326*/
overflow: hidden;
    }

.custom-slide-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  height: 100%;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.4));
  z-index: 50;
}

    /* Image styling to maintain aspect ratio */
    .custom-slide img {
        width: 100%;
        height: 90dvh;
        height: -webkit-fill-available;
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
        object-fit: cover;
        display: block;
        pointer-events: none; /* Prevent image dragging */
    }

    /* Slide content (title and link) */
    .custom-slide-content {
        position: absolute;
        /* top:70%; */
        /* bottom: 10%; */
bottom: 5%;
        /* bottom: 10dvh; */
        left: 3vh;
        /* left: 3dvh; */
        right: 0;
        /* padding: 15px 15px 60px 15px; */
        color: white;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
       /*background-color: rgba(0, 0, 0, 0.4); 20250326*/
        z-index: 99999; /*20250323*/
        padding-top: 14px; /*20250323*/
        margin-bottom: -15px; /*20250323*/
    }

    /* Slide title */
    .custom-slide-title {
        font-size: 20px;
        margin: 0 0 10px 0;
        font-weight: 600;
        word-wrap: break-word;
        word-break: break-all;
        line-height: 1.5;
        text-align: left;
        text-decoration: none; /* 20250323 */
        color:white!important; /* 20250323 */
    }

    .custom-slide-title:hove{
        text-decoration: none;
        color: inherit;
        cursor: default;
	}

    /* View page link container */
    .custom-view-page-link {
        display: flex;
        align-items: center;
    }

    /* "View Page" text */
    .custom-view-text {
        font-size: 16px;
        font-weight: bold;
        margin-right: 5px;
        color:white!important; /* 20250323 */
    }

    /* Arrow link */
    .custom-arrow-link {
        color: white;
        text-decoration: none;
        font-size: 20px;
        transition: transform 3s ease;
        pointer-events: auto;
    }

        /* Arrow link image */
    .custom-arrow-link img {
        width: auto;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        pointer-events: none;
    }

    .custom-arrow-link:hover {
        /* transform: translateX(5px); */
    }

    /* Navigation buttons */
    .custom-prev, 
    .custom-next {
        display: none;
    }

    /* Dragging state */
    .custom-slideshow-container.dragging {
        cursor: grabbing;
    }

    .custom-slideshow-container.dragging .custom-slide-content {
        pointer-events: none; /* Prevent clicks during drag */
    }


    /* -------------------mainImgカルーセル設定終了------------------ */

    .slide-image {
        background-size: cover;
        background-position: center;
    }
    
    /*activeクラス */
    .slide-item {
        border-radius: 30px !important;
        /* outline: 5px solid rgb(105,116,38); */
        outline-offset: -5px;
        overflow: hidden;
        display: flex !important;
        flex-direction: column !important;
        border:3px solid rgb(105,116,38); /* 20250326 */
    }
    
    
    .slide-item a {
        height: 80%;
    }
    
    .slide-item a .slide-image {
        width: 100%;
        background-size: cover;
        /* padding-top: 56.25%; 20250805 */
    }
    
    .slick-track .slide-item {
        margin: 0 0.5%;
        /* border-radius: 0 !important; */
        border-radius: 40px !important; /* 20250326 */
        outline: none;
        outline-offset: 0;
      }
      
      .slide-item .caption {
          /* color: #fff; */
          color: rgb(105,116,38);
          height: 20%;
          /* background-color: rgb(105,116,38); */
          background-color: #fff;
          font-weight:normal;
          font-size: 10px; /* 20250408 */
          /* padding: 10px 0 3px 7px; */
          padding: 1px 0 3px 18px; /* 20250326*/
      }
      
      .slick-prev.slick-arrow,
      .slick-next.slick-arrow {
         display: none !important;
      }

    footer {
        margin-top: auto;
    }

    .footer_wrapper {
        display: flex;
        flex-direction: column;
        gap: 1em; 
        padding: 15px 15px 15px 10px;
    }

    .footer_wrapper .profile {
        color: #fff;
        order: 2;
        text-align: center;
    }

    .footer_wrapper .profile .parkTitle + .address,
    .footer_wrapper .profile .parkTitle + .tel,
    .footer_wrapper .profile .parkTitle + .belongsTo {
        margin-top: 1em;
    }

    .footer_wrapper .profile .address   + .openHour,
    .footer_wrapper .profile .tel       + .openHour,
    .footer_wrapper .profile .belongsTo + .openHour {
        margin-top: 1em;
    }

    .footer_wrapper .parkTitle .RomeName {
        display: none;
    }

    .footer_wrapper .parkTitle .JPName {
        font-size: 20px;
    }

    .address,
    .tel,
    .belongsTo,
    .openHour {
        font-size: 14px;
    }

    .footer_container {
        font-size: 15px;
    }

    .footer_wrapper .footer_container {
        order: 1;
        display: flex;
        white-space: nowrap;
        flex-wrap: wrap;
    }

    .footer_wrapper .footer_container .footer_content  {
        display: inline-block;
        margin-right: 10px;
    }

    .footer_wrapper .footer_container .footer_content a {
        text-decoration: none;
    }

    .footer_wrapper .footer_content_name {
        display: flex;
        align-items: center;
        color: #fff;
    }
    
    .footer_wrapper .footer_content_name .triangle {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
        margin-right: 5px;
    }

    img.alignright,
    img.alignleft {
        display: block;
        margin:5px auto;
    }

    .alignright,
    .alignleft {
        float:none;
    }

    /* トップページ リスト */
    .top_list dl {
        display: block;
        padding: 10px;
    }
    .top_list dl dt {
        display: block;
        width: 100%;
    }
    .top_list dl dt span {
        display: inline-block;
    }
    .top_list dl dd.date {
        display: block;
        text-align: left;
    }
    .top_list dl dd.title {
        display: block;
    }

    /* イベントカレンダー */
    table.park-custom-calendar th{
        margin: 2px 3px;
        height: 30px;
        text-align: center;
    }
    table.park-custom-calendar td{
        height: 24px;
        padding: 4px 2px;
    }
    .ecal-table-day {
        line-height: 1.2em;
    }
    .ecal-col-day,
    .ecal-col-name {
        font-size : x-small;
    }
    .ecal-col-venue,
    .ecal-col-starttime,
    .ecal-col-endtime {
        font-size : x-small;
        margin: 0px auto;
    }

    /*馬入ふれあい公園用*/
    .banyu_table{
        width:100%;
        table-layout:fixed;
    }
    .banyu_mapfloat img{
        float:none;
        margin:8px;
        border:1px solid #555;
    }
    #tribe-events-content .venue-sw a{
        font-size: x-small;
    }

	.fixed {
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	z-index: 1;
	}

	h2.archive.title{
    	font-size:120%;
    	/* position:fixed; */
    	top:90px;
    	background-color:white;
    	width:100%;
    	margin:1px 0 13px 0;
	}

	span.main {
    	padding-left: 10px;
	}

/* 20250721 */
        main .title .mini2{
            height: 40px;
            line-height: 40px;
            display: inline-block;
            vertical-align: middle;
            margin: 3.5% 0 0 0;
            font-size: 70%;
        }
/* 20250721 */
}

/*馬入公園*/
.banyu_facilities_info{
    padding:10px;
    margin: 0 0 20px 0;
    border:3px double #014099;
    background-color:#f8fff8;
}

.banyu_access_bus{
    padding:10px;
    margin:10px;
    border-left:5px solid #014099;
}

.banyu_font_small{
    font-size:90%;
}

.banyu_h3{
    padding:2px 8px;
    margin:20px 0 !important;
    font-size:135% !important;
    border-left: 10px solid #014099;
}

.banyu_h4{
    margin:10px 0px;
    font-size:110%;
    font-weight:bold;
    color:#000;
}

.banyu_h4:before{
    content:"＊";
    color:#77aa77;/*案1*/
    /*color:#77aaff;案2*/
}

.banyu_h5{
    margin:10px 0px;
    font-weight:bold;
}

.banyu_example{
    padding:15px;
    margin: 0 0 20px 0;
    background-color: #fafafa;
    border: 2px solid #dadada;
}

.banyu_motto{
    padding:10px;
    margin:10px;
    border:2px solid #014099;
    font-weight:bold;
}

.banyu_gototop_area {
    width: 100%;
    padding : 30px 0; text-align: right;
}

.banyu_gototop_area a {
    text-decoration:underline;
    font-size:90%;
}

#banyu_sitemap li{
    margin-bottom:8px;
    font-size:105%;
    font-weight:bold;
    /*list-style-type:circle;*/
}

#banyu_sitemap ul li{
    margin-top:2px;
    /*list-style-type:disc;*/
    font-size:80%;
    /*font-weight:normal;*/
}

/*料金表用*/
.banyu_table thead th{
    border: solid 1px #000;
    color:#fff;
    background-color:#014099;
    text-align:center;
    font-weight:bold;
    vertical-align: middle;
}

.banyu_table tbody th{
    color:#fff;
    background-color:#014099;
    text-align:center;
    font-weight:bold;
    vertical-align: middle;
}

.banyu_table tbody td{
    background-color:#ddf8dd;
    text-align:center;
    vertical-align: middle;
}/**/

/* HTML5オブジェクト(FLASH変換)埋め込み */
#banyu-swfmap.embed-swf{
    position: relative;
    width: 100%;
    max-width: 646px;
    max-height: 750px;
}

#banyu-swfmap.embed-swf:before {
    content:"";
    display: block;
    padding-top: 116.1%; /* 高さを幅の116.1%に固定 */
}

#banyu-swfmap.embed-swf #swiffycontainer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
}

#banyu-swfmap.embed-swf #swiffycontainer div{
    width: 100% !important;
    height: 100% !important;
}

/*馬入公園ここまで*/
/* 大和ふれあいの森用 - start
---------------------------------------------------------------------*/


h3.yamato_h3 {
    padding: 2px 8px;
    margin: 20px 0 !important;
    font-size: 135% !important;
    border-left: 10px solid #697426;
/*    border-left: 10px solid #014099;*/
}
h4.yamato_h4 {
    padding: 2px 0;
    margin: 10px 0 !important;
    font-size:115% !important;
    font-weight: bold;
}
table#yamato_guide_block{
    box-sizing: border-box;
    table-layout: fixed;
    margin: 0px 0;
    border: none;
    width: 100%;
}
tr#yamato_guide_block_row{
    box-sizing: border-box;
    border:  none;
    width: 100%;
}

td#yamato_guide_block_1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : center ;
    padding: 5px;
    border:  none;
    background-color: transparent;
    width: 30%;
}
td#yamato_guide_block_1 a img{
    border:2px solid #ffffff;
}
td#yamato_guide_block_1 a img:hover{
    border:2px solid #64AB35;
}
div.yamato_table {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    border-bottom: none;
}
div.yamato_table_row {
    display: table-row;
}
div.yamato_table .header_box {
    display: table-cell;
    width: 30%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #014099;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.yamato_table .content_box,
div.yamato_table .content_box_2column {
    display: table-cell;
    padding: 10px;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.yamato_table .content_box_2column {
    width: 35%;
}
table#yamato_share_block{
    margin: 5px 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
tr#yamato_block_row{
    background-color: transparent;
    border: none;
}
th#yamato_block_1{
    border: none;
    background-color: #014099;
    width: 25%;
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
}
th#yamato_block_2{
    background-color: #014099;
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
}
td#yamato_block_3{
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
}
div.annotation {
font-weight: bold;
padding: 10px 10px;
border: 1px solid #FF0000;
color: #FF0000;
}
div.yamato_item_layout {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
div.yamato_item_layout .header_box {
    display: table-cell;
    width: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.yamato_item_layout .content_box {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table#yamato_pond_block{
    box-sizing: border-box;
    table-layout: fixed;
    margin: 0px 0;
    border: none;
    /*width: 100%;*/
}
tr#yamato_pond_block_row{
    box-sizing: border-box;
    border:  none;
    /*width: 100%;*/
}

td#yamato_pond_block_1{
    box-sizing: border-box;
    vertical-align: middle;
    text-align : top ;
    padding: 5px;
    border:  none;
    background-color: transparent;
    /*width: 30%;*/
}
table.yoyaku_use {
    font-size: 90%;
    width: 100%;
    margin: 15px 0px 0px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    background-color: #FFF;
}

table.yoyaku_use th {
    padding: 10px 5px;
    border: 1px solid #CCCCCC;
    background: #F7F7F7 none repeat scroll 0% 0%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

table.yoyaku_use td {
    padding: 5px 5px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    /*text-align: center;*/
}

table.yoyaku_use td.bg {
    background: #F7F7F7 none repeat scroll 0% 0%;
}


/*バーベキュー会場　タグ
---------------------------------------------------------------------*/
.tab-content input[type="radio"] {
    display: none;
}

.tab-content label {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background-color: #014099;
    cursor: pointer;
    box-sizing: border-box;
    width: 118px;
    text-align: center;
    border-right: 1px solid #ffffff;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
    color: #014099;
    background-color: #E1F1D4;
}

.tab-content .tab-box {
    /*padding: 10px;*/
    box-sizing: border-box;
}

.tab-content &gt; .tab-box &gt; div {
    display: none;
}

#tab1:checked ~ .tab-box &gt; #tabView1 {
    display: block;
}

#tab2:checked ~ .tab-box &gt; #tabView2 {
    display: block;
}

#tab3:checked ~ .tab-box &gt; #tabView3 {
    display: block;
}

#tab4:checked ~ .tab-box &gt; #tabView4 {
    display: block;
}

#tab5:checked ~ .tab-box &gt; #tabView5 {
    display: block;
}

#tab6:checked ~ .tab-box &gt; #tabView6 {
    display: block;
}
/*バーベキュー会場　タグ
---------------------------------------------------------------------*/
table.mTable{
    table-layout:fixed;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:100%;
}

table.mTable td {
    border: #CCCCCC solid;
    border-width:1px;
    width:100px;
    padding: 0.7em;
    text-align: center;
    vertical-align: top;
    font-size: 80%;
}
ul.tanpinList{
    margin: 1em auto;
    width:70%;
}

ul.tanpinList li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
    position: relative;
}

.tanpinList li span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #BE6900;
}
table.cTable {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:90%;
}
table.cTable th {
    font-weight: bold;
    background-color: #F7F7F7;
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.5em;
    _padding-right: 15px;
    _padding-left : 15px;
    color: #000000; width: 100px;
}
table.cTable td {
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.7em;
}
table.cTable td.annotation {
}
table.cTable td.data_td {
    background-color: #EAE8E8;
}
table.cTable .sun {
    background-color: #FF0033;
    color: #FFFFFF;
}
table.cTable .sat {
    background-color: #3399CC;
    color: #FFFFFF;
}
table.cTable .month_A {
    background-color: #156F4E;
    color: #FFFFFF;
}
table.cTable .month_B {
    background-color: #68A020;
    color: #FFFFFF;
}
.align_C {
text-align: center;
}
table.zTable {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:90%;
}
table.zTable th {
    font-weight: bold;
    background-color: #F7F7F7;
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.5em;
    _padding-right: 15px;
    _padding-left : 15px;
    color: #000000; width: 180px;
}
table.zTable td {
    border: #CCCCCC solid;
    border-width: 0 1px 1px 0;
    padding: 0.7em;
}
.align_Z {
text-align: center;
}
table.yoyaku {
    font-size: 70%;
    width: 100%;
    margin: 15px 0px 0px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    background-color: #FFF;
}

table.yoyaku th {
    padding: 10px 5px;
    border: 1px solid #CCCCCC;
    background: #F7F7F7 none repeat scroll 0% 0%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

table.yoyaku td {
    padding: 5px 5px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: center;
}

table.yoyaku td.bg {
    background: #F7F7F7 none repeat scroll 0% 0%;
}
/*バーベキュー会場　タグ
---------------------------------------------------------------------*/
/* 大和ふれあいの森用 - end
---------------------------------------------------------------------*/

/*----- [START] WPバージョンアップ対応 '2017.09.21 TAKAYA T.K -----*/
/* ADD */
div.wpcf7 form.wpcf7-form input[type=text],
div.wpcf7 form.wpcf7-form input[type=tel],
div.wpcf7 form.wpcf7-form input[type=email] {
    width: 80%;
    max-width: 100%;
}

div.wpcf7 form.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

div.wpcf7 input.wpcf7-submit {
    font-size: 110%;
    margin: 20px auto 0;
    padding: 10px 30px;
}

div.wpcf7-response-output {
    color: #ff0000;
	border: 2px solid #ff0000;
}

div.wpcf7 form.wpcf7-form .center {
    width: 100%;
    text-align: center;
}
/*----- [E N D] WPバージョンアップ対応 '2017.09.21 TAKAYA T.K -----*/

/*----- [START] インスタグラム用 '2025.04.01 TAKAYA -----*/
.sns-list_item {
    width: 30%;
    /* padding: 0 12px; */
    margin-left:5%;
    margin-bottom: 5%;
}

.sns-list_item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:center;
    justify-content:center;
    gap: 0 15px;  /* アイコンとボタンの位置調整*/
    padding: 10px 20px; /* アイコン自体のサイズ */
    border-radius: 20px;
    background-color: rgb(105,116,38);
    text-decoration:none;

}

.sns-list_item a:hover {
    opacity: 0.8;
}

.sns-list_item img {
    width: 60px;
    height:60px;
}

.sns-list_item img.sns{
    padding-top: 5px;
}

.sns-list_item .text {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration:none;
    color:white;
}
.sns-section .igm-icon{
/*    width: 60px;
    height:60px;*/
    }

@media screen and (max-width: 768px) {
    .sns-section {
        margin-left: 0;
        margin-right: 0;
    }

    .sns-section .sns-list {
        gap: 15px 0;
    }

    .sns-section .sns-list_item {
        /* display: -webkit-flex; */
        /* display: flex; */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        /* width: 100%; */
        width: 83%;
        padding: 0;
        /* margin-left: 0; */
    }

    .sns-section .sns-list_item a {
        width: 100%;
        gap: 0 12px;
        max-width: 600px;
        padding: 15px;
        border-radius: 10px;
    }

    .sns-section .sns-list_item .text {
        font-size: 16px;
    }
 
}
/*----- [E N D] インスタグラム用 '2025.04.01 TAKAYA -----*/

.sns-container {
  display: flex;
  flex-direction: column; /* デフォルトは縦並び */
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .sns-container {
    flex-direction: row; /* PCでは横並び */
  }
    
  .sns-section{
      margin-left:20px;
      width: 50%;
  }
  
}

.sns-list_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.igm-icon img { /* アイコンサイズ */
  /* width: 60px; */
  width: 30px; 
  /* height: 60px; */
  height: 30px;
}

.igm-txt {
  min-width: 250px;
}



/*t*/
.my-carousel {
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
}

.carousel-item {
  width: 100%;
  height: 370px;
  padding: 0 10px;
  margin: 0 10px;
  border: 5px solid rgb(105, 116, 38);
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-wrapper {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  height: 50px;
  padding: 8px 10px 0;
  font-size: 16px;
  color: #222;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .image-wrapper {
    height: 180px; /* スマホでは小さめに */
  }
}</pre></body></html>