@charset "UTF-8";


/*ページ内リンクずれ
---------------------------------------------------------------------------*/
html {
scroll-padding-top: 200px;
}
@media screen and (min-width: 1200px) {
.container{
max-width: 1200px;
margin: 0 auto;
padding: 0;
}}

/*indexページ以外右上固定　画像
---------------------------------------------------------------------------*/
body:not(.home) {
background-image: url("../img/page/page.svg");
background-repeat: no-repeat;
background-position: right top;
background-size: 300px auto;
}
@media (min-width: 767px) {
body:not(.home) {
background-size: 450px auto;
}
}
@media (min-width: 981px) {
body:not(.home) {
background-size: 550px auto;
}
}
@media (min-width: 1200px) {
body:not(.home) {
background-size: 750px auto;
}
}

/*youtube
---------------------------------------------------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*hr
---------------------------------------------------------------------------*/
hr {
border-width: 1px 0 0 0; /* 太さ */
border-style: dotted; /* 線種 */
border-color: #3F3F3F; /* 線色 */
height: 1px; /* 高さ */
max-width: 100%;
clear:both;
margin: 15px 0;
}

/*共通背景
---------------------------------------------------------------------------*/
#bg_page{
padding: 0;
text-align: left;
background-image: url('../img/top/bg_gray.jpg');
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
}

/*title
---------------------------------------------------------------------------*/
#title {
margin: 50px 0 0 0;
width: 100%;
padding: 0;
text-align: left;
position: relative;
overflow:hidden;
}
#title h2 {
font-size: 30px;
font-weight: normal;
color: #333;
display: inline-block;
position: relative;
line-height: normal;
text-transform:capitalize;
}
#title h2 span{
font-size: 12px;
margin-top: 0;
font-weight: normal;
padding-left: 10px;
letter-spacing:.05em;
}
@media screen and (min-width:768px) {
#title {
margin: 100px 0 50px 0;
}
#title h2 {
font-size: 50px;
}
#title h2 span{
font-size: 15px;
}
}

/*tex
---------------------------------------------------------------------------*/
.tex {
width: 100%;
line-height: 2em;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 60px 0
}

.tex_archive {
width: 100%;
line-height: 2em;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 10% 0
}

.tex img {
border: 0;
max-width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.tex p{
margin: 0;
padding: 0;
}
.tex img a {
border: 0;
}
.tex a:hover img {
opacity: 0.6;
transition: 0.5s;
}
.tex a {
text-decoration: underline;
text-decoration-style:solid;
text-decoration-color:#ededed;
}
.text-small { font-size: 0.8em; }
.text-tiny{ font-size: 0.7em; }
@media screen and (min-width:768px) {
.tex_archive {
padding: 5% 0
}
}

/* 等分
---------------------------------------------------------------------------*/
.boxA {
display: flex;
flex-direction: column;
gap: 10px;
}
.box2 {
flex: 0 0 48%;
box-sizing: border-box;
}
.side_flex:after{
content: "";
display: block;
clear: both}

/* ボックス*/
.box_nuri,
.side_flex{
padding: 2em;
margin: 1em 0;
background: #F4F4F4;/*背景色*/
}
.box_waku {
padding: 2em;
margin: 1em 0;
border: solid 1px #333;
}
.box_nuri p,
.box_waku p{
margin: 0; 
padding: 0;
}
@media screen and (min-width: 768px) {
.boxA {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 4%;
}
.box2 {
flex: 0 0 48%; /* 幅48% */
}
.box_nuri, 
.box_waku,
.side_flex{
padding: 5%;
margin: 2em 0;
}
}	


/*見出し
---------------------------------------------------------------------------*/
h3.midasi {
color: #333;
font-weight: normal;
font-size: 1.3em;
padding-bottom: 20px;
margin-bottom: 30px;
clear: both;
border-bottom: solid 2px #ededed;
position: relative;
}
h3.midasi:before {
position: absolute;
content: " ";
display: block;
border-bottom: solid 2px #333;
bottom: -2px;
width: 20%;
}
h4.midasi {
color: #333;
font-size: 1.2em;
font-weight: normal;
line-height: 1;
margin-bottom: 30px;
}
h4.midasi_sup {
color: #333;
font-size: 1.2em;
font-weight: normal;
line-height: 1;
margin-bottom: 10px;
}
h4.midasi_sup::before {
content: "\f14a";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 0.5em;
color: #333;
}

h3.midasi:after,
h4.midasi:after,
h4.midasi_sup:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

@media screen and (min-width:768px) {
h3.midasi {font-size: 1.6em;}
h4.midasi,
h4.midasi_sup{font-size: 1.4em;}
}


/*google-maps（おすすめスポット）
---------------------------------------------------------------------------*/
.google-map {
width: 100%;
height: 50vh
}
.google-map iframe {
width: 100%;
height: 100%;
border: 0;
}
 @media (max-width: 767px) {
.google-map {
height: 40vh; /* 画面高さの40%に縮小 */
}
}


/*pagination
---------------------------------------------------------------------------*/
.pagination {
clear: both;
padding: 20px 0;
position: relative;
font-size: 12px;
line-height: 12px;
text-align: center;
margin-bottom:3%
}
.pagination-box {
display: inline-block;
}
.pagination span, .pagination a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 8px 10px 8px 10px;
text-decoration: none;
width: auto;
color: #fff;
background: #c5c5c5;
}
.pagination a:hover {
color: #fff;
background: #333;
}
.pagination .current {
padding: 8px 10px 8px 10px;
background: #333;
color: #fff;
}
.page_box {
float: left;
width: 100%;
margin-top:20px
}

