@charset "UTF-8";
/*********************************************************************
*
*
* grow-template foundationに該当
*
*
*********************************************************************/
/*********************************************************************
* font設定
*********************************************************************/
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';
body {
	line-height: 1.7;
	font-family: "Original Yu Gothic", "Yu Gothic", YuGothic , "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	min-width: 1080px;
}

@media (max-width: 640px) {
	body {
		width: 100%;
		min-width: inherit;
		padding-top: 0 !important;
	}
}

@media (max-width: 640px) {
	body.is-scroll-locked {
		overflow-y: hidden;
		position: fixed;
	}
}

.webfont {
	font-family: 'Roboto', "Original Yu Gothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic ,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}

.webfont-bold {
	font-family: 'Roboto', "Original Yu Gothic", "Yu Gothic", YuGothic ,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
}

.times-new-roman {
	font-family: 'Times New Roman',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text-normal {
	font-size: 16px;
}

a, .text-link {
	color: #d50d23;
	text-decoration: underline;
}

/*********************************************************************
* Font-Awesome
*********************************************************************/
@font-face {
	font-family: 'FontAwesome';
	src: url("./bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("./bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.3333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1429em;
	width: 2.1429em;
	top: 0.1429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

/*  */
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

/* もともとあったもの */
@media (max-width: 640px) {
	#contents.contact .form {
		width: 100%;
	}
	#contents.contact input.line_text {
		width: 100%;
	}
	#contents.contact .box1 {
		width: 50%;
	}
	#contents.plan .plans_floor table {
		width: 100%;
	}
	img {
		max-width: 100%;
	}
	#global_navi_wrpper {
		max-width: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#footer #copyright #copyright_inner {
		width: 100%;
	}
	#slide {
		min-width: 100%;
		height: 300px;
	}
	#slide .slide_logo {
		text-align: center;
	}
	#slide .slide_logo img {
		max-width: 40%;
	}
	#slide .slide_logo {
		margin-left: -184px;
	}
	#slide li img {
		height: auto;
		max-width: 200%;
		/* margin-left: -100px; */
		width: 200%;
	}
	#contents.homes section {
		width: 100%;
	}
	#contents.homes section img {
		max-width: 100%;
	}
	#slide #slid_how_to {
		bottom: -130px;
	}
	#contents.homes #topics {
		margin-top: 180px;
		width: 100%;
	}
	#app {
		width: 100% !important;
	}
	#app .google_play img {
		width: 150px;
		margin-top: 6px;
	}
	#app .app_store img {
		width: 130px;
	}
	#contents.app .position_r {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#contents.app .position_l {
		margin-left: 0;
	}
	#contents.app .position_r .head {
		width: 100%;
		font-size: 24px;
	}
	#contents.app .position_l {
		display: block;
		text-align: center;
	}
	#contents.app .display_inline.google_play,
	#contents.app .position_r .download .app_store {
		margin-left: auto;
		display: block;
		margin-right: auto;
		text-align: center;
	}
	.shop_lists {
		padding-left: 8px;
		padding-right: 8px;
	}
	#contents.app .position_r .download {
		width: 100%;
	}
	#contents.howto .title_block img {
		width: 100%;
		max-width: 100%;
		min-width: 0px;
	}
	#contents > div.point_block > div > div.position_r.display_inline > div.head > img {
		width: 60px;
	}
	#contents.app .block {
		padding-left: 16px;
		padding-right: 16px;
	}
	#contents.howto .voice_block .voice {
		background-color: #ffffff;
		border: 5px solid #89744d;
		height: auto;
		margin: 40px 15px 0px 0px;
		padding: 27px 16px 16px 21px;
		text-align: center;
		width: 100%;
	}
	#contents.howto .voice_block .block {
		width: 100%;
	}
	#contents.howto .voice_block .title img {
		max-width: 100%;
	}
	#contents.howto .voice_block {
		width: 100%;
		height: auto;
	}
	#contents.howto .situation_block .situation_price {
		line-height: 2em;
		margin: 1em 0;
		font-size: 18px;
	}
	#contents.howto p {
		font-size: 16px;
	}
	#contents.howto .situation_block {
		width: 100%;
	}
	#contents.howto .situation_block .situation_price .icon_women, #contents.howto .situation_block .situation_price .icon_men {
		color: #fff;
		font-size: .8em;
		padding: 0.4em 0.6em;
	}
	#contents.howto .situation_block .block .position_l {
		margin-right: 0;
	}
	#contents > div.situation_block > div > div.position_r.display_inline > div.head > img {
		width: 70px;
	}
	#contents.howto .situation_block .situation_price .price, #contents.howto .situation_block .situation_price .price_women, #contents.howto .situation_block .situation_price .price_men {
		margin-left: 0.2em;
	}
	#contents.howto .situation_block .block .position_r,
	#contents.howto .situation_block .block .position_l {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 8px;
	}
	#contents.howto .situation_block img {
		max-width: 100%;
	}
	#contents.howto .title_block {
		margin-bottom: 32px;
	}
	#contents.howto .menu_block {
		width: 100%;
	}
	#contents.howto .point_block .block .position_r {
		width: 100%;
	}
	#contents.howto img.arrow {
		max-width: 100%;
	}
	#contents > div.point_block > div:nth-child(3) > div.position_r.display_inline > div.head > img {
		width: 50px;
	}
	#contents.howto .point_block .block .position_r .body {
		width: 100%;
	}
	#contents.howto .point_block .block .position_r .head p {
		font-size: 20px;
		font-weight: bold;
	}
	#contents.howto .menu_block a {
		margin: 0px 0px 10px 0px;
	}
	#contents.howto .point_block .block .position_l {
		margin-right: 0;
	}
	#contents.howto .point_block {
		width: 100%;
	}
	#contents.howto .point_block .block img {
		max-width: 100%;
	}
	#contents.howto .point_block .block {
		padding: 16px;
	}
	#contents.howto > div.point_block > h2 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	#contents.howto .menu_block h2 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	#contents {
		width: 100% !important;
	}
	#contents iframe {
		width: 100%;
	}
	#contents.homes #shop .shop_lists .row .shop_list .shop_image .condition .condition_meter {
		width: 100%;
		display: none;
	}
	#contents.shop .block .detail .information_block .information_details {
		width: 100%;
	}
	#contents.shop .block .detail .information_block .information_details .information_detail {
		width: 100%;
		height: auto;
		margin-bottom: 16px;
	}
	#contents.shop .block .detail .information_block .information_details .information_detail div {
		float: left;
		margin-left: 20px;
		width: calc(100% - 80px);
	}
	#contents.shop .block .detail .vip_block {
		width: 100%;
	}
	#contents.shop .block .detail .access_block .position_l .facade {
		position: static;
		margin-top: 16px;
	}
	#contents.shop .block .detail .information_block {
		width: 100%;
	}
	#contents.shop .block .detail .access_block {
		width: 100%;
	}
	#contents.shop .block .detail .access_block .position_l {
		height: auto;
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	#contents.shop .block .detail .access_block .position_r {
		width: 100%;
		float: none;
		margin-top: 24px;
	}
	#contents.shop .block .detail {
		border: 1px solid #89744d;
		padding: 130px 16px;
		margin-top: -75px;
	}
	#contents.homes #topics .topics_list {
		float: none;
		margin-right: 2%;
		width: 100%;
		position: relative;
	}
	#contents.recruit .link_block {
		border: 2px solid #89744d;
		margin: 0 auto 22px;
		overflow: hidden;
		padding: 10px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	#contents.recruit .link_block img {
		width: 100%;
	}
	#contents.system img {
		max-width: 100%;
	}
	#contents.topic .recent .position_r .head {
		width: 80%;
	}
	#contents.topic .recent .list {
		display: flex;
		margin-bottom: 16px;
	}
	#contents.topic .recent .list > a {
		flex-basis: 80px;
	}
	#contents.topic .recent .list > .position_r {
		flex-basis: calc(100% - 100px);
		float: none;
		padding-left: 10px;
		height: auto;
	}
	#contents.topic .recent {
		width: 100%;
		float: none;
		padding-left: 16px;
		padding-right: 16px;
	}
	#contents.topic .detail img {
		max-width: 100%;
		height: auto;
	}
	#contents.topic .detail h2 {
		font-size: 32px;
	}
	#contents.topic .detail {
		padding-left: 16px;
		padding-right: 16px;
		margin-left: 0;
		margin-right: 0;
		border: none;
	}
	#contents.topics .link_block,
	#contents.topic .detail,
	#contents.topic,
	#contents.topics {
		width: 100%;
	}
	#contents.topics .list_block .block .head {
		height: auto;
	}
	#contents.topics #list_block {
		padding-left: 16px;
		padding-right: 16px;
	}
	#contents.topics .link_block {
		padding-left: 8px;
		padding-right: 8px;
		display: flex;
		/* flex-direction: column; */
		flex-wrap: wrap;
	}
	#contents.topics .link_block p {
		margin-left: 1%;
		margin-right: 1%;
		flex-basis: 48%;
		width: auto;
		border: 1px solid #89744d !important;
		margin-bottom: 4px;
	}
	#contents.topics .list_block .block {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

