/* ゴシック系 */
/*****STANDART CSS******/
*,
*:before,
*:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	/******SMOOTH SCROLL ANCHOR******/
}

body {
	margin: 0;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #fff;
	color: #1a1a1a;
	font-weight: normal;
	font-size: 1.6rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

a {
    display: inline-block;
	transition: 0.3s;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	transform: scale(1.05);
	transform-origin: center;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}
/* flex */
.row {
	display: flex;
	flex-wrap: wrap;
}

.between {
	justify-content: space-between;
}

.align_start {
	align-items: flex-start;
}

.align_center {
	align-items: center;
}

.align_end {
	align-items: flex-end;
}

.flex_center {
	justify-content: center;
}

.flex_start {
	justify-content: flex-start;
}

.flex_end {
	justify-content: flex-end;
}

.stretch {
	align-items: stretch;
}

.reverse {
	flex-direction: row-reverse;
}

.floating {
	position: fixed;
	top: 200px;
	width: 130px;
	right: 10px;
	z-index: 99999;
}
.floating img {
	width: 100%;
}
h1 {
	margin: 0;
	padding: 0;
	max-width: 502px;
	width: 100%;
	display: inline-block;
}
.carousel-control-prev-icon {
	background-image: url(../images/arrow-left.svg);
	width: 100px;
	height: 100px;
}
.carousel-control-next-icon {
	background-image: url(../images/arrow-right.svg);
	width: 100px;
	height: 100px;
}
.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo img {
	width: 200px;
	height: 91px;
}
.eigyo {
	font-size: 1.5rem;
	font-weight: normal; /*! margin-bottom: 0px; */
	margin-left: 3px;
        line-height: 1.2;
}
.tel {
	background: url(../images/telicon.png) 0 14px no-repeat;
	font-size: 4rem;
	font-weight: bold;
	width: 364px;
	float: right;
	margin-top: 18px;
	padding-left: 45px;
	padding-top: 0px;
    line-height: 1.2;
}
a[href^='tel'] {
	color: #000;
	text-decoration: none;
}
.orange {
	background: #ed1e79;
}
nav {
	position: relative;
	background: rgb(237, 30, 121);
	background: linear-gradient(180deg, rgba(237, 30, 121, 1) 0%, rgba(237, 30, 121, 1) 25%, rgba(204, 0, 90, 1) 77%);
}
nav ul {
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}
nav ul li {
	text-align: center;
	display: table-cell;
	width: 20%;
	line-height: 1 !important;
	font-weight: bold;
	font-size: 12px;
}
.nav-link {
	color: #fff;
}
.navbar-brand {
	display: none;
}
nav .nav-link {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
	padding-top: 12px;
	padding-bottom: 12px;
}
.navbar-original {
	color: #fff !important;
}
.nav-link {
	color: #fff !important;
}
.dropdown-item:hover {
	background: #000;
}
.navbar-light .navbar-brand {
	color: #ffffff;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #ffffff;
	background: #000 !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background: #000 !important;
	color: #ccc !important;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
}
.top-h2 {
	margin-top: 20px;
}
.common_ttl_h2 {
	text-align: center;
	background: #fe0000;
	color: white;
	padding: 10px;
	font-size: 2.5rem;
	font-weight: bold;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin: auto;
}
.mimg {
	margin-top: 15px;
}
h4 {
	font-size: 1.2rem;
	color: #12a30c !important;
}
.kom {
	width: 100px;
	display: inline-block;
	line-height: 24px;
}
.kom2 {
	display: inline-block;
	line-height: 24px;
}
.padinfo {
	padding-left: 20px;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 80%;
	width: 95%;
	position: absolute;
}
.icon-p {
	width: 33%;
}
footer {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background-color: #ed1e79;
	color: #ffffff;
}
.minus-40 {
	margin-bottom: -40px;
}
.padcar {
	padding-left: 20px;
	padding-right: 20px;
}
.mar-r {
	margin-right: 8px;
}
.img-full {
	width: 100%;
}
.icon-inline {
	display: inline-block;
	width: 30%;
}
.icon-g {
	width: 270px;
}
.dropdown-item.active {
	background-color: #000;
}
h2.inside {
	font-size: 34px;
	color: #000;
	background: #f4f4f4;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 30px 0;
	margin-bottom: 56px;
	font-weight: normal;
}
h2.inside2 {
	font-size: 34px;
	color: #000;
	background: #f4f4f4;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 30px 0;
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: normal;
}
.paflow {
	padding: 10px;
}
.colminpa {
	padding: 0;
	margin: 0;
}
.flow-img {
	width: 21.3%;
	display: inline-block;
	margin-bottom: 45px;
}
.a-flow-img {
	width: 4%;
	display: inline-block;
	text-align: center;
}
.text-flow {
	padding: 0px 0 40px 0px;
	line-height: 24px;
}
.flow-hide {
	display: none;
}
.show-flow-sp {
	display: none;
}
.step {
	max-width: 160px;
	width: 100%;
	padding-top: 40px;
}
.stepred {
	background: #d20001;
	padding: 15px;
	color: #fff;
	font-size: 25px;
	margin-left: 20px;
	font-weight: bold;
}
.point {
	margin-bottom: 40px;
}
.point-txt {
	font-size: 1.1rem;
	color: #000;
	line-height: 28px;
}
.point-bg {
	background: #ffecec;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}
.inline {
	display: inline-block;
}
.point-a {
	width: 160px;
	vertical-align: top;
}
.point-b {
	width: 80%;
}
.point-1 {
	padding-top: 47px;
}
.point-2 {
	padding-top: 35px;
}
.point-3 {
	padding-top: 40px;
}
.point-4 {
	padding-top: 50px;
}
.point-slide-pc {
	display: block;
}
.point-slide-sp {
	display: none;
}
.deliv {
	line-height: 24px;
}
.deliv-tit {
	color: #d20001 !important;
	font-size: 26px;
	font-weight: bold;
}
.mar-div {
	margin-top: 15px;
	margin-bottom: 30px;
}
.step2 {
	max-width: 160px;
	width: 100%;
}
.step-div {
	display: inline-block;
	vertical-align: top;
}
.step-txt {
	margin-top: -20px;
	font-size: 1.2rem;
	line-height: 28px;
	width: 76%;
}
.waku {
	background: #ffeaea;
	padding: 36px 20px 10px 15px;
	margin-bottom: 30px;
}
.plus {
	text-decoration: underline;
}
.mar-img {
	margin-bottom: 30px;
}
.mini {
	margin-right: 10px;
	color: #000 !important;
}
.cen {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
	.flow-img {
		width: 28.6%;
		display: inline-block;
		margin-bottom: 45px;
	}
	.a-flow-img {
		width: 5%;
		display: inline-block;
		text-align: center;
	}
	.a-flow-img img {
		width: 97%;
		margin: 0 auto;
	}
	.flow-hide2 {
		display: none;
	}
	.point-1 {
		padding-top: 47px;
	}
	.point-2 {
		padding-top: 22px;
	}
	.point-3 {
		padding-top: 34px;
	}
	.point-4 {
		padding-top: 35px;
	}
}

@media only screen and (max-width: 992px) {
	nav ul li {
		font-size: 18px;
	}
	.floating {
		display: none;
	}
	.topmar {
		padding-top: 94px;
	}
	.a-flow-img img {
		width: 97%;
		margin: 0 auto;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.container {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-brand {
		display: block;
	}
	.navbar-toggler {
		background-color: #ed1e79;
	}
	.navbar-brand {
		padding: 0;
		margin: 0;
	}
	.aligment {
		margin-top: 0px;
		margin-right: 20px;
	}
	header {
		margin-left: -15px;
		margin-right: 0px;
		position: fixed;
		z-index: 9;
		background: #fff;
		width: 100%;
		border-top: #ed1e79 10px solid;
		padding-left: 10px;
		top: 0;
	}
	.mob-min {
		padding-left: 0;
		padding-right: 0;
	}
	.logo {
		margin-top: 8px;
		margin-bottom: 0px;
	}
	.logo img {
		max-width: 461px;
		width: 34%;
		height: auto;
	}
	.tel {
		display: none;
	}
	nav ul li {
		width: 100%; /*! padding: 5px 0; */
		border-bottom: #fff 1px solid;
	}
	.custom-toggler.navbar-toggler {
		border-color: white;
		margin-right: 1%;
		z-index: 9999;
		position: fixed;
		top: 33px;
		right: 5px;
	}
	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 250, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.pad {
		padding-left: 20px;
		padding-right: 20px;
	}
	.map-responsive {
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
	}
	.map-responsive iframe {
		left: 0;
		top: 0;
		height: 80%;
		width: 100%;
		position: absolute;
	}
	.expand {
		padding-right: 0px !important;
		padding-left: 0px !important;
		position: fixed;
		z-index: 90;
		top: 97px;
	}
	h2.inside {
		margin-top: 100px;
		margin-bottom: 40px;
	}
	h2.inside2 {
		margin-top: 100px;
		margin-bottom: 40px;
	}
	.text-flow {
		padding: 0px 0 30px 50px;
		line-height: 24px;
	}
	.point-1 {
		padding-top: 5%;
	}
	.point-2 {
		padding-top: 1%;
	}
	.point-3 {
		padding-top: 4%;
	}
	.point-4 {
		padding-top: 5%;
	}
	.point-b {
		width: 67%;
	}
	h2.inside2 {
		margin-top: 100px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.minus-40 {
		margin-bottom: 40px;
	}
	.a-flow-img img {
		width: 97%;
		margin: 0 auto;
	}
	.flow-center {
		margin: 0 auto;
	}
	.step {
		max-width: 800px;
		width: 100%;
		padding-top: 40px;
		text-align: center;
	}
	.stepred {
		margin-left: 0px;
	}
	h2.inside2 {
		margin-top: 100px;
		margin-bottom: 20px;
	}
	.deliv {
		line-height: 24px;
	}
	.deliv-tit {
		color: #d20001 !important;
		font-size: 20px;
		font-weight: bold;
	}
	.mar-div {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.step2 {
		max-width: 130px;
		width: 100%;
	}
	.step-div {
		display: inline-block;
		vertical-align: top;
	}
	.step-txt {
		margin-top: -20px;
		width: 75%;
	}
}
@media only screen and (max-width: 576px) {
	h1 {
		width: 270px;
	}
	h2 {
		padding: 10px 10px 10px 10px;
	}
	.logo img {
		width: 105px;
		height: auto;
	}
	.topmar {
		padding-top: 69px;
	}
	.expand {
		padding-right: 0px !important;
		padding-left: 0px !important;
		position: fixed;
		z-index: 90;
		top: 70px;
	}
	.custom-toggler.navbar-toggler {
		border-color: white;
		margin-right: 1%;
		z-index: 9999;
		position: fixed;
		top: 20px;
		right: 5px;
	}
	.aligment {
		margin-top: -64px;
		margin-right: 0px;
	}
	h2 {
		font-size: 1.3rem;
	}
	.padinfo {
		padding-left: 0px;
	}
	.car-full {
		width: 100%;
	}
	.icon-g {
		width: 250px;
	}
	.icon-inline {
		display: inline-block;
		width: 29%;
	}
	.map-responsive {
		overflow: hidden;
		padding-bottom: 128%;
		position: relative;
		height: 0;
	}
	.map-responsive iframe {
		left: 0;
		top: 0;
		height: 80%;
		width: 100%;
		position: absolute;
	}
	.minus-tit {
		margin-top: -40px;
	}
	.minus-40 {
		margin-bottom: 40px;
	}
	.flow-img {
		width: 90%;
		display: block;
		margin: 0 auto;
		margin-bottom: 0px;
	}
	.a-flow-img {
		width: 7%;
		display: inline-block;
		text-align: center;
	}
	.flow-hide2 {
		display: none;
	}
	.hide-flow-pc {
		display: none;
	}
	.show-flow-sp {
		display: block;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.text-flow {
		padding: 20px 20px 40px 20px;
		line-height: 24px;
	}
	.step {
		max-width: 452px;
		width: 100%;
		padding-top: 60px;
		text-align: center;
	}
	.step {
		max-width: 452px;
		width: 100%;
		padding-top: 40px;
		text-align: center;
	}
	h2.inside {
		margin-top: 80px;
		margin-bottom: 40px;
	}
	h2.inside2 {
		font-size: 24px;
		color: #000;
		background: #f4f4f4;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		padding: 30px 0;
		margin-bottom: 10px;
		margin-top: 70px;
		font-weight: normal;
	}
	.point {
		margin-bottom: 40px;
	}
	.point-txt {
		font-size: 1.1rem;
		color: #000;
		line-height: 28px;
	}
	.point-bg {
		background: #ffecec;
		padding: 10px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		margin-bottom: 40px;
	}
	.inline {
		display: inline-block;
	}
	.point {
		margin-bottom: 20px;
	}
	.point-txt {
		font-size: 1.1rem;
		color: #000;
		line-height: 28px;
	}
	.point-bg {
		background: #ffecec;
		padding: 10px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		margin-bottom: 40px;
	}
	.inline {
		display: inline-block;
	}
	.point-a {
		width: 88px;
		vertical-align: top;
	}
	.point-a img {
		width: 80px;
		height: auto;
	}
	.point-b {
		width: 65%;
	}
	.point-1 {
		padding-top: 0;
	}
	.point-2 {
		padding-top: 0;
	}
	.point-3 {
		padding-top: 0;
	}
	.point-4 {
		padding-top: 0;
	}
	.point-slide-pc {
		display: none;
	}
	.point-slide-sp {
		display: block;
	}
	.deliv-tit {
		font-size: 14px;
	}
	.h3-tit {
		font-size: 22px;
	}
	.mar-div {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.deliv {
		line-height: 24px;
	}
	.deliv-tit {
		color: #d20001 !important;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}
	.mar-div {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.step2 {
		max-width: 100%; /*! width: 100%; */
		background: #d20001;
		padding: 20px 0;
		text-align: center;
	}
	.step-div {
		display: block;
		width: 100%;
	}
	.step-txt {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 28px;
	}
	.waku {
		background: #ffeaea;
		padding: 20px 20px 20px 20px;
		margin-bottom: 0;
	}
	.plus {
		text-decoration: underline;
	}
	.mar-img {
		margin-bottom: 15px;
	}

	.large input {
		width: 100% !important;
	}
	.large textarea {
		width: 100% !important;
	}
}

.page_common {
	max-width: 1000px;
	margin: auto;
	padding: 30px 0;
}
/* event */
.page_event {
	width: 900px;
	margin: 0 auto;
	padding: 64px 0;
}
.event_ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
}

.event_item {
	border-top: 1px solid #333;
	padding-top: 32px;
	margin-bottom: 56px;
}
.event_item:first-child{
    border-top: 0;
}
.event_item_ttl {
	text-align: left;
	margin-bottom: 24px;
	font-weight: bold;
}
.event_time {
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 20px;
}
.event_img {
	width: 320px;
	margin-bottom: 32px;
}
.event_if {
	margin-bottom: 16px;
}
.text_red {
	color: #fe0000;
	font-weight: bold;
	margin-bottom: 12px;
}
.event_text {
	line-height: 1.8;
}
a[href^='tel'].event_btn {
	background-color: #ed1e79;
	color: #fff;
	padding: 12px 0;
	width: 320px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 18px;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-top: 32px;
}
@media only screen and (max-width: 768px) {
	.page_event {
		width: 90%;
		padding: 80px 0 0;
	}
	.event_ttl {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.event_time {
		font-size: 16px;
	}
	.event_text {
		font-size: 14px;
	}
	a[href^='tel'].event_btn {
		width: 100%;
		font-size: 16px;
	}
	.event_img {
		width: 60%;
	}
	.event_item_ttl {
		font-size: 24px;
	}
}
/* 出勤 */
.weekly {
	margin-top: 30px;
}
.weekly ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.weekly ul li {
	text-align: center;
	font-weight: bold;
	width: calc((100% / 7) - 10px);
	border: 1px solid #000;
	border-radius: 3px;
	padding: 5px 10px;
}
.day-selected {
	background-color: #000;
}
.day-selected a {
	color: #fff;
}

.inner_schedule {
	margin: 30px auto 0;
	gap: 20px;
}
.inner_schedule li {
	width: calc((100% / 4) - 20px);
}
.scheduleBWH {
	position: relative;
	background-color: rgba(237, 30, 121, 0.4);
	padding: 10px;
	color: #fff;
}
.scheduleBWH .name .cast_name {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}
.scheduleBWH p {
	line-height: 1.2;
}
.new {
	position: absolute;
	right: 5px;
	top: -45px;
	background-color: #fff;
	color: #ed1e79;
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.page_common {
		padding: 100px 0 30px;
		width: 90%;
		margin: auto;
	}
	.weekly ul li {
		width: calc((100% / 4) - 10px);
	}
	.inner_schedule li {
		width: calc((100% / 2) - 20px);
	}
	.scheduleBWH {
	min-height: 101px;
}
}

.profile_box {
	margin: 30px auto;
}

.profile_slide {
	overflow: hidden;
	max-width: 240px;
}
.profile_flex {
	justify-content: center;
	gap: 30px;
}

.profile-car {
	max-width: 240px;
}
.descpro {
	position: relative;
	width: 50%;
}
.descpro .p-name {
	font-size: 2.4rem;
	font-weight: bold;
}

.schecen2 {
	margin: 20px auto 0;
	justify-content: center;
	gap: 20px;
}
.schecen2 .secday {
	width: calc((100% / 7) - 20px);
	text-align: center;
}
.secday .num {
	color: #fff;
	background-color: rgba(237, 30, 121, 0.4);
	padding: 4px 0;
}
.new2 {
	position: absolute;
	right: 5px;
	top: 0;
	background-color: #ed1e79;
	color: #fff;
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.descpro {
		width: 100%;
	}
	.profile_flex {
		margin-bottom: 30px;
	}
	.schecen2 .secday {
		width: 100%;
	}
}
