/* google翻訳バー消す

.goog-te-banner-frame {
	display:none !important;
}
 */

#headbar .top_box ul li {
	padding: 0px 5px;
}

#headbar .top_box ul li a {
	padding-top: 0px !important;
	color: #fff;
}


/* ページャー */

.wp-pagenavi {
	text-align: center !important;
	margin-top: 50px !important;
	margin-bottom: 10px !important;
}

.wp-pagenavi span {
	padding: 3px 6px !important;
	margin: 3px !important;
	color: #dda90a !important;
	border-radius: 3px !important;
	font-weight: bold !important;
}

.wp-pagenavi span.extend,
.wp-pagenavi span.pages,
.wp-pagenavi span.dots {
	background-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
}

.wp-pagenavi a {
	text-decoration: none !important;
	border: 2px solid #dda90a !important;
	padding: 3px 6px !important;
	margin: 3px !important;
	background-color: #dda90a !important;
	color: #fff !important;
	border-radius: 3px !important;
	font-weight: bold !important;
}

.guide_news .wp-pagenavi a {
	color: #fff !important;
}



/* ページャー */


/* カレンダーデザイン */


.calendar table#wp-calendar {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.calendar table#wp-calendar tbody tr,
.calendar table#wp-calendar tbody td {
	border: solid 1px #fff;
}

.calendar table#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 8px;
}




.calendar table#wp-calendar tbody td a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.calendar table#wp-calendar tbody td {
	background-color: #fff;
}

.calendar table#wp-calendar tbody td.event {
	background-color: #e8a69b;
}

.calendar table#wp-calendar tbody td.today {
	background-color: #db624e;
}

.calendar table#wp-calendar tfoot {
	margin-top: 15px;
}

.calendar table#wp-calendar tfoot a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.calendar td#eo-widget-prev-month,
.calendar td#eo-widget-next-month {
	padding-top: 10px;
	color: #000;
}

/*
.calendar td#eo-widget-prev-month:before {
	content:url("images/top_calendar_arrow01.png");
}

*/



/* 絞り込み */



.search_wrap .checklist .checkbox {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

.search_wrap fieldset {
	border: none;
}

.search_wrap input[type="text"]:focus {
	outline: 0 none;
	border-color: #68b8c4;
}

.search_wrap .siborikomi_btn {
	text-align: center;
}

.search_wrap button {
	display: inline-block;
	vertical-align: top;
	padding: 0.7em 3.0em;
	margin: 0;
	background: #dda90a;
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
}

.search_wrap button:focus {
	outline: 0 none;
}

.search_wrap .checkbox {
	position: relative;
	cursor: pointer;
}

.search_wrap .checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.search_wrap .checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1.5em;
}

.search_wrap .checkbox label:before,
.search_wrap .checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}

.search_wrap .checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	margin-top: 3px;
	background: #ddd;
	border-radius: 3px;
}

.search_wrap .checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	margin-top: 3px;
	border-radius: 2px;
	background: #68b8c4;
	opacity: 0;
	pointer-events: none;
}

.search_wrap .checkbox input:checked~label:after {
	opacity: 1;
}

.search_wrap .checkbox input:focus~label:before {
	background: #eee;
}

/*
絞り込み下コンテンツ
 */

.search_wrap .container {
	position: relative;
}

.search_wrap .container .mix,
.search_wrap .container .gap {
	display: inline-block;
}

.search_wrap .container .mix {
	display: none;
	margin-bottom: 15px;
	width: 100%;
}


.search_wrap .container .fail-message {
	text-align: center;
	opacity: 0;
	pointer-events: none;

	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}



.search_wrap .container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}


/* spotのみ調整 */

.page_spot .search_wrap .container .mix {
	width: 32%;
	height: 32%;
	float: left;
	margin: 0% 1% 1% 0%;
	vertical-align: top;
}


/* イベントscroll effect */


.search_wrap .container .fail-message ul {
	width: 100%;
}

.content_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	overflow: visible;
}

.content_list li {
	margin: 0px;
	transition: .8s;
}

.content-mv {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}

.mv01 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/* 言語切り替え デフォルト設定 */

.en,
.zh,
.ko {
	display: none;
}


/* サイト内検索 */

.sb-slidebar #searchform {
	margin-bottom: 30px;
}

.sb-slidebar #searchform input.s {
	padding: 1%;
}

.sb-slidebar #searchform .s,
.top_box .search .s {
	border: 1px solid #D6D6D6;
	margin: 0 0 0 10px;
	padding: 0.5%;
	width: 130px;
}

.sb-slidebar #searchform .searchsubmit,
.top_box .search .searchsubmit {
	border: none;
	background: #dda90a;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	padding: 0.5% 2%;
	-webkit-appearance: none;
}


/* サイト内検索結果 */


.wp_search {
	border-bottom: 1px dashed #898989;
	margin-bottom: 20px;
}

.wp_search h4 br {
	display: none;
}

.wp_search p {
	padding-bottom: 20px;
	width: 97%;
	margin: 10px auto 0px auto;
}



/* 秋博サイト内検索結果 */


.search.pc {
	margin-top: 2px;
}

.page_akihaku .page_content1 .search_area {
	background-color: #fff;
	padding: 20px 40px;
	width: 100%;
}

.page_akihaku .page_content1 .search_area h3 {
	border-bottom: 1px solid #898989;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	/* text-align: center; */
}

.page_akihaku .page_content1 .search_area p {
	text-align: left;
	padding: 0px 0px 20px 0px;
	width: 97%;
	margin: 10px auto 0px auto;
}




/* google検索 */

form.gsc-search-box {
	padding-top: 0px !important;
}


/* */





#main {
	margin-top: 75px;
}


#main .bx-wrapper .bx-controls-direction a:first-child {
	left: -40px;
}

#main .bx-wrapper .bx-controls-direction a:last-child {
	right: -40px;
}



.main_text_area {
	height: 540px;
}

.main_text_area.img1 {
	background-image: url("../images/top_img01.jpg");
	background-size: cover;
	background-position: center;
}

.main_text_area.img2 {
	background-image: url("../images/top_img02.jpg");
	background-size: cover;
	background-position: center;
}

.main_text_area.img3 {
	background-image: url("../images/top_img03.jpg");
	background-size: cover;
	background-position: center;
}

.main_text_area.img4 {
	background-image: url("../images/top_img04.jpg");
	background-size: cover;
	background-position: left;
}

.main_text_area.img5 {
	background-image: url("../images/top_img05.jpg");
	background-size: cover;
	background-position: left;
}

.main_text_area .text_area {
	background-color: rgba(255, 255, 255, 0.8);
	color: #262626;
	height: 540px;
	padding: 140px 20px 20px 20px;
	text-align: center;
	width: 25%;
	float: left;
}

.main_text_area .text_area.bg-black {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}



.main_text_area .text_area .img {
	margin-bottom: 15px;
	text-align: center;
}

.main_text_area .text_area img {
	width: auto;
	margin: 0 auto;
}


.main_text_area a {
	text-decoration: none;
	color: #fff;
}

.main_text_area .text1 {
	font-size: 26px;
	line-height: 40px;
	border-bottom: 1px dashed #797979;
	padding-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main_text_area .icon {
	margin: 20px 0px;
}

.main_text_area .text2 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: -3px;
	font-family: "解ミン 宙 B", Kaimin Sora Bold, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main_text_area .title {
	font-weight: bold;
	float: right;
	width: 40%;
	text-align: right;
	margin-top: 445px;
}

.main_text_area .arrow {
	font-weight: bold;
}

.main_text_area .arrow:after {
	content: url("../images/arrow_y.png");
	margin-left: 4px;
}




/********************************************************/

/* TOP　イベント   */

/********************************************************/

/****** 共通 ******/



.title_icon {
	position: relative;
	top: -10px;
	margin: 0px 10px;
}


.top_event_area .title_icon {
	top: 0px;
}

.top_event_area .title_icon h3 {
	border-bottom: 1px #ccc solid;
	margin: 16px 0px;
}

.title_icon .img {
	float: left;
	margin-right: 15px;
}



.title_icon h3 {
	border-bottom: 1px #ccc solid;
	margin-top: 30px;
	padding-bottom: 5px;
	font-size: 150%;
}

h2 {
	font-size: 230%;
	text-align: center;
	margin-bottom: 35px;
	font-weight: normal;
}

.font-purple {
	color: #5f539d;
}

.font-orange {
	color: #dda90a;
}


/* ボタン */
.btn_box a {
	background-color: #5f539d;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 480px;
	padding: 25px 0px;
	margin: 0 auto;
	font-size: 140%;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow: 6px 6px 0px 0px #000;
	-webkit-box-shadow: 6px 6px 0px 0px #000;
	-moz-box-shadow: 6px 6px 0px 0px #000;
}

.btn_box a:after {
	content: url("../images/arrow_w.png");
	position: relative;
	left: 15px;
}

.btn_box a:hover {
	opacity: 1;
	background-color: #6f60b9;
}





/*TOP*/



/*メインイメージ部分*/



#re_top-main .left {
	width: 36%;
	float: left;
	padding: 80px 0;
	text-align: center;
}

#re_top-main .left div.corner {
	margin-bottom: 10px;
}

#re_top-main .left div.title {
	margin-bottom: 25px;
}

#re_top-main .left div.btn a {
	background: #900;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0 20px 0;
	font-size: 110%;
	border-radius: 10px;
	font-weight: bold;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
}

#re_top-main .left div.btn a:before {
	content: url(../images/re_cmn_point-white_right.png);
	position: relative;
	top: 5px;
	margin-right: 8px;
}

#re_top-main .right {
	width: 40%;
	float: right;
	background: rgba(0, 0, 0, 0.8);
	padding: 25px 3%;
	min-height: 500px;
}

#re_top-main .right ul {
	margin: 0;
	padding: 0;
}

#re_top-main .right ul li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	font-family: "解ミン 宙 B", Kaimin Sora Bold, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#re_top-main .right ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 130%;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
}

#re_top-main .right ul li a:after {
	content: url(../images/re_cmn_point-white_right.png);
	margin-left: 10px;
	position: relative;
	top: 3px;
}

#re_top-main .right ul li:last-child {
	margin-bottom: 0;
}

#re_top-main .right ul li span.data {
	display: block;
	margin-bottom: 5px;
	font-size: 95%;
}

#re_top-main .right ul li a:hover {
	color: #FF0;
}




/*2018秋仕様*/

#re_top-main.aki2018 {
	background: url(../images/re_top_main-aki_bg.png) no-repeat center center;
	background-size: cover;
	max-height: 500px;
}


/*2018冬仕様*/

#re_top-main.fuyu2018 {
	background: url(../images/main_2018_12.jpg) no-repeat center center;
	background-size: cover;
	max-height: 500px;
}

/*2019-春仕様*/

#re_top-main.haru {
	background: url(../images/re_top_main-yamakasa_bg01.jpg) no-repeat center center;
	background-size: cover;
	max-height: 500px;
}


























#re_top-bnr01 {
	background: #F9F4DE;
	padding: 35px 0;
}

#re_top-bnr01 .slider {
	margin-bottom: 50px;
}

#re_top-bnr01 .slider ul {
	margin: 0;
	padding: 0;
}

#re_top-bnr01 .slider ul li {
	/*margin:0 5% 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:30%;*/
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

/*#re_top-bnr01 .slider ul li:last-child{
	margin-right:0;
}
*/
#re_top-bnr01 .bnr .box {
	text-align: center;
}

#re_top-bnr01 .bnr .box img {
	margin-bottom: 5px;
}



.re_title-block {
	text-align: center;
	margin-bottom: 40px;
}

.re_title-block .icon {
	margin-bottom: 5px;
}

.re_title-block .eigo {
	font-family: 'Arvo', serif;
	margin-bottom: 10px;
}

.re_title-block .title {
	font-family: "解ミン 宙 B", Kaimin Sora Bold, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}





#re_top-event {
	background: url(../images/line_01.png)repeat-x top center
		/* , url(../images/bg_01.png)*/
	;
	padding: 80px 0px 40px 0;
}


#re_top-event .event.slider ul {
	margin: 0;
	padding: 0;
}

#re_top-event .event.slider ul li {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	/*float:left;
	width:30%;
	margin:0 5% 0 0;*/
}

/*
#re_top-event .event.slider ul li:nth-child(3n){
	margin-right:0;
}
*/

#re_top-event .event.slider ul li .event_box {
	border: 1px solid #ccc;
}

#re_top-event .event.slider ul li .event_box a {
	text-decoration: none;
	color: #333;
}


#re_top-event .event.slider ul li .event_box .img {
	position: relative;
	margin-bottom: 15px;
}

#re_top-event .event.slider ul li .event_box .img img.thum {
	position: relative;
	z-index: 1;
	width: 100%;
}

#re_top-event .event.slider ul li .event_box .img img.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

#re_top-event .event.slider ul li .event_box .text_box {
	width: 90%;
	margin: 0 auto 30px auto;
}

#re_top-event .event.slider ul li .event_box .text_box .data {
	font-size: 90%;
	margin-bottom: 10px;
}

#re_top-event .event.slider ul li .event_box .text_box .title {
	font-size: 110%;
	font-weight: bold;
}


#re_top-event .event-area-inner{
display:flex;
flex-flow:wrap;
    gap: 5%;
}
#re_top-event .event-area-inner .event-area__list{
    flex-grow: 1;
    max-height: 470px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
width:40%;
}
#re_top-event .event-area-inner .event-area__list .event-area__list__item a {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    align-items: center;
    background: url(../images/re_cmn_point-navy_right.png) no-repeat right center;
    color: #333;
}
#re_top-event .event-area-inner .event-area__list .event-area__list__item {
/*border-bottom: dashed 1px #443768; */
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    background: #fff1cf;
    padding: 15px;
    border-radius: 5px;
}
#re_top-event .event-area-inner .event-area__list .event-area__list__item .img {
    width: 30%;
    aspect-ratio: 8 / 5;
    flex-shrink: 0;
}
#re_top-event .event-area-inner .event-area__list .event-area__list__item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#re_top-event .event-area-inner .event-area__cal{
    width: 55%;
}
#re_top-event .event-area-inner .event-area__cal .label_title{
    text-align:center;
margin-bottom:20px;
}
#re_top-event .event-area-inner .event-area__cal .label_title h3{
    font-family: "解ミン 宙 B", Kaimin Sora Bold, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 170%;
}
#re_top-event .event-area-inner .event-area__cal .fc-toolbar .fc-left h2{
font-weight:bold;
    font-size: 140%;
}


















#re_top-news {
	background: #F2F2F2;
	padding: 80px 0px 40px 0;
}

#re_top-news .box h3 {
	margin-bottom: 25px !important;
	color: #FFF !important;
	padding: 7px 5% 15px 5% !important;
}

#re_top-news .box h3:before {
	top: 8px;
	position: relative;
	margin-right: 8px;
}

.kankoinfo_index .box h3 {
	font-size: 120% !important;
}

#re_top-news .box.event h3 {
	background: #443768;
}

#re_top-news .box.event h3:before {
	content: url(../images/re_top_news-icon01.png);
}

#re_top-news .box.info h3 {
	background: #333333;
}

#re_top-news .box.info h3:before {
	content: url(../images/re_top_news-icon02.png);
}

#re_top-news .box.column h3 {
	background: #FF6633;
}

#re_top-news .box.column h3:before {
	content: url(../images/re_top_news-icon03.png);
}






#re_top-news .news {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}



#re_top-news .news a {
	display: block;
	color: #333;
	text-decoration: none;
}

#re_top-news .news .photo {
	float: left;
	width: 30%;
}
#re_top-news .news .photo img{
	width:100%;
	height:auto;
}


#re_top-news .news .text {
	float: right;
	width: 65%;
}

#re_top-news .no_photo .news .text {
	float: none;
	width: 100%;
}

#re_top-news .news .text .data {
	font-size: 85%;
	margin-bottom: 5px;
	text-decoration: none;
}

#re_top-news .news .text .title {
	text-decoration: underline;
}

#re_top-news .news .text .title:hover {
	color: #47885E
}

#re_top-news .box.column a {
	display: initial;
}

#re_top-news .box .btn {
	margin-top: 30px;
	text-align: right;
	color: #333;
	font-weight: bold;
	font-size: 105%;
}

#re_top-news .box .btn a {
	color: #333;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
}

#re_top-news .box .btn a:before {
	content: url(../re_img/kanko/top/point_white-right.png);
	top: 8px;
	position: relative;
	margin-right: 8px;
}

#re_top-news .box.event .btn a:before {
	content: url(../images/re_top_news-arrow01.png);
	margin: 0 5px 0 0;
	top: 7px;
	position: relative;
	position: relative;
}

#re_top-news .box.info .btn a:before {
	content: url(../images/re_top_news-arrow02.png);
	margin: 0 5px 0 0;
	top: 7px;
	position: relative;
}

#re_top-news .box.column .btn a:before {
	content: url(../images/re_top_news-arrow03.png);
	margin: 0 5px 0 0;
	top: 7px;
	position: relative;
}

#re_top-news .list_wrap {
	margin-bottom: 70px;
}

#re_top-news .bnr {
	text-align: center;
	font-weight: bold;
	font-size: 105%;
}

#re_top-news .bnr img {
	margin-bottom: 10px;
}





#re_top-spot .title_wrap {
	background: url(../images/re_top_bg01.jpg);
	background: url(../images/line_01.png)repeat-x top center, url(../images/re_top_bg01.jpg);
	padding: 80px 0px 40px 0;
}

#re_top-spot .spot_wrap {
	padding: 40px 0;
}


.spot_wrap .tab .box {
	background: #E7E7E7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 33%;
	float: left;
	margin-right: 0.5%;
	text-align: center;
	font-size: 105%;
	padding: 0px 0 15px 0;
	cursor: pointer;
	font-weight: bold;
}

.spot_wrap .tab .box:last-child {
	margin-right: 0;
}

.spot_wrap .tab .box:hover {
	opacity: 0.8;
}

.spot_wrap .tab .box.pick01 span:before {
	content: url(../images/re_top_spot-icon01.png);
	position: relative;
	top: 10px;
	margin-right: 10px;
}

.spot_wrap .tab .box.pick02 span:before {
	content: url(../images/re_top_spot-icon02.png);
	position: relative;
	top: 10px;
	margin-right: 10px;
}

.spot_wrap .tab .box.pick03 span:before {
	content: url(../images/re_top_spot-icon03.png);
	position: relative;
	top: 10px;
	margin-right: 10px;
}


.spot_wrap .tab .box.active {
	background: #443768;
	color: #FFF;
}

.spot_wrap .spot_list {
	display: none;
}

.spot_wrap .spot_list.active {
	padding: 60px 0 0 0;
	display: block;
}

.spot_wrap .spot_list.active {
	border-top: 10px solid #443768;
}

.spot_wrap .spot_list .lead {
	text-align: center;
}

.spot_wrap .spot_list .lead p {
	font-size: 110%;
	line-height: 160%;
}


.spot_wrap .spot_list .lead h3 {
	margin-bottom: 30px;
}

.spot_wrap .spot_list .lead h3 span {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
	font-size: 160%;
	font-family: "解ミン 宙 B", Kaimin Sora Bold, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}



.spot_wrap .spot_list .lead h3 span:before,
.spot_wrap .spot_list .lead h3 span:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}

.spot_wrap .spot_list .lead h3 span:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}

.spot_wrap .spot_list .lead h3 span:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}


.spot_wrap .spot_list .spot-list {
	margin-bottom: 30px;
}

.spot_wrap .spot_list .box .img {
	position: relative;
}

.spot_wrap .spot_list .box .img img.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.spot_wrap .spot_list .box .img img.photo {
	position: relative;
	z-index: 1;
}



.spot_wrap .spot_list .box .txt {
	background: url(../images/re_top_bg01.jpg);
	padding: 5%;
}

