* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main_img_pc {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 800px;
	background-image: url(../img/full.jpg);  
	background-repeat: no-repeat;
}
.copy_box{
	text-align: center;
	width: 980px;
	margin: 0 auto;
}
.copy_box img{
	width: 590px;
}

#main_img_sp{
	display: none;
}
@media only screen and (max-width: 750px) {
#main_img_pc {
	display: none;
}
#main_img_sp{
	display: block;
}
}


/*メインビジュアル--------------------*/
#full {
	text-align: center;
}
.mv_pc {
	height: 100vh;
	/*width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;*/
}
.box__bg_photo {
	background-image: url(../img/full.jpg);
	background-size: cover;
	background-position: center;
	height: 800px;
}
#full .mv_sp{
	display: none;
}
@media only screen and (max-width: 750px) {
#full .mv_pc{
	display: none;
}
#full .mv_sp{
	display: block;
}
}

/*-------------------------------------------*/
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header---------------- */
#top-head {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top: 3px solid #7e2029;
	border-bottom: 1px solid #ccc;
	top: -100px;
	position: absolute;
	width: 100%;
	height: 69px;
	margin: 100px auto 0;
	padding: 12px 0 0;
	line-height: 1;
	z-index: 999;
	background-color: #fff;
}
#top-head a, #top-head {
	color: #000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	width: 230px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 13px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 13px;
}
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: -13px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #7e2029;
	bottom: -22px;
}
/* 固定ナビ -----------------------------------------------------------------------------------*/
#top-head.fixed {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top: 3px solid #7e2029;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 8px;
	height: 63px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 13px;
}
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #7e2029;
	bottom: -20px;
}
/* ハンバーガー-------------------------------------------------------------*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 8px;
	width: 30px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle p {
	color: #7e2029;
	font-size: 9px;
	font-weight: 600;
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #7e2029;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 980px) {
article {
	padding: 0 30px;
}
.inner {
	width: 100%;
	padding: 0 20px;
}
#global-nav ul li a {
	padding: 0 20px;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
}
}

/*-------------------------------------------------*/
@media screen and (max-width:1000px) {
#main-visual {
	height: 300px;
}
#top-head,  .inner {
	width: 100%;
	padding: 0 0px;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: #fff;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 65px;
	z-index: 999;
	position: relative;
}
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#top-head.fixed .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: absolute;
	top: -500px;
	background: #9b0718;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 13px;
}
#global-nav ul li {
	float: none;
	position: static;
	border-bottom: 1px solid #fff;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
.open #nav-toggle p {
	color: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 4px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 4px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
/*スライドショー--------------------*/
.topslide {
	width: 100%;
	height: 40vw;
	margin:0 auto 56px auto !important;
	padding:0 0 0 0;
	position: relative;
}
@media only screen and (max-width: 750px) {
.topslide {
	height: auto;
	margin:0 auto 40px auto !important;
}
}
.topslide-cell img, .topslide-cell picture {
	width: 100% !important;
	height: auto;
	margin:0 !important;
	padding:0 !important;
}
.topslide.slick-initialized {
  display: block;
}
.thumb-slide {
	width: 100%;
	height: auto;
	margin:0 auto 0 auto !important;
	background:#eee;
	padding:20px auto 20px auto !important;
	position: relative;
}
.thumb-slide-cell {
	max-width: 30% !important;
	height: auto;
	margin:0 !important;
	padding:0 !important;
}
.thumb-slide-cell img, .thumb-slide-cell picture {
	max-width: 90% !important;
	height: auto;
	margin:16px auto 16px auto !important;
	padding:16px auto 16px auto !important;
}
/*スライドショー下--------------------*/
.morning {
	display:block;
	padding:0.5em;
	border-top:2px solid #7e2029;
	border-bottom:2px solid #7e2029;
	color:#7e2029;
	margin:30px auto !important;
	font-weight:bold;
	text-align:center;
}
.morningTxt{
	display:inline-block;
	margin:0 auto !important;
}
.morningLink{
	display:inline-block;
	padding-top:0.5em;
}
.morningLink a {
	color:#7e2029;
	text-decoration:none;
}
.morningLink a:hover {
	color:#5a171d;
}
.top2btn {
	width: 100vw !important;
	margin: 24px calc(50% - 50vw);
	background:#eee;
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	display:flex;
	justify-content: center;
}
.sp00 {
	display: none;
}
.btn2022 {
	width:18em;
	margin:20px 10px;
}
.btn2022, a.btn2022, button.btn2022 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block !important;
	padding: 1rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle !important;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.btn-flat {
	overflow: hidden;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 0;
	background: #000;
}
a.btn-flat span, a.btn-flat span.top2btnA{
	position: relative;
}
a.btn-flat:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-96%);
	transform: translateX(-96%);
	background: #7e2029;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