@media screen and (min-width: 768px) {
.pagination {
font-size: 14px;
line-height: 14px;
}
.pagination span, .pagination a {
padding: 10px 15px 10px 15px;
}
.pagination .current {
padding: 10px 15px 10px 15px;
}}


/*ギャラリー
---------------------------------------------------------------------------*/
.gallery {
width: 100%;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
gap: 2%;
}
.gallery br {
display: none;
}
.gallery-item {
margin-bottom: 10px;
flex-grow: 0;
}
/* カラムごとの幅（gapを引いた幅を設定） */
.gallery-columns-1 .gallery-item {
flex: 0 0 100%;
}
.gallery-columns-2 .gallery-item {
flex: 0 0 calc(50% - 1%); /* gap 2% ÷ 2 = 1% */
}
.gallery-columns-3 .gallery-item {
flex: 0 0 calc(33.3333% - 1.3333%);
}
.gallery-columns-4 .gallery-item {
flex: 0 0 calc(25% - 1.5%);
}
.gallery-columns-5 .gallery-item {
flex: 0 0 calc(20% - 1.6%);
}
/* 画像 */
.gallery-icon {
text-align: center;
}
.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px;
}
/* キャプション */
.gallery-caption,
.wp-caption-text {
color: #333;
font-size: 14px;
margin: 0 0 10px;
text-align: center;
}
/* レスポンシブ対応 */
@media (max-width:767px) {
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
flex: 0 0 calc(50% - 1%);
}
}

/*キャプション
---------------------------------------------------------------------------*/
figure {
background-color: #fff;
padding: 5px;
display: table;
overflow: hidden;
}

figure img {
width:100%;
max-width: 100%;
height: auto;
}

figcaption {
display: table-caption;
caption-side: bottom;
background: #fff;
}
@media only screen and (max-width:60em) {
figure {
text-align:center;
clear:both;
overflow:hidden;
padding:0;
margin:0 auto
}
figure .alignright img,
figure .alignleft img{float:none;}
}


/* ---------------------------------------------------------------------------------------------

　おしらせ　カテゴリの設定　中ページ

--------------------------------------------------------------------------------------------- */
/*arvhive
/* ------------------------------------- */
.i_title{
font-size: 1.7em;
font-weight:	400;
line-height: 1.7;
margin: 0 0 30px 0;
padding: 5px 0 5px 0;
}
.i_text_box{
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}
.i_text_box:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.info_box_list p,
.info_box_list ul p{
	text-align: left;
	line-height: 1em;
}
.info_box_list a {text-decoration:none;}
.i_date2{
font-size: 80%;
line-height: 2;
}
.i_date2 span{
margin-right: 10px
}
/* カテゴリの設定
/* ------------------------------------- */
.catebl {
	display: inline-block;
	font-weight: normal;
	margin: 0 10px 0 0;
	color: #fff;
	font-size: .8em;
}
/* PC ボックス下
/* ------------------------------------- */
@media screen and (min-width:981px) {
.info_box_list ul li {
margin-bottom: 50px
}
.i_title{
font-size: 2em;
line-height: 2em;
margin: 0 0 30px 0;
padding: 5px 0 5px 0;
}
.i_date2{
font-size:100%;
}
}