.spot_wrap .spot_list .box .txt h5 {
	margin-bottom: 5px;
	font-size: 95%;
}

.spot_wrap .spot_list .box .txt h4 {
	margin-bottom: 10px;
	font-size: 140%;
}

.spot_wrap .spot_list .box .btn {
	background: #E0DAC2;
}

.spot_wrap .spot_list .box .btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 5px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}

.spot_wrap .spot_list .box .btn a:before {
	content: url(../images/re_cmn_point-navy_right.png);
	top: 6px;
	position: relative;
	margin-right: 8px;
}


.spot_wrap .spot_list .nextbtn {
	max-width: 50%;
	margin: 0 auto 50px auto;
	border: 1px solid #999999;
	border-radius: 100px;
}



.spot_wrap .spot_list .nextbtn a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 5px 0 20px 0;
	font-size: 120%;
	font-weight: bold;
}

.spot_wrap .spot_list .nextbtn a:after {
	content: url(../images/re_cmn_point-arrow_right.png);
	position: relative;
	top: 2px;
	margin-left: 8px;
}


.spot_wrap .spot_list.pickup01 .nextbtn a:before {
	content: url(../images/re_top_spot-icon01.png);
	position: relative;
	top: 10px;
	margin-right: 10px;
}

.spot_wrap .spot_list.pickup02 .nextbtn a:before {
	content: url(../images/re_top_spot-icon02.png);
	position: relative;
	top: 10px;
	margin-right: 10px;
}

.spot_wrap .spot_list.pickup03 .nextbtn a:before {
	content: url(../images/re_top_spot-icon03.png);
	position: relative;
	top: 10px;
	margin-right: 10px;
}








#re_link {
	background: url(../images/line_01.png)repeat-x top center, url(../images/bg_02.png);
	padding: 80px 0px 50px 0;
}

#re_link .link_area {
	margin-bottom: 50px;
}


#re_link .sns {
	text-align: center;
}

#re_link .sns ul {
	margin: 0;
	padding: 0;
}

#re_link .sns ul li {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
}



























/********************************************** スライドショー */

/* 共通（ローディングとナビゲーション） */
.bxslider {
	position: relative;
}

.bxslider ul {
	opacity: 0;
}

.bxslider a {
	transition: 0.4s;
}

.bxslider .bx-pager {
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 100%;
	height: 0px;
	text-align: center;
	display: inline;
}

.bxslider .bx-pager-item {
	display: inline;
	padding: 0 5px;
}

.bxslider .bx-pager-item a {
	background: rgba(0, 0, 0, 1);
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -200%;
	overflow: hidden;
	border-radius: 50%;
}

.bxslider .bx-pager-item a:hover {
	background: rgba(0, 0, 0, 0.6);
}

.bxslider .bx-pager-item a.active {
	background: rgba(160, 160, 160, 1);
}

.bxslider .bx-controls-direction {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	width: 100%;
	height: 0px;
}

.bxslider .bx-controls-direction a {
	width: 40px;
	height: 40px;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	text-indent: -100%;
	overflow: hidden;
}

.bxslider .bx-controls-direction a:hover {
	background: rgba(0, 0, 0, 0.4);
}

.bxslider .bx-controls-direction a:before,
.bxslider .bx-controls-direction a:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 7px;
}

.bxslider .bx-controls-direction a:after {
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.bxslider .bx-controls-direction a.bx-prev:after {
	transform: rotate(-135deg);
	left: 16px;
}

.bxslider .bx-prev {
	float: left;
}

.bxslider .bx-next {
	float: right;
}

.bx-loading:before,
.bx-loading:after,
.bx-loading {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.bx-loading {
	color: #000;
	font-size: 10px;
	position: absolute;
	top: 40%;
	left: 50%;
	text-indent: -100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.bx-loading:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bx-loading:after {
	left: 3.5em;
}

.bx-loading:before,
.bx-loading:after {
	content: '';
	position: absolute;
	top: 0;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* Example2 */
.bxslider2 {
	overflow: hidden;
}

.bxslider2 .bxslider {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}

.bxslider2 ul li img {
	width: 100%;
	height: auto;
}

.bxslider2 ul li a img:hover {
	opacity: 1;
}

.bxslider2 .bx-viewport {
	overflow: visible !important;
}










/* メガメニュー */
#gnav a {
	text-decoration: none;
	color: #333;
}

#gnav ul {
	display: table;
	padding-left: 50px;
}

#gnav ul li {
	display: table-cell;
	margin-right: 2em;
}





#gnav ul li a {
	display: block;
	padding: 0px;
	transition: all .2s ease-in;
}

#gnav ul .menu {
	transition: max-height .05s ease-out;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	top: 80px;
	text-align: center;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: -1;
}

#gnav ul .menu a {
	color: #000;
}

#gnav ul li:hover .menu {
	transition: max-height .05s ease-in;
	max-height: 9999px;
}





/* メガメニュー */










/********************************************************/

/* page 共通   */

/********************************************************/
/* 共通一覧  */

#page_title {
	/*margin-top: 100px;*/
}

#page_title h1 {
	padding: 90px 0px;
	text-align: center;
	color: #fff;
	font-size: 250%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#page_area {
	background: url("../images/bg_02.png");
}

#page_area .page_content1 {
	background: url("../images/line_02.png") repeat-x center bottom, url("../images/bg_03.png");
	padding-bottom: 70px;
}

#page_area .pnkz {
	padding: 10px 0px 20px 0px;
}

#page_area .pnkz br {
	display: none;
}

#page_area .pnkz a {
	color: #5f539d;
	font-weight: bold;
}

.category_area .category_box ul li {
	vertical-align: top;
}

.category_area .category_box ul li a {
	background-color: #5f539d;
	text-decoration: none;
	color: #fff;
	display: block;
	border: 1px #5f539d solid;
	border-right: 1px #fff solid;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
}

.category_area .category_box ul li:last-child a {
	border-right: 1px #5f539d solid;
}

.category_area .category_box ul li a:hover {
	opacity: 1;
	background-color: #fff;
	border: 1px #5f539d solid;
	color: #5f539d;
}

.category_area .category_box ul li a.active {
	opacity: 1;
	background-color: #fff;
	border: 1px #5f539d solid;
	color: #5f539d;
	position: relative;
}

.category_area .category_box ul li a.active:after {
	content: "";
	background: url("../images/page_siborikomi_img.png")top left no-repeat;
	position: absolute;
	width: 30px;
	height: 18px;
	bottom: -21px;
	left: 50%;
	margin-left: -15px;
}

.category_area .category_box ul {
	margin: 0;
	padding: 0;
    display: flex;
    flex-flow: wrap;
}

.category_area .category_box ul li {
	list-style: none;
	display: inline-block;
	width: calc(100% / 7);
}

.siborikomi_area {
	background-color: #fff;
	margin-top: 20px;
	padding: 25px;
}

.siborikomi_area h3 {
    font-size: 110%;
    text-align: center;
    font-weight: bold;
}

.siborikomi_area h4 {
	font-size: 100%;
	font-weight: bold;
	color: #dda90a;
	text-align: center;
	margin-bottom: 15px;
}

.siborikomi_area .sentaku {
	text-align: center;
}

.siborikomi_area .sentaku .data {
	float: left;
	width: 48%;
	text-align: right;
}

.siborikomi_area .sentaku .place {
	float: right;
	width: 48%;
	text-align: left;
}


.siborikomi_area ul {
	padding: 0;
	text-align: center;
}

.siborikomi_area ul li {
	list-style: none;
	display: inline-block;
}

.siborikomi_area .siborikomi_btn a {
	background-color: #dda90a;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 150px;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

.content_area {
	background-color: #fff;
	border: #000 2px solid;
	box-shadow: 6px 6px 0px 0px #000;
	-webkit-box-shadow: 6px 6px 0px 0px #000;
	-moz-box-shadow: 6px 6px 0px 0px #000;
	position: relative;
	padding: 20px 40px 30px 40px;
	width: 100%;
}


.page_content2,
.page_content3 {
	padding: 30px 0px 80px 0px;
}

.content_area .icon {
	position: absolute;
	top: -10px;
	left: 8px;
}

.content_area h3 {
	border-bottom: 1px #898989 solid;
	font-size: 170%;
	padding-bottom: 8px;
	margin-left: 40px;
	margin-bottom: 20px;
}

.page_event .content_area h3,
.page_event_info .content_area h3 {
	margin-left: 60px;
}


.content_area .text_area .btn_box a {
	width: 300px;
	padding: 10px 0px;
	font-size: 120%;
}





/* アコーディオン */

/*
.tab01,
.tab02,
.tab03,
.tab04,
.tab05,
.tab06,
.column_tab01,
.column_tab02 {
	display: none;
}

.tab01.active,
.tab02.active,
.tab03.active,
.tab04.active,
.tab05.active,
.tab06.active,
.column_tab01.active,
.column_tab02.active {
	display: block;
}
*/



/* 共通詳細 */






.content_area.syousai .text_area {
	padding: 0% 8%;
}

.content_area.syousai .text_area .data {
	float: left;
	font-weight: bold;
	margin-bottom: 15px;
}

.content_area.syousai .text_area .area {
	float: right;
}

.content_area.syousai .text_area .kaisai {
	float: left;
	margin-right: 5px;
}

.page_event .content_area .genre,
.page_event_info .content_area.syousai .text_area .genre {
	float: left;
	width: 100%;
	padding: 8px 0px;
}
.page_event .content_area .genre{
	padding: 0px 0px;
margin-bottom:15px;
}

.page_event .content_area .genre ul,
.page_event_info .content_area.syousai .text_area .genre ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.page_event .content_area .genre ul.kaisai,
.page_event_info .content_area.syousai .text_area .genre ul.kaisai {
	margin-right: 2%;
}

.page_event .content_area .genre ul li,
.page_event_info .content_area.syousai .text_area .genre ul li {
	list-style: none;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 1%;
}



.content_area.syousai .text_area .img {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}

.content_area.syousai .text_area .img img {
	border: 1px #fff solid;
	max-width: 100%;
	height: auto;
}

.content_area .text_area .btn_box a {
	float: right;
}





.page_content1 .title {
	text-align: center;
	font-size: 230%;
	line-height: 36px;
	border-bottom: 1px solid #bfac90;
	width: 80%;
	margin: 20px auto 30px auto;
	padding-bottom: 15px;
	color: #744430;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}




.page_content2 h2 {
	background-color: #5f539d;
	color: #fff;
	padding: 15px 0px;
	font-size: 180%;
	margin-bottom: 30px;
}



/* snsシェアボタン */

.sub_btn_area {
	text-align: right;
	margin-bottom: 10px;
}

.sub_btn_area .sub_btn_box {
	display: inline-block;
	vertical-align: top;
}

.sub_btn_area .sub_btn_box iframe {
	height: 26px !important;
}

.sub_btn_area .sub_btn_box:first-child {
	margin-top: 2px;
}



/* 共通関連 */




.kanren_area h3 {
	margin-left: 40px !important;
	margin-bottom: 10px !important;
}

.kanren_area li {
	list-style: none;
}

.kanren_area .text_area {
	padding: 0% 5%;
}

.kanren_area .text_area .kanren {
	display: inline-block;
	width: 49%;
	border-bottom: 1px dotted #898989;
	margin-bottom: 1%;
	padding-bottom: 1%;
	vertical-align: top;
	text-align: center;
}

.kanren_area .text_area .kanren a {
	color: #000;
	text-decoration: none;
}

.kanren_area .text_area .kanren:nth-child(2n) {
	margin-right: 0%;
}

.kanren_area .text_area .kanren .img {
	float: left;
	width: 85px;
	height: 85px;
	margin: 0% 2% 2% 2%;
	border: 2px #000 solid;
}

.kanren_area .text_area .kanren .img img {
	width: 100%;
}

.kanren_area .text_area .kanren .text {
	text-align: left;
}



.info_area {
	background: url("../images/bg_02.png");
	text-align: center;
	padding: 30px 0px;
	margin-top: 20px;
	line-height: 30px;
}


.info_area h4 {
	font-size: 140%;
	margin-bottom: 15px;
}

.info_area .tel {
	color: #5f539d;
	font-weight: bold;
	font-size: 180%;
}

.info_area .tel:before {
	content: url("../images/info_tel.png");
	position: relative;
	top: 5px;
	margin-right: 4px;
}



/* 共通黒ボタン */

.info_btn a {
	border: 2px #000 solid;
	text-decoration: none;
	color: #000;
	padding: 10px;
	text-align: center;
	display: block;
	width: 200px;
	margin: 0 auto;
}

.info_btn a:after {
	content: url("../images/arrow_b.png");
	position: relative;
	top: 1px;
	margin-left: 10px;
}




/* 共通紫テーブル */

.purple_table table {
	width: 100%;
}

.purple_table table th {
	border: solid #fff 1px;
	background-color: #dedaf1;
}

.purple_table table td {
	background-color: #f2f1f7;
	border: solid #fff 1px;
	padding: 1%;
}


/* 詳細bxslider


.content_area.syousai .bx-wrapper .bx-viewport {
    border: 1px #8B8B8B solid;
}

 */

.page_event_info .content_area .img .bx-controls-direction {
	display: none !important;
}






/* スポット画像スライダー */

.content_area.syousai .bx-viewport ul {
	margin-top: 0px;
}

.content_area.syousai .bx-viewport ul li {
	display: table-cell;
	vertical-align: middle;
	overflow: visible;
}


.content_area.syousai .text_area .img .bx-viewport ul li img {
	height: 100% !important;
	width: 100%;
	z-index: 1;
}




/* スライダー下画像 */



#bx-pager_spot {
	display: table;
	width: 100%;
}

#bx-pager_spot>a {
	display: inline-block;
	/* border: 5px solid transparent; */
	width: 16.666%;
}

#bx-pager_spot img {
	display: block;
	width: 100%;
}






/********************************************************/

/* page イベント情報一覧 */

/********************************************************/



.page_event .bg,
.page_event_info .bg {
	background: url("../images/event_top_bg.png")no-repeat center;
	background-size: cover;
}

.content_area {
	margin-bottom: 40px;
}

.content_area .text_area .text a {
	color: #dda90a;
	font-weight: bold;
}

.page_event .content_area .text_area .img {
	float: left;
	width: 20%;
	position: relative;
	border: solid 1px #000;
}

.content_area .text_area .img img {
	max-width: 100%;
	height: auto;
}

.page_event .content_area .text_area .img .kaisai {
	position: absolute;
	top: 5px;
	left: -5px;
}

.page_event .content_area .text_area .right {
	width: 78%;
}

.page_event .content_area .text_area .event_info .data {
float: left;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 115%;
}

.content_area .text_area .event_info .data span {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 3px 15px;
	margin-right: 10px;
}

.content_area .text_area .area {
	font-weight: bold;
}

.content_area .text_area .area br {
	display: none;
}

.content_area .text_area .area:before {
	content: url("../images/page_spot_icon.png");
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.page_event .content_area .text_area .genre img {
	margin-right: 5px;
}


.page_event .content_area .text_area p {
	padding: 15px 0px 20px 0px;
}




/********************************************************/

/* page イベント情報詳細  */

/********************************************************/


.content_area .info_table table {
	width: 100%;
	margin: 20px 0px 40px 0px;
}

.content_area .info_table table tr {
	border-bottom: 1px #929292 dotted;
}

.content_area .info_table table tr:first-child {
	border-top: 1px #929292 solid;
}

.content_area .info_table table tr:last-child {
	border-bottom: 1px #929292 solid;
}

.content_area .info_table table th {
	background-color: #ece8e8;
	width: 25%;
	padding:10px;
}

.content_area .info_table table td {
width:75%;
	padding:10px;
    word-break: break-all;
}


.info_map {
	width: 100%;
	text-align: center;
}

.info_map iframe {
	width: 100%;
}

.info_map p {
	text-align: right;
	padding-bottom: 15px;
}

.info_map p a {
	color: #5f539d;
	font-weight: bold;
}

.event_info_body p:last-child{
padding-bottom:0;
}

.event_info_date .eventorganiser-event-meta h4{
text-align: center;
    margin: 0 0 10px 0;
    font-size: 150%;
    padding-bottom: 0;
display:none;
}

.event_info_date .eventorganiser-event-meta p{
display:none;
}


.event_info_date .eventorganiser-event-meta hr{
margin:30px 0;
}

.event_info_date .eventorganiser-event-meta p{
padding:0;
margin-bottom:30px;
}
.event_info_date .eventorganiser-event-meta .eo-event-meta{
margin-bottom:30px;
}
.event_info_date .eventorganiser-event-meta .eo-event-meta li{
margin-bottom:10px;
}

.event_info_date .eventorganiser-event-meta .eo-event-venue-map .eo-venue-map.googlemap{
height:30vh !important;
}

.event-subimg_wrap ul.bxslider_spot{
display:flex;
flex-flow:wrap;
margin:0 0 30px 0;
padding:0;
    justify-content: center;
}

.event-subimg_wrap ul.bxslider_spot li{
width:calc(100% / 6);
list-style:none;
}















/********************************************************/

/* page 新着情報一覧   */

/********************************************************/


.page_news .bg,
.page_news_info .bg {
	background: url("../images/news_top_bg.png")no-repeat center;
	background-size: cover;
}


.page_news .page_content1,
.page_news_info .page_content1,
.page_column_info .page_content1,
.page_guide.news .page_content1 {
	padding-bottom: 27px !important;
}

.page_news .content_area .text_area {
	padding: 0px 30px;
}

.page_news .content_area .data {
	color: #dda90a;
	font-weight: bold;
}

.page_news .content_area .data .new {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.page_news .content_area .text_area p {
	padding-bottom: 20px;
}





/********************************************************/

/* page 新着情報詳細  */

/********************************************************/

.kanren_area .text_area .kanren .text {
	padding: 10px 0px;
	font-weight: normal;
}

.page_news_info .content_area .text_area .new,
.page_guide.news .content_area .text_area .new {
	float: left;
	margin-right: 10px;
}



/********************************************************/

/* page 観光スポット  */

/********************************************************/


.page_spot .bg,
.page_spot_info .bg {
	background: url("../images/spot_top_bg.png")no-repeat center;
	background-size: cover;
}

.siborikomi_area .siborikomi_box .data {
	text-align: center;
	margin-bottom: 15px;
}


/* リスト・マップタブ切り替え */

/* アコーディオン */

.spot_tab01,
.spot_tab02 {
	max-height: 0;
	overflow-y: hidden;
}

.spot_tab01.active,
.spot_tab02.active {
	max-height: 9999px;
}


/* スポット切り替えアコーディオン */


.page_content2 .category_box2 ul {
	padding: 0;
}

.page_content2 .category_box2 ul li {
	list-style: none;
	display: inline-block;
	width: 50%;
}

.page_content2 .category_box2 ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #dda90a;
	border: 2px #dda90a solid;
	padding: 10px 0px;
	font-weight: bold;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
}


.page_content2 .category_box2 ul li a:hover {
	opacity: 1;
	background-color: #fff;
	color: #dda90a;
}

.page_content2 .category_box2 ul li a.active {
	position: relative;
	opacity: 1;
	background-color: #fff;
	color: #dda90a;
}

.page_content2 .category_box2 ul li a.active:after {
	content: "";
	background: url("../images/page_siborikomi_img2.png")top left no-repeat;
	position: absolute;
	width: 23px;
	height: 16px;
	bottom: -16px;
	left: 50%;
	margin-left: -11.5px;
}


/* リストから */

.page_spot .category_box2 {
	margin-bottom: 50px;
}



.siborikomi_spot1 ul {
	margin: 0;
	padding: 0;
	width: 99%;
	margin-left: 1%;
}

.siborikomi_spot1 ul li {
	list-style: none;
	width: 100%;
}

.siborikomi_spot1 ul li a {
	text-decoration: none;
	color: #fff;
}

.siborikomi_spot1 ul li a .img {
	position: relative;
}

.siborikomi_spot1 ul li a .img img {
	width: 100%;
}

.siborikomi_spot1 ul li a .text_area {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.siborikomi_spot1 ul li a .text_area p {
	padding-bottom: 0px;
}

.siborikomi_spot1 ul li a .text_area h3 {
	text-align: center;
	font-size: 115%;
}

.siborikomi_spot1 ul li a .text_area .area {
	text-align: right;
	color: #dda90a;
	font-weight: bold;
	margin-bottom: 5px;
}

.siborikomi_spot1 ul li a .text_area .area:before {
	content: url("../images/spot_area_icon.png");
	position: relative;
	top: 2px;
	margin-right: 2px;
}






/* マップから */



.siborikomi_spot2 .spot_map {
	text-align: center;
}

.siborikomi_spot2 .spot_map img {
	border: 1px solid #000;
	width: 100%;
}


.siborikomi_spot2 p {
	text-align: right;
	padding-bottom: 15px;
}

.siborikomi_spot2 .spot_map p a {
	font-weight: bold;
	color: #dda90a;
}

.siborikomi_spot2 .map_list {
	background-color: #fff;
	border: 2px #000 solid;
	box-shadow: 6px 6px 0px 0px #000;
	-webkit-box-shadow: 6px 6px 0px 0px #000;
	-moz-box-shadow: 6px 6px 0px 0px #000;
	padding: 2% 0% 1% 0%;
}


.siborikomi_spot2 .map_list ul {
	padding: 0;
	margin: 0;
	width: 96%;
	margin: 0 auto;
}

.siborikomi_spot2 .map_list ul li {
	vertical-align: top;
}

.siborikomi_spot2 .map_list .img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border: 1px #000 solid;
}


.siborikomi_spot2 .map_list ul li {
	list-style: none;
	border-bottom: 1px #898989 solid;
	display: inline-block;
	width: 32%;
	margin: 0% 2% 1% 0%;
	padding-bottom: 1%;
}

.siborikomi_spot2 .map_list ul li:nth-child(3n) {
	margin-right: 0;
}


.siborikomi_spot2 .map_list ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}






