@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #382400;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

header {
  width: 940px;
  margin: 10px auto;
}

nav {
  width: 100%;
}

#contents {
  width: 940px;
  margin: 10px auto;
}

#contents .left {
  text-align: left;
}

#contents .right {
  text-align: right;
}

/* td h3 .right {
  text-align: right;
} */

#contents .center {
  text-align: center;
}

#main {
  float: right;
  width: 620px;
}

#sub {
  float: left;
  width: 300px;
}

#subnav {
  display: none;
}

#sample img {
  float: left;
  margin-right: 10px;
}
#sample p {
  float: left;
  font-size: 15px;
  width: 66%;
  /*overflow:hidden;*/
}

/*#sample {
    overflow:hidden;
}*/

section {
  margin-bottom: 50px;
}

a {
  color: #000;
  color: #382400;
}
a:hover {
  color: #e78f00;
}

h1 {
  color: #f19500;
  font-size: 28px;
  line-height: 1.2;
}
h1 a {
  color: #000;
  text-decoration: none;
}
h1 a:hover {
  color: #e78f00;
  text-decoration: underline;
}

h2 {
  margin-bottom: 0.5em;
  padding-left: 10px;
  font-size: 18px;
  color: #000;
  border-left: 5px solid #e78f00;
}

h3 {
  margin-bottom: 0.5em;
  padding: 2px 5px;
  color: #e78f00;
  font-size: 16px;
  border-bottom: 1px solid #e78f00;
}

h4 {
  margin-bottom: 0.25em;
  font-size: 16px;
  color: #333;
}
h4:before {
  content: "\002605";
  color: #f19500;
}

h5 {
  margin-bottom: 0.25em;
  padding: 2px;
  color: #000;
  font-size: 16px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  background: #f1f1f1;
}

h6 {
  margin-bottom: 0.25em;
  color: #382400;
  font-size: 14px;
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
}

img {
  vertical-align: bottom;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #f19500;
}

.sample02 {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul,
ol,
dl {
  margin: 0 0 1em 0;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
li {
  margin-left: 2em;
}

dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}
dt:before {
  content: "\0025a0";
}
dd {
  margin-bottom: 1em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff9f4;
}

.ggg {
  background: #f9ede3;
}

th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

td,
th {
  padding: 20px;
  width: 450px;
  height: 200px;
  text-align: left;
  border: 1px solid #ddd;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  bottom: -0.1em;
}

a:hover {
  color: #669900;
}

.boxA:after {
  content: "";
  display: block;
  clear: both;
}
.box1 {
  float: left;
  width: 50%;
}
.box2 {
  float: left;
  width: 50%;
}

/*.img-botton {
        margin: auto;
    }*/
.img-botton a img {
  margin: 10px;
}

.botton {
  display: flex;
  flex-wrap: wrap;
}
.botton a {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: solid 1px;
  border-bottom: solid 1px;
  background-color: #fff9f4;
  width: calc(25% - 5px);
  min-width: 150px;
  margin: 3px 1px;
}

/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
  margin: 0px; /* メニューバー外側の余白(ゼロ) */
  padding: 0px 0px 0px 0px; /* メニューバー内側の余白(左に0px) */
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
  width: 21%; /* メニュー項目の横幅(21%) */
  display: inline-block; /* ★1:横並びに配置する */
  list-style-type: none; /* ★2:リストの先頭記号を消す */
  position: relative; /* ★3:サブメニュー表示の基準位置にする */
}
ul.ddmenu a {
  background-color: #fff9f4; /* メニュー項目の背景色 */
  color: #000000; /* メニュー項目の文字色(黒色) */
  line-height: 30px; /* メニュー項目のリンクの高さ(40px) */
  text-align: center; /* メインメニューの文字列の配置(中央寄せ) */
  text-decoration: none; /* メニュー項目の装飾(下線を消す) */
  display: block; /* ★4:項目内全域をリンク可能にする */
}
ul.ddmenu a:hover {
  background-color: #dbd7d4; /* メニュー項目にマウスが載ったときの背景色(灰色) */
  color: #000000; /* メニュー項目にマウスが載ったときの文字色(黒色) */
}

