@charset "utf-8";
/* CSS Document */
p {
  line-height: 160%;
}
.pc-display, .pc-all-display {
  display: block;
}
.pc-small-display, .sp-display {
  display: none;
}
@media screen and (max-width: 989px) {
  .pc-display, .sp-display {
    display: none;
  }
  .pc-small-display {
    display: block;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .pc, .pc-small-display, .pc-all-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
}
/*header*/
@media screen and (max-width: 989px) {
  #header #header_box header {
    position: inherit;
    top: 0;
    left: 0;
    float: left;
    margin: 0 10px;
  }
  #header #header_box h1 {
    position: inherit;
    top: 0;
    right: 0;
    float: left;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  #header_box header {
    width: 20%;
    margin: 5px !important;
  }
  #header #header_box h1 {
    font-size: 8px;
	letter-spacing: 1.3px;
  }
}
/* グローバルメニュー     */
/* ******************* */
/* applied to <div id="container"> */
/* ここからスマホメニュー */
@media screen and (max-width: 989px) {
  #modal {
    display: none;
  }
  #modal h2 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
  #modal h2, #modal ul li a {
    padding: 10px 0;
  }
  #modal ul {
    margin-bottom: 20px;
  }
  #modal ul li a {
    border-bottom: 1px dashed #6f6f6f;
    display: block;
    color: #fff;
    text-decoration: none !important;
  }
  .close {
    font-weight: bold;
  }
  .close a {
    color: #000;
    padding: 3px 10px;
    background: #ccc;
    text-decoration: none;
  }
  .open {
    display: block;
    padding: 4px 14px 4px 4px;
  }
  .open img {
    vertical-align: middle;
  }
  #pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
  }
}
/* ここまで */
@media screen and (max-width: 989px) {
  a img {
    width: 100%;
    height: auto;
  }
  #header #header_box, #container, footer, #index #updata {
    width: 100%;
  }
  footer #footer_box {
    width: 96%;
  }
  #sidebar {
    width: 22.6%;
  }
  #area h2 img {
    width: 100%;
    height: auto;
  }
}
/*TOP*/
@media screen and (max-width: 989px) {
  #index {
    width: 100%;
    float: none;
    padding: 0 5px;
    box-sizing: border-box;
  }
  #index #t_concept, #index #t_concept .concept_img, #index #t_concept .concept_img img, #index #t_gallery {
    width: 100%;
  }
  #index #t_concept {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index #t_concept .bl_tit, .bl_tit2, .bl_tit3, #index #t_contact {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
  }

  #index #t_concept .concept_img {
    z-index: 0;
    position: inherit;
    order: 1;
  }
  #index #t_concept .bl_tit {
    position: inherit;
    left: 0;
    height: 120px;
    order: 2;
  }
  #index #t_concept .bl_tit p {
    padding-left: 0;
    width: 100%;
  }
  #index #t_column {
    width: 100%;
    padding: 0;
    background: none;
    background: #FFF;
    box-shadow: 0 0 5px #CCC;
  }
  #index #t_column h2 {
    width: 100%;
    box-sizing: border-box;
  }
  #index #t_column h2 img {
    width: 284px;
    max-width: 90%;
    height: auto;
  }
  #index #t_column dt {
    width: 30%;
  }
  #index #t_column dd {
    width: 69%;
    float: left;
    padding: 10px 0 0 0px;
    ;
  }
}
@media screen and (max-width: 575px) {
  #index #t_concept {
    padding: 0;
  }
  #index #t_concept .bl_tit {
    height: 130px;
    padding: 15px 10px;
  }
  #index #t_concept .bl_tit img {
    width: 90%;
    height: auto;
  }
  #index #updata {
    padding-bottom: 10px;
  }
  #updata .box_click {
    background: url(https://hiroshima.restilo/img/common/sp_arrow2.gif) no-repeat right center;
  }
  #index #t_gallery {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  #index #t_concept .bl_tit {
    height: 143px;
  }
}
/*その他・共通*/
@media screen and (max-width: 989px) {
  #all {
    float: none;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  #all .pankuzu {
    padding-left: 0;
  }
  #all .pankuzu li {
    padding: 10px 0;
  }
  #all h1 {
    padding: 0;
  }
  #all h1 img {
    width: 100%;
    height: auto;
  }
  #page {
    width: 100%;
    margin: 0;
    background: none;
    background-color: #FFF;
    box-shadow: 0 0 5px #CCC;
  }