/********************************************************/

/* page スポット詳細 */

/********************************************************/

.page_spot_info h3 span.spot_h3 {
	font-size: 70%;
	color: #dda90a;
}

.page_spot_info .content_area .area {
	float: left !important;
	font-weight: bold;
}

.page_spot_info .content_area .area:before {
	content: url("../images/page_spot_icon.png");
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.page_spot_info .content_area .img .bx-controls-direction {
	display: none !important;
}

.page_spot_info .youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom: 20px;
}

.page_spot_info .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_spot_info .info_panorama {
	margin-bottom: 20px;
}

.page_spot_info .info_panorama iframe {
	width: 100% !important;
	height: 400px !important;
	max-width: 100% !important;
}


.page_spot_info .info_panorama .ricoh-theta-spherical-image {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}








/********************************************************/

/* page ギャラリー */

/********************************************************/



.page_gallery .bg {
	background: url("../images/spot_top_bg.png")no-repeat center;
	background-size: cover;
}

.page_gallery .page_content1 {
	padding-bottom: 27px !important;
}


.gallery_area li {
	width: 32% !important;
	height: 32%;
	float: left;
	margin: 2% 1% 1% 0%;
	vertical-align: top;
}




/********************************************************/

/* page おすすめまち歩きルート */

/********************************************************/



.page_walk01 .bg,
.page_walk01_info .bg {
	background: url("../images/walk01_top_bg.png")no-repeat center;
	background-size: cover;
}

.walk_btn {
	margin: 20px 0px 30px 0px;
}

.walk_btn a {
	background-color: #dda90a;
	color: #fff;
	text-decoration: none;
	display: block;
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 15px 0px;
	font-size: 140%;
	font-weight: bold;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
}

.walk_btn a:after {
	content: url("../images/arrow_w_b.png");
	position: relative;
	left: 15px;
	bottom: 3px;
}

.walk_btn a:first-child {
	margin-right: 4%;
}

.colmn3.walk_btn a {
	width: 30%;
}

.colmn3.walk_btn a:not(:last-child) {
	margin-right: 5%;
}

.colmn3.walk_btn a:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	bottom: 0;
}

.page_walk02 .content_area:last-child .course_box .text p {
	padding-bottom: 0;
}




/* コース一覧 */


#course_area {
	margin-bottom: 130px;
}

.page_walk01 .course_box {
	width: 97%;
	margin: 0 auto;
	margin-bottom: 0px;
}

.page_walk01 .course_box h3 {
	font-size: 180%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #878787;
	margin-bottom: 15px;
}

.page_walk01 .course_box .img {
	text-align: center;
}

.page_walk01 .course_box.box01,
.course_box.box02 {
	margin-bottom: 40px;
}

.page_walk01 .course_box.box01 .number {
	color: #5f539d;
	font-size: 130%;
}

.page_walk01 .course_box.box02 .number {
	color: #e79123;
	font-size: 130%;
}

.page_walk01 .course_box.box03 .number {
	color: #d1482b;
	font-size: 130%;
}

.page_walk01 .course_box .time {
	font-size: 70%;
	margin-left: 20px;
}



/* 東長寺 */

#course_toutyouji p {
	text-align: left;
}

#course_toutyouji .img {
	float: left;
	width: 49%;
}

#course_toutyouji .text_box {
	float: right;
	width: 49%;
}

#course_toutyouji .purple_table table {
	margin-bottom: 20px;
}

#course_toutyouji .purple_table table td {
	padding: 2%;
}

.toutyouji_btn a {
	border: 2px #000 solid;
	text-decoration: none;
	color: #000;
	padding: 10px;
	text-align: center;
	display: block;
	width: 80%;
	margin: 0 auto;
}

.toutyouji_btn a:after {
	content: url("../images/arrow_b.png");
	position: relative;
	top: 1px;
	margin-left: 10px;
}



.walk_bnr {
	text-align: center;
	margin-top: 40px;
}






/********************************************************/

/* page まち歩き詳細 */

/********************************************************/


.page_content1 .title .route {
	font-size: 70%;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}

.page_content1 .title .route span {
	color: #5f539d;
	font-size: 140%;
}

.page_content1 p.character {
	text-align: center;
}

.page_content1 p.character img {
	width: 250px;
}



.page_content1 p {
	text-align: center;
	font-size: 110%;
	padding: 20px 0px;
	line-height: 25px;
}

.page_walk01_info .page_content1 p,
.page_walk02_info .page_content1 p {
	padding: 0;
	padding-bottom: 5px;
}

.content_area .info_map {
	text-align: center;
}

.content_area .info_map small {
	text-align: right;
	padding-bottom: 15px;
	font-size: 15px;
}

.content_area .info_map small a {
	color: #dda90a !important;
	font-weight: bold;
}


.content_area .time {
	font-weight: bold;
}

.content_area .time:before {
	content: url("../images/walk01_rout_icon.png");
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.rout_list {
	width: 95%;
	margin: 0 auto;
}

.rout_list ul {
	margin: 0;
	padding: 0;
}

.rout_list ul li {
	list-style: none;
	display: inline-block;
	width: 32%;
	border-bottom: 1px solid #ccc;
	margin-right: 2%;
}

.rout_list ul li:nth-child(3n) {
	margin-right: 0%;
}

.rout_list ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 15px 0px;
	position: relative;
}

.rout_list ul li a:after {
	content: "";
	background: url("../images/arrow_br_b.png")top left no-repeat;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 13px;
	height: 8px;
	margin-right: -30px;
	background-size: 13px 8px;
}

.rout_list ul li a span {
	color: #624632;
	font-weight: bold;
	margin-right: 15px;
	font-size: 120%;
}



.page_walk01_info .content_area {
	margin-bottom: 60px;
}


/* コース紹介 */


.content_area .course {
	padding: 30px 20px;
}

.content_area .course_box .course .img {
	float: left;
	width: 45%;
}

.content_area .course .text {
	float: right;
	width: 52%;
}

.content_area .course_box:nth-child(2n) .course .img {
	float: right;
}

.content_area .course_box:nth-child(2n) .course .text {
	float: left;
}

.content_area .course_box .course h3 {
	margin-left: 0;
	font-size: 160%;
	border-bottom: 3px #000 solid;
}

.content_area .course h3.start:before {
	content: url("../images/top_spot_icon.png");
}

.course_box .course_arrow {
	text-align: center;
	background: url("../images/walk01_rout_bg_l.png")no-repeat center;
}

.course_box:nth-child(2n) .course_arrow {
	text-align: center;
	background: url("../images/walk01_rout_bg_r.png")no-repeat center;
}

.course_arrow .text {
	background-color: #ede9de;
	width: 120px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 100px;
	font-weight: bold;
}

.course_arrow span {
	color: #5f539d;
}

.content_area .course h3 .number {
	font-size: 250%;
	float: left;
}

.content_area .course h3 rt {
	font-size: 70%;
	color: #dda90a;
}




/********************************************************/

/* page ガイドさんと行く博多めぐり */

/********************************************************/


/* */

.page_walk02_info .content_area,
.page_walk01_info .content_area {
	padding: 40px;
}

/* */



.page_walk02 .bg,
.page_walk02_info .bg {
	background: url("../images/walk02_top_bg.png")no-repeat center;
	background-size: cover;
}



.page_walk02 .content_area .course_box {
	width: 100%;
}

.page_walk02 .content_area h3 {
	margin-left: 50px;
}

.page_walk02 .content_area .course_box .img {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 3px solid #000;
}

.page_walk02 .content_area .course_box .text {
	font-size: 110%;
	margin-top: 10px;
}

.page_walk02 .content_area .course_box .text span {
	color: #dda90a;
	font-weight: bold;
}

.content_area .course_img {
	background: url("../images/bg_02.png");
	padding: 20px;
	margin: 20px 0px;
	text-align: center;
}

.page_walk02 .content_area:last-child .course_box .text {
	padding-left: 20px;
	border-left: 3px #000 solid;
}

.page_walk02 .content_area .btn_box a {
	width: 300px;
	padding: 10px 0px;
	font-size: 120%;
}





/********************************************************/

/* page ガイドさんと行く博多めぐり詳細 */

/********************************************************/


.page_walk02_info .btn_box a {
	background-color: #dda90a;
	letter-spacing: -2px;
}


/* コース紹介 */


#course_syoukai .content_area {
	margin-bottom: 130px;
}

#course_syoukai .content_area .name {
	font-size: 120%;
}

#course_syoukai .content_area .name rt {
	font-size: 60%;
}

.page_walk02_info .course {
	background: url("../images/bg_02.png");
}

.page_walk02_info .course_box:nth-child(2n) .course_arrow,
.page_walk02_info .course_arrow {
	background: none;
}

.page_walk02_info .course_arrow .text {
	width: auto;
	background: none;
	padding: 10px;
	margin: 10px 0px 10px 200px;
	border-radius: 0px;
}

.page_walk02_info .course_arrow:before {
	content: url("../images/walk02_info_arrow.png");
	float: left;
	position: relative;
	left: 50%;
}

.page_walk02_info .course_arrow .text:before {
	content: url("../images/walk02_info_flag.png");
	position: relative;
	top: 10px;
}

.page_walk02_info .content_area .course .info_btn a {
	background: #fff;
}


#course_syoukai .btn_box {
	margin-top: 20px;
}

/* 251001Add　定点ガイド一覧（無料） */

.guide-list-note {
	align-items: flex-start;
	gap: 10px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #dda90a;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	text-align: start;
}


.guide-list-text {
	position: relative;
	margin: 0 0 6px 0;
	padding-left: 1.2em;
}

.guide-list-text::before {
	content: "※";
	position: absolute;
	left: 0;
	color: #dda90a;
	font-weight: bold;
}

h3.guide-list-label {
	margin-left: 0px !important;
	border-bottom: 1px dashed #898989;
}

h3.guide-list-label:not(:first-of-type) {
	margin-top: 30px;
}


/* お申し込み */

.mfp_ok {
	display: none !important;
}

#course_info h2 {
	background-color: #dda90a;
}


#course_info p {
	text-align: center;
}

.course_info_table table {
	width: 90%;
	margin: 0 auto;
}

.course_info_table table th,
.course_info_table table td {
	width: 100%;
	display: block;
	text-align: left;
}

.course_info_table table td {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.course_info_table table td select {
	font-size: 16px;
}

.course_info_table table td.mousikomi input {
	margin-bottom: 10px;
}

.course_info_table table td.td01 input,
.course_info_table table td.td01 textarea {
	width: 100% !important;
	display: block;
	font-size: 16px;
}

.course_info_table #mailformpro label.mfp_not_checked {
	border: none;
}

.course_info_table table td.td01 label input {
	width: auto !important;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.course_info_table table td input {
	padding: 5px;
	font-size: 16px;
}

.course_info_table .text,
.course_info_table .agree {
	text-align: center;
	margin-bottom: 15px;
}


.course_info_btn {
	text-align: center;
}

.course_info_btn button {
	border: none;
	background: #5f539d;
	color: #fff;
	width: 480px;
	padding: 25px 0px;
	margin: 0 auto;
	font-size: 140%;
	cursor: pointer;
}

.course_info_btn button:hover {
	opacity: 0.9;
}



/* FAX電話でのお申し込み */

.course_info_box {
	background: url("../images/bg_02.png");
	text-align: center;
	padding: 30px;
	margin-top: 30px;
	font-size: 140%;
	line-height: 30px;
}

.course_info_box .fax:before {
	content: url("../images/info_fax.png");
	position: relative;
	top: 8px;
	margin-right: 10px;
}

.course_info_box .tel:before {
	content: url("../images/info_tel.png");
	position: relative;
	top: 8px;
	margin-right: 10px;
}


.course_info_box span {
	color: #5f539d;
	font-size: 120%;
	font-weight: bold;
}

.course_info_box span a {
	color: #5f539d;
}









/********************************************************/

/* page 博多の豆知識 */

/********************************************************/



.page_mame .bg,
.page_mame_info .bg {
	background: url("../images/mame_top_bg.png")no-repeat center;
	background-size: cover;
}



.page_mame .category_area .category_box ul li,
.page_mame_info .category_area .category_box ul li {
	width: 20%;
}

.page_mame .category_area .category_box ul li a.active:after,
.page_mame_info .category_area .category_box ul li a.active:after {
	content: "";
	background: none;
}

.page_mame .content_area .mame_box {
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #898989;
}

.guide_column_box .title .text p {
	margin-left: 0px;
}

.page_mame .content_area .mame_box h3 {
	margin-left: 0px;
	border-bottom: 1px dashed #898989;
}

.content_area .mame_box h3 .mame_category {
	color: #fff;
	font-size: 70%;
	padding: 7px;
	margin-right: 10px;
}

.content_area .mame_box h3 .mame_category.traditional {
	background-color: #5f539d;
}

.content_area .mame_box h3 .mame_category.human {
	background-color: #e6ad00;
}

.content_area .mame_box h3 .mame_category.knowledge {
	background-color: #5ac252;
}

.content_area .mame_box h3 .mame_category.food {
	background-color: #dd630a;
}



.content_area .mame_box h3 .sub {
	font-size: 80%;
	color: #dda90a;
}

.page_mame .content_area .mame_box .text_area .img {
	float: left;
	width: 20%;
	border: 1px solid #898989;
}


.content_area .mame_box .text_area .right {
	float: right;
	width: 77%;
	margin-top: 6px;
}



.page_mame .content_area .mame_box:last-child {
	border: none;
	padding-bottom: 0px;
}




/********************************************************/

/* page 博多の豆知識 詳細 */

/********************************************************/



.page_mame_info .img_box .img {
	display: inline-block;
	width: 48%;
	margin-bottom: 10px;
}


.page_mame_info .text_area .mame_category {
	color: #fff;
	font-weight: bold;
	width: 100px;
	padding: 1px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

.page_mame_info .text_area .mame_category.traditional {
	background-color: #5f539d;
}

.page_mame_info .text_area .mame_category.human {
	background-color: #e6ad00;
}

.page_mame_info .text_area .mame_category.knowledge {
	background-color: #5ac252;
}

.page_mame_info .text_area .mame_category.food {
	background-color: #dd630a;
}



.page_mame_info .content_area.syousai .text_area .img_box .img {
	display: inline-block;
	width: 48%;
	text-align: left;
}






/********************************************************/

/* page 博多ガイドの会 */

/********************************************************/


/* ガイドの会・秋博共通 */




/* h2 */

.page_guide h2,
.page_akihaku h2 {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	border-bottom: 3px solid #744430;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 180%;
}


.page_guide h2 img,
.page_akihaku h2 img {
	padding: 0px 10px 5px 0px;
	vertical-align: middle;
}




/* 新着情報 */


.guide_content_area,
.akihaku_news .news_area {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 60px;
}


.guide_news .guide_content_area,
.akihaku_news .news_area {
	background-color: #fff;
	padding: 15px;
}


.guide_news dl,
.akihaku_news dl {
	border-bottom: #aca696 1px dotted;
}

.guide_news dl:nth-child(2n),
.akihaku_news dl:nth-child(2n) {
	margin-bottom: 5px;
}

.guide_news dl dt,
.akihaku_news dl dt {
	float: left;
	margin-right: 10px;
}

.guide_news dl dt:before,
.akihaku_news dl dt:before {
	content: url("../images/arrow_y.png");
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.guide_news a {
	color: #dda90a;
	font-weight: bold;
}

.guide_news .arrow,
.akihaku_news .arrow {
	text-align: right;
}



.guide_news dl,
.akihaku_news dl {
	padding-bottom: 10px;
}

.guide_news dl dd .new,
.akihaku_news dl dd .kaisai {
	float: left;
	margin-right: 15px;
}





/* ガイドの会・秋博共通ここまで */



.page_guide .btn_box {
	margin-top: 30px;
}


.guide_news dl dd {
	margin-left: 100px;
}






.page_guide .bg {
	background: url("../images/walk02_top_bg.png")no-repeat center;
	background-size: cover;
}



/* コラム */

.guide_column .guide_column_box,
.guide_columnist .guide_column_box {
	background-color: #fff;
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	vertical-align: top;
}

.guide_column .guide_column_box:nth-child(2n),
.guide_columnist .guide_column_box:nth-child(2n) {
	margin-right: 0%;
}

.guide_column_box .title {
	border-bottom: 1px solid #99958b;
	padding-bottom: 10px;
	width: 90%;
	margin: 20px auto 0px auto;
}

.guide_column_box .title .img,
.guide_columnist .title .img {
	float: left;
	margin-right: 10px;
	width: 30%;
}

.guide_columnist .title .img img {
	height: auto;
}

.guide_column_box .title .text {
	float: right;
	width: 65%;
}

.guide_column_box .title h3 {
	font-size: 120%;
}

.guide_column_box p {
	padding: 0;
	width: 90%;
	margin: 10px auto 10px auto;
}

.guide_columnist .guide_column_box .text p {
	margin: 0px;
}

.guide_column_box .title p a {
	color: #dda90a;
	font-weight: bold;
}

.guide_column_box .title p span {
	background-color: #000;
	margin-right: 10px;
	padding: 3px;
	color: #fff;
}


.guide_column_box .info_btn a {
	margin-bottom: 20px;
}



/* コラム */


.guide_columnist .text {
	width: 65%;
	float: right;
}

.guide_columnist .info_btn {
	margin-top: 10px;
}

/* お問い合わせ */

.page_guide .page_content3 {
	background: url("../images/line_01.png")repeat-x top center;
	padding: 100px 0px 70px 0px;
}


.page_guide .info_area {
	background: url("../images/bg_03.png");
}






/********************************************************/

/* page コラム */

/********************************************************/


.page_column .bg,
.page_column_info .bg {
	background: url("../images/column_top_bg.png")no-repeat center;
	background-size: cover;
}


/* コラム　コラムニスト切り替えアコーディオン */

.page_column .category_box ul li {
	list-style: none;
	display: inline-block;
	width: 50%;
}

.page_column .category_box ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	border: 2px #5f539d solid;
	padding: 10px 0px;
	font-weight: bold;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
}

.page_column .category_box ul li a.active,
.page_column .category_box ul li a:hover {
	border: 2px #5f539d solid;
}



.page_column .category_box ul li a.active:after {
	content: "";
	background: url("../images/column_siborikomi.png")top left no-repeat;
	position: absolute;
	width: 23px;
	height: 16px;
	bottom: -16px;
	left: 50%;
	margin-left: -11.5px;
}



/* コラム一覧 */



.page_column .content_area .event_info .data {
	float: left;
}

.page_column .content_area .event_info .name a {
	color: #dda90a;
	font-weight: bold;
}

.page_column .content_area .event_info .name span {
	background-color: #000;
	color: #fff;
	padding: 2px;
	margin: 0px 10px;
}



.page_column .content_area .text_area .img {
	float: left;
	width: 20%;
	border: 1px solid #898989;
}

.page_column .content_area .text_area .right {
	float: right;
	width: 78%;
}

.page_column .content_area .text_area p {
	padding: 15px 0px 20px 0px;
}



/* コラムニスト一覧 */


.page_column .page_content3 .content_area .text_area p {
	padding-top: 0px;
}

.page_column .page_content3 h3 span {
	font-size: 80%;
	color: #dda90a;
	margin-left: 10px;
}



/* コラムニスト詳細 */


.page_column_info .event_info {
	margin-bottom: 20px;
}

.page_column_info .event_info .name {
	float: left;
}

.page_column_info .event_info .name a {
	color: #dda90a;
	font-weight: bold;
}

.page_column_info .event_info .name span {
	background-color: #000;
	color: #fff;
	padding: 2px;
	margin: 0px 10px;

}


.page_column_info .content_area.syousai .text_area .img {
	display: inline-block;
	width: 48%;
	text-align: left;
	margin: 10px 0px;
	vertical-align: top;
}



/* コラム二スト別一覧 */



.columnist_title {
	text-align: center;
	color: #5f539d;
	border-bottom: 1px #5f539d solid;
	padding-bottom: 3px;
	margin: 20px 0px;
	font-size: 130%;
}

.page_column .page_content3 .content_area .text_area .img img {
	width: 100%;
}



/********************************************************/

/* page 博多の49トリビア */

/********************************************************/


.page_trivia #page_title .bg h1,
.page_trivia_info #page_title .bg h1 {
	padding: 0;
}

.page_trivia #page_title .bg h1 img,
.page_trivia_info #page_title .bg h1 img {
	width: 100%;
}



