@charset "UTF-8";
/* ==================== reset ==================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-style: normal;
	line-height: 2em;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* ==================== .clearfix ==================== */
/*
.clearfix, .two, .three, .four {
	min-height: 1px;
}
*/
/*
.clearfix:after, .two:after, .three:after, .four:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
*/
/* ==================== font ==================== */
p, iframe {
	margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
small {
	font-size: smaller;
}
.text-center, .text-center > * {
	text-align: center;
}
.text-right, .text-right > * {
	text-align: right;
}
.note {
    font-size: 0.8rem;
    line-height: 1.8em;
}
.ib{
    display: inline-block;
}
/* ==================== container ==================== */
.width-small {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}
.width-medium {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
@media screen and (max-width: 767px) {
.width-small,
.width-medium {
	max-width: 85%;
}
}
.bg-beige {
	background-color: #F6F6EE;
	background-image: url(../img/back_section_beige_01.gif);
	background-position: left top;
	background-repeat: repeat;
}
.bg-chopstick {
	background-image: url(../img/back_section_chopstick_01.gif);
	background-position: left top;
	background-repeat: repeat;
}
/* ==================== img ==================== */
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ==================== a ==================== */
a {
	color: #C60;
	text-decoration: underline;
}
a:hover {
	opacity: .5;
	transition: .8s;
}
a:visited {
	color: #C60;
}
a:hover img {
	transition: .8s;
}
/* ==================== iframe ==================== */
iframe {
    vertical-align: bottom;
	width: 100%;
}
/* ==================== margin ==================== */
.mb0{
    margin-bottom: 0px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb60{
    margin-bottom: 60px !important;
}
/* ==================== list ==================== */
ol, ul {
	list-style-position: inside;
}
.two, .three, .four {
    align-items: flex-start;
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.space {
    column-gap: 6%;
}
.two > *, .three > *, .four > *{
	margin-bottom: 30px;
}
.two > * > *:last-child, .three > * > *:last-child, .four > * > *:last-child {
	margin-bottom: 0;
}
.border > * {
    position: relative;
}
/* ==================== .two ==================== */
.two > * {
	width: 50%;
}
.two.space > * {
	width: 47%;
}
.two.border {
    column-gap: 10%;
}
.two.border > * {
	width: 45%;
}
.two.border > *:nth-child(even)::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    background-color: #ccc;
    left: -10%;
}
@media screen and (max-width: 767px) {
.two > *, .two.space > * {
	width: 100%;
}
.two.border > *:nth-child(even)::before {
    display: none;
}
}
/* ==================== .three ==================== */
.three > * {
	width: 33.33%;
}
.three.space > * {
	width: 29.33%;
}
@media screen and (max-width: 767px) {
.three > *, .three.space > * {
	width: 100%;
}
}
/* ==================== .four .five ==================== */
.four > * {
	width: 25%;
}
.four.space > * {
	width: 20.5%;
}
.five > * {
	width: 20%;
}
.five.space > * {
	width: 15.2%;
}
@media screen and (max-width: 767px) {
.four > * {
	width: 50%;
}
.four.space > * {
	width: 47%;
}
}
/* ==================== body ==================== */
body {
	background-color: #FFF;
	color: #555;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt' 1;
	font-weight: 400;
	position: relative;
    letter-spacing: 0.01em;
}
/* ==================== header ==================== */
header {
	background-color: #000;
	background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_sumibiyaki_01.jpg);
	background-position: left top, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	border-bottom: 10px solid #420;
	padding: 120px 0 90px;
	width: 100%;
}
@media screen and (max-width: 767px) {
header {
	padding: 70px 0 40px;
}
}
header h1 {
	text-align: center;
}
header h1 img {
	width: 134px;
}
body:not(.home) header {
	border-bottom: none;
	padding: 40px 0 10px;
}
.menu header {
	/*background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_kabayaki_01.jpg);*//*旧*/
/*	background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_nakaniwa_02.jpg);夏季*/
    	background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_1f_night.jpg);/*冬季*/
}
.course header {
	background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_2f_night.jpg);/*通年*/
}
.news header {
	/* background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_nakaniwa_02.jpg); */
	background-image: url(../img/back_header_dot_01.gif), url(../img/back_header_1f_night.jpg);
}
@media screen and (max-width: 767px) {
body:not(.home) {
	background-position: left 37.5% center;
	padding: 40px 0 10px;
}
}
body:not(.home) header h1 img {
	width: 95px;
}
/* ==================== article ==================== */
article {
	background-color: #FFF;
}
article > *, article section > * {
    margin-left: auto;
    margin-right: auto;
	max-width: 85%;
	width: 1080px;
}
article section {
	border-bottom: 1px solid #EEE;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	padding: 75px 0 45px;
	position: relative;
	width: 100%;
}
article section.photo-gallery {
	background-color: #000;
	padding: 0;
	width: 100%;
}
article section.photo-gallery > * {
	margin-bottom: 0;
	max-width: 100%;
	width: 1366px;
}
article section.photo-gallery >* > * {
	margin-bottom: 0;
}
/* ==================== footer ==================== */
footer {
	background-color: #000;
	background-image: url(../img/back_footer_yellow_01.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #000;
	padding: 60px 0 0;
}
footer div {
	margin: 0 auto;
	max-width: 1080px;
	width: 85%;
}
footer h1 img {
	width: 115px;
}
footer p {
	margin-bottom: 20px;
}
footer p.copy {
	background-color: #420;
	color: #FFF;
	margin-bottom: 0;
	margin-top: 60px;
	padding: 0.3em 0;
	text-align: center;
}
/* ==================== #totop ==================== */
#totop {
	bottom: 10px;
	margin: 0;
	position: fixed;
	right: 30px;
}