/* ▼サブメニューは、とりあえず非表示にしておく */
ul.ddmenu ul {
  display: none; /* ★5:非表示にする */
}
/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
  display: none; /* ★1:標準では非表示にする */
  margin: 0px; /* ★2:サブメニュー外側の余白(ゼロ) */
  padding: 0px; /* ★3:サブメニュー内側の余白(ゼロ) */
  position: absolute; /* ★4:絶対配置にする */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */ /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover ul {
  display: block; /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
}
ul.ddmenu li:hover ul {
  display: block;
}
/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
  /* ※A */
  width: 100px; /* サブメニュー1項目の横幅(135px) */
  border-top: none; /* 項目上側の枠線(なし) */
}
ul.ddmenu ul li a {
  /* ※B */
  line-height: 35px; /* サブメニュー1項目の高さ(35px) */
  text-align: left; /* 文字列の配置(左寄せ) */
  padding-left: 5px; /* 文字列前方の余白(5px) */
  font-weight: normal; /* 太字にはしない */
}
ul.ddmenu ul li a:hover {
  /* ※C */
  background-color: #dbd7d4; /* サブメニュー項目にマウスが載ったときの背景色(黒色) */
  color: #000000; /* サブメニュー項目にマウスが載ったときの文字色(黒色) */
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: relative;
}
header h1 {
  margin-bottom: 20px;
}

.contact {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
}

.contact a {
  display: block;
  padding: 5px 10px 5px 29px;
  color: #fff;
  background: #f19500;
  border-radius: 4px;
  text-decoration: none;
  background: #f19500 url(../images/mail.png) 10px 50% no-repeat;
}

.contact a:hover {
  color: #fff;
  background: #e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
  clear: both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
  margin-bottom: 10px;
  padding: 0;
  background: #f7f5f1;
  overflow: hidden;
}
nav ul {
  width: 940px;
  margin: 0 auto;
  padding: 0;
}
nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li a {
  display: block;
  width: 157px;
  padding: 10px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
}
nav li:first-child a {
  width: 155px;
}
nav li a:hover {
  color: #000;
  text-decoration: none;
  background: #ddd;
}

@media only screen and (max-width: 799px) {
  nav {
    overflow: auto;
  }
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submenu li a:before {
  content: "\0025a0";
  color: #000;
}

.submenu li a {
  display: block;
  padding: 5px 2px;
  color: #000;
  border-bottom: 1px dotted #ddd;
  text-decoration: none;
}
.submenu li a:hover {
  background: #eee;
}

.bnr li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.bnr li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.bnr img {
  width: 300px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
}

.footmenu {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.footmenu ul {
  position: relative;
  float: left;
  left: 50%;
  margin: 0;
}
.footmenu li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
}

.copyright {
  clear: both;
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: #f19500;
}
.totop img:hover {
  background: #e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
  text-align: left;
}

.textR {
  text-align: right;
}

.list {
  padding: 0 0 0 0.5em;
}

.list li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  background: url(../images/check.png) 0 5px no-repeat;
}

.photo {
  overflow: hidden;
  margin: 20px 0;
  padding: 10px;
  border: 3px solid #ddd;
  background: #fff;
}
#sample p:first-child {
  margin-top: 20px;
}

.imgL {
  float: left;
  margin: 20px 0px 10px 20px;
  width: 30%;
}

.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.info dt {
  border-bottom: none;
}
.info dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
  position: relative;
  overflow: hidden;
}

.slidePrev {
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.slideNext {
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.slidePrev img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}

.slideNext img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}

.slideInner {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
}
.slideInner li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideInner li img {
  margin: 0 5px;
  padding: 0;
}

.filterPrev {
  position: absolute;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff;
}

.filterNext {
  position: absolute;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff;
}

.controlNav {
  position: relative;
  float: left;
  left: 50%;
}
.controlNav span {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  text-indent: -9999px;
  vertical-align: middle;
}
.controlNav span:hover {
  background: #999;
  cursor: pointer;
}
.controlNav span.current {
  background: #f19500;
}

/* 賛助ロゴ用スライドショー(js) */

.slider_support {
  margin-top: 70px; /* 必要であれば余白を追加 */
}
.slider {
  width: 100%;
  height: auto;
  padding: 10% 8%;
  background-color: #f7f5f1;
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  padding: 2.5% 0%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 2.5%;
}

