@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	line-break: strict;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

area:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	line-height: 0;
	vertical-align: bottom;
}

/*
/* Base
/*
----------------------------------------------------------------- */
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	background: #fff;
}

body {
	color: #1f1f1f;
	font-family: 'LIFULLFONT', 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.-active {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover {
	text-decoration: none;
}

/*
/* Normarize
/*
----------------------------------------------------------------- */
p {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #1f1f1f;
}

@media screen and (max-width: 768px) {
	p {
		font-size: 1.5rem;
	}
}

p.-c {
	text-align: center;
}

p.-r {
	text-align: right;
}

p.-s {
	font-size: 1.8rem;
}

figure:not([class]) {
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	figure:not([class]) {
		margin: 15px 0;
	}
}

figure.-c {
	text-align: center;
}

figure.-r {
	text-align: right;
}

b,
strong {
	font-weight: bold;
}

b.-assort,
strong.-assort {
	color: #ed6103;
}

sup {
	font-size: 75%;
	vertical-align: top;
	position: relative;
	top: 0;
}

sub {
	font-size: 75%;
	vertical-align: bottom;
	position: relative;
	bottom: 0;
}

.contents {
	overflow: hidden;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	        transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

/* Caption */
.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	        animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	        transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	        transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.hidden__pc.-sp {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.hidden__pc.-sp {
		display: block;
	}
}

.anchor-link {
	padding: 0 40px;
}

@media screen and (max-width: 768px) {
	.anchor-link {
		padding: 0 20px;
	}
}

.anchor-link__item {
	padding-left: 1.5em !important;
	position: relative;
}

.anchor-link__item a {
	color: #ed6103;
	text-decoration: none;
	font-weight: bold;
}

.anchor-link__item a:hover {
	text-decoration: underline;
}

.anchor-link__item a::before {
	content: '';
	position: absolute;
	left: 0;
	top: .9em;
	width: .5em;
	height: .5em;
	border-right: 1px solid #ed6103;
	border-bottom: 1px solid #ed6103;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.anchor-link__item a::before {
		top: .7em;
	}
}

.box-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 32px 0;
}

@media screen and (max-width: 768px) {
	.box-img {
		display: block;
		margin: 1em 0;
	}
}

.box-img__fig {
	/* width: 34%; */
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.box-img__fig {
		width: 100% !important;
		max-width: 100%;
		margin: 32px 0;
	}
}

.box-img__fig .-border img, .box-img__fig.-border img {
	border: 1px solid #E1E1E1;
}

.box-img__fig .-caption {
	margin-top: .5em;
	font-size: 1.4rem;
	line-height: 1.8;
}

.box-img__fig.-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	padding-left: 40px;
}

@media screen and (max-width: 768px) {
	.box-img__fig.-logo {
		padding-left: 0;
		display: block;
		margin-bottom: 0;
		padding: 0 10px;
	}
}

.box-img__fig iframe {
	width: 100%;
	height: auto;
}

.box-img__movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.box-img__movie > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-img__lead {
	font-weight: bold;
	font-size: 1.8rem;
	color: #ed6103;
	margin-bottom: 1em;
}

@media screen and (max-width: 992px) {
	.box-img__lead {
		font-size: 1.6rem;
	}
}

.box-img__body {
	/* flex: 1 1 auto; */
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.box-img__body {
		width: 100% !important;
	}
}

.cm-imgBox.-texture .box-img__body {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 80px 70px;
	margin: 0 -80px -70px;
}