/*********************************************************************
*
*
* grow-templage layoutに該当
*
*
*********************************************************************/
/****************************** container ******************************/
#container-wrap, .l-container, #container {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#container-wrap:after, #container-wrap:after, .l-container:after, #container:after {
	content: " ";
	display: block;
	clear: both;
}

/****************************** contents制御 ******************************/
#contents {
	padding-top: 72px;
	padding-bottom: 32px;
}

@media (max-width: 640px) {
	#contents {
		width: 100%;
		padding-top: 56px;
		min-width: inherit;
	}
}

#contents.homes {
	padding-top: 0px;
	padding-bottom: 32px;
}

@media (max-width: 640px) {
	#contents.plan,
	#contents.recruit,
	#contents.conatct,
	#contents.instagram {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 640px) {
	#contents.instagram {
		padding-top: 66px;
	}
}

#contents.howto {
	padding-top: 0;
}

@media (max-width: 640px) {
	#contents.howto {
		padding-top: 56px;
	}
}

#contents > h1 {
	border-bottom: none !important;
}

#contents.shops {
	padding-top: 72px;
}

@media (max-width: 640px) {
	#contents.shops {
		padding-top: 0;
	}
}

#contents.shop {
	padding-top: 72px;
}

@media (max-width: 640px) {
	#contents.shop {
		padding-top: 56px;
	}
}

/****************************** header ******************************/
@media (max-width: 640px) {
	#header {
		width: 100%;
		position: fixed;
		z-index: 10001;
		top: 0;
		left: 0;
		padding-top: 1px;
		background-color: white;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	}
}

#logo {
	display: block;
	width: 178px;
	margin: 10px auto 0;
}

@media (max-width: 640px) {
	#logo {
		margin: 0;
		padding-top: 1px;
		text-align: center;
		width: 130px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 8px;
		display: block !important;
	}
}

#header-language #container-wrap {
	position: relative;
}

#header-language ul {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#header-language ul > li {
	display: inline-block;
	min-width: 100px;
}

#header-language ul > li > a {
	display: block;
	width: 100%;
	background: rgba(137, 116, 77, 0.1);
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	text-align: center;
	color: black;
	text-decoration: none;
}

#header-language ul > li > a.is-active {
	background-color: black;
	opacity: 1;
	color: white;
}

#header-language ul > li > a i.fa {
	margin-right: 12px;
}

/* スマホ */
@media (max-width: 640px) {
	#header-language {
		display: none;
	}
}

/****************************** sidebar ******************************/
#contents > .recent > h2,
#contents.topic > .recent > h2 {
	background-color: black;
	padding: 12px 18px;
	margin-bottom: 12px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

/****************************** global nav ******************************/
@media (max-width: 640px) {
	#global_navi_wrpper {
		display: none;
	}
}

#global_navi_wrpper #global_navi li a {
	color: black;
}

#global_navi_wrpper #global_navi li a:not(.menu_active):hover::after,
#global_navi_wrpper #global_navi li a.menu_active:after {
	position: absolute;
	margin: 0;
	bottom: 0;
	width: 100%;
}

/****************************** offer ******************************/
.offer {
	text-align: center;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 48px;
	background-color: rgba(137, 116, 77, 0.1);
}

@media (max-width: 640px) {
	.offer {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.offer_title {
	text-align: center;
	margin-bottom: 12px;
}

.offer_title > small {
	display: inline-block;
	font-size: 24px;
	border-bottom: 1px solid #89744d;
}

.offer_title > strong {
	display: block;
	font-size: 32px;
}

.offer_desc {
	margin-bottom: 48px;
	font-size: 16px;
}

@media (max-width: 640px) {
	.offer_desc {
		margin-bottom: 24px;
	}
}

.offer_banner {
	position: relative;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px;
	padding-top: 48px;
	background-color: white;
}

@media (max-width: 640px) {
	.offer_banner {
		width: 100%;
	}
}

.offer_banner:after {
	position: absolute;
	content: "";
	width: calc( 100% + 20px);
	min-height: calc( 100% + 20px);
	top: -10px;
	left: -10px;
	border: 2px solid white;
	padding-bottom: 0px;
	padding-right: 0px;
	z-index: 0;
}

@media (max-width: 640px) {
	.offer_banner:after {
		width: 100%;
		left: 0;
		border-right: none;
		border-left: none;
	}
}

.offer_banner_inner {
	position: relative;
	z-index: 2;
}

.offer_banner_title {
	width: 49%;
	display: inline-block;
}

@media (max-width: 640px) {
	.offer_banner_title {
		width: 100%;
		margin-bottom: 32px;
	}
}

.offer_banner_title img {
	max-width: 450px;
}

@media (max-width: 640px) {
	.offer_banner_title img {
		width: 100%;
		max-width: 100%;
	}
}

.offer_banner_content {
	position: relative;
	width: 49%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

@media (max-width: 640px) {
	.offer_banner_content {
		width: 100%;
	}
}

.offer_banner_content > p {
	position: absolute;
	top: -12px;
	left: 50%;
	padding-left: 32px;
	padding-right: 32px;
	margin-left: -152px;
	display: inline-block;
	color: #89744d;
	text-align: center;
	background-color: white;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 640px) {
	.offer_banner_content > p {
		margin-left: -115px;
		font-size: 16px;
		padding-left: 14px;
		padding-right: 14px;
	}
}

.offer_banner_content > ul {
	width: 412px;
	padding-top: 24px;
	padding-bottom: 24px;
	border: 2px solid #89744d;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 640px) {
	.offer_banner_content > ul {
		padding-top: 42px;
		width: 100%;
	}
}

.offer_banner_content > ul > li {
	width: 155px;
	display: inline-block;
	vertical-align: middle;
}

.offer_banner_content > ul > li img {
	max-width: 155px;
}

/****************************** footer ******************************/
#footer #page_top {
	z-index: 9999;
}

@media (max-width: 640px) {
	#footer #page_top {
		right: 8px;
		bottom: 40px;
	}
}

.footer-text {
	text-align: center;
	margin-bottom: 48px;
}

.footer-text > strong {
	display: block;
	font-size: 16px;
	color: #89744d;
	font-weight: normal;
	position: relative;
}

.footer-text > strong:before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background-color: #89744d;
}

.footer-text > strong:after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background-color: #89744d;
}

.footer-text > small {
	display: block;
	font-size: 16px;
}

.footer-copyright {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: white;
	font-weight: normal;
	background-color: #89744d;
	font-size: 12px;
}

