@charset "UTF-8";

:root {
	--main_color: #3C4F7C;
}

:root {
	--color_brown: #776A58;
}

#floatingMenu.floatingMenu {
    display: none;
}

#Contents {
	font-family: "Noto Sans JP", sans-serif;
}

#Contents .rem {
	font-family: "REM", sans-serif;
}

#Contents img {
	width: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

p {
	color: #3E3A3A;
}

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

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

.flexBox.alignCenter {
	align-items: center;
}

.bgWhite {
	background: #fff;
}

.bgBlue {
	background:var(--main_color);
}

.bgBlue02 {
	background:#F3F5FA;
}

.bgBrown {
	background: var(--color_brown);
}

.bgHalf {
	background: -webkit-linear-gradient(bottom, #F3F5FA 65%, #fff 65%, #fff);
    background: -o-linear-gradient(bottom, #F3F5FA 65%, #fff 65%, #fff);
    background: linear-gradient(to top, #F3F5FA 65%, #fff 65%, #fff);
}

.bgSquare {
	background-color: #FFFFFF;
    background-size:60px 60px;
    background-image: linear-gradient(#F4F2EE 1%, #F4F2EE 1%, transparent 1%, transparent 99%, #F4F2EE 99%, #F4F2EE 100%), linear-gradient(90deg, #F4F2EE 1%, #F4F2EE 1%, transparent 1%, transparent 99%, #F4F2EE 99%, #F4F2EE 100%), linear-gradient(transparent, transparent 20%, #F4F2EE 20%, #F4F2EE 21%, transparent 21%, transparent 40%, #F4F2EE 40%, #F4F2EE 41%, transparent 41%, transparent 60%, #F4F2EE 60%, #F4F2EE 61%, transparent 61%, transparent 80%, #F4F2EE 80%, #F4F2EE 81%, transparent 81%, transparent 100%), linear-gradient(90deg, transparent, transparent 20%, #F4F2EE 20%, #F4F2EE 21%, transparent 21%, transparent 40%, #F4F2EE 40%, #F4F2EE 41%, transparent 41%, transparent 60%, #F4F2EE 60%, #F4F2EE 61%, transparent 61%,transparent 80%, #F4F2EE 80%, #F4F2EE 81%, transparent 81%, transparent 100%);
}

.textWhite {
	color:#fff;
}

.textBlue {
	color:#3C4E7C;
}

.textBrown {
	color:var(--color_brown);
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: clamp(15px, 12px, 12px);
}

.size14 {
	font-size: clamp(14px, 14px, 14px);
}

.size16 {
	font-size: clamp(14px, 1.2vw, 16px);
}

.size18 {
	font-size: clamp(18px, 1.8vw, 18px);
}

.size20 {
	font-size: clamp(18px, 2vw, 20px);
}

.size22 {
	font-size: clamp(18px, 2.2vw, 22px);
}

.size23 {
	font-size: clamp(18px, 2.3vw, 23px);
}

.size24 {
	font-size: clamp(20px, 2.4vw, 24px);
}

.size26 {
	font-size: clamp(20px, 2.6vw, 26px);
}

.size28 {
	font-size: clamp(22px, 2.8vw, 28px);
}

.size30 {
	font-size: clamp(22px, 3vw, 30px);
}

.size34 {
	font-size: clamp(24px, 3.4vw, 34px);
}

.size36 {
	font-size: clamp(24px, 3.6vw, 36px);
}

.size38 {
	font-size: clamp(24px, 3.8vw, 38px);
}

.size40 {
	font-size: clamp(24px, 4vw, 40px);
}

.weight300 {
	font-weight: 300;
}

.weight400 {
	font-weight: 400;
}

.weight600 {
	font-weight: 600;
}

.weight700 {
	font-weight: 700;
}

.weight800 {
	font-weight: 800;
}

.dispInline {
	display: inline-block;
}

.arrow{
	position: relative;
	display: inline-block;
	width: 15px;
    height: 15px;
	vertical-align: middle;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
}

.arrowRight::before{
	left: -2px;
	width: 15px;
	height: 2px;
	background: #fff;
}
.arrowRight::after{
	left: 3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrowBottom::before,.arrowBottom02::before {
	left: 6px;
	width: 2px;
	height: 15px;
    top: -5px;
	background: var(--main_color);
}
.arrowBottom::after,.arrowBottom02::after {
	left: 2px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--main_color);
	border-right: 2px solid var(--main_color);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.arrowBottom02::before{
	background: #fff;
}
.arrowBottom02::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}



/*＝＝＝＝＝＝
MV
＝＝＝＝＝＝＝*/

#mv {
	margin-bottom: 120px;
}

#mv .mvBg {
	background: url("../image/mv_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 5px;
}

#mv .annotation {
	margin-right: 10px;
}


#mv .image {
	max-width: 453px;
	width: 80%;
	margin: 0 auto;
	background: rgb(255 255 255 / 90%);
}

#mv .image .imageBox {
	padding: 35px 50px;
	display: inline-block;
}

#mv .image .flexBox {
	justify-content: center;
	align-items:end;
	width: 100%;
	padding: 12px 0;
}

#mv .image .flexBox p {
	line-height: 1.1;
}

#mv .image .flexBox .mr18 {
	margin-right: 18px;
}

#mv .image .flexBox .textLeft {
	text-align: left;
}

#mv .image .flexBox p:last-child {
	line-height: 1.2;
}

#mv p {
	padding-bottom: 8px;
}


/*＝＝＝＝＝＝
#sec01
＝＝＝＝＝＝＝*/
#sec01 h1 {
	margin-bottom: 80px;
}

#sec01 .flexBox {
    justify-content: flex-start;
	margin-bottom: 230px;
}

#sec01 .leftArea {
    margin-right: 0;
    width: 50%;
}

#sec01 .leftArea .photo02 {
    position: absolute;
	right:-175px;
	bottom:-95px;
}

#sec01 .rightArea p {
	line-height: 2.2em;
}

#sec01 .rightArea p.mb25 {
	margin-bottom: 25px;
}

#sec01 .rightArea p.mb60 {
	margin-bottom: 60px;
}


/*＝＝＝＝＝＝
#sec02
＝＝＝＝＝＝＝*/
#sec02 {
	padding: 40px 0;
	margin-bottom: 130px;
}

#sec02 h2 {
    margin-bottom: 45px;
}

#sec02 .flexBox {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#sec02 .pointBox {
	width: 31%;
	margin: 0 0 30px 0;
	text-align: center;
}

#sec02 .pointBox a {
	border: 2px solid var(--main_color);
	box-shadow: 0 0 0 5px #fff;
    display: block;
	padding: 12px 0 0 0;
}

#sec02 .pointBox a h3 {
	display: inline-block;
    padding: 0 15px;
	margin-bottom: 10px;
}

