/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   search
---------------------------------------------------------------------------*/
.m-search {
	position: relative;
}

.m-search__input {
	position: relative;
	width: 100%;
	height: 40px;
}

.m-search__input::before {
	position: absolute;
	top: 10px;
	left: 14px;
	width: 20px;
	height: 20px;
	background: url(../../assets/images/common/ico_search_gray.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-search__input::before {
		position: absolute;
		top: 12px;
		left: 14px;
		width: 15px;
		height: 15px;
		background: url(../../assets/images/common/ico_search_gray.svg) no-repeat 50% 50%;
		background-size: 15px 15px;
		content: '';
	}
}

.m-search .c-input {
	width: calc(100% - 40px);
	height: 40px;
	padding: 0 20px 0 45px;
	color: #000;
}

.m-search__submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 40px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.m-search__submit .btn {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0 5px 5px 0;
	background-color: #ff4800;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: .2s;
	        transition: .2s;
}

.mode-pc .m-search__submit .btn:hover {
	opacity: .8;
}

/*--------------------------------------------------------------------------
   side
---------------------------------------------------------------------------*/
.m-side {
	position: -webkit-sticky;
	position:         sticky;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.m-side {
		position: static;
	}
}

/*--------------------------------------------------------------------------
   main-bnrs
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.m-main-bnrs {
		padding: 0 15px;
	}
}

.m-main-bnrs__item + .m-main-bnrs__item {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.m-main-bnrs__item + .m-main-bnrs__item {
		margin-top: 20px;
	}
}

.m-main-bnrs__item a {
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-main-bnrs__item a:hover {
	opacity: .8;
}

.m-main-bnrs__item img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------
   side-bnrs
---------------------------------------------------------------------------*/
.m-side-bnrs {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.m-side-bnrs {
		margin-top: 20px;
		padding: 0 15px;
	}
}

.m-side-bnrs__item + .m-side-bnrs__item {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.m-side-bnrs__item + .m-side-bnrs__item {
		margin-top: 20px;
	}
}

.m-side-bnrs__item a {
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-side-bnrs__item a:hover {
	opacity: .8;
}

.m-side-bnrs__item img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------
   side-freeword
---------------------------------------------------------------------------*/
.m-side-freeword {
	margin-bottom: 20px;
	border: 1px solid #ff4800;
}

@media only screen and (max-width: 767px) {
	.m-side-freeword {
		margin: 20px 15px 0;
	}
}

.m-side-freeword__hdg {
	position: relative;
	padding: 5px 0 6px 35px;
	background-color: #ff4800;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.m-side-freeword__hdg::before {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../../../assets/images/common/ico_search_white.svg);
	background-repeat: no-repeat;
	background-size: 18px auto;
	content: '';
}

.m-side-freeword__box {
	padding: 20px;
	border: 1px solid #ff6d33;
	border-top: 0;
}

.m-side-freeword__box .c-input {
	height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.m-side-freeword__box .m-btns .c-btn {
	width: 100%;
	margin: 0;
}

.m-side-freeword__box .m-btns .c-submit input {
	width: 100%;
}

/*--------------------------------------------------------------------------
   side-filter
---------------------------------------------------------------------------*/
.m-side-filter {
	margin-bottom: 20px;
	border: 1px solid #ff4800;
}

@media only screen and (max-width: 767px) {
	.m-side-filter {
		margin: 20px 15px 0;
	}
}

.m-side-filter__hdg {
	position: relative;
	padding: 5px 0 6px 35px;
	background-color: #ff4800;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.m-side-filter__hdg::before {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../../../assets/images/common/ico_search_white.svg);
	background-repeat: no-repeat;
	background-size: 18px auto;
	content: '';
}

.m-side-filter__box {
	padding: 20px;
	border: 1px solid #ff6d33;
	border-top: 0;
}

.m-side-filter__box .box-check {
	margin-bottom: 20px;
}

.m-side-filter__box .box-check .c-hdg-borderLeft {
	margin-bottom: 5px;
	padding-left: 7px;
	border-color: #ff4800;
	font-size: 16px;
	line-height: 1.3;
}

.m-side-filter__box .box-check__list input[type=checkbox] {
	display: none;
}

.m-side-filter__box .box-check__list label::before {
	width: 16px;
	height: 16px;
}

.m-side-filter__box .box-check__list--row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.m-side-filter__box .box-check__list--row .box-check__item {
	width: 50%;
}

.m-side-filter__box .c-input {
	height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.m-side-filter__box .m-btns .c-btn {
	width: 100%;
	margin: 0;
}

.m-side-filter__box .m-btns .c-btn .c-submit input {
	width: 100%;
}

.m-side-filter__link {
	margin-bottom: 20px;
	text-align: right;
}

.m-side-filter__link a {
	color: #878787;
	-webkit-transition: .2s cubic-bezier(.165, .84, .44, 1);
	        transition: .2s cubic-bezier(.165, .84, .44, 1);
}

.mode-pc .m-side-filter__link a:hover {
	opacity: .8;
}

/*--------------------------------------------------------------------------
   side-column
---------------------------------------------------------------------------*/
.m-side-column {
	margin-bottom: 20px;
	border: 1px solid #ff4800;
}

@media only screen and (max-width: 767px) {
	.m-side-column {
		margin: 20px 15px 0;
	}
}

.m-side-column__hdg {
	position: relative;
	padding: 5px 0 6px 35px;
	background-color: #ff4800;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.m-side-column__hdg::before {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 18px;
	height: 13px;
	background-image: url(../../../assets/images/common/ico_note.svg);
	background-repeat: no-repeat;
	background-size: 18px auto;
	content: '';
}

.m-side-column__list {
	padding: 10px 20px;
	border: 1px solid #ff6d33;
	border-top: 0;
}

.m-side-column__list .m-side-column__item::before {
	top: 26px;
}

.m-side-column__list .m-side-column__item + .m-side-column__item {
	margin-top: 0;
	border-top: 1px solid #ebebeb;
}

.m-side-column__item {
	padding: 18px 0;
	font-size: 13px;
}

/*--------------------------------------------------------------------------
   side-franchise
---------------------------------------------------------------------------*/
.m-side-franchise {
	margin-top: 20px;
	
}

@media only screen and (max-width: 767px) {
	.m-side-franchise {
		margin: 20px 15px 0;
	}
}

.m-side-franchise .m-franchise-info:nth-child(n + 2) {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.m-side-franchise .m-franchise-info:nth-child(n + 2) {
		margin-top: 20px;
	}
}

.m-side-franchise__title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	color: #ff4800;
    font-size: 18px;
    line-height: 1;
	font-weight: 700;
}

.m-side-franchise__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ff4800;
    content: '';
}

/*--------------------------------------------------------------------------
   fix-btns
---------------------------------------------------------------------------*/
.m-fix-btns {
	display: none;
}

@media only screen and (max-width: 767px) {
	.m-fix-btns {
		display: block;
		position: fixed;
		bottom: -100px;
		left: 0;
		z-index: 99;
		width: 100%;
		padding: 12px 15px;
		background-color: #fff;
		-webkit-transition: bottom .2s;
		        transition: bottom .2s;
	}
}

.m-fix-btns__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.m-fix-btns__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 48%;
}

.m-fix-btns__item img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.m-fix-btns__item--star a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		position: relative;
		width: 100%;
		padding: 10px 0 9px 26px;
		border-radius: 3px;
		background-color: #ffd00b;
		color: #63462d;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	.m-fix-btns__item--star a::before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 2px;
		border-radius: 0 0 4px 4px;
		background-color: rgba(0, 0, 0, .2);
		content: '';
	}
}