/*矢印の設定*/
.slick-prev,
.slick-next {
  font-size: 0; /* 文字サイズを0に設定して非表示に */
  line-height: 0; /* 行の高さを0に設定 */
  color: transparent; /* 文字色を透明にする */
  outline: none;
  background: transparent; /* 背景を透明にする */
  padding: 0;
  border: none; /* デフォルトのborderを消す */
  position: absolute; /*絶対配置にする*/
  left: 50%;
  transform: translateX(-50%);
}
/* 矢印の基本的なスタイル */
.slick-prev:before,
.slick-next:before {
  content: ""; /* 疑似要素として空のコンテンツを生成 */
  display: block;
  width: 30px; /* 矢印の幅 */
  height: 30px; /* 矢印の高さ */
  border-top: 1.5px solid #666; /* 上の線 */
  border-right: 1.5px solid #666; /* 右の線 */
}

/* 上矢印（prev）の設定 */
.slick-prev {
  top: -35px; /* 上部からの位置を調整 */
  left: 50%;
  transform: translateX(-50%); /* 中央寄せ */
}

.slick-prev:before {
  transform: rotate(-45deg); /* 45度回転させて上向きに */
}

/* 下矢印（next）の設定 */
.slick-next {
  bottom: -35px; /* 下部からの位置を調整 */
  left: 50%;
  transform: translateX(-50%); /* 中央寄せ */
}

.slick-next:before {
  transform: rotate(135deg); /* -135度回転させて下向きに */
}

/* トップナビ */
* html .topNavi {
  height: 1em;
  overflow: visible;
}