/* 次へ　戻る　前へ
---------------------------------------------------- */
.kiji_link{
display: flex;
justify-content: center;
margin-top: 100px
}
.kiji_link_spot{
display: flex;
justify-content: center;
margin: 50px
}
.kiji_link a,
.kiji_link_spot a{
text-decoration: none;
}
.btn_read_more {
font-size: 14px;
letter-spacing: 0.1em;
color: #333;
font-weight: 400;
border: solid 1px #333;
display: block;
box-sizing: border-box;
max-width: 300px;
text-align: center; 
padding: 10px 64px;
cursor: pointer;
transition: all 0.3s;
position: relative;
overflow: hidden;
}
.btn_read_more:before { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%) rotate(45deg); width: .5em; height: .5em; border-top: 1px solid #333; border-right: 1px solid #333; content: "";
transition: all 0.2s;
}
.btn_read_more:hover:before{
right: 15px;
border-top: 1px solid #fff; border-right: 1px solid #fff;
}

.btn_read_more::after {
background: #333;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0, 1);
transform-origin: left top;
 transition: transform 0.6s ease;
z-index: -1;
}
.btn_read_more:hover {
color: #fff;
	transition: all 0.3s;
}
.btn_read_more:hover::after {
transform: scale(1, 1);
}


/* editボタン
---------------------------------------------------- */
.postmetadata{
	margin: 10px 0;
	width:100%;
	clear:both;
}
.edit-link{
	width:100%;
	clear:both;
}
a.post-edit-link {
display: inline-block;
padding: 0 1.6em;
font-size: 0.8em;
color: #fff;
text-decoration: none;
user-select: none;
background: #999;
transition: 0.2s ease;
}
a.post-edit-link:hover {
opacity: .6;
color: #fff;
}
.edit-link:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}


/* ---------------------------------------------------------------------------------------------

　 table

--------------------------------------------------------------------------------------------- */
table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
margin: 10px 0;
text-align: left;
}
table tr {
border-bottom: 1px solid #bbbbbb;
}
table td{
padding: 10px;
margin-bottom: 0;
vertical-align: middle;
}
table td:nth-child(1) {
width: 30%;
}
table tr:first-child td {
border-top: 1px solid #bbbbbb;
}

/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
transform: scale(2.0);
margin-right: 0.5em;
}
/* CF7チェックボックスを縦並びに */
.wpcf7-checkbox .wpcf7-list-item {
margin-top:5px;
display: block;
}
/* CF7ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
margin-top:5px;
display: block;
}

/* その他 */
table.sonota td:nth-child(1){
vertical-align: middle;
font-weight: normal;
font-size: 1em
}
table.sonota td {
margin-bottom: 0;
vertical-align: middle;
}

@media screen and (min-width: 768px) {
table.sonota td{
padding: 20px 20px 20px 0;
}
table.sonota td:nth-child(1){
width:30%;
}
}
@media all and (max-width: 767px) {
table.sonota td {
display: block;
width: 100%;
border: none;
padding: 0 0 10px 0;
}
table.sonota tr:first-child td{
border: none;
}
table.sonota tr:first-child td:nth-child(1){
border-top: 1px solid #bbbbbb;
}
table.sonota td:nth-child(1){
padding: 10px 0 0 0;
}
}

/*　申し込みフォーム
---------------------------------------------------- */
.contactform-width {
max-width: 100%;
}

.cf7__list {
display: flex;
flex-wrap: wrap;
margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
margin-top: 50px;
}

.cf7__list dt {
width: 35%;
padding-top: 15px;
font-size: 1em;
font-weight: bold
}

.cf7__list dd {
width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
margin-left: 15px;
padding: 3px 10px;
color: #fff;
font-size: 10px;
vertical-align: 1px;
font-weight:600
}

.cf7__required {
background: #FFE4E1;
color: #e50012
}
/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
width: 100%;
padding: 20px;
background: #F4F4F4;
box-sizing: border-box;
border: 1px solid #F4F4F4;
outline: none;
font-size: 100%;
}