@media only screen and (max-width: 767px) {
	.m-fix-btns__item--star .txt {
		position: relative;
		font-size: 3.125vw;
		font-weight: 700;
	}
}

@media only screen and (max-width: 374px) {
	.m-fix-btns__item--star .txt {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	.m-fix-btns__item--star .txt::before {
		position: absolute;
		top: calc(50% - 6px);
		left: -24px;
		width: 16px;
		height: 14px;
		background: url(../../assets/images/common/ico_star.svg) no-repeat 0 0;
		background-size: 16px 14px;
		content: '';
	}
}

@media only screen and (max-width: 374px) {
	.m-fix-btns__item--star .txt::before {
		left: -20px;
	}
}

@media only screen and (max-width: 767px) {
	.m-fix-btns__item--star .num {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-left: 5px;
		padding-top: 5px;
		border-radius: 16px;
		background-color: #f00;
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 1;
	}
}

.m-fix-btns.is-show {
	bottom: 0;
}

/*--------------------------------------------------------------------------
   hdg-section
---------------------------------------------------------------------------*/
.m-hdg-section {
	position: relative;
	padding-bottom: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section {
		padding-bottom: 10px;
	}
}

.m-hdg-section::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	content: '';
}

.m-hdg-section::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #ff4800;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-hdg-section::after {
		width: 40px;
	}
}

.m-hdg-section__body {
	position: relative;
	padding-left: 56px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section__body {
		padding-left: 38px;
	}
}

.m-hdg-section__body::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../../assets/images/common/ico_search_keycolor.svg) no-repeat;
	background-size: 40px 40px;
	content: '';
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.m-hdg-section__body::before {
		width: 30px;
		height: 30px;
		background: url(../../assets/images/common/ico_search_keycolor.svg) no-repeat;
		background-size: 30px 30px;
	}
}

.m-hdg-section__title {
	margin-left: -43px;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section__title {
		margin-left: -10px;
	}
}

.m-hdg-section__title img {
	width: 100%;
}

.m-hdg-section__hdg {
	color: #ff4800;
	font-size: 28px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section__hdg {
		font-size: 22px;
	}
}

.m-hdg-section__hdg .logo-franchise {
	margin-right: 5px;
}

.m-hdg-section__hdg .logo-franchise img {
	vertical-align: bottom;
}

.m-hdg-section__lead {
	display: block;
	margin-top: 5px;
	color: #ff4800;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section__lead {
		margin-top: 2px;
		line-height: 1.5;
	}
}

.m-hdg-section--crown .m-hdg-section__body::before {
	width: 44px;
	height: 34px;
	background: url(../../assets/images/common/ico_crown_keycolor.svg) no-repeat;
	background-size: 44px 34px;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--crown .m-hdg-section__body::before {
		width: 33px;
		height: 26px;
		background: url(../../assets/images/common/ico_crown_keycolor.svg) no-repeat;
		background-size: 33px auto;
	}
}

.m-hdg-section--board .m-hdg-section__body::before {
	width: 33px;
	height: 42px;
	background: url(../../assets/images/common/ico_board.svg) no-repeat;
	background-size: 33px 42px;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--board .m-hdg-section__body::before {
		width: 25px;
		height: 32px;
		background: url(../../assets/images/common/ico_board.svg) no-repeat;
		background-size: 25px auto;
	}
}

.m-hdg-section--book .m-hdg-section__body::before {
	width: 38px;
	height: 28px;
	background: url(../../assets/images/common/ico_book.svg) no-repeat;
	background-size: 38px 28px;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--book .m-hdg-section__body::before {
		width: 29px;
		height: 22px;
		background: url(../../assets/images/common/ico_book.svg) no-repeat;
		background-size: 29px auto;
	}
}

.m-hdg-section--voice .m-hdg-section__body::before {
	width: 42px;
	height: 38px;
	background: url(../../assets/images/common/ico_voice.svg) no-repeat;
	background-size: 42px 38px;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--voice .m-hdg-section__body::before {
		width: 32px;
		height: 29px;
		background: url(../../assets/images/common/ico_voice.svg) no-repeat;
		background-size: 32px auto;
	}
}

.m-hdg-section--heart .m-hdg-section__body::before {
	width: 22px;
	height: 20px;
	margin-top: 2px;
	background: url(../../assets/images/common/ico_heart.svg) no-repeat;
	background-size: 22px auto;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--heart .m-hdg-section__body::before {
		width: 22px;
		height: 20px;
		margin-top: 1px;
		background: url(../../assets/images/common/ico_heart.svg) no-repeat;
		background-size: 22px auto;
	}
}

.m-hdg-section--question .m-hdg-section__body::before {
	width: 16px;
	height: 24px;
	margin-top: 3px;
	background: url(../../assets/images/common/ico_question.svg) no-repeat;
	background-size: 16px auto;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--question .m-hdg-section__body::before {
		width: 16px;
		height: 24px;
		margin-top: 1px;
		background: url(../../assets/images/common/ico_question.svg) no-repeat;
		background-size: 16px auto;
	}
}

