@charset "utf-8";
/*----------------------------------------------------
　PC common
----------------------------------------------------*/
/*---　フォーマットからの調整　----*/
.topicPath, .loading {
  display: none
}

#main {
	margin-top: -18px;
	padding-top: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	scroll-behavior: smooth;
	position: relative;
	font-size: 110%;
}
#footer {
  margin-top: 0;
}
.txt{
	font-size: 110%;
	line-height: 2em;
	font-weight:400;
	margin-bottom: 2em;
  text-align: justify;
}
.reform_contents{
	width: 70%;
	max-width: 12rem;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-bottom: 1px dashed #C7C7C7;
	margin-bottom: 3em;
	padding-bottom: 3em;
}
.reform_img{
	width: 50%;
	max-width: 12rem;
	margin-right: auto;
	margin-left: auto;
}

.contents_title02{
	text-align: center;
	font-size: 140%;
	font-weight: 500;
	margin-bottom: 1.5em;
}
.contents_title02 span{
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.contents_title02 span:before, .contents_title02 span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.contents_title02 span:before {
  left:0;
}
.contents_title02 span:after {
  right: 0;
}


/*======================================
スライダーのためのcss
===================================*/
.mv_slider {
	width: 250%;
	margin-right: auto;
	margin-left: -75%;
	margin-bottom: 5em;
}
.mv_slider li {
	position: relative;
}
.mv_slider li p{
	position: relative;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	margin-top: -2em;
}
.mv_slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.mv_slider .slick-slide {
	margin-top: 0;
	margin-bottom: 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	height: 15px;
	width: 15px;
	background-color: transparent;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 30.5%;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 31%;
}
.slick-prev::before, .slick-next::before {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
    width: 0.3rem;
    height: 0.3rem;
}


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;/*ドットボタンのサイズ*/
	height: 8px;/*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	background-color: #FF8A8C;/*ドットボタンの色*/
}
.slick-dots li button {
	background-color: #E1E1E1;
}
.slick-dots li.slick-active button {
	background-color: #B8B8B8;
}

/*======================================
インフォメーション
===================================*/
#infomation{
	display: flex;
	justify-content: space-between;
}

#infomation>div{
	width: 49%;
}
#infomation>div p{
	font-size: 130%;
}
#infomation>div table th,#infomation>div table td{
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #C5C5C5;
}
#infomation>div table th{
	background-color: #F5F5F5;
	text-align: left;
	font-weight: normal;
}

/*======================================
紹介
===================================*/
#profile{
	display: flex;
	justify-content: space-between;
}
#profile>div{
	display: flex;
	width: 48%;
	line-height: 1.6em;
	justify-content: space-between;
}
#profile .pro_img{
	width: 35%;
}

#profile .pro_txt{
	width: 62%;
}
#profile .pro_txt div{
	width: 100%;
    padding-top: 1em;
}
#profile .pro_txt .title_01{
	font-size: 110%;
	margin-bottom: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
}
#profile div:nth-child(1) .pro_txt .title_01{
	background-color: #EEFCFF;
}
#profile div:nth-child(2) .pro_txt .title_01{
	background-color: #FFF6EF;
}
#profile .pro_txt .pro_txt{
	width: 100%;
}
#profile .pro_txt .title_02{
	font-size: 140%;
	font-weight: 400;
	margin-top: 0.5em;
}
#profile .pro_txt .title_02 span{
	font-size: 80%;
}


/*======================================
intro
===================================*/
#intro{
	margin-bottom: 5em;
}
#intro .title_01{
	text-align: center;
	font-size: 220%;
	margin-bottom: 1em;
	line-height: 1.6em;
}
#intro .sr_name{
	text-align: center;
	font-size: 120%;
	margin-bottom: 2em;
}

/*======================================
間取り
===================================*/
#madori,#madori02{
	text-align: center;
	margin-bottom: 1em;
}
.madroi_copy{
	text-align: center;
	margin-bottom: 4em;
	font-size: 90%;
}
/*======================================
コンテンツ
===================================*/
.cpntents_title{
	text-align: center;
	margin-bottom: 1em;
	font-size: 180%;
	font-weight: 500;
}
.cpntents_img{
	text-align: center;
	margin-bottom: 2em;
	font-size: 180%;
	font-weight: 500;
}
.com_writer{}

