@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
html {
    scroll-behavior: smooth;
}
h1 {
    margin: 80px 0 0;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
    color: #365c48;
    font-size: 300%;
    font-weight: 600;
}
.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;
}
/* シェアサロンがオープンしている暮らす森
------------------------------------------------------------------------------- */
.sMap {
    padding: 100px 0;
	background-color: #fff;
    overflow: hidden;
}
.sMap_layout {
	max-width: 1020px;
	margin: 0 auto;
}
.sMap_layout_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sMap_info {
    width: calc(100% - 436px);
    padding: 0 2px 0 0;
    box-sizing: border-box;
}
.sMap_img {
    width: 390px;
}
.sMap_txt {
    line-height: 1.8;
	color: #4d4d4d;
	font-size: 150%;
	font-weight: 400;
    padding-top: 10px;
    margin-bottom: 50px;
}
.sMap .tShinrin_btn {
    margin: 0;
}
.sMap_list {
    line-height: 1.7;
    margin: 105px 0 0;
    color: #c8cdc8;
    font-size: 100%;
    font-weight: 400;
}
.sMap_area {
    width: 510px;
    position: relative;
}
.sMap_area_in {
    width: 100vw;
    background-color: #c4c9c4;
    border-radius: 20px 0 0 20px;
    box-sizing: border-box;
    padding: 30px 35px 30px 80px;
    margin: 0;
    position: relative;
}
.sMap_area_logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
}
.sMap_area_logo img{
    width: 176px;
    height: auto;
}
.sMap_area_in img{
    width: 397px;
}
/* ご利用いただける方
------------------------------------------------------------------------------- */
.sUse {
	background-color: #ced3ce;
    padding: 85px 0 120px;
}
.sUse_in {
    max-width: 1020px;
	margin: 0 auto;
    text-align: center;
}
.sUse_tit {
	line-height: 1.5;
	margin: 0 0 50px;
	padding: 0 10px 10px;
	border-bottom: 2px solid #365c48;
	background: none;
	color: #365c48;
	font-size: 200%;
	font-weight: 500;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em
}
.sUse_txt {
    line-height: 1.8;
    margin: 0 0 50px;
	color: #4d4d4d;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.sUse_list{
    margin: 0 auto;
    padding-left: 80px;
    display: flex;
    justify-content: center;
    gap: 0 60px;
}
/*
.sUse_list > ul{
    width: calc((100% - 60px) / 2);
}
*/
.sUse_list li {
    font-size: 150%;
    font-weight: 500;
    color: #365c48;
    position: relative;
    margin: 0 2% 20px 0;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: left;
}
.sUse_list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #365c48;
}
/* ご予約はこちらから
------------------------------------------------------------------------------- */
.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;
}
/* 宿泊体験・見学のポイント
------------------------------------------------------------------------------- */
.sPoint {
	background-color: #ced3ce;
    padding: 85px 0 170px;
}
.sPoint_in {
    max-width: 1020px;
	margin: 0 auto;
    text-align: center;
}
.sPoint_tit {
	line-height: 1.5;
	margin: 0 0 100px;
	padding: 0 10px 10px;
	border-bottom: 2px solid #365c48;
	background: none;
	color: #365c48;
	font-size: 200%;
	font-weight: 500;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em
}
.sPoint_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 -20px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #365c48;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
}
.sPoint_item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
}
.sPoint_ico {
	color: #365c48;
	font-size: 150%;
    font-weight: 600;
    margin-bottom: 15px;
}
.sPoint_txt01 {
	color: #365c48;
	font-size: 200%;
    font-weight: 500;
    margin-bottom: 35px;
}
.sPoint_txt01 span {
    display: inline-block;
    padding: 0 5px;
    background: -webkit-linear-gradient(transparent 50%, #c4c9c4 50%);
    background: -o-linear-gradient(transparent 50%, #c4c9c4 50%);
    background: linear-gradient(transparent 50%, #c4c9c4 50%);
}
.sPoint_txt02 {
    color: #4d4d4d;
	font-size: 150%;
    line-height: 2.0;
}
.sPoint_btn .tShinrin_btn {
    padding: 10px 0 13px;
    margin-top: 40px;
}
.sPoint_img {
    position: absolute;
    bottom: -70px;
    left: 0;
}
.sPoint_img img {
    width: 213px;
}