@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


/


body,td,th {
	color: #000;
}
body {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.green {
	color: #693;
	font-size: 100%
	font-weight: bold;
}
.blue {
	color: #369;
	font-size: 24px;
	font-weight: bold;
}
body h2 {
	color: #369; !important;
}



/* 下線に色をつけるスタイル */
.underline-text {
    text-decoration: underline;
    text-decoration-color: red; /* 下線の色を赤に設定 */
}

/* 背景に色をつけるスタイル */
.highlight-text {
    background-color: yellow; /* 背景色を黄色に設定 */
}

/* 下線風に背景色をつけるスタイル */
.underline-background {
    display: inline-block;
    position: relative;
}

.underline-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3em; /* 下線の太さを設定 */
    background-color: lightblue; /* 下線の色を設定 */
    z-index: -1; /* テキストの下に配置 */
    transition: background-color 0.3s; /* 色変化のアニメーション */
}

/* テキスト全体に色をつけるスタイル */
.text-color {
    color: green; /* テキスト色を緑に設定 */
}

/* 下線に色をつけるスタイル */
.underline-text {
    text-decoration: underline;
    text-decoration-color: red; /* 下線の色を赤に設定 */
}

/* 背景に色をつけるスタイル */
.highlight-text {
    background-color: yellow; /* 背景色を黄色に設定 */
}

/* 下線風に背景色をつけるスタイル */
.underline-background {
    display: inline-block;
    position: relative;
}

.underline-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3em; /* 下線の太さを設定 */
    background-color: lightblue; /* 下線の色を設定 */
    z-index: -1; /* テキストの下に配置 */
}

/* スタイリッシュな下線背景色をつけるスタイル */
.stylish-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
}

.stylish-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 0.1em; /* 下線の太さを設定 */
    background-color: lightcoral; /* 下線の色を設定 */
    transition: width 0.3s; /* アニメーション効果を追加 */
}

.stylish-underline:hover::after {
    width: 120%; /* ホバー時の下線の幅を拡大 */
}

/* カードスタイル */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    border-radius: 5px;
    margin: 20px auto;
    overflow: hidden;
}

.card img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.card .container {
    padding: 16px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}



.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#section1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#section1 .text-content {
   
    text-align: left;    /* テキストを左揃え */
}

#section1 h2 {
    color: #39C;
}

.redsankaku {
	color: #F00;
}	
	
/* コンテナ全体のスタイル */
.container {
  display: flex;          /* 子要素（画像とテキスト）を横並びに配置 */
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  align-items: flex-start; /* 画像とテキストを上揃えに */
}

/* 画像を左側に配置 */
.image-container {
  flex-shrink: 0;         /* 画像が縮まないように */
  margin-right: 20px;     /* 画像とテキストの間にスペース */
}

/* 画像のサイズ調整 */
.image-container img {
  object-fit: cover;
}

/* 説明文のスタイル */
.description {
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;           /* 残りのスペースをテキストが占める */
}

/* 小さい文字のスタイル */
.smallmoji {
  font-size: 13px;
}

.smallmoji80 {
	font-size: 80%
	
}

.moji150 {
	font-size: 150%
	font-weight: bold;
}
	
	
	
.green-b {
  color: #096;           /* 緑色に設定 */
  font-weight: bold;     /* 太字に設定 */
  font-size: 110%
}

.green-s-b {
	color: #399;
	font-weight: bold;
}

.green-b-s-b {
	color: #099;
	font-weight: bold;
}

.pink-b {
	font-weight: bold;
	color: #F6F;
	font-size: 110%
}

.pink-s-b {
	font-weight: bold;
	color: #F3C;
}

.black-b {
	font-weight: bold;
	color: #000;
	font-size: 110%
}

.brown-b {
	color: #900;
	font-weight: bold;
	font-size: 110%
}

.brown-s-b {
	color: #900;
	font-weight: bold;
}


.red-b {
	color: #F00;
	font-weight: bold;
	font-size: 110%
}

.red-s-b {
	color: #F00;
	font-weight: bold;
}

.red-s-s {
	color: #F00;
}

.blue-s-b {
	color: #069;
	font-weight: bold;
	
}

.blue-b {
	color: #069;
	font-weight: bold;
	font-size: 110%
}

.moji120 {
	font-weight: bold;
	font-size: 120%
}

.blue-main {
    color: #369 !important;
    font-size: 150% !important;
    font-weight: bold !important;
}
	
.orange-futoi {
	color: #F63; !important;
	font-weight: bold; !important;
	font-size: 110% !important;
}

.orange-s-b {
	color: #F63; !important;
	font-weight: bold; !important;
}




.bule2 {
	color: #09C;
	font-size: 18px;
	font-weight: bold;
}
.blackfuto {
	font-weight: bold;
}

.blue-link {
	color: #00F;
}


/* コンテナ全体のスタイル */
.container2 {
  display: flex;          /* 子要素（画像とテキスト）を横並びに配置 */
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  align-items: flex-start; /* 画像とテキストを上揃えに */
}

/* 画像を左側に配置 */
.image-container2 {
  flex-shrink: 0;         /* 画像が縮まないように */
  margin-right: 20px;     /* 画像とテキストの間にスペース */
}

/* 画像のサイズ調整 */
.image-container2 img {
  object-fit: cover;
}

/* 説明文のスタイル */
.description {
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;           /* 残りのスペースをテキストが占める */
}

.image-container8 {
  display: flex !important;  /* 強制的にflexにする */
  gap: 10px !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.image-container8 img {
  width: 300px !important;
  height: 228px !important;
  object-fit: cover !important;
}

/* すべての画像が画面幅に合わせて調整されるように */
img {
    max-width: 100%; !important;
    height: auto; !important;
}

/* コンテナや要素が画面幅に合わせて調整されるように */
.site-content,
.site-header,
.site-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* 縦向き（ポートレート）モード用 */
@media only screen and (orientation: portrait) {
    .site-content,
    .site-header,
    .site-footer {
        width: 100%;
        padding: 10px; /* 必要に応じてパディングを調整 */
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* 横向き（ランドスケープ）モード用 */
@media only screen and (orientation: landscape) {
    .site-content,
    .site-header,
    .site-footer {
        width: 100%;
        padding: 20px;
    }