/****************************** section ******************************/
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section.is-lg {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
	.section.is-lg {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

.section.is-md {
	padding-top: 32px;
	padding-bottom: 32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
	.section.is-md {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.section.is-sm {
	padding-top: 24px;
	padding-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
	.section.is-sm {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.section.is-xs {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
	.section.is-xs {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.section.is-bottom {
	padding-top: 0 !important;
}

.section.is-top {
	padding-bottom: 0 !important;
}

/*********************************************************************
*
*
* grow-template projectに該当
*
*
*********************************************************************/
/*********************************************************************
* component部分
*********************************************************************/
/****************************** read more ボタン ******************************/
.read_more {
	width: 100%;
}

@media (max-width: 640px) {
	.read_more {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/****************************** heading ******************************/
.heading {
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
}

.heading.is-xlg {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.heading.is-xlg:after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #89744d;
	position: absolute;
	left: 50%;
	bottom: -0.375rem;
	margin-left: -20px;
}

.heading.is-lg {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 640px) {
	.heading.is-lg {
		font-size: 22px;
	}
}

.heading.is-lg.is-border-left {
	text-align: left;
	padding-left: 16px;
	background-image: url(../images/bg-heading-md.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.heading.is-lg.is-border-bottom {
	text-align: left;
	border-bottom: 1px solid #89744d;
}

.heading.is-md {
	font-size: 28px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 640px) {
	.heading.is-md {
		font-size: 20px;
	}
}

.heading.is-md.is-border-bottom {
	text-align: left;
	border-bottom: 1px solid #89744d;
}

.heading.is-sm {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 640px) {
	.heading.is-sm {
		font-size: 20px;
	}
}

.heading.is-xs {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 640px) {
	.heading.is-xs {
		font-size: 18px;
	}
}

.heading.is-xxs {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.heading.is-area {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 640px) {
	.heading.is-area {
		font-size: 21px;
	}
}

.heading.is-area > span {
	position: relative;
	z-index: 2;
	display: inline-block;
	min-width: 344px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #89744d;
	color: white;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 640px) {
	.heading.is-area > span {
		min-width: inherit;
		padding-left: 24px;
		padding-right: 24px;
		width: 90%;
		max-width: 90%;
	}
}

.heading.is-area:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #89744d;
}

.heading.is-top {
	margin-bottom: 0;
}

.heading.is-bottom {
	margin-top: 0;
}

/****************************** table ******************************/
@media (max-width: 640px) {
	.js-responsive-table {
		word-break: break-all;
		white-space: nowrap;
		overflow-x: scroll;
	}
}

/* default */
table.table {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
	backgrond-color: white;
	border-spacing: 0;
	border-collapse: collapse;
}

table.table > thead > tr > th {
	padding: 14px;
	font-weight: bold;
	background: rgba(20, 100, 210, 0.2);
	font-size: 16px;
	text-align: center;
	border: 1px solid #cecece;
}

table.table > thead > tr > th.is-default {
	background: white;
}

table.table > thead > tr > th.is-male {
	background: rgba(230, 85, 115, 0.2);
}

table.table > thead > tr > th.is-nothing {
	background: white;
}

table.table > thead > tr > th.is-couple {
	background-color: #EEFFE8;
}

table.table > tbody > tr > th {
	padding: 14px;
	font-size: 16px;
	background: rgba(137, 116, 77, 0.15);
	border: 1px solid #cecece;
}

table.table > tbody > tr > td {
	padding: 14px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #cecece;
}

table.table > tbody > tr > td.is-couple {
	background-color: #EEFFE8;
}

table.table > tbody > tr > td.is-male {
	background-color: rgba(230, 85, 115, 0.2);
}

table.table > tbody > tr > td.is-female {
	background-color: rgba(20, 100, 210, 0.2);
}

/* price */
table.table.is-price > thead > tr > th:first-child {
	border: none;
}

table.table.is-price > tbody > tr > th {
	text-align: left;
}

table.table.is-price > tbody > tr > th > .table-absolute > div {
	position: relative;
	padding-right: 100px;
}

table.table.is-price > tbody > tr > th > .table-absolute > div > span {
	position: absolute;
	top: 0;
	right: 0;
}

/****************************** button ******************************/
.button {
	background-color: #89744d;
	display: inline-block;
	padding: 14px 38px 14px 24px;
	position: relative;
	text-decoration: none;
	font-family: 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	transition: all ease-in-out .2s;
	text-align: center;
	color: white !important;
	width: 344px;
	letter-spacing: 1px;
	max-width: 100%;
}

@media (max-width: 640px) {
	.button {
		width: 100%;
		font-size: 14px;
		padding: 14px 24px 14px 24px;
	}
}

.button.is-jp {
	font-size: 18px;
	font-family: "Original Yu Gothic", "Yu Gothic", YuGothic , "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.button:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -20px;
	font-size: 24px;
	font-family: 'FontAwesome';
	content: "\f105";
	color: white;
	font-weight: normal;
}

@media (max-width: 640px) {
	.button:after {
		margin-top: -22px;
	}
}

.button:hover {
	background-color: black;
}

/****************************** label ******************************/
.label {
	display: inline-block;
	color: white;
	line-height: 1.4;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	width: 252px;
	max-width: 100%;
	font-size: 18px;
	font-weight: bold;
	background-color: #89744d;
	text-align: center;
}

.label.is-male {
	background-color: #e65573;
}

.label.is-female {
	background-color: #1464d2;
}

.label.is-white {
	background-color: white;
	color: black;
}

.label.is-black {
	background-color: black;
	color: white;
}

.label.is-round {
	border-radius: 1000px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.label.is-max-width {
	width: 100%;
}

/****************************** message balloon ******************************/
.message-balloon {
	position: relative;
	text-align: center;
	padding: 4px;
	background-color: #7d6944;
	border-radius: 1000px;
}

@media (max-width: 640px) {
	.message-balloon {
		margin-left: 12px;
		margin-right: 12px;
	}
}

.message-balloon:after {
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: 1;
	margin-left: -10px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #7d6944;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.message-balloon > strong {
	color: white;
	font-size: 24px;
}

@media (max-width: 640px) {
	.message-balloon > strong {
		display: block;
		font-size: 16px;
	}
}

.message-balloon > small {
	position: absolute;
	color: white;
	bottom: 6px;
	right: 12px;
}

@media (max-width: 640px) {
	.message-balloon > small {
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 11px;
	}
}

/*********************************************************************
* project部分
*********************************************************************/
/****************************** how to ページ ******************************/
/* メニュー */
.howto-menu-block .howto-menu-block_title {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
	position: relative;
}

.howto-menu-block .howto-menu-block_title:after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #89744d;
	position: absolute;
	left: 50%;
	bottom: -0.375rem;
	margin-left: -20px;
}

.howto-menu-block .howto-menu-block_title span {
	display: block;
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_title span {
		font-size: 16px;
	}
}

.howto-menu-block .howto-menu-block_title strong {
	display: block;
	font-size: 40px;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_title strong {
		font-size: 24px;
	}
}

.howto-menu-block .howto-menu-block_nav {
	padding-bottom: 40px;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_nav {
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 0;
	}
}

.howto-menu-block .howto-menu-block_nav > ul {
	margin-right: -12px;
	margin-left: -12px;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_nav > ul {
		margin-right: 0;
		margin-left: 0;
	}
}

.howto-menu-block .howto-menu-block_nav > ul > li {
	float: left;
	width: 20%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_nav > ul > li {
		width: 50%;
	}
}

.howto-menu-block .howto-menu-block_nav > ul > li > div {
	width: 100%;
	height: 170px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.howto-menu-block .howto-menu-block_nav > ul > li > div > a {
	display: block;
	width: 204px;
	height: 170px;
	position: relative;
	color: white !important;
	text-decoration: none;
	font-size: 22px;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_nav > ul > li > div > a {
		width: 100%;
	}
}

.howto-menu-block .howto-menu-block_nav > ul > li > div > a:after {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -12px;
	font-size: 24px;
	font-family: 'FontAwesome';
	content: "\f107";
	color: white;
	font-weight: normal;
	transition: all ease-in-out .2s;
}

.howto-menu-block .howto-menu-block_nav > ul > li > div > a > span {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.howto-menu-block .howto-menu-block_nav > ul > li > div > a > span > strong {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.howto-menu-block .howto-menu-block_nav > ul > li > div > a > span > strong {
		font-size: 16px;
	}
}

.howto-menu-block .howto-menu-block_nav > ul > li > div:hover a:after {
	transform: translateY(6px);
}

/* メニュー下のポイント */
.howto-point-block_title {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
	position: relative;
}

@media (max-width: 640px) {
	.howto-point-block_title {
		font-size: 24px;
	}
}

.howto-point-block_title:after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #89744d;
	position: absolute;
	left: 50%;
	bottom: -0.375rem;
	margin-left: -20px;
}

.howto-point-block_title > span {
	display: block;
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width: 640px) {
	.howto-point-block_title > span {
		margin-bottom: 12px;
		font-size: 16px;
	}
}

.howto-point-block_title > strong {
	display: block;
	font-size: 40px;
}

@media (max-width: 640px) {
	.howto-point-block_title > strong {
		font-size: 24px;
		line-height: 1.3;
	}
}

.howto-point-block_item {
	margin-bottom: 48px;
}

.howto-point-block_image {
	position: relative;
	float: left;
	width: 500px;
	padding-left: 24px;
}

@media (max-width: 640px) {
	.howto-point-block_image {
		width: 100%;
		float: none;
		margin-bottom: 12px;
	}
}

.howto-point-block_image > strong {
	display: block;
	position: absolute;
	top: -24px;
	left: -24px;
	width: 136px;
	height: 136px;
	border-radius: 1000px;
	background-color: black;
	color: white;
}

@media (max-width: 640px) {
	.howto-point-block_image > strong {
		top: -24px;
		left: 4px;
		width: 74px;
		height: 74px;
	}
}

.howto-point-block_image > strong > em {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	font-style: normal;
}

.howto-point-block_image > strong > em > span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 56px;
	font-weight: bold;
	color: white;
	line-height: 1;
}

@media (max-width: 640px) {
	.howto-point-block_image > strong > em > span {
		font-size: 32px;
	}
}

.howto-point-block_image > strong > em > span > span {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1;
}

@media (max-width: 640px) {
	.howto-point-block_image > strong > em > span > span {
		margin-bottom: 3px;
		font-size: 11px;
	}
}

.howto-point-block_image > div {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.howto-point-block_content {
	margin-left: 524px;
}

@media (max-width: 640px) {
	.howto-point-block_content {
		margin-left: 0;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.howto-point-block_content_title {
	margin-bottom: 24px;
	padding-bottom: 14px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #89744d;
}

@media (max-width: 640px) {
	.howto-point-block_content_title {
		font-size: 18px;
	}
}

/* シチュエーションの紹介 */
.howto-situation-block_title {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 32px;
	position: relative;
}

@media (max-width: 640px) {
	.howto-situation-block_title {
		font-size: 24px;
	}
}

.howto-situation-block_title:after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #89744d;
	position: absolute;
	left: 50%;
	bottom: -0.375rem;
	margin-left: -20px;
}

.howto-situation-block_title > span {
	display: block;
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width: 640px) {
	.howto-situation-block_title > span {
		font-size: 16px;
	}
}

.howto-situation-block_title > strong {
	display: block;
	font-size: 40px;
}

@media (max-width: 640px) {
	.howto-situation-block_title > strong {
		font-size: 24px;
	}
}

.howto-situation-block_item {
	margin-bottom: 48px;
}

.howto-situation-block_image {
	position: relative;
	float: left;
	width: 500px;
	padding-left: 24px;
}

@media (max-width: 640px) {
	.howto-situation-block_image {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

.howto-situation-block_image > strong {
	display: block;
	position: absolute;
	top: -24px;
	left: -24px;
	width: 136px;
	height: 136px;
	border-radius: 1000px;
	background-color: black;
	color: white;
}

.howto-situation-block_image > strong > em {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	font-style: normal;
}

.howto-situation-block_image > strong > em > span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 56px;
	font-weight: bold;
	color: white;
	line-height: 1;
}

.howto-situation-block_image > strong > em > span > span {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1;
}

.howto-situation-block_image > div {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 640px) {
	.howto-situation-block_image > div {
		background-size: contain;
		height: 240px;
	}
}

.howto-situation-block_content {
	float: right;
	width: 550px;
}

@media (max-width: 640px) {
	.howto-situation-block_content {
		margin-left: 0;
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
		float: none;
	}
}

.howto-situation-block_content_title {
	padding-bottom: 12px;
	font-size: 28px;
	font-weight: bold;
}

@media (max-width: 640px) {
	.howto-situation-block_content_title {
		font-size: 22px;
	}
}

.howto-situation-block_content_title > ul {
	font-size: 28px;
	font-weight: bold;
}

.howto-situation-block_content_title > ul > li:first-child {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

.howto-situation-block_content_title > ul > li:first-child > small {
	display: table-cell;
	width: 80px;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.howto-situation-block_content_title > ul > li:first-child > small {
		width: 64px;
	}
}

.howto-situation-block_content_title > ul > li:first-child > small > img {
	width: 80px;
}

.howto-situation-block_content_title > ul > li:first-child > strong {
	display: table-cell;
	padding-left: 16px;
	vertical-align: middle;
	width: 70%;
}

@media (max-width: 640px) {
	.howto-situation-block_content_title > ul > li:first-child > strong {
		padding-top: 18px;
		font-size: 21px;
	}
}

.howto-situation-block_content_title > ul > li:last-child {
	font-size: 22px;
}

@media (max-width: 640px) {
	.howto-situation-block_content_title > ul > li:last-child {
		font-size: 17px;
	}
}

.howto-situation-block_content_text > ul {
	width: 100%;
	margin-bottom: 24px;
}

.howto-situation-block_content_text > ul > li {
	float: left;
	vertical-align: top;
}

.howto-situation-block_content_text > ul > li:first-child {
	background-color: #1464d2;
	width: 103px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 22px;
	color: white;
	text-align: center;
}

@media (max-width: 640px) {
	.howto-situation-block_content_text > ul > li:first-child {
		font-size: 16px;
	}
}

.howto-situation-block_content_text > ul > li:last-child {
	margin-left: 103px;
	padding-left: 12px;
	float: none;
}

@media (max-width: 640px) {
	.howto-situation-block_content_text > ul > li:last-child {
		margin-left: 103px;
	}
}

.howto-situation-block_content_text > ul > li.is-male {
	background-color: #e65573;
}

.howto-situation-block_content_text > ul > li.is-black {
	background-color: black;
	color: white;
	font-weight: bold;
}

.howto-situation-block_content_text > ul > li > strong {
	display: inline-block;
	margin-right: 4px;
	line-height: 1.2;
	font-size: 34px;
}

@media (max-width: 640px) {
	.howto-situation-block_content_text > ul > li > strong {
		padding-top: 4px;
		font-size: 22px;
	}
}

.howto-situation-block_content_text > ul > li > small {
	display: inline-block;
	line-height: 1.2;
}

.howto-situation-block_content_text > p {
	margin-top: -16px;
	font-size: 15px;
}

.howto-situation-block_content_text > p > strong {
	font-size: 24px;
}

/* 会員の声 */
#contents.howto > .voice_block {
	height: auto;
	padding-bottom: 72px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block {
		padding-bottom: 0;
		margin: 69px auto 0;
	}
}

#contents.howto > .voice_block > .title {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	margin: 40px 0px 0px;
	padding-bottom: 0;
	position: relative;
	background: transparent;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block > .title {
		font-size: 24px;
	}
}

#contents.howto > .voice_block > .title:after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #89744d;
	position: absolute;
	left: 50%;
	bottom: -0.375rem;
	margin-left: -20px;
}

#contents.howto > .voice_block > .title > span {
	display: block;
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block > .title > span {
		font-size: 18px;
	}
}

#contents.howto > .voice_block > .title > strong {
	display: block;
	font-size: 40px;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block > .title > strong {
		font-size: 24px;
	}
}

#contents.howto > .voice_block > .block {
	display: block;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block > .block {
		padding-left: 24px;
		padding-right: 24px;
	}
}

#contents.howto > .voice_block > .block > .voice.display_inline {
	position: relative;
	border: none;
	min-height: 487px;
	max-width: 100%;
	height: auto;
	width: 370px;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block > .block > .voice.display_inline {
		width: 100%;
		margin-bottom: 32px;
		min-height: inherit;
	}
}

#contents.howto > .voice_block > .block > .voice.display_inline > .label {
	display: block;
	color: white;
	line-height: 1.4;
	font-weight: bold;
	position: absolute;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 12px;
	padding-right: 12px;
	width: 252px;
	top: -32px;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	background-color: #89744d;
}

#contents.howto > .voice_block > .block > .voice.display_inline > .head {
	display: block;
	color: #89744d;
	line-height: 1.4;
	font-weight: bold;
}

@media (max-width: 640px) {
	#contents.howto > .voice_block > .block > .voice.display_inline > .head {
		padding-top: 32px;
		font-size: 21px;
	}
}

#contents.howto > .voice_block > .block > .voice.display_inline > .body {
	display: block;
	font-size: 16px;
	line-height: 1.7;
}

#contents.howto > .voice_block > .block > .voice.display_inline > .body > span {
	color: black;
	font-weight: bold;
}

/****************************** topics 一覧 ******************************/
#contents.topics > #link_block.link_block {
	text-align: center;
	font-size: 0;
	margin-bottom: 0;
}

#contents.topics > #link_block.link_block > .link_btn {
	float: none;
	display: inline-block;
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 640px) {
	#contents.topics > #link_block.link_block > .link_btn {
		font-size: 17px;
	}
}

/* 横並び */
#contents.topics .list_block {
	padding-top: 40px;
	font-size: 0;
}