@media screen and (max-width: 768px) {
	.cm-imgBox.-texture .box-img__body {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.box-img__body.common_pr_50 {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.box-img__body.-wid70 {
		width: 100% !important;
	}
}

.box-img__body > *:first-child {
	margin-top: 0;
}

.box-img.-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.box-img.-left .box-img__body {
	padding-left: 30px;
}

@media screen and (max-width: 768px) {
	.box-img.-left .box-img__body {
		padding-left: 0;
	}
}

.box-img.-right .box-img__body {
	padding-right: 30px;
}

@media screen and (max-width: 768px) {
	.box-img.-right .box-img__body {
		padding-right: 0;
	}
}

.box-style {
	position: relative;
	z-index: 0;
}

.box-style.-orange {
	background: #FFF6F0;
}

.box-style.-radius {
	border-radius: 10px;
}

.box-style__fig {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #fff;
	border-radius: 100%;
	z-index: 0;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	.box-style__fig {
		width: 300px;
	}
}

@media screen and (max-width: 850px) {
	.box-style__fig {
		width: 260px;
	}
}

@media screen and (max-width: 768px) {
	.box-style__fig {
		position: static;
		right: auto;
		top: auto;
		max-width: 70%;
		margin: 20px auto 0;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.breadcrumb {
	padding: 10px 20px;
	overflow-x: auto;
}

.breadcrumb__inner {
	max-width: 940px;
	margin: 0 auto;
}

.breadcrumb ol {
	white-space: nowrap;
}

.breadcrumb ol li {
	display: inline-block;
	position: relative;
}

.breadcrumb ol li a {
	font-size: 1.2rem;
	text-decoration: none;
	color: #1f1f1f;
}

.breadcrumb ol li a:hover {
	text-decoration: underline;
	color: #ed6103;
}

.breadcrumb ol li + li {
	padding-left: 30px;
}

.breadcrumb ol li + li::after {
	content: '';
	position: absolute;
	left: 8px;
	top: .5em;
	width: .3em;
	height: .3em;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.btn-line:not(.cv__reservation__btn) a {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
	border-radius: 5px;
	text-decoration: none;
}

.btn-line:not(.cv__reservation__btn) a span {
	display: block;
	margin-top: 1px;
	width: calc(100% - 40px);
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 320px) {
	.btn-line:not(.cv__reservation__btn) a span {
		font-size: 1.5rem;
	}
}

.btn-line:not(.cv__reservation__btn) a:before {
	display: inline-block;
	content: "";
	min-width: 58px;
	height: 58px;
	border-radius: 5px 0 0 5px;
	vertical-align: middle;
}

@media screen and (max-width: 320px) {
	.btn-line:not(.cv__reservation__btn) a:before {
		min-width: 48px;
	}
}

.btn-line a {
	background: #00C300;
}

.btn-line a:before {
	background: #00C300 url("/assets/common/icon_line-b1b11a8d.svg") no-repeat center center;
	background-size: 32px;
	border-right: 1px solid #00B300;
}

.btn-line a span.free-icon {
	background: #4caf50;
	font-size: 1.2rem !important;
	padding: 5px 6px 3px;
	float: right;
	margin-right: 12px;
	margin-top: 0;
	border-radius: 5px;
	color: #fff;
	width: 48px;
	text-align: center;
}

.btn .-block a {
	color: #ed6103;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn .-block > * {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn .-block:hover > * {
	color: #fff !important;
}

.btn .-block:hover > * a {
	color: #fff !important;
}

.btn > a, .btn .-block {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #ed6103;
	background: #fff;
	color: #ed6103;
	min-width: 272px;
	font-size: 1.8rem;
	padding: .8em 2em;
	text-decoration: none;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1.4;
	top: 0;
}

@media screen and (max-width: 768px) {
	.btn > a, .btn .-block {
		font-size: 1.6rem;
		min-width: 250px;
	}
}

.btn > a::before, .btn .-block::before {
	content: "";
	background-image: url("https://icon-cdn-api.tls-termination.k8s.dev.nxin.jp/lh/chevron-right-outline");
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

.btn > a:hover::before {
	background-image: url("https://icon-cdn-api.tls-termination.k8s.dev.nxin.jp/lh/chevron-right-6px-outline?fill=white");
}

.btn > a:hover, .btn .-block:hover {
	background: #ed6103;
	color: #fff;
	top: 2px;
}

.btn.-medium {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.btn.-medium {
		font-size: 1.4rem;
	}
}

.btn.-c {
	text-align: center;
}

.btn.-w100 a {
	width: 100%;
}

.btn.-blank a::before {
	display: none;
}

.btn.-blank a::after {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: url("/assets/common/icon_blank-ef43ae47.svg") center center no-repeat;
	background-size: contain;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.-blank a:hover::after {
	background-image: url("/assets/common/icon_blank_on-0fca172a.svg");
}

.btn-shop > *,
.btn-video > *,
.btn-seminar > *,
.btn-phone > * {
	cursor: pointer;
	display: inline-block;
	background: #0052E8;
	color: #fff;
	min-width: 294px;
	font-size: 1.8rem;
	padding: .8em 20px .8em 80px;
	text-decoration: none;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1.4;
	top: 0;
}

@media screen and (max-width: 768px) {
	.btn-shop > *,
	.btn-video > *,
	.btn-seminar > *,
	.btn-phone > * {
		padding: 1.2em 20px 1.2em 80px;
		font-size: 1.6rem;
		min-width: 100%;
	}
}

.btn-shop > *:hover,
.btn-video > *:hover,
.btn-seminar > *:hover,
.btn-phone > *:hover {
	background: #073ACC;
	top: 2px;
}
.btn-shop > *:hover .-free,
.btn-video > *:hover .-free,
.btn-seminar > *:hover .-free,
.btn-phone > *:hover .-free {
	background: #0531BA;
}

.btn-shop > *::before,
.btn-video > *::before,
.btn-seminar > *::before,
.btn-phone > *::before {
	content: '';
	width: 60px;
	height: calc(100% - 4px);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-right: 1px solid #5A65FF;
}

.btn-shop > *::after,
.btn-video > *::after,
.btn-seminar > *::after,
.btn-phone > *::after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.btn-shop .-free,
.btn-video .-free,
.btn-seminar .-free,
.btn-phone .-free {
	background: #0A4AD0;
	font-size: 1.2rem !important;
	padding: 5px 6px 3px;
	float: right;
	margin-top: -2px;
	border-radius: 5px;
	color: #fff;
	width: 48px;
	text-align: center;
	margin-left: 20px;
}

.btn-shop > *::after {
	background: url("/assets/common/icon_shop-b4a49af7.svg") center center no-repeat;
	background-size: contain;
}

.btn-video > *::after {
	background: url("/assets/common/icon_video-b4b217ba.svg") center center no-repeat;
	background-size: contain;
}

.btn-seminar > *::after {
	background: url("/assets/common/icon_seminar-7052430f.svg") center center no-repeat!important;
	background-size: contain;
}

.btn-phone > *::after {
	background: url("/assets/common/icon_spphone-aee33562.svg") center center no-repeat;
	background-size: contain;
}

.btn-phone .business-hour-disabled{
    background: #fff;
    border: 2px solid #A5A5A5;
    color: #A5A5A5;
}

.btn-phone .business-hour-disabled::before{
	border-right: 1px solid #A5A5A5!important;
}

.btn-phone .business-hour-disabled::after{
	background: url("/assets/common/icon_spphone_off-5be8e51a.svg") center center no-repeat;
	background-size: contain;
}

.btn-phone .business-hour-disabled span.-label{
	background: #D9D9D9;
	color: #fff;
}

/* コンテンツ内CTAボタン統一 */
.support_btn .btn-shop {
	padding: 5px 10px 5px 20px !important;
}
.support_btn .btn-video {
	padding: 5px 20px 5px 10px !important;
}
.support_btn .btn-seminar {
	padding: 5px 5px 5px 10px !important;
}
.support_btn .btn-phone {
	padding: 5px 5px 5px 10px !important;
}
.support_btn .btn-shop > * {
  padding: 1.4em 20px 1.3em 92px;
}
.support_btn .btn-video > * {
  padding: 24px 15px 24px 76px;
}
.support_btn .btn-seminar > * {
    padding:1.4em 20px 1.3em 80px;
}
.support_btn .btn-phone > * {
    padding:1.4em 20px 1.3em 84px;
}
.support_btn .btn-shop > *,
.support_btn .btn-video > *,
.support_btn .btn-seminar > *,
.support_btn .btn-phone > * {
	min-width:330px;
	height: 70px;
}
.support_btn .btn-shop > *:hover,
.support_btn .btn-video > *:hover,
.support_btn .btn-seminar > *:hover,
.support_btn .btn-phone > *:hover {
	background: #073ACC;
}
.support_btn .btn-shop > *:hover .-free,
.support_btn .btn-video > *:hover .-free,
.support_btn .btn-seminar > *:hover .-free,
.support_btn .btn-phone > *:hover .-free {
    background: #0531BA;
}
.support_btn .btn-shop .-free,
.support_btn .btn-video .-free,
.support_btn .btn-seminar .-free,
.support_btn .btn-phone .-free {
    background: #004AD0;
    font-size: 1.1rem !important;
    width: 34px;
    height: 22px;
    line-height: 1;
}
.support_btn .btn-shop > *::before,
.support_btn .btn-video > *::before,
.support_btn .btn-seminar > *::before,
.support_btn .btn-phone > *::before {
	width: 64px;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #5A65FF;
}
.support_txt a {
    color: #1f1f1f;
}

@media screen and (max-width: 768px) {
	.support_btn .btn-shop,
	.support_btn .btn-video,
	.support_btn .btn-seminar,
	.support_btn .btn-phone {
		padding: 5px !important;
	}
    .support_btn .btn-shop > * {
        padding:22px 15px 24px 80px;
        min-width:267px;
        width:267px;
        max-width:267px;
        font-size: 1.6rem;
        line-height: 1;
    }
    .support_btn .btn-video > * {
        padding:24px 15px 24px 56px;
        min-width:267px;
        width:267px;
        max-width:267px;
        font-size: 1.6rem;
        line-height: 1;
    }
	.support_btn .btn-seminar > * {
        padding:22px 15px 1.3em 56px;
        min-width:267px;
        width:267px;
        max-width:267px;
        font-size: 1.6rem;
        line-height: 1;
    }
	.support_btn .btn-phone > * {
        padding:22px 15px 1.3em 80px;
        min-width:267px;
        width:267px;
        max-width:267px;
        font-size: 1.6rem;
        line-height: 1;
    }
	.support_btn .btn-shop > *,
	.support_btn .btn-video > *,
	.support_btn .btn-seminar > *,
	.support_btn .btn-phone > * {
		height: 64px;
	}
	.support_btn .btn-video .-free {
		margin-left: 0;
	}
	.support_btn .btn-seminar .-free {
		margin-left: 0;
	}
	.support_btn .btn-shop > *::before,
	.support_btn .btn-video > *::before,
	.support_btn .btn-seminar > *::before,
	.support_btn .btn-phone > *::before {
		width: 56px;
	}
	.support_btn .btn-shop > *::after,
	.support_btn .btn-video > *::after,
	.support_btn .btn-seminar > *::after,
	.support_btn .btn-phone > *::after {
		left: 16px;
	}
    .support_txt {
        width:267px;
        margin-left:auto;
        margin-right:auto;
        font-size: 1.3rem;
        text-align: left!important;
    }
}


/* ビデオ通話相談ボタン非表示：5/9に以下から「.cv-seminar-」のclassを削除 */
.cv-fixed,
.cv-seminar-fixed {
	position: fixed !important;
	top: 350px;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: end;
	/* -webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end; */
			align-items: stretch;
	height: 0;
	z-index: 100;
}

@media screen and (min-width: 769px) and (max-height: 700px) {
	.cv-fixed,
	.cv-seminar-fixed {
		top: 250px;
	}
}

@media screen and (max-width: 768px) {
	.cv-fixed {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: inherit;
		    -ms-flex-flow: inherit;
		        flex-flow: inherit;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
			-ms-flex-pack: center;
				justify-content: center;
		top: auto;
		bottom: 0;
		height: auto;
		background: rgba(255, 255, 255, .8);
		padding: 10px 5px;
		z-index: 10;
	}
	/* ビデオ通話相談ボタン非表示：5/9に以下の記述に削除 */
	.cv-seminar-fixed {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: inherit;
		    -ms-flex-flow: inherit;
		        flex-flow: inherit;
		top: auto;
		bottom: 0;
		height: auto;
		background: rgba(255, 255, 255, .8);
		padding: 10px 5px;
		z-index: 10;
		justify-content: center;
	}
}

.cv-fixed__btn,
.cv-seminar-fixed__btn {
	margin: 5px 0;
}

@media screen and (min-width: 769px) {
	.cv-fixed__btn,
	.cv-seminar-fixed__btn {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.cv-fixed__btn,
	.cv-seminar-fixed__btn {
		width: 50%;
		padding: 5px;
	}
}

@media screen and (min-width: 769px) {
	.cv-fixed__btn:first-child a,
	.cv-seminar-fixed__btn:first-child a {
		border-radius: 4px 0 0 0;
	}
	.cv-fixed__btn:first-child a::before,
	.cv-seminar-fixed__btn:first-child a::before {
		background: url("/assets/common/icon_top_cta_1-3c9eef69.svg") center center no-repeat;
	}
	/* ビデオ通話相談ボタン非表示 */
	/* .cv-fixed__btn:first-child a::after {
		content: none;
	} */
	/* ビデオ受講ボタン表示 */
	.cv-seminar-fixed__btn:first-child a::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		content: '';
		width: 70%;
		height: 1px;
		background: #fff;
	}
	/* ビデオ通話相談ボタン再表示 */
	.cv-fixed__btn:first-child a::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		content: '';
		width: 70%;
		height: 1px;
		background: #fff;
	}
	/* ボタン1つの場合 */
	.cv-fixed .cv-fixed__btn:only-of-type a::after,
	.cv-seminar-fixed .cv-seminar-fixed__btn:only-of-type a::after{
		display: none;
	}

}

@media screen and (min-width: 769px) {
	/* ビデオ通話相談ボタン非表示 */
	/* .cv-fixed__btn:last-child a {
		border-radius: 4px 0 0 4px;
	} */
	/* ビデオ通話相談ボタン再表示 */
	.cv-fixed__btn:last-child a {
		border-radius: 0 0 0 4px;
	}
	/* ビデオ受講ボタン表示 */
	.cv-seminar-fixed__btn:last-child a {
		border-radius: 0 0 0 4px;
	}
	/* ボタン1つの場合 */
	.cv-fixed .cv-fixed__btn:only-of-type a,
	.cv-seminar-fixed .cv-seminar-fixed__btn:only-of-type a{
		border-radius: 4px 0 0 4px;
	}

	/* 追従CTA：アイコン */
	.cv-fixed__btn.shop a::before,
	.cv-seminar-fixed__btn.shop a::before{
		background: url("/assets/common/icon_top_cta_1-3c9eef69.svg") center center no-repeat !important;
	}
	.cv-fixed__btn.video a::before,
	.cv-seminar-fixed__btn.video a::before{
		background: url("/assets/common/icon_top_cta_2-970cda3b.svg") center center no-repeat !important;
	}
	.cv-fixed__btn:last-child a::before	{
		background: url("/assets/common/icon_top_cta_1-3c9eef69.svg") center center no-repeat;
	}
	.cv-seminar-fixed__btn:last-child a::before {
		background: url("/assets/common/icon_top_cta_2-970cda3b.svg") center center no-repeat;
	}
}

.cv-fixed__btn a,
.cv-seminar-fixed__btn a {
	font-weight: bold;
	-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;
	padding: 20px 15px;
	/* width: 70px; */
	/* height: 100px; */
	border-radius: 5px;
	font-size: 2rem;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #0052E8;
	color: #fff;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/* @include mq(tablet) {
				font-size: 1.6rem;
				width: 50px;
				height: 160px;
			} */
}

.cv-fixed__btn a:hover,
.cv-seminar-fixed__btn a:hover {
	background: #073ACC;
}

@media screen and (min-width: 769px) {
	.cv-fixed__btn a::before,
	.cv-seminar-fixed__btn a::before {
		width: 23px;
		height: 23px;
		content: '';
		display: block;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 769px) {
	.cv-fixed__btn a,
	.cv-seminar-fixed__btn a {
		border-radius: 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

@media screen and (max-width: 768px) {
	.cv-fixed__btn a,
	.cv-seminar-fixed__btn a {
		font-size: 1.5rem;
		text-align: center;
		height: 50px;
		width: 100%;
		-webkit-writing-mode: inherit;
		    -ms-writing-mode: inherit;
		        writing-mode: inherit;
		padding: 20px 10px;
	}
}

@media screen and (max-width: 360px) {
	.cv-fixed__btn a,
	.cv-seminar-fixed__btn a {
		font-size: 1.4rem;
	}
}

.-dcmsadm #modal-shops,
.-dcmsadm .mod-faq-v2 .item .a {
	display: block !important;
}

#tinymce #modal-shops {
	display: block !important;
}

#tinymce #modal-shops .hidden__pc,
#tinymce #modal-shops .hidden__sp {
	display: block !important;
}

#tinymce #modal-shops .ui-modal-body {
	max-height: none !important;
}

#tinymce .mod-faq-v2 .item .a {
	display: block !important;
}

/*
<--縮尺調整対応-->
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 20px;
    padding-right: 20px;
}
*/

.full-width {
    width: 100vw;
    position: relative;
    left: 50vw;
    right: 50vw;
    margin-left: calc(-50vw - 20px);
    margin-right: calc(-50vw - 20px);
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 769px) {
    .full-width {
        width: auto;
        position: relative;
        left: auto;
        right: auto;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*
<--縮尺調整対応-->
@media screen and (max-width: 360px) {
	.full-width {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding-left: 20px;
		padding-right: 20px;
	}
}
*/

.full-width__inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.full-width__inner {
		position: relative;
		padding: 0;
	}
}

.full-width.-gray {
	background: #f9f9f9;
}

.full-width.-bg-gray {
	background: #f9f9f9;
}

.list-style {
	margin: 1em 0;
}

.list-style > * {
	padding-left: 1.3em;
	padding-right: 2em;
	position: relative;
}

@media screen and (max-width: 768px) {
	.list-style > * {
		font-size: 1.4rem;
	}
}

.list-style > * + * {
	margin-top: .5em;
}

.list-style > *::after {
	content: '';
	background: #ed6103;
	width: 0.4em;
	height: 0.4em;
	position: absolute;
	left: 0;
	top: 0.5em;
	border-radius: 100%;
}

.list-style.-column2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.list-style.-column2 > * {
	width: 50%;
	margin-top: .5em;
}

@media screen and (max-width: 992px) {
	.list-style.-column2 > * {
		width: 100%;
	}
}

.list-style .-small {
	font-size: 1.5rem;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, .9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none;
}

.lity-close:active {
	top: 1px;
}

/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

.lity-hide {
	display: none;
}

#g-nav {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	#g-nav {
		margin-top: 0;
	}
}

#g-nav.mod-nav {
	padding: 0;
	z-index: 30;
	position: relative;
}

@media screen and (max-width: 768px) {
	#g-nav.mod-nav {
		padding: 10px;
		margin-top: 50px;
	}
}

#g-nav.mod-nav {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
}