.page_trivia .trivia_area .trivia_box {
	display: inline-block;
	width: 32%;
	margin: 0% 2% 2% 0%;
	vertical-align: top;
	position: relative;
	background-color: #fff;
	border: #000 solid 2px;
	box-shadow: 3px 3px 0px 0px #000;
	-webkit-box-shadow: 3px 3px 0px 0px #000;
	-moz-box-shadow: 3px 3px 0px 0px #000;
}

.page_trivia .trivia_area .trivia_box:nth-child(3n) {
	margin-right: 0%;
}

.page_trivia .trivia_area .number {
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1;
}

.page_trivia .trivia_area .trivia_box .img {
	max-height: 215px;
	overflow: hidden;
}

.page_trivia .trivia_area .trivia_box .img img {
	width: 100%;
}

.page_trivia .trivia_area .trivia_box .text_box {
	text-align: center;
}

.page_trivia .trivia_area .trivia_box .text {
	margin: 15px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 33px;
}

.page_trivia .trivia_area .trivia_box .info_btn {
	padding-bottom: 20px;
}

.page_trivia .trivia_area .trivia_box .info_btn a {
	padding: 6px;
}

.page_trivia .trivia_area .trivia_box .text span {
	font-size: 160%;
}


.trivia_bnr {
	text-align: center;
	margin-top: 30px;
}








/********************************************************/

/* page 博多の49トリビア 詳細 */

/********************************************************/




.trivia_title {
	text-align: center;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 180%;
	line-height: 43px;
}

.trivia_title span {
	font-size: 160%;
}


.content_area.syousai .trivia_info_box .img {
	float: left;
	width: 50%;
}

.content_area.syousai .trivia_info_box .text {
	float: right;
	width: 46%;
}


.content_area .trivia_info_box .sub_title span:first-child {
	font-weight: bold;
	display: block;
	width: 100%;
}

.content_area .trivia_info_box .sub_title br {
	display: none;
}



.content_area .trivia_info_box h3 {
	margin-left: 0px;
	border-bottom: 3px #000 solid;
	color: #dda90a;
	font-size: 190%;
	padding-bottom: 4px;
}






/********************************************************/

/* page 博多秋博 */

/********************************************************/

/*
.page_akihaku #page_title {
    margin-top: 86px;
}
*/


.page_akihaku .bg {
	background: url("../images/akihaku_top_bg.png")no-repeat center;
	background-size: cover;
}

.page_akihaku #page_title h1 {
	padding: 30px 0px;
}


.page_akihaku #page_area .page_content1 {
	background: url("../images/line_02.png") repeat-x center top, url("../images/bg_03.png");
	padding-bottom: 60px;
}



.akihaku_menu {
	background: url("../images/bg_red.png");
}

.akihaku_menu ul {
	margin: 0;
	padding: 0;
}

.akihaku_menu ul li {
	list-style: none;
	display: inline-block;
	width: 14%;
}

.akihaku_menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 0px;
	border-right: #703028 solid 1px;
	margin: 5px 0px;
	text-align: center;
}



.page_akihaku #page_area .pnkz {
	padding-top: 46px;
}



/* 新着(共通部分はガイドの会css) */

.akihaku_news a {
	color: #744430;
}




/* イベント情報 */


.akihaku_event .event_area {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.akihaku_event .event_area .event_box {
	display: inline-block;
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 1.333%;
	vertical-align: top;
	background-color: #000;
}

.akihaku_event .event_area .event_box:nth-child(4n) {
	margin-right: 0px;
}



.akihaku_event .event_area .event_box a {
	text-decoration: none;
	color: #fff;
}

.akihaku_event .event_area .event_box .img {
	position: relative;
	margin-top: -1px;
}

.akihaku_event .event_area .event_box .img img {
	width: 100%;
	height: auto;
}

.akihaku_event .event_area .event_box .img .kaisai {
	position: absolute;
	top: 10px;
	left: -10px;
}

.akihaku_event .event_area .event_box .text {
	background-color: #000;
}

.akihaku_event .event_area .event_box .text .data {
	padding: 15px 0px 0px 15px;
}

.akihaku_event .event_area .event_box .title {
	color: #fff;
	border: none;
	font-size: 100%;
	line-height: 22px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	text-align: left;
	padding: 0;
	width: 95%;
	margin: 10px auto;
}



/* */



.akihaku_link {
	padding: 80px 0px;
	background: url(../images/line_01.png) repeat-x center top, url(../images/bg_02.png);
}

.akihaku_bnr {
	text-align: center;
}

.akihaku_bnr .bnr {
	width: 48%;
	display: inline-block;
}

.akihaku_bnr .bnr:nth-child(odd) {
	margin-right: 4%;
	margin-bottom: 2%;
}

.akihaku_bnr .bnr:last-child(odd) {
	margin-right: 0%;
}

.akihaku_event .event_area .event_box a:hover .title {
	text-decoration: underline;
}


.akihaku_event .btn_box {
	margin-top: 30px;
}

.akihaku_event .btn_box a {
	background: url("../images/bg_red.png");
}

.akihaku_event .btn_box a:hover {
	opacity: 0.9;
}

.page_akihaku .akihaku_link .sns_box {
	text-align: center;
	margin: 45px 0px 40px 0px;
}






/********************************************************/

/* page 博多秋博とは */

/********************************************************/



.page_akihaku.about .page_content2 {
	background: url("../images/bg_03.png");
	padding: 80px 0px;
}


.page_content2 .about_area {
	margin-bottom: 150px;
}

.page_content2 .about_area:last-child {
	margin-bottom: 50px;
}

.page_content2 .about_area h3 {
	background: url("../images/line_02.png")repeat-x center bottom;
	padding-bottom: 40px;
	text-align: center;
	font-size: 140%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 30px;
}

.page_content2 .about_area h3 span {
	font-size: 180%;
	margin-left: 20px;
	color: #744430;
}


.page_content2 .about_area img {
	width: 100%;
	margin-bottom: 20px;
}





/********************************************************/

/* page 博多秋博 新着情報詳細 */

/********************************************************/


.page_akihaku .content_area .text_area .text p {
	text-align: left;
}

.page_akihaku .content_area .text_area .info_map p {
	text-align: right;
	padding-top: 0px;
}




/********************************************************/

/* page 博多秋博 イベント一覧 */

/********************************************************/



.page_akihaku.event .content_area h3 {
	margin-left: 0px;
}

.page_akihaku.event .content_area h3 .kaisai {
	float: left;
	margin-right: 10px;
}

.page_akihaku.event .content_area h3 .kaisai img {
	vertical-align: middle;
}


.page_akihaku.event .content_area .text_area .img {
	float: left;
	width: 20%;
	height: auto;
}

.page_akihaku.event .content_area .text_area .img img {
	border: solid 1px #000;
	height: auto;
}

.page_akihaku.event .content_area .text_area .right {
	width: 78%;
}


.page_akihaku.event .content_area .text_area p {
	text-align: left;
	padding: 15px 0px;
}

.page_akihaku.event .content_area .text_area .btn_box a {
	background: url("../images/bg_red.png");
}



/********************************************************/

/* page 博多秋博 お問い合わせ */

/********************************************************/



.page_akihaku.info .akihaku_information {
	background-color: #fff;
	padding: 40px;
}

.page_akihaku.contact .akihaku_information {
	background-color: #fff;
	padding: 40px;
}


.page_akihaku.contact .akihaku_information p a {
	color: #dda90a;
}

.page_akihaku.info .akihaku_information .course_info_box {
	width: 90%;
	margin: 70px auto 0px auto;
}


.page_akihaku.info .akihaku_information .text {
	text-align: center;
}


.font-red {
	color: #b22a2a;
}


.page_akihaku .course_info_btn button {
	background: url("../images/bg_red.png");
}





.google_language {
	text-align: right;
}

.google_language a {
	color: #000 !important;
	font-weight: normal !important;
}



/* page_error */


.page_error {
	background: url("../images/bg_02.png");
	padding: 200px 0px;
	text-align: center;
}


.graffer_info{
text-align:center;
margin-top: 15px;
}
.graffer_info ul{
display:inline-block;

}
.graffer_info ul li{
text-align:center;
list-style:none;
}
.graffer_info ul li:before{
content:'※';
}



/********************************************************/

/* page プライバシーポリシー */

/********************************************************/


.page_privacy .page_content1,
.page_sitemap .page_content1 {
	padding-bottom: 27px !important;
}


.page_privacy .bg {
	background: url("../images/column_top_bg.png")no-repeat center;
	background-size: cover;
}


.page_privacy .privacy_text p {
	padding-left: 50px;
	width: 95%;
}











/********************************************************/

/* page サイトマップ */

/********************************************************/



.page_sitemap .bg {
	background: url("../images/column_top_bg.png")no-repeat center;
	background-size: cover;
}

.page_sitemap h3:before {
	content: url("../images/arrow_y.png");
	margin-right: 10px;
}

.page_sitemap h3 {
	margin-bottom: 25px !important;
}

.page_sitemap .sitemap_text ul {
	margin-bottom: 30px;
	margin-top: -7px;
}

.page_sitemap .sitemap_text ul li {
	margin-left: 25px;
	list-style: none;
	width: 30%;
	float: left;
	border-bottom: 1px #898989 dashed;
	padding: 5px;
}

.page_sitemap .sitemap_text a {
	text-decoration: none;
}




/********************************************************/

/* page お問い合わせ */

/********************************************************/


.page_information .bg {
	background: url("../images/column_top_bg.png")no-repeat center;
	background-size: cover;
}



.course_info_box p {
	padding-bottom: 0px;
	margin-top: 15px;
	font-size: 85%;
}

.page_information .page_content1 p {
	line-height: 33px;
}






.img.spot3,
.img.spot4 {
	margin-bottom: 20px;
}

.img.spot4 img {
	width: 22.2%;
	margin-right: 3%;
}



.img.spot3 img {
	width: 30.3333%;
	margin-right: 3%;
}


.img.spot3 img:last-child,
.img.spot4 img:last-child {
	margin-right: 0;
}









/********************************************************/

/* 魅力発信プロジェクト */

/********************************************************/



#page_area.attractive_project .page_content1 {
	background: #fff url(../images/line_02.png) repeat-x center bottom;
	padding-bottom: 70px;
}

#page_area.attractive_project .page_content1 .title.img {
	border-bottom: 0;
}





#page_area.attractive_project .page_content1 p {
	margin-bottom: 50px;
}


#page_area.attractive_project .guide_column_box p.label span {
	background-color: #000;
	margin-right: 10px;
	padding: 1px 5px;
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	font-size: 12px;
}


#page_area.attractive_project .guide_content_area.dantai .guide_column_box .title {
	border-bottom: none
}




.page_column_info .event_info.attractive .name {
	float: none;
	margin-top: 10px;
}

.content_area.syousai .text_area .event_info.attractive .data {
	float: none
}


.page_column_info .event_info.attractive .name span {
	background-color: #000;
	color: #fff;
	padding: 2px;
	margin: 0;
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-right: 15px;
}


.guide_content_area.attractive_reporter .guide_column_box {
	width: 48.5%;
}

.guide_content_area.attractive_reporter .guide_column_box .title .text {
	width: 100%;
	float: none;
}

.guide_content_area.attractive_reporter .guide_column_box .title .text p.school {
	font-size: 13px;
	margin-bottom: 5px;
}




.teacther_block {
	margin-bottom: 30px;
}

.teacther_block .photos {
	width: 25%;
	float: left;
	text-align: center;
}

.teacther_block .texts {
	width: 70%;
	float: right;
}

.teacther_block .texts p {
	padding-bottom: 10px;
}

.teacther_block .texts p.school {
	padding-bottom: 20px;
	font-size: 130%;
}

.teacther_block .texts p.name {
	padding-bottom: 20px;
	font-size: 180%;
	font-weight: bold;
}


.content_area h3.attractive_shoool_h3 {
	margin-left: 0px;
}

.attractive_shoool_box {
	margin-bottom: 40px;
}


.guide_column_box .title p span.schoolname {
	background-color: #fff;
	margin-right: 0;
	padding: 0;
	color: #000;
	font-size: 75%;
	display: block;
}




/********************************************************/

/* せんねもんの部屋 */

/********************************************************/


#page.page_sennemon-room .bg {
	background: url(../images/sennemon_main-bg.jpg) no-repeat center;
	background-size: cover;
}

#page_area.sennemon-room {
	background: none;
}

#page_area.sennemon-room .page_content1 {
	background: url(../images/sennemon_main01.png) repeat-x top center;
}

#page_area.sennemon-room .main {
	padding: 50px 0 50px 0;
}


#page_area.sennemon-room .main .in {
	background: url(../images/sennemon_main02.png) no-repeat top center;
	background-size: cover;
	padding: 0px 0px 30px;
}

#page_area.sennemon-room .main ul {
	margin: 0;
	padding: 0;
}

#page_area.sennemon-room .main ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#page_area.sennemon-room .main ul.b01 {
	width: 30%;
	float: left;
	margin-right: 3.5%;
}

#page_area.sennemon-room .main ul.b02 {
	width: 33%;
	float: left;
}


#page_area.sennemon-room .main ul.b03 {
	width: 30%;
	float: right;
}

#page_area.sennemon-room .main p.lead {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 18px;
}

#page_area.sennemon-room .main p.lead {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 18px;
	padding: 0;
}

#page_area.sennemon-room .main p.sponly {
	text-align: center;
	width: 80%;
	margin: 0 auto 20px auto;
	display: none;
}


#page_area.sennemon-room .video {
	text-align: center;
	margin-bottom: 30px;
}






#page_area.sennemon-room .history {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	text-align: left;
	background: url(../images/sennemon_illust02.png) no-repeat right 30px bottom 30px;
	background-size: 200px;
	width: 84%;
	margin: 0 auto 50px auto;
}

#page_area.sennemon-room .history h3 {
	font-size: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}

#page_area.sennemon-room .history p {
	text-align: left;
}

#page_area.sennemon-room .history p span {
	font-weight: bold;
	font-size: 180%;
}


#page_area.sennemon-room .block-2cl {
	margin-bottom: 50px;
}

#page_area.sennemon-room .block-2cl h3 {
	background: #B97A57;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	color: #fff;
	font-size: 16px;
	width: 100%;
}

#page_area.sennemon-room .block-2cl h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #B97A57;
}

/*
#page_area.sennemon-room .block-2cl .box {
	width: 47%;
	float: left;
	margin-right: 6%;
}

#page_area.sennemon-room .block-2cl .box:last-child {
	margin-right: 0%;
}
*/

#page_area.sennemon-room .block-2cl .box ul {
	margin: 0;
	padding: 0;
}

#page_area.sennemon-room .block-2cl .box ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 47%;
	float: left;
	margin-right: 6%;
}

#page_area.sennemon-room .block-2cl .box ul li:nth-child(2n) {
	margin-right: 0%;
}

#page_area.sennemon-room .block-2cl .box dl {
	margin: 0 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#page_area.sennemon-room .block-2cl .box dl dt {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 85%;
}

#page_area.sennemon-room .block-2cl .box dl dd {
	margin: 0 0 0 0;
	padding: 0;
}

#page_area.sennemon-room .block-2cl .box .btn {
	text-align: center;
	padding-top: 10px;
}




#page_area.sennemon-room .about {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	margin: 0 auto 0px auto;
}

#page_area.sennemon-room .about h3 {
	font-size: 180%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


#page_area.sennemon-room .about .box {
	width: 47%;
	float: left;
	margin-right: 6%;
	text-align: left;
}

#page_area.sennemon-room .about .box:last-child {
	margin-right: 0%;
}

#page_area.sennemon-room .about .box p {
	text-align: left;
}

#page_area.sennemon-room .about .box ul.num li {
	list-style: decimal;
	margin-bottom: 10px;
}

#page_area.sennemon-room .about .box ul.dot li {
	list-style: disc;
	margin-bottom: 5px;
}

#page_area.sennemon-room .about .box ul.maru {
	margin-bottom: 20px;
}

#page_area.sennemon-room .about .box ul.maru li {
	margin-bottom: 10px;
	font-size: 120%;
	list-style: none;
	text-indent: -24px;
	margin-left: 24px;
}

#page_area.sennemon-room .about .box ul.maru li:before {
	content: '●';
	margin-right: 5px;
}

#page_area.sennemon-room .about .box .img {
	text-align: center;
}





#page_area.sennemon-room .about .gallery {
	margin-bottom: 50px;
}

#page_area.sennemon-room .about .gallery ul {
	margin: 0;
	padding: 0;
}

#page_area.sennemon-room .about .gallery ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	width: 25%;
	float: left;
}

#page_area.sennemon-room .about h4 {
	background: #efefef;
	padding: 5px 10px;
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
	border-radius: 5px;
}








/*企画コース*/

.walk-kikaku_excerpt {
	margin-bottom: 10px;
}

.walk-kikaku_excerpt p {
	padding: 0;
	margin: 0;
}

.entry-end {
	text-align: center;
}