@media only screen and (max-width: 750px) {
.btn2022 {
	width:14em;
}
.btn2022, a.btn2022, button.btn2022 {
	font-size: 1.4rem;
}
.sp00 {
	display: block;
}
a.btn-flat {
	padding: 0rem 1.5rem;
}
a.btn-flat span{
	padding: 1rem 1.5rem !important;
	display:block;
	vertical-align: middle !important;
}
a.btn-flat span.top2btnA{
	padding: 2rem 1.5rem !important;
	display:block;
	vertical-align: middle !important;
}

}
@media only screen and (max-width: 420px) {
.btn2022 {
	width:12em;
}
.btn2022, a.btn2022,  button.btn2022 {
	font-size: 1.25rem;
}
a.btn-flat {
	padding: 0rem 1.5rem;
}
a.btn-flat span {
	padding: 1rem 1.2rem !important;
	display:block;
	vertical-align: middle !important;
}
a.btn-flat span.top2btnA{
	padding: 2rem 1.2rem !important;
	display:block;
	vertical-align: middle !important;
}
.sp00 {
	display: block;
}
a.btn-flat {
  padding: 1.5rem 1.6rem;
}
}
#contents3 {
	padding: 54px 0px 0px 0px !important;
	width: 100%;
}
/*トップ・コンセプト--------------------*/
.concept_area {
	width: 100%;
	margin:0 auto !important;
	padding:0;
	position: relative;
}
.concept_title{
	width: 100%;
	background:#7f101a;
 margin:0 auto 0 auto !important;
	padding:16px 20px 5px 20px;
	text-align:center;
	border-bottom:4px solid #323d35;
}
.concept_title img{
	margin:0 auto;
	width:580px;
	height:auto;
}
.red_bold{
	color:#7f101a;
 font-weight:bold;
}
.concept_inner{
	max-width: 980px;
	margin:52px auto;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
.concept_card{
	width:400px;
	padding: 1.2em 1.5em;
	margin: 2em 2.5em 2em auto;
	background: white;
	border: 1px solid #7f101a;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.concept_card p {
	font-size:135%;
	margin: 0; 
	padding: 0;
}
.pc_br{
	display: block;
}
.concept_right{
	margin:0 auto !important;
	width:280px;
	text-align:center !important;
}
.concept_right img{
	width:254px;
	height:auto;
	margin-bottom:50px;
}
.linkbox23 {
	text-align:center;
	margin:0 30px;
}
.linkbox23 a {
	display: block;
	width:220px;
	border: 1px solid #7e2029;
	padding: 5px 25px 5px 25px;
	color: #7e2029;
}
.linkbox23 a:link, .linkbox23 a:visited, .linkbox23 a:active {
	color: #7e2029;
	font-size:120%;
}
.linkbox23 a:hover {
	color: #ffffff;
	background: #7e2029;
}





@media only screen and (max-width: 750px) {
.concept_title{
	padding:20px 10px 5px 10px;
	border-bottom:2px solid #323d35;
}
.concept_title img{
	width:96%;
}
.concept_inner{
	width: 98%;
	margin:20px auto;
	display:block;
}
.concept_card{
	width:96%;
	padding: 0 0;
	margin: 0 auto 1.5em auto;
	border: none;
	box-shadow: none;
}
.pc_br{
	display: none;
}
.concept_right{
	width:98%;
}
.concept_right img{
	margin-bottom:0 !important;
}
.linkbox23 {
	text-align: center;
	position: relative;
	margin:0 auto 30px auto;
}
.linkbox23 a {
	width: 240px;
	margin: 20px auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.linkbox23 a:link, .linkbox23 a:visited, .linkbox23 a:active {
	font-size:120%;
}
}

.top3btn {
	width: 100% !important;
	margin: 0 auto;
	padding:8px 10px;
	background:#eee;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	display:flex;
	justify-content: center;
}
.top3btn .btn2022 {
	width:17em;
	margin:40px 12px;
}
.top3btn .btn2022, .top3btn a.btn2022, .top3btn button.btn2022 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block !important;
	padding: 1rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle !important;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
.top3btn a.btn-flat {
	overflow: hidden;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 0;
	background: #000;
}
.top3btn a.btn-flat span, .top3btn a.btn-flat span.top2btnA{
	position: relative;
}
.top3btn a.btn-flat:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-96%);
	transform: translateX(-96%);
	background: #7f101a;
}
.top3btn a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media only screen and (max-width: 979px) and (min-width:870px) {
.top3btn .btn2022 {
	width:16em;
	margin:40px 12px;
}
.top3btn .btn2022, .top3btn a.btn2022, .top3btn button.btn2022 {
	font-size: 1.6rem;
	padding: 1rem 1.2rem;
}
}
@media only screen and (max-width: 869px) and (min-width:771px) {
.top3btn .btn2022 {
	width:16em;
	margin:40px 10px;
}
.top3btn .btn2022, .top3btn a.btn2022, .top3btn button.btn2022 {
	font-size: 1.4rem;
	padding: 1rem 1.2rem;
}
}