#contents.topics .list_block .block {
	width: 24%;
	padding: 24px;
	color: #89744d;
	border: none;
	margin: 0;
	border-right: 1px solid #89744d;
	border-bottom: 1px solid #89744d;
	height: auto;
	vertical-align: top;
}

@media (max-width: 640px) {
	#contents.topics .list_block .block {
		border-right: none;
		border-bottom: none;
		padding-bottom: 32px !important;
	}
}

#contents.topics .list_block .block:nth-child(4n) {
	border-right: none;
}

#contents.topics .list_block .block .head {
	height: auto;
}

#contents.topics .list_block .block .head .title {
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}

@media (max-width: 640px) {
	#contents.topics .list_block .block .head .title {
		font-size: 16px;
		margin-bottom: 8px;
	}
}

#contents.topics a {
	color: black;
	text-decoration: none;
}

#contents.topics .list_block .block .head .date {
	margin-top: 0;
	line-height: 1.7;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

@media (max-width: 640px) {
	#contents.topics .list_block .block .head .date {
		font-size: 13px;
	}
}

#contents.topics .list_block .block .button {
	bottom: 0;
	height: auto;
	margin: 0px;
	width: 100%;
}

@media (max-width: 640px) {
	#contents.topics .list_block .block .button {
		margin-top: 32px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#contents.topics .list_block .block .button:after {
		margin-top: -13px;
		right: 9px;
		font-size: 14px;
	}
}