.entry-end span {
	background-color: #990000;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 300px;
	padding: 10px 0px;
	margin: 0 auto;
	font-size: 120%;
	box-shadow: 6px 6px 0px 0px #000;
	-webkit-box-shadow: 6px 6px 0px 0px #000;
	-moz-box-shadow: 6px 6px 0px 0px #000;
}


.content_area .course_img.walk-kikaku b {
	font-size: 130%;
	margin-bottom: 10px;
	display: inline-block;
}

.content_area .course_img.walk-kikaku b:before,
.content_area .course_img.walk-kikaku b:after {
	content: '－';
	margin: 0 5px;
}








/*260202 EOデザイン*/

.page_event_info .content_area h3.new_event_title{
font-size: 220%;
    font-weight: bold;
display:flex;
flex-flow:wrap;
    gap: 0px 25px;
}
.page_event_info .content_area h3.new_event_title span.title{
}
.page_event_info .content_area h3.new_event_title span.genre_wrap{
font-size: 45%;
font-weight:normal;
}

h3.eventlist_title{
}
h3.eventlist_title span.category,
.page_event_info .content_area h3.new_event_title span.genre_wrap .category{
    padding: 3px 15px;
    border-radius: 100px;
    margin-right: 5px;
background:#5f539d;
}

h3.eventlist_title span.category a,
.page_event_info .content_area h3.new_event_title span.genre_wrap .category a{
text-decoration:none;
color:#fff;
}
h3.eventlist_title span.category{
margin-left:20px;
font-size: 56%;
    position: relative;
    top: -3px;
}



.page_event .content_area .genre .label,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label{
background:#47885e;
color:#fff;
    padding: 3px 15px;
    border-radius: 100px;
    margin-right: 5px;
}





.page_event .content_area .genre .label.label01,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label.label01{
background:#47885e;
color:#fff;
}
.page_event .content_area .genre .label.label02,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label.label02{
background:#e6b422;
}
.page_event .content_area .genre .label.label03,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label.label03{
background:#c099a0;
color:#fff;
}
.page_event .content_area .genre .label.label04,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label.label04{
background:#a25768;
color:#fff;
}
.page_event .content_area .genre .label.label05,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label.label05{
background:#47885e;
color:#fff;
}
.page_event .content_area .genre .label.label06,
.page_event_info .content_area h3.new_event_title span.genre_wrap .label.label06{
background:#2a83a2;
color:#fff;
}

.event_info {
margin-bottom:10px;
}

.event_gaiyo.new_layout{
display:flex;
flex-flow:column;
gap:5%;
margin-bottom:30px;
}
.event_gaiyo.new_layout .photo{
width:100%;
margin-bottom:10px;
text-align:center;
}
.event_gaiyo.new_layout .photo img{
max-height:500px;
}
.event_gaiyo.new_layout .text{
width:100%;
}

.info_table.new_layout{
}


.event_area_info{
margin-bottom:50px;
}
.event_area_info h2{
    font-size: 140%;
}
.event_area_info h2 span{
font-size: 180%;
    display: block;
    margin-top: 18px;
    font-weight: bold;
}
.event_area_info .venue-archive-meta p{
text-align:left;
}
.event_area_info .eo-venue-map.googlemap{
height: 300px !important;
}


.info-event{
margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding: 15px;
}
.info-event.now{
background: #5f539d;
color:#fff;
}
.info-event.end{
background: #d7003a;
color:#fff;
}

.content_area .info_table table td .sub{
margin-top: 10px;
padding-left: 15px;
    font-size: 90%;
}


.page_content2 h2.title_border_event{
background:none;
color:#333;
font-weight:bold;
}
.page_content2 h2.title_border_event span{
}


.siborikomi_area .box_wrap{
display:flex;
flex-flow:wrap;
gap:5%;
}
.siborikomi_area .box_wrap .box {
}
.siborikomi_area .box_wrap .box.box00 {
    width: 15%;
    background: #5f539d;
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.siborikomi_area .box_wrap .box.box01,
.siborikomi_area .box_wrap .box.box02,
.siborikomi_area .box_wrap .box.box03{
    width: 23%
}


.siborikomi_area .box_wrap .box .btn_box a {
    width: 100%;
    padding: 10px 15px;
    font-size: 100%;
margin-top:15px;
}

.siborikomi_area .box_wrap .box select,
.siborikomi_area .box_wrap .box input{
padding:5px;
}

























/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/



/******************/
/* for Tablet    */
/* 600px-1000px    */
/******************/
@media only screen and (min-width: 600px) and (max-width: 1000px) {






	/* sns */

	#sns_area .sns_box,
	#sns_area .sns_box:first-child {
		float: none;
		width: 500px !important;
		margin: 0px auto 20px auto;
		text-align: center;
	}

	#sns_area .sns_box:last-child {
		margin: 0px auto;
	}

	#sns_area .sns_box .fb-page {
		width: 500px !important;
	}



	/* event */


	.main_text_area .text_area {
		width: 270px;
	}

	#top_event .left,
	#top_event .right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#wp-calendar {
		margin-bottom: 20px;
	}

	h2 {
		font-size: 215%;
	}



	#new_event .event_area .event_box {
		width: 33%;
		margin: 0% 0.5% 1.333% 0%;
	}

	#new_event .event_area .event_box:nth-child(4n) {
		margin-right: 0.5%;
	}

	#new_event .event_area .event_box:nth-child(3n) {
		margin-right: 0%;
	}



	/* spot */
	#spot .spot_area2 .spot_box {
		vertical-align: top;
	}

	#spot .spot_area2 .text_box .title {
		font-size: 125%;
	}


	/* torivia */
	#trivia .trivia_box .img {
		width: 40%;
	}

	#trivia .trivia_box .text_box {
		width: 60%;
	}

	#trivia .trivia_box .text_box,
	#trivia .trivia_box:nth-child(2) .text_box,
	#trivia .trivia_box:nth-child(3) .text_box {
		background-size: 100%;
		padding: 10% 0% 14% 2%;
	}


	#trivia .trivia_box .text_box .number,
	#trivia .trivia_box:nth-child(2) .text_box .number,
	#trivia .trivia_box:nth-child(3) .text_box .number {
		background-size: 100%;
		width: 88px;
		margin-left: -43px;
		top: -46px;
	}

	#trivia .trivia_box:nth-child(2) .text_box {
		padding: 10% 3% 14% 0%;
	}

	#trivia .trivia_box:nth-child(2) .text_box .number {
		margin-left: -53px;
	}

	#trivia .trivia_box .text_box p {
		font-size: 130%;
		line-height: 32px;
	}

	#trivia .trivia_box .text_box p span {
		font-size: 150%;
	}

	/* container */

	#container .left,
	#container .right {
		float: none;
		width: 100%;
	}

	#container .left {
		margin-bottom: 20px;
	}

	#container .img {
		height: 300px;
	}

	#container .img img {
		height: 100%;
	}

	#container h2 {
		margin: 50px 0px 30px 0px;
	}


	/* link */

	#link .bx-wrapper {
		max-width: 90% !important;
		margin: 0 auto;
	}



	/* footer */

	#footer .foot_logo {
		float: none;
		width: 100%;
		margin: 0px 0px 30px 0px;
		text-align: center;
	}

	#footer .foot_link {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#footer .foot_link ul {
		margin-right: 43px;
		float: none;
		display: inline-block;
		text-align: left;
	}

	#footer .foot_link ul:last-child {
		margin: 0;
	}



	/* bx slder */
	.bx-wrapper .bx-pager {
		bottom: 55px !important;
	}


	/* 共通 */

	.page_content1 .title {
		font-size: 190%;
	}


	/********************************************************/

	/* page イベント情報一覧   */

	/********************************************************/


	#page_title {
		margin-top: 64px;
	}


	.page_event .content_area .text_area .event_info .data {
		float: none;
	}


	.page_event .content_area .text_area .img {
		width: 26%;
	}

	.page_event .content_area .text_area .right {
		width: 70%;
	}



	/********************************************************/

	/* page 観光スポット   */

	/********************************************************/

	/* リストから */


	.page_spot .search_wrap .container .mix {
		width: 49%;
	}

	.page_spot .siborikomi_spot1 ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.page_spot .siborikomi_spot1 ul li:nth-child(2n) {
		margin-right: 0;
	}






	/********************************************************/

	/* page ガイドコース   */

	/********************************************************/


	.page_walk02 .bg,
	.page_walk02_info .bg,
	.page_guide .bg {
		background: url("../images/walk02_top_bg_mobile.png")no-repeat center;
		background-size: cover;
	}


	/********************************************************/

	/* page 博多ガイドの会   */

	/********************************************************/

	.guide_columnist .guide_column_box .info_btn a {
		width: 100%;
	}

	.guide_column_box .title .img {
		height: 109px !important;
		width: 109px;
	}

	.guide_column .guide_column_box .title .text {
		float: none;
		width: auto;
	}

	.guide_column_box .title p {
		margin-left: 0px;
		width: 100%;
	}

	.guide_column_box .title p span {
		background-color: #000;
		margin-right: 10px;
		color: #fff;
		width: 100px;
		text-align: center;
		padding: 2px;
		letter-spacing: -1px;
		font-size: 14px;
	}

	.guide_columnist .guide_column_box .text p {
		width: 100%;
	}


	.guide_columnist .title .img {
		float: none;
		margin: 0 auto;
	}

	.guide_columnist .title .text {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	/********************************************************/

	/* page 博多ガイドの会 コラム   */

	/********************************************************/

	.page_column .content_area .text_area .img {
		width: 175px;
		margin-right: 20px;
	}

	.page_column .content_area .text_area .right {
		float: none;
		width: auto;
	}





	/********************************************************/

	/* page 博多の豆知識   */

	/********************************************************/

	.page_mame .content_area .mame_box .text_area .img {
		width: 175px;
		margin-right: 20px;
	}

	.content_area .mame_box .text_area .right {
		float: none;
		width: auto;
	}


	/********************************************************/

	/* page 博多の49トリビア   */

	/********************************************************/



	.page_trivia .trivia_area .trivia_box .text {
		margin: 10px 0px;
		font-size: 110%;
		letter-spacing: -1px;
	}

	.page_trivia .trivia_area .trivia_box .text span {
		font-size: 135%;
	}

	.page_trivia .trivia_area .trivia_box .info_btn a {
		width: 90%;
	}





	/********************************************************/

	/* page 博多秋博   */

	/********************************************************/

	/*
.page_akihaku #page_title {
    margin-top: 13px;
}
*/

	.page_akihaku #page_title h1 {
		padding: 60px 0px 30px 0px;
	}

	.page_akihaku #page_title h1 img {
		width: 20%;
	}



	.akihaku_menu ul li a {
		font-size: 90%;
	}

	/* 新着 */

	.akihaku_news dl dd {
		margin-left: 100px;
	}





	/********************************************************/

	/* page おすすめまち歩きルート　詳細 */

	/********************************************************/




	.rout_list ul li {
		width: 48%;
		margin-right: 2%;
	}

	.rout_list ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.rout_list ul li:nth-child(2n) {
		margin-right: 0%;
	}




	/********************************************************/

	/* page サイトマップ */

	/********************************************************/


	.page_sitemap .sitemap_text ul li {
		width: 43%;
	}







}