.m-hdg-section--flag .m-hdg-section__body::before {
	width: 20px;
	height: 18px;
	margin-top: 3px;
	background: url(../../assets/images/common/ico_flag.svg) no-repeat;
	background-size: 20px auto;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--flag .m-hdg-section__body::before {
		width: 20px;
		height: 18px;
		margin-top: 1px;
		background: url(../../assets/images/common/ico_flag.svg) no-repeat;
		background-size: 20px auto;
	}
}

.m-hdg-section--coin .m-hdg-section__body::before {
	width: 22px;
	height: 22px;
	margin-top: 3px;
	background: url(../../assets/images/common/ico_coin.svg) no-repeat;
	background-size: 22px auto;
}

@media only screen and (max-width: 767px) {
	.m-hdg-section--coin .m-hdg-section__body::before {
		width: 22px;
		height: 22px;
		margin-top: 1px;
		background: url(../../assets/images/common/ico_coin.svg) no-repeat;
		background-size: 22px auto;
	}
}

.m-hdg-section--ico-empty .m-hdg-section__body {
	padding-left: 0;
}

.m-hdg-section--ico-empty .m-hdg-section__body::before {
	content: none;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   tab
---------------------------------------------------------------------------*/
.m-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;

	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.m-tab {
		border-bottom: 2px solid #ebebeb;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
}

.m-tab__item {
	position: relative;
	margin-left: 4px;
	font-size: 16px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.m-tab__item {
		margin: 0 4px;
	}
}

.m-tab__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	width: 160px;
	height: 48px;
	border: 2px solid #ebebeb;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	background-color: #ebebeb;
	-webkit-transition: .3s;
	        transition: .3s;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

@media only screen and (max-width: 767px) {
	.m-tab__item a {
		width: 155px;
		height: 44px;
	}
}

.mode-pc .m-tab__item a:hover {
	background-color: #fff;
}

.m-tab__item.is-current a::before {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: 6px;
	border-radius: 4px 4px 0 0;
	background-color: #ff4800;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-tab__item.is-current a::after {
		position: absolute;
		bottom: -2px;
		left: 2px;
		width: calc(100% - 4px);
		height: 2px;
		background-color: #fff;
		content: '';
	}
}

.m-tab__item.is-current a {
	height: 58px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.m-tab__item.is-current a {
		height: 50px;
	}
}

/*--------------------------------------------------------------------------
   search-box
---------------------------------------------------------------------------*/
.m-search-box {
	overflow: hidden;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-search-box + .m-search-box {
		margin-top: 20px;
	}
}

.m-search-box__hdg {
	position: relative;
	width: 100%;
	padding: 13px 0 25px;
	border-radius: 4px 4px 0 0;
	background: url(../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	/* open */
}

@media only screen and (max-width: 767px) {
	.m-search-box__hdg {
		padding: 13px 0;
		border-radius: 4px;
		background: url(../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
		background-size: 5px 5px;
		font-size: 18px;
	}
}

.m-search-box__hdg::before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 50%;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #f5f5f5;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-search-box__hdg::before {
		border-right: 6px solid transparent;
		border-bottom: 6px solid #f5f5f5;
		content: '';
		opacity: 0;
	}
}

.m-search-box__hdg::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	border-bottom: 12px solid #f5f5f5;
	border-left: 12px solid transparent;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-search-box__hdg::after {
		border-bottom: 6px solid #f5f5f5;
		border-left: 6px solid transparent;
		content: '';
		opacity: 0;
	}
}

.m-search-box__hdg .body {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.m-search-box__hdg .body {
		display: block;
	}
	.m-search-box__hdg .body::before {
		position: absolute;
		top: calc(50% - 4px);
		right: 9px;
		width: 14px;
		height: 9px;
		background: url(../../assets/images/common/ico_arw_white.svg) no-repeat;
		background-size: 14px auto;
		content: '';
	}
}