@media only screen and (max-width: 770px) {
.top3btn {
	margin: 24px auto;
	padding:30px 0;
	font-size: 110%;
	display:block;
}
.top3btn_inner{
	width:98%;
	margin: 0 auto;
	text-align:center;
}
.top3btn .btn2022 {
	width:88%;
	margin:12px auto;
}
.top3btn .btn2022, .top3btn a.btn2022, .top3btn button.btn2022 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.6rem 1.5rem;
	text-align: left;
}
.top3btn a.btn-flat {
	padding: 0.5rem 1.2rem;
}
.top3btn a.btn-flat span, .top3btn a.btn-flat span.top2btnA{
	padding: 1.6rem 1.5rem !important;
	display:block;
}
}

.top_banner23 {
	width: 100% !important;
	margin: 0 auto;
	padding:40px 10px;
	background:#eee;
}
#inner_box23{
	max-width: 980px;
	margin: 0 auto;
	padding:0;
}
.top_banner23 ul{
	overflow:hidden;
	margin-top:30px;
}
.top_banner23 ul li.reg{
	float:left;
	width:460px;
	margin:0 30px 20px 0;
}
.top_banner23 ul li:nth-child(2){
	margin-right:0;
}
.top_banner23 ul li:nth-child(4){
	margin-right:0;
}
.top_banner23 ul li.coupon{
	float:none !important;
	width:460px;
	margin:0 auto 20px auto !important;
}
@media only screen and (max-width: 969px) and (min-width:751px) {
.top_banner23 ul{
	margin:30px auto 0 auto;
	width:100%;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.top_banner23 ul li.reg{
	width:45%;
	margin:0 auto 20px auto;
	padding:0;
}
.top_banner23 ul::after {
	content: " ";
	width: 45%;
	margin: 0 auto 20px auto;
}
}
@media only screen and (max-width: 750px) {
.top_banner23 {
	margin: 0 auto;
	padding:40px 0 20px 0;
}
#inner_box23{
	width: 96% !important;
	margin: 0 auto;
}
.top_banner23 ul{
	margin:0 auto;
}
.top_banner23 ul li.reg {
	width:80%;
	margin:0 auto 20px auto;
	float:none;
	display:block;
}
.top_banner23 ul li:nth-child(2){
	margin-right:auto;
}
.top_banner23 ul li:nth-child(4){
	margin-right:auto;
}
}




/*--------footer　フッター------------*/
#footer23 {
	height: 100%;
	border-top: 6px solid white;
	padding-top: 20px;
/*	padding-bottom:240px;
	background:#7e2029;*/
	}
