@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: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

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


.workation_main {
    width: 46%;
}

.workation_mv {
    width: 48%;
    overflow: hidden;
    border-radius: 8px;
    background-image:url("../img/home/slider2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h2.workation_title {
    font-size: 2.6rem;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    line-height: 38px;
    align-items: center;
}

h2.workation_title span {
    font-size: 1.5rem;
    padding: 0px 15px;
    border: 1px solid;
    margin-bottom: 10px;
    width: max-content;
    display: block;
    font-weight: 400;
    border-radius: 3px;
}

.workation_info_area {
    display: block;
    border-radius: 8px;
    justify-content: space-between;
}

table.workation_info {
    width: 100%;
}

table.workation_info th {
    padding: 23px 0;
    border-bottom: 1px solid #000;
    width: 28%;
    font-size: 1.5rem;
    line-height: 36px;
    font-weight: 500;
}

table.workation_info td {
    border-bottom: 1px solid #ddd;
    padding: 23px 20px;
    font-size: 1.5rem;
    width: 72%;
    line-height: 36px;
}

table.workation_info td a {
    display: block;
    background: #000;
    color: #fff;
    width: max-content;
    font-size: 1.3rem;
    padding: 0px 25px;
    font-weight: 400;
    border-radius: 100px;
}

p.workation_content_cap {
    max-width: 900px;
    margin: 0 auto 80px;
    line-height: 32px;
    font-size: 1.5rem;
}

.workation_content_image {
    max-width: 900px;
    margin: 60px auto;
}

.workation_content_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.workation_content_image_cap {
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 30px;
    text-align: right;
}

h3.workation_content_subtitle {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 2.2rem;
    font-weight: 500;
    border-left: 1px solid;
    padding-left: 16px;
}

.workation_content_movie {
    margin: 0 auto;
    width: max-content;
    border: 1px solid;
    border-radius: 8px;
    overflow: hidden;
}

.workation_content_slider {width: 900px;margin: 50px auto;}

.swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: -5px!important;}

.swiper {
    padding-bottom: 30px!important;
}

.swiper-pagination-bullet-active {
	background: #000!important;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

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;
    margin-right: 3.5%;
}
ul.reading_contents li:nth-child(3n) {
	margin-right: 0;
}
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;
}

.workation_inner {
    display: block;
    width: 100%;
    padding-bottom: 50px;
}

.workation_mv {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
}

.workation_main {
    width: 100%;
}

h2.workation_title {
    font-size: 2rem;
    margin: 0;
}

h2.workation_title span {
    font-size: 1.3rem;
    padding: 0 10px;
    line-height: 24px;
    margin-bottom: 5px;
}

table.workation_info th {
    padding: 16px 0;
    font-size: 1.2rem;
}

table.workation_info td {
    font-size: 1.2rem;
    padding: 16px 5%;
}

table.workation_info td a {
    font-size: 1.2rem;
    padding: 0px 15px;
    line-height: 28px;
    border-radius: 4px;
}

.workation_content {width: 90%;margin: 0 auto;}

p.workation_content_cap {
    width: 90%;
    font-size: 1.2rem;
    line-height: 26px;
    margin: 0 auto 30px;
}

.workation_content_image {
    width: 90%;
    margin: 30px auto;
}

.workation_content_image_cap {
    text-align: left;
    font-size: 1.2rem;
    line-height: 26px;
}

h3.workation_content_subtitle {
    width: 90%;
    font-size: 1.6rem;
    padding-left: 10px;
    line-height: 40px;
}

.workation_content_slider {
    width: 100%;
    margin: 30px auto;
}

.workation_content_movie {
    width: 90%;
}

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

.reading_inner h2 {font-size: 1.6rem;margin-bottom: 30px;}

ul.reading_contents {
    display: block;
}

ul.reading_contents li {
    width: 100%;
    margin-bottom: 30px;
}

a.reading_more {
    font-size: 1.2rem;
}

}