#sec02 .pointBox a p.text,#sec02 .pointBox a p.textBlue {
	margin-bottom: 10px;
}

#sec02 .pointBox a p.textBlue.mb0 {
	margin-bottom: 0;
}

#sec02 .pointBox a .textBox {
    min-height: 7.6em;
}

#sec02 .pointBox a .arrow {
	margin-bottom: 15px;
}

/*＝＝＝＝＝＝
ポイン共通 .pointDetail
＝＝＝＝＝＝＝*/

.pointDetail .pointTitle {
	padding: 0 30px;
	margin-bottom: 30px;
}

.btn {
    max-width: 400px;
    width: 80%;
    margin: 0 auto 100px;
}

.btn a {
    text-align: center;
	padding: 20px 0;
	position: relative;
	display: block;
}

.btn a .arrow {
    position: absolute;
	right: 25px;
	top:54%;
	transform: translateY(-50%);
}


/*＝＝＝＝＝＝
#point01
＝＝＝＝＝＝＝*/

#point01 .flexBox.titleText p {
    width: 45%;
	margin-bottom: 85px;
}

#point01 ul.flexBox {
	max-width: 1186px;
	margin: 0 auto 90px;
	gap:30px;
}

#point01 ul.flexBox li {
	width: 31%;
	padding: 35px 30px 25px;
}

#point01 ul.flexBox li .flexBox {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}

#point01 ul.flexBox li .icon {
    width: 95px;
    height: 95px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 3px solid var(--main_color);
	margin-right: 10px;
}

#point01 ul.flexBox li:first-child .icon {
    padding-bottom: 8px;
}

#point01 ul.flexBox li:nth-child(4) .icon {
    padding: 0 0 2px 8px;
}

#point01 ul.flexBox li h4 {
	line-height: 1.2;
}

#point01 ul.flexBox li .textBox {
    min-height: 6em;
}

#point01 ul.flexBox li p {
	line-height: 1.8;
}

#point01 .titleImage {
	margin-bottom: 60px;
}

#point01 .titleImage .leftArea {
	width: 43%;
	margin-right: 60px;
}

#point01 .titleImage .rightArea {
    width: 50%;
}

#point01 .titleImage h2 {
	margin-bottom: 50px;
}

/*＝＝＝＝＝＝
#point02
＝＝＝＝＝＝＝*/

#point02 {
	padding: 130px 0;
}

#point02 .leftARea {
	width: 58%;
	margin-bottom: 70px;
}

#point02 .leftARea h2 {
	margin-bottom: 35px;
	line-height: 1.4;
}

#point02 .leftARea h4 {
	line-height: 1;
	margin-bottom: 5px;
}

#point02 .leftARea .kakaku {
	margin-bottom: 45px;
	text-align: right;
	margin-right: 200px;
}

#point02 .leftARea .text {
	margin-bottom: 40px;
}

#point02 .rightARea {
	width: 40%;
	margin-bottom: 70px;
}

#point02 .bgWhite .leftBorder {
	border-left: 13px solid var(--main_color);
	padding: 20px;
	margin-bottom: 20px;
}

#point02 .bgWhite .box {
	margin: 0 50px;
}

#point02 .bgWhite .box h4 {
    line-height: 1.4;
	margin-bottom: 35px;
}

#point02 .bgWhite .box .boxTitle {
	width: 15%;
	padding: 0 20px 0 0;
	position: relative;
}

#point02 .bgWhite .box .boxTitle:before {
	content:"";
	position: absolute;
	right: 0;
	bottom:35px;
	width: 1px;
	height: calc(100% - 35px);
	background: var(--color_brown);
}

#point02 .bgWhite .box01 {
	border-bottom: 1px solid #3E3A3A;
	padding: 20px 0 0 0;
}

#point02 .bgWhite .flow {
    width: 83%;
    padding: 0 70px 0 40px;
}

#point02 .bgWhite .flow ul {
	display: inline-flex;
    align-content: center;
	justify-content: flex-start;
	position: relative;
	z-index:1;
	margin-bottom: 25px;
} 

#point02 .bgWhite .flow ul:before {
    content:"";
	position: absolute;
	background: var(--color_brown);
	width: 90%;
	height: 1px;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
} 

#point02 .bgWhite .flow ul li{
    width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border:1px solid var(--color_brown);
	border-radius: 100px;
	text-align: center;
	margin-right: 12px;
} 

#point02 .bgWhite .flow ul li:last-child{
	margin-right: 0;
} 

#point02 .bgWhite .flow dl {
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 35px;
}

#point02 .bgWhite .flow dt {
	width: 50px;
	height: 50px;
	margin-right: 8px;
}

#point02 .bgWhite .flow dd {
	width: 17%;
	margin-right: 20px;
}

#point02 .bgWhite .box02 {
	padding: 35px 0 15px 0;
	position: relative;
}

#point02 .bgWhite .box02 .flow {
    display: inline-block;
}

#point02 .bgWhite .box02 .flow ul li{
	border:1px solid var(--main_color);
} 

#point02 .bgWhite .box02 .flow ul:before {
	background: var(--main_color);
} 

#point02 .bgWhite .box02 .flow dt {
	position: relative;
	z-index: 2;
}

#point02 .bgWhite .box02 .flow dd {
	position: relative;
	z-index: 1;
	line-height: 1.3;
}

#point02 .bgWhite .box02 .flow dd:before {
	position: absolute;
	content:"";
	width: 125%;
	height: 5em;
	background: #F3F5FA;
	top:50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

#point02 .bgWhite .box02 .lastBox {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 25px;
    height: 187px;
    text-align: center;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*＝＝＝＝＝＝
#point03
＝＝＝＝＝＝＝*/

#point03 {
    padding: 125px 0 0;
}

#point03 .flexBox.textPhoto {
	margin-bottom: 100px;
}

#point03  .leftARea h2 {
    margin-bottom: 35px;
	line-height: 1.4;
}

#point03 .leftARea {
	width: 43%;
}

#point03 .rightARea {
    width: 50%;
}

#point03 .leftARea .text.mb40 {
	margin-bottom: 40px;
}

#point03 .bgSquare {
	padding: 50px 0 90px;
}

#point03 .bgSquare .text {
	margin-bottom: 55px;
	line-height: 2.2;
}

#point03 .bgSquare .tabWrap {
  display: flex;
  flex-wrap: wrap;
}

#point03 .bgSquare .tabLabel {
	color: var(--main_color);
	font-weight: bold;
	border-top: solid 1px var(--main_color);
	border-right: solid 1px var(--main_color);
	border-bottom: solid 1px var(--main_color);
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	padding: 10px 0;
	margin: 0; 
	background: #fff;
}

#point03 .bgSquare .tabLabel.firstLabel {
	border-left: solid 1px var(--main_color);
}

#point03 .bgSquare .tabLabel:hover {
  opacity: 0.75;
}

