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


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

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

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

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

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

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

@media (max-width: 1170px) {
	.acms-container {
		padding-right: 20px;
		padding-left: 20px;
		padding-right: calc(20px + constant(safe-area-inset-right));
		padding-left: calc(20px + constant(safe-area-inset-left));
	}
	.narrow-container {
		padding-right: 20px;
		padding-left: 20px;
		padding-right: calc(20px + constant(safe-area-inset-right));
		padding-left: calc(20px + constant(safe-area-inset-left));
	}
}

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

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
	border: 0;
	background: #666;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	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: #444;
	background-image: linear-gradient(to bottom, #666, #444);
	color: #FFF;
}
.btn:active,
.btn:focus {
	background: #444;
}

/* ボタン　色付き */
.btn-attention {
	border: 0;
	background: #C41134;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	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: #910021;
	background-image: linear-gradient(to bottom, #C41134, #910021);
	color: #FFF;
}
.btn-attention:active,
.btn-attention:focus {
	background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
	background: #666;
	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: #444;
}
.btn-large:active,
.btn-large:focus {
	background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
	background: #C41134;
	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: #910021;
}
.btn-attention-large:active,
.btn-attention-large:focus {
	background: #910021;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
	width: 100%;
	background: #666;
	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: #444;
}
.btn-block-large:active,
.btn-block-large:focus {
	background: #444;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #C41134;
	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: #910021;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #910021;
}

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

/* ------------------------------
　　ラベル
------------------------------ */
.label-new {
	background: #C41134;
}

.label-category {
	background: #666;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100px;
	color: #FFF;
	/*background: url(../images/ppr.jpg?v=2018120752731) #333 no-repeat center;*/
/*	background: url(../images/bg_other.jpg?v=2018120682731) #333 no-repeat center;*/
	background-size: cover;
	margin-top:60px;
}

.page-title-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

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

.page-title {
	margin: 10px 0 0px 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
}
.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;
		margin-top:0;
	}
	.page-title {
	font-size: 26px;
}
}

/* ------------------------------
　　ページャー
------------------------------ */
.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: #767676;
	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,.topicpath1 {
	margin-bottom: 30px;
	padding: 10px 0;
	background: #F5F5F5;
}

@media screen and (max-width: 1023px) {
.topicpath1 {
	margin-top:60px;
	margin-bottom: 30px;
	padding: 10px 0;
	background: #F5F5F5;
}
}

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

.topicpath-item {
	float: left;
	padding: 0 8px 0 13px;
	background: url(../images/marker/icon_arrow.png?v=2018120682731) no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 12px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}
@media screen and (min-width: 480px) {
.topicpath-item {
	padding: 0 8px 0 23px;}
.topicpath-link {font-size: 14px;}
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
	padding: 0 0 12px 0;
}
.slick-slider img {
	margin: 0 auto;
}

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

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

.slick-list:focus:focus {
	position: relative;
}
.slick-list:focus:focus:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px dotted #00C2FF;
	z-index: -1;
}

.js-slider .slick-list:focus {
	position: relative;
}
.js-slider .slick-list:focus:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px dotted #00C2FF;
	z-index: 1;
}

.main-slider-image {
	height: 310px;
	background: no-repeat #333;
	background-position :-80px 60px;
	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: 40px 10px 0px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 21px;
	text-shadow: 1px 1px 1px #333;

}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	text-shadow: 1px 1px 1px #333;

}

@media screen and (min-width: 768px) {
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}
	.fix-height {
		height: 380px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 380px;
		background: no-repeat　#333;	
		background-position :0px 0px;
	background-size: cover;

	}
	.main-slider-text-inner {
	display: table-cell;
	padding: 0px 10px 0px;
	text-align: center;
	vertical-align: middle;
}
	.main-slider-main-copy {
		font-size: 32px;
		text-shadow: 1px 1px 1px #333;
	}
	.main-slider-side-copy {
		font-size: 14px;
		text-shadow: 1px 1px 1px #333;
	}
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-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:focus,
.slick-next:focus {
	border: 1px dotted #FFF;
}

.slick-prev {
	left: 10px;
	background: url(../images/marker/icon_white_arrow_left.png?v=2018120682731) no-repeat;
}

.slick-next {
	right: 10px;
	background: url(../images/marker/icon_white_arrow_right.png?v=2018120682731) no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	clear: both;
	margin: -35px 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: #FFF;
	border-radius: 7px;
	border: 1px solid transparent;
}

.slick-dots li button:focus {
	outline: 0;
	border: 1px solid #C41134;
}

.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);
}

#autoplay-btn {
	position: absolute;
	right: 30px;
	right: calc(10px + constant(safe-area-inset-right));
	bottom: 10px;
	width: 32px;
	height: 32px;
	color: #FFF;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .6);
	outline: 0;
	z-index: 1;
}
#autoplay-btn:hover {
	background: rgba(0, 0, 0, .8);
}
#autoplay-btn:active:before,
#autoplay-btn:focus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px dotted #FFF;
}
#autoplay-btn:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 9px;
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin-left: 0;
	border-top: none;
	border-right: 4px solid #FFF;
	border-bottom: none;
	border-left: 4px solid #FFF;
}
#autoplay-btn.active:after {
	left: 10px;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #FFF;
}



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