/****************************** topics 詳細 ******************************/
#contents.topic > .heading.is-xlg {
	border-bottom: none;
}

#contents.topic .detail {
	border: none;
	float: left;
	margin: 0 40px 0;
	padding: 20px;
	width: 850px;
}

@media (max-width: 640px) {
	#contents.topic .detail {
		width: 100%;
		float: none;
	}
}

#contents.topic .detail h2 {
	margin-top: 0;
	color: black;
	font-size: 28px;
	line-height: 1.7;
}

#contents.topic .detail h3 {
	color: black;
	line-height: 1;
	font-weight: normal;
	margin-top: 18px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contents.topic .detail img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 640px) {
	#contents.topic .detail heading {
		margin-bottom: 32px;
	}
}

#contents.topic .recent h2 {
	margin-bottom: 14px;
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 16px;
	text-align: left;
	font-size: 18px;
}

#contents.topic .recent .position_r .date {
	bottom: auto;
	position: relative;
	margin-bottom: 4px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 640px) {
	#contents.topic .recent .position_r .head {
		width: 100% !important;
	}
}

#contents.topic .recent .position_r .head a {
	color: black;
	line-height: 1.7;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 640px) {
	#contents.topic .recent .position_r .head a {
		font-size: 16px;
	}
}

#contents.topic .recent .list {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
}

#contents.topic .recent .position_l {
	margin-right: 0;
}

#contents.topic .recent .position_r {
	margin-left: 84px;
	float: none;
	height: auto;
}

@media (max-width: 640px) {
	#contents.topic .recent .position_r {
		margin-left: 12px;
	}
}

/****************************** systems ページ ******************************/
.card-panel {
	margin-right: -12px;
	margin-left: -12px;
}

