@charset "UTF-8";

section.page_title {
    padding: 130px 0 80px;
	background-image: url("../img/column/cover_column.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #333;
}

.page_title_inner h2 {
    font-size: 4rem;
    font-family: "Libre Caslon Display", serif;
}

.page_title_inner h2 span {
    display: block;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

.page_title_inner h2 span:before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 0 auto 20px;
}

section.contents_wrapper {
    padding: 0 0 100px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.column_detail_head_thumb {
    width: 100%;
    height: auto;
    border: 1px solid #666;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.column_detail_head_thumb img {
    width: 100%;
    height: auto;
}

.column_info {
    color: #fff;
    position: relative;
    padding: 5% 13%;
}

h3.column_title {
    font-size: 5rem;
    font-family: "Libre Caslon Display", serif;
    line-height: 68px;
}

.column_place {
    font-family: "Libre Caslon Display", serif;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.column_date {
    font-family: "Libre Caslon Display", serif;
    font-size: 2rem;
    background: #333;
    width: max-content;
    padding: 3px 10px;
    margin-bottom: 15px;
}

.column_cap {
    font-size: 1.4rem;
    line-height: 28px;
    font-weight: 300;
    opacity: 0.85;
    margin-bottom: 20px;
}

.column_detail_head {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0 0;
    border-bottom: 1px solid #fff;
}

.column_date_category {
    font-size: 1.2rem;
    color: #fff;
    padding: 7px 30px;
    background: #222;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 100px;
}

.column_detail_head h3 {
    font-size: 3rem;
    line-height: 48px;
    margin: 18px 0 30px 0;
    font-weight: 200;
}

.column_detail_date {
    font-size: 2rem;
    font-family: "Libre Caslon Display", serif;
    letter-spacing: 1px;
    display: flex;
    color: #666;
    align-items: center;
    justify-content: space-between;
}

.column_detail_head_inner {
    max-width: 2000px;
    display: flex;
    justify-content: space-between;
}

.column_detail_thumb {
    width: 100%;
    height: auto;
    border: 1px solid #666;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.column_detail_thumb img {
    width: 100%;
    height: auto;
}

.column_detail_head_info {
    width: 42%;
    padding: 50px 2% 50px 0;
}

a.column_ticket {
    color: #fff;
    width: 100%;
    display: block;
    border: 1px solid;
    font-size: 1.8rem;
    padding: 12px 0;
    text-align: center;
    font-weight: 300;
}

.column_detail_contents {
    max-width: 800px;
    margin: 100px auto;
}

.column_detail_contents h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 60px;
    margin: 55px 0;
}

.column_detail_text {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.85;
    line-height: 28px;
    padding: 0 0 0 5%;
    border-left: 1px solid #555;
    margin-bottom: 50px;
}

.column_detail_text a {
    font-size: 1.4rem;
    color: gold;
    transition: all 0.5s ease-in-out 0s;
}

.column_detail_text a:hover {
	color: #fff;
}

.column_detail_text u, .column_detail_text strong {
    font-size: 1.4rem;
}

.column_detail_contents h5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 40px;
}

ul.column_detail_list {
    border: 1px solid #fff;
    padding: 30px 50px;
    margin: 40px 0;
}

ul.column_detail_list li {
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: 300;
    padding-left: 16px;
    position: relative;
}

.column_detail_contents img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

p.column_image_caption {
    margin: 20px 20px 40px;
    opacity: 0.5;
    font-size: 1.2rem;
    line-height: 21px;
    font-weight: 300;
}

ul.column_detail_list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 1px;
    top: 9px;
}

.column_detail_contents iframe {
    margin: 40px auto;
    border: 1px solid #555;
    border-radius: 9px;
    overflow: hidden;
}

.link_area {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

a.more_link {
    display: block;
    width: 48%;
	max-width: 400px;
    padding: 12px 30px;
    border: 1px solid #fff;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 300;
	position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.more_link:after {
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background: #fff;
    right: 0;
    top: 50%;
    transition: all 0.5s ease-in-out 0s;
}

.more_link:hover:after {
    width: 0;
}

.more_link:hover {
    background: #fff;
    color: #101010;
}

section.reserve_ticket {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.75);
    padding: 10px 0;
}

section.reserve_ticket a {
    display: block;
    padding: 10px 0;
    background: #7a6446;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
    max-width: 400px;
    text-align: center;
}

.column_detail_contents a {
    color: gold;
    font-size: 1.4rem;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.page_title_inner h2 {
    font-size: 2.8rem;
}

.page_title_inner h2 span {
    font-size: 1.5rem;
}

section.page_title {
    padding: 100px 0 50px;
}

.column_detail_head {
    padding: 40px 5%;
}

.column_detail_date {
    font-size: 1.5rem;
    padding-left: 5px;
}

.column_detail_thumb {
    margin-bottom: 20px;
}

.column_detail_head h3 {
    font-size: 2.2rem;
    line-height: 34px;
    margin: 15px 0 0;
}

.column_detail_contents {
    padding: 0 5%;
    margin: 40px auto;
}

.column_detail_contents h4 {
    font-size: 2rem;
    line-height: 35px;
	margin: 20px 0;
}

.column_detail_text {
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 20px;
}

.column_detail_contents h5 {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 20px;
}

.column_detail_text u, .column_detail_text strong {
    font-size: 1.3rem;
}

.column_detail_text a {
    font-size: 1.3rem;
}

ul.column_detail_list {
    padding: 10px 5%;
    margin: 20px 0;
}

ul.column_detail_list li {
    margin: 10px 0;
    font-size: 1.3rem;
    line-height: 21px;
}

p.column_image_caption {
    margin: 20px 4%;
    font-size: 1.1rem;
    line-height: 19px;
}

.column_detail_contents iframe {
    margin: 20px auto;
}

section.contents_wrapper {
    padding: 0 0 40px;
}

.column_detail_contents a {
    font-size: 1.3rem;
}
}