#point03 .bgSquare .tabContent {
	flex: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	animation: fadeIn 1s ease;
	padding: 50px 0 0;
}

#point03 .bgSquare input[name="tabBtn"] {
  display: none;
}

#point03 .bgSquare .tabWrap input:checked + .tabLabel {
  color: #fff;
  background: var(--main_color);
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

#point03 .bgSquare .tabContent h3 {
	margin-bottom: 25px;
}

#point03 .bgSquare .tabContent .menseki {
	margin-bottom: 40px;
}

#point03 .bgSquare .tabContent .menseki span {
	padding: 0 20px 3px;
}

#point03 .bgSquare .tabContent .bgWhite {
	padding: 40px;
}

#point03 .bgSquare .tabContent .bgWhite .flexBox {
	align-items: center;
}

#point03 .bgSquare .tabContent .bgWhite .leftArea {
	width: 30%;
}

#point03 .bgSquare .tabContent .bgWhite .rightArea {
    width: 64%;
}

#point03 .bgSquare .tabContent .bgWhite .leftArea h4 {
	margin-bottom: 30px;
}

#point03 .bgSquare .tabContent .bgWhite .leftArea .text {
	margin-bottom: 45px;
}

#point03 .bgSquare .tabContent .bgWhite .leftArea .tagList {
	justify-content: flex-start;
}

#point03 .bgSquare .tabContent .bgWhite .leftArea .tagList li {
	border: 1px solid var(--color_brown);
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px 10px 5px;
}

/*＝＝＝＝＝＝
#point04
＝＝＝＝＝＝＝*/
#point04 {
	padding: 130px 0 0;
} 

#point04 .leftARea {
	width: 55%;
} 

#point04 .leftARea h2 {
	line-height: 1.4;
	margin-bottom: 95px;
}

#point04 .rightARea {
	width: 45%;
} 

#point04 .rightARea .text {
	line-height: 2;
} 

#point04 .bgSquare {
	padding: 125px 0 ;
}

#point04 .bgSquare .bgWhite {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 40px;
}

#point04 .bgSquare .madori {
	width: 66%;
}

#point04 .bgSquare .bgWhite h4 {
	margin-bottom: 30px;
}

#point04 .bgSquare .bgWhite .text {
	line-height: 2;
}

/*＝＝＝＝＝＝
#point05
＝＝＝＝＝＝＝*/
#point05 {
	padding: 130px 0 0;
}

#point05 .flexBox {
	margin-bottom: 100px;
}

#point05 .leftARea {
	width: 55%;
} 

#point05 .leftARea h2 {
	line-height: 1.4;
}

#point05 .rightARea {
	width: 45%;
} 

#point05 .rightARea p {
    margin-bottom: 40px;
}

#point05 .slide h3 {
	margin-bottom: 30px;
}

#point05 .slide .text {
	margin-bottom: 95px;
}

#point05 .bgBlue02 {
    padding: 60px 0 100px;
}

#point05 .bgBlue02 .bgWhite {
	padding: 40px 40px 40px 60px;
}

#point05 .bgBlue02 .bgWhite .flexBox {
	align-items: center;
	margin: 0 auto;
}

#point05 .bgBlue02 .bgWhite .flexBox h3 {
	margin-bottom: 30px;
}

#point05 .bgBlue02 .bgWhite .flexBox .text {
	line-height: 2;
}

/*＝＝＝＝＝＝
#point06
＝＝＝＝＝＝＝*/
#point06 {
	padding: 120px 0 0;
}

#point06 .titleText {
	margin-bottom: 100px;
}

#point06 .leftARea {
	width: 55%;
} 

#point06 .leftARea h2 {
	line-height: 1.4;
}

#point06 .rightARea {
	width: 45%;
} 

#point06 .photo {
	width: 47.5%;
	margin-bottom: 50px;
} 

#point06 .photo img {
	width: 100%;
} 

#point06 .bgHalf .placeText {
	padding-bottom: 90px;
	margin-bottom: 100px;
}

#point06 .bgHalf .placeText h3 {
	width: 33%;
}

#point06 .bgHalf .placeText div {
	width: 67%;
}

#point06 .bgHalf .placeText div p {
	line-height: 2;
}


/*＝＝＝＝＝＝
#sec03.houseGallery
＝＝＝＝＝＝＝*/
.houseGallery {
	background: #E9E8E0;
	padding: 80px 0 100px;
}

.houseGallery h2 {
    line-height: 1.3;
	margin-bottom: 50px;
}

.houseGallery .point {
	justify-content: center;
	margin-bottom: 75px;
}

.houseGallery .point li {
	margin: 0 40px;
}

.houseGallery .point li .bgWhite{
	width: 245px;
	height: 245px;
	border-radius: 250px;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}

#Contents .houseGallery .point li:first-child img {
	width: 58px;
}

#Contents .houseGallery .point li:nth-child(2) img {
	width: 74px;
}

#Contents .houseGallery .point li:nth-child(3) img {
	width: 60px;
}

.houseGallery .point li .text {
	line-height: 2;
	text-align: center;
}

.houseGallery .tenjijo li {
	margin-bottom: 45px;
	width: 31%;
}

.houseGallery .tenjijo li .photo {
	margin-bottom: 15px;
}

.houseGallery .tenjijo li h5 {
	margin-bottom: 10px;
}

.houseGallery .requestBox {
	padding: 40px;
}

.houseGallery .requestBox h3 {
	margin-bottom: 30px;
}

.houseGallery .requestBox .text {
	line-height: 2;
	margin-bottom: 35px;
}

.houseGallery .requestBox .btn {
    margin: 0 ;
}

/*＝＝＝＝＝＝
#sec04
＝＝＝＝＝＝＝*/

#sec04 {
	padding: 160px 0 110px;
}

#sec04 h2 {
	margin-bottom: 40px;
}

#sec04 .text.center {
	margin-bottom: 55px;
	line-height: 2;
}

#sec04 .bgBlue02 {
	padding: 45px 60px;
	margin-bottom: 40px;
}

#sec04 .bgBlue02 .leftArea {
	width: 48%;
}

#sec04 .bgBlue02 .rightARea {
    width: 48%;
}

#sec04 .bgBlue02 .leftArea .bgBlue {
	padding: 2px 15px;
	margin-bottom: 20px;
}

#sec04 .bgBlue02 .leftArea h3 {
	margin-bottom: 30px;
}

#sec04 .bgBlue02 .leftArea .text {
	line-height: 2;
}

#sec04 .bgBlue02 .leftArea .text.mb30{
	margin-bottom: 30px;
}

#sec04 .bgBlue02 .rightArea {
	width: 48%;
}

/*＝＝＝＝＝＝
#sec05
＝＝＝＝＝＝＝*/

#sec05.houseGallery {
	padding: 80px 0 0;
}