#g-nav.mod-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	border-bottom: 1px solid #bdc8ca;
	padding: 10px 20px;
}

#g-nav.mod-nav ul li {
	width: 100%;
	max-width: 188px;
}

#g-nav.mod-nav ul li a {
	display: block;
	margin: 0 5px;
	padding: 5px 5px;
	color: inherit;
	text-decoration: none;
	border: 1px solid #bdc8ca;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(132, 132, 132, .3);
	font-weight: 800;
	font-size: 1.8rem;
	font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 992px) {
	#g-nav.mod-nav ul li a {
		font-size: 1.5rem !important;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 800px) {
	#g-nav.mod-nav ul li a {
		font-size: 1.4rem !important;
	}
}

#g-nav.mod-nav ul li a:hover {
	background: #fffea4;
	border-color: #ed6103;
	color: #ed6103;
}

#g-nav.mod-nav ul li a.current {
	background: #ed6103;
	border-color: #ed6103;
	color: white;
	box-shadow: none;
}

#g-nav.mod-nav ul li a:hover {
	box-shadow: none;
}

#g-nav.mod-nav ul li a.current {
	pointer-events: none;
}

#g-nav.mod-nav ul li:first-child a {
	margin-left: 0;
}

#g-nav.mod-nav ul li:last-child a {
	margin-right: 0;
}

.ui-label {
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	padding: 0.3rem 1rem;
}

.ui-label-default {
	background-color: #cccccc;
}

.ui-label-active {
	background-color: #ed6103;
}

.ui-label-with {
	display: inline-block;
}

.ui-label-with:after {
	display: inline-block;
	content: "〇・";
}

.ui-label-with:last-of-type:after {
	content: "〇";
}

.ui-label-without {
	display: inline-block;
}

.ui-label-without:after {
	display: inline-block;
	content: "×・";
}

.ui-label-without:last-of-type:after {
	content: "×";
}

.ui-modal-container {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.ui-modal-header {
	background: #ed6103;
	color: #fff;
	position: relative;
	min-height: 50px;
	line-height: 50px;
}

.ui-modal-header .title {
	text-align: center;
	margin-right: 50px;
	font-size: 1.8rem;
	font-weight: normal;
	padding-left: 6rem;
	font-weight: bold;
}

.ui-modal-close {
	border: 2px solid #fff;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 1rem;
	top: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	background: none;
	outline: none;
	box-shadow: none;
}

.ui-modal-close span {
	font-weight: 100;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	margin-top: -0.3rem;
}

.ui-modal-body {
	padding: 0 1rem 1rem;
	max-height: 60vh;
	overflow-y: scroll;
}

@media screen and (max-width: 768px) {
	.ui-modal-body {
		max-height: 50vh;
	}
}

.note-top {
	padding: 20px 10px;
}

@media screen and (max-width: 768px) {
	.note-top {
		padding: 20px 0;
	}
}

.note-top > p {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.note-top > p {
		line-height: 1.6;
		font-size: 1.2rem;
	}
}

.note-top > p + p {
	margin-top: 1rem;
}

.note-top > p a {
	color: #ed6103;
}

.ui-modal-footer {
	text-align: center;
	padding: 1rem;
	border-top: 1px solid #bdc8ca;
}

.ui-modal-footer a {
	color: #ed6103;
}

.ui-modal-footer .ui-btn-sm {
	margin-top: 10px;
	padding: 1rem 3rem;
	font-weight: normal;
	font-size: 1.3rem;
	box-shadow: none;
	border-color: #bdc8ca;
}

.ui-modal-footer .ui-btn-sm:hover {
	top: 0;
}

.ui-table {
	width: 100%;
	max-width: 100%;
}

.ui-table th, .ui-table td {
	padding: 0.75rem 1rem;
	line-height: 1.4;
}

.ui-table th {
	background-color: #f7f7f7;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.ui-table th {
		vertical-align: top;
		width: 30%;
	}
}

.ui-table th a {
	color: #1f1f1f;
}

.ui-table-bordered th {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 25%;
}

.ui-table-bordered td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 75%;
}

@media screen and (max-width: 768px) {
	.ui-table-bordered th,
	.ui-table-bordered td {
		font-size: 1.4rem;
	}
}

.ui-table-bordered th + th,
.ui-table-bordered th + td,
.ui-table-bordered td + th,
.ui-table-bordered td + td {
	border-left: 1px solid #e5e5e5;
}

.ui-table-full-bordered th,
.ui-table-full-bordered td {
	border: 1px solid #e5e5e5;
}

#modal-shops .access {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	#modal-shops .access {
		line-height: 1.6;
		margin: .5em 0;
	}
}

#modal-shops .shop td {
	position: relative;
	padding-right: 44px;
}

#modal-shops .shop address {
	font-style: normal;
	position: relative;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

#modal-shops .shop .ui-btn {
	position: absolute;
	right: 0.7rem;
	top: 0.7rem;
	color: #ed6103;
	border: 1px solid #bdc8ca;
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
	background: url("/assets/common/icon_pin-c7fe5df4.png") center center no-repeat #fff;
	background-size: auto 80%;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .2);
}

#modal-shops .shop .ui-btn:hover {
	top: 0.9rem;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0);
}

#modal-shops .shop .tags {
	font-size: 1.2rem;
}

#modal-shops .shop .tags li {
	display: inline-block;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}

/* #modal-shops .shop .tags li+li {
    margin-left: 0.5rem;
  } */
#modal-shops .ui-modal-footer .notes {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.8;
}

.ui-modal .notification p {
	margin-bottom: 1rem;
}

.ui-btn-mouse {
	display: inline-block;
	background: #fff;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	padding: 1.2rem 1.8rem;
	border: 1px solid #bdc8ca;
	border-radius: 100px;
	box-shadow: 0 1px 2px rgba(132, 132, 132, .3);
	text-align: center;
	position: relative;
	font-size: 1.7rem;
}

.ui-modal-footer .ui-btn-sm {
	width: auto;
	padding: 1rem 3rem;
	font-weight: normal;
	font-size: 1.3rem;
	box-shadow: none;
	border-color: #bdc8ca;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.ui-modal-footer .ui-btn-sm:hover {
	background: #fffe9a;
	color: #ed6103;
}

button.lity-close {
	display: none;
}

/*  //////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
	#modal-shops .modalList {
		padding: 1rem;
		border-bottom: 1px solid #bdc8ca;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#modal-shops .modalList .modalList-title {
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: .8rem;
		color: #ed6103;
	}
	#modal-shops .modalList .not-accept-reserve {
		color: #a5a5a5;
	}
	#modal-shops .modalList .modalList-body address {
		font-style: normal;
		position: relative;
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	#modal-shops .modalList .modalList-body .buttons {
		border-spacing: 0;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		table-layout: auto;
		table-layout: initial;
		width: 100%;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner a[class*="btn-"] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-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;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-another {
		margin-right: 5px;
		padding: 1.2rem 0.5rem;
		border: 1px solid #bfcacc;
		border-radius: 5px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
		background: #fff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-another.shop-datail {
		width: 33%;
		color: #1f1f1f;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-another.map {
		width: 20%;
		color: #1f1f1f;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation {
		margin-right: 0;
		padding: 1.2rem 5.7rem 1.2rem 0.5rem;
		width: 47%;
		cursor: pointer;
		border: none;
		border-radius: 5px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background: #2C3AF6;
		position: relative;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.not-accept-reserve {
		background: #a5a5a5;
		color: #fff;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.not-accept-reserve span {
		background: #dadada;
		color: #a5a5a5;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.disabled {
		background: #ebebeb;
		color: #a5a5a5;
		box-shadow: none;
		pointer-events: none;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.disabled span {
		background: #dadada;
	}
	#modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation span {
		display: inline-block;
		margin-left: 0.2rem;
		width: 40px;
		height: 24px;
		border-radius: 5px;
		font-size: 1.4rem;
		vertical-align: middle;
		font-weight: normal;
		line-height: 24px;
		background: #0A4AD0;
		position: absolute;
		right: 1.2rem;
		bottom: 1.2rem;
	}
	#modal-shops .ui-modal-footer .ui-btn-sm {
		padding: 1rem;
	}
	.ui-modal-header {
		background: #ed6103;
		color: #fff;
		position: relative;
		min-height: 50px;
		line-height: 50px;
	}
	.ui-modal-header .title {
		text-align: center;
		margin-right: 50px;
		padding-left: 40px;
		font-size: 1.8rem;
	}
	.ui-modal-close {
		border: 1px solid #fff;
		border-radius: 2px;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 1rem;
		top: 1rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		padding: 0;
		color: #fff;
		font-style: normal;
		font-size: 35px;
		font-family: Arial, Baskerville, monospace;
		line-height: 30px;
		background: none;
		outline: none;
		box-shadow: none;
		line-height: 0;
	}
	.ui-modal-scroll {
		max-height: calc(90vh - 90px);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.ui-modal-footer {
		text-align: center;
		padding: 1rem;
		border-radius: 0 0 5px 5px;
	}
	.ui-modal-container {
		background: #fff;
	}
	.modalList-body a {
		color: #ed6103;
	}
	button.lity-close {
		display: none;
	}
	.lity-wrap {
		padding: 10px;
	}
	.btn-consultation.prg-add-param.inquire_link {
		text-decoration: none;
	}
	.ui-modal .notification {
		padding: 20px 0;
	}
	.ui-modal .notification p {
		text-align: center;
		font-size: 1.4rem;
	}
	.ui-modal .notification p a {
		color: #ed6103;
	}
	.ui-btn-sm {
		border: 1px solid #bdc8ca;
		border-radius: 4px;
		padding: .5rem;
		background: #fff;
		text-align: center;
		position: relative;
		font-size: 1.7rem;
		width: auto;
		box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	}
	#modal-shop-1 {
		border-top: 1px solid #bdc8ca;
	}
}

/* ================================================ */
/* モーダル追加 */
.ui-modal .notification {
	padding: 20px;
	text-align: center;
	margin: auto;
}

