.toka a:hover img 
{ 
opacity:0.5; 
filter: alpha(opacity=50); 
-ms-filter: "alpha( opacity=50 )"; 
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.3;
}

header, footer {color: white; background-color: #151515;}
footer a { color: white; }
header li a {color: black;}

.huto {
    font-family: "Avenir Next", sans-serif;
    font-weight: 800;
    }

h4.title1 {
    color: white;
	margin: 4rem 0 2rem 0; 
	padding: 15px 20px; 
	background: #fff;
}

h4.title2 {
    color: white;
	margin: 20px 0px; 
	padding: 15px 20px; 
	background: #e3dcc8;
}

table td { border-bottom: dotted 1px #ccc; }

th, td { padding: 10px; }

.frame1 {
  display: inline-block;
  padding: 2px 25px 20px 25px;
  margin: 3rem 0;
  border: solid 6px white;
  position: relative;
  height: 900px;
}

.frame1:after {
  content: "";
  border: solid 1px #ccc;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  pointer-events: none; /* ← これを追加 */
}

.space { margin: 0 5rem; }

.news ul {
    color: #000;/*文字色*/
    border: double 1px #666;/*線種 太さ 色*/
    border-radius: 20px;
    background: #ededeb; /*背景色*/
    padding: 1em;
    padding-left: 4rem;
    margin: 2rem 1rem;
}

.news li {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
}

.clearLeft { clear: left; }

.bimg { border: 2px solid #ddd; }

.back-darkblue { background-image: url("img/dark-blue_back.jpg"); margin: 3rem 0; }

.back-brown { background: #a05536; padding: 3rem 0rem 2rem 0rem; }

.back-beige { background: #fff; padding: 2rem 0rem 0rem 0rem; margin: 3rem 0; }

.back-ofw { background: #f5f4ef; padding: 2rem 0rem 0rem 0rem; }

.white { color: white; }

.orange { color: orange; }

.brown { color: #a05536; }

.keyFeatures1 {
    border-left: 0;
    border-right: 9px solid #bf9c5c;
    background-color: #f5f4ef;
    padding: 3rem;
    margin: 3rem 0;
}

.keyFeatures2 {
    border-left: 9px solid #bf9c5c;
    border-right: 0;
    background-color: #f5f4ef;
    padding: 3rem;
    margin: 3rem 0;
}

/* スライダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.swiper-slide { position: relative; display: block; }

.swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
}

.swiper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
    position: relative; 
}

.swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-area {
    margin: 3rem 0;
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #ccc;
}

/* ページネーションが見えない／クリックできない場合の保険 */
.main-swiper .swiper-pagination { bottom: 12px; z-index: 20; pointer-events: auto; }
.main-swiper .swiper-pagination-bullet { opacity: 1; }

/*Youtube動画レスポンシブ表示
---------------------------------------------------------------------------*/
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ボタン
---------------------------------------------------------------------------*/
.square-pop {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.5em;
　vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 14px;
}
