@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
.yorisou-wrapper *,
.yorisou-wrapper *:after,
.yorisou-wrapper *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.yorisou-wrapper * {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

.yorisou-wrapper pre,
.yorisou-wrapper textarea {
	overflow: auto;
}

.yorisou-wrapper [hidden],
.yorisou-wrapper audio:not([controls]),
.yorisou-wrapper template {
	display: none;
}

.yorisou-wrapper details,
.yorisou-wrapper main,
.yorisou-wrapper summary {
	display: block;
}

.yorisou-wrapper input[type=number] {
	width: auto;
}

.yorisou-wrapper input[type=search] {
	-webkit-appearance: textfield;
}

.yorisou-wrapper input[type=search]::-webkit-search-cancel-button,
.yorisou-wrapper input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.yorisou-wrapper progress {
	display: inline-block;
}

.yorisou-wrapper small {
	font-size: 75%;
}

.yorisou-wrapper sub,
.yorisou-wrapper sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

.yorisou-wrapper sup {
	top: -0.5em;
}

.yorisou-wrapper sub {
	bottom: -0.25em;
}

.yorisou-wrapper textarea {
	resize: vertical;
}

.yorisou-wrapper audio,
.yorisou-wrapper canvas,
.yorisou-wrapper iframe,
.yorisou-wrapper img,
.yorisou-wrapper svg,
.yorisou-wrapper video {
	vertical-align: middle;
}

.yorisou-wrapper img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

.yorisou-wrapper button,
.yorisou-wrapper input,
.yorisou-wrapper select,
.yorisou-wrapper textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

.yorisou-wrapper button {
	overflow: visible;
}

.yorisou-wrapper button,
.yorisou-wrapper select {
	text-transform: none;
}

.yorisou-wrapper button,
.yorisou-wrapper html input[type="button"],
.yorisou-wrapper input[type="reset"],
.yorisou-wrapper input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

.yorisou-wrapper button[disabled],
.yorisou-wrapper html input[disabled] {
	cursor: default;
}

.yorisou-wrapper button::-moz-focus-inner,
.yorisou-wrapper input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

.yorisou-wrapper input {
	line-height: normal;
}

.yorisou-wrapper code,
.yorisou-wrapper kbd,
.yorisou-wrapper pre,
.yorisou-wrapper samp {
	font-family: monospace,monospace;
}

.yorisou-wrapper ol,
.yorisou-wrapper ul {
	list-style: none;
}

.yorisou-wrapper select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

.yorisou-wrapper table {
	border-spacing: 0;
	border-collapse: collapse;
}

.yorisou-wrapper fieldset {
	border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
.yorisou-wrapper {
	margin: auto;
	padding-bottom: 85px;
	max-width: 1280px; 
	word-wrap: break-word;
	color: #333;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
@media (min-width: 640px) {
	.yorisou-wrapper {
		padding-bottom: 90px;
	}
}
.yorisou-wrapper a {
	text-decoration: underline; 
	color: #00f;
}
.yorisou-wrapper a:visited {
	color: #000080;
}
.yorisou-wrapper a:hover {
	text-decoration: none; 
	color: #f00;
}
@media (min-width: 640px) {
	.yorisou-wrapper a:hover {
		opacity: 0.7;
	}
}
.yorisou-wrapper a:active {
	text-decoration: none; 
	color: #ff8000;
}
.yorisou-wrapper a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}
.yorisou-wrapper ::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}
.yorisou-wrapper ::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}
.yorisou-wrapper .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.yorisou-wrapper .slick-dots {
	bottom: 0;
	margin-bottom: 15px;
	padding-right: 25px;
	text-align: right;
}
.yorisou-wrapper .slick-dots li {
	width: 10px;
	height: 10px;
}
.yorisou-wrapper .slick-dots li button {
	width: 10px;
	height: 10px;
}
.yorisou-wrapper .slick-dots li button::before {
	content: "";
	opacity: 0.5; 
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
}
.yorisou-wrapper .slick-dots li.slick-active button::before {
	opacity: 1;
}

.s5-container {
	padding: 0;
	max-width: none;
	background-color: #fffef2;
}

.s5-returnToTop {
	margin-top: 0;
}

.u-hidden {
	display: none !important;
	visibility: hidden;
}

.u-visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0); 
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px;
	height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto; 
	position: static;
	margin: 0;
	width: auto;
	height: auto;
}

.u-invisible {
	visibility: hidden;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}