/******************/
/* for SP-TB      */
/* 320px-599px    */
/* only Header    */
/******************/
@media only screen and (max-width: 599px) {



	/* TOPスライド */

	.main_text_area.img4 {
		background-image: url("../images/top_img04_mobile.jpg");
		background-position: center;
		background-size: cover;
	}

	.main_text_area.img5 {
		background-image: url("../images/top_img05_mobile.jpg");
		background-position: center;
		background-size: cover;
	}


	.main_text_area .arrow {
		font-weight: bold;
		font-size: 14px;
		letter-spacing: -1px;
	}

	.main_text_area .title.akihaku {
		margin-top: 60px;
	}



	/* main */


	.main_text_area .text_area {
		padding: 20px 15px;
		width: 225px;
		height: auto;
		margin: 110px auto 0px auto;
		float: none;
	}

	.main_text_area .text1 {
		font-size: 20px;
		line-height: 30px;
	}

	.main_text_area .text2 {
		font-size: 30px;
	}

	.main_text_area .title {
		margin-top: 110px;
		margin-right: 20px;
		width: 100%;
	}



	/* ページャー */


	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		display: none !important;
	}

	.wp-pagenavi a {
		margin: 1px !important;
		display: inline-block !important;
		width: 25px !important;
		vertical-align: middle !important;
		padding: 0 !important;
	}

	.wp-pagenavi a.first,
	.wp-pagenavi a.last,
	.wp-pagenavi a.next,
	.wp-pagenavi a.prev {
		width: 59px !important;
	}

	.wp-pagenavi span {
		padding: 0px !important;
		border: none !important;
		display: inline-block !important;
		width: 25px !important;
		margin: -3px !important;
		vertical-align: middle !important;
	}


	/* ページャー */



	/* spサイト内検索 */


	.sb-slidebar #searchform {
		margin: 3%;
	}

	.sb-slidebar #searchform input.s {
		padding: 1%;
	}








	h2 {
		font-size: 180%;
	}



	/* sns */


	#sns_area .sns_box {
		float: none;
		width: 100% !important;
		margin: 0px auto 20px auto;
		text-align: center;
	}

	#sns_area .sns_box:last-child {
		margin: 0px auto;
	}

	#sns_area .sns_box .fb-page {
		width: 100% !important;
	}


	.btn_box a {
		width: 100%;
	}


	/* event */

	.top_event_area {
		top: 15px;
	}

	#top_event .left,
	#top_event .right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#wp-calendar {
		margin-bottom: 20px;
	}

	#top_event .center_box .img {
		float: none;
		width: 100%;
		text-align: center;
	}


	#top_event .center_box .text_box {
		float: none;
		width: 100%;
		margin-top: 20px;
	}


	#new_event .event_area .event_box {
		width: 49%;
		margin: 0% 2% 2% 0%;
	}

	#new_event .event_area .event_box:nth-child(2n) {
		margin: 0;
	}


	#new_event .event_area .event_box .img {
		height: 200px !important;
	}


	/* news */
	#news h2 {
		font-size: 230%;
		text-align: center;
		margin-bottom: 30px;
	}

	#news .news_area dl dt {
		float: none;
	}

	#news .news_area dl dd {
		display: block;
		width: 95%;
		margin-left: 5%;
	}



	/* spot */


	#spot .spot_area1 .spot_box,
	#spot .spot_area2 .spot_box {
		width: 90%;
		margin: 0px 0px 25px 20px;
	}

	#spot .spot_area2 {
		margin-top: 0px;
	}


	.siborikomi_spot2 .map_list ul li {
		width: 100%;
	}

	#spot .spot_area2 .text_box .title {
		font-size: 130%;
	}


	#gallery .movie,
	#gallery .panorama {
		float: none;
		width: 100%;
		padding: 70px 0px;
		height: 226px;
	}



	/* trivia */

	#trivia p br {
		display: none;
	}

	#trivia .trivia_box .img,
	#trivia .trivia_box .text_box,
	#trivia .trivia_box:nth-child(2) .img,
	#trivia .trivia_box:nth-child(2) .text_box {
		float: none;
		width: 100%;
	}

	#trivia .trivia_box:nth-child(2) .text_box .number {
		margin-left: -60px;
	}



	#trivia .trivia_box .img,
	#trivia .trivia_box p br {
		display: block;
	}

	#trivia .trivia_box .text_box p span {
		font-size: 150%;
	}

	#trivia .trivia_box .text_box .number {
		top: -54px;
	}

	#trivia .trivia_box:nth-child(3) .text_box,
	#trivia .trivia_box:nth-child(2) .text_box,
	#trivia .trivia_box .text_box {
		width: 98%;
		margin: 0px auto;
		background: none;
		background-color: #fff;
		padding: 60px 0px 40px 0px;
		border: solid 1px #000;
		outline: solid 6px #fff;
	}



	#trivia .trivia_box .img {
		height: 290px !important;
	}


	/* walk */

	#hakata_walk p {
		padding-bottom: 40px;
	}





	#hakata_walk .walk_box01,
	#hakata_walk .walk_box02 {
		width: 100%;
		float: none;
		padding: 20px 0px;
	}



	#hakata_walk .walk_box01 .text_box,
	#hakata_walk .walk_box02 .text_box {
		max-width: auto;
		float: none;
		max-width: 100%;
		width: 90%;
		padding: 10px 0px 30px 0px;
		margin: 30px auto;
	}


	#hakata_walk .walk_area .btn_box a {
		width: 60%;
	}




	/* container */

	#container .left,
	#container .right {
		float: none;
		width: 100%;
	}

	#container .left {
		margin-bottom: 20px;
	}

	#container h2 {
		margin: 50px 0px 30px 0px;
	}


	/* container */

	#container .img {
		margin-bottom: 20px;
		float: none;
	}

	#container .img img {
		width: 100%;
	}

	#container h2 {
		margin: 39px 0px 15px 0px;
		font-size: 163%;
		letter-spacing: -1px;
	}

	#container p {
		margin-top: 15px;
	}


	/* footer */
	#footer .foot_link {
		display: none;
	}

	#footer .foot_logo {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}



	/* bx slder */
	.bx-wrapper .bx-pager {
		bottom: 32px !important;
	}






	/********************************************************/

	/* TOP sp   */

	/********************************************************/
	#re_top-main .left {
		float: none;
		margin: 0 auto;
	}

	#re_top-main .left {
		padding: 50px 0;
	}

	#re_top-main .left div.title {
		margin-bottom: 0px;
	}


	/********************************************************/

	/* 共通 sp   */

	/********************************************************/



	#page_title h1 {
		font-size: 180%;
	    padding: 40px 0px;
	}



	.page_content1 .title {
		font-size: 180%;
		width: 100%;

	}

	.page_content1 p {
		font-size: 100%;
		line-height: 25px !important;
		text-align: left;
	}

	.page_content1 p br {
		display: none;
	}


	.page_content2 h2 {
		padding: 10px 0px;
		font-size: 150%;
		margin-bottom: 20px;
	}

	.content_area h3,
	.content_area.kanren_area h3 {
		margin-left: 0px;
		margin-top: 30px;
	}



	.content_area {
		padding: 20px;
	}


	.content_area .icon.category {
		width: 19%;
display:none;
	}

	.content_area .icon {
		width: 12%;
	}

	/* page h3 */

	.content_area h3,
	.page_news .content_area h3 {
		margin-top: 0px;
	}

	.page_event .content_area h3,
	.page_news .content_area h3,
	.content_area.syousai h3,
	.page_walk02 .content_area h3,
	.content_area h3 {
		margin-left: 0px;
		margin-top: 0px;
	}

	/* */

	.content_area.kanren_area h3 {
		margin-top: 0px;
	}

	.content_area h3 {
		font-size: 150%;
	}





	/* 共通紫テーブル */

	.purple_table table {
		width: 100%;
	}

	.purple_table table th,
	.purple_table table td {
		width: 100%;
		display: block;
		padding: 5px 0px;
	}

	.btn_box a {
		font-size: 120%;
	}

	#course_area,
	#course_syoukai {
		margin-bottom: 70px;
	}




	.info_map iframe {
		width: 100%;
		height: 380px;
	}



	/********************************************************/

	/* page 新着情報一覧   */

	/********************************************************/



	.content_area .text_area .btn_box a {
		width: 100%;
	}

	.page_news .content_area .text_area {
		padding: 0px;
	}





	/********************************************************/

	/* page イベント情報一覧   */

	/********************************************************/




	#page_title {
		/*margin-top: 55px;*/
	}

	.category_area .category_box ul li {
		width: 33.3%;
	}

	.category_area .category_box ul li a {
		border: 1px #fff solid;
	}

	.category_area .category_box ul li a:last-child {
		border-right: 1px #fff solid;
	}

	.category_area .category_box ul li a.active {
		border-right: 1px #5f539d solid;
	}

	.category_area .category_box ul li a.active:after {
		background: none;
	}

	.siborikomi_area .sentaku .data,
	.siborikomi_area .sentaku .place {
		text-align: left;
		width: 90%;
		float: none;
		margin: 0 auto;
	}


	.page_event .content_area .text_area .img {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}


	.page_event .content_area .text_area .right {
		width: 100%;
	}

	.page_event .content_area .text_area .event_info .data,
	.page_event .content_area .genre {
		float: none;
	}

	.page_event .content_area .text_area .img {
		width: 100%;
		margin: 0 auto 15px auto;
	}


	.page_event .content_area .text_area .btn_box a {
		width: 100%;
	}




	/********************************************************/

	/* page イベント情報詳細   */

	/********************************************************/

	.content_area.syousai h3 {
		border: none;
		margin-bottom: 0px;
	}


	.content_area.syousai .text_area {
		border-top: 1px #898989 solid;
		padding: 4% 0% 0% 0%;
	}

	.content_area .info_table table tr th,
	.content_area .info_table table tr td {
		display: block;
		width: 100%;
        box-sizing: border-box;
    }

	.content_area.kanren_area .text_area {
		margin-top: 15px;
	}

	.content_area.kanren_area .text_area .kanren:first-child {
		margin-top: 10px;
	}

	.content_area.kanren_area .text_area .kanren {
		width: 100%;
		margin-right: 0px;
	}





	/********************************************************/

	/* page 観光スポット   */

	/********************************************************/

	/* リストから */

	/*

.siborikomi_spot1 ul li {
    width: 100%;
}

*/

	.page_spot .search_wrap .container .mix {
		width: 49%;
	}

	.siborikomi_spot1 ul li a .text_area {
		background-color: rgba(0, 0, 0, 1);
		padding: 10px;
		bottom: -140px;
		width: 100%;
		position: static;
	}

	.siborikomi_spot1 ul li:nth-child(3n) {
		margin: 0% 2% 2% 0%;
	}

	.siborikomi_spot1 ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.siborikomi_spot1 ul li a .text_area .area {
		font-size: 14px;
	}

	.siborikomi_spot1 ul li a .text_area h3 {
		font-size: 105%;
	}

	.siborikomi_spot1 ul li a .text_area p {
		font-size: 14px;
		line-height: 19px;
	}


	.siborikomi_spot1 ul li a .img .bgimg {
		height: 172px !important;
		position: static;
	}



	/********************************************************/

	/* page 観光スポット　詳細   */

	/********************************************************/
	.page_spot_info .content_area h3 {
		line-height: 20px;
		font-size: 130%;
	}

	.page_spot_info h3 span.spot_h3 {
		display: block;
		margin-left: 0px;
	}



	/* */

	#bx-pager_spot {
		display: block;
		overflow: hidden;
		letter-spacing: -.4em;
	}

	#bx-pager_spot>a {
		display: inline-block;
		width: 33%;
		letter-spacing: normal;
		vertical-align: top;
	}




	/********************************************************/

	/* page ギャラリー   */

	/********************************************************/

	.gallery_area li {
		width: 49% !important;
		height: 49%;
	}




	/********************************************************/

	/* page おすすめまち歩きルート */

	/********************************************************/



	.page_walk02_info .content_area,
	.page_walk01_info .content_area {
		padding: 20px;
	}

	.walk_btn a {
		display: block;
		width: 100%;
	}

	.walk_btn a:first-child {
		margin-bottom: 20px;
	}

	.course_box h3 {
		line-height: 27px;
		padding-bottom: 5px;
	}

	.content_area .course_box .course h3 {
		text-align: center;
	}

	.course_box .time {
		margin-left: 0px;
		font-size: 65%;
	}


	#course_toutyouji .img,
	#course_toutyouji .text_box {
		float: none;
		width: 100%;
	}

	#course_toutyouji .tel a {
		color: #5f539d;
	}


	/* とうちょうじ */

	#course_toutyouji .purple_table table td {
		padding: 5px 0;
	}




	/********************************************************/

	/* page おすすめまち歩きルート　詳細 */

	/********************************************************/


	.rout_list ul li {
		width: 100%;
		margin-right: 0%;
	}

	.rout_list ul li a {
		padding: 8px 0px;
	}


	.content_area .course {
		padding: 0px;
	}

	.content_area .course_box .course .img,
	.content_area .course_box .course .text {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.content_area .course_box .course .text {
		text-align: left;
	}



	.page_walk01_info .content_area .course_box .course .text {
		margin-top: 30px;
	}


	.page_walk01_info .course_arrow .text {
		padding: 8px;
		margin: 30px auto 30px auto;
	}

	.page_walk01_info .content_area .course h3 .number {
		float: none;
		margin-bottom: 20px;
	}

	.content_area .course h3 rt {
		font-size: 62%;
	}







	/********************************************************/

	/* page ガイドさんと行く博多めぐりコース */

	/********************************************************/




	.page_walk02 .content_area .course_box .img {
		float: none;
		width: 100%;
		border-right: none;
		text-align: center;
	}

	.page_walk02 .content_area .course_box .text {
		float: none;
		width: 100%;
	}


	.page_walk02 .content_area:last-child .course_box .text {
		border: none;
	}

	.page_walk02 .content_area .btn_box a {
		width: 100%;
	}


	/* 251001Add　定点ガイド一覧（無料） */

	.guide-list-note {
		font-size: 13px;
		padding: 8px 12px;
		width: 90%;
	}



	/********************************************************/

	/* page ガイドさんと行く博多めぐりコース　詳細 */

	/********************************************************/


	.page_walk02 .bg,
	.page_walk02_info .bg,
	.page_guide .bg {
		background: url("../images/walk02_top_bg_mobile.png")no-repeat center;
		background-size: cover;
	}



	.page_walk02_info .page_content1 .title {
		font-size: 170%;
		line-height: 30px;
	}

	.page_walk02_info .content_area .course h3 {
		text-align: center;
	}

	.page_walk02_info .content_area .course h3 .number {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.page_walk02_info .content_area .course .text {
		width: 90%;
		margin: 20px auto;
	}

	.page_walk02_info .content_area .course_box:nth-child(2n) .course .text {
		float: none;
	}

	.page_walk02_info .course_arrow:before {
		left: 40px;
	}

	.page_walk02_info .course_arrow .text {
		margin: 10px 0px 10px 30px;
	}

	#course_syoukai .content_area .name {
		font-size: 100%;
	}



	.course_info_table table {
		width: 100%;
	}

	.course_info_table table td {
		line-height: 31px;
	}

	.course_info_btn button {
		width: 100%;
		font-size: 120%;
	}

	.course_info_box {
		padding: 10px;
		font-size: 114%;
	}


	/********************************************************/

	/* page 豆知識　一覧 */

	/********************************************************/


	.page_mame .content_area {
		padding-top: 0px;
	}


	.page_mame .content_area .mame_box {
		padding: 0px 10px 20px 10px;
	}

	.content_area .mame_box h3 .mame_category {
		display: block;
		width: 100px;
		text-align: center;
		padding: 0;
	}



	.page_mame_info .category_area .category_box ul li,
	.page_mame .category_area .category_box ul li {
		width: 33.333%;
	}

	.content_area .mame_box .text_area .img,
	.content_area .mame_box .text_area .right {
		float: none;
		width: 100%;
	}

	.page_mame .content_area .mame_box .text_area .img {
		margin: 0 auto;
		width: 175px;
		float: none;
	}

	/********************************************************/

	/* page 豆知識　詳細 */

	/********************************************************/


	.page_mame_info .content_area.syousai .text_area .img_box .img {
		display: inline-block;
		width: 100%;
		text-align: left;
	}


	/********************************************************/

	/* page 博多ガイドの会 */

	/********************************************************/



	/* ガイドの会・秋博共通 */


	.guide_news dl dt,
	.akihaku_news dl dt {
		float: none;
	}

	.guide_news dl dd,
	.akihaku_news dl dd {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
	}

	.guide_news dl dd .new,
	.akihaku_news dl dd .kaisai {
		float: none;
		margin-bottom: 5px;
	}




	/* */




	.guide_column_box .title p span {
		width: 100px;
		text-align: center;
		padding: 2px;
		letter-spacing: -1px;
		font-size: 14px;
	}

	.guide_column .guide_column_box,
	.guide_columnist .guide_column_box {
		width: 100%;
		float: none;
		margin-right: 0;
	}




	.guide_columnist .info_btn a {
		padding: 6px;
		width: 100%;
	}



	.guide_column_box .title .img {
		height: 109px !important;
		width: 109px;
	}

	.guide_column_box .title .text {
		float: none;
		width: auto;
	}

	.guide_column_box .title p {
		margin-left: 0px;
		width: 100%;
	}



	.guide_columnist .guide_column_box .text p {
		width: 100%;
	}





	.guide_columnist .title .img {
		float: none;
		margin: 0 auto;
	}

	.guide_columnist .title .text {
		float: none;
		margin: 0 auto;
		text-align: center;
	}





	/********************************************************/

	/* page コラム */

	/********************************************************/


	/* 絞り込みボタン */
	.page_column .category_area .category_box ul li {
		width: 50%;
	}

	.page_column .category_box ul li a.active,
	.page_column .category_box ul li a:hover,
	.page_column .category_box ul li a {
		border: 1px #5f539d solid;
	}

	.page_column .category_area .category_box ul li a:last-child {
		border-right: 1px #5f539d solid;
	}


	/* コラム */

	.page_column .content_area .text_area .img,
	.page_column .content_area .text_area .right {
		float: none;
		width: 100%;
	}

	.page_column .content_area .event_info .data {
		float: none;
	}


	.page_column .content_area .text_area .img {
		margin: 0 auto;
		width: 175px;
		float: none;
		text-align: center;
	}



	/********************************************************/

	/* page コラム詳細 */

	/********************************************************/



	.page_column_info .content_area.syousai .text_area .data {
		float: none;
	}

	.page_column_info .event_info .name span {
		margin-left: 0px;
	}

	.page_column_info .content_area.syousai .text_area .img {
		float: none;
		width: 100%;
	}



	/********************************************************/

	/* page 博多の49トリビア */

	/********************************************************/


	.page_trivia .trivia_area .trivia_box {
		width: 49%;
		margin-bottom: 20px;
	}


	.page_trivia .trivia_area .number {
		width: 35%;
		left: -10px;
	}

	.page_trivia .trivia_area .trivia_box .text {
		margin: 5px;
		font-size: 90%;
		line-height: 20px;
		letter-spacing: -1px;
	}

	.page_trivia .trivia_area .trivia_box .text span {
		font-size: 120%;
	}

	.page_trivia .info_btn a {
		width: 90%;
		padding: 3px !important;
	}


	.page_trivia .trivia_area .trivia_box:nth-child(3n) {
		margin-right: 2%;
	}

	.page_trivia .trivia_area .trivia_box:nth-child(2n) {
		margin-right: 0px;
	}


	.page_trivia .trivia_area .trivia_box .img {
		height: 140px !important;
	}



	/********************************************************/

	/* page 博多の49トリビア 詳細 */

	/********************************************************/


	.content_area.syousai .trivia_info_box .text,
	.content_area.syousai .trivia_info_box .img {
		float: none;
		width: 100%;
	}



	.trivia_title {
		font-size: 130%;
		line-height: 35px;
	}

	.trivia_title span {
		font-size: 160%;
	}

	.content_area.syousai .trivia_info_box .text_area {
		border-top: none;
		padding-top: 40px;
	}

	.content_area .trivia_info_box h3 {
		border-bottom: 3px #000 solid;
		margin-top: 0px;
	}







	/********************************************************/

	/* page 博多秋博 */

	/********************************************************/


	/* 秋博top */


	/*
.page_akihaku #page_title {
    margin-top: 15px;
}
*/

	.page_akihaku #page_title h1 {
		padding: 30px 0px;
	}

	.page_akihaku #page_title h1 img {
		width: 40%;
	}



	.akihaku_menu ul li a {
		font-size: 90%;
	}




	.akihaku_menu ul li {
		width: 33.333%;
	}

	.akihaku_menu ul li:nth-child(3n) a {
		border-right: none;
	}


	.akihaku_event .event_area .event_box {
		width: 49%;
		float: none;
		margin-right: 2%;
	}

	.akihaku_event .event_area .event_box:nth-child(2n) {
		margin-right: 0%;
	}

	.akihaku_bnr .bnr {
		width: 100%;
		margin-bottom: 2%;
	}

	.akihaku_bnr .bnr:nth-child(odd) {
		margin-right: 0%;
	}







	/********************************************************/

	/* page 博多秋博とは */

	/********************************************************/


	.page_content2 .about_area h3 {
		font-size: 120%;
		line-height: 35px;
	}

	.page_content2 .about_area h3 span {
		margin: 0;
		font-size: 210%;
	}





	/* 一覧 */

	.page_akihaku.event .content_area .text_area .img {
		float: none;
		width: 60%;
		margin: 0 auto;
	}

	.page_akihaku.event .content_area .text_area .right {
		width: 100%;
		float: none;
	}




	/* 秋博お問い合わせ */






	.page_akihaku.info .akihaku_information {
		padding: 20px;
	}


	.page_akihaku.info .akihaku_information .course_info_box {
		width: 100%;
	}






	/* test */

	#link .bx-wrapper {
		max-width: 75% !important;
		margin: 0 auto;
	}

	#link .bx-wrapper ul li {
		width: 125px !important;
	}





	/********************************************************/

	/* page プライバシーポリシー */

	/********************************************************/



	.page_privacy .privacy_text h3 {
		border-bottom: 1px #898989 solid !important;
		margin-bottom: 10px;
	}

	.page_privacy .privacy_text p {
		padding-left: 10px;
	}




	/********************************************************/

	/* page サイトマップ */

	/********************************************************/



	.page_sitemap .sitemap_text ul li {
		width: 95%;
		margin: 0px;
		padding: 4px;
	}

	.page_sitemap .sitemap_text h3 {
		border-bottom: 1px #898989 solid !important;
	}

	.page_sitemap h3 {
		margin-bottom: 0px !important;
	}

	.page_sitemap .sitemap_text ul {
		margin-top: 10px;
		padding-left: 18px;
	}


	/* メールフォームプロ */

	#mailformpro label.mfp_checked,
	#mailformpro label.mfp_not_checked {
		border: none !important;
		background-color: rgba(0, 0, 0, 0) !important;
		box-shadow: none !important;
		display: block;
		width: 50px;
	}









	/*リニューアル*/


	#re_top-main.aki2018 .right {
		display: none;
	}

	#re_top-main.aki2018 .left {
		width: 70%;
		float: none;
		padding: 40px 0;
		margin: 0 auto;
	}

	/*
#re_top-news .news:nth-child(3n+1){
	display:none;
}*/

	.spot_wrap .tab .box {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		width: 100%;
		float: none;
	}


	.spot_wrap .spot_list .nextbtn {
		max-width: 90%;
	}

	.spot_wrap .spot_list .lead p {
		text-align: left;
	}






	.img.spot3 img,
	.img.spot4 img {
		width: 46.3%;
		margin-right: 3%;
		margin-bottom: 10px;
	}


	.img.spot3 img:nth-child(2n),
	.img.spot4 img:nth-child(2n) {
		margin-right: 0;
	}






	/********************************************************/

	/* せんねもん */

	/********************************************************/


	#page_area.sennemon-room .main p.sponly {
		display: block;
	}

	#page.page_sennemon-room #page_title {
		margin-top: 0px;
	}

	#page_area.sennemon-room .main ul.b02 {
		display: none;
	}

	#page_area.sennemon-room .main ul.b01,
	#page_area.sennemon-room .main ul.b03 {
		width: 48%;
	}

	#page_area.sennemon-room .main p.lead {
		text-align: left;
		font-size: 16px;
	}



	#page_area.sennemon-room .history {
		padding: 20px;
		background: none;
		width: 100%;
	}




	#page_area.sennemon-room .block-2cl .box {
		width: 100%;
		float: none;
		margin-right: 0%;
	}


	#page_area.sennemon-room .about {
		padding: 20px;
		margin: 0 auto 0px auto;
	}

	#page_area.sennemon-room .about h3 {
		font-size: 110%;
	}


	#page_area.sennemon-room .about .box {
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	#page_area.sennemon-room .about .gallery ul li {
		width: 33%;
	}

	#page_area.sennemon-room .about .gallery ul li:last-child {
		display: none;
	}


	.video.youtube {
		position: relative;
		width: 100%;
	}

	.video.youtube::before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 56.25%;
	}

	.video.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}


	.video {
		position: relative;
		width: 100%;
	}

	/*
.video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}*/
	.video iframe {
		width: 100%;
		height: 200px;
	}

	.content_area.syousai .text_area iframe.instagram-media {
		max-width: unset !important;
		width: 100% !important;
		min-width: unset !important;
	}

.content_area.syousai .text_area .text img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}


	.teacther_block .photos {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.teacther_block .photos img {
		width: 70%;
		margin: 0 auto;
	}

	.teacther_block .texts {
		width: 100%;
		float: none;
	}


	.content_area.syousai .text_area.teacher {
		border-top: none;
	}

	.guide_content_area.attractive_reporter .guide_column_box .title .text p.school {
		font-size: 9px;
		text-align: left;
		letter-spacing: -1px;
	}

	#page_area.attractive_project .page_content1 p {
		magin-bottom: 0;
	}

	#page_area.attractive_project .guide_columnist .title .img {
		margin-bottom: 10px;
	}

	#page_area.attractive_project .guide_column_box .title p span.schoolname {
		width: 100%;
	}

	#page_area.attractive_project .guide_column_box .title .text {
		float: right;
		width: calc(100% - 130px);
	}

	#page_area.attractive_project .guide_content_area.attractive_reporter .guide_column_box .title .text {
		width: 100%;
	}

	#page_area.attractive_project .guide_content_area.attractive_school .guide_column_box .title .text {
		width: 100%;
	}


	#page_area.sennemon-room .about .box ul {
		margin: 0 0 0 20px;
		padding: 0;
	}


	/*コースボタン*/


	.colmn3.walk_btn a {
		float: left;
		font-size: 15px;
		width: 32%;
		padding: 10px 5px;
	}

	.colmn3.walk_btn a:not(:last-child) {
		margin-right: 2%;
	}

	.walk_btn a:after {
		left: 5px;
	}

}







/* 211027add_フォトコンテスト */
.page_photomovie-contest .bg {
	background: url(../images/contest_top_bg.png)no-repeat center;
	background-size: cover;
}

.page_photomovie-contest a {
	color: inherit;
}

.page_photomovie-contest p,
.page_photomovie-contest li,
.page_photomovie-contest dd {
	font-size: 16px;
	line-height: 1.5;
}

.page_photomovie-contest dd {
	margin-left: 0;
}

.page_photomovie-contest dt {
	margin: 1em 0;
	font-weight: bold;
}

.page_photomovie-contest p {
	padding: 0;
	margin-bottom: 1em;
	margin-top: 10px;
}

.page_photomovie-contest .page_content1 .text p {
	font-weight: bold;
	line-height: 2;
	font-size: 18px;
}

.page_photomovie-contest .page_content2 {
	background: #fff;
}

.page_photomovie-contest h2#form {
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
}

.page_photomovie-contest .page_content3 .content_area {
	padding: 20px 40px 40px;
}


.page_photomovie-contest #course_info p {
	text-align: center;
	margin: 2em 0;
	border-bottom: solid 1px;
	padding-bottom: 1.5em;
}

