@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  width:100%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Sawarabi Gothic","Noto Sans JP","メイリオ", sans-serif;
  font-family: 'Noto Serif JP', serif;
  background:#000;
}

/* 16px */
p {
  font-size: 1.8rem;
  line-height: 1.7 !important;
}

/* 16px */
img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------
 **  フォント
---------------------------------------------*/
.mincho {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


/*---------------------------------------------
 **  フッターナビ
---------------------------------------------*/
#footer #nav ul {
  display:none;
}

/*------F---------------------------------------
 **  メイン画像
---------------------------------------------*/

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color:#c54720;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #fff;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

p + a {
  margin-top: 1em !important;
}

p + div {
  margin-top: 1.5em !important;
}


/*---------------------------------------------
	imgbox
---------------------------------------------*/
.imgbox img{ width: 100% !important; }


/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}


/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}


#pageTop a {
  display: block;
  padding: 5px 3px 0px 3px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../img/common/pagetop.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a{
  display: none;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#nav {
  font-family: 'Roboto', sans-serif;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-family: 'Noto Serif JP', serif;
}


/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0 2%;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 80%;
}

nav#breadcrumbs ol li:before {
  content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
  content: "";
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------
 ** 見出し
---------------------------------------------*/
/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 1.0rem;
}
h2 strong {
  text-shadow:0px 0px 1px #999;
  letter-spacing: 0.02em;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  margin-bottom: 1.5rem;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: inherit;
}


/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 70px;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
header {
  width: 100%;
  position:relative;
}
/*
header::before {
  content:url(../img/common/bg_tri.png);
  position:absolute;
  left:-35px;
  top:-28px;
}
*/
.header_wrapper {
  width:100%;
  max-width:1330px;
  height:75px;
  position: relative;
  z-index: 99;
  margin:0 auto;
}

/* ヘッダー */
.header_inner {
  width:97%;
  margin:0 auto;
}

#header .tel_box{
  width:230px;
  position:absolute;
  top:0;
  right:20px;
}
.tel_box p{
  font-size:1.6rem;
  text-align:right;
  font-weight: bold;
  z-index:2;
  line-height: 1.2!important;
  letter-spacing:1px;
  font-family: 'Noto Serif JP', serif;
}
.tel_box p span{
  font-size:2.6rem;
  display:inline-block;
  letter-spacing:0px;
  background:url(../img/common/icon_tel.png) no-repeat;
  padding:0 0 0 37px;
}
.tel_box p a{
  text-decoration:none;
}
.tel_box p a:hover{
  text-decoration:none;
}

/* ロゴ */
h1{
  margin:20px 0 20px 0;
}
h1 img{
  width:168px;
  margin-top:-5px;
}

footer h1 img{
  width:168px;
}

/*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
#nav ul li span{
  display: none;
}


/* メインイメージ */
#main{
  max-width:1600px;
  margin:0 auto;
}
#main div{
  width:97%;
  margin:0 auto;
  border-radius: 20px;
  background:url(../img/main_img/main.jpg) no-repeat;
  background-size: 100%;
  padding:17% 0;
}
#main_text{
  animation-name: fadein;
  animation-duration: 3s;
  animation-iteration-count: 1;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

section{
  max-width:1200px;
  margin:0 auto 50px;
}


.pan{max-width:1200px;margin:0 auto 20px;}

.pan div{width:95%;}

section h2{
  width:97%;
  font-size:3.0rem;
  font-weight: normal;
  text-align: center;
  margin:50px auto 20px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-style:oblique;

}
section h3{
  width:97%;
  font-size:2.4rem;
  font-weight: bold;
  text-align: center;
  margin:50px auto 20px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-family: 'Noto Serif JP', serif;
  border-top:10px solid #7B6238;
  padding:20px 0 0;
  text-align: center;
}

