@charset "utf-8";
/* CSS Document */


/*----------------------------------------

reset

----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
/*--------------------------------------*/


/*----------------------------------------

common

----------------------------------------*/
body.active {
	overflow: hidden;
}
.scrollin1,
#sns p.scrollin1 {
	opacity: 1;
	transform: translate(0, 0);
}
.right.scrollin2,
#flow ul.scrollin2,
#takeout ul.scrollin2,
#goods ul.scrollin2,
.access_cont.scrollin2,
#sns ol.scrollin2,
.news_cont.scrollin2 {
	opacity: 1;
	transform: translate(0, 0);
}
html {
	scroll-padding-top: 50px;
	font-size: 62.5%;
}
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #222;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.5;
	font-size: 1.5rem;
	background-image: url("../img/back.png");
}
h2 {
	position: relative;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all .5s;
}
#info h2,
#question h2 {
	position: sticky;
	top: 90px;
	font-size: 3rem;
	letter-spacing: .1rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#info .h2_small,
#question .h2_small {
	margin-top: 10px;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: .2rem;
}
#flow h2,
#takeout h2,
#goods h2,
#access h2,
#news h2 {
	margin-bottom: 30px;
	font-size: 3rem;
	letter-spacing: .1rem;
	text-align: center;
}
#flow .h2_small,
#takeout .h2_small,
#goods .h2_small,
#access .h2_small,
#news .h2_small {
	display: block;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: .2rem;
}
#takeout h2,
#goods h2 {
	color: #fff;
}
#flow h2,
#access h2,
#news h2 {
	color: #222;
}
.left {
	flex-basis: 15%;
	flex-shrink: 0;
	padding-left: 10px;
}
.right {
	width: 100%;
	overflow: hidden;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all .5s;
}
#flow ul,
#takeout ul,
#goods ul,
.access_cont,
.news_cont {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 0.5s;
}
.more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	margin: 30px auto 0 auto;
	padding: 0 20px;
	border-radius: 25px;
	color: #fff;
	background-color: #222;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
}
.more:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.ul_img_wrap {
	aspect-ratio: 4 / 3;
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.ul_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#info ul.room li:last-child:after,
#info ul.submenu li:last-child:after,
#flow ul > li:last-child:after,
#takeout ul li:last-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	height: 1px;
	background-color: transparent;
}
.tax {
	font-size: 1.2rem;
}
.br_pc {
	display: block;
}
/*--------------------------------------*/


/*----------------------------------------

nav

----------------------------------------*/
nav.open-nav {
	left: 0;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	max-width: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 2;
}
nav {
	position: fixed;
	top: 0;
	left: -85%;
	width: 85%;
	height: 100vh;
	margin: 0 auto;
	padding: 90px 20px 150px 20px;
	line-height: normal;
	letter-spacing: .1em;
	background-color: #fff;
	text-align: center;
	transition: .3s;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none; 
	z-index: 2;
}
nav::-webkit-scrollbar {
	display:none;
}
nav h1 {
	margin: 0 auto 50px auto;
	font-size: 1.5rem;
	font-weight: normal;
}
nav h1 img {
	display: block;
	width: 200px;
	margin: 20px auto 0 auto;
}
nav ol {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 50px auto;
	padding-bottom: 50px;
	border-bottom: solid 1px #222;
}
nav ol svg {
	width: 24px;
	height: 24px;
	fill: #222;
}
nav ol li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: solid 1px #222;
	border-radius: 50%;
}
nav ul.nav-menu {
	display: inline-block;
	width: 100%;
	padding-bottom: 50px;
}
nav ul.nav-menu li {
	margin-bottom: 20px;
	text-align: left;
}
nav ul.nav-menu li:last-child {
	margin-bottom: 0;
}
nav ul.nav-menu svg {
	width: 24px;
	height: 24px;
	margin-right: 24px;
	fill: #222;
}
nav ul.nav-menu li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 2rem;
	border-radius: 25px;
	border: solid 1px #222;
	color: #222;
	font-weight: bold;
}
nav ul.nav-service {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}
nav ul.nav-service li {
	margin-bottom: 10px;
	text-align: left;
}
nav ul.nav-service li:last-child {
	margin-bottom: 0;
}
nav ul.nav-service li a {
	color: #222;
}
nav p {
	margin-top: 50px;
	text-align: left;
}
/*--------------------------------------*/


