@charset "UTF-8";

header {
    background: none;
}

.header_logo {
    color: #000!important;
}

ul.header_menu li a {
    color: #000!important;
}

ul.header_menu li a span {
	background: #000;
}

a.headercontact {
    border: 1px solid #242422;
}

.workation_inner {
    max-width: 93%;
    margin: 0 auto;
}

section.contents_wrapper {
    padding: 100px 0;
    box-shadow: 0 -60px 160px rgba(0,0,0,0.045);
    border-bottom: 0.5px solid #AAA;
}

.workation_list a:hover .workation_thumb img {
	opacity: 1;
	transform: scale(1.02);
}

.workation_thumb img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.workation_link {
    display: flex;
    font-size: 1.3rem;
    text-align: right;
    color: #242422;
    justify-content: end;
    font-weight: 400;
    align-items: center;
}

h3.workation_title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #242422;
    display: flex;
    align-items: center;
}

h3.workation_title span {
    padding: 0px 8px;
    font-size: 1.4rem;
    margin-right: 10px;
    background: #242422;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
}

p.workation_cap {
    color: #242422;
    font-size: 1.3rem;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 400;
}

.workation_schedule {
    display: flex;
    align-items: center;
    color: #242422;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.workation_schedule span {
    padding: 0px 10px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-right: 8px;
}

.workation_area {
    color: #242422;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 20px 0;
}

ul.workation_list {
    display: flex;
    flex-wrap: wrap;
}

ul.workation_list li {
    width: 29.3%;
    margin: 0 2% 4%;
}

.workation_thumb {
    background: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
    overflow: hidden;
	width: 100%;
}

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

span.workation_thumb_area {
    background: #fff;
    padding: 0px 11px;
    color: #242222;
    font-weight: 600;
    border-radius: 3px;
    position: absolute;
    font-size: 1.45rem;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.25), 3px 3px 8px rgba(0,0,0,0.2);
    left: 10px;
    top: 10px;
}

h3.workation_title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #242422;
    line-height: 22px;
    margin-top: 5px;
    display: block;
}

h3.workation_title span {
    background: #242422;
    color: #fff;
    padding: 0px 6px;
    width: max-content;
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 3px;
    margin-bottom: 6px;
}

.workation_info {
    margin-top: 15px;
}

a.viewmore_link {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 0.5px;
    border: 0.5px solid;
    padding: 20px;
    max-width: 500px;
    border-radius: 4px;
    margin: 50px auto 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    font-family: "aileron", sans-serif;
}

a.viewmore_link:hover {
	background: #000;
	color: #fff;
}

section.reading {
    padding: 88px 0 0;
}

.reading_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.reading_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    font-weight: 400;
}

.reading_inner h2 span {
    display: block;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}

ul.reading_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.reading_contents li {
    width: 31%;
    margin-bottom: 35px;
}

ul.reading_contents li a {
    color: #242422;
}

.reading_info h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 25px;
    margin: 15px 0;
}

.reading_tag {
    display: flex;
    margin-top: 20px;
}

.reading_tag span {
    display: block;
    font-size: 1.1rem;
    padding: 0px 7px;
    border: 1px solid;
    font-weight: 400;
    border-radius: 3px;
    margin-right: 5px;
}

ul.reading_contents li a:hover .reading_thumb img {
	opacity: 1;
	transform: scale(1.025);
}

.reading_thumb img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.reading_info p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 20px;
}

.reading_date {
    text-align: right;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.reading_thumb {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    overflow: hidden;
}

a.reading_more {
    display: flex;
    text-align: right;
    font-size: 1.3rem;
    font-weight: 400;
    color: #242222;
    justify-content: end;
    align-items: center;
}

a.reading_more img {
    width: 16px;
    margin-left: 5px;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.contents_wrapper {
    padding: 50px 0;
}

ul.workation_list li {
    width: 100%;
    margin: 0 0 30px;
}

.workation_inner {
    width: 90%;
}

span.workation_thumb_area {
    font-size: 1.3rem;
}

a.viewmore_link {
    padding: 14px 0;
    margin: 0;
}


}