@charset "utf-8";

/*------------------------------------
ハンバーガーメニュー周り
------------------------------------*/
#menuBtn {
	width: fit-content;
	-moz-width: fit-content;
	padding: 0 12px 0;
	padding-top: 12px;
	margin: 0 0 0 auto;
}
@media (min-width: 768px) {
	#menuBtn { display: none; }
}

#menuBtn img {
	width: 8.2vw;
	max-width: 32px;
}
#hmenu {
	width: 100%;
	height: 100vh;
	overflow: scroll;
	background: #fff;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
#hmenu p {
	line-height: 1.42857143;
	margin-bottom: 0;
}
#hmenu .heading {
	margin: 0 5px;
	padding: 3vw 3vw 2vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#hmenu .heading figure {
	width: 7vw;
}
#hmenu .heading #menuClose {
	width: 8vw;
}
#hmenu .list1,
#hmenu .list2,
#hmenu .list3 {
	margin: 0 5px;
}
#hmenu li {
	border-top: solid 1px #ccc;
}
#hmenu .list3 li:last-child {
	border-bottom: solid 1px #ccc;
}
#hmenu li a {
	display: block;
	position: relative;
}
#hmenu li a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #bb2121;
	border-right: solid 2px #bb2121;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - .3em);
	right: 4vw;
}
#hmenu .list1 > li .parent {
	color: #bb2121;
	text-decoration: none;
	padding: 13px 0 13px 16vw;
	position: relative;
}
#hmenu .list1 > li .parent::before {
	content: "";
	width: 9vw;
	height: 9vw;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 8px;
	left: 4vw;
}
#hmenu .list1 > li[role="about"] .parent::before { background-image: url(images/shared/s_akane.svg); }
#hmenu .list1 > li[role="price"] .parent::before { background-image: url(images/shared/s_price.svg); }
#hmenu .list1 > li[role="voice"] .parent::before { background-image: url(images/shared/s_voice.svg); }
#hmenu .list1 > li[role="party"] .parent::before { background-image: url(images/shared/s_party.svg); }

#hmenu .list1 > li ul {
	margin: 0 0 0 16vw;
}
#hmenu .list1 > li ul li a {
	font-size: 88%;
	padding: 8px 0;
}
#hmenu .list2 > li {
	font-size: 88%;
	padding: 8px 0 8px 4vw;
}
#hmenu .list2 > li.parent {
	padding-top: 0;
	padding-bottom: 0;
}
#hmenu .list2 > li.parent p {
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
#hmenu .list2 > li.parent p::after {
	content: "";
	width: 3vw;
	height: 3vw;
	background: url(images/shared/s_plus.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - .3em);
	right: 3.5vw;
}
#hmenu .list2 > li.parent p.opened::after {
	background-image: url(images/shared/s_minus.svg);
	top: 50%;
}
#hmenu .list2 > li a::after {
	border-top-color: #666;
	border-right-color: #666;
}
#hmenu .list2 > li ul {
	margin-left: -4vw;
}
#hmenu .list2 > li ul li {
	background: #f7f8f8;
	padding: 8px 0 8px 4vw;
}
#hmenu .list3 > li a {
	font-size: 70%;
	padding: 8px 0 8px 10vw;
}
#hmenu .list3 > li a::after {
	content: none;
}
#hmenu .list3 > li a::before {
	content: "";
	width: 2.6vw;
	height: 2.3vw;
	background: url(images/shared/s_extwin.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - .4em);
	left: 4vw;
}
#hmenu .box {
	background: #fcf4f4;
	padding: 6vw;
	padding-bottom: 20vw;
}
#hmenu .box .midashi {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#hmenu .box li {
	border-top: none;
}
#hmenu .box li a::after {
	content: none;
}
#hmenu .box .btns {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#hmenu .box .btns li {
	width: calc(50% - 5px);
}
#hmenu .box .btns li a {
	color: #fff;
	font-size: 88%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	border-radius: 5px;
	padding: 4vw 0;
	position: relative;
}
#hmenu .box .btns li.siryo a {
	background: #bb2121;
	border-bottom: solid 3px #841221;
}
#hmenu .box .btns li.sodan a {
	background: #1B5485;
	border-bottom: solid 3px #070C2C;
}
#hmenu .box .btns li a::before {
	content: "";
	margin-right: 2vw;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-2px);
}
#hmenu .box .btns li.siryo a::before {
	width: 24px;
	height: 16px;
	background: url("images/s_require.svg") no-repeat;
	background-size: 100%;
}
#hmenu .box .btns li.sodan a::before {
	width: 21px;
	height: 26px;
	background: url("images/s_reserve.svg") no-repeat;
	background-size: 100%;
}
#hmenu .box .telbtn {
}
#hmenu .box .telbtn li {
	margin-bottom: 2px;
}
#hmenu .box .telbtn li a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	padding: 10px 10px 10px calc(10vw + 3em);
	display: block;
}
#hmenu .box .telbtn li a::after {
	content: "";
	width: 5.5vw;
	height: 6.5vw;
	background: url(images/shared/s_tel.svg) no-repeat;
	background-size: 100% auto;
	border: none;
	transform: none;
	position: absolute;
	top: calc(50% - .6em);
	left: calc(3vw + 3em);
}
#hmenu .box .telbtn li a::before {
	color: #fff;
	font-size: 50%;
	background: #333;
	padding: 3px 10px;
	position: absolute;
	top: calc(50% - .8em);
	left: 3vw;
}
#hmenu .box .telbtn li.east a::before { content: "東日本"; }
#hmenu .box .telbtn li.west a::before { content: "西日本"; }


/* リンクのフォーカス時の枠線を非表示（サイト全体）
   ※Bootstrapが a:focus に outline を当て、かつ後読みのため !important で上書き */
a:focus,
a:focus-visible {
	outline: none !important;
	outline-offset: 0 !important;
}