.cf7__list dd textarea {
font-size: 100%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.cf7__list dd input[type="text"]:focus,
.cf7__list dd input[type="tel"]:focus,
.cf7__list dd input[type="email"]:focus,
.cf7__list dd textarea:focus {
background: #F4F4F4;
border: 1px solid #333;
outline: 0;
}


/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
display: block;
padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
display: block;
margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
position: relative;
width: 18px;
height: 18px;
margin-right: 8px;
border: 1px solid #bcbcbc;
vertical-align: -3px;
cursor: pointer;
-webkit-appearance: none;
 -moz-appearance: none;
appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
border: 1px solid #000;
background: #000;
}

input[type="checkbox"]:checked:before {
position: absolute;
top: 2px;
left: 5px;
transform: rotate(50deg);
width: 6px;
height: 10px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
content: '';
}

/* ラジオボタン */
input[type="radio"] {
border-radius: 50%;
}

input[type="radio"]:checked:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 9px;
height: 9px;
border-radius: 50%;
background: #000;
content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
width: 40%;
margin: 0;
text-align: center;
}

.cf7__button input[type="submit"] {
width: 100%;
height: 60px;
background: #000;
color: #fff;
transition: opacity .6s;
outline: none;
font-weight: bold
}

.cf7__button input[type="submit"]:hover {
opacity: .6;
background-color:#ffffff;
border: 2px solid #000;
color:#000;
}

/* ajax-loader */
.wpcf7-spinner {
vertical-align: middle;
}
.wpcf7-spinner {
display: none!important;
}
@media screen and (max-width: 767px) {

.cf7__list dt {
width: 100%;
margin-bottom: 15px;
padding-top: 0;
}

.cf7__list dd {
width: 100%;
}

.cf7__list dd:nth-of-type(n + 2) {
margin-top: 0;
}

.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
padding: 15px 0 0;
}

/* 送信ボタン */
.cf7__button input[type="submit"] {
width: 200px;
height: 56px;
}
}

/* ---------------------------------------------------------------------------------------------

　 カテゴリメニュー横並び

--------------------------------------------------------------------------------------------- */
.category-nav__list{
margin-bottom: 50px;
}
.category-nav__list ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4等分 */
  gap: 5px;
}
.category-nav__list ul li {
  list-style: none;
  margin: 0;
  font-size: 0.9em;
}
.category-nav__list ul li a{
display: block;
text-align: center;
padding: 15px 0;
background: #F4F4F4;
color: #333333;
line-height: 1.4;
text-decoration: none;
transition: background 0.3s, color 0.3s;
}
.category-nav__list ul li a:hover{
background:#333333;
color: #fff;
}
.maehe {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
font-size: 1em;
line-height: 2em;
}
@media screen and (max-width:768px) {
.category-nav__list ul li{
font-size: 0.6em;
}
}

/* ---------------------------------------------------------------------------------------------

　 download / 各種ダウンロード

--------------------------------------------------------------------------------------------- */
.word-icon {
color: #2b579a;
font-size: 1.3em;
margin-right: 15px;
vertical-align: middle;
}
.pdf-icon {
color: #d32f2f;/* PDFっぽい赤 */
font-size: 1.3em;
margin-right: 15px;
vertical-align: middle;
}


/*広報
---------------------------------------------------------------------------*/
.box_nuri.koho {
margin-bottom: 50px
}
ul.koho_box_list {
display: flex;
flex-wrap: wrap;
margin: -10px; /* アイテム間の余白調整 */
padding: 0;
list-style: none;
}
.koho_box_list li {
flex: 0 0 25%; /* 4列固定 */
box-sizing: border-box;
padding: 10px;
}
.koho_box_list a {
display: block;
text-align: center;
text-decoration: none;
color: inherit;
}
.koho-gazou img {
width: 100%;
height: auto;
display: block;
margin-bottom: 8px;
border: 1px solid #333;
box-sizing: border-box;
}
.koho_box_tex {
margin: 15px 0;
}
.koho_box_tex h5 {
font-size: 1em;
line-height: 1;
text-align: center;
}
.koho_box_tex p {
font-size: 14px;
margin: 0;
color: #333;
		text-align: center;
}
@media (max-width: 980px) {
.koho_box_list li {
flex: 0 0 50%;/* 2列固定 */
padding: 10px;
}
}

/*広報　セレクトボックス
---------------------------------------------------------------------------*/
#year-filter {
display: inline-flex;
align-items: center;
position: relative;
margin-top: 20px
}

#year-filter::after {
position: absolute;
right: 15px;
width: 10px;
height: 7px;
background-color: #535353;
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
pointer-events: none;
}