#footer23 #copyrigt {
	text-align: center;
}
#footer23 #copyrigt #copyrigt-inner {
	max-width: 980px;
	margin: 0 auto;
	line-height:120%;
}
#copyrigt-inner .snsbox {
	margin: 28px auto;
	width:180px;
	padding:0;
	display:flex;
	justify-content: space-between;
}
.snslogo{
	width:48px;
	height:auto;
}
#footer23 #copyrigt #copyrigt-inner p {
	color:#ccc;
	margin:0;
	padding:0:
}
#footer23 #copyrigt #copyrigt-inner a{
	color: #fff;
}
#footer23 #copyrigt #copyrigt-inner a:hover{
	color: #fff;
}
@media only screen and (max-width: 750px) {
#footer23 {
	border-top: 2px solid white;
	padding-top: 16px;
	padding-bottom:150px;
	}
#footer23 #copyrigt #copyrigt-inner {
	max-width: 98%;
}
}

.footer_fix_btn {
	width:100%;
	position:fixed;
	bottom:0;
	padding:14px 10px;
	text-align:center;
	background:#353c35;
	margin:0 auto;
	animation: SlideIn 1.6s;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer_flex {
	width:900px;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
}


.footer_btns {
	width:220px;
	height:88px;
	border:1px solid #fff;
	padding:14px 12px;
	text-align:left;
	background:#353c35;
	font-size:16px;
	color:#ffff00;
}
.footer_btns a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#ffff00;
}
.footer_btns a:hover {
	color:#ff9900;
}
.footer_btns img{
	width:58px;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	width:130px;
	padding-left:1em;
	font-size:130%;
		vertical-align: middle;
}

@media only screen and (max-width: 979px) {
.footer_flex {
	width:100%;
}
.footer_btns {
	width:180px;
	height:66px;
	padding:14px 12px;
	font-size:16px;
}
.footer_btns img{
	width:29px;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	width:99px;
	padding-left:1em;
	font-size:130%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 750px) {
#footer23 {
	padding-bottom:240px;
}
.footer_flex {
	width:100%;
}
.footer_btns {
	width:180px;
	height:66px;
	padding:14px 12px;
	font-size:16px;
}
.footer_btns img{
	width:29px;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	width:99px;
	padding-left:1em;
	font-size:130%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 600px) {
#footer23 {
	padding-bottom:220px;
}
.footer_btns {
	width:150px;
	height:66px;
	padding:16px 10px;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns img {
	width:24px;
	height:auto;
	vertical-align: middle;
}
}
@media only screen and (max-width: 480px) {
#footer23 {
	padding-bottom:220px;
}
.footer_btns {
	width:120px;
	padding:16px 8px;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns img {
	width:24px;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	padding-left:0.2em;
	font-size:125%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 400px) {
#footer23 {
	padding-bottom:220px;
}
.footer_btns {
	width:110px;
	padding:16px 4px;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns img {
	width:22px;
	height:auto;
	vertical-align: middle;
}
.footer_btns a span{
	padding-left:0.2em;
	font-size:120%;
	vertical-align: middle;
}
}
@media only screen and (max-width: 359px) {
#footer23 {
	padding-bottom:210px;
	}
.footer_btns {
	width:100px;
	padding:16px 4px;
	font-size:14px;
	vertical-align: middle;
}
.footer_btns a span{
	padding-left:0.2em;
	font-size:110%;
	vertical-align: middle;
}
}

/* ---------------------------------------------------------------------------------------------

　   メニュー

--------------------------------------------------------------------------------------------- */
#navbbb li a {
	display: block;
	color: black;
	font-size:105%;
	position: relative;
}
#navbbb .menu-item-has-childrenbbb > a:after,#navbbb .menu-item-has-childrenbbb > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #fff;
	transition: .2s;
}
#navbbb .menu-item-has-childrenbbb > a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#navbbb .menu-item-has-childrenbbb > a.open:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#navbbb .menu-item-has-childrenbbb > a.open:after{
	background: transparent;
}
#navbbb .menu-item-has-childrenbbb .sub-menubbb {
	display: none;
}
@media only screen and ( max-width : 979px ) {
  .overlaybbb {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(255,255,255,.7);
  }
  .overlaybbb.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #contents3 {
    transition: all .5s;
    min-height: 100vh;
  }
  #contents3.open {
    position: fixed;
    width: 100%;
  }
  #menu_btnbbb {
    top: 12px;
    right: 15px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 40px;
    height: 30px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #7e2029;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 100%;
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btnbbb.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(13.5px) rotate(-45deg);
  }
  #menu_btnbbb.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btnbbb.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-13.5px) rotate(45deg);
  }
  #navbbb {
    width: 310px;
    height: 100%;
    overflow: auto;
    padding: 20px 0;
	border-top:69px solid #fff;
    background: #7e2029;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(310px);
    transition: all .5s;
	font-size:16px;
  }
  #navbbb.open {
    transform: translateZ(0);
  }
  #navbbb li {
    padding: 0 20px;
  }
  #navbbb li a {
    position: relative;
    padding: 20px;
    color: #fff;
  }
  .navbbb li.reg,   .navbbb li.reg2 {
	border-top:1px solid #eee;
  }
  .navbbb li.lastone {
	border-bottom:1px solid #eee;
  }
  #navbbb .menu-item-has-childrenbbb .sub-menubbb {
    padding: 0 20px;
  }
  #navbbb .menu-item-has-childrenbbb > a.open:first-of-type {
    color: #dad4ec;
  }
  #navbbb .menu-item-has-childrenbbb .sub-menubbb li {
    padding: 14px;
    margin-bottom: 0;
	border-top:1px dotted #eee;
  }
  #navbbb .menu-item-has-childrenbbb .sub-menubbb li:last-child {
    margin-bottom: 0;
  }
  #navbbb .menu-item-has-childrenbbb .sub-menubbb li a {
    padding: 10px;
  }