@media (max-width: 640px) {
	.card-panel {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.card-panel_item {
	width: 50%;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}

@media (max-width: 640px) {
	.card-panel_item {
		width: 100%;
		margin-bottom: 24px;
	}
}

.card-panel_title {
	position: relative;
	background-color: #89744d;
	color: white;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 12px;
}

@media (max-width: 640px) {
	.card-panel_title {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 88px;
		font-size: 16px;
	}
}

.card-panel_title > strong {
	position: absolute;
	color: black;
	font-size: 88px;
	font-style: italic;
	left: 12px;
	bottom: 0px;
	letter-spacing: 0.4px;
	line-height: 1;
	font-weight: normal;
}

@media (max-width: 640px) {
	.card-panel_title > strong {
		font-size: 68px;
	}
}

.card-panel_title > span {
	position: relative;
	z-index: 2;
}

.card-panel_title:after {
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: 1;
	margin-left: -10px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #89744d;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.card-panel_content {
	padding: 24px 32px;
	background-color: rgba(137, 116, 77, 0.15);
	border: 3px solid #89744d;
}

@media (max-width: 640px) {
	.card-panel_content {
		padding: 24px 24px 16px;
	}
}

.card-panel_content_title {
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: black;
	border-bottom: 1px solid #89744d;
}

@media (max-width: 640px) {
	.card-panel_content_title {
		font-size: 24px;
	}
}

.card-panel_content_info > ul {
	font-size: 0;
	margin-right: -5px;
	margin-left: -5px;
}

.card-panel_content_info > ul > li {
	display: inline-block;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 640px) {
	.card-panel_content_info > ul > li {
		width: 100%;
		margin-bottom: 6px;
	}
}

.card-panel_content_info > ul > li > strong {
	display: inline-block;
	font-size: 34px;
}

.card-panel_content_info > ul > li > small {
	display: inline-block;
	font-size: 15px;
}

.card-panel_content_info > ul > li em.label,
.card-panel_content_info > ul > li span.label {
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
}

.card-panel_content_info > ul > li > span > b {
	font-size: 24px;
}

.card-panel_content_info > ul > li > span > i {
	font-style: normal;
	font-size: 15px;
}

.card-panel_content_info > p {
	margin-bottom: 0;
	font-size: 14px;
}

/* 少し小さいカード */
.card-panel-md {
	margin-left: -12px;
	margin-right: -12px;
}

@media (max-width: 640px) {
	.card-panel-md {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.card-panel-md_item {
	width: 50%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}

@media (max-width: 640px) {
	.card-panel-md_item {
		width: 100%;
	}
}

.card-panel-md_title {
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.card-panel-md_content {
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
}

.card-panel-md_content > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.card-panel-md_content > ul > li {
	padding: 24px;
	display: table-cell;
	vertical-align: middle;
}

.card-panel-md_content > ul > li:first-child {
	width: 100px;
}

@media (max-width: 640px) {
	.card-panel-md_content > ul > li:first-child {
		width: 80px;
	}
}

.card-panel-md_content > ul > li:first-child > img {
	width: 100%;
}

.card-panel-md_content > ul > li:last-child > p > strong {
	display: block;
	font-size: 28px;
	color: black;
}

@media (max-width: 640px) {
	.card-panel-md_content > ul > li:last-child > p > strong {
		font-size: 20px;
	}
}

.card-panel-md_content > ul > li:last-child > p > span.label {
	width: auto;
	min-width: 100px;
	font-size: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

.card-panel-md_content > ul > li:last-child > p > small {
	font-size: 34px;
	font-weight: bold;
	color: black;
}

@media (max-width: 640px) {
	.card-panel-md_content > ul > li:last-child > p > small {
		font-size: 20px;
	}
}

/* 小さいカード */
.card-panel-sm {
	margin-left: -12px;
	margin-right: -12px;
	font-size: 0;
}

@media (max-width: 640px) {
	.card-panel-sm {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.card-panel-sm_item {
	width: 25%;
	font-size: 16px;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
	vertical-align: top;
}

@media (max-width: 640px) {
	.card-panel-sm_item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.card-panel-sm_title {
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.card-panel-sm_title > small {
	font-size: 16px;
}

.card-panel-sm_content {
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
	min-height: 340px;
}

.card-panel-sm_content > ul {
	width: 100%;
}

.card-panel-sm_content > ul > li {
	padding: 24px;
}

.card-panel-sm_content > ul > li:first-child {
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 640px) {
	.card-panel-sm_content > ul > li:first-child {
		width: 130px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.card-panel-sm_content > ul > li:first-child > img {
	width: 100%;
}

.card-panel-sm_content > ul > li:last-child > p {
	text-align: center;
}

.card-panel-sm_content > ul > li:last-child > p:nth-child(2) {
	margin-bottom: 12px;
}

.card-panel-sm_content > ul > li:last-child {
	padding-top: 0;
}

.card-panel-sm_content > ul > li:last-child > p > strong {
	display: block;
	font-size: 28px;
	color: black;
}

@media (max-width: 640px) {
	.card-panel-sm_content > ul > li:last-child > p > strong {
		margin-bottom: 12px;
		font-size: 22px;
	}
}

.card-panel-sm_content > ul > li:last-child > p > span.label {
	width: auto;
	min-width: 100px;
	font-size: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

.card-panel-sm_content > ul > li:last-child > p > small {
	font-size: 34px;
	font-weight: bold;
	color: black;
}

@media (max-width: 640px) {
	.card-panel-sm_content > ul > li:last-child > p > small {
		font-size: 22px;
	}
}

#contents.system .vip_block.is-system {
	margin: 20px auto 20px;
	width: 1080px;
}

@media (max-width: 640px) {
	#contents.system .vip_block.is-system {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.price,
	.specialprice {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/****************************** トップ ページ専用 ******************************/
.card-panel-frontpage {
	margin-left: -12px;
	margin-right: -12px;
}

@media (max-width: 640px) {
	.card-panel-frontpage {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.card-panel-frontpage_item {
	width: 33.2%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}

@media (max-width: 640px) {
	.card-panel-frontpage_item {
		width: 100%;
	}
}

.card-panel-frontpage_title {
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.card-panel-frontpage_content {
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
}

@media (max-width: 640px) {
	.card-panel-frontpage_content {
		min-height: inherit !important;
	}
}

.card-panel-frontpage_content ul {
	width: 100%;
	min-height: 230px;
}

@media (max-width: 640px) {
	.card-panel-frontpage_content ul {
		min-height: inherit;
	}
}

.card-panel-frontpage_content ul > li {
	padding: 24px;
	text-align: center;
}

.card-panel-frontpage_content ul > li:first-child {
	padding-bottom: 8px;
}

.card-panel-frontpage_content ul > li:first-child > strong {
	display: block;
	font-size: 28px;
	color: black;
}

@media (max-width: 640px) {
	.card-panel-frontpage_content ul > li:first-child > strong {
		font-size: 21px;
	}
}

.card-panel-frontpage_content ul > li:nth-child(2) {
	padding-top: 0;
	padding-bottom: 8px;
}

.card-panel-frontpage_content ul > li:nth-child(2) .label {
	width: auto;
	min-width: 100px;
	font-size: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

@media (max-width: 640px) {
	.card-panel-frontpage_content ul > li:nth-child(2) .label {
		width: 40%;
	}
}

.card-panel-frontpage_content ul > li:nth-child(2) .label.is-max-width {
	width: 230px;
}

@media (max-width: 640px) {
	.card-panel-frontpage_content ul > li:nth-child(2) .label.is-max-width {
		width: 80%;
	}
}

.card-panel-frontpage_content ul > li:last-child {
	padding-top: 0;
	padding-bottom: 24px;
}

.card-panel-frontpage_content ul > li:last-child .label.is-max-width {
	width: 230px;
}

.card-panel-frontpage_content ul > li:last-child small {
	font-size: 34px;
	font-weight: bold;
	color: black;
}

@media (max-width: 640px) {
	.card-panel-frontpage_content ul > li:last-child small {
		font-size: 24px;
	}
}

.card-panel-frontpage_content ul > li:last-child .card-panel-frontpage_price_difficult > span {
	font-size: 18px;
	font-weight: bold;
}

.card-panel-frontpage_content ul > li:last-child .card-panel-frontpage_price_difficult > strong {
	font-size: 34px;
	font-weight: bold;
}

.card-panel-frontpage_content ul > li:last-child .card-panel-frontpage_price_difficult > small {
	font-size: 15px;
	font-weight: normal;
}

#contents.homes #shop {
	text-align: center;
}

@media (max-width: 640px) {
	#contents.homes #shop {
		padding-top: 64px;
	}
}

#contents.homes #shop .shop_lists .row {
	/* max-width: 920px; */
	display: block;
	justify-content: inherit;
	margin-right: auto;
	margin-left: auto;
}

#contents.homes #shop .shop_lists .row .shop_list {
	margin-bottom: 48px;
	vertical-align: top;
	float: none;
	display: inline-block;
}

@media (max-width: 640px) {
	#contents.homes #shop .shop_lists .row .shop_list .shop_name {
		font-size: 18px;
	}
}

/* topics */
#contents.homes #topics .topics_list {
	flex-basis: 48%;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 24px;
}

@media (max-width: 640px) {
	#contents.homes #topics .topics_list {
		width: 47%;
	}
}

#contents.homes #topics .topics_list > a {
	color: black;
	text-decoration: none;
}

#contents.homes #topics .topics_list > a .topics_image {
	margin-bottom: 12px;
}

@media (max-width: 640px) {
	#contents.homes #topics .topics_list > a .topics_image {
		height: auto !important;
	}
}

#contents.homes #topics .topics_list > a .topics_image img {
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
	bottom: 0px;
	left: 0;
	margin: auto;
}

@media (max-width: 640px) {
	#contents.homes #topics .topics_list > a .topics_image img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
}

#contents.homes #topics .topics_list > a .topics_details {
	float: none;
	width: 100%;
	padding-left: 0;
}

#contents.homes #topics .topics_list > a .topics_details > .date {
	font-family: 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

@media (max-width: 640px) {
	#contents.homes #topics .topics_list > a .topics_details > .date {
		font-size: 13px;
	}
}

#contents.homes #topics .topics_list > a .topics_details > .title {
	position: relative;
	color: black;
	padding-right: 36px;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 640px) {
	#contents.homes #topics .topics_list > a .topics_details > .title {
		font-size: 14px;
	}
}

#contents.homes #topics .topics_list > a .topics_details > .title:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 36px;
	margin-top: -18px;
	line-height: 1;
	font-family: 'FontAwesome';
	content: "\f105";
	color: black;
}

#contents.homes .bunen_img {
	margin-top: 42px;
	margin-bottom: 42px;
}

/****************************** APPページ ******************************/
#contents.app .position_r .head {
	width: 100%;
}

.app#contents .position_r .download .app_store {
	max-width: 215px;
}

.app#contents .position_r .download .app_store > img {
	width: 100%;
}

@media (max-width: 640px) {
	#contents.app .position_r .head {
		font-size: 19px;
	}
}

@media (max-width: 640px) {
	#contents.app .position_r .body {
		font-size: 16px;
	}
}

/****************************** 店舗情報ページ ******************************/
@media (max-width: 640px) {
	#contents.shop .block .detail {
		padding: 130px 16px 0px !important;
		border: none !important;
	}
}

.shops_title {
	margin-bottom: 32px;
	color: #89744d;
	font-size: 32px;
	text-align: center;
}

.shops_information {
	margin-left: -12px;
	margin-right: -12px;
	text-align: left;
}

.shops_information_item {
	display: block;
	float: left;
	width: 33.33%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 16px;
	min-height: 60px;
}

@media (max-width: 640px) {
	.shops_information_item {
		width: 100%;
	}
}

.shops_information_item > img {
	width: 56px;
	display: inline-block;
	vertical-align: middle;
}

.shops_information_item > div {
	display: inline-block;
	max-width: 80%;
	vertical-align: middle;
}

#contents.shop .block .detail .access_block .position_l .access_shop_name {
	font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 30px;
}

@media (max-width: 640px) {
	#contents.shop .block .detail .access_block .position_l .access_shop_name {
		margin-bottom: 12px;
		font-size: 24px;
	}
}

#contents.shop .block .detail .link_block {
	display: flex;
	font-size: 20px;
	justify-content: center;
	margin: 20px auto 20px;
	font-family: 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 640px) {
	#contents.shop .block .detail .link_block {
		display: block;
	}
	#contents.shop .block .detail .link_block p {
		width: 100%;
		border: 1px solid #89744d;
		margin-bottom: 8px;
	}
}

#contents.shop .block .detail .link_block p:first-child {
	border-left: 1px solid #89744d;
}

.slide_custom .bx-pager.bx-default-pager .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.slide_custom .bx-pager.bx-default-pager .bx-pager-item a {
	background: white !important;
	height: 6px !important;
	width: 20px !important;
	opacity: 0.5;
}

.slide_custom .bx-pager.bx-default-pager .bx-pager-item a.active {
	opacity: 0.8;
}

.slide_custom .slide_custom .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	height: 50px;
	width: 50px;
	z-index: 9998;
}

.slide_custom .slide_custom .bx-prev {
	background-image: none !important;
	color: black;
	background-color: rgba(255, 255, 255, 0.7);
	left: 0px;
}

.slide_custom .slide_custom .bx-prev:before {
	display: inline-block;
	color: black;
	font-family: 'FontAwesome';
	content: "\f105";
}

.slide_custom .slide_custom .bx-next {
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.7);
	color: black;
	right: 0px;
}

.slide_custom .slide_custom .bx-next:before {
	display: inline-block;
	color: black;
	font-family: 'FontAwesome';
	content: "\f105";
}