#sec05.houseGallery .annotation {
	padding: 100px 0 20px;
}

/*＝＝＝＝＝＝
固定ボタン
＝＝＝＝＝＝＝*/

.requestFixBtn {
	position: fixed;
	right: 0;
	top:40vh;
	z-index: 999;
}

.requestFixBtn a {
    background: #3E3A3A;
    border-radius: 100px 0 0 100px;
    padding: 30px 20px 30px 40px;
	position: relative;
}

.requestFixBtn a .posi {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.requestFixBtn a .posi .arrow {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.requestFixBtn a .posi .arrowRight {
}

.requestFixBtn a .posi .arrowRight::before {
    background: #3E3A3A;
	left: 4px;
    width: 10px;
    height: 1.5px;
}

.requestFixBtn a .posi .arrowRight::after {
    border-top: 2px solid #3E3A3A;
    border-right: 2px solid #3E3A3A;
	left: 6px;
    width: 8px;
    height: 8px;
}

.reserveFixBtn {
	position: fixed;
	right: 0;
	top:65vh;
	max-width: 470px;
	z-index: 999;
}

.reserveFixBtn a {
	padding: 20px;
	justify-content: flex-start;
}

.reserveFixBtn a .photo {
    width: 32%;
    margin-right: 20px;
}

.reserveFixBtn .closeBtn {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.reserveFixBtn a .text {
	margin-bottom: 10px;
}

.reserveFixBtn a .textSmall {
    justify-content: flex-start;
}

.reserveFixBtn a .textSmall span {
	margin-top: 5px;
}

.reserveFixBtn a .arrowBottom::before, .reserveFixBtn a .arrowBottom02::before {
    background: #fff;
}

.reserveFixBtn a .arrowBottom::after,.reserveFixBtn a .arrowBottom02::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


@media screen and (min-width:320px) and ( max-width:768px) {
	
	.spCenter {
		text-align: center;
	}	
	
	
/*＝＝＝＝＝＝
MV
＝＝＝＝＝＝＝*/
	
	#mv {
		padding: 0;
		margin-bottom: 50px;
	}	
	
	#mv .mvBg {
		padding: 60px 0;
		margin-bottom: 5px;
	}
	
	#mv .image .imageBox {
		padding: 25px 25px;
	}
	
	#mv .image .flexBox {
		align-items: center;
		padding: 5px 0;
	}
	
	#mv .image .flexBoxp.size40.weight600.textWhite {
		font-size: 34px;
	}	
	
	#mv .annotation {
		text-align: right;
		font-size: 10px;
	}

/*＝＝＝＝＝＝
#sec01
＝＝＝＝＝＝＝*/
	
	#sec01 h1 {
		margin-bottom: 40px;
		line-height: 1.6;
	}
	
	#sec01 .flexBox {
		margin-bottom: 60px;
	}
	
	#sec01 .leftArea {
		width: 65%;
		margin: 0 auto 40px;
	}
	
	#sec01 .rightArea p.mb60 {
		margin-bottom: 30px;
	}
	
/*＝＝＝＝＝＝
#sec02
＝＝＝＝＝＝＝*/
	
	#sec02 {
		margin-bottom: 60px;
	}
	
	#sec02 .pointBox {
        width: 96%;
        margin: 0 auto 30px;
    }
	
	#sec02 .pointBox a {
		box-shadow: 0 0 0 8px #fff;
		padding: 0px 0 5px 0;
		position: relative;
	}	
	
	#sec02 .pointBox a .textBox {
		min-height: unset;
	}	
	
	#sec02 .pointBox a .spPosi {
		position: absolute;
		right: 20px;
		bottom: 0;
	}	
	
/*＝＝＝＝＝＝
ポイン共通 .pointDetail
＝＝＝＝＝＝＝*/
	
	.pointDetail p {
		line-height: 2;
	}
	
	.pointDetail .pointTitle {
		padding: 8px 25px;
	}	
	
	.flexBox.titleText {
		display: block;
	}
	
	.pointDetail .titleText h2 {
		margin-bottom: 20px;
	}
	
.btn {
    width: 100%;
    margin: 0 auto 50px;
}	
	
	
/*＝＝＝＝＝＝
#point01
＝＝＝＝＝＝＝*/
	
	#point01 .flexBox.titleText p {
		width: 100%;
		margin-bottom: 60px;
	}	
	
	#point01 ul.flexBox li {
		width: 100%;
		padding: 25px 25px;
	}
	
	#point01 ul.flexBox {
		gap: 20px;
		margin: 0 auto 60px;
	}	

	#point01 ul.flexBox li .flexBox {
		margin-bottom: 15px;
	}
	
	#point01 ul.flexBox li .textBox {
		min-height: auto;
	}	
	
	#point01 ul.flexBox li .icon {
		width: 70px;
		height: 70px;
		padding: 7px;
		border: 2px solid var(--main_color);
	}
	
	#point01 ul.flexBox li:first-child .icon {
		padding: 10px 10px 14px 10px;
	}
	
	#point01 ul.flexBox li:nth-child(3) .icon {
		padding: 20px 16px 16px 16px;
	}
	
	#point01 ul.flexBox li:nth-child(4) .icon {
		padding: 15px 10px 15px 15px;
	}
	
	#point01 ul.flexBox li:nth-child(5) .icon {
		padding: 12px 12px 12px 12px;
	}
	
	#point01 ul.flexBox li:nth-child(6) .icon {
		padding: 12px 12px 12px 12px;
	}
	
	#point01 ul.flexBox li h4 {
		width: calc(100% - 80px);
	}
	
	#point01 .titleImage .leftArea {
		width: 100%;
		margin-right: 0;
	}	
	
	#point01 .titleImage h2 {
		margin-bottom: 30px;
		line-height: 1.5;
	}	
	
	#point01 .titleImage .leftArea .sp {
		margin-bottom: 30px;
	}
		
	#point01 .titleImage {
		margin-bottom: 40px;
	}	
	
	