.reg2b i {
	display:none;
}

}

@media print, screen and ( min-width : 980px ) {
  #menu_btnbbb,.overlaybbb {
    display: none;
  }
  #navbbb ul {
    display: flex;
    flex-wrap: wrap;
  }
  #navbbb li {
    position: relative;
  }
  #navbbb li a {
    padding: 20px 12px 6px 12px;
  }
  #navbbb li.leftone a {
    padding: 20px 12px 6px 24px;
  }
  #navbbb .menu-item-has-childrenbbb > a {
    padding-right: 18px;
  }
 #navbbb .menu-item-has-childrenbbb:hover > ul {
	display: block;
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
  #navbbb .menu-item-has-childrenbbb > a.open:first-of-type,#navbbb .current-menu-itembbb a {
    color: #dad4ec;
  }
  #navbbb .current-menu-itembbb li a {
    color: black;
  }
  #navbbb li ul.sub-menubbb {
    flex-direction: column;
	background:rgba(221,172,176,0.95);
    position: absolute;
    width: 160px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
  }
  #navbbb li ul.sub-menubbb li {
    width: 100%;
  }
  #navbbb li ul.sub-menubbb li a {
    line-height: 1.6em;
    color: black;
    padding: 10px 20px;
  }
 #navbbb li ul.sub-menubbb li a:hover {
    color: #7f101a;
	border-bottom:1px dotted #7f101a;
  }
.navbbb li.reg a::after, .navbbb .reg2b::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 4px;
background: #7f101a;
bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.navbbb li.reg a:hover::after, .navbbb .reg2b:hover::after {
visibility: visible;
bottom: -12px; /*アニメーションが止まる位置*/
opacity: 1;
}
.reg2b i {
	color:#7f101a;
	font-size:150%;
	margin-top:-20px !important;
}

#navbbb .menu-item-has-childrenbbb > a:after,#navbbb .menu-item-has-childrenbbb > a:before {
	display: none;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #fff;
	transition: .2s;
}

.sub-menu23::before{
	    content: "";
	    margin-left: 16px;
	}
.sub-menu23::after{
	font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 18px;
	font-weight: bold;
  margin-right: 4px;
  color:#7f101a;
	    margin-left: 0px;
	    opacity: 0;
	    transition: all 0.3s ease;
	}
.sub-menu23:hover::after{
	    margin-left: 20px;
	    opacity: 1;
	}
}