/* CSS Document */

/* =========================================================
     共通
========================================================= */

/*共通
--------------------------------------------------------- */
.l_mainArea {
	background: url(../img/bg_pattern01.jpg) repeat;
}
#eventCalendar_Aria {
	font-size: 16px;
}
#eventCalendar_Aria .inner {
	max-width: 960px;
	padding: 0 70px;
	margin:  0 auto;
	box-sizing: border-box;
}
#eventCalendar_Aria .inline_B {
	display: inline-block;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

/*ttl
--------------------------------------------------------- */

.page_ttl {
	padding: 50px 0;
}
.page_ttl h3 {
	font-size: 56px;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
	padding: 50px 50px;
	color: #d1b864;
	font-weight: 900;
	background: #fff;
}

/*anchor
--------------------------------------------------------- */
.page_anchor {
}
.page_anchor ul.anchor_list {
	overflow: hidden;
	margin-bottom: 50px;
}
.page_anchor ul.anchor_list li {
	float: left;
	width: 16.6666%;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 10px;
}
.page_anchor ul.anchor_list li a {
	display: block;
	border-radius: 8px;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	text-decoration: none;
	letter-spacing: 0.06em;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding-left: 8px;
	transition: 0.2s;
}

.page_anchor ul.anchor_list li a i {
    margin-left: 0.45em;
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.page_anchor ul.anchor_list li.anchor_month01 a {
	color: #fff;
	background: #e13c1f;
}
.page_anchor ul.anchor_list li.anchor_month02 a {
	color: #fff;
	background: #ee7800;
}
.page_anchor ul.anchor_list li.anchor_month03 a {
	color: #fff;
	background: #f7ce00;
}
.page_anchor ul.anchor_list li.anchor_month04 a {
	color: #fff;
	background: #c0da64;
}
.page_anchor ul.anchor_list li.anchor_month05 a {
	color: #fff;
	background: #73ab31;
}
.page_anchor ul.anchor_list li.anchor_month06 a {
	color: #fff;
	background: #34b2af;
}
.page_anchor ul.anchor_list li.anchor_month07 a {
	color: #fff;
	background: #60a8d6;
}
.page_anchor ul.anchor_list li.anchor_month08 a {
	color: #fff;
	background: #5b5792;
}
.page_anchor ul.anchor_list li.anchor_month09 a {
	color: #fff;
	background: #9067b6;
}
.page_anchor ul.anchor_list li.anchor_month10 a {
	color: #fff;
	background: #c45c7d;
}
.page_anchor ul.anchor_list li.anchor_month11 a {
	color: #fff;
	background: #bc6b33;
}
.page_anchor ul.anchor_list li.anchor_month12 a {
	color: #fff;
	background: #adc4e4;
}


.page_anchor ul.anchor_list li.anchor_month01 a:hover {
	background: #a62c16;
}
.page_anchor ul.anchor_list li.anchor_month02 a:hover {
	background: #bb5e00;
}
.page_anchor ul.anchor_list li.anchor_month03 a:hover {
	background: #b39500;
}
.page_anchor ul.anchor_list li.anchor_month04 a:hover {
	background: #a8ca30;
}
.page_anchor ul.anchor_list li.anchor_month05 a:hover {
	background: #4f7622;
}
.page_anchor ul.anchor_list li.anchor_month06 a:hover {
	background: #257d7b;
}
.page_anchor ul.anchor_list li.anchor_month07 a:hover {
	background: #3289c0;
}
.page_anchor ul.anchor_list li.anchor_month08 a:hover {
	background: #403e67;
}
.page_anchor ul.anchor_list li.anchor_month09 a:hover {
	background: #6e4693;
}
.page_anchor ul.anchor_list li.anchor_month10 a:hover {
	background: #a23a5b;
}
.page_anchor ul.anchor_list li.anchor_month11 a:hover {
	background: #874d25;
}
.page_anchor ul.anchor_list li.anchor_month12 a:hover {
	background: #7a9fd3;
}
/*container
--------------------------------------------------------- */
/* ----- event left Right ----------------------------------*/

.event_contents .left_box {
	float: left;
	width: 210px;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.event_contents .right_box {
	float: right;
	width: calc( 100% - 210px);
	padding: 0 0 0 0 ;
	box-sizing: border-box;
}
/* ----- month ----- */

.event_contents .cont {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.event_contents #month_12.cont{
	padding-bottom: 30px;
}
.event_contents .cont::before {
	content: "";
	width: 20px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 70px;
	z-index: -1;
}
.event_contents .cont_half {
	padding-top: 140px;
}

.event_contents .month_box.left_box img {
	box-shadow: 0 1px 1px  rgba(0,0,0,0.2);
}
/* ----- event ----- */
.event_contents .event_box {
	background: #fff;
	padding: 50px;
	margin-bottom: 30px;
	text-align-last: center;
	border-radius: 10px;
	box-shadow: 0 1px 1px  rgba(0,0,0,0.2);
}
.event_contents .event_box h4 {
	font-size: 32px;
	font-weight: bold;
	color: #d1b864;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-image: url("../img/border_pattern.png") 4 round;
	border-bottom-width:3px; 
	border-bottom-style: solid;
	letter-spacing: 0.06em;
}
.event_contents .event_box h4 img {
	margin-right: 0.45em;
}
.event_contents .event_box p.event_text {
	font-size: 20px;
}

.event_contents .event_box .event_button {
}
.event_contents .event_box .event_button a {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 100%;
	background: #d1b864;
	border-radius: 8px;
	margin: 30px auto 0;
	text-decoration: none;
	transition: 0.2s;
}
.event_contents .event_box .event_button a:hover {
	background: #ba9c37;
}

/* ----- hny_box ----------------------------------*/
.hny_box {
	margin-bottom: 150px;
}
.hny {
	background: #fff;
	height: 100px;
	border-radius: 10px;
	text-align: center;
}
.hny_box p {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-top: 35px;
    letter-spacing: 0.12em;
}
.hny img {
	max-width: 100%;
}




@media screen and (max-width:1200px){	
#eventCalendar_Aria .inner {
	padding: 0 50px;
}

.event_contents .event_box h4 {
	font-size: 28px;
}
.event_contents .event_box h4 img {
	width: 28px;
}
}
@media screen and (max-width:767px){
#eventCalendar_Aria .inner {
    padding: 0 30px;
}
#eventCalendar_Aria {
	font-size: 14px;
}
.page_anchor ul.anchor_list li {
    width: 24%;
}
.page_anchor ul.anchor_list li a {
    font-size: 18px;
}
.event_contents .left_box {
    width: 115px;
    padding: 0 15px 0 0;
}
.event_contents .cont::before {
    width: 15px;
    top: 2px;
    left: 42px;
}
.event_contents .month_box img {
    width: 100%;
}
	
