@charset "utf-8";
/* CSS Document */

/****************************************************************************/
/**						SPOT詳細、フード詳細、泊まる詳細ページ用CSS					*/
/****************************************************************************/
.content_title {
	font-size: 3rem;
	margin-bottom: 20px;
}

.content_title span {
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: 15px;
	vertical-align: middle;
}


/* ----------------------------------------------------

---------------------------------------------------- */
#spot_main {
	min-width: 1000px;
	margin: 0 auto;
}

#spot_main_title {
	text-align: center;
	padding-block: 3em;
}

#spot_main_title h1 {
	font-size: 3.6rem;
	line-height: 1.4;
}

.term_comment_table {
    margin-right : auto;
    margin-left : auto;
}

.term_comment_table tr td {
    text-align: left;
}

#spot_main h2 {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: .03em;
}

#spot_main_title span {
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 500;
	padding-block: .3em;
}
#spot_main_title span.spotname_kana {
	font-size: 1.4rem;
}
#spot_main_slider .bx-prev {
	left: 0px;
}

#spot_main_slider .bx-next {
	right: 0px;
}

#spot_main_slider img {
    max-height: 550px;
    max-width: 1000px;
}

#spot_main_box {
	vertical-align: top;
	text-align: left;
}

#spot_main_box div {
	box-sizing: border-box;
	padding: 30px 0 0 0;
	position: relative;
}

#spot_main_box .spot_movie_box {
	padding-right: 320px;
	height: auto;
}

#spot_main_box .spot_movie {
	position: absolute;
	top: 0;
	right: 0;
}

#spot_main_box p {
	line-height: 1.8;
	margin: 10px 0 20px;
}

#spot_main_box .spot_link_list {
	text-align: right;
}

.spot_link_list li {
    width: auto;
    margin: 20px -20px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.share_btn_list2 {
	float: left;
}

.reservation_btn {
	float: right;
}

#spot_main .gurunavi_txt {
    font-size: 1.3rem;
    margin-top: 7px;
}

#spot_main_box .food_title {
    font-size: 3rem;
    line-height: 1.4;
}


/* ----------------------------------------------------

---------------------------------------------------- */
.spot_box {
    margin-top: 4%;
    text-align: left;
}
.spot_box h1 {
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: .03em;
	margin: 0;
}

.spot_box h1, .spot_box h2 {
	margin-bottom: -2%;
}

.spot_img, .spot_img2{
	float: left;
	width: 380px;
	text-align: center;
}

.spot_img2 {
	float: right;
}

.spot_txt, .spot_txt2 {
	float: right;
	width: 600px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.spot_txt2 {
	float: left;
}

.only_txt{
    line-height: 1.8;
}

.spot_box .two_col_list img, .spot_box .three_col_list img, .spot_box .four_col_list img {
	width: 100%;
}

.detail_btn .btn_link {
    background-color: #424242;
    color: #ffffff;
    margin-bottom:10px;
}
/* ----------------------------------------------------
		スポットの概要
---------------------------------------------------- */
#spot_outline {
	background-color: #f0eee8;
	padding: 3% 0 3%;
	margin-top: 5%;
}

#spot_icon {
	position: relative;
	padding-right: 150px;
}

#spot_icon ul li {
	display: inline-block;
	margin: 5px 5px 0 0;
}

#spot_icon p {
	position: absolute;
	right: 0;
	top: 32px;
	font-size: 16px;
}

#spot_icon p i {
	margin-right: 5px;
}

.outline_list {
	width: 480px;
	float: left;
	border-bottom: 1px solid;
}

.outline_list:nth-of-type(2) {
	float: right;
}

.outline_list dt, .outline_list dd {
	display: inline-block;
	font-size: 1.4rem;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.7;
	margin: 15px 0;
	float: left;
}

.outline_list dt {
	width: 100px;
	font-weight: bold;
	clear: both;
}

.outline_list dd {
	width: 380px;
	position: relative;
	padding-left: 15px;
	word-break: break-all;
}

.outline_list dd:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "：";
	display: inline-block;
}

.outline_list dd:after {
	position: absolute;
	top: -15px;
	right: 0;
	display: block;
	content: "";
	border-bottom: 1px solid;
	height: 1px;
	width: 480px;
}