.topNavi {
  overflow: hidden;
  position: relative;
  margin-right: -2%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.topNaviColumn {
  display: inline;
  width: 32%;
  float: left;
  margin-right: 1%;
}

.topNaviCon {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  text-decoration: none;
  color: #000;
  transition: background 0s ease 0s, border 0.5s ease-out 0s;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.topNaviCon:hover {
  color: #000;
  background: #fff9f5 none repeat scroll 0 0;
  border: 1px solid #f19500;
  transition: background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
  margin: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #f19500;
  border: none;
}

.topNaviCon:hover h2 {
  color: #f19500;
}

.topNaviCon p {
  margin: 10px;
}

.topNaviPhoto img {
  width: 100%;
}

/*================================================
 *  お問い合わせフォーム
 ================================================*/

/* --- フォームエリア --- */
form.contact {
  width: 700px; /* フォームエリアの幅 */
  font-size: 80%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
  line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
  vertical-align: middle;
}

/* --- 部品グループ --- */
form.contact div.fields {
  margin-bottom: 20px; /* 部品グループの下マージン */
  padding: 2px; /* 部品グループのパディング */
  background-color: #f9f9f9; /* 部品グループの背景色 */
  border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
  width: 100%; /* テーブルの幅 */
  border: 1px solid; /* テーブルの境界線 */
  border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.contact caption {
  margin-bottom: 2px; /* キャプションの下マージン */
  padding: 10px 8px; /* キャプションのパディング（上下、左右） */
  background: #f9f9f9 url(caption_back1.gif) repeat-x; /* キャプションの背景 */
  border: 1px solid; /* キャプションの境界線 */
  border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
  text-align: left;
  color: #808080; /* キャプションの文字色 */
  font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.contact th {
  width: 140px; /* 見出しセルの幅 */
  padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
  background-color: #f5f5f5; /* 見出しセルの背景色 */
  border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
  text-align: left;
  line-height: 130%;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
  font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
  padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
  background-color: #ffffff; /* データセルの背景色 */
  border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
  color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
  width: 26px; /* 必須項目セルの幅 */
  padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
  background-color: #c4e6fa; /* 必須項目セルの背景色 */
  text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
  background-color: #e0f1fc; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
  margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company,
#section,
#name,
#name2,
#email,
#address {
  width: 350px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1,
#tel2,
#tel3,
#fax1,
#fax2,
#fax3 {
  width: 70px; /* フォーム部品の幅 */
}
#zip1,
#zip2 {
  width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
  width: 420px; /* フォーム部品の幅 */
  height: 10em; /* フォーム部品の高さ */
}
#remark {
  width: 420px; /* フォーム部品の幅 */
  height: 6em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
  margin: 0;
  text-align: center;
}

/* スケジュール追加 */
.schedule-back-color {
  background-color: #fff9f4;
  padding: 20px 20px 0 20px;
}
.schedule-heading-bold {
  font-weight: bold;
  font-size: 21px;
}

.schedule-address {
  display: inline-block;
  padding-left: 380px;
}

.pc-hidden {
  display: none;
}

.responsive-hidden {
  display: block;
}

.payment-accountname {
  padding-left: 100px;
}

.admission-fee-pc {
  display: block;
}
.admission-fee {
  display: none;
}

.map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 779px) {
  body {
    box-sizing: border-box;
    width: 80%;
    padding: 0 10px;
  }

  header {
    width: 100%;
  }

  header h1 {
    margin-bottom: 0;
  }

  .contact {
    position: relative;
    float: right;
    margin: 10px 0;
  }

  #contents {
    width: 100%;
  }

  #main {
    float: none;
    width: 100%;
  }

  #sub {
    float: none;
    width: 100%;
  }

  .bnr {
    overflow: hidden;
    margin-right: -2%;
  }

  .bnr li {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .bnr li img {
    width: 100%;
  }

  .totop {
    display: none !important;
  }

  /* メインメニュー */
  nav {
    display: block;
    position: relative;
    width: 100%;
  }
  nav h3 {
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    background: #999;
    border: none;
  }
  nav h3:after {
    position: absolute;
    content: "\0025bc";
    top: 3px;
    right: 5px;
  }
  nav h3.menuOpen:after {
    position: absolute;
    content: "\0025b2";
    top: 3px;
    right: 5px;
  }
  nav ul {
    width: 100%;
  }

  nav li {
    width: 33.33%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav li:first-child a {
    width: 100%;
  }

  nav li a {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    text-decoration: none;
  }

  /* トップナビ */
  .topNavi {
    margin-right: 0;
  }

  .topNaviColumn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .imgL {
    width: 100%;
  }

  .botton a {
    min-width: 145px;
  }

  #sample p {
    width: 100%;
  }

  .schedule-address {
    padding-left: 0;
  }
  .pc-hidden {
    display: block;
  }
  .responsive-hidden {
    display: none;
  }
  .payment-accountname {
    padding-left: 0;
  }
  .admission-fee-pc {
    display: none;
  }
  .admission-fee {
    display: block;
  }

  /* 賛助ロゴ用スライドショー(js) */

  .slider_support {
    margin: 20px 0px;
  }

  .slider {
    padding: 0% 25%; /* 必要であれば余白を追加 */
    background-color: transparent;
    margin-block-end: 0%;
    position: relative;
  }

  .slider img {
    margin-bottom: 0px;
    padding: 0% 0%;
  }

  /* slickのJSで書かれるタグ内、スライド左右の余白調整をスマホ向けに再定義 */
  .slider .slick-slide {
    margin: 0 5px; /* ここを調整して隙間を作成 */
  }

  /*矢印の設定*/
  .slick-prev,
  .slick-next {
    left: auto;
    top: 50%; /* 親要素の上下中央に配置 */
    transform: translateY(-50%); /* 自身の高さを考慮して完全に中央寄せ */
    z-index: 1; /* 矢印をクリック可能にするため、z-indexを追加 */
  }

  /*戻る、次へ矢印の位置*/
  .slick-prev:before,
  .slick-next:before {
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    height: 15px;
    width: 15px;

    /* 疑似要素にもtransformを適用して、矢印自体の位置を微調整する */
  }
  /* 左矢印（prev）の設定 */
  .slick-prev {
    left: 15%; /* 左端に配置 */
  }

  /* 右矢印（next）の設定 */
  .slick-next {
    right: 15%; /* 右端に配置 */
  }
  /* 矢印の向きの調整 */
  .slick-prev:before {
    transform: rotate(-135deg); /* 左向き矢印に回転 */
  }

  .slick-next:before {
    transform: rotate(45deg); /* 右向き矢印に回転 */
  }
}
