@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	background: #FFF;
	color: #3E3A39;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	font-size: 14px;
}

/* リンクの設定 */
a {
	border: none;
	color: #006DD9;
	text-decoration: 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: 1170px;
}
.acms-container .acms-container {
	padding: 0;
}

.narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1170px) {
	.acms-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sp-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.acms-grid .sp-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sp-container .sp-container {
		padding: 0;
	}
	.sp-container .acms-container .sp-container {
		padding: 0;
	}
}

/* アニメーション */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
	border: 0;
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.btn:hover,
.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.btn:focus,
.btn:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.btn:active,
.btn:focus {
	background: #878787;
}

/* ボタン　色付き */
.btn-attention {
	border: 0;
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention:focus,
.btn-attention:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.btn-attention:active,
.btn-attention:focus {
	background: #EDA800;
}

/* ボタンサイズ大 */
.btn-large {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-large:hover,
.btn-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-large:focus,
.btn-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-large:hover {
	background: #777;
}
.btn-large:active,
.btn-large:focus {
	background: #878787;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-large:focus,
.btn-attention-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-large:hover {
	background: #FF7E00;
}
.btn-attention-large:active,
.btn-attention-large:focus {
	background: #EDA800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
	width: 100%;
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-block-large:focus,
.btn-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-block-large:hover {
	background: #777;
}
.btn-block-large:active,
.btn-block-large:focus {
	background: #878787;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover {
	background: #FF7E00;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #EDA800;
}

@media (min-width: 768px) {
	.btn-block-large {
		max-width: 360px;
	}
	.btn-attention-block-large {
		max-width: 360px;
	}
}

@media (max-width: 767px) {
	.btn-search-block {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 15px 20px;
		font-size: 20px;
	}
}

/* ボーダーボタン */
.home-btn {
	margin: 20px 0 10px;
}

.btn-border {
	display: inline-block;
	padding: 7px 10px;
	color: #333;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #CCC;
}
.btn-border [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}
.btn-border:hover {
	text-decoration: none;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-gray{
	background: #ddd;
}
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100px;
	color: #FFF;
	background: url("../images/bg_other.png") #333 no-repeat center;
	background-size: cover;
	max-width: 1150px;
	margin: 0 auto;
}

.page-title-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: none;
}

.page-title-inner {
	display: table-cell;
	position: relative;
	padding: 15px 10px;
	vertical-align: middle;
}

.page-title {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.page-title a {
	color: #FFF;
}

.page-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.page-title-wrapper {
		height: 270px;
	}
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
	list-style: none;
	margin: 0 -5px 50px -5px;
	padding: 0;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li.cur {
	/* 現在いる位置 */
	padding: 5px 20px;
	color: #FFF;
	background: #999;
	border-radius: 3px;
}

.pager-link {
	display: block;
	padding: 5px 20px;
	color: #333;
	border-radius: 3px;
	background: #E5E5E5;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
	color: #333;
}
.pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background: #333;
}

.pager-link-forward {
	float: right;
}

.pager-link-prev {
	float: left;
}

@media screen and (min-width: 768px) {
	.pager-link {
		padding: 5px 10px;
	}
	.pager li.cur {
		/* 現在いる位置 */
		padding: 5px 10px;
	}
}

/* 前後リンク */
.serial-nav {
	list-style: none;
	margin: -25px 0 60px 0;
	padding: 0;
}
.serial-nav .serial-nav-item {
	display: block;
	float: none;
}
.serial-nav .serial-nav-item-prev {
	text-align: left;
}
.serial-nav .serial-nav-item-next {
	text-align: right;
}
.serial-nav a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #333;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav a:hover {
	background: #E5E5E5;
}

@media screen and (min-width: 768px) {
	.serial-nav {
		margin: 0 0 60px 0;
		border: 0;
	}
	.serial-nav .serial-nav-item-prev {
		float: left;
	}
	.serial-nav .serial-nav-item-next {
		float: right;
	}
	.serial-nav a {
		display: inline;
		border: 0;
	}
	.serial-nav a:hover {
		text-decoration: underline;
		background: 0;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #FFF;
}

.topicpath-list {
	list-style: none;
	margin: 0 auto;
}

.topicpath-item {
	float: left;
	padding: 0 10px 0 23px;
	background: url("../images/marker/icon_arrow.png") no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
	padding: 0 0 12px 0;
}
.slick-slider img {
	margin: 0 auto;
}

.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.main-slider-image {
	height: 300px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: -10px;
	background: url("../images/marker/icon_gray_arrow_left.png") no-repeat;
	background-size: 14px auto;
}

.slick-next {
	right: -10px;
	background: url("../images/marker/icon_gray_arrow_right.png") no-repeat;
	background-size: 14px auto;
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	font-size: 0;
	background: #b3b3b3;
	border-radius: 7px;
	border: 0;
}

.slick-dots li button:focus {
	outline: 0;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #C41134;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

@media screen and (min-width: 768px) {
	.slick-prev {
		left: -16px;
	}
	.slick-next {
		right: -16px;
	}
	.fix-height {
		height: 400px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 400px;
	}
	.main-slider-main-copy {
		font-size: 40px;
	}
	.main-slider-side-copy {
		font-size: 24px;
	}
}
@media screen and (min-width: 1220px) {
	.slick-prev,.slick-next{
		width: 19px;
		height: 60px;
		background-size: 16px auto;
	}
	.slick-prev {
		left: -28px;
	}
	.slick-next {
		right: -28px;
	}
}

/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
	margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
	position: relative;
	margin: 0;
	padding: 0;
	color: #333;
	border-left: 5px solid #4aa63e;
}
.module-header + .summary-custom,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .banner {
	margin-top: 10px;
}

.module-heading {
	margin: 0 0 0 10px;
	font-size: 20px;
	padding: 5px 0;
	border-bottom: 1px dashed #595757;
}
.module-heading [class*="acms-icon-"] {
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

a.module-index-link {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #333;
	font-size: 16px;
}
a.module-index-link [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}

/* カスタムフィールドグループ */
.group-list {
	list-style: none;
	padding: 0;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading {
	text-align: left;
}

.heading-align-center .group-heading {
	text-align: center;
}

.heading-align-right .group-heading {
	text-align: right;
}

/* 概要文 */
.detail-align-left .group-detail {
	text-align: left;
}

.detail-align-center .group-detail {
	text-align: center;
}

.detail-align-right .group-detail {
	text-align: right;
}

/* ボタン */
.btn-align-left .group-btn-wrap {
	text-align: left;
}

.btn-align-center .group-btn-wrap {
	text-align: center;
}

.btn-align-right .group-btn-wrap {
	text-align: right;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
	/* リスト */
	a.acms-list-group-item {
		padding: 10px 20px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.acms-list-group-item:hover {
		padding: 10px 10px 10px 20px;
		transition: padding .25s ease-out;
	}
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}

.summary-default-entry {
	float: left;
	padding: 10px;
	color: #333;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	transition: background-color .25s ease-out;
}
.summary-default-entry.bl-hover {
	background: #F1F1F1;
}
.acms-entry .summary-default-entry {
	padding: 10px;
}

.summary-title {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.summary-detail {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.summary-default-entry-image-wrap img {
		width: 60px;
		height: auto;
	}
}

@media screen and (min-width: 480px) {
	.summary-default {
		margin: 0 0 20px 0;
	}
}

/* ------------------------------
　　ピックアップリスト
------------------------------ */
.pickup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pickup-list img {
	display: block;
	transition: opacity .25s ease-out;
}
.pickup-list img:hover {
	opacity: .75;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner a {
	display: block;
	transition: opacity .25s ease-out;
}
.banner a:hover {
	opacity: .75;
}

.banner-list-item {
	margin: 0 0 20px 0;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
	line-height: 1.5;
	transition: background-color .25s ease-out;
}
.headline-item.bl-hover {
	background: #F1F1F1;
}

@media screen and (max-width: 479px) {
	/* 画面幅が小さいとき */
	/* ヘッドライン */
	.headline-item {
		padding: 10px 0;
	}
	.headline-title {
		display: block;
		margin: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
	padding: 10px 20px;
	font-size: 16px;
	-webkit-filter: none;
	        filter: none;
	/* IEでのグラデーションを上書き */
	background: #333;
	color: #FFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #333;
}
.search-form .btn-search:hover {
	background: #666;
}

.search-form input[type="search"] {
	padding: 9px 10px;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
}

input[type="search"].search-form-input {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	box-sizing: border-box;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.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;
}
.section-heading a {
	color: #333;
}

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

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

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


/* ------------------------------
　　エントリー
------------------------------ */
.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;
}

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

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

/* エントリーのスタイル */
.entry-column {
	color: #333;
}
.entry-column h2 {
	margin: 0 10px 25px 10px;
	padding: 5px 10px;
	font-size: 18px;
	color: #666;
	border-left: 4px solid #666;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3 {
	margin: 0 10px 20px 10px;
	padding: 5px 10px;
	font-size: 16px;
	color: #333;
	background: #E5E5E5;
}
.entry-column a:link {
	color: #006DD9;
	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: 30px;
	font-size: 16px;
	line-height: 1.7;
	color: #3E3A39;
}

/* エントリー内ボタン */
.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn-center {
	text-align: center;
}
.entry-column p.entry-btn a,
.entry-column p.entry-btn-center a {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited,
.entry-column p.entry-btn-center a:hover,
.entry-column p.entry-btn-center a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn-center a:focus,
.entry-column p.entry-btn-center a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn-center a:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn-center a:active,
.entry-column p.entry-btn-center a:focus {
	background: #878787;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention-center {
	text-align: center;
}
.entry-column p.entry-btn-attention a,
.entry-column p.entry-btn-attention-center a {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited,
.entry-column p.entry-btn-attention-center a:hover,
.entry-column p.entry-btn-attention-center a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention-center a:focus,
.entry-column p.entry-btn-attention-center a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention-center a:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention-center a:active,
.entry-column p.entry-btn-attention-center a:focus {
	background: #EDA800;
}

.entry-column p.summary-title {
	margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

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

/* テーブル */
.entry-column table {
	width: 100%;
	margin: 0 0 30px 0;
	border: #3E3A39 solid 1px;
	border-top: none;
	border-spacing: 0;
}
.entry-column table.table-history {
	table-layout: fixed;
}

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

.entry-column .acms-table-responsive {
	margin-bottom: 30px;
}
.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: #EFEFEF;
	width: 16%;
}

/* 沿革用テーブル */
.entry-column table.table-history tr {
	background: #FFF;
}

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

.entry-column table.table-history th {
	padding: 10px;
}

.entry-column table.table-history td {
	padding: 10px 0;
}

.entry-column table.table-history .table-history-img {
	display: block;
	padding: 0 10px 10px 10px;
	background: #FFF;
}
.entry-column table em{
	font-style: normal;
    color: red;
}

/* リスト */
.entry-column ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 2em;
}
.entry-column ul li {
	margin: 0 0 5px 0;
	font-size: 16px;
	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 25px 0;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}

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

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

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

/* 引用 */
.entry-column blockquote {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 20px 15px 16px;
	font-size: 16px;
	line-height: 1.5;
	border-left: 4px solid #BFBFBF;
	background: #EFEFEF;
	box-sizing: border-box;
}

/* ソースコード */
.entry-column pre {
	width: 100%;
	margin: 0 0 30px 0;
}
.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;
}

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

@media screen and (min-width: 480px) {
	.entry-column .table-history-img {
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 10px 20px;
		text-align: left;
		font-size: 15px;
		border-top: .25px solid #3E3A39;
	}
	.entry-column td {
		border-left: 1px solid #3E3A39;
	}
}

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

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

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

.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: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #3B5999;
	border-radius: 4px;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-twitter {
	/* Twitter */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #55ACEE;
	border-radius: 4px;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-gplus {
	/* Google + */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #DD4B39;
	border-radius: 4px;
}
.share-item .share-item-gplus:before {
	vertical-align: middle;
}

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

.continue-link a {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 3px;
	background: #999;
}
.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;
	}
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

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

/* ------------------------------
　　物件情報
------------------------------ */
/* 地図 */
.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;
	}
}

/* 物件一覧 */
.summary-custom {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
}

.summary-custom-entry {
	padding: 10px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.summary-custom-entry:hover {
	background: #F5F5F5;
	transition: background-color .25s linear;
}

.photo {
	margin: 0 0 10px 0;
}

.photo-title {
	margin: 0;
	font-size: 16px;
}

.pickup-title {
	color: #333;
	font-size: 16px;
}

@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 p.message {
	margin: 0 0 35px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #C41134;
}

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

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

.contact-box table.contact-form {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.contact-box table.contact-form tr {
	background: #FFF;
}
.contact-box th,
.contact-box td {
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}
.contact-box td{
	word-break: break-all;
}
@media screen and (min-width: 480px) {
	.contact-box th,
	.contact-box td {
		display: table-cell;
	}
}

@media screen and (min-width: 768px) {
	.contact-box th {
		width: 260px;
	}
}

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

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

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}

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

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

@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;
}

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

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

.invalid {
	background: #FFEBEE !important;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
	font-size: 24px;
	font-weight: bold;
	color: #C41134;
	margin-bottom: .5em;
}
.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: 200px;
	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;
}

@media (min-width: 768px) {
	.site-name {
		font-size: 24px;
		margin-bottom: .5em;
	}
	.header-stack .site-name {
		text-align: center;
	}
	.site-logo {
		width: 380px;
	}
	.header {
		display: table;
		width: 100%;
	}
	.header-stack .header {
		display: block;
	}
	.header-logo {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}
	.header-stack .header-logo {
		display: block;
	}
	.header-nav {
		display: table-cell;
		width: 50%;
		vertical-align: bottom;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

@media (min-width: 1024px) {
	.header-logo {
		display: table-cell;
		width: 35%;
	}
	.header-stack .header-logo {
		display: block;
		width: 100%;
	}
	.header-nav {
		display: table-cell;
		width: 65%;
	}
	.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;
	width: 100%;
	padding: 0 5px;
	border-top: 4px solid #333;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	z-index: 100000;
	box-sizing: border-box;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
	display: inline-block;
	height: 44px;
	padding: 7px 5px;
	font-size: 20px;
	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 {
	margin: 0 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	display: inline-block;
}

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

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

.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: 10;
}
.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	text-decoration: none;
	color: #FFF;
}

/* 宝塚クリップナビ */
.clip-nav{
	background: #0B821E;
	border-bottom: 3px solid #006428;
	height: 45px;
}
.clip-nav .navbar{
	display: inline-block;
}
.clip-nav .navbar.acms-admin-module-edit-wrapper {
	z-index: 1;
}
.clip-nav .navbar li {
	float: left;
    position: relative;
    margin: 0 10px;
    vertical-align: middle;
    text-align: center;
}
li.navbar-clip a {
	color: #fff;
}
li.navbar-clip a:hover {
	border-bottom: none;
	color: #F98E00;
}


@media (min-width: 1024px) {
	.header {
		height: 125px;
	}
	.navbar {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 16px;
	}
	.navbar > ul {
		float: right;
		list-style: none;
		padding: 0;
	}
	.header-stack .navbar > ul {
		float: none;
		display: table;
		width: 100%;
		table-layout: fixed;
		border-right: 1px solid #EEE;
	}
	.navbar li {
		float: left;
		position: relative;
		margin: 0 10px;
		vertical-align: middle;
		text-align: center;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		float: none;
		display: table-cell;
		border-left: 1px solid #EEE;
	}
	.navbar li ul {
		/* 二階層目 */
		display: none;
		position: absolute;
		left: 0;
		min-width: 240px;
	}
	.navbar li.nav-right ul {
		/* 二階層目 */
		display: none;
		position: absolute;
		right: 0;
		left: initial;
		min-width: 240px;
	}
	.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;
	}
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #F98E00;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		display: block;
		z-index: 10000;
		-webkit-animation: .8s fade-in;
		        animation: .8s fade-in;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #F98E00;
	}
	.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: #F98E00;
		border: 0;
		border-top: 0.3px solid #000;
	}
	.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;
		border: 0;
		background: #DD7400;
	}
	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: #FF9A00;
		font-weight: bold;
		color: #FFF;
		line-height: 1.2;
		border: 0;
		display: inline-block;
		padding: 8px 14px;
		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 {
		background-color: #FF9A00;
		background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
		color: #FFF;
		border: 0;
	}
	.navbar a.btn-attention:active,
	.navbar a.btn-attention:focus {
		background: #EDA800;
	}
	/* 宝塚クリップナビ */
	.clip-nav{
		background: #0B821E;
		border-bottom: 3px solid #006428;
		height: 45px;
	}
	.clip-nav .navbar{
		margin-bottom: 0;
	}
	.navbar li.navbar-clip {
		margin-top: 11px;
	}
	.navbar li.navbar-clip a{
		display: inline-block;
		border: none;
	}
	li.navbar-clip:hover a {
		border-bottom: none;
		color: #F98E00;
	}
	li.navbar-clip.top {
		/*margin-right: 15px;
		border-right: 1px #fff solid;*/
		padding: 0 10px
	}
	li.navbar-clip.bar:before {
		content: "／";
		color: #fff;
		display: inline-block;
		margin-right: 30px;
	}
}

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

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

/* オフキャンバス */
.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
}

#offcanvas:target .close-btn {
	display: block;
}