#year-filter select {
appearance: none;
min-width: 230px;
height: 2.8em;
padding: .4em calc(.8em + 30px) .4em .8em;
border: 1px solid #333;
border-radius: 3px;
background-color: #fff;
color: #333333;
font-size: 1em;
cursor: pointer;
}

/*結ネット
---------------------------------------------------------------------------*/
.yui-step {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 10px 0;
padding: 2em;
background: #F4F4F4;/*背景色*/
position: relative;
}
.yui-step-text {
flex: 1;
}
.yui-step-title {
font-size: 1.3rem;
font-weight: bold;
margin: 0 0 0.5em;
}
.yui-step p {
margin: 0;
color: #333;
}
.yui-step-image {
width: 45%; /* 画面の半分を占有 */
aspect-ratio: 16/9; /* 比率を固定（16:9など） */
margin-left: 30px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
}
.yui-arrow {
width: 20px;
height: 20px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg); /* L字をV字に */
margin: 0 auto;/* 中央寄せ */
}
@media (max-width: 980px) {
.yui-step {
flex-direction: column;
}
.yui-step-image {
margin: 20px 0 0;
width: 100%;
}
}

/*おすすめスポット
---------------------------------------------------------------------------*/
.furigana{
font-size: 0.7em;
line-height: 1.2;
}
.i_text_spot{
margin: 0;
padding: 0;
}

/*詳細
---------------------------------------------------------------------------*/
.box_data_spot {
width: 100%;
margin: 50px 0 20px 0;
}
.box_data_spot .spot_midasi {
display: flex;
margin-bottom: 5px;
}
.spot_midasi dt, .spot_midasi dd {
display: flex;
align-items: center;
}
.spot_midasi dt {
width: 30%;
padding: 10px 0;
text-align: left;
border-bottom: 1px solid #bbbbbb;
}
.spot_midasi dd {
width: 70%;
margin-left: 0;
padding: 10px 0 10px 20px;
border-bottom: 1px solid #bbbbbb;
}
.spot_midasi dd a {
word-break: break-all;
text-decoration: underline;
}
@media (max-width: 768px) {
.box_data_spot {
margin: 30px 0 0 0;
}
.spot_midasi {
flex-direction: column;
align-items: flex-start; /* 左寄せ */
}
.spot_midasi dt,
.spot_midasi dd {
width: 100%;
border-bottom: none; /* 重複するので消す */
}
.spot_midasi dt {
font-weight: bold;
padding: 10px 0 0 0;
}
.spot_midasi dd {
padding: 5px 0 15px 0;
border-bottom: 1px solid #bbbbbb; /* 行ごとに線を付けたい場合 */
}
}
/*スライドイメージ
---------------------------------------------------------------------------*/
.slider-spot {
width: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.tex-spot {
width: 100%;
line-height: 2em;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 60px 0 10px 0;
}
.slider-spot img {
width: 100%; /* 画像をスライダーの幅いっぱいに */
height: auto;
display: block;
margin: 0 auto;
padding: 0;/* 余白を消す */
box-sizing: border-box; /* 幅の計算に余白を含める */
object-fit: cover;
object-position: center;
}
.slick-slide {
margin: 0 1vw !important; /* 左右余白をまとめた */
}

@media (max-width: 767px) {
.tex-spot {
padding: 60px 0 0 0
}
.slick-slide {
margin: 0 !important; /* 左右余白をまとめた */
}
}


/*矢印ボタン
---------------------------------------------------------------------------*/
.slider-spot .slick-arrow {
    z-index: 10 !important;
		top: 50%;
    transform: translateY(-50%);
		filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}
.slider-spot .slick-prev {
    left: 30px !important;
}
.slider-spot .slick-next {
    right: 30px !important;
}
@media (max-width: 767px) {
.slider-spot .slick-prev {
    left: 10px !important;
}
.slider-spot .slick-next {
    right: 10px !important;
}
}


/*link_ページ
---------------------------------------------------------------------------*/
.link_4_page {
display: grid;
gap: 10px;
margin: 0 auto;
grid-template-columns: repeat(2, 1fr);
}
.link_4_page .flex_link {
border: 1px solid #333;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 70px;
}
.link_4_page .flex_link img {
max-width: 100%;
height: auto;
}
@media screen and (min-width: 981px) {
.link_4_page {
grid-template-columns: repeat(4, 1fr);
}
.link_4_page .flex_link {
min-height: 80px;
}
}