/*＝＝＝＝＝＝
#point02
＝＝＝＝＝＝＝*/
	
	#point02 {
		padding: 50px 0;
	}	
	
	#point02 .leftARea {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#point02 .leftARea h5 {
		line-height: 2;
	}	
	
	#point02 .leftARea h4 {
		line-height: 1.6;
	}
	
	#point02 .leftARea .kakaku {
		text-align: center;
		margin-right: 0;
		margin-bottom: 30px;
		line-height: 0.2;
	}
	
	#point02 .leftARea .right {
		text-align: right;
		margin-bottom: 30px;
	}
	
	#point02 .leftARea .text {
		margin-bottom: 20px;
	}
	
	#point02 .bgWhite {
		width: 100%;
		margin: 0 auto;
	}
	
	
	#point02 .bgWhite .leftBorder {
		padding: 20px 0 0;
	}
	
	#point02 .bgWhite .box {
		margin: 0 auto;
	}
	
	#point02 .bgWhite .box .boxTitle {
		width: 100%;
		padding: 0;
	}	
	
	#point02 .bgWhite .box01 .boxTitle:before {
		background: none;
	}
	
	#point02 .bgWhite .box h4 {
		margin-bottom: 20px;
		font-size: 22px;
	}	

    #point02 .bgWhite .box01 .boxTitle p {
        border: 1px solid var(--color_brown);
        width: 80%;
        margin: 0 auto 20px;
		line-height: 1.6;
		padding: 5px 0;
    }
	
	#point02 .bgWhite .flow {
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 auto;
	}	
	
	#point02 .bgWhite .flow .spBox,#point02 .bgWhite .flow .spBox div {
		width: 100%;
		text-align: center;
		position: relative;
	}
	
		#point02 .bgWhite .flow ul {
		width: 285px;
		margin: 0 auto 10px;
	}	

	#point02 .bgWhite .flow ul li {
		width: 85px;
		height: 85px;
		margin: 10px 5px 10px;
		position: relative;
	}	
	
	#point02 .bgWhite .flow ul:before {
		background: none;
	}	
	
	#point02 .bgWhite .box01 .spBox:before,#point02 .bgWhite .box01 .spBox:after,#point02 .bgWhite .box01 .spBox div:after {
        content: "";
        position: absolute;
        background: var(--color_brown);
        width: 100%;
        height: 1px;
    }
	
	#point02 .bgWhite .box01 .spBox:before {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
	
	#point02 .bgWhite .box01 .spBox:after {
		width: 82%;
        top: 16%;
        right: 0;
    }
	
	#point02 .bgWhite .box01 .spBox div:after {
        top: 81%;
        left: 0;
        width: 30%;
    }
	
	#point02 .bgWhite .flow dl {
		width: 84%;
		margin: 0 auto 30px;
	}	
	
	#point02 .bgWhite .flow dt {
		margin-right: 12px;
		margin-bottom: 20px;
	}	
	
	#point02 .bgWhite .flow dd {
		width: calc(100% - 62px);
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#point02 .bgWhite .box01 {
		border-bottom: none;
	}	
	
    #point02 .bgWhite .box02 .boxTitle:before {
        left: 50%;
        width: 90%;
        height: 1px;
        top: -35px;
        transform: translateX(-50%);
    }
	
	#point02 .bgWhite .box02 .spBgBox {
		background: #F3F5FA;
		width: 80%;
		margin: 0 auto 25px;
		padding: 10px 0;
	}
	
	 #point02 .bgWhite .box02 .spBgBox p {
        line-height: 1.6;
    }
	
	#point02 .bgWhite .box p.size14 {
		font-size: 16px;
		font-weight: 800;
	}
	
	#point02 .bgWhite .box02 .flow .spBox {
        margin-bottom: 20px;
    }	
	
	#point02 .bgWhite .box02 .flow ul:before {
		background: none;
	}	
		
	#point02 .bgWhite .box02 .spBox:before,#point02 .bgWhite .box02 .spBox:after {
        content: "";
        position: absolute;
        background: var(--main_color);
        width: 100%;
        height: 1px;
    }
	
	#point02 .bgWhite .box02 .spBox:before {
        top: 24%;
        right: 0;
        transform: translateY(-50%);
        width: 80%;
    }
	
	#point02 .bgWhite .box02 .spBox:after {
        width: 30%;
        top: 71%;
        left: 0;
    }
	
	#point02 .bgWhite .box02 .flow dt,#point02 .bgWhite .box02 .flow dd {
        margin-bottom: 30px;
    }	
	
	#point02 .bgWhite .box02 .flow dd:before {
		width: 126%;
		right: -20px;
	}	
	
    #point02 .bgWhite .box02 .flow dl {
        margin: 0 auto 15px;
    }
	
    #point02 .bgWhite .box02 .lastBox {
        position: inherit;
        padding: 25px 0;
        height: auto;
        transform: unset;
        width: 90%;
        margin: 0 auto 20px;
    }	
	
	#point02 .bgWhite .box02 .lastBox p {
		line-height: 1.6;
	}
	
/*＝＝＝＝＝＝
#point03
＝＝＝＝＝＝＝*/
	
	#point03 {
		padding: 50px 0 0;
	}	
	
	#point03 .flexBox.textPhoto {
		margin-bottom: 40px;
	}
	
	#point03 .leftARea {
		width: 100%;
	}
	
	#point03 .leftARea .photo.sp {
		margin-bottom: 15px;
	}
	
	#point03 .leftARea .text.mb40 {
		margin-bottom: 20px;
	}	
	
	#point03 .bgSquare {
		padding: 50px 0 50px;
	}
	
	#point03 .bgSquare .text {
		margin-bottom: 40px;
	}
	
	#point03 .bgSquare .tabLabel {
		padding: 16px 0;
		font-size: 16px;
	}

	#point03 .bgSquare .tabContent {
		padding: 40px 0 0;
	}	
	
	#point03 .bgSquare .tabContent h3 {
		font-weight: 800;
		font-size: 22px;
	}
	
	#point03 .bgSquare .tabContent .menseki {
		line-height: 1.8;
	}	

	#point03 .bgSquare .tabContent .menseki span {
		line-height: 3;
		font-size: 18px;
	}	

	#point03 .bgSquare .tabContent .menseki {
		margin-bottom: 25px;
	}	
	
	#point03 .bgSquare .tabContent .bgWhite {
		padding: 30px 0 0;
	}
	
	#point03 .bgSquare .tabContent .bgWhite .leftArea {
		width: 100%;
		padding: 30px;
	}
	
	.slide02 .slick-prev.slick-disabled:before,.slide02 .slick-next.slick-disabled:before {
    	opacity: 0;
	}
	
	#point03 .bgSquare .tabContent .bgWhite .leftArea h4 {
		margin-bottom: 25px;
		font-size: 22px;
	}	

	#point03 .bgSquare .tabContent .bgWhite .leftArea .text {
		margin-bottom: 25px;
	}
	
	#point03 .bgSquare .tabContent .bgWhite .leftArea .tagList {
		margin-bottom: 30px;
	}
	
	#point03 .slick-slide {
		display: block;
	}
	
	/* スライダー全体 */
	.slide02 {
	  width: 100%;
		padding-bottom: 30px;
	}
	
	.slide02 .swiper-wrapper {
		padding-bottom: 30px;
	}	
	
	/* 各スライド画像 */
	#Contents .slide02 img {
        width: 85%;
        height: auto;
        display: block;
		margin: 0 auto 0;
    }

	/* 矢印ボタン共通 */
	#Contents .slide02 .swiper-button-prev,
	#Contents .slide02 .swiper-button-next {
	  width: 35px;
	  height: 35px;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	}

	/* 左矢印 */
	.swiper-button-prev {
	  background-image: url("https://stg.dreamhome.co.jp/kurumufitta/image/slide_arrow.svg");
	}

	/* 右矢印（反転） */
	.swiper-button-next {
	  background-image: url("https://stg.dreamhome.co.jp/kurumufitta/image/slide_arrow.svg");
	  transform: rotate(180deg);
	}
	
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 0!important;
		left: auto;
	}
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 0!important;
		right: auto;
	}	

	/* ドット */
	.swiper-pagination {
	  position: relative;
	  margin-top: 10px;
	  text-align: center;
	}	
	
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #4C5870;
		width: 18px;
		height: 18px;
		border-radius: 18px;
	}
	
	span.swiper-pagination-bullet {
		background: #fff;
		width: 12px;
		height: 12px;
		border-radius: 18px;
		border: 2px solid #4C5870;
	}	
	
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
		display: none;
	}	
	
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0!important;
}
	