#spot_outline aside {
	margin-top: 30px;
	font-size: 1.3rem;
	line-height: 1.3;
}

#spot_capture {
	margin-top: 9%;
}

#capture_box {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 25px;
	position: relative;
	margin-left: 165px;
}

#capture_box:before {
	/*background: url(../../img/ja/spot/hidetchi.png) no-repeat;*/
	background: url(../../img/ja/spot/ninja.png) no-repeat;
	width: 116px;
	height: 150px;
	position: absolute;
	content: "";
	top: 10px;
	left: -165px;
}

#capture_box:after {
	background: url(../../img/ja/spot/balloon_corner.png) no-repeat;
	width: 29px;
	height: 23px;
	position: absolute;
	content: "";
	top: 105px;
	left: -29px;
}

#capture_box h2 {
	font-size: 2.4rem;
	line-height: 1.2;
}
#capture_box p {
	line-height: 1.5;
	margin-top: 15px;
}

.reservation_list {
	text-align: right;
	margin-top: 6%;
}

.reservation_list li {
	display: inline-block;
}

#barrier_free_box {
	margin: 6% 0 0;
}

#barrier_free_box h1 {
	background-color: #404040;
	color: #ffffff;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	position: relative;
	
	font-size: 1.8rem;
	min-height: auto;
	padding: 0 0 0 15px;
	border-radius: 0;
}

#barrier_free_box h1::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(315deg);
	background: none;
}

#barrier_free_box h1.active::after {
	transform: rotate(135deg);
	top: -10px;
}

#barrier_free {
	background-color: #ffffff;
	padding: 2% 4%;
}

#barrier_free h2 {
	margin-bottom: 10px;
}

#barrier_free li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

#barrier_free li img {
	width: 70px;
}

.barrier_free_table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.7;
	color: #404040;
	margin: 3% 0 6%;
	line-height: 1.7;
}

.barrier_free_table th {
	width: 25%;
	padding: 15px;
	box-sizing:border-box;
	background-color: #e2f1fb;
	text-align: left;
	font-weight: normal;
	border: 1px solid #d7d4cf;
}

.barrier_free_table td {
	padding: 15px;
	word-break: break-all;
	box-sizing:border-box;
	border: 1px solid #d7d4cf;
}

.barrier_free_table a {
	color: #4b2a2a;
	font-weight: bold;
}

.barrier_free_table.toilet th {
	background-color: #fef0f5;
}

.barrier_free_table.transportation th {
	background-color: #f1fbe6;
}

.barrier_free_table.facility th {
	background-color: #fdf8e4;
}

.barrier_free_table.facility th {
	background-color: #fdf8e4;
}

.barrier_free_table.admission th {
	background-color: #efe9fa;
}


/* ----------------------------------------------------
		アクセスマップ
---------------------------------------------------- */
#access_box {
	background-color: #f3f5f8;
	padding: 2% 0 5%;
}

#map_result_list {
	display: table-cell;
	padding-left: 20px;
	width: 220px;
}

#map_result_list h3 {
	background-color: #404040;
	
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

#map_result_list ul {
	overflow: auto;
	height: 380px;
}

#map_result_list li {
	background-color: #f3f5f8;
	margin-bottom: 2px;
	font-size: 1.4rem;
	line-height: 1.4;
}

#map_result_list li a {
	background : url(../../img/ja/common/ico_marker.png) no-repeat 20px 15px;
	padding: 13px 15px 13px 40px;
	display: block;
}

#access {
	margin-top: 2.5%;
	position: relative;
}

#access_list {
	margin-right: 230px;
}

#access_list li {
	display: table;
	margin-top: 15px;
	line-height: 1.5;
	width: 100%;
}

#access_list li .access_img, #access_list li div {
	display: table-cell;
	vertical-align: middle;
}

#access_list li .access_img {
	width: 100px;
	padding-right: 25px;
}

#access_list h2 {
	text-align: left;
}


#share_sp {
	position: absolute;
	top: 55px;
	right: 0;
	width: 220px;
}

#share_sp h2 {
	background-color: #404040;
	padding: 16px 0;
	text-align: center;
}

#share_sp p {
	background-color: #ffffff;
	padding: 15px 0 20px;
	text-align: center;
}

#related_site {
	margin-top: 5%;
}

