.bdr_brown{
	border: 1px solid #9a947e;
}
.access dd.ind_1em{
	text-indent: -1em;
	padding-left: 1em;
}
.access dd li{
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.ml_1em{
	margin-left: 1em;
}
.two_column .tbr_article .artcl_box .artcl_imgset {
	width: 550px;
	margin: 10px auto;
}
.two_column .tbr_article .artcl_box .artcl_imgset img{
	width: 100%;
}
p.artcl_img{
	width: 700px;
}
p.artcl_img img{
	width: 100%;
}
.fB{
	font-weight: bold;
}
.blogBtn {
    background: #8bab3d;
    border-radius: 5px;
    width:50%;
    margin:20px auto 0;
}

.blogBtn a {
    display: block;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}
.blogBtn .blog{
	position: relative;
}
.blogBtn .blog::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 700px){
	.two_column .tbr_article .artcl_box .artcl_imgset {
		width: 100%;
	}
	p.artcl_img{
		width: 100%;
	}
	.blogBtn{
		width: 90%;
	}
	.map_area .illustmap iframe{
		width: 100%;
		height: 55vw;
	}
}

.table_of_contents ol{
	padding: 20px 0 30px;
	color: #4f3822;
	display: table;
	padding-left: 2em;
	margin: 0 auto;
}
.table_of_contents ol li{
	padding-bottom: 10px;
	list-style-type: decimal;
	line-height: 1.75em;
}
.table_of_contents ol li::marker{
	font-size: 21px;
	font-style: oblique;
}
.table_of_contents ol li a{
	color: #4f3822;
	text-decoration: none;
	font-size: 90%;
}
.table_of_contents ol li a:hover{
	text-decoration: underline;
}
.table_of_contents p{
	font-size: 18px;
	color: #4f3822;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

@media only screen and (min-width: 701px){
	.table_of_contents {
		background-image: url(../img/table_img.jpg);
		background-repeat:repeat-y;
		background-size: 100%;
		position: relative;
		width: 100%;
		margin: 30px auto 60px;
		box-shadow: 25px 25px 30px -30px rgba(53, 47, 47, 0.15);
	}
}

@media only screen and (max-width: 700px){
	.table_of_contents {
		background-image: url(../img/table_img_sp.jpg);
		background-repeat:repeat-y;
		background-size: contain;
		width: 100%;
		margin: 30px auto 60px;
		box-shadow: 25px 25px 30px -30px rgba(53, 47, 47, 0.15);
	}
	.table_of_contents ol{
		max-width: 82.5%;
	}
	.table_of_contents ol li{
		list-style: auto;
		padding-bottom: 10px;
	}
	.table_of_contents ol li a{
		display: block;
	}
	.table_of_contents ol li::marker{
		font-size: 5vw;
	}
	.table_of_contents p{
		font-size: 4.3vw;
		padding-top: 30px;
	}
}

/* -------------------------------- slider */
#slider {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 59px;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-slide img {
	width: 100%;
}
.gallery-top{
	/* height: 80%; */
	width: 100%;
	padding-bottom: 10px;
}
.gallery-thumbs {
	height: 20%;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-button-prev,.swiper-button-next {
	bottom: 60px;
	margin-top: 0;
	top: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url(/common//img/slide_icon_arrow_l.png);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(/common//img/slide_icon_arrow_r.png);
}
.swiper-button-prev,
.swiper-button-next {
	width: 39px;
	height: 6px;
	background-size: 100% 100%;
}
.swiper-pagination {
	display: none;
}
/* slider css */


/* -------------------------------- swiper */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 16px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	width: auto;
	left: 0;
	right: 0;
	bottom: 30px;
}
.swiper-pagination-bullet{
	position: relative;
	width: 4px;
	height: 4px;
	background: #333;
	opacity: 1;
}
svg {
	transform: scale(-1,1) rotate(-90deg);
	position: absolute;
	left: calc(-11px + 2px);
	top:  calc(-11px + 2px);
}
.swiper-pagination-bullet circle{display: none;}
.swiper-pagination-bullet-active circle {
	display: block;
	fill: transparent;
	stroke: rgba(51, 51, 51, 1);
	stroke-width: 1;
	animation: circle 6s linear infinite;
}
.swiper-pagination.act circle{
	animation: circle 4s linear infinite;
}
@keyframes circle {
  0% { stroke-dasharray: 63 63; }
  99.9%,to { stroke-dasharray: 0 63; }
}

@media screen and (max-width:768px) {
	.swiper-container-horizontal > .swiper-pagination-bullets{
		right: 0;
		bottom: 8%;
	}
	.swiper-container {
		padding-bottom: 50px;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 3.5%;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 3.5%;
	}
	.gallery-top{
		/* height: 100%; */
	}
	.gallery-thumbs {
		height: 0;
	}
	#slider {
		/* height: 270px; */
		margin-bottom: 0;
		padding: 0;
	}
	.swiper-pagination {
		display: block;
	}
	.swiper-button-prev,
	.swiper-button-next {
		bottom: 10%;
	}
}

@media screen and (max-width:320px) {
	#slider {
		height: auto;
	}
}

.map_area .blogBtn {
	width: 100%;
	margin: 20px auto 0;
}

@media screen and (max-width:768px) {
	.thumb-list {
    display: flex;
    flex-wrap: nowrap;
	}
  .thumb-item {
    width: 32%;
    margin-right: 2%;
  }
  .thumb-item:nth-child(5n) {
    margin-right: 2%;
  }
  .thumb-item:nth-child(3n) {
    margin-right: 2%;
  }
  .thumb-item:last-child {
    margin-right: 0%;
  }
  .thumb-item:nth-child(n+4),
  .thumb-item:nth-child(n+6) {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
	.tbr_article .map_area .map_txt .access dd {
		padding-bottom: 0;
	}

	.tbr_article .map_area .map_txt .access {
		padding: 2% 2% 0;
	}
}

.tbr_article .artcl_ttl h1 {
	color: #6d674e;
	font-size: 150%;
	line-height: 1.2;
	display: inline;
	float: left;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.two_column h3 {
	line-height: 1.2;
}