@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
#container div:after{
	display: none;
}

.tTelework_btn {
	display: block;
	position: relative;
	max-width: 520px;
	line-height: 1.5;
	margin: 64px auto 0;
	padding: 3px 0 7px;
	border: 3px solid #365c48;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 184%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.tTelework_btn ~ .tTelework_btn { margin-top: 20px; }
.d_hover .tTelework_btn:hover {
	opacity: 0.6;
}
.tTelework_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 15px;
	margin: -8px 0 0;
	background: url(../../images/rn/index_ico01.png) center center no-repeat;
	background-size: 20px 15px;
}
.tShinrin_btn {
    display: block;
    position: relative;
    max-width: 360px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 20px 0 25px;
    border: 3px solid #365c48;
    border-radius: 50px;
    background-color: #365c48;
    color: #fff;
    font-size: 184%;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    transition: opacity .3s;
}
.tShinrin_btn:hover {
    opacity: 0.6;
}
.tShinrin_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 15px;
    margin: -8px 0 0;
    background: url(../../images/rn/index_ico01.png) center center no-repeat;
    background-size: 20px 15px;
}



.tGuidebook{
	width: 700px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 60px auto 0;
}
.tGuidebook > img{
	margin-right: 20px;
}
.tGuidebook .tTelework_btn{
	width: 420px;
	margin: 0;
}

