@charset "UTF-8";
/*
	IMS ASAHI MOUNTAIN PARK
	INDEX CSS
	
	MarkUp -> Pati:)
	
	LAST UPDATE
	
	- 2012.04.04 製作開始 (Pati)
	
--------------------------------------------------------------*/

/* INDEX
--------------------------------------------------------------*/
/* main-images
--------------------------------------------------------------*/
div.main-img {
	background: #edf3de url(images/main_line.gif) repeat-x left bottom;
	height: 400px;
	overflow: hidden;
	padding: 0 0 5px;
	position: relative;
	text-align: left;
	width: 100%;
}

div.main-img div {
	position: absolute;
	text-align: center;
	width: 100%;
}

div.image-n0 {
	background: url(images/main0.jpg) no-repeat center top;
}

div.image-n1 {
	background: url(images/main1.jpg) no-repeat center top;
}

div.image-n2 {
	background: url(images/main2.jpg) no-repeat center top;
}

div.image-n3 {
	background: url(images/main3.jpg) no-repeat center top;
}

div.main-img div.first {
	display: block;
}

*+html ul.clum {
	margin: 0 0 30px;
}

/* top contents - clum
--------------------------------------------------------------*/


.content {
	padding: 30px 0;
	width: 980px;
}

.clum {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto 30px;
}


.clum>li:nth-child(1),
.clum>li:nth-child(2),
.clum>li:nth-child(3) {
	width: 290px;
	box-shadow: 1px 1px 2px #dfd6c7;
	padding: 10px;
}

.clum>li:nth-child(4),
.clum>li:nth-child(5),
.clum>li:nth-child(6),
.clum>li:nth-child(7) {
	width: 220px;
	box-shadow: 1px 1px 2px #dfd6c7;
	padding: 10px;
}

.clum>li:hover {
	background: #eef3df;
	transition: 0.1s;
}

.clum>li>dl>dt {
	text-align: center;
}

.clum>li>dl>dt>img {
	width: 100%;
}

.clum>li>dl>dd.title {
	text-align: center;
	border-bottom: 1px solid #957545;
}

.clum>li>dl>dd.title>a>img {
	margin-bottom: 15px;
	margin-top: 15px;
}

.clum>li>dl>dd.dd_txt {
	width: 100%;
	margin: 20px auto;
}





/* top contents - news
--------------------------------------------------------------*/
.event-news {
	margin: 0 0 50px;
	width: 985px;

}

.event-news p {
	display: table-cell;
	font-weight: bold;
	/*	font-size:1.3em;*/
	vertical-align: middle;
	width: 264px;
}

* html .event-news p {
	display: inline;
	zoom: 1;
}

*+html .event-news p {
	display: inline;
	zoom: 1;
}

.event-news p.event-title {
	padding: 0 5px 0 10px;
	width: 264px;
}

.event-news p.event-title img {
	margin: 27px 0;
}

.event-news p.detail {
	position: absolute;
	right: 0;
	top: 60%;
	width: 118px;
}


/* top contents - blog
--------------------------------------------------------------*/

h2 {
	border-bottom: 1px solid #8C6E3C;
	paddign: 0 0 5px;
	width: 974px;
}

h2 img {
	margin: 0 15px 0 0;
	vertical-align: middle;
}

div.blog-area {
	margin: 10px 25px 50px;
	padding: 20px 20px 0 0;
	overflow-y: scroll;
	height: 340px;
	border: 1px solid #eaeaea;
	padding: 14px;
}

div.blog-area dl {
	background: url(images/line.gif) repeat-x left bottom;
	/* margin: 0 0 20px;
	padding: 0 0 20px; */
  padding: 20px 0;
}

div.blog-area dl dt,
div.blog-area dl dd {
	float: left;
	/*	font-size:1.2em;*/
}

div.blog-area dl dt{
	width: 130px;
}

div.blog-area dl dd {
	padding: 0 0 0 25px;
}

div.blog-area dl dd.date {
	clear: both;
	padding: 0 0 0 15px;
	width: 130px;
}