/*======================================
吹き出し
===================================*/
.com_wr, .com_sr{
	width: 100%;
	margin: 1em 0;
	position: relative;
}
.faceicon {
	width: 80px;
	text-align: center;
	font-size: 90%;
	position: absolute;
}
.faceicon img{
  width: 100%;
  height: auto;
}

.chatting {
  width: 100%;
}
.says {
	width: calc(100% - 105px);
	display: inline-block;
	position: relative;
	padding: 17px 17px;
	border-radius: 12px;
	font-size: 110%;
	line-height: 1.8em;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  border: 12px solid transparent;
}
.says img{
	display: none;
}
.says ul{
	list-style-type: disc;
	margin-left: 2em;
}
.says p{
	margin-bottom: 1em;
}
.says p:last-child{
	margin-bottom: 0em;
}
/*====コメントライター　============*/
.com_wr {
	position: relative;
	right: -105px;
    width: calc(100% - 105px);
}

.com_wr .faceicon {
	right: 0px;
	top: -5px;
}
.com_wr .says {
	background-color: #fff4ea;
}

.com_wr .says:after {
  right: -24px;
  border-left: 12px solid #fff4ea;
}

/*====コメント担当者　============*/
.com_sr {
}

.com_sr .faceicon {
	left: 0px;
	top: -5px;
}
.com_sr .says {
	margin: 5px 0 0 105px;
	background-color: #f0f8ff;
    width: calc(100% - 210px);
}

.com_sr .says:after {
  left: -24px;
  border-right: 12px solid #f0f8ff;
}
/*======================================
画像
===================================*/
.refor_img{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.ref_before{
	display: block;
}

.ref_before:before{
	position: absolute;
	content: "BEFORE";
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	z-index: 2;
}

/*======================================
まとめ
===================================*/
#matome .matome_txt{
	background-image: url(../img/top_fujinosan.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 13%;
	background-size: 11% auto;
}
#matome p{
	font-size: 110%;
}


/*======================================
SR
===================================*/
#sr_info_box{
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
#sr_info_box>div{
	width: 40%;
	margin-left: 1%;
	margin-right: 1%;
}
#sr_info_box>div:first-child{
	text-align: right;
}
#sr_info_box .sr_info{
	font-weight: 500;
	font-size: 110%;
}

#sr_info_box .sr_name{
	font-size: 167%;
	font-weight: 600;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
#sr_info_box .sr_cate ul{
	display: flex;
	flex-wrap: wrap;
}

#sr_info_box .sr_cate ul li{
	background-color: #BBB1B2;
	color: #FFFFFF;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	border-radius: 1em;
	margin-bottom: 0.5em;
}
#sr_info_box .sr_txt{
	position: relative;
}
.link_sr{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.link_sr a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
}

.link_sr a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.link_sr span{
	display: block;
	margin: -10px -25px;
	padding: 10px 50px;
	width:  calc(100%+50px) ;
}
.link_sr span:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.link_sr a:after {
 right: 1.2em;
  transition: right 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

.link_sr a:hover {
	background-color: #F7833D;
	color: #FFF;
}
.link_sr a:hover:after {
 right: 0.6em;
}
/*======================================
ページリンク
===================================*/
#page_link{
	display: flex;
	justify-content: space-between;
}
#page_link div{
	width: 32%;
}

#page_link a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
}

#page_link a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.page_before a:after {
 left: 1.2em;
  transition: left 0.3s;
  transform: translateY(-50%) rotate(-135deg);
}

#page_link span{
	display: block;
	margin: -10px -25px;
	padding: 10px 50px;
	width:  calc(100%+50px) ;
}
#page_link span:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.page_home a:after,.page_home span:after {
  transition: left 0.3s;
  transform: translateY(-50%) rotate(-135deg);
}
.page_home a:after {
 left: 1.2em;
}

.page_home span:after{
 left: 1.7em;
}

.page_next a:after {
 right: 1.2em;
  transition: right 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

#page_link a:hover {
	background-color: #F7833D;
	color: #FFF;
}
.page_before a:hover:after {
 left: 0.6em;
}
.page_home a:hover:after {
 left: 0.6em;
}
.page_home span:hover:after {
 left: 1.1em;
}
.page_next a:hover:after {
 right: 0.6em;
}

/*======================================
サイトリンク
===================================*/
#site_link{
	display: flex;
	justify-content: center;
	border-style: none;
    margin-bottom: 0em;
}
#site_link div{
	width: 40%;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

#site_link a{
	display: block;
	height: 8.3vw;
	max-height: 150px;
	
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s;
}
#site_link .link_tobira a{
}