.mfp_element_url {
	border: solid 1px #CCC;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}

.page_photomovie-contest .course_info_table table tr {
	margin-bottom: 1.5em;
}

.page_photomovie-contest .course_info_table table td.mousikomi input[type=text],
.page_photomovie-contest .course_info_table table td.mousikomi input[type=email],
.page_photomovie-contest .course_info_table table td.mousikomi input[type=url] {
	width: 100%;
	margin: 0;
}

.page_photomovie-contest h3,
.page_photomovie-contest h4:not(.spot-title) {
	color: #734430;
	margin: 2em 0 1em;
	background: #e1d5c5;
	border: solid 2px #734430;
	border-width: 2px 2px 2px 8px;
	padding: 0.6em 1em;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.page_photomovie-contest .yoko-inner {
	padding: 0 1em;
}


.page_photomovie-contest .page_content1 ul,
.page_photomovie-contest .page_content1 ol {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 2em;
}

.page_photomovie-contest .page_content1 li {
	margin-bottom: 5px;
}

.page_photomovie-contest .page_content1 dt {
	margin: 10px 0;
	font-weight: bold;
}

.page_photomovie-contest .page_content1 dd {
	margin-left: 0.5em;
}

.page_photomovie-contest .contact-box {
	padding: 1em 2em;
	border: solid 1px #734430;
}

ul.kome {
	list-style-type: "※ ";
	padding-left: 1.3em;
}

ul.kome li::marker {
	color: #724430;
	font-weight: bold;
}


p.brown-bold {
	font-weight: bold;
	border-bottom: dotted 2px;
	padding: 0.3em;
	margin: 2em 0 1.5em 2.5em;
	font-size: 18px;
	color: #703028;
}

ol.kakko {
	margin-left: 0;
}

ol.kakko>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.kakko>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	/* サイトに合せて調整 */
	width: 3em;
	/* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
}



ol.maru-num {
	margin-left: 0;
	padding: 0;
}

ol.maru-num>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.maru-num>li:before {
	content: counter(cnt);
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: #703028;
	border-radius: 5px;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
}


.oubo-title {
	font-size: 18px;
	font-weight: bold;
	color: #703028;
	padding: 0.5em;
	margin: 1em 0;
	border: solid;
	border-width: 0px 0 1px 0;
	line-height: 1;
}

p.oubo-title02 {
	color: #5f539d;
	font-weight: bold;
	border-left: solid 8px #5f539d;
	padding-left: 0.5em;
}


.btn_brown {
	margin: 1.5em 0;
}

.btn_brown a {
	display: block;
	width: 50%;
	min-width: 10em;
	background: #724430;
	color: #fff;
	padding: 1em;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	text-decoration: none;
}

.btn_brown a svg {
	fill: #fff;
}

.scroll-box {
	height: 15em;
	overflow: auto;
	border: solid 1px;
}




.contest-download {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e1d4c5;
	margin: 4em 0 0;
	padding: 1em;
}

.link_icatch {
	display: inline-block;
	text-align: center;
}

.link_icatch img {
	width: 15%;
	min-width: 100px;
	margin-bottom: 1em;
}

.link_icatch p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}




@media (max-width: 599px) {
	.page_photomovie-contest .page_content1 .text p {
		font-weight: normal;
		line-height: 2;
		font-size: 16px;
	}

	.page_photomovie-contest dd {
		margin: 0;
	}

	ol.maru-num>li:before {
		position: relative;
		width: 100%;
		border-radius: 5px;
		line-height: 1.5em;
		height: 1.5em;
	}

	p.brown-bold {
		margin: 0.5em 0 1em;
		font-size: 16px;
	}

	.page_photomovie-contest dd {
		margin: 0;
	}

	.btn_brown a {
		width: 100%;
	}

	.page_photomovie-contest .page_content3 .content_area {
		padding: 20px 20px 40px;
	}
}



/* 220216add フォトコンテスト受賞 */
.award-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.award-list .item {
	flex-basis: calc(100% / 3 - 3%);
}

.award-list.photo1 .item {
	flex-basis: 100%;
}

.award-list.photo4 .item {
	flex-basis: calc(100% / 2 - 3%);
}



.award-list .item a {
	text-decoration: none;
}

.award-list .item img {
	width: 100%;
	/*aspect-ratio: 1 /1;
	object-fit: cover;*/
}

.award-list.photo1 .item img {
	aspect-ratio: auto;
}





.award-list .item p {
	text-align: center;
}

.photocon-prize h5 {
	font-size: 20px;
	margin: 1em 0;
	font-weight: bold;
}

.award-list.spot {
	max-width: 80%;
	margin: 0 auto;
}

.award-list.spot .item {
	flex-basis: calc(100% / 3 - 5%);
	max-width: 200px;
	margin-bottom: 2em;
}

.sennemon-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}

.sennemon-desc img {
	max-width: 200px;
}




.award-list .item span.label {
	display: inline-block;
	position: relative;
	height: auto;
	line-height: 20px;
	text-align: center;
	padding: 0 20px 0 18px;
	font-size: 12px;
	background: #5f539d;
	color: #FFF;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.award-list .item span.label:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.award-list .item span.label:after {
	top: 0;
	right: 0;
	border-width: 10px 5px 10px 0px;
	border-color: transparent #f8f4e6 transparent transparent;
	border-style: solid;
}

.award-list.lightup .item span.label {
	font-size: 10px;
}




.fuki {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 10px;
	max-width: 70%;
	margin-right: 5%;
}

.fuki::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 50%;
	border-left: 15px solid #000;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.fuki::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -12px;
	top: 50%;
	border-left: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.sennemon-desc .fuki p {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.title_miryoku {
	color: #734430;
	margin: 2em 0 1em;
	background: #e1d5c5;
	border: solid 2px #734430;
	border-radius: 0 30px 0 0;
	padding: 0.5em 1em;
	font-size: 30px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.title_miryoku h4.spot-title {
	line-height: 1.5;
}

.title_miryoku span.big {
	font-size: 40px;
}

.title_miryoku .img {
	text-align: center;
}

.title_miryoku .img p {
	font-size: 12px;
	color: #000;
	margin: 0;
}

.title_miryoku img {
	max-width: 100px;
}

@media (max-width: 599px) {
	.award-list .item {
		flex-basis: 100%;
	}

	.award-list.spot {
		max-width: unset;
	}

	.award-list.spot .item {
		flex-basis: 100%;
		max-width: unset;
	}

	.sennemon-desc {
		flex-direction: column;
	}

	.fuki {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.fuki::before {
		border-top: 15px solid #000;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		bottom: -150x;
		right: 50%;
		top: calc(100% + 2px);
	}

	.fuki::after {
		border-top: 15px solid #fff;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		top: calc(100% - 1px);
		right: 50%;
	}

	.title_miryoku {
		font-size: 18px;
		flex-direction: column;
	}

	.title_miryoku .img {
		margin-bottom: 1em;
	}

	.title_miryoku span.big {
		font-size: 25px;
	}




	.award-list.photo4 .item {
		flex-basis: 100%;
	}

	.award-list .item img {
		aspect-ratio: auto;
	}

	.award-list.lightup .item span.label {
		font-size: 12px;
	}




/*260202 SP*/


.siborikomi_area .box_wrap {
    flex-flow: column;
}
.siborikomi_area .box_wrap .box.box00 {
    display:none;
}
.siborikomi_area .box_wrap .box.box01{
    width: 100%;
}
.siborikomi_area .box_wrap .box.box02,
.siborikomi_area .box_wrap .box.box03 {
    display:none;
}

.siborikomi_area .box_wrap .box select,
.siborikomi_area .box_wrap .box input {
    padding: 5px;
    width: 26%;
}

.content_area.syousai .text_area .data,
.page_event .content_area .text_area .event_info .data {
    font-size: 100%;
        width: 48%;
        margin-right: 5%;
    }
.content_area .text_area .area {
        width: 45%;
    }
.content_area.syousai .text_area .area,
.content_area .text_area .event_info .data span{
        display: block;
        margin-bottom: 10px;
    margin-right: 0;
}

.event_info {
    display: flex;
    flex-flow: wrap;
    }

.content_area .info_table table tr:first-child,
.content_area .info_table table tr:last-child {
    border: none;
}

.event_info_date .eventorganiser-event-meta .eo-event-meta {
    margin-left: 0;
    padding: 0 0 0 20px;
}

#re_top-event .event-area-inner {
    flex-flow: column;

}
#re_top-event .event-area-inner .event-area__list {
    max-height: unset;
    padding-right: 0px;
    width: 100%;
}
#re_top-event .event-area-inner .event-area__cal {
    display: none;
}

#re_top-event {
    padding: 40px 0px 0px 0;
    background: #F2F2F2;
}
#re_top-event h2 {
margin-bottom: 0;
}
    #re_top-event .event-area-inner {
       display:none;
    }
.re_title-block {
    margin-bottom: 0px;
}
#re_top-news {
    padding: 40px 0px 40px 0;
}
#re_top-news .news .photo {
    width: 35%;
}
#re_top-news .news .text {
    width: 60%;
}
#re_top-news .news .text .title {
    text-decoration: underline;
    font-size: 120%;
    font-weight: bold;
}

.event-subimg_wrap ul.bxslider_spot li {
    width: calc(100% / 2);
}

.info-event {
    font-size: 130%;
    padding: 10px;
}










}





/* 220530add topスライド */
#top_mainslide {
	position: relative;
	height: 40vw;
}

#top_mainslide .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	height: 80%;
}

#top_mainslide .logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#top_mainslide .bgimage {
	display: flex;
	aspect-ratio: 7/2;
	height: 100%;
	overflow: hidden;
}

#top_mainslide .bgimage img {
	width: auto;
	height: 100%;
}

#top_mainslide .bgimage img:first-child {
	animation: slide1 90s -45s linear infinite;
}

#top_mainslide .bgimage img:last-child {
	animation: slide2 90s linear infinite;
}

@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes slide2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

@media (max-width: 599px) {
	#top_mainslide {
		height: 90vw;
	}

	#top_mainslide .logo {
		width: 90%;
	}
}


/*-------------------------
 220530add spotリニューアル 
 ---------------------------*/
.page_spot .page_content {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.page_content.cha {
	background-color: #F2EEE3;
}

/* インデックス */
.page_spot .bg {
	background: url(../images/spot_mainimage.png)no-repeat center;
	background-size: cover;
}

.page_spot #page_title section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 5%;
}

#page_title img.spot_logo {
	width: 345px;
}

.page_content.spot01 {
	background-image: url(../images/spot_bg01.png), url(../images/spot_bg02.png);
	background-repeat: repeat-x;
	background-position: top, bottom;
	background-size: 1440px;
	padding-top: 50px;
	padding-bottom: 0;
}

.page_spot .spot01 h1 {
	max-width: 510px;
	margin: 0 auto 20px;
}

.spot_desc {
	display: flex;
	justify-content: center;
}

.spot_desc p {
	flex-shrink: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	width: 75%;
}

.spot_desc img {
	max-height: 190px;
}

.page_spot .cat {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 20px;
}

.page_spot .cat__item {
	flex-basis: calc(100% / 3 - 14px);
	margin-bottom: 1.5em;
}

.page_spot .cat__item a {
	position: relative;
	text-decoration: none;
	text-align: center;
	display: block;
}

.page_spot figure {
	margin: 0;
}

.page_spot .cat__item figure {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

p.cat__item__title {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	background: #157E8C;
	width: 90%;
	border-radius: 3em;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 13px;
}

p.cat__item__title::after {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: 2em;
	border: dashed #fff 1px;
	border-radius: 3em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.titleline {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #443768;
	margin: 2.25em 0;
	gap: 5px;
}

p.titleline__en {
	padding: 0;
	font-size: 46px;
	font-weight: bold;
	border-bottom: solid 1px;
	line-height: 1.3;
	font-family: 'PT Sans Narrow', sans-serif;
	min-width: 280px;
}

.wide p.titleline__en {
	width: 100%;
}

.titleline__ja {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.slick-slider {
	position: relative;
	padding-bottom: 43px;
}

.slick-arrow {
	background: #fff;
	display: block;
	width: 25px;
	height: 25px;
	border: solid 1px;
	position: absolute;
	bottom: 0;
	right: 13px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.slick-arrow.prev {
	right: 43px;
}

span.icon_arrow {
	border: solid 1px;
	width: 10px;
	height: 10px;
	border-color: currentColor currentColor transparent transparent;
}

span.icon_arrow.left {
	transform: rotate(-135deg);
}

span.icon_arrow.right {
	transform: rotate(45deg);
}

.keywords {
	margin: 0 -13px;
}

.keywords__item {
	margin: 0 13px;
}

.keywords__item a {
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}

.keywords__item__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(255 255 255 / 0.76);
	width: 65%;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.keywords__item__txt img {
	max-width: 93px;
}

p.keywords__item__title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	display: flex;
	align-items: flex-end;
	padding: 0;
}

p.keywords__item__title::before,
p.keywords__item__title::after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.5em;
}

p.keywords__item__title::before {
	transform: rotate(-45deg);
	border-left: solid 1px;
}

p.keywords__item__title::after {
	transform: rotate(45deg);
	border-right: solid 1px;
}


.spot_events {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.spot_events__item {
	flex-basis: calc(50% - 12.5px);
}

.spot_events__item a {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.spot_events__item__label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	text-align: center;
}

.now .spot_events__item__label {
	background-color: rgba(221, 168, 10, 0.85);
}

.before .spot_events__item__label {
	background-color: rgba(0, 0, 0, 0.8);
}

.spot_events__item__img {
	aspect-ratio: 17/10;
	overflow: hidden;
}

.spot_events__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}

a:hover .spot_events__item__img img {
	transform: scale(1.1);
}

.spot_events__item__txt {
	padding: 30px 25px;
}

h3.spot_events__item__txt__ttl {
	font-size: 26px;
	border-bottom: solid 1px;
	margin-bottom: 0.5em;
}

p.spot_events__item__date {
	padding: 0;
	font-weight: bold;
}

p.spot_events__item__plc {
	padding: 0;
	color: #9A9A9A;
	font-weight: bold;
	margin-bottom: 1em;
}

span.spot_events__item__tag__item {
	background: #9A9A9A;
	color: #fff;
	font-size: 10px;
	padding: 0.5em 1em;
	font-weight: bold;
	border-radius: 1px;
}

.page_content.foot {
	background: #F2F2F2;
	padding-top: 70px;
	padding-bottom: 70px;
}

.spot_links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 920px;
	margin: 0 auto;
}

.spot_links__item {
	flex-basis: calc(50% - 10px);
}

/* map */
.page_content.spot02 {
	padding: 0;
}

.area-wrap {
	display: flex;
}

.area-wrap__txt {
	padding-right: min(calc(50vw - 500px), 5vw);
	padding-left: 10%;
	background-color: #F2EEE3;
	flex-basis: 50%;
}

.area-wrap__map {
	flex-wrap: wrap;
	padding: 30px 0 30px calc(min(calc(50vw - 500px), 5vw) + 10%);
	background: url(../images/spot_mapbg.png), linear-gradient(to bottom, #BED1E8 0%, #BED1E8 110px, #F2EEE3 110px, #F2EEE3 100%);
	background-repeat: no-repeat;
	background-position: top right, top left;
	background-size: 395px, 100%;
	flex-basis: 50%;
}

.spot02 .area {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 40px;
}

.area__item a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: flex;
	border-radius: 5px;
	padding: 0.8em 1.3em;
	justify-content: space-between;
	text-decoration: none;
}

.area__item.bay a {
	background-color: #00A1E9;
}

.area__item.oldtown a {
	background-color: #202F55;
}

.area__item.hakatasta a {
	background-color: #F39800;
}

.area__item.airport a {
	background-color: #3C7170;
}

.area__item.naka a {
	background-color: #9B9B9B;
}

.area__item.chiyo-yoshizuka a {
	background-color: #FAC559;
}

.area__item.zasshonokuma a {
	background-color: #C82C55;
}


#spotmap {
	position: relative;
	width: fit-content;
	margin: 0 0 0 auto;
	z-index: 0;
}

.spotmap__area {
	position: absolute;
}

.spotmap__area.bay {
	top: 0;
	left: 0;
	width: 11.88%;
}

.spotmap__area.chiyo-yoshizuka {
	top: 0;
	left: 12.59%;
	width: 45.45%;
}

.spotmap__area.oldtown {
	top: 13.2%;
	left: 0;
	width: 32.86%;
}

.spotmap__area.hakatasta {
	top: 26.46%;
	left: 4.2%;
	width: 45.45%;
}

.spotmap__area.airport {
	top: 18.53%;
	right: 0;
	width: 49.65%;
}

.spotmap__area.naka {
	top: 44.99%;
	left: 16.78%;
	width: 53.84%;
}

.spotmap__area.zasshonokuma {
	bottom: 0;
	left: 37.9%;
	width: 41.25%;
}



a.spotmap__area__label {
	position: absolute;
	z-index: 5;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #fff;
	background: #333;
	padding: 0 10px;
	border-radius: 3em;
}

.bay>a.spotmap__area__label {
	background: #00A1E9;
	top: 40%;
	left: -250%;
}

.oldtown>a.spotmap__area__label {
	background-color: #202F55;
	top: 30%;
	left: -140%;
}

.hakatasta>a.spotmap__area__label {
	background-color: #F39800;
	top: 50%;
	left: -70%;
}

.airport>a.spotmap__area__label {
	background-color: #3C7170;
	top: 2%;
	right: 0;
}

.naka>a.spotmap__area__label {
	background-color: #9B9B9B;
	top: 50%;
	left: -40%;
}

.chiyo-yoshizuka>a.spotmap__area__label {
	background-color: #FAC559;
	top: 20%;
	right: -20%;
}

.zasshonokuma>a.spotmap__area__label {
	background-color: #C82C55;
	top: 40%;
	left: -80%;
}

.spotmap__area__img {
	position: absolute;
	z-index: 5;
	width: 50px;
}

.bay .spotmap__area__img {
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.oldtown .spotmap__area__img {
	top: 40%;
	left: 25%;
	transform: translate(-50%, -50%);
}

.hakatasta .spotmap__area__img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.airport .spotmap__area__img {
	top: 40%;
	right: 20%;
	transform: translate(-50%, -50%);
}

.naka .spotmap__area__img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.chiyo-yoshizuka .spotmap__area__img {
	top: 55%;
	right: 0;
	transform: translate(-50%, -50%);
}

.zasshonokuma .spotmap__area__img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spot02 .spotmap__area img:first-child {
	transition: all .2s;
}

.spot02 .spotmap__area:hover img:first-child {
	mix-blend-mode: color-dodge;
}

.spotmap__area a:hover {
	opacity: 1;
}

.spot02 .spotmap__area:hover a.spotmap__area__label {
	color: #000;
	background: #fff;
}

.spotmap__base {
	position: relative;
	z-index: -1;
}














/* エリア一覧 */
.spot_mv_clm {
	display: flex;
	flex-wrap: wrap;
}

.spot_mv_clm__img,
.spot_mv_clm__txt {
	flex-basis: 50%;
	flex-grow: 1;
}

.spot_mv_clm__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spot_mv_clm__txt {
	padding-right: max(3vw, calc(50vw - 500px));
	padding-left: 38px;
	color: #fff;
}

.spot_mv_clm__txt .titleline {
	color: #fff;
}

#page.airport .spot_mv_clm__txt {
	background: #3C7170;
}

#page.bay .spot_mv_clm__txt {
	background-color: #00A1E9;
}

#page.oldtown .spot_mv_clm__txt {
	background-color: #202F55;
}

#page.hakatasta .spot_mv_clm__txt {
	background-color: #F39800;
}

#page.naka .spot_mv_clm__txt {
	background-color: #9B9B9B;
}

#page.chiyo-yoshizuka .spot_mv_clm__txt {
	background-color: #FAC559;
}

#page.zasshonokuma .spot_mv_clm__txt {
	background-color: #C82C55;
}



.page_content.spotcat01 {
	padding: 0;
}

.page_content.spotcat01 #spotmap a {
	pointer-events: none;
}