div.blog-area dl dd a {
	color: #2fa406;
}

div.blog-area dl dd.new::before {
	content: "【NEW】";
	color: #ff0000;
	font-weight: bold;
}


div.blog-area dl.alert{
	background-color: #ffe8e8;
}
div.blog-area dl.alert dt,
div.blog-area dl.alert dd{
	font-weight: bold;
}
div.blog-area dl.alert dd a{
	color: #e73131;
}

div.advice {
	margin: 15px 0 15px;
}

div.tell {
	background: url(images/line2.gif) no-repeat 510px center;
	margin: 15px 0;
	width: 977px;
}

div.tell img {
	margin: 0 25px;
	vertical-align: middle;
}


/*CLEAR FIX 
--------------------------------- */
ul.clum,
.event-news,
div.blog-area dl {
	overflow: hidden;
}

ul.clum:after,
.event-news:after,
div.blog-area dl:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html ul.clum,
* html .event-news,
* html div.blog-area dl {
	height: 1em;
	overflow: visible;
}

/*150302_追加分*/
#new_top_img {
	background: #edf3de url(top/css/images/main_line.gif) repeat-x left bottom;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.bxslider img {
	margin: 0 auto;
	display: block;
}



.golf img:hover {
	cursor: pointer;
	filter: alpha(opacity=60);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";
	/* ie 8 */
	-moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	/* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
}

img.evnt_mvu {
	border: 1px solid #ccc;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

img.evnt_mvu:hover {
	opacity: 0.8;
}

.top_bnr_grid {
	width: 100%;
	height: 123.77px;
	box-sizing: border-box;
}

.top_bnr_main {
	width: 70%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}

.top_bnr_main img,
.top_bnr_sub img {
	width: 100%;
}

.top_bnr_sub {
	width: 30%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	margin: 10px 0;
}

#new_top_img>div {
	width: 1200px;
	margin: 0 auto;
}

.bxslider>div>img {
	width: 1200px;
}

/*その他 231003*/
.advice>img {
	width: 100%;
}

.tell {
	width: 100%;
}

.tell>p>a>img {
	width: 41%;
}

.top_img1>img,
.top_img2>img,
.top_img3>img,
.top_img4>img {

	width: 100%;
}

.aki_bnr,
.aki_bnr img {
	width: 100%;
}

@media screen and (max-width:767px) {

	.content {
		padding: 0;
		width: 100%;
	}

	.clum {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.clum>li:nth-child(1),
	.clum>li:nth-child(2),
	.clum>li:nth-child(3) {
		width: 98%;
		box-shadow: 1px 1px 2px #dfd6c7;
		padding: 10px;
		margin: 3px auto;
	}

	.clum>li:nth-child(4),
	.clum>li:nth-child(5),
	.clum>li:nth-child(6),
	.clum>li:nth-child(7) {
		width: 49%;
	}

	/*
    
    .clum >li{
     margin: 3px !important;
    width: 43% !important;
    } 
    
*/


	.clum>div {
		margin: 10px auto;
	}

	#new_top_img>div {
		width: 100%;
		margin: 0 auto;
	}

	.bxslider>div>img {
		width: 100%;
	}

	#new_top_img {
		width: 100%;
		height: 170px;
	}

	.content>a>img {
		width: 100%;
	}

	h2 {
		width: 100% !important;
	}

	.top_rec_bnr,
	.top_rec_bnr>a,
	.top_rec_bnr>a>img {
		width: 100%;
	}

	div.tell {
		width: 100% !important;
	}

	div.tell img {
		margin: 0 !important;
	}

	.tell>p>a>img {
		width: 90%;
	}

	.aki_bnr,
	.aki_bnr img {
		width: 100%;
	}

	.tell img {
		width: 100%;
	}

	.tell a {
		width: 100%;
	}

	.btn {
		width: 100%;
	}

}


/* 新MV
-------------------------------------------------------------------------*/
#mv {
	width: 100%;
	margin: 0 auto;
	background: #edf3de;
}

#mv_sp {
	display: none;
}