/*----------------------------------------

header

----------------------------------------*/
header {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	pointer-events: none;
	z-index: 100;
}
header ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-bottom: 10px;
	padding: 0 20px;
	border-radius: 25px;
	font-weight: bold;
	text-align: center;
	pointer-events: auto; 
}
header ul li:first-child a {
	color: #fff;
	background: #e60012;
}
header ul li:last-child a {
	color: #222;
	background: #ffff99;
}
header ul li a svg {
	width: 20px;
	height: 20px;
}
header ul li:first-child svg {
	fill: #fff;
}
header ul li:last-child svg {
	fill: #222;
}
header ul li a span {
	margin-left: 5px;
}
#toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 1px #222;
	background-color: #fff;
	transition: .5s;
	cursor: pointer;
	pointer-events: auto;
}
#toggle span {
	position: relative;
	width: 45%;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
	background-color: #222;
	transition: .5s;
}
#toggle span:before,
#toggle span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #222;
	transition: .5s;
}
#toggle span:before {
	top: 7px;
}
#toggle span:after {
	bottom: 7px;
}
#toggle.open-toggle span:before {
	top: 0;
	transform: rotate(45deg);
}
#toggle.open-toggle span {
	background-color: transparent;
}
#toggle.open-toggle span:after {
	bottom: 0;
	transform: rotate(-45deg);
}
/*--------------------------------------*/


/*----------------------------------------

title

----------------------------------------*/
#title {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #000;
}
#video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	min-height: 100vh;
}
#title-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}
#title-logo img {
	width: 250px;
	margin: 20px 0;
}
#title-logo p {
	color: #fff;
	font-size: 1.5rem;
	white-space: nowrap;
}
/*--------------------------------------*/


/*----------------------------------------

info

----------------------------------------*/
#info {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#info h3 {
	margin: 50px 0 30px 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 2px #e60012;
	font-size: 2.5rem;
}
#info h3:first-child {
	margin-top: 0;
}
.working {
	width: 100%;
	margin-top: 30px;
	white-space: nowrap !important;
	overflow-x: auto;
}
.working table td {
	text-align: left !important;
}
#info .p_padding {
	padding-right: 20px;
}
#info #table_wrap {
	margin-top: 30px;
	overflow-x: auto;
}
#info table {
	position: relative;
	border-radius: 15px;
	border-collapse: separate;
	border-spacing: 2px 2px;
	overflow: visible;
	font-weight: bold;
}
.working table:after,
#info table:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	height: 1px;
	background-color: transparent;
}
#info table th:nth-of-type(1) {
	background-color: #eee;
}
#info table th {
	padding: 20px;
	text-align: center;
}
#info table tr:first-child th:first-child {
	border-radius: 10px 0 0 0;
}
#info table tr:first-child td:last-child {
	border-radius: 0 10px 0 0;
}
#info table tr:last-child th {
	border-radius: 0 0 0 10px;
}
#info table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
#info table td {
	padding: 20px;
	text-align: center;
	background-color: #fff;
}
#info table tr:nth-child(6) td,
#info table tr:nth-child(7) td {
	vertical-align: top;
}
#info table tr:nth-child(6) span,
#info table tr:nth-child(7) span {
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: .8rem;
	background-color: #eee;
}
#info table tr:last-child span:last-child {
	margin-bottom: 0;
}
.gentei {
	color: #fff;
	background-color: #e60012 !important;
}
.course {
	width: 650px;
}
.course th {
	white-space: nowrap;
	width: 100px !important;
}
.course td {
	width: calc(100% / 3) !important;
}
.course td:last-child {
	background-color: #ffe0e0 !important;
}
#info ul.room {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}
#info ul.room li {
	position: relative;
	flex-shrink: 0;
	width: 85%;
	margin-right: 20px;
	border-radius: 10px;
	background-color: #fff;
	scroll-snap-align: start;
	overflow: visible;
}
.room_text {
	padding: 5px 20px 20px 20px;
}
.room_title {
	margin-bottom: 10px;
	border-bottom: solid 1px #222;
	font-weight: bold;
	white-space: pre-wrap;
	font-size: 2rem;
}
#info ul.room li span {
	font-weight: bold;
}
.room_img_cont {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3; /* 高さを揃えるために追加 */
	margin-bottom: 10px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	z-index: 1;
}
.room_img_cont img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画像が枠にフィットするように */
	opacity: 0;
	animation: anime 16s infinite;
}
.room_img_cont img:nth-child(1) {
	animation-delay: 0s;
}
.room_img_cont img:nth-child(2) {
	animation-delay: 4s;
}
.room_img_cont img:nth-child(3) {
	animation-delay: 8s;
}
.room_img_cont img:nth-child(4) {
	animation-delay: 12s;
}
.room_img_cont2 {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3; /* 高さを揃えるために追加 */
	margin-bottom: 10px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	z-index: 1;
}
.room_img_cont2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	animation: anime2 8s infinite; /* ← 画像2枚なので8sで1ループ */
}
.room_img_cont2 img:nth-child(1) {
	animation-delay: 0s;
}
.room_img_cont2 img:nth-child(2) {
	animation-delay: 4s;
}
.room_img_cont3 {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3; /* 高さを揃えるために追加 */
	margin-bottom: 10px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	z-index: 1;
}
.room_img_cont3 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	animation: anime3 12s infinite; /* ← 画像2枚なので8sで1ループ */
}
.room_img_cont3 img:nth-child(1) {
	animation-delay: 0s;
}
.room_img_cont3 img:nth-child(2) {
	animation-delay: 4s;
}
.room_img_cont3 img:nth-child(3) {
	animation-delay: 8s;
}
#info ul.submenu {
	display: flex;
	align-items: stretch;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}