#offcanvas .close-btn {
	position: absolute;
	top: -3.75em;
	left: 1.875em;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
	display: block;
	opacity: .7;
}

@media (max-width: 1023px) {
	#nav {
		padding: 10px 15px 100px 15px;
		box-sizing: border-box;
	}
	.offcanvas-nav {
		/* グローバルナビゲーション */
		margin: 0 0 20px 0;
	}
	.offcanvas-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.offcanvas-nav li {
		display: block;
		padding: 10px;
		font-size: 16px;
		border-top: 1px solid #CCC;
	}
	.offcanvas-nav li.navbarBtn {
		border: 0;
	}
	.offcanvas-nav li.stay {
		background: #555;
	}
	.no-js .offcanvas-nav li.stay {
		background: #E5E5E5;
	}
	.offcanvas-nav li:first-child {
		border: 0;
	}
	.offcanvas-nav li ul {
		display: none;
	}
	.offcanvas-nav a {
		display: block;
		margin: -10px;
		padding: 10px;
		color: #E8EDE3;
	}
	.offcanvas-nav a:hover {
		text-decoration: none;
	}
	.offcanvas-nav a.btn-attention {
		border-top: 0;
		border-radius: 0;
		font-weight: normal;
	}
	.offcanvas-nav a.btn-attention:hover {
		background: #FF9A00;
	}
	.no-js .offcanvas-nav a {
		color: #333;
	}
	/* オフキャンバス内のパーツ */
	.offcanvas-bar {
		display: none;
		padding: 10px 15px 100px 15px;
	}
	.js-acms-offcanvas-active .offcanvas-bar {
		background: #333;
	}
	.offcanvas-bar .module-header {
		color: #FFF;
		border-bottom: 2px solid #FFF;
	}
	.no-js .offcanvas-bar .module-header {
		/* IE8対応 */
		color: #333;
		border-bottom: 2px solid #333;
	}
	.offcanvas-bar .side-list-link {
		color: #FFF;
	}
	.no-js .offcanvas-bar .side-list-link {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .side-list-link:hover,
	.offcanvas-bar .side-list-link:visited,
	.offcanvas-bar .side-list-link:focus,
	.offcanvas-bar .side-list-link:active {
		color: #FFF;
		background: 0;
	}
	.no-js .offcanvas-bar .side-list-link:hover,
	.no-js .offcanvas-bar .side-list-link:visited,
	.no-js .offcanvas-bar .side-list-link:focus,
	.no-js .offcanvas-bar .side-list-link:active {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .pickup-title {
		margin: 0;
		color: #FFF;
		font-size: 16px;
	}
	.offcanvas-bar .pickup-title a {
		color: inherit;
	}
	.offcanvas-bar .btn-search {
		background: #999;
		border: 1px solid #666;
	}
	.offcanvas-bar .sns-list {
		margin: 0 -5px;
	}
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.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;
}

.suggest-tel {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.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 20px;
	background: #6A3906;
}

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

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

.company-detail {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-style: normal;
}
.company-detail a {
	color: #333;
}
.company-detail a:hover {
	text-decoration: underline;
}

.company-about img{
	margin-bottom: 10px;
}
section.company-info{
	margin-bottom: 20px;
}
@media (min-width: 1024px) {
	section.company-info{
		margin-top: 260px;
		margin-bottom: 50px;
	}
}
/* フッターナビゲーション */
.footnav-wrapper {
	padding: 40px 0;
	background: #604C3F;
}
.footer-nav-item {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: .5px solid #fff;
}
div.footer-nav-item:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.footer-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav-list li {
	line-height: 1.7;
	color: #fff;
	font-size: 16px;
}
.footer-nav-list a {
	color: #fff;
	font-size: 16px;
}
.footer-nav-title {
	margin: 0 0 5px 0;
}
.footer-nav-title a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footer-nav-main a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.footer-nav-item {
		display: block;
		margin: 0 0 10px;
		padding: 0 10px 0 40px;
		vertical-align: top;
		box-sizing: border-box;
		border-left: .5px solid #fff;
		border-bottom: none;
	}
	div.footer-nav-item:first-child {
		border-left: none;
		padding-left: 0;	
	}
	div.footer-nav-item:last-child{
		margin: 0 0 10px;
		padding: 0 10px 0 40px;
	}
}

