@charset "utf-8";

/*-- 雲上閣 module.css --*/

/* layout */

.mod_wrap {
    width: 960px;
    margin: 0 auto;
    line-height: 1.6;
}
.mod_section {
    padding: 75px 0 45px;
    color: #473e35;
    font-size: 120%; /* 全体調整 */
}
.mod_section a {
    color: #473e35;
}
.mod_left {
    text-align: left;
}
.mod_center {
    text-align: center;
}
.mod_right {
    text-align: right;
}
.mod_beige {
    background: #d2c1b5;
}
.mod_brown {
    background: #473e35;
    color: #f8f4f1;
}
.mod_hr {
    margin: 60px 0;
    color: #d9d4d2;
    border-color: #d9d4d2;
}
.mb60 {
    margin-bottom: 60px!important;
}
@media screen and (max-width: 999px){
    .mod_wrap {
        width: auto;
        padding: 0 15px;
    }
    .mod_section {
        padding: 5vw 0;
    }
    .mod_hr {
        margin: 45px 0;
    }
    .mb60 {
        margin-bottom: 45px!important;
    }
}
@media screen and (max-width: 567px){
    .mod_section {
        padding: 10vw 0;
    }
    .mod_hr {
        margin: 8vw 0;
    }
    .mb60 {
        margin-bottom: 30px!important;
    }
}

/* main-title */

.mod_title_area,
.mod_title_area_pic {
    width: 100%;
    display: table;
    background: url("/common/images/title_bg.jpg") center bottom no-repeat;
}
.mod_title_area_pic {
    display: block;
    line-height: 1.5;
}
.mod_title_area_pic .wrap {
    position: relative;
    margin-bottom: 35px;
}
.mod_title_box {
    color: #f8f4f1;
    display: table-cell;
    vertical-align: middle;
    width: 800px;
    height: 268px;
}
.mod_title_box .mod_title,
.mod_title_pic .mod_title {
    margin: 10px 0;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 4px;
}
.mod_title_box .mod_subtitle,
.mod_title_pic .mod_subtitle {
    font-size: 1em;
    letter-spacing: 2px;
}
.mod_title_pic {
    display: table;
    position: absolute;
    top: 0;
}
.mod_title_pic .mod_title_box {
    width: 1320px;
    height: 460px;
    text-align: center;
}
.mod_title_pic .mod_title,
.mod_title_pic .mod_subtitle {
    color: #fff;
    text-shadow: #000 0 0 15px;
    padding: 0 15px;
}
.mod_title_pic .mod_title.mod_title_bar {
    background: url("/common/images/underbar.png") center bottom no-repeat;
    padding: 15px;
}
.mod_pankuzu {
    width: 800px;
    height: 60px;
    color: #d2c1b5;
    font-size: .9375em;
}
.mod_pankuzu a {
    color: #d2c1b5;
}
.mod_pankuzu a:hover {
    text-decoration: underline;
}
.mod_pankuzu span {
    margin: 0 10px;
}
@media screen and (max-width: 1360px){
    .mod_title_area_pic {
        background-size: 200% 25vw;
    }
    .mod_title_pic .mod_title_box {
        height: 32vw;
    }        
}
@media screen and (max-width: 959px){
    .mod_title_area {
        background-size: 200% 250px;
    }
    .mod_title_area_pic .wrap {
        margin-bottom: 20px;
    }
    .mod_title_box {
        width: 80vw;
        height: 200px;
    }
    .mod_title_box .mod_title {
        font-size: 1.5em;
        letter-spacing: 3px;
    }
    .mod_title_box .mod_subtitle {
        font-size: .875em;
        letter-spacing: 1px;
    }
    .mod_pankuzu {
        width: 80vw;
        height: 50px;
        font-size: .875em;
    }
}
@media screen and (max-width: 767px){
    .mod_title_area {
        background-size: 200% 200px;
    }
    .mod_title_area_pic .wrap {
        margin-bottom: 15px;
    }
    .mod_title_pic .mod_title.mod_title_bar {
        padding: 8px 15px;
        background-size: 30px 1px;   
    }
    .mod_title_box {
        height: 160px;
    }
    .mod_title_box .mod_title {
        font-size: 1.25em;
        letter-spacing: 2px;
    }
    .mod_pankuzu {
        height: 40px;
    }
}
@media screen and (max-width: 567px){
    .mod_title_area {
        background-size: 200% 160px;
    }
    .mod_title_area_pic .wrap {
        margin-bottom: 12px;
    }
    .mod_title_box {
        height: 120px;
    }
    .mod_title_box .mod_title {
        font-size: 4.5vw;
    }
    .mod_title_box .mod_subtitle {
        font-size: 2.8vw;
    }
    .mod_pankuzu {
        font-size: 2.8vw;
    }
}