.airport #spotmap .spotmap__area:not(.airport) a.spotmap__area__label,
.bay #spotmap .spotmap__area:not(.bay) a.spotmap__area__label,
.oldtown #spotmap .spotmap__area:not(.oldtown) a.spotmap__area__label,
.hakatasta #spotmap .spotmap__area:not(.hakatasta) a.spotmap__area__label,
.naka #spotmap .spotmap__area:not(.naka) a.spotmap__area__label,
.chiyo-yoshizuka #spotmap .spotmap__area:not(.chiyo-yoshizuka) a.spotmap__area__label,
.zasshonokuma #spotmap .spotmap__area:not(.zasshonokuma) a.spotmap__area__label {
	background-color: #C8C8C8;
}

.airport #spotmap .spotmap__area:not(.airport) img,
.bay #spotmap .spotmap__area:not(.bay) img,
.oldtown #spotmap .spotmap__area:not(.oldtown) img,
.hakatasta #spotmap .spotmap__area:not(.hakatasta) img,
.naka #spotmap .spotmap__area:not(.naka) img,
.chiyo-yoshizuka #spotmap .spotmap__area:not(.chiyo-yoshizuka) img,
.zasshonokuma #spotmap .spotmap__area:not(.zasshonokuma) img {
	opacity: 0;
}








.spotcat01 .area-wrap__txt {
	display: flex;
	align-items: center;
}

.spotcat-area {
	flex-grow: 1;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 530px;
	padding-right: 10px;
}

.spotcat-area__item a {
	display: flex;
	align-items: center;
	gap: 1em;
	text-decoration: none;
	border-bottom: solid 1px #C4C4C4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: inherit;
}

.spotcat-area__item a img:first-of-type {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*角丸*/
	object-fit: cover;
}

.spotcat-area__item a:hover img:last-of-type {
	transform: translateX(0.5em);
}

.spotcat-area__item a span {
	flex-grow: 1;
	font-weight: bold;
}

.spotcat-area spotcat-area__item:nth-child(n+6):nth-child(-n+10) {
	display: none;
}








#page.page_spot .pnkz {
	background: #FBFBFB;
	padding: 15px 0;
}


.side-main {
	display: flex;
	gap: 3.5%;
	margin: 45px 0;
}

.side-main__side {
	flex-basis: 215px;
	flex-shrink: 0;
}

.side-main__side-inner {
	padding: 0 15px;
}

h3.spot-s-title {
	font-size: 16px;
	border-bottom: solid 1px #D9D9D9;
	margin-bottom: 0.7em;
	padding-bottom: 0.35em;
}

.spot-s {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}

form#feas-searchform-2 input.feas-submit-button {
	width: 100%;
	border: none;
	padding: 0.7em;
	background: #443768;
	color: #fff;
	border-radius: 2px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

form#feas-searchform-2 input.feas-submit-button:hover {
	background: #27203c;
}




.page_content.spotcat02 {
	padding-top: 0;
}

.spot-list__item a {
	display: flex;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 25px;
	text-decoration: none;
	color: inherit;
}

.spot-list__item__txt {
	flex-basis: 40%;
	flex-shrink: 0;
	padding: 15px 20px;
}

.spot-list__item__img {
	overflow: hidden;
}

.spot-list__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}

a:hover .spot-list__item__img img {
	transform: scale(1.1);
}

p.spot-list__item__txt__cat {
	font-size: 11px;
	background: #443768;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 7px;
}

h2.spot-list__item__txt__title {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.25em;
}

p.spot-list__item__txt__area {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
}

.spot-list__item__txt__tags {
	font-size: 14px;
	color: #BA8C00;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-bottom: 35px;
}

.spot-list__item__txt__desc {
	color: #909090;
}

.spot-list__item__txt__desc h3 {
	font-size: 14px;
}

.spot-list__item__txt__desc p {
	font-size: 12px;
	padding: 0;
	line-height: 1.7;
}



.page_content.spotfootserch {
	background: #FBFBFB;
	padding-top: 65px;
}

.spotfootserch__aj {
	border-bottom: solid 1px #707070;
	padding-bottom: 34px;
	margin-bottom: 50px;
}

.spotfootserch__aj form {
	display: flex;
}

.spotfootserch__aj__select {
	flex-basis: 38%;
	border: solid 1px;
	border-radius: 2px;
	margin-right: 2.2%;
}

.spotfootserch__aj__select label {
	position: relative;
}

.spotfootserch__aj__select span {
	position: absolute;
	top: 50%;
	left: 15px;
	pointer-events: none;
	color: #443768;
	font-weight: bold;
	transform: translateY(-50%);
}

.spotfootserch__aj__select select {
	border: none;
	padding: 15px;
	width: 100%;
	text-indent: 5em;
	appearance: none;
	color: #BABABA;
	background: #fff;
}

.spotfootserch__aj__select:nth-of-type(2) select {
	text-indent: 6em;
}

.spotfootserch__aj input.feas-submit-button {
	background: #DDA90A;
	border: none;
	color: #fff;
	border-radius: 3em;
	flex-grow: 1;
	font-weight: bold;
	margin-left: 4%;
	cursor: pointer;
	transition: all .2s;
}

.spotfootserch__aj input.feas-submit-button:hover {
	background: #ac8206;
}

.spotfootserch__aj input.feas-submit-button:before {
	content: "\f002";
}


p.spotfootserch__cat__title,
p.spotfootserch__area__title {
	font-size: 26px;
	color: #443768;
	font-weight: bold;
	padding: 0;
	margin-bottom: 1em;
}

.spotfootserch__cat__list,
.spotfootserch__area__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.spotfootserch__cat__list__item,
.spotfootserch__area__list__item {
	flex-basis: calc(calc(100% - 60px) / 3);
}

.spotfootserch__cat__list__item a {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	background-color: #000;
}

.spotfootserch__area__list__item a {
	display: flex;
	border: solid 1px;
	color: inherit;
	border-radius: 2px;
	padding: 1em 2em;
	text-decoration: none;
	background-color: #fff;
	transition: all .2s;
}

.spotfootserch__cat__list__item a:hover,
.spotfootserch__area__list__item a:hover {
	opacity: 1;
}

img.spotfootserch__cat__list__item__img {
	opacity: 0.6;
	transition: all .2s;
}

a:hover .spotfootserch__cat__list__item__img {
	opacity: 0.5;
	transform: scale(1.1);
}

p.spotfootserch__cat__list__item__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

p.spotfootserch__area__list__item__txt {
	padding: 0;
	flex-grow: 1;
	font-weight: bold;
}

.spotfootserch__area__list__item a:hover {
	background-color: #E7E7E7;
}

img.spotfootserch__area__list__item__arw {
	transition: all .2s;
}

a:hover img.spotfootserch__area__list__item__arw {
	transform: translateX(0.5em);
}

.spotfootserch__area {
	margin-bottom: 45px;
}






/* カテゴリー一覧 */
.spot_mv {
	position: relative;
}

.spot_mv__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 40px;
}

p.spot_mv__txt__en {
	font-weight: bold;
	font-size: 40px;
	font-family: 'PT Sans Narrow', sans-serif;
}

h1.spot_mv__txt__ja {
	font-size: 18px;
}


/* スポット詳細 */
#page.page_spot.page_spot_info .pnkz {
	background: #fff;
}

.spot_image {
	background: #F2F2F2;
	padding: 20px 0;
}

.spot-slider {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

.spot-slider-thumb {
	padding: 0;
}

.spot-slider-thumb .slick-track {
	transform: unset !important;
}

.spot-slider .slick-arrow {
	z-index: 5;
	bottom: 11px;
	border: none;
	background: rgb(255 255 255 / 65%);
}

.spot-slider__item {
	width: 100%;
	/*aspect-ratio: 3 / 2;*/
}

.spot-slider__item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.spot-slider-thumb .slick-track {
	margin-left: 0;
}

.spot-slider-thumb__item {
	margin-right: 10px;
}

.spot-slider-thumb .spot-slider-thumb__item {
	cursor: pointer;
	border: solid 1px transparent;
}

.spot-slider-thumb .spot-slider-thumb__item img {
	opacity: .5;
	transition: opacity .3s linear;
}

.spot-slider-thumb .spot-slider-thumb__item:hover {
	border: solid 1px #707070;
}

.spot-slider-thumb .spot-slider-thumb__item.slick-current img {
	opacity: 1;
}

html {
	scroll-behavior: smooth;
}

.spot_content {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 55px;
}

.spotinfo_mkj {
	background: #F2F2F2;
	border-radius: 2px;
	padding: 15px;
	margin-bottom: 70px;
}

p.spotinfo_title {
	font-weight: bold;
	padding: 0;
	margin-bottom: 0.8em;
}

ul.spotinfo_mkj-inner {
	padding-left: 0.7em;
	margin: 0;
}

ul.spotinfo_mkj-inner li {
	padding-left: 0.3em;
}

ul.spotinfo_mkj-inner li::marker {
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-weight: bold;
	color: #BA8C00;
}

ul.spotinfo_mkj-inner a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
}

h2.spotinfo_side__title {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #D9D9D9;
	padding-bottom: 0.2em;
	margin-bottom: 10px;
}

.spotinfo_by {
	margin-bottom: 45px;
}

.spotinfo_by__item a {
	display: block;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	background: #000;
	color: #fff;
	margin-bottom: 8px;
	max-height: 75px;
}

p.spotinfo_by__item__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	width: 90%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.spotinfo_by__item img {
	opacity: 0.7;
	transition: all .2s;
}

.spotinfo_by__item a:hover {
	opacity: 1;
}

.spotinfo_by__item a:hover img {
	opacity: 0.5;
	transform: scale(1.1);
}


.spotinfo_kiji__item {
	margin-bottom: 8px;
}

.spotinfo_kiji__item a {
	display: flex;
	flex-direction: row-reverse;
	gap: 9px;
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	line-height: 1.25;
}

.spotinfo_kiji__item__img {
	flex-basis: 42%;
	flex-shrink: 0;
	border-radius: 2px;
	overflow: hidden;
}

.spotinfo_kiji__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spotinfo_kiji__item time {
	font-size: 10px;
	color: #A2A2A2;
}

.spotinfo_kiji__item__txt {
	flex-grow: 1;
}



h1.spot-info-content__title {
	font-size: 46px;
}

p.spot-info-content__kana {
	font-size: 18px;
	color: #939393;
	font-weight: bold;
}

p.spot-info-content__kana {
	font-size: 18px;
	color: #939393;
	font-weight: bold;
	border-bottom: solid 1px #D9D9D9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

span.spot-info-content__cat {
	background: #F2F2F2;
	border-radius: 2px;
	padding: 0.5em 1em;
	font-weight: bold;
	margin-right: 1.25em;
}

span.spot-info-content__area {
	font-weight: bold;
}

.spot-info-content__tags {
	margin: 15px 0 45px;
	border-bottom: solid 1px #D9D9D9;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	color: #BA8C00;
	font-weight: bold;
}

.spot-info-content h2 {
	text-align: left;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 1em;
}

.spot-info-content h2:not(:first-of-type) {
	margin-top: 80px;
}

.spot-info-content h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
	color: #BA8C00;
}

.spot-info-content p {
	line-height: 1.625;
}

.spot-info-content .clm {
	display: flex;
	gap: 3%;
	margin-bottom: 30px;
}

.spot-info-content .clm__img {
	flex-basis: 35%;
	flex-shrink: 0;
}

.spot-info-content .clm.rev {
	flex-direction: row-reverse;
}

.spotinfo_modal {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.spotinfo_modal>* {
	flex-basis: calc(calc(100% - 30px)/3);
}

.spotinfo_modal>* img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.spotinfo_movie iframe,
.spotinfo_map iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.spotinfo_info {
	border-top: solid 1px #D0D0D0;
	margin-bottom: 15px;
}

.spotinfo_info dl {
	display: flex;
	border-bottom: solid 1px #D0D0D0;
	margin: 0;
}

.spotinfo_info dt {
	background-color: #F2F2F2;
	font-weight: bold;
	flex-basis: min(10em, 35%);
	padding: 0.6em 1em;
	flex-shrink: 0;
}

.spotinfo_info dd {
	margin: 0;
	padding: 0.6em 1em;
}

@media (max-width: 1000px) {
	.page_spot .page_content:not(.spot01, .spot02, .spotcat02, .spotcat01) {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.page_spot #page_title {
		margin-top: 0;
	}

	.page_content.spot01 {
		background-size: 660px;
	}

	.page_spot .spot01 h1 {
		max-width: 370px;
		margin: 0 auto 20px;
	}

	.spot_desc p {
		font-size: 16px;
		line-height: 1.7;
	}

	.spot_desc img {
		max-height: 120px;
	}

	.area-wrap__txt {
		padding-right: 3vw;
		padding-left: 3vw;
		flex-basis: 40%;
	}

	.area__item a {
		font-size: 14px;
	}

	.area-wrap__map {
		padding-left: 3vw;
		flex-grow: 1;
	}

	.titleline {
		margin: 1.25em 0;
	}

	p.titleline__en {
		font-size: 36px;
	}

	.titleline__ja {
		font-size: 14px;
	}

	p.cat__item__title {
		font-size: 15px;
		padding: 8px;
	}

	.keywords__item {
		margin: 0 7px;
	}

	.keywords__item__txt {
		width: 90%;
		gap: 5px;
		padding: 10px;
	}

	.keywords__item__txt img {
		max-width: 70px;
	}

	p.keywords__item__title {
		font-size: 16px;
	}

	.spot_events__item__txt {
		padding: 15px;
	}

	.spot_events__item__label {
		font-size: 14px;
	}

	h3.spot_events__item__txt__ttl {
		font-size: 18px;
		padding-bottom: 0.3em;
	}

	p.spot_events__item__date,
	p.spot_events__item__plc {
		font-size: 14px;
	}

	.spot_mv {
		aspect-ratio: 4 / 1;
	}

	.spot_mv__img {
		height: 100%;
	}

	.spot_mv__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	p.spot_mv__txt__en {
		font-size: 30px;
	}

	h1.spot_mv__txt__ja {
		font-size: 16px;
	}

	.spot-list__item a {
		flex-direction: column;
	}

	.spot-list__item__img {
		max-height: 300px;
	}

	.spot-list__item__txt__tags {
		margin-bottom: 15px;
	}

	p.spotfootserch__cat__title,
	p.spotfootserch__area__title {
		font-size: 20px;
	}

	.spotfootserch__cat__list,
	.spotfootserch__area__list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.spotfootserch__cat__list__item,
	.spotfootserch__area__list__item {
		flex-basis: calc(calc(100% - 10px) / 2);
	}

	p.spotfootserch__cat__list__item__txt {
		font-size: 18px;
	}

	.page_content.spotcat02 {
		padding-bottom: 50px;
	}

	h1.spot-info-content__title {
		font-size: 30px;
	}

	p.spot-info-content__kana {
		font-size: 16px;
	}

	.spot-info-content h2 {
		font-size: 20px;
	}

	.spot-info-content h3 {
		font-size: 16px;
	}

	.spot-info-content .clm,
	.spot-info-content .clm.rev {
		flex-direction: column;
		gap: 10px;
	}
}

@media (min-width: 600px) {
	.sponly {
		display: none !important;
	}
}

@media (max-width: 599px) {
	.spot_desc img {
		display: none;
	}

	.spot_desc p {
		width: 100%;
	}

	.area-wrap {
		flex-direction: column;
	}

	.area-wrap__map {
		padding: 30px 10% 0 25%;
	}

	.spot02 .area {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5px;
	}

	.area-wrap__txt {
		padding-bottom: 30px;
	}

	.area__item {
		flex-basis: calc(calc(100% - 5px)/2);
	}

	.page_spot .cat {
		gap: 10px;
	}

	.page_spot .cat__item {
		flex-basis: calc(calc(100% - 10px)/2);
	}

	.spot_events__item {
		flex-basis: 100%;
	}

	.spot_links__item {
		flex-basis: 100%;
	}

	.spot_mv {
		aspect-ratio: 5/3;
	}

	.spot_mv__txt {
		width: 90%;
		padding: 30px 15px;
	}

	.page_spot:not(.page_spot_info) .side-main {
		display: block;
	}

	.page_spot:not(.page_spot_info) .side-main__side {
		margin-bottom: 30px;
	}



	.spotfootserch__aj form {
		flex-direction: column;
		gap: 10px;
	}

	.spotfootserch__aj__select {
		margin-right: 0;
	}

	button.spot-fs-button {
		padding: 1em;
	}

	.spotfootserch__cat__list,
	.spotfootserch__area__list {
		gap: 5px;
	}

	.spotfootserch__cat__list__item,
	.spotfootserch__area__list__item {
		flex-basis: calc(calc(100% - 5px) / 2);
	}

	.spotfootserch__area__list__item a {
		padding: 10px;
		font-size: 14px;
	}

	p.spotfootserch__cat__list__item__txt {
		font-size: 14px;
	}

	.page_spot:not(.page_spot_info) .side-main__side-inner {
		padding: 0;
		background: #f8f8f8;
		border: solid 1px #e8e8e8;
		border-radius: 5px;
	}

	.spotsearch-btn {
		text-align: center;
		cursor: pointer;
		padding: 15px;
	}

	form#feas-searchform-2 {
		display: none;
		padding: 0 15px 15px;
	}

	.side-main__side-inner .spotsearch-btn i {
		transition: all .2s;
	}

	.side-main__side-inner.open .spotsearch-btn i {
		transform: rotate(180deg);
	}

	.side-main__side-inner.open .spotsearch-btn {
		padding-bottom: 1em;
	}


	.spotcat-area__item a img:first-of-type {
		width: 40px;
		height: 40px;
	}

	.spotcat01 .area-wrap__txt {
		justify-content: center;
	}

	.spotcat-area {
		flex-grow: 0;
		width: 90%;
	}

	.spotcat-area__item a {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.spotcat-area {
		margin-top: 20px;
		max-height: 320px;
	}

	/* #spotmap {
		max-width: 210px;
	} */

	.page_spot_info .side-main {
		flex-direction: column-reverse;
		margin: 0;
	}

	.page_spot_info .side-main__side {
		margin-top: 50px;
	}

	.spotinfo_mkj {
		display: none;
	}

	.side-main__side-inner {
		padding: 0;
	}

	.spotinfo_movie iframe,
	.spotinfo_map iframe {
		max-height: 30vh;
	}

	.spotinfo_by-inner {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}

	.spotinfo_by__item {
		flex-basis: calc(calc(100% - 5px) / 2);
	}

	.spotinfo_by__item a {
		margin-bottom: 0;
	}

	.spotinfo_kiji__item__img {
		aspect-ratio: 5/2;
	}

	.spotinfo_kiji__item a {
		font-size: 14px;
	}

	.spotinfo_kiji__item time {
		font-size: 13px;
		margin-bottom: 0.5em;
		display: block;
	}

	.spotinfo_info dl {
		flex-direction: column;
	}

	.spot_mv_clm__txt {
		padding: 0 5vw;
	}

	.area-wrap__map {
		background-position: top left, top left;
		background-size: 100%;
	}

	.spotmap__area__img {
		display: none;
	}

	.oldtown>a.spotmap__area__label {
		left: -90%;
	}

}





/*「＃博多の魅力」キャンペーン*/

h4.h4_underline {
	border: none !important;
	position: relative;
	display: inline-block;
	margin: 0 0 30px !important;
	padding: 15px !important;
	width: 100%;
	background: #efefef !important;
}

h4.h4_underline:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #efefef;
}


.miryokucamp_box {
	display: flex;
}

.miryokucamp_box .photo {
	max-width: 40%;
	margin-right: 20px;
}

.miryokucamp_box .text h5 {
	font-size: 20px;
	border-bottom: 1px solid #734430;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}

@media (max-width: 599px) {

	.miryokucamp_box .photo {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}


	.miryokucamp_box {
		display: flex;
		flex-flow: column;
	}

}