#info ul.submenu li {
	position: relative;
	flex-shrink: 0;
	width: 85%;
	margin-right: 20px;
	border-radius: 10px;
	background-color: #fff;
	overflow: visible;
	scroll-snap-align: start;
}
#info ul.submenu li img {
	display: block;
	width: 100%;
}
#info ul.submenu p.submenu-title-tip {
	display: block;
	position: relative;
	width: max-content;
	margin: 0 auto 5px auto;
	padding: 3px 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background-color: #e60012;
	z-index: 1;
}
.submenu-title {
	display: block;
	margin: 0 auto 10px auto;
	border-bottom: solid 1px #222;
	font-weight: bold;
	white-space: pre-wrap;
	font-size: 2rem;
	text-align: center;
}
.submenu_text {
	padding: 20px;
}
#info dl {
	display: flex;
	justify-content: flex-end;
	font-weight: bold;
	white-space: nowrap;
}
.submenu_text_margin {
	margin-top: 20px;
}
.member {
	width: calc(100% - 20px);
	margin: 0 0 30px 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #e60012;
	color: #fff;
}
.member .submenu-title {
	border-color: #fff;
}
.member span,
.submenu_text span {
	font-weight: bold;
}
.red {
	color: #fff;
	font-weight: bold;
	background-color: #ff0000;
}
/*--------------------------------------*/


/*----------------------------------------

flow

----------------------------------------*/
#flow {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#flow ul {
	display: flex;
	width: 100%;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}
#flow ul > li {
	flex-shrink: 0;
	position: relative;
	width: 85%;
	margin: 0 0 0 20px;
	border-radius: 10px;
	background-color: #fff;
	scroll-snap-align: start;
	scroll-margin: 20px;
}
#flow ul > li:last-child {
	margin-right: 20px;
}
#flow ul > li:before {
	position: absolute;
	top: -20px;
	left: 0;
	color: #fff;
	font-size: 8rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	z-index: 1;
}
#flow ul > li:first-child:before {
	content: "01";
}
#flow ul > li:nth-child(2):before {
	content: "02";
}
#flow ul > li:nth-child(3):before {
	content: "03";
}
#flow ul >li:nth-child(4):before {
	content: "04";
}
#flow ul > li:nth-child(5):before {
	content: "05";
}
#flow ul > li:nth-child(6):before {
	content: "06";
}
#flow ul > li:nth-child(7):before {
	content: "07";
}
.flow_img_wrap {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.flow_img_wrap img {
	width: 100%;
}
.flow_text {
	padding: 20px;
}
#flow ol {
	display: flex;
}
#flow ol li {
	margin: 0 10px 10px 0;
}
.flow_text img {
	margin-top: 10px;
}
.flow_text a {
	color: #222;
	text-decoration: underline;
}
/*--------------------------------------*/