/* 
------------------------------------------------------------------------------- */
.tLead_body {
	padding: 85px 0 90px;
	background-color: #fff;
}
.tLead_in {
	max-width: 766px;
	margin: 0 auto;
}
.tLead_tit {
	line-height: 1.5;
	margin: 0 0 35px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
	border-bottom: none;
}
.tLead_txt {
	line-height: 2.7;
	margin: 0 0 40px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

/* ステイハウス
------------------------------------------------------------------------------- */
.tStay_body {
	padding: 40px 0 70px;
	background-color: #ced3ce;
}
.tStay_in {
	max-width: 766px;
	margin: 0 auto;
}
.tStay_tit {
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tStay_txt {
	line-height: 1.7;
	margin: 0 0 35px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tStay_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -35px -19px 0;
}
.tStay_list li {
	width: -webkit-calc(33.333% - 38px);
	width: calc(33.333% - 38px);
	margin: 35px 19px 0;
}
.tStay_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .tStay_wrap:hover {
	opacity: 0.6;
}
.tStay_img {
	display: block;
	position: relative;
}
.tStay_img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.tStay_img-ico2::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100px;
	height: 32px;
	background: url(../../images/rn/index_ico10.png) center center no-repeat;
	background-size: 100px 32px;
	z-index: 10;
}
.tStay_caption {
	line-height: 1.5;
	margin: 4px 0 0;
	color: #333;
	font-size: 142%;
	font-weight: 500;
}


/* ワーケーション体験
------------------------------------------------------------------------------- */
.tWorkation_head {
	padding: 57px 0 52px;
	background: url(../images/img_bg01.jpg) center top no-repeat;
	background-size: cover;
}
.tWorkation_head .tWorkation_in{
	width: 800px;
	margin: 0 auto;
}
.tWorkation_tit{
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 280%;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 0px 6px rgba(0, 0, 0, 1);
}

.tWorkation_profile{
	margin-top: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tWorkation_profile .txt{
	width: 320px;
	margin:0 0 0 30px;
	padding: 10px 15px 15px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 7px;
	box-sizing: border-box;
	position: relative;
}
.tWorkation_profile .txt::before{
	content: "";
	width: 28px;
	height: 22px;
	background: url(../images/ico_balloon01.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 12px;
	left: -28px;
}
.tWorkation_profile .txt p{ color: #333; }
.tWorkation_profile .txt em{
	margin-bottom: 5px;
	line-height: 1.4;
	color: #365c48;
	display: inline-block;
}
.tWorkation_profile .txt em span{ font-size: 135%; }

.tWorkation_body{
	width: 950px;
	margin: 0 auto;
	padding: 60px 0 90px;
}
.tWorkation_txt{
	line-height: 1.7;
	margin: 0 0 80px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

.tWorkation_timeline{
	position: relative;
}
.tWorkation_timeline::after{
	content: "";
	width: 2px;
	height: 45px;
	border-left: 2px dotted #365c48;
	position: absolute;
	left: 483px;
	bottom: -45px;
}

.tWorkation_timeline li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.tWorkation_timeline li .txt{
	position: relative;
	z-index: 10;
}
.tWorkation_timeline li.txtL{
	flex-direction: row-reverse;
}
.tWorkation_timeline li.txtR .txt{
	width: 470px;
}
.tWorkation_timeline li.txtR .txt img{
	display: inline-block;
	position: relative;
	z-index: 10;
}
.tWorkation_timeline li.txtR .img{
	width: 480px;
	padding-bottom: 50px;
	text-align: right;
	position: relative;
	right: -20px;
	z-index: 15;
}
.tWorkation_timeline li.txtL .txt{
	width: 490px;
	text-align: right;
}
.tWorkation_timeline li.txtL .img{
	width: 460px;
	padding-left: 55px;
	box-sizing: border-box;
}


.tWorkation_timeline li.txtR .txt::before{
	content: "";
	width: 2px;
	height: 100%;
	border-left: 2px solid #365c48;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
}
.tWorkation_timeline li.txtR .txt p{
	padding: 10px 0 0 35px;
	line-height: 1.7;
	color: #333;
	font-size: 110%;
	font-weight: 400;
}
.tWorkation_timeline li.txtL .txt::before{
	content: "";
	width: 2px;
	height: 100%;
	border-left: 2px solid #365c48;
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1;
}
.tWorkation_timeline li.txtL .txt p{
	padding: 10px 35px 0 0;
	line-height: 1.7;
	color: #333;
	font-size: 110%;
	font-weight: 400;
}


/* リモートワーク体験記
------------------------------------------------------------------------------- */
.tBlog{
	padding: 50px 0 35px;
	background-color: #ced3ce;
}
.tBlog_in {
	max-width: 585px;
	margin: 0 auto;
}
.tBlog_tit {
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tBlog_txt{
	line-height: 1.7;
	margin: 0 0 75px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

.tBlog_item{
	display: flex;
	justify-content: space-between;
}
.tBlog_item + .tBlog_item{
	margin-top: 50px;
}
.tBlog_item .tBlog_item_docs{
	width: calc(100% - 145px);
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
}
.tBlog_item .tBlog_item_docs::before{
	content: "";
	width: 18px;
	height: 25px;
	background: url(../images/bg_tBlog_balloon.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 30px;
	left: -18px;
}
.tBlog_item .tBlog_item_txt01{
	margin-bottom: 20px;
	font-size: 120%;
	color: #000;
}
.tBlog_item .tBlog_item_txt02{
	font-size: 110%;
	color: #000;
}


.tBlog_item .fullTxt .tBlog_item_body {
  transition: height 1s ease;
}
.tBlog_item .tBlog_more{
	padding: 10px 0 5px;
	font-size: 120%;
	line-height: 1.0;
	color: #365C48;
	font-weight: bold;
	text-align: right;
	user-select: none;
}
.tBlog_item .tBlog_more span{
	cursor: pointer;
}
.tBlog_item .tBlog_more span::after{
	content: "";
	width: 20px;
	height: 15px;
	margin-left: 5px;
	background: url(../images/ico_tBlog_arw01.png) left top no-repeat;
	background-size: 100% auto;
	display: inline-block;
}
.tBlog_item .fullTxt .tBlog_more span::after{
	display: none;
}
.tBlog_item .fullTxt .tBlog_more span::before{
	content: "";
	width: 20px;
	height: 15px;
	margin-right: 5px;
	background: url(../images/ico_tBlog_arw02.png) left top no-repeat;
	background-size: 100% auto;
	display: inline-block;
}





/* ご予約はこちらから
------------------------------------------------------------------------------- */
.sBook {
	background-color: #fff;
    padding: 85px 0 170px;
    scroll-margin-top: 20px;
}
.sBook_in {
    max-width: 1020px;
	margin: 0 auto;
    text-align: center;
}
.sBook_tit {
	line-height: 130px;
	background: url(../images/bg_tit_sBook.png) no-repeat center 12px;
	background-size: 328px 116px;
	color: #fff;
	font-size: 200%;
	font-weight: 500;
    text-align: center;
    margin: 0 0 45px 0;
    padding: 0;
}
.sBook_txt {
    line-height: 1.8;
    margin: 0 0 100px;
	color: #4d4d4d;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.sBook_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
    text-align: left;
}
.sBook_item {
    width: -webkit-calc(33.3% - 28px);
    width: calc(33.3% - 28px);
    margin: 0 14px 85px;
}
.sBook_item img {
    width: 320px;
}
.sBook_place {
    min-width: 75px;
    width: 75px;
    display: inline-block;
    color: #fff;
    background-color: #365c48;
    font-size: 116%;
    border-radius: 20px;
    padding: 5px 20px;
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph
}
.sBook_name {
    color: #365c48;
    font-size: 166%;
    font-weight: 600;
    margin: 5px 16px 7px;
}
.sBook_click {
    width: 100%;
    display: table;
}
.sBook_click span {
    width: 50%;
    text-align: center;
    font-size: 133%;
    display: table-cell;
}
.sBook_click_btn{
    color: #fff;
    width: 100%;
    display: inline-block;
    background-color: #365c48;
    text-decoration: none;
    transition: opacity .3s;
}
.sBook_click_btn:hover {
    opacity: 0.6;
}
.sBook_click_none {
    width: 50%;
    background-color: #c4c9c4;
    color: #fff;
}
.sBook_click_left {
    border-radius: 0  0 0 20px;
    box-sizing: border-box;
    padding: 8px 0 10px;
    border-right: 1px solid #fff;
}
.sBook_click_right {
    border-radius: 0 0 20px 0;
    box-sizing: border-box;
    padding: 8px 0 10px;
    border-left: 1px solid #fff;
}