#t_contact , #page_end {
    display: none;
}
  .tit04, .tit05 {
    width: 100%;
    margin: 5px 0 10px 0;
    box-sizing: border-box;
  }
  #cat01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .basic01, .basic02, .basic03, .basic04 {
    width: 100%;
  }
	.basic01 th{
	width: 30%;
    padding: 5px 0 5px 5px;	
	}
 .basic02 th, .basic03 th, .basic04 th {
    width: 35%;
    padding: 5px 0 5px 5px;
  }
	
.basic02 td, .basic03 td, .basic04 td {
    width: 60%;
    padding: 5px 0 5px 5px;
  }
	.basic01 td{
    width: 85%;
    padding: 10px 0 10px 5px;		
	}
.wpcf7-textarea {
    width: 98% !important;
}
	.basic01 td input[type="text"] , .basic01 td input[type="email"]{
		width:98%;
		padding: 5px;
box-sizing: border-box;
	}
}
@media screen and (max-width: 575px) {
#page {
    padding: 16px 0 0 0;
}
  #all .pankuzu li {
    padding: 5px 0;
  }
  .tit01, .tit04, #entry h1 a , #entry h2 {
    font-size: 12px;
  }
  #company01 {
    padding:10px;
  }
.basic01 th , .basic01 td{
	display: block;
    width: 100%;
    box-sizing: border-box;
}
#ad {
    width: 98% !important;

}
.week, .time2 {
    float: none;

}
}
/*ブランドコンセプト*/
@media screen and (max-width: 575px) {
	#page #brand {
    background: none;
		padding: 0 10px 0 10px;	
}
	#page #promise{
	padding: 0 10px 10px 10px;		
	}
#page #brand p {
    width: 100%;

}