@media (max-width: 640px) {
	#contents.shop .block .detail .gallery_block .gallery_def > a {
		flex-basis: 100% !important;
	}
}

/****************************** MENUページ ******************************/
#contents.menus .menu_link {
	display: flex;
	font-size: 20px;
	justify-content: center;
	margin: 20px auto 20px;
	font-family: 'Times New Roman', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 640px) {
	#contents.menus .menu_link {
		width: 90%;
	}
}

@media (max-width: 640px) {
	#contents.menus .menu_link > ul > li {
		width: 100%;
		margin-bottom: 12px;
	}
}

.menu_drink {
	margin-left: -12px;
	margin-right: -12px;
}

@media (max-width: 640px) {
	.menu_drink {
		margin-left: 0;
		margin-right: 0;
	}
}

.menu_drink_item {
	width: 50%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

@media (max-width: 640px) {
	.menu_drink_item {
		width: 100%;
		float: none;
	}
}

.menu_drink_item_inner {
	position: relative;
}

.menu_drink_item_inner:before {
	position: absolute;
	display: block;
	content: "";
	z-index: 0;
	width: 100%;
	top: 50%;
	left: 0;
	border-top: 1px dotted black;
}

.menu_drink_item_inner_info {
	position: relative;
	z-index: 1;
}

.menu_drink_item_inner_info.is-pickup:before {
	content: '★';
	color: #89744d;
	position: absolute;
	top: 0;
	left: -16px;
}

@media (max-width: 640px) {
	.menu_drink_item_inner_info.is-pickup:before {
		left: 0;
	}
}

.menu_drink_item_inner_info .menu_drink_item_inner_block {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_title {
	display: table-cell;
	width: 80%;
	text-align: left;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_title {
		width: 73%;
	}
}

.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_title > span {
	display: inline-block;
	background-color: white;
	padding-right: 8px;
}

@media (max-width: 640px) {
	.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_title > span {
		padding-left: 16px;
		font-size: 14px;
	}
}

.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_price {
	display: table-cell;
	width: 20%;
	text-align: right;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_price {
		width: 34%;
		word-break: break-all;
		font-size: 14px;
	}
}

.menu_drink_item_inner_info .menu_drink_item_inner_block .menu_drink_price > span {
	display: inline-block;
	background-color: white;
	padding-left: 8px;
}

@media (max-width: 640px) {
	#movie {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 640px) {
	#movie > iframe {
		width: 100% !important;
		height: 200px !important;
	}
}

/*********************************************************************
* plan ページ
*********************************************************************/
@media (max-width: 640px) {
	#contents.plan .plans_floor table tr td.floor_dl a {
		display: block;
		padding: 0;
	}
}

/*********************************************************************
* LINE
*********************************************************************/
#contents.system .line_block {
	padding-left: 12px;
	padding-right: 12px;
}

@media (max-width: 640px) {
	#contents.system .line_block .add_up {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 12px;
	}
}

/*********************************************************************
* 問い合わせページ
*********************************************************************/
@media (max-width: 640px) {
	.mw_wp_form {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/*********************************************************************
* utility 部分
*********************************************************************/
.u-text-center {
	text-align: center !important;
}

.u-text-left {
	text-align: left !important;
}

.u-text-right {
	text-align: right !important;
}

.u-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.u-animated.is-infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.u-display-block {
	display: block !important;
}

.u-display-none {
	display: none !important;
}

.u-display-inlineblock {
	display: inline-block !important;
}

.u-display-inline {
	display: inline !important;
}

.u-mbs {
	margin-top: 32px;
	margin-bottom: 32px;
}

.u-mbs.is-xlg {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.u-mbs.is-lg {
	margin-top: 64px !important;
	margin-bottom: 64px !important;
}

.u-mbs.is-sm {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.u-mbs.is-xs {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.u-mbs.is-top {
	margin-bottom: 0 !important;
}

.u-mbs.is-bottom {
	margin-top: 0 !important;
}

.u-f-left {
	float: left !important;
}

.u-f-right {
	float: right !important;
}

.u-f-none {
	float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
	.u-hidden-sm {
		display: none !important;
	}
}

@media screen and (min-width: 48em) {
	.u-hidden-lg {
		display: none !important;
	}
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
	display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
	.u-visible-sm {
		display: block !important;
	}
	.u-visible-sm.is-inlineblock {
		display: inline-block !important;
	}
}

@media screen and (min-width: 48em) {
	.u-visible-lg {
		display: block !important;
	}
	.u-visible-lg.is-inlineblock {
		display: inline-block !important;
	}
}

.u-text-danger {
	color: #cc2919;
}

.u-text-info {
	color: #378da3;
}

.u-text-success {
	color: #378da3;
}

.c-vipcard {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 640px) {
	.c-vipcard {
		margin-bottom: 60px;
		display: block;
	}
}

@media (max-width: 640px) {
	.c-vipcard.is-system {
		margin-bottom: 28px;
	}
}

.c-vipcard__thumbnail {
	max-width: 368px;
	width: 100%;
}

@media (max-width: 640px) {
	.c-vipcard__thumbnail {
		display: block;
		max-width: 100%;
	}
}

.c-vipcard__content {
	max-width: 646px;
	width: 100%;
}

@media (max-width: 640px) {
	.c-vipcard__content {
		display: block;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.c-vipcard__title {
	margin-top: 0;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	padding-left: 16px;
	background-image: url(../images/bg-heading-md.png);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #89744d;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	text-align: left;
}

@media (max-width: 640px) {
	.c-vipcard__title {
		font-size: 24px;
	}
}

.c-vipcard__title:before {
	content: "";
	height: 100px;
}

.c-vipcard__title span:last-child {
	font-size: 22px;
	float: right;
	margin-top: 8px;
}

@media (max-width: 640px) {
	.c-vipcard__title span:last-child {
		margin-top: 12px;
		font-size: 15px;
	}
}

.c-vipcard__desc {
	margin-bottom: 24px;
	text-align: left;
}

.c-vipcard__price {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 16px;
}

@media (max-width: 640px) {
	.c-vipcard__price {
		display: block;
		table-layout: inherit;
	}
}

.c-vipcard__price__label {
	display: table-cell;
	text-align: center;
	width: 30%;
	padding: 5px 24px;
	background-color: black;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.c-vipcard__price__label {
		display: block;
		width: 100%;
	}
}

.c-vipcard__price__label > span {
	width: 100%;
	display: inline-block;
	color: white;
}

.c-vipcard__price__label > span:first-child {
	font-size: 22px;
	line-height: 1.2;
}

.c-vipcard__price__label > span:last-child {
	font-size: 18px;
	line-height: 1.1;
}

.c-vipcard__price__bold {
	display: table-cell;
	width: 40%;
	padding-left: 14px;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.c-vipcard__price__bold {
		display: block;
		width: 100%;
	}
}

.c-vipcard__price__bold > span {
	font-size: 30px;
	font-weight: bold;
}

.c-vipcard__price__normal {
	display: block;
	vertical-align: middle;
	padding-left: 12px;
	text-align: right;
}

@media (max-width: 640px) {
	.c-vipcard__price__normal {
		display: block;
		width: 100%;
	}
}

.vip_block__warning p {
	font-size: 13px;
}

/****************************** メインヴィジュアル ******************************/
#slide {
	position: relative;
	z-index: 9990;
}

@media (max-width: 640px) {
	#slide {
		padding-top: 66px;
	}
}

@media (max-width: 640px) {
	#slide .slide_logo.front {
		display: none !important;
	}
}

@media (max-width: 640px) {
	#slide .slide_logo.back {
		margin-left: 0 !important;
		top: 90px;
		left: 0;
	}
	#slide .slide_logo.back img {
		max-width: 50%;
	}
}

#slide #slid_how_to {
	bottom: 130px;
	left: 50%;
	margin-left: -190px;
	position: absolute;
}

@media (max-width: 640px) {
	#slide #slid_how_to {
		display: none;
	}
}

#slide #slid_how_to img {
	max-width: 392px;
}

#slide .bx-pager.bx-default-pager .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

#slide .bx-pager.bx-default-pager .bx-pager-item a {
	background: white !important;
	height: 6px !important;
	width: 20px !important;
	opacity: 0.5;
}

#slide .bx-pager.bx-default-pager .bx-pager-item a.active {
	opacity: 0.8;
}

#slide .slide_custom .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	height: 50px;
	width: 50px;
	z-index: 9998;
}

