@charset "utf-8";

/* メイングラフィックスライド */

ul#top_photo {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/*
ul#top_photo:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
*/

.top_slide {
	height: 760px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

button[id^='mp_control_'] {
	display: block;
	width: 90px;
	height: 90px;
	background: no-repeat center center rgba(255,255,255,0.35);
	background-size: auto 50%;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	border-radius: 50%;
	-webkit-transition: background 0.25s;
	transition: background 0.25s;
	position: absolute;
	bottom: 226px;
}
button[id^='mp_control_']:hover {
	background-color: rgba(255,255,255,0.7);
}
button#mp_control_prev {
	background-image: url(/img/top/slider/prev.png);
	left: 10px;
}
button#mp_control_next {
	background-image: url(/img/top/slider/next.png);
	right: 10px;
}
button#mp_control_pause {
	background-image: url(/img/top/slider/pause.png);
	background-size: auto 35%;
	right: 120px;
}
button#mp_control_play { display: none;
	background-image: url(/img/top/slider/play.png);
	background-size: auto 35%;
	right: 120px;
}
ul.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}
ul.slick-dots li button {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	text-indent: 24px;
	white-space: nowrap;
	overflow: hidden;
}
ul.slick-dots li.slick-active button {
	background-color: #fff;
}

/* メイングラフィックスライドここまで */
/* 重要なお知らせ */
#main_box_important {
	margin: 50px auto 0;
	text-align: center;
	max-width: 1100px;
}

#list_top_impo_wrap {
	display: table;
	border: 1px solid #c00;
	width: 100%;
}

#list_top_impo_wrap > div {
	display: table-cell;
	vertical-align: middle;
}

.list_top_impo_ttl {
	background: #c00;
	color: #fff;
	padding: 0 40px;
	width: 10em;
}

.list_top_impo_ttl h2 {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1em;
}

.list_top_impo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list_top_impo {
	padding: 20px;
	text-align: left;
}
/* 重要なお知らせここまで */

#container{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main_a > div[id^="top_"]{
	margin-top: 80px;
	margin-bottom: 80px;
}

/* 「あたらしい鎌倉観光」 */
#top_nav_wrap h2 {
	text-align: center;
}

ul#top_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

ul#top_nav li {
	display: block;
	width: 33.33333333%;
	height: auto;
	background: #333;
}

ul#top_nav li a {
	display: block;
	width: auto;
	height: 320px;
	position: relative;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
}
/* 「あたらしい鎌倉観光」ここまで */


/* 「鎌倉で、なにをしよう？」 */

#top_search_wrap {
	background: url(/img/top/bg_kensaku.jpg) no-repeat center top;
	background-size: 100% auto;
}
#top_search_wrap h2{
	text-align: center;
	margin: 0;
	color: #fff;
	padding: 0;
	padding-top: 200px;
	padding-bottom: 100px;
}
#top_search_keyword {
	width: 660px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
#top_search_keyword:before{
	content: '';
	display: block;
	width: 75%;
	height: 50px;
	position: absolute;
	background: #000;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 50px 40px rgba(0,0,0,1);
	        box-shadow: 0 0 50px 40px rgba(0,0,0,1);
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
	opacity: 0.125
}
#top_search_keyword p a{
	display: inline-block;
	margin: 0 10px;
	color: currentColor;
	text-decoration: none;
	cursor: pointer;
}
#top_search_keyword p a:before{
	content: '#';
}

form#cse-search-box {
	display: inline-block;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
	        box-shadow: 0 0 5px rgba(0,0,0,0.75) inset;
	padding: 5px 10px;
	border-radius: 10px;
	background: #fff;
}

#submit {
	background: url(/img/top/icon_search.png) no-repeat center center transparent;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#tmp_query {
	width: 400px;
}
/* 「鎌倉で、なにをしよう？」ここまで */