/* タイトル */
.module-header {
	position: relative;
	margin: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 1px solid #333;
}
.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;
	font-size: 18px;
/*	text-align: center;*/
}
.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;
	}
}

/* 検索結果 */
.list-results-wrap {
	margin: 15px 0 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

.list-results-heading {
	padding: 5px;
	margin: 0 0 10px 0;
	background: #E5E5E5;
}

.list-results {
	position: relative;
	margin: 0;
}

.list-results-item {
	position: absolute;
	width: 100px;
}

.list-results-detail {
	margin: 0;
	padding: 0 0 0 100px;
	font-weight: bold;
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.summary-default:before,
.summary-default:after {
	content: " ";
	display: table;
}
.summary-default:after {
	clear: both;
}
.summary-default.slick-initialized {
	margin-right: -20px;
	margin-left: -20px;
	overflow: hidden;
	border: 0;
}
.summary-default .slick-list {
	padding: 0 0 0 20px;
	overflow: inherit;
}
.summary-default .slick-dots {
	margin: 0;
}
.summary-default .slick-dots button {
	background: #E5E5E5;
}
.summary-default .slick-dots .slick-active button {
	background: #C41134;
}

.summary-default-item {
	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-item.bl-hover {
	background: #F1F1F1;
}
.acms-entry .summary-default-item {
	padding: 10px;
}
.slick-initialized .summary-default-item {
	width: 280px;
	margin: 2px 10px 2px 2px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .08), -1px -1px 1px 1px rgba(0, 0, 0, .08);
	border: 0;
}

.summary-title {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #006DD9;/**/
}

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

@media screen and (max-width: 767px) {
	.summary-default-image-wrap img {
		width: 100px;
		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;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.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;
	filter: none;
	/* IEでのグラデーションを上書き */
	background: #333;
	color: #FFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #333;
}
.search-form .btn-search:hover,
.search-form .btn-search:active,
.search-form .btn-search:focus {
	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;
}

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

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

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

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

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

/* タイトル */
h1.entry-title {
	margin: 0;
	font-size:21px;
	border-bottom:double;
	text-decoration: none;
}
.entry-title a {
	color: #333;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

/* エントリーのスタイル */
.entry-column {
	color: #333;
	word-wrap: break-word;
}
.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;*/
		color: #006DD9;
	text-decoration: none;
}

/* 本文 */
.entry-column p {
	margin-top: 0;
	margin-bottom: 20px;
	margin-bottom: 0px;

	font-size: 14px;
	line-height: 1.7;
}

/* エントリー内ボタン */
.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a {
	background: #666;
	font-weight: bold;
	color: #FFF;
	line-height: 1.7;
	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 {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover {
	background-color: #444;
	background-image: linear-gradient(to bottom, #666, #444);
	color: #FFF;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
	background: #444;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention a {
	background: #C41134;
	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 {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover {
	background-color: #910021;
	background-image: linear-gradient(to bottom, #C41134, #910021);
	color: #FFF;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
	background: #910021;
}

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

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

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

/* テーブル */
.entry-column table {
	width: 100%;
/*	margin-bottom: 50px;*/
}
.entry-column table1.table-history {
	table-layout: fixed;
}

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

}

.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;

}

@media (min-width: 768px) {
.entry-column th {
		width:33%;}
	}

.entry-column td {
	background: #fff;

}

/* optional テーブル スマホ1行*/
.option-main table {
	width: 100%;
}

.option-main  th,
.option-main  td {
	display: block;
	padding: 5px 5px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	border-top: 1px solid #DFDFDF;
	vertical-align: top;

}

.option-main .acms-table-responsive th,
.option-main .acms-table-responsive td {
	display: table-cell;
}

.option-main  .acms-table-responsive table {
	margin: 0;
}

.option-main th {
	background: #F5F5F5;

}

@media (min-width: 768px) {
.option-main th {
	width:30%;white-space: nowrap;
	display: table-cell;
}

.option-main tr:last-child {border-bottom:1px #DFDFDF solid;
}
	}
/* 沿革用テーブル */
.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 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;
}

.acms-dl-horizontal dt{
	clear: left;
	float: left;
	width: 92px;
	text-align: right;
	font-size:1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.acms-dl-horizontal dd{
	margin: 0;
	padding-left: 100px;
		line-height: 1.2;

}


@media (min-width: 768px) {
	.acms-dl-horizontal dd{
		padding-left: 120px;
	}
}

/* 引用 */
.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;
	box-sizing: border-box;
}
.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: 5px 5px;
		text-align: left;
		font-size: 14px;
		border-top: 1px solid #DFDFDF;
	}
.entry-column th {
		background: inherit;
	}
.entry-column tr:nth-child(odd) {
				background: #F5F5F5;}
.entry-column th {	background: #F5F5F5;font-weight:normal;}
}


/* エントリーフッター */
.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: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 20px;
	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 */
	position: relative;
	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-facebook:focus:before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
}
.share-item .share-item-twitter {
	/* Twitter */
	position: relative;
	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-twitter:focus:before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
}
.share-item .share-item-gplus {
	/* Google + */
	position: relative;
	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;
}
.share-item .share-item-gplus:focus:before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
}

/* 続きを読むボタン */
.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: #767676;
}
.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;
	border-top: 1px solid #E5E5E5;
}

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

.photo {
	margin: 0 0 8px 0;
	width:100%;/**/
	height:auto;/**/
	overflow-y: hidden;/**/
}

.photo-title {
	margin: 0;padding:0 5px 5px;
	font-size: 14px;
	height:auto;
	color-: #333;
font-weight: bold;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


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



/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message {
	margin: 0 0 35px 0;
	font-weight: bold;
	color: #C41134;
}

.contact-box .contact-no {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.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;
	text-align: left;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.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: 25px 15px 15px 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;
	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;
}

.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;
	padding: 14px 5px 10px 5px;
}

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

.contact-box select{
	font-size: 16px;
	padding: 11px 30px 11px 10px;
	vertical-align: top;
}


/* バリデーター
------------------------------ */
.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;
}
.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;
	font-size:12px;
	color:#053a87;
	font-weight:bold
}

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