/*＝＝＝＝＝＝
#point04
＝＝＝＝＝＝＝*/
	#point04 {
		padding: 50px 0 0;
	}
	
	#point04 .leftARea {
		width: 100%;
	}
	
	#point04 .leftARea h2 {
		margin-bottom: 40px;
	}	
	
	#point04 .rightARea {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#point04 .bgSquare {
		padding: 50px 0;
	}
	
	#point04 .bgSquare .bgWhite {
		width: 96%;
		padding: 30px 30px;
		margin: 0 auto 50px;
	}
	
    #point04 .slide02 .swiper-wrapper {
        padding-bottom: 50px;
    }	
	
/*＝＝＝＝＝＝
#point05
＝＝＝＝＝＝＝*/
	
	#point05 {
		padding: 50px 0 0;
	}
	
	#point05 .flexBox {
		margin-bottom: 50px;
	}	
	
	#point05 .leftARea {
		width: 100%;
	}
	
	#point05 .leftARea h2 {
		margin-bottom: 30px;
	}
	
	#point05 .rightARea {
		width: 100%;
	}
	
	#point05 .rightARea p {
		margin-bottom: 20px;
	}
	
	#point05 .slide h3 {
		margin-bottom: 15px;
		font-size: 30px;
	}
	
	#point05 .slide .text {
		margin-bottom: 25px;
	}
	
	#point05 .bgBlue02 {
		padding: 50px 0 50px;
	}
	
	#point05 .bgBlue02 .bgWhite {
		padding: 30px;
	}
	
	#point05 .bgBlue02 .bgWhite .photo.sp {
		margin-bottom: 30px;
	}

/*＝＝＝＝＝＝
#point06
＝＝＝＝＝＝＝*/
	
	#point06 {
		padding: 50px 0 0;
	}
	
	#point06 .titleText {
		margin-bottom: 30px;
	}	
	
	#point06 .leftARea {
		width: 100%;
	}	
	
	#point06 .leftARea h2 {
		margin-bottom: 30px;
	}
	
	#point06 .rightARea {
		width: 100%;
	}	
	
	#point06 .photo {
		width: 100%;
		margin-bottom: 30px;
	}	
	
	#point06 .bgHalf {
		background: -webkit-linear-gradient(bottom, #F3F5FA 145vw, #fff 145vw, #fff);
		background: -o-linear-gradient(bottom, #F3F5FA 145vw, #fff 145vw, #fff);
		background: linear-gradient(to top, #F3F5FA 145vw, #fff 145vw, #fff);
	}
	
	#point06 .bgHalf .placeText {
		padding-bottom: 50px;
		margin-bottom: 60px;
	}	
	
	#point06 .bgHalf .placeText h3 {
		width: 100%;
		font-size: 32px;
		margin-bottom: 30px;
	}	
	
	#point06 .bgHalf .placeText div {
		width: 100%;
	}	


/*＝＝＝＝＝＝
.houseGallery
＝＝＝＝＝＝＝*/
	
	.houseGallery {
		padding: 50px 0 50px;
	}	
	
	.houseGallery h2 {
		font-size: 26px;
		font-weight: 800;
	}
	
	.houseGallery .point {
		margin-bottom: 50px;
		display: block;
	}	
	
	.houseGallery .point li {
		margin: 0 ;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.houseGallery .point li .bgWhite {
		width: 130px;
		height: 130px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	.houseGallery .point li .text {
		text-align: left;
		font-size: 16px;
		width: 52%;
		line-height: 1.8;
	}
	
	.houseGallery .point li h4 {
		font-size: 17px;
	}
	
	#Contents .houseGallery .point li img {
		margin-bottom: 8px;
	}	
	
	#Contents .houseGallery .point li:first-child img {
    width: 34px;
}

	#Contents .houseGallery .point li:nth-child(2) img {
		width: 48px;
	}

	#Contents .houseGallery .point li:nth-child(3) img {
		width: 42px;
	}	
	
	.houseGallery .tenjijo li {
		width: 47%;
		margin-bottom: 30px;
	}
	
	.houseGallery .tenjijo li h5 {
		font-size: 14px;
	}
	
	.houseGallery .tenjijo li p {
		line-height: 1.6;
	}
	
	.btn a p {
		font-size: 16px;
	}
	
	.houseGallery .requestBox {
		padding: 30px;
	}

	.houseGallery .requestBox h3 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.6;
	}
	
	.houseGallery .requestBox .photo {
		margin-bottom: 20px;
	}
	
	.houseGallery .requestBox .text {
		margin-bottom: 20px;
	}	
	
	
/*＝＝＝＝＝＝
#sec04
＝＝＝＝＝＝＝*/
	#sec04 {
		padding: 50px 0 20px;
	}
	
	#sec04 h2 {
		margin-bottom: 30px;
	}
	
	#sec04 .text.center {
		margin-bottom: 30px;
		line-height: 2;
	}	
	
	#sec04 p.center {
		text-align: left;
	}

	#sec04 .bgBlue02 .leftArea {
		width: 100%;
	}
	
	#sec04 .bgBlue02 {
		padding: 30px;
		margin-bottom: 30px;
	}	
	
	#sec04 .bgBlue02 .leftArea .bgBlue {
		padding: 2px 20px 4px;
		font-size: 22px;
		margin-bottom: 20px;
	}	

	#sec04 .bgBlue02 .photo {
		margin-bottom: 20px;
	}
	
	#sec04 .bgBlue02 .leftArea .text {
		font-size: 16px;
		line-height: 1.8;
	}
	
	#sec04 .bgBlue02 .leftArea .text.mb30{
		margin-bottom: 20px;
	}	
	
	
