@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.sVisual {
    width: 100%;
	height: 503px;
	background: url(../images/index_bg01.jpg) center center no-repeat;
	background-size: cover;
    display: table;
    margin-bottom: 100px;
}
.sVisual_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.sVisual_tit {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
/* 「暮らす森のシェアサロン」とは
------------------------------------------------------------------------------- */
.sWhat {
    max-width: 1020px;
    margin: 0 auto;
	padding-bottom: 150px;
}
.sWhat_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sWhat .slider-pro{
    border: 1px solid #365c48;
    box-sizing: border-box;
    width: 510px;
    margin-right: 50px;
}
.sWhat .slider-pro ul {
}
.sWhat .slider-pro li {
}
.sWhat .slider-pro li img:hover {
    cursor: pointer;
}
.sWhat_info {
}
.sWhat_tit {
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0 0 5px;
	background: none;
	color: #365c48;
	font-size: 291%;
	font-weight: 600;
}
.sWhat_txt {
	line-height: 2.0;
	color: #333;
	font-size: 150%;
	font-weight: 400;
}
.sp-previous-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-right: 18px solid #365c48 !important;
  border-bottom: 10px solid transparent !important;
}
.sp-next-arrow {
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-right: 18px solid #365c48 !important;
  border-bottom: 10px solid transparent !important;
}
.sp-arrows:hover {
    opacity: 0.7;
    transition : 1s;
}
/* シェアサロンでできること
------------------------------------------------------------------------------- */
.sDo {
	background-color: #ced3ce;
    padding: 85px 0 130px;
}
.sDo_in {
    max-width: 1020px;
	margin: 0 auto;
    text-align: center;
}
.sDo_tit {
	line-height: 1.5;
	margin: 0 0 75px;
	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
}
.sDo_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}
.sDo_list li {
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
	margin: 0 10px;
}
.sDo_img {
    display: block;
    max-width: 180px;
    height: auto;
    margin: 0 auto 30px;
}
.sDo_img img {
    max-width: 100%;
    height: auto;
}
.sDo_caption {
	line-height: 1.4;
	color: #365c48;
	font-size: 141%;
	font-weight: 400;
	text-align: center;
}

/* 機能・設備
------------------------------------------------------------------------------- */
.sFunction {
    padding: 85px 0 130px;
}
.sFunction_in {
    max-width: 1020px;
	margin: 0 auto;
    text-align: center;
}
.sFunction_tit {
	line-height: 1.5;
	margin: 0 0 45px;
	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
}
.sFunction_txt {
    line-height: 1.8;
    margin: 0 0 75px;
	color: #4d4d4d;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.sFunction_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.sFunction_list li {
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	margin: 0 15px;
}
.sFunction_img {
    display: block;
    max-width: 56px;
    height: auto;
    margin: 0 auto 40px;
}
.sFunction_img img {
    max-width: 100%;
    height: auto;
}
.sFunction_caption {
	line-height: 1.4;
	color: #365c48;
	font-size: 141%;
	font-weight: 400;
	text-align: center;
}
.sFunction_note {
	line-height: 1.7;
	margin: 60px 0 0;
	color: #c8cdc8;
	font-size: 133%;
	font-weight: 400;
    text-align: right;
}
/* ご利用いただける方
------------------------------------------------------------------------------- */
.sUse {
	background-color: #ced3ce;
    padding: 85px 0 130px;
}
.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 0 auto;
}
.sUse_list li {
    width: 48%;
    font-size: 150%;
    font-weight: 500;
    color: #365c48;
    position: relative;
    margin: 0 2% 20px 0;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    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;
}
/* シェアサロンがオープンしている暮らす森
------------------------------------------------------------------------------- */
.sMap {
    padding: 150px 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;
    position: relative;
    height: 540px;
}
.sMap_info{
    width: calc(100% - 436px);
    padding: 0 2px 0 0;
    box-sizing: border-box;
}
.sMap_img{
    width: 390px;
}
.sMap_tit {
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 10px 10px;
	border-bottom: 2px solid #365c48;
	background: none;
	color: #365c48;
	font-size: 200%;
	font-weight: 500;
    display: inline-block;
    letter-spacing: 0.05em
}
.sMap_txt {
    line-height: 1.8;
	color: #4d4d4d;
	font-size: 150%;
	font-weight: 400;
    padding-top: 10px;
}
.sMap_area {
    position: absolute;
    top: 0;
    left: 582px;
    overflow: hidden;
}
.sMap_area area {
    cursor: pointer;
}
.sMap_area_logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
}
.sMap_area_logo img{
    width: 176px;
    height: auto;
}
.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;
}
.sMap_details{
    position: absolute;
    bottom: 0;
    left: 0px;
}
.sMap_details li img{
    width: 480px;
}