h2 span{
  color:#c7851a;
}
h2 span.h2_sub{
  display: block;
  font-size:2.4rem;
  margin:20px auto 40px;
}
h2.h2_logo{
  background:url(../img/common/logo02.png) no-repeat top center;
  padding-top:80px;
}
h2.h2_nologo{
  border-top:1px dotted #ccc;
  padding-top:30px;
  margin-top:80px;
}
section p{
  width:97%;
  margin:0 auto 1em;
}

/*---------------------------------------------
 ** トップ コンテンツ
---------------------------------------------*/
.top_btn{
  max-width:1300px;
}
.top_btn_in{
  width:95%;
  margin:0 auto;
  display:flex;
}
.top_btn_box{
  width:48%;
  position:relative;
}
.top_btn_box:nth-child(1){
  margin-right:40px;
}

.top_btn_box_img div{
  position:relative;
  border-radius: 20px;
  overflow: hidden;

}
.top_btn_box_img div img:nth-child(1){
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
.top_btn_box_img div img:nth-child(2){
  z-index:1;
  border-radius: 20px;
  box-shadow: 2px 2px 4px #999;
}

.top_btn_box_img div img.back {
  width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.top_btn_box_img div a:hover img.back{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


.top_btn_box p{
  margin:30px 0 20px!important;
  position:relative;
}
.btn_arrow{
  width:65px;
  height:65px;
  position:absolute;
  top:-70px;
  right:0;
  left:0;
  margin:0 auto;
  z-index:2;

}


.works{
  width:97%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
.works dl{
  width:31%;
  max-width:380px;
  margin-right:3.5%;
  position: relative;
  overflow: hidden;
}

.works dl:nth-child(3n){
  margin-right:0px;
}
.works dl.new::before{
  width:150px;
  content:'new';
  background:#c7851a;
  padding:6px 0;
  text-align: center;
  font-weight: bold;
  color:#fff;
  position:absolute;
  top:12px;
  left:-43px;
  transform: rotate(-43deg);
  z-index: 0;
}
.works dl dt{
  width:100%;
  border-radius: 20px;
  overflow: hidden;
}

.works dl dt img{
  width: 100%;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.works dl dt a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}



.works dl dd{
  text-align: center;
  margin:10px 0 30px;
  line-height: 1.6;
}
.works dl dd span{
  display: block;
  font-size:1.4rem;
  color:#c7851a;
  letter-spacing:3px;
}

.btn{
  text-align: center;
}
.btn div{
  margin:60px auto;
}
.btn div a{
  margin:0 20px;
}

.btn-square {
  position: relative;
  display: inline-block;
  padding: 2% 5%;
  text-decoration: none!important;
  color: #FFF!important;
  background: #7B6238;/*背景色*/
  border-bottom: solid 2px #614D2C;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-square:hover{
  background: #b69257;/*背景色*/
}

#award {
  max-width:710px;
  margin:30px auto;
}
#award div{
  width:100%;
  height:350px;
  position:relative;
  background:url(../img/top/award_img.png) no-repeat right top;
  margin:0 auto;
}
#award div p{
  font-size:2.2rem;
  text-align: left;
  position:absolute;
  right:50px;
  top:80px;
}


/*---------------------------------------------
 ** 下層ページ
---------------------------------------------*/
.main_low{
  max-width: 1600px;
  font-size:3.4rem;
  font-weight:bold;
  color:#fff;
  line-height: 1.0;
  margin:0 auto;
}
.main_low p{
  width:97%;
  padding:8% 0;
  text-align: center;
  font-size:3.4rem;
  font-weight:bold;
  color:#fff;
  line-height: 1.3!important;
  text-shadow: 2px 2px 1px #333;
  letter-spacing:4px;
  background:url(../img/title/h2_company.png) no-repeat;
  background-size:100%;
  margin:0 auto;
}
.main_low p span{
  display: block;
  font-size:2.0rem;
  font-weight:normal;
}




/* 会社概要 */
.company_tbl{
  width:90%;
  max-width: 1100px;
  margin:0 auto;
}
.company_tbl{
  width:90%;
  max-width: 1100px;
  margin:0 auto;
  border-left:1px #ccc solid;
}
.company_tbl tr{
  border-bottom:1px #ccc solid;
}

.company_tbl th{
  width:25%;
  background:#000;
  text-align: center;
  padding:15px 20px;
  border-right:1px #ccc solid;
  vertical-align: middle;
  color:#fff;
}
.company_tbl tr:first-child th{
  border-top:7px solid #9EB832;
}
.company_tbl td{
  width:60%;
  padding:15px 30px;
  border-right:1px #ccc solid;
}
.company_tbl tr:first-child td{
  border-top:7px solid #7B6238;
}

.company_tbl td span{
  font-size:80%;
}


.company_tbl td li {
  float:left;
  margin-right:50px;
}
.company_tbl td li::before{
  content:'■ ';
  color:#9EB832;
}
.cam_rec{
  text-align: center;
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-between;
}
.cam_rec div{
  width:40%;
  padding:0 5%;
  background: linear-gradient(#272727, #000);
}
.cam_rec div:nth-child(1){
  border-right:1px dotted #494949;
}

.cam_rec h2{
    margin: 10px auto;
    color:#fff;
    padding:10px 0;
    font-style:normal;
    border:none!important;
}

.cam_rec h2 span{
  font-size:12px;
  color:#c7851a;
  display: block;
  letter-spacing: 0.1em;
}


.cam_rec p{
  width:100%;
  padding:20px 0 0;
  margin-bottom:50px;
  text-align: left;
}


.company_tbl2{
  width:90%;
  max-width: 1100px;
  margin:30px auto 0;
  border-top:1px #ccc solid;
  border-left:1px #ccc solid;
}
.company_tbl2 tr{
  border-bottom:1px #ccc solid;
}

.company_tbl2 th{
  width:25%;
  background:#000;
  text-align: center;
  padding:15px 20px;
  border-right:1px #ccc solid;
  vertical-align: middle;
  color:#fff;
}
.company_tbl2 th img{
  width:100%;
  margin:0 auto;
}

.company_tbl2 td{
  width:60%;
  padding:15px 30px;
  border-right:1px #ccc solid;
}
.company_tbl2 td p:nth-child(1){
  margin-left:0;
  font-size:80%;
}
.company_tbl2 td p:nth-child(1) span{
  color:#ff0000;
  font-size:110%;
}
.company_tbl2 td p:nth-child(2){
  margin-left:0;
}
.company_tbl2 td p:nth-child(2) span{
  margin-bottom:10px;
  display: block;
  font-size:110%;
}






/* 施工事例　詳細 */
.w_detail{
  max-width:1300px;
}
.w_detail ul{
  width:97%;
  margin:0 auto;
}
.w_detail ul::after{
  content:'';
  clear:both;
  display: block;
}
.w_detail ul li{
  float:left;
}
.w_detail ul li.big{
  overflow: hidden;
  width: 48%;/* トリミングしたい枠の幅 */
  height: 700px;/* トリミングしたい枠の高さ */
  position: relative;
  border-radius: 20px;
  margin-right:2%;
}

.w_detail ul li.small{
  overflow: hidden;
  width: 23%;/* トリミングしたい枠の幅 */
  height: 160px;/* トリミングしたい枠の高さ */
  position: relative;
  margin-right:2%;
  margin-bottom:20px;
}

.w_detail ul li img{
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-0%, -0%);
  -ms-transform: translate(-0%, -0%);
  transform: translate(-0%, -0%);
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.w_detail ul li img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/* お家のエクステリア */
.ex_data{
  width:97%;
  margin:2% auto;
  display: flex;
}
.ex_data .ex_text{
  width:50%;
  margin-right:3%;
}
.ex_data .ex_text h2{
  margin:0 auto 20px!important;
}
.ex_list{
  width:50%!important;
  border-radius: 20px;
  background:url(../img/exterior/ex_bg.jpg) no-repeat;
  background-size: cover;
  margin-top:0!important;
  text-align: center;
  padding-bottom:25px;
}
.ex_list p{
  width:97%!important;
  font-size:2.6rem;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
  color:#fff;
  padding:20px 0;
  font-family: 'Roboto', sans-serif;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-family: 'Noto Serif JP', serif;
}
.ex_list ul{
  width:90%;
  text-align: left;
  margin:0 auto;
  background-color:#fff;
  padding:10px 0;
  opacity: 0.6;
}
.ex_list ul li{
  display: inline-block;
  padding:5px 0 5px 20px;
  margin-right:30px;
  font-weight: bold;
  font-size:110%;
  color:#000;
}
.ex_list ul li::before{
  content:'■';
  margin-right:5px;
  color:#7B6238;
}
.ex_design{
  width:97%;
  display: flex;
  margin:4% auto;
}
.ex_design dl{
  width:30%;
  margin-right:5%;
  text-align:left;
}
.ex_design dl:last-child{
  margin-right:0;
}
.ex_design dd{
  margin-top:60px;
}

.ex_name{
  font-weight: bold;
  display: block;
  font-size:120%;
  margin-bottom:4%;
  line-height: 1.6;
  text-align: center;
  position:relative;
  border-bottom:3px solid #9EB832;
  padding-bottom:10px;
}
.ex_design dl:nth-child(1) .ex_name::before{ content:'1';}
.ex_design dl:nth-child(2) .ex_name::before{ content:'2';}
.ex_design dl:nth-child(3) .ex_name::before{ content:'3';}


.ex_name::before{
  width:20px;
  font-size:130%;
  color:#fff;
  display: inline-block;
  padding:3px 15px 5px;
  background-color:#9EB832;
  line-height: 1.2;
  border-radius: 30px;
  margin:0 auto;
  text-align: center;
  position: absolute;
  top:-45px;
  right:0;
  left:0;
}



.ex_name span{
  font-size:80%;
}
.ex_design dt img{
  border-radius: 20px;
}

.ex_flow {
  margin-bottom:10px;
}

.ex_flow h3{
  width:97%;
  padding:1% 0;
  text-align: center;
  font-size:2.6rem;
  font-weight:bold;
  letter-spacing:4px;
  margin:0 auto;
  border-top:none;
  border-bottom:7px solid #c7851a;
  background-color: #444;
  color:#fff;
}
.ex_flow h3 span{
  display: block;
  font-size:1.6rem;
  font-weight:normal;
  color:#c7851a;
}


.ex_flow ul{
  width:90%;
  display: flex;
  margin:3% auto 0;
}
.ex_flow ul li{
  margin-right:5%;
}

.ex_flow ul li:last-child{
  margin-right:0;
}
.ex_flow ul li img{
  box-shadow: 2px 2px 4px gray;
}

.triangle {
	width: 0;
	height: 0;
	border-top: 4vw solid transparent;
	border-right: 4vw solid #766135;
	border-bottom: 4vw solid transparent;
  transform: rotate(-90deg);
  text-align: center;
  margin:0 auto;
}

/* お庭づくり */
.ga_data{
  width:100%;
  margin:2% auto;
  display: flex;
  background:url(../img/garden/garden_bg01.jpg) no-repeat;
  background-size: cover;
  padding:5% 0;
}


.ga_list{
  width:50%!important;
  margin-top:0!important;
  text-align: center;
}
.ga_list p{
  width:90%!important;
  font-size:2.4rem;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
  color:#fff;
  padding:10px 0;
  font-family: 'Roboto', sans-serif;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-family: 'Noto Serif JP', serif;
  text-shadow: black 0 0 5px;
  background: linear-gradient(-135deg, #068603, #046701);
}
.ga_list ul{
  width:90%;
  text-align: left;
  margin:0 auto;
  background-color:#fff;
  padding:10px 0;
  position:relative;
}
.ga_list ul li{
  display: inline-block;
  padding:5px 0 5px 20px;
  font-weight: bold;
  font-size:110%;
  text-indent: -1em;
  padding-left: 1em;
  margin:0 4%;
  color:#000;
}
.ga_list img{
  margin:0 auto;
  border:3px solid #fff;
}


.li_mark ul li::before{
  content:'■';
  margin-right:5px;
  color:#005987;
}


.ga_design{
  width:100%;
  margin:2% auto;
  display: flex;
  background:url(../img/garden/garden_bg02.jpg) no-repeat;
  background-size: cover;
  padding:30px 0;
}
.ga_design img{
  width:70%;
  margin:3% auto;
  border-radius: 20px;
}
.ga_design .ga_list p{
  background: linear-gradient(-135deg, #2489be, #005987);
}

.ga_flow {
  width:97%;
  margin:0 auto;
  display: flex;
}
.ga_flow div{
  width:50%;
  margin:0 5% 5% 0;
  position: relative;
}
.ga_flow div:nth-child(1){
  padding-right:4%;
}
.ga_flow div:nth-child(1)::after{
  content:'';
  width: 0;
	height: 0;
	border-top: 3vw solid transparent;
	border-right: 3vw solid #766135;
	border-bottom: 3vw solid transparent;
  transform: rotate(180deg);
  text-align: center;
  margin:0 auto;
  position:absolute;
  top:40%;
  right:-6%;
}


.ga_flow h3{
  width:97%;
  padding:1% 0;
  text-align: center;
  font-size:2.6rem;
  font-weight:bold;
  letter-spacing:4px;
  margin:0 auto;
  border-top:none;
  border-bottom:7px solid #c7851a;
  background-color: #444;
  color:#fff;
}
.ga_flow h3 span{
  display: block;
  font-size:1.6rem;
  font-weight:normal;
  color:#c7851a;
}

.ga_flow ul li{
  text-align: center;
}
.ga_flow ul li img{
  width:90%;
  margin:20px auto 30px;
  box-shadow: 2px 2px 4px gray;
}






/*---------------------------------------------
 ** 共通 コンテンツ
---------------------------------------------*/
.message{
  width:97%;
  margin:0 auto;
  display: flex;
}
.message div{
  width:50%;
}
.message .map{
  max-width:600px;
  margin:0 0 10px;
}
.message .map p{
  font-size:90%;
  margin:10px 0;
}
.message .flow{
  text-align: center;
  margin:0 auto;
}

.message .flow p{
  font-size:3.4rem;
  text-align: center;
  margin:10px auto;
}
.message .flow p span{
  display: inline-block;
}
.message .flow p span::before{
  content:'●　';
  color:#c7851a;
}
.message .flow p span::after{
  content:'　●';
  color:#c7851a;
}
.message .flow ul{
  width:80%;
  margin:0 auto;
}
.message .flow li{
  font-size:2.4rem;
  background:#c7851a;
  border-radius: 20px;
  padding: 15px 0;
  margin-bottom:15px;
  position: relative;
  box-shadow:0px 3px 4px -1px #444;
}
.message .flow li::after{
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top-color: #c7851a;

}
.message .flow li:last-child::after{
  border: none;
}
.message .flow li:nth-child(1){z-index: 6;}
.message .flow li:nth-child(2){z-index: 5;}
.message .flow li:nth-child(3){z-index: 4;}
.message .flow li:nth-child(4){z-index: 3;}
.message .flow li:nth-child(5){z-index: 2;}
.message .flow li:nth-child(6){z-index: 1;}



/*---------------------------------------------
 ** フッター コンテンツ
---------------------------------------------*/
.foot_box{
  padding:1% 0;
  height:130px;
  background:#242424;
}
.foot_box_in{
  max-width: 900px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  position:relative;
}

.foot_box_in h1{
  width:25%;
  margin:0!important;
}
.foot_box_in .tex_box{
  width:30%;
}



.foot_add{
  max-width:740px;
  margin:0 auto;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:5px 0;
  margin:20px auto 10px;
}
.foot_add span{
  display: inline-block;
  padding:0 30px;
}
.foot_add span:nth-child(1){
  border-right:1px solid #fff;
}


.foot_box .tel_box span{
  display: block;
}


.sns_ban{
  width:90%!important;
  margin:30px auto;
  text-align: center;
  display: flex;
}
.sns_ban div{
  width:50%!important;
  margin:0 3% 5%;
  text-align: center;
}
.sns_ban div img{
  margin:0 auto;
  max-width:445px;
}

.foot_ban{
  width:160px;
  position:absolute;
  top:0px;
  left:0px;
  text-align: center;
}
.foot_ban::after{
  content:'ID:@449hgwpv';
  display:block;
  font-weight:bold;
  color:#fff;
  text-align: center;
  font-size:90%;
}

.foot_sns{
  width:50%;
  font-size:1.4rem;
}
.foot_sns ul{
  max-width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: center;
}
.foot_sns ul li{
  margin-left:10px;
}
.foot_sns ul li img{
  max-width:40px;
  margin:5px auto;
}
.foot_sns ul li:first-child{
  margin-top:8px;
  margin-right:5px;
}


/*単色*/
.foot_sns2{
  width:50%;
  font-size:1.4rem;
}
.foot_sns2 ul{
  max-width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: center;
}
.foot_sns2 ul li{
  margin-left:10px;
}
.foot_sns2 ul li img{
  max-width:40px;
  margin:5px auto;
}
.foot_sns2 ul li:first-child{
  margin-top:8px;
  margin-right:5px;
}
.foot_sns2 ul li:last-child img{
  max-width:80px;
  margin:5px auto 0;
}.foot_sns2{
  width:50%;
  font-size:1.4rem;
}
.foot_sns2 ul{
  max-width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: center;
}
.foot_sns2 ul li{
  margin-left:10px;
}
.foot_sns2 ul li img{
  max-width:40px;
  margin:5px auto;
}
.foot_sns2 ul li:first-child{
  margin-top:8px;
  margin-right:5px;
}

.foot_card{
  width:100%;
  background: linear-gradient(#242424, #111);
  border-top:1px solid #000;
}
.foot_card div{
  max-width: 1200px;
  margin:0 auto;
  display: flex;
  justify-content: center;
  padding:10px 0;
}

.foot_card div div{
  width:70%;
  display: block;
  text-align: center;
}
.foot_card div div img{
  max-width:726px;
}
.foot_card p{
  font-size:1.4rem;
  margin-bottom:5px;
}

/* コピーライト */
#copyright {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  padding: 10px 0;
  color:#7B6238;
}

/* 404ページ */
.e404_box{
  width:62%;
  margin:60px auto 30px;
}


/* グルリテリアバナー追加 */
.guruli{
  position:relative;
}

.guruli p{
  width:90%;
  margin:20px auto 0;
  padding-bottom: 20px;
  text-align: center;
  color:#ff0000;
}
.guruli p span{
  color:#fff;
}

.guruli a{
  width:80%;
  max-width:300px;
  margin:80px auto 20px;
  display:block;
}
.guruli a img{
  width:100%;
}

.guruli::after{
  content:'';
  width:80%;
  max-width:200px;
  height:51px;
  background:url(../img/top/guruli_click.png) no-repeat;
  background-size:100% auto;
  position:absolute;
  bottom:47px;
  right:0;
  left:0;
  margin:0 auto;
}

.b-plus{
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
}

@media (max-width: 767px) {
  .b-plus{
    width: 100%;
  }
}