/*＝＝＝＝＝＝
固定ボタン
＝＝＝＝＝＝＝*/
	
	.requestFixBtn {
		top: 90vw;
	}
	
    .requestFixBtn a {
        padding: 15px 12px 15px 18px;
    }
	
	.requestFixBtn a p {
		line-height: 1.6;
		font-size: 12px;
	}
	
	.requestFixBtn a .posi {
		position: absolute;
		bottom: 9px;
        right: 11px;
	}
	
	.requestFixBtn a .posi .arrow {
		padding: 9px;
	}
	
	.reserveFixBtn {
		display: none;
	}
	
}

@media only screen and (max-width: 320px) {
	
	#point02 .leftARea h2 {
		font-size: 22px;
	}	
	
	#point02 .leftARea h5 {
		font-size: 18px;
	}	
	
	.btn a .arrow {
		right: 15px;
	}	
	
}



@media screen and (min-width:769px) and ( max-width:1120px) {
	
	#Contents img {
		width: 100%;
	}
	
	.btn {
		margin: 0 auto 50px;
	}	
	
/*＝＝＝＝＝＝
MV
＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝
#sec01
＝＝＝＝＝＝＝*/
	
	#sec01 .photo01 {
		width: 100%;
	}
	
	#sec01 .leftArea {
		margin-right: 8%;
		width: 40%;
	}	
	
	#sec01 .rightArea {
		width: 52%;
	}
	
/*＝＝＝＝＝＝
#sec02
＝＝＝＝＝＝＝*/
	
	#sec02 .pointBox {
		width: 48%;
	}
	
/*＝＝＝＝＝＝
#point01
＝＝＝＝＝＝＝*/
	
	#point01 .flexBox.titleText h2 {
		margin-bottom: 30px;
	}
	
	#point01 .flexBox.titleText h2,#point01 .flexBox.titleText p {
		width: 100%;
	}
	
	#point01 ul.flexBox {
		gap: 25px;
		margin: 0 auto 50px;
	}
	
	#point01 ul.flexBox li {
		width: 47%;
		padding: 30px 30px 25px;
	}
	
	#Contents #point01 ul.flexBox li .icon img {
		width: auto;
	}
	#point01 .titleImage .leftArea {
		width: 100%;
		margin-right: 0;
	}	
	
	#point01 .titleImage {
		margin-bottom: 30px;
	}
	
	
/*＝＝＝＝＝＝
#point02
＝＝＝＝＝＝＝*/
	
	#point02 {
		padding: 50px 0;
	}	
	
	#point02 .leftARea {
		width: 100%;
		margin-bottom: 50px;
	}	
	
	#point02 .rightARea.pc {
		display: none;
	}

	#point02 .photo.sp {
		display: block;
		margin-bottom: 30px;
	}
	
	#point02 .bgWhite .leftBorder {
		padding: 20px 0 0;
	}
	
	#point02 .bgWhite .box {
		margin: 0 auto;
	}
	
	#point02 .bgWhite .box .boxTitle {
		width: 100%;
		padding: 0;
	}	
	
	#point02 .bgWhite .box01 .boxTitle:before {
		background: none;
	}
	
	#point02 .bgWhite .box h4 {
		margin-bottom: 20px;
		font-size: 22px;
	}	

    #point02 .bgWhite .box01 .boxTitle p {
        border: 1px solid var(--color_brown);
        width: 80%;
        margin: 0 auto 20px;
		line-height: 1.6;
		padding: 5px 0;
    }
	
	#point02 .bgWhite .flow {
		width: 100%;
		padding: 0 40px;
		text-align: center;
	}	
	
	#point02 .bgWhite .flow ul li {
		width: 70px;
		height: 70px;
		font-size: 12px;
	}
	
	#point02 .bgWhite .flow dd {
		width: 19%;
	}
	
	#point02 .bgWhite .box01 {
		border-bottom: none;
	}	
	
    #point02 .bgWhite .box02 .boxTitle:before {
        left: 50%;
        width: 90%;
        height: 1px;
        top: -35px;
        transform: translateX(-50%);
    }
	
	#point02 .bgWhite .box02 .spBgBox {
		background: #F3F5FA;
		width: 80%;
		margin: 0 auto 25px;
		padding: 10px 0;
	}
	
	 #point02 .bgWhite .box02 .spBgBox p {
        line-height: 1.6;
    }
	
	#point02 .bgWhite .box p.size14 {
		font-size: 16px;
		font-weight: 800;
	}
		
    #point02 .bgWhite .box02 .lastBox {
        position: inherit;
        padding: 20px 0;
        height: auto;
        transform: unset;
        width: 60%;
        margin: 0 auto 20px;
    }	
	
	#point02 .bgWhite .box02 .lastBox p {
		line-height: 1.6;
	}
	
	
/*＝＝＝＝＝＝
#point03
＝＝＝＝＝＝＝*/
	
	#point03 {
		padding: 50px 0 0;
	}
	
	#point03 .flexBox.textPhoto {
		margin-bottom: 50px;
	}	
	
	#point03 .leftARea {
		width: 100%;
	}
	
	#point03 .leftARea .text.mb40 {
		margin-bottom: 20px;
	}
	
	#point03 .rightARea.pc {
		display: none;
	}

	#point03 .photo.sp {
		display: block;
		margin-bottom: 30px;
	}
	
	#point03 .bgSquare .tabContent .bgWhite .leftArea {
		width: 100%;
	}	
	
	#point03 .bgSquare .tabContent .bgWhite .leftArea .tagList {
		margin-bottom: 20px;
	}
	
/*＝＝＝＝＝＝
#point04
＝＝＝＝＝＝＝*/
	
	#point04 {
		padding: 50px 0 0;
	}	
	
	#point04 .leftARea {
		width: 100%;
	}
	
	#point04 .leftARea h2 {
		margin-bottom: 30px;
	}	
	
	#point04 .rightARea {
		width: 100%;
	}
	
	#point04 .bgSquare {
		padding: 50px 0;
	}
	
	#point04 .bgSquare .bgWhite {
		width: 100%;
		padding: 30px;
	}
	
/*＝＝＝＝＝＝
#point05
＝＝＝＝＝＝＝*/
	
	#point05 {
		padding: 50px 0 0;
	}	

	#point05 .flexBox {
		margin-bottom: 50px;
	}	
	
	#point05 .leftARea {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#point05 .rightARea {
		width: 100%;
	}
	
	#point05 .slide .text {
		margin-bottom: 50px;
	}
	
	#point05 .bgBlue02 .bgWhite {
		padding: 30px;
	}

	#point05 .bgBlue02 .bgWhite .leftArea,#point05 .bgBlue02 .bgWhite .rightArea {
		width: 48%;
	}	

	#point05 .bgBlue02 {
		padding: 50px 0;
	}	
	
