@charset "utf-8";

body {
	background-color: #4169e1;
  font-family: sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}


/* ↓ここからハンバーガー */

.menu_OnOff {
  display: none;
  position: fixed;
}

.menu_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: fixed;
  margin: 10px;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーアイコン */
.menu_open span,
.menu_open span:before,
.menu_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  /* transition: 0.5s; */
  position: absolute;
}

.menu_open span:before {
  bottom: 8px;
}

.menu_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#hamburger-button:checked ~ .menu_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#hamburger-button:checked ~ .menu_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#hamburger-button:checked ~ .menu_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニュー内スタイル */
.hamburger-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 99;
  background-color: #191970;
}

.hamburger-menu ul {
  list-style: none;
  margin-top: 75px;
}

.hamburger-menu li {
	text-align: left;
	margin-left: 50px;
	font-size: 28px;
	line-height: 3em;
}

.hamburger-menu a {
	color: #ffffff;
	text-decoration: none;
}

.hamburger-menu a:hover {
	color: #6495ed;
	transition: 0.3s;
}

/* アイコンがクリックされたらメニューを表示 */
#hamburger-button:checked ~ .hamburger-menu {
  left: 0;/* メニューを画面に入れる */
}

/* ↑ここまでハンバーガー */


#zentai {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 20px;
  color: #000000;
  	position: relative;
  	box-sizing: border-box;
  	/* background-color: blue; */
}


#KK-title {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#KK-title img {
	display: inline-block;
	position: relative;
}

#KK-title h1 {
	height: 50px;
	font-size: 36px;
	font-family: sans-serif;
	font-weight: 400;
	color: #000000;
	/* display: inline-block; */
	margin-top: 30px;
	
}


main {
	margin-top: 50px;
	margin-bottom: 50px;
}

#sansyo {
	height: 60px;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 400;
	color: #000000;
	/* display: inline-block; */
	margin-bottom: 20px;
}

#sansyo a {
	color: #000000;
}

main h2 {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 500;
	color: #000000;
}

#data1-matome {
	text-align: center;
}

.data1 {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 7.5px;
	line-height: 1.5px;
	/* background-color: #ffffff; */
}

.rest-icon {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  margin-top: 7.5px;
  line-height: 1.5px;
}

.rest-icon p {
  font-size: 14px;
  color: #000000;
}


/* ↓ Member */

#watashitachi {
	padding: 0px 20px;
	line-height: 200%;
	font-size: 16px;
}

#watashitachi dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#watashitachi dd {
	padding-left: 8em;
  margin-bottom: 30px;
}


/* ↓ Manifesto */

#KKnitsuite-koumoku {

}

#KKnitsuite-koumoku section {
	margin-bottom: 30px;
}

#KKnitsuite-koumoku a {
	color: #000000;
}

#KKnitsuite-img {
	display: block;
	text-align: center;
	margin: auto;
}


/* ↓(Geminiより */ /* DMlog用) */
#twitter-dmlog {
  margin: 0 auto;
  background-color: #000000;
  color: #eff3f4;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ヘッダー：相手のプロフィール情報 */
#iraisya-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #2f3336;
  margin-bottom: 20px;
}

#iraisya-name img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}

#iraisya-name p {
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0;
}

/* 日付 */
.dm-hiduke {
  text-align: center;
  margin: 24px 0;
}

.dm-hiduke p {
  font-size: 0.8rem;
  color: #71767b;
  margin: 0;
}

/* メッセージの共通スタイル */
.dm-jibunsoushin, .dm-aitekara {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; /* 連投時は狭く */
}

.jibuntext, .aitetext {
  max-width: 75%;
  padding: 12px 16px;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}

/* 自分の送信メッセージ（右側・青色） */
.dm-jibunsoushin {
  align-items: flex-end;
}

.jibuntext {
  background-color: #1d9bf0;
  color: #ffffff;
  border-radius: 20px 20px 2px 20px;
}

/* 相手からの受信メッセージ（左側・グレー） */
.dm-aitekara {
  align-items: flex-start;
}

.aitetext {
  background-color: #2f3336;
  color: #eff3f4;
  border-radius: 20px 20px 20px 2px;
}

/* 時刻表示 */
.jibun-jikoku, .aite-jikoku {
  font-size: 0.75rem;
  color: #71767b;
  margin-top: 4px;
  margin-bottom: 12px;
}

.dm-jibunsoushin .jibun-jikoku {
  margin-right: 4px;
}