#site_link a:hover{
	opacity: 0.5;
}
.topGuide__blockImageText .-sub {
    font-size: 0.12rem;
}

/*========= 間取りボタン===============*/
#madori-bot,#madori-bot02,#madori-bot03{
	position: fixed;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
	right: 10px;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
	bottom: 5em;
}
#madori-bot02{
	bottom: 17em;
}
.case_09 #madori-bot{
	bottom: 29em;
}
.case_09 #madori-bot03{
	bottom: 5em;
}

/*リンクの形状*/
#madori-bot div,#madori-bot02 div,#madori-bot03 div{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7833D;
	border-radius: 5px;
	width: 4em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 110%;
	transition: all 0.3s;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	padding-top: 1.2em;
	padding-bottom: 3em;
	height: 14em;
	background-image: url(../img/madori_bot.png);
	background-repeat: no-repeat;
	background-position: center 1em;
	background-size: 40% auto;
}
.madori_1f,.madori_2f,.madori_3f{
	height: 10.5em !important;
}
#madori-bot div:hover,#madori-bot02 div:hover,#madori-bot03 div:hover{
	background: #777;
	background-image: url(../img/madori_bot.png);
	background-repeat: no-repeat;
	background-position: center 1em;
	background-size: 40% auto;
}

@media screen and (max-width:768px) {
 #madori-bot a:hover, #madori-bot02 a:hover, #madori-bot03 a:hover{
	background:#942D2F;
}   
}


/*　左の動き　*/

#madori-bot.LeftMove,#madori-bot02.LeftMove,#madori-bot03.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#madori-bot.RightMove,#madori-bot02.RightMove,#madori-bot03.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*検証のためのCSS*/
section{
padding: 500px 0;
}



/*========= ナビゲーションのためのCSS ===============*/

#g-nav,#g-nav02,#g-nav03{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 100;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -120%;
	width: 50%;
	height: 100vh;/*ナビの高さ*/
	 background-color: rgba(110,110,110,0.5);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive,#g-nav02.panelactive,#g-nav03.panelactive{
    right: 0;
}

/*ナビゲーション*/
#g-nav ul,#g-nav02 ul,#g-nav03 ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	max-height: 90vh;
	top: 5%;
	right: 15%;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#g-nav ul li:nth-child(2),#g-nav02 ul li:nth-child(2),#g-nav03 ul li:nth-child(2) {
	height: 5vh;
	margin-top: 1em;
	margin-bottom: 1em;
}
#g-nav ul li img,#g-nav02 ul li img,#g-nav03 ul li img  {
	width: auto;
	max-height: 40vh;
}


.triangle3{
	text-align: center;
	padding-top: 3em;
}

.triangle3 span{
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid white;
}

/*========= ボタンのためのCSS ===============*/

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
    left: 36%;
  	width: 25%;
    bottom: 17%;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn span:nth-of-type(2) {
  	width:25%;
    left: 36%;
    bottom: 11.5%;
    transform: translateY(6px) rotate(45deg);
}
.openbtn span:nth-of-type(3) {
  	width:25%;
    left: 36%;
    bottom: 12%;
    transform: translateY(6px) rotate(45deg);
}

.openbtn::before {
	content: "間取りを見る";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top: 3em;
	left: 25%;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
}
.madori_1f .openbtn::before {
	content: "１階間取り";/*3つ目の要素のafterにMenu表示を指定*/
}
.madori_2f .openbtn::before {
	content: "２階間取り";/*3つ目の要素のafterにMenu表示を指定*/
}
.madori_3f .openbtn::before {
	content: "３階間取り";/*3つ目の要素のafterにMenu表示を指定*/
}
.madori_yane .openbtn::before {
	content: "屋根裏間取り";/*3つ目の要素のafterにMenu表示を指定*/
}
.active .openbtn::before {
	content: "閉じる";/*3つ目の要素のafterにMenu表示を指定*/
}

.active .openbtn span:nth-of-type(1) {
    left: 35%;
  	width: 35%;
	bottom:30px;	
    transform: translateY(6px) rotate(-45deg);
}

.active .openbtn span:nth-of-type(2) {
    width: 35%;
    left: 35%;
    bottom: 30px;
    transform: translateY(6px) rotate(45deg);
}
.active .openbtn span:nth-of-type(3) {
    width: 35%;
    left: 35%;
    bottom: 30px;
    transform: translateY(6px) rotate(45deg);
}