/*＝＝＝＝＝＝
#point06
＝＝＝＝＝＝＝*/
	
	#point06 {
		padding: 50px 0 0;
	}
	
	#point06 .titleText {
		margin-bottom: 50px;
	}	

	#point06 .leftARea,#point06 .rightARea {
		width: 100%;
	}	
	
	#point06 .leftARea h2 {
		margin-bottom: 30px;
	}
		
	#point06 .photo {
		margin-bottom: 30px;
	}
	
	#point06 .bgHalf .placeText {
		padding-bottom: 50px;
		margin-bottom: 60px;
	}
	
/*＝＝＝＝＝＝
.houseGallery
＝＝＝＝＝＝＝*/
	.houseGallery {
		background: #E9E8E0;
		padding: 50px 0 50px;
	}	
	
	.houseGallery .point {
		margin-bottom: 50px;
		display: block;
		width: 80%;
        margin: 0 auto 30px;
	}	
	
	.houseGallery .point li {
		margin: 0 ;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.houseGallery .point li .bgWhite {
		width: 170px;
		height: 170px;
		margin-right: 30px;
		margin-bottom: 0;
	}
	
	.houseGallery .point li .text {
		text-align: left;
		font-size: 16px;
		width: 52%;
		line-height: 1.8;
	}
	
	.houseGallery .point li h4 {
		font-size: 17px;
	}
	
	#Contents .houseGallery .point li img {
		margin-bottom: 8px;
	}	
	
	#Contents .houseGallery .point li:first-child img {
    width: 34px;
}

	#Contents .houseGallery .point li:nth-child(2) img {
		width: 48px;
	}

	#Contents .houseGallery .point li:nth-child(3) img {
		width: 42px;
	}	
	
	.houseGallery .tenjijo li {
		width: 48%;
	}	
	
	.houseGallery .requestBox {
		padding: 30px;
	}
	
	.houseGallery .requestBox h3 {
		margin-bottom: 10px;
	}
	
	.houseGallery .requestBox .text {
		margin-bottom: 25px;
	}
	
	.houseGallery .bgWhite.requestBox .leftArea {
		width: 50%;
	}

	.houseGallery .bgWhite.requestBox .rightArea.pc {
		width: 46%;
	}
	
/*＝＝＝＝＝＝
#sec04
＝＝＝＝＝＝＝*/

	#sec04 {
		padding: 50px 0 50px;
	}
	
	#sec04 .bgBlue02 {
		padding: 30px;
	}
	
	#sec04 .bgBlue02 .leftArea {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#sec04 .bgBlue02 .leftArea .spCenter {
		text-align: center;
	}
	
	#sec04 .bgBlue02 .leftArea .bgBlue {
		padding: 4px 25px;
		margin-bottom: 20px;
		font-size: 20px;
	}	
	
	#sec04 .bgBlue02 .rightARea.pc {
		margin: 0 auto;
	}
	
	
}


@media screen and (min-width:1121px) and ( max-width:1300px) {
	
	#point02 .bgWhite .flow {
		padding: 0 40px 0 0px;
	}	

	#point02 .bgWhite .flow ul li {
		width: 90px;
		height: 90px;
	}	
	
	#point02 .bgWhite .box02 .lastBox {
		position: inherit;
		padding: 20px 0;
		height: auto;
		margin: 0 auto 30px;
		width: 40%;
		transform: none;
	}

	
}

/*＝＝＝＝＝＝
スライダー
=========*/

ul.slide {
	background: -webkit-linear-gradient(bottom, #F3F5FA 0%,#F3F5FA 20vw, #fff 20vw, #fff 100%);
    background: -o-linear-gradient(bottom, #F3F5FA 0%,#F3F5FA 20vw, #fff 20vw, #fff 100%);
    background: linear-gradient(to top, #F3F5FA 0%,#F3F5FA 20vw, #fff 20vw, #fff 100%);
}

ul.slide li.slick-slide {
	margin: 0 30px;
}

ul.slide li div {
	height: 38vw;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#Contents ul.slide li img {
	width: auto;
	max-height: 596px;
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow {
    background: none;
}

.slick-prev,.slick-next {
	position: absolute;
	z-index: 1;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	top: 32%;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,.slick-next:hover {
	opacity: 0.7;
}

.slick-prev {
	left: 20%;
}

.slick-next {
	right: 20%;
}

.slick-prev:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url("../image/slide_arrow.svg") 50% 50%;
	background-size: cover;
	border-radius: 60px;
}

.slick-next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url("../image/slide_arrow.svg") 50% 50%;
	background-size: cover;
	border-radius: 60px;
	transform: rotate(180deg);
}

.slick-track {
	margin-left: inherit;
	margin-right: inherit;
}

ul.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul.slick-dots > li {
	position: relative;
	display: inline-block;
	width: 20px !important;
	height: 20px;
	margin: 0 5px !important;
	padding: 0;
	cursor: pointer;
}

ul.slick-dots > li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

ul.slick-dots > li button:hover, ul.slick-dots > li button:focus {
	outline: none;
}

ul.slick-dots > li button:hover:before, ul.slick-dots > li button:focus:before {
	opacity: 1;
}

ul.slick-dots > li button:before {
	font-size: 1px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '';
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border:1px solid #4C5870;
}

ul.slick-dots > li.slick-active button:before {
	opacity: 1;
	background:#4C5870;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	top:-3px;
	left:-3px;
}

@media screen and (min-width:320px) and ( max-width:768px) {
	
	ul.slide {
		background: -webkit-linear-gradient(bottom, #F3F5FA 0%, #F3F5FA 70vw, #fff 70vw, #fff 100%);
		background: -o-linear-gradient(bottom, #F3F5FA 0%,#F3F5FA 70vw, #fff 70vw, #fff 100%);
		background: linear-gradient(to top, #F3F5FA 0%, #F3F5FA 70vw, #fff 70vw, #fff 100%);
	}	
	
	
	ul.slide li div {
		height: 240px;
		background-size: 100%;
		margin-bottom: 10px;
	}
	
	ul.slide li.slick-slide {
		width: 100;
		margin: 0 10px;
	}
	
	.slick-prev, .slick-next {
		width: 35px;
		height: 35px;
	}	
	
	.slick-prev {
		left: 25px;
		top: 24%;
	}

	.slick-next {
		right: 25px;
		top: 24%;
	}

	.slick-prev:before {
		width: 35px;
		height: 35px;
	}

	.slick-next:before {
		width: 35px;
		height: 35px;
	}
	
	ul.slick-dots {
		bottom: -20px;
	}	

}
@media screen and (min-width:769px) and ( max-width:1120px) {
	
	ul.slide {
		background: -webkit-linear-gradient(bottom, #F3F5FA 0%, #F3F5FA 40vw, #fff 40vw, #fff 100%);
		background: -o-linear-gradient(bottom, #F3F5FA 0%,#F3F5FA 40vw, #fff 40vw, #fff 100%);
		background: linear-gradient(to top, #F3F5FA 0%, #F3F5FA 40vw, #fff 40vw, #fff 100%);
	}
	
	
	
	
}
	