/* ------------------------------
　　フォントサイズ対応
------------------------------ */
/* ------------------------------
　　ベース
------------------------------ */
body {
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial, Hiragino Kaku Gothic Pro,Meiryo, sans-serif;
	background: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
}

/* リンクの設定 */
a {
	color: #006DD9;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}

/* コンテナー */
.acms-container {
	max-width: 1140px;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
	padding: 0;
}

.narrow-container {
	max-width: 960px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}

html {
	font-size: 40%;
}

p {
  line-height: 1.9;
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #E5E5E5;
}

.page-header {
	margin: 0 0 20px 0;
}

.entry-info {
	margin-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 14px;
	font-size: 1.4rem;
}

/* タイトル */
.entry-title {
	margin: 10px 0;
}
.entry-title a {
	color: #333;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

/* エントリーのスタイル */
.entry-column {
	color: #333;
	word-wrap: break-word;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3 {
	margin: 0 10px 20px 10px;
	padding: 5px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	background: #E5E5E5;
}
.entry-column h4 {
	margin: 0 10px 20px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
}
.entry-column a:link {
	text-decoration: none;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: underline;
}
.entry-column a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

/* 本文 */
.entry-column p {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.entry-column p.entry-danger-text {
	color: #C41134;
	font-weight: bold;
}
.entry-column p.summary-title {
	margin: 0 0 10px 0;
}
.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 5px;
}

[class^=column-table] .entry-container {
	margin-bottom: 15px;
	overflow-x: auto;
}

[class^=column-table] table {
	margin-bottom: 0;
}

/* テーブル */
.entry-column table {
	width: 100%;
	border-collapse: collapse;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	color: #333;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DFDFDF;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-column .acms-table-responsive {
	border-top: 0;
	border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column th {
	background: #F5F5F5;
}

.entry-column .entry-custom-table {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		font-size: 1.6rem;
		border-top: 1px solid #DFDFDF;
	}
	.entry-column th {
		background: inherit;
	}
	.entry-column tr:nth-child(odd) {
		background: #F5F5F5;
	}
}

/* リスト */
.entry-column ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 2em;
}
.entry-column ul li {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.entry-column ul.summary-default {
	padding: 0;
}
.entry-column ul.summary-default li {
	margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.entry-column dd {
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
}

/* 引用 */
.entry-column blockquote {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px 10px 20px 20px;
	line-height: 1.8;
	background: #F5F5F5;
	border-left: 5px solid #DEDEDE;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-column .column-quote-auto blockquote {
	padding: 10px;
	border: 1px solid #D0D0D0;
}

.entry-column .column-quote-auto .quoteTitleLink {
	color: #333;
}

@media screen and (min-width: 480px) {
	/* 引用 */
	.entry-column blockquote {
		padding: 20px 20px 20px 30px;
	}
	.entry-column .column-quote-auto blockquote {
		padding: 15px;
	}
}

/* ソースコード */
.entry-column pre {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 15px 0;
	font-family: Menlo, Monaco, "Courier New", monospace;
	white-space: pre-wrap;
}
.entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
	margin: 0 0 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.column-file-auto + .caption {
	margin-left: 10px;
}

.column-module {
	margin: 0 10px;
}

/* ユニットグループ */
.ug-bg-color {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	background: #F5F5F5;
}
.ug-bg-color *:last-child {
	margin-bottom: 0;
}
.ug-bg-color h2 {
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.ug-bg-color h3,
.ug-bg-color h4 {
	margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
	.ug-bg-color {
		padding: 25px 15px;
	}
}

/* スタッフ紹介 */
.entry-column .staff-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 10px 30px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #EEE;
}

.entry-column .staff-item {
	width: 50%;
	margin: 0;
}

.entry-column .staff-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	box-sizing: border-box;
	padding: 20px 10px;
	border-bottom: 1px solid #EEE;
}

.entry-column .staff-body {
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 20px 0;
}

.entry-column .staff-name {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.3;
	text-align: center;
	background: 0;
	font-size: 20px;
	font-size: 2rem;
}

.entry-column .staff-job {
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
}

.entry-column .staff-profile {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-column .staff-img-wrap {
	-ms-flex-order: 1;
	order: 1;
}

.entry-column .staff-img {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}

@media screen and (min-width: 768px) {
	.entry-column .staff-item {
		width: 25%;
	}
	.entry-column .staff-body {
		margin: 0;
	}
}

/* エントリーフッター */
.entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.entry-tag {
	margin: 0 0 5px 0;
}

.entry-tag-icon {
	float: left;
	color: #707070;
}

.entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 22px;
	font-size: 2.2rem;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	position: relative;
	color: #1877F2;
	line-height: 1.2;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-facebook:focus:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
	content: "";
}
.share-item .share-item-twitter {
	/* Twitter */
	position: relative;
	color: #55ACEE;
	line-height: 1.2;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
	content: "";
}

/* 続きを読むボタン */
.continue-link {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.continue-link a {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
	background: #767676;
	border-radius: 3px;
}
.continue-link a [class*="acms-icon"] {
	margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
	color: #FFF;
}
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
	color: #FFF;
	text-decoration: none;
	background: #AAA;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
	/* 続きを読むボタン */
	.continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg {
	padding: 20px 0;
	background: #F6F6F6;
}

.layout-space {
	padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col {
	float: none;
	margin: 0 auto;
}

/* 見出し */
.section-heading {
	margin: 20px 0 40px 0;
	font-size: 28px;
	font-size: 2.8rem;
}
.section-heading a {
	color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.group-detail {
	margin: 0 0 30px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

/* ヘッドライン */
.lp-headline {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.lp-suggest-box {
	padding: 50px 0;
}

.lp-suggest-text {
	margin: 30px 0 10px 0;
}

.lp-suggest-tel {
	margin: 0;
	color: #C38A00;
	font-weight: bold;
	font-size: 34px;
}
.lp-suggest-tel a {
	color: #C38A00;
}

.btn-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before,
.main:after {
	display: table;
	content: " ";
}

.main:after {
	clear: both;
}

.main-inner {
	width: 100%;
	max-width: 820px;
}
.main-inner.is-space-left {
	float: right;
}
.main-inner.is-space-right {
	float: left;
}
.main-inner.is-space-center {
	margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
	margin-top: 0;
	font-size: 18px;
	font-size: 1.8rem;
}

/* ------------------------------
　　物件情報
------------------------------ */
/* 地図 */
.realestate-map {
	overflow: hidden;
}

.realestate-map .js-s2d-ready,
.realestate-map [class*="column-map-"] {
	width: auto !important;
	max-width: 100%;
}

.realestate-map img[class*="column-map-"] {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

.realestate-map-entry {
	margin: 0 10px;
}

.entry-column table.realestate-search {
	margin: 20px 0 30px 0;
}

@media screen and (min-width: 1024px) {
	.table-nowrap {
		white-space: nowrap;
	}
}

/* 物件情報 */
.realestate-search {
	border-collapse: collapse;
}
.realestate-search input {
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.realestate-search th,
	.realestate-search td {
		display: block;
		box-sizing: border-box;
	}
	.realestate-search input {
		box-sizing: border-box;
	}
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message-group {
	margin: 0 0 35px 0;
}

.contact-box .message-text {
	color: #C41134;
	font-weight: bold;
}

.contact-box .contact-no {
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}
.contact-box .contact-no a {
	color: inherit;
}

.contact-box .error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
}

.contact-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: #E5E5E5;
}

.contact-form-group {
	background: #E5E5E5;
}

.contact-form-label {
	display: block;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: left;
}

.contact-form-control {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #FFF;
}

.contact-form-label {
	font-weight: bold;
}

.contact-form-grid {
	margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.contact-form {
		display: table;
		width: 100%;
	}
	.contact-form-group {
		display: table-row;
	}
	.contact-form-label,
	.contact-form-control {
		display: table-cell;
	}
	.contact-form-label {
		width: 33.33333%;
		padding: 15px;
		vertical-align: top;
		border-bottom: 1px solid #FFF;
	}
	.contact-form-control {
		width: 66.66667%;
		padding: 15px;
	}
	.contact-form-col {
		margin: 0;
	}
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
	margin: 0 0 35px 0;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-weight: bold;
	list-style: none;
	border-bottom: 4px solid transparent;
	font-size: 16px;
	font-size: 1.6rem;
}
.contact-box .mail-step-item:before {
	content: counter(mailStep) ".";
	/* カウンターの設定 */
	counter-increment: mailStep;
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.form-btn-send {
		width: 100%;
		max-width: 360px;
	}
}

/* ラベル
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	background: #C41134;
	border-radius: 3px;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing: border-box;
	padding: 0 5px;
}

.contact-box textarea {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 5px 4px;
}

.contact-box select {
	min-height: 32px;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	float: right;
	color: #5CB85C;
}

.invalid {
	background: #FFEBEE !important;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
	font-size: 24px;
	font-size: 2.4rem;
	color: #C41134;
	font-weight: bold;
}
.header-stack .site-name {
	margin: 30px 0 20px;
}
.site-name a {
	color: #C41134;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
	color: #C41134;
}

.site-logo {
	display: inline-block;
	width: 22px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.site-name-text {
	display: inline;
	vertical-align: middle;
}

.edit-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
}

.header-nav {
	position: relative;
	display: none;
}

@media (min-width: 768px) {
	.site-name {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.header-stack .site-name {
		text-align: center;
	}
	.site-logo {
		width: 40px;
	}
	.header {
		display: table;
		width: 100%;
	}
	.header-stack .header {
		display: block;
	}
	.header-logo {
		width: 100%;
		vertical-align: middle;
	}
	.header-stack .header-logo {
		display: block;
	}
	.header-nav {
		display: none;
		vertical-align: middle;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

@media (min-width: 1024px) {
	.header-logo {
		display: table-cell;
		width: 40%;
	}
	.header-stack .header-logo {
		display: block;
		width: 100%;
	}
	.header-nav {
		display: table-cell;
		width: 60%;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo {
	/* 固定したときの高さを保つ */
	padding: 48px 0 0 0;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	padding: 0 5px;
	background: #FFF;
	border-top: 4px solid #333;
	border-bottom: 1px solid #CCC;
	padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
	box-sizing: border-box;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
	display: inline-block;
	height: 44px;
	padding: 7px 5px;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	box-sizing: border-box;
}
a .nav-menu-btn {
	color: #333;
}
.nav-menu-btn:hover {
	color: #333;
	text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
	display: inline-block;
}

.nav-menu-btn-text {
	display: inline-block;
	margin: 0 0 0 5px;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11px;
	font-size: 1.1rem;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
	display: table;
	float: right;
	margin: 0;
	padding: 0;
}

.nav-menu-action-item {
	display: table-cell;
	width: 44px;
	height: 44px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2rem;
}

.nav-menu-action-link {
	color: #333;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus {
	color: #333;
	text-decoration: none;
}

.navbar {
	display: none;
	width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
	z-index: 1;
}
.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	color: #FFF;
	text-decoration: none;
	background: #C41134;
}

@media (min-width: 1024px) {
	.header {
		height: 100px;
	}
	.navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		float: right;
		padding: 0;
		list-style: none;
	}
	.header-stack .navbar > ul {
		display: table;
		float: none;
		width: 100%;
		table-layout: fixed;
		border-right: 1px solid #EEE;
	}
	.navbar li {
		position: relative;
		float: left;
		margin: 0 10px;
		text-align: center;
		vertical-align: middle;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		display: table-cell;
		float: none;
		border-left: 1px solid #EEE;
	}
	.navbar li ul {
		/* 二階層目 */
		position: absolute;
		left: 0;
		display: none;
		min-width: 200px;
	}
	.navbar li li {
		margin: 0;
	}
	.header-stack .navbar li li {
		display: block;
		border: 0;
	}
	.navbar li a {
		/* 一階層目のリンクのみ */
		padding: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition: border .25s ease-out;
	}
	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #333;
		background: transparent;
	}
	.header-stack .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #C41134;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		z-index: 10000;
		display: block;
		animation: .8s fade-in;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #C41134;
	}
	.navbar li:hover a.btn-attention {
		border: 0;
	}
	.navbar li:hover li a {
		border: 0;
	}
	.navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: #C41134;
		border: 0;
		border-top: 1px solid #910021;
	}
	.navbar li li:first-child {
		border: 0;
	}
	.navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
		border: 0;
	}
	.navbar li li a:hover {
		color: #FFF;
		background: #910021;
		border: 0;
	}
	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: #C41134;
		color: #FFF;
		font-weight: bold;
		line-height: 1.3;
		border: 0;
		display: inline-block;
		padding: 6px 15px;
		border-radius: 3px;
		border: 0;
	}
	.navbar a.btn-attention:hover,
	.navbar a.btn-attention:visited {
		color: #FFF;
		text-decoration: none;
	}
	.navbar a.btn-attention:focus,
	.navbar a.btn-attention:active {
		color: #FFF;
		box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	}
	.navbar a.btn-attention:hover {
		color: #FFF;
		background-color: #910021;
		background-image: linear-gradient(to bottom, #C41134, #910021);
		border: 0;
	}
	.navbar a.btn-attention:active,
	.navbar a.btn-attention:focus {
		background: #910021;
	}
}

@media (min-width: 1024px) {
	.header-logo {
		padding: 0;
	}
	.navbar ul li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media (min-width: 1440px) {
	.navbar ul li a {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* ------------------------------
　　サイドメニュー
------------------------------ */
.navbar-side {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: right;
}

.navbar-side-list {
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	background: #333;
	border-radius: 0 0 4px 4px;
}

.navbar-side-item {
	position: relative;
	display: inline-block;
	color: #FFF;
}
.navbar-side-item:before {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	display: block;
	height: 1em;
	border-left: 1px dotted #FFF;
	content: "";
}
.navbar-side-item:first-child:before {
	content: none;
}

.navbar-side-link {
	display: inline-block;
	padding: 4px 14px 4px 10px;
	color: #FFF;
}
.navbar-side-link [class*="acms-icon"] {
	margin: -2px 5px 0 0;
}
.navbar-side-link:hover,
.navbar-side-link:visited,
.navbar-side-link:active,
.navbar-side-link:focus {
	color: #FFF;
}
.navbar-side-link:hover [class*="acms-icon"] {
	text-decoration: none;
}

/* ------------------------------
　　モバイルメニュー
------------------------------ */
/* トグルメニューアイコン */
.icon-toggle-menu {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 2px;
	margin: 6px 0;
	vertical-align: middle;
	background-color: #333;
	border-radius: 1px;
	transition: .1s all;
}
.icon-toggle-menu:before,
.icon-toggle-menu:after {
	position: absolute;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #333;
	border-radius: 1px;
	transition: .3s all;
	content: "";
}
.icon-toggle-menu:before {
	top: -6px;
}
.icon-toggle-menu:after {
	bottom: -6px;
}
[aria-expanded=true] .icon-toggle-menu {
	background: transparent;
}
[aria-expanded=true] .icon-toggle-menu:before {
	width: 22px;
	-ms-transform: translate(-2px, 6px) rotate(45deg);
	    transform: translate(-2px, 6px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu:after {
	width: 22px;
	-ms-transform: translate(-2px, -6px) rotate(-45deg);
	    transform: translate(-2px, -6px) rotate(-45deg);
}

/* ナビゲーションバー */
@media (max-width: 1023px) {
	.is-locked {
		overflow: hidden;
	}
	.mobile-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding-top: 48px;
		background-color: #FFF;
		opacity: 0;
		transition-timing-function: cubic-bezier(.25, .46, .45, .94);
		transition-duration: .3s;
		transition-property: all;
	}
	.mobile-nav.is-active {
		display: block;
	}
	.mobile-nav.is-opened {
		opacity: 1;
	}
	.mobile-nav-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-pack: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 30px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-navbar-list {
		margin: 0;
		padding: 0;
		line-height: 2.4;
		text-align: center;
		list-style: none;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.mobile-navbar-list a:not(.btn-attention),
	.mobile-navbar-list a:not(.btn-attention):hover,
	.mobile-navbar-list a:not(.btn-attention):visited,
	.mobile-navbar-list a:not(.btn-attention):active,
	.mobile-navbar-list a:not(.btn-attention):focus {
		color: #333;
	}
	.mobile-navbar-list .mobile-navbar-list {
		display: none;
	}
	.mobile-nav-side {
		margin: 20px 0;
		text-align: center;
	}
	.mobile-nav-side-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile-nav-side-item {
		display: block;
		margin: 0 0 10px 0;
	}
	.mobile-nav-side-link {
		color: #333;
	}
	.mobile-nav-side-link:hover,
	.mobile-nav-side-link:visited,
	.mobile-nav-side-link:active,
	.mobile-nav-side-link:focus {
		color: #333;
	}
	.mobile-navbar-footer {
		margin: 15px 0 0 0;
	}
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.suggest-box {
	background: #DDD;
}

.suggest-inner {
	display: table;
	width: 100%;
	padding: 15px 0;
}

.suggest-item {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.suggest-text {
	margin: 0 0 10px 0;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
}

.suggest-tel {
	margin: 0 0 10px 0;
	color: #666;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.suggest-tel a {
	color: inherit;
}

.suggest-btn {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.suggest-inner {
		padding: 0;
	}
	.suggest-item {
		padding: 30px 10px;
	}
	.suggest-tel {
		margin: 0;
	}
	.suggest-half {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
}

/* フッター内会社情報 */
.foot-wrapper {
	padding: 30px 0;
	background: #323232;
}

.company-about {
	margin: 0 0 30px 0;
	color: #FFF;
}

.company-name {
	margin: 0 0 15px 0;
	color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
}

.company-detail {
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
}
.company-detail a {
	color: #FFF;
}
.company-detail a:hover {
	text-decoration: underline;
}

/* フッターナビゲーション */
.footer-nav {
	float: right;
	width: 650px;
	max-width: 100%;
	margin: 0 -10px;
}

.footer-nav-item {
	display: block;
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.footer-nav-title {
	margin: 0 0 5px 0;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer-nav-list {
	margin: 0;
	padding: 0;
	color: #999;
	list-style: none;
}
.footer-nav-list li {
	line-height: 1.7;
}
.footer-nav-list a {
	color: #999;
}

@media screen and (max-width: 767px) {
	.footer-nav {
		display: none;
	}
}

/* ページの上に戻るボタン */
.page-top a:focus {
	display: block;
	border: 1px dotted #FFF;
}

.page-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../../images/marker/btn_pageTop.png?v=20200320103212) no-repeat center;
	transform: translateZ(0);
	right: calc(20px + constant(safe-area-inset-right));
	opacity: 0;
	transition: opacity .2s ease-out;
}
.no-js .page-top-btn {
	/* jsが無効の環境のとき */
	opacity: .6;
}

.page-top-btn-appear {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.page-top-btn {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.page-top-btn:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* フッター内各SNSアカウントのリンク集 */
.sns-list {
	margin: 0 -5px 30px 15px;
	padding: 0;
	list-style: none;
}

.sns-list-item {
	float: left;
	margin: 0 5px;
}
.sns-list-item a:hover,
.sns-list-item a:visited,
.sns-list-item a:active,
.sns-list-item a:focus {
	text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
	/* Facebook */
	display: block;
	width: 30px;
	height: 30px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: #1877F2;
	border-radius: 4px;
	font-size: 19px;
	font-size: 1.9rem;
}
.sns-list-item .sns-list-facebook:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
	/* Twitter */
	display: block;
	width: 30px;
	height: 30px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: #55ACEE;
	border-radius: 4px;
	font-size: 19px;
	font-size: 1.9rem;
}
.sns-list-item .sns-list-twitter:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
	/* YouTube */
	display: block;
	width: 30px;
	height: 30px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: #CD201F;
	border-radius: 4px;
	font-size: 19px;
	font-size: 1.9rem;
}
.sns-list-item .sns-list-youtube:before {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.sns-list {
		float: right;
		margin: 0 -10px;
	}
	.sns-list-item {
		margin: 10px;
	}
	.sns-list-item a:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* 著作権表示 */
.copyright {
	margin: 0;
	color: #FFF;
}

.copyright-text {
	margin: 0 auto;
}

.copryright-logo {
	vertical-align: middle;
}

/* ------------------------------
　　acms.css ノンレスポンシブ対応
------------------------------ */
[class*="acms-col-"] {
	float: left;
}

.acms-col-1 {
	width: 8.33333%;
}

.acms-col-2 {
	width: 16.66667%;
}

.acms-col-3 {
	width: 25%;
}

.acms-col-4 {
	width: 33.33333%;
}

.acms-col-5 {
	width: 41.66667%;
}

.acms-col-6 {
	width: 50%;
}

.acms-col-7 {
	width: 58.33333%;
}

.acms-col-8 {
	width: 66.66667%;
}

.acms-col-9 {
	width: 75%;
}

.acms-col-10 {
	width: 83.33333%;
}

.acms-col-11 {
	width: 91.66667%;
}

.acms-col-12 {
	width: 100%;
}

.acms-col-sm-1 {
	width: 8.33333%;
}

.acms-col-sm-2 {
	width: 16.66667%;
}

.acms-col-sm-3 {
	width: 25%;
}

.acms-col-sm-4 {
	width: 33.33333%;
}

.acms-col-sm-5 {
	width: 41.66667%;
}

.acms-col-sm-6 {
	width: 50%;
}

.acms-col-sm-7 {
	width: 58.33333%;
}

.acms-col-sm-8 {
	width: 66.66667%;
}

.acms-col-sm-9 {
	width: 75%;
}

.acms-col-sm-10 {
	width: 83.33333%;
}

.acms-col-sm-11 {
	width: 91.66667%;
}

.acms-col-sm-12 {
	width: 100%;
}

.acms-col-md-1 {
	width: 8.33333%;
}

.acms-col-md-2 {
	width: 16.66667%;
}

.acms-col-md-3 {
	width: 25%;
}

.acms-col-md-4 {
	width: 33.33333%;
}

.acms-col-md-5 {
	width: 41.66667%;
}

.acms-col-md-6 {
	width: 50%;
}

.acms-col-md-7 {
	width: 58.33333%;
}

.acms-col-md-8 {
	width: 66.66667%;
}

.acms-col-md-9 {
	width: 75%;
}

.acms-col-md-10 {
	width: 83.33333%;
}

.acms-col-md-11 {
	width: 91.66667%;
}

.acms-col-md-12 {
	width: 100%;
}

.acms-col-lg-1 {
	width: 8.33333%;
}

.acms-col-lg-2 {
	width: 16.66667%;
}

.acms-col-lg-3 {
	width: 25%;
}

.acms-col-lg-4 {
	width: 33.33333%;
}

.acms-col-lg-5 {
	width: 41.66667%;
}

.acms-col-lg-6 {
	width: 50%;
}

.acms-col-lg-7 {
	width: 58.33333%;
}

.acms-col-lg-8 {
	width: 66.66667%;
}

.acms-col-lg-9 {
	width: 75%;
}

.acms-col-lg-10 {
	width: 83.33333%;
}

.acms-col-lg-11 {
	width: 91.66667%;
}

.acms-col-lg-12 {
	width: 100%;
}

.acms-col-xl-1 {
	width: 8.33333%;
}

.acms-col-xl-2 {
	width: 16.66667%;
}

.acms-col-xl-3 {
	width: 25%;
}

.acms-col-xl-4 {
	width: 33.33333%;
}

.acms-col-xl-5 {
	width: 41.66667%;
}

.acms-col-xl-6 {
	width: 50%;
}

.acms-col-xl-7 {
	width: 58.33333%;
}

.acms-col-xl-8 {
	width: 66.66667%;
}

.acms-col-xl-9 {
	width: 75%;
}

.acms-col-xl-10 {
	width: 83.33333%;
}

.acms-col-xl-11 {
	width: 91.66667%;
}

.acms-col-xl-12 {
	width: 100%;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
.clearHidden {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	border: none;
	visibility: hidden;
}

/* ---------------
 動的フォーム
--------------- */
/* ---------------
 エントリー内 主な要素
--------------- */
.entry-column {
	/* ユニットの要素の位置調整 */
}
.entry-column [class*=acms-col-] {
	padding: 0;
}
.entry-column h2,
.entry-column h3,
.entry-column h4,
.entry-column h5,
.entry-column h6,
.entry-column dl {
	margin-right: 10px;
	margin-left: 10px;
}
.entry-column p {
	margin-right: 10px;
  margin-left: 10px;
}
.entry-column .entry-container {
	margin-right: 10px;
	margin-left: 10px;
}
.entry-column blockquote {
	margin: 0 0 15px 0;
	padding: 10px 20px;
	border-left: solid 5px #CCC;
}

/* ---------------
 各コンテンツ(画像、地図、動画など)表示設定
--------------- */
/* 添付画像配置（おまかせ） */
/* PDFプレビュー */
.column-media-pdf-image {
	width: 100%;
	border: solid 1px #AAA;
}

/* 添付画像配置（左） */
.column-image-left,
.column-media-left {
	display: inline;
	float: left;
	margin-bottom: 20px;
}

.column-media-left {
	text-align: left;
}
.column-media-left :not([href*="media-download"]) + .caption {
	text-align: center;
}

/* 添付画像配置（右） */
.column-image-right,
.column-media-right {
	display: inline;
	float: right;
	margin-bottom: 20px;
}

.column-media-right {
	text-align: right;
}
.column-media-right :not([href*="media-download"]) + .caption {
	text-align: center;
}

/* 添付画像配置（中央） */
.column-image-center,
.column-media-center {
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

/* ファイル配置（おまかせ） */
.column-file-auto {
	margin-left: 10px;
}
.column-file-auto + .caption {
	margin-left: 10px;
}

/* ファイル配置（左） */
.column-file-left {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.column-file-left + .caption {
	text-align: left;
}

/* ファイル配置（右） */
.column-file-right {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: right;
}
.column-file-right + .caption {
	text-align: right;
}

/* ファイル配置（中央） */
.column-file-center {
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.column-file-center + .caption {
	text-align: center;
}

/* 地図配置（おまかせ） */
.column-map-auto {
	margin-bottom: 20px;
}

/* 地図配置（左） */
.column-map-left {
	float: left;
	margin-bottom: 20px;
}

/* 地図配置（右） */
.column-map-right {
	float: right;
	margin-bottom: 20px;
}

/* 地図配置（中央） */
.column-map-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*ストリートビュー表示*/
/* 地図配置（おまかせ） */
.column-street-view-auto {
	margin-bottom: 20px;
}

/* 地図配置（左） */
.column-street-view-left {
	float: left;
	margin-bottom: 20px;
}

/* 地図配置（右） */
.column-street-view-right {
	float: right;
	margin-bottom: 20px;
}

/* 地図配置（中央） */
.column-street-view-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.column-street-view-inner {
	width: 100%;
	padding-bottom: 100%;
}

/* yahoo地図配置（おまかせ） */
.column-yolp-auto {
	margin-bottom: 20px;
}

/* yahoo地図配置（左） */
.column-yolp-left {
	float: left;
	margin-bottom: 20px;
}

/* yahoo地図配置（右） */
.column-yolp-right {
	float: right;
	margin-bottom: 20px;
}

/* yahoo地図配置（中央） */
.column-yolp-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-youtube-left,
.column-video-left {
	display: inline;
	float: left;
}

/* YouTube配置 (右) */
.column-youtube-right,
.column-video-right {
	display: inline;
	float: right;
}

/* YouTube配置 (中央) */
.column-youtube-center,
.column-video-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

/* 画像URL配置（おまかせ） */
/* 画像URL配置（左） */
.column-eximage-left {
	display: inline;
	float: left;
}

/* 画像URL配置（右） */
.column-eximage-right {
	display: inline;
	float: right;
}

/* 画像URL配置（中央） */
.column-eximage-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* 引用配置（おまかせ） */
/* 引用配置（左） */
.column-quote-left {
	float: left;
}

/* 引用配置（右） */
.column-quote-right {
	float: right;
}

.column-quote-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

[class*="column-quote-"] {
	margin-right: 10px;
	margin-left: 10px;
	/* 引用ユニット画像 */
	/* 引用ユニットテキスト */
}
[class*="column-quote-"] blockquote {
	padding: 20px 10px 20px 20px;
}
[class*="column-quote-"] .quoteImageContainer {
	position: relative;
	float: left;
	max-width: 154px;
	margin-right: 25px;
}
[class*="column-quote-"] .quoteImage {
	display: block;
	max-width: 100%;
	height: auto;
}
[class*="column-quote-"] .quoteTitle {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
	font-size: 1.8rem;
}
[class*="column-quote-"] .quoteTitleLink {
	color: #006CD8;
}
[class*="column-quote-"] .quoteSiteName {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
}
[class*="column-quote-"] .quoteDescription {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
	font-size: 12px;
	font-size: 1.2rem;
}

/* 画像の最大幅 */
[class*="column-image-"],
[class*="column-media-"] {
	max-width: 100%;
}

/* メディア リンク */
[class*="column-media-"] a {
	display: block;
	text-align: center;
}

[class*="column-media-"] a[href*="media-download"] {
	display: inline-block;
}

/* ユニットのガターの間隔 */
.entry-column [class*="column-image-"],
.entry-column [class*="column-media-"],
.entry-column [class*="column-yolp-"],
.entry-column [class*="column-youtube-"],
.entry-column [class*="column-video-"],
.entry-column [class*="column-eximage-"] {
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.entry-column [class*="column-map-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.entry-column [class*="column-map-"] > div {
	max-width: 100%;
}

.entry-column [class*="column-street-view-"]:not(.column-street-view-inner) {
	padding-right: 10px;
	padding-left: 10px;
}

.entry-column [class*="column-image-"],
.entry-column [class*="column-media-"],
.entry-column [class*="column-eximage-"] {
	display: block;
	margin-bottom: 20px;
}
.entry-column [class*="column-image-"] a,
.entry-column [class*="column-media-"] a,
.entry-column [class*="column-eximage-"] a {
	display: block;
}
.entry-column [class*="column-image-"] .caption,
.entry-column [class*="column-media-"] .caption,
.entry-column [class*="column-eximage-"] .caption {
	margin-top: 5px;
	padding: 0;
}

.entry-column [class*="column-media-"] a[href*="media-download"] {
	display: inline-block;
}

.entry-column [class*="column-image-"].nocaption,
.entry-column [class*="column-media-"].nocaption,
.entry-column [class*="column-eximage-"].nocaption,
.entry-column [class*="column-yolp-"],
.entry-column [class*="column-youtube-"],
.entry-column [class*="column-video-"] {
	margin-bottom: 25px;
}

.entry-column .column-image-auto,
.entry-column .column-media-auto,
.entry-column .column-eximage-auto,
.entry-column .column-yolp-auto,
.entry-column .column-youtube-auto,
.entry-column .column-video-auto {
	float: none;
}

.entry-column .column-media-auto {
	text-align: center;
}

.entry-column .column-media-left {
	text-align: left;
}

.entry-column .column-media-right {
	text-align: right;
}

.columnImage,
.columnImageCenter {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.columnImageCenter {
	max-width: 320px;
}

/* 画像左寄せ */
.column-image-left,
.column-media-left,
.column-eximage-left {
	float: left;
}

/* スマートフォンのときのエントリー内スタイル */
@media (max-width: 479px) {
	/* エントリー内画像サイズ */
	.entry-column [class*="column-image-"],
	.entry-column [class*="column-media-"],
	.entry-column [class*="column-eximage-"] {
		padding-right: 10px;
		padding-left: 10px;
	}
	.entry-column [class*="column-image-"]:not(.js_notStyle),
	.entry-column [class*="column-media-"]:not(.js_notStyle),
	.entry-column [class*="column-eximage-"]:not(.js_notStyle) {
		float: none;
		width: auto !important;
	}
	.entry-column [class*="column-image-"] img,
	.entry-column [class*="column-media-"] img,
	.entry-column [class*="column-eximage-"] img {
		padding: 0;
		box-sizing: border-box;
	}
	[class*="column-map-"],
	[class*="column-yolp-"] {
		width: auto !important;
		max-width: 100%;
	}
	[class*="column-map-"] > div,
	[class*="column-yolp-"] > div {
		max-width: 100%;
	}
	[class*="column-yolp-"] > div {
		width: 100% !important;
	}
	[class*="column-eximage-"] {
		width: auto !important;
	}
	[class*="column-youtube-"],
	[class*="column-video-"] {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage-"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video-"] {
	width: 100% !important;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[class*="column-map-"] > img,
[class*="column-yolp-"] > img {
	max-width: 100%;
}

/* 地図ユニットのアイコンの調整 */
[class*="column-map-"] img,
[class*="column-yolp-"] img {
	width: auto;
	height: auto;
}

/* Yahoo地図 */
[class*="column-yolp-"] {
	width: auto !important;
}

/* ---------------
 検索
--------------- */
/* 検索結果のハイライト
---------------*/
.highlight1 {
	color: #000;
	background-color: #FF6;
}

.highlight2 {
	color: #000;
	background-color: #A0FFFF;
}

.highlight3 {
	color: #000;
	background-color: #9F9;
}

.highlight4 {
	color: #000;
	background-color: #F99;
}

.highlight5 {
	color: #000;
	background-color: #F6F;
}

.highlight6 {
	color: #000;
	background-color: #800;
}

.acms-block {
	display: block !important;
}

.acms-inline {
	display: inline !important;
}

.acms-inline-block {
	display: inline-block !important;
}

.acms-table-cell {
	display: table-cell !important;
}

.acms-hide {
	display: none !important;
}

.acms-block-sm {
	display: block !important;
}

.acms-inline-sm {
	display: inline !important;
}

.acms-inline-block-sm {
	display: inline-block !important;
}

.acms-table-cell-sm {
	display: table-cell !important;
}

.acms-hide-sm {
	display: none !important;
}

.acms-block-md {
	display: block !important;
}

.acms-inline-md {
	display: inline !important;
}

.acms-inline-block-md {
	display: inline-block !important;
}

.acms-table-cell-md {
	display: table-cell !important;
}

.acms-hide-md {
	display: none !important;
}

.acms-block-lg {
	display: block !important;
}

.acms-inline-lg {
	display: inline !important;
}

.acms-inline-block-lg {
	display: inline-block !important;
}

.acms-table-cell-lg {
	display: table-cell !important;
}

.acms-hide-lg {
	display: none !important;
}

.acms-block-xl {
	display: block !important;
}

.acms-inline-xl {
	display: inline !important;
}

.acms-inline-block-xl {
	display: inline-block !important;
}

.acms-table-cell-xl {
	display: table-cell !important;
}

.acms-hide-xl {
	display: none !important;
}

.acms-show-sp {
	display: block !important;
}

.acms-hide-sp {
	display: none !important;
}

.acms-show-tb {
	display: block !important;
}

.acms-hide-tb {
	display: none !important;
}

.acms-show-pc {
	display: block !important;
}

.acms-hide-pc {
	display: none !important;
}

/* ------------------------------
　　テーマ用CSS プリント対応
------------------------------ */
.header-logo {
	padding: 0;
}

.sub {
	display: none;
}

.main {
	display: block;
	width: 100%;
}

.entry-column td,
.entry-column th {
	display: table-cell;
}

.entry-footer {
	display: none;
}

.serial-nav {
	display: none;
}

.suggest-half {
	float: left;
	width: 50%;
}

.sns-list {
	float: right;
}

/* カスタマイズ */
.l-header,
.l-side,
.c-card-category-wrap,
.l-footer {
  display: none;
}