#page #p_03 {
    background: url(https://hiroshima.restilo.jp/img/concept/03.gif) no-repeat left top;
}
#page #p_01, #page #p_02, #page #p_03, #page #p_04 {
    padding: 0 0 30px 30px;
	background-size: 20px;
}
#page div h3 {

    font-size: 14px;

}
#page #p_03 p {
    width: 100%;

}
}
/*施工の流れ*/
@media screen and (max-width: 989px) {
  #page #flow01 {
    width: 100%;
    padding: 0 0 10px 10px;
  }
  #page #flow01 img {
    max-width: 543px !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #page #flow01 div {
    max-width: 75%;
  }
  #page #flow01 #f_10 {
    background: url(https://hiroshima.restilo.jp/img/flow/sp_10.gif), url(https://hiroshima.restilo.jp/img/flow/sp_10_bg.jpg) no-repeat left top;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (max-width: 575px) {
  #page #flow01 div {
    max-width: 75%;
  }
  #page #flow01 #f_01, #page #flow01 #f_02, #page #flow01 #f_03, #page #flow01 #f_04, #page #flow01 #f_05, #page #flow01 #f_06, #page #flow01 #f_07, #page #flow01 #f_08, #page #flow01 #f_09 {
    background-size: 70px;
    padding: 0 0 33px 80px;
  }
  #page #flow01 #f_10 {
    background-size: 70px, 240px;
    padding: 0 0 33px 80px;
  }
  #page #flow01 #f_10 p {
    width: 250px;
  }
}
@media screen and (max-width: 414px) {
  #page #flow01 div {
    max-width: 72%;
  }
  #page #flow01 #f_10 {
    background-size: 70px, 150px;
  }
  #page #flow01 #f_10 p {
    width: auto;
  }
}
/*施工事例*/
/*施工事例-ギャラリー一覧*/
@media screen and (max-width: 989px) {
  .gallery_entry {
    width: 33%;
    height: auto;
    background-size: cover;
  }
  .g_box {
    width: 50%;
    height: auto;
  }
  .g_box h3 {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .gallery_entry {
    width: 96%;
    padding: 5px 2%;
    height: auto;
    margin: 5px auto !important;
    -moz-box-shadow: 0 0 4px #aaa;
    -webkit-box-shadow: 0 0 4px #aaa;
    background: #ffffff;
    position: relative;
  }
  .gallery_entry p img {
    margin: 0 10px 0 0px;
    width: 120px;
  }
  .gallery_entry h3 {
    font-size: 12px;
    padding: 5px 0 7px 0;
  }
  .gallery_entry p {
    line-height: 140%;
    font-size: 10px;
  }
}
/*施工事例-ギャラリー一覧ここまで*/
/*施工事例-個別記事*/
@media screen and (max-width: 989px) {
  #entry2 {
    margin: 0 auto;
    padding: 16px 16px 16px 21px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #FFF;
    box-shadow: 0 0 5px #CCC;
  }
}
@media screen and (max-width: 767px) {
  #entry2 {
    width: 100%;
    box-sizing: border-box;
  }
  #entry2 .gallery_top .stripe_box {
    width: 96%;
    height: auto;
    padding: 2%;
    float: right;
    background: url(https://hiroshima.restilo.jp/img/common/strp_bl.jpg) repeat bottom right;
  }
  .gallery01 .navi-image {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .gallery01 .navi-image p img {
    width: 100%;
  }
  #entry2 .gallery_demo_unstyled li {
    width: 44px;
    height: 32px;
    padding: 1px 1px 0 0;
    float: left;
  }
  .gallery01 .gallery_demo_unstyled li a img {
    width: 44px;
    height: 32px;
  }
  .gallery02 h3 {
    font-size: 15px;
    color: #000;
  }
  #entry2 .gallery02 .g_text {
    width: 55%;
    padding-right: 10px;
  }
  #entry2 .gallery02 p.f_left {
    display: inline-block;
    width: 42%;
    float: right;
  }
  #entry2 .gallery02 p.f_right {
    float: none;
    text-align: center;
  }
  #entry2 .gallery02 p.f_right img {
    margin-top: 20px;
  }
  #entry2 .gallery02 p, #entry2 .gallery02 .f_left img, .gallery03 p img {
    width: 100%;
  }
  .table_img {
    display: none;
  }
  .gallery03 .f_left, .gallery03 .f_right {
    width: 50%;
  }
  .mg_l10 {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  #entry2 {
    padding: 10px;
  }
  #entry2 h1 {
    font-size: 16px;
  }
  #entry2 .gallery02 .g_text {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #entry2 .gallery02 p.f_left {
    display: block;
    float: none;
    width: 70%;
    margin: 20px auto 0 auto;
  }
}
/*ご挨拶*/
@media screen and (max-width: 989px) {
  #message_box {
    width: 100%;
    padding: 0 10px 28px 10px;
    box-sizing: border-box;
  }
  #message_box h2 {
    text-align: center;
  }
}
/*デザイナーコラム*/
@media screen and (max-width: 989px) {
  #report01 {
    padding: 0 10px 28px 10px;
  }
}
@media screen and (max-width: 767px) {
  #report01 section {
    float: none;
    width: 100%;
    padding: 15px 0 0 14px;
  }
  #report01 section .date2 {
    width: 100%;
    float: none;
  }
  #report01 h2 {
    float: none;
  }
  .arch_text2 {
    width: 96%;
    float: none;
  }
  #report01 section {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 8px;
  }
  #report01 section:first-child {
    border: none !important;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  #report01 section {
    padding: 15px 0 0 0;
  }
  .tag_new2 {
    width: 120px;
    height: 120px;
  }
  .arch_text2 {
    width: 99%;
    float: none;
  }
}
/*デザイナーコラム記事*/
@media screen and (max-width: 989px) {
  #entry {
    width: 100%;
    margin: 0 auto;
    padding: 16px 16px 16px 21px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #FFF;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    overflow: hidden;
  }
  .entry_tit h1 {
    padding: 7px 0 6px 12px !important;
  }
  #entry a img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #entry {
    padding: 10px;
  }
  .page_link .nex {
    margin-bottom: 10px;
  }
}
/*新着・イベント情報*/
@media screen and (max-width: 767px) {
  #report02 {
    padding: 0 10px 28px 10px;
  }