@media screen and (max-width: 767px) {
#totop {
	right: 10px;
}
}
/* ==================== .home_news ==================== */
.home_news h3 {
    color: #555;
    font-size: 140%;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}
.home_news hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
/* ==================== .list_news ==================== */
.list_news {
    border-top: 1px solid #ccc;
    list-style: none;;
}
.list_news li {
    border-bottom: 1px solid #ccc;
}
.list_news li > * {
    display: flex;
    padding: 15px 0;
}
.list_news .date {
    flex-shrink: 0;
}
.list_news .title {
    padding-left: 1.2em;
}
.list_news a {
    color: inherit;
}
/* ==================== .menu ==================== */
.menu article section h3 {
	color: #999;
	margin-bottom: 0;
}
.menu article section p + h3 {
	margin-top: -15px;
}
/* ==================== .course ==================== */
@media screen and (max-width: 767px) {
    .course .two .two > * {
        width: 47%;
    }
}
.table_course th, .table_course td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table_course th{
    text-align: left;
    width: 70px;
}
/* ==================== .ohanami ==================== */
.ohanami h2 {
    margin-bottom: 30px;
}
.ohanami .width-medium p:first-of-type {
    margin-bottom: 30px;
}
.ohanami h3:first-of-type {
    margin-top: 0;
}
.ohanami h3 {
    color: #555;
    font-size: 140%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-align: center;
}
.ohanami hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
/* ==================== おせち販売 ==================== */
.osechi .sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .osechi .pc {
        display: none;
    }
    .osechi .sp {
        display: block;
    }
}
/* ==================== .thanks（未使用） ==================== */
/*
.thanks .slb li {
	list-style: none;
	margin-bottom: 3%;
}
.thanks .slb img {
    font-family: 'object-fit: cover;';
    height: 15vw;
	max-height: 150px;
    object-fit: cover;
    width: 100%;
}
.thanks .sl-overlay {
	background-color: #666;
}
.thanks .sl-wrapper .sl-close,
.thanks .sl-wrapper .sl-navigation button {
	color: #666;
}
@media screen and (max-width: 767px) {
.thanks .slb img {
    height: 35vw;
}
}*/
