@charset "UTF-8";

@import "reset.css";
@import "common.css";

/* 共通 */
.flex {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.column_2 li,
.column_2 div { width: calc((100% - 16px) / 2);}
.column_3 li,
.column_3 div { width: calc((100% - 31px) / 3);}

.inner {
max-width: 1000px;
width: 94%;
margin: 0 auto;
}
.inner_1200 {
max-width: 1200px;
width: 94%;
margin: 0 auto;
}

/* キャプション */
.cap_Txt {
position: absolute;
bottom: 5px;
font-size: 12px;
z-index: 1;
}
.cap_W { color: #fff;}
.cap_B { color: #000;}
.cap_SW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_SB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}
.cap_R { right: 5px;}
.cap_L { left: 5px;}

.notes {
font-size: 12px;
line-height: 1.5;
text-align: left;
}

/* header */
#header {
position: fixed;
top: 0;
width: 100%;
padding: 5px 0;
background-color: #fff;
border-bottom: 1px solid #efefef;
z-index: 53;
}
#header > div {
justify-content: space-between;
align-items: center;
}
#header h1 { max-width: 22%;}
#header h2 { max-width: 12.8%;}

/* 20220119 hdr_bnr_youchi */
#header .hdr_bnr_youchi {
  max-width: 180px;
  width:100%;
  margin-right: 20px;
}
#header .hdr_bnr_youchi a {
  display:block;
  opacity: 1;
  transition: .3s;
}
#header .hdr_bnr_youchi a:hover {
  opacity: .5;
  transition: .3s;
}

/* 20220214 hdr_bnr_youchi　パターン */
#header .hdr_bnr_youchi01,
#header .hdr_bnr_youchi02,
#header .hdr_bnr_youchi03,
#header .hdr_bnr_youchi04 {
  max-width: 130px;
  width:100%;
  margin-right: 40px;
}
#header .hdr_bnr_youchi01 a {
  display:block;
  background: #00b3b3;
  color:#FFF;
  padding:10px 10px;
  text-align: center;
  font-size: 16px;
  font-family: a-otf-futo-min-a101-pr6n,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  opacity: 1;
  transition: .3s;
}
#header .hdr_bnr_youchi02 a {
  display:block;
  background: #115283;
  color:#FFF;
  padding:10px 10px;
  text-align: center;
  font-size: 16px;
  font-family: a-otf-futo-min-a101-pr6n,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  opacity: 1;
  transition: .3s;
}
#header .hdr_bnr_youchi03 a {
  display:block;
  background: #ff9900;
  color:#FFF;
  padding:10px 10px;
  text-align: center;
  font-size: 16px;
  /* font-family: a-otf-futo-min-a101-pr6n,serif; */
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  opacity: 1;
  transition: .3s;
}
#header .hdr_bnr_youchi04 a {
  display:block;
  background: #699d46;
  color:#FFF;
  padding:10px 10px;
  text-align: center;
  font-size: 16px;
  /* font-family: a-otf-futo-min-a101-pr6n,serif; */
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  opacity: 1;
  transition: .3s;
}
#header .hdr_bnr_youchi01 a:hover,
#header .hdr_bnr_youchi02 a:hover,
#header .hdr_bnr_youchi03 a:hover,
#header .hdr_bnr_youchi04 a:hover {
  opacity: .5;
  transition: .3s;
}

/* Gnav */
#Gnav { width: calc((100% - 121px) - 12.8%);}
#Gnav #Gnav_List { justify-content: center;}
#Gnav #Gnav_List li { padding: 0 10px;}

/* 下層ページのメニュー */
#Gnav #Gnav_List li:nth-child(6),
#Gnav #Gnav_List li:nth-child(7),
#Gnav #Gnav_List li:nth-child(8),
#Gnav #Gnav_List li:nth-child(9),
#Gnav #Gnav_List li:nth-child(10),
#Gnav #Gnav_List li:nth-child(11) { display: none;}