#modal-shops .modal-pref-anchor {
	background-color: #f9f9f9;
}

#modal-shops .modal-pref-anchor .area-list-box {
	width: 760px;
	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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 0 10px;
}

#modal-shops .modal-pref-anchor .area-list-box .area-list {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	width: 140px;
	height: 39px;
	border-radius: 25px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

#modal-shops .modal-pref-anchor .area-list-box .area-list a {
	display: block;
	color: #1f1f1f;
	line-height: 39px;
	text-decoration: none;
	padding-left: 26px;
}

#modal-shops .modal-pref-anchor .area-list-box .area-list h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#modal-shops .modal-pref-anchor .area-list-box .area-list h3 .arrow::after {
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 14px;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	border-radius: 2px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#modal-shops .shops-pref-heading {
	text-align: center;
	padding: 30px 0 20px;
}

#modal-shops .shops-pref-heading .heading {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

#modal-shops .shops-pref-heading .subheading {
	font-size: 18px;
}

#modal-shops .shops-pref-heading .subheading .homes-color {
	color: #ed6103;
}

[data-icon]:before,
.ui-icon-blank-window:before,
.ui-icon-heart:before,
.ui-icon-mail:before,
.ui-icon-map-marker:before,
.ui-icon-tel:before,
.ui-icon-zoom:before {
	display: inline-block;
	font-family: "homes";
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* .ui-icon-map-marker:before {
  content: "\f101";
} */
#modal-shops .modal-pref-anchor .area-list-box::after {
	content: "";
	display: block;
	width: 140px;
}

/* ================================================ */
/* modal_SP */
@media screen and (max-width: 768px) {
	#modal-shops .modalList {
		padding: 1rem;
		border-bottom: 1px solid #bdc8ca;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#modal-shops .modal-pref-anchor .area-list-box {
		width: 100%;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	#modal-shops .modal-pref-anchor .area-list-box {
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	#modal-shops .modal-pref-anchor .area-list-box {
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	#modal-shops .modal-pref-anchor .area-list-box .area-list a {
		padding-left: 0px;
	}
	#modal-shops .modal-pref-anchor .area-list-box .area-list h3 {
		text-align: center;
	}
	#modal-shops .modal-pref-anchor .area-list-box .area-list {
		width: 48%;
		margin-bottom: 3%;
	}
	#modal-shops .modal-pref-anchor .area-list-box::after {
		width: 48%;
		margin-bottom: 3%;
	}
}

.fancybox-slide--video .fancybox-content {
	width: 800px;
	height: 500px;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.fancybox-slide--video .fancybox-content {
		width: 300px;
		height: 169px;
	}
}

.-dcmsadm .top-mv,
#tinymce .top-mv {
	position: static;
	padding-top: 0;
}

.-dcmsadm .top-pick-up,
#tinymce .top-pick-up {
	margin-top: 0;
}

.-dcmsadm #g-nav.mod-nav,
#tinymce #g-nav.mod-nav {
	margin-top: 20px;
}

/*
<--CMSプレビュー用-->
.-dcmsadm #dcms_layoutPageBlock > .full-width:first-child,
#tinymce #dcms_layoutPageBlock > .full-width:first-child {
	margin-top: 112px;
}

@media screen and (max-width: 768px) {
	.-dcmsadm #dcms_layoutPageBlock > .full-width:first-child,
	#tinymce #dcms_layoutPageBlock > .full-width:first-child {
		margin-top: 50px;
	}
} */


.page-header {
    background: #FEF3EC;
    margin: 0 calc(-50vw - -470px) 2em;
    padding: 0 50px;
}

/*
<--縮尺調整対応-->
.page-header {
	background: #FEF3EC;
	margin: 0 -50vw 2em;
	padding: 0 50px;
}
*/