#related_site li {
	margin-top: 10px;
	background: url(../../img/ja/common/arrow_black_s.png) no-repeat left center;
	padding-left: 23px;
	line-height: 1.3;
	font-size: 2.2rem;
	font-weight: 500;
}

/* #related_site li a {
	color: #e73b26;
} */

#reviews {
	margin-top: 6%;
}

#review_box {
	background-color: #ffffff;
	border-radius: 5px;
	background-image: url(../../img/ja/common/military_commander.png);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	min-height: 136px;
	padding: 20px 20px 20px 150px;
}

#review_box h2 {
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 15px;
}

#review_box dt, #review_box dd {
	display: inline-block;
	font-size: 1.4rem;
}

#review_box dt {
	font-weight: bold;
}

#review_box dd {
	margin-right: 15px;
}

#review_box p {
	line-height: 1.5;
	margin-top: 15px;
}


/* ----------------------------------------------------
		周辺情報
---------------------------------------------------- */
#area_info {
	margin-top: 5.5%;
}

#area_info .switch_btn button.select {
	background-color: #424242;
	color: #f3f5f8;
}

#area_info li {
	position: relative;
	width: 240px;
	background-color: #ffffff;
}

#area_info .bx-prev {
	left: -100px;
}

#area_info .bx-next {
	right: -100px;
}

#area_info li .area {
	position: absolute;
	top: 0;
	left: 0;
}

#area_info li h2 {
	font-size: 1.7rem;
	margin: 10px 0;
	line-height: 1.2;
}

#area_info li p {
	font-size: 1.4rem;
	color: #212121;
	line-height: 1.7;
	margin-bottom: 10px;
    text-align: left;
}

#area_info li div img {
	width: 30px;
    margin-bottom: 5px;
}

#area_accommodation_info {
	margin-top: 5.5%;
}

#area_accommodation_info .switch_btn button.select {
	background-color: #424242;
	color: #f3f5f8;
}

#area_accommodation_info li {
	position: relative;
	width: 240px;
	background-color: #ffffff;
}

#area_accommodation_info .bx-prev {
	left: -100px;
}

#area_accommodation_info .bx-next {
	right: -100px;
}

#area_accommodation_info li .area {
	position: absolute;
	top: 0;
	left: 0;
}

#area_accommodation_info li h2 {
	margin: 10px 0;
	line-height: 1.2;
}

#area_accommodation_info li p {
	font-size: 1.3rem;
	color: #212121;
	line-height: 1.7;
	margin-bottom: 10px;
    text-align: left;
}

#area_accommodation_info li div img {
	width: 30px;
}

#recommend {
	margin-top: 9%;
}

.recommend_list li {
	position: relative;
	width: 240px;
	float: left;
	background-color: #ffffff;
	margin-left: 13px;
}

.recommend_list li:first-child {
	margin-left: 0;
}

.recommend_list li .area {
	position: absolute;
	top: 0;
	left: 0;
}

.recommend_list li div {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #ffffff;
}

.recommend_list li div h2 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.recommend_list li div p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 5px;
}

#recommend .btn_link_l {
	margin: 7% 0;
}

#access_map {
    margin-top: 7%;
}

#course_info {
	margin-top: 9%;
	margin-bottom: 6%;
}

#course_info .bx-prev {
	left: -100px;
}

#course_info .bx-next {
	right: -100px;
}

.course_list li {
	position: relative;
	width: 240px;
	float: left;
	background-color: #ffffff;
	margin-left: 3px;
}

.course_list li:first-child {
	margin-left: 0;
}

.course_list li {
	margin-left: 13px;
}

.course_list li .area {
	position: absolute;
	top: 0;
	left: 0;
}

.course_list li div {
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #ffffff;
}

.course_list li div h2 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.course_list li div p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 5px;
}

.facility_icon {
    line-height: 31px;
    text-align: left;
}


@media screen and (max-width:750px){
	
	#spot_main_title span {
		font-size: 1.6rem;
	}
	#spot_main_title span.spotname_kana {
    font-size: 1.2rem;
	}
	#spot_main_title h1,
	#related_site li {
		font-size: 2.8rem;
	}
	#spot_main h2 {
		font-size: 2.6rem;
	}
	.spot_box h1 {
		font-size: 2.4rem;
	}
	#access_list li .access_img {
		display: none;
	}

}