.m-search-box__hdg .small {
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.m-search-box__hdg .small {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.m-search-box__hdg.is-show {
		padding: 13px 0 19px;
		border-radius: 4px 4px 0 0;
	}
	.m-search-box__hdg.is-show::before {
		opacity: 1;
	}
	.m-search-box__hdg.is-show::after {
		opacity: 1;
	}
	.m-search-box__hdg.is-show .body::before {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.m-search-box__hdg.is-show + .m-search-box__body {
		max-height: 2000px;
	}
	.m-search-box__hdg.is-show + .m-search-box__body .m-search-box__inline {
		padding: 14px 30px 30px;
	}
}

.m-search-box__body {
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-search-box__body {
		max-height: 0;
		-webkit-transition: max-height .6s;
		        transition: max-height .6s;
	}
}

.m-search-box__body .m-search-box__check {
	padding: 10px 30px 10px;
}

.m-search-box__body .m-search-box__inline {
	padding: 10px 30px 30px;
}

.m-search-box__body .m-search-seminar {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.m-search-box__body .m-search-seminar {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-search-box__body .m-btns {
		margin-bottom: 30px;
	}
}

.m-search-box__head {
	display: block;
	position: relative;
	width: 100%;
	padding: 18px 0 30px;
	border-radius: 4px 4px 0 0;
	background: url(../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	/* open */
}

@media only screen and (max-width: 767px) {
	.m-search-box__head {
		padding: 13px 0;
		border-radius: 4px;
		background: url(../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
		background-size: 5px 5px;
		font-size: 18px;
	}
}

.m-search-box__head .small {
	font-size: 18px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.m-search-box__head .small {
		font-size: 14px;
	}
}

.m-search-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.m-search-boxes .m-search-box {
	flex-shrink: 0;
	width: calc(100% / 3 - 10px);
}

.m-search-boxes .m-search-box .m-search-box__head {
	padding: 30px 0 30px;
	font-size: 14px;
	line-height: 1.5;
}

.m-search-box__modal {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 50px 0 80px;
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
    overflow-y: auto;
}

.m-search-box__head.is-show + .m-search-box__modal {
	display: block;
}

.m-search-box__modal .m-search-box__body {
	max-height: none;
}

.m-search-box__title {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0 30px;
    background: url(../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-search-box__title {
		padding: 13px 0;
	    background: url(../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
	    background-size: 5px 5px;
	    font-size: 18px;
	}
}

.m-search-box__title::after {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #ff6d33 transparent transparent transparent;
    content: '';
}

.m-search-box__title .small {
	font-size: 18px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.m-search-box__title .small {
		font-size: 14px;
	}
}

.m-search-box__close {
	margin: auto;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}

.m-search-box__close::before,
.m-search-box__close::after {
	content: '';
	display: block;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center;
}

.m-search-box__close::before {
	transform: rotate(-45deg);
}

.m-search-box__close::after {
	transform: rotate(45deg);
}

/*--------------------------------------------------------------------------
   search-seminar
---------------------------------------------------------------------------*/
.m-search-seminar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.m-search-seminar {
		display: block;
	}
}

.m-search-seminar__select {
	position: relative;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.m-search-seminar__select {
		width: auto;
		font-size: 14px;
	}
}

.m-search-seminar__select select {
	height: 40px;
}

.m-search-seminar__date {
	position: relative;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.m-search-seminar__date {
		width: auto;
		margin-top: 20px;
		font-size: 14px;
	}
}

.m-search-seminar__date::before {
	position: absolute;
	top: calc(50% - 9px);
	right: 13px;
	width: 15px;
	height: 17px;
	background: url(../../assets/images/common/ico_calendar.svg) no-repeat;
	background-size: 15px 17px;
	content: '';
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	.m-search-seminar__date::before {
		right: 15px;
	}
}

.m-search-seminar__date .c-input {
	height: 40px;
	padding-left: 20px;
	cursor: pointer;
}

.m-search-seminar input::-webkit-input-placeholder {
	color: #5c5c5c;
}

.m-search-seminar input:-ms-input-placeholder {
	color: #5c5c5c;
}

.m-search-seminar input::placeholder {
	color: #5c5c5c;
}

.m-search-seminar ::-webkit-input-placeholder {
	color: #5c5c5c;
}

.m-search-seminar ::-moz-placeholder {
	color: #5c5c5c;
}

.m-search-seminar :-ms-input-placeholder {
	color: #5c5c5c;
}

.m-search-seminar :-moz-placeholder {
	color: #5c5c5c;
}

/*--------------------------------------------------------------------------
   seminar-box
---------------------------------------------------------------------------*/
.m-seminar-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -12px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.m-seminar-boxes {
		display: block;
		margin: 0;
	}
}

.m-seminar-box {
	position: relative;
	width: 47%;
	margin: 0 12px;
	padding: 10px 5px 14px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.m-seminar-box {
		width: auto;
		margin: 0;
		padding: 8px 3px 14px;
	}
	.m-seminar-box + .m-seminar-box {
		margin-top: 20px;
	}
}

.m-seminar-box::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	border-radius: 4px 4px 0 0;
	background-color: #ff4800;
	content: '';
}

.m-seminar-box:nth-child(n + 3) {
	margin-top: 24px;
}

@media only screen and (max-width: 767px) {
	.m-seminar-box:nth-child(n + 3) {
		margin-top: 20px;
	}
}

.mode-pc .m-seminar-box a:hover .m-seminar-box__img {
	opacity: .8;
}

.mode-pc .m-seminar-box a:hover .m-seminar-box__hdg {
	text-decoration: none;
}

.m-seminar-box .m-seminar-box__img {
	display: block;
	-webkit-transition: .3s;
	        transition: .3s;
}

.m-seminar-box .m-seminar-box__img img {
	width: 100%;
	height: auto;
}

.m-seminar-box .m-seminar-box__hdg {
	margin: 15px 24px 0;
	text-decoration: underline;
	color: #1ead95;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
}

@media only screen and (max-width: 767px) {
	.m-seminar-box .m-seminar-box__hdg {
		margin: 10px 13px 0;
		line-height: 1.3;
	}
}

.m-seminar-box__date {
	margin: 10px 24px 0;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 767px) {
	.m-seminar-box__date {
		margin: 10px 13px 0;
		font-size: 14px;
	}
}

.m-seminar-box__txt {
	margin: 5px 24px 0;
}

@media only screen and (max-width: 767px) {
	.m-seminar-box__txt {
		margin: 6px 13px 0;
		font-size: 14px;
	}
}

/*--------------------------------------------------------------------------
   franchise-box
---------------------------------------------------------------------------*/
.m-franchise-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -12px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.m-franchise-boxes {
		display: block;
		margin: 0;
	}
}

.m-franchise-box {
	position: relative;
	width: 47%;
	margin: 0 12px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-franchise-box {
		width: auto;
		margin: 0;
	}
	.m-franchise-box + .m-franchise-box {
		margin-top: 20px;
	}
}

.m-franchise-box__img a {
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-franchise-box__img a:hover {
	opacity: .8;
}

.m-franchise-box__img img {
	width: 100%;
	height: auto;
}

.m-franchise-box__body {
	padding: 10px 15px 12px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-franchise-box__body {
		padding: 6px 8px 12px;
	}
}

.m-franchise-box__hdg {
	color: #1ead95;
	font-size: 18px;
	font-weight: 700;
}

.m-franchise-box__hdg a {
	text-decoration: underline;
}

.mode-pc .m-franchise-box__hdg a:hover {
	text-decoration: none;
}

.m-franchise-box:nth-child(n + 3) {
	margin-top: 30px;
}

/*--------------------------------------------------------------------------
   btns
---------------------------------------------------------------------------*/
.m-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.m-btns .c-btn {
	position: -webkit-sticky;
	position:         sticky;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.m-btns .c-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
	}
}

.m-btns .c-btn--detail a .txt::after {
	width: 16px;
	height: 20px;
	background-image: url(../../../assets/images/common/ico_office_white.svg);
	background-size: 16px 20px;
}

.m-btns .c-btn--schedule a .txt::after {
	width: 17px;
	height: 18px;
	background-image: url(../../../assets/images/common/ico_calendar_white.svg);
	background-size: 17px 18px;
}

.m-btns .c-btn--document a .txt::after {
	width: 18px;
	height: 18px;
	background-image: url(../../../assets/images/common/ico_file_white.svg);
	background-size: 18px 18px;
}

.m-btns .c-btn--reserve a .txt::after {
	width: 18px;
	height: 18px;
	background-image: url(../../../assets/images/common/ico_file_white.svg);
	background-size: 18px 18px;
}

.m-btns .c-btn--star a .txt::after {
	width: 20px;
	height: 18px;
	background-image: url(../../../assets/images/common/ico_star.svg);
	background-size: 20px 18px;
}
.m-btns .c-btn--entry a .txt::after {
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/common/ico_entry.svg);
    background-size: 20px 20px;
}

@media only screen and (max-width: 767px) {
	.m-btns .c-btn a {
		width: 100%;
	}
}

@media only screen and (max-width: 374px) {
	.m-btns .c-btn a {
		padding: 15px 5px 20px;
	}
}

.m-btns .c-btn a .txt {
	position: relative;
	padding-left: 26px;
}

@media only screen and (max-width: 767px) {
	.m-btns .c-btn a .txt {
		font-size: 12px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 374px) {
	.m-btns .c-btn a .txt {
		font-size: 10px;
	}
}

.m-btns .c-btn a .txt::after {
	position: absolute;
	content: '';
}

.m-btns .c-btn a .txt::after {
	top: calc(50% - 8px);
	left: 0;
}

.m-btns .c-btn--empty a .txt {
	padding-left: 0;
}

@media only screen and (max-width: 767px) {
	.m-btns .c-btn--empty a .txt {
		padding-top: 0;
	}
}

.m-btns .c-btn--star.is-selected a {
	background-color: #999;
	cursor: default;
}

.m-btns .c-btn--star.is-selected a::before {
	content: none;
}

.m-btns .c-btn--star.is-selected a:hover {
	margin-top: 0;
	padding: 15px 10px 20px;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.m-btns .c-btn--back {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn {
		display: block;
		width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn--detail a .txt::after {
		width: 23px;
		height: 27px;
		background-size: 23px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn--schedule a .txt::after {
		width: 24px;
		height: 25px;
		background-size: 24px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn--document a .txt::after {
		width: 25px;
		height: 25px;
		background-size: 25px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn--reserve a .txt::after {
		width: 25px;
		height: 25px;
		background-size: 25px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn--star a .txt::after {
		width: 27px;
		height: 25px;
		background-size: 27px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		height: 100px;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}

.m-btns--triple .c-btn a .txt {
	position: relative;
	padding-left: 26px;
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn a .txt {
		display: block;
		padding-top: 38px;
		padding-left: 0;
		font-size: 14px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 374px) {
	.m-btns--triple .c-btn a .txt {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--triple .c-btn a .txt::after {
		top: 0;
		left: calc(50% - 12px);
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn {
		display: block;
		width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn--detail a .txt::after {
		width: 23px;
		height: 27px;
		background-size: 23px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn--schedule a .txt::after {
		width: 24px;
		height: 25px;
		background-size: 24px auto;
	}
}

.page-search-list .search-list .m-btns.m-btns--four .c-btn--document a {
	width: 170px;
}

@media only screen and (max-width: 767px) {
	.page-search-list .search-list .m-btns.m-btns--four .c-btn--document a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn--document a .txt::after {
		width: 25px;
		height: 25px;
		background-size: 25px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn--reserve a .txt::after {
		width: 25px;
		height: 25px;
		background-size: 25px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn--star a .txt::after {
		width: 27px;
		height: 25px;
		background-size: 27px auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		height: 100px;
		font-size: 12px;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}

.m-btns--four .c-btn a .txt {
	position: relative;
	padding-left: 26px;
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn a .txt {
		display: block;
		padding-top: 38px;
		padding-left: 0;
		font-size: 12px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 374px) {
	.m-btns--four .c-btn a .txt {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.m-btns--four .c-btn a .txt::after {
		top: 0;
		left: calc(50% - 12px);
	}
}

/*--------------------------------------------------------------------------
   link-box
---------------------------------------------------------------------------*/
.m-link-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -7.5px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.m-link-boxes {
		margin: 0;
	}
}

.m-link-box {
	position: relative;
	width: 31.4%;
	margin: 0 7.5px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-link-box {
		width: 47%;
		margin: 0;
	}
	.m-link-box:nth-child(odd) {
		margin-right: 3%;
	}
}

.m-link-box a {
	display: block;
	-webkit-transition: .3s;
	        transition: .3s;
}

.m-link-box a .m-link-box__hdg {
	text-decoration: underline;
}

.mode-pc .m-link-box a:hover .m-link-box__img {
	opacity: .8;
}

.mode-pc .m-link-box a:hover .m-link-box__hdg {
	text-decoration: none;
}

.m-link-box__img {
	-webkit-transition: .3s;
	        transition: .3s;
}

.m-link-box__img img {
	width: 100%;
	height: auto;
}

.m-link-box__body {
	padding: 10px 15px 12px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-link-box__body {
		padding: 6px 8px 12px;
	}
}

.m-link-box__hdg {
	color: #1ead95;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.625;
}

@media only screen and (max-width: 767px) {
	.m-link-box__hdg {
		font-size: 14px;
	}
}

.m-link-box:nth-child(n + 4) {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.m-link-box:nth-child(n + 4) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-link-box:nth-child(n + 3) {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------------
   m-breadcrumb
---------------------------------------------------------------------------*/
.m-breadcrumb {
	padding: 10px 0;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.m-breadcrumb {
		padding: 10px 15px;
	}
}

.m-breadcrumb__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 1080px;
	margin: 0 auto;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.m-breadcrumb__list {
		width: 100%;
	}
}

.m-breadcrumb__item {
	position: relative;
}

.m-breadcrumb__item + .m-breadcrumb__item {
	margin-left: 7px;
	padding-left: 14px;
}

.m-breadcrumb__item + .m-breadcrumb__item::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: #838282;
	content: '>';
}

.m-breadcrumb__item a {
	text-decoration: underline;
	color: #878787;
}

.mode-pc .m-breadcrumb__item a:hover {
	text-decoration: none;
	color: #ff4800;
}

/*--------------------------------------------------------------------------
   m-page-header
---------------------------------------------------------------------------*/
.m-page-header {
	margin-top: 20px;
	background-color: #ff4800;
}

@media only screen and (max-width: 767px) {
	.m-page-header {
		padding: 0 15px;
	}
}

.m-page-header__hdg {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-left: 34px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.m-page-header__hdg {
		width: 100%;
	}
}

.m-page-header__hdg::before {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 16px;
	height: 4px;
	background-color: #fff;
	content: '';
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   pager
---------------------------------------------------------------------------*/
.m-pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	flex-shrink: 0;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.m-pager__move a {
	padding: 0 4px;
	text-decoration: underline;
	color: #878787;
}

.mode-pc .m-pager__move a:hover {
	text-decoration: none;
	color: #ff4800;
}

.m-pager__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.m-pager__item a {
	padding: 0 7px;
	text-decoration: underline;
	color: #878787;
}

.mode-pc .m-pager__item a:hover {
	text-decoration: none;
	color: #ff4800;
}

.m-pager__item--current a {
	text-decoration: none;
	color: #ff4800;
}

/*--------------------------------------------------------------------------
   m-local-nav
---------------------------------------------------------------------------*/
.m-local-nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.m-local-nav__list {
		width: 100%;
	}
}

.m-local-nav__item {
	width: 19%;
	font-size: 14px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.m-local-nav__item {
		width: 19%;
		font-size: 10px;
	}
}

.m-local-nav__item--current {
	font-weight: bold;
}

.m-local-nav__item .c-wishlist-balloon {
	padding: 15px 0;
	border-radius: 4px;
	position: relative;
	background: url(../../../assets/images/common/bg_repeat_skew_gray.png) repeat 0 0;
	color: #333;
	-webkit-transition: .2s;
	        transition: .2s;
}

.m-local-nav__item .c-wishlist-balloon::after {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 9px 0 9px;
    border-color: #ff6d33 transparent transparent transparent;
    content: '';
}

.m-local-nav__item a .c-wishlist-balloon::before,
.m-local-nav__item a .c-wishlist-balloon::after {
	content: none;
}

.m-local-nav__item--current .c-wishlist-balloon,
.mode-pc .m-local-nav__item a:hover .c-wishlist-balloon {
	background: url(../../../assets/images/common/bg_repeat_skew.png) repeat 0 0;
	color: #fff;
}

.m-local-nav__item.is-close .c-wishlist-balloon {
	background: #999;
	background-image: none;
	color: #fff;
}

.m-local-nav__item.is-close .c-wishlist-balloon::before,
.m-local-nav__item.is-close .c-wishlist-balloon::after {
	content: none;
}

.m-local-nav__item--current .c-wishlist-balloon::before,
.m-local-nav__item--current .c-wishlist-balloon::after {
	/*width: 9px;
	height: 13px;*/
}

.m-local-nav__item--current .c-wishlist-balloon::before {
	right: 50%;
}

.m-local-nav__item--current .c-wishlist-balloon::after {
	left: 50%;
}

.m-local-nav__item .c-wishlist-balloon {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

@media only screen and (max-width: 767px) {
	.m-local-nav__item .c-wishlist-balloon {
		height: 45px;
		padding: 10px 10px;
		line-height: 1.2;
	}
}

.m-local-nav__item--simple {
	width: 21%;
}

@media only screen and (max-width: 767px) {
	.m-local-nav__item--simple {
		width: 100%;
		margin-bottom: 15px;
	}
}

.m-local-nav__item--simple:last-child {
	width: 260px;
}

@media only screen and (max-width: 767px) {
	.m-local-nav__item--simple:last-child {
		width: 100%;
	}
}

.m-local-nav__item--simple a {
	display: block;
	position: relative;
	padding: 12px 0 13px;
	border-radius: 6px;
	background-color: #ff6d33;
	text-align: center;
	color: #fff;
	-webkit-transition: .2s;
	        transition: .2s;
}

@media only screen and (max-width: 767px) {
	.m-local-nav__item--simple a {
		padding: 10px 25px;
	}
}

.m-local-nav__item--simple a::before {
	position: absolute;
	top: calc(50% - 3px);
	right: 13px;
	width: 9px;
	height: 6px;
	background: url(../../../assets/images/common/ico_arw_white.svg) no-repeat;
	background-size: 9px auto;
	content: '';
}

.mode-pc .m-local-nav__item--simple a:hover {
	opacity: .6;
}

.m-local-nav .balloon-event {
	display: none;
}

.m-local-nav.is-event {
	position: relative;
	padding-top: 40px;
}

@media only screen and (max-width: 767px) {
	.m-local-nav.is-event {
		padding-top: 38px;
	}
}

.m-local-nav.is-event .balloon-event {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 8px 15px;
	border-radius: 10px;
	background-color: #ff4800;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-local-nav.is-event .balloon-event {
		left: 43%;
	}
}

.m-local-nav.is-event .balloon-event::before {
	position: absolute;
	bottom: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 10px 7px 0 7px;
	border-style: solid;
	border-color: #ff4800 transparent transparent transparent;
	content: '';
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   rating
---------------------------------------------------------------------------*/
.m-rating {
	padding: 18px 20px 20px;
	border: 1px solid #ebebeb;
}

.m-rating__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.m-rating__inner {
		display: block;
	}
}

.m-rating__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: 10px;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.m-rating__list {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.m-rating__item {
	line-height: 1;
}

.m-rating__item + .m-rating__item {
	margin-left: 7px;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   pager-column
---------------------------------------------------------------------------*/
.m-pager-column {
	margin-top: 60px;
	padding-top: 36px;
	border-top: 2px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.m-pager-column {
		margin-top: 30px;
		padding-top: 18px;
	}
}

.m-pager-column__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.m-pager-column__item {
	width: 46%;
}

.m-pager-column__item--next {
	text-align: right;
}

.m-pager-column__item .item-hdg {
	font-weight: 700;
}

.m-pager-column__item a {
	text-decoration: underline;
	color: #878787;
}

.mode-pc .m-pager-column__item a:hover {
	text-decoration: none;
	color: #ff4800;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   step
---------------------------------------------------------------------------*/
.m-step {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.m-step {
		margin-bottom: 15px;
	}
}

.m-step__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.m-step__item {
	position: relative;
	width: 30%;
	height: 60px;
	padding-top: 20px;
	background-color: #f8f8f8;
	text-align: center;
	color: #777;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-step__item {
		height: 40px;
		padding-top: 10px;
		font-size: 16px;
	}
}

.m-step__item::before {
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 1;
	width: 0;
	height: 0;
	border-width: 30px 0 30px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #f8f8f8;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-step__item::before {
		border-width: 20px 0 20px 20px;
	}
}

.m-step__item--on {
	background-color: #ff4800;
	color: #fff;
}

.m-step__item--on::before {
	border-color: transparent transparent transparent #fc4c00;
}

.m-step__item + .m-step__item {
	margin-left: 29px;
}

.m-step__item:last-child {
	width: 32%;
}

.m-step__item:last-child::before {
	content: none;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   sns
---------------------------------------------------------------------------*/
.m-sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.m-sns__item {
	width: 84px;
	padding: 0;
}

.m-sns__item--tw {
	margin-top: 10px;
}

.m-sns__item + .m-sns__item {
	margin-left: 10px;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   form-list
---------------------------------------------------------------------------*/
.m-form-list .c-table {
	margin-top: 20px;
}

.m-form-list .kakunin {
	margin-top: 20px;
}

.m-form-list .kanryoumade img {
	margin: 0 12px 0 0;
	vertical-align: middle;
}

.m-form-list .c-table__item ul {
	list-style-type: disc;
	list-style-position: inside;
	color: red;
}

.m-form-list .c-table__item li {
	color: red;
}

.m-form-list .form-lead {
	margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-lead {
		margin-bottom: 15px;
	}
}

.m-form-list .form-lead__lead {
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-lead__lead {
		font-size: 16px;
	}
}

.m-form-list .form-lead__lead span {
	color: #ff4800;
}

.m-form-list .form-box {
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box {
		margin-bottom: 15px;
	}
}

.m-form-list .form-box__hdg {
	padding: 7px 18px;
	background-color: #f8f8f8;
	font-weight: 700;
}

.m-form-list .form-box__hdg .must {
	margin-left: 8px;
	padding: 0 10px 2px;
	border-radius: 4px;
	background-color: #ff4800;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.m-form-list .form-box__item {
	padding: 18px 29px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item {
		padding: 10px 15px;
	}
}

.m-form-list .form-box__item .item-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 276px;
	white-space: nowrap;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}
.form-box .errors p,
.m-form-list .errors p{
	margin: 0 30px 0;
}


@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item .item-row {
		width: 100%;
	}
}

.m-form-list .form-box__item .item-row span {
	margin-right: 7px;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item .item-row span {
		display: block;
	}
}

.m-form-list .form-box__item .item-row + .item-row {
	margin-left: 28px;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item .item-row + .item-row {
		margin-left: 10px;
	}
}

.m-form-list .form-box__item--row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.m-form-list .form-box__item .c-input {
	height: 40px;
	padding-left: 20px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item .c-input {
		padding-left: 10px;
	}
}

.m-form-list .form-box__item .c-select {
	display: inline-block;
	width: 240px;
	height: 40px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item .c-select {
		width: 100%;
	}
}

.m-form-list .form-box__item .c-select select {
	padding: 6px 0 0 20px;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item .c-select select {
		padding: 10px 0 0 10px;
	}
}

.m-form-list .form-box__item .c-textarea {
	margin-top: 15px;
}

.m-form-list .form-box__item:last-child {
	border: 0;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item--address .item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}

.m-form-list .form-box__item--address .item + .item {
	margin-top: 12px;
}

.m-form-list .form-box__item--address .item span {
	display: inline-block;
	width: 100px;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-box__item--address .item span {
		width: auto;
		margin-right: 5px;
	}
}

.m-form-list .form-box__item .note {
	margin-top: 12px;
	color: #ff4800;
}

.m-form-list .form-agree {
	overflow-y: scroll;
	height: 180px;
	margin-bottom: 25px;
	padding: 25px 27px 30px;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-agree {
		margin-bottom: 15px;
		padding: 15px 17px;
	}
}

.m-form-list .form-agree__hdg {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.m-form-list .form-agree__hdg {
		margin-bottom: 15px;
	}
}

.m-form-list .form-agree__list + .form-agree__list {
	margin-top: 1em;
}

.m-form-list .form-agree__txt {
	margin: 1em 0;
}

.m-form-list .m-btns {
	margin-top: 35px;
}

@media only screen and (max-width: 767px) {
	.m-form-list .m-btns {
		display: block;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.m-form-list .m-btns .c-btn + .c-btn {
		margin-top: 13px;
	}
}

.m-form-list .m-btns .c-submit input {
	width: 300px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.m-form-list .m-btns .c-submit input {
		width: 100%;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   line-box
---------------------------------------------------------------------------*/
.m-line-box {
	margin-bottom: 46px;
	padding: 17px 20px 14px;
	border-radius: 6px;
	background-image: url(../../../assets/images/common/bg_repeat_skew_green.png);
	background-repeat: repeat;
}

@media only screen and (max-width: 767px) {
	.m-line-box {
		margin-bottom: 23px;
	}
}

.m-line-box__hdg img {
	width: 100%;
	height: auto;
}

.m-line-box__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner {
		display: block;
	}
}

.m-line-box__inner .inner-txt {
	padding: 4px 0 0 10px;
	color: #fff;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner .inner-txt {
		margin-bottom: 24px;
	}
}

.m-line-box__inner .inner-txt span {
	color: #fffd50;
}

.m-line-box__inner .inner-add {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 280px;
	padding: 4px 17px 4px 32px;
	background-color: #fff;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner .inner-add {
		width: 100%;
		padding: 0 11%;
	}
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner .inner-add .btn {
		width: 52%;
	}
}

.m-line-box__inner .inner-add .btn a {
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-line-box__inner .inner-add .btn a:hover {
	opacity: .8;
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner .inner-add .btn a img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner .inner-add .qr {
		width: 36%;
	}
}

@media only screen and (max-width: 767px) {
	.m-line-box__inner .inner-add .qr img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
   special-seminar
---------------------------------------------------------------------------*/
.m-special-seminar__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

@media only screen and (max-width: 767px) {
	.m-special-seminar__body {
		display: block;
	}
}

.m-special-seminar__box {
	width: calc((100% - 20px) / 3);
}

@media only screen and (max-width: 767px) {
	.m-special-seminar__box {
		width: auto;
	}
}

.m-special-seminar__box:nth-child(n + 2) {
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.m-special-seminar__box:nth-child(n + 2) {
		margin: 10px 0 0;
	}
}

.m-special-seminar .m-seminar-area {
	margin-top: 10px;
}

.m-special-seminar .m-reservation-date {
	margin-top: 10px;
}

/*--------------------------------------------------------------------------
   franchise-info
---------------------------------------------------------------------------*/
.m-franchise-info {
	padding: 10px;
	background-color: #f5f5f5;
}

.m-franchise-info__hdg {
	width: 100%;
	margin-bottom: 5%;
	text-align: center;
}

.m-franchise-info__hdg a {
	text-decoration: underline;
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-franchise-info__hdg a:hover {
	text-decoration: none;
	opacity: .8;
}

.m-franchise-info__logo {
	flex-shrink: 0;
	margin: 0 auto 5%;
	height: 100px;
	text-align: center;
}

.m-franchise-info__logo img {
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.m-franchise-info__name {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.m-franchise-info__name {
		font-size: 12px;
	}
}

.m-franchise-info__body {
	width: 100%;
}

.m-franchise-info__item {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.3;
}

/*--------------------------------------------------------------------------
   seminar-area
---------------------------------------------------------------------------*/
.m-seminar-area__hdg {
	position: relative;
	padding-left: 22px;
	font-size: 13px;
	font-weight: bold;
}

.m-seminar-area__hdg::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 20px;
	background: url('../../assets/images/common/ico_pin.png') no-repeat;
	background-size: 15px 20px;
	content: '';
}

.m-seminar-area__body {
	margin-top: 5px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.m-seminar-area__body {
		margin-top: 10px;
		line-height: 2;
	}
}

.m-seminar-area__item {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.m-seminar-area__item {
		margin-right: 10px;
		padding-right: 10px;
	}
}

.m-seminar-area__item a {
	text-decoration: underline;
	color: #1ead95;
}

.mode-pc .m-seminar-area__item a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   reservation-date
---------------------------------------------------------------------------*/
.m-reservation-date__hdg {
	position: relative;
	padding-left: 26px;
	font-size: 13px;
	font-weight: bold;
}

.m-reservation-date__hdg::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../../assets/images/common/ico_time.png') no-repeat;
	background-size: 20px 20px;
	content: '';
}

.m-reservation-date__body {
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.m-reservation-date__body {
		margin-top: 10px;
	}
}

.m-reservation-date__item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
	text-align: center;
}

.m-reservation-date__item a {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #1ead95;
	background-color: #fff;
	color: #1ead95;
	font-size: 12px;
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-reservation-date__item a:hover {
	background-color: #1ead95;
	color: #fff;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   movie
---------------------------------------------------------------------------*/
.m-movie {
	margin-bottom: 60px;
}

.m-movie .c-hdg-detail + .m-movie__txt {
	margin-top: 14px;
}

@media only screen and (max-width: 767px) {
	.m-movie .c-hdg-detail + .m-movie__txt {
		margin-top: 10px;
	}
}

.m-movie .c-hdg-detail + .m-movie__inner {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.m-movie .c-hdg-detail + .m-movie__inner {
		margin-top: 15px;
	}
}

.m-movie__txt {
	margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
	.m-movie__txt {
		margin-bottom: 10px;
	}
}

.m-movie__inner {
	height: 0;
	padding-bottom: 56.25%;
	text-align: center;
	position: relative;
}

.m-movie__inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------------------------------------------------------------------------
   franchise-slide
---------------------------------------------------------------------------*/
.m-franchise-slide {
	position: relative;
	padding: 30px 60px 20px;
}

@media only screen and (max-width: 767px) {
	.m-franchise-slide {
		padding: 30px 30px 20px;
	}
}

.m-franchise-slide__inner {
	padding: 0 20px;
}

.m-franchise-slide__item {
	width: auto;
}

.m-franchise-slide__item a {
	display: block;
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-franchise-slide__item a:hover {
	opacity: .8;
}

.mode-pc .m-franchise-slide__item a:hover .m-franchise-info__name {
	text-decoration: none;
}

.m-franchise-slide__item figure {
	display: inline-block;
	position: relative;
}

.m-franchise-slide__item figure img {
	/*width: 100%;
	height: auto;*/
}

.m-franchise-slide__item figure span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px 5px;
	background-color: #ff4800;
	color: #fff;
	font-size: 11px;
}

@media only screen and (max-width: 767px) {
	.m-franchise-slide__item .m-franchise-info {
		display: block;
		padding: 0;
	}
	.m-franchise-slide__item .m-franchise-info__hdg {
		width: auto;
		margin: 0 0 10px;
	}
	.m-franchise-slide__item .m-franchise-info__logo {
		width: auto;
	}
	.m-franchise-slide__item .m-franchise-info__logo img {
		/*width: 80%;
		margin: 0 auto;*/
	}
	.m-franchise-slide__item .m-franchise-info__body {
		width: auto;
	}
}

.m-franchise-slide__item .m-franchise-info__name {
	text-decoration: underline;
}

.m-franchise-slide__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	width: 26px;
	height: 26px;
	background: #ff4800;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.m-franchise-slide__btn--prev {
	left: -5px;
}

@media only screen and (max-width: 767px) {
	.m-franchise-slide__btn--prev {
		left: -10px;
	}
}

.m-franchise-slide__btn--prev a {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: translate(2px) rotate(45deg);
	    -ms-transform: translate(2px) rotate(45deg);
	        transform: translate(2px) rotate(45deg);
}

.m-franchise-slide__btn--next {
	right: -5px;
}

@media only screen and (max-width: 767px) {
	.m-franchise-slide__btn--next {
		right: -10px;
	}
}

.m-franchise-slide__btn--next a {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-2px) rotate(45deg);
	    -ms-transform: translate(-2px) rotate(45deg);
	        transform: translate(-2px) rotate(45deg);
}

.m-franchise-slide__btn a {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-transition: .3s;
	        transition: .3s;
}

.mode-pc .m-franchise-slide__btn a:hover {
	opacity: .8;
}

/*--------------------------------------------------------------------------
   gnav
---------------------------------------------------------------------------*/
.mode-pc .m-gnav {
	display: none;
}

.m-gnav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.m-gnav__item {
	width: 20%;
	text-align: center;
	color: #fff;
	background: #FF6D33;
	font-size: 11px;
	font-weight: bold;
}

.m-gnav__item a {
	display: block;
	padding: 37px 0 8px;
	width: 100%;
	position: relative;
}

.m-gnav__item img {
	margin: auto;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}

.m-gnav__item img.ico_seminar {
	height: 18px;
	top: 12px;
}

.m-gnav__item img.ico_consul {
	height: 24px;
	top: 8px;
}