@charset "utf-8";
/* CSS Document */

body {
 font-family: sans-serif ;
}

img{
width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0%;
  bottom: 11%;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.blur-fadein{
}
.blur-fadein.active{
    animation: blurFadeIn .5s ease-in forwards;
}
@keyframes blurFadeIn {
0% { opacity: 0;}
50% { opacity: 0.5;}
100% { opacity: 1;}
}

.fadein-left{
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  opacity: 0;
}
.fadein-left.active{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein-right{
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  opacity: 0;
}
.fadein-right.active{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein-top{
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.fadein-top.active{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

a[href^="tel:"] {
pointer-events: none;
}



/*----------------------------------------------
　　スライダー
----------------------------------------------*/
.slider {
margin: 0 auto;
}

.thumb-item {
margin: 0 auto 5px;
padding: 0 5px;
}
.thumb-item-nav {
max-width: 980px;
margin: 0 auto;
}
.thumb-item-nav li {
margin: 0px 3px;
}

.slider_wrap{
font-family: sans-serif ;
}


@media print, screen and (min-width: 767px) {

/*----------------------------------------------
　　共通パーツ
----------------------------------------------*/

.menu_box{
display: none;
}

a img{
transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a img:hover{
-webkit-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0.8;
}

.contents980{
max-width:980px;
margin: 0 auto;
}

.contents1200{
max-width:1200px;
margin: 0 auto;
}

header.header_menu{

}

header{
position: fixed;
width: 100%;
background:#fff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
z-index: 100;
}

header h1{
width: 7%;
}

header .navbox{
width: 50%;
}

header .header_cv{
width: 21%;
}

header nav ul{
display: flex;
justify-content: space-between;
align-items: center;
}

header nav ul li{
width: calc(16.6% - 1px);
text-align: center;
padding: 0px 10px;
border-right: #000 1px solid;
}

header nav ul li a{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.3rem;
letter-spacing: 0.1em;
transition: 0.5s;
}

header nav ul li:nth-child(2){
width: 25%;
}

header nav ul li:last-child{
border-right: none;
}

header nav ul li a:hover{
opacity: 0.5;
}

header .header_cv ul{
display: flex;
}

header .header_cv ul li{
width: 50%;
background: #DDD;
text-align: center;
padding: 10px;
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.3rem;
letter-spacing: 0.1em;
margin-right: 10px;
position: relative;
transition: 0.5s;
}

header .header_cv ul.color01 li{
background: #333;
color: #fff;
}

header .header_cv ul li a{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}

header .header_cv ul li:hover{
opacity: 0.5;
}



.side_btn{
width: 60px;
position: fixed;
top: 20%;
right: 0;
z-index: 10;
}

.side_btn li{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.1rem;
letter-spacing: 0.1em;
transition: 0.5s;
}

.side_btn li span{
display: block;
text-align: center;
font-size: 2.0rem;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;

}

.side_btn li:nth-child(1) span{
border-top: #231815 1px solid;
padding-top: 7px;
margin-top: 7px;
}

.side_btn li:nth-child(2) span{
border-top: #fff 1px solid;
padding-top: 7px;
margin-top: 7px;
}

.side_btn li:nth-child(1){
border: #231815 3px solid;
color: #231815;
padding: 10px;
background: #fff;
}

.side_btn li:nth-child(2){
background: #231815;
color: #fff;
padding: 10px;
}

.side_btn li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.side_btn li:hover{
opacity: 0.5;
}

.bottom_btn{
border-top: #0071ba 2px solid;
border-bottom: #0071ba 2px solid;
margin-bottom: 30px;
}

.bottom_btn ul{
display: flex;
justify-content: space-between;
}

.bottom_btn ul li{
width: calc(25% - 1px);
border-left: #0071ba 2px solid;
position: relative;
text-align: center;
padding: 20px 0px;
font-size: 1.4rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
color: #0071ba;
transition: 0.5s;
}

.bottom_btn ul li:last-child{
border-right: #0071ba 2px solid;
}

.bottom_btn ul li span{
display: block;
font-family: 'Hind', sans-serif;
font-weight: 400;
font-size: 90%;
}

.bottom_btn ul li:hover{
background: #0071ba;
color: #fff;
}

.bottom_btn ul li span:hover{
color: #fff;
}

.bottom_btn ul li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}

ul.bottom_menu{
display: flex;
justify-content: space-between;
}

ul.bottom_menu li{
width: calc(12.5% - 1px);
border-left: #0071ba 2px solid;
position: relative;
text-align: center;
padding: 5px 0px;
}

ul.bottom_menu li:last-child{
border-right: #0071ba 2px solid;
}

ul.bottom_menu li a{
font-size: 1.2rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
color: #0071ba;
transition: 0.5s;
}

ul.bottom_menu li a:hover{
color: #fce952;
}

.gaiyo_link{
max-width: 300px;
background: #000;
margin: 100px auto;
transition: 0.5s;
}

.gaiyo_link a{
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 1.6rem;
display: block;
width: 100%;
height: 100%;
padding: 10px 0px;
text-align: center;
}

.gaiyo_link:hover{
opacity: 0.5;
}

footer{
margin-top: 100px;
}

.bottom_shopcall{
display:flex;
align-items: center;
justify-content: center;
margin-bottom: 100px;
}

.bottom_shopcall p:nth-child(1){
width: 22%;
margin-right: 1em;
}

.bottom_shopcall p a{
color:red;
font-size:600%;
font-family: "Times New Roman", Times, "serif";
font-style: italic;
}

.bottom_shopcall p a:before{
content: "";
display: inline-block;
background:url(../images/free.svg) no-repeat;
background-size: contain;
width: 50px;
height: 30px;
}


.wrapper h3{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
font-size: 2.0rem;
color: #fff;
background: #0071b8;
padding: 10px 1.5em;
border-left: #fce952 5px solid;
margin-bottom: 50px;
position: relative;
}

.wrapper h3 span{
font-family: 'Hind', sans-serif;
font-weight: 400;
font-size: 80%;
vertical-align: middle;
padding-left: 1em;
}




.none-p{
display: none;
}


.cmm_block{
display: flex;
margin-bottom: 200px;
}

.cmm_block div:nth-of-type(1){
max-width: 22px;
}

.cmm_block div:nth-of-type(2){
width: 80%;
margin-left: 100px;
padding-top: 30px;
}

.cmm_block h2{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 2.4rem;
letter-spacing: 0.1em;
line-height: 2.2;
margin-bottom: 1em;
}

.cmm_block p{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.8;
}

.cmm_title01{
text-align: center;
position: relative;
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 2.4rem;
letter-spacing: 0.1em;
margin-bottom: 100px;
}

.cmm_title01:after{
background-color: #000000; /* 線の色 */
  bottom: -20px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 50px; /* 線の長さ */
}

.top_main{
padding-top: 110px;
}



/*----------------------------------------------
　　end      共通パーツ
----------------------------------------------*/



/*----------------------------------------------
　　トップページ
----------------------------------------------*/
.top_main_bg{
background: url("../../kamoda2/images/top_main.jpg") no-repeat center bottom;
min-height: 920px;
position: relative;
}

.top_main_bg .top_logo{
position: absolute;
top: 35%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 288px;
}

.top_lead{
background: url("../images/top_lead_bk.jpg") no-repeat center;
min-height: 1300px;
position: relative;
}

.top_lead h2{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 2.4rem;
letter-spacing: 0.1em;
line-height: 2.2;
position: absolute;
top: 10%;
left: 40%;
}

.top_lead .lead_txt{
position: absolute;
top: 45%;
left: 50%;
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.5rem;
letter-spacing: 0.1em;
line-height: 2.6;
}

.top_ttl01{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 2.6rem;
letter-spacing: 0.1em;
text-align: center;
margin-bottom: 100px;
margin-top: 200px;
}

.top_reason{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 50px;
}

.top_reason li{
width: calc(50% - 60px);
display: flex;
justify-content: space-between;
margin-bottom: 60px;
}

.top_reason li h3{
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 1.8rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
padding-top: 20px;
}

.top_reason li p{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 1.8;
}

.top_reason li div:nth-of-type(1){
width: 35%;
}

.top_reason li div:nth-of-type(2){
width: 60%;
}

.top_note{
text-align: right;
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.2rem;
margin-bottom: 100px;
}

.top_block01{
border-bottom: #000 1px solid;
}

.top_ecobox{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}

.top_ecobox div{
width: calc(50% - 30px);
}

.top_ecobox h3{
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 50px;
padding-top: 20px;
}

.top_ecobox h3 span{
display: block;
font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 3.8rem;
}

.top_ecobox p{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.8;
}

.top_ecobox .order01{
order: 2;
}

.top_ecobox .order02{
order: 1;
}





/*----------------------------------------------
　　end      トップページ
----------------------------------------------*/


/*----------------------------------------------
　　街並み・プラン
----------------------------------------------*/

.plan .land{
margin-bottom: 200px;
}

.plan .land_box{
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 100px;
}

.plan .land_box div{
width: calc(50% - 80px);
}



/*----------------------------------------------
　　end      街並み・プラン
----------------------------------------------*/

/*----------------------------------------------
　　設備
----------------------------------------------*/
h4.equ_cmm_title1{
font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 6.4rem;
color: #A99A69;
margin-bottom: 50px;
}

h4.equ_cmm_title1 span{
vertical-align: middle;
font-size: 2.0rem;
letter-spacing: 0.1em;
}

h4.maker_logo01{
background: url(../images/equ_logo_lixil.svg) no-repeat right;
background-size: 100px;
}

h4.maker_logo02{
background: url("../images/equ_logo_eidai.png") no-repeat right;
background-size: 100px;
}

.equ_block01, .equ_block02, .equ_block03, .equ_block04, .equ_block05{
border-bottom: #000 1px solid;
margin-bottom: 150px;
}

.equ_block04 .box{
display: flex;
justify-content: space-between;
}

.equ_block04 .box .box_L, .equ_block04 .box .box_R{
width: calc(50% - 50px);
}

.equ .equ_cmm_txt01{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.8rem;
line-height: 1.8;
margin-bottom: 100px;
}

ul.equ_cmm_3col{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 100px;
}

ul.equ_cmm_3col li{
width: calc(33.3% - 70px);
margin-bottom: 20px;
}

ul.equ_cmm_3col li h5{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.8rem;
margin: 10px 0px;
}

ul.equ_cmm_3col li p{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.4rem;
}

ul.equ_cmm_4col-1{
display: flex;
justify-content: space-between;
margin-bottom: 100px;
}

ul.equ_cmm_4col-1 li{
width: calc(25% - 1px);
}

ul.equ_cmm_4col-1 li p{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.2rem;
text-align: center;
}

.equ_block05 .box{
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 100px;
}

.equ_block05 .box div{
width: calc(50% - 50px);
}

.equ_block05 ul{
display: flex;
justify-content: space-between;
}

.equ_block05 ul li{
width: calc(50% - 50px);
display: flex;
align-items: flex-end;
}

.equ_block05 ul li div{
width: calc(50% - 20px);
}

.equ_block05 ul li div:nth-of-type(1){
margin-right: 20px;
}

.equ_block05 ul li h4{
font-family: 'Shippori Mincho', serif;
font-weight: 600;
font-size: 1.6rem;
padding-bottom: 1em;
}

.equ_block05 ul li p{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.2rem;
line-height: 1.8;
}

}





/*----------------------------------------------
　　end      設備
----------------------------------------------*/


/*----------------------------------------------
　　プランニング
----------------------------------------------*/



/*----------------------------------------------
　　設備・仕様
----------------------------------------------*/


/*----------------------------------------------
　　設備・仕様
----------------------------------------------*/




/*----------------------------------------------
　　周辺環境・アクセス
----------------------------------------------*/



/*----------------------------------------------
　　タブ切替
----------------------------------------------*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: 0.5em 0.8em;
    background-color: #71A09C;
    color: #fff;
    font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}










@media screen and (max-width: 768px) { 

/*----------------------------------------------
　　     共通パーツ
----------------------------------------------*/
.none-s{
display: none;
}

.contents980, .contents1200{
padding: 0px 8px;
}

a img{
transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a img:active{
-webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}

header{
display: flex;
align-items: center;
padding-top: 5px;
}

header h1{
width: 25%;
margin-right: 10px;
}

header .header_access{
width: 60%;
}

header .header_cv{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 10;
}

header ul{
display: flex;
}

header ul li{
width: 50%;
position: relative;
text-align: center;
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.1em;
transition: 0.5s;
}

header ul li span{
display: block;
text-align: center;
font-family: 'EB Garamond', serif;
font-weight: 500;
font-size: 70%;
}

header ul li:nth-child(1){
border: #231815 3px solid;
background: #fff;
color: #231815;
padding: 5px;
}

header ul li:nth-child(2){
background: #231815;
color: #fff;
padding: 5px;
}

header .header_cv p{
display: none;
}

header ul li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

header ul li:hover{
opacity: 0.5;
}

.top_navi{
display: none;
}

.navi ul{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: 30px 30px 50px;
}

.navi ul li{
width: calc(45% - 10px);
margin-bottom: 20px;
text-align: center;
display:inline-block;
}

.navi ul li a{
font-size: 1.4rem;
display: block;
width: 100%;
height: 100%;
background: #fff;
border-radius: 5px;
padding: 10px 10px 0px;
transition: 0.5s;
white-space: nowrap;
}

.navi ul li a:before{
display: inline-block;
font-family: FontAwesome;
font-weight: normal;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 0.5em;
}

.navi ul li:nth-child(1) a:before{content: '\f15c';}
.navi ul li:nth-child(2) a:before{content: '\f0e0';}
.navi ul li:nth-child(3) a:before{content: '\f13e';}
.navi ul li:nth-child(4) a:before{content: '\f015';}


.navi ul li a:hover{
opacity: 0.5;
}

.side_btn{
display: none;
}

.bottom_btn{
display: none;
}

ul.bottom_menu{
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}

ul.bottom_menu li{
width: calc(25% - 5px);
border-left: #0071ba 2px solid;
position: relative;
text-align: center;
padding: 5px 0px;
margin-bottom: 10px;
}

ul.bottom_menu li:last-child, ul.bottom_menu li:nth-child(4){
border-right: #0071ba 2px solid;
}

ul.bottom_menu li a{
font-size: 1.0rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
color: #0071ba;
transition: 0.5s;
}

ul.bottom_menu li a:hover{
color: #fce952;
}



.gaiyo_link{
max-width: 300px;
background: #0071ba;
margin: 50px auto;
transition: 0.5s;
}

.gaiyo_link a{
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 1.6rem;
display: block;
width: 100%;
height: 100%;
padding: 10px 0px;
text-align: center;
}

.bottom_shopcall{
	margin-bottom:40px;
	text-align:center;
}

.bottom_shopcall img{
	padding:20px 20px 0px 20px;
	width:230px;
}

.bottom_shopcall p a{
	color:red;
	font-size:350%;
	text-align:center;
	font-family: "Times New Roman", Times, "serif";
font-style: italic;
}

.bottom_shopcall p a:before{
	content: '\f095';
	display: inline-block;
	font-family: FontAwesome;
	padding:15px 5px 0px 0px;
	font-size:80%;
	vertical-align: baseline;
}

.wrapper h3{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
font-size: 1.8rem;
color: #fff;
background: #0071b8;
padding: 5px 1.0em;
border-left: #fce952 5px solid;
margin-bottom: 30px;
position: relative;
}

.wrapper h3 span{
font-family: 'Hind', sans-serif;
font-weight: 400;
font-size: 80%;
vertical-align: middle;
padding-left: 1em;
}

/*----------------------------------------------
　　end      共通パーツ
----------------------------------------------*/

/*----------------------------------------------
　　トップページ
----------------------------------------------*/
.top_ttl01{
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.2rem;
text-align: center;
margin-bottom: 20px;
margin-top: 30px;
}

.slide{
margin-bottom: 50px;
}

/*----------------------------------------------
　　end      トップページ
----------------------------------------------*/

/*----------------------------------------------
　　コンセプト
----------------------------------------------*/
.tab-2 {
    display: flex;
    gap: 0 5px;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 20px;
    padding: 0.5em 0.2em;
    background-color: #71A09C;
    color: #fff;
    font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 0.1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

/*----------------------------------------------
　　end      コンセプト
----------------------------------------------*/


/*----------------------------------------------
　　区画
----------------------------------------------*/


/*----------------------------------------------
　　end      区画
----------------------------------------------*/


/*----------------------------------------------
　　プランニング
----------------------------------------------*/

/*----------------------------------------------
　　設備・仕様
----------------------------------------------*/

/*----------------------------------------------
　　仕様・構造
----------------------------------------------*/


/*----------------------------------------------
　　周辺環境・アクセス
----------------------------------------------*/

.bus_table{
margin: 0 10px;
padding: 15px 10px;
border: #000 1px solid;
}

.bus_table div{
max-width: 800px;
max-height: 800px;
overflow: scroll;
}

.bus_table div img{
width: 580px;
}

.bus_table p:nth-of-type(1){
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.2rem;
margin-bottom: 20px;
}

.bus_table p:nth-of-type(2){
font-family: 'Shippori Mincho', serif;
font-weight: 400;
font-size: 1.0rem;
margin-top: 10px;
text-align: right;
}


}



