.dm-aitekara .aite-jikoku {
  margin-left: 4px;
}


.bubble-group {
  display: flex;
  align-items: flex-end; /* 下のラインで揃える */
  gap: 8px;              /* 吹き出しとリアクションの隙間 */
  max-width: 100%;
}

/* リアクション自体のスタイル調整 */
.jibun-reaction {
  margin: 0;             /* 前回のマイナスマージンを削除 */
  display: flex;
  align-items: center;
}

.jibun-reaction p {
  background-color: #000000;
  border: 1px solid #2f3336;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 1.1rem;
  margin: 0;
  cursor: default;
  /* 少し浮いている感じを出すなら */
  box-shadow: 0 0 0 2px #000000; 
}

/* 時刻表示がズレないように調整 */
.dm-aitekara .aite-jikoku {
  margin-left: 4px;
}

/* 連続するメッセージの隙間調整（同じクラスが続く場合） */
section + section {
  margin-top: 2px;
}

/* ↑ ここまで(Geminiより */ /* DMlog用) */


/* ↓(Geminiより */ /* Mention用) */

/* 全体のテキスト設定 */
#KK-toiawase_box {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
}

/* 上部の案内テキスト */
#teikyu {
    /* color: #d9534f; 定休日は少し目立たせる（赤系）*/
    margin-bottom: 5px;
    font-size: 1rem;
}

#about-kochira {
    margin-bottom: 30px;
    font-size: 0.9rem;
}

#KK-toiawase {
  border-top: 1px solid #000000;
}

/* フォームテーブルの調整 */
#KK-toiawase_nyuryoku {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

#KK-toiawase_nyuryoku th, 
#KK-toiawase_nyuryoku td {
    padding: 15px 10px;
    /* border-bottom: 1px solid #eee; */
    vertical-align: middle;
}

#KK-toiawase_nyuryoku th {
    width: 30%;
    text-align: left;
    font-size: 0.95rem;
    /* background-color: #f9f9f9; */
}

/* 入力要素のスタイル */
input[type="text"],
input[type="datetime-local"],
select,
textarea {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    box-sizing: border-box; /* 幅にパディングを含める */
}

#nyuryoku-other {
    width: 96%;
}

#nyuryoku-account {
    width: 44%;
    margin-left: 10px;
}

textarea {
    width: 96%;
    min-height: 150px;
    resize: vertical; /* ユーザーが縦方向にだけ伸ばせるように */
}

/* チェックボックスエリア */
#KK-toiawase_douisuru input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2); /* 少し大きくして押しやすく */
    vertical-align: middle;
}

#KK-toiawase_douisuru th, 
#KK-toiawase_douisuru td {
    padding: 15px 10px;
    /* border-bottom: 1px solid #eee; */
    vertical-align: middle;
}

#KK-toiawase_douisuru th {
    width: 5%;
    text-align: left;
    /* background-color: #f9f9f9; */
}

#KK-toiawase_douisuru td {
    font-size: 0.95rem;
}

/* 同意文のテキスト（長文）の調整
#KK-toiawase_douisuru input[type="checkbox"] {
    margin-top: 10px;
} */

/* 送信ボタン */
button[type="submit"] {
    display: block;
    width: 150px;
    margin: 40px auto;
    padding: 15px;
    font-size: 1.1rem;
    /* font-weight: bold;
    cursor: pointer;
    transition: opacity 0.2s; */
}

button[type="submit"]:hover {
    opacity: 0.8;
}

/* --- レスポンシブ対応（画面が狭い時） --- */
@media screen and (max-width: 600px) {
    #KK-toiawase th, 
    #KK-toiawase td {
        display: block;
        width: 100%;
        /* border-bottom: none; */
    }

    #KK-toiawase th {
        padding-bottom: 5px;
        background-color: transparent;
        font-weight: bold;
    }

    #KK-toiawase td {
        padding-top: 0;
        margin-bottom: 15px;
    }
}

/* ↑ ここまで(Geminiより */ /* Mention用) */


#after-active_aomi {
  display: none; /* P.**閲覧時にscriptで表示 */
}

#white-png {
  text-align: center;
  padding: 0;
  margin: 0;
}

#white-png img {
  width: 650px;
  height: auto;
}


.page-numbering {
	text-align: right;
	margin-top: 5em;
}

footer {
	width: 100%;
    padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #000000;
  box-sizing: border-box;
}

#footer-short {
	position: fixed;
    bottom: 0;
    left: 0;
}