/* CSS Document */
html,body,p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 180%;
	font-size: 15px;
	text-align: left
}
.style1 {
    font-family: 'ＭＳ Ｐゴシック';
    color: black;
}

.red {
    color: #F00;
}

.sobigfont {
    font-size: 19px;
    color: #03F;
    font-weight: 500;
}

.sobigfont a {
    font-size: 19px;
    color: #03F;
}

.sosobigfont {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 24px;
    color: #03F;
    font-weight: 700;
}

.sosobigfont a {
    font-size: 24px;
    color: #F00;
}

.bigfont {
    font-size: 14px;
	font-weight: 600;
}

.smallfont {
    font-size: 11px;
    color: #000;
}

.smallfont a {
    color: #000;
}
.sankaku{
	color: #CE1856;
	text-align: center!important;
	margin: 0;
	font-size:20px
}
.border {
    background-color: #E3DC54;
}

.attention {
    font-size: 15px;
    color: black;
    font-weight: 400;
    padding: 0px 0px 10px;
	margin-top:10px;
    line-height: 180%;
    text-align: left;
	text-align: justify;
}
.attention_deli{
	font-size: 13px;
	line-height: 160%;
	font-style: normal;
	font-weight: bold;
}

.maxbigfont {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-top: 20px;
}

.attention_red {
    color: #CA1113;
}
.title-img{
	width:460px
}
h3{
	font-size: 16px;
	line-height: 130%;
}

/* メニュースタイル */

.menu {
    width: 200px;
    border-collapse: separate;
    border-spacing: 0 10px; /* 行間を作る */
    margin: 10px 0; /* テーブル全体に余白 */
}

.menu-item {
    background-color: #309800;
    padding: 10px; /* セル内の空間を広げる */
    text-align: left;
}

.menu-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, text-shadow 0.3s ease; /* アニメーションの追加 */
}

.menu-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* ふわっと光る効果 */
}
.center {
    text-align: center;
    padding: 10px; /* セル内の空間を広げる */
}
.menu_top {
    width: 200px;
    border-collapse: separate;
    border-spacing: 0 10px; /* 行間を作る */
    margin: 0px 0; /* テーブル全体に余白 */
}

.menu-item_top {
    background-color: #309800;
    padding: 5px; /* セル内の空間を広げる */
    text-align: left;
}

.menu-item_top a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, text-shadow 0.3s ease; /* アニメーションの追加 */
}

.menu-item_top a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* ふわっと光る効果 */
}

.table-border {
  border: 1px solid #000; /* 外枠の線 */
  border-collapse: collapse;
}

.table-border td, 
.table-border th {
  border: none; /* 内側の枠線をなくす */
}
.daikin_att{
	line-height:160%;
	padding: 20px 0;
	text-align: center!important
	}