@media (min-width: 768px) {
	.site-name {
		font-size: 24px;
	}
	.header-stack .site-name {
		text-align: center;
	}
	.site-logo {
		width: 40px;
	}
	.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: 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;
	width: 100%;
	padding: 5px;
	padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
	border-top: 5px solid #333;
	border-bottom: 1px solid #999;
	background: #FFF;
	z-index: 100;
	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 0px;
	font-size: 14px;
	font-weight: normal;
	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;*/width: auto;
	height: 44px;
	vertical-align: middle;
/*	text-align: center;*/text-align: left;
	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: 1;
}
.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	font-weight: bold;
/*	font-size: 16px;*/font-size: 14px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	text-decoration: none;
	color: #FFF;
	background: #C41134;
}

@media (min-width: 1024px) {
	.header {
		height: 100px;
	}
	
	.navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		list-style: none;
		padding: 0;
	}
	.header-stack .navbar > ul {
		float: none;
		display:block;
		margin:0 auto
	}
	.navbar li {
		float: left;
		position: relative;
		margin: 0;/**/
		vertical-align: middle;
		text-align: center;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 10px 12px;
		vertical-align: middle;
/*		border-right:#eee 1px solid;*/

	}
	.header-stack .navbar li {
		float: none;
		display: table-cell;
		text-align: center;
		border-left: 1px solid #EEE;
		min-width:130px;
		padding:0;
	}
	.navbar li ul {
		/* 二階層目 */
		display: none;
		position: absolute;
		left: 0;
/*		min-width: 200px;*/min-width: 220px;
	}
	.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 #C41134;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		display: block;
		z-index: 10000;
		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;*/background:#EFEFEF;
		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;*/color: #333;
		border: 0;
	}
	.navbar li li a:hover {
		color: #FFF;
		border: 0;
		background: #910021;
	}
	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: #C41134;
		font-weight: bold;
		color: #FFF;
		line-height: 1.2;
		border: 0;
		display: inline-block;
		padding: 8px 15px;
		border-radius: 3px;
	}
	.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: #910021;
		background-image: linear-gradient(to bottom, #C41134, #910021);
		color: #FFF;
		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;
	}
}

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

/* オフキャンバス */
.close-btn {
	display: none;
	width: 100%;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.js-acms-offcanvas-open #offcanvas .close-btn:focus {
	color: #FFF;
	overflow: initial;
	white-space: initial;
	text-indent: initial;
}

@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;
		color: #E8EDE3;
		border-top: 1px solid #CCC;
	}
	.offcanvas-nav li.navbarBtn {
		border: 0;
	}
	.offcanvas-nav li.stay {
		background: #ccc;
	}
	.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: #910021;
	}
	.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 {
		/* JavaScript無効時の対応 */
		color: #333;
		border-bottom: 2px solid #333;
	}
	.offcanvas-bar .side-list-link {
		color: #FFF;
	}
	.no-js .offcanvas-bar .side-list-link {
		/* JavaScript無効時の対応 */
		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 {
		/* JavaScript無効時の対応 */
		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 20px;
	}
	.js-acms-offcanvas-sidebar-left {
		padding-left: calc(15px + constant(safe-area-inset-left));
	}
	.js-acms-offcanvas-sidebar-right {
		padding-right: calc(15px + constant(safe-area-inset-right));
	}
}

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

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

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

.suggest-text {
	margin: 0 0 10px 0;
	line-height: 1.5;
	font-size: 18px;
	color:#cc0033;
	font-weight: bold;

}

.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;
				padding:20px 0;

	}
}

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

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

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