/* 今月の鎌倉 */
#top_kongetsu {
	background: url(/img/top/kongetsu_bg.jpg) no-repeat center top;
	background-size: 1100px auto;
	margin: 0;
	padding: 35px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#top_kongetsu.open{
	position: relative;
}
#top_kongetsu h2 {
	margin: 0 0 35px;
	text-align: center;
	background: url(/img/top/h2bg.png) no-repeat left calc(50% - 5em) center,url(/img/top/h2bg.png) no-repeat right calc(50% - 5em) center;
}

#lettering {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

#lettering .lettering_box {
	width: 370px;
	margin: 0 15px;
}

#lettering .lettering_text {
	text-align: center;
}

#lettering .captionbox img {
	width: 100%;
	height: auto;
}

#lettering .captionbox {
	height: 245px;
	overflow: hidden;
}
a.link_calendar {
	display: inline-block;
	padding: 20px 70px;
	background: url(/img/top/icon_event_calendar.png) no-repeat right 20px center #fff;
	text-decoration: none;
}

/* 今月の鎌倉ここまで */

/* 今月の鎌倉・カレンダー */
.open #top_calendar_detail{
	display: block;
}
#top_calendar_detail {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	background: #fff;
	padding: 30px 50px;
}

ul.calendar_index {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.calendar_index li {
	display: inline-block;
}

#main #main_a table#top_calendar_table {
	border: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#main #main_a table#top_calendar_table th,
#main #main_a table#top_calendar_table td {
	border: none;
	font-size: 1.8rem;
	text-align: center;
	margin: 0;
	padding: 10px;
	line-height: 1em;
}
#main #main_a table#top_calendar_table th{
	background: none;
}
#main #main_a table#top_calendar_table td{
	text-align: center;
}
table#top_calendar_table td a{
	color: currentColor;
	text-decoration: none;
}
table#top_calendar_table td a:hover,table#top_calendar_table td a:focus{
	text-decoration: underline;
}
/* 今月の鎌倉・カレンダーここまで */


/* 観光協会からのお知らせ */
#top_oshirase {
	padding: 30px 0;
	text-align: center;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#top_oshirase h2 {
	margin: 0 0 35px;
	padding: 0;
}
#top_oshirase .list_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_oshirase .lettering_box {
	display: block;
	width: 180px;
	margin: 0 20px;
}
/*
#top_oshirase .lettering_box.slick-slide{
	margin: 0;
}
#top_oshirase .lettering_box.slick-slide .lettering_text{
	width: 180px;
} 
*/
#top_oshirase button.prev,#top_oshirase button.next {
	display: block;
	width: 25px;
	height: 25px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 100px;
	background: none;
	border: none;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 2px solid currentColor;
}
#top_oshirase button.prev{
	left: -50px;
	border-top: none;
	border-right: none;
}
#top_oshirase button.next{
	right: -50px;
	border-left: none;
	border-bottom: none;
}

#top_oshirase .list_top:not([class*="slick"]) .lettering_box:nth-child(n+6) {
	display: none;
}

#top_oshirase .captionbox {
	width: 180px;
	height: 180px;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
}
/* 観光協会からのお知らせここまで */

/* SNS */
#top_iimonoiikoto {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}

#top_iimonoiikoto h2 {
	margin: 0 0 35px;
	padding: 0;
}

#iikoto_iimono_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#iikoto_iimono_wrap > div {
	width: 520px;
	background: url(/img/top/iikoto_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
}
#iikoto_iimono_wrap > div h3{
	margin: 0;
	padding: 0 0 50px;
	background: url(/img/top/h2bg.png) no-repeat center top 40px;
}

#iikoto_iimono_wrap .lettering_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	text-align: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	background: #fff;
	margin: 30px 0 0;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}
#iikoto_iimono_wrap .lettering_box:nth-of-type(n+4){
	display: none;
}

#iikoto_iimono_wrap .lettering_box .captionbox {
	display: block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
}

#iikoto_iimono_wrap .lettering_text {
	/* margin-left: 20px; */
	width: calc(100% - 100px);
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 20px;
}

#top_sns {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}

#top_sns h2 {
	margin: 0px 0 35px;
	padding: 0;
}
#snsbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#snsbox > div{
	width: 450px;
	height: 350px;
}
/* SNSここまで */

