@charset "utf-8";

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

共通パーツ

---------------------------------*/
.btn a:hover span:first-child {
    margin-top: 0;
}

.btn a:after {
    display: none;
}

.btn a:hover:after {
    background: unset;
}


.content_txt {
    padding: 0 10px;
}

.main_content {
	margin-bottom: 45px;
}
.main_content .inner {
	background: #fff;
	padding: 0;
}

.page.cnt-wp {
    margin-top: 50px;
    padding: 0 10px 10px 10px;
}

.page.cnt-wp img {
	max-width: 100%;
	height: auto;
}

.page_headline {
	margin-bottom: 25px;
}

.main_content {
	clear: both;
}

.page_inner {
	max-width:700px;
	margin: auto;
	padding-bottom: 30px;
}

@media print, screen and (min-width:768px) {
	.page_headline {
		margin-bottom: 20px;
	}
	.page_headline .inner {
		padding: 0;
	}
	.page_footline {
		padding: 0;
	}
}


.pagetop-wp {
	background: #f5efe7;
}

#pagetop {
	background: none;
}




/* 背景色変更 */
.bg_change01 {
	background: #f5efe7;
}

.bg_change02 {
	background: #44403f;
}

/* フォントの種類 */

.oswald {
	font-family: 'Oswald', sans-serif;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

/* フォントサイズ */
p {
	font-size: 13px;
	line-height: 1.6;
}


@media print, screen and (min-width:768px) {
	p {
		font-size: 16px;
	}
	.page.cnt-wp {
		margin-top: 70px;
	}
}


/* 余白 */
.mb_10 {
	margin-bottom:10px;
}

.mb_20 {
	margin-bottom:20px;
}

.mb_25 {
	margin-bottom: 25px;
}

@media print, screen and (min-width:768px) {
	.mb_10 {
		margin-bottom:20px;
	}
	.mb_20 {
		margin-bottom:40px;
	}

	.mb_25 {
		margin-bottom: 50px;
	}
}


/* ページタイトル */
.page_headline {
	padding-top: 15px;
}

.pagetit h1,
.pagetit h2 {
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom:0;
    line-height: 1;
}

@media print, screen and (min-width:768px) {
	.pagetit {
		padding: 0;
		text-align: center;
	}
	.pagetit h1,
	.pagetit h2 {
		font-size: 60px;
		margin-bottom: 35px;
	}
}

@media print, screen and (min-width:992px) {
}


/* ページタイトル */
.event_mainv {
	margin-bottom: 25px;
}


/* pc・sp表示切替 */
.sp_none {
	display: none !important;
}

.pc_none {
	display: block !important;
}

@media print, screen and (min-width:768px) {
	.sp_none {
		display: block !important;
	}

	.pc_none {
		display: none !important;
	}
}




/* パンくず
---------------------------------*/
.breadclumb {
	overflow: hidden;
	margin-bottom:40px;
}

.breadclumb ul li {
	float: left;
	margin-right: 15px;
	position:relative;
}

.breadclumb ul li:after {
	content: ">";
    position: absolute;
    right: -12px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

.breadclumb ul li:last-child:after {
	display: none;
}



/* ページャー
---------------------------------*/
.page_pager {
	overflow: hidden;
	margin: auto;
    display: table;
}
.pager {
	float: right;
}

.pager li {
	float: left;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border:1px solid #c9caca;
	color: #44403f;
	text-align: center;
	margin-right:10px;
}

.pager li:hover {
	background-color: #c9caca;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.pager li:hover a {
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.pager li a {
	padding: 4px;
}

.pager li.cur {
	background-color: #c9caca;
	color: #fff;
}

.pager li:last-child {
	margin-right: 0;
    padding: 0 10px;
    background: #44403f;
    border:1px solid #44403f;
}

.pager li:last-child a {
	color: #44403f;
	position: relative;
}

.pager li:last-child a:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 9px;
  height: 13px;
	right: 0;
	left: 0;
	margin:auto;
	top: 0;
	bottom: 0;
	background:url(../../img/event_info/img_pager_hover.png) no-repeat;
	background-size: contain;
}

.pager li:last-child:hover {
	background: #fff;
	border:1px solid #fff;
}

.pager li:last-child:hover a {
	color: #fff;
}

.pager li:last-child:hover a:before {
	background-image:url(../../img/event_info/img_pager.png);
}


.bottom_pager {
	margin:0 auto 20px auto;
	display: table;
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
	.bottom_pager {
		margin-bottom: 20px;
	    display: block;
	    clear: both;
	}
	.bottom_pager--head {
		margin-bottom: 20px;
		clear: both;
	}
	.page_pager {
	    display: block;
	}
}

/* 別ページリンク
---------------------------------*/



.other_linkbtn {
	display: block;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    background-color: #44403f;
    margin: auto;
    position: relative;
}
.other_linkbtn:hover {
	background-color: #727171;
}

.other_linkbtn span:after {
	content: ">";
    position: relative;
    right: -10px;
    margin: auto;
    font-size: 14px;
    top: 0;
    bottom: 0;
}

@media print, screen and (min-width:768px) {
	.other_linkbtn {
		display: table;
	    padding: 10px 25px;
	    margin-bottom: 0;
	}
}

/* 別ページリンク横並び
---------------------------------*/
.another_link {
	overflow: hidden;
}
.another_link li {
	margin-bottom: 15px;
}

.another_link li .other_linkbtn {
	width: 100%;
	max-width: unset;
}



@media print, screen and (min-width:768px) {
	.another_link {
	    overflow: hidden;
	    margin: auto;
	    text-align: center;
	}
	.another_link ul{
		display: inline-block;
	}
	.another_link li {
		float: left;
		width: 220px;
    	margin: 0 50px;
	}
}


/* fox.css調整
---------------------------------*/
.fx-row, .fx-row-small {
	margin: 0 -15px;
}
[class*="fx-col"] {
	padding: 0;
	margin-top: 0;
}
.horizontal {
	padding: 0 15px;
}