/* title */

.mod_title_h2 {
    display: flex;
    align-items: center;
    margin: 50px 0;
    font-size: 1.625em;
    font-weight: bold;
    letter-spacing: 3px;
}
.mod_title_h2::after,
.mod_title_h2.mod_center::before,
.mod_title_h2.mod_center::after,
.mod_title_h2.mod_right::before {
	display: block;
    content: "";
	flex-grow: 1;
	height: 1px;
	background: #d9d4d2;
}
.mod_title_h2.mod_right::before {
	display: block;
    content: "";
	flex-grow: 1;
	height: 1px;
	background: #d9d4d2;
}
.mod_title_h2::after {
    margin-left: 2em;
}
.mod_title_h2.mod_center::before,
.mod_title_h2.mod_right::before {
    margin-right: 2em;
}
.mod_title_h2.mod_right::after {
    display: none;
}
.mod_title_h3 {
    width: 68.75%;
    margin: 40px 0;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
}
.mod_title_h4 {
    width: 75%;
    margin: 30px 0;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
}
.mod_title_h3.mod_center,
.mod_title_h4.mod_center {
    margin-left: auto;
    margin-right: auto;
}
.mod_title_h3.mod_right {
    margin-left: 31.25%;
}
.mod_title_h4.mod_right {
    margin-left: 25%;
}

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

    .mod_title_h2 {
        margin: 40px 0;
        font-size: 1.375em;
    }
    .mod_title_h2::after {
        margin-left: 1.5em;
    }
    .mod_title_h2.mod_center::before,
    .mod_title_h2.mod_right::before {
        margin-right: 1.5em;
    }
    .mod_title_h3 {
        width: 75%;
        margin: 30px 0;
        font-size: 1.125em;
    }
    .mod_title_h4 {
        width: 83%;
        margin: 25px 0;
        font-size: .9375em;
    }
    .mod_title_h3.mod_right {
        margin-left: 25%;
    }
    .mod_title_h4.mod_right {
        margin-left: 17%;
    }
    
}
@media screen and (max-width: 767px){
    .mod_title_h2 {
        margin: 30px 0;
        font-size: 1.25em;
    }
    .mod_title_h2::after {
        margin-left: 1em;
    }
    .mod_title_h2.mod_center::before,
    .mod_title_h2.mod_right::before {
        margin-right: 1em;
    }
    .mod_title_h3 {
        width: 100%;
        margin: 25px 0;
        font-size: 1.125em;
    }
    .mod_title_h4 {
        width: 100%;
        margin: 20px 0;
        font-size: .875em;
    }
    .mod_title_h3.mod_right,
    .mod_title_h4.mod_right {
        margin-left: 0;
    }
}
@media screen and (max-width: 567px){
    .mod_title_h2 {
        font-size: 1.125em;
    }
    .mod_title_h3 {
        font-size: .9375em;
    }
    .mod_title_h4 {
        font-size: .8125em;
    }
}

/* text */