@media screen and (max-width: 980px) {
	.page-header {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 769px) {
    .page-header {
        background: #FEF3EC;
        margin: 0 -50vw 2em;
        padding: 0 50px;
    }
}

/* @media screen and (max-width: 360px) {
	.full-width {
		background: #FEF3EC;
		margin: 0 calc(-50vw - -470px) 2em;
		padding: 0 50px;
	}
} */

.page-header__inner {
	max-width: 940px;
	margin: 0 auto;
}

.page-header__body {
	padding: 1.5em 0;
}

.page-header__title {
	color: #ed6103;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.mod-extraDescription {
		max-width: 940px;
		margin: 2rem auto 2rem;
		font-size: 1.1rem;
		line-height: 1.6;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.mod-extraDescription .logo {
		margin-left: -10px;
		padding-right: 10px;
	}
	.mod-extraDescription .logo img {
		max-width: 240px;
		height: 81px;
	}
	.mod-extraDescription .description {
		margin-top: 10px;
		font-size: 1.1rem;
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		color: #1f1f1f;
	}
	.mod-extraServiceLinks {
		border: 1px solid #dadada;
		border-radius: 5px;
		max-width: 940px;
		margin: 0 auto 3rem;
		padding: 2rem;
	}
	.mod-extraServiceLinks dl:not(:last-child) {
		margin-bottom: 2rem;
	}
	.mod-extraServiceLinks dt {
		font-size: 1.3rem;
		font-weight: bold;
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	.mod-extraServiceLinks dd {
		font-size: 1.1rem;
		display: inline-block;
		line-height: 1.4;
	}
	.mod-extraServiceLinks dd:not(:last-child):after {
		content: "";
		display: inline-block;
		border-right: 1px solid #000;
		height: 8px;
		padding-right: 5px;
		padding-right: .5rem;
		margin-right: 5px;
		margin-right: .5rem;
	}
	.mod-extraServiceLinks a:link {
		color: inherit;
		font-size: 1.05rem;
	}
	.mod-extraServiceLinks a:visited {
		color: #6c6c6c;
	}
	.mod-extraServiceLinks dl a:hover {
		color: #ed6103;
	}
	.sec-extraContents {
		position: relative;
		z-index: 0;
		background: #ffffff;
		border-top: 1px solid #F9F9F9;
	}
	.mod-securityArea {
		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;
		max-width: 940px;
		margin: 2rem auto;
		font-size: 1.2rem;
		background: #ffffff;
	}
	.mod-securityArea .councilBox, .mod-securityArea .specificationBox {
		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;
		width: calc(50% - 10px);
	}
	.mod-securityArea .councilBox dt, .mod-securityArea .specificationBox dt {
		padding-right: 1em;
	}
	.mod-securityArea .councilBox dt img, .mod-securityArea .specificationBox dt img {
		max-width: none;
	}
	.mod-securityArea .councilBox dd, .mod-securityArea .specificationBox dd {
		line-height: 1.4;
		font-size: 1.2rem;
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	.mod-securityArea .councilBox dt a {
		display: block;
	}
	.mod-securityArea .councilBox dt img {
		width: 62px;
	}
	.mod-securityArea .specificationBox dt img {
		width: 130px;
	}
	.sec-footer {
		background: #ed6103;
		/* min-width: 960px; */
		padding: 0 20px;
	}
	.mod-footer {
		max-width: 940px;
		margin: 0 auto;
		padding-bottom: 40px;
		position: relative;
		font-size: 1.3rem;
	}
	.mod-footer .logo {
		margin-left: -15px;
	}
	.mod-footer .serviceLinks {
		position: absolute;
		top: 15px;
		right: 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 839px) {
	.mod-footer .serviceLinks {
		position: inherit;
	}
}

@media screen and (min-width: 769px) {
	.mod-footer .serviceLinks ul {
		width: 730px;
		line-height: 2;
		text-align: right;
	}
}

@media screen and (min-width: 769px) and (max-width: 839px) {
	.mod-footer .serviceLinks ul {
		text-align: center;
		margin: 0 auto;
	}
}

@media screen and (min-width: 769px) {
	.mod-footer .serviceLinks li {
		display: inline-block;
		margin-right: 10px;
	}
	.mod-footer .serviceLinks li:after {
		content: "";
		display: inline-block;
		border-right: 1px solid #fff;
		height: 10px;
		padding-right: 8px;
		vertical-align: -1px;
	}
	.mod-footer .serviceLinks li:nth-of-type(5), .mod-footer .serviceLinks li:last-child {
		margin-right: 0;
	}
	.mod-footer .serviceLinks li:nth-of-type(5):after, .mod-footer .serviceLinks li:last-child:after {
		border-right: none;
		padding-right: 0;
	}
	.mod-footer .serviceLinks a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 1.28rem;
	}
	.mod-footer .serviceLinks a:hover {
		color: #ffe680;
	}
	.mod-footer .copyright {
		color: #fff;
		text-align: right;
		font-size: 1rem;
		letter-spacing: .05em;
	}
}

@media screen and (min-width: 769px) and (max-width: 840px) {
	.mod-footer .copyright {
		text-align: center;
		margin-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	.mod-footer.is-simple {
		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;
		padding: 20px 0;
	}
	.mod-footer.is-simple .copyright {
		text-align: right;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
}

@media screen and (max-width: 768px) {
	.mod-securityArea {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 0 0 15px;
		background: #fff;
		font-size: 1.1rem;
	}
	.mod-securityArea .councilBox, .mod-securityArea .specificationBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 50%;
		padding: 0.6rem 1rem 0;
	}
	.mod-securityArea .councilBox dt, .mod-securityArea .specificationBox dt {
		padding-bottom: 2rem;
		width: 100%;
	}
	.mod-securityArea .councilBox dt img, .mod-securityArea .specificationBox dt img {
		display: block;
		margin: auto;
	}
	.mod-securityArea .councilBox dd, .mod-securityArea .specificationBox dd {
		width: 100%;
		line-height: 1.4;
		word-break: break-all;
	}
	.mod-securityArea .councilBox {
		border-right: 1px solid #D8D8D8;
	}
	.mod-securityArea .councilBox dt a {
		display: block;
		width: 100%;
	}
	.mod-securityArea .councilBox dt img {
		width: 62px;
	}
	.mod-securityArea .specificationBox dt img {
		width: 130px;
	}
	.mod-footer {
		background-color: #ed6103;
	}
	.mod-footer.has-fixedInquireBtn {
		padding-bottom: 100px;
	}
	.mod-footer .navUtility li a {
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #fff;
		font-size: 1.3rem;
		color: #fff;
		line-height: 1.3;
		text-decoration: none;
	}
	.mod-footer .companyIdentity {
		text-align: center;
		padding: 10px 25px;
	}
	.mod-footer .companyIdentity .logo {
		padding-bottom: 10px;
	}
	.mod-footer .companyIdentity .logo img {
		display: inline-block;
	}
	.mod-footer .companyIdentity .copyright {
		line-height: 1.4;
		padding: 0 20px;
		font-size: 1.2rem;
		color: #fff;
	}
	.mod-localFooter {
		border-top: 1px solid #bdc8ca;
	}
	.mod-localFooter li a {
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #bdc8ca;
		font-size: 1.3rem;
		line-height: 1.3;
		color: #1f1f1f;
		text-decoration: none;
	}
	.mod-extraServiceLinks {
		width: 100%;
		margin: 0 auto 1.5rem;
		border-bottom: 1px solid #bdc8ca;
	}
	.mod-extraServiceLinks .linksTitle {
		position: relative;
		padding: 1.5rem 2rem;
		padding-right: calc(1em + 10px);
		font-size: 1.3rem;
	}
	.mod-extraServiceLinks .linksTitle:after {
		position: absolute;
		content: "";
		top: 0;
		right: 20px;
		right: 2rem;
		bottom: 0;
		width: 1em;
		height: 1em;
		margin: auto;
		background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20fill%3D%22%236c6c6c%22%3E%3Cpath%20d%3D%22M99.6%2C46.9l-4.2-4.2c-1.6-1.6-4.1-1.6-5.7%2C0l-26.9%2C26.8c-1.6%2C1.6-4.1%2C1.6-5.7%2C0l-26.8-26.8c-1.6-1.6-4.1-1.6-5.7%2C0l-4.2%2C4.2c-1.6%2C1.6-1.6%2C4.1%2C0%2C5.7l36.8%2C36.8c.8.8%2C1.8%2C1.2%2C2.8%2C1.2%2C1%2C0%2C2.1-.4%2C2.8-1.2l36.8-36.8c1.6-1.6%2C1.6-4.1%2C0-5.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
		background-size: 1em;
	}
	.mod-extraServiceLinks .linksDetail {
		display: none;
		padding: 0 2rem 1.5rem;
	}
	.mod-extraServiceLinks .linksDetail dl:not(:last-child) {
		margin-bottom: 2rem;
	}
	.mod-extraServiceLinks .linksDetail dt {
		font-size: 1.3rem;
		font-weight: bold;
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		margin-bottom: 0.5rem;
	}
	.mod-extraServiceLinks .linksDetail dd {
		font-size: 1.15rem;
		letter-spacing: -0.05em;
		display: inline-block;
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		line-height: 1.4;
	}
	.mod-extraServiceLinks .linksDetail dd:not(:last-child):after {
		content: "";
		display: inline-block;
		border-right: 1px solid #000;
		height: 8px;
		padding-right: 5px;
		padding-right: 0.5rem;
		margin-right: 2px;
		margin-right: 0.2rem;
	}
	.mod-extraServiceLinks .linksDetail a:link {
		color: inherit;
		text-decoration: underline;
	}
	.mod-extraServiceLinks .linksDetail a {
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	.mod-extraServiceLinks .linksDetail a:visited {
		color: #6c6c6c;
	}
	.mod-extraServiceLinks .linksTitle.-active:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.sec-footer {
	position: relative;
	z-index: 0;
}

@media screen and (min-width: 769px) {
	.sec-header {
		/* min-width: 960px; */
		height: 110px;
	}
	.sec-header.-scrolled .mod-header {
		top: -25px !important;
	}
	.sec-header a[href^="tel:"] {
		pointer-events: none;
	}
	.mod-header {
		-webkit-transition: .3s all ease;
		transition: .3s all ease;
		width: 100%;
		/* min-width: 960px; */
		background: #fff;
		border-bottom: 1px solid #bdc8ca;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
	}
	.mod-header .homesBar {
		background: #ed6103;
		width: 100%;
		/* min-width: 960px; */
		font-size: 1.3rem;
		box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
		height: 32px;
		padding-bottom: 4px;
	}
	.mod-header .homesBar .logo {
		display: inline-block;
		vertical-align: middle;
	}
	.mod-header .homesBar .logo a {
		display: block;
		padding: 2px 0 0 3px;
		line-height: 1;
		-webkit-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
	}
	.mod-header .homesBar .logo a:hover {
		opacity: 0.6;
	}
	.mod-header .homesBar .message {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
		font-size: 1.1rem;
	}
	.mod-header .homesBar .message a {
		color: #fff;
		text-decoration: none;
		font-family: sans-serif;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}
	.mod-header .homesBar .message a:hover {
		color: #ffe680;
	}
	.mod-header .header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
	}
	.mod-header .header .logo {
		margin: 1rem 0 1.4rem;
	}
	.mod-header .header .logo a {
		-webkit-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
	}
	.mod-header .header .logo a:hover {
		opacity: 0.6;
	}
	.mod-header .header .function {
		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;
		margin-left: auto;
		line-height: 1;
		/* min-width: 645px; */
	}
	.mod-header .header .function .tel {
		border-right: 1px solid #bdc8ca;
		padding: 4px 10px;
	}
	.mod-header .header .function .tel dt {
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	.mod-header .header .function .tel .time {
		font-size: 1rem;
		font-weight: bold;
	}
	.mod-header .header .function .tel dd {
		color: #ed6103;
	}
	.mod-header .header .function .tel .free {
		border: 1px solid #ed6103;
		margin-right: 0.5em;
		padding: 2px;
		font-size: 1.2rem;
	}
	.mod-header .header .function .tel .number {
		font-size: 2rem;
		vertical-align: middle;
		font-weight: 100 !important;
		font-family: 'Montserrat', '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	.mod-header .header .function .tel .number a {
		font-family: 'Montserrat', '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		text-decoration: none;
		color: #ed6103;
		font-weight: 100 !important;
	}
	.mod-header .header .function .inquire {
		margin-left: 10px;
	}
	.mod-header .header .function .inquire li {
		display: inline-block;
		margin-right: 10px;
	}
	.mod-header .header .function .inquire a {
		display: block;
		background: #fff;
		color: inherit;
		font-weight: bold;
		text-decoration: none;
		padding: 1.2rem 1.6rem;
		border: 1px solid #bdc8ca;
		border-radius: 100px;
		box-shadow: 0 1px 2px rgba(132, 132, 132, .3);
	}
	.mod-header .header .function .inquire a:hover {
		background: #fffea4;
		border-color: #ed6103;
		color: #ed6103;
		box-shadow: none;
	}
	.mod-header .header .function .inquire .free {
		font-size: 1rem;
		border-radius: 10px;
		padding: 4px 6px;
		background: #f0f0f0;
		margin-left: 0.5rem;
	}
	.mod-header .header .function.noInquireBtn {
		min-width: 300px;
	}
	.mod-header .header .function.noInquireBtn .tel {
		border-right: none;
	}
	.mod-header .header .function.noInquireBtn .tel * {
		font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	.mod-header.is-fixed {
		position: fixed;
		z-index: 1000;
	}
	.mod-header.is-fixed .homesBar {
		display: none;
	}
	.mod-header.is-fixed .header {
		border-top: 10px solid #ed6103;
	}
	.mod-header.is-simple {
		border-top: 8px solid #ed6103;
		border-bottom: none;
		background: #f7fafa;
	}
	.mod-header.is-simple .header {
		max-width: 960px;
		margin: 0 auto;
	}
	.mod-header.is-simple .header .logo {
		margin: 0.5rem 0 1rem;
	}
}

@media screen and (max-width: 768px) {
	.mod-header {
		background: #ed6103;
		color: #fff;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 99;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.mod-header.hide {
		margin-top: -50px;
	}
	.mod-header .upper {
		display: table;
		width: 100%;
	}
	.mod-header .upper > .logo {
		display: table-cell;
		vertical-align: middle;
		height: 50px;
		padding: 0 10px 0 2px;
	}
	.mod-header .upper > .logo img {
		height: 38px;
	}
	.mod-header .upper > .headerTitle {
		display: table-cell;
		vertical-align: middle;
		font-size: 1.1rem;
	}
	.mod-header .upper > .announce {
		display: table-cell;
		font-size: .625em;
		width: 12em;
		padding-bottom: 14px;
		vertical-align: bottom;
	}
	.mod-header .upper > .announce a {
		text-decoration: underline;
	}
	.mod-header .upper > .categoryName {
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
		font-size: 1.1rem;
		text-align: right;
	}
	.mod-header .upper > .copy a {
		color: inherit;
		text-decoration: none;
		line-height: 1.4;
	}
	.mod-header .upper > .categoryName {
		padding: 0 15px 0 0;
	}
	.mod-header .upper > .categoryName a, .mod-header .upper > .categoryName span {
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 4px;
		padding: 9px 10px;
		color: inherit;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.mod-header .selectMenu {
		display: table-cell;
		height: 30px;
		width: 26px;
	}
	.mod-header .selectMenuInn {
		position: relative;
	}
	.mod-header .selectMenuInn .bar, .mod-header .selectMenuInn::before, .mod-header .selectMenuInn::after {
		background-color: #fff;
		height: 2px;
		position: absolute;
		top: 24px;
		width: 18px;
	}
	.mod-header .selectMenuInn::before {
		content: " ";
		top: 18px;
	}
	.mod-header .selectMenuInn::after {
		content: " ";
		top: 30px;
	}
	body .mod-nav {
		width: 100%;
		height: 100%;
		background-color: transparent;
		height: 0;
		z-index: -1;
	}
	body .mod-nav .navBody {
		position: fixed;
		top: 0;
		right: -1000px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background: #f5f5f5;
		z-index: 1020;
		width: 80%;
		height: 100%;
		padding: 2rem;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	body .mod-nav .navBody .head {
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 2.7rem;
	}
	body .mod-nav .navBody .note {
		font-size: 1.2rem;
	}
	body .mod-nav .navBody .btnArea li {
		margin-bottom: 1rem;
	}
	body .mod-nav .navBody .btnArea li a.business-hour-disabled {
		color: #A5A5A5;
		background: #EBEBEB;
		pointer-events: none;
	}
	body .mod-nav .navBody .btnArea li .btn-line {
		padding: 1.35rem 1rem;
		background: #ffffff;
		border: 1px solid #BFC9CC;
		box-shadow: 0 1px 2px 0 rgba(132, 132, 132, .4);
		color: #1f1f1f;
	}
	body .mod-nav .navBody .btnArea li .btn-line::before {
		content: "";
		display: inline-block;
		margin-right: 5px;
		margin-right: 0.5rem;
		width: 20px;
		height: 20px;
		background: url("/assets/common/icon_line-b1b11a8d.svg") no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	body .mod-nav .navBody .btnArea li .btn-line span {
		display: inline-block;
		vertical-align: middle;
	}
	body .mod-nav .navBody .consultBtn {
		padding-bottom: 16px;
		margin-bottom: 0;
		display: block;
		margin-left: -10px;
		margin-right: -10px;
	}
	body .mod-nav .navBody .consultBtn div.space {
		padding: 6px;
	}
	body .mod-nav .navBody .consultBtn li:not(.cv__reservation__btn) a span {
		font-size: 1.6rem;
	}
	body .mod-nav .navBody .consultBtn .free-icon {
		background: #0A4AD0;
		font-size: 1.2rem !important;
		padding: 5px 6px 3px;
		float: right;
		margin-right: 12px;
		margin-top: 0;
		border-radius: 5px;
		color: #fff;
		width: 48px;
		text-align: center;
	}
	body .mod-nav .navBody .consultBtn .tel .free-icon {
		background: #a0a9dd !important;
	}
	body .mod-nav .navBody .consultBtn .tel .business-hour-disabled {
		border-color: #a5a5a5 !important;
	}
	body .mod-nav .navBody .consultBtn .tel .business-hour-disabled:before {
		border-right-color: #ebebeb !important;
		height: 54px !important;
	}
	body .mod-nav .navBody .consultBtn .tel .business-hour-disabled .free-icon {
		background: #dadada !important;
		color: #fff !important;
	}
	body .mod-nav .navBody .consultBtn .line .free-icon {
		background: #4caf50;
	}
	body .mod-nav .navBody .consultBtn .note {
		margin-top: 10px;
		margin-bottom: 27px;
	}
	body .mod-nav .navBody .consultBtn .title {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.4;
		margin-bottom: 7px;
	}
	body .mod-nav .navBody .consultBtn .title span + span {
		margin-left: 28px;
		font-size: 12px;
	}
	body .mod-nav .navBody .serviseLinks {
		margin: 2rem -2rem;
	}
	body .mod-nav .navBody .serviseLinks > li:first-child a {
		border-top: 1px solid #dadada;
	}
	body .mod-nav .navBody .serviseLinks a {
		display: block;
		padding: 2rem;
		background: #fff;
		border-bottom: 1px solid #dadada;
		text-decoration: none;
		color: #ed6103;
		font-weight: bold;
	}
	body .mod-nav .navBody .serviseLinks .subLinks a {
		padding-left: 4rem;
	}
	body .mod-nav .navBody .serviseLinks .arrow {
		position: relative;
		padding-right: 4rem;
	}
	body .mod-nav .navBody .dropdown .subLinks {
		overflow: hidden;
		max-height: 1000px;
		-webkit-transition: max-height 0.5s ease;
		transition: max-height 0.5s ease;
	}
	body .mod-nav .navBody .dropdown .arrow:after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 20px;
		right: 2rem;
		border-top: 3px solid #6c6c6c;
		border-right: 3px solid #6c6c6c;
		width: 10px;
		height: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: transform 0.3s ease;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}
	body .mod-nav .navBody .dropdown.close .arrow:after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	body .mod-nav .navBody .dropdown.close .subLinks {
		max-height: 0;
	}
	body .mod-nav .closeBtn {
		position: fixed;
		z-index: 1020;
		top: 25px;
		right: -700px;
		right: calc(90% - 1000px);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: transparent;
		width: 0;
		height: 0;
	}
	body .mod-nav .closeBtn:before, body .mod-nav .closeBtn:after {
		width: 30px;
		position: absolute;
		top: 0;
		content: "";
		border-top: 3px solid #fff;
		-webkit-transition: transform 0.3s ease;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}
	body .mod-nav .closeBtn:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	body .mod-nav .closeBtn:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.is-visible {
		position: fixed;
		width: 100%;
	}
	body.is-visible .mod-nav {
		position: fixed;
		top: 0;
		background-color: rgba(0, 0, 0, .75);
		height: 100%;
		z-index: 1000;
	}
	body.is-visible .mod-nav .navBody {
		right: 0;
		z-index: 9999;
	}
	body.is-visible .mod-nav .closeBtn {
		right: 90%;
		z-index: 1020;
	}
	body.is-visible .mod-nav .closeBtn:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.is-visible .mod-nav .closeBtn:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mod-nav .cv__reservation__btn a {
		width: 100%;
	}
}

.consultBtn li:not(.cv__reservation__btn) a {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 58px;
	border-radius: 5px;
	text-decoration: none;
}

.consultBtn li:not(.cv__reservation__btn) a span {
	display: block;
	margin-top: 1px;
	width: calc(100% - 40px);
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 320px) {
	.consultBtn li:not(.cv__reservation__btn) a span {
		font-size: 1.5rem;
	}
}

.consultBtn li:not(.cv__reservation__btn) a:before {
	display: inline-block;
	content: "";
	min-width: 58px;
	height: 58px;
	border-radius: 5px 0 0 5px;
	vertical-align: middle;
}

@media screen and (max-width: 320px) {
	.consultBtn li:not(.cv__reservation__btn) a:before {
		min-width: 48px;
	}
}

.consultBtn li.line a {
	background: #00C300;
}

.consultBtn li.line a:before {
	background: #00C300 url("/assets/common/icon_line_bubble-fabc3e70.svg") no-repeat center center;
	background-size: 32px;
	border-right: 1px solid #00B300;
}

.consultBtn li.tel a {
	background: #fff;
	border: 2px solid #2C3AF6;
	border-radius: 5px;
}

.consultBtn li.tel a:before {
	background: url("/assets/common/icon_phone_blue-0e8fdbf0.svg") no-repeat center center;
	background-color: transparent;
	background-size: 30px;
	border-right: 1px solid rgba(44, 58, 246, .1);
}

.consultBtn li.tel a span {
	color: #2C3AF6;
}

.consultBtn li.tel a.business-hour-disabled:before {
	background: url("/assets/common/icon_phone-2674e123.svg") no-repeat center center;
	background-color: transparent;
	background-size: 30px;
}

.consultBtn li.tel a.business-hour-disabled span {
	color: #A5A5A5;
}

.mod-nav .cv__reservation__btn a {
	height: 58px;
}

.mod-nav .cv__reservation__btn a .-txt {
	font-size: 1.6rem !important;
	line-height: 3.6;
}

@media screen and (max-width: 768px) {
	.sec-header {
		/* min-width: 960px; */
		height: 50px;
	}
}

.consultBtn li.shop a {
	background: #2C3AF6;
}

.consultBtn li.shop a:before {
	background: #2C3AF6 url("/assets/common/icon_shop-b4a49af7.svg") no-repeat center center;
	background-size: 36px;
	border-right: 1px solid #1421d5;
}

@media screen and (max-width: 320px) {
	.consultBtn li.shop a:before {
		background-size: 30px;
	}
}

.consultBtn li.movie a {
	background: #2C3AF6;
}

.consultBtn li.movie a:before {
	background: #2C3AF6 url("/assets/common/icon_movie-6aad02be.svg") no-repeat center center;
	background-size: 36px;
	border-right: 1px solid #1421d5;
}

@media screen and (max-width: 320px) {
	.consultBtn li.movie a:before {
		background-size: 30px;
	}
}

.consultBtn li.online a {
	background: #2C3AF6;
}

.consultBtn li.online a:before {
	background: #2C3AF6 url("/assets/common/icon_movie-6aad02be.svg") no-repeat center center;
	background-size: 36px;
	border-right: 1px solid #1421d5;
}

@media screen and (max-width: 320px) {
	.consultBtn li.online a:before {
		background-size: 30px;
	}
}

.site-pagetop {
	position: fixed;
	height: 0;
	right: 20px;
	bottom: 85px;
	z-index: 999;
}

@media screen and (max-width: 768px) {
	.site-pagetop {
		right: 5px;
		bottom: 150px;
	}
}

.site-pagetop a {
	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;
	text-decoration: none;
	height: 80px;
	text-indent: -5000px;
	color: #ed6103;
}

@media screen and (max-width: 768px) {
	.site-pagetop a {
		height: 60px;
	}
}

.site-pagetop a:hover > div img {
	-webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site-pagetop a:hover > div {
	background-color: #a54402;
	border-color: #a54402;
}
.site-pagetop a > div {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	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;
	border-radius: 25px;
	border: 3px solid #ed6103;padding: 10px;
	background: #fff;
	-webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

/* TODO: Keep the original css in case, delete this in the refactor phase */
/* .site-pagetop a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	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;
	border-radius: 25px;
	border: 3px solid #ed6103;
	text-indent: 0;
	font-size: 24px;
	font-size: 2.4rem;
	background: #fff;
	-webkit-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
	transition: background-color .3s ease,border-color .3s ease,color .3s ease;
} */

@media screen and (max-width: 768px) {
	.site-pagetop a::after {
		border: 2px solid #ed6103;
		width: 46px;
		height: 46px;
	}
}

.ttl-h2 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin-bottom: 1em;
}

.ttl-h2::after {
	content: '';
	display: block;
	margin: .5em auto 0;
	width: 160px;
	height: 2px;
	background: #ed6103;
}

@media screen and (max-width: 980px) {
	.ttl-h2 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.ttl-h2 {
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.4;
	}
}

.ttl-h2.-assort {
	color: #ed6103;
}

.ttl-h2.-assort::after {
	display: none;
}

.ttl-h3 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.ttl-h3 {
		font-size: 2.6rem;
	}
}

.ttl-h3.-l {
	text-align: left;
}

.ttl-h3.-r {
	text-align: right;
}

.ttl-h3.-assort {
	color: #ed6103;
}

.txt.-b {
	font-weight: bold;
}

.txt.-s {
	font-weight: bold;
	font-size: 1.8rem;
}

.txt.-big {
	font-size: 2.2rem !important;
}

.txt.-mng {
	font-size: 1.9rem !important;
}

.txt.-small {
	font-size: 1.2rem !important;
}

.txt.-default {
	font-size: 1.6rem !important;
}

.txt.-note {
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}

.txt.-note + .-note {
	margin-top: .3em;
}

.txt.-note2 {
	font-size: 1.2rem;
	padding-left: 2em;
	text-indent: -2em;
}

.txt.-note2 + .-note2 {
	margin-top: .3em;
}

.txt.-assort {
	color: #ed6103;
}

.-wid1 {
	width: 1% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm1 {
		width: 1% !important;
	}
}

.-wid-max1 {
	max-width: 1% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm1 {
		max-width: 1% !important;
	}
}

.-wid2 {
	width: 2% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm2 {
		width: 2% !important;
	}
}

.-wid-max2 {
	max-width: 2% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm2 {
		max-width: 2% !important;
	}
}

.-wid3 {
	width: 3% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm3 {
		width: 3% !important;
	}
}

.-wid-max3 {
	max-width: 3% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm3 {
		max-width: 3% !important;
	}
}

.-wid4 {
	width: 4% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm4 {
		width: 4% !important;
	}
}

.-wid-max4 {
	max-width: 4% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm4 {
		max-width: 4% !important;
	}
}

.-wid5 {
	width: 5% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm5 {
		width: 5% !important;
	}
}

.-wid-max5 {
	max-width: 5% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm5 {
		max-width: 5% !important;
	}
}

.-wid6 {
	width: 6% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm6 {
		width: 6% !important;
	}
}

.-wid-max6 {
	max-width: 6% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm6 {
		max-width: 6% !important;
	}
}

.-wid7 {
	width: 7% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm7 {
		width: 7% !important;
	}
}

.-wid-max7 {
	max-width: 7% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm7 {
		max-width: 7% !important;
	}
}

.-wid8 {
	width: 8% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm8 {
		width: 8% !important;
	}
}

.-wid-max8 {
	max-width: 8% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm8 {
		max-width: 8% !important;
	}
}

.-wid9 {
	width: 9% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm9 {
		width: 9% !important;
	}
}

.-wid-max9 {
	max-width: 9% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm9 {
		max-width: 9% !important;
	}
}

.-wid10 {
	width: 10% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm10 {
		width: 10% !important;
	}
}

.-wid-max10 {
	max-width: 10% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm10 {
		max-width: 10% !important;
	}
}

.-wid11 {
	width: 11% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm11 {
		width: 11% !important;
	}
}

.-wid-max11 {
	max-width: 11% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm11 {
		max-width: 11% !important;
	}
}

.-wid12 {
	width: 12% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm12 {
		width: 12% !important;
	}
}

.-wid-max12 {
	max-width: 12% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm12 {
		max-width: 12% !important;
	}
}

.-wid13 {
	width: 13% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm13 {
		width: 13% !important;
	}
}

.-wid-max13 {
	max-width: 13% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm13 {
		max-width: 13% !important;
	}
}

.-wid14 {
	width: 14% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm14 {
		width: 14% !important;
	}
}

.-wid-max14 {
	max-width: 14% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm14 {
		max-width: 14% !important;
	}
}

.-wid15 {
	width: 15% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm15 {
		width: 15% !important;
	}
}

.-wid-max15 {
	max-width: 15% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm15 {
		max-width: 15% !important;
	}
}

.-wid16 {
	width: 16% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm16 {
		width: 16% !important;
	}
}

.-wid-max16 {
	max-width: 16% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm16 {
		max-width: 16% !important;
	}
}

.-wid17 {
	width: 17% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm17 {
		width: 17% !important;
	}
}

.-wid-max17 {
	max-width: 17% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm17 {
		max-width: 17% !important;
	}
}

.-wid18 {
	width: 18% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm18 {
		width: 18% !important;
	}
}

.-wid-max18 {
	max-width: 18% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm18 {
		max-width: 18% !important;
	}
}

.-wid19 {
	width: 19% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm19 {
		width: 19% !important;
	}
}

.-wid-max19 {
	max-width: 19% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm19 {
		max-width: 19% !important;
	}
}

.-wid20 {
	width: 20% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm20 {
		width: 20% !important;
	}
}

.-wid-max20 {
	max-width: 20% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm20 {
		max-width: 20% !important;
	}
}

.-wid21 {
	width: 21% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm21 {
		width: 21% !important;
	}
}

.-wid-max21 {
	max-width: 21% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm21 {
		max-width: 21% !important;
	}
}

.-wid22 {
	width: 22% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm22 {
		width: 22% !important;
	}
}

.-wid-max22 {
	max-width: 22% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm22 {
		max-width: 22% !important;
	}
}

.-wid23 {
	width: 23% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm23 {
		width: 23% !important;
	}
}

.-wid-max23 {
	max-width: 23% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm23 {
		max-width: 23% !important;
	}
}

.-wid24 {
	width: 24% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm24 {
		width: 24% !important;
	}
}

.-wid-max24 {
	max-width: 24% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm24 {
		max-width: 24% !important;
	}
}

.-wid25 {
	width: 25% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm25 {
		width: 25% !important;
	}
}

.-wid-max25 {
	max-width: 25% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm25 {
		max-width: 25% !important;
	}
}

.-wid26 {
	width: 26% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm26 {
		width: 26% !important;
	}
}

.-wid-max26 {
	max-width: 26% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm26 {
		max-width: 26% !important;
	}
}

.-wid27 {
	width: 27% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm27 {
		width: 27% !important;
	}
}

.-wid-max27 {
	max-width: 27% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm27 {
		max-width: 27% !important;
	}
}

.-wid28 {
	width: 28% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm28 {
		width: 28% !important;
	}
}

.-wid-max28 {
	max-width: 28% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm28 {
		max-width: 28% !important;
	}
}

.-wid29 {
	width: 29% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm29 {
		width: 29% !important;
	}
}

.-wid-max29 {
	max-width: 29% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm29 {
		max-width: 29% !important;
	}
}

.-wid30 {
	width: 30% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm30 {
		width: 30% !important;
	}
}

.-wid-max30 {
	max-width: 30% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm30 {
		max-width: 30% !important;
	}
}

.-wid31 {
	width: 31% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm31 {
		width: 31% !important;
	}
}

.-wid-max31 {
	max-width: 31% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm31 {
		max-width: 31% !important;
	}
}

.-wid32 {
	width: 32% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm32 {
		width: 32% !important;
	}
}

.-wid-max32 {
	max-width: 32% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm32 {
		max-width: 32% !important;
	}
}

.-wid33 {
	width: 33% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm33 {
		width: 33% !important;
	}
}

.-wid-max33 {
	max-width: 33% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm33 {
		max-width: 33% !important;
	}
}

.-wid34 {
	width: 34% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm34 {
		width: 34% !important;
	}
}

.-wid-max34 {
	max-width: 34% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm34 {
		max-width: 34% !important;
	}
}

.-wid35 {
	width: 35% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm35 {
		width: 35% !important;
	}
}

.-wid-max35 {
	max-width: 35% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm35 {
		max-width: 35% !important;
	}
}

.-wid36 {
	width: 36% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm36 {
		width: 36% !important;
	}
}

.-wid-max36 {
	max-width: 36% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm36 {
		max-width: 36% !important;
	}
}

.-wid37 {
	width: 37% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm37 {
		width: 37% !important;
	}
}

.-wid-max37 {
	max-width: 37% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm37 {
		max-width: 37% !important;
	}
}

.-wid38 {
	width: 38% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm38 {
		width: 38% !important;
	}
}

.-wid-max38 {
	max-width: 38% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm38 {
		max-width: 38% !important;
	}
}

.-wid39 {
	width: 39% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm39 {
		width: 39% !important;
	}
}

.-wid-max39 {
	max-width: 39% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm39 {
		max-width: 39% !important;
	}
}

.-wid40 {
	width: 40% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm40 {
		width: 40% !important;
	}
}

.-wid-max40 {
	max-width: 40% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm40 {
		max-width: 40% !important;
	}
}

.-wid41 {
	width: 41% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm41 {
		width: 41% !important;
	}
}

.-wid-max41 {
	max-width: 41% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm41 {
		max-width: 41% !important;
	}
}

.-wid42 {
	width: 42% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm42 {
		width: 42% !important;
	}
}

.-wid-max42 {
	max-width: 42% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm42 {
		max-width: 42% !important;
	}
}

.-wid43 {
	width: 43% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm43 {
		width: 43% !important;
	}
}

.-wid-max43 {
	max-width: 43% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm43 {
		max-width: 43% !important;
	}
}

.-wid44 {
	width: 44% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm44 {
		width: 44% !important;
	}
}

.-wid-max44 {
	max-width: 44% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm44 {
		max-width: 44% !important;
	}
}

.-wid45 {
	width: 45% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm45 {
		width: 45% !important;
	}
}

.-wid-max45 {
	max-width: 45% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm45 {
		max-width: 45% !important;
	}
}

.-wid46 {
	width: 46% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm46 {
		width: 46% !important;
	}
}

.-wid-max46 {
	max-width: 46% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm46 {
		max-width: 46% !important;
	}
}

.-wid47 {
	width: 47% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm47 {
		width: 47% !important;
	}
}

.-wid-max47 {
	max-width: 47% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm47 {
		max-width: 47% !important;
	}
}

.-wid48 {
	width: 48% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm48 {
		width: 48% !important;
	}
}

.-wid-max48 {
	max-width: 48% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm48 {
		max-width: 48% !important;
	}
}

.-wid49 {
	width: 49% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm49 {
		width: 49% !important;
	}
}

.-wid-max49 {
	max-width: 49% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm49 {
		max-width: 49% !important;
	}
}

.-wid50 {
	width: 50% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm50 {
		width: 50% !important;
	}
}

.-wid-max50 {
	max-width: 50% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm50 {
		max-width: 50% !important;
	}
}

.-wid51 {
	width: 51% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm51 {
		width: 51% !important;
	}
}

.-wid-max51 {
	max-width: 51% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm51 {
		max-width: 51% !important;
	}
}

.-wid52 {
	width: 52% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm52 {
		width: 52% !important;
	}
}

.-wid-max52 {
	max-width: 52% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm52 {
		max-width: 52% !important;
	}
}

.-wid53 {
	width: 53% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm53 {
		width: 53% !important;
	}
}

.-wid-max53 {
	max-width: 53% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm53 {
		max-width: 53% !important;
	}
}

.-wid54 {
	width: 54% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm54 {
		width: 54% !important;
	}
}

.-wid-max54 {
	max-width: 54% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm54 {
		max-width: 54% !important;
	}
}

.-wid55 {
	width: 55% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm55 {
		width: 55% !important;
	}
}

.-wid-max55 {
	max-width: 55% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm55 {
		max-width: 55% !important;
	}
}

.-wid56 {
	width: 56% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm56 {
		width: 56% !important;
	}
}

.-wid-max56 {
	max-width: 56% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm56 {
		max-width: 56% !important;
	}
}

.-wid57 {
	width: 57% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm57 {
		width: 57% !important;
	}
}

.-wid-max57 {
	max-width: 57% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm57 {
		max-width: 57% !important;
	}
}

.-wid58 {
	width: 58% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm58 {
		width: 58% !important;
	}
}

.-wid-max58 {
	max-width: 58% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm58 {
		max-width: 58% !important;
	}
}

.-wid59 {
	width: 59% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm59 {
		width: 59% !important;
	}
}

.-wid-max59 {
	max-width: 59% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm59 {
		max-width: 59% !important;
	}
}

.-wid60 {
	width: 60% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm60 {
		width: 60% !important;
	}
}

.-wid-max60 {
	max-width: 60% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm60 {
		max-width: 60% !important;
	}
}

.-wid61 {
	width: 61% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm61 {
		width: 61% !important;
	}
}

.-wid-max61 {
	max-width: 61% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm61 {
		max-width: 61% !important;
	}
}

.-wid62 {
	width: 62% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm62 {
		width: 62% !important;
	}
}

.-wid-max62 {
	max-width: 62% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm62 {
		max-width: 62% !important;
	}
}

.-wid63 {
	width: 63% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm63 {
		width: 63% !important;
	}
}

.-wid-max63 {
	max-width: 63% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm63 {
		max-width: 63% !important;
	}
}

.-wid64 {
	width: 64% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm64 {
		width: 64% !important;
	}
}

.-wid-max64 {
	max-width: 64% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm64 {
		max-width: 64% !important;
	}
}

.-wid65 {
	width: 65% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm65 {
		width: 65% !important;
	}
}

.-wid-max65 {
	max-width: 65% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm65 {
		max-width: 65% !important;
	}
}

.-wid66 {
	width: 66% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm66 {
		width: 66% !important;
	}
}

.-wid-max66 {
	max-width: 66% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm66 {
		max-width: 66% !important;
	}
}

.-wid67 {
	width: 67% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm67 {
		width: 67% !important;
	}
}

.-wid-max67 {
	max-width: 67% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm67 {
		max-width: 67% !important;
	}
}

.-wid68 {
	width: 68% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm68 {
		width: 68% !important;
	}
}

.-wid-max68 {
	max-width: 68% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm68 {
		max-width: 68% !important;
	}
}

.-wid69 {
	width: 69% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm69 {
		width: 69% !important;
	}
}

.-wid-max69 {
	max-width: 69% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm69 {
		max-width: 69% !important;
	}
}

.-wid70 {
	width: 70% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm70 {
		width: 70% !important;
	}
}

.-wid-max70 {
	max-width: 70% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm70 {
		max-width: 70% !important;
	}
}

.-wid71 {
	width: 71% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm71 {
		width: 71% !important;
	}
}

.-wid-max71 {
	max-width: 71% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm71 {
		max-width: 71% !important;
	}
}

.-wid72 {
	width: 72% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm72 {
		width: 72% !important;
	}
}

.-wid-max72 {
	max-width: 72% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm72 {
		max-width: 72% !important;
	}
}

.-wid73 {
	width: 73% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm73 {
		width: 73% !important;
	}
}

.-wid-max73 {
	max-width: 73% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm73 {
		max-width: 73% !important;
	}
}

.-wid74 {
	width: 74% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm74 {
		width: 74% !important;
	}
}

.-wid-max74 {
	max-width: 74% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm74 {
		max-width: 74% !important;
	}
}

.-wid75 {
	width: 75% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm75 {
		width: 75% !important;
	}
}

.-wid-max75 {
	max-width: 75% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm75 {
		max-width: 75% !important;
	}
}

.-wid76 {
	width: 76% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm76 {
		width: 76% !important;
	}
}

.-wid-max76 {
	max-width: 76% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm76 {
		max-width: 76% !important;
	}
}

.-wid77 {
	width: 77% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm77 {
		width: 77% !important;
	}
}

.-wid-max77 {
	max-width: 77% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm77 {
		max-width: 77% !important;
	}
}

.-wid78 {
	width: 78% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm78 {
		width: 78% !important;
	}
}

.-wid-max78 {
	max-width: 78% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm78 {
		max-width: 78% !important;
	}
}

.-wid79 {
	width: 79% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm79 {
		width: 79% !important;
	}
}

.-wid-max79 {
	max-width: 79% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm79 {
		max-width: 79% !important;
	}
}

.-wid80 {
	width: 80% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm80 {
		width: 80% !important;
	}
}

.-wid-max80 {
	max-width: 80% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm80 {
		max-width: 80% !important;
	}
}

.-wid81 {
	width: 81% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm81 {
		width: 81% !important;
	}
}

.-wid-max81 {
	max-width: 81% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm81 {
		max-width: 81% !important;
	}
}

.-wid82 {
	width: 82% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm82 {
		width: 82% !important;
	}
}

.-wid-max82 {
	max-width: 82% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm82 {
		max-width: 82% !important;
	}
}

.-wid83 {
	width: 83% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm83 {
		width: 83% !important;
	}
}

.-wid-max83 {
	max-width: 83% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm83 {
		max-width: 83% !important;
	}
}

.-wid84 {
	width: 84% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm84 {
		width: 84% !important;
	}
}

.-wid-max84 {
	max-width: 84% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm84 {
		max-width: 84% !important;
	}
}

.-wid85 {
	width: 85% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm85 {
		width: 85% !important;
	}
}

.-wid-max85 {
	max-width: 85% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm85 {
		max-width: 85% !important;
	}
}

.-wid86 {
	width: 86% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm86 {
		width: 86% !important;
	}
}

.-wid-max86 {
	max-width: 86% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm86 {
		max-width: 86% !important;
	}
}

.-wid87 {
	width: 87% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm87 {
		width: 87% !important;
	}
}

.-wid-max87 {
	max-width: 87% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm87 {
		max-width: 87% !important;
	}
}

.-wid88 {
	width: 88% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm88 {
		width: 88% !important;
	}
}

.-wid-max88 {
	max-width: 88% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm88 {
		max-width: 88% !important;
	}
}

.-wid89 {
	width: 89% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm89 {
		width: 89% !important;
	}
}

.-wid-max89 {
	max-width: 89% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm89 {
		max-width: 89% !important;
	}
}

.-wid90 {
	width: 90% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm90 {
		width: 90% !important;
	}
}

.-wid-max90 {
	max-width: 90% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm90 {
		max-width: 90% !important;
	}
}

.-wid91 {
	width: 91% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm91 {
		width: 91% !important;
	}
}

.-wid-max91 {
	max-width: 91% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm91 {
		max-width: 91% !important;
	}
}

.-wid92 {
	width: 92% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm92 {
		width: 92% !important;
	}
}

.-wid-max92 {
	max-width: 92% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm92 {
		max-width: 92% !important;
	}
}

.-wid93 {
	width: 93% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm93 {
		width: 93% !important;
	}
}

.-wid-max93 {
	max-width: 93% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm93 {
		max-width: 93% !important;
	}
}

.-wid94 {
	width: 94% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm94 {
		width: 94% !important;
	}
}

.-wid-max94 {
	max-width: 94% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm94 {
		max-width: 94% !important;
	}
}

.-wid95 {
	width: 95% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm95 {
		width: 95% !important;
	}
}

.-wid-max95 {
	max-width: 95% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm95 {
		max-width: 95% !important;
	}
}

.-wid96 {
	width: 96% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm96 {
		width: 96% !important;
	}
}

.-wid-max96 {
	max-width: 96% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm96 {
		max-width: 96% !important;
	}
}

.-wid97 {
	width: 97% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm97 {
		width: 97% !important;
	}
}

.-wid-max97 {
	max-width: 97% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm97 {
		max-width: 97% !important;
	}
}

.-wid98 {
	width: 98% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm98 {
		width: 98% !important;
	}
}

.-wid-max98 {
	max-width: 98% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm98 {
		max-width: 98% !important;
	}
}

.-wid99 {
	width: 99% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm99 {
		width: 99% !important;
	}
}

.-wid-max99 {
	max-width: 99% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm99 {
		max-width: 99% !important;
	}
}

.-wid100 {
	width: 100% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm100 {
		width: 100% !important;
	}
}

.-wid-max100 {
	max-width: 100% !important;
}

@media screen and (max-width: 768px) {
	.-wid-max-sm100 {
		max-width: 100% !important;
	}
}

a.-wid100 {
	min-width: 100% !important;
}

.btn.-wid100 a {
	min-width: 100% !important;
}

@media screen and (max-width: 768px) {
	.-wid-sm-50 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

/* 電話CTAここから */

.hidden__sp.tel-cta02{
	opacity: 0;
}

.hidden__sp.tel-cta02.is-animated{
	position: relative;
	z-index: 2;
	-webkit-animation: fadeIn 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
			animation: fadeIn 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
.tel-cta02{
	margin-bottom: 50px;
	margin-top: 50px;
}
}

.tel-cta02_box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 224px;
	padding: 10px 9px 0 12px;
	position: fixed;
	bottom: 0;
	background: #fff;
	right: 108px;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 1;
}

@media screen and (max-width: 768px) {
.tel-cta02_box{
	width: 267px;
	align-items: center;
	position: relative;
	bottom: auto;
	right: auto;
	border-radius: none;
	box-shadow: none;
	padding: 0;
}
}

.tel-cta02_image{
	width: 60px;
}

@media screen and (max-width: 768px) {
.tel-cta02_image{
	width: 54px;
}
}


.tel-cta02_text{
	width: calc(100% - 69px);
}

.tel-cta02_title{
	font-size: 1rem;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
.tel-cta02_title{
	width: calc(267px - 69px);
	font-size: 1.5rem;
	line-height: 1.75;
}
}


.tel-cta02_text .tel_number{
	font-size: 1.8rem;
	color: #ED6103;
	font-weight: 800;
	text-decoration: none;
	display: block;
	line-height: 1;
	margin-top: 4px;
}

.tel-cta02_text .tel_desc{
	font-size: 1rem;
	display: block;
	transform: scale(0.8);
	margin-left:-16px;
	white-space: nowrap;
	margin-top: 3px;
}

.support_btn .btn-phone.tel-cta_btn{
	padding: 0!important;
}

.tel-cta_btn {
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 20px;
}

.tel-cta_btn a{
	width: 267px;
	min-width: auto;
	text-align: left;
	padding-left: 101px!important;
}
