@charset "UTF-8";
/* CSS Document */


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


.spe_header .localnavi {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	}

.spe_header .rightcontent {
	float: right;
	width: 685px;
	margin-bottom: 10px;
	}

div.spe_header:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.spe_header{
	zoom: 1;
}

.spe_header .localnavi .localnavibenri_spe {
	border: 1px solid #E6E6E6;
	padding: 2px 14px 13px 14px;
}


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


/* -------------- new index -------------- */

/* --- アートページ共通 --- */

.art_pcnone {
	display: none;
}

.art_content {
	margin-top: 25px;
}

.art_header {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}

.art_header_pa {
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	color: #fff;
	background-color: #ffac3e;
	padding: 2px 12px;
	margin-bottom: 5px;
}

.art_header h2 {
	font-size: 260%;
	font-weight: bold;
	padding-bottom: 8px;
	background-image: url(../images/art_border.png);
	background-size: 24px 5px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;;
}

.art_illust_a {
	position: absolute;
	top: 5px;
	right: 15px;
}

.art_header_pb {
	width: 735px;
}


.art_link {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.art_link_a a {
	display: inline-block;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	width: 296px;
	border: solid 1px #ffac3e;
	padding: 5px 0;
	color: #333;
}

.art_link_a a:hover {
	background-color: #ffac3e;
	text-decoration: none;
	transition: .3s;
}

.art_link_now a {
	background-color: #ffac3e;
}

.art_link_now {
	background-image: url(../images/art_arrow_01.png);
	background-size: 19px 9px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}


.art_sti {
	margin-bottom: 25px;
}

.art_sti_s {
	text-align: center;
	font-size: 85%;
	color: #ffac3e;
}

.art_sti h3 {
	font-size: 215%;
	font-weight: bold;
	text-align: center;
}

.art_sti_p {
	text-align: center;
}

/* ------ */

/* --- 美術館・博物館・資料館 --- */

.art_other_info {
	width: 850px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.art_other_info_a {
	width: 410px;
	margin-bottom: 50px;
}

.art_other_img {
	margin-bottom: 10px;
}

.art_other_info_a h4 {
	margin-bottom: 5px;
}

.art_other_info_a h4 a {
	font-size: 130%;
	font-weight: bold;
	color: #b10011;
}

.art_other_info_a h4 a span {
	color: #333;
}


/* --- 山口県立美術館・YCAM --- */

.art_sti_orange {
	color: #f7931e;
}

.art_sti_green {
	color: #8cc63f;
}

.art_slide {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.main_desc_img {
	margin-bottom: 15px;
}

.main_desc_img li {
	position: relative;
}

.art_slide_cap {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 10px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
}

.slick-dots {
	display: none !important;
}

.left_arrow_a {
	width: 24px !important;
    height: 40px !important;
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 1 !important;
    cursor: pointer;
}

.right_arrow_a {
	width: 24px !important;
    height: 40px !important;
    position: absolute;
    top: 45%;
    right: 20px;
    z-index: 1 !important;
    cursor: pointer;
}


.art_enjoy {
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 65px;
}

.art_enjoy_title {
	text-align: center;
	margin-bottom: 10px;
}

.art_enjoycontent {
	padding: 15px;
	background-color: #faf8f2;
	border-radius: 10px;
	margin-bottom: 20px;
}

.art_enjoy_backdeco_a {
	background-image: url(../images/art_backdeco.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 100%;
}

.art_enjoy_backdeco_b {
	background-image: url(../images/art_backdeco_b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 100%;
}

.art_enjoy_info {
	width: 370px;
}

.art_enjoy_p {
	margin-bottom: 20px;
}

.art_enjoy_list li {
	background-color: #f9c151;
	border-radius: 10px;
	padding: 5px 22px;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
}

.art_enjoy_list li span {
	font-size: 85%;
}

/* -- 共通ではない -- */

/* -1- */

.art_enjoy_a01 {
	padding: 10px 20px 20px 20px;
	display: flex;
}

.art_enjoy_1 {
	width: 205px;
	height: 82px;
	font-size: 130%;
	color: #b10011;
	font-weight: bold;
	background-image: url(../images/art_01.png);
	background-size: 55px 82px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	line-height: 82px;
}

.art_enjoy_a01 .art_enjoy_illust {
	width: 190px;
	text-align: right;
}

/* -2- */

.art_enjoy_a02 {
	padding: 10px 20px 20px 20px;
	display: flex;
}

.art_enjoy_2 {
	width: 205px;
	height: 82px;
	font-size: 130%;
	color: #b10011;
	font-weight: bold;
	background-image: url(../images/art_02.png);
	background-size: 55px 82px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	line-height: 82px;
	order: 2;
}

.art_enjoy_a02 .art_enjoy_illust {
	order: 1;
}

.art_enjoy_a02 .art_enjoy_info {
	order: 3;
}

.art_enjoy_a02 .art_enjoy_illust {
	width: 190px;
}

/* -3- */

.art_enjoy_3 {
	width: 205px;
	height: 82px;
	font-size: 130%;
	color: #b10011;
	font-weight: bold;
	background-image: url(../images/art_03.png);
	background-size: 55px 82px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	line-height: 82px;
	margin-bottom: 25px;
}

/* -3 美術館のみ- */

.art_enjoy_a03_1 {
	padding: 10px 20px 60px 20px;
	display: flex;
}

.art_enjoy_tiil {
	position: relative;
}

.art_enjoy_a03_1_iilust {
	position: absolute;
	text-align: center;
	margin-left: 25px;
}

.art_enjoy_pb {
	font-weight: bold;
	margin-bottom: 25px;
}

.art_enjoy_pb span {
	color: #f7931e;
}

.art_enjoy_a03_a_info {
	position: relative;
}

.art_enjoy_a03_1_sessyu {
	position: absolute;
}

.art_enjoy_a03_1_sessyuimg {
	margin-bottom: 8px;
}

.art_enjoy_a03_1_sessyup {
	font-size: 80%;
}

.art_enjoy_a03_1_mb {
	margin-bottom: 200px;
}

.art_enjoy_banner {
	width: 430px;
	margin: 0 auto;
}

.art_enjoy_banner_btn {
	margin-bottom: 10px;
}

.art_enjoy_pp {
	text-align: center;
	font-size: 85%;
}

/* -- 基本情報 -- */

.art_info {
	margin-top: -40px;
}

.art_info_titleg {
	margin-bottom: 25px;
	text-align: center;
}

.art_info_stitle {
	font-size: 75%;
	color: #fbb03b;
	margin-top: 8px;
}

.art_info_titleg h4 {
	font-size: 125%;
	font-weight: bold;
}

.art_info_table {
	width: 700px;
	margin: 0 auto;
}

.art_info_table th {
	width: 130px;
	font-weight: bold;
	padding: 15px 20px;
	border: solid 1px #e6e6e6;
	background-color: #f2f2f2;
	vertical-align: top;
}

.art_info_table td {
	width: 570px;
	padding: 15px 20px;
	border: solid 1px #e6e6e6;
}

.art_info_table_p {
	width: 700px;
	margin: 0 auto;
	margin-top: 10px;
}

.art_info_btn a {
	display: block;
	width: 280px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
	border: solid 1px #009894;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 55px;
	margin-top: 45px;
	color: #009894;
}

.art_info_btn_ycam a {
	width: 350px;
}

.art_info_btn span {
	background-image: url(../images/art_window.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 19px;
	padding-left: 30px;
}

.art_info_btn a:hover {
	background-color: #cceaea;
	transition: .3s;
	text-decoration: none;
	color: #009894;
}

.art_info_map {
	margin-bottom: 45px;
}

/* -- おすすめコース -- */

.art_course {
	margin-bottom: 50px;
}

.art_course h4 {
	text-align: center;
	font-size: 125%;
	color: #f7931e;
	background-image: url(../images/art_icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 28px 37px;
	padding-top: 45px;
	margin-bottom: 30px;
}

.art_course_g {
	width: 850px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.art_course_a {
	width: 260px;
}

.art_course_img {
	margin-bottom: 10px;
}

.art_course_a h5 {
	font-size: 115%;
}

/* -- YCAM -- */

.art_enjoy_bp {
	margin-bottom: 55px;
}

.art_enjoy_bbtn a {
	display: block;
	background-color: #22b4bb;
	padding: 5px 20px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 115%;
	background-image: url(../images/art_arrow_03.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 7px 11px;
}

.art_enjoy_bbtn a:hover {
	background-color: #007f74;
	transition: .3s;
	text-decoration: none;
}