.slide_custom .bx-prev {
	width: 50px;
	height: 50px;
	background-image: url(../../public-stand-html/assets/images/common/icon-mainvisual-prev.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	right: 0px;
}

@media (max-width: 640px) {
	.slide_custom .bx-prev {
		width: 36px !important;
		height: 36px !important;
		background-size: contain !important;
	}
}

.slide_custom .bx-next {
	width: 50px;
	height: 50px;
	background-image: url(../../public-stand-html/assets/images/common/icon-mainvisual-next.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	right: 0px;
}

@media (max-width: 640px) {
	.slide_custom .bx-next {
		width: 36px !important;
		height: 36px !important;
		background-size: contain !important;
	}
}

/****************************** 色付きキャッチコピー ******************************/
.catchcopy-primary {
	margin-bottom: 56px;
	text-align: center;
	color: #89744d;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 640px) {
	.catchcopy-primary {
		font-size: 20px;
	}
}

/****************************** パスポート ******************************/
.card-passport {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 640px) {
	.card-passport {
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.card-passport_title {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #7d6944;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}

.card-passport_title:after {
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: 1;
	margin-left: -10px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #7d6944;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.card-passport_content {
	background: rgba(137, 116, 77, 0.1);
	padding: 24px;
	border: 2px solid #7d6944;
}

.card-passport_content_title > p {
	width: 288px;
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: black;
	margin-bottom: 0;
	border-bottom: 1px solid #7d6944;
}

@media (max-width: 640px) {
	.card-passport_content_title > p {
		width: 100%;
		float: none;
		margin-bottom: 24px;
		font-size: 24px;
	}
}

.card-passport_content_title > figure {
	margin-left: 374px;
	width: 147px;
}

@media (max-width: 640px) {
	.card-passport_content_title > figure {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}

.card-passport_content_title > figure img {
	max-width: 100%;
}

.card-passport_content_price {
	padding-top: 12px;
}

.card-passport_content_price_inner {
	padding-top: 8px;
}

.card-passport_content_price_detail {
	display: inline-block;
}

.card-passport_content_price_detail > strong {
	display: inline-block;
	font-size: 34px;
}

.card-passport_content_price_detail > small {
	display: inline-block;
	font-size: 15px;
}

.card-passport_content_price_icon {
	display: inline-block;
	width: 230px;
}

.card-passport_content_price_icon .label {
	font-weight: normal;
}

/****************************** スマホメニュー ******************************/
@media screen and (min-width: 46.875em) {
	.slidebar-button {
		display: none !important;
	}
	.slidebar-menu {
		display: none !important;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.slidebar-button {
		position: fixed;
		right: 0;
		top: 0;
		width: 65px;
		height: 68px;
		text-align: center;
		font-size: 2.125rem;
		z-index: 10001;
		text-decoration: none;
		background: black;
		line-height: 1;
		color: #fff;
	}
	.slidebar-button:hover, .slidebar-button:active {
		color: #fff !important;
	}
	.slidebar-button img {
		width: 2rem;
		height: auto;
		margin-top: 0.8125rem;
	}
	.slidebar-button .close {
		display: none;
	}
	.slidebar-button .open span {
		display: block;
		font-weight: bold;
		text-align: center;
		font-size: 0.75rem;
		line-height: 1;
		padding-top: 0.4375rem;
	}
	.slidebar-menu {
		height: 100%;
		position: fixed;
		z-index: 10000;
		width: 75%;
		background: #fff;
		-webkit-transform: translateX(100%);
		transform: translate3d(100%, 0px, 0px);
		right: 0;
		top: -35px;
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.slidebar-menu.is-top-to-bottom {
		-webkit-transform: translateX(0%);
		-webkit-transform: translateY(-100%);
		transform: translate3d(0px, -100%, 0px);
		height: auto;
		width: 100%;
		opacity: 0;
	}
	.slidebar-menu ul {
		background: #fff;
	}
	.slidebar-menu ul li {
		border-bottom: 1px solid #c3c3c3;
	}
	.slidebar-menu ul li a {
		font-size: 0.9375rem;
		display: block;
		padding-left: 1.1875rem;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 0.5rem;
		text-decoration: none;
		color: #070707;
		font-weight: bold;
	}
	.slidebar-menu ul li a:before {
		content: "\f105";
		font-family: "FontAwesome";
		padding-right: 1rem;
		color: #89744d;
	}
	.slidebar-menu ul li.slidebar-menu__main.is-accent {
		background-color: #f55500;
	}
	.slidebar-menu ul li.slidebar-menu__main.is-accent > a {
		color: #070707;
	}
	.slidebar-menu ul li.slidebar-menu__main a:before {
		content: "\f107";
	}
	.slidebar-menu ul li.slidebar-menu__main ul {
		background-color: rgba(0, 0, 0, 0.6) !important;
		border-top: 1px solid #fff !important;
		display: none;
	}
	.slidebar-menu ul li.slidebar-menu__main ul li {
		border-bottom: none;
	}
	.slidebar-menu ul li.slidebar-menu__main ul li a {
		background-color: rgba(241, 242, 243, 0.2) !important;
		color: #fff !important;
	}
	.slidebar-menu ul li.slidebar-menu__main ul li a:before {
		content: "" !important;
		color: #008bd6 !important;
	}
	.slidebar-menu ul li.slidebar-menu__main ul li:nth-child(2) a:before {
		color: #1fad4d !important;
	}
	.slidebar-menu ul li.slidebar-menu__main ul li:nth-child(3) a:before {
		color: #ef8719 !important;
	}
	.slidebar-menu-lang {
		font-size: 0;
	}
	.slidebar-menu-lang > p {
		width: 50%;
		display: inline-block;
		margin-bottom: 0;
		font-size: 20px;
		text-align: center;
	}
	.slidebar-menu-lang > p > a {
		display: block;
		padding-top: 12px;
		padding-left: 20px;
		width: 100%;
		padding-bottom: 12px;
		text-decoration: none;
		font-size: 16px;
		color: black;
		text-align: left;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.slidebar-menu-lang > p > a:before {
		display: inline-block;
		content: "\f105";
		font-family: "FontAwesome";
		padding-right: 1rem;
		color: black;
	}
	.slidebar-menu-lang > p > a.is-active {
		color: white;
		background-color: black;
	}
	.slidebar-menu-lang > p > a.is-active:before {
		color: white;
	}
	.slidebar-container {
		height: 100%;
	}
	.slidebar-container:after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
		display: none;
		z-index: 8000;
	}
	.slidebar-container {
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
	}
	.is-slidebar-active {
		cursor: pointer;
	}
	.is-slidebar-active .slidebar-button {
		color: #fff;
	}
	.is-slidebar-active .slidebar-button img {
		width: 1.5rem;
		height: auto;
		margin-top: 0.625rem;
	}
	.is-slidebar-active .close {
		display: block;
	}
	.is-slidebar-active .close img {
		width: 1.625rem;
		height: auto;
		margin-top: 1.25rem;
	}
	.is-slidebar-active .open {
		display: none;
	}
	.is-slidebar-active .slidebar-container {
		-webkit-transform: translateX(-75%);
		transform: translate3d(-75%, 0px, 0px);
	}
	.is-slidebar-active .slidebar-container:after {
		content: "";
		opacity: 1;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		display: block;
		top: 0;
		left: 0;
	}
	.is-slidebar-active .slidebar-container.is-top-to-bottom {
		-webkit-transform: translateX(0px);
		transform: translate3d(0px, 0px, 0px);
	}
	.is-slidebar-active .slidebar-container.is-top-to-bottom:after {
		top: 100px;
	}
	.is-slidebar-active .slidebar-menu {
		-webkit-transform: translateX(0);
		transform: translate3d(0, 0, 0);
	}
	.is-slidebar-active .slidebar-menu.is-top-to-bottom {
		-webkit-transform: translateX(100px);
		transform: translate3d(0, 100px, 0);
		opacity: 1;
	}
}

/****************************** SHOT & CHAMPAGNE ******************************/
.c-card__item {
	float: left;
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}

@media (max-width: 640px) {
	.c-card__item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}
}

.c-card__image {
	text-align: center;
}

.c-card__image img {
	height: 252px;
}

.c-card__text {
	text-align: center;
}

.c-card__text > em {
	display: block;
	font-style: normal;
	font-size: 22px;
}

.c-card__text > small {
	display: block;
	font-size: 16px;
}

.c-card__text > strong {
	display: block;
	font-size: 22px;
}