/*----------------------------------------

question

----------------------------------------*/
#question {
	position: relative;
	display: flex;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#question .right {
	padding-right: 20px;
}
#question ul {
    max-width: 1024px;
	width: 100%;
}
#question ul li {
    margin-bottom: 20px;
	border-radius: 10px;
	background-color: #fff;
}
#question ul li:last-child {
	margin-bottom: 0;
}
#question ul li img {
	margin-bottom: 10px;
}
#question ul li span:not(.tax) {
	margin-right: 10px;
	color: #e60012;
	font-size: 2rem;
	font-weight: bold;
}
#question ul li ul {
	display: flex;
}
#question ul li ul li {
	margin: 10px 10px 10px 0;
}
.title {
	position: relative;
	padding: 20px 50px 20px 20px;
	font-weight: bold;
	transition: all .5s ease;
	cursor: pointer;
}
.title:before,
.title:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #222;
}
.title:before {
	top: 48%;
	right: 20px;
	transform: rotate(0deg);
}
.title:after {    
	top: 48%;
	right: 20px;
	transform: rotate(90deg);
}
.title.close:before {
	transform: rotate(45deg);
}
.title.close:after {
	transform: rotate(-45deg);
}
.accordion {
	display: none;
	padding: 20px;
}
/*--------------------------------------*/


/*----------------------------------------

takeout

----------------------------------------*/
#takeout {
	width: 100%;
	padding-top: 50px;
	background-color: #222;
}
#takeout ul {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}
#takeout ul li {
	position: relative;
	flex-shrink: 0;
	width: 85%;
	margin: 0 0 0 20px;
	border-radius: 10px;
	background-color: #fff;
	overflow: visible;
	scroll-snap-align: start;
	scroll-margin: 20px;
}
#takeout ul li:last-child {
	margin-right: 20px;
}
#takeout ul li img {
	width: 100%;
}
#takeout ul li .takeout_text {
	padding: 20px;
}
.item-title {
	margin-bottom: 10px;
	border-bottom: solid 1px #222;
	font-size: 2rem;
	font-weight: bold;
	white-space: pre-wrap;
}
#takeout ul li .item-price {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
}
/*--------------------------------------*/


/*----------------------------------------

goods

----------------------------------------*/
#goods {
	width: 100%;
	padding: 50px 20px;
	background-color: #222;
}
#goods ul {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
#goods ul li {
	width: 100%;
	padding-bottom: 20px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
#goods ul li img {
	width: 100%;
}
#goods .goods_text {
	padding: 20px;
}
#goods .item-title {
	margin-bottom: 10px;
	border-bottom: solid 1px #222;
	font-weight: bold;
	white-space: pre-wrap;
}
#goods .item-price {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
}
#goods .more {
	margin-top: 0;
}
/*--------------------------------------*/


/*----------------------------------------

access

----------------------------------------*/
#access {
	padding: 50px 20px;
}
.access_cont {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
iframe {
	width: 100%;
	margin-bottom: 20px;
	vertical-align: bottom;
}
#access h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 1px #222;
	font-weight: bold;
}
#access img {
	margin: 20px 0;
}
/*--------------------------------------*/


/*----------------------------------------

roop

----------------------------------------*/
#roop {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(238, 238, 238, 1) 3px, rgba(238, 238, 238, 1) 6px );
	animation: move-stripe 2s infinite linear;
}
/*--------------------------------------*/


/*----------------------------------------

sns

----------------------------------------*/
#sns {
	padding: 100px 20px;
	text-align: center;
}
#sns p {
	display: block;
	margin-bottom: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5rem;
	letter-spacing: .1rem;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all .5s;
}
#sns ol {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all .5s;
}
#sns ol svg {
	width: 30px;
	height: 30px;
	fill: #222;
}
#sns ol li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: solid 1px #222;
	border-radius: 50%;
	background-color: #fff;
}
/*--------------------------------------*/