/* スペシャルプロジェクト */
#top_specialproject {
	text-align: center;
	background: url(/img/top/project_bg.jpg) no-repeat center top;
	background-size: cover;
	width: 1100px;
	margin: 0 auto;
	padding: 35px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#top_specialproject h2 {
	margin: 0 0 35px;
	padding: 0;
}

#top_specialproject ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


#top_specialproject ul li {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 25px
}
#top_specialproject ul li a{
	display: block;
}
/* スペシャルプロジェクトここまで */


/* バナースライド */
div#banner_footer3 ul.banner_c {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#banner_footer3 ul.banner_c .slick-slide {
	margin: 0 10px;
}

#banner_footer3 {
	background: url(/img/top/banner3bg.jpg);
	padding: 20px;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* バナースライドここまで */

/* 新着一覧ページリンク */
.link_more {
	text-align: right;
}

.link_more span {
	display: inline-block;
}

.link_more span a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	position: relative;
	text-transform: lowercase;
}

.link_more span a:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: currentColor;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
/* 新着一覧ページリンクここまで */

#top_news {
	max-width: 1100px;
	margin: 0 auto;
}
#top_news h2{
	text-align: center;
}


#top_news .list_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_news .lettering_box {
	display: block;
	width: 180px;
	margin: 0 20px;
}

#top_news button.prev,#top_news button.next {
	display: block;
	width: 25px;
	height: 25px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 100px;
	background: none;
	border: none;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 2px solid currentColor;
}
#top_news button.prev{
	left: -50px;
	border-top: none;
	border-right: none;
}
#top_news button.next{
	right: -50px;
	border-left: none;
	border-bottom: none;
}

#top_news .list_top:not([class*="slick"]) .lettering_box:nth-child(n+6) {
	display: none;
}

#top_news .captionbox {
	width: 180px;
	height: 180px;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
}

/* トピックス画像はありません */
#lettering .captionbox:empty {
	background: url(/img/common/kabuto_brown.png) no-repeat center center #fff;
	position: relative;
	outline: 1px solid #ddd;
}

#lettering .captionbox:empty:after {
	content: 'No image available';
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	font-size: 1.4rem;
}
#top_oshirase .lettering2:empty,
#top_news .lettering_box .lettering2:empty {
	height: 180px;
	background: url(/img/common/kabuto_brown.png) no-repeat center center #fff;
	outline: 1px solid #ddd;
	position: relative;
	background-size: 80px auto;
	width: 180px;
	margin: 0 auto;
}

#top_oshirase .lettering2:empty:after,
#top_news .lettering_box .lettering2:empty:after {
	content: 'No image available';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}

#top_iimonoiikoto .lettering2:empty {
	width: 100px;
	height: 100px;
	background: url(/img/common/kabuto_brown.png) no-repeat top 20px center transparent;
	background-size: 60px auto;
/* 	outline: 1px solid #ddd; */
	position: relative;
}

#top_iimonoiikoto .lettering2:empty:after {
	content: 'No image';
	display: block;
	position: absolute;
	bottom: 10px;
	font-size: 1.1rem;
	width: 100%;
	text-align: center;
}
/* トピックス画像はありませんここまで */

/* 回遊ボタン ゴールデンウィーク情報 */
#kaiyu_gw {
	position: fixed;
	z-index: 9999;
	bottom: 132px;
	left: 0;
}

#kaiyu_gw a {
	display: block;
	width: 300px;
	height: auto;
	max-width: 100vw;
}

#kaiyu_gw a img {
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
}
/* 回遊ボタン ゴールデンウィーク情報ここまで */


/* 2019-09-17 台風15号の被害状況について */

#about_typhoon_damage {
	position: fixed;
	left: 0;
	bottom: 10px;
	z-index: 999;
	width: 300px;
}

#about_typhoon_damage a {
	display: block;
}

#about_typhoon_damage img {
	width: 300px;
	height: auto;
}
/* 2019-09-17 台風15号の被害状況について ここまで */