.mod_txt {
    font-size: .9375em;
    margin: 0 0 30px;
    letter-spacing: 1px;
}
.mod_image {
    margin: 0 0 30px;
}
.mod_columnText {
    display: flex;
}
.mod_columnText_imgLeft {
	order: 1;
	padding-right: 60px;
}
.mod_columnText_imgRight {
	padding-left: 60px;
    margin-left: auto;
	order: 2;
}
.mod_columnText_imgLeft img,
.mod_columnText_imgRight img {
	max-width: none;
}
.mod_columnText_dataRight {
	order: 2;
}
.mod_columnText_dataLeft {
	order: 1;
}
.mod_columnTextAround:after {
	content: "";
	display: block;
	clear: both;
}
.mod_columnTextAround_imgLeft{
	float: left;
	margin-right: 60px;
}
.mod_columnTextAround_imgRight{
	float: right;
	margin-left: 60px;
}
figure {
    display: table;
    margin: 0 auto 30px;
}
figcaption {
    display: table-caption;
    caption-side: bottom;
	margin: 0;
    font-size: .75em;
    letter-spacing: 1px;
	word-wrap: break-word;
}
@media screen and (max-width: 959px){
    .mod_txt {
        margin: 0 0 25px;
    }
    .mod_image {
        margin: 0 0 25px;
    }
    .mod_columnText_imgLeft {
        padding-right: 30px;
    }
    .mod_columnText_imgRight {
        padding-left: 30px;
    }
    .mod_columnTextAround_imgLeft{
        margin-right: 30px;
    }
    .mod_columnTextAround_imgRight{
        margin-left: 30px;
    }
    figure {
        margin: 0 auto 25px;
    }
    figcaption {
        font-size: .6875em;
    }

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

    .mod_txt {
        font-size: .875em;
        margin: 0 0 20px;
        letter-spacing: 1px;
    }
	.mod_columnText {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
	}
	.mod_columnText_imgLeft,
	.mod_columnText_imgRight{
		padding-right: 0;
		padding-left: 0;
	}
	.mod_columnText_imgLeft img,
	.mod_columnText_imgRight img { 
		max-width: 100%;
	}
	.mod_columnText_imgRight {
		order: 1;
        margin-left: inherit;
	}
	.mod_columnText_dataLeft {
		order: 2;
	}
    figure {
        margin: 0 auto 20px;
    }
    figcaption {
        font-size: .625em;
    }
	.mod_columnTextAround_imgLeft,
	.mod_columnTextAround_imgRight {
		width: auto;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

}
@media screen and (max-width: 567px){
    .mod_txt {
        font-size: .8125em;
    }
}


/* column */

.mod_col_2,
.mod_col_3 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin: 0 0 30px;
}
.mod_col_2 > li,
.mod_col_2 .mod_col_box { 
	width: calc(50% - 30px); 
	box-sizing: border-box; 
}
.mod_col_3 > li,
.mod_col_3 .mod_col_box { 
	width: calc(33.333% - 35px); 
	box-sizing: border-box; 
}
.mod_col_3::after{
    display: block;
	width: calc(33.333% - 35px); 
    content: "";
}

@media screen and (max-width: 959px){
    .mod_col_2,
    .mod_col_3 {
        margin: 0 0 25px;
    }
}
@media screen and (max-width: 767px){
    .mod_col_2,
    .mod_col_3 {
        display: block;
        margin: 0 0 20px;
    }
	.mod_col_2 > li,
	.mod_col_3 > li,
	.mod_col_2 .mod_col_box,
	.mod_col_3 .mod_col_box { 
		width: 100%; 
	}
}

/* link */

.mod_link {
    margin: 0 0 30px;
    font-size: .9375em;
    letter-spacing: 1px;
    overflow: hidden;
}
.mod_link li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
}
.mod_link li a {
    border-bottom: 1px solid #f2c028;
}
.mod_link li a:hover {
    border-bottom: 1px solid #fe4;
}
.mod_link li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: solid 1px #473e35;
    border-right: solid 1px #473e35;
    transform: rotate(45deg);
}
.icon_link {
    margin: 0 0 -4px 10px;
}
.icon_pdf {
    margin: 0 0 -5px 10px;
}