.mv_slider {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.slick-prev,
.slick-next {
	z-index: 1;
	width: 50px;
	height: 50px;
}

.slide-arrow {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	z-index: 999;
	cursor: pointer;
	background: #A49677;
	border-radius: 50%;
}

.slide-arrow::before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-right: 3px solid #EEF3DF;
	border-top: 3px solid #EEF3DF;
	position: absolute;
	top: 30%;
}

.slide-arrow.prev {
	left: 0;
}
.slide-arrow.prev::before {
	left: 40%;
	transform: rotate(225deg);
}

.slide-arrow.next {
	right: 0;
}
.slide-arrow.next::before {
	right: 40%;
	transform: rotate(45deg);
}


/* .mv_slider .slick-prev:before,
.mv_slider .slick-next:before {
	color: #A39577;
	font-size: 3.3rem;
}

.slick-prev {
	left: 0px;
}

.slick-next {
	right: 0px;
} */

.slick-dots li button:before {
	font-size: 1.6rem;
	color: #5A3A11;
}

.slick-dots li.slick-active button:before {
	color: #5A3A11;
}


.mv_item a {
	display: block;
}

.mv_item img {
	display: block;
	width: 100%;
}

@media screen and (max-width:767px) {

	#mv {
		display: none;
	}

	#mv_sp {
		display: block;
	}

}

/*　特設サイトバナー掲載 -------------- */
.tokusestu_bnr {
	width: 737px;
	margin: 20px auto 50px;
}

@media screen and (max-width:767px) {
	.tokusestu_bnr {
		width: 95%;
	}
}

.tokusestu_bnr img {
	width: 100%;
}

.sp_bnr {
	display: none;
}

@media screen and (max-width:767px) {
	.sp_bnr {
		display: block;
	}

	.pc_bnr {
		display: none;
	}
}

/* 公開講座のご案内
-------------------------------------------------------------------------*/
.event_box{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 30px auto;
	gap: 40px;
	border: 2px solid #957545;
	border-radius: 5px;
	padding: 30px;
}
@media screen and (max-width:767px){
	.event_box{
		width: 95%;
		display: block;
	}
}

.event_box_img{
	width: 30%;
}
@media screen and (max-width:767px){
	.event_box_img{
		width: 100%;
		margin-bottom: 20px;
	}
}

.event_box_img a{
	display: block;
}

.event_box_img a img{
	display: block;
	width: 100%;
}

.detail_title{
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #957545;
	padding-bottom: 10px;
	text-align: center;
}

@media screen and (max-width:767px){
	.table_wrapper{
		margin: 0 20px;
	}
}

.table_wrapper table{
	margin-top: 20px;
}

.table_wrapper .main_tr{
	display: block;
	padding-bottom: 20px;
	font-size: 2.1rem;
	font-weight:bolder;
}

.table_wrapper .main_th{
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

.table_wrapper .main_th span{
	font-weight: bolder;
	display: inline-block;
	background-color: #8C6E3C;
	color: #fff;
	padding: 1px 8px;
	border-radius: 5px;
}

.table_wrapper .main_td{
	display: block;
	font-weight:bold;
}

.table_wrapper .sub_tr{
	display: block;
	padding-bottom: 8px;
	font-size: 1.6rem;
}

.table_wrapper .sub_th{
	display: block;
	text-align: left;
	margin-bottom: 3px;
}

.table_wrapper .sub_th span{
	font-weight: bolder;
	display: inline-block;
	background-color: #8C6E3C;
	color: #fff;
	padding: 1px 8px;
	border-radius: 5px;
}

.table_wrapper .sub_td{
	display: block;
}

.detail_btn{
	margin: 20px 0 10px 10px;
}
@media screen and (max-width:767px){
	.detail_btn{
		text-align: center;
	}
}

.detail_btn a{
	font-weight: bold;
	padding: 12px 40px;
	background-color: #eef4df;
	color:#8d6e3d;
	border-radius: 30px;
	text-decoration: none;
}

.detail_btn a:hover{
	opacity: 0.6;
}