#Gnav #Gnav_List a {
display: block;
position: relative;
padding: 15px 10px;
font-size: 14px;
font-family: a-otf-futo-min-a101-pr6n,serif;
font-weight: 400;
font-style: normal;
overflow: hidden;
}
#Gnav #Gnav_List a::before,
#Gnav #Gnav_List a::after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
transition: .3s;
}
#Gnav #Gnav_List a::before {
top: 0;
left: -100%;
}
#Gnav #Gnav_List a::after {
bottom: 0;
right: -100%;
}
#Gnav #Gnav_List .here a::before,
#Gnav #Gnav_List a:hover::before { left: 0;}
#Gnav #Gnav_List .here a::after,
#Gnav #Gnav_List a:hover::after { right: 0;}
#sp_menuBtn { display: none;}
#header img { width: 100%;}



#foot_Gnav { padding: 30px 0;}
#foot_Gnav #foot_Gnav_List { justify-content: center;}
#foot_Gnav #foot_Gnav_List li { border-right: 1px solid #000;}
#foot_Gnav #foot_Gnav_List li:last-child { border-right: none;}
#foot_Gnav #foot_Gnav_List a {
display: block;
padding: 0 15px;
font-size: 12px;
}
#foot_Gnav #foot_Gnav_List a:hover { text-decoration: underline;}


/*クローズ*/
/* a[href*="/kodate_result/"], *//*戸建住宅→施工実績*/
/* a[href*="/reform/"], */ /*リフォームする→施工事例*/
a[href*="/tsutaya_list/"] /*TSUTAYA加盟店一覧*/
{
  pointer-events: none;
  opacity: .3;
}
/*TSUTAYA事業 加盟店一覧非表示*/
.corporate_list02 li:nth-of-type(5) { display: none;}

/* footer */

#footer {
position: relative;
width: 100%;
background-color: #FFF;
}
p.ftr_illust {
  width: 100%;
  padding: 20px 0;
}
p.ftr_illust img { width: 100%;}
#footer a:hover { text-decoration: underline;}
#foot_Gnav {
  padding: 30px 0;
  justify-content: space-between;
}
#foot_Gnav ul {
  font-size: 0.9em;
  line-height: 2;
}
#foot_Gnav h3 {
  font-size: 1.2em;
  padding: 0 0 10px;
  border-bottom: 4px solid #93cdd6;
}
#foot_Gnav h4 {
  color: #509fab;
  margin: 10px 0 0;
}

#foot_Gnav section { width: 47%;}
.personal_list01 li:nth-of-type(n+4):nth-of-type(-n+8),
.personal_list01 li:nth-of-type(n+12):nth-of-type(-n+16) {
  text-indent: 1em;
}
.ftr_list {
  justify-content: space-around;
}
.ftr_list02 {
  justify-content: center;
  font-size: 0.8em;
}
.ftr_list02 li {
  position: relative;
  margin: 0 40px 20px 0;
}
.ftr_list02 li:last-of-type { margin-right: 0;}
.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ftr_list02 .arrow_right::before {
  content: "";
  left: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Copyright {
padding: 0 0 10px;
font-size: 12px;
text-align: center;
}

#page_Top {
position: absolute;

}

/*===========================
sp
===========================*/
@media only screen and (max-width: 768px) {

/* 共通 */
.column_2 li,
.column_2 div { width: 100%;}
.column_3 li,
.column_3 div { width: 100%;}

/* header */
#header { height: 62px;}
#header > div { flex-wrap: wrap;}
#header h1 {
max-width: 220px;
width:100%;
padding-top: 6px;
}
#header h2 { display: none;}


/* Gnav */
#Gnav {
display: none;
position: absolute;
top: 62px;
left: 0;
width: 100%;
background: rgba(157, 211, 219, 0.9);
}
#Gnav #Gnav_List {
flex-wrap: wrap;
width: 100%;
}
#Gnav #Gnav_List li {
width: 50%;
padding: 0 10px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
text-align: center;
}
#Gnav #Gnav_List li:nth-child(even) { border-right: none;}
#Gnav #Gnav_List li:nth-of-type(5),
#Gnav #Gnav_List li:last-of-type {
  width: 100%;
  border-right: none;
}
/* 20220119 youchi_Link */
/* #header .youchi_Link {
  width: 100%;
  background: rgba(17,82,131,0.9);
}
#Gnav #Gnav_List li.youchi_Link a {
  color:#FFF;
} */