.mod_link_circle {    
    position: relative;
}
.mod_link_circle li {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 50px;
    font-weight: bold;
}
.mod_link_circle li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: #473e35;
    border-radius: 50%;
    margin-top: -7px;
}
.mod_link_circle li:after {
    position: absolute;
    top: 12px;
    left: 11px;
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #e3b529;
    border-right: solid 1px #e3b529;
    transform: rotate(135deg);
    margin-top: -3px;
}
.mod_link_circle li a:hover {
    border-bottom: 1px solid #473e35;
}
@media screen and (max-width: 959px){
    .mod_link {
        margin: 0 0 25px;
    }
    .mod_link_circle {    
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    .mod_link {
        margin: 0 0 20px;
        font-size: .875em;
    }

}
@media screen and (max-width: 567px){
    .mod_link {
        font-size: .8125em;
    }
}


/* list */

.mod_list_bar,
.mod_list_num,
.mod_list_kome {
    margin: 0 0 30px;
    font-size: .9375em;
}
.mod_list_bar li,
.mod_list_kome li {
	margin-left: 5px;
	padding-left: .9375em;
	text-indent: -.9375em;
}
.mod_list_bar li:before {
	content: "ー";
	position: relative;
	left: -5px;
}
.mod_list_num li {
    list-style: decimal outside;
    margin-left: 1.25em;
}
.mod_list_kome li:before {
	content: "※";
	position: relative;
	left: -5px;
}
@media screen and (max-width: 959px){
    .mod_list_bar,
    .mod_list_num,
    .mod_list_kome {
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 767px){
    .mod_list_bar,
    .mod_list_num,
    .mod_list_kome {
        margin: 0 0 20px;
        font-size: .875em;
    }
    .mod_list_num li {
        margin-left: 1em;
    }
    .mod_list_bar li,
    .mod_list_kome li {
        padding-left: .875em;
        text-indent: -.875em;
    }
}
@media screen and (max-width: 567px){
    .mod_list_bar,
    .mod_list_num,
    .mod_list_kome {
        font-size: .8125em;
    }
    .mod_list_bar li,
    .mod_list_kome li {
        padding-left: .8125em;
        text-indent: -.8125em;
    }
}

/* btn */

.mod_btn,
.mod_btn_img {
    position: relative;
    text-align: center;
}
.mod_btn a {
	display: inline-block;
	position: relative;
	min-width: 190px;
	margin: 0 20px 30px;
	padding: 20px 50px 20px 30px;
	background: #f2c028;
    border-radius: 5px;
	color: #473e35;
	font-size: 1em;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    transition: .3s;
}
.mod_btn a:hover {
    background: #fe4;
}
.mod_btn a::after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: solid 1px #473e35;
	border-right: solid 1px #473e35;
	transform: rotate(45deg);
}
.mod_btn_img a {
	display: inline-block;
	margin: 0 20px 30px;
    background: #000;
    line-height: 0;
}
.mod_btn_img a img {
    transition: .3s;
}
.mod_btn_img a:hover img {
    opacity: .3;
}
.mod_btn_reserve a,
.mod_btn_back a {
    width: calc(100% - 100px);
    background: url("/common/images/icon_pen.png") no-repeat #f2c028;
    background-position: left 40px center;
    background-size: 16px auto;
    text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding: 30px 50px;
}
.mod_btn_reserve a:hover {
    background: url("/common/images/icon_pen.png") no-repeat #fe4;
    background-position: left 40px center;
    background-size: 16px auto;
}
.mod_btn_back a {
    background: #f8f4f1;
}
.mod_btn_back a:hover {
    background: #e8e0da;
}
.mod_btn.mod_col_2 a,
.mod_btn.mod_col_3 a {
    width: calc(100% - 80px);
	margin-left: 0;
	margin-right: 0;
}
.mod_btn_img.mod_col_2 a,
.mod_btn_img.mod_col_3 a {
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 959px){
    .mod_btn a {
        margin: 0 15px 25px;
        padding: 15px 50px 15px 30px;
        font-size: .9375em;
    }
    .mod_btn_img a {
        margin: 0 15px 25px;
    }
    .mod_btn_reserve a,
    .mod_btn_back a {
        margin-left: 0;
        margin-right: 0;
        padding: 25px 50px;
    }
}
@media screen and (max-width: 767px){
    .mod_btn a {
        margin: 0 15px 20px;
        font-size: .875em;
    }
    .mod_btn_img a {
        margin: 0 15px 20px;
    }
    .mod_btn_reserve a,
    .mod_btn_back a {
        margin-left: 0;
        margin-right: 0;
    }
}

/* dl, faq */

.mod_list_dl,
.mod_faq {
    margin-bottom: 30px;
    border-top: 1px solid #d9d4d2;
    border-bottom: 1px solid #d9d4d2;
}
.mod_list_dl dt,
.mod_faq dt {
    width: calc(25% - 40px);
    padding: 50px 20px 20px;
    font-size: 1em;
    font-weight: bold;
    float: left;
    border-top: 1px dashed #d9d4d2;
    clear: both;
}
.mod_list_dl dd,
.mod_faq dd {
    width: calc(75% - 40px);
    padding: 50px 20px 20px;
    float: right;
    border-top: 1px dashed #d9d4d2;
}
.mod_list_dl dt:first-child,
.mod_faq dt:first-child,
.mod_list_dl dd:nth-of-type(1),
.mod_faq dd:nth-of-type(1) {
    border-top: none;
}

.mod_faq dt {
    width: calc(7% - 40px);
    font-size: 1.375em;
}
.mod_faq dd {
    width: calc(93% - 40px);
}
.mod_faq .mod_q {
    padding-bottom: 0;
}
.mod_faq .mod_q .mod_txt {
    font-size: 1em;
    font-weight: bold;
}
.mod_faq .mod_a {
    border-top: none;
    padding-top: 0;
}
.mod_faq dt.mod_a {
    color: #bdad96;
}
@media screen and (max-width: 959px){
    .mod_list_dl,
    .mod_faq {
        margin-bottom: 25px;
    }    
    .mod_list_dl dt,
    .mod_faq dt {
        width: calc(25% - 30px);
        padding: 30px 15px 5px;
        font-size: .9375em;
    }
    .mod_list_dl dd,
    .mod_faq dd {
        width: calc(75% - 30px);
        padding: 30px 15px 5px;
    }
    .mod_faq dt {
        width: calc(8% - 30px);
        font-size: 1.25em;
    }
    .mod_faq dd {
        width: calc(92% - 30px);
    }
    .mod_faq .mod_q .mod_txt {
        font-size: .9375em;
    }

}
@media screen and (max-width: 767px){
    .mod_list_dl,
    .mod_faq {
        margin-bottom: 20px;
    }    
    .mod_list_dl dt,
    .mod_faq dt {
        font-size: .875em;
        padding: 20px 15px 0;
    }
    .mod_list_dl dd,
    .mod_faq dd {
        padding: 20px 15px 0;
    }
    .mod_faq .mod_q .mod_txt {
        font-size: .875em;
    }

}
@media screen and (max-width: 567px){
    .mod_list_dl dt {
        width: 100%;
        padding: 20px 0 0;
    }
    .mod_list_dl dd {
        width: 100%;
        padding: 15px 0 0;
        border-top: none;
    }
    .mod_faq dt {
        width: calc(11% - 30px);
        font-size: 1.125em;
    }
    .mod_faq dd {
        width: calc(89% - 30px);
    }

}

/* table */

.mod_table_scroll {
	margin: 0 0 30px;
}
.mod_table {
    width: 100%;
    margin: 0 0 30px;
    border-top: 1px solid #e8e0da;
    border-left: 1px solid #e8e0da;
    table-layout: fixed;
}
.mod_table caption {
    margin: 0 0 30px;
    font-size: 1.125em;
    font-weight: bold;
    text-align: left;
}
.mod_table th,
.mod_table td,
.mod_table .mod_table_th {
    border-right: 1px solid #e8e0da;
    border-bottom: 1px solid #e8e0da;
}
.mod_table th {
    padding: 30px 20px;
    background: #f8f4f1;
    text-align: left;
}
.mod_table .mod_table_th {
    padding: 30px 20px 0;
    background: #f8f4f1;
    font-weight: bold;
}
.mod_table td {
    padding: 30px 20px 0;
}
@media screen and (max-width: 959px){
    .mod_table_scroll {
        margin: 0 0 25px;
    }
    .mod_table {
        margin: 0 0 25px;
    }
    .mod_table caption {
        margin: 0 0 25px;
        font-size: 1em;
    }
    .mod_table th {
        padding: 25px 15px;
    }
    .mod_table .mod_table_th {
        padding: 25px 15px 0;
    }
    .mod_table td {
        padding: 25px 15px 0;
    }
}
@media screen and (max-width: 767px){
    .mod_table_scroll {
        margin: 0 0 20px;
    }
    .mod_table {
        margin: 0 0 20px;
    }
    .mod_table caption {
        margin: 0 0 20px;
        font-size: .9375em;
    }
    .mod_table th {
        padding: 20px 15px;
        font-size: .875em;
    }
    .mod_table .mod_table_th {
        padding: 20px 15px 0;
    }
    .mod_table td {
        padding: 20px 15px 0;
    }
    
	.mod_table_scroll{
		overflow-x: auto;
	}
	.mod_table_scroll::-webkit-scrollbar{
		width: 5px;
		background: #F1F1F1;
	}
	.mod_table_scroll::-webkit-scrollbar:horizontal{
		height: 5px;
		background: #F1F1F1;
	}
	.mod_table_scroll::-webkit-scrollbar-thumb{
		background: #BCBCBC;
		border-radius: 2px;
	}
	.mod_table_scroll::-webkit-scrollbar-thumb:horizontal{
		background: #BCBCBC;
		border-radius: 2px;
	}
}
@media screen and (max-width: 567px){
    .mod_table th {
        padding: 20px 10px;
    }
    .mod_table .mod_table_th {
        padding: 20px 10px 0;
    }
    .mod_table td {
        padding: 20px 10px 0;
    }
}

/* pager */

.mod_pager {
    display: flex;
    justify-content: space-between;
    margin: 0 0 120px;
    font-size: .9375em;
    font-weight: bold;
    line-height: 1.6;
}
.mod_pager a {
    color: #473e35;
}
.mod_pager a:hover {
    color: #877;
}
.mod_pager_txt {
    text-align: center;
    letter-spacing: 2px;
}
.mod_pager_prev,
.mod_pager_next {
    position: relative;
    padding: 0 20px;
}
.mod_pager_prev::before,
.mod_pager_next::after {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #473e35;
    border-right: solid 2px #473e35;
    transform: rotate(-135deg);
}
.mod_pager_next::after {
    left: auto;
    right: 0;
    transform: rotate(45deg);
}
.mod_pager_num {
    text-align: center;
}
.mod_pager_num li {
    display: inline-block;
    margin: 0 10px;
}
.mod_pager_num li a {
    padding: 15px 20px;
}
.mod_pager_num li a:hover,
.mod_pager_num li.current a {
    background: #ffd200;
    border-radius: 50%;
}
.mod_pager_btn {
    margin-bottom: 90px;
}
.mod_pager_btn img {
    width: 126px!important;
}

@media screen and (max-width: 959px){
    .mod_pager {
        margin: 0 0 90px;
    }
    .mod_pager_num li {
        margin: 0 5px;
    }
}
@media screen and (max-width: 767px){
    .mod_pager {
        margin: 0 0 75px;
        font-size: .875em;
    }
    .mod_pager_num li {
        margin: 0 0 20px;
    }
    .mod_pager_num li a {
        padding: 10px 14px;
    }
}
@media screen and (max-width: 567px){
    .mod_pager {
        font-size: .8125em;
    }
    .mod_pager_prev,
    .mod_pager_next {
        padding: 0 12px;
    }
    .mod_pager_num li a {
        padding: 7px 10px;
    }
    .mod_pager_btn {
        margin-bottom: 60px;
    }
    .mod_pager_btn img {
        width: 84px!important;
    }
}
