@charset "UTF-8";
/* hstyle.css */
/*18:10 2026-01-10*/

/*Colors Used
h1, links:	#8d292e (海老茶)
background of header, footer, th, bars at left of h1 & h2, and buttons:  #fff0d9 (鳥の子色)
Linear gradient for buttons: #b0a696, #dbcebb, #fff0d9, #ffffff, #ffffff, #fff0d9, #dbcebb, #b0a696))
*/

    <style>

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            background-color: #f5f5f5;
        }

        .container {
            max-width: 650px;
            width: 100%;
            margin: 0 auto;
            background-color: white;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        header {
	    background-color: #8d292e;
            color: white;
            padding: 0.5rem 1rem 0.5rem 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5rem;
            font-weight:normal;
	font-family: oblique;
	    color: #fff0d9;
        }
.logo a {
	color: #fff0d9;
	text-decoration: none;
	}
.logo a:hover {
	opacity:0.5;
	}

        .hamburger {
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 8px;
            position: relative;
        }

        .hamburger span {
            width: 25px;
            height: 3px;
            background-color: #fff0d9;
            transition: all 0.3s ease;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        nav {
            background-color: #444;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        nav.active {
            max-height: 300px;
            max-height: 700px;

        }

        nav ul {
            list-style: none;
            padding: 1rem;
            padding: 0.5rem 1rem;
	    margin-top: 0rem;
	    margin-bottom: 0rem;
        }

        nav ul li {
            padding: 0.3rem 0;
        }

        nav ul li a {
            color: white;
            text-decoration: none;
            display: block;
        }

        nav ul li a:hover {
            opacity: 0.5;
        }

        main {
	flex: 1;
	padding: 2rem;
	padding: 0.5rem;
        }

        main h1 {
            margin-bottom: 1rem;
	    margin-top:0rem;
            color: #333;
        }

        main p {
            line-height: 1.6;
	    line-height: 1.2;
            color: #666;
	    color: #000;
            margin-bottom: 1rem;
        }

        footer {
            background-color: #8d292e;
            color: white;
            text-align: center;
            padding: 1.5rem;
            padding: 1.2rem;
            margin-top: auto;
        }

	footer a:hover {opacity:0.5}
/* Style taken from old stylesheet */

footer td.leftcol	{
	text-align:left;
	padding:0;
	padding-left:10px;
	border-left: solid 1px #ffffff;
	}

footer td.middlecol	{
	text-align:left;
	padding:0;
	padding-left:10px;
	width: 30%;
	border-left: solid 1px #ffffff;
	}

footer td.rightcol	{
	text-align:left;
	padding:0;
	padding-left:10px;
	border-left: solid 1px #ffffff;
	}

footer a	{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;

	}


footer table	{
	border-collapse: collapse;
	font-size:14px;
	}


h1	{
	color: #8d292e;
	font-size: 26px;
	font-weight: normal;
	line-height: 110%;
	text-align: normal;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	aborder-left: 0px #8d292e solid;
	padding-right: 15px;
	border-right: 0px #8d292e solid;
	border-top: 0px #8d292e solid;
	border-bottom: 0px #8d292e solid;
	text-shadow: 0px 0px 0px #000000;
	background-color: #fff0d9;
	background-image: url(img/sliver02.jpg);
	background-repeat:repeat-y;
	box-shadow: 5px 5px 5px #666666;
	margin-right: 5px;	
	text-align: center;
}

h2	{color:#000000;
	font-size: 26px;
	font-weight: normal;
	line-height: 100%;
	padding-left: 10px;
	border-left: 10px #8d292e solid;
	}

h3	{color:#000000;
	font-size: 23px;
	font-weight: normal;
	line-height: 110%;
	text-decoration: underline;
	text-decoration: none;
	font-style: normal;
	padding-left: 10px;
	border-left: 2px #8d292e solid;
	}

h4	{color:#000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 130%;
	text-transform: uppercase;
	text-decoration: underline;
	}

.subtitle {
	display: block;
	line-height:1.3em;
	text-align: left;
	text-transform: none;
	color: #000000;
	padding-top: 4px;
	border-top: 1px dashed #000000;
	font-size: 20px;
	font-weight: normal;
	margin-top:5px;
	text-shadow: 0px 0px;
	font-family: sans-serif;
}

.subtitlelink	{
	border-top: 0px dashed #000000;
	}

h2 .subtitle {
	font-weight: normal;
	}
h1 .subtitle {
	color:black;
	text-shadow: 0px 0px 0px #000000;
	font-weight:normal;
	}

h1 .supertitle	{
	padding-bottom: 2px;
	padding-right: 3px;
	padding-top:3px;
	line-height: 1.2em;
	}




h2 .subtitle {
	font-size: 16px;
	}

h3 .subtitle {
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	}

h4 .subtitle {
	font-size: 13px;
	text-decoration: none;
	}

.supertitle	 {
	display: block;
	text-align:left;
	text-transform: none;
	padding-top: 0px;
	text-shadow: none;
	text-decoration: none;
	padding-bottom:2px;
	font-size: 16px;
	opacity: 1.0;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

h4 .supertitle	{
	padding-bottom:2px;
	}

.ura	{
	text-align: right;
	margin-bottom: 15px;
	}

.ura button	{
	font-size:14px;
	margin-left:5px;
	}



button {
	text-transform: none;
	background-color: #fff0d9;
	background: linear-gradient(-45deg, #b0a696, #dbcebb, #fff0d9, #ffffff, #ffffff, #fff0d9, #dbcebb, #b0a696);
	font-weight: normal;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	line-height:1.1em;
	border-width: 2px 2px 2px 2px;
	border-color: #12405c;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-radius: 5px;
	color: #000000;
	box-shadow: 2px 2px 2px #999999;
	}

footer table td	{
	border: 0;
	background-color:#8d292e;
}


.tabletitle tr td {
	font-weight: bold;
	border-width: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #dbcebb;
	}

.cat	{
	abackground-color: #8d292e;
	color: #000000;
	font-weight:normal;
	padding: 0 5px 0 5px;
	font-size: 90%;
	border-radius: 4px;
	border: 1px black solid;
	white-space: nowrap;
	}

.fin	{margin-bottom:0px;}

.fintop  {margin-bottom:0px;margin-top:0px;}

.thnw th	{white-space: nowrap;}

.yakitoriphoto p	{
	margin-bottom: 35px;
	text-align: center;
	width="100%"
}

.yakitoriphoto img 	{
	width: 100%}

.photostream img	{
	width:25%;
	}

.photostream p	{
	text-align:center;
	}

main table.noborders td {border:none;}

.tightlist {
	font-size: 100%;
	padding-bottom: 0px;
	line-height: 1.3;
	}

.tightlist li	{
	padding-bottom:5px;
	}
.tighttightlist li	{
	line-height: 1.2;
	padding-bottom:0px;
	}


th, td {
	border: solid 1px #aaaaaa;
	border: solid 0px #aaaaaa;
	padding: 5px;
}

main dt {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	}


th {
	width: 4em;
	text-align: left;
	background-color: #fff0d9;
	color: #ffffff;
	vertical-align:middle;
}

td {
	background-color: white;
	vertical-align:top;
}

main dl dt, dd	{
	line-height: 1.2em;
	}

.pr20	{
	float:right;
	padding-left:2%;
	padding-top:5px;
	padding-bottom:10px;
	width:20%;
	}

.pr10	{
	float:right;
	padding-left:2%;
	padding-top:5px;
	padding-bottom: 0px;
	width:10%;
	}

.pl10	{
	float:left;
	padding-right:2%;
	padding-top:5px;
	padding-bottom: 0px;
	width:10%;
	}


.pl20	{
	float:left;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:5px;
	width:20%;
	}

.pr35	{
	float:right;
	padding-left:2%;
	padding-top:5px;
	padding-bottom:0px;
	width:35%;
	}

.pl35	{
	float:left;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:0px;
	width:35%;
	}

.pr50	{
	float:right;
	padding-left:2%;
	padding-top:5px;
	padding-bottom:0px;
	width:50%;
	}

.pl50	{
	float:left;
	padding-right:3%;
	padding-top:5px;
	padding-bottom:0px;
	width:50%;
	}

.pl20	{
	float:left;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:5px;
	width:20%;
	}

footer table td	{
	border: 0;
	background-color:#8d292e;
}

.tabletitle tr td {
	font-weight: bold;
	border-width: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #dbcebb;
	}

main table th {color:black;}

main table {
	border-collapse: collapse;
	width: 100%;
}
main th, td {
	border: solid 1px #aaaaaa;
	border: solid 1px #aaaaaa;
	padding: 5px;
}
main th {
	width: 4em;
	text-align: left;
	background-color: #fff0d9;
	color: #ffffff;
	vertical-align:middle;
}
main td {
	background-color: white;
	vertical-align:top;
}



.buttonmenu p {
	margin: 5px 0 7px 0;
	text-align: center;
	clear:both;
	}

.buttonmenubig button {
	font-size: 120%;
	}
.buttonmenubig p {
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	}

/* Top Branching Menu */
.topmenu
	{
	text-align:center;
	font-size:1-0%;
	}

.topmenu-ja
	{
	text-align:center;
	font-size:120%;
	}

.topmenu button	{
	font-size: 100%;
	}

/*
.topmenu a {
	text-decoration: normal;
}
*/

.exsum {
	border: #8d292e solid;
	border-width: 2px;
	line-height: 1.2;
	background-color: #ffffff;
	padding: 5px 5px 5px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	}

.breadcrumb {
	list-style: none;
	border: 0px solid #12405c;
	padding: 0px 0px;
	border-radius: 0px;
	background-color: white;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 0px;
}
.breadcrumb a {
	color: #8d292e;
	text-decoration: none;
	font-weight:bold;
}
.breadcrumb a:hover {
	opacity: 0.5;
}

.breadcrumb li {
	display: inline-block;
}
.breadcrumb li::after {
	content: " > ";
	padding: 0 7px;
	color: #000000;
}
.breadcrumb li:last-child::after {
	content: none;	
}
.breadcrumb li:last-child {
	color: #8d292e;
	font-weight: bold;
	opacity: 0.5;
}
/* リンク */
a {
	color: #8d292e;
	text-decoration: none;
}

main a {
	text-decoration: underline;
	font-weight: normal;
	color: #8d292e;
}

button a {
	text-decoration: none;
	font-size: 18px;
}
main a:hover {
	opacity:0.5;
	}

.contents a {color:#8d292e;}



/* TOP NAVIGATION START */
/*
nav ul {
	list-style-type: none;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: normal;
	display: flex;
	justify-content: center;
	margin-bottom:0px;
	margin-top: 0px;
}
*/

main ul	{
	font-size: 100%;
	}

/*
nav li	{
	line-height:1.2em;
	color: #000000;
	font-weight:normal;
	text-shadow: 0px 0px 0px black;
	}

nav li:not(:last-child) {
	margin-right: 12px;
}

nav a	{
	color: #000000;
	}
*/

nav.jnav li:not(:last-child) {
	margin-right: 15px;
}



    </style>