/* ページの上に戻るボタン */
.page-top-btn {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../images/marker/btn_pageTop.png") no-repeat center;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 1000;
	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 {
	list-style: none;
	margin: 0 -5px 30px 15px;
	padding: 0;
}

.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;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #3B5999;
}
.sns-list-item .sns-list-facebook:before {
	vertical-align: middle;
}

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

.sns-list-item .sns-list-gplus {
	/* Google + */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #DD4B39;
}
.sns-list-item .sns-list-gplus:before {
	vertical-align: middle;
}

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

@media screen and (min-width: 768px) {
	.sns-list {
		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;
}





/****************************
ユニット追加
****************************/
p.center {
	text-align: center;
}
h2.brown {
	color: #6A3906;
	margin: 0 10px 25px 10px;
	padding: 0;
	font-size: 22px;
	border-left: none;
	line-height: 1.6
}
.entry-column p em {
	font-style: normal;
	color: #FF0000;
}

/*★仮*/
p.entry-btn-bred {
	text-align: center;
}
p.entry-btn-bred a{
	background: #E60012;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 13px;
	font-size: 25px;
}
.entry-column p.entry-btn-bred a:hover,
.entry-column p.entry-btn-bred a:visited,
.entry-column p.entry-btn-bred a:focus,
.entry-column p.entry-btn-bred a:link,
.entry-column p.entry-btn-bred a:active  {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-bred a:hover{
	opacity: .5;
}
/****************************
TOP PAGE
****************************/
.top-schedule{
	margin: 0 0 40px 0;
	text-align: center;
}
.top-schedule img{
	width: 100%;
}
.top-hall{
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
.top-hall img {
	width: 100%;
}
.main-head {
	border-left: none;
}
.main-head h2{
	border-bottom: 3px dashed #4AA63E;
	border-image: url("../images/main-border.png") 23 repeat;
	margin: 0;
}
/****************************
追加
****************************/
.top-blog-title {
	margin: 0;
}
.top-img {
	background: #ddd;
}
.top-img .fix-height {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}
.acms-list-group {
	border-top: none;
}
.acms-page-header {
	border-bottom: 1px #3E3A39 dashed;	
}
@media (min-width: 1024px) {
	.acms-col-lg-3.sub {
	    padding-left: 35px;
	    margin-top: 10px;
	}	
}
@media (max-width: 1023px) {
.acms-show-pc {
		display: none !important;
	}
}

.share-item-line{
    height: 22px;
    background: #00B900;
    border-radius: 4px;
}

/*★仮*/
.headline .module-header{
    color: #fff;
    border-left: 10px solid #006428;
    background: #0B821E;
    border-bottom: 3px solid #006428;
}
.headline .module-header .module-heading{
	border-bottom: none;
}
/****************************
clip top 追加
****************************/
.clip-copy-inner {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 0;
	border: 1px solid #B5B5B6;
	border-radius: 5px;
}
.clip-copy-inner p{
	font-size: 16px;
	color: #595757;
	margin: 0;
}
.top-img-clip {
	margin-top: 40px;
}
.top-img-clip h2 {
	font-size: 30px;
	color: #595757;
	margin-bottom: 10px;
}
.top-img-clip h2:before {
	content: url(../images/pickup.png) ;
  	position : relative ;
  	bottom : -0.16em ;
  	margin-right : 15px ;
}
.clip-img-outer img {
	margin: 0 auto;
}
.top-img-clip div.acms-col-md-3 {
	padding-left: 0;
	padding-right: 5px;
}
/****************************
nav top 追加
****************************/
@media (min-width: 1024px){
	.navbar>ul{
		position: relative;
	}
	.navbar li.top-ticket{
		position: absolute;
		top: -42px;
		right: 521px;
	}
	.navbar li.top-ticket-regist {
	    position: absolute;
	    top: -45px;
	    right: 355px;
	}
	.navbar li.top-ticket-buy{
		position: absolute;
		top: -45px;
		right: 0;
	}
}
/****************************
twitter feed 追加
****************************/
.SandboxRoot.env-bp-min .timeline-ShowMoreButton--edge{
	width: 150px!important;
}
.timeline-Header {
	border-left: 5px solid #4aa63e!important;
}
/****************************
contactTakaran
****************************/
.entry-column table.entry-point{
	width: 90%;
	margin: 0 10px 30px;
	border:none;
}
table.entry-point th {
	width: 150px;
	background: #fff;
	border: none;
}
table.entry-point td{
	border: none;
}
table.entry-point td ul{
	margin-bottom: 0;
}
/****************************
contactTicc
****************************/
.form-width-micromini {
    max-width: 40px;
    width: 100%;
}
/****************************
contactPiano Vocal
****************************/
.acms-form-width-exmini{
	max-width: 70px;
    width: 100%;
}
.entry-column th.c-subtitle{
	background-color:#CACACA; 
	font-size:18px;
}
.contact-box table.contact-form.application{
	border-right: none;
	border-left: none;
}
.contact-box table.contact-form.application tr{
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.contact-box table.contact-form.application tr.no-border{
	border-right: none;
	border-left: none;
}
.contact-box table.contact-form.application tr.no-border td{
	border-left: none;
}

/****************************
accordion
****************************/
.js-accordion.ui-accordion{
	margin: 0 10px 40px!important;
}
.ui-accordion .ui-accordion-header{
	font-weight: bold;
}
.ui-accordion .ui-accordion-content{
	margin: 0;
	margin-bottom: 10px;
}
/****************************
map
****************************/
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}
/****************************
t-clip detail
****************************/
.entryInfo span.tag {
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #898989;
}
.entryInfo span.organization {
    background-color: #2dba49;
}
.entryInfo span.g_exhibition {
    background-color: #2d6943;
}
.entryInfo span.g_speech {
    background-color: #00b7b1;
}
.entryInfo span.g_music {
    background-color: #0d99ee;
}
.entryInfo span.g_workshop {
    background-color: #f39b23;
}
.entryInfo span.g_dancing {
    background-color: #a35d29;
}
.entryInfo span.g_movie {
    background-color: #231815;
}
.entryInfo span.tag.g_play {
    background-color: #ffff3f;
    color: #000;
}
.entryInfo span.g_traditional {
    background-color: #514d92
}
.entryInfo span.nursery {
    background-color: #ed718f
}
.related .module-header{
	border-left: none;
}
.related h2 {
	margin:0;
	font-size: 17px;
	line-height: 1.8;
}
.related h2 img{
	display: inline-block;
	margin-right: 8px;
	top: 8px;
    position: relative;
}
.related .summary-default-entry-image-wrap{
	width: 46%;	
}
.related .summary-default-entry-image-wrap img{
	width:100%;
}
.related .summary-default{
	border:none;
}
.related .summary-default-entry{
	border:none;
	padding:0;
	margin-bottom: 8px;
}
.related .summary-default-entry:first-child{
	/*margin-bottom: 8px;*/
}
.related .summary-title{
	font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
}
.related-cat{
	margin:0 0 8px;
}
.related-cat span.tag {
    border-radius: 5px;
    color: #fff;
    padding: 6px 12px;
    line-height: 2;
    font-size: 14px;
}
.related-btn{
	text-align:right;
	margin-bottom: 0;
}
.related-btn a {
    display: inline-block;
    color: #006dd9;
    border-bottom: 1px #006dd9 dashed;
    font-weight: 700;
    padding-bottom: 2px;
}
.soldout{
	text-align:center;
    font-size: 22px;
    font-weight: 700;
}
.pdf-center{
    display: flex;
    justify-content: center;
}
@media (min-width: 768px){
    .entryInfo span.tag {
    	font-size: 20px;
    	padding: 5px 15px;
    }
    .related-cat span.tag {
	    font-size: 14px;
	    padding: 6px 12px;
	}
	.related .summary-default-entry-image-wrap{
		width: 32%;	
	}
	.related .summary-default-entry:nth-child(odd){
	padding-right: 8px;
	/*margin-bottom:0;*/
	}
	.related .summary-default-entry:nth-child(even){
		padding-left: 8px;
	}
}
@media (min-width: 1024px){
    .acms-col-md-3.sub {
        padding-left: 35px;
    }
}
/****************************
t-clip index
****************************/
.event-list{
	padding:0;
	list-style: none;
}
.event-list li{
	margin-bottom:60px;
}
.event-list .module-header{
	margin-bottom:20px;
	background:#efefef;
	border-bottom: 2px solid #c9caca;
	position: relative;
}
.event-list .module-heading{
	border-bottom: none;
	padding:10px;
	margin:0;
	font-size:14px;
}
.event-list .event-info{
	/*display: flex;*/
}
.event-list .event-title{
	margin: 0 10px 15px;
}
.event-list .event-title a{
    line-height: 1.9;
    font-size: 27px;
    color: #6a3906;
    border-bottom: 1px #6a3906 solid;
}
.event-list table{
	width: 100%;
	margin:0 10px 30px;
	font-size: 15px;
	line-height: 1.5;
}
.event-list table th{
	width: 100%;
	text-align:left;
	font-weight:normal;
	vertical-align: baseline;
	display: block;
}
.event-list table td{
	display: block;	
}
.event-list table em{
	font-style: normal;
    color: red;
}
.event-list .btn-bred {
	margin: 0;
	position: absolute;
	right: 0;
	top: 2px;
	border-radius: 10px;
    background: #e60012;
    color: #fff;
    padding: 8px 10px;
    font-size:14px;
    font-weight: 700;
}
@media (min-width: 768px) {
	.event-list .event-info{
		display: flex;
	}
   .event-list .btn-bred {
        padding: 10px 40px;
    }
    .event-list .module-heading{
    	font-size: 20px;
    }
    .event-list table th{
    	width: 150px;
    	display: table-cell;
    }
    .event-list table td{
    	display: table-cell;	
    }
    .event-list .btn-bred {
    	font-size:18px;
    }
}
/****************************
t-clip search
****************************/
.index-ttl{
	margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #595757;
}
.event-search-wrapper{
	background: #ffc;
    border: 2px solid #ffc835;
    border-radius: 5px;
    padding: 18px 20px;
    margin-bottom: 20px;
}
.event-search-btn{
    text-align: center;
    margin-top: 16px;
}
.event-search-btn .btn{
	padding: 5px 80px;
    background: #f98e00;
    font-size: 20px;
    font-weight: 400;
}
.event-search p{
	margin: 0 0 2px;
	font-size: 20px;
    color: #595757;
}
.search-chk{
	padding: 16px 10px 0;
	display: flex;
	gap:16px;
}
.search-chk .search-child label{
	white-space: nowrap;
}
.search-wrap{
	margin-bottom:4px;
}
.lbl-onsale{
	background: #e60012;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    width: 32%;
    text-align:center;
}
.lbl-soldout{
	background: #333;
    padding: 4px 10px;
    color: #fff!important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    width: 32%;
    text-align:center;
}
@media (min-width: 768px) {
	.search-wrap{
		margin-bottom:0;
	}	
	.event-search p{
		margin: 0 0 5px;
	}
}
/****************************
t-clip top
****************************/
.top-pick{
	margin: 40px 0 30px;
}
.top-pick .module-header{
	border-left: none;
}
.top-pick .module-heading{
	font-size: 30px;
    color: #595757;
    margin:0 0 10px;
    padding: 0;
    border-bottom: none;
}
.top-pick .module-heading:before {
    content: url(../images/pickup.png);
    position: relative;
    bottom: -.16em;
    margin-right: 15px;
}
.top-pick .summary-custom{
	border:none;
}
.top-pick .summary-custom-entry{
	border:none;
	padding: 0 5px 0 0;	
}
.top-pick .photo{
	margin: 0 0 5px;
}
.top-pick .photo img{
	margin: 0 auto;
}
.top-pick .copy-inner{
	text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #b5b5b6;
    border-radius: 5px;
}
.top-pick .copy-inner p{
	font-size: 16px;
    color: #595757;
    margin: 0;
    line-height: 1.6;
}
.top-pick .copy-inner a{
	font-size: 16px;
    color: #595757;
    line-height: 1.6;
}
.top-pick .summary-custom-entry:hover{
	text-decoration: none;
	background:transparent;
    opacity: .75;
}
.top-workshop{
	margin-top: 16px;
}
/*チケット販売情報*/
.release h3{
	border-radius: 5px;
    padding: 6px 8px;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    margin: 16px 0 -12px ;
}
.release-nowonsale h3{
	background-color: #ed718f;
}
.release-tomonokai h3{
	background-color: #2bb247;
}
.release-before h3{
	border: 2px solid #2bb247;
    color: #2bb247 !important;
}
.release .module-section{
	margin: 0 0 40px;
}
.release table{
	width: 100%;
	margin: 0;
	border-spacing:0;
 	border-collapse: collapse;
}
.release table tr{
	display: flex;
    flex-wrap: wrap;
    gap:6px 4px;
}
/*.release table td{
	display: flex;
}*/
.release table .release-title{
	width: 100%;
	order: 4;
}
.release table .release-title a{
	margin: 0;
	color: #006dd9;
}
.release table .release-date{
	font-size:13px;
}
.release table .release-place{
	font-size:13px;
}
.release table .release-cat{
		white-space: nowrap;
	}
.release table .release-cat .entryInfo span.tag{
	font-size:13px;
	padding: 5px 10px;
}
@media (min-width: 768px) {
	/*.release table tbody{
		display: flex;
		flex-direction: column;
	}*/
	.release table tr{
		/*display: flex;
	    flex-wrap: nowrap;
	    gap:8px;*/
	    display: table-row;
	}
	.release table td{
		padding: 10px 4px;
	}
	.release table .release-title{
		width: 58%;
	}
	.release table .release-date{
		min-width: 180px;
		white-space: nowrap;
	}
	.release table .release-place{
		min-width: 170px;
	}
}
.a-center{
	text-align:center;
	display: flex;
    justify-content: center;
}
p.m-s{
	margin-bottom: 16px;
}
}