/* 20220214 youchi_Link　パターン */
/* #header .youchi_Link01 {
  width: 100%;
  background: rgba(0,179,179,0.9);
} */
#header .youchi_Link02 {
  width: 100%;
  background: rgba(17,82,131,0.9);
}
/* #header .youchi_Link03 {
  width: 100%;
  background: rgba(255,153,0,0.9);
}
#header .youchi_Link04 {
  width: 100%;
  background: rgba(105,157,70,0.9);
} */
#Gnav #Gnav_List li.youchi_Link01 a,
#Gnav #Gnav_List li.youchi_Link02 a,
#Gnav #Gnav_List li.youchi_Link03 a,
#Gnav #Gnav_List li.youchi_Link04 a {
  color:#FFF;
}

/* 下層ページのメニュー */
#Gnav #Gnav_List li:nth-child(5),
#Gnav #Gnav_List li:nth-child(6),
#Gnav #Gnav_List li:nth-child(7),
#Gnav #Gnav_List li:nth-child(8),
#Gnav #Gnav_List li:nth-child(9),
#Gnav #Gnav_List li:nth-child(10),
#Gnav #Gnav_List li:nth-child(11) { display: block;}
#Gnav #Gnav_List li:nth-child(11) {
  width: 100%;
  border-right: none;
}

#Gnav #Gnav_List a {
width: 100%;
padding: 22px 0;
}
#Gnav #Gnav_List a::before,
#Gnav #Gnav_List a::after { content: none;}

#sp_menuBtn {
display: block;
position: absolute;
top: 13px;
right: 20px;
}
#sp_menuBtn::after {
content: 'menu';
display: block;
position: absolute;
bottom: -12px;
left: 50%;
transform: translateX(-50%);
font-size: 12px;
font-family: 'Noto Sans JP', sans-serif;
}
#sp_menuBtn.active::after {
content: 'close';
display: block;
position: absolute;
bottom: -12px;
left: 50%;
transform: translateX(-50%);
font-size: 12px;
font-family: 'Noto Sans JP', sans-serif;
}
.menu_trigger,
.menu_trigger span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
.menu_trigger {
position: relative;
width: 30px;
height: 25px;
}
.menu_trigger span {
position: absolute;
left: 0;
width: 100%;
height: 3px;
background-color: #000;
border-radius: 25px;
}
.menu_trigger span:nth-of-type(1) { top: 0;}
.menu_trigger span:nth-of-type(2) { top: 11px;}
.menu_trigger span:nth-of-type(3) { bottom: 0;}
#sp_menuBtn.active span:nth-of-type(1) {
-webkit-transform: translateY(20px) rotate(-45deg);
transform: translateY(11px) rotate(-45deg);
}
#sp_menuBtn.active span:nth-of-type(2) {
left: 50%;
opacity: 0;
-webkit-animation: active-menu-bar02 .8s forwards;
animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
100% { height: 0;}
}
@keyframes active-menu-bar02 {
100% { height: 0;}
}
#sp_menuBtn.active span:nth-of-type(3) {
-webkit-transform: translateY(-20px) rotate(45deg);
transform: translateY(-11px) rotate(45deg);
}

/* footer */
#footer .inner { width: 100%;}
#foot_Gnav { flex-direction: column;}
#foot_Gnav section {
  width: 90%;
  margin: 0 auto;
}
#foot_Gnav section:first-of-type {
  margin: 0 auto 30px;
}
#foot_Gnav h3 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.ftr_list {
  justify-content: space-around;
  margin: 0 auto;
}
.ftr_list ul { width: 45%;}

.ftr_list02 {
  max-width: 94%;
  margin: 0 auto;
}
.ftr_list02 li {
  margin: 0 25px 20px 0;
}
.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ftr_list02 .arrow_right::before {
  content: "";
  left: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.Copyright { padding: 15px 0;}
}