.tag_new {
    width: 180px;
    height: 180px;
    margin-right: 10px;
}
.tag_new img {
    width: 180px;
    height: auto;
}
.arch_text {
    width: 63%;
}
}
@media screen and (max-width: 575px) {
#report02 section {
    padding: 0 ;
}
#report02 .box_click {
    background: url(https://hiroshima.restilo.jp/img/common/sp_arrow2.gif) right center no-repeat;
	background-size: 7px;
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 8px;
}
#report02 .box_click:first-child {
    border: none !important;
    margin-top: 0;
    padding-top: 0;
}
#report02 h2 {
	padding: 6px 0 0 12px;
    background: none;
}
.tag_new {
    width: 100px;
    height: 100px;
}
.arch_text {
    width: 96%;
    float: none;
}
}
/*お問い合わせ*/
@media screen and (max-width: 767px) {
  #company01 {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  #company01 {
    padding:10px;
  }
}
/*よくある質問集*/
@media screen and (max-width: 767px) {
#faq01 {
    padding: 10px;
}
#faq_li li {
    width: 96%;
    background: #eee;
    height: auto;
    padding: 0 2%;
    margin-bottom: 12px;
}

#faq_li li a {
    width: 100%;
    height: auto;
    padding: 6px 0;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
	}
}
#faq_li .mini_li a{
	font-size: 15px;
}
@media screen and (max-width: 575px) {

#faq_li li a , #faq_li .mini_li a{
    font-size: 12px;
	}
#faq01 dl dt {
    font-size: 13px;
}
}
/*会社概要*/
@media screen and (max-width: 767px) {
	#company02 {
    width: 100%;
    box-sizing: border-box;

}
	#company02 iframe{
		width:100%;
		height: 280px;
	}
}
@media screen and (max-width: 575px) {
	#company02 {
    padding:10px;

}
}
/*プライバシーポリシー*/
@media screen and (max-width: 989px) {
#pri {
    padding: 0 33px 10px 43px;
	}
}
@media screen and (max-width: 575px) {
#pri {
    padding: 10px;
	}
}
/*リンク集*/
@media screen and (max-width: 767px) {
.link01 , .link02{
    width: 100%;
    height: auto;
	box-sizing: border-box;
}
}
@media screen and (max-width: 575px) {
.link01 , .link02{
    padding: 10px;
}
}
/*サイトマップ*/
@media screen and (max-width: 767px) {
#sitemap01 {
width: 100%;
    height: auto;
	box-sizing: border-box;

}
}
@media screen and (max-width: 575px) {
#sitemap01 {
    padding: 10px;

}
}
/*SNS*/
@media screen and (max-width: 989px) {
  .sns_btn {
    padding: 15px 0;
    width: 98%;
    margin: 0 auto;
  }
  .sns_btn li {
    float: left;
    padding-left: 13px;
  }
}
/*レスポンシブ変更時調整*/
#entry .btn li {
  padding-top: 0px;
}
#header #header_box ul .twi, .twi {
  padding-top: 4px !important;
}
footer #footer_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 700px;
  float: left;
}
footer #footer_box ul li {
  padding: 0px 10px;
  line-height: 1.0;
  border-right: 1px solid #000;
}
footer #footer_box ul li:first-child {
  padding-left: 0px;
}
footer #footer_box ul li:last-child {
  border-right: none;
}
footer #footer_box p {
  float: right;
}
/*footer*/
@media screen and (max-width: 989px) {
  footer {
    height: auto;
    padding-top: 0;
    background: none;
  }
  footer #footer_box {
    width: 100%;
  }
  footer #footer_box ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  footer #footer_box ul li {
    width: 50%;
    float: left;
    padding: 0;
    line-height: 1.6;
    background: #eee url(https://hiroshima.restilo.jp/img/common/sp_arrow.gif) center right no-repeat;
    background-size: 22px;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
  footer #footer_box ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 14px 0;
    margin-left: 14px;
    text-decoration: none !important;
  }
  footer #footer_box p {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
footer #footer_box ul li {
font-size: 12px;

}
}