.event_contents .right_box {
    width: calc( 100% - 120px);
    padding: 0 0 0 0;
}
.event_contents .event_box {
    padding: 30px;
    margin-bottom: 15px;
}
.event_contents .event_box .event_button a {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto 0;
}
.event_contents .event_box h4 {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 20px;
	vertical-align: baseline;
}
.event_contents .event_box h4 img {
	width: 22px;
	vertical-align: baseline;
}
.event_contents .event_box p.event_text {
    font-size: 16px;
}

.hny {
	height: auto;
	padding: 10px 0; 
}

.hny_box p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
}


@media screen and (max-width:480px){
	
#eventCalendar_Aria .inner {
	padding: 0 10px;
}

.pc_only {
	display: none;
}
.sp_only {
	display: block;
}

/*ttl
--------------------------------------------------------- */

.page_ttl {
	padding: 30px 0;
}
.page_ttl h3 {
	font-size: 28px;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
	padding: 35px 0;
	color: #d1b864;
	font-weight: 900;
	background: #fff;
}
	
/*anchor
--------------------------------------------------------- */
.page_anchor ul.anchor_list {
    margin-bottom: 30px;
}
.page_anchor ul.anchor_list li {
	padding: 0 3px;
	margin-bottom: 6px;
}
.page_anchor ul.anchor_list li a {
    font-size: 16px;
    line-height: 35px;
}
/*contents
--------------------------------------------------------- */

.event_contents .left_box {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 12px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	position: relative;
}
.event_contents .left_box::before {
	content: "";
	width: 100%;
	height: 13px;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 10px 10px 0 0 ;
}
.event_contents .month_box.left_box img {
   box-shadow: none;
    width: 100px;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
.event_contents .cont::before {
    width: 15px;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
}	
.event_contents .right_box {
	float: none;
    width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
	
	

.event_contents #month_01 .left_box::before  {
	background:#e13c1f;
}
.event_contents #month_02 .left_box::before  {
	background: #ee7800;
}
.event_contents #month_03 .left_box::before  {
	background: #f7ce00;
}
.event_contents #month_04 .left_box::before  {
	background:#c0da64;
}
.event_contents #month_05 .left_box::before  {
	background: #73ab31;
}
.event_contents #month_06 .left_box::before  {
	background: #34b2af;
}
.event_contents #month_07 .left_box::before  {
	background: #60a8d6;
}
.event_contents #month_08 .left_box::before  {
	background: #5b5792;
}
.event_contents #month_09 .left_box::before  {
	background: #9067b6;
}
.event_contents #month_10 .left_box::before  {
	background: #c45c7d;
}
.event_contents #month_11 .left_box::before  {
	background: #bc6b33;
}
.event_contents #month_12 .left_box::before  {
	background: #adc4e4;
}

}






@media screen and (max-width:350px){

	.page_anchor ul.anchor_list li {
		width: 33.333%;
		padding: 0 3px;
		margin-bottom: 6px;
	}
}