@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Slackey&display=swap');

body {
  background-color: transparent;
  color: #fff5f5;
  font-size: 20px;
  font-family: "Slackey", sans-serif;

}
.slackey-regular {
  font-family: "Slackey", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #fff5f5;
  font-size: 20px;
  text-decoration: none;
  background:#000000;
  padding: 3px;
}
a:visited{
    color: #fff5f5;
}
a:hover{
   color:#ff7b00;
}


img {
  display: block;          /* 余白のズレ回避 */
  max-width: 100%;         /* 親の幅まで拡大/縮小 */
  height: auto;            /* 比率維持 */
}

.image-container img {
    display: inline-block;
    margin-right: 1px; /* 画像間の隙間を設定 */
}

.hoverlink {
	background-color: transparent;
	color: transparent;
	display: inline-block;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.hoverlink:hover {
	transform: translateY(-0.1875em);
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  width: 300px;
  height: 200px; 
}

/*                         tab style                          */ /*                         tab style                          */

/*                         tab style                          */ /*                         tab style                          */

    .tab-switch {
  --tab-color: #fff5f5;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  gap: 0px;
}

/* タブボタン */
.tab-switch label {
  padding: 0.2em 1em;
  background: transparent;
  cursor: pointer;
  order: -1; /* 上に表示 */
  text-align: center;
  flex: 1 1 auto; /* 均等幅 */
  border-radius: 20px;
}

/* ラジオ非表示 */
.tab-switch input {
  display: none;
}

/* コンテンツ非表示 */
.tab-content {
  display: none;
  width: 100%;
  padding: 5px 0;
}

/* 選択されたタブ＋コンテンツ表示 */
.tab-switch label:has(:checked) {
  background: var(--tab-color);
  color: #000000;
}
.tab-switch label:has(:checked) + .tab-content {
  display: block;
}

/* top modoru botan */ /* top modoru botan */ /* top modoru botan */ /* top modoru botan */ /* top modoru botan */

.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}