/*----------------------------------------

news

----------------------------------------*/
#news {
	padding: 50px 20px 150px 20px;
}
#news dl {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
#news dt {
	margin-bottom: 10px;
	color: #888;
	font-size: 1.2rem;
}
#news dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#news dd:last-child {
	margin-bottom: 0;
}
#news dd a {
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}
#news dl span {
	display: inline-block;
	width: 80px;
	margin-right: 20px;
	padding: 2px 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.news_category1 {
	background-color: #ff0000;
}
.news_category2 {
	background-color: #222;
}
/*--------------------------------------*/


/*----------------------------------------

footer

----------------------------------------*/
footer {
	position: relative;
	padding: 0 0 50px 0;
	text-align: center;
	background-color: #fff;
}
footer:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	border-top-left-radius: 50% 80%;
	border-top-right-radius: 50% 80%;
	background-color: #fff;
}
footer img {
	width: 250px;
	margin-bottom: 30px;
}
footer .copy {
	font-size: 1.2rem;
}
/*--------------------------------------*/


/*----------------------------------------

sub

----------------------------------------*/
#sub-wrap {
	position: relative;
	width: 100%;
	padding: 90px 0 150px 0;
}
#sub {
	max-width: 1024px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
#sub h4 {
	margin-bottom: 50px;
	border-bottom: solid 1px #222;
	font-size: 3rem;
}
#sub h5 {
	margin: 50px 0 10px 0;
	font-size: 2rem;
}
#sub h6 {
	margin-bottom: 50px;
	border-bottom: solid 1px #222;
	font-size: 2rem;
}
#news-wrap h6 {
	margin-bottom: 0;
	border-bottom: none;
}
#sub img {
	display: block;
	margin: 0 auto 50px auto;
}
#news-wrap ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #222;
	color: #222;
	text-decoration: none;
	overflow: hidden;
}
#news-wrap ul li:last-child a {
	margin-bottom: 0;
}
.news_cont_left {
	flex: 0 0 30%;
	overflow: hidden;
	aspect-ratio: 4 / 4;
}
.news_cont_right {
	flex-basis: 70%;
	padding-left: 20px;
	overflow: hidden;
}
.news_cont_left img {
	width: 100%;
}
#news-wrap ul li a h6 {
	font-size: 1.6rem;
}
#sub ol {
	position: relative;
	counter-reset: count 0;
	padding-left: 3em;
}
#sub ol li:before {
	content: counter(count, decimal-leading-zero) ". ";
	counter-increment: count 1;
	position: absolute;
	left: 1em;
}
#sub table {
	max-width: 1024px;
	width: 100%;
	border-collapse: collapse;
}
#sub table th,
#sub table td {
	display: block;
}
#sub table td {
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: solid 1px #222;
}
#sub table tr:last-child td {
	margin-bottom: 0;
}
.day {
	margin-bottom: 10px;
	color: #999;
	font-size: 1.2rem;
}
.poster {
	margin-bottom: 20px;
}
.bld {
	font-weight: bold;
}
.red2 {
	margin-right: .1em;
	font-size: 1.1em;
	color: #ff0000;
}
.mainasu {
	margin-bottom: 20px !important;
}
/*--------------------------------------*/

table.mizu {
	width: 100%;
	margin-bottom: .5em;
	border-collapse: collapse;
	font-size: .8em;
	text-align: center;
}
table.mizu th,
table.mizu td {
	padding: .5em;
	border: solid 1px #333;
}
table.mizu th {
	background-color: #ddd;
}
table.mizu th:nth-child(2),
table.mizu th:nth-child(3) {
	width: 35%;
}

.table_oshirase {
	max-width: max-content !important;
	margin: 1rem 0;
	font-size: .8rem;
}
.table_oshirase th {
	text-align: center;
	background-color: #f5f5f5;
}
.table_oshirase th,
.table_oshirase td {
	display: table-cell !important;
	padding: 10px !important;
	margin-bottom: 0 !important;
	border: solid 1px #222;
}
.table_oshirase th:first-child {
	width: 50%;
}
.table_oshirase td:nth-child(2),
.table_oshirase td:nth-child(3) {
	text-align: center;
}
.tyuui {
	display: block;
	font-size: .8rem;
	font-weight: normal;
}
.camp tr:last-child td {
	color: red;
}