@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Serif+JP:wght@500&family=Sawarabi+Mincho&family=Shippori+Mincho:wght@700&display=swap');

/*-----------------------------
header-small
------------------------------*/
.bar-nav {
	display: none;
}

/*-----------------------------
pagetop-small
------------------------------*/
#party-page_top {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    background-color: #cd0000;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
	z-index: 1000;
}

#party-page_top a {
    color: #fff;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#party-page_top a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    color: #fff;
    position: absolute;
    font-size: 25px;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 25px;
    right: 9px;
    left: 0;
    margin: auto;
    text-align: center;
}

#party-page_top a:link,
#party-page_top a:hover,
#party-page_top a:active {
    text-decoration: none;
    background: none;
}

/*-----------------------------
sec1-small
------------------------------*/
.party-sec1 {
	padding: 100px 0 20px 0;
}

.reserve-info {
	background-color: #222;
	color: #fff;
	display: block;
	width: 80%;
	border: 5px double #fff;
	margin: 40px auto 0;
}
.reserve-info ul {
	text-align: justify;
	padding: 0 0 20px 20px;
	border-bottom: 2px solid #fff;
}

.party-background {
	background: url("../images/party-main.jpg") no-repeat 0 0;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 300px;
	margin: 20px 0;
}
/*-----------------------------
sec2-small
------------------------------*/
.menu-box1 {
	padding-top: 40px;	
}

.party-sec2 {
	padding-top: 20px;
}

.party-sec2 h3 {
	font-size: 2rem;
}

.party-sec2 img {
	width: 80%;
}

.party-menu1,.party-menu3,.party-menu5 {
	float: right;
}

.party-menu2,.party-menu4,.party-menu6 {
	float: left;
}

/*-----------------------------
sec3-small
------------------------------*/
.party-sec3 {
	background-color: #FCF3CF;
	padding: 40px 0 20px 0;
}

.menu-title {
	font-size: 1.2rem;
	line-height: 1.5;
	clear: both;
	margin-bottom: 30px;
	padding-top: 10px;
}

.course-menu {
	font-size: 1.8rem;
	width: 300px;
	margin: 0px auto 20px;
	padding: 20px 0;
	position: relative;
	border: 2px solid #222;
}

.course-menu-box {
	color: #222;
}

#course {
	display: block;
	margin: 20px 0 20px 0;
}

#course ul {
	list-style: none;
}

#course li {
	font-size: 1.4rem;
	line-height: 2;
	font-weight: bold;
}

#course1 {
	padding-bottom: 40px;
}

.course-title {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 5px;
}

#course ul span {
	font-size: 1.2rem;
	font-weight: normal;
}

/*-----------------------------
sec4-small
------------------------------*/
.party-sec4 {
	padding: 40px 0;
	margin-bottom: 10px;
}

.party-sec4 h3 {
	font-size: 2rem;
}

.party-seat1,.party-seat2 {
	display: block;
	width: 90%;
	margin: 0px auto;
}

.party-seat1 p {
	margin: 10px 0 50px 0;
}

.party-seat2 p {
	margin: 10px 0 30px 0;
}

.inside-map {
	margin-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.inside-map img {
	display: block;
	width: 90%;
	margin: 0 auto;
	
}

/*-----------------------------
footer-small
------------------------------*/
footer {
	padding-top: 40px;
}

.party-copyright {
	display: block;
	font-size: 1.2rem;
	margin: 0 auto;
	padding-bottom: 20px;
}


@media only screen and (min-width: 960px) {
/*---------------------------------
base-large
---------------------------------*/

html {
	font-size: 75%;
}
	
#wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.clearfix:after {
	content:"";
	clear: both;
	display: block;
}

/*-----------------------------
header-large
------------------------------*/
.l-header__inner__nav {
	display: none;
}

.bar-nav {
	display: block !important;
	position:fixed;
	height: 100px;
	width: 100vw;
	margin: -80px -500% 0;
	padding: 0 500%;
	background: url("../images/background_nav.jpg") repeat 0 0;
	color: #fff;
	z-index: 999;
}	

.bar-nav__inner {
	display: flex;
	height: 100px;
	justify-content: flex-start;
	align-items: center;
}
	
.bar-nav ul {
	/* padding: 0 120px; */
	text-align: center;
	padding-left: 200px;
}
	
.bar-nav li {
	list-style: none;
	display: inline;
	padding: 0 30px;
}

.l-gnav-bar a:link {
	text-decoration: none;
	color: #fff;
}

.l-gnav-bar a:hover,a:focus,a:active {
	text-decoration: underline;
	color: #cd0000;
}
	
.bar-nav-logo {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cd0000;
	text-shadow: 1px 2px 3px #fff;
	text-align: center;
}
	
.bar-nav-logo span {
	font-size: 16px;	
}
	
.bar-nav-info {
	font-size: 12px;
	text-align: center;
}

/*-----------------------------
pagetop-large
------------------------------*/
#party-page_top {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    background-color: #cd0000;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 10px;
	z-index: 1000;
}

/*-----------------------------
sec1-large
------------------------------*/
.reserve-info {
	width: 600px;
	height: 380px;
	margin-bottom: 40px;
}

.party-background {
	background: url("../images/party-main.jpg") no-repeat 0 0;
	background-position: center;
	background-cover: cover;
	background-attachment: fixed;
	width: 100%;
	height: 700px;
	margin-bottom: 80px;
}
/*-----------------------------
sec2-large
------------------------------*/
.menu-box1, .menu-box2 {
	display: flex;
	text-align: center;
	
}

.menu-box1 img, .menu-box2 img {
	width: 90%;
	text-align: center;
	float: none;
}

.menu-box1 p, .menu-box2 p {
	text-align: center;	
}

/*-----------------------------
sec3-large
------------------------------*/
.party-sec3 {
	margin: 0 -500%;
	padding: 40px 500% 60px;
	
}
	
#course {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	width: 80%;
	margin: 20px auto;
	padding-top: 10px;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}

#course dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
	
.course-title {
	margin-top: 10px;
}
	
#course1 p,#course2 p {
	margin: 10px 0 -30px 0;
}

#course li {
	line-height: 2.5;
}

.c-text--right_course2 {
	display: block;
	padding-top: 15px;	
}

/*-----------------------------
sec4-large
------------------------------*/
.party-seat-box {
	display: block;
	position: relative;
	padding-bottom: 100px;
}

.party-seat1 {
	width: 350px;
	margin: 40px 0 0 50px;
}
	
.party-seat2 {
	width: 350px;
	margin-left: 50px;
}

.inside-map {
	width: 600px;
	position: absolute;
	top: 5%;
	right: 0;
	border: none;
	margin: -20px;
	
}

footer {
	clear: both;
}
	
}

@media only screen and (min-width: 1170px) {

	.party-seat1 {
		width: 350px;
		margin: 40px 0;
	}

	.party-seat2 {
		width: 350px;
		margin-left: 18%;
	
}


}