.company-detail {
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFF;
	font-size: 12px;
	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 {
	float: left;
	display: block;
	width: 50%;/**/
	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;
}

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

.creditcard{
	color:#eee!important;
	width:100%;
	margin:20px auto 15px;
	vertical-align: middle;
	font-size:12px;text-align: center;
	padding:10px 0 5px;
	border-top:1px #999 solid}
.creditcard img{margin:5px 0;vertical-align:middle;}
  
	
@media screen and (min-width:480px){
	.creditcard{text-align: left;}	  
	.creditcard img{margin-right:10px}
	}


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

.page-top-btn {
	display: block;
	position: fixed;
	right: 20px;
	right: calc(20px + constant(safe-area-inset-right));
	bottom: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/marker/btn_pageTop.png?v=20190618) no-repeat center;
	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-box{width:230px;margin:60px 5px 15px;}
.sns-box h3{font-size:12px;font-weight:normal;color:#999;padding:12px 0 0;margin:0 3px 5px;float:right;}
.sns-box .sns-list {
	list-style: none;
	margin: 0 0px 0px;
	padding: 0 3px 0 3px;
}

.sns-list-item {
	float: left;
	margin: 0 5px 0px;
}
.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-- {
		float: right;
		margin: 0 -10px;
	}
	.sns-list-item {
	float: left;
	margin: 0 5px 0px;	}
	.sns-list-item a:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* 著作権表示 */
.copyright {
	margin: 0;
	color: #FFF;
	font-size:12px;
}

.copyright-text {
	margin: 0 auto;
}

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



/*fc*/
/*ラベル*/
.acms-label{color:#fff;}
.label-category {
	background: #666;
}

.grs-label-jal{background-color:red;margin-right:5px;}
.grs-label-hy{background-color:deepskyblue;margin-right:5px;}
.grs-label-nh{background-color:royalblue;margin-right:5px;}
.grs-label-ke{background-color:mediumblue;margin-right:5px;}
.grs-label-ua{background-color:darkblue;margin-right:5px;}
.grs-label-oz{background-color:orangered;margin-right:5px;}
.grs-label-ci{background-color:hotpink;margin-right:5px;}

/*マージン*/
.mt-5{margin-top:5px;}
.mb-5{margin-bottom:5px;}
.mt-10{margin-top:10px;}
.mb-10{margin-bottom:10px;}
.mbt-5{margin-top:5px;margin-bottom:5px;}
.mbt-10{margin-top:10px;margin-bottom:10px;}
.mbt-20{margin-top:20px;margin-bottom:20px;}
.mt-15{margin-top:15px;}
.mb-15{margin-bottom:15px;}
.mr-10{margin-right:10px;}
.ml-10{margin-left:10px;}
.mrb-10{margin:0 10px 10px 0;}
.mlb-10{margin:0 0 10px 10px;}
.mb-20{margin-bottom:20px;}
.mb-40{margin-bottom:40px;}
.m-0{margin:0 0 0 0!important;}
.m-10{margin:10px;}


/*Padding*/
.pt-5{padding-top:5px;}
.pb-5{padding-bottom:5px;}
.pt-10{padding-top:10px;}
.pb-10{padding-bottom:10px;}
.pbt-5{padding-top:5px;padding-bottom:5px;}
.pbt-10{padding-top:10px;padding-bottom:10px;}
.pbt-20{padding-top:20px;padding-bottom:20px;}
.pt-15{padding-top:15px;}
.pb-15{padding-bottom:15px;}
.pr-10{padding-right:10px;}
.pl-10{padding-left:10px;}
.prb-10{padding:0 10px 10px 0;}
.plb-10{padding:0 0 10px 10px;}
.pb-20{padding-bottom:20px;}
.pb-40{padding-bottom:40px;}
.p-0{padding:0;}
.p-10{padding:10px;}



@media (max-width: 479px) {
.mb-40-sp{margin-bottom:50px;}
}
@media (min-width: 480px) {

}


/*p段落*/
p{margin:0;padding:0;line-height:1.6}

/*画像hover*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

navbar-btn {
		padding: 0 5px;
	}
	.nav-menu-action{
	display: table;
	margin: 0px 0 0 0;
	padding: 0;
}

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

@media (min-width: 1024px) {
	.header {
		height: 100px;
	}
		
	.nav-menu-action-pc {
	display: table;
	/*float: right;*/
	margin: 0px 0 0 0;
	padding: 0;

}

.nav-menu-action-item1 {
	display: table-cell;
	width: auto;
	padding:10px 25px 0px 0px;
	/*height: 88px;*/
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
	color: #333;
}


.nav-menu-btn-text:hover{
	color: #666;	text-decoration: underline;

}

.nav-menu-action-item2:last-child {
	border-right:none;
}

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

/*ボタン*/
.btn-flat-border{
font-size: 18px;
display: inline-block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  color: #fff!important;
  border: solid 2px #0099ff;
  border-radius: 3px;
  transition: .4s;
	width: calc(100% - 4px) ;
	background:#0099ff;
	margin:10px 5px 0;
}
.btn-flat-border2{
font-size: 16px;
display: inline-block;
  padding: 0.6em;
  text-align: center;
  text-decoration: none;
  color: #fff!important;
  border: solid 2px #0099ff;
  border-radius: 3px;
  transition: .4s;
width: calc(100% - 1.2em - 4px) ;
	background:#0099ff
}

.btn-flat-border:hover,.btn-flat-border2:hover{
  background: #67c5ff;
  color: white!important;
 text-decoration: none;

}

.btn-large1{font-size:18px;padding:15px;margin-right:10px;}

.btn-flat-border-gray{
font-size: 18px;
display: inline-block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  color: #fff!important;
  border: solid 2px #c0c0c0;
  border-radius: 3px;
  transition: .4s;
	width: calc(100% - 4px) ;
	background:#c0c0c0;
	margin:10px 5px 0;
}
.btn-flat-border-gray:hover{
  background: #ccc;
  color: white!important;
 text-decoration: none;

}

/*テキストカラー*/
.text-blue{color:#006dd9!important;}
.text-red{color:red!important;}
.text-org{color:#FF3300!important;}


.text-12{font-weight:normal;font-size:12px!important;}
.text-14{font-weight:normal;font-size:14px!important;}
.text-16{font-weight:normal;font-size:16px!important;}
.text-18{font-weight:normal;font-size:18px!important;}
.text-12-cal{font-weight:normal;font-size:10px!important;line-height:100%!important;color:mediumblue;}


.text-b14{font-weight:bold;font-size:14px!important;}
.text-b16{font-weight:bold;font-size:16px!important;}
.text-b18{font-weight:bold;font-size:18px!important;}



/*ホテルデータ*/
/*h1.hotel-title::before{
font-family:"Font Awesome 5 Free";
content: '\f0fd';
}*/
h1.hotel-title{
font-size:21px;	margin: 0 0 5px;

}
h3.heya-title{margin:0 0px 10px 0;
	color:#fff;	background:#333;
}

table.hotel-data{
max-width:100%;
border:1px #ccc solid!important;
}
table.hotel-data th{
	width:40%;white-space: normal!important; 

}

table.hotel-data td{
	width:60%;white-space: normal!important; text-align: center;
}

/*GoogleMap*/
.g-map {
height: 0;
overflow: hidden;
padding-bottom: 70%;
position: relative;
}
.g-map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%!important;
width: 100%!important;
}
@media (min-width: 1024px) {
.g-map {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
}
}

.search-table{
	margin:0px 0 20px;
	border-top:1px #ddd solid;
	
}
.search-table th{
	padding:8px;width:auto;
	font-weight:bold;white-space: nowrap;
}

.search-table td{
	padding:8px;
}

.acms-btn-checkbox+label{
	margin:2px 3px 3px 0px;
	padding-left:25px
}
.acms-btn-checkbox:disabled+label{
	color:#ddd;
}
.acms-btn-checkbox:disabled+label::before{
	color:#ddd;
}
.acms-btn-checkbox input:disabled+label{cursor:not-allowed;
}
.acms-btn-checkbox:checked+label{
	background-color:#333;
	color:#fff;
}

.acms-btn-checkbox+label::before{
font-family: "Font Awesome 5 Free";
content: '\f0c8';
	position:absolute;
	top:9px;
	left:7px;
	color:#99a1a7;
	font-size:14px
}

.acms-btn-checkbox:checked+label::before{
font-family:"Font Awesome 5 Free";
content: '\f00c';
	position:absolute;
	top:9px;
	left:7px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
}
	

/*検索カレンダー：calendar*/
/*料金カレンダー：price-calendar-pc*/
.calendar{}
.calendar td,.calendar th,
.price-calendar-pc td,.price-calendar-pc th{
text-align: center;
border-right:1px #ddd solid}
.calendar td.gray{
 opacity: 0.2;
}
.price-calendar-pc td.gray{
 background:#ccc;opacity: 0.2;
}
.price-calendar-pc td{
min-width:90px;height:100px;
}
.calendar th:nth-child(1),
.calendar td:nth-child(1){
color:red;
}
.calendar th:nth-child(7),
.calendar td:nth-child(7){
color:inherit;
}
	.calendar a:link{text-decoration:underline;}
	.calendar a:hover{text-decoration:none;}	  

	.cal3{display:table;width:100%;}
	.cal{display:table-cell;padding:0px 3px 0;text-align:center;vertical-align: top;}


	.cal-arrow{vertical-align: middle;background:#F6F6F4;font-size:20px;width:20px;text-align: center;display:table-cell}
	
.cal caption,.calendar caption{background: #ddd;padding:3px;color:#333;}


/*@media (max-width: 767px) {
	td.cal-td{padding:10px 0;}
}*/

.price-calendar-pc{width:100%;border-bottom:1px #ddd solid!important;border-right:none;}
.price-cal-sp{max-width:100%;border:1px #ddd solid!important;}
.price-cal-sp td{font-size:14px;vertical-align:middle;padding:2px;text-align:center}
.cal-price-red{color:red!important;font-weight:bold}
.cal-price-red1{color:red!important;font-weight:normal}

.price-cal-sp th{vertical-align:middle;font-weight:normal;width:100px;white-space: nowrap;text-align:center}

/*
.price-cal-sp tr,a.acms-table-hover td{background:yellow;cursor:default}
.price-cal-sp tr,a.acms-table-table-hover tr{background:yellow!important;cursor:default}
*/

.price-cal-sp.acms-table-hover tr.hover td,
.price-cal-sp.acms-table-hover tr:focus-within td,
.price-cal-sp.acms-table-hover tr:hover th,
.price-cal-sp.acms-table-hover tr:hover td{background:#feffef;cursor:default;transition-duration:.3s;
}
/*
.price-cal-sp.acms-table-hover-line tr:focus-within,.price-cal-sp.acms-table-hover-line tr:hover,.price-cal-sp.acms-table-hover tr.hover{background:yellow!important;}
*/
/*.price-cal-sp.acms-table-hover tr.hover td,
.price-cal-sp.acms-table-hover tr:focus-within td,
.price-cal-sp.acms-table-hover tr:hover th{background:yellow;cursor:default}*/


.price-calendar-pc .acms-btn.acms-btn-flat-primary:disabled,
.price-cal-sp .acms-btn.acms-btn-flat-primary:disabled
{
	background-color:darkgray;
	}


@media (max-width: 1024px) {
.calendar td,.calendar th,
.price-calendar-pc td,.price-calendar-pc th{
	font-size:0.9em;
	}
/*
.price-calendar-pc .acms-btn{
	font-size:1em;
	padding:3px 5px;
	}
*/

.price-calendar-pc td.cal-price-red{font-size:5px!important;}

}


/*固定フッター（スマホのみ）*/
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    text-align: center;
	background:#333;
/*	opacity:.8;*/
	border-top:1px #ccc solid;
}
 
	 
#footerFloatingMenu .float-box p,#footerFloatingMenu .float-box a{
	font-size:21px;
	margin:15px 10px;
    color:#fff;
}	

@media  screen and (max-width: 479px) {
#footerFloatingMenu .float-box p,
#footerFloatingMenu .float-box a{
	font-size:16px;
	margin:10px 10px;
    color:#fff;
}	
#footerFloatingMenu .float-box p span{font-size:21px;}
}

/*ツアーリスト*/
.list-box {
padding:10px 7px;
margin:20px -6px 50px;
border:1px #ddd solid;
box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
@media (min-width: 1024px) {
.list-box {
position: relative;
padding:10px;
margin:20px 20px 30px;
}
}


.price-table{
	width:100%;
	margin-bottom:0!important;
}
.price-table th,.price-table td{
	vertical-align: middle;
	text-align: center;
}
.price-table th{
	font-size:12px;
	text-align: left;
}	

.price-table .room-cate{
white-space: normal!important;
	background:#fff;
	font-size:12px;
}
.price-table .tour-price {
color:red!important;
font-weight:bold;	
padding:0 5px;
text-align: center;
}

h2.tour-title {
	font-size:16px;
	padding:10px 10px;
	background:#eaf4ff;
	border:1px #ddd solid;
}

h1.tour-title-detail {
font-size:16px;
padding:15px 3px;
margin:0 0 0px;color:#333;
}
h2.tour-title-detail{border:none;margin:0;padding:10px 5px;}
	

@media (min-width: 768px){
h2.tour-title {
	font-size:16px;
	padding:10px;
/*	background:#e0efff;	*/
	}
	
	h1.tour-title-detail{
	font-size:22px;line-height:140%;
	padding:25px 20px 25px;
}
	h2.tour-title-detail{padding:10px 20px;line-height:140%;}
	
	.entry-column .table-sche th{
	text-align: center;
	width:120px;
}
}


/*ツアー詳細*/
.tour-content {
margin:15px 0 20px;
padding:0px;
}


.tour-content1 {
	padding:0px;
	margin-bottom:20px;
}

.tour-content-box {
padding:10px 5px;
}

.tour-cond th {
width:110px;
}
.tour-cond td {
white-space:normal!important;
}
.tour-cond .last-tr{border-bottom:1px #ddd solid}

@media screen and (min-width: 768px) {
.tour-cond{border:1px #ddd solid!important}
.tour-cond .last-tr{border-bottom:1px #ddd solid}
}

.entry-column .table-sche th{
	text-align: left;
}
.entry-column .table-sche td.td-stay{
	vertical-align: bottom;
		text-align: right;
}
/*フォームと計算表*/
.entry-column .form-table th{
	text-align: left;
}
.entry-column .form-table td{
	vertical-align: bottom;
		text-align: left;
}
	
.omotenashi{
border:1px #ffd8b2 solid;
padding:10px;
background:#fff2e5;
}
.onotenashi h3 .omotenashi-midashi{margin:-3px -5px 10px;background-color:#ffd8b2;}



@media (min-width: 1024px) {
.tour-content {
margin:3px auto 20px;
padding:15px;
border:1px #ddd solid;
}


.tour-content1 {
	margin:10px 0 0;
	margin-bottom:20px;
	border:1px #ddd solid;
}

.tour-content-box {
padding:15px;
}


	
/*フォームと計算表*/
	.entry-column .form-table-s th{
	text-align: left;width:200px;
}
	
	.entry-column .form-table th{
	text-align: left;width:280px;
}
	
}



/*tab*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1.5em auto; font-size:16px;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 6px 6px 0 0;
	border-bottom: 0;font-weight:bold;
	color:#0066cc;
	
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #3399ff;
}
.cp_tab > input:checked + label {
	margin-bottom: -2px;
	border-color: #999;
	border-bottom: 1px solid #003366;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
	color:#fff;
background:#003366;

}

.cp_tab .cp_tabpanel {
	padding: 0em 0em;
	border-top: 1px solid #999;
}

.cp_tabpanels h2{
font-size:21px;
color:#fff;
background:#003366;
padding:13px 20px 13px;
border:none;
margin:0px 0 15px;
}

@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 16px;
	}
.cp_tab > label {
	padding: 12px 13px;
	}
	.cp_tabpanels h2{
	font-size: 18px;
padding:20px 12px 20px;

}
}
.tour-code {
display:block;
background:#333;
color:White;
padding:5px;
}


.small10{font-size:10px;font-weight:normal;line-height:150%;}

	
.amount-table th{width:40%;min-width:180px;vertical-align: middle;}
.amount-table td{white-space:normal!important;}
.amount-table tr:last-child{border-bottom:1px #ddd solid;}

	
.navbar-toggle {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 8px 10px 0px 0px;
        appearance: none;
}

/*アコーディオン*/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}

/*classラベル1=ホテル＆こだわり*/
.accbox .label1 {
	font-size:16px;
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
/*    color: #ffba47;*/
    font-weight: bold;
    background:#E5E5E5;
    cursor :pointer;
    transition: all 0.5s;
}
/*classラベル2＝諸費用*/
.accbox .label2 {
	font-size:14px;
    display: block;
    margin: 5px 0 0;
    padding : 5px;
    font-weight: bold;
    background:#cedbee;
    cursor :pointer;
}

/*アイコンを表示*/
.accbox .label1:before {
    content: '\f0fe';
font-family: "Font Awesome 5 Free";
    padding-right: 8px;
}

.accbox .label2:before {
content: '\f0fe';
font-family: "Font Awesome 5 Free";
padding: 3px 5px;font-weight:bold;
}

/*ラベルホバー時*/
.accbox .label1:hover {
    background :#ccc;
}
/*.accbox label.label2:hover {
    background:#cedbee;
	text-decoration: underline;
}*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
/*
    transition: 0.8s;
*/
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow
{
    height: auto;
    padding: 5px;
/*    background: #fff5eb;*/
    opacity: 1;
}

/*.accbox .accshow p {
    margin: 15px 10px}*/

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}


/*フォーム用のテーブル*/
.table-none-auto{width:auto;border:none;background-color: #fff}
		.table-none-auto tr,
		.table-none-auto th,
		.table-none-auto td
		{background-color: #fff;width:auto;padding:0;border:none;vertical-align: baseline}
		.table-none-auto th{font-weight:normal;padding-right:10px;}
		.table-none-auto th,.table-none-auto td
		{display:inline}
		.table-none-auto td{text-align:right}

/*早見表テーブル（スクロール）*/
.scroll-table {
  width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;  border: solid 1px #ddd;
  }
table.hayami-data tr:hover {
  background: #eee;
}
table.hayami-data th{
background: #B5E0FF;
 text-align: center;padding:5px;min-width:70px;border-bottom: solid 1px #eee;vertical-align: middle;
	position: sticky;top:-1px;z-index:3;

}
table.hayami-data th:first-of-type{left:0;z-index:3;
  }
table.hayami-data td {
  padding: 3px;text-align: center;
	border: solid 1px #eee;
	min-width:112px!important;
	white-space: normal;vertical-align: top;
}
table.hayami-data a{color:#006DD9;}


/*フライト･航空会社関係*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 90px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border-: solid 3px #d7ebfe;
  border-radius-: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 0px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
width:auto;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}	
	
/*ボタン*/	
.btn-gradient-flat {
  display: inline-block;
  padding: 0.5em 1.8em;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  transition: .4s;
font-size:16px;
}

.btn-gradient-flat:hover {
  background-image: linear-gradient(#6795fd 0%, #67ceff 70%);
}

h3.f-title {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
font-size:16px;
margin-bottom:25px;
}

h3.f-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

h3.f-midashi{background:#444;color:#fff;padding:5px;margin:0px}
h3.d-midashi{background:#abd6f9;color:#333;padding:3px 6px;margin:0px;font-size:14px;font-weight:normal;}


/*テーブル　フライトデータ＆スケジュール*/
table.f-sche-ua	{width:100%;float:left}
		table.f-sche-ua th {white-space: nowrap;text-align: center;padding:3px}
table.f-sche-ua td {vertical-align: middle;}

@media (min-width: 480px) {
	table.f-sche-ua	{width:calc(50% - 2px);float:left;margin-right:2px}
	}

table.f-data th{white-space: nowrap;}

table.f-sche th,table.f-sche td{text-align: center;padding:5px; font-size:0.9em;vertical-align: middle}
	table.f-sche td{height:40px;vertical-align: middle}
	table.f-sche a{display:inline-block;margin:5px 0px 5px 7px;vertical-align: middle}
	.f-day{font-size:14px;font-weight:bold}
	.btn-blue{background-color: #eaf4ff;color:#2e67a5!important;}
	.btn-blue:hover{color:#2e67a5!important}

@media (min-width: 768px) {
  table.f-sche th,table.f-sche td{font-size:16px;vertical-align: middle;}
 .f-day{font-size:16px;font-weight:bold;margin-right:15px}
	}

/*フローティング右サイド*/
.floating {
top: 10px;
position: -webkit-sticky; /* safari対応 */
position: sticky;
z-index: 1;
}

/*右サイド使用-空き調整*/
@media (min-width: 1024px) {
	main.option-main{padding-right:40px;}
	sub{padding:0px;}
	}
	
/*横スクロールスライド*/
.slide-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
}
	.slide-wrap {
  display: flex;
}
	.slide-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	border-:1px #ccc solid;margin-bottom:5px;
}
.side-box {
  flex: 0 0 50%;
  padding: 0 8px 0px 0;margin:0
  }
.side-box:last-child {padding: 0;}
.inner img {
  max-width: 100%;
  height: auto;
    }
	.inner {
		background: #eee;}
	.side-box p {font-size:12px;padding:5px 5px 5px;color:#595D69;margin-bottom:10px;}
	
@media (min-width: 480px) {
	.side-box {
flex: 0 0 70%;  }
	}
/*OPのみ囲み*/
	
	.op-link-box-,.op-link-box1,.op-ndt-box{border: #ddd 1px solid;border-radius:0px;padding:10px;margin:0px 0 10px;}
	.op-ndt-box{background-color: aliceblue-;border: #ddd 1px solid;padding:8px;margin:0px 0 10px;}
	
	.op-link-box-{border: #00c2ff 3px dashed;margin-top:0;padding:15px}
	
	.op-ndt-box h3{font-size:14px;margin:0 0 10px;padding: 5px;color: #014cc5;}

	
@media (max-width: 479px) {
	.op-link-box {
  border:none;padding:0
  }
	}
	
.option-heading{padding: 0 0 0.3em 0.2em;
border-bottom:2px #0085e5 solid;
	background-: linear-gradient(#a0ffff, #99ccff);
  font-size:21px;margin:0px 0 3px;
}

.option-heading:before{
	font-family: "Font Awesome 5 Free";
  content: '\f234';
	padding-right:8px;
	color:#0085e5}
	
	.sub h2{font-size:14px;}


.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 i{
    margin:0;
    padding:0;
}	
	.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;font-weight:normal;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width:120px;
}
.description1-:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: -110px;
    left: -50px;
}
.diving-logo{
	display:block;
	float:none;
	width:80%;
	margin:5px auto 10px;
	}
	.d-table td,.d-table th{padding:6px;}
	.d-table td{
		vertical-align: middle;
		font-weight:bold;
		text-align:center;
		width:25%;
	}
	.d-table{margin-bottom:10px;}
	@media (min-width: 480px) {
	.diving-logo{
	float:right;
	width:220px;
	padding:10px 20px;
	}
	}	

/*thumbnail*/
.acms-thumbnail:hover{background:#f9f9f9;}
		.acms-thumbnail p{text-align: left;}
		.acms-thumbnail a{text-decoration: none;}
		.acms-thumbnail i,.acms-thumbnail em{margin:3px;font-size:1.4rem;color:#ccc}
@media (max-width: 479px) {
		.acms-thumbnail img{float:left;width:70px;margin-right:8px;}
		.acms-thumbnail p{margin-top:10px;text-align: left;
			}}


			
.swiper-parent {
}
.swiper-container .swiper-slide {
position: relative;
}

.swiper-container .swiper-slide .swiper-slide-content {
background:#eee; width:auto;
color:#666;
height:30px;
}

.swiper-container .swiper-slide .swiper-slide-content p{
text-align: center;padding:5px;font-size:13px;}
	
.swiper-pagination{position:relative;margin-top:10px;padding:5px;
}
.swiper-my-pagination .swiper-pagination-bullet {
  width: 120px;
  height: auto;
  border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
width:100%;
}
.swiper-my-pagination {
  display: block;
}
.swiper-my-pagination {
  display: block;
/*  table-layout: fixed;*/
}
.swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;display:block;float:left;width:16.1%;
min-width:65px;
  padding: 2px;
  background: transparent;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}	

/*SPフッターメニュー*/
.f-menu-sp{width:100%;}
.acms-list-group{margin-:0px;}
.f-menu-sp .acms-list-group{display:block;width:calc(50% - 1px);float:left;margin-bottom:0;}
.f-menu-sp .acms-list-group li a{line-height:30px;padding:8px;}
.f-menu-sp .acms-list-group li a:hover{padding:8px 5px;}
.f-menu-sp .acms-list-group-item i,.f-menu-sp .acms-list-group-item em{margin:0;font-size:1.3rem;color:#ccc;line-height:30px;}

/*会社概要ナビ*/
.company-navi ul{
		display:table;
		width:100%;
		margin:0 0 0px;
		padding:0;border-spacing: 3px;
/*
	border-bottom:6px #999 solid;
*/

	}
	.company-navi li{
		display:table-cell;
		line-height:105%!important;
		padding:15px 3px;
		width:200px;
		background-color: #eee;
		color:#fff;
		text-align: center;
		vertical-align: middle;
	}
	.company-navi li a{
		color:#333;
	}
	
	.company-navi .stay{
		background-color: #fff;font-weight:bold;
		border-top:5px #cc0000 solid;

	}
	.company-navi .stay a{
		color:#333;

	}
.company-navi li:first-child{border-left:1px #eee solid;
	}
.company-navi li:last-child{border-right:1px #eee solid;
	}
.company-navi br{
		display:none;
	}
@media screen and (max-width: 479px) {
	.company-navi li{
		font-size:12px;padding:10px 5px!important;
	}
	/*.company-navi br{
		display:inline-block;
	}*/
	}
@media screen and (min-width: 480px) {

	.company-navi br{
		display:none;
	}
	}
@media screen and (max-width: 479px) {
	.sp{display:inline-block!important;}
	.pc{display:none!important;}
	}
@media screen and (min-width: 480px) {
	.sp{display:none!important;}
	.pc{display:inline-block!important;}
	}

/*ヘッダー*/
.header-tel{color:#024cc5;margin:3px 0 0;padding:0;font-size:28px;line-height:140%;}
.header-tel:hover{text-decoration: none}

/* acms.css に対応した記述 */
.acms-form select,
.acms-form select:hover,
.acms-form .acms-form-select
.acms-form .acms-form-select:hover  {
  -webkit-appearance: none;
}

